++ 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 May 8 02:12:07 UTC 2025 ===================' INFO: =================== Thu May 8 02:12:07 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 +++++ awk '{print $2}' +++++ grep -o 'dev.*' ++++ 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.41 ++ 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 +++ tail -n 1 +++ awk '/pagesize=2M/{print($3)}' ++ 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.41 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.41 ++ ANALYTICSDB_NODES=10.0.0.41 ++ ANALYTICS_SNMP_NODES=10.0.0.41 ++ 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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8081 ' +++ '[' -n '10.0.0.41:8081 ' ']' +++ echo 10.0.0.41:8081 ++ ANALYTICS_SERVERS=10.0.0.41: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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9042 ' +++ '[' -n '10.0.0.41:9042 ' ']' +++ echo 10.0.0.41:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.41:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.41 ++ 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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8086 ' +++ '[' -n '10.0.0.41:8086 ' ']' +++ echo 10.0.0.41:8086 ++ COLLECTOR_SERVERS=10.0.0.41: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.41 ++ CONFIGDB_NODES=10.0.0.41 ++ 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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8082 ' +++ '[' -n '10.0.0.41:8082 ' ']' +++ echo 10.0.0.41:8082 ++ CONFIG_SERVERS=10.0.0.41: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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9161 ' +++ '[' -n '10.0.0.41:9161 ' ']' +++ echo 10.0.0.41:9161 ++ CONFIGDB_SERVERS=10.0.0.41: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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9041 ' +++ '[' -n '10.0.0.41:9041 ' ']' +++ echo 10.0.0.41:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.41:9041 ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.192 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.192 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.41 ++ 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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:2181, +++ '[' -n 10.0.0.41:2181, ']' +++ echo 10.0.0.41:2181 ++ ZOOKEEPER_SERVERS=10.0.0.41: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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:2181 ' +++ '[' -n '10.0.0.41:2181 ' ']' +++ echo 10.0.0.41:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.41:2181 ++ RABBITMQ_NODES=10.0.0.41 ++ 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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:5673, +++ '[' -n 10.0.0.41:5673, ']' +++ echo 10.0.0.41:5673 ++ RABBITMQ_SERVERS=10.0.0.41: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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:6379 ' +++ '[' -n '10.0.0.41:6379 ' ']' +++ echo 10.0.0.41:6379 ++ REDIS_SERVERS=10.0.0.41: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.41 ++ 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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9092 ' +++ '[' -n '10.0.0.41:9092 ' ']' +++ echo 10.0.0.41:9092 ++ KAFKA_SERVERS=10.0.0.41: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.41 ++ 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.41 ++ 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.41 ++ 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.41 ++ cut -d , -f 1 + local cassandra=10.0.0.41 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.41 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.41 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.41 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ grep -vi host ++++ awk '/32 host/ { print f } {f=$2}' ++++ uniq ++++ sort +++ local local_ips=,10.0.0.41,10.20.0.192,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in '"${server_list[@]}"' +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.41'\''))' +++ local server_ip=10.0.0.41 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.41 ]] +++ [[ ,10.0.0.41,10.20.0.192,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.41, ]] +++ echo 10.0.0.41 1 +++ return ++ local ip=10.0.0.41 ++ [[ -z 10.0.0.41 ]] ++ echo 10.0.0.41 + host_ip=10.0.0.41 + [[ cql == \c\q\l ]] ++ echo 10.0.0.41:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.41:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.41:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ sort ++ cut -d = -f 1 ++ sed 's/^API__//g' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 05/08/2025 02:12:15.444 7f67d2e36bc8 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 05/08/2025 02:12:15.582 7f67d2e36bc8 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 05/08/2025 02:12:15.595 7f67d2e36bc8 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 05/08/2025 02:12:15.595 7f67d2e36bc8 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://localhost:8095/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://10.0.0.41:8082/ Hit Ctrl-C to quit. 10.0.0.41 - - [2025-05-08 02:12:19] "GET / HTTP/1.1" 503 181 0.000359 10.0.0.41 - - [2025-05-08 02:12:19] "GET / HTTP/1.1" 503 181 0.000256 10.0.0.41 - - [2025-05-08 02:12:20] "GET / HTTP/1.1" 200 35931 0.001536 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.41 - - [2025-05-08 02:12:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000650 10.0.0.41 - - [2025-05-08 02:12:20] "GET / HTTP/1.1" 200 35931 0.001597 10.0.0.41 - - [2025-05-08 02:12:20] "POST /fqname-to-id HTTP/1.1" 404 196 0.323200 10.0.0.41 - - [2025-05-08 02:12:20] "GET / HTTP/1.1" 200 45871 0.002023 10.0.0.41 - - [2025-05-08 02:12:20] "GET / HTTP/1.1" 200 45871 0.001780 10.0.0.41 - - [2025-05-08 02:12:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000424 10.0.0.41 - - [2025-05-08 02:12:20] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000311 10.0.0.41 - - [2025-05-08 02:12:20] "POST /job-templates HTTP/1.1" 200 555 0.063769 10.0.0.41 - - [2025-05-08 02:12:20] "POST /fqname-to-id HTTP/1.1" 404 200 0.003399 10.0.0.41 - - [2025-05-08 02:12:21] "POST /job-templates HTTP/1.1" 200 563 0.076616 10.0.0.41 - - [2025-05-08 02:12:21] "POST /fqname-to-id HTTP/1.1" 404 191 0.002951 10.0.0.41 - - [2025-05-08 02:12:21] "POST /job-templates HTTP/1.1" 200 545 0.072465 10.0.0.41 - - [2025-05-08 02:12:21] "POST /fqname-to-id HTTP/1.1" 404 207 0.003134 10.0.0.41 - - [2025-05-08 02:12:21] "GET / HTTP/1.1" 200 35931 0.001528 10.0.0.41 - - [2025-05-08 02:12:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000377 10.0.0.41 - - [2025-05-08 02:12:21] "POST /job-templates HTTP/1.1" 200 577 0.098681 10.0.0.41 - - [2025-05-08 02:12:21] "POST /fqname-to-id HTTP/1.1" 404 208 0.004812 10.0.0.41 - - [2025-05-08 02:12:21] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.302824 10.0.0.41 - - [2025-05-08 02:12:21] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.002686 10.0.0.41 - - [2025-05-08 02:12:21] "POST /job-templates HTTP/1.1" 200 579 0.073440 10.0.0.41 - - [2025-05-08 02:12:21] "POST /fqname-to-id HTTP/1.1" 404 210 0.003167 10.0.0.41 - - [2025-05-08 02:12:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000444 10.0.0.41 - - [2025-05-08 02:12:21] "POST /job-templates HTTP/1.1" 200 583 0.064495 10.0.0.41 - - [2025-05-08 02:12:21] "POST /fqname-to-id HTTP/1.1" 404 198 0.003155 10.0.0.41 - - [2025-05-08 02:12:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.329662 10.0.0.41 - - [2025-05-08 02:12:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002295 10.0.0.41 - - [2025-05-08 02:12:21] "POST /job-templates HTTP/1.1" 200 559 0.061013 10.0.0.41 - - [2025-05-08 02:12:21] "POST /fqname-to-id HTTP/1.1" 404 203 0.002984 10.0.0.41 - - [2025-05-08 02:12:22] "POST /job-templates HTTP/1.1" 200 569 0.060806 10.0.0.41 - - [2025-05-08 02:12:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.317333 10.0.0.41 - - [2025-05-08 02:12:22] "POST /fqname-to-id HTTP/1.1" 404 196 0.002126 10.0.0.41 - - [2025-05-08 02:12:22] "GET /global-system-config/6310a0ce-749b-4180-8184-72bd8ab3bd74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.005103 10.0.0.41 - - [2025-05-08 02:12:22] "POST /fqname-to-id HTTP/1.1" 404 220 0.002178 10.0.0.41 - - [2025-05-08 02:12:22] "POST /job-templates HTTP/1.1" 200 555 0.061511 10.0.0.41 - - [2025-05-08 02:12:22] "POST /config-nodes HTTP/1.1" 200 599 0.021281 10.0.0.41 - - [2025-05-08 02:12:22] "POST /fqname-to-id HTTP/1.1" 404 196 0.002437 10.0.0.41 - - [2025-05-08 02:12:22] "GET / HTTP/1.1" 200 35931 0.001590 10.0.0.41 - - [2025-05-08 02:12:22] "POST /job-templates HTTP/1.1" 200 555 0.081166 10.0.0.41 - - [2025-05-08 02:12:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.322614 /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.41 - - [2025-05-08 02:12:22] "GET /network-ipam/312b86e6-433a-4ee6-9c29-19c13332ab84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.007366 10.0.0.41 - - [2025-05-08 02:12:22] "POST /fqname-to-id HTTP/1.1" 404 196 0.002525 10.0.0.41 - - [2025-05-08 02:12:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000564 10.0.0.41 - - [2025-05-08 02:12:22] "GET / HTTP/1.1" 200 35931 0.001362 10.0.0.41 - - [2025-05-08 02:12:22] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000423 10.0.0.41 - - [2025-05-08 02:12:22] "POST /job-templates HTTP/1.1" 200 555 0.066956 10.0.0.41 - - [2025-05-08 02:12:22] "POST /fqname-to-id HTTP/1.1" 404 186 0.002873 10.0.0.41 - - [2025-05-08 02:12:22] "POST /job-templates HTTP/1.1" 200 535 0.073708 10.0.0.41 - - [2025-05-08 02:12:22] "POST /fqname-to-id HTTP/1.1" 404 198 0.003235 10.0.0.41 - - [2025-05-08 02:12:22] "POST /job-templates HTTP/1.1" 200 559 0.060850 10.0.0.41 - - [2025-05-08 02:12:22] "POST /fqname-to-id HTTP/1.1" 404 198 0.003030 10.0.0.41 - - [2025-05-08 02:12:23] "POST /fqname-to-id HTTP/1.1" 404 225 0.002456 10.0.0.41 - - [2025-05-08 02:12:23] "POST /job-templates HTTP/1.1" 200 559 0.065557 10.0.0.41 - - [2025-05-08 02:12:23] "POST /fqname-to-id HTTP/1.1" 404 186 0.297089 10.0.0.41 - - [2025-05-08 02:12:23] "POST /access-control-lists HTTP/1.1" 200 587 0.027076 10.0.0.41 - - [2025-05-08 02:12:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002566 10.0.0.41 - - [2025-05-08 02:12:23] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.029750 10.0.0.41 - - [2025-05-08 02:12:23] "POST /fqname-to-id HTTP/1.1" 404 198 0.002386 10.0.0.41 - - [2025-05-08 02:12:23] "POST /fqname-to-id HTTP/1.1" 404 224 0.002356 10.0.0.41 - - [2025-05-08 02:12:23] "GET /global-system-config/6310a0ce-749b-4180-8184-72bd8ab3bd74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.005166 10.0.0.41 - - [2025-05-08 02:12:23] "POST /job-templates HTTP/1.1" 200 559 0.062155 10.0.0.41 - - [2025-05-08 02:12:23] "POST /service-appliance-sets HTTP/1.1" 200 553 0.049899 10.0.0.41 - - [2025-05-08 02:12:23] "POST /access-control-lists HTTP/1.1" 200 585 0.064826 10.0.0.41 - - [2025-05-08 02:12:23] "POST /fqname-to-id HTTP/1.1" 404 201 0.002692 10.0.0.41 - - [2025-05-08 02:12:23] "POST /fqname-to-id HTTP/1.1" 404 180 0.002222 10.0.0.41 - - [2025-05-08 02:12:23] "POST /route-targets HTTP/1.1" 200 327 0.009441 10.0.0.41 - - [2025-05-08 02:12:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002308 10.0.0.41 - - [2025-05-08 02:12:23] "POST /job-templates HTTP/1.1" 200 565 0.058492 10.0.0.41 - - [2025-05-08 02:12:23] "GET /global-system-config/6310a0ce-749b-4180-8184-72bd8ab3bd74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.007215 10.0.0.41 - - [2025-05-08 02:12:23] "POST /ref-update HTTP/1.1" 200 156 0.032929 10.0.0.41 - - [2025-05-08 02:12:23] "POST /fqname-to-id HTTP/1.1" 404 197 0.004226 10.0.0.41 - - [2025-05-08 02:12:23] "POST /service-appliance-sets HTTP/1.1" 200 541 0.018127 10.0.0.41 - - [2025-05-08 02:12:23] "POST /route-targets HTTP/1.1" 200 327 0.009900 10.0.0.41 - - [2025-05-08 02:12:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002461 10.0.0.41 - - [2025-05-08 02:12:23] "POST /job-templates HTTP/1.1" 200 557 0.066246 10.0.0.41 - - [2025-05-08 02:12:23] "GET /network-ipam/312b86e6-433a-4ee6-9c29-19c13332ab84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.003138 10.0.0.41 - - [2025-05-08 02:12:23] "POST /ref-update HTTP/1.1" 200 156 0.052587 10.0.0.41 - - [2025-05-08 02:12:23] "POST /fqname-to-id HTTP/1.1" 404 196 0.002805 10.0.0.41 - - [2025-05-08 02:12:23] "POST /route-targets HTTP/1.1" 200 327 0.009509 10.0.0.41 - - [2025-05-08 02:12:23] "POST /job-templates HTTP/1.1" 200 555 0.059006 10.0.0.41 - - [2025-05-08 02:12:23] "POST /service-templates HTTP/1.1" 200 511 0.049663 10.0.0.41 - - [2025-05-08 02:12:23] "POST /ref-update HTTP/1.1" 200 156 0.046957 10.0.0.41 - - [2025-05-08 02:12:23] "POST /service-templates HTTP/1.1" 200 501 0.015796 10.0.0.41 - - [2025-05-08 02:12:23] "POST /fqname-to-id HTTP/1.1" 404 205 0.002951 10.0.0.41 - - [2025-05-08 02:12:23] "POST /route-targets HTTP/1.1" 200 327 0.010575 10.0.0.41 - - [2025-05-08 02:12:23] "POST /service-templates HTTP/1.1" 200 515 0.016476 10.0.0.41 - - [2025-05-08 02:12:23] "POST /job-templates HTTP/1.1" 200 573 0.066639 10.0.0.41 - - [2025-05-08 02:12:23] "POST /ref-update HTTP/1.1" 200 156 0.051013 10.0.0.41 - - [2025-05-08 02:12:23] "POST /service-templates HTTP/1.1" 200 535 0.029060 10.0.0.41 - - [2025-05-08 02:12:23] "POST /fqname-to-id HTTP/1.1" 404 194 0.002829 10.0.0.41 - - [2025-05-08 02:12:23] "POST /service-templates HTTP/1.1" 200 507 0.019592 10.0.0.41 - - [2025-05-08 02:12:23] "POST /fqname-to-id HTTP/1.1" 404 201 0.002228 10.0.0.41 - - [2025-05-08 02:12:23] "POST /job-templates HTTP/1.1" 200 551 0.064367 10.0.0.41 - - [2025-05-08 02:12:24] "POST /fqname-to-id HTTP/1.1" 404 208 0.003299 10.0.0.41 - - [2025-05-08 02:12:24] "POST /access-control-lists HTTP/1.1" 200 551 0.084772 10.0.0.41 - - [2025-05-08 02:12:24] "POST /job-templates HTTP/1.1" 200 579 0.061390 10.0.0.41 - - [2025-05-08 02:12:24] "PUT /access-control-list/1906f159-38e0-4f27-91e0-acc0b30d72c5 HTTP/1.1" 200 272 0.050483 10.0.0.41 - - [2025-05-08 02:12:24] "POST /fqname-to-id HTTP/1.1" 404 196 0.003176 10.0.0.41 - - [2025-05-08 02:12:24] "PUT /access-control-list/d7eb0e8a-7577-4656-997c-e04ba376ca36 HTTP/1.1" 200 272 0.009200 10.0.0.41 - - [2025-05-08 02:12:24] "POST /job-templates HTTP/1.1" 200 555 0.077605 10.0.0.41 - - [2025-05-08 02:12:24] "POST /fqname-to-id HTTP/1.1" 404 198 0.002832 10.0.0.41 - - [2025-05-08 02:12:24] "GET / HTTP/1.1" 200 35931 0.001516 10.0.0.41 - - [2025-05-08 02:12:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000343 10.0.0.41 - - [2025-05-08 02:12:24] "POST /job-templates HTTP/1.1" 200 559 0.065191 10.0.0.41 - - [2025-05-08 02:12:24] "POST /fqname-to-id HTTP/1.1" 404 206 0.002781 10.0.0.41 - - [2025-05-08 02:12:24] "POST /job-templates HTTP/1.1" 200 575 0.061270 10.0.0.41 - - [2025-05-08 02:12:24] "POST /fqname-to-id HTTP/1.1" 404 197 0.002892 10.0.0.41 - - [2025-05-08 02:12:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.019968 10.0.0.41 - - [2025-05-08 02:12:24] "GET /global-system-config/6310a0ce-749b-4180-8184-72bd8ab3bd74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1058 0.008260 10.0.0.41 - - [2025-05-08 02:12:24] "POST /job-templates HTTP/1.1" 200 557 0.063607 10.0.0.41 - - [2025-05-08 02:12:24] "POST /fqname-to-id HTTP/1.1" 404 220 0.003411 10.0.0.41 - - [2025-05-08 02:12:24] "POST /fqname-to-id HTTP/1.1" 404 198 0.002254 10.0.0.41 - - [2025-05-08 02:12:24] "POST /config-database-nodes HTTP/1.1" 200 617 0.017360 10.0.0.41 - - [2025-05-08 02:12:24] "POST /job-templates HTTP/1.1" 200 559 0.018722 10.0.0.41 - - [2025-05-08 02:12:24] "POST /fqname-to-id HTTP/1.1" 404 196 0.002810 10.0.0.41 - - [2025-05-08 02:12:25] "POST /job-templates HTTP/1.1" 200 555 0.060925 10.0.0.41 - - [2025-05-08 02:12:25] "POST /fqname-to-id HTTP/1.1" 404 195 0.002950 10.0.0.41 - - [2025-05-08 02:12:25] "POST /job-templates HTTP/1.1" 200 553 0.060739 10.0.0.41 - - [2025-05-08 02:12:25] "POST /fqname-to-id HTTP/1.1" 404 195 0.002826 10.0.0.41 - - [2025-05-08 02:12:25] "POST /job-templates HTTP/1.1" 200 553 0.056971 10.0.0.41 - - [2025-05-08 02:12:25] "POST /fqname-to-id HTTP/1.1" 404 195 0.002774 10.0.0.41 - - [2025-05-08 02:12:25] "POST /job-templates HTTP/1.1" 200 553 0.056643 10.0.0.41 - - [2025-05-08 02:12:25] "POST /fqname-to-id HTTP/1.1" 404 200 0.002841 10.0.0.41 - - [2025-05-08 02:12:25] "POST /job-templates HTTP/1.1" 200 563 0.060899 10.0.0.41 - - [2025-05-08 02:12:25] "POST /fqname-to-id HTTP/1.1" 404 201 0.002843 10.0.0.41 - - [2025-05-08 02:12:25] "POST /job-templates HTTP/1.1" 200 565 0.060718 10.0.0.41 - - [2025-05-08 02:12:25] "POST /fqname-to-id HTTP/1.1" 404 189 0.002714 10.0.0.41 - - [2025-05-08 02:12:25] "POST /config-propertiess HTTP/1.1" 200 551 0.014719 10.0.0.41 - - [2025-05-08 02:12:25] "POST /fqname-to-id HTTP/1.1" 404 168 0.002711 10.0.0.41 - - [2025-05-08 02:12:26] "POST /tags HTTP/1.1" 200 321 0.031715 10.0.0.41 - - [2025-05-08 02:12:26] "POST /fqname-to-id HTTP/1.1" 404 166 0.002808 10.0.0.41 - - [2025-05-08 02:12:26] "POST /tags HTTP/1.1" 200 317 0.019103 10.0.0.41 - - [2025-05-08 02:12:26] "POST /fqname-to-id HTTP/1.1" 404 174 0.002625 10.0.0.41 - - [2025-05-08 02:12:26] "POST /tags HTTP/1.1" 200 333 0.018342 10.0.0.41 - - [2025-05-08 02:12:26] "POST /fqname-to-id HTTP/1.1" 404 162 0.002706 10.0.0.41 - - [2025-05-08 02:12:26] "POST /tags HTTP/1.1" 200 309 0.018743 10.0.0.41 - - [2025-05-08 02:12:26] "POST /fqname-to-id HTTP/1.1" 404 174 0.002765 10.0.0.41 - - [2025-05-08 02:12:26] "POST /tags HTTP/1.1" 200 333 0.019054 10.0.0.41 - - [2025-05-08 02:12:26] "POST /fqname-to-id HTTP/1.1" 404 164 0.002600 10.0.0.41 - - [2025-05-08 02:12:26] "POST /tags HTTP/1.1" 200 313 0.018466 10.0.0.41 - - [2025-05-08 02:12:26] "POST /fqname-to-id HTTP/1.1" 404 169 0.002692 10.0.0.41 - - [2025-05-08 02:12:26] "POST /tags HTTP/1.1" 200 323 0.019570 10.0.0.41 - - [2025-05-08 02:12:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.41 - - [2025-05-08 02:12:26] "PUT /global-system-config/6310a0ce-749b-4180-8184-72bd8ab3bd74 HTTP/1.1" 200 274 0.008596 10.0.0.41 - - [2025-05-08 02:12:26] "POST /fqname-to-id HTTP/1.1" 404 166 0.002572 10.0.0.41 - - [2025-05-08 02:12:26] "POST /hardwares HTTP/1.1" 200 327 0.010252 10.0.0.41 - - [2025-05-08 02:12:26] "POST /fqname-to-id HTTP/1.1" 404 166 0.002675 10.0.0.41 - - [2025-05-08 02:12:27] "POST /hardwares HTTP/1.1" 200 327 0.009502 10.0.0.41 - - [2025-05-08 02:12:27] "POST /fqname-to-id HTTP/1.1" 404 166 0.003191 10.0.0.41 - - [2025-05-08 02:12:27] "POST /hardwares HTTP/1.1" 200 327 0.010097 10.0.0.41 - - [2025-05-08 02:12:27] "POST /fqname-to-id HTTP/1.1" 404 166 0.004066 10.0.0.41 - - [2025-05-08 02:12:27] "POST /hardwares HTTP/1.1" 200 327 0.010193 10.0.0.41 - - [2025-05-08 02:12:27] "POST /fqname-to-id HTTP/1.1" 404 164 0.002721 10.0.0.41 - - [2025-05-08 02:12:27] "POST /hardwares HTTP/1.1" 200 323 0.009940 10.0.0.41 - - [2025-05-08 02:12:27] "POST /fqname-to-id HTTP/1.1" 404 164 0.002777 10.0.0.41 - - [2025-05-08 02:12:27] "POST /hardwares HTTP/1.1" 200 323 0.009859 10.0.0.41 - - [2025-05-08 02:12:27] "POST /fqname-to-id HTTP/1.1" 404 161 0.002664 10.0.0.41 - - [2025-05-08 02:12:27] "POST /hardwares HTTP/1.1" 200 317 0.009336 10.0.0.41 - - [2025-05-08 02:12:27] "POST /fqname-to-id HTTP/1.1" 404 164 0.002652 10.0.0.41 - - [2025-05-08 02:12:27] "POST /hardwares HTTP/1.1" 200 323 0.013355 10.0.0.41 - - [2025-05-08 02:12:27] "POST /fqname-to-id HTTP/1.1" 404 164 0.002697 10.0.0.41 - - [2025-05-08 02:12:27] "POST /hardwares HTTP/1.1" 200 323 0.009567 10.0.0.41 - - [2025-05-08 02:12:27] "POST /fqname-to-id HTTP/1.1" 404 164 0.002763 10.0.0.41 - - [2025-05-08 02:12:27] "POST /hardwares HTTP/1.1" 200 323 0.009770 10.0.0.41 - - [2025-05-08 02:12:27] "POST /fqname-to-id HTTP/1.1" 404 165 0.002505 10.0.0.41 - - [2025-05-08 02:12:27] "POST /hardwares HTTP/1.1" 200 325 0.012380 10.0.0.41 - - [2025-05-08 02:12:28] "POST /fqname-to-id HTTP/1.1" 404 165 0.002752 10.0.0.41 - - [2025-05-08 02:12:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.41 - - [2025-05-08 02:12:28] "GET /global-vrouter-config/81d3e71c-4e5d-458e-94a3-af91c42a3282?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1161 0.003064 10.0.0.41 - - [2025-05-08 02:12:28] "POST /hardwares HTTP/1.1" 200 325 0.009825 10.0.0.41 - - [2025-05-08 02:12:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002259 10.0.0.41 - - [2025-05-08 02:12:28] "POST /fqname-to-id HTTP/1.1" 404 165 0.001755 10.0.0.41 - - [2025-05-08 02:12:28] "PUT /global-vrouter-config/81d3e71c-4e5d-458e-94a3-af91c42a3282 HTTP/1.1" 200 276 0.008821 10.0.0.41 - - [2025-05-08 02:12:28] "POST /hardwares HTTP/1.1" 200 325 0.010070 10.0.0.41 - - [2025-05-08 02:12:28] "POST /fqname-to-id HTTP/1.1" 404 165 0.002650 10.0.0.41 - - [2025-05-08 02:12:28] "POST /hardwares HTTP/1.1" 200 325 0.010217 10.0.0.41 - - [2025-05-08 02:12:28] "POST /fqname-to-id HTTP/1.1" 404 164 0.002582 10.0.0.41 - - [2025-05-08 02:12:28] "POST /hardwares HTTP/1.1" 200 323 0.009534 10.0.0.41 - - [2025-05-08 02:12:28] "POST /fqname-to-id HTTP/1.1" 404 161 0.002802 10.0.0.41 - - [2025-05-08 02:12:28] "GET / HTTP/1.1" 200 35931 0.001590 10.0.0.41 - - [2025-05-08 02:12:28] "POST /alarms HTTP/1.1" 401 292 0.000351 10.0.0.41 - - [2025-05-08 02:12:28] "POST /hardwares HTTP/1.1" 200 317 0.012125 10.0.0.41 - - [2025-05-08 02:12:28] "POST /fqname-to-id HTTP/1.1" 404 164 0.002656 10.0.0.41 - - [2025-05-08 02:12:28] "POST /hardwares HTTP/1.1" 200 323 0.009914 10.0.0.41 - - [2025-05-08 02:12:28] "POST /fqname-to-id HTTP/1.1" 404 161 0.002709 10.0.0.41 - - [2025-05-08 02:12:28] "POST /hardwares HTTP/1.1" 200 317 0.010074 10.0.0.41 - - [2025-05-08 02:12:28] "POST /fqname-to-id HTTP/1.1" 404 164 0.002854 10.0.0.41 - - [2025-05-08 02:12:28] "POST /hardwares HTTP/1.1" 200 323 0.010078 10.0.0.41 - - [2025-05-08 02:12:28] "POST /fqname-to-id HTTP/1.1" 404 162 0.002603 10.0.0.41 - - [2025-05-08 02:12:28] "POST /alarms HTTP/1.1" 200 581 0.035079 10.0.0.41 - - [2025-05-08 02:12:28] "POST /alarms HTTP/1.1" 200 575 0.013526 10.0.0.41 - - [2025-05-08 02:12:28] "POST /hardwares HTTP/1.1" 200 319 0.009300 10.0.0.41 - - [2025-05-08 02:12:28] "POST /alarms HTTP/1.1" 200 575 0.014455 10.0.0.41 - - [2025-05-08 02:12:28] "POST /fqname-to-id HTTP/1.1" 404 162 0.002117 10.0.0.41 - - [2025-05-08 02:12:28] "POST /alarms HTTP/1.1" 200 559 0.015633 10.0.0.41 - - [2025-05-08 02:12:29] "POST /hardwares HTTP/1.1" 200 319 0.009289 10.0.0.41 - - [2025-05-08 02:12:29] "POST /fqname-to-id HTTP/1.1" 404 165 0.002345 10.0.0.41 - - [2025-05-08 02:12:29] "POST /alarms HTTP/1.1" 200 555 0.016676 10.0.0.41 - - [2025-05-08 02:12:29] "POST /hardwares HTTP/1.1" 200 325 0.010436 10.0.0.41 - - [2025-05-08 02:12:29] "POST /alarms HTTP/1.1" 200 557 0.015202 10.0.0.41 - - [2025-05-08 02:12:29] "POST /fqname-to-id HTTP/1.1" 404 161 0.002693 10.0.0.41 - - [2025-05-08 02:12:29] "POST /alarms HTTP/1.1" 200 565 0.015501 10.0.0.41 - - [2025-05-08 02:12:29] "POST /hardwares HTTP/1.1" 200 317 0.008942 10.0.0.41 - - [2025-05-08 02:12:29] "POST /alarms HTTP/1.1" 200 549 0.013193 10.0.0.41 - - [2025-05-08 02:12:29] "POST /fqname-to-id HTTP/1.1" 404 161 0.002189 10.0.0.41 - - [2025-05-08 02:12:29] "POST /alarms HTTP/1.1" 200 557 0.018845 10.0.0.41 - - [2025-05-08 02:12:29] "POST /hardwares HTTP/1.1" 200 317 0.008664 10.0.0.41 - - [2025-05-08 02:12:29] "POST /alarms HTTP/1.1" 200 567 0.013644 10.0.0.41 - - [2025-05-08 02:12:29] "POST /fqname-to-id HTTP/1.1" 404 162 0.001913 10.0.0.41 - - [2025-05-08 02:12:29] "POST /alarms HTTP/1.1" 200 555 0.015274 10.0.0.41 - - [2025-05-08 02:12:29] "POST /hardwares HTTP/1.1" 200 319 0.009150 10.0.0.41 - - [2025-05-08 02:12:29] "POST /fqname-to-id HTTP/1.1" 404 162 0.002395 10.0.0.41 - - [2025-05-08 02:12:29] "POST /alarms HTTP/1.1" 200 567 0.014318 10.0.0.41 - - [2025-05-08 02:12:29] "POST /hardwares HTTP/1.1" 200 319 0.009465 10.0.0.41 - - [2025-05-08 02:12:29] "POST /fqname-to-id HTTP/1.1" 404 162 0.002837 10.0.0.41 - - [2025-05-08 02:12:29] "POST /alarms HTTP/1.1" 200 575 0.056747 10.0.0.41 - - [2025-05-08 02:12:29] "POST /hardwares HTTP/1.1" 200 319 0.013003 10.0.0.41 - - [2025-05-08 02:12:29] "POST /alarms HTTP/1.1" 200 569 0.017486 10.0.0.41 - - [2025-05-08 02:12:29] "POST /fqname-to-id HTTP/1.1" 404 158 0.002727 10.0.0.41 - - [2025-05-08 02:12:29] "POST /alarms HTTP/1.1" 200 561 0.013922 10.0.0.41 - - [2025-05-08 02:12:29] "POST /hardwares HTTP/1.1" 200 311 0.009912 10.0.0.41 - - [2025-05-08 02:12:29] "POST /alarms HTTP/1.1" 200 561 0.013438 10.0.0.41 - - [2025-05-08 02:12:29] "POST /fqname-to-id HTTP/1.1" 404 158 0.002731 10.0.0.41 - - [2025-05-08 02:12:29] "POST /alarms HTTP/1.1" 200 561 0.014295 10.0.0.41 - - [2025-05-08 02:12:29] "POST /hardwares HTTP/1.1" 200 311 0.009449 10.0.0.41 - - [2025-05-08 02:12:29] "POST /alarms HTTP/1.1" 200 547 0.016319 10.0.0.41 - - [2025-05-08 02:12:29] "POST /fqname-to-id HTTP/1.1" 404 160 0.002282 10.0.0.41 - - [2025-05-08 02:12:29] "POST /alarms HTTP/1.1" 200 595 0.016186 10.0.0.41 - - [2025-05-08 02:12:29] "POST /hardwares HTTP/1.1" 200 315 0.008969 10.0.0.41 - - [2025-05-08 02:12:29] "POST /fqname-to-id HTTP/1.1" 404 154 0.002536 10.0.0.41 - - [2025-05-08 02:12:29] "POST /alarms HTTP/1.1" 200 575 0.014818 10.0.0.41 - - [2025-05-08 02:12:30] "POST /hardwares HTTP/1.1" 200 303 0.009980 10.0.0.41 - - [2025-05-08 02:12:30] "POST /alarms HTTP/1.1" 200 571 0.016547 10.0.0.41 - - [2025-05-08 02:12:30] "POST /fqname-to-id HTTP/1.1" 404 158 0.002206 10.0.0.41 - - [2025-05-08 02:12:30] "POST /alarms HTTP/1.1" 200 583 0.013295 10.0.0.41 - - [2025-05-08 02:12:30] "POST /hardwares HTTP/1.1" 200 311 0.009972 10.0.0.41 - - [2025-05-08 02:12:30] "POST /alarms HTTP/1.1" 200 609 0.013079 10.0.0.41 - - [2025-05-08 02:12:30] "POST /fqname-to-id HTTP/1.1" 404 155 0.002418 10.0.0.41 - - [2025-05-08 02:12:30] "POST /hardwares HTTP/1.1" 200 305 0.009409 10.0.0.41 - - [2025-05-08 02:12:30] "POST /fqname-to-id HTTP/1.1" 404 155 0.002704 10.0.0.41 - - [2025-05-08 02:12:30] "POST /hardwares HTTP/1.1" 200 305 0.009646 10.0.0.41 - - [2025-05-08 02:12:30] "POST /fqname-to-id HTTP/1.1" 404 155 0.002663 10.0.0.41 - - [2025-05-08 02:12:30] "POST /hardwares HTTP/1.1" 200 305 0.009408 10.0.0.41 - - [2025-05-08 02:12:30] "GET / HTTP/1.1" 200 35931 0.001506 10.0.0.41 - - [2025-05-08 02:12:30] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000344 10.0.0.41 - - [2025-05-08 02:12:30] "POST /fqname-to-id HTTP/1.1" 404 155 0.002686 10.0.0.41 - - [2025-05-08 02:12:30] "POST /hardwares HTTP/1.1" 200 305 0.010033 10.0.0.41 - - [2025-05-08 02:12:30] "POST /fqname-to-id HTTP/1.1" 404 156 0.003263 10.0.0.41 - - [2025-05-08 02:12:30] "POST /hardwares HTTP/1.1" 200 307 0.010099 10.0.0.41 - - [2025-05-08 02:12:30] "POST /fqname-to-id HTTP/1.1" 404 156 0.003053 10.0.0.41 - - [2025-05-08 02:12:30] "POST /hardwares HTTP/1.1" 200 307 0.009831 10.0.0.41 - - [2025-05-08 02:12:30] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.024009 10.0.0.41 - - [2025-05-08 02:12:30] "POST /fqname-to-id HTTP/1.1" 404 156 0.002188 10.0.0.41 - - [2025-05-08 02:12:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.001931 10.0.0.41 - - [2025-05-08 02:12:30] "POST /hardwares HTTP/1.1" 200 307 0.016616 10.0.0.41 - - [2025-05-08 02:12:30] "PUT /global-vrouter-config/81d3e71c-4e5d-458e-94a3-af91c42a3282 HTTP/1.1" 200 276 0.012157 10.0.0.41 - - [2025-05-08 02:12:30] "POST /fqname-to-id HTTP/1.1" 404 157 0.002686 10.0.0.41 - - [2025-05-08 02:12:30] "POST /hardwares HTTP/1.1" 200 309 0.010098 10.0.0.41 - - [2025-05-08 02:12:31] "POST /fqname-to-id HTTP/1.1" 404 158 0.002839 10.0.0.41 - - [2025-05-08 02:12:31] "POST /hardwares HTTP/1.1" 200 311 0.011180 10.0.0.41 - - [2025-05-08 02:12:31] "POST /fqname-to-id HTTP/1.1" 404 158 0.002879 10.0.0.41 - - [2025-05-08 02:12:31] "GET / HTTP/1.1" 200 35931 0.001431 10.0.0.41 - - [2025-05-08 02:12:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000390 10.0.0.41 - - [2025-05-08 02:12:31] "POST /hardwares HTTP/1.1" 200 311 0.012935 10.0.0.41 - - [2025-05-08 02:12:31] "POST /fqname-to-id HTTP/1.1" 404 153 0.002700 10.0.0.41 - - [2025-05-08 02:12:31] "POST /hardwares HTTP/1.1" 200 301 0.010384 10.0.0.41 - - [2025-05-08 02:12:31] "POST /fqname-to-id HTTP/1.1" 404 157 0.002858 10.0.0.41 - - [2025-05-08 02:12:31] "POST /hardwares HTTP/1.1" 200 309 0.009560 10.0.0.41 - - [2025-05-08 02:12:31] "POST /fqname-to-id HTTP/1.1" 404 157 0.002728 10.0.0.41 - - [2025-05-08 02:12:31] "POST /hardwares HTTP/1.1" 200 309 0.011170 10.0.0.41 - - [2025-05-08 02:12:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.021348 10.0.0.41 - - [2025-05-08 02:12:31] "GET /global-vrouter-config/81d3e71c-4e5d-458e-94a3-af91c42a3282?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003317 10.0.0.41 - - [2025-05-08 02:12:31] "POST /fqname-to-id HTTP/1.1" 404 157 0.002044 10.0.0.41 - - [2025-05-08 02:12:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.41 - - [2025-05-08 02:12:31] "POST /hardwares HTTP/1.1" 200 309 0.009244 10.0.0.41 - - [2025-05-08 02:12:31] "PUT /global-vrouter-config/81d3e71c-4e5d-458e-94a3-af91c42a3282 HTTP/1.1" 200 276 0.007743 10.0.0.41 - - [2025-05-08 02:12:31] "POST /fqname-to-id HTTP/1.1" 404 157 0.002062 10.0.0.41 - - [2025-05-08 02:12:31] "POST /hardwares HTTP/1.1" 200 309 0.013903 10.0.0.41 - - [2025-05-08 02:12:31] "POST /fqname-to-id HTTP/1.1" 404 157 0.003075 10.0.0.41 - - [2025-05-08 02:12:31] "POST /hardwares HTTP/1.1" 200 309 0.010350 10.0.0.41 - - [2025-05-08 02:12:31] "POST /fqname-to-id HTTP/1.1" 404 161 0.005092 10.0.0.41 - - [2025-05-08 02:12:31] "POST /hardwares HTTP/1.1" 200 317 0.010423 10.0.0.41 - - [2025-05-08 02:12:31] "POST /fqname-to-id HTTP/1.1" 404 157 0.002961 10.0.0.41 - - [2025-05-08 02:12:32] "GET / HTTP/1.1" 200 35931 0.001652 10.0.0.41 - - [2025-05-08 02:12:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000361 10.0.0.41 - - [2025-05-08 02:12:32] "POST /hardwares HTTP/1.1" 200 309 0.010376 10.0.0.41 - - [2025-05-08 02:12:32] "POST /fqname-to-id HTTP/1.1" 404 157 0.003025 10.0.0.41 - - [2025-05-08 02:12:32] "POST /hardwares HTTP/1.1" 200 309 0.009987 10.0.0.41 - - [2025-05-08 02:12:32] "POST /fqname-to-id HTTP/1.1" 404 154 0.002834 10.0.0.41 - - [2025-05-08 02:12:32] "POST /hardwares HTTP/1.1" 200 303 0.018198 10.0.0.41 - - [2025-05-08 02:12:32] "POST /fqname-to-id HTTP/1.1" 404 190 0.030187 10.0.0.41 - - [2025-05-08 02:12:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.021518 10.0.0.41 - - [2025-05-08 02:12:32] "GET /global-system-config/6310a0ce-749b-4180-8184-72bd8ab3bd74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2340 0.005219 10.0.0.41 - - [2025-05-08 02:12:32] "POST /features HTTP/1.1" 200 533 0.016479 10.0.0.41 - - [2025-05-08 02:12:32] "PUT /global-system-config/6310a0ce-749b-4180-8184-72bd8ab3bd74 HTTP/1.1" 200 274 0.020065 10.0.0.41 - - [2025-05-08 02:12:32] "POST /fqname-to-id HTTP/1.1" 404 185 0.002636 10.0.0.41 - - [2025-05-08 02:12:32] "POST /features HTTP/1.1" 200 523 0.016877 10.0.0.41 - - [2025-05-08 02:12:32] "POST /fqname-to-id HTTP/1.1" 404 184 0.002735 10.0.0.41 - - [2025-05-08 02:12:32] "POST /features HTTP/1.1" 200 521 0.015017 10.0.0.41 - - [2025-05-08 02:12:32] "POST /fqname-to-id HTTP/1.1" 404 184 0.003420 10.0.0.41 - - [2025-05-08 02:12:32] "POST /features HTTP/1.1" 200 521 0.015797 10.0.0.41 - - [2025-05-08 02:12:32] "POST /fqname-to-id HTTP/1.1" 404 189 0.002768 10.0.0.41 - - [2025-05-08 02:12:32] "POST /features HTTP/1.1" 200 531 0.016062 10.0.0.41 - - [2025-05-08 02:12:32] "POST /fqname-to-id HTTP/1.1" 404 184 0.002732 10.0.0.41 - - [2025-05-08 02:12:33] "POST /features HTTP/1.1" 200 521 0.074471 10.0.0.41 - - [2025-05-08 02:12:33] "POST /fqname-to-id HTTP/1.1" 404 193 0.002831 10.0.0.41 - - [2025-05-08 02:12:33] "POST /features HTTP/1.1" 200 539 0.062255 10.0.0.41 - - [2025-05-08 02:12:33] "POST /fqname-to-id HTTP/1.1" 404 186 0.002713 10.0.0.41 - - [2025-05-08 02:12:33] "POST /features HTTP/1.1" 200 525 0.044582 10.0.0.41 - - [2025-05-08 02:12:33] "POST /fqname-to-id HTTP/1.1" 404 183 0.002641 10.0.0.41 - - [2025-05-08 02:12:33] "POST /features HTTP/1.1" 200 519 0.027614 10.0.0.41 - - [2025-05-08 02:12:33] "POST /fqname-to-id HTTP/1.1" 404 182 0.002796 10.0.0.41 - - [2025-05-08 02:12:33] "POST /features HTTP/1.1" 200 517 0.025756 10.0.0.41 - - [2025-05-08 02:12:33] "POST /fqname-to-id HTTP/1.1" 404 190 0.004011 10.0.0.41 - - [2025-05-08 02:12:33] "POST /features HTTP/1.1" 200 533 0.016728 10.0.0.41 - - [2025-05-08 02:12:33] "POST /fqname-to-id HTTP/1.1" 404 194 0.002856 10.0.0.41 - - [2025-05-08 02:12:33] "POST /features HTTP/1.1" 200 541 0.017858 10.0.0.41 - - [2025-05-08 02:12:33] "POST /fqname-to-id HTTP/1.1" 404 178 0.002785 10.0.0.41 - - [2025-05-08 02:12:33] "POST /physical-roles HTTP/1.1" 200 521 0.040763 10.0.0.41 - - [2025-05-08 02:12:33] "POST /fqname-to-id HTTP/1.1" 404 179 0.002758 10.0.0.41 - - [2025-05-08 02:12:34] "POST /physical-roles HTTP/1.1" 200 523 0.089034 10.0.0.41 - - [2025-05-08 02:12:34] "POST /fqname-to-id HTTP/1.1" 404 184 0.003612 10.0.0.41 - - [2025-05-08 02:12:34] "POST /physical-roles HTTP/1.1" 200 533 0.024294 10.0.0.41 - - [2025-05-08 02:12:34] "POST /fqname-to-id HTTP/1.1" 404 177 0.002762 10.0.0.41 - - [2025-05-08 02:12:34] "POST /physical-roles HTTP/1.1" 200 519 0.017338 10.0.0.41 - - [2025-05-08 02:12:34] "POST /fqname-to-id HTTP/1.1" 404 191 0.002862 10.0.0.41 - - [2025-05-08 02:12:34] "POST /overlay-roles HTTP/1.1" 200 545 0.031759 10.0.0.41 - - [2025-05-08 02:12:34] "POST /fqname-to-id HTTP/1.1" 404 184 0.003147 10.0.0.41 - - [2025-05-08 02:12:34] "POST /overlay-roles HTTP/1.1" 200 531 0.018921 10.0.0.41 - - [2025-05-08 02:12:34] "POST /fqname-to-id HTTP/1.1" 404 191 0.002788 10.0.0.41 - - [2025-05-08 02:12:34] "POST /overlay-roles HTTP/1.1" 200 545 0.015718 10.0.0.41 - - [2025-05-08 02:12:34] "POST /fqname-to-id HTTP/1.1" 404 185 0.002927 10.0.0.41 - - [2025-05-08 02:12:34] "POST /overlay-roles HTTP/1.1" 200 533 0.022036 10.0.0.41 - - [2025-05-08 02:12:34] "POST /fqname-to-id HTTP/1.1" 404 189 0.002742 10.0.0.41 - - [2025-05-08 02:12:34] "POST /overlay-roles HTTP/1.1" 200 541 0.016564 10.0.0.41 - - [2025-05-08 02:12:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002797 10.0.0.41 - - [2025-05-08 02:12:35] "PUT /overlay-role/e14bf37d-46ec-426e-bd15-cb1243680e7e HTTP/1.1" 200 258 0.008255 10.0.0.41 - - [2025-05-08 02:12:35] "POST /fqname-to-id HTTP/1.1" 404 184 0.002862 10.0.0.41 - - [2025-05-08 02:12:35] "POST /overlay-roles HTTP/1.1" 200 531 0.014209 10.0.0.41 - - [2025-05-08 02:12:35] "POST /fqname-to-id HTTP/1.1" 404 185 0.002740 10.0.0.41 - - [2025-05-08 02:12:35] "POST /overlay-roles HTTP/1.1" 200 533 0.014578 10.0.0.41 - - [2025-05-08 02:12:35] "POST /fqname-to-id HTTP/1.1" 404 183 0.002787 10.0.0.41 - - [2025-05-08 02:12:35] "POST /overlay-roles HTTP/1.1" 200 529 0.014398 10.0.0.41 - - [2025-05-08 02:12:35] "POST /fqname-to-id HTTP/1.1" 404 187 0.002995 10.0.0.41 - - [2025-05-08 02:12:35] "POST /overlay-roles HTTP/1.1" 200 537 0.014187 10.0.0.41 - - [2025-05-08 02:12:35] "POST /fqname-to-id HTTP/1.1" 404 189 0.002690 10.0.0.41 - - [2025-05-08 02:12:35] "POST /overlay-roles HTTP/1.1" 200 541 0.015242 10.0.0.41 - - [2025-05-08 02:12:35] "POST /fqname-to-id HTTP/1.1" 404 178 0.002751 10.0.0.41 - - [2025-05-08 02:12:35] "POST /overlay-roles HTTP/1.1" 200 519 0.015105 10.0.0.41 - - [2025-05-08 02:12:35] "POST /fqname-to-id HTTP/1.1" 404 190 0.002706 10.0.0.41 - - [2025-05-08 02:12:35] "POST /overlay-roles HTTP/1.1" 200 543 0.015709 10.0.0.41 - - [2025-05-08 02:12:35] "POST /fqname-to-id HTTP/1.1" 404 182 0.003027 10.0.0.41 - - [2025-05-08 02:12:35] "POST /role-definitions HTTP/1.1" 200 533 0.014614 10.0.0.41 - - [2025-05-08 02:12:35] "POST /fqname-to-id HTTP/1.1" 404 189 0.002682 10.0.0.41 - - [2025-05-08 02:12:35] "POST /role-definitions HTTP/1.1" 200 547 0.015283 10.0.0.41 - - [2025-05-08 02:12:36] "POST /fqname-to-id HTTP/1.1" 404 190 0.003230 10.0.0.41 - - [2025-05-08 02:12:36] "POST /role-definitions HTTP/1.1" 200 549 0.014311 10.0.0.41 - - [2025-05-08 02:12:36] "POST /fqname-to-id HTTP/1.1" 404 191 0.002888 10.0.0.41 - - [2025-05-08 02:12:36] "POST /role-definitions HTTP/1.1" 200 551 0.014356 10.0.0.41 - - [2025-05-08 02:12:36] "POST /fqname-to-id HTTP/1.1" 404 197 0.002815 10.0.0.41 - - [2025-05-08 02:12:36] "POST /role-definitions HTTP/1.1" 200 563 0.015493 10.0.0.41 - - [2025-05-08 02:12:36] "POST /fqname-to-id HTTP/1.1" 404 189 0.002796 10.0.0.41 - - [2025-05-08 02:12:36] "POST /role-definitions HTTP/1.1" 200 547 0.028102 10.0.0.41 - - [2025-05-08 02:12:36] "POST /fqname-to-id HTTP/1.1" 404 190 0.002781 10.0.0.41 - - [2025-05-08 02:12:36] "POST /role-definitions HTTP/1.1" 200 549 0.015976 10.0.0.41 - - [2025-05-08 02:12:36] "POST /fqname-to-id HTTP/1.1" 404 191 0.002702 10.0.0.41 - - [2025-05-08 02:12:36] "POST /role-definitions HTTP/1.1" 200 551 0.015409 10.0.0.41 - - [2025-05-08 02:12:36] "POST /fqname-to-id HTTP/1.1" 404 190 0.002881 10.0.0.41 - - [2025-05-08 02:12:36] "POST /role-definitions HTTP/1.1" 200 549 0.035235 10.0.0.41 - - [2025-05-08 02:12:36] "POST /fqname-to-id HTTP/1.1" 404 196 0.004559 10.0.0.41 - - [2025-05-08 02:12:36] "POST /role-definitions HTTP/1.1" 200 561 0.018424 10.0.0.41 - - [2025-05-08 02:12:36] "POST /fqname-to-id HTTP/1.1" 404 189 0.003156 10.0.0.41 - - [2025-05-08 02:12:37] "POST /role-definitions HTTP/1.1" 200 547 0.017435 10.0.0.41 - - [2025-05-08 02:12:37] "POST /fqname-to-id HTTP/1.1" 404 190 0.003003 10.0.0.41 - - [2025-05-08 02:12:37] "POST /role-definitions HTTP/1.1" 200 549 0.022092 10.0.0.41 - - [2025-05-08 02:12:37] "POST /fqname-to-id HTTP/1.1" 404 188 0.003641 10.0.0.41 - - [2025-05-08 02:12:37] "POST /role-definitions HTTP/1.1" 200 545 0.016283 10.0.0.41 - - [2025-05-08 02:12:37] "POST /fqname-to-id HTTP/1.1" 404 189 0.002701 10.0.0.41 - - [2025-05-08 02:12:37] "POST /role-definitions HTTP/1.1" 200 547 0.018076 10.0.0.41 - - [2025-05-08 02:12:37] "POST /fqname-to-id HTTP/1.1" 404 192 0.002705 10.0.0.41 - - [2025-05-08 02:12:37] "POST /role-definitions HTTP/1.1" 200 553 0.014339 10.0.0.41 - - [2025-05-08 02:12:37] "POST /fqname-to-id HTTP/1.1" 404 193 0.002805 10.0.0.41 - - [2025-05-08 02:12:37] "POST /role-definitions HTTP/1.1" 200 555 0.014622 10.0.0.41 - - [2025-05-08 02:12:37] "POST /fqname-to-id HTTP/1.1" 404 182 0.002970 10.0.0.41 - - [2025-05-08 02:12:37] "POST /role-definitions HTTP/1.1" 200 533 0.018710 10.0.0.41 - - [2025-05-08 02:12:37] "POST /fqname-to-id HTTP/1.1" 404 187 0.002595 10.0.0.41 - - [2025-05-08 02:12:37] "POST /role-definitions HTTP/1.1" 200 543 0.015575 10.0.0.41 - - [2025-05-08 02:12:37] "POST /fqname-to-id HTTP/1.1" 404 181 0.002627 10.0.0.41 - - [2025-05-08 02:12:37] "POST /role-definitions HTTP/1.1" 200 531 0.015438 10.0.0.41 - - [2025-05-08 02:12:37] "POST /fqname-to-id HTTP/1.1" 404 184 0.002794 10.0.0.41 - - [2025-05-08 02:12:38] "POST /role-definitions HTTP/1.1" 200 537 0.015039 10.0.0.41 - - [2025-05-08 02:12:38] "POST /fqname-to-id HTTP/1.1" 404 189 0.002719 10.0.0.41 - - [2025-05-08 02:12:38] "POST /role-definitions HTTP/1.1" 200 547 0.015097 10.0.0.41 - - [2025-05-08 02:12:38] "POST /fqname-to-id HTTP/1.1" 404 194 0.002637 10.0.0.41 - - [2025-05-08 02:12:38] "POST /role-definitions HTTP/1.1" 200 557 0.013774 10.0.0.41 - - [2025-05-08 02:12:38] "POST /fqname-to-id HTTP/1.1" 404 196 0.002633 10.0.0.41 - - [2025-05-08 02:12:38] "POST /role-definitions HTTP/1.1" 200 561 0.019259 10.0.0.41 - - [2025-05-08 02:12:38] "POST /fqname-to-id HTTP/1.1" 404 195 0.002868 10.0.0.41 - - [2025-05-08 02:12:38] "POST /role-definitions HTTP/1.1" 200 559 0.015633 10.0.0.41 - - [2025-05-08 02:12:38] "POST /fqname-to-id HTTP/1.1" 404 196 0.002483 10.0.0.41 - - [2025-05-08 02:12:38] "POST /feature-configs HTTP/1.1" 200 537 0.016565 10.0.0.41 - - [2025-05-08 02:12:38] "POST /fqname-to-id HTTP/1.1" 404 212 0.002760 10.0.0.41 - - [2025-05-08 02:12:38] "POST /feature-configs HTTP/1.1" 200 562 0.017368 10.0.0.41 - - [2025-05-08 02:12:38] "POST /fqname-to-id HTTP/1.1" 404 211 0.002795 10.0.0.41 - - [2025-05-08 02:12:38] "POST /feature-configs HTTP/1.1" 200 561 0.014617 10.0.0.41 - - [2025-05-08 02:12:38] "POST /fqname-to-id HTTP/1.1" 404 192 0.002735 10.0.0.41 - - [2025-05-08 02:12:38] "POST /node-profiles HTTP/1.1" 200 547 0.015946 10.0.0.41 - - [2025-05-08 02:12:38] "POST /fqname-to-id HTTP/1.1" 404 187 0.002679 10.0.0.41 - - [2025-05-08 02:12:39] "POST /node-profiles HTTP/1.1" 200 537 0.014611 10.0.0.41 - - [2025-05-08 02:12:39] "POST /fqname-to-id HTTP/1.1" 404 193 0.002575 10.0.0.41 - - [2025-05-08 02:12:39] "POST /node-profiles HTTP/1.1" 200 549 0.017169 10.0.0.41 - - [2025-05-08 02:12:39] "POST /fqname-to-id HTTP/1.1" 404 189 0.002565 10.0.0.41 - - [2025-05-08 02:12:39] "POST /node-profiles HTTP/1.1" 200 541 0.014751 10.0.0.41 - - [2025-05-08 02:12:39] "POST /fqname-to-id HTTP/1.1" 404 189 0.002460 10.0.0.41 - - [2025-05-08 02:12:39] "POST /node-profiles HTTP/1.1" 200 541 0.040353 10.0.0.41 - - [2025-05-08 02:12:39] "POST /fqname-to-id HTTP/1.1" 404 188 0.002704 10.0.0.41 - - [2025-05-08 02:12:39] "POST /node-profiles HTTP/1.1" 200 539 0.014329 10.0.0.41 - - [2025-05-08 02:12:39] "POST /fqname-to-id HTTP/1.1" 404 184 0.002412 10.0.0.41 - - [2025-05-08 02:12:39] "POST /node-profiles HTTP/1.1" 200 531 0.015177 10.0.0.41 - - [2025-05-08 02:12:39] "POST /fqname-to-id HTTP/1.1" 404 185 0.003281 10.0.0.41 - - [2025-05-08 02:12:39] "POST /node-profiles HTTP/1.1" 200 533 0.015523 10.0.0.41 - - [2025-05-08 02:12:39] "POST /fqname-to-id HTTP/1.1" 404 197 0.002617 10.0.0.41 - - [2025-05-08 02:12:39] "POST /node-profiles HTTP/1.1" 200 557 0.015197 10.0.0.41 - - [2025-05-08 02:12:39] "POST /fqname-to-id HTTP/1.1" 404 206 0.002625 10.0.0.41 - - [2025-05-08 02:12:39] "POST /telemetry-profiles HTTP/1.1" 200 554 0.014399 10.0.0.41 - - [2025-05-08 02:12:39] "POST /fqname-to-id HTTP/1.1" 404 206 0.002613 10.0.0.41 - - [2025-05-08 02:12:40] "POST /telemetry-profiles HTTP/1.1" 200 554 0.014489 10.0.0.41 - - [2025-05-08 02:12:40] "POST /fqname-to-id HTTP/1.1" 404 206 0.003091 10.0.0.41 - - [2025-05-08 02:12:40] "POST /telemetry-profiles HTTP/1.1" 200 554 0.014260 10.0.0.41 - - [2025-05-08 02:12:40] "POST /fqname-to-id HTTP/1.1" 404 206 0.002588 10.0.0.41 - - [2025-05-08 02:12:40] "POST /telemetry-profiles HTTP/1.1" 200 554 0.016636 10.0.0.41 - - [2025-05-08 02:12:40] "GET /global-system-configs HTTP/1.1" 200 322 0.880471 10.0.0.41 - - [2025-05-08 02:12:40] "GET /global-system-configs HTTP/1.1" 200 322 0.033001 10.0.0.41 - - [2025-05-08 02:12:40] "POST /fqname-to-id HTTP/1.1" 404 206 0.002367 10.0.0.41 - - [2025-05-08 02:12:40] "POST /telemetry-profiles HTTP/1.1" 200 554 0.014113 10.0.0.41 - - [2025-05-08 02:12:40] "POST /fqname-to-id HTTP/1.1" 404 206 0.002554 10.0.0.41 - - [2025-05-08 02:12:40] "POST /telemetry-profiles HTTP/1.1" 200 554 0.014748 10.0.0.41 - - [2025-05-08 02:12:40] "POST /fqname-to-id HTTP/1.1" 404 199 0.002787 10.0.0.41 - - [2025-05-08 02:12:40] "POST /sflow-profiles HTTP/1.1" 200 532 0.014470 10.0.0.41 - - [2025-05-08 02:12:40] "POST /fqname-to-id HTTP/1.1" 404 202 0.002699 10.0.0.41 - - [2025-05-08 02:12:40] "POST /sflow-profiles HTTP/1.1" 200 538 0.014901 10.0.0.41 - - [2025-05-08 02:12:40] "POST /fqname-to-id HTTP/1.1" 404 202 0.002696 10.0.0.41 - - [2025-05-08 02:12:40] "POST /sflow-profiles HTTP/1.1" 200 538 0.016004 10.0.0.41 - - [2025-05-08 02:12:40] "POST /fqname-to-id HTTP/1.1" 404 199 0.002668 10.0.0.41 - - [2025-05-08 02:12:40] "POST /grpc-profiles HTTP/1.1" 200 530 0.014845 10.0.0.41 - - [2025-05-08 02:12:40] "POST /fqname-to-id HTTP/1.1" 404 199 0.002595 10.0.0.41 - - [2025-05-08 02:12:41] "POST /snmp-profiles HTTP/1.1" 200 530 0.014897 10.0.0.41 - - [2025-05-08 02:12:41] "POST /fqname-to-id HTTP/1.1" 404 202 0.002437 10.0.0.41 - - [2025-05-08 02:12:41] "POST /netconf-profiles HTTP/1.1" 200 542 0.015433 10.0.0.41 - - [2025-05-08 02:12:41] "POST /fqname-to-id HTTP/1.1" 404 193 0.002606 10.0.0.41 - - [2025-05-08 02:12:41] "POST /device-functional-groups HTTP/1.1" 200 540 0.014970 10.0.0.41 - - [2025-05-08 02:12:41] "POST /fqname-to-id HTTP/1.1" 404 193 0.002929 10.0.0.41 - - [2025-05-08 02:12:41] "POST /device-functional-groups HTTP/1.1" 200 540 0.028138 10.0.0.41 - - [2025-05-08 02:12:41] "POST /fqname-to-id HTTP/1.1" 404 195 0.002434 10.0.0.41 - - [2025-05-08 02:12:41] "POST /device-functional-groups HTTP/1.1" 200 544 0.014459 10.0.0.41 - - [2025-05-08 02:12:41] "POST /fqname-to-id HTTP/1.1" 404 194 0.002528 10.0.0.41 - - [2025-05-08 02:12:41] "POST /device-functional-groups HTTP/1.1" 200 542 0.014670 10.0.0.41 - - [2025-05-08 02:12:41] "POST /fqname-to-id HTTP/1.1" 404 218 0.002618 10.0.0.41 - - [2025-05-08 02:12:41] "POST /device-functional-groups HTTP/1.1" 200 590 0.015425 10.0.0.41 - - [2025-05-08 02:12:41] "POST /fqname-to-id HTTP/1.1" 404 208 0.002754 10.0.0.41 - - [2025-05-08 02:12:41] "POST /device-functional-groups HTTP/1.1" 200 570 0.014541 10.0.0.41 - - [2025-05-08 02:12:41] "POST /fqname-to-id HTTP/1.1" 404 236 0.002589 10.0.0.41 - - [2025-05-08 02:12:41] "POST /device-functional-groups HTTP/1.1" 200 620 0.015280 10.0.0.41 - - [2025-05-08 02:12:41] "POST /fqname-to-id HTTP/1.1" 404 206 0.002680 10.0.0.41 - - [2025-05-08 02:12:42] "POST /device-functional-groups HTTP/1.1" 200 566 0.014572 10.0.0.41 - - [2025-05-08 02:12:42] "POST /fqname-to-id HTTP/1.1" 404 205 0.002879 10.0.0.41 - - [2025-05-08 02:12:42] "POST /device-functional-groups HTTP/1.1" 200 564 0.014300 10.0.0.41 - - [2025-05-08 02:12:42] "POST /fqname-to-id HTTP/1.1" 404 210 0.002479 10.0.0.41 - - [2025-05-08 02:12:42] "POST /device-functional-groups HTTP/1.1" 200 574 0.013604 10.0.0.41 - - [2025-05-08 02:12:42] "POST /fqname-to-id HTTP/1.1" 404 201 0.002583 10.0.0.41 - - [2025-05-08 02:12:42] "POST /role-configs HTTP/1.1" 200 525 0.014296 10.0.0.41 - - [2025-05-08 02:12:42] "POST /fqname-to-id HTTP/1.1" 404 196 0.002501 10.0.0.41 - - [2025-05-08 02:12:42] "POST /role-configs HTTP/1.1" 200 520 0.013469 10.0.0.41 - - [2025-05-08 02:12:42] "POST /fqname-to-id HTTP/1.1" 404 198 0.002273 10.0.0.41 - - [2025-05-08 02:12:42] "POST /role-configs HTTP/1.1" 200 522 0.013771 10.0.0.41 - - [2025-05-08 02:12:42] "POST /fqname-to-id HTTP/1.1" 404 198 0.002614 10.0.0.41 - - [2025-05-08 02:12:42] "POST /role-configs HTTP/1.1" 200 522 0.014264 10.0.0.41 - - [2025-05-08 02:12:42] "POST /fqname-to-id HTTP/1.1" 404 202 0.002657 10.0.0.41 - - [2025-05-08 02:12:42] "POST /role-configs HTTP/1.1" 200 526 0.014290 10.0.0.41 - - [2025-05-08 02:12:42] "POST /fqname-to-id HTTP/1.1" 404 197 0.003604 10.0.0.41 - - [2025-05-08 02:12:42] "POST /role-configs HTTP/1.1" 200 521 0.013710 10.0.0.41 - - [2025-05-08 02:12:42] "POST /fqname-to-id HTTP/1.1" 404 193 0.002604 10.0.0.41 - - [2025-05-08 02:12:43] "POST /role-configs HTTP/1.1" 200 517 0.013870 10.0.0.41 - - [2025-05-08 02:12:43] "POST /fqname-to-id HTTP/1.1" 404 194 0.002642 10.0.0.41 - - [2025-05-08 02:12:43] "POST /role-configs HTTP/1.1" 200 518 0.014508 10.0.0.41 - - [2025-05-08 02:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.41 - - [2025-05-08 02:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002682 10.0.0.41 - - [2025-05-08 02:12:43] "POST /ref-update HTTP/1.1" 200 156 0.007988 10.0.0.41 - - [2025-05-08 02:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002645 10.0.0.41 - - [2025-05-08 02:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002654 10.0.0.41 - - [2025-05-08 02:12:43] "POST /ref-update HTTP/1.1" 200 156 0.007688 10.0.0.41 - - [2025-05-08 02:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002945 10.0.0.41 - - [2025-05-08 02:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003017 10.0.0.41 - - [2025-05-08 02:12:43] "POST /ref-update HTTP/1.1" 200 156 0.007583 10.0.0.41 - - [2025-05-08 02:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.41 - - [2025-05-08 02:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003286 10.0.0.41 - - [2025-05-08 02:12:43] "POST /ref-update HTTP/1.1" 200 156 0.007916 10.0.0.41 - - [2025-05-08 02:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.41 - - [2025-05-08 02:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002797 10.0.0.41 - - [2025-05-08 02:12:43] "POST /ref-update HTTP/1.1" 200 156 0.007825 10.0.0.41 - - [2025-05-08 02:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002700 10.0.0.41 - - [2025-05-08 02:12:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002799 10.0.0.41 - - [2025-05-08 02:12:44] "POST /ref-update HTTP/1.1" 200 156 0.007476 10.0.0.41 - - [2025-05-08 02:12:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.41 - - [2025-05-08 02:12:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002698 10.0.0.41 - - [2025-05-08 02:12:44] "POST /ref-update HTTP/1.1" 200 156 0.007184 10.0.0.41 - - [2025-05-08 02:12:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002538 10.0.0.41 - - [2025-05-08 02:12:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.41 - - [2025-05-08 02:12:44] "POST /ref-update HTTP/1.1" 200 156 0.007665 10.0.0.41 - - [2025-05-08 02:12:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002784 10.0.0.41 - - [2025-05-08 02:12:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002581 10.0.0.41 - - [2025-05-08 02:12:44] "POST /ref-update HTTP/1.1" 200 156 0.007363 10.0.0.41 - - [2025-05-08 02:12:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002633 10.0.0.41 - - [2025-05-08 02:12:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002768 10.0.0.41 - - [2025-05-08 02:12:44] "POST /ref-update HTTP/1.1" 200 156 0.007427 10.0.0.41 - - [2025-05-08 02:12:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081 10.0.0.41 - - [2025-05-08 02:12:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002836 10.0.0.41 - - [2025-05-08 02:12:44] "POST /ref-update HTTP/1.1" 200 156 0.007606 10.0.0.41 - - [2025-05-08 02:12:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002793 10.0.0.41 - - [2025-05-08 02:12:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002730 10.0.0.41 - - [2025-05-08 02:12:44] "POST /ref-update HTTP/1.1" 200 156 0.006201 10.0.0.41 - - [2025-05-08 02:12:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002784 10.0.0.41 - - [2025-05-08 02:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002725 10.0.0.41 - - [2025-05-08 02:12:45] "POST /ref-update HTTP/1.1" 200 156 0.006559 10.0.0.41 - - [2025-05-08 02:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002625 10.0.0.41 - - [2025-05-08 02:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002765 10.0.0.41 - - [2025-05-08 02:12:45] "POST /ref-update HTTP/1.1" 200 156 0.006520 10.0.0.41 - - [2025-05-08 02:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002599 10.0.0.41 - - [2025-05-08 02:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002391 10.0.0.41 - - [2025-05-08 02:12:45] "POST /ref-update HTTP/1.1" 200 156 0.006878 10.0.0.41 - - [2025-05-08 02:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002714 10.0.0.41 - - [2025-05-08 02:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002802 10.0.0.41 - - [2025-05-08 02:12:45] "POST /ref-update HTTP/1.1" 200 156 0.006793 10.0.0.41 - - [2025-05-08 02:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002689 10.0.0.41 - - [2025-05-08 02:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002757 10.0.0.41 - - [2025-05-08 02:12:45] "POST /ref-update HTTP/1.1" 200 156 0.006631 10.0.0.41 - - [2025-05-08 02:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002917 10.0.0.41 - - [2025-05-08 02:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002655 10.0.0.41 - - [2025-05-08 02:12:45] "POST /ref-update HTTP/1.1" 200 156 0.007212 10.0.0.41 - - [2025-05-08 02:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.41 - - [2025-05-08 02:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.41 - - [2025-05-08 02:12:45] "POST /ref-update HTTP/1.1" 200 156 0.007464 10.0.0.41 - - [2025-05-08 02:12:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.41 - - [2025-05-08 02:12:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.41 - - [2025-05-08 02:12:46] "POST /ref-update HTTP/1.1" 200 156 0.008394 10.0.0.41 - - [2025-05-08 02:12:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.41 - - [2025-05-08 02:12:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003549 10.0.0.41 - - [2025-05-08 02:12:46] "POST /ref-update HTTP/1.1" 200 156 0.007648 10.0.0.41 - - [2025-05-08 02:12:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.41 - - [2025-05-08 02:12:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002708 10.0.0.41 - - [2025-05-08 02:12:46] "POST /ref-update HTTP/1.1" 200 156 0.006398 10.0.0.41 - - [2025-05-08 02:12:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.41 - - [2025-05-08 02:12:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002639 10.0.0.41 - - [2025-05-08 02:12:46] "POST /ref-update HTTP/1.1" 200 156 0.006417 10.0.0.41 - - [2025-05-08 02:12:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.41 - - [2025-05-08 02:12:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002815 10.0.0.41 - - [2025-05-08 02:12:46] "POST /ref-update HTTP/1.1" 200 156 0.007354 10.0.0.41 - - [2025-05-08 02:12:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002815 10.0.0.41 - - [2025-05-08 02:12:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.41 - - [2025-05-08 02:12:46] "POST /ref-update HTTP/1.1" 200 156 0.007092 10.0.0.41 - - [2025-05-08 02:12:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002858 10.0.0.41 - - [2025-05-08 02:12:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002712 10.0.0.41 - - [2025-05-08 02:12:47] "POST /ref-update HTTP/1.1" 200 156 0.006828 10.0.0.41 - - [2025-05-08 02:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002700 10.0.0.41 - - [2025-05-08 02:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002780 10.0.0.41 - - [2025-05-08 02:12:47] "POST /ref-update HTTP/1.1" 200 156 0.007443 10.0.0.41 - - [2025-05-08 02:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002685 10.0.0.41 - - [2025-05-08 02:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002751 10.0.0.41 - - [2025-05-08 02:12:47] "POST /ref-update HTTP/1.1" 200 156 0.006456 10.0.0.41 - - [2025-05-08 02:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003238 10.0.0.41 - - [2025-05-08 02:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002786 10.0.0.41 - - [2025-05-08 02:12:47] "POST /ref-update HTTP/1.1" 200 156 0.006767 10.0.0.41 - - [2025-05-08 02:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002773 10.0.0.41 - - [2025-05-08 02:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.41 - - [2025-05-08 02:12:47] "POST /ref-update HTTP/1.1" 200 156 0.006669 10.0.0.41 - - [2025-05-08 02:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002828 10.0.0.41 - - [2025-05-08 02:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.41 - - [2025-05-08 02:12:47] "POST /ref-update HTTP/1.1" 200 156 0.007644 10.0.0.41 - - [2025-05-08 02:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.41 - - [2025-05-08 02:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002665 10.0.0.41 - - [2025-05-08 02:12:47] "POST /ref-update HTTP/1.1" 200 156 0.006677 10.0.0.41 - - [2025-05-08 02:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002789 10.0.0.41 - - [2025-05-08 02:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002748 10.0.0.41 - - [2025-05-08 02:12:48] "POST /ref-update HTTP/1.1" 200 156 0.007325 10.0.0.41 - - [2025-05-08 02:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002707 10.0.0.41 - - [2025-05-08 02:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002751 10.0.0.41 - - [2025-05-08 02:12:48] "POST /ref-update HTTP/1.1" 200 156 0.006673 10.0.0.41 - - [2025-05-08 02:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002689 10.0.0.41 - - [2025-05-08 02:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002721 10.0.0.41 - - [2025-05-08 02:12:48] "POST /ref-update HTTP/1.1" 200 156 0.007566 10.0.0.41 - - [2025-05-08 02:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002688 10.0.0.41 - - [2025-05-08 02:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002694 10.0.0.41 - - [2025-05-08 02:12:48] "POST /ref-update HTTP/1.1" 200 156 0.006508 10.0.0.41 - - [2025-05-08 02:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002729 10.0.0.41 - - [2025-05-08 02:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.41 - - [2025-05-08 02:12:48] "POST /ref-update HTTP/1.1" 200 156 0.007474 10.0.0.41 - - [2025-05-08 02:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002716 10.0.0.41 - - [2025-05-08 02:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003291 10.0.0.41 - - [2025-05-08 02:12:48] "POST /ref-update HTTP/1.1" 200 156 0.007385 10.0.0.41 - - [2025-05-08 02:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002736 10.0.0.41 - - [2025-05-08 02:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002680 10.0.0.41 - - [2025-05-08 02:12:48] "POST /ref-update HTTP/1.1" 200 156 0.006174 10.0.0.41 - - [2025-05-08 02:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002747 10.0.0.41 - - [2025-05-08 02:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002714 10.0.0.41 - - [2025-05-08 02:12:49] "POST /ref-update HTTP/1.1" 200 156 0.006878 10.0.0.41 - - [2025-05-08 02:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003014 10.0.0.41 - - [2025-05-08 02:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002715 10.0.0.41 - - [2025-05-08 02:12:49] "POST /ref-update HTTP/1.1" 200 156 0.006178 10.0.0.41 - - [2025-05-08 02:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002593 10.0.0.41 - - [2025-05-08 02:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002539 10.0.0.41 - - [2025-05-08 02:12:49] "POST /ref-update HTTP/1.1" 200 156 0.006347 10.0.0.41 - - [2025-05-08 02:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002637 10.0.0.41 - - [2025-05-08 02:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002639 10.0.0.41 - - [2025-05-08 02:12:49] "POST /ref-update HTTP/1.1" 200 156 0.007549 10.0.0.41 - - [2025-05-08 02:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002738 10.0.0.41 - - [2025-05-08 02:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002771 10.0.0.41 - - [2025-05-08 02:12:49] "POST /ref-update HTTP/1.1" 200 156 0.006991 10.0.0.41 - - [2025-05-08 02:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002757 10.0.0.41 - - [2025-05-08 02:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002737 10.0.0.41 - - [2025-05-08 02:12:49] "POST /ref-update HTTP/1.1" 200 156 0.006377 10.0.0.41 - - [2025-05-08 02:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002774 10.0.0.41 - - [2025-05-08 02:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002774 10.0.0.41 - - [2025-05-08 02:12:50] "POST /ref-update HTTP/1.1" 200 156 0.007077 10.0.0.41 - - [2025-05-08 02:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002670 10.0.0.41 - - [2025-05-08 02:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002715 10.0.0.41 - - [2025-05-08 02:12:50] "POST /ref-update HTTP/1.1" 200 156 0.006622 10.0.0.41 - - [2025-05-08 02:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002744 10.0.0.41 - - [2025-05-08 02:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.41 - - [2025-05-08 02:12:50] "POST /ref-update HTTP/1.1" 200 156 0.006303 10.0.0.41 - - [2025-05-08 02:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002745 10.0.0.41 - - [2025-05-08 02:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.41 - - [2025-05-08 02:12:50] "POST /ref-update HTTP/1.1" 200 156 0.006153 10.0.0.41 - - [2025-05-08 02:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002798 10.0.0.41 - - [2025-05-08 02:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002607 10.0.0.41 - - [2025-05-08 02:12:50] "POST /ref-update HTTP/1.1" 200 156 0.007418 10.0.0.41 - - [2025-05-08 02:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002694 10.0.0.41 - - [2025-05-08 02:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002783 10.0.0.41 - - [2025-05-08 02:12:50] "POST /ref-update HTTP/1.1" 200 156 0.006269 10.0.0.41 - - [2025-05-08 02:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003216 10.0.0.41 - - [2025-05-08 02:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002789 10.0.0.41 - - [2025-05-08 02:12:50] "POST /ref-update HTTP/1.1" 200 156 0.006372 10.0.0.41 - - [2025-05-08 02:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002705 10.0.0.41 - - [2025-05-08 02:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.41 - - [2025-05-08 02:12:51] "POST /ref-update HTTP/1.1" 200 156 0.006258 10.0.0.41 - - [2025-05-08 02:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002774 10.0.0.41 - - [2025-05-08 02:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002577 10.0.0.41 - - [2025-05-08 02:12:51] "POST /ref-update HTTP/1.1" 200 156 0.006795 10.0.0.41 - - [2025-05-08 02:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002673 10.0.0.41 - - [2025-05-08 02:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002586 10.0.0.41 - - [2025-05-08 02:12:51] "POST /ref-update HTTP/1.1" 200 156 0.006419 10.0.0.41 - - [2025-05-08 02:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002490 10.0.0.41 - - [2025-05-08 02:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002427 10.0.0.41 - - [2025-05-08 02:12:51] "POST /ref-update HTTP/1.1" 200 156 0.006382 10.0.0.41 - - [2025-05-08 02:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002760 10.0.0.41 - - [2025-05-08 02:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002967 10.0.0.41 - - [2025-05-08 02:12:51] "POST /ref-update HTTP/1.1" 200 156 0.007678 10.0.0.41 - - [2025-05-08 02:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002802 10.0.0.41 - - [2025-05-08 02:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002735 10.0.0.41 - - [2025-05-08 02:12:51] "POST /ref-update HTTP/1.1" 200 156 0.006441 10.0.0.41 - - [2025-05-08 02:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002646 10.0.0.41 - - [2025-05-08 02:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002713 10.0.0.41 - - [2025-05-08 02:12:51] "POST /ref-update HTTP/1.1" 200 156 0.006450 10.0.0.41 - - [2025-05-08 02:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.41 - - [2025-05-08 02:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002841 10.0.0.41 - - [2025-05-08 02:12:52] "POST /ref-update HTTP/1.1" 200 156 0.006434 10.0.0.41 - - [2025-05-08 02:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002636 10.0.0.41 - - [2025-05-08 02:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002512 10.0.0.41 - - [2025-05-08 02:12:52] "POST /ref-update HTTP/1.1" 200 156 0.007189 10.0.0.41 - - [2025-05-08 02:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002778 10.0.0.41 - - [2025-05-08 02:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002631 10.0.0.41 - - [2025-05-08 02:12:52] "POST /ref-update HTTP/1.1" 200 156 0.007039 10.0.0.41 - - [2025-05-08 02:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002790 10.0.0.41 - - [2025-05-08 02:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002695 10.0.0.41 - - [2025-05-08 02:12:52] "POST /ref-update HTTP/1.1" 200 156 0.006900 10.0.0.41 - - [2025-05-08 02:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.41 - - [2025-05-08 02:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002756 10.0.0.41 - - [2025-05-08 02:12:52] "POST /ref-update HTTP/1.1" 200 156 0.007160 10.0.0.41 - - [2025-05-08 02:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002792 10.0.0.41 - - [2025-05-08 02:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002746 10.0.0.41 - - [2025-05-08 02:12:52] "POST /ref-update HTTP/1.1" 200 156 0.006929 10.0.0.41 - - [2025-05-08 02:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002752 10.0.0.41 - - [2025-05-08 02:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002684 10.0.0.41 - - [2025-05-08 02:12:53] "POST /ref-update HTTP/1.1" 200 156 0.007991 10.0.0.41 - - [2025-05-08 02:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002636 10.0.0.41 - - [2025-05-08 02:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002674 10.0.0.41 - - [2025-05-08 02:12:53] "POST /ref-update HTTP/1.1" 200 156 0.007058 10.0.0.41 - - [2025-05-08 02:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002550 10.0.0.41 - - [2025-05-08 02:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.41 - - [2025-05-08 02:12:53] "POST /ref-update HTTP/1.1" 200 156 0.006335 10.0.0.41 - - [2025-05-08 02:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002564 10.0.0.41 - - [2025-05-08 02:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002600 10.0.0.41 - - [2025-05-08 02:12:53] "POST /ref-update HTTP/1.1" 200 156 0.007032 10.0.0.41 - - [2025-05-08 02:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002622 10.0.0.41 - - [2025-05-08 02:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002876 10.0.0.41 - - [2025-05-08 02:12:53] "POST /ref-update HTTP/1.1" 200 156 0.007767 10.0.0.41 - - [2025-05-08 02:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004788 10.0.0.41 - - [2025-05-08 02:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.41 - - [2025-05-08 02:12:53] "POST /ref-update HTTP/1.1" 200 156 0.008339 10.0.0.41 - - [2025-05-08 02:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004270 10.0.0.41 - - [2025-05-08 02:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003006 10.0.0.41 - - [2025-05-08 02:12:53] "POST /ref-update HTTP/1.1" 200 156 0.006256 10.0.0.41 - - [2025-05-08 02:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002902 10.0.0.41 - - [2025-05-08 02:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002965 10.0.0.41 - - [2025-05-08 02:12:54] "POST /ref-update HTTP/1.1" 200 156 0.007211 10.0.0.41 - - [2025-05-08 02:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.41 - - [2025-05-08 02:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002733 10.0.0.41 - - [2025-05-08 02:12:54] "POST /ref-update HTTP/1.1" 200 156 0.007637 10.0.0.41 - - [2025-05-08 02:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.41 - - [2025-05-08 02:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.41 - - [2025-05-08 02:12:54] "POST /ref-update HTTP/1.1" 200 156 0.007234 10.0.0.41 - - [2025-05-08 02:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002693 10.0.0.41 - - [2025-05-08 02:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002818 10.0.0.41 - - [2025-05-08 02:12:54] "POST /ref-update HTTP/1.1" 200 156 0.007617 10.0.0.41 - - [2025-05-08 02:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002765 10.0.0.41 - - [2025-05-08 02:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002719 10.0.0.41 - - [2025-05-08 02:12:54] "POST /ref-update HTTP/1.1" 200 156 0.006579 10.0.0.41 - - [2025-05-08 02:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002999 10.0.0.41 - - [2025-05-08 02:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002693 10.0.0.41 - - [2025-05-08 02:12:54] "POST /ref-update HTTP/1.1" 200 156 0.006349 10.0.0.41 - - [2025-05-08 02:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002676 10.0.0.41 - - [2025-05-08 02:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.41 - - [2025-05-08 02:12:55] "POST /ref-update HTTP/1.1" 200 156 0.006655 10.0.0.41 - - [2025-05-08 02:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002776 10.0.0.41 - - [2025-05-08 02:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002744 10.0.0.41 - - [2025-05-08 02:12:55] "POST /ref-update HTTP/1.1" 200 156 0.006901 10.0.0.41 - - [2025-05-08 02:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002664 10.0.0.41 - - [2025-05-08 02:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002609 10.0.0.41 - - [2025-05-08 02:12:55] "POST /ref-update HTTP/1.1" 200 156 0.006089 10.0.0.41 - - [2025-05-08 02:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.41 - - [2025-05-08 02:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002797 10.0.0.41 - - [2025-05-08 02:12:55] "POST /ref-update HTTP/1.1" 200 156 0.006477 10.0.0.41 - - [2025-05-08 02:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002546 10.0.0.41 - - [2025-05-08 02:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002835 10.0.0.41 - - [2025-05-08 02:12:55] "POST /ref-update HTTP/1.1" 200 156 0.007175 10.0.0.41 - - [2025-05-08 02:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002770 10.0.0.41 - - [2025-05-08 02:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002831 10.0.0.41 - - [2025-05-08 02:12:55] "POST /ref-update HTTP/1.1" 200 156 0.006909 10.0.0.41 - - [2025-05-08 02:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.41 - - [2025-05-08 02:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208 10.0.0.41 - - [2025-05-08 02:12:55] "POST /ref-update HTTP/1.1" 200 156 0.008347 10.0.0.41 - - [2025-05-08 02:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.41 - - [2025-05-08 02:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002757 10.0.0.41 - - [2025-05-08 02:12:56] "POST /ref-update HTTP/1.1" 200 156 0.006378 10.0.0.41 - - [2025-05-08 02:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002833 10.0.0.41 - - [2025-05-08 02:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.41 - - [2025-05-08 02:12:56] "POST /ref-update HTTP/1.1" 200 156 0.006618 10.0.0.41 - - [2025-05-08 02:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002795 10.0.0.41 - - [2025-05-08 02:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002889 10.0.0.41 - - [2025-05-08 02:12:56] "POST /ref-update HTTP/1.1" 200 156 0.006748 10.0.0.41 - - [2025-05-08 02:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002890 10.0.0.41 - - [2025-05-08 02:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002668 10.0.0.41 - - [2025-05-08 02:12:56] "POST /ref-update HTTP/1.1" 200 156 0.008580 10.0.0.41 - - [2025-05-08 02:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003770 10.0.0.41 - - [2025-05-08 02:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.41 - - [2025-05-08 02:12:56] "POST /ref-update HTTP/1.1" 200 156 0.008767 10.0.0.41 - - [2025-05-08 02:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003427 10.0.0.41 - - [2025-05-08 02:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.41 - - [2025-05-08 02:12:56] "POST /ref-update HTTP/1.1" 200 156 0.008468 10.0.0.41 - - [2025-05-08 02:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.41 - - [2025-05-08 02:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002642 10.0.0.41 - - [2025-05-08 02:12:56] "POST /ref-update HTTP/1.1" 200 156 0.008434 10.0.0.41 - - [2025-05-08 02:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002988 10.0.0.41 - - [2025-05-08 02:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002909 10.0.0.41 - - [2025-05-08 02:12:57] "POST /ref-update HTTP/1.1" 200 156 0.006999 10.0.0.41 - - [2025-05-08 02:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002850 10.0.0.41 - - [2025-05-08 02:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002653 10.0.0.41 - - [2025-05-08 02:12:57] "POST /ref-update HTTP/1.1" 200 156 0.007388 10.0.0.41 - - [2025-05-08 02:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.41 - - [2025-05-08 02:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002871 10.0.0.41 - - [2025-05-08 02:12:57] "POST /ref-update HTTP/1.1" 200 156 0.007537 10.0.0.41 - - [2025-05-08 02:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002704 10.0.0.41 - - [2025-05-08 02:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.41 - - [2025-05-08 02:12:57] "POST /ref-update HTTP/1.1" 200 156 0.006295 10.0.0.41 - - [2025-05-08 02:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002740 10.0.0.41 - - [2025-05-08 02:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.41 - - [2025-05-08 02:12:57] "POST /ref-update HTTP/1.1" 200 156 0.007750 10.0.0.41 - - [2025-05-08 02:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002775 10.0.0.41 - - [2025-05-08 02:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003032 10.0.0.41 - - [2025-05-08 02:12:57] "POST /ref-update HTTP/1.1" 200 156 0.007280 10.0.0.41 - - [2025-05-08 02:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002772 10.0.0.41 - - [2025-05-08 02:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002666 10.0.0.41 - - [2025-05-08 02:12:58] "POST /ref-update HTTP/1.1" 200 156 0.006391 10.0.0.41 - - [2025-05-08 02:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002779 10.0.0.41 - - [2025-05-08 02:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002687 10.0.0.41 - - [2025-05-08 02:12:58] "POST /ref-update HTTP/1.1" 200 156 0.006785 10.0.0.41 - - [2025-05-08 02:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.41 - - [2025-05-08 02:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002609 10.0.0.41 - - [2025-05-08 02:12:58] "POST /ref-update HTTP/1.1" 200 156 0.006571 10.0.0.41 - - [2025-05-08 02:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002588 10.0.0.41 - - [2025-05-08 02:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002816 10.0.0.41 - - [2025-05-08 02:12:58] "POST /ref-update HTTP/1.1" 200 156 0.007304 10.0.0.41 - - [2025-05-08 02:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002658 10.0.0.41 - - [2025-05-08 02:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002702 10.0.0.41 - - [2025-05-08 02:12:58] "POST /ref-update HTTP/1.1" 200 156 0.008144 10.0.0.41 - - [2025-05-08 02:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002927 10.0.0.41 - - [2025-05-08 02:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002635 10.0.0.41 - - [2025-05-08 02:12:58] "POST /ref-update HTTP/1.1" 200 156 0.006771 10.0.0.41 - - [2025-05-08 02:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002757 10.0.0.41 - - [2025-05-08 02:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002759 10.0.0.41 - - [2025-05-08 02:12:58] "POST /ref-update HTTP/1.1" 200 156 0.007538 10.0.0.41 - - [2025-05-08 02:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002745 10.0.0.41 - - [2025-05-08 02:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002737 10.0.0.41 - - [2025-05-08 02:12:59] "POST /ref-update HTTP/1.1" 200 156 0.007356 10.0.0.41 - - [2025-05-08 02:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002671 10.0.0.41 - - [2025-05-08 02:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002713 10.0.0.41 - - [2025-05-08 02:12:59] "POST /ref-update HTTP/1.1" 200 156 0.007955 10.0.0.41 - - [2025-05-08 02:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002587 10.0.0.41 - - [2025-05-08 02:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002589 10.0.0.41 - - [2025-05-08 02:12:59] "POST /ref-update HTTP/1.1" 200 156 0.006873 10.0.0.41 - - [2025-05-08 02:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002645 10.0.0.41 - - [2025-05-08 02:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.41 - - [2025-05-08 02:12:59] "POST /ref-update HTTP/1.1" 200 156 0.006546 10.0.0.41 - - [2025-05-08 02:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003269 10.0.0.41 - - [2025-05-08 02:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002807 10.0.0.41 - - [2025-05-08 02:12:59] "POST /ref-update HTTP/1.1" 200 156 0.008164 10.0.0.41 - - [2025-05-08 02:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002777 10.0.0.41 - - [2025-05-08 02:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.41 - - [2025-05-08 02:12:59] "POST /ref-update HTTP/1.1" 200 156 0.007405 10.0.0.41 - - [2025-05-08 02:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002806 10.0.0.41 - - [2025-05-08 02:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.41 - - [2025-05-08 02:12:59] "POST /ref-update HTTP/1.1" 200 156 0.006375 10.0.0.41 - - [2025-05-08 02:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002973 10.0.0.41 - - [2025-05-08 02:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002886 10.0.0.41 - - [2025-05-08 02:13:00] "POST /ref-update HTTP/1.1" 200 156 0.007728 10.0.0.41 - - [2025-05-08 02:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003785 10.0.0.41 - - [2025-05-08 02:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002752 10.0.0.41 - - [2025-05-08 02:13:00] "POST /ref-update HTTP/1.1" 200 156 0.008774 10.0.0.41 - - [2025-05-08 02:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002874 10.0.0.41 - - [2025-05-08 02:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002819 10.0.0.41 - - [2025-05-08 02:13:00] "POST /ref-update HTTP/1.1" 200 156 0.006502 10.0.0.41 - - [2025-05-08 02:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002732 10.0.0.41 - - [2025-05-08 02:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002747 10.0.0.41 - - [2025-05-08 02:13:00] "POST /ref-update HTTP/1.1" 200 156 0.006341 10.0.0.41 - - [2025-05-08 02:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002917 10.0.0.41 - - [2025-05-08 02:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.41 - - [2025-05-08 02:13:00] "POST /ref-update HTTP/1.1" 200 156 0.007824 10.0.0.41 - - [2025-05-08 02:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002907 10.0.0.41 - - [2025-05-08 02:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.41 - - [2025-05-08 02:13:00] "POST /ref-update HTTP/1.1" 200 156 0.006407 10.0.0.41 - - [2025-05-08 02:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002807 10.0.0.41 - - [2025-05-08 02:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002774 10.0.0.41 - - [2025-05-08 02:13:01] "POST /ref-update HTTP/1.1" 200 156 0.008237 10.0.0.41 - - [2025-05-08 02:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.41 - - [2025-05-08 02:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002654 10.0.0.41 - - [2025-05-08 02:13:01] "POST /ref-update HTTP/1.1" 200 156 0.007500 10.0.0.41 - - [2025-05-08 02:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002787 10.0.0.41 - - [2025-05-08 02:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003017 10.0.0.41 - - [2025-05-08 02:13:01] "POST /ref-update HTTP/1.1" 200 156 0.009001 10.0.0.41 - - [2025-05-08 02:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002680 10.0.0.41 - - [2025-05-08 02:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002629 10.0.0.41 - - [2025-05-08 02:13:01] "POST /ref-update HTTP/1.1" 200 156 0.006786 10.0.0.41 - - [2025-05-08 02:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002890 10.0.0.41 - - [2025-05-08 02:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002714 10.0.0.41 - - [2025-05-08 02:13:01] "POST /ref-update HTTP/1.1" 200 156 0.007461 10.0.0.41 - - [2025-05-08 02:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002818 10.0.0.41 - - [2025-05-08 02:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002742 10.0.0.41 - - [2025-05-08 02:13:01] "POST /ref-update HTTP/1.1" 200 156 0.007163 10.0.0.41 - - [2025-05-08 02:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002864 10.0.0.41 - - [2025-05-08 02:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002737 10.0.0.41 - - [2025-05-08 02:13:01] "POST /ref-update HTTP/1.1" 200 156 0.006729 10.0.0.41 - - [2025-05-08 02:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002719 10.0.0.41 - - [2025-05-08 02:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002678 10.0.0.41 - - [2025-05-08 02:13:02] "POST /ref-update HTTP/1.1" 200 156 0.006389 10.0.0.41 - - [2025-05-08 02:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002845 10.0.0.41 - - [2025-05-08 02:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.41 - - [2025-05-08 02:13:02] "POST /ref-update HTTP/1.1" 200 156 0.006524 10.0.0.41 - - [2025-05-08 02:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002718 10.0.0.41 - - [2025-05-08 02:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.41 - - [2025-05-08 02:13:02] "POST /ref-update HTTP/1.1" 200 156 0.006326 10.0.0.41 - - [2025-05-08 02:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002749 10.0.0.41 - - [2025-05-08 02:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002613 10.0.0.41 - - [2025-05-08 02:13:02] "POST /ref-update HTTP/1.1" 200 156 0.006006 10.0.0.41 - - [2025-05-08 02:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002754 10.0.0.41 - - [2025-05-08 02:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002779 10.0.0.41 - - [2025-05-08 02:13:02] "POST /ref-update HTTP/1.1" 200 156 0.006680 10.0.0.41 - - [2025-05-08 02:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003265 10.0.0.41 - - [2025-05-08 02:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002678 10.0.0.41 - - [2025-05-08 02:13:02] "POST /ref-update HTTP/1.1" 200 156 0.008388 10.0.0.41 - - [2025-05-08 02:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002729 10.0.0.41 - - [2025-05-08 02:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002718 10.0.0.41 - - [2025-05-08 02:13:02] "POST /ref-update HTTP/1.1" 200 156 0.006959 10.0.0.41 - - [2025-05-08 02:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002840 10.0.0.41 - - [2025-05-08 02:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002654 10.0.0.41 - - [2025-05-08 02:13:03] "POST /ref-update HTTP/1.1" 200 156 0.007433 10.0.0.41 - - [2025-05-08 02:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002834 10.0.0.41 - - [2025-05-08 02:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.41 - - [2025-05-08 02:13:03] "POST /ref-update HTTP/1.1" 200 156 0.008574 10.0.0.41 - - [2025-05-08 02:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002898 10.0.0.41 - - [2025-05-08 02:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002853 10.0.0.41 - - [2025-05-08 02:13:03] "POST /ref-update HTTP/1.1" 200 156 0.006627 10.0.0.41 - - [2025-05-08 02:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002833 10.0.0.41 - - [2025-05-08 02:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002642 10.0.0.41 - - [2025-05-08 02:13:03] "POST /ref-update HTTP/1.1" 200 156 0.007369 10.0.0.41 - - [2025-05-08 02:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002909 10.0.0.41 - - [2025-05-08 02:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.41 - - [2025-05-08 02:13:03] "POST /ref-update HTTP/1.1" 200 156 0.017716 10.0.0.41 - - [2025-05-08 02:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.41 - - [2025-05-08 02:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.006991 10.0.0.41 - - [2025-05-08 02:13:03] "POST /ref-update HTTP/1.1" 200 156 0.008078 10.0.0.41 - - [2025-05-08 02:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002808 10.0.0.41 - - [2025-05-08 02:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002932 10.0.0.41 - - [2025-05-08 02:13:04] "POST /ref-update HTTP/1.1" 200 156 0.007253 10.0.0.41 - - [2025-05-08 02:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.41 - - [2025-05-08 02:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.41 - - [2025-05-08 02:13:04] "POST /ref-update HTTP/1.1" 200 156 0.006692 10.0.0.41 - - [2025-05-08 02:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002863 10.0.0.41 - - [2025-05-08 02:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002786 10.0.0.41 - - [2025-05-08 02:13:04] "POST /ref-update HTTP/1.1" 200 156 0.007064 10.0.0.41 - - [2025-05-08 02:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002847 10.0.0.41 - - [2025-05-08 02:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002969 10.0.0.41 - - [2025-05-08 02:13:04] "POST /ref-update HTTP/1.1" 200 156 0.006936 10.0.0.41 - - [2025-05-08 02:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002838 10.0.0.41 - - [2025-05-08 02:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.41 - - [2025-05-08 02:13:04] "POST /ref-update HTTP/1.1" 200 156 0.007110 10.0.0.41 - - [2025-05-08 02:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002855 10.0.0.41 - - [2025-05-08 02:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.41 - - [2025-05-08 02:13:04] "POST /ref-update HTTP/1.1" 200 156 0.011072 10.0.0.41 - - [2025-05-08 02:13:04] "GET / HTTP/1.1" 200 35931 0.001460 10.0.0.41 - - [2025-05-08 02:13:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.000384 10.0.0.41 - - [2025-05-08 02:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002645 10.0.0.41 - - [2025-05-08 02:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.41 - - [2025-05-08 02:13:04] "POST /ref-update HTTP/1.1" 200 156 0.007605 10.0.0.41 - - [2025-05-08 02:13:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.41 - - [2025-05-08 02:13:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.41 - - [2025-05-08 02:13:05] "POST /ref-update HTTP/1.1" 200 156 0.009546 10.0.0.41 - - [2025-05-08 02:13:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.41 - - [2025-05-08 02:13:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.011939 10.0.0.41 - - [2025-05-08 02:13:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.029346 10.0.0.41 - - [2025-05-08 02:13:05] "GET /routing-instance/4fc971c4-fca6-4ad8-b298-f967fe2bf562?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.003434 10.0.0.41 - - [2025-05-08 02:13:05] "POST /ref-update HTTP/1.1" 200 156 0.007875 10.0.0.41 - - [2025-05-08 02:13:05] "POST /bgp-routers HTTP/1.1" 200 620 0.016485 10.0.0.41 - - [2025-05-08 02:13:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002885 10.0.0.41 - - [2025-05-08 02:13:05] "GET /bgp-router/2ffcb571-2f56-4060-96ee-66d7ca696e06?fields=global_system_config_back_refs HTTP/1.1" 200 1126 0.004629 10.0.0.41 - - [2025-05-08 02:13:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003048 10.0.0.41 - - [2025-05-08 02:13:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003079 10.0.0.41 - - [2025-05-08 02:13:05] "POST /ref-update HTTP/1.1" 200 156 0.009748 10.0.0.41 - - [2025-05-08 02:13:05] "GET /global-system-config/6310a0ce-749b-4180-8184-72bd8ab3bd74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2340 0.008263 10.0.0.41 - - [2025-05-08 02:13:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.41 - - [2025-05-08 02:13:05] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002597 10.0.0.41 - - [2025-05-08 02:13:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005135 10.0.0.41 - - [2025-05-08 02:13:05] "POST /ref-update HTTP/1.1" 200 156 0.010457 10.0.0.41 - - [2025-05-08 02:13:05] "POST /ref-update HTTP/1.1" 200 156 0.005888 10.0.0.41 - - [2025-05-08 02:13:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002914 10.0.0.41 - - [2025-05-08 02:13:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002838 10.0.0.41 - - [2025-05-08 02:13:05] "POST /ref-update HTTP/1.1" 200 156 0.006770 10.0.0.41 - - [2025-05-08 02:13:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.41 - - [2025-05-08 02:13:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.41 - - [2025-05-08 02:13:05] "POST /ref-update HTTP/1.1" 200 156 0.020632 10.0.0.41 - - [2025-05-08 02:13:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.41 - - [2025-05-08 02:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.41 - - [2025-05-08 02:13:06] "POST /ref-update HTTP/1.1" 200 156 0.006783 10.0.0.41 - - [2025-05-08 02:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002820 10.0.0.41 - - [2025-05-08 02:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002830 10.0.0.41 - - [2025-05-08 02:13:06] "POST /ref-update HTTP/1.1" 200 156 0.007111 10.0.0.41 - - [2025-05-08 02:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197 10.0.0.41 - - [2025-05-08 02:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.41 - - [2025-05-08 02:13:06] "POST /ref-update HTTP/1.1" 200 156 0.007488 10.0.0.41 - - [2025-05-08 02:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002961 10.0.0.41 - - [2025-05-08 02:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002805 10.0.0.41 - - [2025-05-08 02:13:06] "POST /ref-update HTTP/1.1" 200 156 0.006775 10.0.0.41 - - [2025-05-08 02:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002889 10.0.0.41 - - [2025-05-08 02:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002753 10.0.0.41 - - [2025-05-08 02:13:06] "POST /ref-update HTTP/1.1" 200 156 0.006965 10.0.0.41 - - [2025-05-08 02:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002848 10.0.0.41 - - [2025-05-08 02:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002795 10.0.0.41 - - [2025-05-08 02:13:06] "POST /ref-update HTTP/1.1" 200 156 0.009360 10.0.0.41 - - [2025-05-08 02:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002712 10.0.0.41 - - [2025-05-08 02:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002713 10.0.0.41 - - [2025-05-08 02:13:06] "POST /ref-update HTTP/1.1" 200 156 0.006743 10.0.0.41 - - [2025-05-08 02:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002764 10.0.0.41 - - [2025-05-08 02:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002713 10.0.0.41 - - [2025-05-08 02:13:07] "POST /ref-update HTTP/1.1" 200 156 0.006725 10.0.0.41 - - [2025-05-08 02:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002749 10.0.0.41 - - [2025-05-08 02:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002794 10.0.0.41 - - [2025-05-08 02:13:07] "POST /ref-update HTTP/1.1" 200 156 0.007272 10.0.0.41 - - [2025-05-08 02:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002642 10.0.0.41 - - [2025-05-08 02:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002711 10.0.0.41 - - [2025-05-08 02:13:07] "POST /ref-update HTTP/1.1" 200 156 0.006627 10.0.0.41 - - [2025-05-08 02:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002712 10.0.0.41 - - [2025-05-08 02:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002740 10.0.0.41 - - [2025-05-08 02:13:07] "POST /ref-update HTTP/1.1" 200 156 0.006900 10.0.0.41 - - [2025-05-08 02:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.41 - - [2025-05-08 02:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002831 10.0.0.41 - - [2025-05-08 02:13:07] "POST /ref-update HTTP/1.1" 200 156 0.009297 10.0.0.41 - - [2025-05-08 02:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002788 10.0.0.41 - - [2025-05-08 02:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.41 - - [2025-05-08 02:13:07] "POST /ref-update HTTP/1.1" 200 156 0.006947 10.0.0.41 - - [2025-05-08 02:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002715 10.0.0.41 - - [2025-05-08 02:13:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.41 - - [2025-05-08 02:13:08] "POST /ref-update HTTP/1.1" 200 156 0.007384 10.0.0.41 - - [2025-05-08 02:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002748 10.0.0.41 - - [2025-05-08 02:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002802 10.0.0.41 - - [2025-05-08 02:13:08] "POST /ref-update HTTP/1.1" 200 156 0.007218 10.0.0.41 - - [2025-05-08 02:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002792 10.0.0.41 - - [2025-05-08 02:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002741 10.0.0.41 - - [2025-05-08 02:13:08] "POST /ref-update HTTP/1.1" 200 156 0.006554 10.0.0.41 - - [2025-05-08 02:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002696 10.0.0.41 - - [2025-05-08 02:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002682 10.0.0.41 - - [2025-05-08 02:13:08] "POST /ref-update HTTP/1.1" 200 156 0.007123 10.0.0.41 - - [2025-05-08 02:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002679 10.0.0.41 - - [2025-05-08 02:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002722 10.0.0.41 - - [2025-05-08 02:13:08] "POST /ref-update HTTP/1.1" 200 156 0.006973 10.0.0.41 - - [2025-05-08 02:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002791 10.0.0.41 - - [2025-05-08 02:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002701 10.0.0.41 - - [2025-05-08 02:13:08] "POST /ref-update HTTP/1.1" 200 156 0.006746 10.0.0.41 - - [2025-05-08 02:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002710 10.0.0.41 - - [2025-05-08 02:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.41 - - [2025-05-08 02:13:08] "POST /ref-update HTTP/1.1" 200 156 0.006678 10.0.0.41 - - [2025-05-08 02:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002688 10.0.0.41 - - [2025-05-08 02:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002642 10.0.0.41 - - [2025-05-08 02:13:09] "POST /ref-update HTTP/1.1" 200 156 0.007335 10.0.0.41 - - [2025-05-08 02:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002757 10.0.0.41 - - [2025-05-08 02:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002793 10.0.0.41 - - [2025-05-08 02:13:09] "POST /ref-update HTTP/1.1" 200 156 0.007636 10.0.0.41 - - [2025-05-08 02:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.41 - - [2025-05-08 02:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.41 - - [2025-05-08 02:13:09] "POST /ref-update HTTP/1.1" 200 156 0.008216 10.0.0.41 - - [2025-05-08 02:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002403 10.0.0.41 - - [2025-05-08 02:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002397 10.0.0.41 - - [2025-05-08 02:13:09] "POST /ref-update HTTP/1.1" 200 156 0.007136 10.0.0.41 - - [2025-05-08 02:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002802 10.0.0.41 - - [2025-05-08 02:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002922 10.0.0.41 - - [2025-05-08 02:13:09] "POST /ref-update HTTP/1.1" 200 156 0.007905 10.0.0.41 - - [2025-05-08 02:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.41 - - [2025-05-08 02:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.41 - - [2025-05-08 02:13:09] "POST /ref-update HTTP/1.1" 200 156 0.008497 10.0.0.41 - - [2025-05-08 02:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002663 10.0.0.41 - - [2025-05-08 02:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002733 10.0.0.41 - - [2025-05-08 02:13:10] "POST /ref-update HTTP/1.1" 200 156 0.006905 10.0.0.41 - - [2025-05-08 02:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002802 10.0.0.41 - - [2025-05-08 02:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002584 10.0.0.41 - - [2025-05-08 02:13:10] "POST /ref-update HTTP/1.1" 200 156 0.007281 10.0.0.41 - - [2025-05-08 02:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002745 10.0.0.41 - - [2025-05-08 02:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002704 10.0.0.41 - - [2025-05-08 02:13:10] "POST /ref-update HTTP/1.1" 200 156 0.007474 10.0.0.41 - - [2025-05-08 02:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002818 10.0.0.41 - - [2025-05-08 02:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002726 10.0.0.41 - - [2025-05-08 02:13:10] "POST /ref-update HTTP/1.1" 200 156 0.006698 10.0.0.41 - - [2025-05-08 02:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002681 10.0.0.41 - - [2025-05-08 02:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.41 - - [2025-05-08 02:13:10] "POST /ref-update HTTP/1.1" 200 156 0.007149 10.0.0.41 - - [2025-05-08 02:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002766 10.0.0.41 - - [2025-05-08 02:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002750 10.0.0.41 - - [2025-05-08 02:13:10] "POST /ref-update HTTP/1.1" 200 156 0.008782 10.0.0.41 - - [2025-05-08 02:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.41 - - [2025-05-08 02:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002686 10.0.0.41 - - [2025-05-08 02:13:10] "POST /ref-update HTTP/1.1" 200 156 0.007473 10.0.0.41 - - [2025-05-08 02:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003087 10.0.0.41 - - [2025-05-08 02:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002704 10.0.0.41 - - [2025-05-08 02:13:11] "POST /ref-update HTTP/1.1" 200 156 0.007429 10.0.0.41 - - [2025-05-08 02:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002653 10.0.0.41 - - [2025-05-08 02:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002670 10.0.0.41 - - [2025-05-08 02:13:11] "POST /ref-update HTTP/1.1" 200 156 0.007494 10.0.0.41 - - [2025-05-08 02:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002768 10.0.0.41 - - [2025-05-08 02:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002655 10.0.0.41 - - [2025-05-08 02:13:11] "POST /ref-update HTTP/1.1" 200 156 0.007802 10.0.0.41 - - [2025-05-08 02:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002608 10.0.0.41 - - [2025-05-08 02:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002471 10.0.0.41 - - [2025-05-08 02:13:11] "POST /ref-update HTTP/1.1" 200 156 0.007271 10.0.0.41 - - [2025-05-08 02:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002897 10.0.0.41 - - [2025-05-08 02:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002632 10.0.0.41 - - [2025-05-08 02:13:11] "POST /ref-update HTTP/1.1" 200 156 0.007608 10.0.0.41 - - [2025-05-08 02:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002789 10.0.0.41 - - [2025-05-08 02:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.41 - - [2025-05-08 02:13:11] "POST /ref-update HTTP/1.1" 200 156 0.007718 10.0.0.41 - - [2025-05-08 02:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002726 10.0.0.41 - - [2025-05-08 02:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002692 10.0.0.41 - - [2025-05-08 02:13:11] "POST /ref-update HTTP/1.1" 200 156 0.007406 10.0.0.41 - - [2025-05-08 02:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002709 10.0.0.41 - - [2025-05-08 02:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002688 10.0.0.41 - - [2025-05-08 02:13:12] "POST /ref-update HTTP/1.1" 200 156 0.007518 10.0.0.41 - - [2025-05-08 02:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.41 - - [2025-05-08 02:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002638 10.0.0.41 - - [2025-05-08 02:13:12] "POST /ref-update HTTP/1.1" 200 156 0.007425 10.0.0.41 - - [2025-05-08 02:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002625 10.0.0.41 - - [2025-05-08 02:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002567 10.0.0.41 - - [2025-05-08 02:13:12] "POST /ref-update HTTP/1.1" 200 156 0.007154 10.0.0.41 - - [2025-05-08 02:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002533 10.0.0.41 - - [2025-05-08 02:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002453 10.0.0.41 - - [2025-05-08 02:13:12] "POST /ref-update HTTP/1.1" 200 156 0.008229 10.0.0.41 - - [2025-05-08 02:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002710 10.0.0.41 - - [2025-05-08 02:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002719 10.0.0.41 - - [2025-05-08 02:13:12] "POST /ref-update HTTP/1.1" 200 156 0.007406 10.0.0.41 - - [2025-05-08 02:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002947 10.0.0.41 - - [2025-05-08 02:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002880 10.0.0.41 - - [2025-05-08 02:13:12] "POST /ref-update HTTP/1.1" 200 156 0.007770 10.0.0.41 - - [2025-05-08 02:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.41 - - [2025-05-08 02:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002553 10.0.0.41 - - [2025-05-08 02:13:13] "POST /ref-update HTTP/1.1" 200 156 0.006843 10.0.0.41 - - [2025-05-08 02:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002628 10.0.0.41 - - [2025-05-08 02:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002725 10.0.0.41 - - [2025-05-08 02:13:13] "POST /ref-update HTTP/1.1" 200 156 0.008340 10.0.0.41 - - [2025-05-08 02:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002621 10.0.0.41 - - [2025-05-08 02:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002720 10.0.0.41 - - [2025-05-08 02:13:13] "POST /ref-update HTTP/1.1" 200 156 0.008617 10.0.0.41 - - [2025-05-08 02:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002623 10.0.0.41 - - [2025-05-08 02:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002777 10.0.0.41 - - [2025-05-08 02:13:13] "POST /ref-update HTTP/1.1" 200 156 0.006768 10.0.0.41 - - [2025-05-08 02:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002382 10.0.0.41 - - [2025-05-08 02:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002940 10.0.0.41 - - [2025-05-08 02:13:13] "POST /ref-update HTTP/1.1" 200 156 0.007699 10.0.0.41 - - [2025-05-08 02:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002832 10.0.0.41 - - [2025-05-08 02:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002850 10.0.0.41 - - [2025-05-08 02:13:13] "POST /ref-update HTTP/1.1" 200 156 0.010611 10.0.0.41 - - [2025-05-08 02:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.41 - - [2025-05-08 02:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002620 10.0.0.41 - - [2025-05-08 02:13:13] "POST /ref-update HTTP/1.1" 200 156 0.008100 10.0.0.41 - - [2025-05-08 02:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002651 10.0.0.41 - - [2025-05-08 02:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002731 10.0.0.41 - - [2025-05-08 02:13:14] "POST /ref-update HTTP/1.1" 200 156 0.007895 10.0.0.41 - - [2025-05-08 02:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002680 10.0.0.41 - - [2025-05-08 02:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002634 10.0.0.41 - - [2025-05-08 02:13:14] "POST /ref-update HTTP/1.1" 200 156 0.007666 10.0.0.41 - - [2025-05-08 02:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.41 - - [2025-05-08 02:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002667 10.0.0.41 - - [2025-05-08 02:13:14] "POST /ref-update HTTP/1.1" 200 156 0.008627 10.0.0.41 - - [2025-05-08 02:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002859 10.0.0.41 - - [2025-05-08 02:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002762 10.0.0.41 - - [2025-05-08 02:13:14] "POST /ref-update HTTP/1.1" 200 156 0.007706 10.0.0.41 - - [2025-05-08 02:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002773 10.0.0.41 - - [2025-05-08 02:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002740 10.0.0.41 - - [2025-05-08 02:13:14] "POST /ref-update HTTP/1.1" 200 156 0.009407 10.0.0.41 - - [2025-05-08 02:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.41 - - [2025-05-08 02:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003813 10.0.0.41 - - [2025-05-08 02:13:14] "POST /ref-update HTTP/1.1" 200 156 0.008336 10.0.0.41 - - [2025-05-08 02:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002610 10.0.0.41 - - [2025-05-08 02:13:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002772 10.0.0.41 - - [2025-05-08 02:13:15] "POST /ref-update HTTP/1.1" 200 156 0.008518 10.0.0.41 - - [2025-05-08 02:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002798 10.0.0.41 - - [2025-05-08 02:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.41 - - [2025-05-08 02:13:15] "POST /ref-update HTTP/1.1" 200 156 0.007486 10.0.0.41 - - [2025-05-08 02:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002678 10.0.0.41 - - [2025-05-08 02:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002623 10.0.0.41 - - [2025-05-08 02:13:15] "POST /ref-update HTTP/1.1" 200 156 0.007803 10.0.0.41 - - [2025-05-08 02:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002624 10.0.0.41 - - [2025-05-08 02:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.41 - - [2025-05-08 02:13:15] "POST /ref-update HTTP/1.1" 200 156 0.007218 10.0.0.41 - - [2025-05-08 02:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.41 - - [2025-05-08 02:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002759 10.0.0.41 - - [2025-05-08 02:13:15] "POST /ref-update HTTP/1.1" 200 156 0.008994 10.0.0.41 - - [2025-05-08 02:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004265 10.0.0.41 - - [2025-05-08 02:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004067 10.0.0.41 - - [2025-05-08 02:13:15] "POST /ref-update HTTP/1.1" 200 156 0.010208 10.0.0.41 - - [2025-05-08 02:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002702 10.0.0.41 - - [2025-05-08 02:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.41 - - [2025-05-08 02:13:15] "POST /ref-update HTTP/1.1" 200 156 0.012624 10.0.0.41 - - [2025-05-08 02:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003923 10.0.0.41 - - [2025-05-08 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002799 10.0.0.41 - - [2025-05-08 02:13:16] "POST /ref-update HTTP/1.1" 200 156 0.007965 10.0.0.41 - - [2025-05-08 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004748 10.0.0.41 - - [2025-05-08 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004450 10.0.0.41 - - [2025-05-08 02:13:16] "POST /ref-update HTTP/1.1" 200 156 0.009947 10.0.0.41 - - [2025-05-08 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004564 10.0.0.41 - - [2025-05-08 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003367 10.0.0.41 - - [2025-05-08 02:13:16] "POST /ref-update HTTP/1.1" 200 156 0.009905 10.0.0.41 - - [2025-05-08 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004884 10.0.0.41 - - [2025-05-08 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003920 10.0.0.41 - - [2025-05-08 02:13:16] "POST /ref-update HTTP/1.1" 200 156 0.008321 10.0.0.41 - - [2025-05-08 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.41 - - [2025-05-08 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.41 - - [2025-05-08 02:13:16] "POST /ref-update HTTP/1.1" 200 156 0.010987 10.0.0.41 - - [2025-05-08 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004415 10.0.0.41 - - [2025-05-08 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005274 10.0.0.41 - - [2025-05-08 02:13:16] "POST /ref-update HTTP/1.1" 200 156 0.008957 10.0.0.41 - - [2025-05-08 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004238 10.0.0.41 - - [2025-05-08 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003931 10.0.0.41 - - [2025-05-08 02:13:16] "POST /ref-update HTTP/1.1" 200 156 0.009581 10.0.0.41 - - [2025-05-08 02:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003866 10.0.0.41 - - [2025-05-08 02:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003867 10.0.0.41 - - [2025-05-08 02:13:17] "POST /ref-update HTTP/1.1" 200 156 0.011114 10.0.0.41 - - [2025-05-08 02:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004923 10.0.0.41 - - [2025-05-08 02:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.41 - - [2025-05-08 02:13:17] "POST /ref-update HTTP/1.1" 200 156 0.011374 10.0.0.41 - - [2025-05-08 02:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.41 - - [2025-05-08 02:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003250 10.0.0.41 - - [2025-05-08 02:13:17] "POST /ref-update HTTP/1.1" 200 156 0.007353 10.0.0.41 - - [2025-05-08 02:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002698 10.0.0.41 - - [2025-05-08 02:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002542 10.0.0.41 - - [2025-05-08 02:13:17] "POST /ref-update HTTP/1.1" 200 156 0.008166 10.0.0.41 - - [2025-05-08 02:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002804 10.0.0.41 - - [2025-05-08 02:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.41 - - [2025-05-08 02:13:17] "POST /ref-update HTTP/1.1" 200 156 0.008612 10.0.0.41 - - [2025-05-08 02:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002789 10.0.0.41 - - [2025-05-08 02:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002681 10.0.0.41 - - [2025-05-08 02:13:17] "POST /ref-update HTTP/1.1" 200 156 0.007227 10.0.0.41 - - [2025-05-08 02:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002826 10.0.0.41 - - [2025-05-08 02:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002914 10.0.0.41 - - [2025-05-08 02:13:18] "POST /ref-update HTTP/1.1" 200 156 0.008312 10.0.0.41 - - [2025-05-08 02:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.41 - - [2025-05-08 02:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002894 10.0.0.41 - - [2025-05-08 02:13:18] "POST /ref-update HTTP/1.1" 200 156 0.007534 10.0.0.41 - - [2025-05-08 02:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002760 10.0.0.41 - - [2025-05-08 02:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002658 10.0.0.41 - - [2025-05-08 02:13:18] "POST /ref-update HTTP/1.1" 200 156 0.007414 10.0.0.41 - - [2025-05-08 02:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002807 10.0.0.41 - - [2025-05-08 02:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004005 10.0.0.41 - - [2025-05-08 02:13:18] "POST /ref-update HTTP/1.1" 200 156 0.009578 10.0.0.41 - - [2025-05-08 02:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003761 10.0.0.41 - - [2025-05-08 02:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003894 10.0.0.41 - - [2025-05-08 02:13:18] "POST /ref-update HTTP/1.1" 200 156 0.008898 10.0.0.41 - - [2025-05-08 02:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.41 - - [2025-05-08 02:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.41 - - [2025-05-08 02:13:18] "POST /ref-update HTTP/1.1" 200 156 0.007158 10.0.0.41 - - [2025-05-08 02:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003966 10.0.0.41 - - [2025-05-08 02:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002625 10.0.0.41 - - [2025-05-08 02:13:18] "POST /ref-update HTTP/1.1" 200 156 0.006914 10.0.0.41 - - [2025-05-08 02:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003112 10.0.0.41 - - [2025-05-08 02:13:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.41 - - [2025-05-08 02:13:19] "POST /ref-update HTTP/1.1" 200 156 0.007231 10.0.0.41 - - [2025-05-08 02:13:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002643 10.0.0.41 - - [2025-05-08 02:13:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002692 10.0.0.41 - - [2025-05-08 02:13:19] "POST /ref-update HTTP/1.1" 200 156 0.007123 10.0.0.41 - - [2025-05-08 02:13:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003519 10.0.0.41 - - [2025-05-08 02:13:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003507 10.0.0.41 - - [2025-05-08 02:13:19] "POST /ref-update HTTP/1.1" 200 156 0.008583 10.0.0.41 - - [2025-05-08 02:13:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002635 10.0.0.41 - - [2025-05-08 02:13:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.41 - - [2025-05-08 02:13:19] "POST /ref-update HTTP/1.1" 200 156 0.007870 10.0.0.41 - - [2025-05-08 02:13:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.41 - - [2025-05-08 02:13:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004296 10.0.0.41 - - [2025-05-08 02:13:19] "POST /ref-update HTTP/1.1" 200 156 0.010025 10.0.0.41 - - [2025-05-08 02:13:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.41 - - [2025-05-08 02:13:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.41 - - [2025-05-08 02:13:19] "POST /ref-update HTTP/1.1" 200 156 0.007631 10.0.0.41 - - [2025-05-08 02:13:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003476 10.0.0.41 - - [2025-05-08 02:13:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.41 - - [2025-05-08 02:13:20] "POST /ref-update HTTP/1.1" 200 156 0.008166 10.0.0.41 - - [2025-05-08 02:13:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.41 - - [2025-05-08 02:13:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002657 10.0.0.41 - - [2025-05-08 02:13:20] "POST /ref-update HTTP/1.1" 200 156 0.007056 10.0.0.41 - - [2025-05-08 02:13:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002863 10.0.0.41 - - [2025-05-08 02:13:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.41 - - [2025-05-08 02:13:20] "POST /ref-update HTTP/1.1" 200 156 0.009777 10.0.0.41 - - [2025-05-08 02:13:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.41 - - [2025-05-08 02:13:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.41 - - [2025-05-08 02:13:20] "POST /ref-update HTTP/1.1" 200 156 0.010742 10.0.0.41 - - [2025-05-08 02:13:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.41 - - [2025-05-08 02:13:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002723 10.0.0.41 - - [2025-05-08 02:13:20] "POST /ref-update HTTP/1.1" 200 156 0.010906 10.0.0.41 - - [2025-05-08 02:13:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.41 - - [2025-05-08 02:13:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002909 10.0.0.41 - - [2025-05-08 02:13:20] "POST /ref-update HTTP/1.1" 200 156 0.008647 10.0.0.41 - - [2025-05-08 02:13:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002809 10.0.0.41 - - [2025-05-08 02:13:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002696 10.0.0.41 - - [2025-05-08 02:13:20] "POST /ref-update HTTP/1.1" 200 156 0.009306 10.0.0.41 - - [2025-05-08 02:13:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.41 - - [2025-05-08 02:13:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002762 10.0.0.41 - - [2025-05-08 02:13:21] "POST /ref-update HTTP/1.1" 200 156 0.009243 10.0.0.41 - - [2025-05-08 02:13:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002739 10.0.0.41 - - [2025-05-08 02:13:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002788 10.0.0.41 - - [2025-05-08 02:13:21] "POST /ref-update HTTP/1.1" 200 156 0.007138 10.0.0.41 - - [2025-05-08 02:13:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002764 10.0.0.41 - - [2025-05-08 02:13:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002885 10.0.0.41 - - [2025-05-08 02:13:21] "POST /ref-update HTTP/1.1" 200 156 0.007368 10.0.0.41 - - [2025-05-08 02:13:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002743 10.0.0.41 - - [2025-05-08 02:13:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002685 10.0.0.41 - - [2025-05-08 02:13:21] "POST /ref-update HTTP/1.1" 200 156 0.007291 10.0.0.41 - - [2025-05-08 02:13:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002742 10.0.0.41 - - [2025-05-08 02:13:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002707 10.0.0.41 - - [2025-05-08 02:13:21] "POST /ref-update HTTP/1.1" 200 156 0.008066 10.0.0.41 - - [2025-05-08 02:13:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004031 10.0.0.41 - - [2025-05-08 02:13:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002769 10.0.0.41 - - [2025-05-08 02:13:21] "POST /ref-update HTTP/1.1" 200 156 0.008206 10.0.0.41 - - [2025-05-08 02:13:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.41 - - [2025-05-08 02:13:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002807 10.0.0.41 - - [2025-05-08 02:13:21] "POST /ref-update HTTP/1.1" 200 156 0.007949 10.0.0.41 - - [2025-05-08 02:13:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.41 - - [2025-05-08 02:13:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002679 10.0.0.41 - - [2025-05-08 02:13:22] "POST /ref-update HTTP/1.1" 200 156 0.009479 10.0.0.41 - - [2025-05-08 02:13:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002645 10.0.0.41 - - [2025-05-08 02:13:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002723 10.0.0.41 - - [2025-05-08 02:13:22] "POST /ref-update HTTP/1.1" 200 156 0.006826 10.0.0.41 - - [2025-05-08 02:13:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002737 10.0.0.41 - - [2025-05-08 02:13:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002663 10.0.0.41 - - [2025-05-08 02:13:22] "POST /ref-update HTTP/1.1" 200 156 0.006818 10.0.0.41 - - [2025-05-08 02:13:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002885 10.0.0.41 - - [2025-05-08 02:13:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.41 - - [2025-05-08 02:13:22] "POST /ref-update HTTP/1.1" 200 156 0.007055 10.0.0.41 - - [2025-05-08 02:13:22] "POST /network-ipams HTTP/1.1" 200 550 0.015746 10.0.0.41 - - [2025-05-08 02:13:22] "POST /useragent-kv HTTP/1.1" 200 115 0.001975 10.0.0.41 - - [2025-05-08 02:13:22] "POST /virtual-networks HTTP/1.1" 200 552 0.101044 10.0.0.41 - - [2025-05-08 02:13:22] "POST /route-targets HTTP/1.1" 200 327 0.007929 10.0.0.41 - - [2025-05-08 02:13:22] "POST /ref-update HTTP/1.1" 200 156 0.009860 10.0.0.41 - - [2025-05-08 02:13:22] "GET /physical-routers?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.002001 10.0.0.41 - - [2025-05-08 02:13:22] "POST /fqname-to-id HTTP/1.1" 404 188 0.002943 10.0.0.41 - - [2025-05-08 02:13:22] "POST /fqname-to-id HTTP/1.1" 404 178 0.002697 10.0.0.41 - - [2025-05-08 02:13:22] "GET /fabrics?detail=False&count=False&shared=False HTTP/1.1" 200 312 0.002799 10.0.0.41 - - [2025-05-08 02:13:23] "GET /fabric/218ba2fe-e698-4a9a-9931-f278e473c6f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1116 0.003778 10.0.0.41 - - [2025-05-08 02:13:23] "POST /fqname-to-id HTTP/1.1" 404 198 0.002552 10.0.0.41 - - [2025-05-08 02:13:23] "POST /fqname-to-id HTTP/1.1" 404 205 0.002896 10.0.0.41 - - [2025-05-08 02:13:23] "POST /fqname-to-id HTTP/1.1" 404 207 0.002561 10.0.0.41 - - [2025-05-08 02:13:33] "GET / HTTP/1.1" 200 35931 0.001700 10.0.0.41 - - [2025-05-08 02:13:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000400 10.0.0.41 - - [2025-05-08 02:13:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.021141 10.0.0.41 - - [2025-05-08 02:13:34] "GET /global-system-config/6310a0ce-749b-4180-8184-72bd8ab3bd74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.006155 10.0.0.41 - - [2025-05-08 02:13:34] "POST /fqname-to-id HTTP/1.1" 404 220 0.005995 10.0.0.41 - - [2025-05-08 02:13:34] "POST /database-nodes HTTP/1.1" 200 603 0.030240 10.0.0.41 - - [2025-05-08 02:14:03] "GET / HTTP/1.1" 200 35931 0.001808 10.0.0.41 - - [2025-05-08 02:14:03] "POST /fqname-to-id HTTP/1.1" 401 292 0.000499 10.0.0.41 - - [2025-05-08 02:14:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.022726 10.0.0.41 - - [2025-05-08 02:14:04] "GET /global-system-config/6310a0ce-749b-4180-8184-72bd8ab3bd74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.005502 10.0.0.41 - - [2025-05-08 02:14:04] "POST /fqname-to-id HTTP/1.1" 404 220 0.002549 10.0.0.41 - - [2025-05-08 02:14:04] "POST /analytics-nodes HTTP/1.1" 200 605 0.014547 10.0.0.41 - - [2025-05-08 02:14:09] "GET / HTTP/1.1" 200 35931 0.001736 10.0.0.41 - - [2025-05-08 02:14:16] "GET / HTTP/1.1" 200 35931 0.001652 10.0.0.41 - - [2025-05-08 02:14:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000530 10.0.0.41 - - [2025-05-08 02:14:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.020730 10.0.0.41 - - [2025-05-08 02:14:16] "GET /global-system-config/6310a0ce-749b-4180-8184-72bd8ab3bd74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.005172 10.0.0.41 - - [2025-05-08 02:14:16] "POST /fqname-to-id HTTP/1.1" 404 220 0.002567 10.0.0.41 - - [2025-05-08 02:14:16] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.021189 10.0.0.41 - - [2025-05-08 02:14:24] "GET / HTTP/1.1" 200 35931 0.001706 10.0.0.41 - - [2025-05-08 02:14:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000416 10.0.0.41 - - [2025-05-08 02:14:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.022624 10.0.0.41 - - [2025-05-08 02:14:24] "GET /global-system-config/6310a0ce-749b-4180-8184-72bd8ab3bd74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.006446 10.0.0.41 - - [2025-05-08 02:14:24] "POST /fqname-to-id HTTP/1.1" 404 220 0.002649 10.0.0.41 - - [2025-05-08 02:14:24] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.031291 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.41 - - [2025-05-08 02:14:25] "GET /obj-perms HTTP/1.1" 200 5056 0.340036 10.0.0.41 - - [2025-05-08 02:14:25] "GET /obj-perms HTTP/1.1" 200 5056 0.037116 10.0.0.41 - - [2025-05-08 02:15:25] "GET /obj-perms HTTP/1.1" 200 5056 0.039787 10.0.0.41 - - [2025-05-08 02:15:26] "GET /obj-perms HTTP/1.1" 200 5056 0.053932 10.0.0.41 - - [2025-05-08 02:15:52] "GET / HTTP/1.1" 200 35931 0.001662 10.0.0.41 - - [2025-05-08 02:15:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000378 10.0.0.41 - - [2025-05-08 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.020488 10.0.0.41 - - [2025-05-08 02:15:52] "GET /global-system-config/6310a0ce-749b-4180-8184-72bd8ab3bd74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2627 0.005108 10.0.0.41 - - [2025-05-08 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002816 10.0.0.41 - - [2025-05-08 02:15:52] "GET /routing-instance/4fc971c4-fca6-4ad8-b298-f967fe2bf562?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.003722 10.0.0.41 - - [2025-05-08 02:15:52] "PUT /global-system-config/6310a0ce-749b-4180-8184-72bd8ab3bd74 HTTP/1.1" 200 274 0.008855 10.0.0.41 - - [2025-05-08 02:15:52] "POST /fqname-to-id HTTP/1.1" 404 218 0.002378 10.0.0.41 - - [2025-05-08 02:15:52] "POST /virtual-routers HTTP/1.1" 200 603 0.014753 10.0.0.41 - - [2025-05-08 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002789 10.0.0.41 - - [2025-05-08 02:15:53] "GET /virtual-router/425dbe5c-c3e4-4e26-83f8-d812dd438780?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1255 0.004572 10.0.0.41 - - [2025-05-08 02:15:53] "POST /fqname-to-id HTTP/1.1" 404 231 0.002112 10.0.0.41 - - [2025-05-08 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002496 10.0.0.41 - - [2025-05-08 02:15:53] "GET /virtual-network/347a85a5-914d-45ef-939b-f8a8f681e37e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.004771 10.0.0.41 - - [2025-05-08 02:15:53] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.038930 10.0.0.41 - - [2025-05-08 02:15:53] "PUT /access-control-list/1b821ad1-b6aa-4e0e-98d9-7be4536832a9 HTTP/1.1" 200 272 0.010536 [Introspect:8084]10.0.0.41 - - [2025-05-08 02:16:03] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000853 [Introspect:8084]10.0.0.41 - - [2025-05-08 02:16:03] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000813 [Introspect:8084]10.0.0.41 - - [2025-05-08 02:16:05] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001001 [Introspect:8084]10.0.0.41 - - [2025-05-08 02:16:05] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000867 10.0.0.41 - - [2025-05-08 02:16:26] "GET /obj-perms HTTP/1.1" 200 5056 0.040673 10.0.0.41 - - [2025-05-08 02:16:26] "GET /obj-perms HTTP/1.1" 200 5056 0.046342 10.0.0.41 - - [2025-05-08 02:16:58] "GET /projects?obj_uuids=452a36b1-b543-4182-b99b-96e4728d5795&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002332 10.0.0.41 - - [2025-05-08 02:16:58] "GET /domains?obj_uuids=8acd5d40-dacc-4a92-9ebd-0798e15fb4b7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000929 10.0.0.41 - - [2025-05-08 02:16:58] "GET /domain/8acd5d40-dacc-4a92-9ebd-0798e15fb4b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.048835 10.0.0.41 - - [2025-05-08 02:16:58] "POST /id-to-fqname HTTP/1.1" 200 167 0.002825 10.0.0.41 - - [2025-05-08 02:16:58] "POST /fqname-to-id HTTP/1.1" 404 176 0.002178 10.0.0.41 - - [2025-05-08 02:16:58] "POST /security-groups HTTP/1.1" 200 568 0.066402 10.0.0.41 - - [2025-05-08 02:16:58] "POST /fqname-to-id HTTP/1.1" 404 207 0.002347 10.0.0.41 - - [2025-05-08 02:16:58] "POST /projects HTTP/1.1" 200 539 0.239650 10.0.0.41 - - [2025-05-08 02:16:58] "POST /access-control-lists HTTP/1.1" 200 573 0.057747 10.0.0.41 - - [2025-05-08 02:16:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.313561 10.0.0.41 - - [2025-05-08 02:16:58] "POST /fqname-to-id HTTP/1.1" 404 206 0.003020 10.0.0.41 - - [2025-05-08 02:16:58] "POST /access-control-lists HTTP/1.1" 200 571 0.072981 10.0.0.41 - - [2025-05-08 02:16:58] "POST /neutron/network HTTP/1.1" 200 576 0.574677 10.0.0.41 - - [2025-05-08 02:16:59] "POST /route-targets HTTP/1.1" 200 327 0.008577 10.0.0.41 - - [2025-05-08 02:16:59] "POST /ref-update HTTP/1.1" 200 156 0.009780 10.0.0.41 - - [2025-05-08 02:17:00] "POST /neutron/network HTTP/1.1" 400 186 0.023707 10.0.0.41 - - [2025-05-08 02:17:00] "POST /neutron/network HTTP/1.1" 200 598 0.009119 10.0.0.41 - - [2025-05-08 02:17:00] "POST /useragent-kv HTTP/1.1" 200 115 0.005407 10.0.0.41 - - [2025-05-08 02:17:00] "POST /neutron/subnet HTTP/1.1" 200 732 0.166328 10.0.0.41 - - [2025-05-08 02:17:02] "POST /neutron/network HTTP/1.1" 400 186 0.021465 10.0.0.41 - - [2025-05-08 02:17:02] "POST /neutron/network HTTP/1.1" 200 766 0.007843 10.0.0.41 - - [2025-05-08 02:17:15] "GET /projects?obj_uuids=2f2a39f4-b4c2-4d86-b87e-edfbec5233a6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002325 10.0.0.41 - - [2025-05-08 02:17:15] "GET /domains?obj_uuids=8acd5d40-dacc-4a92-9ebd-0798e15fb4b7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000961 10.0.0.41 - - [2025-05-08 02:17:15] "GET /domain/8acd5d40-dacc-4a92-9ebd-0798e15fb4b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.050635 10.0.0.41 - - [2025-05-08 02:17:15] "POST /id-to-fqname HTTP/1.1" 200 205 0.001106 10.0.0.41 - - [2025-05-08 02:17:15] "POST /fqname-to-id HTTP/1.1" 404 214 0.002121 10.0.0.41 - - [2025-05-08 02:17:15] "POST /security-groups HTTP/1.1" 200 606 0.063715 10.0.0.41 - - [2025-05-08 02:17:15] "POST /fqname-to-id HTTP/1.1" 404 249 0.002198 10.0.0.41 - - [2025-05-08 02:17:15] "POST /projects HTTP/1.1" 200 615 0.206277 10.0.0.41 - - [2025-05-08 02:17:15] "POST /access-control-lists HTTP/1.1" 200 611 0.056657 10.0.0.41 - - [2025-05-08 02:17:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.275805 10.0.0.41 - - [2025-05-08 02:17:15] "POST /fqname-to-id HTTP/1.1" 404 248 0.002118 10.0.0.41 - - [2025-05-08 02:17:15] "POST /neutron/network HTTP/1.1" 200 698 0.484437 10.0.0.41 - - [2025-05-08 02:17:15] "POST /access-control-lists HTTP/1.1" 200 609 0.062448 10.0.0.41 - - [2025-05-08 02:17:15] "GET /projects?obj_uuids=f94168e6-6bd9-4561-a44b-02ac81848300&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001913 10.0.0.41 - - [2025-05-08 02:17:15] "GET /domains?obj_uuids=8acd5d40-dacc-4a92-9ebd-0798e15fb4b7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000887 10.0.0.41 - - [2025-05-08 02:17:15] "GET /domain/8acd5d40-dacc-4a92-9ebd-0798e15fb4b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.048829 10.0.0.41 - - [2025-05-08 02:17:15] "POST /route-targets HTTP/1.1" 200 327 0.015408 10.0.0.41 - - [2025-05-08 02:17:15] "POST /ref-update HTTP/1.1" 200 156 0.009841 10.0.0.41 - - [2025-05-08 02:17:15] "POST /id-to-fqname HTTP/1.1" 200 205 0.001127 10.0.0.41 - - [2025-05-08 02:17:15] "POST /fqname-to-id HTTP/1.1" 404 214 0.002537 10.0.0.41 - - [2025-05-08 02:17:15] "POST /security-groups HTTP/1.1" 200 606 0.059727 10.0.0.41 - - [2025-05-08 02:17:15] "POST /fqname-to-id HTTP/1.1" 404 249 0.002312 10.0.0.41 - - [2025-05-08 02:17:15] "POST /projects HTTP/1.1" 200 615 0.219223 10.0.0.41 - - [2025-05-08 02:17:15] "POST /access-control-lists HTTP/1.1" 200 611 0.061775 10.0.0.41 - - [2025-05-08 02:17:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.300652 10.0.0.41 - - [2025-05-08 02:17:15] "POST /fqname-to-id HTTP/1.1" 404 248 0.002340 10.0.0.41 - - [2025-05-08 02:17:16] "POST /access-control-lists HTTP/1.1" 200 609 0.064679 10.0.0.41 - - [2025-05-08 02:17:16] "POST /neutron/network HTTP/1.1" 200 639 0.563696 10.0.0.41 - - [2025-05-08 02:17:16] "POST /neutron/network HTTP/1.1" 200 687 0.005186 10.0.0.41 - - [2025-05-08 02:17:16] "POST /route-targets HTTP/1.1" 200 327 0.012291 10.0.0.41 - - [2025-05-08 02:17:16] "POST /ref-update HTTP/1.1" 404 171 0.011978 10.0.0.41 - - [2025-05-08 02:17:16] "POST /neutron/network HTTP/1.1" 200 151 0.091822 10.0.0.41 - - [2025-05-08 02:17:16] "GET /projects?obj_uuids=f94168e6-6bd9-4561-a44b-02ac81848300&detail=False&count=False&shared=False HTTP/1.1" 200 364 0.000984 10.0.0.41 - - [2025-05-08 02:17:16] "POST /neutron/network HTTP/1.1" 200 631 0.086368 10.0.0.41 - - [2025-05-08 02:17:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002748 10.0.0.41 - - [2025-05-08 02:17:16] "DELETE /route-target/b683ba32-59c9-49bd-8498-0a4b15a840af HTTP/1.1" 200 115 0.012707 10.0.0.41 - - [2025-05-08 02:17:16] "POST /route-targets HTTP/1.1" 200 327 0.016980 10.0.0.41 - - [2025-05-08 02:17:16] "POST /ref-update HTTP/1.1" 200 156 0.009246 10.0.0.41 - - [2025-05-08 02:17:16] "POST /useragent-kv HTTP/1.1" 200 115 0.005575 10.0.0.41 - - [2025-05-08 02:17:16] "POST /neutron/subnet HTTP/1.1" 200 711 0.242870 10.0.0.41 - - [2025-05-08 02:17:16] "GET /projects?obj_uuids=f94168e6-6bd9-4561-a44b-02ac81848300&detail=False&count=False&shared=False HTTP/1.1" 200 364 0.001066 10.0.0.41 - - [2025-05-08 02:17:16] "POST /neutron/floatingip HTTP/1.1" 200 527 0.082580 10.0.0.41 - - [2025-05-08 02:17:16] "POST /neutron/floatingip HTTP/1.1" 200 501 0.006094 10.0.0.41 - - [2025-05-08 02:17:16] "POST /neutron/network HTTP/1.1" 200 847 0.004360 10.0.0.41 - - [2025-05-08 02:17:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003045 10.0.0.41 - - [2025-05-08 02:17:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003988 10.0.0.41 - - [2025-05-08 02:17:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003028 10.0.0.41 - - [2025-05-08 02:17:16] "POST /neutron/network HTTP/1.1" 200 151 0.115454 10.0.0.41 - - [2025-05-08 02:17:16] "DELETE /route-target/acc26de0-0500-410b-a875-853b37eb3c5f HTTP/1.1" 200 115 0.019211 10.0.0.41 - - [2025-05-08 02:17:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005332 10.0.0.41 - - [2025-05-08 02:17:16] "POST /neutron/subnet HTTP/1.1" 200 1227 0.014945 10.0.0.41 - - [2025-05-08 02:17:16] "POST /neutron/floatingip HTTP/1.1" 400 217 0.002442 10.0.0.41 - - [2025-05-08 02:17:16] "POST /neutron/network HTTP/1.1" 400 207 0.002581 10.0.0.41 - - [2025-05-08 02:17:16] "GET /projects?obj_uuids=f94168e6-6bd9-4561-a44b-02ac81848300&detail=False&count=False&shared=False HTTP/1.1" 200 364 0.001405 10.0.0.41 - - [2025-05-08 02:17:16] "POST /neutron/network HTTP/1.1" 200 639 0.095914 10.0.0.41 - - [2025-05-08 02:17:16] "POST /route-targets HTTP/1.1" 200 327 0.016285 10.0.0.41 - - [2025-05-08 02:17:16] "POST /ref-update HTTP/1.1" 200 156 0.012320 10.0.0.41 - - [2025-05-08 02:17:16] "POST /neutron/network HTTP/1.1" 200 4493 0.019460 10.0.0.41 - - [2025-05-08 02:17:16] "POST /neutron/network HTTP/1.1" 200 687 0.004402 10.0.0.41 - - [2025-05-08 02:17:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002442 10.0.0.41 - - [2025-05-08 02:17:17] "POST /neutron/network HTTP/1.1" 200 151 0.070396 10.0.0.41 - - [2025-05-08 02:17:17] "DELETE /route-target/73bab819-b9f5-453a-aedf-394053d4d5e2 HTTP/1.1" 200 115 0.015498 10.0.0.41 - - [2025-05-08 02:17:17] "GET /projects?obj_uuids=f94168e6-6bd9-4561-a44b-02ac81848300&detail=False&count=False&shared=False HTTP/1.1" 200 364 0.000959 10.0.0.41 - - [2025-05-08 02:17:17] "POST /neutron/network HTTP/1.1" 200 639 0.085027 10.0.0.41 - - [2025-05-08 02:17:17] "POST /route-targets HTTP/1.1" 200 327 0.014758 10.0.0.41 - - [2025-05-08 02:17:17] "POST /neutron/network HTTP/1.1" 200 687 0.004063 10.0.0.41 - - [2025-05-08 02:17:17] "POST /ref-update HTTP/1.1" 200 156 0.014988 10.0.0.41 - - [2025-05-08 02:17:17] "POST /neutron/network HTTP/1.1" 200 746 0.009073 10.0.0.41 - - [2025-05-08 02:17:17] "POST /neutron/network HTTP/1.1" 200 687 0.002620 10.0.0.41 - - [2025-05-08 02:17:17] "POST /neutron/network HTTP/1.1" 200 151 0.073755 10.0.0.41 - - [2025-05-08 02:17:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002751 10.0.0.41 - - [2025-05-08 02:17:17] "GET /projects?obj_uuids=f94168e6-6bd9-4561-a44b-02ac81848300&detail=False&count=False&shared=False HTTP/1.1" 200 364 0.000924 10.0.0.41 - - [2025-05-08 02:17:17] "DELETE /route-target/c3186fcd-d739-470a-af47-a913769f49e4 HTTP/1.1" 200 115 0.016457 10.0.0.41 - - [2025-05-08 02:17:17] "POST /neutron/network HTTP/1.1" 200 638 0.061088 10.0.0.41 - - [2025-05-08 02:17:17] "POST /neutron/network HTTP/1.1" 200 686 0.004088 10.0.0.41 - - [2025-05-08 02:17:17] "POST /route-targets HTTP/1.1" 200 327 0.016866 10.0.0.41 - - [2025-05-08 02:17:17] "POST /ref-update HTTP/1.1" 200 156 0.017923 10.0.0.41 - - [2025-05-08 02:17:17] "POST /neutron/network HTTP/1.1" 200 685 0.065629 10.0.0.41 - - [2025-05-08 02:17:17] "POST /neutron/network HTTP/1.1" 200 685 0.008591 10.0.0.41 - - [2025-05-08 02:17:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002403 10.0.0.41 - - [2025-05-08 02:17:17] "POST /neutron/network HTTP/1.1" 200 151 0.078123 10.0.0.41 - - [2025-05-08 02:17:17] "POST /neutron/subnet HTTP/1.1" 400 209 0.002633 10.0.0.41 - - [2025-05-08 02:17:17] "DELETE /route-target/9b1907b1-604f-4df1-b6a6-720dabb616d1 HTTP/1.1" 200 115 0.016850 10.0.0.41 - - [2025-05-08 02:17:17] "POST /neutron/network HTTP/1.1" 200 746 0.003510 10.0.0.41 - - [2025-05-08 02:17:17] "POST /neutron/network HTTP/1.1" 200 151 0.053855 10.0.0.41 - - [2025-05-08 02:17:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.41 - - [2025-05-08 02:17:17] "DELETE /route-target/11d553d1-a373-4e45-81d4-c7065f889acc HTTP/1.1" 200 115 0.012214 10.0.0.41 - - [2025-05-08 02:17:18] "GET /projects?obj_uuids=2f2a39f4-b4c2-4d86-b87e-edfbec5233a6&detail=False&count=False&shared=False HTTP/1.1" 200 364 0.000970 10.0.0.41 - - [2025-05-08 02:17:18] "POST /neutron/security_group HTTP/1.1" 200 2109 0.045820 10.0.0.41 - - [2025-05-08 02:17:18] "POST /neutron/security_group HTTP/1.1" 200 2099 0.002804 10.0.0.41 - - [2025-05-08 02:17:18] "POST /neutron/security_group HTTP/1.1" 200 151 0.040112 10.0.0.41 - - [2025-05-08 02:17:18] "DELETE /access-control-list/4d9d5abe-dce8-4bfd-8558-a9b80d35df80 HTTP/1.1" 200 115 0.020485 10.0.0.41 - - [2025-05-08 02:17:18] "DELETE /access-control-list/da0f7741-4c23-410b-a811-9bc6c3ec6d0f HTTP/1.1" 200 115 0.019737 10.0.0.41 - - [2025-05-08 02:17:18] "GET /projects?obj_uuids=f94168e6-6bd9-4561-a44b-02ac81848300&detail=False&count=False&shared=False HTTP/1.1" 200 364 0.001046 10.0.0.41 - - [2025-05-08 02:17:18] "POST /neutron/security_group HTTP/1.1" 200 2109 0.027014 10.0.0.41 - - [2025-05-08 02:17:18] "POST /neutron/security_group HTTP/1.1" 200 2099 0.002872 10.0.0.41 - - [2025-05-08 02:17:18] "POST /neutron/security_group HTTP/1.1" 200 151 0.039316 10.0.0.41 - - [2025-05-08 02:17:18] "DELETE /access-control-list/6d127329-30e0-4d4c-bdf4-dc0514781409 HTTP/1.1" 200 115 0.016633 10.0.0.41 - - [2025-05-08 02:17:18] "DELETE /access-control-list/5fcea90d-0b8e-454c-98f9-93ffd3afd2fa HTTP/1.1" 200 115 0.016091 10.0.0.41 - - [2025-05-08 02:17:20] "GET /projects?obj_uuids=7c6d7595-8bd0-44a1-82f6-443ca66bf0f6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001924 10.0.0.41 - - [2025-05-08 02:17:20] "GET /domains?obj_uuids=8acd5d40-dacc-4a92-9ebd-0798e15fb4b7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001557 10.0.0.41 - - [2025-05-08 02:17:20] "GET /domain/8acd5d40-dacc-4a92-9ebd-0798e15fb4b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.048215 10.0.0.41 - - [2025-05-08 02:17:20] "POST /id-to-fqname HTTP/1.1" 200 218 0.001173 10.0.0.41 - - [2025-05-08 02:17:20] "POST /fqname-to-id HTTP/1.1" 404 229 0.003483 10.0.0.41 - - [2025-05-08 02:17:21] "POST /security-groups HTTP/1.1" 200 618 0.075670 10.0.0.41 - - [2025-05-08 02:17:21] "POST /fqname-to-id HTTP/1.1" 404 261 0.006325 10.0.0.41 - - [2025-05-08 02:17:21] "POST /projects HTTP/1.1" 200 639 0.231014 10.0.0.41 - - [2025-05-08 02:17:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.296283 10.0.0.41 - - [2025-05-08 02:17:21] "POST /access-control-lists HTTP/1.1" 200 623 0.077189 10.0.0.41 - - [2025-05-08 02:17:21] "POST /fqname-to-id HTTP/1.1" 404 260 0.003846 10.0.0.41 - - [2025-05-08 02:17:21] "POST /neutron/floatingip HTTP/1.1" 200 528 0.516186 10.0.0.41 - - [2025-05-08 02:17:21] "GET /projects?obj_uuids=7c6d7595-8bd0-44a1-82f6-443ca66bf0f6&detail=False&count=False&shared=False HTTP/1.1" 200 376 0.023480 10.0.0.41 - - [2025-05-08 02:17:21] "POST /access-control-lists HTTP/1.1" 200 621 0.062906 10.0.0.41 - - [2025-05-08 02:17:21] "POST /neutron/port HTTP/1.1" 400 190 0.210830 10.0.0.41 - - [2025-05-08 02:17:21] "POST /neutron/floatingip HTTP/1.1" 200 528 0.004831 10.0.0.41 - - [2025-05-08 02:17:21] "POST /neutron/floatingip HTTP/1.1" 200 115 0.035344 10.0.0.41 - - [2025-05-08 02:17:22] "GET /projects?obj_uuids=77ef53a3-5118-44db-aa71-e834d3d9c227&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002752 10.0.0.41 - - [2025-05-08 02:17:22] "GET /domains?obj_uuids=8acd5d40-dacc-4a92-9ebd-0798e15fb4b7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001043 10.0.0.41 - - [2025-05-08 02:17:22] "GET /domain/8acd5d40-dacc-4a92-9ebd-0798e15fb4b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.070324 10.0.0.41 - - [2025-05-08 02:17:22] "POST /id-to-fqname HTTP/1.1" 200 219 0.002445 10.0.0.41 - - [2025-05-08 02:17:22] "POST /fqname-to-id HTTP/1.1" 404 230 0.003650 10.0.0.41 - - [2025-05-08 02:17:22] "POST /security-groups HTTP/1.1" 200 619 0.059497 10.0.0.41 - - [2025-05-08 02:17:22] "POST /fqname-to-id HTTP/1.1" 404 262 0.023391 10.0.0.41 - - [2025-05-08 02:17:22] "POST /projects HTTP/1.1" 200 641 0.211570 10.0.0.41 - - [2025-05-08 02:17:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.276159 10.0.0.41 - - [2025-05-08 02:17:22] "POST /access-control-lists HTTP/1.1" 200 624 0.057182 10.0.0.41 - - [2025-05-08 02:17:22] "POST /fqname-to-id HTTP/1.1" 404 261 0.006264 10.0.0.41 - - [2025-05-08 02:17:22] "POST /neutron/security_group HTTP/1.1" 200 2122 0.462417 10.0.0.41 - - [2025-05-08 02:17:22] "POST /neutron/security_group HTTP/1.1" 200 2112 0.003308 10.0.0.41 - - [2025-05-08 02:17:22] "POST /access-control-lists HTTP/1.1" 404 229 0.005267 10.0.0.41 - - [2025-05-08 02:17:22] "GET /projects?obj_uuids=f94168e6-6bd9-4561-a44b-02ac81848300&detail=False&count=False&shared=False HTTP/1.1" 200 364 0.000974 10.0.0.41 - - [2025-05-08 02:17:22] "DELETE /project/7c6d75958bd044a182f6443ca66bf0f6 HTTP/1.1" 404 173 0.011147 10.0.0.41 - - [2025-05-08 02:17:22] "DELETE /project/77ef53a3511844dbaa71e834d3d9c227 HTTP/1.1" 404 173 0.008228 10.0.0.41 - - [2025-05-08 02:17:22] "DELETE /project/f94168e66bd94561a44b02ac81848300 HTTP/1.1" 404 173 0.005976 10.0.0.41 - - [2025-05-08 02:17:22] "DELETE /project/452a36b1b5434182b99b96e4728d5795 HTTP/1.1" 404 173 0.007749 10.0.0.41 - - [2025-05-08 02:17:22] "DELETE /project/2f2a39f4b4c24d86b87eedfbec5233a6 HTTP/1.1" 404 173 0.002697 10.0.0.41 - - [2025-05-08 02:17:22] "GET /projects?obj_uuids=2f2a39f4-b4c2-4d86-b87e-edfbec5233a6&detail=False&count=False&shared=False HTTP/1.1" 200 364 0.000919 10.0.0.41 - - [2025-05-08 02:17:22] "DELETE /access-control-list/60c6517c-8331-4141-b5f2-50180e492d0c HTTP/1.1" 200 115 0.112702 10.0.0.41 - - [2025-05-08 02:17:22] "GET /project/f94168e6-6bd9-4561-a44b-02ac81848300?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1539 0.047521 10.0.0.41 - - [2025-05-08 02:17:22] "POST /neutron/security_group HTTP/1.1" 200 151 0.213428 10.0.0.41 - - [2025-05-08 02:17:22] "GET /projects?obj_uuids=f94168e6-6bd9-4561-a44b-02ac81848300&detail=False&count=False&shared=False HTTP/1.1" 200 364 0.000963 10.0.0.41 - - [2025-05-08 02:17:22] "GET /project/f94168e6-6bd9-4561-a44b-02ac81848300?fields=security_groups HTTP/1.1" 200 1143 0.022534 10.0.0.41 - - [2025-05-08 02:17:22] "GET /project/2f2a39f4-b4c2-4d86-b87e-edfbec5233a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1538 0.076151 10.0.0.41 - - [2025-05-08 02:17:22] "GET /projects?obj_uuids=2f2a39f4-b4c2-4d86-b87e-edfbec5233a6&detail=False&count=False&shared=False HTTP/1.1" 200 364 0.001024 10.0.0.41 - - [2025-05-08 02:17:22] "GET /projects?obj_uuids=f94168e6-6bd9-4561-a44b-02ac81848300&detail=False&count=False&shared=False HTTP/1.1" 200 364 0.001019 10.0.0.41 - - [2025-05-08 02:17:22] "GET /projects?obj_uuids=7c6d7595-8bd0-44a1-82f6-443ca66bf0f6&detail=False&count=False&shared=False HTTP/1.1" 200 376 0.000901 10.0.0.41 - - [2025-05-08 02:17:22] "GET /project/f94168e6-6bd9-4561-a44b-02ac81848300?fields=application_policy_sets HTTP/1.1" 200 1458 0.052496 10.0.0.41 - - [2025-05-08 02:17:22] "POST /neutron/security_group HTTP/1.1" 200 2121 0.066777 10.0.0.41 - - [2025-05-08 02:17:22] "GET /project/2f2a39f4-b4c2-4d86-b87e-edfbec5233a6?fields=security_groups HTTP/1.1" 200 1142 0.103312 10.0.0.41 - - [2025-05-08 02:17:22] "POST /neutron/security_group HTTP/1.1" 200 2111 0.007767 10.0.0.41 - - [2025-05-08 02:17:22] "GET /projects?obj_uuids=2f2a39f4-b4c2-4d86-b87e-edfbec5233a6&detail=False&count=False&shared=False HTTP/1.1" 200 364 0.001037 10.0.0.41 - - [2025-05-08 02:17:22] "DELETE /access-control-list/46fe1fa5-5586-494c-a375-2889d5842130 HTTP/1.1" 200 115 0.042597 10.0.0.41 - - [2025-05-08 02:17:22] "POST /neutron/security_group HTTP/1.1" 200 151 0.088986 10.0.0.41 - - [2025-05-08 02:17:22] "GET /project/2f2a39f4-b4c2-4d86-b87e-edfbec5233a6?fields=application_policy_sets HTTP/1.1" 200 1457 0.053043 10.0.0.41 - - [2025-05-08 02:17:22] "DELETE /access-control-list/cbb1f4a5-4e35-4583-aab1-c52ecdf143e2 HTTP/1.1" 200 115 0.030463 10.0.0.41 - - [2025-05-08 02:17:22] "DELETE /project/f94168e6-6bd9-4561-a44b-02ac81848300 HTTP/1.1" 200 115 0.337666 10.0.0.41 - - [2025-05-08 02:17:23] "DELETE /project/2f2a39f4-b4c2-4d86-b87e-edfbec5233a6 HTTP/1.1" 200 115 0.401067 10.0.0.41 - - [2025-05-08 02:17:26] "GET /projects?obj_uuids=e10b17c9-e6f4-4154-9804-160ed102aec0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001827 10.0.0.41 - - [2025-05-08 02:17:26] "GET /domains?obj_uuids=8acd5d40-dacc-4a92-9ebd-0798e15fb4b7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000978 10.0.0.41 - - [2025-05-08 02:17:26] "GET /domain/8acd5d40-dacc-4a92-9ebd-0798e15fb4b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.046406 10.0.0.41 - - [2025-05-08 02:17:26] "POST /id-to-fqname HTTP/1.1" 200 203 0.001119 10.0.0.41 - - [2025-05-08 02:17:26] "POST /fqname-to-id HTTP/1.1" 404 212 0.002724 10.0.0.41 - - [2025-05-08 02:17:26] "POST /security-groups HTTP/1.1" 200 604 0.072547 10.0.0.41 - - [2025-05-08 02:17:26] "POST /fqname-to-id HTTP/1.1" 404 247 0.002428 10.0.0.41 - - [2025-05-08 02:17:26] "POST /projects HTTP/1.1" 200 611 0.215717 10.0.0.41 - - [2025-05-08 02:17:26] "POST /access-control-lists HTTP/1.1" 200 609 0.058486 10.0.0.41 - - [2025-05-08 02:17:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.282485 10.0.0.41 - - [2025-05-08 02:17:26] "POST /fqname-to-id HTTP/1.1" 404 246 0.002892 10.0.0.41 - - [2025-05-08 02:17:26] "POST /neutron/floatingip HTTP/1.1" 200 528 0.497992 10.0.0.41 - - [2025-05-08 02:17:26] "GET /projects?obj_uuids=e10b17c9-e6f4-4154-9804-160ed102aec0&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001084 10.0.0.41 - - [2025-05-08 02:17:26] "POST /access-control-lists HTTP/1.1" 200 607 0.085046 10.0.0.41 - - [2025-05-08 02:17:26] "POST /neutron/network HTTP/1.1" 200 692 0.114892 10.0.0.41 - - [2025-05-08 02:17:26] "POST /route-targets HTTP/1.1" 200 327 0.010696 10.0.0.41 - - [2025-05-08 02:17:26] "POST /ref-update HTTP/1.1" 200 156 0.010025 10.0.0.41 - - [2025-05-08 02:17:26] "POST /useragent-kv HTTP/1.1" 200 115 0.004363 10.0.0.41 - - [2025-05-08 02:17:26] "POST /neutron/subnet HTTP/1.1" 200 710 0.160306 10.0.0.41 - - [2025-05-08 02:17:26] "GET /projects?obj_uuids=e10b17c9-e6f4-4154-9804-160ed102aec0&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001010 10.0.0.41 - - [2025-05-08 02:17:27] "POST /route-targets HTTP/1.1" 200 327 0.009851 10.0.0.41 - - [2025-05-08 02:17:27] "POST /neutron/router HTTP/1.1" 200 719 0.117171 10.0.0.41 - - [2025-05-08 02:17:27] "GET /logical-router/17d8dcdd-0ba1-4fa1-9706-e5deb628380e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1521 0.005871 10.0.0.41 - - [2025-05-08 02:17:27] "POST /neutron/router HTTP/1.1" 200 719 0.005391 10.0.0.41 - - [2025-05-08 02:17:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003665 10.0.0.41 - - [2025-05-08 02:17:27] "PUT /logical-router/17d8dcdd-0ba1-4fa1-9706-e5deb628380e HTTP/1.1" 200 262 0.031240 10.0.0.41 - - [2025-05-08 02:17:27] "GET /projects?obj_uuids=e10b17c9-e6f4-4154-9804-160ed102aec0&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001048 10.0.0.41 - - [2025-05-08 02:17:27] "GET /service-template/c8b0f180-869e-4e1f-8967-c80199ed92d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1691 0.022195 10.0.0.41 - - [2025-05-08 02:17:27] "POST /fqname-to-id HTTP/1.1" 404 228 0.002939 10.0.0.41 - - [2025-05-08 02:17:27] "GET /obj-perms HTTP/1.1" 200 5056 0.062324 10.0.0.41 - - [2025-05-08 02:17:27] "POST /neutron/router HTTP/1.1" 200 344 0.255221 10.0.0.41 - - [2025-05-08 02:17:27] "POST /useragent-kv HTTP/1.1" 200 115 0.011461 10.0.0.41 - - [2025-05-08 02:17:27] "GET /projects?obj_uuids=e10b17c9-e6f4-4154-9804-160ed102aec0&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000902 10.0.0.41 - - [2025-05-08 02:17:27] "POST /virtual-networks HTTP/1.1" 200 704 0.131431 10.0.0.41 - - [2025-05-08 02:17:27] "POST /ref-update HTTP/1.1" 200 156 0.017253 10.0.0.41 - - [2025-05-08 02:17:27] "POST /route-targets HTTP/1.1" 200 327 0.020014 10.0.0.41 - - [2025-05-08 02:17:27] "POST /ref-update HTTP/1.1" 200 156 0.020966 10.0.0.41 - - [2025-05-08 02:17:27] "POST /service-instances HTTP/1.1" 200 680 0.122703 10.0.0.41 - - [2025-05-08 02:17:27] "POST /neutron/port HTTP/1.1" 200 1042 0.276474 10.0.0.41 - - [2025-05-08 02:17:27] "POST /route-tables HTTP/1.1" 200 592 0.040823 10.0.0.41 - - [2025-05-08 02:17:27] "PUT /logical-router/17d8dcdd-0ba1-4fa1-9706-e5deb628380e HTTP/1.1" 200 262 0.017287 10.0.0.41 - - [2025-05-08 02:17:27] "GET /projects?obj_uuids=e10b17c9-e6f4-4154-9804-160ed102aec0&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001126 10.0.0.41 - - [2025-05-08 02:17:27] "GET /obj-perms HTTP/1.1" 200 5056 0.066050 10.0.0.41 - - [2025-05-08 02:17:27] "POST /ref-update HTTP/1.1" 200 156 0.027855 10.0.0.41 - - [2025-05-08 02:17:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002237 10.0.0.41 - - [2025-05-08 02:17:27] "POST /neutron/floatingip HTTP/1.1" 200 606 0.168127 10.0.0.41 - - [2025-05-08 02:17:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002428 10.0.0.41 - - [2025-05-08 02:17:27] "POST /neutron/floatingip HTTP/1.1" 200 606 0.009633 10.0.0.41 - - [2025-05-08 02:17:27] "POST /neutron/floatingip HTTP/1.1" 200 965 0.012018 10.0.0.41 - - [2025-05-08 02:17:27] "POST /neutron/floatingip HTTP/1.1" 200 606 0.012824 10.0.0.41 - - [2025-05-08 02:17:27] "POST /virtual-machines HTTP/1.1" 200 573 0.013921 10.0.0.41 - - [2025-05-08 02:17:27] "POST /neutron/floatingip HTTP/1.1" 200 115 0.040032 10.0.0.41 - - [2025-05-08 02:17:27] "POST /neutron/port HTTP/1.1" 200 1042 0.012616 10.0.0.41 - - [2025-05-08 02:17:28] "POST /virtual-machine-interfaces HTTP/1.1" 200 842 0.117872 10.0.0.41 - - [2025-05-08 02:17:28] "POST /neutron/port HTTP/1.1" 200 151 0.154269 10.0.0.41 - - [2025-05-08 02:17:28] "POST /chown HTTP/1.1" 200 109 0.006998 10.0.0.41 - - [2025-05-08 02:17:28] "POST /neutron/port HTTP/1.1" 200 1048 0.023585 10.0.0.41 - - [2025-05-08 02:17:28] "POST /neutron/router HTTP/1.1" 200 719 0.003471 10.0.0.41 - - [2025-05-08 02:17:28] "POST /instance-ips HTTP/1.1" 200 571 0.023827 10.0.0.41 - - [2025-05-08 02:17:28] "POST /ref-update HTTP/1.1" 200 156 0.011207 10.0.0.41 - - [2025-05-08 02:17:28] "POST /instance-ips HTTP/1.1" 400 213 0.013114 10.0.0.41 - - [2025-05-08 02:17:28] "POST /neutron/router HTTP/1.1" 200 344 0.122977 10.0.0.41 - - [2025-05-08 02:17:28] "POST /neutron/router HTTP/1.1" 200 719 0.004364 10.0.0.41 - - [2025-05-08 02:17:28] "POST /chown HTTP/1.1" 200 109 0.010191 10.0.0.41 - - [2025-05-08 02:17:28] "POST /neutron/router HTTP/1.1" 200 151 0.057700 10.0.0.41 - - [2025-05-08 02:17:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.006005 10.0.0.41 - - [2025-05-08 02:17:28] "PUT /virtual-machine-interface/f0b66348-2acb-4dae-b3b5-d6dd15ff7e79 HTTP/1.1" 200 284 0.015719 10.0.0.41 - - [2025-05-08 02:17:28] "POST /neutron/subnet HTTP/1.1" 200 710 0.009219 10.0.0.41 - - [2025-05-08 02:17:28] "DELETE /route-target/73b7bea7-2f49-4bc4-b2f6-70c64c2e1362 HTTP/1.1" 200 115 0.024767 10.0.0.41 - - [2025-05-08 02:17:28] "PUT /instance-ip/7c1242be-bb28-48e5-9a6d-2d3157454c47 HTTP/1.1" 200 256 0.019598 10.0.0.41 - - [2025-05-08 02:17:28] "POST /ref-update HTTP/1.1" 200 156 0.010740 10.0.0.41 - - [2025-05-08 02:17:28] "POST /useragent-kv HTTP/1.1" 200 115 0.007190 10.0.0.41 - - [2025-05-08 02:17:28] "POST /useragent-kv HTTP/1.1" 200 115 0.001934 10.0.0.41 - - [2025-05-08 02:17:28] "POST /neutron/subnet HTTP/1.1" 200 151 0.218629 10.0.0.41 - - [2025-05-08 02:17:28] "POST /neutron/network HTTP/1.1" 200 759 0.040447 10.0.0.41 - - [2025-05-08 02:17:28] "POST /virtual-machine-interfaces HTTP/1.1" 200 840 0.139318 10.0.0.41 - - [2025-05-08 02:17:28] "POST /chown HTTP/1.1" 200 109 0.007121 10.0.0.41 - - [2025-05-08 02:17:28] "POST /neutron/network HTTP/1.1" 200 151 0.092548 10.0.0.41 - - [2025-05-08 02:17:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002792 10.0.0.41 - - [2025-05-08 02:17:28] "POST /neutron/floatingip HTTP/1.1" 200 528 0.006179 10.0.0.41 - - [2025-05-08 02:17:28] "DELETE /route-target/29f4c3fe-0824-4f44-a558-c924469f06e8 HTTP/1.1" 200 115 0.023082 10.0.0.41 - - [2025-05-08 02:17:28] "POST /instance-ips HTTP/1.1" 200 569 0.041635 10.0.0.41 - - [2025-05-08 02:17:28] "POST /neutron/floatingip HTTP/1.1" 200 115 0.053288 10.0.0.41 - - [2025-05-08 02:17:28] "POST /instance-ips HTTP/1.1" 400 326 0.018390 10.0.0.41 - - [2025-05-08 02:17:28] "POST /chown HTTP/1.1" 200 109 0.007123 10.0.0.41 - - [2025-05-08 02:17:28] "PUT /virtual-machine-interface/d35a45bc-5a39-409d-ac0c-14918c6e53a1 HTTP/1.1" 200 284 0.009169 10.0.0.41 - - [2025-05-08 02:17:29] "PUT /instance-ip/bc7138d6-e553-4d2b-ace2-f959416d2d52 HTTP/1.1" 200 256 0.011065 10.0.0.41 - - [2025-05-08 02:17:29] "POST /ref-update HTTP/1.1" 200 156 0.009996 10.0.0.41 - - [2025-05-08 02:17:29] "POST /ref-update HTTP/1.1" 200 156 0.007694 10.0.0.41 - - [2025-05-08 02:17:29] "POST /virtual-machines HTTP/1.1" 200 573 0.010195 10.0.0.41 - - [2025-05-08 02:17:29] "POST /virtual-machine-interfaces HTTP/1.1" 200 842 0.081333 10.0.0.41 - - [2025-05-08 02:17:29] "POST /chown HTTP/1.1" 200 109 0.006782 10.0.0.41 - - [2025-05-08 02:17:29] "GET /projects?obj_uuids=e10b17c9-e6f4-4154-9804-160ed102aec0&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001039 10.0.0.41 - - [2025-05-08 02:17:29] "POST /instance-ips HTTP/1.1" 400 213 0.016710 10.0.0.41 - - [2025-05-08 02:17:29] "POST /neutron/security_group HTTP/1.1" 200 2107 0.050666 10.0.0.41 - - [2025-05-08 02:17:29] "POST /neutron/security_group HTTP/1.1" 200 2097 0.003308 10.0.0.41 - - [2025-05-08 02:17:29] "POST /neutron/security_group HTTP/1.1" 400 206 0.009783 10.0.0.41 - - [2025-05-08 02:17:29] "POST /chown HTTP/1.1" 200 109 0.006306 10.0.0.41 - - [2025-05-08 02:17:29] "PUT /virtual-machine-interface/7d6e8698-224f-43de-8369-baea0a54d410 HTTP/1.1" 200 284 0.009660 10.0.0.41 - - [2025-05-08 02:17:29] "PUT /instance-ip/7c1242be-bb28-48e5-9a6d-2d3157454c47 HTTP/1.1" 200 256 0.012677 10.0.0.41 - - [2025-05-08 02:17:29] "POST /ref-update HTTP/1.1" 200 156 0.011621 10.0.0.41 - - [2025-05-08 02:17:29] "POST /ref-update HTTP/1.1" 200 156 0.010165 10.0.0.41 - - [2025-05-08 02:17:29] "POST /virtual-machine-interfaces HTTP/1.1" 200 840 0.084601 10.0.0.41 - - [2025-05-08 02:17:29] "POST /chown HTTP/1.1" 200 109 0.007683 10.0.0.41 - - [2025-05-08 02:17:29] "POST /instance-ips HTTP/1.1" 400 326 0.013331 10.0.0.41 - - [2025-05-08 02:17:30] "POST /chown HTTP/1.1" 200 109 0.007376 10.0.0.41 - - [2025-05-08 02:17:30] "PUT /virtual-machine-interface/65b818a0-c4a6-4b9d-9f4a-c68101da7feb HTTP/1.1" 200 284 0.010368 10.0.0.41 - - [2025-05-08 02:17:30] "PUT /instance-ip/bc7138d6-e553-4d2b-ace2-f959416d2d52 HTTP/1.1" 200 256 0.011449 10.0.0.41 - - [2025-05-08 02:17:30] "POST /ref-update HTTP/1.1" 200 156 0.010677 10.0.0.41 - - [2025-05-08 02:17:30] "POST /ref-update HTTP/1.1" 200 156 0.010952 10.0.0.41 - - [2025-05-08 02:17:30] "GET /logical-router/17d8dcdd-0ba1-4fa1-9706-e5deb628380e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002822 10.0.0.41 - - [2025-05-08 02:17:30] "GET /service-instance/0a93d965-0bb7-4573-b98b-0e52c1fe4025?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2302 0.003918 10.0.0.41 - - [2025-05-08 02:17:30] "DELETE /route-table/346c2750-3d78-46b9-88c0-bb6402070b3b HTTP/1.1" 200 115 0.017253 10.0.0.41 - - [2025-05-08 02:17:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002479 10.0.0.41 - - [2025-05-08 02:17:30] "GET /virtual-network/ffee7bec-285d-42e2-ab23-800aeaf6fa8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2143 0.005014 10.0.0.41 - - [2025-05-08 02:17:30] "POST /ref-update HTTP/1.1" 200 156 0.008864 10.0.0.41 - - [2025-05-08 02:17:30] "POST /ref-update HTTP/1.1" 200 156 0.010065 10.0.0.41 - - [2025-05-08 02:17:30] "DELETE /instance-ip/bc7138d6-e553-4d2b-ace2-f959416d2d52 HTTP/1.1" 200 115 0.027101 10.0.0.41 - - [2025-05-08 02:17:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005943 10.0.0.41 - - [2025-05-08 02:17:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003289 10.0.0.41 - - [2025-05-08 02:17:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003916 10.0.0.41 - - [2025-05-08 02:17:30] "DELETE /virtual-network/ffee7bec-285d-42e2-ab23-800aeaf6fa8b HTTP/1.1" 200 115 0.127005 10.0.0.41 - - [2025-05-08 02:17:30] "DELETE /route-target/b4a5d6c1-d43c-4ab2-a123-da35ae5501d2 HTTP/1.1" 200 115 0.025197 10.0.0.41 - - [2025-05-08 02:17:30] "DELETE /service-instance/0a93d965-0bb7-4573-b98b-0e52c1fe4025 HTTP/1.1" 200 115 0.039269 10.0.0.41 - - [2025-05-08 02:17:30] "GET /virtual-machine-interface/65b818a0-c4a6-4b9d-9f4a-c68101da7feb?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1363 0.005932 10.0.0.41 - - [2025-05-08 02:17:31] "DELETE /virtual-machine-interface/65b818a0-c4a6-4b9d-9f4a-c68101da7feb HTTP/1.1" 200 115 0.040944 10.0.0.41 - - [2025-05-08 02:17:31] "GET /virtual-machine-interface/7d6e8698-224f-43de-8369-baea0a54d410?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1692 0.009162 10.0.0.41 - - [2025-05-08 02:17:31] "POST /ref-update HTTP/1.1" 200 156 0.011385 10.0.0.41 - - [2025-05-08 02:17:31] "GET /instance-ip/7c1242be-bb28-48e5-9a6d-2d3157454c47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.004086 10.0.0.41 - - [2025-05-08 02:17:31] "DELETE /virtual-machine-interface/7d6e8698-224f-43de-8369-baea0a54d410 HTTP/1.1" 200 115 0.033360 10.0.0.41 - - [2025-05-08 02:17:31] "DELETE /virtual-machine/f212fa2e-234a-489e-bb27-4b929d571228 HTTP/1.1" 200 115 0.021101 10.0.0.41 - - [2025-05-08 02:17:31] "GET /virtual-machine-interface/d35a45bc-5a39-409d-ac0c-14918c6e53a1?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1364 0.006876 10.0.0.41 - - [2025-05-08 02:17:31] "DELETE /virtual-machine-interface/d35a45bc-5a39-409d-ac0c-14918c6e53a1 HTTP/1.1" 200 115 0.029022 10.0.0.41 - - [2025-05-08 02:17:31] "GET /virtual-machine-interface/f0b66348-2acb-4dae-b3b5-d6dd15ff7e79?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1694 0.007814 10.0.0.41 - - [2025-05-08 02:17:31] "POST /ref-update HTTP/1.1" 200 156 0.017762 10.0.0.41 - - [2025-05-08 02:17:31] "GET /instance-ip/7c1242be-bb28-48e5-9a6d-2d3157454c47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1691 0.004535 10.0.0.41 - - [2025-05-08 02:17:31] "DELETE /instance-ip/7c1242be-bb28-48e5-9a6d-2d3157454c47 HTTP/1.1" 200 115 0.027103 10.0.0.41 - - [2025-05-08 02:17:31] "DELETE /virtual-machine-interface/f0b66348-2acb-4dae-b3b5-d6dd15ff7e79 HTTP/1.1" 200 115 0.028758 10.0.0.41 - - [2025-05-08 02:17:31] "POST /ref-update HTTP/1.1" 200 156 0.010509 10.0.0.41 - - [2025-05-08 02:17:31] "DELETE /virtual-machine/971c9e70-cf31-400e-b4df-17c60f91b64d HTTP/1.1" 200 115 0.017027 10.0.0.41 - - [2025-05-08 02:17:31] "GET /projects?obj_uuids=bcbf042f-9e7f-48c3-a694-e45f54b9cc70&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002266 10.0.0.41 - - [2025-05-08 02:17:31] "GET /domains?obj_uuids=8acd5d40-dacc-4a92-9ebd-0798e15fb4b7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001319 10.0.0.41 - - [2025-05-08 02:17:31] "GET /domain/8acd5d40-dacc-4a92-9ebd-0798e15fb4b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.049116 10.0.0.41 - - [2025-05-08 02:17:32] "POST /id-to-fqname HTTP/1.1" 200 213 0.001094 10.0.0.41 - - [2025-05-08 02:17:32] "POST /fqname-to-id HTTP/1.1" 404 224 0.002832 10.0.0.41 - - [2025-05-08 02:17:32] "POST /security-groups HTTP/1.1" 200 613 0.060088 10.0.0.41 - - [2025-05-08 02:17:32] "POST /fqname-to-id HTTP/1.1" 404 256 0.002650 10.0.0.41 - - [2025-05-08 02:17:32] "POST /projects HTTP/1.1" 200 629 0.214419 10.0.0.41 - - [2025-05-08 02:17:32] "POST /access-control-lists HTTP/1.1" 200 618 0.057425 10.0.0.41 - - [2025-05-08 02:17:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.281593 10.0.0.41 - - [2025-05-08 02:17:32] "POST /fqname-to-id HTTP/1.1" 404 255 0.003054 10.0.0.41 - - [2025-05-08 02:17:32] "POST /neutron/network HTTP/1.1" 200 719 0.500365 10.0.0.41 - - [2025-05-08 02:17:32] "POST /access-control-lists HTTP/1.1" 200 616 0.071924 10.0.0.41 - - [2025-05-08 02:17:32] "GET /projects?obj_uuids=fade9719-1e49-44c9-95a5-533680ffb25a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002331 10.0.0.41 - - [2025-05-08 02:17:32] "POST /route-targets HTTP/1.1" 200 327 0.014293 10.0.0.41 - - [2025-05-08 02:17:32] "GET /domains?obj_uuids=8acd5d40-dacc-4a92-9ebd-0798e15fb4b7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001301 10.0.0.41 - - [2025-05-08 02:17:32] "POST /ref-update HTTP/1.1" 200 156 0.009677 10.0.0.41 - - [2025-05-08 02:17:32] "GET /domain/8acd5d40-dacc-4a92-9ebd-0798e15fb4b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.047529 10.0.0.41 - - [2025-05-08 02:17:32] "POST /id-to-fqname HTTP/1.1" 200 213 0.001114 10.0.0.41 - - [2025-05-08 02:17:32] "POST /fqname-to-id HTTP/1.1" 404 224 0.002109 10.0.0.41 - - [2025-05-08 02:17:32] "POST /security-groups HTTP/1.1" 200 613 0.062402 10.0.0.41 - - [2025-05-08 02:17:32] "POST /fqname-to-id HTTP/1.1" 404 256 0.002118 10.0.0.41 - - [2025-05-08 02:17:32] "POST /projects HTTP/1.1" 200 629 0.217724 10.0.0.41 - - [2025-05-08 02:17:32] "POST /access-control-lists HTTP/1.1" 200 618 0.057132 10.0.0.41 - - [2025-05-08 02:17:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.284287 10.0.0.41 - - [2025-05-08 02:17:32] "POST /fqname-to-id HTTP/1.1" 404 255 0.002572 10.0.0.41 - - [2025-05-08 02:17:33] "POST /access-control-lists HTTP/1.1" 200 616 0.101675 10.0.0.41 - - [2025-05-08 02:17:33] "POST /neutron/port HTTP/1.1" 200 1031 0.596381 10.0.0.41 - - [2025-05-08 02:17:33] "POST /neutron/port HTTP/1.1" 200 1031 0.004360 10.0.0.41 - - [2025-05-08 02:17:33] "POST /neutron/port HTTP/1.1" 200 151 0.030555 10.0.0.41 - - [2025-05-08 02:17:33] "POST /neutron/port HTTP/1.1" 400 205 0.003598 10.0.0.41 - - [2025-05-08 02:17:33] "GET /projects?obj_uuids=fade9719-1e49-44c9-95a5-533680ffb25a&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.001049 10.0.0.41 - - [2025-05-08 02:17:33] "POST /neutron/port HTTP/1.1" 200 986 0.105783 10.0.0.41 - - [2025-05-08 02:17:33] "POST /neutron/port HTTP/1.1" 200 986 0.004492 10.0.0.41 - - [2025-05-08 02:17:33] "POST /neutron/port HTTP/1.1" 200 986 0.004493 10.0.0.41 - - [2025-05-08 02:17:33] "POST /neutron/port HTTP/1.1" 200 1029 0.024581 10.0.0.41 - - [2025-05-08 02:17:33] "POST /neutron/port HTTP/1.1" 200 1712 0.015903 10.0.0.41 - - [2025-05-08 02:17:33] "POST /neutron/port HTTP/1.1" 200 1029 0.004339 10.0.0.41 - - [2025-05-08 02:17:33] "POST /neutron/port HTTP/1.1" 200 151 0.028280 10.0.0.41 - - [2025-05-08 02:17:33] "POST /neutron/port HTTP/1.1" 400 205 0.002515 10.0.0.41 - - [2025-05-08 02:17:33] "GET /projects?obj_uuids=fade9719-1e49-44c9-95a5-533680ffb25a&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.000959 10.0.0.41 - - [2025-05-08 02:17:33] "POST /neutron/port HTTP/1.1" 200 988 0.113837 10.0.0.41 - - [2025-05-08 02:17:33] "POST /neutron/port HTTP/1.1" 200 988 0.004417 10.0.0.41 - - [2025-05-08 02:17:33] "POST /neutron/port HTTP/1.1" 200 988 0.004294 10.0.0.41 - - [2025-05-08 02:17:33] "POST /neutron/port HTTP/1.1" 200 151 0.029324 10.0.0.41 - - [2025-05-08 02:17:33] "POST /neutron/port HTTP/1.1" 400 205 0.002612 10.0.0.41 - - [2025-05-08 02:17:33] "GET /projects?obj_uuids=fade9719-1e49-44c9-95a5-533680ffb25a&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.000980 10.0.0.41 - - [2025-05-08 02:17:33] "POST /neutron/port HTTP/1.1" 200 986 0.100761 10.0.0.41 - - [2025-05-08 02:17:33] "POST /neutron/port HTTP/1.1" 200 986 0.005247 10.0.0.41 - - [2025-05-08 02:17:33] "POST /neutron/port HTTP/1.1" 200 986 0.005495 10.0.0.41 - - [2025-05-08 02:17:33] "POST /neutron/port HTTP/1.1" 200 1029 0.026844 10.0.0.41 - - [2025-05-08 02:17:33] "POST /neutron/port HTTP/1.1" 200 1029 0.004978 10.0.0.41 - - [2025-05-08 02:17:33] "POST /neutron/port HTTP/1.1" 200 151 0.029797 10.0.0.41 - - [2025-05-08 02:17:33] "POST /neutron/port HTTP/1.1" 400 205 0.002961 10.0.0.41 - - [2025-05-08 02:17:33] "POST /neutron/network HTTP/1.1" 200 767 0.003226 10.0.0.41 - - [2025-05-08 02:17:33] "POST /neutron/network HTTP/1.1" 200 151 0.045341 10.0.0.41 - - [2025-05-08 02:17:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002245 10.0.0.41 - - [2025-05-08 02:17:33] "DELETE /route-target/e06142f1-25c6-486a-b976-773ab53e339b HTTP/1.1" 200 115 0.012576 10.0.0.41 - - [2025-05-08 02:17:34] "GET /projects?obj_uuids=bcbf042f-9e7f-48c3-a694-e45f54b9cc70&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.001026 10.0.0.41 - - [2025-05-08 02:17:34] "POST /neutron/security_group HTTP/1.1" 200 2116 0.048419 10.0.0.41 - - [2025-05-08 02:17:34] "POST /neutron/security_group HTTP/1.1" 200 2106 0.003180 10.0.0.41 - - [2025-05-08 02:17:34] "POST /neutron/security_group HTTP/1.1" 200 151 0.041927 10.0.0.41 - - [2025-05-08 02:17:34] "DELETE /access-control-list/b3f2ea40-196f-4a47-bb89-98e2cc820907 HTTP/1.1" 200 115 0.024405 10.0.0.41 - - [2025-05-08 02:17:34] "DELETE /access-control-list/c8eb8ab2-f6ad-4e27-a1e7-85d808d2e142 HTTP/1.1" 200 115 0.015515 10.0.0.41 - - [2025-05-08 02:17:34] "GET /projects?obj_uuids=fade9719-1e49-44c9-95a5-533680ffb25a&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.001103 10.0.0.41 - - [2025-05-08 02:17:34] "POST /neutron/security_group HTTP/1.1" 200 2116 0.033361 10.0.0.41 - - [2025-05-08 02:17:34] "POST /neutron/security_group HTTP/1.1" 200 2106 0.003355 10.0.0.41 - - [2025-05-08 02:17:34] "POST /neutron/security_group HTTP/1.1" 200 151 0.047533 10.0.0.41 - - [2025-05-08 02:17:34] "DELETE /access-control-list/2a06d016-755e-490a-8189-25486d8ab875 HTTP/1.1" 200 115 0.027844 10.0.0.41 - - [2025-05-08 02:17:34] "DELETE /access-control-list/dfac61ee-411f-475b-9278-da523f0ce546 HTTP/1.1" 200 115 0.024687 10.0.0.41 - - [2025-05-08 02:17:36] "GET /global-system-configs HTTP/1.1" 200 322 0.147383 10.0.0.41 - - [2025-05-08 02:17:37] "GET /obj-perms HTTP/1.1" 200 5056 0.191611 10.0.0.41 - - [2025-05-08 02:17:37] "GET /global-system-configs HTTP/1.1" 200 322 0.002376 10.0.0.41 - - [2025-05-08 02:17:37] "GET /obj-perms HTTP/1.1" 200 5056 0.062993 10.0.0.41 - - [2025-05-08 02:17:37] "GET /projects?obj_uuids=82e0e534-c735-4989-b39a-28f949a49904&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002435 10.0.0.41 - - [2025-05-08 02:17:37] "GET /domains?obj_uuids=8acd5d40-dacc-4a92-9ebd-0798e15fb4b7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000940 10.0.0.41 - - [2025-05-08 02:17:37] "GET /domain/8acd5d40-dacc-4a92-9ebd-0798e15fb4b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.047639 10.0.0.41 - - [2025-05-08 02:17:37] "POST /id-to-fqname HTTP/1.1" 200 192 0.003115 10.0.0.41 - - [2025-05-08 02:17:37] "POST /fqname-to-id HTTP/1.1" 404 201 0.002250 10.0.0.41 - - [2025-05-08 02:17:37] "POST /security-groups HTTP/1.1" 200 593 0.059705 10.0.0.41 - - [2025-05-08 02:17:37] "POST /fqname-to-id HTTP/1.1" 404 236 0.002975 10.0.0.41 - - [2025-05-08 02:17:37] "POST /projects HTTP/1.1" 200 589 0.210771 10.0.0.41 - - [2025-05-08 02:17:37] "POST /access-control-lists HTTP/1.1" 200 598 0.056353 10.0.0.41 - - [2025-05-08 02:17:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.279943 10.0.0.41 - - [2025-05-08 02:17:37] "POST /fqname-to-id HTTP/1.1" 404 235 0.003139 10.0.0.41 - - [2025-05-08 02:17:37] "POST /neutron/router HTTP/1.1" 200 592 0.453826 10.0.0.41 - - [2025-05-08 02:17:37] "POST /neutron/router HTTP/1.1" 200 592 0.041457 10.0.0.41 - - [2025-05-08 02:17:37] "POST /access-control-lists HTTP/1.1" 200 596 0.056482 10.0.0.41 - - [2025-05-08 02:17:37] "GET /logical-router/5eef10ff-6c9d-4f4a-9429-0689e2ee0def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002187 10.0.0.41 - - [2025-05-08 02:17:37] "POST /neutron/router HTTP/1.1" 200 151 0.041791 10.0.0.41 - - [2025-05-08 02:17:37] "GET /projects?obj_uuids=0d0b6594-796a-401c-a16b-5374ccb1a08e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002255 10.0.0.41 - - [2025-05-08 02:17:37] "GET /domains?obj_uuids=8acd5d40-dacc-4a92-9ebd-0798e15fb4b7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000943 10.0.0.41 - - [2025-05-08 02:17:37] "GET /domain/8acd5d40-dacc-4a92-9ebd-0798e15fb4b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.048481 10.0.0.41 - - [2025-05-08 02:17:38] "POST /id-to-fqname HTTP/1.1" 200 196 0.001198 10.0.0.41 - - [2025-05-08 02:17:38] "POST /fqname-to-id HTTP/1.1" 404 205 0.006184 10.0.0.41 - - [2025-05-08 02:17:38] "POST /security-groups HTTP/1.1" 200 597 0.063385 10.0.0.41 - - [2025-05-08 02:17:38] "POST /fqname-to-id HTTP/1.1" 404 240 0.004644 10.0.0.41 - - [2025-05-08 02:17:38] "POST /projects HTTP/1.1" 200 597 0.210308 10.0.0.41 - - [2025-05-08 02:17:38] "POST /access-control-lists HTTP/1.1" 200 602 0.058782 10.0.0.41 - - [2025-05-08 02:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.284424 10.0.0.41 - - [2025-05-08 02:17:38] "POST /fqname-to-id HTTP/1.1" 404 239 0.002377 10.0.0.41 - - [2025-05-08 02:17:38] "POST /neutron/router HTTP/1.1" 200 698 0.498736 10.0.0.41 - - [2025-05-08 02:17:38] "GET /logical-router/2d4df1ee-6ade-4f9a-a4e5-fb417542407d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.007431 10.0.0.41 - - [2025-05-08 02:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002231 10.0.0.41 - - [2025-05-08 02:17:38] "POST /neutron/router HTTP/1.1" 200 698 0.042714 10.0.0.41 - - [2025-05-08 02:17:38] "POST /access-control-lists HTTP/1.1" 200 600 0.072722 10.0.0.41 - - [2025-05-08 02:17:38] "GET /service-template/c8b0f180-869e-4e1f-8967-c80199ed92d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1691 0.002615 10.0.0.41 - - [2025-05-08 02:17:38] "POST /neutron/port HTTP/1.1" 200 117 0.003994 10.0.0.41 - - [2025-05-08 02:17:38] "POST /neutron/router HTTP/1.1" 200 698 0.002481 10.0.0.41 - - [2025-05-08 02:17:38] "POST /neutron/router HTTP/1.1" 200 151 0.033076 10.0.0.41 - - [2025-05-08 02:17:38] "POST /route-targets HTTP/1.1" 200 327 0.009153 10.0.0.41 - - [2025-05-08 02:17:38] "GET /projects?obj_uuids=0d0b6594-796a-401c-a16b-5374ccb1a08e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000973 10.0.0.41 - - [2025-05-08 02:17:38] "POST /fqname-to-id HTTP/1.1" 404 218 0.002703 10.0.0.41 - - [2025-05-08 02:17:38] "PUT /logical-router/2d4df1ee-6ade-4f9a-a4e5-fb417542407d HTTP/1.1" 404 171 0.003545 10.0.0.41 - - [2025-05-08 02:17:38] "POST /neutron/router HTTP/1.1" 200 700 0.058530 10.0.0.41 - - [2025-05-08 02:17:38] "POST /neutron/router HTTP/1.1" 200 700 0.003845 10.0.0.41 - - [2025-05-08 02:17:38] "POST /neutron/router HTTP/1.1" 200 629 0.019282 10.0.0.41 - - [2025-05-08 02:17:38] "POST /neutron/router HTTP/1.1" 200 629 0.002801 10.0.0.41 - - [2025-05-08 02:17:38] "POST /neutron/port HTTP/1.1" 200 117 0.040015 10.0.0.41 - - [2025-05-08 02:17:38] "POST /route-targets HTTP/1.1" 200 327 0.051316 10.0.0.41 - - [2025-05-08 02:17:38] "POST /neutron/port HTTP/1.1" 200 117 0.004634 10.0.0.41 - - [2025-05-08 02:17:38] "POST /useragent-kv HTTP/1.1" 200 115 0.005576 10.0.0.41 - - [2025-05-08 02:17:38] "POST /virtual-networks HTTP/1.1" 200 697 0.109345 10.0.0.41 - - [2025-05-08 02:17:38] "POST /neutron/router HTTP/1.1" 200 629 0.003027 10.0.0.41 - - [2025-05-08 02:17:38] "PUT /logical-router/c2e5ee94-ba8f-432c-ba5b-a897633e2fb1 HTTP/1.1" 200 262 0.013279 10.0.0.41 - - [2025-05-08 02:17:38] "POST /neutron/router HTTP/1.1" 200 151 0.036817 10.0.0.41 - - [2025-05-08 02:17:38] "POST /neutron/port HTTP/1.1" 200 117 0.005876 10.0.0.41 - - [2025-05-08 02:17:38] "POST /neutron/router HTTP/1.1" 400 209 0.002340 10.0.0.41 - - [2025-05-08 02:17:38] "POST /neutron/port HTTP/1.1" 200 117 0.038336 10.0.0.41 - - [2025-05-08 02:17:38] "POST /service-instances HTTP/1.1" 200 673 0.066697 10.0.0.41 - - [2025-05-08 02:17:38] "POST /route-targets HTTP/1.1" 200 327 0.021354 10.0.0.41 - - [2025-05-08 02:17:38] "POST /neutron/router HTTP/1.1" 400 209 0.002737 10.0.0.41 - - [2025-05-08 02:17:38] "POST /ref-update HTTP/1.1" 200 156 0.015051 10.0.0.41 - - [2025-05-08 02:17:38] "POST /route-tables HTTP/1.1" 200 585 0.022007 10.0.0.41 - - [2025-05-08 02:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003915 10.0.0.41 - - [2025-05-08 02:17:38] "PUT /logical-router/2d4df1ee-6ade-4f9a-a4e5-fb417542407d HTTP/1.1" 404 171 0.002603 10.0.0.41 - - [2025-05-08 02:17:38] "DELETE /route-target/f208f75a-57d6-4f15-8e78-81508cc9c3ad HTTP/1.1" 200 115 0.027173 10.0.0.41 - - [2025-05-08 02:17:39] "GET /logical-router/2d4df1ee-6ade-4f9a-a4e5-fb417542407d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002282 10.0.0.41 - - [2025-05-08 02:17:39] "DELETE /route-table/07c07668-dc61-4f8e-b598-5329de7c7b56 HTTP/1.1" 200 115 0.018962 10.0.0.41 - - [2025-05-08 02:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002087 10.0.0.41 - - [2025-05-08 02:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002496 10.0.0.41 - - [2025-05-08 02:17:39] "POST /virtual-machines HTTP/1.1" 200 559 0.013366 10.0.0.41 - - [2025-05-08 02:17:39] "POST /virtual-machine-interfaces HTTP/1.1" 200 821 0.094641 10.0.0.41 - - [2025-05-08 02:17:39] "GET /projects?obj_uuids=0e663562-3a25-4ee0-a31c-599596dd87be&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001750 10.0.0.41 - - [2025-05-08 02:17:39] "GET /domains?obj_uuids=8acd5d40-dacc-4a92-9ebd-0798e15fb4b7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000948 10.0.0.41 - - [2025-05-08 02:17:39] "POST /chown HTTP/1.1" 200 109 0.005795 10.0.0.41 - - [2025-05-08 02:17:39] "GET /domain/8acd5d40-dacc-4a92-9ebd-0798e15fb4b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.049519 10.0.0.41 - - [2025-05-08 02:17:39] "POST /instance-ips HTTP/1.1" 200 557 0.014798 10.0.0.41 - - [2025-05-08 02:17:39] "POST /id-to-fqname HTTP/1.1" 200 196 0.001086 10.0.0.41 - - [2025-05-08 02:17:39] "POST /fqname-to-id HTTP/1.1" 404 205 0.008287 10.0.0.41 - - [2025-05-08 02:17:39] "POST /instance-ips HTTP/1.1" 400 213 0.024379 10.0.0.41 - - [2025-05-08 02:17:39] "POST /chown HTTP/1.1" 200 109 0.048459 10.0.0.41 - - [2025-05-08 02:17:39] "POST /security-groups HTTP/1.1" 200 597 0.061216 10.0.0.41 - - [2025-05-08 02:17:39] "POST /fqname-to-id HTTP/1.1" 404 240 0.004087 10.0.0.41 - - [2025-05-08 02:17:39] "POST /projects HTTP/1.1" 200 597 0.201132 10.0.0.41 - - [2025-05-08 02:17:39] "POST /access-control-lists HTTP/1.1" 200 602 0.061779 10.0.0.41 - - [2025-05-08 02:17:39] "PUT /virtual-machine-interface/5ed3adaf-c347-4564-8463-c9939190fbb9 HTTP/1.1" 200 284 0.046051 10.0.0.41 - - [2025-05-08 02:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.279601 10.0.0.41 - - [2025-05-08 02:17:39] "POST /fqname-to-id HTTP/1.1" 404 239 0.002579 10.0.0.41 - - [2025-05-08 02:17:39] "PUT /instance-ip/9558e76a-e86c-492e-ace2-df6df0f24397 HTTP/1.1" 200 256 0.011347 10.0.0.41 - - [2025-05-08 02:17:39] "POST /neutron/security_group HTTP/1.1" 200 2100 0.443377 10.0.0.41 - - [2025-05-08 02:17:39] "POST /neutron/security_group HTTP/1.1" 200 2090 0.003543 10.0.0.41 - - [2025-05-08 02:17:39] "POST /ref-update HTTP/1.1" 200 156 0.055791 10.0.0.41 - - [2025-05-08 02:17:39] "POST /access-control-lists HTTP/1.1" 200 600 0.070066 10.0.0.41 - - [2025-05-08 02:17:39] "POST /neutron/security_group HTTP/1.1" 200 151 0.093829 10.0.0.41 - - [2025-05-08 02:17:39] "GET /projects?obj_uuids=0d0b6594-796a-401c-a16b-5374ccb1a08e&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001016 10.0.0.41 - - [2025-05-08 02:17:39] "POST /virtual-machine-interfaces HTTP/1.1" 200 819 0.085737 10.0.0.41 - - [2025-05-08 02:17:39] "DELETE /access-control-list/6b4b821c-433f-416d-972d-5e930e778cb4 HTTP/1.1" 200 115 0.068555 10.0.0.41 - - [2025-05-08 02:17:39] "POST /neutron/security_group HTTP/1.1" 200 2100 0.052992 10.0.0.41 - - [2025-05-08 02:17:40] "POST /neutron/security_group HTTP/1.1" 200 2090 0.005046 10.0.0.41 - - [2025-05-08 02:17:40] "DELETE /access-control-list/cbf1d686-3fb6-4c12-bc5b-87e08d15c3c6 HTTP/1.1" 200 115 0.027680 10.0.0.41 - - [2025-05-08 02:17:40] "POST /neutron/security_group HTTP/1.1" 400 206 0.017008 10.0.0.41 - - [2025-05-08 02:17:40] "POST /chown HTTP/1.1" 200 109 0.007571 10.0.0.41 - - [2025-05-08 02:17:40] "POST /instance-ips HTTP/1.1" 200 555 0.025823 10.0.0.41 - - [2025-05-08 02:17:40] "POST /instance-ips HTTP/1.1" 400 319 0.011640 10.0.0.41 - - [2025-05-08 02:17:40] "POST /chown HTTP/1.1" 200 109 0.007160 10.0.0.41 - - [2025-05-08 02:17:40] "PUT /virtual-machine-interface/b6c1e2ea-6d87-49ac-aedc-5be956616a71 HTTP/1.1" 200 284 0.009263 10.0.0.41 - - [2025-05-08 02:17:40] "PUT /instance-ip/0b99d236-19d3-42be-a19a-8a9cfaeeb3d0 HTTP/1.1" 200 256 0.010777 10.0.0.41 - - [2025-05-08 02:17:40] "POST /ref-update HTTP/1.1" 200 156 0.009299 10.0.0.41 - - [2025-05-08 02:17:40] "POST /ref-update HTTP/1.1" 200 156 0.007758 10.0.0.41 - - [2025-05-08 02:17:40] "POST /virtual-machines HTTP/1.1" 200 559 0.010484 10.0.0.41 - - [2025-05-08 02:17:40] "POST /virtual-machine-interfaces HTTP/1.1" 200 821 0.090775 10.0.0.41 - - [2025-05-08 02:17:40] "POST /chown HTTP/1.1" 200 109 0.006901 10.0.0.41 - - [2025-05-08 02:17:40] "POST /instance-ips HTTP/1.1" 400 213 0.012583 10.0.0.41 - - [2025-05-08 02:17:40] "POST /chown HTTP/1.1" 200 109 0.007234 10.0.0.41 - - [2025-05-08 02:17:40] "PUT /virtual-machine-interface/49744127-7da0-479d-8639-6ac48a709d96 HTTP/1.1" 200 284 0.009389 10.0.0.41 - - [2025-05-08 02:17:40] "PUT /instance-ip/9558e76a-e86c-492e-ace2-df6df0f24397 HTTP/1.1" 200 256 0.017964 10.0.0.41 - - [2025-05-08 02:17:40] "POST /ref-update HTTP/1.1" 200 156 0.009520 10.0.0.41 - - [2025-05-08 02:17:41] "POST /ref-update HTTP/1.1" 200 156 0.009840 10.0.0.41 - - [2025-05-08 02:17:41] "POST /virtual-machine-interfaces HTTP/1.1" 200 819 0.082139 10.0.0.41 - - [2025-05-08 02:17:41] "POST /chown HTTP/1.1" 200 109 0.006150 10.0.0.41 - - [2025-05-08 02:17:41] "POST /instance-ips HTTP/1.1" 400 319 0.012009 10.0.0.41 - - [2025-05-08 02:17:41] "POST /chown HTTP/1.1" 200 109 0.006242 10.0.0.41 - - [2025-05-08 02:17:41] "PUT /virtual-machine-interface/bfb33e4d-bcac-4606-856e-3c0906b1894b HTTP/1.1" 200 284 0.008559 10.0.0.41 - - [2025-05-08 02:17:41] "PUT /instance-ip/0b99d236-19d3-42be-a19a-8a9cfaeeb3d0 HTTP/1.1" 200 256 0.010496 10.0.0.41 - - [2025-05-08 02:17:41] "POST /ref-update HTTP/1.1" 200 156 0.010000 10.0.0.41 - - [2025-05-08 02:17:41] "POST /ref-update HTTP/1.1" 200 156 0.009548 10.0.0.41 - - [2025-05-08 02:17:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002338 10.0.0.41 - - [2025-05-08 02:17:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002474 10.0.0.41 - - [2025-05-08 02:17:41] "POST /chown HTTP/1.1" 200 109 0.007020 10.0.0.41 - - [2025-05-08 02:17:41] "POST /instance-ips HTTP/1.1" 400 213 0.013455 10.0.0.41 - - [2025-05-08 02:17:41] "POST /chown HTTP/1.1" 200 109 0.006567 10.0.0.41 - - [2025-05-08 02:17:41] "PUT /instance-ip/9558e76a-e86c-492e-ace2-df6df0f24397 HTTP/1.1" 200 256 0.010577 10.0.0.41 - - [2025-05-08 02:17:41] "POST /ref-update HTTP/1.1" 200 156 0.009999 10.0.0.41 - - [2025-05-08 02:17:42] "POST /ref-update HTTP/1.1" 200 156 0.010014 10.0.0.41 - - [2025-05-08 02:17:42] "POST /chown HTTP/1.1" 200 109 0.006595 10.0.0.41 - - [2025-05-08 02:17:42] "POST /instance-ips HTTP/1.1" 400 319 0.017957 10.0.0.41 - - [2025-05-08 02:17:42] "POST /chown HTTP/1.1" 200 109 0.006375 10.0.0.41 - - [2025-05-08 02:17:42] "PUT /instance-ip/0b99d236-19d3-42be-a19a-8a9cfaeeb3d0 HTTP/1.1" 200 256 0.010296 10.0.0.41 - - [2025-05-08 02:17:42] "POST /ref-update HTTP/1.1" 200 156 0.010229 10.0.0.41 - - [2025-05-08 02:17:42] "POST /ref-update HTTP/1.1" 200 156 0.009576 10.0.0.41 - - [2025-05-08 02:17:42] "POST /chown HTTP/1.1" 200 109 0.006941 10.0.0.41 - - [2025-05-08 02:17:42] "GET /projects?obj_uuids=93d8dfd6-52d2-4b35-a868-cd9fbfbbf01c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001974 10.0.0.41 - - [2025-05-08 02:17:42] "POST /instance-ips HTTP/1.1" 400 213 0.016663 10.0.0.41 - - [2025-05-08 02:17:42] "GET /domains?obj_uuids=8acd5d40-dacc-4a92-9ebd-0798e15fb4b7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000922 10.0.0.41 - - [2025-05-08 02:17:42] "POST /chown HTTP/1.1" 200 109 0.005909 10.0.0.41 - - [2025-05-08 02:17:42] "GET /domain/8acd5d40-dacc-4a92-9ebd-0798e15fb4b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.051550 10.0.0.41 - - [2025-05-08 02:17:42] "PUT /instance-ip/9558e76a-e86c-492e-ace2-df6df0f24397 HTTP/1.1" 200 256 0.013745 10.0.0.41 - - [2025-05-08 02:17:42] "POST /id-to-fqname HTTP/1.1" 200 194 0.001949 10.0.0.41 - - [2025-05-08 02:17:42] "POST /fqname-to-id HTTP/1.1" 404 203 0.003175 10.0.0.41 - - [2025-05-08 02:17:42] "POST /ref-update HTTP/1.1" 200 156 0.009581 10.0.0.41 - - [2025-05-08 02:17:42] "POST /security-groups HTTP/1.1" 200 595 0.062518 10.0.0.41 - - [2025-05-08 02:17:42] "POST /fqname-to-id HTTP/1.1" 404 238 0.008253 10.0.0.41 - - [2025-05-08 02:17:42] "POST /ref-update HTTP/1.1" 200 156 0.059825 10.0.0.41 - - [2025-05-08 02:17:42] "POST /projects HTTP/1.1" 200 593 0.216384 10.0.0.41 - - [2025-05-08 02:17:42] "POST /access-control-lists HTTP/1.1" 200 600 0.060441 10.0.0.41 - - [2025-05-08 02:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.281027 10.0.0.41 - - [2025-05-08 02:17:42] "POST /chown HTTP/1.1" 200 109 0.026886 10.0.0.41 - - [2025-05-08 02:17:42] "POST /fqname-to-id HTTP/1.1" 404 237 0.002509 10.0.0.41 - - [2025-05-08 02:17:42] "POST /instance-ips HTTP/1.1" 400 319 0.025803 10.0.0.41 - - [2025-05-08 02:17:42] "POST /neutron/router HTTP/1.1" 200 606 0.489430 10.0.0.41 - - [2025-05-08 02:17:42] "POST /neutron/router HTTP/1.1" 200 606 0.003493 10.0.0.41 - - [2025-05-08 02:17:42] "POST /access-control-lists HTTP/1.1" 200 598 0.066094 10.0.0.41 - - [2025-05-08 02:17:42] "POST /chown HTTP/1.1" 200 109 0.047066 10.0.0.41 - - [2025-05-08 02:17:42] "POST /neutron/router HTTP/1.1" 200 151 0.084603 10.0.0.41 - - [2025-05-08 02:17:43] "PUT /instance-ip/0b99d236-19d3-42be-a19a-8a9cfaeeb3d0 HTTP/1.1" 200 256 0.009922 10.0.0.41 - - [2025-05-08 02:17:43] "POST /ref-update HTTP/1.1" 200 156 0.009377 10.0.0.41 - - [2025-05-08 02:17:43] "POST /ref-update HTTP/1.1" 200 156 0.009955 10.0.0.41 - - [2025-05-08 02:17:43] "GET /projects?obj_uuids=fa7ea940-a364-412d-b473-2c3afcded0dc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002069 10.0.0.41 - - [2025-05-08 02:17:43] "GET /domains?obj_uuids=8acd5d40-dacc-4a92-9ebd-0798e15fb4b7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000890 10.0.0.41 - - [2025-05-08 02:17:43] "GET /domain/8acd5d40-dacc-4a92-9ebd-0798e15fb4b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.047820 10.0.0.41 - - [2025-05-08 02:17:43] "POST /id-to-fqname HTTP/1.1" 200 194 0.001763 10.0.0.41 - - [2025-05-08 02:17:43] "POST /fqname-to-id HTTP/1.1" 404 203 0.002025 10.0.0.41 - - [2025-05-08 02:17:43] "POST /security-groups HTTP/1.1" 200 595 0.059136 10.0.0.41 - - [2025-05-08 02:17:43] "POST /fqname-to-id HTTP/1.1" 404 238 0.002156 10.0.0.41 - - [2025-05-08 02:17:43] "POST /projects HTTP/1.1" 200 593 0.210564 10.0.0.41 - - [2025-05-08 02:17:43] "POST /access-control-lists HTTP/1.1" 200 600 0.057219 10.0.0.41 - - [2025-05-08 02:17:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.280153 10.0.0.41 - - [2025-05-08 02:17:43] "POST /fqname-to-id HTTP/1.1" 404 237 0.002188 10.0.0.41 - - [2025-05-08 02:17:43] "POST /neutron/security_group HTTP/1.1" 200 2098 0.437164 10.0.0.41 - - [2025-05-08 02:17:43] "POST /neutron/security_group HTTP/1.1" 200 2088 0.003334 10.0.0.41 - - [2025-05-08 02:17:43] "POST /access-control-lists HTTP/1.1" 200 598 0.064563 10.0.0.41 - - [2025-05-08 02:17:44] "POST /neutron/security_group HTTP/1.1" 200 151 0.082923 10.0.0.41 - - [2025-05-08 02:17:44] "DELETE /access-control-list/25cda1fa-236c-415f-9aeb-247847ac4081 HTTP/1.1" 200 115 0.024491 10.0.0.41 - - [2025-05-08 02:17:44] "GET /projects?obj_uuids=93d8dfd6-52d2-4b35-a868-cd9fbfbbf01c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001051 10.0.0.41 - - [2025-05-08 02:17:44] "DELETE /access-control-list/277042c6-286b-4735-aa2b-01df246594bf HTTP/1.1" 200 115 0.036762 10.0.0.41 - - [2025-05-08 02:17:44] "POST /neutron/security_group HTTP/1.1" 200 2098 0.032093 10.0.0.41 - - [2025-05-08 02:17:44] "POST /neutron/security_group HTTP/1.1" 200 2088 0.003112 10.0.0.41 - - [2025-05-08 02:17:44] "POST /neutron/security_group HTTP/1.1" 200 151 0.034814 10.0.0.41 - - [2025-05-08 02:17:44] "DELETE /access-control-list/246b3a68-6da7-4024-b6e9-d3f882217b3f HTTP/1.1" 200 115 0.021228 10.0.0.41 - - [2025-05-08 02:17:44] "DELETE /access-control-list/6c94189a-ce6e-4036-9511-af588220d8f2 HTTP/1.1" 200 115 0.019377 10.0.0.41 - - [2025-05-08 02:17:45] "GET /projects?obj_uuids=d421af5e-c7b6-418b-b23e-5b9ce8dd2b47&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002165 10.0.0.41 - - [2025-05-08 02:17:45] "GET /domains?obj_uuids=8acd5d40-dacc-4a92-9ebd-0798e15fb4b7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001328 10.0.0.41 - - [2025-05-08 02:17:45] "GET /domain/8acd5d40-dacc-4a92-9ebd-0798e15fb4b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.051187 10.0.0.41 - - [2025-05-08 02:17:45] "POST /id-to-fqname HTTP/1.1" 200 206 0.001601 10.0.0.41 - - [2025-05-08 02:17:45] "POST /fqname-to-id HTTP/1.1" 404 215 0.001896 10.0.0.41 - - [2025-05-08 02:17:45] "POST /security-groups HTTP/1.1" 200 607 0.059489 10.0.0.41 - - [2025-05-08 02:17:46] "POST /fqname-to-id HTTP/1.1" 404 250 0.002514 10.0.0.41 - - [2025-05-08 02:17:46] "POST /projects HTTP/1.1" 200 617 0.197038 10.0.0.41 - - [2025-05-08 02:17:46] "POST /access-control-lists HTTP/1.1" 200 612 0.061008 10.0.0.41 - - [2025-05-08 02:17:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.273022 10.0.0.41 - - [2025-05-08 02:17:46] "POST /fqname-to-id HTTP/1.1" 404 249 0.003049 10.0.0.41 - - [2025-05-08 02:17:46] "POST /neutron/network HTTP/1.1" 200 701 0.481805 10.0.0.41 - - [2025-05-08 02:17:46] "POST /access-control-lists HTTP/1.1" 200 610 0.062958 10.0.0.41 - - [2025-05-08 02:17:46] "POST /route-targets HTTP/1.1" 200 327 0.008373 10.0.0.41 - - [2025-05-08 02:17:46] "POST /ref-update HTTP/1.1" 200 156 0.008727 10.0.0.41 - - [2025-05-08 02:17:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002299 10.0.0.41 - - [2025-05-08 02:17:46] "POST /neutron/subnet HTTP/1.1" 200 710 0.205344 10.0.0.41 - - [2025-05-08 02:17:46] "GET /projects?obj_uuids=d421af5e-c7b6-418b-b23e-5b9ce8dd2b47&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000960 10.0.0.41 - - [2025-05-08 02:17:46] "POST /neutron/port HTTP/1.1" 200 1049 0.157816 10.0.0.41 - - [2025-05-08 02:17:46] "GET /projects?obj_uuids=d421af5e-c7b6-418b-b23e-5b9ce8dd2b47&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001048 10.0.0.41 - - [2025-05-08 02:17:46] "POST /neutron/port HTTP/1.1" 200 1117 0.146915 10.0.0.41 - - [2025-05-08 02:17:46] "POST /neutron/port HTTP/1.1" 200 8026 0.042051 10.0.0.41 - - [2025-05-08 02:17:46] "POST /neutron/port HTTP/1.1" 200 1117 0.005881 10.0.0.41 - - [2025-05-08 02:17:46] "POST /neutron/port HTTP/1.1" 200 151 0.056261 10.0.0.41 - - [2025-05-08 02:17:46] "POST /neutron/port HTTP/1.1" 400 205 0.002392 10.0.0.41 - - [2025-05-08 02:17:46] "GET /projects?obj_uuids=d421af5e-c7b6-418b-b23e-5b9ce8dd2b47&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000906 10.0.0.41 - - [2025-05-08 02:17:47] "POST /neutron/port HTTP/1.1" 200 1053 0.143687 10.0.0.41 - - [2025-05-08 02:17:47] "POST /neutron/port HTTP/1.1" 200 1053 0.005752 10.0.0.41 - - [2025-05-08 02:17:47] "POST /neutron/port HTTP/1.1" 200 1053 0.006213 10.0.0.41 - - [2025-05-08 02:17:47] "POST /neutron/port HTTP/1.1" 200 1117 0.021674 10.0.0.41 - - [2025-05-08 02:17:47] "POST /neutron/port HTTP/1.1" 200 1117 0.005909 10.0.0.41 - - [2025-05-08 02:17:47] "POST /neutron/port HTTP/1.1" 200 151 0.055326 10.0.0.41 - - [2025-05-08 02:17:47] "POST /neutron/port HTTP/1.1" 400 205 0.002456 10.0.0.41 - - [2025-05-08 02:17:47] "GET /projects?obj_uuids=d421af5e-c7b6-418b-b23e-5b9ce8dd2b47&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001396 10.0.0.41 - - [2025-05-08 02:17:47] "POST /neutron/port HTTP/1.1" 200 1051 0.151060 10.0.0.41 - - [2025-05-08 02:17:47] "GET /projects?obj_uuids=d421af5e-c7b6-418b-b23e-5b9ce8dd2b47&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000984 10.0.0.41 - - [2025-05-08 02:17:47] "POST /neutron/port HTTP/1.1" 200 1053 0.143561 10.0.0.41 - - [2025-05-08 02:17:47] "POST /neutron/port HTTP/1.1" 200 1053 0.006363 10.0.0.41 - - [2025-05-08 02:17:47] "POST /neutron/port HTTP/1.1" 200 1053 0.005637 10.0.0.41 - - [2025-05-08 02:17:47] "POST /neutron/port HTTP/1.1" 200 1184 0.025121 10.0.0.41 - - [2025-05-08 02:17:47] "POST /neutron/port HTTP/1.1" 200 1184 0.005705 10.0.0.41 - - [2025-05-08 02:17:47] "POST /neutron/port HTTP/1.1" 200 151 0.055925 10.0.0.41 - - [2025-05-08 02:17:47] "POST /neutron/port HTTP/1.1" 400 205 0.002694 10.0.0.41 - - [2025-05-08 02:17:47] "POST /neutron/port HTTP/1.1" 200 1051 0.006320 10.0.0.41 - - [2025-05-08 02:17:47] "POST /neutron/port HTTP/1.1" 200 151 0.053276 10.0.0.41 - - [2025-05-08 02:17:47] "POST /neutron/port HTTP/1.1" 400 205 0.002545 10.0.0.41 - - [2025-05-08 02:17:47] "POST /neutron/port HTTP/1.1" 200 1049 0.005975 10.0.0.41 - - [2025-05-08 02:17:47] "POST /neutron/port HTTP/1.1" 200 151 0.058700 10.0.0.41 - - [2025-05-08 02:17:47] "POST /neutron/subnet HTTP/1.1" 200 710 0.005844 10.0.0.41 - - [2025-05-08 02:17:48] "POST /useragent-kv HTTP/1.1" 200 115 0.004478 10.0.0.41 - - [2025-05-08 02:17:48] "POST /useragent-kv HTTP/1.1" 200 115 0.001703 10.0.0.41 - - [2025-05-08 02:17:48] "POST /neutron/subnet HTTP/1.1" 200 151 0.193307 10.0.0.41 - - [2025-05-08 02:17:48] "POST /neutron/network HTTP/1.1" 200 768 0.003080 10.0.0.41 - - [2025-05-08 02:17:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003014 10.0.0.41 - - [2025-05-08 02:17:48] "POST /neutron/network HTTP/1.1" 200 151 0.053616 10.0.0.41 - - [2025-05-08 02:17:48] "DELETE /route-target/aabc254a-957f-4ca6-9eb0-734c55155c02 HTTP/1.1" 200 115 0.013222 10.0.0.41 - - [2025-05-08 02:17:48] "GET /projects?obj_uuids=d421af5e-c7b6-418b-b23e-5b9ce8dd2b47&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001030 10.0.0.41 - - [2025-05-08 02:17:48] "POST /neutron/security_group HTTP/1.1" 200 2110 0.042487 10.0.0.41 - - [2025-05-08 02:17:48] "POST /neutron/security_group HTTP/1.1" 200 2100 0.002832 10.0.0.41 - - [2025-05-08 02:17:48] "POST /neutron/security_group HTTP/1.1" 200 151 0.035426 10.0.0.41 - - [2025-05-08 02:17:48] "DELETE /access-control-list/2cb1c192-caad-47c6-b355-c36797491518 HTTP/1.1" 200 115 0.017945 10.0.0.41 - - [2025-05-08 02:17:48] "DELETE /access-control-list/c3a1e178-278e-4298-8e85-3492bc71be8c HTTP/1.1" 200 115 0.022736 10.0.0.41 - - [2025-05-08 02:17:50] "GET /projects?obj_uuids=e05f4125-58fa-4ef1-b430-620283206538&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002091 10.0.0.41 - - [2025-05-08 02:17:50] "GET /domains?obj_uuids=8acd5d40-dacc-4a92-9ebd-0798e15fb4b7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000914 10.0.0.41 - - [2025-05-08 02:17:50] "GET /domain/8acd5d40-dacc-4a92-9ebd-0798e15fb4b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.047334 10.0.0.41 - - [2025-05-08 02:17:50] "POST /id-to-fqname HTTP/1.1" 200 204 0.001473 10.0.0.41 - - [2025-05-08 02:17:50] "POST /fqname-to-id HTTP/1.1" 404 213 0.003887 10.0.0.41 - - [2025-05-08 02:17:50] "POST /security-groups HTTP/1.1" 200 605 0.059490 10.0.0.41 - - [2025-05-08 02:17:50] "POST /fqname-to-id HTTP/1.1" 404 248 0.002608 10.0.0.41 - - [2025-05-08 02:17:50] "POST /projects HTTP/1.1" 200 613 0.207216 10.0.0.41 - - [2025-05-08 02:17:50] "POST /access-control-lists HTTP/1.1" 200 610 0.056565 10.0.0.41 - - [2025-05-08 02:17:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.272221 10.0.0.41 - - [2025-05-08 02:17:50] "POST /fqname-to-id HTTP/1.1" 404 247 0.002396 10.0.0.41 - - [2025-05-08 02:17:50] "POST /neutron/network HTTP/1.1" 200 697 0.482362 10.0.0.41 - - [2025-05-08 02:17:50] "POST /access-control-lists HTTP/1.1" 200 608 0.059721 10.0.0.41 - - [2025-05-08 02:17:50] "POST /route-targets HTTP/1.1" 200 327 0.008387 10.0.0.41 - - [2025-05-08 02:17:50] "POST /useragent-kv HTTP/1.1" 200 115 0.003477 10.0.0.41 - - [2025-05-08 02:17:50] "POST /neutron/subnet HTTP/1.1" 200 710 0.149288 10.0.0.41 - - [2025-05-08 02:17:50] "POST /ref-update HTTP/1.1" 200 156 0.008471 10.0.0.41 - - [2025-05-08 02:17:50] "GET /projects?obj_uuids=e05f4125-58fa-4ef1-b430-620283206538&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000976 10.0.0.41 - - [2025-05-08 02:17:50] "POST /neutron/port HTTP/1.1" 200 1045 0.190807 10.0.0.41 - - [2025-05-08 02:17:50] "GET /projects?obj_uuids=e05f4125-58fa-4ef1-b430-620283206538&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000999 10.0.0.41 - - [2025-05-08 02:17:51] "POST /neutron/port HTTP/1.1" 200 1254 0.141531 10.0.0.41 - - [2025-05-08 02:17:51] "POST /neutron/port HTTP/1.1" 200 8158 0.031375 10.0.0.41 - - [2025-05-08 02:17:51] "POST /neutron/port HTTP/1.1" 200 1254 0.006106 10.0.0.41 - - [2025-05-08 02:17:51] "POST /neutron/port HTTP/1.1" 200 151 0.053847 10.0.0.41 - - [2025-05-08 02:17:51] "POST /neutron/port HTTP/1.1" 200 1045 0.005910 10.0.0.41 - - [2025-05-08 02:17:51] "POST /neutron/port HTTP/1.1" 200 1045 0.005450 10.0.0.41 - - [2025-05-08 02:17:51] "POST /neutron/port HTTP/1.1" 200 1242 0.025338 10.0.0.41 - - [2025-05-08 02:17:51] "POST /neutron/port HTTP/1.1" 200 1242 0.006246 10.0.0.41 - - [2025-05-08 02:17:51] "POST /neutron/port HTTP/1.1" 200 1242 0.057059 10.0.0.41 - - [2025-05-08 02:17:51] "POST /neutron/port HTTP/1.1" 200 151 0.055300 10.0.0.41 - - [2025-05-08 02:17:51] "POST /neutron/subnet HTTP/1.1" 200 710 0.005534 10.0.0.41 - - [2025-05-08 02:17:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003392 10.0.0.41 - - [2025-05-08 02:17:51] "POST /useragent-kv HTTP/1.1" 200 115 0.001794 10.0.0.41 - - [2025-05-08 02:17:51] "POST /neutron/subnet HTTP/1.1" 200 151 0.170678 10.0.0.41 - - [2025-05-08 02:17:51] "POST /neutron/network HTTP/1.1" 200 764 0.002903 10.0.0.41 - - [2025-05-08 02:17:51] "POST /neutron/network HTTP/1.1" 200 151 0.053142 10.0.0.41 - - [2025-05-08 02:17:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002224 10.0.0.41 - - [2025-05-08 02:17:51] "DELETE /route-target/ffee4367-8e59-4031-a11e-b23d267c79ce HTTP/1.1" 200 115 0.015625 10.0.0.41 - - [2025-05-08 02:17:52] "GET /projects?obj_uuids=e05f4125-58fa-4ef1-b430-620283206538&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001028 10.0.0.41 - - [2025-05-08 02:17:52] "POST /neutron/security_group HTTP/1.1" 200 2108 0.044712 10.0.0.41 - - [2025-05-08 02:17:52] "POST /neutron/security_group HTTP/1.1" 200 2098 0.003586 10.0.0.41 - - [2025-05-08 02:17:52] "POST /neutron/security_group HTTP/1.1" 200 151 0.039210 10.0.0.41 - - [2025-05-08 02:17:52] "DELETE /access-control-list/25113cdd-4a0b-4bc8-8f2d-c4518b11b66e HTTP/1.1" 200 115 0.024366 10.0.0.41 - - [2025-05-08 02:17:52] "DELETE /access-control-list/0291eaff-840f-4668-afb0-45522848dee3 HTTP/1.1" 200 115 0.029311 10.0.0.41 - - [2025-05-08 02:17:53] "GET /projects?obj_uuids=e64a0a64-d93b-4344-b3d7-1e07e0641600&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002493 10.0.0.41 - - [2025-05-08 02:17:53] "GET /domains?obj_uuids=8acd5d40-dacc-4a92-9ebd-0798e15fb4b7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000891 10.0.0.41 - - [2025-05-08 02:17:53] "GET /domain/8acd5d40-dacc-4a92-9ebd-0798e15fb4b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.048891 10.0.0.41 - - [2025-05-08 02:17:53] "POST /id-to-fqname HTTP/1.1" 200 199 0.001605 10.0.0.41 - - [2025-05-08 02:17:53] "POST /fqname-to-id HTTP/1.1" 404 208 0.003326 10.0.0.41 - - [2025-05-08 02:17:53] "POST /security-groups HTTP/1.1" 200 600 0.059500 10.0.0.41 - - [2025-05-08 02:17:53] "POST /fqname-to-id HTTP/1.1" 404 243 0.002449 10.0.0.41 - - [2025-05-08 02:17:53] "POST /projects HTTP/1.1" 200 603 0.207272 10.0.0.41 - - [2025-05-08 02:17:53] "POST /access-control-lists HTTP/1.1" 200 605 0.059370 10.0.0.41 - - [2025-05-08 02:17:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.282933 10.0.0.41 - - [2025-05-08 02:17:54] "POST /fqname-to-id HTTP/1.1" 404 242 0.002667 10.0.0.41 - - [2025-05-08 02:17:54] "POST /access-control-lists HTTP/1.1" 200 603 0.064190 10.0.0.41 - - [2025-05-08 02:17:54] "POST /neutron/network HTTP/1.1" 200 678 0.546963 10.0.0.41 - - [2025-05-08 02:17:54] "POST /route-targets HTTP/1.1" 200 327 0.008180 10.0.0.41 - - [2025-05-08 02:17:54] "POST /ref-update HTTP/1.1" 200 156 0.008625 10.0.0.41 - - [2025-05-08 02:17:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003037 10.0.0.41 - - [2025-05-08 02:17:54] "POST /neutron/subnet HTTP/1.1" 200 711 0.134133 10.0.0.41 - - [2025-05-08 02:17:54] "GET /projects?obj_uuids=e64a0a64-d93b-4344-b3d7-1e07e0641600&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001040 10.0.0.41 - - [2025-05-08 02:17:54] "POST /neutron/router HTTP/1.1" 200 707 0.099811 10.0.0.41 - - [2025-05-08 02:17:54] "POST /route-targets HTTP/1.1" 200 327 0.012647 10.0.0.41 - - [2025-05-08 02:17:54] "GET /logical-router/323592bb-c018-4712-8b97-a4f2fa8efddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.003893 10.0.0.41 - - [2025-05-08 02:17:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004702 10.0.0.41 - - [2025-05-08 02:17:54] "POST /neutron/router HTTP/1.1" 200 707 0.004152 10.0.0.41 - - [2025-05-08 02:17:54] "PUT /logical-router/323592bb-c018-4712-8b97-a4f2fa8efddc HTTP/1.1" 200 262 0.025076 10.0.0.41 - - [2025-05-08 02:17:54] "GET /projects?obj_uuids=e64a0a64-d93b-4344-b3d7-1e07e0641600&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000936 10.0.0.41 - - [2025-05-08 02:17:54] "GET /service-template/c8b0f180-869e-4e1f-8967-c80199ed92d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1691 0.003800 10.0.0.41 - - [2025-05-08 02:17:54] "POST /fqname-to-id HTTP/1.1" 404 224 0.002390 10.0.0.41 - - [2025-05-08 02:17:54] "POST /neutron/router HTTP/1.1" 200 344 0.208394 10.0.0.41 - - [2025-05-08 02:17:54] "GET /projects?obj_uuids=e64a0a64-d93b-4344-b3d7-1e07e0641600&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001489 10.0.0.41 - - [2025-05-08 02:17:54] "POST /ref-update HTTP/1.1" 200 156 0.069568 10.0.0.41 - - [2025-05-08 02:17:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002197 10.0.0.41 - - [2025-05-08 02:17:54] "POST /virtual-networks HTTP/1.1" 200 700 0.168716 10.0.0.41 - - [2025-05-08 02:17:54] "POST /route-targets HTTP/1.1" 200 327 0.045321 10.0.0.41 - - [2025-05-08 02:17:54] "POST /ref-update HTTP/1.1" 200 156 0.016543 10.0.0.41 - - [2025-05-08 02:17:54] "POST /service-instances HTTP/1.1" 200 676 0.032396 10.0.0.41 - - [2025-05-08 02:17:54] "POST /neutron/port HTTP/1.1" 200 1028 0.231999 10.0.0.41 - - [2025-05-08 02:17:54] "POST /route-tables HTTP/1.1" 200 588 0.019244 10.0.0.41 - - [2025-05-08 02:17:54] "GET /projects?obj_uuids=e64a0a64-d93b-4344-b3d7-1e07e0641600&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001066 10.0.0.41 - - [2025-05-08 02:17:55] "PUT /logical-router/323592bb-c018-4712-8b97-a4f2fa8efddc HTTP/1.1" 200 262 0.070026 10.0.0.41 - - [2025-05-08 02:17:55] "POST /neutron/port HTTP/1.1" 200 1028 0.171038 10.0.0.41 - - [2025-05-08 02:17:55] "POST /ref-update HTTP/1.1" 200 156 0.020843 10.0.0.41 - - [2025-05-08 02:17:55] "GET /projects?obj_uuids=e64a0a64-d93b-4344-b3d7-1e07e0641600&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000957 10.0.0.41 - - [2025-05-08 02:17:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002237 10.0.0.41 - - [2025-05-08 02:17:55] "POST /neutron/floatingip HTTP/1.1" 200 606 0.114180 10.0.0.41 - - [2025-05-08 02:17:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.41 - - [2025-05-08 02:17:55] "POST /neutron/floatingip HTTP/1.1" 200 606 0.009191 10.0.0.41 - - [2025-05-08 02:17:55] "POST /neutron/floatingip HTTP/1.1" 200 528 0.014544 10.0.0.41 - - [2025-05-08 02:17:55] "POST /neutron/floatingip HTTP/1.1" 200 528 0.004086 10.0.0.41 - - [2025-05-08 02:17:55] "POST /virtual-machines HTTP/1.1" 200 565 0.020914 10.0.0.41 - - [2025-05-08 02:17:55] "POST /neutron/floatingip HTTP/1.1" 200 115 0.042778 10.0.0.41 - - [2025-05-08 02:17:55] "GET /projects?obj_uuids=e64a0a64-d93b-4344-b3d7-1e07e0641600&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001266 10.0.0.41 - - [2025-05-08 02:17:55] "POST /virtual-machine-interfaces HTTP/1.1" 200 830 0.139739 10.0.0.41 - - [2025-05-08 02:17:55] "POST /neutron/floatingip HTTP/1.1" 200 606 0.185947 10.0.0.41 - - [2025-05-08 02:17:55] "POST /neutron/floatingip HTTP/1.1" 200 606 0.009433 10.0.0.41 - - [2025-05-08 02:17:55] "POST /chown HTTP/1.1" 200 109 0.008201 10.0.0.41 - - [2025-05-08 02:17:55] "POST /neutron/floatingip HTTP/1.1" 200 580 0.013267 10.0.0.41 - - [2025-05-08 02:17:55] "POST /neutron/floatingip HTTP/1.1" 200 606 0.010724 10.0.0.41 - - [2025-05-08 02:17:55] "POST /neutron/floatingip HTTP/1.1" 200 606 0.044040 10.0.0.41 - - [2025-05-08 02:17:55] "POST /instance-ips HTTP/1.1" 200 563 0.030344 10.0.0.41 - - [2025-05-08 02:17:55] "POST /neutron/floatingip HTTP/1.1" 200 606 0.018805 10.0.0.41 - - [2025-05-08 02:17:55] "POST /neutron/floatingip HTTP/1.1" 200 528 0.021711 10.0.0.41 - - [2025-05-08 02:17:55] "POST /neutron/floatingip HTTP/1.1" 200 528 0.004881 10.0.0.41 - - [2025-05-08 02:17:55] "POST /instance-ips HTTP/1.1" 400 213 0.017715 10.0.0.41 - - [2025-05-08 02:17:55] "POST /neutron/floatingip HTTP/1.1" 200 115 0.033084 10.0.0.41 - - [2025-05-08 02:17:55] "POST /neutron/floatingip HTTP/1.1" 400 217 0.002640 10.0.0.41 - - [2025-05-08 02:17:55] "POST /chown HTTP/1.1" 200 109 0.007678 10.0.0.41 - - [2025-05-08 02:17:55] "POST /neutron/port HTTP/1.1" 200 2779 0.025972 10.0.0.41 - - [2025-05-08 02:17:55] "POST /neutron/subnet HTTP/1.1" 200 711 0.005327 10.0.0.41 - - [2025-05-08 02:17:55] "GET /projects?obj_uuids=e64a0a64-d93b-4344-b3d7-1e07e0641600&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000970 10.0.0.41 - - [2025-05-08 02:17:55] "PUT /virtual-machine-interface/86f75c9e-da8b-4fc7-bc51-d400c4ae9ee0 HTTP/1.1" 200 284 0.013742 10.0.0.41 - - [2025-05-08 02:17:55] "PUT /instance-ip/f85fcbf0-afb2-49aa-ab3a-e2835adfdddb HTTP/1.1" 200 256 0.063386 10.0.0.41 - - [2025-05-08 02:17:55] "POST /ref-update HTTP/1.1" 200 156 0.010361 10.0.0.41 - - [2025-05-08 02:17:55] "POST /neutron/port HTTP/1.1" 200 1113 0.199847 10.0.0.41 - - [2025-05-08 02:17:55] "GET /projects?obj_uuids=e64a0a64-d93b-4344-b3d7-1e07e0641600&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001298 10.0.0.41 - - [2025-05-08 02:17:56] "POST /virtual-machine-interfaces HTTP/1.1" 200 828 0.143550 10.0.0.41 - - [2025-05-08 02:17:56] "POST /neutron/floatingip HTTP/1.1" 200 607 0.190280 10.0.0.41 - - [2025-05-08 02:17:56] "POST /chown HTTP/1.1" 200 109 0.009369 10.0.0.41 - - [2025-05-08 02:17:56] "POST /neutron/floatingip HTTP/1.1" 200 607 0.016382 10.0.0.41 - - [2025-05-08 02:17:56] "POST /neutron/floatingip HTTP/1.1" 200 607 0.027576 10.0.0.41 - - [2025-05-08 02:17:56] "POST /neutron/floatingip HTTP/1.1" 200 607 0.012518 10.0.0.41 - - [2025-05-08 02:17:56] "POST /instance-ips HTTP/1.1" 200 561 0.034867 10.0.0.41 - - [2025-05-08 02:17:56] "POST /neutron/floatingip HTTP/1.1" 200 115 0.037878 10.0.0.41 - - [2025-05-08 02:17:56] "POST /neutron/port HTTP/1.1" 200 1113 0.008653 10.0.0.41 - - [2025-05-08 02:17:56] "POST /instance-ips HTTP/1.1" 400 322 0.012600 10.0.0.41 - - [2025-05-08 02:17:56] "POST /chown HTTP/1.1" 200 109 0.006297 10.0.0.41 - - [2025-05-08 02:17:56] "POST /neutron/port HTTP/1.1" 200 151 0.092764 10.0.0.41 - - [2025-05-08 02:17:56] "GET /projects?obj_uuids=e64a0a64-d93b-4344-b3d7-1e07e0641600&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000981 10.0.0.41 - - [2025-05-08 02:17:56] "PUT /virtual-machine-interface/354a43d9-9eca-4594-820f-4aae43234ad6 HTTP/1.1" 200 284 0.017149 10.0.0.41 - - [2025-05-08 02:17:56] "POST /neutron/floatingip HTTP/1.1" 200 528 0.068094 10.0.0.41 - - [2025-05-08 02:17:56] "GET /projects?obj_uuids=e64a0a64-d93b-4344-b3d7-1e07e0641600&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001117 10.0.0.41 - - [2025-05-08 02:17:56] "PUT /instance-ip/c5f023f9-23e1-4a0e-a1f4-eae27c9a4ec4 HTTP/1.1" 200 256 0.016182 10.0.0.41 - - [2025-05-08 02:17:56] "POST /ref-update HTTP/1.1" 200 156 0.043049 10.0.0.41 - - [2025-05-08 02:17:56] "POST /ref-update HTTP/1.1" 200 156 0.012771 10.0.0.41 - - [2025-05-08 02:17:56] "PUT /routing-instance/882e4eb3-4376-4742-8e2d-6605bec3f980 HTTP/1.1" 200 266 0.010234 10.0.0.41 - - [2025-05-08 02:17:56] "POST /ref-update HTTP/1.1" 200 156 0.007603 10.0.0.41 - - [2025-05-08 02:17:56] "POST /neutron/port HTTP/1.1" 200 1028 0.177373 10.0.0.41 - - [2025-05-08 02:17:56] "POST /neutron/floatingip HTTP/1.1" 200 528 0.004963 10.0.0.41 - - [2025-05-08 02:17:56] "POST /virtual-machines HTTP/1.1" 200 565 0.026039 10.0.0.41 - - [2025-05-08 02:17:56] "POST /neutron/floatingip HTTP/1.1" 200 606 0.048220 10.0.0.41 - - [2025-05-08 02:17:56] "POST /neutron/port HTTP/1.1" 200 1028 0.009524 10.0.0.41 - - [2025-05-08 02:17:56] "POST /neutron/port HTTP/1.1" 200 151 0.095459 10.0.0.41 - - [2025-05-08 02:17:56] "POST /virtual-machine-interfaces HTTP/1.1" 200 830 0.077736 10.0.0.41 - - [2025-05-08 02:17:56] "POST /neutron/floatingip HTTP/1.1" 200 528 0.019793 10.0.0.41 - - [2025-05-08 02:17:56] "POST /neutron/floatingip HTTP/1.1" 200 528 0.004364 10.0.0.41 - - [2025-05-08 02:17:56] "POST /chown HTTP/1.1" 200 109 0.008558 10.0.0.41 - - [2025-05-08 02:17:56] "POST /neutron/floatingip HTTP/1.1" 200 115 0.037380 10.0.0.41 - - [2025-05-08 02:17:56] "GET /projects?obj_uuids=e64a0a64-d93b-4344-b3d7-1e07e0641600&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000907 10.0.0.41 - - [2025-05-08 02:17:56] "POST /instance-ips HTTP/1.1" 400 213 0.020644 10.0.0.41 - - [2025-05-08 02:17:57] "POST /chown HTTP/1.1" 200 109 0.053388 10.0.0.41 - - [2025-05-08 02:17:57] "POST /neutron/floatingip HTTP/1.1" 200 606 0.137321 10.0.0.41 - - [2025-05-08 02:17:57] "GET /projects?obj_uuids=e64a0a64-d93b-4344-b3d7-1e07e0641600&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001325 10.0.0.41 - - [2025-05-08 02:17:57] "PUT /virtual-machine-interface/534401f2-d6c8-4e50-b643-a3dae5ee1720 HTTP/1.1" 200 284 0.013590 10.0.0.41 - - [2025-05-08 02:17:57] "POST /neutron/network HTTP/1.1" 200 652 0.070017 10.0.0.41 - - [2025-05-08 02:17:57] "PUT /instance-ip/f85fcbf0-afb2-49aa-ab3a-e2835adfdddb HTTP/1.1" 200 256 0.025411 10.0.0.41 - - [2025-05-08 02:17:57] "POST /route-targets HTTP/1.1" 200 327 0.020526 10.0.0.41 - - [2025-05-08 02:17:57] "POST /ref-update HTTP/1.1" 200 156 0.012456 10.0.0.41 - - [2025-05-08 02:17:57] "POST /ref-update HTTP/1.1" 200 156 0.011785 10.0.0.41 - - [2025-05-08 02:17:57] "POST /ref-update HTTP/1.1" 200 156 0.043441 10.0.0.41 - - [2025-05-08 02:17:57] "POST /useragent-kv HTTP/1.1" 200 115 0.004620 10.0.0.41 - - [2025-05-08 02:17:57] "POST /neutron/subnet HTTP/1.1" 200 710 0.192107 10.0.0.41 - - [2025-05-08 02:17:57] "GET /projects?obj_uuids=e64a0a64-d93b-4344-b3d7-1e07e0641600&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000982 10.0.0.41 - - [2025-05-08 02:17:57] "POST /virtual-machine-interfaces HTTP/1.1" 200 828 0.091001 10.0.0.41 - - [2025-05-08 02:17:57] "POST /neutron/router HTTP/1.1" 200 703 0.143192 10.0.0.41 - - [2025-05-08 02:17:57] "POST /route-targets HTTP/1.1" 200 327 0.016719 10.0.0.41 - - [2025-05-08 02:17:57] "POST /neutron/router HTTP/1.1" 200 703 0.004262 10.0.0.41 - - [2025-05-08 02:17:57] "POST /chown HTTP/1.1" 200 109 0.017209 10.0.0.41 - - [2025-05-08 02:17:57] "PUT /logical-router/d5433920-374a-4ad3-85c0-98aa5b25e8a8 HTTP/1.1" 200 262 0.021122 10.0.0.41 - - [2025-05-08 02:17:57] "GET /projects?obj_uuids=e64a0a64-d93b-4344-b3d7-1e07e0641600&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000960 10.0.0.41 - - [2025-05-08 02:17:57] "POST /instance-ips HTTP/1.1" 400 322 0.056950 10.0.0.41 - - [2025-05-08 02:17:57] "POST /chown HTTP/1.1" 200 109 0.013056 10.0.0.41 - - [2025-05-08 02:17:57] "POST /neutron/router HTTP/1.1" 200 344 0.178644 10.0.0.41 - - [2025-05-08 02:17:57] "POST /ref-update HTTP/1.1" 200 156 0.015725 10.0.0.41 - - [2025-05-08 02:17:57] "GET /projects?obj_uuids=e64a0a64-d93b-4344-b3d7-1e07e0641600&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003893 10.0.0.41 - - [2025-05-08 02:17:57] "PUT /virtual-machine-interface/d628fc6e-1c05-4882-98b7-134a8b8d229e HTTP/1.1" 200 284 0.014926 10.0.0.41 - - [2025-05-08 02:17:57] "PUT /instance-ip/c5f023f9-23e1-4a0e-a1f4-eae27c9a4ec4 HTTP/1.1" 200 256 0.023571 10.0.0.41 - - [2025-05-08 02:17:57] "POST /ref-update HTTP/1.1" 200 156 0.012264 10.0.0.41 - - [2025-05-08 02:17:57] "POST /neutron/port HTTP/1.1" 200 1028 0.173303 10.0.0.41 - - [2025-05-08 02:17:57] "POST /neutron/floatingip HTTP/1.1" 200 606 0.011904 10.0.0.41 - - [2025-05-08 02:17:57] "POST /ref-update HTTP/1.1" 200 156 0.015519 10.0.0.41 - - [2025-05-08 02:17:57] "POST /neutron/floatingip HTTP/1.1" 200 606 0.048538 10.0.0.41 - - [2025-05-08 02:17:58] "POST /neutron/port HTTP/1.1" 200 1028 0.006675 10.0.0.41 - - [2025-05-08 02:17:58] "POST /neutron/port HTTP/1.1" 200 151 0.082497 10.0.0.41 - - [2025-05-08 02:17:58] "POST /neutron/router HTTP/1.1" 200 703 0.003105 10.0.0.41 - - [2025-05-08 02:17:58] "POST /ref-update HTTP/1.1" 200 156 0.017009 10.0.0.41 - - [2025-05-08 02:17:58] "POST /neutron/router HTTP/1.1" 200 344 0.100380 10.0.0.41 - - [2025-05-08 02:17:58] "GET /logical-router/d5433920-374a-4ad3-85c0-98aa5b25e8a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1697 0.010898 10.0.0.41 - - [2025-05-08 02:17:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002131 10.0.0.41 - - [2025-05-08 02:17:58] "POST /neutron/router HTTP/1.1" 200 703 0.002586 10.0.0.41 - - [2025-05-08 02:17:58] "POST /neutron/router HTTP/1.1" 200 151 0.037334 10.0.0.41 - - [2025-05-08 02:17:58] "GET /service-template/c8b0f180-869e-4e1f-8967-c80199ed92d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1691 0.004595 10.0.0.41 - - [2025-05-08 02:17:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.006331 10.0.0.41 - - [2025-05-08 02:17:58] "POST /neutron/subnet HTTP/1.1" 200 710 0.006513 10.0.0.41 - - [2025-05-08 02:17:58] "DELETE /route-target/7bd403f1-7875-44df-9115-3b38bd9fd6a7 HTTP/1.1" 200 115 0.016365 10.0.0.41 - - [2025-05-08 02:17:58] "POST /fqname-to-id HTTP/1.1" 404 224 0.002322 10.0.0.41 - - [2025-05-08 02:17:58] "POST /useragent-kv HTTP/1.1" 200 115 0.005501 10.0.0.41 - - [2025-05-08 02:17:58] "POST /virtual-networks HTTP/1.1" 200 700 0.106582 10.0.0.41 - - [2025-05-08 02:17:58] "POST /route-targets HTTP/1.1" 200 327 0.014976 10.0.0.41 - - [2025-05-08 02:17:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003378 10.0.0.41 - - [2025-05-08 02:17:58] "POST /useragent-kv HTTP/1.1" 200 115 0.001808 10.0.0.41 - - [2025-05-08 02:17:58] "POST /neutron/subnet HTTP/1.1" 200 151 0.219952 10.0.0.41 - - [2025-05-08 02:17:58] "POST /ref-update HTTP/1.1" 200 156 0.013718 10.0.0.41 - - [2025-05-08 02:17:58] "POST /neutron/network HTTP/1.1" 200 719 0.004298 10.0.0.41 - - [2025-05-08 02:17:58] "POST /service-instances HTTP/1.1" 200 676 0.065464 10.0.0.41 - - [2025-05-08 02:17:58] "POST /neutron/network HTTP/1.1" 200 151 0.104542 10.0.0.41 - - [2025-05-08 02:17:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.41 - - [2025-05-08 02:17:58] "POST /neutron/floatingip HTTP/1.1" 200 528 0.005179 10.0.0.41 - - [2025-05-08 02:17:58] "POST /route-tables HTTP/1.1" 200 588 0.026323 10.0.0.41 - - [2025-05-08 02:17:58] "DELETE /route-target/97b65953-3e41-4107-9114-1a5f0f0a088e HTTP/1.1" 200 115 0.024354 10.0.0.41 - - [2025-05-08 02:17:58] "POST /neutron/floatingip HTTP/1.1" 200 115 0.035309 10.0.0.41 - - [2025-05-08 02:17:58] "POST /neutron/port HTTP/1.1" 400 205 0.002984 10.0.0.41 - - [2025-05-08 02:17:58] "PUT /logical-router/d5433920-374a-4ad3-85c0-98aa5b25e8a8 HTTP/1.1" 404 171 0.002434 10.0.0.41 - - [2025-05-08 02:17:58] "POST /neutron/port HTTP/1.1" 200 117 0.003730 10.0.0.41 - - [2025-05-08 02:17:58] "POST /neutron/router HTTP/1.1" 400 209 0.002211 10.0.0.41 - - [2025-05-08 02:17:58] "POST /neutron/subnet HTTP/1.1" 400 209 0.002507 10.0.0.41 - - [2025-05-08 02:17:58] "POST /neutron/port HTTP/1.1" 200 1028 0.008404 10.0.0.41 - - [2025-05-08 02:17:58] "POST /neutron/port HTTP/1.1" 200 151 0.054931 10.0.0.41 - - [2025-05-08 02:17:58] "GET /logical-router/d5433920-374a-4ad3-85c0-98aa5b25e8a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004570 10.0.0.41 - - [2025-05-08 02:17:58] "POST /neutron/port HTTP/1.1" 200 1028 0.006393 10.0.0.41 - - [2025-05-08 02:17:58] "DELETE /route-table/01c165da-94a6-4ce0-9887-ae956ec86fba HTTP/1.1" 200 115 0.026988 10.0.0.41 - - [2025-05-08 02:17:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002227 10.0.0.41 - - [2025-05-08 02:17:58] "POST /neutron/port HTTP/1.1" 200 151 0.058165 10.0.0.41 - - [2025-05-08 02:17:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002264 10.0.0.41 - - [2025-05-08 02:17:58] "POST /neutron/port HTTP/1.1" 200 2270 0.031120 10.0.0.41 - - [2025-05-08 02:17:58] "POST /neutron/router HTTP/1.1" 200 707 0.002687 10.0.0.41 - - [2025-05-08 02:17:58] "POST /virtual-machines HTTP/1.1" 200 565 0.017845 10.0.0.41 - - [2025-05-08 02:17:58] "POST /ref-update HTTP/1.1" 200 156 0.010713 10.0.0.41 - - [2025-05-08 02:17:59] "POST /neutron/router HTTP/1.1" 200 344 0.093293 10.0.0.41 - - [2025-05-08 02:17:59] "POST /neutron/router HTTP/1.1" 200 707 0.004249 10.0.0.41 - - [2025-05-08 02:17:59] "POST /neutron/router HTTP/1.1" 400 281 0.007269 10.0.0.41 - - [2025-05-08 02:17:59] "POST /neutron/router HTTP/1.1" 200 707 0.033000 10.0.0.41 - - [2025-05-08 02:17:59] "POST /virtual-machine-interfaces HTTP/1.1" 200 830 0.093291 10.0.0.41 - - [2025-05-08 02:17:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003840 10.0.0.41 - - [2025-05-08 02:17:59] "POST /neutron/router HTTP/1.1" 200 151 0.059875 10.0.0.41 - - [2025-05-08 02:17:59] "DELETE /route-target/de2cbc29-77eb-49cf-bc66-b5fa8bd02525 HTTP/1.1" 409 239 0.003948 10.0.0.41 - - [2025-05-08 02:17:59] "POST /chown HTTP/1.1" 200 109 0.008261 10.0.0.41 - - [2025-05-08 02:17:59] "POST /neutron/subnet HTTP/1.1" 200 711 0.009763 10.0.0.41 - - [2025-05-08 02:17:59] "POST /ref-update HTTP/1.1" 200 156 0.010074 10.0.0.41 - - [2025-05-08 02:17:59] "POST /instance-ips HTTP/1.1" 200 563 0.020059 10.0.0.41 - - [2025-05-08 02:17:59] "PUT /routing-instance/882e4eb3-4376-4742-8e2d-6605bec3f980 HTTP/1.1" 200 266 0.007950 10.0.0.41 - - [2025-05-08 02:17:59] "POST /instance-ips HTTP/1.1" 400 213 0.011224 10.0.0.41 - - [2025-05-08 02:17:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002934 10.0.0.41 - - [2025-05-08 02:17:59] "POST /chown HTTP/1.1" 200 109 0.015152 10.0.0.41 - - [2025-05-08 02:17:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002016 10.0.0.41 - - [2025-05-08 02:17:59] "POST /neutron/subnet HTTP/1.1" 200 151 0.182825 10.0.0.41 - - [2025-05-08 02:17:59] "POST /neutron/network HTTP/1.1" 200 745 0.003653 10.0.0.41 - - [2025-05-08 02:17:59] "PUT /virtual-machine-interface/5a2364b1-0003-4aa0-ac51-6b9e1144a841 HTTP/1.1" 200 284 0.010067 10.0.0.41 - - [2025-05-08 02:17:59] "POST /neutron/network HTTP/1.1" 200 151 0.051762 10.0.0.41 - - [2025-05-08 02:17:59] "PUT /instance-ip/927f1efd-c4ab-4c61-8758-eed1b3b8ab12 HTTP/1.1" 200 256 0.009877 10.0.0.41 - - [2025-05-08 02:17:59] "POST /ref-update HTTP/1.1" 200 156 0.009273 10.0.0.41 - - [2025-05-08 02:17:59] "POST /virtual-machine-interfaces HTTP/1.1" 200 828 0.078017 10.0.0.41 - - [2025-05-08 02:17:59] "POST /chown HTTP/1.1" 200 109 0.006779 10.0.0.41 - - [2025-05-08 02:17:59] "POST /instance-ips HTTP/1.1" 200 561 0.025660 10.0.0.41 - - [2025-05-08 02:17:59] "POST /instance-ips HTTP/1.1" 400 322 0.015617 10.0.0.41 - - [2025-05-08 02:17:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002260 10.0.0.41 - - [2025-05-08 02:17:59] "DELETE /route-target/b2139014-a702-4150-97f3-df43d8cf013e HTTP/1.1" 200 115 0.017863 10.0.0.41 - - [2025-05-08 02:17:59] "GET /projects?obj_uuids=e64a0a64-d93b-4344-b3d7-1e07e0641600&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001003 10.0.0.41 - - [2025-05-08 02:17:59] "POST /chown HTTP/1.1" 200 109 0.013588 10.0.0.41 - - [2025-05-08 02:17:59] "POST /neutron/security_group HTTP/1.1" 200 2103 0.064872 10.0.0.41 - - [2025-05-08 02:17:59] "POST /neutron/security_group HTTP/1.1" 200 2093 0.002953 10.0.0.41 - - [2025-05-08 02:17:59] "POST /neutron/security_group HTTP/1.1" 400 206 0.008491 10.0.0.41 - - [2025-05-08 02:17:59] "PUT /virtual-machine-interface/a19d1c01-e9e2-4f6d-900c-ea96296ea783 HTTP/1.1" 200 284 0.007887 10.0.0.41 - - [2025-05-08 02:18:00] "PUT /instance-ip/d4d2fefb-af1b-4d3b-854c-48d987bda37f HTTP/1.1" 200 256 0.011193 10.0.0.41 - - [2025-05-08 02:18:00] "POST /ref-update HTTP/1.1" 200 156 0.009693 10.0.0.41 - - [2025-05-08 02:18:00] "POST /ref-update HTTP/1.1" 200 156 0.007474 10.0.0.41 - - [2025-05-08 02:18:00] "POST /virtual-machines HTTP/1.1" 200 565 0.012249 10.0.0.41 - - [2025-05-08 02:18:00] "POST /virtual-machine-interfaces HTTP/1.1" 200 830 0.087952 10.0.0.41 - - [2025-05-08 02:18:00] "POST /chown HTTP/1.1" 200 109 0.006454 10.0.0.41 - - [2025-05-08 02:18:00] "POST /instance-ips HTTP/1.1" 400 213 0.011913 10.0.0.41 - - [2025-05-08 02:18:00] "POST /chown HTTP/1.1" 200 109 0.011643 10.0.0.41 - - [2025-05-08 02:18:00] "PUT /virtual-machine-interface/f7f2ff50-e293-4ab7-b8e2-61e7ce59a8c2 HTTP/1.1" 200 284 0.009301 10.0.0.41 - - [2025-05-08 02:18:00] "PUT /instance-ip/927f1efd-c4ab-4c61-8758-eed1b3b8ab12 HTTP/1.1" 200 256 0.011435 10.0.0.41 - - [2025-05-08 02:18:00] "POST /ref-update HTTP/1.1" 200 156 0.010715 10.0.0.41 - - [2025-05-08 02:18:00] "POST /ref-update HTTP/1.1" 200 156 0.009758 10.0.0.41 - - [2025-05-08 02:18:00] "POST /virtual-machine-interfaces HTTP/1.1" 200 828 0.088549 10.0.0.41 - - [2025-05-08 02:18:00] "POST /chown HTTP/1.1" 200 109 0.009714 10.0.0.41 - - [2025-05-08 02:18:00] "POST /instance-ips HTTP/1.1" 400 322 0.013084 10.0.0.41 - - [2025-05-08 02:18:01] "POST /chown HTTP/1.1" 200 109 0.006722 10.0.0.41 - - [2025-05-08 02:18:01] "PUT /virtual-machine-interface/343fd09b-c7d8-4c37-88aa-ff4454d0bc5c HTTP/1.1" 200 284 0.009148 10.0.0.41 - - [2025-05-08 02:18:01] "PUT /instance-ip/d4d2fefb-af1b-4d3b-854c-48d987bda37f HTTP/1.1" 200 256 0.011241 10.0.0.41 - - [2025-05-08 02:18:01] "POST /ref-update HTTP/1.1" 200 156 0.010179 10.0.0.41 - - [2025-05-08 02:18:01] "POST /ref-update HTTP/1.1" 200 156 0.009705 10.0.0.41 - - [2025-05-08 02:18:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002616 10.0.0.41 - - [2025-05-08 02:18:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002116 10.0.0.41 - - [2025-05-08 02:18:01] "POST /chown HTTP/1.1" 200 109 0.006918 10.0.0.41 - - [2025-05-08 02:18:01] "POST /instance-ips HTTP/1.1" 400 213 0.015837 10.0.0.41 - - [2025-05-08 02:18:01] "GET /projects?obj_uuids=73cd7ea6-3e60-4fa3-9961-8b24cfb965da&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002600 10.0.0.41 - - [2025-05-08 02:18:01] "GET /domains?obj_uuids=8acd5d40-dacc-4a92-9ebd-0798e15fb4b7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000943 10.0.0.41 - - [2025-05-08 02:18:01] "POST /chown HTTP/1.1" 200 109 0.011850 10.0.0.41 - - [2025-05-08 02:18:01] "GET /domain/8acd5d40-dacc-4a92-9ebd-0798e15fb4b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.048990 10.0.0.41 - - [2025-05-08 02:18:01] "PUT /instance-ip/927f1efd-c4ab-4c61-8758-eed1b3b8ab12 HTTP/1.1" 200 256 0.010937 10.0.0.41 - - [2025-05-08 02:18:01] "POST /id-to-fqname HTTP/1.1" 200 206 0.001903 10.0.0.41 - - [2025-05-08 02:18:01] "POST /ref-update HTTP/1.1" 200 156 0.019881 10.0.0.41 - - [2025-05-08 02:18:01] "POST /fqname-to-id HTTP/1.1" 404 215 0.003436 10.0.0.41 - - [2025-05-08 02:18:01] "POST /ref-update HTTP/1.1" 200 156 0.014182 10.0.0.41 - - [2025-05-08 02:18:01] "POST /security-groups HTTP/1.1" 200 607 0.064788 10.0.0.41 - - [2025-05-08 02:18:01] "POST /chown HTTP/1.1" 200 109 0.027437 10.0.0.41 - - [2025-05-08 02:18:01] "POST /fqname-to-id HTTP/1.1" 404 250 0.003263 10.0.0.41 - - [2025-05-08 02:18:01] "POST /projects HTTP/1.1" 200 617 0.222383 10.0.0.41 - - [2025-05-08 02:18:01] "POST /access-control-lists HTTP/1.1" 200 612 0.059537 10.0.0.41 - - [2025-05-08 02:18:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.293007 10.0.0.41 - - [2025-05-08 02:18:01] "POST /instance-ips HTTP/1.1" 400 322 0.034588 10.0.0.41 - - [2025-05-08 02:18:01] "POST /fqname-to-id HTTP/1.1" 404 249 0.002598 10.0.0.41 - - [2025-05-08 02:18:01] "POST /chown HTTP/1.1" 200 109 0.009036 10.0.0.41 - - [2025-05-08 02:18:01] "PUT /instance-ip/d4d2fefb-af1b-4d3b-854c-48d987bda37f HTTP/1.1" 200 256 0.016601 10.0.0.41 - - [2025-05-08 02:18:01] "POST /neutron/network HTTP/1.1" 200 703 0.537926 10.0.0.41 - - [2025-05-08 02:18:02] "POST /access-control-lists HTTP/1.1" 200 610 0.076336 10.0.0.41 - - [2025-05-08 02:18:02] "POST /ref-update HTTP/1.1" 200 156 0.018671 10.0.0.41 - - [2025-05-08 02:18:02] "POST /ref-update HTTP/1.1" 200 156 0.009350 10.0.0.41 - - [2025-05-08 02:18:02] "POST /route-targets HTTP/1.1" 200 327 0.012086 10.0.0.41 - - [2025-05-08 02:18:02] "POST /chown HTTP/1.1" 200 109 0.012107 10.0.0.41 - - [2025-05-08 02:18:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002644 10.0.0.41 - - [2025-05-08 02:18:02] "POST /ref-update HTTP/1.1" 200 156 0.020702 10.0.0.41 - - [2025-05-08 02:18:02] "POST /neutron/subnet HTTP/1.1" 200 710 0.180259 10.0.0.41 - - [2025-05-08 02:18:02] "GET /projects?obj_uuids=73cd7ea6-3e60-4fa3-9961-8b24cfb965da&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000967 10.0.0.41 - - [2025-05-08 02:18:02] "POST /instance-ips HTTP/1.1" 400 213 0.015402 10.0.0.41 - - [2025-05-08 02:18:02] "POST /chown HTTP/1.1" 200 109 0.011340 10.0.0.41 - - [2025-05-08 02:18:02] "POST /neutron/router HTTP/1.1" 200 657 0.097030 10.0.0.41 - - [2025-05-08 02:18:02] "POST /neutron/router HTTP/1.1" 200 657 0.004133 10.0.0.41 - - [2025-05-08 02:18:02] "PUT /logical-router/3a7af549-d290-428f-91f2-bbb496877e74 HTTP/1.1" 200 262 0.030895 10.0.0.41 - - [2025-05-08 02:18:02] "GET /projects?obj_uuids=73cd7ea6-3e60-4fa3-9961-8b24cfb965da&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000999 10.0.0.41 - - [2025-05-08 02:18:02] "PUT /instance-ip/927f1efd-c4ab-4c61-8758-eed1b3b8ab12 HTTP/1.1" 200 256 0.024640 10.0.0.41 - - [2025-05-08 02:18:02] "POST /ref-update HTTP/1.1" 200 156 0.043027 10.0.0.41 - - [2025-05-08 02:18:02] "POST /ref-update HTTP/1.1" 200 156 0.016151 10.0.0.41 - - [2025-05-08 02:18:02] "POST /neutron/router HTTP/1.1" 200 344 0.197273 10.0.0.41 - - [2025-05-08 02:18:02] "GET /projects?obj_uuids=73cd7ea6-3e60-4fa3-9961-8b24cfb965da&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001060 10.0.0.41 - - [2025-05-08 02:18:02] "POST /ref-update HTTP/1.1" 200 156 0.017614 10.0.0.41 - - [2025-05-08 02:18:02] "POST /chown HTTP/1.1" 200 109 0.012133 10.0.0.41 - - [2025-05-08 02:18:02] "POST /instance-ips HTTP/1.1" 400 322 0.023438 10.0.0.41 - - [2025-05-08 02:18:02] "POST /chown HTTP/1.1" 200 109 0.010286 10.0.0.41 - - [2025-05-08 02:18:02] "POST /neutron/port HTTP/1.1" 200 1051 0.178895 10.0.0.41 - - [2025-05-08 02:18:02] "POST /neutron/floatingip HTTP/1.1" 400 268 0.002711 10.0.0.41 - - [2025-05-08 02:18:02] "POST /neutron/port HTTP/1.1" 200 1051 0.006306 10.0.0.41 - - [2025-05-08 02:18:02] "PUT /instance-ip/d4d2fefb-af1b-4d3b-854c-48d987bda37f HTTP/1.1" 200 256 0.012597 10.0.0.41 - - [2025-05-08 02:18:02] "POST /neutron/port HTTP/1.1" 200 151 0.065706 10.0.0.41 - - [2025-05-08 02:18:02] "POST /ref-update HTTP/1.1" 200 156 0.010841 10.0.0.41 - - [2025-05-08 02:18:02] "POST /neutron/port HTTP/1.1" 200 1015 0.020774 10.0.0.41 - - [2025-05-08 02:18:02] "POST /neutron/router HTTP/1.1" 200 657 0.003050 10.0.0.41 - - [2025-05-08 02:18:02] "POST /ref-update HTTP/1.1" 200 156 0.014980 10.0.0.41 - - [2025-05-08 02:18:02] "POST /ref-update HTTP/1.1" 200 156 0.013842 10.0.0.41 - - [2025-05-08 02:18:02] "POST /neutron/router HTTP/1.1" 200 344 0.097597 10.0.0.41 - - [2025-05-08 02:18:02] "GET /logical-router/323592bb-c018-4712-8b97-a4f2fa8efddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002436 10.0.0.41 - - [2025-05-08 02:18:02] "POST /neutron/router HTTP/1.1" 200 657 0.004695 10.0.0.41 - - [2025-05-08 02:18:02] "GET /service-instance/8cc94a12-2fd0-420e-8e03-e6d409f57a04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2296 0.003194 10.0.0.41 - - [2025-05-08 02:18:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002520 10.0.0.41 - - [2025-05-08 02:18:03] "POST /neutron/router HTTP/1.1" 200 151 0.044075 10.0.0.41 - - [2025-05-08 02:18:03] "DELETE /route-target/de2cbc29-77eb-49cf-bc66-b5fa8bd02525 HTTP/1.1" 200 115 0.017166 10.0.0.41 - - [2025-05-08 02:18:03] "POST /neutron/subnet HTTP/1.1" 200 710 0.007514 10.0.0.41 - - [2025-05-08 02:18:03] "DELETE /route-table/d0406c7a-8835-482e-b226-960cc1a33f34 HTTP/1.1" 200 115 0.017649 10.0.0.41 - - [2025-05-08 02:18:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002066 10.0.0.41 - - [2025-05-08 02:18:03] "GET /virtual-network/5f7ca615-cbda-48a1-ae5a-d069f51d9520?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.005378 10.0.0.41 - - [2025-05-08 02:18:03] "POST /ref-update HTTP/1.1" 200 156 0.009470 10.0.0.41 - - [2025-05-08 02:18:03] "POST /useragent-kv HTTP/1.1" 200 115 0.004805 10.0.0.41 - - [2025-05-08 02:18:03] "POST /useragent-kv HTTP/1.1" 200 115 0.004199 10.0.0.41 - - [2025-05-08 02:18:03] "POST /neutron/subnet HTTP/1.1" 200 151 0.192363 10.0.0.41 - - [2025-05-08 02:18:03] "POST /neutron/network HTTP/1.1" 200 770 0.002719 10.0.0.41 - - [2025-05-08 02:18:03] "POST /ref-update HTTP/1.1" 200 156 0.009694 10.0.0.41 - - [2025-05-08 02:18:03] "POST /neutron/network HTTP/1.1" 200 151 0.071846 10.0.0.41 - - [2025-05-08 02:18:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002925 10.0.0.41 - - [2025-05-08 02:18:03] "DELETE /instance-ip/c5f023f9-23e1-4a0e-a1f4-eae27c9a4ec4 HTTP/1.1" 200 115 0.044451 10.0.0.41 - - [2025-05-08 02:18:03] "DELETE /route-target/d7cfdafc-a475-4526-9dcd-8a9a9d7c19e5 HTTP/1.1" 200 115 0.020021 10.0.0.41 - - [2025-05-08 02:18:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.41 - - [2025-05-08 02:18:03] "POST /useragent-kv HTTP/1.1" 200 115 0.004791 10.0.0.41 - - [2025-05-08 02:18:03] "POST /useragent-kv HTTP/1.1" 200 115 0.003175 10.0.0.41 - - [2025-05-08 02:18:03] "DELETE /virtual-network/5f7ca615-cbda-48a1-ae5a-d069f51d9520 HTTP/1.1" 200 115 0.121124 10.0.0.41 - - [2025-05-08 02:18:03] "DELETE /route-target/d87fd8f4-491a-4ad6-9f84-9e322141c1b0 HTTP/1.1" 200 115 0.024613 10.0.0.41 - - [2025-05-08 02:18:03] "DELETE /service-instance/8cc94a12-2fd0-420e-8e03-e6d409f57a04 HTTP/1.1" 200 115 0.027356 10.0.0.41 - - [2025-05-08 02:18:03] "GET /virtual-machine-interface/d628fc6e-1c05-4882-98b7-134a8b8d229e?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1352 0.005051 10.0.0.41 - - [2025-05-08 02:18:03] "DELETE /virtual-machine-interface/d628fc6e-1c05-4882-98b7-134a8b8d229e HTTP/1.1" 200 115 0.026508 10.0.0.41 - - [2025-05-08 02:18:03] "GET /virtual-machine-interface/534401f2-d6c8-4e50-b643-a3dae5ee1720?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1677 0.004746 10.0.0.41 - - [2025-05-08 02:18:03] "POST /ref-update HTTP/1.1" 200 156 0.012225 10.0.0.41 - - [2025-05-08 02:18:03] "GET /instance-ip/f85fcbf0-afb2-49aa-ab3a-e2835adfdddb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.008167 10.0.0.41 - - [2025-05-08 02:18:03] "GET /projects?obj_uuids=73cd7ea6-3e60-4fa3-9961-8b24cfb965da&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001021 10.0.0.41 - - [2025-05-08 02:18:03] "POST /neutron/security_group HTTP/1.1" 200 2110 0.055175 10.0.0.41 - - [2025-05-08 02:18:03] "POST /neutron/security_group HTTP/1.1" 200 2100 0.003476 10.0.0.41 - - [2025-05-08 02:18:03] "DELETE /access-control-list/3d4153c7-884c-491a-9b92-c8512f87896f HTTP/1.1" 200 115 0.029552 10.0.0.41 - - [2025-05-08 02:18:03] "DELETE /virtual-machine-interface/534401f2-d6c8-4e50-b643-a3dae5ee1720 HTTP/1.1" 200 115 0.053695 10.0.0.41 - - [2025-05-08 02:18:03] "POST /neutron/security_group HTTP/1.1" 200 151 0.059756 10.0.0.41 - - [2025-05-08 02:18:03] "DELETE /access-control-list/6512cfb2-ba11-462d-b07c-44046c77cc55 HTTP/1.1" 200 115 0.027739 10.0.0.41 - - [2025-05-08 02:18:03] "DELETE /virtual-machine/f9e90e25-6e04-4dbb-ad35-b7dcd0082b97 HTTP/1.1" 200 115 0.026955 10.0.0.41 - - [2025-05-08 02:18:03] "GET /virtual-machine-interface/354a43d9-9eca-4594-820f-4aae43234ad6?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1350 0.005265 10.0.0.41 - - [2025-05-08 02:18:04] "DELETE /virtual-machine-interface/354a43d9-9eca-4594-820f-4aae43234ad6 HTTP/1.1" 200 115 0.029556 10.0.0.41 - - [2025-05-08 02:18:04] "GET /virtual-machine-interface/86f75c9e-da8b-4fc7-bc51-d400c4ae9ee0?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1677 0.005132 10.0.0.41 - - [2025-05-08 02:18:04] "POST /ref-update HTTP/1.1" 200 156 0.010608 10.0.0.41 - - [2025-05-08 02:18:04] "GET /instance-ip/f85fcbf0-afb2-49aa-ab3a-e2835adfdddb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.004649 10.0.0.41 - - [2025-05-08 02:18:04] "DELETE /instance-ip/f85fcbf0-afb2-49aa-ab3a-e2835adfdddb HTTP/1.1" 200 115 0.025624 10.0.0.41 - - [2025-05-08 02:18:04] "DELETE /virtual-machine-interface/86f75c9e-da8b-4fc7-bc51-d400c4ae9ee0 HTTP/1.1" 200 115 0.032598 10.0.0.41 - - [2025-05-08 02:18:04] "POST /ref-update HTTP/1.1" 200 156 0.008886 10.0.0.41 - - [2025-05-08 02:18:04] "DELETE /virtual-machine/25fff404-b734-4c0c-ac03-ed5464d3d5e4 HTTP/1.1" 200 115 0.016906 10.0.0.41 - - [2025-05-08 02:18:05] "GET /projects?obj_uuids=08180ed3-dcc1-461f-8b16-0321b2190bea&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002207 10.0.0.41 - - [2025-05-08 02:18:05] "GET /domains?obj_uuids=8acd5d40-dacc-4a92-9ebd-0798e15fb4b7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001282 10.0.0.41 - - [2025-05-08 02:18:05] "GET /domain/8acd5d40-dacc-4a92-9ebd-0798e15fb4b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.047867 10.0.0.41 - - [2025-05-08 02:18:05] "POST /id-to-fqname HTTP/1.1" 200 199 0.001196 10.0.0.41 - - [2025-05-08 02:18:05] "POST /fqname-to-id HTTP/1.1" 404 208 0.002331 10.0.0.41 - - [2025-05-08 02:18:05] "POST /security-groups HTTP/1.1" 200 600 0.059803 10.0.0.41 - - [2025-05-08 02:18:05] "POST /fqname-to-id HTTP/1.1" 404 243 0.002766 10.0.0.41 - - [2025-05-08 02:18:05] "POST /projects HTTP/1.1" 200 603 0.201634 10.0.0.41 - - [2025-05-08 02:18:05] "POST /access-control-lists HTTP/1.1" 200 605 0.054923 10.0.0.41 - - [2025-05-08 02:18:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.272288 10.0.0.41 - - [2025-05-08 02:18:05] "POST /fqname-to-id HTTP/1.1" 404 242 0.002696 10.0.0.41 - - [2025-05-08 02:18:05] "POST /access-control-lists HTTP/1.1" 200 603 0.064842 10.0.0.41 - - [2025-05-08 02:18:05] "POST /neutron/network HTTP/1.1" 200 634 0.527059 10.0.0.41 - - [2025-05-08 02:18:05] "GET /projects?obj_uuids=08180ed3-dcc1-461f-8b16-0321b2190bea&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001072 10.0.0.41 - - [2025-05-08 02:18:06] "POST /neutron/network HTTP/1.1" 200 634 0.072819 10.0.0.41 - - [2025-05-08 02:18:06] "POST /route-targets HTTP/1.1" 200 327 0.011908 10.0.0.41 - - [2025-05-08 02:18:06] "POST /neutron/network HTTP/1.1" 200 6059 0.023277 10.0.0.41 - - [2025-05-08 02:18:06] "POST /neutron/network HTTP/1.1" 200 682 0.003950 10.0.0.41 - - [2025-05-08 02:18:06] "POST /ref-update HTTP/1.1" 200 156 0.012094 10.0.0.41 - - [2025-05-08 02:18:06] "POST /neutron/network HTTP/1.1" 200 151 0.059047 10.0.0.41 - - [2025-05-08 02:18:06] "POST /route-targets HTTP/1.1" 200 327 0.008421 10.0.0.41 - - [2025-05-08 02:18:06] "POST /neutron/network HTTP/1.1" 200 682 0.005711 10.0.0.41 - - [2025-05-08 02:18:06] "POST /ref-update HTTP/1.1" 200 156 0.008177 10.0.0.41 - - [2025-05-08 02:18:06] "POST /neutron/network HTTP/1.1" 200 151 0.049000 10.0.0.41 - - [2025-05-08 02:18:06] "POST /neutron/network HTTP/1.1" 200 4981 0.019074 10.0.0.41 - - [2025-05-08 02:18:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005290 10.0.0.41 - - [2025-05-08 02:18:06] "GET /projects?obj_uuids=08180ed3-dcc1-461f-8b16-0321b2190bea&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000920 10.0.0.41 - - [2025-05-08 02:18:06] "POST /neutron/network HTTP/1.1" 200 680 0.059302 10.0.0.41 - - [2025-05-08 02:18:06] "DELETE /route-target/beb6799d-abfa-4a5e-b166-4835c2c01f97 HTTP/1.1" 200 115 0.020772 10.0.0.41 - - [2025-05-08 02:18:06] "GET /projects?obj_uuids=08180ed3-dcc1-461f-8b16-0321b2190bea&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001673 10.0.0.41 - - [2025-05-08 02:18:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002292 10.0.0.41 - - [2025-05-08 02:18:06] "POST /neutron/network HTTP/1.1" 200 678 0.063111 10.0.0.41 - - [2025-05-08 02:18:06] "DELETE /route-target/e8596664-6b0b-4491-aa5a-68533604065c HTTP/1.1" 200 115 0.018705 10.0.0.41 - - [2025-05-08 02:18:06] "GET /projects?obj_uuids=08180ed3-dcc1-461f-8b16-0321b2190bea&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001212 10.0.0.41 - - [2025-05-08 02:18:06] "POST /route-targets HTTP/1.1" 200 327 0.012362 10.0.0.41 - - [2025-05-08 02:18:06] "POST /ref-update HTTP/1.1" 200 156 0.029769 10.0.0.41 - - [2025-05-08 02:18:06] "POST /neutron/port HTTP/1.1" 200 923 0.117528 10.0.0.41 - - [2025-05-08 02:18:06] "GET /projects?obj_uuids=08180ed3-dcc1-461f-8b16-0321b2190bea&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001384 10.0.0.41 - - [2025-05-08 02:18:06] "POST /route-targets HTTP/1.1" 200 327 0.037611 10.0.0.41 - - [2025-05-08 02:18:06] "POST /neutron/port HTTP/1.1" 200 948 0.112373 10.0.0.41 - - [2025-05-08 02:18:06] "POST /ref-update HTTP/1.1" 200 156 0.012237 10.0.0.41 - - [2025-05-08 02:18:06] "POST /neutron/port HTTP/1.1" 200 13064 0.063628 10.0.0.41 - - [2025-05-08 02:18:06] "POST /neutron/port HTTP/1.1" 200 923 0.004894 10.0.0.41 - - [2025-05-08 02:18:06] "POST /neutron/port HTTP/1.1" 200 151 0.029763 10.0.0.41 - - [2025-05-08 02:18:06] "POST /neutron/port HTTP/1.1" 200 948 0.005847 10.0.0.41 - - [2025-05-08 02:18:06] "POST /neutron/port HTTP/1.1" 200 151 0.030686 10.0.0.41 - - [2025-05-08 02:18:07] "POST /neutron/port HTTP/1.1" 200 11479 0.039920 10.0.0.41 - - [2025-05-08 02:18:07] "GET /projects?obj_uuids=08180ed3-dcc1-461f-8b16-0321b2190bea&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001031 10.0.0.41 - - [2025-05-08 02:18:07] "POST /neutron/network HTTP/1.1" 200 680 0.059799 10.0.0.41 - - [2025-05-08 02:18:07] "GET /projects?obj_uuids=08180ed3-dcc1-461f-8b16-0321b2190bea&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000937 10.0.0.41 - - [2025-05-08 02:18:07] "POST /route-targets HTTP/1.1" 200 327 0.015175 10.0.0.41 - - [2025-05-08 02:18:07] "POST /ref-update HTTP/1.1" 200 156 0.016700 10.0.0.41 - - [2025-05-08 02:18:07] "POST /neutron/network HTTP/1.1" 200 680 0.070960 10.0.0.41 - - [2025-05-08 02:18:07] "POST /route-targets HTTP/1.1" 200 327 0.009628 10.0.0.41 - - [2025-05-08 02:18:07] "POST /ref-update HTTP/1.1" 200 156 0.009309 10.0.0.41 - - [2025-05-08 02:18:07] "POST /useragent-kv HTTP/1.1" 200 115 0.005046 10.0.0.41 - - [2025-05-08 02:18:07] "POST /neutron/subnet HTTP/1.1" 200 735 0.185953 10.0.0.41 - - [2025-05-08 02:18:07] "POST /useragent-kv HTTP/1.1" 200 115 0.004833 10.0.0.41 - - [2025-05-08 02:18:07] "POST /neutron/subnet HTTP/1.1" 200 714 0.186884 10.0.0.41 - - [2025-05-08 02:18:07] "POST /neutron/subnet HTTP/1.1" 200 3426 0.044226 10.0.0.41 - - [2025-05-08 02:18:07] "POST /neutron/subnet HTTP/1.1" 200 735 0.005548 10.0.0.41 - - [2025-05-08 02:18:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003896 10.0.0.41 - - [2025-05-08 02:18:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002305 10.0.0.41 - - [2025-05-08 02:18:07] "POST /neutron/subnet HTTP/1.1" 200 151 0.169215 10.0.0.41 - - [2025-05-08 02:18:07] "POST /neutron/subnet HTTP/1.1" 200 714 0.006224 10.0.0.41 - - [2025-05-08 02:18:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003789 10.0.0.41 - - [2025-05-08 02:18:08] "POST /useragent-kv HTTP/1.1" 200 115 0.001901 10.0.0.41 - - [2025-05-08 02:18:08] "POST /neutron/subnet HTTP/1.1" 200 151 0.161251 10.0.0.41 - - [2025-05-08 02:18:08] "POST /neutron/subnet HTTP/1.1" 200 2263 0.021924 10.0.0.41 - - [2025-05-08 02:18:08] "POST /neutron/network HTTP/1.1" 200 747 0.003626 10.0.0.41 - - [2025-05-08 02:18:08] "POST /neutron/network HTTP/1.1" 200 151 0.049310 10.0.0.41 - - [2025-05-08 02:18:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002209 10.0.0.41 - - [2025-05-08 02:18:08] "POST /neutron/network HTTP/1.1" 200 747 0.003515 10.0.0.41 - - [2025-05-08 02:18:08] "DELETE /route-target/7bbe8abf-bfef-47fc-93aa-76982aad8743 HTTP/1.1" 200 115 0.018064 10.0.0.41 - - [2025-05-08 02:18:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002960 10.0.0.41 - - [2025-05-08 02:18:08] "POST /neutron/network HTTP/1.1" 200 151 0.063160 10.0.0.41 - - [2025-05-08 02:18:08] "POST /neutron/network HTTP/1.1" 200 726 0.003727 10.0.0.41 - - [2025-05-08 02:18:08] "DELETE /route-target/a3cd1126-899e-4d85-8428-f1b05982fe19 HTTP/1.1" 200 115 0.013805 10.0.0.41 - - [2025-05-08 02:18:08] "POST /neutron/network HTTP/1.1" 200 151 0.054120 10.0.0.41 - - [2025-05-08 02:18:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.41 - - [2025-05-08 02:18:08] "POST /neutron/network HTTP/1.1" 200 728 0.004495 10.0.0.41 - - [2025-05-08 02:18:08] "DELETE /route-target/be1247c1-a505-4633-85e2-3e99311a8055 HTTP/1.1" 200 115 0.018784 10.0.0.41 - - [2025-05-08 02:18:08] "POST /neutron/network HTTP/1.1" 200 151 0.064504 10.0.0.41 - - [2025-05-08 02:18:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002547 10.0.0.41 - - [2025-05-08 02:18:08] "DELETE /route-target/aed3c7eb-ca65-40a6-82a4-522f557a9f4d HTTP/1.1" 200 115 0.011061 10.0.0.41 - - [2025-05-08 02:18:08] "GET /projects?obj_uuids=08180ed3-dcc1-461f-8b16-0321b2190bea&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001065 10.0.0.41 - - [2025-05-08 02:18:08] "POST /neutron/security_group HTTP/1.1" 200 2103 0.047982 10.0.0.41 - - [2025-05-08 02:18:08] "POST /neutron/security_group HTTP/1.1" 200 2093 0.003337 10.0.0.41 - - [2025-05-08 02:18:08] "POST /neutron/security_group HTTP/1.1" 200 151 0.034317 10.0.0.41 - - [2025-05-08 02:18:08] "DELETE /access-control-list/5b390a15-ed56-4996-ad76-1b10289e4a1d HTTP/1.1" 200 115 0.021049 10.0.0.41 - - [2025-05-08 02:18:08] "DELETE /access-control-list/ea882e4a-8c42-4f0c-a881-c98bb4adf3c4 HTTP/1.1" 200 115 0.018783 10.0.0.41 - - [2025-05-08 02:18:10] "GET /projects?obj_uuids=dc0ae3bb-f69f-4599-9e10-456ccb8cae48&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002938 10.0.0.41 - - [2025-05-08 02:18:10] "GET /domains?obj_uuids=8acd5d40-dacc-4a92-9ebd-0798e15fb4b7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000949 10.0.0.41 - - [2025-05-08 02:18:10] "GET /domain/8acd5d40-dacc-4a92-9ebd-0798e15fb4b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.046565 10.0.0.41 - - [2025-05-08 02:18:10] "POST /id-to-fqname HTTP/1.1" 200 192 0.001246 10.0.0.41 - - [2025-05-08 02:18:10] "POST /fqname-to-id HTTP/1.1" 404 201 0.002991 10.0.0.41 - - [2025-05-08 02:18:10] "POST /security-groups HTTP/1.1" 200 593 0.059743 10.0.0.41 - - [2025-05-08 02:18:10] "POST /fqname-to-id HTTP/1.1" 404 236 0.002652 10.0.0.41 - - [2025-05-08 02:18:10] "POST /projects HTTP/1.1" 200 589 0.204393 10.0.0.41 - - [2025-05-08 02:18:10] "POST /access-control-lists HTTP/1.1" 200 598 0.054701 10.0.0.41 - - [2025-05-08 02:18:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.272202 10.0.0.41 - - [2025-05-08 02:18:10] "POST /fqname-to-id HTTP/1.1" 404 235 0.002495 10.0.0.41 - - [2025-05-08 02:18:10] "POST /neutron/network HTTP/1.1" 200 659 0.486662 10.0.0.41 - - [2025-05-08 02:18:10] "POST /access-control-lists HTTP/1.1" 200 596 0.020222 10.0.0.41 - - [2025-05-08 02:18:10] "POST /route-targets HTTP/1.1" 200 327 0.008480 10.0.0.41 - - [2025-05-08 02:18:10] "POST /ref-update HTTP/1.1" 200 156 0.009288 10.0.0.41 - - [2025-05-08 02:18:11] "POST /useragent-kv HTTP/1.1" 200 115 0.001884 10.0.0.41 - - [2025-05-08 02:18:11] "POST /neutron/subnet HTTP/1.1" 200 729 0.148116 10.0.0.41 - - [2025-05-08 02:18:11] "GET /projects?obj_uuids=dc0ae3bb-f69f-4599-9e10-456ccb8cae48&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001014 10.0.0.41 - - [2025-05-08 02:18:11] "POST /neutron/network HTTP/1.1" 200 661 0.104580 10.0.0.41 - - [2025-05-08 02:18:11] "POST /route-targets HTTP/1.1" 200 327 0.011961 10.0.0.41 - - [2025-05-08 02:18:11] "POST /ref-update HTTP/1.1" 200 156 0.009650 10.0.0.41 - - [2025-05-08 02:18:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002286 10.0.0.41 - - [2025-05-08 02:18:11] "POST /neutron/subnet HTTP/1.1" 200 750 0.121039 10.0.0.41 - - [2025-05-08 02:18:11] "POST /neutron/network HTTP/1.1" 200 877 0.004430 10.0.0.41 - - [2025-05-08 02:18:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.41 - - [2025-05-08 02:18:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002358 10.0.0.41 - - [2025-05-08 02:18:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002463 10.0.0.41 - - [2025-05-08 02:18:11] "POST /neutron/network HTTP/1.1" 200 151 0.065779 10.0.0.41 - - [2025-05-08 02:18:11] "DELETE /route-target/c1e51941-f618-40e8-8ab6-267c641c253a HTTP/1.1" 200 115 0.012932 10.0.0.41 - - [2025-05-08 02:18:11] "GET /projects?obj_uuids=dc0ae3bb-f69f-4599-9e10-456ccb8cae48&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000947 10.0.0.41 - - [2025-05-08 02:18:11] "POST /neutron/network HTTP/1.1" 200 661 0.105518 10.0.0.41 - - [2025-05-08 02:18:11] "POST /route-targets HTTP/1.1" 200 327 0.011998 10.0.0.41 - - [2025-05-08 02:18:11] "POST /ref-update HTTP/1.1" 200 156 0.009497 10.0.0.41 - - [2025-05-08 02:18:11] "POST /useragent-kv HTTP/1.1" 200 115 0.004211 10.0.0.41 - - [2025-05-08 02:18:11] "POST /neutron/subnet HTTP/1.1" 200 701 0.205255 10.0.0.41 - - [2025-05-08 02:18:11] "POST /neutron/network HTTP/1.1" 200 877 0.004756 10.0.0.41 - - [2025-05-08 02:18:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.41 - - [2025-05-08 02:18:11] "POST /useragent-kv HTTP/1.1" 200 115 0.001993 10.0.0.41 - - [2025-05-08 02:18:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003089 10.0.0.41 - - [2025-05-08 02:18:11] "POST /neutron/network HTTP/1.1" 200 151 0.065116 10.0.0.41 - - [2025-05-08 02:18:11] "DELETE /route-target/2f600ca8-1b37-4dc2-8646-55c42e60e163 HTTP/1.1" 200 115 0.015982 10.0.0.41 - - [2025-05-08 02:18:11] "GET /projects?obj_uuids=dc0ae3bb-f69f-4599-9e10-456ccb8cae48&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000983 10.0.0.41 - - [2025-05-08 02:18:11] "POST /neutron/network HTTP/1.1" 200 659 0.105399 10.0.0.41 - - [2025-05-08 02:18:11] "POST /route-targets HTTP/1.1" 200 327 0.010657 10.0.0.41 - - [2025-05-08 02:18:11] "POST /ref-update HTTP/1.1" 200 156 0.008851 10.0.0.41 - - [2025-05-08 02:18:12] "POST /useragent-kv HTTP/1.1" 200 115 0.002743 10.0.0.41 - - [2025-05-08 02:18:12] "POST /neutron/subnet HTTP/1.1" 200 702 0.201235 10.0.0.41 - - [2025-05-08 02:18:12] "POST /neutron/network HTTP/1.1" 200 875 0.004227 10.0.0.41 - - [2025-05-08 02:18:12] "POST /useragent-kv HTTP/1.1" 200 115 0.003131 10.0.0.41 - - [2025-05-08 02:18:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003841 10.0.0.41 - - [2025-05-08 02:18:12] "POST /useragent-kv HTTP/1.1" 200 115 0.001675 10.0.0.41 - - [2025-05-08 02:18:12] "POST /neutron/network HTTP/1.1" 200 151 0.059761 10.0.0.41 - - [2025-05-08 02:18:12] "DELETE /route-target/65d7c560-3e6a-483f-83c1-4ab03303f0c2 HTTP/1.1" 200 115 0.015863 10.0.0.41 - - [2025-05-08 02:18:12] "GET /projects?obj_uuids=dc0ae3bb-f69f-4599-9e10-456ccb8cae48&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000876 10.0.0.41 - - [2025-05-08 02:18:12] "POST /neutron/network HTTP/1.1" 200 659 0.098707 10.0.0.41 - - [2025-05-08 02:18:12] "POST /route-targets HTTP/1.1" 200 327 0.009570 10.0.0.41 - - [2025-05-08 02:18:12] "POST /ref-update HTTP/1.1" 200 156 0.010543 10.0.0.41 - - [2025-05-08 02:18:12] "POST /useragent-kv HTTP/1.1" 200 115 0.003387 10.0.0.41 - - [2025-05-08 02:18:12] "POST /neutron/subnet HTTP/1.1" 200 710 0.201377 10.0.0.41 - - [2025-05-08 02:18:12] "POST /neutron/network HTTP/1.1" 200 875 0.005309 10.0.0.41 - - [2025-05-08 02:18:12] "POST /useragent-kv HTTP/1.1" 200 115 0.003158 10.0.0.41 - - [2025-05-08 02:18:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003841 10.0.0.41 - - [2025-05-08 02:18:12] "POST /useragent-kv HTTP/1.1" 200 115 0.001633 10.0.0.41 - - [2025-05-08 02:18:12] "POST /neutron/network HTTP/1.1" 200 151 0.064483 10.0.0.41 - - [2025-05-08 02:18:12] "GET /projects?obj_uuids=dc0ae3bb-f69f-4599-9e10-456ccb8cae48&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001346 10.0.0.41 - - [2025-05-08 02:18:12] "DELETE /route-target/bf5bba57-c7e0-4717-b83a-6b51a7517b1b HTTP/1.1" 200 115 0.023313 10.0.0.41 - - [2025-05-08 02:18:12] "POST /neutron/network HTTP/1.1" 200 657 0.115419 10.0.0.41 - - [2025-05-08 02:18:12] "POST /route-targets HTTP/1.1" 200 327 0.010469 10.0.0.41 - - [2025-05-08 02:18:12] "POST /ref-update HTTP/1.1" 200 156 0.012373 10.0.0.41 - - [2025-05-08 02:18:12] "POST /useragent-kv HTTP/1.1" 200 115 0.002589 10.0.0.41 - - [2025-05-08 02:18:12] "POST /neutron/subnet HTTP/1.1" 200 709 0.183998 10.0.0.41 - - [2025-05-08 02:18:12] "POST /neutron/network HTTP/1.1" 200 873 0.004652 10.0.0.41 - - [2025-05-08 02:18:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003046 10.0.0.41 - - [2025-05-08 02:18:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003423 10.0.0.41 - - [2025-05-08 02:18:13] "POST /useragent-kv HTTP/1.1" 200 115 0.001465 10.0.0.41 - - [2025-05-08 02:18:13] "POST /neutron/network HTTP/1.1" 200 151 0.060481 10.0.0.41 - - [2025-05-08 02:18:13] "DELETE /route-target/233b5d53-72fc-4665-99f8-c0a17f87b3f5 HTTP/1.1" 200 115 0.011361 10.0.0.41 - - [2025-05-08 02:18:13] "GET /projects?obj_uuids=dc0ae3bb-f69f-4599-9e10-456ccb8cae48&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000947 10.0.0.41 - - [2025-05-08 02:18:13] "POST /neutron/network HTTP/1.1" 200 659 0.094990 10.0.0.41 - - [2025-05-08 02:18:13] "POST /route-targets HTTP/1.1" 200 327 0.009739 10.0.0.41 - - [2025-05-08 02:18:13] "POST /ref-update HTTP/1.1" 200 156 0.008358 10.0.0.41 - - [2025-05-08 02:18:13] "POST /useragent-kv HTTP/1.1" 200 115 0.001946 10.0.0.41 - - [2025-05-08 02:18:13] "POST /neutron/subnet HTTP/1.1" 200 742 0.190215 10.0.0.41 - - [2025-05-08 02:18:13] "POST /neutron/network HTTP/1.1" 200 875 0.004454 10.0.0.41 - - [2025-05-08 02:18:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003672 10.0.0.41 - - [2025-05-08 02:18:13] "POST /useragent-kv HTTP/1.1" 200 115 0.001946 10.0.0.41 - - [2025-05-08 02:18:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002424 10.0.0.41 - - [2025-05-08 02:18:13] "POST /neutron/network HTTP/1.1" 200 151 0.061547 10.0.0.41 - - [2025-05-08 02:18:13] "GET /projects?obj_uuids=dc0ae3bb-f69f-4599-9e10-456ccb8cae48&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000921 10.0.0.41 - - [2025-05-08 02:18:13] "DELETE /route-target/e399a8cc-0649-4a26-8f9f-ec34b10611c1 HTTP/1.1" 200 115 0.025944 10.0.0.41 - - [2025-05-08 02:18:13] "POST /neutron/network HTTP/1.1" 200 659 0.098843 10.0.0.41 - - [2025-05-08 02:18:13] "POST /route-targets HTTP/1.1" 200 327 0.009098 10.0.0.41 - - [2025-05-08 02:18:13] "POST /ref-update HTTP/1.1" 200 156 0.009834 10.0.0.41 - - [2025-05-08 02:18:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003183 10.0.0.41 - - [2025-05-08 02:18:13] "POST /neutron/subnet HTTP/1.1" 200 702 0.177467 10.0.0.41 - - [2025-05-08 02:18:13] "POST /neutron/network HTTP/1.1" 200 875 0.004253 10.0.0.41 - - [2025-05-08 02:18:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004079 10.0.0.41 - - [2025-05-08 02:18:13] "POST /useragent-kv HTTP/1.1" 200 115 0.001791 10.0.0.41 - - [2025-05-08 02:18:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002701 10.0.0.41 - - [2025-05-08 02:18:13] "POST /neutron/network HTTP/1.1" 200 151 0.068104 10.0.0.41 - - [2025-05-08 02:18:13] "DELETE /route-target/0dc5e135-50b1-4de7-b18f-d5864b58468c HTTP/1.1" 200 115 0.018335 10.0.0.41 - - [2025-05-08 02:18:13] "GET /projects?obj_uuids=dc0ae3bb-f69f-4599-9e10-456ccb8cae48&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000995 10.0.0.41 - - [2025-05-08 02:18:13] "POST /neutron/network HTTP/1.1" 200 661 0.103163 10.0.0.41 - - [2025-05-08 02:18:13] "POST /neutron/network HTTP/1.1" 200 709 0.004289 10.0.0.41 - - [2025-05-08 02:18:13] "POST /route-targets HTTP/1.1" 200 327 0.011649 10.0.0.41 - - [2025-05-08 02:18:14] "POST /ref-update HTTP/1.1" 200 156 0.011995 10.0.0.41 - - [2025-05-08 02:18:14] "POST /neutron/network HTTP/1.1" 200 676 0.033566 10.0.0.41 - - [2025-05-08 02:18:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002309 10.0.0.41 - - [2025-05-08 02:18:14] "POST /neutron/subnet HTTP/1.1" 200 710 0.158008 10.0.0.41 - - [2025-05-08 02:18:14] "POST /neutron/subnet HTTP/1.1" 200 710 0.005554 10.0.0.41 - - [2025-05-08 02:18:14] "POST /neutron/subnet HTTP/1.1" 200 720 0.119159 10.0.0.41 - - [2025-05-08 02:18:14] "POST /neutron/network HTTP/1.1" 200 844 0.004863 10.0.0.41 - - [2025-05-08 02:18:14] "POST /useragent-kv HTTP/1.1" 200 115 0.001890 10.0.0.41 - - [2025-05-08 02:18:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.41 - - [2025-05-08 02:18:14] "POST /useragent-kv HTTP/1.1" 200 115 0.001887 10.0.0.41 - - [2025-05-08 02:18:14] "POST /neutron/network HTTP/1.1" 200 151 0.059002 10.0.0.41 - - [2025-05-08 02:18:14] "DELETE /route-target/5bab23c1-b101-40a8-bda1-fd01d609b877 HTTP/1.1" 200 115 0.013062 10.0.0.41 - - [2025-05-08 02:18:14] "POST /neutron/network HTTP/1.1" 400 207 0.002680 10.0.0.41 - - [2025-05-08 02:18:14] "GET /projects?obj_uuids=dc0ae3bb-f69f-4599-9e10-456ccb8cae48&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000890 10.0.0.41 - - [2025-05-08 02:18:14] "POST /neutron/network HTTP/1.1" 200 663 0.098648 10.0.0.41 - - [2025-05-08 02:18:14] "POST /neutron/network HTTP/1.1" 200 721 0.005303 10.0.0.41 - - [2025-05-08 02:18:14] "POST /neutron/network HTTP/1.1" 200 711 0.002655 10.0.0.41 - - [2025-05-08 02:18:14] "POST /route-targets HTTP/1.1" 200 327 0.011875 10.0.0.41 - - [2025-05-08 02:18:14] "POST /ref-update HTTP/1.1" 200 156 0.014051 10.0.0.41 - - [2025-05-08 02:18:14] "POST /neutron/network HTTP/1.1" 200 711 0.032498 10.0.0.41 - - [2025-05-08 02:18:14] "POST /neutron/network HTTP/1.1" 200 721 0.003057 10.0.0.41 - - [2025-05-08 02:18:14] "GET /projects?obj_uuids=dc0ae3bb-f69f-4599-9e10-456ccb8cae48&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001015 10.0.0.41 - - [2025-05-08 02:18:14] "POST /neutron/network HTTP/1.1" 200 659 0.054521 10.0.0.41 - - [2025-05-08 02:18:14] "POST /route-targets HTTP/1.1" 200 327 0.010526 10.0.0.41 - - [2025-05-08 02:18:14] "POST /ref-update HTTP/1.1" 200 156 0.009223 10.0.0.41 - - [2025-05-08 02:18:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002452 10.0.0.41 - - [2025-05-08 02:18:14] "POST /neutron/subnet HTTP/1.1" 200 710 0.162554 10.0.0.41 - - [2025-05-08 02:18:14] "POST /neutron/network HTTP/1.1" 200 875 0.004635 10.0.0.41 - - [2025-05-08 02:18:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003310 10.0.0.41 - - [2025-05-08 02:18:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703 10.0.0.41 - - [2025-05-08 02:18:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003018 10.0.0.41 - - [2025-05-08 02:18:14] "POST /neutron/network HTTP/1.1" 200 151 0.064778 10.0.0.41 - - [2025-05-08 02:18:14] "DELETE /route-target/22904784-0b65-4d78-b5fe-d4dd48360df2 HTTP/1.1" 200 115 0.016047 10.0.0.41 - - [2025-05-08 02:18:14] "POST /neutron/subnet HTTP/1.1" 400 209 0.002552 10.0.0.41 - - [2025-05-08 02:18:14] "POST /neutron/network HTTP/1.1" 400 207 0.002466 10.0.0.41 - - [2025-05-08 02:18:14] "POST /neutron/network HTTP/1.1" 200 766 0.008617 10.0.0.41 - - [2025-05-08 02:18:15] "POST /neutron/subnet HTTP/1.1" 200 706 0.019525 10.0.0.41 - - [2025-05-08 02:18:15] "POST /neutron/network HTTP/1.1" 200 6285 0.021196 10.0.0.41 - - [2025-05-08 02:18:15] "POST /neutron/subnet HTTP/1.1" 200 2849 0.019375 10.0.0.41 - - [2025-05-08 02:18:15] "POST /neutron/subnet HTTP/1.1" 200 2849 0.019880 10.0.0.41 - - [2025-05-08 02:18:15] "POST /neutron/network HTTP/1.1" 200 879 0.004829 10.0.0.41 - - [2025-05-08 02:18:15] "POST /neutron/subnet HTTP/1.1" 200 729 0.006215 10.0.0.41 - - [2025-05-08 02:18:15] "POST /neutron/subnet HTTP/1.1" 200 729 0.006037 10.0.0.41 - - [2025-05-08 02:18:15] "POST /neutron/subnet HTTP/1.1" 400 209 0.002997 10.0.0.41 - - [2025-05-08 02:18:15] "POST /neutron/network HTTP/1.1" 400 207 0.002488 10.0.0.41 - - [2025-05-08 02:18:15] "POST /neutron/network HTTP/1.1" 200 711 0.002862 10.0.0.41 - - [2025-05-08 02:18:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002855 10.0.0.41 - - [2025-05-08 02:18:15] "POST /neutron/network HTTP/1.1" 200 151 0.048385 10.0.0.41 - - [2025-05-08 02:18:15] "POST /neutron/subnet HTTP/1.1" 400 209 0.004398 10.0.0.41 - - [2025-05-08 02:18:15] "DELETE /route-target/f9a1c7ed-7951-42bd-892e-7db8d56c2d39 HTTP/1.1" 200 115 0.016734 10.0.0.41 - - [2025-05-08 02:18:15] "POST /neutron/network HTTP/1.1" 400 207 0.002321 10.0.0.41 - - [2025-05-08 02:18:15] "POST /neutron/subnet HTTP/1.1" 400 209 0.002287 10.0.0.41 - - [2025-05-08 02:18:15] "POST /neutron/network HTTP/1.1" 400 207 0.002470 10.0.0.41 - - [2025-05-08 02:18:15] "POST /neutron/subnet HTTP/1.1" 400 209 0.002292 10.0.0.41 - - [2025-05-08 02:18:15] "POST /neutron/network HTTP/1.1" 400 207 0.002023 10.0.0.41 - - [2025-05-08 02:18:15] "POST /neutron/subnet HTTP/1.1" 400 209 0.002044 10.0.0.41 - - [2025-05-08 02:18:15] "POST /neutron/network HTTP/1.1" 400 207 0.002070 10.0.0.41 - - [2025-05-08 02:18:15] "POST /neutron/subnet HTTP/1.1" 400 209 0.002459 10.0.0.41 - - [2025-05-08 02:18:15] "POST /neutron/network HTTP/1.1" 400 207 0.001978 10.0.0.41 - - [2025-05-08 02:18:15] "POST /neutron/subnet HTTP/1.1" 400 209 0.002310 10.0.0.41 - - [2025-05-08 02:18:15] "POST /neutron/network HTTP/1.1" 400 207 0.002013 10.0.0.41 - - [2025-05-08 02:18:15] "POST /neutron/subnet HTTP/1.1" 400 209 0.002055 10.0.0.41 - - [2025-05-08 02:18:15] "POST /neutron/network HTTP/1.1" 400 207 0.003057 10.0.0.41 - - [2025-05-08 02:18:15] "POST /neutron/subnet HTTP/1.1" 400 209 0.002127 10.0.0.41 - - [2025-05-08 02:18:15] "POST /neutron/network HTTP/1.1" 400 207 0.002090 10.0.0.41 - - [2025-05-08 02:18:15] "POST /neutron/subnet HTTP/1.1" 200 729 0.005102 10.0.0.41 - - [2025-05-08 02:18:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002377 10.0.0.41 - - [2025-05-08 02:18:15] "POST /useragent-kv HTTP/1.1" 200 115 0.001965 10.0.0.41 - - [2025-05-08 02:18:15] "POST /neutron/subnet HTTP/1.1" 200 151 0.177995 10.0.0.41 - - [2025-05-08 02:18:15] "POST /neutron/network HTTP/1.1" 200 726 0.003079 10.0.0.41 - - [2025-05-08 02:18:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003250 10.0.0.41 - - [2025-05-08 02:18:15] "POST /neutron/network HTTP/1.1" 200 151 0.063102 10.0.0.41 - - [2025-05-08 02:18:15] "DELETE /route-target/52645fab-dd85-4e93-a6ea-8617229c6610 HTTP/1.1" 200 115 0.012464 10.0.0.41 - - [2025-05-08 02:18:16] "GET /projects?obj_uuids=dc0ae3bb-f69f-4599-9e10-456ccb8cae48&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001094 10.0.0.41 - - [2025-05-08 02:18:16] "POST /neutron/security_group HTTP/1.1" 200 2096 0.045783 10.0.0.41 - - [2025-05-08 02:18:16] "POST /neutron/security_group HTTP/1.1" 200 2086 0.003297 10.0.0.41 - - [2025-05-08 02:18:16] "POST /neutron/security_group HTTP/1.1" 200 151 0.039132 10.0.0.41 - - [2025-05-08 02:18:16] "DELETE /access-control-list/2b91c8bf-c9a4-4a5f-9505-be92344c5dba HTTP/1.1" 200 115 0.020604 10.0.0.41 - - [2025-05-08 02:18:16] "DELETE /access-control-list/f7981364-1730-4cf3-9ee1-872881c0583f HTTP/1.1" 200 115 0.020077 10.0.0.41 - - [2025-05-08 02:18:17] "POST /neutron/port HTTP/1.1" 400 207 0.046685 10.0.0.41 - - [2025-05-08 02:18:17] "POST /neutron/network HTTP/1.1" 400 207 0.003140 10.0.0.41 - - [2025-05-08 02:18:17] "POST /neutron/port HTTP/1.1" 400 205 0.002771 10.0.0.41 - - [2025-05-08 02:18:17] "POST /neutron/subnet HTTP/1.1" 400 209 0.002699 10.0.0.41 - - [2025-05-08 02:18:17] "POST /neutron/network HTTP/1.1" 400 207 0.002625 10.0.0.41 - - [2025-05-08 02:18:17] "POST /neutron/port HTTP/1.1" 400 205 0.002764 10.0.0.41 - - [2025-05-08 02:18:17] "POST /neutron/subnet HTTP/1.1" 400 209 0.003411 10.0.0.41 - - [2025-05-08 02:18:17] "POST /neutron/network HTTP/1.1" 400 207 0.002773 10.0.0.41 - - [2025-05-08 02:18:17] "POST /neutron/port HTTP/1.1" 400 205 0.002838 10.0.0.41 - - [2025-05-08 02:18:17] "POST /neutron/subnet HTTP/1.1" 400 209 0.002929 10.0.0.41 - - [2025-05-08 02:18:18] "GET /projects?obj_uuids=76708369-0d1b-49c2-a2fd-d7695008ee0b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001901 10.0.0.41 - - [2025-05-08 02:18:18] "GET /domains?obj_uuids=8acd5d40-dacc-4a92-9ebd-0798e15fb4b7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000962 10.0.0.41 - - [2025-05-08 02:18:18] "GET /domain/8acd5d40-dacc-4a92-9ebd-0798e15fb4b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.048197 10.0.0.41 - - [2025-05-08 02:18:18] "POST /id-to-fqname HTTP/1.1" 200 204 0.001175 10.0.0.41 - - [2025-05-08 02:18:18] "POST /fqname-to-id HTTP/1.1" 404 213 0.003173 10.0.0.41 - - [2025-05-08 02:18:18] "POST /security-groups HTTP/1.1" 200 605 0.059539 10.0.0.41 - - [2025-05-08 02:18:18] "POST /fqname-to-id HTTP/1.1" 404 248 0.002128 10.0.0.41 - - [2025-05-08 02:18:18] "POST /projects HTTP/1.1" 200 613 0.200127 10.0.0.41 - - [2025-05-08 02:18:18] "POST /access-control-lists HTTP/1.1" 200 610 0.053453 10.0.0.41 - - [2025-05-08 02:18:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.268628 10.0.0.41 - - [2025-05-08 02:18:18] "POST /fqname-to-id HTTP/1.1" 404 247 0.002517 10.0.0.41 - - [2025-05-08 02:18:18] "POST /neutron/security_group HTTP/1.1" 200 2108 0.422467 10.0.0.41 - - [2025-05-08 02:18:18] "POST /neutron/security_group HTTP/1.1" 200 2098 0.003846 10.0.0.41 - - [2025-05-08 02:18:18] "POST /access-control-lists HTTP/1.1" 200 608 0.068625 10.0.0.41 - - [2025-05-08 02:18:18] "POST /neutron/security_group HTTP/1.1" 200 151 0.102145 10.0.0.41 - - [2025-05-08 02:18:18] "DELETE /access-control-list/1e20f47d-18e8-4639-92e0-af7a7672ed43 HTTP/1.1" 200 115 0.019218 10.0.0.41 - - [2025-05-08 02:18:18] "DELETE /access-control-list/33492966-9e89-4f13-85e2-6fbe22e6386a HTTP/1.1" 200 115 0.029473 10.0.0.41 - - [2025-05-08 02:18:20] "GET /projects?obj_uuids=cbaf1cfb-4225-4537-bcd5-5c459be2afab&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002666 10.0.0.41 - - [2025-05-08 02:18:20] "GET /domains?obj_uuids=8acd5d40-dacc-4a92-9ebd-0798e15fb4b7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000906 10.0.0.41 - - [2025-05-08 02:18:20] "GET /domain/8acd5d40-dacc-4a92-9ebd-0798e15fb4b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.046751 10.0.0.41 - - [2025-05-08 02:18:20] "POST /id-to-fqname HTTP/1.1" 200 193 0.001112 10.0.0.41 - - [2025-05-08 02:18:20] "POST /fqname-to-id HTTP/1.1" 404 202 0.004841 10.0.0.41 - - [2025-05-08 02:18:20] "POST /security-groups HTTP/1.1" 200 594 0.059632 10.0.0.41 - - [2025-05-08 02:18:20] "POST /fqname-to-id HTTP/1.1" 404 237 0.002701 10.0.0.41 - - [2025-05-08 02:18:20] "POST /projects HTTP/1.1" 200 591 0.210884 10.0.0.41 - - [2025-05-08 02:18:20] "POST /access-control-lists HTTP/1.1" 200 599 0.058314 10.0.0.41 - - [2025-05-08 02:18:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.276641 10.0.0.41 - - [2025-05-08 02:18:20] "POST /fqname-to-id HTTP/1.1" 404 236 0.002281 10.0.0.41 - - [2025-05-08 02:18:20] "POST /access-control-lists HTTP/1.1" 200 597 0.064067 10.0.0.41 - - [2025-05-08 02:18:20] "POST /neutron/network HTTP/1.1" 200 664 0.545173 10.0.0.41 - - [2025-05-08 02:18:20] "GET /projects?obj_uuids=cbaf1cfb-4225-4537-bcd5-5c459be2afab&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001017 10.0.0.41 - - [2025-05-08 02:18:20] "POST /route-targets HTTP/1.1" 200 327 0.045072 10.0.0.41 - - [2025-05-08 02:18:20] "POST /neutron/port HTTP/1.1" 200 933 0.111027 10.0.0.41 - - [2025-05-08 02:18:20] "GET /projects?obj_uuids=cbaf1cfb-4225-4537-bcd5-5c459be2afab&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001022 10.0.0.41 - - [2025-05-08 02:18:20] "POST /ref-update HTTP/1.1" 200 156 0.014278 10.0.0.41 - - [2025-05-08 02:18:21] "POST /neutron/network HTTP/1.1" 200 636 0.062420 10.0.0.41 - - [2025-05-08 02:18:21] "GET /projects?obj_uuids=cbaf1cfb-4225-4537-bcd5-5c459be2afab&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001045 10.0.0.41 - - [2025-05-08 02:18:21] "POST /route-targets HTTP/1.1" 200 327 0.013430 10.0.0.41 - - [2025-05-08 02:18:21] "POST /ref-update HTTP/1.1" 200 156 0.022448 10.0.0.41 - - [2025-05-08 02:18:21] "POST /neutron/port HTTP/1.1" 200 941 0.115280 10.0.0.41 - - [2025-05-08 02:18:21] "GET /projects?obj_uuids=cbaf1cfb-4225-4537-bcd5-5c459be2afab&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001260 10.0.0.41 - - [2025-05-08 02:18:21] "POST /neutron/port HTTP/1.1" 200 941 0.107280 10.0.0.41 - - [2025-05-08 02:18:21] "POST /neutron/port HTTP/1.1" 200 941 0.004818 10.0.0.41 - - [2025-05-08 02:18:21] "POST /neutron/port HTTP/1.1" 200 151 0.028011 10.0.0.41 - - [2025-05-08 02:18:21] "POST /neutron/port HTTP/1.1" 200 13067 0.039119 10.0.0.41 - - [2025-05-08 02:18:21] "POST /neutron/port HTTP/1.1" 200 941 0.004034 10.0.0.41 - - [2025-05-08 02:18:21] "POST /neutron/port HTTP/1.1" 200 151 0.030366 10.0.0.41 - - [2025-05-08 02:18:21] "POST /neutron/port HTTP/1.1" 200 12269 0.037828 10.0.0.41 - - [2025-05-08 02:18:21] "POST /neutron/port HTTP/1.1" 400 205 0.002402 10.0.0.41 - - [2025-05-08 02:18:21] "POST /neutron/port HTTP/1.1" 400 205 0.002434 10.0.0.41 - - [2025-05-08 02:18:21] "POST /neutron/network HTTP/1.1" 200 684 0.002608 10.0.0.41 - - [2025-05-08 02:18:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002526 10.0.0.41 - - [2025-05-08 02:18:21] "POST /neutron/network HTTP/1.1" 200 151 0.049973 10.0.0.41 - - [2025-05-08 02:18:21] "DELETE /route-target/b9ce8306-82bd-44e5-a0c9-fe5d28284192 HTTP/1.1" 200 115 0.011962 10.0.0.41 - - [2025-05-08 02:18:21] "GET /projects?obj_uuids=cbaf1cfb-4225-4537-bcd5-5c459be2afab&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001260 10.0.0.41 - - [2025-05-08 02:18:21] "POST /neutron/network HTTP/1.1" 200 638 0.055176 10.0.0.41 - - [2025-05-08 02:18:21] "POST /route-targets HTTP/1.1" 200 327 0.009479 10.0.0.41 - - [2025-05-08 02:18:21] "POST /ref-update HTTP/1.1" 200 156 0.010366 10.0.0.41 - - [2025-05-08 02:18:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003260 10.0.0.41 - - [2025-05-08 02:18:21] "POST /neutron/subnet HTTP/1.1" 200 710 0.154650 10.0.0.41 - - [2025-05-08 02:18:21] "GET /projects?obj_uuids=cbaf1cfb-4225-4537-bcd5-5c459be2afab&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001019 10.0.0.41 - - [2025-05-08 02:18:21] "POST /neutron/port HTTP/1.1" 200 1014 0.193293 10.0.0.41 - - [2025-05-08 02:18:22] "POST /neutron/port HTTP/1.1" 200 1014 0.006302 10.0.0.41 - - [2025-05-08 02:18:22] "POST /neutron/port HTTP/1.1" 200 151 0.051562 10.0.0.41 - - [2025-05-08 02:18:22] "POST /neutron/port HTTP/1.1" 400 205 0.002621 10.0.0.41 - - [2025-05-08 02:18:22] "POST /neutron/port HTTP/1.1" 400 205 0.002440 10.0.0.41 - - [2025-05-08 02:18:22] "POST /neutron/subnet HTTP/1.1" 200 710 0.005672 10.0.0.41 - - [2025-05-08 02:18:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003300 10.0.0.41 - - [2025-05-08 02:18:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002157 10.0.0.41 - - [2025-05-08 02:18:22] "POST /neutron/subnet HTTP/1.1" 200 151 0.136745 10.0.0.41 - - [2025-05-08 02:18:22] "POST /neutron/network HTTP/1.1" 200 705 0.002961 10.0.0.41 - - [2025-05-08 02:18:22] "POST /neutron/network HTTP/1.1" 200 151 0.042829 10.0.0.41 - - [2025-05-08 02:18:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002290 10.0.0.41 - - [2025-05-08 02:18:22] "GET /projects?obj_uuids=cbaf1cfb-4225-4537-bcd5-5c459be2afab&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000972 10.0.0.41 - - [2025-05-08 02:18:22] "DELETE /route-target/d5482665-479d-4f8f-81fe-7b4453681dc1 HTTP/1.1" 200 115 0.015757 10.0.0.41 - - [2025-05-08 02:18:22] "POST /neutron/network HTTP/1.1" 200 636 0.055321 10.0.0.41 - - [2025-05-08 02:18:22] "POST /route-targets HTTP/1.1" 200 327 0.015773 10.0.0.41 - - [2025-05-08 02:18:22] "POST /ref-update HTTP/1.1" 200 156 0.010690 10.0.0.41 - - [2025-05-08 02:18:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002075 10.0.0.41 - - [2025-05-08 02:18:22] "POST /neutron/subnet HTTP/1.1" 200 710 0.194831 10.0.0.41 - - [2025-05-08 02:18:22] "GET /projects?obj_uuids=cbaf1cfb-4225-4537-bcd5-5c459be2afab&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001028 10.0.0.41 - - [2025-05-08 02:18:22] "POST /neutron/port HTTP/1.1" 200 974 0.223374 10.0.0.41 - - [2025-05-08 02:18:22] "POST /neutron/port HTTP/1.1" 200 974 0.006640 10.0.0.41 - - [2025-05-08 02:18:22] "POST /neutron/port HTTP/1.1" 200 151 0.057272 10.0.0.41 - - [2025-05-08 02:18:22] "POST /neutron/port HTTP/1.1" 400 205 0.002693 10.0.0.41 - - [2025-05-08 02:18:22] "POST /neutron/subnet HTTP/1.1" 200 710 0.005587 10.0.0.41 - - [2025-05-08 02:18:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003029 10.0.0.41 - - [2025-05-08 02:18:23] "POST /useragent-kv HTTP/1.1" 200 115 0.001792 10.0.0.41 - - [2025-05-08 02:18:23] "POST /neutron/subnet HTTP/1.1" 200 151 0.117949 10.0.0.41 - - [2025-05-08 02:18:23] "POST /neutron/network HTTP/1.1" 200 703 0.002925 10.0.0.41 - - [2025-05-08 02:18:23] "DELETE /project/fade97191e4944c995a5533680ffb25a HTTP/1.1" 404 173 0.019709 10.0.0.41 - - [2025-05-08 02:18:23] "DELETE /project/0d0b6594796a401ca16b5374ccb1a08e HTTP/1.1" 404 173 0.012818 10.0.0.41 - - [2025-05-08 02:18:23] "DELETE /project/bcbf042f9e7f48c3a694e45f54b9cc70 HTTP/1.1" 404 173 0.016750 10.0.0.41 - - [2025-05-08 02:18:23] "DELETE /project/cbaf1cfb42254537bcd55c459be2afab HTTP/1.1" 404 173 0.003398 10.0.0.41 - - [2025-05-08 02:18:23] "DELETE /project/dc0ae3bbf69f45999e10456ccb8cae48 HTTP/1.1" 404 173 0.015261 10.0.0.41 - - [2025-05-08 02:18:23] "GET /projects?obj_uuids=d421af5e-c7b6-418b-b23e-5b9ce8dd2b47&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001112 10.0.0.41 - - [2025-05-08 02:18:23] "GET /projects?obj_uuids=77ef53a3-5118-44db-aa71-e834d3d9c227&detail=False&count=False&shared=False HTTP/1.1" 200 377 0.000844 10.0.0.41 - - [2025-05-08 02:18:23] "GET /projects?obj_uuids=7c6d7595-8bd0-44a1-82f6-443ca66bf0f6&detail=False&count=False&shared=False HTTP/1.1" 200 376 0.001086 10.0.0.41 - - [2025-05-08 02:18:23] "GET /projects?obj_uuids=dc0ae3bb-f69f-4599-9e10-456ccb8cae48&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000874 10.0.0.41 - - [2025-05-08 02:18:23] "GET /projects?obj_uuids=0e663562-3a25-4ee0-a31c-599596dd87be&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001067 10.0.0.41 - - [2025-05-08 02:18:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.012549 10.0.0.41 - - [2025-05-08 02:18:23] "DELETE /project/767083690d1b49c2a2fdd7695008ee0b HTTP/1.1" 404 173 0.017314 10.0.0.41 - - [2025-05-08 02:18:23] "DELETE /project/e05f412558fa4ef1b430620283206538 HTTP/1.1" 404 173 0.014275 10.0.0.41 - - [2025-05-08 02:18:23] "GET /projects?obj_uuids=82e0e534-c735-4989-b39a-28f949a49904&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000875 10.0.0.41 - - [2025-05-08 02:18:23] "GET /projects?obj_uuids=fa7ea940-a364-412d-b473-2c3afcded0dc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000805 10.0.0.41 - - [2025-05-08 02:18:23] "GET /projects?obj_uuids=73cd7ea6-3e60-4fa3-9961-8b24cfb965da&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001029 10.0.0.41 - - [2025-05-08 02:18:23] "GET /project/dc0ae3bb-f69f-4599-9e10-456ccb8cae48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.103781 10.0.0.41 - - [2025-05-08 02:18:23] "GET /project/77ef53a3-5118-44db-aa71-e834d3d9c227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1580 0.113005 10.0.0.41 - - [2025-05-08 02:18:23] "GET /project/7c6d7595-8bd0-44a1-82f6-443ca66bf0f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1585 0.114726 10.0.0.41 - - [2025-05-08 02:18:23] "GET /project/d421af5e-c7b6-418b-b23e-5b9ce8dd2b47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.123322 10.0.0.41 - - [2025-05-08 02:18:23] "GET /project/0e663562-3a25-4ee0-a31c-599596dd87be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.107030 10.0.0.41 - - [2025-05-08 02:18:23] "GET /projects?obj_uuids=77ef53a3-5118-44db-aa71-e834d3d9c227&detail=False&count=False&shared=False HTTP/1.1" 200 377 0.001060 10.0.0.41 - - [2025-05-08 02:18:23] "GET /projects?obj_uuids=dc0ae3bb-f69f-4599-9e10-456ccb8cae48&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001260 10.0.0.41 - - [2025-05-08 02:18:23] "GET /projects?obj_uuids=7c6d7595-8bd0-44a1-82f6-443ca66bf0f6&detail=False&count=False&shared=False HTTP/1.1" 200 376 0.000875 10.0.0.41 - - [2025-05-08 02:18:23] "GET /projects?obj_uuids=d421af5e-c7b6-418b-b23e-5b9ce8dd2b47&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000888 10.0.0.41 - - [2025-05-08 02:18:23] "GET /projects?obj_uuids=0e663562-3a25-4ee0-a31c-599596dd87be&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000836 10.0.0.41 - - [2025-05-08 02:18:23] "GET /projects?obj_uuids=bcbf042f-9e7f-48c3-a694-e45f54b9cc70&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.000932 10.0.0.41 - - [2025-05-08 02:18:23] "GET /projects?obj_uuids=08180ed3-dcc1-461f-8b16-0321b2190bea&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001170 10.0.0.41 - - [2025-05-08 02:18:23] "DELETE /route-target/696a1713-d9bc-4a24-8319-cd07bd653102 HTTP/1.1" 200 115 0.171072 10.0.0.41 - - [2025-05-08 02:18:23] "GET /project/73cd7ea6-3e60-4fa3-9961-8b24cfb965da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1532 0.166018 10.0.0.41 - - [2025-05-08 02:18:23] "GET /project/fa7ea940-a364-412d-b473-2c3afcded0dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.185083 10.0.0.41 - - [2025-05-08 02:18:23] "GET /project/82e0e534-c735-4989-b39a-28f949a49904?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.187871 10.0.0.41 - - [2025-05-08 02:18:23] "GET /projects?obj_uuids=82e0e534-c735-4989-b39a-28f949a49904&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001225 10.0.0.41 - - [2025-05-08 02:18:23] "GET /projects?obj_uuids=fa7ea940-a364-412d-b473-2c3afcded0dc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001164 10.0.0.41 - - [2025-05-08 02:18:23] "GET /project/dc0ae3bb-f69f-4599-9e10-456ccb8cae48?fields=security_groups HTTP/1.1" 200 1107 0.154138 10.0.0.41 - - [2025-05-08 02:18:23] "GET /project/0e663562-3a25-4ee0-a31c-599596dd87be?fields=security_groups HTTP/1.1" 200 1114 0.149825 10.0.0.41 - - [2025-05-08 02:18:23] "GET /project/d421af5e-c7b6-418b-b23e-5b9ce8dd2b47?fields=security_groups HTTP/1.1" 200 1135 0.156062 10.0.0.41 - - [2025-05-08 02:18:23] "GET /project/77ef53a3-5118-44db-aa71-e834d3d9c227?fields=security_groups HTTP/1.1" 200 1159 0.166641 10.0.0.41 - - [2025-05-08 02:18:23] "GET /project/08180ed3-dcc1-461f-8b16-0321b2190bea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1503 0.141669 10.0.0.41 - - [2025-05-08 02:18:23] "GET /project/bcbf042f-9e7f-48c3-a694-e45f54b9cc70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1557 0.147927 10.0.0.41 - - [2025-05-08 02:18:23] "GET /project/7c6d7595-8bd0-44a1-82f6-443ca66bf0f6?fields=security_groups HTTP/1.1" 200 1166 0.176228 10.0.0.41 - - [2025-05-08 02:18:23] "GET /projects?obj_uuids=73cd7ea6-3e60-4fa3-9961-8b24cfb965da&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000965 10.0.0.41 - - [2025-05-08 02:18:23] "POST /neutron/network HTTP/1.1" 200 151 0.444684 10.0.0.41 - - [2025-05-08 02:18:23] "GET /projects?obj_uuids=bcbf042f-9e7f-48c3-a694-e45f54b9cc70&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.001024 10.0.0.41 - - [2025-05-08 02:18:23] "GET /projects?obj_uuids=08180ed3-dcc1-461f-8b16-0321b2190bea&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000878 10.0.0.41 - - [2025-05-08 02:18:23] "GET /projects?obj_uuids=dc0ae3bb-f69f-4599-9e10-456ccb8cae48&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000808 10.0.0.41 - - [2025-05-08 02:18:23] "GET /projects?obj_uuids=d421af5e-c7b6-418b-b23e-5b9ce8dd2b47&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001040 10.0.0.41 - - [2025-05-08 02:18:23] "GET /projects?obj_uuids=0e663562-3a25-4ee0-a31c-599596dd87be&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000839 10.0.0.41 - - [2025-05-08 02:18:23] "GET /projects?obj_uuids=77ef53a3-5118-44db-aa71-e834d3d9c227&detail=False&count=False&shared=False HTTP/1.1" 200 377 0.000921 10.0.0.41 - - [2025-05-08 02:18:23] "GET /projects?obj_uuids=cbaf1cfb-4225-4537-bcd5-5c459be2afab&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000958 10.0.0.41 - - [2025-05-08 02:18:23] "GET /project/fa7ea940-a364-412d-b473-2c3afcded0dc?fields=security_groups HTTP/1.1" 200 1111 0.155240 10.0.0.41 - - [2025-05-08 02:18:23] "GET /projects?obj_uuids=7c6d7595-8bd0-44a1-82f6-443ca66bf0f6&detail=False&count=False&shared=False HTTP/1.1" 200 376 0.000958 10.0.0.41 - - [2025-05-08 02:18:23] "GET /project/82e0e534-c735-4989-b39a-28f949a49904?fields=security_groups HTTP/1.1" 200 1369 0.168656 10.0.0.41 - - [2025-05-08 02:18:23] "GET /project/73cd7ea6-3e60-4fa3-9961-8b24cfb965da?fields=security_groups HTTP/1.1" 200 1134 0.164541 10.0.0.41 - - [2025-05-08 02:18:23] "GET /project/bcbf042f-9e7f-48c3-a694-e45f54b9cc70?fields=security_groups HTTP/1.1" 200 1148 0.129550 10.0.0.41 - - [2025-05-08 02:18:23] "GET /project/08180ed3-dcc1-461f-8b16-0321b2190bea?fields=security_groups HTTP/1.1" 200 1119 0.137398 10.0.0.41 - - [2025-05-08 02:18:23] "GET /project/d421af5e-c7b6-418b-b23e-5b9ce8dd2b47?fields=application_policy_sets HTTP/1.1" 200 1451 0.139200 10.0.0.41 - - [2025-05-08 02:18:23] "GET /project/0e663562-3a25-4ee0-a31c-599596dd87be?fields=application_policy_sets HTTP/1.1" 200 1420 0.147675 10.0.0.41 - - [2025-05-08 02:18:23] "GET /project/dc0ae3bb-f69f-4599-9e10-456ccb8cae48?fields=application_policy_sets HTTP/1.1" 200 1409 0.177805 10.0.0.41 - - [2025-05-08 02:18:23] "GET /project/7c6d7595-8bd0-44a1-82f6-443ca66bf0f6?fields=application_policy_sets HTTP/1.1" 200 1492 0.140296 10.0.0.41 - - [2025-05-08 02:18:23] "GET /projects?obj_uuids=fa7ea940-a364-412d-b473-2c3afcded0dc&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001158 10.0.0.41 - - [2025-05-08 02:18:23] "GET /project/77ef53a3-5118-44db-aa71-e834d3d9c227?fields=application_policy_sets HTTP/1.1" 200 1486 0.203633 10.0.0.41 - - [2025-05-08 02:18:23] "GET /projects?obj_uuids=73cd7ea6-3e60-4fa3-9961-8b24cfb965da&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000992 10.0.0.41 - - [2025-05-08 02:18:23] "GET /projects?obj_uuids=bcbf042f-9e7f-48c3-a694-e45f54b9cc70&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.001003 10.0.0.41 - - [2025-05-08 02:18:23] "GET /projects?obj_uuids=08180ed3-dcc1-461f-8b16-0321b2190bea&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000984 10.0.0.41 - - [2025-05-08 02:18:23] "GET /project/fa7ea940-a364-412d-b473-2c3afcded0dc?fields=application_policy_sets HTTP/1.1" 200 1415 0.157768 10.0.0.41 - - [2025-05-08 02:18:23] "GET /project/73cd7ea6-3e60-4fa3-9961-8b24cfb965da?fields=application_policy_sets HTTP/1.1" 200 1450 0.135614 10.0.0.41 - - [2025-05-08 02:18:23] "GET /project/08180ed3-dcc1-461f-8b16-0321b2190bea?fields=application_policy_sets HTTP/1.1" 200 1428 0.136420 10.0.0.41 - - [2025-05-08 02:18:23] "GET /project/bcbf042f-9e7f-48c3-a694-e45f54b9cc70?fields=application_policy_sets HTTP/1.1" 200 1469 0.194134 10.0.0.41 - - [2025-05-08 02:18:23] "POST /neutron/port HTTP/1.1" 200 931 0.385793 10.0.0.41 - - [2025-05-08 02:18:23] "POST /neutron/port HTTP/1.1" 200 931 0.016855 10.0.0.41 - - [2025-05-08 02:18:24] "DELETE /access-control-list/83104a57-863d-48f1-a55e-4f1ad5bdb274 HTTP/1.1" 200 115 0.204934 10.0.0.41 - - [2025-05-08 02:18:24] "DELETE /security-group/051fa7dc-05c9-4ee2-bdb6-38772f60a339 HTTP/1.1" 200 115 0.410866 10.0.0.41 - - [2025-05-08 02:18:24] "GET /projects?obj_uuids=82e0e534-c735-4989-b39a-28f949a49904&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000940 10.0.0.41 - - [2025-05-08 02:18:24] "GET /project/82e0e534-c735-4989-b39a-28f949a49904?fields=application_policy_sets HTTP/1.1" 200 1408 0.034455 10.0.0.41 - - [2025-05-08 02:18:24] "POST /neutron/port HTTP/1.1" 200 151 0.200239 10.0.0.41 - - [2025-05-08 02:18:24] "DELETE /access-control-list/63ef8a19-8012-440c-bdc4-b4111135daea HTTP/1.1" 200 115 0.113916 10.0.0.41 - - [2025-05-08 02:18:24] "DELETE /project/d421af5e-c7b6-418b-b23e-5b9ce8dd2b47 HTTP/1.1" 200 115 1.041420 10.0.0.41 - - [2025-05-08 02:18:24] "DELETE /project/0e663562-3a25-4ee0-a31c-599596dd87be HTTP/1.1" 200 115 1.049508 10.0.0.41 - - [2025-05-08 02:18:24] "DELETE /project/93d8dfd652d24b35a868cd9fbfbbf01c HTTP/1.1" 404 173 0.009993 10.0.0.41 - - [2025-05-08 02:18:24] "GET /projects?obj_uuids=cbaf1cfb-4225-4537-bcd5-5c459be2afab&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000974 10.0.0.41 - - [2025-05-08 02:18:24] "GET /projects?obj_uuids=93d8dfd6-52d2-4b35-a868-cd9fbfbbf01c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000941 10.0.0.41 - - [2025-05-08 02:18:24] "DELETE /project/dc0ae3bb-f69f-4599-9e10-456ccb8cae48 HTTP/1.1" 200 115 1.089378 10.0.0.41 - - [2025-05-08 02:18:24] "DELETE /project/7c6d7595-8bd0-44a1-82f6-443ca66bf0f6 HTTP/1.1" 200 115 1.090922 10.0.0.41 - - [2025-05-08 02:18:24] "DELETE /project/73cd7ea63e604fa399618b24cfb965da HTTP/1.1" 404 173 0.004627 10.0.0.41 - - [2025-05-08 02:18:24] "DELETE /project/e10b17c9e6f441549804160ed102aec0 HTTP/1.1" 404 173 0.003919 10.0.0.41 - - [2025-05-08 02:18:24] "DELETE /project/77ef53a3-5118-44db-aa71-e834d3d9c227 HTTP/1.1" 200 115 1.103673 10.0.0.41 - - [2025-05-08 02:18:24] "DELETE /project/73cd7ea6-3e60-4fa3-9961-8b24cfb965da HTTP/1.1" 200 115 1.049031 10.0.0.41 - - [2025-05-08 02:18:24] "DELETE /project/fa7ea940a364412db4732c3afcded0dc HTTP/1.1" 404 173 0.009483 10.0.0.41 - - [2025-05-08 02:18:24] "GET /project/93d8dfd6-52d2-4b35-a868-cd9fbfbbf01c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.048692 10.0.0.41 - - [2025-05-08 02:18:24] "DELETE /project/82e0e534c7354989b39a28f949a49904 HTTP/1.1" 404 173 0.008153 10.0.0.41 - - [2025-05-08 02:18:24] "GET /projects?obj_uuids=e05f4125-58fa-4ef1-b430-620283206538&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000879 10.0.0.41 - - [2025-05-08 02:18:24] "GET /projects?obj_uuids=93d8dfd6-52d2-4b35-a868-cd9fbfbbf01c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000863 10.0.0.41 - - [2025-05-08 02:18:24] "DELETE /project/08180ed3dcc1461f8b160321b2190bea HTTP/1.1" 404 173 0.006065 10.0.0.41 - - [2025-05-08 02:18:24] "DELETE /project/0e6635623a254ee0a31c599596dd87be HTTP/1.1" 404 173 0.003832 10.0.0.41 - - [2025-05-08 02:18:24] "DELETE /project/08180ed3-dcc1-461f-8b16-0321b2190bea HTTP/1.1" 200 115 0.996835 10.0.0.41 - - [2025-05-08 02:18:24] "DELETE /project/e64a0a64d93b4344b3d71e07e0641600 HTTP/1.1" 404 173 0.002563 10.0.0.41 - - [2025-05-08 02:18:24] "DELETE /project/fa7ea940-a364-412d-b473-2c3afcded0dc HTTP/1.1" 200 115 1.127912 10.0.0.41 - - [2025-05-08 02:18:24] "DELETE /project/d421af5ec7b6418bb23e5b9ce8dd2b47 HTTP/1.1" 404 173 0.003910 10.0.0.41 - - [2025-05-08 02:18:24] "DELETE /project/bcbf042f-9e7f-48c3-a694-e45f54b9cc70 HTTP/1.1" 200 115 1.029545 10.0.0.41 - - [2025-05-08 02:18:24] "GET /project/93d8dfd6-52d2-4b35-a868-cd9fbfbbf01c?fields=security_groups HTTP/1.1" 200 1111 0.065073 10.0.0.41 - - [2025-05-08 02:18:24] "GET /projects?obj_uuids=76708369-0d1b-49c2-a2fd-d7695008ee0b&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000935 10.0.0.41 - - [2025-05-08 02:18:24] "GET /projects?obj_uuids=fade9719-1e49-44c9-95a5-533680ffb25a&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.000965 10.0.0.41 - - [2025-05-08 02:18:24] "GET /project/e05f4125-58fa-4ef1-b430-620283206538?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1525 0.102481 10.0.0.41 - - [2025-05-08 02:18:24] "GET /projects?obj_uuids=e05f4125-58fa-4ef1-b430-620283206538&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000938 10.0.0.41 - - [2025-05-08 02:18:24] "GET /projects?obj_uuids=93d8dfd6-52d2-4b35-a868-cd9fbfbbf01c&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000890 10.0.0.41 - - [2025-05-08 02:18:24] "DELETE /project/82e0e534-c735-4989-b39a-28f949a49904 HTTP/1.1" 200 115 1.212055 10.0.0.41 - - [2025-05-08 02:18:24] "GET /project/76708369-0d1b-49c2-a2fd-d7695008ee0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1524 0.098477 10.0.0.41 - - [2025-05-08 02:18:24] "GET /projects?obj_uuids=76708369-0d1b-49c2-a2fd-d7695008ee0b&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001029 10.0.0.41 - - [2025-05-08 02:18:24] "GET /project/93d8dfd6-52d2-4b35-a868-cd9fbfbbf01c?fields=application_policy_sets HTTP/1.1" 200 1415 0.085997 10.0.0.41 - - [2025-05-08 02:18:24] "GET /project/fade9719-1e49-44c9-95a5-533680ffb25a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1557 0.128540 10.0.0.41 - - [2025-05-08 02:18:24] "GET /project/e05f4125-58fa-4ef1-b430-620283206538?fields=security_groups HTTP/1.1" 200 1131 0.102400 10.0.0.41 - - [2025-05-08 02:18:24] "POST /neutron/port HTTP/1.1" 200 933 0.312694 10.0.0.41 - - [2025-05-08 02:18:24] "GET /project/76708369-0d1b-49c2-a2fd-d7695008ee0b?fields=security_groups HTTP/1.1" 200 1130 0.068257 10.0.0.41 - - [2025-05-08 02:18:24] "POST /neutron/port HTTP/1.1" 200 933 0.010431 10.0.0.41 - - [2025-05-08 02:18:24] "GET /projects?obj_uuids=fade9719-1e49-44c9-95a5-533680ffb25a&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.000972 10.0.0.41 - - [2025-05-08 02:18:24] "GET /projects?obj_uuids=e05f4125-58fa-4ef1-b430-620283206538&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000904 10.0.0.41 - - [2025-05-08 02:18:24] "POST /neutron/port HTTP/1.1" 200 933 0.007485 10.0.0.41 - - [2025-05-08 02:18:24] "GET /project/e05f4125-58fa-4ef1-b430-620283206538?fields=application_policy_sets HTTP/1.1" 200 1445 0.045232 10.0.0.41 - - [2025-05-08 02:18:24] "GET /projects?obj_uuids=76708369-0d1b-49c2-a2fd-d7695008ee0b&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000971 10.0.0.41 - - [2025-05-08 02:18:24] "GET /project/fade9719-1e49-44c9-95a5-533680ffb25a?fields=security_groups HTTP/1.1" 200 1148 0.087913 10.0.0.41 - - [2025-05-08 02:18:24] "POST /neutron/port HTTP/1.1" 200 151 0.077945 10.0.0.41 - - [2025-05-08 02:18:24] "POST /neutron/port HTTP/1.1" 400 205 0.005595 10.0.0.41 - - [2025-05-08 02:18:24] "DELETE /project/93d8dfd6-52d2-4b35-a868-cd9fbfbbf01c HTTP/1.1" 200 115 0.468703 10.0.0.41 - - [2025-05-08 02:18:24] "GET /project/76708369-0d1b-49c2-a2fd-d7695008ee0b?fields=application_policy_sets HTTP/1.1" 200 1444 0.102118 10.0.0.41 - - [2025-05-08 02:18:24] "GET /projects?obj_uuids=fade9719-1e49-44c9-95a5-533680ffb25a&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.000925 10.0.0.41 - - [2025-05-08 02:18:24] "GET /projects?obj_uuids=cbaf1cfb-4225-4537-bcd5-5c459be2afab&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000866 10.0.0.41 - - [2025-05-08 02:18:24] "DELETE /project/e05f4125-58fa-4ef1-b430-620283206538 HTTP/1.1" 200 115 0.514484 10.0.0.41 - - [2025-05-08 02:18:24] "GET /project/fade9719-1e49-44c9-95a5-533680ffb25a?fields=application_policy_sets HTTP/1.1" 200 1469 0.144682 10.0.0.41 - - [2025-05-08 02:18:24] "POST /neutron/port HTTP/1.1" 200 933 0.165885 10.0.0.41 - - [2025-05-08 02:18:24] "POST /neutron/port HTTP/1.1" 200 933 0.004658 10.0.0.41 - - [2025-05-08 02:18:24] "POST /neutron/port HTTP/1.1" 200 933 0.008386 10.0.0.41 - - [2025-05-08 02:18:24] "DELETE /project/76708369-0d1b-49c2-a2fd-d7695008ee0b HTTP/1.1" 200 115 0.561447 10.0.0.41 - - [2025-05-08 02:18:24] "POST /neutron/port HTTP/1.1" 200 910 0.031802 10.0.0.41 - - [2025-05-08 02:18:24] "POST /neutron/port HTTP/1.1" 200 910 0.005733 10.0.0.41 - - [2025-05-08 02:18:24] "DELETE /project/fade9719-1e49-44c9-95a5-533680ffb25a HTTP/1.1" 200 115 0.599901 10.0.0.41 - - [2025-05-08 02:18:24] "POST /neutron/port HTTP/1.1" 200 151 0.033503 10.0.0.41 - - [2025-05-08 02:18:25] "POST /neutron/port HTTP/1.1" 200 12269 0.042684 10.0.0.41 - - [2025-05-08 02:18:25] "POST /neutron/port HTTP/1.1" 400 205 0.002359 10.0.0.41 - - [2025-05-08 02:18:25] "POST /neutron/port HTTP/1.1" 200 12269 0.037530 10.0.0.41 - - [2025-05-08 02:18:25] "POST /neutron/port HTTP/1.1" 200 12269 0.037321 10.0.0.41 - - [2025-05-08 02:18:25] "GET /projects?obj_uuids=cbaf1cfb-4225-4537-bcd5-5c459be2afab&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001032 10.0.0.41 - - [2025-05-08 02:18:25] "POST /neutron/network HTTP/1.1" 200 638 0.058750 10.0.0.41 - - [2025-05-08 02:18:25] "POST /route-targets HTTP/1.1" 200 327 0.009712 10.0.0.41 - - [2025-05-08 02:18:25] "POST /ref-update HTTP/1.1" 200 156 0.010251 10.0.0.41 - - [2025-05-08 02:18:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003690 10.0.0.41 - - [2025-05-08 02:18:25] "POST /neutron/subnet HTTP/1.1" 200 710 0.152520 10.0.0.41 - - [2025-05-08 02:18:25] "GET /projects?obj_uuids=cbaf1cfb-4225-4537-bcd5-5c459be2afab&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000976 10.0.0.41 - - [2025-05-08 02:18:25] "POST /neutron/port HTTP/1.1" 200 1012 0.193810 10.0.0.41 - - [2025-05-08 02:18:25] "GET /projects?obj_uuids=cbaf1cfb-4225-4537-bcd5-5c459be2afab&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000982 10.0.0.41 - - [2025-05-08 02:18:25] "POST /neutron/port HTTP/1.1" 200 1014 0.137192 10.0.0.41 - - [2025-05-08 02:18:25] "POST /neutron/port HTTP/1.1" 200 1022 0.040809 10.0.0.41 - - [2025-05-08 02:18:25] "POST /neutron/port HTTP/1.1" 200 1014 0.005702 10.0.0.41 - - [2025-05-08 02:18:25] "POST /neutron/port HTTP/1.1" 200 151 0.055962 10.0.0.41 - - [2025-05-08 02:18:25] "POST /neutron/port HTTP/1.1" 400 205 0.002789 10.0.0.41 - - [2025-05-08 02:18:25] "POST /neutron/port HTTP/1.1" 200 1012 0.006939 10.0.0.41 - - [2025-05-08 02:18:25] "POST /neutron/port HTTP/1.1" 200 151 0.050323 10.0.0.41 - - [2025-05-08 02:18:25] "POST /neutron/port HTTP/1.1" 400 205 0.002785 10.0.0.41 - - [2025-05-08 02:18:25] "POST /neutron/subnet HTTP/1.1" 200 710 0.006997 10.0.0.41 - - [2025-05-08 02:18:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002791 10.0.0.41 - - [2025-05-08 02:18:26] "POST /useragent-kv HTTP/1.1" 200 115 0.001649 10.0.0.41 - - [2025-05-08 02:18:26] "POST /neutron/subnet HTTP/1.1" 200 151 0.176969 10.0.0.41 - - [2025-05-08 02:18:26] "POST /neutron/network HTTP/1.1" 200 705 0.003343 10.0.0.41 - - [2025-05-08 02:18:26] "POST /neutron/network HTTP/1.1" 200 151 0.049474 10.0.0.41 - - [2025-05-08 02:18:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002186 10.0.0.41 - - [2025-05-08 02:18:26] "GET /projects?obj_uuids=cbaf1cfb-4225-4537-bcd5-5c459be2afab&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001380 10.0.0.41 - - [2025-05-08 02:18:26] "DELETE /route-target/b4d8b04e-8318-4c4b-be96-5ffacf5ddb80 HTTP/1.1" 200 115 0.016945 10.0.0.41 - - [2025-05-08 02:18:26] "POST /neutron/network HTTP/1.1" 200 638 0.060007 10.0.0.41 - - [2025-05-08 02:18:26] "POST /route-targets HTTP/1.1" 200 327 0.008521 10.0.0.41 - - [2025-05-08 02:18:26] "POST /ref-update HTTP/1.1" 200 156 0.010614 10.0.0.41 - - [2025-05-08 02:18:26] "POST /useragent-kv HTTP/1.1" 200 115 0.003002 10.0.0.41 - - [2025-05-08 02:18:26] "POST /neutron/subnet HTTP/1.1" 200 710 0.166836 10.0.0.41 - - [2025-05-08 02:18:26] "GET /projects?obj_uuids=cbaf1cfb-4225-4537-bcd5-5c459be2afab&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001049 10.0.0.41 - - [2025-05-08 02:18:26] "POST /neutron/router HTTP/1.1" 200 620 0.083854 10.0.0.41 - - [2025-05-08 02:18:26] "POST /route-targets HTTP/1.1" 200 327 0.011393 10.0.0.41 - - [2025-05-08 02:18:26] "GET /projects?obj_uuids=cbaf1cfb-4225-4537-bcd5-5c459be2afab&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002027 10.0.0.41 - - [2025-05-08 02:18:26] "PUT /logical-router/f1fb6f72-b36e-439f-87c7-e55e0ef1767d HTTP/1.1" 200 262 0.016268 10.0.0.41 - - [2025-05-08 02:18:26] "POST /neutron/port HTTP/1.1" 200 1012 0.161362 10.0.0.41 - - [2025-05-08 02:18:26] "POST /neutron/router HTTP/1.1" 200 620 0.003484 10.0.0.41 - - [2025-05-08 02:18:26] "POST /neutron/router HTTP/1.1" 200 344 0.043832 10.0.0.41 - - [2025-05-08 02:18:26] "POST /ref-update HTTP/1.1" 200 156 0.008535 10.0.0.41 - - [2025-05-08 02:18:26] "POST /neutron/port HTTP/1.1" 200 1048 0.020591 10.0.0.41 - - [2025-05-08 02:18:26] "POST /neutron/router HTTP/1.1" 200 620 0.003145 10.0.0.41 - - [2025-05-08 02:18:26] "POST /ref-update HTTP/1.1" 200 156 0.011166 10.0.0.41 - - [2025-05-08 02:18:26] "POST /neutron/router HTTP/1.1" 200 344 0.097316 10.0.0.41 - - [2025-05-08 02:18:26] "POST /neutron/port HTTP/1.1" 400 205 0.002934 10.0.0.41 - - [2025-05-08 02:18:26] "POST /neutron/router HTTP/1.1" 200 620 0.004033 10.0.0.41 - - [2025-05-08 02:18:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.41 - - [2025-05-08 02:18:26] "POST /neutron/router HTTP/1.1" 200 151 0.035711 10.0.0.41 - - [2025-05-08 02:18:26] "GET /logical-router/f1fb6f72-b36e-439f-87c7-e55e0ef1767d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002817 10.0.0.41 - - [2025-05-08 02:18:27] "POST /neutron/subnet HTTP/1.1" 200 710 0.005575 10.0.0.41 - - [2025-05-08 02:18:27] "DELETE /route-target/fc8bac11-5f2c-4275-8780-caddd005cca1 HTTP/1.1" 200 115 0.017769 10.0.0.41 - - [2025-05-08 02:18:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002693 10.0.0.41 - - [2025-05-08 02:18:27] "POST /useragent-kv HTTP/1.1" 200 115 0.001739 10.0.0.41 - - [2025-05-08 02:18:27] "POST /neutron/subnet HTTP/1.1" 200 151 0.173279 10.0.0.41 - - [2025-05-08 02:18:27] "POST /neutron/network HTTP/1.1" 200 705 0.002804 10.0.0.41 - - [2025-05-08 02:18:27] "POST /neutron/network HTTP/1.1" 200 151 0.050424 10.0.0.41 - - [2025-05-08 02:18:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002512 10.0.0.41 - - [2025-05-08 02:18:27] "DELETE /route-target/e62e282a-8c88-487b-9101-bdb1a19aef59 HTTP/1.1" 200 115 0.015719 10.0.0.41 - - [2025-05-08 02:18:27] "POST /neutron/port HTTP/1.1" 200 933 0.007381 10.0.0.41 - - [2025-05-08 02:18:27] "POST /neutron/port HTTP/1.1" 200 933 0.009922 10.0.0.41 - - [2025-05-08 02:18:27] "POST /neutron/port HTTP/1.1" 200 117 0.004204 10.0.0.41 - - [2025-05-08 02:18:27] "POST /neutron/router HTTP/1.1" 400 209 0.002306 10.0.0.41 - - [2025-05-08 02:18:27] "POST /neutron/subnet HTTP/1.1" 400 209 0.002355 10.0.0.41 - - [2025-05-08 02:18:27] "POST /neutron/subnet HTTP/1.1" 400 209 0.002330 10.0.0.41 - - [2025-05-08 02:18:27] "POST /neutron/port HTTP/1.1" 400 205 0.002794 10.0.0.41 - - [2025-05-08 02:18:27] "POST /neutron/subnet HTTP/1.1" 400 209 0.002235 10.0.0.41 - - [2025-05-08 02:18:27] "POST /neutron/subnet HTTP/1.1" 400 209 0.002347 10.0.0.41 - - [2025-05-08 02:18:27] "POST /neutron/port HTTP/1.1" 200 933 0.004633 10.0.0.41 - - [2025-05-08 02:18:27] "POST /neutron/port HTTP/1.1" 200 151 0.030295 10.0.0.41 - - [2025-05-08 02:18:27] "POST /neutron/network HTTP/1.1" 200 712 0.002664 10.0.0.41 - - [2025-05-08 02:18:27] "POST /neutron/network HTTP/1.1" 200 151 0.045764 10.0.0.41 - - [2025-05-08 02:18:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002011 10.0.0.41 - - [2025-05-08 02:18:27] "DELETE /route-target/bbe9f046-38b1-4c59-a84f-b670bfa6d354 HTTP/1.1" 200 115 0.011906 10.0.0.41 - - [2025-05-08 02:18:28] "GET /projects?obj_uuids=cbaf1cfb-4225-4537-bcd5-5c459be2afab&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001072 10.0.0.41 - - [2025-05-08 02:18:28] "GET /obj-perms HTTP/1.1" 200 5056 0.081560 10.0.0.41 - - [2025-05-08 02:18:28] "POST /neutron/security_group HTTP/1.1" 200 2097 0.053516 10.0.0.41 - - [2025-05-08 02:18:28] "POST /neutron/security_group HTTP/1.1" 200 2087 0.003344 10.0.0.41 - - [2025-05-08 02:18:28] "POST /neutron/security_group HTTP/1.1" 200 151 0.043816 10.0.0.41 - - [2025-05-08 02:18:28] "DELETE /access-control-list/795eb7c5-96ff-43c5-9ab6-101803d7af8f HTTP/1.1" 200 115 0.019881 10.0.0.41 - - [2025-05-08 02:18:28] "DELETE /access-control-list/fdbce79e-d37f-4d8a-9aed-8a6d06c2b3cd HTTP/1.1" 200 115 0.018240 10.0.0.41 - - [2025-05-08 02:18:28] "GET /obj-perms HTTP/1.1" 200 5056 0.390567 10.0.0.41 - - [2025-05-08 02:18:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002375 10.0.0.41 - - [2025-05-08 02:18:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002723 10.0.0.41 - - [2025-05-08 02:18:28] "POST /chown HTTP/1.1" 200 109 0.006866 10.0.0.41 - - [2025-05-08 02:18:29] "POST /instance-ips HTTP/1.1" 400 213 0.013045 10.0.0.41 - - [2025-05-08 02:18:29] "POST /chown HTTP/1.1" 200 109 0.006634 10.0.0.41 - - [2025-05-08 02:18:29] "POST /chown HTTP/1.1" 200 109 0.006117 10.0.0.41 - - [2025-05-08 02:18:29] "POST /instance-ips HTTP/1.1" 400 319 0.028325 10.0.0.41 - - [2025-05-08 02:18:29] "POST /chown HTTP/1.1" 200 109 0.007271 10.0.0.41 - - [2025-05-08 02:18:29] "POST /chown HTTP/1.1" 200 109 0.006512 10.0.0.41 - - [2025-05-08 02:18:29] "POST /instance-ips HTTP/1.1" 400 213 0.014218 10.0.0.41 - - [2025-05-08 02:18:29] "POST /chown HTTP/1.1" 200 109 0.006497 10.0.0.41 - - [2025-05-08 02:18:29] "POST /chown HTTP/1.1" 200 109 0.006382 10.0.0.41 - - [2025-05-08 02:18:29] "POST /instance-ips HTTP/1.1" 400 319 0.016803 10.0.0.41 - - [2025-05-08 02:18:29] "POST /chown HTTP/1.1" 200 109 0.007401 10.0.0.41 - - [2025-05-08 02:18:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002676 10.0.0.41 - - [2025-05-08 02:18:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002689 10.0.0.41 - - [2025-05-08 02:18:29] "POST /chown HTTP/1.1" 200 109 0.006808 10.0.0.41 - - [2025-05-08 02:18:29] "POST /instance-ips HTTP/1.1" 400 213 0.013466 10.0.0.41 - - [2025-05-08 02:18:29] "POST /chown HTTP/1.1" 200 109 0.006606 10.0.0.41 - - [2025-05-08 02:18:29] "POST /chown HTTP/1.1" 200 109 0.006574 10.0.0.41 - - [2025-05-08 02:18:29] "POST /instance-ips HTTP/1.1" 400 322 0.012980 10.0.0.41 - - [2025-05-08 02:18:30] "POST /chown HTTP/1.1" 200 109 0.006593 10.0.0.41 - - [2025-05-08 02:18:30] "POST /chown HTTP/1.1" 200 109 0.006939 10.0.0.41 - - [2025-05-08 02:18:30] "GET /projects?obj_uuids=004b3e15-a70d-4803-837d-306c7d24decf&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002077 10.0.0.41 - - [2025-05-08 02:18:30] "GET /domains?obj_uuids=8acd5d40-dacc-4a92-9ebd-0798e15fb4b7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001317 10.0.0.41 - - [2025-05-08 02:18:30] "POST /instance-ips HTTP/1.1" 400 213 0.011926 10.0.0.41 - - [2025-05-08 02:18:30] "GET /domain/8acd5d40-dacc-4a92-9ebd-0798e15fb4b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.048393 10.0.0.41 - - [2025-05-08 02:18:30] "POST /chown HTTP/1.1" 200 109 0.005513 10.0.0.41 - - [2025-05-08 02:18:30] "POST /chown HTTP/1.1" 200 109 0.007472 10.0.0.41 - - [2025-05-08 02:18:30] "POST /id-to-fqname HTTP/1.1" 200 191 0.001151 10.0.0.41 - - [2025-05-08 02:18:30] "POST /fqname-to-id HTTP/1.1" 404 200 0.002199 10.0.0.41 - - [2025-05-08 02:18:30] "POST /instance-ips HTTP/1.1" 400 322 0.012585 10.0.0.41 - - [2025-05-08 02:18:30] "POST /security-groups HTTP/1.1" 200 592 0.060721 10.0.0.41 - - [2025-05-08 02:18:30] "POST /chown HTTP/1.1" 200 109 0.036431 10.0.0.41 - - [2025-05-08 02:18:30] "POST /fqname-to-id HTTP/1.1" 404 235 0.003416 10.0.0.41 - - [2025-05-08 02:18:30] "POST /projects HTTP/1.1" 200 587 0.206455 10.0.0.41 - - [2025-05-08 02:18:30] "POST /access-control-lists HTTP/1.1" 200 597 0.059609 10.0.0.41 - - [2025-05-08 02:18:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.280586 10.0.0.41 - - [2025-05-08 02:18:30] "POST /fqname-to-id HTTP/1.1" 404 234 0.002448 10.0.0.41 - - [2025-05-08 02:18:30] "POST /neutron/network HTTP/1.1" 200 632 0.495721 10.0.0.41 - - [2025-05-08 02:18:30] "GET /projects?obj_uuids=004b3e15-a70d-4803-837d-306c7d24decf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001019 10.0.0.41 - - [2025-05-08 02:18:30] "POST /access-control-lists HTTP/1.1" 200 595 0.062346 10.0.0.41 - - [2025-05-08 02:18:30] "POST /neutron/network HTTP/1.1" 200 630 0.090191 10.0.0.41 - - [2025-05-08 02:18:30] "POST /route-targets HTTP/1.1" 200 327 0.008724 10.0.0.41 - - [2025-05-08 02:18:30] "POST /ref-update HTTP/1.1" 200 156 0.010836 10.0.0.41 - - [2025-05-08 02:18:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002423 10.0.0.41 - - [2025-05-08 02:18:30] "POST /route-targets HTTP/1.1" 200 327 0.017961 10.0.0.41 - - [2025-05-08 02:18:30] "POST /neutron/subnet HTTP/1.1" 200 710 0.156962 10.0.0.41 - - [2025-05-08 02:18:30] "POST /ref-update HTTP/1.1" 200 156 0.009808 10.0.0.41 - - [2025-05-08 02:18:31] "POST /useragent-kv HTTP/1.1" 200 115 0.005075 10.0.0.41 - - [2025-05-08 02:18:31] "POST /neutron/subnet HTTP/1.1" 200 710 0.175688 10.0.0.41 - - [2025-05-08 02:18:31] "GET /projects?obj_uuids=004b3e15-a70d-4803-837d-306c7d24decf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001131 10.0.0.41 - - [2025-05-08 02:18:31] "POST /neutron/router HTTP/1.1" 200 612 0.096882 10.0.0.41 - - [2025-05-08 02:18:31] "POST /neutron/router HTTP/1.1" 200 612 0.003655 10.0.0.41 - - [2025-05-08 02:18:31] "POST /route-targets HTTP/1.1" 200 327 0.017740 10.0.0.41 - - [2025-05-08 02:18:31] "GET /projects?obj_uuids=004b3e15-a70d-4803-837d-306c7d24decf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001259 10.0.0.41 - - [2025-05-08 02:18:31] "PUT /logical-router/c369fb86-32f9-45bc-ba83-027b413a3783 HTTP/1.1" 200 262 0.031538 10.0.0.41 - - [2025-05-08 02:18:31] "POST /neutron/router HTTP/1.1" 200 344 0.205879 10.0.0.41 - - [2025-05-08 02:18:31] "POST /neutron/port HTTP/1.1" 200 1026 0.021338 10.0.0.41 - - [2025-05-08 02:18:31] "POST /ref-update HTTP/1.1" 200 156 0.025663 10.0.0.41 - - [2025-05-08 02:18:31] "POST /neutron/router HTTP/1.1" 200 612 0.003371 10.0.0.41 - - [2025-05-08 02:18:31] "GET /projects?obj_uuids=004b3e15-a70d-4803-837d-306c7d24decf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001049 10.0.0.41 - - [2025-05-08 02:18:31] "POST /neutron/router HTTP/1.1" 200 344 0.199366 10.0.0.41 - - [2025-05-08 02:18:31] "POST /ref-update HTTP/1.1" 200 156 0.009687 10.0.0.41 - - [2025-05-08 02:18:31] "POST /neutron/port HTTP/1.1" 200 1026 0.008560 10.0.0.41 - - [2025-05-08 02:18:31] "POST /neutron/router HTTP/1.1" 200 612 0.004416 10.0.0.41 - - [2025-05-08 02:18:31] "POST /ref-update HTTP/1.1" 200 156 0.010487 10.0.0.41 - - [2025-05-08 02:18:31] "POST /neutron/router HTTP/1.1" 200 344 0.091589 10.0.0.41 - - [2025-05-08 02:18:31] "POST /neutron/router HTTP/1.1" 200 612 0.004878 10.0.0.41 - - [2025-05-08 02:18:31] "POST /ref-update HTTP/1.1" 200 156 0.010574 10.0.0.41 - - [2025-05-08 02:18:31] "POST /neutron/router HTTP/1.1" 200 344 0.083893 10.0.0.41 - - [2025-05-08 02:18:31] "POST /neutron/port HTTP/1.1" 200 117 0.005805 10.0.0.41 - - [2025-05-08 02:18:31] "POST /neutron/router HTTP/1.1" 200 612 0.003230 10.0.0.41 - - [2025-05-08 02:18:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.41 - - [2025-05-08 02:18:31] "GET /logical-router/c369fb86-32f9-45bc-ba83-027b413a3783?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.006009 10.0.0.41 - - [2025-05-08 02:18:31] "POST /neutron/router HTTP/1.1" 200 151 0.048318 10.0.0.41 - - [2025-05-08 02:18:31] "DELETE /route-target/2e445c04-eaea-4010-8052-c9fbaf7dd8c1 HTTP/1.1" 200 115 0.017241 10.0.0.41 - - [2025-05-08 02:18:31] "POST /neutron/subnet HTTP/1.1" 200 710 0.006613 10.0.0.41 - - [2025-05-08 02:18:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002112 10.0.0.41 - - [2025-05-08 02:18:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002273 10.0.0.41 - - [2025-05-08 02:18:32] "POST /neutron/subnet HTTP/1.1" 200 151 0.154979 10.0.0.41 - - [2025-05-08 02:18:32] "POST /neutron/subnet HTTP/1.1" 200 710 0.006207 10.0.0.41 - - [2025-05-08 02:18:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002308 10.0.0.41 - - [2025-05-08 02:18:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002082 10.0.0.41 - - [2025-05-08 02:18:32] "POST /neutron/subnet HTTP/1.1" 200 151 0.127154 10.0.0.41 - - [2025-05-08 02:18:32] "POST /neutron/network HTTP/1.1" 200 697 0.003597 10.0.0.41 - - [2025-05-08 02:18:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003851 10.0.0.41 - - [2025-05-08 02:18:32] "POST /neutron/network HTTP/1.1" 200 151 0.070367 10.0.0.41 - - [2025-05-08 02:18:32] "POST /neutron/network HTTP/1.1" 200 699 0.003368 10.0.0.41 - - [2025-05-08 02:18:32] "DELETE /route-target/09611b9b-cce7-485c-9c79-02f72530b521 HTTP/1.1" 200 115 0.018041 10.0.0.41 - - [2025-05-08 02:18:32] "POST /neutron/network HTTP/1.1" 200 151 0.058078 10.0.0.41 - - [2025-05-08 02:18:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004301 10.0.0.41 - - [2025-05-08 02:18:32] "GET /projects?obj_uuids=004b3e15-a70d-4803-837d-306c7d24decf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001020 10.0.0.41 - - [2025-05-08 02:18:32] "DELETE /route-target/c94b37f9-0db9-4644-b3ab-7a926f8e67e2 HTTP/1.1" 200 115 0.021734 10.0.0.41 - - [2025-05-08 02:18:32] "POST /neutron/network HTTP/1.1" 200 632 0.073555 10.0.0.41 - - [2025-05-08 02:18:32] "POST /route-targets HTTP/1.1" 200 327 0.014254 10.0.0.41 - - [2025-05-08 02:18:32] "POST /ref-update HTTP/1.1" 200 156 0.015439 10.0.0.41 - - [2025-05-08 02:18:32] "POST /useragent-kv HTTP/1.1" 200 115 0.005709 10.0.0.41 - - [2025-05-08 02:18:32] "POST /neutron/subnet HTTP/1.1" 200 710 0.136335 10.0.0.41 - - [2025-05-08 02:18:32] "GET /projects?obj_uuids=004b3e15-a70d-4803-837d-306c7d24decf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001137 10.0.0.41 - - [2025-05-08 02:18:32] "POST /neutron/router HTTP/1.1" 200 612 0.098192 10.0.0.41 - - [2025-05-08 02:18:32] "POST /route-targets HTTP/1.1" 200 327 0.010644 10.0.0.41 - - [2025-05-08 02:18:32] "GET /projects?obj_uuids=004b3e15-a70d-4803-837d-306c7d24decf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000986 10.0.0.41 - - [2025-05-08 02:18:32] "PUT /logical-router/ddbe71d7-50bd-41e1-8190-eb3ad396f31c HTTP/1.1" 200 262 0.031525 10.0.0.41 - - [2025-05-08 02:18:32] "POST /neutron/port HTTP/1.1" 200 1008 0.191195 10.0.0.41 - - [2025-05-08 02:18:32] "POST /neutron/router HTTP/1.1" 200 612 0.004314 10.0.0.41 - - [2025-05-08 02:18:33] "POST /neutron/router HTTP/1.1" 200 344 0.051071 10.0.0.41 - - [2025-05-08 02:18:33] "POST /ref-update HTTP/1.1" 200 156 0.010705 10.0.0.41 - - [2025-05-08 02:18:33] "POST /neutron/port HTTP/1.1" 200 1070 0.012410 10.0.0.41 - - [2025-05-08 02:18:33] "POST /neutron/router HTTP/1.1" 200 612 0.004176 10.0.0.41 - - [2025-05-08 02:18:33] "POST /ref-update HTTP/1.1" 200 156 0.010280 10.0.0.41 - - [2025-05-08 02:18:33] "POST /neutron/router HTTP/1.1" 200 344 0.091023 10.0.0.41 - - [2025-05-08 02:18:33] "POST /neutron/router HTTP/1.1" 200 612 0.003781 10.0.0.41 - - [2025-05-08 02:18:33] "POST /neutron/router HTTP/1.1" 400 205 0.003550 10.0.0.41 - - [2025-05-08 02:18:33] "POST /neutron/port HTTP/1.1" 200 117 0.003886 10.0.0.41 - - [2025-05-08 02:18:33] "POST /neutron/router HTTP/1.1" 200 612 0.002455 10.0.0.41 - - [2025-05-08 02:18:33] "GET /logical-router/ddbe71d7-50bd-41e1-8190-eb3ad396f31c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003533 10.0.0.41 - - [2025-05-08 02:18:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.41 - - [2025-05-08 02:18:33] "POST /neutron/router HTTP/1.1" 200 151 0.037092 10.0.0.41 - - [2025-05-08 02:18:33] "DELETE /route-target/4fd95cde-73db-4c2f-aa7d-d0469ed1571d HTTP/1.1" 200 115 0.013216 10.0.0.41 - - [2025-05-08 02:18:33] "POST /neutron/subnet HTTP/1.1" 200 710 0.009012 10.0.0.41 - - [2025-05-08 02:18:33] "POST /useragent-kv HTTP/1.1" 200 115 0.003038 10.0.0.41 - - [2025-05-08 02:18:33] "POST /useragent-kv HTTP/1.1" 200 115 0.001646 10.0.0.41 - - [2025-05-08 02:18:33] "POST /neutron/subnet HTTP/1.1" 200 151 0.126890 10.0.0.41 - - [2025-05-08 02:18:33] "POST /neutron/network HTTP/1.1" 200 699 0.002896 10.0.0.41 - - [2025-05-08 02:18:33] "POST /neutron/network HTTP/1.1" 200 151 0.048005 10.0.0.41 - - [2025-05-08 02:18:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002010 10.0.0.41 - - [2025-05-08 02:18:33] "GET /projects?obj_uuids=004b3e15-a70d-4803-837d-306c7d24decf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000963 10.0.0.41 - - [2025-05-08 02:18:33] "DELETE /route-target/8fbcb68b-6037-438d-81ab-6c367f9c614b HTTP/1.1" 200 115 0.018230 10.0.0.41 - - [2025-05-08 02:18:33] "POST /neutron/network HTTP/1.1" 200 630 0.064606 10.0.0.41 - - [2025-05-08 02:18:33] "POST /route-targets HTTP/1.1" 200 327 0.008990 10.0.0.41 - - [2025-05-08 02:18:33] "POST /ref-update HTTP/1.1" 200 156 0.013342 10.0.0.41 - - [2025-05-08 02:18:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002135 10.0.0.41 - - [2025-05-08 02:18:33] "POST /neutron/subnet HTTP/1.1" 200 710 0.184464 10.0.0.41 - - [2025-05-08 02:18:33] "GET /projects?obj_uuids=004b3e15-a70d-4803-837d-306c7d24decf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000997 10.0.0.41 - - [2025-05-08 02:18:33] "POST /neutron/router HTTP/1.1" 200 612 0.084236 10.0.0.41 - - [2025-05-08 02:18:33] "POST /neutron/router HTTP/1.1" 200 612 0.004274 10.0.0.41 - - [2025-05-08 02:18:33] "POST /route-targets HTTP/1.1" 200 327 0.016553 10.0.0.41 - - [2025-05-08 02:18:33] "GET /projects?obj_uuids=004b3e15-a70d-4803-837d-306c7d24decf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001005 10.0.0.41 - - [2025-05-08 02:18:33] "PUT /logical-router/836d4f7b-157b-4970-bed9-1654585d88d8 HTTP/1.1" 200 262 0.021948 10.0.0.41 - - [2025-05-08 02:18:34] "POST /neutron/router HTTP/1.1" 200 344 0.196707 10.0.0.41 - - [2025-05-08 02:18:34] "POST /ref-update HTTP/1.1" 200 156 0.012542 10.0.0.41 - - [2025-05-08 02:18:34] "POST /neutron/port HTTP/1.1" 200 1026 0.012552 10.0.0.41 - - [2025-05-08 02:18:34] "POST /neutron/router HTTP/1.1" 200 612 0.003312 10.0.0.41 - - [2025-05-08 02:18:34] "POST /ref-update HTTP/1.1" 200 156 0.013411 10.0.0.41 - - [2025-05-08 02:18:34] "POST /neutron/router HTTP/1.1" 200 344 0.096599 10.0.0.41 - - [2025-05-08 02:18:34] "POST /neutron/port HTTP/1.1" 200 117 0.005068 10.0.0.41 - - [2025-05-08 02:18:34] "POST /neutron/router HTTP/1.1" 200 612 0.002774 10.0.0.41 - - [2025-05-08 02:18:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.007833 10.0.0.41 - - [2025-05-08 02:18:34] "GET /logical-router/836d4f7b-157b-4970-bed9-1654585d88d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.005535 10.0.0.41 - - [2025-05-08 02:18:34] "POST /neutron/router HTTP/1.1" 200 151 0.053213 10.0.0.41 - - [2025-05-08 02:18:34] "POST /neutron/subnet HTTP/1.1" 200 710 0.011282 10.0.0.41 - - [2025-05-08 02:18:34] "DELETE /route-target/24dc4835-f48d-4b53-87cf-15fb7546d261 HTTP/1.1" 200 115 0.021526 10.0.0.41 - - [2025-05-08 02:18:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003116 10.0.0.41 - - [2025-05-08 02:18:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003229 10.0.0.41 - - [2025-05-08 02:18:34] "POST /neutron/subnet HTTP/1.1" 200 151 0.200652 10.0.0.41 - - [2025-05-08 02:18:34] "POST /neutron/network HTTP/1.1" 200 697 0.003342 10.0.0.41 - - [2025-05-08 02:18:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004212 10.0.0.41 - - [2025-05-08 02:18:34] "POST /neutron/network HTTP/1.1" 200 151 0.061731 10.0.0.41 - - [2025-05-08 02:18:34] "GET /projects?obj_uuids=004b3e15-a70d-4803-837d-306c7d24decf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001629 10.0.0.41 - - [2025-05-08 02:18:34] "DELETE /route-target/2a95fc38-2599-4e39-8a46-731818ae57dc HTTP/1.1" 200 115 0.034386 10.0.0.41 - - [2025-05-08 02:18:34] "POST /route-targets HTTP/1.1" 200 327 0.016952 10.0.0.41 - - [2025-05-08 02:18:34] "POST /neutron/router HTTP/1.1" 200 685 0.096178 10.0.0.41 - - [2025-05-08 02:18:34] "GET /logical-router/d8984c9e-fc11-472c-930e-8e641919ddd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.009426 10.0.0.41 - - [2025-05-08 02:18:34] "POST /neutron/router HTTP/1.1" 200 685 0.005983 10.0.0.41 - - [2025-05-08 02:18:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.001986 10.0.0.41 - - [2025-05-08 02:18:34] "POST /neutron/router HTTP/1.1" 200 695 0.004134 10.0.0.41 - - [2025-05-08 02:18:34] "POST /neutron/router HTTP/1.1" 200 685 0.002747 10.0.0.41 - - [2025-05-08 02:18:34] "PUT /logical-router/d8984c9e-fc11-472c-930e-8e641919ddd4 HTTP/1.1" 200 262 0.022231 10.0.0.41 - - [2025-05-08 02:18:34] "GET /service-template/c8b0f180-869e-4e1f-8967-c80199ed92d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1691 0.003649 10.0.0.41 - - [2025-05-08 02:18:34] "POST /neutron/router HTTP/1.1" 200 692 0.030449 10.0.0.41 - - [2025-05-08 02:18:34] "POST /neutron/router HTTP/1.1" 200 692 0.003846 10.0.0.41 - - [2025-05-08 02:18:34] "POST /neutron/port HTTP/1.1" 200 117 0.006165 10.0.0.41 - - [2025-05-08 02:18:34] "POST /fqname-to-id HTTP/1.1" 404 213 0.004267 10.0.0.41 - - [2025-05-08 02:18:34] "POST /neutron/router HTTP/1.1" 200 692 0.003710 10.0.0.41 - - [2025-05-08 02:18:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004140 10.0.0.41 - - [2025-05-08 02:18:34] "POST /neutron/router HTTP/1.1" 200 151 0.051046 10.0.0.41 - - [2025-05-08 02:18:34] "GET /projects?obj_uuids=004b3e15-a70d-4803-837d-306c7d24decf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.057282 10.0.0.41 - - [2025-05-08 02:18:34] "DELETE /route-target/460be46a-d308-4f04-b1dd-9b48ea69d42b HTTP/1.1" 200 115 0.098259 10.0.0.41 - - [2025-05-08 02:18:35] "POST /useragent-kv HTTP/1.1" 200 115 0.015836 10.0.0.41 - - [2025-05-08 02:18:35] "POST /virtual-networks HTTP/1.1" 200 692 0.238103 10.0.0.41 - - [2025-05-08 02:18:35] "POST /neutron/network HTTP/1.1" 200 632 0.224245 10.0.0.41 - - [2025-05-08 02:18:35] "POST /route-targets HTTP/1.1" 200 327 0.019496 10.0.0.41 - - [2025-05-08 02:18:35] "POST /ref-update HTTP/1.1" 200 156 0.015851 10.0.0.41 - - [2025-05-08 02:18:35] "POST /service-instances HTTP/1.1" 200 668 0.059084 10.0.0.41 - - [2025-05-08 02:18:35] "POST /route-targets HTTP/1.1" 200 327 0.018664 10.0.0.41 - - [2025-05-08 02:18:35] "POST /useragent-kv HTTP/1.1" 200 115 0.004858 10.0.0.41 - - [2025-05-08 02:18:35] "POST /neutron/subnet HTTP/1.1" 200 710 0.151340 10.0.0.41 - - [2025-05-08 02:18:35] "POST /ref-update HTTP/1.1" 200 156 0.013991 10.0.0.41 - - [2025-05-08 02:18:35] "GET /projects?obj_uuids=004b3e15-a70d-4803-837d-306c7d24decf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002054 10.0.0.41 - - [2025-05-08 02:18:35] "POST /route-tables HTTP/1.1" 200 580 0.032804 10.0.0.41 - - [2025-05-08 02:18:35] "PUT /logical-router/d8984c9e-fc11-472c-930e-8e641919ddd4 HTTP/1.1" 404 171 0.002418 10.0.0.41 - - [2025-05-08 02:18:35] "POST /neutron/router HTTP/1.1" 200 614 0.082716 10.0.0.41 - - [2025-05-08 02:18:35] "POST /neutron/router HTTP/1.1" 200 614 0.004042 10.0.0.41 - - [2025-05-08 02:18:35] "POST /route-targets HTTP/1.1" 200 327 0.014387 10.0.0.41 - - [2025-05-08 02:18:35] "GET /projects?obj_uuids=004b3e15-a70d-4803-837d-306c7d24decf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000916 10.0.0.41 - - [2025-05-08 02:18:35] "GET /logical-router/d8984c9e-fc11-472c-930e-8e641919ddd4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003431 10.0.0.41 - - [2025-05-08 02:18:35] "PUT /logical-router/9cfb6bab-86dc-4665-9198-8c16bca6b970 HTTP/1.1" 200 262 0.024647 10.0.0.41 - - [2025-05-08 02:18:35] "DELETE /route-table/6f20270a-e8c9-406c-9b13-b3b96ff75ae4 HTTP/1.1" 200 115 0.070088 10.0.0.41 - - [2025-05-08 02:18:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005102 10.0.0.41 - - [2025-05-08 02:18:35] "POST /neutron/router HTTP/1.1" 200 344 0.199015 10.0.0.41 - - [2025-05-08 02:18:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.006289 10.0.0.41 - - [2025-05-08 02:18:35] "POST /neutron/port HTTP/1.1" 200 1026 0.013009 10.0.0.41 - - [2025-05-08 02:18:35] "POST /ref-update HTTP/1.1" 200 156 0.014942 10.0.0.41 - - [2025-05-08 02:18:35] "POST /neutron/port HTTP/1.1" 200 1026 0.006459 10.0.0.41 - - [2025-05-08 02:18:35] "POST /neutron/port HTTP/1.1" 200 1026 0.006455 10.0.0.41 - - [2025-05-08 02:18:35] "POST /neutron/port HTTP/1.1" 200 1026 0.015283 10.0.0.41 - - [2025-05-08 02:18:35] "POST /neutron/router HTTP/1.1" 200 614 0.003212 10.0.0.41 - - [2025-05-08 02:18:35] "POST /virtual-machines HTTP/1.1" 200 549 0.018414 10.0.0.41 - - [2025-05-08 02:18:35] "POST /ref-update HTTP/1.1" 200 156 0.009990 10.0.0.41 - - [2025-05-08 02:18:35] "POST /virtual-machine-interfaces HTTP/1.1" 200 806 0.094308 10.0.0.41 - - [2025-05-08 02:18:35] "POST /neutron/router HTTP/1.1" 200 344 0.171978 10.0.0.41 - - [2025-05-08 02:18:35] "POST /neutron/port HTTP/1.1" 200 117 0.013128 10.0.0.41 - - [2025-05-08 02:18:35] "POST /chown HTTP/1.1" 200 109 0.011408 10.0.0.41 - - [2025-05-08 02:18:35] "POST /neutron/router HTTP/1.1" 200 614 0.006939 10.0.0.41 - - [2025-05-08 02:18:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002558 10.0.0.41 - - [2025-05-08 02:18:35] "POST /neutron/router HTTP/1.1" 200 151 0.039278 10.0.0.41 - - [2025-05-08 02:18:35] "POST /neutron/subnet HTTP/1.1" 200 710 0.009177 10.0.0.41 - - [2025-05-08 02:18:35] "DELETE /route-target/ee76141b-66eb-404b-ad66-39f6b5b5e55c HTTP/1.1" 200 115 0.022383 10.0.0.41 - - [2025-05-08 02:18:35] "POST /instance-ips HTTP/1.1" 200 547 0.032840 10.0.0.41 - - [2025-05-08 02:18:36] "POST /instance-ips HTTP/1.1" 400 213 0.012308 10.0.0.41 - - [2025-05-08 02:18:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002667 10.0.0.41 - - [2025-05-08 02:18:36] "POST /useragent-kv HTTP/1.1" 200 115 0.001691 10.0.0.41 - - [2025-05-08 02:18:36] "POST /chown HTTP/1.1" 200 109 0.016473 10.0.0.41 - - [2025-05-08 02:18:36] "POST /neutron/subnet HTTP/1.1" 200 151 0.140309 10.0.0.41 - - [2025-05-08 02:18:36] "POST /neutron/network HTTP/1.1" 200 699 0.003438 10.0.0.41 - - [2025-05-08 02:18:36] "PUT /virtual-machine-interface/fe862fbe-332c-441d-aeab-98910adb1a5d HTTP/1.1" 200 284 0.008221 10.0.0.41 - - [2025-05-08 02:18:36] "POST /neutron/network HTTP/1.1" 200 151 0.068420 10.0.0.41 - - [2025-05-08 02:18:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002499 10.0.0.41 - - [2025-05-08 02:18:36] "GET /projects?obj_uuids=004b3e15-a70d-4803-837d-306c7d24decf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000944 10.0.0.41 - - [2025-05-08 02:18:36] "PUT /instance-ip/82b7a299-ee3e-4503-a2a1-b6e1ec9e4352 HTTP/1.1" 200 256 0.016024 10.0.0.41 - - [2025-05-08 02:18:36] "DELETE /route-target/259712aa-7e03-4643-8121-1e77e1c82868 HTTP/1.1" 200 115 0.030837 10.0.0.41 - - [2025-05-08 02:18:36] "POST /ref-update HTTP/1.1" 200 156 0.016022 10.0.0.41 - - [2025-05-08 02:18:36] "POST /neutron/router HTTP/1.1" 200 612 0.081466 10.0.0.41 - - [2025-05-08 02:18:36] "POST /neutron/router HTTP/1.1" 200 612 0.004311 10.0.0.41 - - [2025-05-08 02:18:36] "POST /route-targets HTTP/1.1" 200 327 0.014251 10.0.0.41 - - [2025-05-08 02:18:36] "PUT /logical-router/16fe38f1-f816-4a97-a911-270e33b7a7f8 HTTP/1.1" 200 262 0.038438 10.0.0.41 - - [2025-05-08 02:18:36] "POST /neutron/router HTTP/1.1" 200 611 0.042452 10.0.0.41 - - [2025-05-08 02:18:36] "POST /neutron/router HTTP/1.1" 200 611 0.006517 10.0.0.41 - - [2025-05-08 02:18:36] "POST /neutron/port HTTP/1.1" 200 117 0.040779 10.0.0.41 - - [2025-05-08 02:18:36] "POST /neutron/router HTTP/1.1" 200 611 0.006719 10.0.0.41 - - [2025-05-08 02:18:36] "POST /virtual-machine-interfaces HTTP/1.1" 200 804 0.126439 10.0.0.41 - - [2025-05-08 02:18:36] "POST /neutron/router HTTP/1.1" 200 151 0.068516 10.0.0.41 - - [2025-05-08 02:18:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.41 - - [2025-05-08 02:18:36] "POST /chown HTTP/1.1" 200 109 0.014737 10.0.0.41 - - [2025-05-08 02:18:36] "DELETE /route-target/5d293a9f-39de-4ddd-811e-16b8d4222e4d HTTP/1.1" 200 115 0.025785 10.0.0.41 - - [2025-05-08 02:18:36] "POST /neutron/port HTTP/1.1" 200 117 0.004921 10.0.0.41 - - [2025-05-08 02:18:36] "POST /neutron/router HTTP/1.1" 400 209 0.002556 10.0.0.41 - - [2025-05-08 02:18:36] "POST /neutron/port HTTP/1.1" 200 117 0.007860 10.0.0.41 - - [2025-05-08 02:18:36] "POST /neutron/router HTTP/1.1" 400 209 0.002768 10.0.0.41 - - [2025-05-08 02:18:36] "POST /neutron/subnet HTTP/1.1" 400 209 0.003319 10.0.0.41 - - [2025-05-08 02:18:36] "POST /instance-ips HTTP/1.1" 200 545 0.036871 10.0.0.41 - - [2025-05-08 02:18:36] "POST /neutron/port HTTP/1.1" 200 117 0.006169 10.0.0.41 - - [2025-05-08 02:18:36] "POST /neutron/router HTTP/1.1" 400 209 0.003077 10.0.0.41 - - [2025-05-08 02:18:36] "POST /neutron/port HTTP/1.1" 200 117 0.004123 10.0.0.41 - - [2025-05-08 02:18:36] "POST /neutron/router HTTP/1.1" 400 209 0.003345 10.0.0.41 - - [2025-05-08 02:18:36] "POST /instance-ips HTTP/1.1" 400 314 0.014231 10.0.0.41 - - [2025-05-08 02:18:36] "POST /neutron/subnet HTTP/1.1" 400 209 0.002612 10.0.0.41 - - [2025-05-08 02:18:36] "POST /neutron/port HTTP/1.1" 200 117 0.005397 10.0.0.41 - - [2025-05-08 02:18:36] "POST /neutron/router HTTP/1.1" 400 209 0.003162 10.0.0.41 - - [2025-05-08 02:18:36] "POST /neutron/subnet HTTP/1.1" 400 209 0.003140 10.0.0.41 - - [2025-05-08 02:18:36] "POST /chown HTTP/1.1" 200 109 0.009752 10.0.0.41 - - [2025-05-08 02:18:36] "POST /neutron/port HTTP/1.1" 200 117 0.007969 10.0.0.41 - - [2025-05-08 02:18:36] "POST /neutron/router HTTP/1.1" 400 209 0.002471 10.0.0.41 - - [2025-05-08 02:18:36] "POST /neutron/subnet HTTP/1.1" 400 209 0.004077 10.0.0.41 - - [2025-05-08 02:18:36] "POST /neutron/subnet HTTP/1.1" 400 209 0.003524 10.0.0.41 - - [2025-05-08 02:18:36] "PUT /virtual-machine-interface/1b472587-bb39-4265-be17-53b954e20317 HTTP/1.1" 200 284 0.012342 10.0.0.41 - - [2025-05-08 02:18:36] "PUT /instance-ip/b80e6964-f0a8-44e9-855c-8a626ae82f21 HTTP/1.1" 200 256 0.010871 10.0.0.41 - - [2025-05-08 02:18:36] "POST /ref-update HTTP/1.1" 200 156 0.010104 10.0.0.41 - - [2025-05-08 02:18:36] "POST /ref-update HTTP/1.1" 200 156 0.009879 10.0.0.41 - - [2025-05-08 02:18:36] "POST /virtual-machines HTTP/1.1" 200 549 0.020100 10.0.0.41 - - [2025-05-08 02:18:37] "POST /virtual-machine-interfaces HTTP/1.1" 200 806 0.099148 10.0.0.41 - - [2025-05-08 02:18:37] "POST /chown HTTP/1.1" 200 109 0.006970 10.0.0.41 - - [2025-05-08 02:18:37] "POST /instance-ips HTTP/1.1" 400 213 0.015187 10.0.0.41 - - [2025-05-08 02:18:37] "GET /projects?obj_uuids=004b3e15-a70d-4803-837d-306c7d24decf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001050 10.0.0.41 - - [2025-05-08 02:18:37] "POST /neutron/security_group HTTP/1.1" 200 2095 0.058086 10.0.0.41 - - [2025-05-08 02:18:37] "POST /neutron/security_group HTTP/1.1" 200 2085 0.006618 10.0.0.41 - - [2025-05-08 02:18:37] "POST /chown HTTP/1.1" 200 109 0.010220 10.0.0.41 - - [2025-05-08 02:18:37] "POST /neutron/security_group HTTP/1.1" 400 206 0.016163 10.0.0.41 - - [2025-05-08 02:18:37] "PUT /virtual-machine-interface/f048ef65-b29d-4743-a39a-587fe9381c7b HTTP/1.1" 200 284 0.010200 10.0.0.41 - - [2025-05-08 02:18:37] "PUT /instance-ip/82b7a299-ee3e-4503-a2a1-b6e1ec9e4352 HTTP/1.1" 200 256 0.012074 10.0.0.41 - - [2025-05-08 02:18:37] "POST /ref-update HTTP/1.1" 200 156 0.011801 10.0.0.41 - - [2025-05-08 02:18:37] "POST /ref-update HTTP/1.1" 200 156 0.009262 10.0.0.41 - - [2025-05-08 02:18:37] "POST /virtual-machine-interfaces HTTP/1.1" 200 804 0.083513 10.0.0.41 - - [2025-05-08 02:18:37] "POST /chown HTTP/1.1" 200 109 0.009400 10.0.0.41 - - [2025-05-08 02:18:37] "POST /instance-ips HTTP/1.1" 400 314 0.020397 10.0.0.41 - - [2025-05-08 02:18:37] "POST /chown HTTP/1.1" 200 109 0.006646 10.0.0.41 - - [2025-05-08 02:18:37] "PUT /virtual-machine-interface/64e3aa38-faab-4a4c-8c27-b331c620a76d HTTP/1.1" 200 284 0.009283 10.0.0.41 - - [2025-05-08 02:18:37] "PUT /instance-ip/b80e6964-f0a8-44e9-855c-8a626ae82f21 HTTP/1.1" 200 256 0.025147 10.0.0.41 - - [2025-05-08 02:18:38] "POST /ref-update HTTP/1.1" 200 156 0.013045 10.0.0.41 - - [2025-05-08 02:18:38] "POST /ref-update HTTP/1.1" 200 156 0.011962 10.0.0.41 - - [2025-05-08 02:18:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002704 10.0.0.41 - - [2025-05-08 02:18:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002601 10.0.0.41 - - [2025-05-08 02:18:38] "POST /chown HTTP/1.1" 200 109 0.007200 10.0.0.41 - - [2025-05-08 02:18:38] "POST /instance-ips HTTP/1.1" 400 213 0.013141 10.0.0.41 - - [2025-05-08 02:18:38] "POST /chown HTTP/1.1" 200 109 0.006913 10.0.0.41 - - [2025-05-08 02:18:38] "PUT /instance-ip/82b7a299-ee3e-4503-a2a1-b6e1ec9e4352 HTTP/1.1" 200 256 0.011090 10.0.0.41 - - [2025-05-08 02:18:38] "POST /ref-update HTTP/1.1" 200 156 0.009348 10.0.0.41 - - [2025-05-08 02:18:38] "POST /ref-update HTTP/1.1" 200 156 0.009003 10.0.0.41 - - [2025-05-08 02:18:38] "POST /chown HTTP/1.1" 200 109 0.006271 10.0.0.41 - - [2025-05-08 02:18:38] "POST /instance-ips HTTP/1.1" 400 314 0.012594 10.0.0.41 - - [2025-05-08 02:18:38] "POST /chown HTTP/1.1" 200 109 0.006186 10.0.0.41 - - [2025-05-08 02:18:38] "PUT /instance-ip/b80e6964-f0a8-44e9-855c-8a626ae82f21 HTTP/1.1" 200 256 0.011100 10.0.0.41 - - [2025-05-08 02:18:38] "POST /ref-update HTTP/1.1" 200 156 0.012262 10.0.0.41 - - [2025-05-08 02:18:38] "POST /ref-update HTTP/1.1" 200 156 0.010770 10.0.0.41 - - [2025-05-08 02:18:38] "GET /projects?obj_uuids=cdf58c0e-20f4-4ee5-a986-6297a1e8698b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002095 10.0.0.41 - - [2025-05-08 02:18:38] "GET /domains?obj_uuids=8acd5d40-dacc-4a92-9ebd-0798e15fb4b7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000937 10.0.0.41 - - [2025-05-08 02:18:38] "POST /chown HTTP/1.1" 200 109 0.005945 10.0.0.41 - - [2025-05-08 02:18:38] "GET /domain/8acd5d40-dacc-4a92-9ebd-0798e15fb4b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.046704 10.0.0.41 - - [2025-05-08 02:18:38] "POST /instance-ips HTTP/1.1" 400 213 0.019456 10.0.0.41 - - [2025-05-08 02:18:39] "POST /id-to-fqname HTTP/1.1" 200 199 0.001648 10.0.0.41 - - [2025-05-08 02:18:39] "POST /fqname-to-id HTTP/1.1" 404 208 0.002917 10.0.0.41 - - [2025-05-08 02:18:39] "POST /chown HTTP/1.1" 200 109 0.005942 10.0.0.41 - - [2025-05-08 02:18:39] "PUT /instance-ip/82b7a299-ee3e-4503-a2a1-b6e1ec9e4352 HTTP/1.1" 200 256 0.011393 10.0.0.41 - - [2025-05-08 02:18:39] "POST /security-groups HTTP/1.1" 200 600 0.069663 10.0.0.41 - - [2025-05-08 02:18:39] "POST /fqname-to-id HTTP/1.1" 404 243 0.002878 10.0.0.41 - - [2025-05-08 02:18:39] "POST /ref-update HTTP/1.1" 200 156 0.029161 10.0.0.41 - - [2025-05-08 02:18:39] "POST /projects HTTP/1.1" 200 603 0.213279 10.0.0.41 - - [2025-05-08 02:18:39] "POST /access-control-lists HTTP/1.1" 200 605 0.059393 10.0.0.41 - - [2025-05-08 02:18:39] "POST /ref-update HTTP/1.1" 200 156 0.024290 10.0.0.41 - - [2025-05-08 02:18:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.280227 10.0.0.41 - - [2025-05-08 02:18:39] "POST /fqname-to-id HTTP/1.1" 404 242 0.002176 10.0.0.41 - - [2025-05-08 02:18:39] "POST /chown HTTP/1.1" 200 109 0.008027 10.0.0.41 - - [2025-05-08 02:18:39] "POST /neutron/router HTTP/1.1" 200 638 0.478195 10.0.0.41 - - [2025-05-08 02:18:39] "GET /projects?obj_uuids=cdf58c0e-20f4-4ee5-a986-6297a1e8698b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000919 10.0.0.41 - - [2025-05-08 02:18:39] "POST /access-control-lists HTTP/1.1" 200 603 0.058002 10.0.0.41 - - [2025-05-08 02:18:39] "POST /instance-ips HTTP/1.1" 400 314 0.054520 10.0.0.41 - - [2025-05-08 02:18:39] "POST /neutron/network HTTP/1.1" 200 682 0.095494 10.0.0.41 - - [2025-05-08 02:18:39] "POST /chown HTTP/1.1" 200 109 0.008665 10.0.0.41 - - [2025-05-08 02:18:39] "POST /route-targets HTTP/1.1" 200 327 0.011362 10.0.0.41 - - [2025-05-08 02:18:39] "PUT /instance-ip/b80e6964-f0a8-44e9-855c-8a626ae82f21 HTTP/1.1" 200 256 0.013959 10.0.0.41 - - [2025-05-08 02:18:39] "PUT /logical-router/58a32c92-490f-45dd-a52c-15320f5ccfb5 HTTP/1.1" 200 262 0.016821 10.0.0.41 - - [2025-05-08 02:18:39] "POST /ref-update HTTP/1.1" 200 156 0.010396 10.0.0.41 - - [2025-05-08 02:18:39] "POST /route-targets HTTP/1.1" 200 327 0.011230 10.0.0.41 - - [2025-05-08 02:18:39] "POST /ref-update HTTP/1.1" 200 156 0.015764 10.0.0.41 - - [2025-05-08 02:18:39] "POST /useragent-kv HTTP/1.1" 200 115 0.006617 10.0.0.41 - - [2025-05-08 02:18:39] "POST /neutron/subnet HTTP/1.1" 200 710 0.200289 10.0.0.41 - - [2025-05-08 02:18:39] "POST /ref-update HTTP/1.1" 200 156 0.013062 10.0.0.41 - - [2025-05-08 02:18:39] "GET /projects?obj_uuids=cdf58c0e-20f4-4ee5-a986-6297a1e8698b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001445 10.0.0.41 - - [2025-05-08 02:18:39] "POST /neutron/network HTTP/1.1" 200 650 0.106260 10.0.0.41 - - [2025-05-08 02:18:39] "GET /projects?obj_uuids=cdf58c0e-20f4-4ee5-a986-6297a1e8698b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001038 10.0.0.41 - - [2025-05-08 02:18:39] "POST /route-targets HTTP/1.1" 200 327 0.014883 10.0.0.41 - - [2025-05-08 02:18:39] "POST /ref-update HTTP/1.1" 200 156 0.016903 10.0.0.41 - - [2025-05-08 02:18:39] "POST /neutron/network HTTP/1.1" 200 650 0.077689 10.0.0.41 - - [2025-05-08 02:18:39] "POST /route-targets HTTP/1.1" 200 327 0.008199 10.0.0.41 - - [2025-05-08 02:18:39] "POST /ref-update HTTP/1.1" 200 156 0.009309 10.0.0.41 - - [2025-05-08 02:18:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003202 10.0.0.41 - - [2025-05-08 02:18:40] "POST /neutron/subnet HTTP/1.1" 200 710 0.167271 10.0.0.41 - - [2025-05-08 02:18:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002548 10.0.0.41 - - [2025-05-08 02:18:40] "POST /neutron/subnet HTTP/1.1" 200 710 0.139278 10.0.0.41 - - [2025-05-08 02:18:40] "POST /neutron/router HTTP/1.1" 200 638 0.003517 10.0.0.41 - - [2025-05-08 02:18:40] "GET /projects?obj_uuids=cdf58c0e-20f4-4ee5-a986-6297a1e8698b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000963 10.0.0.41 - - [2025-05-08 02:18:40] "POST /neutron/router HTTP/1.1" 200 344 0.214250 10.0.0.41 - - [2025-05-08 02:18:40] "POST /neutron/router HTTP/1.1" 200 638 0.006537 10.0.0.41 - - [2025-05-08 02:18:40] "POST /ref-update HTTP/1.1" 200 156 0.010409 10.0.0.41 - - [2025-05-08 02:18:40] "POST /neutron/router HTTP/1.1" 400 331 0.029322 10.0.0.41 - - [2025-05-08 02:18:40] "POST /neutron/router HTTP/1.1" 200 638 0.002742 10.0.0.41 - - [2025-05-08 02:18:40] "POST /ref-update HTTP/1.1" 200 156 0.012058 10.0.0.41 - - [2025-05-08 02:18:40] "POST /neutron/router HTTP/1.1" 200 344 0.080636 10.0.0.41 - - [2025-05-08 02:18:40] "POST /neutron/router HTTP/1.1" 400 208 0.002743 10.0.0.41 - - [2025-05-08 02:18:40] "POST /neutron/router HTTP/1.1" 200 638 0.003794 10.0.0.41 - - [2025-05-08 02:18:40] "POST /neutron/router HTTP/1.1" 400 207 0.004280 10.0.0.41 - - [2025-05-08 02:18:40] "GET /projects?obj_uuids=cdf58c0e-20f4-4ee5-a986-6297a1e8698b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000963 10.0.0.41 - - [2025-05-08 02:18:40] "POST /neutron/network HTTP/1.1" 200 682 0.058812 10.0.0.41 - - [2025-05-08 02:18:40] "POST /route-targets HTTP/1.1" 200 327 0.009115 10.0.0.41 - - [2025-05-08 02:18:40] "POST /ref-update HTTP/1.1" 200 156 0.009915 10.0.0.41 - - [2025-05-08 02:18:40] "POST /useragent-kv HTTP/1.1" 200 115 0.001842 10.0.0.41 - - [2025-05-08 02:18:40] "POST /neutron/subnet HTTP/1.1" 200 710 0.120459 10.0.0.41 - - [2025-05-08 02:18:40] "POST /neutron/router HTTP/1.1" 200 638 0.003198 10.0.0.41 - - [2025-05-08 02:18:40] "POST /neutron/router HTTP/1.1" 400 262 0.004323 10.0.0.41 - - [2025-05-08 02:18:40] "POST /neutron/router HTTP/1.1" 200 638 0.002777 10.0.0.41 - - [2025-05-08 02:18:40] "GET /projects?obj_uuids=cdf58c0e-20f4-4ee5-a986-6297a1e8698b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001041 10.0.0.41 - - [2025-05-08 02:18:41] "POST /neutron/router HTTP/1.1" 200 344 0.167114 10.0.0.41 - - [2025-05-08 02:18:41] "POST /neutron/router HTTP/1.1" 200 638 0.003603 10.0.0.41 - - [2025-05-08 02:18:41] "POST /ref-update HTTP/1.1" 200 156 0.009360 10.0.0.41 - - [2025-05-08 02:18:41] "POST /neutron/router HTTP/1.1" 400 206 0.002699 10.0.0.41 - - [2025-05-08 02:18:41] "POST /neutron/router HTTP/1.1" 200 638 0.003284 10.0.0.41 - - [2025-05-08 02:18:41] "POST /ref-update HTTP/1.1" 200 156 0.010064 10.0.0.41 - - [2025-05-08 02:18:41] "POST /neutron/router HTTP/1.1" 200 344 0.081448 10.0.0.41 - - [2025-05-08 02:18:41] "POST /neutron/router HTTP/1.1" 400 208 0.002593 10.0.0.41 - - [2025-05-08 02:18:41] "POST /neutron/router HTTP/1.1" 400 207 0.002671 10.0.0.41 - - [2025-05-08 02:18:41] "POST /neutron/subnet HTTP/1.1" 200 710 0.006099 10.0.0.41 - - [2025-05-08 02:18:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002694 10.0.0.41 - - [2025-05-08 02:18:41] "POST /useragent-kv HTTP/1.1" 200 115 0.001717 10.0.0.41 - - [2025-05-08 02:18:41] "POST /neutron/subnet HTTP/1.1" 200 151 0.143905 10.0.0.41 - - [2025-05-08 02:18:41] "POST /neutron/network HTTP/1.1" 200 749 0.003063 10.0.0.41 - - [2025-05-08 02:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002744 10.0.0.41 - - [2025-05-08 02:18:41] "POST /neutron/network HTTP/1.1" 200 151 0.056195 10.0.0.41 - - [2025-05-08 02:18:41] "DELETE /route-target/69696b4e-6df8-4eb2-ac8a-58b6899e72b4 HTTP/1.1" 200 115 0.012971 10.0.0.41 - - [2025-05-08 02:18:41] "POST /neutron/subnet HTTP/1.1" 200 710 0.005692 10.0.0.41 - - [2025-05-08 02:18:41] "POST /useragent-kv HTTP/1.1" 200 115 0.001914 10.0.0.41 - - [2025-05-08 02:18:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002873 10.0.0.41 - - [2025-05-08 02:18:41] "POST /neutron/subnet HTTP/1.1" 200 151 0.113107 10.0.0.41 - - [2025-05-08 02:18:41] "POST /neutron/subnet HTTP/1.1" 200 710 0.005461 10.0.0.41 - - [2025-05-08 02:18:41] "POST /useragent-kv HTTP/1.1" 200 115 0.003159 10.0.0.41 - - [2025-05-08 02:18:41] "POST /useragent-kv HTTP/1.1" 200 115 0.001632 10.0.0.41 - - [2025-05-08 02:18:41] "POST /neutron/subnet HTTP/1.1" 200 151 0.109151 10.0.0.41 - - [2025-05-08 02:18:41] "POST /neutron/network HTTP/1.1" 200 717 0.003111 10.0.0.41 - - [2025-05-08 02:18:41] "POST /neutron/network HTTP/1.1" 200 151 0.051186 10.0.0.41 - - [2025-05-08 02:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002628 10.0.0.41 - - [2025-05-08 02:18:41] "POST /neutron/network HTTP/1.1" 200 717 0.003312 10.0.0.41 - - [2025-05-08 02:18:41] "DELETE /route-target/f7f57c33-e8f8-439b-ad0f-566a57e4ef0d HTTP/1.1" 200 115 0.014212 10.0.0.41 - - [2025-05-08 02:18:41] "POST /neutron/network HTTP/1.1" 200 151 0.047843 10.0.0.41 - - [2025-05-08 02:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002159 10.0.0.41 - - [2025-05-08 02:18:41] "POST /neutron/subnet HTTP/1.1" 200 710 0.006817 10.0.0.41 - - [2025-05-08 02:18:41] "DELETE /route-target/894cc2f8-15a6-4fbf-8075-4faf53be1a7f HTTP/1.1" 200 115 0.016525 10.0.0.41 - - [2025-05-08 02:18:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002519 10.0.0.41 - - [2025-05-08 02:18:41] "POST /useragent-kv HTTP/1.1" 200 115 0.001926 10.0.0.41 - - [2025-05-08 02:18:41] "POST /neutron/subnet HTTP/1.1" 200 151 0.175559 10.0.0.41 - - [2025-05-08 02:18:41] "POST /neutron/network HTTP/1.1" 200 749 0.003811 10.0.0.41 - - [2025-05-08 02:18:42] "POST /neutron/network HTTP/1.1" 200 151 0.050402 10.0.0.41 - - [2025-05-08 02:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002654 10.0.0.41 - - [2025-05-08 02:18:42] "POST /neutron/port HTTP/1.1" 200 117 0.009052 10.0.0.41 - - [2025-05-08 02:18:42] "DELETE /route-target/442d246b-d13a-4b35-8c25-473ac9d2270b HTTP/1.1" 200 115 0.018116 10.0.0.41 - - [2025-05-08 02:18:42] "POST /neutron/router HTTP/1.1" 200 638 0.002558 10.0.0.41 - - [2025-05-08 02:18:42] "POST /neutron/router HTTP/1.1" 200 151 0.032809 10.0.0.41 - - [2025-05-08 02:18:42] "GET /logical-router/58a32c92-490f-45dd-a52c-15320f5ccfb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004426 10.0.0.41 - - [2025-05-08 02:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.41 - - [2025-05-08 02:18:42] "DELETE /route-target/38224166-1581-410a-a21c-82415fed787f HTTP/1.1" 200 115 0.014959 10.0.0.41 - - [2025-05-08 02:18:42] "GET /projects?obj_uuids=cdf58c0e-20f4-4ee5-a986-6297a1e8698b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001087 10.0.0.41 - - [2025-05-08 02:18:42] "POST /neutron/security_group HTTP/1.1" 200 2103 0.047042 10.0.0.41 - - [2025-05-08 02:18:42] "POST /neutron/security_group HTTP/1.1" 200 2093 0.003163 10.0.0.41 - - [2025-05-08 02:18:42] "POST /neutron/security_group HTTP/1.1" 200 151 0.041410 10.0.0.41 - - [2025-05-08 02:18:42] "DELETE /access-control-list/6b2703d6-b611-4916-982a-f1effbb46ba8 HTTP/1.1" 200 115 0.016223 10.0.0.41 - - [2025-05-08 02:18:42] "DELETE /access-control-list/0abc17ba-d34c-472f-aacc-8b4ce4083ba7 HTTP/1.1" 200 115 0.019284 10.0.0.41 - - [2025-05-08 02:18:44] "GET /projects?obj_uuids=412fe34f-d57b-48eb-8643-db4902582be5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002640 10.0.0.41 - - [2025-05-08 02:18:44] "GET /domains?obj_uuids=8acd5d40-dacc-4a92-9ebd-0798e15fb4b7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000998 10.0.0.41 - - [2025-05-08 02:18:44] "GET /domain/8acd5d40-dacc-4a92-9ebd-0798e15fb4b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.053413 10.0.0.41 - - [2025-05-08 02:18:44] "POST /id-to-fqname HTTP/1.1" 200 192 0.001167 10.0.0.41 - - [2025-05-08 02:18:44] "POST /fqname-to-id HTTP/1.1" 404 201 0.002051 10.0.0.41 - - [2025-05-08 02:18:44] "POST /security-groups HTTP/1.1" 200 593 0.063252 10.0.0.41 - - [2025-05-08 02:18:44] "POST /fqname-to-id HTTP/1.1" 404 236 0.002108 10.0.0.41 - - [2025-05-08 02:18:44] "POST /projects HTTP/1.1" 200 589 0.205804 10.0.0.41 - - [2025-05-08 02:18:44] "POST /access-control-lists HTTP/1.1" 200 598 0.055292 10.0.0.41 - - [2025-05-08 02:18:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.276088 10.0.0.41 - - [2025-05-08 02:18:44] "POST /fqname-to-id HTTP/1.1" 404 235 0.002211 10.0.0.41 - - [2025-05-08 02:18:44] "POST /access-control-lists HTTP/1.1" 200 596 0.057715 10.0.0.41 - - [2025-05-08 02:18:44] "POST /fqname-to-id HTTP/1.1" 404 256 0.002283 10.0.0.41 - - [2025-05-08 02:18:44] "POST /access-control-lists HTTP/1.1" 200 618 0.023922 10.0.0.41 - - [2025-05-08 02:18:44] "POST /fqname-to-id HTTP/1.1" 404 255 0.002620 10.0.0.41 - - [2025-05-08 02:18:44] "POST /access-control-lists HTTP/1.1" 200 616 0.016641 10.0.0.41 - - [2025-05-08 02:18:44] "POST /neutron/security_group HTTP/1.1" 200 1368 0.781397 10.0.0.41 - - [2025-05-08 02:18:44] "POST /neutron/security_group HTTP/1.1" 200 12991 0.011465 10.0.0.41 - - [2025-05-08 02:18:44] "POST /neutron/security_group HTTP/1.1" 200 1368 0.002934 10.0.0.41 - - [2025-05-08 02:18:44] "PUT /access-control-list/0a3f3e9d-bbb6-43f9-90f1-f4917f815542 HTTP/1.1" 200 272 0.009151 10.0.0.41 - - [2025-05-08 02:18:44] "POST /neutron/security_group HTTP/1.1" 200 1407 0.017909 10.0.0.41 - - [2025-05-08 02:18:44] "POST /neutron/security_group HTTP/1.1" 200 1407 0.002964 10.0.0.41 - - [2025-05-08 02:18:44] "POST /neutron/security_group HTTP/1.1" 200 1407 0.002788 10.0.0.41 - - [2025-05-08 02:18:44] "PUT /access-control-list/796a60fc-e61c-42c8-ba22-d7189c2e2ac4 HTTP/1.1" 200 272 0.012038 10.0.0.41 - - [2025-05-08 02:18:44] "POST /neutron/security_group HTTP/1.1" 200 151 0.034721 10.0.0.41 - - [2025-05-08 02:18:44] "POST /neutron/security_group HTTP/1.1" 200 11767 0.010581 10.0.0.41 - - [2025-05-08 02:18:45] "POST /neutron/security_group HTTP/1.1" 400 209 0.002484 10.0.0.41 - - [2025-05-08 02:18:45] "GET /projects?obj_uuids=412fe34f-d57b-48eb-8643-db4902582be5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000983 10.0.0.41 - - [2025-05-08 02:18:45] "DELETE /access-control-list/0a3f3e9d-bbb6-43f9-90f1-f4917f815542 HTTP/1.1" 200 115 0.029930 10.0.0.41 - - [2025-05-08 02:18:45] "DELETE /access-control-list/796a60fc-e61c-42c8-ba22-d7189c2e2ac4 HTTP/1.1" 200 115 0.026375 10.0.0.41 - - [2025-05-08 02:18:45] "POST /fqname-to-id HTTP/1.1" 404 256 0.001915 10.0.0.41 - - [2025-05-08 02:18:45] "POST /access-control-lists HTTP/1.1" 200 618 0.015757 10.0.0.41 - - [2025-05-08 02:18:45] "POST /fqname-to-id HTTP/1.1" 404 255 0.002181 10.0.0.41 - - [2025-05-08 02:18:45] "POST /access-control-lists HTTP/1.1" 200 616 0.012098 10.0.0.41 - - [2025-05-08 02:18:45] "PUT /access-control-list/cc00f175-b16d-49f6-8ce6-1a11190384fc HTTP/1.1" 200 272 0.006824 10.0.0.41 - - [2025-05-08 02:18:45] "POST /neutron/security_group HTTP/1.1" 200 1368 0.345866 10.0.0.41 - - [2025-05-08 02:18:45] "PUT /access-control-list/42da0558-4fad-4957-b133-befc87fae048 HTTP/1.1" 200 272 0.008085 10.0.0.41 - - [2025-05-08 02:18:45] "PUT /access-control-list/42da0558-4fad-4957-b133-befc87fae048 HTTP/1.1" 200 272 0.007199 10.0.0.41 - - [2025-05-08 02:18:45] "POST /neutron/security_group_rule HTTP/1.1" 200 575 0.127294 10.0.0.41 - - [2025-05-08 02:18:45] "PUT /access-control-list/cc00f175-b16d-49f6-8ce6-1a11190384fc HTTP/1.1" 200 272 0.007824 10.0.0.41 - - [2025-05-08 02:18:45] "POST /neutron/security_group HTTP/1.1" 200 1800 0.003421 10.0.0.41 - - [2025-05-08 02:18:45] "POST /neutron/security_group HTTP/1.1" 200 151 0.030110 10.0.0.41 - - [2025-05-08 02:18:45] "POST /neutron/security_group HTTP/1.1" 200 11767 0.011346 10.0.0.41 - - [2025-05-08 02:18:45] "GET /projects?obj_uuids=412fe34f-d57b-48eb-8643-db4902582be5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000976 10.0.0.41 - - [2025-05-08 02:18:45] "DELETE /access-control-list/cc00f175-b16d-49f6-8ce6-1a11190384fc HTTP/1.1" 200 115 0.022175 10.0.0.41 - - [2025-05-08 02:18:45] "DELETE /access-control-list/42da0558-4fad-4957-b133-befc87fae048 HTTP/1.1" 200 115 0.027041 10.0.0.41 - - [2025-05-08 02:18:45] "POST /fqname-to-id HTTP/1.1" 404 256 0.003280 10.0.0.41 - - [2025-05-08 02:18:45] "POST /access-control-lists HTTP/1.1" 200 618 0.014033 10.0.0.41 - - [2025-05-08 02:18:45] "POST /fqname-to-id HTTP/1.1" 404 255 0.002618 10.0.0.41 - - [2025-05-08 02:18:45] "POST /access-control-lists HTTP/1.1" 200 616 0.013679 10.0.0.41 - - [2025-05-08 02:18:45] "POST /neutron/security_group HTTP/1.1" 200 1368 0.278146 10.0.0.41 - - [2025-05-08 02:18:45] "PUT /access-control-list/93837022-e198-4ff9-8cb4-29ec0ec3555d HTTP/1.1" 200 272 0.010046 10.0.0.41 - - [2025-05-08 02:18:45] "GET /projects?obj_uuids=412fe34f-d57b-48eb-8643-db4902582be5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000988 10.0.0.41 - - [2025-05-08 02:18:45] "PUT /access-control-list/51774cb5-512c-4aaa-a7e9-5af2b882de80 HTTP/1.1" 200 272 0.007576 10.0.0.41 - - [2025-05-08 02:18:45] "POST /fqname-to-id HTTP/1.1" 404 257 0.002315 10.0.0.41 - - [2025-05-08 02:18:46] "POST /access-control-lists HTTP/1.1" 200 619 0.019536 10.0.0.41 - - [2025-05-08 02:18:46] "POST /fqname-to-id HTTP/1.1" 404 256 0.003201 10.0.0.41 - - [2025-05-08 02:18:46] "POST /access-control-lists HTTP/1.1" 200 617 0.014114 10.0.0.41 - - [2025-05-08 02:18:46] "POST /neutron/security_group HTTP/1.1" 200 1370 0.326130 10.0.0.41 - - [2025-05-08 02:18:46] "PUT /access-control-list/ea2b4e27-7c1b-446d-8ecc-ef26d4b99be1 HTTP/1.1" 200 272 0.009093 10.0.0.41 - - [2025-05-08 02:18:46] "PUT /access-control-list/43f420a9-bc0d-44e1-97fa-cbc343288537 HTTP/1.1" 200 272 0.007536 10.0.0.41 - - [2025-05-08 02:18:46] "POST /neutron/security_group_rule HTTP/1.1" 200 601 0.154547 10.0.0.41 - - [2025-05-08 02:18:46] "PUT /access-control-list/93837022-e198-4ff9-8cb4-29ec0ec3555d HTTP/1.1" 200 272 0.009281 10.0.0.41 - - [2025-05-08 02:18:46] "POST /neutron/security_group_rule HTTP/1.1" 200 565 0.011286 10.0.0.41 - - [2025-05-08 02:18:46] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.132431 10.0.0.41 - - [2025-05-08 02:18:46] "PUT /access-control-list/93837022-e198-4ff9-8cb4-29ec0ec3555d HTTP/1.1" 200 272 0.008793 10.0.0.41 - - [2025-05-08 02:18:46] "POST /neutron/security_group_rule HTTP/1.1" 200 11407 0.011551 10.0.0.41 - - [2025-05-08 02:18:46] "POST /neutron/security_group HTTP/1.1" 200 1370 0.003194 10.0.0.41 - - [2025-05-08 02:18:46] "POST /neutron/security_group HTTP/1.1" 200 151 0.038181 10.0.0.41 - - [2025-05-08 02:18:46] "DELETE /access-control-list/ea2b4e27-7c1b-446d-8ecc-ef26d4b99be1 HTTP/1.1" 200 115 0.016575 10.0.0.41 - - [2025-05-08 02:18:46] "POST /neutron/security_group HTTP/1.1" 200 12991 0.010598 10.0.0.41 - - [2025-05-08 02:18:46] "DELETE /access-control-list/43f420a9-bc0d-44e1-97fa-cbc343288537 HTTP/1.1" 200 115 0.024974 10.0.0.41 - - [2025-05-08 02:18:46] "POST /neutron/security_group HTTP/1.1" 200 1368 0.004179 10.0.0.41 - - [2025-05-08 02:18:46] "POST /neutron/security_group HTTP/1.1" 200 151 0.032030 10.0.0.41 - - [2025-05-08 02:18:46] "DELETE /access-control-list/93837022-e198-4ff9-8cb4-29ec0ec3555d HTTP/1.1" 200 115 0.015530 10.0.0.41 - - [2025-05-08 02:18:46] "POST /neutron/security_group HTTP/1.1" 200 11767 0.010983 10.0.0.41 - - [2025-05-08 02:18:46] "GET /projects?obj_uuids=412fe34f-d57b-48eb-8643-db4902582be5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000997 10.0.0.41 - - [2025-05-08 02:18:46] "DELETE /access-control-list/51774cb5-512c-4aaa-a7e9-5af2b882de80 HTTP/1.1" 200 115 0.033150 10.0.0.41 - - [2025-05-08 02:18:46] "POST /fqname-to-id HTTP/1.1" 404 257 0.003112 10.0.0.41 - - [2025-05-08 02:18:46] "POST /access-control-lists HTTP/1.1" 200 619 0.012721 10.0.0.41 - - [2025-05-08 02:18:46] "POST /fqname-to-id HTTP/1.1" 404 256 0.002681 10.0.0.41 - - [2025-05-08 02:18:46] "POST /access-control-lists HTTP/1.1" 200 617 0.014171 10.0.0.41 - - [2025-05-08 02:18:46] "PUT /access-control-list/54051136-6130-44c4-ba25-d4ed48f7d313 HTTP/1.1" 200 272 0.007655 10.0.0.41 - - [2025-05-08 02:18:46] "PUT /access-control-list/4b7c7693-22fa-4d97-9fec-e4cc3c32d00d HTTP/1.1" 200 272 0.010720 10.0.0.41 - - [2025-05-08 02:18:46] "POST /neutron/security_group HTTP/1.1" 200 1370 0.298064 10.0.0.41 - - [2025-05-08 02:18:47] "PUT /access-control-list/4b7c7693-22fa-4d97-9fec-e4cc3c32d00d HTTP/1.1" 200 272 0.008029 10.0.0.41 - - [2025-05-08 02:18:47] "POST /neutron/security_group_rule HTTP/1.1" 200 578 0.100628 10.0.0.41 - - [2025-05-08 02:18:47] "POST /neutron/security_group_rule HTTP/1.1" 200 542 0.009622 10.0.0.41 - - [2025-05-08 02:18:47] "PUT /access-control-list/54051136-6130-44c4-ba25-d4ed48f7d313 HTTP/1.1" 200 272 0.015323 10.0.0.41 - - [2025-05-08 02:18:47] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.136880 10.0.0.41 - - [2025-05-08 02:18:47] "PUT /access-control-list/54051136-6130-44c4-ba25-d4ed48f7d313 HTTP/1.1" 200 272 0.012327 10.0.0.41 - - [2025-05-08 02:18:47] "POST /neutron/security_group_rule HTTP/1.1" 200 10548 0.010027 10.0.0.41 - - [2025-05-08 02:18:47] "POST /neutron/security_group HTTP/1.1" 200 1370 0.003090 10.0.0.41 - - [2025-05-08 02:18:47] "POST /neutron/security_group HTTP/1.1" 200 151 0.031149 10.0.0.41 - - [2025-05-08 02:18:47] "DELETE /access-control-list/54051136-6130-44c4-ba25-d4ed48f7d313 HTTP/1.1" 200 115 0.014670 10.0.0.41 - - [2025-05-08 02:18:47] "POST /neutron/security_group HTTP/1.1" 200 11767 0.010272 10.0.0.41 - - [2025-05-08 02:18:47] "DELETE /access-control-list/4b7c7693-22fa-4d97-9fec-e4cc3c32d00d HTTP/1.1" 200 115 0.024392 10.0.0.41 - - [2025-05-08 02:18:47] "GET /projects?obj_uuids=412fe34f-d57b-48eb-8643-db4902582be5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001407 10.0.0.41 - - [2025-05-08 02:18:47] "POST /fqname-to-id HTTP/1.1" 404 257 0.003252 10.0.0.41 - - [2025-05-08 02:18:47] "POST /access-control-lists HTTP/1.1" 200 619 0.013399 10.0.0.41 - - [2025-05-08 02:18:47] "POST /fqname-to-id HTTP/1.1" 404 256 0.002369 10.0.0.41 - - [2025-05-08 02:18:47] "POST /access-control-lists HTTP/1.1" 200 617 0.012172 10.0.0.41 - - [2025-05-08 02:18:47] "PUT /access-control-list/f3260db0-2493-428d-b9d3-bca6706bb056 HTTP/1.1" 200 272 0.007279 10.0.0.41 - - [2025-05-08 02:18:47] "POST /neutron/security_group HTTP/1.1" 200 1370 0.275297 10.0.0.41 - - [2025-05-08 02:18:47] "PUT /access-control-list/0e02fd06-999e-4b35-be64-712385e056c6 HTTP/1.1" 200 272 0.006933 10.0.0.41 - - [2025-05-08 02:18:47] "PUT /access-control-list/0e02fd06-999e-4b35-be64-712385e056c6 HTTP/1.1" 200 272 0.008260 10.0.0.41 - - [2025-05-08 02:18:47] "POST /neutron/security_group_rule HTTP/1.1" 200 576 0.163911 10.0.0.41 - - [2025-05-08 02:18:47] "PUT /access-control-list/f3260db0-2493-428d-b9d3-bca6706bb056 HTTP/1.1" 200 272 0.010171 10.0.0.41 - - [2025-05-08 02:18:47] "POST /neutron/security_group_rule HTTP/1.1" 200 540 0.011099 10.0.0.41 - - [2025-05-08 02:18:47] "POST /neutron/security_group_rule HTTP/1.1" 200 10981 0.009274 10.0.0.41 - - [2025-05-08 02:18:47] "POST /neutron/security_group_rule HTTP/1.1" 200 540 0.007956 10.0.0.41 - - [2025-05-08 02:18:48] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.154034 10.0.0.41 - - [2025-05-08 02:18:48] "PUT /access-control-list/f3260db0-2493-428d-b9d3-bca6706bb056 HTTP/1.1" 200 272 0.008599 10.0.0.41 - - [2025-05-08 02:18:48] "POST /neutron/security_group_rule HTTP/1.1" 200 10548 0.010942 10.0.0.41 - - [2025-05-08 02:18:48] "POST /neutron/security_group_rule HTTP/1.1" 200 576 0.128641 10.0.0.41 - - [2025-05-08 02:18:48] "PUT /access-control-list/f3260db0-2493-428d-b9d3-bca6706bb056 HTTP/1.1" 200 272 0.010077 10.0.0.41 - - [2025-05-08 02:18:48] "POST /neutron/security_group_rule HTTP/1.1" 200 540 0.011169 10.0.0.41 - - [2025-05-08 02:18:48] "POST /neutron/security_group_rule HTTP/1.1" 200 10981 0.007994 10.0.0.41 - - [2025-05-08 02:18:48] "POST /neutron/security_group_rule HTTP/1.1" 200 540 0.007552 10.0.0.41 - - [2025-05-08 02:18:48] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.124403 10.0.0.41 - - [2025-05-08 02:18:48] "POST /neutron/security_group_rule HTTP/1.1" 200 10548 0.009594 10.0.0.41 - - [2025-05-08 02:18:48] "PUT /access-control-list/f3260db0-2493-428d-b9d3-bca6706bb056 HTTP/1.1" 200 272 0.013750 10.0.0.41 - - [2025-05-08 02:18:48] "POST /neutron/security_group_rule HTTP/1.1" 200 579 0.112651 10.0.0.41 - - [2025-05-08 02:18:48] "PUT /access-control-list/f3260db0-2493-428d-b9d3-bca6706bb056 HTTP/1.1" 200 272 0.007054 10.0.0.41 - - [2025-05-08 02:18:48] "POST /neutron/security_group_rule HTTP/1.1" 200 543 0.008952 10.0.0.41 - - [2025-05-08 02:18:48] "POST /neutron/security_group_rule HTTP/1.1" 200 10984 0.008067 10.0.0.41 - - [2025-05-08 02:18:48] "POST /neutron/security_group_rule HTTP/1.1" 200 543 0.007528 10.0.0.41 - - [2025-05-08 02:18:48] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.090107 10.0.0.41 - - [2025-05-08 02:18:48] "PUT /access-control-list/f3260db0-2493-428d-b9d3-bca6706bb056 HTTP/1.1" 200 272 0.007619 10.0.0.41 - - [2025-05-08 02:18:48] "POST /neutron/security_group_rule HTTP/1.1" 200 10548 0.011449 10.0.0.41 - - [2025-05-08 02:18:48] "POST /neutron/security_group HTTP/1.1" 200 1370 0.003055 10.0.0.41 - - [2025-05-08 02:18:48] "POST /neutron/security_group HTTP/1.1" 200 151 0.027930 10.0.0.41 - - [2025-05-08 02:18:48] "POST /neutron/security_group HTTP/1.1" 200 11767 0.015530 10.0.0.41 - - [2025-05-08 02:18:48] "DELETE /access-control-list/f3260db0-2493-428d-b9d3-bca6706bb056 HTTP/1.1" 200 115 0.027528 10.0.0.41 - - [2025-05-08 02:18:48] "GET /projects?obj_uuids=412fe34f-d57b-48eb-8643-db4902582be5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001388 10.0.0.41 - - [2025-05-08 02:18:48] "DELETE /access-control-list/0e02fd06-999e-4b35-be64-712385e056c6 HTTP/1.1" 200 115 0.034214 10.0.0.41 - - [2025-05-08 02:18:48] "POST /fqname-to-id HTTP/1.1" 404 257 0.002501 10.0.0.41 - - [2025-05-08 02:18:48] "POST /access-control-lists HTTP/1.1" 200 619 0.016042 10.0.0.41 - - [2025-05-08 02:18:48] "POST /fqname-to-id HTTP/1.1" 404 256 0.002382 10.0.0.41 - - [2025-05-08 02:18:48] "POST /access-control-lists HTTP/1.1" 200 617 0.017091 10.0.0.41 - - [2025-05-08 02:18:48] "POST /neutron/security_group HTTP/1.1" 200 1370 0.255351 10.0.0.41 - - [2025-05-08 02:18:49] "PUT /access-control-list/90f69724-e77e-4f45-aa72-b81652b18dd5 HTTP/1.1" 200 272 0.006528 10.0.0.41 - - [2025-05-08 02:18:49] "PUT /access-control-list/9fe5cffe-5847-4d8a-a98c-e288fe38f3df HTTP/1.1" 200 272 0.008436 10.0.0.41 - - [2025-05-08 02:18:49] "POST /neutron/security_group_rule HTTP/1.1" 200 576 0.152859 10.0.0.41 - - [2025-05-08 02:18:49] "PUT /access-control-list/90f69724-e77e-4f45-aa72-b81652b18dd5 HTTP/1.1" 200 272 0.009857 10.0.0.41 - - [2025-05-08 02:18:49] "POST /neutron/security_group HTTP/1.1" 200 1803 0.003711 10.0.0.41 - - [2025-05-08 02:18:49] "POST /neutron/security_group HTTP/1.1" 200 151 0.026341 10.0.0.41 - - [2025-05-08 02:18:49] "POST /neutron/security_group HTTP/1.1" 200 11767 0.013219 10.0.0.41 - - [2025-05-08 02:18:49] "DELETE /access-control-list/90f69724-e77e-4f45-aa72-b81652b18dd5 HTTP/1.1" 200 115 0.024880 10.0.0.41 - - [2025-05-08 02:18:49] "POST /neutron/security_group_rule HTTP/1.1" 200 9688 0.015658 10.0.0.41 - - [2025-05-08 02:18:49] "POST /neutron/security_group HTTP/1.1" 400 209 0.002266 10.0.0.41 - - [2025-05-08 02:18:49] "DELETE /access-control-list/9fe5cffe-5847-4d8a-a98c-e288fe38f3df HTTP/1.1" 200 115 0.024005 10.0.0.41 - - [2025-05-08 02:18:49] "POST /neutron/security_group HTTP/1.1" 200 11767 0.010485 10.0.0.41 - - [2025-05-08 02:18:49] "GET /projects?obj_uuids=412fe34f-d57b-48eb-8643-db4902582be5&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001079 10.0.0.41 - - [2025-05-08 02:18:49] "POST /neutron/security_group HTTP/1.1" 200 2096 0.045471 10.0.0.41 - - [2025-05-08 02:18:49] "POST /neutron/security_group HTTP/1.1" 200 2086 0.003246 10.0.0.41 - - [2025-05-08 02:18:49] "POST /neutron/security_group HTTP/1.1" 200 151 0.042540 10.0.0.41 - - [2025-05-08 02:18:49] "DELETE /access-control-list/97af8524-78e4-47e9-9d86-00bde3321699 HTTP/1.1" 200 115 0.015085 10.0.0.41 - - [2025-05-08 02:18:49] "DELETE /access-control-list/3dcc9732-729e-43bb-ac90-2589ebb5b905 HTTP/1.1" 200 115 0.018417 10.0.0.41 - - [2025-05-08 02:18:51] "GET /projects?obj_uuids=6036d968-576a-46ab-96dc-3527c4f7bc01&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002202 10.0.0.41 - - [2025-05-08 02:18:51] "GET /domains?obj_uuids=8acd5d40-dacc-4a92-9ebd-0798e15fb4b7&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001387 10.0.0.41 - - [2025-05-08 02:18:51] "GET /domain/8acd5d40-dacc-4a92-9ebd-0798e15fb4b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.046829 10.0.0.41 - - [2025-05-08 02:18:51] "POST /id-to-fqname HTTP/1.1" 200 201 0.001376 10.0.0.41 - - [2025-05-08 02:18:51] "POST /fqname-to-id HTTP/1.1" 404 210 0.002873 10.0.0.41 - - [2025-05-08 02:18:51] "POST /security-groups HTTP/1.1" 200 602 0.055711 10.0.0.41 - - [2025-05-08 02:18:51] "POST /fqname-to-id HTTP/1.1" 404 245 0.002471 10.0.0.41 - - [2025-05-08 02:18:51] "POST /projects HTTP/1.1" 200 607 0.192233 10.0.0.41 - - [2025-05-08 02:18:51] "POST /access-control-lists HTTP/1.1" 200 607 0.057387 10.0.0.41 - - [2025-05-08 02:18:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.260725 10.0.0.41 - - [2025-05-08 02:18:51] "POST /fqname-to-id HTTP/1.1" 404 244 0.002468 10.0.0.41 - - [2025-05-08 02:18:51] "POST /access-control-lists HTTP/1.1" 200 605 0.059699 10.0.0.41 - - [2025-05-08 02:18:51] "POST /fqname-to-id HTTP/1.1" 404 265 0.002383 10.0.0.41 - - [2025-05-08 02:18:51] "POST /access-control-lists HTTP/1.1" 200 627 0.013313 10.0.0.41 - - [2025-05-08 02:18:51] "POST /neutron/security_group HTTP/1.1" 200 1377 0.647120 10.0.0.41 - - [2025-05-08 02:18:51] "POST /fqname-to-id HTTP/1.1" 404 264 0.002296 10.0.0.41 - - [2025-05-08 02:18:51] "POST /access-control-lists HTTP/1.1" 200 625 0.013852 10.0.0.41 - - [2025-05-08 02:18:52] "POST /neutron/security_group_rule HTTP/1.1" 200 574 0.136241 10.0.0.41 - - [2025-05-08 02:18:52] "PUT /access-control-list/302ccaee-8a60-482f-bb1f-d8b8e4859034 HTTP/1.1" 200 272 0.011657 10.0.0.41 - - [2025-05-08 02:18:52] "PUT /access-control-list/9b247cd1-d2a6-4c5e-8075-697b7b3cb7d5 HTTP/1.1" 200 272 0.008031 10.0.0.41 - - [2025-05-08 02:18:52] "PUT /access-control-list/302ccaee-8a60-482f-bb1f-d8b8e4859034 HTTP/1.1" 200 272 0.007381 10.0.0.41 - - [2025-05-08 02:18:52] "POST /neutron/security_group_rule HTTP/1.1" 400 298 0.156931 10.0.0.41 - - [2025-05-08 02:18:52] "POST /neutron/security_group HTTP/1.1" 200 1808 0.002990 10.0.0.41 - - [2025-05-08 02:18:52] "POST /neutron/security_group HTTP/1.1" 200 151 0.032990 10.0.0.41 - - [2025-05-08 02:18:52] "DELETE /access-control-list/302ccaee-8a60-482f-bb1f-d8b8e4859034 HTTP/1.1" 200 115 0.014463 10.0.0.41 - - [2025-05-08 02:18:52] "POST /neutron/security_group HTTP/1.1" 200 11776 0.011691 10.0.0.41 - - [2025-05-08 02:18:52] "GET /projects?obj_uuids=6036d968-576a-46ab-96dc-3527c4f7bc01&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001415 10.0.0.41 - - [2025-05-08 02:18:52] "DELETE /access-control-list/9b247cd1-d2a6-4c5e-8075-697b7b3cb7d5 HTTP/1.1" 200 115 0.032645 10.0.0.41 - - [2025-05-08 02:18:52] "POST /fqname-to-id HTTP/1.1" 404 266 0.002295 10.0.0.41 - - [2025-05-08 02:18:52] "POST /access-control-lists HTTP/1.1" 200 628 0.014488 10.0.0.41 - - [2025-05-08 02:18:52] "POST /fqname-to-id HTTP/1.1" 404 265 0.003105 10.0.0.41 - - [2025-05-08 02:18:52] "POST /access-control-lists HTTP/1.1" 200 626 0.013969 10.0.0.41 - - [2025-05-08 02:18:52] "POST /neutron/security_group HTTP/1.1" 200 1379 0.264215 10.0.0.41 - - [2025-05-08 02:18:52] "PUT /access-control-list/25696523-5897-4ad8-889e-c026e3abd8ca HTTP/1.1" 200 272 0.007554 10.0.0.41 - - [2025-05-08 02:18:52] "POST /neutron/security_group HTTP/1.1" 200 1379 0.002880 10.0.0.41 - - [2025-05-08 02:18:52] "POST /neutron/security_group HTTP/1.1" 200 151 0.025043 10.0.0.41 - - [2025-05-08 02:18:52] "POST /neutron/security_group HTTP/1.1" 200 11776 0.011551 10.0.0.41 - - [2025-05-08 02:18:52] "PUT /access-control-list/7a4e017b-7058-4ccf-ba39-799c5e6375ef HTTP/1.1" 200 272 0.014469 10.0.0.41 - - [2025-05-08 02:18:52] "GET /projects?obj_uuids=6036d968-576a-46ab-96dc-3527c4f7bc01&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001078 10.0.0.41 - - [2025-05-08 02:18:52] "DELETE /access-control-list/25696523-5897-4ad8-889e-c026e3abd8ca HTTP/1.1" 200 115 0.016466 10.0.0.41 - - [2025-05-08 02:18:52] "DELETE /access-control-list/7a4e017b-7058-4ccf-ba39-799c5e6375ef HTTP/1.1" 200 115 0.015422 10.0.0.41 - - [2025-05-08 02:18:52] "POST /fqname-to-id HTTP/1.1" 404 266 0.002007 10.0.0.41 - - [2025-05-08 02:18:52] "POST /access-control-lists HTTP/1.1" 200 628 0.013658 10.0.0.41 - - [2025-05-08 02:18:52] "POST /fqname-to-id HTTP/1.1" 404 265 0.002680 10.0.0.41 - - [2025-05-08 02:18:52] "POST /access-control-lists HTTP/1.1" 200 626 0.013734 10.0.0.41 - - [2025-05-08 02:18:52] "POST /neutron/security_group HTTP/1.1" 200 1379 0.288296 10.0.0.41 - - [2025-05-08 02:18:52] "POST /neutron/security_group HTTP/1.1" 200 1379 0.004689 10.0.0.41 - - [2025-05-08 02:18:52] "PUT /access-control-list/f8fb4570-c549-4106-8364-ca61d8b937f2 HTTP/1.1" 200 272 0.011130 10.0.0.41 - - [2025-05-08 02:18:52] "POST /neutron/security_group HTTP/1.1" 200 151 0.044113 10.0.0.41 - - [2025-05-08 02:18:53] "POST /neutron/security_group HTTP/1.1" 200 11776 0.011497 10.0.0.41 - - [2025-05-08 02:18:53] "PUT /access-control-list/7f77baab-32d4-4fe3-8741-18ef979cf8a9 HTTP/1.1" 200 272 0.019386 10.0.0.41 - - [2025-05-08 02:18:53] "GET /projects?obj_uuids=6036d968-576a-46ab-96dc-3527c4f7bc01&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000976 10.0.0.41 - - [2025-05-08 02:18:53] "DELETE /access-control-list/f8fb4570-c549-4106-8364-ca61d8b937f2 HTTP/1.1" 200 115 0.019796 10.0.0.41 - - [2025-05-08 02:18:53] "DELETE /access-control-list/7f77baab-32d4-4fe3-8741-18ef979cf8a9 HTTP/1.1" 200 115 0.014430 10.0.0.41 - - [2025-05-08 02:18:53] "POST /fqname-to-id HTTP/1.1" 404 265 0.001924 10.0.0.41 - - [2025-05-08 02:18:53] "POST /access-control-lists HTTP/1.1" 200 627 0.013665 10.0.0.41 - - [2025-05-08 02:18:53] "POST /fqname-to-id HTTP/1.1" 404 264 0.003639 10.0.0.41 - - [2025-05-08 02:18:53] "POST /access-control-lists HTTP/1.1" 200 625 0.012506 10.0.0.41 - - [2025-05-08 02:18:53] "PUT /access-control-list/efc40305-08bd-4e8d-bb3b-188874ddaa7a HTTP/1.1" 200 272 0.009661 10.0.0.41 - - [2025-05-08 02:18:53] "POST /neutron/security_group HTTP/1.1" 200 1377 0.317022 10.0.0.41 - - [2025-05-08 02:18:53] "POST /neutron/security_group HTTP/1.1" 200 1377 0.002889 10.0.0.41 - - [2025-05-08 02:18:53] "PUT /access-control-list/a3e0395a-34ff-4c42-b533-6ad886a29c25 HTTP/1.1" 200 272 0.009811 10.0.0.41 - - [2025-05-08 02:18:53] "POST /neutron/security_group HTTP/1.1" 200 151 0.031701 10.0.0.41 - - [2025-05-08 02:18:53] "POST /neutron/security_group HTTP/1.1" 200 11776 0.009919 10.0.0.41 - - [2025-05-08 02:18:53] "GET /projects?obj_uuids=6036d968-576a-46ab-96dc-3527c4f7bc01&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000962 10.0.0.41 - - [2025-05-08 02:18:53] "DELETE /access-control-list/efc40305-08bd-4e8d-bb3b-188874ddaa7a HTTP/1.1" 200 115 0.021083 10.0.0.41 - - [2025-05-08 02:18:53] "DELETE /access-control-list/a3e0395a-34ff-4c42-b533-6ad886a29c25 HTTP/1.1" 200 115 0.023914 10.0.0.41 - - [2025-05-08 02:18:53] "POST /fqname-to-id HTTP/1.1" 404 266 0.002293 10.0.0.41 - - [2025-05-08 02:18:53] "POST /access-control-lists HTTP/1.1" 200 628 0.012949 10.0.0.41 - - [2025-05-08 02:18:53] "POST /fqname-to-id HTTP/1.1" 404 265 0.002390 10.0.0.41 - - [2025-05-08 02:18:53] "POST /access-control-lists HTTP/1.1" 200 626 0.011860 10.0.0.41 - - [2025-05-08 02:18:53] "PUT /access-control-list/0a91ec9e-c8c4-452d-a27e-a9ce44b73371 HTTP/1.1" 200 272 0.008792 10.0.0.41 - - [2025-05-08 02:18:53] "PUT /access-control-list/05631ad0-d8c2-4c46-91c9-5766863f7542 HTTP/1.1" 200 272 0.008706 10.0.0.41 - - [2025-05-08 02:18:53] "POST /neutron/security_group HTTP/1.1" 200 1379 0.346271 10.0.0.41 - - [2025-05-08 02:18:53] "POST /neutron/security_group_rule HTTP/1.1" 400 171 0.001243 10.0.0.41 - - [2025-05-08 02:18:53] "POST /neutron/security_group_rule HTTP/1.1" 400 171 0.001143 10.0.0.41 - - [2025-05-08 02:18:53] "PUT /access-control-list/05631ad0-d8c2-4c46-91c9-5766863f7542 HTTP/1.1" 200 272 0.007701 10.0.0.41 - - [2025-05-08 02:18:53] "POST /neutron/security_group_rule HTTP/1.1" 400 229 0.001458 Traceback (most recent call last): File "/usr/local/bin/bottle.py", line 876, in _handle return route.call(**args) File "/usr/local/bin/bottle.py", line 1759, in wrapper rv = callback(*a, **ka) File "/usr/local/lib/python3.6/site-packages/vnc_openstack/context.py", line 61, in wrapper return fn(*args, **kwargs) File "/usr/local/lib/python3.6/site-packages/vnc_openstack/__init__.py", line 1411, in handler_trap_exception response = handler(*args, **kwargs) File "/usr/local/lib/python3.6/site-packages/vnc_openstack/neutron_plugin_interface.py", line 638, in plugin_http_post_securitygrouprule return self.plugin_create_sec_group_rule(context, sg_rule) File "/usr/local/lib/python3.6/site-packages/vnc_openstack/neutron_plugin_interface.py", line 613, in plugin_create_sec_group_rule sg_rule_info = cfgdb.security_group_rule_create(sg_rule['resource']) File "/usr/local/lib/python3.6/site-packages/vnc_openstack/neutron_plugin_db.py", line 3527, in wrapper return func(self, *args, **kwargs) File "/usr/local/lib/python3.6/site-packages/vnc_openstack/neutron_plugin_db.py", line 5466, in security_group_rule_create self._validate_port_range(sgr_q) File "/usr/local/lib/python3.6/site-packages/vnc_openstack/neutron_plugin_db.py", line 5455, in _validate_port_range if rule[attr] > 255: TypeError: '>' not supported between instances of 'NoneType' and 'int' 10.0.0.41 - - [2025-05-08 02:18:53] "POST /neutron/security_group_rule HTTP/1.1" 500 156 0.087564 10.0.0.41 - - [2025-05-08 02:18:53] "POST /neutron/security_group HTTP/1.1" 200 1379 0.003434 10.0.0.41 - - [2025-05-08 02:18:53] "POST /neutron/security_group HTTP/1.1" 200 151 0.035816 10.0.0.41 - - [2025-05-08 02:18:54] "DELETE /access-control-list/0a91ec9e-c8c4-452d-a27e-a9ce44b73371 HTTP/1.1" 200 115 0.019252 10.0.0.41 - - [2025-05-08 02:18:54] "POST /neutron/security_group HTTP/1.1" 200 11776 0.010904 10.0.0.41 - - [2025-05-08 02:18:54] "DELETE /access-control-list/05631ad0-d8c2-4c46-91c9-5766863f7542 HTTP/1.1" 200 115 0.026957 10.0.0.41 - - [2025-05-08 02:18:54] "GET /projects?obj_uuids=6036d968-576a-46ab-96dc-3527c4f7bc01&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001090 10.0.0.41 - - [2025-05-08 02:18:54] "POST /fqname-to-id HTTP/1.1" 404 265 0.002278 10.0.0.41 - - [2025-05-08 02:18:54] "POST /access-control-lists HTTP/1.1" 200 627 0.013003 10.0.0.41 - - [2025-05-08 02:18:54] "POST /fqname-to-id HTTP/1.1" 404 264 0.002667 10.0.0.41 - - [2025-05-08 02:18:54] "POST /access-control-lists HTTP/1.1" 200 625 0.013126 10.0.0.41 - - [2025-05-08 02:18:54] "PUT /access-control-list/3b496f0e-c820-44ad-86e1-e49d4f110128 HTTP/1.1" 200 272 0.007681 10.0.0.41 - - [2025-05-08 02:18:54] "PUT /access-control-list/0cc5dedf-e7c2-40dd-ac1d-de19e03782bc HTTP/1.1" 200 272 0.007776 10.0.0.41 - - [2025-05-08 02:18:54] "POST /neutron/security_group HTTP/1.1" 200 1377 0.338371 10.0.0.41 - - [2025-05-08 02:18:54] "PUT /access-control-list/0cc5dedf-e7c2-40dd-ac1d-de19e03782bc HTTP/1.1" 200 272 0.008157 10.0.0.41 - - [2025-05-08 02:18:54] "POST /neutron/security_group_rule HTTP/1.1" 400 185 0.004105 10.0.0.41 - - [2025-05-08 02:18:54] "POST /neutron/security_group_rule HTTP/1.1" 400 209 0.002249 10.0.0.41 - - [2025-05-08 02:18:54] "POST /neutron/security_group HTTP/1.1" 200 1377 0.002630 10.0.0.41 - - [2025-05-08 02:18:54] "POST /neutron/security_group HTTP/1.1" 200 151 0.025447 10.0.0.41 - - [2025-05-08 02:18:54] "POST /neutron/security_group HTTP/1.1" 200 11776 0.012755 10.0.0.41 - - [2025-05-08 02:18:54] "DELETE /access-control-list/3b496f0e-c820-44ad-86e1-e49d4f110128 HTTP/1.1" 200 115 0.024496 10.0.0.41 - - [2025-05-08 02:18:54] "DELETE /access-control-list/0cc5dedf-e7c2-40dd-ac1d-de19e03782bc HTTP/1.1" 200 115 0.017207 10.0.0.41 - - [2025-05-08 02:18:54] "POST /neutron/security_group_rule HTTP/1.1" 400 209 0.151134 10.0.0.41 - - [2025-05-08 02:18:54] "GET /projects?obj_uuids=6036d968-576a-46ab-96dc-3527c4f7bc01&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001316 10.0.0.41 - - [2025-05-08 02:18:54] "POST /fqname-to-id HTTP/1.1" 404 263 0.002253 10.0.0.41 - - [2025-05-08 02:18:54] "POST /access-control-lists HTTP/1.1" 200 625 0.013326 10.0.0.41 - - [2025-05-08 02:18:54] "POST /fqname-to-id HTTP/1.1" 404 262 0.002864 10.0.0.41 - - [2025-05-08 02:18:54] "POST /access-control-lists HTTP/1.1" 200 623 0.020571 10.0.0.41 - - [2025-05-08 02:18:54] "PUT /access-control-list/c6be53cd-ec7f-45e7-87f0-6dfb26378dd5 HTTP/1.1" 200 272 0.007703 10.0.0.41 - - [2025-05-08 02:18:54] "POST /neutron/security_group HTTP/1.1" 200 1373 0.255195 10.0.0.41 - - [2025-05-08 02:18:54] "GET /projects?obj_uuids=6036d968-576a-46ab-96dc-3527c4f7bc01&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000982 10.0.0.41 - - [2025-05-08 02:18:54] "PUT /access-control-list/bcddb037-517f-46b0-aaac-36e72a3f247d HTTP/1.1" 200 272 0.015036 10.0.0.41 - - [2025-05-08 02:18:54] "PUT /access-control-list/bcddb037-517f-46b0-aaac-36e72a3f247d HTTP/1.1" 200 272 0.007492