++ 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 Jan 2 02:09:28 UTC 2025 ===================' INFO: =================== Thu Jan 2 02:09:28 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.34 ++ 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.34 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.34 ++ ANALYTICSDB_NODES=10.0.0.34 ++ ANALYTICS_SNMP_NODES=10.0.0.34 ++ 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.34 +++ local server_address=10.0.0.34 +++ extended_server_list+='10.0.0.34:8081 ' +++ '[' -n '10.0.0.34:8081 ' ']' +++ echo 10.0.0.34:8081 ++ ANALYTICS_SERVERS=10.0.0.34: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.34 +++ local server_address=10.0.0.34 +++ extended_server_list+='10.0.0.34:9042 ' +++ '[' -n '10.0.0.34:9042 ' ']' +++ echo 10.0.0.34:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.34:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.34 ++ 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.34 +++ local server_address=10.0.0.34 +++ extended_server_list+='10.0.0.34:8086 ' +++ '[' -n '10.0.0.34:8086 ' ']' +++ echo 10.0.0.34:8086 ++ COLLECTOR_SERVERS=10.0.0.34: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.34 ++ CONFIGDB_NODES=10.0.0.34 ++ 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.34 +++ local server_address=10.0.0.34 +++ extended_server_list+='10.0.0.34:8082 ' +++ '[' -n '10.0.0.34:8082 ' ']' +++ echo 10.0.0.34:8082 ++ CONFIG_SERVERS=10.0.0.34: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.34 +++ local server_address=10.0.0.34 +++ extended_server_list+='10.0.0.34:9161 ' +++ '[' -n '10.0.0.34:9161 ' ']' +++ echo 10.0.0.34:9161 ++ CONFIGDB_SERVERS=10.0.0.34: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.34 +++ local server_address=10.0.0.34 +++ extended_server_list+='10.0.0.34:9041 ' +++ '[' -n '10.0.0.34:9041 ' ']' +++ echo 10.0.0.34:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.34: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.10 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.10 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.34 ++ 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.34 +++ local server_address=10.0.0.34 +++ extended_server_list+=10.0.0.34:2181, +++ '[' -n 10.0.0.34:2181, ']' +++ echo 10.0.0.34:2181 ++ ZOOKEEPER_SERVERS=10.0.0.34: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.34 +++ local server_address=10.0.0.34 +++ extended_server_list+='10.0.0.34:2181 ' +++ '[' -n '10.0.0.34:2181 ' ']' +++ echo 10.0.0.34:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.34:2181 ++ RABBITMQ_NODES=10.0.0.34 ++ 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.34 +++ local server_address=10.0.0.34 +++ extended_server_list+=10.0.0.34:5673, +++ '[' -n 10.0.0.34:5673, ']' +++ echo 10.0.0.34:5673 ++ RABBITMQ_SERVERS=10.0.0.34: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.34 +++ local server_address=10.0.0.34 +++ extended_server_list+='10.0.0.34:6379 ' +++ '[' -n '10.0.0.34:6379 ' ']' +++ echo 10.0.0.34:6379 ++ REDIS_SERVERS=10.0.0.34: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.34 ++ 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.34 +++ local server_address=10.0.0.34 +++ extended_server_list+='10.0.0.34:9092 ' +++ '[' -n '10.0.0.34:9092 ' ']' +++ echo 10.0.0.34:9092 ++ KAFKA_SERVERS=10.0.0.34: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.34 ++ 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.34 ++ 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_CRYPT_INTERFACE=crypt0 ++ VROUTER_DECRYPT_INTERFACE=decrypt0 ++ VROUTER_DECRYPT_KEY=15 ++ 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.34 ++ 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.34 ++ cut -d , -f 1 + local cassandra=10.0.0.34 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.34 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.34 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.34 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ uniq ++++ tr '\n' , +++ local local_ips=,10.0.0.34,10.20.0.10,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.34'\''))' +++ local server_ip=10.0.0.34 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.34 ]] +++ [[ ,10.0.0.34,10.20.0.10,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.34, ]] +++ echo 10.0.0.34 1 +++ return ++ local ip=10.0.0.34 ++ [[ -z 10.0.0.34 ]] ++ echo 10.0.0.34 + host_ip=10.0.0.34 + [[ cql == \c\q\l ]] ++ echo 10.0.0.34:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.34:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.34: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 ++ grep '^API__.*__.*=.*$' ++ set ++ sort ++ cut -d = -f 1 ++ sed 's/^API__//g' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/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/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/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/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.6/site-packages/keystonemiddleware/auth_token/_memcache_crypt.py:42: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography. The next release of cryptography will remove support for Python 3.6. from cryptography.hazmat import backends as crypto_backends 01/02/2025 02:09:36.609 7fb965cb5508 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 01/02/2025 02:09:36.637 7fb965cb5508 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 01/02/2025 02:09:36.651 7fb965cb5508 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 01/02/2025 02:09:36.651 7fb965cb5508 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] ovl: Error while doing RPMdb copy-up: [Errno 13] Permission denied: '/var/lib/rpm/__db.003' 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.34:8082/ Hit Ctrl-C to quit. 10.0.0.34 - - [2025-01-02 02:09:40] "GET / HTTP/1.1" 200 45871 0.001533 10.0.0.34 - - [2025-01-02 02:09:40] "GET / HTTP/1.1" 200 45871 0.001131 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.34 - - [2025-01-02 02:09:40] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000561 10.0.0.34 - - [2025-01-02 02:09:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000290 10.0.0.34 - - [2025-01-02 02:09:41] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.628804 10.0.0.34 - - [2025-01-02 02:09:41] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.002788 10.0.0.34 - - [2025-01-02 02:09:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.346355 10.0.0.34 - - [2025-01-02 02:09:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002827 10.0.0.34 - - [2025-01-02 02:09:41] "GET / HTTP/1.1" 200 35931 0.001930 10.0.0.34 - - [2025-01-02 02:09:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000513 10.0.0.34 - - [2025-01-02 02:09:41] "GET / HTTP/1.1" 200 35931 0.001536 /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.34 - - [2025-01-02 02:09:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.027790 10.0.0.34 - - [2025-01-02 02:09:41] "GET /global-system-config/385b5a2f-4cf6-4191-9875-a3c63c5599aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.007317 10.0.0.34 - - [2025-01-02 02:09:41] "POST /fqname-to-id HTTP/1.1" 404 220 0.003319 10.0.0.34 - - [2025-01-02 02:09:42] "POST /config-database-nodes HTTP/1.1" 200 617 0.021757 10.0.0.34 - - [2025-01-02 02:09:42] "GET / HTTP/1.1" 200 35931 0.001981 10.0.0.34 - - [2025-01-02 02:09:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000471 10.0.0.34 - - [2025-01-02 02:09:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.027870 10.0.0.34 - - [2025-01-02 02:09:42] "GET /global-system-config/385b5a2f-4cf6-4191-9875-a3c63c5599aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.006557 10.0.0.34 - - [2025-01-02 02:09:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000637 10.0.0.34 - - [2025-01-02 02:09:42] "POST /fqname-to-id HTTP/1.1" 404 220 0.004522 10.0.0.34 - - [2025-01-02 02:09:42] "POST /config-nodes HTTP/1.1" 200 599 0.024161 10.0.0.34 - - [2025-01-02 02:09:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.028232 10.0.0.34 - - [2025-01-02 02:09:43] "GET /network-ipam/af5d3284-c607-46af-b5d9-5d4eb19beed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.004444 10.0.0.34 - - [2025-01-02 02:09:43] "GET / HTTP/1.1" 200 35931 0.001767 10.0.0.34 - - [2025-01-02 02:09:43] "GET / HTTP/1.1" 200 35931 0.001332 10.0.0.34 - - [2025-01-02 02:09:43] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000437 10.0.0.34 - - [2025-01-02 02:09:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000521 10.0.0.34 - - [2025-01-02 02:09:43] "POST /fqname-to-id HTTP/1.1" 404 225 0.004047 10.0.0.34 - - [2025-01-02 02:09:43] "POST /access-control-lists HTTP/1.1" 200 587 0.030146 10.0.0.34 - - [2025-01-02 02:09:43] "POST /fqname-to-id HTTP/1.1" 404 224 0.004296 10.0.0.34 - - [2025-01-02 02:09:43] "POST /access-control-lists HTTP/1.1" 200 585 0.025129 10.0.0.34 - - [2025-01-02 02:09:43] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.305337 10.0.0.34 - - [2025-01-02 02:09:43] "POST /fqname-to-id HTTP/1.1" 404 196 0.036717 10.0.0.34 - - [2025-01-02 02:09:43] "POST /job-templates HTTP/1.1" 200 555 0.069089 10.0.0.34 - - [2025-01-02 02:09:43] "POST /route-targets HTTP/1.1" 200 327 0.034498 10.0.0.34 - - [2025-01-02 02:09:43] "POST /fqname-to-id HTTP/1.1" 404 200 0.005850 10.0.0.34 - - [2025-01-02 02:09:43] "POST /ref-update HTTP/1.1" 200 156 0.016458 10.0.0.34 - - [2025-01-02 02:09:44] "POST /job-templates HTTP/1.1" 200 563 0.065830 10.0.0.34 - - [2025-01-02 02:09:44] "POST /route-targets HTTP/1.1" 200 327 0.036929 10.0.0.34 - - [2025-01-02 02:09:44] "POST /fqname-to-id HTTP/1.1" 404 191 0.003603 10.0.0.34 - - [2025-01-02 02:09:44] "POST /ref-update HTTP/1.1" 200 156 0.012610 10.0.0.34 - - [2025-01-02 02:09:44] "POST /job-templates HTTP/1.1" 200 545 0.065427 10.0.0.34 - - [2025-01-02 02:09:44] "POST /route-targets HTTP/1.1" 200 327 0.046272 10.0.0.34 - - [2025-01-02 02:09:44] "POST /fqname-to-id HTTP/1.1" 404 207 0.005105 10.0.0.34 - - [2025-01-02 02:09:44] "POST /ref-update HTTP/1.1" 200 156 0.013215 10.0.0.34 - - [2025-01-02 02:09:44] "POST /job-templates HTTP/1.1" 200 577 0.066220 10.0.0.34 - - [2025-01-02 02:09:44] "POST /route-targets HTTP/1.1" 200 327 0.039525 10.0.0.34 - - [2025-01-02 02:09:44] "POST /fqname-to-id HTTP/1.1" 404 208 0.003304 10.0.0.34 - - [2025-01-02 02:09:44] "POST /ref-update HTTP/1.1" 200 156 0.014904 10.0.0.34 - - [2025-01-02 02:09:44] "POST /fqname-to-id HTTP/1.1" 404 201 0.003370 10.0.0.34 - - [2025-01-02 02:09:44] "POST /job-templates HTTP/1.1" 200 579 0.069697 10.0.0.34 - - [2025-01-02 02:09:44] "POST /fqname-to-id HTTP/1.1" 404 210 0.003366 10.0.0.34 - - [2025-01-02 02:09:44] "POST /access-control-lists HTTP/1.1" 200 551 0.068898 10.0.0.34 - - [2025-01-02 02:09:44] "POST /job-templates HTTP/1.1" 200 583 0.070336 10.0.0.34 - - [2025-01-02 02:09:44] "PUT /access-control-list/c8724592-cff7-44f0-89e7-3ac8d558bf3b HTTP/1.1" 200 272 0.042943 10.0.0.34 - - [2025-01-02 02:09:44] "POST /fqname-to-id HTTP/1.1" 404 198 0.004033 10.0.0.34 - - [2025-01-02 02:09:44] "PUT /access-control-list/c59f31dc-4274-41be-99b8-beb8dc76f4c1 HTTP/1.1" 200 272 0.012280 10.0.0.34 - - [2025-01-02 02:09:44] "POST /job-templates HTTP/1.1" 200 559 0.069840 10.0.0.34 - - [2025-01-02 02:09:44] "POST /fqname-to-id HTTP/1.1" 404 203 0.004397 10.0.0.34 - - [2025-01-02 02:09:45] "POST /job-templates HTTP/1.1" 200 569 0.064443 10.0.0.34 - - [2025-01-02 02:09:45] "POST /fqname-to-id HTTP/1.1" 404 196 0.003573 10.0.0.34 - - [2025-01-02 02:09:45] "POST /job-templates HTTP/1.1" 200 555 0.065346 10.0.0.34 - - [2025-01-02 02:09:45] "POST /fqname-to-id HTTP/1.1" 404 196 0.004113 10.0.0.34 - - [2025-01-02 02:09:45] "POST /job-templates HTTP/1.1" 200 555 0.067044 10.0.0.34 - - [2025-01-02 02:09:45] "POST /fqname-to-id HTTP/1.1" 404 196 0.010509 10.0.0.34 - - [2025-01-02 02:09:45] "POST /job-templates HTTP/1.1" 200 555 0.069409 10.0.0.34 - - [2025-01-02 02:09:45] "POST /fqname-to-id HTTP/1.1" 404 186 0.004708 10.0.0.34 - - [2025-01-02 02:09:45] "POST /job-templates HTTP/1.1" 200 535 0.065704 10.0.0.34 - - [2025-01-02 02:09:45] "POST /fqname-to-id HTTP/1.1" 404 198 0.004158 10.0.0.34 - - [2025-01-02 02:09:45] "POST /job-templates HTTP/1.1" 200 559 0.069635 10.0.0.34 - - [2025-01-02 02:09:45] "POST /fqname-to-id HTTP/1.1" 404 198 0.003749 10.0.0.34 - - [2025-01-02 02:09:46] "POST /job-templates HTTP/1.1" 200 559 0.073389 10.0.0.34 - - [2025-01-02 02:09:46] "POST /fqname-to-id HTTP/1.1" 404 198 0.003340 10.0.0.34 - - [2025-01-02 02:09:46] "GET / HTTP/1.1" 200 35931 0.002064 10.0.0.34 - - [2025-01-02 02:09:46] "POST /job-templates HTTP/1.1" 200 559 0.065735 10.0.0.34 - - [2025-01-02 02:09:46] "POST /fqname-to-id HTTP/1.1" 404 201 0.004938 10.0.0.34 - - [2025-01-02 02:09:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.001441 10.0.0.34 - - [2025-01-02 02:09:46] "POST /job-templates HTTP/1.1" 200 565 0.069453 10.0.0.34 - - [2025-01-02 02:09:46] "POST /fqname-to-id HTTP/1.1" 404 197 0.004181 10.0.0.34 - - [2025-01-02 02:09:46] "POST /job-templates HTTP/1.1" 200 557 0.069469 10.0.0.34 - - [2025-01-02 02:09:46] "POST /fqname-to-id HTTP/1.1" 404 196 0.004152 10.0.0.34 - - [2025-01-02 02:09:46] "POST /fqname-to-id HTTP/1.1" 404 186 0.029153 10.0.0.34 - - [2025-01-02 02:09:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.34 - - [2025-01-02 02:09:46] "GET /global-system-config/385b5a2f-4cf6-4191-9875-a3c63c5599aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.010863 10.0.0.34 - - [2025-01-02 02:09:46] "POST /job-templates HTTP/1.1" 200 555 0.074226 10.0.0.34 - - [2025-01-02 02:09:46] "POST /fqname-to-id HTTP/1.1" 404 205 0.004520 10.0.0.34 - - [2025-01-02 02:09:46] "POST /service-appliance-sets HTTP/1.1" 200 553 0.023313 10.0.0.34 - - [2025-01-02 02:09:46] "POST /fqname-to-id HTTP/1.1" 404 180 0.003055 10.0.0.34 - - [2025-01-02 02:09:46] "POST /job-templates HTTP/1.1" 200 573 0.065084 10.0.0.34 - - [2025-01-02 02:09:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.34 - - [2025-01-02 02:09:46] "POST /fqname-to-id HTTP/1.1" 404 194 0.003405 10.0.0.34 - - [2025-01-02 02:09:46] "GET /global-system-config/385b5a2f-4cf6-4191-9875-a3c63c5599aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.008457 10.0.0.34 - - [2025-01-02 02:09:47] "POST /job-templates HTTP/1.1" 200 551 0.073641 10.0.0.34 - - [2025-01-02 02:09:47] "POST /service-appliance-sets HTTP/1.1" 200 541 0.063793 10.0.0.34 - - [2025-01-02 02:09:47] "POST /fqname-to-id HTTP/1.1" 404 208 0.005599 10.0.0.34 - - [2025-01-02 02:09:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004252 10.0.0.34 - - [2025-01-02 02:09:47] "GET /network-ipam/af5d3284-c607-46af-b5d9-5d4eb19beed5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.005318 10.0.0.34 - - [2025-01-02 02:09:47] "POST /job-templates HTTP/1.1" 200 579 0.071906 10.0.0.34 - - [2025-01-02 02:09:47] "POST /fqname-to-id HTTP/1.1" 404 196 0.003681 10.0.0.34 - - [2025-01-02 02:09:47] "POST /service-templates HTTP/1.1" 200 511 0.024369 10.0.0.34 - - [2025-01-02 02:09:47] "POST /service-templates HTTP/1.1" 200 501 0.023139 10.0.0.34 - - [2025-01-02 02:09:47] "POST /job-templates HTTP/1.1" 200 555 0.072253 10.0.0.34 - - [2025-01-02 02:09:47] "POST /service-templates HTTP/1.1" 200 515 0.039159 10.0.0.34 - - [2025-01-02 02:09:47] "POST /fqname-to-id HTTP/1.1" 404 198 0.003641 10.0.0.34 - - [2025-01-02 02:09:47] "POST /service-templates HTTP/1.1" 200 535 0.026810 10.0.0.34 - - [2025-01-02 02:09:47] "POST /job-templates HTTP/1.1" 200 559 0.065150 10.0.0.34 - - [2025-01-02 02:09:47] "POST /service-templates HTTP/1.1" 200 507 0.038616 10.0.0.34 - - [2025-01-02 02:09:47] "POST /fqname-to-id HTTP/1.1" 404 206 0.004091 10.0.0.34 - - [2025-01-02 02:09:47] "POST /job-templates HTTP/1.1" 200 575 0.069810 10.0.0.34 - - [2025-01-02 02:09:47] "POST /fqname-to-id HTTP/1.1" 404 197 0.004041 10.0.0.34 - - [2025-01-02 02:09:47] "POST /job-templates HTTP/1.1" 200 557 0.065016 10.0.0.34 - - [2025-01-02 02:09:47] "POST /fqname-to-id HTTP/1.1" 404 198 0.004010 10.0.0.34 - - [2025-01-02 02:09:48] "POST /job-templates HTTP/1.1" 200 559 0.069075 10.0.0.34 - - [2025-01-02 02:09:48] "POST /fqname-to-id HTTP/1.1" 404 196 0.004211 10.0.0.34 - - [2025-01-02 02:09:48] "POST /job-templates HTTP/1.1" 200 555 0.060894 10.0.0.34 - - [2025-01-02 02:09:48] "POST /fqname-to-id HTTP/1.1" 404 195 0.004304 10.0.0.34 - - [2025-01-02 02:09:48] "POST /job-templates HTTP/1.1" 200 553 0.065279 10.0.0.34 - - [2025-01-02 02:09:48] "POST /fqname-to-id HTTP/1.1" 404 195 0.003520 10.0.0.34 - - [2025-01-02 02:09:48] "POST /job-templates HTTP/1.1" 200 553 0.061607 10.0.0.34 - - [2025-01-02 02:09:48] "POST /fqname-to-id HTTP/1.1" 404 195 0.004687 10.0.0.34 - - [2025-01-02 02:09:48] "POST /job-templates HTTP/1.1" 200 553 0.061701 10.0.0.34 - - [2025-01-02 02:09:48] "POST /fqname-to-id HTTP/1.1" 404 200 0.003127 10.0.0.34 - - [2025-01-02 02:09:48] "POST /job-templates HTTP/1.1" 200 563 0.064816 10.0.0.34 - - [2025-01-02 02:09:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.34 - - [2025-01-02 02:09:48] "GET /global-vrouter-config/6ba02685-788d-4f88-83d6-9391bef6d87e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1160 0.003381 10.0.0.34 - - [2025-01-02 02:09:48] "POST /fqname-to-id HTTP/1.1" 404 201 0.003244 10.0.0.34 - - [2025-01-02 02:09:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003046 10.0.0.34 - - [2025-01-02 02:09:48] "POST /job-templates HTTP/1.1" 200 565 0.065618 10.0.0.34 - - [2025-01-02 02:09:48] "PUT /global-vrouter-config/6ba02685-788d-4f88-83d6-9391bef6d87e HTTP/1.1" 200 276 0.043921 10.0.0.34 - - [2025-01-02 02:09:49] "POST /fqname-to-id HTTP/1.1" 404 189 0.003310 10.0.0.34 - - [2025-01-02 02:09:49] "POST /config-propertiess HTTP/1.1" 200 551 0.024920 10.0.0.34 - - [2025-01-02 02:09:49] "POST /fqname-to-id HTTP/1.1" 404 168 0.003159 10.0.0.34 - - [2025-01-02 02:09:49] "POST /tags HTTP/1.1" 200 321 0.037652 10.0.0.34 - - [2025-01-02 02:09:49] "POST /fqname-to-id HTTP/1.1" 404 166 0.003105 10.0.0.34 - - [2025-01-02 02:09:49] "GET / HTTP/1.1" 200 35931 0.001868 10.0.0.34 - - [2025-01-02 02:09:49] "POST /alarms HTTP/1.1" 401 292 0.000401 10.0.0.34 - - [2025-01-02 02:09:49] "POST /tags HTTP/1.1" 200 317 0.026740 10.0.0.34 - - [2025-01-02 02:09:49] "POST /fqname-to-id HTTP/1.1" 404 174 0.003458 10.0.0.34 - - [2025-01-02 02:09:49] "POST /tags HTTP/1.1" 200 333 0.026390 10.0.0.34 - - [2025-01-02 02:09:49] "POST /fqname-to-id HTTP/1.1" 404 162 0.003234 10.0.0.34 - - [2025-01-02 02:09:49] "POST /tags HTTP/1.1" 200 309 0.030890 10.0.0.34 - - [2025-01-02 02:09:49] "POST /fqname-to-id HTTP/1.1" 404 174 0.003136 10.0.0.34 - - [2025-01-02 02:09:49] "POST /tags HTTP/1.1" 200 333 0.027022 10.0.0.34 - - [2025-01-02 02:09:49] "POST /alarms HTTP/1.1" 200 581 0.044771 10.0.0.34 - - [2025-01-02 02:09:49] "POST /alarms HTTP/1.1" 200 575 0.016563 10.0.0.34 - - [2025-01-02 02:09:49] "POST /fqname-to-id HTTP/1.1" 404 164 0.002711 10.0.0.34 - - [2025-01-02 02:09:49] "POST /alarms HTTP/1.1" 200 575 0.017916 10.0.0.34 - - [2025-01-02 02:09:49] "POST /tags HTTP/1.1" 200 313 0.024089 10.0.0.34 - - [2025-01-02 02:09:49] "POST /alarms HTTP/1.1" 200 559 0.017331 10.0.0.34 - - [2025-01-02 02:09:49] "POST /fqname-to-id HTTP/1.1" 404 169 0.002698 10.0.0.34 - - [2025-01-02 02:09:49] "POST /alarms HTTP/1.1" 200 555 0.018921 10.0.0.34 - - [2025-01-02 02:09:49] "POST /tags HTTP/1.1" 200 323 0.022835 10.0.0.34 - - [2025-01-02 02:09:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002559 10.0.0.34 - - [2025-01-02 02:09:50] "POST /alarms HTTP/1.1" 200 557 0.020391 10.0.0.34 - - [2025-01-02 02:09:50] "PUT /global-system-config/385b5a2f-4cf6-4191-9875-a3c63c5599aa HTTP/1.1" 200 274 0.010328 10.0.0.34 - - [2025-01-02 02:09:50] "POST /alarms HTTP/1.1" 200 565 0.022151 10.0.0.34 - - [2025-01-02 02:09:50] "POST /fqname-to-id HTTP/1.1" 404 166 0.002894 10.0.0.34 - - [2025-01-02 02:09:50] "POST /alarms HTTP/1.1" 200 549 0.022541 10.0.0.34 - - [2025-01-02 02:09:50] "POST /hardwares HTTP/1.1" 200 327 0.011180 10.0.0.34 - - [2025-01-02 02:09:50] "POST /alarms HTTP/1.1" 200 557 0.018298 10.0.0.34 - - [2025-01-02 02:09:50] "POST /fqname-to-id HTTP/1.1" 404 166 0.003192 10.0.0.34 - - [2025-01-02 02:09:50] "POST /alarms HTTP/1.1" 200 567 0.020957 10.0.0.34 - - [2025-01-02 02:09:50] "POST /hardwares HTTP/1.1" 200 327 0.012666 10.0.0.34 - - [2025-01-02 02:09:50] "POST /fqname-to-id HTTP/1.1" 404 166 0.003863 10.0.0.34 - - [2025-01-02 02:09:50] "POST /alarms HTTP/1.1" 200 555 0.020836 10.0.0.34 - - [2025-01-02 02:09:50] "POST /hardwares HTTP/1.1" 200 327 0.019263 10.0.0.34 - - [2025-01-02 02:09:50] "POST /alarms HTTP/1.1" 200 567 0.020728 10.0.0.34 - - [2025-01-02 02:09:50] "POST /fqname-to-id HTTP/1.1" 404 166 0.002884 10.0.0.34 - - [2025-01-02 02:09:50] "POST /alarms HTTP/1.1" 200 575 0.061554 10.0.0.34 - - [2025-01-02 02:09:50] "POST /hardwares HTTP/1.1" 200 327 0.030107 10.0.0.34 - - [2025-01-02 02:09:50] "POST /fqname-to-id HTTP/1.1" 404 164 0.002236 10.0.0.34 - - [2025-01-02 02:09:50] "POST /alarms HTTP/1.1" 200 569 0.018034 10.0.0.34 - - [2025-01-02 02:09:50] "POST /hardwares HTTP/1.1" 200 323 0.014163 10.0.0.34 - - [2025-01-02 02:09:50] "POST /alarms HTTP/1.1" 200 561 0.018739 10.0.0.34 - - [2025-01-02 02:09:50] "POST /fqname-to-id HTTP/1.1" 404 164 0.003222 10.0.0.34 - - [2025-01-02 02:09:50] "POST /alarms HTTP/1.1" 200 561 0.020523 10.0.0.34 - - [2025-01-02 02:09:50] "POST /hardwares HTTP/1.1" 200 323 0.011339 10.0.0.34 - - [2025-01-02 02:09:50] "POST /alarms HTTP/1.1" 200 561 0.019242 10.0.0.34 - - [2025-01-02 02:09:50] "POST /fqname-to-id HTTP/1.1" 404 161 0.003095 10.0.0.34 - - [2025-01-02 02:09:50] "POST /hardwares HTTP/1.1" 200 317 0.011070 10.0.0.34 - - [2025-01-02 02:09:50] "POST /alarms HTTP/1.1" 200 547 0.022433 10.0.0.34 - - [2025-01-02 02:09:50] "POST /fqname-to-id HTTP/1.1" 404 164 0.003242 10.0.0.34 - - [2025-01-02 02:09:50] "POST /alarms HTTP/1.1" 200 595 0.017888 10.0.0.34 - - [2025-01-02 02:09:50] "POST /hardwares HTTP/1.1" 200 323 0.011553 10.0.0.34 - - [2025-01-02 02:09:50] "POST /alarms HTTP/1.1" 200 575 0.017497 10.0.0.34 - - [2025-01-02 02:09:51] "POST /fqname-to-id HTTP/1.1" 404 164 0.003160 10.0.0.34 - - [2025-01-02 02:09:51] "POST /alarms HTTP/1.1" 200 571 0.017279 10.0.0.34 - - [2025-01-02 02:09:51] "POST /hardwares HTTP/1.1" 200 323 0.010145 10.0.0.34 - - [2025-01-02 02:09:51] "POST /fqname-to-id HTTP/1.1" 404 164 0.002891 10.0.0.34 - - [2025-01-02 02:09:51] "POST /alarms HTTP/1.1" 200 583 0.020730 10.0.0.34 - - [2025-01-02 02:09:51] "POST /hardwares HTTP/1.1" 200 323 0.011207 10.0.0.34 - - [2025-01-02 02:09:51] "POST /alarms HTTP/1.1" 200 609 0.021072 10.0.0.34 - - [2025-01-02 02:09:51] "POST /fqname-to-id HTTP/1.1" 404 165 0.003921 10.0.0.34 - - [2025-01-02 02:09:51] "POST /hardwares HTTP/1.1" 200 325 0.016187 10.0.0.34 - - [2025-01-02 02:09:51] "POST /fqname-to-id HTTP/1.1" 404 165 0.003066 10.0.0.34 - - [2025-01-02 02:09:51] "POST /hardwares HTTP/1.1" 200 325 0.013257 10.0.0.34 - - [2025-01-02 02:09:51] "POST /fqname-to-id HTTP/1.1" 404 165 0.003206 10.0.0.34 - - [2025-01-02 02:09:51] "POST /hardwares HTTP/1.1" 200 325 0.012217 10.0.0.34 - - [2025-01-02 02:09:51] "GET / HTTP/1.1" 200 35931 0.001629 10.0.0.34 - - [2025-01-02 02:09:51] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000524 10.0.0.34 - - [2025-01-02 02:09:51] "POST /fqname-to-id HTTP/1.1" 404 165 0.003463 10.0.0.34 - - [2025-01-02 02:09:51] "POST /hardwares HTTP/1.1" 200 325 0.012201 10.0.0.34 - - [2025-01-02 02:09:51] "POST /fqname-to-id HTTP/1.1" 404 164 0.003017 10.0.0.34 - - [2025-01-02 02:09:51] "POST /hardwares HTTP/1.1" 200 323 0.013753 10.0.0.34 - - [2025-01-02 02:09:51] "POST /fqname-to-id HTTP/1.1" 404 161 0.003896 10.0.0.34 - - [2025-01-02 02:09:51] "POST /hardwares HTTP/1.1" 200 317 0.011618 10.0.0.34 - - [2025-01-02 02:09:51] "POST /fqname-to-id HTTP/1.1" 404 164 0.003314 10.0.0.34 - - [2025-01-02 02:09:51] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.027110 10.0.0.34 - - [2025-01-02 02:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004384 10.0.0.34 - - [2025-01-02 02:09:51] "POST /hardwares HTTP/1.1" 200 323 0.013828 10.0.0.34 - - [2025-01-02 02:09:51] "PUT /global-vrouter-config/6ba02685-788d-4f88-83d6-9391bef6d87e HTTP/1.1" 200 276 0.009478 10.0.0.34 - - [2025-01-02 02:09:51] "POST /fqname-to-id HTTP/1.1" 404 161 0.003084 10.0.0.34 - - [2025-01-02 02:09:52] "POST /hardwares HTTP/1.1" 200 317 0.011989 10.0.0.34 - - [2025-01-02 02:09:52] "POST /fqname-to-id HTTP/1.1" 404 164 0.003032 10.0.0.34 - - [2025-01-02 02:09:52] "POST /hardwares HTTP/1.1" 200 323 0.011818 10.0.0.34 - - [2025-01-02 02:09:52] "POST /fqname-to-id HTTP/1.1" 404 162 0.003732 10.0.0.34 - - [2025-01-02 02:09:52] "POST /hardwares HTTP/1.1" 200 319 0.012006 10.0.0.34 - - [2025-01-02 02:09:52] "GET / HTTP/1.1" 200 35931 0.004211 10.0.0.34 - - [2025-01-02 02:09:52] "POST /fqname-to-id HTTP/1.1" 404 162 0.007345 10.0.0.34 - - [2025-01-02 02:09:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000540 10.0.0.34 - - [2025-01-02 02:09:52] "POST /hardwares HTTP/1.1" 200 319 0.012392 10.0.0.34 - - [2025-01-02 02:09:52] "POST /fqname-to-id HTTP/1.1" 404 165 0.003148 10.0.0.34 - - [2025-01-02 02:09:52] "POST /hardwares HTTP/1.1" 200 325 0.011716 10.0.0.34 - - [2025-01-02 02:09:52] "POST /fqname-to-id HTTP/1.1" 404 161 0.003514 10.0.0.34 - - [2025-01-02 02:09:52] "POST /hardwares HTTP/1.1" 200 317 0.012321 10.0.0.34 - - [2025-01-02 02:09:52] "POST /fqname-to-id HTTP/1.1" 404 161 0.003433 10.0.0.34 - - [2025-01-02 02:09:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.025559 10.0.0.34 - - [2025-01-02 02:09:52] "POST /hardwares HTTP/1.1" 200 317 0.015205 10.0.0.34 - - [2025-01-02 02:09:52] "GET /global-vrouter-config/6ba02685-788d-4f88-83d6-9391bef6d87e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003612 10.0.0.34 - - [2025-01-02 02:09:52] "POST /fqname-to-id HTTP/1.1" 404 162 0.004765 10.0.0.34 - - [2025-01-02 02:09:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002836 10.0.0.34 - - [2025-01-02 02:09:52] "PUT /global-vrouter-config/6ba02685-788d-4f88-83d6-9391bef6d87e HTTP/1.1" 200 276 0.010628 10.0.0.34 - - [2025-01-02 02:09:52] "POST /hardwares HTTP/1.1" 200 319 0.013240 10.0.0.34 - - [2025-01-02 02:09:52] "POST /fqname-to-id HTTP/1.1" 404 162 0.003280 10.0.0.34 - - [2025-01-02 02:09:52] "POST /hardwares HTTP/1.1" 200 319 0.012482 10.0.0.34 - - [2025-01-02 02:09:52] "POST /fqname-to-id HTTP/1.1" 404 162 0.003694 10.0.0.34 - - [2025-01-02 02:09:52] "POST /hardwares HTTP/1.1" 200 319 0.012322 10.0.0.34 - - [2025-01-02 02:09:53] "POST /fqname-to-id HTTP/1.1" 404 158 0.003976 10.0.0.34 - - [2025-01-02 02:09:53] "POST /hardwares HTTP/1.1" 200 311 0.012737 10.0.0.34 - - [2025-01-02 02:09:53] "POST /fqname-to-id HTTP/1.1" 404 158 0.003869 10.0.0.34 - - [2025-01-02 02:09:53] "GET / HTTP/1.1" 200 35931 0.002192 10.0.0.34 - - [2025-01-02 02:09:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000409 10.0.0.34 - - [2025-01-02 02:09:53] "POST /hardwares HTTP/1.1" 200 311 0.010691 10.0.0.34 - - [2025-01-02 02:09:53] "POST /fqname-to-id HTTP/1.1" 404 160 0.003508 10.0.0.34 - - [2025-01-02 02:09:53] "POST /hardwares HTTP/1.1" 200 315 0.011406 10.0.0.34 - - [2025-01-02 02:09:53] "POST /fqname-to-id HTTP/1.1" 404 154 0.003105 10.0.0.34 - - [2025-01-02 02:09:53] "POST /hardwares HTTP/1.1" 200 303 0.014399 10.0.0.34 - - [2025-01-02 02:09:53] "POST /fqname-to-id HTTP/1.1" 404 158 0.003358 10.0.0.34 - - [2025-01-02 02:09:53] "POST /hardwares HTTP/1.1" 200 311 0.013569 10.0.0.34 - - [2025-01-02 02:09:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.026068 10.0.0.34 - - [2025-01-02 02:09:53] "GET /global-system-config/385b5a2f-4cf6-4191-9875-a3c63c5599aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.006367 10.0.0.34 - - [2025-01-02 02:09:53] "POST /fqname-to-id HTTP/1.1" 404 155 0.003142 10.0.0.34 - - [2025-01-02 02:09:53] "PUT /global-system-config/385b5a2f-4cf6-4191-9875-a3c63c5599aa HTTP/1.1" 200 274 0.020697 10.0.0.34 - - [2025-01-02 02:09:53] "POST /hardwares HTTP/1.1" 200 305 0.013242 10.0.0.34 - - [2025-01-02 02:09:53] "POST /fqname-to-id HTTP/1.1" 404 155 0.003399 10.0.0.34 - - [2025-01-02 02:09:53] "POST /hardwares HTTP/1.1" 200 305 0.013963 10.0.0.34 - - [2025-01-02 02:09:53] "POST /fqname-to-id HTTP/1.1" 404 155 0.003527 10.0.0.34 - - [2025-01-02 02:09:53] "POST /hardwares HTTP/1.1" 200 305 0.010673 10.0.0.34 - - [2025-01-02 02:09:53] "POST /fqname-to-id HTTP/1.1" 404 155 0.003148 10.0.0.34 - - [2025-01-02 02:09:53] "POST /hardwares HTTP/1.1" 200 305 0.011244 10.0.0.34 - - [2025-01-02 02:09:54] "POST /fqname-to-id HTTP/1.1" 404 156 0.003335 10.0.0.34 - - [2025-01-02 02:09:54] "POST /hardwares HTTP/1.1" 200 307 0.011846 10.0.0.34 - - [2025-01-02 02:09:54] "POST /fqname-to-id HTTP/1.1" 404 156 0.003997 10.0.0.34 - - [2025-01-02 02:09:54] "POST /hardwares HTTP/1.1" 200 307 0.010504 10.0.0.34 - - [2025-01-02 02:09:54] "POST /fqname-to-id HTTP/1.1" 404 156 0.003170 10.0.0.34 - - [2025-01-02 02:09:54] "POST /hardwares HTTP/1.1" 200 307 0.011518 10.0.0.34 - - [2025-01-02 02:09:54] "POST /fqname-to-id HTTP/1.1" 404 157 0.003174 10.0.0.34 - - [2025-01-02 02:09:54] "POST /hardwares HTTP/1.1" 200 309 0.012417 10.0.0.34 - - [2025-01-02 02:09:54] "POST /fqname-to-id HTTP/1.1" 404 158 0.003409 10.0.0.34 - - [2025-01-02 02:09:54] "POST /hardwares HTTP/1.1" 200 311 0.012985 10.0.0.34 - - [2025-01-02 02:09:54] "POST /fqname-to-id HTTP/1.1" 404 158 0.004311 10.0.0.34 - - [2025-01-02 02:09:54] "POST /hardwares HTTP/1.1" 200 311 0.013038 10.0.0.34 - - [2025-01-02 02:09:54] "POST /fqname-to-id HTTP/1.1" 404 153 0.003512 10.0.0.34 - - [2025-01-02 02:09:54] "POST /hardwares HTTP/1.1" 200 301 0.011828 10.0.0.34 - - [2025-01-02 02:09:54] "POST /fqname-to-id HTTP/1.1" 404 157 0.003148 10.0.0.34 - - [2025-01-02 02:09:54] "POST /hardwares HTTP/1.1" 200 309 0.012444 10.0.0.34 - - [2025-01-02 02:09:54] "POST /fqname-to-id HTTP/1.1" 404 157 0.003426 10.0.0.34 - - [2025-01-02 02:09:54] "POST /hardwares HTTP/1.1" 200 309 0.015213 10.0.0.34 - - [2025-01-02 02:09:54] "POST /fqname-to-id HTTP/1.1" 404 157 0.003202 10.0.0.34 - - [2025-01-02 02:09:55] "POST /hardwares HTTP/1.1" 200 309 0.012913 10.0.0.34 - - [2025-01-02 02:09:55] "POST /fqname-to-id HTTP/1.1" 404 157 0.003551 10.0.0.34 - - [2025-01-02 02:09:55] "POST /hardwares HTTP/1.1" 200 309 0.013186 10.0.0.34 - - [2025-01-02 02:09:55] "POST /fqname-to-id HTTP/1.1" 404 157 0.004313 10.0.0.34 - - [2025-01-02 02:09:55] "POST /hardwares HTTP/1.1" 200 309 0.013790 10.0.0.34 - - [2025-01-02 02:09:55] "POST /fqname-to-id HTTP/1.1" 404 161 0.003964 10.0.0.34 - - [2025-01-02 02:09:55] "POST /hardwares HTTP/1.1" 200 317 0.011771 10.0.0.34 - - [2025-01-02 02:09:55] "POST /fqname-to-id HTTP/1.1" 404 157 0.003038 10.0.0.34 - - [2025-01-02 02:09:55] "POST /hardwares HTTP/1.1" 200 309 0.011668 10.0.0.34 - - [2025-01-02 02:09:55] "POST /fqname-to-id HTTP/1.1" 404 157 0.003797 10.0.0.34 - - [2025-01-02 02:09:55] "POST /hardwares HTTP/1.1" 200 309 0.012154 10.0.0.34 - - [2025-01-02 02:09:55] "POST /fqname-to-id HTTP/1.1" 404 154 0.003341 10.0.0.34 - - [2025-01-02 02:09:55] "POST /hardwares HTTP/1.1" 200 303 0.011875 10.0.0.34 - - [2025-01-02 02:09:55] "POST /fqname-to-id HTTP/1.1" 404 190 0.003233 10.0.0.34 - - [2025-01-02 02:09:55] "POST /features HTTP/1.1" 200 533 0.018889 10.0.0.34 - - [2025-01-02 02:09:55] "POST /fqname-to-id HTTP/1.1" 404 185 0.003238 10.0.0.34 - - [2025-01-02 02:09:55] "POST /features HTTP/1.1" 200 523 0.019702 10.0.0.34 - - [2025-01-02 02:09:55] "POST /fqname-to-id HTTP/1.1" 404 184 0.003294 10.0.0.34 - - [2025-01-02 02:09:55] "POST /features HTTP/1.1" 200 521 0.018444 10.0.0.34 - - [2025-01-02 02:09:56] "POST /fqname-to-id HTTP/1.1" 404 184 0.003689 10.0.0.34 - - [2025-01-02 02:09:56] "POST /features HTTP/1.1" 200 521 0.017215 10.0.0.34 - - [2025-01-02 02:09:56] "POST /fqname-to-id HTTP/1.1" 404 189 0.003282 10.0.0.34 - - [2025-01-02 02:09:56] "POST /features HTTP/1.1" 200 531 0.022701 10.0.0.34 - - [2025-01-02 02:09:56] "POST /fqname-to-id HTTP/1.1" 404 184 0.003100 10.0.0.34 - - [2025-01-02 02:09:56] "POST /features HTTP/1.1" 200 521 0.018156 10.0.0.34 - - [2025-01-02 02:09:56] "POST /fqname-to-id HTTP/1.1" 404 193 0.003043 10.0.0.34 - - [2025-01-02 02:09:56] "POST /features HTTP/1.1" 200 539 0.021511 10.0.0.34 - - [2025-01-02 02:09:56] "POST /fqname-to-id HTTP/1.1" 404 186 0.002983 10.0.0.34 - - [2025-01-02 02:09:56] "POST /features HTTP/1.1" 200 525 0.017998 10.0.0.34 - - [2025-01-02 02:09:56] "POST /fqname-to-id HTTP/1.1" 404 183 0.003642 10.0.0.34 - - [2025-01-02 02:09:56] "POST /features HTTP/1.1" 200 519 0.020439 10.0.0.34 - - [2025-01-02 02:09:56] "POST /fqname-to-id HTTP/1.1" 404 182 0.003276 10.0.0.34 - - [2025-01-02 02:09:56] "POST /features HTTP/1.1" 200 517 0.018695 10.0.0.34 - - [2025-01-02 02:09:56] "POST /fqname-to-id HTTP/1.1" 404 190 0.003337 10.0.0.34 - - [2025-01-02 02:09:56] "POST /features HTTP/1.1" 200 533 0.017556 10.0.0.34 - - [2025-01-02 02:09:56] "POST /fqname-to-id HTTP/1.1" 404 194 0.003971 10.0.0.34 - - [2025-01-02 02:09:57] "POST /features HTTP/1.1" 200 541 0.020982 10.0.0.34 - - [2025-01-02 02:09:57] "POST /fqname-to-id HTTP/1.1" 404 178 0.003721 10.0.0.34 - - [2025-01-02 02:09:57] "POST /physical-roles HTTP/1.1" 200 521 0.021158 10.0.0.34 - - [2025-01-02 02:09:57] "POST /fqname-to-id HTTP/1.1" 404 179 0.003110 10.0.0.34 - - [2025-01-02 02:09:57] "POST /physical-roles HTTP/1.1" 200 523 0.017658 10.0.0.34 - - [2025-01-02 02:09:57] "POST /fqname-to-id HTTP/1.1" 404 184 0.003259 10.0.0.34 - - [2025-01-02 02:09:57] "POST /physical-roles HTTP/1.1" 200 533 0.017417 10.0.0.34 - - [2025-01-02 02:09:57] "POST /fqname-to-id HTTP/1.1" 404 177 0.003057 10.0.0.34 - - [2025-01-02 02:09:57] "POST /physical-roles HTTP/1.1" 200 519 0.019836 10.0.0.34 - - [2025-01-02 02:09:57] "POST /fqname-to-id HTTP/1.1" 404 191 0.003598 10.0.0.34 - - [2025-01-02 02:09:57] "POST /overlay-roles HTTP/1.1" 200 545 0.041634 10.0.0.34 - - [2025-01-02 02:09:57] "POST /fqname-to-id HTTP/1.1" 404 184 0.003635 10.0.0.34 - - [2025-01-02 02:09:57] "POST /overlay-roles HTTP/1.1" 200 531 0.020565 10.0.0.34 - - [2025-01-02 02:09:57] "POST /fqname-to-id HTTP/1.1" 404 191 0.005300 10.0.0.34 - - [2025-01-02 02:09:57] "POST /overlay-roles HTTP/1.1" 200 545 0.020375 10.0.0.34 - - [2025-01-02 02:09:57] "POST /fqname-to-id HTTP/1.1" 404 185 0.003437 10.0.0.34 - - [2025-01-02 02:09:57] "POST /overlay-roles HTTP/1.1" 200 533 0.018741 10.0.0.34 - - [2025-01-02 02:09:57] "POST /fqname-to-id HTTP/1.1" 404 189 0.003343 10.0.0.34 - - [2025-01-02 02:09:58] "POST /overlay-roles HTTP/1.1" 200 541 0.020067 10.0.0.34 - - [2025-01-02 02:09:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.34 - - [2025-01-02 02:09:58] "PUT /overlay-role/531fe143-95d6-4549-83a1-c5561e7cf618 HTTP/1.1" 200 258 0.011746 10.0.0.34 - - [2025-01-02 02:09:58] "POST /fqname-to-id HTTP/1.1" 404 184 0.003673 10.0.0.34 - - [2025-01-02 02:09:58] "POST /overlay-roles HTTP/1.1" 200 531 0.031594 10.0.0.34 - - [2025-01-02 02:09:58] "POST /fqname-to-id HTTP/1.1" 404 185 0.003336 10.0.0.34 - - [2025-01-02 02:09:58] "POST /overlay-roles HTTP/1.1" 200 533 0.021521 10.0.0.34 - - [2025-01-02 02:09:58] "POST /fqname-to-id HTTP/1.1" 404 183 0.003510 10.0.0.34 - - [2025-01-02 02:09:58] "POST /overlay-roles HTTP/1.1" 200 529 0.021352 10.0.0.34 - - [2025-01-02 02:09:58] "POST /fqname-to-id HTTP/1.1" 404 187 0.003209 10.0.0.34 - - [2025-01-02 02:09:58] "POST /overlay-roles HTTP/1.1" 200 537 0.024234 10.0.0.34 - - [2025-01-02 02:09:58] "POST /fqname-to-id HTTP/1.1" 404 189 0.003129 10.0.0.34 - - [2025-01-02 02:09:58] "POST /overlay-roles HTTP/1.1" 200 541 0.018225 10.0.0.34 - - [2025-01-02 02:09:58] "POST /fqname-to-id HTTP/1.1" 404 178 0.003415 10.0.0.34 - - [2025-01-02 02:09:58] "POST /overlay-roles HTTP/1.1" 200 519 0.018703 10.0.0.34 - - [2025-01-02 02:09:58] "POST /fqname-to-id HTTP/1.1" 404 190 0.003070 10.0.0.34 - - [2025-01-02 02:09:58] "POST /overlay-roles HTTP/1.1" 200 543 0.018562 10.0.0.34 - - [2025-01-02 02:09:59] "POST /fqname-to-id HTTP/1.1" 404 182 0.003024 10.0.0.34 - - [2025-01-02 02:09:59] "POST /role-definitions HTTP/1.1" 200 533 0.019253 10.0.0.34 - - [2025-01-02 02:09:59] "POST /fqname-to-id HTTP/1.1" 404 189 0.003859 10.0.0.34 - - [2025-01-02 02:09:59] "POST /role-definitions HTTP/1.1" 200 547 0.017194 10.0.0.34 - - [2025-01-02 02:09:59] "POST /fqname-to-id HTTP/1.1" 404 190 0.003695 10.0.0.34 - - [2025-01-02 02:09:59] "POST /role-definitions HTTP/1.1" 200 549 0.017626 10.0.0.34 - - [2025-01-02 02:09:59] "POST /fqname-to-id HTTP/1.1" 404 191 0.003218 10.0.0.34 - - [2025-01-02 02:09:59] "POST /role-definitions HTTP/1.1" 200 551 0.017829 10.0.0.34 - - [2025-01-02 02:09:59] "POST /fqname-to-id HTTP/1.1" 404 197 0.003264 10.0.0.34 - - [2025-01-02 02:09:59] "POST /role-definitions HTTP/1.1" 200 563 0.019550 10.0.0.34 - - [2025-01-02 02:09:59] "POST /fqname-to-id HTTP/1.1" 404 189 0.003062 10.0.0.34 - - [2025-01-02 02:09:59] "POST /role-definitions HTTP/1.1" 200 547 0.019519 10.0.0.34 - - [2025-01-02 02:09:59] "POST /fqname-to-id HTTP/1.1" 404 190 0.003999 10.0.0.34 - - [2025-01-02 02:09:59] "POST /role-definitions HTTP/1.1" 200 549 0.018663 10.0.0.34 - - [2025-01-02 02:09:59] "POST /fqname-to-id HTTP/1.1" 404 191 0.003075 10.0.0.34 - - [2025-01-02 02:09:59] "POST /role-definitions HTTP/1.1" 200 551 0.020379 10.0.0.34 - - [2025-01-02 02:09:59] "POST /fqname-to-id HTTP/1.1" 404 190 0.003222 10.0.0.34 - - [2025-01-02 02:09:59] "POST /role-definitions HTTP/1.1" 200 549 0.018079 10.0.0.34 - - [2025-01-02 02:10:00] "POST /fqname-to-id HTTP/1.1" 404 196 0.003708 10.0.0.34 - - [2025-01-02 02:10:00] "POST /role-definitions HTTP/1.1" 200 561 0.019825 10.0.0.34 - - [2025-01-02 02:10:00] "POST /fqname-to-id HTTP/1.1" 404 189 0.003644 10.0.0.34 - - [2025-01-02 02:10:00] "POST /role-definitions HTTP/1.1" 200 547 0.019116 10.0.0.34 - - [2025-01-02 02:10:00] "POST /fqname-to-id HTTP/1.1" 404 190 0.003318 10.0.0.34 - - [2025-01-02 02:10:00] "POST /role-definitions HTTP/1.1" 200 549 0.024211 10.0.0.34 - - [2025-01-02 02:10:00] "POST /fqname-to-id HTTP/1.1" 404 188 0.003439 10.0.0.34 - - [2025-01-02 02:10:00] "POST /role-definitions HTTP/1.1" 200 545 0.020479 10.0.0.34 - - [2025-01-02 02:10:00] "POST /fqname-to-id HTTP/1.1" 404 189 0.004278 10.0.0.34 - - [2025-01-02 02:10:00] "POST /role-definitions HTTP/1.1" 200 547 0.022326 10.0.0.34 - - [2025-01-02 02:10:00] "POST /fqname-to-id HTTP/1.1" 404 192 0.004691 10.0.0.34 - - [2025-01-02 02:10:00] "POST /role-definitions HTTP/1.1" 200 553 0.022732 10.0.0.34 - - [2025-01-02 02:10:00] "POST /fqname-to-id HTTP/1.1" 404 193 0.003440 10.0.0.34 - - [2025-01-02 02:10:00] "POST /role-definitions HTTP/1.1" 200 555 0.022705 10.0.0.34 - - [2025-01-02 02:10:00] "POST /fqname-to-id HTTP/1.1" 404 182 0.004179 10.0.0.34 - - [2025-01-02 02:10:00] "POST /role-definitions HTTP/1.1" 200 533 0.027185 10.0.0.34 - - [2025-01-02 02:10:00] "POST /fqname-to-id HTTP/1.1" 404 187 0.003474 10.0.0.34 - - [2025-01-02 02:10:01] "POST /role-definitions HTTP/1.1" 200 543 0.024715 10.0.0.34 - - [2025-01-02 02:10:01] "POST /fqname-to-id HTTP/1.1" 404 181 0.003961 10.0.0.34 - - [2025-01-02 02:10:01] "POST /role-definitions HTTP/1.1" 200 531 0.020341 10.0.0.34 - - [2025-01-02 02:10:01] "POST /fqname-to-id HTTP/1.1" 404 184 0.003727 10.0.0.34 - - [2025-01-02 02:10:01] "POST /role-definitions HTTP/1.1" 200 537 0.023005 10.0.0.34 - - [2025-01-02 02:10:01] "POST /fqname-to-id HTTP/1.1" 404 189 0.003679 10.0.0.34 - - [2025-01-02 02:10:01] "POST /role-definitions HTTP/1.1" 200 547 0.022949 10.0.0.34 - - [2025-01-02 02:10:01] "POST /fqname-to-id HTTP/1.1" 404 194 0.003849 10.0.0.34 - - [2025-01-02 02:10:01] "POST /role-definitions HTTP/1.1" 200 557 0.023135 10.0.0.34 - - [2025-01-02 02:10:01] "POST /fqname-to-id HTTP/1.1" 404 196 0.003335 10.0.0.34 - - [2025-01-02 02:10:01] "POST /role-definitions HTTP/1.1" 200 561 0.023122 10.0.0.34 - - [2025-01-02 02:10:01] "POST /fqname-to-id HTTP/1.1" 404 195 0.004163 10.0.0.34 - - [2025-01-02 02:10:01] "POST /role-definitions HTTP/1.1" 200 559 0.025891 10.0.0.34 - - [2025-01-02 02:10:01] "POST /fqname-to-id HTTP/1.1" 404 196 0.003766 10.0.0.34 - - [2025-01-02 02:10:01] "POST /feature-configs HTTP/1.1" 200 537 0.022141 10.0.0.34 - - [2025-01-02 02:10:01] "POST /fqname-to-id HTTP/1.1" 404 212 0.004798 10.0.0.34 - - [2025-01-02 02:10:01] "POST /feature-configs HTTP/1.1" 200 562 0.025081 10.0.0.34 - - [2025-01-02 02:10:02] "POST /fqname-to-id HTTP/1.1" 404 211 0.005506 10.0.0.34 - - [2025-01-02 02:10:02] "POST /feature-configs HTTP/1.1" 200 561 0.025084 10.0.0.34 - - [2025-01-02 02:10:02] "POST /fqname-to-id HTTP/1.1" 404 192 0.003323 10.0.0.34 - - [2025-01-02 02:10:02] "POST /node-profiles HTTP/1.1" 200 547 0.020521 10.0.0.34 - - [2025-01-02 02:10:02] "POST /fqname-to-id HTTP/1.1" 404 187 0.003138 10.0.0.34 - - [2025-01-02 02:10:02] "POST /node-profiles HTTP/1.1" 200 537 0.020708 10.0.0.34 - - [2025-01-02 02:10:02] "POST /fqname-to-id HTTP/1.1" 404 193 0.003123 10.0.0.34 - - [2025-01-02 02:10:02] "POST /node-profiles HTTP/1.1" 200 549 0.021701 10.0.0.34 - - [2025-01-02 02:10:02] "POST /fqname-to-id HTTP/1.1" 404 189 0.003640 10.0.0.34 - - [2025-01-02 02:10:02] "POST /node-profiles HTTP/1.1" 200 541 0.019971 10.0.0.34 - - [2025-01-02 02:10:02] "POST /fqname-to-id HTTP/1.1" 404 189 0.003742 10.0.0.34 - - [2025-01-02 02:10:02] "POST /node-profiles HTTP/1.1" 200 541 0.019288 10.0.0.34 - - [2025-01-02 02:10:02] "POST /fqname-to-id HTTP/1.1" 404 188 0.003259 10.0.0.34 - - [2025-01-02 02:10:02] "POST /node-profiles HTTP/1.1" 200 539 0.017826 10.0.0.34 - - [2025-01-02 02:10:02] "POST /fqname-to-id HTTP/1.1" 404 184 0.004002 10.0.0.34 - - [2025-01-02 02:10:02] "POST /node-profiles HTTP/1.1" 200 531 0.017558 10.0.0.34 - - [2025-01-02 02:10:02] "POST /fqname-to-id HTTP/1.1" 404 185 0.003665 10.0.0.34 - - [2025-01-02 02:10:03] "POST /node-profiles HTTP/1.1" 200 533 0.016872 10.0.0.34 - - [2025-01-02 02:10:03] "POST /fqname-to-id HTTP/1.1" 404 197 0.002993 10.0.0.34 - - [2025-01-02 02:10:03] "POST /node-profiles HTTP/1.1" 200 557 0.022696 10.0.0.34 - - [2025-01-02 02:10:03] "POST /fqname-to-id HTTP/1.1" 404 206 0.003510 10.0.0.34 - - [2025-01-02 02:10:03] "POST /telemetry-profiles HTTP/1.1" 200 554 0.018913 10.0.0.34 - - [2025-01-02 02:10:03] "POST /fqname-to-id HTTP/1.1" 404 206 0.003128 10.0.0.34 - - [2025-01-02 02:10:03] "POST /telemetry-profiles HTTP/1.1" 200 554 0.018766 10.0.0.34 - - [2025-01-02 02:10:03] "POST /fqname-to-id HTTP/1.1" 404 206 0.003189 10.0.0.34 - - [2025-01-02 02:10:03] "POST /telemetry-profiles HTTP/1.1" 200 554 0.018680 10.0.0.34 - - [2025-01-02 02:10:03] "POST /fqname-to-id HTTP/1.1" 404 206 0.003037 10.0.0.34 - - [2025-01-02 02:10:03] "POST /telemetry-profiles HTTP/1.1" 200 554 0.017543 10.0.0.34 - - [2025-01-02 02:10:03] "POST /fqname-to-id HTTP/1.1" 404 206 0.004439 10.0.0.34 - - [2025-01-02 02:10:03] "POST /telemetry-profiles HTTP/1.1" 200 554 0.017274 10.0.0.34 - - [2025-01-02 02:10:03] "POST /fqname-to-id HTTP/1.1" 404 206 0.003959 10.0.0.34 - - [2025-01-02 02:10:03] "POST /telemetry-profiles HTTP/1.1" 200 554 0.017417 10.0.0.34 - - [2025-01-02 02:10:03] "POST /fqname-to-id HTTP/1.1" 404 199 0.003369 10.0.0.34 - - [2025-01-02 02:10:03] "POST /sflow-profiles HTTP/1.1" 200 532 0.018334 10.0.0.34 - - [2025-01-02 02:10:03] "POST /fqname-to-id HTTP/1.1" 404 202 0.002882 10.0.0.34 - - [2025-01-02 02:10:04] "POST /sflow-profiles HTTP/1.1" 200 538 0.017238 10.0.0.34 - - [2025-01-02 02:10:04] "POST /fqname-to-id HTTP/1.1" 404 202 0.003052 10.0.0.34 - - [2025-01-02 02:10:04] "POST /sflow-profiles HTTP/1.1" 200 538 0.020468 10.0.0.34 - - [2025-01-02 02:10:04] "POST /fqname-to-id HTTP/1.1" 404 199 0.002886 10.0.0.34 - - [2025-01-02 02:10:04] "POST /grpc-profiles HTTP/1.1" 200 530 0.017744 10.0.0.34 - - [2025-01-02 02:10:04] "POST /fqname-to-id HTTP/1.1" 404 199 0.003372 10.0.0.34 - - [2025-01-02 02:10:04] "POST /snmp-profiles HTTP/1.1" 200 530 0.018365 10.0.0.34 - - [2025-01-02 02:10:04] "POST /fqname-to-id HTTP/1.1" 404 202 0.002924 10.0.0.34 - - [2025-01-02 02:10:04] "POST /netconf-profiles HTTP/1.1" 200 542 0.018331 10.0.0.34 - - [2025-01-02 02:10:04] "POST /fqname-to-id HTTP/1.1" 404 193 0.004260 10.0.0.34 - - [2025-01-02 02:10:04] "POST /device-functional-groups HTTP/1.1" 200 540 0.017087 10.0.0.34 - - [2025-01-02 02:10:04] "POST /fqname-to-id HTTP/1.1" 404 193 0.003493 10.0.0.34 - - [2025-01-02 02:10:04] "POST /device-functional-groups HTTP/1.1" 200 540 0.021658 10.0.0.34 - - [2025-01-02 02:10:04] "POST /fqname-to-id HTTP/1.1" 404 195 0.003456 10.0.0.34 - - [2025-01-02 02:10:04] "POST /device-functional-groups HTTP/1.1" 200 544 0.019337 10.0.0.34 - - [2025-01-02 02:10:04] "POST /fqname-to-id HTTP/1.1" 404 194 0.004218 10.0.0.34 - - [2025-01-02 02:10:04] "POST /device-functional-groups HTTP/1.1" 200 542 0.018754 10.0.0.34 - - [2025-01-02 02:10:04] "POST /fqname-to-id HTTP/1.1" 404 218 0.003134 10.0.0.34 - - [2025-01-02 02:10:05] "POST /device-functional-groups HTTP/1.1" 200 590 0.020882 10.0.0.34 - - [2025-01-02 02:10:05] "POST /fqname-to-id HTTP/1.1" 404 208 0.003246 10.0.0.34 - - [2025-01-02 02:10:05] "POST /device-functional-groups HTTP/1.1" 200 570 0.025419 10.0.0.34 - - [2025-01-02 02:10:05] "POST /fqname-to-id HTTP/1.1" 404 236 0.003591 10.0.0.34 - - [2025-01-02 02:10:05] "POST /device-functional-groups HTTP/1.1" 200 620 0.018908 10.0.0.34 - - [2025-01-02 02:10:05] "POST /fqname-to-id HTTP/1.1" 404 206 0.003013 10.0.0.34 - - [2025-01-02 02:10:05] "POST /device-functional-groups HTTP/1.1" 200 566 0.018780 10.0.0.34 - - [2025-01-02 02:10:05] "POST /fqname-to-id HTTP/1.1" 404 205 0.003276 10.0.0.34 - - [2025-01-02 02:10:05] "POST /device-functional-groups HTTP/1.1" 200 564 0.020225 10.0.0.34 - - [2025-01-02 02:10:05] "POST /fqname-to-id HTTP/1.1" 404 210 0.003768 10.0.0.34 - - [2025-01-02 02:10:05] "POST /device-functional-groups HTTP/1.1" 200 574 0.021847 10.0.0.34 - - [2025-01-02 02:10:05] "POST /fqname-to-id HTTP/1.1" 404 201 0.003414 10.0.0.34 - - [2025-01-02 02:10:05] "POST /role-configs HTTP/1.1" 200 525 0.022786 10.0.0.34 - - [2025-01-02 02:10:05] "POST /fqname-to-id HTTP/1.1" 404 196 0.003341 10.0.0.34 - - [2025-01-02 02:10:05] "POST /role-configs HTTP/1.1" 200 520 0.024649 10.0.0.34 - - [2025-01-02 02:10:05] "POST /fqname-to-id HTTP/1.1" 404 198 0.003482 10.0.0.34 - - [2025-01-02 02:10:05] "POST /role-configs HTTP/1.1" 200 522 0.018022 10.0.0.34 - - [2025-01-02 02:10:05] "POST /fqname-to-id HTTP/1.1" 404 198 0.003703 10.0.0.34 - - [2025-01-02 02:10:06] "POST /role-configs HTTP/1.1" 200 522 0.016699 10.0.0.34 - - [2025-01-02 02:10:06] "POST /fqname-to-id HTTP/1.1" 404 202 0.003333 10.0.0.34 - - [2025-01-02 02:10:06] "POST /role-configs HTTP/1.1" 200 526 0.016087 10.0.0.34 - - [2025-01-02 02:10:06] "POST /fqname-to-id HTTP/1.1" 404 197 0.003871 10.0.0.34 - - [2025-01-02 02:10:06] "POST /role-configs HTTP/1.1" 200 521 0.016899 10.0.0.34 - - [2025-01-02 02:10:06] "POST /fqname-to-id HTTP/1.1" 404 193 0.004083 10.0.0.34 - - [2025-01-02 02:10:06] "POST /role-configs HTTP/1.1" 200 517 0.018900 10.0.0.34 - - [2025-01-02 02:10:06] "POST /fqname-to-id HTTP/1.1" 404 194 0.003296 10.0.0.34 - - [2025-01-02 02:10:06] "POST /role-configs HTTP/1.1" 200 518 0.019494 10.0.0.34 - - [2025-01-02 02:10:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003296 10.0.0.34 - - [2025-01-02 02:10:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004408 10.0.0.34 - - [2025-01-02 02:10:06] "POST /ref-update HTTP/1.1" 200 156 0.010442 10.0.0.34 - - [2025-01-02 02:10:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003741 10.0.0.34 - - [2025-01-02 02:10:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.34 - - [2025-01-02 02:10:06] "POST /ref-update HTTP/1.1" 200 156 0.010118 10.0.0.34 - - [2025-01-02 02:10:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004160 10.0.0.34 - - [2025-01-02 02:10:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004493 10.0.0.34 - - [2025-01-02 02:10:06] "POST /ref-update HTTP/1.1" 200 156 0.008936 10.0.0.34 - - [2025-01-02 02:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003836 10.0.0.34 - - [2025-01-02 02:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.34 - - [2025-01-02 02:10:07] "POST /ref-update HTTP/1.1" 200 156 0.008832 10.0.0.34 - - [2025-01-02 02:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.34 - - [2025-01-02 02:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.34 - - [2025-01-02 02:10:07] "POST /ref-update HTTP/1.1" 200 156 0.010597 10.0.0.34 - - [2025-01-02 02:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003991 10.0.0.34 - - [2025-01-02 02:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003225 10.0.0.34 - - [2025-01-02 02:10:07] "POST /ref-update HTTP/1.1" 200 156 0.024806 10.0.0.34 - - [2025-01-02 02:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.34 - - [2025-01-02 02:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.34 - - [2025-01-02 02:10:07] "POST /ref-update HTTP/1.1" 200 156 0.010806 10.0.0.34 - - [2025-01-02 02:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.34 - - [2025-01-02 02:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.34 - - [2025-01-02 02:10:07] "POST /ref-update HTTP/1.1" 200 156 0.008967 10.0.0.34 - - [2025-01-02 02:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.34 - - [2025-01-02 02:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.34 - - [2025-01-02 02:10:07] "POST /ref-update HTTP/1.1" 200 156 0.010989 10.0.0.34 - - [2025-01-02 02:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003437 10.0.0.34 - - [2025-01-02 02:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.34 - - [2025-01-02 02:10:08] "POST /ref-update HTTP/1.1" 200 156 0.010236 10.0.0.34 - - [2025-01-02 02:10:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003956 10.0.0.34 - - [2025-01-02 02:10:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.34 - - [2025-01-02 02:10:08] "POST /ref-update HTTP/1.1" 200 156 0.011464 10.0.0.34 - - [2025-01-02 02:10:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.34 - - [2025-01-02 02:10:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004477 10.0.0.34 - - [2025-01-02 02:10:08] "POST /ref-update HTTP/1.1" 200 156 0.008357 10.0.0.34 - - [2025-01-02 02:10:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003282 10.0.0.34 - - [2025-01-02 02:10:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003962 10.0.0.34 - - [2025-01-02 02:10:08] "POST /ref-update HTTP/1.1" 200 156 0.009315 10.0.0.34 - - [2025-01-02 02:10:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003884 10.0.0.34 - - [2025-01-02 02:10:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003761 10.0.0.34 - - [2025-01-02 02:10:08] "POST /ref-update HTTP/1.1" 200 156 0.011149 10.0.0.34 - - [2025-01-02 02:10:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004210 10.0.0.34 - - [2025-01-02 02:10:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003992 10.0.0.34 - - [2025-01-02 02:10:08] "POST /ref-update HTTP/1.1" 200 156 0.009218 10.0.0.34 - - [2025-01-02 02:10:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.34 - - [2025-01-02 02:10:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003731 10.0.0.34 - - [2025-01-02 02:10:08] "POST /ref-update HTTP/1.1" 200 156 0.009874 10.0.0.34 - - [2025-01-02 02:10:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.34 - - [2025-01-02 02:10:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004377 10.0.0.34 - - [2025-01-02 02:10:09] "POST /ref-update HTTP/1.1" 200 156 0.011406 10.0.0.34 - - [2025-01-02 02:10:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328 10.0.0.34 - - [2025-01-02 02:10:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005393 10.0.0.34 - - [2025-01-02 02:10:09] "POST /ref-update HTTP/1.1" 200 156 0.010989 10.0.0.34 - - [2025-01-02 02:10:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.34 - - [2025-01-02 02:10:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004094 10.0.0.34 - - [2025-01-02 02:10:09] "POST /ref-update HTTP/1.1" 200 156 0.012269 10.0.0.34 - - [2025-01-02 02:10:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004588 10.0.0.34 - - [2025-01-02 02:10:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005858 10.0.0.34 - - [2025-01-02 02:10:09] "POST /ref-update HTTP/1.1" 200 156 0.010503 10.0.0.34 - - [2025-01-02 02:10:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004153 10.0.0.34 - - [2025-01-02 02:10:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.34 - - [2025-01-02 02:10:09] "POST /ref-update HTTP/1.1" 200 156 0.009342 10.0.0.34 - - [2025-01-02 02:10:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.34 - - [2025-01-02 02:10:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004100 10.0.0.34 - - [2025-01-02 02:10:09] "POST /ref-update HTTP/1.1" 200 156 0.010127 10.0.0.34 - - [2025-01-02 02:10:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003900 10.0.0.34 - - [2025-01-02 02:10:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003868 10.0.0.34 - - [2025-01-02 02:10:10] "POST /ref-update HTTP/1.1" 200 156 0.011423 10.0.0.34 - - [2025-01-02 02:10:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004745 10.0.0.34 - - [2025-01-02 02:10:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004480 10.0.0.34 - - [2025-01-02 02:10:10] "POST /ref-update HTTP/1.1" 200 156 0.010143 10.0.0.34 - - [2025-01-02 02:10:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004128 10.0.0.34 - - [2025-01-02 02:10:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.34 - - [2025-01-02 02:10:10] "POST /ref-update HTTP/1.1" 200 156 0.012708 10.0.0.34 - - [2025-01-02 02:10:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004226 10.0.0.34 - - [2025-01-02 02:10:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003857 10.0.0.34 - - [2025-01-02 02:10:10] "POST /ref-update HTTP/1.1" 200 156 0.012910 10.0.0.34 - - [2025-01-02 02:10:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004057 10.0.0.34 - - [2025-01-02 02:10:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.34 - - [2025-01-02 02:10:10] "POST /ref-update HTTP/1.1" 200 156 0.011352 10.0.0.34 - - [2025-01-02 02:10:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.34 - - [2025-01-02 02:10:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003598 10.0.0.34 - - [2025-01-02 02:10:10] "POST /ref-update HTTP/1.1" 200 156 0.008676 10.0.0.34 - - [2025-01-02 02:10:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.34 - - [2025-01-02 02:10:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003591 10.0.0.34 - - [2025-01-02 02:10:10] "POST /ref-update HTTP/1.1" 200 156 0.009874 10.0.0.34 - - [2025-01-02 02:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004738 10.0.0.34 - - [2025-01-02 02:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003927 10.0.0.34 - - [2025-01-02 02:10:11] "POST /ref-update HTTP/1.1" 200 156 0.009854 10.0.0.34 - - [2025-01-02 02:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004093 10.0.0.34 - - [2025-01-02 02:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005297 10.0.0.34 - - [2025-01-02 02:10:11] "POST /ref-update HTTP/1.1" 200 156 0.011292 10.0.0.34 - - [2025-01-02 02:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.34 - - [2025-01-02 02:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003913 10.0.0.34 - - [2025-01-02 02:10:11] "POST /ref-update HTTP/1.1" 200 156 0.011446 10.0.0.34 - - [2025-01-02 02:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004161 10.0.0.34 - - [2025-01-02 02:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004617 10.0.0.34 - - [2025-01-02 02:10:11] "POST /ref-update HTTP/1.1" 200 156 0.011261 10.0.0.34 - - [2025-01-02 02:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004283 10.0.0.34 - - [2025-01-02 02:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004263 10.0.0.34 - - [2025-01-02 02:10:11] "POST /ref-update HTTP/1.1" 200 156 0.008966 10.0.0.34 - - [2025-01-02 02:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004179 10.0.0.34 - - [2025-01-02 02:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004010 10.0.0.34 - - [2025-01-02 02:10:11] "POST /ref-update HTTP/1.1" 200 156 0.011742 10.0.0.34 - - [2025-01-02 02:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004048 10.0.0.34 - - [2025-01-02 02:10:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005932 10.0.0.34 - - [2025-01-02 02:10:12] "POST /ref-update HTTP/1.1" 200 156 0.010231 10.0.0.34 - - [2025-01-02 02:10:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003914 10.0.0.34 - - [2025-01-02 02:10:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003916 10.0.0.34 - - [2025-01-02 02:10:12] "POST /ref-update HTTP/1.1" 200 156 0.009504 10.0.0.34 - - [2025-01-02 02:10:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.34 - - [2025-01-02 02:10:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003758 10.0.0.34 - - [2025-01-02 02:10:12] "POST /ref-update HTTP/1.1" 200 156 0.009853 10.0.0.34 - - [2025-01-02 02:10:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004120 10.0.0.34 - - [2025-01-02 02:10:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.34 - - [2025-01-02 02:10:12] "POST /ref-update HTTP/1.1" 200 156 0.010303 10.0.0.34 - - [2025-01-02 02:10:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.34 - - [2025-01-02 02:10:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004207 10.0.0.34 - - [2025-01-02 02:10:12] "POST /ref-update HTTP/1.1" 200 156 0.009402 10.0.0.34 - - [2025-01-02 02:10:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.34 - - [2025-01-02 02:10:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.34 - - [2025-01-02 02:10:12] "POST /ref-update HTTP/1.1" 200 156 0.010570 10.0.0.34 - - [2025-01-02 02:10:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.34 - - [2025-01-02 02:10:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004143 10.0.0.34 - - [2025-01-02 02:10:12] "POST /ref-update HTTP/1.1" 200 156 0.010337 10.0.0.34 - - [2025-01-02 02:10:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003936 10.0.0.34 - - [2025-01-02 02:10:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.34 - - [2025-01-02 02:10:13] "POST /ref-update HTTP/1.1" 200 156 0.010082 10.0.0.34 - - [2025-01-02 02:10:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003540 10.0.0.34 - - [2025-01-02 02:10:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005355 10.0.0.34 - - [2025-01-02 02:10:13] "POST /ref-update HTTP/1.1" 200 156 0.009777 10.0.0.34 - - [2025-01-02 02:10:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.34 - - [2025-01-02 02:10:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.34 - - [2025-01-02 02:10:13] "POST /ref-update HTTP/1.1" 200 156 0.011790 10.0.0.34 - - [2025-01-02 02:10:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004222 10.0.0.34 - - [2025-01-02 02:10:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.34 - - [2025-01-02 02:10:13] "POST /ref-update HTTP/1.1" 200 156 0.010738 10.0.0.34 - - [2025-01-02 02:10:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004276 10.0.0.34 - - [2025-01-02 02:10:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005154 10.0.0.34 - - [2025-01-02 02:10:13] "POST /ref-update HTTP/1.1" 200 156 0.009680 10.0.0.34 - - [2025-01-02 02:10:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004187 10.0.0.34 - - [2025-01-02 02:10:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.34 - - [2025-01-02 02:10:13] "POST /ref-update HTTP/1.1" 200 156 0.009573 10.0.0.34 - - [2025-01-02 02:10:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.34 - - [2025-01-02 02:10:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003954 10.0.0.34 - - [2025-01-02 02:10:14] "POST /ref-update HTTP/1.1" 200 156 0.009253 10.0.0.34 - - [2025-01-02 02:10:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.34 - - [2025-01-02 02:10:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.34 - - [2025-01-02 02:10:14] "POST /ref-update HTTP/1.1" 200 156 0.012021 10.0.0.34 - - [2025-01-02 02:10:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004082 10.0.0.34 - - [2025-01-02 02:10:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.34 - - [2025-01-02 02:10:14] "POST /ref-update HTTP/1.1" 200 156 0.009803 10.0.0.34 - - [2025-01-02 02:10:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.34 - - [2025-01-02 02:10:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003953 10.0.0.34 - - [2025-01-02 02:10:14] "POST /ref-update HTTP/1.1" 200 156 0.009906 10.0.0.34 - - [2025-01-02 02:10:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003943 10.0.0.34 - - [2025-01-02 02:10:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.34 - - [2025-01-02 02:10:14] "POST /ref-update HTTP/1.1" 200 156 0.009909 10.0.0.34 - - [2025-01-02 02:10:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004035 10.0.0.34 - - [2025-01-02 02:10:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003959 10.0.0.34 - - [2025-01-02 02:10:14] "POST /ref-update HTTP/1.1" 200 156 0.009704 10.0.0.34 - - [2025-01-02 02:10:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003621 10.0.0.34 - - [2025-01-02 02:10:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005175 10.0.0.34 - - [2025-01-02 02:10:14] "POST /ref-update HTTP/1.1" 200 156 0.010796 10.0.0.34 - - [2025-01-02 02:10:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554 10.0.0.34 - - [2025-01-02 02:10:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004462 10.0.0.34 - - [2025-01-02 02:10:15] "POST /ref-update HTTP/1.1" 200 156 0.009491 10.0.0.34 - - [2025-01-02 02:10:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003857 10.0.0.34 - - [2025-01-02 02:10:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004372 10.0.0.34 - - [2025-01-02 02:10:15] "POST /ref-update HTTP/1.1" 200 156 0.011949 10.0.0.34 - - [2025-01-02 02:10:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004781 10.0.0.34 - - [2025-01-02 02:10:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.34 - - [2025-01-02 02:10:15] "POST /ref-update HTTP/1.1" 200 156 0.010447 10.0.0.34 - - [2025-01-02 02:10:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.34 - - [2025-01-02 02:10:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003868 10.0.0.34 - - [2025-01-02 02:10:15] "POST /ref-update HTTP/1.1" 200 156 0.010604 10.0.0.34 - - [2025-01-02 02:10:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.34 - - [2025-01-02 02:10:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003626 10.0.0.34 - - [2025-01-02 02:10:15] "POST /ref-update HTTP/1.1" 200 156 0.008919 10.0.0.34 - - [2025-01-02 02:10:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004626 10.0.0.34 - - [2025-01-02 02:10:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004136 10.0.0.34 - - [2025-01-02 02:10:15] "POST /ref-update HTTP/1.1" 200 156 0.010938 10.0.0.34 - - [2025-01-02 02:10:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.34 - - [2025-01-02 02:10:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.34 - - [2025-01-02 02:10:16] "POST /ref-update HTTP/1.1" 200 156 0.009979 10.0.0.34 - - [2025-01-02 02:10:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.34 - - [2025-01-02 02:10:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.006013 10.0.0.34 - - [2025-01-02 02:10:16] "POST /ref-update HTTP/1.1" 200 156 0.011139 10.0.0.34 - - [2025-01-02 02:10:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004315 10.0.0.34 - - [2025-01-02 02:10:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003148 10.0.0.34 - - [2025-01-02 02:10:16] "POST /ref-update HTTP/1.1" 200 156 0.010631 10.0.0.34 - - [2025-01-02 02:10:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.34 - - [2025-01-02 02:10:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.34 - - [2025-01-02 02:10:16] "POST /ref-update HTTP/1.1" 200 156 0.009780 10.0.0.34 - - [2025-01-02 02:10:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004123 10.0.0.34 - - [2025-01-02 02:10:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004299 10.0.0.34 - - [2025-01-02 02:10:16] "POST /ref-update HTTP/1.1" 200 156 0.014292 10.0.0.34 - - [2025-01-02 02:10:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003887 10.0.0.34 - - [2025-01-02 02:10:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003965 10.0.0.34 - - [2025-01-02 02:10:16] "POST /ref-update HTTP/1.1" 200 156 0.011318 10.0.0.34 - - [2025-01-02 02:10:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003637 10.0.0.34 - - [2025-01-02 02:10:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003960 10.0.0.34 - - [2025-01-02 02:10:16] "POST /ref-update HTTP/1.1" 200 156 0.008996 10.0.0.34 - - [2025-01-02 02:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004335 10.0.0.34 - - [2025-01-02 02:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.34 - - [2025-01-02 02:10:17] "POST /ref-update HTTP/1.1" 200 156 0.010722 10.0.0.34 - - [2025-01-02 02:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004082 10.0.0.34 - - [2025-01-02 02:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.34 - - [2025-01-02 02:10:17] "POST /ref-update HTTP/1.1" 200 156 0.014511 10.0.0.34 - - [2025-01-02 02:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003761 10.0.0.34 - - [2025-01-02 02:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.34 - - [2025-01-02 02:10:17] "POST /ref-update HTTP/1.1" 200 156 0.009932 10.0.0.34 - - [2025-01-02 02:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004924 10.0.0.34 - - [2025-01-02 02:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004144 10.0.0.34 - - [2025-01-02 02:10:17] "POST /ref-update HTTP/1.1" 200 156 0.010636 10.0.0.34 - - [2025-01-02 02:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003898 10.0.0.34 - - [2025-01-02 02:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004106 10.0.0.34 - - [2025-01-02 02:10:17] "POST /ref-update HTTP/1.1" 200 156 0.010096 10.0.0.34 - - [2025-01-02 02:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004272 10.0.0.34 - - [2025-01-02 02:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004518 10.0.0.34 - - [2025-01-02 02:10:17] "POST /ref-update HTTP/1.1" 200 156 0.011804 10.0.0.34 - - [2025-01-02 02:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004074 10.0.0.34 - - [2025-01-02 02:10:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004052 10.0.0.34 - - [2025-01-02 02:10:18] "POST /ref-update HTTP/1.1" 200 156 0.009037 10.0.0.34 - - [2025-01-02 02:10:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004632 10.0.0.34 - - [2025-01-02 02:10:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004546 10.0.0.34 - - [2025-01-02 02:10:18] "POST /ref-update HTTP/1.1" 200 156 0.011052 10.0.0.34 - - [2025-01-02 02:10:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.34 - - [2025-01-02 02:10:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004499 10.0.0.34 - - [2025-01-02 02:10:18] "POST /ref-update HTTP/1.1" 200 156 0.010304 10.0.0.34 - - [2025-01-02 02:10:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.34 - - [2025-01-02 02:10:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.34 - - [2025-01-02 02:10:18] "POST /ref-update HTTP/1.1" 200 156 0.008951 10.0.0.34 - - [2025-01-02 02:10:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004368 10.0.0.34 - - [2025-01-02 02:10:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004000 10.0.0.34 - - [2025-01-02 02:10:18] "POST /ref-update HTTP/1.1" 200 156 0.009095 10.0.0.34 - - [2025-01-02 02:10:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004278 10.0.0.34 - - [2025-01-02 02:10:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004356 10.0.0.34 - - [2025-01-02 02:10:18] "POST /ref-update HTTP/1.1" 200 156 0.010995 10.0.0.34 - - [2025-01-02 02:10:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003858 10.0.0.34 - - [2025-01-02 02:10:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004140 10.0.0.34 - - [2025-01-02 02:10:18] "POST /ref-update HTTP/1.1" 200 156 0.010604 10.0.0.34 - - [2025-01-02 02:10:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004208 10.0.0.34 - - [2025-01-02 02:10:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004053 10.0.0.34 - - [2025-01-02 02:10:19] "POST /ref-update HTTP/1.1" 200 156 0.010136 10.0.0.34 - - [2025-01-02 02:10:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005311 10.0.0.34 - - [2025-01-02 02:10:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003832 10.0.0.34 - - [2025-01-02 02:10:19] "POST /ref-update HTTP/1.1" 200 156 0.010412 10.0.0.34 - - [2025-01-02 02:10:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004433 10.0.0.34 - - [2025-01-02 02:10:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004155 10.0.0.34 - - [2025-01-02 02:10:19] "POST /ref-update HTTP/1.1" 200 156 0.010340 10.0.0.34 - - [2025-01-02 02:10:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003977 10.0.0.34 - - [2025-01-02 02:10:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712 10.0.0.34 - - [2025-01-02 02:10:19] "POST /ref-update HTTP/1.1" 200 156 0.009379 10.0.0.34 - - [2025-01-02 02:10:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003992 10.0.0.34 - - [2025-01-02 02:10:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003947 10.0.0.34 - - [2025-01-02 02:10:19] "POST /ref-update HTTP/1.1" 200 156 0.008581 10.0.0.34 - - [2025-01-02 02:10:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004000 10.0.0.34 - - [2025-01-02 02:10:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.34 - - [2025-01-02 02:10:19] "POST /ref-update HTTP/1.1" 200 156 0.009414 10.0.0.34 - - [2025-01-02 02:10:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004168 10.0.0.34 - - [2025-01-02 02:10:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004291 10.0.0.34 - - [2025-01-02 02:10:20] "POST /ref-update HTTP/1.1" 200 156 0.009178 10.0.0.34 - - [2025-01-02 02:10:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004075 10.0.0.34 - - [2025-01-02 02:10:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003907 10.0.0.34 - - [2025-01-02 02:10:20] "POST /ref-update HTTP/1.1" 200 156 0.009983 10.0.0.34 - - [2025-01-02 02:10:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004199 10.0.0.34 - - [2025-01-02 02:10:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003811 10.0.0.34 - - [2025-01-02 02:10:20] "POST /ref-update HTTP/1.1" 200 156 0.010200 10.0.0.34 - - [2025-01-02 02:10:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004440 10.0.0.34 - - [2025-01-02 02:10:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004420 10.0.0.34 - - [2025-01-02 02:10:20] "POST /ref-update HTTP/1.1" 200 156 0.009552 10.0.0.34 - - [2025-01-02 02:10:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003997 10.0.0.34 - - [2025-01-02 02:10:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003761 10.0.0.34 - - [2025-01-02 02:10:20] "POST /ref-update HTTP/1.1" 200 156 0.011466 10.0.0.34 - - [2025-01-02 02:10:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.34 - - [2025-01-02 02:10:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004137 10.0.0.34 - - [2025-01-02 02:10:20] "POST /ref-update HTTP/1.1" 200 156 0.010449 10.0.0.34 - - [2025-01-02 02:10:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004221 10.0.0.34 - - [2025-01-02 02:10:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003947 10.0.0.34 - - [2025-01-02 02:10:21] "POST /ref-update HTTP/1.1" 200 156 0.009423 10.0.0.34 - - [2025-01-02 02:10:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003976 10.0.0.34 - - [2025-01-02 02:10:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004147 10.0.0.34 - - [2025-01-02 02:10:21] "POST /ref-update HTTP/1.1" 200 156 0.009955 10.0.0.34 - - [2025-01-02 02:10:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004695 10.0.0.34 - - [2025-01-02 02:10:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004385 10.0.0.34 - - [2025-01-02 02:10:21] "POST /ref-update HTTP/1.1" 200 156 0.012933 10.0.0.34 - - [2025-01-02 02:10:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.34 - - [2025-01-02 02:10:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003851 10.0.0.34 - - [2025-01-02 02:10:21] "POST /ref-update HTTP/1.1" 200 156 0.010534 10.0.0.34 - - [2025-01-02 02:10:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004079 10.0.0.34 - - [2025-01-02 02:10:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004201 10.0.0.34 - - [2025-01-02 02:10:21] "POST /ref-update HTTP/1.1" 200 156 0.009755 10.0.0.34 - - [2025-01-02 02:10:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003892 10.0.0.34 - - [2025-01-02 02:10:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004169 10.0.0.34 - - [2025-01-02 02:10:21] "POST /ref-update HTTP/1.1" 200 156 0.009722 10.0.0.34 - - [2025-01-02 02:10:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004024 10.0.0.34 - - [2025-01-02 02:10:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.34 - - [2025-01-02 02:10:21] "POST /ref-update HTTP/1.1" 200 156 0.011941 10.0.0.34 - - [2025-01-02 02:10:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.34 - - [2025-01-02 02:10:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003908 10.0.0.34 - - [2025-01-02 02:10:22] "POST /ref-update HTTP/1.1" 200 156 0.011752 10.0.0.34 - - [2025-01-02 02:10:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004966 10.0.0.34 - - [2025-01-02 02:10:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003693 10.0.0.34 - - [2025-01-02 02:10:22] "POST /ref-update HTTP/1.1" 200 156 0.012830 10.0.0.34 - - [2025-01-02 02:10:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003666 10.0.0.34 - - [2025-01-02 02:10:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.34 - - [2025-01-02 02:10:22] "POST /ref-update HTTP/1.1" 200 156 0.010834 10.0.0.34 - - [2025-01-02 02:10:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003909 10.0.0.34 - - [2025-01-02 02:10:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.34 - - [2025-01-02 02:10:22] "POST /ref-update HTTP/1.1" 200 156 0.009248 10.0.0.34 - - [2025-01-02 02:10:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.34 - - [2025-01-02 02:10:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004071 10.0.0.34 - - [2025-01-02 02:10:22] "POST /ref-update HTTP/1.1" 200 156 0.011992 10.0.0.34 - - [2025-01-02 02:10:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004036 10.0.0.34 - - [2025-01-02 02:10:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003804 10.0.0.34 - - [2025-01-02 02:10:22] "POST /ref-update HTTP/1.1" 200 156 0.011808 10.0.0.34 - - [2025-01-02 02:10:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003727 10.0.0.34 - - [2025-01-02 02:10:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003758 10.0.0.34 - - [2025-01-02 02:10:23] "POST /ref-update HTTP/1.1" 200 156 0.011153 10.0.0.34 - - [2025-01-02 02:10:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003313 10.0.0.34 - - [2025-01-02 02:10:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749 10.0.0.34 - - [2025-01-02 02:10:23] "POST /ref-update HTTP/1.1" 200 156 0.010937 10.0.0.34 - - [2025-01-02 02:10:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.34 - - [2025-01-02 02:10:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004063 10.0.0.34 - - [2025-01-02 02:10:23] "POST /ref-update HTTP/1.1" 200 156 0.009297 10.0.0.34 - - [2025-01-02 02:10:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.34 - - [2025-01-02 02:10:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004548 10.0.0.34 - - [2025-01-02 02:10:23] "POST /ref-update HTTP/1.1" 200 156 0.010565 10.0.0.34 - - [2025-01-02 02:10:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004083 10.0.0.34 - - [2025-01-02 02:10:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.34 - - [2025-01-02 02:10:23] "POST /ref-update HTTP/1.1" 200 156 0.011300 10.0.0.34 - - [2025-01-02 02:10:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.34 - - [2025-01-02 02:10:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004368 10.0.0.34 - - [2025-01-02 02:10:23] "POST /ref-update HTTP/1.1" 200 156 0.011390 10.0.0.34 - - [2025-01-02 02:10:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004037 10.0.0.34 - - [2025-01-02 02:10:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004024 10.0.0.34 - - [2025-01-02 02:10:23] "POST /ref-update HTTP/1.1" 200 156 0.010232 10.0.0.34 - - [2025-01-02 02:10:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.34 - - [2025-01-02 02:10:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003838 10.0.0.34 - - [2025-01-02 02:10:24] "POST /ref-update HTTP/1.1" 200 156 0.010871 10.0.0.34 - - [2025-01-02 02:10:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.34 - - [2025-01-02 02:10:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003951 10.0.0.34 - - [2025-01-02 02:10:24] "POST /ref-update HTTP/1.1" 200 156 0.011988 10.0.0.34 - - [2025-01-02 02:10:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003892 10.0.0.34 - - [2025-01-02 02:10:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005708 10.0.0.34 - - [2025-01-02 02:10:24] "POST /ref-update HTTP/1.1" 200 156 0.009195 10.0.0.34 - - [2025-01-02 02:10:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.34 - - [2025-01-02 02:10:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.34 - - [2025-01-02 02:10:24] "POST /ref-update HTTP/1.1" 200 156 0.012421 10.0.0.34 - - [2025-01-02 02:10:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.34 - - [2025-01-02 02:10:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.34 - - [2025-01-02 02:10:24] "POST /ref-update HTTP/1.1" 200 156 0.010462 10.0.0.34 - - [2025-01-02 02:10:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735 10.0.0.34 - - [2025-01-02 02:10:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003540 10.0.0.34 - - [2025-01-02 02:10:24] "POST /ref-update HTTP/1.1" 200 156 0.011153 10.0.0.34 - - [2025-01-02 02:10:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003921 10.0.0.34 - - [2025-01-02 02:10:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.34 - - [2025-01-02 02:10:25] "POST /ref-update HTTP/1.1" 200 156 0.013038 10.0.0.34 - - [2025-01-02 02:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004318 10.0.0.34 - - [2025-01-02 02:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003837 10.0.0.34 - - [2025-01-02 02:10:25] "POST /ref-update HTTP/1.1" 200 156 0.013549 10.0.0.34 - - [2025-01-02 02:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004155 10.0.0.34 - - [2025-01-02 02:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003944 10.0.0.34 - - [2025-01-02 02:10:25] "POST /ref-update HTTP/1.1" 200 156 0.009859 10.0.0.34 - - [2025-01-02 02:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.34 - - [2025-01-02 02:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.34 - - [2025-01-02 02:10:25] "POST /ref-update HTTP/1.1" 200 156 0.013028 10.0.0.34 - - [2025-01-02 02:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.34 - - [2025-01-02 02:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.34 - - [2025-01-02 02:10:25] "POST /ref-update HTTP/1.1" 200 156 0.010785 10.0.0.34 - - [2025-01-02 02:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.34 - - [2025-01-02 02:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004704 10.0.0.34 - - [2025-01-02 02:10:25] "POST /ref-update HTTP/1.1" 200 156 0.009364 10.0.0.34 - - [2025-01-02 02:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682 10.0.0.34 - - [2025-01-02 02:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.34 - - [2025-01-02 02:10:25] "POST /ref-update HTTP/1.1" 200 156 0.008649 10.0.0.34 - - [2025-01-02 02:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004071 10.0.0.34 - - [2025-01-02 02:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003358 10.0.0.34 - - [2025-01-02 02:10:26] "POST /ref-update HTTP/1.1" 200 156 0.010459 10.0.0.34 - - [2025-01-02 02:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.34 - - [2025-01-02 02:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003609 10.0.0.34 - - [2025-01-02 02:10:26] "POST /ref-update HTTP/1.1" 200 156 0.009044 10.0.0.34 - - [2025-01-02 02:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.34 - - [2025-01-02 02:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005177 10.0.0.34 - - [2025-01-02 02:10:26] "POST /ref-update HTTP/1.1" 200 156 0.009439 10.0.0.34 - - [2025-01-02 02:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.34 - - [2025-01-02 02:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.34 - - [2025-01-02 02:10:26] "POST /ref-update HTTP/1.1" 200 156 0.009306 10.0.0.34 - - [2025-01-02 02:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.34 - - [2025-01-02 02:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003768 10.0.0.34 - - [2025-01-02 02:10:26] "POST /ref-update HTTP/1.1" 200 156 0.011404 10.0.0.34 - - [2025-01-02 02:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004132 10.0.0.34 - - [2025-01-02 02:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004118 10.0.0.34 - - [2025-01-02 02:10:26] "POST /ref-update HTTP/1.1" 200 156 0.008658 10.0.0.34 - - [2025-01-02 02:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004243 10.0.0.34 - - [2025-01-02 02:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004210 10.0.0.34 - - [2025-01-02 02:10:27] "POST /ref-update HTTP/1.1" 200 156 0.009961 10.0.0.34 - - [2025-01-02 02:10:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.34 - - [2025-01-02 02:10:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003418 10.0.0.34 - - [2025-01-02 02:10:27] "POST /ref-update HTTP/1.1" 200 156 0.010063 10.0.0.34 - - [2025-01-02 02:10:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004673 10.0.0.34 - - [2025-01-02 02:10:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256 10.0.0.34 - - [2025-01-02 02:10:27] "POST /ref-update HTTP/1.1" 200 156 0.009794 10.0.0.34 - - [2025-01-02 02:10:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.34 - - [2025-01-02 02:10:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004152 10.0.0.34 - - [2025-01-02 02:10:27] "POST /ref-update HTTP/1.1" 200 156 0.012102 10.0.0.34 - - [2025-01-02 02:10:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004204 10.0.0.34 - - [2025-01-02 02:10:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003973 10.0.0.34 - - [2025-01-02 02:10:27] "POST /ref-update HTTP/1.1" 200 156 0.009973 10.0.0.34 - - [2025-01-02 02:10:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.34 - - [2025-01-02 02:10:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.34 - - [2025-01-02 02:10:27] "POST /ref-update HTTP/1.1" 200 156 0.011521 10.0.0.34 - - [2025-01-02 02:10:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.34 - - [2025-01-02 02:10:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.34 - - [2025-01-02 02:10:27] "POST /ref-update HTTP/1.1" 200 156 0.010172 10.0.0.34 - - [2025-01-02 02:10:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.34 - - [2025-01-02 02:10:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004236 10.0.0.34 - - [2025-01-02 02:10:28] "POST /ref-update HTTP/1.1" 200 156 0.008736 10.0.0.34 - - [2025-01-02 02:10:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004096 10.0.0.34 - - [2025-01-02 02:10:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003400 10.0.0.34 - - [2025-01-02 02:10:28] "POST /ref-update HTTP/1.1" 200 156 0.010381 10.0.0.34 - - [2025-01-02 02:10:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004114 10.0.0.34 - - [2025-01-02 02:10:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004369 10.0.0.34 - - [2025-01-02 02:10:28] "POST /ref-update HTTP/1.1" 200 156 0.011930 10.0.0.34 - - [2025-01-02 02:10:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004118 10.0.0.34 - - [2025-01-02 02:10:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003866 10.0.0.34 - - [2025-01-02 02:10:28] "POST /ref-update HTTP/1.1" 200 156 0.009942 10.0.0.34 - - [2025-01-02 02:10:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004111 10.0.0.34 - - [2025-01-02 02:10:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003971 10.0.0.34 - - [2025-01-02 02:10:28] "POST /ref-update HTTP/1.1" 200 156 0.009761 10.0.0.34 - - [2025-01-02 02:10:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004074 10.0.0.34 - - [2025-01-02 02:10:28] "GET /global-system-configs HTTP/1.1" 200 322 0.651278 10.0.0.34 - - [2025-01-02 02:10:28] "GET /global-system-configs HTTP/1.1" 200 322 0.371320 10.0.0.34 - - [2025-01-02 02:10:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003789 10.0.0.34 - - [2025-01-02 02:10:28] "POST /ref-update HTTP/1.1" 200 156 0.011548 10.0.0.34 - - [2025-01-02 02:10:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.34 - - [2025-01-02 02:10:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.34 - - [2025-01-02 02:10:29] "POST /ref-update HTTP/1.1" 200 156 0.009623 10.0.0.34 - - [2025-01-02 02:10:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003901 10.0.0.34 - - [2025-01-02 02:10:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003643 10.0.0.34 - - [2025-01-02 02:10:29] "POST /ref-update HTTP/1.1" 200 156 0.010419 10.0.0.34 - - [2025-01-02 02:10:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.34 - - [2025-01-02 02:10:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.34 - - [2025-01-02 02:10:29] "POST /ref-update HTTP/1.1" 200 156 0.009526 10.0.0.34 - - [2025-01-02 02:10:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.34 - - [2025-01-02 02:10:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.34 - - [2025-01-02 02:10:29] "POST /ref-update HTTP/1.1" 200 156 0.010160 10.0.0.34 - - [2025-01-02 02:10:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351 10.0.0.34 - - [2025-01-02 02:10:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003896 10.0.0.34 - - [2025-01-02 02:10:29] "POST /ref-update HTTP/1.1" 200 156 0.009698 10.0.0.34 - - [2025-01-02 02:10:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003384 10.0.0.34 - - [2025-01-02 02:10:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.34 - - [2025-01-02 02:10:29] "POST /ref-update HTTP/1.1" 200 156 0.009290 10.0.0.34 - - [2025-01-02 02:10:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.34 - - [2025-01-02 02:10:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.34 - - [2025-01-02 02:10:29] "POST /ref-update HTTP/1.1" 200 156 0.010923 10.0.0.34 - - [2025-01-02 02:10:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003540 10.0.0.34 - - [2025-01-02 02:10:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739 10.0.0.34 - - [2025-01-02 02:10:30] "POST /ref-update HTTP/1.1" 200 156 0.009451 10.0.0.34 - - [2025-01-02 02:10:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003830 10.0.0.34 - - [2025-01-02 02:10:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.34 - - [2025-01-02 02:10:30] "POST /ref-update HTTP/1.1" 200 156 0.009274 10.0.0.34 - - [2025-01-02 02:10:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.34 - - [2025-01-02 02:10:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004507 10.0.0.34 - - [2025-01-02 02:10:30] "POST /ref-update HTTP/1.1" 200 156 0.008651 10.0.0.34 - - [2025-01-02 02:10:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003922 10.0.0.34 - - [2025-01-02 02:10:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003714 10.0.0.34 - - [2025-01-02 02:10:30] "POST /ref-update HTTP/1.1" 200 156 0.009844 10.0.0.34 - - [2025-01-02 02:10:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.34 - - [2025-01-02 02:10:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003846 10.0.0.34 - - [2025-01-02 02:10:30] "POST /ref-update HTTP/1.1" 200 156 0.009088 10.0.0.34 - - [2025-01-02 02:10:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004252 10.0.0.34 - - [2025-01-02 02:10:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.34 - - [2025-01-02 02:10:30] "POST /ref-update HTTP/1.1" 200 156 0.011864 10.0.0.34 - - [2025-01-02 02:10:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.34 - - [2025-01-02 02:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003185 10.0.0.34 - - [2025-01-02 02:10:31] "POST /ref-update HTTP/1.1" 200 156 0.009615 10.0.0.34 - - [2025-01-02 02:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003568 10.0.0.34 - - [2025-01-02 02:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.34 - - [2025-01-02 02:10:31] "POST /ref-update HTTP/1.1" 200 156 0.009492 10.0.0.34 - - [2025-01-02 02:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004093 10.0.0.34 - - [2025-01-02 02:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004786 10.0.0.34 - - [2025-01-02 02:10:31] "POST /ref-update HTTP/1.1" 200 156 0.011827 10.0.0.34 - - [2025-01-02 02:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004089 10.0.0.34 - - [2025-01-02 02:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003924 10.0.0.34 - - [2025-01-02 02:10:31] "POST /ref-update HTTP/1.1" 200 156 0.008600 10.0.0.34 - - [2025-01-02 02:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003626 10.0.0.34 - - [2025-01-02 02:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003459 10.0.0.34 - - [2025-01-02 02:10:31] "POST /ref-update HTTP/1.1" 200 156 0.012015 10.0.0.34 - - [2025-01-02 02:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003698 10.0.0.34 - - [2025-01-02 02:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.34 - - [2025-01-02 02:10:31] "POST /ref-update HTTP/1.1" 200 156 0.011005 10.0.0.34 - - [2025-01-02 02:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749 10.0.0.34 - - [2025-01-02 02:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.34 - - [2025-01-02 02:10:32] "POST /ref-update HTTP/1.1" 200 156 0.010403 10.0.0.34 - - [2025-01-02 02:10:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004112 10.0.0.34 - - [2025-01-02 02:10:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003108 10.0.0.34 - - [2025-01-02 02:10:32] "POST /ref-update HTTP/1.1" 200 156 0.009107 10.0.0.34 - - [2025-01-02 02:10:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004889 10.0.0.34 - - [2025-01-02 02:10:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003643 10.0.0.34 - - [2025-01-02 02:10:32] "POST /ref-update HTTP/1.1" 200 156 0.009737 10.0.0.34 - - [2025-01-02 02:10:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.34 - - [2025-01-02 02:10:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.34 - - [2025-01-02 02:10:32] "POST /ref-update HTTP/1.1" 200 156 0.010423 10.0.0.34 - - [2025-01-02 02:10:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003996 10.0.0.34 - - [2025-01-02 02:10:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.34 - - [2025-01-02 02:10:32] "POST /ref-update HTTP/1.1" 200 156 0.010614 10.0.0.34 - - [2025-01-02 02:10:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656 10.0.0.34 - - [2025-01-02 02:10:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.34 - - [2025-01-02 02:10:32] "POST /ref-update HTTP/1.1" 200 156 0.009723 10.0.0.34 - - [2025-01-02 02:10:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.34 - - [2025-01-02 02:10:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003724 10.0.0.34 - - [2025-01-02 02:10:32] "POST /ref-update HTTP/1.1" 200 156 0.008743 10.0.0.34 - - [2025-01-02 02:10:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004008 10.0.0.34 - - [2025-01-02 02:10:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.34 - - [2025-01-02 02:10:33] "POST /ref-update HTTP/1.1" 200 156 0.010292 10.0.0.34 - - [2025-01-02 02:10:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003874 10.0.0.34 - - [2025-01-02 02:10:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.34 - - [2025-01-02 02:10:33] "POST /ref-update HTTP/1.1" 200 156 0.008919 10.0.0.34 - - [2025-01-02 02:10:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004236 10.0.0.34 - - [2025-01-02 02:10:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.34 - - [2025-01-02 02:10:33] "POST /ref-update HTTP/1.1" 200 156 0.010507 10.0.0.34 - - [2025-01-02 02:10:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004849 10.0.0.34 - - [2025-01-02 02:10:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.34 - - [2025-01-02 02:10:33] "POST /ref-update HTTP/1.1" 200 156 0.010353 10.0.0.34 - - [2025-01-02 02:10:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003960 10.0.0.34 - - [2025-01-02 02:10:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004279 10.0.0.34 - - [2025-01-02 02:10:33] "POST /ref-update HTTP/1.1" 200 156 0.010614 10.0.0.34 - - [2025-01-02 02:10:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.34 - - [2025-01-02 02:10:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003079 10.0.0.34 - - [2025-01-02 02:10:33] "POST /ref-update HTTP/1.1" 200 156 0.009453 10.0.0.34 - - [2025-01-02 02:10:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.34 - - [2025-01-02 02:10:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003046 10.0.0.34 - - [2025-01-02 02:10:34] "POST /ref-update HTTP/1.1" 200 156 0.008922 10.0.0.34 - - [2025-01-02 02:10:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.34 - - [2025-01-02 02:10:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.34 - - [2025-01-02 02:10:34] "POST /ref-update HTTP/1.1" 200 156 0.007768 10.0.0.34 - - [2025-01-02 02:10:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.34 - - [2025-01-02 02:10:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.34 - - [2025-01-02 02:10:34] "POST /ref-update HTTP/1.1" 200 156 0.009017 10.0.0.34 - - [2025-01-02 02:10:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.34 - - [2025-01-02 02:10:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.34 - - [2025-01-02 02:10:34] "POST /ref-update HTTP/1.1" 200 156 0.009922 10.0.0.34 - - [2025-01-02 02:10:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003301 10.0.0.34 - - [2025-01-02 02:10:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003913 10.0.0.34 - - [2025-01-02 02:10:34] "POST /ref-update HTTP/1.1" 200 156 0.008893 10.0.0.34 - - [2025-01-02 02:10:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003143 10.0.0.34 - - [2025-01-02 02:10:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004665 10.0.0.34 - - [2025-01-02 02:10:34] "POST /ref-update HTTP/1.1" 200 156 0.009885 10.0.0.34 - - [2025-01-02 02:10:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.34 - - [2025-01-02 02:10:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.34 - - [2025-01-02 02:10:34] "POST /ref-update HTTP/1.1" 200 156 0.009739 10.0.0.34 - - [2025-01-02 02:10:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003228 10.0.0.34 - - [2025-01-02 02:10:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.34 - - [2025-01-02 02:10:35] "POST /ref-update HTTP/1.1" 200 156 0.010054 10.0.0.34 - - [2025-01-02 02:10:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004805 10.0.0.34 - - [2025-01-02 02:10:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003758 10.0.0.34 - - [2025-01-02 02:10:35] "POST /ref-update HTTP/1.1" 200 156 0.009047 10.0.0.34 - - [2025-01-02 02:10:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.34 - - [2025-01-02 02:10:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.34 - - [2025-01-02 02:10:35] "POST /ref-update HTTP/1.1" 200 156 0.009105 10.0.0.34 - - [2025-01-02 02:10:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003812 10.0.0.34 - - [2025-01-02 02:10:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003763 10.0.0.34 - - [2025-01-02 02:10:35] "POST /ref-update HTTP/1.1" 200 156 0.010910 10.0.0.34 - - [2025-01-02 02:10:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003877 10.0.0.34 - - [2025-01-02 02:10:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.34 - - [2025-01-02 02:10:35] "POST /ref-update HTTP/1.1" 200 156 0.011184 10.0.0.34 - - [2025-01-02 02:10:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.34 - - [2025-01-02 02:10:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.34 - - [2025-01-02 02:10:35] "POST /ref-update HTTP/1.1" 200 156 0.009195 10.0.0.34 - - [2025-01-02 02:10:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.34 - - [2025-01-02 02:10:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004327 10.0.0.34 - - [2025-01-02 02:10:36] "POST /ref-update HTTP/1.1" 200 156 0.025918 10.0.0.34 - - [2025-01-02 02:10:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003010 10.0.0.34 - - [2025-01-02 02:10:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.34 - - [2025-01-02 02:10:36] "POST /ref-update HTTP/1.1" 200 156 0.009734 10.0.0.34 - - [2025-01-02 02:10:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.34 - - [2025-01-02 02:10:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.34 - - [2025-01-02 02:10:36] "POST /ref-update HTTP/1.1" 200 156 0.010317 10.0.0.34 - - [2025-01-02 02:10:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003866 10.0.0.34 - - [2025-01-02 02:10:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003650 10.0.0.34 - - [2025-01-02 02:10:36] "POST /ref-update HTTP/1.1" 200 156 0.010837 10.0.0.34 - - [2025-01-02 02:10:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.34 - - [2025-01-02 02:10:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003980 10.0.0.34 - - [2025-01-02 02:10:36] "POST /ref-update HTTP/1.1" 200 156 0.010566 10.0.0.34 - - [2025-01-02 02:10:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.34 - - [2025-01-02 02:10:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.34 - - [2025-01-02 02:10:36] "POST /ref-update HTTP/1.1" 200 156 0.010680 10.0.0.34 - - [2025-01-02 02:10:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.34 - - [2025-01-02 02:10:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004150 10.0.0.34 - - [2025-01-02 02:10:36] "POST /ref-update HTTP/1.1" 200 156 0.010868 10.0.0.34 - - [2025-01-02 02:10:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.34 - - [2025-01-02 02:10:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003925 10.0.0.34 - - [2025-01-02 02:10:37] "POST /ref-update HTTP/1.1" 200 156 0.010165 10.0.0.34 - - [2025-01-02 02:10:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004152 10.0.0.34 - - [2025-01-02 02:10:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.34 - - [2025-01-02 02:10:37] "POST /ref-update HTTP/1.1" 200 156 0.011083 10.0.0.34 - - [2025-01-02 02:10:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003153 10.0.0.34 - - [2025-01-02 02:10:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494 10.0.0.34 - - [2025-01-02 02:10:37] "POST /ref-update HTTP/1.1" 200 156 0.008908 10.0.0.34 - - [2025-01-02 02:10:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.34 - - [2025-01-02 02:10:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004224 10.0.0.34 - - [2025-01-02 02:10:37] "POST /ref-update HTTP/1.1" 200 156 0.010684 10.0.0.34 - - [2025-01-02 02:10:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.34 - - [2025-01-02 02:10:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003935 10.0.0.34 - - [2025-01-02 02:10:37] "POST /ref-update HTTP/1.1" 200 156 0.010455 10.0.0.34 - - [2025-01-02 02:10:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818 10.0.0.34 - - [2025-01-02 02:10:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.34 - - [2025-01-02 02:10:37] "POST /ref-update HTTP/1.1" 200 156 0.010536 10.0.0.34 - - [2025-01-02 02:10:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004975 10.0.0.34 - - [2025-01-02 02:10:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003785 10.0.0.34 - - [2025-01-02 02:10:38] "POST /ref-update HTTP/1.1" 200 156 0.010598 10.0.0.34 - - [2025-01-02 02:10:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712 10.0.0.34 - - [2025-01-02 02:10:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003264 10.0.0.34 - - [2025-01-02 02:10:38] "POST /ref-update HTTP/1.1" 200 156 0.013092 10.0.0.34 - - [2025-01-02 02:10:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.34 - - [2025-01-02 02:10:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005470 10.0.0.34 - - [2025-01-02 02:10:38] "POST /ref-update HTTP/1.1" 200 156 0.010070 10.0.0.34 - - [2025-01-02 02:10:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.34 - - [2025-01-02 02:10:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.34 - - [2025-01-02 02:10:38] "POST /ref-update HTTP/1.1" 200 156 0.012736 10.0.0.34 - - [2025-01-02 02:10:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.34 - - [2025-01-02 02:10:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.34 - - [2025-01-02 02:10:38] "POST /ref-update HTTP/1.1" 200 156 0.008878 10.0.0.34 - - [2025-01-02 02:10:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.34 - - [2025-01-02 02:10:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004018 10.0.0.34 - - [2025-01-02 02:10:38] "POST /ref-update HTTP/1.1" 200 156 0.011121 10.0.0.34 - - [2025-01-02 02:10:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003868 10.0.0.34 - - [2025-01-02 02:10:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.34 - - [2025-01-02 02:10:38] "POST /ref-update HTTP/1.1" 200 156 0.010597 10.0.0.34 - - [2025-01-02 02:10:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.34 - - [2025-01-02 02:10:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003771 10.0.0.34 - - [2025-01-02 02:10:39] "POST /ref-update HTTP/1.1" 200 156 0.009369 10.0.0.34 - - [2025-01-02 02:10:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.34 - - [2025-01-02 02:10:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003994 10.0.0.34 - - [2025-01-02 02:10:39] "POST /ref-update HTTP/1.1" 200 156 0.010461 10.0.0.34 - - [2025-01-02 02:10:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.34 - - [2025-01-02 02:10:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.34 - - [2025-01-02 02:10:39] "POST /ref-update HTTP/1.1" 200 156 0.011015 10.0.0.34 - - [2025-01-02 02:10:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.34 - - [2025-01-02 02:10:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.34 - - [2025-01-02 02:10:39] "POST /ref-update HTTP/1.1" 200 156 0.009162 10.0.0.34 - - [2025-01-02 02:10:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.34 - - [2025-01-02 02:10:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.34 - - [2025-01-02 02:10:39] "POST /ref-update HTTP/1.1" 200 156 0.010610 10.0.0.34 - - [2025-01-02 02:10:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004198 10.0.0.34 - - [2025-01-02 02:10:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748 10.0.0.34 - - [2025-01-02 02:10:39] "POST /ref-update HTTP/1.1" 200 156 0.009150 10.0.0.34 - - [2025-01-02 02:10:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.34 - - [2025-01-02 02:10:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.34 - - [2025-01-02 02:10:40] "POST /ref-update HTTP/1.1" 200 156 0.010782 10.0.0.34 - - [2025-01-02 02:10:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.34 - - [2025-01-02 02:10:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003104 10.0.0.34 - - [2025-01-02 02:10:40] "POST /ref-update HTTP/1.1" 200 156 0.011653 10.0.0.34 - - [2025-01-02 02:10:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.34 - - [2025-01-02 02:10:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.34 - - [2025-01-02 02:10:40] "POST /ref-update HTTP/1.1" 200 156 0.009554 10.0.0.34 - - [2025-01-02 02:10:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003301 10.0.0.34 - - [2025-01-02 02:10:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.34 - - [2025-01-02 02:10:40] "POST /ref-update HTTP/1.1" 200 156 0.010355 10.0.0.34 - - [2025-01-02 02:10:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.34 - - [2025-01-02 02:10:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.34 - - [2025-01-02 02:10:40] "POST /ref-update HTTP/1.1" 200 156 0.010507 10.0.0.34 - - [2025-01-02 02:10:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003291 10.0.0.34 - - [2025-01-02 02:10:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.34 - - [2025-01-02 02:10:40] "POST /ref-update HTTP/1.1" 200 156 0.010141 10.0.0.34 - - [2025-01-02 02:10:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004038 10.0.0.34 - - [2025-01-02 02:10:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003800 10.0.0.34 - - [2025-01-02 02:10:40] "POST /ref-update HTTP/1.1" 200 156 0.009001 10.0.0.34 - - [2025-01-02 02:10:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.34 - - [2025-01-02 02:10:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.34 - - [2025-01-02 02:10:41] "POST /ref-update HTTP/1.1" 200 156 0.009852 10.0.0.34 - - [2025-01-02 02:10:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.34 - - [2025-01-02 02:10:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.34 - - [2025-01-02 02:10:41] "POST /ref-update HTTP/1.1" 200 156 0.009138 10.0.0.34 - - [2025-01-02 02:10:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003549 10.0.0.34 - - [2025-01-02 02:10:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.34 - - [2025-01-02 02:10:41] "POST /ref-update HTTP/1.1" 200 156 0.010010 10.0.0.34 - - [2025-01-02 02:10:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004026 10.0.0.34 - - [2025-01-02 02:10:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003928 10.0.0.34 - - [2025-01-02 02:10:41] "POST /ref-update HTTP/1.1" 200 156 0.009342 10.0.0.34 - - [2025-01-02 02:10:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003888 10.0.0.34 - - [2025-01-02 02:10:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003950 10.0.0.34 - - [2025-01-02 02:10:41] "POST /ref-update HTTP/1.1" 200 156 0.010315 10.0.0.34 - - [2025-01-02 02:10:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682 10.0.0.34 - - [2025-01-02 02:10:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.34 - - [2025-01-02 02:10:41] "POST /ref-update HTTP/1.1" 200 156 0.010005 10.0.0.34 - - [2025-01-02 02:10:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003710 10.0.0.34 - - [2025-01-02 02:10:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.34 - - [2025-01-02 02:10:42] "POST /ref-update HTTP/1.1" 200 156 0.009128 10.0.0.34 - - [2025-01-02 02:10:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.34 - - [2025-01-02 02:10:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.34 - - [2025-01-02 02:10:42] "POST /ref-update HTTP/1.1" 200 156 0.009149 10.0.0.34 - - [2025-01-02 02:10:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.34 - - [2025-01-02 02:10:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.34 - - [2025-01-02 02:10:42] "POST /ref-update HTTP/1.1" 200 156 0.010731 10.0.0.34 - - [2025-01-02 02:10:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004126 10.0.0.34 - - [2025-01-02 02:10:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.34 - - [2025-01-02 02:10:42] "POST /ref-update HTTP/1.1" 200 156 0.011518 10.0.0.34 - - [2025-01-02 02:10:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.34 - - [2025-01-02 02:10:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.34 - - [2025-01-02 02:10:42] "POST /ref-update HTTP/1.1" 200 156 0.009904 10.0.0.34 - - [2025-01-02 02:10:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004006 10.0.0.34 - - [2025-01-02 02:10:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004163 10.0.0.34 - - [2025-01-02 02:10:42] "POST /ref-update HTTP/1.1" 200 156 0.008596 10.0.0.34 - - [2025-01-02 02:10:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003528 10.0.0.34 - - [2025-01-02 02:10:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.34 - - [2025-01-02 02:10:42] "POST /ref-update HTTP/1.1" 200 156 0.009024 10.0.0.34 - - [2025-01-02 02:10:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003549 10.0.0.34 - - [2025-01-02 02:10:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.010733 10.0.0.34 - - [2025-01-02 02:10:43] "POST /ref-update HTTP/1.1" 200 156 0.008644 10.0.0.34 - - [2025-01-02 02:10:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004098 10.0.0.34 - - [2025-01-02 02:10:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.34 - - [2025-01-02 02:10:43] "POST /ref-update HTTP/1.1" 200 156 0.010017 10.0.0.34 - - [2025-01-02 02:10:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.34 - - [2025-01-02 02:10:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.34 - - [2025-01-02 02:10:43] "POST /ref-update HTTP/1.1" 200 156 0.008504 10.0.0.34 - - [2025-01-02 02:10:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.34 - - [2025-01-02 02:10:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003895 10.0.0.34 - - [2025-01-02 02:10:43] "POST /ref-update HTTP/1.1" 200 156 0.009295 10.0.0.34 - - [2025-01-02 02:10:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.34 - - [2025-01-02 02:10:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.34 - - [2025-01-02 02:10:43] "POST /ref-update HTTP/1.1" 200 156 0.008340 10.0.0.34 - - [2025-01-02 02:10:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003992 10.0.0.34 - - [2025-01-02 02:10:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.34 - - [2025-01-02 02:10:43] "POST /ref-update HTTP/1.1" 200 156 0.009873 10.0.0.34 - - [2025-01-02 02:10:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.34 - - [2025-01-02 02:10:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.34 - - [2025-01-02 02:10:43] "POST /ref-update HTTP/1.1" 200 156 0.011419 10.0.0.34 - - [2025-01-02 02:10:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004255 10.0.0.34 - - [2025-01-02 02:10:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.34 - - [2025-01-02 02:10:44] "POST /ref-update HTTP/1.1" 200 156 0.009198 10.0.0.34 - - [2025-01-02 02:10:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004191 10.0.0.34 - - [2025-01-02 02:10:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.34 - - [2025-01-02 02:10:44] "POST /ref-update HTTP/1.1" 200 156 0.011557 10.0.0.34 - - [2025-01-02 02:10:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.34 - - [2025-01-02 02:10:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003995 10.0.0.34 - - [2025-01-02 02:10:44] "POST /ref-update HTTP/1.1" 200 156 0.013830 10.0.0.34 - - [2025-01-02 02:10:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004453 10.0.0.34 - - [2025-01-02 02:10:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004057 10.0.0.34 - - [2025-01-02 02:10:44] "POST /ref-update HTTP/1.1" 200 156 0.013611 10.0.0.34 - - [2025-01-02 02:10:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003893 10.0.0.34 - - [2025-01-02 02:10:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470 10.0.0.34 - - [2025-01-02 02:10:44] "POST /ref-update HTTP/1.1" 200 156 0.014277 10.0.0.34 - - [2025-01-02 02:10:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823 10.0.0.34 - - [2025-01-02 02:10:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004580 10.0.0.34 - - [2025-01-02 02:10:44] "POST /ref-update HTTP/1.1" 200 156 0.013765 10.0.0.34 - - [2025-01-02 02:10:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.34 - - [2025-01-02 02:10:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.34 - - [2025-01-02 02:10:45] "POST /ref-update HTTP/1.1" 200 156 0.012437 10.0.0.34 - - [2025-01-02 02:10:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.34 - - [2025-01-02 02:10:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003975 10.0.0.34 - - [2025-01-02 02:10:45] "POST /ref-update HTTP/1.1" 200 156 0.012939 10.0.0.34 - - [2025-01-02 02:10:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.34 - - [2025-01-02 02:10:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003797 10.0.0.34 - - [2025-01-02 02:10:45] "POST /ref-update HTTP/1.1" 200 156 0.010910 10.0.0.34 - - [2025-01-02 02:10:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.34 - - [2025-01-02 02:10:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004287 10.0.0.34 - - [2025-01-02 02:10:45] "POST /ref-update HTTP/1.1" 200 156 0.009339 10.0.0.34 - - [2025-01-02 02:10:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003250 10.0.0.34 - - [2025-01-02 02:10:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003972 10.0.0.34 - - [2025-01-02 02:10:45] "POST /ref-update HTTP/1.1" 200 156 0.011734 10.0.0.34 - - [2025-01-02 02:10:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.34 - - [2025-01-02 02:10:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.34 - - [2025-01-02 02:10:45] "POST /ref-update HTTP/1.1" 200 156 0.009238 10.0.0.34 - - [2025-01-02 02:10:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.34 - - [2025-01-02 02:10:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.34 - - [2025-01-02 02:10:46] "POST /ref-update HTTP/1.1" 200 156 0.010910 10.0.0.34 - - [2025-01-02 02:10:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004130 10.0.0.34 - - [2025-01-02 02:10:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003871 10.0.0.34 - - [2025-01-02 02:10:46] "POST /ref-update HTTP/1.1" 200 156 0.010852 10.0.0.34 - - [2025-01-02 02:10:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004792 10.0.0.34 - - [2025-01-02 02:10:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003301 10.0.0.34 - - [2025-01-02 02:10:46] "POST /ref-update HTTP/1.1" 200 156 0.011404 10.0.0.34 - - [2025-01-02 02:10:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.34 - - [2025-01-02 02:10:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.34 - - [2025-01-02 02:10:46] "POST /ref-update HTTP/1.1" 200 156 0.011351 10.0.0.34 - - [2025-01-02 02:10:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.34 - - [2025-01-02 02:10:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.34 - - [2025-01-02 02:10:46] "POST /ref-update HTTP/1.1" 200 156 0.010429 10.0.0.34 - - [2025-01-02 02:10:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003766 10.0.0.34 - - [2025-01-02 02:10:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003775 10.0.0.34 - - [2025-01-02 02:10:46] "POST /ref-update HTTP/1.1" 200 156 0.010702 10.0.0.34 - - [2025-01-02 02:10:46] "POST /network-ipams HTTP/1.1" 200 550 0.021106 10.0.0.34 - - [2025-01-02 02:10:47] "POST /useragent-kv HTTP/1.1" 200 115 0.004715 10.0.0.34 - - [2025-01-02 02:10:47] "POST /virtual-networks HTTP/1.1" 200 552 0.113206 10.0.0.34 - - [2025-01-02 02:10:47] "GET /physical-routers?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.002973 10.0.0.34 - - [2025-01-02 02:10:47] "POST /fqname-to-id HTTP/1.1" 404 188 0.003575 10.0.0.34 - - [2025-01-02 02:10:47] "POST /fqname-to-id HTTP/1.1" 404 178 0.003305 10.0.0.34 - - [2025-01-02 02:10:47] "GET /fabrics?detail=False&count=False&shared=False HTTP/1.1" 200 312 0.003206 10.0.0.34 - - [2025-01-02 02:10:47] "GET /fabric/ffa1e655-a924-4dee-9415-fd8b7069f585?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1117 0.004854 10.0.0.34 - - [2025-01-02 02:10:47] "POST /fqname-to-id HTTP/1.1" 404 198 0.003090 10.0.0.34 - - [2025-01-02 02:10:47] "POST /fqname-to-id HTTP/1.1" 404 205 0.003561 10.0.0.34 - - [2025-01-02 02:10:47] "POST /fqname-to-id HTTP/1.1" 404 207 0.004347 10.0.0.34 - - [2025-01-02 02:10:47] "POST /route-targets HTTP/1.1" 200 327 0.013577 10.0.0.34 - - [2025-01-02 02:10:47] "POST /ref-update HTTP/1.1" 200 156 0.011547 10.0.0.34 - - [2025-01-02 02:11:22] "GET / HTTP/1.1" 200 35931 0.002618 10.0.0.34 - - [2025-01-02 02:11:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000584 10.0.0.34 - - [2025-01-02 02:11:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.033791 10.0.0.34 - - [2025-01-02 02:11:22] "GET /routing-instance/c3073cce-1537-4ec7-968e-aa0843188f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.006021 10.0.0.34 - - [2025-01-02 02:11:22] "POST /bgp-routers HTTP/1.1" 200 620 0.025100 10.0.0.34 - - [2025-01-02 02:11:22] "GET /bgp-router/1dd1802d-8e47-4b8a-b03a-f867cfe1128e?fields=global_system_config_back_refs HTTP/1.1" 200 1115 0.007631 10.0.0.34 - - [2025-01-02 02:11:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.34 - - [2025-01-02 02:11:22] "GET /global-system-config/385b5a2f-4cf6-4191-9875-a3c63c5599aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.007039 10.0.0.34 - - [2025-01-02 02:11:22] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003621 10.0.0.34 - - [2025-01-02 02:11:23] "POST /ref-update HTTP/1.1" 200 156 0.009686 10.0.0.34 - - [2025-01-02 02:12:22] "GET / HTTP/1.1" 200 35931 0.001989 10.0.0.34 - - [2025-01-02 02:12:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000679 10.0.0.34 - - [2025-01-02 02:12:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.027919 10.0.0.34 - - [2025-01-02 02:12:22] "GET /global-system-config/385b5a2f-4cf6-4191-9875-a3c63c5599aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.022540 10.0.0.34 - - [2025-01-02 02:12:22] "POST /fqname-to-id HTTP/1.1" 404 220 0.003204 10.0.0.34 - - [2025-01-02 02:12:22] "POST /database-nodes HTTP/1.1" 200 603 0.033648 10.0.0.34 - - [2025-01-02 02:13:12] "GET / HTTP/1.1" 200 35931 0.002047 10.0.0.34 - - [2025-01-02 02:13:12] "POST /fqname-to-id HTTP/1.1" 401 292 0.000481 10.0.0.34 - - [2025-01-02 02:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.028795 10.0.0.34 - - [2025-01-02 02:13:12] "GET /global-system-config/385b5a2f-4cf6-4191-9875-a3c63c5599aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.008394 10.0.0.34 - - [2025-01-02 02:13:12] "POST /fqname-to-id HTTP/1.1" 404 220 0.004274 10.0.0.34 - - [2025-01-02 02:13:12] "POST /analytics-nodes HTTP/1.1" 200 605 0.027573 10.0.0.34 - - [2025-01-02 02:13:18] "GET / HTTP/1.1" 200 35931 0.002153 10.0.0.34 - - [2025-01-02 02:13:31] "GET / HTTP/1.1" 200 35931 0.002152 10.0.0.34 - - [2025-01-02 02:13:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000467 10.0.0.34 - - [2025-01-02 02:13:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.036649 10.0.0.34 - - [2025-01-02 02:13:31] "GET /global-system-config/385b5a2f-4cf6-4191-9875-a3c63c5599aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.006860 10.0.0.34 - - [2025-01-02 02:13:31] "POST /fqname-to-id HTTP/1.1" 404 220 0.003517 10.0.0.34 - - [2025-01-02 02:13:31] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.024341 10.0.0.34 - - [2025-01-02 02:13:43] "GET / HTTP/1.1" 200 35931 0.001739 10.0.0.34 - - [2025-01-02 02:13:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000542 10.0.0.34 - - [2025-01-02 02:13:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.031877 10.0.0.34 - - [2025-01-02 02:13:43] "GET /global-system-config/385b5a2f-4cf6-4191-9875-a3c63c5599aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.006518 10.0.0.34 - - [2025-01-02 02:13:43] "POST /fqname-to-id HTTP/1.1" 404 220 0.003474 10.0.0.34 - - [2025-01-02 02:13:43] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.032611 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.34 - - [2025-01-02 02:13:49] "GET /obj-perms HTTP/1.1" 200 5056 0.383262 10.0.0.34 - - [2025-01-02 02:13:49] "GET /obj-perms HTTP/1.1" 200 5056 0.051746 10.0.0.34 - - [2025-01-02 02:14:50] "GET /obj-perms HTTP/1.1" 200 5056 0.052074 10.0.0.34 - - [2025-01-02 02:14:50] "GET /obj-perms HTTP/1.1" 200 5056 0.049209 10.0.0.34 - - [2025-01-02 02:15:23] "GET / HTTP/1.1" 200 35931 0.004235 10.0.0.34 - - [2025-01-02 02:15:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000473 10.0.0.34 - - [2025-01-02 02:15:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.032048 10.0.0.34 - - [2025-01-02 02:15:24] "GET /global-system-config/385b5a2f-4cf6-4191-9875-a3c63c5599aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.007485 10.0.0.34 - - [2025-01-02 02:15:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004028 10.0.0.34 - - [2025-01-02 02:15:24] "GET /routing-instance/c3073cce-1537-4ec7-968e-aa0843188f45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.004283 10.0.0.34 - - [2025-01-02 02:15:24] "PUT /global-system-config/385b5a2f-4cf6-4191-9875-a3c63c5599aa HTTP/1.1" 200 274 0.016223 10.0.0.34 - - [2025-01-02 02:15:24] "POST /fqname-to-id HTTP/1.1" 404 218 0.004035 10.0.0.34 - - [2025-01-02 02:15:24] "POST /virtual-routers HTTP/1.1" 200 603 0.037400 10.0.0.34 - - [2025-01-02 02:15:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005037 10.0.0.34 - - [2025-01-02 02:15:24] "GET /virtual-router/66f3b193-3208-4016-b880-b752011d9f00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1244 0.006073 10.0.0.34 - - [2025-01-02 02:15:24] "POST /fqname-to-id HTTP/1.1" 404 231 0.003493 10.0.0.34 - - [2025-01-02 02:15:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.34 - - [2025-01-02 02:15:24] "GET /virtual-network/8edb10da-c720-4e1a-ac38-6a346aeb8d90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.006450 10.0.0.34 - - [2025-01-02 02:15:24] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.052393 10.0.0.34 - - [2025-01-02 02:15:25] "GET /global-system-configs HTTP/1.1" 200 322 0.007034 10.0.0.34 - - [2025-01-02 02:15:25] "GET /obj-perms HTTP/1.1" 200 5056 0.031367 10.0.0.34 - - [2025-01-02 02:15:25] "PUT /access-control-list/209ee5e1-28a6-4073-8e7c-8468e1bc32c4 HTTP/1.1" 200 272 0.044145 10.0.0.34 - - [2025-01-02 02:15:25] "GET /global-system-configs HTTP/1.1" 200 322 0.032458 10.0.0.34 - - [2025-01-02 02:15:25] "GET /obj-perms HTTP/1.1" 200 5056 0.074986 [Introspect:8084]10.0.0.34 - - [2025-01-02 02:15:36] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000863 [Introspect:8084]10.0.0.34 - - [2025-01-02 02:15:36] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001033 [Introspect:8084]10.0.0.34 - - [2025-01-02 02:15:38] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000777 [Introspect:8084]10.0.0.34 - - [2025-01-02 02:15:38] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000924 10.0.0.34 - - [2025-01-02 02:15:50] "GET /obj-perms HTTP/1.1" 200 5056 0.048974 10.0.0.34 - - [2025-01-02 02:15:51] "GET /obj-perms HTTP/1.1" 200 5056 0.047643 10.0.0.34 - - [2025-01-02 02:16:25] "GET /projects?obj_uuids=fa72e106-878c-45d3-b549-07df73dce8db&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.029898 10.0.0.34 - - [2025-01-02 02:16:25] "GET /domains?obj_uuids=e2abe4f2-6725-4295-8c1a-d310d4c72b51&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002580 10.0.0.34 - - [2025-01-02 02:16:25] "GET /domain/e2abe4f2-6725-4295-8c1a-d310d4c72b51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.038127 10.0.0.34 - - [2025-01-02 02:16:25] "POST /id-to-fqname HTTP/1.1" 200 167 0.002275 10.0.0.34 - - [2025-01-02 02:16:25] "POST /fqname-to-id HTTP/1.1" 404 176 0.005526 10.0.0.34 - - [2025-01-02 02:16:25] "POST /security-groups HTTP/1.1" 200 568 0.072088 10.0.0.34 - - [2025-01-02 02:16:25] "POST /fqname-to-id HTTP/1.1" 404 207 0.003257 10.0.0.34 - - [2025-01-02 02:16:25] "POST /projects HTTP/1.1" 200 539 0.278187 10.0.0.34 - - [2025-01-02 02:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.314293 10.0.0.34 - - [2025-01-02 02:16:25] "POST /access-control-lists HTTP/1.1" 200 573 0.061404 10.0.0.34 - - [2025-01-02 02:16:26] "POST /fqname-to-id HTTP/1.1" 404 206 0.003517 10.0.0.34 - - [2025-01-02 02:16:26] "POST /access-control-lists HTTP/1.1" 200 571 0.086473 10.0.0.34 - - [2025-01-02 02:16:26] "POST /neutron/network HTTP/1.1" 200 576 0.692384 10.0.0.34 - - [2025-01-02 02:16:26] "POST /route-targets HTTP/1.1" 200 327 0.015028 10.0.0.34 - - [2025-01-02 02:16:26] "POST /ref-update HTTP/1.1" 200 156 0.015779 10.0.0.34 - - [2025-01-02 02:16:28] "POST /neutron/network HTTP/1.1" 400 186 0.033146 10.0.0.34 - - [2025-01-02 02:16:28] "POST /neutron/network HTTP/1.1" 200 598 0.014823 10.0.0.34 - - [2025-01-02 02:16:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003612 10.0.0.34 - - [2025-01-02 02:16:28] "POST /neutron/subnet HTTP/1.1" 200 732 0.152120 10.0.0.34 - - [2025-01-02 02:16:30] "POST /neutron/network HTTP/1.1" 400 186 0.030791 10.0.0.34 - - [2025-01-02 02:16:30] "POST /neutron/network HTTP/1.1" 200 766 0.009726 10.0.0.34 - - [2025-01-02 02:16:42] "DELETE /project/fa72e106878c45d3b54907df73dce8db HTTP/1.1" 404 173 0.003531 10.0.0.34 - - [2025-01-02 02:16:44] "GET /projects?obj_uuids=9e994f12-16b7-493a-91e2-415fa268d24c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003454 10.0.0.34 - - [2025-01-02 02:16:44] "GET /domains?obj_uuids=e2abe4f2-6725-4295-8c1a-d310d4c72b51&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001377 10.0.0.34 - - [2025-01-02 02:16:44] "GET /domain/e2abe4f2-6725-4295-8c1a-d310d4c72b51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.051627 10.0.0.34 - - [2025-01-02 02:16:44] "POST /id-to-fqname HTTP/1.1" 200 205 0.001698 10.0.0.34 - - [2025-01-02 02:16:44] "POST /fqname-to-id HTTP/1.1" 404 214 0.005705 10.0.0.34 - - [2025-01-02 02:16:44] "POST /security-groups HTTP/1.1" 200 606 0.067597 10.0.0.34 - - [2025-01-02 02:16:44] "POST /fqname-to-id HTTP/1.1" 404 249 0.003268 10.0.0.34 - - [2025-01-02 02:16:44] "POST /projects HTTP/1.1" 200 615 0.244294 10.0.0.34 - - [2025-01-02 02:16:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.318954 10.0.0.34 - - [2025-01-02 02:16:44] "POST /access-control-lists HTTP/1.1" 200 611 0.072744 10.0.0.34 - - [2025-01-02 02:16:44] "POST /fqname-to-id HTTP/1.1" 404 248 0.002767 10.0.0.34 - - [2025-01-02 02:16:45] "POST /neutron/network HTTP/1.1" 200 696 0.594117 10.0.0.34 - - [2025-01-02 02:16:45] "POST /access-control-lists HTTP/1.1" 200 609 0.068225 10.0.0.34 - - [2025-01-02 02:16:45] "GET /projects?obj_uuids=6f50bb80-3e14-411c-be19-c80093487bcb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003284 10.0.0.34 - - [2025-01-02 02:16:45] "GET /domains?obj_uuids=e2abe4f2-6725-4295-8c1a-d310d4c72b51&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001375 10.0.0.34 - - [2025-01-02 02:16:45] "POST /route-targets HTTP/1.1" 200 327 0.013802 10.0.0.34 - - [2025-01-02 02:16:45] "GET /domain/e2abe4f2-6725-4295-8c1a-d310d4c72b51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.052961 10.0.0.34 - - [2025-01-02 02:16:45] "POST /ref-update HTTP/1.1" 200 156 0.014901 10.0.0.34 - - [2025-01-02 02:16:45] "POST /id-to-fqname HTTP/1.1" 200 204 0.003808 10.0.0.34 - - [2025-01-02 02:16:45] "POST /fqname-to-id HTTP/1.1" 404 213 0.003392 10.0.0.34 - - [2025-01-02 02:16:45] "POST /security-groups HTTP/1.1" 200 605 0.069227 10.0.0.34 - - [2025-01-02 02:16:45] "POST /fqname-to-id HTTP/1.1" 404 248 0.003040 10.0.0.34 - - [2025-01-02 02:16:45] "POST /projects HTTP/1.1" 200 613 0.263240 10.0.0.34 - - [2025-01-02 02:16:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.340246 10.0.0.34 - - [2025-01-02 02:16:45] "POST /access-control-lists HTTP/1.1" 200 610 0.067991 10.0.0.34 - - [2025-01-02 02:16:45] "POST /fqname-to-id HTTP/1.1" 404 247 0.002788 10.0.0.34 - - [2025-01-02 02:16:45] "POST /access-control-lists HTTP/1.1" 200 608 0.073311 10.0.0.34 - - [2025-01-02 02:16:45] "POST /neutron/network HTTP/1.1" 200 638 0.641680 10.0.0.34 - - [2025-01-02 02:16:45] "POST /neutron/network HTTP/1.1" 200 686 0.005681 10.0.0.34 - - [2025-01-02 02:16:45] "POST /route-targets HTTP/1.1" 200 327 0.017275 10.0.0.34 - - [2025-01-02 02:16:45] "POST /ref-update HTTP/1.1" 200 156 0.018030 10.0.0.34 - - [2025-01-02 02:16:45] "POST /neutron/network HTTP/1.1" 200 151 0.147682 10.0.0.34 - - [2025-01-02 02:16:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.34 - - [2025-01-02 02:16:45] "GET /projects?obj_uuids=6f50bb80-3e14-411c-be19-c80093487bcb&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.002712 10.0.0.34 - - [2025-01-02 02:16:46] "DELETE /route-target/8e44a76f-856f-4e05-ba95-f3bb5b3cc642 HTTP/1.1" 200 115 0.025882 10.0.0.34 - - [2025-01-02 02:16:46] "POST /neutron/network HTTP/1.1" 200 630 0.143215 10.0.0.34 - - [2025-01-02 02:16:46] "POST /route-targets HTTP/1.1" 200 327 0.031563 10.0.0.34 - - [2025-01-02 02:16:46] "POST /ref-update HTTP/1.1" 200 156 0.026431 10.0.0.34 - - [2025-01-02 02:16:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003798 10.0.0.34 - - [2025-01-02 02:16:46] "POST /neutron/subnet HTTP/1.1" 200 711 0.219108 10.0.0.34 - - [2025-01-02 02:16:46] "GET /projects?obj_uuids=6f50bb80-3e14-411c-be19-c80093487bcb&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001228 10.0.0.34 - - [2025-01-02 02:16:46] "POST /neutron/floatingip HTTP/1.1" 200 527 0.123784 10.0.0.34 - - [2025-01-02 02:16:46] "POST /neutron/floatingip HTTP/1.1" 200 501 0.011866 10.0.0.34 - - [2025-01-02 02:16:46] "POST /neutron/network HTTP/1.1" 200 846 0.008489 10.0.0.34 - - [2025-01-02 02:16:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002625 10.0.0.34 - - [2025-01-02 02:16:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003731 10.0.0.34 - - [2025-01-02 02:16:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002676 10.0.0.34 - - [2025-01-02 02:16:46] "POST /neutron/network HTTP/1.1" 200 151 0.195780 10.0.0.34 - - [2025-01-02 02:16:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004057 10.0.0.34 - - [2025-01-02 02:16:46] "DELETE /route-target/a8fd7139-1c2b-4bab-be52-1da5c561e6d1 HTTP/1.1" 200 115 0.017749 10.0.0.34 - - [2025-01-02 02:16:46] "POST /neutron/subnet HTTP/1.1" 200 1227 0.023908 10.0.0.34 - - [2025-01-02 02:16:46] "POST /neutron/floatingip HTTP/1.1" 400 217 0.003729 10.0.0.34 - - [2025-01-02 02:16:46] "POST /neutron/network HTTP/1.1" 400 207 0.003395 10.0.0.34 - - [2025-01-02 02:16:46] "GET /projects?obj_uuids=6f50bb80-3e14-411c-be19-c80093487bcb&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001088 10.0.0.34 - - [2025-01-02 02:16:46] "POST /neutron/network HTTP/1.1" 200 638 0.114033 10.0.0.34 - - [2025-01-02 02:16:46] "POST /route-targets HTTP/1.1" 200 327 0.028324 10.0.0.34 - - [2025-01-02 02:16:46] "POST /ref-update HTTP/1.1" 200 156 0.027356 10.0.0.34 - - [2025-01-02 02:16:46] "POST /neutron/network HTTP/1.1" 200 4490 0.044177 10.0.0.34 - - [2025-01-02 02:16:47] "POST /neutron/network HTTP/1.1" 200 686 0.007357 10.0.0.34 - - [2025-01-02 02:16:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.34 - - [2025-01-02 02:16:47] "POST /neutron/network HTTP/1.1" 200 151 0.137256 10.0.0.34 - - [2025-01-02 02:16:47] "GET /projects?obj_uuids=6f50bb80-3e14-411c-be19-c80093487bcb&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001401 10.0.0.34 - - [2025-01-02 02:16:47] "DELETE /route-target/2dd75056-6977-42dd-97ee-e50fe305a8fc HTTP/1.1" 200 115 0.029958 10.0.0.34 - - [2025-01-02 02:16:47] "POST /neutron/network HTTP/1.1" 200 638 0.130013 10.0.0.34 - - [2025-01-02 02:16:47] "POST /route-targets HTTP/1.1" 200 327 0.017410 10.0.0.34 - - [2025-01-02 02:16:47] "POST /ref-update HTTP/1.1" 200 156 0.013840 10.0.0.34 - - [2025-01-02 02:16:47] "POST /neutron/network HTTP/1.1" 200 686 0.013382 10.0.0.34 - - [2025-01-02 02:16:47] "POST /neutron/network HTTP/1.1" 200 744 0.005359 10.0.0.34 - - [2025-01-02 02:16:47] "POST /neutron/network HTTP/1.1" 200 686 0.006416 10.0.0.34 - - [2025-01-02 02:16:47] "POST /neutron/network HTTP/1.1" 200 151 0.096225 10.0.0.34 - - [2025-01-02 02:16:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003323 10.0.0.34 - - [2025-01-02 02:16:47] "GET /projects?obj_uuids=6f50bb80-3e14-411c-be19-c80093487bcb&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001213 10.0.0.34 - - [2025-01-02 02:16:47] "DELETE /route-target/5bc03638-eb3f-47b8-9166-d257c661f7d1 HTTP/1.1" 200 115 0.035310 10.0.0.34 - - [2025-01-02 02:16:47] "POST /neutron/network HTTP/1.1" 200 637 0.125220 10.0.0.34 - - [2025-01-02 02:16:47] "POST /neutron/network HTTP/1.1" 200 685 0.008268 10.0.0.34 - - [2025-01-02 02:16:47] "POST /route-targets HTTP/1.1" 200 327 0.014647 10.0.0.34 - - [2025-01-02 02:16:47] "POST /ref-update HTTP/1.1" 200 156 0.023233 10.0.0.34 - - [2025-01-02 02:16:47] "POST /neutron/network HTTP/1.1" 200 684 0.093434 10.0.0.34 - - [2025-01-02 02:16:47] "POST /neutron/network HTTP/1.1" 200 684 0.012498 10.0.0.34 - - [2025-01-02 02:16:47] "POST /neutron/network HTTP/1.1" 200 151 0.104043 10.0.0.34 - - [2025-01-02 02:16:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004032 10.0.0.34 - - [2025-01-02 02:16:47] "POST /neutron/subnet HTTP/1.1" 400 209 0.002901 10.0.0.34 - - [2025-01-02 02:16:47] "DELETE /route-target/df3da802-2614-4a4f-a418-9e50a31bef4c HTTP/1.1" 200 115 0.018643 10.0.0.34 - - [2025-01-02 02:16:47] "POST /neutron/network HTTP/1.1" 200 744 0.004634 10.0.0.34 - - [2025-01-02 02:16:47] "POST /neutron/network HTTP/1.1" 200 151 0.069484 10.0.0.34 - - [2025-01-02 02:16:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.34 - - [2025-01-02 02:16:48] "DELETE /route-target/2874341f-c6e6-45db-970a-427ead2ce4a9 HTTP/1.1" 200 115 0.018081 10.0.0.34 - - [2025-01-02 02:16:48] "GET /projects?obj_uuids=9e994f12-16b7-493a-91e2-415fa268d24c&detail=False&count=False&shared=False HTTP/1.1" 200 364 0.001281 10.0.0.34 - - [2025-01-02 02:16:48] "POST /neutron/security_group HTTP/1.1" 200 2109 0.065293 10.0.0.34 - - [2025-01-02 02:16:48] "POST /neutron/security_group HTTP/1.1" 200 2099 0.005036 10.0.0.34 - - [2025-01-02 02:16:48] "POST /neutron/security_group HTTP/1.1" 200 151 0.057786 10.0.0.34 - - [2025-01-02 02:16:48] "DELETE /access-control-list/ff24ee98-99b8-4a26-bde9-a9206edc6eb9 HTTP/1.1" 200 115 0.035518 10.0.0.34 - - [2025-01-02 02:16:48] "DELETE /access-control-list/37bf5f00-5885-4149-9d35-644def75f0a2 HTTP/1.1" 200 115 0.021280 10.0.0.34 - - [2025-01-02 02:16:48] "GET /projects?obj_uuids=6f50bb80-3e14-411c-be19-c80093487bcb&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001311 10.0.0.34 - - [2025-01-02 02:16:48] "POST /neutron/security_group HTTP/1.1" 200 2108 0.032640 10.0.0.34 - - [2025-01-02 02:16:48] "POST /neutron/security_group HTTP/1.1" 200 2098 0.004268 10.0.0.34 - - [2025-01-02 02:16:48] "POST /neutron/security_group HTTP/1.1" 200 151 0.059994 10.0.0.34 - - [2025-01-02 02:16:48] "DELETE /access-control-list/545147ed-07bc-4bc5-9e97-e025835552c2 HTTP/1.1" 200 115 0.037551 10.0.0.34 - - [2025-01-02 02:16:48] "DELETE /access-control-list/2ee1380e-2797-4929-83db-2fda6eaf7a7d HTTP/1.1" 200 115 0.026485 10.0.0.34 - - [2025-01-02 02:16:51] "GET /projects?obj_uuids=53cf83fb-9f92-4075-9e1a-6ba36a64a5e3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.006206 10.0.0.34 - - [2025-01-02 02:16:51] "GET /obj-perms HTTP/1.1" 200 5056 0.151678 10.0.0.34 - - [2025-01-02 02:16:51] "GET /domains?obj_uuids=e2abe4f2-6725-4295-8c1a-d310d4c72b51&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001042 10.0.0.34 - - [2025-01-02 02:16:51] "GET /domain/e2abe4f2-6725-4295-8c1a-d310d4c72b51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.048154 10.0.0.34 - - [2025-01-02 02:16:52] "GET /obj-perms HTTP/1.1" 200 5056 0.072267 10.0.0.34 - - [2025-01-02 02:16:52] "POST /id-to-fqname HTTP/1.1" 200 218 0.001271 10.0.0.34 - - [2025-01-02 02:16:52] "POST /fqname-to-id HTTP/1.1" 404 229 0.003062 10.0.0.34 - - [2025-01-02 02:16:52] "POST /security-groups HTTP/1.1" 200 618 0.080296 10.0.0.34 - - [2025-01-02 02:16:52] "POST /fqname-to-id HTTP/1.1" 404 261 0.008663 10.0.0.34 - - [2025-01-02 02:16:52] "POST /projects HTTP/1.1" 200 639 0.272460 10.0.0.34 - - [2025-01-02 02:16:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.534202 10.0.0.34 - - [2025-01-02 02:16:52] "POST /access-control-lists HTTP/1.1" 200 623 0.066701 10.0.0.34 - - [2025-01-02 02:16:52] "POST /fqname-to-id HTTP/1.1" 404 260 0.005823 10.0.0.34 - - [2025-01-02 02:16:52] "POST /neutron/floatingip HTTP/1.1" 200 528 0.836776 10.0.0.34 - - [2025-01-02 02:16:52] "GET /projects?obj_uuids=53cf83fb-9f92-4075-9e1a-6ba36a64a5e3&detail=False&count=False&shared=False HTTP/1.1" 200 376 0.001266 10.0.0.34 - - [2025-01-02 02:16:52] "POST /access-control-lists HTTP/1.1" 200 621 0.039943 10.0.0.34 - - [2025-01-02 02:16:52] "POST /neutron/port HTTP/1.1" 400 190 0.224355 10.0.0.34 - - [2025-01-02 02:16:52] "POST /neutron/floatingip HTTP/1.1" 200 528 0.006412 10.0.0.34 - - [2025-01-02 02:16:52] "POST /neutron/floatingip HTTP/1.1" 200 115 0.059027 10.0.0.34 - - [2025-01-02 02:16:53] "GET /projects?obj_uuids=f3698b9b-dd82-4e14-91a9-85202106e6bb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003670 10.0.0.34 - - [2025-01-02 02:16:53] "GET /domains?obj_uuids=e2abe4f2-6725-4295-8c1a-d310d4c72b51&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001070 10.0.0.34 - - [2025-01-02 02:16:53] "GET /domain/e2abe4f2-6725-4295-8c1a-d310d4c72b51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.050693 10.0.0.34 - - [2025-01-02 02:16:53] "POST /id-to-fqname HTTP/1.1" 200 218 0.001345 10.0.0.34 - - [2025-01-02 02:16:53] "POST /fqname-to-id HTTP/1.1" 404 229 0.002468 10.0.0.34 - - [2025-01-02 02:16:53] "POST /security-groups HTTP/1.1" 200 618 0.065938 10.0.0.34 - - [2025-01-02 02:16:53] "POST /fqname-to-id HTTP/1.1" 404 261 0.003063 10.0.0.34 - - [2025-01-02 02:16:53] "POST /projects HTTP/1.1" 200 639 0.241708 10.0.0.34 - - [2025-01-02 02:16:53] "POST /access-control-lists HTTP/1.1" 200 623 0.060061 10.0.0.34 - - [2025-01-02 02:16:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.315552 10.0.0.34 - - [2025-01-02 02:16:53] "POST /fqname-to-id HTTP/1.1" 404 260 0.002817 10.0.0.34 - - [2025-01-02 02:16:54] "POST /neutron/security_group HTTP/1.1" 200 2121 0.487597 10.0.0.34 - - [2025-01-02 02:16:54] "POST /neutron/security_group HTTP/1.1" 200 2111 0.008322 10.0.0.34 - - [2025-01-02 02:16:54] "POST /access-control-lists HTTP/1.1" 200 621 0.070026 10.0.0.34 - - [2025-01-02 02:16:54] "POST /neutron/security_group HTTP/1.1" 200 151 0.100510 10.0.0.34 - - [2025-01-02 02:16:54] "DELETE /access-control-list/34f6d39d-1468-4a19-a9fa-43ed42065eb4 HTTP/1.1" 200 115 0.019436 10.0.0.34 - - [2025-01-02 02:16:54] "DELETE /access-control-list/effa7522-3fac-49bd-82fc-080b53693dff HTTP/1.1" 200 115 0.021956 10.0.0.34 - - [2025-01-02 02:16:54] "GET /projects?obj_uuids=53cf83fb-9f92-4075-9e1a-6ba36a64a5e3&detail=False&count=False&shared=False HTTP/1.1" 200 376 0.001555 10.0.0.34 - - [2025-01-02 02:16:54] "POST /neutron/security_group HTTP/1.1" 200 2121 0.031399 10.0.0.34 - - [2025-01-02 02:16:54] "POST /neutron/security_group HTTP/1.1" 200 2111 0.004186 10.0.0.34 - - [2025-01-02 02:16:54] "POST /neutron/security_group HTTP/1.1" 200 151 0.052198 10.0.0.34 - - [2025-01-02 02:16:54] "DELETE /access-control-list/f0a63769-afd7-4634-be2f-e91612f44ad5 HTTP/1.1" 200 115 0.023918 10.0.0.34 - - [2025-01-02 02:16:54] "DELETE /access-control-list/4fb300aa-1659-472d-a576-0c4106eb5456 HTTP/1.1" 200 115 0.032444 10.0.0.34 - - [2025-01-02 02:16:57] "GET /projects?obj_uuids=678a94b8-fb19-46d1-90e5-1e309a523280&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002185 10.0.0.34 - - [2025-01-02 02:16:57] "GET /domains?obj_uuids=e2abe4f2-6725-4295-8c1a-d310d4c72b51&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001634 10.0.0.34 - - [2025-01-02 02:16:57] "GET /domain/e2abe4f2-6725-4295-8c1a-d310d4c72b51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.050055 10.0.0.34 - - [2025-01-02 02:16:58] "POST /id-to-fqname HTTP/1.1" 200 204 0.003628 10.0.0.34 - - [2025-01-02 02:16:58] "POST /fqname-to-id HTTP/1.1" 404 213 0.002473 10.0.0.34 - - [2025-01-02 02:16:58] "POST /security-groups HTTP/1.1" 200 605 0.063935 10.0.0.34 - - [2025-01-02 02:16:58] "POST /fqname-to-id HTTP/1.1" 404 248 0.004952 10.0.0.34 - - [2025-01-02 02:16:58] "POST /projects HTTP/1.1" 200 613 0.224555 10.0.0.34 - - [2025-01-02 02:16:58] "POST /access-control-lists HTTP/1.1" 200 610 0.058473 10.0.0.34 - - [2025-01-02 02:16:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.302258 10.0.0.34 - - [2025-01-02 02:16:58] "POST /fqname-to-id HTTP/1.1" 404 247 0.003032 10.0.0.34 - - [2025-01-02 02:16:58] "POST /neutron/floatingip HTTP/1.1" 200 528 0.547396 10.0.0.34 - - [2025-01-02 02:16:58] "GET /projects?obj_uuids=678a94b8-fb19-46d1-90e5-1e309a523280&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001038 10.0.0.34 - - [2025-01-02 02:16:58] "POST /access-control-lists HTTP/1.1" 200 608 0.071287 10.0.0.34 - - [2025-01-02 02:16:58] "POST /neutron/network HTTP/1.1" 200 693 0.132190 10.0.0.34 - - [2025-01-02 02:16:58] "POST /route-targets HTTP/1.1" 200 327 0.010292 10.0.0.34 - - [2025-01-02 02:16:58] "POST /ref-update HTTP/1.1" 200 156 0.010720 10.0.0.34 - - [2025-01-02 02:16:58] "POST /useragent-kv HTTP/1.1" 200 115 0.004886 10.0.0.34 - - [2025-01-02 02:16:58] "POST /neutron/subnet HTTP/1.1" 200 710 0.160359 10.0.0.34 - - [2025-01-02 02:16:58] "GET /projects?obj_uuids=678a94b8-fb19-46d1-90e5-1e309a523280&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001788 10.0.0.34 - - [2025-01-02 02:16:58] "POST /neutron/router HTTP/1.1" 200 720 0.120646 10.0.0.34 - - [2025-01-02 02:16:58] "POST /route-targets HTTP/1.1" 200 327 0.014599 10.0.0.34 - - [2025-01-02 02:16:58] "POST /neutron/router HTTP/1.1" 200 720 0.008176 10.0.0.34 - - [2025-01-02 02:16:58] "GET /logical-router/f8844827-0e95-4f8c-8074-3f2331d7e6c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1523 0.008085 10.0.0.34 - - [2025-01-02 02:16:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.006108 10.0.0.34 - - [2025-01-02 02:16:58] "PUT /logical-router/f8844827-0e95-4f8c-8074-3f2331d7e6c7 HTTP/1.1" 200 262 0.036085 10.0.0.34 - - [2025-01-02 02:16:58] "GET /projects?obj_uuids=678a94b8-fb19-46d1-90e5-1e309a523280&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001473 10.0.0.34 - - [2025-01-02 02:16:58] "GET /service-template/fc12db1c-0f97-4ddb-bf41-505b5102a947?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.007004 10.0.0.34 - - [2025-01-02 02:16:58] "POST /fqname-to-id HTTP/1.1" 404 229 0.002814 10.0.0.34 - - [2025-01-02 02:16:59] "POST /neutron/router HTTP/1.1" 200 344 0.283228 10.0.0.34 - - [2025-01-02 02:16:59] "POST /ref-update HTTP/1.1" 200 156 0.018910 10.0.0.34 - - [2025-01-02 02:16:59] "GET /projects?obj_uuids=678a94b8-fb19-46d1-90e5-1e309a523280&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001108 10.0.0.34 - - [2025-01-02 02:16:59] "POST /useragent-kv HTTP/1.1" 200 115 0.005247 10.0.0.34 - - [2025-01-02 02:16:59] "POST /virtual-networks HTTP/1.1" 200 705 0.147786 10.0.0.34 - - [2025-01-02 02:16:59] "POST /route-targets HTTP/1.1" 200 327 0.020939 10.0.0.34 - - [2025-01-02 02:16:59] "POST /ref-update HTTP/1.1" 200 156 0.024777 10.0.0.34 - - [2025-01-02 02:16:59] "POST /service-instances HTTP/1.1" 200 681 0.119136 10.0.0.34 - - [2025-01-02 02:16:59] "POST /neutron/port HTTP/1.1" 200 1043 0.254172 10.0.0.34 - - [2025-01-02 02:16:59] "POST /route-tables HTTP/1.1" 200 593 0.021139 10.0.0.34 - - [2025-01-02 02:16:59] "GET /projects?obj_uuids=678a94b8-fb19-46d1-90e5-1e309a523280&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001067 10.0.0.34 - - [2025-01-02 02:16:59] "PUT /logical-router/f8844827-0e95-4f8c-8074-3f2331d7e6c7 HTTP/1.1" 200 262 0.023233 10.0.0.34 - - [2025-01-02 02:16:59] "POST /ref-update HTTP/1.1" 200 156 0.066087 10.0.0.34 - - [2025-01-02 02:16:59] "POST /neutron/floatingip HTTP/1.1" 200 606 0.159039 10.0.0.34 - - [2025-01-02 02:16:59] "POST /neutron/floatingip HTTP/1.1" 200 606 0.011908 10.0.0.34 - - [2025-01-02 02:16:59] "POST /neutron/floatingip HTTP/1.1" 200 965 0.014063 10.0.0.34 - - [2025-01-02 02:16:59] "POST /neutron/floatingip HTTP/1.1" 200 606 0.015155 10.0.0.34 - - [2025-01-02 02:16:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.34 - - [2025-01-02 02:16:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002723 10.0.0.34 - - [2025-01-02 02:16:59] "POST /neutron/floatingip HTTP/1.1" 200 115 0.043199 10.0.0.34 - - [2025-01-02 02:16:59] "POST /neutron/port HTTP/1.1" 200 1043 0.010747 10.0.0.34 - - [2025-01-02 02:16:59] "POST /virtual-machines HTTP/1.1" 200 575 0.023337 10.0.0.34 - - [2025-01-02 02:16:59] "POST /neutron/port HTTP/1.1" 200 151 0.091117 10.0.0.34 - - [2025-01-02 02:16:59] "POST /virtual-machine-interfaces HTTP/1.1" 200 845 0.105001 10.0.0.34 - - [2025-01-02 02:16:59] "POST /neutron/port HTTP/1.1" 200 1049 0.083651 10.0.0.34 - - [2025-01-02 02:16:59] "POST /neutron/router HTTP/1.1" 200 720 0.003919 10.0.0.34 - - [2025-01-02 02:16:59] "POST /chown HTTP/1.1" 200 109 0.064154 10.0.0.34 - - [2025-01-02 02:17:00] "POST /ref-update HTTP/1.1" 200 156 0.013888 10.0.0.34 - - [2025-01-02 02:17:00] "POST /instance-ips HTTP/1.1" 200 573 0.034667 10.0.0.34 - - [2025-01-02 02:17:00] "POST /neutron/router HTTP/1.1" 200 344 0.182553 10.0.0.34 - - [2025-01-02 02:17:00] "POST /neutron/router HTTP/1.1" 200 720 0.008941 10.0.0.34 - - [2025-01-02 02:17:00] "POST /instance-ips HTTP/1.1" 400 213 0.031921 10.0.0.34 - - [2025-01-02 02:17:00] "POST /neutron/router HTTP/1.1" 200 151 0.061447 10.0.0.34 - - [2025-01-02 02:17:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004090 10.0.0.34 - - [2025-01-02 02:17:00] "POST /neutron/subnet HTTP/1.1" 200 710 0.010748 10.0.0.34 - - [2025-01-02 02:17:00] "POST /chown HTTP/1.1" 200 109 0.011837 10.0.0.34 - - [2025-01-02 02:17:00] "DELETE /route-target/da15e474-3c53-4d4f-a696-10b6a20532b7 HTTP/1.1" 200 115 0.026959 10.0.0.34 - - [2025-01-02 02:17:00] "PUT /virtual-machine-interface/289baa3f-c7d9-47ed-a7a0-40f18161cf38 HTTP/1.1" 200 284 0.011807 10.0.0.34 - - [2025-01-02 02:17:00] "PUT /instance-ip/1ede8c7d-77d5-42d6-81fb-42c173141684 HTTP/1.1" 200 256 0.013344 10.0.0.34 - - [2025-01-02 02:17:00] "POST /ref-update HTTP/1.1" 200 156 0.017696 10.0.0.34 - - [2025-01-02 02:17:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003469 10.0.0.34 - - [2025-01-02 02:17:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003308 10.0.0.34 - - [2025-01-02 02:17:00] "POST /neutron/subnet HTTP/1.1" 200 151 0.227251 10.0.0.34 - - [2025-01-02 02:17:00] "POST /neutron/network HTTP/1.1" 200 760 0.004241 10.0.0.34 - - [2025-01-02 02:17:00] "POST /virtual-machine-interfaces HTTP/1.1" 200 843 0.103199 10.0.0.34 - - [2025-01-02 02:17:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860 10.0.0.34 - - [2025-01-02 02:17:00] "POST /chown HTTP/1.1" 200 109 0.015958 10.0.0.34 - - [2025-01-02 02:17:00] "POST /neutron/network HTTP/1.1" 200 151 0.149151 10.0.0.34 - - [2025-01-02 02:17:00] "DELETE /route-target/66a4f31c-490e-410d-aa4e-15eb37290056 HTTP/1.1" 200 115 0.027641 10.0.0.34 - - [2025-01-02 02:17:00] "POST /neutron/floatingip HTTP/1.1" 200 528 0.009059 10.0.0.34 - - [2025-01-02 02:17:00] "POST /neutron/floatingip HTTP/1.1" 200 115 0.048433 10.0.0.34 - - [2025-01-02 02:17:00] "POST /instance-ips HTTP/1.1" 200 571 0.063415 10.0.0.34 - - [2025-01-02 02:17:00] "POST /instance-ips HTTP/1.1" 400 327 0.016409 10.0.0.34 - - [2025-01-02 02:17:00] "POST /chown HTTP/1.1" 200 109 0.011066 10.0.0.34 - - [2025-01-02 02:17:00] "PUT /virtual-machine-interface/6337d854-5ee8-4fad-bd29-0ac1765fa828 HTTP/1.1" 200 284 0.011555 10.0.0.34 - - [2025-01-02 02:17:00] "PUT /instance-ip/960a6b23-d241-4668-8fc2-ed15d7641b19 HTTP/1.1" 200 256 0.014144 10.0.0.34 - - [2025-01-02 02:17:01] "POST /ref-update HTTP/1.1" 200 156 0.012740 10.0.0.34 - - [2025-01-02 02:17:01] "POST /ref-update HTTP/1.1" 200 156 0.010851 10.0.0.34 - - [2025-01-02 02:17:01] "POST /virtual-machines HTTP/1.1" 200 575 0.016187 10.0.0.34 - - [2025-01-02 02:17:01] "POST /virtual-machine-interfaces HTTP/1.1" 200 845 0.086179 10.0.0.34 - - [2025-01-02 02:17:01] "POST /chown HTTP/1.1" 200 109 0.008612 10.0.0.34 - - [2025-01-02 02:17:01] "POST /instance-ips HTTP/1.1" 400 213 0.017665 10.0.0.34 - - [2025-01-02 02:17:01] "GET /projects?obj_uuids=ebf10e96-bc26-4804-a300-17c066258a19&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002099 10.0.0.34 - - [2025-01-02 02:17:01] "POST /chown HTTP/1.1" 200 109 0.011920 10.0.0.34 - - [2025-01-02 02:17:01] "GET /domains?obj_uuids=e2abe4f2-6725-4295-8c1a-d310d4c72b51&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001433 10.0.0.34 - - [2025-01-02 02:17:01] "PUT /virtual-machine-interface/7821fb10-e4df-482b-b231-189205a7a984 HTTP/1.1" 200 284 0.012913 10.0.0.34 - - [2025-01-02 02:17:01] "GET /domain/e2abe4f2-6725-4295-8c1a-d310d4c72b51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.053729 10.0.0.34 - - [2025-01-02 02:17:01] "PUT /instance-ip/1ede8c7d-77d5-42d6-81fb-42c173141684 HTTP/1.1" 200 256 0.016422 10.0.0.34 - - [2025-01-02 02:17:01] "POST /ref-update HTTP/1.1" 200 156 0.023202 10.0.0.34 - - [2025-01-02 02:17:01] "POST /id-to-fqname HTTP/1.1" 200 203 0.003253 10.0.0.34 - - [2025-01-02 02:17:01] "POST /fqname-to-id HTTP/1.1" 404 212 0.003368 10.0.0.34 - - [2025-01-02 02:17:01] "POST /ref-update HTTP/1.1" 200 156 0.013113 10.0.0.34 - - [2025-01-02 02:17:01] "POST /security-groups HTTP/1.1" 200 604 0.070454 10.0.0.34 - - [2025-01-02 02:17:01] "POST /fqname-to-id HTTP/1.1" 404 247 0.003489 10.0.0.34 - - [2025-01-02 02:17:01] "POST /projects HTTP/1.1" 200 611 0.279909 10.0.0.34 - - [2025-01-02 02:17:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.355120 10.0.0.34 - - [2025-01-02 02:17:01] "POST /access-control-lists HTTP/1.1" 200 609 0.104444 10.0.0.34 - - [2025-01-02 02:17:01] "POST /virtual-machine-interfaces HTTP/1.1" 200 843 0.186993 10.0.0.34 - - [2025-01-02 02:17:01] "POST /neutron/security_group HTTP/1.1" 200 2107 0.557634 10.0.0.34 - - [2025-01-02 02:17:01] "POST /fqname-to-id HTTP/1.1" 404 246 0.003322 10.0.0.34 - - [2025-01-02 02:17:01] "POST /neutron/security_group HTTP/1.1" 200 2097 0.006628 10.0.0.34 - - [2025-01-02 02:17:01] "POST /chown HTTP/1.1" 200 109 0.015603 10.0.0.34 - - [2025-01-02 02:17:02] "POST /access-control-lists HTTP/1.1" 500 257 0.055105 10.0.0.34 - - [2025-01-02 02:17:02] "POST /neutron/security_group HTTP/1.1" 200 151 0.093730 10.0.0.34 - - [2025-01-02 02:17:02] "POST /instance-ips HTTP/1.1" 400 327 0.027581 10.0.0.34 - - [2025-01-02 02:17:02] "POST /chown HTTP/1.1" 200 109 0.009747 10.0.0.34 - - [2025-01-02 02:17:02] "GET /projects?obj_uuids=1963a75c-d2bc-459e-a541-a12293bacdc9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002272 10.0.0.34 - - [2025-01-02 02:17:02] "PUT /virtual-machine-interface/51d3f675-e645-4bcd-8e43-edabb5ace029 HTTP/1.1" 200 284 0.020268 10.0.0.34 - - [2025-01-02 02:17:02] "DELETE /access-control-list/81598e83-fbb4-4275-902b-bfdedb86479f HTTP/1.1" 200 115 0.025011 10.0.0.34 - - [2025-01-02 02:17:02] "PUT /instance-ip/960a6b23-d241-4668-8fc2-ed15d7641b19 HTTP/1.1" 200 256 0.015646 10.0.0.34 - - [2025-01-02 02:17:02] "GET /domains?obj_uuids=e2abe4f2-6725-4295-8c1a-d310d4c72b51&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001152 10.0.0.34 - - [2025-01-02 02:17:02] "GET /domain/e2abe4f2-6725-4295-8c1a-d310d4c72b51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010541 10.0.0.34 - - [2025-01-02 02:17:02] "POST /ref-update HTTP/1.1" 200 156 0.028826 10.0.0.34 - - [2025-01-02 02:17:02] "POST /ref-update HTTP/1.1" 200 156 0.022129 10.0.0.34 - - [2025-01-02 02:17:02] "POST /id-to-fqname HTTP/1.1" 200 204 0.002548 10.0.0.34 - - [2025-01-02 02:17:02] "POST /fqname-to-id HTTP/1.1" 404 213 0.006635 10.0.0.34 - - [2025-01-02 02:17:02] "GET /logical-router/f8844827-0e95-4f8c-8074-3f2331d7e6c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002425 10.0.0.34 - - [2025-01-02 02:17:02] "GET /service-instance/627abc6b-c7ed-4a15-8f5e-66e723b70582?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2305 0.045313 10.0.0.34 - - [2025-01-02 02:17:02] "POST /security-groups HTTP/1.1" 200 605 0.073795 10.0.0.34 - - [2025-01-02 02:17:02] "POST /fqname-to-id HTTP/1.1" 404 248 0.003028 10.0.0.34 - - [2025-01-02 02:17:02] "POST /projects HTTP/1.1" 200 613 0.270640 10.0.0.34 - - [2025-01-02 02:17:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.310190 10.0.0.34 - - [2025-01-02 02:17:02] "POST /access-control-lists HTTP/1.1" 200 610 0.062859 10.0.0.34 - - [2025-01-02 02:17:02] "DELETE /route-table/08ba373f-5c91-4440-b1c5-1faa9bb3930a HTTP/1.1" 200 115 0.089774 10.0.0.34 - - [2025-01-02 02:17:02] "POST /neutron/security_group HTTP/1.1" 200 2108 0.506026 10.0.0.34 - - [2025-01-02 02:17:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.007893 10.0.0.34 - - [2025-01-02 02:17:02] "POST /fqname-to-id HTTP/1.1" 404 247 0.005894 10.0.0.34 - - [2025-01-02 02:17:02] "POST /neutron/security_group HTTP/1.1" 200 2098 0.007279 10.0.0.34 - - [2025-01-02 02:17:02] "GET /virtual-network/77f5a4fa-0563-496f-a881-2de8bc7d88e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2133 0.006000 10.0.0.34 - - [2025-01-02 02:17:02] "POST /access-control-lists HTTP/1.1" 404 212 0.010563 10.0.0.34 - - [2025-01-02 02:17:02] "POST /neutron/security_group HTTP/1.1" 200 151 0.059439 10.0.0.34 - - [2025-01-02 02:17:02] "POST /ref-update HTTP/1.1" 200 156 0.014220 10.0.0.34 - - [2025-01-02 02:17:02] "DELETE /access-control-list/81b572a2-eb0b-48e2-a66e-11648a3f9290 HTTP/1.1" 200 115 0.030802 10.0.0.34 - - [2025-01-02 02:17:02] "GET /projects?obj_uuids=678a94b8-fb19-46d1-90e5-1e309a523280&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001065 10.0.0.34 - - [2025-01-02 02:17:02] "POST /ref-update HTTP/1.1" 200 156 0.020172 10.0.0.34 - - [2025-01-02 02:17:02] "POST /neutron/security_group HTTP/1.1" 200 2108 0.062757 10.0.0.34 - - [2025-01-02 02:17:02] "POST /neutron/security_group HTTP/1.1" 200 2098 0.004734 10.0.0.34 - - [2025-01-02 02:17:02] "POST /neutron/security_group HTTP/1.1" 400 206 0.016271 10.0.0.34 - - [2025-01-02 02:17:03] "DELETE /instance-ip/960a6b23-d241-4668-8fc2-ed15d7641b19 HTTP/1.1" 200 115 0.078639 10.0.0.34 - - [2025-01-02 02:17:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004650 10.0.0.34 - - [2025-01-02 02:17:03] "POST /useragent-kv HTTP/1.1" 200 115 0.008232 10.0.0.34 - - [2025-01-02 02:17:03] "POST /useragent-kv HTTP/1.1" 200 115 0.004302 10.0.0.34 - - [2025-01-02 02:17:03] "DELETE /virtual-network/77f5a4fa-0563-496f-a881-2de8bc7d88e5 HTTP/1.1" 200 115 0.174070 10.0.0.34 - - [2025-01-02 02:17:03] "DELETE /route-target/1798cc5a-d088-4732-89fb-e09b0e83bdb1 HTTP/1.1" 200 115 0.037273 10.0.0.34 - - [2025-01-02 02:17:03] "DELETE /service-instance/627abc6b-c7ed-4a15-8f5e-66e723b70582 HTTP/1.1" 200 115 0.032987 10.0.0.34 - - [2025-01-02 02:17:03] "GET /virtual-machine-interface/51d3f675-e645-4bcd-8e43-edabb5ace029?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1366 0.009437 10.0.0.34 - - [2025-01-02 02:17:03] "DELETE /virtual-machine-interface/51d3f675-e645-4bcd-8e43-edabb5ace029 HTTP/1.1" 200 115 0.037824 10.0.0.34 - - [2025-01-02 02:17:03] "GET /virtual-machine-interface/7821fb10-e4df-482b-b231-189205a7a984?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1697 0.006957 10.0.0.34 - - [2025-01-02 02:17:03] "POST /ref-update HTTP/1.1" 200 156 0.012769 10.0.0.34 - - [2025-01-02 02:17:03] "GET /instance-ip/1ede8c7d-77d5-42d6-81fb-42c173141684?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.004346 10.0.0.34 - - [2025-01-02 02:17:03] "DELETE /virtual-machine-interface/7821fb10-e4df-482b-b231-189205a7a984 HTTP/1.1" 200 115 0.030460 10.0.0.34 - - [2025-01-02 02:17:03] "DELETE /virtual-machine/1e18de02-ca62-46ac-be22-ba33d60f96f6 HTTP/1.1" 200 115 0.017943 10.0.0.34 - - [2025-01-02 02:17:03] "GET /virtual-machine-interface/289baa3f-c7d9-47ed-a7a0-40f18161cf38?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1697 0.006122 10.0.0.34 - - [2025-01-02 02:17:03] "POST /ref-update HTTP/1.1" 200 156 0.011578 10.0.0.34 - - [2025-01-02 02:17:03] "GET /instance-ip/1ede8c7d-77d5-42d6-81fb-42c173141684?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1693 0.006357 10.0.0.34 - - [2025-01-02 02:17:03] "DELETE /instance-ip/1ede8c7d-77d5-42d6-81fb-42c173141684 HTTP/1.1" 200 115 0.026733 10.0.0.34 - - [2025-01-02 02:17:03] "DELETE /virtual-machine-interface/289baa3f-c7d9-47ed-a7a0-40f18161cf38 HTTP/1.1" 200 115 0.040483 10.0.0.34 - - [2025-01-02 02:17:03] "GET /virtual-machine-interface/6337d854-5ee8-4fad-bd29-0ac1765fa828?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1366 0.006897 10.0.0.34 - - [2025-01-02 02:17:03] "DELETE /virtual-machine-interface/6337d854-5ee8-4fad-bd29-0ac1765fa828 HTTP/1.1" 200 115 0.026474 10.0.0.34 - - [2025-01-02 02:17:04] "POST /ref-update HTTP/1.1" 200 156 0.012938 10.0.0.34 - - [2025-01-02 02:17:04] "DELETE /virtual-machine/b65d1b6a-cccc-4b70-9b5f-075ce2b20b97 HTTP/1.1" 200 115 0.022851 10.0.0.34 - - [2025-01-02 02:17:05] "GET /projects?obj_uuids=48d5b4a2-865a-4e75-855e-310fa20605be&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002611 10.0.0.34 - - [2025-01-02 02:17:05] "GET /domains?obj_uuids=e2abe4f2-6725-4295-8c1a-d310d4c72b51&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001416 10.0.0.34 - - [2025-01-02 02:17:05] "GET /domain/e2abe4f2-6725-4295-8c1a-d310d4c72b51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.048837 10.0.0.34 - - [2025-01-02 02:17:05] "POST /id-to-fqname HTTP/1.1" 200 212 0.002916 10.0.0.34 - - [2025-01-02 02:17:05] "POST /fqname-to-id HTTP/1.1" 404 222 0.004473 10.0.0.34 - - [2025-01-02 02:17:05] "POST /security-groups HTTP/1.1" 200 612 0.064050 10.0.0.34 - - [2025-01-02 02:17:05] "POST /fqname-to-id HTTP/1.1" 404 255 0.003821 10.0.0.34 - - [2025-01-02 02:17:05] "POST /projects HTTP/1.1" 200 627 0.226938 10.0.0.34 - - [2025-01-02 02:17:05] "POST /access-control-lists HTTP/1.1" 200 617 0.059631 10.0.0.34 - - [2025-01-02 02:17:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.299907 10.0.0.34 - - [2025-01-02 02:17:05] "POST /fqname-to-id HTTP/1.1" 404 254 0.003013 10.0.0.34 - - [2025-01-02 02:17:06] "POST /neutron/network HTTP/1.1" 200 718 0.555834 10.0.0.34 - - [2025-01-02 02:17:06] "POST /access-control-lists HTTP/1.1" 200 615 0.071667 10.0.0.34 - - [2025-01-02 02:17:06] "POST /route-targets HTTP/1.1" 200 327 0.011112 10.0.0.34 - - [2025-01-02 02:17:06] "GET /projects?obj_uuids=9ff45a3d-fe96-4b39-ba5e-e0bab02c792f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002082 10.0.0.34 - - [2025-01-02 02:17:06] "POST /ref-update HTTP/1.1" 200 156 0.011206 10.0.0.34 - - [2025-01-02 02:17:06] "GET /domains?obj_uuids=e2abe4f2-6725-4295-8c1a-d310d4c72b51&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001038 10.0.0.34 - - [2025-01-02 02:17:06] "GET /domain/e2abe4f2-6725-4295-8c1a-d310d4c72b51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.056522 10.0.0.34 - - [2025-01-02 02:17:06] "POST /id-to-fqname HTTP/1.1" 200 213 0.001334 10.0.0.34 - - [2025-01-02 02:17:06] "POST /fqname-to-id HTTP/1.1" 404 224 0.003701 10.0.0.34 - - [2025-01-02 02:17:06] "POST /security-groups HTTP/1.1" 200 613 0.063588 10.0.0.34 - - [2025-01-02 02:17:06] "POST /fqname-to-id HTTP/1.1" 404 256 0.002829 10.0.0.34 - - [2025-01-02 02:17:06] "POST /projects HTTP/1.1" 200 629 0.218465 10.0.0.34 - - [2025-01-02 02:17:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.290040 10.0.0.34 - - [2025-01-02 02:17:06] "POST /access-control-lists HTTP/1.1" 200 618 0.071402 10.0.0.34 - - [2025-01-02 02:17:06] "POST /fqname-to-id HTTP/1.1" 404 255 0.002822 10.0.0.34 - - [2025-01-02 02:17:06] "POST /neutron/port HTTP/1.1" 200 1031 0.560766 10.0.0.34 - - [2025-01-02 02:17:06] "POST /neutron/port HTTP/1.1" 200 1031 0.006234 10.0.0.34 - - [2025-01-02 02:17:06] "POST /access-control-lists HTTP/1.1" 200 616 0.148369 10.0.0.34 - - [2025-01-02 02:17:06] "POST /neutron/port HTTP/1.1" 200 151 0.083930 10.0.0.34 - - [2025-01-02 02:17:06] "POST /neutron/port HTTP/1.1" 400 205 0.004038 10.0.0.34 - - [2025-01-02 02:17:06] "GET /projects?obj_uuids=9ff45a3d-fe96-4b39-ba5e-e0bab02c792f&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.001207 10.0.0.34 - - [2025-01-02 02:17:06] "POST /neutron/port HTTP/1.1" 200 986 0.123093 10.0.0.34 - - [2025-01-02 02:17:07] "POST /neutron/port HTTP/1.1" 200 986 0.005821 10.0.0.34 - - [2025-01-02 02:17:07] "POST /neutron/port HTTP/1.1" 200 986 0.008355 10.0.0.34 - - [2025-01-02 02:17:07] "POST /neutron/port HTTP/1.1" 200 1029 0.034380 10.0.0.34 - - [2025-01-02 02:17:07] "POST /neutron/port HTTP/1.1" 200 1712 0.020532 10.0.0.34 - - [2025-01-02 02:17:07] "POST /neutron/port HTTP/1.1" 200 1029 0.005853 10.0.0.34 - - [2025-01-02 02:17:07] "POST /neutron/port HTTP/1.1" 200 151 0.035094 10.0.0.34 - - [2025-01-02 02:17:07] "POST /neutron/port HTTP/1.1" 400 205 0.003808 10.0.0.34 - - [2025-01-02 02:17:07] "GET /projects?obj_uuids=9ff45a3d-fe96-4b39-ba5e-e0bab02c792f&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.001197 10.0.0.34 - - [2025-01-02 02:17:07] "POST /neutron/port HTTP/1.1" 200 986 0.122147 10.0.0.34 - - [2025-01-02 02:17:07] "POST /neutron/port HTTP/1.1" 200 986 0.006313 10.0.0.34 - - [2025-01-02 02:17:07] "POST /neutron/port HTTP/1.1" 200 986 0.005397 10.0.0.34 - - [2025-01-02 02:17:07] "POST /neutron/port HTTP/1.1" 200 151 0.042089 10.0.0.34 - - [2025-01-02 02:17:07] "POST /neutron/port HTTP/1.1" 400 205 0.004077 10.0.0.34 - - [2025-01-02 02:17:07] "GET /projects?obj_uuids=9ff45a3d-fe96-4b39-ba5e-e0bab02c792f&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.001616 10.0.0.34 - - [2025-01-02 02:17:07] "POST /neutron/port HTTP/1.1" 200 988 0.123341 10.0.0.34 - - [2025-01-02 02:17:07] "POST /neutron/port HTTP/1.1" 200 988 0.005635 10.0.0.34 - - [2025-01-02 02:17:07] "POST /neutron/port HTTP/1.1" 200 988 0.004762 10.0.0.34 - - [2025-01-02 02:17:07] "POST /neutron/port HTTP/1.1" 200 1031 0.037530 10.0.0.34 - - [2025-01-02 02:17:07] "POST /neutron/port HTTP/1.1" 200 1031 0.006169 10.0.0.34 - - [2025-01-02 02:17:07] "POST /neutron/port HTTP/1.1" 200 151 0.030687 10.0.0.34 - - [2025-01-02 02:17:07] "POST /neutron/port HTTP/1.1" 400 205 0.002955 10.0.0.34 - - [2025-01-02 02:17:07] "POST /neutron/network HTTP/1.1" 200 766 0.004397 10.0.0.34 - - [2025-01-02 02:17:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003985 10.0.0.34 - - [2025-01-02 02:17:07] "POST /neutron/network HTTP/1.1" 200 151 0.066552 10.0.0.34 - - [2025-01-02 02:17:07] "DELETE /route-target/6fd59a9c-bb93-44fa-9a8a-eeda7ed9b0d6 HTTP/1.1" 200 115 0.019951 10.0.0.34 - - [2025-01-02 02:17:08] "GET /projects?obj_uuids=48d5b4a2-865a-4e75-855e-310fa20605be&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002499 10.0.0.34 - - [2025-01-02 02:17:08] "POST /neutron/security_group HTTP/1.1" 200 2115 0.057321 10.0.0.34 - - [2025-01-02 02:17:08] "POST /neutron/security_group HTTP/1.1" 200 2105 0.004570 10.0.0.34 - - [2025-01-02 02:17:08] "POST /neutron/security_group HTTP/1.1" 200 151 0.050761 10.0.0.34 - - [2025-01-02 02:17:08] "DELETE /access-control-list/17196611-ab89-402f-8f75-f1ee8974669c HTTP/1.1" 200 115 0.024400 10.0.0.34 - - [2025-01-02 02:17:08] "DELETE /access-control-list/537e5f9e-81a4-4e85-a8e1-c92c4aad310c HTTP/1.1" 200 115 0.025850 10.0.0.34 - - [2025-01-02 02:17:08] "GET /projects?obj_uuids=9ff45a3d-fe96-4b39-ba5e-e0bab02c792f&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.001304 10.0.0.34 - - [2025-01-02 02:17:08] "POST /neutron/security_group HTTP/1.1" 200 2116 0.033368 10.0.0.34 - - [2025-01-02 02:17:08] "POST /neutron/security_group HTTP/1.1" 200 2106 0.004267 10.0.0.34 - - [2025-01-02 02:17:08] "POST /neutron/security_group HTTP/1.1" 200 151 0.048230 10.0.0.34 - - [2025-01-02 02:17:08] "DELETE /access-control-list/125c21f6-54df-4f52-bab4-3ee6cc34feef HTTP/1.1" 200 115 0.030607 10.0.0.34 - - [2025-01-02 02:17:08] "DELETE /access-control-list/97fc554e-0abf-4a44-9533-02308df107f4 HTTP/1.1" 200 115 0.035421 10.0.0.34 - - [2025-01-02 02:17:11] "GET /projects?obj_uuids=d1c2cc50-8cde-42a3-ac55-fa922fb2671b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003400 10.0.0.34 - - [2025-01-02 02:17:11] "GET /domains?obj_uuids=e2abe4f2-6725-4295-8c1a-d310d4c72b51&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001650 10.0.0.34 - - [2025-01-02 02:17:11] "GET /domain/e2abe4f2-6725-4295-8c1a-d310d4c72b51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.053164 10.0.0.34 - - [2025-01-02 02:17:11] "POST /id-to-fqname HTTP/1.1" 200 193 0.001889 10.0.0.34 - - [2025-01-02 02:17:11] "POST /fqname-to-id HTTP/1.1" 404 202 0.003682 10.0.0.34 - - [2025-01-02 02:17:11] "POST /security-groups HTTP/1.1" 200 594 0.067292 10.0.0.34 - - [2025-01-02 02:17:11] "POST /fqname-to-id HTTP/1.1" 404 237 0.003206 10.0.0.34 - - [2025-01-02 02:17:11] "POST /projects HTTP/1.1" 200 591 0.245572 10.0.0.34 - - [2025-01-02 02:17:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.319938 10.0.0.34 - - [2025-01-02 02:17:11] "POST /access-control-lists HTTP/1.1" 200 599 0.062782 10.0.0.34 - - [2025-01-02 02:17:11] "POST /fqname-to-id HTTP/1.1" 404 236 0.003466 10.0.0.34 - - [2025-01-02 02:17:12] "POST /neutron/router HTTP/1.1" 200 591 0.581381 10.0.0.34 - - [2025-01-02 02:17:12] "POST /neutron/router HTTP/1.1" 200 591 0.004722 10.0.0.34 - - [2025-01-02 02:17:12] "POST /access-control-lists HTTP/1.1" 200 597 0.069482 10.0.0.34 - - [2025-01-02 02:17:12] "POST /neutron/router HTTP/1.1" 200 151 0.099142 10.0.0.34 - - [2025-01-02 02:17:12] "GET /logical-router/94351e42-b4d9-46fe-8b1b-87d6a44215be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004855 10.0.0.34 - - [2025-01-02 02:17:12] "GET /projects?obj_uuids=59ecc923-cfa7-4b98-a48c-6055dffdec4e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003026 10.0.0.34 - - [2025-01-02 02:17:12] "GET /domains?obj_uuids=e2abe4f2-6725-4295-8c1a-d310d4c72b51&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001216 10.0.0.34 - - [2025-01-02 02:17:12] "GET /domain/e2abe4f2-6725-4295-8c1a-d310d4c72b51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.050653 10.0.0.34 - - [2025-01-02 02:17:12] "POST /id-to-fqname HTTP/1.1" 200 197 0.001688 10.0.0.34 - - [2025-01-02 02:17:12] "POST /fqname-to-id HTTP/1.1" 404 206 0.004910 10.0.0.34 - - [2025-01-02 02:17:12] "POST /security-groups HTTP/1.1" 200 598 0.068283 10.0.0.34 - - [2025-01-02 02:17:12] "POST /fqname-to-id HTTP/1.1" 404 241 0.003137 10.0.0.34 - - [2025-01-02 02:17:12] "POST /projects HTTP/1.1" 200 599 0.241984 10.0.0.34 - - [2025-01-02 02:17:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.316437 10.0.0.34 - - [2025-01-02 02:17:12] "POST /access-control-lists HTTP/1.1" 200 603 0.064841 10.0.0.34 - - [2025-01-02 02:17:12] "POST /fqname-to-id HTTP/1.1" 404 240 0.002903 10.0.0.34 - - [2025-01-02 02:17:12] "POST /neutron/router HTTP/1.1" 200 701 0.574264 10.0.0.34 - - [2025-01-02 02:17:12] "GET /logical-router/04011424-c1e4-4af8-8d43-2a13834eddb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1490 0.005232 10.0.0.34 - - [2025-01-02 02:17:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.34 - - [2025-01-02 02:17:12] "POST /neutron/router HTTP/1.1" 200 701 0.004613 10.0.0.34 - - [2025-01-02 02:17:12] "GET /service-template/fc12db1c-0f97-4ddb-bf41-505b5102a947?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.013822 10.0.0.34 - - [2025-01-02 02:17:12] "POST /neutron/port HTTP/1.1" 200 117 0.040155 10.0.0.34 - - [2025-01-02 02:17:12] "POST /access-control-lists HTTP/1.1" 200 601 0.078364 10.0.0.34 - - [2025-01-02 02:17:12] "POST /neutron/router HTTP/1.1" 200 701 0.004231 10.0.0.34 - - [2025-01-02 02:17:13] "POST /fqname-to-id HTTP/1.1" 404 221 0.003586 10.0.0.34 - - [2025-01-02 02:17:13] "POST /neutron/router HTTP/1.1" 200 151 0.053482 10.0.0.34 - - [2025-01-02 02:17:13] "POST /route-targets HTTP/1.1" 200 327 0.016726 10.0.0.34 - - [2025-01-02 02:17:13] "GET /projects?obj_uuids=59ecc923-cfa7-4b98-a48c-6055dffdec4e&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001951 10.0.0.34 - - [2025-01-02 02:17:13] "PUT /logical-router/04011424-c1e4-4af8-8d43-2a13834eddb2 HTTP/1.1" 404 171 0.003892 10.0.0.34 - - [2025-01-02 02:17:13] "POST /neutron/router HTTP/1.1" 200 699 0.141314 10.0.0.34 - - [2025-01-02 02:17:13] "POST /route-targets HTTP/1.1" 200 327 0.026161 10.0.0.34 - - [2025-01-02 02:17:13] "POST /neutron/router HTTP/1.1" 200 699 0.008139 10.0.0.34 - - [2025-01-02 02:17:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002870 10.0.0.34 - - [2025-01-02 02:17:13] "POST /virtual-networks HTTP/1.1" 200 698 0.157542 10.0.0.34 - - [2025-01-02 02:17:13] "POST /neutron/router HTTP/1.1" 200 628 0.033852 10.0.0.34 - - [2025-01-02 02:17:13] "PUT /logical-router/19c48715-de4b-428f-8290-d9dc6db23ffe HTTP/1.1" 200 262 0.027868 10.0.0.34 - - [2025-01-02 02:17:13] "POST /neutron/router HTTP/1.1" 200 628 0.005413 10.0.0.34 - - [2025-01-02 02:17:13] "POST /neutron/port HTTP/1.1" 200 117 0.006852 10.0.0.34 - - [2025-01-02 02:17:13] "POST /neutron/port HTTP/1.1" 200 117 0.038571 10.0.0.34 - - [2025-01-02 02:17:13] "POST /service-instances HTTP/1.1" 200 674 0.087159 10.0.0.34 - - [2025-01-02 02:17:13] "POST /neutron/router HTTP/1.1" 200 628 0.005356 10.0.0.34 - - [2025-01-02 02:17:13] "POST /route-targets HTTP/1.1" 200 327 0.035716 10.0.0.34 - - [2025-01-02 02:17:13] "POST /route-tables HTTP/1.1" 200 586 0.025010 10.0.0.34 - - [2025-01-02 02:17:13] "POST /ref-update HTTP/1.1" 200 156 0.025643 10.0.0.34 - - [2025-01-02 02:17:13] "POST /neutron/router HTTP/1.1" 200 151 0.069061 10.0.0.34 - - [2025-01-02 02:17:13] "POST /neutron/port HTTP/1.1" 200 117 0.007128 10.0.0.34 - - [2025-01-02 02:17:13] "PUT /logical-router/04011424-c1e4-4af8-8d43-2a13834eddb2 HTTP/1.1" 404 171 0.003612 10.0.0.34 - - [2025-01-02 02:17:13] "POST /neutron/router HTTP/1.1" 400 209 0.005206 10.0.0.34 - - [2025-01-02 02:17:13] "POST /neutron/port HTTP/1.1" 200 117 0.005143 10.0.0.34 - - [2025-01-02 02:17:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002811 10.0.0.34 - - [2025-01-02 02:17:13] "POST /neutron/router HTTP/1.1" 400 209 0.004159 10.0.0.34 - - [2025-01-02 02:17:13] "DELETE /route-target/3995a6d2-0b1f-4fdc-a6cd-da9cc6e7c5fc HTTP/1.1" 200 115 0.028750 10.0.0.34 - - [2025-01-02 02:17:13] "GET /logical-router/04011424-c1e4-4af8-8d43-2a13834eddb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003246 10.0.0.34 - - [2025-01-02 02:17:13] "DELETE /route-table/ef917eef-fceb-4da7-ab3c-a6b49714dc6d HTTP/1.1" 200 115 0.029013 10.0.0.34 - - [2025-01-02 02:17:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.34 - - [2025-01-02 02:17:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003836 10.0.0.34 - - [2025-01-02 02:17:13] "POST /virtual-machines HTTP/1.1" 200 561 0.016719 10.0.0.34 - - [2025-01-02 02:17:13] "POST /virtual-machine-interfaces HTTP/1.1" 200 824 0.101957 10.0.0.34 - - [2025-01-02 02:17:14] "POST /chown HTTP/1.1" 200 109 0.012092 10.0.0.34 - - [2025-01-02 02:17:14] "POST /instance-ips HTTP/1.1" 200 559 0.029828 10.0.0.34 - - [2025-01-02 02:17:14] "POST /instance-ips HTTP/1.1" 400 213 0.018347 10.0.0.34 - - [2025-01-02 02:17:14] "GET /projects?obj_uuids=5473908a-70a4-4207-a83d-f46dc1f28211&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004299 10.0.0.34 - - [2025-01-02 02:17:14] "POST /chown HTTP/1.1" 200 109 0.015530 10.0.0.34 - - [2025-01-02 02:17:14] "GET /domains?obj_uuids=e2abe4f2-6725-4295-8c1a-d310d4c72b51&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001191 10.0.0.34 - - [2025-01-02 02:17:14] "PUT /virtual-machine-interface/3899e077-9b5b-47b3-9c51-ecff72d1c4a6 HTTP/1.1" 200 284 0.013763 10.0.0.34 - - [2025-01-02 02:17:14] "GET /domain/e2abe4f2-6725-4295-8c1a-d310d4c72b51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.052238 10.0.0.34 - - [2025-01-02 02:17:14] "PUT /instance-ip/af89573b-6aca-463b-a616-ec76be8e12cf HTTP/1.1" 200 256 0.016161 10.0.0.34 - - [2025-01-02 02:17:14] "POST /id-to-fqname HTTP/1.1" 200 196 0.001662 10.0.0.34 - - [2025-01-02 02:17:14] "POST /fqname-to-id HTTP/1.1" 404 205 0.002726 10.0.0.34 - - [2025-01-02 02:17:14] "POST /ref-update HTTP/1.1" 200 156 0.025157 10.0.0.34 - - [2025-01-02 02:17:14] "POST /security-groups HTTP/1.1" 200 597 0.072590 10.0.0.34 - - [2025-01-02 02:17:14] "POST /fqname-to-id HTTP/1.1" 404 240 0.002728 10.0.0.34 - - [2025-01-02 02:17:14] "POST /projects HTTP/1.1" 200 597 0.253740 10.0.0.34 - - [2025-01-02 02:17:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.327845 10.0.0.34 - - [2025-01-02 02:17:14] "POST /virtual-machine-interfaces HTTP/1.1" 200 822 0.203981 10.0.0.34 - - [2025-01-02 02:17:14] "POST /access-control-lists HTTP/1.1" 200 602 0.098643 10.0.0.34 - - [2025-01-02 02:17:14] "POST /neutron/security_group HTTP/1.1" 200 2100 0.542179 10.0.0.34 - - [2025-01-02 02:17:14] "POST /fqname-to-id HTTP/1.1" 404 239 0.005053 10.0.0.34 - - [2025-01-02 02:17:14] "POST /neutron/security_group HTTP/1.1" 200 2090 0.004881 10.0.0.34 - - [2025-01-02 02:17:14] "POST /chown HTTP/1.1" 200 109 0.018545 10.0.0.34 - - [2025-01-02 02:17:14] "POST /access-control-lists HTTP/1.1" 404 204 0.005285 10.0.0.34 - - [2025-01-02 02:17:14] "POST /neutron/security_group HTTP/1.1" 200 151 0.050899 10.0.0.34 - - [2025-01-02 02:17:14] "POST /instance-ips HTTP/1.1" 200 557 0.037744 10.0.0.34 - - [2025-01-02 02:17:14] "DELETE /access-control-list/0839aa68-be76-4322-8f83-14cd6c830f67 HTTP/1.1" 200 115 0.024822 10.0.0.34 - - [2025-01-02 02:17:14] "GET /projects?obj_uuids=59ecc923-cfa7-4b98-a48c-6055dffdec4e&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001369 10.0.0.34 - - [2025-01-02 02:17:14] "POST /instance-ips HTTP/1.1" 400 320 0.029872 10.0.0.34 - - [2025-01-02 02:17:14] "POST /neutron/security_group HTTP/1.1" 200 2101 0.038732 10.0.0.34 - - [2025-01-02 02:17:14] "POST /neutron/security_group HTTP/1.1" 200 2091 0.005603 10.0.0.34 - - [2025-01-02 02:17:14] "POST /neutron/security_group HTTP/1.1" 400 206 0.015872 10.0.0.34 - - [2025-01-02 02:17:14] "POST /chown HTTP/1.1" 200 109 0.010486 10.0.0.34 - - [2025-01-02 02:17:15] "PUT /virtual-machine-interface/3fc7ae23-d157-4ec4-80f7-aee0e2098cec HTTP/1.1" 200 284 0.014681 10.0.0.34 - - [2025-01-02 02:17:15] "PUT /instance-ip/cd4aa803-6d87-4fca-84c4-4f4160688b97 HTTP/1.1" 200 256 0.016597 10.0.0.34 - - [2025-01-02 02:17:15] "POST /ref-update HTTP/1.1" 200 156 0.013843 10.0.0.34 - - [2025-01-02 02:17:15] "POST /ref-update HTTP/1.1" 200 156 0.011478 10.0.0.34 - - [2025-01-02 02:17:15] "POST /virtual-machines HTTP/1.1" 200 561 0.015402 10.0.0.34 - - [2025-01-02 02:17:15] "POST /virtual-machine-interfaces HTTP/1.1" 200 824 0.096407 10.0.0.34 - - [2025-01-02 02:17:15] "POST /chown HTTP/1.1" 200 109 0.008868 10.0.0.34 - - [2025-01-02 02:17:15] "POST /instance-ips HTTP/1.1" 400 213 0.016437 10.0.0.34 - - [2025-01-02 02:17:15] "POST /chown HTTP/1.1" 200 109 0.010623 10.0.0.34 - - [2025-01-02 02:17:15] "PUT /virtual-machine-interface/5c874b0a-fcc5-4ea4-9414-9c7c132a0c43 HTTP/1.1" 200 284 0.013247 10.0.0.34 - - [2025-01-02 02:17:15] "PUT /instance-ip/af89573b-6aca-463b-a616-ec76be8e12cf HTTP/1.1" 200 256 0.015368 10.0.0.34 - - [2025-01-02 02:17:15] "POST /ref-update HTTP/1.1" 200 156 0.017763 10.0.0.34 - - [2025-01-02 02:17:15] "POST /ref-update HTTP/1.1" 200 156 0.014809 10.0.0.34 - - [2025-01-02 02:17:15] "POST /virtual-machine-interfaces HTTP/1.1" 200 822 0.095676 10.0.0.34 - - [2025-01-02 02:17:16] "POST /chown HTTP/1.1" 200 109 0.011525 10.0.0.34 - - [2025-01-02 02:17:16] "POST /instance-ips HTTP/1.1" 400 320 0.019479 10.0.0.34 - - [2025-01-02 02:17:16] "POST /chown HTTP/1.1" 200 109 0.010541 10.0.0.34 - - [2025-01-02 02:17:16] "PUT /virtual-machine-interface/c7e7a37e-5982-4b0a-82d4-15f34867bca3 HTTP/1.1" 200 284 0.019294 10.0.0.34 - - [2025-01-02 02:17:16] "PUT /instance-ip/cd4aa803-6d87-4fca-84c4-4f4160688b97 HTTP/1.1" 200 256 0.019731 10.0.0.34 - - [2025-01-02 02:17:16] "POST /ref-update HTTP/1.1" 200 156 0.015960 10.0.0.34 - - [2025-01-02 02:17:16] "POST /ref-update HTTP/1.1" 200 156 0.013727 10.0.0.34 - - [2025-01-02 02:17:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003665 10.0.0.34 - - [2025-01-02 02:17:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002839 10.0.0.34 - - [2025-01-02 02:17:16] "POST /chown HTTP/1.1" 200 109 0.010105 10.0.0.34 - - [2025-01-02 02:17:16] "POST /instance-ips HTTP/1.1" 400 213 0.025131 10.0.0.34 - - [2025-01-02 02:17:16] "POST /chown HTTP/1.1" 200 109 0.008203 10.0.0.34 - - [2025-01-02 02:17:16] "PUT /instance-ip/af89573b-6aca-463b-a616-ec76be8e12cf HTTP/1.1" 200 256 0.017374 10.0.0.34 - - [2025-01-02 02:17:16] "POST /ref-update HTTP/1.1" 200 156 0.015108 10.0.0.34 - - [2025-01-02 02:17:16] "POST /ref-update HTTP/1.1" 200 156 0.017993 10.0.0.34 - - [2025-01-02 02:17:16] "POST /chown HTTP/1.1" 200 109 0.009212 10.0.0.34 - - [2025-01-02 02:17:17] "POST /instance-ips HTTP/1.1" 400 320 0.020179 10.0.0.34 - - [2025-01-02 02:17:17] "POST /chown HTTP/1.1" 200 109 0.009688 10.0.0.34 - - [2025-01-02 02:17:17] "PUT /instance-ip/cd4aa803-6d87-4fca-84c4-4f4160688b97 HTTP/1.1" 200 256 0.015152 10.0.0.34 - - [2025-01-02 02:17:17] "POST /ref-update HTTP/1.1" 200 156 0.015451 10.0.0.34 - - [2025-01-02 02:17:17] "POST /ref-update HTTP/1.1" 200 156 0.013171 10.0.0.34 - - [2025-01-02 02:17:17] "POST /chown HTTP/1.1" 200 109 0.010379 10.0.0.34 - - [2025-01-02 02:17:17] "POST /instance-ips HTTP/1.1" 400 213 0.023882 10.0.0.34 - - [2025-01-02 02:17:17] "POST /chown HTTP/1.1" 200 109 0.010470 10.0.0.34 - - [2025-01-02 02:17:17] "PUT /instance-ip/af89573b-6aca-463b-a616-ec76be8e12cf HTTP/1.1" 200 256 0.016458 10.0.0.34 - - [2025-01-02 02:17:17] "POST /ref-update HTTP/1.1" 200 156 0.013481 10.0.0.34 - - [2025-01-02 02:17:17] "POST /ref-update HTTP/1.1" 200 156 0.016275 10.0.0.34 - - [2025-01-02 02:17:17] "POST /chown HTTP/1.1" 200 109 0.010102 10.0.0.34 - - [2025-01-02 02:17:17] "POST /instance-ips HTTP/1.1" 400 320 0.022392 10.0.0.34 - - [2025-01-02 02:17:17] "POST /chown HTTP/1.1" 200 109 0.014606 10.0.0.34 - - [2025-01-02 02:17:17] "PUT /instance-ip/cd4aa803-6d87-4fca-84c4-4f4160688b97 HTTP/1.1" 200 256 0.019696 10.0.0.34 - - [2025-01-02 02:17:17] "GET /projects?obj_uuids=acd0e063-17d5-4008-8d67-43afeafaf8af&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002697 10.0.0.34 - - [2025-01-02 02:17:17] "GET /domains?obj_uuids=e2abe4f2-6725-4295-8c1a-d310d4c72b51&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001421 10.0.0.34 - - [2025-01-02 02:17:17] "POST /ref-update HTTP/1.1" 200 156 0.017393 10.0.0.34 - - [2025-01-02 02:17:17] "GET /domain/e2abe4f2-6725-4295-8c1a-d310d4c72b51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.053335 10.0.0.34 - - [2025-01-02 02:17:17] "POST /ref-update HTTP/1.1" 200 156 0.021056 10.0.0.34 - - [2025-01-02 02:17:18] "POST /id-to-fqname HTTP/1.1" 200 194 0.002778 10.0.0.34 - - [2025-01-02 02:17:18] "POST /fqname-to-id HTTP/1.1" 404 203 0.005900 10.0.0.34 - - [2025-01-02 02:17:18] "POST /security-groups HTTP/1.1" 200 595 0.080204 10.0.0.34 - - [2025-01-02 02:17:18] "POST /fqname-to-id HTTP/1.1" 404 238 0.005891 10.0.0.34 - - [2025-01-02 02:17:18] "POST /projects HTTP/1.1" 200 593 0.280314 10.0.0.34 - - [2025-01-02 02:17:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.355794 10.0.0.34 - - [2025-01-02 02:17:18] "POST /access-control-lists HTTP/1.1" 200 600 0.064838 10.0.0.34 - - [2025-01-02 02:17:18] "POST /fqname-to-id HTTP/1.1" 404 237 0.003105 10.0.0.34 - - [2025-01-02 02:17:18] "POST /neutron/router HTTP/1.1" 200 606 0.637305 10.0.0.34 - - [2025-01-02 02:17:18] "POST /neutron/router HTTP/1.1" 200 606 0.049476 10.0.0.34 - - [2025-01-02 02:17:18] "POST /access-control-lists HTTP/1.1" 200 598 0.081978 10.0.0.34 - - [2025-01-02 02:17:18] "GET /logical-router/30534964-766b-4235-8c99-00afe39a13f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.007170 10.0.0.34 - - [2025-01-02 02:17:18] "POST /neutron/router HTTP/1.1" 200 151 0.071360 10.0.0.34 - - [2025-01-02 02:17:18] "POST /route-targets HTTP/1.1" 200 327 0.017905 10.0.0.34 - - [2025-01-02 02:17:18] "PUT /logical-router/30534964-766b-4235-8c99-00afe39a13f5 HTTP/1.1" 404 171 0.004807 10.0.0.34 - - [2025-01-02 02:17:19] "GET /projects?obj_uuids=acd0e063-17d5-4008-8d67-43afeafaf8af&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001200 10.0.0.34 - - [2025-01-02 02:17:19] "POST /neutron/security_group HTTP/1.1" 200 2098 0.065954 10.0.0.34 - - [2025-01-02 02:17:19] "POST /neutron/security_group HTTP/1.1" 200 2088 0.004866 10.0.0.34 - - [2025-01-02 02:17:19] "POST /neutron/security_group HTTP/1.1" 200 151 0.057275 10.0.0.34 - - [2025-01-02 02:17:19] "DELETE /access-control-list/1eabb075-c947-41ca-8492-ba4de4e67969 HTTP/1.1" 200 115 0.036222 10.0.0.34 - - [2025-01-02 02:17:19] "DELETE /access-control-list/8c5578a9-3d39-44a6-bf61-ba639df7e423 HTTP/1.1" 200 115 0.020764 10.0.0.34 - - [2025-01-02 02:17:19] "GET /projects?obj_uuids=71c42431-0158-4ecf-b903-46c1d4ce3eab&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002976 10.0.0.34 - - [2025-01-02 02:17:19] "GET /domains?obj_uuids=e2abe4f2-6725-4295-8c1a-d310d4c72b51&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002654 10.0.0.34 - - [2025-01-02 02:17:19] "GET /domain/e2abe4f2-6725-4295-8c1a-d310d4c72b51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.011441 10.0.0.34 - - [2025-01-02 02:17:19] "POST /id-to-fqname HTTP/1.1" 200 195 0.001838 10.0.0.34 - - [2025-01-02 02:17:19] "POST /fqname-to-id HTTP/1.1" 404 204 0.002814 10.0.0.34 - - [2025-01-02 02:17:19] "POST /security-groups HTTP/1.1" 200 596 0.068380 10.0.0.34 - - [2025-01-02 02:17:19] "POST /fqname-to-id HTTP/1.1" 404 239 0.003832 10.0.0.34 - - [2025-01-02 02:17:19] "POST /projects HTTP/1.1" 200 595 0.231199 10.0.0.34 - - [2025-01-02 02:17:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.264954 10.0.0.34 - - [2025-01-02 02:17:19] "POST /access-control-lists HTTP/1.1" 200 601 0.062835 10.0.0.34 - - [2025-01-02 02:17:19] "POST /neutron/security_group HTTP/1.1" 200 2099 0.419909 10.0.0.34 - - [2025-01-02 02:17:19] "POST /fqname-to-id HTTP/1.1" 404 238 0.003327 10.0.0.34 - - [2025-01-02 02:17:19] "POST /neutron/security_group HTTP/1.1" 200 2089 0.004987 10.0.0.34 - - [2025-01-02 02:17:19] "POST /access-control-lists HTTP/1.1" 404 203 0.012679 10.0.0.34 - - [2025-01-02 02:17:19] "POST /neutron/security_group HTTP/1.1" 200 151 0.049004 10.0.0.34 - - [2025-01-02 02:17:20] "DELETE /access-control-list/bd374dc0-6fe7-4c6b-9558-9eda025b6fd4 HTTP/1.1" 200 115 0.029861 10.0.0.34 - - [2025-01-02 02:17:21] "GET /projects?obj_uuids=c4d315fc-7e95-4755-ae32-2e8e0a8a7b57&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003254 10.0.0.34 - - [2025-01-02 02:17:21] "GET /domains?obj_uuids=e2abe4f2-6725-4295-8c1a-d310d4c72b51&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001407 10.0.0.34 - - [2025-01-02 02:17:21] "GET /domain/e2abe4f2-6725-4295-8c1a-d310d4c72b51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.050617 10.0.0.34 - - [2025-01-02 02:17:21] "POST /id-to-fqname HTTP/1.1" 200 206 0.002431 10.0.0.34 - - [2025-01-02 02:17:21] "POST /fqname-to-id HTTP/1.1" 404 215 0.005182 10.0.0.34 - - [2025-01-02 02:17:22] "POST /security-groups HTTP/1.1" 200 607 0.068195 10.0.0.34 - - [2025-01-02 02:17:22] "POST /fqname-to-id HTTP/1.1" 404 250 0.003058 10.0.0.34 - - [2025-01-02 02:17:22] "POST /projects HTTP/1.1" 200 617 0.251630 10.0.0.34 - - [2025-01-02 02:17:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.337991 10.0.0.34 - - [2025-01-02 02:17:22] "POST /access-control-lists HTTP/1.1" 200 612 0.076798 10.0.0.34 - - [2025-01-02 02:17:22] "POST /fqname-to-id HTTP/1.1" 404 249 0.003405 10.0.0.34 - - [2025-01-02 02:17:22] "POST /access-control-lists HTTP/1.1" 200 610 0.075860 10.0.0.34 - - [2025-01-02 02:17:22] "POST /neutron/network HTTP/1.1" 200 701 0.663004 10.0.0.34 - - [2025-01-02 02:17:22] "POST /route-targets HTTP/1.1" 200 327 0.011378 10.0.0.34 - - [2025-01-02 02:17:22] "POST /ref-update HTTP/1.1" 200 156 0.011868 10.0.0.34 - - [2025-01-02 02:17:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003389 10.0.0.34 - - [2025-01-02 02:17:22] "POST /neutron/subnet HTTP/1.1" 200 710 0.189649 10.0.0.34 - - [2025-01-02 02:17:22] "GET /projects?obj_uuids=c4d315fc-7e95-4755-ae32-2e8e0a8a7b57&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001495 10.0.0.34 - - [2025-01-02 02:17:22] "POST /neutron/port HTTP/1.1" 200 1051 0.247504 10.0.0.34 - - [2025-01-02 02:17:22] "GET /projects?obj_uuids=c4d315fc-7e95-4755-ae32-2e8e0a8a7b57&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001547 10.0.0.34 - - [2025-01-02 02:17:23] "POST /neutron/port HTTP/1.1" 200 1117 0.204450 10.0.0.34 - - [2025-01-02 02:17:23] "POST /neutron/port HTTP/1.1" 200 8044 0.053669 10.0.0.34 - - [2025-01-02 02:17:23] "POST /neutron/port HTTP/1.1" 200 1117 0.009479 10.0.0.34 - - [2025-01-02 02:17:23] "POST /neutron/port HTTP/1.1" 200 151 0.080624 10.0.0.34 - - [2025-01-02 02:17:23] "POST /neutron/port HTTP/1.1" 400 205 0.003845 10.0.0.34 - - [2025-01-02 02:17:23] "GET /projects?obj_uuids=c4d315fc-7e95-4755-ae32-2e8e0a8a7b57&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001274 10.0.0.34 - - [2025-01-02 02:17:23] "POST /neutron/port HTTP/1.1" 200 1053 0.194824 10.0.0.34 - - [2025-01-02 02:17:23] "POST /neutron/port HTTP/1.1" 200 1053 0.010925 10.0.0.34 - - [2025-01-02 02:17:23] "POST /neutron/port HTTP/1.1" 200 1053 0.010927 10.0.0.34 - - [2025-01-02 02:17:23] "POST /neutron/port HTTP/1.1" 200 1117 0.044633 10.0.0.34 - - [2025-01-02 02:17:23] "POST /neutron/port HTTP/1.1" 200 1117 0.012002 10.0.0.34 - - [2025-01-02 02:17:23] "POST /neutron/port HTTP/1.1" 200 151 0.088718 10.0.0.34 - - [2025-01-02 02:17:23] "POST /neutron/port HTTP/1.1" 400 205 0.003529 10.0.0.34 - - [2025-01-02 02:17:23] "GET /projects?obj_uuids=c4d315fc-7e95-4755-ae32-2e8e0a8a7b57&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001907 10.0.0.34 - - [2025-01-02 02:17:23] "POST /neutron/port HTTP/1.1" 200 1051 0.195287 10.0.0.34 - - [2025-01-02 02:17:23] "GET /projects?obj_uuids=c4d315fc-7e95-4755-ae32-2e8e0a8a7b57&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001173 10.0.0.34 - - [2025-01-02 02:17:24] "POST /neutron/port HTTP/1.1" 200 1053 0.196199 10.0.0.34 - - [2025-01-02 02:17:24] "POST /neutron/port HTTP/1.1" 200 1053 0.011678 10.0.0.34 - - [2025-01-02 02:17:24] "POST /neutron/port HTTP/1.1" 200 1053 0.012897 10.0.0.34 - - [2025-01-02 02:17:24] "POST /neutron/port HTTP/1.1" 200 1184 0.035569 10.0.0.34 - - [2025-01-02 02:17:24] "POST /neutron/port HTTP/1.1" 200 1184 0.011534 10.0.0.34 - - [2025-01-02 02:17:24] "POST /neutron/port HTTP/1.1" 200 151 0.086663 10.0.0.34 - - [2025-01-02 02:17:24] "POST /neutron/port HTTP/1.1" 400 205 0.006373 10.0.0.34 - - [2025-01-02 02:17:24] "POST /neutron/port HTTP/1.1" 200 1051 0.011412 10.0.0.34 - - [2025-01-02 02:17:24] "POST /neutron/port HTTP/1.1" 200 151 0.092359 10.0.0.34 - - [2025-01-02 02:17:24] "POST /neutron/port HTTP/1.1" 400 205 0.004837 10.0.0.34 - - [2025-01-02 02:17:24] "POST /neutron/port HTTP/1.1" 200 1051 0.010866 10.0.0.34 - - [2025-01-02 02:17:24] "POST /neutron/port HTTP/1.1" 200 151 0.079882 10.0.0.34 - - [2025-01-02 02:17:24] "POST /neutron/subnet HTTP/1.1" 200 710 0.009047 10.0.0.34 - - [2025-01-02 02:17:24] "POST /useragent-kv HTTP/1.1" 200 115 0.009276 10.0.0.34 - - [2025-01-02 02:17:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002586 10.0.0.34 - - [2025-01-02 02:17:24] "POST /neutron/subnet HTTP/1.1" 200 151 0.190346 10.0.0.34 - - [2025-01-02 02:17:24] "POST /neutron/network HTTP/1.1" 200 768 0.004764 10.0.0.34 - - [2025-01-02 02:17:24] "POST /neutron/network HTTP/1.1" 200 151 0.075095 10.0.0.34 - - [2025-01-02 02:17:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.34 - - [2025-01-02 02:17:24] "DELETE /route-target/5f23eaff-1c0d-4240-9a44-a70f8c4dc437 HTTP/1.1" 200 115 0.017763 10.0.0.34 - - [2025-01-02 02:17:25] "GET /projects?obj_uuids=c4d315fc-7e95-4755-ae32-2e8e0a8a7b57&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001237 10.0.0.34 - - [2025-01-02 02:17:25] "POST /neutron/security_group HTTP/1.1" 200 2110 0.080037 10.0.0.34 - - [2025-01-02 02:17:25] "POST /neutron/security_group HTTP/1.1" 200 2100 0.006700 10.0.0.34 - - [2025-01-02 02:17:25] "POST /neutron/security_group HTTP/1.1" 200 151 0.058656 10.0.0.34 - - [2025-01-02 02:17:25] "DELETE /access-control-list/56979009-a265-4913-9f37-91c4e4c0ca2a HTTP/1.1" 200 115 0.036264 10.0.0.34 - - [2025-01-02 02:17:25] "DELETE /access-control-list/8d867877-9ca3-45d5-b15d-8ff28e814901 HTTP/1.1" 200 115 0.020786 10.0.0.34 - - [2025-01-02 02:17:27] "GET /projects?obj_uuids=b73aecd8-c537-497f-99fb-4ac1ad0a12c4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003077 10.0.0.34 - - [2025-01-02 02:17:27] "GET /domains?obj_uuids=e2abe4f2-6725-4295-8c1a-d310d4c72b51&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001752 10.0.0.34 - - [2025-01-02 02:17:27] "GET /domain/e2abe4f2-6725-4295-8c1a-d310d4c72b51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.053236 10.0.0.34 - - [2025-01-02 02:17:27] "POST /id-to-fqname HTTP/1.1" 200 205 0.003839 10.0.0.34 - - [2025-01-02 02:17:27] "POST /fqname-to-id HTTP/1.1" 404 214 0.003426 10.0.0.34 - - [2025-01-02 02:17:27] "POST /security-groups HTTP/1.1" 200 606 0.082686 10.0.0.34 - - [2025-01-02 02:17:27] "POST /fqname-to-id HTTP/1.1" 404 249 0.005360 10.0.0.34 - - [2025-01-02 02:17:27] "POST /projects HTTP/1.1" 200 615 0.271752 10.0.0.34 - - [2025-01-02 02:17:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.348182 10.0.0.34 - - [2025-01-02 02:17:27] "POST /access-control-lists HTTP/1.1" 200 611 0.066653 10.0.0.34 - - [2025-01-02 02:17:27] "POST /fqname-to-id HTTP/1.1" 404 248 0.003841 10.0.0.34 - - [2025-01-02 02:17:27] "POST /access-control-lists HTTP/1.1" 200 609 0.069509 10.0.0.34 - - [2025-01-02 02:17:27] "POST /neutron/network HTTP/1.1" 200 696 0.694047 10.0.0.34 - - [2025-01-02 02:17:28] "POST /useragent-kv HTTP/1.1" 200 115 0.005126 10.0.0.34 - - [2025-01-02 02:17:28] "POST /neutron/subnet HTTP/1.1" 200 710 0.222993 10.0.0.34 - - [2025-01-02 02:17:28] "GET /projects?obj_uuids=b73aecd8-c537-497f-99fb-4ac1ad0a12c4&detail=False&count=False&shared=False HTTP/1.1" 200 364 0.001220 10.0.0.34 - - [2025-01-02 02:17:28] "POST /neutron/port HTTP/1.1" 200 1048 0.223897 10.0.0.34 - - [2025-01-02 02:17:28] "GET /projects?obj_uuids=b73aecd8-c537-497f-99fb-4ac1ad0a12c4&detail=False&count=False&shared=False HTTP/1.1" 200 364 0.001789 10.0.0.34 - - [2025-01-02 02:17:28] "POST /route-targets HTTP/1.1" 200 327 0.014694 10.0.0.34 - - [2025-01-02 02:17:28] "POST /ref-update HTTP/1.1" 200 156 0.059104 10.0.0.34 - - [2025-01-02 02:17:28] "POST /neutron/port HTTP/1.1" 200 1255 0.245087 10.0.0.34 - - [2025-01-02 02:17:28] "POST /neutron/port HTTP/1.1" 200 8178 0.045022 10.0.0.34 - - [2025-01-02 02:17:28] "POST /neutron/port HTTP/1.1" 200 1255 0.009784 10.0.0.34 - - [2025-01-02 02:17:28] "POST /neutron/port HTTP/1.1" 200 151 0.087235 10.0.0.34 - - [2025-01-02 02:17:28] "POST /neutron/port HTTP/1.1" 200 1048 0.009065 10.0.0.34 - - [2025-01-02 02:17:28] "POST /neutron/port HTTP/1.1" 200 1048 0.008389 10.0.0.34 - - [2025-01-02 02:17:28] "POST /neutron/port HTTP/1.1" 200 1244 0.037166 10.0.0.34 - - [2025-01-02 02:17:28] "POST /neutron/port HTTP/1.1" 200 1244 0.008958 10.0.0.34 - - [2025-01-02 02:17:28] "POST /neutron/port HTTP/1.1" 200 1244 0.009067 10.0.0.34 - - [2025-01-02 02:17:29] "POST /neutron/port HTTP/1.1" 200 151 0.071869 10.0.0.34 - - [2025-01-02 02:17:29] "POST /neutron/subnet HTTP/1.1" 200 710 0.008940 10.0.0.34 - - [2025-01-02 02:17:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003363 10.0.0.34 - - [2025-01-02 02:17:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002768 10.0.0.34 - - [2025-01-02 02:17:29] "POST /neutron/subnet HTTP/1.1" 200 151 0.173716 10.0.0.34 - - [2025-01-02 02:17:29] "POST /neutron/network HTTP/1.1" 200 763 0.004123 10.0.0.34 - - [2025-01-02 02:17:29] "POST /neutron/network HTTP/1.1" 200 151 0.078727 10.0.0.34 - - [2025-01-02 02:17:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004890 10.0.0.34 - - [2025-01-02 02:17:29] "DELETE /route-target/39504a1c-9ca7-4ba6-9241-1d672afbe5bd HTTP/1.1" 200 115 0.024958 10.0.0.34 - - [2025-01-02 02:17:29] "GET /projects?obj_uuids=b73aecd8-c537-497f-99fb-4ac1ad0a12c4&detail=False&count=False&shared=False HTTP/1.1" 200 364 0.001262 10.0.0.34 - - [2025-01-02 02:17:29] "POST /neutron/security_group HTTP/1.1" 200 2109 0.062925 10.0.0.34 - - [2025-01-02 02:17:29] "POST /neutron/security_group HTTP/1.1" 200 2099 0.004714 10.0.0.34 - - [2025-01-02 02:17:29] "POST /neutron/security_group HTTP/1.1" 200 151 0.046928 10.0.0.34 - - [2025-01-02 02:17:29] "DELETE /access-control-list/43dc9b2f-bf33-4768-9afe-5c59c9ea3152 HTTP/1.1" 200 115 0.031299 10.0.0.34 - - [2025-01-02 02:17:30] "DELETE /access-control-list/aa55d041-3c55-4fb6-ac4d-763b55eb6e66 HTTP/1.1" 200 115 0.025891 10.0.0.34 - - [2025-01-02 02:17:31] "GET /projects?obj_uuids=d1319988-72f6-4009-90b9-2505d1f66290&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002854 10.0.0.34 - - [2025-01-02 02:17:31] "GET /domains?obj_uuids=e2abe4f2-6725-4295-8c1a-d310d4c72b51&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001188 10.0.0.34 - - [2025-01-02 02:17:31] "GET /domain/e2abe4f2-6725-4295-8c1a-d310d4c72b51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.053609 10.0.0.34 - - [2025-01-02 02:17:31] "POST /id-to-fqname HTTP/1.1" 200 199 0.002649 10.0.0.34 - - [2025-01-02 02:17:31] "POST /fqname-to-id HTTP/1.1" 404 208 0.004822 10.0.0.34 - - [2025-01-02 02:17:31] "POST /security-groups HTTP/1.1" 200 600 0.068246 10.0.0.34 - - [2025-01-02 02:17:31] "POST /fqname-to-id HTTP/1.1" 404 243 0.003109 10.0.0.34 - - [2025-01-02 02:17:32] "POST /projects HTTP/1.1" 200 603 0.227660 10.0.0.34 - - [2025-01-02 02:17:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.299474 10.0.0.34 - - [2025-01-02 02:17:32] "POST /access-control-lists HTTP/1.1" 200 605 0.064664 10.0.0.34 - - [2025-01-02 02:17:32] "POST /fqname-to-id HTTP/1.1" 404 242 0.003302 10.0.0.34 - - [2025-01-02 02:17:32] "POST /neutron/network HTTP/1.1" 200 680 0.557660 10.0.0.34 - - [2025-01-02 02:17:32] "POST /access-control-lists HTTP/1.1" 200 603 0.068417 10.0.0.34 - - [2025-01-02 02:17:32] "POST /route-targets HTTP/1.1" 200 327 0.012480 10.0.0.34 - - [2025-01-02 02:17:32] "POST /ref-update HTTP/1.1" 200 156 0.014700 10.0.0.34 - - [2025-01-02 02:17:32] "POST /useragent-kv HTTP/1.1" 200 115 0.003603 10.0.0.34 - - [2025-01-02 02:17:32] "POST /neutron/subnet HTTP/1.1" 200 711 0.184104 10.0.0.34 - - [2025-01-02 02:17:32] "GET /projects?obj_uuids=d1319988-72f6-4009-90b9-2505d1f66290&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001362 10.0.0.34 - - [2025-01-02 02:17:32] "POST /route-targets HTTP/1.1" 200 327 0.012195 10.0.0.34 - - [2025-01-02 02:17:32] "POST /neutron/router HTTP/1.1" 200 705 0.117063 10.0.0.34 - - [2025-01-02 02:17:32] "GET /logical-router/652a7cb5-1a19-4880-8308-659e4350315b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1497 0.005208 10.0.0.34 - - [2025-01-02 02:17:32] "POST /neutron/router HTTP/1.1" 200 705 0.005255 10.0.0.34 - - [2025-01-02 02:17:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003929 10.0.0.34 - - [2025-01-02 02:17:32] "PUT /logical-router/652a7cb5-1a19-4880-8308-659e4350315b HTTP/1.1" 200 262 0.035364 10.0.0.34 - - [2025-01-02 02:17:32] "GET /projects?obj_uuids=d1319988-72f6-4009-90b9-2505d1f66290&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001542 10.0.0.34 - - [2025-01-02 02:17:32] "GET /service-template/fc12db1c-0f97-4ddb-bf41-505b5102a947?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.008439 10.0.0.34 - - [2025-01-02 02:17:32] "POST /fqname-to-id HTTP/1.1" 404 224 0.003036 10.0.0.34 - - [2025-01-02 02:17:32] "POST /neutron/router HTTP/1.1" 200 344 0.210374 10.0.0.34 - - [2025-01-02 02:17:32] "GET /projects?obj_uuids=d1319988-72f6-4009-90b9-2505d1f66290&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001194 10.0.0.34 - - [2025-01-02 02:17:32] "POST /ref-update HTTP/1.1" 200 156 0.072220 10.0.0.34 - - [2025-01-02 02:17:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002243 10.0.0.34 - - [2025-01-02 02:17:32] "POST /virtual-networks HTTP/1.1" 200 700 0.180814 10.0.0.34 - - [2025-01-02 02:17:32] "POST /route-targets HTTP/1.1" 200 327 0.045872 10.0.0.34 - - [2025-01-02 02:17:32] "POST /ref-update HTTP/1.1" 200 156 0.029659 10.0.0.34 - - [2025-01-02 02:17:32] "POST /service-instances HTTP/1.1" 200 676 0.060970 10.0.0.34 - - [2025-01-02 02:17:33] "POST /route-tables HTTP/1.1" 200 588 0.029546 10.0.0.34 - - [2025-01-02 02:17:33] "POST /neutron/port HTTP/1.1" 200 1030 0.307081 10.0.0.34 - - [2025-01-02 02:17:33] "GET /projects?obj_uuids=d1319988-72f6-4009-90b9-2505d1f66290&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001203 10.0.0.34 - - [2025-01-02 02:17:33] "PUT /logical-router/652a7cb5-1a19-4880-8308-659e4350315b HTTP/1.1" 200 262 0.035566 10.0.0.34 - - [2025-01-02 02:17:33] "POST /ref-update HTTP/1.1" 200 156 0.040952 10.0.0.34 - - [2025-01-02 02:17:33] "POST /neutron/port HTTP/1.1" 200 1028 0.225293 10.0.0.34 - - [2025-01-02 02:17:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.34 - - [2025-01-02 02:17:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.006676 10.0.0.34 - - [2025-01-02 02:17:33] "GET /projects?obj_uuids=d1319988-72f6-4009-90b9-2505d1f66290&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001565 10.0.0.34 - - [2025-01-02 02:17:33] "POST /virtual-machines HTTP/1.1" 200 565 0.018366 10.0.0.34 - - [2025-01-02 02:17:33] "POST /neutron/floatingip HTTP/1.1" 200 606 0.181415 10.0.0.34 - - [2025-01-02 02:17:33] "POST /neutron/floatingip HTTP/1.1" 200 606 0.066381 10.0.0.34 - - [2025-01-02 02:17:33] "POST /virtual-machine-interfaces HTTP/1.1" 200 830 0.153627 10.0.0.34 - - [2025-01-02 02:17:33] "POST /neutron/floatingip HTTP/1.1" 200 528 0.033472 10.0.0.34 - - [2025-01-02 02:17:33] "POST /neutron/floatingip HTTP/1.1" 200 528 0.005447 10.0.0.34 - - [2025-01-02 02:17:33] "POST /chown HTTP/1.1" 200 109 0.009184 10.0.0.34 - - [2025-01-02 02:17:33] "POST /neutron/floatingip HTTP/1.1" 200 115 0.051833 10.0.0.34 - - [2025-01-02 02:17:33] "GET /projects?obj_uuids=d1319988-72f6-4009-90b9-2505d1f66290&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002417 10.0.0.34 - - [2025-01-02 02:17:33] "POST /instance-ips HTTP/1.1" 200 563 0.035041 10.0.0.34 - - [2025-01-02 02:17:33] "POST /instance-ips HTTP/1.1" 400 213 0.049616 10.0.0.34 - - [2025-01-02 02:17:33] "POST /neutron/floatingip HTTP/1.1" 200 606 0.146313 10.0.0.34 - - [2025-01-02 02:17:33] "POST /neutron/floatingip HTTP/1.1" 200 606 0.011503 10.0.0.34 - - [2025-01-02 02:17:33] "POST /neutron/floatingip HTTP/1.1" 200 580 0.014172 10.0.0.34 - - [2025-01-02 02:17:33] "POST /chown HTTP/1.1" 200 109 0.010142 10.0.0.34 - - [2025-01-02 02:17:33] "POST /neutron/floatingip HTTP/1.1" 200 606 0.012646 10.0.0.34 - - [2025-01-02 02:17:33] "POST /neutron/floatingip HTTP/1.1" 200 606 0.034337 10.0.0.34 - - [2025-01-02 02:17:33] "PUT /virtual-machine-interface/cd1e992d-85e5-4d03-ae38-ae7f6c0a6c8d HTTP/1.1" 200 284 0.011283 10.0.0.34 - - [2025-01-02 02:17:33] "POST /neutron/floatingip HTTP/1.1" 200 606 0.011338 10.0.0.34 - - [2025-01-02 02:17:33] "POST /neutron/floatingip HTTP/1.1" 200 528 0.017223 10.0.0.34 - - [2025-01-02 02:17:34] "POST /neutron/floatingip HTTP/1.1" 200 528 0.006803 10.0.0.34 - - [2025-01-02 02:17:34] "PUT /instance-ip/3254909c-078f-4a4f-b1bf-80daa71b10b5 HTTP/1.1" 200 256 0.017365 10.0.0.34 - - [2025-01-02 02:17:34] "POST /neutron/floatingip HTTP/1.1" 200 115 0.037646 10.0.0.34 - - [2025-01-02 02:17:34] "POST /neutron/floatingip HTTP/1.1" 400 217 0.003473 10.0.0.34 - - [2025-01-02 02:17:34] "POST /ref-update HTTP/1.1" 200 156 0.014744 10.0.0.34 - - [2025-01-02 02:17:34] "POST /neutron/port HTTP/1.1" 200 2781 0.024396 10.0.0.34 - - [2025-01-02 02:17:34] "POST /neutron/subnet HTTP/1.1" 200 711 0.011626 10.0.0.34 - - [2025-01-02 02:17:34] "GET /projects?obj_uuids=d1319988-72f6-4009-90b9-2505d1f66290&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002243 10.0.0.34 - - [2025-01-02 02:17:34] "POST /virtual-machine-interfaces HTTP/1.1" 200 828 0.122148 10.0.0.34 - - [2025-01-02 02:17:34] "POST /chown HTTP/1.1" 200 109 0.035660 10.0.0.34 - - [2025-01-02 02:17:34] "POST /neutron/port HTTP/1.1" 200 1115 0.266372 10.0.0.34 - - [2025-01-02 02:17:34] "POST /instance-ips HTTP/1.1" 200 561 0.059495 10.0.0.34 - - [2025-01-02 02:17:34] "GET /projects?obj_uuids=d1319988-72f6-4009-90b9-2505d1f66290&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001168 10.0.0.34 - - [2025-01-02 02:17:34] "POST /instance-ips HTTP/1.1" 400 322 0.074597 10.0.0.34 - - [2025-01-02 02:17:34] "POST /neutron/floatingip HTTP/1.1" 200 607 0.137578 10.0.0.34 - - [2025-01-02 02:17:34] "POST /neutron/floatingip HTTP/1.1" 200 607 0.012200 10.0.0.34 - - [2025-01-02 02:17:34] "POST /chown HTTP/1.1" 200 109 0.014215 10.0.0.34 - - [2025-01-02 02:17:34] "POST /neutron/floatingip HTTP/1.1" 200 607 0.034843 10.0.0.34 - - [2025-01-02 02:17:34] "POST /neutron/floatingip HTTP/1.1" 200 607 0.011040 10.0.0.34 - - [2025-01-02 02:17:34] "PUT /virtual-machine-interface/9f738034-ac2c-4831-b4ee-9a83933b50d3 HTTP/1.1" 200 284 0.014881 10.0.0.34 - - [2025-01-02 02:17:34] "POST /neutron/floatingip HTTP/1.1" 200 115 0.040661 10.0.0.34 - - [2025-01-02 02:17:34] "POST /neutron/port HTTP/1.1" 200 1115 0.010759 10.0.0.34 - - [2025-01-02 02:17:34] "PUT /instance-ip/7faa0f21-966d-4d30-b108-c0faf1153a46 HTTP/1.1" 200 256 0.012697 10.0.0.34 - - [2025-01-02 02:17:34] "POST /ref-update HTTP/1.1" 200 156 0.018875 10.0.0.34 - - [2025-01-02 02:17:34] "POST /ref-update HTTP/1.1" 200 156 0.007573 10.0.0.34 - - [2025-01-02 02:17:34] "PUT /routing-instance/fdfe2461-2c86-4ea2-a4ac-ba592bfdcc01 HTTP/1.1" 200 266 0.011644 10.0.0.34 - - [2025-01-02 02:17:34] "POST /neutron/port HTTP/1.1" 200 151 0.136638 10.0.0.34 - - [2025-01-02 02:17:34] "POST /ref-update HTTP/1.1" 200 156 0.010580 10.0.0.34 - - [2025-01-02 02:17:34] "GET /projects?obj_uuids=d1319988-72f6-4009-90b9-2505d1f66290&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001115 10.0.0.34 - - [2025-01-02 02:17:34] "POST /virtual-machines HTTP/1.1" 200 565 0.014249 10.0.0.34 - - [2025-01-02 02:17:34] "POST /neutron/floatingip HTTP/1.1" 200 528 0.074485 10.0.0.34 - - [2025-01-02 02:17:34] "GET /projects?obj_uuids=d1319988-72f6-4009-90b9-2505d1f66290&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001300 10.0.0.34 - - [2025-01-02 02:17:35] "POST /virtual-machine-interfaces HTTP/1.1" 200 830 0.164107 10.0.0.34 - - [2025-01-02 02:17:35] "POST /neutron/port HTTP/1.1" 200 1028 0.237620 10.0.0.34 - - [2025-01-02 02:17:35] "POST /chown HTTP/1.1" 200 109 0.010237 10.0.0.34 - - [2025-01-02 02:17:35] "POST /neutron/floatingip HTTP/1.1" 200 528 0.004666 10.0.0.34 - - [2025-01-02 02:17:35] "POST /neutron/floatingip HTTP/1.1" 200 606 0.033184 10.0.0.34 - - [2025-01-02 02:17:35] "POST /neutron/port HTTP/1.1" 200 1028 0.007926 10.0.0.34 - - [2025-01-02 02:17:35] "POST /instance-ips HTTP/1.1" 400 213 0.022866 10.0.0.34 - - [2025-01-02 02:17:35] "POST /chown HTTP/1.1" 200 109 0.021735 10.0.0.34 - - [2025-01-02 02:17:35] "POST /neutron/port HTTP/1.1" 200 151 0.127286 10.0.0.34 - - [2025-01-02 02:17:35] "PUT /virtual-machine-interface/027d6787-f474-4401-b26d-04c5b485226d HTTP/1.1" 200 284 0.018183 10.0.0.34 - - [2025-01-02 02:17:35] "POST /neutron/floatingip HTTP/1.1" 200 528 0.011488 10.0.0.34 - - [2025-01-02 02:17:35] "POST /neutron/floatingip HTTP/1.1" 200 528 0.010140 10.0.0.34 - - [2025-01-02 02:17:35] "PUT /instance-ip/3254909c-078f-4a4f-b1bf-80daa71b10b5 HTTP/1.1" 200 256 0.024873 10.0.0.34 - - [2025-01-02 02:17:35] "POST /ref-update HTTP/1.1" 200 156 0.018450 10.0.0.34 - - [2025-01-02 02:17:35] "POST /neutron/floatingip HTTP/1.1" 200 115 0.077148 10.0.0.34 - - [2025-01-02 02:17:35] "GET /projects?obj_uuids=d1319988-72f6-4009-90b9-2505d1f66290&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001564 10.0.0.34 - - [2025-01-02 02:17:35] "POST /ref-update HTTP/1.1" 200 156 0.028576 10.0.0.34 - - [2025-01-02 02:17:35] "POST /neutron/floatingip HTTP/1.1" 200 606 0.160420 10.0.0.34 - - [2025-01-02 02:17:35] "GET /projects?obj_uuids=d1319988-72f6-4009-90b9-2505d1f66290&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001126 10.0.0.34 - - [2025-01-02 02:17:35] "POST /virtual-machine-interfaces HTTP/1.1" 200 828 0.135604 10.0.0.34 - - [2025-01-02 02:17:35] "POST /chown HTTP/1.1" 200 109 0.010511 10.0.0.34 - - [2025-01-02 02:17:35] "POST /neutron/network HTTP/1.1" 200 654 0.130670 10.0.0.34 - - [2025-01-02 02:17:35] "POST /route-targets HTTP/1.1" 200 327 0.011577 10.0.0.34 - - [2025-01-02 02:17:35] "POST /ref-update HTTP/1.1" 200 156 0.016661 10.0.0.34 - - [2025-01-02 02:17:35] "POST /instance-ips HTTP/1.1" 400 322 0.020072 10.0.0.34 - - [2025-01-02 02:17:35] "POST /chown HTTP/1.1" 200 109 0.007646 10.0.0.34 - - [2025-01-02 02:17:36] "PUT /virtual-machine-interface/9ade36e6-a1e4-4f42-9f68-cfb3c12c4a63 HTTP/1.1" 200 284 0.011376 10.0.0.34 - - [2025-01-02 02:17:36] "POST /useragent-kv HTTP/1.1" 200 115 0.006752 10.0.0.34 - - [2025-01-02 02:17:36] "POST /neutron/subnet HTTP/1.1" 200 710 0.214288 10.0.0.34 - - [2025-01-02 02:17:36] "PUT /instance-ip/7faa0f21-966d-4d30-b108-c0faf1153a46 HTTP/1.1" 200 256 0.015868 10.0.0.34 - - [2025-01-02 02:17:36] "GET /projects?obj_uuids=d1319988-72f6-4009-90b9-2505d1f66290&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001216 10.0.0.34 - - [2025-01-02 02:17:36] "POST /ref-update HTTP/1.1" 200 156 0.011623 10.0.0.34 - - [2025-01-02 02:17:36] "POST /ref-update HTTP/1.1" 200 156 0.019580 10.0.0.34 - - [2025-01-02 02:17:36] "POST /route-targets HTTP/1.1" 200 327 0.018405 10.0.0.34 - - [2025-01-02 02:17:36] "POST /neutron/router HTTP/1.1" 200 705 0.130701 10.0.0.34 - - [2025-01-02 02:17:36] "PUT /logical-router/b096ca9a-048d-40c0-a4fa-da1b61396ffb HTTP/1.1" 200 262 0.023963 10.0.0.34 - - [2025-01-02 02:17:36] "POST /neutron/router HTTP/1.1" 200 705 0.009531 10.0.0.34 - - [2025-01-02 02:17:36] "GET /projects?obj_uuids=d1319988-72f6-4009-90b9-2505d1f66290&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001125 10.0.0.34 - - [2025-01-02 02:17:36] "GET /logical-router/b096ca9a-048d-40c0-a4fa-da1b61396ffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1701 0.004421 10.0.0.34 - - [2025-01-02 02:17:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002405 10.0.0.34 - - [2025-01-02 02:17:36] "POST /neutron/router HTTP/1.1" 200 344 0.203642 10.0.0.34 - - [2025-01-02 02:17:36] "GET /projects?obj_uuids=d1319988-72f6-4009-90b9-2505d1f66290&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001176 10.0.0.34 - - [2025-01-02 02:17:36] "POST /ref-update HTTP/1.1" 200 156 0.013858 10.0.0.34 - - [2025-01-02 02:17:36] "GET /service-template/fc12db1c-0f97-4ddb-bf41-505b5102a947?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.003425 10.0.0.34 - - [2025-01-02 02:17:36] "POST /fqname-to-id HTTP/1.1" 404 224 0.002797 10.0.0.34 - - [2025-01-02 02:17:36] "POST /useragent-kv HTTP/1.1" 200 115 0.004003 10.0.0.34 - - [2025-01-02 02:17:36] "POST /virtual-networks HTTP/1.1" 200 700 0.124517 10.0.0.34 - - [2025-01-02 02:17:36] "POST /neutron/port HTTP/1.1" 200 1028 0.262063 10.0.0.34 - - [2025-01-02 02:17:36] "POST /route-targets HTTP/1.1" 200 327 0.013997 10.0.0.34 - - [2025-01-02 02:17:36] "POST /neutron/floatingip HTTP/1.1" 200 606 0.023435 10.0.0.34 - - [2025-01-02 02:17:36] "POST /ref-update HTTP/1.1" 200 156 0.016887 10.0.0.34 - - [2025-01-02 02:17:36] "POST /service-instances HTTP/1.1" 200 676 0.073395 10.0.0.34 - - [2025-01-02 02:17:36] "POST /neutron/floatingip HTTP/1.1" 200 606 0.098655 10.0.0.34 - - [2025-01-02 02:17:36] "POST /neutron/port HTTP/1.1" 200 1028 0.008636 10.0.0.34 - - [2025-01-02 02:17:36] "POST /route-tables HTTP/1.1" 200 588 0.024617 10.0.0.34 - - [2025-01-02 02:17:36] "PUT /logical-router/b096ca9a-048d-40c0-a4fa-da1b61396ffb HTTP/1.1" 200 262 0.012355 10.0.0.34 - - [2025-01-02 02:17:37] "POST /neutron/port HTTP/1.1" 200 151 0.096389 10.0.0.34 - - [2025-01-02 02:17:37] "POST /neutron/router HTTP/1.1" 200 705 0.005281 10.0.0.34 - - [2025-01-02 02:17:37] "POST /ref-update HTTP/1.1" 200 156 0.019692 10.0.0.34 - - [2025-01-02 02:17:37] "POST /ref-update HTTP/1.1" 200 156 0.017267 10.0.0.34 - - [2025-01-02 02:17:37] "POST /neutron/router HTTP/1.1" 200 344 0.126549 10.0.0.34 - - [2025-01-02 02:17:37] "POST /neutron/router HTTP/1.1" 200 705 0.004444 10.0.0.34 - - [2025-01-02 02:17:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002978 10.0.0.34 - - [2025-01-02 02:17:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.34 - - [2025-01-02 02:17:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004031 10.0.0.34 - - [2025-01-02 02:17:37] "POST /neutron/router HTTP/1.1" 200 151 0.062454 10.0.0.34 - - [2025-01-02 02:17:37] "POST /virtual-machines HTTP/1.1" 200 565 0.015197 10.0.0.34 - - [2025-01-02 02:17:37] "DELETE /route-target/1356b636-ebde-4a3e-81ab-090fd7b3f40d HTTP/1.1" 200 115 0.023501 10.0.0.34 - - [2025-01-02 02:17:37] "POST /neutron/subnet HTTP/1.1" 200 710 0.009245 10.0.0.34 - - [2025-01-02 02:17:37] "POST /virtual-machine-interfaces HTTP/1.1" 200 830 0.104391 10.0.0.34 - - [2025-01-02 02:17:37] "POST /chown HTTP/1.1" 200 109 0.014364 10.0.0.34 - - [2025-01-02 02:17:37] "POST /useragent-kv HTTP/1.1" 200 115 0.004141 10.0.0.34 - - [2025-01-02 02:17:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002643 10.0.0.34 - - [2025-01-02 02:17:37] "POST /neutron/subnet HTTP/1.1" 200 151 0.209630 10.0.0.34 - - [2025-01-02 02:17:37] "POST /neutron/network HTTP/1.1" 200 721 0.014234 10.0.0.34 - - [2025-01-02 02:17:37] "POST /instance-ips HTTP/1.1" 200 563 0.027539 10.0.0.34 - - [2025-01-02 02:17:37] "POST /neutron/network HTTP/1.1" 200 151 0.079005 10.0.0.34 - - [2025-01-02 02:17:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005414 10.0.0.34 - - [2025-01-02 02:17:37] "POST /neutron/floatingip HTTP/1.1" 200 528 0.006634 10.0.0.34 - - [2025-01-02 02:17:37] "POST /instance-ips HTTP/1.1" 400 213 0.030530 10.0.0.34 - - [2025-01-02 02:17:37] "DELETE /route-target/31108dee-6cc6-41eb-bb17-1a220c4a4cfd HTTP/1.1" 200 115 0.028919 10.0.0.34 - - [2025-01-02 02:17:37] "POST /neutron/floatingip HTTP/1.1" 200 115 0.039672 10.0.0.34 - - [2025-01-02 02:17:37] "POST /neutron/port HTTP/1.1" 400 205 0.003176 10.0.0.34 - - [2025-01-02 02:17:37] "POST /chown HTTP/1.1" 200 109 0.010906 10.0.0.34 - - [2025-01-02 02:17:37] "POST /neutron/port HTTP/1.1" 200 117 0.005919 10.0.0.34 - - [2025-01-02 02:17:37] "POST /neutron/router HTTP/1.1" 400 209 0.003497 10.0.0.34 - - [2025-01-02 02:17:37] "POST /neutron/subnet HTTP/1.1" 400 209 0.003139 10.0.0.34 - - [2025-01-02 02:17:37] "POST /neutron/port HTTP/1.1" 200 1028 0.013059 10.0.0.34 - - [2025-01-02 02:17:37] "PUT /virtual-machine-interface/5d71d476-cc35-4ddf-8efe-a14ebcd279a0 HTTP/1.1" 200 284 0.010588 10.0.0.34 - - [2025-01-02 02:17:37] "PUT /instance-ip/8556a429-c48a-439f-83cb-96dee11195b4 HTTP/1.1" 200 256 0.012455 10.0.0.34 - - [2025-01-02 02:17:37] "POST /neutron/port HTTP/1.1" 200 151 0.085498 10.0.0.34 - - [2025-01-02 02:17:37] "POST /neutron/port HTTP/1.1" 200 1030 0.010055 10.0.0.34 - - [2025-01-02 02:17:37] "POST /ref-update HTTP/1.1" 200 156 0.011291 10.0.0.34 - - [2025-01-02 02:17:37] "POST /neutron/port HTTP/1.1" 200 151 0.076899 10.0.0.34 - - [2025-01-02 02:17:37] "POST /virtual-machine-interfaces HTTP/1.1" 200 828 0.105057 10.0.0.34 - - [2025-01-02 02:17:38] "POST /neutron/port HTTP/1.1" 200 2270 0.088072 10.0.0.34 - - [2025-01-02 02:17:38] "POST /neutron/router HTTP/1.1" 200 705 0.003616 10.0.0.34 - - [2025-01-02 02:17:38] "POST /chown HTTP/1.1" 200 109 0.011185 10.0.0.34 - - [2025-01-02 02:17:38] "POST /ref-update HTTP/1.1" 200 156 0.013167 10.0.0.34 - - [2025-01-02 02:17:38] "POST /instance-ips HTTP/1.1" 200 561 0.052167 10.0.0.34 - - [2025-01-02 02:17:38] "POST /neutron/router HTTP/1.1" 200 344 0.125587 10.0.0.34 - - [2025-01-02 02:17:38] "POST /neutron/router HTTP/1.1" 200 705 0.004701 10.0.0.34 - - [2025-01-02 02:17:38] "POST /neutron/router HTTP/1.1" 400 281 0.008561 10.0.0.34 - - [2025-01-02 02:17:38] "POST /neutron/router HTTP/1.1" 200 705 0.004535 10.0.0.34 - - [2025-01-02 02:17:38] "POST /instance-ips HTTP/1.1" 400 322 0.025172 10.0.0.34 - - [2025-01-02 02:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004675 10.0.0.34 - - [2025-01-02 02:17:38] "POST /neutron/router HTTP/1.1" 200 151 0.054682 10.0.0.34 - - [2025-01-02 02:17:38] "DELETE /route-target/5c38c8ff-f197-4da5-a936-8765cde1ad61 HTTP/1.1" 409 239 0.008042 10.0.0.34 - - [2025-01-02 02:17:38] "POST /neutron/subnet HTTP/1.1" 200 711 0.006841 10.0.0.34 - - [2025-01-02 02:17:38] "POST /chown HTTP/1.1" 200 109 0.013100 10.0.0.34 - - [2025-01-02 02:17:38] "POST /ref-update HTTP/1.1" 200 156 0.013735 10.0.0.34 - - [2025-01-02 02:17:38] "PUT /virtual-machine-interface/33cbcb85-ef80-45f0-b2e9-e5392a083727 HTTP/1.1" 200 284 0.012787 10.0.0.34 - - [2025-01-02 02:17:38] "PUT /routing-instance/fdfe2461-2c86-4ea2-a4ac-ba592bfdcc01 HTTP/1.1" 200 266 0.015361 10.0.0.34 - - [2025-01-02 02:17:38] "PUT /instance-ip/85d8c042-ce78-425e-b527-ca12aa4b885b HTTP/1.1" 200 256 0.022137 10.0.0.34 - - [2025-01-02 02:17:38] "POST /useragent-kv HTTP/1.1" 200 115 0.004024 10.0.0.34 - - [2025-01-02 02:17:38] "POST /useragent-kv HTTP/1.1" 200 115 0.004159 10.0.0.34 - - [2025-01-02 02:17:38] "POST /neutron/subnet HTTP/1.1" 200 151 0.180771 10.0.0.34 - - [2025-01-02 02:17:38] "POST /ref-update HTTP/1.1" 200 156 0.014829 10.0.0.34 - - [2025-01-02 02:17:38] "POST /neutron/network HTTP/1.1" 200 747 0.005371 10.0.0.34 - - [2025-01-02 02:17:38] "POST /ref-update HTTP/1.1" 200 156 0.015268 10.0.0.34 - - [2025-01-02 02:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.006266 10.0.0.34 - - [2025-01-02 02:17:38] "POST /virtual-machines HTTP/1.1" 200 565 0.027832 10.0.0.34 - - [2025-01-02 02:17:38] "POST /neutron/network HTTP/1.1" 200 151 0.131558 10.0.0.34 - - [2025-01-02 02:17:38] "DELETE /route-target/bc4734e7-2bfe-40ef-ad6f-75627edd85db HTTP/1.1" 200 115 0.029054 10.0.0.34 - - [2025-01-02 02:17:38] "POST /virtual-machine-interfaces HTTP/1.1" 200 830 0.087474 10.0.0.34 - - [2025-01-02 02:17:38] "POST /chown HTTP/1.1" 200 109 0.008515 10.0.0.34 - - [2025-01-02 02:17:38] "POST /instance-ips HTTP/1.1" 400 213 0.015834 10.0.0.34 - - [2025-01-02 02:17:38] "POST /chown HTTP/1.1" 200 109 0.007780 10.0.0.34 - - [2025-01-02 02:17:38] "PUT /virtual-machine-interface/1097f657-31a0-4469-8c15-14d52334c672 HTTP/1.1" 200 284 0.010245 10.0.0.34 - - [2025-01-02 02:17:39] "PUT /instance-ip/8556a429-c48a-439f-83cb-96dee11195b4 HTTP/1.1" 200 256 0.011673 10.0.0.34 - - [2025-01-02 02:17:39] "POST /ref-update HTTP/1.1" 200 156 0.011789 10.0.0.34 - - [2025-01-02 02:17:39] "POST /ref-update HTTP/1.1" 200 156 0.013979 10.0.0.34 - - [2025-01-02 02:17:39] "GET /projects?obj_uuids=d1319988-72f6-4009-90b9-2505d1f66290&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001520 10.0.0.34 - - [2025-01-02 02:17:39] "POST /neutron/security_group HTTP/1.1" 200 2103 0.072721 10.0.0.34 - - [2025-01-02 02:17:39] "POST /neutron/security_group HTTP/1.1" 200 2093 0.004492 10.0.0.34 - - [2025-01-02 02:17:39] "POST /neutron/security_group HTTP/1.1" 400 206 0.015153 10.0.0.34 - - [2025-01-02 02:17:39] "POST /virtual-machine-interfaces HTTP/1.1" 200 828 0.107980 10.0.0.34 - - [2025-01-02 02:17:39] "POST /chown HTTP/1.1" 200 109 0.007557 10.0.0.34 - - [2025-01-02 02:17:39] "POST /instance-ips HTTP/1.1" 400 322 0.017081 10.0.0.34 - - [2025-01-02 02:17:39] "POST /chown HTTP/1.1" 200 109 0.007374 10.0.0.34 - - [2025-01-02 02:17:39] "PUT /virtual-machine-interface/b2ccda7f-3977-4d39-a118-85838306629b HTTP/1.1" 200 284 0.010401 10.0.0.34 - - [2025-01-02 02:17:39] "PUT /instance-ip/85d8c042-ce78-425e-b527-ca12aa4b885b HTTP/1.1" 200 256 0.012838 10.0.0.34 - - [2025-01-02 02:17:39] "POST /ref-update HTTP/1.1" 200 156 0.011824 10.0.0.34 - - [2025-01-02 02:17:39] "POST /ref-update HTTP/1.1" 200 156 0.010842 10.0.0.34 - - [2025-01-02 02:17:39] "GET /logical-router/b096ca9a-048d-40c0-a4fa-da1b61396ffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003000 10.0.0.34 - - [2025-01-02 02:17:39] "GET /service-instance/87da75ed-c303-4b68-bebb-d30ec4d068d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2295 0.005431 10.0.0.34 - - [2025-01-02 02:17:39] "DELETE /route-table/ea37d934-8291-4528-b6af-1133678c7a2d HTTP/1.1" 200 115 0.023494 10.0.0.34 - - [2025-01-02 02:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002831 10.0.0.34 - - [2025-01-02 02:17:39] "GET /virtual-network/b270ecd4-3f23-4eb9-96cc-6a819212fd4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2130 0.006513 10.0.0.34 - - [2025-01-02 02:17:40] "POST /ref-update HTTP/1.1" 200 156 0.010897 10.0.0.34 - - [2025-01-02 02:17:40] "POST /ref-update HTTP/1.1" 200 156 0.011289 10.0.0.34 - - [2025-01-02 02:17:40] "DELETE /instance-ip/85d8c042-ce78-425e-b527-ca12aa4b885b HTTP/1.1" 200 115 0.033555 10.0.0.34 - - [2025-01-02 02:17:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003361 10.0.0.34 - - [2025-01-02 02:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.006922 10.0.0.34 - - [2025-01-02 02:17:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003369 10.0.0.34 - - [2025-01-02 02:17:40] "DELETE /virtual-network/b270ecd4-3f23-4eb9-96cc-6a819212fd4a HTTP/1.1" 200 115 0.122052 10.0.0.34 - - [2025-01-02 02:17:40] "DELETE /route-target/8217b155-5d42-4291-850c-26d53b52202f HTTP/1.1" 200 115 0.021514 10.0.0.34 - - [2025-01-02 02:17:40] "DELETE /service-instance/87da75ed-c303-4b68-bebb-d30ec4d068d4 HTTP/1.1" 200 115 0.028945 10.0.0.34 - - [2025-01-02 02:17:40] "GET /logical-router/652a7cb5-1a19-4880-8308-659e4350315b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002759 10.0.0.34 - - [2025-01-02 02:17:40] "GET /service-instance/3d462a5d-0ab4-4fc0-9ba9-312fab4859da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2295 0.004483 10.0.0.34 - - [2025-01-02 02:17:40] "DELETE /route-table/207d4805-5acd-46bf-aab3-0db045d8b6ac HTTP/1.1" 200 115 0.032547 10.0.0.34 - - [2025-01-02 02:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002772 10.0.0.34 - - [2025-01-02 02:17:40] "GET /virtual-network/7c10db5b-d573-41bc-9499-67cc660c0d1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.006437 10.0.0.34 - - [2025-01-02 02:17:40] "POST /ref-update HTTP/1.1" 200 156 0.011722 10.0.0.34 - - [2025-01-02 02:17:40] "POST /ref-update HTTP/1.1" 200 156 0.013645 10.0.0.34 - - [2025-01-02 02:17:40] "DELETE /instance-ip/7faa0f21-966d-4d30-b108-c0faf1153a46 HTTP/1.1" 200 115 0.035124 10.0.0.34 - - [2025-01-02 02:17:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003735 10.0.0.34 - - [2025-01-02 02:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005023 10.0.0.34 - - [2025-01-02 02:17:40] "POST /useragent-kv HTTP/1.1" 200 115 0.001868 10.0.0.34 - - [2025-01-02 02:17:40] "DELETE /virtual-network/7c10db5b-d573-41bc-9499-67cc660c0d1e HTTP/1.1" 200 115 0.115715 10.0.0.34 - - [2025-01-02 02:17:40] "DELETE /route-target/66012ce1-3379-433a-83ad-e50401de6f19 HTTP/1.1" 200 115 0.023041 10.0.0.34 - - [2025-01-02 02:17:40] "DELETE /service-instance/3d462a5d-0ab4-4fc0-9ba9-312fab4859da HTTP/1.1" 200 115 0.037342 10.0.0.34 - - [2025-01-02 02:17:40] "GET /projects?obj_uuids=9d0cf4de-4d45-48c4-9471-216af1634d40&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001997 10.0.0.34 - - [2025-01-02 02:17:40] "GET /domains?obj_uuids=e2abe4f2-6725-4295-8c1a-d310d4c72b51&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001205 10.0.0.34 - - [2025-01-02 02:17:40] "GET /virtual-machine-interface/1097f657-31a0-4469-8c15-14d52334c672?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1677 0.006924 10.0.0.34 - - [2025-01-02 02:17:40] "GET /domain/e2abe4f2-6725-4295-8c1a-d310d4c72b51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.051558 10.0.0.34 - - [2025-01-02 02:17:40] "POST /ref-update HTTP/1.1" 200 156 0.017829 10.0.0.34 - - [2025-01-02 02:17:41] "GET /instance-ip/8556a429-c48a-439f-83cb-96dee11195b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2091 0.003651 10.0.0.34 - - [2025-01-02 02:17:41] "POST /id-to-fqname HTTP/1.1" 200 206 0.002008 10.0.0.34 - - [2025-01-02 02:17:41] "POST /fqname-to-id HTTP/1.1" 404 215 0.002085 10.0.0.34 - - [2025-01-02 02:17:41] "DELETE /virtual-machine-interface/1097f657-31a0-4469-8c15-14d52334c672 HTTP/1.1" 200 115 0.048893 10.0.0.34 - - [2025-01-02 02:17:41] "GET /virtual-machine-interface/b2ccda7f-3977-4d39-a118-85838306629b?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1352 0.006261 10.0.0.34 - - [2025-01-02 02:17:41] "POST /security-groups HTTP/1.1" 200 607 0.070064 10.0.0.34 - - [2025-01-02 02:17:41] "POST /fqname-to-id HTTP/1.1" 404 250 0.002373 10.0.0.34 - - [2025-01-02 02:17:41] "DELETE /virtual-machine-interface/b2ccda7f-3977-4d39-a118-85838306629b HTTP/1.1" 200 115 0.059672 10.0.0.34 - - [2025-01-02 02:17:41] "POST /projects HTTP/1.1" 200 617 0.235371 10.0.0.34 - - [2025-01-02 02:17:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.276317 10.0.0.34 - - [2025-01-02 02:17:41] "POST /access-control-lists HTTP/1.1" 200 612 0.063246 10.0.0.34 - - [2025-01-02 02:17:41] "DELETE /virtual-machine/c2f79d17-19b4-43a4-8344-c1fc3edb07de HTTP/1.1" 200 115 0.069695 10.0.0.34 - - [2025-01-02 02:17:41] "GET /virtual-machine-interface/5d71d476-cc35-4ddf-8efe-a14ebcd279a0?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1677 0.004894 10.0.0.34 - - [2025-01-02 02:17:41] "POST /fqname-to-id HTTP/1.1" 404 249 0.002543 10.0.0.34 - - [2025-01-02 02:17:41] "POST /neutron/network HTTP/1.1" 200 701 0.536469 10.0.0.34 - - [2025-01-02 02:17:41] "POST /ref-update HTTP/1.1" 200 156 0.018161 10.0.0.34 - - [2025-01-02 02:17:41] "POST /access-control-lists HTTP/1.1" 200 610 0.064254 10.0.0.34 - - [2025-01-02 02:17:41] "GET /instance-ip/8556a429-c48a-439f-83cb-96dee11195b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1678 0.015349 10.0.0.34 - - [2025-01-02 02:17:41] "POST /route-targets HTTP/1.1" 200 327 0.014180 10.0.0.34 - - [2025-01-02 02:17:41] "DELETE /instance-ip/8556a429-c48a-439f-83cb-96dee11195b4 HTTP/1.1" 200 115 0.040854 10.0.0.34 - - [2025-01-02 02:17:41] "POST /useragent-kv HTTP/1.1" 200 115 0.006654 10.0.0.34 - - [2025-01-02 02:17:41] "DELETE /virtual-machine-interface/5d71d476-cc35-4ddf-8efe-a14ebcd279a0 HTTP/1.1" 200 115 0.053534 10.0.0.34 - - [2025-01-02 02:17:41] "POST /neutron/subnet HTTP/1.1" 200 710 0.208250 10.0.0.34 - - [2025-01-02 02:17:41] "POST /ref-update HTTP/1.1" 200 156 0.020572 10.0.0.34 - - [2025-01-02 02:17:41] "GET /virtual-machine-interface/33cbcb85-ef80-45f0-b2e9-e5392a083727?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1351 0.012055 10.0.0.34 - - [2025-01-02 02:17:41] "GET /projects?obj_uuids=9d0cf4de-4d45-48c4-9471-216af1634d40&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001464 10.0.0.34 - - [2025-01-02 02:17:41] "DELETE /virtual-machine-interface/33cbcb85-ef80-45f0-b2e9-e5392a083727 HTTP/1.1" 200 115 0.045171 10.0.0.34 - - [2025-01-02 02:17:41] "POST /neutron/router HTTP/1.1" 200 659 0.109796 10.0.0.34 - - [2025-01-02 02:17:41] "POST /ref-update HTTP/1.1" 200 156 0.015177 10.0.0.34 - - [2025-01-02 02:17:41] "POST /neutron/router HTTP/1.1" 200 659 0.004585 10.0.0.34 - - [2025-01-02 02:17:41] "PUT /logical-router/487cf7c1-0616-458d-a834-a2e2dba71ad3 HTTP/1.1" 200 262 0.033946 10.0.0.34 - - [2025-01-02 02:17:41] "GET /projects?obj_uuids=9d0cf4de-4d45-48c4-9471-216af1634d40&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001194 10.0.0.34 - - [2025-01-02 02:17:41] "DELETE /virtual-machine/abf29a3c-401c-49d4-88b9-96ca7670a718 HTTP/1.1" 200 115 0.030395 10.0.0.34 - - [2025-01-02 02:17:41] "GET /virtual-machine-interface/027d6787-f474-4401-b26d-04c5b485226d?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1676 0.034453 10.0.0.34 - - [2025-01-02 02:17:41] "POST /ref-update HTTP/1.1" 200 156 0.025801 10.0.0.34 - - [2025-01-02 02:17:41] "POST /neutron/router HTTP/1.1" 200 344 0.209442 10.0.0.34 - - [2025-01-02 02:17:41] "GET /projects?obj_uuids=9d0cf4de-4d45-48c4-9471-216af1634d40&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001139 10.0.0.34 - - [2025-01-02 02:17:41] "POST /ref-update HTTP/1.1" 200 156 0.022925 10.0.0.34 - - [2025-01-02 02:17:41] "GET /instance-ip/3254909c-078f-4a4f-b1bf-80daa71b10b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2092 0.009224 10.0.0.34 - - [2025-01-02 02:17:42] "DELETE /virtual-machine-interface/027d6787-f474-4401-b26d-04c5b485226d HTTP/1.1" 200 115 0.100703 10.0.0.34 - - [2025-01-02 02:17:42] "GET /virtual-machine-interface/9ade36e6-a1e4-4f42-9f68-cfb3c12c4a63?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1352 0.005729 10.0.0.34 - - [2025-01-02 02:17:42] "POST /neutron/port HTTP/1.1" 200 1051 0.216563 10.0.0.34 - - [2025-01-02 02:17:42] "POST /neutron/floatingip HTTP/1.1" 400 268 0.003468 10.0.0.34 - - [2025-01-02 02:17:42] "POST /neutron/port HTTP/1.1" 200 1051 0.007381 10.0.0.34 - - [2025-01-02 02:17:42] "DELETE /virtual-machine-interface/9ade36e6-a1e4-4f42-9f68-cfb3c12c4a63 HTTP/1.1" 200 115 0.037210 10.0.0.34 - - [2025-01-02 02:17:42] "DELETE /virtual-machine/9a5fc213-9ecc-40d0-a95b-8fcbf8e36378 HTTP/1.1" 200 115 0.021610 10.0.0.34 - - [2025-01-02 02:17:42] "GET /virtual-machine-interface/cd1e992d-85e5-4d03-ae38-ae7f6c0a6c8d?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1678 0.006252 10.0.0.34 - - [2025-01-02 02:17:42] "POST /neutron/port HTTP/1.1" 200 151 0.090757 10.0.0.34 - - [2025-01-02 02:17:42] "POST /ref-update HTTP/1.1" 200 156 0.013747 10.0.0.34 - - [2025-01-02 02:17:42] "POST /neutron/port HTTP/1.1" 200 1015 0.023585 10.0.0.34 - - [2025-01-02 02:17:42] "POST /neutron/router HTTP/1.1" 200 659 0.004414 10.0.0.34 - - [2025-01-02 02:17:42] "GET /instance-ip/3254909c-078f-4a4f-b1bf-80daa71b10b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1679 0.007735 10.0.0.34 - - [2025-01-02 02:17:42] "POST /ref-update HTTP/1.1" 200 156 0.010860 10.0.0.34 - - [2025-01-02 02:17:42] "DELETE /instance-ip/3254909c-078f-4a4f-b1bf-80daa71b10b5 HTTP/1.1" 200 115 0.047959 10.0.0.34 - - [2025-01-02 02:17:42] "POST /neutron/router HTTP/1.1" 200 344 0.121866 10.0.0.34 - - [2025-01-02 02:17:42] "POST /neutron/router HTTP/1.1" 200 659 0.004966 10.0.0.34 - - [2025-01-02 02:17:42] "DELETE /virtual-machine-interface/cd1e992d-85e5-4d03-ae38-ae7f6c0a6c8d HTTP/1.1" 200 115 0.055056 10.0.0.34 - - [2025-01-02 02:17:42] "GET /virtual-machine-interface/9f738034-ac2c-4831-b4ee-9a83933b50d3?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1352 0.006653 10.0.0.34 - - [2025-01-02 02:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003830 10.0.0.34 - - [2025-01-02 02:17:42] "POST /neutron/router HTTP/1.1" 200 151 0.053105 10.0.0.34 - - [2025-01-02 02:17:42] "POST /neutron/subnet HTTP/1.1" 200 710 0.007102 10.0.0.34 - - [2025-01-02 02:17:42] "DELETE /route-target/5c38c8ff-f197-4da5-a936-8765cde1ad61 HTTP/1.1" 200 115 0.023744 10.0.0.34 - - [2025-01-02 02:17:42] "DELETE /virtual-machine-interface/9f738034-ac2c-4831-b4ee-9a83933b50d3 HTTP/1.1" 200 115 0.035199 10.0.0.34 - - [2025-01-02 02:17:42] "POST /ref-update HTTP/1.1" 200 156 0.010236 10.0.0.34 - - [2025-01-02 02:17:42] "DELETE /virtual-machine/72e368a9-bb7d-4fea-a154-cc6a900f5902 HTTP/1.1" 200 115 0.031856 10.0.0.34 - - [2025-01-02 02:17:42] "POST /useragent-kv HTTP/1.1" 200 115 0.004273 10.0.0.34 - - [2025-01-02 02:17:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002614 10.0.0.34 - - [2025-01-02 02:17:42] "POST /neutron/subnet HTTP/1.1" 200 151 0.192476 10.0.0.34 - - [2025-01-02 02:17:42] "POST /neutron/network HTTP/1.1" 200 768 0.004291 10.0.0.34 - - [2025-01-02 02:17:42] "POST /neutron/network HTTP/1.1" 200 151 0.063997 10.0.0.34 - - [2025-01-02 02:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003770 10.0.0.34 - - [2025-01-02 02:17:42] "DELETE /route-target/46ad4a1e-b9ac-4ea5-82fe-5744bfdc3a48 HTTP/1.1" 200 115 0.026227 10.0.0.34 - - [2025-01-02 02:17:43] "DELETE /project/d1c2cc508cde42a3ac55fa922fb2671b HTTP/1.1" 404 173 0.025779 10.0.0.34 - - [2025-01-02 02:17:43] "DELETE /project/f3698b9bdd824e1491a985202106e6bb HTTP/1.1" 404 173 0.017172 10.0.0.34 - - [2025-01-02 02:17:43] "DELETE /project/5473908a70a44207a83df46dc1f28211 HTTP/1.1" 404 173 0.013712 10.0.0.34 - - [2025-01-02 02:17:43] "DELETE /project/9ff45a3dfe964b39ba5ee0bab02c792f HTTP/1.1" 404 173 0.009379 10.0.0.34 - - [2025-01-02 02:17:43] "DELETE /project/9e994f1216b7493a91e2415fa268d24c HTTP/1.1" 404 173 0.011397 10.0.0.34 - - [2025-01-02 02:17:43] "DELETE /project/c4d315fc7e954755ae322e8e0a8a7b57 HTTP/1.1" 404 173 0.008944 10.0.0.34 - - [2025-01-02 02:17:43] "GET /projects?obj_uuids=d1c2cc50-8cde-42a3-ac55-fa922fb2671b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001216 10.0.0.34 - - [2025-01-02 02:17:43] "GET /projects?obj_uuids=acd0e063-17d5-4008-8d67-43afeafaf8af&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001346 10.0.0.34 - - [2025-01-02 02:17:43] "GET /projects?obj_uuids=6f50bb80-3e14-411c-be19-c80093487bcb&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001122 10.0.0.34 - - [2025-01-02 02:17:43] "GET /projects?obj_uuids=9ff45a3d-fe96-4b39-ba5e-e0bab02c792f&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.001070 10.0.0.34 - - [2025-01-02 02:17:43] "DELETE /project/53cf83fb9f9240759e1a6ba36a64a5e3 HTTP/1.1" 404 173 0.020156 10.0.0.34 - - [2025-01-02 02:17:43] "DELETE /project/71c4243101584ecfb90346c1d4ce3eab HTTP/1.1" 404 173 0.016704 10.0.0.34 - - [2025-01-02 02:17:43] "DELETE /project/ebf10e96bc264804a30017c066258a19 HTTP/1.1" 404 173 0.013135 10.0.0.34 - - [2025-01-02 02:17:43] "GET /projects?obj_uuids=9d0cf4de-4d45-48c4-9471-216af1634d40&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001160 10.0.0.34 - - [2025-01-02 02:17:43] "GET /projects?obj_uuids=48d5b4a2-865a-4e75-855e-310fa20605be&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001002 10.0.0.34 - - [2025-01-02 02:17:43] "GET /projects?obj_uuids=ebf10e96-bc26-4804-a300-17c066258a19&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002452 10.0.0.34 - - [2025-01-02 02:17:43] "GET /projects?obj_uuids=53cf83fb-9f92-4075-9e1a-6ba36a64a5e3&detail=False&count=False&shared=False HTTP/1.1" 200 376 0.001145 10.0.0.34 - - [2025-01-02 02:17:43] "GET /project/d1c2cc50-8cde-42a3-ac55-fa922fb2671b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.143400 10.0.0.34 - - [2025-01-02 02:17:43] "GET /project/acd0e063-17d5-4008-8d67-43afeafaf8af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.129073 10.0.0.34 - - [2025-01-02 02:17:43] "GET /project/9ff45a3d-fe96-4b39-ba5e-e0bab02c792f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1557 0.137125 10.0.0.34 - - [2025-01-02 02:17:43] "GET /projects?obj_uuids=acd0e063-17d5-4008-8d67-43afeafaf8af&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001168 10.0.0.34 - - [2025-01-02 02:17:43] "GET /projects?obj_uuids=d1c2cc50-8cde-42a3-ac55-fa922fb2671b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001653 10.0.0.34 - - [2025-01-02 02:17:43] "GET /project/6f50bb80-3e14-411c-be19-c80093487bcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1524 0.209574 10.0.0.34 - - [2025-01-02 02:17:43] "GET /projects?obj_uuids=9ff45a3d-fe96-4b39-ba5e-e0bab02c792f&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.001201 10.0.0.34 - - [2025-01-02 02:17:43] "GET /project/48d5b4a2-865a-4e75-855e-310fa20605be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1551 0.198711 10.0.0.34 - - [2025-01-02 02:17:43] "GET /project/53cf83fb-9f92-4075-9e1a-6ba36a64a5e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1576 0.193297 10.0.0.34 - - [2025-01-02 02:17:43] "GET /project/ebf10e96-bc26-4804-a300-17c066258a19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1521 0.201794 10.0.0.34 - - [2025-01-02 02:17:43] "GET /projects?obj_uuids=b73aecd8-c537-497f-99fb-4ac1ad0a12c4&detail=False&count=False&shared=False HTTP/1.1" 200 364 0.001419 10.0.0.34 - - [2025-01-02 02:17:43] "GET /projects?obj_uuids=5473908a-70a4-4207-a83d-f46dc1f28211&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001159 10.0.0.34 - - [2025-01-02 02:17:43] "GET /projects?obj_uuids=1963a75c-d2bc-459e-a541-a12293bacdc9&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000977 10.0.0.34 - - [2025-01-02 02:17:43] "POST /neutron/security_group HTTP/1.1" 200 2110 0.276345 10.0.0.34 - - [2025-01-02 02:17:43] "GET /projects?obj_uuids=6f50bb80-3e14-411c-be19-c80093487bcb&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001717 10.0.0.34 - - [2025-01-02 02:17:43] "POST /neutron/security_group HTTP/1.1" 200 2100 0.013115 10.0.0.34 - - [2025-01-02 02:17:43] "GET /projects?obj_uuids=ebf10e96-bc26-4804-a300-17c066258a19&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001357 10.0.0.34 - - [2025-01-02 02:17:43] "GET /projects?obj_uuids=53cf83fb-9f92-4075-9e1a-6ba36a64a5e3&detail=False&count=False&shared=False HTTP/1.1" 200 376 0.000949 10.0.0.34 - - [2025-01-02 02:17:43] "GET /projects?obj_uuids=48d5b4a2-865a-4e75-855e-310fa20605be&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001025 10.0.0.34 - - [2025-01-02 02:17:43] "GET /project/acd0e063-17d5-4008-8d67-43afeafaf8af?fields=security_groups HTTP/1.1" 200 1111 0.227857 10.0.0.34 - - [2025-01-02 02:17:43] "GET /project/d1c2cc50-8cde-42a3-ac55-fa922fb2671b?fields=security_groups HTTP/1.1" 200 1373 0.250475 10.0.0.34 - - [2025-01-02 02:17:43] "GET /project/5473908a-70a4-4207-a83d-f46dc1f28211?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.233935 10.0.0.34 - - [2025-01-02 02:17:43] "GET /project/9ff45a3d-fe96-4b39-ba5e-e0bab02c792f?fields=security_groups HTTP/1.1" 200 1148 0.266276 10.0.0.34 - - [2025-01-02 02:17:43] "GET /project/1963a75c-d2bc-459e-a541-a12293bacdc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1524 0.249570 10.0.0.34 - - [2025-01-02 02:17:43] "GET /project/b73aecd8-c537-497f-99fb-4ac1ad0a12c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1529 0.263029 10.0.0.34 - - [2025-01-02 02:17:43] "GET /project/6f50bb80-3e14-411c-be19-c80093487bcb?fields=security_groups HTTP/1.1" 200 1130 0.204867 10.0.0.34 - - [2025-01-02 02:17:43] "GET /project/48d5b4a2-865a-4e75-855e-310fa20605be?fields=security_groups HTTP/1.1" 200 1143 0.199353 10.0.0.34 - - [2025-01-02 02:17:43] "GET /project/53cf83fb-9f92-4075-9e1a-6ba36a64a5e3?fields=security_groups HTTP/1.1" 200 1157 0.202151 10.0.0.34 - - [2025-01-02 02:17:43] "GET /project/ebf10e96-bc26-4804-a300-17c066258a19?fields=security_groups HTTP/1.1" 200 1129 0.206223 10.0.0.34 - - [2025-01-02 02:17:43] "GET /projects?obj_uuids=5473908a-70a4-4207-a83d-f46dc1f28211&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001319 10.0.0.34 - - [2025-01-02 02:17:43] "GET /projects?obj_uuids=acd0e063-17d5-4008-8d67-43afeafaf8af&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001262 10.0.0.34 - - [2025-01-02 02:17:43] "GET /projects?obj_uuids=b73aecd8-c537-497f-99fb-4ac1ad0a12c4&detail=False&count=False&shared=False HTTP/1.1" 200 364 0.001500 10.0.0.34 - - [2025-01-02 02:17:43] "GET /projects?obj_uuids=1963a75c-d2bc-459e-a541-a12293bacdc9&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001049 10.0.0.34 - - [2025-01-02 02:17:43] "GET /projects?obj_uuids=6f50bb80-3e14-411c-be19-c80093487bcb&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001337 10.0.0.34 - - [2025-01-02 02:17:43] "GET /projects?obj_uuids=9ff45a3d-fe96-4b39-ba5e-e0bab02c792f&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.001077 10.0.0.34 - - [2025-01-02 02:17:43] "GET /projects?obj_uuids=48d5b4a2-865a-4e75-855e-310fa20605be&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001222 10.0.0.34 - - [2025-01-02 02:17:44] "GET /projects?obj_uuids=ebf10e96-bc26-4804-a300-17c066258a19&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001202 10.0.0.34 - - [2025-01-02 02:17:44] "GET /projects?obj_uuids=53cf83fb-9f92-4075-9e1a-6ba36a64a5e3&detail=False&count=False&shared=False HTTP/1.1" 200 376 0.001004 10.0.0.34 - - [2025-01-02 02:17:44] "GET /project/acd0e063-17d5-4008-8d67-43afeafaf8af?fields=application_policy_sets HTTP/1.1" 200 1415 0.179570 10.0.0.34 - - [2025-01-02 02:17:44] "GET /project/1963a75c-d2bc-459e-a541-a12293bacdc9?fields=security_groups HTTP/1.1" 200 1130 0.151591 10.0.0.34 - - [2025-01-02 02:17:44] "GET /project/b73aecd8-c537-497f-99fb-4ac1ad0a12c4?fields=security_groups HTTP/1.1" 200 1133 0.154353 10.0.0.34 - - [2025-01-02 02:17:44] "GET /project/5473908a-70a4-4207-a83d-f46dc1f28211?fields=security_groups HTTP/1.1" 200 1114 0.194865 10.0.0.34 - - [2025-01-02 02:17:44] "GET /project/9ff45a3d-fe96-4b39-ba5e-e0bab02c792f?fields=application_policy_sets HTTP/1.1" 200 1469 0.158344 10.0.0.34 - - [2025-01-02 02:17:44] "GET /project/6f50bb80-3e14-411c-be19-c80093487bcb?fields=application_policy_sets HTTP/1.1" 200 1444 0.157197 10.0.0.34 - - [2025-01-02 02:17:44] "GET /project/48d5b4a2-865a-4e75-855e-310fa20605be?fields=application_policy_sets HTTP/1.1" 200 1464 0.156676 10.0.0.34 - - [2025-01-02 02:17:44] "GET /project/53cf83fb-9f92-4075-9e1a-6ba36a64a5e3?fields=application_policy_sets HTTP/1.1" 200 1483 0.172208 10.0.0.34 - - [2025-01-02 02:17:44] "GET /project/ebf10e96-bc26-4804-a300-17c066258a19?fields=application_policy_sets HTTP/1.1" 200 1442 0.177262 10.0.0.34 - - [2025-01-02 02:17:44] "GET /projects?obj_uuids=1963a75c-d2bc-459e-a541-a12293bacdc9&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001189 10.0.0.34 - - [2025-01-02 02:17:44] "GET /projects?obj_uuids=5473908a-70a4-4207-a83d-f46dc1f28211&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001602 10.0.0.34 - - [2025-01-02 02:17:44] "GET /projects?obj_uuids=b73aecd8-c537-497f-99fb-4ac1ad0a12c4&detail=False&count=False&shared=False HTTP/1.1" 200 364 0.001435 10.0.0.34 - - [2025-01-02 02:17:44] "GET /project/1963a75c-d2bc-459e-a541-a12293bacdc9?fields=application_policy_sets HTTP/1.1" 200 1444 0.170922 10.0.0.34 - - [2025-01-02 02:17:44] "GET /project/5473908a-70a4-4207-a83d-f46dc1f28211?fields=application_policy_sets HTTP/1.1" 200 1420 0.136906 10.0.0.34 - - [2025-01-02 02:17:44] "GET /project/b73aecd8-c537-497f-99fb-4ac1ad0a12c4?fields=application_policy_sets HTTP/1.1" 200 1448 0.145000 10.0.0.34 - - [2025-01-02 02:17:44] "DELETE /access-control-list/68df231f-8f44-4d2c-a4c5-a84cdfb49873 HTTP/1.1" 200 115 0.321092 10.0.0.34 - - [2025-01-02 02:17:44] "POST /neutron/security_group HTTP/1.1" 200 151 0.653161 10.0.0.34 - - [2025-01-02 02:17:44] "DELETE /security-group/97b28671-aa2e-497f-80b7-eecc80f6a570 HTTP/1.1" 200 115 0.489779 10.0.0.34 - - [2025-01-02 02:17:44] "GET /projects?obj_uuids=d1c2cc50-8cde-42a3-ac55-fa922fb2671b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001287 10.0.0.34 - - [2025-01-02 02:17:44] "DELETE /access-control-list/1b9add6d-1249-451f-bdfe-5ff59168a555 HTTP/1.1" 200 115 0.143853 10.0.0.34 - - [2025-01-02 02:17:44] "GET /project/d1c2cc50-8cde-42a3-ac55-fa922fb2671b?fields=application_policy_sets HTTP/1.1" 200 1412 0.114002 10.0.0.34 - - [2025-01-02 02:17:44] "DELETE /access-control-list/aaa76779-fb64-450e-9858-25020d91dc09 HTTP/1.1" 200 115 0.180684 10.0.0.34 - - [2025-01-02 02:17:44] "DELETE /project/9ff45a3d-fe96-4b39-ba5e-e0bab02c792f HTTP/1.1" 200 115 1.310971 10.0.0.34 - - [2025-01-02 02:17:44] "DELETE /project/6f50bb80-3e14-411c-be19-c80093487bcb HTTP/1.1" 200 115 1.315344 10.0.0.34 - - [2025-01-02 02:17:44] "DELETE /project/48d5b4a2-865a-4e75-855e-310fa20605be HTTP/1.1" 200 115 1.283188 10.0.0.34 - - [2025-01-02 02:17:44] "GET /projects?obj_uuids=9e994f12-16b7-493a-91e2-415fa268d24c&detail=False&count=False&shared=False HTTP/1.1" 200 364 0.001304 10.0.0.34 - - [2025-01-02 02:17:44] "DELETE /project/acd0e063-17d5-4008-8d67-43afeafaf8af HTTP/1.1" 200 115 1.361643 10.0.0.34 - - [2025-01-02 02:17:44] "GET /projects?obj_uuids=c4d315fc-7e95-4755-ae32-2e8e0a8a7b57&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001295 10.0.0.34 - - [2025-01-02 02:17:44] "DELETE /project/d131998872f6400990b92505d1f66290 HTTP/1.1" 404 173 0.010843 10.0.0.34 - - [2025-01-02 02:17:44] "DELETE /project/acd0e06317d540088d6743afeafaf8af HTTP/1.1" 404 173 0.008954 10.0.0.34 - - [2025-01-02 02:17:44] "DELETE /project/ebf10e96-bc26-4804-a300-17c066258a19 HTTP/1.1" 200 115 1.334943 10.0.0.34 - - [2025-01-02 02:17:44] "DELETE /project/53cf83fb-9f92-4075-9e1a-6ba36a64a5e3 HTTP/1.1" 200 115 1.349051 10.0.0.34 - - [2025-01-02 02:17:44] "DELETE /project/678a94b8fb1946d190e51e309a523280 HTTP/1.1" 404 173 0.007711 10.0.0.34 - - [2025-01-02 02:17:44] "GET /project/9e994f12-16b7-493a-91e2-415fa268d24c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1529 0.101007 10.0.0.34 - - [2025-01-02 02:17:44] "GET /project/c4d315fc-7e95-4755-ae32-2e8e0a8a7b57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.101743 10.0.0.34 - - [2025-01-02 02:17:44] "DELETE /project/1963a75cd2bc459ea541a12293bacdc9 HTTP/1.1" 404 173 0.016853 10.0.0.34 - - [2025-01-02 02:17:44] "GET /projects?obj_uuids=71c42431-0158-4ecf-b903-46c1d4ce3eab&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001123 10.0.0.34 - - [2025-01-02 02:17:44] "DELETE /project/b73aecd8c537497f99fb4ac1ad0a12c4 HTTP/1.1" 404 173 0.012967 10.0.0.34 - - [2025-01-02 02:17:44] "GET /projects?obj_uuids=9e994f12-16b7-493a-91e2-415fa268d24c&detail=False&count=False&shared=False HTTP/1.1" 200 364 0.001124 10.0.0.34 - - [2025-01-02 02:17:44] "GET /projects?obj_uuids=c4d315fc-7e95-4755-ae32-2e8e0a8a7b57&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001216 10.0.0.34 - - [2025-01-02 02:17:44] "DELETE /project/6f50bb803e14411cbe19c80093487bcb HTTP/1.1" 404 173 0.006360 10.0.0.34 - - [2025-01-02 02:17:44] "DELETE /access-control-list/c654df17-d2b8-4c6b-8f30-a9ff2e2cd637 HTTP/1.1" 200 115 0.177696 10.0.0.34 - - [2025-01-02 02:17:44] "DELETE /project/b73aecd8-c537-497f-99fb-4ac1ad0a12c4 HTTP/1.1" 200 115 1.290683 10.0.0.34 - - [2025-01-02 02:17:44] "DELETE /project/1963a75c-d2bc-459e-a541-a12293bacdc9 HTTP/1.1" 200 115 1.330158 10.0.0.34 - - [2025-01-02 02:17:44] "GET /projects?obj_uuids=f3698b9b-dd82-4e14-91a9-85202106e6bb&detail=False&count=False&shared=False HTTP/1.1" 200 376 0.001022 10.0.0.34 - - [2025-01-02 02:17:44] "DELETE /project/9d0cf4de4d4548c49471216af1634d40 HTTP/1.1" 404 173 0.008170 10.0.0.34 - - [2025-01-02 02:17:44] "GET /project/71c42431-0158-4ecf-b903-46c1d4ce3eab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.098943 10.0.0.34 - - [2025-01-02 02:17:44] "GET /project/9e994f12-16b7-493a-91e2-415fa268d24c?fields=security_groups HTTP/1.1" 200 1133 0.088199 10.0.0.34 - - [2025-01-02 02:17:44] "GET /project/c4d315fc-7e95-4755-ae32-2e8e0a8a7b57?fields=security_groups HTTP/1.1" 200 1135 0.087639 10.0.0.34 - - [2025-01-02 02:17:44] "DELETE /project/5473908a-70a4-4207-a83d-f46dc1f28211 HTTP/1.1" 200 115 1.372381 10.0.0.34 - - [2025-01-02 02:17:44] "DELETE /project/48d5b4a2865a4e75855e310fa20605be HTTP/1.1" 404 173 0.016907 10.0.0.34 - - [2025-01-02 02:17:44] "DELETE /project/59ecc923cfa74b98a48c6055dffdec4e HTTP/1.1" 404 173 0.007123 10.0.0.34 - - [2025-01-02 02:17:44] "GET /projects?obj_uuids=71c42431-0158-4ecf-b903-46c1d4ce3eab&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001358 10.0.0.34 - - [2025-01-02 02:17:44] "GET /projects?obj_uuids=9e994f12-16b7-493a-91e2-415fa268d24c&detail=False&count=False&shared=False HTTP/1.1" 200 364 0.001158 10.0.0.34 - - [2025-01-02 02:17:44] "DELETE /project/d1c2cc50-8cde-42a3-ac55-fa922fb2671b HTTP/1.1" 200 115 1.623776 10.0.0.34 - - [2025-01-02 02:17:44] "GET /projects?obj_uuids=c4d315fc-7e95-4755-ae32-2e8e0a8a7b57&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001131 10.0.0.34 - - [2025-01-02 02:17:44] "GET /project/f3698b9b-dd82-4e14-91a9-85202106e6bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1577 0.121558 10.0.0.34 - - [2025-01-02 02:17:45] "GET /project/71c42431-0158-4ecf-b903-46c1d4ce3eab?fields=security_groups HTTP/1.1" 200 1112 0.079653 10.0.0.34 - - [2025-01-02 02:17:45] "GET /project/c4d315fc-7e95-4755-ae32-2e8e0a8a7b57?fields=application_policy_sets HTTP/1.1" 200 1451 0.051513 10.0.0.34 - - [2025-01-02 02:17:45] "GET /project/9e994f12-16b7-493a-91e2-415fa268d24c?fields=application_policy_sets HTTP/1.1" 200 1448 0.084053 10.0.0.34 - - [2025-01-02 02:17:45] "GET /projects?obj_uuids=f3698b9b-dd82-4e14-91a9-85202106e6bb&detail=False&count=False&shared=False HTTP/1.1" 200 376 0.001157 10.0.0.34 - - [2025-01-02 02:17:45] "GET /projects?obj_uuids=71c42431-0158-4ecf-b903-46c1d4ce3eab&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001384 10.0.0.34 - - [2025-01-02 02:17:45] "GET /project/71c42431-0158-4ecf-b903-46c1d4ce3eab?fields=application_policy_sets HTTP/1.1" 200 1417 0.033119 10.0.0.34 - - [2025-01-02 02:17:45] "GET /project/f3698b9b-dd82-4e14-91a9-85202106e6bb?fields=security_groups HTTP/1.1" 200 1158 0.088633 10.0.0.34 - - [2025-01-02 02:17:45] "GET /projects?obj_uuids=f3698b9b-dd82-4e14-91a9-85202106e6bb&detail=False&count=False&shared=False HTTP/1.1" 200 376 0.003127 10.0.0.34 - - [2025-01-02 02:17:45] "GET /project/f3698b9b-dd82-4e14-91a9-85202106e6bb?fields=application_policy_sets HTTP/1.1" 200 1484 0.051439 10.0.0.34 - - [2025-01-02 02:17:45] "DELETE /project/c4d315fc-7e95-4755-ae32-2e8e0a8a7b57 HTTP/1.1" 200 115 0.551822 10.0.0.34 - - [2025-01-02 02:17:45] "DELETE /project/9e994f12-16b7-493a-91e2-415fa268d24c HTTP/1.1" 200 115 0.586100 10.0.0.34 - - [2025-01-02 02:17:45] "DELETE /project/71c42431-0158-4ecf-b903-46c1d4ce3eab HTTP/1.1" 200 115 0.501659 10.0.0.34 - - [2025-01-02 02:17:45] "DELETE /project/f3698b9b-dd82-4e14-91a9-85202106e6bb HTTP/1.1" 200 115 0.495376 10.0.0.34 - - [2025-01-02 02:17:46] "GET /projects?obj_uuids=3e5e69c8-2b61-4823-8af3-d7a31a53269c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002932 10.0.0.34 - - [2025-01-02 02:17:46] "GET /domains?obj_uuids=e2abe4f2-6725-4295-8c1a-d310d4c72b51&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002147 10.0.0.34 - - [2025-01-02 02:17:46] "GET /domain/e2abe4f2-6725-4295-8c1a-d310d4c72b51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.050070 10.0.0.34 - - [2025-01-02 02:17:46] "POST /id-to-fqname HTTP/1.1" 200 198 0.002307 10.0.0.34 - - [2025-01-02 02:17:46] "POST /fqname-to-id HTTP/1.1" 404 207 0.004871 10.0.0.34 - - [2025-01-02 02:17:46] "POST /security-groups HTTP/1.1" 200 599 0.064216 10.0.0.34 - - [2025-01-02 02:17:46] "POST /fqname-to-id HTTP/1.1" 404 242 0.003772 10.0.0.34 - - [2025-01-02 02:17:46] "POST /projects HTTP/1.1" 200 601 0.220386 10.0.0.34 - - [2025-01-02 02:17:46] "POST /access-control-lists HTTP/1.1" 200 604 0.060829 10.0.0.34 - - [2025-01-02 02:17:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.300792 10.0.0.34 - - [2025-01-02 02:17:46] "POST /fqname-to-id HTTP/1.1" 404 241 0.003020 10.0.0.34 - - [2025-01-02 02:17:46] "POST /access-control-lists HTTP/1.1" 200 602 0.064105 10.0.0.34 - - [2025-01-02 02:17:46] "POST /neutron/network HTTP/1.1" 200 631 0.590502 10.0.0.34 - - [2025-01-02 02:17:46] "GET /projects?obj_uuids=3e5e69c8-2b61-4823-8af3-d7a31a53269c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002026 10.0.0.34 - - [2025-01-02 02:17:46] "POST /route-targets HTTP/1.1" 200 327 0.014199 10.0.0.34 - - [2025-01-02 02:17:46] "POST /neutron/network HTTP/1.1" 200 631 0.097676 10.0.0.34 - - [2025-01-02 02:17:46] "POST /neutron/network HTTP/1.1" 200 5235 0.030679 10.0.0.34 - - [2025-01-02 02:17:46] "POST /neutron/network HTTP/1.1" 200 679 0.006385 10.0.0.34 - - [2025-01-02 02:17:46] "POST /ref-update HTTP/1.1" 200 156 0.024705 10.0.0.34 - - [2025-01-02 02:17:46] "POST /route-targets HTTP/1.1" 200 327 0.019427 10.0.0.34 - - [2025-01-02 02:17:47] "POST /neutron/network HTTP/1.1" 200 151 0.078768 10.0.0.34 - - [2025-01-02 02:17:47] "POST /neutron/network HTTP/1.1" 200 679 0.004831 10.0.0.34 - - [2025-01-02 02:17:47] "POST /ref-update HTTP/1.1" 200 156 0.011425 10.0.0.34 - - [2025-01-02 02:17:47] "POST /neutron/network HTTP/1.1" 200 151 0.080373 10.0.0.34 - - [2025-01-02 02:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003101 10.0.0.34 - - [2025-01-02 02:17:47] "POST /neutron/network HTTP/1.1" 200 4163 0.023428 10.0.0.34 - - [2025-01-02 02:17:47] "GET /projects?obj_uuids=3e5e69c8-2b61-4823-8af3-d7a31a53269c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001184 10.0.0.34 - - [2025-01-02 02:17:47] "DELETE /route-target/1f4cd669-9460-41fe-b77f-25642918ad90 HTTP/1.1" 200 115 0.037170 10.0.0.34 - - [2025-01-02 02:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002422 10.0.0.34 - - [2025-01-02 02:17:47] "POST /neutron/network HTTP/1.1" 200 677 0.083660 10.0.0.34 - - [2025-01-02 02:17:47] "GET /projects?obj_uuids=3e5e69c8-2b61-4823-8af3-d7a31a53269c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001700 10.0.0.34 - - [2025-01-02 02:17:47] "DELETE /route-target/725df816-b7fc-4b7f-b6b4-928913f4289b HTTP/1.1" 200 115 0.024458 10.0.0.34 - - [2025-01-02 02:17:47] "POST /route-targets HTTP/1.1" 200 327 0.022371 10.0.0.34 - - [2025-01-02 02:17:47] "POST /neutron/network HTTP/1.1" 200 679 0.090395 10.0.0.34 - - [2025-01-02 02:17:47] "GET /projects?obj_uuids=3e5e69c8-2b61-4823-8af3-d7a31a53269c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001251 10.0.0.34 - - [2025-01-02 02:17:47] "POST /ref-update HTTP/1.1" 200 156 0.015549 10.0.0.34 - - [2025-01-02 02:17:47] "POST /neutron/port HTTP/1.1" 200 922 0.127667 10.0.0.34 - - [2025-01-02 02:17:47] "POST /route-targets HTTP/1.1" 200 327 0.021517 10.0.0.34 - - [2025-01-02 02:17:47] "GET /projects?obj_uuids=3e5e69c8-2b61-4823-8af3-d7a31a53269c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002249 10.0.0.34 - - [2025-01-02 02:17:47] "POST /ref-update HTTP/1.1" 200 156 0.057667 10.0.0.34 - - [2025-01-02 02:17:47] "POST /neutron/port HTTP/1.1" 200 947 0.124529 10.0.0.34 - - [2025-01-02 02:17:47] "POST /neutron/port HTTP/1.1" 200 7745 0.040368 10.0.0.34 - - [2025-01-02 02:17:47] "POST /neutron/port HTTP/1.1" 200 922 0.006790 10.0.0.34 - - [2025-01-02 02:17:47] "POST /neutron/port HTTP/1.1" 200 151 0.035958 10.0.0.34 - - [2025-01-02 02:17:47] "POST /neutron/port HTTP/1.1" 200 947 0.006678 10.0.0.34 - - [2025-01-02 02:17:47] "POST /neutron/port HTTP/1.1" 200 151 0.035233 10.0.0.34 - - [2025-01-02 02:17:47] "POST /neutron/port HTTP/1.1" 200 6162 0.033445 10.0.0.34 - - [2025-01-02 02:17:47] "GET /projects?obj_uuids=3e5e69c8-2b61-4823-8af3-d7a31a53269c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001151 10.0.0.34 - - [2025-01-02 02:17:47] "POST /neutron/network HTTP/1.1" 200 679 0.069701 10.0.0.34 - - [2025-01-02 02:17:47] "GET /projects?obj_uuids=3e5e69c8-2b61-4823-8af3-d7a31a53269c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001112 10.0.0.34 - - [2025-01-02 02:17:47] "POST /route-targets HTTP/1.1" 200 327 0.016492 10.0.0.34 - - [2025-01-02 02:17:47] "POST /ref-update HTTP/1.1" 200 156 0.015993 10.0.0.34 - - [2025-01-02 02:17:48] "POST /neutron/network HTTP/1.1" 200 679 0.076726 10.0.0.34 - - [2025-01-02 02:17:48] "POST /route-targets HTTP/1.1" 200 327 0.012987 10.0.0.34 - - [2025-01-02 02:17:48] "POST /ref-update HTTP/1.1" 200 156 0.010727 10.0.0.34 - - [2025-01-02 02:17:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003555 10.0.0.34 - - [2025-01-02 02:17:48] "POST /neutron/subnet HTTP/1.1" 200 736 0.186247 10.0.0.34 - - [2025-01-02 02:17:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003294 10.0.0.34 - - [2025-01-02 02:17:48] "POST /neutron/subnet HTTP/1.1" 200 714 0.148598 10.0.0.34 - - [2025-01-02 02:17:48] "POST /neutron/subnet HTTP/1.1" 200 2909 0.026695 10.0.0.34 - - [2025-01-02 02:17:48] "POST /neutron/subnet HTTP/1.1" 200 736 0.007127 10.0.0.34 - - [2025-01-02 02:17:48] "POST /useragent-kv HTTP/1.1" 200 115 0.001984 10.0.0.34 - - [2025-01-02 02:17:48] "POST /useragent-kv HTTP/1.1" 200 115 0.001930 10.0.0.34 - - [2025-01-02 02:17:48] "POST /neutron/subnet HTTP/1.1" 200 151 0.205006 10.0.0.34 - - [2025-01-02 02:17:48] "POST /neutron/subnet HTTP/1.1" 200 714 0.007425 10.0.0.34 - - [2025-01-02 02:17:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003652 10.0.0.34 - - [2025-01-02 02:17:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002923 10.0.0.34 - - [2025-01-02 02:17:48] "POST /neutron/subnet HTTP/1.1" 200 151 0.198218 10.0.0.34 - - [2025-01-02 02:17:48] "POST /neutron/subnet HTTP/1.1" 200 1745 0.023845 10.0.0.34 - - [2025-01-02 02:17:48] "POST /neutron/network HTTP/1.1" 200 746 0.003901 10.0.0.34 - - [2025-01-02 02:17:49] "POST /neutron/network HTTP/1.1" 200 151 0.063264 10.0.0.34 - - [2025-01-02 02:17:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.34 - - [2025-01-02 02:17:49] "POST /neutron/network HTTP/1.1" 200 746 0.004562 10.0.0.34 - - [2025-01-02 02:17:49] "DELETE /route-target/764e2574-9fb6-47e7-b182-8cd4d992a171 HTTP/1.1" 200 115 0.021778 10.0.0.34 - - [2025-01-02 02:17:49] "POST /neutron/network HTTP/1.1" 200 151 0.064159 10.0.0.34 - - [2025-01-02 02:17:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005873 10.0.0.34 - - [2025-01-02 02:17:49] "POST /neutron/network HTTP/1.1" 200 727 0.005148 10.0.0.34 - - [2025-01-02 02:17:49] "DELETE /route-target/6dc38c83-fd37-4e32-afff-6b5c825b5047 HTTP/1.1" 200 115 0.017512 10.0.0.34 - - [2025-01-02 02:17:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002598 10.0.0.34 - - [2025-01-02 02:17:49] "POST /neutron/network HTTP/1.1" 200 151 0.071155 10.0.0.34 - - [2025-01-02 02:17:49] "POST /neutron/network HTTP/1.1" 200 725 0.003074 10.0.0.34 - - [2025-01-02 02:17:49] "DELETE /route-target/3ce12662-c140-43c6-a43c-a2d81102ebcf HTTP/1.1" 200 115 0.017924 10.0.0.34 - - [2025-01-02 02:17:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002920 10.0.0.34 - - [2025-01-02 02:17:49] "POST /neutron/network HTTP/1.1" 200 151 0.060807 10.0.0.34 - - [2025-01-02 02:17:49] "DELETE /route-target/29252845-1989-4f44-81ec-88bef659adc4 HTTP/1.1" 200 115 0.016261 10.0.0.34 - - [2025-01-02 02:17:49] "GET /projects?obj_uuids=3e5e69c8-2b61-4823-8af3-d7a31a53269c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001104 10.0.0.34 - - [2025-01-02 02:17:49] "POST /neutron/security_group HTTP/1.1" 200 2102 0.053590 10.0.0.34 - - [2025-01-02 02:17:49] "POST /neutron/security_group HTTP/1.1" 200 2092 0.004128 10.0.0.34 - - [2025-01-02 02:17:49] "POST /neutron/security_group HTTP/1.1" 200 151 0.042186 10.0.0.34 - - [2025-01-02 02:17:49] "DELETE /access-control-list/e0f224ff-fe81-4ad8-821d-500300accf4e HTTP/1.1" 200 115 0.024465 10.0.0.34 - - [2025-01-02 02:17:49] "DELETE /access-control-list/f26756ed-b6e7-4592-a618-f09c410752d6 HTTP/1.1" 200 115 0.029582 10.0.0.34 - - [2025-01-02 02:17:51] "GET /projects?obj_uuids=dd178af9-2325-4dc2-a42d-b77c2ef1b861&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002961 10.0.0.34 - - [2025-01-02 02:17:51] "GET /domains?obj_uuids=e2abe4f2-6725-4295-8c1a-d310d4c72b51&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001404 10.0.0.34 - - [2025-01-02 02:17:51] "GET /domain/e2abe4f2-6725-4295-8c1a-d310d4c72b51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.049675 10.0.0.34 - - [2025-01-02 02:17:51] "POST /id-to-fqname HTTP/1.1" 200 193 0.001317 10.0.0.34 - - [2025-01-02 02:17:51] "POST /fqname-to-id HTTP/1.1" 404 202 0.004176 10.0.0.34 - - [2025-01-02 02:17:51] "POST /security-groups HTTP/1.1" 200 594 0.067195 10.0.0.34 - - [2025-01-02 02:17:51] "POST /fqname-to-id HTTP/1.1" 404 237 0.002920 10.0.0.34 - - [2025-01-02 02:17:51] "POST /projects HTTP/1.1" 200 591 0.220711 10.0.0.34 - - [2025-01-02 02:17:51] "POST /access-control-lists HTTP/1.1" 200 599 0.060045 10.0.0.34 - - [2025-01-02 02:17:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.297117 10.0.0.34 - - [2025-01-02 02:17:51] "POST /fqname-to-id HTTP/1.1" 404 236 0.002840 10.0.0.34 - - [2025-01-02 02:17:51] "POST /neutron/network HTTP/1.1" 200 662 0.527822 10.0.0.34 - - [2025-01-02 02:17:51] "POST /access-control-lists HTTP/1.1" 200 597 0.068168 10.0.0.34 - - [2025-01-02 02:17:52] "POST /route-targets HTTP/1.1" 200 327 0.010897 10.0.0.34 - - [2025-01-02 02:17:52] "POST /useragent-kv HTTP/1.1" 200 115 0.003724 10.0.0.34 - - [2025-01-02 02:17:52] "POST /ref-update HTTP/1.1" 200 156 0.019318 10.0.0.34 - - [2025-01-02 02:17:52] "POST /neutron/subnet HTTP/1.1" 200 729 0.165150 10.0.0.34 - - [2025-01-02 02:17:52] "GET /projects?obj_uuids=dd178af9-2325-4dc2-a42d-b77c2ef1b861&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001171 10.0.0.34 - - [2025-01-02 02:17:52] "POST /neutron/network HTTP/1.1" 200 662 0.113943 10.0.0.34 - - [2025-01-02 02:17:52] "POST /route-targets HTTP/1.1" 200 327 0.014180 10.0.0.34 - - [2025-01-02 02:17:52] "POST /ref-update HTTP/1.1" 200 156 0.012909 10.0.0.34 - - [2025-01-02 02:17:52] "POST /useragent-kv HTTP/1.1" 200 115 0.003963 10.0.0.34 - - [2025-01-02 02:17:52] "POST /neutron/subnet HTTP/1.1" 200 750 0.264066 10.0.0.34 - - [2025-01-02 02:17:52] "POST /neutron/network HTTP/1.1" 200 878 0.005815 10.0.0.34 - - [2025-01-02 02:17:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002466 10.0.0.34 - - [2025-01-02 02:17:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.009088 10.0.0.34 - - [2025-01-02 02:17:52] "POST /useragent-kv HTTP/1.1" 200 115 0.007622 10.0.0.34 - - [2025-01-02 02:17:52] "POST /neutron/network HTTP/1.1" 200 151 0.084934 10.0.0.34 - - [2025-01-02 02:17:52] "DELETE /route-target/9a7d3c6f-6e5e-46d9-8f36-80a530c8afab HTTP/1.1" 200 115 0.017422 10.0.0.34 - - [2025-01-02 02:17:52] "GET /projects?obj_uuids=dd178af9-2325-4dc2-a42d-b77c2ef1b861&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001027 10.0.0.34 - - [2025-01-02 02:17:52] "GET /obj-perms HTTP/1.1" 200 5056 0.062389 10.0.0.34 - - [2025-01-02 02:17:52] "POST /neutron/network HTTP/1.1" 200 660 0.121811 10.0.0.34 - - [2025-01-02 02:17:52] "POST /route-targets HTTP/1.1" 200 327 0.015417 10.0.0.34 - - [2025-01-02 02:17:52] "POST /ref-update HTTP/1.1" 200 156 0.014478 10.0.0.34 - - [2025-01-02 02:17:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002776 10.0.0.34 - - [2025-01-02 02:17:52] "POST /neutron/subnet HTTP/1.1" 200 701 0.155885 10.0.0.34 - - [2025-01-02 02:17:53] "POST /neutron/network HTTP/1.1" 200 876 0.005457 10.0.0.34 - - [2025-01-02 02:17:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004330 10.0.0.34 - - [2025-01-02 02:17:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002038 10.0.0.34 - - [2025-01-02 02:17:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003285 10.0.0.34 - - [2025-01-02 02:17:53] "POST /neutron/network HTTP/1.1" 200 151 0.089102 10.0.0.34 - - [2025-01-02 02:17:53] "GET /obj-perms HTTP/1.1" 200 5056 0.055626 10.0.0.34 - - [2025-01-02 02:17:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.007627 10.0.0.34 - - [2025-01-02 02:17:53] "GET /projects?obj_uuids=dd178af9-2325-4dc2-a42d-b77c2ef1b861&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001105 10.0.0.34 - - [2025-01-02 02:17:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002691 10.0.0.34 - - [2025-01-02 02:17:53] "DELETE /route-target/a572e572-ba6f-43bf-972f-f593e6df5130 HTTP/1.1" 200 115 0.032582 10.0.0.34 - - [2025-01-02 02:17:53] "POST /chown HTTP/1.1" 200 109 0.009086 10.0.0.34 - - [2025-01-02 02:17:53] "POST /neutron/network HTTP/1.1" 200 662 0.116806 10.0.0.34 - - [2025-01-02 02:17:53] "POST /instance-ips HTTP/1.1" 400 213 0.023828 10.0.0.34 - - [2025-01-02 02:17:53] "POST /route-targets HTTP/1.1" 200 327 0.011346 10.0.0.34 - - [2025-01-02 02:17:53] "POST /ref-update HTTP/1.1" 200 156 0.016644 10.0.0.34 - - [2025-01-02 02:17:53] "POST /chown HTTP/1.1" 200 109 0.009297 10.0.0.34 - - [2025-01-02 02:17:53] "POST /chown HTTP/1.1" 200 109 0.008191 10.0.0.34 - - [2025-01-02 02:17:53] "POST /instance-ips HTTP/1.1" 400 320 0.024625 10.0.0.34 - - [2025-01-02 02:17:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002791 10.0.0.34 - - [2025-01-02 02:17:53] "POST /neutron/subnet HTTP/1.1" 200 702 0.222787 10.0.0.34 - - [2025-01-02 02:17:53] "POST /neutron/network HTTP/1.1" 200 878 0.005694 10.0.0.34 - - [2025-01-02 02:17:53] "POST /chown HTTP/1.1" 200 109 0.014122 10.0.0.34 - - [2025-01-02 02:17:53] "POST /chown HTTP/1.1" 200 109 0.007031 10.0.0.34 - - [2025-01-02 02:17:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002095 10.0.0.34 - - [2025-01-02 02:17:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.006437 10.0.0.34 - - [2025-01-02 02:17:53] "POST /useragent-kv HTTP/1.1" 200 115 0.001820 10.0.0.34 - - [2025-01-02 02:17:53] "POST /neutron/network HTTP/1.1" 200 151 0.085737 10.0.0.34 - - [2025-01-02 02:17:53] "DELETE /route-target/a10020e5-a036-4146-b6cc-87b3445c2a9e HTTP/1.1" 200 115 0.022936 10.0.0.34 - - [2025-01-02 02:17:53] "GET /projects?obj_uuids=dd178af9-2325-4dc2-a42d-b77c2ef1b861&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001103 10.0.0.34 - - [2025-01-02 02:17:53] "POST /instance-ips HTTP/1.1" 400 213 0.022646 10.0.0.34 - - [2025-01-02 02:17:53] "POST /chown HTTP/1.1" 200 109 0.012346 10.0.0.34 - - [2025-01-02 02:17:53] "POST /neutron/network HTTP/1.1" 200 662 0.118628 10.0.0.34 - - [2025-01-02 02:17:53] "POST /chown HTTP/1.1" 200 109 0.016532 10.0.0.34 - - [2025-01-02 02:17:53] "POST /route-targets HTTP/1.1" 200 327 0.010030 10.0.0.34 - - [2025-01-02 02:17:53] "POST /ref-update HTTP/1.1" 200 156 0.009870 10.0.0.34 - - [2025-01-02 02:17:53] "POST /instance-ips HTTP/1.1" 400 320 0.015500 10.0.0.34 - - [2025-01-02 02:17:53] "POST /chown HTTP/1.1" 200 109 0.007977 10.0.0.34 - - [2025-01-02 02:17:53] "POST /useragent-kv HTTP/1.1" 200 115 0.004744 10.0.0.34 - - [2025-01-02 02:17:53] "POST /neutron/subnet HTTP/1.1" 200 710 0.161435 10.0.0.34 - - [2025-01-02 02:17:54] "POST /neutron/network HTTP/1.1" 200 878 0.008561 10.0.0.34 - - [2025-01-02 02:17:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004836 10.0.0.34 - - [2025-01-02 02:17:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002485 10.0.0.34 - - [2025-01-02 02:17:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003169 10.0.0.34 - - [2025-01-02 02:17:54] "POST /neutron/network HTTP/1.1" 200 151 0.079949 10.0.0.34 - - [2025-01-02 02:17:54] "DELETE /route-target/703fb7dc-ea61-4423-9077-fcd3e794c057 HTTP/1.1" 200 115 0.019108 10.0.0.34 - - [2025-01-02 02:17:54] "GET /projects?obj_uuids=dd178af9-2325-4dc2-a42d-b77c2ef1b861&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001174 10.0.0.34 - - [2025-01-02 02:17:54] "POST /neutron/network HTTP/1.1" 200 662 0.114258 10.0.0.34 - - [2025-01-02 02:17:54] "POST /route-targets HTTP/1.1" 200 327 0.011415 10.0.0.34 - - [2025-01-02 02:17:54] "POST /ref-update HTTP/1.1" 200 156 0.010679 10.0.0.34 - - [2025-01-02 02:17:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002473 10.0.0.34 - - [2025-01-02 02:17:54] "POST /neutron/subnet HTTP/1.1" 200 709 0.140603 10.0.0.34 - - [2025-01-02 02:17:54] "POST /neutron/network HTTP/1.1" 200 878 0.005704 10.0.0.34 - - [2025-01-02 02:17:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004378 10.0.0.34 - - [2025-01-02 02:17:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002083 10.0.0.34 - - [2025-01-02 02:17:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003983 10.0.0.34 - - [2025-01-02 02:17:54] "POST /neutron/network HTTP/1.1" 200 151 0.079016 10.0.0.34 - - [2025-01-02 02:17:54] "DELETE /route-target/6100270b-cecd-482e-b99b-3d5114b20760 HTTP/1.1" 200 115 0.021142 10.0.0.34 - - [2025-01-02 02:17:54] "GET /projects?obj_uuids=dd178af9-2325-4dc2-a42d-b77c2ef1b861&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001638 10.0.0.34 - - [2025-01-02 02:17:54] "POST /neutron/network HTTP/1.1" 200 662 0.108529 10.0.0.34 - - [2025-01-02 02:17:54] "POST /route-targets HTTP/1.1" 200 327 0.010998 10.0.0.34 - - [2025-01-02 02:17:54] "POST /ref-update HTTP/1.1" 200 156 0.010467 10.0.0.34 - - [2025-01-02 02:17:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003724 10.0.0.34 - - [2025-01-02 02:17:54] "POST /neutron/subnet HTTP/1.1" 200 742 0.167261 10.0.0.34 - - [2025-01-02 02:17:54] "POST /neutron/network HTTP/1.1" 200 878 0.005680 10.0.0.34 - - [2025-01-02 02:17:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.34 - - [2025-01-02 02:17:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002063 10.0.0.34 - - [2025-01-02 02:17:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002584 10.0.0.34 - - [2025-01-02 02:17:54] "POST /neutron/network HTTP/1.1" 200 151 0.079737 10.0.0.34 - - [2025-01-02 02:17:54] "DELETE /route-target/a8cf634f-c528-4569-bfb6-e12d05b7bc0d HTTP/1.1" 200 115 0.015502 10.0.0.34 - - [2025-01-02 02:17:54] "GET /projects?obj_uuids=dd178af9-2325-4dc2-a42d-b77c2ef1b861&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001507 10.0.0.34 - - [2025-01-02 02:17:55] "POST /neutron/network HTTP/1.1" 200 662 0.110469 10.0.0.34 - - [2025-01-02 02:17:55] "POST /route-targets HTTP/1.1" 200 327 0.009955 10.0.0.34 - - [2025-01-02 02:17:55] "POST /ref-update HTTP/1.1" 200 156 0.012552 10.0.0.34 - - [2025-01-02 02:17:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003008 10.0.0.34 - - [2025-01-02 02:17:55] "POST /neutron/subnet HTTP/1.1" 200 702 0.201408 10.0.0.34 - - [2025-01-02 02:17:55] "POST /neutron/network HTTP/1.1" 200 878 0.005871 10.0.0.34 - - [2025-01-02 02:17:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003094 10.0.0.34 - - [2025-01-02 02:17:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004357 10.0.0.34 - - [2025-01-02 02:17:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002003 10.0.0.34 - - [2025-01-02 02:17:55] "POST /neutron/network HTTP/1.1" 200 151 0.077025 10.0.0.34 - - [2025-01-02 02:17:55] "DELETE /route-target/a0f4def0-d34e-40e5-a488-002db36d24fe HTTP/1.1" 200 115 0.012429 10.0.0.34 - - [2025-01-02 02:17:55] "GET /projects?obj_uuids=dd178af9-2325-4dc2-a42d-b77c2ef1b861&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001047 10.0.0.34 - - [2025-01-02 02:17:55] "POST /neutron/network HTTP/1.1" 200 660 0.105787 10.0.0.34 - - [2025-01-02 02:17:55] "POST /neutron/network HTTP/1.1" 200 708 0.006853 10.0.0.34 - - [2025-01-02 02:17:55] "POST /route-targets HTTP/1.1" 200 327 0.013697 10.0.0.34 - - [2025-01-02 02:17:55] "POST /ref-update HTTP/1.1" 200 156 0.015857 10.0.0.34 - - [2025-01-02 02:17:55] "POST /neutron/network HTTP/1.1" 200 676 0.038853 10.0.0.34 - - [2025-01-02 02:17:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002465 10.0.0.34 - - [2025-01-02 02:17:55] "POST /neutron/subnet HTTP/1.1" 200 710 0.126885 10.0.0.34 - - [2025-01-02 02:17:55] "POST /neutron/subnet HTTP/1.1" 200 710 0.007918 10.0.0.34 - - [2025-01-02 02:17:55] "POST /neutron/subnet HTTP/1.1" 200 720 0.194832 10.0.0.34 - - [2025-01-02 02:17:55] "POST /neutron/network HTTP/1.1" 200 844 0.005682 10.0.0.34 - - [2025-01-02 02:17:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002468 10.0.0.34 - - [2025-01-02 02:17:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005856 10.0.0.34 - - [2025-01-02 02:17:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003424 10.0.0.34 - - [2025-01-02 02:17:56] "POST /neutron/network HTTP/1.1" 200 151 0.077535 10.0.0.34 - - [2025-01-02 02:17:56] "DELETE /route-target/c3bab8e7-57e4-4daa-a573-6cce91042c9b HTTP/1.1" 200 115 0.016957 10.0.0.34 - - [2025-01-02 02:17:56] "POST /neutron/network HTTP/1.1" 400 207 0.003509 10.0.0.34 - - [2025-01-02 02:17:56] "GET /projects?obj_uuids=dd178af9-2325-4dc2-a42d-b77c2ef1b861&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001327 10.0.0.34 - - [2025-01-02 02:17:56] "POST /neutron/network HTTP/1.1" 200 664 0.071247 10.0.0.34 - - [2025-01-02 02:17:56] "POST /neutron/network HTTP/1.1" 200 722 0.006039 10.0.0.34 - - [2025-01-02 02:17:56] "POST /neutron/network HTTP/1.1" 200 712 0.004078 10.0.0.34 - - [2025-01-02 02:17:56] "POST /route-targets HTTP/1.1" 200 327 0.012560 10.0.0.34 - - [2025-01-02 02:17:56] "POST /ref-update HTTP/1.1" 200 156 0.017296 10.0.0.34 - - [2025-01-02 02:17:56] "POST /neutron/network HTTP/1.1" 200 712 0.057482 10.0.0.34 - - [2025-01-02 02:17:56] "POST /neutron/network HTTP/1.1" 200 722 0.003917 10.0.0.34 - - [2025-01-02 02:17:56] "GET /projects?obj_uuids=dd178af9-2325-4dc2-a42d-b77c2ef1b861&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001219 10.0.0.34 - - [2025-01-02 02:17:56] "POST /neutron/network HTTP/1.1" 200 662 0.080468 10.0.0.34 - - [2025-01-02 02:17:56] "POST /route-targets HTTP/1.1" 200 327 0.010259 10.0.0.34 - - [2025-01-02 02:17:56] "POST /ref-update HTTP/1.1" 200 156 0.009870 10.0.0.34 - - [2025-01-02 02:17:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003864 10.0.0.34 - - [2025-01-02 02:17:56] "POST /neutron/subnet HTTP/1.1" 200 710 0.163356 10.0.0.34 - - [2025-01-02 02:17:56] "POST /neutron/network HTTP/1.1" 200 878 0.005810 10.0.0.34 - - [2025-01-02 02:17:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004812 10.0.0.34 - - [2025-01-02 02:17:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003912 10.0.0.34 - - [2025-01-02 02:17:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002655 10.0.0.34 - - [2025-01-02 02:17:56] "POST /neutron/network HTTP/1.1" 200 151 0.077538 10.0.0.34 - - [2025-01-02 02:17:56] "DELETE /route-target/ba11de54-7898-41ae-bcfe-01c87f8b234f HTTP/1.1" 200 115 0.025236 10.0.0.34 - - [2025-01-02 02:17:56] "POST /neutron/subnet HTTP/1.1" 400 209 0.003271 10.0.0.34 - - [2025-01-02 02:17:56] "POST /neutron/network HTTP/1.1" 400 207 0.003714 10.0.0.34 - - [2025-01-02 02:17:56] "POST /neutron/network HTTP/1.1" 200 766 0.011102 10.0.0.34 - - [2025-01-02 02:17:56] "POST /neutron/subnet HTTP/1.1" 200 706 0.020620 10.0.0.34 - - [2025-01-02 02:17:56] "POST /neutron/network HTTP/1.1" 200 5471 0.026566 10.0.0.34 - - [2025-01-02 02:17:56] "POST /neutron/subnet HTTP/1.1" 200 2331 0.023472 10.0.0.34 - - [2025-01-02 02:17:56] "POST /neutron/subnet HTTP/1.1" 200 2331 0.019394 10.0.0.34 - - [2025-01-02 02:17:56] "POST /neutron/network HTTP/1.1" 200 882 0.005148 10.0.0.34 - - [2025-01-02 02:17:56] "POST /neutron/subnet HTTP/1.1" 200 729 0.006639 10.0.0.34 - - [2025-01-02 02:17:56] "POST /neutron/subnet HTTP/1.1" 200 729 0.007784 10.0.0.34 - - [2025-01-02 02:17:56] "POST /neutron/subnet HTTP/1.1" 400 209 0.003665 10.0.0.34 - - [2025-01-02 02:17:56] "POST /neutron/network HTTP/1.1" 400 207 0.003341 10.0.0.34 - - [2025-01-02 02:17:56] "POST /neutron/network HTTP/1.1" 200 712 0.003951 10.0.0.34 - - [2025-01-02 02:17:57] "POST /neutron/network HTTP/1.1" 200 151 0.057498 10.0.0.34 - - [2025-01-02 02:17:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002758 10.0.0.34 - - [2025-01-02 02:17:57] "POST /neutron/subnet HTTP/1.1" 400 209 0.003839 10.0.0.34 - - [2025-01-02 02:17:57] "DELETE /route-target/a5935fb5-f68a-4cfe-a872-8824d58275b7 HTTP/1.1" 200 115 0.014075 10.0.0.34 - - [2025-01-02 02:17:57] "POST /neutron/network HTTP/1.1" 400 207 0.003260 10.0.0.34 - - [2025-01-02 02:17:57] "POST /neutron/subnet HTTP/1.1" 400 209 0.003728 10.0.0.34 - - [2025-01-02 02:17:57] "POST /neutron/network HTTP/1.1" 400 207 0.003975 10.0.0.34 - - [2025-01-02 02:17:57] "POST /neutron/subnet HTTP/1.1" 400 209 0.003540 10.0.0.34 - - [2025-01-02 02:17:57] "POST /neutron/network HTTP/1.1" 400 207 0.003534 10.0.0.34 - - [2025-01-02 02:17:57] "POST /neutron/subnet HTTP/1.1" 400 209 0.003400 10.0.0.34 - - [2025-01-02 02:17:57] "POST /neutron/network HTTP/1.1" 400 207 0.003161 10.0.0.34 - - [2025-01-02 02:17:57] "POST /neutron/subnet HTTP/1.1" 400 209 0.003699 10.0.0.34 - - [2025-01-02 02:17:57] "POST /neutron/network HTTP/1.1" 400 207 0.003414 10.0.0.34 - - [2025-01-02 02:17:57] "POST /neutron/subnet HTTP/1.1" 400 209 0.003129 10.0.0.34 - - [2025-01-02 02:17:57] "POST /neutron/network HTTP/1.1" 400 207 0.003273 10.0.0.34 - - [2025-01-02 02:17:57] "POST /neutron/subnet HTTP/1.1" 400 209 0.003698 10.0.0.34 - - [2025-01-02 02:17:57] "POST /neutron/network HTTP/1.1" 400 207 0.003786 10.0.0.34 - - [2025-01-02 02:17:57] "POST /neutron/subnet HTTP/1.1" 400 209 0.003386 10.0.0.34 - - [2025-01-02 02:17:57] "POST /neutron/network HTTP/1.1" 400 207 0.003214 10.0.0.34 - - [2025-01-02 02:17:57] "POST /neutron/subnet HTTP/1.1" 200 729 0.007889 10.0.0.34 - - [2025-01-02 02:17:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002919 10.0.0.34 - - [2025-01-02 02:17:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002271 10.0.0.34 - - [2025-01-02 02:17:57] "POST /neutron/subnet HTTP/1.1" 200 151 0.122013 10.0.0.34 - - [2025-01-02 02:17:57] "POST /neutron/network HTTP/1.1" 200 729 0.003993 10.0.0.34 - - [2025-01-02 02:17:57] "POST /neutron/network HTTP/1.1" 200 151 0.063070 10.0.0.34 - - [2025-01-02 02:17:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.34 - - [2025-01-02 02:17:57] "DELETE /route-target/73f66bf0-53b7-483d-9a71-c7870adb7a0a HTTP/1.1" 200 115 0.017253 10.0.0.34 - - [2025-01-02 02:17:57] "GET /projects?obj_uuids=dd178af9-2325-4dc2-a42d-b77c2ef1b861&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001564 10.0.0.34 - - [2025-01-02 02:17:58] "POST /neutron/security_group HTTP/1.1" 200 2097 0.059449 10.0.0.34 - - [2025-01-02 02:17:58] "POST /neutron/security_group HTTP/1.1" 200 2087 0.004285 10.0.0.34 - - [2025-01-02 02:17:58] "POST /neutron/security_group HTTP/1.1" 200 151 0.046737 10.0.0.34 - - [2025-01-02 02:17:58] "DELETE /access-control-list/0ef014b8-f9fd-4ffa-aac5-bccac234d85b HTTP/1.1" 200 115 0.024253 10.0.0.34 - - [2025-01-02 02:17:58] "DELETE /access-control-list/e4cbaa54-c7b0-485e-84e9-30e67c0ce161 HTTP/1.1" 200 115 0.021872 10.0.0.34 - - [2025-01-02 02:17:59] "POST /neutron/port HTTP/1.1" 400 207 0.056314 10.0.0.34 - - [2025-01-02 02:17:59] "POST /neutron/network HTTP/1.1" 400 207 0.003244 10.0.0.34 - - [2025-01-02 02:17:59] "POST /neutron/port HTTP/1.1" 400 205 0.004024 10.0.0.34 - - [2025-01-02 02:17:59] "POST /neutron/subnet HTTP/1.1" 400 209 0.004263 10.0.0.34 - - [2025-01-02 02:17:59] "POST /neutron/network HTTP/1.1" 400 207 0.003244 10.0.0.34 - - [2025-01-02 02:17:59] "POST /neutron/port HTTP/1.1" 400 205 0.002983 10.0.0.34 - - [2025-01-02 02:17:59] "POST /neutron/subnet HTTP/1.1" 400 209 0.003198 10.0.0.34 - - [2025-01-02 02:17:59] "POST /neutron/network HTTP/1.1" 400 207 0.002959 10.0.0.34 - - [2025-01-02 02:17:59] "POST /neutron/port HTTP/1.1" 400 205 0.004215 10.0.0.34 - - [2025-01-02 02:17:59] "POST /neutron/subnet HTTP/1.1" 400 209 0.003224 10.0.0.34 - - [2025-01-02 02:18:00] "GET /projects?obj_uuids=2441b688-3489-4b73-b956-afd3ff17c9bc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002607 10.0.0.34 - - [2025-01-02 02:18:00] "GET /domains?obj_uuids=e2abe4f2-6725-4295-8c1a-d310d4c72b51&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001789 10.0.0.34 - - [2025-01-02 02:18:00] "GET /domain/e2abe4f2-6725-4295-8c1a-d310d4c72b51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.052878 10.0.0.34 - - [2025-01-02 02:18:00] "POST /id-to-fqname HTTP/1.1" 200 204 0.001893 10.0.0.34 - - [2025-01-02 02:18:00] "POST /fqname-to-id HTTP/1.1" 404 213 0.002943 10.0.0.34 - - [2025-01-02 02:18:00] "POST /security-groups HTTP/1.1" 200 605 0.067751 10.0.0.34 - - [2025-01-02 02:18:00] "POST /fqname-to-id HTTP/1.1" 404 248 0.003366 10.0.0.34 - - [2025-01-02 02:18:00] "POST /projects HTTP/1.1" 200 613 0.237298 10.0.0.34 - - [2025-01-02 02:18:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.310669 10.0.0.34 - - [2025-01-02 02:18:00] "POST /access-control-lists HTTP/1.1" 200 610 0.075196 10.0.0.34 - - [2025-01-02 02:18:00] "POST /fqname-to-id HTTP/1.1" 404 247 0.006823 10.0.0.34 - - [2025-01-02 02:18:00] "POST /neutron/security_group HTTP/1.1" 200 2108 0.501100 10.0.0.34 - - [2025-01-02 02:18:00] "POST /neutron/security_group HTTP/1.1" 200 2098 0.004520 10.0.0.34 - - [2025-01-02 02:18:00] "POST /access-control-lists HTTP/1.1" 500 258 0.040447 10.0.0.34 - - [2025-01-02 02:18:00] "POST /neutron/security_group HTTP/1.1" 200 151 0.067731 10.0.0.34 - - [2025-01-02 02:18:01] "DELETE /access-control-list/21bdd34e-03b7-42d7-a5d8-b4b47d2463cb HTTP/1.1" 200 115 0.027770 10.0.0.34 - - [2025-01-02 02:18:02] "GET /projects?obj_uuids=019b5da0-e708-4dc0-8b15-87c27e45311d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002594 10.0.0.34 - - [2025-01-02 02:18:02] "GET /domains?obj_uuids=e2abe4f2-6725-4295-8c1a-d310d4c72b51&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002206 10.0.0.34 - - [2025-01-02 02:18:02] "GET /domain/e2abe4f2-6725-4295-8c1a-d310d4c72b51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.052720 10.0.0.34 - - [2025-01-02 02:18:02] "POST /id-to-fqname HTTP/1.1" 200 194 0.002222 10.0.0.34 - - [2025-01-02 02:18:02] "POST /fqname-to-id HTTP/1.1" 404 203 0.002374 10.0.0.34 - - [2025-01-02 02:18:02] "POST /security-groups HTTP/1.1" 200 595 0.065165 10.0.0.34 - - [2025-01-02 02:18:03] "POST /fqname-to-id HTTP/1.1" 404 238 0.005417 10.0.0.34 - - [2025-01-02 02:18:03] "POST /projects HTTP/1.1" 200 593 0.222658 10.0.0.34 - - [2025-01-02 02:18:03] "POST /access-control-lists HTTP/1.1" 200 600 0.059180 10.0.0.34 - - [2025-01-02 02:18:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.303424 10.0.0.34 - - [2025-01-02 02:18:03] "POST /fqname-to-id HTTP/1.1" 404 237 0.002772 10.0.0.34 - - [2025-01-02 02:18:03] "POST /access-control-lists HTTP/1.1" 200 598 0.073823 10.0.0.34 - - [2025-01-02 02:18:03] "POST /neutron/network HTTP/1.1" 200 663 0.602760 10.0.0.34 - - [2025-01-02 02:18:03] "GET /projects?obj_uuids=019b5da0-e708-4dc0-8b15-87c27e45311d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001630 10.0.0.34 - - [2025-01-02 02:18:03] "POST /route-targets HTTP/1.1" 200 327 0.040762 10.0.0.34 - - [2025-01-02 02:18:03] "POST /neutron/port HTTP/1.1" 200 932 0.133622 10.0.0.34 - - [2025-01-02 02:18:03] "GET /projects?obj_uuids=019b5da0-e708-4dc0-8b15-87c27e45311d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001562 10.0.0.34 - - [2025-01-02 02:18:03] "POST /ref-update HTTP/1.1" 200 156 0.022207 10.0.0.34 - - [2025-01-02 02:18:03] "POST /neutron/network HTTP/1.1" 200 637 0.093725 10.0.0.34 - - [2025-01-02 02:18:03] "GET /projects?obj_uuids=019b5da0-e708-4dc0-8b15-87c27e45311d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001720 10.0.0.34 - - [2025-01-02 02:18:03] "POST /route-targets HTTP/1.1" 200 327 0.019698 10.0.0.34 - - [2025-01-02 02:18:03] "POST /ref-update HTTP/1.1" 200 156 0.027151 10.0.0.34 - - [2025-01-02 02:18:03] "POST /neutron/port HTTP/1.1" 200 942 0.137722 10.0.0.34 - - [2025-01-02 02:18:03] "GET /projects?obj_uuids=019b5da0-e708-4dc0-8b15-87c27e45311d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001104 10.0.0.34 - - [2025-01-02 02:18:03] "POST /neutron/port HTTP/1.1" 200 942 0.110557 10.0.0.34 - - [2025-01-02 02:18:03] "POST /neutron/port HTTP/1.1" 200 942 0.005523 10.0.0.34 - - [2025-01-02 02:18:03] "POST /neutron/port HTTP/1.1" 200 151 0.030861 10.0.0.34 - - [2025-01-02 02:18:03] "POST /neutron/port HTTP/1.1" 200 7750 0.040756 10.0.0.34 - - [2025-01-02 02:18:03] "POST /neutron/port HTTP/1.1" 200 942 0.005722 10.0.0.34 - - [2025-01-02 02:18:03] "POST /neutron/port HTTP/1.1" 200 151 0.039268 10.0.0.34 - - [2025-01-02 02:18:03] "POST /neutron/port HTTP/1.1" 200 6951 0.034080 10.0.0.34 - - [2025-01-02 02:18:04] "POST /neutron/port HTTP/1.1" 400 205 0.003335 10.0.0.34 - - [2025-01-02 02:18:04] "POST /neutron/port HTTP/1.1" 400 205 0.003752 10.0.0.34 - - [2025-01-02 02:18:04] "POST /neutron/network HTTP/1.1" 200 685 0.003783 10.0.0.34 - - [2025-01-02 02:18:04] "POST /neutron/network HTTP/1.1" 200 151 0.063448 10.0.0.34 - - [2025-01-02 02:18:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002791 10.0.0.34 - - [2025-01-02 02:18:04] "GET /projects?obj_uuids=019b5da0-e708-4dc0-8b15-87c27e45311d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001253 10.0.0.34 - - [2025-01-02 02:18:04] "DELETE /route-target/104dce96-9e27-4cf2-b1a5-f6861fabfd21 HTTP/1.1" 200 115 0.020610 10.0.0.34 - - [2025-01-02 02:18:04] "POST /neutron/network HTTP/1.1" 200 639 0.069302 10.0.0.34 - - [2025-01-02 02:18:04] "POST /route-targets HTTP/1.1" 200 327 0.009795 10.0.0.34 - - [2025-01-02 02:18:04] "POST /ref-update HTTP/1.1" 200 156 0.011652 10.0.0.34 - - [2025-01-02 02:18:04] "POST /useragent-kv HTTP/1.1" 200 115 0.007287 10.0.0.34 - - [2025-01-02 02:18:04] "POST /neutron/subnet HTTP/1.1" 200 710 0.206459 10.0.0.34 - - [2025-01-02 02:18:04] "GET /projects?obj_uuids=019b5da0-e708-4dc0-8b15-87c27e45311d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002650 10.0.0.34 - - [2025-01-02 02:18:04] "POST /neutron/port HTTP/1.1" 200 1015 0.217087 10.0.0.34 - - [2025-01-02 02:18:04] "POST /neutron/port HTTP/1.1" 200 1015 0.008470 10.0.0.34 - - [2025-01-02 02:18:04] "POST /neutron/port HTTP/1.1" 200 151 0.069645 10.0.0.34 - - [2025-01-02 02:18:04] "POST /neutron/port HTTP/1.1" 400 205 0.004457 10.0.0.34 - - [2025-01-02 02:18:04] "POST /neutron/port HTTP/1.1" 400 205 0.003157 10.0.0.34 - - [2025-01-02 02:18:04] "POST /neutron/subnet HTTP/1.1" 200 710 0.006710 10.0.0.34 - - [2025-01-02 02:18:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003623 10.0.0.34 - - [2025-01-02 02:18:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002062 10.0.0.34 - - [2025-01-02 02:18:04] "POST /neutron/subnet HTTP/1.1" 200 151 0.139944 10.0.0.34 - - [2025-01-02 02:18:04] "POST /neutron/network HTTP/1.1" 200 706 0.003742 10.0.0.34 - - [2025-01-02 02:18:05] "POST /neutron/network HTTP/1.1" 200 151 0.057890 10.0.0.34 - - [2025-01-02 02:18:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002961 10.0.0.34 - - [2025-01-02 02:18:05] "GET /projects?obj_uuids=019b5da0-e708-4dc0-8b15-87c27e45311d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001563 10.0.0.34 - - [2025-01-02 02:18:05] "DELETE /route-target/7a2a1178-3156-439a-a83b-70fb027930a3 HTTP/1.1" 200 115 0.030074 10.0.0.34 - - [2025-01-02 02:18:05] "POST /neutron/network HTTP/1.1" 200 639 0.074283 10.0.0.34 - - [2025-01-02 02:18:05] "POST /route-targets HTTP/1.1" 200 327 0.011267 10.0.0.34 - - [2025-01-02 02:18:05] "POST /ref-update HTTP/1.1" 200 156 0.015472 10.0.0.34 - - [2025-01-02 02:18:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002819 10.0.0.34 - - [2025-01-02 02:18:05] "POST /neutron/subnet HTTP/1.1" 200 710 0.151174 10.0.0.34 - - [2025-01-02 02:18:05] "GET /projects?obj_uuids=019b5da0-e708-4dc0-8b15-87c27e45311d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001747 10.0.0.34 - - [2025-01-02 02:18:05] "POST /neutron/port HTTP/1.1" 200 977 0.221614 10.0.0.34 - - [2025-01-02 02:18:05] "POST /neutron/port HTTP/1.1" 200 977 0.007579 10.0.0.34 - - [2025-01-02 02:18:05] "POST /neutron/port HTTP/1.1" 200 151 0.071737 10.0.0.34 - - [2025-01-02 02:18:05] "POST /neutron/port HTTP/1.1" 400 205 0.003339 10.0.0.34 - - [2025-01-02 02:18:05] "POST /neutron/subnet HTTP/1.1" 200 710 0.006649 10.0.0.34 - - [2025-01-02 02:18:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002475 10.0.0.34 - - [2025-01-02 02:18:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002223 10.0.0.34 - - [2025-01-02 02:18:05] "POST /neutron/subnet HTTP/1.1" 200 151 0.148293 10.0.0.34 - - [2025-01-02 02:18:05] "POST /neutron/network HTTP/1.1" 200 706 0.003941 10.0.0.34 - - [2025-01-02 02:18:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002750 10.0.0.34 - - [2025-01-02 02:18:05] "POST /neutron/network HTTP/1.1" 200 151 0.071276 10.0.0.34 - - [2025-01-02 02:18:05] "DELETE /route-target/7cd1818f-b91c-42c2-a8ff-2be255760578 HTTP/1.1" 200 115 0.017003 10.0.0.34 - - [2025-01-02 02:18:05] "GET /projects?obj_uuids=019b5da0-e708-4dc0-8b15-87c27e45311d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001352 10.0.0.34 - - [2025-01-02 02:18:06] "POST /neutron/port HTTP/1.1" 200 932 0.117494 10.0.0.34 - - [2025-01-02 02:18:06] "POST /neutron/port HTTP/1.1" 200 932 0.006111 10.0.0.34 - - [2025-01-02 02:18:06] "POST /neutron/port HTTP/1.1" 200 151 0.034837 10.0.0.34 - - [2025-01-02 02:18:06] "GET /projects?obj_uuids=019b5da0-e708-4dc0-8b15-87c27e45311d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001133 10.0.0.34 - - [2025-01-02 02:18:06] "POST /neutron/port HTTP/1.1" 200 934 0.118001 10.0.0.34 - - [2025-01-02 02:18:06] "POST /neutron/port HTTP/1.1" 200 934 0.006101 10.0.0.34 - - [2025-01-02 02:18:06] "POST /neutron/port HTTP/1.1" 200 934 0.005733 10.0.0.34 - - [2025-01-02 02:18:06] "POST /neutron/port HTTP/1.1" 200 151 0.031220 10.0.0.34 - - [2025-01-02 02:18:06] "POST /neutron/port HTTP/1.1" 400 205 0.002904 10.0.0.34 - - [2025-01-02 02:18:06] "GET /projects?obj_uuids=019b5da0-e708-4dc0-8b15-87c27e45311d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001192 10.0.0.34 - - [2025-01-02 02:18:06] "POST /neutron/port HTTP/1.1" 200 934 0.117690 10.0.0.34 - - [2025-01-02 02:18:06] "POST /neutron/port HTTP/1.1" 200 934 0.005341 10.0.0.34 - - [2025-01-02 02:18:06] "POST /neutron/port HTTP/1.1" 200 934 0.005188 10.0.0.34 - - [2025-01-02 02:18:06] "POST /neutron/port HTTP/1.1" 200 911 0.028358 10.0.0.34 - - [2025-01-02 02:18:06] "POST /neutron/port HTTP/1.1" 200 911 0.005875 10.0.0.34 - - [2025-01-02 02:18:06] "POST /neutron/port HTTP/1.1" 200 151 0.034322 10.0.0.34 - - [2025-01-02 02:18:06] "POST /neutron/port HTTP/1.1" 200 6951 0.038174 10.0.0.34 - - [2025-01-02 02:18:06] "POST /neutron/port HTTP/1.1" 400 205 0.003847 10.0.0.34 - - [2025-01-02 02:18:06] "POST /neutron/port HTTP/1.1" 200 6951 0.034685 10.0.0.34 - - [2025-01-02 02:18:06] "POST /neutron/port HTTP/1.1" 200 6951 0.041194 10.0.0.34 - - [2025-01-02 02:18:06] "GET /projects?obj_uuids=019b5da0-e708-4dc0-8b15-87c27e45311d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001465 10.0.0.34 - - [2025-01-02 02:18:06] "POST /neutron/network HTTP/1.1" 200 639 0.064615 10.0.0.34 - - [2025-01-02 02:18:06] "POST /route-targets HTTP/1.1" 200 327 0.010736 10.0.0.34 - - [2025-01-02 02:18:06] "POST /ref-update HTTP/1.1" 200 156 0.011050 10.0.0.34 - - [2025-01-02 02:18:07] "POST /useragent-kv HTTP/1.1" 200 115 0.004169 10.0.0.34 - - [2025-01-02 02:18:07] "POST /neutron/subnet HTTP/1.1" 200 710 0.202939 10.0.0.34 - - [2025-01-02 02:18:07] "GET /projects?obj_uuids=019b5da0-e708-4dc0-8b15-87c27e45311d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001331 10.0.0.34 - - [2025-01-02 02:18:07] "POST /neutron/port HTTP/1.1" 200 1013 0.216984 10.0.0.34 - - [2025-01-02 02:18:07] "GET /projects?obj_uuids=019b5da0-e708-4dc0-8b15-87c27e45311d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001344 10.0.0.34 - - [2025-01-02 02:18:07] "POST /neutron/port HTTP/1.1" 200 1015 0.161042 10.0.0.34 - - [2025-01-02 02:18:07] "POST /neutron/port HTTP/1.1" 200 1023 0.037201 10.0.0.34 - - [2025-01-02 02:18:07] "POST /neutron/port HTTP/1.1" 200 1015 0.007943 10.0.0.34 - - [2025-01-02 02:18:07] "POST /neutron/port HTTP/1.1" 200 151 0.070203 10.0.0.34 - - [2025-01-02 02:18:07] "POST /neutron/port HTTP/1.1" 400 205 0.003188 10.0.0.34 - - [2025-01-02 02:18:07] "POST /neutron/port HTTP/1.1" 200 1013 0.008552 10.0.0.34 - - [2025-01-02 02:18:07] "POST /neutron/port HTTP/1.1" 200 151 0.066562 10.0.0.34 - - [2025-01-02 02:18:07] "POST /neutron/port HTTP/1.1" 400 205 0.004510 10.0.0.34 - - [2025-01-02 02:18:07] "POST /neutron/subnet HTTP/1.1" 200 710 0.008420 10.0.0.34 - - [2025-01-02 02:18:07] "POST /useragent-kv HTTP/1.1" 200 115 0.004993 10.0.0.34 - - [2025-01-02 02:18:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002817 10.0.0.34 - - [2025-01-02 02:18:07] "POST /neutron/subnet HTTP/1.1" 200 151 0.198282 10.0.0.34 - - [2025-01-02 02:18:07] "POST /neutron/network HTTP/1.1" 200 706 0.004325 10.0.0.34 - - [2025-01-02 02:18:08] "POST /neutron/network HTTP/1.1" 200 151 0.068864 10.0.0.34 - - [2025-01-02 02:18:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005659 10.0.0.34 - - [2025-01-02 02:18:08] "GET /projects?obj_uuids=019b5da0-e708-4dc0-8b15-87c27e45311d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001163 10.0.0.34 - - [2025-01-02 02:18:08] "DELETE /route-target/c11a1e60-dca9-4d68-a9b4-6ea00894c445 HTTP/1.1" 200 115 0.029143 10.0.0.34 - - [2025-01-02 02:18:08] "POST /neutron/network HTTP/1.1" 200 639 0.084327 10.0.0.34 - - [2025-01-02 02:18:08] "POST /route-targets HTTP/1.1" 200 327 0.013406 10.0.0.34 - - [2025-01-02 02:18:08] "POST /ref-update HTTP/1.1" 200 156 0.012446 10.0.0.34 - - [2025-01-02 02:18:08] "POST /useragent-kv HTTP/1.1" 200 115 0.004366 10.0.0.34 - - [2025-01-02 02:18:08] "POST /neutron/subnet HTTP/1.1" 200 710 0.163534 10.0.0.34 - - [2025-01-02 02:18:08] "GET /projects?obj_uuids=019b5da0-e708-4dc0-8b15-87c27e45311d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001283 10.0.0.34 - - [2025-01-02 02:18:08] "POST /neutron/router HTTP/1.1" 200 617 0.090346 10.0.0.34 - - [2025-01-02 02:18:08] "GET /projects?obj_uuids=019b5da0-e708-4dc0-8b15-87c27e45311d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001222 10.0.0.34 - - [2025-01-02 02:18:08] "POST /route-targets HTTP/1.1" 200 327 0.018375 10.0.0.34 - - [2025-01-02 02:18:08] "PUT /logical-router/9bd062ad-abfa-472e-aa87-04686d9ec82c HTTP/1.1" 200 262 0.023994 10.0.0.34 - - [2025-01-02 02:18:08] "POST /neutron/port HTTP/1.1" 200 1015 0.196061 10.0.0.34 - - [2025-01-02 02:18:08] "POST /neutron/router HTTP/1.1" 200 617 0.004906 10.0.0.34 - - [2025-01-02 02:18:08] "POST /neutron/router HTTP/1.1" 200 344 0.057899 10.0.0.34 - - [2025-01-02 02:18:08] "POST /ref-update HTTP/1.1" 200 156 0.012335 10.0.0.34 - - [2025-01-02 02:18:08] "POST /neutron/port HTTP/1.1" 200 1051 0.029627 10.0.0.34 - - [2025-01-02 02:18:08] "POST /neutron/router HTTP/1.1" 200 617 0.004216 10.0.0.34 - - [2025-01-02 02:18:08] "POST /ref-update HTTP/1.1" 200 156 0.016901 10.0.0.34 - - [2025-01-02 02:18:08] "POST /neutron/router HTTP/1.1" 200 344 0.139261 10.0.0.34 - - [2025-01-02 02:18:08] "POST /neutron/port HTTP/1.1" 400 205 0.004546 10.0.0.34 - - [2025-01-02 02:18:08] "POST /neutron/router HTTP/1.1" 200 617 0.006672 10.0.0.34 - - [2025-01-02 02:18:09] "POST /neutron/router HTTP/1.1" 200 151 0.060698 10.0.0.34 - - [2025-01-02 02:18:09] "GET /logical-router/9bd062ad-abfa-472e-aa87-04686d9ec82c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.008140 10.0.0.34 - - [2025-01-02 02:18:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005626 10.0.0.34 - - [2025-01-02 02:18:09] "POST /neutron/subnet HTTP/1.1" 200 710 0.012553 10.0.0.34 - - [2025-01-02 02:18:09] "DELETE /route-target/92fa1c31-323d-464c-9c21-93a13e9c9786 HTTP/1.1" 200 115 0.031205 10.0.0.34 - - [2025-01-02 02:18:09] "POST /useragent-kv HTTP/1.1" 200 115 0.005633 10.0.0.34 - - [2025-01-02 02:18:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002925 10.0.0.34 - - [2025-01-02 02:18:09] "POST /neutron/subnet HTTP/1.1" 200 151 0.207670 10.0.0.34 - - [2025-01-02 02:18:09] "POST /neutron/network HTTP/1.1" 200 706 0.004896 10.0.0.34 - - [2025-01-02 02:18:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005588 10.0.0.34 - - [2025-01-02 02:18:09] "POST /neutron/network HTTP/1.1" 200 151 0.088792 10.0.0.34 - - [2025-01-02 02:18:09] "DELETE /route-target/1bdb9a0a-8318-40a1-bdc0-c88555b8ffd6 HTTP/1.1" 200 115 0.023855 10.0.0.34 - - [2025-01-02 02:18:09] "POST /neutron/port HTTP/1.1" 200 932 0.011770 10.0.0.34 - - [2025-01-02 02:18:09] "POST /neutron/port HTTP/1.1" 200 932 0.007469 10.0.0.34 - - [2025-01-02 02:18:09] "POST /neutron/port HTTP/1.1" 200 117 0.006186 10.0.0.34 - - [2025-01-02 02:18:09] "POST /neutron/router HTTP/1.1" 400 209 0.003957 10.0.0.34 - - [2025-01-02 02:18:09] "POST /neutron/subnet HTTP/1.1" 400 209 0.004414 10.0.0.34 - - [2025-01-02 02:18:09] "POST /neutron/subnet HTTP/1.1" 400 209 0.004684 10.0.0.34 - - [2025-01-02 02:18:09] "POST /neutron/port HTTP/1.1" 400 205 0.005099 10.0.0.34 - - [2025-01-02 02:18:09] "POST /neutron/subnet HTTP/1.1" 400 209 0.003710 10.0.0.34 - - [2025-01-02 02:18:09] "POST /neutron/subnet HTTP/1.1" 400 209 0.004275 10.0.0.34 - - [2025-01-02 02:18:09] "POST /neutron/port HTTP/1.1" 200 932 0.007515 10.0.0.34 - - [2025-01-02 02:18:09] "POST /neutron/port HTTP/1.1" 200 151 0.046085 10.0.0.34 - - [2025-01-02 02:18:09] "POST /neutron/network HTTP/1.1" 200 711 0.005666 10.0.0.34 - - [2025-01-02 02:18:09] "POST /neutron/network HTTP/1.1" 200 151 0.065546 10.0.0.34 - - [2025-01-02 02:18:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003065 10.0.0.34 - - [2025-01-02 02:18:09] "DELETE /route-target/4a39976e-81dc-41d4-b843-1b73c1ce1328 HTTP/1.1" 200 115 0.019999 10.0.0.34 - - [2025-01-02 02:18:10] "GET /projects?obj_uuids=019b5da0-e708-4dc0-8b15-87c27e45311d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001400 10.0.0.34 - - [2025-01-02 02:18:10] "POST /neutron/security_group HTTP/1.1" 200 2098 0.061567 10.0.0.34 - - [2025-01-02 02:18:10] "POST /neutron/security_group HTTP/1.1" 200 2088 0.005025 10.0.0.34 - - [2025-01-02 02:18:10] "POST /neutron/security_group HTTP/1.1" 200 151 0.059384 10.0.0.34 - - [2025-01-02 02:18:10] "DELETE /access-control-list/4dca2942-4a47-4b16-aaf8-e68e740c2aae HTTP/1.1" 200 115 0.034729 10.0.0.34 - - [2025-01-02 02:18:10] "DELETE /access-control-list/3a30bd4c-f222-4aa9-aa20-3b3b09c8c0ac HTTP/1.1" 200 115 0.024829 10.0.0.34 - - [2025-01-02 02:18:12] "GET /projects?obj_uuids=14cbafbc-a9ad-43f0-8580-131714054e56&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003234 10.0.0.34 - - [2025-01-02 02:18:12] "GET /domains?obj_uuids=e2abe4f2-6725-4295-8c1a-d310d4c72b51&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001988 10.0.0.34 - - [2025-01-02 02:18:12] "GET /domain/e2abe4f2-6725-4295-8c1a-d310d4c72b51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.052898 10.0.0.34 - - [2025-01-02 02:18:12] "POST /id-to-fqname HTTP/1.1" 200 192 0.001320 10.0.0.34 - - [2025-01-02 02:18:12] "POST /fqname-to-id HTTP/1.1" 404 201 0.002833 10.0.0.34 - - [2025-01-02 02:18:12] "POST /security-groups HTTP/1.1" 200 593 0.064825 10.0.0.34 - - [2025-01-02 02:18:12] "POST /fqname-to-id HTTP/1.1" 404 236 0.002647 10.0.0.34 - - [2025-01-02 02:18:12] "POST /projects HTTP/1.1" 200 589 0.227679 10.0.0.34 - - [2025-01-02 02:18:12] "POST /access-control-lists HTTP/1.1" 200 598 0.064425 10.0.0.34 - - [2025-01-02 02:18:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.317087 10.0.0.34 - - [2025-01-02 02:18:12] "POST /fqname-to-id HTTP/1.1" 404 235 0.003415 10.0.0.34 - - [2025-01-02 02:18:12] "POST /access-control-lists HTTP/1.1" 200 596 0.070354 10.0.0.34 - - [2025-01-02 02:18:12] "POST /neutron/network HTTP/1.1" 200 633 0.646774 10.0.0.34 - - [2025-01-02 02:18:12] "GET /projects?obj_uuids=14cbafbc-a9ad-43f0-8580-131714054e56&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001463 10.0.0.34 - - [2025-01-02 02:18:12] "POST /route-targets HTTP/1.1" 200 327 0.012691 10.0.0.34 - - [2025-01-02 02:18:12] "POST /neutron/network HTTP/1.1" 200 633 0.089419 10.0.0.34 - - [2025-01-02 02:18:12] "POST /ref-update HTTP/1.1" 200 156 0.017197 10.0.0.34 - - [2025-01-02 02:18:12] "POST /route-targets HTTP/1.1" 200 327 0.012662 10.0.0.34 - - [2025-01-02 02:18:12] "POST /useragent-kv HTTP/1.1" 200 115 0.003756 10.0.0.34 - - [2025-01-02 02:18:12] "POST /ref-update HTTP/1.1" 200 156 0.020246 10.0.0.34 - - [2025-01-02 02:18:12] "POST /neutron/subnet HTTP/1.1" 200 710 0.155621 10.0.0.34 - - [2025-01-02 02:18:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003526 10.0.0.34 - - [2025-01-02 02:18:13] "POST /neutron/subnet HTTP/1.1" 200 710 0.151050 10.0.0.34 - - [2025-01-02 02:18:13] "GET /projects?obj_uuids=14cbafbc-a9ad-43f0-8580-131714054e56&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001192 10.0.0.34 - - [2025-01-02 02:18:13] "POST /neutron/router HTTP/1.1" 200 615 0.096822 10.0.0.34 - - [2025-01-02 02:18:13] "POST /neutron/router HTTP/1.1" 200 615 0.003446 10.0.0.34 - - [2025-01-02 02:18:13] "POST /route-targets HTTP/1.1" 200 327 0.015178 10.0.0.34 - - [2025-01-02 02:18:13] "GET /projects?obj_uuids=14cbafbc-a9ad-43f0-8580-131714054e56&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001352 10.0.0.34 - - [2025-01-02 02:18:13] "PUT /logical-router/341f4e13-eded-41fc-a9cf-1d90dcb00b29 HTTP/1.1" 200 262 0.033955 10.0.0.34 - - [2025-01-02 02:18:13] "POST /neutron/router HTTP/1.1" 200 344 0.234489 10.0.0.34 - - [2025-01-02 02:18:13] "POST /neutron/port HTTP/1.1" 200 1027 0.012959 10.0.0.34 - - [2025-01-02 02:18:13] "POST /ref-update HTTP/1.1" 200 156 0.021824 10.0.0.34 - - [2025-01-02 02:18:13] "POST /neutron/router HTTP/1.1" 200 615 0.004217 10.0.0.34 - - [2025-01-02 02:18:13] "GET /projects?obj_uuids=14cbafbc-a9ad-43f0-8580-131714054e56&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001863 10.0.0.34 - - [2025-01-02 02:18:13] "POST /neutron/router HTTP/1.1" 200 344 0.266515 10.0.0.34 - - [2025-01-02 02:18:13] "POST /ref-update HTTP/1.1" 200 156 0.019708 10.0.0.34 - - [2025-01-02 02:18:13] "POST /neutron/port HTTP/1.1" 200 1027 0.012450 10.0.0.34 - - [2025-01-02 02:18:13] "POST /neutron/router HTTP/1.1" 200 615 0.005921 10.0.0.34 - - [2025-01-02 02:18:13] "POST /ref-update HTTP/1.1" 200 156 0.015275 10.0.0.34 - - [2025-01-02 02:18:13] "POST /neutron/router HTTP/1.1" 200 344 0.111809 10.0.0.34 - - [2025-01-02 02:18:13] "POST /neutron/router HTTP/1.1" 200 615 0.006025 10.0.0.34 - - [2025-01-02 02:18:14] "POST /ref-update HTTP/1.1" 200 156 0.012585 10.0.0.34 - - [2025-01-02 02:18:14] "POST /neutron/router HTTP/1.1" 200 344 0.118154 10.0.0.34 - - [2025-01-02 02:18:14] "POST /neutron/port HTTP/1.1" 200 117 0.008387 10.0.0.34 - - [2025-01-02 02:18:14] "POST /neutron/router HTTP/1.1" 200 615 0.004336 10.0.0.34 - - [2025-01-02 02:18:14] "GET /logical-router/341f4e13-eded-41fc-a9cf-1d90dcb00b29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004884 10.0.0.34 - - [2025-01-02 02:18:14] "POST /neutron/router HTTP/1.1" 200 151 0.062393 10.0.0.34 - - [2025-01-02 02:18:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.006537 10.0.0.34 - - [2025-01-02 02:18:14] "POST /neutron/subnet HTTP/1.1" 200 710 0.008741 10.0.0.34 - - [2025-01-02 02:18:14] "DELETE /route-target/52391f3e-6296-4262-b6d8-f562c684cd25 HTTP/1.1" 200 115 0.028231 10.0.0.34 - - [2025-01-02 02:18:14] "POST /useragent-kv HTTP/1.1" 200 115 0.004161 10.0.0.34 - - [2025-01-02 02:18:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002890 10.0.0.34 - - [2025-01-02 02:18:14] "POST /neutron/subnet HTTP/1.1" 200 151 0.151562 10.0.0.34 - - [2025-01-02 02:18:14] "POST /neutron/subnet HTTP/1.1" 200 710 0.009114 10.0.0.34 - - [2025-01-02 02:18:14] "POST /useragent-kv HTTP/1.1" 200 115 0.006475 10.0.0.34 - - [2025-01-02 02:18:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002581 10.0.0.34 - - [2025-01-02 02:18:14] "POST /neutron/subnet HTTP/1.1" 200 151 0.196546 10.0.0.34 - - [2025-01-02 02:18:14] "POST /neutron/network HTTP/1.1" 200 700 0.005664 10.0.0.34 - - [2025-01-02 02:18:14] "POST /neutron/network HTTP/1.1" 200 151 0.079618 10.0.0.34 - - [2025-01-02 02:18:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.34 - - [2025-01-02 02:18:14] "POST /neutron/network HTTP/1.1" 200 700 0.006130 10.0.0.34 - - [2025-01-02 02:18:14] "DELETE /route-target/30149d72-1d5d-441f-b6a6-5519f4b78bad HTTP/1.1" 200 115 0.029380 10.0.0.34 - - [2025-01-02 02:18:14] "POST /neutron/network HTTP/1.1" 200 151 0.072981 10.0.0.34 - - [2025-01-02 02:18:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003894 10.0.0.34 - - [2025-01-02 02:18:14] "GET /projects?obj_uuids=14cbafbc-a9ad-43f0-8580-131714054e56&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001468 10.0.0.34 - - [2025-01-02 02:18:14] "DELETE /route-target/08b0de14-f58f-4a4a-885d-d2e69446d37a HTTP/1.1" 200 115 0.027689 10.0.0.34 - - [2025-01-02 02:18:14] "POST /neutron/network HTTP/1.1" 200 631 0.084728 10.0.0.34 - - [2025-01-02 02:18:14] "POST /route-targets HTTP/1.1" 200 327 0.011560 10.0.0.34 - - [2025-01-02 02:18:14] "POST /ref-update HTTP/1.1" 200 156 0.013764 10.0.0.34 - - [2025-01-02 02:18:15] "POST /useragent-kv HTTP/1.1" 200 115 0.004964 10.0.0.34 - - [2025-01-02 02:18:15] "POST /neutron/subnet HTTP/1.1" 200 710 0.171097 10.0.0.34 - - [2025-01-02 02:18:15] "GET /projects?obj_uuids=14cbafbc-a9ad-43f0-8580-131714054e56&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002250 10.0.0.34 - - [2025-01-02 02:18:15] "POST /neutron/router HTTP/1.1" 200 613 0.109620 10.0.0.34 - - [2025-01-02 02:18:15] "GET /projects?obj_uuids=14cbafbc-a9ad-43f0-8580-131714054e56&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001663 10.0.0.34 - - [2025-01-02 02:18:15] "POST /route-targets HTTP/1.1" 200 327 0.022893 10.0.0.34 - - [2025-01-02 02:18:15] "PUT /logical-router/08580bf8-670a-4f84-8fff-6c9010d2c0de HTTP/1.1" 200 262 0.034777 10.0.0.34 - - [2025-01-02 02:18:15] "POST /neutron/port HTTP/1.1" 200 1007 0.226718 10.0.0.34 - - [2025-01-02 02:18:15] "POST /neutron/router HTTP/1.1" 200 613 0.007406 10.0.0.34 - - [2025-01-02 02:18:15] "POST /neutron/router HTTP/1.1" 200 344 0.061096 10.0.0.34 - - [2025-01-02 02:18:15] "POST /neutron/port HTTP/1.1" 200 1069 0.009804 10.0.0.34 - - [2025-01-02 02:18:15] "POST /ref-update HTTP/1.1" 200 156 0.017256 10.0.0.34 - - [2025-01-02 02:18:15] "POST /neutron/router HTTP/1.1" 200 613 0.006068 10.0.0.34 - - [2025-01-02 02:18:15] "POST /ref-update HTTP/1.1" 200 156 0.013848 10.0.0.34 - - [2025-01-02 02:18:15] "POST /neutron/router HTTP/1.1" 200 344 0.127002 10.0.0.34 - - [2025-01-02 02:18:15] "POST /neutron/router HTTP/1.1" 200 613 0.005537 10.0.0.34 - - [2025-01-02 02:18:15] "POST /neutron/router HTTP/1.1" 400 205 0.005309 10.0.0.34 - - [2025-01-02 02:18:15] "POST /neutron/port HTTP/1.1" 200 117 0.006272 10.0.0.34 - - [2025-01-02 02:18:15] "POST /neutron/router HTTP/1.1" 200 613 0.004313 10.0.0.34 - - [2025-01-02 02:18:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.006731 10.0.0.34 - - [2025-01-02 02:18:15] "GET /logical-router/08580bf8-670a-4f84-8fff-6c9010d2c0de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.005068 10.0.0.34 - - [2025-01-02 02:18:15] "POST /neutron/router HTTP/1.1" 200 151 0.057039 10.0.0.34 - - [2025-01-02 02:18:15] "DELETE /route-target/7c882894-8619-4e57-8ed8-d5a7488a827d HTTP/1.1" 200 115 0.025630 10.0.0.34 - - [2025-01-02 02:18:15] "POST /neutron/subnet HTTP/1.1" 200 710 0.014443 10.0.0.34 - - [2025-01-02 02:18:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003385 10.0.0.34 - - [2025-01-02 02:18:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002264 10.0.0.34 - - [2025-01-02 02:18:16] "POST /neutron/subnet HTTP/1.1" 200 151 0.220703 10.0.0.34 - - [2025-01-02 02:18:16] "POST /neutron/network HTTP/1.1" 200 698 0.004725 10.0.0.34 - - [2025-01-02 02:18:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.34 - - [2025-01-02 02:18:16] "POST /neutron/network HTTP/1.1" 200 151 0.076406 10.0.0.34 - - [2025-01-02 02:18:16] "DELETE /route-target/155ea371-da08-4470-986a-76ded1ae5331 HTTP/1.1" 200 115 0.016721 10.0.0.34 - - [2025-01-02 02:18:16] "GET /projects?obj_uuids=14cbafbc-a9ad-43f0-8580-131714054e56&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001273 10.0.0.34 - - [2025-01-02 02:18:16] "POST /neutron/network HTTP/1.1" 200 631 0.084058 10.0.0.34 - - [2025-01-02 02:18:16] "POST /route-targets HTTP/1.1" 200 327 0.012959 10.0.0.34 - - [2025-01-02 02:18:16] "POST /ref-update HTTP/1.1" 200 156 0.011361 10.0.0.34 - - [2025-01-02 02:18:16] "POST /useragent-kv HTTP/1.1" 200 115 0.004430 10.0.0.34 - - [2025-01-02 02:18:16] "POST /neutron/subnet HTTP/1.1" 200 710 0.214868 10.0.0.34 - - [2025-01-02 02:18:16] "GET /projects?obj_uuids=14cbafbc-a9ad-43f0-8580-131714054e56&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001333 10.0.0.34 - - [2025-01-02 02:18:16] "POST /neutron/router HTTP/1.1" 200 613 0.099099 10.0.0.34 - - [2025-01-02 02:18:16] "POST /neutron/router HTTP/1.1" 200 613 0.004159 10.0.0.34 - - [2025-01-02 02:18:16] "POST /route-targets HTTP/1.1" 200 327 0.030028 10.0.0.34 - - [2025-01-02 02:18:16] "GET /projects?obj_uuids=14cbafbc-a9ad-43f0-8580-131714054e56&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001205 10.0.0.34 - - [2025-01-02 02:18:16] "PUT /logical-router/f1ae07eb-7a4d-46d2-a6cd-9d517cdfe900 HTTP/1.1" 200 262 0.027344 10.0.0.34 - - [2025-01-02 02:18:16] "POST /neutron/router HTTP/1.1" 200 344 0.261292 10.0.0.34 - - [2025-01-02 02:18:16] "POST /ref-update HTTP/1.1" 200 156 0.020090 10.0.0.34 - - [2025-01-02 02:18:16] "POST /neutron/port HTTP/1.1" 200 1027 0.017637 10.0.0.34 - - [2025-01-02 02:18:16] "POST /neutron/router HTTP/1.1" 200 613 0.006534 10.0.0.34 - - [2025-01-02 02:18:17] "POST /ref-update HTTP/1.1" 200 156 0.016412 10.0.0.34 - - [2025-01-02 02:18:17] "POST /neutron/router HTTP/1.1" 200 344 0.134688 10.0.0.34 - - [2025-01-02 02:18:17] "POST /neutron/port HTTP/1.1" 200 117 0.009253 10.0.0.34 - - [2025-01-02 02:18:17] "POST /neutron/router HTTP/1.1" 200 613 0.004314 10.0.0.34 - - [2025-01-02 02:18:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.008708 10.0.0.34 - - [2025-01-02 02:18:17] "GET /logical-router/f1ae07eb-7a4d-46d2-a6cd-9d517cdfe900?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.009254 10.0.0.34 - - [2025-01-02 02:18:17] "POST /neutron/router HTTP/1.1" 200 151 0.060822 10.0.0.34 - - [2025-01-02 02:18:17] "DELETE /route-target/d229e3f8-ac24-4739-8669-b13e5f6ce682 HTTP/1.1" 200 115 0.024834 10.0.0.34 - - [2025-01-02 02:18:17] "POST /neutron/subnet HTTP/1.1" 200 710 0.016215 10.0.0.34 - - [2025-01-02 02:18:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003502 10.0.0.34 - - [2025-01-02 02:18:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003640 10.0.0.34 - - [2025-01-02 02:18:17] "POST /neutron/subnet HTTP/1.1" 200 151 0.206244 10.0.0.34 - - [2025-01-02 02:18:17] "POST /neutron/network HTTP/1.1" 200 698 0.004917 10.0.0.34 - - [2025-01-02 02:18:17] "POST /neutron/network HTTP/1.1" 200 151 0.070691 10.0.0.34 - - [2025-01-02 02:18:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.34 - - [2025-01-02 02:18:17] "GET /projects?obj_uuids=14cbafbc-a9ad-43f0-8580-131714054e56&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001687 10.0.0.34 - - [2025-01-02 02:18:17] "DELETE /route-target/b9f4baaf-88b6-4e34-bd69-c0a5124f5c68 HTTP/1.1" 200 115 0.032442 10.0.0.34 - - [2025-01-02 02:18:17] "POST /route-targets HTTP/1.1" 200 327 0.013244 10.0.0.34 - - [2025-01-02 02:18:17] "POST /neutron/router HTTP/1.1" 200 684 0.092585 10.0.0.34 - - [2025-01-02 02:18:17] "GET /logical-router/d1cab047-7347-4f92-bd1d-355483a3990c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.009612 10.0.0.34 - - [2025-01-02 02:18:17] "POST /neutron/router HTTP/1.1" 200 684 0.007356 10.0.0.34 - - [2025-01-02 02:18:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002593 10.0.0.34 - - [2025-01-02 02:18:17] "PUT /logical-router/d1cab047-7347-4f92-bd1d-355483a3990c HTTP/1.1" 200 262 0.024872 10.0.0.34 - - [2025-01-02 02:18:17] "POST /neutron/router HTTP/1.1" 200 694 0.009240 10.0.0.34 - - [2025-01-02 02:18:17] "POST /neutron/router HTTP/1.1" 200 684 0.004541 10.0.0.34 - - [2025-01-02 02:18:17] "GET /service-template/fc12db1c-0f97-4ddb-bf41-505b5102a947?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.005213 10.0.0.34 - - [2025-01-02 02:18:17] "POST /neutron/router HTTP/1.1" 200 620 0.043289 10.0.0.34 - - [2025-01-02 02:18:17] "POST /neutron/router HTTP/1.1" 200 620 0.005379 10.0.0.34 - - [2025-01-02 02:18:17] "POST /fqname-to-id HTTP/1.1" 404 214 0.003660 10.0.0.34 - - [2025-01-02 02:18:17] "POST /neutron/port HTTP/1.1" 200 117 0.007041 10.0.0.34 - - [2025-01-02 02:18:17] "POST /neutron/router HTTP/1.1" 200 620 0.004434 10.0.0.34 - - [2025-01-02 02:18:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.34 - - [2025-01-02 02:18:17] "POST /neutron/router HTTP/1.1" 200 151 0.101751 10.0.0.34 - - [2025-01-02 02:18:17] "GET /projects?obj_uuids=14cbafbc-a9ad-43f0-8580-131714054e56&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001361 10.0.0.34 - - [2025-01-02 02:18:17] "DELETE /route-target/b46172a5-9f42-4104-8e59-3f335da1c260 HTTP/1.1" 200 115 0.078734 10.0.0.34 - - [2025-01-02 02:18:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003081 10.0.0.34 - - [2025-01-02 02:18:17] "POST /virtual-networks HTTP/1.1" 200 693 0.148805 10.0.0.34 - - [2025-01-02 02:18:18] "POST /route-targets HTTP/1.1" 200 327 0.022802 10.0.0.34 - - [2025-01-02 02:18:18] "POST /ref-update HTTP/1.1" 200 156 0.022450 10.0.0.34 - - [2025-01-02 02:18:18] "POST /neutron/network HTTP/1.1" 200 633 0.129065 10.0.0.34 - - [2025-01-02 02:18:18] "POST /service-instances HTTP/1.1" 200 669 0.094863 10.0.0.34 - - [2025-01-02 02:18:18] "POST /route-targets HTTP/1.1" 200 327 0.011942 10.0.0.34 - - [2025-01-02 02:18:18] "POST /route-tables HTTP/1.1" 200 581 0.018882 10.0.0.34 - - [2025-01-02 02:18:18] "POST /ref-update HTTP/1.1" 200 156 0.017666 10.0.0.34 - - [2025-01-02 02:18:18] "PUT /logical-router/d1cab047-7347-4f92-bd1d-355483a3990c HTTP/1.1" 404 171 0.006814 10.0.0.34 - - [2025-01-02 02:18:18] "POST /useragent-kv HTTP/1.1" 200 115 0.006179 10.0.0.34 - - [2025-01-02 02:18:18] "POST /neutron/subnet HTTP/1.1" 200 710 0.188517 10.0.0.34 - - [2025-01-02 02:18:18] "GET /projects?obj_uuids=14cbafbc-a9ad-43f0-8580-131714054e56&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001239 10.0.0.34 - - [2025-01-02 02:18:18] "GET /logical-router/d1cab047-7347-4f92-bd1d-355483a3990c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003443 10.0.0.34 - - [2025-01-02 02:18:18] "POST /neutron/router HTTP/1.1" 200 613 0.121975 10.0.0.34 - - [2025-01-02 02:18:18] "DELETE /route-table/d5a3da00-d9bd-4e76-9785-7beec92b4b27 HTTP/1.1" 200 115 0.050919 10.0.0.34 - - [2025-01-02 02:18:18] "POST /neutron/router HTTP/1.1" 200 613 0.007475 10.0.0.34 - - [2025-01-02 02:18:18] "POST /route-targets HTTP/1.1" 200 327 0.032391 10.0.0.34 - - [2025-01-02 02:18:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.010017 10.0.0.34 - - [2025-01-02 02:18:18] "GET /projects?obj_uuids=14cbafbc-a9ad-43f0-8580-131714054e56&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001566 10.0.0.34 - - [2025-01-02 02:18:18] "PUT /logical-router/6b438bcb-0571-4a68-9222-4be3511dcfee HTTP/1.1" 200 262 0.031863 10.0.0.34 - - [2025-01-02 02:18:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003753 10.0.0.34 - - [2025-01-02 02:18:18] "POST /virtual-machines HTTP/1.1" 200 551 0.043194 10.0.0.34 - - [2025-01-02 02:18:18] "POST /virtual-machine-interfaces HTTP/1.1" 200 809 0.093355 10.0.0.34 - - [2025-01-02 02:18:18] "POST /neutron/router HTTP/1.1" 200 344 0.315426 10.0.0.34 - - [2025-01-02 02:18:18] "POST /neutron/port HTTP/1.1" 200 1027 0.011074 10.0.0.34 - - [2025-01-02 02:18:18] "POST /ref-update HTTP/1.1" 200 156 0.018115 10.0.0.34 - - [2025-01-02 02:18:18] "POST /chown HTTP/1.1" 200 109 0.014720 10.0.0.34 - - [2025-01-02 02:18:18] "POST /neutron/port HTTP/1.1" 200 1027 0.011627 10.0.0.34 - - [2025-01-02 02:18:18] "POST /neutron/port HTTP/1.1" 200 1027 0.009885 10.0.0.34 - - [2025-01-02 02:18:18] "POST /neutron/port HTTP/1.1" 200 1027 0.021857 10.0.0.34 - - [2025-01-02 02:18:18] "POST /neutron/router HTTP/1.1" 200 613 0.010071 10.0.0.34 - - [2025-01-02 02:18:18] "POST /instance-ips HTTP/1.1" 200 549 0.042819 10.0.0.34 - - [2025-01-02 02:18:18] "POST /ref-update HTTP/1.1" 200 156 0.020479 10.0.0.34 - - [2025-01-02 02:18:18] "POST /instance-ips HTTP/1.1" 400 213 0.041578 10.0.0.34 - - [2025-01-02 02:18:19] "POST /neutron/router HTTP/1.1" 200 344 0.156697 10.0.0.34 - - [2025-01-02 02:18:19] "POST /chown HTTP/1.1" 200 109 0.017067 10.0.0.34 - - [2025-01-02 02:18:19] "POST /neutron/port HTTP/1.1" 200 117 0.010506 10.0.0.34 - - [2025-01-02 02:18:19] "POST /neutron/router HTTP/1.1" 200 613 0.004256 10.0.0.34 - - [2025-01-02 02:18:19] "PUT /virtual-machine-interface/b182889b-40e4-423b-9d24-cfec5d1953b7 HTTP/1.1" 200 284 0.012767 10.0.0.34 - - [2025-01-02 02:18:19] "POST /neutron/router HTTP/1.1" 200 151 0.066651 10.0.0.34 - - [2025-01-02 02:18:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.006173 10.0.0.34 - - [2025-01-02 02:18:19] "POST /neutron/subnet HTTP/1.1" 200 710 0.009646 10.0.0.34 - - [2025-01-02 02:18:19] "PUT /instance-ip/af164c56-5282-468f-be5d-7c1d7e826291 HTTP/1.1" 200 256 0.027041 10.0.0.34 - - [2025-01-02 02:18:19] "DELETE /route-target/41f67a67-d294-4e6e-991e-acff737c112c HTTP/1.1" 200 115 0.032996 10.0.0.34 - - [2025-01-02 02:18:19] "POST /ref-update HTTP/1.1" 200 156 0.027788 10.0.0.34 - - [2025-01-02 02:18:19] "POST /virtual-machine-interfaces HTTP/1.1" 200 807 0.131949 10.0.0.34 - - [2025-01-02 02:18:19] "POST /useragent-kv HTTP/1.1" 200 115 0.004113 10.0.0.34 - - [2025-01-02 02:18:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002676 10.0.0.34 - - [2025-01-02 02:18:19] "POST /neutron/subnet HTTP/1.1" 200 151 0.302147 10.0.0.34 - - [2025-01-02 02:18:19] "POST /chown HTTP/1.1" 200 109 0.013108 10.0.0.34 - - [2025-01-02 02:18:19] "POST /neutron/network HTTP/1.1" 200 700 0.005980 10.0.0.34 - - [2025-01-02 02:18:19] "POST /instance-ips HTTP/1.1" 200 547 0.045496 10.0.0.34 - - [2025-01-02 02:18:19] "POST /neutron/network HTTP/1.1" 200 151 0.096280 10.0.0.34 - - [2025-01-02 02:18:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003837 10.0.0.34 - - [2025-01-02 02:18:19] "GET /projects?obj_uuids=14cbafbc-a9ad-43f0-8580-131714054e56&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001226 10.0.0.34 - - [2025-01-02 02:18:19] "DELETE /route-target/773d790e-223c-415e-8237-c0745123acbf HTTP/1.1" 200 115 0.028573 10.0.0.34 - - [2025-01-02 02:18:19] "POST /instance-ips HTTP/1.1" 400 315 0.030994 10.0.0.34 - - [2025-01-02 02:18:19] "POST /neutron/router HTTP/1.1" 200 615 0.065401 10.0.0.34 - - [2025-01-02 02:18:19] "POST /neutron/router HTTP/1.1" 200 615 0.006967 10.0.0.34 - - [2025-01-02 02:18:19] "POST /chown HTTP/1.1" 200 109 0.025264 10.0.0.34 - - [2025-01-02 02:18:19] "POST /route-targets HTTP/1.1" 200 327 0.040575 10.0.0.34 - - [2025-01-02 02:18:19] "POST /neutron/router HTTP/1.1" 200 614 0.046881 10.0.0.34 - - [2025-01-02 02:18:19] "PUT /logical-router/e2d952da-fc4b-45bd-84e4-3b785b6a4c5c HTTP/1.1" 200 262 0.034491 10.0.0.34 - - [2025-01-02 02:18:19] "POST /neutron/router HTTP/1.1" 200 614 0.012727 10.0.0.34 - - [2025-01-02 02:18:19] "PUT /virtual-machine-interface/ec06999d-fb7e-4e86-aa06-f651784de62e HTTP/1.1" 200 284 0.016079 10.0.0.34 - - [2025-01-02 02:18:19] "POST /neutron/port HTTP/1.1" 200 117 0.011385 10.0.0.34 - - [2025-01-02 02:18:19] "POST /neutron/router HTTP/1.1" 200 614 0.004362 10.0.0.34 - - [2025-01-02 02:18:19] "PUT /instance-ip/c01c52d0-51e2-4222-aa3e-c6957ae5258c HTTP/1.1" 200 256 0.018005 10.0.0.34 - - [2025-01-02 02:18:19] "POST /neutron/router HTTP/1.1" 200 151 0.052104 10.0.0.34 - - [2025-01-02 02:18:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.34 - - [2025-01-02 02:18:19] "POST /neutron/port HTTP/1.1" 200 117 0.006423 10.0.0.34 - - [2025-01-02 02:18:19] "POST /neutron/router HTTP/1.1" 400 209 0.005383 10.0.0.34 - - [2025-01-02 02:18:19] "DELETE /route-target/8f8846a0-825e-409a-99a6-9e2876a35f47 HTTP/1.1" 200 115 0.037324 10.0.0.34 - - [2025-01-02 02:18:19] "POST /ref-update HTTP/1.1" 200 156 0.023118 10.0.0.34 - - [2025-01-02 02:18:19] "POST /neutron/port HTTP/1.1" 200 117 0.008381 10.0.0.34 - - [2025-01-02 02:18:19] "POST /neutron/router HTTP/1.1" 400 209 0.004639 10.0.0.34 - - [2025-01-02 02:18:19] "POST /neutron/subnet HTTP/1.1" 400 209 0.003566 10.0.0.34 - - [2025-01-02 02:18:19] "POST /ref-update HTTP/1.1" 200 156 0.010424 10.0.0.34 - - [2025-01-02 02:18:20] "POST /neutron/port HTTP/1.1" 200 117 0.007856 10.0.0.34 - - [2025-01-02 02:18:20] "POST /neutron/router HTTP/1.1" 400 209 0.003435 10.0.0.34 - - [2025-01-02 02:18:20] "POST /neutron/port HTTP/1.1" 200 117 0.005712 10.0.0.34 - - [2025-01-02 02:18:20] "POST /neutron/router HTTP/1.1" 400 209 0.004372 10.0.0.34 - - [2025-01-02 02:18:20] "POST /virtual-machines HTTP/1.1" 200 551 0.019443 10.0.0.34 - - [2025-01-02 02:18:20] "POST /neutron/subnet HTTP/1.1" 400 209 0.003798 10.0.0.34 - - [2025-01-02 02:18:20] "POST /neutron/port HTTP/1.1" 200 117 0.007864 10.0.0.34 - - [2025-01-02 02:18:20] "POST /neutron/router HTTP/1.1" 400 209 0.005609 10.0.0.34 - - [2025-01-02 02:18:20] "POST /neutron/subnet HTTP/1.1" 400 209 0.003617 10.0.0.34 - - [2025-01-02 02:18:20] "POST /neutron/port HTTP/1.1" 200 117 0.043078 10.0.0.34 - - [2025-01-02 02:18:20] "POST /neutron/router HTTP/1.1" 400 209 0.009250 10.0.0.34 - - [2025-01-02 02:18:20] "POST /virtual-machine-interfaces HTTP/1.1" 200 809 0.107211 10.0.0.34 - - [2025-01-02 02:18:20] "POST /neutron/subnet HTTP/1.1" 400 209 0.006003 10.0.0.34 - - [2025-01-02 02:18:20] "POST /neutron/subnet HTTP/1.1" 400 209 0.003433 10.0.0.34 - - [2025-01-02 02:18:20] "POST /chown HTTP/1.1" 200 109 0.011255 10.0.0.34 - - [2025-01-02 02:18:20] "POST /instance-ips HTTP/1.1" 400 213 0.020613 10.0.0.34 - - [2025-01-02 02:18:20] "POST /chown HTTP/1.1" 200 109 0.009256 10.0.0.34 - - [2025-01-02 02:18:20] "PUT /virtual-machine-interface/e1faea8b-a78f-4dcf-93bd-b2dc7d1a773c HTTP/1.1" 200 284 0.013544 10.0.0.34 - - [2025-01-02 02:18:20] "PUT /instance-ip/af164c56-5282-468f-be5d-7c1d7e826291 HTTP/1.1" 200 256 0.016698 10.0.0.34 - - [2025-01-02 02:18:20] "POST /ref-update HTTP/1.1" 200 156 0.014259 10.0.0.34 - - [2025-01-02 02:18:20] "POST /ref-update HTTP/1.1" 200 156 0.014382 10.0.0.34 - - [2025-01-02 02:18:20] "POST /virtual-machine-interfaces HTTP/1.1" 200 807 0.106602 10.0.0.34 - - [2025-01-02 02:18:20] "GET /projects?obj_uuids=14cbafbc-a9ad-43f0-8580-131714054e56&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001589 10.0.0.34 - - [2025-01-02 02:18:20] "POST /neutron/security_group HTTP/1.1" 200 2096 0.086132 10.0.0.34 - - [2025-01-02 02:18:20] "POST /chown HTTP/1.1" 200 109 0.014796 10.0.0.34 - - [2025-01-02 02:18:20] "POST /neutron/security_group HTTP/1.1" 200 2086 0.007251 10.0.0.34 - - [2025-01-02 02:18:20] "POST /neutron/security_group HTTP/1.1" 400 206 0.015675 10.0.0.34 - - [2025-01-02 02:18:20] "POST /instance-ips HTTP/1.1" 400 315 0.020788 10.0.0.34 - - [2025-01-02 02:18:20] "POST /chown HTTP/1.1" 200 109 0.010140 10.0.0.34 - - [2025-01-02 02:18:21] "PUT /virtual-machine-interface/3d182d52-8e12-4b5a-b3e5-2ec5e6425b04 HTTP/1.1" 200 284 0.013509 10.0.0.34 - - [2025-01-02 02:18:21] "PUT /instance-ip/c01c52d0-51e2-4222-aa3e-c6957ae5258c HTTP/1.1" 200 256 0.015272 10.0.0.34 - - [2025-01-02 02:18:21] "POST /ref-update HTTP/1.1" 200 156 0.014864 10.0.0.34 - - [2025-01-02 02:18:21] "POST /ref-update HTTP/1.1" 200 156 0.014625 10.0.0.34 - - [2025-01-02 02:18:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003177 10.0.0.34 - - [2025-01-02 02:18:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.34 - - [2025-01-02 02:18:21] "POST /chown HTTP/1.1" 200 109 0.011032 10.0.0.34 - - [2025-01-02 02:18:21] "POST /instance-ips HTTP/1.1" 400 213 0.017878 10.0.0.34 - - [2025-01-02 02:18:21] "POST /chown HTTP/1.1" 200 109 0.009726 10.0.0.34 - - [2025-01-02 02:18:21] "PUT /instance-ip/af164c56-5282-468f-be5d-7c1d7e826291 HTTP/1.1" 200 256 0.016326 10.0.0.34 - - [2025-01-02 02:18:21] "POST /ref-update HTTP/1.1" 200 156 0.012285 10.0.0.34 - - [2025-01-02 02:18:21] "POST /ref-update HTTP/1.1" 200 156 0.013411 10.0.0.34 - - [2025-01-02 02:18:21] "POST /chown HTTP/1.1" 200 109 0.011320 10.0.0.34 - - [2025-01-02 02:18:21] "POST /instance-ips HTTP/1.1" 400 315 0.017085 10.0.0.34 - - [2025-01-02 02:18:21] "POST /chown HTTP/1.1" 200 109 0.009315 10.0.0.34 - - [2025-01-02 02:18:21] "PUT /instance-ip/c01c52d0-51e2-4222-aa3e-c6957ae5258c HTTP/1.1" 200 256 0.015058 10.0.0.34 - - [2025-01-02 02:18:22] "POST /ref-update HTTP/1.1" 200 156 0.013804 10.0.0.34 - - [2025-01-02 02:18:22] "POST /ref-update HTTP/1.1" 200 156 0.023567 10.0.0.34 - - [2025-01-02 02:18:22] "POST /chown HTTP/1.1" 200 109 0.009297 10.0.0.34 - - [2025-01-02 02:18:22] "POST /instance-ips HTTP/1.1" 400 213 0.017527 10.0.0.34 - - [2025-01-02 02:18:22] "POST /chown HTTP/1.1" 200 109 0.009873 10.0.0.34 - - [2025-01-02 02:18:22] "PUT /instance-ip/af164c56-5282-468f-be5d-7c1d7e826291 HTTP/1.1" 200 256 0.014098 10.0.0.34 - - [2025-01-02 02:18:22] "POST /ref-update HTTP/1.1" 200 156 0.014164 10.0.0.34 - - [2025-01-02 02:18:22] "POST /ref-update HTTP/1.1" 200 156 0.012719 10.0.0.34 - - [2025-01-02 02:18:22] "POST /chown HTTP/1.1" 200 109 0.009424 10.0.0.34 - - [2025-01-02 02:18:22] "POST /instance-ips HTTP/1.1" 400 315 0.017346 10.0.0.34 - - [2025-01-02 02:18:22] "GET /projects?obj_uuids=d8d717d2-2a93-45e4-9ea4-eb86476908b4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002892 10.0.0.34 - - [2025-01-02 02:18:22] "GET /domains?obj_uuids=e2abe4f2-6725-4295-8c1a-d310d4c72b51&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001922 10.0.0.34 - - [2025-01-02 02:18:22] "POST /chown HTTP/1.1" 200 109 0.008157 10.0.0.34 - - [2025-01-02 02:18:22] "GET /domain/e2abe4f2-6725-4295-8c1a-d310d4c72b51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.053249 10.0.0.34 - - [2025-01-02 02:18:22] "PUT /instance-ip/c01c52d0-51e2-4222-aa3e-c6957ae5258c HTTP/1.1" 200 256 0.014722 10.0.0.34 - - [2025-01-02 02:18:22] "POST /ref-update HTTP/1.1" 200 156 0.015476 10.0.0.34 - - [2025-01-02 02:18:22] "POST /id-to-fqname HTTP/1.1" 200 200 0.001443 10.0.0.34 - - [2025-01-02 02:18:22] "POST /fqname-to-id HTTP/1.1" 404 209 0.006750 10.0.0.34 - - [2025-01-02 02:18:22] "POST /ref-update HTTP/1.1" 200 156 0.014776 10.0.0.34 - - [2025-01-02 02:18:22] "POST /security-groups HTTP/1.1" 200 601 0.075804 10.0.0.34 - - [2025-01-02 02:18:22] "POST /fqname-to-id HTTP/1.1" 404 244 0.005775 10.0.0.34 - - [2025-01-02 02:18:22] "POST /projects HTTP/1.1" 200 605 0.255718 10.0.0.34 - - [2025-01-02 02:18:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.296047 10.0.0.34 - - [2025-01-02 02:18:22] "POST /access-control-lists HTTP/1.1" 200 606 0.062207 10.0.0.34 - - [2025-01-02 02:18:23] "POST /fqname-to-id HTTP/1.1" 404 243 0.004245 10.0.0.34 - - [2025-01-02 02:18:23] "POST /neutron/router HTTP/1.1" 200 637 0.549647 10.0.0.34 - - [2025-01-02 02:18:23] "GET /projects?obj_uuids=d8d717d2-2a93-45e4-9ea4-eb86476908b4&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.001282 10.0.0.34 - - [2025-01-02 02:18:23] "POST /access-control-lists HTTP/1.1" 200 604 0.074000 10.0.0.34 - - [2025-01-02 02:18:23] "POST /neutron/network HTTP/1.1" 200 681 0.135130 10.0.0.34 - - [2025-01-02 02:18:23] "POST /route-targets HTTP/1.1" 200 327 0.015021 10.0.0.34 - - [2025-01-02 02:18:23] "PUT /logical-router/cd40c4bc-470c-4dfe-b93e-71e1a5843395 HTTP/1.1" 200 262 0.018448 10.0.0.34 - - [2025-01-02 02:18:23] "POST /route-targets HTTP/1.1" 200 327 0.017652 10.0.0.34 - - [2025-01-02 02:18:23] "POST /useragent-kv HTTP/1.1" 200 115 0.007435 10.0.0.34 - - [2025-01-02 02:18:23] "POST /ref-update HTTP/1.1" 200 156 0.020656 10.0.0.34 - - [2025-01-02 02:18:23] "POST /neutron/subnet HTTP/1.1" 200 710 0.246958 10.0.0.34 - - [2025-01-02 02:18:23] "GET /projects?obj_uuids=d8d717d2-2a93-45e4-9ea4-eb86476908b4&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.001516 10.0.0.34 - - [2025-01-02 02:18:23] "POST /neutron/network HTTP/1.1" 200 653 0.096717 10.0.0.34 - - [2025-01-02 02:18:23] "GET /projects?obj_uuids=d8d717d2-2a93-45e4-9ea4-eb86476908b4&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.001433 10.0.0.34 - - [2025-01-02 02:18:23] "POST /route-targets HTTP/1.1" 200 327 0.018852 10.0.0.34 - - [2025-01-02 02:18:23] "POST /ref-update HTTP/1.1" 200 156 0.023247 10.0.0.34 - - [2025-01-02 02:18:23] "POST /neutron/network HTTP/1.1" 200 651 0.115272 10.0.0.34 - - [2025-01-02 02:18:23] "POST /route-targets HTTP/1.1" 200 327 0.015162 10.0.0.34 - - [2025-01-02 02:18:23] "POST /ref-update HTTP/1.1" 200 156 0.021542 10.0.0.34 - - [2025-01-02 02:18:23] "POST /useragent-kv HTTP/1.1" 200 115 0.005332 10.0.0.34 - - [2025-01-02 02:18:23] "POST /neutron/subnet HTTP/1.1" 200 710 0.207802 10.0.0.34 - - [2025-01-02 02:18:24] "POST /useragent-kv HTTP/1.1" 200 115 0.004102 10.0.0.34 - - [2025-01-02 02:18:24] "POST /neutron/subnet HTTP/1.1" 200 710 0.188497 10.0.0.34 - - [2025-01-02 02:18:24] "POST /neutron/router HTTP/1.1" 200 637 0.005732 10.0.0.34 - - [2025-01-02 02:18:24] "GET /projects?obj_uuids=d8d717d2-2a93-45e4-9ea4-eb86476908b4&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.001375 10.0.0.34 - - [2025-01-02 02:18:24] "POST /neutron/router HTTP/1.1" 200 344 0.234380 10.0.0.34 - - [2025-01-02 02:18:24] "POST /neutron/router HTTP/1.1" 200 637 0.006713 10.0.0.34 - - [2025-01-02 02:18:24] "POST /ref-update HTTP/1.1" 200 156 0.015825 10.0.0.34 - - [2025-01-02 02:18:24] "POST /neutron/router HTTP/1.1" 400 331 0.054332 10.0.0.34 - - [2025-01-02 02:18:24] "POST /neutron/router HTTP/1.1" 200 637 0.005198 10.0.0.34 - - [2025-01-02 02:18:24] "POST /ref-update HTTP/1.1" 200 156 0.013074 10.0.0.34 - - [2025-01-02 02:18:24] "POST /neutron/router HTTP/1.1" 200 344 0.126017 10.0.0.34 - - [2025-01-02 02:18:24] "POST /neutron/router HTTP/1.1" 400 207 0.003319 10.0.0.34 - - [2025-01-02 02:18:24] "POST /neutron/router HTTP/1.1" 200 637 0.006240 10.0.0.34 - - [2025-01-02 02:18:24] "POST /neutron/router HTTP/1.1" 400 207 0.005332 10.0.0.34 - - [2025-01-02 02:18:24] "GET /projects?obj_uuids=d8d717d2-2a93-45e4-9ea4-eb86476908b4&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.001217 10.0.0.34 - - [2025-01-02 02:18:24] "POST /neutron/network HTTP/1.1" 200 683 0.079490 10.0.0.34 - - [2025-01-02 02:18:24] "POST /route-targets HTTP/1.1" 200 327 0.010606 10.0.0.34 - - [2025-01-02 02:18:24] "POST /ref-update HTTP/1.1" 200 156 0.012702 10.0.0.34 - - [2025-01-02 02:18:24] "POST /useragent-kv HTTP/1.1" 200 115 0.006156 10.0.0.34 - - [2025-01-02 02:18:24] "POST /neutron/subnet HTTP/1.1" 200 710 0.164348 10.0.0.34 - - [2025-01-02 02:18:24] "POST /neutron/router HTTP/1.1" 200 637 0.004417 10.0.0.34 - - [2025-01-02 02:18:25] "POST /neutron/router HTTP/1.1" 400 262 0.006120 10.0.0.34 - - [2025-01-02 02:18:25] "POST /neutron/router HTTP/1.1" 200 637 0.003832 10.0.0.34 - - [2025-01-02 02:18:25] "GET /projects?obj_uuids=d8d717d2-2a93-45e4-9ea4-eb86476908b4&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002162 10.0.0.34 - - [2025-01-02 02:18:25] "POST /neutron/router HTTP/1.1" 200 344 0.225800 10.0.0.34 - - [2025-01-02 02:18:25] "POST /neutron/router HTTP/1.1" 200 637 0.005342 10.0.0.34 - - [2025-01-02 02:18:25] "POST /ref-update HTTP/1.1" 200 156 0.012048 10.0.0.34 - - [2025-01-02 02:18:25] "POST /neutron/router HTTP/1.1" 400 206 0.004877 10.0.0.34 - - [2025-01-02 02:18:25] "POST /neutron/router HTTP/1.1" 200 637 0.004232 10.0.0.34 - - [2025-01-02 02:18:25] "POST /ref-update HTTP/1.1" 200 156 0.015935 10.0.0.34 - - [2025-01-02 02:18:25] "POST /neutron/router HTTP/1.1" 200 344 0.107416 10.0.0.34 - - [2025-01-02 02:18:25] "POST /neutron/router HTTP/1.1" 400 208 0.003255 10.0.0.34 - - [2025-01-02 02:18:25] "POST /neutron/router HTTP/1.1" 400 207 0.003240 10.0.0.34 - - [2025-01-02 02:18:25] "POST /neutron/subnet HTTP/1.1" 200 710 0.010009 10.0.0.34 - - [2025-01-02 02:18:25] "POST /useragent-kv HTTP/1.1" 200 115 0.007077 10.0.0.34 - - [2025-01-02 02:18:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002341 10.0.0.34 - - [2025-01-02 02:18:25] "POST /neutron/subnet HTTP/1.1" 200 151 0.187766 10.0.0.34 - - [2025-01-02 02:18:25] "POST /neutron/network HTTP/1.1" 200 750 0.004548 10.0.0.34 - - [2025-01-02 02:18:25] "POST /neutron/network HTTP/1.1" 200 151 0.075750 10.0.0.34 - - [2025-01-02 02:18:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.007646 10.0.0.34 - - [2025-01-02 02:18:25] "POST /neutron/subnet HTTP/1.1" 200 710 0.007922 10.0.0.34 - - [2025-01-02 02:18:25] "DELETE /route-target/6a14f90b-7c69-44d0-bd5e-0aeb6b784044 HTTP/1.1" 200 115 0.027525 10.0.0.34 - - [2025-01-02 02:18:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002366 10.0.0.34 - - [2025-01-02 02:18:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002309 10.0.0.34 - - [2025-01-02 02:18:25] "POST /neutron/subnet HTTP/1.1" 200 151 0.172522 10.0.0.34 - - [2025-01-02 02:18:25] "POST /neutron/subnet HTTP/1.1" 200 710 0.008766 10.0.0.34 - - [2025-01-02 02:18:26] "POST /useragent-kv HTTP/1.1" 200 115 0.005563 10.0.0.34 - - [2025-01-02 02:18:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002343 10.0.0.34 - - [2025-01-02 02:18:26] "POST /neutron/subnet HTTP/1.1" 200 151 0.169096 10.0.0.34 - - [2025-01-02 02:18:26] "POST /neutron/network HTTP/1.1" 200 718 0.004961 10.0.0.34 - - [2025-01-02 02:18:26] "POST /neutron/network HTTP/1.1" 200 151 0.067333 10.0.0.34 - - [2025-01-02 02:18:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.34 - - [2025-01-02 02:18:26] "POST /neutron/network HTTP/1.1" 200 720 0.005832 10.0.0.34 - - [2025-01-02 02:18:26] "DELETE /route-target/bacc68dc-4709-4563-92ee-b62affa8d7e5 HTTP/1.1" 200 115 0.028304 10.0.0.34 - - [2025-01-02 02:18:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.008121 10.0.0.34 - - [2025-01-02 02:18:26] "POST /neutron/network HTTP/1.1" 200 151 0.080942 10.0.0.34 - - [2025-01-02 02:18:26] "POST /neutron/subnet HTTP/1.1" 200 710 0.009459 10.0.0.34 - - [2025-01-02 02:18:26] "DELETE /route-target/946ac4bf-f4e1-4d96-9881-8d3b0361ec2c HTTP/1.1" 200 115 0.027920 10.0.0.34 - - [2025-01-02 02:18:26] "POST /useragent-kv HTTP/1.1" 200 115 0.007317 10.0.0.34 - - [2025-01-02 02:18:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002739 10.0.0.34 - - [2025-01-02 02:18:26] "POST /neutron/subnet HTTP/1.1" 200 151 0.176803 10.0.0.34 - - [2025-01-02 02:18:26] "POST /neutron/network HTTP/1.1" 200 748 0.005268 10.0.0.34 - - [2025-01-02 02:18:26] "POST /neutron/network HTTP/1.1" 200 151 0.077131 10.0.0.34 - - [2025-01-02 02:18:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.34 - - [2025-01-02 02:18:26] "POST /neutron/port HTTP/1.1" 200 117 0.010105 10.0.0.34 - - [2025-01-02 02:18:26] "DELETE /route-target/6e8bc8c9-167b-46be-bc03-f60d9c70a353 HTTP/1.1" 200 115 0.020477 10.0.0.34 - - [2025-01-02 02:18:26] "POST /neutron/router HTTP/1.1" 200 637 0.004403 10.0.0.34 - - [2025-01-02 02:18:26] "GET /logical-router/cd40c4bc-470c-4dfe-b93e-71e1a5843395?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004426 10.0.0.34 - - [2025-01-02 02:18:26] "POST /neutron/router HTTP/1.1" 200 151 0.056809 10.0.0.34 - - [2025-01-02 02:18:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004137 10.0.0.34 - - [2025-01-02 02:18:26] "DELETE /route-target/79a926b9-9f7e-4a1a-a44c-720a8018ca4f HTTP/1.1" 200 115 0.017392 10.0.0.34 - - [2025-01-02 02:18:27] "GET /projects?obj_uuids=d8d717d2-2a93-45e4-9ea4-eb86476908b4&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.001358 10.0.0.34 - - [2025-01-02 02:18:27] "POST /neutron/security_group HTTP/1.1" 200 2104 0.070132 10.0.0.34 - - [2025-01-02 02:18:27] "POST /neutron/security_group HTTP/1.1" 200 2094 0.005022 10.0.0.34 - - [2025-01-02 02:18:27] "POST /neutron/security_group HTTP/1.1" 200 151 0.055614 10.0.0.34 - - [2025-01-02 02:18:27] "DELETE /access-control-list/5bfd335f-64bd-4f68-9d37-92d5ce176d9b HTTP/1.1" 200 115 0.034659 10.0.0.34 - - [2025-01-02 02:18:27] "DELETE /access-control-list/5b9d2ba4-19f1-4d06-86e5-fa25daa8ab82 HTTP/1.1" 200 115 0.024490 10.0.0.34 - - [2025-01-02 02:18:29] "GET /projects?obj_uuids=3921dd9a-53bd-4407-bb1e-2b3d5d274e03&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004558 10.0.0.34 - - [2025-01-02 02:18:29] "GET /domains?obj_uuids=e2abe4f2-6725-4295-8c1a-d310d4c72b51&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001677 10.0.0.34 - - [2025-01-02 02:18:29] "GET /domain/e2abe4f2-6725-4295-8c1a-d310d4c72b51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.052811 10.0.0.34 - - [2025-01-02 02:18:29] "POST /id-to-fqname HTTP/1.1" 200 193 0.001586 10.0.0.34 - - [2025-01-02 02:18:29] "POST /fqname-to-id HTTP/1.1" 404 202 0.004787 10.0.0.34 - - [2025-01-02 02:18:29] "POST /security-groups HTTP/1.1" 200 594 0.067735 10.0.0.34 - - [2025-01-02 02:18:29] "POST /fqname-to-id HTTP/1.1" 404 237 0.003454 10.0.0.34 - - [2025-01-02 02:18:29] "POST /projects HTTP/1.1" 200 591 0.224756 10.0.0.34 - - [2025-01-02 02:18:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.303323 10.0.0.34 - - [2025-01-02 02:18:29] "POST /access-control-lists HTTP/1.1" 200 599 0.064697 10.0.0.34 - - [2025-01-02 02:18:29] "POST /fqname-to-id HTTP/1.1" 404 236 0.005629 10.0.0.34 - - [2025-01-02 02:18:29] "POST /access-control-lists HTTP/1.1" 200 597 0.066308 10.0.0.34 - - [2025-01-02 02:18:29] "POST /neutron/security_group HTTP/1.1" 200 1371 0.820881 10.0.0.34 - - [2025-01-02 02:18:29] "POST /neutron/security_group HTTP/1.1" 200 12998 0.016613 10.0.0.34 - - [2025-01-02 02:18:29] "POST /neutron/security_group HTTP/1.1" 200 1371 0.004268 10.0.0.34 - - [2025-01-02 02:18:29] "POST /neutron/security_group HTTP/1.1" 200 1407 0.016417 10.0.0.34 - - [2025-01-02 02:18:29] "POST /neutron/security_group HTTP/1.1" 200 1407 0.004987 10.0.0.34 - - [2025-01-02 02:18:29] "POST /neutron/security_group HTTP/1.1" 200 1407 0.004056 10.0.0.34 - - [2025-01-02 02:18:30] "POST /neutron/security_group HTTP/1.1" 200 151 0.038423 10.0.0.34 - - [2025-01-02 02:18:30] "POST /neutron/security_group HTTP/1.1" 200 11771 0.013868 10.0.0.34 - - [2025-01-02 02:18:30] "POST /neutron/security_group HTTP/1.1" 400 209 0.003481 10.0.0.34 - - [2025-01-02 02:18:30] "GET /projects?obj_uuids=3921dd9a-53bd-4407-bb1e-2b3d5d274e03&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001318 10.0.0.34 - - [2025-01-02 02:18:30] "POST /fqname-to-id HTTP/1.1" 404 258 0.003066 10.0.0.34 - - [2025-01-02 02:18:30] "POST /access-control-lists HTTP/1.1" 200 620 0.023612 10.0.0.34 - - [2025-01-02 02:18:30] "POST /fqname-to-id HTTP/1.1" 404 257 0.003727 10.0.0.34 - - [2025-01-02 02:18:30] "POST /access-control-lists HTTP/1.1" 200 618 0.024171 10.0.0.34 - - [2025-01-02 02:18:30] "POST /neutron/security_group HTTP/1.1" 200 1371 0.360385 10.0.0.34 - - [2025-01-02 02:18:30] "PUT /access-control-list/cef73aa4-c3b1-4a0a-945b-810dfdc9417b HTTP/1.1" 200 272 0.011678 10.0.0.34 - - [2025-01-02 02:18:30] "PUT /access-control-list/1fb382c9-db47-418d-bda3-e2b7a1b7fb9a HTTP/1.1" 200 272 0.012221 10.0.0.34 - - [2025-01-02 02:18:30] "POST /neutron/security_group_rule HTTP/1.1" 200 575 0.174987 10.0.0.34 - - [2025-01-02 02:18:30] "PUT /access-control-list/cef73aa4-c3b1-4a0a-945b-810dfdc9417b HTTP/1.1" 200 272 0.016900 10.0.0.34 - - [2025-01-02 02:18:30] "POST /neutron/security_group HTTP/1.1" 200 1803 0.006848 10.0.0.34 - - [2025-01-02 02:18:30] "POST /neutron/security_group HTTP/1.1" 200 151 0.051198 10.0.0.34 - - [2025-01-02 02:18:30] "DELETE /access-control-list/cef73aa4-c3b1-4a0a-945b-810dfdc9417b HTTP/1.1" 200 115 0.032602 10.0.0.34 - - [2025-01-02 02:18:30] "POST /neutron/security_group HTTP/1.1" 200 11771 0.015742 10.0.0.34 - - [2025-01-02 02:18:30] "DELETE /access-control-list/1fb382c9-db47-418d-bda3-e2b7a1b7fb9a HTTP/1.1" 200 115 0.023866 10.0.0.34 - - [2025-01-02 02:18:30] "GET /projects?obj_uuids=3921dd9a-53bd-4407-bb1e-2b3d5d274e03&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001439 10.0.0.34 - - [2025-01-02 02:18:30] "POST /fqname-to-id HTTP/1.1" 404 257 0.003185 10.0.0.34 - - [2025-01-02 02:18:30] "POST /access-control-lists HTTP/1.1" 200 619 0.018621 10.0.0.34 - - [2025-01-02 02:18:30] "POST /fqname-to-id HTTP/1.1" 404 256 0.002916 10.0.0.34 - - [2025-01-02 02:18:30] "POST /access-control-lists HTTP/1.1" 200 617 0.021015 10.0.0.34 - - [2025-01-02 02:18:31] "PUT /access-control-list/f36f76ac-8e21-4215-b688-1731585b399a HTTP/1.1" 200 272 0.010921 10.0.0.34 - - [2025-01-02 02:18:31] "PUT /access-control-list/10a4a5c6-6a3b-4112-a69d-6b4d34e3b3e6 HTTP/1.1" 200 272 0.014265 10.0.0.34 - - [2025-01-02 02:18:31] "POST /neutron/security_group HTTP/1.1" 200 1369 0.347437 10.0.0.34 - - [2025-01-02 02:18:31] "GET /projects?obj_uuids=3921dd9a-53bd-4407-bb1e-2b3d5d274e03&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001567 10.0.0.34 - - [2025-01-02 02:18:31] "PUT /access-control-list/10a4a5c6-6a3b-4112-a69d-6b4d34e3b3e6 HTTP/1.1" 200 272 0.015465 10.0.0.34 - - [2025-01-02 02:18:31] "POST /fqname-to-id HTTP/1.1" 404 257 0.003792 10.0.0.34 - - [2025-01-02 02:18:31] "POST /access-control-lists HTTP/1.1" 200 619 0.027931 10.0.0.34 - - [2025-01-02 02:18:31] "POST /fqname-to-id HTTP/1.1" 404 256 0.003454 10.0.0.34 - - [2025-01-02 02:18:31] "POST /access-control-lists HTTP/1.1" 200 617 0.019855 10.0.0.34 - - [2025-01-02 02:18:31] "POST /neutron/security_group HTTP/1.1" 200 1369 0.332484 10.0.0.34 - - [2025-01-02 02:18:31] "PUT /access-control-list/5836b20e-3fb8-459c-94ef-4e066c9d428d HTTP/1.1" 200 272 0.013446 10.0.0.34 - - [2025-01-02 02:18:31] "PUT /access-control-list/af8893ca-bd49-4eb7-b4e8-50f03f46c0cc HTTP/1.1" 200 272 0.011257 10.0.0.34 - - [2025-01-02 02:18:31] "POST /neutron/security_group_rule HTTP/1.1" 200 601 0.118954 10.0.0.34 - - [2025-01-02 02:18:31] "POST /neutron/security_group_rule HTTP/1.1" 200 565 0.019086 10.0.0.34 - - [2025-01-02 02:18:31] "PUT /access-control-list/f36f76ac-8e21-4215-b688-1731585b399a HTTP/1.1" 200 272 0.029259 10.0.0.34 - - [2025-01-02 02:18:31] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.173958 10.0.0.34 - - [2025-01-02 02:18:31] "PUT /access-control-list/f36f76ac-8e21-4215-b688-1731585b399a HTTP/1.1" 200 272 0.012414 10.0.0.34 - - [2025-01-02 02:18:31] "POST /neutron/security_group_rule HTTP/1.1" 200 11407 0.017321 10.0.0.34 - - [2025-01-02 02:18:31] "POST /neutron/security_group HTTP/1.1" 200 1369 0.005060 10.0.0.34 - - [2025-01-02 02:18:31] "POST /neutron/security_group HTTP/1.1" 200 151 0.049701 10.0.0.34 - - [2025-01-02 02:18:31] "DELETE /access-control-list/5836b20e-3fb8-459c-94ef-4e066c9d428d HTTP/1.1" 200 115 0.037371 10.0.0.34 - - [2025-01-02 02:18:31] "POST /neutron/security_group HTTP/1.1" 200 12996 0.024438 10.0.0.34 - - [2025-01-02 02:18:31] "POST /neutron/security_group HTTP/1.1" 200 1369 0.007838 10.0.0.34 - - [2025-01-02 02:18:31] "DELETE /access-control-list/af8893ca-bd49-4eb7-b4e8-50f03f46c0cc HTTP/1.1" 200 115 0.060109 10.0.0.34 - - [2025-01-02 02:18:32] "POST /neutron/security_group HTTP/1.1" 200 151 0.075107 10.0.0.34 - - [2025-01-02 02:18:32] "DELETE /access-control-list/f36f76ac-8e21-4215-b688-1731585b399a HTTP/1.1" 200 115 0.030075 10.0.0.34 - - [2025-01-02 02:18:32] "POST /neutron/security_group HTTP/1.1" 200 11771 0.017530 10.0.0.34 - - [2025-01-02 02:18:32] "GET /projects?obj_uuids=3921dd9a-53bd-4407-bb1e-2b3d5d274e03&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001369 10.0.0.34 - - [2025-01-02 02:18:32] "DELETE /access-control-list/10a4a5c6-6a3b-4112-a69d-6b4d34e3b3e6 HTTP/1.1" 200 115 0.043255 10.0.0.34 - - [2025-01-02 02:18:32] "POST /fqname-to-id HTTP/1.1" 404 257 0.003428 10.0.0.34 - - [2025-01-02 02:18:32] "POST /access-control-lists HTTP/1.1" 200 619 0.020491 10.0.0.34 - - [2025-01-02 02:18:32] "POST /fqname-to-id HTTP/1.1" 404 256 0.003579 10.0.0.34 - - [2025-01-02 02:18:32] "POST /access-control-lists HTTP/1.1" 200 617 0.032175 10.0.0.34 - - [2025-01-02 02:18:32] "PUT /access-control-list/2c42d993-46de-44a6-8b76-657417c84a98 HTTP/1.1" 200 272 0.009551 10.0.0.34 - - [2025-01-02 02:18:32] "PUT /access-control-list/16c56074-471f-49a1-8d49-62ca507bdca5 HTTP/1.1" 200 272 0.011638 10.0.0.34 - - [2025-01-02 02:18:32] "POST /neutron/security_group HTTP/1.1" 200 1369 0.419712 10.0.0.34 - - [2025-01-02 02:18:32] "PUT /access-control-list/16c56074-471f-49a1-8d49-62ca507bdca5 HTTP/1.1" 200 272 0.013856 10.0.0.34 - - [2025-01-02 02:18:32] "POST /neutron/security_group_rule HTTP/1.1" 200 578 0.161888 10.0.0.34 - - [2025-01-02 02:18:32] "PUT /access-control-list/2c42d993-46de-44a6-8b76-657417c84a98 HTTP/1.1" 200 272 0.009755 10.0.0.34 - - [2025-01-02 02:18:32] "POST /neutron/security_group_rule HTTP/1.1" 200 542 0.012189 10.0.0.34 - - [2025-01-02 02:18:32] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.119780 10.0.0.34 - - [2025-01-02 02:18:32] "PUT /access-control-list/2c42d993-46de-44a6-8b76-657417c84a98 HTTP/1.1" 200 272 0.012527 10.0.0.34 - - [2025-01-02 02:18:32] "POST /neutron/security_group_rule HTTP/1.1" 200 10548 0.014511 10.0.0.34 - - [2025-01-02 02:18:32] "POST /neutron/security_group HTTP/1.1" 200 1369 0.003729 10.0.0.34 - - [2025-01-02 02:18:32] "POST /neutron/security_group HTTP/1.1" 200 151 0.045605 10.0.0.34 - - [2025-01-02 02:18:32] "DELETE /access-control-list/2c42d993-46de-44a6-8b76-657417c84a98 HTTP/1.1" 200 115 0.026070 10.0.0.34 - - [2025-01-02 02:18:32] "POST /neutron/security_group HTTP/1.1" 200 11771 0.020281 10.0.0.34 - - [2025-01-02 02:18:32] "GET /projects?obj_uuids=3921dd9a-53bd-4407-bb1e-2b3d5d274e03&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004783 10.0.0.34 - - [2025-01-02 02:18:32] "DELETE /access-control-list/16c56074-471f-49a1-8d49-62ca507bdca5 HTTP/1.1" 200 115 0.050253 10.0.0.34 - - [2025-01-02 02:18:33] "POST /fqname-to-id HTTP/1.1" 404 258 0.002695 10.0.0.34 - - [2025-01-02 02:18:33] "POST /access-control-lists HTTP/1.1" 200 620 0.018795 10.0.0.34 - - [2025-01-02 02:18:33] "POST /fqname-to-id HTTP/1.1" 404 257 0.003293 10.0.0.34 - - [2025-01-02 02:18:33] "POST /access-control-lists HTTP/1.1" 200 618 0.022317 10.0.0.34 - - [2025-01-02 02:18:33] "PUT /access-control-list/ad4ac048-00a5-41f7-b59e-61cb8696d522 HTTP/1.1" 200 272 0.009994 10.0.0.34 - - [2025-01-02 02:18:33] "POST /neutron/security_group HTTP/1.1" 200 1371 0.326271 10.0.0.34 - - [2025-01-02 02:18:33] "PUT /access-control-list/f3b67c09-eef1-411f-bb72-82a1c2143dff HTTP/1.1" 200 272 0.011861 10.0.0.34 - - [2025-01-02 02:18:33] "PUT /access-control-list/f3b67c09-eef1-411f-bb72-82a1c2143dff HTTP/1.1" 200 272 0.010545 10.0.0.34 - - [2025-01-02 02:18:33] "POST /neutron/security_group_rule HTTP/1.1" 200 576 0.170848 10.0.0.34 - - [2025-01-02 02:18:33] "PUT /access-control-list/ad4ac048-00a5-41f7-b59e-61cb8696d522 HTTP/1.1" 200 272 0.008776 10.0.0.34 - - [2025-01-02 02:18:33] "POST /neutron/security_group_rule HTTP/1.1" 200 540 0.011297 10.0.0.34 - - [2025-01-02 02:18:33] "POST /neutron/security_group_rule HTTP/1.1" 200 10981 0.009935 10.0.0.34 - - [2025-01-02 02:18:33] "POST /neutron/security_group_rule HTTP/1.1" 200 540 0.009809 10.0.0.34 - - [2025-01-02 02:18:33] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.122919 10.0.0.34 - - [2025-01-02 02:18:33] "PUT /access-control-list/ad4ac048-00a5-41f7-b59e-61cb8696d522 HTTP/1.1" 200 272 0.016744 10.0.0.34 - - [2025-01-02 02:18:33] "POST /neutron/security_group_rule HTTP/1.1" 200 10548 0.011449 10.0.0.34 - - [2025-01-02 02:18:33] "POST /neutron/security_group_rule HTTP/1.1" 200 576 0.092613 10.0.0.34 - - [2025-01-02 02:18:33] "PUT /access-control-list/ad4ac048-00a5-41f7-b59e-61cb8696d522 HTTP/1.1" 200 272 0.015948 10.0.0.34 - - [2025-01-02 02:18:33] "POST /neutron/security_group_rule HTTP/1.1" 200 540 0.014194 10.0.0.34 - - [2025-01-02 02:18:33] "POST /neutron/security_group_rule HTTP/1.1" 200 10981 0.010838 10.0.0.34 - - [2025-01-02 02:18:33] "POST /neutron/security_group_rule HTTP/1.1" 200 540 0.010635 10.0.0.34 - - [2025-01-02 02:18:33] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.163005 10.0.0.34 - - [2025-01-02 02:18:34] "POST /neutron/security_group_rule HTTP/1.1" 200 10548 0.012580 10.0.0.34 - - [2025-01-02 02:18:34] "PUT /access-control-list/ad4ac048-00a5-41f7-b59e-61cb8696d522 HTTP/1.1" 200 272 0.017776 10.0.0.34 - - [2025-01-02 02:18:34] "POST /neutron/security_group_rule HTTP/1.1" 200 577 0.125858 10.0.0.34 - - [2025-01-02 02:18:34] "PUT /access-control-list/ad4ac048-00a5-41f7-b59e-61cb8696d522 HTTP/1.1" 200 272 0.015421 10.0.0.34 - - [2025-01-02 02:18:34] "POST /neutron/security_group_rule HTTP/1.1" 200 541 0.010265 10.0.0.34 - - [2025-01-02 02:18:34] "POST /neutron/security_group_rule HTTP/1.1" 200 10982 0.010926 10.0.0.34 - - [2025-01-02 02:18:34] "POST /neutron/security_group_rule HTTP/1.1" 200 541 0.009762 10.0.0.34 - - [2025-01-02 02:18:34] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.141703 10.0.0.34 - - [2025-01-02 02:18:34] "POST /neutron/security_group_rule HTTP/1.1" 200 10548 0.014740 10.0.0.34 - - [2025-01-02 02:18:34] "PUT /access-control-list/ad4ac048-00a5-41f7-b59e-61cb8696d522 HTTP/1.1" 200 272 0.020684 10.0.0.34 - - [2025-01-02 02:18:34] "POST /neutron/security_group HTTP/1.1" 200 1371 0.005593 10.0.0.34 - - [2025-01-02 02:18:34] "POST /neutron/security_group HTTP/1.1" 200 151 0.041142 10.0.0.34 - - [2025-01-02 02:18:34] "DELETE /access-control-list/ad4ac048-00a5-41f7-b59e-61cb8696d522 HTTP/1.1" 200 115 0.020433 10.0.0.34 - - [2025-01-02 02:18:34] "POST /neutron/security_group HTTP/1.1" 200 11771 0.022879 10.0.0.34 - - [2025-01-02 02:18:34] "GET /projects?obj_uuids=3921dd9a-53bd-4407-bb1e-2b3d5d274e03&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001204 10.0.0.34 - - [2025-01-02 02:18:34] "DELETE /access-control-list/f3b67c09-eef1-411f-bb72-82a1c2143dff HTTP/1.1" 200 115 0.045899 10.0.0.34 - - [2025-01-02 02:18:34] "POST /fqname-to-id HTTP/1.1" 404 257 0.004738 10.0.0.34 - - [2025-01-02 02:18:34] "POST /access-control-lists HTTP/1.1" 200 619 0.022705 10.0.0.34 - - [2025-01-02 02:18:34] "POST /fqname-to-id HTTP/1.1" 404 256 0.003330 10.0.0.34 - - [2025-01-02 02:18:34] "POST /access-control-lists HTTP/1.1" 200 617 0.031306 10.0.0.34 - - [2025-01-02 02:18:34] "PUT /access-control-list/43c8a66e-f0d3-40bc-a98e-6f222d2cd42d HTTP/1.1" 200 272 0.009429 10.0.0.34 - - [2025-01-02 02:18:34] "PUT /access-control-list/58d79992-a6c3-41c6-8d92-67d0be877916 HTTP/1.1" 200 272 0.010863 10.0.0.34 - - [2025-01-02 02:18:34] "POST /neutron/security_group HTTP/1.1" 200 1369 0.368867 10.0.0.34 - - [2025-01-02 02:18:34] "PUT /access-control-list/58d79992-a6c3-41c6-8d92-67d0be877916 HTTP/1.1" 200 272 0.010585 10.0.0.34 - - [2025-01-02 02:18:35] "POST /neutron/security_group_rule HTTP/1.1" 200 576 0.176856 10.0.0.34 - - [2025-01-02 02:18:35] "PUT /access-control-list/43c8a66e-f0d3-40bc-a98e-6f222d2cd42d HTTP/1.1" 200 272 0.012801 10.0.0.34 - - [2025-01-02 02:18:35] "POST /neutron/security_group HTTP/1.1" 200 1802 0.007618 10.0.0.34 - - [2025-01-02 02:18:35] "POST /neutron/security_group HTTP/1.1" 200 151 0.044155 10.0.0.34 - - [2025-01-02 02:18:35] "DELETE /access-control-list/43c8a66e-f0d3-40bc-a98e-6f222d2cd42d HTTP/1.1" 200 115 0.017980 10.0.0.34 - - [2025-01-02 02:18:35] "POST /neutron/security_group HTTP/1.1" 200 11771 0.012213 10.0.0.34 - - [2025-01-02 02:18:35] "DELETE /access-control-list/58d79992-a6c3-41c6-8d92-67d0be877916 HTTP/1.1" 200 115 0.028943 10.0.0.34 - - [2025-01-02 02:18:35] "POST /neutron/security_group_rule HTTP/1.1" 200 9688 0.009234 10.0.0.34 - - [2025-01-02 02:18:35] "POST /neutron/security_group HTTP/1.1" 400 209 0.003459 10.0.0.34 - - [2025-01-02 02:18:35] "POST /neutron/security_group HTTP/1.1" 200 11771 0.012624 10.0.0.34 - - [2025-01-02 02:18:35] "GET /projects?obj_uuids=3921dd9a-53bd-4407-bb1e-2b3d5d274e03&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001312 10.0.0.34 - - [2025-01-02 02:18:35] "POST /neutron/security_group HTTP/1.1" 200 2097 0.059772 10.0.0.34 - - [2025-01-02 02:18:35] "POST /neutron/security_group HTTP/1.1" 200 2087 0.004539 10.0.0.34 - - [2025-01-02 02:18:35] "POST /neutron/security_group HTTP/1.1" 200 151 0.048152 10.0.0.34 - - [2025-01-02 02:18:35] "DELETE /access-control-list/5de359b4-bb1f-4c71-8723-e9903c3da656 HTTP/1.1" 200 115 0.020701 10.0.0.34 - - [2025-01-02 02:18:35] "DELETE /access-control-list/9fa69f72-f14c-46b4-8a73-588115e1bb88 HTTP/1.1" 200 115 0.023185 10.0.0.34 - - [2025-01-02 02:18:37] "GET /projects?obj_uuids=ff6d2571-377e-4725-8641-2ab639a0f614&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002275 10.0.0.34 - - [2025-01-02 02:18:37] "GET /domains?obj_uuids=e2abe4f2-6725-4295-8c1a-d310d4c72b51&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002850 10.0.0.34 - - [2025-01-02 02:18:37] "GET /domain/e2abe4f2-6725-4295-8c1a-d310d4c72b51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.053207 10.0.0.34 - - [2025-01-02 02:18:37] "POST /id-to-fqname HTTP/1.1" 200 201 0.002002 10.0.0.34 - - [2025-01-02 02:18:37] "POST /fqname-to-id HTTP/1.1" 404 210 0.002712 10.0.0.34 - - [2025-01-02 02:18:37] "POST /security-groups HTTP/1.1" 200 602 0.063562 10.0.0.34 - - [2025-01-02 02:18:37] "POST /fqname-to-id HTTP/1.1" 404 245 0.003723 10.0.0.34 - - [2025-01-02 02:18:37] "POST /projects HTTP/1.1" 200 607 0.215645 10.0.0.34 - - [2025-01-02 02:18:37] "POST /access-control-lists HTTP/1.1" 200 607 0.060670 10.0.0.34 - - [2025-01-02 02:18:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.289031 10.0.0.34 - - [2025-01-02 02:18:37] "POST /fqname-to-id HTTP/1.1" 404 244 0.002957 10.0.0.34 - - [2025-01-02 02:18:37] "POST /access-control-lists HTTP/1.1" 200 605 0.060518 10.0.0.34 - - [2025-01-02 02:18:38] "POST /fqname-to-id HTTP/1.1" 404 266 0.003662 10.0.0.34 - - [2025-01-02 02:18:38] "POST /access-control-lists HTTP/1.1" 200 628 0.018241 10.0.0.34 - - [2025-01-02 02:18:38] "POST /fqname-to-id HTTP/1.1" 404 265 0.003016 10.0.0.34 - - [2025-01-02 02:18:38] "POST /neutron/security_group HTTP/1.1" 200 1379 0.758899 10.0.0.34 - - [2025-01-02 02:18:38] "POST /access-control-lists HTTP/1.1" 200 626 0.016478 10.0.0.34 - - [2025-01-02 02:18:38] "PUT /access-control-list/df0306c6-f452-41bd-8ebb-b0ee6be8e01c HTTP/1.1" 200 272 0.010267 10.0.0.34 - - [2025-01-02 02:18:38] "PUT /access-control-list/ccad652a-d392-47a7-9c53-ba72fccaf93b HTTP/1.1" 200 272 0.016189 10.0.0.34 - - [2025-01-02 02:18:38] "POST /neutron/security_group_rule HTTP/1.1" 200 574 0.174206 10.0.0.34 - - [2025-01-02 02:18:38] "PUT /access-control-list/df0306c6-f452-41bd-8ebb-b0ee6be8e01c HTTP/1.1" 200 272 0.010344 10.0.0.34 - - [2025-01-02 02:18:38] "POST /neutron/security_group_rule HTTP/1.1" 400 298 0.141844 10.0.0.34 - - [2025-01-02 02:18:38] "POST /neutron/security_group HTTP/1.1" 200 1810 0.004524 10.0.0.34 - - [2025-01-02 02:18:38] "POST /neutron/security_group HTTP/1.1" 200 151 0.047173 10.0.0.34 - - [2025-01-02 02:18:38] "DELETE /access-control-list/df0306c6-f452-41bd-8ebb-b0ee6be8e01c HTTP/1.1" 200 115 0.028713 10.0.0.34 - - [2025-01-02 02:18:38] "POST /neutron/security_group HTTP/1.1" 200 11779 0.016643 10.0.0.34 - - [2025-01-02 02:18:38] "DELETE /access-control-list/ccad652a-d392-47a7-9c53-ba72fccaf93b HTTP/1.1" 200 115 0.034096 10.0.0.34 - - [2025-01-02 02:18:38] "GET /projects?obj_uuids=ff6d2571-377e-4725-8641-2ab639a0f614&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001110 10.0.0.34 - - [2025-01-02 02:18:38] "POST /fqname-to-id HTTP/1.1" 404 265 0.003076 10.0.0.34 - - [2025-01-02 02:18:38] "POST /access-control-lists HTTP/1.1" 200 627 0.016932 10.0.0.34 - - [2025-01-02 02:18:38] "POST /fqname-to-id HTTP/1.1" 404 264 0.002847 10.0.0.34 - - [2025-01-02 02:18:38] "POST /access-control-lists HTTP/1.1" 200 625 0.015507 10.0.0.34 - - [2025-01-02 02:18:38] "PUT /access-control-list/6e843404-7397-47db-94f6-023edcb42753 HTTP/1.1" 200 272 0.008756 10.0.0.34 - - [2025-01-02 02:18:38] "POST /neutron/security_group HTTP/1.1" 200 1377 0.279123 10.0.0.34 - - [2025-01-02 02:18:38] "POST /neutron/security_group HTTP/1.1" 200 1377 0.005022 10.0.0.34 - - [2025-01-02 02:18:38] "PUT /access-control-list/13440ac5-de6f-46f9-9f0b-d8edd6211291 HTTP/1.1" 200 272 0.014151 10.0.0.34 - - [2025-01-02 02:18:38] "POST /neutron/security_group HTTP/1.1" 200 151 0.038835 10.0.0.34 - - [2025-01-02 02:18:38] "POST /neutron/security_group HTTP/1.1" 200 11779 0.016244 10.0.0.34 - - [2025-01-02 02:18:39] "GET /projects?obj_uuids=ff6d2571-377e-4725-8641-2ab639a0f614&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001199 10.0.0.34 - - [2025-01-02 02:18:39] "DELETE /access-control-list/6e843404-7397-47db-94f6-023edcb42753 HTTP/1.1" 200 115 0.023188 10.0.0.34 - - [2025-01-02 02:18:39] "DELETE /access-control-list/13440ac5-de6f-46f9-9f0b-d8edd6211291 HTTP/1.1" 200 115 0.029395 10.0.0.34 - - [2025-01-02 02:18:39] "POST /fqname-to-id HTTP/1.1" 404 265 0.003092 10.0.0.34 - - [2025-01-02 02:18:39] "POST /access-control-lists HTTP/1.1" 200 627 0.015519 10.0.0.34 - - [2025-01-02 02:18:39] "POST /fqname-to-id HTTP/1.1" 404 264 0.003433 10.0.0.34 - - [2025-01-02 02:18:39] "POST /access-control-lists HTTP/1.1" 200 625 0.022373 10.0.0.34 - - [2025-01-02 02:18:39] "PUT /access-control-list/04da47cc-6095-4993-9cdd-c996cb4c619c HTTP/1.1" 200 272 0.009298 10.0.0.34 - - [2025-01-02 02:18:39] "PUT /access-control-list/3c701247-1886-4173-9380-e2a1dc3f9b81 HTTP/1.1" 200 272 0.011270 10.0.0.34 - - [2025-01-02 02:18:39] "POST /neutron/security_group HTTP/1.1" 200 1377 0.398961 10.0.0.34 - - [2025-01-02 02:18:39] "POST /neutron/security_group HTTP/1.1" 200 1377 0.003388 10.0.0.34 - - [2025-01-02 02:18:39] "PUT /access-control-list/3c701247-1886-4173-9380-e2a1dc3f9b81 HTTP/1.1" 200 272 0.011411 10.0.0.34 - - [2025-01-02 02:18:39] "POST /neutron/security_group HTTP/1.1" 200 151 0.039734 10.0.0.34 - - [2025-01-02 02:18:39] "POST /neutron/security_group HTTP/1.1" 200 11779 0.014490 10.0.0.34 - - [2025-01-02 02:18:39] "GET /projects?obj_uuids=ff6d2571-377e-4725-8641-2ab639a0f614&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001322 10.0.0.34 - - [2025-01-02 02:18:39] "DELETE /access-control-list/04da47cc-6095-4993-9cdd-c996cb4c619c HTTP/1.1" 200 115 0.035385 10.0.0.34 - - [2025-01-02 02:18:39] "DELETE /access-control-list/3c701247-1886-4173-9380-e2a1dc3f9b81 HTTP/1.1" 200 115 0.034108 10.0.0.34 - - [2025-01-02 02:18:39] "POST /fqname-to-id HTTP/1.1" 404 266 0.003107 10.0.0.34 - - [2025-01-02 02:18:39] "POST /access-control-lists HTTP/1.1" 200 628 0.019104 10.0.0.34 - - [2025-01-02 02:18:39] "POST /fqname-to-id HTTP/1.1" 404 265 0.003141 10.0.0.34 - - [2025-01-02 02:18:39] "POST /access-control-lists HTTP/1.1" 200 626 0.017681 10.0.0.34 - - [2025-01-02 02:18:39] "PUT /access-control-list/0b435165-aac4-4b83-9702-81c34c6fd9f5 HTTP/1.1" 200 272 0.009506 10.0.0.34 - - [2025-01-02 02:18:39] "PUT /access-control-list/5591b01e-ac34-4f10-991f-c8013ef87d7f HTTP/1.1" 200 272 0.014263 10.0.0.34 - - [2025-01-02 02:18:39] "POST /neutron/security_group HTTP/1.1" 200 1379 0.400152 10.0.0.34 - - [2025-01-02 02:18:39] "POST /neutron/security_group HTTP/1.1" 200 1379 0.003439 10.0.0.34 - - [2025-01-02 02:18:39] "PUT /access-control-list/5591b01e-ac34-4f10-991f-c8013ef87d7f HTTP/1.1" 200 272 0.013263 10.0.0.34 - - [2025-01-02 02:18:39] "POST /neutron/security_group HTTP/1.1" 200 151 0.035712 10.0.0.34 - - [2025-01-02 02:18:40] "POST /neutron/security_group HTTP/1.1" 200 11779 0.019001 10.0.0.34 - - [2025-01-02 02:18:40] "GET /projects?obj_uuids=ff6d2571-377e-4725-8641-2ab639a0f614&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001556 10.0.0.34 - - [2025-01-02 02:18:40] "DELETE /access-control-list/0b435165-aac4-4b83-9702-81c34c6fd9f5 HTTP/1.1" 200 115 0.036473 10.0.0.34 - - [2025-01-02 02:18:40] "DELETE /access-control-list/5591b01e-ac34-4f10-991f-c8013ef87d7f HTTP/1.1" 200 115 0.041462 10.0.0.34 - - [2025-01-02 02:18:40] "POST /fqname-to-id HTTP/1.1" 404 265 0.003007 10.0.0.34 - - [2025-01-02 02:18:40] "POST /access-control-lists HTTP/1.1" 200 627 0.016613 10.0.0.34 - - [2025-01-02 02:18:40] "POST /fqname-to-id HTTP/1.1" 404 264 0.003101 10.0.0.34 - - [2025-01-02 02:18:40] "POST /access-control-lists HTTP/1.1" 200 625 0.016845 10.0.0.34 - - [2025-01-02 02:18:40] "PUT /access-control-list/2ea3beaf-b591-4c3a-a26a-9e0ba2e8c773 HTTP/1.1" 200 272 0.010032 10.0.0.34 - - [2025-01-02 02:18:40] "POST /neutron/security_group HTTP/1.1" 200 1377 0.359931 10.0.0.34 - - [2025-01-02 02:18:40] "PUT /access-control-list/714ff642-d15d-4c98-ab0e-6027e01d3ce0 HTTP/1.1" 200 272 0.011028 10.0.0.34 - - [2025-01-02 02:18:40] "POST /neutron/security_group_rule HTTP/1.1" 400 171 0.001377 10.0.0.34 - - [2025-01-02 02:18:40] "POST /neutron/security_group_rule HTTP/1.1" 400 171 0.001856 10.0.0.34 - - [2025-01-02 02:18:40] "POST /neutron/security_group_rule HTTP/1.1" 400 229 0.001342 10.0.0.34 - - [2025-01-02 02:18:40] "PUT /access-control-list/714ff642-d15d-4c98-ab0e-6027e01d3ce0 HTTP/1.1" 200 272 0.009418 Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/bottle.py", line 876, in _handle return route.call(**args) File "/usr/local/lib/python3.6/site-packages/bottle.py", line 1759, in wrapper rv = callback(*a, **ka) File "/usr/lib/python3.6/site-packages/vnc_openstack/context.py", line 61, in wrapper return fn(*args, **kwargs) File "/usr/lib/python3.6/site-packages/vnc_openstack/__init__.py", line 1411, in handler_trap_exception response = handler(*args, **kwargs) File "/usr/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/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/lib/python3.6/site-packages/vnc_openstack/neutron_plugin_db.py", line 3525, in wrapper return func(self, *args, **kwargs) File "/usr/lib/python3.6/site-packages/vnc_openstack/neutron_plugin_db.py", line 5462, in security_group_rule_create self._validate_port_range(sgr_q) File "/usr/lib/python3.6/site-packages/vnc_openstack/neutron_plugin_db.py", line 5451, in _validate_port_range if rule[attr] > 255: TypeError: '>' not supported between instances of 'NoneType' and 'int' 10.0.0.34 - - [2025-01-02 02:18:40] "POST /neutron/security_group_rule HTTP/1.1" 500 156 0.010692 10.0.0.34 - - [2025-01-02 02:18:40] "POST /neutron/security_group HTTP/1.1" 200 1377 0.004610 10.0.0.34 - - [2025-01-02 02:18:40] "POST /neutron/security_group HTTP/1.1" 200 151 0.046178 10.0.0.34 - - [2025-01-02 02:18:40] "DELETE /access-control-list/2ea3beaf-b591-4c3a-a26a-9e0ba2e8c773 HTTP/1.1" 200 115 0.023540 10.0.0.34 - - [2025-01-02 02:18:40] "POST /neutron/security_group HTTP/1.1" 200 11779 0.015083 10.0.0.34 - - [2025-01-02 02:18:40] "DELETE /access-control-list/714ff642-d15d-4c98-ab0e-6027e01d3ce0 HTTP/1.1" 200 115 0.027760 10.0.0.34 - - [2025-01-02 02:18:40] "GET /projects?obj_uuids=ff6d2571-377e-4725-8641-2ab639a0f614&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001388 10.0.0.34 - - [2025-01-02 02:18:40] "POST /fqname-to-id HTTP/1.1" 404 265 0.002625 10.0.0.34 - - [2025-01-02 02:18:40] "POST /access-control-lists HTTP/1.1" 200 627 0.014119 10.0.0.34 - - [2025-01-02 02:18:40] "POST /fqname-to-id HTTP/1.1" 404 264 0.003070 10.0.0.34 - - [2025-01-02 02:18:40] "POST /access-control-lists HTTP/1.1" 200 625 0.016072 10.0.0.34 - - [2025-01-02 02:18:40] "PUT /access-control-list/6f3e7468-f592-4045-bd01-a524de2c5f93 HTTP/1.1" 200 272 0.008936 10.0.0.34 - - [2025-01-02 02:18:40] "PUT /access-control-list/d96df0ae-376c-4936-849f-0c17999479f8 HTTP/1.1" 200 272 0.010066 10.0.0.34 - - [2025-01-02 02:18:40] "POST /neutron/security_group HTTP/1.1" 200 1377 0.319191 10.0.0.34 - - [2025-01-02 02:18:40] "POST /neutron/security_group_rule HTTP/1.1" 400 185 0.004185 10.0.0.34 - - [2025-01-02 02:18:40] "POST /neutron/security_group_rule HTTP/1.1" 400 209 0.003484 10.0.0.34 - - [2025-01-02 02:18:40] "POST /neutron/security_group HTTP/1.1" 200 1377 0.003184 10.0.0.34 - - [2025-01-02 02:18:40] "PUT /access-control-list/d96df0ae-376c-4936-849f-0c17999479f8 HTTP/1.1" 200 272 0.013417 10.0.0.34 - - [2025-01-02 02:18:41] "POST /neutron/security_group HTTP/1.1" 200 151 0.047187 10.0.0.34 - - [2025-01-02 02:18:41] "POST /neutron/security_group HTTP/1.1" 200 11779 0.012139 10.0.0.34 - - [2025-01-02 02:18:41] "DELETE /access-control-list/6f3e7468-f592-4045-bd01-a524de2c5f93 HTTP/1.1" 200 115 0.023370 10.0.0.34 - - [2025-01-02 02:18:41] "DELETE /access-control-list/d96df0ae-376c-4936-849f-0c17999479f8 HTTP/1.1" 200 115 0.022302 10.0.0.34 - - [2025-01-02 02:18:41] "POST /neutron/security_group_rule HTTP/1.1" 400 209 0.126383 10.0.0.34 - - [2025-01-02 02:18:41] "GET /projects?obj_uuids=ff6d2571-377e-4725-8641-2ab639a0f614&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001746 10.0.0.34 - - [2025-01-02 02:18:41] "POST /fqname-to-id HTTP/1.1" 404 264 0.005680 10.0.0.34 - - [2025-01-02 02:18:41] "POST /access-control-lists HTTP/1.1" 200 626 0.014494 10.0.0.34 - - [2025-01-02 02:18:41] "POST /fqname-to-id HTTP/1.1" 404 263 0.003526 10.0.0.34 - - [2025-01-02 02:18:41] "POST /access-control-lists HTTP/1.1" 200 624 0.019277 10.0.0.34 - - [2025-01-02 02:18:41] "PUT /access-control-list/ed0c98c9-cf45-49e4-927c-be336c5695fc HTTP/1.1" 200 272 0.008708 10.0.0.34 - - [2025-01-02 02:18:41] "PUT /access-control-list/f66cbc38-2ba4-4d9d-ad16-872f01e336a8 HTTP/1.1" 200 272 0.010925 10.0.0.34 - - [2025-01-02 02:18:41] "POST /neutron/security_group HTTP/1.1" 200 1375 0.317029 10.0.0.34 - - [2025-01-02 02:18:41] "GET /projects?obj_uuids=ff6d2571-377e-4725-8641-2ab639a0f614&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001393 10.0.0.34 - - [2025-01-02 02:18:41] "PUT /access-control-list/f66cbc38-2ba4-4d9d-ad16-872f01e336a8 HTTP/1.1" 200 272 0.009639 10.0.0.34 - - [2025-01-02 02:18:41] "POST /fqname-to-id HTTP/1.1" 404 264 0.003263 10.0.0.34 - - [2025-01-02 02:18:41] "POST /access-control-lists HTTP/1.1" 200 626 0.017742 10.0.0.34 - - [2025-01-02 02:18:41] "POST /fqname-to-id HTTP/1.1" 404 263 0.002732 10.0.0.34 - - [2025-01-02 02:18:41] "POST /access-control-lists HTTP/1.1" 200 624 0.023087 10.0.0.34 - - [2025-01-02 02:18:41] "POST /neutron/security_group HTTP/1.1" 200 1375 0.297296 10.0.0.34 - - [2025-01-02 02:18:41] "POST /neutron/security_group_rule HTTP/1.1" 400 183 0.001438 10.0.0.34 - - [2025-01-02 02:18:41] "POST /neutron/security_group HTTP/1.1" 200 1375 0.003825 10.0.0.34 - - [2025-01-02 02:18:41] "PUT /access-control-list/2748ddf9-475c-4d7d-9564-c6354984b364 HTTP/1.1" 200 272 0.010514 10.0.0.34 - - [2025-01-02 02:18:41] "POST /neutron/security_group HTTP/1.1" 200 151 0.041806 10.0.0.34 - - [2025-01-02 02:18:41] "POST /neutron/security_group HTTP/1.1" 200 13010 0.012274 10.0.0.34 - - [2025-01-02 02:18:41] "PUT /access-control-list/0b677af7-8e28-4111-8b98-f7a1d0b7fb0b HTTP/1.1" 200 272 0.008619 10.0.0.34 - - [2025-01-02 02:18:41] "POST /neutron/security_group HTTP/1.1" 200 1375 0.004769 10.0.0.34 - - [2025-01-02 02:18:41] "POST /neutron/security_group HTTP/1.1" 200 151 0.035330 10.0.0.34 - - [2025-01-02 02:18:41] "POST /neutron/security_group HTTP/1.1" 200 11779 0.013383 10.0.0.34 - - [2025-01-02 02:18:41] "GET /projects?obj_uuids=ff6d2571-377e-4725-8641-2ab639a0f614&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001212 10.0.0.34 - - [2025-01-02 02:18:41] "DELETE /access-control-list/2748ddf9-475c-4d7d-9564-c6354984b364 HTTP/1.1" 200 115 0.032324 10.0.0.34 - - [2025-01-02 02:18:42] "DELETE /access-control-list/0b677af7-8e28-4111-8b98-f7a1d0b7fb0b HTTP/1.1" 200 115 0.036993 10.0.0.34 - - [2025-01-02 02:18:42] "DELETE /access-control-list/ed0c98c9-cf45-49e4-927c-be336c5695fc HTTP/1.1" 200 115 0.026701 10.0.0.34 - - [2025-01-02 02:18:42] "DELETE /access-control-list/f66cbc38-2ba4-4d9d-ad16-872f01e336a8 HTTP/1.1" 200 115 0.018498 10.0.0.34 - - [2025-01-02 02:18:42] "POST /fqname-to-id HTTP/1.1" 404 265 0.003629 10.0.0.34 - - [2025-01-02 02:18:42] "POST /access-control-lists HTTP/1.1" 200 627 0.015675 10.0.0.34 - - [2025-01-02 02:18:42] "POST /fqname-to-id HTTP/1.1" 404 264 0.003419 10.0.0.34 - - [2025-01-02 02:18:42] "POST /access-control-lists HTTP/1.1" 200 625 0.016331 10.0.0.34 - - [2025-01-02 02:18:42] "PUT /access-control-list/b27301f7-7b8f-43b2-9b1f-e2f5a8f54468 HTTP/1.1" 200 272 0.009224 10.0.0.34 - - [2025-01-02 02:18:42] "POST /neutron/security_group HTTP/1.1" 200 1377 0.393678 10.0.0.34 - - [2025-01-02 02:18:42] "POST /neutron/security_group HTTP/1.1" 200 1377 0.004046 10.0.0.34 - - [2025-01-02 02:18:42] "PUT /access-control-list/8a95cefb-8b25-4aef-a0bb-23fe23d2f626 HTTP/1.1" 200 272 0.013052 10.0.0.34 - - [2025-01-02 02:18:42] "POST /neutron/security_group HTTP/1.1" 200 151 0.038531 10.0.0.34 - - [2025-01-02 02:18:42] "POST /neutron/security_group HTTP/1.1" 200 11779 0.013057 10.0.0.34 - - [2025-01-02 02:18:42] "POST /neutron/security_group HTTP/1.1" 400 209 0.002663 10.0.0.34 - - [2025-01-02 02:18:42] "DELETE /access-control-list/b27301f7-7b8f-43b2-9b1f-e2f5a8f54468 HTTP/1.1" 200 115 0.025285 10.0.0.34 - - [2025-01-02 02:18:42] "POST /neutron/security_group HTTP/1.1" 400 209 0.003721 10.0.0.34 - - [2025-01-02 02:18:42] "DELETE /access-control-list/8a95cefb-8b25-4aef-a0bb-23fe23d2f626 HTTP/1.1" 200 115 0.024314 10.0.0.34 - - [2025-01-02 02:18:42] "POST /neutron/security_group_rule HTTP/1.1" 400 213 0.019428 10.0.0.34 - - [2025-01-02 02:18:43] "GET /projects?obj_uuids=ff6d2571-377e-4725-8641-2ab639a0f614&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001391 10.0.0.34 - - [2025-01-02 02:18:43] "POST /neutron/security_group HTTP/1.1" 200 2105 0.062960 10.0.0.34 - - [2025-01-02 02:18:43] "POST /neutron/security_group HTTP/1.1" 200 2095 0.004114 10.0.0.34 - - [2025-01-02 02:18:43] "POST /neutron/security_group HTTP/1.1" 200 151 0.047100 10.0.0.34 - - [2025-01-02 02:18:43] "DELETE /access-control-list/05117744-c3fe-4b30-be31-e4ea8e4eacea HTTP/1.1" 200 115 0.024643 10.0.0.34 - - [2025-01-02 02:18:43] "DELETE /access-control-list/4fe6f68b-34e0-445a-b0f9-efa2111471fc HTTP/1.1" 200 115 0.025782 10.0.0.34 - - [2025-01-02 02:18:45] "GET /projects?obj_uuids=6f051882-e4d3-4b63-9981-3aaec5294965&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002436 10.0.0.34 - - [2025-01-02 02:18:45] "GET /domains?obj_uuids=e2abe4f2-6725-4295-8c1a-d310d4c72b51&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002213 10.0.0.34 - - [2025-01-02 02:18:45] "GET /domain/e2abe4f2-6725-4295-8c1a-d310d4c72b51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.053435 10.0.0.34 - - [2025-01-02 02:18:45] "DELETE /project/019b5da0e7084dc08b1587c27e45311d HTTP/1.1" 404 173 0.024035 10.0.0.34 - - [2025-01-02 02:18:45] "DELETE /project/d8d717d22a9345e49ea4eb86476908b4 HTTP/1.1" 404 173 0.012774 10.0.0.34 - - [2025-01-02 02:18:45] "DELETE /project/ff6d2571377e472586412ab639a0f614 HTTP/1.1" 404 173 0.011986 10.0.0.34 - - [2025-01-02 02:18:45] "DELETE /project/dd178af923254dc2a42db77c2ef1b861 HTTP/1.1" 404 173 0.021499 10.0.0.34 - - [2025-01-02 02:18:45] "DELETE /project/3e5e69c82b6148238af3d7a31a53269c HTTP/1.1" 404 173 0.020650 10.0.0.34 - - [2025-01-02 02:18:45] "DELETE /project/14cbafbca9ad43f08580131714054e56 HTTP/1.1" 404 173 0.007948 10.0.0.34 - - [2025-01-02 02:18:45] "GET /projects?obj_uuids=ff6d2571-377e-4725-8641-2ab639a0f614&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001092 10.0.0.34 - - [2025-01-02 02:18:45] "GET /projects?obj_uuids=019b5da0-e708-4dc0-8b15-87c27e45311d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001328 10.0.0.34 - - [2025-01-02 02:18:45] "GET /projects?obj_uuids=d8d717d2-2a93-45e4-9ea4-eb86476908b4&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.000887 10.0.0.34 - - [2025-01-02 02:18:45] "GET /projects?obj_uuids=3921dd9a-53bd-4407-bb1e-2b3d5d274e03&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000901 10.0.0.34 - - [2025-01-02 02:18:45] "DELETE /project/2441b68834894b73b956afd3ff17c9bc HTTP/1.1" 404 173 0.023574 10.0.0.34 - - [2025-01-02 02:18:45] "DELETE /project/3921dd9a53bd4407bb1e2b3d5d274e03 HTTP/1.1" 404 173 0.020020 10.0.0.34 - - [2025-01-02 02:18:45] "GET /projects?obj_uuids=2441b688-3489-4b73-b956-afd3ff17c9bc&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001199 10.0.0.34 - - [2025-01-02 02:18:45] "GET /projects?obj_uuids=dd178af9-2325-4dc2-a42d-b77c2ef1b861&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000917 10.0.0.34 - - [2025-01-02 02:18:45] "GET /projects?obj_uuids=3e5e69c8-2b61-4823-8af3-d7a31a53269c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000836 10.0.0.34 - - [2025-01-02 02:18:45] "GET /projects?obj_uuids=9d0cf4de-4d45-48c4-9471-216af1634d40&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000847 10.0.0.34 - - [2025-01-02 02:18:45] "POST /id-to-fqname HTTP/1.1" 200 200 0.001311 10.0.0.34 - - [2025-01-02 02:18:45] "POST /fqname-to-id HTTP/1.1" 404 209 0.003645 10.0.0.34 - - [2025-01-02 02:18:45] "GET /project/d8d717d2-2a93-45e4-9ea4-eb86476908b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1509 0.111600 10.0.0.34 - - [2025-01-02 02:18:45] "GET /project/019b5da0-e708-4dc0-8b15-87c27e45311d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.113899 10.0.0.34 - - [2025-01-02 02:18:45] "GET /project/3921dd9a-53bd-4407-bb1e-2b3d5d274e03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.124506 10.0.0.34 - - [2025-01-02 02:18:45] "GET /project/ff6d2571-377e-4725-8641-2ab639a0f614?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.135145 10.0.0.34 - - [2025-01-02 02:18:45] "GET /projects?obj_uuids=3921dd9a-53bd-4407-bb1e-2b3d5d274e03&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001199 10.0.0.34 - - [2025-01-02 02:18:45] "GET /projects?obj_uuids=019b5da0-e708-4dc0-8b15-87c27e45311d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000969 10.0.0.34 - - [2025-01-02 02:18:45] "GET /projects?obj_uuids=d8d717d2-2a93-45e4-9ea4-eb86476908b4&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.000992 10.0.0.34 - - [2025-01-02 02:18:45] "GET /project/9d0cf4de-4d45-48c4-9471-216af1634d40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.158727 10.0.0.34 - - [2025-01-02 02:18:45] "GET /project/2441b688-3489-4b73-b956-afd3ff17c9bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1524 0.158113 10.0.0.34 - - [2025-01-02 02:18:45] "GET /project/3e5e69c8-2b61-4823-8af3-d7a31a53269c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.169137 10.0.0.34 - - [2025-01-02 02:18:45] "GET /project/dd178af9-2325-4dc2-a42d-b77c2ef1b861?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.171740 10.0.0.34 - - [2025-01-02 02:18:45] "GET /projects?obj_uuids=ff6d2571-377e-4725-8641-2ab639a0f614&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001477 10.0.0.34 - - [2025-01-02 02:18:45] "GET /projects?obj_uuids=dd178af9-2325-4dc2-a42d-b77c2ef1b861&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001240 10.0.0.34 - - [2025-01-02 02:18:45] "GET /projects?obj_uuids=3e5e69c8-2b61-4823-8af3-d7a31a53269c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000955 10.0.0.34 - - [2025-01-02 02:18:45] "GET /projects?obj_uuids=2441b688-3489-4b73-b956-afd3ff17c9bc&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000912 10.0.0.34 - - [2025-01-02 02:18:45] "GET /projects?obj_uuids=9d0cf4de-4d45-48c4-9471-216af1634d40&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001847 10.0.0.34 - - [2025-01-02 02:18:45] "GET /project/d8d717d2-2a93-45e4-9ea4-eb86476908b4?fields=security_groups HTTP/1.1" 200 1123 0.159399 10.0.0.34 - - [2025-01-02 02:18:45] "GET /project/019b5da0-e708-4dc0-8b15-87c27e45311d?fields=security_groups HTTP/1.1" 200 1109 0.165952 10.0.0.34 - - [2025-01-02 02:18:45] "GET /project/3921dd9a-53bd-4407-bb1e-2b3d5d274e03?fields=security_groups HTTP/1.1" 200 1108 0.169822 10.0.0.34 - - [2025-01-02 02:18:45] "GET /project/ff6d2571-377e-4725-8641-2ab639a0f614?fields=security_groups HTTP/1.1" 200 1124 0.157618 10.0.0.34 - - [2025-01-02 02:18:45] "GET /project/2441b688-3489-4b73-b956-afd3ff17c9bc?fields=security_groups HTTP/1.1" 200 1130 0.134047 10.0.0.34 - - [2025-01-02 02:18:45] "GET /project/3e5e69c8-2b61-4823-8af3-d7a31a53269c?fields=security_groups HTTP/1.1" 200 1118 0.136554 10.0.0.34 - - [2025-01-02 02:18:45] "GET /project/dd178af9-2325-4dc2-a42d-b77c2ef1b861?fields=security_groups HTTP/1.1" 200 1109 0.140165 10.0.0.34 - - [2025-01-02 02:18:45] "GET /projects?obj_uuids=019b5da0-e708-4dc0-8b15-87c27e45311d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001338 10.0.0.34 - - [2025-01-02 02:18:45] "GET /projects?obj_uuids=d8d717d2-2a93-45e4-9ea4-eb86476908b4&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003163 10.0.0.34 - - [2025-01-02 02:18:45] "GET /projects?obj_uuids=3921dd9a-53bd-4407-bb1e-2b3d5d274e03&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001432 10.0.0.34 - - [2025-01-02 02:18:45] "GET /projects?obj_uuids=ff6d2571-377e-4725-8641-2ab639a0f614&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001427 10.0.0.34 - - [2025-01-02 02:18:45] "GET /project/9d0cf4de-4d45-48c4-9471-216af1634d40?fields=security_groups HTTP/1.1" 200 1135 0.219884 10.0.0.34 - - [2025-01-02 02:18:45] "GET /projects?obj_uuids=2441b688-3489-4b73-b956-afd3ff17c9bc&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001808 10.0.0.34 - - [2025-01-02 02:18:45] "GET /projects?obj_uuids=dd178af9-2325-4dc2-a42d-b77c2ef1b861&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001194 10.0.0.34 - - [2025-01-02 02:18:45] "GET /projects?obj_uuids=3e5e69c8-2b61-4823-8af3-d7a31a53269c&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000929 10.0.0.34 - - [2025-01-02 02:18:45] "POST /security-groups HTTP/1.1" 200 601 0.306944 10.0.0.34 - - [2025-01-02 02:18:45] "POST /projects HTTP/1.1" 200 605 0.611804 10.0.0.34 - - [2025-01-02 02:18:45] "GET /projects?obj_uuids=9d0cf4de-4d45-48c4-9471-216af1634d40&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001018 10.0.0.34 - - [2025-01-02 02:18:45] "POST /fqname-to-id HTTP/1.1" 404 244 0.007592 10.0.0.34 - - [2025-01-02 02:18:46] "GET /project/d8d717d2-2a93-45e4-9ea4-eb86476908b4?fields=application_policy_sets HTTP/1.1" 200 1433 0.142236 10.0.0.34 - - [2025-01-02 02:18:46] "GET /project/3921dd9a-53bd-4407-bb1e-2b3d5d274e03?fields=application_policy_sets HTTP/1.1" 200 1411 0.143359 10.0.0.34 - - [2025-01-02 02:18:46] "GET /project/019b5da0-e708-4dc0-8b15-87c27e45311d?fields=application_policy_sets HTTP/1.1" 200 1413 0.156588 10.0.0.34 - - [2025-01-02 02:18:46] "GET /project/ff6d2571-377e-4725-8641-2ab639a0f614?fields=application_policy_sets HTTP/1.1" 200 1435 0.145168 10.0.0.34 - - [2025-01-02 02:18:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.713145 10.0.0.34 - - [2025-01-02 02:18:46] "GET /project/3e5e69c8-2b61-4823-8af3-d7a31a53269c?fields=application_policy_sets HTTP/1.1" 200 1426 0.140221 10.0.0.34 - - [2025-01-02 02:18:46] "GET /project/dd178af9-2325-4dc2-a42d-b77c2ef1b861?fields=application_policy_sets HTTP/1.1" 200 1412 0.142509 10.0.0.34 - - [2025-01-02 02:18:46] "GET /project/9d0cf4de-4d45-48c4-9471-216af1634d40?fields=application_policy_sets HTTP/1.1" 200 1451 0.137890 10.0.0.34 - - [2025-01-02 02:18:46] "GET /project/2441b688-3489-4b73-b956-afd3ff17c9bc?fields=application_policy_sets HTTP/1.1" 200 1444 0.196943 10.0.0.34 - - [2025-01-02 02:18:46] "POST /neutron/security_group HTTP/1.1" 200 2104 0.976688 10.0.0.34 - - [2025-01-02 02:18:46] "POST /access-control-lists HTTP/1.1" 200 606 0.192637 10.0.0.34 - - [2025-01-02 02:18:46] "POST /neutron/security_group HTTP/1.1" 200 2094 0.009512 10.0.0.34 - - [2025-01-02 02:18:46] "POST /fqname-to-id HTTP/1.1" 404 243 0.017064 10.0.0.34 - - [2025-01-02 02:18:46] "POST /access-control-lists HTTP/1.1" 500 254 0.128953 10.0.0.34 - - [2025-01-02 02:18:46] "DELETE /project/3921dd9a-53bd-4407-bb1e-2b3d5d274e03 HTTP/1.1" 200 115 1.002414 10.0.0.34 - - [2025-01-02 02:18:46] "DELETE /project/d8d717d2-2a93-45e4-9ea4-eb86476908b4 HTTP/1.1" 200 115 1.012330 10.0.0.34 - - [2025-01-02 02:18:46] "DELETE /project/ff6d2571-377e-4725-8641-2ab639a0f614 HTTP/1.1" 200 115 1.021679 10.0.0.34 - - [2025-01-02 02:18:46] "DELETE /project/019b5da0-e708-4dc0-8b15-87c27e45311d HTTP/1.1" 200 115 1.017228 10.0.0.34 - - [2025-01-02 02:18:46] "DELETE /project/dd178af9-2325-4dc2-a42d-b77c2ef1b861 HTTP/1.1" 200 115 0.966215 10.0.0.34 - - [2025-01-02 02:18:46] "DELETE /project/3e5e69c8-2b61-4823-8af3-d7a31a53269c HTTP/1.1" 200 115 0.964427 10.0.0.34 - - [2025-01-02 02:18:46] "DELETE /project/9d0cf4de-4d45-48c4-9471-216af1634d40 HTTP/1.1" 200 115 0.964822 10.0.0.34 - - [2025-01-02 02:18:46] "POST /neutron/security_group HTTP/1.1" 200 151 0.223231 10.0.0.34 - - [2025-01-02 02:18:46] "DELETE /project/2441b688-3489-4b73-b956-afd3ff17c9bc HTTP/1.1" 200 115 0.976693 10.0.0.34 - - [2025-01-02 02:18:46] "DELETE /access-control-list/02819388-7eed-4d34-abac-ef447bbca762 HTTP/1.1" 200 115 0.021052 10.0.0.34 - - [2025-01-02 02:18:54] "GET /obj-perms HTTP/1.1" 200 5056 0.050413