++ 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 Apr 17 02:23:56 UTC 2025 ===================' INFO: =================== Thu Apr 17 02:23:56 UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ cut -d / -f 1 +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.23 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.23 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.23 ++ ANALYTICSDB_NODES=10.0.0.23 ++ ANALYTICS_SNMP_NODES=10.0.0.23 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8081 ' +++ '[' -n '10.0.0.23:8081 ' ']' +++ echo 10.0.0.23:8081 ++ ANALYTICS_SERVERS=10.0.0.23: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9042 ' +++ '[' -n '10.0.0.23:9042 ' ']' +++ echo 10.0.0.23:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.23:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.23 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8086 ' +++ '[' -n '10.0.0.23:8086 ' ']' +++ echo 10.0.0.23:8086 ++ COLLECTOR_SERVERS=10.0.0.23: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.23 ++ CONFIGDB_NODES=10.0.0.23 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8082 ' +++ '[' -n '10.0.0.23:8082 ' ']' +++ echo 10.0.0.23:8082 ++ CONFIG_SERVERS=10.0.0.23: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9161 ' +++ '[' -n '10.0.0.23:9161 ' ']' +++ echo 10.0.0.23:9161 ++ CONFIGDB_SERVERS=10.0.0.23: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9041 ' +++ '[' -n '10.0.0.23:9041 ' ']' +++ echo 10.0.0.23:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.23:9041 ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.14 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.14 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.23 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:2181, +++ '[' -n 10.0.0.23:2181, ']' +++ echo 10.0.0.23:2181 ++ ZOOKEEPER_SERVERS=10.0.0.23: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:2181 ' +++ '[' -n '10.0.0.23:2181 ' ']' +++ echo 10.0.0.23:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.23:2181 ++ RABBITMQ_NODES=10.0.0.23 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:5673, +++ '[' -n 10.0.0.23:5673, ']' +++ echo 10.0.0.23:5673 ++ RABBITMQ_SERVERS=10.0.0.23: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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:6379 ' +++ '[' -n '10.0.0.23:6379 ' ']' +++ echo 10.0.0.23:6379 ++ REDIS_SERVERS=10.0.0.23: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.23 ++ 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.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9092 ' +++ '[' -n '10.0.0.23:9092 ' ']' +++ echo 10.0.0.23:9092 ++ KAFKA_SERVERS=10.0.0.23: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.23 ++ 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.23 ++ 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.23 ++ 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.23 ++ cut -d , -f 1 + local cassandra=10.0.0.23 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.23 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.23 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.23 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ grep -vi host ++++ sort ++++ uniq ++++ awk '/32 host/ { print f } {f=$2}' +++ local local_ips=,10.0.0.23,10.20.0.14,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in '"${server_list[@]}"' +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.23'\''))' +++ local server_ip=10.0.0.23 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.23 ]] +++ [[ ,10.0.0.23,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.23, ]] +++ echo 10.0.0.23 1 +++ return ++ local ip=10.0.0.23 ++ [[ -z 10.0.0.23 ]] ++ echo 10.0.0.23 + host_ip=10.0.0.23 + [[ cql == \c\q\l ]] ++ echo 10.0.0.23:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.23:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.23:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ grep '^API__.*__.*=.*$' ++ set ++ sed 's/^API__//g' ++ cut -d = -f 1 ++ sort + 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 04/17/2025 02:24:05.152 7f017318c3c8 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 04/17/2025 02:24:05.329 7f017318c3c8 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 04/17/2025 02:24:05.345 7f017318c3c8 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 04/17/2025 02:24:05.345 7f017318c3c8 [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.23:8082/ Hit Ctrl-C to quit. 10.0.0.23 - - [2025-04-17 02:24:09] "GET / HTTP/1.1" 503 181 0.000593 10.0.0.23 - - [2025-04-17 02:24:09] "GET / HTTP/1.1" 503 181 0.000210 10.0.0.23 - - [2025-04-17 02:24:09] "GET / HTTP/1.1" 200 35931 0.002460 10.0.0.23 - - [2025-04-17 02:24:10] "GET / HTTP/1.1" 200 45871 0.001827 10.0.0.23 - - [2025-04-17 02:24:10] "GET / HTTP/1.1" 200 45871 0.001345 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.23 - - [2025-04-17 02:24:10] "POST /fqname-to-id HTTP/1.1" 401 292 0.000766 10.0.0.23 - - [2025-04-17 02:24:10] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000385 10.0.0.23 - - [2025-04-17 02:24:10] "GET / HTTP/1.1" 200 35931 0.002982 10.0.0.23 - - [2025-04-17 02:24:10] "POST /fqname-to-id HTTP/1.1" 401 292 0.000718 10.0.0.23 - - [2025-04-17 02:24:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000585 10.0.0.23 - - [2025-04-17 02:24:11] "GET / HTTP/1.1" 200 35931 0.067035 10.0.0.23 - - [2025-04-17 02:24:11] "GET / HTTP/1.1" 200 35931 0.001840 10.0.0.23 - - [2025-04-17 02:24:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000552 10.0.0.23 - - [2025-04-17 02:24:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000763 10.0.0.23 - - [2025-04-17 02:24:12] "GET / HTTP/1.1" 200 35931 0.001704 10.0.0.23 - - [2025-04-17 02:24:12] "POST /fqname-to-id HTTP/1.1" 401 292 0.000596 10.0.0.23 - - [2025-04-17 02:24:13] "POST /fqname-to-id HTTP/1.1" 200 156 1.510718 10.0.0.23 - - [2025-04-17 02:24:13] "GET /global-system-config/b7d707ca-e625-4597-975d-2a258ad8c8ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.006900 10.0.0.23 - - [2025-04-17 02:24:13] "POST /fqname-to-id HTTP/1.1" 200 156 1.234837 10.0.0.23 - - [2025-04-17 02:24:13] "GET /network-ipam/6319485e-0775-4223-ae13-ab12a253df5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.005730 10.0.0.23 - - [2025-04-17 02:24:13] "POST /fqname-to-id HTTP/1.1" 200 156 2.168075 10.0.0.23 - - [2025-04-17 02:24:13] "POST /fqname-to-id HTTP/1.1" 404 220 0.004838 10.0.0.23 - - [2025-04-17 02:24:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.23 - - [2025-04-17 02:24:13] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 1.881419 10.0.0.23 - - [2025-04-17 02:24:13] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.004134 10.0.0.23 - - [2025-04-17 02:24:13] "POST /fqname-to-id HTTP/1.1" 404 186 0.721766 10.0.0.23 - - [2025-04-17 02:24:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005569 10.0.0.23 - - [2025-04-17 02:24:13] "POST /fqname-to-id HTTP/1.1" 404 196 0.143414 10.0.0.23 - - [2025-04-17 02:24:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.470735 10.0.0.23 - - [2025-04-17 02:24:13] "POST /config-nodes HTTP/1.1" 200 599 0.034715 10.0.0.23 - - [2025-04-17 02:24:13] "GET /global-system-config/b7d707ca-e625-4597-975d-2a258ad8c8ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.010788 10.0.0.23 - - [2025-04-17 02:24:13] "GET /global-system-config/b7d707ca-e625-4597-975d-2a258ad8c8ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.011038 10.0.0.23 - - [2025-04-17 02:24:13] "POST /fqname-to-id HTTP/1.1" 404 220 0.005467 10.0.0.23 - - [2025-04-17 02:24:13] "POST /job-templates HTTP/1.1" 200 555 0.095912 10.0.0.23 - - [2025-04-17 02:24:13] "POST /service-appliance-sets HTTP/1.1" 200 553 0.027870 10.0.0.23 - - [2025-04-17 02:24:13] "POST /fqname-to-id HTTP/1.1" 404 200 0.004030 10.0.0.23 - - [2025-04-17 02:24:13] "POST /config-database-nodes HTTP/1.1" 200 617 0.031180 10.0.0.23 - - [2025-04-17 02:24:13] "POST /fqname-to-id HTTP/1.1" 404 180 0.004418 10.0.0.23 - - [2025-04-17 02:24:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.23 - - [2025-04-17 02:24:13] "GET /global-system-config/b7d707ca-e625-4597-975d-2a258ad8c8ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.011601 10.0.0.23 - - [2025-04-17 02:24:13] "POST /job-templates HTTP/1.1" 200 563 0.076740 /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.23 - - [2025-04-17 02:24:13] "POST /fqname-to-id HTTP/1.1" 404 191 0.010883 10.0.0.23 - - [2025-04-17 02:24:13] "POST /service-appliance-sets HTTP/1.1" 200 541 0.034720 10.0.0.23 - - [2025-04-17 02:24:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003776 10.0.0.23 - - [2025-04-17 02:24:13] "GET / HTTP/1.1" 200 35931 0.002896 10.0.0.23 - - [2025-04-17 02:24:13] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000640 10.0.0.23 - - [2025-04-17 02:24:13] "POST /job-templates HTTP/1.1" 200 545 0.075543 10.0.0.23 - - [2025-04-17 02:24:13] "GET /network-ipam/6319485e-0775-4223-ae13-ab12a253df5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.006767 10.0.0.23 - - [2025-04-17 02:24:13] "POST /fqname-to-id HTTP/1.1" 404 225 0.003687 10.0.0.23 - - [2025-04-17 02:24:13] "POST /fqname-to-id HTTP/1.1" 404 207 0.004672 10.0.0.23 - - [2025-04-17 02:24:13] "POST /access-control-lists HTTP/1.1" 200 587 0.027705 10.0.0.23 - - [2025-04-17 02:24:13] "POST /fqname-to-id HTTP/1.1" 404 224 0.003337 10.0.0.23 - - [2025-04-17 02:24:13] "POST /job-templates HTTP/1.1" 200 577 0.071301 10.0.0.23 - - [2025-04-17 02:24:13] "POST /service-templates HTTP/1.1" 200 511 0.038336 10.0.0.23 - - [2025-04-17 02:24:13] "POST /access-control-lists HTTP/1.1" 200 585 0.029108 10.0.0.23 - - [2025-04-17 02:24:13] "POST /fqname-to-id HTTP/1.1" 404 208 0.003800 10.0.0.23 - - [2025-04-17 02:24:13] "POST /service-templates HTTP/1.1" 200 501 0.028425 10.0.0.23 - - [2025-04-17 02:24:14] "POST /route-targets HTTP/1.1" 200 327 0.068025 10.0.0.23 - - [2025-04-17 02:24:14] "POST /job-templates HTTP/1.1" 200 579 0.091124 10.0.0.23 - - [2025-04-17 02:24:14] "POST /service-templates HTTP/1.1" 200 515 0.084130 10.0.0.23 - - [2025-04-17 02:24:14] "POST /ref-update HTTP/1.1" 200 156 0.019760 10.0.0.23 - - [2025-04-17 02:24:14] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.036743 10.0.0.23 - - [2025-04-17 02:24:14] "POST /fqname-to-id HTTP/1.1" 404 210 0.004138 10.0.0.23 - - [2025-04-17 02:24:14] "POST /service-templates HTTP/1.1" 200 535 0.025854 10.0.0.23 - - [2025-04-17 02:24:14] "POST /route-targets HTTP/1.1" 200 327 0.016280 10.0.0.23 - - [2025-04-17 02:24:14] "POST /job-templates HTTP/1.1" 200 583 0.071532 10.0.0.23 - - [2025-04-17 02:24:14] "POST /ref-update HTTP/1.1" 200 156 0.039492 10.0.0.23 - - [2025-04-17 02:24:14] "POST /service-templates HTTP/1.1" 200 507 0.052887 10.0.0.23 - - [2025-04-17 02:24:14] "POST /fqname-to-id HTTP/1.1" 404 198 0.003887 10.0.0.23 - - [2025-04-17 02:24:14] "POST /route-targets HTTP/1.1" 200 327 0.013978 10.0.0.23 - - [2025-04-17 02:24:14] "POST /job-templates HTTP/1.1" 200 559 0.080200 10.0.0.23 - - [2025-04-17 02:24:14] "POST /ref-update HTTP/1.1" 200 156 0.042703 10.0.0.23 - - [2025-04-17 02:24:14] "POST /fqname-to-id HTTP/1.1" 404 203 0.004402 10.0.0.23 - - [2025-04-17 02:24:14] "POST /route-targets HTTP/1.1" 200 327 0.030017 10.0.0.23 - - [2025-04-17 02:24:14] "POST /job-templates HTTP/1.1" 200 569 0.067913 10.0.0.23 - - [2025-04-17 02:24:14] "POST /ref-update HTTP/1.1" 200 156 0.027583 10.0.0.23 - - [2025-04-17 02:24:14] "POST /fqname-to-id HTTP/1.1" 404 196 0.003531 10.0.0.23 - - [2025-04-17 02:24:14] "POST /fqname-to-id HTTP/1.1" 404 201 0.004314 10.0.0.23 - - [2025-04-17 02:24:14] "POST /job-templates HTTP/1.1" 200 555 0.092765 10.0.0.23 - - [2025-04-17 02:24:14] "POST /fqname-to-id HTTP/1.1" 404 196 0.004550 10.0.0.23 - - [2025-04-17 02:24:14] "POST /access-control-lists HTTP/1.1" 200 551 0.109267 10.0.0.23 - - [2025-04-17 02:24:14] "PUT /access-control-list/a6c8df46-ed75-41fd-86cb-6c4d90bb47a4 HTTP/1.1" 200 272 0.016126 10.0.0.23 - - [2025-04-17 02:24:14] "POST /job-templates HTTP/1.1" 200 555 0.073915 10.0.0.23 - - [2025-04-17 02:24:14] "PUT /access-control-list/a07b9126-10b1-4a2f-bee3-b9b27d41f578 HTTP/1.1" 200 272 0.015290 10.0.0.23 - - [2025-04-17 02:24:15] "POST /fqname-to-id HTTP/1.1" 404 196 0.003879 10.0.0.23 - - [2025-04-17 02:24:15] "POST /job-templates HTTP/1.1" 200 555 0.077501 10.0.0.23 - - [2025-04-17 02:24:15] "POST /fqname-to-id HTTP/1.1" 404 186 0.003686 10.0.0.23 - - [2025-04-17 02:24:15] "POST /job-templates HTTP/1.1" 200 535 0.065462 10.0.0.23 - - [2025-04-17 02:24:15] "POST /fqname-to-id HTTP/1.1" 404 198 0.003711 10.0.0.23 - - [2025-04-17 02:24:15] "POST /job-templates HTTP/1.1" 200 559 0.070731 10.0.0.23 - - [2025-04-17 02:24:15] "POST /fqname-to-id HTTP/1.1" 404 198 0.004044 10.0.0.23 - - [2025-04-17 02:24:15] "POST /job-templates HTTP/1.1" 200 559 0.076239 10.0.0.23 - - [2025-04-17 02:24:15] "POST /fqname-to-id HTTP/1.1" 404 198 0.004320 10.0.0.23 - - [2025-04-17 02:24:15] "POST /job-templates HTTP/1.1" 200 559 0.061272 10.0.0.23 - - [2025-04-17 02:24:15] "POST /fqname-to-id HTTP/1.1" 404 201 0.003672 10.0.0.23 - - [2025-04-17 02:24:15] "POST /job-templates HTTP/1.1" 200 565 0.066679 10.0.0.23 - - [2025-04-17 02:24:16] "POST /fqname-to-id HTTP/1.1" 404 197 0.006048 10.0.0.23 - - [2025-04-17 02:24:16] "POST /job-templates HTTP/1.1" 200 557 0.069695 10.0.0.23 - - [2025-04-17 02:24:16] "POST /fqname-to-id HTTP/1.1" 404 196 0.003924 10.0.0.23 - - [2025-04-17 02:24:16] "POST /job-templates HTTP/1.1" 200 555 0.067548 10.0.0.23 - - [2025-04-17 02:24:16] "POST /fqname-to-id HTTP/1.1" 404 205 0.004708 10.0.0.23 - - [2025-04-17 02:24:16] "POST /job-templates HTTP/1.1" 200 573 0.065836 10.0.0.23 - - [2025-04-17 02:24:16] "POST /fqname-to-id HTTP/1.1" 404 194 0.003576 10.0.0.23 - - [2025-04-17 02:24:16] "POST /job-templates HTTP/1.1" 200 551 0.070307 10.0.0.23 - - [2025-04-17 02:24:16] "POST /fqname-to-id HTTP/1.1" 404 208 0.004651 10.0.0.23 - - [2025-04-17 02:24:16] "POST /job-templates HTTP/1.1" 200 579 0.065892 10.0.0.23 - - [2025-04-17 02:24:16] "POST /fqname-to-id HTTP/1.1" 404 196 0.003703 10.0.0.23 - - [2025-04-17 02:24:16] "POST /job-templates HTTP/1.1" 200 555 0.069521 10.0.0.23 - - [2025-04-17 02:24:16] "POST /fqname-to-id HTTP/1.1" 404 198 0.004987 10.0.0.23 - - [2025-04-17 02:24:17] "POST /job-templates HTTP/1.1" 200 559 0.065475 10.0.0.23 - - [2025-04-17 02:24:17] "POST /fqname-to-id HTTP/1.1" 404 206 0.004014 10.0.0.23 - - [2025-04-17 02:24:17] "POST /job-templates HTTP/1.1" 200 575 0.075413 10.0.0.23 - - [2025-04-17 02:24:17] "POST /fqname-to-id HTTP/1.1" 404 197 0.004774 10.0.0.23 - - [2025-04-17 02:24:17] "POST /job-templates HTTP/1.1" 200 557 0.070382 10.0.0.23 - - [2025-04-17 02:24:17] "POST /fqname-to-id HTTP/1.1" 404 198 0.003743 10.0.0.23 - - [2025-04-17 02:24:17] "POST /job-templates HTTP/1.1" 200 559 0.065426 10.0.0.23 - - [2025-04-17 02:24:17] "POST /fqname-to-id HTTP/1.1" 404 196 0.004508 10.0.0.23 - - [2025-04-17 02:24:17] "POST /job-templates HTTP/1.1" 200 555 0.065148 10.0.0.23 - - [2025-04-17 02:24:17] "POST /fqname-to-id HTTP/1.1" 404 195 0.009409 10.0.0.23 - - [2025-04-17 02:24:17] "POST /job-templates HTTP/1.1" 200 553 0.082104 10.0.0.23 - - [2025-04-17 02:24:17] "POST /fqname-to-id HTTP/1.1" 404 195 0.004438 10.0.0.23 - - [2025-04-17 02:24:18] "POST /job-templates HTTP/1.1" 200 553 0.065084 10.0.0.23 - - [2025-04-17 02:24:18] "POST /fqname-to-id HTTP/1.1" 404 195 0.003426 10.0.0.23 - - [2025-04-17 02:24:18] "POST /job-templates HTTP/1.1" 200 553 0.065158 10.0.0.23 - - [2025-04-17 02:24:18] "POST /fqname-to-id HTTP/1.1" 404 200 0.003780 10.0.0.23 - - [2025-04-17 02:24:18] "POST /job-templates HTTP/1.1" 200 563 0.088666 10.0.0.23 - - [2025-04-17 02:24:18] "POST /fqname-to-id HTTP/1.1" 404 201 0.004072 10.0.0.23 - - [2025-04-17 02:24:18] "POST /job-templates HTTP/1.1" 200 565 0.065985 10.0.0.23 - - [2025-04-17 02:24:18] "POST /fqname-to-id HTTP/1.1" 404 189 0.004113 10.0.0.23 - - [2025-04-17 02:24:18] "POST /config-propertiess HTTP/1.1" 200 551 0.030314 10.0.0.23 - - [2025-04-17 02:24:18] "POST /fqname-to-id HTTP/1.1" 404 168 0.004255 10.0.0.23 - - [2025-04-17 02:24:18] "POST /tags HTTP/1.1" 200 321 0.043528 10.0.0.23 - - [2025-04-17 02:24:18] "POST /fqname-to-id HTTP/1.1" 404 166 0.004062 10.0.0.23 - - [2025-04-17 02:24:18] "POST /tags HTTP/1.1" 200 317 0.031621 10.0.0.23 - - [2025-04-17 02:24:19] "POST /fqname-to-id HTTP/1.1" 404 174 0.004201 10.0.0.23 - - [2025-04-17 02:24:19] "POST /tags HTTP/1.1" 200 333 0.030128 10.0.0.23 - - [2025-04-17 02:24:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004246 10.0.0.23 - - [2025-04-17 02:24:19] "GET /global-vrouter-config/2353e56c-ba9a-4c95-8ac7-e4aab067284b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1161 0.007238 10.0.0.23 - - [2025-04-17 02:24:19] "POST /fqname-to-id HTTP/1.1" 404 162 0.003637 10.0.0.23 - - [2025-04-17 02:24:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.23 - - [2025-04-17 02:24:19] "POST /tags HTTP/1.1" 200 309 0.025865 10.0.0.23 - - [2025-04-17 02:24:19] "PUT /global-vrouter-config/2353e56c-ba9a-4c95-8ac7-e4aab067284b HTTP/1.1" 200 276 0.012068 10.0.0.23 - - [2025-04-17 02:24:19] "POST /fqname-to-id HTTP/1.1" 404 174 0.003926 10.0.0.23 - - [2025-04-17 02:24:19] "POST /tags HTTP/1.1" 200 333 0.030422 10.0.0.23 - - [2025-04-17 02:24:19] "POST /fqname-to-id HTTP/1.1" 404 164 0.004723 10.0.0.23 - - [2025-04-17 02:24:19] "POST /tags HTTP/1.1" 200 313 0.034655 10.0.0.23 - - [2025-04-17 02:24:19] "POST /fqname-to-id HTTP/1.1" 404 169 0.004320 10.0.0.23 - - [2025-04-17 02:24:19] "POST /tags HTTP/1.1" 200 323 0.047368 10.0.0.23 - - [2025-04-17 02:24:19] "GET / HTTP/1.1" 200 35931 0.001744 10.0.0.23 - - [2025-04-17 02:24:19] "POST /alarms HTTP/1.1" 401 292 0.000477 10.0.0.23 - - [2025-04-17 02:24:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004220 10.0.0.23 - - [2025-04-17 02:24:19] "PUT /global-system-config/b7d707ca-e625-4597-975d-2a258ad8c8ea HTTP/1.1" 200 274 0.013064 10.0.0.23 - - [2025-04-17 02:24:19] "POST /fqname-to-id HTTP/1.1" 404 166 0.010661 10.0.0.23 - - [2025-04-17 02:24:19] "POST /hardwares HTTP/1.1" 200 327 0.014532 10.0.0.23 - - [2025-04-17 02:24:19] "POST /fqname-to-id HTTP/1.1" 404 166 0.003704 10.0.0.23 - - [2025-04-17 02:24:19] "POST /hardwares HTTP/1.1" 200 327 0.015047 10.0.0.23 - - [2025-04-17 02:24:20] "POST /fqname-to-id HTTP/1.1" 404 166 0.003618 10.0.0.23 - - [2025-04-17 02:24:20] "POST /alarms HTTP/1.1" 200 581 0.045995 10.0.0.23 - - [2025-04-17 02:24:20] "POST /hardwares HTTP/1.1" 200 327 0.013984 10.0.0.23 - - [2025-04-17 02:24:20] "POST /alarms HTTP/1.1" 200 575 0.027245 10.0.0.23 - - [2025-04-17 02:24:20] "POST /fqname-to-id HTTP/1.1" 404 166 0.003815 10.0.0.23 - - [2025-04-17 02:24:20] "POST /alarms HTTP/1.1" 200 575 0.023238 10.0.0.23 - - [2025-04-17 02:24:20] "POST /hardwares HTTP/1.1" 200 327 0.021859 10.0.0.23 - - [2025-04-17 02:24:20] "POST /alarms HTTP/1.1" 200 559 0.021080 10.0.0.23 - - [2025-04-17 02:24:20] "POST /fqname-to-id HTTP/1.1" 404 164 0.003615 10.0.0.23 - - [2025-04-17 02:24:20] "POST /alarms HTTP/1.1" 200 555 0.027355 10.0.0.23 - - [2025-04-17 02:24:20] "POST /hardwares HTTP/1.1" 200 323 0.013157 10.0.0.23 - - [2025-04-17 02:24:20] "POST /fqname-to-id HTTP/1.1" 404 164 0.003100 10.0.0.23 - - [2025-04-17 02:24:20] "POST /alarms HTTP/1.1" 200 557 0.021745 10.0.0.23 - - [2025-04-17 02:24:20] "POST /hardwares HTTP/1.1" 200 323 0.025815 10.0.0.23 - - [2025-04-17 02:24:20] "POST /alarms HTTP/1.1" 200 565 0.034908 10.0.0.23 - - [2025-04-17 02:24:20] "POST /fqname-to-id HTTP/1.1" 404 161 0.005304 10.0.0.23 - - [2025-04-17 02:24:20] "POST /alarms HTTP/1.1" 200 549 0.030099 10.0.0.23 - - [2025-04-17 02:24:20] "POST /hardwares HTTP/1.1" 200 317 0.013228 10.0.0.23 - - [2025-04-17 02:24:20] "POST /fqname-to-id HTTP/1.1" 404 164 0.003198 10.0.0.23 - - [2025-04-17 02:24:20] "POST /alarms HTTP/1.1" 200 557 0.023385 10.0.0.23 - - [2025-04-17 02:24:20] "POST /hardwares HTTP/1.1" 200 323 0.026916 10.0.0.23 - - [2025-04-17 02:24:20] "POST /alarms HTTP/1.1" 200 567 0.040004 10.0.0.23 - - [2025-04-17 02:24:20] "POST /fqname-to-id HTTP/1.1" 404 164 0.004244 10.0.0.23 - - [2025-04-17 02:24:20] "POST /alarms HTTP/1.1" 200 555 0.019694 10.0.0.23 - - [2025-04-17 02:24:20] "POST /hardwares HTTP/1.1" 200 323 0.013560 10.0.0.23 - - [2025-04-17 02:24:20] "POST /alarms HTTP/1.1" 200 567 0.034595 10.0.0.23 - - [2025-04-17 02:24:20] "POST /fqname-to-id HTTP/1.1" 404 164 0.007131 10.0.0.23 - - [2025-04-17 02:24:20] "POST /hardwares HTTP/1.1" 200 323 0.013196 10.0.0.23 - - [2025-04-17 02:24:20] "POST /fqname-to-id HTTP/1.1" 404 165 0.004260 10.0.0.23 - - [2025-04-17 02:24:20] "POST /alarms HTTP/1.1" 200 575 0.077281 10.0.0.23 - - [2025-04-17 02:24:20] "POST /hardwares HTTP/1.1" 200 325 0.018601 10.0.0.23 - - [2025-04-17 02:24:21] "POST /alarms HTTP/1.1" 200 569 0.033065 10.0.0.23 - - [2025-04-17 02:24:21] "POST /fqname-to-id HTTP/1.1" 404 165 0.004055 10.0.0.23 - - [2025-04-17 02:24:21] "POST /alarms HTTP/1.1" 200 561 0.025517 10.0.0.23 - - [2025-04-17 02:24:21] "POST /hardwares HTTP/1.1" 200 325 0.024515 10.0.0.23 - - [2025-04-17 02:24:21] "POST /alarms HTTP/1.1" 200 561 0.026247 10.0.0.23 - - [2025-04-17 02:24:21] "POST /fqname-to-id HTTP/1.1" 404 165 0.005331 10.0.0.23 - - [2025-04-17 02:24:21] "POST /alarms HTTP/1.1" 200 561 0.027865 10.0.0.23 - - [2025-04-17 02:24:21] "POST /hardwares HTTP/1.1" 200 325 0.017078 10.0.0.23 - - [2025-04-17 02:24:21] "POST /fqname-to-id HTTP/1.1" 404 165 0.004247 10.0.0.23 - - [2025-04-17 02:24:21] "POST /alarms HTTP/1.1" 200 547 0.027987 10.0.0.23 - - [2025-04-17 02:24:21] "POST /hardwares HTTP/1.1" 200 325 0.015027 10.0.0.23 - - [2025-04-17 02:24:21] "POST /alarms HTTP/1.1" 200 595 0.024534 10.0.0.23 - - [2025-04-17 02:24:21] "POST /fqname-to-id HTTP/1.1" 404 164 0.004690 10.0.0.23 - - [2025-04-17 02:24:21] "POST /alarms HTTP/1.1" 200 575 0.026142 10.0.0.23 - - [2025-04-17 02:24:21] "POST /hardwares HTTP/1.1" 200 323 0.015144 10.0.0.23 - - [2025-04-17 02:24:21] "POST /fqname-to-id HTTP/1.1" 404 161 0.003889 10.0.0.23 - - [2025-04-17 02:24:21] "POST /alarms HTTP/1.1" 200 571 0.023083 10.0.0.23 - - [2025-04-17 02:24:21] "POST /hardwares HTTP/1.1" 200 317 0.016240 10.0.0.23 - - [2025-04-17 02:24:21] "POST /alarms HTTP/1.1" 200 583 0.024390 10.0.0.23 - - [2025-04-17 02:24:21] "POST /fqname-to-id HTTP/1.1" 404 164 0.003951 10.0.0.23 - - [2025-04-17 02:24:21] "POST /alarms HTTP/1.1" 200 609 0.024393 10.0.0.23 - - [2025-04-17 02:24:21] "POST /hardwares HTTP/1.1" 200 323 0.016885 10.0.0.23 - - [2025-04-17 02:24:21] "POST /fqname-to-id HTTP/1.1" 404 161 0.003592 10.0.0.23 - - [2025-04-17 02:24:21] "POST /hardwares HTTP/1.1" 200 317 0.013438 10.0.0.23 - - [2025-04-17 02:24:21] "POST /fqname-to-id HTTP/1.1" 404 164 0.004827 10.0.0.23 - - [2025-04-17 02:24:21] "POST /hardwares HTTP/1.1" 200 323 0.019778 10.0.0.23 - - [2025-04-17 02:24:21] "POST /fqname-to-id HTTP/1.1" 404 162 0.004518 10.0.0.23 - - [2025-04-17 02:24:22] "POST /hardwares HTTP/1.1" 200 319 0.014740 10.0.0.23 - - [2025-04-17 02:24:22] "GET / HTTP/1.1" 200 35931 0.003088 10.0.0.23 - - [2025-04-17 02:24:22] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000703 10.0.0.23 - - [2025-04-17 02:24:22] "POST /fqname-to-id HTTP/1.1" 404 162 0.003836 10.0.0.23 - - [2025-04-17 02:24:22] "POST /hardwares HTTP/1.1" 200 319 0.013680 10.0.0.23 - - [2025-04-17 02:24:22] "POST /fqname-to-id HTTP/1.1" 404 165 0.003953 10.0.0.23 - - [2025-04-17 02:24:22] "POST /hardwares HTTP/1.1" 200 325 0.014310 10.0.0.23 - - [2025-04-17 02:24:22] "POST /fqname-to-id HTTP/1.1" 404 161 0.003926 10.0.0.23 - - [2025-04-17 02:24:22] "POST /hardwares HTTP/1.1" 200 317 0.016016 10.0.0.23 - - [2025-04-17 02:24:22] "POST /fqname-to-id HTTP/1.1" 404 161 0.004689 10.0.0.23 - - [2025-04-17 02:24:22] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.030990 10.0.0.23 - - [2025-04-17 02:24:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003745 10.0.0.23 - - [2025-04-17 02:24:22] "POST /hardwares HTTP/1.1" 200 317 0.013171 10.0.0.23 - - [2025-04-17 02:24:22] "PUT /global-vrouter-config/2353e56c-ba9a-4c95-8ac7-e4aab067284b HTTP/1.1" 200 276 0.011278 10.0.0.23 - - [2025-04-17 02:24:22] "POST /fqname-to-id HTTP/1.1" 404 162 0.003824 10.0.0.23 - - [2025-04-17 02:24:22] "POST /hardwares HTTP/1.1" 200 319 0.024847 10.0.0.23 - - [2025-04-17 02:24:22] "POST /fqname-to-id HTTP/1.1" 404 162 0.003835 10.0.0.23 - - [2025-04-17 02:24:22] "POST /hardwares HTTP/1.1" 200 319 0.014233 10.0.0.23 - - [2025-04-17 02:24:22] "POST /fqname-to-id HTTP/1.1" 404 162 0.003687 10.0.0.23 - - [2025-04-17 02:24:22] "POST /hardwares HTTP/1.1" 200 319 0.014463 10.0.0.23 - - [2025-04-17 02:24:22] "POST /fqname-to-id HTTP/1.1" 404 158 0.003629 10.0.0.23 - - [2025-04-17 02:24:22] "GET / HTTP/1.1" 200 35931 0.002200 10.0.0.23 - - [2025-04-17 02:24:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000455 10.0.0.23 - - [2025-04-17 02:24:22] "POST /hardwares HTTP/1.1" 200 311 0.013767 10.0.0.23 - - [2025-04-17 02:24:22] "POST /fqname-to-id HTTP/1.1" 404 158 0.003928 10.0.0.23 - - [2025-04-17 02:24:23] "POST /hardwares HTTP/1.1" 200 311 0.015260 10.0.0.23 - - [2025-04-17 02:24:23] "POST /fqname-to-id HTTP/1.1" 404 160 0.004330 10.0.0.23 - - [2025-04-17 02:24:23] "POST /hardwares HTTP/1.1" 200 315 0.014478 10.0.0.23 - - [2025-04-17 02:24:23] "POST /fqname-to-id HTTP/1.1" 404 154 0.003983 10.0.0.23 - - [2025-04-17 02:24:23] "POST /hardwares HTTP/1.1" 200 303 0.014622 10.0.0.23 - - [2025-04-17 02:24:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.034014 10.0.0.23 - - [2025-04-17 02:24:23] "GET /global-vrouter-config/2353e56c-ba9a-4c95-8ac7-e4aab067284b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004419 10.0.0.23 - - [2025-04-17 02:24:23] "POST /fqname-to-id HTTP/1.1" 404 158 0.004044 10.0.0.23 - - [2025-04-17 02:24:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003802 10.0.0.23 - - [2025-04-17 02:24:23] "POST /hardwares HTTP/1.1" 200 311 0.016864 10.0.0.23 - - [2025-04-17 02:24:23] "PUT /global-vrouter-config/2353e56c-ba9a-4c95-8ac7-e4aab067284b HTTP/1.1" 200 276 0.014571 10.0.0.23 - - [2025-04-17 02:24:23] "POST /fqname-to-id HTTP/1.1" 404 155 0.003729 10.0.0.23 - - [2025-04-17 02:24:23] "POST /hardwares HTTP/1.1" 200 305 0.014382 10.0.0.23 - - [2025-04-17 02:24:23] "POST /fqname-to-id HTTP/1.1" 404 155 0.004853 10.0.0.23 - - [2025-04-17 02:24:23] "POST /hardwares HTTP/1.1" 200 305 0.013196 10.0.0.23 - - [2025-04-17 02:24:23] "POST /fqname-to-id HTTP/1.1" 404 155 0.004903 10.0.0.23 - - [2025-04-17 02:24:23] "POST /hardwares HTTP/1.1" 200 305 0.014203 10.0.0.23 - - [2025-04-17 02:24:23] "POST /fqname-to-id HTTP/1.1" 404 155 0.005149 10.0.0.23 - - [2025-04-17 02:24:23] "POST /hardwares HTTP/1.1" 200 305 0.013759 10.0.0.23 - - [2025-04-17 02:24:23] "GET / HTTP/1.1" 200 35931 0.001791 10.0.0.23 - - [2025-04-17 02:24:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000654 10.0.0.23 - - [2025-04-17 02:24:23] "POST /fqname-to-id HTTP/1.1" 404 156 0.003641 10.0.0.23 - - [2025-04-17 02:24:23] "POST /hardwares HTTP/1.1" 200 307 0.013318 10.0.0.23 - - [2025-04-17 02:24:23] "POST /fqname-to-id HTTP/1.1" 404 156 0.005480 10.0.0.23 - - [2025-04-17 02:24:24] "POST /hardwares HTTP/1.1" 200 307 0.022070 10.0.0.23 - - [2025-04-17 02:24:24] "POST /fqname-to-id HTTP/1.1" 404 156 0.003810 10.0.0.23 - - [2025-04-17 02:24:24] "POST /hardwares HTTP/1.1" 200 307 0.016434 10.0.0.23 - - [2025-04-17 02:24:24] "POST /fqname-to-id HTTP/1.1" 404 157 0.003541 10.0.0.23 - - [2025-04-17 02:24:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.031825 10.0.0.23 - - [2025-04-17 02:24:24] "GET /global-system-config/b7d707ca-e625-4597-975d-2a258ad8c8ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2342 0.012224 10.0.0.23 - - [2025-04-17 02:24:24] "POST /hardwares HTTP/1.1" 200 309 0.012784 10.0.0.23 - - [2025-04-17 02:24:24] "PUT /global-system-config/b7d707ca-e625-4597-975d-2a258ad8c8ea HTTP/1.1" 200 274 0.022910 10.0.0.23 - - [2025-04-17 02:24:24] "POST /fqname-to-id HTTP/1.1" 404 158 0.003750 10.0.0.23 - - [2025-04-17 02:24:24] "POST /hardwares HTTP/1.1" 200 311 0.012660 10.0.0.23 - - [2025-04-17 02:24:24] "POST /fqname-to-id HTTP/1.1" 404 158 0.004204 10.0.0.23 - - [2025-04-17 02:24:24] "POST /hardwares HTTP/1.1" 200 311 0.016701 10.0.0.23 - - [2025-04-17 02:24:24] "POST /fqname-to-id HTTP/1.1" 404 153 0.003910 10.0.0.23 - - [2025-04-17 02:24:24] "POST /hardwares HTTP/1.1" 200 301 0.012149 10.0.0.23 - - [2025-04-17 02:24:24] "POST /fqname-to-id HTTP/1.1" 404 157 0.004401 10.0.0.23 - - [2025-04-17 02:24:24] "POST /hardwares HTTP/1.1" 200 309 0.015083 10.0.0.23 - - [2025-04-17 02:24:24] "POST /fqname-to-id HTTP/1.1" 404 157 0.003460 10.0.0.23 - - [2025-04-17 02:24:24] "POST /hardwares HTTP/1.1" 200 309 0.014176 10.0.0.23 - - [2025-04-17 02:24:24] "POST /fqname-to-id HTTP/1.1" 404 157 0.005122 10.0.0.23 - - [2025-04-17 02:24:24] "POST /hardwares HTTP/1.1" 200 309 0.018188 10.0.0.23 - - [2025-04-17 02:24:24] "POST /fqname-to-id HTTP/1.1" 404 157 0.004174 10.0.0.23 - - [2025-04-17 02:24:24] "POST /hardwares HTTP/1.1" 200 309 0.014862 10.0.0.23 - - [2025-04-17 02:24:25] "POST /fqname-to-id HTTP/1.1" 404 157 0.004926 10.0.0.23 - - [2025-04-17 02:24:25] "POST /hardwares HTTP/1.1" 200 309 0.035223 10.0.0.23 - - [2025-04-17 02:24:25] "POST /fqname-to-id HTTP/1.1" 404 161 0.003907 10.0.0.23 - - [2025-04-17 02:24:25] "POST /hardwares HTTP/1.1" 200 317 0.014656 10.0.0.23 - - [2025-04-17 02:24:25] "POST /fqname-to-id HTTP/1.1" 404 157 0.003591 10.0.0.23 - - [2025-04-17 02:24:25] "POST /hardwares HTTP/1.1" 200 309 0.013654 10.0.0.23 - - [2025-04-17 02:24:25] "POST /fqname-to-id HTTP/1.1" 404 157 0.004736 10.0.0.23 - - [2025-04-17 02:24:25] "POST /hardwares HTTP/1.1" 200 309 0.013916 10.0.0.23 - - [2025-04-17 02:24:25] "POST /fqname-to-id HTTP/1.1" 404 154 0.003740 10.0.0.23 - - [2025-04-17 02:24:25] "POST /hardwares HTTP/1.1" 200 303 0.013396 10.0.0.23 - - [2025-04-17 02:24:25] "POST /fqname-to-id HTTP/1.1" 404 190 0.004839 10.0.0.23 - - [2025-04-17 02:24:25] "POST /features HTTP/1.1" 200 533 0.025231 10.0.0.23 - - [2025-04-17 02:24:25] "POST /fqname-to-id HTTP/1.1" 404 185 0.003882 10.0.0.23 - - [2025-04-17 02:24:25] "POST /features HTTP/1.1" 200 523 0.021363 10.0.0.23 - - [2025-04-17 02:24:25] "POST /fqname-to-id HTTP/1.1" 404 184 0.004776 10.0.0.23 - - [2025-04-17 02:24:25] "POST /features HTTP/1.1" 200 521 0.025455 10.0.0.23 - - [2025-04-17 02:24:25] "POST /fqname-to-id HTTP/1.1" 404 184 0.004696 10.0.0.23 - - [2025-04-17 02:24:26] "POST /features HTTP/1.1" 200 521 0.021942 10.0.0.23 - - [2025-04-17 02:24:26] "POST /fqname-to-id HTTP/1.1" 404 189 0.004238 10.0.0.23 - - [2025-04-17 02:24:26] "POST /features HTTP/1.1" 200 531 0.020660 10.0.0.23 - - [2025-04-17 02:24:26] "POST /fqname-to-id HTTP/1.1" 404 184 0.003624 10.0.0.23 - - [2025-04-17 02:24:26] "POST /features HTTP/1.1" 200 521 0.022127 10.0.0.23 - - [2025-04-17 02:24:26] "POST /fqname-to-id HTTP/1.1" 404 193 0.003947 10.0.0.23 - - [2025-04-17 02:24:26] "POST /features HTTP/1.1" 200 539 0.023312 10.0.0.23 - - [2025-04-17 02:24:26] "POST /fqname-to-id HTTP/1.1" 404 186 0.003478 10.0.0.23 - - [2025-04-17 02:24:26] "POST /features HTTP/1.1" 200 525 0.021294 10.0.0.23 - - [2025-04-17 02:24:26] "POST /fqname-to-id HTTP/1.1" 404 183 0.003927 10.0.0.23 - - [2025-04-17 02:24:26] "POST /features HTTP/1.1" 200 519 0.024002 10.0.0.23 - - [2025-04-17 02:24:26] "POST /fqname-to-id HTTP/1.1" 404 182 0.004636 10.0.0.23 - - [2025-04-17 02:24:26] "POST /features HTTP/1.1" 200 517 0.029573 10.0.0.23 - - [2025-04-17 02:24:26] "POST /fqname-to-id HTTP/1.1" 404 190 0.004246 10.0.0.23 - - [2025-04-17 02:24:26] "POST /features HTTP/1.1" 200 533 0.021609 10.0.0.23 - - [2025-04-17 02:24:26] "POST /fqname-to-id HTTP/1.1" 404 194 0.003889 10.0.0.23 - - [2025-04-17 02:24:26] "POST /features HTTP/1.1" 200 541 0.023688 10.0.0.23 - - [2025-04-17 02:24:27] "POST /fqname-to-id HTTP/1.1" 404 178 0.004128 10.0.0.23 - - [2025-04-17 02:24:27] "POST /physical-roles HTTP/1.1" 200 521 0.023644 10.0.0.23 - - [2025-04-17 02:24:27] "POST /fqname-to-id HTTP/1.1" 404 179 0.003695 10.0.0.23 - - [2025-04-17 02:24:27] "POST /physical-roles HTTP/1.1" 200 523 0.021388 10.0.0.23 - - [2025-04-17 02:24:27] "POST /fqname-to-id HTTP/1.1" 404 184 0.004037 10.0.0.23 - - [2025-04-17 02:24:27] "POST /physical-roles HTTP/1.1" 200 533 0.022156 10.0.0.23 - - [2025-04-17 02:24:27] "POST /fqname-to-id HTTP/1.1" 404 177 0.003722 10.0.0.23 - - [2025-04-17 02:24:27] "POST /physical-roles HTTP/1.1" 200 519 0.038882 10.0.0.23 - - [2025-04-17 02:24:27] "POST /fqname-to-id HTTP/1.1" 404 191 0.005016 10.0.0.23 - - [2025-04-17 02:24:27] "POST /overlay-roles HTTP/1.1" 200 545 0.024984 10.0.0.23 - - [2025-04-17 02:24:27] "POST /fqname-to-id HTTP/1.1" 404 184 0.004758 10.0.0.23 - - [2025-04-17 02:24:27] "POST /overlay-roles HTTP/1.1" 200 531 0.020443 10.0.0.23 - - [2025-04-17 02:24:27] "POST /fqname-to-id HTTP/1.1" 404 191 0.003715 10.0.0.23 - - [2025-04-17 02:24:27] "POST /overlay-roles HTTP/1.1" 200 545 0.019074 10.0.0.23 - - [2025-04-17 02:24:27] "POST /fqname-to-id HTTP/1.1" 404 185 0.004625 10.0.0.23 - - [2025-04-17 02:24:27] "POST /overlay-roles HTTP/1.1" 200 533 0.023926 10.0.0.23 - - [2025-04-17 02:24:27] "POST /fqname-to-id HTTP/1.1" 404 189 0.004520 10.0.0.23 - - [2025-04-17 02:24:28] "POST /overlay-roles HTTP/1.1" 200 541 0.020897 10.0.0.23 - - [2025-04-17 02:24:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.23 - - [2025-04-17 02:24:28] "PUT /overlay-role/de25bc55-f0a9-4e95-9ab6-fdf968e6a8d3 HTTP/1.1" 200 258 0.012411 10.0.0.23 - - [2025-04-17 02:24:28] "POST /fqname-to-id HTTP/1.1" 404 184 0.003710 10.0.0.23 - - [2025-04-17 02:24:28] "POST /overlay-roles HTTP/1.1" 200 531 0.029280 10.0.0.23 - - [2025-04-17 02:24:28] "POST /fqname-to-id HTTP/1.1" 404 185 0.003456 10.0.0.23 - - [2025-04-17 02:24:28] "POST /overlay-roles HTTP/1.1" 200 533 0.019558 10.0.0.23 - - [2025-04-17 02:24:28] "POST /fqname-to-id HTTP/1.1" 404 183 0.004137 10.0.0.23 - - [2025-04-17 02:24:28] "POST /overlay-roles HTTP/1.1" 200 529 0.026843 10.0.0.23 - - [2025-04-17 02:24:28] "POST /fqname-to-id HTTP/1.1" 404 187 0.004953 10.0.0.23 - - [2025-04-17 02:24:28] "POST /overlay-roles HTTP/1.1" 200 537 0.028356 10.0.0.23 - - [2025-04-17 02:24:28] "POST /fqname-to-id HTTP/1.1" 404 189 0.003488 10.0.0.23 - - [2025-04-17 02:24:28] "POST /overlay-roles HTTP/1.1" 200 541 0.020777 10.0.0.23 - - [2025-04-17 02:24:28] "POST /fqname-to-id HTTP/1.1" 404 178 0.004056 10.0.0.23 - - [2025-04-17 02:24:28] "POST /overlay-roles HTTP/1.1" 200 519 0.019821 10.0.0.23 - - [2025-04-17 02:24:28] "POST /fqname-to-id HTTP/1.1" 404 190 0.003463 10.0.0.23 - - [2025-04-17 02:24:28] "POST /overlay-roles HTTP/1.1" 200 543 0.023224 10.0.0.23 - - [2025-04-17 02:24:29] "POST /fqname-to-id HTTP/1.1" 404 182 0.004765 10.0.0.23 - - [2025-04-17 02:24:29] "POST /role-definitions HTTP/1.1" 200 533 0.087512 10.0.0.23 - - [2025-04-17 02:24:29] "POST /fqname-to-id HTTP/1.1" 404 189 0.003916 10.0.0.23 - - [2025-04-17 02:24:29] "POST /role-definitions HTTP/1.1" 200 547 0.020319 10.0.0.23 - - [2025-04-17 02:24:29] "POST /fqname-to-id HTTP/1.1" 404 190 0.004318 10.0.0.23 - - [2025-04-17 02:24:29] "POST /role-definitions HTTP/1.1" 200 549 0.020287 10.0.0.23 - - [2025-04-17 02:24:29] "POST /fqname-to-id HTTP/1.1" 404 191 0.004375 10.0.0.23 - - [2025-04-17 02:24:29] "POST /role-definitions HTTP/1.1" 200 551 0.022158 10.0.0.23 - - [2025-04-17 02:24:29] "POST /fqname-to-id HTTP/1.1" 404 197 0.005595 10.0.0.23 - - [2025-04-17 02:24:29] "POST /role-definitions HTTP/1.1" 200 563 0.023066 10.0.0.23 - - [2025-04-17 02:24:29] "POST /fqname-to-id HTTP/1.1" 404 189 0.003614 10.0.0.23 - - [2025-04-17 02:24:29] "POST /role-definitions HTTP/1.1" 200 547 0.021758 10.0.0.23 - - [2025-04-17 02:24:29] "POST /fqname-to-id HTTP/1.1" 404 190 0.004301 10.0.0.23 - - [2025-04-17 02:24:29] "POST /role-definitions HTTP/1.1" 200 549 0.021981 10.0.0.23 - - [2025-04-17 02:24:29] "POST /fqname-to-id HTTP/1.1" 404 191 0.004006 10.0.0.23 - - [2025-04-17 02:24:29] "POST /role-definitions HTTP/1.1" 200 551 0.024213 10.0.0.23 - - [2025-04-17 02:24:30] "POST /fqname-to-id HTTP/1.1" 404 190 0.003765 10.0.0.23 - - [2025-04-17 02:24:30] "POST /role-definitions HTTP/1.1" 200 549 0.026186 10.0.0.23 - - [2025-04-17 02:24:30] "POST /fqname-to-id HTTP/1.1" 404 196 0.003767 10.0.0.23 - - [2025-04-17 02:24:30] "POST /role-definitions HTTP/1.1" 200 561 0.022721 10.0.0.23 - - [2025-04-17 02:24:30] "POST /fqname-to-id HTTP/1.1" 404 189 0.005642 10.0.0.23 - - [2025-04-17 02:24:30] "POST /role-definitions HTTP/1.1" 200 547 0.022375 10.0.0.23 - - [2025-04-17 02:24:30] "POST /fqname-to-id HTTP/1.1" 404 190 0.005534 10.0.0.23 - - [2025-04-17 02:24:30] "POST /role-definitions HTTP/1.1" 200 549 0.029826 10.0.0.23 - - [2025-04-17 02:24:30] "POST /fqname-to-id HTTP/1.1" 404 188 0.004241 10.0.0.23 - - [2025-04-17 02:24:30] "POST /role-definitions HTTP/1.1" 200 545 0.024410 10.0.0.23 - - [2025-04-17 02:24:30] "POST /fqname-to-id HTTP/1.1" 404 189 0.003961 10.0.0.23 - - [2025-04-17 02:24:30] "POST /role-definitions HTTP/1.1" 200 547 0.021658 10.0.0.23 - - [2025-04-17 02:24:30] "POST /fqname-to-id HTTP/1.1" 404 192 0.003794 10.0.0.23 - - [2025-04-17 02:24:30] "POST /role-definitions HTTP/1.1" 200 553 0.021641 10.0.0.23 - - [2025-04-17 02:24:30] "POST /fqname-to-id HTTP/1.1" 404 193 0.003710 10.0.0.23 - - [2025-04-17 02:24:30] "POST /role-definitions HTTP/1.1" 200 555 0.022305 10.0.0.23 - - [2025-04-17 02:24:31] "POST /fqname-to-id HTTP/1.1" 404 182 0.004630 10.0.0.23 - - [2025-04-17 02:24:31] "POST /role-definitions HTTP/1.1" 200 533 0.023658 10.0.0.23 - - [2025-04-17 02:24:31] "POST /fqname-to-id HTTP/1.1" 404 187 0.004157 10.0.0.23 - - [2025-04-17 02:24:31] "POST /role-definitions HTTP/1.1" 200 543 0.030125 10.0.0.23 - - [2025-04-17 02:24:31] "POST /fqname-to-id HTTP/1.1" 404 181 0.003836 10.0.0.23 - - [2025-04-17 02:24:31] "POST /role-definitions HTTP/1.1" 200 531 0.021511 10.0.0.23 - - [2025-04-17 02:24:31] "POST /fqname-to-id HTTP/1.1" 404 184 0.005290 10.0.0.23 - - [2025-04-17 02:24:31] "POST /role-definitions HTTP/1.1" 200 537 0.027506 10.0.0.23 - - [2025-04-17 02:24:31] "POST /fqname-to-id HTTP/1.1" 404 189 0.003960 10.0.0.23 - - [2025-04-17 02:24:31] "POST /role-definitions HTTP/1.1" 200 547 0.050364 10.0.0.23 - - [2025-04-17 02:24:31] "POST /fqname-to-id HTTP/1.1" 404 194 0.004117 10.0.0.23 - - [2025-04-17 02:24:31] "POST /role-definitions HTTP/1.1" 200 557 0.021292 10.0.0.23 - - [2025-04-17 02:24:31] "POST /fqname-to-id HTTP/1.1" 404 196 0.004207 10.0.0.23 - - [2025-04-17 02:24:31] "POST /role-definitions HTTP/1.1" 200 561 0.022755 10.0.0.23 - - [2025-04-17 02:24:31] "POST /fqname-to-id HTTP/1.1" 404 195 0.003406 10.0.0.23 - - [2025-04-17 02:24:31] "POST /role-definitions HTTP/1.1" 200 559 0.020680 10.0.0.23 - - [2025-04-17 02:24:31] "POST /fqname-to-id HTTP/1.1" 404 196 0.004317 10.0.0.23 - - [2025-04-17 02:24:32] "POST /feature-configs HTTP/1.1" 200 537 0.020768 10.0.0.23 - - [2025-04-17 02:24:32] "POST /fqname-to-id HTTP/1.1" 404 212 0.004510 10.0.0.23 - - [2025-04-17 02:24:32] "POST /feature-configs HTTP/1.1" 200 562 0.022934 10.0.0.23 - - [2025-04-17 02:24:32] "POST /fqname-to-id HTTP/1.1" 404 211 0.003712 10.0.0.23 - - [2025-04-17 02:24:32] "POST /feature-configs HTTP/1.1" 200 561 0.034827 10.0.0.23 - - [2025-04-17 02:24:32] "POST /fqname-to-id HTTP/1.1" 404 192 0.004657 10.0.0.23 - - [2025-04-17 02:24:32] "POST /node-profiles HTTP/1.1" 200 547 0.034690 10.0.0.23 - - [2025-04-17 02:24:32] "POST /fqname-to-id HTTP/1.1" 404 187 0.003820 10.0.0.23 - - [2025-04-17 02:24:32] "POST /node-profiles HTTP/1.1" 200 537 0.042195 10.0.0.23 - - [2025-04-17 02:24:32] "POST /fqname-to-id HTTP/1.1" 404 193 0.005356 10.0.0.23 - - [2025-04-17 02:24:32] "POST /node-profiles HTTP/1.1" 200 549 0.020455 10.0.0.23 - - [2025-04-17 02:24:32] "POST /fqname-to-id HTTP/1.1" 404 189 0.003678 10.0.0.23 - - [2025-04-17 02:24:32] "POST /node-profiles HTTP/1.1" 200 541 0.023274 10.0.0.23 - - [2025-04-17 02:24:32] "POST /fqname-to-id HTTP/1.1" 404 189 0.003695 10.0.0.23 - - [2025-04-17 02:24:32] "POST /node-profiles HTTP/1.1" 200 541 0.019215 10.0.0.23 - - [2025-04-17 02:24:32] "POST /fqname-to-id HTTP/1.1" 404 188 0.004144 10.0.0.23 - - [2025-04-17 02:24:33] "POST /node-profiles HTTP/1.1" 200 539 0.020157 10.0.0.23 - - [2025-04-17 02:24:33] "POST /fqname-to-id HTTP/1.1" 404 184 0.004390 10.0.0.23 - - [2025-04-17 02:24:33] "POST /node-profiles HTTP/1.1" 200 531 0.018361 10.0.0.23 - - [2025-04-17 02:24:33] "POST /fqname-to-id HTTP/1.1" 404 185 0.004651 10.0.0.23 - - [2025-04-17 02:24:33] "POST /node-profiles HTTP/1.1" 200 533 0.020910 10.0.0.23 - - [2025-04-17 02:24:33] "POST /fqname-to-id HTTP/1.1" 404 197 0.003659 10.0.0.23 - - [2025-04-17 02:24:33] "POST /node-profiles HTTP/1.1" 200 557 0.023096 10.0.0.23 - - [2025-04-17 02:24:33] "POST /fqname-to-id HTTP/1.1" 404 206 0.004408 10.0.0.23 - - [2025-04-17 02:24:33] "POST /telemetry-profiles HTTP/1.1" 200 554 0.022467 10.0.0.23 - - [2025-04-17 02:24:33] "POST /fqname-to-id HTTP/1.1" 404 206 0.004019 10.0.0.23 - - [2025-04-17 02:24:33] "POST /telemetry-profiles HTTP/1.1" 200 554 0.023390 10.0.0.23 - - [2025-04-17 02:24:33] "POST /fqname-to-id HTTP/1.1" 404 206 0.003986 10.0.0.23 - - [2025-04-17 02:24:33] "POST /telemetry-profiles HTTP/1.1" 200 554 0.021137 10.0.0.23 - - [2025-04-17 02:24:33] "POST /fqname-to-id HTTP/1.1" 404 206 0.003848 10.0.0.23 - - [2025-04-17 02:24:33] "POST /telemetry-profiles HTTP/1.1" 200 554 0.038652 10.0.0.23 - - [2025-04-17 02:24:33] "POST /fqname-to-id HTTP/1.1" 404 206 0.004041 10.0.0.23 - - [2025-04-17 02:24:33] "POST /telemetry-profiles HTTP/1.1" 200 554 0.021978 10.0.0.23 - - [2025-04-17 02:24:34] "POST /fqname-to-id HTTP/1.1" 404 206 0.004791 10.0.0.23 - - [2025-04-17 02:24:34] "POST /telemetry-profiles HTTP/1.1" 200 554 0.021696 10.0.0.23 - - [2025-04-17 02:24:34] "POST /fqname-to-id HTTP/1.1" 404 199 0.004072 10.0.0.23 - - [2025-04-17 02:24:34] "POST /sflow-profiles HTTP/1.1" 200 532 0.021772 10.0.0.23 - - [2025-04-17 02:24:34] "POST /fqname-to-id HTTP/1.1" 404 202 0.004135 10.0.0.23 - - [2025-04-17 02:24:34] "POST /sflow-profiles HTTP/1.1" 200 538 0.020999 10.0.0.23 - - [2025-04-17 02:24:34] "POST /fqname-to-id HTTP/1.1" 404 202 0.004843 10.0.0.23 - - [2025-04-17 02:24:34] "POST /sflow-profiles HTTP/1.1" 200 538 0.020418 10.0.0.23 - - [2025-04-17 02:24:34] "POST /fqname-to-id HTTP/1.1" 404 199 0.004406 10.0.0.23 - - [2025-04-17 02:24:34] "POST /grpc-profiles HTTP/1.1" 200 530 0.025238 10.0.0.23 - - [2025-04-17 02:24:34] "POST /fqname-to-id HTTP/1.1" 404 199 0.003924 10.0.0.23 - - [2025-04-17 02:24:34] "POST /snmp-profiles HTTP/1.1" 200 530 0.032570 10.0.0.23 - - [2025-04-17 02:24:34] "POST /fqname-to-id HTTP/1.1" 404 202 0.003458 10.0.0.23 - - [2025-04-17 02:24:34] "POST /netconf-profiles HTTP/1.1" 200 542 0.021572 10.0.0.23 - - [2025-04-17 02:24:34] "POST /fqname-to-id HTTP/1.1" 404 193 0.003681 10.0.0.23 - - [2025-04-17 02:24:34] "POST /device-functional-groups HTTP/1.1" 200 540 0.020337 10.0.0.23 - - [2025-04-17 02:24:34] "POST /fqname-to-id HTTP/1.1" 404 193 0.003885 10.0.0.23 - - [2025-04-17 02:24:35] "POST /device-functional-groups HTTP/1.1" 200 540 0.031181 10.0.0.23 - - [2025-04-17 02:24:35] "POST /fqname-to-id HTTP/1.1" 404 195 0.004818 10.0.0.23 - - [2025-04-17 02:24:35] "POST /device-functional-groups HTTP/1.1" 200 544 0.021222 10.0.0.23 - - [2025-04-17 02:24:35] "POST /fqname-to-id HTTP/1.1" 404 194 0.004095 10.0.0.23 - - [2025-04-17 02:24:35] "POST /device-functional-groups HTTP/1.1" 200 542 0.036545 10.0.0.23 - - [2025-04-17 02:24:35] "POST /fqname-to-id HTTP/1.1" 404 218 0.003552 10.0.0.23 - - [2025-04-17 02:24:35] "POST /device-functional-groups HTTP/1.1" 200 590 0.022450 10.0.0.23 - - [2025-04-17 02:24:35] "POST /fqname-to-id HTTP/1.1" 404 208 0.003723 10.0.0.23 - - [2025-04-17 02:24:35] "POST /device-functional-groups HTTP/1.1" 200 570 0.021682 10.0.0.23 - - [2025-04-17 02:24:35] "POST /fqname-to-id HTTP/1.1" 404 236 0.004989 10.0.0.23 - - [2025-04-17 02:24:35] "POST /device-functional-groups HTTP/1.1" 200 620 0.021753 10.0.0.23 - - [2025-04-17 02:24:35] "POST /fqname-to-id HTTP/1.1" 404 206 0.003997 10.0.0.23 - - [2025-04-17 02:24:35] "POST /device-functional-groups HTTP/1.1" 200 566 0.019659 10.0.0.23 - - [2025-04-17 02:24:35] "POST /fqname-to-id HTTP/1.1" 404 205 0.003956 10.0.0.23 - - [2025-04-17 02:24:35] "POST /device-functional-groups HTTP/1.1" 200 564 0.019125 10.0.0.23 - - [2025-04-17 02:24:35] "POST /fqname-to-id HTTP/1.1" 404 210 0.003900 10.0.0.23 - - [2025-04-17 02:24:35] "POST /device-functional-groups HTTP/1.1" 200 574 0.019273 10.0.0.23 - - [2025-04-17 02:24:36] "POST /fqname-to-id HTTP/1.1" 404 201 0.003500 10.0.0.23 - - [2025-04-17 02:24:36] "POST /role-configs HTTP/1.1" 200 525 0.022642 10.0.0.23 - - [2025-04-17 02:24:36] "POST /fqname-to-id HTTP/1.1" 404 196 0.004073 10.0.0.23 - - [2025-04-17 02:24:36] "POST /role-configs HTTP/1.1" 200 520 0.019847 10.0.0.23 - - [2025-04-17 02:24:36] "POST /fqname-to-id HTTP/1.1" 404 198 0.003894 10.0.0.23 - - [2025-04-17 02:24:36] "POST /role-configs HTTP/1.1" 200 522 0.018032 10.0.0.23 - - [2025-04-17 02:24:36] "POST /fqname-to-id HTTP/1.1" 404 198 0.003906 10.0.0.23 - - [2025-04-17 02:24:36] "POST /role-configs HTTP/1.1" 200 522 0.020214 10.0.0.23 - - [2025-04-17 02:24:36] "POST /fqname-to-id HTTP/1.1" 404 202 0.004824 10.0.0.23 - - [2025-04-17 02:24:36] "POST /role-configs HTTP/1.1" 200 526 0.022698 10.0.0.23 - - [2025-04-17 02:24:36] "POST /fqname-to-id HTTP/1.1" 404 197 0.003682 10.0.0.23 - - [2025-04-17 02:24:36] "POST /role-configs HTTP/1.1" 200 521 0.019960 10.0.0.23 - - [2025-04-17 02:24:36] "POST /fqname-to-id HTTP/1.1" 404 193 0.004197 10.0.0.23 - - [2025-04-17 02:24:36] "POST /role-configs HTTP/1.1" 200 517 0.021370 10.0.0.23 - - [2025-04-17 02:24:36] "POST /fqname-to-id HTTP/1.1" 404 194 0.003496 10.0.0.23 - - [2025-04-17 02:24:36] "POST /role-configs HTTP/1.1" 200 518 0.024660 10.0.0.23 - - [2025-04-17 02:24:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003821 10.0.0.23 - - [2025-04-17 02:24:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004505 10.0.0.23 - - [2025-04-17 02:24:37] "POST /ref-update HTTP/1.1" 200 156 0.011504 10.0.0.23 - - [2025-04-17 02:24:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003482 10.0.0.23 - - [2025-04-17 02:24:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004527 10.0.0.23 - - [2025-04-17 02:24:37] "POST /ref-update HTTP/1.1" 200 156 0.013391 10.0.0.23 - - [2025-04-17 02:24:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004035 10.0.0.23 - - [2025-04-17 02:24:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004061 10.0.0.23 - - [2025-04-17 02:24:37] "POST /ref-update HTTP/1.1" 200 156 0.012579 10.0.0.23 - - [2025-04-17 02:24:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004106 10.0.0.23 - - [2025-04-17 02:24:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003908 10.0.0.23 - - [2025-04-17 02:24:37] "POST /ref-update HTTP/1.1" 200 156 0.010909 10.0.0.23 - - [2025-04-17 02:24:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.23 - - [2025-04-17 02:24:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003651 10.0.0.23 - - [2025-04-17 02:24:37] "POST /ref-update HTTP/1.1" 200 156 0.009931 10.0.0.23 - - [2025-04-17 02:24:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.23 - - [2025-04-17 02:24:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.23 - - [2025-04-17 02:24:37] "POST /ref-update HTTP/1.1" 200 156 0.010453 10.0.0.23 - - [2025-04-17 02:24:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.23 - - [2025-04-17 02:24:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003622 10.0.0.23 - - [2025-04-17 02:24:38] "POST /ref-update HTTP/1.1" 200 156 0.012410 10.0.0.23 - - [2025-04-17 02:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004806 10.0.0.23 - - [2025-04-17 02:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004086 10.0.0.23 - - [2025-04-17 02:24:38] "POST /ref-update HTTP/1.1" 200 156 0.011242 10.0.0.23 - - [2025-04-17 02:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004970 10.0.0.23 - - [2025-04-17 02:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004696 10.0.0.23 - - [2025-04-17 02:24:38] "POST /ref-update HTTP/1.1" 200 156 0.010327 10.0.0.23 - - [2025-04-17 02:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004508 10.0.0.23 - - [2025-04-17 02:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004523 10.0.0.23 - - [2025-04-17 02:24:38] "POST /ref-update HTTP/1.1" 200 156 0.011878 10.0.0.23 - - [2025-04-17 02:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004359 10.0.0.23 - - [2025-04-17 02:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.23 - - [2025-04-17 02:24:38] "POST /ref-update HTTP/1.1" 200 156 0.011733 10.0.0.23 - - [2025-04-17 02:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004946 10.0.0.23 - - [2025-04-17 02:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003838 10.0.0.23 - - [2025-04-17 02:24:38] "POST /ref-update HTTP/1.1" 200 156 0.011454 10.0.0.23 - - [2025-04-17 02:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004302 10.0.0.23 - - [2025-04-17 02:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.023320 10.0.0.23 - - [2025-04-17 02:24:38] "POST /ref-update HTTP/1.1" 200 156 0.010586 10.0.0.23 - - [2025-04-17 02:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805 10.0.0.23 - - [2025-04-17 02:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.23 - - [2025-04-17 02:24:39] "POST /ref-update HTTP/1.1" 200 156 0.010630 10.0.0.23 - - [2025-04-17 02:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004354 10.0.0.23 - - [2025-04-17 02:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004180 10.0.0.23 - - [2025-04-17 02:24:39] "POST /ref-update HTTP/1.1" 200 156 0.022930 10.0.0.23 - - [2025-04-17 02:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.23 - - [2025-04-17 02:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.23 - - [2025-04-17 02:24:39] "POST /ref-update HTTP/1.1" 200 156 0.011563 10.0.0.23 - - [2025-04-17 02:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.23 - - [2025-04-17 02:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003724 10.0.0.23 - - [2025-04-17 02:24:39] "POST /ref-update HTTP/1.1" 200 156 0.011409 10.0.0.23 - - [2025-04-17 02:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004791 10.0.0.23 - - [2025-04-17 02:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004284 10.0.0.23 - - [2025-04-17 02:24:39] "POST /ref-update HTTP/1.1" 200 156 0.014237 10.0.0.23 - - [2025-04-17 02:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003940 10.0.0.23 - - [2025-04-17 02:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.23 - - [2025-04-17 02:24:39] "POST /ref-update HTTP/1.1" 200 156 0.013813 10.0.0.23 - - [2025-04-17 02:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004048 10.0.0.23 - - [2025-04-17 02:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005356 10.0.0.23 - - [2025-04-17 02:24:40] "POST /ref-update HTTP/1.1" 200 156 0.012401 10.0.0.23 - - [2025-04-17 02:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.010473 10.0.0.23 - - [2025-04-17 02:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004515 10.0.0.23 - - [2025-04-17 02:24:40] "POST /ref-update HTTP/1.1" 200 156 0.009925 10.0.0.23 - - [2025-04-17 02:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004329 10.0.0.23 - - [2025-04-17 02:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004550 10.0.0.23 - - [2025-04-17 02:24:40] "POST /ref-update HTTP/1.1" 200 156 0.009458 10.0.0.23 - - [2025-04-17 02:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004590 10.0.0.23 - - [2025-04-17 02:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004489 10.0.0.23 - - [2025-04-17 02:24:40] "POST /ref-update HTTP/1.1" 200 156 0.010217 10.0.0.23 - - [2025-04-17 02:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004403 10.0.0.23 - - [2025-04-17 02:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005077 10.0.0.23 - - [2025-04-17 02:24:40] "POST /ref-update HTTP/1.1" 200 156 0.010120 10.0.0.23 - - [2025-04-17 02:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003719 10.0.0.23 - - [2025-04-17 02:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004097 10.0.0.23 - - [2025-04-17 02:24:40] "POST /ref-update HTTP/1.1" 200 156 0.016716 10.0.0.23 - - [2025-04-17 02:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004527 10.0.0.23 - - [2025-04-17 02:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004265 10.0.0.23 - - [2025-04-17 02:24:41] "POST /ref-update HTTP/1.1" 200 156 0.009475 10.0.0.23 - - [2025-04-17 02:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004770 10.0.0.23 - - [2025-04-17 02:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003854 10.0.0.23 - - [2025-04-17 02:24:41] "POST /ref-update HTTP/1.1" 200 156 0.010385 10.0.0.23 - - [2025-04-17 02:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004280 10.0.0.23 - - [2025-04-17 02:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004419 10.0.0.23 - - [2025-04-17 02:24:41] "POST /ref-update HTTP/1.1" 200 156 0.011991 10.0.0.23 - - [2025-04-17 02:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005741 10.0.0.23 - - [2025-04-17 02:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004300 10.0.0.23 - - [2025-04-17 02:24:41] "POST /ref-update HTTP/1.1" 200 156 0.010624 10.0.0.23 - - [2025-04-17 02:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003901 10.0.0.23 - - [2025-04-17 02:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.23 - - [2025-04-17 02:24:41] "POST /ref-update HTTP/1.1" 200 156 0.009636 10.0.0.23 - - [2025-04-17 02:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004403 10.0.0.23 - - [2025-04-17 02:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004269 10.0.0.23 - - [2025-04-17 02:24:41] "POST /ref-update HTTP/1.1" 200 156 0.010107 10.0.0.23 - - [2025-04-17 02:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004760 10.0.0.23 - - [2025-04-17 02:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003899 10.0.0.23 - - [2025-04-17 02:24:41] "POST /ref-update HTTP/1.1" 200 156 0.009914 10.0.0.23 - - [2025-04-17 02:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.23 - - [2025-04-17 02:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.23 - - [2025-04-17 02:24:42] "POST /ref-update HTTP/1.1" 200 156 0.011436 10.0.0.23 - - [2025-04-17 02:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004892 10.0.0.23 - - [2025-04-17 02:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.23 - - [2025-04-17 02:24:42] "POST /ref-update HTTP/1.1" 200 156 0.008386 10.0.0.23 - - [2025-04-17 02:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.23 - - [2025-04-17 02:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004677 10.0.0.23 - - [2025-04-17 02:24:42] "POST /ref-update HTTP/1.1" 200 156 0.012112 10.0.0.23 - - [2025-04-17 02:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823 10.0.0.23 - - [2025-04-17 02:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003947 10.0.0.23 - - [2025-04-17 02:24:42] "POST /ref-update HTTP/1.1" 200 156 0.012691 10.0.0.23 - - [2025-04-17 02:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003990 10.0.0.23 - - [2025-04-17 02:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003874 10.0.0.23 - - [2025-04-17 02:24:42] "POST /ref-update HTTP/1.1" 200 156 0.010361 10.0.0.23 - - [2025-04-17 02:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003985 10.0.0.23 - - [2025-04-17 02:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003852 10.0.0.23 - - [2025-04-17 02:24:42] "POST /ref-update HTTP/1.1" 200 156 0.010488 10.0.0.23 - - [2025-04-17 02:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004216 10.0.0.23 - - [2025-04-17 02:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004462 10.0.0.23 - - [2025-04-17 02:24:42] "POST /ref-update HTTP/1.1" 200 156 0.011241 10.0.0.23 - - [2025-04-17 02:24:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003733 10.0.0.23 - - [2025-04-17 02:24:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004069 10.0.0.23 - - [2025-04-17 02:24:43] "POST /ref-update HTTP/1.1" 200 156 0.008660 10.0.0.23 - - [2025-04-17 02:24:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983 10.0.0.23 - - [2025-04-17 02:24:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.23 - - [2025-04-17 02:24:43] "POST /ref-update HTTP/1.1" 200 156 0.009251 10.0.0.23 - - [2025-04-17 02:24:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004297 10.0.0.23 - - [2025-04-17 02:24:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.23 - - [2025-04-17 02:24:43] "POST /ref-update HTTP/1.1" 200 156 0.011178 10.0.0.23 - - [2025-04-17 02:24:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004244 10.0.0.23 - - [2025-04-17 02:24:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.23 - - [2025-04-17 02:24:43] "POST /ref-update HTTP/1.1" 200 156 0.010773 10.0.0.23 - - [2025-04-17 02:24:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.23 - - [2025-04-17 02:24:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.23 - - [2025-04-17 02:24:43] "POST /ref-update HTTP/1.1" 200 156 0.009293 10.0.0.23 - - [2025-04-17 02:24:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003962 10.0.0.23 - - [2025-04-17 02:24:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004556 10.0.0.23 - - [2025-04-17 02:24:43] "POST /ref-update HTTP/1.1" 200 156 0.009315 10.0.0.23 - - [2025-04-17 02:24:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004158 10.0.0.23 - - [2025-04-17 02:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004212 10.0.0.23 - - [2025-04-17 02:24:44] "POST /ref-update HTTP/1.1" 200 156 0.010216 10.0.0.23 - - [2025-04-17 02:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004400 10.0.0.23 - - [2025-04-17 02:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004291 10.0.0.23 - - [2025-04-17 02:24:44] "POST /ref-update HTTP/1.1" 200 156 0.009547 10.0.0.23 - - [2025-04-17 02:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004884 10.0.0.23 - - [2025-04-17 02:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005078 10.0.0.23 - - [2025-04-17 02:24:44] "POST /ref-update HTTP/1.1" 200 156 0.010117 10.0.0.23 - - [2025-04-17 02:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003883 10.0.0.23 - - [2025-04-17 02:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003939 10.0.0.23 - - [2025-04-17 02:24:44] "POST /ref-update HTTP/1.1" 200 156 0.009134 10.0.0.23 - - [2025-04-17 02:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004055 10.0.0.23 - - [2025-04-17 02:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004213 10.0.0.23 - - [2025-04-17 02:24:44] "POST /ref-update HTTP/1.1" 200 156 0.010940 10.0.0.23 - - [2025-04-17 02:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.23 - - [2025-04-17 02:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.23 - - [2025-04-17 02:24:44] "POST /ref-update HTTP/1.1" 200 156 0.025525 10.0.0.23 - - [2025-04-17 02:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004092 10.0.0.23 - - [2025-04-17 02:24:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.23 - - [2025-04-17 02:24:44] "POST /ref-update HTTP/1.1" 200 156 0.008641 10.0.0.23 - - [2025-04-17 02:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004977 10.0.0.23 - - [2025-04-17 02:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004029 10.0.0.23 - - [2025-04-17 02:24:45] "POST /ref-update HTTP/1.1" 200 156 0.010060 10.0.0.23 - - [2025-04-17 02:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003689 10.0.0.23 - - [2025-04-17 02:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003693 10.0.0.23 - - [2025-04-17 02:24:45] "POST /ref-update HTTP/1.1" 200 156 0.015811 10.0.0.23 - - [2025-04-17 02:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004128 10.0.0.23 - - [2025-04-17 02:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004573 10.0.0.23 - - [2025-04-17 02:24:45] "POST /ref-update HTTP/1.1" 200 156 0.009689 10.0.0.23 - - [2025-04-17 02:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004066 10.0.0.23 - - [2025-04-17 02:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003876 10.0.0.23 - - [2025-04-17 02:24:45] "POST /ref-update HTTP/1.1" 200 156 0.009785 10.0.0.23 - - [2025-04-17 02:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004919 10.0.0.23 - - [2025-04-17 02:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.23 - - [2025-04-17 02:24:45] "POST /ref-update HTTP/1.1" 200 156 0.012912 10.0.0.23 - - [2025-04-17 02:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.23 - - [2025-04-17 02:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004032 10.0.0.23 - - [2025-04-17 02:24:45] "POST /ref-update HTTP/1.1" 200 156 0.009551 10.0.0.23 - - [2025-04-17 02:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003295 10.0.0.23 - - [2025-04-17 02:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004334 10.0.0.23 - - [2025-04-17 02:24:46] "POST /ref-update HTTP/1.1" 200 156 0.011516 10.0.0.23 - - [2025-04-17 02:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004570 10.0.0.23 - - [2025-04-17 02:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004106 10.0.0.23 - - [2025-04-17 02:24:46] "POST /ref-update HTTP/1.1" 200 156 0.010747 10.0.0.23 - - [2025-04-17 02:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004762 10.0.0.23 - - [2025-04-17 02:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004538 10.0.0.23 - - [2025-04-17 02:24:46] "POST /ref-update HTTP/1.1" 200 156 0.013030 10.0.0.23 - - [2025-04-17 02:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.23 - - [2025-04-17 02:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.23 - - [2025-04-17 02:24:46] "POST /ref-update HTTP/1.1" 200 156 0.009972 10.0.0.23 - - [2025-04-17 02:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004617 10.0.0.23 - - [2025-04-17 02:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.23 - - [2025-04-17 02:24:46] "POST /ref-update HTTP/1.1" 200 156 0.011224 10.0.0.23 - - [2025-04-17 02:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003955 10.0.0.23 - - [2025-04-17 02:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.23 - - [2025-04-17 02:24:46] "POST /ref-update HTTP/1.1" 200 156 0.010819 10.0.0.23 - - [2025-04-17 02:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.23 - - [2025-04-17 02:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.23 - - [2025-04-17 02:24:46] "POST /ref-update HTTP/1.1" 200 156 0.011603 10.0.0.23 - - [2025-04-17 02:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004996 10.0.0.23 - - [2025-04-17 02:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.23 - - [2025-04-17 02:24:47] "POST /ref-update HTTP/1.1" 200 156 0.014169 10.0.0.23 - - [2025-04-17 02:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004912 10.0.0.23 - - [2025-04-17 02:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004088 10.0.0.23 - - [2025-04-17 02:24:47] "POST /ref-update HTTP/1.1" 200 156 0.010545 10.0.0.23 - - [2025-04-17 02:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005877 10.0.0.23 - - [2025-04-17 02:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004643 10.0.0.23 - - [2025-04-17 02:24:47] "POST /ref-update HTTP/1.1" 200 156 0.009496 10.0.0.23 - - [2025-04-17 02:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881 10.0.0.23 - - [2025-04-17 02:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004634 10.0.0.23 - - [2025-04-17 02:24:47] "POST /ref-update HTTP/1.1" 200 156 0.009947 10.0.0.23 - - [2025-04-17 02:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003872 10.0.0.23 - - [2025-04-17 02:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003626 10.0.0.23 - - [2025-04-17 02:24:47] "POST /ref-update HTTP/1.1" 200 156 0.031978 10.0.0.23 - - [2025-04-17 02:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004245 10.0.0.23 - - [2025-04-17 02:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.23 - - [2025-04-17 02:24:47] "POST /ref-update HTTP/1.1" 200 156 0.010038 10.0.0.23 - - [2025-04-17 02:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005557 10.0.0.23 - - [2025-04-17 02:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004380 10.0.0.23 - - [2025-04-17 02:24:48] "POST /ref-update HTTP/1.1" 200 156 0.009453 10.0.0.23 - - [2025-04-17 02:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.23 - - [2025-04-17 02:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004025 10.0.0.23 - - [2025-04-17 02:24:48] "POST /ref-update HTTP/1.1" 200 156 0.009619 10.0.0.23 - - [2025-04-17 02:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003896 10.0.0.23 - - [2025-04-17 02:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.23 - - [2025-04-17 02:24:48] "POST /ref-update HTTP/1.1" 200 156 0.010232 10.0.0.23 - - [2025-04-17 02:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004418 10.0.0.23 - - [2025-04-17 02:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004478 10.0.0.23 - - [2025-04-17 02:24:48] "POST /ref-update HTTP/1.1" 200 156 0.009281 10.0.0.23 - - [2025-04-17 02:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005224 10.0.0.23 - - [2025-04-17 02:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004377 10.0.0.23 - - [2025-04-17 02:24:48] "POST /ref-update HTTP/1.1" 200 156 0.008718 10.0.0.23 - - [2025-04-17 02:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.23 - - [2025-04-17 02:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004598 10.0.0.23 - - [2025-04-17 02:24:48] "POST /ref-update HTTP/1.1" 200 156 0.010810 10.0.0.23 - - [2025-04-17 02:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003899 10.0.0.23 - - [2025-04-17 02:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003869 10.0.0.23 - - [2025-04-17 02:24:49] "POST /ref-update HTTP/1.1" 200 156 0.010195 10.0.0.23 - - [2025-04-17 02:24:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.23 - - [2025-04-17 02:24:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003640 10.0.0.23 - - [2025-04-17 02:24:49] "POST /ref-update HTTP/1.1" 200 156 0.007989 10.0.0.23 - - [2025-04-17 02:24:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.23 - - [2025-04-17 02:24:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004103 10.0.0.23 - - [2025-04-17 02:24:49] "POST /ref-update HTTP/1.1" 200 156 0.009476 10.0.0.23 - - [2025-04-17 02:24:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.23 - - [2025-04-17 02:24:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004774 10.0.0.23 - - [2025-04-17 02:24:49] "POST /ref-update HTTP/1.1" 200 156 0.008906 10.0.0.23 - - [2025-04-17 02:24:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004372 10.0.0.23 - - [2025-04-17 02:24:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003950 10.0.0.23 - - [2025-04-17 02:24:49] "POST /ref-update HTTP/1.1" 200 156 0.010784 10.0.0.23 - - [2025-04-17 02:24:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749 10.0.0.23 - - [2025-04-17 02:24:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004591 10.0.0.23 - - [2025-04-17 02:24:49] "POST /ref-update HTTP/1.1" 200 156 0.010750 10.0.0.23 - - [2025-04-17 02:24:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.23 - - [2025-04-17 02:24:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.23 - - [2025-04-17 02:24:49] "POST /ref-update HTTP/1.1" 200 156 0.008652 10.0.0.23 - - [2025-04-17 02:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.23 - - [2025-04-17 02:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003651 10.0.0.23 - - [2025-04-17 02:24:50] "POST /ref-update HTTP/1.1" 200 156 0.012761 10.0.0.23 - - [2025-04-17 02:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003835 10.0.0.23 - - [2025-04-17 02:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712 10.0.0.23 - - [2025-04-17 02:24:50] "POST /ref-update HTTP/1.1" 200 156 0.008832 10.0.0.23 - - [2025-04-17 02:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003646 10.0.0.23 - - [2025-04-17 02:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.23 - - [2025-04-17 02:24:50] "POST /ref-update HTTP/1.1" 200 156 0.008822 10.0.0.23 - - [2025-04-17 02:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.23 - - [2025-04-17 02:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.009998 10.0.0.23 - - [2025-04-17 02:24:50] "POST /ref-update HTTP/1.1" 200 156 0.010273 10.0.0.23 - - [2025-04-17 02:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004075 10.0.0.23 - - [2025-04-17 02:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.23 - - [2025-04-17 02:24:50] "POST /ref-update HTTP/1.1" 200 156 0.010794 10.0.0.23 - - [2025-04-17 02:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.23 - - [2025-04-17 02:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.23 - - [2025-04-17 02:24:50] "POST /ref-update HTTP/1.1" 200 156 0.011056 10.0.0.23 - - [2025-04-17 02:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.008810 10.0.0.23 - - [2025-04-17 02:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.23 - - [2025-04-17 02:24:51] "POST /ref-update HTTP/1.1" 200 156 0.010421 10.0.0.23 - - [2025-04-17 02:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005769 10.0.0.23 - - [2025-04-17 02:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004766 10.0.0.23 - - [2025-04-17 02:24:51] "POST /ref-update HTTP/1.1" 200 156 0.010629 10.0.0.23 - - [2025-04-17 02:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004061 10.0.0.23 - - [2025-04-17 02:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004720 10.0.0.23 - - [2025-04-17 02:24:51] "POST /ref-update HTTP/1.1" 200 156 0.010648 10.0.0.23 - - [2025-04-17 02:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004351 10.0.0.23 - - [2025-04-17 02:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.23 - - [2025-04-17 02:24:51] "POST /ref-update HTTP/1.1" 200 156 0.009608 10.0.0.23 - - [2025-04-17 02:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004791 10.0.0.23 - - [2025-04-17 02:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004324 10.0.0.23 - - [2025-04-17 02:24:51] "POST /ref-update HTTP/1.1" 200 156 0.010569 10.0.0.23 - - [2025-04-17 02:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.23 - - [2025-04-17 02:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.23 - - [2025-04-17 02:24:51] "POST /ref-update HTTP/1.1" 200 156 0.009158 10.0.0.23 - - [2025-04-17 02:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661 10.0.0.23 - - [2025-04-17 02:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005375 10.0.0.23 - - [2025-04-17 02:24:51] "POST /ref-update HTTP/1.1" 200 156 0.010209 10.0.0.23 - - [2025-04-17 02:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003837 10.0.0.23 - - [2025-04-17 02:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004137 10.0.0.23 - - [2025-04-17 02:24:52] "POST /ref-update HTTP/1.1" 200 156 0.009582 10.0.0.23 - - [2025-04-17 02:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004787 10.0.0.23 - - [2025-04-17 02:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005774 10.0.0.23 - - [2025-04-17 02:24:52] "POST /ref-update HTTP/1.1" 200 156 0.009834 10.0.0.23 - - [2025-04-17 02:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004885 10.0.0.23 - - [2025-04-17 02:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.23 - - [2025-04-17 02:24:52] "POST /ref-update HTTP/1.1" 200 156 0.009067 10.0.0.23 - - [2025-04-17 02:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005096 10.0.0.23 - - [2025-04-17 02:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003507 10.0.0.23 - - [2025-04-17 02:24:52] "POST /ref-update HTTP/1.1" 200 156 0.008592 10.0.0.23 - - [2025-04-17 02:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.006276 10.0.0.23 - - [2025-04-17 02:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004462 10.0.0.23 - - [2025-04-17 02:24:52] "POST /ref-update HTTP/1.1" 200 156 0.011536 10.0.0.23 - - [2025-04-17 02:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.23 - - [2025-04-17 02:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.23 - - [2025-04-17 02:24:52] "POST /ref-update HTTP/1.1" 200 156 0.011941 10.0.0.23 - - [2025-04-17 02:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.019124 10.0.0.23 - - [2025-04-17 02:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004145 10.0.0.23 - - [2025-04-17 02:24:53] "POST /ref-update HTTP/1.1" 200 156 0.011068 10.0.0.23 - - [2025-04-17 02:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004070 10.0.0.23 - - [2025-04-17 02:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004426 10.0.0.23 - - [2025-04-17 02:24:53] "POST /ref-update HTTP/1.1" 200 156 0.010906 10.0.0.23 - - [2025-04-17 02:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823 10.0.0.23 - - [2025-04-17 02:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004273 10.0.0.23 - - [2025-04-17 02:24:53] "POST /ref-update HTTP/1.1" 200 156 0.009158 10.0.0.23 - - [2025-04-17 02:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.23 - - [2025-04-17 02:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004044 10.0.0.23 - - [2025-04-17 02:24:53] "POST /ref-update HTTP/1.1" 200 156 0.010401 10.0.0.23 - - [2025-04-17 02:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.23 - - [2025-04-17 02:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003976 10.0.0.23 - - [2025-04-17 02:24:53] "POST /ref-update HTTP/1.1" 200 156 0.009242 10.0.0.23 - - [2025-04-17 02:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004064 10.0.0.23 - - [2025-04-17 02:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004639 10.0.0.23 - - [2025-04-17 02:24:53] "POST /ref-update HTTP/1.1" 200 156 0.009450 10.0.0.23 - - [2025-04-17 02:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003934 10.0.0.23 - - [2025-04-17 02:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004535 10.0.0.23 - - [2025-04-17 02:24:54] "POST /ref-update HTTP/1.1" 200 156 0.010768 10.0.0.23 - - [2025-04-17 02:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004572 10.0.0.23 - - [2025-04-17 02:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004642 10.0.0.23 - - [2025-04-17 02:24:54] "POST /ref-update HTTP/1.1" 200 156 0.010417 10.0.0.23 - - [2025-04-17 02:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005351 10.0.0.23 - - [2025-04-17 02:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003591 10.0.0.23 - - [2025-04-17 02:24:54] "POST /ref-update HTTP/1.1" 200 156 0.009519 10.0.0.23 - - [2025-04-17 02:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005201 10.0.0.23 - - [2025-04-17 02:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.23 - - [2025-04-17 02:24:54] "POST /ref-update HTTP/1.1" 200 156 0.010711 10.0.0.23 - - [2025-04-17 02:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739 10.0.0.23 - - [2025-04-17 02:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.23 - - [2025-04-17 02:24:54] "POST /ref-update HTTP/1.1" 200 156 0.009693 10.0.0.23 - - [2025-04-17 02:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003815 10.0.0.23 - - [2025-04-17 02:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004120 10.0.0.23 - - [2025-04-17 02:24:54] "POST /ref-update HTTP/1.1" 200 156 0.009168 10.0.0.23 - - [2025-04-17 02:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004482 10.0.0.23 - - [2025-04-17 02:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.23 - - [2025-04-17 02:24:54] "POST /ref-update HTTP/1.1" 200 156 0.008471 10.0.0.23 - - [2025-04-17 02:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005730 10.0.0.23 - - [2025-04-17 02:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004798 10.0.0.23 - - [2025-04-17 02:24:55] "POST /ref-update HTTP/1.1" 200 156 0.013994 10.0.0.23 - - [2025-04-17 02:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004304 10.0.0.23 - - [2025-04-17 02:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004077 10.0.0.23 - - [2025-04-17 02:24:55] "POST /ref-update HTTP/1.1" 200 156 0.013445 10.0.0.23 - - [2025-04-17 02:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.23 - - [2025-04-17 02:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005582 10.0.0.23 - - [2025-04-17 02:24:55] "GET /global-system-configs HTTP/1.1" 200 322 0.690492 10.0.0.23 - - [2025-04-17 02:24:55] "POST /ref-update HTTP/1.1" 200 156 0.013478 10.0.0.23 - - [2025-04-17 02:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004864 10.0.0.23 - - [2025-04-17 02:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003919 10.0.0.23 - - [2025-04-17 02:24:55] "POST /ref-update HTTP/1.1" 200 156 0.012519 10.0.0.23 - - [2025-04-17 02:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752 10.0.0.23 - - [2025-04-17 02:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.006950 10.0.0.23 - - [2025-04-17 02:24:55] "POST /ref-update HTTP/1.1" 200 156 0.011566 10.0.0.23 - - [2025-04-17 02:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004151 10.0.0.23 - - [2025-04-17 02:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.23 - - [2025-04-17 02:24:55] "POST /ref-update HTTP/1.1" 200 156 0.009464 10.0.0.23 - - [2025-04-17 02:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.23 - - [2025-04-17 02:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003427 10.0.0.23 - - [2025-04-17 02:24:56] "GET /global-system-configs HTTP/1.1" 200 322 0.030037 10.0.0.23 - - [2025-04-17 02:24:56] "POST /ref-update HTTP/1.1" 200 156 0.010376 10.0.0.23 - - [2025-04-17 02:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003920 10.0.0.23 - - [2025-04-17 02:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004066 10.0.0.23 - - [2025-04-17 02:24:56] "POST /ref-update HTTP/1.1" 200 156 0.009681 10.0.0.23 - - [2025-04-17 02:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003796 10.0.0.23 - - [2025-04-17 02:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.23 - - [2025-04-17 02:24:56] "POST /ref-update HTTP/1.1" 200 156 0.010776 10.0.0.23 - - [2025-04-17 02:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003651 10.0.0.23 - - [2025-04-17 02:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004168 10.0.0.23 - - [2025-04-17 02:24:56] "POST /ref-update HTTP/1.1" 200 156 0.009552 10.0.0.23 - - [2025-04-17 02:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003922 10.0.0.23 - - [2025-04-17 02:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.23 - - [2025-04-17 02:24:56] "POST /ref-update HTTP/1.1" 200 156 0.009774 10.0.0.23 - - [2025-04-17 02:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818 10.0.0.23 - - [2025-04-17 02:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003927 10.0.0.23 - - [2025-04-17 02:24:56] "POST /ref-update HTTP/1.1" 200 156 0.011158 10.0.0.23 - - [2025-04-17 02:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004223 10.0.0.23 - - [2025-04-17 02:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003880 10.0.0.23 - - [2025-04-17 02:24:57] "POST /ref-update HTTP/1.1" 200 156 0.010402 10.0.0.23 - - [2025-04-17 02:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003976 10.0.0.23 - - [2025-04-17 02:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.23 - - [2025-04-17 02:24:57] "POST /ref-update HTTP/1.1" 200 156 0.010931 10.0.0.23 - - [2025-04-17 02:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003689 10.0.0.23 - - [2025-04-17 02:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004158 10.0.0.23 - - [2025-04-17 02:24:57] "POST /ref-update HTTP/1.1" 200 156 0.011351 10.0.0.23 - - [2025-04-17 02:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.23 - - [2025-04-17 02:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003942 10.0.0.23 - - [2025-04-17 02:24:57] "POST /ref-update HTTP/1.1" 200 156 0.009555 10.0.0.23 - - [2025-04-17 02:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003928 10.0.0.23 - - [2025-04-17 02:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003841 10.0.0.23 - - [2025-04-17 02:24:57] "POST /ref-update HTTP/1.1" 200 156 0.010647 10.0.0.23 - - [2025-04-17 02:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.23 - - [2025-04-17 02:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004504 10.0.0.23 - - [2025-04-17 02:24:57] "POST /ref-update HTTP/1.1" 200 156 0.011363 10.0.0.23 - - [2025-04-17 02:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004699 10.0.0.23 - - [2025-04-17 02:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004685 10.0.0.23 - - [2025-04-17 02:24:57] "POST /ref-update HTTP/1.1" 200 156 0.011088 10.0.0.23 - - [2025-04-17 02:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004226 10.0.0.23 - - [2025-04-17 02:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004617 10.0.0.23 - - [2025-04-17 02:24:58] "POST /ref-update HTTP/1.1" 200 156 0.018281 10.0.0.23 - - [2025-04-17 02:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004141 10.0.0.23 - - [2025-04-17 02:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004573 10.0.0.23 - - [2025-04-17 02:24:58] "POST /ref-update HTTP/1.1" 200 156 0.012450 10.0.0.23 - - [2025-04-17 02:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005272 10.0.0.23 - - [2025-04-17 02:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004220 10.0.0.23 - - [2025-04-17 02:24:58] "POST /ref-update HTTP/1.1" 200 156 0.010991 10.0.0.23 - - [2025-04-17 02:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004139 10.0.0.23 - - [2025-04-17 02:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004620 10.0.0.23 - - [2025-04-17 02:24:58] "POST /ref-update HTTP/1.1" 200 156 0.011450 10.0.0.23 - - [2025-04-17 02:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004072 10.0.0.23 - - [2025-04-17 02:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004237 10.0.0.23 - - [2025-04-17 02:24:58] "POST /ref-update HTTP/1.1" 200 156 0.010302 10.0.0.23 - - [2025-04-17 02:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.23 - - [2025-04-17 02:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004255 10.0.0.23 - - [2025-04-17 02:24:58] "POST /ref-update HTTP/1.1" 200 156 0.012050 10.0.0.23 - - [2025-04-17 02:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005593 10.0.0.23 - - [2025-04-17 02:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.23 - - [2025-04-17 02:24:59] "POST /ref-update HTTP/1.1" 200 156 0.010164 10.0.0.23 - - [2025-04-17 02:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912 10.0.0.23 - - [2025-04-17 02:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004035 10.0.0.23 - - [2025-04-17 02:24:59] "POST /ref-update HTTP/1.1" 200 156 0.009595 10.0.0.23 - - [2025-04-17 02:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009 10.0.0.23 - - [2025-04-17 02:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004248 10.0.0.23 - - [2025-04-17 02:24:59] "POST /ref-update HTTP/1.1" 200 156 0.009941 10.0.0.23 - - [2025-04-17 02:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005090 10.0.0.23 - - [2025-04-17 02:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003665 10.0.0.23 - - [2025-04-17 02:24:59] "POST /ref-update HTTP/1.1" 200 156 0.009970 10.0.0.23 - - [2025-04-17 02:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003801 10.0.0.23 - - [2025-04-17 02:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003871 10.0.0.23 - - [2025-04-17 02:24:59] "POST /ref-update HTTP/1.1" 200 156 0.010375 10.0.0.23 - - [2025-04-17 02:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.23 - - [2025-04-17 02:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003476 10.0.0.23 - - [2025-04-17 02:24:59] "POST /ref-update HTTP/1.1" 200 156 0.008725 10.0.0.23 - - [2025-04-17 02:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.23 - - [2025-04-17 02:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004021 10.0.0.23 - - [2025-04-17 02:24:59] "POST /ref-update HTTP/1.1" 200 156 0.008458 10.0.0.23 - - [2025-04-17 02:25:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004005 10.0.0.23 - - [2025-04-17 02:25:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004285 10.0.0.23 - - [2025-04-17 02:25:00] "POST /ref-update HTTP/1.1" 200 156 0.011261 10.0.0.23 - - [2025-04-17 02:25:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004116 10.0.0.23 - - [2025-04-17 02:25:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004277 10.0.0.23 - - [2025-04-17 02:25:00] "POST /ref-update HTTP/1.1" 200 156 0.010123 10.0.0.23 - - [2025-04-17 02:25:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004759 10.0.0.23 - - [2025-04-17 02:25:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004224 10.0.0.23 - - [2025-04-17 02:25:00] "POST /ref-update HTTP/1.1" 200 156 0.009705 10.0.0.23 - - [2025-04-17 02:25:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004375 10.0.0.23 - - [2025-04-17 02:25:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004385 10.0.0.23 - - [2025-04-17 02:25:00] "POST /ref-update HTTP/1.1" 200 156 0.011022 10.0.0.23 - - [2025-04-17 02:25:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.006333 10.0.0.23 - - [2025-04-17 02:25:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.23 - - [2025-04-17 02:25:00] "POST /ref-update HTTP/1.1" 200 156 0.011004 10.0.0.23 - - [2025-04-17 02:25:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004092 10.0.0.23 - - [2025-04-17 02:25:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005061 10.0.0.23 - - [2025-04-17 02:25:00] "POST /ref-update HTTP/1.1" 200 156 0.010051 10.0.0.23 - - [2025-04-17 02:25:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004018 10.0.0.23 - - [2025-04-17 02:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003902 10.0.0.23 - - [2025-04-17 02:25:01] "POST /ref-update HTTP/1.1" 200 156 0.012800 10.0.0.23 - - [2025-04-17 02:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004086 10.0.0.23 - - [2025-04-17 02:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.23 - - [2025-04-17 02:25:01] "POST /ref-update HTTP/1.1" 200 156 0.011193 10.0.0.23 - - [2025-04-17 02:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.23 - - [2025-04-17 02:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.23 - - [2025-04-17 02:25:01] "POST /ref-update HTTP/1.1" 200 156 0.009950 10.0.0.23 - - [2025-04-17 02:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750 10.0.0.23 - - [2025-04-17 02:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004139 10.0.0.23 - - [2025-04-17 02:25:01] "POST /ref-update HTTP/1.1" 200 156 0.009906 10.0.0.23 - - [2025-04-17 02:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.23 - - [2025-04-17 02:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005042 10.0.0.23 - - [2025-04-17 02:25:01] "POST /ref-update HTTP/1.1" 200 156 0.012560 10.0.0.23 - - [2025-04-17 02:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004519 10.0.0.23 - - [2025-04-17 02:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004164 10.0.0.23 - - [2025-04-17 02:25:01] "POST /ref-update HTTP/1.1" 200 156 0.012768 10.0.0.23 - - [2025-04-17 02:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004153 10.0.0.23 - - [2025-04-17 02:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.23 - - [2025-04-17 02:25:02] "POST /ref-update HTTP/1.1" 200 156 0.009028 10.0.0.23 - - [2025-04-17 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.23 - - [2025-04-17 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.23 - - [2025-04-17 02:25:02] "POST /ref-update HTTP/1.1" 200 156 0.010206 10.0.0.23 - - [2025-04-17 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004121 10.0.0.23 - - [2025-04-17 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004415 10.0.0.23 - - [2025-04-17 02:25:02] "POST /ref-update HTTP/1.1" 200 156 0.012357 10.0.0.23 - - [2025-04-17 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511 10.0.0.23 - - [2025-04-17 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003693 10.0.0.23 - - [2025-04-17 02:25:02] "POST /ref-update HTTP/1.1" 200 156 0.011302 10.0.0.23 - - [2025-04-17 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003974 10.0.0.23 - - [2025-04-17 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003869 10.0.0.23 - - [2025-04-17 02:25:02] "POST /ref-update HTTP/1.1" 200 156 0.009993 10.0.0.23 - - [2025-04-17 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.23 - - [2025-04-17 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003915 10.0.0.23 - - [2025-04-17 02:25:02] "POST /ref-update HTTP/1.1" 200 156 0.010201 10.0.0.23 - - [2025-04-17 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003828 10.0.0.23 - - [2025-04-17 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004715 10.0.0.23 - - [2025-04-17 02:25:02] "POST /ref-update HTTP/1.1" 200 156 0.009217 10.0.0.23 - - [2025-04-17 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004633 10.0.0.23 - - [2025-04-17 02:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004196 10.0.0.23 - - [2025-04-17 02:25:03] "POST /ref-update HTTP/1.1" 200 156 0.009683 10.0.0.23 - - [2025-04-17 02:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003859 10.0.0.23 - - [2025-04-17 02:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004604 10.0.0.23 - - [2025-04-17 02:25:03] "POST /ref-update HTTP/1.1" 200 156 0.009531 10.0.0.23 - - [2025-04-17 02:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004184 10.0.0.23 - - [2025-04-17 02:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004074 10.0.0.23 - - [2025-04-17 02:25:03] "POST /ref-update HTTP/1.1" 200 156 0.010045 10.0.0.23 - - [2025-04-17 02:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.23 - - [2025-04-17 02:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004174 10.0.0.23 - - [2025-04-17 02:25:03] "POST /ref-update HTTP/1.1" 200 156 0.023262 10.0.0.23 - - [2025-04-17 02:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004984 10.0.0.23 - - [2025-04-17 02:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003693 10.0.0.23 - - [2025-04-17 02:25:03] "POST /ref-update HTTP/1.1" 200 156 0.011652 10.0.0.23 - - [2025-04-17 02:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.23 - - [2025-04-17 02:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005072 10.0.0.23 - - [2025-04-17 02:25:03] "POST /ref-update HTTP/1.1" 200 156 0.009573 10.0.0.23 - - [2025-04-17 02:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004150 10.0.0.23 - - [2025-04-17 02:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003933 10.0.0.23 - - [2025-04-17 02:25:04] "POST /ref-update HTTP/1.1" 200 156 0.012829 10.0.0.23 - - [2025-04-17 02:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004421 10.0.0.23 - - [2025-04-17 02:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.23 - - [2025-04-17 02:25:04] "POST /ref-update HTTP/1.1" 200 156 0.010487 10.0.0.23 - - [2025-04-17 02:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.23 - - [2025-04-17 02:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.006994 10.0.0.23 - - [2025-04-17 02:25:04] "POST /ref-update HTTP/1.1" 200 156 0.012545 10.0.0.23 - - [2025-04-17 02:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.23 - - [2025-04-17 02:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004013 10.0.0.23 - - [2025-04-17 02:25:04] "POST /ref-update HTTP/1.1" 200 156 0.012330 10.0.0.23 - - [2025-04-17 02:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004351 10.0.0.23 - - [2025-04-17 02:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004185 10.0.0.23 - - [2025-04-17 02:25:04] "POST /ref-update HTTP/1.1" 200 156 0.011534 10.0.0.23 - - [2025-04-17 02:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004434 10.0.0.23 - - [2025-04-17 02:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005969 10.0.0.23 - - [2025-04-17 02:25:04] "POST /ref-update HTTP/1.1" 200 156 0.012234 10.0.0.23 - - [2025-04-17 02:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004659 10.0.0.23 - - [2025-04-17 02:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004726 10.0.0.23 - - [2025-04-17 02:25:04] "POST /ref-update HTTP/1.1" 200 156 0.011608 10.0.0.23 - - [2025-04-17 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004514 10.0.0.23 - - [2025-04-17 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004341 10.0.0.23 - - [2025-04-17 02:25:05] "POST /ref-update HTTP/1.1" 200 156 0.012069 10.0.0.23 - - [2025-04-17 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004787 10.0.0.23 - - [2025-04-17 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004203 10.0.0.23 - - [2025-04-17 02:25:05] "POST /ref-update HTTP/1.1" 200 156 0.010623 10.0.0.23 - - [2025-04-17 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004346 10.0.0.23 - - [2025-04-17 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004024 10.0.0.23 - - [2025-04-17 02:25:05] "POST /ref-update HTTP/1.1" 200 156 0.014964 10.0.0.23 - - [2025-04-17 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003861 10.0.0.23 - - [2025-04-17 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004693 10.0.0.23 - - [2025-04-17 02:25:05] "POST /ref-update HTTP/1.1" 200 156 0.011029 10.0.0.23 - - [2025-04-17 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004702 10.0.0.23 - - [2025-04-17 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003621 10.0.0.23 - - [2025-04-17 02:25:05] "POST /ref-update HTTP/1.1" 200 156 0.012502 10.0.0.23 - - [2025-04-17 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004084 10.0.0.23 - - [2025-04-17 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.23 - - [2025-04-17 02:25:05] "POST /ref-update HTTP/1.1" 200 156 0.011248 10.0.0.23 - - [2025-04-17 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004352 10.0.0.23 - - [2025-04-17 02:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881 10.0.0.23 - - [2025-04-17 02:25:06] "POST /ref-update HTTP/1.1" 200 156 0.010558 10.0.0.23 - - [2025-04-17 02:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003838 10.0.0.23 - - [2025-04-17 02:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004068 10.0.0.23 - - [2025-04-17 02:25:06] "POST /ref-update HTTP/1.1" 200 156 0.014108 10.0.0.23 - - [2025-04-17 02:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004765 10.0.0.23 - - [2025-04-17 02:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004628 10.0.0.23 - - [2025-04-17 02:25:06] "POST /ref-update HTTP/1.1" 200 156 0.011825 10.0.0.23 - - [2025-04-17 02:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.23 - - [2025-04-17 02:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.23 - - [2025-04-17 02:25:06] "POST /ref-update HTTP/1.1" 200 156 0.010267 10.0.0.23 - - [2025-04-17 02:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004584 10.0.0.23 - - [2025-04-17 02:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004702 10.0.0.23 - - [2025-04-17 02:25:06] "POST /ref-update HTTP/1.1" 200 156 0.011083 10.0.0.23 - - [2025-04-17 02:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.23 - - [2025-04-17 02:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004033 10.0.0.23 - - [2025-04-17 02:25:06] "POST /ref-update HTTP/1.1" 200 156 0.011616 10.0.0.23 - - [2025-04-17 02:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.23 - - [2025-04-17 02:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.23 - - [2025-04-17 02:25:07] "POST /ref-update HTTP/1.1" 200 156 0.010125 10.0.0.23 - - [2025-04-17 02:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004079 10.0.0.23 - - [2025-04-17 02:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005295 10.0.0.23 - - [2025-04-17 02:25:07] "POST /ref-update HTTP/1.1" 200 156 0.011910 10.0.0.23 - - [2025-04-17 02:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004000 10.0.0.23 - - [2025-04-17 02:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.23 - - [2025-04-17 02:25:07] "POST /ref-update HTTP/1.1" 200 156 0.010952 10.0.0.23 - - [2025-04-17 02:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004137 10.0.0.23 - - [2025-04-17 02:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003789 10.0.0.23 - - [2025-04-17 02:25:07] "POST /ref-update HTTP/1.1" 200 156 0.015917 10.0.0.23 - - [2025-04-17 02:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003971 10.0.0.23 - - [2025-04-17 02:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003992 10.0.0.23 - - [2025-04-17 02:25:07] "POST /ref-update HTTP/1.1" 200 156 0.012331 10.0.0.23 - - [2025-04-17 02:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.23 - - [2025-04-17 02:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.23 - - [2025-04-17 02:25:07] "POST /ref-update HTTP/1.1" 200 156 0.020036 10.0.0.23 - - [2025-04-17 02:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.23 - - [2025-04-17 02:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004428 10.0.0.23 - - [2025-04-17 02:25:07] "POST /ref-update HTTP/1.1" 200 156 0.010941 10.0.0.23 - - [2025-04-17 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.23 - - [2025-04-17 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004755 10.0.0.23 - - [2025-04-17 02:25:08] "POST /ref-update HTTP/1.1" 200 156 0.011493 10.0.0.23 - - [2025-04-17 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.23 - - [2025-04-17 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.23 - - [2025-04-17 02:25:08] "POST /ref-update HTTP/1.1" 200 156 0.009959 10.0.0.23 - - [2025-04-17 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004647 10.0.0.23 - - [2025-04-17 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873 10.0.0.23 - - [2025-04-17 02:25:08] "POST /ref-update HTTP/1.1" 200 156 0.011779 10.0.0.23 - - [2025-04-17 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003901 10.0.0.23 - - [2025-04-17 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.23 - - [2025-04-17 02:25:08] "POST /ref-update HTTP/1.1" 200 156 0.011751 10.0.0.23 - - [2025-04-17 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005132 10.0.0.23 - - [2025-04-17 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003951 10.0.0.23 - - [2025-04-17 02:25:08] "POST /ref-update HTTP/1.1" 200 156 0.011728 10.0.0.23 - - [2025-04-17 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.23 - - [2025-04-17 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.23 - - [2025-04-17 02:25:08] "POST /ref-update HTTP/1.1" 200 156 0.014184 10.0.0.23 - - [2025-04-17 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004071 10.0.0.23 - - [2025-04-17 02:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004089 10.0.0.23 - - [2025-04-17 02:25:09] "POST /ref-update HTTP/1.1" 200 156 0.011001 10.0.0.23 - - [2025-04-17 02:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004907 10.0.0.23 - - [2025-04-17 02:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003831 10.0.0.23 - - [2025-04-17 02:25:09] "POST /ref-update HTTP/1.1" 200 156 0.012028 10.0.0.23 - - [2025-04-17 02:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.23 - - [2025-04-17 02:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004215 10.0.0.23 - - [2025-04-17 02:25:09] "POST /ref-update HTTP/1.1" 200 156 0.012906 10.0.0.23 - - [2025-04-17 02:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004245 10.0.0.23 - - [2025-04-17 02:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004748 10.0.0.23 - - [2025-04-17 02:25:09] "POST /ref-update HTTP/1.1" 200 156 0.009807 10.0.0.23 - - [2025-04-17 02:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735 10.0.0.23 - - [2025-04-17 02:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003897 10.0.0.23 - - [2025-04-17 02:25:09] "POST /ref-update HTTP/1.1" 200 156 0.010223 10.0.0.23 - - [2025-04-17 02:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004454 10.0.0.23 - - [2025-04-17 02:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004964 10.0.0.23 - - [2025-04-17 02:25:09] "POST /ref-update HTTP/1.1" 200 156 0.010708 10.0.0.23 - - [2025-04-17 02:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511 10.0.0.23 - - [2025-04-17 02:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.23 - - [2025-04-17 02:25:09] "POST /ref-update HTTP/1.1" 200 156 0.011339 10.0.0.23 - - [2025-04-17 02:25:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005213 10.0.0.23 - - [2025-04-17 02:25:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003848 10.0.0.23 - - [2025-04-17 02:25:10] "POST /ref-update HTTP/1.1" 200 156 0.012429 10.0.0.23 - - [2025-04-17 02:25:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.23 - - [2025-04-17 02:25:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004123 10.0.0.23 - - [2025-04-17 02:25:10] "POST /ref-update HTTP/1.1" 200 156 0.013726 10.0.0.23 - - [2025-04-17 02:25:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004418 10.0.0.23 - - [2025-04-17 02:25:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.23 - - [2025-04-17 02:25:10] "POST /ref-update HTTP/1.1" 200 156 0.043423 10.0.0.23 - - [2025-04-17 02:25:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003915 10.0.0.23 - - [2025-04-17 02:25:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004347 10.0.0.23 - - [2025-04-17 02:25:10] "POST /ref-update HTTP/1.1" 200 156 0.011437 10.0.0.23 - - [2025-04-17 02:25:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.23 - - [2025-04-17 02:25:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004176 10.0.0.23 - - [2025-04-17 02:25:10] "POST /ref-update HTTP/1.1" 200 156 0.009509 10.0.0.23 - - [2025-04-17 02:25:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003768 10.0.0.23 - - [2025-04-17 02:25:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005253 10.0.0.23 - - [2025-04-17 02:25:10] "POST /ref-update HTTP/1.1" 200 156 0.011369 10.0.0.23 - - [2025-04-17 02:25:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.23 - - [2025-04-17 02:25:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.23 - - [2025-04-17 02:25:11] "POST /ref-update HTTP/1.1" 200 156 0.010617 10.0.0.23 - - [2025-04-17 02:25:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703 10.0.0.23 - - [2025-04-17 02:25:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004157 10.0.0.23 - - [2025-04-17 02:25:11] "POST /ref-update HTTP/1.1" 200 156 0.009818 10.0.0.23 - - [2025-04-17 02:25:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.23 - - [2025-04-17 02:25:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004682 10.0.0.23 - - [2025-04-17 02:25:11] "POST /ref-update HTTP/1.1" 200 156 0.010306 10.0.0.23 - - [2025-04-17 02:25:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004379 10.0.0.23 - - [2025-04-17 02:25:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004408 10.0.0.23 - - [2025-04-17 02:25:11] "POST /ref-update HTTP/1.1" 200 156 0.011368 10.0.0.23 - - [2025-04-17 02:25:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.23 - - [2025-04-17 02:25:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003646 10.0.0.23 - - [2025-04-17 02:25:11] "POST /ref-update HTTP/1.1" 200 156 0.009847 10.0.0.23 - - [2025-04-17 02:25:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004293 10.0.0.23 - - [2025-04-17 02:25:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005315 10.0.0.23 - - [2025-04-17 02:25:11] "POST /ref-update HTTP/1.1" 200 156 0.012171 10.0.0.23 - - [2025-04-17 02:25:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004393 10.0.0.23 - - [2025-04-17 02:25:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003512 10.0.0.23 - - [2025-04-17 02:25:12] "POST /ref-update HTTP/1.1" 200 156 0.011658 10.0.0.23 - - [2025-04-17 02:25:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004581 10.0.0.23 - - [2025-04-17 02:25:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005062 10.0.0.23 - - [2025-04-17 02:25:12] "POST /ref-update HTTP/1.1" 200 156 0.012495 10.0.0.23 - - [2025-04-17 02:25:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.008049 10.0.0.23 - - [2025-04-17 02:25:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005095 10.0.0.23 - - [2025-04-17 02:25:12] "POST /ref-update HTTP/1.1" 200 156 0.013664 10.0.0.23 - - [2025-04-17 02:25:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.23 - - [2025-04-17 02:25:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003763 10.0.0.23 - - [2025-04-17 02:25:12] "POST /ref-update HTTP/1.1" 200 156 0.016668 10.0.0.23 - - [2025-04-17 02:25:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004062 10.0.0.23 - - [2025-04-17 02:25:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.23 - - [2025-04-17 02:25:12] "POST /ref-update HTTP/1.1" 200 156 0.012460 10.0.0.23 - - [2025-04-17 02:25:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004050 10.0.0.23 - - [2025-04-17 02:25:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.23 - - [2025-04-17 02:25:12] "POST /ref-update HTTP/1.1" 200 156 0.012516 10.0.0.23 - - [2025-04-17 02:25:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005770 10.0.0.23 - - [2025-04-17 02:25:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004170 10.0.0.23 - - [2025-04-17 02:25:13] "POST /ref-update HTTP/1.1" 200 156 0.011715 10.0.0.23 - - [2025-04-17 02:25:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004339 10.0.0.23 - - [2025-04-17 02:25:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005173 10.0.0.23 - - [2025-04-17 02:25:13] "POST /ref-update HTTP/1.1" 200 156 0.012228 10.0.0.23 - - [2025-04-17 02:25:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.011829 10.0.0.23 - - [2025-04-17 02:25:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004805 10.0.0.23 - - [2025-04-17 02:25:13] "POST /ref-update HTTP/1.1" 200 156 0.010947 10.0.0.23 - - [2025-04-17 02:25:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003923 10.0.0.23 - - [2025-04-17 02:25:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004117 10.0.0.23 - - [2025-04-17 02:25:13] "POST /ref-update HTTP/1.1" 200 156 0.011595 10.0.0.23 - - [2025-04-17 02:25:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.23 - - [2025-04-17 02:25:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003904 10.0.0.23 - - [2025-04-17 02:25:13] "POST /ref-update HTTP/1.1" 200 156 0.009064 10.0.0.23 - - [2025-04-17 02:25:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005697 10.0.0.23 - - [2025-04-17 02:25:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004610 10.0.0.23 - - [2025-04-17 02:25:13] "POST /ref-update HTTP/1.1" 200 156 0.016188 10.0.0.23 - - [2025-04-17 02:25:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004381 10.0.0.23 - - [2025-04-17 02:25:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.23 - - [2025-04-17 02:25:13] "POST /ref-update HTTP/1.1" 200 156 0.011119 10.0.0.23 - - [2025-04-17 02:25:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004113 10.0.0.23 - - [2025-04-17 02:25:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.23 - - [2025-04-17 02:25:14] "POST /ref-update HTTP/1.1" 200 156 0.010864 10.0.0.23 - - [2025-04-17 02:25:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005048 10.0.0.23 - - [2025-04-17 02:25:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004313 10.0.0.23 - - [2025-04-17 02:25:14] "POST /ref-update HTTP/1.1" 200 156 0.009900 10.0.0.23 - - [2025-04-17 02:25:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004981 10.0.0.23 - - [2025-04-17 02:25:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004547 10.0.0.23 - - [2025-04-17 02:25:14] "POST /ref-update HTTP/1.1" 200 156 0.009936 10.0.0.23 - - [2025-04-17 02:25:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004003 10.0.0.23 - - [2025-04-17 02:25:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.23 - - [2025-04-17 02:25:14] "POST /ref-update HTTP/1.1" 200 156 0.009837 10.0.0.23 - - [2025-04-17 02:25:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.23 - - [2025-04-17 02:25:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.23 - - [2025-04-17 02:25:14] "POST /ref-update HTTP/1.1" 200 156 0.009773 10.0.0.23 - - [2025-04-17 02:25:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003811 10.0.0.23 - - [2025-04-17 02:25:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004469 10.0.0.23 - - [2025-04-17 02:25:14] "POST /ref-update HTTP/1.1" 200 156 0.009413 10.0.0.23 - - [2025-04-17 02:25:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.23 - - [2025-04-17 02:25:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005110 10.0.0.23 - - [2025-04-17 02:25:15] "POST /ref-update HTTP/1.1" 200 156 0.009501 10.0.0.23 - - [2025-04-17 02:25:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004319 10.0.0.23 - - [2025-04-17 02:25:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004031 10.0.0.23 - - [2025-04-17 02:25:15] "POST /ref-update HTTP/1.1" 200 156 0.011847 10.0.0.23 - - [2025-04-17 02:25:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004651 10.0.0.23 - - [2025-04-17 02:25:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004865 10.0.0.23 - - [2025-04-17 02:25:15] "POST /ref-update HTTP/1.1" 200 156 0.012693 10.0.0.23 - - [2025-04-17 02:25:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004000 10.0.0.23 - - [2025-04-17 02:25:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004318 10.0.0.23 - - [2025-04-17 02:25:15] "POST /ref-update HTTP/1.1" 200 156 0.012774 10.0.0.23 - - [2025-04-17 02:25:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003941 10.0.0.23 - - [2025-04-17 02:25:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.23 - - [2025-04-17 02:25:15] "POST /ref-update HTTP/1.1" 200 156 0.012627 10.0.0.23 - - [2025-04-17 02:25:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003672 10.0.0.23 - - [2025-04-17 02:25:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003637 10.0.0.23 - - [2025-04-17 02:25:15] "POST /ref-update HTTP/1.1" 200 156 0.025797 10.0.0.23 - - [2025-04-17 02:25:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003973 10.0.0.23 - - [2025-04-17 02:25:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004348 10.0.0.23 - - [2025-04-17 02:25:16] "POST /ref-update HTTP/1.1" 200 156 0.014801 10.0.0.23 - - [2025-04-17 02:25:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.23 - - [2025-04-17 02:25:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004097 10.0.0.23 - - [2025-04-17 02:25:16] "POST /ref-update HTTP/1.1" 200 156 0.013308 10.0.0.23 - - [2025-04-17 02:25:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.23 - - [2025-04-17 02:25:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.23 - - [2025-04-17 02:25:16] "POST /ref-update HTTP/1.1" 200 156 0.010518 10.0.0.23 - - [2025-04-17 02:25:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.23 - - [2025-04-17 02:25:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.23 - - [2025-04-17 02:25:16] "POST /ref-update HTTP/1.1" 200 156 0.009594 10.0.0.23 - - [2025-04-17 02:25:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005300 10.0.0.23 - - [2025-04-17 02:25:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.006908 10.0.0.23 - - [2025-04-17 02:25:16] "POST /ref-update HTTP/1.1" 200 156 0.019034 10.0.0.23 - - [2025-04-17 02:25:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.23 - - [2025-04-17 02:25:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.23 - - [2025-04-17 02:25:16] "POST /ref-update HTTP/1.1" 200 156 0.012001 10.0.0.23 - - [2025-04-17 02:25:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003976 10.0.0.23 - - [2025-04-17 02:25:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003743 10.0.0.23 - - [2025-04-17 02:25:16] "POST /ref-update HTTP/1.1" 200 156 0.009379 10.0.0.23 - - [2025-04-17 02:25:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004390 10.0.0.23 - - [2025-04-17 02:25:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.23 - - [2025-04-17 02:25:17] "POST /ref-update HTTP/1.1" 200 156 0.010901 10.0.0.23 - - [2025-04-17 02:25:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.23 - - [2025-04-17 02:25:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003961 10.0.0.23 - - [2025-04-17 02:25:17] "POST /ref-update HTTP/1.1" 200 156 0.011453 10.0.0.23 - - [2025-04-17 02:25:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003776 10.0.0.23 - - [2025-04-17 02:25:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003796 10.0.0.23 - - [2025-04-17 02:25:17] "POST /ref-update HTTP/1.1" 200 156 0.013741 10.0.0.23 - - [2025-04-17 02:25:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004441 10.0.0.23 - - [2025-04-17 02:25:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003782 10.0.0.23 - - [2025-04-17 02:25:17] "POST /ref-update HTTP/1.1" 200 156 0.010341 10.0.0.23 - - [2025-04-17 02:25:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003956 10.0.0.23 - - [2025-04-17 02:25:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003982 10.0.0.23 - - [2025-04-17 02:25:17] "POST /ref-update HTTP/1.1" 200 156 0.010687 10.0.0.23 - - [2025-04-17 02:25:17] "POST /network-ipams HTTP/1.1" 200 550 0.022484 10.0.0.23 - - [2025-04-17 02:25:17] "POST /useragent-kv HTTP/1.1" 200 115 0.005098 10.0.0.23 - - [2025-04-17 02:25:17] "POST /virtual-networks HTTP/1.1" 200 552 0.120667 10.0.0.23 - - [2025-04-17 02:25:18] "GET /physical-routers?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.004905 10.0.0.23 - - [2025-04-17 02:25:18] "POST /fqname-to-id HTTP/1.1" 404 188 0.004173 10.0.0.23 - - [2025-04-17 02:25:18] "POST /fqname-to-id HTTP/1.1" 404 178 0.003859 10.0.0.23 - - [2025-04-17 02:25:18] "GET /fabrics?detail=False&count=False&shared=False HTTP/1.1" 200 312 0.003622 10.0.0.23 - - [2025-04-17 02:25:18] "GET /fabric/7b725e65-a886-4893-8d5c-005f83d025f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1116 0.006221 10.0.0.23 - - [2025-04-17 02:25:18] "POST /fqname-to-id HTTP/1.1" 404 198 0.004911 10.0.0.23 - - [2025-04-17 02:25:18] "POST /fqname-to-id HTTP/1.1" 404 205 0.003935 10.0.0.23 - - [2025-04-17 02:25:18] "POST /fqname-to-id HTTP/1.1" 404 207 0.004307 10.0.0.23 - - [2025-04-17 02:25:18] "POST /route-targets HTTP/1.1" 200 327 0.013474 10.0.0.23 - - [2025-04-17 02:25:18] "POST /ref-update HTTP/1.1" 200 156 0.011467 10.0.0.23 - - [2025-04-17 02:25:53] "GET / HTTP/1.1" 200 35931 0.002191 10.0.0.23 - - [2025-04-17 02:25:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000569 10.0.0.23 - - [2025-04-17 02:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.035805 10.0.0.23 - - [2025-04-17 02:25:53] "GET /routing-instance/8d57e930-9ceb-4f1b-8b22-ecaac72772a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.005246 10.0.0.23 - - [2025-04-17 02:25:53] "POST /bgp-routers HTTP/1.1" 200 620 0.025486 10.0.0.23 - - [2025-04-17 02:25:53] "GET /bgp-router/f88033ad-e1ef-494c-9ae3-c397f039a73e?fields=global_system_config_back_refs HTTP/1.1" 200 1117 0.007089 10.0.0.23 - - [2025-04-17 02:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.006191 10.0.0.23 - - [2025-04-17 02:25:53] "GET /global-system-config/b7d707ca-e625-4597-975d-2a258ad8c8ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2342 0.009362 10.0.0.23 - - [2025-04-17 02:25:53] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.005350 10.0.0.23 - - [2025-04-17 02:25:53] "POST /ref-update HTTP/1.1" 200 156 0.014359 10.0.0.23 - - [2025-04-17 02:26:51] "GET / HTTP/1.1" 200 35931 0.002056 10.0.0.23 - - [2025-04-17 02:26:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000591 10.0.0.23 - - [2025-04-17 02:26:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.030023 10.0.0.23 - - [2025-04-17 02:26:51] "GET /global-system-config/b7d707ca-e625-4597-975d-2a258ad8c8ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.012551 10.0.0.23 - - [2025-04-17 02:26:51] "POST /fqname-to-id HTTP/1.1" 404 220 0.004769 10.0.0.23 - - [2025-04-17 02:26:51] "POST /database-nodes HTTP/1.1" 200 603 0.022174 10.0.0.23 - - [2025-04-17 02:27:50] "GET / HTTP/1.1" 200 35931 0.002531 10.0.0.23 - - [2025-04-17 02:27:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000571 10.0.0.23 - - [2025-04-17 02:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.031369 10.0.0.23 - - [2025-04-17 02:27:50] "GET /global-system-config/b7d707ca-e625-4597-975d-2a258ad8c8ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006815 10.0.0.23 - - [2025-04-17 02:27:50] "POST /fqname-to-id HTTP/1.1" 404 220 0.003609 10.0.0.23 - - [2025-04-17 02:27:50] "POST /analytics-nodes HTTP/1.1" 200 605 0.023557 10.0.0.23 - - [2025-04-17 02:27:57] "GET / HTTP/1.1" 200 35931 0.002626 10.0.0.23 - - [2025-04-17 02:28:09] "GET / HTTP/1.1" 200 35931 0.002247 10.0.0.23 - - [2025-04-17 02:28:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000667 10.0.0.23 - - [2025-04-17 02:28:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.026757 10.0.0.23 - - [2025-04-17 02:28:10] "GET /global-system-config/b7d707ca-e625-4597-975d-2a258ad8c8ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.007406 10.0.0.23 - - [2025-04-17 02:28:10] "POST /fqname-to-id HTTP/1.1" 404 220 0.003466 10.0.0.23 - - [2025-04-17 02:28:10] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.041371 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.23 - - [2025-04-17 02:28:16] "GET /obj-perms HTTP/1.1" 200 5056 0.389689 10.0.0.23 - - [2025-04-17 02:28:16] "GET /obj-perms HTTP/1.1" 200 5056 0.063331 10.0.0.23 - - [2025-04-17 02:28:23] "GET / HTTP/1.1" 200 35931 0.001817 10.0.0.23 - - [2025-04-17 02:28:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000512 10.0.0.23 - - [2025-04-17 02:28:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.031649 10.0.0.23 - - [2025-04-17 02:28:23] "GET /global-system-config/b7d707ca-e625-4597-975d-2a258ad8c8ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006893 10.0.0.23 - - [2025-04-17 02:28:24] "POST /fqname-to-id HTTP/1.1" 404 220 0.004223 10.0.0.23 - - [2025-04-17 02:28:24] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.037910 10.0.0.23 - - [2025-04-17 02:29:17] "GET /obj-perms HTTP/1.1" 200 5056 0.057501 10.0.0.23 - - [2025-04-17 02:29:17] "GET /obj-perms HTTP/1.1" 200 5056 0.061602 10.0.0.23 - - [2025-04-17 02:29:52] "GET /global-system-configs HTTP/1.1" 200 322 0.010436 10.0.0.23 - - [2025-04-17 02:29:52] "GET /obj-perms HTTP/1.1" 200 5056 0.033718 10.0.0.23 - - [2025-04-17 02:29:53] "GET /global-system-configs HTTP/1.1" 200 322 0.024856 10.0.0.23 - - [2025-04-17 02:29:53] "GET /obj-perms HTTP/1.1" 200 5056 0.039087 10.0.0.23 - - [2025-04-17 02:30:08] "GET / HTTP/1.1" 200 35931 0.002254 10.0.0.23 - - [2025-04-17 02:30:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000737 10.0.0.23 - - [2025-04-17 02:30:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.032982 10.0.0.23 - - [2025-04-17 02:30:09] "GET /global-system-config/b7d707ca-e625-4597-975d-2a258ad8c8ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.007391 10.0.0.23 - - [2025-04-17 02:30:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004044 10.0.0.23 - - [2025-04-17 02:30:09] "GET /routing-instance/8d57e930-9ceb-4f1b-8b22-ecaac72772a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.005411 10.0.0.23 - - [2025-04-17 02:30:09] "PUT /global-system-config/b7d707ca-e625-4597-975d-2a258ad8c8ea HTTP/1.1" 200 274 0.017362 10.0.0.23 - - [2025-04-17 02:30:09] "POST /fqname-to-id HTTP/1.1" 404 218 0.007653 10.0.0.23 - - [2025-04-17 02:30:09] "POST /virtual-routers HTTP/1.1" 200 603 0.049978 10.0.0.23 - - [2025-04-17 02:30:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004425 10.0.0.23 - - [2025-04-17 02:30:09] "GET /virtual-router/49950877-fbaf-4e17-a140-910606ee1e08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1245 0.025590 10.0.0.23 - - [2025-04-17 02:30:09] "POST /fqname-to-id HTTP/1.1" 404 231 0.003849 10.0.0.23 - - [2025-04-17 02:30:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004250 10.0.0.23 - - [2025-04-17 02:30:09] "GET /virtual-network/5d84fc02-4b78-4511-be91-e777849a07c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.006699 10.0.0.23 - - [2025-04-17 02:30:09] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.058309 10.0.0.23 - - [2025-04-17 02:30:10] "PUT /access-control-list/be75616b-d4c3-4965-b0f5-78569904baae HTTP/1.1" 200 272 0.042113 10.0.0.23 - - [2025-04-17 02:30:17] "GET /obj-perms HTTP/1.1" 200 5056 0.058731 10.0.0.23 - - [2025-04-17 02:30:18] "GET /obj-perms HTTP/1.1" 200 5056 0.060081 10.0.0.23 - - [2025-04-17 02:30:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.23 - - [2025-04-17 02:30:18] "GET /virtual-router/49950877-fbaf-4e17-a140-910606ee1e08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1245 0.007509 [Introspect:8084]10.0.0.23 - - [2025-04-17 02:30:26] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001138 [Introspect:8084]10.0.0.23 - - [2025-04-17 02:30:26] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001094 [Introspect:8084]10.0.0.23 - - [2025-04-17 02:30:29] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001201 [Introspect:8084]10.0.0.23 - - [2025-04-17 02:30:29] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001133 10.0.0.23 - - [2025-04-17 02:31:18] "GET /obj-perms HTTP/1.1" 200 5056 0.074108 10.0.0.23 - - [2025-04-17 02:31:19] "GET /obj-perms HTTP/1.1" 200 5056 0.061141 10.0.0.23 - - [2025-04-17 02:31:30] "GET / HTTP/1.1" 200 35931 0.002126 10.0.0.23 - - [2025-04-17 02:31:32] "GET /project/f2b095f9-5a0d-406b-8e15-bd7388ccae96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000763 10.0.0.23 - - [2025-04-17 02:31:32] "GET /projects?obj_uuids=f2b095f9-5a0d-406b-8e15-bd7388ccae96&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.031633 10.0.0.23 - - [2025-04-17 02:31:32] "GET /domains?obj_uuids=a9199e49-ddf7-4a44-9dbe-b10e2792616c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001592 10.0.0.23 - - [2025-04-17 02:31:32] "GET /domain/a9199e49-ddf7-4a44-9dbe-b10e2792616c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.039116 10.0.0.23 - - [2025-04-17 02:31:32] "POST /id-to-fqname HTTP/1.1" 200 167 0.001690 10.0.0.23 - - [2025-04-17 02:31:32] "POST /fqname-to-id HTTP/1.1" 404 176 0.004307 10.0.0.23 - - [2025-04-17 02:31:32] "POST /security-groups HTTP/1.1" 200 568 0.076202 10.0.0.23 - - [2025-04-17 02:31:32] "POST /fqname-to-id HTTP/1.1" 404 207 0.004827 10.0.0.23 - - [2025-04-17 02:31:32] "POST /projects HTTP/1.1" 200 539 0.269638 10.0.0.23 - - [2025-04-17 02:31:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.308073 10.0.0.23 - - [2025-04-17 02:31:33] "POST /access-control-lists HTTP/1.1" 200 573 0.069504 10.0.0.23 - - [2025-04-17 02:31:33] "GET /project/f2b095f9-5a0d-406b-8e15-bd7388ccae96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.519045 10.0.0.23 - - [2025-04-17 02:31:33] "POST /fqname-to-id HTTP/1.1" 404 206 0.006401 10.0.0.23 - - [2025-04-17 02:31:33] "POST /access-control-lists HTTP/1.1" 200 571 0.067255 [Introspect:8084]10.0.0.23 - - [2025-04-17 02:31:33] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001534 10.0.0.23 - - [2025-04-17 02:31:34] "POST /fqname-to-id HTTP/1.1" 404 199 0.025505 10.0.0.23 - - [2025-04-17 02:31:34] "GET /projects?obj_uuids=609aa098-31b0-4359-9d23-1add7727c7e0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004705 10.0.0.23 - - [2025-04-17 02:31:34] "GET /domains?obj_uuids=a9199e49-ddf7-4a44-9dbe-b10e2792616c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001524 10.0.0.23 - - [2025-04-17 02:31:34] "GET /domain/a9199e49-ddf7-4a44-9dbe-b10e2792616c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.011629 10.0.0.23 - - [2025-04-17 02:31:34] "POST /id-to-fqname HTTP/1.1" 200 201 0.001491 10.0.0.23 - - [2025-04-17 02:31:34] "POST /fqname-to-id HTTP/1.1" 404 210 0.004431 10.0.0.23 - - [2025-04-17 02:31:34] "POST /security-groups HTTP/1.1" 200 602 0.067527 10.0.0.23 - - [2025-04-17 02:31:34] "POST /fqname-to-id HTTP/1.1" 404 245 0.004062 10.0.0.23 - - [2025-04-17 02:31:34] "POST /projects HTTP/1.1" 200 607 0.240787 10.0.0.23 - - [2025-04-17 02:31:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.273616 10.0.0.23 - - [2025-04-17 02:31:34] "POST /access-control-lists HTTP/1.1" 200 607 0.072453 10.0.0.23 - - [2025-04-17 02:31:34] "GET /project/609aa098-31b0-4359-9d23-1add7727c7e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.447382 10.0.0.23 - - [2025-04-17 02:31:34] "POST /fqname-to-id HTTP/1.1" 404 244 0.004080 10.0.0.23 - - [2025-04-17 02:31:34] "POST /access-control-lists HTTP/1.1" 200 605 0.060073 10.0.0.23 - - [2025-04-17 02:31:35] "GET / HTTP/1.1" 200 35931 0.003724 10.0.0.23 - - [2025-04-17 02:31:36] "POST /fqname-to-id HTTP/1.1" 401 292 0.000549 10.0.0.23 - - [2025-04-17 02:31:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.064414 10.0.0.23 - - [2025-04-17 02:31:36] "GET /projects?obj_uuids=609aa098-31b0-4359-9d23-1add7727c7e0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001287 10.0.0.23 - - [2025-04-17 02:31:36] "GET /project/609aa098-31b0-4359-9d23-1add7727c7e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.033166 10.0.0.23 - - [2025-04-17 02:31:36] "POST /neutron/network HTTP/1.1" 200 117 0.044024 10.0.0.23 - - [2025-04-17 02:31:37] "GET /projects?obj_uuids=609aa098-31b0-4359-9d23-1add7727c7e0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001649 10.0.0.23 - - [2025-04-17 02:31:37] "POST /neutron/network HTTP/1.1" 200 620 0.086923 10.0.0.23 - - [2025-04-17 02:31:37] "POST /route-targets HTTP/1.1" 200 327 0.014939 10.0.0.23 - - [2025-04-17 02:31:37] "POST /ref-update HTTP/1.1" 200 156 0.016591 10.0.0.23 - - [2025-04-17 02:31:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003375 10.0.0.23 - - [2025-04-17 02:31:37] "POST /neutron/subnet HTTP/1.1" 200 720 0.220098 10.0.0.23 - - [2025-04-17 02:31:37] "POST /neutron/network HTTP/1.1" 200 838 0.007442 10.0.0.23 - - [2025-04-17 02:31:37] "POST /id-to-fqname HTTP/1.1" 200 233 0.001606 10.0.0.23 - - [2025-04-17 02:31:37] "GET /virtual-network/5a887e35-177e-4f72-991c-32680bc6ffae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006919 10.0.0.23 - - [2025-04-17 02:31:37] "POST /neutron/network HTTP/1.1" 200 838 0.007676 10.0.0.23 - - [2025-04-17 02:31:37] "GET /virtual-network/5a887e35-177e-4f72-991c-32680bc6ffae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006486 10.0.0.23 - - [2025-04-17 02:31:37] "POST /neutron/network HTTP/1.1" 200 838 0.008079 10.0.0.23 - - [2025-04-17 02:31:37] "POST /neutron/subnet HTTP/1.1" 200 720 0.010707 10.0.0.23 - - [2025-04-17 02:31:37] "GET /domains HTTP/1.1" 401 292 0.000634 10.0.0.23 - - [2025-04-17 02:31:37] "GET /domains HTTP/1.1" 200 280 0.032612 10.0.0.23 - - [2025-04-17 02:31:37] "GET /domains?obj_uuids=a9199e49-ddf7-4a44-9dbe-b10e2792616c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001731 10.0.0.23 - - [2025-04-17 02:31:37] "GET /domain/a9199e49-ddf7-4a44-9dbe-b10e2792616c HTTP/1.1" 200 2585 0.017862 10.0.0.23 - - [2025-04-17 02:31:37] "GET /projects?obj_uuids=609aa098-31b0-4359-9d23-1add7727c7e0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001844 10.0.0.23 - - [2025-04-17 02:31:38] "GET /project/609aa098-31b0-4359-9d23-1add7727c7e0 HTTP/1.1" 200 2168 0.077208 10.0.0.23 - - [2025-04-17 02:31:38] "GET /virtual-network/5a887e35-177e-4f72-991c-32680bc6ffae HTTP/1.1" 200 2339 0.008070 10.0.0.23 - - [2025-04-17 02:31:38] "GET /virtual-network/5a887e35-177e-4f72-991c-32680bc6ffae HTTP/1.1" 200 2339 0.007142 10.0.0.23 - - [2025-04-17 02:31:38] "GET /routing-instance/907c2bf5-1c1f-4ac4-a8be-73a493c74815 HTTP/1.1" 200 1495 0.005028 10.0.0.23 - - [2025-04-17 02:31:38] "GET /routing-instance/907c2bf5-1c1f-4ac4-a8be-73a493c74815 HTTP/1.1" 200 1495 0.004316 10.0.0.23 - - [2025-04-17 02:31:38] "GET /route-target/b3d70d0c-fb49-4a7e-a1f6-deb43dfdaf80 HTTP/1.1" 200 1220 0.003910 10.0.0.23 - - [2025-04-17 02:31:38] "GET /virtual-network/5a887e35-177e-4f72-991c-32680bc6ffae HTTP/1.1" 200 2339 0.006181 10.0.0.23 - - [2025-04-17 02:31:38] "GET /routing-instance/907c2bf5-1c1f-4ac4-a8be-73a493c74815 HTTP/1.1" 200 1495 0.004256 10.0.0.23 - - [2025-04-17 02:31:38] "GET /virtual-network/5a887e35-177e-4f72-991c-32680bc6ffae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006667 10.0.0.23 - - [2025-04-17 02:31:38] "GET /virtual-network/5a887e35-177e-4f72-991c-32680bc6ffae HTTP/1.1" 200 2339 0.009981 10.0.0.23 - - [2025-04-17 02:31:38] "GET /routing-instance/907c2bf5-1c1f-4ac4-a8be-73a493c74815 HTTP/1.1" 200 1495 0.004525 10.0.0.23 - - [2025-04-17 02:31:38] "GET /routing-instance/907c2bf5-1c1f-4ac4-a8be-73a493c74815 HTTP/1.1" 200 1495 0.005329 10.0.0.23 - - [2025-04-17 02:31:38] "GET /route-target/b3d70d0c-fb49-4a7e-a1f6-deb43dfdaf80 HTTP/1.1" 200 1220 0.005570 10.0.0.23 - - [2025-04-17 02:31:38] "GET /domains HTTP/1.1" 200 280 0.003475 10.0.0.23 - - [2025-04-17 02:31:38] "GET /domains?obj_uuids=a9199e49-ddf7-4a44-9dbe-b10e2792616c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001615 10.0.0.23 - - [2025-04-17 02:31:38] "GET /domain/a9199e49-ddf7-4a44-9dbe-b10e2792616c HTTP/1.1" 200 2585 0.011676 10.0.0.23 - - [2025-04-17 02:31:38] "GET /projects?obj_uuids=609aa098-31b0-4359-9d23-1add7727c7e0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001870 10.0.0.23 - - [2025-04-17 02:31:38] "GET /project/609aa098-31b0-4359-9d23-1add7727c7e0 HTTP/1.1" 200 2168 0.085253 10.0.0.23 - - [2025-04-17 02:31:38] "GET /virtual-network/5a887e35-177e-4f72-991c-32680bc6ffae HTTP/1.1" 200 2339 0.007257 10.0.0.23 - - [2025-04-17 02:31:38] "GET /obj-perms HTTP/1.1" 200 5052 0.058236 10.0.0.23 - - [2025-04-17 02:31:38] "POST /id-to-fqname HTTP/1.1" 200 233 0.001557 10.0.0.23 - - [2025-04-17 02:31:40] "POST /neutron/network HTTP/1.1" 200 848 0.009919 10.0.0.23 - - [2025-04-17 02:31:40] "GET /aaa-mode HTTP/1.1" 401 292 0.000952 10.0.0.23 - - [2025-04-17 02:31:40] "GET / HTTP/1.1" 200 35931 0.003722 10.0.0.23 - - [2025-04-17 02:31:40] "GET /project/609aa098-31b0-4359-9d23-1add7727c7e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000615 10.0.0.23 - - [2025-04-17 02:31:41] "GET /projects?obj_uuids=609aa098-31b0-4359-9d23-1add7727c7e0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001245 10.0.0.23 - - [2025-04-17 02:31:41] "GET /project/609aa098-31b0-4359-9d23-1add7727c7e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.059264 10.0.0.23 - - [2025-04-17 02:31:42] "POST /neutron/network HTTP/1.1" 200 838 0.036556 10.0.0.23 - - [2025-04-17 02:31:42] "POST /neutron/port HTTP/1.1" 200 117 0.006182 10.0.0.23 - - [2025-04-17 02:31:42] "POST /neutron/port HTTP/1.1" 200 117 0.006958 10.0.0.23 - - [2025-04-17 02:31:42] "POST /neutron/port HTTP/1.1" 200 117 0.008958 10.0.0.23 - - [2025-04-17 02:31:43] "POST /neutron/network HTTP/1.1" 200 848 0.008157 10.0.0.23 - - [2025-04-17 02:31:43] "GET /projects?obj_uuids=609aa098-31b0-4359-9d23-1add7727c7e0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001494 10.0.0.23 - - [2025-04-17 02:31:43] "POST /neutron/port HTTP/1.1" 200 1070 0.244678 10.0.0.23 - - [2025-04-17 02:31:44] "POST /neutron/port HTTP/1.1" 200 1070 0.067888 10.0.0.23 - - [2025-04-17 02:31:44] "POST /neutron/port HTTP/1.1" 200 1070 0.031255 10.0.0.23 - - [2025-04-17 02:31:44] "POST /neutron/port HTTP/1.1" 200 1124 0.129448 10.0.0.23 - - [2025-04-17 02:31:44] "POST /neutron/port HTTP/1.1" 200 1098 0.029707 10.0.0.23 - - [2025-04-17 02:31:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004878 10.0.0.23 - - [2025-04-17 02:31:44] "POST /neutron/subnet HTTP/1.1" 200 694 0.012727 10.0.0.23 - - [2025-04-17 02:31:44] "POST /neutron/port HTTP/1.1" 200 117 0.002054 10.0.0.23 - - [2025-04-17 02:31:44] "POST /neutron/network HTTP/1.1" 200 838 0.009485 10.0.0.23 - - [2025-04-17 02:31:47] "POST /neutron/port HTTP/1.1" 200 1098 0.020985 10.0.0.23 - - [2025-04-17 02:31:47] "POST /neutron/security_group HTTP/1.1" 200 2069 0.008859 10.0.0.23 - - [2025-04-17 02:31:50] "POST /neutron/port HTTP/1.1" 200 1098 0.018506 10.0.0.23 - - [2025-04-17 02:31:50] "POST /neutron/port HTTP/1.1" 200 1098 0.017936 10.0.0.23 - - [2025-04-17 02:31:50] "POST /neutron/network HTTP/1.1" 200 848 0.007000 10.0.0.23 - - [2025-04-17 02:31:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005446 10.0.0.23 - - [2025-04-17 02:31:50] "POST /neutron/subnet HTTP/1.1" 200 694 0.014961 10.0.0.23 - - [2025-04-17 02:31:50] "POST /neutron/port HTTP/1.1" 200 117 0.001385 10.0.0.23 - - [2025-04-17 02:31:50] "POST /neutron/network HTTP/1.1" 200 838 0.008320 10.0.0.23 - - [2025-04-17 02:31:52] "POST /neutron/port HTTP/1.1" 200 1098 0.025332 10.0.0.23 - - [2025-04-17 02:31:52] "POST /neutron/security_group HTTP/1.1" 200 2069 0.007828 10.0.0.23 - - [2025-04-17 02:31:52] "GET /obj-perms HTTP/1.1" 200 5052 0.006404 10.0.0.23 - - [2025-04-17 02:31:53] "GET /obj-perms HTTP/1.1" 200 5052 0.005262 10.0.0.23 - - [2025-04-17 02:31:54] "GET /obj-perms HTTP/1.1" 200 5052 0.003795 10.0.0.23 - - [2025-04-17 02:31:55] "GET /obj-perms HTTP/1.1" 200 5052 0.005605 10.0.0.23 - - [2025-04-17 02:31:56] "GET /obj-perms HTTP/1.1" 200 5052 0.004241 10.0.0.23 - - [2025-04-17 02:31:57] "POST /neutron/network HTTP/1.1" 200 838 0.008734 10.0.0.23 - - [2025-04-17 02:31:57] "POST /neutron/network HTTP/1.1" 400 204 0.023942 10.0.0.23 - - [2025-04-17 02:31:58] "POST /neutron/port HTTP/1.1" 200 1098 0.023203 10.0.0.23 - - [2025-04-17 02:31:58] "POST /neutron/port HTTP/1.1" 200 1124 0.013020 10.0.0.23 - - [2025-04-17 02:31:58] "POST /neutron/port HTTP/1.1" 200 151 0.154731 10.0.0.23 - - [2025-04-17 02:32:00] "POST /neutron/network HTTP/1.1" 200 838 0.008821 10.0.0.23 - - [2025-04-17 02:32:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005394 10.0.0.23 - - [2025-04-17 02:32:00] "POST /useragent-kv HTTP/1.1" 200 115 0.005068 10.0.0.23 - - [2025-04-17 02:32:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003239 10.0.0.23 - - [2025-04-17 02:32:00] "POST /neutron/network HTTP/1.1" 200 151 0.122905 10.0.0.23 - - [2025-04-17 02:32:00] "DELETE /route-target/b3d70d0c-fb49-4a7e-a1f6-deb43dfdaf80 HTTP/1.1" 200 115 0.028821 10.0.0.23 - - [2025-04-17 02:32:00] "GET /routing-instance/907c2bf5-1c1f-4ac4-a8be-73a493c74815 HTTP/1.1" 404 171 0.005642 10.0.0.23 - - [2025-04-17 02:32:00] "GET /domains HTTP/1.1" 200 280 0.004407 10.0.0.23 - - [2025-04-17 02:32:00] "GET /domains?obj_uuids=a9199e49-ddf7-4a44-9dbe-b10e2792616c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003097 10.0.0.23 - - [2025-04-17 02:32:00] "GET /domain/a9199e49-ddf7-4a44-9dbe-b10e2792616c HTTP/1.1" 200 2585 0.052304 10.0.0.23 - - [2025-04-17 02:32:00] "GET /projects?obj_uuids=609aa098-31b0-4359-9d23-1add7727c7e0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001285 10.0.0.23 - - [2025-04-17 02:32:00] "GET /project/609aa098-31b0-4359-9d23-1add7727c7e0 HTTP/1.1" 200 1918 0.087865 10.0.0.23 - - [2025-04-17 02:32:00] "GET /projects?obj_uuids=609aa098-31b0-4359-9d23-1add7727c7e0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001472 10.0.0.23 - - [2025-04-17 02:32:00] "GET /project/609aa098-31b0-4359-9d23-1add7727c7e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.035112 10.0.0.23 - - [2025-04-17 02:32:00] "GET /projects?obj_uuids=609aa098-31b0-4359-9d23-1add7727c7e0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003020 10.0.0.23 - - [2025-04-17 02:32:00] "GET /project/609aa098-31b0-4359-9d23-1add7727c7e0?fields=virtual_networks HTTP/1.1" 200 1054 0.034812 10.0.0.23 - - [2025-04-17 02:32:00] "GET /projects?obj_uuids=609aa098-31b0-4359-9d23-1add7727c7e0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001526 10.0.0.23 - - [2025-04-17 02:32:00] "GET /project/609aa098-31b0-4359-9d23-1add7727c7e0?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.033496 10.0.0.23 - - [2025-04-17 02:32:00] "GET /projects?obj_uuids=609aa098-31b0-4359-9d23-1add7727c7e0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001266 10.0.0.23 - - [2025-04-17 02:32:00] "GET /project/609aa098-31b0-4359-9d23-1add7727c7e0?fields=security_groups HTTP/1.1" 200 1291 0.034854 10.0.0.23 - - [2025-04-17 02:32:01] "POST /fqname-to-id HTTP/1.1" 404 200 0.034461 10.0.0.23 - - [2025-04-17 02:32:01] "GET /projects?obj_uuids=d7ac953d-2c40-46bf-a175-74debead77be&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003780 10.0.0.23 - - [2025-04-17 02:32:01] "GET /domains?obj_uuids=a9199e49-ddf7-4a44-9dbe-b10e2792616c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001402 10.0.0.23 - - [2025-04-17 02:32:01] "GET /domain/a9199e49-ddf7-4a44-9dbe-b10e2792616c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009779 10.0.0.23 - - [2025-04-17 02:32:01] "POST /id-to-fqname HTTP/1.1" 200 202 0.003636 10.0.0.23 - - [2025-04-17 02:32:01] "POST /fqname-to-id HTTP/1.1" 404 211 0.003185 10.0.0.23 - - [2025-04-17 02:32:02] "POST /security-groups HTTP/1.1" 200 603 0.068539 10.0.0.23 - - [2025-04-17 02:32:02] "POST /fqname-to-id HTTP/1.1" 404 246 0.003780 10.0.0.23 - - [2025-04-17 02:32:02] "POST /projects HTTP/1.1" 200 609 0.257034 10.0.0.23 - - [2025-04-17 02:32:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.333453 10.0.0.23 - - [2025-04-17 02:32:02] "POST /access-control-lists HTTP/1.1" 200 608 0.067515 10.0.0.23 - - [2025-04-17 02:32:02] "POST /fqname-to-id HTTP/1.1" 404 245 0.003602 10.0.0.23 - - [2025-04-17 02:32:02] "GET /project/d7ac953d-2c40-46bf-a175-74debead77be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.480896 10.0.0.23 - - [2025-04-17 02:32:02] "POST /access-control-lists HTTP/1.1" 200 606 0.075487 10.0.0.23 - - [2025-04-17 02:32:03] "GET / HTTP/1.1" 200 35931 0.002267 10.0.0.23 - - [2025-04-17 02:32:03] "GET /projects?obj_uuids=f2b095f9-5a0d-406b-8e15-bd7388ccae96&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001726 10.0.0.23 - - [2025-04-17 02:32:03] "GET /project/f2b095f9-5a0d-406b-8e15-bd7388ccae96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.037025 10.0.0.23 - - [2025-04-17 02:32:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.23 - - [2025-04-17 02:32:04] "GET /security-group/1b8a771b-e561-446b-b024-c100bb2cbbba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.006065 10.0.0.23 - - [2025-04-17 02:32:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.23 - - [2025-04-17 02:32:04] "GET /projects?obj_uuids=f2b095f9-5a0d-406b-8e15-bd7388ccae96&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.002125 10.0.0.23 - - [2025-04-17 02:32:04] "GET /project/f2b095f9-5a0d-406b-8e15-bd7388ccae96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.042986 10.0.0.23 - - [2025-04-17 02:32:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005106 10.0.0.23 - - [2025-04-17 02:32:04] "GET /security-group/1b8a771b-e561-446b-b024-c100bb2cbbba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.004725 10.0.0.23 - - [2025-04-17 02:32:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.23 - - [2025-04-17 02:32:05] "PUT /security-group/1b8a771b-e561-446b-b024-c100bb2cbbba HTTP/1.1" 200 262 0.017659 10.0.0.23 - - [2025-04-17 02:32:05] "PUT /access-control-list/063811b7-167f-4104-8b47-b00e97fbde74 HTTP/1.1" 200 272 0.015460 10.0.0.23 - - [2025-04-17 02:32:05] "PUT /access-control-list/32e42f71-bf3b-4808-95a2-c18bdf04668b HTTP/1.1" 200 272 0.011457 10.0.0.23 - - [2025-04-17 02:32:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000666 10.0.0.23 - - [2025-04-17 02:32:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.070336 10.0.0.23 - - [2025-04-17 02:32:05] "GET /projects?obj_uuids=d7ac953d-2c40-46bf-a175-74debead77be&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001196 10.0.0.23 - - [2025-04-17 02:32:05] "GET /project/d7ac953d-2c40-46bf-a175-74debead77be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.029465 10.0.0.23 - - [2025-04-17 02:32:05] "POST /neutron/network HTTP/1.1" 200 117 0.034029 10.0.0.23 - - [2025-04-17 02:32:05] "GET /projects?obj_uuids=d7ac953d-2c40-46bf-a175-74debead77be&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001608 10.0.0.23 - - [2025-04-17 02:32:05] "POST /neutron/network HTTP/1.1" 200 619 0.089336 10.0.0.23 - - [2025-04-17 02:32:06] "POST /route-targets HTTP/1.1" 200 327 0.012843 10.0.0.23 - - [2025-04-17 02:32:06] "POST /ref-update HTTP/1.1" 200 156 0.017514 10.0.0.23 - - [2025-04-17 02:32:06] "POST /useragent-kv HTTP/1.1" 200 115 0.005493 10.0.0.23 - - [2025-04-17 02:32:06] "POST /neutron/subnet HTTP/1.1" 200 734 0.159393 10.0.0.23 - - [2025-04-17 02:32:06] "POST /neutron/network HTTP/1.1" 200 840 0.007391 10.0.0.23 - - [2025-04-17 02:32:06] "POST /id-to-fqname HTTP/1.1" 200 233 0.001799 10.0.0.23 - - [2025-04-17 02:32:06] "GET /virtual-network/89ac61fc-e6fe-4444-b174-3bacc796fc24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.007437 10.0.0.23 - - [2025-04-17 02:32:06] "POST /neutron/network HTTP/1.1" 200 840 0.007509 10.0.0.23 - - [2025-04-17 02:32:06] "GET /virtual-network/89ac61fc-e6fe-4444-b174-3bacc796fc24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006364 10.0.0.23 - - [2025-04-17 02:32:06] "POST /neutron/network HTTP/1.1" 200 840 0.008283 10.0.0.23 - - [2025-04-17 02:32:06] "POST /neutron/subnet HTTP/1.1" 200 734 0.009158 10.0.0.23 - - [2025-04-17 02:32:06] "GET /domains HTTP/1.1" 401 292 0.000503 10.0.0.23 - - [2025-04-17 02:32:06] "GET /domains HTTP/1.1" 200 280 0.036496 10.0.0.23 - - [2025-04-17 02:32:06] "GET /domains?obj_uuids=a9199e49-ddf7-4a44-9dbe-b10e2792616c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001268 10.0.0.23 - - [2025-04-17 02:32:06] "GET /domain/a9199e49-ddf7-4a44-9dbe-b10e2792616c HTTP/1.1" 200 2783 0.011315 10.0.0.23 - - [2025-04-17 02:32:06] "GET /projects?obj_uuids=d7ac953d-2c40-46bf-a175-74debead77be&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002023 10.0.0.23 - - [2025-04-17 02:32:06] "GET /project/d7ac953d-2c40-46bf-a175-74debead77be HTTP/1.1" 200 2175 0.083640 10.0.0.23 - - [2025-04-17 02:32:06] "GET /virtual-network/89ac61fc-e6fe-4444-b174-3bacc796fc24 HTTP/1.1" 200 2346 0.008135 10.0.0.23 - - [2025-04-17 02:32:06] "GET /virtual-network/89ac61fc-e6fe-4444-b174-3bacc796fc24 HTTP/1.1" 200 2346 0.009208 10.0.0.23 - - [2025-04-17 02:32:06] "GET /routing-instance/d68c2c05-74b8-442b-974d-4f060dd1f25d HTTP/1.1" 200 1492 0.004480 10.0.0.23 - - [2025-04-17 02:32:06] "GET /routing-instance/d68c2c05-74b8-442b-974d-4f060dd1f25d HTTP/1.1" 200 1492 0.004365 10.0.0.23 - - [2025-04-17 02:32:06] "GET /route-target/81dc3beb-d094-4f62-936c-e19aaa66662e HTTP/1.1" 200 1218 0.003917 10.0.0.23 - - [2025-04-17 02:32:06] "GET /virtual-network/89ac61fc-e6fe-4444-b174-3bacc796fc24 HTTP/1.1" 200 2346 0.006021 10.0.0.23 - - [2025-04-17 02:32:06] "GET /routing-instance/d68c2c05-74b8-442b-974d-4f060dd1f25d HTTP/1.1" 200 1492 0.005101 10.0.0.23 - - [2025-04-17 02:32:06] "GET /virtual-network/89ac61fc-e6fe-4444-b174-3bacc796fc24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006775 10.0.0.23 - - [2025-04-17 02:32:06] "GET /virtual-network/89ac61fc-e6fe-4444-b174-3bacc796fc24 HTTP/1.1" 200 2346 0.007946 10.0.0.23 - - [2025-04-17 02:32:06] "GET /routing-instance/d68c2c05-74b8-442b-974d-4f060dd1f25d HTTP/1.1" 200 1492 0.004818 10.0.0.23 - - [2025-04-17 02:32:06] "GET /routing-instance/d68c2c05-74b8-442b-974d-4f060dd1f25d HTTP/1.1" 200 1492 0.004916 10.0.0.23 - - [2025-04-17 02:32:06] "GET /route-target/81dc3beb-d094-4f62-936c-e19aaa66662e HTTP/1.1" 200 1218 0.004293 10.0.0.23 - - [2025-04-17 02:32:06] "GET /domains HTTP/1.1" 200 280 0.003843 10.0.0.23 - - [2025-04-17 02:32:06] "GET /domains?obj_uuids=a9199e49-ddf7-4a44-9dbe-b10e2792616c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001719 10.0.0.23 - - [2025-04-17 02:32:06] "GET /domain/a9199e49-ddf7-4a44-9dbe-b10e2792616c HTTP/1.1" 200 2783 0.010851 10.0.0.23 - - [2025-04-17 02:32:07] "GET /projects?obj_uuids=d7ac953d-2c40-46bf-a175-74debead77be&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002088 10.0.0.23 - - [2025-04-17 02:32:07] "GET /project/d7ac953d-2c40-46bf-a175-74debead77be HTTP/1.1" 200 2175 0.078768 10.0.0.23 - - [2025-04-17 02:32:07] "GET /virtual-network/89ac61fc-e6fe-4444-b174-3bacc796fc24 HTTP/1.1" 200 2346 0.006560 10.0.0.23 - - [2025-04-17 02:32:07] "GET /obj-perms HTTP/1.1" 200 5054 0.069505 10.0.0.23 - - [2025-04-17 02:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004071 10.0.0.23 - - [2025-04-17 02:32:07] "GET /projects?obj_uuids=d7ac953d-2c40-46bf-a175-74debead77be&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001413 10.0.0.23 - - [2025-04-17 02:32:07] "GET /project/d7ac953d-2c40-46bf-a175-74debead77be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.034334 10.0.0.23 - - [2025-04-17 02:32:07] "POST /neutron/network HTTP/1.1" 200 117 0.012484 10.0.0.23 - - [2025-04-17 02:32:07] "GET /projects?obj_uuids=d7ac953d-2c40-46bf-a175-74debead77be&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002082 10.0.0.23 - - [2025-04-17 02:32:07] "POST /neutron/network HTTP/1.1" 200 619 0.097964 10.0.0.23 - - [2025-04-17 02:32:07] "POST /route-targets HTTP/1.1" 200 327 0.011980 10.0.0.23 - - [2025-04-17 02:32:07] "POST /ref-update HTTP/1.1" 200 156 0.023408 10.0.0.23 - - [2025-04-17 02:32:07] "POST /useragent-kv HTTP/1.1" 200 115 0.008984 10.0.0.23 - - [2025-04-17 02:32:07] "POST /neutron/subnet HTTP/1.1" 200 729 0.211988 10.0.0.23 - - [2025-04-17 02:32:08] "POST /neutron/network HTTP/1.1" 200 839 0.008271 10.0.0.23 - - [2025-04-17 02:32:08] "POST /id-to-fqname HTTP/1.1" 200 233 0.002239 10.0.0.23 - - [2025-04-17 02:32:08] "GET /virtual-network/ed6a6afd-1926-43f0-a405-fe8c542210f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005786 10.0.0.23 - - [2025-04-17 02:32:08] "POST /neutron/network HTTP/1.1" 200 839 0.007344 10.0.0.23 - - [2025-04-17 02:32:08] "GET /virtual-network/ed6a6afd-1926-43f0-a405-fe8c542210f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006308 10.0.0.23 - - [2025-04-17 02:32:08] "POST /neutron/network HTTP/1.1" 200 839 0.007575 10.0.0.23 - - [2025-04-17 02:32:08] "POST /neutron/subnet HTTP/1.1" 200 729 0.012348 10.0.0.23 - - [2025-04-17 02:32:08] "GET /domains HTTP/1.1" 200 280 0.003124 10.0.0.23 - - [2025-04-17 02:32:08] "GET /domains?obj_uuids=a9199e49-ddf7-4a44-9dbe-b10e2792616c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001270 10.0.0.23 - - [2025-04-17 02:32:08] "GET /domain/a9199e49-ddf7-4a44-9dbe-b10e2792616c HTTP/1.1" 200 2783 0.008663 10.0.0.23 - - [2025-04-17 02:32:08] "GET /projects?obj_uuids=d7ac953d-2c40-46bf-a175-74debead77be&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001305 10.0.0.23 - - [2025-04-17 02:32:08] "GET /project/d7ac953d-2c40-46bf-a175-74debead77be HTTP/1.1" 200 2403 0.078143 10.0.0.23 - - [2025-04-17 02:32:08] "GET /virtual-network/ed6a6afd-1926-43f0-a405-fe8c542210f4 HTTP/1.1" 200 2344 0.009287 10.0.0.23 - - [2025-04-17 02:32:08] "GET /virtual-network/ed6a6afd-1926-43f0-a405-fe8c542210f4 HTTP/1.1" 200 2344 0.007140 10.0.0.23 - - [2025-04-17 02:32:08] "GET /routing-instance/b55e6f9a-5b7b-4efe-868f-90e563a447ef HTTP/1.1" 200 1491 0.005715 10.0.0.23 - - [2025-04-17 02:32:08] "GET /routing-instance/b55e6f9a-5b7b-4efe-868f-90e563a447ef HTTP/1.1" 200 1491 0.005000 10.0.0.23 - - [2025-04-17 02:32:08] "GET /route-target/6c72c4b3-3d9e-456d-9a86-f9793205568f HTTP/1.1" 200 1218 0.005670 10.0.0.23 - - [2025-04-17 02:32:08] "GET /virtual-network/ed6a6afd-1926-43f0-a405-fe8c542210f4 HTTP/1.1" 200 2344 0.008573 10.0.0.23 - - [2025-04-17 02:32:08] "GET /routing-instance/b55e6f9a-5b7b-4efe-868f-90e563a447ef HTTP/1.1" 200 1491 0.004761 10.0.0.23 - - [2025-04-17 02:32:08] "GET /virtual-network/ed6a6afd-1926-43f0-a405-fe8c542210f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005580 10.0.0.23 - - [2025-04-17 02:32:08] "GET /virtual-network/ed6a6afd-1926-43f0-a405-fe8c542210f4 HTTP/1.1" 200 2344 0.006333 10.0.0.23 - - [2025-04-17 02:32:08] "GET /routing-instance/b55e6f9a-5b7b-4efe-868f-90e563a447ef HTTP/1.1" 200 1491 0.004148 10.0.0.23 - - [2025-04-17 02:32:08] "GET /routing-instance/b55e6f9a-5b7b-4efe-868f-90e563a447ef HTTP/1.1" 200 1491 0.005265 10.0.0.23 - - [2025-04-17 02:32:08] "GET /route-target/6c72c4b3-3d9e-456d-9a86-f9793205568f HTTP/1.1" 200 1218 0.003870 10.0.0.23 - - [2025-04-17 02:32:08] "GET /domains HTTP/1.1" 200 280 0.004047 10.0.0.23 - - [2025-04-17 02:32:08] "GET /domains?obj_uuids=a9199e49-ddf7-4a44-9dbe-b10e2792616c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001263 10.0.0.23 - - [2025-04-17 02:32:08] "GET /domain/a9199e49-ddf7-4a44-9dbe-b10e2792616c HTTP/1.1" 200 2783 0.019699 10.0.0.23 - - [2025-04-17 02:32:08] "GET /projects?obj_uuids=d7ac953d-2c40-46bf-a175-74debead77be&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001283 10.0.0.23 - - [2025-04-17 02:32:08] "GET /project/d7ac953d-2c40-46bf-a175-74debead77be HTTP/1.1" 200 2403 0.079494 10.0.0.23 - - [2025-04-17 02:32:08] "GET /virtual-network/ed6a6afd-1926-43f0-a405-fe8c542210f4 HTTP/1.1" 200 2344 0.006463 10.0.0.23 - - [2025-04-17 02:32:08] "GET /obj-perms HTTP/1.1" 200 5054 0.004410 10.0.0.23 - - [2025-04-17 02:32:08] "POST /id-to-fqname HTTP/1.1" 200 233 0.001641 10.0.0.23 - - [2025-04-17 02:32:08] "POST /neutron/network HTTP/1.1" 200 849 0.007065 10.0.0.23 - - [2025-04-17 02:32:08] "GET /aaa-mode HTTP/1.1" 401 292 0.000563 10.0.0.23 - - [2025-04-17 02:32:09] "GET / HTTP/1.1" 200 35931 0.002224 10.0.0.23 - - [2025-04-17 02:32:09] "GET /project/d7ac953d-2c40-46bf-a175-74debead77be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000630 10.0.0.23 - - [2025-04-17 02:32:09] "GET /projects?obj_uuids=d7ac953d-2c40-46bf-a175-74debead77be&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001593 10.0.0.23 - - [2025-04-17 02:32:09] "GET /project/d7ac953d-2c40-46bf-a175-74debead77be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.066033 10.0.0.23 - - [2025-04-17 02:32:09] "POST /neutron/network HTTP/1.1" 200 839 0.008940 10.0.0.23 - - [2025-04-17 02:32:09] "POST /neutron/port HTTP/1.1" 200 117 0.007027 10.0.0.23 - - [2025-04-17 02:32:09] "POST /neutron/port HTTP/1.1" 200 117 0.007085 10.0.0.23 - - [2025-04-17 02:32:09] "POST /id-to-fqname HTTP/1.1" 200 233 0.005144 10.0.0.23 - - [2025-04-17 02:32:09] "POST /neutron/port HTTP/1.1" 200 117 0.006291 10.0.0.23 - - [2025-04-17 02:32:10] "POST /neutron/network HTTP/1.1" 200 850 0.011554 10.0.0.23 - - [2025-04-17 02:32:10] "GET /aaa-mode HTTP/1.1" 401 292 0.000499 10.0.0.23 - - [2025-04-17 02:32:10] "POST /neutron/network HTTP/1.1" 200 849 0.009141 10.0.0.23 - - [2025-04-17 02:32:10] "GET /projects?obj_uuids=d7ac953d-2c40-46bf-a175-74debead77be&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001403 10.0.0.23 - - [2025-04-17 02:32:10] "GET / HTTP/1.1" 200 35931 0.001752 10.0.0.23 - - [2025-04-17 02:32:10] "GET /project/d7ac953d-2c40-46bf-a175-74debead77be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.001414 10.0.0.23 - - [2025-04-17 02:32:10] "POST /neutron/port HTTP/1.1" 200 1073 0.291221 10.0.0.23 - - [2025-04-17 02:32:10] "POST /neutron/port HTTP/1.1" 200 1073 0.013818 10.0.0.23 - - [2025-04-17 02:32:10] "POST /neutron/port HTTP/1.1" 200 1073 0.010767 10.0.0.23 - - [2025-04-17 02:32:10] "POST /neutron/port HTTP/1.1" 200 1127 0.083951 10.0.0.23 - - [2025-04-17 02:32:10] "POST /neutron/port HTTP/1.1" 200 1101 0.027890 10.0.0.23 - - [2025-04-17 02:32:10] "GET /projects?obj_uuids=d7ac953d-2c40-46bf-a175-74debead77be&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001631 10.0.0.23 - - [2025-04-17 02:32:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003355 10.0.0.23 - - [2025-04-17 02:32:10] "POST /neutron/subnet HTTP/1.1" 200 703 0.027983 10.0.0.23 - - [2025-04-17 02:32:10] "GET /project/d7ac953d-2c40-46bf-a175-74debead77be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.093477 10.0.0.23 - - [2025-04-17 02:32:10] "POST /neutron/port HTTP/1.1" 200 117 0.001485 10.0.0.23 - - [2025-04-17 02:32:10] "POST /neutron/network HTTP/1.1" 200 840 0.008945 10.0.0.23 - - [2025-04-17 02:32:10] "POST /neutron/network HTTP/1.1" 200 839 0.013236 10.0.0.23 - - [2025-04-17 02:32:11] "POST /neutron/port HTTP/1.1" 200 1101 0.029970 10.0.0.23 - - [2025-04-17 02:32:11] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009413 10.0.0.23 - - [2025-04-17 02:32:11] "POST /neutron/port HTTP/1.1" 200 117 0.015156 10.0.0.23 - - [2025-04-17 02:32:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.23 - - [2025-04-17 02:32:11] "GET /projects?obj_uuids=d7ac953d-2c40-46bf-a175-74debead77be&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002142 10.0.0.23 - - [2025-04-17 02:32:11] "GET /project/d7ac953d-2c40-46bf-a175-74debead77be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.062815 10.0.0.23 - - [2025-04-17 02:32:11] "GET /virtual-network/89ac61fc-e6fe-4444-b174-3bacc796fc24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.008473 10.0.0.23 - - [2025-04-17 02:32:11] "GET /floating-ip-pools?parent_id=89ac61fc-e6fe-4444-b174-3bacc796fc24&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004706 10.0.0.23 - - [2025-04-17 02:32:11] "GET /virtual-network/89ac61fc-e6fe-4444-b174-3bacc796fc24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.015084 10.0.0.23 - - [2025-04-17 02:32:11] "POST /floating-ip-pools HTTP/1.1" 200 609 0.035531 10.0.0.23 - - [2025-04-17 02:32:11] "POST /ref-update HTTP/1.1" 200 156 0.023047 10.0.0.23 - - [2025-04-17 02:32:11] "POST /neutron/network HTTP/1.1" 200 850 0.011765 10.0.0.23 - - [2025-04-17 02:32:11] "GET /projects?obj_uuids=d7ac953d-2c40-46bf-a175-74debead77be&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001280 10.0.0.23 - - [2025-04-17 02:32:11] "GET /virtual-network/89ac61fc-e6fe-4444-b174-3bacc796fc24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005565 10.0.0.23 - - [2025-04-17 02:32:11] "GET /domains HTTP/1.1" 200 280 0.018870 10.0.0.23 - - [2025-04-17 02:32:11] "GET /domains?obj_uuids=a9199e49-ddf7-4a44-9dbe-b10e2792616c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002203 10.0.0.23 - - [2025-04-17 02:32:11] "GET /domain/a9199e49-ddf7-4a44-9dbe-b10e2792616c HTTP/1.1" 200 2783 0.015997 10.0.0.23 - - [2025-04-17 02:32:11] "GET /projects?obj_uuids=d7ac953d-2c40-46bf-a175-74debead77be&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001174 10.0.0.23 - - [2025-04-17 02:32:11] "GET /project/d7ac953d-2c40-46bf-a175-74debead77be HTTP/1.1" 200 3245 0.162182 10.0.0.23 - - [2025-04-17 02:32:11] "GET /virtual-network/89ac61fc-e6fe-4444-b174-3bacc796fc24 HTTP/1.1" 200 2937 0.019122 10.0.0.23 - - [2025-04-17 02:32:11] "GET /floating-ip-pool/5a9d3a25-658a-47f2-9c9a-cf2366d3cf7f HTTP/1.1" 200 1441 0.005199 10.0.0.23 - - [2025-04-17 02:32:11] "GET /domains HTTP/1.1" 200 280 0.007364 10.0.0.23 - - [2025-04-17 02:32:11] "GET /domains?obj_uuids=a9199e49-ddf7-4a44-9dbe-b10e2792616c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001288 10.0.0.23 - - [2025-04-17 02:32:11] "GET /domain/a9199e49-ddf7-4a44-9dbe-b10e2792616c HTTP/1.1" 200 2783 0.011258 10.0.0.23 - - [2025-04-17 02:32:11] "GET /projects?obj_uuids=d7ac953d-2c40-46bf-a175-74debead77be&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001871 10.0.0.23 - - [2025-04-17 02:32:12] "GET /project/d7ac953d-2c40-46bf-a175-74debead77be HTTP/1.1" 200 3245 0.106265 10.0.0.23 - - [2025-04-17 02:32:12] "POST /neutron/port HTTP/1.1" 200 1074 0.461288 10.0.0.23 - - [2025-04-17 02:32:12] "GET /virtual-network/89ac61fc-e6fe-4444-b174-3bacc796fc24 HTTP/1.1" 200 3158 0.015642 10.0.0.23 - - [2025-04-17 02:32:12] "GET /virtual-network/89ac61fc-e6fe-4444-b174-3bacc796fc24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.009313 10.0.0.23 - - [2025-04-17 02:32:12] "POST /neutron/port HTTP/1.1" 200 1074 0.023487 10.0.0.23 - - [2025-04-17 02:32:12] "POST /neutron/port HTTP/1.1" 200 1074 0.027765 10.0.0.23 - - [2025-04-17 02:32:12] "POST /neutron/port HTTP/1.1" 200 1101 0.036723 10.0.0.23 - - [2025-04-17 02:32:12] "POST /neutron/security_group HTTP/1.1" 200 2070 0.015293 10.0.0.23 - - [2025-04-17 02:32:12] "POST /neutron/port HTTP/1.1" 200 1128 0.153913 10.0.0.23 - - [2025-04-17 02:32:12] "POST /neutron/port HTTP/1.1" 200 1102 0.020983 10.0.0.23 - - [2025-04-17 02:32:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008138 10.0.0.23 - - [2025-04-17 02:32:12] "POST /neutron/subnet HTTP/1.1" 200 708 0.022242 10.0.0.23 - - [2025-04-17 02:32:12] "POST /neutron/port HTTP/1.1" 200 117 0.001511 10.0.0.23 - - [2025-04-17 02:32:12] "POST /neutron/network HTTP/1.1" 200 840 0.007110 10.0.0.23 - - [2025-04-17 02:32:14] "DELETE /project/f2b095f95a0d406b8e15bd7388ccae96 HTTP/1.1" 404 173 0.015903 10.0.0.23 - - [2025-04-17 02:32:14] "DELETE /project/d7ac953d2c4046bfa17574debead77be HTTP/1.1" 404 173 0.008629 10.0.0.23 - - [2025-04-17 02:32:14] "DELETE /project/609aa09831b043599d231add7727c7e0 HTTP/1.1" 404 173 0.007246 10.0.0.23 - - [2025-04-17 02:32:14] "GET /projects?obj_uuids=609aa098-31b0-4359-9d23-1add7727c7e0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001484 10.0.0.23 - - [2025-04-17 02:32:14] "GET /project/609aa098-31b0-4359-9d23-1add7727c7e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.035507 10.0.0.23 - - [2025-04-17 02:32:14] "GET /projects?obj_uuids=609aa098-31b0-4359-9d23-1add7727c7e0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001598 10.0.0.23 - - [2025-04-17 02:32:14] "GET /project/609aa098-31b0-4359-9d23-1add7727c7e0?fields=security_groups HTTP/1.1" 200 1396 0.047306 10.0.0.23 - - [2025-04-17 02:32:14] "DELETE /security-group/5bbeea0e-1d4c-42a6-9231-d6723da13a06 HTTP/1.1" 200 115 0.052085 10.0.0.23 - - [2025-04-17 02:32:14] "GET /projects?obj_uuids=609aa098-31b0-4359-9d23-1add7727c7e0&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001276 10.0.0.23 - - [2025-04-17 02:32:14] "DELETE /access-control-list/e3658c3f-2d96-4a57-a44c-3fd360e7e16c HTTP/1.1" 200 115 0.038087 10.0.0.23 - - [2025-04-17 02:32:14] "GET /project/609aa098-31b0-4359-9d23-1add7727c7e0?fields=application_policy_sets HTTP/1.1" 200 1435 0.057644 10.0.0.23 - - [2025-04-17 02:32:14] "DELETE /access-control-list/e16534e1-575a-4475-a745-f081997d3bc6 HTTP/1.1" 200 115 0.058449 10.0.0.23 - - [2025-04-17 02:32:14] "DELETE /project/609aa098-31b0-4359-9d23-1add7727c7e0 HTTP/1.1" 200 115 0.397948 10.0.0.23 - - [2025-04-17 02:32:17] "POST /neutron/port HTTP/1.1" 200 1101 0.018805 10.0.0.23 - - [2025-04-17 02:32:17] "POST /neutron/security_group HTTP/1.1" 200 2070 0.016879 10.0.0.23 - - [2025-04-17 02:32:17] "POST /neutron/port HTTP/1.1" 200 1101 0.019578 10.0.0.23 - - [2025-04-17 02:32:17] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008356 10.0.0.23 - - [2025-04-17 02:32:17] "POST /neutron/port HTTP/1.1" 200 1101 0.025405 10.0.0.23 - - [2025-04-17 02:32:17] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007553 10.0.0.23 - - [2025-04-17 02:32:17] "GET /virtual-machine/4bdd6f10-484a-4f0c-898c-fd07bf7868d8 HTTP/1.1" 200 1303 0.010644 10.0.0.23 - - [2025-04-17 02:32:17] "GET /virtual-machine-interface/ada86630-099e-4907-b7f8-563a5b31710a HTTP/1.1" 200 3005 0.006031 10.0.0.23 - - [2025-04-17 02:32:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003753 10.0.0.23 - - [2025-04-17 02:32:17] "GET /global-vrouter-config/2353e56c-ba9a-4c95-8ac7-e4aab067284b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004318 10.0.0.23 - - [2025-04-17 02:32:17] "GET /virtual-networks?parent_id=d7ac953d-2c40-46bf-a175-74debead77be&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004396 10.0.0.23 - - [2025-04-17 02:32:17] "GET /virtual-network/ed6a6afd-1926-43f0-a405-fe8c542210f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006571 10.0.0.23 - - [2025-04-17 02:32:19] "GET /obj-perms HTTP/1.1" 200 5056 0.053696 10.0.0.23 - - [2025-04-17 02:32:19] "GET /obj-perms HTTP/1.1" 200 5056 0.055523 10.0.0.23 - - [2025-04-17 02:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004251 10.0.0.23 - - [2025-04-17 02:32:20] "GET /virtual-network/ed6a6afd-1926-43f0-a405-fe8c542210f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.009178 10.0.0.23 - - [2025-04-17 02:32:21] "POST /neutron/port HTTP/1.1" 200 1101 0.051835 10.0.0.23 - - [2025-04-17 02:32:21] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006880 10.0.0.23 - - [2025-04-17 02:32:22] "POST /neutron/port HTTP/1.1" 200 1102 0.022399 10.0.0.23 - - [2025-04-17 02:32:22] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008219 10.0.0.23 - - [2025-04-17 02:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.23 - - [2025-04-17 02:32:23] "GET /global-vrouter-config/2353e56c-ba9a-4c95-8ac7-e4aab067284b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004169 10.0.0.23 - - [2025-04-17 02:32:23] "GET /virtual-networks?parent_id=d7ac953d-2c40-46bf-a175-74debead77be&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004642 10.0.0.23 - - [2025-04-17 02:32:23] "GET /virtual-network/ed6a6afd-1926-43f0-a405-fe8c542210f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007150 10.0.0.23 - - [2025-04-17 02:32:23] "GET /projects?obj_uuids=d7ac953d-2c40-46bf-a175-74debead77be&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002454 10.0.0.23 - - [2025-04-17 02:32:23] "POST /neutron/floatingip HTTP/1.1" 200 532 0.100134 10.0.0.23 - - [2025-04-17 02:32:23] "POST /neutron/port HTTP/1.1" 200 1101 0.030468 10.0.0.23 - - [2025-04-17 02:32:23] "POST /neutron/floatingip HTTP/1.1" 200 532 0.009063 10.0.0.23 - - [2025-04-17 02:32:23] "POST /neutron/floatingip HTTP/1.1" 200 580 0.055167 10.0.0.23 - - [2025-04-17 02:32:23] "POST /neutron/port HTTP/1.1" 200 1102 0.021570 10.0.0.23 - - [2025-04-17 02:32:23] "POST /neutron/security_group HTTP/1.1" 200 2070 0.011054 10.0.0.23 - - [2025-04-17 02:32:23] "POST /neutron/port HTTP/1.1" 200 1102 0.019266 10.0.0.23 - - [2025-04-17 02:32:23] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008263 10.0.0.23 - - [2025-04-17 02:32:23] "POST /neutron/port HTTP/1.1" 200 1102 0.020241 10.0.0.23 - - [2025-04-17 02:32:23] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008014 10.0.0.23 - - [2025-04-17 02:32:23] "GET /virtual-machine/3a6000b4-0aa9-4c05-b1a9-1e77893bc8d6 HTTP/1.1" 200 1304 0.007517 10.0.0.23 - - [2025-04-17 02:32:23] "GET /virtual-machine-interface/50586352-693d-4a7f-85f9-a8d80c5c6e8c HTTP/1.1" 200 3003 0.006172 10.0.0.23 - - [2025-04-17 02:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.23 - - [2025-04-17 02:32:23] "GET /global-vrouter-config/2353e56c-ba9a-4c95-8ac7-e4aab067284b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004561 10.0.0.23 - - [2025-04-17 02:32:23] "GET /virtual-networks?parent_id=d7ac953d-2c40-46bf-a175-74debead77be&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.005373 10.0.0.23 - - [2025-04-17 02:32:23] "GET /virtual-network/89ac61fc-e6fe-4444-b174-3bacc796fc24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.008054 10.0.0.23 - - [2025-04-17 02:32:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003979 10.0.0.23 - - [2025-04-17 02:32:25] "GET /global-vrouter-config/2353e56c-ba9a-4c95-8ac7-e4aab067284b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005504 10.0.0.23 - - [2025-04-17 02:32:25] "GET /virtual-networks?parent_id=d7ac953d-2c40-46bf-a175-74debead77be&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004900 10.0.0.23 - - [2025-04-17 02:32:25] "GET /virtual-network/89ac61fc-e6fe-4444-b174-3bacc796fc24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006795 10.0.0.23 - - [2025-04-17 02:32:25] "POST /neutron/floatingip HTTP/1.1" 200 580 0.016704 10.0.0.23 - - [2025-04-17 02:32:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003952 10.0.0.23 - - [2025-04-17 02:32:25] "GET /routing-instance/d68c2c05-74b8-442b-974d-4f060dd1f25d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.004725 10.0.0.23 - - [2025-04-17 02:32:25] "GET /route-target/81dc3beb-d094-4f62-936c-e19aaa66662e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004727 10.0.0.23 - - [2025-04-17 02:32:25] "GET /floating-ip/bd919fde-e83f-4959-a7f5-0f7d1703e590 HTTP/1.1" 200 1893 0.007323 10.0.0.23 - - [2025-04-17 02:32:28] "POST /neutron/floatingip HTTP/1.1" 200 580 0.013697 10.0.0.23 - - [2025-04-17 02:32:28] "POST /neutron/floatingip HTTP/1.1" 200 532 0.030825 10.0.0.23 - - [2025-04-17 02:32:28] "POST /neutron/floatingip HTTP/1.1" 200 532 0.006947 10.0.0.23 - - [2025-04-17 02:32:28] "POST /neutron/floatingip HTTP/1.1" 200 115 0.045429 10.0.0.23 - - [2025-04-17 02:32:28] "GET /floating-ip-pool/5a9d3a25-658a-47f2-9c9a-cf2366d3cf7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.005606 10.0.0.23 - - [2025-04-17 02:32:28] "POST /ref-update HTTP/1.1" 200 156 0.012165 10.0.0.23 - - [2025-04-17 02:32:28] "DELETE /floating-ip-pool/5a9d3a25-658a-47f2-9c9a-cf2366d3cf7f HTTP/1.1" 200 115 0.028540 10.0.0.23 - - [2025-04-17 02:32:29] "POST /neutron/network HTTP/1.1" 200 839 0.007803 10.0.0.23 - - [2025-04-17 02:32:29] "POST /neutron/network HTTP/1.1" 400 204 0.015016 10.0.0.23 - - [2025-04-17 02:32:29] "POST /neutron/port HTTP/1.1" 200 1102 0.017589 10.0.0.23 - - [2025-04-17 02:32:29] "POST /neutron/port HTTP/1.1" 200 1128 0.014551 10.0.0.23 - - [2025-04-17 02:32:29] "POST /neutron/port HTTP/1.1" 200 1101 0.019653 10.0.0.23 - - [2025-04-17 02:32:29] "POST /neutron/port HTTP/1.1" 200 1127 0.014301 10.0.0.23 - - [2025-04-17 02:32:29] "POST /neutron/port HTTP/1.1" 200 151 0.145062 10.0.0.23 - - [2025-04-17 02:32:29] "POST /neutron/port HTTP/1.1" 200 151 0.136416 10.0.0.23 - - [2025-04-17 02:32:31] "POST /neutron/network HTTP/1.1" 200 839 0.007741 10.0.0.23 - - [2025-04-17 02:32:31] "POST /useragent-kv HTTP/1.1" 200 115 0.004555 10.0.0.23 - - [2025-04-17 02:32:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005660 10.0.0.23 - - [2025-04-17 02:32:31] "POST /useragent-kv HTTP/1.1" 200 115 0.004745 10.0.0.23 - - [2025-04-17 02:32:31] "POST /neutron/network HTTP/1.1" 200 151 0.104974 10.0.0.23 - - [2025-04-17 02:32:31] "GET /routing-instance/b55e6f9a-5b7b-4efe-868f-90e563a447ef HTTP/1.1" 404 171 0.004123 10.0.0.23 - - [2025-04-17 02:32:31] "DELETE /route-target/6c72c4b3-3d9e-456d-9a86-f9793205568f HTTP/1.1" 200 115 0.025635 10.0.0.23 - - [2025-04-17 02:32:31] "GET /domains HTTP/1.1" 200 280 0.003031 10.0.0.23 - - [2025-04-17 02:32:31] "GET /domains?obj_uuids=a9199e49-ddf7-4a44-9dbe-b10e2792616c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001412 10.0.0.23 - - [2025-04-17 02:32:31] "GET /domain/a9199e49-ddf7-4a44-9dbe-b10e2792616c HTTP/1.1" 200 2586 0.054600 10.0.0.23 - - [2025-04-17 02:32:31] "GET /projects?obj_uuids=d7ac953d-2c40-46bf-a175-74debead77be&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001422 10.0.0.23 - - [2025-04-17 02:32:31] "GET /project/d7ac953d-2c40-46bf-a175-74debead77be HTTP/1.1" 200 2175 0.076071 10.0.0.23 - - [2025-04-17 02:32:31] "POST /neutron/network HTTP/1.1" 200 840 0.008215 10.0.0.23 - - [2025-04-17 02:32:31] "POST /useragent-kv HTTP/1.1" 200 115 0.004021 10.0.0.23 - - [2025-04-17 02:32:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.006101 10.0.0.23 - - [2025-04-17 02:32:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003588 10.0.0.23 - - [2025-04-17 02:32:31] "POST /neutron/network HTTP/1.1" 200 151 0.110890 10.0.0.23 - - [2025-04-17 02:32:31] "GET /routing-instance/d68c2c05-74b8-442b-974d-4f060dd1f25d HTTP/1.1" 404 171 0.003739 10.0.0.23 - - [2025-04-17 02:32:31] "DELETE /route-target/81dc3beb-d094-4f62-936c-e19aaa66662e HTTP/1.1" 200 115 0.023012 10.0.0.23 - - [2025-04-17 02:32:31] "GET /domains HTTP/1.1" 200 280 0.004595 10.0.0.23 - - [2025-04-17 02:32:31] "GET /domains?obj_uuids=a9199e49-ddf7-4a44-9dbe-b10e2792616c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001607 10.0.0.23 - - [2025-04-17 02:32:31] "GET /domain/a9199e49-ddf7-4a44-9dbe-b10e2792616c HTTP/1.1" 200 2586 0.050720 10.0.0.23 - - [2025-04-17 02:32:31] "GET /projects?obj_uuids=d7ac953d-2c40-46bf-a175-74debead77be&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001876 10.0.0.23 - - [2025-04-17 02:32:31] "GET /project/d7ac953d-2c40-46bf-a175-74debead77be HTTP/1.1" 200 1925 0.078811 10.0.0.23 - - [2025-04-17 02:32:31] "GET /projects?obj_uuids=d7ac953d-2c40-46bf-a175-74debead77be&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001315 10.0.0.23 - - [2025-04-17 02:32:32] "GET /project/d7ac953d-2c40-46bf-a175-74debead77be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.033928 10.0.0.23 - - [2025-04-17 02:32:32] "GET /projects?obj_uuids=d7ac953d-2c40-46bf-a175-74debead77be&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001259 10.0.0.23 - - [2025-04-17 02:32:32] "GET /project/d7ac953d-2c40-46bf-a175-74debead77be?fields=virtual_networks HTTP/1.1" 200 1057 0.073097 10.0.0.23 - - [2025-04-17 02:32:32] "GET /projects?obj_uuids=d7ac953d-2c40-46bf-a175-74debead77be&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001460 10.0.0.23 - - [2025-04-17 02:32:32] "GET /project/d7ac953d-2c40-46bf-a175-74debead77be?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.033170 10.0.0.23 - - [2025-04-17 02:32:32] "GET /projects?obj_uuids=d7ac953d-2c40-46bf-a175-74debead77be&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001705 10.0.0.23 - - [2025-04-17 02:32:32] "GET /project/d7ac953d-2c40-46bf-a175-74debead77be?fields=security_groups HTTP/1.1" 200 1295 0.039294 10.0.0.23 - - [2025-04-17 02:32:33] "POST /fqname-to-id HTTP/1.1" 404 183 0.031270 10.0.0.23 - - [2025-04-17 02:32:33] "GET /projects?obj_uuids=8adc8e50-2d6b-4d32-b477-caa4489c8ddb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004008 10.0.0.23 - - [2025-04-17 02:32:33] "GET /domains?obj_uuids=a9199e49-ddf7-4a44-9dbe-b10e2792616c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001959 10.0.0.23 - - [2025-04-17 02:32:33] "GET /domain/a9199e49-ddf7-4a44-9dbe-b10e2792616c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010142 10.0.0.23 - - [2025-04-17 02:32:33] "POST /id-to-fqname HTTP/1.1" 200 185 0.001822 10.0.0.23 - - [2025-04-17 02:32:33] "POST /fqname-to-id HTTP/1.1" 404 194 0.003312 10.0.0.23 - - [2025-04-17 02:32:33] "POST /security-groups HTTP/1.1" 200 586 0.071172 10.0.0.23 - - [2025-04-17 02:32:33] "POST /fqname-to-id HTTP/1.1" 404 229 0.005224 10.0.0.23 - - [2025-04-17 02:32:33] "POST /projects HTTP/1.1" 200 575 0.236500 10.0.0.23 - - [2025-04-17 02:32:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.310283 10.0.0.23 - - [2025-04-17 02:32:33] "POST /access-control-lists HTTP/1.1" 200 591 0.066971 10.0.0.23 - - [2025-04-17 02:32:33] "POST /fqname-to-id HTTP/1.1" 404 228 0.003899 10.0.0.23 - - [2025-04-17 02:32:33] "GET /project/8adc8e50-2d6b-4d32-b477-caa4489c8ddb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.443683 10.0.0.23 - - [2025-04-17 02:32:33] "POST /access-control-lists HTTP/1.1" 200 589 0.064241 10.0.0.23 - - [2025-04-17 02:32:34] "GET / HTTP/1.1" 200 35931 0.003675 10.0.0.23 - - [2025-04-17 02:32:36] "GET /projects?obj_uuids=8adc8e50-2d6b-4d32-b477-caa4489c8ddb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001769 10.0.0.23 - - [2025-04-17 02:32:36] "GET /project/8adc8e50-2d6b-4d32-b477-caa4489c8ddb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.033474 10.0.0.23 - - [2025-04-17 02:32:36] "GET /projects?obj_uuids=8adc8e50-2d6b-4d32-b477-caa4489c8ddb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001277 10.0.0.23 - - [2025-04-17 02:32:36] "GET /project/8adc8e50-2d6b-4d32-b477-caa4489c8ddb?fields=virtual_networks HTTP/1.1" 200 1023 0.080277 10.0.0.23 - - [2025-04-17 02:32:36] "GET /projects?obj_uuids=8adc8e50-2d6b-4d32-b477-caa4489c8ddb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001425 10.0.0.23 - - [2025-04-17 02:32:36] "GET /project/8adc8e50-2d6b-4d32-b477-caa4489c8ddb?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.040365 10.0.0.23 - - [2025-04-17 02:32:36] "GET /projects?obj_uuids=8adc8e50-2d6b-4d32-b477-caa4489c8ddb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001604 10.0.0.23 - - [2025-04-17 02:32:36] "GET /project/8adc8e50-2d6b-4d32-b477-caa4489c8ddb?fields=security_groups HTTP/1.1" 200 1244 0.042427 10.0.0.23 - - [2025-04-17 02:32:37] "POST /fqname-to-id HTTP/1.1" 404 191 0.030580 10.0.0.23 - - [2025-04-17 02:32:37] "GET /projects?obj_uuids=daed6ef7-ed15-4013-82c8-03b25129d069&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003235 10.0.0.23 - - [2025-04-17 02:32:37] "GET /domains?obj_uuids=a9199e49-ddf7-4a44-9dbe-b10e2792616c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001341 10.0.0.23 - - [2025-04-17 02:32:37] "GET /domain/a9199e49-ddf7-4a44-9dbe-b10e2792616c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009060 10.0.0.23 - - [2025-04-17 02:32:37] "POST /id-to-fqname HTTP/1.1" 200 193 0.001706 10.0.0.23 - - [2025-04-17 02:32:37] "POST /fqname-to-id HTTP/1.1" 404 202 0.002858 10.0.0.23 - - [2025-04-17 02:32:37] "POST /security-groups HTTP/1.1" 200 594 0.069550 10.0.0.23 - - [2025-04-17 02:32:37] "POST /fqname-to-id HTTP/1.1" 404 237 0.004154 10.0.0.23 - - [2025-04-17 02:32:37] "POST /projects HTTP/1.1" 200 591 0.251706 10.0.0.23 - - [2025-04-17 02:32:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.330908 10.0.0.23 - - [2025-04-17 02:32:37] "POST /access-control-lists HTTP/1.1" 200 599 0.070860 10.0.0.23 - - [2025-04-17 02:32:38] "POST /fqname-to-id HTTP/1.1" 404 236 0.002729 10.0.0.23 - - [2025-04-17 02:32:38] "GET /project/daed6ef7-ed15-4013-82c8-03b25129d069?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.509149 10.0.0.23 - - [2025-04-17 02:32:38] "POST /access-control-lists HTTP/1.1" 200 597 0.080220 10.0.0.23 - - [2025-04-17 02:32:39] "GET / HTTP/1.1" 200 35931 0.002444 10.0.0.23 - - [2025-04-17 02:32:40] "GET /project/daed6ef7-ed15-4013-82c8-03b25129d069?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.004687 10.0.0.23 - - [2025-04-17 02:32:40] "GET /projects?obj_uuids=daed6ef7-ed15-4013-82c8-03b25129d069&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001648 10.0.0.23 - - [2025-04-17 02:32:40] "GET /project/daed6ef7-ed15-4013-82c8-03b25129d069?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.067734 10.0.0.23 - - [2025-04-17 02:32:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004263 10.0.0.23 - - [2025-04-17 02:32:40] "GET /security-group/0138726b-fe43-42b6-bf16-b3e611b994f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3761 0.007277 10.0.0.23 - - [2025-04-17 02:32:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003830 10.0.0.23 - - [2025-04-17 02:32:40] "GET /projects?obj_uuids=daed6ef7-ed15-4013-82c8-03b25129d069&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002137 10.0.0.23 - - [2025-04-17 02:32:40] "GET /project/daed6ef7-ed15-4013-82c8-03b25129d069?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.036032 10.0.0.23 - - [2025-04-17 02:32:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.23 - - [2025-04-17 02:32:41] "GET /security-group/0138726b-fe43-42b6-bf16-b3e611b994f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3761 0.006808 10.0.0.23 - - [2025-04-17 02:32:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004217 10.0.0.23 - - [2025-04-17 02:32:41] "PUT /security-group/0138726b-fe43-42b6-bf16-b3e611b994f9 HTTP/1.1" 200 262 0.018416 10.0.0.23 - - [2025-04-17 02:32:41] "PUT /access-control-list/05c738a8-50b3-4c3b-9759-373408d6eb86 HTTP/1.1" 200 272 0.013586 10.0.0.23 - - [2025-04-17 02:32:41] "PUT /access-control-list/e06a0747-1c07-4ef4-baf2-e9f0e3595e51 HTTP/1.1" 200 272 0.016812 10.0.0.23 - - [2025-04-17 02:32:41] "POST /fqname-to-id HTTP/1.1" 404 202 0.006775 10.0.0.23 - - [2025-04-17 02:32:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.23 - - [2025-04-17 02:32:41] "GET /projects?obj_uuids=daed6ef7-ed15-4013-82c8-03b25129d069&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001483 10.0.0.23 - - [2025-04-17 02:32:41] "GET /project/daed6ef7-ed15-4013-82c8-03b25129d069?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.034956 10.0.0.23 - - [2025-04-17 02:32:41] "POST /neutron/network HTTP/1.1" 200 117 0.039897 10.0.0.23 - - [2025-04-17 02:32:41] "GET /projects?obj_uuids=daed6ef7-ed15-4013-82c8-03b25129d069&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001693 10.0.0.23 - - [2025-04-17 02:32:41] "POST /neutron/network HTTP/1.1" 200 608 0.090685 10.0.0.23 - - [2025-04-17 02:32:41] "POST /route-targets HTTP/1.1" 200 327 0.012382 10.0.0.23 - - [2025-04-17 02:32:41] "POST /ref-update HTTP/1.1" 200 156 0.015720 10.0.0.23 - - [2025-04-17 02:32:41] "POST /useragent-kv HTTP/1.1" 200 115 0.004215 10.0.0.23 - - [2025-04-17 02:32:41] "POST /neutron/subnet HTTP/1.1" 200 715 0.214798 10.0.0.23 - - [2025-04-17 02:32:41] "POST /neutron/network HTTP/1.1" 200 825 0.007728 10.0.0.23 - - [2025-04-17 02:32:41] "POST /id-to-fqname HTTP/1.1" 200 223 0.001909 10.0.0.23 - - [2025-04-17 02:32:41] "GET /virtual-network/431781dd-19d6-4ab0-9acf-6d998b25ac54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007975 10.0.0.23 - - [2025-04-17 02:32:41] "POST /neutron/network HTTP/1.1" 200 825 0.008470 10.0.0.23 - - [2025-04-17 02:32:41] "GET /virtual-network/431781dd-19d6-4ab0-9acf-6d998b25ac54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006722 10.0.0.23 - - [2025-04-17 02:32:41] "POST /neutron/network HTTP/1.1" 200 825 0.008473 10.0.0.23 - - [2025-04-17 02:32:41] "POST /neutron/subnet HTTP/1.1" 200 715 0.009519 10.0.0.23 - - [2025-04-17 02:32:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.23 - - [2025-04-17 02:32:42] "GET /projects?obj_uuids=daed6ef7-ed15-4013-82c8-03b25129d069&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001431 10.0.0.23 - - [2025-04-17 02:32:42] "GET /project/daed6ef7-ed15-4013-82c8-03b25129d069?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.032902 10.0.0.23 - - [2025-04-17 02:32:42] "POST /neutron/network HTTP/1.1" 200 117 0.015029 10.0.0.23 - - [2025-04-17 02:32:42] "GET /projects?obj_uuids=daed6ef7-ed15-4013-82c8-03b25129d069&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001575 10.0.0.23 - - [2025-04-17 02:32:42] "POST /neutron/network HTTP/1.1" 200 615 0.129945 10.0.0.23 - - [2025-04-17 02:32:42] "POST /route-targets HTTP/1.1" 200 327 0.025999 10.0.0.23 - - [2025-04-17 02:32:42] "POST /ref-update HTTP/1.1" 200 156 0.016622 10.0.0.23 - - [2025-04-17 02:32:42] "POST /useragent-kv HTTP/1.1" 200 115 0.004301 10.0.0.23 - - [2025-04-17 02:32:42] "POST /neutron/subnet HTTP/1.1" 200 725 0.213889 10.0.0.23 - - [2025-04-17 02:32:42] "POST /neutron/network HTTP/1.1" 200 834 0.008178 10.0.0.23 - - [2025-04-17 02:32:42] "POST /id-to-fqname HTTP/1.1" 200 227 0.001577 10.0.0.23 - - [2025-04-17 02:32:42] "GET /virtual-network/38ca3a5c-6a2a-46cb-8bfb-4037b65b9598?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006902 10.0.0.23 - - [2025-04-17 02:32:42] "POST /neutron/network HTTP/1.1" 200 834 0.008780 10.0.0.23 - - [2025-04-17 02:32:42] "GET /virtual-network/38ca3a5c-6a2a-46cb-8bfb-4037b65b9598?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006464 10.0.0.23 - - [2025-04-17 02:32:42] "POST /neutron/network HTTP/1.1" 200 834 0.009216 10.0.0.23 - - [2025-04-17 02:32:42] "POST /neutron/subnet HTTP/1.1" 200 725 0.010086 10.0.0.23 - - [2025-04-17 02:32:42] "POST /id-to-fqname HTTP/1.1" 200 223 0.001601 10.0.0.23 - - [2025-04-17 02:32:42] "POST /neutron/network HTTP/1.1" 200 835 0.008057 10.0.0.23 - - [2025-04-17 02:32:42] "GET /aaa-mode HTTP/1.1" 401 292 0.000523 10.0.0.23 - - [2025-04-17 02:32:43] "GET / HTTP/1.1" 200 35931 0.001977 10.0.0.23 - - [2025-04-17 02:32:43] "GET /project/daed6ef7-ed15-4013-82c8-03b25129d069?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000656 10.0.0.23 - - [2025-04-17 02:32:43] "GET /projects?obj_uuids=daed6ef7-ed15-4013-82c8-03b25129d069&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001565 10.0.0.23 - - [2025-04-17 02:32:43] "GET /project/daed6ef7-ed15-4013-82c8-03b25129d069?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.069940 10.0.0.23 - - [2025-04-17 02:32:43] "POST /neutron/network HTTP/1.1" 200 825 0.022290 10.0.0.23 - - [2025-04-17 02:32:43] "POST /neutron/port HTTP/1.1" 200 117 0.007587 10.0.0.23 - - [2025-04-17 02:32:43] "POST /neutron/port HTTP/1.1" 200 117 0.005975 10.0.0.23 - - [2025-04-17 02:32:43] "POST /id-to-fqname HTTP/1.1" 200 227 0.001723 10.0.0.23 - - [2025-04-17 02:32:44] "POST /neutron/port HTTP/1.1" 200 117 0.009121 10.0.0.23 - - [2025-04-17 02:32:44] "POST /neutron/network HTTP/1.1" 200 844 0.014353 10.0.0.23 - - [2025-04-17 02:32:44] "GET /aaa-mode HTTP/1.1" 401 292 0.000596 10.0.0.23 - - [2025-04-17 02:32:44] "POST /neutron/network HTTP/1.1" 200 835 0.007581 10.0.0.23 - - [2025-04-17 02:32:44] "GET /projects?obj_uuids=daed6ef7-ed15-4013-82c8-03b25129d069&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001517 10.0.0.23 - - [2025-04-17 02:32:44] "GET / HTTP/1.1" 200 35931 0.001889 10.0.0.23 - - [2025-04-17 02:32:44] "GET /project/daed6ef7-ed15-4013-82c8-03b25129d069?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000679 10.0.0.23 - - [2025-04-17 02:32:44] "POST /neutron/port HTTP/1.1" 200 1061 0.264699 10.0.0.23 - - [2025-04-17 02:32:44] "POST /neutron/port HTTP/1.1" 200 1061 0.012220 10.0.0.23 - - [2025-04-17 02:32:44] "POST /neutron/port HTTP/1.1" 200 1061 0.012774 10.0.0.23 - - [2025-04-17 02:32:44] "POST /neutron/port HTTP/1.1" 200 1115 0.077816 10.0.0.23 - - [2025-04-17 02:32:44] "GET /projects?obj_uuids=daed6ef7-ed15-4013-82c8-03b25129d069&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001603 10.0.0.23 - - [2025-04-17 02:32:44] "POST /neutron/port HTTP/1.1" 200 1089 0.029711 10.0.0.23 - - [2025-04-17 02:32:44] "GET /project/daed6ef7-ed15-4013-82c8-03b25129d069?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.096859 10.0.0.23 - - [2025-04-17 02:32:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007134 10.0.0.23 - - [2025-04-17 02:32:45] "POST /neutron/network HTTP/1.1" 200 834 0.009932 10.0.0.23 - - [2025-04-17 02:32:45] "POST /neutron/subnet HTTP/1.1" 200 689 0.018417 10.0.0.23 - - [2025-04-17 02:32:45] "POST /neutron/port HTTP/1.1" 200 117 0.001331 10.0.0.23 - - [2025-04-17 02:32:45] "POST /neutron/network HTTP/1.1" 200 825 0.007889 10.0.0.23 - - [2025-04-17 02:32:45] "POST /neutron/port HTTP/1.1" 200 1089 0.017981 10.0.0.23 - - [2025-04-17 02:32:45] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008020 10.0.0.23 - - [2025-04-17 02:32:45] "POST /neutron/port HTTP/1.1" 200 117 0.006498 10.0.0.23 - - [2025-04-17 02:32:45] "GET /projects?obj_uuids=daed6ef7-ed15-4013-82c8-03b25129d069&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001798 10.0.0.23 - - [2025-04-17 02:32:45] "POST /neutron/router HTTP/1.1" 200 585 0.123484 10.0.0.23 - - [2025-04-17 02:32:45] "POST /neutron/router HTTP/1.1" 200 585 0.004870 10.0.0.23 - - [2025-04-17 02:32:45] "POST /route-targets HTTP/1.1" 200 327 0.039077 10.0.0.23 - - [2025-04-17 02:32:45] "PUT /logical-router/c304e8c2-3217-429a-89d8-186e1c1b4d35 HTTP/1.1" 200 262 0.062376 10.0.0.23 - - [2025-04-17 02:32:45] "POST /neutron/router HTTP/1.1" 200 656 0.076094 10.0.0.23 - - [2025-04-17 02:32:45] "GET /logical-router/c304e8c2-3217-429a-89d8-186e1c1b4d35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1641 0.014811 10.0.0.23 - - [2025-04-17 02:32:45] "POST /neutron/router HTTP/1.1" 200 656 0.007727 10.0.0.23 - - [2025-04-17 02:32:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.23 - - [2025-04-17 02:32:45] "GET /projects?obj_uuids=daed6ef7-ed15-4013-82c8-03b25129d069&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001421 10.0.0.23 - - [2025-04-17 02:32:45] "GET /service-template/4f7dbf53-0182-42dd-badc-6632228920d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.006251 10.0.0.23 - - [2025-04-17 02:32:45] "POST /fqname-to-id HTTP/1.1" 404 215 0.008677 10.0.0.23 - - [2025-04-17 02:32:45] "POST /neutron/network HTTP/1.1" 200 844 0.030575 10.0.0.23 - - [2025-04-17 02:32:45] "GET /projects?obj_uuids=daed6ef7-ed15-4013-82c8-03b25129d069&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002079 10.0.0.23 - - [2025-04-17 02:32:46] "POST /useragent-kv HTTP/1.1" 200 115 0.005240 10.0.0.23 - - [2025-04-17 02:32:46] "POST /virtual-networks HTTP/1.1" 200 694 0.296163 10.0.0.23 - - [2025-04-17 02:32:46] "POST /route-targets HTTP/1.1" 200 327 0.038909 10.0.0.23 - - [2025-04-17 02:32:46] "POST /neutron/router HTTP/1.1" 200 344 0.544687 10.0.0.23 - - [2025-04-17 02:32:46] "POST /ref-update HTTP/1.1" 200 156 0.086817 10.0.0.23 - - [2025-04-17 02:32:46] "POST /service-instances HTTP/1.1" 200 670 0.204333 10.0.0.23 - - [2025-04-17 02:32:46] "POST /neutron/port HTTP/1.1" 200 1089 0.127476 10.0.0.23 - - [2025-04-17 02:32:46] "POST /ref-update HTTP/1.1" 200 156 0.045680 10.0.0.23 - - [2025-04-17 02:32:46] "POST /neutron/security_group HTTP/1.1" 200 2002 0.042341 10.0.0.23 - - [2025-04-17 02:32:46] "POST /route-tables HTTP/1.1" 200 582 0.093814 10.0.0.23 - - [2025-04-17 02:32:46] "PUT /logical-router/c304e8c2-3217-429a-89d8-186e1c1b4d35 HTTP/1.1" 200 262 0.056047 10.0.0.23 - - [2025-04-17 02:32:46] "POST /neutron/port HTTP/1.1" 200 1063 0.652417 10.0.0.23 - - [2025-04-17 02:32:46] "POST /neutron/port HTTP/1.1" 200 1063 0.012738 10.0.0.23 - - [2025-04-17 02:32:46] "POST /ref-update HTTP/1.1" 200 156 0.036927 10.0.0.23 - - [2025-04-17 02:32:46] "POST /neutron/port HTTP/1.1" 200 1063 0.013520 10.0.0.23 - - [2025-04-17 02:32:46] "POST /neutron/port HTTP/1.1" 200 1117 0.094523 10.0.0.23 - - [2025-04-17 02:32:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003909 10.0.0.23 - - [2025-04-17 02:32:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003033 10.0.0.23 - - [2025-04-17 02:32:46] "POST /neutron/port HTTP/1.1" 200 1091 0.018533 10.0.0.23 - - [2025-04-17 02:32:46] "POST /virtual-machines HTTP/1.1" 200 553 0.018568 10.0.0.23 - - [2025-04-17 02:32:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003664 10.0.0.23 - - [2025-04-17 02:32:47] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.134125 10.0.0.23 - - [2025-04-17 02:32:47] "POST /neutron/subnet HTTP/1.1" 200 699 0.035742 10.0.0.23 - - [2025-04-17 02:32:47] "POST /neutron/port HTTP/1.1" 200 117 0.001733 10.0.0.23 - - [2025-04-17 02:32:47] "POST /chown HTTP/1.1" 200 109 0.017494 10.0.0.23 - - [2025-04-17 02:32:47] "POST /neutron/network HTTP/1.1" 200 834 0.007861 10.0.0.23 - - [2025-04-17 02:32:47] "POST /instance-ips HTTP/1.1" 200 551 0.050601 10.0.0.23 - - [2025-04-17 02:32:47] "POST /instance-ips HTTP/1.1" 400 246 0.032296 10.0.0.23 - - [2025-04-17 02:32:47] "POST /chown HTTP/1.1" 200 109 0.010153 10.0.0.23 - - [2025-04-17 02:32:47] "PUT /virtual-machine-interface/00cfb5d8-ba5a-4941-8f15-b15afc0b03e5 HTTP/1.1" 200 284 0.012939 10.0.0.23 - - [2025-04-17 02:32:47] "PUT /instance-ip/cdb098d6-6ab4-4602-ac28-d8506b07e5d0 HTTP/1.1" 200 256 0.017783 10.0.0.23 - - [2025-04-17 02:32:47] "POST /ref-update HTTP/1.1" 200 156 0.018926 10.0.0.23 - - [2025-04-17 02:32:47] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.109001 10.0.0.23 - - [2025-04-17 02:32:47] "POST /chown HTTP/1.1" 200 109 0.009554 10.0.0.23 - - [2025-04-17 02:32:47] "POST /instance-ips HTTP/1.1" 200 549 0.036256 10.0.0.23 - - [2025-04-17 02:32:47] "POST /instance-ips HTTP/1.1" 400 316 0.020493 10.0.0.23 - - [2025-04-17 02:32:47] "POST /chown HTTP/1.1" 200 109 0.017239 10.0.0.23 - - [2025-04-17 02:32:48] "PUT /virtual-machine-interface/6fe1d7b0-efd4-48ab-8eba-13673e6ba490 HTTP/1.1" 200 284 0.014225 10.0.0.23 - - [2025-04-17 02:32:48] "PUT /instance-ip/7a5744f6-a0b6-48ec-b0d5-591466e6402f HTTP/1.1" 200 256 0.018382 10.0.0.23 - - [2025-04-17 02:32:48] "POST /ref-update HTTP/1.1" 200 156 0.016964 10.0.0.23 - - [2025-04-17 02:32:48] "POST /ref-update HTTP/1.1" 200 156 0.031368 10.0.0.23 - - [2025-04-17 02:32:48] "POST /ref-update HTTP/1.1" 200 156 0.044931 10.0.0.23 - - [2025-04-17 02:32:48] "PUT /routing-instance/b67af6d1-9b99-4950-8bc0-604426f76ae3 HTTP/1.1" 200 266 0.035714 10.0.0.23 - - [2025-04-17 02:32:48] "POST /virtual-machines HTTP/1.1" 200 553 0.026961 10.0.0.23 - - [2025-04-17 02:32:48] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.153064 10.0.0.23 - - [2025-04-17 02:32:48] "POST /chown HTTP/1.1" 200 109 0.010652 10.0.0.23 - - [2025-04-17 02:32:48] "POST /instance-ips HTTP/1.1" 400 246 0.019253 10.0.0.23 - - [2025-04-17 02:32:48] "POST /chown HTTP/1.1" 200 109 0.009917 10.0.0.23 - - [2025-04-17 02:32:48] "PUT /virtual-machine-interface/5501ae5b-331b-4c0e-a243-0b62abfe7bc3 HTTP/1.1" 200 284 0.013353 10.0.0.23 - - [2025-04-17 02:32:48] "PUT /instance-ip/cdb098d6-6ab4-4602-ac28-d8506b07e5d0 HTTP/1.1" 200 256 0.014762 10.0.0.23 - - [2025-04-17 02:32:48] "POST /ref-update HTTP/1.1" 200 156 0.017095 10.0.0.23 - - [2025-04-17 02:32:48] "POST /ref-update HTTP/1.1" 200 156 0.013742 10.0.0.23 - - [2025-04-17 02:32:49] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.119271 10.0.0.23 - - [2025-04-17 02:32:49] "POST /chown HTTP/1.1" 200 109 0.009780 10.0.0.23 - - [2025-04-17 02:32:49] "POST /instance-ips HTTP/1.1" 400 316 0.016542 10.0.0.23 - - [2025-04-17 02:32:49] "POST /chown HTTP/1.1" 200 109 0.013370 10.0.0.23 - - [2025-04-17 02:32:49] "PUT /virtual-machine-interface/50297c37-2884-4fe5-aa0c-3ca9bb0f646e HTTP/1.1" 200 284 0.018925 10.0.0.23 - - [2025-04-17 02:32:49] "PUT /instance-ip/7a5744f6-a0b6-48ec-b0d5-591466e6402f HTTP/1.1" 200 256 0.014269 10.0.0.23 - - [2025-04-17 02:32:49] "POST /ref-update HTTP/1.1" 200 156 0.014617 10.0.0.23 - - [2025-04-17 02:32:49] "POST /ref-update HTTP/1.1" 200 156 0.019974 10.0.0.23 - - [2025-04-17 02:32:51] "POST /neutron/port HTTP/1.1" 200 1089 0.026389 10.0.0.23 - - [2025-04-17 02:32:51] "POST /neutron/port HTTP/1.1" 200 1089 0.019267 10.0.0.23 - - [2025-04-17 02:32:51] "POST /neutron/network HTTP/1.1" 200 835 0.013310 10.0.0.23 - - [2025-04-17 02:32:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004522 10.0.0.23 - - [2025-04-17 02:32:51] "POST /neutron/subnet HTTP/1.1" 200 689 0.014904 10.0.0.23 - - [2025-04-17 02:32:51] "POST /neutron/port HTTP/1.1" 200 117 0.001608 10.0.0.23 - - [2025-04-17 02:32:51] "POST /neutron/network HTTP/1.1" 200 825 0.008209 10.0.0.23 - - [2025-04-17 02:32:51] "POST /neutron/port HTTP/1.1" 200 1089 0.030285 10.0.0.23 - - [2025-04-17 02:32:51] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008410 10.0.0.23 - - [2025-04-17 02:32:51] "POST /neutron/port HTTP/1.1" 200 1089 0.020012 10.0.0.23 - - [2025-04-17 02:32:51] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008187 10.0.0.23 - - [2025-04-17 02:32:51] "POST /neutron/port HTTP/1.1" 200 1089 0.020505 10.0.0.23 - - [2025-04-17 02:32:51] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008300 10.0.0.23 - - [2025-04-17 02:32:51] "GET /virtual-machine/a5f37e94-30b7-451f-a93f-064fdbee7fb3 HTTP/1.1" 401 292 0.000547 10.0.0.23 - - [2025-04-17 02:32:52] "GET /virtual-machine/a5f37e94-30b7-451f-a93f-064fdbee7fb3 HTTP/1.1" 200 1296 0.035041 10.0.0.23 - - [2025-04-17 02:32:52] "GET /virtual-machine-interface/85287faa-13ce-4bcd-8186-c9ea01cf4c81 HTTP/1.1" 200 2955 0.007524 10.0.0.23 - - [2025-04-17 02:32:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004039 10.0.0.23 - - [2025-04-17 02:32:52] "GET /global-vrouter-config/2353e56c-ba9a-4c95-8ac7-e4aab067284b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005007 10.0.0.23 - - [2025-04-17 02:32:52] "GET /virtual-networks?parent_id=daed6ef7-ed15-4013-82c8-03b25129d069&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.005714 10.0.0.23 - - [2025-04-17 02:32:52] "GET /virtual-network/431781dd-19d6-4ab0-9acf-6d998b25ac54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.010871 10.0.0.23 - - [2025-04-17 02:32:54] "POST /neutron/port HTTP/1.1" 200 1089 0.022934 10.0.0.23 - - [2025-04-17 02:32:54] "POST /neutron/security_group HTTP/1.1" 200 2002 0.012591 10.0.0.23 - - [2025-04-17 02:32:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003994 10.0.0.23 - - [2025-04-17 02:32:55] "GET /virtual-network/431781dd-19d6-4ab0-9acf-6d998b25ac54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006258 10.0.0.23 - - [2025-04-17 02:32:57] "POST /neutron/port HTTP/1.1" 200 1091 0.019259 10.0.0.23 - - [2025-04-17 02:32:57] "POST /neutron/security_group HTTP/1.1" 200 2002 0.010321 10.0.0.23 - - [2025-04-17 02:32:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.23 - - [2025-04-17 02:32:57] "GET /global-vrouter-config/2353e56c-ba9a-4c95-8ac7-e4aab067284b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004286 10.0.0.23 - - [2025-04-17 02:32:57] "GET /virtual-networks?parent_id=daed6ef7-ed15-4013-82c8-03b25129d069&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003773 10.0.0.23 - - [2025-04-17 02:32:57] "GET /virtual-network/431781dd-19d6-4ab0-9acf-6d998b25ac54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007857 10.0.0.23 - - [2025-04-17 02:32:57] "POST /neutron/port HTTP/1.1" 200 1091 0.021103 10.0.0.23 - - [2025-04-17 02:32:57] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008551 10.0.0.23 - - [2025-04-17 02:32:57] "POST /neutron/port HTTP/1.1" 200 1091 0.018659 10.0.0.23 - - [2025-04-17 02:32:58] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008727 10.0.0.23 - - [2025-04-17 02:32:58] "POST /neutron/port HTTP/1.1" 200 1091 0.023616 10.0.0.23 - - [2025-04-17 02:32:58] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009454 10.0.0.23 - - [2025-04-17 02:32:58] "GET /virtual-machine/3eb25049-fc87-492c-bea5-78a79b5af475 HTTP/1.1" 200 1295 0.007161 10.0.0.23 - - [2025-04-17 02:32:58] "GET /virtual-machine-interface/f38f426e-09a8-4dd2-a745-d6ff73c6ec1f HTTP/1.1" 200 2969 0.007021 10.0.0.23 - - [2025-04-17 02:32:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.23 - - [2025-04-17 02:32:58] "GET /global-vrouter-config/2353e56c-ba9a-4c95-8ac7-e4aab067284b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003690 10.0.0.23 - - [2025-04-17 02:32:58] "GET /virtual-networks?parent_id=daed6ef7-ed15-4013-82c8-03b25129d069&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004064 10.0.0.23 - - [2025-04-17 02:32:58] "GET /virtual-network/38ca3a5c-6a2a-46cb-8bfb-4037b65b9598?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.007143 10.0.0.23 - - [2025-04-17 02:32:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912 10.0.0.23 - - [2025-04-17 02:32:59] "GET /global-vrouter-config/2353e56c-ba9a-4c95-8ac7-e4aab067284b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004658 10.0.0.23 - - [2025-04-17 02:32:59] "GET /virtual-networks?parent_id=daed6ef7-ed15-4013-82c8-03b25129d069&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004946 10.0.0.23 - - [2025-04-17 02:32:59] "GET /virtual-network/38ca3a5c-6a2a-46cb-8bfb-4037b65b9598?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.007153 10.0.0.23 - - [2025-04-17 02:33:03] "POST /neutron/router HTTP/1.1" 200 656 0.005490 10.0.0.23 - - [2025-04-17 02:33:03] "POST /ref-update HTTP/1.1" 200 156 0.013976 10.0.0.23 - - [2025-04-17 02:33:03] "POST /neutron/router HTTP/1.1" 200 344 0.116617 10.0.0.23 - - [2025-04-17 02:33:03] "POST /neutron/router HTTP/1.1" 200 656 0.006781 10.0.0.23 - - [2025-04-17 02:33:03] "GET /logical-router/c304e8c2-3217-429a-89d8-186e1c1b4d35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1972 0.004302 10.0.0.23 - - [2025-04-17 02:33:03] "GET /service-instance/ca8d1bcd-818c-45d2-8077-fdd5a2b673a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2315 0.005061 10.0.0.23 - - [2025-04-17 02:33:03] "POST /neutron/router HTTP/1.1" 200 151 0.072040 10.0.0.23 - - [2025-04-17 02:33:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003094 10.0.0.23 - - [2025-04-17 02:33:03] "DELETE /route-target/5109903c-23a7-4e6f-9ad8-4c92912bbcdd HTTP/1.1" 409 239 0.006783 10.0.0.23 - - [2025-04-17 02:33:03] "PUT /logical-router/c304e8c2-3217-429a-89d8-186e1c1b4d35 HTTP/1.1" 404 171 0.003808 10.0.0.23 - - [2025-04-17 02:33:03] "POST /ref-update HTTP/1.1" 200 156 0.019829 10.0.0.23 - - [2025-04-17 02:33:03] "DELETE /route-table/c25101d0-96a9-4078-a421-05838c7f41a2 HTTP/1.1" 200 115 0.050902 10.0.0.23 - - [2025-04-17 02:33:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003896 10.0.0.23 - - [2025-04-17 02:33:03] "PUT /routing-instance/b67af6d1-9b99-4950-8bc0-604426f76ae3 HTTP/1.1" 200 266 0.011773 10.0.0.23 - - [2025-04-17 02:33:03] "GET /virtual-network/c97e71aa-73ad-4db8-8007-cc0c85d4461d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.007735 10.0.0.23 - - [2025-04-17 02:33:03] "POST /neutron/network HTTP/1.1" 200 834 0.017271 10.0.0.23 - - [2025-04-17 02:33:03] "POST /ref-update HTTP/1.1" 200 156 0.011721 10.0.0.23 - - [2025-04-17 02:33:03] "POST /neutron/network HTTP/1.1" 400 204 0.060664 10.0.0.23 - - [2025-04-17 02:33:04] "POST /ref-update HTTP/1.1" 200 156 0.011640 10.0.0.23 - - [2025-04-17 02:33:04] "DELETE /instance-ip/7a5744f6-a0b6-48ec-b0d5-591466e6402f HTTP/1.1" 200 115 0.061836 10.0.0.23 - - [2025-04-17 02:33:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.008208 10.0.0.23 - - [2025-04-17 02:33:04] "POST /useragent-kv HTTP/1.1" 200 115 0.005291 10.0.0.23 - - [2025-04-17 02:33:04] "POST /useragent-kv HTTP/1.1" 200 115 0.006206 10.0.0.23 - - [2025-04-17 02:33:04] "DELETE /virtual-network/c97e71aa-73ad-4db8-8007-cc0c85d4461d HTTP/1.1" 200 115 0.153775 10.0.0.23 - - [2025-04-17 02:33:04] "DELETE /route-target/5df1e575-933d-4a2b-ac0c-ae8ba9b97d1a HTTP/1.1" 200 115 0.034226 10.0.0.23 - - [2025-04-17 02:33:04] "DELETE /service-instance/ca8d1bcd-818c-45d2-8077-fdd5a2b673a1 HTTP/1.1" 200 115 0.047683 10.0.0.23 - - [2025-04-17 02:33:04] "GET /logical-router/c304e8c2-3217-429a-89d8-186e1c1b4d35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003532 10.0.0.23 - - [2025-04-17 02:33:04] "GET /service-instance/ca8d1bcd-818c-45d2-8077-fdd5a2b673a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004779 10.0.0.23 - - [2025-04-17 02:33:04] "POST /neutron/port HTTP/1.1" 200 1091 0.020075 10.0.0.23 - - [2025-04-17 02:33:04] "POST /neutron/port HTTP/1.1" 200 1117 0.014816 10.0.0.23 - - [2025-04-17 02:33:04] "GET /virtual-machine-interface/6fe1d7b0-efd4-48ab-8eba-13673e6ba490?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1333 0.009215 10.0.0.23 - - [2025-04-17 02:33:04] "POST /neutron/port HTTP/1.1" 200 1089 0.037213 10.0.0.23 - - [2025-04-17 02:33:04] "POST /neutron/port HTTP/1.1" 200 1115 0.017292 10.0.0.23 - - [2025-04-17 02:33:04] "DELETE /virtual-machine-interface/6fe1d7b0-efd4-48ab-8eba-13673e6ba490 HTTP/1.1" 200 115 0.098144 10.0.0.23 - - [2025-04-17 02:33:04] "GET /virtual-machine-interface/00cfb5d8-ba5a-4941-8f15-b15afc0b03e5?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1651 0.005804 10.0.0.23 - - [2025-04-17 02:33:04] "POST /neutron/port HTTP/1.1" 200 151 0.235998 10.0.0.23 - - [2025-04-17 02:33:04] "POST /ref-update HTTP/1.1" 200 156 0.030629 10.0.0.23 - - [2025-04-17 02:33:04] "GET /instance-ip/cdb098d6-6ab4-4602-ac28-d8506b07e5d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004869 10.0.0.23 - - [2025-04-17 02:33:04] "POST /neutron/port HTTP/1.1" 200 151 0.204669 10.0.0.23 - - [2025-04-17 02:33:04] "DELETE /virtual-machine-interface/00cfb5d8-ba5a-4941-8f15-b15afc0b03e5 HTTP/1.1" 200 115 0.051139 10.0.0.23 - - [2025-04-17 02:33:04] "POST /ref-update HTTP/1.1" 200 156 0.016184 10.0.0.23 - - [2025-04-17 02:33:04] "DELETE /virtual-machine/cd00d93e-98f0-4af9-9f4c-b1153fd9eb6e HTTP/1.1" 200 115 0.029194 10.0.0.23 - - [2025-04-17 02:33:04] "GET /virtual-machine-interface/50297c37-2884-4fe5-aa0c-3ca9bb0f646e?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1333 0.006544 10.0.0.23 - - [2025-04-17 02:33:05] "DELETE /virtual-machine-interface/50297c37-2884-4fe5-aa0c-3ca9bb0f646e HTTP/1.1" 200 115 0.042652 10.0.0.23 - - [2025-04-17 02:33:05] "GET /virtual-machine-interface/5501ae5b-331b-4c0e-a243-0b62abfe7bc3?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1653 0.006891 10.0.0.23 - - [2025-04-17 02:33:05] "POST /ref-update HTTP/1.1" 200 156 0.015494 10.0.0.23 - - [2025-04-17 02:33:05] "GET /instance-ip/cdb098d6-6ab4-4602-ac28-d8506b07e5d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1696 0.006698 10.0.0.23 - - [2025-04-17 02:33:05] "DELETE /instance-ip/cdb098d6-6ab4-4602-ac28-d8506b07e5d0 HTTP/1.1" 200 115 0.035897 10.0.0.23 - - [2025-04-17 02:33:05] "DELETE /virtual-machine-interface/5501ae5b-331b-4c0e-a243-0b62abfe7bc3 HTTP/1.1" 200 115 0.044632 10.0.0.23 - - [2025-04-17 02:33:05] "DELETE /virtual-machine/f3d0d978-6591-4db0-954b-98d19ebf8ae4 HTTP/1.1" 200 115 0.020909 10.0.0.23 - - [2025-04-17 02:33:06] "POST /neutron/network HTTP/1.1" 200 834 0.010675 10.0.0.23 - - [2025-04-17 02:33:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.008339 10.0.0.23 - - [2025-04-17 02:33:06] "POST /useragent-kv HTTP/1.1" 200 115 0.004944 10.0.0.23 - - [2025-04-17 02:33:06] "POST /useragent-kv HTTP/1.1" 200 115 0.006314 10.0.0.23 - - [2025-04-17 02:33:06] "POST /neutron/network HTTP/1.1" 200 151 0.122681 10.0.0.23 - - [2025-04-17 02:33:06] "DELETE /route-target/b63e240d-97f8-4284-b703-18de9ff4068c HTTP/1.1" 200 115 0.036028 10.0.0.23 - - [2025-04-17 02:33:06] "POST /neutron/network HTTP/1.1" 200 825 0.007742 10.0.0.23 - - [2025-04-17 02:33:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005036 10.0.0.23 - - [2025-04-17 02:33:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002911 10.0.0.23 - - [2025-04-17 02:33:06] "POST /useragent-kv HTTP/1.1" 200 115 0.003647 10.0.0.23 - - [2025-04-17 02:33:06] "POST /neutron/network HTTP/1.1" 200 151 0.115354 10.0.0.23 - - [2025-04-17 02:33:06] "DELETE /route-target/55379c6d-e40c-45bc-92d9-39585b40abf5 HTTP/1.1" 200 115 0.022593 10.0.0.23 - - [2025-04-17 02:33:06] "GET /projects?obj_uuids=daed6ef7-ed15-4013-82c8-03b25129d069&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001560 10.0.0.23 - - [2025-04-17 02:33:06] "GET /project/daed6ef7-ed15-4013-82c8-03b25129d069?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.025956 10.0.0.23 - - [2025-04-17 02:33:06] "GET /projects?obj_uuids=daed6ef7-ed15-4013-82c8-03b25129d069&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001366 10.0.0.23 - - [2025-04-17 02:33:06] "GET /project/daed6ef7-ed15-4013-82c8-03b25129d069?fields=virtual_networks HTTP/1.1" 200 1038 0.083681 10.0.0.23 - - [2025-04-17 02:33:06] "GET /projects?obj_uuids=daed6ef7-ed15-4013-82c8-03b25129d069&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001370 10.0.0.23 - - [2025-04-17 02:33:06] "GET /project/daed6ef7-ed15-4013-82c8-03b25129d069?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.038761 10.0.0.23 - - [2025-04-17 02:33:06] "GET /projects?obj_uuids=daed6ef7-ed15-4013-82c8-03b25129d069&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001298 10.0.0.23 - - [2025-04-17 02:33:06] "GET /project/daed6ef7-ed15-4013-82c8-03b25129d069?fields=security_groups HTTP/1.1" 200 1267 0.033213 10.0.0.23 - - [2025-04-17 02:33:07] "POST /fqname-to-id HTTP/1.1" 404 196 0.031306 10.0.0.23 - - [2025-04-17 02:33:07] "GET /projects?obj_uuids=d7fdccfe-44c9-496a-89bf-c3944553a0b9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005738 10.0.0.23 - - [2025-04-17 02:33:07] "GET /domains?obj_uuids=a9199e49-ddf7-4a44-9dbe-b10e2792616c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001257 10.0.0.23 - - [2025-04-17 02:33:07] "GET /domain/a9199e49-ddf7-4a44-9dbe-b10e2792616c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008691 10.0.0.23 - - [2025-04-17 02:33:07] "POST /id-to-fqname HTTP/1.1" 200 198 0.001714 10.0.0.23 - - [2025-04-17 02:33:07] "POST /fqname-to-id HTTP/1.1" 404 207 0.005417 10.0.0.23 - - [2025-04-17 02:33:08] "POST /security-groups HTTP/1.1" 200 599 0.063702 10.0.0.23 - - [2025-04-17 02:33:08] "POST /fqname-to-id HTTP/1.1" 404 242 0.005134 10.0.0.23 - - [2025-04-17 02:33:08] "POST /projects HTTP/1.1" 200 601 0.232841 10.0.0.23 - - [2025-04-17 02:33:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.305927 10.0.0.23 - - [2025-04-17 02:33:08] "POST /access-control-lists HTTP/1.1" 200 604 0.067926 10.0.0.23 - - [2025-04-17 02:33:08] "POST /fqname-to-id HTTP/1.1" 404 241 0.002888 10.0.0.23 - - [2025-04-17 02:33:08] "GET /project/d7fdccfe-44c9-496a-89bf-c3944553a0b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.450084 10.0.0.23 - - [2025-04-17 02:33:08] "POST /access-control-lists HTTP/1.1" 200 602 0.060895 10.0.0.23 - - [2025-04-17 02:33:09] "GET / HTTP/1.1" 200 35931 0.002594 10.0.0.23 - - [2025-04-17 02:33:10] "POST /fqname-to-id HTTP/1.1" 401 292 0.000629 10.0.0.23 - - [2025-04-17 02:33:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.063350 10.0.0.23 - - [2025-04-17 02:33:10] "GET /projects?obj_uuids=d7fdccfe-44c9-496a-89bf-c3944553a0b9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001790 10.0.0.23 - - [2025-04-17 02:33:10] "GET /project/d7fdccfe-44c9-496a-89bf-c3944553a0b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.029986 10.0.0.23 - - [2025-04-17 02:33:10] "POST /neutron/network HTTP/1.1" 200 117 0.033545 10.0.0.23 - - [2025-04-17 02:33:10] "GET /projects?obj_uuids=d7fdccfe-44c9-496a-89bf-c3944553a0b9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001757 10.0.0.23 - - [2025-04-17 02:33:10] "POST /neutron/network HTTP/1.1" 200 613 0.083824 10.0.0.23 - - [2025-04-17 02:33:10] "POST /route-targets HTTP/1.1" 200 327 0.016115 10.0.0.23 - - [2025-04-17 02:33:10] "POST /ref-update HTTP/1.1" 200 156 0.015112 10.0.0.23 - - [2025-04-17 02:33:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003524 10.0.0.23 - - [2025-04-17 02:33:10] "POST /neutron/subnet HTTP/1.1" 200 729 0.172882 10.0.0.23 - - [2025-04-17 02:33:11] "POST /useragent-kv HTTP/1.1" 200 115 0.005481 10.0.0.23 - - [2025-04-17 02:33:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.037628 10.0.0.23 - - [2025-04-17 02:33:11] "POST /neutron/subnet HTTP/1.1" 200 828 0.198149 10.0.0.23 - - [2025-04-17 02:33:11] "GET /virtual-network/625acdd7-3d6f-4571-90cd-c8c9b4c839ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.010694 10.0.0.23 - - [2025-04-17 02:33:11] "POST /neutron/network HTTP/1.1" 200 1007 0.010609 10.0.0.23 - - [2025-04-17 02:33:11] "POST /id-to-fqname HTTP/1.1" 200 228 0.001592 10.0.0.23 - - [2025-04-17 02:33:11] "GET /virtual-network/1db277f6-9e88-4ecd-addc-70f5bd69b3cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006953 10.0.0.23 - - [2025-04-17 02:33:11] "POST /neutron/network HTTP/1.1" 200 1007 0.021080 10.0.0.23 - - [2025-04-17 02:33:11] "GET /virtual-network/1db277f6-9e88-4ecd-addc-70f5bd69b3cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005929 10.0.0.23 - - [2025-04-17 02:33:11] "POST /neutron/network HTTP/1.1" 200 1007 0.012635 10.0.0.23 - - [2025-04-17 02:33:11] "POST /neutron/subnet HTTP/1.1" 200 729 0.009574 10.0.0.23 - - [2025-04-17 02:33:11] "POST /neutron/subnet HTTP/1.1" 200 828 0.013906 10.0.0.23 - - [2025-04-17 02:33:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004267 10.0.0.23 - - [2025-04-17 02:33:11] "GET /projects?obj_uuids=d7fdccfe-44c9-496a-89bf-c3944553a0b9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001422 10.0.0.23 - - [2025-04-17 02:33:11] "GET /project/d7fdccfe-44c9-496a-89bf-c3944553a0b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.034154 10.0.0.23 - - [2025-04-17 02:33:11] "POST /neutron/network HTTP/1.1" 200 117 0.010953 10.0.0.23 - - [2025-04-17 02:33:11] "GET /projects?obj_uuids=d7fdccfe-44c9-496a-89bf-c3944553a0b9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001621 10.0.0.23 - - [2025-04-17 02:33:11] "POST /neutron/network HTTP/1.1" 200 613 0.080672 10.0.0.23 - - [2025-04-17 02:33:11] "POST /route-targets HTTP/1.1" 200 327 0.014682 10.0.0.23 - - [2025-04-17 02:33:11] "POST /ref-update HTTP/1.1" 200 156 0.015714 10.0.0.23 - - [2025-04-17 02:33:11] "POST /useragent-kv HTTP/1.1" 200 115 0.004744 10.0.0.23 - - [2025-04-17 02:33:11] "POST /neutron/subnet HTTP/1.1" 200 724 0.216645 10.0.0.23 - - [2025-04-17 02:33:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004326 10.0.0.23 - - [2025-04-17 02:33:12] "GET /virtual-network/625acdd7-3d6f-4571-90cd-c8c9b4c839ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.010965 10.0.0.23 - - [2025-04-17 02:33:12] "POST /useragent-kv HTTP/1.1" 200 115 0.003272 10.0.0.23 - - [2025-04-17 02:33:12] "POST /neutron/subnet HTTP/1.1" 200 823 0.201317 10.0.0.23 - - [2025-04-17 02:33:12] "POST /neutron/network HTTP/1.1" 200 1005 0.011062 10.0.0.23 - - [2025-04-17 02:33:12] "POST /id-to-fqname HTTP/1.1" 200 228 0.001814 10.0.0.23 - - [2025-04-17 02:33:12] "GET /virtual-network/b889fd81-92ea-4479-be6b-1000d6addb56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006151 10.0.0.23 - - [2025-04-17 02:33:12] "POST /neutron/network HTTP/1.1" 200 1005 0.009269 10.0.0.23 - - [2025-04-17 02:33:12] "GET /virtual-network/b889fd81-92ea-4479-be6b-1000d6addb56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006515 10.0.0.23 - - [2025-04-17 02:33:12] "POST /neutron/network HTTP/1.1" 200 1005 0.008973 10.0.0.23 - - [2025-04-17 02:33:12] "POST /neutron/subnet HTTP/1.1" 200 724 0.008921 10.0.0.23 - - [2025-04-17 02:33:12] "POST /neutron/subnet HTTP/1.1" 200 823 0.009204 10.0.0.23 - - [2025-04-17 02:33:12] "POST /fqname-to-id HTTP/1.1" 404 234 0.003691 10.0.0.23 - - [2025-04-17 02:33:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.23 - - [2025-04-17 02:33:12] "GET /projects?obj_uuids=d7fdccfe-44c9-496a-89bf-c3944553a0b9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001371 10.0.0.23 - - [2025-04-17 02:33:12] "GET /project/d7fdccfe-44c9-496a-89bf-c3944553a0b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.035436 10.0.0.23 - - [2025-04-17 02:33:12] "POST /network-policys HTTP/1.1" 200 577 0.063936 10.0.0.23 - - [2025-04-17 02:33:12] "GET /network-policy/b9e78100-a2e6-4316-977b-e89eaf31fa68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.007906 10.0.0.23 - - [2025-04-17 02:33:12] "POST /neutron/network HTTP/1.1" 200 1007 0.011542 10.0.0.23 - - [2025-04-17 02:33:12] "POST /fqname-to-id HTTP/1.1" 404 242 0.006406 10.0.0.23 - - [2025-04-17 02:33:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005209 10.0.0.23 - - [2025-04-17 02:33:12] "GET /virtual-network/625acdd7-3d6f-4571-90cd-c8c9b4c839ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.007210 10.0.0.23 - - [2025-04-17 02:33:12] "POST /neutron/network HTTP/1.1" 200 1115 0.078143 10.0.0.23 - - [2025-04-17 02:33:12] "POST /access-control-lists HTTP/1.1" 200 596 0.092317 10.0.0.23 - - [2025-04-17 02:33:12] "POST /neutron/network HTTP/1.1" 200 1115 0.049382 10.0.0.23 - - [2025-04-17 02:33:12] "GET /virtual-network/1db277f6-9e88-4ecd-addc-70f5bd69b3cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.006514 10.0.0.23 - - [2025-04-17 02:33:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004857 10.0.0.23 - - [2025-04-17 02:33:12] "GET /network-policy/b9e78100-a2e6-4316-977b-e89eaf31fa68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.004835 10.0.0.23 - - [2025-04-17 02:33:13] "POST /neutron/network HTTP/1.1" 200 1005 0.009915 10.0.0.23 - - [2025-04-17 02:33:13] "POST /fqname-to-id HTTP/1.1" 404 242 0.011903 10.0.0.23 - - [2025-04-17 02:33:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.010309 10.0.0.23 - - [2025-04-17 02:33:13] "GET /virtual-network/625acdd7-3d6f-4571-90cd-c8c9b4c839ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.006259 10.0.0.23 - - [2025-04-17 02:33:13] "POST /neutron/network HTTP/1.1" 200 1113 0.079778 10.0.0.23 - - [2025-04-17 02:33:13] "POST /access-control-lists HTTP/1.1" 200 596 0.088308 10.0.0.23 - - [2025-04-17 02:33:13] "POST /neutron/network HTTP/1.1" 200 1113 0.051280 10.0.0.23 - - [2025-04-17 02:33:13] "GET /virtual-network/b889fd81-92ea-4479-be6b-1000d6addb56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.006193 10.0.0.23 - - [2025-04-17 02:33:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.23 - - [2025-04-17 02:33:13] "POST /ref-update HTTP/1.1" 200 156 0.011970 10.0.0.23 - - [2025-04-17 02:33:13] "GET /network-policy/b9e78100-a2e6-4316-977b-e89eaf31fa68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.004467 10.0.0.23 - - [2025-04-17 02:33:13] "GET /domains HTTP/1.1" 401 292 0.000609 10.0.0.23 - - [2025-04-17 02:33:13] "PUT /access-control-list/ba00e380-c2b3-41ab-a530-1aa86bd06069 HTTP/1.1" 200 272 0.062967 10.0.0.23 - - [2025-04-17 02:33:13] "GET /domains HTTP/1.1" 200 280 0.031849 10.0.0.23 - - [2025-04-17 02:33:13] "GET /domains?obj_uuids=a9199e49-ddf7-4a44-9dbe-b10e2792616c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001167 10.0.0.23 - - [2025-04-17 02:33:13] "GET /domain/a9199e49-ddf7-4a44-9dbe-b10e2792616c HTTP/1.1" 200 3150 0.010551 10.0.0.23 - - [2025-04-17 02:33:13] "GET /projects?obj_uuids=d7fdccfe-44c9-496a-89bf-c3944553a0b9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001267 10.0.0.23 - - [2025-04-17 02:33:13] "GET /project/d7fdccfe-44c9-496a-89bf-c3944553a0b9 HTTP/1.1" 200 2625 0.083341 10.0.0.23 - - [2025-04-17 02:33:13] "GET /virtual-network/1db277f6-9e88-4ecd-addc-70f5bd69b3cd HTTP/1.1" 200 3508 0.007605 10.0.0.23 - - [2025-04-17 02:33:13] "GET /virtual-network/1db277f6-9e88-4ecd-addc-70f5bd69b3cd HTTP/1.1" 200 3508 0.007002 10.0.0.23 - - [2025-04-17 02:33:13] "GET /routing-instance/5da40cdd-68d2-46fb-a8b6-f4385c486ae8 HTTP/1.1" 200 1795 0.006169 10.0.0.23 - - [2025-04-17 02:33:13] "GET /routing-instance/5da40cdd-68d2-46fb-a8b6-f4385c486ae8 HTTP/1.1" 200 1795 0.004825 10.0.0.23 - - [2025-04-17 02:33:13] "GET /route-target/dcf8137e-6cd8-4a2c-bf69-d9769b3b67b3 HTTP/1.1" 200 1213 0.005528 10.0.0.23 - - [2025-04-17 02:33:13] "GET /virtual-network/1db277f6-9e88-4ecd-addc-70f5bd69b3cd HTTP/1.1" 200 3508 0.005861 10.0.0.23 - - [2025-04-17 02:33:13] "GET /routing-instance/5da40cdd-68d2-46fb-a8b6-f4385c486ae8 HTTP/1.1" 200 1795 0.004342 10.0.0.23 - - [2025-04-17 02:33:13] "GET /virtual-network/1db277f6-9e88-4ecd-addc-70f5bd69b3cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.006311 10.0.0.23 - - [2025-04-17 02:33:13] "GET /virtual-network/1db277f6-9e88-4ecd-addc-70f5bd69b3cd HTTP/1.1" 200 3508 0.005902 10.0.0.23 - - [2025-04-17 02:33:13] "GET /routing-instance/5da40cdd-68d2-46fb-a8b6-f4385c486ae8 HTTP/1.1" 200 1795 0.004513 10.0.0.23 - - [2025-04-17 02:33:13] "GET /routing-instance/5da40cdd-68d2-46fb-a8b6-f4385c486ae8 HTTP/1.1" 200 1795 0.005203 10.0.0.23 - - [2025-04-17 02:33:13] "GET /route-target/dcf8137e-6cd8-4a2c-bf69-d9769b3b67b3 HTTP/1.1" 200 1213 0.004071 10.0.0.23 - - [2025-04-17 02:33:13] "GET /domains HTTP/1.1" 200 280 0.003181 10.0.0.23 - - [2025-04-17 02:33:13] "GET /domains?obj_uuids=a9199e49-ddf7-4a44-9dbe-b10e2792616c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001220 10.0.0.23 - - [2025-04-17 02:33:13] "GET /domain/a9199e49-ddf7-4a44-9dbe-b10e2792616c HTTP/1.1" 200 3150 0.008847 10.0.0.23 - - [2025-04-17 02:33:13] "GET /projects?obj_uuids=d7fdccfe-44c9-496a-89bf-c3944553a0b9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001190 10.0.0.23 - - [2025-04-17 02:33:13] "GET /project/d7fdccfe-44c9-496a-89bf-c3944553a0b9 HTTP/1.1" 200 2625 0.074807 10.0.0.23 - - [2025-04-17 02:33:14] "GET /virtual-network/1db277f6-9e88-4ecd-addc-70f5bd69b3cd HTTP/1.1" 200 3508 0.005746 10.0.0.23 - - [2025-04-17 02:33:14] "GET /obj-perms HTTP/1.1" 200 5046 0.067675 10.0.0.23 - - [2025-04-17 02:33:14] "GET /domains HTTP/1.1" 200 280 0.004238 10.0.0.23 - - [2025-04-17 02:33:14] "GET /domains?obj_uuids=a9199e49-ddf7-4a44-9dbe-b10e2792616c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001370 10.0.0.23 - - [2025-04-17 02:33:14] "GET /domain/a9199e49-ddf7-4a44-9dbe-b10e2792616c HTTP/1.1" 200 3150 0.008796 10.0.0.23 - - [2025-04-17 02:33:14] "GET /projects?obj_uuids=d7fdccfe-44c9-496a-89bf-c3944553a0b9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001695 10.0.0.23 - - [2025-04-17 02:33:14] "GET /project/d7fdccfe-44c9-496a-89bf-c3944553a0b9 HTTP/1.1" 200 2625 0.082543 10.0.0.23 - - [2025-04-17 02:33:14] "GET /virtual-network/b889fd81-92ea-4479-be6b-1000d6addb56 HTTP/1.1" 200 3503 0.009044 10.0.0.23 - - [2025-04-17 02:33:14] "GET /virtual-network/b889fd81-92ea-4479-be6b-1000d6addb56 HTTP/1.1" 200 3503 0.009147 10.0.0.23 - - [2025-04-17 02:33:14] "GET /routing-instance/12829c6f-2975-45e5-b040-a327216dbd2c HTTP/1.1" 200 1795 0.005246 10.0.0.23 - - [2025-04-17 02:33:14] "GET /routing-instance/12829c6f-2975-45e5-b040-a327216dbd2c HTTP/1.1" 200 1795 0.021935 10.0.0.23 - - [2025-04-17 02:33:14] "DELETE /project/8adc8e502d6b4d32b477caa4489c8ddb HTTP/1.1" 404 173 0.017554 10.0.0.23 - - [2025-04-17 02:33:14] "DELETE /project/d7fdccfe44c9496a89bfc3944553a0b9 HTTP/1.1" 404 173 0.016098 10.0.0.23 - - [2025-04-17 02:33:14] "DELETE /project/daed6ef7ed15401382c803b25129d069 HTTP/1.1" 404 173 0.009399 10.0.0.23 - - [2025-04-17 02:33:14] "GET /route-target/a3a6f4ab-3e57-4c04-82dd-be5652f8e2e5 HTTP/1.1" 200 1212 0.010274 10.0.0.23 - - [2025-04-17 02:33:14] "GET /projects?obj_uuids=d7ac953d-2c40-46bf-a175-74debead77be&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001589 10.0.0.23 - - [2025-04-17 02:33:14] "GET /projects?obj_uuids=daed6ef7-ed15-4013-82c8-03b25129d069&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000995 10.0.0.23 - - [2025-04-17 02:33:14] "GET /projects?obj_uuids=8adc8e50-2d6b-4d32-b477-caa4489c8ddb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001185 10.0.0.23 - - [2025-04-17 02:33:14] "GET /virtual-network/b889fd81-92ea-4479-be6b-1000d6addb56 HTTP/1.1" 200 3503 0.005997 10.0.0.23 - - [2025-04-17 02:33:14] "GET /routing-instance/12829c6f-2975-45e5-b040-a327216dbd2c HTTP/1.1" 200 1795 0.005252 10.0.0.23 - - [2025-04-17 02:33:14] "GET /virtual-network/b889fd81-92ea-4479-be6b-1000d6addb56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.006043 10.0.0.23 - - [2025-04-17 02:33:14] "GET /project/daed6ef7-ed15-4013-82c8-03b25129d069?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.073725 10.0.0.23 - - [2025-04-17 02:33:14] "GET /project/d7ac953d-2c40-46bf-a175-74debead77be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.082457 10.0.0.23 - - [2025-04-17 02:33:14] "GET /project/8adc8e50-2d6b-4d32-b477-caa4489c8ddb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.079252 10.0.0.23 - - [2025-04-17 02:33:14] "GET /virtual-network/b889fd81-92ea-4479-be6b-1000d6addb56 HTTP/1.1" 200 3503 0.014998 10.0.0.23 - - [2025-04-17 02:33:14] "GET /projects?obj_uuids=8adc8e50-2d6b-4d32-b477-caa4489c8ddb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001630 10.0.0.23 - - [2025-04-17 02:33:14] "GET /projects?obj_uuids=d7ac953d-2c40-46bf-a175-74debead77be&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001184 10.0.0.23 - - [2025-04-17 02:33:14] "GET /projects?obj_uuids=daed6ef7-ed15-4013-82c8-03b25129d069&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001116 10.0.0.23 - - [2025-04-17 02:33:14] "GET /routing-instance/12829c6f-2975-45e5-b040-a327216dbd2c HTTP/1.1" 200 1795 0.009992 10.0.0.23 - - [2025-04-17 02:33:14] "GET /routing-instance/12829c6f-2975-45e5-b040-a327216dbd2c HTTP/1.1" 200 1795 0.005115 10.0.0.23 - - [2025-04-17 02:33:14] "GET /route-target/a3a6f4ab-3e57-4c04-82dd-be5652f8e2e5 HTTP/1.1" 200 1212 0.005222 10.0.0.23 - - [2025-04-17 02:33:14] "GET /project/daed6ef7-ed15-4013-82c8-03b25129d069?fields=security_groups HTTP/1.1" 200 1372 0.065772 10.0.0.23 - - [2025-04-17 02:33:14] "GET /project/d7ac953d-2c40-46bf-a175-74debead77be?fields=security_groups HTTP/1.1" 200 1400 0.068490 10.0.0.23 - - [2025-04-17 02:33:14] "GET /project/8adc8e50-2d6b-4d32-b477-caa4489c8ddb?fields=security_groups HTTP/1.1" 200 1349 0.071926 10.0.0.23 - - [2025-04-17 02:33:14] "GET /domains HTTP/1.1" 200 280 0.006423 10.0.0.23 - - [2025-04-17 02:33:14] "GET /domains?obj_uuids=a9199e49-ddf7-4a44-9dbe-b10e2792616c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001650 10.0.0.23 - - [2025-04-17 02:33:14] "GET /domain/a9199e49-ddf7-4a44-9dbe-b10e2792616c HTTP/1.1" 200 3150 0.009699 10.0.0.23 - - [2025-04-17 02:33:14] "GET /projects?obj_uuids=d7fdccfe-44c9-496a-89bf-c3944553a0b9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004416 10.0.0.23 - - [2025-04-17 02:33:15] "GET /project/d7fdccfe-44c9-496a-89bf-c3944553a0b9 HTTP/1.1" 200 2625 0.196505 10.0.0.23 - - [2025-04-17 02:33:15] "DELETE /security-group/0138726b-fe43-42b6-bf16-b3e611b994f9 HTTP/1.1" 200 115 0.204319 10.0.0.23 - - [2025-04-17 02:33:15] "GET /virtual-network/b889fd81-92ea-4479-be6b-1000d6addb56 HTTP/1.1" 200 3503 0.013533 10.0.0.23 - - [2025-04-17 02:33:15] "DELETE /access-control-list/05c738a8-50b3-4c3b-9759-373408d6eb86 HTTP/1.1" 200 115 0.169272 10.0.0.23 - - [2025-04-17 02:33:15] "GET /projects?obj_uuids=daed6ef7-ed15-4013-82c8-03b25129d069&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001460 10.0.0.23 - - [2025-04-17 02:33:15] "DELETE /security-group/5d60706c-7d84-4808-83c1-edcc42ee94b7 HTTP/1.1" 200 115 0.216417 10.0.0.23 - - [2025-04-17 02:33:15] "GET /obj-perms HTTP/1.1" 200 5046 0.008473 10.0.0.23 - - [2025-04-17 02:33:15] "GET /projects?obj_uuids=d7ac953d-2c40-46bf-a175-74debead77be&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001405 10.0.0.23 - - [2025-04-17 02:33:15] "DELETE /security-group/2ff81cd8-d0c7-4199-bace-f5ca5da30238 HTTP/1.1" 200 115 0.239419 10.0.0.23 - - [2025-04-17 02:33:15] "GET /projects?obj_uuids=8adc8e50-2d6b-4d32-b477-caa4489c8ddb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001301 10.0.0.23 - - [2025-04-17 02:33:15] "GET /virtual-network/b889fd81-92ea-4479-be6b-1000d6addb56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.010080 10.0.0.23 - - [2025-04-17 02:33:15] "GET /project/daed6ef7-ed15-4013-82c8-03b25129d069?fields=application_policy_sets HTTP/1.1" 200 1411 0.078335 10.0.0.23 - - [2025-04-17 02:33:15] "DELETE /access-control-list/e06a0747-1c07-4ef4-baf2-e9f0e3595e51 HTTP/1.1" 200 115 0.075744 10.0.0.23 - - [2025-04-17 02:33:15] "POST /neutron/network HTTP/1.1" 200 1113 0.016774 10.0.0.23 - - [2025-04-17 02:33:15] "GET /project/8adc8e50-2d6b-4d32-b477-caa4489c8ddb?fields=application_policy_sets HTTP/1.1" 200 1388 0.074278 10.0.0.23 - - [2025-04-17 02:33:15] "GET /project/d7ac953d-2c40-46bf-a175-74debead77be?fields=application_policy_sets HTTP/1.1" 200 1439 0.104557 10.0.0.23 - - [2025-04-17 02:33:15] "DELETE /access-control-list/9cf00014-e3da-4322-9a0e-d117c9f79426 HTTP/1.1" 200 115 0.067919 10.0.0.23 - - [2025-04-17 02:33:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004394 10.0.0.23 - - [2025-04-17 02:33:15] "GET /virtual-network/625acdd7-3d6f-4571-90cd-c8c9b4c839ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.008323 10.0.0.23 - - [2025-04-17 02:33:15] "POST /neutron/network HTTP/1.1" 200 1005 0.138881 10.0.0.23 - - [2025-04-17 02:33:15] "DELETE /access-control-list/0ae23559-4cdf-4618-a94b-352092ca67b7 HTTP/1.1" 200 115 0.060650 10.0.0.23 - - [2025-04-17 02:33:15] "POST /neutron/network HTTP/1.1" 200 1005 0.022162 10.0.0.23 - - [2025-04-17 02:33:15] "GET /virtual-network/b889fd81-92ea-4479-be6b-1000d6addb56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.010668 10.0.0.23 - - [2025-04-17 02:33:15] "GET /virtual-network/1db277f6-9e88-4ecd-addc-70f5bd69b3cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.009343 10.0.0.23 - - [2025-04-17 02:33:15] "DELETE /access-control-list/27d1a9fa-03d4-4dbe-bcfe-bf10773cdc3e HTTP/1.1" 200 115 0.080391 10.0.0.23 - - [2025-04-17 02:33:15] "DELETE /project/daed6ef7-ed15-4013-82c8-03b25129d069 HTTP/1.1" 200 115 0.854078 10.0.0.23 - - [2025-04-17 02:33:15] "DELETE /project/8adc8e50-2d6b-4d32-b477-caa4489c8ddb HTTP/1.1" 200 115 0.871918 10.0.0.23 - - [2025-04-17 02:33:15] "DELETE /access-control-list/d5c99db3-ee82-4a72-85e8-f8bcc747fab6 HTTP/1.1" 200 115 0.053682 10.0.0.23 - - [2025-04-17 02:33:15] "DELETE /project/d7ac953d-2c40-46bf-a175-74debead77be HTTP/1.1" 200 115 0.874279 10.0.0.23 - - [2025-04-17 02:33:15] "POST /neutron/network HTTP/1.1" 200 1115 0.022891 10.0.0.23 - - [2025-04-17 02:33:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.007280 10.0.0.23 - - [2025-04-17 02:33:15] "GET /virtual-network/625acdd7-3d6f-4571-90cd-c8c9b4c839ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.012324 10.0.0.23 - - [2025-04-17 02:33:15] "DELETE /access-control-list/f98b5530-0668-46ee-b0d9-aac4195e64bc HTTP/1.1" 200 115 0.060703 10.0.0.23 - - [2025-04-17 02:33:15] "POST /neutron/network HTTP/1.1" 200 1007 0.086226 10.0.0.23 - - [2025-04-17 02:33:15] "POST /ref-update HTTP/1.1" 200 156 0.012320 10.0.0.23 - - [2025-04-17 02:33:15] "POST /neutron/network HTTP/1.1" 200 1007 0.009776 10.0.0.23 - - [2025-04-17 02:33:15] "GET /virtual-network/1db277f6-9e88-4ecd-addc-70f5bd69b3cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.007569 10.0.0.23 - - [2025-04-17 02:33:15] "DELETE /network-policy/b9e78100-a2e6-4316-977b-e89eaf31fa68 HTTP/1.1" 200 115 0.030887 10.0.0.23 - - [2025-04-17 02:33:15] "POST /neutron/network HTTP/1.1" 200 1005 0.009661 10.0.0.23 - - [2025-04-17 02:33:15] "DELETE /access-control-list/ba00e380-c2b3-41ab-a530-1aa86bd06069 HTTP/1.1" 200 115 0.050438 10.0.0.23 - - [2025-04-17 02:33:15] "POST /ref-update HTTP/1.1" 200 156 0.011940 10.0.0.23 - - [2025-04-17 02:33:15] "POST /useragent-kv HTTP/1.1" 200 115 0.004908 10.0.0.23 - - [2025-04-17 02:33:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003659 10.0.0.23 - - [2025-04-17 02:33:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002867 10.0.0.23 - - [2025-04-17 02:33:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004521 10.0.0.23 - - [2025-04-17 02:33:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002991 10.0.0.23 - - [2025-04-17 02:33:15] "POST /neutron/network HTTP/1.1" 200 151 0.134517 10.0.0.23 - - [2025-04-17 02:33:15] "GET /routing-instance/12829c6f-2975-45e5-b040-a327216dbd2c HTTP/1.1" 404 171 0.004292 10.0.0.23 - - [2025-04-17 02:33:15] "GET /domains HTTP/1.1" 200 280 0.003324 10.0.0.23 - - [2025-04-17 02:33:15] "GET /domains?obj_uuids=a9199e49-ddf7-4a44-9dbe-b10e2792616c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001207 10.0.0.23 - - [2025-04-17 02:33:15] "DELETE /route-target/a3a6f4ab-3e57-4c04-82dd-be5652f8e2e5 HTTP/1.1" 200 115 0.020505 10.0.0.23 - - [2025-04-17 02:33:15] "GET /domain/a9199e49-ddf7-4a44-9dbe-b10e2792616c HTTP/1.1" 200 2582 0.055013 10.0.0.23 - - [2025-04-17 02:33:15] "GET /projects?obj_uuids=d7fdccfe-44c9-496a-89bf-c3944553a0b9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001663 10.0.0.23 - - [2025-04-17 02:33:16] "GET /project/d7fdccfe-44c9-496a-89bf-c3944553a0b9 HTTP/1.1" 200 2145 0.106726 10.0.0.23 - - [2025-04-17 02:33:16] "POST /neutron/network HTTP/1.1" 200 1007 0.012042 10.0.0.23 - - [2025-04-17 02:33:16] "POST /useragent-kv HTTP/1.1" 200 115 0.005341 10.0.0.23 - - [2025-04-17 02:33:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.006191 10.0.0.23 - - [2025-04-17 02:33:16] "POST /useragent-kv HTTP/1.1" 200 115 0.004202 10.0.0.23 - - [2025-04-17 02:33:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003511 10.0.0.23 - - [2025-04-17 02:33:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002561 10.0.0.23 - - [2025-04-17 02:33:16] "POST /neutron/network HTTP/1.1" 200 151 0.122128 10.0.0.23 - - [2025-04-17 02:33:16] "DELETE /route-target/dcf8137e-6cd8-4a2c-bf69-d9769b3b67b3 HTTP/1.1" 200 115 0.029272 10.0.0.23 - - [2025-04-17 02:33:16] "GET /routing-instance/5da40cdd-68d2-46fb-a8b6-f4385c486ae8 HTTP/1.1" 404 171 0.004530 10.0.0.23 - - [2025-04-17 02:33:16] "GET /domains HTTP/1.1" 200 280 0.003834 10.0.0.23 - - [2025-04-17 02:33:16] "GET /domains?obj_uuids=a9199e49-ddf7-4a44-9dbe-b10e2792616c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001712 10.0.0.23 - - [2025-04-17 02:33:16] "GET /domain/a9199e49-ddf7-4a44-9dbe-b10e2792616c HTTP/1.1" 200 2582 0.053576 10.0.0.23 - - [2025-04-17 02:33:16] "GET /projects?obj_uuids=d7fdccfe-44c9-496a-89bf-c3944553a0b9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002102 10.0.0.23 - - [2025-04-17 02:33:16] "GET /project/d7fdccfe-44c9-496a-89bf-c3944553a0b9 HTTP/1.1" 200 1900 0.071593 10.0.0.23 - - [2025-04-17 02:33:16] "GET /projects?obj_uuids=d7fdccfe-44c9-496a-89bf-c3944553a0b9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001991 10.0.0.23 - - [2025-04-17 02:33:16] "GET /project/d7fdccfe-44c9-496a-89bf-c3944553a0b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.030923 10.0.0.23 - - [2025-04-17 02:33:16] "GET /projects?obj_uuids=d7fdccfe-44c9-496a-89bf-c3944553a0b9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001787 10.0.0.23 - - [2025-04-17 02:33:16] "GET /project/d7fdccfe-44c9-496a-89bf-c3944553a0b9?fields=virtual_networks HTTP/1.1" 200 1048 0.069950 10.0.0.23 - - [2025-04-17 02:33:16] "GET /projects?obj_uuids=d7fdccfe-44c9-496a-89bf-c3944553a0b9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001452 10.0.0.23 - - [2025-04-17 02:33:16] "GET /project/d7fdccfe-44c9-496a-89bf-c3944553a0b9?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.028680 10.0.0.23 - - [2025-04-17 02:33:16] "GET /projects?obj_uuids=d7fdccfe-44c9-496a-89bf-c3944553a0b9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001358 10.0.0.23 - - [2025-04-17 02:33:16] "GET /project/d7fdccfe-44c9-496a-89bf-c3944553a0b9?fields=security_groups HTTP/1.1" 200 1282 0.031446 10.0.0.23 - - [2025-04-17 02:33:17] "POST /fqname-to-id HTTP/1.1" 404 190 0.030878 10.0.0.23 - - [2025-04-17 02:33:17] "GET /projects?obj_uuids=3f2029b8-6be4-4bd8-9cf4-c598ae891ecc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003183 10.0.0.23 - - [2025-04-17 02:33:17] "GET /domains?obj_uuids=a9199e49-ddf7-4a44-9dbe-b10e2792616c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001385 10.0.0.23 - - [2025-04-17 02:33:17] "GET /domain/a9199e49-ddf7-4a44-9dbe-b10e2792616c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009347 10.0.0.23 - - [2025-04-17 02:33:18] "POST /id-to-fqname HTTP/1.1" 200 192 0.001894 10.0.0.23 - - [2025-04-17 02:33:18] "POST /fqname-to-id HTTP/1.1" 404 201 0.002897 10.0.0.23 - - [2025-04-17 02:33:18] "POST /security-groups HTTP/1.1" 200 593 0.068845 10.0.0.23 - - [2025-04-17 02:33:18] "POST /fqname-to-id HTTP/1.1" 404 236 0.003910 10.0.0.23 - - [2025-04-17 02:33:18] "POST /projects HTTP/1.1" 200 589 0.242763 10.0.0.23 - - [2025-04-17 02:33:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.314958 10.0.0.23 - - [2025-04-17 02:33:18] "POST /access-control-lists HTTP/1.1" 200 598 0.066295 10.0.0.23 - - [2025-04-17 02:33:18] "POST /fqname-to-id HTTP/1.1" 404 235 0.003212 10.0.0.23 - - [2025-04-17 02:33:18] "GET /project/3f2029b8-6be4-4bd8-9cf4-c598ae891ecc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.454046 10.0.0.23 - - [2025-04-17 02:33:18] "POST /access-control-lists HTTP/1.1" 200 596 0.067272 10.0.0.23 - - [2025-04-17 02:33:19] "GET / HTTP/1.1" 200 35931 0.002697 10.0.0.23 - - [2025-04-17 02:33:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000593 10.0.0.23 - - [2025-04-17 02:33:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.046075 10.0.0.23 - - [2025-04-17 02:33:20] "GET /projects?obj_uuids=3f2029b8-6be4-4bd8-9cf4-c598ae891ecc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001847 10.0.0.23 - - [2025-04-17 02:33:20] "GET /obj-perms HTTP/1.1" 200 5056 0.384787 10.0.0.23 - - [2025-04-17 02:33:20] "GET /project/3f2029b8-6be4-4bd8-9cf4-c598ae891ecc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.034655 10.0.0.23 - - [2025-04-17 02:33:20] "POST /neutron/network HTTP/1.1" 200 117 0.276291 10.0.0.23 - - [2025-04-17 02:33:20] "GET /projects?obj_uuids=3f2029b8-6be4-4bd8-9cf4-c598ae891ecc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002042 10.0.0.23 - - [2025-04-17 02:33:20] "GET /obj-perms HTTP/1.1" 200 5056 0.057555 10.0.0.23 - - [2025-04-17 02:33:21] "POST /neutron/network HTTP/1.1" 200 607 0.097613 10.0.0.23 - - [2025-04-17 02:33:21] "POST /route-targets HTTP/1.1" 200 327 0.013457 10.0.0.23 - - [2025-04-17 02:33:21] "POST /ref-update HTTP/1.1" 200 156 0.012815 10.0.0.23 - - [2025-04-17 02:33:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003021 10.0.0.23 - - [2025-04-17 02:33:21] "POST /neutron/subnet HTTP/1.1" 200 719 0.168862 10.0.0.23 - - [2025-04-17 02:33:21] "POST /neutron/network HTTP/1.1" 200 825 0.007213 10.0.0.23 - - [2025-04-17 02:33:21] "POST /id-to-fqname HTTP/1.1" 200 222 0.001642 10.0.0.23 - - [2025-04-17 02:33:21] "GET /virtual-network/8e65244b-31d0-4d03-9b29-c82c590008d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006486 10.0.0.23 - - [2025-04-17 02:33:21] "POST /neutron/network HTTP/1.1" 200 825 0.017000 10.0.0.23 - - [2025-04-17 02:33:21] "GET /virtual-network/8e65244b-31d0-4d03-9b29-c82c590008d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007865 10.0.0.23 - - [2025-04-17 02:33:21] "POST /neutron/network HTTP/1.1" 200 825 0.007948 10.0.0.23 - - [2025-04-17 02:33:21] "POST /neutron/subnet HTTP/1.1" 200 719 0.009177 10.0.0.23 - - [2025-04-17 02:33:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.006884 10.0.0.23 - - [2025-04-17 02:33:21] "GET /projects?obj_uuids=3f2029b8-6be4-4bd8-9cf4-c598ae891ecc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001224 10.0.0.23 - - [2025-04-17 02:33:21] "GET /project/3f2029b8-6be4-4bd8-9cf4-c598ae891ecc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.037097 10.0.0.23 - - [2025-04-17 02:33:21] "POST /neutron/network HTTP/1.1" 200 117 0.014498 10.0.0.23 - - [2025-04-17 02:33:21] "GET /projects?obj_uuids=3f2029b8-6be4-4bd8-9cf4-c598ae891ecc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001508 10.0.0.23 - - [2025-04-17 02:33:21] "POST /neutron/network HTTP/1.1" 200 607 0.086780 10.0.0.23 - - [2025-04-17 02:33:21] "POST /route-targets HTTP/1.1" 200 327 0.012256 10.0.0.23 - - [2025-04-17 02:33:21] "POST /ref-update HTTP/1.1" 200 156 0.019277 10.0.0.23 - - [2025-04-17 02:33:21] "POST /useragent-kv HTTP/1.1" 200 115 0.004123 10.0.0.23 - - [2025-04-17 02:33:21] "POST /neutron/subnet HTTP/1.1" 200 715 0.163665 10.0.0.23 - - [2025-04-17 02:33:21] "POST /neutron/network HTTP/1.1" 200 824 0.007183 10.0.0.23 - - [2025-04-17 02:33:21] "POST /id-to-fqname HTTP/1.1" 200 222 0.001654 10.0.0.23 - - [2025-04-17 02:33:21] "GET /virtual-network/f193d3e4-b867-40a6-b1d9-93de9d79bcd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006437 10.0.0.23 - - [2025-04-17 02:33:22] "POST /neutron/network HTTP/1.1" 200 824 0.009840 10.0.0.23 - - [2025-04-17 02:33:22] "GET /virtual-network/f193d3e4-b867-40a6-b1d9-93de9d79bcd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.008469 10.0.0.23 - - [2025-04-17 02:33:22] "POST /neutron/network HTTP/1.1" 200 824 0.006270 10.0.0.23 - - [2025-04-17 02:33:22] "POST /neutron/subnet HTTP/1.1" 200 715 0.008470 10.0.0.23 - - [2025-04-17 02:33:22] "POST /fqname-to-id HTTP/1.1" 404 228 0.003697 10.0.0.23 - - [2025-04-17 02:33:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.23 - - [2025-04-17 02:33:22] "GET /projects?obj_uuids=3f2029b8-6be4-4bd8-9cf4-c598ae891ecc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001276 10.0.0.23 - - [2025-04-17 02:33:22] "GET /project/3f2029b8-6be4-4bd8-9cf4-c598ae891ecc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.036610 10.0.0.23 - - [2025-04-17 02:33:22] "POST /network-policys HTTP/1.1" 200 571 0.022182 10.0.0.23 - - [2025-04-17 02:33:22] "GET /network-policy/1a458220-afc3-49ac-b54c-21a2cf231645?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.006970 10.0.0.23 - - [2025-04-17 02:33:22] "POST /neutron/network HTTP/1.1" 200 825 0.007742 10.0.0.23 - - [2025-04-17 02:33:22] "POST /fqname-to-id HTTP/1.1" 404 236 0.002798 10.0.0.23 - - [2025-04-17 02:33:22] "POST /neutron/network HTTP/1.1" 200 927 0.049903 10.0.0.23 - - [2025-04-17 02:33:22] "POST /neutron/network HTTP/1.1" 200 927 0.008140 10.0.0.23 - - [2025-04-17 02:33:22] "GET /virtual-network/8e65244b-31d0-4d03-9b29-c82c590008d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.038957 10.0.0.23 - - [2025-04-17 02:33:22] "POST /access-control-lists HTTP/1.1" 200 590 0.077327 10.0.0.23 - - [2025-04-17 02:33:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004124 10.0.0.23 - - [2025-04-17 02:33:22] "GET /network-policy/1a458220-afc3-49ac-b54c-21a2cf231645?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.004017 10.0.0.23 - - [2025-04-17 02:33:22] "POST /neutron/network HTTP/1.1" 200 824 0.007878 10.0.0.23 - - [2025-04-17 02:33:22] "POST /neutron/network HTTP/1.1" 200 926 0.048898 10.0.0.23 - - [2025-04-17 02:33:22] "POST /neutron/network HTTP/1.1" 200 926 0.033133 10.0.0.23 - - [2025-04-17 02:33:22] "PUT /access-control-list/534d8a21-9f9e-49cc-8f35-18991517d0e3 HTTP/1.1" 200 272 0.064005 10.0.0.23 - - [2025-04-17 02:33:22] "POST /fqname-to-id HTTP/1.1" 404 236 0.005914 10.0.0.23 - - [2025-04-17 02:33:22] "GET /virtual-network/f193d3e4-b867-40a6-b1d9-93de9d79bcd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.006859 10.0.0.23 - - [2025-04-17 02:33:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002805 10.0.0.23 - - [2025-04-17 02:33:22] "GET /network-policy/1a458220-afc3-49ac-b54c-21a2cf231645?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.004274 10.0.0.23 - - [2025-04-17 02:33:22] "GET /domains HTTP/1.1" 401 292 0.001319 10.0.0.23 - - [2025-04-17 02:33:22] "POST /access-control-lists HTTP/1.1" 200 590 0.065875 10.0.0.23 - - [2025-04-17 02:33:22] "POST /ref-update HTTP/1.1" 200 156 0.013361 10.0.0.23 - - [2025-04-17 02:33:23] "GET /domains HTTP/1.1" 200 280 0.030181 10.0.0.23 - - [2025-04-17 02:33:23] "GET /domains?obj_uuids=a9199e49-ddf7-4a44-9dbe-b10e2792616c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001293 10.0.0.23 - - [2025-04-17 02:33:23] "GET /domain/a9199e49-ddf7-4a44-9dbe-b10e2792616c HTTP/1.1" 200 2770 0.010746 10.0.0.23 - - [2025-04-17 02:33:23] "GET /projects?obj_uuids=3f2029b8-6be4-4bd8-9cf4-c598ae891ecc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001426 10.0.0.23 - - [2025-04-17 02:33:23] "GET /project/3f2029b8-6be4-4bd8-9cf4-c598ae891ecc HTTP/1.1" 200 2571 0.072656 10.0.0.23 - - [2025-04-17 02:33:23] "GET /virtual-network/8e65244b-31d0-4d03-9b29-c82c590008d3 HTTP/1.1" 200 2889 0.007022 10.0.0.23 - - [2025-04-17 02:33:23] "GET /virtual-network/8e65244b-31d0-4d03-9b29-c82c590008d3 HTTP/1.1" 200 2889 0.007823 10.0.0.23 - - [2025-04-17 02:33:23] "GET /routing-instance/75f3027f-83f1-499e-b33b-fbebf48c5057 HTTP/1.1" 200 1783 0.004040 10.0.0.23 - - [2025-04-17 02:33:23] "GET /routing-instance/75f3027f-83f1-499e-b33b-fbebf48c5057 HTTP/1.1" 200 1783 0.004565 10.0.0.23 - - [2025-04-17 02:33:23] "GET /route-target/89b3c636-db4f-48af-99f0-f3dbaae251c0 HTTP/1.1" 200 1206 0.004275 10.0.0.23 - - [2025-04-17 02:33:23] "GET /virtual-network/8e65244b-31d0-4d03-9b29-c82c590008d3 HTTP/1.1" 200 2889 0.006568 10.0.0.23 - - [2025-04-17 02:33:23] "GET /routing-instance/75f3027f-83f1-499e-b33b-fbebf48c5057 HTTP/1.1" 200 1783 0.005174 10.0.0.23 - - [2025-04-17 02:33:23] "GET /virtual-network/8e65244b-31d0-4d03-9b29-c82c590008d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.006454 10.0.0.23 - - [2025-04-17 02:33:23] "GET /virtual-network/8e65244b-31d0-4d03-9b29-c82c590008d3 HTTP/1.1" 200 2889 0.006161 10.0.0.23 - - [2025-04-17 02:33:23] "GET /routing-instance/75f3027f-83f1-499e-b33b-fbebf48c5057 HTTP/1.1" 200 1783 0.005073 10.0.0.23 - - [2025-04-17 02:33:23] "GET /routing-instance/75f3027f-83f1-499e-b33b-fbebf48c5057 HTTP/1.1" 200 1783 0.005449 10.0.0.23 - - [2025-04-17 02:33:23] "GET /route-target/89b3c636-db4f-48af-99f0-f3dbaae251c0 HTTP/1.1" 200 1206 0.004441 10.0.0.23 - - [2025-04-17 02:33:23] "GET /domains HTTP/1.1" 200 280 0.003207 10.0.0.23 - - [2025-04-17 02:33:23] "GET /domains?obj_uuids=a9199e49-ddf7-4a44-9dbe-b10e2792616c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001207 10.0.0.23 - - [2025-04-17 02:33:23] "GET /domain/a9199e49-ddf7-4a44-9dbe-b10e2792616c HTTP/1.1" 200 2770 0.007929 10.0.0.23 - - [2025-04-17 02:33:23] "GET /projects?obj_uuids=3f2029b8-6be4-4bd8-9cf4-c598ae891ecc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001101 10.0.0.23 - - [2025-04-17 02:33:23] "GET /project/3f2029b8-6be4-4bd8-9cf4-c598ae891ecc HTTP/1.1" 200 2571 0.079212 10.0.0.23 - - [2025-04-17 02:33:23] "GET /virtual-network/8e65244b-31d0-4d03-9b29-c82c590008d3 HTTP/1.1" 200 2889 0.006412 10.0.0.23 - - [2025-04-17 02:33:23] "GET /obj-perms HTTP/1.1" 200 5034 0.064241 10.0.0.23 - - [2025-04-17 02:33:23] "GET /domains HTTP/1.1" 200 280 0.003353 10.0.0.23 - - [2025-04-17 02:33:23] "GET /domains?obj_uuids=a9199e49-ddf7-4a44-9dbe-b10e2792616c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001540 10.0.0.23 - - [2025-04-17 02:33:23] "GET /domain/a9199e49-ddf7-4a44-9dbe-b10e2792616c HTTP/1.1" 200 2770 0.009150 10.0.0.23 - - [2025-04-17 02:33:24] "GET /projects?obj_uuids=3f2029b8-6be4-4bd8-9cf4-c598ae891ecc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004136 10.0.0.23 - - [2025-04-17 02:33:24] "GET /project/3f2029b8-6be4-4bd8-9cf4-c598ae891ecc HTTP/1.1" 200 2571 0.077398 10.0.0.23 - - [2025-04-17 02:33:24] "GET /virtual-network/f193d3e4-b867-40a6-b1d9-93de9d79bcd3 HTTP/1.1" 200 2886 0.008479 10.0.0.23 - - [2025-04-17 02:33:24] "GET /virtual-network/f193d3e4-b867-40a6-b1d9-93de9d79bcd3 HTTP/1.1" 200 2886 0.005405 10.0.0.23 - - [2025-04-17 02:33:24] "GET /routing-instance/a0766119-32e3-4dac-b312-68652dead694 HTTP/1.1" 200 1784 0.004171 10.0.0.23 - - [2025-04-17 02:33:24] "GET /routing-instance/a0766119-32e3-4dac-b312-68652dead694 HTTP/1.1" 200 1784 0.004346 10.0.0.23 - - [2025-04-17 02:33:24] "GET /route-target/6521fec6-4721-43a4-88b3-015d3c361669 HTTP/1.1" 200 1205 0.003960 10.0.0.23 - - [2025-04-17 02:33:24] "GET /virtual-network/f193d3e4-b867-40a6-b1d9-93de9d79bcd3 HTTP/1.1" 200 2886 0.005693 10.0.0.23 - - [2025-04-17 02:33:24] "GET /routing-instance/a0766119-32e3-4dac-b312-68652dead694 HTTP/1.1" 200 1784 0.004180 10.0.0.23 - - [2025-04-17 02:33:24] "GET /virtual-network/f193d3e4-b867-40a6-b1d9-93de9d79bcd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.005972 10.0.0.23 - - [2025-04-17 02:33:24] "GET /virtual-network/f193d3e4-b867-40a6-b1d9-93de9d79bcd3 HTTP/1.1" 200 2886 0.005400 10.0.0.23 - - [2025-04-17 02:33:24] "GET /routing-instance/a0766119-32e3-4dac-b312-68652dead694 HTTP/1.1" 200 1784 0.003857 10.0.0.23 - - [2025-04-17 02:33:24] "GET /routing-instance/a0766119-32e3-4dac-b312-68652dead694 HTTP/1.1" 200 1784 0.004210 10.0.0.23 - - [2025-04-17 02:33:24] "GET /route-target/6521fec6-4721-43a4-88b3-015d3c361669 HTTP/1.1" 200 1205 0.004500 10.0.0.23 - - [2025-04-17 02:33:24] "GET /domains HTTP/1.1" 200 280 0.002967 10.0.0.23 - - [2025-04-17 02:33:24] "GET /domains?obj_uuids=a9199e49-ddf7-4a44-9dbe-b10e2792616c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001227 10.0.0.23 - - [2025-04-17 02:33:24] "GET /domain/a9199e49-ddf7-4a44-9dbe-b10e2792616c HTTP/1.1" 200 2770 0.008471 10.0.0.23 - - [2025-04-17 02:33:24] "GET /projects?obj_uuids=3f2029b8-6be4-4bd8-9cf4-c598ae891ecc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001249 10.0.0.23 - - [2025-04-17 02:33:24] "GET /project/3f2029b8-6be4-4bd8-9cf4-c598ae891ecc HTTP/1.1" 200 2571 0.075960 10.0.0.23 - - [2025-04-17 02:33:24] "GET /virtual-network/f193d3e4-b867-40a6-b1d9-93de9d79bcd3 HTTP/1.1" 200 2886 0.006069 10.0.0.23 - - [2025-04-17 02:33:24] "GET /obj-perms HTTP/1.1" 200 5034 0.004260 10.0.0.23 - - [2025-04-17 02:33:24] "POST /id-to-fqname HTTP/1.1" 200 222 0.001582 10.0.0.23 - - [2025-04-17 02:33:24] "POST /neutron/network HTTP/1.1" 200 937 0.008759 10.0.0.23 - - [2025-04-17 02:33:24] "GET /aaa-mode HTTP/1.1" 401 292 0.000550 10.0.0.23 - - [2025-04-17 02:33:25] "GET / HTTP/1.1" 200 35931 0.002636 10.0.0.23 - - [2025-04-17 02:33:25] "GET /project/3f2029b8-6be4-4bd8-9cf4-c598ae891ecc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000594 10.0.0.23 - - [2025-04-17 02:33:25] "GET /projects?obj_uuids=3f2029b8-6be4-4bd8-9cf4-c598ae891ecc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001511 10.0.0.23 - - [2025-04-17 02:33:25] "GET /project/3f2029b8-6be4-4bd8-9cf4-c598ae891ecc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.071101 10.0.0.23 - - [2025-04-17 02:33:25] "POST /neutron/network HTTP/1.1" 200 927 0.006898 10.0.0.23 - - [2025-04-17 02:33:25] "POST /neutron/port HTTP/1.1" 200 117 0.005894 10.0.0.23 - - [2025-04-17 02:33:25] "POST /neutron/port HTTP/1.1" 200 117 0.009021 10.0.0.23 - - [2025-04-17 02:33:25] "POST /id-to-fqname HTTP/1.1" 200 222 0.001496 10.0.0.23 - - [2025-04-17 02:33:25] "POST /neutron/port HTTP/1.1" 200 117 0.007618 10.0.0.23 - - [2025-04-17 02:33:25] "POST /neutron/network HTTP/1.1" 200 936 0.010016 10.0.0.23 - - [2025-04-17 02:33:25] "GET /aaa-mode HTTP/1.1" 401 292 0.000556 10.0.0.23 - - [2025-04-17 02:33:26] "POST /neutron/network HTTP/1.1" 200 937 0.008479 10.0.0.23 - - [2025-04-17 02:33:26] "GET /projects?obj_uuids=3f2029b8-6be4-4bd8-9cf4-c598ae891ecc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001504 10.0.0.23 - - [2025-04-17 02:33:26] "GET / HTTP/1.1" 200 35931 0.002082 10.0.0.23 - - [2025-04-17 02:33:26] "GET /project/3f2029b8-6be4-4bd8-9cf4-c598ae891ecc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000524 10.0.0.23 - - [2025-04-17 02:33:26] "POST /neutron/port HTTP/1.1" 200 1061 0.272531 10.0.0.23 - - [2025-04-17 02:33:26] "POST /neutron/port HTTP/1.1" 200 1061 0.012196 10.0.0.23 - - [2025-04-17 02:33:26] "POST /neutron/port HTTP/1.1" 200 1061 0.012233 10.0.0.23 - - [2025-04-17 02:33:26] "POST /neutron/port HTTP/1.1" 200 1115 0.103510 10.0.0.23 - - [2025-04-17 02:33:26] "POST /neutron/port HTTP/1.1" 200 1089 0.024367 10.0.0.23 - - [2025-04-17 02:33:26] "GET /projects?obj_uuids=3f2029b8-6be4-4bd8-9cf4-c598ae891ecc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001670 10.0.0.23 - - [2025-04-17 02:33:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004457 10.0.0.23 - - [2025-04-17 02:33:26] "GET /project/3f2029b8-6be4-4bd8-9cf4-c598ae891ecc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.067492 10.0.0.23 - - [2025-04-17 02:33:26] "POST /neutron/subnet HTTP/1.1" 200 693 0.026797 10.0.0.23 - - [2025-04-17 02:33:26] "POST /neutron/network HTTP/1.1" 200 926 0.006886 10.0.0.23 - - [2025-04-17 02:33:26] "POST /neutron/port HTTP/1.1" 200 117 0.001477 10.0.0.23 - - [2025-04-17 02:33:26] "POST /neutron/network HTTP/1.1" 200 927 0.007124 10.0.0.23 - - [2025-04-17 02:33:26] "POST /neutron/port HTTP/1.1" 200 1089 0.023195 10.0.0.23 - - [2025-04-17 02:33:26] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007789 10.0.0.23 - - [2025-04-17 02:33:26] "POST /neutron/port HTTP/1.1" 200 117 0.007087 10.0.0.23 - - [2025-04-17 02:33:27] "POST /neutron/port HTTP/1.1" 200 1089 0.025865 10.0.0.23 - - [2025-04-17 02:33:27] "POST /neutron/security_group HTTP/1.1" 200 2060 0.019616 10.0.0.23 - - [2025-04-17 02:33:27] "POST /neutron/network HTTP/1.1" 200 936 0.008429 10.0.0.23 - - [2025-04-17 02:33:27] "GET /projects?obj_uuids=3f2029b8-6be4-4bd8-9cf4-c598ae891ecc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001392 10.0.0.23 - - [2025-04-17 02:33:27] "PUT /access-control-list/255982d7-6b0b-47f2-80c5-8aeda3975bfb HTTP/1.1" 200 272 0.068149 10.0.0.23 - - [2025-04-17 02:33:27] "POST /neutron/port HTTP/1.1" 200 1060 0.341380 10.0.0.23 - - [2025-04-17 02:33:27] "POST /neutron/port HTTP/1.1" 200 1060 0.011825 10.0.0.23 - - [2025-04-17 02:33:27] "POST /neutron/port HTTP/1.1" 200 1060 0.015656 10.0.0.23 - - [2025-04-17 02:33:27] "POST /neutron/port HTTP/1.1" 200 1114 0.099538 10.0.0.23 - - [2025-04-17 02:33:28] "POST /neutron/port HTTP/1.1" 200 1088 0.025532 10.0.0.23 - - [2025-04-17 02:33:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006120 10.0.0.23 - - [2025-04-17 02:33:28] "POST /neutron/subnet HTTP/1.1" 200 689 0.014052 10.0.0.23 - - [2025-04-17 02:33:28] "POST /neutron/port HTTP/1.1" 200 117 0.001669 10.0.0.23 - - [2025-04-17 02:33:28] "POST /neutron/network HTTP/1.1" 200 926 0.009303 10.0.0.23 - - [2025-04-17 02:33:32] "POST /neutron/port HTTP/1.1" 200 1089 0.019524 10.0.0.23 - - [2025-04-17 02:33:32] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009382 10.0.0.23 - - [2025-04-17 02:33:32] "POST /neutron/port HTTP/1.1" 200 1089 0.021420 10.0.0.23 - - [2025-04-17 02:33:32] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008723 10.0.0.23 - - [2025-04-17 02:33:32] "POST /neutron/port HTTP/1.1" 200 1089 0.037012 10.0.0.23 - - [2025-04-17 02:33:32] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007840 10.0.0.23 - - [2025-04-17 02:33:32] "GET /virtual-machine/b566033c-079b-4401-b2bb-c04f36d0dcea HTTP/1.1" 200 1295 0.008678 10.0.0.23 - - [2025-04-17 02:33:32] "GET /virtual-machine-interface/89c40bff-4f9d-429c-a990-8563e31cd740 HTTP/1.1" 200 2951 0.007163 10.0.0.23 - - [2025-04-17 02:33:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004157 10.0.0.23 - - [2025-04-17 02:33:32] "GET /global-vrouter-config/2353e56c-ba9a-4c95-8ac7-e4aab067284b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004952 10.0.0.23 - - [2025-04-17 02:33:32] "GET /virtual-networks?parent_id=3f2029b8-6be4-4bd8-9cf4-c598ae891ecc&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004344 10.0.0.23 - - [2025-04-17 02:33:32] "GET /virtual-network/8e65244b-31d0-4d03-9b29-c82c590008d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.007193 10.0.0.23 - - [2025-04-17 02:33:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004400 10.0.0.23 - - [2025-04-17 02:33:35] "GET /virtual-network/8e65244b-31d0-4d03-9b29-c82c590008d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005673 10.0.0.23 - - [2025-04-17 02:33:36] "POST /neutron/port HTTP/1.1" 200 1089 0.027151 10.0.0.23 - - [2025-04-17 02:33:36] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007512 10.0.0.23 - - [2025-04-17 02:33:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005550 10.0.0.23 - - [2025-04-17 02:33:37] "GET /global-vrouter-config/2353e56c-ba9a-4c95-8ac7-e4aab067284b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004678 10.0.0.23 - - [2025-04-17 02:33:37] "GET /virtual-networks?parent_id=3f2029b8-6be4-4bd8-9cf4-c598ae891ecc&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003834 10.0.0.23 - - [2025-04-17 02:33:37] "POST /neutron/port HTTP/1.1" 200 1088 0.024439 10.0.0.23 - - [2025-04-17 02:33:37] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008344 10.0.0.23 - - [2025-04-17 02:33:37] "GET /virtual-network/8e65244b-31d0-4d03-9b29-c82c590008d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.007640 10.0.0.23 - - [2025-04-17 02:33:38] "POST /neutron/port HTTP/1.1" 200 1088 0.020897 10.0.0.23 - - [2025-04-17 02:33:38] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010779 10.0.0.23 - - [2025-04-17 02:33:38] "POST /neutron/port HTTP/1.1" 200 1088 0.022854 10.0.0.23 - - [2025-04-17 02:33:38] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009247 10.0.0.23 - - [2025-04-17 02:33:38] "POST /neutron/port HTTP/1.1" 200 1088 0.018433 10.0.0.23 - - [2025-04-17 02:33:38] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008581 10.0.0.23 - - [2025-04-17 02:33:38] "GET /virtual-machine/089f8e7c-3efa-4a87-91bc-dc72cb1a3bee HTTP/1.1" 200 1293 0.006696 10.0.0.23 - - [2025-04-17 02:33:38] "GET /virtual-machine-interface/e54f1dbb-eeba-4984-b576-c4c0e0383d37 HTTP/1.1" 200 2952 0.006188 10.0.0.23 - - [2025-04-17 02:33:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003955 10.0.0.23 - - [2025-04-17 02:33:38] "GET /global-vrouter-config/2353e56c-ba9a-4c95-8ac7-e4aab067284b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004635 10.0.0.23 - - [2025-04-17 02:33:38] "GET /virtual-networks?parent_id=3f2029b8-6be4-4bd8-9cf4-c598ae891ecc&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004749 10.0.0.23 - - [2025-04-17 02:33:38] "GET /virtual-network/f193d3e4-b867-40a6-b1d9-93de9d79bcd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.006809 10.0.0.23 - - [2025-04-17 02:33:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004188 10.0.0.23 - - [2025-04-17 02:33:39] "GET /global-vrouter-config/2353e56c-ba9a-4c95-8ac7-e4aab067284b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004182 10.0.0.23 - - [2025-04-17 02:33:39] "GET /virtual-networks?parent_id=3f2029b8-6be4-4bd8-9cf4-c598ae891ecc&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003483 10.0.0.23 - - [2025-04-17 02:33:39] "GET /virtual-network/f193d3e4-b867-40a6-b1d9-93de9d79bcd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.014650 10.0.0.23 - - [2025-04-17 02:33:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.23 - - [2025-04-17 02:33:44] "GET /projects?obj_uuids=3f2029b8-6be4-4bd8-9cf4-c598ae891ecc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001682 10.0.0.23 - - [2025-04-17 02:33:44] "GET /project/3f2029b8-6be4-4bd8-9cf4-c598ae891ecc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.032243 10.0.0.23 - - [2025-04-17 02:33:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.23 - - [2025-04-17 02:33:44] "PUT /network-policy/1a458220-afc3-49ac-b54c-21a2cf231645 HTTP/1.1" 200 262 0.013804 10.0.0.23 - - [2025-04-17 02:33:44] "PUT /access-control-list/534d8a21-9f9e-49cc-8f35-18991517d0e3 HTTP/1.1" 200 272 0.055938 10.0.0.23 - - [2025-04-17 02:33:44] "POST /ref-update HTTP/1.1" 200 156 0.020329 10.0.0.23 - - [2025-04-17 02:33:45] "PUT /access-control-list/255982d7-6b0b-47f2-80c5-8aeda3975bfb HTTP/1.1" 200 272 0.059753 10.0.0.23 - - [2025-04-17 02:33:45] "POST /ref-update HTTP/1.1" 200 156 0.014124 10.0.0.23 - - [2025-04-17 02:33:47] "GET /virtual-network/f193d3e4-b867-40a6-b1d9-93de9d79bcd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.006768 10.0.0.23 - - [2025-04-17 02:33:47] "POST /neutron/network HTTP/1.1" 200 926 0.009742 10.0.0.23 - - [2025-04-17 02:33:47] "POST /neutron/network HTTP/1.1" 200 824 0.059965 10.0.0.23 - - [2025-04-17 02:33:47] "DELETE /access-control-list/255982d7-6b0b-47f2-80c5-8aeda3975bfb HTTP/1.1" 200 115 0.055919 10.0.0.23 - - [2025-04-17 02:33:47] "POST /neutron/network HTTP/1.1" 200 824 0.009340 10.0.0.23 - - [2025-04-17 02:33:47] "GET /virtual-network/f193d3e4-b867-40a6-b1d9-93de9d79bcd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.011499 10.0.0.23 - - [2025-04-17 02:33:47] "GET /virtual-network/8e65244b-31d0-4d03-9b29-c82c590008d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.006459 10.0.0.23 - - [2025-04-17 02:33:48] "POST /neutron/network HTTP/1.1" 200 927 0.010054 10.0.0.23 - - [2025-04-17 02:33:48] "POST /neutron/network HTTP/1.1" 200 825 0.057370 10.0.0.23 - - [2025-04-17 02:33:48] "DELETE /access-control-list/534d8a21-9f9e-49cc-8f35-18991517d0e3 HTTP/1.1" 200 115 0.043400 10.0.0.23 - - [2025-04-17 02:33:48] "POST /neutron/network HTTP/1.1" 200 825 0.009208 10.0.0.23 - - [2025-04-17 02:33:48] "GET /virtual-network/8e65244b-31d0-4d03-9b29-c82c590008d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.012936 10.0.0.23 - - [2025-04-17 02:33:48] "DELETE /network-policy/1a458220-afc3-49ac-b54c-21a2cf231645 HTTP/1.1" 200 115 0.033121 10.0.0.23 - - [2025-04-17 02:33:48] "POST /neutron/network HTTP/1.1" 200 824 0.014344 10.0.0.23 - - [2025-04-17 02:33:48] "POST /neutron/network HTTP/1.1" 400 204 0.019613 10.0.0.23 - - [2025-04-17 02:33:48] "POST /neutron/port HTTP/1.1" 200 1088 0.021405 10.0.0.23 - - [2025-04-17 02:33:48] "POST /neutron/port HTTP/1.1" 200 1114 0.015418 10.0.0.23 - - [2025-04-17 02:33:48] "POST /neutron/port HTTP/1.1" 200 1089 0.033400 10.0.0.23 - - [2025-04-17 02:33:48] "POST /neutron/port HTTP/1.1" 200 1115 0.016229 10.0.0.23 - - [2025-04-17 02:33:48] "POST /neutron/port HTTP/1.1" 200 151 0.161610 10.0.0.23 - - [2025-04-17 02:33:48] "POST /neutron/port HTTP/1.1" 200 151 0.140416 10.0.0.23 - - [2025-04-17 02:33:50] "POST /neutron/network HTTP/1.1" 200 824 0.007295 10.0.0.23 - - [2025-04-17 02:33:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005642 10.0.0.23 - - [2025-04-17 02:33:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002916 10.0.0.23 - - [2025-04-17 02:33:50] "POST /useragent-kv HTTP/1.1" 200 115 0.003769 10.0.0.23 - - [2025-04-17 02:33:50] "POST /neutron/network HTTP/1.1" 200 151 0.099851 10.0.0.23 - - [2025-04-17 02:33:50] "DELETE /route-target/6521fec6-4721-43a4-88b3-015d3c361669 HTTP/1.1" 200 115 0.018755 10.0.0.23 - - [2025-04-17 02:33:50] "GET /routing-instance/a0766119-32e3-4dac-b312-68652dead694 HTTP/1.1" 404 171 0.005921 10.0.0.23 - - [2025-04-17 02:33:50] "GET /domains HTTP/1.1" 200 280 0.003957 10.0.0.23 - - [2025-04-17 02:33:50] "GET /domains?obj_uuids=a9199e49-ddf7-4a44-9dbe-b10e2792616c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001593 10.0.0.23 - - [2025-04-17 02:33:50] "GET /domain/a9199e49-ddf7-4a44-9dbe-b10e2792616c HTTP/1.1" 200 2770 0.050261 10.0.0.23 - - [2025-04-17 02:33:50] "GET /projects?obj_uuids=3f2029b8-6be4-4bd8-9cf4-c598ae891ecc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002084 10.0.0.23 - - [2025-04-17 02:33:50] "GET /project/3f2029b8-6be4-4bd8-9cf4-c598ae891ecc HTTP/1.1" 200 2103 0.074298 10.0.0.23 - - [2025-04-17 02:33:50] "POST /neutron/network HTTP/1.1" 200 825 0.009009 10.0.0.23 - - [2025-04-17 02:33:50] "POST /useragent-kv HTTP/1.1" 200 115 0.004129 10.0.0.23 - - [2025-04-17 02:33:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004791 10.0.0.23 - - [2025-04-17 02:33:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002097 10.0.0.23 - - [2025-04-17 02:33:50] "POST /neutron/network HTTP/1.1" 200 151 0.100443 10.0.0.23 - - [2025-04-17 02:33:50] "GET /routing-instance/75f3027f-83f1-499e-b33b-fbebf48c5057 HTTP/1.1" 404 171 0.003179 10.0.0.23 - - [2025-04-17 02:33:50] "GET /domains HTTP/1.1" 200 280 0.003498 10.0.0.23 - - [2025-04-17 02:33:50] "DELETE /route-target/89b3c636-db4f-48af-99f0-f3dbaae251c0 HTTP/1.1" 200 115 0.031927 10.0.0.23 - - [2025-04-17 02:33:50] "GET /domains?obj_uuids=a9199e49-ddf7-4a44-9dbe-b10e2792616c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001542 10.0.0.23 - - [2025-04-17 02:33:50] "GET /domain/a9199e49-ddf7-4a44-9dbe-b10e2792616c HTTP/1.1" 200 2770 0.051144 10.0.0.23 - - [2025-04-17 02:33:50] "GET /projects?obj_uuids=3f2029b8-6be4-4bd8-9cf4-c598ae891ecc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002653 10.0.0.23 - - [2025-04-17 02:33:50] "GET /project/3f2029b8-6be4-4bd8-9cf4-c598ae891ecc HTTP/1.1" 200 1864 0.072908 10.0.0.23 - - [2025-04-17 02:33:51] "GET /projects?obj_uuids=3f2029b8-6be4-4bd8-9cf4-c598ae891ecc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002278 10.0.0.23 - - [2025-04-17 02:33:51] "GET /project/3f2029b8-6be4-4bd8-9cf4-c598ae891ecc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.038566 10.0.0.23 - - [2025-04-17 02:33:51] "GET /projects?obj_uuids=3f2029b8-6be4-4bd8-9cf4-c598ae891ecc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001589 10.0.0.23 - - [2025-04-17 02:33:51] "GET /project/3f2029b8-6be4-4bd8-9cf4-c598ae891ecc?fields=virtual_networks HTTP/1.1" 200 1036 0.039727 10.0.0.23 - - [2025-04-17 02:33:51] "GET /projects?obj_uuids=3f2029b8-6be4-4bd8-9cf4-c598ae891ecc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001460 10.0.0.23 - - [2025-04-17 02:33:51] "GET /project/3f2029b8-6be4-4bd8-9cf4-c598ae891ecc?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.040543 10.0.0.23 - - [2025-04-17 02:33:51] "GET /projects?obj_uuids=3f2029b8-6be4-4bd8-9cf4-c598ae891ecc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001569 10.0.0.23 - - [2025-04-17 02:33:51] "GET /project/3f2029b8-6be4-4bd8-9cf4-c598ae891ecc?fields=security_groups HTTP/1.1" 200 1264 0.030835 10.0.0.23 - - [2025-04-17 02:33:52] "POST /fqname-to-id HTTP/1.1" 404 186 0.030698 10.0.0.23 - - [2025-04-17 02:33:52] "GET /projects?obj_uuids=ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003802 10.0.0.23 - - [2025-04-17 02:33:52] "GET /domains?obj_uuids=a9199e49-ddf7-4a44-9dbe-b10e2792616c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001848 10.0.0.23 - - [2025-04-17 02:33:52] "GET /domain/a9199e49-ddf7-4a44-9dbe-b10e2792616c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010576 10.0.0.23 - - [2025-04-17 02:33:52] "POST /id-to-fqname HTTP/1.1" 200 188 0.001422 10.0.0.23 - - [2025-04-17 02:33:52] "POST /fqname-to-id HTTP/1.1" 404 197 0.004830 10.0.0.23 - - [2025-04-17 02:33:52] "POST /security-groups HTTP/1.1" 200 589 0.067619 10.0.0.23 - - [2025-04-17 02:33:52] "POST /fqname-to-id HTTP/1.1" 404 232 0.004790 10.0.0.23 - - [2025-04-17 02:33:52] "POST /projects HTTP/1.1" 200 581 0.261416 10.0.0.23 - - [2025-04-17 02:33:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.298799 10.0.0.23 - - [2025-04-17 02:33:52] "POST /access-control-lists HTTP/1.1" 200 594 0.068990 10.0.0.23 - - [2025-04-17 02:33:52] "GET /project/ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.464818 10.0.0.23 - - [2025-04-17 02:33:52] "POST /fqname-to-id HTTP/1.1" 404 231 0.004672 10.0.0.23 - - [2025-04-17 02:33:53] "POST /access-control-lists HTTP/1.1" 200 592 0.059978 10.0.0.23 - - [2025-04-17 02:33:54] "GET / HTTP/1.1" 200 35931 0.003247 10.0.0.23 - - [2025-04-17 02:33:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000569 10.0.0.23 - - [2025-04-17 02:33:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.078166 10.0.0.23 - - [2025-04-17 02:33:55] "GET /projects?obj_uuids=ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002573 10.0.0.23 - - [2025-04-17 02:33:55] "GET /project/ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.050793 10.0.0.23 - - [2025-04-17 02:33:55] "POST /neutron/network HTTP/1.1" 200 117 0.036963 10.0.0.23 - - [2025-04-17 02:33:55] "GET /projects?obj_uuids=ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002131 10.0.0.23 - - [2025-04-17 02:33:55] "POST /neutron/network HTTP/1.1" 200 613 0.084224 10.0.0.23 - - [2025-04-17 02:33:55] "POST /route-targets HTTP/1.1" 200 327 0.021226 10.0.0.23 - - [2025-04-17 02:33:55] "POST /ref-update HTTP/1.1" 200 156 0.028705 10.0.0.23 - - [2025-04-17 02:33:55] "POST /useragent-kv HTTP/1.1" 200 115 0.004083 10.0.0.23 - - [2025-04-17 02:33:55] "POST /neutron/subnet HTTP/1.1" 200 720 0.166134 10.0.0.23 - - [2025-04-17 02:33:55] "POST /neutron/network HTTP/1.1" 200 831 0.009608 10.0.0.23 - - [2025-04-17 02:33:55] "POST /id-to-fqname HTTP/1.1" 200 223 0.002466 10.0.0.23 - - [2025-04-17 02:33:55] "GET /virtual-network/5ba3b0f8-b267-4363-841d-20f72705e146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.008480 10.0.0.23 - - [2025-04-17 02:33:55] "POST /neutron/network HTTP/1.1" 200 831 0.010153 10.0.0.23 - - [2025-04-17 02:33:55] "GET /virtual-network/5ba3b0f8-b267-4363-841d-20f72705e146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007015 10.0.0.23 - - [2025-04-17 02:33:55] "POST /neutron/network HTTP/1.1" 200 831 0.007637 10.0.0.23 - - [2025-04-17 02:33:55] "POST /neutron/subnet HTTP/1.1" 200 720 0.009933 10.0.0.23 - - [2025-04-17 02:33:55] "GET /domains HTTP/1.1" 401 292 0.000719 10.0.0.23 - - [2025-04-17 02:33:56] "GET /domains HTTP/1.1" 200 280 0.035264 10.0.0.23 - - [2025-04-17 02:33:56] "GET /domains?obj_uuids=a9199e49-ddf7-4a44-9dbe-b10e2792616c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001609 10.0.0.23 - - [2025-04-17 02:33:56] "GET /domain/a9199e49-ddf7-4a44-9dbe-b10e2792616c HTTP/1.1" 200 2954 0.013107 10.0.0.23 - - [2025-04-17 02:33:56] "GET /projects?obj_uuids=ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001425 10.0.0.23 - - [2025-04-17 02:33:56] "GET /project/ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5 HTTP/1.1" 200 2081 0.077224 10.0.0.23 - - [2025-04-17 02:33:56] "GET /virtual-network/5ba3b0f8-b267-4363-841d-20f72705e146 HTTP/1.1" 200 2314 0.007984 10.0.0.23 - - [2025-04-17 02:33:56] "GET /virtual-network/5ba3b0f8-b267-4363-841d-20f72705e146 HTTP/1.1" 200 2314 0.005925 10.0.0.23 - - [2025-04-17 02:33:56] "GET /routing-instance/5110fa4c-28ca-444a-acbd-da4fc6a75b75 HTTP/1.1" 200 1493 0.004825 10.0.0.23 - - [2025-04-17 02:33:56] "GET /routing-instance/5110fa4c-28ca-444a-acbd-da4fc6a75b75 HTTP/1.1" 200 1493 0.004596 10.0.0.23 - - [2025-04-17 02:33:56] "GET /route-target/59393a70-4386-489a-91b3-cd1a53c165e0 HTTP/1.1" 200 1212 0.005167 10.0.0.23 - - [2025-04-17 02:33:56] "GET /virtual-network/5ba3b0f8-b267-4363-841d-20f72705e146 HTTP/1.1" 200 2314 0.005456 10.0.0.23 - - [2025-04-17 02:33:56] "GET /routing-instance/5110fa4c-28ca-444a-acbd-da4fc6a75b75 HTTP/1.1" 200 1493 0.004537 10.0.0.23 - - [2025-04-17 02:33:56] "GET /virtual-network/5ba3b0f8-b267-4363-841d-20f72705e146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006020 10.0.0.23 - - [2025-04-17 02:33:56] "GET /virtual-network/5ba3b0f8-b267-4363-841d-20f72705e146 HTTP/1.1" 200 2314 0.005608 10.0.0.23 - - [2025-04-17 02:33:56] "GET /routing-instance/5110fa4c-28ca-444a-acbd-da4fc6a75b75 HTTP/1.1" 200 1493 0.004422 10.0.0.23 - - [2025-04-17 02:33:56] "GET /routing-instance/5110fa4c-28ca-444a-acbd-da4fc6a75b75 HTTP/1.1" 200 1493 0.004864 10.0.0.23 - - [2025-04-17 02:33:56] "GET /route-target/59393a70-4386-489a-91b3-cd1a53c165e0 HTTP/1.1" 200 1212 0.004454 10.0.0.23 - - [2025-04-17 02:33:56] "GET /domains HTTP/1.1" 200 280 0.003294 10.0.0.23 - - [2025-04-17 02:33:56] "GET /domains?obj_uuids=a9199e49-ddf7-4a44-9dbe-b10e2792616c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001734 10.0.0.23 - - [2025-04-17 02:33:56] "GET /domain/a9199e49-ddf7-4a44-9dbe-b10e2792616c HTTP/1.1" 200 2954 0.009237 10.0.0.23 - - [2025-04-17 02:33:56] "GET /projects?obj_uuids=ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001218 10.0.0.23 - - [2025-04-17 02:33:56] "GET /project/ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5 HTTP/1.1" 200 2081 0.074269 10.0.0.23 - - [2025-04-17 02:33:56] "GET /virtual-network/5ba3b0f8-b267-4363-841d-20f72705e146 HTTP/1.1" 200 2314 0.006902 10.0.0.23 - - [2025-04-17 02:33:57] "GET /obj-perms HTTP/1.1" 200 5026 0.072337 10.0.0.23 - - [2025-04-17 02:33:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003892 10.0.0.23 - - [2025-04-17 02:33:57] "GET /projects?obj_uuids=ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001484 10.0.0.23 - - [2025-04-17 02:33:57] "GET /project/ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.035219 10.0.0.23 - - [2025-04-17 02:33:57] "POST /neutron/network HTTP/1.1" 200 117 0.012414 10.0.0.23 - - [2025-04-17 02:33:57] "GET /projects?obj_uuids=ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001624 10.0.0.23 - - [2025-04-17 02:33:57] "POST /neutron/network HTTP/1.1" 200 613 0.095325 10.0.0.23 - - [2025-04-17 02:33:57] "POST /route-targets HTTP/1.1" 200 327 0.013934 10.0.0.23 - - [2025-04-17 02:33:57] "POST /ref-update HTTP/1.1" 200 156 0.014665 10.0.0.23 - - [2025-04-17 02:33:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003380 10.0.0.23 - - [2025-04-17 02:33:57] "POST /neutron/subnet HTTP/1.1" 200 729 0.190008 10.0.0.23 - - [2025-04-17 02:33:57] "POST /neutron/network HTTP/1.1" 200 833 0.006948 10.0.0.23 - - [2025-04-17 02:33:57] "POST /id-to-fqname HTTP/1.1" 200 223 0.001701 10.0.0.23 - - [2025-04-17 02:33:57] "GET /virtual-network/e69ebc49-087d-43dd-b20d-3d9cd8fab1e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006279 10.0.0.23 - - [2025-04-17 02:33:57] "POST /neutron/network HTTP/1.1" 200 833 0.007325 10.0.0.23 - - [2025-04-17 02:33:57] "GET /virtual-network/e69ebc49-087d-43dd-b20d-3d9cd8fab1e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005716 10.0.0.23 - - [2025-04-17 02:33:57] "POST /neutron/network HTTP/1.1" 200 833 0.007400 10.0.0.23 - - [2025-04-17 02:33:57] "POST /neutron/subnet HTTP/1.1" 200 729 0.011540 10.0.0.23 - - [2025-04-17 02:33:57] "GET /domains HTTP/1.1" 200 280 0.003623 10.0.0.23 - - [2025-04-17 02:33:57] "GET /domains?obj_uuids=a9199e49-ddf7-4a44-9dbe-b10e2792616c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001504 10.0.0.23 - - [2025-04-17 02:33:57] "GET /domain/a9199e49-ddf7-4a44-9dbe-b10e2792616c HTTP/1.1" 200 2954 0.010281 10.0.0.23 - - [2025-04-17 02:33:57] "GET /projects?obj_uuids=ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001368 10.0.0.23 - - [2025-04-17 02:33:57] "GET /project/ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5 HTTP/1.1" 200 2299 0.077244 10.0.0.23 - - [2025-04-17 02:33:57] "GET /virtual-network/e69ebc49-087d-43dd-b20d-3d9cd8fab1e2 HTTP/1.1" 200 2322 0.008243 10.0.0.23 - - [2025-04-17 02:33:57] "GET /virtual-network/e69ebc49-087d-43dd-b20d-3d9cd8fab1e2 HTTP/1.1" 200 2322 0.006883 10.0.0.23 - - [2025-04-17 02:33:57] "GET /routing-instance/f4b11fe6-df14-4891-ae39-81eef1ffa8eb HTTP/1.1" 200 1494 0.005414 10.0.0.23 - - [2025-04-17 02:33:57] "GET /routing-instance/f4b11fe6-df14-4891-ae39-81eef1ffa8eb HTTP/1.1" 200 1494 0.005032 10.0.0.23 - - [2025-04-17 02:33:57] "GET /route-target/95edd346-b38a-4004-a4b0-01159b4dd780 HTTP/1.1" 200 1213 0.003704 10.0.0.23 - - [2025-04-17 02:33:57] "GET /virtual-network/e69ebc49-087d-43dd-b20d-3d9cd8fab1e2 HTTP/1.1" 200 2322 0.005877 10.0.0.23 - - [2025-04-17 02:33:57] "GET /routing-instance/f4b11fe6-df14-4891-ae39-81eef1ffa8eb HTTP/1.1" 200 1494 0.005196 10.0.0.23 - - [2025-04-17 02:33:57] "GET /virtual-network/e69ebc49-087d-43dd-b20d-3d9cd8fab1e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006254 10.0.0.23 - - [2025-04-17 02:33:57] "GET /virtual-network/e69ebc49-087d-43dd-b20d-3d9cd8fab1e2 HTTP/1.1" 200 2322 0.006900 10.0.0.23 - - [2025-04-17 02:33:57] "GET /routing-instance/f4b11fe6-df14-4891-ae39-81eef1ffa8eb HTTP/1.1" 200 1494 0.005304 10.0.0.23 - - [2025-04-17 02:33:57] "GET /routing-instance/f4b11fe6-df14-4891-ae39-81eef1ffa8eb HTTP/1.1" 200 1494 0.006223 10.0.0.23 - - [2025-04-17 02:33:57] "GET /route-target/95edd346-b38a-4004-a4b0-01159b4dd780 HTTP/1.1" 200 1213 0.003976 10.0.0.23 - - [2025-04-17 02:33:57] "GET /domains HTTP/1.1" 200 280 0.007644 10.0.0.23 - - [2025-04-17 02:33:57] "GET /domains?obj_uuids=a9199e49-ddf7-4a44-9dbe-b10e2792616c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001498 10.0.0.23 - - [2025-04-17 02:33:57] "GET /domain/a9199e49-ddf7-4a44-9dbe-b10e2792616c HTTP/1.1" 200 2954 0.009681 10.0.0.23 - - [2025-04-17 02:33:58] "GET /projects?obj_uuids=ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001492 10.0.0.23 - - [2025-04-17 02:33:58] "GET /project/ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5 HTTP/1.1" 200 2299 0.073159 10.0.0.23 - - [2025-04-17 02:33:58] "GET /virtual-network/e69ebc49-087d-43dd-b20d-3d9cd8fab1e2 HTTP/1.1" 200 2322 0.008142 10.0.0.23 - - [2025-04-17 02:33:58] "GET /obj-perms HTTP/1.1" 200 5026 0.004112 10.0.0.23 - - [2025-04-17 02:33:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004108 10.0.0.23 - - [2025-04-17 02:33:58] "GET /projects?obj_uuids=ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001568 10.0.0.23 - - [2025-04-17 02:33:58] "GET /project/ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.036460 10.0.0.23 - - [2025-04-17 02:33:58] "POST /neutron/network HTTP/1.1" 200 117 0.016148 10.0.0.23 - - [2025-04-17 02:33:58] "GET /projects?obj_uuids=ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001262 10.0.0.23 - - [2025-04-17 02:33:58] "POST /neutron/network HTTP/1.1" 200 615 0.086436 10.0.0.23 - - [2025-04-17 02:33:58] "POST /ref-update HTTP/1.1" 200 156 0.015742 10.0.0.23 - - [2025-04-17 02:33:58] "POST /useragent-kv HTTP/1.1" 200 115 0.006346 10.0.0.23 - - [2025-04-17 02:33:58] "POST /neutron/subnet HTTP/1.1" 200 725 0.201211 10.0.0.23 - - [2025-04-17 02:33:58] "POST /neutron/network HTTP/1.1" 200 834 0.007551 10.0.0.23 - - [2025-04-17 02:33:58] "POST /id-to-fqname HTTP/1.1" 200 224 0.001750 10.0.0.23 - - [2025-04-17 02:33:58] "GET /virtual-network/247550b2-8378-46dd-b1cb-ca358b4958f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.010108 10.0.0.23 - - [2025-04-17 02:33:58] "POST /neutron/network HTTP/1.1" 200 834 0.007428 10.0.0.23 - - [2025-04-17 02:33:58] "GET /virtual-network/247550b2-8378-46dd-b1cb-ca358b4958f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007310 10.0.0.23 - - [2025-04-17 02:33:58] "POST /neutron/network HTTP/1.1" 200 834 0.006846 10.0.0.23 - - [2025-04-17 02:33:58] "POST /neutron/subnet HTTP/1.1" 200 725 0.009100 10.0.0.23 - - [2025-04-17 02:33:58] "GET /domains HTTP/1.1" 200 280 0.002775 10.0.0.23 - - [2025-04-17 02:33:58] "GET /domains?obj_uuids=a9199e49-ddf7-4a44-9dbe-b10e2792616c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001426 10.0.0.23 - - [2025-04-17 02:33:58] "GET /domain/a9199e49-ddf7-4a44-9dbe-b10e2792616c HTTP/1.1" 200 2954 0.009398 10.0.0.23 - - [2025-04-17 02:33:58] "GET /projects?obj_uuids=ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001163 10.0.0.23 - - [2025-04-17 02:33:58] "GET /project/ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5 HTTP/1.1" 200 2518 0.070069 10.0.0.23 - - [2025-04-17 02:33:58] "GET /virtual-network/247550b2-8378-46dd-b1cb-ca358b4958f0 HTTP/1.1" 200 2324 0.007243 10.0.0.23 - - [2025-04-17 02:33:58] "GET /virtual-network/247550b2-8378-46dd-b1cb-ca358b4958f0 HTTP/1.1" 200 2324 0.005779 10.0.0.23 - - [2025-04-17 02:33:58] "GET /routing-instance/c017dbe0-76dc-4670-b673-4f9fae5412b2 HTTP/1.1" 200 1498 0.004742 10.0.0.23 - - [2025-04-17 02:33:58] "GET /routing-instance/c017dbe0-76dc-4670-b673-4f9fae5412b2 HTTP/1.1" 200 1498 0.005214 10.0.0.23 - - [2025-04-17 02:33:58] "GET /route-target/5109903c-23a7-4e6f-9ad8-4c92912bbcdd HTTP/1.1" 200 1214 0.004732 10.0.0.23 - - [2025-04-17 02:33:58] "GET /virtual-network/247550b2-8378-46dd-b1cb-ca358b4958f0 HTTP/1.1" 200 2324 0.006479 10.0.0.23 - - [2025-04-17 02:33:58] "GET /routing-instance/c017dbe0-76dc-4670-b673-4f9fae5412b2 HTTP/1.1" 200 1498 0.004352 10.0.0.23 - - [2025-04-17 02:33:58] "GET /virtual-network/247550b2-8378-46dd-b1cb-ca358b4958f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007016 10.0.0.23 - - [2025-04-17 02:33:58] "GET /virtual-network/247550b2-8378-46dd-b1cb-ca358b4958f0 HTTP/1.1" 200 2324 0.006318 10.0.0.23 - - [2025-04-17 02:33:58] "GET /routing-instance/c017dbe0-76dc-4670-b673-4f9fae5412b2 HTTP/1.1" 200 1498 0.004580 10.0.0.23 - - [2025-04-17 02:33:59] "GET /routing-instance/c017dbe0-76dc-4670-b673-4f9fae5412b2 HTTP/1.1" 200 1498 0.004575 10.0.0.23 - - [2025-04-17 02:33:59] "GET /route-target/5109903c-23a7-4e6f-9ad8-4c92912bbcdd HTTP/1.1" 200 1214 0.004179 10.0.0.23 - - [2025-04-17 02:33:59] "GET /domains HTTP/1.1" 200 280 0.003939 10.0.0.23 - - [2025-04-17 02:33:59] "GET /domains?obj_uuids=a9199e49-ddf7-4a44-9dbe-b10e2792616c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001535 10.0.0.23 - - [2025-04-17 02:33:59] "GET /domain/a9199e49-ddf7-4a44-9dbe-b10e2792616c HTTP/1.1" 200 2954 0.009849 10.0.0.23 - - [2025-04-17 02:33:59] "GET /projects?obj_uuids=ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001573 10.0.0.23 - - [2025-04-17 02:33:59] "GET /project/ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5 HTTP/1.1" 200 2518 0.075311 10.0.0.23 - - [2025-04-17 02:33:59] "GET /virtual-network/247550b2-8378-46dd-b1cb-ca358b4958f0 HTTP/1.1" 200 2324 0.010860 10.0.0.23 - - [2025-04-17 02:33:59] "GET /obj-perms HTTP/1.1" 200 5026 0.005542 10.0.0.23 - - [2025-04-17 02:33:59] "POST /id-to-fqname HTTP/1.1" 200 223 0.002103 10.0.0.23 - - [2025-04-17 02:33:59] "POST /neutron/network HTTP/1.1" 200 843 0.007677 10.0.0.23 - - [2025-04-17 02:33:59] "GET /aaa-mode HTTP/1.1" 401 292 0.000633 10.0.0.23 - - [2025-04-17 02:33:59] "GET / HTTP/1.1" 200 35931 0.001966 10.0.0.23 - - [2025-04-17 02:33:59] "GET /project/ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000526 10.0.0.23 - - [2025-04-17 02:34:00] "GET /projects?obj_uuids=ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001815 10.0.0.23 - - [2025-04-17 02:34:00] "GET /project/ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.089460 10.0.0.23 - - [2025-04-17 02:34:00] "POST /neutron/network HTTP/1.1" 200 833 0.007466 10.0.0.23 - - [2025-04-17 02:34:00] "POST /neutron/port HTTP/1.1" 200 117 0.007271 10.0.0.23 - - [2025-04-17 02:34:00] "POST /neutron/port HTTP/1.1" 200 117 0.008010 10.0.0.23 - - [2025-04-17 02:34:00] "POST /id-to-fqname HTTP/1.1" 200 224 0.005012 10.0.0.23 - - [2025-04-17 02:34:00] "POST /neutron/port HTTP/1.1" 200 117 0.007861 10.0.0.23 - - [2025-04-17 02:34:00] "POST /neutron/network HTTP/1.1" 200 844 0.008095 10.0.0.23 - - [2025-04-17 02:34:00] "GET /aaa-mode HTTP/1.1" 401 292 0.000566 10.0.0.23 - - [2025-04-17 02:34:00] "POST /neutron/network HTTP/1.1" 200 843 0.007863 10.0.0.23 - - [2025-04-17 02:34:00] "GET /projects?obj_uuids=ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.004138 10.0.0.23 - - [2025-04-17 02:34:01] "GET / HTTP/1.1" 200 35931 0.001687 10.0.0.23 - - [2025-04-17 02:34:01] "GET /project/ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.001320 10.0.0.23 - - [2025-04-17 02:34:01] "POST /neutron/port HTTP/1.1" 200 1059 0.288683 10.0.0.23 - - [2025-04-17 02:34:01] "POST /neutron/port HTTP/1.1" 200 1059 0.013742 10.0.0.23 - - [2025-04-17 02:34:01] "POST /neutron/port HTTP/1.1" 200 1059 0.012619 10.0.0.23 - - [2025-04-17 02:34:01] "POST /neutron/port HTTP/1.1" 200 1113 0.084716 10.0.0.23 - - [2025-04-17 02:34:01] "GET /projects?obj_uuids=ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001498 10.0.0.23 - - [2025-04-17 02:34:01] "GET /project/ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.073706 10.0.0.23 - - [2025-04-17 02:34:01] "POST /neutron/network HTTP/1.1" 200 834 0.007284 10.0.0.23 - - [2025-04-17 02:34:01] "POST /neutron/port HTTP/1.1" 200 1087 0.033062 10.0.0.23 - - [2025-04-17 02:34:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004941 10.0.0.23 - - [2025-04-17 02:34:01] "POST /neutron/subnet HTTP/1.1" 200 703 0.016223 10.0.0.23 - - [2025-04-17 02:34:01] "POST /neutron/port HTTP/1.1" 200 117 0.001673 10.0.0.23 - - [2025-04-17 02:34:01] "POST /neutron/network HTTP/1.1" 200 833 0.007178 10.0.0.23 - - [2025-04-17 02:34:01] "POST /neutron/port HTTP/1.1" 200 1087 0.029770 10.0.0.23 - - [2025-04-17 02:34:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011584 10.0.0.23 - - [2025-04-17 02:34:01] "POST /neutron/port HTTP/1.1" 200 117 0.007150 10.0.0.23 - - [2025-04-17 02:34:01] "POST /fqname-to-id HTTP/1.1" 404 193 0.003517 10.0.0.23 - - [2025-04-17 02:34:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003476 10.0.0.23 - - [2025-04-17 02:34:01] "GET /domains?obj_uuids=a9199e49-ddf7-4a44-9dbe-b10e2792616c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001368 10.0.0.23 - - [2025-04-17 02:34:01] "GET /domain/a9199e49-ddf7-4a44-9dbe-b10e2792616c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.009822 10.0.0.23 - - [2025-04-17 02:34:01] "POST /service-templates HTTP/1.1" 200 543 0.034803 10.0.0.23 - - [2025-04-17 02:34:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.23 - - [2025-04-17 02:34:02] "GET /service-template/809dd88e-ea5a-4880-9954-13e3c928bf31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.005629 10.0.0.23 - - [2025-04-17 02:34:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004292 10.0.0.23 - - [2025-04-17 02:34:02] "GET /service-template/809dd88e-ea5a-4880-9954-13e3c928bf31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.004280 10.0.0.23 - - [2025-04-17 02:34:02] "POST /neutron/network HTTP/1.1" 200 844 0.015469 10.0.0.23 - - [2025-04-17 02:34:02] "POST /id-to-fqname HTTP/1.1" 200 223 0.002411 10.0.0.23 - - [2025-04-17 02:34:02] "GET /projects?obj_uuids=ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001769 10.0.0.23 - - [2025-04-17 02:34:02] "POST /id-to-fqname HTTP/1.1" 200 223 0.001583 10.0.0.23 - - [2025-04-17 02:34:02] "POST /id-to-fqname HTTP/1.1" 200 224 0.002117 10.0.0.23 - - [2025-04-17 02:34:02] "POST /neutron/port HTTP/1.1" 200 1919 0.031068 10.0.0.23 - - [2025-04-17 02:34:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.022414 10.0.0.23 - - [2025-04-17 02:34:02] "POST /neutron/port HTTP/1.1" 200 1058 0.349154 10.0.0.23 - - [2025-04-17 02:34:02] "POST /neutron/port HTTP/1.1" 200 1058 0.015914 10.0.0.23 - - [2025-04-17 02:34:02] "POST /neutron/port HTTP/1.1" 200 1058 0.015661 10.0.0.23 - - [2025-04-17 02:34:02] "POST /neutron/port HTTP/1.1" 200 1112 0.127534 10.0.0.23 - - [2025-04-17 02:34:02] "POST /neutron/port HTTP/1.1" 200 1086 0.024290 10.0.0.23 - - [2025-04-17 02:34:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005441 10.0.0.23 - - [2025-04-17 02:34:02] "POST /neutron/subnet HTTP/1.1" 200 699 0.014026 10.0.0.23 - - [2025-04-17 02:34:02] "POST /neutron/port HTTP/1.1" 200 117 0.001630 10.0.0.23 - - [2025-04-17 02:34:02] "POST /neutron/network HTTP/1.1" 200 834 0.008023 10.0.0.23 - - [2025-04-17 02:34:03] "POST /neutron/network HTTP/1.1" 200 2223 0.023259 10.0.0.23 - - [2025-04-17 02:34:03] "GET /aaa-mode HTTP/1.1" 401 292 0.000604 10.0.0.23 - - [2025-04-17 02:34:03] "GET / HTTP/1.1" 200 35931 0.002112 10.0.0.23 - - [2025-04-17 02:34:03] "GET /project/ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000515 10.0.0.23 - - [2025-04-17 02:34:04] "GET /projects?obj_uuids=ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001658 10.0.0.23 - - [2025-04-17 02:34:04] "GET /project/ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.089273 10.0.0.23 - - [2025-04-17 02:34:04] "POST /neutron/network HTTP/1.1" 200 831 0.011398 10.0.0.23 - - [2025-04-17 02:34:04] "POST /neutron/network HTTP/1.1" 200 833 0.011918 10.0.0.23 - - [2025-04-17 02:34:04] "POST /neutron/network HTTP/1.1" 200 834 0.008059 10.0.0.23 - - [2025-04-17 02:34:04] "POST /neutron/port HTTP/1.1" 200 2057 0.027638 10.0.0.23 - - [2025-04-17 02:34:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008538 10.0.0.23 - - [2025-04-17 02:34:04] "POST /neutron/port HTTP/1.1" 200 117 0.006228 10.0.0.23 - - [2025-04-17 02:34:04] "POST /neutron/port HTTP/1.1" 200 117 0.007464 10.0.0.23 - - [2025-04-17 02:34:04] "POST /neutron/network HTTP/1.1" 200 2223 0.017390 10.0.0.23 - - [2025-04-17 02:34:04] "GET /projects?obj_uuids=ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001910 10.0.0.23 - - [2025-04-17 02:34:05] "POST /neutron/port HTTP/1.1" 200 1057 0.340800 10.0.0.23 - - [2025-04-17 02:34:05] "GET /projects?obj_uuids=ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001540 10.0.0.23 - - [2025-04-17 02:34:05] "POST /neutron/port HTTP/1.1" 200 1059 0.272598 10.0.0.23 - - [2025-04-17 02:34:05] "GET /projects?obj_uuids=ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002488 10.0.0.23 - - [2025-04-17 02:34:05] "POST /neutron/port HTTP/1.1" 200 1058 0.252543 10.0.0.23 - - [2025-04-17 02:34:05] "POST /neutron/port HTTP/1.1" 200 1057 0.017754 10.0.0.23 - - [2025-04-17 02:34:05] "POST /neutron/port HTTP/1.1" 200 1057 0.012903 10.0.0.23 - - [2025-04-17 02:34:05] "POST /neutron/port HTTP/1.1" 200 1111 0.117765 10.0.0.23 - - [2025-04-17 02:34:06] "POST /neutron/port HTTP/1.1" 200 1059 0.017989 10.0.0.23 - - [2025-04-17 02:34:06] "POST /neutron/port HTTP/1.1" 200 1059 0.015092 10.0.0.23 - - [2025-04-17 02:34:06] "POST /neutron/port HTTP/1.1" 200 1113 0.123780 10.0.0.23 - - [2025-04-17 02:34:06] "POST /neutron/port HTTP/1.1" 200 1058 0.016821 10.0.0.23 - - [2025-04-17 02:34:06] "POST /neutron/port HTTP/1.1" 200 1058 0.014452 10.0.0.23 - - [2025-04-17 02:34:06] "POST /neutron/port HTTP/1.1" 200 1112 0.081418 10.0.0.23 - - [2025-04-17 02:34:06] "POST /neutron/port HTTP/1.1" 200 3025 0.023557 10.0.0.23 - - [2025-04-17 02:34:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004764 10.0.0.23 - - [2025-04-17 02:34:06] "POST /neutron/subnet HTTP/1.1" 200 694 0.016194 10.0.0.23 - - [2025-04-17 02:34:06] "POST /neutron/port HTTP/1.1" 200 117 0.001756 10.0.0.23 - - [2025-04-17 02:34:06] "POST /neutron/network HTTP/1.1" 200 831 0.007493 10.0.0.23 - - [2025-04-17 02:34:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004527 10.0.0.23 - - [2025-04-17 02:34:06] "POST /neutron/subnet HTTP/1.1" 200 703 0.013428 10.0.0.23 - - [2025-04-17 02:34:06] "POST /neutron/port HTTP/1.1" 200 117 0.001679 10.0.0.23 - - [2025-04-17 02:34:06] "POST /neutron/network HTTP/1.1" 200 833 0.008043 10.0.0.23 - - [2025-04-17 02:34:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004035 10.0.0.23 - - [2025-04-17 02:34:06] "POST /neutron/subnet HTTP/1.1" 200 699 0.015379 10.0.0.23 - - [2025-04-17 02:34:06] "POST /neutron/port HTTP/1.1" 200 117 0.001596 10.0.0.23 - - [2025-04-17 02:34:06] "POST /neutron/network HTTP/1.1" 200 834 0.008352 10.0.0.23 - - [2025-04-17 02:34:09] "POST /neutron/port HTTP/1.1" 200 3025 0.026334 10.0.0.23 - - [2025-04-17 02:34:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009130 10.0.0.23 - - [2025-04-17 02:34:09] "POST /neutron/port HTTP/1.1" 200 3025 0.032912 10.0.0.23 - - [2025-04-17 02:34:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011277 10.0.0.23 - - [2025-04-17 02:34:09] "POST /neutron/port HTTP/1.1" 200 3025 0.029015 10.0.0.23 - - [2025-04-17 02:34:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010074 10.0.0.23 - - [2025-04-17 02:34:10] "POST /neutron/port HTTP/1.1" 200 3025 0.036973 10.0.0.23 - - [2025-04-17 02:34:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009583 10.0.0.23 - - [2025-04-17 02:34:10] "POST /neutron/port HTTP/1.1" 200 3025 0.030404 10.0.0.23 - - [2025-04-17 02:34:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007063 10.0.0.23 - - [2025-04-17 02:34:10] "GET /virtual-machine/d3d672d2-03d0-4ec1-b50d-0d03ee0550ed HTTP/1.1" 200 1803 0.007044 10.0.0.23 - - [2025-04-17 02:34:10] "GET /virtual-machine-interface/8c130b76-c658-4c19-8124-cd0e119c2f8b HTTP/1.1" 200 2949 0.006408 10.0.0.23 - - [2025-04-17 02:34:10] "GET /virtual-machine-interface/e67e9d93-1aa9-4235-b722-3e632b55bb26 HTTP/1.1" 200 2947 0.008945 10.0.0.23 - - [2025-04-17 02:34:10] "GET /virtual-machine-interface/f10a6cfe-19e0-455c-8d3e-6dfb7465fd1d HTTP/1.1" 200 2947 0.007597 10.0.0.23 - - [2025-04-17 02:34:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.23 - - [2025-04-17 02:34:10] "GET /global-vrouter-config/2353e56c-ba9a-4c95-8ac7-e4aab067284b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004144 10.0.0.23 - - [2025-04-17 02:34:10] "GET /virtual-networks?parent_id=ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003308 10.0.0.23 - - [2025-04-17 02:34:10] "GET /virtual-network/5ba3b0f8-b267-4363-841d-20f72705e146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.009335 10.0.0.23 - - [2025-04-17 02:34:11] "POST /neutron/port HTTP/1.1" 200 1087 0.021452 10.0.0.23 - - [2025-04-17 02:34:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007657 10.0.0.23 - - [2025-04-17 02:34:13] "POST /neutron/port HTTP/1.1" 200 1086 0.026560 10.0.0.23 - - [2025-04-17 02:34:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009797 10.0.0.23 - - [2025-04-17 02:34:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.23 - - [2025-04-17 02:34:13] "GET /virtual-network/5ba3b0f8-b267-4363-841d-20f72705e146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.011626 10.0.0.23 - - [2025-04-17 02:34:15] "DELETE /project/ebb28d6af4a5440cbd27d1bcd3d26bc5 HTTP/1.1" 404 173 0.014022 10.0.0.23 - - [2025-04-17 02:34:15] "DELETE /project/3f2029b86be44bd89cf4c598ae891ecc HTTP/1.1" 404 173 0.012438 10.0.0.23 - - [2025-04-17 02:34:15] "GET /projects?obj_uuids=3f2029b8-6be4-4bd8-9cf4-c598ae891ecc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001112 10.0.0.23 - - [2025-04-17 02:34:15] "GET /projects?obj_uuids=d7fdccfe-44c9-496a-89bf-c3944553a0b9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001355 10.0.0.23 - - [2025-04-17 02:34:15] "GET /project/d7fdccfe-44c9-496a-89bf-c3944553a0b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.054139 10.0.0.23 - - [2025-04-17 02:34:15] "GET /project/3f2029b8-6be4-4bd8-9cf4-c598ae891ecc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.058259 10.0.0.23 - - [2025-04-17 02:34:15] "GET /projects?obj_uuids=3f2029b8-6be4-4bd8-9cf4-c598ae891ecc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002162 10.0.0.23 - - [2025-04-17 02:34:15] "GET /projects?obj_uuids=d7fdccfe-44c9-496a-89bf-c3944553a0b9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001438 10.0.0.23 - - [2025-04-17 02:34:15] "GET /project/d7fdccfe-44c9-496a-89bf-c3944553a0b9?fields=security_groups HTTP/1.1" 200 1387 0.055655 10.0.0.23 - - [2025-04-17 02:34:15] "GET /project/3f2029b8-6be4-4bd8-9cf4-c598ae891ecc?fields=security_groups HTTP/1.1" 200 1369 0.060960 10.0.0.23 - - [2025-04-17 02:34:15] "DELETE /security-group/76221a6e-09aa-4a87-a8ad-db766f0cdb5b HTTP/1.1" 200 115 0.083157 10.0.0.23 - - [2025-04-17 02:34:15] "DELETE /security-group/3ae2d5fa-81c4-4009-84b3-bce38e7b4c57 HTTP/1.1" 200 115 0.089348 10.0.0.23 - - [2025-04-17 02:34:15] "GET /projects?obj_uuids=d7fdccfe-44c9-496a-89bf-c3944553a0b9&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001997 10.0.0.23 - - [2025-04-17 02:34:15] "GET /projects?obj_uuids=3f2029b8-6be4-4bd8-9cf4-c598ae891ecc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001683 10.0.0.23 - - [2025-04-17 02:34:15] "DELETE /access-control-list/27eda5c3-8d97-45fd-acc8-1477cb52517e HTTP/1.1" 200 115 0.071513 10.0.0.23 - - [2025-04-17 02:34:15] "GET /project/d7fdccfe-44c9-496a-89bf-c3944553a0b9?fields=application_policy_sets HTTP/1.1" 200 1426 0.057587 10.0.0.23 - - [2025-04-17 02:34:15] "GET /project/3f2029b8-6be4-4bd8-9cf4-c598ae891ecc?fields=application_policy_sets HTTP/1.1" 200 1408 0.050880 10.0.0.23 - - [2025-04-17 02:34:15] "DELETE /access-control-list/a8ae7fad-be20-47dd-ac79-840e5f46f006 HTTP/1.1" 200 115 0.053141 10.0.0.23 - - [2025-04-17 02:34:16] "DELETE /access-control-list/b9322e9e-de60-4c46-994b-c336ec993ce8 HTTP/1.1" 200 115 0.075434 10.0.0.23 - - [2025-04-17 02:34:16] "DELETE /access-control-list/600ba203-0bc1-4a50-bff8-d47b24616641 HTTP/1.1" 200 115 0.084194 10.0.0.23 - - [2025-04-17 02:34:16] "DELETE /project/d7fdccfe-44c9-496a-89bf-c3944553a0b9 HTTP/1.1" 200 115 0.584608 10.0.0.23 - - [2025-04-17 02:34:16] "DELETE /project/3f2029b8-6be4-4bd8-9cf4-c598ae891ecc HTTP/1.1" 200 115 0.595668 10.0.0.23 - - [2025-04-17 02:34:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004337 10.0.0.23 - - [2025-04-17 02:34:17] "GET /virtual-network/5ba3b0f8-b267-4363-841d-20f72705e146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007645 10.0.0.23 - - [2025-04-17 02:34:21] "GET /obj-perms HTTP/1.1" 200 5056 0.064121 10.0.0.23 - - [2025-04-17 02:34:21] "GET /obj-perms HTTP/1.1" 200 5056 0.067441 10.0.0.23 - - [2025-04-17 02:34:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004798 10.0.0.23 - - [2025-04-17 02:34:21] "GET /virtual-network/5ba3b0f8-b267-4363-841d-20f72705e146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005865 10.0.0.23 - - [2025-04-17 02:34:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004247 10.0.0.23 - - [2025-04-17 02:34:25] "GET /virtual-network/5ba3b0f8-b267-4363-841d-20f72705e146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006392 10.0.0.23 - - [2025-04-17 02:34:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003622 10.0.0.23 - - [2025-04-17 02:34:28] "GET /global-vrouter-config/2353e56c-ba9a-4c95-8ac7-e4aab067284b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004672 10.0.0.23 - - [2025-04-17 02:34:28] "GET /virtual-networks?parent_id=ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003778 10.0.0.23 - - [2025-04-17 02:34:28] "GET /virtual-network/5ba3b0f8-b267-4363-841d-20f72705e146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006204 10.0.0.23 - - [2025-04-17 02:34:28] "POST /neutron/port HTTP/1.1" 200 3025 0.025246 10.0.0.23 - - [2025-04-17 02:34:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008193 10.0.0.23 - - [2025-04-17 02:34:33] "POST /neutron/port HTTP/1.1" 200 3025 0.023448 10.0.0.23 - - [2025-04-17 02:34:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007190 10.0.0.23 - - [2025-04-17 02:34:38] "POST /neutron/port HTTP/1.1" 200 3025 0.024032 10.0.0.23 - - [2025-04-17 02:34:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008843 10.0.0.23 - - [2025-04-17 02:34:38] "POST /neutron/port HTTP/1.1" 200 3025 0.025932 10.0.0.23 - - [2025-04-17 02:34:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008843 10.0.0.23 - - [2025-04-17 02:34:43] "POST /neutron/port HTTP/1.1" 200 3025 0.025693 10.0.0.23 - - [2025-04-17 02:34:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008012 10.0.0.23 - - [2025-04-17 02:34:49] "POST /neutron/port HTTP/1.1" 200 3025 0.031708 10.0.0.23 - - [2025-04-17 02:34:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010427 10.0.0.23 - - [2025-04-17 02:34:52] "GET /global-system-configs HTTP/1.1" 200 322 0.038995 10.0.0.23 - - [2025-04-17 02:34:52] "GET /obj-perms HTTP/1.1" 200 5056 0.080986 10.0.0.23 - - [2025-04-17 02:34:53] "GET /global-system-configs HTTP/1.1" 200 322 0.035233 10.0.0.23 - - [2025-04-17 02:34:53] "GET /obj-perms HTTP/1.1" 200 5056 0.084234 10.0.0.23 - - [2025-04-17 02:34:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.23 - - [2025-04-17 02:34:54] "GET /global-vrouter-config/2353e56c-ba9a-4c95-8ac7-e4aab067284b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004160 10.0.0.23 - - [2025-04-17 02:34:54] "GET /virtual-networks?parent_id=ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.005040 10.0.0.23 - - [2025-04-17 02:34:54] "GET /virtual-network/e69ebc49-087d-43dd-b20d-3d9cd8fab1e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007056 10.0.0.23 - - [2025-04-17 02:34:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003672 10.0.0.23 - - [2025-04-17 02:34:54] "GET /global-vrouter-config/2353e56c-ba9a-4c95-8ac7-e4aab067284b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003697 10.0.0.23 - - [2025-04-17 02:34:54] "GET /virtual-networks?parent_id=ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003942 10.0.0.23 - - [2025-04-17 02:34:54] "GET /virtual-network/247550b2-8378-46dd-b1cb-ca358b4958f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.009260 10.0.0.23 - - [2025-04-17 02:34:54] "POST /fqname-to-id HTTP/1.1" 404 207 0.003761 10.0.0.23 - - [2025-04-17 02:34:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.23 - - [2025-04-17 02:34:55] "GET /projects?obj_uuids=ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001677 10.0.0.23 - - [2025-04-17 02:34:55] "GET /project/ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.034874 10.0.0.23 - - [2025-04-17 02:34:55] "POST /service-instances HTTP/1.1" 200 543 0.080609 10.0.0.23 - - [2025-04-17 02:34:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004498 10.0.0.23 - - [2025-04-17 02:34:55] "GET /service-instance/bcd21cd1-2e0e-4ebe-b021-2c4076ba98fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2136 0.009075 10.0.0.23 - - [2025-04-17 02:34:55] "POST /port-tuples HTTP/1.1" 200 586 0.046491 10.0.0.23 - - [2025-04-17 02:34:55] "GET /virtual-machine-interface/e67e9d93-1aa9-4235-b722-3e632b55bb26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2726 0.008320 10.0.0.23 - - [2025-04-17 02:34:55] "PUT /virtual-machine-interface/e67e9d93-1aa9-4235-b722-3e632b55bb26 HTTP/1.1" 200 284 0.018533 10.0.0.23 - - [2025-04-17 02:34:55] "POST /ref-update HTTP/1.1" 200 156 0.015526 10.0.0.23 - - [2025-04-17 02:34:55] "GET /virtual-machine-interface/f10a6cfe-19e0-455c-8d3e-6dfb7465fd1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2726 0.011648 10.0.0.23 - - [2025-04-17 02:34:55] "POST /instance-ips HTTP/1.1" 200 385 0.051203 10.0.0.23 - - [2025-04-17 02:34:55] "POST /ref-update HTTP/1.1" 200 156 0.016783 10.0.0.23 - - [2025-04-17 02:34:55] "PUT /virtual-machine-interface/f10a6cfe-19e0-455c-8d3e-6dfb7465fd1d HTTP/1.1" 200 284 0.015540 10.0.0.23 - - [2025-04-17 02:34:55] "POST /ref-update HTTP/1.1" 200 156 0.012982 10.0.0.23 - - [2025-04-17 02:34:55] "POST /ref-update HTTP/1.1" 200 156 0.015393 10.0.0.23 - - [2025-04-17 02:34:55] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004354 10.0.0.23 - - [2025-04-17 02:34:55] "GET /virtual-machine-interface/8c130b76-c658-4c19-8124-cd0e119c2f8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2728 0.008406 10.0.0.23 - - [2025-04-17 02:34:55] "PUT /virtual-machine-interface/8c130b76-c658-4c19-8124-cd0e119c2f8b HTTP/1.1" 200 284 0.016021 10.0.0.23 - - [2025-04-17 02:34:55] "POST /instance-ips HTTP/1.1" 200 385 0.044872 10.0.0.23 - - [2025-04-17 02:34:55] "POST /ref-update HTTP/1.1" 200 156 0.018194 10.0.0.23 - - [2025-04-17 02:34:55] "POST /ref-update HTTP/1.1" 200 156 0.017463 10.0.0.23 - - [2025-04-17 02:34:56] "POST /ref-update HTTP/1.1" 200 156 0.015388 10.0.0.23 - - [2025-04-17 02:34:56] "POST /neutron/port HTTP/1.1" 200 1087 0.023276 10.0.0.23 - - [2025-04-17 02:34:56] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004283 10.0.0.23 - - [2025-04-17 02:34:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010135 10.0.0.23 - - [2025-04-17 02:34:56] "POST /neutron/port HTTP/1.1" 200 1087 0.031764 10.0.0.23 - - [2025-04-17 02:34:56] "POST /instance-ips HTTP/1.1" 200 373 0.020414 10.0.0.23 - - [2025-04-17 02:34:56] "POST /neutron/port HTTP/1.1" 200 1087 0.047957 10.0.0.23 - - [2025-04-17 02:34:56] "POST /ref-update HTTP/1.1" 200 156 0.025540 10.0.0.23 - - [2025-04-17 02:34:56] "POST /neutron/port HTTP/1.1" 200 1087 0.052920 10.0.0.23 - - [2025-04-17 02:34:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010180 10.0.0.23 - - [2025-04-17 02:34:56] "POST /neutron/network HTTP/1.1" 200 843 0.009107 10.0.0.23 - - [2025-04-17 02:34:56] "POST /ref-update HTTP/1.1" 200 156 0.018511 10.0.0.23 - - [2025-04-17 02:34:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009021 10.0.0.23 - - [2025-04-17 02:34:56] "POST /neutron/subnet HTTP/1.1" 200 703 0.018133 10.0.0.23 - - [2025-04-17 02:34:56] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004301 10.0.0.23 - - [2025-04-17 02:34:56] "POST /neutron/port HTTP/1.1" 200 1087 0.023146 10.0.0.23 - - [2025-04-17 02:34:56] "POST /neutron/port HTTP/1.1" 200 117 0.001540 10.0.0.23 - - [2025-04-17 02:34:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008173 10.0.0.23 - - [2025-04-17 02:34:56] "POST /neutron/network HTTP/1.1" 200 833 0.007929 10.0.0.23 - - [2025-04-17 02:34:56] "GET /virtual-machine/4fe40968-2d91-43c0-922c-d88a4214b2b3 HTTP/1.1" 200 1290 0.007730 10.0.0.23 - - [2025-04-17 02:34:56] "GET /virtual-machine-interface/d7f7d1a8-cde9-4d46-805b-27d8f52f7c88 HTTP/1.1" 200 2946 0.007471 10.0.0.23 - - [2025-04-17 02:34:56] "POST /instance-ips HTTP/1.1" 200 373 0.028749 10.0.0.23 - - [2025-04-17 02:34:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004266 10.0.0.23 - - [2025-04-17 02:34:56] "GET /global-vrouter-config/2353e56c-ba9a-4c95-8ac7-e4aab067284b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005881 10.0.0.23 - - [2025-04-17 02:34:56] "POST /ref-update HTTP/1.1" 200 156 0.011221 10.0.0.23 - - [2025-04-17 02:34:56] "GET /virtual-networks?parent_id=ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004097 10.0.0.23 - - [2025-04-17 02:34:56] "POST /ref-update HTTP/1.1" 200 156 0.011453 10.0.0.23 - - [2025-04-17 02:34:56] "GET /virtual-network/e69ebc49-087d-43dd-b20d-3d9cd8fab1e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.012775 10.0.0.23 - - [2025-04-17 02:34:56] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003899 10.0.0.23 - - [2025-04-17 02:34:56] "POST /instance-ips HTTP/1.1" 200 375 0.022840 10.0.0.23 - - [2025-04-17 02:34:56] "POST /ref-update HTTP/1.1" 200 156 0.011004 10.0.0.23 - - [2025-04-17 02:34:56] "POST /ref-update HTTP/1.1" 200 156 0.010952 10.0.0.23 - - [2025-04-17 02:34:56] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004751 10.0.0.23 - - [2025-04-17 02:34:56] "POST /instance-ips HTTP/1.1" 200 375 0.020032 10.0.0.23 - - [2025-04-17 02:34:56] "POST /ref-update HTTP/1.1" 200 156 0.012205 10.0.0.23 - - [2025-04-17 02:34:57] "POST /ref-update HTTP/1.1" 200 156 0.012934 10.0.0.23 - - [2025-04-17 02:34:57] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003847 10.0.0.23 - - [2025-04-17 02:34:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.23 - - [2025-04-17 02:34:57] "GET /global-vrouter-config/2353e56c-ba9a-4c95-8ac7-e4aab067284b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004275 10.0.0.23 - - [2025-04-17 02:34:57] "GET /virtual-networks?parent_id=ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004333 10.0.0.23 - - [2025-04-17 02:34:57] "GET /virtual-network/e69ebc49-087d-43dd-b20d-3d9cd8fab1e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006793 10.0.0.23 - - [2025-04-17 02:34:58] "POST /neutron/port HTTP/1.1" 200 1086 0.024723 10.0.0.23 - - [2025-04-17 02:34:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009085 10.0.0.23 - - [2025-04-17 02:34:58] "POST /neutron/port HTTP/1.1" 200 1086 0.018865 10.0.0.23 - - [2025-04-17 02:34:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009166 10.0.0.23 - - [2025-04-17 02:34:58] "POST /neutron/port HTTP/1.1" 200 1086 0.021660 10.0.0.23 - - [2025-04-17 02:34:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008346 10.0.0.23 - - [2025-04-17 02:34:58] "GET /virtual-machine/b6374624-9788-4f94-8544-90951dc1c52b HTTP/1.1" 200 1290 0.007325 10.0.0.23 - - [2025-04-17 02:34:58] "GET /virtual-machine-interface/e22e484e-5ecc-4fba-a99a-dd8b9d152e87 HTTP/1.1" 200 2950 0.007496 10.0.0.23 - - [2025-04-17 02:34:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003955 10.0.0.23 - - [2025-04-17 02:34:58] "GET /global-vrouter-config/2353e56c-ba9a-4c95-8ac7-e4aab067284b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005747 10.0.0.23 - - [2025-04-17 02:34:58] "GET /virtual-networks?parent_id=ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004466 10.0.0.23 - - [2025-04-17 02:34:58] "GET /virtual-network/247550b2-8378-46dd-b1cb-ca358b4958f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008062 10.0.0.23 - - [2025-04-17 02:34:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.23 - - [2025-04-17 02:34:59] "GET /global-vrouter-config/2353e56c-ba9a-4c95-8ac7-e4aab067284b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005031 10.0.0.23 - - [2025-04-17 02:34:59] "GET /virtual-networks?parent_id=ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004457 10.0.0.23 - - [2025-04-17 02:34:59] "GET /virtual-network/247550b2-8378-46dd-b1cb-ca358b4958f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007406 10.0.0.23 - - [2025-04-17 02:34:59] "POST /fqname-to-id HTTP/1.1" 404 211 0.004178 10.0.0.23 - - [2025-04-17 02:34:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.23 - - [2025-04-17 02:35:00] "GET /projects?obj_uuids=ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002001 10.0.0.23 - - [2025-04-17 02:35:00] "GET /project/ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.036367 10.0.0.23 - - [2025-04-17 02:35:00] "POST /network-policys HTTP/1.1" 200 547 0.022324 10.0.0.23 - - [2025-04-17 02:35:00] "GET /network-policy/282a63c7-4a8f-454e-906d-62e98e05b1ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.006134 10.0.0.23 - - [2025-04-17 02:35:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004973 10.0.0.23 - - [2025-04-17 02:35:00] "GET /virtual-network/e69ebc49-087d-43dd-b20d-3d9cd8fab1e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006393 10.0.0.23 - - [2025-04-17 02:35:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.23 - - [2025-04-17 02:35:00] "GET /network-policy/282a63c7-4a8f-454e-906d-62e98e05b1ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004308 10.0.0.23 - - [2025-04-17 02:35:00] "POST /fqname-to-id HTTP/1.1" 404 242 0.003449 10.0.0.23 - - [2025-04-17 02:35:00] "POST /ref-update HTTP/1.1" 200 156 0.035098 10.0.0.23 - - [2025-04-17 02:35:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004233 10.0.0.23 - - [2025-04-17 02:35:00] "POST /access-control-lists HTTP/1.1" 200 601 0.062576 10.0.0.23 - - [2025-04-17 02:35:00] "GET /network-policy/282a63c7-4a8f-454e-906d-62e98e05b1ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.005811 10.0.0.23 - - [2025-04-17 02:35:00] "POST /neutron/network HTTP/1.1" 200 921 0.009374 10.0.0.23 - - [2025-04-17 02:35:00] "GET /virtual-network/e69ebc49-087d-43dd-b20d-3d9cd8fab1e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.007309 10.0.0.23 - - [2025-04-17 02:35:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004292 10.0.0.23 - - [2025-04-17 02:35:00] "GET /network-policy/282a63c7-4a8f-454e-906d-62e98e05b1ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.005686 10.0.0.23 - - [2025-04-17 02:35:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004257 10.0.0.23 - - [2025-04-17 02:35:00] "GET /virtual-network/247550b2-8378-46dd-b1cb-ca358b4958f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008870 10.0.0.23 - - [2025-04-17 02:35:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004623 10.0.0.23 - - [2025-04-17 02:35:00] "GET /network-policy/282a63c7-4a8f-454e-906d-62e98e05b1ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.006856 10.0.0.23 - - [2025-04-17 02:35:01] "POST /fqname-to-id HTTP/1.1" 404 244 0.004137 10.0.0.23 - - [2025-04-17 02:35:01] "POST /ref-update HTTP/1.1" 200 156 0.040162 10.0.0.23 - - [2025-04-17 02:35:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003913 10.0.0.23 - - [2025-04-17 02:35:01] "POST /access-control-lists HTTP/1.1" 200 604 0.064111 10.0.0.23 - - [2025-04-17 02:35:01] "GET /network-policy/282a63c7-4a8f-454e-906d-62e98e05b1ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004650 10.0.0.23 - - [2025-04-17 02:35:01] "POST /routing-instances HTTP/1.1" 200 759 0.024237 10.0.0.23 - - [2025-04-17 02:35:01] "POST /neutron/network HTTP/1.1" 200 922 0.008824 10.0.0.23 - - [2025-04-17 02:35:01] "GET /virtual-network/247550b2-8378-46dd-b1cb-ca358b4958f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.007578 10.0.0.23 - - [2025-04-17 02:35:01] "POST /route-targets HTTP/1.1" 200 327 0.012586 10.0.0.23 - - [2025-04-17 02:35:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.23 - - [2025-04-17 02:35:01] "POST /ref-update HTTP/1.1" 200 156 0.018846 10.0.0.23 - - [2025-04-17 02:35:01] "GET /network-policy/282a63c7-4a8f-454e-906d-62e98e05b1ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003911 10.0.0.23 - - [2025-04-17 02:35:01] "GET /routing-instance/a7a94e27-fc06-4346-8ffb-51035f932f41?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1278 0.005382 10.0.0.23 - - [2025-04-17 02:35:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003154 10.0.0.23 - - [2025-04-17 02:35:01] "GET /routing-instance/a7a94e27-fc06-4346-8ffb-51035f932f41?fields=routing_policy_back_refs HTTP/1.1" 200 1278 0.008229 10.0.0.23 - - [2025-04-17 02:35:01] "GET /service-template/809dd88e-ea5a-4880-9954-13e3c928bf31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.007880 10.0.0.23 - - [2025-04-17 02:35:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003984 10.0.0.23 - - [2025-04-17 02:35:01] "POST /ref-update HTTP/1.1" 200 156 0.016467 10.0.0.23 - - [2025-04-17 02:35:01] "GET /projects?obj_uuids=ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001464 10.0.0.23 - - [2025-04-17 02:35:01] "POST /routing-instances HTTP/1.1" 200 760 0.024531 10.0.0.23 - - [2025-04-17 02:35:01] "GET /project/ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.035070 10.0.0.23 - - [2025-04-17 02:35:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004765 10.0.0.23 - - [2025-04-17 02:35:01] "POST /route-targets HTTP/1.1" 200 327 0.013979 10.0.0.23 - - [2025-04-17 02:35:01] "GET /service-instance/bcd21cd1-2e0e-4ebe-b021-2c4076ba98fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3530 0.006846 10.0.0.23 - - [2025-04-17 02:35:01] "POST /ref-update HTTP/1.1" 200 156 0.014046 10.0.0.23 - - [2025-04-17 02:35:01] "GET /domains HTTP/1.1" 200 280 0.004352 10.0.0.23 - - [2025-04-17 02:35:01] "GET /domains?obj_uuids=a9199e49-ddf7-4a44-9dbe-b10e2792616c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001360 10.0.0.23 - - [2025-04-17 02:35:01] "GET /routing-instance/afba93cd-9abb-4fc7-abb0-95a2537ae528?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1279 0.004708 10.0.0.23 - - [2025-04-17 02:35:01] "GET /domain/a9199e49-ddf7-4a44-9dbe-b10e2792616c HTTP/1.1" 200 2772 0.014016 10.0.0.23 - - [2025-04-17 02:35:01] "GET /projects?obj_uuids=ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001419 10.0.0.23 - - [2025-04-17 02:35:01] "GET /routing-instance/afba93cd-9abb-4fc7-abb0-95a2537ae528?fields=routing_policy_back_refs HTTP/1.1" 200 1279 0.004662 10.0.0.23 - - [2025-04-17 02:35:01] "GET /project/ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5 HTTP/1.1" 200 4234 0.075312 10.0.0.23 - - [2025-04-17 02:35:01] "GET /service-instance/bcd21cd1-2e0e-4ebe-b021-2c4076ba98fb HTTP/1.1" 200 3784 0.006167 10.0.0.23 - - [2025-04-17 02:35:01] "GET /domains HTTP/1.1" 200 280 0.003672 10.0.0.23 - - [2025-04-17 02:35:01] "PUT /routing-instance/a7a94e27-fc06-4346-8ffb-51035f932f41 HTTP/1.1" 200 266 0.019506 10.0.0.23 - - [2025-04-17 02:35:01] "GET /domains?obj_uuids=a9199e49-ddf7-4a44-9dbe-b10e2792616c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001378 10.0.0.23 - - [2025-04-17 02:35:01] "GET /domain/a9199e49-ddf7-4a44-9dbe-b10e2792616c HTTP/1.1" 200 2772 0.014447 10.0.0.23 - - [2025-04-17 02:35:01] "GET /projects?obj_uuids=ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001545 10.0.0.23 - - [2025-04-17 02:35:01] "PUT /routing-instance/afba93cd-9abb-4fc7-abb0-95a2537ae528 HTTP/1.1" 200 266 0.014984 10.0.0.23 - - [2025-04-17 02:35:01] "GET /project/ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5 HTTP/1.1" 200 4234 0.072656 10.0.0.23 - - [2025-04-17 02:35:01] "GET /service-instance/bcd21cd1-2e0e-4ebe-b021-2c4076ba98fb HTTP/1.1" 200 3784 0.005389 10.0.0.23 - - [2025-04-17 02:35:01] "GET /port-tuple/ab75b3d2-80e1-4f95-aecf-8011119be296 HTTP/1.1" 200 1980 0.005361 10.0.0.23 - - [2025-04-17 02:35:01] "GET /virtual-machine-interface/8c130b76-c658-4c19-8124-cd0e119c2f8b HTTP/1.1" 200 3804 0.005163 10.0.0.23 - - [2025-04-17 02:35:01] "POST /ref-update HTTP/1.1" 200 156 0.015357 10.0.0.23 - - [2025-04-17 02:35:01] "GET /virtual-machine-interface/e67e9d93-1aa9-4235-b722-3e632b55bb26 HTTP/1.1" 200 3817 0.008613 10.0.0.23 - - [2025-04-17 02:35:01] "GET /virtual-machine-interface/f10a6cfe-19e0-455c-8d3e-6dfb7465fd1d HTTP/1.1" 200 3799 0.007643 10.0.0.23 - - [2025-04-17 02:35:02] "PUT /access-control-list/829c1a76-ce5d-4e5b-9699-7d0d8a2c0728 HTTP/1.1" 200 272 0.013069 10.0.0.23 - - [2025-04-17 02:35:02] "PUT /access-control-list/42c844d2-fd3f-4c40-ae80-22e81bb011f9 HTTP/1.1" 200 272 0.015831 10.0.0.23 - - [2025-04-17 02:35:02] "POST /neutron/port HTTP/1.1" 200 3832 0.064488 10.0.0.23 - - [2025-04-17 02:35:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007361 10.0.0.23 - - [2025-04-17 02:35:02] "POST /neutron/port HTTP/1.1" 200 3832 0.041218 10.0.0.23 - - [2025-04-17 02:35:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010159 10.0.0.23 - - [2025-04-17 02:35:02] "POST /neutron/port HTTP/1.1" 200 3832 0.044115 10.0.0.23 - - [2025-04-17 02:35:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007366 10.0.0.23 - - [2025-04-17 02:35:02] "POST /neutron/port HTTP/1.1" 200 3832 0.044044 10.0.0.23 - - [2025-04-17 02:35:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008617 10.0.0.23 - - [2025-04-17 02:35:02] "POST /neutron/network HTTP/1.1" 200 895 0.014727 10.0.0.23 - - [2025-04-17 02:35:02] "POST /neutron/network HTTP/1.1" 200 921 0.007286 10.0.0.23 - - [2025-04-17 02:35:02] "POST /neutron/network HTTP/1.1" 200 805 0.016216 10.0.0.23 - - [2025-04-17 02:35:02] "POST /neutron/network HTTP/1.1" 200 831 0.007178 10.0.0.23 - - [2025-04-17 02:35:02] "POST /neutron/network HTTP/1.1" 200 896 0.017259 10.0.0.23 - - [2025-04-17 02:35:02] "POST /neutron/network HTTP/1.1" 200 922 0.007606 10.0.0.23 - - [2025-04-17 02:35:02] "POST /id-to-fqname HTTP/1.1" 200 223 0.001789 10.0.0.23 - - [2025-04-17 02:35:02] "POST /id-to-fqname HTTP/1.1" 200 223 0.001561 10.0.0.23 - - [2025-04-17 02:35:02] "POST /id-to-fqname HTTP/1.1" 200 224 0.001963 10.0.0.23 - - [2025-04-17 02:35:02] "GET /virtual-machine/d3d672d2-03d0-4ec1-b50d-0d03ee0550ed HTTP/1.1" 200 1803 0.004886 10.0.0.23 - - [2025-04-17 02:35:02] "GET /virtual-machine-interface/8c130b76-c658-4c19-8124-cd0e119c2f8b HTTP/1.1" 200 3804 0.007056 10.0.0.23 - - [2025-04-17 02:35:02] "GET /virtual-machine-interface/e67e9d93-1aa9-4235-b722-3e632b55bb26 HTTP/1.1" 200 3817 0.006376 10.0.0.23 - - [2025-04-17 02:35:02] "GET /virtual-machine-interface/f10a6cfe-19e0-455c-8d3e-6dfb7465fd1d HTTP/1.1" 200 3799 0.007232 10.0.0.23 - - [2025-04-17 02:35:02] "GET /instance-ip/09c43aa4-f8d9-4162-925a-e65e37e431e4 HTTP/1.1" 200 1621 0.006770 10.0.0.23 - - [2025-04-17 02:35:02] "GET /instance-ip/5717d972-9681-4e68-b7ad-4bb0d0663158 HTTP/1.1" 200 1958 0.004855 10.0.0.23 - - [2025-04-17 02:35:02] "GET /instance-ip/bcad8664-b72f-4f01-94c5-312a25818167 HTTP/1.1" 200 1961 0.004687 10.0.0.23 - - [2025-04-17 02:35:02] "GET /instance-ip/7104557b-d8a2-4b9d-90c9-f9b13751849f HTTP/1.1" 200 1620 0.006125 10.0.0.23 - - [2025-04-17 02:35:02] "GET /instance-ip/7688c848-e6b2-4ec0-9af8-3d35c284e0cb HTTP/1.1" 200 1978 0.004812 10.0.0.23 - - [2025-04-17 02:35:02] "GET /instance-ip/9ba55e76-4d25-47f6-a904-43a6fe60c7cd HTTP/1.1" 200 1981 0.005744 10.0.0.23 - - [2025-04-17 02:35:02] "GET /instance-ip/2ecffb17-31db-4a3b-97ac-aa5844e7ef77 HTTP/1.1" 200 1622 0.008252 10.0.0.23 - - [2025-04-17 02:35:02] "GET /instance-ip/34c74973-e7b1-4252-8788-fa091fb8b3e6 HTTP/1.1" 200 1953 0.005484 10.0.0.23 - - [2025-04-17 02:35:02] "GET /instance-ip/3a124f87-efe3-4e69-9dfc-4b036c90860d HTTP/1.1" 200 1956 0.004714 10.0.0.23 - - [2025-04-17 02:35:03] "POST /neutron/port HTTP/1.1" 200 3832 0.044425 10.0.0.23 - - [2025-04-17 02:35:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.020769 10.0.0.23 - - [2025-04-17 02:35:03] "POST /neutron/port HTTP/1.1" 200 3832 0.046460 10.0.0.23 - - [2025-04-17 02:35:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009728 10.0.0.23 - - [2025-04-17 02:35:03] "POST /neutron/port HTTP/1.1" 200 3832 0.040954 10.0.0.23 - - [2025-04-17 02:35:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007023 10.0.0.23 - - [2025-04-17 02:35:03] "POST /neutron/port HTTP/1.1" 200 3832 0.041267 10.0.0.23 - - [2025-04-17 02:35:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008617 10.0.0.23 - - [2025-04-17 02:35:03] "GET /virtual-machine/d3d672d2-03d0-4ec1-b50d-0d03ee0550ed HTTP/1.1" 200 1803 0.004925 10.0.0.23 - - [2025-04-17 02:35:03] "GET /virtual-machine-interface/8c130b76-c658-4c19-8124-cd0e119c2f8b HTTP/1.1" 200 3804 0.008341 10.0.0.23 - - [2025-04-17 02:35:03] "GET /virtual-machine-interface/e67e9d93-1aa9-4235-b722-3e632b55bb26 HTTP/1.1" 200 3817 0.006858 10.0.0.23 - - [2025-04-17 02:35:03] "GET /virtual-machine-interface/f10a6cfe-19e0-455c-8d3e-6dfb7465fd1d HTTP/1.1" 200 3799 0.006515 10.0.0.23 - - [2025-04-17 02:35:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.23 - - [2025-04-17 02:35:03] "GET /global-vrouter-config/2353e56c-ba9a-4c95-8ac7-e4aab067284b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.006382 10.0.0.23 - - [2025-04-17 02:35:03] "GET /virtual-networks?parent_id=ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004569 10.0.0.23 - - [2025-04-17 02:35:03] "GET /virtual-network/e69ebc49-087d-43dd-b20d-3d9cd8fab1e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.007639 10.0.0.23 - - [2025-04-17 02:35:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.23 - - [2025-04-17 02:35:04] "GET /global-vrouter-config/2353e56c-ba9a-4c95-8ac7-e4aab067284b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004523 10.0.0.23 - - [2025-04-17 02:35:04] "GET /virtual-networks?parent_id=ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004311 10.0.0.23 - - [2025-04-17 02:35:04] "GET /virtual-network/e69ebc49-087d-43dd-b20d-3d9cd8fab1e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.007512 10.0.0.23 - - [2025-04-17 02:35:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004214 10.0.0.23 - - [2025-04-17 02:35:05] "GET /global-vrouter-config/2353e56c-ba9a-4c95-8ac7-e4aab067284b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004775 10.0.0.23 - - [2025-04-17 02:35:05] "GET /virtual-networks?parent_id=ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003773 10.0.0.23 - - [2025-04-17 02:35:05] "GET /virtual-network/e69ebc49-087d-43dd-b20d-3d9cd8fab1e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.006382 10.0.0.23 - - [2025-04-17 02:35:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003974 10.0.0.23 - - [2025-04-17 02:35:05] "GET /global-vrouter-config/2353e56c-ba9a-4c95-8ac7-e4aab067284b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005273 10.0.0.23 - - [2025-04-17 02:35:05] "GET /virtual-networks?parent_id=ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004062 10.0.0.23 - - [2025-04-17 02:35:05] "GET /virtual-network/e69ebc49-087d-43dd-b20d-3d9cd8fab1e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.007156 10.0.0.23 - - [2025-04-17 02:35:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004715 10.0.0.23 - - [2025-04-17 02:35:05] "GET /global-vrouter-config/2353e56c-ba9a-4c95-8ac7-e4aab067284b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005009 10.0.0.23 - - [2025-04-17 02:35:05] "GET /virtual-networks?parent_id=ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003946 10.0.0.23 - - [2025-04-17 02:35:05] "GET /virtual-network/e69ebc49-087d-43dd-b20d-3d9cd8fab1e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.008828 10.0.0.23 - - [2025-04-17 02:35:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004231 10.0.0.23 - - [2025-04-17 02:35:05] "GET /global-vrouter-config/2353e56c-ba9a-4c95-8ac7-e4aab067284b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004139 10.0.0.23 - - [2025-04-17 02:35:05] "GET /virtual-networks?parent_id=ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004972 10.0.0.23 - - [2025-04-17 02:35:05] "GET /virtual-network/5ba3b0f8-b267-4363-841d-20f72705e146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006192 10.0.0.23 - - [2025-04-17 02:35:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.010875 10.0.0.23 - - [2025-04-17 02:35:05] "GET /global-vrouter-config/2353e56c-ba9a-4c95-8ac7-e4aab067284b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004359 10.0.0.23 - - [2025-04-17 02:35:05] "GET /virtual-networks?parent_id=ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.005214 10.0.0.23 - - [2025-04-17 02:35:06] "GET /virtual-network/5ba3b0f8-b267-4363-841d-20f72705e146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.008007 10.0.0.23 - - [2025-04-17 02:35:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003741 10.0.0.23 - - [2025-04-17 02:35:06] "GET /global-vrouter-config/2353e56c-ba9a-4c95-8ac7-e4aab067284b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004503 10.0.0.23 - - [2025-04-17 02:35:06] "GET /virtual-networks?parent_id=ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004108 10.0.0.23 - - [2025-04-17 02:35:06] "GET /virtual-network/5ba3b0f8-b267-4363-841d-20f72705e146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005816 10.0.0.23 - - [2025-04-17 02:35:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004501 10.0.0.23 - - [2025-04-17 02:35:06] "GET /global-vrouter-config/2353e56c-ba9a-4c95-8ac7-e4aab067284b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004206 10.0.0.23 - - [2025-04-17 02:35:06] "GET /virtual-networks?parent_id=ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003747 10.0.0.23 - - [2025-04-17 02:35:06] "GET /virtual-network/5ba3b0f8-b267-4363-841d-20f72705e146?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007037 10.0.0.23 - - [2025-04-17 02:35:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.23 - - [2025-04-17 02:35:06] "GET /global-vrouter-config/2353e56c-ba9a-4c95-8ac7-e4aab067284b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004856 10.0.0.23 - - [2025-04-17 02:35:06] "GET /virtual-networks?parent_id=ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004462 10.0.0.23 - - [2025-04-17 02:35:06] "GET /virtual-network/247550b2-8378-46dd-b1cb-ca358b4958f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.006850 10.0.0.23 - - [2025-04-17 02:35:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004427 10.0.0.23 - - [2025-04-17 02:35:06] "GET /global-vrouter-config/2353e56c-ba9a-4c95-8ac7-e4aab067284b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005423 10.0.0.23 - - [2025-04-17 02:35:06] "GET /virtual-networks?parent_id=ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.006854 10.0.0.23 - - [2025-04-17 02:35:06] "GET /virtual-network/247550b2-8378-46dd-b1cb-ca358b4958f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.006068 10.0.0.23 - - [2025-04-17 02:35:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.23 - - [2025-04-17 02:35:07] "GET /global-vrouter-config/2353e56c-ba9a-4c95-8ac7-e4aab067284b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004558 10.0.0.23 - - [2025-04-17 02:35:07] "GET /virtual-networks?parent_id=ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003712 10.0.0.23 - - [2025-04-17 02:35:07] "GET /virtual-network/247550b2-8378-46dd-b1cb-ca358b4958f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.006392 10.0.0.23 - - [2025-04-17 02:35:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004187 10.0.0.23 - - [2025-04-17 02:35:07] "GET /global-vrouter-config/2353e56c-ba9a-4c95-8ac7-e4aab067284b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004745 10.0.0.23 - - [2025-04-17 02:35:07] "GET /virtual-networks?parent_id=ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004754 10.0.0.23 - - [2025-04-17 02:35:07] "GET /virtual-network/247550b2-8378-46dd-b1cb-ca358b4958f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.012273 10.0.0.23 - - [2025-04-17 02:35:07] "GET /virtual-machine/d3d672d2-03d0-4ec1-b50d-0d03ee0550ed HTTP/1.1" 200 1803 0.005057 10.0.0.23 - - [2025-04-17 02:35:07] "GET /domains HTTP/1.1" 200 280 0.003224 10.0.0.23 - - [2025-04-17 02:35:07] "GET /domains?obj_uuids=a9199e49-ddf7-4a44-9dbe-b10e2792616c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001483 10.0.0.23 - - [2025-04-17 02:35:07] "GET /domain/a9199e49-ddf7-4a44-9dbe-b10e2792616c HTTP/1.1" 200 2772 0.009137 10.0.0.23 - - [2025-04-17 02:35:07] "GET /projects?obj_uuids=ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001813 10.0.0.23 - - [2025-04-17 02:35:07] "GET /project/ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5 HTTP/1.1" 200 4234 0.078425 10.0.0.23 - - [2025-04-17 02:35:07] "GET /service-instance/bcd21cd1-2e0e-4ebe-b021-2c4076ba98fb HTTP/1.1" 200 3784 0.004744 10.0.0.23 - - [2025-04-17 02:35:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.23 - - [2025-04-17 02:35:07] "GET /routing-instance/f4b11fe6-df14-4891-ae39-81eef1ffa8eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1888 0.005258 10.0.0.23 - - [2025-04-17 02:35:07] "GET /routing-instance/f4b11fe6-df14-4891-ae39-81eef1ffa8eb?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2021 0.007786 10.0.0.23 - - [2025-04-17 02:35:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704 10.0.0.23 - - [2025-04-17 02:35:07] "GET /routing-instance/c017dbe0-76dc-4670-b673-4f9fae5412b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1893 0.005502 10.0.0.23 - - [2025-04-17 02:35:07] "GET /routing-instance/c017dbe0-76dc-4670-b673-4f9fae5412b2?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2024 0.006748 10.0.0.23 - - [2025-04-17 02:35:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003764 10.0.0.23 - - [2025-04-17 02:35:07] "GET /virtual-network/e69ebc49-087d-43dd-b20d-3d9cd8fab1e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.007266 10.0.0.23 - - [2025-04-17 02:35:07] "GET /virtual-network/e69ebc49-087d-43dd-b20d-3d9cd8fab1e2?fields=routing_instances HTTP/1.1" 200 1684 0.008011 10.0.0.23 - - [2025-04-17 02:35:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005111 10.0.0.23 - - [2025-04-17 02:35:08] "GET /virtual-network/247550b2-8378-46dd-b1cb-ca358b4958f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.007426 10.0.0.23 - - [2025-04-17 02:35:08] "GET /virtual-network/247550b2-8378-46dd-b1cb-ca358b4958f0?fields=routing_instances HTTP/1.1" 200 1688 0.008747 10.0.0.23 - - [2025-04-17 02:35:12] "POST /ref-update HTTP/1.1" 200 156 0.045627 10.0.0.23 - - [2025-04-17 02:35:12] "POST /neutron/network HTTP/1.1" 200 834 0.013114 10.0.0.23 - - [2025-04-17 02:35:12] "GET /virtual-network/247550b2-8378-46dd-b1cb-ca358b4958f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005946 10.0.0.23 - - [2025-04-17 02:35:12] "DELETE /access-control-list/42c844d2-fd3f-4c40-ae80-22e81bb011f9 HTTP/1.1" 200 115 0.076927 10.0.0.23 - - [2025-04-17 02:35:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003856 10.0.0.23 - - [2025-04-17 02:35:12] "GET /network-policy/282a63c7-4a8f-454e-906d-62e98e05b1ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003403 10.0.0.23 - - [2025-04-17 02:35:12] "DELETE /routing-instance/a7a94e27-fc06-4346-8ffb-51035f932f41 HTTP/1.1" 200 115 0.036701 10.0.0.23 - - [2025-04-17 02:35:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.23 - - [2025-04-17 02:35:12] "POST /ref-update HTTP/1.1" 200 156 0.031849 10.0.0.23 - - [2025-04-17 02:35:12] "DELETE /route-target/2467e42d-805a-4547-a75b-caa6d46d2a4d HTTP/1.1" 200 115 0.021449 10.0.0.23 - - [2025-04-17 02:35:12] "POST /neutron/network HTTP/1.1" 200 833 0.009423 10.0.0.23 - - [2025-04-17 02:35:12] "GET /virtual-network/e69ebc49-087d-43dd-b20d-3d9cd8fab1e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006263 10.0.0.23 - - [2025-04-17 02:35:12] "DELETE /routing-instance/afba93cd-9abb-4fc7-abb0-95a2537ae528 HTTP/1.1" 200 115 0.048718 10.0.0.23 - - [2025-04-17 02:35:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.008021 10.0.0.23 - - [2025-04-17 02:35:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.23 - - [2025-04-17 02:35:12] "DELETE /route-target/829bc162-84d6-42ae-bce9-f9b1434ce0c0 HTTP/1.1" 200 115 0.016727 10.0.0.23 - - [2025-04-17 02:35:12] "GET /network-policy/282a63c7-4a8f-454e-906d-62e98e05b1ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.005239 10.0.0.23 - - [2025-04-17 02:35:12] "DELETE /access-control-list/829c1a76-ce5d-4e5b-9699-7d0d8a2c0728 HTTP/1.1" 200 115 0.028354 10.0.0.23 - - [2025-04-17 02:35:12] "DELETE /network-policy/282a63c7-4a8f-454e-906d-62e98e05b1ef HTTP/1.1" 200 115 0.036577 10.0.0.23 - - [2025-04-17 02:35:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.23 - - [2025-04-17 02:35:12] "DELETE /service-instance/bcd21cd1-2e0e-4ebe-b021-2c4076ba98fb HTTP/1.1" 200 115 0.058142 10.0.0.23 - - [2025-04-17 02:35:12] "GET /domains HTTP/1.1" 200 280 0.003385 10.0.0.23 - - [2025-04-17 02:35:12] "POST /ref-update HTTP/1.1" 200 156 0.020557 10.0.0.23 - - [2025-04-17 02:35:12] "GET /domains?obj_uuids=a9199e49-ddf7-4a44-9dbe-b10e2792616c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001268 10.0.0.23 - - [2025-04-17 02:35:12] "GET /domain/a9199e49-ddf7-4a44-9dbe-b10e2792616c HTTP/1.1" 200 2772 0.015334 10.0.0.23 - - [2025-04-17 02:35:12] "GET /projects?obj_uuids=ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001347 10.0.0.23 - - [2025-04-17 02:35:12] "DELETE /instance-ip/34c74973-e7b1-4252-8788-fa091fb8b3e6 HTTP/1.1" 200 115 0.040478 10.0.0.23 - - [2025-04-17 02:35:13] "POST /ref-update HTTP/1.1" 200 156 0.013434 10.0.0.23 - - [2025-04-17 02:35:13] "GET /project/ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5 HTTP/1.1" 200 3760 0.075180 10.0.0.23 - - [2025-04-17 02:35:13] "GET /virtual-machine/d3d672d2-03d0-4ec1-b50d-0d03ee0550ed HTTP/1.1" 200 1803 0.006083 10.0.0.23 - - [2025-04-17 02:35:13] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003060 10.0.0.23 - - [2025-04-17 02:35:13] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002329 10.0.0.23 - - [2025-04-17 02:35:13] "DELETE /instance-ip/3a124f87-efe3-4e69-9dfc-4b036c90860d HTTP/1.1" 200 115 0.029605 10.0.0.23 - - [2025-04-17 02:35:13] "POST /ref-update HTTP/1.1" 200 156 0.013314 10.0.0.23 - - [2025-04-17 02:35:13] "DELETE /instance-ip/5717d972-9681-4e68-b7ad-4bb0d0663158 HTTP/1.1" 200 115 0.026275 10.0.0.23 - - [2025-04-17 02:35:13] "POST /ref-update HTTP/1.1" 200 156 0.012650 10.0.0.23 - - [2025-04-17 02:35:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.23 - - [2025-04-17 02:35:13] "DELETE /service-template/809dd88e-ea5a-4880-9954-13e3c928bf31 HTTP/1.1" 200 115 0.031417 10.0.0.23 - - [2025-04-17 02:35:13] "POST /fqname-to-id HTTP/1.1" 404 193 0.006930 10.0.0.23 - - [2025-04-17 02:35:13] "DELETE /instance-ip/9ba55e76-4d25-47f6-a904-43a6fe60c7cd HTTP/1.1" 200 115 0.032456 10.0.0.23 - - [2025-04-17 02:35:13] "POST /ref-update HTTP/1.1" 200 156 0.012988 10.0.0.23 - - [2025-04-17 02:35:13] "DELETE /instance-ip/7688c848-e6b2-4ec0-9af8-3d35c284e0cb HTTP/1.1" 200 115 0.032236 10.0.0.23 - - [2025-04-17 02:35:13] "POST /ref-update HTTP/1.1" 200 156 0.014178 10.0.0.23 - - [2025-04-17 02:35:13] "DELETE /instance-ip/bcad8664-b72f-4f01-94c5-312a25818167 HTTP/1.1" 200 115 0.024587 10.0.0.23 - - [2025-04-17 02:35:13] "POST /neutron/network HTTP/1.1" 200 834 0.014248 10.0.0.23 - - [2025-04-17 02:35:13] "POST /neutron/network HTTP/1.1" 400 204 0.015123 10.0.0.23 - - [2025-04-17 02:35:13] "POST /neutron/port HTTP/1.1" 200 1086 0.017136 10.0.0.23 - - [2025-04-17 02:35:13] "POST /neutron/port HTTP/1.1" 200 1112 0.010674 10.0.0.23 - - [2025-04-17 02:35:14] "POST /neutron/port HTTP/1.1" 200 1087 0.034042 10.0.0.23 - - [2025-04-17 02:35:14] "POST /neutron/port HTTP/1.1" 200 151 0.141833 10.0.0.23 - - [2025-04-17 02:35:14] "POST /neutron/port HTTP/1.1" 200 1113 0.018233 10.0.0.23 - - [2025-04-17 02:35:14] "POST /neutron/port HTTP/1.1" 200 151 0.150338 10.0.0.23 - - [2025-04-17 02:35:14] "POST /neutron/port HTTP/1.1" 200 3025 0.047216 10.0.0.23 - - [2025-04-17 02:35:14] "POST /neutron/port HTTP/1.1" 200 1113 0.012456 10.0.0.23 - - [2025-04-17 02:35:14] "POST /neutron/port HTTP/1.1" 200 151 0.141888 10.0.0.23 - - [2025-04-17 02:35:14] "POST /neutron/port HTTP/1.1" 200 1111 0.012318 10.0.0.23 - - [2025-04-17 02:35:14] "POST /neutron/port HTTP/1.1" 200 151 0.115551 10.0.0.23 - - [2025-04-17 02:35:14] "POST /neutron/port HTTP/1.1" 200 1112 0.011639 10.0.0.23 - - [2025-04-17 02:35:14] "POST /neutron/port HTTP/1.1" 200 151 0.164475 10.0.0.23 - - [2025-04-17 02:35:15] "POST /neutron/network HTTP/1.1" 200 834 0.007506 10.0.0.23 - - [2025-04-17 02:35:15] "POST /useragent-kv HTTP/1.1" 200 115 0.004209 10.0.0.23 - - [2025-04-17 02:35:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005564 10.0.0.23 - - [2025-04-17 02:35:15] "POST /useragent-kv HTTP/1.1" 200 115 0.005396 10.0.0.23 - - [2025-04-17 02:35:15] "POST /neutron/network HTTP/1.1" 200 151 0.098705 10.0.0.23 - - [2025-04-17 02:35:15] "DELETE /route-target/5109903c-23a7-4e6f-9ad8-4c92912bbcdd HTTP/1.1" 200 115 0.027834 10.0.0.23 - - [2025-04-17 02:35:15] "GET /routing-instance/c017dbe0-76dc-4670-b673-4f9fae5412b2 HTTP/1.1" 404 171 0.006977 10.0.0.23 - - [2025-04-17 02:35:15] "GET /domains HTTP/1.1" 200 280 0.006931 10.0.0.23 - - [2025-04-17 02:35:15] "GET /domains?obj_uuids=a9199e49-ddf7-4a44-9dbe-b10e2792616c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001870 10.0.0.23 - - [2025-04-17 02:35:15] "GET /domain/a9199e49-ddf7-4a44-9dbe-b10e2792616c HTTP/1.1" 200 2572 0.010870 10.0.0.23 - - [2025-04-17 02:35:15] "GET /projects?obj_uuids=ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001204 10.0.0.23 - - [2025-04-17 02:35:15] "GET /project/ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5 HTTP/1.1" 200 2299 0.067412 10.0.0.23 - - [2025-04-17 02:35:15] "POST /neutron/network HTTP/1.1" 200 833 0.007843 10.0.0.23 - - [2025-04-17 02:35:15] "POST /useragent-kv HTTP/1.1" 200 115 0.004664 10.0.0.23 - - [2025-04-17 02:35:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005814 10.0.0.23 - - [2025-04-17 02:35:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002573 10.0.0.23 - - [2025-04-17 02:35:15] "POST /neutron/network HTTP/1.1" 200 151 0.093188 10.0.0.23 - - [2025-04-17 02:35:15] "GET /routing-instance/f4b11fe6-df14-4891-ae39-81eef1ffa8eb HTTP/1.1" 404 171 0.002617 10.0.0.23 - - [2025-04-17 02:35:15] "GET /domains HTTP/1.1" 200 280 0.004355 10.0.0.23 - - [2025-04-17 02:35:15] "DELETE /route-target/95edd346-b38a-4004-a4b0-01159b4dd780 HTTP/1.1" 200 115 0.022248 10.0.0.23 - - [2025-04-17 02:35:16] "GET /domains?obj_uuids=a9199e49-ddf7-4a44-9dbe-b10e2792616c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001687 10.0.0.23 - - [2025-04-17 02:35:16] "GET /domain/a9199e49-ddf7-4a44-9dbe-b10e2792616c HTTP/1.1" 200 2572 0.051872 10.0.0.23 - - [2025-04-17 02:35:16] "GET /projects?obj_uuids=ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002396 10.0.0.23 - - [2025-04-17 02:35:16] "GET /project/ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5 HTTP/1.1" 200 2081 0.074042 10.0.0.23 - - [2025-04-17 02:35:16] "POST /neutron/network HTTP/1.1" 200 831 0.013393 10.0.0.23 - - [2025-04-17 02:35:16] "POST /useragent-kv HTTP/1.1" 200 115 0.006810 10.0.0.23 - - [2025-04-17 02:35:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.006323 10.0.0.23 - - [2025-04-17 02:35:16] "POST /useragent-kv HTTP/1.1" 200 115 0.004961 10.0.0.23 - - [2025-04-17 02:35:16] "POST /neutron/network HTTP/1.1" 200 151 0.109030 10.0.0.23 - - [2025-04-17 02:35:16] "GET /routing-instance/5110fa4c-28ca-444a-acbd-da4fc6a75b75 HTTP/1.1" 404 171 0.002925 10.0.0.23 - - [2025-04-17 02:35:16] "DELETE /route-target/59393a70-4386-489a-91b3-cd1a53c165e0 HTTP/1.1" 200 115 0.023445 10.0.0.23 - - [2025-04-17 02:35:16] "GET /domains HTTP/1.1" 200 280 0.005746 10.0.0.23 - - [2025-04-17 02:35:16] "GET /domains?obj_uuids=a9199e49-ddf7-4a44-9dbe-b10e2792616c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001553 10.0.0.23 - - [2025-04-17 02:35:16] "GET /domain/a9199e49-ddf7-4a44-9dbe-b10e2792616c HTTP/1.1" 200 2572 0.050518 10.0.0.23 - - [2025-04-17 02:35:16] "GET /projects?obj_uuids=ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002667 10.0.0.23 - - [2025-04-17 02:35:16] "GET /project/ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5 HTTP/1.1" 200 1841 0.076254 10.0.0.23 - - [2025-04-17 02:35:16] "GET /projects?obj_uuids=ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001271 10.0.0.23 - - [2025-04-17 02:35:16] "GET /project/ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.031610 10.0.0.23 - - [2025-04-17 02:35:16] "GET /projects?obj_uuids=ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001267 10.0.0.23 - - [2025-04-17 02:35:16] "GET /project/ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5?fields=virtual_networks HTTP/1.1" 200 1029 0.074299 10.0.0.23 - - [2025-04-17 02:35:16] "GET /projects?obj_uuids=ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001712 10.0.0.23 - - [2025-04-17 02:35:16] "GET /project/ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.026170 10.0.0.23 - - [2025-04-17 02:35:17] "GET /projects?obj_uuids=ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001554 10.0.0.23 - - [2025-04-17 02:35:17] "GET /project/ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5?fields=security_groups HTTP/1.1" 200 1253 0.029938 10.0.0.23 - - [2025-04-17 02:35:17] "POST /fqname-to-id HTTP/1.1" 404 189 0.031799 10.0.0.23 - - [2025-04-17 02:35:18] "GET /projects?obj_uuids=55bc42bb-4a24-467a-b7e8-7a366b0c28e0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002925 10.0.0.23 - - [2025-04-17 02:35:18] "GET /domains?obj_uuids=a9199e49-ddf7-4a44-9dbe-b10e2792616c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001957 10.0.0.23 - - [2025-04-17 02:35:18] "GET /domain/a9199e49-ddf7-4a44-9dbe-b10e2792616c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.011135 10.0.0.23 - - [2025-04-17 02:35:18] "POST /id-to-fqname HTTP/1.1" 200 191 0.001381 10.0.0.23 - - [2025-04-17 02:35:18] "POST /fqname-to-id HTTP/1.1" 404 200 0.003416 10.0.0.23 - - [2025-04-17 02:35:18] "POST /security-groups HTTP/1.1" 200 592 0.072107 10.0.0.23 - - [2025-04-17 02:35:18] "POST /fqname-to-id HTTP/1.1" 404 235 0.003017 10.0.0.23 - - [2025-04-17 02:35:18] "POST /projects HTTP/1.1" 200 587 0.237079 10.0.0.23 - - [2025-04-17 02:35:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.311110 10.0.0.23 - - [2025-04-17 02:35:18] "POST /access-control-lists HTTP/1.1" 200 597 0.079781 10.0.0.23 - - [2025-04-17 02:35:18] "GET /project/55bc42bb-4a24-467a-b7e8-7a366b0c28e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.454074 10.0.0.23 - - [2025-04-17 02:35:18] "POST /fqname-to-id HTTP/1.1" 404 234 0.004074 10.0.0.23 - - [2025-04-17 02:35:18] "POST /access-control-lists HTTP/1.1" 200 595 0.068743 10.0.0.23 - - [2025-04-17 02:35:19] "GET / HTTP/1.1" 200 35931 0.002569 10.0.0.23 - - [2025-04-17 02:35:20] "GET /project/55bc42bb-4a24-467a-b7e8-7a366b0c28e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000626 10.0.0.23 - - [2025-04-17 02:35:21] "GET /projects?obj_uuids=55bc42bb-4a24-467a-b7e8-7a366b0c28e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001400 10.0.0.23 - - [2025-04-17 02:35:21] "GET /project/55bc42bb-4a24-467a-b7e8-7a366b0c28e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.059928 10.0.0.23 - - [2025-04-17 02:35:21] "POST /fqname-to-id HTTP/1.1" 404 180 0.003733 10.0.0.23 - - [2025-04-17 02:35:21] "POST /virtual-DNSs HTTP/1.1" 200 507 0.023633 10.0.0.23 - - [2025-04-17 02:35:21] "GET /virtual-DNS/455ba2e6-e8ad-4d72-9fe1-11f03d8047c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.006261 10.0.0.23 - - [2025-04-17 02:35:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005606 10.0.0.23 - - [2025-04-17 02:35:21] "GET /virtual-DNS/455ba2e6-e8ad-4d72-9fe1-11f03d8047c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.004654 10.0.0.23 - - [2025-04-17 02:35:21] "GET /domains HTTP/1.1" 401 292 0.000533 10.0.0.23 - - [2025-04-17 02:35:22] "GET /domains HTTP/1.1" 200 280 0.329127 10.0.0.23 - - [2025-04-17 02:35:22] "GET /domains?obj_uuids=a9199e49-ddf7-4a44-9dbe-b10e2792616c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001388 10.0.0.23 - - [2025-04-17 02:35:22] "GET /domain/a9199e49-ddf7-4a44-9dbe-b10e2792616c HTTP/1.1" 200 2959 0.011108 10.0.0.23 - - [2025-04-17 02:35:22] "GET /virtual-DNS/455ba2e6-e8ad-4d72-9fe1-11f03d8047c9 HTTP/1.1" 200 1438 0.007924 10.0.0.23 - - [2025-04-17 02:35:22] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.003584 10.0.0.23 - - [2025-04-17 02:35:22] "GET /obj-perms HTTP/1.1" 200 5056 0.082796 10.0.0.23 - - [2025-04-17 02:35:22] "POST /network-ipams HTTP/1.1" 200 514 0.029859 10.0.0.23 - - [2025-04-17 02:35:22] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 968 0.004325 10.0.0.23 - - [2025-04-17 02:35:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004153 10.0.0.23 - - [2025-04-17 02:35:22] "GET /network-ipam/8fffed31-458a-4bf9-b4d9-8961fbab1afb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.006545 10.0.0.23 - - [2025-04-17 02:35:22] "PUT /network-ipam/8fffed31-458a-4bf9-b4d9-8961fbab1afb HTTP/1.1" 200 258 0.013268 10.0.0.23 - - [2025-04-17 02:35:22] "POST /ref-update HTTP/1.1" 200 156 0.014168 10.0.0.23 - - [2025-04-17 02:35:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.23 - - [2025-04-17 02:35:22] "GET /obj-perms HTTP/1.1" 200 5056 0.063733 10.0.0.23 - - [2025-04-17 02:35:22] "GET /projects?obj_uuids=55bc42bb-4a24-467a-b7e8-7a366b0c28e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001847 10.0.0.23 - - [2025-04-17 02:35:22] "GET /project/55bc42bb-4a24-467a-b7e8-7a366b0c28e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.031602 10.0.0.23 - - [2025-04-17 02:35:22] "POST /neutron/network HTTP/1.1" 200 117 0.036953 10.0.0.23 - - [2025-04-17 02:35:22] "GET /projects?obj_uuids=55bc42bb-4a24-467a-b7e8-7a366b0c28e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001381 10.0.0.23 - - [2025-04-17 02:35:22] "POST /neutron/network HTTP/1.1" 200 618 0.086021 10.0.0.23 - - [2025-04-17 02:35:22] "POST /route-targets HTTP/1.1" 200 327 0.022538 10.0.0.23 - - [2025-04-17 02:35:22] "POST /ref-update HTTP/1.1" 200 156 0.018060 10.0.0.23 - - [2025-04-17 02:35:23] "POST /useragent-kv HTTP/1.1" 200 115 0.006387 10.0.0.23 - - [2025-04-17 02:35:23] "POST /neutron/subnet HTTP/1.1" 200 711 0.244595 10.0.0.23 - - [2025-04-17 02:35:23] "POST /neutron/network HTTP/1.1" 200 833 0.008797 10.0.0.23 - - [2025-04-17 02:35:23] "POST /id-to-fqname HTTP/1.1" 200 227 0.001811 10.0.0.23 - - [2025-04-17 02:35:23] "GET /virtual-network/69c8568c-23f9-4e93-bc4c-713bc32188ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007401 10.0.0.23 - - [2025-04-17 02:35:23] "POST /neutron/network HTTP/1.1" 200 833 0.006949 10.0.0.23 - - [2025-04-17 02:35:23] "GET /virtual-network/69c8568c-23f9-4e93-bc4c-713bc32188ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006546 10.0.0.23 - - [2025-04-17 02:35:23] "POST /neutron/network HTTP/1.1" 200 833 0.006737 10.0.0.23 - - [2025-04-17 02:35:23] "POST /neutron/subnet HTTP/1.1" 200 711 0.009392 10.0.0.23 - - [2025-04-17 02:35:23] "POST /neutron/network HTTP/1.1" 200 807 0.013347 10.0.0.23 - - [2025-04-17 02:35:23] "POST /neutron/network HTTP/1.1" 200 833 0.006825 10.0.0.23 - - [2025-04-17 02:35:23] "POST /id-to-fqname HTTP/1.1" 200 227 0.001514 10.0.0.23 - - [2025-04-17 02:35:23] "POST /neutron/network HTTP/1.1" 200 843 0.007944 10.0.0.23 - - [2025-04-17 02:35:23] "GET /aaa-mode HTTP/1.1" 401 292 0.001353 10.0.0.23 - - [2025-04-17 02:35:23] "GET / HTTP/1.1" 200 35931 0.002545 10.0.0.23 - - [2025-04-17 02:35:23] "GET /project/55bc42bb-4a24-467a-b7e8-7a366b0c28e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000482 10.0.0.23 - - [2025-04-17 02:35:24] "GET /projects?obj_uuids=55bc42bb-4a24-467a-b7e8-7a366b0c28e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001556 10.0.0.23 - - [2025-04-17 02:35:24] "GET /project/55bc42bb-4a24-467a-b7e8-7a366b0c28e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.068470 10.0.0.23 - - [2025-04-17 02:35:24] "POST /neutron/network HTTP/1.1" 200 833 0.006590 10.0.0.23 - - [2025-04-17 02:35:24] "POST /neutron/port HTTP/1.1" 200 117 0.005727 10.0.0.23 - - [2025-04-17 02:35:24] "POST /neutron/port HTTP/1.1" 200 117 0.007406 10.0.0.23 - - [2025-04-17 02:35:24] "POST /neutron/port HTTP/1.1" 200 117 0.008288 10.0.0.23 - - [2025-04-17 02:35:25] "POST /neutron/network HTTP/1.1" 200 843 0.011104 10.0.0.23 - - [2025-04-17 02:35:25] "GET /projects?obj_uuids=55bc42bb-4a24-467a-b7e8-7a366b0c28e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001574 10.0.0.23 - - [2025-04-17 02:35:25] "POST /neutron/port HTTP/1.1" 200 1058 0.248399 10.0.0.23 - - [2025-04-17 02:35:25] "POST /neutron/port HTTP/1.1" 200 1058 0.018326 10.0.0.23 - - [2025-04-17 02:35:25] "POST /neutron/port HTTP/1.1" 200 1058 0.015769 10.0.0.23 - - [2025-04-17 02:35:25] "POST /neutron/port HTTP/1.1" 200 1112 0.084218 10.0.0.23 - - [2025-04-17 02:35:25] "POST /neutron/port HTTP/1.1" 200 1086 0.023503 10.0.0.23 - - [2025-04-17 02:35:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005055 10.0.0.23 - - [2025-04-17 02:35:25] "POST /neutron/subnet HTTP/1.1" 200 685 0.014923 10.0.0.23 - - [2025-04-17 02:35:25] "POST /neutron/port HTTP/1.1" 200 117 0.001788 10.0.0.23 - - [2025-04-17 02:35:25] "POST /neutron/network HTTP/1.1" 200 833 0.007366 10.0.0.23 - - [2025-04-17 02:35:29] "POST /neutron/port HTTP/1.1" 200 1086 0.020770 10.0.0.23 - - [2025-04-17 02:35:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009588 10.0.0.23 - - [2025-04-17 02:35:29] "POST /neutron/port HTTP/1.1" 200 1086 0.024406 10.0.0.23 - - [2025-04-17 02:35:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009188 10.0.0.23 - - [2025-04-17 02:35:29] "POST /neutron/port HTTP/1.1" 200 1086 0.024022 10.0.0.23 - - [2025-04-17 02:35:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009740 10.0.0.23 - - [2025-04-17 02:35:30] "GET /virtual-machine/48ffe817-af67-4f14-b77a-8a9b638e3405 HTTP/1.1" 200 1293 0.005890 10.0.0.23 - - [2025-04-17 02:35:30] "GET /virtual-machine-interface/1dabd19e-939f-4bfe-89e1-79737e4bff9c HTTP/1.1" 200 2963 0.007041 10.0.0.23 - - [2025-04-17 02:35:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.007401 10.0.0.23 - - [2025-04-17 02:35:30] "GET /global-vrouter-config/2353e56c-ba9a-4c95-8ac7-e4aab067284b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005171 10.0.0.23 - - [2025-04-17 02:35:30] "GET /virtual-networks?parent_id=55bc42bb-4a24-467a-b7e8-7a366b0c28e0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003815 10.0.0.23 - - [2025-04-17 02:35:30] "GET /virtual-network/69c8568c-23f9-4e93-bc4c-713bc32188ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006949 10.0.0.23 - - [2025-04-17 02:35:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003250 10.0.0.23 - - [2025-04-17 02:35:33] "GET /virtual-network/69c8568c-23f9-4e93-bc4c-713bc32188ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005771 10.0.0.23 - - [2025-04-17 02:35:35] "POST /neutron/port HTTP/1.1" 200 1086 0.019430 10.0.0.23 - - [2025-04-17 02:35:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007211 10.0.0.23 - - [2025-04-17 02:35:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004025 10.0.0.23 - - [2025-04-17 02:35:37] "GET /global-vrouter-config/2353e56c-ba9a-4c95-8ac7-e4aab067284b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004187 10.0.0.23 - - [2025-04-17 02:35:37] "GET /virtual-networks?parent_id=55bc42bb-4a24-467a-b7e8-7a366b0c28e0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004070 10.0.0.23 - - [2025-04-17 02:35:37] "GET /virtual-network/69c8568c-23f9-4e93-bc4c-713bc32188ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006250 10.0.0.23 - - [2025-04-17 02:35:42] "POST /neutron/network HTTP/1.1" 200 807 0.014154 10.0.0.23 - - [2025-04-17 02:35:42] "POST /neutron/network HTTP/1.1" 200 833 0.006708 10.0.0.23 - - [2025-04-17 02:35:42] "POST /id-to-fqname HTTP/1.1" 200 227 0.001610 10.0.0.23 - - [2025-04-17 02:35:42] "POST /neutron/port HTTP/1.1" 200 1086 0.018486 10.0.0.23 - - [2025-04-17 02:35:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.014694 10.0.0.23 - - [2025-04-17 02:35:42] "POST /neutron/network HTTP/1.1" 200 843 0.007026 10.0.0.23 - - [2025-04-17 02:35:42] "GET /aaa-mode HTTP/1.1" 401 292 0.000643 10.0.0.23 - - [2025-04-17 02:35:42] "GET / HTTP/1.1" 200 35931 0.003333 10.0.0.23 - - [2025-04-17 02:35:42] "GET /project/55bc42bb-4a24-467a-b7e8-7a366b0c28e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000508 10.0.0.23 - - [2025-04-17 02:35:43] "GET /projects?obj_uuids=55bc42bb-4a24-467a-b7e8-7a366b0c28e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001341 10.0.0.23 - - [2025-04-17 02:35:43] "GET /project/55bc42bb-4a24-467a-b7e8-7a366b0c28e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.059599 10.0.0.23 - - [2025-04-17 02:35:43] "POST /neutron/network HTTP/1.1" 200 833 0.010259 10.0.0.23 - - [2025-04-17 02:35:43] "POST /neutron/port HTTP/1.1" 200 1086 0.021379 10.0.0.23 - - [2025-04-17 02:35:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.013525 10.0.0.23 - - [2025-04-17 02:35:43] "POST /neutron/port HTTP/1.1" 200 117 0.006528 10.0.0.23 - - [2025-04-17 02:35:43] "POST /neutron/port HTTP/1.1" 200 117 0.007627 10.0.0.23 - - [2025-04-17 02:35:43] "POST /neutron/network HTTP/1.1" 200 843 0.006896 10.0.0.23 - - [2025-04-17 02:35:43] "GET /projects?obj_uuids=55bc42bb-4a24-467a-b7e8-7a366b0c28e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001651 10.0.0.23 - - [2025-04-17 02:35:44] "POST /neutron/port HTTP/1.1" 200 1058 0.243427 10.0.0.23 - - [2025-04-17 02:35:44] "POST /neutron/port HTTP/1.1" 200 1058 0.016373 10.0.0.23 - - [2025-04-17 02:35:44] "POST /neutron/port HTTP/1.1" 200 1058 0.010613 10.0.0.23 - - [2025-04-17 02:35:44] "POST /neutron/port HTTP/1.1" 200 1112 0.091973 10.0.0.23 - - [2025-04-17 02:35:44] "POST /neutron/port HTTP/1.1" 200 1086 0.023141 10.0.0.23 - - [2025-04-17 02:35:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004934 10.0.0.23 - - [2025-04-17 02:35:44] "POST /neutron/subnet HTTP/1.1" 200 685 0.014669 10.0.0.23 - - [2025-04-17 02:35:44] "POST /neutron/port HTTP/1.1" 200 117 0.001646 10.0.0.23 - - [2025-04-17 02:35:44] "POST /neutron/network HTTP/1.1" 200 833 0.008745 10.0.0.23 - - [2025-04-17 02:35:48] "POST /neutron/port HTTP/1.1" 200 1086 0.019619 10.0.0.23 - - [2025-04-17 02:35:48] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009786 10.0.0.23 - - [2025-04-17 02:35:48] "POST /neutron/port HTTP/1.1" 200 1086 0.017941 10.0.0.23 - - [2025-04-17 02:35:48] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009131 10.0.0.23 - - [2025-04-17 02:35:48] "POST /neutron/port HTTP/1.1" 200 1086 0.021592 10.0.0.23 - - [2025-04-17 02:35:48] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008003 10.0.0.23 - - [2025-04-17 02:35:48] "GET /virtual-machine/d8441562-b4d9-4cfb-9b54-0064564c8c84 HTTP/1.1" 200 1294 0.005861 10.0.0.23 - - [2025-04-17 02:35:48] "GET /virtual-machine-interface/1a9bc874-13f2-40d9-b428-f68c23f7b4ac HTTP/1.1" 200 2964 0.006161 10.0.0.23 - - [2025-04-17 02:35:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004682 10.0.0.23 - - [2025-04-17 02:35:48] "GET /global-vrouter-config/2353e56c-ba9a-4c95-8ac7-e4aab067284b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003887 10.0.0.23 - - [2025-04-17 02:35:48] "GET /virtual-networks?parent_id=55bc42bb-4a24-467a-b7e8-7a366b0c28e0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.010700 10.0.0.23 - - [2025-04-17 02:35:48] "GET /virtual-network/69c8568c-23f9-4e93-bc4c-713bc32188ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007180 10.0.0.23 - - [2025-04-17 02:35:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004580 10.0.0.23 - - [2025-04-17 02:35:52] "GET /virtual-network/69c8568c-23f9-4e93-bc4c-713bc32188ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006069 10.0.0.23 - - [2025-04-17 02:35:54] "POST /neutron/port HTTP/1.1" 200 1086 0.021490 10.0.0.23 - - [2025-04-17 02:35:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008018 10.0.0.23 - - [2025-04-17 02:35:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004111 10.0.0.23 - - [2025-04-17 02:35:56] "GET /global-vrouter-config/2353e56c-ba9a-4c95-8ac7-e4aab067284b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004369 10.0.0.23 - - [2025-04-17 02:35:56] "GET /virtual-networks?parent_id=55bc42bb-4a24-467a-b7e8-7a366b0c28e0&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.006368 10.0.0.23 - - [2025-04-17 02:35:56] "GET /virtual-network/69c8568c-23f9-4e93-bc4c-713bc32188ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006489 10.0.0.23 - - [2025-04-17 02:36:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.23 - - [2025-04-17 02:36:02] "DELETE /virtual-DNS/455ba2e6-e8ad-4d72-9fe1-11f03d8047c9 HTTP/1.1" 409 235 0.008138 10.0.0.23 - - [2025-04-17 02:36:02] "POST /fqname-to-id HTTP/1.1" 404 192 0.003473 10.0.0.23 - - [2025-04-17 02:36:02] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.025993 10.0.0.23 - - [2025-04-17 02:36:02] "GET /virtual-DNS-record/056e4612-5c07-441d-b8f1-a39c8b79e4c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.007342 10.0.0.23 - - [2025-04-17 02:36:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.23 - - [2025-04-17 02:36:02] "GET /virtual-DNS-record/056e4612-5c07-441d-b8f1-a39c8b79e4c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.004255 10.0.0.23 - - [2025-04-17 02:36:02] "GET /domains HTTP/1.1" 200 280 0.003669 10.0.0.23 - - [2025-04-17 02:36:02] "GET /domains?obj_uuids=a9199e49-ddf7-4a44-9dbe-b10e2792616c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001311 10.0.0.23 - - [2025-04-17 02:36:02] "GET /domain/a9199e49-ddf7-4a44-9dbe-b10e2792616c HTTP/1.1" 200 2959 0.011646 10.0.0.23 - - [2025-04-17 02:36:02] "GET /virtual-DNS/455ba2e6-e8ad-4d72-9fe1-11f03d8047c9 HTTP/1.1" 200 1907 0.007371 10.0.0.23 - - [2025-04-17 02:36:02] "GET /virtual-DNS-record/056e4612-5c07-441d-b8f1-a39c8b79e4c2 HTTP/1.1" 200 1335 0.004161 10.0.0.23 - - [2025-04-17 02:36:08] "DELETE /virtual-DNS-record/056e4612-5c07-441d-b8f1-a39c8b79e4c2 HTTP/1.1" 200 115 0.024643 10.0.0.23 - - [2025-04-17 02:36:08] "POST /fqname-to-id HTTP/1.1" 404 184 0.003854 10.0.0.23 - - [2025-04-17 02:36:08] "POST /neutron/network HTTP/1.1" 200 833 0.008018 10.0.0.23 - - [2025-04-17 02:36:08] "POST /neutron/network HTTP/1.1" 400 204 0.018078 10.0.0.23 - - [2025-04-17 02:36:09] "POST /neutron/port HTTP/1.1" 200 1086 0.020009 10.0.0.23 - - [2025-04-17 02:36:09] "POST /neutron/port HTTP/1.1" 200 1112 0.014638 10.0.0.23 - - [2025-04-17 02:36:09] "POST /neutron/port HTTP/1.1" 200 1086 0.028096 10.0.0.23 - - [2025-04-17 02:36:09] "POST /neutron/port HTTP/1.1" 200 1112 0.011389 10.0.0.23 - - [2025-04-17 02:36:09] "POST /neutron/port HTTP/1.1" 200 151 0.166725 10.0.0.23 - - [2025-04-17 02:36:09] "POST /neutron/port HTTP/1.1" 200 151 0.147053 10.0.0.23 - - [2025-04-17 02:36:10] "POST /neutron/network HTTP/1.1" 200 833 0.007251 10.0.0.23 - - [2025-04-17 02:36:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.006335 10.0.0.23 - - [2025-04-17 02:36:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003476 10.0.0.23 - - [2025-04-17 02:36:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002717 10.0.0.23 - - [2025-04-17 02:36:10] "POST /neutron/network HTTP/1.1" 200 151 0.220101 10.0.0.23 - - [2025-04-17 02:36:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.007504 10.0.0.23 - - [2025-04-17 02:36:10] "DELETE /route-target/00bb32f9-79e4-47ca-9607-e5f502ffaf10 HTTP/1.1" 200 115 0.030173 10.0.0.23 - - [2025-04-17 02:36:11] "DELETE /network-ipam/8fffed31-458a-4bf9-b4d9-8961fbab1afb HTTP/1.1" 200 115 0.033269 10.0.0.23 - - [2025-04-17 02:36:11] "DELETE /virtual-DNS/455ba2e6-e8ad-4d72-9fe1-11f03d8047c9 HTTP/1.1" 200 115 0.023711 10.0.0.23 - - [2025-04-17 02:36:11] "POST /fqname-to-id HTTP/1.1" 404 180 0.003545 10.0.0.23 - - [2025-04-17 02:36:11] "GET /domains HTTP/1.1" 200 280 0.003073 10.0.0.23 - - [2025-04-17 02:36:11] "GET /domains?obj_uuids=a9199e49-ddf7-4a44-9dbe-b10e2792616c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001772 10.0.0.23 - - [2025-04-17 02:36:11] "GET /domain/a9199e49-ddf7-4a44-9dbe-b10e2792616c HTTP/1.1" 200 2759 0.012234 10.0.0.23 - - [2025-04-17 02:36:11] "GET /projects?obj_uuids=55bc42bb-4a24-467a-b7e8-7a366b0c28e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001689 10.0.0.23 - - [2025-04-17 02:36:11] "GET /project/55bc42bb-4a24-467a-b7e8-7a366b0c28e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.029064 10.0.0.23 - - [2025-04-17 02:36:11] "GET /projects?obj_uuids=55bc42bb-4a24-467a-b7e8-7a366b0c28e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002109 10.0.0.23 - - [2025-04-17 02:36:11] "GET /project/55bc42bb-4a24-467a-b7e8-7a366b0c28e0?fields=virtual_networks HTTP/1.1" 200 1034 0.078417 10.0.0.23 - - [2025-04-17 02:36:11] "GET /projects?obj_uuids=55bc42bb-4a24-467a-b7e8-7a366b0c28e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001297 10.0.0.23 - - [2025-04-17 02:36:11] "GET /project/55bc42bb-4a24-467a-b7e8-7a366b0c28e0?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.028561 10.0.0.23 - - [2025-04-17 02:36:11] "GET /projects?obj_uuids=55bc42bb-4a24-467a-b7e8-7a366b0c28e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001329 10.0.0.23 - - [2025-04-17 02:36:11] "GET /project/55bc42bb-4a24-467a-b7e8-7a366b0c28e0?fields=security_groups HTTP/1.1" 200 1261 0.029342 10.0.0.23 - - [2025-04-17 02:36:12] "POST /fqname-to-id HTTP/1.1" 404 189 0.031625 10.0.0.23 - - [2025-04-17 02:36:12] "GET /projects?obj_uuids=848336a5-d36e-4049-9ccd-6cf4e02775d6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003530 10.0.0.23 - - [2025-04-17 02:36:12] "GET /domains?obj_uuids=a9199e49-ddf7-4a44-9dbe-b10e2792616c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001374 10.0.0.23 - - [2025-04-17 02:36:12] "GET /domain/a9199e49-ddf7-4a44-9dbe-b10e2792616c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008250 10.0.0.23 - - [2025-04-17 02:36:12] "POST /id-to-fqname HTTP/1.1" 200 191 0.002214 10.0.0.23 - - [2025-04-17 02:36:12] "POST /fqname-to-id HTTP/1.1" 404 200 0.003589 10.0.0.23 - - [2025-04-17 02:36:12] "POST /security-groups HTTP/1.1" 200 592 0.089630 10.0.0.23 - - [2025-04-17 02:36:12] "POST /fqname-to-id HTTP/1.1" 404 235 0.007249 10.0.0.23 - - [2025-04-17 02:36:12] "POST /projects HTTP/1.1" 200 587 0.252324 10.0.0.23 - - [2025-04-17 02:36:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.324475 10.0.0.23 - - [2025-04-17 02:36:13] "POST /access-control-lists HTTP/1.1" 200 597 0.064173 10.0.0.23 - - [2025-04-17 02:36:13] "POST /fqname-to-id HTTP/1.1" 404 234 0.003585 10.0.0.23 - - [2025-04-17 02:36:13] "GET /project/848336a5-d36e-4049-9ccd-6cf4e02775d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.471533 10.0.0.23 - - [2025-04-17 02:36:13] "POST /access-control-lists HTTP/1.1" 200 595 0.067648 10.0.0.23 - - [2025-04-17 02:36:14] "GET / HTTP/1.1" 200 35931 0.002510 10.0.0.23 - - [2025-04-17 02:36:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000601 10.0.0.23 - - [2025-04-17 02:36:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.065503 10.0.0.23 - - [2025-04-17 02:36:15] "GET /projects?obj_uuids=848336a5-d36e-4049-9ccd-6cf4e02775d6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001409 10.0.0.23 - - [2025-04-17 02:36:15] "GET /project/848336a5-d36e-4049-9ccd-6cf4e02775d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.035360 10.0.0.23 - - [2025-04-17 02:36:15] "POST /neutron/network HTTP/1.1" 200 117 0.037646 10.0.0.23 - - [2025-04-17 02:36:15] "GET /projects?obj_uuids=848336a5-d36e-4049-9ccd-6cf4e02775d6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003866 10.0.0.23 - - [2025-04-17 02:36:15] "POST /neutron/network HTTP/1.1" 200 606 0.083366 10.0.0.23 - - [2025-04-17 02:36:15] "POST /route-targets HTTP/1.1" 200 327 0.013936 10.0.0.23 - - [2025-04-17 02:36:15] "POST /ref-update HTTP/1.1" 200 156 0.014975 10.0.0.23 - - [2025-04-17 02:36:15] "POST /useragent-kv HTTP/1.1" 200 115 0.007288 10.0.0.23 - - [2025-04-17 02:36:15] "POST /neutron/subnet HTTP/1.1" 200 725 0.229130 10.0.0.23 - - [2025-04-17 02:36:15] "POST /neutron/network HTTP/1.1" 200 825 0.007565 10.0.0.23 - - [2025-04-17 02:36:15] "POST /id-to-fqname HTTP/1.1" 200 221 0.001814 10.0.0.23 - - [2025-04-17 02:36:15] "GET /virtual-network/080844cd-99fe-4366-beeb-fa12e9831673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007342 10.0.0.23 - - [2025-04-17 02:36:15] "POST /neutron/network HTTP/1.1" 200 825 0.007149 10.0.0.23 - - [2025-04-17 02:36:15] "GET /virtual-network/080844cd-99fe-4366-beeb-fa12e9831673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007993 10.0.0.23 - - [2025-04-17 02:36:16] "POST /neutron/network HTTP/1.1" 200 825 0.009475 10.0.0.23 - - [2025-04-17 02:36:16] "POST /neutron/subnet HTTP/1.1" 200 725 0.010006 10.0.0.23 - - [2025-04-17 02:36:16] "POST /id-to-fqname HTTP/1.1" 200 221 0.002160 10.0.0.23 - - [2025-04-17 02:36:16] "DELETE /project/55bc42bb4a24467ab7e87a366b0c28e0 HTTP/1.1" 404 173 0.013575 10.0.0.23 - - [2025-04-17 02:36:16] "DELETE /project/848336a5d36e40499ccd6cf4e02775d6 HTTP/1.1" 404 173 0.008266 10.0.0.23 - - [2025-04-17 02:36:16] "GET /projects?obj_uuids=55bc42bb-4a24-467a-b7e8-7a366b0c28e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001063 10.0.0.23 - - [2025-04-17 02:36:16] "GET /projects?obj_uuids=ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000910 10.0.0.23 - - [2025-04-17 02:36:16] "POST /neutron/network HTTP/1.1" 200 835 0.015500 10.0.0.23 - - [2025-04-17 02:36:16] "GET /aaa-mode HTTP/1.1" 401 292 0.000660 10.0.0.23 - - [2025-04-17 02:36:16] "GET /project/ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.046882 10.0.0.23 - - [2025-04-17 02:36:16] "GET /project/55bc42bb-4a24-467a-b7e8-7a366b0c28e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.058362 10.0.0.23 - - [2025-04-17 02:36:16] "GET /projects?obj_uuids=ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001195 10.0.0.23 - - [2025-04-17 02:36:16] "GET /projects?obj_uuids=55bc42bb-4a24-467a-b7e8-7a366b0c28e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001019 10.0.0.23 - - [2025-04-17 02:36:16] "GET /project/ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5?fields=security_groups HTTP/1.1" 200 1358 0.038279 10.0.0.23 - - [2025-04-17 02:36:16] "GET /project/55bc42bb-4a24-467a-b7e8-7a366b0c28e0?fields=security_groups HTTP/1.1" 200 1366 0.041281 10.0.0.23 - - [2025-04-17 02:36:16] "DELETE /security-group/b437de93-8f33-4763-85dd-22c73a391b34 HTTP/1.1" 200 115 0.067376 10.0.0.23 - - [2025-04-17 02:36:16] "DELETE /security-group/094034be-c5bc-4e78-b2cc-b5013007d706 HTTP/1.1" 200 115 0.071465 10.0.0.23 - - [2025-04-17 02:36:16] "GET /projects?obj_uuids=ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001562 10.0.0.23 - - [2025-04-17 02:36:16] "GET /projects?obj_uuids=55bc42bb-4a24-467a-b7e8-7a366b0c28e0&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001312 10.0.0.23 - - [2025-04-17 02:36:16] "DELETE /access-control-list/13db1fa0-b831-4c78-af3b-8deab892486d HTTP/1.1" 200 115 0.057543 10.0.0.23 - - [2025-04-17 02:36:16] "GET /project/ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5?fields=application_policy_sets HTTP/1.1" 200 1397 0.053006 10.0.0.23 - - [2025-04-17 02:36:16] "DELETE /access-control-list/a178ade8-f3cd-4c22-97a1-987d26058880 HTTP/1.1" 200 115 0.033092 10.0.0.23 - - [2025-04-17 02:36:16] "GET /project/55bc42bb-4a24-467a-b7e8-7a366b0c28e0?fields=application_policy_sets HTTP/1.1" 200 1405 0.070950 10.0.0.23 - - [2025-04-17 02:36:16] "DELETE /access-control-list/71153cbb-5d3a-46a1-ba21-e9f3a9da8ca3 HTTP/1.1" 200 115 0.048499 10.0.0.23 - - [2025-04-17 02:36:16] "GET / HTTP/1.1" 200 35931 0.002527 10.0.0.23 - - [2025-04-17 02:36:16] "GET /project/848336a5-d36e-4049-9ccd-6cf4e02775d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.001477 10.0.0.23 - - [2025-04-17 02:36:16] "DELETE /access-control-list/702ce539-7663-4e92-b5f7-f6c57f66950a HTTP/1.1" 200 115 0.063380 10.0.0.23 - - [2025-04-17 02:36:16] "DELETE /project/ebb28d6a-f4a5-440c-bd27-d1bcd3d26bc5 HTTP/1.1" 200 115 0.481588 10.0.0.23 - - [2025-04-17 02:36:16] "DELETE /project/55bc42bb-4a24-467a-b7e8-7a366b0c28e0 HTTP/1.1" 200 115 0.515825 10.0.0.23 - - [2025-04-17 02:36:17] "GET /projects?obj_uuids=848336a5-d36e-4049-9ccd-6cf4e02775d6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002037 10.0.0.23 - - [2025-04-17 02:36:17] "GET /project/848336a5-d36e-4049-9ccd-6cf4e02775d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.058496 10.0.0.23 - - [2025-04-17 02:36:17] "POST /neutron/network HTTP/1.1" 200 825 0.008630 10.0.0.23 - - [2025-04-17 02:36:17] "POST /neutron/port HTTP/1.1" 200 117 0.006608 10.0.0.23 - - [2025-04-17 02:36:17] "POST /neutron/port HTTP/1.1" 200 117 0.007670 10.0.0.23 - - [2025-04-17 02:36:17] "POST /id-to-fqname HTTP/1.1" 200 221 0.005054 10.0.0.23 - - [2025-04-17 02:36:17] "POST /neutron/port HTTP/1.1" 200 117 0.007558 10.0.0.23 - - [2025-04-17 02:36:17] "POST /neutron/network HTTP/1.1" 200 835 0.008288 10.0.0.23 - - [2025-04-17 02:36:17] "GET /aaa-mode HTTP/1.1" 401 292 0.000706 10.0.0.23 - - [2025-04-17 02:36:17] "POST /neutron/network HTTP/1.1" 200 835 0.007768 10.0.0.23 - - [2025-04-17 02:36:17] "GET /projects?obj_uuids=848336a5-d36e-4049-9ccd-6cf4e02775d6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001546 10.0.0.23 - - [2025-04-17 02:36:17] "GET / HTTP/1.1" 200 35931 0.002006 10.0.0.23 - - [2025-04-17 02:36:17] "GET /project/848336a5-d36e-4049-9ccd-6cf4e02775d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000808 10.0.0.23 - - [2025-04-17 02:36:18] "POST /neutron/port HTTP/1.1" 200 1061 0.262341 10.0.0.23 - - [2025-04-17 02:36:18] "POST /neutron/port HTTP/1.1" 200 1061 0.014786 10.0.0.23 - - [2025-04-17 02:36:18] "POST /neutron/port HTTP/1.1" 200 1061 0.012046 10.0.0.23 - - [2025-04-17 02:36:18] "POST /neutron/port HTTP/1.1" 200 1115 0.085929 10.0.0.23 - - [2025-04-17 02:36:18] "POST /neutron/port HTTP/1.1" 200 1089 0.017463 10.0.0.23 - - [2025-04-17 02:36:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004110 10.0.0.23 - - [2025-04-17 02:36:18] "GET /projects?obj_uuids=848336a5-d36e-4049-9ccd-6cf4e02775d6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001292 10.0.0.23 - - [2025-04-17 02:36:18] "POST /neutron/subnet HTTP/1.1" 200 699 0.016896 10.0.0.23 - - [2025-04-17 02:36:18] "GET /project/848336a5-d36e-4049-9ccd-6cf4e02775d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.063572 10.0.0.23 - - [2025-04-17 02:36:18] "POST /neutron/port HTTP/1.1" 200 117 0.001407 10.0.0.23 - - [2025-04-17 02:36:18] "POST /neutron/network HTTP/1.1" 200 825 0.006542 10.0.0.23 - - [2025-04-17 02:36:18] "POST /neutron/network HTTP/1.1" 200 825 0.009110 10.0.0.23 - - [2025-04-17 02:36:18] "POST /neutron/port HTTP/1.1" 200 1089 0.027686 10.0.0.23 - - [2025-04-17 02:36:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010070 10.0.0.23 - - [2025-04-17 02:36:18] "POST /neutron/port HTTP/1.1" 200 117 0.006387 10.0.0.23 - - [2025-04-17 02:36:18] "POST /neutron/port HTTP/1.1" 200 1089 0.022576 10.0.0.23 - - [2025-04-17 02:36:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011432 10.0.0.23 - - [2025-04-17 02:36:19] "POST /neutron/network HTTP/1.1" 200 835 0.008954 10.0.0.23 - - [2025-04-17 02:36:19] "GET /projects?obj_uuids=848336a5-d36e-4049-9ccd-6cf4e02775d6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002472 10.0.0.23 - - [2025-04-17 02:36:19] "POST /neutron/port HTTP/1.1" 200 1061 0.273521 10.0.0.23 - - [2025-04-17 02:36:19] "POST /neutron/port HTTP/1.1" 200 1061 0.014648 10.0.0.23 - - [2025-04-17 02:36:19] "POST /neutron/port HTTP/1.1" 200 1061 0.023622 10.0.0.23 - - [2025-04-17 02:36:19] "POST /neutron/port HTTP/1.1" 200 1115 0.135352 10.0.0.23 - - [2025-04-17 02:36:19] "POST /neutron/port HTTP/1.1" 200 1089 0.026482 10.0.0.23 - - [2025-04-17 02:36:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004525 10.0.0.23 - - [2025-04-17 02:36:19] "POST /neutron/subnet HTTP/1.1" 200 699 0.020715 10.0.0.23 - - [2025-04-17 02:36:19] "POST /neutron/port HTTP/1.1" 200 117 0.001906 10.0.0.23 - - [2025-04-17 02:36:19] "POST /neutron/network HTTP/1.1" 200 825 0.009272 10.0.0.23 - - [2025-04-17 02:36:23] "GET /obj-perms HTTP/1.1" 200 5056 0.064152 10.0.0.23 - - [2025-04-17 02:36:23] "GET /obj-perms HTTP/1.1" 200 5056 0.057433 10.0.0.23 - - [2025-04-17 02:36:23] "POST /neutron/port HTTP/1.1" 200 1089 0.024566 10.0.0.23 - - [2025-04-17 02:36:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009161 10.0.0.23 - - [2025-04-17 02:36:23] "POST /neutron/port HTTP/1.1" 200 1089 0.030668 10.0.0.23 - - [2025-04-17 02:36:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009847 10.0.0.23 - - [2025-04-17 02:36:24] "POST /neutron/port HTTP/1.1" 200 1089 0.024733 10.0.0.23 - - [2025-04-17 02:36:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008516 10.0.0.23 - - [2025-04-17 02:36:24] "GET /virtual-machine/c55f002b-04fa-49f9-97f5-20a7465d9719 HTTP/1.1" 401 292 0.000742 10.0.0.23 - - [2025-04-17 02:36:24] "GET /virtual-machine/c55f002b-04fa-49f9-97f5-20a7465d9719 HTTP/1.1" 200 1294 0.038446 10.0.0.23 - - [2025-04-17 02:36:24] "GET /virtual-machine-interface/355e814c-7f8f-430d-85df-cd6b7cf5dd10 HTTP/1.1" 200 2945 0.008453 10.0.0.23 - - [2025-04-17 02:36:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.23 - - [2025-04-17 02:36:24] "GET /global-vrouter-config/2353e56c-ba9a-4c95-8ac7-e4aab067284b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004294 10.0.0.23 - - [2025-04-17 02:36:24] "GET /virtual-networks?parent_id=848336a5-d36e-4049-9ccd-6cf4e02775d6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.005176 10.0.0.23 - - [2025-04-17 02:36:24] "GET /virtual-network/080844cd-99fe-4366-beeb-fa12e9831673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007854 10.0.0.23 - - [2025-04-17 02:36:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004557 10.0.0.23 - - [2025-04-17 02:36:27] "GET /virtual-network/080844cd-99fe-4366-beeb-fa12e9831673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007392 10.0.0.23 - - [2025-04-17 02:36:28] "POST /neutron/port HTTP/1.1" 200 1089 0.020952 10.0.0.23 - - [2025-04-17 02:36:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007846 10.0.0.23 - - [2025-04-17 02:36:29] "POST /neutron/port HTTP/1.1" 200 1089 0.018307 10.0.0.23 - - [2025-04-17 02:36:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007287 10.0.0.23 - - [2025-04-17 02:36:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.23 - - [2025-04-17 02:36:29] "GET /global-vrouter-config/2353e56c-ba9a-4c95-8ac7-e4aab067284b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004236 10.0.0.23 - - [2025-04-17 02:36:29] "GET /virtual-networks?parent_id=848336a5-d36e-4049-9ccd-6cf4e02775d6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004362 10.0.0.23 - - [2025-04-17 02:36:30] "GET /virtual-network/080844cd-99fe-4366-beeb-fa12e9831673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006701 10.0.0.23 - - [2025-04-17 02:36:30] "POST /neutron/port HTTP/1.1" 200 1089 0.018505 10.0.0.23 - - [2025-04-17 02:36:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009079 10.0.0.23 - - [2025-04-17 02:36:30] "POST /neutron/port HTTP/1.1" 200 1089 0.021522 10.0.0.23 - - [2025-04-17 02:36:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008220 10.0.0.23 - - [2025-04-17 02:36:30] "POST /neutron/port HTTP/1.1" 200 1089 0.036200 10.0.0.23 - - [2025-04-17 02:36:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008796 10.0.0.23 - - [2025-04-17 02:36:30] "GET /virtual-machine/dbeccd97-cdd4-410c-a5d0-fc49c2ccd497 HTTP/1.1" 200 1294 0.006543 10.0.0.23 - - [2025-04-17 02:36:30] "GET /virtual-machine-interface/2e24ec0d-4171-4c1c-83b9-88ef1ca9056b HTTP/1.1" 200 2945 0.007360 10.0.0.23 - - [2025-04-17 02:36:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003991 10.0.0.23 - - [2025-04-17 02:36:30] "GET /global-vrouter-config/2353e56c-ba9a-4c95-8ac7-e4aab067284b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004688 10.0.0.23 - - [2025-04-17 02:36:30] "GET /virtual-networks?parent_id=848336a5-d36e-4049-9ccd-6cf4e02775d6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.005036 10.0.0.23 - - [2025-04-17 02:36:30] "GET /virtual-network/080844cd-99fe-4366-beeb-fa12e9831673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006644 10.0.0.23 - - [2025-04-17 02:36:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004151 10.0.0.23 - - [2025-04-17 02:36:31] "GET /global-vrouter-config/2353e56c-ba9a-4c95-8ac7-e4aab067284b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.006208 10.0.0.23 - - [2025-04-17 02:36:31] "GET /virtual-networks?parent_id=848336a5-d36e-4049-9ccd-6cf4e02775d6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003674 10.0.0.23 - - [2025-04-17 02:36:31] "GET /virtual-network/080844cd-99fe-4366-beeb-fa12e9831673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008161 10.0.0.23 - - [2025-04-17 02:36:37] "POST /neutron/network HTTP/1.1" 200 825 0.007355 10.0.0.23 - - [2025-04-17 02:36:37] "POST /neutron/network HTTP/1.1" 400 204 0.016770 10.0.0.23 - - [2025-04-17 02:36:37] "POST /neutron/port HTTP/1.1" 200 1089 0.017477 10.0.0.23 - - [2025-04-17 02:36:37] "POST /neutron/port HTTP/1.1" 200 1115 0.013439 10.0.0.23 - - [2025-04-17 02:36:37] "POST /neutron/port HTTP/1.1" 200 1089 0.020827 10.0.0.23 - - [2025-04-17 02:36:37] "POST /neutron/port HTTP/1.1" 200 1115 0.012127 10.0.0.23 - - [2025-04-17 02:36:37] "POST /neutron/port HTTP/1.1" 200 151 0.144743 10.0.0.23 - - [2025-04-17 02:36:38] "POST /neutron/port HTTP/1.1" 200 151 0.185998 10.0.0.23 - - [2025-04-17 02:36:39] "POST /neutron/network HTTP/1.1" 200 825 0.007258 10.0.0.23 - - [2025-04-17 02:36:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.006486 10.0.0.23 - - [2025-04-17 02:36:39] "DELETE /route-target/2ca4252f-f215-49d0-bf34-356fbbe22bec HTTP/1.1" 200 115 0.016004 10.0.0.23 - - [2025-04-17 02:36:39] "POST /useragent-kv HTTP/1.1" 200 115 0.034043 10.0.0.23 - - [2025-04-17 02:36:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002746 10.0.0.23 - - [2025-04-17 02:36:39] "POST /neutron/network HTTP/1.1" 200 151 0.117847 10.0.0.23 - - [2025-04-17 02:36:39] "GET /projects?obj_uuids=848336a5-d36e-4049-9ccd-6cf4e02775d6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001766 10.0.0.23 - - [2025-04-17 02:36:39] "GET /project/848336a5-d36e-4049-9ccd-6cf4e02775d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.066188 10.0.0.23 - - [2025-04-17 02:36:39] "GET /projects?obj_uuids=848336a5-d36e-4049-9ccd-6cf4e02775d6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002274 10.0.0.23 - - [2025-04-17 02:36:39] "GET /project/848336a5-d36e-4049-9ccd-6cf4e02775d6?fields=virtual_networks HTTP/1.1" 200 1034 0.073145 10.0.0.23 - - [2025-04-17 02:36:39] "GET /projects?obj_uuids=848336a5-d36e-4049-9ccd-6cf4e02775d6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001399 10.0.0.23 - - [2025-04-17 02:36:39] "GET /project/848336a5-d36e-4049-9ccd-6cf4e02775d6?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.033299 10.0.0.23 - - [2025-04-17 02:36:40] "GET /projects?obj_uuids=848336a5-d36e-4049-9ccd-6cf4e02775d6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001856 10.0.0.23 - - [2025-04-17 02:36:40] "GET /project/848336a5-d36e-4049-9ccd-6cf4e02775d6?fields=security_groups HTTP/1.1" 200 1261 0.033297 10.0.0.23 - - [2025-04-17 02:36:40] "POST /fqname-to-id HTTP/1.1" 404 188 0.031442 10.0.0.23 - - [2025-04-17 02:36:41] "GET /projects?obj_uuids=ceb409bd-5dd2-4a84-a87f-8e4951a6d9de&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004179 10.0.0.23 - - [2025-04-17 02:36:41] "GET /domains?obj_uuids=a9199e49-ddf7-4a44-9dbe-b10e2792616c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001534 10.0.0.23 - - [2025-04-17 02:36:41] "GET /domain/a9199e49-ddf7-4a44-9dbe-b10e2792616c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.041644 10.0.0.23 - - [2025-04-17 02:36:41] "POST /id-to-fqname HTTP/1.1" 200 190 0.001591 10.0.0.23 - - [2025-04-17 02:36:41] "POST /fqname-to-id HTTP/1.1" 404 199 0.002987 10.0.0.23 - - [2025-04-17 02:36:41] "POST /security-groups HTTP/1.1" 200 591 0.066316 10.0.0.23 - - [2025-04-17 02:36:41] "POST /fqname-to-id HTTP/1.1" 404 234 0.003810 10.0.0.23 - - [2025-04-17 02:36:41] "POST /projects HTTP/1.1" 200 585 0.233017 10.0.0.23 - - [2025-04-17 02:36:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.308325 10.0.0.23 - - [2025-04-17 02:36:41] "POST /access-control-lists HTTP/1.1" 200 596 0.064886 10.0.0.23 - - [2025-04-17 02:36:41] "POST /fqname-to-id HTTP/1.1" 404 233 0.005326 10.0.0.23 - - [2025-04-17 02:36:41] "GET /project/ceb409bd-5dd2-4a84-a87f-8e4951a6d9de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.481291 10.0.0.23 - - [2025-04-17 02:36:41] "POST /access-control-lists HTTP/1.1" 200 594 0.064433 10.0.0.23 - - [2025-04-17 02:36:42] "GET / HTTP/1.1" 200 35931 0.002684 10.0.0.23 - - [2025-04-17 02:36:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000730 10.0.0.23 - - [2025-04-17 02:36:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.058533 10.0.0.23 - - [2025-04-17 02:36:43] "GET /projects?obj_uuids=ceb409bd-5dd2-4a84-a87f-8e4951a6d9de&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001273 10.0.0.23 - - [2025-04-17 02:36:43] "GET /project/ceb409bd-5dd2-4a84-a87f-8e4951a6d9de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.029664 10.0.0.23 - - [2025-04-17 02:36:43] "POST /neutron/network HTTP/1.1" 200 117 0.035089 10.0.0.23 - - [2025-04-17 02:36:43] "GET /projects?obj_uuids=ceb409bd-5dd2-4a84-a87f-8e4951a6d9de&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001805 10.0.0.23 - - [2025-04-17 02:36:43] "POST /neutron/network HTTP/1.1" 200 625 0.079185 10.0.0.23 - - [2025-04-17 02:36:44] "POST /route-targets HTTP/1.1" 200 327 0.013400 10.0.0.23 - - [2025-04-17 02:36:44] "POST /ref-update HTTP/1.1" 200 156 0.018831 10.0.0.23 - - [2025-04-17 02:36:44] "POST /useragent-kv HTTP/1.1" 200 115 0.004773 10.0.0.23 - - [2025-04-17 02:36:44] "POST /neutron/subnet HTTP/1.1" 200 701 0.179908 10.0.0.23 - - [2025-04-17 02:36:44] "POST /neutron/network HTTP/1.1" 200 839 0.008593 10.0.0.23 - - [2025-04-17 02:36:44] "POST /id-to-fqname HTTP/1.1" 200 230 0.001852 10.0.0.23 - - [2025-04-17 02:36:44] "GET /virtual-network/89f5ef65-68ae-45e4-87b9-52d1c9312dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005951 10.0.0.23 - - [2025-04-17 02:36:44] "POST /neutron/network HTTP/1.1" 200 839 0.009239 10.0.0.23 - - [2025-04-17 02:36:44] "GET /virtual-network/89f5ef65-68ae-45e4-87b9-52d1c9312dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006980 10.0.0.23 - - [2025-04-17 02:36:44] "POST /neutron/network HTTP/1.1" 200 839 0.007614 10.0.0.23 - - [2025-04-17 02:36:44] "POST /neutron/subnet HTTP/1.1" 200 701 0.008872 10.0.0.23 - - [2025-04-17 02:36:44] "POST /neutron/network HTTP/1.1" 200 839 0.006620 10.0.0.23 - - [2025-04-17 02:36:44] "POST /id-to-fqname HTTP/1.1" 200 230 0.001603 10.0.0.23 - - [2025-04-17 02:36:44] "POST /neutron/network HTTP/1.1" 200 849 0.007346 10.0.0.23 - - [2025-04-17 02:36:44] "GET /aaa-mode HTTP/1.1" 401 292 0.000494 10.0.0.23 - - [2025-04-17 02:36:45] "GET / HTTP/1.1" 200 35931 0.002228 10.0.0.23 - - [2025-04-17 02:36:45] "GET /project/ceb409bd-5dd2-4a84-a87f-8e4951a6d9de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000507 10.0.0.23 - - [2025-04-17 02:36:45] "GET /projects?obj_uuids=ceb409bd-5dd2-4a84-a87f-8e4951a6d9de&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001911 10.0.0.23 - - [2025-04-17 02:36:45] "GET /project/ceb409bd-5dd2-4a84-a87f-8e4951a6d9de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.063322 10.0.0.23 - - [2025-04-17 02:36:45] "POST /neutron/network HTTP/1.1" 200 839 0.039022 10.0.0.23 - - [2025-04-17 02:36:45] "POST /neutron/port HTTP/1.1" 200 117 0.006582 10.0.0.23 - - [2025-04-17 02:36:45] "POST /neutron/port HTTP/1.1" 200 117 0.006033 10.0.0.23 - - [2025-04-17 02:36:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005036 10.0.0.23 - - [2025-04-17 02:36:45] "GET /global-vrouter-config/2353e56c-ba9a-4c95-8ac7-e4aab067284b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004639 10.0.0.23 - - [2025-04-17 02:36:45] "PUT /global-vrouter-config/2353e56c-ba9a-4c95-8ac7-e4aab067284b HTTP/1.1" 200 276 0.014439 10.0.0.23 - - [2025-04-17 02:36:45] "POST /neutron/port HTTP/1.1" 200 117 0.006013 10.0.0.23 - - [2025-04-17 02:36:46] "POST /neutron/network HTTP/1.1" 200 849 0.009094 10.0.0.23 - - [2025-04-17 02:36:46] "GET /projects?obj_uuids=ceb409bd-5dd2-4a84-a87f-8e4951a6d9de&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002867 10.0.0.23 - - [2025-04-17 02:36:46] "POST /neutron/port HTTP/1.1" 200 1055 0.259799 10.0.0.23 - - [2025-04-17 02:36:46] "POST /neutron/port HTTP/1.1" 200 1055 0.038638 10.0.0.23 - - [2025-04-17 02:36:46] "POST /neutron/port HTTP/1.1" 200 1055 0.020259 10.0.0.23 - - [2025-04-17 02:36:46] "POST /neutron/port HTTP/1.1" 200 1109 0.077961 10.0.0.23 - - [2025-04-17 02:36:46] "POST /neutron/port HTTP/1.1" 200 1083 0.018985 10.0.0.23 - - [2025-04-17 02:36:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004250 10.0.0.23 - - [2025-04-17 02:36:46] "POST /neutron/subnet HTTP/1.1" 200 675 0.018958 10.0.0.23 - - [2025-04-17 02:36:46] "POST /neutron/port HTTP/1.1" 200 117 0.001945 10.0.0.23 - - [2025-04-17 02:36:46] "POST /neutron/network HTTP/1.1" 200 839 0.006884 10.0.0.23 - - [2025-04-17 02:36:50] "POST /neutron/port HTTP/1.1" 200 1083 0.022619 10.0.0.23 - - [2025-04-17 02:36:51] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008260 10.0.0.23 - - [2025-04-17 02:36:51] "POST /neutron/port HTTP/1.1" 200 1083 0.021868 10.0.0.23 - - [2025-04-17 02:36:51] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009871 10.0.0.23 - - [2025-04-17 02:36:51] "POST /neutron/port HTTP/1.1" 200 1083 0.019927 10.0.0.23 - - [2025-04-17 02:36:51] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008179 10.0.0.23 - - [2025-04-17 02:36:51] "GET /virtual-machine/ee5f7c8b-a3e6-4ae1-90e4-5d283ebe8e40 HTTP/1.1" 401 292 0.001354 10.0.0.23 - - [2025-04-17 02:36:51] "GET /virtual-machine/ee5f7c8b-a3e6-4ae1-90e4-5d283ebe8e40 HTTP/1.1" 200 1293 0.036054 10.0.0.23 - - [2025-04-17 02:36:51] "GET /virtual-machine-interface/2ce64593-0874-44d2-b495-5af9d3ff3eb6 HTTP/1.1" 200 2971 0.006396 10.0.0.23 - - [2025-04-17 02:36:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003904 10.0.0.23 - - [2025-04-17 02:36:51] "GET /global-vrouter-config/2353e56c-ba9a-4c95-8ac7-e4aab067284b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.004345 10.0.0.23 - - [2025-04-17 02:36:51] "GET /virtual-networks?parent_id=ceb409bd-5dd2-4a84-a87f-8e4951a6d9de&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.004390 10.0.0.23 - - [2025-04-17 02:36:51] "GET /virtual-network/89f5ef65-68ae-45e4-87b9-52d1c9312dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006329 10.0.0.23 - - [2025-04-17 02:36:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004698 10.0.0.23 - - [2025-04-17 02:36:55] "GET /virtual-network/89f5ef65-68ae-45e4-87b9-52d1c9312dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007643 10.0.0.23 - - [2025-04-17 02:36:56] "POST /neutron/port HTTP/1.1" 200 1083 0.018527 10.0.0.23 - - [2025-04-17 02:36:56] "POST /neutron/port HTTP/1.1" 200 1083 0.017105 10.0.0.23 - - [2025-04-17 02:36:56] "POST /neutron/network HTTP/1.1" 200 849 0.006471 10.0.0.23 - - [2025-04-17 02:36:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006707 10.0.0.23 - - [2025-04-17 02:36:56] "POST /neutron/subnet HTTP/1.1" 200 675 0.014969 10.0.0.23 - - [2025-04-17 02:36:56] "POST /neutron/port HTTP/1.1" 200 117 0.001542 10.0.0.23 - - [2025-04-17 02:36:56] "POST /neutron/network HTTP/1.1" 200 839 0.007133 10.0.0.23 - - [2025-04-17 02:36:56] "POST /neutron/port HTTP/1.1" 200 1083 0.018825 10.0.0.23 - - [2025-04-17 02:36:56] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006975 10.0.0.23 - - [2025-04-17 02:36:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.23 - - [2025-04-17 02:36:59] "GET /global-vrouter-config/2353e56c-ba9a-4c95-8ac7-e4aab067284b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.003533 10.0.0.23 - - [2025-04-17 02:36:59] "GET /virtual-networks?parent_id=ceb409bd-5dd2-4a84-a87f-8e4951a6d9de&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003973 10.0.0.23 - - [2025-04-17 02:36:59] "GET /virtual-network/89f5ef65-68ae-45e4-87b9-52d1c9312dae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007554 10.0.0.23 - - [2025-04-17 02:37:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004305 10.0.0.23 - - [2025-04-17 02:37:01] "GET /global-vrouter-config/2353e56c-ba9a-4c95-8ac7-e4aab067284b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.004409 10.0.0.23 - - [2025-04-17 02:37:01] "PUT /global-vrouter-config/2353e56c-ba9a-4c95-8ac7-e4aab067284b HTTP/1.1" 200 276 0.011066 10.0.0.23 - - [2025-04-17 02:37:01] "POST /neutron/network HTTP/1.1" 200 839 0.007315 10.0.0.23 - - [2025-04-17 02:37:01] "POST /neutron/network HTTP/1.1" 400 204 0.011945 10.0.0.23 - - [2025-04-17 02:37:02] "POST /neutron/port HTTP/1.1" 200 1083 0.020560 10.0.0.23 - - [2025-04-17 02:37:02] "POST /neutron/port HTTP/1.1" 200 1109 0.012225 10.0.0.23 - - [2025-04-17 02:37:02] "POST /neutron/port HTTP/1.1" 200 151 0.109741 10.0.0.23 - - [2025-04-17 02:37:03] "POST /neutron/network HTTP/1.1" 200 839 0.008346 10.0.0.23 - - [2025-04-17 02:37:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005592 10.0.0.23 - - [2025-04-17 02:37:03] "POST /useragent-kv HTTP/1.1" 200 115 0.002418 10.0.0.23 - - [2025-04-17 02:37:03] "POST /useragent-kv HTTP/1.1" 200 115 0.004996 10.0.0.23 - - [2025-04-17 02:37:03] "POST /neutron/network HTTP/1.1" 200 151 0.104905 10.0.0.23 - - [2025-04-17 02:37:03] "DELETE /route-target/b21b63d8-1f4f-4fad-94d5-b034b4c772da HTTP/1.1" 200 115 0.019282 10.0.0.23 - - [2025-04-17 02:37:04] "GET /global-vrouter-configs HTTP/1.1" 200 357 0.003666 10.0.0.23 - - [2025-04-17 02:37:04] "GET /global-vrouter-config/2353e56c-ba9a-4c95-8ac7-e4aab067284b HTTP/1.1" 200 1826 0.004272 10.0.0.23 - - [2025-04-17 02:37:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.23 - - [2025-04-17 02:37:04] "GET /projects?obj_uuids=ceb409bd-5dd2-4a84-a87f-8e4951a6d9de&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001284 10.0.0.23 - - [2025-04-17 02:37:04] "GET /project/ceb409bd-5dd2-4a84-a87f-8e4951a6d9de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.040095 10.0.0.23 - - [2025-04-17 02:37:04] "POST /neutron/network HTTP/1.1" 200 117 0.010989 10.0.0.23 - - [2025-04-17 02:37:04] "GET /projects?obj_uuids=ceb409bd-5dd2-4a84-a87f-8e4951a6d9de&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001376 10.0.0.23 - - [2025-04-17 02:37:04] "POST /neutron/network HTTP/1.1" 200 605 0.088416 10.0.0.23 - - [2025-04-17 02:37:04] "POST /route-targets HTTP/1.1" 200 327 0.013592 10.0.0.23 - - [2025-04-17 02:37:04] "POST /ref-update HTTP/1.1" 200 156 0.014642 10.0.0.23 - - [2025-04-17 02:37:04] "POST /useragent-kv HTTP/1.1" 200 115 0.005890 10.0.0.23 - - [2025-04-17 02:37:04] "POST /neutron/subnet HTTP/1.1" 200 734 0.235186 10.0.0.23 - - [2025-04-17 02:37:04] "POST /neutron/network HTTP/1.1" 200 826 0.007027 10.0.0.23 - - [2025-04-17 02:37:04] "POST /id-to-fqname HTTP/1.1" 200 220 0.001447 10.0.0.23 - - [2025-04-17 02:37:04] "GET /virtual-network/d753043c-4380-492a-86a6-b95de86bd4b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006557 10.0.0.23 - - [2025-04-17 02:37:04] "POST /neutron/network HTTP/1.1" 200 826 0.007385 10.0.0.23 - - [2025-04-17 02:37:04] "GET /virtual-network/d753043c-4380-492a-86a6-b95de86bd4b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006529 10.0.0.23 - - [2025-04-17 02:37:04] "POST /neutron/network HTTP/1.1" 200 826 0.007155 10.0.0.23 - - [2025-04-17 02:37:04] "POST /neutron/subnet HTTP/1.1" 200 734 0.010381 10.0.0.23 - - [2025-04-17 02:37:04] "POST /id-to-fqname HTTP/1.1" 200 220 0.001544 10.0.0.23 - - [2025-04-17 02:37:05] "POST /neutron/network HTTP/1.1" 200 836 0.008035 10.0.0.23 - - [2025-04-17 02:37:05] "GET /aaa-mode HTTP/1.1" 401 292 0.000665 10.0.0.23 - - [2025-04-17 02:37:05] "GET / HTTP/1.1" 200 35931 0.002461 10.0.0.23 - - [2025-04-17 02:37:05] "GET /project/ceb409bd-5dd2-4a84-a87f-8e4951a6d9de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000513 10.0.0.23 - - [2025-04-17 02:37:05] "GET /projects?obj_uuids=ceb409bd-5dd2-4a84-a87f-8e4951a6d9de&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001641 10.0.0.23 - - [2025-04-17 02:37:05] "GET /project/ceb409bd-5dd2-4a84-a87f-8e4951a6d9de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.066209 10.0.0.23 - - [2025-04-17 02:37:05] "POST /neutron/network HTTP/1.1" 200 826 0.007485 10.0.0.23 - - [2025-04-17 02:37:06] "POST /neutron/port HTTP/1.1" 200 117 0.005345 10.0.0.23 - - [2025-04-17 02:37:06] "POST /neutron/port HTTP/1.1" 200 117 0.006903 10.0.0.23 - - [2025-04-17 02:37:06] "POST /neutron/port HTTP/1.1" 200 117 0.008252 10.0.0.23 - - [2025-04-17 02:37:06] "POST /neutron/network HTTP/1.1" 200 836 0.008080 10.0.0.23 - - [2025-04-17 02:37:06] "GET /projects?obj_uuids=ceb409bd-5dd2-4a84-a87f-8e4951a6d9de&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001412 10.0.0.23 - - [2025-04-17 02:37:06] "POST /neutron/port HTTP/1.1" 200 1062 0.239028 10.0.0.23 - - [2025-04-17 02:37:06] "POST /neutron/port HTTP/1.1" 200 1062 0.011014 10.0.0.23 - - [2025-04-17 02:37:06] "POST /neutron/port HTTP/1.1" 200 1062 0.011912 10.0.0.23 - - [2025-04-17 02:37:06] "POST /neutron/port HTTP/1.1" 200 1116 0.072083 10.0.0.23 - - [2025-04-17 02:37:07] "POST /neutron/port HTTP/1.1" 200 1090 0.021256 10.0.0.23 - - [2025-04-17 02:37:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004080 10.0.0.23 - - [2025-04-17 02:37:07] "POST /neutron/subnet HTTP/1.1" 200 708 0.014320 10.0.0.23 - - [2025-04-17 02:37:07] "POST /neutron/port HTTP/1.1" 200 117 0.001410 10.0.0.23 - - [2025-04-17 02:37:07] "POST /neutron/network HTTP/1.1" 200 826 0.007953 10.0.0.23 - - [2025-04-17 02:37:11] "POST /neutron/port HTTP/1.1" 200 1090 0.018546 10.0.0.23 - - [2025-04-17 02:37:11] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008919 10.0.0.23 - - [2025-04-17 02:37:11] "POST /neutron/port HTTP/1.1" 200 1090 0.021408 10.0.0.23 - - [2025-04-17 02:37:11] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010030 10.0.0.23 - - [2025-04-17 02:37:11] "POST /neutron/port HTTP/1.1" 200 1090 0.022517 10.0.0.23 - - [2025-04-17 02:37:11] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009052 10.0.0.23 - - [2025-04-17 02:37:11] "GET /virtual-machine/37499731-daa1-4aae-b18a-33f6db3691d9 HTTP/1.1" 200 1292 0.005735 10.0.0.23 - - [2025-04-17 02:37:11] "GET /virtual-machine-interface/62107c52-b013-4ee5-abba-a0446e541725 HTTP/1.1" 200 2941 0.005409 10.0.0.23 - - [2025-04-17 02:37:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003790 10.0.0.23 - - [2025-04-17 02:37:11] "GET /global-vrouter-config/2353e56c-ba9a-4c95-8ac7-e4aab067284b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004028 10.0.0.23 - - [2025-04-17 02:37:11] "GET /virtual-networks?parent_id=ceb409bd-5dd2-4a84-a87f-8e4951a6d9de&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004064 10.0.0.23 - - [2025-04-17 02:37:11] "GET /virtual-network/d753043c-4380-492a-86a6-b95de86bd4b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.008243 10.0.0.23 - - [2025-04-17 02:37:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004151 10.0.0.23 - - [2025-04-17 02:37:14] "GET /virtual-network/d753043c-4380-492a-86a6-b95de86bd4b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006498 10.0.0.23 - - [2025-04-17 02:37:16] "DELETE /project/ceb409bd5dd24a84a87f8e4951a6d9de HTTP/1.1" 404 173 0.006360 10.0.0.23 - - [2025-04-17 02:37:16] "GET /projects?obj_uuids=848336a5-d36e-4049-9ccd-6cf4e02775d6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001388 10.0.0.23 - - [2025-04-17 02:37:16] "GET /project/848336a5-d36e-4049-9ccd-6cf4e02775d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.048469 10.0.0.23 - - [2025-04-17 02:37:16] "GET /projects?obj_uuids=848336a5-d36e-4049-9ccd-6cf4e02775d6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001943 10.0.0.23 - - [2025-04-17 02:37:16] "POST /neutron/port HTTP/1.1" 200 1090 0.029223 10.0.0.23 - - [2025-04-17 02:37:16] "GET /project/848336a5-d36e-4049-9ccd-6cf4e02775d6?fields=security_groups HTTP/1.1" 200 1366 0.053612 10.0.0.23 - - [2025-04-17 02:37:16] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007246 10.0.0.23 - - [2025-04-17 02:37:17] "DELETE /security-group/66b41fae-882a-43fd-9c79-7e617de31bfe HTTP/1.1" 200 115 0.060808 10.0.0.23 - - [2025-04-17 02:37:17] "GET /projects?obj_uuids=848336a5-d36e-4049-9ccd-6cf4e02775d6&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001837 10.0.0.23 - - [2025-04-17 02:37:17] "DELETE /access-control-list/f9d2577e-cd25-4768-ad35-2a8bffbb83be HTTP/1.1" 200 115 0.045563 10.0.0.23 - - [2025-04-17 02:37:17] "GET /project/848336a5-d36e-4049-9ccd-6cf4e02775d6?fields=application_policy_sets HTTP/1.1" 200 1405 0.048439 10.0.0.23 - - [2025-04-17 02:37:17] "DELETE /access-control-list/8bba549b-6149-4627-8873-ea288d895deb HTTP/1.1" 200 115 0.045342 10.0.0.23 - - [2025-04-17 02:37:17] "DELETE /project/848336a5-d36e-4049-9ccd-6cf4e02775d6 HTTP/1.1" 200 115 0.388894 10.0.0.23 - - [2025-04-17 02:37:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004445 10.0.0.23 - - [2025-04-17 02:37:18] "GET /global-vrouter-config/2353e56c-ba9a-4c95-8ac7-e4aab067284b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004449 10.0.0.23 - - [2025-04-17 02:37:19] "GET /virtual-networks?parent_id=ceb409bd-5dd2-4a84-a87f-8e4951a6d9de&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003549 10.0.0.23 - - [2025-04-17 02:37:19] "GET /virtual-network/d753043c-4380-492a-86a6-b95de86bd4b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007224 10.0.0.23 - - [2025-04-17 02:37:21] "POST /neutron/network HTTP/1.1" 200 826 0.009249 10.0.0.23 - - [2025-04-17 02:37:21] "POST /neutron/network HTTP/1.1" 400 204 0.016755 10.0.0.23 - - [2025-04-17 02:37:21] "POST /neutron/port HTTP/1.1" 200 1090 0.021743 10.0.0.23 - - [2025-04-17 02:37:21] "POST /neutron/port HTTP/1.1" 200 1116 0.013895 10.0.0.23 - - [2025-04-17 02:37:21] "POST /neutron/port HTTP/1.1" 200 151 0.123843 10.0.0.23 - - [2025-04-17 02:37:23] "POST /neutron/network HTTP/1.1" 200 826 0.009842 10.0.0.23 - - [2025-04-17 02:37:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005630 10.0.0.23 - - [2025-04-17 02:37:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002802 10.0.0.23 - - [2025-04-17 02:37:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003451 10.0.0.23 - - [2025-04-17 02:37:23] "POST /neutron/network HTTP/1.1" 200 151 0.102511 10.0.0.23 - - [2025-04-17 02:37:23] "DELETE /route-target/dfc43edf-7320-4327-966a-c12673b794ea HTTP/1.1" 200 115 0.019372 10.0.0.23 - - [2025-04-17 02:37:23] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.004622 10.0.0.23 - - [2025-04-17 02:37:23] "POST /network-ipams HTTP/1.1" 200 541 0.030782 10.0.0.23 - - [2025-04-17 02:37:23] "GET /obj-perms HTTP/1.1" 200 5056 0.079594 10.0.0.23 - - [2025-04-17 02:37:23] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 981 0.003791 10.0.0.23 - - [2025-04-17 02:37:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749 10.0.0.23 - - [2025-04-17 02:37:23] "GET /network-ipam/3397c630-9e12-4688-b848-275202dd16d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.008751 10.0.0.23 - - [2025-04-17 02:37:24] "PUT /network-ipam/3397c630-9e12-4688-b848-275202dd16d0 HTTP/1.1" 200 258 0.014599 10.0.0.23 - - [2025-04-17 02:37:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004310 10.0.0.23 - - [2025-04-17 02:37:24] "GET /projects?obj_uuids=ceb409bd-5dd2-4a84-a87f-8e4951a6d9de&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001350 10.0.0.23 - - [2025-04-17 02:37:24] "GET /project/ceb409bd-5dd2-4a84-a87f-8e4951a6d9de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.034320 10.0.0.23 - - [2025-04-17 02:37:24] "GET /obj-perms HTTP/1.1" 200 5056 0.056091 10.0.0.23 - - [2025-04-17 02:37:24] "POST /neutron/network HTTP/1.1" 200 117 0.013453 10.0.0.23 - - [2025-04-17 02:37:24] "GET /projects?obj_uuids=ceb409bd-5dd2-4a84-a87f-8e4951a6d9de&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001301 10.0.0.23 - - [2025-04-17 02:37:24] "POST /neutron/network HTTP/1.1" 200 605 0.075212 10.0.0.23 - - [2025-04-17 02:37:24] "POST /route-targets HTTP/1.1" 200 327 0.016552 10.0.0.23 - - [2025-04-17 02:37:24] "POST /ref-update HTTP/1.1" 200 156 0.013899 10.0.0.23 - - [2025-04-17 02:37:24] "POST /useragent-kv HTTP/1.1" 200 115 0.005253 10.0.0.23 - - [2025-04-17 02:37:24] "POST /neutron/subnet HTTP/1.1" 200 699 0.159402 10.0.0.23 - - [2025-04-17 02:37:24] "POST /useragent-kv HTTP/1.1" 200 115 0.004139 10.0.0.23 - - [2025-04-17 02:37:24] "POST /neutron/subnet HTTP/1.1" 200 699 0.196586 10.0.0.23 - - [2025-04-17 02:37:24] "POST /neutron/network HTTP/1.1" 200 994 0.012363 10.0.0.23 - - [2025-04-17 02:37:24] "POST /id-to-fqname HTTP/1.1" 200 220 0.001509 10.0.0.23 - - [2025-04-17 02:37:24] "GET /virtual-network/37dac363-b4fd-4278-8839-2776729dfe81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005969 10.0.0.23 - - [2025-04-17 02:37:24] "POST /neutron/network HTTP/1.1" 200 994 0.008617 10.0.0.23 - - [2025-04-17 02:37:24] "GET /virtual-network/37dac363-b4fd-4278-8839-2776729dfe81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.006770 10.0.0.23 - - [2025-04-17 02:37:24] "POST /neutron/network HTTP/1.1" 200 994 0.008680 10.0.0.23 - - [2025-04-17 02:37:24] "POST /neutron/subnet HTTP/1.1" 200 699 0.009114 10.0.0.23 - - [2025-04-17 02:37:24] "POST /neutron/subnet HTTP/1.1" 200 699 0.009939 10.0.0.23 - - [2025-04-17 02:37:24] "POST /neutron/network HTTP/1.1" 200 994 0.010337 10.0.0.23 - - [2025-04-17 02:37:25] "POST /neutron/subnet HTTP/1.1" 200 699 0.009863 10.0.0.23 - - [2025-04-17 02:37:25] "POST /neutron/subnet HTTP/1.1" 200 699 0.008831 10.0.0.23 - - [2025-04-17 02:37:25] "GET /projects?obj_uuids=ceb409bd-5dd2-4a84-a87f-8e4951a6d9de&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001484 10.0.0.23 - - [2025-04-17 02:37:25] "POST /neutron/port HTTP/1.1" 200 1017 0.182552 10.0.0.23 - - [2025-04-17 02:37:25] "GET /projects?obj_uuids=ceb409bd-5dd2-4a84-a87f-8e4951a6d9de&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001639 10.0.0.23 - - [2025-04-17 02:37:25] "POST /neutron/port HTTP/1.1" 200 1017 0.179619 10.0.0.23 - - [2025-04-17 02:37:25] "POST /id-to-fqname HTTP/1.1" 200 220 0.001724 10.0.0.23 - - [2025-04-17 02:37:25] "POST /neutron/port HTTP/1.1" 200 1017 0.009615 10.0.0.23 - - [2025-04-17 02:37:25] "POST /neutron/port HTTP/1.1" 200 1017 0.010337 10.0.0.23 - - [2025-04-17 02:37:25] "POST /neutron/network HTTP/1.1" 200 994 0.008226 10.0.0.23 - - [2025-04-17 02:37:25] "POST /neutron/port HTTP/1.1" 200 1017 0.009416 10.0.0.23 - - [2025-04-17 02:37:25] "POST /neutron/port HTTP/1.1" 200 117 0.007256 10.0.0.23 - - [2025-04-17 02:37:25] "POST /neutron/port HTTP/1.1" 200 117 0.006676 10.0.0.23 - - [2025-04-17 02:37:25] "POST /id-to-fqname HTTP/1.1" 200 220 0.002144 10.0.0.23 - - [2025-04-17 02:37:25] "POST /neutron/port HTTP/1.1" 200 117 0.006240 10.0.0.23 - - [2025-04-17 02:37:26] "POST /neutron/port HTTP/1.1" 200 1017 0.009266 10.0.0.23 - - [2025-04-17 02:37:26] "POST /neutron/port HTTP/1.1" 200 1017 0.011456 10.0.0.23 - - [2025-04-17 02:37:26] "POST /neutron/port HTTP/1.1" 200 1017 0.013236 10.0.0.23 - - [2025-04-17 02:37:26] "POST /neutron/network HTTP/1.1" 200 994 0.015423 10.0.0.23 - - [2025-04-17 02:37:26] "POST /neutron/port HTTP/1.1" 200 1017 0.011353 10.0.0.23 - - [2025-04-17 02:37:26] "POST /neutron/port HTTP/1.1" 200 1017 0.011702 10.0.0.23 - - [2025-04-17 02:37:26] "POST /neutron/port HTTP/1.1" 200 117 0.009618 10.0.0.23 - - [2025-04-17 02:37:26] "POST /neutron/port HTTP/1.1" 200 117 0.007261 10.0.0.23 - - [2025-04-17 02:37:26] "POST /id-to-fqname HTTP/1.1" 200 220 0.001771 10.0.0.23 - - [2025-04-17 02:37:26] "POST /neutron/port HTTP/1.1" 200 117 0.009085 10.0.0.23 - - [2025-04-17 02:37:26] "POST /neutron/network HTTP/1.1" 200 1004 0.011614 10.0.0.23 - - [2025-04-17 02:37:26] "GET /aaa-mode HTTP/1.1" 401 292 0.000544 10.0.0.23 - - [2025-04-17 02:37:26] "POST /neutron/port HTTP/1.1" 200 1017 0.009260 10.0.0.23 - - [2025-04-17 02:37:26] "POST /neutron/network HTTP/1.1" 200 1004 0.008722 10.0.0.23 - - [2025-04-17 02:37:26] "POST /neutron/port HTTP/1.1" 200 1017 0.009598 10.0.0.23 - - [2025-04-17 02:37:26] "POST /neutron/port HTTP/1.1" 200 1017 0.009647 10.0.0.23 - - [2025-04-17 02:37:26] "POST /neutron/port HTTP/1.1" 200 1109 0.097909 10.0.0.23 - - [2025-04-17 02:37:26] "GET / HTTP/1.1" 200 35931 0.002016 10.0.0.23 - - [2025-04-17 02:37:26] "GET /project/ceb409bd-5dd2-4a84-a87f-8e4951a6d9de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000803 10.0.0.23 - - [2025-04-17 02:37:27] "POST /neutron/port HTTP/1.1" 200 1017 0.009347 10.0.0.23 - - [2025-04-17 02:37:27] "POST /neutron/port HTTP/1.1" 200 1083 0.033211 10.0.0.23 - - [2025-04-17 02:37:27] "POST /neutron/network HTTP/1.1" 200 1004 0.011275 10.0.0.23 - - [2025-04-17 02:37:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004004 10.0.0.23 - - [2025-04-17 02:37:27] "POST /neutron/port HTTP/1.1" 200 1017 0.014204 10.0.0.23 - - [2025-04-17 02:37:27] "POST /neutron/subnet HTTP/1.1" 200 673 0.023072 10.0.0.23 - - [2025-04-17 02:37:27] "POST /neutron/port HTTP/1.1" 200 1017 0.012206 10.0.0.23 - - [2025-04-17 02:37:27] "POST /neutron/port HTTP/1.1" 200 117 0.002059 10.0.0.23 - - [2025-04-17 02:37:27] "POST /neutron/network HTTP/1.1" 200 994 0.017299 10.0.0.23 - - [2025-04-17 02:37:27] "POST /neutron/port HTTP/1.1" 200 1109 0.108042 10.0.0.23 - - [2025-04-17 02:37:27] "POST /neutron/port HTTP/1.1" 200 1083 0.024184 10.0.0.23 - - [2025-04-17 02:37:27] "GET /projects?obj_uuids=ceb409bd-5dd2-4a84-a87f-8e4951a6d9de&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001577 10.0.0.23 - - [2025-04-17 02:37:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006206 10.0.0.23 - - [2025-04-17 02:37:27] "GET /project/ceb409bd-5dd2-4a84-a87f-8e4951a6d9de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.081266 10.0.0.23 - - [2025-04-17 02:37:27] "POST /neutron/network HTTP/1.1" 200 994 0.016365 10.0.0.23 - - [2025-04-17 02:37:27] "POST /neutron/subnet HTTP/1.1" 200 673 0.032455 10.0.0.23 - - [2025-04-17 02:37:27] "POST /neutron/port HTTP/1.1" 200 117 0.001522 10.0.0.23 - - [2025-04-17 02:37:27] "POST /neutron/network HTTP/1.1" 200 994 0.011395 10.0.0.23 - - [2025-04-17 02:37:27] "POST /neutron/port HTTP/1.1" 200 2050 0.037785 10.0.0.23 - - [2025-04-17 02:37:27] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008192 10.0.0.23 - - [2025-04-17 02:37:27] "POST /neutron/port HTTP/1.1" 200 117 0.006487 10.0.0.23 - - [2025-04-17 02:37:27] "GET /domains HTTP/1.1" 200 280 0.004944 10.0.0.23 - - [2025-04-17 02:37:27] "GET /domains?obj_uuids=a9199e49-ddf7-4a44-9dbe-b10e2792616c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001738 10.0.0.23 - - [2025-04-17 02:37:27] "GET /domain/a9199e49-ddf7-4a44-9dbe-b10e2792616c HTTP/1.1" 200 2574 0.015531 10.0.0.23 - - [2025-04-17 02:37:27] "GET /projects?obj_uuids=ceb409bd-5dd2-4a84-a87f-8e4951a6d9de&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001403 10.0.0.23 - - [2025-04-17 02:37:27] "GET /project/ceb409bd-5dd2-4a84-a87f-8e4951a6d9de HTTP/1.1" 200 2843 0.090031 10.0.0.23 - - [2025-04-17 02:37:27] "GET /network-ipam/3397c630-9e12-4688-b848-275202dd16d0 HTTP/1.1" 200 2601 0.007273 10.0.0.23 - - [2025-04-17 02:37:27] "GET /domains HTTP/1.1" 200 280 0.004758 10.0.0.23 - - [2025-04-17 02:37:27] "GET /domains?obj_uuids=a9199e49-ddf7-4a44-9dbe-b10e2792616c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003746 10.0.0.23 - - [2025-04-17 02:37:27] "GET /domain/a9199e49-ddf7-4a44-9dbe-b10e2792616c HTTP/1.1" 200 2574 0.026663 10.0.0.23 - - [2025-04-17 02:37:27] "GET /projects?obj_uuids=ceb409bd-5dd2-4a84-a87f-8e4951a6d9de&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001463 10.0.0.23 - - [2025-04-17 02:37:28] "GET /project/ceb409bd-5dd2-4a84-a87f-8e4951a6d9de HTTP/1.1" 200 2843 0.075154 10.0.0.23 - - [2025-04-17 02:37:28] "GET /virtual-network/37dac363-b4fd-4278-8839-2776729dfe81 HTTP/1.1" 200 3778 0.014144 10.0.0.23 - - [2025-04-17 02:37:28] "GET /virtual-network/37dac363-b4fd-4278-8839-2776729dfe81 HTTP/1.1" 200 3778 0.006559 10.0.0.23 - - [2025-04-17 02:37:28] "GET /routing-instance/57564a58-2bf3-4bfa-a583-87ecd2375bc9 HTTP/1.1" 200 2380 0.005961 10.0.0.23 - - [2025-04-17 02:37:28] "GET /routing-instance/57564a58-2bf3-4bfa-a583-87ecd2375bc9 HTTP/1.1" 200 2380 0.007479 10.0.0.23 - - [2025-04-17 02:37:28] "GET /route-target/ae3e1a37-fb84-4a9a-a955-4fea529f517f HTTP/1.1" 200 1205 0.010116 10.0.0.23 - - [2025-04-17 02:37:28] "GET /virtual-network/37dac363-b4fd-4278-8839-2776729dfe81 HTTP/1.1" 200 3778 0.007071 10.0.0.23 - - [2025-04-17 02:37:28] "GET /routing-instance/57564a58-2bf3-4bfa-a583-87ecd2375bc9 HTTP/1.1" 200 2380 0.005405 10.0.0.23 - - [2025-04-17 02:37:28] "GET /virtual-network/37dac363-b4fd-4278-8839-2776729dfe81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.007224 10.0.0.23 - - [2025-04-17 02:37:28] "GET /virtual-network/37dac363-b4fd-4278-8839-2776729dfe81 HTTP/1.1" 200 3778 0.007006 10.0.0.23 - - [2025-04-17 02:37:28] "POST /neutron/network HTTP/1.1" 200 1004 0.017653 10.0.0.23 - - [2025-04-17 02:37:28] "GET /routing-instance/57564a58-2bf3-4bfa-a583-87ecd2375bc9 HTTP/1.1" 200 2380 0.005202 10.0.0.23 - - [2025-04-17 02:37:28] "GET /routing-instance/57564a58-2bf3-4bfa-a583-87ecd2375bc9 HTTP/1.1" 200 2380 0.015477 10.0.0.23 - - [2025-04-17 02:37:28] "GET /projects?obj_uuids=ceb409bd-5dd2-4a84-a87f-8e4951a6d9de&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001684 10.0.0.23 - - [2025-04-17 02:37:28] "GET /route-target/ae3e1a37-fb84-4a9a-a955-4fea529f517f HTTP/1.1" 200 1205 0.007419 10.0.0.23 - - [2025-04-17 02:37:28] "GET /domains HTTP/1.1" 200 280 0.007940 10.0.0.23 - - [2025-04-17 02:37:28] "GET /domains?obj_uuids=a9199e49-ddf7-4a44-9dbe-b10e2792616c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001695 10.0.0.23 - - [2025-04-17 02:37:28] "GET /domain/a9199e49-ddf7-4a44-9dbe-b10e2792616c HTTP/1.1" 200 2574 0.018267 10.0.0.23 - - [2025-04-17 02:37:28] "GET /projects?obj_uuids=ceb409bd-5dd2-4a84-a87f-8e4951a6d9de&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001469 10.0.0.23 - - [2025-04-17 02:37:28] "GET /project/ceb409bd-5dd2-4a84-a87f-8e4951a6d9de HTTP/1.1" 200 3087 0.180890 10.0.0.23 - - [2025-04-17 02:37:28] "GET /virtual-network/37dac363-b4fd-4278-8839-2776729dfe81 HTTP/1.1" 200 4036 0.018215 10.0.0.23 - - [2025-04-17 02:37:28] "POST /neutron/port HTTP/1.1" 200 1055 0.409854 10.0.0.23 - - [2025-04-17 02:37:28] "POST /neutron/port HTTP/1.1" 200 1055 0.026075 10.0.0.23 - - [2025-04-17 02:37:28] "POST /neutron/port HTTP/1.1" 200 1055 0.012277 10.0.0.23 - - [2025-04-17 02:37:28] "POST /neutron/port HTTP/1.1" 200 1109 0.165258 10.0.0.23 - - [2025-04-17 02:37:29] "POST /neutron/port HTTP/1.1" 200 1083 0.033728 10.0.0.23 - - [2025-04-17 02:37:29] "GET /obj-perms HTTP/1.1" 200 5030 0.085470 10.0.0.23 - - [2025-04-17 02:37:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008777 10.0.0.23 - - [2025-04-17 02:37:29] "POST /neutron/subnet HTTP/1.1" 200 673 0.022154 10.0.0.23 - - [2025-04-17 02:37:29] "POST /neutron/port HTTP/1.1" 200 117 0.001834 10.0.0.23 - - [2025-04-17 02:37:29] "POST /neutron/port HTTP/1.1" 200 1083 0.031560 10.0.0.23 - - [2025-04-17 02:37:29] "POST /neutron/network HTTP/1.1" 200 994 0.015476 10.0.0.23 - - [2025-04-17 02:37:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007500 10.0.0.23 - - [2025-04-17 02:37:29] "POST /neutron/port HTTP/1.1" 200 1083 0.029701 10.0.0.23 - - [2025-04-17 02:37:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008714 10.0.0.23 - - [2025-04-17 02:37:29] "POST /neutron/port HTTP/1.1" 200 1083 0.021014 10.0.0.23 - - [2025-04-17 02:37:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.017116 10.0.0.23 - - [2025-04-17 02:37:29] "GET /virtual-machine/cd518e01-997a-4bbb-8e48-b1c34e50d946 HTTP/1.1" 200 1289 0.006998 10.0.0.23 - - [2025-04-17 02:37:29] "GET /virtual-machine-interface/bf99e5fd-6381-42fd-83cb-9573bab39d38 HTTP/1.1" 200 2941 0.007621 10.0.0.23 - - [2025-04-17 02:37:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.008092 10.0.0.23 - - [2025-04-17 02:37:29] "GET /global-vrouter-config/2353e56c-ba9a-4c95-8ac7-e4aab067284b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.008642 10.0.0.23 - - [2025-04-17 02:37:29] "GET /virtual-networks?parent_id=ceb409bd-5dd2-4a84-a87f-8e4951a6d9de&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.009284 10.0.0.23 - - [2025-04-17 02:37:29] "GET /virtual-network/37dac363-b4fd-4278-8839-2776729dfe81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.006150 10.0.0.23 - - [2025-04-17 02:37:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.23 - - [2025-04-17 02:37:32] "GET /virtual-network/37dac363-b4fd-4278-8839-2776729dfe81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.006667 10.0.0.23 - - [2025-04-17 02:37:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.23 - - [2025-04-17 02:37:36] "GET /virtual-network/37dac363-b4fd-4278-8839-2776729dfe81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.005808 10.0.0.23 - - [2025-04-17 02:37:37] "POST /neutron/port HTTP/1.1" 200 1083 0.060585 10.0.0.23 - - [2025-04-17 02:37:37] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007166 10.0.0.23 - - [2025-04-17 02:37:37] "POST /neutron/port HTTP/1.1" 200 1083 0.038320 10.0.0.23 - - [2025-04-17 02:37:37] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008909 10.0.0.23 - - [2025-04-17 02:37:38] "POST /neutron/port HTTP/1.1" 200 1083 0.028056 10.0.0.23 - - [2025-04-17 02:37:38] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009678 10.0.0.23 - - [2025-04-17 02:37:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.23 - - [2025-04-17 02:37:38] "GET /global-vrouter-config/2353e56c-ba9a-4c95-8ac7-e4aab067284b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004577 10.0.0.23 - - [2025-04-17 02:37:39] "GET /virtual-networks?parent_id=ceb409bd-5dd2-4a84-a87f-8e4951a6d9de&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004233 10.0.0.23 - - [2025-04-17 02:37:39] "GET /virtual-network/37dac363-b4fd-4278-8839-2776729dfe81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.007772 10.0.0.23 - - [2025-04-17 02:37:39] "POST /neutron/port HTTP/1.1" 200 1083 0.025572 10.0.0.23 - - [2025-04-17 02:37:39] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009453 10.0.0.23 - - [2025-04-17 02:37:39] "POST /neutron/port HTTP/1.1" 200 1083 0.023124 10.0.0.23 - - [2025-04-17 02:37:39] "POST /neutron/security_group HTTP/1.1" 200 2058 0.012516 10.0.0.23 - - [2025-04-17 02:37:39] "POST /neutron/port HTTP/1.1" 200 1083 0.027478 10.0.0.23 - - [2025-04-17 02:37:39] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007853 10.0.0.23 - - [2025-04-17 02:37:39] "GET /virtual-machine/23d612a7-62dc-4a99-b12d-93beb0203a9f HTTP/1.1" 200 1288 0.008206 10.0.0.23 - - [2025-04-17 02:37:39] "GET /virtual-machine-interface/edc0333d-7e8c-49cc-9a39-2720751c6668 HTTP/1.1" 200 2942 0.009179 10.0.0.23 - - [2025-04-17 02:37:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.23 - - [2025-04-17 02:37:39] "GET /global-vrouter-config/2353e56c-ba9a-4c95-8ac7-e4aab067284b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004635 10.0.0.23 - - [2025-04-17 02:37:39] "GET /virtual-networks?parent_id=ceb409bd-5dd2-4a84-a87f-8e4951a6d9de&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004022 10.0.0.23 - - [2025-04-17 02:37:39] "GET /virtual-network/37dac363-b4fd-4278-8839-2776729dfe81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.009159 10.0.0.23 - - [2025-04-17 02:37:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.23 - - [2025-04-17 02:37:40] "GET /global-vrouter-config/2353e56c-ba9a-4c95-8ac7-e4aab067284b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004389 10.0.0.23 - - [2025-04-17 02:37:40] "GET /virtual-networks?parent_id=ceb409bd-5dd2-4a84-a87f-8e4951a6d9de&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004000 10.0.0.23 - - [2025-04-17 02:37:41] "GET /virtual-network/37dac363-b4fd-4278-8839-2776729dfe81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.006673 10.0.0.23 - - [2025-04-17 02:37:41] "POST /neutron/port HTTP/1.1" 200 1083 0.022310 10.0.0.23 - - [2025-04-17 02:37:41] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008620 10.0.0.23 - - [2025-04-17 02:37:41] "POST /neutron/port HTTP/1.1" 200 1083 0.020679 10.0.0.23 - - [2025-04-17 02:37:41] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007969 10.0.0.23 - - [2025-04-17 02:37:41] "POST /neutron/port HTTP/1.1" 200 1083 0.021861 10.0.0.23 - - [2025-04-17 02:37:41] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009717 10.0.0.23 - - [2025-04-17 02:37:41] "GET /virtual-machine/7f18c950-c032-417f-b4fa-0268cc260283 HTTP/1.1" 200 1292 0.005976 10.0.0.23 - - [2025-04-17 02:37:41] "GET /virtual-machine-interface/f8c4211b-6e8a-48d4-95bc-d76e7bda3c34 HTTP/1.1" 200 2942 0.006577 10.0.0.23 - - [2025-04-17 02:37:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004714 10.0.0.23 - - [2025-04-17 02:37:41] "GET /global-vrouter-config/2353e56c-ba9a-4c95-8ac7-e4aab067284b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005967 10.0.0.23 - - [2025-04-17 02:37:41] "GET /virtual-networks?parent_id=ceb409bd-5dd2-4a84-a87f-8e4951a6d9de&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004406 10.0.0.23 - - [2025-04-17 02:37:41] "GET /virtual-network/37dac363-b4fd-4278-8839-2776729dfe81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.007289 10.0.0.23 - - [2025-04-17 02:37:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004542 10.0.0.23 - - [2025-04-17 02:37:43] "GET /global-vrouter-config/2353e56c-ba9a-4c95-8ac7-e4aab067284b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005045 10.0.0.23 - - [2025-04-17 02:37:43] "GET /virtual-networks?parent_id=ceb409bd-5dd2-4a84-a87f-8e4951a6d9de&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004419 10.0.0.23 - - [2025-04-17 02:37:43] "GET /virtual-network/37dac363-b4fd-4278-8839-2776729dfe81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2546 0.006267 10.0.0.23 - - [2025-04-17 02:37:58] "POST /neutron/port HTTP/1.1" 200 1083 0.019816 10.0.0.23 - - [2025-04-17 02:37:58] "POST /neutron/port HTTP/1.1" 200 1083 0.018687 10.0.0.23 - - [2025-04-17 02:37:58] "POST /neutron/network HTTP/1.1" 200 1004 0.007948 10.0.0.23 - - [2025-04-17 02:37:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004761 10.0.0.23 - - [2025-04-17 02:37:58] "POST /neutron/subnet HTTP/1.1" 200 673 0.015692 10.0.0.23 - - [2025-04-17 02:37:58] "POST /neutron/port HTTP/1.1" 200 117 0.001752 10.0.0.23 - - [2025-04-17 02:37:58] "POST /neutron/network HTTP/1.1" 200 994 0.010173 10.0.0.23 - - [2025-04-17 02:37:59] "POST /neutron/port HTTP/1.1" 200 1109 0.017412 10.0.0.23 - - [2025-04-17 02:37:59] "POST /neutron/port HTTP/1.1" 200 1109 0.013148 10.0.0.23 - - [2025-04-17 02:37:59] "POST /neutron/port HTTP/1.1" 200 151 0.173053 10.0.0.23 - - [2025-04-17 02:37:59] "POST /neutron/port HTTP/1.1" 200 1109 0.015557 10.0.0.23 - - [2025-04-17 02:37:59] "POST /neutron/port HTTP/1.1" 200 1109 0.010955 10.0.0.23 - - [2025-04-17 02:37:59] "POST /neutron/port HTTP/1.1" 200 1083 0.039810 10.0.0.23 - - [2025-04-17 02:37:59] "POST /neutron/port HTTP/1.1" 200 1109 0.025982 10.0.0.23 - - [2025-04-17 02:37:59] "POST /neutron/port HTTP/1.1" 200 1004 0.057288 10.0.0.23 - - [2025-04-17 02:38:00] "POST /neutron/port HTTP/1.1" 200 1030 0.016013 10.0.0.23 - - [2025-04-17 02:38:00] "POST /neutron/network HTTP/1.1" 200 994 0.019568 10.0.0.23 - - [2025-04-17 02:38:00] "POST /neutron/port HTTP/1.1" 200 151 0.275544 10.0.0.23 - - [2025-04-17 02:38:00] "POST /neutron/port HTTP/1.1" 400 205 0.005235 10.0.0.23 - - [2025-04-17 02:38:00] "POST /neutron/port HTTP/1.1" 200 151 0.245998 10.0.0.23 - - [2025-04-17 02:38:00] "POST /neutron/network HTTP/1.1" 200 994 0.033374 10.0.0.23 - - [2025-04-17 02:38:00] "POST /useragent-kv HTTP/1.1" 200 115 0.004227 10.0.0.23 - - [2025-04-17 02:38:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005843 10.0.0.23 - - [2025-04-17 02:38:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002637 10.0.0.23 - - [2025-04-17 02:38:00] "POST /useragent-kv HTTP/1.1" 200 115 0.004054 10.0.0.23 - - [2025-04-17 02:38:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003457 10.0.0.23 - - [2025-04-17 02:38:00] "POST /neutron/network HTTP/1.1" 200 151 0.142732 10.0.0.23 - - [2025-04-17 02:38:00] "DELETE /route-target/ae3e1a37-fb84-4a9a-a955-4fea529f517f HTTP/1.1" 200 115 0.038716 10.0.0.23 - - [2025-04-17 02:38:00] "GET /routing-instance/57564a58-2bf3-4bfa-a583-87ecd2375bc9 HTTP/1.1" 404 171 0.012109 10.0.0.23 - - [2025-04-17 02:38:00] "GET /domains HTTP/1.1" 200 280 0.007253 10.0.0.23 - - [2025-04-17 02:38:00] "GET /domains?obj_uuids=a9199e49-ddf7-4a44-9dbe-b10e2792616c&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002038 10.0.0.23 - - [2025-04-17 02:38:00] "GET /domain/a9199e49-ddf7-4a44-9dbe-b10e2792616c HTTP/1.1" 200 2574 0.011355 10.0.0.23 - - [2025-04-17 02:38:00] "GET /projects?obj_uuids=ceb409bd-5dd2-4a84-a87f-8e4951a6d9de&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001642 10.0.0.23 - - [2025-04-17 02:38:00] "GET /project/ceb409bd-5dd2-4a84-a87f-8e4951a6d9de HTTP/1.1" 200 2086 0.093805 10.0.0.23 - - [2025-04-17 02:38:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.23 - - [2025-04-17 02:38:00] "DELETE /network-ipam/3397c630-9e12-4688-b848-275202dd16d0 HTTP/1.1" 200 115 0.031186 10.0.0.23 - - [2025-04-17 02:38:00] "POST /fqname-to-id HTTP/1.1" 404 211 0.003098 10.0.0.23 - - [2025-04-17 02:38:00] "GET /projects?obj_uuids=ceb409bd-5dd2-4a84-a87f-8e4951a6d9de&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001655 10.0.0.23 - - [2025-04-17 02:38:00] "GET /project/ceb409bd-5dd2-4a84-a87f-8e4951a6d9de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.031475 10.0.0.23 - - [2025-04-17 02:38:00] "GET /projects?obj_uuids=ceb409bd-5dd2-4a84-a87f-8e4951a6d9de&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001686 10.0.0.23 - - [2025-04-17 02:38:00] "GET /project/ceb409bd-5dd2-4a84-a87f-8e4951a6d9de?fields=virtual_networks HTTP/1.1" 200 1033 0.078796 10.0.0.23 - - [2025-04-17 02:38:01] "GET /projects?obj_uuids=ceb409bd-5dd2-4a84-a87f-8e4951a6d9de&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001387 10.0.0.23 - - [2025-04-17 02:38:01] "GET /project/ceb409bd-5dd2-4a84-a87f-8e4951a6d9de?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.039026 10.0.0.23 - - [2025-04-17 02:38:01] "GET /projects?obj_uuids=ceb409bd-5dd2-4a84-a87f-8e4951a6d9de&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001760 10.0.0.23 - - [2025-04-17 02:38:01] "GET /project/ceb409bd-5dd2-4a84-a87f-8e4951a6d9de?fields=security_groups HTTP/1.1" 200 1259 0.037902 10.0.0.23 - - [2025-04-17 02:38:04] "POST /neutron/port HTTP/1.1" 200 117 0.006889 10.0.0.23 - - [2025-04-17 02:38:04] "POST /neutron/port HTTP/1.1" 400 205 0.004142 10.0.0.23 - - [2025-04-17 02:38:10] "GET / HTTP/1.1" 200 35931 0.002300 10.0.0.23 - - [2025-04-17 02:38:11] "GET /project/f2b095f9-5a0d-406b-8e15-bd7388ccae96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000575