++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Mon Jun 2 02:19:17 UTC 2025 ===================' INFO: =================== Mon Jun 2 02:19:17 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 +++ cut -d / -f 1 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 +++ ip addr show dev ens3 ++ DEFAULT_LOCAL_IP=10.0.0.242 ++ 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.242 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.242 ++ ANALYTICSDB_NODES=10.0.0.242 ++ ANALYTICS_SNMP_NODES=10.0.0.242 ++ 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.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:8081 ' +++ '[' -n '10.0.0.242:8081 ' ']' +++ echo 10.0.0.242:8081 ++ ANALYTICS_SERVERS=10.0.0.242: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.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:9042 ' +++ '[' -n '10.0.0.242:9042 ' ']' +++ echo 10.0.0.242:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.242:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.242 ++ 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.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:8086 ' +++ '[' -n '10.0.0.242:8086 ' ']' +++ echo 10.0.0.242:8086 ++ COLLECTOR_SERVERS=10.0.0.242: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.242 ++ CONFIGDB_NODES=10.0.0.242 ++ 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.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:8082 ' +++ '[' -n '10.0.0.242:8082 ' ']' +++ echo 10.0.0.242:8082 ++ CONFIG_SERVERS=10.0.0.242: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.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:9161 ' +++ '[' -n '10.0.0.242:9161 ' ']' +++ echo 10.0.0.242:9161 ++ CONFIGDB_SERVERS=10.0.0.242: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.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:9041 ' +++ '[' -n '10.0.0.242:9041 ' ']' +++ echo 10.0.0.242:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.242: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.254 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.254 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.242 ++ 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.242 +++ local server_address=10.0.0.242 +++ extended_server_list+=10.0.0.242:2181, +++ '[' -n 10.0.0.242:2181, ']' +++ echo 10.0.0.242:2181 ++ ZOOKEEPER_SERVERS=10.0.0.242: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.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:2181 ' +++ '[' -n '10.0.0.242:2181 ' ']' +++ echo 10.0.0.242:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.242:2181 ++ RABBITMQ_NODES=10.0.0.242 ++ 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.242 +++ local server_address=10.0.0.242 +++ extended_server_list+=10.0.0.242:5673, +++ '[' -n 10.0.0.242:5673, ']' +++ echo 10.0.0.242:5673 ++ RABBITMQ_SERVERS=10.0.0.242: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.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:6379 ' +++ '[' -n '10.0.0.242:6379 ' ']' +++ echo 10.0.0.242:6379 ++ REDIS_SERVERS=10.0.0.242: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.242 ++ 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.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:9092 ' +++ '[' -n '10.0.0.242:9092 ' ']' +++ echo 10.0.0.242:9092 ++ KAFKA_SERVERS=10.0.0.242: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.242 ++ 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.242 ++ 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.242 ++ 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.242 ++ cut -d , -f 1 + local cassandra=10.0.0.242 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.242 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.242 +++ local servers=10.0.0.242 +++ cut -d ' ' -f 1 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ uniq +++ local local_ips=,10.0.0.242,10.20.0.254,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.242'\''))' +++ local server_ip=10.0.0.242 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.242 ]] +++ [[ ,10.0.0.242,10.20.0.254,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.242, ]] +++ echo 10.0.0.242 1 +++ return ++ local ip=10.0.0.242 ++ [[ -z 10.0.0.242 ]] ++ echo 10.0.0.242 + host_ip=10.0.0.242 + [[ cql == \c\q\l ]] ++ echo 10.0.0.242:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.242:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.242:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ grep '^API__.*__.*=.*$' ++ set ++ sort ++ cut -d = -f 1 ++ sed 's/^API__//g' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 06/02/2025 02:19:25.801 7fd5e5765248 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 06/02/2025 02:19:25.957 7fd5e5765248 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 06/02/2025 02:19:25.971 7fd5e5765248 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 06/02/2025 02:19:25.972 7fd5e5765248 [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.242:8082/ Hit Ctrl-C to quit. 10.0.0.242 - - [2025-06-02 02:19:29] "GET / HTTP/1.1" 503 181 0.000423 10.0.0.242 - - [2025-06-02 02:19:29] "GET / HTTP/1.1" 503 181 0.000321 10.0.0.242 - - [2025-06-02 02:19:29] "GET / HTTP/1.1" 200 36215 0.040318 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.242 - - [2025-06-02 02:19:29] "POST /fqname-to-id HTTP/1.1" 401 293 0.000708 10.0.0.242 - - [2025-06-02 02:19:29] "GET / HTTP/1.1" 200 36215 0.001717 10.0.0.242 - - [2025-06-02 02:19:29] "POST /fqname-to-id HTTP/1.1" 401 293 0.000417 10.0.0.242 - - [2025-06-02 02:19:30] "GET / HTTP/1.1" 200 45871 0.001800 10.0.0.242 - - [2025-06-02 02:19:30] "GET / HTTP/1.1" 200 45871 0.001342 10.0.0.242 - - [2025-06-02 02:19:30] "POST /fqname-to-id HTTP/1.1" 401 293 0.000380 10.0.0.242 - - [2025-06-02 02:19:30] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000329 10.0.0.242 - - [2025-06-02 02:19:30] "GET / HTTP/1.1" 200 36215 0.001538 10.0.0.242 - - [2025-06-02 02:19:31] "POST /fqname-to-id HTTP/1.1" 404 196 1.325923 10.0.0.242 - - [2025-06-02 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.686106 10.0.0.242 - - [2025-06-02 02:19:31] "GET /global-system-config/81a0c2e1-4dc9-44fb-abed-7eb9a88e38e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.008903 10.0.0.242 - - [2025-06-02 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.380719 10.0.0.242 - - [2025-06-02 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002371 10.0.0.242 - - [2025-06-02 02:19:31] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.065363 10.0.0.242 - - [2025-06-02 02:19:31] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.002502 10.0.0.242 - - [2025-06-02 02:19:31] "POST /fqname-to-id HTTP/1.1" 404 220 0.003077 10.0.0.242 - - [2025-06-02 02:19:31] "POST /job-templates HTTP/1.1" 200 557 0.082064 10.0.0.242 - - [2025-06-02 02:19:31] "POST /fqname-to-id HTTP/1.1" 404 200 0.003650 10.0.0.242 - - [2025-06-02 02:19:31] "POST /config-database-nodes HTTP/1.1" 200 619 0.021995 10.0.0.242 - - [2025-06-02 02:19:31] "POST /job-templates HTTP/1.1" 200 565 0.079677 10.0.0.242 - - [2025-06-02 02:19:31] "GET / HTTP/1.1" 200 36215 0.001806 10.0.0.242 - - [2025-06-02 02:19:31] "POST /fqname-to-id HTTP/1.1" 404 191 0.005161 10.0.0.242 - - [2025-06-02 02:19:31] "POST /job-templates HTTP/1.1" 200 547 0.068891 /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.242 - - [2025-06-02 02:19:31] "POST /fqname-to-id HTTP/1.1" 404 207 0.003333 10.0.0.242 - - [2025-06-02 02:19:31] "POST /fqname-to-id HTTP/1.1" 401 293 0.000450 10.0.0.242 - - [2025-06-02 02:19:31] "GET / HTTP/1.1" 200 36215 0.001615 10.0.0.242 - - [2025-06-02 02:19:31] "POST /fqname-to-id HTTP/1.1" 401 293 0.000506 10.0.0.242 - - [2025-06-02 02:19:31] "POST /job-templates HTTP/1.1" 200 579 0.114850 10.0.0.242 - - [2025-06-02 02:19:31] "POST /fqname-to-id HTTP/1.1" 404 208 0.004878 10.0.0.242 - - [2025-06-02 02:19:31] "POST /fqname-to-id HTTP/1.1" 401 293 0.000481 10.0.0.242 - - [2025-06-02 02:19:32] "POST /job-templates HTTP/1.1" 200 581 0.074268 10.0.0.242 - - [2025-06-02 02:19:32] "POST /fqname-to-id HTTP/1.1" 404 210 0.003609 10.0.0.242 - - [2025-06-02 02:19:32] "POST /job-templates HTTP/1.1" 200 585 0.061547 10.0.0.242 - - [2025-06-02 02:19:32] "POST /fqname-to-id HTTP/1.1" 404 198 0.004073 10.0.0.242 - - [2025-06-02 02:19:32] "POST /job-templates HTTP/1.1" 200 561 0.065759 10.0.0.242 - - [2025-06-02 02:19:32] "POST /fqname-to-id HTTP/1.1" 404 203 0.003422 10.0.0.242 - - [2025-06-02 02:19:32] "POST /job-templates HTTP/1.1" 200 571 0.065500 10.0.0.242 - - [2025-06-02 02:19:32] "POST /fqname-to-id HTTP/1.1" 404 196 0.003497 10.0.0.242 - - [2025-06-02 02:19:32] "POST /job-templates HTTP/1.1" 200 557 0.068992 10.0.0.242 - - [2025-06-02 02:19:32] "POST /fqname-to-id HTTP/1.1" 404 196 0.005250 10.0.0.242 - - [2025-06-02 02:19:32] "POST /fqname-to-id HTTP/1.1" 404 186 0.663781 10.0.0.242 - - [2025-06-02 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.242 - - [2025-06-02 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.354651 10.0.0.242 - - [2025-06-02 02:19:32] "GET /global-system-config/81a0c2e1-4dc9-44fb-abed-7eb9a88e38e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.007191 10.0.0.242 - - [2025-06-02 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.047155 10.0.0.242 - - [2025-06-02 02:19:32] "GET /network-ipam/c2d35d24-a082-4e1f-8d4b-427a67730f5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1956 0.004181 10.0.0.242 - - [2025-06-02 02:19:32] "GET /global-system-config/81a0c2e1-4dc9-44fb-abed-7eb9a88e38e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.005232 10.0.0.242 - - [2025-06-02 02:19:32] "POST /fqname-to-id HTTP/1.1" 404 220 0.002282 10.0.0.242 - - [2025-06-02 02:19:32] "POST /job-templates HTTP/1.1" 200 557 0.080593 10.0.0.242 - - [2025-06-02 02:19:32] "POST /service-appliance-sets HTTP/1.1" 200 555 0.028602 10.0.0.242 - - [2025-06-02 02:19:32] "POST /config-nodes HTTP/1.1" 200 601 0.041255 10.0.0.242 - - [2025-06-02 02:19:32] "POST /fqname-to-id HTTP/1.1" 404 196 0.003410 10.0.0.242 - - [2025-06-02 02:19:32] "POST /fqname-to-id HTTP/1.1" 404 180 0.002441 10.0.0.242 - - [2025-06-02 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.242 - - [2025-06-02 02:19:32] "GET /global-system-config/81a0c2e1-4dc9-44fb-abed-7eb9a88e38e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.006411 10.0.0.242 - - [2025-06-02 02:19:32] "POST /job-templates HTTP/1.1" 200 557 0.076042 10.0.0.242 - - [2025-06-02 02:19:33] "POST /fqname-to-id HTTP/1.1" 404 186 0.003568 10.0.0.242 - - [2025-06-02 02:19:33] "POST /service-appliance-sets HTTP/1.1" 200 543 0.016690 10.0.0.242 - - [2025-06-02 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002425 10.0.0.242 - - [2025-06-02 02:19:33] "POST /job-templates HTTP/1.1" 200 537 0.060896 10.0.0.242 - - [2025-06-02 02:19:33] "GET /network-ipam/c2d35d24-a082-4e1f-8d4b-427a67730f5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1956 0.003543 10.0.0.242 - - [2025-06-02 02:19:33] "POST /fqname-to-id HTTP/1.1" 404 198 0.002926 10.0.0.242 - - [2025-06-02 02:19:33] "GET / HTTP/1.1" 200 36215 0.001606 10.0.0.242 - - [2025-06-02 02:19:33] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000395 10.0.0.242 - - [2025-06-02 02:19:33] "POST /job-templates HTTP/1.1" 200 561 0.066296 10.0.0.242 - - [2025-06-02 02:19:33] "POST /service-templates HTTP/1.1" 200 513 0.032174 10.0.0.242 - - [2025-06-02 02:19:33] "POST /fqname-to-id HTTP/1.1" 404 225 0.002633 10.0.0.242 - - [2025-06-02 02:19:33] "POST /service-templates HTTP/1.1" 200 503 0.042395 10.0.0.242 - - [2025-06-02 02:19:33] "POST /fqname-to-id HTTP/1.1" 404 198 0.005206 10.0.0.242 - - [2025-06-02 02:19:33] "POST /access-control-lists HTTP/1.1" 200 589 0.033563 10.0.0.242 - - [2025-06-02 02:19:33] "POST /fqname-to-id HTTP/1.1" 404 224 0.003223 10.0.0.242 - - [2025-06-02 02:19:33] "POST /job-templates HTTP/1.1" 200 561 0.023284 10.0.0.242 - - [2025-06-02 02:19:33] "POST /service-templates HTTP/1.1" 200 517 0.022489 10.0.0.242 - - [2025-06-02 02:19:33] "POST /fqname-to-id HTTP/1.1" 404 198 0.003679 10.0.0.242 - - [2025-06-02 02:19:33] "POST /access-control-lists HTTP/1.1" 200 587 0.024742 10.0.0.242 - - [2025-06-02 02:19:33] "POST /service-templates HTTP/1.1" 200 537 0.017154 10.0.0.242 - - [2025-06-02 02:19:33] "POST /route-targets HTTP/1.1" 200 328 0.025905 10.0.0.242 - - [2025-06-02 02:19:33] "POST /job-templates HTTP/1.1" 200 561 0.062137 10.0.0.242 - - [2025-06-02 02:19:33] "POST /service-templates HTTP/1.1" 200 509 0.047879 10.0.0.242 - - [2025-06-02 02:19:33] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.026188 10.0.0.242 - - [2025-06-02 02:19:33] "POST /fqname-to-id HTTP/1.1" 404 201 0.003444 10.0.0.242 - - [2025-06-02 02:19:33] "POST /ref-update HTTP/1.1" 200 156 0.009988 10.0.0.242 - - [2025-06-02 02:19:33] "POST /job-templates HTTP/1.1" 200 567 0.065164 10.0.0.242 - - [2025-06-02 02:19:33] "POST /route-targets HTTP/1.1" 200 328 0.050244 10.0.0.242 - - [2025-06-02 02:19:33] "POST /fqname-to-id HTTP/1.1" 404 197 0.002954 10.0.0.242 - - [2025-06-02 02:19:33] "POST /ref-update HTTP/1.1" 200 156 0.008640 10.0.0.242 - - [2025-06-02 02:19:33] "POST /job-templates HTTP/1.1" 200 559 0.061355 10.0.0.242 - - [2025-06-02 02:19:33] "POST /route-targets HTTP/1.1" 200 328 0.046069 10.0.0.242 - - [2025-06-02 02:19:33] "POST /fqname-to-id HTTP/1.1" 404 196 0.003075 10.0.0.242 - - [2025-06-02 02:19:33] "POST /ref-update HTTP/1.1" 200 156 0.008592 10.0.0.242 - - [2025-06-02 02:19:34] "POST /route-targets HTTP/1.1" 200 328 0.054349 10.0.0.242 - - [2025-06-02 02:19:34] "POST /job-templates HTTP/1.1" 200 557 0.072113 10.0.0.242 - - [2025-06-02 02:19:34] "POST /fqname-to-id HTTP/1.1" 404 205 0.005352 10.0.0.242 - - [2025-06-02 02:19:34] "POST /ref-update HTTP/1.1" 200 156 0.010451 10.0.0.242 - - [2025-06-02 02:19:34] "POST /fqname-to-id HTTP/1.1" 404 201 0.002207 10.0.0.242 - - [2025-06-02 02:19:34] "POST /job-templates HTTP/1.1" 200 575 0.061149 10.0.0.242 - - [2025-06-02 02:19:34] "POST /fqname-to-id HTTP/1.1" 404 194 0.002170 10.0.0.242 - - [2025-06-02 02:19:34] "POST /access-control-lists HTTP/1.1" 200 553 0.060106 10.0.0.242 - - [2025-06-02 02:19:34] "POST /job-templates HTTP/1.1" 200 553 0.063506 10.0.0.242 - - [2025-06-02 02:19:34] "PUT /access-control-list/5a77edbe-b86b-45b3-a1ab-2f108b2b6691 HTTP/1.1" 200 273 0.035868 10.0.0.242 - - [2025-06-02 02:19:34] "POST /fqname-to-id HTTP/1.1" 404 208 0.002836 10.0.0.242 - - [2025-06-02 02:19:34] "PUT /access-control-list/508a0fb7-9813-42ba-b08a-ad08000ecb53 HTTP/1.1" 200 273 0.009116 10.0.0.242 - - [2025-06-02 02:19:34] "POST /job-templates HTTP/1.1" 200 581 0.061329 10.0.0.242 - - [2025-06-02 02:19:34] "POST /fqname-to-id HTTP/1.1" 404 196 0.003247 10.0.0.242 - - [2025-06-02 02:19:34] "POST /job-templates HTTP/1.1" 200 557 0.065931 10.0.0.242 - - [2025-06-02 02:19:34] "POST /fqname-to-id HTTP/1.1" 404 198 0.003039 10.0.0.242 - - [2025-06-02 02:19:34] "POST /job-templates HTTP/1.1" 200 561 0.060770 10.0.0.242 - - [2025-06-02 02:19:34] "POST /fqname-to-id HTTP/1.1" 404 206 0.002936 10.0.0.242 - - [2025-06-02 02:19:34] "POST /job-templates HTTP/1.1" 200 577 0.062094 10.0.0.242 - - [2025-06-02 02:19:35] "POST /fqname-to-id HTTP/1.1" 404 197 0.003070 10.0.0.242 - - [2025-06-02 02:19:35] "POST /job-templates HTTP/1.1" 200 559 0.061146 10.0.0.242 - - [2025-06-02 02:19:35] "POST /fqname-to-id HTTP/1.1" 404 198 0.002762 10.0.0.242 - - [2025-06-02 02:19:35] "POST /job-templates HTTP/1.1" 200 561 0.061560 10.0.0.242 - - [2025-06-02 02:19:35] "POST /fqname-to-id HTTP/1.1" 404 196 0.003304 10.0.0.242 - - [2025-06-02 02:19:35] "POST /job-templates HTTP/1.1" 200 557 0.060899 10.0.0.242 - - [2025-06-02 02:19:35] "POST /fqname-to-id HTTP/1.1" 404 195 0.003138 10.0.0.242 - - [2025-06-02 02:19:35] "POST /job-templates HTTP/1.1" 200 555 0.060511 10.0.0.242 - - [2025-06-02 02:19:35] "POST /fqname-to-id HTTP/1.1" 404 195 0.002953 10.0.0.242 - - [2025-06-02 02:19:35] "POST /job-templates HTTP/1.1" 200 555 0.064851 10.0.0.242 - - [2025-06-02 02:19:35] "POST /fqname-to-id HTTP/1.1" 404 195 0.003067 10.0.0.242 - - [2025-06-02 02:19:35] "POST /job-templates HTTP/1.1" 200 555 0.060877 10.0.0.242 - - [2025-06-02 02:19:35] "POST /fqname-to-id HTTP/1.1" 404 200 0.003037 10.0.0.242 - - [2025-06-02 02:19:36] "POST /job-templates HTTP/1.1" 200 565 0.060790 10.0.0.242 - - [2025-06-02 02:19:36] "POST /fqname-to-id HTTP/1.1" 404 201 0.003072 10.0.0.242 - - [2025-06-02 02:19:36] "POST /job-templates HTTP/1.1" 200 567 0.066436 10.0.0.242 - - [2025-06-02 02:19:36] "POST /fqname-to-id HTTP/1.1" 404 189 0.003136 10.0.0.242 - - [2025-06-02 02:19:36] "POST /config-propertiess HTTP/1.1" 200 553 0.016410 10.0.0.242 - - [2025-06-02 02:19:36] "POST /fqname-to-id HTTP/1.1" 404 168 0.002959 10.0.0.242 - - [2025-06-02 02:19:36] "POST /tags HTTP/1.1" 200 322 0.033946 10.0.0.242 - - [2025-06-02 02:19:36] "POST /fqname-to-id HTTP/1.1" 404 166 0.002997 10.0.0.242 - - [2025-06-02 02:19:36] "POST /tags HTTP/1.1" 200 318 0.019847 10.0.0.242 - - [2025-06-02 02:19:36] "POST /fqname-to-id HTTP/1.1" 404 174 0.003145 10.0.0.242 - - [2025-06-02 02:19:36] "POST /tags HTTP/1.1" 200 334 0.021009 10.0.0.242 - - [2025-06-02 02:19:36] "POST /fqname-to-id HTTP/1.1" 404 162 0.002996 10.0.0.242 - - [2025-06-02 02:19:36] "POST /tags HTTP/1.1" 200 310 0.031806 10.0.0.242 - - [2025-06-02 02:19:36] "POST /fqname-to-id HTTP/1.1" 404 174 0.003489 10.0.0.242 - - [2025-06-02 02:19:36] "POST /tags HTTP/1.1" 200 334 0.020820 10.0.0.242 - - [2025-06-02 02:19:37] "POST /fqname-to-id HTTP/1.1" 404 164 0.002972 10.0.0.242 - - [2025-06-02 02:19:37] "POST /tags HTTP/1.1" 200 314 0.019552 10.0.0.242 - - [2025-06-02 02:19:37] "POST /fqname-to-id HTTP/1.1" 404 169 0.002918 10.0.0.242 - - [2025-06-02 02:19:37] "POST /tags HTTP/1.1" 200 324 0.035262 10.0.0.242 - - [2025-06-02 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003171 10.0.0.242 - - [2025-06-02 02:19:37] "PUT /global-system-config/81a0c2e1-4dc9-44fb-abed-7eb9a88e38e2 HTTP/1.1" 200 275 0.009579 10.0.0.242 - - [2025-06-02 02:19:37] "POST /fqname-to-id HTTP/1.1" 404 166 0.002839 10.0.0.242 - - [2025-06-02 02:19:37] "POST /hardwares HTTP/1.1" 200 328 0.010922 10.0.0.242 - - [2025-06-02 02:19:37] "POST /fqname-to-id HTTP/1.1" 404 166 0.002997 10.0.0.242 - - [2025-06-02 02:19:37] "POST /hardwares HTTP/1.1" 200 328 0.010329 10.0.0.242 - - [2025-06-02 02:19:37] "POST /fqname-to-id HTTP/1.1" 404 166 0.003101 10.0.0.242 - - [2025-06-02 02:19:37] "POST /hardwares HTTP/1.1" 200 328 0.011635 10.0.0.242 - - [2025-06-02 02:19:37] "POST /fqname-to-id HTTP/1.1" 404 166 0.003935 10.0.0.242 - - [2025-06-02 02:19:37] "POST /hardwares HTTP/1.1" 200 328 0.010110 10.0.0.242 - - [2025-06-02 02:19:37] "POST /fqname-to-id HTTP/1.1" 404 164 0.002903 10.0.0.242 - - [2025-06-02 02:19:37] "POST /hardwares HTTP/1.1" 200 324 0.010253 10.0.0.242 - - [2025-06-02 02:19:37] "POST /fqname-to-id HTTP/1.1" 404 164 0.003051 10.0.0.242 - - [2025-06-02 02:19:37] "POST /hardwares HTTP/1.1" 200 324 0.011071 10.0.0.242 - - [2025-06-02 02:19:37] "POST /fqname-to-id HTTP/1.1" 404 161 0.003049 10.0.0.242 - - [2025-06-02 02:19:38] "POST /hardwares HTTP/1.1" 200 318 0.010667 10.0.0.242 - - [2025-06-02 02:19:38] "POST /fqname-to-id HTTP/1.1" 404 164 0.003006 10.0.0.242 - - [2025-06-02 02:19:38] "POST /hardwares HTTP/1.1" 200 324 0.010515 10.0.0.242 - - [2025-06-02 02:19:38] "POST /fqname-to-id HTTP/1.1" 404 164 0.002869 10.0.0.242 - - [2025-06-02 02:19:38] "POST /hardwares HTTP/1.1" 200 324 0.010360 10.0.0.242 - - [2025-06-02 02:19:38] "POST /fqname-to-id HTTP/1.1" 404 164 0.002912 10.0.0.242 - - [2025-06-02 02:19:38] "POST /hardwares HTTP/1.1" 200 324 0.010926 10.0.0.242 - - [2025-06-02 02:19:38] "POST /fqname-to-id HTTP/1.1" 404 165 0.002904 10.0.0.242 - - [2025-06-02 02:19:38] "POST /hardwares HTTP/1.1" 200 326 0.012361 10.0.0.242 - - [2025-06-02 02:19:38] "POST /fqname-to-id HTTP/1.1" 404 165 0.002903 10.0.0.242 - - [2025-06-02 02:19:38] "POST /hardwares HTTP/1.1" 200 326 0.010325 10.0.0.242 - - [2025-06-02 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.242 - - [2025-06-02 02:19:38] "GET /global-vrouter-config/132714b1-fcbe-47d4-8106-4ed4f21abed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1162 0.003781 10.0.0.242 - - [2025-06-02 02:19:38] "POST /fqname-to-id HTTP/1.1" 404 165 0.002964 10.0.0.242 - - [2025-06-02 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003455 10.0.0.242 - - [2025-06-02 02:19:38] "POST /hardwares HTTP/1.1" 200 326 0.012177 10.0.0.242 - - [2025-06-02 02:19:38] "POST /fqname-to-id HTTP/1.1" 404 165 0.002875 10.0.0.242 - - [2025-06-02 02:19:38] "PUT /global-vrouter-config/132714b1-fcbe-47d4-8106-4ed4f21abed4 HTTP/1.1" 200 277 0.010254 10.0.0.242 - - [2025-06-02 02:19:38] "POST /hardwares HTTP/1.1" 200 326 0.010472 10.0.0.242 - - [2025-06-02 02:19:38] "POST /fqname-to-id HTTP/1.1" 404 164 0.002979 10.0.0.242 - - [2025-06-02 02:19:38] "POST /hardwares HTTP/1.1" 200 324 0.011020 10.0.0.242 - - [2025-06-02 02:19:38] "POST /fqname-to-id HTTP/1.1" 404 161 0.002962 10.0.0.242 - - [2025-06-02 02:19:39] "POST /hardwares HTTP/1.1" 200 318 0.011249 10.0.0.242 - - [2025-06-02 02:19:39] "POST /fqname-to-id HTTP/1.1" 404 164 0.002920 10.0.0.242 - - [2025-06-02 02:19:39] "GET / HTTP/1.1" 200 36215 0.001647 10.0.0.242 - - [2025-06-02 02:19:39] "POST /alarms HTTP/1.1" 401 293 0.000389 10.0.0.242 - - [2025-06-02 02:19:39] "POST /hardwares HTTP/1.1" 200 324 0.010062 10.0.0.242 - - [2025-06-02 02:19:39] "POST /fqname-to-id HTTP/1.1" 404 161 0.002845 10.0.0.242 - - [2025-06-02 02:19:39] "POST /hardwares HTTP/1.1" 200 318 0.009905 10.0.0.242 - - [2025-06-02 02:19:39] "POST /fqname-to-id HTTP/1.1" 404 164 0.003204 10.0.0.242 - - [2025-06-02 02:19:39] "POST /hardwares HTTP/1.1" 200 324 0.013818 10.0.0.242 - - [2025-06-02 02:19:39] "POST /fqname-to-id HTTP/1.1" 404 162 0.003151 10.0.0.242 - - [2025-06-02 02:19:39] "POST /hardwares HTTP/1.1" 200 320 0.010885 10.0.0.242 - - [2025-06-02 02:19:39] "POST /fqname-to-id HTTP/1.1" 404 162 0.003042 10.0.0.242 - - [2025-06-02 02:19:39] "POST /alarms HTTP/1.1" 200 583 0.042287 10.0.0.242 - - [2025-06-02 02:19:39] "POST /alarms HTTP/1.1" 200 577 0.017429 10.0.0.242 - - [2025-06-02 02:19:39] "POST /hardwares HTTP/1.1" 200 320 0.010239 10.0.0.242 - - [2025-06-02 02:19:39] "POST /fqname-to-id HTTP/1.1" 404 165 0.002626 10.0.0.242 - - [2025-06-02 02:19:39] "POST /alarms HTTP/1.1" 200 577 0.021089 10.0.0.242 - - [2025-06-02 02:19:39] "POST /hardwares HTTP/1.1" 200 326 0.011254 10.0.0.242 - - [2025-06-02 02:19:39] "POST /alarms HTTP/1.1" 200 561 0.020011 10.0.0.242 - - [2025-06-02 02:19:39] "POST /fqname-to-id HTTP/1.1" 404 161 0.003631 10.0.0.242 - - [2025-06-02 02:19:39] "POST /alarms HTTP/1.1" 200 557 0.017481 10.0.0.242 - - [2025-06-02 02:19:39] "POST /hardwares HTTP/1.1" 200 318 0.011896 10.0.0.242 - - [2025-06-02 02:19:39] "POST /alarms HTTP/1.1" 200 559 0.016477 10.0.0.242 - - [2025-06-02 02:19:39] "POST /fqname-to-id HTTP/1.1" 404 161 0.004509 10.0.0.242 - - [2025-06-02 02:19:39] "POST /alarms HTTP/1.1" 200 567 0.017933 10.0.0.242 - - [2025-06-02 02:19:39] "POST /hardwares HTTP/1.1" 200 318 0.009858 10.0.0.242 - - [2025-06-02 02:19:39] "POST /fqname-to-id HTTP/1.1" 404 162 0.005523 10.0.0.242 - - [2025-06-02 02:19:39] "POST /alarms HTTP/1.1" 200 551 0.026550 10.0.0.242 - - [2025-06-02 02:19:39] "POST /hardwares HTTP/1.1" 200 320 0.014878 10.0.0.242 - - [2025-06-02 02:19:39] "POST /alarms HTTP/1.1" 200 559 0.026127 10.0.0.242 - - [2025-06-02 02:19:40] "POST /fqname-to-id HTTP/1.1" 404 162 0.004176 10.0.0.242 - - [2025-06-02 02:19:40] "POST /alarms HTTP/1.1" 200 569 0.017479 10.0.0.242 - - [2025-06-02 02:19:40] "POST /hardwares HTTP/1.1" 200 320 0.010962 10.0.0.242 - - [2025-06-02 02:19:40] "POST /alarms HTTP/1.1" 200 557 0.017673 10.0.0.242 - - [2025-06-02 02:19:40] "POST /fqname-to-id HTTP/1.1" 404 162 0.002841 10.0.0.242 - - [2025-06-02 02:19:40] "POST /alarms HTTP/1.1" 200 569 0.017042 10.0.0.242 - - [2025-06-02 02:19:40] "POST /hardwares HTTP/1.1" 200 320 0.009546 10.0.0.242 - - [2025-06-02 02:19:40] "POST /fqname-to-id HTTP/1.1" 404 158 0.004970 10.0.0.242 - - [2025-06-02 02:19:40] "POST /alarms HTTP/1.1" 200 577 0.070063 10.0.0.242 - - [2025-06-02 02:19:40] "POST /hardwares HTTP/1.1" 200 312 0.027048 10.0.0.242 - - [2025-06-02 02:19:40] "POST /alarms HTTP/1.1" 200 571 0.017277 10.0.0.242 - - [2025-06-02 02:19:40] "POST /fqname-to-id HTTP/1.1" 404 158 0.002277 10.0.0.242 - - [2025-06-02 02:19:40] "POST /alarms HTTP/1.1" 200 563 0.023167 10.0.0.242 - - [2025-06-02 02:19:40] "POST /hardwares HTTP/1.1" 200 312 0.011990 10.0.0.242 - - [2025-06-02 02:19:40] "POST /fqname-to-id HTTP/1.1" 404 160 0.002708 10.0.0.242 - - [2025-06-02 02:19:40] "POST /alarms HTTP/1.1" 200 563 0.016829 10.0.0.242 - - [2025-06-02 02:19:40] "POST /hardwares HTTP/1.1" 200 316 0.010487 10.0.0.242 - - [2025-06-02 02:19:40] "POST /alarms HTTP/1.1" 200 563 0.016183 10.0.0.242 - - [2025-06-02 02:19:40] "POST /fqname-to-id HTTP/1.1" 404 154 0.002656 10.0.0.242 - - [2025-06-02 02:19:40] "POST /alarms HTTP/1.1" 200 549 0.016596 10.0.0.242 - - [2025-06-02 02:19:40] "POST /hardwares HTTP/1.1" 200 304 0.010767 10.0.0.242 - - [2025-06-02 02:19:40] "POST /alarms HTTP/1.1" 200 597 0.016247 10.0.0.242 - - [2025-06-02 02:19:40] "POST /fqname-to-id HTTP/1.1" 404 158 0.002768 10.0.0.242 - - [2025-06-02 02:19:40] "POST /alarms HTTP/1.1" 200 577 0.019665 10.0.0.242 - - [2025-06-02 02:19:40] "POST /hardwares HTTP/1.1" 200 312 0.014511 10.0.0.242 - - [2025-06-02 02:19:40] "POST /fqname-to-id HTTP/1.1" 404 155 0.002548 10.0.0.242 - - [2025-06-02 02:19:40] "POST /alarms HTTP/1.1" 200 573 0.018981 10.0.0.242 - - [2025-06-02 02:19:40] "POST /hardwares HTTP/1.1" 200 306 0.017339 10.0.0.242 - - [2025-06-02 02:19:40] "POST /alarms HTTP/1.1" 200 585 0.022599 10.0.0.242 - - [2025-06-02 02:19:40] "POST /fqname-to-id HTTP/1.1" 404 155 0.003274 10.0.0.242 - - [2025-06-02 02:19:40] "POST /alarms HTTP/1.1" 200 611 0.015594 10.0.0.242 - - [2025-06-02 02:19:40] "POST /hardwares HTTP/1.1" 200 306 0.010010 10.0.0.242 - - [2025-06-02 02:19:41] "POST /fqname-to-id HTTP/1.1" 404 155 0.003104 10.0.0.242 - - [2025-06-02 02:19:41] "POST /hardwares HTTP/1.1" 200 306 0.010258 10.0.0.242 - - [2025-06-02 02:19:41] "POST /fqname-to-id HTTP/1.1" 404 155 0.002908 10.0.0.242 - - [2025-06-02 02:19:41] "POST /hardwares HTTP/1.1" 200 306 0.010159 10.0.0.242 - - [2025-06-02 02:19:41] "POST /fqname-to-id HTTP/1.1" 404 156 0.002800 10.0.0.242 - - [2025-06-02 02:19:41] "GET / HTTP/1.1" 200 36215 0.001837 10.0.0.242 - - [2025-06-02 02:19:41] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000423 10.0.0.242 - - [2025-06-02 02:19:41] "POST /hardwares HTTP/1.1" 200 308 0.009901 10.0.0.242 - - [2025-06-02 02:19:41] "POST /fqname-to-id HTTP/1.1" 404 156 0.002909 10.0.0.242 - - [2025-06-02 02:19:41] "POST /hardwares HTTP/1.1" 200 308 0.010000 10.0.0.242 - - [2025-06-02 02:19:41] "POST /fqname-to-id HTTP/1.1" 404 156 0.002871 10.0.0.242 - - [2025-06-02 02:19:41] "POST /hardwares HTTP/1.1" 200 308 0.010663 10.0.0.242 - - [2025-06-02 02:19:41] "POST /fqname-to-id HTTP/1.1" 404 157 0.002998 10.0.0.242 - - [2025-06-02 02:19:41] "POST /hardwares HTTP/1.1" 200 310 0.010201 10.0.0.242 - - [2025-06-02 02:19:41] "POST /fqname-to-id HTTP/1.1" 404 158 0.002801 10.0.0.242 - - [2025-06-02 02:19:41] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.023441 10.0.0.242 - - [2025-06-02 02:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.242 - - [2025-06-02 02:19:41] "POST /hardwares HTTP/1.1" 200 312 0.012976 10.0.0.242 - - [2025-06-02 02:19:41] "PUT /global-vrouter-config/132714b1-fcbe-47d4-8106-4ed4f21abed4 HTTP/1.1" 200 277 0.008343 10.0.0.242 - - [2025-06-02 02:19:41] "POST /fqname-to-id HTTP/1.1" 404 158 0.003019 10.0.0.242 - - [2025-06-02 02:19:41] "POST /hardwares HTTP/1.1" 200 312 0.013384 10.0.0.242 - - [2025-06-02 02:19:41] "POST /fqname-to-id HTTP/1.1" 404 153 0.004393 10.0.0.242 - - [2025-06-02 02:19:41] "POST /hardwares HTTP/1.1" 200 302 0.029893 10.0.0.242 - - [2025-06-02 02:19:41] "POST /fqname-to-id HTTP/1.1" 404 157 0.003641 10.0.0.242 - - [2025-06-02 02:19:42] "GET / HTTP/1.1" 200 36215 0.001836 10.0.0.242 - - [2025-06-02 02:19:42] "POST /fqname-to-id HTTP/1.1" 401 293 0.000422 10.0.0.242 - - [2025-06-02 02:19:42] "POST /hardwares HTTP/1.1" 200 310 0.126622 10.0.0.242 - - [2025-06-02 02:19:42] "POST /fqname-to-id HTTP/1.1" 404 157 0.002875 10.0.0.242 - - [2025-06-02 02:19:42] "POST /hardwares HTTP/1.1" 200 310 0.028597 10.0.0.242 - - [2025-06-02 02:19:42] "POST /fqname-to-id HTTP/1.1" 404 157 0.002989 10.0.0.242 - - [2025-06-02 02:19:42] "POST /hardwares HTTP/1.1" 200 310 0.037634 10.0.0.242 - - [2025-06-02 02:19:42] "POST /fqname-to-id HTTP/1.1" 404 157 0.002761 10.0.0.242 - - [2025-06-02 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.021930 10.0.0.242 - - [2025-06-02 02:19:42] "GET /global-vrouter-config/132714b1-fcbe-47d4-8106-4ed4f21abed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1562 0.003040 10.0.0.242 - - [2025-06-02 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.242 - - [2025-06-02 02:19:42] "POST /hardwares HTTP/1.1" 200 310 0.017429 10.0.0.242 - - [2025-06-02 02:19:42] "POST /fqname-to-id HTTP/1.1" 404 157 0.002769 10.0.0.242 - - [2025-06-02 02:19:42] "PUT /global-vrouter-config/132714b1-fcbe-47d4-8106-4ed4f21abed4 HTTP/1.1" 200 277 0.011350 10.0.0.242 - - [2025-06-02 02:19:42] "POST /hardwares HTTP/1.1" 200 310 0.018613 10.0.0.242 - - [2025-06-02 02:19:42] "POST /fqname-to-id HTTP/1.1" 404 161 0.002944 10.0.0.242 - - [2025-06-02 02:19:42] "POST /hardwares HTTP/1.1" 200 318 0.019934 10.0.0.242 - - [2025-06-02 02:19:42] "POST /fqname-to-id HTTP/1.1" 404 157 0.003428 10.0.0.242 - - [2025-06-02 02:19:43] "GET / HTTP/1.1" 200 36215 0.001559 10.0.0.242 - - [2025-06-02 02:19:43] "POST /fqname-to-id HTTP/1.1" 401 293 0.000438 10.0.0.242 - - [2025-06-02 02:19:43] "POST /hardwares HTTP/1.1" 200 310 0.227796 10.0.0.242 - - [2025-06-02 02:19:43] "POST /fqname-to-id HTTP/1.1" 404 157 0.002822 10.0.0.242 - - [2025-06-02 02:19:43] "POST /hardwares HTTP/1.1" 200 310 0.052155 10.0.0.242 - - [2025-06-02 02:19:43] "POST /fqname-to-id HTTP/1.1" 404 154 0.002759 10.0.0.242 - - [2025-06-02 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.022042 10.0.0.242 - - [2025-06-02 02:19:43] "GET /global-system-config/81a0c2e1-4dc9-44fb-abed-7eb9a88e38e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2342 0.005894 10.0.0.242 - - [2025-06-02 02:19:43] "POST /hardwares HTTP/1.1" 200 304 0.163978 10.0.0.242 - - [2025-06-02 02:19:43] "PUT /global-system-config/81a0c2e1-4dc9-44fb-abed-7eb9a88e38e2 HTTP/1.1" 200 275 0.015206 10.0.0.242 - - [2025-06-02 02:19:43] "POST /fqname-to-id HTTP/1.1" 404 190 0.002144 10.0.0.242 - - [2025-06-02 02:19:43] "POST /features HTTP/1.1" 200 535 0.016651 10.0.0.242 - - [2025-06-02 02:19:43] "POST /fqname-to-id HTTP/1.1" 404 185 0.003897 10.0.0.242 - - [2025-06-02 02:19:43] "POST /features HTTP/1.1" 200 525 0.016314 10.0.0.242 - - [2025-06-02 02:19:43] "POST /fqname-to-id HTTP/1.1" 404 184 0.002893 10.0.0.242 - - [2025-06-02 02:19:43] "POST /features HTTP/1.1" 200 523 0.015875 10.0.0.242 - - [2025-06-02 02:19:43] "POST /fqname-to-id HTTP/1.1" 404 184 0.002950 10.0.0.242 - - [2025-06-02 02:19:43] "POST /features HTTP/1.1" 200 523 0.019087 10.0.0.242 - - [2025-06-02 02:19:43] "POST /fqname-to-id HTTP/1.1" 404 189 0.002899 10.0.0.242 - - [2025-06-02 02:19:44] "POST /features HTTP/1.1" 200 533 0.015439 10.0.0.242 - - [2025-06-02 02:19:44] "POST /fqname-to-id HTTP/1.1" 404 184 0.003010 10.0.0.242 - - [2025-06-02 02:19:44] "POST /features HTTP/1.1" 200 523 0.015926 10.0.0.242 - - [2025-06-02 02:19:44] "POST /fqname-to-id HTTP/1.1" 404 193 0.002635 10.0.0.242 - - [2025-06-02 02:19:44] "POST /features HTTP/1.1" 200 541 0.015059 10.0.0.242 - - [2025-06-02 02:19:44] "POST /fqname-to-id HTTP/1.1" 404 186 0.002724 10.0.0.242 - - [2025-06-02 02:19:44] "POST /features HTTP/1.1" 200 527 0.015019 10.0.0.242 - - [2025-06-02 02:19:44] "POST /fqname-to-id HTTP/1.1" 404 183 0.003057 10.0.0.242 - - [2025-06-02 02:19:44] "POST /features HTTP/1.1" 200 521 0.014901 10.0.0.242 - - [2025-06-02 02:19:44] "POST /fqname-to-id HTTP/1.1" 404 182 0.002876 10.0.0.242 - - [2025-06-02 02:19:44] "POST /features HTTP/1.1" 200 519 0.015608 10.0.0.242 - - [2025-06-02 02:19:44] "POST /fqname-to-id HTTP/1.1" 404 190 0.002715 10.0.0.242 - - [2025-06-02 02:19:44] "POST /features HTTP/1.1" 200 535 0.044115 10.0.0.242 - - [2025-06-02 02:19:44] "POST /fqname-to-id HTTP/1.1" 404 194 0.003091 10.0.0.242 - - [2025-06-02 02:19:44] "POST /features HTTP/1.1" 200 543 0.016927 10.0.0.242 - - [2025-06-02 02:19:44] "POST /fqname-to-id HTTP/1.1" 404 178 0.003006 10.0.0.242 - - [2025-06-02 02:19:44] "POST /physical-roles HTTP/1.1" 200 523 0.035218 10.0.0.242 - - [2025-06-02 02:19:45] "POST /fqname-to-id HTTP/1.1" 404 179 0.002904 10.0.0.242 - - [2025-06-02 02:19:45] "POST /physical-roles HTTP/1.1" 200 525 0.017084 10.0.0.242 - - [2025-06-02 02:19:45] "POST /fqname-to-id HTTP/1.1" 404 184 0.003114 10.0.0.242 - - [2025-06-02 02:19:45] "POST /physical-roles HTTP/1.1" 200 535 0.018380 10.0.0.242 - - [2025-06-02 02:19:45] "POST /fqname-to-id HTTP/1.1" 404 177 0.003450 10.0.0.242 - - [2025-06-02 02:19:45] "POST /physical-roles HTTP/1.1" 200 521 0.034176 10.0.0.242 - - [2025-06-02 02:19:45] "POST /fqname-to-id HTTP/1.1" 404 191 0.003178 10.0.0.242 - - [2025-06-02 02:19:45] "POST /overlay-roles HTTP/1.1" 200 547 0.015852 10.0.0.242 - - [2025-06-02 02:19:45] "POST /fqname-to-id HTTP/1.1" 404 184 0.002909 10.0.0.242 - - [2025-06-02 02:19:45] "POST /overlay-roles HTTP/1.1" 200 533 0.017594 10.0.0.242 - - [2025-06-02 02:19:45] "POST /fqname-to-id HTTP/1.1" 404 191 0.003076 10.0.0.242 - - [2025-06-02 02:19:45] "POST /overlay-roles HTTP/1.1" 200 547 0.024490 10.0.0.242 - - [2025-06-02 02:19:45] "POST /fqname-to-id HTTP/1.1" 404 185 0.003125 10.0.0.242 - - [2025-06-02 02:19:45] "POST /overlay-roles HTTP/1.1" 200 535 0.016494 10.0.0.242 - - [2025-06-02 02:19:45] "POST /fqname-to-id HTTP/1.1" 404 189 0.003075 10.0.0.242 - - [2025-06-02 02:19:45] "POST /overlay-roles HTTP/1.1" 200 543 0.020977 10.0.0.242 - - [2025-06-02 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.242 - - [2025-06-02 02:19:45] "PUT /overlay-role/cb2ecb6f-f0e2-406f-a567-7f9ecab4da5b HTTP/1.1" 200 259 0.017447 10.0.0.242 - - [2025-06-02 02:19:46] "POST /fqname-to-id HTTP/1.1" 404 184 0.003535 10.0.0.242 - - [2025-06-02 02:19:46] "POST /overlay-roles HTTP/1.1" 200 533 0.017353 10.0.0.242 - - [2025-06-02 02:19:46] "POST /fqname-to-id HTTP/1.1" 404 185 0.002929 10.0.0.242 - - [2025-06-02 02:19:46] "POST /overlay-roles HTTP/1.1" 200 535 0.015645 10.0.0.242 - - [2025-06-02 02:19:46] "POST /fqname-to-id HTTP/1.1" 404 183 0.002945 10.0.0.242 - - [2025-06-02 02:19:46] "POST /overlay-roles HTTP/1.1" 200 531 0.021118 10.0.0.242 - - [2025-06-02 02:19:46] "POST /fqname-to-id HTTP/1.1" 404 187 0.002966 10.0.0.242 - - [2025-06-02 02:19:46] "POST /overlay-roles HTTP/1.1" 200 539 0.015728 10.0.0.242 - - [2025-06-02 02:19:46] "POST /fqname-to-id HTTP/1.1" 404 189 0.003021 10.0.0.242 - - [2025-06-02 02:19:46] "POST /overlay-roles HTTP/1.1" 200 543 0.015670 10.0.0.242 - - [2025-06-02 02:19:46] "POST /fqname-to-id HTTP/1.1" 404 178 0.003015 10.0.0.242 - - [2025-06-02 02:19:46] "POST /overlay-roles HTTP/1.1" 200 521 0.023206 10.0.0.242 - - [2025-06-02 02:19:46] "POST /fqname-to-id HTTP/1.1" 404 190 0.003046 10.0.0.242 - - [2025-06-02 02:19:46] "POST /overlay-roles HTTP/1.1" 200 545 0.015520 10.0.0.242 - - [2025-06-02 02:19:46] "POST /fqname-to-id HTTP/1.1" 404 182 0.003536 10.0.0.242 - - [2025-06-02 02:19:46] "POST /role-definitions HTTP/1.1" 200 535 0.021847 10.0.0.242 - - [2025-06-02 02:19:46] "POST /fqname-to-id HTTP/1.1" 404 189 0.003301 10.0.0.242 - - [2025-06-02 02:19:47] "POST /role-definitions HTTP/1.1" 200 549 0.018517 10.0.0.242 - - [2025-06-02 02:19:47] "POST /fqname-to-id HTTP/1.1" 404 190 0.002864 10.0.0.242 - - [2025-06-02 02:19:47] "POST /role-definitions HTTP/1.1" 200 551 0.016021 10.0.0.242 - - [2025-06-02 02:19:47] "POST /fqname-to-id HTTP/1.1" 404 191 0.003050 10.0.0.242 - - [2025-06-02 02:19:47] "POST /role-definitions HTTP/1.1" 200 553 0.016614 10.0.0.242 - - [2025-06-02 02:19:47] "POST /fqname-to-id HTTP/1.1" 404 197 0.002972 10.0.0.242 - - [2025-06-02 02:19:47] "POST /role-definitions HTTP/1.1" 200 565 0.018910 10.0.0.242 - - [2025-06-02 02:19:47] "POST /fqname-to-id HTTP/1.1" 404 189 0.003457 10.0.0.242 - - [2025-06-02 02:19:47] "POST /role-definitions HTTP/1.1" 200 549 0.026399 10.0.0.242 - - [2025-06-02 02:19:47] "POST /fqname-to-id HTTP/1.1" 404 190 0.003067 10.0.0.242 - - [2025-06-02 02:19:47] "POST /role-definitions HTTP/1.1" 200 551 0.016770 10.0.0.242 - - [2025-06-02 02:19:47] "POST /fqname-to-id HTTP/1.1" 404 191 0.003421 10.0.0.242 - - [2025-06-02 02:19:47] "POST /role-definitions HTTP/1.1" 200 553 0.019410 10.0.0.242 - - [2025-06-02 02:19:47] "POST /fqname-to-id HTTP/1.1" 404 190 0.003042 10.0.0.242 - - [2025-06-02 02:19:47] "POST /role-definitions HTTP/1.1" 200 551 0.015741 10.0.0.242 - - [2025-06-02 02:19:47] "POST /fqname-to-id HTTP/1.1" 404 196 0.003114 10.0.0.242 - - [2025-06-02 02:19:47] "POST /role-definitions HTTP/1.1" 200 563 0.018315 10.0.0.242 - - [2025-06-02 02:19:47] "POST /fqname-to-id HTTP/1.1" 404 189 0.002995 10.0.0.242 - - [2025-06-02 02:19:48] "POST /role-definitions HTTP/1.1" 200 549 0.016248 10.0.0.242 - - [2025-06-02 02:19:48] "POST /fqname-to-id HTTP/1.1" 404 190 0.003128 10.0.0.242 - - [2025-06-02 02:19:48] "POST /role-definitions HTTP/1.1" 200 551 0.018903 10.0.0.242 - - [2025-06-02 02:19:48] "POST /fqname-to-id HTTP/1.1" 404 188 0.002957 10.0.0.242 - - [2025-06-02 02:19:48] "POST /role-definitions HTTP/1.1" 200 547 0.016080 10.0.0.242 - - [2025-06-02 02:19:48] "POST /fqname-to-id HTTP/1.1" 404 189 0.003046 10.0.0.242 - - [2025-06-02 02:19:48] "POST /role-definitions HTTP/1.1" 200 549 0.016210 10.0.0.242 - - [2025-06-02 02:19:48] "POST /fqname-to-id HTTP/1.1" 404 192 0.003009 10.0.0.242 - - [2025-06-02 02:19:48] "POST /role-definitions HTTP/1.1" 200 555 0.016216 10.0.0.242 - - [2025-06-02 02:19:48] "POST /fqname-to-id HTTP/1.1" 404 193 0.003042 10.0.0.242 - - [2025-06-02 02:19:48] "POST /role-definitions HTTP/1.1" 200 557 0.059334 10.0.0.242 - - [2025-06-02 02:19:48] "POST /fqname-to-id HTTP/1.1" 404 182 0.003855 10.0.0.242 - - [2025-06-02 02:19:48] "POST /role-definitions HTTP/1.1" 200 535 0.018039 10.0.0.242 - - [2025-06-02 02:19:48] "POST /fqname-to-id HTTP/1.1" 404 187 0.002929 10.0.0.242 - - [2025-06-02 02:19:48] "POST /role-definitions HTTP/1.1" 200 545 0.015898 10.0.0.242 - - [2025-06-02 02:19:48] "POST /fqname-to-id HTTP/1.1" 404 181 0.003264 10.0.0.242 - - [2025-06-02 02:19:48] "GET /global-system-configs HTTP/1.1" 200 323 0.665039 10.0.0.242 - - [2025-06-02 02:19:49] "POST /role-definitions HTTP/1.1" 200 533 0.016052 10.0.0.242 - - [2025-06-02 02:19:49] "POST /fqname-to-id HTTP/1.1" 404 184 0.002999 10.0.0.242 - - [2025-06-02 02:19:49] "POST /role-definitions HTTP/1.1" 200 539 0.016014 10.0.0.242 - - [2025-06-02 02:19:49] "POST /fqname-to-id HTTP/1.1" 404 189 0.003090 10.0.0.242 - - [2025-06-02 02:19:49] "POST /role-definitions HTTP/1.1" 200 549 0.020156 10.0.0.242 - - [2025-06-02 02:19:49] "POST /fqname-to-id HTTP/1.1" 404 194 0.002905 10.0.0.242 - - [2025-06-02 02:19:49] "POST /role-definitions HTTP/1.1" 200 559 0.015662 10.0.0.242 - - [2025-06-02 02:19:49] "POST /fqname-to-id HTTP/1.1" 404 196 0.002931 10.0.0.242 - - [2025-06-02 02:19:49] "POST /role-definitions HTTP/1.1" 200 563 0.016300 10.0.0.242 - - [2025-06-02 02:19:49] "POST /fqname-to-id HTTP/1.1" 404 195 0.002939 10.0.0.242 - - [2025-06-02 02:19:49] "POST /role-definitions HTTP/1.1" 200 561 0.015913 10.0.0.242 - - [2025-06-02 02:19:49] "POST /fqname-to-id HTTP/1.1" 404 196 0.002898 10.0.0.242 - - [2025-06-02 02:19:49] "POST /feature-configs HTTP/1.1" 200 539 0.015897 10.0.0.242 - - [2025-06-02 02:19:49] "POST /fqname-to-id HTTP/1.1" 404 212 0.003285 10.0.0.242 - - [2025-06-02 02:19:49] "POST /feature-configs HTTP/1.1" 200 564 0.015633 10.0.0.242 - - [2025-06-02 02:19:49] "POST /fqname-to-id HTTP/1.1" 404 211 0.002865 10.0.0.242 - - [2025-06-02 02:19:49] "POST /feature-configs HTTP/1.1" 200 563 0.015891 10.0.0.242 - - [2025-06-02 02:19:49] "POST /fqname-to-id HTTP/1.1" 404 192 0.002986 10.0.0.242 - - [2025-06-02 02:19:50] "POST /node-profiles HTTP/1.1" 200 549 0.025988 10.0.0.242 - - [2025-06-02 02:19:50] "POST /fqname-to-id HTTP/1.1" 404 187 0.003134 10.0.0.242 - - [2025-06-02 02:19:50] "POST /node-profiles HTTP/1.1" 200 539 0.018244 10.0.0.242 - - [2025-06-02 02:19:50] "POST /fqname-to-id HTTP/1.1" 404 193 0.002995 10.0.0.242 - - [2025-06-02 02:19:50] "POST /node-profiles HTTP/1.1" 200 551 0.017517 10.0.0.242 - - [2025-06-02 02:19:50] "POST /fqname-to-id HTTP/1.1" 404 189 0.002847 10.0.0.242 - - [2025-06-02 02:19:50] "GET /global-system-configs HTTP/1.1" 200 323 0.023089 10.0.0.242 - - [2025-06-02 02:19:50] "POST /node-profiles HTTP/1.1" 200 543 0.015999 10.0.0.242 - - [2025-06-02 02:19:50] "POST /fqname-to-id HTTP/1.1" 404 189 0.002993 10.0.0.242 - - [2025-06-02 02:19:50] "POST /node-profiles HTTP/1.1" 200 543 0.036879 10.0.0.242 - - [2025-06-02 02:19:50] "POST /fqname-to-id HTTP/1.1" 404 188 0.002861 10.0.0.242 - - [2025-06-02 02:19:50] "POST /node-profiles HTTP/1.1" 200 541 0.015989 10.0.0.242 - - [2025-06-02 02:19:50] "POST /fqname-to-id HTTP/1.1" 404 184 0.002873 10.0.0.242 - - [2025-06-02 02:19:50] "POST /node-profiles HTTP/1.1" 200 533 0.016768 10.0.0.242 - - [2025-06-02 02:19:50] "POST /fqname-to-id HTTP/1.1" 404 185 0.003055 10.0.0.242 - - [2025-06-02 02:19:50] "POST /node-profiles HTTP/1.1" 200 535 0.016317 10.0.0.242 - - [2025-06-02 02:19:50] "POST /fqname-to-id HTTP/1.1" 404 197 0.003083 10.0.0.242 - - [2025-06-02 02:19:50] "POST /node-profiles HTTP/1.1" 200 559 0.016878 10.0.0.242 - - [2025-06-02 02:19:50] "POST /fqname-to-id HTTP/1.1" 404 206 0.003959 10.0.0.242 - - [2025-06-02 02:19:51] "POST /telemetry-profiles HTTP/1.1" 200 556 0.016020 10.0.0.242 - - [2025-06-02 02:19:51] "POST /fqname-to-id HTTP/1.1" 404 206 0.002874 10.0.0.242 - - [2025-06-02 02:19:51] "POST /telemetry-profiles HTTP/1.1" 200 556 0.016788 10.0.0.242 - - [2025-06-02 02:19:51] "POST /fqname-to-id HTTP/1.1" 404 206 0.002590 10.0.0.242 - - [2025-06-02 02:19:51] "POST /telemetry-profiles HTTP/1.1" 200 556 0.018599 10.0.0.242 - - [2025-06-02 02:19:51] "POST /fqname-to-id HTTP/1.1" 404 206 0.002936 10.0.0.242 - - [2025-06-02 02:19:51] "POST /telemetry-profiles HTTP/1.1" 200 556 0.015665 10.0.0.242 - - [2025-06-02 02:19:51] "POST /fqname-to-id HTTP/1.1" 404 206 0.002820 10.0.0.242 - - [2025-06-02 02:19:51] "POST /telemetry-profiles HTTP/1.1" 200 556 0.016192 10.0.0.242 - - [2025-06-02 02:19:51] "POST /fqname-to-id HTTP/1.1" 404 206 0.003167 10.0.0.242 - - [2025-06-02 02:19:51] "POST /telemetry-profiles HTTP/1.1" 200 556 0.015894 10.0.0.242 - - [2025-06-02 02:19:51] "POST /fqname-to-id HTTP/1.1" 404 199 0.002961 10.0.0.242 - - [2025-06-02 02:19:51] "POST /sflow-profiles HTTP/1.1" 200 534 0.016434 10.0.0.242 - - [2025-06-02 02:19:51] "POST /fqname-to-id HTTP/1.1" 404 202 0.003386 10.0.0.242 - - [2025-06-02 02:19:51] "POST /sflow-profiles HTTP/1.1" 200 540 0.016526 10.0.0.242 - - [2025-06-02 02:19:51] "POST /fqname-to-id HTTP/1.1" 404 202 0.002984 10.0.0.242 - - [2025-06-02 02:19:51] "POST /sflow-profiles HTTP/1.1" 200 540 0.027783 10.0.0.242 - - [2025-06-02 02:19:51] "POST /fqname-to-id HTTP/1.1" 404 199 0.003215 10.0.0.242 - - [2025-06-02 02:19:52] "POST /grpc-profiles HTTP/1.1" 200 532 0.017147 10.0.0.242 - - [2025-06-02 02:19:52] "POST /fqname-to-id HTTP/1.1" 404 199 0.002816 10.0.0.242 - - [2025-06-02 02:19:52] "POST /snmp-profiles HTTP/1.1" 200 532 0.015575 10.0.0.242 - - [2025-06-02 02:19:52] "POST /fqname-to-id HTTP/1.1" 404 202 0.002951 10.0.0.242 - - [2025-06-02 02:19:52] "POST /netconf-profiles HTTP/1.1" 200 544 0.016026 10.0.0.242 - - [2025-06-02 02:19:52] "POST /fqname-to-id HTTP/1.1" 404 193 0.003174 10.0.0.242 - - [2025-06-02 02:19:52] "POST /device-functional-groups HTTP/1.1" 200 542 0.015676 10.0.0.242 - - [2025-06-02 02:19:52] "POST /fqname-to-id HTTP/1.1" 404 193 0.002629 10.0.0.242 - - [2025-06-02 02:19:52] "POST /device-functional-groups HTTP/1.1" 200 542 0.024346 10.0.0.242 - - [2025-06-02 02:19:52] "POST /fqname-to-id HTTP/1.1" 404 195 0.003252 10.0.0.242 - - [2025-06-02 02:19:52] "POST /device-functional-groups HTTP/1.1" 200 546 0.015712 10.0.0.242 - - [2025-06-02 02:19:52] "POST /fqname-to-id HTTP/1.1" 404 194 0.002901 10.0.0.242 - - [2025-06-02 02:19:52] "POST /device-functional-groups HTTP/1.1" 200 544 0.015548 10.0.0.242 - - [2025-06-02 02:19:52] "POST /fqname-to-id HTTP/1.1" 404 218 0.003061 10.0.0.242 - - [2025-06-02 02:19:52] "POST /device-functional-groups HTTP/1.1" 200 592 0.016155 10.0.0.242 - - [2025-06-02 02:19:52] "POST /fqname-to-id HTTP/1.1" 404 208 0.002995 10.0.0.242 - - [2025-06-02 02:19:52] "POST /device-functional-groups HTTP/1.1" 200 572 0.015932 10.0.0.242 - - [2025-06-02 02:19:52] "POST /fqname-to-id HTTP/1.1" 404 236 0.002852 10.0.0.242 - - [2025-06-02 02:19:53] "POST /device-functional-groups HTTP/1.1" 200 622 0.016499 10.0.0.242 - - [2025-06-02 02:19:53] "POST /fqname-to-id HTTP/1.1" 404 206 0.002947 10.0.0.242 - - [2025-06-02 02:19:53] "POST /device-functional-groups HTTP/1.1" 200 568 0.015914 10.0.0.242 - - [2025-06-02 02:19:53] "POST /fqname-to-id HTTP/1.1" 404 205 0.002893 10.0.0.242 - - [2025-06-02 02:19:53] "POST /device-functional-groups HTTP/1.1" 200 566 0.015355 10.0.0.242 - - [2025-06-02 02:19:53] "POST /fqname-to-id HTTP/1.1" 404 210 0.003342 10.0.0.242 - - [2025-06-02 02:19:53] "POST /device-functional-groups HTTP/1.1" 200 576 0.021856 10.0.0.242 - - [2025-06-02 02:19:53] "POST /fqname-to-id HTTP/1.1" 404 201 0.003034 10.0.0.242 - - [2025-06-02 02:19:53] "POST /role-configs HTTP/1.1" 200 527 0.015887 10.0.0.242 - - [2025-06-02 02:19:53] "POST /fqname-to-id HTTP/1.1" 404 196 0.002801 10.0.0.242 - - [2025-06-02 02:19:53] "POST /role-configs HTTP/1.1" 200 522 0.015124 10.0.0.242 - - [2025-06-02 02:19:53] "POST /fqname-to-id HTTP/1.1" 404 198 0.002876 10.0.0.242 - - [2025-06-02 02:19:53] "POST /role-configs HTTP/1.1" 200 524 0.015293 10.0.0.242 - - [2025-06-02 02:19:53] "POST /fqname-to-id HTTP/1.1" 404 198 0.003076 10.0.0.242 - - [2025-06-02 02:19:53] "POST /role-configs HTTP/1.1" 200 524 0.016013 10.0.0.242 - - [2025-06-02 02:19:53] "POST /fqname-to-id HTTP/1.1" 404 202 0.002843 10.0.0.242 - - [2025-06-02 02:19:53] "POST /role-configs HTTP/1.1" 200 528 0.015405 10.0.0.242 - - [2025-06-02 02:19:53] "POST /fqname-to-id HTTP/1.1" 404 197 0.002795 10.0.0.242 - - [2025-06-02 02:19:54] "POST /role-configs HTTP/1.1" 200 523 0.016641 10.0.0.242 - - [2025-06-02 02:19:54] "POST /fqname-to-id HTTP/1.1" 404 193 0.002769 10.0.0.242 - - [2025-06-02 02:19:54] "POST /role-configs HTTP/1.1" 200 519 0.015652 10.0.0.242 - - [2025-06-02 02:19:54] "POST /fqname-to-id HTTP/1.1" 404 194 0.002861 10.0.0.242 - - [2025-06-02 02:19:54] "POST /role-configs HTTP/1.1" 200 520 0.015217 10.0.0.242 - - [2025-06-02 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.242 - - [2025-06-02 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002874 10.0.0.242 - - [2025-06-02 02:19:54] "POST /ref-update HTTP/1.1" 200 156 0.009287 10.0.0.242 - - [2025-06-02 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.242 - - [2025-06-02 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002881 10.0.0.242 - - [2025-06-02 02:19:54] "POST /ref-update HTTP/1.1" 200 156 0.008688 10.0.0.242 - - [2025-06-02 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002918 10.0.0.242 - - [2025-06-02 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.242 - - [2025-06-02 02:19:54] "POST /ref-update HTTP/1.1" 200 156 0.008801 10.0.0.242 - - [2025-06-02 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.242 - - [2025-06-02 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.242 - - [2025-06-02 02:19:54] "POST /ref-update HTTP/1.1" 200 156 0.007953 10.0.0.242 - - [2025-06-02 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003010 10.0.0.242 - - [2025-06-02 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.242 - - [2025-06-02 02:19:54] "POST /ref-update HTTP/1.1" 200 156 0.008057 10.0.0.242 - - [2025-06-02 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003006 10.0.0.242 - - [2025-06-02 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002885 10.0.0.242 - - [2025-06-02 02:19:55] "POST /ref-update HTTP/1.1" 200 156 0.007987 10.0.0.242 - - [2025-06-02 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002808 10.0.0.242 - - [2025-06-02 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002793 10.0.0.242 - - [2025-06-02 02:19:55] "POST /ref-update HTTP/1.1" 200 156 0.008248 10.0.0.242 - - [2025-06-02 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002979 10.0.0.242 - - [2025-06-02 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.242 - - [2025-06-02 02:19:55] "POST /ref-update HTTP/1.1" 200 156 0.008551 10.0.0.242 - - [2025-06-02 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.242 - - [2025-06-02 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003338 10.0.0.242 - - [2025-06-02 02:19:55] "POST /ref-update HTTP/1.1" 200 156 0.008002 10.0.0.242 - - [2025-06-02 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003051 10.0.0.242 - - [2025-06-02 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.242 - - [2025-06-02 02:19:55] "POST /ref-update HTTP/1.1" 200 156 0.008462 10.0.0.242 - - [2025-06-02 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.242 - - [2025-06-02 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002838 10.0.0.242 - - [2025-06-02 02:19:55] "POST /ref-update HTTP/1.1" 200 156 0.008562 10.0.0.242 - - [2025-06-02 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712 10.0.0.242 - - [2025-06-02 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003204 10.0.0.242 - - [2025-06-02 02:19:56] "POST /ref-update HTTP/1.1" 200 156 0.007414 10.0.0.242 - - [2025-06-02 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.242 - - [2025-06-02 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002924 10.0.0.242 - - [2025-06-02 02:19:56] "POST /ref-update HTTP/1.1" 200 156 0.007100 10.0.0.242 - - [2025-06-02 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003012 10.0.0.242 - - [2025-06-02 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002879 10.0.0.242 - - [2025-06-02 02:19:56] "POST /ref-update HTTP/1.1" 200 156 0.007921 10.0.0.242 - - [2025-06-02 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002844 10.0.0.242 - - [2025-06-02 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.242 - - [2025-06-02 02:19:56] "POST /ref-update HTTP/1.1" 200 156 0.007236 10.0.0.242 - - [2025-06-02 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003050 10.0.0.242 - - [2025-06-02 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.242 - - [2025-06-02 02:19:56] "POST /ref-update HTTP/1.1" 200 156 0.007436 10.0.0.242 - - [2025-06-02 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003251 10.0.0.242 - - [2025-06-02 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002961 10.0.0.242 - - [2025-06-02 02:19:56] "POST /ref-update HTTP/1.1" 200 156 0.007077 10.0.0.242 - - [2025-06-02 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.242 - - [2025-06-02 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004514 10.0.0.242 - - [2025-06-02 02:19:56] "POST /ref-update HTTP/1.1" 200 156 0.009501 10.0.0.242 - - [2025-06-02 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.242 - - [2025-06-02 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.242 - - [2025-06-02 02:19:57] "POST /ref-update HTTP/1.1" 200 156 0.008119 10.0.0.242 - - [2025-06-02 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002585 10.0.0.242 - - [2025-06-02 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.242 - - [2025-06-02 02:19:57] "POST /ref-update HTTP/1.1" 200 156 0.007433 10.0.0.242 - - [2025-06-02 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.242 - - [2025-06-02 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002846 10.0.0.242 - - [2025-06-02 02:19:57] "POST /ref-update HTTP/1.1" 200 156 0.007037 10.0.0.242 - - [2025-06-02 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002856 10.0.0.242 - - [2025-06-02 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002946 10.0.0.242 - - [2025-06-02 02:19:57] "POST /ref-update HTTP/1.1" 200 156 0.006866 10.0.0.242 - - [2025-06-02 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.242 - - [2025-06-02 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002943 10.0.0.242 - - [2025-06-02 02:19:57] "POST /ref-update HTTP/1.1" 200 156 0.007869 10.0.0.242 - - [2025-06-02 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.242 - - [2025-06-02 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.242 - - [2025-06-02 02:19:57] "POST /ref-update HTTP/1.1" 200 156 0.007500 10.0.0.242 - - [2025-06-02 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.242 - - [2025-06-02 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.242 - - [2025-06-02 02:19:58] "POST /ref-update HTTP/1.1" 200 156 0.008320 10.0.0.242 - - [2025-06-02 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.242 - - [2025-06-02 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002957 10.0.0.242 - - [2025-06-02 02:19:58] "POST /ref-update HTTP/1.1" 200 156 0.007180 10.0.0.242 - - [2025-06-02 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002864 10.0.0.242 - - [2025-06-02 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003046 10.0.0.242 - - [2025-06-02 02:19:58] "POST /ref-update HTTP/1.1" 200 156 0.007986 10.0.0.242 - - [2025-06-02 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002863 10.0.0.242 - - [2025-06-02 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003166 10.0.0.242 - - [2025-06-02 02:19:58] "POST /ref-update HTTP/1.1" 200 156 0.007528 10.0.0.242 - - [2025-06-02 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003833 10.0.0.242 - - [2025-06-02 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.242 - - [2025-06-02 02:19:58] "POST /ref-update HTTP/1.1" 200 156 0.007338 10.0.0.242 - - [2025-06-02 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003077 10.0.0.242 - - [2025-06-02 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.242 - - [2025-06-02 02:19:58] "POST /ref-update HTTP/1.1" 200 156 0.009835 10.0.0.242 - - [2025-06-02 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004042 10.0.0.242 - - [2025-06-02 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.242 - - [2025-06-02 02:19:58] "POST /ref-update HTTP/1.1" 200 156 0.007291 10.0.0.242 - - [2025-06-02 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.242 - - [2025-06-02 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.242 - - [2025-06-02 02:19:59] "POST /ref-update HTTP/1.1" 200 156 0.007828 10.0.0.242 - - [2025-06-02 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002993 10.0.0.242 - - [2025-06-02 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.242 - - [2025-06-02 02:19:59] "POST /ref-update HTTP/1.1" 200 156 0.009686 10.0.0.242 - - [2025-06-02 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.242 - - [2025-06-02 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002987 10.0.0.242 - - [2025-06-02 02:19:59] "POST /ref-update HTTP/1.1" 200 156 0.009476 10.0.0.242 - - [2025-06-02 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003003 10.0.0.242 - - [2025-06-02 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003121 10.0.0.242 - - [2025-06-02 02:19:59] "POST /ref-update HTTP/1.1" 200 156 0.008686 10.0.0.242 - - [2025-06-02 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.242 - - [2025-06-02 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.242 - - [2025-06-02 02:19:59] "POST /ref-update HTTP/1.1" 200 156 0.007579 10.0.0.242 - - [2025-06-02 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.242 - - [2025-06-02 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.242 - - [2025-06-02 02:19:59] "POST /ref-update HTTP/1.1" 200 156 0.006745 10.0.0.242 - - [2025-06-02 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002914 10.0.0.242 - - [2025-06-02 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003012 10.0.0.242 - - [2025-06-02 02:19:59] "POST /ref-update HTTP/1.1" 200 156 0.007282 10.0.0.242 - - [2025-06-02 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003087 10.0.0.242 - - [2025-06-02 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003493 10.0.0.242 - - [2025-06-02 02:20:00] "POST /ref-update HTTP/1.1" 200 156 0.007501 10.0.0.242 - - [2025-06-02 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002972 10.0.0.242 - - [2025-06-02 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.242 - - [2025-06-02 02:20:00] "POST /ref-update HTTP/1.1" 200 156 0.007220 10.0.0.242 - - [2025-06-02 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.242 - - [2025-06-02 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002909 10.0.0.242 - - [2025-06-02 02:20:00] "POST /ref-update HTTP/1.1" 200 156 0.008800 10.0.0.242 - - [2025-06-02 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003418 10.0.0.242 - - [2025-06-02 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.242 - - [2025-06-02 02:20:00] "POST /ref-update HTTP/1.1" 200 156 0.008128 10.0.0.242 - - [2025-06-02 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003113 10.0.0.242 - - [2025-06-02 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.242 - - [2025-06-02 02:20:00] "POST /ref-update HTTP/1.1" 200 156 0.007729 10.0.0.242 - - [2025-06-02 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002843 10.0.0.242 - - [2025-06-02 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002917 10.0.0.242 - - [2025-06-02 02:20:00] "POST /ref-update HTTP/1.1" 200 156 0.007355 10.0.0.242 - - [2025-06-02 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.242 - - [2025-06-02 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002979 10.0.0.242 - - [2025-06-02 02:20:01] "POST /ref-update HTTP/1.1" 200 156 0.006728 10.0.0.242 - - [2025-06-02 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002893 10.0.0.242 - - [2025-06-02 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.242 - - [2025-06-02 02:20:01] "POST /ref-update HTTP/1.1" 200 156 0.006986 10.0.0.242 - - [2025-06-02 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002950 10.0.0.242 - - [2025-06-02 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.242 - - [2025-06-02 02:20:01] "POST /ref-update HTTP/1.1" 200 156 0.007474 10.0.0.242 - - [2025-06-02 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002884 10.0.0.242 - - [2025-06-02 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002868 10.0.0.242 - - [2025-06-02 02:20:01] "POST /ref-update HTTP/1.1" 200 156 0.007101 10.0.0.242 - - [2025-06-02 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002994 10.0.0.242 - - [2025-06-02 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002926 10.0.0.242 - - [2025-06-02 02:20:01] "POST /ref-update HTTP/1.1" 200 156 0.007263 10.0.0.242 - - [2025-06-02 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003122 10.0.0.242 - - [2025-06-02 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.242 - - [2025-06-02 02:20:01] "POST /ref-update HTTP/1.1" 200 156 0.007937 10.0.0.242 - - [2025-06-02 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003048 10.0.0.242 - - [2025-06-02 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308 10.0.0.242 - - [2025-06-02 02:20:01] "POST /ref-update HTTP/1.1" 200 156 0.010892 10.0.0.242 - - [2025-06-02 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.242 - - [2025-06-02 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.242 - - [2025-06-02 02:20:02] "POST /ref-update HTTP/1.1" 200 156 0.007316 10.0.0.242 - - [2025-06-02 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.242 - - [2025-06-02 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.242 - - [2025-06-02 02:20:02] "POST /ref-update HTTP/1.1" 200 156 0.006854 10.0.0.242 - - [2025-06-02 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.242 - - [2025-06-02 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002900 10.0.0.242 - - [2025-06-02 02:20:02] "POST /ref-update HTTP/1.1" 200 156 0.007066 10.0.0.242 - - [2025-06-02 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003012 10.0.0.242 - - [2025-06-02 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.242 - - [2025-06-02 02:20:02] "POST /ref-update HTTP/1.1" 200 156 0.007173 10.0.0.242 - - [2025-06-02 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.242 - - [2025-06-02 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.242 - - [2025-06-02 02:20:02] "POST /ref-update HTTP/1.1" 200 156 0.007181 10.0.0.242 - - [2025-06-02 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.242 - - [2025-06-02 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.242 - - [2025-06-02 02:20:02] "POST /ref-update HTTP/1.1" 200 156 0.009339 10.0.0.242 - - [2025-06-02 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003006 10.0.0.242 - - [2025-06-02 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.242 - - [2025-06-02 02:20:03] "POST /ref-update HTTP/1.1" 200 156 0.007117 10.0.0.242 - - [2025-06-02 02:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.242 - - [2025-06-02 02:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.242 - - [2025-06-02 02:20:03] "POST /ref-update HTTP/1.1" 200 156 0.007090 10.0.0.242 - - [2025-06-02 02:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002712 10.0.0.242 - - [2025-06-02 02:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004044 10.0.0.242 - - [2025-06-02 02:20:03] "POST /ref-update HTTP/1.1" 200 156 0.009803 10.0.0.242 - - [2025-06-02 02:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.242 - - [2025-06-02 02:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002907 10.0.0.242 - - [2025-06-02 02:20:03] "POST /ref-update HTTP/1.1" 200 156 0.007796 10.0.0.242 - - [2025-06-02 02:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003051 10.0.0.242 - - [2025-06-02 02:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002864 10.0.0.242 - - [2025-06-02 02:20:03] "POST /ref-update HTTP/1.1" 200 156 0.007330 10.0.0.242 - - [2025-06-02 02:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003033 10.0.0.242 - - [2025-06-02 02:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003003 10.0.0.242 - - [2025-06-02 02:20:03] "POST /ref-update HTTP/1.1" 200 156 0.008456 10.0.0.242 - - [2025-06-02 02:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002967 10.0.0.242 - - [2025-06-02 02:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.242 - - [2025-06-02 02:20:03] "POST /ref-update HTTP/1.1" 200 156 0.008099 10.0.0.242 - - [2025-06-02 02:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002849 10.0.0.242 - - [2025-06-02 02:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002809 10.0.0.242 - - [2025-06-02 02:20:04] "POST /ref-update HTTP/1.1" 200 156 0.006736 10.0.0.242 - - [2025-06-02 02:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.242 - - [2025-06-02 02:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.242 - - [2025-06-02 02:20:04] "POST /ref-update HTTP/1.1" 200 156 0.009211 10.0.0.242 - - [2025-06-02 02:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003077 10.0.0.242 - - [2025-06-02 02:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.242 - - [2025-06-02 02:20:04] "POST /ref-update HTTP/1.1" 200 156 0.011276 10.0.0.242 - - [2025-06-02 02:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.242 - - [2025-06-02 02:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002955 10.0.0.242 - - [2025-06-02 02:20:04] "POST /ref-update HTTP/1.1" 200 156 0.008335 10.0.0.242 - - [2025-06-02 02:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.242 - - [2025-06-02 02:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.242 - - [2025-06-02 02:20:04] "POST /ref-update HTTP/1.1" 200 156 0.009177 10.0.0.242 - - [2025-06-02 02:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003059 10.0.0.242 - - [2025-06-02 02:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.242 - - [2025-06-02 02:20:04] "POST /ref-update HTTP/1.1" 200 156 0.007430 10.0.0.242 - - [2025-06-02 02:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002885 10.0.0.242 - - [2025-06-02 02:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.242 - - [2025-06-02 02:20:05] "POST /ref-update HTTP/1.1" 200 156 0.008440 10.0.0.242 - - [2025-06-02 02:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.242 - - [2025-06-02 02:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.242 - - [2025-06-02 02:20:05] "POST /ref-update HTTP/1.1" 200 156 0.007182 10.0.0.242 - - [2025-06-02 02:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.242 - - [2025-06-02 02:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002947 10.0.0.242 - - [2025-06-02 02:20:05] "POST /ref-update HTTP/1.1" 200 156 0.006949 10.0.0.242 - - [2025-06-02 02:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.242 - - [2025-06-02 02:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002996 10.0.0.242 - - [2025-06-02 02:20:05] "POST /ref-update HTTP/1.1" 200 156 0.010401 10.0.0.242 - - [2025-06-02 02:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003084 10.0.0.242 - - [2025-06-02 02:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.242 - - [2025-06-02 02:20:05] "POST /ref-update HTTP/1.1" 200 156 0.006983 10.0.0.242 - - [2025-06-02 02:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003003 10.0.0.242 - - [2025-06-02 02:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081 10.0.0.242 - - [2025-06-02 02:20:05] "POST /ref-update HTTP/1.1" 200 156 0.007008 10.0.0.242 - - [2025-06-02 02:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003066 10.0.0.242 - - [2025-06-02 02:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003010 10.0.0.242 - - [2025-06-02 02:20:05] "POST /ref-update HTTP/1.1" 200 156 0.007894 10.0.0.242 - - [2025-06-02 02:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003095 10.0.0.242 - - [2025-06-02 02:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003251 10.0.0.242 - - [2025-06-02 02:20:06] "POST /ref-update HTTP/1.1" 200 156 0.007222 10.0.0.242 - - [2025-06-02 02:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.242 - - [2025-06-02 02:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.242 - - [2025-06-02 02:20:06] "POST /ref-update HTTP/1.1" 200 156 0.008058 10.0.0.242 - - [2025-06-02 02:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.242 - - [2025-06-02 02:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.242 - - [2025-06-02 02:20:06] "POST /ref-update HTTP/1.1" 200 156 0.007203 10.0.0.242 - - [2025-06-02 02:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.242 - - [2025-06-02 02:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002961 10.0.0.242 - - [2025-06-02 02:20:06] "POST /ref-update HTTP/1.1" 200 156 0.007196 10.0.0.242 - - [2025-06-02 02:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002960 10.0.0.242 - - [2025-06-02 02:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197 10.0.0.242 - - [2025-06-02 02:20:06] "POST /ref-update HTTP/1.1" 200 156 0.008678 10.0.0.242 - - [2025-06-02 02:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081 10.0.0.242 - - [2025-06-02 02:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.242 - - [2025-06-02 02:20:06] "POST /ref-update HTTP/1.1" 200 156 0.008669 10.0.0.242 - - [2025-06-02 02:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.242 - - [2025-06-02 02:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002890 10.0.0.242 - - [2025-06-02 02:20:06] "POST /ref-update HTTP/1.1" 200 156 0.008296 10.0.0.242 - - [2025-06-02 02:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.242 - - [2025-06-02 02:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.242 - - [2025-06-02 02:20:07] "POST /ref-update HTTP/1.1" 200 156 0.007231 10.0.0.242 - - [2025-06-02 02:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002935 10.0.0.242 - - [2025-06-02 02:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002895 10.0.0.242 - - [2025-06-02 02:20:07] "POST /ref-update HTTP/1.1" 200 156 0.007024 10.0.0.242 - - [2025-06-02 02:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002906 10.0.0.242 - - [2025-06-02 02:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.242 - - [2025-06-02 02:20:07] "POST /ref-update HTTP/1.1" 200 156 0.007535 10.0.0.242 - - [2025-06-02 02:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002969 10.0.0.242 - - [2025-06-02 02:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004294 10.0.0.242 - - [2025-06-02 02:20:07] "POST /ref-update HTTP/1.1" 200 156 0.007584 10.0.0.242 - - [2025-06-02 02:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.242 - - [2025-06-02 02:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.242 - - [2025-06-02 02:20:07] "POST /ref-update HTTP/1.1" 200 156 0.007499 10.0.0.242 - - [2025-06-02 02:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748 10.0.0.242 - - [2025-06-02 02:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.242 - - [2025-06-02 02:20:07] "POST /ref-update HTTP/1.1" 200 156 0.009436 10.0.0.242 - - [2025-06-02 02:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.242 - - [2025-06-02 02:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.242 - - [2025-06-02 02:20:08] "POST /ref-update HTTP/1.1" 200 156 0.006997 10.0.0.242 - - [2025-06-02 02:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.242 - - [2025-06-02 02:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.242 - - [2025-06-02 02:20:08] "POST /ref-update HTTP/1.1" 200 156 0.007703 10.0.0.242 - - [2025-06-02 02:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002796 10.0.0.242 - - [2025-06-02 02:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002855 10.0.0.242 - - [2025-06-02 02:20:08] "POST /ref-update HTTP/1.1" 200 156 0.006970 10.0.0.242 - - [2025-06-02 02:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002974 10.0.0.242 - - [2025-06-02 02:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002902 10.0.0.242 - - [2025-06-02 02:20:08] "POST /ref-update HTTP/1.1" 200 156 0.006579 10.0.0.242 - - [2025-06-02 02:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002651 10.0.0.242 - - [2025-06-02 02:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002905 10.0.0.242 - - [2025-06-02 02:20:08] "POST /ref-update HTTP/1.1" 200 156 0.006658 10.0.0.242 - - [2025-06-02 02:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003028 10.0.0.242 - - [2025-06-02 02:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.242 - - [2025-06-02 02:20:08] "POST /ref-update HTTP/1.1" 200 156 0.007660 10.0.0.242 - - [2025-06-02 02:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003071 10.0.0.242 - - [2025-06-02 02:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.242 - - [2025-06-02 02:20:08] "POST /ref-update HTTP/1.1" 200 156 0.007466 10.0.0.242 - - [2025-06-02 02:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.242 - - [2025-06-02 02:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002830 10.0.0.242 - - [2025-06-02 02:20:09] "POST /ref-update HTTP/1.1" 200 156 0.007110 10.0.0.242 - - [2025-06-02 02:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002892 10.0.0.242 - - [2025-06-02 02:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.242 - - [2025-06-02 02:20:09] "POST /ref-update HTTP/1.1" 200 156 0.007051 10.0.0.242 - - [2025-06-02 02:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002815 10.0.0.242 - - [2025-06-02 02:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002826 10.0.0.242 - - [2025-06-02 02:20:09] "POST /ref-update HTTP/1.1" 200 156 0.006626 10.0.0.242 - - [2025-06-02 02:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002685 10.0.0.242 - - [2025-06-02 02:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002715 10.0.0.242 - - [2025-06-02 02:20:09] "POST /ref-update HTTP/1.1" 200 156 0.007041 10.0.0.242 - - [2025-06-02 02:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.242 - - [2025-06-02 02:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.242 - - [2025-06-02 02:20:09] "POST /ref-update HTTP/1.1" 200 156 0.007823 10.0.0.242 - - [2025-06-02 02:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.242 - - [2025-06-02 02:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.242 - - [2025-06-02 02:20:09] "POST /ref-update HTTP/1.1" 200 156 0.007993 10.0.0.242 - - [2025-06-02 02:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.242 - - [2025-06-02 02:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.242 - - [2025-06-02 02:20:10] "POST /ref-update HTTP/1.1" 200 156 0.007262 10.0.0.242 - - [2025-06-02 02:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002958 10.0.0.242 - - [2025-06-02 02:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002945 10.0.0.242 - - [2025-06-02 02:20:10] "POST /ref-update HTTP/1.1" 200 156 0.007578 10.0.0.242 - - [2025-06-02 02:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003005 10.0.0.242 - - [2025-06-02 02:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.242 - - [2025-06-02 02:20:10] "POST /ref-update HTTP/1.1" 200 156 0.006754 10.0.0.242 - - [2025-06-02 02:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002422 10.0.0.242 - - [2025-06-02 02:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.242 - - [2025-06-02 02:20:10] "POST /ref-update HTTP/1.1" 200 156 0.007016 10.0.0.242 - - [2025-06-02 02:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.242 - - [2025-06-02 02:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003010 10.0.0.242 - - [2025-06-02 02:20:10] "POST /ref-update HTTP/1.1" 200 156 0.007923 10.0.0.242 - - [2025-06-02 02:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002956 10.0.0.242 - - [2025-06-02 02:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002929 10.0.0.242 - - [2025-06-02 02:20:10] "POST /ref-update HTTP/1.1" 200 156 0.007163 10.0.0.242 - - [2025-06-02 02:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.242 - - [2025-06-02 02:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.242 - - [2025-06-02 02:20:10] "POST /ref-update HTTP/1.1" 200 156 0.008929 10.0.0.242 - - [2025-06-02 02:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.242 - - [2025-06-02 02:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003087 10.0.0.242 - - [2025-06-02 02:20:11] "POST /ref-update HTTP/1.1" 200 156 0.007061 10.0.0.242 - - [2025-06-02 02:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.242 - - [2025-06-02 02:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002812 10.0.0.242 - - [2025-06-02 02:20:11] "POST /ref-update HTTP/1.1" 200 156 0.007014 10.0.0.242 - - [2025-06-02 02:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002671 10.0.0.242 - - [2025-06-02 02:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002784 10.0.0.242 - - [2025-06-02 02:20:11] "POST /ref-update HTTP/1.1" 200 156 0.008296 10.0.0.242 - - [2025-06-02 02:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002847 10.0.0.242 - - [2025-06-02 02:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002717 10.0.0.242 - - [2025-06-02 02:20:11] "POST /ref-update HTTP/1.1" 200 156 0.006671 10.0.0.242 - - [2025-06-02 02:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002757 10.0.0.242 - - [2025-06-02 02:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002869 10.0.0.242 - - [2025-06-02 02:20:11] "POST /ref-update HTTP/1.1" 200 156 0.007816 10.0.0.242 - - [2025-06-02 02:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.242 - - [2025-06-02 02:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.242 - - [2025-06-02 02:20:11] "POST /ref-update HTTP/1.1" 200 156 0.006911 10.0.0.242 - - [2025-06-02 02:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002882 10.0.0.242 - - [2025-06-02 02:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.242 - - [2025-06-02 02:20:12] "POST /ref-update HTTP/1.1" 200 156 0.008393 10.0.0.242 - - [2025-06-02 02:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.242 - - [2025-06-02 02:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.242 - - [2025-06-02 02:20:12] "POST /ref-update HTTP/1.1" 200 156 0.007407 10.0.0.242 - - [2025-06-02 02:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003831 10.0.0.242 - - [2025-06-02 02:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002871 10.0.0.242 - - [2025-06-02 02:20:12] "POST /ref-update HTTP/1.1" 200 156 0.007614 10.0.0.242 - - [2025-06-02 02:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.242 - - [2025-06-02 02:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002913 10.0.0.242 - - [2025-06-02 02:20:12] "POST /ref-update HTTP/1.1" 200 156 0.007375 10.0.0.242 - - [2025-06-02 02:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.242 - - [2025-06-02 02:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002843 10.0.0.242 - - [2025-06-02 02:20:12] "POST /ref-update HTTP/1.1" 200 156 0.008036 10.0.0.242 - - [2025-06-02 02:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.242 - - [2025-06-02 02:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002916 10.0.0.242 - - [2025-06-02 02:20:12] "POST /ref-update HTTP/1.1" 200 156 0.007030 10.0.0.242 - - [2025-06-02 02:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002931 10.0.0.242 - - [2025-06-02 02:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002777 10.0.0.242 - - [2025-06-02 02:20:12] "POST /ref-update HTTP/1.1" 200 156 0.008288 10.0.0.242 - - [2025-06-02 02:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002842 10.0.0.242 - - [2025-06-02 02:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.242 - - [2025-06-02 02:20:13] "POST /ref-update HTTP/1.1" 200 156 0.007073 10.0.0.242 - - [2025-06-02 02:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003223 10.0.0.242 - - [2025-06-02 02:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.242 - - [2025-06-02 02:20:13] "POST /ref-update HTTP/1.1" 200 156 0.007251 10.0.0.242 - - [2025-06-02 02:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.242 - - [2025-06-02 02:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.242 - - [2025-06-02 02:20:13] "POST /ref-update HTTP/1.1" 200 156 0.009727 10.0.0.242 - - [2025-06-02 02:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004043 10.0.0.242 - - [2025-06-02 02:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002921 10.0.0.242 - - [2025-06-02 02:20:13] "POST /ref-update HTTP/1.1" 200 156 0.006770 10.0.0.242 - - [2025-06-02 02:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002940 10.0.0.242 - - [2025-06-02 02:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.242 - - [2025-06-02 02:20:13] "POST /ref-update HTTP/1.1" 200 156 0.006956 10.0.0.242 - - [2025-06-02 02:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004100 10.0.0.242 - - [2025-06-02 02:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.242 - - [2025-06-02 02:20:13] "POST /ref-update HTTP/1.1" 200 156 0.007207 10.0.0.242 - - [2025-06-02 02:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.242 - - [2025-06-02 02:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003012 10.0.0.242 - - [2025-06-02 02:20:13] "POST /ref-update HTTP/1.1" 200 156 0.007170 10.0.0.242 - - [2025-06-02 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002953 10.0.0.242 - - [2025-06-02 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002898 10.0.0.242 - - [2025-06-02 02:20:14] "POST /ref-update HTTP/1.1" 200 156 0.007178 10.0.0.242 - - [2025-06-02 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.242 - - [2025-06-02 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002856 10.0.0.242 - - [2025-06-02 02:20:14] "POST /ref-update HTTP/1.1" 200 156 0.006683 10.0.0.242 - - [2025-06-02 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.242 - - [2025-06-02 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003643 10.0.0.242 - - [2025-06-02 02:20:14] "POST /ref-update HTTP/1.1" 200 156 0.009067 10.0.0.242 - - [2025-06-02 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.242 - - [2025-06-02 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003869 10.0.0.242 - - [2025-06-02 02:20:14] "POST /ref-update HTTP/1.1" 200 156 0.009610 10.0.0.242 - - [2025-06-02 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.242 - - [2025-06-02 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003903 10.0.0.242 - - [2025-06-02 02:20:14] "POST /ref-update HTTP/1.1" 200 156 0.009362 10.0.0.242 - - [2025-06-02 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.242 - - [2025-06-02 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.242 - - [2025-06-02 02:20:14] "POST /ref-update HTTP/1.1" 200 156 0.007289 10.0.0.242 - - [2025-06-02 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.242 - - [2025-06-02 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003925 10.0.0.242 - - [2025-06-02 02:20:15] "POST /ref-update HTTP/1.1" 200 156 0.008265 10.0.0.242 - - [2025-06-02 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004056 10.0.0.242 - - [2025-06-02 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002892 10.0.0.242 - - [2025-06-02 02:20:15] "POST /ref-update HTTP/1.1" 200 156 0.009701 10.0.0.242 - - [2025-06-02 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.242 - - [2025-06-02 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.242 - - [2025-06-02 02:20:15] "POST /ref-update HTTP/1.1" 200 156 0.006879 10.0.0.242 - - [2025-06-02 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004318 10.0.0.242 - - [2025-06-02 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002912 10.0.0.242 - - [2025-06-02 02:20:15] "POST /ref-update HTTP/1.1" 200 156 0.007670 10.0.0.242 - - [2025-06-02 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002871 10.0.0.242 - - [2025-06-02 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002837 10.0.0.242 - - [2025-06-02 02:20:15] "POST /ref-update HTTP/1.1" 200 156 0.007742 10.0.0.242 - - [2025-06-02 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.242 - - [2025-06-02 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003782 10.0.0.242 - - [2025-06-02 02:20:15] "POST /ref-update HTTP/1.1" 200 156 0.008776 10.0.0.242 - - [2025-06-02 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002893 10.0.0.242 - - [2025-06-02 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003121 10.0.0.242 - - [2025-06-02 02:20:15] "POST /ref-update HTTP/1.1" 200 156 0.007555 10.0.0.242 - - [2025-06-02 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003033 10.0.0.242 - - [2025-06-02 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.242 - - [2025-06-02 02:20:16] "POST /ref-update HTTP/1.1" 200 156 0.007164 10.0.0.242 - - [2025-06-02 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003830 10.0.0.242 - - [2025-06-02 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.242 - - [2025-06-02 02:20:16] "POST /ref-update HTTP/1.1" 200 156 0.022636 10.0.0.242 - - [2025-06-02 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.242 - - [2025-06-02 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003010 10.0.0.242 - - [2025-06-02 02:20:16] "POST /ref-update HTTP/1.1" 200 156 0.008340 10.0.0.242 - - [2025-06-02 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.242 - - [2025-06-02 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.242 - - [2025-06-02 02:20:16] "POST /ref-update HTTP/1.1" 200 156 0.007978 10.0.0.242 - - [2025-06-02 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.242 - - [2025-06-02 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.242 - - [2025-06-02 02:20:16] "POST /ref-update HTTP/1.1" 200 156 0.007915 10.0.0.242 - - [2025-06-02 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.242 - - [2025-06-02 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002978 10.0.0.242 - - [2025-06-02 02:20:16] "POST /ref-update HTTP/1.1" 200 156 0.014654 10.0.0.242 - - [2025-06-02 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.242 - - [2025-06-02 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004013 10.0.0.242 - - [2025-06-02 02:20:17] "POST /ref-update HTTP/1.1" 200 156 0.007517 10.0.0.242 - - [2025-06-02 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005352 10.0.0.242 - - [2025-06-02 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004106 10.0.0.242 - - [2025-06-02 02:20:17] "POST /ref-update HTTP/1.1" 200 156 0.008123 10.0.0.242 - - [2025-06-02 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.242 - - [2025-06-02 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.242 - - [2025-06-02 02:20:17] "POST /ref-update HTTP/1.1" 200 156 0.007471 10.0.0.242 - - [2025-06-02 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.242 - - [2025-06-02 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003236 10.0.0.242 - - [2025-06-02 02:20:17] "POST /ref-update HTTP/1.1" 200 156 0.009602 10.0.0.242 - - [2025-06-02 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.006365 10.0.0.242 - - [2025-06-02 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.242 - - [2025-06-02 02:20:17] "POST /ref-update HTTP/1.1" 200 156 0.009372 10.0.0.242 - - [2025-06-02 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002973 10.0.0.242 - - [2025-06-02 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002945 10.0.0.242 - - [2025-06-02 02:20:17] "POST /ref-update HTTP/1.1" 200 156 0.007787 10.0.0.242 - - [2025-06-02 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.242 - - [2025-06-02 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003245 10.0.0.242 - - [2025-06-02 02:20:17] "POST /ref-update HTTP/1.1" 200 156 0.008634 10.0.0.242 - - [2025-06-02 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003240 10.0.0.242 - - [2025-06-02 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.242 - - [2025-06-02 02:20:18] "POST /ref-update HTTP/1.1" 200 156 0.008098 10.0.0.242 - - [2025-06-02 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003245 10.0.0.242 - - [2025-06-02 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002987 10.0.0.242 - - [2025-06-02 02:20:18] "POST /ref-update HTTP/1.1" 200 156 0.007716 10.0.0.242 - - [2025-06-02 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003947 10.0.0.242 - - [2025-06-02 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004125 10.0.0.242 - - [2025-06-02 02:20:18] "POST /ref-update HTTP/1.1" 200 156 0.008566 10.0.0.242 - - [2025-06-02 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.242 - - [2025-06-02 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003110 10.0.0.242 - - [2025-06-02 02:20:18] "POST /ref-update HTTP/1.1" 200 156 0.009238 10.0.0.242 - - [2025-06-02 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004068 10.0.0.242 - - [2025-06-02 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003814 10.0.0.242 - - [2025-06-02 02:20:18] "POST /ref-update HTTP/1.1" 200 156 0.009710 10.0.0.242 - - [2025-06-02 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004027 10.0.0.242 - - [2025-06-02 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004110 10.0.0.242 - - [2025-06-02 02:20:18] "POST /ref-update HTTP/1.1" 200 156 0.007257 10.0.0.242 - - [2025-06-02 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.006859 10.0.0.242 - - [2025-06-02 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004329 10.0.0.242 - - [2025-06-02 02:20:19] "POST /ref-update HTTP/1.1" 200 156 0.008759 10.0.0.242 - - [2025-06-02 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004267 10.0.0.242 - - [2025-06-02 02:20:19] "GET / HTTP/1.1" 200 36215 0.001974 10.0.0.242 - - [2025-06-02 02:20:19] "POST /fqname-to-id HTTP/1.1" 401 293 0.000620 10.0.0.242 - - [2025-06-02 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003828 10.0.0.242 - - [2025-06-02 02:20:19] "POST /ref-update HTTP/1.1" 200 156 0.007028 10.0.0.242 - - [2025-06-02 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.242 - - [2025-06-02 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.242 - - [2025-06-02 02:20:19] "POST /ref-update HTTP/1.1" 200 156 0.006914 10.0.0.242 - - [2025-06-02 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002800 10.0.0.242 - - [2025-06-02 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.242 - - [2025-06-02 02:20:19] "POST /ref-update HTTP/1.1" 200 156 0.007558 10.0.0.242 - - [2025-06-02 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.022621 10.0.0.242 - - [2025-06-02 02:20:19] "GET /routing-instance/af2cb9cb-88a3-49f7-8e7c-3c0975ba4871?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1178 0.004209 10.0.0.242 - - [2025-06-02 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002753 10.0.0.242 - - [2025-06-02 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002250 10.0.0.242 - - [2025-06-02 02:20:19] "POST /bgp-routers HTTP/1.1" 200 622 0.018989 10.0.0.242 - - [2025-06-02 02:20:19] "GET /bgp-router/68c1b64e-77ee-4d1b-8df2-b3c44e89e7db?fields=global_system_config_back_refs HTTP/1.1" 200 1128 0.008019 10.0.0.242 - - [2025-06-02 02:20:19] "POST /ref-update HTTP/1.1" 200 156 0.011716 10.0.0.242 - - [2025-06-02 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.242 - - [2025-06-02 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002505 10.0.0.242 - - [2025-06-02 02:20:19] "GET /global-system-config/81a0c2e1-4dc9-44fb-abed-7eb9a88e38e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2342 0.006703 10.0.0.242 - - [2025-06-02 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.242 - - [2025-06-02 02:20:19] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003043 10.0.0.242 - - [2025-06-02 02:20:19] "POST /ref-update HTTP/1.1" 200 156 0.006421 10.0.0.242 - - [2025-06-02 02:20:19] "POST /ref-update HTTP/1.1" 200 156 0.007371 10.0.0.242 - - [2025-06-02 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004294 10.0.0.242 - - [2025-06-02 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.242 - - [2025-06-02 02:20:19] "POST /ref-update HTTP/1.1" 200 156 0.021855 10.0.0.242 - - [2025-06-02 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003918 10.0.0.242 - - [2025-06-02 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.242 - - [2025-06-02 02:20:20] "POST /ref-update HTTP/1.1" 200 156 0.009172 10.0.0.242 - - [2025-06-02 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003244 10.0.0.242 - - [2025-06-02 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.242 - - [2025-06-02 02:20:20] "POST /ref-update HTTP/1.1" 200 156 0.008317 10.0.0.242 - - [2025-06-02 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002848 10.0.0.242 - - [2025-06-02 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.242 - - [2025-06-02 02:20:20] "POST /ref-update HTTP/1.1" 200 156 0.008862 10.0.0.242 - - [2025-06-02 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.242 - - [2025-06-02 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002943 10.0.0.242 - - [2025-06-02 02:20:20] "POST /ref-update HTTP/1.1" 200 156 0.007612 10.0.0.242 - - [2025-06-02 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.242 - - [2025-06-02 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002902 10.0.0.242 - - [2025-06-02 02:20:20] "POST /ref-update HTTP/1.1" 200 156 0.009488 10.0.0.242 - - [2025-06-02 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003076 10.0.0.242 - - [2025-06-02 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.242 - - [2025-06-02 02:20:20] "POST /ref-update HTTP/1.1" 200 156 0.009187 10.0.0.242 - - [2025-06-02 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.242 - - [2025-06-02 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003878 10.0.0.242 - - [2025-06-02 02:20:21] "POST /ref-update HTTP/1.1" 200 156 0.008209 10.0.0.242 - - [2025-06-02 02:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003144 10.0.0.242 - - [2025-06-02 02:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.242 - - [2025-06-02 02:20:21] "POST /ref-update HTTP/1.1" 200 156 0.008445 10.0.0.242 - - [2025-06-02 02:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.242 - - [2025-06-02 02:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.242 - - [2025-06-02 02:20:21] "POST /ref-update HTTP/1.1" 200 156 0.007069 10.0.0.242 - - [2025-06-02 02:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002871 10.0.0.242 - - [2025-06-02 02:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002855 10.0.0.242 - - [2025-06-02 02:20:21] "POST /ref-update HTTP/1.1" 200 156 0.006780 10.0.0.242 - - [2025-06-02 02:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.242 - - [2025-06-02 02:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002920 10.0.0.242 - - [2025-06-02 02:20:21] "POST /ref-update HTTP/1.1" 200 156 0.008337 10.0.0.242 - - [2025-06-02 02:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.242 - - [2025-06-02 02:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.242 - - [2025-06-02 02:20:21] "POST /ref-update HTTP/1.1" 200 156 0.007736 10.0.0.242 - - [2025-06-02 02:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003094 10.0.0.242 - - [2025-06-02 02:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.242 - - [2025-06-02 02:20:21] "POST /ref-update HTTP/1.1" 200 156 0.009305 10.0.0.242 - - [2025-06-02 02:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.242 - - [2025-06-02 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081 10.0.0.242 - - [2025-06-02 02:20:22] "POST /ref-update HTTP/1.1" 200 156 0.009403 10.0.0.242 - - [2025-06-02 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.242 - - [2025-06-02 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003358 10.0.0.242 - - [2025-06-02 02:20:22] "POST /ref-update HTTP/1.1" 200 156 0.008190 10.0.0.242 - - [2025-06-02 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002953 10.0.0.242 - - [2025-06-02 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.242 - - [2025-06-02 02:20:22] "POST /ref-update HTTP/1.1" 200 156 0.008181 10.0.0.242 - - [2025-06-02 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.006985 10.0.0.242 - - [2025-06-02 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002971 10.0.0.242 - - [2025-06-02 02:20:22] "POST /ref-update HTTP/1.1" 200 156 0.009065 10.0.0.242 - - [2025-06-02 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.242 - - [2025-06-02 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.242 - - [2025-06-02 02:20:22] "POST /ref-update HTTP/1.1" 200 156 0.008438 10.0.0.242 - - [2025-06-02 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.242 - - [2025-06-02 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002986 10.0.0.242 - - [2025-06-02 02:20:22] "POST /ref-update HTTP/1.1" 200 156 0.008355 10.0.0.242 - - [2025-06-02 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002935 10.0.0.242 - - [2025-06-02 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002988 10.0.0.242 - - [2025-06-02 02:20:22] "POST /ref-update HTTP/1.1" 200 156 0.008503 10.0.0.242 - - [2025-06-02 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.242 - - [2025-06-02 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.242 - - [2025-06-02 02:20:23] "POST /ref-update HTTP/1.1" 200 156 0.009429 10.0.0.242 - - [2025-06-02 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.242 - - [2025-06-02 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.242 - - [2025-06-02 02:20:23] "POST /ref-update HTTP/1.1" 200 156 0.010070 10.0.0.242 - - [2025-06-02 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002956 10.0.0.242 - - [2025-06-02 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.242 - - [2025-06-02 02:20:23] "POST /ref-update HTTP/1.1" 200 156 0.008014 10.0.0.242 - - [2025-06-02 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.242 - - [2025-06-02 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.242 - - [2025-06-02 02:20:23] "POST /ref-update HTTP/1.1" 200 156 0.008729 10.0.0.242 - - [2025-06-02 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002912 10.0.0.242 - - [2025-06-02 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003766 10.0.0.242 - - [2025-06-02 02:20:23] "POST /ref-update HTTP/1.1" 200 156 0.009909 10.0.0.242 - - [2025-06-02 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003122 10.0.0.242 - - [2025-06-02 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002948 10.0.0.242 - - [2025-06-02 02:20:23] "POST /ref-update HTTP/1.1" 200 156 0.008356 10.0.0.242 - - [2025-06-02 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.242 - - [2025-06-02 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.242 - - [2025-06-02 02:20:24] "POST /ref-update HTTP/1.1" 200 156 0.008797 10.0.0.242 - - [2025-06-02 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.242 - - [2025-06-02 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002906 10.0.0.242 - - [2025-06-02 02:20:24] "POST /ref-update HTTP/1.1" 200 156 0.010508 10.0.0.242 - - [2025-06-02 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002936 10.0.0.242 - - [2025-06-02 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002958 10.0.0.242 - - [2025-06-02 02:20:24] "POST /ref-update HTTP/1.1" 200 156 0.008120 10.0.0.242 - - [2025-06-02 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.242 - - [2025-06-02 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002960 10.0.0.242 - - [2025-06-02 02:20:24] "POST /ref-update HTTP/1.1" 200 156 0.009450 10.0.0.242 - - [2025-06-02 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.242 - - [2025-06-02 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.242 - - [2025-06-02 02:20:24] "POST /ref-update HTTP/1.1" 200 156 0.008697 10.0.0.242 - - [2025-06-02 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003122 10.0.0.242 - - [2025-06-02 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002971 10.0.0.242 - - [2025-06-02 02:20:24] "POST /ref-update HTTP/1.1" 200 156 0.008560 10.0.0.242 - - [2025-06-02 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.242 - - [2025-06-02 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.242 - - [2025-06-02 02:20:24] "POST /ref-update HTTP/1.1" 200 156 0.008517 10.0.0.242 - - [2025-06-02 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002962 10.0.0.242 - - [2025-06-02 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002993 10.0.0.242 - - [2025-06-02 02:20:25] "POST /ref-update HTTP/1.1" 200 156 0.008770 10.0.0.242 - - [2025-06-02 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002817 10.0.0.242 - - [2025-06-02 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.242 - - [2025-06-02 02:20:25] "POST /ref-update HTTP/1.1" 200 156 0.008759 10.0.0.242 - - [2025-06-02 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.242 - - [2025-06-02 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002873 10.0.0.242 - - [2025-06-02 02:20:25] "POST /ref-update HTTP/1.1" 200 156 0.009434 10.0.0.242 - - [2025-06-02 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002935 10.0.0.242 - - [2025-06-02 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002924 10.0.0.242 - - [2025-06-02 02:20:25] "POST /ref-update HTTP/1.1" 200 156 0.007954 10.0.0.242 - - [2025-06-02 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003029 10.0.0.242 - - [2025-06-02 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328 10.0.0.242 - - [2025-06-02 02:20:25] "POST /ref-update HTTP/1.1" 200 156 0.010536 10.0.0.242 - - [2025-06-02 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.242 - - [2025-06-02 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.242 - - [2025-06-02 02:20:25] "POST /ref-update HTTP/1.1" 200 156 0.007841 10.0.0.242 - - [2025-06-02 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003264 10.0.0.242 - - [2025-06-02 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.242 - - [2025-06-02 02:20:26] "POST /ref-update HTTP/1.1" 200 156 0.008136 10.0.0.242 - - [2025-06-02 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.242 - - [2025-06-02 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002946 10.0.0.242 - - [2025-06-02 02:20:26] "POST /ref-update HTTP/1.1" 200 156 0.009232 10.0.0.242 - - [2025-06-02 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002756 10.0.0.242 - - [2025-06-02 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.242 - - [2025-06-02 02:20:26] "POST /ref-update HTTP/1.1" 200 156 0.008033 10.0.0.242 - - [2025-06-02 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002957 10.0.0.242 - - [2025-06-02 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.242 - - [2025-06-02 02:20:26] "POST /ref-update HTTP/1.1" 200 156 0.008511 10.0.0.242 - - [2025-06-02 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003101 10.0.0.242 - - [2025-06-02 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003059 10.0.0.242 - - [2025-06-02 02:20:26] "POST /ref-update HTTP/1.1" 200 156 0.008656 10.0.0.242 - - [2025-06-02 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.242 - - [2025-06-02 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.242 - - [2025-06-02 02:20:26] "POST /ref-update HTTP/1.1" 200 156 0.009921 10.0.0.242 - - [2025-06-02 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003006 10.0.0.242 - - [2025-06-02 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003229 10.0.0.242 - - [2025-06-02 02:20:26] "POST /ref-update HTTP/1.1" 200 156 0.008726 10.0.0.242 - - [2025-06-02 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.242 - - [2025-06-02 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002967 10.0.0.242 - - [2025-06-02 02:20:27] "POST /ref-update HTTP/1.1" 200 156 0.008203 10.0.0.242 - - [2025-06-02 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.242 - - [2025-06-02 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.242 - - [2025-06-02 02:20:27] "POST /ref-update HTTP/1.1" 200 156 0.008509 10.0.0.242 - - [2025-06-02 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003384 10.0.0.242 - - [2025-06-02 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.242 - - [2025-06-02 02:20:27] "POST /ref-update HTTP/1.1" 200 156 0.008848 10.0.0.242 - - [2025-06-02 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002726 10.0.0.242 - - [2025-06-02 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.242 - - [2025-06-02 02:20:27] "POST /ref-update HTTP/1.1" 200 156 0.008478 10.0.0.242 - - [2025-06-02 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.242 - - [2025-06-02 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002953 10.0.0.242 - - [2025-06-02 02:20:27] "POST /ref-update HTTP/1.1" 200 156 0.008202 10.0.0.242 - - [2025-06-02 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.242 - - [2025-06-02 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003989 10.0.0.242 - - [2025-06-02 02:20:27] "POST /ref-update HTTP/1.1" 200 156 0.008162 10.0.0.242 - - [2025-06-02 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002851 10.0.0.242 - - [2025-06-02 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.242 - - [2025-06-02 02:20:28] "POST /ref-update HTTP/1.1" 200 156 0.008765 10.0.0.242 - - [2025-06-02 02:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002935 10.0.0.242 - - [2025-06-02 02:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002882 10.0.0.242 - - [2025-06-02 02:20:28] "POST /ref-update HTTP/1.1" 200 156 0.010264 10.0.0.242 - - [2025-06-02 02:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002940 10.0.0.242 - - [2025-06-02 02:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003148 10.0.0.242 - - [2025-06-02 02:20:28] "POST /ref-update HTTP/1.1" 200 156 0.007825 10.0.0.242 - - [2025-06-02 02:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.242 - - [2025-06-02 02:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.242 - - [2025-06-02 02:20:28] "POST /ref-update HTTP/1.1" 200 156 0.008455 10.0.0.242 - - [2025-06-02 02:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002777 10.0.0.242 - - [2025-06-02 02:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002692 10.0.0.242 - - [2025-06-02 02:20:28] "POST /ref-update HTTP/1.1" 200 156 0.009046 10.0.0.242 - - [2025-06-02 02:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.242 - - [2025-06-02 02:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003146 10.0.0.242 - - [2025-06-02 02:20:28] "POST /ref-update HTTP/1.1" 200 156 0.007810 10.0.0.242 - - [2025-06-02 02:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.242 - - [2025-06-02 02:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.242 - - [2025-06-02 02:20:28] "POST /ref-update HTTP/1.1" 200 156 0.007761 10.0.0.242 - - [2025-06-02 02:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.242 - - [2025-06-02 02:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.242 - - [2025-06-02 02:20:29] "POST /ref-update HTTP/1.1" 200 156 0.007880 10.0.0.242 - - [2025-06-02 02:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002792 10.0.0.242 - - [2025-06-02 02:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002768 10.0.0.242 - - [2025-06-02 02:20:29] "POST /ref-update HTTP/1.1" 200 156 0.008447 10.0.0.242 - - [2025-06-02 02:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002915 10.0.0.242 - - [2025-06-02 02:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.242 - - [2025-06-02 02:20:29] "POST /ref-update HTTP/1.1" 200 156 0.007733 10.0.0.242 - - [2025-06-02 02:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003472 10.0.0.242 - - [2025-06-02 02:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.242 - - [2025-06-02 02:20:29] "POST /ref-update HTTP/1.1" 200 156 0.008317 10.0.0.242 - - [2025-06-02 02:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.242 - - [2025-06-02 02:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002962 10.0.0.242 - - [2025-06-02 02:20:29] "POST /ref-update HTTP/1.1" 200 156 0.008508 10.0.0.242 - - [2025-06-02 02:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002991 10.0.0.242 - - [2025-06-02 02:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.242 - - [2025-06-02 02:20:29] "POST /ref-update HTTP/1.1" 200 156 0.008583 10.0.0.242 - - [2025-06-02 02:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.242 - - [2025-06-02 02:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.242 - - [2025-06-02 02:20:29] "POST /ref-update HTTP/1.1" 200 156 0.006818 10.0.0.242 - - [2025-06-02 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003104 10.0.0.242 - - [2025-06-02 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.242 - - [2025-06-02 02:20:30] "POST /ref-update HTTP/1.1" 200 156 0.008989 10.0.0.242 - - [2025-06-02 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003727 10.0.0.242 - - [2025-06-02 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003238 10.0.0.242 - - [2025-06-02 02:20:30] "POST /ref-update HTTP/1.1" 200 156 0.007427 10.0.0.242 - - [2025-06-02 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002716 10.0.0.242 - - [2025-06-02 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003848 10.0.0.242 - - [2025-06-02 02:20:30] "POST /ref-update HTTP/1.1" 200 156 0.008454 10.0.0.242 - - [2025-06-02 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003033 10.0.0.242 - - [2025-06-02 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002822 10.0.0.242 - - [2025-06-02 02:20:30] "POST /ref-update HTTP/1.1" 200 156 0.007555 10.0.0.242 - - [2025-06-02 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.242 - - [2025-06-02 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003916 10.0.0.242 - - [2025-06-02 02:20:30] "POST /ref-update HTTP/1.1" 200 156 0.008834 10.0.0.242 - - [2025-06-02 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002974 10.0.0.242 - - [2025-06-02 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003084 10.0.0.242 - - [2025-06-02 02:20:30] "POST /ref-update HTTP/1.1" 200 156 0.006963 10.0.0.242 - - [2025-06-02 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.242 - - [2025-06-02 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002933 10.0.0.242 - - [2025-06-02 02:20:31] "POST /ref-update HTTP/1.1" 200 156 0.008223 10.0.0.242 - - [2025-06-02 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002962 10.0.0.242 - - [2025-06-02 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002993 10.0.0.242 - - [2025-06-02 02:20:31] "POST /ref-update HTTP/1.1" 200 156 0.007486 10.0.0.242 - - [2025-06-02 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002856 10.0.0.242 - - [2025-06-02 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002746 10.0.0.242 - - [2025-06-02 02:20:31] "POST /ref-update HTTP/1.1" 200 156 0.007003 10.0.0.242 - - [2025-06-02 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002866 10.0.0.242 - - [2025-06-02 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002869 10.0.0.242 - - [2025-06-02 02:20:31] "POST /ref-update HTTP/1.1" 200 156 0.007319 10.0.0.242 - - [2025-06-02 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002828 10.0.0.242 - - [2025-06-02 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002901 10.0.0.242 - - [2025-06-02 02:20:31] "POST /ref-update HTTP/1.1" 200 156 0.009645 10.0.0.242 - - [2025-06-02 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002894 10.0.0.242 - - [2025-06-02 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.242 - - [2025-06-02 02:20:31] "POST /ref-update HTTP/1.1" 200 156 0.009854 10.0.0.242 - - [2025-06-02 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.242 - - [2025-06-02 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.242 - - [2025-06-02 02:20:31] "POST /ref-update HTTP/1.1" 200 156 0.009953 10.0.0.242 - - [2025-06-02 02:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002850 10.0.0.242 - - [2025-06-02 02:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.242 - - [2025-06-02 02:20:32] "POST /ref-update HTTP/1.1" 200 156 0.009817 10.0.0.242 - - [2025-06-02 02:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004093 10.0.0.242 - - [2025-06-02 02:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005381 10.0.0.242 - - [2025-06-02 02:20:32] "POST /ref-update HTTP/1.1" 200 156 0.012199 10.0.0.242 - - [2025-06-02 02:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.242 - - [2025-06-02 02:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002728 10.0.0.242 - - [2025-06-02 02:20:32] "POST /ref-update HTTP/1.1" 200 156 0.009603 10.0.0.242 - - [2025-06-02 02:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.242 - - [2025-06-02 02:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003903 10.0.0.242 - - [2025-06-02 02:20:32] "POST /ref-update HTTP/1.1" 200 156 0.007513 10.0.0.242 - - [2025-06-02 02:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.242 - - [2025-06-02 02:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002997 10.0.0.242 - - [2025-06-02 02:20:32] "POST /ref-update HTTP/1.1" 200 156 0.008276 10.0.0.242 - - [2025-06-02 02:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002916 10.0.0.242 - - [2025-06-02 02:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002874 10.0.0.242 - - [2025-06-02 02:20:32] "POST /ref-update HTTP/1.1" 200 156 0.007737 10.0.0.242 - - [2025-06-02 02:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.242 - - [2025-06-02 02:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002907 10.0.0.242 - - [2025-06-02 02:20:33] "POST /ref-update HTTP/1.1" 200 156 0.007675 10.0.0.242 - - [2025-06-02 02:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.242 - - [2025-06-02 02:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002884 10.0.0.242 - - [2025-06-02 02:20:33] "POST /ref-update HTTP/1.1" 200 156 0.008346 10.0.0.242 - - [2025-06-02 02:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002588 10.0.0.242 - - [2025-06-02 02:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.242 - - [2025-06-02 02:20:33] "POST /ref-update HTTP/1.1" 200 156 0.007364 10.0.0.242 - - [2025-06-02 02:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.242 - - [2025-06-02 02:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002893 10.0.0.242 - - [2025-06-02 02:20:33] "POST /ref-update HTTP/1.1" 200 156 0.007370 10.0.0.242 - - [2025-06-02 02:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.242 - - [2025-06-02 02:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.242 - - [2025-06-02 02:20:33] "POST /ref-update HTTP/1.1" 200 156 0.007566 10.0.0.242 - - [2025-06-02 02:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002875 10.0.0.242 - - [2025-06-02 02:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002953 10.0.0.242 - - [2025-06-02 02:20:33] "POST /ref-update HTTP/1.1" 200 156 0.008127 10.0.0.242 - - [2025-06-02 02:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002873 10.0.0.242 - - [2025-06-02 02:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002723 10.0.0.242 - - [2025-06-02 02:20:33] "POST /ref-update HTTP/1.1" 200 156 0.008013 10.0.0.242 - - [2025-06-02 02:20:33] "POST /network-ipams HTTP/1.1" 200 552 0.016716 10.0.0.242 - - [2025-06-02 02:20:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002874 10.0.0.242 - - [2025-06-02 02:20:34] "POST /virtual-networks HTTP/1.1" 200 554 0.093641 10.0.0.242 - - [2025-06-02 02:20:34] "GET /physical-routers?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.002424 10.0.0.242 - - [2025-06-02 02:20:34] "POST /fqname-to-id HTTP/1.1" 404 188 0.002439 10.0.0.242 - - [2025-06-02 02:20:34] "POST /fqname-to-id HTTP/1.1" 404 178 0.002798 10.0.0.242 - - [2025-06-02 02:20:34] "GET /fabrics?detail=False&count=False&shared=False HTTP/1.1" 200 313 0.003050 10.0.0.242 - - [2025-06-02 02:20:34] "GET /fabric/29cd3928-8ede-47d8-ad75-4e4b0075daf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1118 0.005806 10.0.0.242 - - [2025-06-02 02:20:34] "POST /fqname-to-id HTTP/1.1" 404 198 0.005973 10.0.0.242 - - [2025-06-02 02:20:34] "POST /fqname-to-id HTTP/1.1" 404 205 0.002844 10.0.0.242 - - [2025-06-02 02:20:34] "POST /fqname-to-id HTTP/1.1" 404 207 0.002866 10.0.0.242 - - [2025-06-02 02:20:34] "POST /route-targets HTTP/1.1" 200 328 0.012842 10.0.0.242 - - [2025-06-02 02:20:34] "POST /ref-update HTTP/1.1" 200 156 0.017477 10.0.0.242 - - [2025-06-02 02:20:49] "GET / HTTP/1.1" 200 36215 0.001920 10.0.0.242 - - [2025-06-02 02:20:49] "POST /fqname-to-id HTTP/1.1" 401 293 0.000676 10.0.0.242 - - [2025-06-02 02:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.035376 10.0.0.242 - - [2025-06-02 02:20:50] "GET /global-system-config/81a0c2e1-4dc9-44fb-abed-7eb9a88e38e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.014099 10.0.0.242 - - [2025-06-02 02:20:50] "POST /fqname-to-id HTTP/1.1" 404 220 0.003735 10.0.0.242 - - [2025-06-02 02:20:50] "POST /database-nodes HTTP/1.1" 200 605 0.020839 10.0.0.242 - - [2025-06-02 02:21:22] "GET / HTTP/1.1" 200 36215 0.001863 10.0.0.242 - - [2025-06-02 02:21:22] "POST /fqname-to-id HTTP/1.1" 401 293 0.000461 10.0.0.242 - - [2025-06-02 02:21:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.023450 10.0.0.242 - - [2025-06-02 02:21:23] "GET /global-system-config/81a0c2e1-4dc9-44fb-abed-7eb9a88e38e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005765 10.0.0.242 - - [2025-06-02 02:21:23] "POST /fqname-to-id HTTP/1.1" 404 220 0.002761 10.0.0.242 - - [2025-06-02 02:21:23] "POST /analytics-nodes HTTP/1.1" 200 607 0.016315 10.0.0.242 - - [2025-06-02 02:21:29] "GET / HTTP/1.1" 200 36215 0.001951 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.242 - - [2025-06-02 02:21:35] "GET /obj-perms HTTP/1.1" 200 5075 0.440855 10.0.0.242 - - [2025-06-02 02:21:35] "GET /obj-perms HTTP/1.1" 200 5075 0.053241 10.0.0.242 - - [2025-06-02 02:21:36] "GET / HTTP/1.1" 200 36215 0.001533 10.0.0.242 - - [2025-06-02 02:21:36] "POST /fqname-to-id HTTP/1.1" 401 293 0.000447 10.0.0.242 - - [2025-06-02 02:21:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.023981 10.0.0.242 - - [2025-06-02 02:21:36] "GET /global-system-config/81a0c2e1-4dc9-44fb-abed-7eb9a88e38e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006363 10.0.0.242 - - [2025-06-02 02:21:37] "POST /fqname-to-id HTTP/1.1" 404 220 0.002741 10.0.0.242 - - [2025-06-02 02:21:37] "POST /analytics-alarm-nodes HTTP/1.1" 200 619 0.016515 10.0.0.242 - - [2025-06-02 02:21:45] "GET / HTTP/1.1" 200 36215 0.001974 10.0.0.242 - - [2025-06-02 02:21:45] "POST /fqname-to-id HTTP/1.1" 401 293 0.000440 10.0.0.242 - - [2025-06-02 02:21:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.026820 10.0.0.242 - - [2025-06-02 02:21:45] "GET /global-system-config/81a0c2e1-4dc9-44fb-abed-7eb9a88e38e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005986 10.0.0.242 - - [2025-06-02 02:21:45] "POST /fqname-to-id HTTP/1.1" 404 220 0.002926 10.0.0.242 - - [2025-06-02 02:21:45] "POST /analytics-snmp-nodes HTTP/1.1" 200 617 0.038275 10.0.0.242 - - [2025-06-02 02:22:35] "GET /obj-perms HTTP/1.1" 200 5075 0.054923 10.0.0.242 - - [2025-06-02 02:22:36] "GET /obj-perms HTTP/1.1" 200 5075 0.050481 10.0.0.242 - - [2025-06-02 02:23:36] "GET /obj-perms HTTP/1.1" 200 5075 0.046055 10.0.0.242 - - [2025-06-02 02:23:37] "GET /obj-perms HTTP/1.1" 200 5075 0.042636 10.0.0.242 - - [2025-06-02 02:24:10] "GET / HTTP/1.1" 200 36215 0.002206 10.0.0.242 - - [2025-06-02 02:24:10] "POST /fqname-to-id HTTP/1.1" 401 293 0.000442 10.0.0.242 - - [2025-06-02 02:24:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.024654 10.0.0.242 - - [2025-06-02 02:24:10] "GET /global-system-config/81a0c2e1-4dc9-44fb-abed-7eb9a88e38e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006103 10.0.0.242 - - [2025-06-02 02:24:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.006437 10.0.0.242 - - [2025-06-02 02:24:10] "GET /routing-instance/af2cb9cb-88a3-49f7-8e7c-3c0975ba4871?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1178 0.009075 10.0.0.242 - - [2025-06-02 02:24:10] "PUT /global-system-config/81a0c2e1-4dc9-44fb-abed-7eb9a88e38e2 HTTP/1.1" 200 275 0.015804 10.0.0.242 - - [2025-06-02 02:24:10] "POST /fqname-to-id HTTP/1.1" 404 218 0.003057 10.0.0.242 - - [2025-06-02 02:24:10] "POST /virtual-routers HTTP/1.1" 200 605 0.017168 10.0.0.242 - - [2025-06-02 02:24:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.242 - - [2025-06-02 02:24:10] "GET /virtual-router/aa5fad11-2030-4369-b79a-9c6fd42aabf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1259 0.005421 10.0.0.242 - - [2025-06-02 02:24:11] "POST /fqname-to-id HTTP/1.1" 404 231 0.002959 10.0.0.242 - - [2025-06-02 02:24:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002969 10.0.0.242 - - [2025-06-02 02:24:11] "GET /virtual-network/66195151-72bd-4ccd-843d-63ccfa0159a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.005678 10.0.0.242 - - [2025-06-02 02:24:11] "POST /virtual-machine-interfaces HTTP/1.1" 200 587 0.035212 10.0.0.242 - - [2025-06-02 02:24:11] "PUT /access-control-list/66caece6-96a4-480e-9092-6f312095475d HTTP/1.1" 200 273 0.010662 [Introspect:8084]10.0.0.242 - - [2025-06-02 02:24:14] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000958 [Introspect:8084]10.0.0.242 - - [2025-06-02 02:24:14] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001001 [Introspect:8084]10.0.0.242 - - [2025-06-02 02:24:16] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000846 [Introspect:8084]10.0.0.242 - - [2025-06-02 02:24:16] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000935 10.0.0.242 - - [2025-06-02 02:24:37] "GET /obj-perms HTTP/1.1" 200 5075 0.047526 10.0.0.242 - - [2025-06-02 02:24:37] "GET /obj-perms HTTP/1.1" 200 5075 0.048838 10.0.0.242 - - [2025-06-02 02:24:46] "GET /global-system-configs HTTP/1.1" 200 323 0.002844 10.0.0.242 - - [2025-06-02 02:24:46] "GET /obj-perms HTTP/1.1" 200 5075 0.025523 10.0.0.242 - - [2025-06-02 02:24:47] "GET /global-system-configs HTTP/1.1" 200 323 0.007003 10.0.0.242 - - [2025-06-02 02:24:47] "GET /obj-perms HTTP/1.1" 200 5075 0.024399 10.0.0.242 - - [2025-06-02 02:25:08] "GET / HTTP/1.1" 200 36215 0.001856 10.0.0.242 - - [2025-06-02 02:25:10] "GET /project/4ca99c44-daa9-4610-8487-4111b002e541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000516 10.0.0.242 - - [2025-06-02 02:25:10] "GET /projects?obj_uuids=4ca99c44-daa9-4610-8487-4111b002e541&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.022446 10.0.0.242 - - [2025-06-02 02:25:10] "GET /domains?obj_uuids=c1398e6d-186b-472e-80bf-1735e2faf972&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001194 10.0.0.242 - - [2025-06-02 02:25:10] "GET /domain/c1398e6d-186b-472e-80bf-1735e2faf972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.032090 10.0.0.242 - - [2025-06-02 02:25:10] "POST /id-to-fqname HTTP/1.1" 200 167 0.001670 10.0.0.242 - - [2025-06-02 02:25:10] "POST /fqname-to-id HTTP/1.1" 404 176 0.003900 10.0.0.242 - - [2025-06-02 02:25:10] "POST /security-groups HTTP/1.1" 200 568 0.067580 10.0.0.242 - - [2025-06-02 02:25:10] "POST /projects HTTP/1.1" 200 539 0.269322 10.0.0.242 - - [2025-06-02 02:25:10] "POST /fqname-to-id HTTP/1.1" 404 207 0.027204 10.0.0.242 - - [2025-06-02 02:25:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.340037 10.0.0.242 - - [2025-06-02 02:25:11] "POST /access-control-lists HTTP/1.1" 200 575 0.062337 10.0.0.242 - - [2025-06-02 02:25:11] "GET /project/4ca99c44-daa9-4610-8487-4111b002e541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1283 0.503756 10.0.0.242 - - [2025-06-02 02:25:11] "POST /fqname-to-id HTTP/1.1" 404 206 0.002508 10.0.0.242 - - [2025-06-02 02:25:11] "POST /access-control-lists HTTP/1.1" 200 573 0.059703 [Introspect:8084]10.0.0.242 - - [2025-06-02 02:25:11] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001168 10.0.0.242 - - [2025-06-02 02:25:11] "POST /fqname-to-id HTTP/1.1" 404 199 0.020857 10.0.0.242 - - [2025-06-02 02:25:11] "GET /projects?obj_uuids=eaaf0442-2cb2-4497-b8c9-50587b93af6d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002610 10.0.0.242 - - [2025-06-02 02:25:12] "GET /domains?obj_uuids=c1398e6d-186b-472e-80bf-1735e2faf972&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001116 10.0.0.242 - - [2025-06-02 02:25:12] "GET /domain/c1398e6d-186b-472e-80bf-1735e2faf972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007837 10.0.0.242 - - [2025-06-02 02:25:12] "POST /id-to-fqname HTTP/1.1" 200 201 0.001938 10.0.0.242 - - [2025-06-02 02:25:12] "POST /fqname-to-id HTTP/1.1" 404 210 0.002504 10.0.0.242 - - [2025-06-02 02:25:12] "POST /security-groups HTTP/1.1" 200 602 0.059606 10.0.0.242 - - [2025-06-02 02:25:12] "POST /fqname-to-id HTTP/1.1" 404 245 0.002599 10.0.0.242 - - [2025-06-02 02:25:12] "POST /projects HTTP/1.1" 200 607 0.212277 10.0.0.242 - - [2025-06-02 02:25:12] "POST /access-control-lists HTTP/1.1" 200 609 0.056351 10.0.0.242 - - [2025-06-02 02:25:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.282832 10.0.0.242 - - [2025-06-02 02:25:12] "POST /fqname-to-id HTTP/1.1" 404 244 0.002911 10.0.0.242 - - [2025-06-02 02:25:12] "GET /project/eaaf0442-2cb2-4497-b8c9-50587b93af6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.407984 10.0.0.242 - - [2025-06-02 02:25:12] "POST /access-control-lists HTTP/1.1" 200 607 0.060335 10.0.0.242 - - [2025-06-02 02:25:13] "GET / HTTP/1.1" 200 36215 0.002903 10.0.0.242 - - [2025-06-02 02:25:14] "POST /fqname-to-id HTTP/1.1" 401 293 0.000518 10.0.0.242 - - [2025-06-02 02:25:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.050061 10.0.0.242 - - [2025-06-02 02:25:14] "GET /projects?obj_uuids=eaaf0442-2cb2-4497-b8c9-50587b93af6d&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001038 10.0.0.242 - - [2025-06-02 02:25:14] "GET /project/eaaf0442-2cb2-4497-b8c9-50587b93af6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.027123 10.0.0.242 - - [2025-06-02 02:25:14] "POST /neutron/network HTTP/1.1" 200 117 0.035172 10.0.0.242 - - [2025-06-02 02:25:14] "GET /projects?obj_uuids=eaaf0442-2cb2-4497-b8c9-50587b93af6d&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001087 10.0.0.242 - - [2025-06-02 02:25:14] "POST /neutron/network HTTP/1.1" 200 620 0.064119 10.0.0.242 - - [2025-06-02 02:25:14] "POST /route-targets HTTP/1.1" 200 328 0.009530 10.0.0.242 - - [2025-06-02 02:25:14] "POST /ref-update HTTP/1.1" 200 156 0.012396 10.0.0.242 - - [2025-06-02 02:25:15] "POST /useragent-kv HTTP/1.1" 200 115 0.014504 10.0.0.242 - - [2025-06-02 02:25:15] "POST /neutron/subnet HTTP/1.1" 200 729 0.162644 10.0.0.242 - - [2025-06-02 02:25:15] "POST /neutron/network HTTP/1.1" 200 840 0.005011 10.0.0.242 - - [2025-06-02 02:25:15] "POST /id-to-fqname HTTP/1.1" 200 233 0.001141 10.0.0.242 - - [2025-06-02 02:25:15] "GET /virtual-network/d116fcc2-3778-42fe-86fe-078fb3b21e2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.004621 10.0.0.242 - - [2025-06-02 02:25:15] "POST /neutron/network HTTP/1.1" 200 840 0.006241 10.0.0.242 - - [2025-06-02 02:25:15] "GET /virtual-network/d116fcc2-3778-42fe-86fe-078fb3b21e2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.004931 10.0.0.242 - - [2025-06-02 02:25:15] "POST /neutron/network HTTP/1.1" 200 840 0.005837 10.0.0.242 - - [2025-06-02 02:25:15] "POST /neutron/subnet HTTP/1.1" 200 729 0.007001 10.0.0.242 - - [2025-06-02 02:25:15] "GET /domains HTTP/1.1" 401 293 0.000405 10.0.0.242 - - [2025-06-02 02:25:15] "GET /domains HTTP/1.1" 200 281 0.023228 10.0.0.242 - - [2025-06-02 02:25:15] "GET /domains?obj_uuids=c1398e6d-186b-472e-80bf-1735e2faf972&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001444 10.0.0.242 - - [2025-06-02 02:25:15] "GET /domain/c1398e6d-186b-472e-80bf-1735e2faf972 HTTP/1.1" 200 2594 0.012996 10.0.0.242 - - [2025-06-02 02:25:15] "GET /projects?obj_uuids=eaaf0442-2cb2-4497-b8c9-50587b93af6d&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001072 10.0.0.242 - - [2025-06-02 02:25:15] "GET /project/eaaf0442-2cb2-4497-b8c9-50587b93af6d HTTP/1.1" 200 2185 0.068938 10.0.0.242 - - [2025-06-02 02:25:15] "GET /virtual-network/d116fcc2-3778-42fe-86fe-078fb3b21e2e HTTP/1.1" 200 2349 0.006123 10.0.0.242 - - [2025-06-02 02:25:15] "GET /virtual-network/d116fcc2-3778-42fe-86fe-078fb3b21e2e HTTP/1.1" 200 2349 0.004758 10.0.0.242 - - [2025-06-02 02:25:15] "GET /routing-instance/160de7c1-e1b0-4ac6-8535-b03485c65851 HTTP/1.1" 200 1496 0.003365 10.0.0.242 - - [2025-06-02 02:25:15] "GET /routing-instance/160de7c1-e1b0-4ac6-8535-b03485c65851 HTTP/1.1" 200 1496 0.003266 10.0.0.242 - - [2025-06-02 02:25:15] "GET /route-target/8f07335e-2fde-410f-b39a-a09af9256a83 HTTP/1.1" 200 1222 0.003312 10.0.0.242 - - [2025-06-02 02:25:15] "GET /virtual-network/d116fcc2-3778-42fe-86fe-078fb3b21e2e HTTP/1.1" 200 2349 0.004786 10.0.0.242 - - [2025-06-02 02:25:15] "GET /routing-instance/160de7c1-e1b0-4ac6-8535-b03485c65851 HTTP/1.1" 200 1496 0.002865 10.0.0.242 - - [2025-06-02 02:25:15] "GET /virtual-network/d116fcc2-3778-42fe-86fe-078fb3b21e2e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.004494 10.0.0.242 - - [2025-06-02 02:25:15] "GET /virtual-network/d116fcc2-3778-42fe-86fe-078fb3b21e2e HTTP/1.1" 200 2349 0.004307 10.0.0.242 - - [2025-06-02 02:25:15] "GET /routing-instance/160de7c1-e1b0-4ac6-8535-b03485c65851 HTTP/1.1" 200 1496 0.002908 10.0.0.242 - - [2025-06-02 02:25:15] "GET /routing-instance/160de7c1-e1b0-4ac6-8535-b03485c65851 HTTP/1.1" 200 1496 0.002789 10.0.0.242 - - [2025-06-02 02:25:15] "GET /route-target/8f07335e-2fde-410f-b39a-a09af9256a83 HTTP/1.1" 200 1222 0.002628 10.0.0.242 - - [2025-06-02 02:25:15] "GET /domains HTTP/1.1" 200 281 0.002740 10.0.0.242 - - [2025-06-02 02:25:15] "GET /domains?obj_uuids=c1398e6d-186b-472e-80bf-1735e2faf972&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001029 10.0.0.242 - - [2025-06-02 02:25:15] "GET /domain/c1398e6d-186b-472e-80bf-1735e2faf972 HTTP/1.1" 200 2594 0.006980 10.0.0.242 - - [2025-06-02 02:25:15] "GET /projects?obj_uuids=eaaf0442-2cb2-4497-b8c9-50587b93af6d&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001395 10.0.0.242 - - [2025-06-02 02:25:15] "GET /project/eaaf0442-2cb2-4497-b8c9-50587b93af6d HTTP/1.1" 200 2185 0.069002 10.0.0.242 - - [2025-06-02 02:25:15] "GET /virtual-network/d116fcc2-3778-42fe-86fe-078fb3b21e2e HTTP/1.1" 200 2349 0.004602 10.0.0.242 - - [2025-06-02 02:25:16] "GET /obj-perms HTTP/1.1" 200 5071 0.042327 10.0.0.242 - - [2025-06-02 02:25:16] "POST /id-to-fqname HTTP/1.1" 200 233 0.001331 10.0.0.242 - - [2025-06-02 02:25:17] "POST /neutron/network HTTP/1.1" 200 850 0.007054 10.0.0.242 - - [2025-06-02 02:25:17] "GET /aaa-mode HTTP/1.1" 401 293 0.000408 10.0.0.242 - - [2025-06-02 02:25:18] "GET / HTTP/1.1" 200 36215 0.001493 10.0.0.242 - - [2025-06-02 02:25:18] "GET /project/eaaf0442-2cb2-4497-b8c9-50587b93af6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000427 10.0.0.242 - - [2025-06-02 02:25:18] "GET /projects?obj_uuids=eaaf0442-2cb2-4497-b8c9-50587b93af6d&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001085 10.0.0.242 - - [2025-06-02 02:25:18] "GET /project/eaaf0442-2cb2-4497-b8c9-50587b93af6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.045421 10.0.0.242 - - [2025-06-02 02:25:19] "POST /neutron/network HTTP/1.1" 200 840 0.025588 10.0.0.242 - - [2025-06-02 02:25:19] "POST /neutron/port HTTP/1.1" 200 117 0.005648 10.0.0.242 - - [2025-06-02 02:25:19] "POST /neutron/port HTTP/1.1" 200 117 0.004927 10.0.0.242 - - [2025-06-02 02:25:19] "POST /neutron/port HTTP/1.1" 200 117 0.004904 10.0.0.242 - - [2025-06-02 02:25:20] "POST /neutron/network HTTP/1.1" 200 850 0.005806 10.0.0.242 - - [2025-06-02 02:25:20] "GET /projects?obj_uuids=eaaf0442-2cb2-4497-b8c9-50587b93af6d&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001194 10.0.0.242 - - [2025-06-02 02:25:20] "POST /neutron/port HTTP/1.1" 200 1072 0.203350 10.0.0.242 - - [2025-06-02 02:25:21] "POST /neutron/port HTTP/1.1" 200 1072 0.029821 10.0.0.242 - - [2025-06-02 02:25:21] "POST /neutron/port HTTP/1.1" 200 1072 0.008144 10.0.0.242 - - [2025-06-02 02:25:21] "POST /neutron/port HTTP/1.1" 200 1126 0.057274 10.0.0.242 - - [2025-06-02 02:25:21] "POST /neutron/port HTTP/1.1" 200 1100 0.013513 10.0.0.242 - - [2025-06-02 02:25:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002645 10.0.0.242 - - [2025-06-02 02:25:21] "POST /neutron/subnet HTTP/1.1" 200 703 0.008239 10.0.0.242 - - [2025-06-02 02:25:21] "POST /neutron/port HTTP/1.1" 200 117 0.001065 10.0.0.242 - - [2025-06-02 02:25:21] "POST /neutron/network HTTP/1.1" 200 840 0.005227 10.0.0.242 - - [2025-06-02 02:25:24] "POST /neutron/port HTTP/1.1" 200 1100 0.014267 10.0.0.242 - - [2025-06-02 02:25:24] "POST /neutron/security_group HTTP/1.1" 200 2069 0.005742 10.0.0.242 - - [2025-06-02 02:25:24] "GET /obj-perms HTTP/1.1" 200 5071 0.002921 10.0.0.242 - - [2025-06-02 02:25:25] "GET /obj-perms HTTP/1.1" 200 5071 0.003446 10.0.0.242 - - [2025-06-02 02:25:26] "GET /obj-perms HTTP/1.1" 200 5071 0.003856 10.0.0.242 - - [2025-06-02 02:25:27] "GET /obj-perms HTTP/1.1" 200 5071 0.003556 10.0.0.242 - - [2025-06-02 02:25:28] "GET /obj-perms HTTP/1.1" 200 5071 0.003994 10.0.0.242 - - [2025-06-02 02:25:29] "POST /neutron/network HTTP/1.1" 200 840 0.008314 10.0.0.242 - - [2025-06-02 02:25:29] "POST /neutron/network HTTP/1.1" 400 204 0.011850 10.0.0.242 - - [2025-06-02 02:25:30] "POST /neutron/port HTTP/1.1" 200 1100 0.014043 10.0.0.242 - - [2025-06-02 02:25:30] "POST /neutron/port HTTP/1.1" 200 1126 0.010818 10.0.0.242 - - [2025-06-02 02:25:30] "POST /neutron/port HTTP/1.1" 200 151 0.102835 10.0.0.242 - - [2025-06-02 02:25:31] "DELETE /project/eaaf04422cb24497b8c950587b93af6d HTTP/1.1" 404 173 0.004429 10.0.0.242 - - [2025-06-02 02:25:31] "DELETE /project/4ca99c44daa9461084874111b002e541 HTTP/1.1" 404 173 0.002273 10.0.0.242 - - [2025-06-02 02:25:32] "POST /neutron/network HTTP/1.1" 200 840 0.005828 10.0.0.242 - - [2025-06-02 02:25:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002239 10.0.0.242 - - [2025-06-02 02:25:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004098 10.0.0.242 - - [2025-06-02 02:25:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002216 10.0.0.242 - - [2025-06-02 02:25:32] "POST /neutron/network HTTP/1.1" 200 151 0.081402 10.0.0.242 - - [2025-06-02 02:25:32] "GET /routing-instance/160de7c1-e1b0-4ac6-8535-b03485c65851 HTTP/1.1" 404 171 0.002004 10.0.0.242 - - [2025-06-02 02:25:32] "DELETE /route-target/8f07335e-2fde-410f-b39a-a09af9256a83 HTTP/1.1" 200 115 0.022620 10.0.0.242 - - [2025-06-02 02:25:32] "GET /domains HTTP/1.1" 200 281 0.002542 10.0.0.242 - - [2025-06-02 02:25:32] "GET /domains?obj_uuids=c1398e6d-186b-472e-80bf-1735e2faf972&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001025 10.0.0.242 - - [2025-06-02 02:25:32] "GET /domain/c1398e6d-186b-472e-80bf-1735e2faf972 HTTP/1.1" 200 2594 0.050885 10.0.0.242 - - [2025-06-02 02:25:32] "GET /projects?obj_uuids=eaaf0442-2cb2-4497-b8c9-50587b93af6d&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001084 10.0.0.242 - - [2025-06-02 02:25:32] "GET /project/eaaf0442-2cb2-4497-b8c9-50587b93af6d HTTP/1.1" 200 1934 0.070578 10.0.0.242 - - [2025-06-02 02:25:32] "GET /projects?obj_uuids=eaaf0442-2cb2-4497-b8c9-50587b93af6d&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001106 10.0.0.242 - - [2025-06-02 02:25:32] "GET /project/eaaf0442-2cb2-4497-b8c9-50587b93af6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.024049 10.0.0.242 - - [2025-06-02 02:25:32] "GET /projects?obj_uuids=eaaf0442-2cb2-4497-b8c9-50587b93af6d&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001042 10.0.0.242 - - [2025-06-02 02:25:32] "GET /project/eaaf0442-2cb2-4497-b8c9-50587b93af6d?fields=virtual_networks HTTP/1.1" 200 1067 0.070542 10.0.0.242 - - [2025-06-02 02:25:32] "GET /projects?obj_uuids=eaaf0442-2cb2-4497-b8c9-50587b93af6d&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001176 10.0.0.242 - - [2025-06-02 02:25:32] "GET /project/eaaf0442-2cb2-4497-b8c9-50587b93af6d?fields=virtual_machine_interfaces HTTP/1.1" 200 1067 0.023921 10.0.0.242 - - [2025-06-02 02:25:32] "GET /projects?obj_uuids=eaaf0442-2cb2-4497-b8c9-50587b93af6d&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001147 10.0.0.242 - - [2025-06-02 02:25:32] "GET /project/eaaf0442-2cb2-4497-b8c9-50587b93af6d?fields=security_groups HTTP/1.1" 200 1305 0.028358 10.0.0.242 - - [2025-06-02 02:25:33] "POST /fqname-to-id HTTP/1.1" 404 200 0.022608 10.0.0.242 - - [2025-06-02 02:25:33] "GET /projects?obj_uuids=16d78740-09b6-4f17-867a-c624f8e24665&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003691 10.0.0.242 - - [2025-06-02 02:25:33] "GET /domains?obj_uuids=c1398e6d-186b-472e-80bf-1735e2faf972&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001065 10.0.0.242 - - [2025-06-02 02:25:33] "GET /domain/c1398e6d-186b-472e-80bf-1735e2faf972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007339 10.0.0.242 - - [2025-06-02 02:25:33] "POST /id-to-fqname HTTP/1.1" 200 202 0.001275 10.0.0.242 - - [2025-06-02 02:25:33] "POST /fqname-to-id HTTP/1.1" 404 211 0.002358 10.0.0.242 - - [2025-06-02 02:25:33] "POST /security-groups HTTP/1.1" 200 603 0.059677 10.0.0.242 - - [2025-06-02 02:25:33] "POST /fqname-to-id HTTP/1.1" 404 246 0.002710 10.0.0.242 - - [2025-06-02 02:25:33] "POST /projects HTTP/1.1" 200 609 0.226289 10.0.0.242 - - [2025-06-02 02:25:33] "POST /access-control-lists HTTP/1.1" 200 610 0.062335 10.0.0.242 - - [2025-06-02 02:25:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.303171 10.0.0.242 - - [2025-06-02 02:25:33] "POST /fqname-to-id HTTP/1.1" 404 245 0.002789 10.0.0.242 - - [2025-06-02 02:25:33] "GET /project/16d78740-09b6-4f17-867a-c624f8e24665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.426279 10.0.0.242 - - [2025-06-02 02:25:34] "POST /access-control-lists HTTP/1.1" 200 608 0.060074 10.0.0.242 - - [2025-06-02 02:25:34] "GET / HTTP/1.1" 200 36215 0.002136 10.0.0.242 - - [2025-06-02 02:25:35] "GET /projects?obj_uuids=4ca99c44-daa9-4610-8487-4111b002e541&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001103 10.0.0.242 - - [2025-06-02 02:25:35] "GET /project/4ca99c44-daa9-4610-8487-4111b002e541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1283 0.027013 10.0.0.242 - - [2025-06-02 02:25:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002950 10.0.0.242 - - [2025-06-02 02:25:36] "GET /security-group/3e3b8db7-0fe7-400e-bb4b-a89207dd4cd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3697 0.004431 10.0.0.242 - - [2025-06-02 02:25:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002813 10.0.0.242 - - [2025-06-02 02:25:36] "GET /projects?obj_uuids=4ca99c44-daa9-4610-8487-4111b002e541&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001287 10.0.0.242 - - [2025-06-02 02:25:36] "GET /project/4ca99c44-daa9-4610-8487-4111b002e541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1283 0.036317 10.0.0.242 - - [2025-06-02 02:25:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002848 10.0.0.242 - - [2025-06-02 02:25:36] "GET /security-group/3e3b8db7-0fe7-400e-bb4b-a89207dd4cd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3697 0.003952 10.0.0.242 - - [2025-06-02 02:25:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002781 10.0.0.242 - - [2025-06-02 02:25:36] "PUT /security-group/3e3b8db7-0fe7-400e-bb4b-a89207dd4cd3 HTTP/1.1" 200 263 0.013295 10.0.0.242 - - [2025-06-02 02:25:36] "PUT /access-control-list/739aeced-f012-4f0d-931f-4d693617891a HTTP/1.1" 200 273 0.018476 10.0.0.242 - - [2025-06-02 02:25:36] "PUT /access-control-list/48ddd48e-ae73-4982-a34e-04d7d5e3917f HTTP/1.1" 200 273 0.015039 10.0.0.242 - - [2025-06-02 02:25:36] "POST /fqname-to-id HTTP/1.1" 401 293 0.000497 10.0.0.242 - - [2025-06-02 02:25:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.053739 10.0.0.242 - - [2025-06-02 02:25:37] "GET /projects?obj_uuids=16d78740-09b6-4f17-867a-c624f8e24665&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001096 10.0.0.242 - - [2025-06-02 02:25:37] "GET /project/16d78740-09b6-4f17-867a-c624f8e24665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.034948 10.0.0.242 - - [2025-06-02 02:25:37] "POST /neutron/network HTTP/1.1" 200 117 0.028739 10.0.0.242 - - [2025-06-02 02:25:37] "GET /projects?obj_uuids=16d78740-09b6-4f17-867a-c624f8e24665&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001148 10.0.0.242 - - [2025-06-02 02:25:37] "POST /neutron/network HTTP/1.1" 200 619 0.071902 10.0.0.242 - - [2025-06-02 02:25:37] "POST /route-targets HTTP/1.1" 200 328 0.016294 10.0.0.242 - - [2025-06-02 02:25:37] "POST /ref-update HTTP/1.1" 200 156 0.014707 10.0.0.242 - - [2025-06-02 02:25:37] "POST /useragent-kv HTTP/1.1" 200 115 0.004146 10.0.0.242 - - [2025-06-02 02:25:37] "POST /neutron/subnet HTTP/1.1" 200 719 0.201693 10.0.0.242 - - [2025-06-02 02:25:37] "POST /neutron/network HTTP/1.1" 200 837 0.005852 10.0.0.242 - - [2025-06-02 02:25:37] "POST /id-to-fqname HTTP/1.1" 200 233 0.001250 10.0.0.242 - - [2025-06-02 02:25:37] "GET /virtual-network/e9cf1cc2-0225-4201-9a6b-33713707c5e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.007449 10.0.0.242 - - [2025-06-02 02:25:37] "POST /neutron/network HTTP/1.1" 200 837 0.005835 10.0.0.242 - - [2025-06-02 02:25:37] "GET /virtual-network/e9cf1cc2-0225-4201-9a6b-33713707c5e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.004986 10.0.0.242 - - [2025-06-02 02:25:37] "POST /neutron/network HTTP/1.1" 200 837 0.006538 10.0.0.242 - - [2025-06-02 02:25:37] "POST /neutron/subnet HTTP/1.1" 200 719 0.006794 10.0.0.242 - - [2025-06-02 02:25:37] "GET /domains HTTP/1.1" 401 293 0.000401 10.0.0.242 - - [2025-06-02 02:25:38] "GET /domains HTTP/1.1" 200 281 0.345292 10.0.0.242 - - [2025-06-02 02:25:38] "GET /domains?obj_uuids=c1398e6d-186b-472e-80bf-1735e2faf972&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001022 10.0.0.242 - - [2025-06-02 02:25:38] "GET /domain/c1398e6d-186b-472e-80bf-1735e2faf972 HTTP/1.1" 200 2793 0.007961 10.0.0.242 - - [2025-06-02 02:25:38] "GET /projects?obj_uuids=16d78740-09b6-4f17-867a-c624f8e24665&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001012 10.0.0.242 - - [2025-06-02 02:25:38] "GET /obj-perms HTTP/1.1" 200 5075 0.055949 10.0.0.242 - - [2025-06-02 02:25:38] "GET /project/16d78740-09b6-4f17-867a-c624f8e24665 HTTP/1.1" 200 2189 0.076079 10.0.0.242 - - [2025-06-02 02:25:38] "GET /virtual-network/e9cf1cc2-0225-4201-9a6b-33713707c5e2 HTTP/1.1" 200 2342 0.005912 10.0.0.242 - - [2025-06-02 02:25:38] "GET /virtual-network/e9cf1cc2-0225-4201-9a6b-33713707c5e2 HTTP/1.1" 200 2342 0.004662 10.0.0.242 - - [2025-06-02 02:25:38] "GET /routing-instance/883252a3-6e99-4333-be64-491780072875 HTTP/1.1" 200 1494 0.003214 10.0.0.242 - - [2025-06-02 02:25:38] "GET /routing-instance/883252a3-6e99-4333-be64-491780072875 HTTP/1.1" 200 1494 0.003001 10.0.0.242 - - [2025-06-02 02:25:38] "GET /route-target/7e940b81-ebc2-4c12-a329-60357f3b7999 HTTP/1.1" 200 1220 0.002590 10.0.0.242 - - [2025-06-02 02:25:38] "GET /virtual-network/e9cf1cc2-0225-4201-9a6b-33713707c5e2 HTTP/1.1" 200 2342 0.004442 10.0.0.242 - - [2025-06-02 02:25:38] "GET /routing-instance/883252a3-6e99-4333-be64-491780072875 HTTP/1.1" 200 1494 0.003686 10.0.0.242 - - [2025-06-02 02:25:38] "GET /virtual-network/e9cf1cc2-0225-4201-9a6b-33713707c5e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.008135 10.0.0.242 - - [2025-06-02 02:25:38] "GET /virtual-network/e9cf1cc2-0225-4201-9a6b-33713707c5e2 HTTP/1.1" 200 2342 0.006649 10.0.0.242 - - [2025-06-02 02:25:38] "GET /routing-instance/883252a3-6e99-4333-be64-491780072875 HTTP/1.1" 200 1494 0.003956 10.0.0.242 - - [2025-06-02 02:25:38] "GET /routing-instance/883252a3-6e99-4333-be64-491780072875 HTTP/1.1" 200 1494 0.003120 10.0.0.242 - - [2025-06-02 02:25:38] "GET /route-target/7e940b81-ebc2-4c12-a329-60357f3b7999 HTTP/1.1" 200 1220 0.002571 10.0.0.242 - - [2025-06-02 02:25:38] "GET /domains HTTP/1.1" 200 281 0.002205 10.0.0.242 - - [2025-06-02 02:25:38] "GET /domains?obj_uuids=c1398e6d-186b-472e-80bf-1735e2faf972&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000946 10.0.0.242 - - [2025-06-02 02:25:38] "GET /domain/c1398e6d-186b-472e-80bf-1735e2faf972 HTTP/1.1" 200 2793 0.006531 10.0.0.242 - - [2025-06-02 02:25:38] "GET /projects?obj_uuids=16d78740-09b6-4f17-867a-c624f8e24665&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000910 10.0.0.242 - - [2025-06-02 02:25:38] "GET /project/16d78740-09b6-4f17-867a-c624f8e24665 HTTP/1.1" 200 2189 0.072475 10.0.0.242 - - [2025-06-02 02:25:38] "GET /virtual-network/e9cf1cc2-0225-4201-9a6b-33713707c5e2 HTTP/1.1" 200 2342 0.009234 10.0.0.242 - - [2025-06-02 02:25:39] "GET /obj-perms HTTP/1.1" 200 5075 0.402642 10.0.0.242 - - [2025-06-02 02:25:39] "GET /obj-perms HTTP/1.1" 200 5073 0.093191 10.0.0.242 - - [2025-06-02 02:25:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003046 10.0.0.242 - - [2025-06-02 02:25:39] "GET /projects?obj_uuids=16d78740-09b6-4f17-867a-c624f8e24665&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001506 10.0.0.242 - - [2025-06-02 02:25:39] "GET /project/16d78740-09b6-4f17-867a-c624f8e24665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.032136 10.0.0.242 - - [2025-06-02 02:25:39] "POST /neutron/network HTTP/1.1" 200 117 0.009403 10.0.0.242 - - [2025-06-02 02:25:39] "GET /projects?obj_uuids=16d78740-09b6-4f17-867a-c624f8e24665&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001114 10.0.0.242 - - [2025-06-02 02:25:39] "POST /neutron/network HTTP/1.1" 200 619 0.075840 10.0.0.242 - - [2025-06-02 02:25:39] "POST /route-targets HTTP/1.1" 200 328 0.011166 10.0.0.242 - - [2025-06-02 02:25:39] "POST /ref-update HTTP/1.1" 200 156 0.012341 10.0.0.242 - - [2025-06-02 02:25:39] "POST /useragent-kv HTTP/1.1" 200 115 0.005515 10.0.0.242 - - [2025-06-02 02:25:39] "POST /neutron/subnet HTTP/1.1" 200 720 0.167471 10.0.0.242 - - [2025-06-02 02:25:39] "POST /neutron/network HTTP/1.1" 200 837 0.005183 10.0.0.242 - - [2025-06-02 02:25:39] "POST /id-to-fqname HTTP/1.1" 200 233 0.001137 10.0.0.242 - - [2025-06-02 02:25:39] "GET /virtual-network/0bab3275-50a0-4be3-b5d6-ee6b9f8ec90e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005037 10.0.0.242 - - [2025-06-02 02:25:39] "POST /neutron/network HTTP/1.1" 200 837 0.005455 10.0.0.242 - - [2025-06-02 02:25:39] "GET /virtual-network/0bab3275-50a0-4be3-b5d6-ee6b9f8ec90e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.004858 10.0.0.242 - - [2025-06-02 02:25:39] "POST /neutron/network HTTP/1.1" 200 837 0.006172 10.0.0.242 - - [2025-06-02 02:25:39] "POST /neutron/subnet HTTP/1.1" 200 720 0.006984 10.0.0.242 - - [2025-06-02 02:25:39] "GET /domains HTTP/1.1" 200 281 0.002656 10.0.0.242 - - [2025-06-02 02:25:39] "GET /domains?obj_uuids=c1398e6d-186b-472e-80bf-1735e2faf972&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001130 10.0.0.242 - - [2025-06-02 02:25:39] "GET /domain/c1398e6d-186b-472e-80bf-1735e2faf972 HTTP/1.1" 200 2793 0.007381 10.0.0.242 - - [2025-06-02 02:25:39] "GET /projects?obj_uuids=16d78740-09b6-4f17-867a-c624f8e24665&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001015 10.0.0.242 - - [2025-06-02 02:25:39] "GET /project/16d78740-09b6-4f17-867a-c624f8e24665 HTTP/1.1" 200 2418 0.067210 10.0.0.242 - - [2025-06-02 02:25:39] "GET /virtual-network/0bab3275-50a0-4be3-b5d6-ee6b9f8ec90e HTTP/1.1" 200 2340 0.006615 10.0.0.242 - - [2025-06-02 02:25:39] "GET /virtual-network/0bab3275-50a0-4be3-b5d6-ee6b9f8ec90e HTTP/1.1" 200 2340 0.005300 10.0.0.242 - - [2025-06-02 02:25:39] "GET /routing-instance/d7053e9a-d5d7-4b90-8554-7ffab773900e HTTP/1.1" 200 1494 0.003544 10.0.0.242 - - [2025-06-02 02:25:39] "GET /routing-instance/d7053e9a-d5d7-4b90-8554-7ffab773900e HTTP/1.1" 200 1494 0.003436 10.0.0.242 - - [2025-06-02 02:25:39] "GET /route-target/12efe781-c59f-40a8-9b23-d040d772c201 HTTP/1.1" 200 1220 0.002918 10.0.0.242 - - [2025-06-02 02:25:39] "GET /virtual-network/0bab3275-50a0-4be3-b5d6-ee6b9f8ec90e HTTP/1.1" 200 2340 0.005065 10.0.0.242 - - [2025-06-02 02:25:39] "GET /routing-instance/d7053e9a-d5d7-4b90-8554-7ffab773900e HTTP/1.1" 200 1494 0.002984 10.0.0.242 - - [2025-06-02 02:25:39] "GET /virtual-network/0bab3275-50a0-4be3-b5d6-ee6b9f8ec90e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.004531 10.0.0.242 - - [2025-06-02 02:25:39] "GET /virtual-network/0bab3275-50a0-4be3-b5d6-ee6b9f8ec90e HTTP/1.1" 200 2340 0.004330 10.0.0.242 - - [2025-06-02 02:25:39] "GET /routing-instance/d7053e9a-d5d7-4b90-8554-7ffab773900e HTTP/1.1" 200 1494 0.004337 10.0.0.242 - - [2025-06-02 02:25:39] "GET /routing-instance/d7053e9a-d5d7-4b90-8554-7ffab773900e HTTP/1.1" 200 1494 0.003169 10.0.0.242 - - [2025-06-02 02:25:39] "GET /route-target/12efe781-c59f-40a8-9b23-d040d772c201 HTTP/1.1" 200 1220 0.002497 10.0.0.242 - - [2025-06-02 02:25:40] "GET /domains HTTP/1.1" 200 281 0.002420 10.0.0.242 - - [2025-06-02 02:25:40] "GET /domains?obj_uuids=c1398e6d-186b-472e-80bf-1735e2faf972&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001042 10.0.0.242 - - [2025-06-02 02:25:40] "GET /domain/c1398e6d-186b-472e-80bf-1735e2faf972 HTTP/1.1" 200 2793 0.007136 10.0.0.242 - - [2025-06-02 02:25:40] "GET /projects?obj_uuids=16d78740-09b6-4f17-867a-c624f8e24665&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001004 10.0.0.242 - - [2025-06-02 02:25:40] "GET /project/16d78740-09b6-4f17-867a-c624f8e24665 HTTP/1.1" 200 2418 0.069170 10.0.0.242 - - [2025-06-02 02:25:40] "GET /virtual-network/0bab3275-50a0-4be3-b5d6-ee6b9f8ec90e HTTP/1.1" 200 2340 0.005378 10.0.0.242 - - [2025-06-02 02:25:40] "GET /obj-perms HTTP/1.1" 200 5073 0.003332 10.0.0.242 - - [2025-06-02 02:25:40] "POST /id-to-fqname HTTP/1.1" 200 233 0.002077 10.0.0.242 - - [2025-06-02 02:25:40] "POST /neutron/network HTTP/1.1" 200 847 0.005525 10.0.0.242 - - [2025-06-02 02:25:40] "GET /aaa-mode HTTP/1.1" 401 293 0.000676 10.0.0.242 - - [2025-06-02 02:25:40] "GET / HTTP/1.1" 200 36215 0.001951 10.0.0.242 - - [2025-06-02 02:25:40] "GET /project/16d78740-09b6-4f17-867a-c624f8e24665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000426 10.0.0.242 - - [2025-06-02 02:25:41] "GET /projects?obj_uuids=16d78740-09b6-4f17-867a-c624f8e24665&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001686 10.0.0.242 - - [2025-06-02 02:25:41] "GET /project/16d78740-09b6-4f17-867a-c624f8e24665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.049160 10.0.0.242 - - [2025-06-02 02:25:41] "POST /neutron/network HTTP/1.1" 200 837 0.005210 10.0.0.242 - - [2025-06-02 02:25:41] "POST /neutron/port HTTP/1.1" 200 117 0.004732 10.0.0.242 - - [2025-06-02 02:25:41] "POST /neutron/port HTTP/1.1" 200 117 0.004899 10.0.0.242 - - [2025-06-02 02:25:41] "POST /id-to-fqname HTTP/1.1" 200 233 0.001230 10.0.0.242 - - [2025-06-02 02:25:41] "POST /neutron/port HTTP/1.1" 200 117 0.009793 10.0.0.242 - - [2025-06-02 02:25:41] "POST /neutron/network HTTP/1.1" 200 847 0.005808 10.0.0.242 - - [2025-06-02 02:25:41] "GET /aaa-mode HTTP/1.1" 401 293 0.000402 10.0.0.242 - - [2025-06-02 02:25:41] "POST /neutron/network HTTP/1.1" 200 847 0.005825 10.0.0.242 - - [2025-06-02 02:25:41] "GET /projects?obj_uuids=16d78740-09b6-4f17-867a-c624f8e24665&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001078 10.0.0.242 - - [2025-06-02 02:25:41] "GET / HTTP/1.1" 200 36215 0.002746 10.0.0.242 - - [2025-06-02 02:25:41] "GET /project/16d78740-09b6-4f17-867a-c624f8e24665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000421 10.0.0.242 - - [2025-06-02 02:25:41] "POST /neutron/port HTTP/1.1" 200 1071 0.208898 10.0.0.242 - - [2025-06-02 02:25:41] "POST /neutron/port HTTP/1.1" 200 1071 0.008685 10.0.0.242 - - [2025-06-02 02:25:41] "POST /neutron/port HTTP/1.1" 200 1071 0.008387 10.0.0.242 - - [2025-06-02 02:25:41] "POST /neutron/port HTTP/1.1" 200 1125 0.091707 10.0.0.242 - - [2025-06-02 02:25:41] "POST /neutron/port HTTP/1.1" 200 1099 0.018342 10.0.0.242 - - [2025-06-02 02:25:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003228 10.0.0.242 - - [2025-06-02 02:25:42] "POST /neutron/subnet HTTP/1.1" 200 694 0.008992 10.0.0.242 - - [2025-06-02 02:25:42] "POST /neutron/port HTTP/1.1" 200 117 0.001130 10.0.0.242 - - [2025-06-02 02:25:42] "POST /neutron/network HTTP/1.1" 200 837 0.005290 10.0.0.242 - - [2025-06-02 02:25:42] "GET /projects?obj_uuids=16d78740-09b6-4f17-867a-c624f8e24665&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001117 10.0.0.242 - - [2025-06-02 02:25:42] "GET /project/16d78740-09b6-4f17-867a-c624f8e24665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.056780 10.0.0.242 - - [2025-06-02 02:25:42] "POST /neutron/network HTTP/1.1" 200 837 0.007516 10.0.0.242 - - [2025-06-02 02:25:42] "POST /neutron/port HTTP/1.1" 200 1099 0.016899 10.0.0.242 - - [2025-06-02 02:25:42] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006018 10.0.0.242 - - [2025-06-02 02:25:42] "POST /neutron/port HTTP/1.1" 200 117 0.004953 10.0.0.242 - - [2025-06-02 02:25:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.242 - - [2025-06-02 02:25:42] "GET /projects?obj_uuids=16d78740-09b6-4f17-867a-c624f8e24665&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001708 10.0.0.242 - - [2025-06-02 02:25:42] "GET /project/16d78740-09b6-4f17-867a-c624f8e24665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.036275 10.0.0.242 - - [2025-06-02 02:25:42] "GET /virtual-network/e9cf1cc2-0225-4201-9a6b-33713707c5e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005654 10.0.0.242 - - [2025-06-02 02:25:42] "GET /floating-ip-pools?parent_id=e9cf1cc2-0225-4201-9a6b-33713707c5e2&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003016 10.0.0.242 - - [2025-06-02 02:25:42] "GET /virtual-network/e9cf1cc2-0225-4201-9a6b-33713707c5e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.009156 10.0.0.242 - - [2025-06-02 02:25:42] "POST /neutron/network HTTP/1.1" 200 847 0.006769 10.0.0.242 - - [2025-06-02 02:25:42] "POST /floating-ip-pools HTTP/1.1" 200 611 0.024587 10.0.0.242 - - [2025-06-02 02:25:42] "GET /projects?obj_uuids=16d78740-09b6-4f17-867a-c624f8e24665&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001261 10.0.0.242 - - [2025-06-02 02:25:42] "POST /ref-update HTTP/1.1" 200 156 0.042722 10.0.0.242 - - [2025-06-02 02:25:42] "GET /virtual-network/e9cf1cc2-0225-4201-9a6b-33713707c5e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.037226 10.0.0.242 - - [2025-06-02 02:25:43] "GET /domains HTTP/1.1" 200 281 0.002873 10.0.0.242 - - [2025-06-02 02:25:43] "GET /domains?obj_uuids=c1398e6d-186b-472e-80bf-1735e2faf972&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003342 10.0.0.242 - - [2025-06-02 02:25:43] "GET /domain/c1398e6d-186b-472e-80bf-1735e2faf972 HTTP/1.1" 200 2793 0.025199 10.0.0.242 - - [2025-06-02 02:25:43] "GET /projects?obj_uuids=16d78740-09b6-4f17-867a-c624f8e24665&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001438 10.0.0.242 - - [2025-06-02 02:25:43] "POST /neutron/port HTTP/1.1" 200 1071 0.338559 10.0.0.242 - - [2025-06-02 02:25:43] "GET /project/16d78740-09b6-4f17-867a-c624f8e24665 HTTP/1.1" 200 3263 0.107656 10.0.0.242 - - [2025-06-02 02:25:43] "GET /virtual-network/e9cf1cc2-0225-4201-9a6b-33713707c5e2 HTTP/1.1" 200 3157 0.011297 10.0.0.242 - - [2025-06-02 02:25:43] "POST /neutron/port HTTP/1.1" 200 1071 0.029876 10.0.0.242 - - [2025-06-02 02:25:43] "GET /floating-ip-pool/97789a28-c264-41fe-87b9-01f4aadf5e60 HTTP/1.1" 200 1444 0.010648 10.0.0.242 - - [2025-06-02 02:25:43] "GET /domains HTTP/1.1" 200 281 0.004575 10.0.0.242 - - [2025-06-02 02:25:43] "GET /domains?obj_uuids=c1398e6d-186b-472e-80bf-1735e2faf972&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001062 10.0.0.242 - - [2025-06-02 02:25:43] "GET /domain/c1398e6d-186b-472e-80bf-1735e2faf972 HTTP/1.1" 200 2793 0.009519 10.0.0.242 - - [2025-06-02 02:25:43] "POST /neutron/port HTTP/1.1" 200 1071 0.017033 10.0.0.242 - - [2025-06-02 02:25:43] "GET /projects?obj_uuids=16d78740-09b6-4f17-867a-c624f8e24665&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000972 10.0.0.242 - - [2025-06-02 02:25:43] "POST /neutron/port HTTP/1.1" 200 1125 0.095309 10.0.0.242 - - [2025-06-02 02:25:43] "GET /project/16d78740-09b6-4f17-867a-c624f8e24665 HTTP/1.1" 200 3263 0.109848 10.0.0.242 - - [2025-06-02 02:25:43] "GET /virtual-network/e9cf1cc2-0225-4201-9a6b-33713707c5e2 HTTP/1.1" 200 3157 0.007867 10.0.0.242 - - [2025-06-02 02:25:43] "GET /virtual-network/e9cf1cc2-0225-4201-9a6b-33713707c5e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005191 10.0.0.242 - - [2025-06-02 02:25:43] "POST /neutron/port HTTP/1.1" 200 1099 0.022870 10.0.0.242 - - [2025-06-02 02:25:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002836 10.0.0.242 - - [2025-06-02 02:25:43] "POST /neutron/port HTTP/1.1" 200 1099 0.018858 10.0.0.242 - - [2025-06-02 02:25:43] "POST /neutron/subnet HTTP/1.1" 200 693 0.013112 10.0.0.242 - - [2025-06-02 02:25:43] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006009 10.0.0.242 - - [2025-06-02 02:25:43] "POST /neutron/port HTTP/1.1" 200 117 0.001000 10.0.0.242 - - [2025-06-02 02:25:43] "POST /neutron/network HTTP/1.1" 200 837 0.006257 10.0.0.242 - - [2025-06-02 02:25:43] "POST /neutron/port HTTP/1.1" 200 1099 0.022487 10.0.0.242 - - [2025-06-02 02:25:43] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007794 10.0.0.242 - - [2025-06-02 02:25:43] "POST /neutron/port HTTP/1.1" 200 1099 0.013996 10.0.0.242 - - [2025-06-02 02:25:43] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005606 10.0.0.242 - - [2025-06-02 02:25:43] "GET /virtual-machine/1480327f-1144-4ce7-a697-290c60ac7318 HTTP/1.1" 200 1306 0.004185 10.0.0.242 - - [2025-06-02 02:25:43] "GET /virtual-machine-interface/c328458e-aa82-4840-abd1-f75bf5a763d7 HTTP/1.1" 200 3012 0.004717 10.0.0.242 - - [2025-06-02 02:25:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002784 10.0.0.242 - - [2025-06-02 02:25:43] "GET /global-vrouter-config/132714b1-fcbe-47d4-8106-4ed4f21abed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1562 0.003286 10.0.0.242 - - [2025-06-02 02:25:43] "GET /virtual-networks?parent_id=16d78740-09b6-4f17-867a-c624f8e24665&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003037 10.0.0.242 - - [2025-06-02 02:25:43] "GET /virtual-network/0bab3275-50a0-4be3-b5d6-ee6b9f8ec90e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005428 10.0.0.242 - - [2025-06-02 02:25:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003630 10.0.0.242 - - [2025-06-02 02:25:46] "GET /virtual-network/0bab3275-50a0-4be3-b5d6-ee6b9f8ec90e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005417 10.0.0.242 - - [2025-06-02 02:25:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.242 - - [2025-06-02 02:25:50] "GET /virtual-network/0bab3275-50a0-4be3-b5d6-ee6b9f8ec90e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005447 10.0.0.242 - - [2025-06-02 02:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002926 10.0.0.242 - - [2025-06-02 02:25:53] "GET /global-vrouter-config/132714b1-fcbe-47d4-8106-4ed4f21abed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1562 0.002967 10.0.0.242 - - [2025-06-02 02:25:53] "GET /virtual-networks?parent_id=16d78740-09b6-4f17-867a-c624f8e24665&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003862 10.0.0.242 - - [2025-06-02 02:25:53] "GET /virtual-network/0bab3275-50a0-4be3-b5d6-ee6b9f8ec90e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005801 10.0.0.242 - - [2025-06-02 02:25:53] "POST /neutron/port HTTP/1.1" 200 1099 0.021410 10.0.0.242 - - [2025-06-02 02:25:53] "POST /neutron/security_group HTTP/1.1" 200 2070 0.019709 10.0.0.242 - - [2025-06-02 02:25:54] "POST /neutron/port HTTP/1.1" 200 1099 0.061363 10.0.0.242 - - [2025-06-02 02:25:54] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007282 10.0.0.242 - - [2025-06-02 02:25:54] "POST /neutron/port HTTP/1.1" 200 1099 0.015903 10.0.0.242 - - [2025-06-02 02:25:54] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005791 10.0.0.242 - - [2025-06-02 02:25:57] "POST /neutron/port HTTP/1.1" 200 1099 0.014868 10.0.0.242 - - [2025-06-02 02:25:57] "POST /neutron/port HTTP/1.1" 200 1099 0.013476 10.0.0.242 - - [2025-06-02 02:25:57] "POST /neutron/network HTTP/1.1" 200 847 0.005552 10.0.0.242 - - [2025-06-02 02:25:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003244 10.0.0.242 - - [2025-06-02 02:25:57] "POST /neutron/subnet HTTP/1.1" 200 694 0.009017 10.0.0.242 - - [2025-06-02 02:25:57] "POST /neutron/port HTTP/1.1" 200 117 0.001032 10.0.0.242 - - [2025-06-02 02:25:57] "POST /neutron/network HTTP/1.1" 200 837 0.004631 10.0.0.242 - - [2025-06-02 02:25:58] "GET /projects?obj_uuids=16d78740-09b6-4f17-867a-c624f8e24665&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001637 10.0.0.242 - - [2025-06-02 02:25:58] "POST /neutron/floatingip HTTP/1.1" 200 529 0.070573 10.0.0.242 - - [2025-06-02 02:25:58] "POST /neutron/port HTTP/1.1" 200 1099 0.012509 10.0.0.242 - - [2025-06-02 02:25:58] "POST /neutron/floatingip HTTP/1.1" 200 529 0.004898 10.0.0.242 - - [2025-06-02 02:25:58] "POST /neutron/floatingip HTTP/1.1" 200 575 0.029816 10.0.0.242 - - [2025-06-02 02:25:58] "POST /neutron/port HTTP/1.1" 200 1099 0.014236 10.0.0.242 - - [2025-06-02 02:25:58] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005569 10.0.0.242 - - [2025-06-02 02:25:58] "POST /neutron/port HTTP/1.1" 200 1099 0.013972 10.0.0.242 - - [2025-06-02 02:25:58] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005960 10.0.0.242 - - [2025-06-02 02:25:58] "POST /neutron/port HTTP/1.1" 200 1099 0.013850 10.0.0.242 - - [2025-06-02 02:25:58] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005652 10.0.0.242 - - [2025-06-02 02:25:58] "GET /virtual-machine/8c224fc2-6baa-4366-af12-6e0a192ea532 HTTP/1.1" 200 1307 0.004613 10.0.0.242 - - [2025-06-02 02:25:58] "GET /virtual-machine-interface/ecc08c69-5e00-47c0-89f4-c107027160c2 HTTP/1.1" 200 3011 0.004923 10.0.0.242 - - [2025-06-02 02:25:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002810 10.0.0.242 - - [2025-06-02 02:25:58] "GET /global-vrouter-config/132714b1-fcbe-47d4-8106-4ed4f21abed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1562 0.003232 10.0.0.242 - - [2025-06-02 02:25:58] "GET /virtual-networks?parent_id=16d78740-09b6-4f17-867a-c624f8e24665&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003078 10.0.0.242 - - [2025-06-02 02:25:58] "GET /virtual-network/e9cf1cc2-0225-4201-9a6b-33713707c5e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005874 10.0.0.242 - - [2025-06-02 02:25:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.242 - - [2025-06-02 02:25:59] "GET /global-vrouter-config/132714b1-fcbe-47d4-8106-4ed4f21abed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1562 0.003683 10.0.0.242 - - [2025-06-02 02:26:00] "GET /virtual-networks?parent_id=16d78740-09b6-4f17-867a-c624f8e24665&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003426 10.0.0.242 - - [2025-06-02 02:26:00] "GET /virtual-network/e9cf1cc2-0225-4201-9a6b-33713707c5e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005868 10.0.0.242 - - [2025-06-02 02:26:00] "POST /neutron/floatingip HTTP/1.1" 200 575 0.012738 10.0.0.242 - - [2025-06-02 02:26:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.242 - - [2025-06-02 02:26:00] "GET /routing-instance/883252a3-6e99-4333-be64-491780072875?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.004126 10.0.0.242 - - [2025-06-02 02:26:00] "GET /route-target/7e940b81-ebc2-4c12-a329-60357f3b7999?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004603 10.0.0.242 - - [2025-06-02 02:26:00] "GET /floating-ip/4c8503fe-fdaa-43a7-b49e-416b68d1f19e HTTP/1.1" 200 1891 0.006542 10.0.0.242 - - [2025-06-02 02:26:03] "POST /neutron/floatingip HTTP/1.1" 200 575 0.009085 10.0.0.242 - - [2025-06-02 02:26:03] "POST /neutron/floatingip HTTP/1.1" 200 529 0.014493 10.0.0.242 - - [2025-06-02 02:26:03] "POST /neutron/floatingip HTTP/1.1" 200 529 0.005045 10.0.0.242 - - [2025-06-02 02:26:03] "POST /neutron/floatingip HTTP/1.1" 200 115 0.029123 10.0.0.242 - - [2025-06-02 02:26:03] "GET /floating-ip-pool/97789a28-c264-41fe-87b9-01f4aadf5e60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1208 0.011311 10.0.0.242 - - [2025-06-02 02:26:03] "POST /ref-update HTTP/1.1" 200 156 0.010031 10.0.0.242 - - [2025-06-02 02:26:03] "DELETE /floating-ip-pool/97789a28-c264-41fe-87b9-01f4aadf5e60 HTTP/1.1" 200 115 0.029449 10.0.0.242 - - [2025-06-02 02:26:03] "POST /neutron/network HTTP/1.1" 200 837 0.005843 10.0.0.242 - - [2025-06-02 02:26:03] "POST /neutron/network HTTP/1.1" 400 204 0.010526 10.0.0.242 - - [2025-06-02 02:26:04] "POST /neutron/port HTTP/1.1" 200 1099 0.019108 10.0.0.242 - - [2025-06-02 02:26:04] "POST /neutron/port HTTP/1.1" 200 1125 0.015539 10.0.0.242 - - [2025-06-02 02:26:04] "POST /neutron/port HTTP/1.1" 200 1099 0.034245 10.0.0.242 - - [2025-06-02 02:26:04] "POST /neutron/port HTTP/1.1" 200 1125 0.011197 10.0.0.242 - - [2025-06-02 02:26:04] "POST /neutron/port HTTP/1.1" 200 151 0.168043 10.0.0.242 - - [2025-06-02 02:26:04] "POST /neutron/port HTTP/1.1" 200 151 0.150229 10.0.0.242 - - [2025-06-02 02:26:05] "POST /neutron/network HTTP/1.1" 200 837 0.005940 10.0.0.242 - - [2025-06-02 02:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.007503 10.0.0.242 - - [2025-06-02 02:26:05] "POST /useragent-kv HTTP/1.1" 200 115 0.005758 10.0.0.242 - - [2025-06-02 02:26:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002989 10.0.0.242 - - [2025-06-02 02:26:05] "POST /neutron/network HTTP/1.1" 200 151 0.087092 10.0.0.242 - - [2025-06-02 02:26:05] "DELETE /route-target/12efe781-c59f-40a8-9b23-d040d772c201 HTTP/1.1" 200 115 0.014930 10.0.0.242 - - [2025-06-02 02:26:05] "GET /routing-instance/d7053e9a-d5d7-4b90-8554-7ffab773900e HTTP/1.1" 404 171 0.002634 10.0.0.242 - - [2025-06-02 02:26:05] "GET /domains HTTP/1.1" 200 281 0.002087 10.0.0.242 - - [2025-06-02 02:26:05] "GET /domains?obj_uuids=c1398e6d-186b-472e-80bf-1735e2faf972&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001482 10.0.0.242 - - [2025-06-02 02:26:05] "GET /domain/c1398e6d-186b-472e-80bf-1735e2faf972 HTTP/1.1" 200 2793 0.047832 10.0.0.242 - - [2025-06-02 02:26:05] "GET /projects?obj_uuids=16d78740-09b6-4f17-867a-c624f8e24665&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001095 10.0.0.242 - - [2025-06-02 02:26:06] "GET /project/16d78740-09b6-4f17-867a-c624f8e24665 HTTP/1.1" 200 2189 0.065835 10.0.0.242 - - [2025-06-02 02:26:06] "POST /neutron/network HTTP/1.1" 200 837 0.005720 10.0.0.242 - - [2025-06-02 02:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.242 - - [2025-06-02 02:26:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002315 10.0.0.242 - - [2025-06-02 02:26:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002684 10.0.0.242 - - [2025-06-02 02:26:06] "POST /neutron/network HTTP/1.1" 200 151 0.076369 10.0.0.242 - - [2025-06-02 02:26:06] "GET /routing-instance/883252a3-6e99-4333-be64-491780072875 HTTP/1.1" 404 171 0.004092 10.0.0.242 - - [2025-06-02 02:26:06] "DELETE /route-target/7e940b81-ebc2-4c12-a329-60357f3b7999 HTTP/1.1" 200 115 0.019506 10.0.0.242 - - [2025-06-02 02:26:06] "GET /domains HTTP/1.1" 200 281 0.003005 10.0.0.242 - - [2025-06-02 02:26:06] "GET /domains?obj_uuids=c1398e6d-186b-472e-80bf-1735e2faf972&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001000 10.0.0.242 - - [2025-06-02 02:26:06] "GET /domain/c1398e6d-186b-472e-80bf-1735e2faf972 HTTP/1.1" 200 2793 0.047830 10.0.0.242 - - [2025-06-02 02:26:06] "GET /projects?obj_uuids=16d78740-09b6-4f17-867a-c624f8e24665&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001078 10.0.0.242 - - [2025-06-02 02:26:06] "GET /project/16d78740-09b6-4f17-867a-c624f8e24665 HTTP/1.1" 200 1938 0.068084 10.0.0.242 - - [2025-06-02 02:26:06] "GET /projects?obj_uuids=16d78740-09b6-4f17-867a-c624f8e24665&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001587 10.0.0.242 - - [2025-06-02 02:26:06] "GET /project/16d78740-09b6-4f17-867a-c624f8e24665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.032943 10.0.0.242 - - [2025-06-02 02:26:06] "GET /projects?obj_uuids=16d78740-09b6-4f17-867a-c624f8e24665&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001040 10.0.0.242 - - [2025-06-02 02:26:06] "GET /project/16d78740-09b6-4f17-867a-c624f8e24665?fields=virtual_networks HTTP/1.1" 200 1067 0.075794 10.0.0.242 - - [2025-06-02 02:26:06] "GET /projects?obj_uuids=16d78740-09b6-4f17-867a-c624f8e24665&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001105 10.0.0.242 - - [2025-06-02 02:26:06] "GET /project/16d78740-09b6-4f17-867a-c624f8e24665?fields=virtual_machine_interfaces HTTP/1.1" 200 1067 0.026429 10.0.0.242 - - [2025-06-02 02:26:06] "GET /projects?obj_uuids=16d78740-09b6-4f17-867a-c624f8e24665&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001134 10.0.0.242 - - [2025-06-02 02:26:06] "GET /project/16d78740-09b6-4f17-867a-c624f8e24665?fields=security_groups HTTP/1.1" 200 1306 0.030118 10.0.0.242 - - [2025-06-02 02:26:07] "POST /fqname-to-id HTTP/1.1" 404 183 0.021672 10.0.0.242 - - [2025-06-02 02:26:07] "GET /projects?obj_uuids=f51fcaf1-cb50-4b23-be6f-01ba7a00df6b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002635 10.0.0.242 - - [2025-06-02 02:26:07] "GET /domains?obj_uuids=c1398e6d-186b-472e-80bf-1735e2faf972&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001106 10.0.0.242 - - [2025-06-02 02:26:07] "GET /domain/c1398e6d-186b-472e-80bf-1735e2faf972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007967 10.0.0.242 - - [2025-06-02 02:26:07] "POST /id-to-fqname HTTP/1.1" 200 185 0.002081 10.0.0.242 - - [2025-06-02 02:26:07] "POST /fqname-to-id HTTP/1.1" 404 194 0.002577 10.0.0.242 - - [2025-06-02 02:26:07] "POST /security-groups HTTP/1.1" 200 586 0.063530 10.0.0.242 - - [2025-06-02 02:26:07] "POST /fqname-to-id HTTP/1.1" 404 229 0.002412 10.0.0.242 - - [2025-06-02 02:26:07] "POST /projects HTTP/1.1" 200 575 0.221666 10.0.0.242 - - [2025-06-02 02:26:08] "POST /access-control-lists HTTP/1.1" 200 593 0.059434 10.0.0.242 - - [2025-06-02 02:26:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.296330 10.0.0.242 - - [2025-06-02 02:26:08] "POST /fqname-to-id HTTP/1.1" 404 228 0.002830 10.0.0.242 - - [2025-06-02 02:26:08] "GET /project/f51fcaf1-cb50-4b23-be6f-01ba7a00df6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.412265 10.0.0.242 - - [2025-06-02 02:26:08] "POST /access-control-lists HTTP/1.1" 200 591 0.060066 10.0.0.242 - - [2025-06-02 02:26:09] "GET / HTTP/1.1" 200 36215 0.002154 10.0.0.242 - - [2025-06-02 02:26:10] "GET /projects?obj_uuids=f51fcaf1-cb50-4b23-be6f-01ba7a00df6b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001164 10.0.0.242 - - [2025-06-02 02:26:10] "GET /project/f51fcaf1-cb50-4b23-be6f-01ba7a00df6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.025831 10.0.0.242 - - [2025-06-02 02:26:10] "GET /projects?obj_uuids=f51fcaf1-cb50-4b23-be6f-01ba7a00df6b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001054 10.0.0.242 - - [2025-06-02 02:26:10] "GET /project/f51fcaf1-cb50-4b23-be6f-01ba7a00df6b?fields=virtual_networks HTTP/1.1" 200 1035 0.070460 10.0.0.242 - - [2025-06-02 02:26:10] "GET /projects?obj_uuids=f51fcaf1-cb50-4b23-be6f-01ba7a00df6b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001141 10.0.0.242 - - [2025-06-02 02:26:10] "GET /project/f51fcaf1-cb50-4b23-be6f-01ba7a00df6b?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.027817 10.0.0.242 - - [2025-06-02 02:26:10] "GET /projects?obj_uuids=f51fcaf1-cb50-4b23-be6f-01ba7a00df6b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001191 10.0.0.242 - - [2025-06-02 02:26:10] "GET /project/f51fcaf1-cb50-4b23-be6f-01ba7a00df6b?fields=security_groups HTTP/1.1" 200 1257 0.035076 10.0.0.242 - - [2025-06-02 02:26:11] "POST /fqname-to-id HTTP/1.1" 404 191 0.022233 10.0.0.242 - - [2025-06-02 02:26:11] "GET /projects?obj_uuids=e642f087-f0d8-42be-86be-00f044a667a5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002415 10.0.0.242 - - [2025-06-02 02:26:11] "GET /domains?obj_uuids=c1398e6d-186b-472e-80bf-1735e2faf972&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002153 10.0.0.242 - - [2025-06-02 02:26:11] "GET /domain/c1398e6d-186b-472e-80bf-1735e2faf972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008480 10.0.0.242 - - [2025-06-02 02:26:11] "POST /id-to-fqname HTTP/1.1" 200 193 0.001246 10.0.0.242 - - [2025-06-02 02:26:11] "POST /fqname-to-id HTTP/1.1" 404 202 0.004574 10.0.0.242 - - [2025-06-02 02:26:11] "POST /security-groups HTTP/1.1" 200 594 0.059764 10.0.0.242 - - [2025-06-02 02:26:11] "POST /fqname-to-id HTTP/1.1" 404 237 0.002642 10.0.0.242 - - [2025-06-02 02:26:11] "POST /projects HTTP/1.1" 200 591 0.227150 10.0.0.242 - - [2025-06-02 02:26:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.294001 10.0.0.242 - - [2025-06-02 02:26:11] "POST /access-control-lists HTTP/1.1" 200 601 0.065550 10.0.0.242 - - [2025-06-02 02:26:11] "POST /fqname-to-id HTTP/1.1" 404 236 0.002712 10.0.0.242 - - [2025-06-02 02:26:11] "GET /project/e642f087-f0d8-42be-86be-00f044a667a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.418710 10.0.0.242 - - [2025-06-02 02:26:11] "POST /access-control-lists HTTP/1.1" 200 599 0.064610 10.0.0.242 - - [2025-06-02 02:26:12] "GET / HTTP/1.1" 200 36215 0.002058 10.0.0.242 - - [2025-06-02 02:26:14] "GET /project/e642f087-f0d8-42be-86be-00f044a667a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000497 10.0.0.242 - - [2025-06-02 02:26:14] "GET /projects?obj_uuids=e642f087-f0d8-42be-86be-00f044a667a5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001166 10.0.0.242 - - [2025-06-02 02:26:14] "GET /project/e642f087-f0d8-42be-86be-00f044a667a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.049005 10.0.0.242 - - [2025-06-02 02:26:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002394 10.0.0.242 - - [2025-06-02 02:26:14] "GET /security-group/6ee4ae81-ad58-410b-bd7a-6110257b592e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3775 0.005308 10.0.0.242 - - [2025-06-02 02:26:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002567 10.0.0.242 - - [2025-06-02 02:26:14] "GET /projects?obj_uuids=e642f087-f0d8-42be-86be-00f044a667a5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001597 10.0.0.242 - - [2025-06-02 02:26:14] "GET /project/e642f087-f0d8-42be-86be-00f044a667a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.024513 10.0.0.242 - - [2025-06-02 02:26:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002892 10.0.0.242 - - [2025-06-02 02:26:14] "GET /security-group/6ee4ae81-ad58-410b-bd7a-6110257b592e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3775 0.003928 10.0.0.242 - - [2025-06-02 02:26:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002904 10.0.0.242 - - [2025-06-02 02:26:14] "PUT /security-group/6ee4ae81-ad58-410b-bd7a-6110257b592e HTTP/1.1" 200 263 0.014378 10.0.0.242 - - [2025-06-02 02:26:14] "PUT /access-control-list/e0a2b602-d4b5-4e0a-b14e-d155308c2282 HTTP/1.1" 200 273 0.009711 10.0.0.242 - - [2025-06-02 02:26:14] "PUT /access-control-list/0e9ce2c2-abb7-4b90-8269-931a1253b289 HTTP/1.1" 200 273 0.009682 10.0.0.242 - - [2025-06-02 02:26:14] "POST /fqname-to-id HTTP/1.1" 404 202 0.003804 10.0.0.242 - - [2025-06-02 02:26:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.242 - - [2025-06-02 02:26:14] "GET /projects?obj_uuids=e642f087-f0d8-42be-86be-00f044a667a5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001657 10.0.0.242 - - [2025-06-02 02:26:15] "GET /project/e642f087-f0d8-42be-86be-00f044a667a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.032704 10.0.0.242 - - [2025-06-02 02:26:15] "POST /neutron/network HTTP/1.1" 200 117 0.031175 10.0.0.242 - - [2025-06-02 02:26:15] "GET /projects?obj_uuids=e642f087-f0d8-42be-86be-00f044a667a5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001239 10.0.0.242 - - [2025-06-02 02:26:15] "POST /neutron/network HTTP/1.1" 200 608 0.065807 10.0.0.242 - - [2025-06-02 02:26:15] "POST /route-targets HTTP/1.1" 200 328 0.012025 10.0.0.242 - - [2025-06-02 02:26:15] "POST /ref-update HTTP/1.1" 200 156 0.027388 10.0.0.242 - - [2025-06-02 02:26:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003353 10.0.0.242 - - [2025-06-02 02:26:15] "POST /neutron/subnet HTTP/1.1" 200 719 0.189584 10.0.0.242 - - [2025-06-02 02:26:15] "POST /neutron/network HTTP/1.1" 200 826 0.006013 10.0.0.242 - - [2025-06-02 02:26:15] "POST /id-to-fqname HTTP/1.1" 200 223 0.001189 10.0.0.242 - - [2025-06-02 02:26:15] "GET /virtual-network/ac717ad5-3d3b-4b8c-9254-4bec0093eb34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006548 10.0.0.242 - - [2025-06-02 02:26:15] "POST /neutron/network HTTP/1.1" 200 826 0.005529 10.0.0.242 - - [2025-06-02 02:26:15] "GET /virtual-network/ac717ad5-3d3b-4b8c-9254-4bec0093eb34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005608 10.0.0.242 - - [2025-06-02 02:26:15] "POST /neutron/network HTTP/1.1" 200 826 0.006287 10.0.0.242 - - [2025-06-02 02:26:15] "POST /neutron/subnet HTTP/1.1" 200 719 0.006892 10.0.0.242 - - [2025-06-02 02:26:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002149 10.0.0.242 - - [2025-06-02 02:26:15] "GET /projects?obj_uuids=e642f087-f0d8-42be-86be-00f044a667a5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000971 10.0.0.242 - - [2025-06-02 02:26:15] "GET /project/e642f087-f0d8-42be-86be-00f044a667a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.026802 10.0.0.242 - - [2025-06-02 02:26:15] "POST /neutron/network HTTP/1.1" 200 117 0.008630 10.0.0.242 - - [2025-06-02 02:26:15] "GET /projects?obj_uuids=e642f087-f0d8-42be-86be-00f044a667a5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001096 10.0.0.242 - - [2025-06-02 02:26:15] "POST /neutron/network HTTP/1.1" 200 615 0.122767 10.0.0.242 - - [2025-06-02 02:26:15] "POST /route-targets HTTP/1.1" 200 328 0.018748 10.0.0.242 - - [2025-06-02 02:26:15] "POST /ref-update HTTP/1.1" 200 156 0.016557 10.0.0.242 - - [2025-06-02 02:26:16] "POST /useragent-kv HTTP/1.1" 200 115 0.006219 10.0.0.242 - - [2025-06-02 02:26:16] "POST /neutron/subnet HTTP/1.1" 200 724 0.181296 10.0.0.242 - - [2025-06-02 02:26:16] "POST /neutron/network HTTP/1.1" 200 834 0.005622 10.0.0.242 - - [2025-06-02 02:26:16] "POST /id-to-fqname HTTP/1.1" 200 227 0.001145 10.0.0.242 - - [2025-06-02 02:26:16] "GET /virtual-network/e7b67f4d-9357-4377-8bed-bc20ea968ba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004524 10.0.0.242 - - [2025-06-02 02:26:16] "POST /neutron/network HTTP/1.1" 200 834 0.005310 10.0.0.242 - - [2025-06-02 02:26:16] "GET /virtual-network/e7b67f4d-9357-4377-8bed-bc20ea968ba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004805 10.0.0.242 - - [2025-06-02 02:26:16] "POST /neutron/network HTTP/1.1" 200 834 0.005258 10.0.0.242 - - [2025-06-02 02:26:16] "POST /neutron/subnet HTTP/1.1" 200 724 0.005935 10.0.0.242 - - [2025-06-02 02:26:16] "POST /id-to-fqname HTTP/1.1" 200 223 0.001050 10.0.0.242 - - [2025-06-02 02:26:16] "POST /neutron/network HTTP/1.1" 200 836 0.006977 10.0.0.242 - - [2025-06-02 02:26:16] "GET /aaa-mode HTTP/1.1" 401 293 0.000386 10.0.0.242 - - [2025-06-02 02:26:16] "GET / HTTP/1.1" 200 36215 0.001548 10.0.0.242 - - [2025-06-02 02:26:16] "GET /project/e642f087-f0d8-42be-86be-00f044a667a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000584 10.0.0.242 - - [2025-06-02 02:26:17] "GET /projects?obj_uuids=e642f087-f0d8-42be-86be-00f044a667a5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001200 10.0.0.242 - - [2025-06-02 02:26:17] "GET /project/e642f087-f0d8-42be-86be-00f044a667a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.057592 10.0.0.242 - - [2025-06-02 02:26:17] "POST /neutron/network HTTP/1.1" 200 826 0.007618 10.0.0.242 - - [2025-06-02 02:26:17] "POST /neutron/port HTTP/1.1" 200 117 0.005050 10.0.0.242 - - [2025-06-02 02:26:17] "POST /neutron/port HTTP/1.1" 200 117 0.005676 10.0.0.242 - - [2025-06-02 02:26:17] "POST /id-to-fqname HTTP/1.1" 200 227 0.001270 10.0.0.242 - - [2025-06-02 02:26:17] "POST /neutron/port HTTP/1.1" 200 117 0.005189 10.0.0.242 - - [2025-06-02 02:26:17] "POST /neutron/network HTTP/1.1" 200 844 0.006477 10.0.0.242 - - [2025-06-02 02:26:17] "GET /aaa-mode HTTP/1.1" 401 293 0.000406 10.0.0.242 - - [2025-06-02 02:26:17] "POST /neutron/network HTTP/1.1" 200 836 0.005783 10.0.0.242 - - [2025-06-02 02:26:17] "GET /projects?obj_uuids=e642f087-f0d8-42be-86be-00f044a667a5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001460 10.0.0.242 - - [2025-06-02 02:26:18] "GET / HTTP/1.1" 200 36215 0.001447 10.0.0.242 - - [2025-06-02 02:26:18] "GET /project/e642f087-f0d8-42be-86be-00f044a667a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000402 10.0.0.242 - - [2025-06-02 02:26:18] "POST /neutron/port HTTP/1.1" 200 1062 0.216095 10.0.0.242 - - [2025-06-02 02:26:18] "POST /neutron/port HTTP/1.1" 200 1062 0.011341 10.0.0.242 - - [2025-06-02 02:26:18] "POST /neutron/port HTTP/1.1" 200 1062 0.011008 10.0.0.242 - - [2025-06-02 02:26:18] "POST /neutron/port HTTP/1.1" 200 1116 0.075901 10.0.0.242 - - [2025-06-02 02:26:18] "POST /neutron/port HTTP/1.1" 200 1090 0.015765 10.0.0.242 - - [2025-06-02 02:26:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003086 10.0.0.242 - - [2025-06-02 02:26:18] "POST /neutron/subnet HTTP/1.1" 200 693 0.012451 10.0.0.242 - - [2025-06-02 02:26:18] "POST /neutron/port HTTP/1.1" 200 117 0.001208 10.0.0.242 - - [2025-06-02 02:26:18] "POST /neutron/network HTTP/1.1" 200 826 0.005250 10.0.0.242 - - [2025-06-02 02:26:18] "GET /projects?obj_uuids=e642f087-f0d8-42be-86be-00f044a667a5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001577 10.0.0.242 - - [2025-06-02 02:26:18] "GET /project/e642f087-f0d8-42be-86be-00f044a667a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.055039 10.0.0.242 - - [2025-06-02 02:26:18] "POST /neutron/network HTTP/1.1" 200 834 0.009131 10.0.0.242 - - [2025-06-02 02:26:18] "POST /neutron/port HTTP/1.1" 200 1090 0.019543 10.0.0.242 - - [2025-06-02 02:26:18] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007037 10.0.0.242 - - [2025-06-02 02:26:18] "POST /neutron/port HTTP/1.1" 200 117 0.005324 10.0.0.242 - - [2025-06-02 02:26:18] "GET /projects?obj_uuids=e642f087-f0d8-42be-86be-00f044a667a5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001158 10.0.0.242 - - [2025-06-02 02:26:18] "POST /neutron/router HTTP/1.1" 200 585 0.062727 10.0.0.242 - - [2025-06-02 02:26:18] "POST /neutron/router HTTP/1.1" 200 585 0.007342 10.0.0.242 - - [2025-06-02 02:26:18] "POST /route-targets HTTP/1.1" 200 328 0.025516 10.0.0.242 - - [2025-06-02 02:26:18] "POST /neutron/router HTTP/1.1" 200 656 0.040773 10.0.0.242 - - [2025-06-02 02:26:18] "PUT /logical-router/6da3da02-9e91-4c37-8f24-049dc1c53e23 HTTP/1.1" 200 263 0.045588 10.0.0.242 - - [2025-06-02 02:26:18] "GET /logical-router/6da3da02-9e91-4c37-8f24-049dc1c53e23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1645 0.016920 10.0.0.242 - - [2025-06-02 02:26:18] "POST /neutron/router HTTP/1.1" 200 656 0.013994 10.0.0.242 - - [2025-06-02 02:26:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.006849 10.0.0.242 - - [2025-06-02 02:26:18] "GET /projects?obj_uuids=e642f087-f0d8-42be-86be-00f044a667a5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001231 10.0.0.242 - - [2025-06-02 02:26:18] "GET /service-template/446848ad-b53b-40f9-9b88-438d43f5148a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1693 0.004618 10.0.0.242 - - [2025-06-02 02:26:19] "POST /fqname-to-id HTTP/1.1" 404 215 0.002832 10.0.0.242 - - [2025-06-02 02:26:19] "POST /neutron/network HTTP/1.1" 200 844 0.020226 10.0.0.242 - - [2025-06-02 02:26:19] "GET /projects?obj_uuids=e642f087-f0d8-42be-86be-00f044a667a5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001146 10.0.0.242 - - [2025-06-02 02:26:19] "POST /neutron/router HTTP/1.1" 200 344 0.397037 10.0.0.242 - - [2025-06-02 02:26:19] "POST /useragent-kv HTTP/1.1" 200 115 0.003489 10.0.0.242 - - [2025-06-02 02:26:19] "POST /virtual-networks HTTP/1.1" 200 696 0.285785 10.0.0.242 - - [2025-06-02 02:26:19] "POST /ref-update HTTP/1.1" 200 156 0.024748 10.0.0.242 - - [2025-06-02 02:26:19] "POST /route-targets HTTP/1.1" 200 328 0.048217 10.0.0.242 - - [2025-06-02 02:26:19] "POST /neutron/port HTTP/1.1" 200 1090 0.086266 10.0.0.242 - - [2025-06-02 02:26:19] "POST /neutron/security_group HTTP/1.1" 200 2002 0.019906 10.0.0.242 - - [2025-06-02 02:26:19] "POST /service-instances HTTP/1.1" 200 672 0.095632 10.0.0.242 - - [2025-06-02 02:26:19] "POST /ref-update HTTP/1.1" 200 156 0.057525 10.0.0.242 - - [2025-06-02 02:26:19] "POST /route-tables HTTP/1.1" 200 584 0.038322 10.0.0.242 - - [2025-06-02 02:26:19] "PUT /logical-router/6da3da02-9e91-4c37-8f24-049dc1c53e23 HTTP/1.1" 200 263 0.028060 10.0.0.242 - - [2025-06-02 02:26:19] "POST /neutron/port HTTP/1.1" 200 1063 0.533791 10.0.0.242 - - [2025-06-02 02:26:19] "POST /neutron/port HTTP/1.1" 200 1063 0.014090 10.0.0.242 - - [2025-06-02 02:26:19] "POST /neutron/port HTTP/1.1" 200 1063 0.017036 10.0.0.242 - - [2025-06-02 02:26:19] "POST /ref-update HTTP/1.1" 200 156 0.034990 10.0.0.242 - - [2025-06-02 02:26:19] "POST /neutron/port HTTP/1.1" 200 1117 0.083531 10.0.0.242 - - [2025-06-02 02:26:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002751 10.0.0.242 - - [2025-06-02 02:26:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002480 10.0.0.242 - - [2025-06-02 02:26:19] "POST /neutron/port HTTP/1.1" 200 1091 0.014203 10.0.0.242 - - [2025-06-02 02:26:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002823 10.0.0.242 - - [2025-06-02 02:26:19] "POST /neutron/subnet HTTP/1.1" 200 698 0.011365 10.0.0.242 - - [2025-06-02 02:26:19] "POST /virtual-machines HTTP/1.1" 200 554 0.018222 10.0.0.242 - - [2025-06-02 02:26:19] "POST /neutron/port HTTP/1.1" 200 117 0.001180 10.0.0.242 - - [2025-06-02 02:26:19] "POST /neutron/network HTTP/1.1" 200 834 0.005193 10.0.0.242 - - [2025-06-02 02:26:20] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.103940 10.0.0.242 - - [2025-06-02 02:26:20] "POST /chown HTTP/1.1" 200 109 0.006876 10.0.0.242 - - [2025-06-02 02:26:20] "POST /instance-ips HTTP/1.1" 200 552 0.027086 10.0.0.242 - - [2025-06-02 02:26:20] "POST /instance-ips HTTP/1.1" 400 246 0.014551 10.0.0.242 - - [2025-06-02 02:26:20] "POST /chown HTTP/1.1" 200 109 0.007913 10.0.0.242 - - [2025-06-02 02:26:20] "PUT /virtual-machine-interface/db8bc552-08da-4dcc-a56b-f8ab0f2b8955 HTTP/1.1" 200 285 0.011934 10.0.0.242 - - [2025-06-02 02:26:20] "PUT /instance-ip/a23dc400-79f0-4df2-8cd9-a57243516eed HTTP/1.1" 200 257 0.012450 10.0.0.242 - - [2025-06-02 02:26:20] "POST /ref-update HTTP/1.1" 200 156 0.010691 10.0.0.242 - - [2025-06-02 02:26:20] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.107057 10.0.0.242 - - [2025-06-02 02:26:20] "POST /chown HTTP/1.1" 200 109 0.010262 10.0.0.242 - - [2025-06-02 02:26:20] "POST /instance-ips HTTP/1.1" 200 550 0.030166 10.0.0.242 - - [2025-06-02 02:26:20] "POST /instance-ips HTTP/1.1" 400 316 0.017175 10.0.0.242 - - [2025-06-02 02:26:20] "POST /chown HTTP/1.1" 200 109 0.016212 10.0.0.242 - - [2025-06-02 02:26:20] "PUT /virtual-machine-interface/fd222788-d029-46f9-bc33-b6e27deb815b HTTP/1.1" 200 285 0.014501 10.0.0.242 - - [2025-06-02 02:26:21] "PUT /instance-ip/aad2693b-a9a0-40a8-a35b-53f6a04a8841 HTTP/1.1" 200 257 0.013241 10.0.0.242 - - [2025-06-02 02:26:21] "POST /ref-update HTTP/1.1" 200 156 0.014262 10.0.0.242 - - [2025-06-02 02:26:21] "POST /ref-update HTTP/1.1" 200 156 0.009415 10.0.0.242 - - [2025-06-02 02:26:21] "PUT /routing-instance/e63bd2b3-3c71-4a6e-b606-90437ab06e6d HTTP/1.1" 200 267 0.019944 10.0.0.242 - - [2025-06-02 02:26:21] "POST /ref-update HTTP/1.1" 200 156 0.017088 10.0.0.242 - - [2025-06-02 02:26:21] "POST /virtual-machines HTTP/1.1" 200 554 0.013395 10.0.0.242 - - [2025-06-02 02:26:21] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.088537 10.0.0.242 - - [2025-06-02 02:26:21] "POST /chown HTTP/1.1" 200 109 0.007650 10.0.0.242 - - [2025-06-02 02:26:21] "POST /instance-ips HTTP/1.1" 400 246 0.014170 10.0.0.242 - - [2025-06-02 02:26:21] "POST /chown HTTP/1.1" 200 109 0.007493 10.0.0.242 - - [2025-06-02 02:26:21] "PUT /virtual-machine-interface/f0f44531-0a50-4385-a076-82dc7594c2cc HTTP/1.1" 200 285 0.009811 10.0.0.242 - - [2025-06-02 02:26:21] "PUT /instance-ip/a23dc400-79f0-4df2-8cd9-a57243516eed HTTP/1.1" 200 257 0.013141 10.0.0.242 - - [2025-06-02 02:26:21] "POST /ref-update HTTP/1.1" 200 156 0.011315 10.0.0.242 - - [2025-06-02 02:26:21] "POST /ref-update HTTP/1.1" 200 156 0.011606 10.0.0.242 - - [2025-06-02 02:26:21] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.106618 10.0.0.242 - - [2025-06-02 02:26:21] "POST /ref-update HTTP/1.1" 200 156 0.020893 10.0.0.242 - - [2025-06-02 02:26:21] "PUT /routing-instance/e63bd2b3-3c71-4a6e-b606-90437ab06e6d HTTP/1.1" 200 267 0.025496 10.0.0.242 - - [2025-06-02 02:26:21] "POST /chown HTTP/1.1" 200 109 0.007724 10.0.0.242 - - [2025-06-02 02:26:22] "POST /instance-ips HTTP/1.1" 400 316 0.016710 10.0.0.242 - - [2025-06-02 02:26:22] "POST /chown HTTP/1.1" 200 109 0.007418 10.0.0.242 - - [2025-06-02 02:26:22] "PUT /virtual-machine-interface/80434fe8-814b-4e32-b7ab-8d2dbca9d17e HTTP/1.1" 200 285 0.012128 10.0.0.242 - - [2025-06-02 02:26:22] "PUT /instance-ip/aad2693b-a9a0-40a8-a35b-53f6a04a8841 HTTP/1.1" 200 257 0.017420 10.0.0.242 - - [2025-06-02 02:26:22] "POST /ref-update HTTP/1.1" 200 156 0.013323 10.0.0.242 - - [2025-06-02 02:26:22] "POST /ref-update HTTP/1.1" 200 156 0.011986 10.0.0.242 - - [2025-06-02 02:26:22] "POST /ref-update HTTP/1.1" 200 156 0.010828 10.0.0.242 - - [2025-06-02 02:26:22] "PUT /routing-instance/e63bd2b3-3c71-4a6e-b606-90437ab06e6d HTTP/1.1" 200 267 0.011378 10.0.0.242 - - [2025-06-02 02:26:24] "POST /neutron/port HTTP/1.1" 200 1090 0.025583 10.0.0.242 - - [2025-06-02 02:26:24] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008170 10.0.0.242 - - [2025-06-02 02:26:24] "POST /neutron/port HTTP/1.1" 200 1090 0.013619 10.0.0.242 - - [2025-06-02 02:26:24] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007303 10.0.0.242 - - [2025-06-02 02:26:24] "POST /neutron/port HTTP/1.1" 200 1090 0.018679 10.0.0.242 - - [2025-06-02 02:26:24] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007728 10.0.0.242 - - [2025-06-02 02:26:24] "GET /virtual-machine/915cb298-ed74-4d0b-8409-0717c16067d5 HTTP/1.1" 401 293 0.000788 10.0.0.242 - - [2025-06-02 02:26:25] "GET /virtual-machine/915cb298-ed74-4d0b-8409-0717c16067d5 HTTP/1.1" 200 1297 0.037140 10.0.0.242 - - [2025-06-02 02:26:25] "GET /virtual-machine-interface/240fb7d0-58a1-4c9c-9510-a61a65d94de0 HTTP/1.1" 200 2963 0.007084 10.0.0.242 - - [2025-06-02 02:26:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.242 - - [2025-06-02 02:26:25] "GET /global-vrouter-config/132714b1-fcbe-47d4-8106-4ed4f21abed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1562 0.004205 10.0.0.242 - - [2025-06-02 02:26:25] "GET /virtual-networks?parent_id=e642f087-f0d8-42be-86be-00f044a667a5&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003483 10.0.0.242 - - [2025-06-02 02:26:25] "GET /virtual-network/ac717ad5-3d3b-4b8c-9254-4bec0093eb34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005558 10.0.0.242 - - [2025-06-02 02:26:27] "POST /neutron/port HTTP/1.1" 200 1090 0.014591 10.0.0.242 - - [2025-06-02 02:26:27] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009936 10.0.0.242 - - [2025-06-02 02:26:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.242 - - [2025-06-02 02:26:28] "GET /virtual-network/ac717ad5-3d3b-4b8c-9254-4bec0093eb34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004777 10.0.0.242 - - [2025-06-02 02:26:29] "POST /neutron/port HTTP/1.1" 200 1091 0.015897 10.0.0.242 - - [2025-06-02 02:26:29] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005032 10.0.0.242 - - [2025-06-02 02:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.242 - - [2025-06-02 02:26:30] "GET /global-vrouter-config/132714b1-fcbe-47d4-8106-4ed4f21abed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1562 0.004254 10.0.0.242 - - [2025-06-02 02:26:30] "GET /virtual-networks?parent_id=e642f087-f0d8-42be-86be-00f044a667a5&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.004198 10.0.0.242 - - [2025-06-02 02:26:30] "GET /virtual-network/ac717ad5-3d3b-4b8c-9254-4bec0093eb34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007997 10.0.0.242 - - [2025-06-02 02:26:30] "POST /neutron/port HTTP/1.1" 200 1091 0.013788 10.0.0.242 - - [2025-06-02 02:26:30] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005925 10.0.0.242 - - [2025-06-02 02:26:31] "POST /neutron/port HTTP/1.1" 200 1091 0.017710 10.0.0.242 - - [2025-06-02 02:26:31] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006040 10.0.0.242 - - [2025-06-02 02:26:31] "POST /neutron/port HTTP/1.1" 200 1091 0.014577 10.0.0.242 - - [2025-06-02 02:26:31] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005863 10.0.0.242 - - [2025-06-02 02:26:31] "GET /virtual-machine/4b3b1979-49b4-4870-bd12-b4489d42b13f HTTP/1.1" 200 1297 0.004346 10.0.0.242 - - [2025-06-02 02:26:31] "GET /virtual-machine-interface/9331666b-9870-46a5-bf30-ec89e68b6496 HTTP/1.1" 200 2976 0.004763 10.0.0.242 - - [2025-06-02 02:26:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002618 10.0.0.242 - - [2025-06-02 02:26:31] "GET /global-vrouter-config/132714b1-fcbe-47d4-8106-4ed4f21abed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1562 0.002751 10.0.0.242 - - [2025-06-02 02:26:31] "GET /virtual-networks?parent_id=e642f087-f0d8-42be-86be-00f044a667a5&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002946 10.0.0.242 - - [2025-06-02 02:26:31] "GET /virtual-network/e7b67f4d-9357-4377-8bed-bc20ea968ba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005332 10.0.0.242 - - [2025-06-02 02:26:32] "DELETE /project/f51fcaf1cb504b23be6f01ba7a00df6b HTTP/1.1" 404 173 0.010531 10.0.0.242 - - [2025-06-02 02:26:32] "DELETE /project/e642f087f0d842be86be00f044a667a5 HTTP/1.1" 404 173 0.009468 10.0.0.242 - - [2025-06-02 02:26:32] "DELETE /project/16d7874009b64f17867ac624f8e24665 HTTP/1.1" 404 173 0.008564 10.0.0.242 - - [2025-06-02 02:26:32] "GET /projects?obj_uuids=16d78740-09b6-4f17-867a-c624f8e24665&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001760 10.0.0.242 - - [2025-06-02 02:26:32] "GET /projects?obj_uuids=f51fcaf1-cb50-4b23-be6f-01ba7a00df6b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000997 10.0.0.242 - - [2025-06-02 02:26:32] "GET /projects?obj_uuids=eaaf0442-2cb2-4497-b8c9-50587b93af6d&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000995 10.0.0.242 - - [2025-06-02 02:26:32] "GET /project/16d78740-09b6-4f17-867a-c624f8e24665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1525 0.054112 10.0.0.242 - - [2025-06-02 02:26:32] "GET /project/f51fcaf1-cb50-4b23-be6f-01ba7a00df6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.064775 10.0.0.242 - - [2025-06-02 02:26:32] "GET /project/eaaf0442-2cb2-4497-b8c9-50587b93af6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1523 0.063067 10.0.0.242 - - [2025-06-02 02:26:32] "GET /projects?obj_uuids=eaaf0442-2cb2-4497-b8c9-50587b93af6d&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001059 10.0.0.242 - - [2025-06-02 02:26:32] "GET /projects?obj_uuids=f51fcaf1-cb50-4b23-be6f-01ba7a00df6b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000922 10.0.0.242 - - [2025-06-02 02:26:32] "GET /projects?obj_uuids=16d78740-09b6-4f17-867a-c624f8e24665&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000889 10.0.0.242 - - [2025-06-02 02:26:32] "GET /project/16d78740-09b6-4f17-867a-c624f8e24665?fields=security_groups HTTP/1.1" 200 1408 0.051548 10.0.0.242 - - [2025-06-02 02:26:32] "GET /project/f51fcaf1-cb50-4b23-be6f-01ba7a00df6b?fields=security_groups HTTP/1.1" 200 1359 0.055468 10.0.0.242 - - [2025-06-02 02:26:32] "GET /project/eaaf0442-2cb2-4497-b8c9-50587b93af6d?fields=security_groups HTTP/1.1" 200 1407 0.058151 10.0.0.242 - - [2025-06-02 02:26:32] "DELETE /security-group/a8077121-d57f-4023-bce3-cffc6e8e4370 HTTP/1.1" 200 115 0.078032 10.0.0.242 - - [2025-06-02 02:26:32] "DELETE /security-group/49ebb1b6-aecf-44bc-a4c4-cc0507176b5b HTTP/1.1" 200 115 0.084269 10.0.0.242 - - [2025-06-02 02:26:32] "GET /projects?obj_uuids=16d78740-09b6-4f17-867a-c624f8e24665&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001174 10.0.0.242 - - [2025-06-02 02:26:32] "GET /projects?obj_uuids=f51fcaf1-cb50-4b23-be6f-01ba7a00df6b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001066 10.0.0.242 - - [2025-06-02 02:26:32] "DELETE /security-group/904587b8-6c4a-4489-96fa-a931f9600456 HTTP/1.1" 200 115 0.096487 10.0.0.242 - - [2025-06-02 02:26:32] "DELETE /access-control-list/fa5f8733-2617-44ac-9ebc-a4f63086fd45 HTTP/1.1" 200 115 0.062285 10.0.0.242 - - [2025-06-02 02:26:32] "GET /projects?obj_uuids=eaaf0442-2cb2-4497-b8c9-50587b93af6d&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001095 10.0.0.242 - - [2025-06-02 02:26:32] "GET /project/16d78740-09b6-4f17-867a-c624f8e24665?fields=application_policy_sets HTTP/1.1" 200 1447 0.053145 10.0.0.242 - - [2025-06-02 02:26:32] "GET /project/eaaf0442-2cb2-4497-b8c9-50587b93af6d?fields=application_policy_sets HTTP/1.1" 200 1446 0.044868 10.0.0.242 - - [2025-06-02 02:26:32] "DELETE /access-control-list/3f20546e-63e7-4974-9257-a9742672b2ba HTTP/1.1" 200 115 0.052135 10.0.0.242 - - [2025-06-02 02:26:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002601 10.0.0.242 - - [2025-06-02 02:26:32] "GET /project/f51fcaf1-cb50-4b23-be6f-01ba7a00df6b?fields=application_policy_sets HTTP/1.1" 200 1398 0.097692 10.0.0.242 - - [2025-06-02 02:26:32] "GET /global-vrouter-config/132714b1-fcbe-47d4-8106-4ed4f21abed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1562 0.017338 10.0.0.242 - - [2025-06-02 02:26:32] "DELETE /access-control-list/5dbf8ec3-0edf-4b59-901c-e4f6ddd99ba5 HTTP/1.1" 200 115 0.055942 10.0.0.242 - - [2025-06-02 02:26:32] "GET /virtual-networks?parent_id=e642f087-f0d8-42be-86be-00f044a667a5&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.007248 10.0.0.242 - - [2025-06-02 02:26:32] "DELETE /access-control-list/a7131503-5fa6-4076-9563-8b5302683f8a HTTP/1.1" 200 115 0.055344 10.0.0.242 - - [2025-06-02 02:26:32] "GET /virtual-network/e7b67f4d-9357-4377-8bed-bc20ea968ba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.009866 10.0.0.242 - - [2025-06-02 02:26:32] "DELETE /project/16d78740-09b6-4f17-867a-c624f8e24665 HTTP/1.1" 200 115 0.536089 10.0.0.242 - - [2025-06-02 02:26:32] "DELETE /project/eaaf0442-2cb2-4497-b8c9-50587b93af6d HTTP/1.1" 200 115 0.548586 10.0.0.242 - - [2025-06-02 02:26:32] "DELETE /access-control-list/0c8eeeb1-6437-4377-9a71-6b0d96a183c3 HTTP/1.1" 200 115 0.042909 10.0.0.242 - - [2025-06-02 02:26:32] "DELETE /project/f51fcaf1-cb50-4b23-be6f-01ba7a00df6b HTTP/1.1" 200 115 0.570025 10.0.0.242 - - [2025-06-02 02:26:32] "DELETE /access-control-list/b9203444-510c-454b-8625-cfb79905a8b1 HTTP/1.1" 200 115 0.023834 10.0.0.242 - - [2025-06-02 02:26:36] "POST /neutron/router HTTP/1.1" 200 656 0.004035 10.0.0.242 - - [2025-06-02 02:26:36] "POST /ref-update HTTP/1.1" 200 156 0.021616 10.0.0.242 - - [2025-06-02 02:26:36] "POST /neutron/router HTTP/1.1" 200 344 0.136230 10.0.0.242 - - [2025-06-02 02:26:36] "POST /neutron/router HTTP/1.1" 200 656 0.005314 10.0.0.242 - - [2025-06-02 02:26:36] "GET /logical-router/6da3da02-9e91-4c37-8f24-049dc1c53e23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1977 0.004677 10.0.0.242 - - [2025-06-02 02:26:36] "GET /service-instance/c330989f-0e75-45fa-b178-47ec6761c7ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2329 0.003950 10.0.0.242 - - [2025-06-02 02:26:36] "POST /neutron/router HTTP/1.1" 200 151 0.058381 10.0.0.242 - - [2025-06-02 02:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004548 10.0.0.242 - - [2025-06-02 02:26:36] "DELETE /route-target/f4e25511-513f-4726-acc4-3f479bf1dda8 HTTP/1.1" 409 240 0.009127 10.0.0.242 - - [2025-06-02 02:26:36] "PUT /logical-router/6da3da02-9e91-4c37-8f24-049dc1c53e23 HTTP/1.1" 404 171 0.002755 10.0.0.242 - - [2025-06-02 02:26:36] "POST /ref-update HTTP/1.1" 200 156 0.023271 10.0.0.242 - - [2025-06-02 02:26:36] "DELETE /route-table/ce1c7deb-84fb-4fe1-bd3d-6c3fd7b1c8e4 HTTP/1.1" 200 115 0.045406 10.0.0.242 - - [2025-06-02 02:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002810 10.0.0.242 - - [2025-06-02 02:26:36] "PUT /routing-instance/e63bd2b3-3c71-4a6e-b606-90437ab06e6d HTTP/1.1" 200 267 0.011079 10.0.0.242 - - [2025-06-02 02:26:36] "GET /virtual-network/6acef5e2-d451-4791-8b07-15d9a0dceaea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2136 0.006291 10.0.0.242 - - [2025-06-02 02:26:36] "POST /neutron/network HTTP/1.1" 200 834 0.007287 10.0.0.242 - - [2025-06-02 02:26:36] "POST /neutron/network HTTP/1.1" 400 204 0.038552 10.0.0.242 - - [2025-06-02 02:26:36] "POST /ref-update HTTP/1.1" 200 156 0.017349 10.0.0.242 - - [2025-06-02 02:26:36] "POST /ref-update HTTP/1.1" 200 156 0.012214 10.0.0.242 - - [2025-06-02 02:26:37] "DELETE /instance-ip/aad2693b-a9a0-40a8-a35b-53f6a04a8841 HTTP/1.1" 200 115 0.034452 10.0.0.242 - - [2025-06-02 02:26:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003039 10.0.0.242 - - [2025-06-02 02:26:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003195 10.0.0.242 - - [2025-06-02 02:26:37] "DELETE /virtual-network/6acef5e2-d451-4791-8b07-15d9a0dceaea HTTP/1.1" 200 115 0.137714 10.0.0.242 - - [2025-06-02 02:26:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004272 10.0.0.242 - - [2025-06-02 02:26:37] "DELETE /service-instance/c330989f-0e75-45fa-b178-47ec6761c7ad HTTP/1.1" 200 115 0.036856 10.0.0.242 - - [2025-06-02 02:26:37] "DELETE /route-target/e5acf7a9-5f02-4614-9c59-4312758c68c3 HTTP/1.1" 200 115 0.023885 10.0.0.242 - - [2025-06-02 02:26:37] "GET /logical-router/6da3da02-9e91-4c37-8f24-049dc1c53e23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002464 10.0.0.242 - - [2025-06-02 02:26:37] "GET /service-instance/c330989f-0e75-45fa-b178-47ec6761c7ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002460 10.0.0.242 - - [2025-06-02 02:26:37] "POST /neutron/port HTTP/1.1" 200 1091 0.013271 10.0.0.242 - - [2025-06-02 02:26:37] "POST /neutron/port HTTP/1.1" 200 1117 0.008382 10.0.0.242 - - [2025-06-02 02:26:37] "GET /virtual-machine-interface/f0f44531-0a50-4385-a076-82dc7594c2cc?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1667 0.017918 10.0.0.242 - - [2025-06-02 02:26:37] "POST /neutron/port HTTP/1.1" 200 1090 0.023610 10.0.0.242 - - [2025-06-02 02:26:37] "POST /ref-update HTTP/1.1" 200 156 0.028944 10.0.0.242 - - [2025-06-02 02:26:37] "POST /neutron/port HTTP/1.1" 200 1116 0.017516 10.0.0.242 - - [2025-06-02 02:26:37] "GET /instance-ip/a23dc400-79f0-4df2-8cd9-a57243516eed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.006226 10.0.0.242 - - [2025-06-02 02:26:37] "POST /neutron/port HTTP/1.1" 200 151 0.207297 10.0.0.242 - - [2025-06-02 02:26:37] "DELETE /virtual-machine-interface/f0f44531-0a50-4385-a076-82dc7594c2cc HTTP/1.1" 200 115 0.057531 10.0.0.242 - - [2025-06-02 02:26:37] "GET /virtual-machine-interface/80434fe8-814b-4e32-b7ab-8d2dbca9d17e?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1345 0.006260 10.0.0.242 - - [2025-06-02 02:26:37] "POST /neutron/port HTTP/1.1" 200 151 0.149569 10.0.0.242 - - [2025-06-02 02:26:37] "DELETE /virtual-machine-interface/80434fe8-814b-4e32-b7ab-8d2dbca9d17e HTTP/1.1" 200 115 0.025868 10.0.0.242 - - [2025-06-02 02:26:37] "DELETE /virtual-machine/df616c00-7d5c-4310-b755-488c93b69fda HTTP/1.1" 200 115 0.023795 10.0.0.242 - - [2025-06-02 02:26:37] "GET /virtual-machine-interface/fd222788-d029-46f9-bc33-b6e27deb815b?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1346 0.006768 10.0.0.242 - - [2025-06-02 02:26:37] "DELETE /virtual-machine-interface/fd222788-d029-46f9-bc33-b6e27deb815b HTTP/1.1" 200 115 0.033441 10.0.0.242 - - [2025-06-02 02:26:37] "GET /virtual-machine-interface/db8bc552-08da-4dcc-a56b-f8ab0f2b8955?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1667 0.010308 10.0.0.242 - - [2025-06-02 02:26:37] "POST /ref-update HTTP/1.1" 200 156 0.011500 10.0.0.242 - - [2025-06-02 02:26:37] "GET /instance-ip/a23dc400-79f0-4df2-8cd9-a57243516eed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1698 0.006628 10.0.0.242 - - [2025-06-02 02:26:38] "DELETE /instance-ip/a23dc400-79f0-4df2-8cd9-a57243516eed HTTP/1.1" 200 115 0.027299 10.0.0.242 - - [2025-06-02 02:26:38] "DELETE /virtual-machine-interface/db8bc552-08da-4dcc-a56b-f8ab0f2b8955 HTTP/1.1" 200 115 0.040880 10.0.0.242 - - [2025-06-02 02:26:38] "POST /ref-update HTTP/1.1" 200 156 0.010434 10.0.0.242 - - [2025-06-02 02:26:38] "DELETE /virtual-machine/80778d01-ab5f-49e4-a1b9-bc82b38e1735 HTTP/1.1" 200 115 0.023478 10.0.0.242 - - [2025-06-02 02:26:38] "POST /neutron/network HTTP/1.1" 200 834 0.005977 10.0.0.242 - - [2025-06-02 02:26:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002574 10.0.0.242 - - [2025-06-02 02:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004072 10.0.0.242 - - [2025-06-02 02:26:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002676 10.0.0.242 - - [2025-06-02 02:26:39] "POST /neutron/network HTTP/1.1" 200 151 0.070958 10.0.0.242 - - [2025-06-02 02:26:39] "DELETE /route-target/7fdc4d48-b6cd-43d9-bcb3-9ac8e89a862f HTTP/1.1" 200 115 0.018010 10.0.0.242 - - [2025-06-02 02:26:39] "POST /neutron/network HTTP/1.1" 200 826 0.005328 10.0.0.242 - - [2025-06-02 02:26:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003114 10.0.0.242 - - [2025-06-02 02:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003992 10.0.0.242 - - [2025-06-02 02:26:39] "POST /useragent-kv HTTP/1.1" 200 115 0.001701 10.0.0.242 - - [2025-06-02 02:26:39] "POST /neutron/network HTTP/1.1" 200 151 0.077094 10.0.0.242 - - [2025-06-02 02:26:39] "DELETE /route-target/3eda18bd-3ead-4c98-9f37-5c7a33869b69 HTTP/1.1" 200 115 0.014122 10.0.0.242 - - [2025-06-02 02:26:39] "GET /projects?obj_uuids=e642f087-f0d8-42be-86be-00f044a667a5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001095 10.0.0.242 - - [2025-06-02 02:26:39] "GET /project/e642f087-f0d8-42be-86be-00f044a667a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.027833 10.0.0.242 - - [2025-06-02 02:26:39] "GET /projects?obj_uuids=e642f087-f0d8-42be-86be-00f044a667a5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001990 10.0.0.242 - - [2025-06-02 02:26:39] "GET /project/e642f087-f0d8-42be-86be-00f044a667a5?fields=virtual_networks HTTP/1.1" 200 1050 0.083276 10.0.0.242 - - [2025-06-02 02:26:39] "GET /projects?obj_uuids=e642f087-f0d8-42be-86be-00f044a667a5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001374 10.0.0.242 - - [2025-06-02 02:26:39] "GET /project/e642f087-f0d8-42be-86be-00f044a667a5?fields=virtual_machine_interfaces HTTP/1.1" 200 1050 0.039367 10.0.0.242 - - [2025-06-02 02:26:39] "GET /obj-perms HTTP/1.1" 200 5075 0.057821 10.0.0.242 - - [2025-06-02 02:26:39] "GET /projects?obj_uuids=e642f087-f0d8-42be-86be-00f044a667a5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001123 10.0.0.242 - - [2025-06-02 02:26:39] "GET /project/e642f087-f0d8-42be-86be-00f044a667a5?fields=security_groups HTTP/1.1" 200 1280 0.024362 10.0.0.242 - - [2025-06-02 02:26:40] "GET /obj-perms HTTP/1.1" 200 5075 0.359575 10.0.0.242 - - [2025-06-02 02:26:40] "POST /fqname-to-id HTTP/1.1" 404 196 0.022845 10.0.0.242 - - [2025-06-02 02:26:40] "GET /projects?obj_uuids=44907a34-d2bb-4822-aa33-78682e8d7478&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002507 10.0.0.242 - - [2025-06-02 02:26:40] "GET /domains?obj_uuids=c1398e6d-186b-472e-80bf-1735e2faf972&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001395 10.0.0.242 - - [2025-06-02 02:26:40] "GET /domain/c1398e6d-186b-472e-80bf-1735e2faf972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007753 10.0.0.242 - - [2025-06-02 02:26:40] "POST /id-to-fqname HTTP/1.1" 200 198 0.001368 10.0.0.242 - - [2025-06-02 02:26:40] "POST /fqname-to-id HTTP/1.1" 404 207 0.003642 10.0.0.242 - - [2025-06-02 02:26:41] "POST /security-groups HTTP/1.1" 200 599 0.059432 10.0.0.242 - - [2025-06-02 02:26:41] "POST /fqname-to-id HTTP/1.1" 404 242 0.002392 10.0.0.242 - - [2025-06-02 02:26:41] "POST /projects HTTP/1.1" 200 601 0.207108 10.0.0.242 - - [2025-06-02 02:26:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.274311 10.0.0.242 - - [2025-06-02 02:26:41] "POST /access-control-lists HTTP/1.1" 200 606 0.062632 10.0.0.242 - - [2025-06-02 02:26:41] "POST /fqname-to-id HTTP/1.1" 404 241 0.002691 10.0.0.242 - - [2025-06-02 02:26:41] "GET /project/44907a34-d2bb-4822-aa33-78682e8d7478?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.393923 10.0.0.242 - - [2025-06-02 02:26:41] "POST /access-control-lists HTTP/1.1" 200 604 0.058861 10.0.0.242 - - [2025-06-02 02:26:42] "GET / HTTP/1.1" 200 36215 0.002821 10.0.0.242 - - [2025-06-02 02:26:42] "POST /fqname-to-id HTTP/1.1" 401 293 0.000470 10.0.0.242 - - [2025-06-02 02:26:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.050037 10.0.0.242 - - [2025-06-02 02:26:43] "GET /projects?obj_uuids=44907a34-d2bb-4822-aa33-78682e8d7478&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001041 10.0.0.242 - - [2025-06-02 02:26:43] "GET /project/44907a34-d2bb-4822-aa33-78682e8d7478?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.024469 10.0.0.242 - - [2025-06-02 02:26:43] "POST /neutron/network HTTP/1.1" 200 117 0.026741 10.0.0.242 - - [2025-06-02 02:26:43] "GET /projects?obj_uuids=44907a34-d2bb-4822-aa33-78682e8d7478&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001375 10.0.0.242 - - [2025-06-02 02:26:43] "POST /neutron/network HTTP/1.1" 200 613 0.058489 10.0.0.242 - - [2025-06-02 02:26:43] "POST /route-targets HTTP/1.1" 200 328 0.010340 10.0.0.242 - - [2025-06-02 02:26:43] "POST /ref-update HTTP/1.1" 200 156 0.011446 10.0.0.242 - - [2025-06-02 02:26:43] "POST /useragent-kv HTTP/1.1" 200 115 0.005056 10.0.0.242 - - [2025-06-02 02:26:43] "POST /neutron/subnet HTTP/1.1" 200 715 0.203365 10.0.0.242 - - [2025-06-02 02:26:43] "POST /useragent-kv HTTP/1.1" 200 115 0.005933 10.0.0.242 - - [2025-06-02 02:26:43] "POST /neutron/subnet HTTP/1.1" 200 828 0.169961 10.0.0.242 - - [2025-06-02 02:26:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.042046 10.0.0.242 - - [2025-06-02 02:26:43] "GET /virtual-network/4fbb46da-a51e-443e-a6e4-8ddbd5306c02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.010454 10.0.0.242 - - [2025-06-02 02:26:43] "POST /neutron/network HTTP/1.1" 200 1004 0.006466 10.0.0.242 - - [2025-06-02 02:26:43] "POST /id-to-fqname HTTP/1.1" 200 228 0.001114 10.0.0.242 - - [2025-06-02 02:26:43] "GET /virtual-network/a00b3237-8ec5-44d6-b07d-c58aed0f2d0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.004668 10.0.0.242 - - [2025-06-02 02:26:43] "POST /neutron/network HTTP/1.1" 200 1004 0.006813 10.0.0.242 - - [2025-06-02 02:26:43] "GET /virtual-network/a00b3237-8ec5-44d6-b07d-c58aed0f2d0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005102 10.0.0.242 - - [2025-06-02 02:26:44] "POST /neutron/network HTTP/1.1" 200 1004 0.007342 10.0.0.242 - - [2025-06-02 02:26:44] "POST /neutron/subnet HTTP/1.1" 200 715 0.006787 10.0.0.242 - - [2025-06-02 02:26:44] "POST /neutron/subnet HTTP/1.1" 200 828 0.006561 10.0.0.242 - - [2025-06-02 02:26:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002193 10.0.0.242 - - [2025-06-02 02:26:44] "GET /projects?obj_uuids=44907a34-d2bb-4822-aa33-78682e8d7478&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001018 10.0.0.242 - - [2025-06-02 02:26:44] "GET /project/44907a34-d2bb-4822-aa33-78682e8d7478?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.024921 10.0.0.242 - - [2025-06-02 02:26:44] "POST /neutron/network HTTP/1.1" 200 117 0.008792 10.0.0.242 - - [2025-06-02 02:26:44] "GET /projects?obj_uuids=44907a34-d2bb-4822-aa33-78682e8d7478&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001122 10.0.0.242 - - [2025-06-02 02:26:44] "POST /neutron/network HTTP/1.1" 200 613 0.066289 10.0.0.242 - - [2025-06-02 02:26:44] "POST /route-targets HTTP/1.1" 200 328 0.015355 10.0.0.242 - - [2025-06-02 02:26:44] "POST /ref-update HTTP/1.1" 200 156 0.010050 10.0.0.242 - - [2025-06-02 02:26:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003518 10.0.0.242 - - [2025-06-02 02:26:44] "POST /neutron/subnet HTTP/1.1" 200 729 0.204544 10.0.0.242 - - [2025-06-02 02:26:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004668 10.0.0.242 - - [2025-06-02 02:26:44] "GET /virtual-network/4fbb46da-a51e-443e-a6e4-8ddbd5306c02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.004849 10.0.0.242 - - [2025-06-02 02:26:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002839 10.0.0.242 - - [2025-06-02 02:26:44] "POST /neutron/subnet HTTP/1.1" 200 828 0.166225 10.0.0.242 - - [2025-06-02 02:26:44] "POST /neutron/network HTTP/1.1" 200 1007 0.007060 10.0.0.242 - - [2025-06-02 02:26:44] "POST /id-to-fqname HTTP/1.1" 200 228 0.001170 10.0.0.242 - - [2025-06-02 02:26:44] "GET /virtual-network/5035fcdf-3bd8-4982-b78d-ccec0aa523c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.004763 10.0.0.242 - - [2025-06-02 02:26:44] "POST /neutron/network HTTP/1.1" 200 1007 0.007219 10.0.0.242 - - [2025-06-02 02:26:44] "GET /virtual-network/5035fcdf-3bd8-4982-b78d-ccec0aa523c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.004879 10.0.0.242 - - [2025-06-02 02:26:44] "POST /neutron/network HTTP/1.1" 200 1007 0.007684 10.0.0.242 - - [2025-06-02 02:26:44] "POST /neutron/subnet HTTP/1.1" 200 729 0.006551 10.0.0.242 - - [2025-06-02 02:26:44] "POST /neutron/subnet HTTP/1.1" 200 828 0.006800 10.0.0.242 - - [2025-06-02 02:26:44] "POST /fqname-to-id HTTP/1.1" 404 234 0.002183 10.0.0.242 - - [2025-06-02 02:26:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.001949 10.0.0.242 - - [2025-06-02 02:26:44] "GET /projects?obj_uuids=44907a34-d2bb-4822-aa33-78682e8d7478&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002635 10.0.0.242 - - [2025-06-02 02:26:44] "GET /project/44907a34-d2bb-4822-aa33-78682e8d7478?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.027318 10.0.0.242 - - [2025-06-02 02:26:45] "POST /network-policys HTTP/1.1" 200 579 0.059952 10.0.0.242 - - [2025-06-02 02:26:45] "GET /network-policy/463c5da7-faca-4acf-8466-e34794707baf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.005086 10.0.0.242 - - [2025-06-02 02:26:45] "POST /neutron/network HTTP/1.1" 200 1004 0.007177 10.0.0.242 - - [2025-06-02 02:26:45] "POST /fqname-to-id HTTP/1.1" 404 242 0.002839 10.0.0.242 - - [2025-06-02 02:26:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.006650 10.0.0.242 - - [2025-06-02 02:26:45] "GET /virtual-network/4fbb46da-a51e-443e-a6e4-8ddbd5306c02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.005409 10.0.0.242 - - [2025-06-02 02:26:45] "POST /neutron/network HTTP/1.1" 200 1112 0.110114 10.0.0.242 - - [2025-06-02 02:26:45] "POST /access-control-lists HTTP/1.1" 200 598 0.077002 10.0.0.242 - - [2025-06-02 02:26:45] "POST /neutron/network HTTP/1.1" 200 1112 0.046632 10.0.0.242 - - [2025-06-02 02:26:45] "GET /virtual-network/a00b3237-8ec5-44d6-b07d-c58aed0f2d0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.005524 10.0.0.242 - - [2025-06-02 02:26:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002425 10.0.0.242 - - [2025-06-02 02:26:45] "GET /network-policy/463c5da7-faca-4acf-8466-e34794707baf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.003583 10.0.0.242 - - [2025-06-02 02:26:45] "POST /neutron/network HTTP/1.1" 200 1007 0.007399 10.0.0.242 - - [2025-06-02 02:26:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004250 10.0.0.242 - - [2025-06-02 02:26:45] "GET /virtual-network/4fbb46da-a51e-443e-a6e4-8ddbd5306c02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.044371 10.0.0.242 - - [2025-06-02 02:26:45] "PUT /access-control-list/2d9cf537-803a-4ba8-8459-fee2106aef7e HTTP/1.1" 200 273 0.069301 10.0.0.242 - - [2025-06-02 02:26:45] "POST /fqname-to-id HTTP/1.1" 404 242 0.004091 10.0.0.242 - - [2025-06-02 02:26:45] "POST /neutron/network HTTP/1.1" 200 1115 0.113096 10.0.0.242 - - [2025-06-02 02:26:45] "POST /neutron/network HTTP/1.1" 200 1115 0.013443 10.0.0.242 - - [2025-06-02 02:26:45] "GET /virtual-network/5035fcdf-3bd8-4982-b78d-ccec0aa523c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.006677 10.0.0.242 - - [2025-06-02 02:26:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004199 10.0.0.242 - - [2025-06-02 02:26:45] "GET /network-policy/463c5da7-faca-4acf-8466-e34794707baf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.012004 10.0.0.242 - - [2025-06-02 02:26:45] "POST /access-control-lists HTTP/1.1" 200 598 0.061211 10.0.0.242 - - [2025-06-02 02:26:45] "GET /domains HTTP/1.1" 401 293 0.000462 10.0.0.242 - - [2025-06-02 02:26:45] "POST /ref-update HTTP/1.1" 200 156 0.013021 10.0.0.242 - - [2025-06-02 02:26:46] "GET /domains HTTP/1.1" 200 281 0.022910 10.0.0.242 - - [2025-06-02 02:26:46] "GET /domains?obj_uuids=c1398e6d-186b-472e-80bf-1735e2faf972&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001461 10.0.0.242 - - [2025-06-02 02:26:46] "GET /domain/c1398e6d-186b-472e-80bf-1735e2faf972 HTTP/1.1" 200 2781 0.008981 10.0.0.242 - - [2025-06-02 02:26:46] "GET /projects?obj_uuids=44907a34-d2bb-4822-aa33-78682e8d7478&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001060 10.0.0.242 - - [2025-06-02 02:26:46] "GET /project/44907a34-d2bb-4822-aa33-78682e8d7478 HTTP/1.1" 200 2643 0.069325 10.0.0.242 - - [2025-06-02 02:26:46] "GET /virtual-network/a00b3237-8ec5-44d6-b07d-c58aed0f2d0b HTTP/1.1" 200 3506 0.005790 10.0.0.242 - - [2025-06-02 02:26:46] "GET /virtual-network/a00b3237-8ec5-44d6-b07d-c58aed0f2d0b HTTP/1.1" 200 3506 0.004564 10.0.0.242 - - [2025-06-02 02:26:46] "GET /routing-instance/8dffc1a9-4ab7-4560-a954-a0846956030c HTTP/1.1" 200 1800 0.002942 10.0.0.242 - - [2025-06-02 02:26:46] "GET /routing-instance/8dffc1a9-4ab7-4560-a954-a0846956030c HTTP/1.1" 200 1800 0.002807 10.0.0.242 - - [2025-06-02 02:26:46] "GET /route-target/2bb84e7a-035c-4a5f-8656-dc3adb1fb9d7 HTTP/1.1" 200 1213 0.002916 10.0.0.242 - - [2025-06-02 02:26:46] "GET /virtual-network/a00b3237-8ec5-44d6-b07d-c58aed0f2d0b HTTP/1.1" 200 3506 0.004378 10.0.0.242 - - [2025-06-02 02:26:46] "GET /routing-instance/8dffc1a9-4ab7-4560-a954-a0846956030c HTTP/1.1" 200 1800 0.002865 10.0.0.242 - - [2025-06-02 02:26:46] "GET /virtual-network/a00b3237-8ec5-44d6-b07d-c58aed0f2d0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.004363 10.0.0.242 - - [2025-06-02 02:26:46] "GET /virtual-network/a00b3237-8ec5-44d6-b07d-c58aed0f2d0b HTTP/1.1" 200 3506 0.004374 10.0.0.242 - - [2025-06-02 02:26:46] "GET /routing-instance/8dffc1a9-4ab7-4560-a954-a0846956030c HTTP/1.1" 200 1800 0.002754 10.0.0.242 - - [2025-06-02 02:26:46] "GET /routing-instance/8dffc1a9-4ab7-4560-a954-a0846956030c HTTP/1.1" 200 1800 0.002683 10.0.0.242 - - [2025-06-02 02:26:46] "GET /route-target/2bb84e7a-035c-4a5f-8656-dc3adb1fb9d7 HTTP/1.1" 200 1213 0.002329 10.0.0.242 - - [2025-06-02 02:26:46] "GET /domains HTTP/1.1" 200 281 0.002297 10.0.0.242 - - [2025-06-02 02:26:46] "GET /domains?obj_uuids=c1398e6d-186b-472e-80bf-1735e2faf972&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001002 10.0.0.242 - - [2025-06-02 02:26:46] "GET /domain/c1398e6d-186b-472e-80bf-1735e2faf972 HTTP/1.1" 200 2781 0.006648 10.0.0.242 - - [2025-06-02 02:26:46] "GET /projects?obj_uuids=44907a34-d2bb-4822-aa33-78682e8d7478&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001001 10.0.0.242 - - [2025-06-02 02:26:46] "GET /project/44907a34-d2bb-4822-aa33-78682e8d7478 HTTP/1.1" 200 2643 0.070385 10.0.0.242 - - [2025-06-02 02:26:46] "GET /virtual-network/a00b3237-8ec5-44d6-b07d-c58aed0f2d0b HTTP/1.1" 200 3506 0.004617 10.0.0.242 - - [2025-06-02 02:26:46] "GET /obj-perms HTTP/1.1" 200 5065 0.044920 10.0.0.242 - - [2025-06-02 02:26:46] "GET /domains HTTP/1.1" 200 281 0.002954 10.0.0.242 - - [2025-06-02 02:26:46] "GET /domains?obj_uuids=c1398e6d-186b-472e-80bf-1735e2faf972&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001068 10.0.0.242 - - [2025-06-02 02:26:46] "GET /domain/c1398e6d-186b-472e-80bf-1735e2faf972 HTTP/1.1" 200 2781 0.007472 10.0.0.242 - - [2025-06-02 02:26:46] "GET /projects?obj_uuids=44907a34-d2bb-4822-aa33-78682e8d7478&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000979 10.0.0.242 - - [2025-06-02 02:26:46] "GET /project/44907a34-d2bb-4822-aa33-78682e8d7478 HTTP/1.1" 200 2643 0.067471 10.0.0.242 - - [2025-06-02 02:26:46] "GET /virtual-network/5035fcdf-3bd8-4982-b78d-ccec0aa523c4 HTTP/1.1" 200 3514 0.006832 10.0.0.242 - - [2025-06-02 02:26:46] "GET /virtual-network/5035fcdf-3bd8-4982-b78d-ccec0aa523c4 HTTP/1.1" 200 3514 0.004500 10.0.0.242 - - [2025-06-02 02:26:46] "GET /routing-instance/8c59fa91-9ecd-47f8-bd2b-57cee0abccfb HTTP/1.1" 200 1800 0.003488 10.0.0.242 - - [2025-06-02 02:26:46] "GET /routing-instance/8c59fa91-9ecd-47f8-bd2b-57cee0abccfb HTTP/1.1" 200 1800 0.003513 10.0.0.242 - - [2025-06-02 02:26:46] "GET /route-target/12b8e5ea-b93a-4e37-8cff-ae18abc222a9 HTTP/1.1" 200 1214 0.002808 10.0.0.242 - - [2025-06-02 02:26:46] "GET /virtual-network/5035fcdf-3bd8-4982-b78d-ccec0aa523c4 HTTP/1.1" 200 3514 0.004476 10.0.0.242 - - [2025-06-02 02:26:46] "GET /routing-instance/8c59fa91-9ecd-47f8-bd2b-57cee0abccfb HTTP/1.1" 200 1800 0.002878 10.0.0.242 - - [2025-06-02 02:26:46] "GET /virtual-network/5035fcdf-3bd8-4982-b78d-ccec0aa523c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.004522 10.0.0.242 - - [2025-06-02 02:26:46] "GET /virtual-network/5035fcdf-3bd8-4982-b78d-ccec0aa523c4 HTTP/1.1" 200 3514 0.004436 10.0.0.242 - - [2025-06-02 02:26:46] "GET /routing-instance/8c59fa91-9ecd-47f8-bd2b-57cee0abccfb HTTP/1.1" 200 1800 0.002839 10.0.0.242 - - [2025-06-02 02:26:46] "GET /routing-instance/8c59fa91-9ecd-47f8-bd2b-57cee0abccfb HTTP/1.1" 200 1800 0.003052 10.0.0.242 - - [2025-06-02 02:26:46] "GET /route-target/12b8e5ea-b93a-4e37-8cff-ae18abc222a9 HTTP/1.1" 200 1214 0.002501 10.0.0.242 - - [2025-06-02 02:26:47] "GET /domains HTTP/1.1" 200 281 0.002478 10.0.0.242 - - [2025-06-02 02:26:47] "GET /domains?obj_uuids=c1398e6d-186b-472e-80bf-1735e2faf972&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001014 10.0.0.242 - - [2025-06-02 02:26:47] "GET /domain/c1398e6d-186b-472e-80bf-1735e2faf972 HTTP/1.1" 200 2781 0.006698 10.0.0.242 - - [2025-06-02 02:26:47] "GET /projects?obj_uuids=44907a34-d2bb-4822-aa33-78682e8d7478&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001045 10.0.0.242 - - [2025-06-02 02:26:47] "GET /project/44907a34-d2bb-4822-aa33-78682e8d7478 HTTP/1.1" 200 2643 0.064729 10.0.0.242 - - [2025-06-02 02:26:47] "GET /virtual-network/5035fcdf-3bd8-4982-b78d-ccec0aa523c4 HTTP/1.1" 200 3514 0.005167 10.0.0.242 - - [2025-06-02 02:26:47] "GET /obj-perms HTTP/1.1" 200 5065 0.004121 10.0.0.242 - - [2025-06-02 02:26:47] "GET /virtual-network/5035fcdf-3bd8-4982-b78d-ccec0aa523c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.005189 10.0.0.242 - - [2025-06-02 02:26:47] "POST /neutron/network HTTP/1.1" 200 1115 0.006671 10.0.0.242 - - [2025-06-02 02:26:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.006076 10.0.0.242 - - [2025-06-02 02:26:47] "GET /virtual-network/4fbb46da-a51e-443e-a6e4-8ddbd5306c02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.006200 10.0.0.242 - - [2025-06-02 02:26:47] "POST /neutron/network HTTP/1.1" 200 1007 0.051901 10.0.0.242 - - [2025-06-02 02:26:47] "DELETE /access-control-list/06012b8a-a7ac-410a-a940-9d79444887b0 HTTP/1.1" 200 115 0.043058 10.0.0.242 - - [2025-06-02 02:26:47] "POST /neutron/network HTTP/1.1" 200 1007 0.011524 10.0.0.242 - - [2025-06-02 02:26:47] "GET /virtual-network/5035fcdf-3bd8-4982-b78d-ccec0aa523c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005356 10.0.0.242 - - [2025-06-02 02:26:47] "GET /virtual-network/a00b3237-8ec5-44d6-b07d-c58aed0f2d0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.016392 10.0.0.242 - - [2025-06-02 02:26:47] "POST /ref-update HTTP/1.1" 200 156 0.032884 10.0.0.242 - - [2025-06-02 02:26:47] "POST /neutron/network HTTP/1.1" 200 1112 0.008768 10.0.0.242 - - [2025-06-02 02:26:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004183 10.0.0.242 - - [2025-06-02 02:26:47] "GET /virtual-network/4fbb46da-a51e-443e-a6e4-8ddbd5306c02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.005336 10.0.0.242 - - [2025-06-02 02:26:47] "POST /neutron/network HTTP/1.1" 200 1004 0.051346 10.0.0.242 - - [2025-06-02 02:26:47] "DELETE /access-control-list/2d9cf537-803a-4ba8-8459-fee2106aef7e HTTP/1.1" 200 115 0.036998 10.0.0.242 - - [2025-06-02 02:26:47] "POST /neutron/network HTTP/1.1" 200 1004 0.010731 10.0.0.242 - - [2025-06-02 02:26:47] "GET /virtual-network/a00b3237-8ec5-44d6-b07d-c58aed0f2d0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006884 10.0.0.242 - - [2025-06-02 02:26:47] "POST /ref-update HTTP/1.1" 200 156 0.021055 10.0.0.242 - - [2025-06-02 02:26:47] "DELETE /network-policy/463c5da7-faca-4acf-8466-e34794707baf HTTP/1.1" 200 115 0.024871 10.0.0.242 - - [2025-06-02 02:26:47] "POST /neutron/network HTTP/1.1" 200 1007 0.006766 10.0.0.242 - - [2025-06-02 02:26:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003741 10.0.0.242 - - [2025-06-02 02:26:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002172 10.0.0.242 - - [2025-06-02 02:26:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002801 10.0.0.242 - - [2025-06-02 02:26:47] "POST /useragent-kv HTTP/1.1" 200 115 0.001936 10.0.0.242 - - [2025-06-02 02:26:47] "POST /useragent-kv HTTP/1.1" 200 115 0.001761 10.0.0.242 - - [2025-06-02 02:26:47] "POST /neutron/network HTTP/1.1" 200 151 0.081948 10.0.0.242 - - [2025-06-02 02:26:47] "DELETE /route-target/12b8e5ea-b93a-4e37-8cff-ae18abc222a9 HTTP/1.1" 200 115 0.020895 10.0.0.242 - - [2025-06-02 02:26:47] "GET /routing-instance/8c59fa91-9ecd-47f8-bd2b-57cee0abccfb HTTP/1.1" 404 171 0.003189 10.0.0.242 - - [2025-06-02 02:26:47] "GET /domains HTTP/1.1" 200 281 0.002032 10.0.0.242 - - [2025-06-02 02:26:47] "GET /domains?obj_uuids=c1398e6d-186b-472e-80bf-1735e2faf972&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000951 10.0.0.242 - - [2025-06-02 02:26:47] "GET /domain/c1398e6d-186b-472e-80bf-1735e2faf972 HTTP/1.1" 200 2781 0.048044 10.0.0.242 - - [2025-06-02 02:26:47] "GET /projects?obj_uuids=44907a34-d2bb-4822-aa33-78682e8d7478&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001570 10.0.0.242 - - [2025-06-02 02:26:47] "GET /project/44907a34-d2bb-4822-aa33-78682e8d7478 HTTP/1.1" 200 2161 0.070817 10.0.0.242 - - [2025-06-02 02:26:47] "POST /neutron/network HTTP/1.1" 200 1004 0.006850 10.0.0.242 - - [2025-06-02 02:26:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002661 10.0.0.242 - - [2025-06-02 02:26:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002222 10.0.0.242 - - [2025-06-02 02:26:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002034 10.0.0.242 - - [2025-06-02 02:26:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002106 10.0.0.242 - - [2025-06-02 02:26:47] "POST /useragent-kv HTTP/1.1" 200 115 0.005766 10.0.0.242 - - [2025-06-02 02:26:47] "DELETE /route-target/2bb84e7a-035c-4a5f-8656-dc3adb1fb9d7 HTTP/1.1" 200 115 0.030333 10.0.0.242 - - [2025-06-02 02:26:47] "POST /neutron/network HTTP/1.1" 200 151 0.101299 10.0.0.242 - - [2025-06-02 02:26:47] "GET /routing-instance/8dffc1a9-4ab7-4560-a954-a0846956030c HTTP/1.1" 404 171 0.002507 10.0.0.242 - - [2025-06-02 02:26:47] "GET /domains HTTP/1.1" 200 281 0.002864 10.0.0.242 - - [2025-06-02 02:26:47] "GET /domains?obj_uuids=c1398e6d-186b-472e-80bf-1735e2faf972&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001016 10.0.0.242 - - [2025-06-02 02:26:47] "GET /domain/c1398e6d-186b-472e-80bf-1735e2faf972 HTTP/1.1" 200 2781 0.046990 10.0.0.242 - - [2025-06-02 02:26:47] "GET /projects?obj_uuids=44907a34-d2bb-4822-aa33-78682e8d7478&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001042 10.0.0.242 - - [2025-06-02 02:26:47] "GET /project/44907a34-d2bb-4822-aa33-78682e8d7478 HTTP/1.1" 200 1915 0.068706 10.0.0.242 - - [2025-06-02 02:26:48] "GET /projects?obj_uuids=44907a34-d2bb-4822-aa33-78682e8d7478&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001197 10.0.0.242 - - [2025-06-02 02:26:48] "GET /project/44907a34-d2bb-4822-aa33-78682e8d7478?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.030998 10.0.0.242 - - [2025-06-02 02:26:48] "GET /projects?obj_uuids=44907a34-d2bb-4822-aa33-78682e8d7478&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001519 10.0.0.242 - - [2025-06-02 02:26:48] "GET /project/44907a34-d2bb-4822-aa33-78682e8d7478?fields=virtual_networks HTTP/1.1" 200 1060 0.074194 10.0.0.242 - - [2025-06-02 02:26:48] "GET /projects?obj_uuids=44907a34-d2bb-4822-aa33-78682e8d7478&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001133 10.0.0.242 - - [2025-06-02 02:26:48] "GET /project/44907a34-d2bb-4822-aa33-78682e8d7478?fields=virtual_machine_interfaces HTTP/1.1" 200 1060 0.028788 10.0.0.242 - - [2025-06-02 02:26:48] "GET /projects?obj_uuids=44907a34-d2bb-4822-aa33-78682e8d7478&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001150 10.0.0.242 - - [2025-06-02 02:26:48] "GET /project/44907a34-d2bb-4822-aa33-78682e8d7478?fields=security_groups HTTP/1.1" 200 1295 0.036850 10.0.0.242 - - [2025-06-02 02:26:49] "POST /fqname-to-id HTTP/1.1" 404 190 0.021082 10.0.0.242 - - [2025-06-02 02:26:49] "GET /projects?obj_uuids=5eb067fb-49b5-4b3f-a99c-782b86c8e53a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002589 10.0.0.242 - - [2025-06-02 02:26:49] "GET /domains?obj_uuids=c1398e6d-186b-472e-80bf-1735e2faf972&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001112 10.0.0.242 - - [2025-06-02 02:26:49] "GET /domain/c1398e6d-186b-472e-80bf-1735e2faf972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009553 10.0.0.242 - - [2025-06-02 02:26:49] "POST /id-to-fqname HTTP/1.1" 200 192 0.002028 10.0.0.242 - - [2025-06-02 02:26:49] "POST /fqname-to-id HTTP/1.1" 404 201 0.005397 10.0.0.242 - - [2025-06-02 02:26:49] "POST /security-groups HTTP/1.1" 200 593 0.076843 10.0.0.242 - - [2025-06-02 02:26:49] "POST /fqname-to-id HTTP/1.1" 404 236 0.003686 10.0.0.242 - - [2025-06-02 02:26:49] "POST /projects HTTP/1.1" 200 589 0.239019 10.0.0.242 - - [2025-06-02 02:26:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.303632 10.0.0.242 - - [2025-06-02 02:26:49] "POST /access-control-lists HTTP/1.1" 200 600 0.063153 10.0.0.242 - - [2025-06-02 02:26:49] "POST /fqname-to-id HTTP/1.1" 404 235 0.003438 10.0.0.242 - - [2025-06-02 02:26:49] "GET /project/5eb067fb-49b5-4b3f-a99c-782b86c8e53a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.424988 10.0.0.242 - - [2025-06-02 02:26:49] "POST /access-control-lists HTTP/1.1" 200 598 0.060261 10.0.0.242 - - [2025-06-02 02:26:50] "GET / HTTP/1.1" 200 36215 0.002087 10.0.0.242 - - [2025-06-02 02:26:51] "POST /fqname-to-id HTTP/1.1" 401 293 0.000582 10.0.0.242 - - [2025-06-02 02:26:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.065629 10.0.0.242 - - [2025-06-02 02:26:52] "GET /projects?obj_uuids=5eb067fb-49b5-4b3f-a99c-782b86c8e53a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001209 10.0.0.242 - - [2025-06-02 02:26:52] "GET /project/5eb067fb-49b5-4b3f-a99c-782b86c8e53a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.027526 10.0.0.242 - - [2025-06-02 02:26:52] "POST /neutron/network HTTP/1.1" 200 117 0.029504 10.0.0.242 - - [2025-06-02 02:26:52] "GET /projects?obj_uuids=5eb067fb-49b5-4b3f-a99c-782b86c8e53a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001528 10.0.0.242 - - [2025-06-02 02:26:52] "POST /neutron/network HTTP/1.1" 200 607 0.072457 10.0.0.242 - - [2025-06-02 02:26:52] "POST /route-targets HTTP/1.1" 200 328 0.010147 10.0.0.242 - - [2025-06-02 02:26:52] "POST /ref-update HTTP/1.1" 200 156 0.014053 10.0.0.242 - - [2025-06-02 02:26:52] "POST /useragent-kv HTTP/1.1" 200 115 0.007462 10.0.0.242 - - [2025-06-02 02:26:52] "POST /neutron/subnet HTTP/1.1" 200 710 0.154448 10.0.0.242 - - [2025-06-02 02:26:52] "POST /neutron/network HTTP/1.1" 200 823 0.005171 10.0.0.242 - - [2025-06-02 02:26:52] "POST /id-to-fqname HTTP/1.1" 200 222 0.001262 10.0.0.242 - - [2025-06-02 02:26:52] "GET /virtual-network/8f4acf0b-f532-4941-b497-f467349602c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005086 10.0.0.242 - - [2025-06-02 02:26:52] "POST /neutron/network HTTP/1.1" 200 823 0.005695 10.0.0.242 - - [2025-06-02 02:26:52] "GET /virtual-network/8f4acf0b-f532-4941-b497-f467349602c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004841 10.0.0.242 - - [2025-06-02 02:26:52] "POST /neutron/network HTTP/1.1" 200 823 0.005933 10.0.0.242 - - [2025-06-02 02:26:52] "POST /neutron/subnet HTTP/1.1" 200 710 0.006896 10.0.0.242 - - [2025-06-02 02:26:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002184 10.0.0.242 - - [2025-06-02 02:26:52] "GET /projects?obj_uuids=5eb067fb-49b5-4b3f-a99c-782b86c8e53a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001349 10.0.0.242 - - [2025-06-02 02:26:52] "GET /project/5eb067fb-49b5-4b3f-a99c-782b86c8e53a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.036607 10.0.0.242 - - [2025-06-02 02:26:52] "POST /neutron/network HTTP/1.1" 200 117 0.010428 10.0.0.242 - - [2025-06-02 02:26:52] "GET /projects?obj_uuids=5eb067fb-49b5-4b3f-a99c-782b86c8e53a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001682 10.0.0.242 - - [2025-06-02 02:26:52] "POST /neutron/network HTTP/1.1" 200 607 0.065343 10.0.0.242 - - [2025-06-02 02:26:52] "POST /route-targets HTTP/1.1" 200 328 0.013984 10.0.0.242 - - [2025-06-02 02:26:52] "POST /ref-update HTTP/1.1" 200 156 0.010942 10.0.0.242 - - [2025-06-02 02:26:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002447 10.0.0.242 - - [2025-06-02 02:26:53] "POST /neutron/subnet HTTP/1.1" 200 710 0.204078 10.0.0.242 - - [2025-06-02 02:26:53] "POST /neutron/network HTTP/1.1" 200 823 0.006901 10.0.0.242 - - [2025-06-02 02:26:53] "POST /id-to-fqname HTTP/1.1" 200 222 0.001937 10.0.0.242 - - [2025-06-02 02:26:53] "GET /virtual-network/0bbb18bf-6da4-45ee-959d-67af812048a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007488 10.0.0.242 - - [2025-06-02 02:26:53] "POST /neutron/network HTTP/1.1" 200 823 0.005828 10.0.0.242 - - [2025-06-02 02:26:53] "GET /virtual-network/0bbb18bf-6da4-45ee-959d-67af812048a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005122 10.0.0.242 - - [2025-06-02 02:26:53] "POST /neutron/network HTTP/1.1" 200 823 0.005616 10.0.0.242 - - [2025-06-02 02:26:53] "POST /neutron/subnet HTTP/1.1" 200 710 0.007091 10.0.0.242 - - [2025-06-02 02:26:53] "POST /fqname-to-id HTTP/1.1" 404 228 0.002168 10.0.0.242 - - [2025-06-02 02:26:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002151 10.0.0.242 - - [2025-06-02 02:26:53] "GET /projects?obj_uuids=5eb067fb-49b5-4b3f-a99c-782b86c8e53a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001124 10.0.0.242 - - [2025-06-02 02:26:53] "GET /project/5eb067fb-49b5-4b3f-a99c-782b86c8e53a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.026779 10.0.0.242 - - [2025-06-02 02:26:53] "POST /network-policys HTTP/1.1" 200 573 0.016690 10.0.0.242 - - [2025-06-02 02:26:53] "GET /network-policy/9872fe10-9f9b-4f3b-8cc3-ae480bcc4471?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2155 0.006190 10.0.0.242 - - [2025-06-02 02:26:53] "POST /neutron/network HTTP/1.1" 200 823 0.005571 10.0.0.242 - - [2025-06-02 02:26:53] "POST /fqname-to-id HTTP/1.1" 404 236 0.004606 10.0.0.242 - - [2025-06-02 02:26:53] "POST /neutron/network HTTP/1.1" 200 925 0.051120 10.0.0.242 - - [2025-06-02 02:26:53] "POST /neutron/network HTTP/1.1" 200 925 0.043918 10.0.0.242 - - [2025-06-02 02:26:53] "POST /access-control-lists HTTP/1.1" 200 592 0.070406 10.0.0.242 - - [2025-06-02 02:26:53] "GET /virtual-network/8f4acf0b-f532-4941-b497-f467349602c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.007344 10.0.0.242 - - [2025-06-02 02:26:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002619 10.0.0.242 - - [2025-06-02 02:26:53] "GET /network-policy/9872fe10-9f9b-4f3b-8cc3-ae480bcc4471?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2155 0.003517 10.0.0.242 - - [2025-06-02 02:26:53] "POST /neutron/network HTTP/1.1" 200 823 0.005460 10.0.0.242 - - [2025-06-02 02:26:53] "POST /fqname-to-id HTTP/1.1" 404 236 0.004894 10.0.0.242 - - [2025-06-02 02:26:53] "POST /neutron/network HTTP/1.1" 200 925 0.045895 10.0.0.242 - - [2025-06-02 02:26:53] "POST /neutron/network HTTP/1.1" 200 925 0.036185 10.0.0.242 - - [2025-06-02 02:26:53] "POST /access-control-lists HTTP/1.1" 200 592 0.064319 10.0.0.242 - - [2025-06-02 02:26:53] "GET /virtual-network/0bbb18bf-6da4-45ee-959d-67af812048a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.005205 10.0.0.242 - - [2025-06-02 02:26:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002501 10.0.0.242 - - [2025-06-02 02:26:53] "POST /ref-update HTTP/1.1" 200 156 0.009653 10.0.0.242 - - [2025-06-02 02:26:53] "GET /network-policy/9872fe10-9f9b-4f3b-8cc3-ae480bcc4471?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2155 0.003937 10.0.0.242 - - [2025-06-02 02:26:53] "GET /domains HTTP/1.1" 401 293 0.000437 10.0.0.242 - - [2025-06-02 02:26:54] "PUT /access-control-list/56454dee-b201-4b30-94d9-dd38f4fa12b7 HTTP/1.1" 200 273 0.053578 10.0.0.242 - - [2025-06-02 02:26:54] "GET /domains HTTP/1.1" 200 281 0.025467 10.0.0.242 - - [2025-06-02 02:26:54] "GET /domains?obj_uuids=c1398e6d-186b-472e-80bf-1735e2faf972&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001014 10.0.0.242 - - [2025-06-02 02:26:54] "GET /domain/c1398e6d-186b-472e-80bf-1735e2faf972 HTTP/1.1" 200 2970 0.007838 10.0.0.242 - - [2025-06-02 02:26:54] "GET /projects?obj_uuids=5eb067fb-49b5-4b3f-a99c-782b86c8e53a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000942 10.0.0.242 - - [2025-06-02 02:26:54] "GET /project/5eb067fb-49b5-4b3f-a99c-782b86c8e53a HTTP/1.1" 200 2589 0.070898 10.0.0.242 - - [2025-06-02 02:26:54] "GET /virtual-network/8f4acf0b-f532-4941-b497-f467349602c1 HTTP/1.1" 200 2889 0.005630 10.0.0.242 - - [2025-06-02 02:26:54] "GET /virtual-network/8f4acf0b-f532-4941-b497-f467349602c1 HTTP/1.1" 200 2889 0.004428 10.0.0.242 - - [2025-06-02 02:26:54] "GET /routing-instance/394c175c-92e3-4e8d-9767-b6b991a262c4 HTTP/1.1" 200 1787 0.003016 10.0.0.242 - - [2025-06-02 02:26:54] "GET /routing-instance/394c175c-92e3-4e8d-9767-b6b991a262c4 HTTP/1.1" 200 1787 0.003024 10.0.0.242 - - [2025-06-02 02:26:54] "GET /route-target/bc5c0439-1bfc-4fe7-bc57-03c8bc2de319 HTTP/1.1" 200 1209 0.002520 10.0.0.242 - - [2025-06-02 02:26:54] "GET /virtual-network/8f4acf0b-f532-4941-b497-f467349602c1 HTTP/1.1" 200 2889 0.004311 10.0.0.242 - - [2025-06-02 02:26:54] "GET /routing-instance/394c175c-92e3-4e8d-9767-b6b991a262c4 HTTP/1.1" 200 1787 0.003254 10.0.0.242 - - [2025-06-02 02:26:54] "GET /virtual-network/8f4acf0b-f532-4941-b497-f467349602c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.004400 10.0.0.242 - - [2025-06-02 02:26:54] "GET /virtual-network/8f4acf0b-f532-4941-b497-f467349602c1 HTTP/1.1" 200 2889 0.005598 10.0.0.242 - - [2025-06-02 02:26:54] "GET /routing-instance/394c175c-92e3-4e8d-9767-b6b991a262c4 HTTP/1.1" 200 1787 0.003154 10.0.0.242 - - [2025-06-02 02:26:54] "GET /routing-instance/394c175c-92e3-4e8d-9767-b6b991a262c4 HTTP/1.1" 200 1787 0.004242 10.0.0.242 - - [2025-06-02 02:26:54] "GET /route-target/bc5c0439-1bfc-4fe7-bc57-03c8bc2de319 HTTP/1.1" 200 1209 0.002519 10.0.0.242 - - [2025-06-02 02:26:54] "GET /domains HTTP/1.1" 200 281 0.002929 10.0.0.242 - - [2025-06-02 02:26:54] "GET /domains?obj_uuids=c1398e6d-186b-472e-80bf-1735e2faf972&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001758 10.0.0.242 - - [2025-06-02 02:26:54] "GET /domain/c1398e6d-186b-472e-80bf-1735e2faf972 HTTP/1.1" 200 2970 0.008850 10.0.0.242 - - [2025-06-02 02:26:54] "GET /projects?obj_uuids=5eb067fb-49b5-4b3f-a99c-782b86c8e53a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001349 10.0.0.242 - - [2025-06-02 02:26:54] "GET /project/5eb067fb-49b5-4b3f-a99c-782b86c8e53a HTTP/1.1" 200 2589 0.076262 10.0.0.242 - - [2025-06-02 02:26:54] "GET /virtual-network/8f4acf0b-f532-4941-b497-f467349602c1 HTTP/1.1" 200 2889 0.005593 10.0.0.242 - - [2025-06-02 02:26:55] "GET /obj-perms HTTP/1.1" 200 5053 0.051679 10.0.0.242 - - [2025-06-02 02:26:55] "GET /domains HTTP/1.1" 200 281 0.002705 10.0.0.242 - - [2025-06-02 02:26:55] "GET /domains?obj_uuids=c1398e6d-186b-472e-80bf-1735e2faf972&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001059 10.0.0.242 - - [2025-06-02 02:26:55] "GET /domain/c1398e6d-186b-472e-80bf-1735e2faf972 HTTP/1.1" 200 2970 0.007473 10.0.0.242 - - [2025-06-02 02:26:55] "GET /projects?obj_uuids=5eb067fb-49b5-4b3f-a99c-782b86c8e53a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000974 10.0.0.242 - - [2025-06-02 02:26:55] "GET /project/5eb067fb-49b5-4b3f-a99c-782b86c8e53a HTTP/1.1" 200 2589 0.072328 10.0.0.242 - - [2025-06-02 02:26:55] "GET /virtual-network/0bbb18bf-6da4-45ee-959d-67af812048a7 HTTP/1.1" 200 2887 0.007599 10.0.0.242 - - [2025-06-02 02:26:55] "GET /virtual-network/0bbb18bf-6da4-45ee-959d-67af812048a7 HTTP/1.1" 200 2887 0.004702 10.0.0.242 - - [2025-06-02 02:26:55] "GET /routing-instance/e95012b8-54a3-407a-af1a-b2a9425d73aa HTTP/1.1" 200 1788 0.003139 10.0.0.242 - - [2025-06-02 02:26:55] "GET /routing-instance/e95012b8-54a3-407a-af1a-b2a9425d73aa HTTP/1.1" 200 1788 0.002877 10.0.0.242 - - [2025-06-02 02:26:55] "GET /route-target/40de3cd3-ba69-45de-9396-2ba9d57c6fcf HTTP/1.1" 200 1208 0.003022 10.0.0.242 - - [2025-06-02 02:26:55] "GET /virtual-network/0bbb18bf-6da4-45ee-959d-67af812048a7 HTTP/1.1" 200 2887 0.004334 10.0.0.242 - - [2025-06-02 02:26:55] "GET /routing-instance/e95012b8-54a3-407a-af1a-b2a9425d73aa HTTP/1.1" 200 1788 0.002761 10.0.0.242 - - [2025-06-02 02:26:55] "GET /virtual-network/0bbb18bf-6da4-45ee-959d-67af812048a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.004373 10.0.0.242 - - [2025-06-02 02:26:55] "GET /virtual-network/0bbb18bf-6da4-45ee-959d-67af812048a7 HTTP/1.1" 200 2887 0.004355 10.0.0.242 - - [2025-06-02 02:26:55] "GET /routing-instance/e95012b8-54a3-407a-af1a-b2a9425d73aa HTTP/1.1" 200 1788 0.003192 10.0.0.242 - - [2025-06-02 02:26:55] "GET /routing-instance/e95012b8-54a3-407a-af1a-b2a9425d73aa HTTP/1.1" 200 1788 0.002838 10.0.0.242 - - [2025-06-02 02:26:55] "GET /route-target/40de3cd3-ba69-45de-9396-2ba9d57c6fcf HTTP/1.1" 200 1208 0.004493 10.0.0.242 - - [2025-06-02 02:26:55] "GET /domains HTTP/1.1" 200 281 0.003008 10.0.0.242 - - [2025-06-02 02:26:55] "GET /domains?obj_uuids=c1398e6d-186b-472e-80bf-1735e2faf972&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000991 10.0.0.242 - - [2025-06-02 02:26:55] "GET /domain/c1398e6d-186b-472e-80bf-1735e2faf972 HTTP/1.1" 200 2970 0.006668 10.0.0.242 - - [2025-06-02 02:26:55] "GET /projects?obj_uuids=5eb067fb-49b5-4b3f-a99c-782b86c8e53a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000947 10.0.0.242 - - [2025-06-02 02:26:55] "GET /project/5eb067fb-49b5-4b3f-a99c-782b86c8e53a HTTP/1.1" 200 2589 0.068882 10.0.0.242 - - [2025-06-02 02:26:55] "GET /virtual-network/0bbb18bf-6da4-45ee-959d-67af812048a7 HTTP/1.1" 200 2887 0.005580 10.0.0.242 - - [2025-06-02 02:26:55] "GET /obj-perms HTTP/1.1" 200 5053 0.002950 10.0.0.242 - - [2025-06-02 02:26:55] "POST /id-to-fqname HTTP/1.1" 200 222 0.001442 10.0.0.242 - - [2025-06-02 02:26:55] "POST /neutron/network HTTP/1.1" 200 935 0.006108 10.0.0.242 - - [2025-06-02 02:26:55] "GET /aaa-mode HTTP/1.1" 401 293 0.000405 10.0.0.242 - - [2025-06-02 02:26:55] "GET / HTTP/1.1" 200 36215 0.001601 10.0.0.242 - - [2025-06-02 02:26:55] "GET /project/5eb067fb-49b5-4b3f-a99c-782b86c8e53a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000410 10.0.0.242 - - [2025-06-02 02:26:56] "GET /projects?obj_uuids=5eb067fb-49b5-4b3f-a99c-782b86c8e53a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001150 10.0.0.242 - - [2025-06-02 02:26:56] "GET /project/5eb067fb-49b5-4b3f-a99c-782b86c8e53a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.047940 10.0.0.242 - - [2025-06-02 02:26:56] "POST /neutron/network HTTP/1.1" 200 925 0.005390 10.0.0.242 - - [2025-06-02 02:26:56] "POST /neutron/port HTTP/1.1" 200 117 0.005281 10.0.0.242 - - [2025-06-02 02:26:56] "POST /neutron/port HTTP/1.1" 200 117 0.005446 10.0.0.242 - - [2025-06-02 02:26:56] "POST /id-to-fqname HTTP/1.1" 200 222 0.001358 10.0.0.242 - - [2025-06-02 02:26:56] "POST /neutron/port HTTP/1.1" 200 117 0.005281 10.0.0.242 - - [2025-06-02 02:26:56] "POST /neutron/network HTTP/1.1" 200 935 0.005989 10.0.0.242 - - [2025-06-02 02:26:56] "GET /aaa-mode HTTP/1.1" 401 293 0.000453 10.0.0.242 - - [2025-06-02 02:26:56] "POST /neutron/network HTTP/1.1" 200 935 0.006015 10.0.0.242 - - [2025-06-02 02:26:56] "GET /projects?obj_uuids=5eb067fb-49b5-4b3f-a99c-782b86c8e53a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002956 10.0.0.242 - - [2025-06-02 02:26:57] "GET / HTTP/1.1" 200 36215 0.001832 10.0.0.242 - - [2025-06-02 02:26:57] "GET /project/5eb067fb-49b5-4b3f-a99c-782b86c8e53a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000410 10.0.0.242 - - [2025-06-02 02:26:57] "POST /neutron/port HTTP/1.1" 200 1059 0.268084 10.0.0.242 - - [2025-06-02 02:26:57] "POST /neutron/port HTTP/1.1" 200 1059 0.009245 10.0.0.242 - - [2025-06-02 02:26:57] "POST /neutron/port HTTP/1.1" 200 1059 0.008083 10.0.0.242 - - [2025-06-02 02:26:57] "POST /neutron/port HTTP/1.1" 200 1113 0.058064 10.0.0.242 - - [2025-06-02 02:26:57] "POST /neutron/port HTTP/1.1" 200 1087 0.019995 10.0.0.242 - - [2025-06-02 02:26:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003260 10.0.0.242 - - [2025-06-02 02:26:57] "POST /neutron/subnet HTTP/1.1" 200 684 0.012048 10.0.0.242 - - [2025-06-02 02:26:57] "POST /neutron/port HTTP/1.1" 200 117 0.001210 10.0.0.242 - - [2025-06-02 02:26:57] "POST /neutron/network HTTP/1.1" 200 925 0.005472 10.0.0.242 - - [2025-06-02 02:26:57] "GET /projects?obj_uuids=5eb067fb-49b5-4b3f-a99c-782b86c8e53a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001477 10.0.0.242 - - [2025-06-02 02:26:57] "GET /project/5eb067fb-49b5-4b3f-a99c-782b86c8e53a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.048682 10.0.0.242 - - [2025-06-02 02:26:57] "POST /neutron/network HTTP/1.1" 200 925 0.005814 10.0.0.242 - - [2025-06-02 02:26:57] "POST /neutron/port HTTP/1.1" 200 1087 0.017828 10.0.0.242 - - [2025-06-02 02:26:57] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006929 10.0.0.242 - - [2025-06-02 02:26:57] "POST /neutron/port HTTP/1.1" 200 117 0.006455 10.0.0.242 - - [2025-06-02 02:26:57] "POST /neutron/port HTTP/1.1" 200 1087 0.019890 10.0.0.242 - - [2025-06-02 02:26:57] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006260 10.0.0.242 - - [2025-06-02 02:26:58] "POST /neutron/network HTTP/1.1" 200 935 0.007719 10.0.0.242 - - [2025-06-02 02:26:58] "GET /projects?obj_uuids=5eb067fb-49b5-4b3f-a99c-782b86c8e53a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001239 10.0.0.242 - - [2025-06-02 02:26:58] "PUT /access-control-list/3e41913d-a282-402a-9848-075071a207fc HTTP/1.1" 200 273 0.067706 10.0.0.242 - - [2025-06-02 02:26:58] "POST /neutron/port HTTP/1.1" 200 1059 0.315517 10.0.0.242 - - [2025-06-02 02:26:58] "POST /neutron/port HTTP/1.1" 200 1059 0.013655 10.0.0.242 - - [2025-06-02 02:26:58] "POST /neutron/port HTTP/1.1" 200 1059 0.012738 10.0.0.242 - - [2025-06-02 02:26:58] "POST /neutron/port HTTP/1.1" 200 1113 0.080263 10.0.0.242 - - [2025-06-02 02:26:58] "POST /neutron/port HTTP/1.1" 200 1087 0.016143 10.0.0.242 - - [2025-06-02 02:26:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002838 10.0.0.242 - - [2025-06-02 02:26:58] "POST /neutron/subnet HTTP/1.1" 200 684 0.011008 10.0.0.242 - - [2025-06-02 02:26:58] "POST /neutron/port HTTP/1.1" 200 117 0.001150 10.0.0.242 - - [2025-06-02 02:26:58] "POST /neutron/network HTTP/1.1" 200 925 0.005557 10.0.0.242 - - [2025-06-02 02:27:02] "POST /neutron/port HTTP/1.1" 200 1087 0.015792 10.0.0.242 - - [2025-06-02 02:27:03] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006065 10.0.0.242 - - [2025-06-02 02:27:03] "POST /neutron/port HTTP/1.1" 200 1087 0.015626 10.0.0.242 - - [2025-06-02 02:27:03] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005943 10.0.0.242 - - [2025-06-02 02:27:03] "POST /neutron/port HTTP/1.1" 200 1087 0.014368 10.0.0.242 - - [2025-06-02 02:27:03] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005485 10.0.0.242 - - [2025-06-02 02:27:03] "GET /virtual-machine/d415880a-bcf0-40f4-ab63-bde80287f988 HTTP/1.1" 200 1297 0.004295 10.0.0.242 - - [2025-06-02 02:27:03] "GET /virtual-machine-interface/953970a5-864b-4d68-a091-648063585ac8 HTTP/1.1" 200 2959 0.004825 10.0.0.242 - - [2025-06-02 02:27:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002794 10.0.0.242 - - [2025-06-02 02:27:03] "GET /global-vrouter-config/132714b1-fcbe-47d4-8106-4ed4f21abed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1562 0.002827 10.0.0.242 - - [2025-06-02 02:27:03] "GET /virtual-networks?parent_id=5eb067fb-49b5-4b3f-a99c-782b86c8e53a&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003499 10.0.0.242 - - [2025-06-02 02:27:03] "GET /virtual-network/8f4acf0b-f532-4941-b497-f467349602c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005345 10.0.0.242 - - [2025-06-02 02:27:06] "POST /neutron/port HTTP/1.1" 200 1087 0.043838 10.0.0.242 - - [2025-06-02 02:27:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004883 10.0.0.242 - - [2025-06-02 02:27:06] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010738 10.0.0.242 - - [2025-06-02 02:27:06] "GET /virtual-network/8f4acf0b-f532-4941-b497-f467349602c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005224 10.0.0.242 - - [2025-06-02 02:27:07] "POST /neutron/port HTTP/1.1" 200 1087 0.021603 10.0.0.242 - - [2025-06-02 02:27:07] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005511 10.0.0.242 - - [2025-06-02 02:27:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002820 10.0.0.242 - - [2025-06-02 02:27:08] "GET /global-vrouter-config/132714b1-fcbe-47d4-8106-4ed4f21abed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1562 0.003050 10.0.0.242 - - [2025-06-02 02:27:08] "GET /virtual-networks?parent_id=5eb067fb-49b5-4b3f-a99c-782b86c8e53a&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002945 10.0.0.242 - - [2025-06-02 02:27:08] "GET /virtual-network/8f4acf0b-f532-4941-b497-f467349602c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005387 10.0.0.242 - - [2025-06-02 02:27:08] "POST /neutron/port HTTP/1.1" 200 1087 0.014978 10.0.0.242 - - [2025-06-02 02:27:08] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005196 10.0.0.242 - - [2025-06-02 02:27:09] "POST /neutron/port HTTP/1.1" 200 1087 0.014395 10.0.0.242 - - [2025-06-02 02:27:09] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005521 10.0.0.242 - - [2025-06-02 02:27:09] "POST /neutron/port HTTP/1.1" 200 1087 0.014887 10.0.0.242 - - [2025-06-02 02:27:09] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006686 10.0.0.242 - - [2025-06-02 02:27:09] "GET /virtual-machine/e8e2b919-2031-4e1f-9a0e-d0437c737511 HTTP/1.1" 200 1297 0.004339 10.0.0.242 - - [2025-06-02 02:27:09] "GET /virtual-machine-interface/3ee9bf60-0e2e-4ab4-8291-9000a826814d HTTP/1.1" 200 2957 0.004637 10.0.0.242 - - [2025-06-02 02:27:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002278 10.0.0.242 - - [2025-06-02 02:27:09] "GET /global-vrouter-config/132714b1-fcbe-47d4-8106-4ed4f21abed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1562 0.002757 10.0.0.242 - - [2025-06-02 02:27:09] "GET /virtual-networks?parent_id=5eb067fb-49b5-4b3f-a99c-782b86c8e53a&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002579 10.0.0.242 - - [2025-06-02 02:27:09] "GET /virtual-network/0bbb18bf-6da4-45ee-959d-67af812048a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.005603 10.0.0.242 - - [2025-06-02 02:27:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.242 - - [2025-06-02 02:27:10] "GET /global-vrouter-config/132714b1-fcbe-47d4-8106-4ed4f21abed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1562 0.003163 10.0.0.242 - - [2025-06-02 02:27:10] "GET /virtual-networks?parent_id=5eb067fb-49b5-4b3f-a99c-782b86c8e53a&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003439 10.0.0.242 - - [2025-06-02 02:27:10] "GET /virtual-network/0bbb18bf-6da4-45ee-959d-67af812048a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.005960 10.0.0.242 - - [2025-06-02 02:27:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003229 10.0.0.242 - - [2025-06-02 02:27:14] "GET /projects?obj_uuids=5eb067fb-49b5-4b3f-a99c-782b86c8e53a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001281 10.0.0.242 - - [2025-06-02 02:27:14] "GET /project/5eb067fb-49b5-4b3f-a99c-782b86c8e53a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.033724 10.0.0.242 - - [2025-06-02 02:27:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002814 10.0.0.242 - - [2025-06-02 02:27:14] "PUT /network-policy/9872fe10-9f9b-4f3b-8cc3-ae480bcc4471 HTTP/1.1" 200 263 0.009738 10.0.0.242 - - [2025-06-02 02:27:14] "PUT /access-control-list/3e41913d-a282-402a-9848-075071a207fc HTTP/1.1" 200 273 0.052432 10.0.0.242 - - [2025-06-02 02:27:14] "POST /ref-update HTTP/1.1" 200 156 0.010585 10.0.0.242 - - [2025-06-02 02:27:15] "PUT /access-control-list/56454dee-b201-4b30-94d9-dd38f4fa12b7 HTTP/1.1" 200 273 0.052818 10.0.0.242 - - [2025-06-02 02:27:15] "POST /ref-update HTTP/1.1" 200 156 0.010200 10.0.0.242 - - [2025-06-02 02:27:18] "GET /virtual-network/0bbb18bf-6da4-45ee-959d-67af812048a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.005402 10.0.0.242 - - [2025-06-02 02:27:18] "POST /neutron/network HTTP/1.1" 200 925 0.006238 10.0.0.242 - - [2025-06-02 02:27:18] "POST /neutron/network HTTP/1.1" 200 823 0.045730 10.0.0.242 - - [2025-06-02 02:27:18] "POST /neutron/network HTTP/1.1" 200 823 0.005173 10.0.0.242 - - [2025-06-02 02:27:18] "DELETE /access-control-list/3e41913d-a282-402a-9848-075071a207fc HTTP/1.1" 200 115 0.040409 10.0.0.242 - - [2025-06-02 02:27:18] "GET /virtual-network/0bbb18bf-6da4-45ee-959d-67af812048a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006142 10.0.0.242 - - [2025-06-02 02:27:18] "GET /virtual-network/8f4acf0b-f532-4941-b497-f467349602c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.004541 10.0.0.242 - - [2025-06-02 02:27:18] "POST /neutron/network HTTP/1.1" 200 925 0.007729 10.0.0.242 - - [2025-06-02 02:27:18] "POST /neutron/network HTTP/1.1" 200 823 0.043091 10.0.0.242 - - [2025-06-02 02:27:18] "POST /neutron/network HTTP/1.1" 200 823 0.006564 10.0.0.242 - - [2025-06-02 02:27:18] "GET /virtual-network/8f4acf0b-f532-4941-b497-f467349602c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007035 10.0.0.242 - - [2025-06-02 02:27:18] "DELETE /network-policy/9872fe10-9f9b-4f3b-8cc3-ae480bcc4471 HTTP/1.1" 200 115 0.021979 10.0.0.242 - - [2025-06-02 02:27:18] "POST /neutron/network HTTP/1.1" 200 823 0.007917 10.0.0.242 - - [2025-06-02 02:27:18] "POST /neutron/network HTTP/1.1" 400 204 0.010196 10.0.0.242 - - [2025-06-02 02:27:18] "POST /neutron/port HTTP/1.1" 200 1087 0.020695 10.0.0.242 - - [2025-06-02 02:27:18] "POST /neutron/port HTTP/1.1" 200 1087 0.017598 10.0.0.242 - - [2025-06-02 02:27:18] "POST /neutron/port HTTP/1.1" 200 1113 0.007587 10.0.0.242 - - [2025-06-02 02:27:18] "POST /neutron/port HTTP/1.1" 200 1113 0.011963 10.0.0.242 - - [2025-06-02 02:27:18] "DELETE /access-control-list/56454dee-b201-4b30-94d9-dd38f4fa12b7 HTTP/1.1" 200 115 0.053963 10.0.0.242 - - [2025-06-02 02:27:19] "POST /neutron/port HTTP/1.1" 200 151 0.205873 10.0.0.242 - - [2025-06-02 02:27:19] "POST /neutron/port HTTP/1.1" 200 151 0.196291 10.0.0.242 - - [2025-06-02 02:27:20] "POST /neutron/network HTTP/1.1" 200 823 0.005553 10.0.0.242 - - [2025-06-02 02:27:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003833 10.0.0.242 - - [2025-06-02 02:27:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002509 10.0.0.242 - - [2025-06-02 02:27:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002763 10.0.0.242 - - [2025-06-02 02:27:20] "POST /neutron/network HTTP/1.1" 200 151 0.102754 10.0.0.242 - - [2025-06-02 02:27:20] "DELETE /route-target/40de3cd3-ba69-45de-9396-2ba9d57c6fcf HTTP/1.1" 200 115 0.025017 10.0.0.242 - - [2025-06-02 02:27:20] "GET /routing-instance/e95012b8-54a3-407a-af1a-b2a9425d73aa HTTP/1.1" 404 171 0.002523 10.0.0.242 - - [2025-06-02 02:27:20] "GET /domains HTTP/1.1" 200 281 0.002377 10.0.0.242 - - [2025-06-02 02:27:20] "GET /domains?obj_uuids=c1398e6d-186b-472e-80bf-1735e2faf972&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001080 10.0.0.242 - - [2025-06-02 02:27:20] "GET /domain/c1398e6d-186b-472e-80bf-1735e2faf972 HTTP/1.1" 200 2970 0.048540 10.0.0.242 - - [2025-06-02 02:27:20] "GET /projects?obj_uuids=5eb067fb-49b5-4b3f-a99c-782b86c8e53a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001549 10.0.0.242 - - [2025-06-02 02:27:20] "GET /project/5eb067fb-49b5-4b3f-a99c-782b86c8e53a HTTP/1.1" 200 2119 0.069298 10.0.0.242 - - [2025-06-02 02:27:20] "POST /neutron/network HTTP/1.1" 200 823 0.005755 10.0.0.242 - - [2025-06-02 02:27:21] "POST /useragent-kv HTTP/1.1" 200 115 0.004118 10.0.0.242 - - [2025-06-02 02:27:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002938 10.0.0.242 - - [2025-06-02 02:27:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.242 - - [2025-06-02 02:27:21] "POST /neutron/network HTTP/1.1" 200 151 0.073586 10.0.0.242 - - [2025-06-02 02:27:21] "GET /routing-instance/394c175c-92e3-4e8d-9767-b6b991a262c4 HTTP/1.1" 404 171 0.001895 10.0.0.242 - - [2025-06-02 02:27:21] "GET /domains HTTP/1.1" 200 281 0.003165 10.0.0.242 - - [2025-06-02 02:27:21] "DELETE /route-target/bc5c0439-1bfc-4fe7-bc57-03c8bc2de319 HTTP/1.1" 200 115 0.017071 10.0.0.242 - - [2025-06-02 02:27:21] "GET /domains?obj_uuids=c1398e6d-186b-472e-80bf-1735e2faf972&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001019 10.0.0.242 - - [2025-06-02 02:27:21] "GET /domain/c1398e6d-186b-472e-80bf-1735e2faf972 HTTP/1.1" 200 2970 0.050471 10.0.0.242 - - [2025-06-02 02:27:21] "GET /projects?obj_uuids=5eb067fb-49b5-4b3f-a99c-782b86c8e53a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001146 10.0.0.242 - - [2025-06-02 02:27:21] "GET /project/5eb067fb-49b5-4b3f-a99c-782b86c8e53a HTTP/1.1" 200 1879 0.068031 10.0.0.242 - - [2025-06-02 02:27:21] "GET /projects?obj_uuids=5eb067fb-49b5-4b3f-a99c-782b86c8e53a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001171 10.0.0.242 - - [2025-06-02 02:27:21] "GET /project/5eb067fb-49b5-4b3f-a99c-782b86c8e53a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.023760 10.0.0.242 - - [2025-06-02 02:27:21] "GET /projects?obj_uuids=5eb067fb-49b5-4b3f-a99c-782b86c8e53a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001092 10.0.0.242 - - [2025-06-02 02:27:21] "GET /project/5eb067fb-49b5-4b3f-a99c-782b86c8e53a?fields=virtual_networks HTTP/1.1" 200 1048 0.068165 10.0.0.242 - - [2025-06-02 02:27:21] "GET /projects?obj_uuids=5eb067fb-49b5-4b3f-a99c-782b86c8e53a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001816 10.0.0.242 - - [2025-06-02 02:27:21] "GET /project/5eb067fb-49b5-4b3f-a99c-782b86c8e53a?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.039466 10.0.0.242 - - [2025-06-02 02:27:21] "GET /projects?obj_uuids=5eb067fb-49b5-4b3f-a99c-782b86c8e53a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001337 10.0.0.242 - - [2025-06-02 02:27:21] "GET /project/5eb067fb-49b5-4b3f-a99c-782b86c8e53a?fields=security_groups HTTP/1.1" 200 1277 0.026464 10.0.0.242 - - [2025-06-02 02:27:22] "POST /fqname-to-id HTTP/1.1" 404 186 0.024117 10.0.0.242 - - [2025-06-02 02:27:22] "GET /projects?obj_uuids=74ae5a36-ba12-4df7-a385-ec65b038807a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002531 10.0.0.242 - - [2025-06-02 02:27:22] "GET /domains?obj_uuids=c1398e6d-186b-472e-80bf-1735e2faf972&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001456 10.0.0.242 - - [2025-06-02 02:27:22] "GET /domain/c1398e6d-186b-472e-80bf-1735e2faf972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007544 10.0.0.242 - - [2025-06-02 02:27:22] "POST /id-to-fqname HTTP/1.1" 200 188 0.001529 10.0.0.242 - - [2025-06-02 02:27:22] "POST /fqname-to-id HTTP/1.1" 404 197 0.004344 10.0.0.242 - - [2025-06-02 02:27:22] "POST /security-groups HTTP/1.1" 200 589 0.059755 10.0.0.242 - - [2025-06-02 02:27:22] "POST /fqname-to-id HTTP/1.1" 404 232 0.002680 10.0.0.242 - - [2025-06-02 02:27:22] "POST /projects HTTP/1.1" 200 581 0.224497 10.0.0.242 - - [2025-06-02 02:27:22] "POST /access-control-lists HTTP/1.1" 200 596 0.055426 10.0.0.242 - - [2025-06-02 02:27:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.290922 10.0.0.242 - - [2025-06-02 02:27:22] "POST /fqname-to-id HTTP/1.1" 404 231 0.002691 10.0.0.242 - - [2025-06-02 02:27:22] "GET /project/74ae5a36-ba12-4df7-a385-ec65b038807a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.410794 10.0.0.242 - - [2025-06-02 02:27:23] "POST /access-control-lists HTTP/1.1" 200 594 0.064030 10.0.0.242 - - [2025-06-02 02:27:24] "GET / HTTP/1.1" 200 36215 0.002062 10.0.0.242 - - [2025-06-02 02:27:24] "POST /fqname-to-id HTTP/1.1" 401 293 0.000592 10.0.0.242 - - [2025-06-02 02:27:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.054836 10.0.0.242 - - [2025-06-02 02:27:25] "GET /projects?obj_uuids=74ae5a36-ba12-4df7-a385-ec65b038807a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001141 10.0.0.242 - - [2025-06-02 02:27:25] "GET /project/74ae5a36-ba12-4df7-a385-ec65b038807a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.027799 10.0.0.242 - - [2025-06-02 02:27:25] "POST /neutron/network HTTP/1.1" 200 117 0.031061 10.0.0.242 - - [2025-06-02 02:27:25] "GET /projects?obj_uuids=74ae5a36-ba12-4df7-a385-ec65b038807a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001504 10.0.0.242 - - [2025-06-02 02:27:25] "POST /neutron/network HTTP/1.1" 200 613 0.084109 10.0.0.242 - - [2025-06-02 02:27:25] "POST /route-targets HTTP/1.1" 200 328 0.017349 10.0.0.242 - - [2025-06-02 02:27:25] "POST /ref-update HTTP/1.1" 200 156 0.020190 10.0.0.242 - - [2025-06-02 02:27:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003378 10.0.0.242 - - [2025-06-02 02:27:25] "POST /neutron/subnet HTTP/1.1" 200 729 0.200110 10.0.0.242 - - [2025-06-02 02:27:25] "POST /neutron/network HTTP/1.1" 200 833 0.007040 10.0.0.242 - - [2025-06-02 02:27:25] "POST /id-to-fqname HTTP/1.1" 200 223 0.001175 10.0.0.242 - - [2025-06-02 02:27:25] "GET /virtual-network/cdf84653-b7c8-4184-9ab8-3b429c41365c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004646 10.0.0.242 - - [2025-06-02 02:27:25] "POST /neutron/network HTTP/1.1" 200 833 0.005386 10.0.0.242 - - [2025-06-02 02:27:25] "GET /virtual-network/cdf84653-b7c8-4184-9ab8-3b429c41365c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004841 10.0.0.242 - - [2025-06-02 02:27:25] "POST /neutron/network HTTP/1.1" 200 833 0.005664 10.0.0.242 - - [2025-06-02 02:27:25] "POST /neutron/subnet HTTP/1.1" 200 729 0.006602 10.0.0.242 - - [2025-06-02 02:27:25] "GET /domains HTTP/1.1" 401 293 0.000395 10.0.0.242 - - [2025-06-02 02:27:26] "GET /domains HTTP/1.1" 200 281 0.023219 10.0.0.242 - - [2025-06-02 02:27:26] "GET /domains?obj_uuids=c1398e6d-186b-472e-80bf-1735e2faf972&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001117 10.0.0.242 - - [2025-06-02 02:27:26] "GET /domain/c1398e6d-186b-472e-80bf-1735e2faf972 HTTP/1.1" 200 3155 0.008323 10.0.0.242 - - [2025-06-02 02:27:26] "GET /projects?obj_uuids=74ae5a36-ba12-4df7-a385-ec65b038807a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001000 10.0.0.242 - - [2025-06-02 02:27:26] "GET /project/74ae5a36-ba12-4df7-a385-ec65b038807a HTTP/1.1" 200 2096 0.072945 10.0.0.242 - - [2025-06-02 02:27:26] "GET /virtual-network/cdf84653-b7c8-4184-9ab8-3b429c41365c HTTP/1.1" 200 2326 0.006148 10.0.0.242 - - [2025-06-02 02:27:26] "GET /virtual-network/cdf84653-b7c8-4184-9ab8-3b429c41365c HTTP/1.1" 200 2326 0.004658 10.0.0.242 - - [2025-06-02 02:27:26] "GET /routing-instance/ff97dd2f-098f-42b5-8a4f-5a30c5bce262 HTTP/1.1" 200 1496 0.003663 10.0.0.242 - - [2025-06-02 02:27:26] "GET /routing-instance/ff97dd2f-098f-42b5-8a4f-5a30c5bce262 HTTP/1.1" 200 1496 0.003381 10.0.0.242 - - [2025-06-02 02:27:26] "GET /route-target/e3ed4d10-b1af-424a-aa1f-135a3afb80c8 HTTP/1.1" 200 1215 0.002898 10.0.0.242 - - [2025-06-02 02:27:26] "GET /virtual-network/cdf84653-b7c8-4184-9ab8-3b429c41365c HTTP/1.1" 200 2326 0.005145 10.0.0.242 - - [2025-06-02 02:27:26] "GET /routing-instance/ff97dd2f-098f-42b5-8a4f-5a30c5bce262 HTTP/1.1" 200 1496 0.003211 10.0.0.242 - - [2025-06-02 02:27:26] "GET /virtual-network/cdf84653-b7c8-4184-9ab8-3b429c41365c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004441 10.0.0.242 - - [2025-06-02 02:27:26] "GET /virtual-network/cdf84653-b7c8-4184-9ab8-3b429c41365c HTTP/1.1" 200 2326 0.004425 10.0.0.242 - - [2025-06-02 02:27:26] "GET /routing-instance/ff97dd2f-098f-42b5-8a4f-5a30c5bce262 HTTP/1.1" 200 1496 0.002908 10.0.0.242 - - [2025-06-02 02:27:26] "GET /routing-instance/ff97dd2f-098f-42b5-8a4f-5a30c5bce262 HTTP/1.1" 200 1496 0.003345 10.0.0.242 - - [2025-06-02 02:27:26] "GET /route-target/e3ed4d10-b1af-424a-aa1f-135a3afb80c8 HTTP/1.1" 200 1215 0.002598 10.0.0.242 - - [2025-06-02 02:27:26] "GET /domains HTTP/1.1" 200 281 0.002179 10.0.0.242 - - [2025-06-02 02:27:26] "GET /domains?obj_uuids=c1398e6d-186b-472e-80bf-1735e2faf972&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001035 10.0.0.242 - - [2025-06-02 02:27:26] "GET /domain/c1398e6d-186b-472e-80bf-1735e2faf972 HTTP/1.1" 200 3155 0.006948 10.0.0.242 - - [2025-06-02 02:27:26] "GET /projects?obj_uuids=74ae5a36-ba12-4df7-a385-ec65b038807a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001014 10.0.0.242 - - [2025-06-02 02:27:26] "GET /project/74ae5a36-ba12-4df7-a385-ec65b038807a HTTP/1.1" 200 2096 0.075327 10.0.0.242 - - [2025-06-02 02:27:26] "GET /virtual-network/cdf84653-b7c8-4184-9ab8-3b429c41365c HTTP/1.1" 200 2326 0.007349 10.0.0.242 - - [2025-06-02 02:27:26] "GET /obj-perms HTTP/1.1" 200 5045 0.049516 10.0.0.242 - - [2025-06-02 02:27:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003729 10.0.0.242 - - [2025-06-02 02:27:26] "GET /projects?obj_uuids=74ae5a36-ba12-4df7-a385-ec65b038807a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001637 10.0.0.242 - - [2025-06-02 02:27:26] "GET /project/74ae5a36-ba12-4df7-a385-ec65b038807a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.037610 10.0.0.242 - - [2025-06-02 02:27:26] "POST /neutron/network HTTP/1.1" 200 117 0.011118 10.0.0.242 - - [2025-06-02 02:27:26] "GET /projects?obj_uuids=74ae5a36-ba12-4df7-a385-ec65b038807a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001666 10.0.0.242 - - [2025-06-02 02:27:27] "POST /neutron/network HTTP/1.1" 200 613 0.068249 10.0.0.242 - - [2025-06-02 02:27:27] "POST /route-targets HTTP/1.1" 200 328 0.009487 10.0.0.242 - - [2025-06-02 02:27:27] "POST /ref-update HTTP/1.1" 200 156 0.013865 10.0.0.242 - - [2025-06-02 02:27:27] "POST /useragent-kv HTTP/1.1" 200 115 0.003260 10.0.0.242 - - [2025-06-02 02:27:27] "POST /neutron/subnet HTTP/1.1" 200 715 0.206327 10.0.0.242 - - [2025-06-02 02:27:27] "POST /neutron/network HTTP/1.1" 200 830 0.005457 10.0.0.242 - - [2025-06-02 02:27:27] "POST /id-to-fqname HTTP/1.1" 200 223 0.001211 10.0.0.242 - - [2025-06-02 02:27:27] "GET /virtual-network/301b651a-f7aa-4ff4-a241-53790ebbf2ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004857 10.0.0.242 - - [2025-06-02 02:27:27] "POST /neutron/network HTTP/1.1" 200 830 0.005374 10.0.0.242 - - [2025-06-02 02:27:27] "GET /virtual-network/301b651a-f7aa-4ff4-a241-53790ebbf2ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004752 10.0.0.242 - - [2025-06-02 02:27:27] "POST /neutron/network HTTP/1.1" 200 830 0.005528 10.0.0.242 - - [2025-06-02 02:27:27] "POST /neutron/subnet HTTP/1.1" 200 715 0.017806 10.0.0.242 - - [2025-06-02 02:27:27] "GET /domains HTTP/1.1" 200 281 0.002207 10.0.0.242 - - [2025-06-02 02:27:27] "GET /domains?obj_uuids=c1398e6d-186b-472e-80bf-1735e2faf972&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001063 10.0.0.242 - - [2025-06-02 02:27:27] "GET /domain/c1398e6d-186b-472e-80bf-1735e2faf972 HTTP/1.1" 200 3155 0.007109 10.0.0.242 - - [2025-06-02 02:27:27] "GET /projects?obj_uuids=74ae5a36-ba12-4df7-a385-ec65b038807a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001033 10.0.0.242 - - [2025-06-02 02:27:27] "GET /project/74ae5a36-ba12-4df7-a385-ec65b038807a HTTP/1.1" 200 2315 0.070485 10.0.0.242 - - [2025-06-02 02:27:27] "GET /virtual-network/301b651a-f7aa-4ff4-a241-53790ebbf2ae HTTP/1.1" 200 2316 0.006339 10.0.0.242 - - [2025-06-02 02:27:27] "GET /virtual-network/301b651a-f7aa-4ff4-a241-53790ebbf2ae HTTP/1.1" 200 2316 0.005367 10.0.0.242 - - [2025-06-02 02:27:27] "GET /routing-instance/cf473b1c-c984-48cc-b46f-a6cceabf3a5f HTTP/1.1" 200 1497 0.003868 10.0.0.242 - - [2025-06-02 02:27:27] "GET /routing-instance/cf473b1c-c984-48cc-b46f-a6cceabf3a5f HTTP/1.1" 200 1497 0.003158 10.0.0.242 - - [2025-06-02 02:27:27] "GET /route-target/0baf07ab-803e-48bd-9162-5cb66bf4b952 HTTP/1.1" 200 1213 0.002792 10.0.0.242 - - [2025-06-02 02:27:27] "GET /virtual-network/301b651a-f7aa-4ff4-a241-53790ebbf2ae HTTP/1.1" 200 2316 0.005064 10.0.0.242 - - [2025-06-02 02:27:27] "GET /routing-instance/cf473b1c-c984-48cc-b46f-a6cceabf3a5f HTTP/1.1" 200 1497 0.003111 10.0.0.242 - - [2025-06-02 02:27:27] "GET /virtual-network/301b651a-f7aa-4ff4-a241-53790ebbf2ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004713 10.0.0.242 - - [2025-06-02 02:27:27] "GET /virtual-network/301b651a-f7aa-4ff4-a241-53790ebbf2ae HTTP/1.1" 200 2316 0.004672 10.0.0.242 - - [2025-06-02 02:27:27] "GET /routing-instance/cf473b1c-c984-48cc-b46f-a6cceabf3a5f HTTP/1.1" 200 1497 0.003294 10.0.0.242 - - [2025-06-02 02:27:27] "GET /routing-instance/cf473b1c-c984-48cc-b46f-a6cceabf3a5f HTTP/1.1" 200 1497 0.005394 10.0.0.242 - - [2025-06-02 02:27:27] "GET /route-target/0baf07ab-803e-48bd-9162-5cb66bf4b952 HTTP/1.1" 200 1213 0.002772 10.0.0.242 - - [2025-06-02 02:27:27] "GET /domains HTTP/1.1" 200 281 0.002284 10.0.0.242 - - [2025-06-02 02:27:27] "GET /domains?obj_uuids=c1398e6d-186b-472e-80bf-1735e2faf972&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001021 10.0.0.242 - - [2025-06-02 02:27:27] "GET /domain/c1398e6d-186b-472e-80bf-1735e2faf972 HTTP/1.1" 200 3155 0.007026 10.0.0.242 - - [2025-06-02 02:27:27] "GET /projects?obj_uuids=74ae5a36-ba12-4df7-a385-ec65b038807a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000959 10.0.0.242 - - [2025-06-02 02:27:27] "GET /project/74ae5a36-ba12-4df7-a385-ec65b038807a HTTP/1.1" 200 2315 0.078379 10.0.0.242 - - [2025-06-02 02:27:27] "GET /virtual-network/301b651a-f7aa-4ff4-a241-53790ebbf2ae HTTP/1.1" 200 2316 0.006918 10.0.0.242 - - [2025-06-02 02:27:27] "GET /obj-perms HTTP/1.1" 200 5045 0.003084 10.0.0.242 - - [2025-06-02 02:27:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.242 - - [2025-06-02 02:27:27] "GET /projects?obj_uuids=74ae5a36-ba12-4df7-a385-ec65b038807a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001479 10.0.0.242 - - [2025-06-02 02:27:27] "GET /project/74ae5a36-ba12-4df7-a385-ec65b038807a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.032969 10.0.0.242 - - [2025-06-02 02:27:27] "POST /neutron/network HTTP/1.1" 200 117 0.011222 10.0.0.242 - - [2025-06-02 02:27:27] "GET /projects?obj_uuids=74ae5a36-ba12-4df7-a385-ec65b038807a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001072 10.0.0.242 - - [2025-06-02 02:27:28] "POST /neutron/network HTTP/1.1" 200 615 0.092909 10.0.0.242 - - [2025-06-02 02:27:28] "POST /ref-update HTTP/1.1" 200 156 0.008641 10.0.0.242 - - [2025-06-02 02:27:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003156 10.0.0.242 - - [2025-06-02 02:27:28] "POST /neutron/subnet HTTP/1.1" 200 729 0.192494 10.0.0.242 - - [2025-06-02 02:27:28] "POST /neutron/network HTTP/1.1" 200 835 0.005891 10.0.0.242 - - [2025-06-02 02:27:28] "POST /id-to-fqname HTTP/1.1" 200 224 0.001289 10.0.0.242 - - [2025-06-02 02:27:28] "GET /virtual-network/761f6113-823f-4f4e-8d11-5dfd01ae8206?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006112 10.0.0.242 - - [2025-06-02 02:27:28] "POST /neutron/network HTTP/1.1" 200 835 0.005423 10.0.0.242 - - [2025-06-02 02:27:28] "GET /virtual-network/761f6113-823f-4f4e-8d11-5dfd01ae8206?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004594 10.0.0.242 - - [2025-06-02 02:27:28] "POST /neutron/network HTTP/1.1" 200 835 0.005564 10.0.0.242 - - [2025-06-02 02:27:28] "POST /neutron/subnet HTTP/1.1" 200 729 0.006983 10.0.0.242 - - [2025-06-02 02:27:28] "GET /domains HTTP/1.1" 200 281 0.005980 10.0.0.242 - - [2025-06-02 02:27:28] "GET /domains?obj_uuids=c1398e6d-186b-472e-80bf-1735e2faf972&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001043 10.0.0.242 - - [2025-06-02 02:27:28] "GET /domain/c1398e6d-186b-472e-80bf-1735e2faf972 HTTP/1.1" 200 3155 0.007257 10.0.0.242 - - [2025-06-02 02:27:28] "GET /projects?obj_uuids=74ae5a36-ba12-4df7-a385-ec65b038807a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000978 10.0.0.242 - - [2025-06-02 02:27:28] "GET /project/74ae5a36-ba12-4df7-a385-ec65b038807a HTTP/1.1" 200 2535 0.070689 10.0.0.242 - - [2025-06-02 02:27:28] "GET /virtual-network/761f6113-823f-4f4e-8d11-5dfd01ae8206 HTTP/1.1" 200 2331 0.006247 10.0.0.242 - - [2025-06-02 02:27:28] "GET /virtual-network/761f6113-823f-4f4e-8d11-5dfd01ae8206 HTTP/1.1" 200 2331 0.004952 10.0.0.242 - - [2025-06-02 02:27:28] "GET /routing-instance/6a4be840-fa8d-4f51-9366-deb55b6443b7 HTTP/1.1" 200 1500 0.003188 10.0.0.242 - - [2025-06-02 02:27:28] "GET /routing-instance/6a4be840-fa8d-4f51-9366-deb55b6443b7 HTTP/1.1" 200 1500 0.002874 10.0.0.242 - - [2025-06-02 02:27:28] "GET /route-target/f4e25511-513f-4726-acc4-3f479bf1dda8 HTTP/1.1" 200 1217 0.003118 10.0.0.242 - - [2025-06-02 02:27:28] "GET /virtual-network/761f6113-823f-4f4e-8d11-5dfd01ae8206 HTTP/1.1" 200 2331 0.004638 10.0.0.242 - - [2025-06-02 02:27:28] "GET /routing-instance/6a4be840-fa8d-4f51-9366-deb55b6443b7 HTTP/1.1" 200 1500 0.004302 10.0.0.242 - - [2025-06-02 02:27:28] "GET /virtual-network/761f6113-823f-4f4e-8d11-5dfd01ae8206?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.007540 10.0.0.242 - - [2025-06-02 02:27:28] "GET /virtual-network/761f6113-823f-4f4e-8d11-5dfd01ae8206 HTTP/1.1" 200 2331 0.007138 10.0.0.242 - - [2025-06-02 02:27:28] "GET /routing-instance/6a4be840-fa8d-4f51-9366-deb55b6443b7 HTTP/1.1" 200 1500 0.005805 10.0.0.242 - - [2025-06-02 02:27:28] "GET /routing-instance/6a4be840-fa8d-4f51-9366-deb55b6443b7 HTTP/1.1" 200 1500 0.003023 10.0.0.242 - - [2025-06-02 02:27:28] "GET /route-target/f4e25511-513f-4726-acc4-3f479bf1dda8 HTTP/1.1" 200 1217 0.003078 10.0.0.242 - - [2025-06-02 02:27:28] "GET /domains HTTP/1.1" 200 281 0.002358 10.0.0.242 - - [2025-06-02 02:27:28] "GET /domains?obj_uuids=c1398e6d-186b-472e-80bf-1735e2faf972&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000962 10.0.0.242 - - [2025-06-02 02:27:28] "GET /domain/c1398e6d-186b-472e-80bf-1735e2faf972 HTTP/1.1" 200 3155 0.006391 10.0.0.242 - - [2025-06-02 02:27:28] "GET /projects?obj_uuids=74ae5a36-ba12-4df7-a385-ec65b038807a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001118 10.0.0.242 - - [2025-06-02 02:27:28] "GET /project/74ae5a36-ba12-4df7-a385-ec65b038807a HTTP/1.1" 200 2535 0.072230 10.0.0.242 - - [2025-06-02 02:27:28] "GET /virtual-network/761f6113-823f-4f4e-8d11-5dfd01ae8206 HTTP/1.1" 200 2331 0.004864 10.0.0.242 - - [2025-06-02 02:27:28] "GET /obj-perms HTTP/1.1" 200 5045 0.002801 10.0.0.242 - - [2025-06-02 02:27:28] "POST /id-to-fqname HTTP/1.1" 200 223 0.001199 10.0.0.242 - - [2025-06-02 02:27:28] "POST /neutron/network HTTP/1.1" 200 840 0.005996 10.0.0.242 - - [2025-06-02 02:27:28] "GET /aaa-mode HTTP/1.1" 401 293 0.000406 10.0.0.242 - - [2025-06-02 02:27:29] "GET / HTTP/1.1" 200 36215 0.001645 10.0.0.242 - - [2025-06-02 02:27:29] "GET /project/74ae5a36-ba12-4df7-a385-ec65b038807a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000414 10.0.0.242 - - [2025-06-02 02:27:29] "GET /projects?obj_uuids=74ae5a36-ba12-4df7-a385-ec65b038807a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001144 10.0.0.242 - - [2025-06-02 02:27:29] "GET /project/74ae5a36-ba12-4df7-a385-ec65b038807a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.065981 10.0.0.242 - - [2025-06-02 02:27:29] "POST /neutron/network HTTP/1.1" 200 830 0.008261 10.0.0.242 - - [2025-06-02 02:27:29] "POST /neutron/port HTTP/1.1" 200 117 0.005239 10.0.0.242 - - [2025-06-02 02:27:29] "POST /neutron/port HTTP/1.1" 200 117 0.005397 10.0.0.242 - - [2025-06-02 02:27:29] "POST /id-to-fqname HTTP/1.1" 200 224 0.001410 10.0.0.242 - - [2025-06-02 02:27:30] "POST /neutron/port HTTP/1.1" 200 117 0.004846 10.0.0.242 - - [2025-06-02 02:27:30] "POST /neutron/network HTTP/1.1" 200 845 0.008217 10.0.0.242 - - [2025-06-02 02:27:30] "GET /aaa-mode HTTP/1.1" 401 293 0.000426 10.0.0.242 - - [2025-06-02 02:27:30] "POST /neutron/network HTTP/1.1" 200 840 0.005517 10.0.0.242 - - [2025-06-02 02:27:30] "GET /projects?obj_uuids=74ae5a36-ba12-4df7-a385-ec65b038807a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001141 10.0.0.242 - - [2025-06-02 02:27:30] "GET / HTTP/1.1" 200 36215 0.001423 10.0.0.242 - - [2025-06-02 02:27:30] "GET /project/74ae5a36-ba12-4df7-a385-ec65b038807a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000406 10.0.0.242 - - [2025-06-02 02:27:30] "POST /neutron/port HTTP/1.1" 200 1056 0.201920 10.0.0.242 - - [2025-06-02 02:27:30] "POST /neutron/port HTTP/1.1" 200 1056 0.010915 10.0.0.242 - - [2025-06-02 02:27:30] "POST /neutron/port HTTP/1.1" 200 1056 0.012658 10.0.0.242 - - [2025-06-02 02:27:30] "POST /neutron/port HTTP/1.1" 200 1110 0.058284 10.0.0.242 - - [2025-06-02 02:27:30] "POST /neutron/port HTTP/1.1" 200 1084 0.017323 10.0.0.242 - - [2025-06-02 02:27:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002627 10.0.0.242 - - [2025-06-02 02:27:30] "POST /neutron/subnet HTTP/1.1" 200 689 0.009124 10.0.0.242 - - [2025-06-02 02:27:30] "POST /neutron/port HTTP/1.1" 200 117 0.001050 10.0.0.242 - - [2025-06-02 02:27:30] "POST /neutron/network HTTP/1.1" 200 830 0.004998 10.0.0.242 - - [2025-06-02 02:27:30] "GET /projects?obj_uuids=74ae5a36-ba12-4df7-a385-ec65b038807a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001761 10.0.0.242 - - [2025-06-02 02:27:30] "GET /project/74ae5a36-ba12-4df7-a385-ec65b038807a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.050287 10.0.0.242 - - [2025-06-02 02:27:30] "POST /neutron/network HTTP/1.1" 200 835 0.005282 10.0.0.242 - - [2025-06-02 02:27:31] "POST /neutron/port HTTP/1.1" 200 1084 0.035960 10.0.0.242 - - [2025-06-02 02:27:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006062 10.0.0.242 - - [2025-06-02 02:27:31] "POST /neutron/port HTTP/1.1" 200 117 0.005559 10.0.0.242 - - [2025-06-02 02:27:31] "POST /fqname-to-id HTTP/1.1" 404 193 0.002566 10.0.0.242 - - [2025-06-02 02:27:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003927 10.0.0.242 - - [2025-06-02 02:27:31] "GET /domains?obj_uuids=c1398e6d-186b-472e-80bf-1735e2faf972&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001145 10.0.0.242 - - [2025-06-02 02:27:31] "GET /domain/c1398e6d-186b-472e-80bf-1735e2faf972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007777 10.0.0.242 - - [2025-06-02 02:27:31] "POST /service-templates HTTP/1.1" 200 545 0.030323 10.0.0.242 - - [2025-06-02 02:27:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.242 - - [2025-06-02 02:27:31] "GET /service-template/04d4aa5b-2da9-4215-8a90-33edc03db7c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.004893 10.0.0.242 - - [2025-06-02 02:27:31] "POST /neutron/network HTTP/1.1" 200 845 0.005967 10.0.0.242 - - [2025-06-02 02:27:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002305 10.0.0.242 - - [2025-06-02 02:27:31] "GET /projects?obj_uuids=74ae5a36-ba12-4df7-a385-ec65b038807a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001092 10.0.0.242 - - [2025-06-02 02:27:31] "GET /service-template/04d4aa5b-2da9-4215-8a90-33edc03db7c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.005083 10.0.0.242 - - [2025-06-02 02:27:31] "POST /id-to-fqname HTTP/1.1" 200 223 0.001953 10.0.0.242 - - [2025-06-02 02:27:31] "POST /id-to-fqname HTTP/1.1" 200 223 0.001815 10.0.0.242 - - [2025-06-02 02:27:31] "POST /id-to-fqname HTTP/1.1" 200 224 0.001390 10.0.0.242 - - [2025-06-02 02:27:31] "POST /neutron/port HTTP/1.1" 200 1059 0.242056 10.0.0.242 - - [2025-06-02 02:27:31] "POST /neutron/port HTTP/1.1" 200 1059 0.009716 10.0.0.242 - - [2025-06-02 02:27:31] "POST /neutron/port HTTP/1.1" 200 1059 0.008295 10.0.0.242 - - [2025-06-02 02:27:31] "POST /neutron/port HTTP/1.1" 200 1113 0.080977 10.0.0.242 - - [2025-06-02 02:27:31] "POST /neutron/port HTTP/1.1" 200 2055 0.040944 10.0.0.242 - - [2025-06-02 02:27:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009997 10.0.0.242 - - [2025-06-02 02:27:31] "POST /neutron/port HTTP/1.1" 200 1087 0.022962 10.0.0.242 - - [2025-06-02 02:27:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003252 10.0.0.242 - - [2025-06-02 02:27:31] "POST /neutron/subnet HTTP/1.1" 200 703 0.009991 10.0.0.242 - - [2025-06-02 02:27:31] "POST /neutron/port HTTP/1.1" 200 117 0.001101 10.0.0.242 - - [2025-06-02 02:27:32] "POST /neutron/network HTTP/1.1" 200 835 0.006534 10.0.0.242 - - [2025-06-02 02:27:32] "POST /neutron/network HTTP/1.1" 200 2223 0.014121 10.0.0.242 - - [2025-06-02 02:27:32] "GET /aaa-mode HTTP/1.1" 401 293 0.000417 10.0.0.242 - - [2025-06-02 02:27:32] "DELETE /project/5eb067fb49b54b3fa99c782b86c8e53a HTTP/1.1" 404 173 0.028679 10.0.0.242 - - [2025-06-02 02:27:32] "DELETE /project/74ae5a36ba124df7a385ec65b038807a HTTP/1.1" 404 173 0.027265 10.0.0.242 - - [2025-06-02 02:27:32] "DELETE /project/44907a34d2bb4822aa3378682e8d7478 HTTP/1.1" 404 173 0.025312 10.0.0.242 - - [2025-06-02 02:27:32] "GET /projects?obj_uuids=44907a34-d2bb-4822-aa33-78682e8d7478&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001402 10.0.0.242 - - [2025-06-02 02:27:32] "GET /projects?obj_uuids=5eb067fb-49b5-4b3f-a99c-782b86c8e53a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001253 10.0.0.242 - - [2025-06-02 02:27:32] "GET /projects?obj_uuids=e642f087-f0d8-42be-86be-00f044a667a5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001298 10.0.0.242 - - [2025-06-02 02:27:32] "GET /project/e642f087-f0d8-42be-86be-00f044a667a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1490 0.070907 10.0.0.242 - - [2025-06-02 02:27:32] "GET /project/5eb067fb-49b5-4b3f-a99c-782b86c8e53a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.084137 10.0.0.242 - - [2025-06-02 02:27:32] "GET /project/44907a34-d2bb-4822-aa33-78682e8d7478?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1510 0.089249 10.0.0.242 - - [2025-06-02 02:27:32] "GET /projects?obj_uuids=44907a34-d2bb-4822-aa33-78682e8d7478&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001031 10.0.0.242 - - [2025-06-02 02:27:32] "GET /projects?obj_uuids=5eb067fb-49b5-4b3f-a99c-782b86c8e53a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001203 10.0.0.242 - - [2025-06-02 02:27:32] "GET /projects?obj_uuids=e642f087-f0d8-42be-86be-00f044a667a5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000910 10.0.0.242 - - [2025-06-02 02:27:32] "GET /project/e642f087-f0d8-42be-86be-00f044a667a5?fields=security_groups HTTP/1.1" 200 1382 0.071997 10.0.0.242 - - [2025-06-02 02:27:32] "GET /project/5eb067fb-49b5-4b3f-a99c-782b86c8e53a?fields=security_groups HTTP/1.1" 200 1379 0.086827 10.0.0.242 - - [2025-06-02 02:27:32] "GET /project/44907a34-d2bb-4822-aa33-78682e8d7478?fields=security_groups HTTP/1.1" 200 1397 0.092627 10.0.0.242 - - [2025-06-02 02:27:32] "GET / HTTP/1.1" 200 36215 0.001670 10.0.0.242 - - [2025-06-02 02:27:32] "GET /project/74ae5a36-ba12-4df7-a385-ec65b038807a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000406 10.0.0.242 - - [2025-06-02 02:27:33] "DELETE /access-control-list/e0a2b602-d4b5-4e0a-b14e-d155308c2282 HTTP/1.1" 200 115 0.041502 10.0.0.242 - - [2025-06-02 02:27:33] "DELETE /security-group/6ee4ae81-ad58-410b-bd7a-6110257b592e HTTP/1.1" 200 115 0.171754 10.0.0.242 - - [2025-06-02 02:27:33] "GET /projects?obj_uuids=e642f087-f0d8-42be-86be-00f044a667a5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002405 10.0.0.242 - - [2025-06-02 02:27:33] "DELETE /security-group/dc2f9b2c-1a62-4e85-9ff9-e502301b7c40 HTTP/1.1" 200 115 0.167383 10.0.0.242 - - [2025-06-02 02:27:33] "DELETE /security-group/c8e43c8a-921c-46f1-b38e-1dd35465b881 HTTP/1.1" 200 115 0.173545 10.0.0.242 - - [2025-06-02 02:27:33] "GET /project/e642f087-f0d8-42be-86be-00f044a667a5?fields=application_policy_sets HTTP/1.1" 200 1421 0.083282 10.0.0.242 - - [2025-06-02 02:27:33] "GET /projects?obj_uuids=5eb067fb-49b5-4b3f-a99c-782b86c8e53a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001236 10.0.0.242 - - [2025-06-02 02:27:33] "GET /projects?obj_uuids=44907a34-d2bb-4822-aa33-78682e8d7478&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.007267 10.0.0.242 - - [2025-06-02 02:27:33] "DELETE /access-control-list/0e9ce2c2-abb7-4b90-8269-931a1253b289 HTTP/1.1" 200 115 0.134625 10.0.0.242 - - [2025-06-02 02:27:33] "GET /project/5eb067fb-49b5-4b3f-a99c-782b86c8e53a?fields=application_policy_sets HTTP/1.1" 200 1418 0.098915 10.0.0.242 - - [2025-06-02 02:27:33] "GET /project/44907a34-d2bb-4822-aa33-78682e8d7478?fields=application_policy_sets HTTP/1.1" 200 1436 0.079299 10.0.0.242 - - [2025-06-02 02:27:33] "DELETE /access-control-list/5a697688-dab4-456b-88b3-b7d5b04dceac HTTP/1.1" 200 115 0.054670 10.0.0.242 - - [2025-06-02 02:27:33] "DELETE /access-control-list/19406f9e-ec90-407c-8912-419166090fef HTTP/1.1" 200 115 0.064748 10.0.0.242 - - [2025-06-02 02:27:33] "DELETE /project/e642f087-f0d8-42be-86be-00f044a667a5 HTTP/1.1" 200 115 0.744381 10.0.0.242 - - [2025-06-02 02:27:33] "DELETE /access-control-list/1a6eb958-6067-4d01-bc2c-8ba5a8ee41e5 HTTP/1.1" 200 115 0.083997 10.0.0.242 - - [2025-06-02 02:27:33] "DELETE /project/5eb067fb-49b5-4b3f-a99c-782b86c8e53a HTTP/1.1" 200 115 0.787906 10.0.0.242 - - [2025-06-02 02:27:33] "DELETE /project/44907a34-d2bb-4822-aa33-78682e8d7478 HTTP/1.1" 200 115 0.793187 10.0.0.242 - - [2025-06-02 02:27:33] "DELETE /access-control-list/f7f123ae-dafc-4043-b570-fe0cbebf3815 HTTP/1.1" 200 115 0.030687 10.0.0.242 - - [2025-06-02 02:27:33] "GET /projects?obj_uuids=74ae5a36-ba12-4df7-a385-ec65b038807a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001121 10.0.0.242 - - [2025-06-02 02:27:33] "GET /project/74ae5a36-ba12-4df7-a385-ec65b038807a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.053040 10.0.0.242 - - [2025-06-02 02:27:33] "POST /neutron/network HTTP/1.1" 200 833 0.008311 10.0.0.242 - - [2025-06-02 02:27:33] "POST /neutron/network HTTP/1.1" 200 830 0.006691 10.0.0.242 - - [2025-06-02 02:27:33] "POST /neutron/network HTTP/1.1" 200 835 0.005036 10.0.0.242 - - [2025-06-02 02:27:33] "POST /neutron/port HTTP/1.1" 200 2055 0.019086 10.0.0.242 - - [2025-06-02 02:27:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006183 10.0.0.242 - - [2025-06-02 02:27:33] "POST /neutron/port HTTP/1.1" 200 117 0.005262 10.0.0.242 - - [2025-06-02 02:27:33] "POST /neutron/port HTTP/1.1" 200 117 0.005174 10.0.0.242 - - [2025-06-02 02:27:34] "POST /neutron/network HTTP/1.1" 200 2223 0.015740 10.0.0.242 - - [2025-06-02 02:27:34] "GET /projects?obj_uuids=74ae5a36-ba12-4df7-a385-ec65b038807a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001510 10.0.0.242 - - [2025-06-02 02:27:34] "POST /neutron/port HTTP/1.1" 200 1059 0.269686 10.0.0.242 - - [2025-06-02 02:27:34] "GET /projects?obj_uuids=74ae5a36-ba12-4df7-a385-ec65b038807a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001258 10.0.0.242 - - [2025-06-02 02:27:34] "POST /neutron/port HTTP/1.1" 200 1056 0.189794 10.0.0.242 - - [2025-06-02 02:27:34] "GET /projects?obj_uuids=74ae5a36-ba12-4df7-a385-ec65b038807a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001087 10.0.0.242 - - [2025-06-02 02:27:34] "POST /neutron/port HTTP/1.1" 200 1059 0.271211 10.0.0.242 - - [2025-06-02 02:27:34] "POST /neutron/port HTTP/1.1" 200 1059 0.010034 10.0.0.242 - - [2025-06-02 02:27:34] "POST /neutron/port HTTP/1.1" 200 1059 0.011099 10.0.0.242 - - [2025-06-02 02:27:35] "POST /neutron/port HTTP/1.1" 200 1113 0.073231 10.0.0.242 - - [2025-06-02 02:27:35] "POST /neutron/port HTTP/1.1" 200 1056 0.009411 10.0.0.242 - - [2025-06-02 02:27:35] "POST /neutron/port HTTP/1.1" 200 1056 0.008621 10.0.0.242 - - [2025-06-02 02:27:35] "POST /neutron/port HTTP/1.1" 200 1110 0.055193 10.0.0.242 - - [2025-06-02 02:27:35] "POST /neutron/port HTTP/1.1" 200 1059 0.008932 10.0.0.242 - - [2025-06-02 02:27:35] "POST /neutron/port HTTP/1.1" 200 1059 0.012687 10.0.0.242 - - [2025-06-02 02:27:35] "POST /neutron/port HTTP/1.1" 200 1113 0.094944 10.0.0.242 - - [2025-06-02 02:27:35] "POST /neutron/port HTTP/1.1" 200 3025 0.018447 10.0.0.242 - - [2025-06-02 02:27:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003168 10.0.0.242 - - [2025-06-02 02:27:35] "POST /neutron/subnet HTTP/1.1" 200 703 0.010269 10.0.0.242 - - [2025-06-02 02:27:35] "POST /neutron/port HTTP/1.1" 200 117 0.001127 10.0.0.242 - - [2025-06-02 02:27:35] "POST /neutron/network HTTP/1.1" 200 833 0.005416 10.0.0.242 - - [2025-06-02 02:27:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003453 10.0.0.242 - - [2025-06-02 02:27:35] "POST /neutron/subnet HTTP/1.1" 200 689 0.010818 10.0.0.242 - - [2025-06-02 02:27:35] "POST /neutron/port HTTP/1.1" 200 117 0.001178 10.0.0.242 - - [2025-06-02 02:27:35] "POST /neutron/network HTTP/1.1" 200 830 0.006496 10.0.0.242 - - [2025-06-02 02:27:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002737 10.0.0.242 - - [2025-06-02 02:27:35] "POST /neutron/subnet HTTP/1.1" 200 703 0.011408 10.0.0.242 - - [2025-06-02 02:27:35] "POST /neutron/port HTTP/1.1" 200 117 0.001114 10.0.0.242 - - [2025-06-02 02:27:35] "POST /neutron/network HTTP/1.1" 200 835 0.007314 10.0.0.242 - - [2025-06-02 02:27:38] "POST /neutron/port HTTP/1.1" 200 3025 0.020402 10.0.0.242 - - [2025-06-02 02:27:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006328 10.0.0.242 - - [2025-06-02 02:27:38] "POST /neutron/port HTTP/1.1" 200 3025 0.018347 10.0.0.242 - - [2025-06-02 02:27:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006171 10.0.0.242 - - [2025-06-02 02:27:39] "POST /neutron/port HTTP/1.1" 200 3025 0.019027 10.0.0.242 - - [2025-06-02 02:27:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005756 10.0.0.242 - - [2025-06-02 02:27:39] "POST /neutron/port HTTP/1.1" 200 3025 0.019434 10.0.0.242 - - [2025-06-02 02:27:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006391 10.0.0.242 - - [2025-06-02 02:27:39] "POST /neutron/port HTTP/1.1" 200 3025 0.018827 10.0.0.242 - - [2025-06-02 02:27:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005919 10.0.0.242 - - [2025-06-02 02:27:39] "GET /virtual-machine/5710b952-4297-4773-b23c-d082090279e5 HTTP/1.1" 200 1806 0.004138 10.0.0.242 - - [2025-06-02 02:27:39] "GET /virtual-machine-interface/23ffe92c-b033-40c0-86a2-57bd124d0847 HTTP/1.1" 200 2952 0.004683 10.0.0.242 - - [2025-06-02 02:27:39] "GET /virtual-machine-interface/6e5bbc14-1e52-4db6-8078-b7620cfa7a64 HTTP/1.1" 200 2952 0.004876 10.0.0.242 - - [2025-06-02 02:27:39] "GET /virtual-machine-interface/ef3b2828-647d-40a9-b114-244684f63a46 HTTP/1.1" 200 2957 0.006444 10.0.0.242 - - [2025-06-02 02:27:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.242 - - [2025-06-02 02:27:39] "GET /global-vrouter-config/132714b1-fcbe-47d4-8106-4ed4f21abed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1562 0.003610 10.0.0.242 - - [2025-06-02 02:27:39] "GET /virtual-networks?parent_id=74ae5a36-ba12-4df7-a385-ec65b038807a&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003392 10.0.0.242 - - [2025-06-02 02:27:39] "GET /virtual-network/cdf84653-b7c8-4184-9ab8-3b429c41365c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007089 10.0.0.242 - - [2025-06-02 02:27:39] "POST /neutron/port HTTP/1.1" 200 1084 0.015631 10.0.0.242 - - [2025-06-02 02:27:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005453 10.0.0.242 - - [2025-06-02 02:27:40] "GET /obj-perms HTTP/1.1" 200 5075 0.047625 10.0.0.242 - - [2025-06-02 02:27:41] "GET /obj-perms HTTP/1.1" 200 5075 0.042103 10.0.0.242 - - [2025-06-02 02:27:41] "POST /neutron/port HTTP/1.1" 200 1087 0.015074 10.0.0.242 - - [2025-06-02 02:27:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005008 10.0.0.242 - - [2025-06-02 02:27:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.242 - - [2025-06-02 02:27:42] "GET /virtual-network/cdf84653-b7c8-4184-9ab8-3b429c41365c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005012 10.0.0.242 - - [2025-06-02 02:27:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002933 10.0.0.242 - - [2025-06-02 02:27:46] "GET /virtual-network/cdf84653-b7c8-4184-9ab8-3b429c41365c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004879 10.0.0.242 - - [2025-06-02 02:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.242 - - [2025-06-02 02:27:50] "GET /virtual-network/cdf84653-b7c8-4184-9ab8-3b429c41365c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005080 10.0.0.242 - - [2025-06-02 02:27:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.242 - - [2025-06-02 02:27:55] "GET /virtual-network/cdf84653-b7c8-4184-9ab8-3b429c41365c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005749 10.0.0.242 - - [2025-06-02 02:27:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.242 - - [2025-06-02 02:27:57] "GET /global-vrouter-config/132714b1-fcbe-47d4-8106-4ed4f21abed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1562 0.002931 10.0.0.242 - - [2025-06-02 02:27:57] "GET /virtual-networks?parent_id=74ae5a36-ba12-4df7-a385-ec65b038807a&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003049 10.0.0.242 - - [2025-06-02 02:27:57] "GET /virtual-network/cdf84653-b7c8-4184-9ab8-3b429c41365c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005747 10.0.0.242 - - [2025-06-02 02:27:57] "POST /neutron/port HTTP/1.1" 200 3025 0.017956 10.0.0.242 - - [2025-06-02 02:27:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006076 10.0.0.242 - - [2025-06-02 02:27:59] "POST /neutron/port HTTP/1.1" 200 1084 0.014869 10.0.0.242 - - [2025-06-02 02:27:59] "POST /neutron/port HTTP/1.1" 200 1084 0.014587 10.0.0.242 - - [2025-06-02 02:27:59] "POST /neutron/network HTTP/1.1" 200 840 0.006252 10.0.0.242 - - [2025-06-02 02:27:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003909 10.0.0.242 - - [2025-06-02 02:27:59] "POST /neutron/subnet HTTP/1.1" 200 689 0.014121 10.0.0.242 - - [2025-06-02 02:27:59] "POST /neutron/port HTTP/1.1" 200 117 0.001382 10.0.0.242 - - [2025-06-02 02:28:00] "POST /neutron/network HTTP/1.1" 200 830 0.006792 10.0.0.242 - - [2025-06-02 02:28:02] "POST /neutron/port HTTP/1.1" 200 3025 0.017817 10.0.0.242 - - [2025-06-02 02:28:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005508 10.0.0.242 - - [2025-06-02 02:28:05] "POST /neutron/port HTTP/1.1" 200 3025 0.025825 10.0.0.242 - - [2025-06-02 02:28:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005640 10.0.0.242 - - [2025-06-02 02:28:07] "POST /neutron/port HTTP/1.1" 200 3025 0.020479 10.0.0.242 - - [2025-06-02 02:28:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006477 10.0.0.242 - - [2025-06-02 02:28:12] "POST /neutron/port HTTP/1.1" 200 3025 0.018935 10.0.0.242 - - [2025-06-02 02:28:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005518 10.0.0.242 - - [2025-06-02 02:28:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.242 - - [2025-06-02 02:28:18] "GET /global-vrouter-config/132714b1-fcbe-47d4-8106-4ed4f21abed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1562 0.003342 10.0.0.242 - - [2025-06-02 02:28:18] "GET /virtual-networks?parent_id=74ae5a36-ba12-4df7-a385-ec65b038807a&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003027 10.0.0.242 - - [2025-06-02 02:28:18] "GET /virtual-network/301b651a-f7aa-4ff4-a241-53790ebbf2ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005532 10.0.0.242 - - [2025-06-02 02:28:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.242 - - [2025-06-02 02:28:18] "GET /global-vrouter-config/132714b1-fcbe-47d4-8106-4ed4f21abed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1562 0.004512 10.0.0.242 - - [2025-06-02 02:28:18] "GET /virtual-networks?parent_id=74ae5a36-ba12-4df7-a385-ec65b038807a&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003280 10.0.0.242 - - [2025-06-02 02:28:18] "GET /virtual-network/761f6113-823f-4f4e-8d11-5dfd01ae8206?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006817 10.0.0.242 - - [2025-06-02 02:28:18] "POST /fqname-to-id HTTP/1.1" 404 207 0.002828 10.0.0.242 - - [2025-06-02 02:28:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002264 10.0.0.242 - - [2025-06-02 02:28:18] "GET /projects?obj_uuids=74ae5a36-ba12-4df7-a385-ec65b038807a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001110 10.0.0.242 - - [2025-06-02 02:28:18] "GET /project/74ae5a36-ba12-4df7-a385-ec65b038807a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.028368 10.0.0.242 - - [2025-06-02 02:28:18] "POST /service-instances HTTP/1.1" 200 545 0.060005 10.0.0.242 - - [2025-06-02 02:28:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.242 - - [2025-06-02 02:28:18] "GET /service-instance/3e1af112-cbd6-47e2-a41b-d48c8891a77b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2138 0.006411 10.0.0.242 - - [2025-06-02 02:28:18] "POST /port-tuples HTTP/1.1" 200 588 0.023244 10.0.0.242 - - [2025-06-02 02:28:19] "GET /virtual-machine-interface/6e5bbc14-1e52-4db6-8078-b7620cfa7a64?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2730 0.005539 10.0.0.242 - - [2025-06-02 02:28:19] "PUT /virtual-machine-interface/6e5bbc14-1e52-4db6-8078-b7620cfa7a64 HTTP/1.1" 200 285 0.010127 10.0.0.242 - - [2025-06-02 02:28:19] "POST /ref-update HTTP/1.1" 200 156 0.009874 10.0.0.242 - - [2025-06-02 02:28:19] "POST /instance-ips HTTP/1.1" 200 386 0.021622 10.0.0.242 - - [2025-06-02 02:28:19] "POST /ref-update HTTP/1.1" 200 156 0.008961 10.0.0.242 - - [2025-06-02 02:28:19] "GET /virtual-machine-interface/23ffe92c-b033-40c0-86a2-57bd124d0847?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2730 0.004814 10.0.0.242 - - [2025-06-02 02:28:19] "POST /ref-update HTTP/1.1" 200 156 0.011253 10.0.0.242 - - [2025-06-02 02:28:19] "PUT /virtual-machine-interface/23ffe92c-b033-40c0-86a2-57bd124d0847 HTTP/1.1" 200 285 0.014709 10.0.0.242 - - [2025-06-02 02:28:19] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002827 10.0.0.242 - - [2025-06-02 02:28:19] "POST /ref-update HTTP/1.1" 200 156 0.008406 10.0.0.242 - - [2025-06-02 02:28:19] "GET /virtual-machine-interface/ef3b2828-647d-40a9-b114-244684f63a46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2735 0.005297 10.0.0.242 - - [2025-06-02 02:28:19] "POST /instance-ips HTTP/1.1" 200 386 0.027983 10.0.0.242 - - [2025-06-02 02:28:19] "PUT /virtual-machine-interface/ef3b2828-647d-40a9-b114-244684f63a46 HTTP/1.1" 200 285 0.009473 10.0.0.242 - - [2025-06-02 02:28:19] "POST /ref-update HTTP/1.1" 200 156 0.008112 10.0.0.242 - - [2025-06-02 02:28:19] "POST /ref-update HTTP/1.1" 200 156 0.009330 10.0.0.242 - - [2025-06-02 02:28:19] "POST /ref-update HTTP/1.1" 200 156 0.007912 10.0.0.242 - - [2025-06-02 02:28:19] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.005706 10.0.0.242 - - [2025-06-02 02:28:19] "POST /neutron/port HTTP/1.1" 200 1084 0.014309 10.0.0.242 - - [2025-06-02 02:28:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007118 10.0.0.242 - - [2025-06-02 02:28:19] "POST /instance-ips HTTP/1.1" 200 374 0.014390 10.0.0.242 - - [2025-06-02 02:28:19] "POST /neutron/port HTTP/1.1" 200 1084 0.019362 10.0.0.242 - - [2025-06-02 02:28:19] "POST /ref-update HTTP/1.1" 200 156 0.009645 10.0.0.242 - - [2025-06-02 02:28:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007820 10.0.0.242 - - [2025-06-02 02:28:19] "POST /ref-update HTTP/1.1" 200 156 0.009007 10.0.0.242 - - [2025-06-02 02:28:19] "POST /neutron/port HTTP/1.1" 200 1084 0.016796 10.0.0.242 - - [2025-06-02 02:28:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006438 10.0.0.242 - - [2025-06-02 02:28:19] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002478 10.0.0.242 - - [2025-06-02 02:28:19] "GET /virtual-machine/4782a3d3-4074-4b9f-88b0-5812a15f4209 HTTP/1.1" 200 1291 0.004614 10.0.0.242 - - [2025-06-02 02:28:19] "GET /virtual-machine-interface/b1387d73-01a0-4f34-b61c-dd169a60a4a0 HTTP/1.1" 200 2954 0.005045 10.0.0.242 - - [2025-06-02 02:28:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004313 10.0.0.242 - - [2025-06-02 02:28:19] "GET /global-vrouter-config/132714b1-fcbe-47d4-8106-4ed4f21abed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1562 0.003116 10.0.0.242 - - [2025-06-02 02:28:19] "POST /instance-ips HTTP/1.1" 200 374 0.017619 10.0.0.242 - - [2025-06-02 02:28:19] "GET /virtual-networks?parent_id=74ae5a36-ba12-4df7-a385-ec65b038807a&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003268 10.0.0.242 - - [2025-06-02 02:28:19] "POST /ref-update HTTP/1.1" 200 156 0.008389 10.0.0.242 - - [2025-06-02 02:28:19] "GET /virtual-network/301b651a-f7aa-4ff4-a241-53790ebbf2ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005682 10.0.0.242 - - [2025-06-02 02:28:19] "POST /ref-update HTTP/1.1" 200 156 0.008582 10.0.0.242 - - [2025-06-02 02:28:19] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003417 10.0.0.242 - - [2025-06-02 02:28:20] "POST /instance-ips HTTP/1.1" 200 376 0.018853 10.0.0.242 - - [2025-06-02 02:28:20] "POST /ref-update HTTP/1.1" 200 156 0.011460 10.0.0.242 - - [2025-06-02 02:28:20] "POST /ref-update HTTP/1.1" 200 156 0.010330 10.0.0.242 - - [2025-06-02 02:28:20] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002920 10.0.0.242 - - [2025-06-02 02:28:20] "POST /instance-ips HTTP/1.1" 200 376 0.014082 10.0.0.242 - - [2025-06-02 02:28:20] "POST /ref-update HTTP/1.1" 200 156 0.008947 10.0.0.242 - - [2025-06-02 02:28:20] "POST /ref-update HTTP/1.1" 200 156 0.007982 10.0.0.242 - - [2025-06-02 02:28:20] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002820 10.0.0.242 - - [2025-06-02 02:28:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.242 - - [2025-06-02 02:28:21] "GET /global-vrouter-config/132714b1-fcbe-47d4-8106-4ed4f21abed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1562 0.002788 10.0.0.242 - - [2025-06-02 02:28:21] "GET /virtual-networks?parent_id=74ae5a36-ba12-4df7-a385-ec65b038807a&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002921 10.0.0.242 - - [2025-06-02 02:28:21] "GET /virtual-network/301b651a-f7aa-4ff4-a241-53790ebbf2ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006228 10.0.0.242 - - [2025-06-02 02:28:21] "POST /neutron/port HTTP/1.1" 200 1087 0.014141 10.0.0.242 - - [2025-06-02 02:28:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005055 10.0.0.242 - - [2025-06-02 02:28:21] "POST /neutron/port HTTP/1.1" 200 1087 0.013129 10.0.0.242 - - [2025-06-02 02:28:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005187 10.0.0.242 - - [2025-06-02 02:28:21] "POST /neutron/port HTTP/1.1" 200 1087 0.013106 10.0.0.242 - - [2025-06-02 02:28:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012134 10.0.0.242 - - [2025-06-02 02:28:21] "GET /virtual-machine/41598aa3-83d5-4302-9293-d3cdb9adb2d1 HTTP/1.1" 200 1292 0.004553 10.0.0.242 - - [2025-06-02 02:28:21] "GET /virtual-machine-interface/20d6ed2b-91e1-4f7a-ae84-f356f4ac3551 HTTP/1.1" 200 2956 0.004761 10.0.0.242 - - [2025-06-02 02:28:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002684 10.0.0.242 - - [2025-06-02 02:28:21] "GET /global-vrouter-config/132714b1-fcbe-47d4-8106-4ed4f21abed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1562 0.002830 10.0.0.242 - - [2025-06-02 02:28:21] "GET /virtual-networks?parent_id=74ae5a36-ba12-4df7-a385-ec65b038807a&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002685 10.0.0.242 - - [2025-06-02 02:28:21] "GET /virtual-network/761f6113-823f-4f4e-8d11-5dfd01ae8206?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005293 10.0.0.242 - - [2025-06-02 02:28:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002947 10.0.0.242 - - [2025-06-02 02:28:22] "GET /global-vrouter-config/132714b1-fcbe-47d4-8106-4ed4f21abed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1562 0.003023 10.0.0.242 - - [2025-06-02 02:28:22] "GET /virtual-networks?parent_id=74ae5a36-ba12-4df7-a385-ec65b038807a&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002986 10.0.0.242 - - [2025-06-02 02:28:22] "GET /virtual-network/761f6113-823f-4f4e-8d11-5dfd01ae8206?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005454 10.0.0.242 - - [2025-06-02 02:28:23] "POST /fqname-to-id HTTP/1.1" 404 211 0.003111 10.0.0.242 - - [2025-06-02 02:28:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002393 10.0.0.242 - - [2025-06-02 02:28:23] "GET /projects?obj_uuids=74ae5a36-ba12-4df7-a385-ec65b038807a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001186 10.0.0.242 - - [2025-06-02 02:28:23] "GET /project/74ae5a36-ba12-4df7-a385-ec65b038807a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.028913 10.0.0.242 - - [2025-06-02 02:28:23] "POST /network-policys HTTP/1.1" 200 549 0.015684 10.0.0.242 - - [2025-06-02 02:28:23] "GET /network-policy/7db7cf71-03cc-4960-bcea-6f16f182da1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.004539 10.0.0.242 - - [2025-06-02 02:28:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004087 10.0.0.242 - - [2025-06-02 02:28:23] "GET /virtual-network/301b651a-f7aa-4ff4-a241-53790ebbf2ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005060 10.0.0.242 - - [2025-06-02 02:28:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002683 10.0.0.242 - - [2025-06-02 02:28:23] "GET /network-policy/7db7cf71-03cc-4960-bcea-6f16f182da1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003459 10.0.0.242 - - [2025-06-02 02:28:23] "POST /fqname-to-id HTTP/1.1" 404 242 0.007825 10.0.0.242 - - [2025-06-02 02:28:23] "POST /ref-update HTTP/1.1" 200 156 0.044000 10.0.0.242 - - [2025-06-02 02:28:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.242 - - [2025-06-02 02:28:23] "POST /access-control-lists HTTP/1.1" 200 603 0.069998 10.0.0.242 - - [2025-06-02 02:28:23] "GET /network-policy/7db7cf71-03cc-4960-bcea-6f16f182da1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003528 10.0.0.242 - - [2025-06-02 02:28:23] "POST /neutron/network HTTP/1.1" 200 918 0.007101 10.0.0.242 - - [2025-06-02 02:28:23] "GET /virtual-network/301b651a-f7aa-4ff4-a241-53790ebbf2ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.004930 10.0.0.242 - - [2025-06-02 02:28:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002907 10.0.0.242 - - [2025-06-02 02:28:23] "GET /network-policy/7db7cf71-03cc-4960-bcea-6f16f182da1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003712 10.0.0.242 - - [2025-06-02 02:28:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002869 10.0.0.242 - - [2025-06-02 02:28:23] "GET /virtual-network/761f6113-823f-4f4e-8d11-5dfd01ae8206?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005497 10.0.0.242 - - [2025-06-02 02:28:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.242 - - [2025-06-02 02:28:24] "GET /network-policy/7db7cf71-03cc-4960-bcea-6f16f182da1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003842 10.0.0.242 - - [2025-06-02 02:28:24] "POST /fqname-to-id HTTP/1.1" 404 244 0.006015 10.0.0.242 - - [2025-06-02 02:28:24] "POST /ref-update HTTP/1.1" 200 156 0.035755 10.0.0.242 - - [2025-06-02 02:28:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002839 10.0.0.242 - - [2025-06-02 02:28:24] "POST /access-control-lists HTTP/1.1" 200 606 0.064363 10.0.0.242 - - [2025-06-02 02:28:24] "GET /network-policy/7db7cf71-03cc-4960-bcea-6f16f182da1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003918 10.0.0.242 - - [2025-06-02 02:28:24] "POST /routing-instances HTTP/1.1" 200 761 0.015463 10.0.0.242 - - [2025-06-02 02:28:24] "POST /neutron/network HTTP/1.1" 200 923 0.006906 10.0.0.242 - - [2025-06-02 02:28:24] "GET /virtual-network/761f6113-823f-4f4e-8d11-5dfd01ae8206?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.004848 10.0.0.242 - - [2025-06-02 02:28:24] "POST /route-targets HTTP/1.1" 200 328 0.010327 10.0.0.242 - - [2025-06-02 02:28:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002920 10.0.0.242 - - [2025-06-02 02:28:24] "POST /ref-update HTTP/1.1" 200 156 0.011287 10.0.0.242 - - [2025-06-02 02:28:24] "GET /network-policy/7db7cf71-03cc-4960-bcea-6f16f182da1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003367 10.0.0.242 - - [2025-06-02 02:28:24] "GET /routing-instance/f739a0b6-776d-4d07-a803-fe1978fa264f?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1290 0.003865 10.0.0.242 - - [2025-06-02 02:28:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002727 10.0.0.242 - - [2025-06-02 02:28:24] "GET /routing-instance/f739a0b6-776d-4d07-a803-fe1978fa264f?fields=routing_policy_back_refs HTTP/1.1" 200 1290 0.003528 10.0.0.242 - - [2025-06-02 02:28:24] "GET /service-template/04d4aa5b-2da9-4215-8a90-33edc03db7c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.003401 10.0.0.242 - - [2025-06-02 02:28:24] "POST /ref-update HTTP/1.1" 200 156 0.009578 10.0.0.242 - - [2025-06-02 02:28:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002829 10.0.0.242 - - [2025-06-02 02:28:24] "POST /routing-instances HTTP/1.1" 200 762 0.019556 10.0.0.242 - - [2025-06-02 02:28:24] "GET /projects?obj_uuids=74ae5a36-ba12-4df7-a385-ec65b038807a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001242 10.0.0.242 - - [2025-06-02 02:28:24] "GET /project/74ae5a36-ba12-4df7-a385-ec65b038807a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.025893 10.0.0.242 - - [2025-06-02 02:28:24] "POST /route-targets HTTP/1.1" 200 328 0.008971 10.0.0.242 - - [2025-06-02 02:28:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002569 10.0.0.242 - - [2025-06-02 02:28:24] "POST /ref-update HTTP/1.1" 200 156 0.010334 10.0.0.242 - - [2025-06-02 02:28:24] "GET /service-instance/3e1af112-cbd6-47e2-a41b-d48c8891a77b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3538 0.005593 10.0.0.242 - - [2025-06-02 02:28:24] "GET /routing-instance/3c09454d-5f0c-4d50-8964-bf1a903250a2?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1289 0.003863 10.0.0.242 - - [2025-06-02 02:28:24] "GET /domains HTTP/1.1" 200 281 0.002580 10.0.0.242 - - [2025-06-02 02:28:24] "GET /domains?obj_uuids=c1398e6d-186b-472e-80bf-1735e2faf972&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001042 10.0.0.242 - - [2025-06-02 02:28:24] "GET /domain/c1398e6d-186b-472e-80bf-1735e2faf972 HTTP/1.1" 200 2782 0.008360 10.0.0.242 - - [2025-06-02 02:28:24] "GET /projects?obj_uuids=74ae5a36-ba12-4df7-a385-ec65b038807a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001201 10.0.0.242 - - [2025-06-02 02:28:24] "GET /routing-instance/3c09454d-5f0c-4d50-8964-bf1a903250a2?fields=routing_policy_back_refs HTTP/1.1" 200 1289 0.003830 10.0.0.242 - - [2025-06-02 02:28:24] "GET /project/74ae5a36-ba12-4df7-a385-ec65b038807a HTTP/1.1" 200 4258 0.066868 10.0.0.242 - - [2025-06-02 02:28:24] "GET /service-instance/3e1af112-cbd6-47e2-a41b-d48c8891a77b HTTP/1.1" 200 3793 0.004869 10.0.0.242 - - [2025-06-02 02:28:24] "PUT /routing-instance/f739a0b6-776d-4d07-a803-fe1978fa264f HTTP/1.1" 200 267 0.020814 10.0.0.242 - - [2025-06-02 02:28:24] "GET /domains HTTP/1.1" 200 281 0.006876 10.0.0.242 - - [2025-06-02 02:28:24] "GET /domains?obj_uuids=c1398e6d-186b-472e-80bf-1735e2faf972&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001104 10.0.0.242 - - [2025-06-02 02:28:24] "GET /domain/c1398e6d-186b-472e-80bf-1735e2faf972 HTTP/1.1" 200 2782 0.008833 10.0.0.242 - - [2025-06-02 02:28:24] "GET /projects?obj_uuids=74ae5a36-ba12-4df7-a385-ec65b038807a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001509 10.0.0.242 - - [2025-06-02 02:28:24] "PUT /routing-instance/3c09454d-5f0c-4d50-8964-bf1a903250a2 HTTP/1.1" 200 267 0.010920 10.0.0.242 - - [2025-06-02 02:28:24] "GET /project/74ae5a36-ba12-4df7-a385-ec65b038807a HTTP/1.1" 200 4258 0.075549 10.0.0.242 - - [2025-06-02 02:28:24] "GET /service-instance/3e1af112-cbd6-47e2-a41b-d48c8891a77b HTTP/1.1" 200 3793 0.003871 10.0.0.242 - - [2025-06-02 02:28:24] "POST /ref-update HTTP/1.1" 200 156 0.013895 10.0.0.242 - - [2025-06-02 02:28:24] "GET /port-tuple/4ed4553b-62e0-46dc-ba6b-10a2647617d8 HTTP/1.1" 200 1984 0.004318 10.0.0.242 - - [2025-06-02 02:28:24] "GET /virtual-machine-interface/23ffe92c-b033-40c0-86a2-57bd124d0847 HTTP/1.1" 200 3807 0.009142 10.0.0.242 - - [2025-06-02 02:28:25] "GET /virtual-machine-interface/6e5bbc14-1e52-4db6-8078-b7620cfa7a64 HTTP/1.1" 200 3825 0.005748 10.0.0.242 - - [2025-06-02 02:28:25] "GET /virtual-machine-interface/ef3b2828-647d-40a9-b114-244684f63a46 HTTP/1.1" 200 3815 0.007146 10.0.0.242 - - [2025-06-02 02:28:25] "PUT /access-control-list/cf55ee1f-172e-4ef7-8cdc-efc446aba331 HTTP/1.1" 200 273 0.014380 10.0.0.242 - - [2025-06-02 02:28:25] "PUT /access-control-list/33ae4906-6ea3-488d-9690-355b837138fe HTTP/1.1" 200 273 0.021151 10.0.0.242 - - [2025-06-02 02:28:25] "POST /neutron/port HTTP/1.1" 200 3832 0.071163 10.0.0.242 - - [2025-06-02 02:28:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007366 10.0.0.242 - - [2025-06-02 02:28:25] "POST /neutron/port HTTP/1.1" 200 3832 0.031082 10.0.0.242 - - [2025-06-02 02:28:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006048 10.0.0.242 - - [2025-06-02 02:28:25] "POST /neutron/port HTTP/1.1" 200 3832 0.031364 10.0.0.242 - - [2025-06-02 02:28:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005734 10.0.0.242 - - [2025-06-02 02:28:25] "POST /neutron/port HTTP/1.1" 200 3832 0.031395 10.0.0.242 - - [2025-06-02 02:28:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006260 10.0.0.242 - - [2025-06-02 02:28:25] "POST /neutron/network HTTP/1.1" 200 892 0.012107 10.0.0.242 - - [2025-06-02 02:28:25] "POST /neutron/network HTTP/1.1" 200 918 0.005215 10.0.0.242 - - [2025-06-02 02:28:25] "POST /neutron/network HTTP/1.1" 200 807 0.012403 10.0.0.242 - - [2025-06-02 02:28:25] "POST /neutron/network HTTP/1.1" 200 833 0.006551 10.0.0.242 - - [2025-06-02 02:28:25] "POST /neutron/network HTTP/1.1" 200 897 0.011458 10.0.0.242 - - [2025-06-02 02:28:25] "POST /neutron/network HTTP/1.1" 200 923 0.004646 10.0.0.242 - - [2025-06-02 02:28:25] "POST /id-to-fqname HTTP/1.1" 200 223 0.001119 10.0.0.242 - - [2025-06-02 02:28:25] "POST /id-to-fqname HTTP/1.1" 200 223 0.001021 10.0.0.242 - - [2025-06-02 02:28:25] "POST /id-to-fqname HTTP/1.1" 200 224 0.001391 10.0.0.242 - - [2025-06-02 02:28:25] "GET /virtual-machine/5710b952-4297-4773-b23c-d082090279e5 HTTP/1.1" 200 1806 0.003640 10.0.0.242 - - [2025-06-02 02:28:25] "GET /virtual-machine-interface/23ffe92c-b033-40c0-86a2-57bd124d0847 HTTP/1.1" 200 3807 0.005297 10.0.0.242 - - [2025-06-02 02:28:25] "GET /virtual-machine-interface/6e5bbc14-1e52-4db6-8078-b7620cfa7a64 HTTP/1.1" 200 3825 0.004848 10.0.0.242 - - [2025-06-02 02:28:25] "GET /virtual-machine-interface/ef3b2828-647d-40a9-b114-244684f63a46 HTTP/1.1" 200 3815 0.004918 10.0.0.242 - - [2025-06-02 02:28:25] "GET /instance-ip/07f65353-9f22-478f-a547-6ae0c488a861 HTTP/1.1" 200 1621 0.004612 10.0.0.242 - - [2025-06-02 02:28:25] "GET /instance-ip/643f9be9-52be-4781-ad2a-8e314ca7655c HTTP/1.1" 200 1960 0.003317 10.0.0.242 - - [2025-06-02 02:28:25] "GET /instance-ip/903cdc78-8b06-408b-ade8-85e7e26f563c HTTP/1.1" 200 1959 0.003218 10.0.0.242 - - [2025-06-02 02:28:25] "GET /instance-ip/8f90f387-ba5c-4dc1-9def-ea530fb4706a HTTP/1.1" 200 1626 0.004547 10.0.0.242 - - [2025-06-02 02:28:25] "GET /instance-ip/abf13c4e-9c2f-45f8-ad63-913c39d4168c HTTP/1.1" 200 1983 0.003120 10.0.0.242 - - [2025-06-02 02:28:25] "GET /instance-ip/c11901ad-900c-42a5-b0de-69e27e656da6 HTTP/1.1" 200 1985 0.003677 10.0.0.242 - - [2025-06-02 02:28:25] "GET /instance-ip/4400188a-ce95-4e18-a852-ea3150a269cc HTTP/1.1" 200 1626 0.004237 10.0.0.242 - - [2025-06-02 02:28:25] "GET /instance-ip/9e3d3fde-a376-4000-ad14-f4dc70194d63 HTTP/1.1" 200 1965 0.003059 10.0.0.242 - - [2025-06-02 02:28:25] "GET /instance-ip/cd87d2cc-7194-427a-b7b7-8725abcabca1 HTTP/1.1" 200 1963 0.003036 10.0.0.242 - - [2025-06-02 02:28:25] "POST /neutron/port HTTP/1.1" 200 3832 0.031650 10.0.0.242 - - [2025-06-02 02:28:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005709 10.0.0.242 - - [2025-06-02 02:28:25] "POST /neutron/port HTTP/1.1" 200 3832 0.032562 10.0.0.242 - - [2025-06-02 02:28:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005613 10.0.0.242 - - [2025-06-02 02:28:26] "POST /neutron/port HTTP/1.1" 200 3832 0.029284 10.0.0.242 - - [2025-06-02 02:28:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005352 10.0.0.242 - - [2025-06-02 02:28:26] "POST /neutron/port HTTP/1.1" 200 3832 0.030749 10.0.0.242 - - [2025-06-02 02:28:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005595 10.0.0.242 - - [2025-06-02 02:28:26] "GET /virtual-machine/5710b952-4297-4773-b23c-d082090279e5 HTTP/1.1" 200 1806 0.003098 10.0.0.242 - - [2025-06-02 02:28:26] "GET /virtual-machine-interface/23ffe92c-b033-40c0-86a2-57bd124d0847 HTTP/1.1" 200 3807 0.004676 10.0.0.242 - - [2025-06-02 02:28:26] "GET /virtual-machine-interface/6e5bbc14-1e52-4db6-8078-b7620cfa7a64 HTTP/1.1" 200 3825 0.004744 10.0.0.242 - - [2025-06-02 02:28:26] "GET /virtual-machine-interface/ef3b2828-647d-40a9-b114-244684f63a46 HTTP/1.1" 200 3815 0.004506 10.0.0.242 - - [2025-06-02 02:28:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.242 - - [2025-06-02 02:28:26] "GET /global-vrouter-config/132714b1-fcbe-47d4-8106-4ed4f21abed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1562 0.003688 10.0.0.242 - - [2025-06-02 02:28:26] "GET /virtual-networks?parent_id=74ae5a36-ba12-4df7-a385-ec65b038807a&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003064 10.0.0.242 - - [2025-06-02 02:28:26] "GET /virtual-network/301b651a-f7aa-4ff4-a241-53790ebbf2ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005961 10.0.0.242 - - [2025-06-02 02:28:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004118 10.0.0.242 - - [2025-06-02 02:28:27] "GET /global-vrouter-config/132714b1-fcbe-47d4-8106-4ed4f21abed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1562 0.004506 10.0.0.242 - - [2025-06-02 02:28:27] "GET /virtual-networks?parent_id=74ae5a36-ba12-4df7-a385-ec65b038807a&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002985 10.0.0.242 - - [2025-06-02 02:28:27] "GET /virtual-network/301b651a-f7aa-4ff4-a241-53790ebbf2ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005674 10.0.0.242 - - [2025-06-02 02:28:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002955 10.0.0.242 - - [2025-06-02 02:28:27] "GET /global-vrouter-config/132714b1-fcbe-47d4-8106-4ed4f21abed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1562 0.003679 10.0.0.242 - - [2025-06-02 02:28:27] "GET /virtual-networks?parent_id=74ae5a36-ba12-4df7-a385-ec65b038807a&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002869 10.0.0.242 - - [2025-06-02 02:28:27] "GET /virtual-network/301b651a-f7aa-4ff4-a241-53790ebbf2ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005483 10.0.0.242 - - [2025-06-02 02:28:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.242 - - [2025-06-02 02:28:27] "GET /global-vrouter-config/132714b1-fcbe-47d4-8106-4ed4f21abed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1562 0.003615 10.0.0.242 - - [2025-06-02 02:28:27] "GET /virtual-networks?parent_id=74ae5a36-ba12-4df7-a385-ec65b038807a&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003040 10.0.0.242 - - [2025-06-02 02:28:28] "GET /virtual-network/301b651a-f7aa-4ff4-a241-53790ebbf2ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005372 10.0.0.242 - - [2025-06-02 02:28:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002951 10.0.0.242 - - [2025-06-02 02:28:28] "GET /global-vrouter-config/132714b1-fcbe-47d4-8106-4ed4f21abed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1562 0.004056 10.0.0.242 - - [2025-06-02 02:28:28] "GET /virtual-networks?parent_id=74ae5a36-ba12-4df7-a385-ec65b038807a&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003379 10.0.0.242 - - [2025-06-02 02:28:28] "GET /virtual-network/301b651a-f7aa-4ff4-a241-53790ebbf2ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005759 10.0.0.242 - - [2025-06-02 02:28:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002830 10.0.0.242 - - [2025-06-02 02:28:28] "GET /global-vrouter-config/132714b1-fcbe-47d4-8106-4ed4f21abed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1562 0.003466 10.0.0.242 - - [2025-06-02 02:28:28] "GET /virtual-networks?parent_id=74ae5a36-ba12-4df7-a385-ec65b038807a&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003326 10.0.0.242 - - [2025-06-02 02:28:28] "GET /virtual-network/cdf84653-b7c8-4184-9ab8-3b429c41365c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005957 10.0.0.242 - - [2025-06-02 02:28:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002713 10.0.0.242 - - [2025-06-02 02:28:28] "GET /global-vrouter-config/132714b1-fcbe-47d4-8106-4ed4f21abed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1562 0.003368 10.0.0.242 - - [2025-06-02 02:28:28] "GET /virtual-networks?parent_id=74ae5a36-ba12-4df7-a385-ec65b038807a&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002986 10.0.0.242 - - [2025-06-02 02:28:28] "GET /virtual-network/cdf84653-b7c8-4184-9ab8-3b429c41365c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005260 10.0.0.242 - - [2025-06-02 02:28:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002882 10.0.0.242 - - [2025-06-02 02:28:28] "GET /global-vrouter-config/132714b1-fcbe-47d4-8106-4ed4f21abed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1562 0.003427 10.0.0.242 - - [2025-06-02 02:28:28] "GET /virtual-networks?parent_id=74ae5a36-ba12-4df7-a385-ec65b038807a&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003022 10.0.0.242 - - [2025-06-02 02:28:28] "GET /virtual-network/cdf84653-b7c8-4184-9ab8-3b429c41365c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006006 10.0.0.242 - - [2025-06-02 02:28:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004204 10.0.0.242 - - [2025-06-02 02:28:29] "GET /global-vrouter-config/132714b1-fcbe-47d4-8106-4ed4f21abed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1562 0.003593 10.0.0.242 - - [2025-06-02 02:28:29] "GET /virtual-networks?parent_id=74ae5a36-ba12-4df7-a385-ec65b038807a&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002859 10.0.0.242 - - [2025-06-02 02:28:29] "GET /virtual-network/cdf84653-b7c8-4184-9ab8-3b429c41365c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005402 10.0.0.242 - - [2025-06-02 02:28:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002961 10.0.0.242 - - [2025-06-02 02:28:29] "GET /global-vrouter-config/132714b1-fcbe-47d4-8106-4ed4f21abed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1562 0.003510 10.0.0.242 - - [2025-06-02 02:28:29] "GET /virtual-networks?parent_id=74ae5a36-ba12-4df7-a385-ec65b038807a&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003520 10.0.0.242 - - [2025-06-02 02:28:29] "GET /virtual-network/761f6113-823f-4f4e-8d11-5dfd01ae8206?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.005709 10.0.0.242 - - [2025-06-02 02:28:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002965 10.0.0.242 - - [2025-06-02 02:28:29] "GET /global-vrouter-config/132714b1-fcbe-47d4-8106-4ed4f21abed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1562 0.003500 10.0.0.242 - - [2025-06-02 02:28:29] "GET /virtual-networks?parent_id=74ae5a36-ba12-4df7-a385-ec65b038807a&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.004529 10.0.0.242 - - [2025-06-02 02:28:29] "GET /virtual-network/761f6113-823f-4f4e-8d11-5dfd01ae8206?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.005270 10.0.0.242 - - [2025-06-02 02:28:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002782 10.0.0.242 - - [2025-06-02 02:28:29] "GET /global-vrouter-config/132714b1-fcbe-47d4-8106-4ed4f21abed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1562 0.003501 10.0.0.242 - - [2025-06-02 02:28:29] "GET /virtual-networks?parent_id=74ae5a36-ba12-4df7-a385-ec65b038807a&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003092 10.0.0.242 - - [2025-06-02 02:28:29] "GET /virtual-network/761f6113-823f-4f4e-8d11-5dfd01ae8206?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.005530 10.0.0.242 - - [2025-06-02 02:28:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002895 10.0.0.242 - - [2025-06-02 02:28:29] "GET /global-vrouter-config/132714b1-fcbe-47d4-8106-4ed4f21abed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1562 0.003595 10.0.0.242 - - [2025-06-02 02:28:29] "GET /virtual-networks?parent_id=74ae5a36-ba12-4df7-a385-ec65b038807a&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003082 10.0.0.242 - - [2025-06-02 02:28:29] "GET /virtual-network/761f6113-823f-4f4e-8d11-5dfd01ae8206?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.005589 10.0.0.242 - - [2025-06-02 02:28:30] "GET /virtual-machine/5710b952-4297-4773-b23c-d082090279e5 HTTP/1.1" 200 1806 0.004055 10.0.0.242 - - [2025-06-02 02:28:30] "GET /domains HTTP/1.1" 200 281 0.002284 10.0.0.242 - - [2025-06-02 02:28:30] "GET /domains?obj_uuids=c1398e6d-186b-472e-80bf-1735e2faf972&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001128 10.0.0.242 - - [2025-06-02 02:28:30] "GET /domain/c1398e6d-186b-472e-80bf-1735e2faf972 HTTP/1.1" 200 2782 0.006956 10.0.0.242 - - [2025-06-02 02:28:30] "GET /projects?obj_uuids=74ae5a36-ba12-4df7-a385-ec65b038807a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001049 10.0.0.242 - - [2025-06-02 02:28:30] "GET /project/74ae5a36-ba12-4df7-a385-ec65b038807a HTTP/1.1" 200 4258 0.073928 10.0.0.242 - - [2025-06-02 02:28:30] "GET /service-instance/3e1af112-cbd6-47e2-a41b-d48c8891a77b HTTP/1.1" 200 3793 0.004456 10.0.0.242 - - [2025-06-02 02:28:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.242 - - [2025-06-02 02:28:30] "GET /routing-instance/cf473b1c-c984-48cc-b46f-a6cceabf3a5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1892 0.004104 10.0.0.242 - - [2025-06-02 02:28:30] "GET /routing-instance/cf473b1c-c984-48cc-b46f-a6cceabf3a5f?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2025 0.008744 10.0.0.242 - - [2025-06-02 02:28:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.242 - - [2025-06-02 02:28:30] "GET /routing-instance/6a4be840-fa8d-4f51-9366-deb55b6443b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1896 0.003924 10.0.0.242 - - [2025-06-02 02:28:30] "GET /routing-instance/6a4be840-fa8d-4f51-9366-deb55b6443b7?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2027 0.004801 10.0.0.242 - - [2025-06-02 02:28:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002532 10.0.0.242 - - [2025-06-02 02:28:30] "GET /virtual-network/301b651a-f7aa-4ff4-a241-53790ebbf2ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005157 10.0.0.242 - - [2025-06-02 02:28:30] "GET /virtual-network/301b651a-f7aa-4ff4-a241-53790ebbf2ae?fields=routing_instances HTTP/1.1" 200 1687 0.006274 10.0.0.242 - - [2025-06-02 02:28:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002834 10.0.0.242 - - [2025-06-02 02:28:30] "GET /virtual-network/761f6113-823f-4f4e-8d11-5dfd01ae8206?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.005366 10.0.0.242 - - [2025-06-02 02:28:30] "GET /virtual-network/761f6113-823f-4f4e-8d11-5dfd01ae8206?fields=routing_instances HTTP/1.1" 200 1692 0.006838 10.0.0.242 - - [2025-06-02 02:28:34] "POST /ref-update HTTP/1.1" 200 156 0.029120 10.0.0.242 - - [2025-06-02 02:28:34] "DELETE /access-control-list/33ae4906-6ea3-488d-9690-355b837138fe HTTP/1.1" 200 115 0.026812 10.0.0.242 - - [2025-06-02 02:28:34] "POST /neutron/network HTTP/1.1" 200 835 0.008239 10.0.0.242 - - [2025-06-02 02:28:34] "GET /virtual-network/761f6113-823f-4f4e-8d11-5dfd01ae8206?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.004914 10.0.0.242 - - [2025-06-02 02:28:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002891 10.0.0.242 - - [2025-06-02 02:28:34] "DELETE /routing-instance/f739a0b6-776d-4d07-a803-fe1978fa264f HTTP/1.1" 200 115 0.030206 10.0.0.242 - - [2025-06-02 02:28:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004380 10.0.0.242 - - [2025-06-02 02:28:34] "GET /network-policy/7db7cf71-03cc-4960-bcea-6f16f182da1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003411 10.0.0.242 - - [2025-06-02 02:28:34] "DELETE /route-target/01db4864-943e-44c4-aaea-2a199751e6cf HTTP/1.1" 200 115 0.014142 10.0.0.242 - - [2025-06-02 02:28:34] "POST /ref-update HTTP/1.1" 200 156 0.031745 10.0.0.242 - - [2025-06-02 02:28:34] "DELETE /routing-instance/3c09454d-5f0c-4d50-8964-bf1a903250a2 HTTP/1.1" 200 115 0.038106 10.0.0.242 - - [2025-06-02 02:28:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002695 10.0.0.242 - - [2025-06-02 02:28:35] "POST /neutron/network HTTP/1.1" 200 830 0.006648 10.0.0.242 - - [2025-06-02 02:28:35] "GET /virtual-network/301b651a-f7aa-4ff4-a241-53790ebbf2ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006184 10.0.0.242 - - [2025-06-02 02:28:35] "DELETE /route-target/e03a6c48-61ed-49c7-97a6-4a325bb8ddda HTTP/1.1" 200 115 0.016711 10.0.0.242 - - [2025-06-02 02:28:35] "DELETE /access-control-list/cf55ee1f-172e-4ef7-8cdc-efc446aba331 HTTP/1.1" 200 115 0.016915 10.0.0.242 - - [2025-06-02 02:28:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.011824 10.0.0.242 - - [2025-06-02 02:28:35] "GET /network-policy/7db7cf71-03cc-4960-bcea-6f16f182da1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.006809 10.0.0.242 - - [2025-06-02 02:28:35] "DELETE /network-policy/7db7cf71-03cc-4960-bcea-6f16f182da1c HTTP/1.1" 200 115 0.035301 10.0.0.242 - - [2025-06-02 02:28:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004905 10.0.0.242 - - [2025-06-02 02:28:35] "DELETE /service-instance/3e1af112-cbd6-47e2-a41b-d48c8891a77b HTTP/1.1" 200 115 0.046097 10.0.0.242 - - [2025-06-02 02:28:35] "GET /domains HTTP/1.1" 200 281 0.002229 10.0.0.242 - - [2025-06-02 02:28:35] "POST /ref-update HTTP/1.1" 200 156 0.014797 10.0.0.242 - - [2025-06-02 02:28:35] "GET /domains?obj_uuids=c1398e6d-186b-472e-80bf-1735e2faf972&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001513 10.0.0.242 - - [2025-06-02 02:28:35] "GET /domain/c1398e6d-186b-472e-80bf-1735e2faf972 HTTP/1.1" 200 2782 0.015371 10.0.0.242 - - [2025-06-02 02:28:35] "GET /projects?obj_uuids=74ae5a36-ba12-4df7-a385-ec65b038807a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001532 10.0.0.242 - - [2025-06-02 02:28:35] "DELETE /instance-ip/903cdc78-8b06-408b-ade8-85e7e26f563c HTTP/1.1" 200 115 0.031245 10.0.0.242 - - [2025-06-02 02:28:35] "POST /ref-update HTTP/1.1" 200 156 0.011355 10.0.0.242 - - [2025-06-02 02:28:35] "GET /project/74ae5a36-ba12-4df7-a385-ec65b038807a HTTP/1.1" 200 3782 0.071495 10.0.0.242 - - [2025-06-02 02:28:35] "GET /virtual-machine/5710b952-4297-4773-b23c-d082090279e5 HTTP/1.1" 200 1806 0.003462 10.0.0.242 - - [2025-06-02 02:28:35] "DELETE /instance-ip/643f9be9-52be-4781-ad2a-8e314ca7655c HTTP/1.1" 200 115 0.021590 10.0.0.242 - - [2025-06-02 02:28:35] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.005516 10.0.0.242 - - [2025-06-02 02:28:35] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002033 10.0.0.242 - - [2025-06-02 02:28:35] "POST /ref-update HTTP/1.1" 200 156 0.012818 10.0.0.242 - - [2025-06-02 02:28:35] "DELETE /instance-ip/abf13c4e-9c2f-45f8-ad63-913c39d4168c HTTP/1.1" 200 115 0.020229 10.0.0.242 - - [2025-06-02 02:28:35] "POST /ref-update HTTP/1.1" 200 156 0.011586 10.0.0.242 - - [2025-06-02 02:28:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.007670 10.0.0.242 - - [2025-06-02 02:28:35] "DELETE /instance-ip/cd87d2cc-7194-427a-b7b7-8725abcabca1 HTTP/1.1" 200 115 0.040910 10.0.0.242 - - [2025-06-02 02:28:35] "DELETE /service-template/04d4aa5b-2da9-4215-8a90-33edc03db7c6 HTTP/1.1" 200 115 0.040005 10.0.0.242 - - [2025-06-02 02:28:35] "POST /fqname-to-id HTTP/1.1" 404 193 0.002676 10.0.0.242 - - [2025-06-02 02:28:35] "POST /ref-update HTTP/1.1" 200 156 0.020158 10.0.0.242 - - [2025-06-02 02:28:35] "DELETE /instance-ip/c11901ad-900c-42a5-b0de-69e27e656da6 HTTP/1.1" 200 115 0.017521 10.0.0.242 - - [2025-06-02 02:28:35] "POST /ref-update HTTP/1.1" 200 156 0.011210 10.0.0.242 - - [2025-06-02 02:28:35] "DELETE /instance-ip/9e3d3fde-a376-4000-ad14-f4dc70194d63 HTTP/1.1" 200 115 0.029752 10.0.0.242 - - [2025-06-02 02:28:35] "POST /neutron/network HTTP/1.1" 200 835 0.010117 10.0.0.242 - - [2025-06-02 02:28:35] "POST /neutron/network HTTP/1.1" 400 204 0.011217 10.0.0.242 - - [2025-06-02 02:28:36] "POST /neutron/port HTTP/1.1" 200 1087 0.014915 10.0.0.242 - - [2025-06-02 02:28:36] "POST /neutron/port HTTP/1.1" 200 1113 0.008324 10.0.0.242 - - [2025-06-02 02:28:36] "POST /neutron/port HTTP/1.1" 200 1084 0.035367 10.0.0.242 - - [2025-06-02 02:28:36] "POST /neutron/port HTTP/1.1" 200 151 0.160296 10.0.0.242 - - [2025-06-02 02:28:36] "POST /neutron/port HTTP/1.1" 200 1110 0.009819 10.0.0.242 - - [2025-06-02 02:28:36] "POST /neutron/port HTTP/1.1" 200 3025 0.033204 10.0.0.242 - - [2025-06-02 02:28:36] "POST /neutron/port HTTP/1.1" 200 1113 0.014306 10.0.0.242 - - [2025-06-02 02:28:36] "POST /neutron/port HTTP/1.1" 200 151 0.157188 10.0.0.242 - - [2025-06-02 02:28:36] "POST /neutron/port HTTP/1.1" 200 151 0.166453 10.0.0.242 - - [2025-06-02 02:28:36] "POST /neutron/port HTTP/1.1" 200 1113 0.009808 10.0.0.242 - - [2025-06-02 02:28:36] "POST /neutron/port HTTP/1.1" 200 151 0.113165 10.0.0.242 - - [2025-06-02 02:28:37] "POST /neutron/port HTTP/1.1" 200 1110 0.009478 10.0.0.242 - - [2025-06-02 02:28:37] "POST /neutron/port HTTP/1.1" 200 151 0.122012 10.0.0.242 - - [2025-06-02 02:28:37] "POST /neutron/network HTTP/1.1" 200 835 0.006968 10.0.0.242 - - [2025-06-02 02:28:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002795 10.0.0.242 - - [2025-06-02 02:28:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004094 10.0.0.242 - - [2025-06-02 02:28:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002270 10.0.0.242 - - [2025-06-02 02:28:38] "POST /neutron/network HTTP/1.1" 200 151 0.087886 10.0.0.242 - - [2025-06-02 02:28:38] "GET /routing-instance/6a4be840-fa8d-4f51-9366-deb55b6443b7 HTTP/1.1" 404 171 0.002029 10.0.0.242 - - [2025-06-02 02:28:38] "DELETE /route-target/f4e25511-513f-4726-acc4-3f479bf1dda8 HTTP/1.1" 200 115 0.021200 10.0.0.242 - - [2025-06-02 02:28:38] "GET /domains HTTP/1.1" 200 281 0.004243 10.0.0.242 - - [2025-06-02 02:28:38] "GET /domains?obj_uuids=c1398e6d-186b-472e-80bf-1735e2faf972&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001086 10.0.0.242 - - [2025-06-02 02:28:38] "GET /domain/c1398e6d-186b-472e-80bf-1735e2faf972 HTTP/1.1" 200 2581 0.051811 10.0.0.242 - - [2025-06-02 02:28:38] "GET /projects?obj_uuids=74ae5a36-ba12-4df7-a385-ec65b038807a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001637 10.0.0.242 - - [2025-06-02 02:28:38] "GET /project/74ae5a36-ba12-4df7-a385-ec65b038807a HTTP/1.1" 200 2315 0.070840 10.0.0.242 - - [2025-06-02 02:28:38] "POST /neutron/network HTTP/1.1" 200 830 0.005797 10.0.0.242 - - [2025-06-02 02:28:38] "POST /useragent-kv HTTP/1.1" 200 115 0.004407 10.0.0.242 - - [2025-06-02 02:28:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004437 10.0.0.242 - - [2025-06-02 02:28:38] "POST /useragent-kv HTTP/1.1" 200 115 0.001970 10.0.0.242 - - [2025-06-02 02:28:38] "POST /neutron/network HTTP/1.1" 200 151 0.092743 10.0.0.242 - - [2025-06-02 02:28:38] "GET /routing-instance/cf473b1c-c984-48cc-b46f-a6cceabf3a5f HTTP/1.1" 404 171 0.002287 10.0.0.242 - - [2025-06-02 02:28:38] "DELETE /route-target/0baf07ab-803e-48bd-9162-5cb66bf4b952 HTTP/1.1" 200 115 0.021323 10.0.0.242 - - [2025-06-02 02:28:38] "GET /domains HTTP/1.1" 200 281 0.003237 10.0.0.242 - - [2025-06-02 02:28:38] "GET /domains?obj_uuids=c1398e6d-186b-472e-80bf-1735e2faf972&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000987 10.0.0.242 - - [2025-06-02 02:28:38] "GET /domain/c1398e6d-186b-472e-80bf-1735e2faf972 HTTP/1.1" 200 2581 0.047788 10.0.0.242 - - [2025-06-02 02:28:38] "GET /projects?obj_uuids=74ae5a36-ba12-4df7-a385-ec65b038807a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001628 10.0.0.242 - - [2025-06-02 02:28:38] "GET /project/74ae5a36-ba12-4df7-a385-ec65b038807a HTTP/1.1" 200 2096 0.069358 10.0.0.242 - - [2025-06-02 02:28:38] "POST /neutron/network HTTP/1.1" 200 833 0.005622 10.0.0.242 - - [2025-06-02 02:28:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003543 10.0.0.242 - - [2025-06-02 02:28:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004662 10.0.0.242 - - [2025-06-02 02:28:38] "POST /useragent-kv HTTP/1.1" 200 115 0.001849 10.0.0.242 - - [2025-06-02 02:28:38] "POST /neutron/network HTTP/1.1" 200 151 0.081692 10.0.0.242 - - [2025-06-02 02:28:38] "GET /routing-instance/ff97dd2f-098f-42b5-8a4f-5a30c5bce262 HTTP/1.1" 404 171 0.003427 10.0.0.242 - - [2025-06-02 02:28:38] "DELETE /route-target/e3ed4d10-b1af-424a-aa1f-135a3afb80c8 HTTP/1.1" 200 115 0.016970 10.0.0.242 - - [2025-06-02 02:28:38] "GET /domains HTTP/1.1" 200 281 0.002716 10.0.0.242 - - [2025-06-02 02:28:38] "GET /domains?obj_uuids=c1398e6d-186b-472e-80bf-1735e2faf972&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001054 10.0.0.242 - - [2025-06-02 02:28:38] "GET /domain/c1398e6d-186b-472e-80bf-1735e2faf972 HTTP/1.1" 200 2581 0.047555 10.0.0.242 - - [2025-06-02 02:28:38] "GET /projects?obj_uuids=74ae5a36-ba12-4df7-a385-ec65b038807a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001673 10.0.0.242 - - [2025-06-02 02:28:38] "GET /project/74ae5a36-ba12-4df7-a385-ec65b038807a HTTP/1.1" 200 1855 0.067343 10.0.0.242 - - [2025-06-02 02:28:39] "GET /projects?obj_uuids=74ae5a36-ba12-4df7-a385-ec65b038807a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001165 10.0.0.242 - - [2025-06-02 02:28:39] "GET /project/74ae5a36-ba12-4df7-a385-ec65b038807a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.026196 10.0.0.242 - - [2025-06-02 02:28:39] "GET /projects?obj_uuids=74ae5a36-ba12-4df7-a385-ec65b038807a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001098 10.0.0.242 - - [2025-06-02 02:28:39] "GET /project/74ae5a36-ba12-4df7-a385-ec65b038807a?fields=virtual_networks HTTP/1.1" 200 1040 0.070722 10.0.0.242 - - [2025-06-02 02:28:39] "GET /projects?obj_uuids=74ae5a36-ba12-4df7-a385-ec65b038807a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001119 10.0.0.242 - - [2025-06-02 02:28:39] "GET /project/74ae5a36-ba12-4df7-a385-ec65b038807a?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.025018 10.0.0.242 - - [2025-06-02 02:28:39] "GET /projects?obj_uuids=74ae5a36-ba12-4df7-a385-ec65b038807a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001168 10.0.0.242 - - [2025-06-02 02:28:39] "GET /project/74ae5a36-ba12-4df7-a385-ec65b038807a?fields=security_groups HTTP/1.1" 200 1265 0.027255 10.0.0.242 - - [2025-06-02 02:28:40] "POST /fqname-to-id HTTP/1.1" 404 189 0.023111 10.0.0.242 - - [2025-06-02 02:28:40] "GET /projects?obj_uuids=945fea4e-6a5b-4fe4-8788-a10d5224b48e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002519 10.0.0.242 - - [2025-06-02 02:28:40] "GET /domains?obj_uuids=c1398e6d-186b-472e-80bf-1735e2faf972&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001093 10.0.0.242 - - [2025-06-02 02:28:40] "GET /domain/c1398e6d-186b-472e-80bf-1735e2faf972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007255 10.0.0.242 - - [2025-06-02 02:28:40] "POST /id-to-fqname HTTP/1.1" 200 191 0.001491 10.0.0.242 - - [2025-06-02 02:28:40] "POST /fqname-to-id HTTP/1.1" 404 200 0.004419 10.0.0.242 - - [2025-06-02 02:28:40] "POST /security-groups HTTP/1.1" 200 592 0.066594 10.0.0.242 - - [2025-06-02 02:28:40] "POST /fqname-to-id HTTP/1.1" 404 235 0.003280 10.0.0.242 - - [2025-06-02 02:28:40] "POST /projects HTTP/1.1" 200 587 0.241720 10.0.0.242 - - [2025-06-02 02:28:40] "POST /access-control-lists HTTP/1.1" 200 599 0.056732 10.0.0.242 - - [2025-06-02 02:28:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.319063 10.0.0.242 - - [2025-06-02 02:28:40] "POST /fqname-to-id HTTP/1.1" 404 234 0.002819 10.0.0.242 - - [2025-06-02 02:28:40] "GET /project/945fea4e-6a5b-4fe4-8788-a10d5224b48e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.435672 10.0.0.242 - - [2025-06-02 02:28:40] "POST /access-control-lists HTTP/1.1" 200 597 0.055851 10.0.0.242 - - [2025-06-02 02:28:41] "GET /obj-perms HTTP/1.1" 200 5075 0.090977 10.0.0.242 - - [2025-06-02 02:28:41] "GET /obj-perms HTTP/1.1" 200 5075 0.090189 10.0.0.242 - - [2025-06-02 02:28:42] "GET / HTTP/1.1" 200 36215 0.001673 10.0.0.242 - - [2025-06-02 02:28:43] "GET /project/945fea4e-6a5b-4fe4-8788-a10d5224b48e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000547 10.0.0.242 - - [2025-06-02 02:28:43] "GET /projects?obj_uuids=945fea4e-6a5b-4fe4-8788-a10d5224b48e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001186 10.0.0.242 - - [2025-06-02 02:28:43] "GET /project/945fea4e-6a5b-4fe4-8788-a10d5224b48e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.047819 10.0.0.242 - - [2025-06-02 02:28:43] "POST /fqname-to-id HTTP/1.1" 404 180 0.002524 10.0.0.242 - - [2025-06-02 02:28:43] "POST /virtual-DNSs HTTP/1.1" 200 509 0.017577 10.0.0.242 - - [2025-06-02 02:28:43] "GET /virtual-DNS/57ad0dc7-6aaa-49b5-ae49-85ad907af82b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.006175 10.0.0.242 - - [2025-06-02 02:28:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002874 10.0.0.242 - - [2025-06-02 02:28:44] "GET /virtual-DNS/57ad0dc7-6aaa-49b5-ae49-85ad907af82b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.006404 10.0.0.242 - - [2025-06-02 02:28:44] "GET /domains HTTP/1.1" 401 293 0.000484 10.0.0.242 - - [2025-06-02 02:28:44] "GET /domains HTTP/1.1" 200 281 0.029404 10.0.0.242 - - [2025-06-02 02:28:44] "GET /domains?obj_uuids=c1398e6d-186b-472e-80bf-1735e2faf972&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001029 10.0.0.242 - - [2025-06-02 02:28:44] "GET /domain/c1398e6d-186b-472e-80bf-1735e2faf972 HTTP/1.1" 200 2970 0.008417 10.0.0.242 - - [2025-06-02 02:28:44] "GET /virtual-DNS/57ad0dc7-6aaa-49b5-ae49-85ad907af82b HTTP/1.1" 200 1440 0.003770 10.0.0.242 - - [2025-06-02 02:28:44] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 765 0.002014 10.0.0.242 - - [2025-06-02 02:28:44] "POST /network-ipams HTTP/1.1" 200 516 0.016229 10.0.0.242 - - [2025-06-02 02:28:44] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 972 0.002875 10.0.0.242 - - [2025-06-02 02:28:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.242 - - [2025-06-02 02:28:44] "GET /network-ipam/eb53a530-c23c-4cc1-9c5b-e918979cf518?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.004838 10.0.0.242 - - [2025-06-02 02:28:44] "PUT /network-ipam/eb53a530-c23c-4cc1-9c5b-e918979cf518 HTTP/1.1" 200 259 0.009239 10.0.0.242 - - [2025-06-02 02:28:44] "POST /ref-update HTTP/1.1" 200 156 0.008467 10.0.0.242 - - [2025-06-02 02:28:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002864 10.0.0.242 - - [2025-06-02 02:28:44] "GET /projects?obj_uuids=945fea4e-6a5b-4fe4-8788-a10d5224b48e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001220 10.0.0.242 - - [2025-06-02 02:28:44] "GET /project/945fea4e-6a5b-4fe4-8788-a10d5224b48e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.024166 10.0.0.242 - - [2025-06-02 02:28:44] "POST /neutron/network HTTP/1.1" 200 117 0.027732 10.0.0.242 - - [2025-06-02 02:28:45] "GET /projects?obj_uuids=945fea4e-6a5b-4fe4-8788-a10d5224b48e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001103 10.0.0.242 - - [2025-06-02 02:28:45] "POST /neutron/network HTTP/1.1" 200 618 0.061472 10.0.0.242 - - [2025-06-02 02:28:45] "POST /route-targets HTTP/1.1" 200 328 0.011287 10.0.0.242 - - [2025-06-02 02:28:45] "POST /ref-update HTTP/1.1" 200 156 0.012769 10.0.0.242 - - [2025-06-02 02:28:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003227 10.0.0.242 - - [2025-06-02 02:28:45] "POST /neutron/subnet HTTP/1.1" 200 711 0.135530 10.0.0.242 - - [2025-06-02 02:28:45] "POST /neutron/network HTTP/1.1" 200 833 0.008046 10.0.0.242 - - [2025-06-02 02:28:45] "POST /id-to-fqname HTTP/1.1" 200 227 0.001485 10.0.0.242 - - [2025-06-02 02:28:45] "GET /virtual-network/f3355859-a282-493c-a382-939edc150a2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005702 10.0.0.242 - - [2025-06-02 02:28:45] "POST /neutron/network HTTP/1.1" 200 833 0.006745 10.0.0.242 - - [2025-06-02 02:28:45] "GET /virtual-network/f3355859-a282-493c-a382-939edc150a2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007221 10.0.0.242 - - [2025-06-02 02:28:45] "POST /neutron/network HTTP/1.1" 200 833 0.005884 10.0.0.242 - - [2025-06-02 02:28:45] "POST /neutron/subnet HTTP/1.1" 200 711 0.006069 10.0.0.242 - - [2025-06-02 02:28:45] "POST /neutron/network HTTP/1.1" 200 807 0.009655 10.0.0.242 - - [2025-06-02 02:28:45] "POST /neutron/network HTTP/1.1" 200 833 0.005023 10.0.0.242 - - [2025-06-02 02:28:45] "POST /id-to-fqname HTTP/1.1" 200 227 0.001228 10.0.0.242 - - [2025-06-02 02:28:45] "POST /neutron/network HTTP/1.1" 200 843 0.005595 10.0.0.242 - - [2025-06-02 02:28:45] "GET /aaa-mode HTTP/1.1" 401 293 0.000431 10.0.0.242 - - [2025-06-02 02:28:45] "GET / HTTP/1.1" 200 36215 0.002024 10.0.0.242 - - [2025-06-02 02:28:45] "GET /project/945fea4e-6a5b-4fe4-8788-a10d5224b48e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000427 10.0.0.242 - - [2025-06-02 02:28:46] "GET /projects?obj_uuids=945fea4e-6a5b-4fe4-8788-a10d5224b48e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001158 10.0.0.242 - - [2025-06-02 02:28:46] "GET /project/945fea4e-6a5b-4fe4-8788-a10d5224b48e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.043248 10.0.0.242 - - [2025-06-02 02:28:46] "POST /neutron/network HTTP/1.1" 200 833 0.004787 10.0.0.242 - - [2025-06-02 02:28:46] "POST /neutron/port HTTP/1.1" 200 117 0.004840 10.0.0.242 - - [2025-06-02 02:28:46] "POST /neutron/port HTTP/1.1" 200 117 0.004623 10.0.0.242 - - [2025-06-02 02:28:46] "POST /neutron/port HTTP/1.1" 200 117 0.005128 10.0.0.242 - - [2025-06-02 02:28:46] "POST /neutron/network HTTP/1.1" 200 843 0.005846 10.0.0.242 - - [2025-06-02 02:28:46] "GET /projects?obj_uuids=945fea4e-6a5b-4fe4-8788-a10d5224b48e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001225 10.0.0.242 - - [2025-06-02 02:28:47] "POST /neutron/port HTTP/1.1" 200 1058 0.200745 10.0.0.242 - - [2025-06-02 02:28:47] "POST /neutron/port HTTP/1.1" 200 1058 0.008705 10.0.0.242 - - [2025-06-02 02:28:47] "POST /neutron/port HTTP/1.1" 200 1058 0.007969 10.0.0.242 - - [2025-06-02 02:28:47] "POST /neutron/port HTTP/1.1" 200 1112 0.060980 10.0.0.242 - - [2025-06-02 02:28:47] "POST /neutron/port HTTP/1.1" 200 1086 0.014543 10.0.0.242 - - [2025-06-02 02:28:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002688 10.0.0.242 - - [2025-06-02 02:28:47] "POST /neutron/subnet HTTP/1.1" 200 685 0.009152 10.0.0.242 - - [2025-06-02 02:28:47] "POST /neutron/port HTTP/1.1" 200 117 0.001224 10.0.0.242 - - [2025-06-02 02:28:47] "POST /neutron/network HTTP/1.1" 200 833 0.005076 10.0.0.242 - - [2025-06-02 02:28:51] "POST /neutron/port HTTP/1.1" 200 1086 0.020691 10.0.0.242 - - [2025-06-02 02:28:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006545 10.0.0.242 - - [2025-06-02 02:28:51] "POST /neutron/port HTTP/1.1" 200 1086 0.017521 10.0.0.242 - - [2025-06-02 02:28:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007684 10.0.0.242 - - [2025-06-02 02:28:51] "POST /neutron/port HTTP/1.1" 200 1086 0.020949 10.0.0.242 - - [2025-06-02 02:28:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008843 10.0.0.242 - - [2025-06-02 02:28:51] "GET /virtual-machine/d5442477-832c-4abb-8055-9cd59bf2b483 HTTP/1.1" 200 1295 0.006822 10.0.0.242 - - [2025-06-02 02:28:51] "GET /virtual-machine-interface/1f600f7f-d2f0-4202-a6f9-e982067bebd4 HTTP/1.1" 200 2971 0.008675 10.0.0.242 - - [2025-06-02 02:28:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004380 10.0.0.242 - - [2025-06-02 02:28:51] "GET /global-vrouter-config/132714b1-fcbe-47d4-8106-4ed4f21abed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1562 0.004458 10.0.0.242 - - [2025-06-02 02:28:51] "GET /virtual-networks?parent_id=945fea4e-6a5b-4fe4-8788-a10d5224b48e&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.004298 10.0.0.242 - - [2025-06-02 02:28:52] "GET /virtual-network/f3355859-a282-493c-a382-939edc150a2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005478 10.0.0.242 - - [2025-06-02 02:28:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003251 10.0.0.242 - - [2025-06-02 02:28:55] "GET /virtual-network/f3355859-a282-493c-a382-939edc150a2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005402 10.0.0.242 - - [2025-06-02 02:28:56] "POST /neutron/port HTTP/1.1" 200 1086 0.019135 10.0.0.242 - - [2025-06-02 02:28:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005715 10.0.0.242 - - [2025-06-02 02:28:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.242 - - [2025-06-02 02:28:57] "GET /global-vrouter-config/132714b1-fcbe-47d4-8106-4ed4f21abed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1562 0.003159 10.0.0.242 - - [2025-06-02 02:28:57] "GET /virtual-networks?parent_id=945fea4e-6a5b-4fe4-8788-a10d5224b48e&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003141 10.0.0.242 - - [2025-06-02 02:28:57] "GET /virtual-network/f3355859-a282-493c-a382-939edc150a2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006819 10.0.0.242 - - [2025-06-02 02:29:01] "POST /neutron/network HTTP/1.1" 200 807 0.010610 10.0.0.242 - - [2025-06-02 02:29:01] "POST /neutron/network HTTP/1.1" 200 833 0.005746 10.0.0.242 - - [2025-06-02 02:29:01] "POST /id-to-fqname HTTP/1.1" 200 227 0.001252 10.0.0.242 - - [2025-06-02 02:29:02] "POST /neutron/port HTTP/1.1" 200 1086 0.014044 10.0.0.242 - - [2025-06-02 02:29:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005544 10.0.0.242 - - [2025-06-02 02:29:02] "POST /neutron/network HTTP/1.1" 200 843 0.005728 10.0.0.242 - - [2025-06-02 02:29:02] "GET /aaa-mode HTTP/1.1" 401 293 0.000425 10.0.0.242 - - [2025-06-02 02:29:02] "GET / HTTP/1.1" 200 36215 0.002724 10.0.0.242 - - [2025-06-02 02:29:02] "GET /project/945fea4e-6a5b-4fe4-8788-a10d5224b48e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000407 10.0.0.242 - - [2025-06-02 02:29:02] "GET /projects?obj_uuids=945fea4e-6a5b-4fe4-8788-a10d5224b48e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001134 10.0.0.242 - - [2025-06-02 02:29:02] "GET /project/945fea4e-6a5b-4fe4-8788-a10d5224b48e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.046901 10.0.0.242 - - [2025-06-02 02:29:02] "POST /neutron/network HTTP/1.1" 200 833 0.005375 10.0.0.242 - - [2025-06-02 02:29:03] "POST /neutron/port HTTP/1.1" 200 1086 0.016242 10.0.0.242 - - [2025-06-02 02:29:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005964 10.0.0.242 - - [2025-06-02 02:29:03] "POST /neutron/port HTTP/1.1" 200 117 0.004836 10.0.0.242 - - [2025-06-02 02:29:03] "POST /neutron/port HTTP/1.1" 200 117 0.005007 10.0.0.242 - - [2025-06-02 02:29:03] "POST /neutron/network HTTP/1.1" 200 843 0.005745 10.0.0.242 - - [2025-06-02 02:29:03] "GET /projects?obj_uuids=945fea4e-6a5b-4fe4-8788-a10d5224b48e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001126 10.0.0.242 - - [2025-06-02 02:29:03] "POST /neutron/port HTTP/1.1" 200 1058 0.180039 10.0.0.242 - - [2025-06-02 02:29:03] "POST /neutron/port HTTP/1.1" 200 1058 0.008946 10.0.0.242 - - [2025-06-02 02:29:03] "POST /neutron/port HTTP/1.1" 200 1058 0.007986 10.0.0.242 - - [2025-06-02 02:29:03] "POST /neutron/port HTTP/1.1" 200 1112 0.059195 10.0.0.242 - - [2025-06-02 02:29:03] "POST /neutron/port HTTP/1.1" 200 1086 0.013861 10.0.0.242 - - [2025-06-02 02:29:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002939 10.0.0.242 - - [2025-06-02 02:29:03] "POST /neutron/subnet HTTP/1.1" 200 685 0.009827 10.0.0.242 - - [2025-06-02 02:29:03] "POST /neutron/port HTTP/1.1" 200 117 0.001031 10.0.0.242 - - [2025-06-02 02:29:03] "POST /neutron/network HTTP/1.1" 200 833 0.004790 10.0.0.242 - - [2025-06-02 02:29:08] "POST /neutron/port HTTP/1.1" 200 1086 0.014755 10.0.0.242 - - [2025-06-02 02:29:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006564 10.0.0.242 - - [2025-06-02 02:29:08] "POST /neutron/port HTTP/1.1" 200 1086 0.015535 10.0.0.242 - - [2025-06-02 02:29:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005598 10.0.0.242 - - [2025-06-02 02:29:08] "POST /neutron/port HTTP/1.1" 200 1086 0.015695 10.0.0.242 - - [2025-06-02 02:29:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005740 10.0.0.242 - - [2025-06-02 02:29:08] "GET /virtual-machine/01553abe-ad88-4ee3-b665-51dec6ef4689 HTTP/1.1" 200 1293 0.004641 10.0.0.242 - - [2025-06-02 02:29:08] "GET /virtual-machine-interface/c3c2e0af-6cc6-4319-91c7-0176feba2ae1 HTTP/1.1" 200 2972 0.006102 10.0.0.242 - - [2025-06-02 02:29:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002466 10.0.0.242 - - [2025-06-02 02:29:08] "GET /global-vrouter-config/132714b1-fcbe-47d4-8106-4ed4f21abed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1562 0.003234 10.0.0.242 - - [2025-06-02 02:29:08] "GET /virtual-networks?parent_id=945fea4e-6a5b-4fe4-8788-a10d5224b48e&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003462 10.0.0.242 - - [2025-06-02 02:29:08] "GET /virtual-network/f3355859-a282-493c-a382-939edc150a2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006967 10.0.0.242 - - [2025-06-02 02:29:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.242 - - [2025-06-02 02:29:11] "GET /virtual-network/f3355859-a282-493c-a382-939edc150a2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005492 10.0.0.242 - - [2025-06-02 02:29:12] "POST /neutron/port HTTP/1.1" 200 1086 0.015196 10.0.0.242 - - [2025-06-02 02:29:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004743 10.0.0.242 - - [2025-06-02 02:29:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576 10.0.0.242 - - [2025-06-02 02:29:13] "GET /global-vrouter-config/132714b1-fcbe-47d4-8106-4ed4f21abed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1562 0.003329 10.0.0.242 - - [2025-06-02 02:29:13] "GET /virtual-networks?parent_id=945fea4e-6a5b-4fe4-8788-a10d5224b48e&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002557 10.0.0.242 - - [2025-06-02 02:29:13] "GET /virtual-network/f3355859-a282-493c-a382-939edc150a2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006640 10.0.0.242 - - [2025-06-02 02:29:14] "POST /neutron/port HTTP/1.1" 200 1086 0.016006 10.0.0.242 - - [2025-06-02 02:29:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006885 10.0.0.242 - - [2025-06-02 02:29:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.242 - - [2025-06-02 02:29:24] "DELETE /virtual-DNS/57ad0dc7-6aaa-49b5-ae49-85ad907af82b HTTP/1.1" 409 236 0.005713 10.0.0.242 - - [2025-06-02 02:29:24] "POST /fqname-to-id HTTP/1.1" 404 192 0.002815 10.0.0.242 - - [2025-06-02 02:29:25] "POST /virtual-DNS-records HTTP/1.1" 200 533 0.015757 10.0.0.242 - - [2025-06-02 02:29:25] "GET /virtual-DNS-record/1d632e6c-caf7-4419-a3e2-5531cd1cc52e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.004468 10.0.0.242 - - [2025-06-02 02:29:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002852 10.0.0.242 - - [2025-06-02 02:29:25] "GET /virtual-DNS-record/1d632e6c-caf7-4419-a3e2-5531cd1cc52e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.003346 10.0.0.242 - - [2025-06-02 02:29:25] "GET /domains HTTP/1.1" 200 281 0.002779 10.0.0.242 - - [2025-06-02 02:29:25] "GET /domains?obj_uuids=c1398e6d-186b-472e-80bf-1735e2faf972&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001072 10.0.0.242 - - [2025-06-02 02:29:25] "GET /domain/c1398e6d-186b-472e-80bf-1735e2faf972 HTTP/1.1" 200 2970 0.007130 10.0.0.242 - - [2025-06-02 02:29:25] "GET /virtual-DNS/57ad0dc7-6aaa-49b5-ae49-85ad907af82b HTTP/1.1" 200 1911 0.003781 10.0.0.242 - - [2025-06-02 02:29:25] "GET /virtual-DNS-record/1d632e6c-caf7-4419-a3e2-5531cd1cc52e HTTP/1.1" 200 1338 0.002692 10.0.0.242 - - [2025-06-02 02:29:30] "DELETE /virtual-DNS-record/1d632e6c-caf7-4419-a3e2-5531cd1cc52e HTTP/1.1" 200 115 0.020186 10.0.0.242 - - [2025-06-02 02:29:30] "POST /fqname-to-id HTTP/1.1" 404 184 0.002482 10.0.0.242 - - [2025-06-02 02:29:30] "POST /neutron/network HTTP/1.1" 200 833 0.005770 10.0.0.242 - - [2025-06-02 02:29:30] "POST /neutron/network HTTP/1.1" 400 204 0.009275 10.0.0.242 - - [2025-06-02 02:29:31] "POST /neutron/port HTTP/1.1" 200 1086 0.023587 10.0.0.242 - - [2025-06-02 02:29:31] "POST /neutron/port HTTP/1.1" 200 1112 0.007661 10.0.0.242 - - [2025-06-02 02:29:31] "POST /neutron/port HTTP/1.1" 200 1086 0.017267 10.0.0.242 - - [2025-06-02 02:29:31] "POST /neutron/port HTTP/1.1" 200 1112 0.008675 10.0.0.242 - - [2025-06-02 02:29:31] "POST /neutron/port HTTP/1.1" 200 151 0.140498 10.0.0.242 - - [2025-06-02 02:29:31] "POST /neutron/port HTTP/1.1" 200 151 0.123985 10.0.0.242 - - [2025-06-02 02:29:32] "POST /neutron/network HTTP/1.1" 200 833 0.005564 10.0.0.242 - - [2025-06-02 02:29:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002757 10.0.0.242 - - [2025-06-02 02:29:33] "DELETE /route-target/515d1225-935b-48b3-9278-10d6f94247a6 HTTP/1.1" 200 115 0.036906 10.0.0.242 - - [2025-06-02 02:29:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002390 10.0.0.242 - - [2025-06-02 02:29:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002141 10.0.0.242 - - [2025-06-02 02:29:33] "POST /neutron/network HTTP/1.1" 200 151 0.193334 10.0.0.242 - - [2025-06-02 02:29:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002428 10.0.0.242 - - [2025-06-02 02:29:33] "DELETE /network-ipam/eb53a530-c23c-4cc1-9c5b-e918979cf518 HTTP/1.1" 200 115 0.025696 10.0.0.242 - - [2025-06-02 02:29:33] "DELETE /virtual-DNS/57ad0dc7-6aaa-49b5-ae49-85ad907af82b HTTP/1.1" 200 115 0.019428 10.0.0.242 - - [2025-06-02 02:29:33] "POST /fqname-to-id HTTP/1.1" 404 180 0.003582 10.0.0.242 - - [2025-06-02 02:29:33] "GET /domains HTTP/1.1" 200 281 0.002762 10.0.0.242 - - [2025-06-02 02:29:33] "GET /domains?obj_uuids=c1398e6d-186b-472e-80bf-1735e2faf972&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001199 10.0.0.242 - - [2025-06-02 02:29:33] "GET /domain/c1398e6d-186b-472e-80bf-1735e2faf972 HTTP/1.1" 200 2769 0.008523 10.0.0.242 - - [2025-06-02 02:29:33] "GET /projects?obj_uuids=945fea4e-6a5b-4fe4-8788-a10d5224b48e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001680 10.0.0.242 - - [2025-06-02 02:29:33] "GET /project/945fea4e-6a5b-4fe4-8788-a10d5224b48e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.026422 10.0.0.242 - - [2025-06-02 02:29:33] "GET /projects?obj_uuids=945fea4e-6a5b-4fe4-8788-a10d5224b48e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001168 10.0.0.242 - - [2025-06-02 02:29:33] "DELETE /project/945fea4e6a5b4fe48788a10d5224b48e HTTP/1.1" 404 173 0.008216 10.0.0.242 - - [2025-06-02 02:29:33] "GET /projects?obj_uuids=74ae5a36-ba12-4df7-a385-ec65b038807a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001035 10.0.0.242 - - [2025-06-02 02:29:33] "GET /project/74ae5a36-ba12-4df7-a385-ec65b038807a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1470 0.027365 10.0.0.242 - - [2025-06-02 02:29:33] "GET /projects?obj_uuids=74ae5a36-ba12-4df7-a385-ec65b038807a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001019 10.0.0.242 - - [2025-06-02 02:29:33] "GET /project/945fea4e-6a5b-4fe4-8788-a10d5224b48e?fields=virtual_networks HTTP/1.1" 200 1046 0.081606 10.0.0.242 - - [2025-06-02 02:29:33] "GET /project/74ae5a36-ba12-4df7-a385-ec65b038807a?fields=security_groups HTTP/1.1" 200 1367 0.072322 10.0.0.242 - - [2025-06-02 02:29:33] "GET /projects?obj_uuids=945fea4e-6a5b-4fe4-8788-a10d5224b48e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001099 10.0.0.242 - - [2025-06-02 02:29:33] "GET /project/945fea4e-6a5b-4fe4-8788-a10d5224b48e?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.083155 10.0.0.242 - - [2025-06-02 02:29:33] "DELETE /security-group/aa9baacb-a0ea-4684-879d-3783205f924a HTTP/1.1" 200 115 0.060751 10.0.0.242 - - [2025-06-02 02:29:33] "GET /projects?obj_uuids=74ae5a36-ba12-4df7-a385-ec65b038807a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001083 10.0.0.242 - - [2025-06-02 02:29:33] "GET /projects?obj_uuids=945fea4e-6a5b-4fe4-8788-a10d5224b48e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001041 10.0.0.242 - - [2025-06-02 02:29:33] "DELETE /access-control-list/a7560748-4e3b-4382-8831-db91f3ae9d46 HTTP/1.1" 200 115 0.036777 10.0.0.242 - - [2025-06-02 02:29:33] "GET /project/74ae5a36-ba12-4df7-a385-ec65b038807a?fields=application_policy_sets HTTP/1.1" 200 1406 0.040505 10.0.0.242 - - [2025-06-02 02:29:33] "DELETE /access-control-list/5d32ad99-6b24-4e47-9636-5363a7721320 HTTP/1.1" 200 115 0.030101 10.0.0.242 - - [2025-06-02 02:29:33] "GET /project/945fea4e-6a5b-4fe4-8788-a10d5224b48e?fields=security_groups HTTP/1.1" 200 1274 0.073539 10.0.0.242 - - [2025-06-02 02:29:33] "DELETE /project/74ae5a36-ba12-4df7-a385-ec65b038807a HTTP/1.1" 200 115 0.355729 10.0.0.242 - - [2025-06-02 02:29:34] "POST /fqname-to-id HTTP/1.1" 404 189 0.022464 10.0.0.242 - - [2025-06-02 02:29:34] "GET /projects?obj_uuids=c1dce9b3-61d4-4ebd-9c17-0eb888488773&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002609 10.0.0.242 - - [2025-06-02 02:29:34] "GET /domains?obj_uuids=c1398e6d-186b-472e-80bf-1735e2faf972&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001069 10.0.0.242 - - [2025-06-02 02:29:34] "GET /domain/c1398e6d-186b-472e-80bf-1735e2faf972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007750 10.0.0.242 - - [2025-06-02 02:29:34] "POST /id-to-fqname HTTP/1.1" 200 191 0.001712 10.0.0.242 - - [2025-06-02 02:29:34] "POST /fqname-to-id HTTP/1.1" 404 200 0.003177 10.0.0.242 - - [2025-06-02 02:29:34] "POST /security-groups HTTP/1.1" 200 592 0.059336 10.0.0.242 - - [2025-06-02 02:29:34] "POST /fqname-to-id HTTP/1.1" 404 235 0.002816 10.0.0.242 - - [2025-06-02 02:29:35] "POST /projects HTTP/1.1" 200 587 0.206417 10.0.0.242 - - [2025-06-02 02:29:35] "POST /access-control-lists HTTP/1.1" 200 599 0.060831 10.0.0.242 - - [2025-06-02 02:29:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.278890 10.0.0.242 - - [2025-06-02 02:29:35] "POST /fqname-to-id HTTP/1.1" 404 234 0.003890 10.0.0.242 - - [2025-06-02 02:29:35] "GET /project/c1dce9b3-61d4-4ebd-9c17-0eb888488773?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.398591 10.0.0.242 - - [2025-06-02 02:29:35] "POST /access-control-lists HTTP/1.1" 200 597 0.059784 10.0.0.242 - - [2025-06-02 02:29:36] "GET / HTTP/1.1" 200 36215 0.002141 10.0.0.242 - - [2025-06-02 02:29:36] "POST /fqname-to-id HTTP/1.1" 401 293 0.000509 10.0.0.242 - - [2025-06-02 02:29:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.053713 10.0.0.242 - - [2025-06-02 02:29:37] "GET /projects?obj_uuids=c1dce9b3-61d4-4ebd-9c17-0eb888488773&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001365 10.0.0.242 - - [2025-06-02 02:29:37] "GET /project/c1dce9b3-61d4-4ebd-9c17-0eb888488773?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.024896 10.0.0.242 - - [2025-06-02 02:29:37] "POST /neutron/network HTTP/1.1" 200 117 0.028272 10.0.0.242 - - [2025-06-02 02:29:37] "GET /projects?obj_uuids=c1dce9b3-61d4-4ebd-9c17-0eb888488773&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002898 10.0.0.242 - - [2025-06-02 02:29:37] "POST /neutron/network HTTP/1.1" 200 606 0.074672 10.0.0.242 - - [2025-06-02 02:29:37] "POST /route-targets HTTP/1.1" 200 328 0.010964 10.0.0.242 - - [2025-06-02 02:29:37] "POST /ref-update HTTP/1.1" 200 156 0.014531 10.0.0.242 - - [2025-06-02 02:29:37] "POST /useragent-kv HTTP/1.1" 200 115 0.005836 10.0.0.242 - - [2025-06-02 02:29:37] "POST /neutron/subnet HTTP/1.1" 200 734 0.154977 10.0.0.242 - - [2025-06-02 02:29:37] "POST /neutron/network HTTP/1.1" 200 827 0.005773 10.0.0.242 - - [2025-06-02 02:29:37] "POST /id-to-fqname HTTP/1.1" 200 221 0.001211 10.0.0.242 - - [2025-06-02 02:29:37] "GET /virtual-network/0a1f03b8-c247-4b1f-97be-84404fef1b98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005106 10.0.0.242 - - [2025-06-02 02:29:37] "POST /neutron/network HTTP/1.1" 200 827 0.006340 10.0.0.242 - - [2025-06-02 02:29:37] "GET /virtual-network/0a1f03b8-c247-4b1f-97be-84404fef1b98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005228 10.0.0.242 - - [2025-06-02 02:29:37] "POST /neutron/network HTTP/1.1" 200 827 0.005540 10.0.0.242 - - [2025-06-02 02:29:37] "POST /neutron/subnet HTTP/1.1" 200 734 0.007368 10.0.0.242 - - [2025-06-02 02:29:37] "POST /id-to-fqname HTTP/1.1" 200 221 0.001346 10.0.0.242 - - [2025-06-02 02:29:38] "POST /neutron/network HTTP/1.1" 200 837 0.005612 10.0.0.242 - - [2025-06-02 02:29:38] "GET /aaa-mode HTTP/1.1" 401 293 0.000482 10.0.0.242 - - [2025-06-02 02:29:38] "GET / HTTP/1.1" 200 36215 0.002039 10.0.0.242 - - [2025-06-02 02:29:38] "GET /project/c1dce9b3-61d4-4ebd-9c17-0eb888488773?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000408 10.0.0.242 - - [2025-06-02 02:29:38] "GET /projects?obj_uuids=c1dce9b3-61d4-4ebd-9c17-0eb888488773&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001430 10.0.0.242 - - [2025-06-02 02:29:38] "GET /project/c1dce9b3-61d4-4ebd-9c17-0eb888488773?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.057320 10.0.0.242 - - [2025-06-02 02:29:38] "POST /neutron/network HTTP/1.1" 200 827 0.006457 10.0.0.242 - - [2025-06-02 02:29:39] "POST /neutron/port HTTP/1.1" 200 117 0.004858 10.0.0.242 - - [2025-06-02 02:29:39] "POST /neutron/port HTTP/1.1" 200 117 0.004946 10.0.0.242 - - [2025-06-02 02:29:39] "POST /id-to-fqname HTTP/1.1" 200 221 0.001419 10.0.0.242 - - [2025-06-02 02:29:39] "POST /neutron/port HTTP/1.1" 200 117 0.007381 10.0.0.242 - - [2025-06-02 02:29:39] "POST /neutron/network HTTP/1.1" 200 837 0.005440 10.0.0.242 - - [2025-06-02 02:29:39] "GET /aaa-mode HTTP/1.1" 401 293 0.000426 10.0.0.242 - - [2025-06-02 02:29:39] "POST /neutron/network HTTP/1.1" 200 837 0.005632 10.0.0.242 - - [2025-06-02 02:29:39] "GET /projects?obj_uuids=c1dce9b3-61d4-4ebd-9c17-0eb888488773&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001178 10.0.0.242 - - [2025-06-02 02:29:39] "GET / HTTP/1.1" 200 36215 0.004057 10.0.0.242 - - [2025-06-02 02:29:39] "GET /project/c1dce9b3-61d4-4ebd-9c17-0eb888488773?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000428 10.0.0.242 - - [2025-06-02 02:29:39] "POST /neutron/port HTTP/1.1" 200 1063 0.205166 10.0.0.242 - - [2025-06-02 02:29:39] "POST /neutron/port HTTP/1.1" 200 1063 0.008696 10.0.0.242 - - [2025-06-02 02:29:39] "POST /neutron/port HTTP/1.1" 200 1063 0.008229 10.0.0.242 - - [2025-06-02 02:29:39] "POST /neutron/port HTTP/1.1" 200 1117 0.080320 10.0.0.242 - - [2025-06-02 02:29:39] "POST /neutron/port HTTP/1.1" 200 1091 0.014161 10.0.0.242 - - [2025-06-02 02:29:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002879 10.0.0.242 - - [2025-06-02 02:29:39] "POST /neutron/subnet HTTP/1.1" 200 708 0.011141 10.0.0.242 - - [2025-06-02 02:29:39] "POST /neutron/port HTTP/1.1" 200 117 0.001113 10.0.0.242 - - [2025-06-02 02:29:39] "POST /neutron/network HTTP/1.1" 200 827 0.005072 10.0.0.242 - - [2025-06-02 02:29:39] "GET /projects?obj_uuids=c1dce9b3-61d4-4ebd-9c17-0eb888488773&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001721 10.0.0.242 - - [2025-06-02 02:29:40] "GET /project/c1dce9b3-61d4-4ebd-9c17-0eb888488773?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.049978 10.0.0.242 - - [2025-06-02 02:29:40] "POST /neutron/network HTTP/1.1" 200 827 0.005181 10.0.0.242 - - [2025-06-02 02:29:40] "POST /neutron/port HTTP/1.1" 200 1091 0.017818 10.0.0.242 - - [2025-06-02 02:29:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006661 10.0.0.242 - - [2025-06-02 02:29:40] "POST /neutron/port HTTP/1.1" 200 117 0.005781 10.0.0.242 - - [2025-06-02 02:29:40] "POST /neutron/port HTTP/1.1" 200 1091 0.016102 10.0.0.242 - - [2025-06-02 02:29:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006324 10.0.0.242 - - [2025-06-02 02:29:40] "POST /neutron/network HTTP/1.1" 200 837 0.006770 10.0.0.242 - - [2025-06-02 02:29:40] "GET /projects?obj_uuids=c1dce9b3-61d4-4ebd-9c17-0eb888488773&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001380 10.0.0.242 - - [2025-06-02 02:29:40] "POST /neutron/port HTTP/1.1" 200 1063 0.227956 10.0.0.242 - - [2025-06-02 02:29:40] "POST /neutron/port HTTP/1.1" 200 1063 0.009725 10.0.0.242 - - [2025-06-02 02:29:40] "POST /neutron/port HTTP/1.1" 200 1063 0.008372 10.0.0.242 - - [2025-06-02 02:29:40] "POST /neutron/port HTTP/1.1" 200 1117 0.087606 10.0.0.242 - - [2025-06-02 02:29:41] "POST /neutron/port HTTP/1.1" 200 1091 0.019656 10.0.0.242 - - [2025-06-02 02:29:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003112 10.0.0.242 - - [2025-06-02 02:29:41] "POST /neutron/subnet HTTP/1.1" 200 708 0.009737 10.0.0.242 - - [2025-06-02 02:29:41] "POST /neutron/port HTTP/1.1" 200 117 0.001071 10.0.0.242 - - [2025-06-02 02:29:41] "POST /neutron/network HTTP/1.1" 200 827 0.004571 10.0.0.242 - - [2025-06-02 02:29:42] "GET /obj-perms HTTP/1.1" 200 5075 0.046376 10.0.0.242 - - [2025-06-02 02:29:42] "GET /obj-perms HTTP/1.1" 200 5075 0.040391 10.0.0.242 - - [2025-06-02 02:29:45] "POST /neutron/port HTTP/1.1" 200 1091 0.015046 10.0.0.242 - - [2025-06-02 02:29:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006460 10.0.0.242 - - [2025-06-02 02:29:45] "POST /neutron/port HTTP/1.1" 200 1091 0.017928 10.0.0.242 - - [2025-06-02 02:29:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006749 10.0.0.242 - - [2025-06-02 02:29:45] "POST /neutron/port HTTP/1.1" 200 1091 0.022394 10.0.0.242 - - [2025-06-02 02:29:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010907 10.0.0.242 - - [2025-06-02 02:29:45] "GET /virtual-machine/a6ecb963-a5bc-499c-8969-f893076e7c7f HTTP/1.1" 401 293 0.000583 10.0.0.242 - - [2025-06-02 02:29:46] "GET /virtual-machine/a6ecb963-a5bc-499c-8969-f893076e7c7f HTTP/1.1" 200 1295 0.030601 10.0.0.242 - - [2025-06-02 02:29:46] "GET /virtual-machine-interface/3d5fc52b-a2de-4563-a97c-e7f4b1cfbc07 HTTP/1.1" 200 2953 0.005238 10.0.0.242 - - [2025-06-02 02:29:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.242 - - [2025-06-02 02:29:46] "GET /global-vrouter-config/132714b1-fcbe-47d4-8106-4ed4f21abed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1562 0.002920 10.0.0.242 - - [2025-06-02 02:29:46] "GET /virtual-networks?parent_id=c1dce9b3-61d4-4ebd-9c17-0eb888488773&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003038 10.0.0.242 - - [2025-06-02 02:29:46] "GET /virtual-network/0a1f03b8-c247-4b1f-97be-84404fef1b98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005618 10.0.0.242 - - [2025-06-02 02:29:46] "GET /global-system-configs HTTP/1.1" 200 323 0.028948 10.0.0.242 - - [2025-06-02 02:29:46] "GET /obj-perms HTTP/1.1" 200 5075 0.060433 10.0.0.242 - - [2025-06-02 02:29:47] "GET /global-system-configs HTTP/1.1" 200 323 0.029156 10.0.0.242 - - [2025-06-02 02:29:47] "GET /obj-perms HTTP/1.1" 200 5075 0.062734 10.0.0.242 - - [2025-06-02 02:29:48] "POST /neutron/port HTTP/1.1" 200 1091 0.015009 10.0.0.242 - - [2025-06-02 02:29:48] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004835 10.0.0.242 - - [2025-06-02 02:29:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002917 10.0.0.242 - - [2025-06-02 02:29:49] "GET /virtual-network/0a1f03b8-c247-4b1f-97be-84404fef1b98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005256 10.0.0.242 - - [2025-06-02 02:29:50] "POST /neutron/port HTTP/1.1" 200 1091 0.018384 10.0.0.242 - - [2025-06-02 02:29:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006697 10.0.0.242 - - [2025-06-02 02:29:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003193 10.0.0.242 - - [2025-06-02 02:29:51] "GET /global-vrouter-config/132714b1-fcbe-47d4-8106-4ed4f21abed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1562 0.003048 10.0.0.242 - - [2025-06-02 02:29:51] "GET /virtual-networks?parent_id=c1dce9b3-61d4-4ebd-9c17-0eb888488773&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003084 10.0.0.242 - - [2025-06-02 02:29:51] "GET /virtual-network/0a1f03b8-c247-4b1f-97be-84404fef1b98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005855 10.0.0.242 - - [2025-06-02 02:29:51] "POST /neutron/port HTTP/1.1" 200 1091 0.015806 10.0.0.242 - - [2025-06-02 02:29:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006305 10.0.0.242 - - [2025-06-02 02:29:51] "POST /neutron/port HTTP/1.1" 200 1091 0.014446 10.0.0.242 - - [2025-06-02 02:29:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006135 10.0.0.242 - - [2025-06-02 02:29:51] "POST /neutron/port HTTP/1.1" 200 1091 0.015405 10.0.0.242 - - [2025-06-02 02:29:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007147 10.0.0.242 - - [2025-06-02 02:29:51] "GET /virtual-machine/a2ffa976-47a5-43b9-ade9-9a6e16ca340b HTTP/1.1" 200 1296 0.005006 10.0.0.242 - - [2025-06-02 02:29:51] "GET /virtual-machine-interface/e8406d9d-60cc-451c-859f-78da49c9301b HTTP/1.1" 200 2953 0.005248 10.0.0.242 - - [2025-06-02 02:29:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.242 - - [2025-06-02 02:29:51] "GET /global-vrouter-config/132714b1-fcbe-47d4-8106-4ed4f21abed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1562 0.004170 10.0.0.242 - - [2025-06-02 02:29:52] "GET /virtual-networks?parent_id=c1dce9b3-61d4-4ebd-9c17-0eb888488773&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003079 10.0.0.242 - - [2025-06-02 02:29:52] "GET /virtual-network/0a1f03b8-c247-4b1f-97be-84404fef1b98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005422 10.0.0.242 - - [2025-06-02 02:29:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.242 - - [2025-06-02 02:29:53] "GET /global-vrouter-config/132714b1-fcbe-47d4-8106-4ed4f21abed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1562 0.003013 10.0.0.242 - - [2025-06-02 02:29:53] "GET /virtual-networks?parent_id=c1dce9b3-61d4-4ebd-9c17-0eb888488773&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003278 10.0.0.242 - - [2025-06-02 02:29:53] "GET /virtual-network/0a1f03b8-c247-4b1f-97be-84404fef1b98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005656 10.0.0.242 - - [2025-06-02 02:29:58] "POST /neutron/network HTTP/1.1" 200 827 0.011974 10.0.0.242 - - [2025-06-02 02:29:58] "POST /neutron/network HTTP/1.1" 400 204 0.011604 10.0.0.242 - - [2025-06-02 02:29:58] "POST /neutron/port HTTP/1.1" 200 1091 0.019875 10.0.0.242 - - [2025-06-02 02:29:58] "POST /neutron/port HTTP/1.1" 200 1117 0.008712 10.0.0.242 - - [2025-06-02 02:29:58] "POST /neutron/port HTTP/1.1" 200 1091 0.026461 10.0.0.242 - - [2025-06-02 02:29:58] "POST /neutron/port HTTP/1.1" 200 1117 0.014806 10.0.0.242 - - [2025-06-02 02:29:58] "POST /neutron/port HTTP/1.1" 200 151 0.140813 10.0.0.242 - - [2025-06-02 02:29:58] "POST /neutron/port HTTP/1.1" 200 151 0.110180 10.0.0.242 - - [2025-06-02 02:30:00] "POST /neutron/network HTTP/1.1" 200 827 0.005429 10.0.0.242 - - [2025-06-02 02:30:00] "POST /useragent-kv HTTP/1.1" 200 115 0.005053 10.0.0.242 - - [2025-06-02 02:30:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005874 10.0.0.242 - - [2025-06-02 02:30:00] "POST /useragent-kv HTTP/1.1" 200 115 0.001719 10.0.0.242 - - [2025-06-02 02:30:00] "POST /neutron/network HTTP/1.1" 200 151 0.076364 10.0.0.242 - - [2025-06-02 02:30:00] "DELETE /route-target/811c4a5b-19aa-44b0-980e-75eca40aa295 HTTP/1.1" 200 115 0.018048 10.0.0.242 - - [2025-06-02 02:30:00] "GET /projects?obj_uuids=c1dce9b3-61d4-4ebd-9c17-0eb888488773&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001155 10.0.0.242 - - [2025-06-02 02:30:00] "GET /project/c1dce9b3-61d4-4ebd-9c17-0eb888488773?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.027112 10.0.0.242 - - [2025-06-02 02:30:00] "GET /projects?obj_uuids=c1dce9b3-61d4-4ebd-9c17-0eb888488773&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001165 10.0.0.242 - - [2025-06-02 02:30:00] "GET /project/c1dce9b3-61d4-4ebd-9c17-0eb888488773?fields=virtual_networks HTTP/1.1" 200 1047 0.074310 10.0.0.242 - - [2025-06-02 02:30:00] "GET /projects?obj_uuids=c1dce9b3-61d4-4ebd-9c17-0eb888488773&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001491 10.0.0.242 - - [2025-06-02 02:30:00] "GET /project/c1dce9b3-61d4-4ebd-9c17-0eb888488773?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.033332 10.0.0.242 - - [2025-06-02 02:30:00] "GET /projects?obj_uuids=c1dce9b3-61d4-4ebd-9c17-0eb888488773&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001198 10.0.0.242 - - [2025-06-02 02:30:00] "GET /project/c1dce9b3-61d4-4ebd-9c17-0eb888488773?fields=security_groups HTTP/1.1" 200 1275 0.029678 10.0.0.242 - - [2025-06-02 02:30:01] "POST /fqname-to-id HTTP/1.1" 404 188 0.022405 10.0.0.242 - - [2025-06-02 02:30:01] "GET /projects?obj_uuids=ee580faa-88ac-49ee-ba58-7905129fcada&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002602 10.0.0.242 - - [2025-06-02 02:30:01] "GET /domains?obj_uuids=c1398e6d-186b-472e-80bf-1735e2faf972&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001529 10.0.0.242 - - [2025-06-02 02:30:01] "GET /domain/c1398e6d-186b-472e-80bf-1735e2faf972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007813 10.0.0.242 - - [2025-06-02 02:30:01] "POST /id-to-fqname HTTP/1.1" 200 190 0.001294 10.0.0.242 - - [2025-06-02 02:30:01] "POST /fqname-to-id HTTP/1.1" 404 199 0.003025 10.0.0.242 - - [2025-06-02 02:30:01] "POST /security-groups HTTP/1.1" 200 591 0.063973 10.0.0.242 - - [2025-06-02 02:30:01] "POST /fqname-to-id HTTP/1.1" 404 234 0.003277 10.0.0.242 - - [2025-06-02 02:30:01] "POST /projects HTTP/1.1" 200 585 0.211578 10.0.0.242 - - [2025-06-02 02:30:02] "POST /access-control-lists HTTP/1.1" 200 598 0.058450 10.0.0.242 - - [2025-06-02 02:30:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.282307 10.0.0.242 - - [2025-06-02 02:30:02] "POST /fqname-to-id HTTP/1.1" 404 233 0.002842 10.0.0.242 - - [2025-06-02 02:30:02] "GET /project/ee580faa-88ac-49ee-ba58-7905129fcada?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.401726 10.0.0.242 - - [2025-06-02 02:30:02] "POST /access-control-lists HTTP/1.1" 200 596 0.059970 10.0.0.242 - - [2025-06-02 02:30:03] "GET / HTTP/1.1" 200 36215 0.002206 10.0.0.242 - - [2025-06-02 02:30:03] "POST /fqname-to-id HTTP/1.1" 401 293 0.000489 10.0.0.242 - - [2025-06-02 02:30:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.051872 10.0.0.242 - - [2025-06-02 02:30:04] "GET /projects?obj_uuids=ee580faa-88ac-49ee-ba58-7905129fcada&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001093 10.0.0.242 - - [2025-06-02 02:30:04] "GET /project/ee580faa-88ac-49ee-ba58-7905129fcada?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.030493 10.0.0.242 - - [2025-06-02 02:30:04] "POST /neutron/network HTTP/1.1" 200 117 0.027796 10.0.0.242 - - [2025-06-02 02:30:04] "GET /projects?obj_uuids=ee580faa-88ac-49ee-ba58-7905129fcada&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001447 10.0.0.242 - - [2025-06-02 02:30:04] "POST /neutron/network HTTP/1.1" 200 625 0.060844 10.0.0.242 - - [2025-06-02 02:30:04] "POST /route-targets HTTP/1.1" 200 328 0.011383 10.0.0.242 - - [2025-06-02 02:30:04] "POST /ref-update HTTP/1.1" 200 156 0.013982 10.0.0.242 - - [2025-06-02 02:30:04] "POST /useragent-kv HTTP/1.1" 200 115 0.012547 10.0.0.242 - - [2025-06-02 02:30:04] "POST /neutron/subnet HTTP/1.1" 200 701 0.177693 10.0.0.242 - - [2025-06-02 02:30:04] "POST /neutron/network HTTP/1.1" 200 839 0.004908 10.0.0.242 - - [2025-06-02 02:30:04] "POST /id-to-fqname HTTP/1.1" 200 230 0.001180 10.0.0.242 - - [2025-06-02 02:30:04] "GET /virtual-network/14712553-f0f1-40b9-90b5-54377772430c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005282 10.0.0.242 - - [2025-06-02 02:30:04] "POST /neutron/network HTTP/1.1" 200 839 0.005474 10.0.0.242 - - [2025-06-02 02:30:04] "GET /virtual-network/14712553-f0f1-40b9-90b5-54377772430c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004684 10.0.0.242 - - [2025-06-02 02:30:04] "POST /neutron/network HTTP/1.1" 200 839 0.005105 10.0.0.242 - - [2025-06-02 02:30:04] "POST /neutron/subnet HTTP/1.1" 200 701 0.006069 10.0.0.242 - - [2025-06-02 02:30:04] "POST /neutron/network HTTP/1.1" 200 839 0.005007 10.0.0.242 - - [2025-06-02 02:30:04] "POST /id-to-fqname HTTP/1.1" 200 230 0.001098 10.0.0.242 - - [2025-06-02 02:30:05] "POST /neutron/network HTTP/1.1" 200 849 0.005780 10.0.0.242 - - [2025-06-02 02:30:05] "GET /aaa-mode HTTP/1.1" 401 293 0.000434 10.0.0.242 - - [2025-06-02 02:30:05] "GET / HTTP/1.1" 200 36215 0.001582 10.0.0.242 - - [2025-06-02 02:30:05] "GET /project/ee580faa-88ac-49ee-ba58-7905129fcada?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000401 10.0.0.242 - - [2025-06-02 02:30:05] "GET /projects?obj_uuids=ee580faa-88ac-49ee-ba58-7905129fcada&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001314 10.0.0.242 - - [2025-06-02 02:30:05] "GET /project/ee580faa-88ac-49ee-ba58-7905129fcada?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.070828 10.0.0.242 - - [2025-06-02 02:30:05] "POST /neutron/network HTTP/1.1" 200 839 0.004996 10.0.0.242 - - [2025-06-02 02:30:05] "POST /neutron/port HTTP/1.1" 200 117 0.005534 10.0.0.242 - - [2025-06-02 02:30:05] "POST /neutron/port HTTP/1.1" 200 117 0.005212 10.0.0.242 - - [2025-06-02 02:30:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002774 10.0.0.242 - - [2025-06-02 02:30:06] "GET /global-vrouter-config/132714b1-fcbe-47d4-8106-4ed4f21abed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1562 0.003161 10.0.0.242 - - [2025-06-02 02:30:06] "PUT /global-vrouter-config/132714b1-fcbe-47d4-8106-4ed4f21abed4 HTTP/1.1" 200 277 0.010182 10.0.0.242 - - [2025-06-02 02:30:06] "POST /neutron/port HTTP/1.1" 200 117 0.008964 10.0.0.242 - - [2025-06-02 02:30:06] "POST /neutron/network HTTP/1.1" 200 849 0.005493 10.0.0.242 - - [2025-06-02 02:30:06] "GET /projects?obj_uuids=ee580faa-88ac-49ee-ba58-7905129fcada&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001060 10.0.0.242 - - [2025-06-02 02:30:06] "POST /neutron/port HTTP/1.1" 200 1055 0.198192 10.0.0.242 - - [2025-06-02 02:30:06] "POST /neutron/port HTTP/1.1" 200 1055 0.011090 10.0.0.242 - - [2025-06-02 02:30:06] "POST /neutron/port HTTP/1.1" 200 1055 0.008153 10.0.0.242 - - [2025-06-02 02:30:06] "POST /neutron/port HTTP/1.1" 200 1109 0.060612 10.0.0.242 - - [2025-06-02 02:30:06] "POST /neutron/port HTTP/1.1" 200 1083 0.014097 10.0.0.242 - - [2025-06-02 02:30:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003624 10.0.0.242 - - [2025-06-02 02:30:06] "POST /neutron/subnet HTTP/1.1" 200 675 0.010090 10.0.0.242 - - [2025-06-02 02:30:06] "POST /neutron/port HTTP/1.1" 200 117 0.001056 10.0.0.242 - - [2025-06-02 02:30:06] "POST /neutron/network HTTP/1.1" 200 839 0.004558 10.0.0.242 - - [2025-06-02 02:30:11] "POST /neutron/port HTTP/1.1" 200 1083 0.015049 10.0.0.242 - - [2025-06-02 02:30:11] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005646 10.0.0.242 - - [2025-06-02 02:30:11] "POST /neutron/port HTTP/1.1" 200 1083 0.013917 10.0.0.242 - - [2025-06-02 02:30:11] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005161 10.0.0.242 - - [2025-06-02 02:30:11] "POST /neutron/port HTTP/1.1" 200 1083 0.014371 10.0.0.242 - - [2025-06-02 02:30:11] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005339 10.0.0.242 - - [2025-06-02 02:30:11] "GET /virtual-machine/08294225-22fe-43ff-8454-e0ce3055d79a HTTP/1.1" 401 293 0.000429 10.0.0.242 - - [2025-06-02 02:30:11] "GET /virtual-machine/08294225-22fe-43ff-8454-e0ce3055d79a HTTP/1.1" 200 1292 0.025579 10.0.0.242 - - [2025-06-02 02:30:11] "GET /virtual-machine-interface/cdf909d8-1481-4334-9321-699acd75d8ce HTTP/1.1" 200 2979 0.004864 10.0.0.242 - - [2025-06-02 02:30:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002653 10.0.0.242 - - [2025-06-02 02:30:11] "GET /global-vrouter-config/132714b1-fcbe-47d4-8106-4ed4f21abed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1831 0.002951 10.0.0.242 - - [2025-06-02 02:30:11] "GET /virtual-networks?parent_id=ee580faa-88ac-49ee-ba58-7905129fcada&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003003 10.0.0.242 - - [2025-06-02 02:30:11] "GET /virtual-network/14712553-f0f1-40b9-90b5-54377772430c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005575 10.0.0.242 - - [2025-06-02 02:30:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.242 - - [2025-06-02 02:30:15] "GET /virtual-network/14712553-f0f1-40b9-90b5-54377772430c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004953 10.0.0.242 - - [2025-06-02 02:30:15] "POST /neutron/port HTTP/1.1" 200 1083 0.017126 10.0.0.242 - - [2025-06-02 02:30:15] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005360 10.0.0.242 - - [2025-06-02 02:30:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.242 - - [2025-06-02 02:30:17] "GET /global-vrouter-config/132714b1-fcbe-47d4-8106-4ed4f21abed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1831 0.003579 10.0.0.242 - - [2025-06-02 02:30:17] "GET /virtual-networks?parent_id=ee580faa-88ac-49ee-ba58-7905129fcada&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003455 10.0.0.242 - - [2025-06-02 02:30:17] "GET /virtual-network/14712553-f0f1-40b9-90b5-54377772430c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007175 10.0.0.242 - - [2025-06-02 02:30:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002941 10.0.0.242 - - [2025-06-02 02:30:19] "GET /global-vrouter-config/132714b1-fcbe-47d4-8106-4ed4f21abed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1831 0.003477 10.0.0.242 - - [2025-06-02 02:30:19] "PUT /global-vrouter-config/132714b1-fcbe-47d4-8106-4ed4f21abed4 HTTP/1.1" 200 277 0.009038 10.0.0.242 - - [2025-06-02 02:30:19] "POST /neutron/network HTTP/1.1" 200 839 0.006027 10.0.0.242 - - [2025-06-02 02:30:19] "POST /neutron/network HTTP/1.1" 400 204 0.010252 10.0.0.242 - - [2025-06-02 02:30:20] "POST /neutron/port HTTP/1.1" 200 1083 0.016401 10.0.0.242 - - [2025-06-02 02:30:20] "POST /neutron/port HTTP/1.1" 200 1109 0.012391 10.0.0.242 - - [2025-06-02 02:30:20] "POST /neutron/port HTTP/1.1" 200 151 0.099017 10.0.0.242 - - [2025-06-02 02:30:21] "POST /neutron/network HTTP/1.1" 200 839 0.005436 10.0.0.242 - - [2025-06-02 02:30:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.032092 10.0.0.242 - - [2025-06-02 02:30:21] "DELETE /route-target/ac214586-dbb1-4df9-8922-4d3bb796a1a8 HTTP/1.1" 200 115 0.017051 10.0.0.242 - - [2025-06-02 02:30:21] "POST /useragent-kv HTTP/1.1" 200 115 0.043858 10.0.0.242 - - [2025-06-02 02:30:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002519 10.0.0.242 - - [2025-06-02 02:30:21] "POST /neutron/network HTTP/1.1" 200 151 0.129057 10.0.0.242 - - [2025-06-02 02:30:22] "GET /global-vrouter-configs HTTP/1.1" 200 358 0.002822 10.0.0.242 - - [2025-06-02 02:30:22] "GET /global-vrouter-config/132714b1-fcbe-47d4-8106-4ed4f21abed4 HTTP/1.1" 200 1829 0.003061 10.0.0.242 - - [2025-06-02 02:30:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002142 10.0.0.242 - - [2025-06-02 02:30:22] "GET /projects?obj_uuids=ee580faa-88ac-49ee-ba58-7905129fcada&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001007 10.0.0.242 - - [2025-06-02 02:30:22] "GET /project/ee580faa-88ac-49ee-ba58-7905129fcada?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.024736 10.0.0.242 - - [2025-06-02 02:30:22] "POST /neutron/network HTTP/1.1" 200 117 0.007482 10.0.0.242 - - [2025-06-02 02:30:22] "GET /projects?obj_uuids=ee580faa-88ac-49ee-ba58-7905129fcada&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001654 10.0.0.242 - - [2025-06-02 02:30:22] "POST /neutron/network HTTP/1.1" 200 605 0.068936 10.0.0.242 - - [2025-06-02 02:30:22] "POST /route-targets HTTP/1.1" 200 328 0.011455 10.0.0.242 - - [2025-06-02 02:30:22] "POST /ref-update HTTP/1.1" 200 156 0.012038 10.0.0.242 - - [2025-06-02 02:30:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003526 10.0.0.242 - - [2025-06-02 02:30:22] "POST /neutron/subnet HTTP/1.1" 200 710 0.129471 10.0.0.242 - - [2025-06-02 02:30:22] "POST /neutron/network HTTP/1.1" 200 821 0.004802 10.0.0.242 - - [2025-06-02 02:30:22] "POST /id-to-fqname HTTP/1.1" 200 220 0.001217 10.0.0.242 - - [2025-06-02 02:30:22] "GET /virtual-network/7e69639a-e22c-4226-80ad-a267e12ff95c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.004648 10.0.0.242 - - [2025-06-02 02:30:22] "POST /neutron/network HTTP/1.1" 200 821 0.005543 10.0.0.242 - - [2025-06-02 02:30:22] "GET /virtual-network/7e69639a-e22c-4226-80ad-a267e12ff95c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005006 10.0.0.242 - - [2025-06-02 02:30:22] "POST /neutron/network HTTP/1.1" 200 821 0.005735 10.0.0.242 - - [2025-06-02 02:30:22] "POST /neutron/subnet HTTP/1.1" 200 710 0.007128 10.0.0.242 - - [2025-06-02 02:30:22] "POST /id-to-fqname HTTP/1.1" 200 220 0.001230 10.0.0.242 - - [2025-06-02 02:30:22] "POST /neutron/network HTTP/1.1" 200 831 0.005840 10.0.0.242 - - [2025-06-02 02:30:22] "GET /aaa-mode HTTP/1.1" 401 293 0.000454 10.0.0.242 - - [2025-06-02 02:30:23] "GET / HTTP/1.1" 200 36215 0.001884 10.0.0.242 - - [2025-06-02 02:30:23] "GET /project/ee580faa-88ac-49ee-ba58-7905129fcada?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000403 10.0.0.242 - - [2025-06-02 02:30:23] "GET /projects?obj_uuids=ee580faa-88ac-49ee-ba58-7905129fcada&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001223 10.0.0.242 - - [2025-06-02 02:30:23] "GET /project/ee580faa-88ac-49ee-ba58-7905129fcada?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.047588 10.0.0.242 - - [2025-06-02 02:30:23] "POST /neutron/network HTTP/1.1" 200 821 0.025278 10.0.0.242 - - [2025-06-02 02:30:23] "POST /neutron/port HTTP/1.1" 200 117 0.004711 10.0.0.242 - - [2025-06-02 02:30:23] "POST /neutron/port HTTP/1.1" 200 117 0.004832 10.0.0.242 - - [2025-06-02 02:30:23] "POST /neutron/port HTTP/1.1" 200 117 0.005103 10.0.0.242 - - [2025-06-02 02:30:24] "POST /neutron/network HTTP/1.1" 200 831 0.005705 10.0.0.242 - - [2025-06-02 02:30:24] "GET /projects?obj_uuids=ee580faa-88ac-49ee-ba58-7905129fcada&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001138 10.0.0.242 - - [2025-06-02 02:30:24] "POST /neutron/port HTTP/1.1" 200 1057 0.187522 10.0.0.242 - - [2025-06-02 02:30:24] "POST /neutron/port HTTP/1.1" 200 1057 0.029259 10.0.0.242 - - [2025-06-02 02:30:24] "POST /neutron/port HTTP/1.1" 200 1057 0.007873 10.0.0.242 - - [2025-06-02 02:30:24] "POST /neutron/port HTTP/1.1" 200 1111 0.050796 10.0.0.242 - - [2025-06-02 02:30:24] "POST /neutron/port HTTP/1.1" 200 1085 0.013887 10.0.0.242 - - [2025-06-02 02:30:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002642 10.0.0.242 - - [2025-06-02 02:30:24] "POST /neutron/subnet HTTP/1.1" 200 684 0.008932 10.0.0.242 - - [2025-06-02 02:30:24] "POST /neutron/port HTTP/1.1" 200 117 0.001033 10.0.0.242 - - [2025-06-02 02:30:24] "POST /neutron/network HTTP/1.1" 200 821 0.005713 10.0.0.242 - - [2025-06-02 02:30:29] "POST /neutron/port HTTP/1.1" 200 1085 0.014629 10.0.0.242 - - [2025-06-02 02:30:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005579 10.0.0.242 - - [2025-06-02 02:30:29] "POST /neutron/port HTTP/1.1" 200 1085 0.014556 10.0.0.242 - - [2025-06-02 02:30:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005517 10.0.0.242 - - [2025-06-02 02:30:29] "POST /neutron/port HTTP/1.1" 200 1085 0.022433 10.0.0.242 - - [2025-06-02 02:30:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006237 10.0.0.242 - - [2025-06-02 02:30:29] "GET /virtual-machine/fdcf268a-1870-4ee9-a0fd-05b11873f691 HTTP/1.1" 200 1295 0.004476 10.0.0.242 - - [2025-06-02 02:30:29] "GET /virtual-machine-interface/56e7139a-318e-4ece-b91e-8b627bba626a HTTP/1.1" 200 2948 0.005173 10.0.0.242 - - [2025-06-02 02:30:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002761 10.0.0.242 - - [2025-06-02 02:30:29] "GET /global-vrouter-config/132714b1-fcbe-47d4-8106-4ed4f21abed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1562 0.002931 10.0.0.242 - - [2025-06-02 02:30:29] "GET /virtual-networks?parent_id=ee580faa-88ac-49ee-ba58-7905129fcada&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003458 10.0.0.242 - - [2025-06-02 02:30:29] "GET /virtual-network/7e69639a-e22c-4226-80ad-a267e12ff95c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005490 10.0.0.242 - - [2025-06-02 02:30:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003012 10.0.0.242 - - [2025-06-02 02:30:32] "GET /virtual-network/7e69639a-e22c-4226-80ad-a267e12ff95c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.004935 10.0.0.242 - - [2025-06-02 02:30:33] "POST /neutron/port HTTP/1.1" 200 1085 0.014984 10.0.0.242 - - [2025-06-02 02:30:33] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006410 10.0.0.242 - - [2025-06-02 02:30:33] "DELETE /project/c1dce9b361d44ebd9c170eb888488773 HTTP/1.1" 404 173 0.035646 10.0.0.242 - - [2025-06-02 02:30:34] "GET /projects?obj_uuids=c1dce9b3-61d4-4ebd-9c17-0eb888488773&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001137 10.0.0.242 - - [2025-06-02 02:30:34] "DELETE /project/ee580faa88ac49eeba587905129fcada HTTP/1.1" 404 173 0.059262 10.0.0.242 - - [2025-06-02 02:30:34] "GET /project/c1dce9b3-61d4-4ebd-9c17-0eb888488773?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.031740 10.0.0.242 - - [2025-06-02 02:30:34] "GET /projects?obj_uuids=c1dce9b3-61d4-4ebd-9c17-0eb888488773&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001026 10.0.0.242 - - [2025-06-02 02:30:34] "GET /projects?obj_uuids=945fea4e-6a5b-4fe4-8788-a10d5224b48e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000987 10.0.0.242 - - [2025-06-02 02:30:34] "GET /project/945fea4e-6a5b-4fe4-8788-a10d5224b48e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.033113 10.0.0.242 - - [2025-06-02 02:30:34] "GET /projects?obj_uuids=945fea4e-6a5b-4fe4-8788-a10d5224b48e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001548 10.0.0.242 - - [2025-06-02 02:30:34] "GET /project/c1dce9b3-61d4-4ebd-9c17-0eb888488773?fields=security_groups HTTP/1.1" 200 1377 0.086791 10.0.0.242 - - [2025-06-02 02:30:34] "GET /project/945fea4e-6a5b-4fe4-8788-a10d5224b48e?fields=security_groups HTTP/1.1" 200 1376 0.051169 10.0.0.242 - - [2025-06-02 02:30:34] "DELETE /security-group/966c7a6e-99cb-4303-aa6e-2bc61a1c56a9 HTTP/1.1" 200 115 0.059929 10.0.0.242 - - [2025-06-02 02:30:34] "GET /projects?obj_uuids=c1dce9b3-61d4-4ebd-9c17-0eb888488773&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001088 10.0.0.242 - - [2025-06-02 02:30:34] "DELETE /access-control-list/9d649b03-0c2b-4de4-adb7-cd3173c109a4 HTTP/1.1" 200 115 0.044353 10.0.0.242 - - [2025-06-02 02:30:34] "DELETE /security-group/ad03cfed-f5f3-4374-a704-64b011535140 HTTP/1.1" 200 115 0.070472 10.0.0.242 - - [2025-06-02 02:30:34] "GET /projects?obj_uuids=945fea4e-6a5b-4fe4-8788-a10d5224b48e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001045 10.0.0.242 - - [2025-06-02 02:30:34] "GET /project/c1dce9b3-61d4-4ebd-9c17-0eb888488773?fields=application_policy_sets HTTP/1.1" 200 1416 0.039625 10.0.0.242 - - [2025-06-02 02:30:34] "DELETE /access-control-list/efe533ff-d7b8-4558-b9fd-3405879be9a9 HTTP/1.1" 200 115 0.035782 10.0.0.242 - - [2025-06-02 02:30:34] "DELETE /access-control-list/ca41be17-d0cb-4f53-aad4-b0ca4fd28963 HTTP/1.1" 200 115 0.026864 10.0.0.242 - - [2025-06-02 02:30:34] "GET /project/945fea4e-6a5b-4fe4-8788-a10d5224b48e?fields=application_policy_sets HTTP/1.1" 200 1415 0.076347 10.0.0.242 - - [2025-06-02 02:30:34] "DELETE /access-control-list/3e49f8a8-519a-4592-91f6-cfecaacdcf1b HTTP/1.1" 200 115 0.024910 10.0.0.242 - - [2025-06-02 02:30:34] "DELETE /project/c1dce9b3-61d4-4ebd-9c17-0eb888488773 HTTP/1.1" 200 115 0.458614 10.0.0.242 - - [2025-06-02 02:30:34] "DELETE /project/945fea4e-6a5b-4fe4-8788-a10d5224b48e HTTP/1.1" 200 115 0.489485 10.0.0.242 - - [2025-06-02 02:30:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.242 - - [2025-06-02 02:30:34] "GET /global-vrouter-config/132714b1-fcbe-47d4-8106-4ed4f21abed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1562 0.003074 10.0.0.242 - - [2025-06-02 02:30:34] "GET /virtual-networks?parent_id=ee580faa-88ac-49ee-ba58-7905129fcada&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003055 10.0.0.242 - - [2025-06-02 02:30:34] "GET /virtual-network/7e69639a-e22c-4226-80ad-a267e12ff95c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.006569 10.0.0.242 - - [2025-06-02 02:30:36] "POST /neutron/network HTTP/1.1" 200 821 0.005841 10.0.0.242 - - [2025-06-02 02:30:36] "POST /neutron/network HTTP/1.1" 400 204 0.017569 10.0.0.242 - - [2025-06-02 02:30:37] "POST /neutron/port HTTP/1.1" 200 1085 0.019213 10.0.0.242 - - [2025-06-02 02:30:37] "POST /neutron/port HTTP/1.1" 200 1111 0.008739 10.0.0.242 - - [2025-06-02 02:30:37] "POST /neutron/port HTTP/1.1" 200 151 0.109886 10.0.0.242 - - [2025-06-02 02:30:38] "POST /neutron/network HTTP/1.1" 200 821 0.005821 10.0.0.242 - - [2025-06-02 02:30:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003719 10.0.0.242 - - [2025-06-02 02:30:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005019 10.0.0.242 - - [2025-06-02 02:30:38] "POST /useragent-kv HTTP/1.1" 200 115 0.001729 10.0.0.242 - - [2025-06-02 02:30:38] "POST /neutron/network HTTP/1.1" 200 151 0.089634 10.0.0.242 - - [2025-06-02 02:30:38] "DELETE /route-target/d6fa053d-28a5-4e00-93ff-e4861a07d1bb HTTP/1.1" 200 115 0.019887 10.0.0.242 - - [2025-06-02 02:30:39] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 765 0.002943 10.0.0.242 - - [2025-06-02 02:30:39] "POST /network-ipams HTTP/1.1" 200 543 0.017114 10.0.0.242 - - [2025-06-02 02:30:39] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 985 0.003371 10.0.0.242 - - [2025-06-02 02:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.242 - - [2025-06-02 02:30:39] "GET /network-ipam/0bd84f78-1114-4f73-a453-288e7498ff04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.005335 10.0.0.242 - - [2025-06-02 02:30:39] "PUT /network-ipam/0bd84f78-1114-4f73-a453-288e7498ff04 HTTP/1.1" 200 259 0.010103 10.0.0.242 - - [2025-06-02 02:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002891 10.0.0.242 - - [2025-06-02 02:30:39] "GET /projects?obj_uuids=ee580faa-88ac-49ee-ba58-7905129fcada&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001137 10.0.0.242 - - [2025-06-02 02:30:39] "GET /project/ee580faa-88ac-49ee-ba58-7905129fcada?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.026780 10.0.0.242 - - [2025-06-02 02:30:39] "POST /neutron/network HTTP/1.1" 200 117 0.007683 10.0.0.242 - - [2025-06-02 02:30:39] "GET /projects?obj_uuids=ee580faa-88ac-49ee-ba58-7905129fcada&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001160 10.0.0.242 - - [2025-06-02 02:30:39] "POST /neutron/network HTTP/1.1" 200 605 0.067869 10.0.0.242 - - [2025-06-02 02:30:39] "POST /route-targets HTTP/1.1" 200 328 0.011705 10.0.0.242 - - [2025-06-02 02:30:39] "POST /ref-update HTTP/1.1" 200 156 0.014380 10.0.0.242 - - [2025-06-02 02:30:40] "POST /useragent-kv HTTP/1.1" 200 115 0.007559 10.0.0.242 - - [2025-06-02 02:30:40] "POST /neutron/subnet HTTP/1.1" 200 699 0.155891 10.0.0.242 - - [2025-06-02 02:30:40] "POST /useragent-kv HTTP/1.1" 200 115 0.005161 10.0.0.242 - - [2025-06-02 02:30:40] "POST /neutron/subnet HTTP/1.1" 200 699 0.149857 10.0.0.242 - - [2025-06-02 02:30:40] "POST /neutron/network HTTP/1.1" 200 994 0.007038 10.0.0.242 - - [2025-06-02 02:30:40] "POST /id-to-fqname HTTP/1.1" 200 220 0.001103 10.0.0.242 - - [2025-06-02 02:30:40] "GET /virtual-network/d5e0e89a-2676-440c-9590-8a399fc027e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.004996 10.0.0.242 - - [2025-06-02 02:30:40] "POST /neutron/network HTTP/1.1" 200 994 0.007406 10.0.0.242 - - [2025-06-02 02:30:40] "GET /virtual-network/d5e0e89a-2676-440c-9590-8a399fc027e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005151 10.0.0.242 - - [2025-06-02 02:30:40] "POST /neutron/network HTTP/1.1" 200 994 0.007072 10.0.0.242 - - [2025-06-02 02:30:40] "POST /neutron/subnet HTTP/1.1" 200 699 0.006281 10.0.0.242 - - [2025-06-02 02:30:40] "POST /neutron/subnet HTTP/1.1" 200 699 0.006719 10.0.0.242 - - [2025-06-02 02:30:40] "POST /neutron/network HTTP/1.1" 200 994 0.007713 10.0.0.242 - - [2025-06-02 02:30:40] "POST /neutron/subnet HTTP/1.1" 200 699 0.008346 10.0.0.242 - - [2025-06-02 02:30:40] "POST /neutron/subnet HTTP/1.1" 200 699 0.008418 10.0.0.242 - - [2025-06-02 02:30:40] "GET /projects?obj_uuids=ee580faa-88ac-49ee-ba58-7905129fcada&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001518 10.0.0.242 - - [2025-06-02 02:30:40] "POST /neutron/port HTTP/1.1" 200 1017 0.157735 10.0.0.242 - - [2025-06-02 02:30:40] "GET /projects?obj_uuids=ee580faa-88ac-49ee-ba58-7905129fcada&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001052 10.0.0.242 - - [2025-06-02 02:30:40] "POST /neutron/port HTTP/1.1" 200 1017 0.152164 10.0.0.242 - - [2025-06-02 02:30:40] "POST /id-to-fqname HTTP/1.1" 200 220 0.001168 10.0.0.242 - - [2025-06-02 02:30:40] "POST /neutron/port HTTP/1.1" 200 1017 0.008767 10.0.0.242 - - [2025-06-02 02:30:40] "POST /neutron/port HTTP/1.1" 200 1017 0.008821 10.0.0.242 - - [2025-06-02 02:30:41] "POST /neutron/network HTTP/1.1" 200 994 0.008041 10.0.0.242 - - [2025-06-02 02:30:41] "POST /neutron/port HTTP/1.1" 200 1017 0.007921 10.0.0.242 - - [2025-06-02 02:30:41] "POST /neutron/port HTTP/1.1" 200 117 0.005419 10.0.0.242 - - [2025-06-02 02:30:41] "POST /neutron/port HTTP/1.1" 200 117 0.005309 10.0.0.242 - - [2025-06-02 02:30:41] "POST /id-to-fqname HTTP/1.1" 200 220 0.001303 10.0.0.242 - - [2025-06-02 02:30:41] "POST /neutron/port HTTP/1.1" 200 117 0.005213 10.0.0.242 - - [2025-06-02 02:30:41] "POST /neutron/port HTTP/1.1" 200 1017 0.008319 10.0.0.242 - - [2025-06-02 02:30:41] "POST /neutron/port HTTP/1.1" 200 1017 0.012089 10.0.0.242 - - [2025-06-02 02:30:41] "POST /neutron/network HTTP/1.1" 200 994 0.007931 10.0.0.242 - - [2025-06-02 02:30:41] "POST /neutron/port HTTP/1.1" 200 1017 0.007279 10.0.0.242 - - [2025-06-02 02:30:41] "POST /neutron/port HTTP/1.1" 200 1017 0.007673 10.0.0.242 - - [2025-06-02 02:30:41] "POST /neutron/port HTTP/1.1" 200 1017 0.009025 10.0.0.242 - - [2025-06-02 02:30:41] "POST /neutron/port HTTP/1.1" 200 117 0.007519 10.0.0.242 - - [2025-06-02 02:30:41] "POST /neutron/port HTTP/1.1" 200 117 0.005313 10.0.0.242 - - [2025-06-02 02:30:41] "POST /id-to-fqname HTTP/1.1" 200 220 0.001345 10.0.0.242 - - [2025-06-02 02:30:41] "POST /neutron/port HTTP/1.1" 200 117 0.005760 10.0.0.242 - - [2025-06-02 02:30:41] "POST /neutron/network HTTP/1.1" 200 1004 0.007538 10.0.0.242 - - [2025-06-02 02:30:41] "GET /aaa-mode HTTP/1.1" 401 293 0.000452 10.0.0.242 - - [2025-06-02 02:30:42] "POST /neutron/port HTTP/1.1" 200 1017 0.011113 10.0.0.242 - - [2025-06-02 02:30:42] "POST /neutron/network HTTP/1.1" 200 1004 0.006519 10.0.0.242 - - [2025-06-02 02:30:42] "POST /neutron/port HTTP/1.1" 200 1017 0.006674 10.0.0.242 - - [2025-06-02 02:30:42] "POST /neutron/port HTTP/1.1" 200 1017 0.008083 10.0.0.242 - - [2025-06-02 02:30:42] "POST /neutron/port HTTP/1.1" 200 1017 0.007949 10.0.0.242 - - [2025-06-02 02:30:42] "GET / HTTP/1.1" 200 36215 0.001749 10.0.0.242 - - [2025-06-02 02:30:42] "GET /project/ee580faa-88ac-49ee-ba58-7905129fcada?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000438 10.0.0.242 - - [2025-06-02 02:30:42] "POST /neutron/port HTTP/1.1" 200 1109 0.081340 10.0.0.242 - - [2025-06-02 02:30:42] "POST /neutron/network HTTP/1.1" 200 1004 0.010806 10.0.0.242 - - [2025-06-02 02:30:42] "POST /neutron/port HTTP/1.1" 200 1017 0.007625 10.0.0.242 - - [2025-06-02 02:30:42] "POST /neutron/port HTTP/1.1" 200 1017 0.008144 10.0.0.242 - - [2025-06-02 02:30:42] "POST /neutron/port HTTP/1.1" 200 1083 0.030123 10.0.0.242 - - [2025-06-02 02:30:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003448 10.0.0.242 - - [2025-06-02 02:30:42] "POST /neutron/port HTTP/1.1" 200 1109 0.095752 10.0.0.242 - - [2025-06-02 02:30:42] "POST /neutron/subnet HTTP/1.1" 200 673 0.023786 10.0.0.242 - - [2025-06-02 02:30:42] "POST /neutron/port HTTP/1.1" 200 117 0.001179 10.0.0.242 - - [2025-06-02 02:30:42] "POST /neutron/network HTTP/1.1" 200 994 0.008806 10.0.0.242 - - [2025-06-02 02:30:42] "POST /neutron/port HTTP/1.1" 200 1083 0.015332 10.0.0.242 - - [2025-06-02 02:30:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003279 10.0.0.242 - - [2025-06-02 02:30:42] "POST /neutron/subnet HTTP/1.1" 200 673 0.011137 10.0.0.242 - - [2025-06-02 02:30:42] "POST /neutron/port HTTP/1.1" 200 117 0.001637 10.0.0.242 - - [2025-06-02 02:30:42] "POST /neutron/network HTTP/1.1" 200 994 0.006941 10.0.0.242 - - [2025-06-02 02:30:42] "GET /projects?obj_uuids=ee580faa-88ac-49ee-ba58-7905129fcada&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001139 10.0.0.242 - - [2025-06-02 02:30:42] "GET /project/ee580faa-88ac-49ee-ba58-7905129fcada?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.045412 10.0.0.242 - - [2025-06-02 02:30:42] "POST /neutron/network HTTP/1.1" 200 994 0.008918 10.0.0.242 - - [2025-06-02 02:30:42] "POST /neutron/port HTTP/1.1" 200 2050 0.025639 10.0.0.242 - - [2025-06-02 02:30:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.014660 10.0.0.242 - - [2025-06-02 02:30:42] "POST /neutron/port HTTP/1.1" 200 117 0.004853 10.0.0.242 - - [2025-06-02 02:30:42] "GET /domains HTTP/1.1" 200 281 0.002262 10.0.0.242 - - [2025-06-02 02:30:42] "GET /domains?obj_uuids=c1398e6d-186b-472e-80bf-1735e2faf972&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001055 10.0.0.242 - - [2025-06-02 02:30:42] "GET /domain/c1398e6d-186b-472e-80bf-1735e2faf972 HTTP/1.1" 200 2583 0.013705 10.0.0.242 - - [2025-06-02 02:30:42] "GET /projects?obj_uuids=ee580faa-88ac-49ee-ba58-7905129fcada&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001068 10.0.0.242 - - [2025-06-02 02:30:42] "GET /project/ee580faa-88ac-49ee-ba58-7905129fcada HTTP/1.1" 200 2862 0.077631 10.0.0.242 - - [2025-06-02 02:30:42] "GET /network-ipam/0bd84f78-1114-4f73-a453-288e7498ff04 HTTP/1.1" 200 2603 0.006503 10.0.0.242 - - [2025-06-02 02:30:42] "GET /domains HTTP/1.1" 200 281 0.002734 10.0.0.242 - - [2025-06-02 02:30:42] "GET /domains?obj_uuids=c1398e6d-186b-472e-80bf-1735e2faf972&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001163 10.0.0.242 - - [2025-06-02 02:30:42] "GET /domain/c1398e6d-186b-472e-80bf-1735e2faf972 HTTP/1.1" 200 2583 0.007768 10.0.0.242 - - [2025-06-02 02:30:42] "GET /projects?obj_uuids=ee580faa-88ac-49ee-ba58-7905129fcada&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001016 10.0.0.242 - - [2025-06-02 02:30:43] "GET /project/ee580faa-88ac-49ee-ba58-7905129fcada HTTP/1.1" 200 2862 0.104940 10.0.0.242 - - [2025-06-02 02:30:43] "GET /virtual-network/d5e0e89a-2676-440c-9590-8a399fc027e0 HTTP/1.1" 200 3788 0.020938 10.0.0.242 - - [2025-06-02 02:30:43] "GET /virtual-network/d5e0e89a-2676-440c-9590-8a399fc027e0 HTTP/1.1" 200 3788 0.023017 10.0.0.242 - - [2025-06-02 02:30:43] "GET /routing-instance/2715d1ce-8068-40d7-a1d2-48eb0a2540e3 HTTP/1.1" 200 2385 0.010943 10.0.0.242 - - [2025-06-02 02:30:43] "GET /routing-instance/2715d1ce-8068-40d7-a1d2-48eb0a2540e3 HTTP/1.1" 200 2385 0.007570 10.0.0.242 - - [2025-06-02 02:30:43] "GET /route-target/772ba2f5-427d-4714-9a95-c4a18da2e0f6 HTTP/1.1" 200 1206 0.008914 10.0.0.242 - - [2025-06-02 02:30:43] "GET /virtual-network/d5e0e89a-2676-440c-9590-8a399fc027e0 HTTP/1.1" 200 3788 0.016808 10.0.0.242 - - [2025-06-02 02:30:43] "GET /obj-perms HTTP/1.1" 200 5075 0.089597 10.0.0.242 - - [2025-06-02 02:30:43] "GET /routing-instance/2715d1ce-8068-40d7-a1d2-48eb0a2540e3 HTTP/1.1" 200 2385 0.005332 10.0.0.242 - - [2025-06-02 02:30:43] "POST /neutron/network HTTP/1.1" 200 1004 0.039702 10.0.0.242 - - [2025-06-02 02:30:43] "GET /virtual-network/d5e0e89a-2676-440c-9590-8a399fc027e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.007098 10.0.0.242 - - [2025-06-02 02:30:43] "GET /projects?obj_uuids=ee580faa-88ac-49ee-ba58-7905129fcada&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001100 10.0.0.242 - - [2025-06-02 02:30:43] "GET /virtual-network/d5e0e89a-2676-440c-9590-8a399fc027e0 HTTP/1.1" 200 3788 0.012780 10.0.0.242 - - [2025-06-02 02:30:43] "GET /routing-instance/2715d1ce-8068-40d7-a1d2-48eb0a2540e3 HTTP/1.1" 200 2385 0.008854 10.0.0.242 - - [2025-06-02 02:30:43] "GET /routing-instance/2715d1ce-8068-40d7-a1d2-48eb0a2540e3 HTTP/1.1" 200 2385 0.008001 10.0.0.242 - - [2025-06-02 02:30:43] "GET /route-target/772ba2f5-427d-4714-9a95-c4a18da2e0f6 HTTP/1.1" 200 1206 0.006707 10.0.0.242 - - [2025-06-02 02:30:43] "GET /domains HTTP/1.1" 200 281 0.002819 10.0.0.242 - - [2025-06-02 02:30:43] "GET /domains?obj_uuids=c1398e6d-186b-472e-80bf-1735e2faf972&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002774 10.0.0.242 - - [2025-06-02 02:30:43] "GET /domain/c1398e6d-186b-472e-80bf-1735e2faf972 HTTP/1.1" 200 2583 0.012756 10.0.0.242 - - [2025-06-02 02:30:43] "GET /projects?obj_uuids=ee580faa-88ac-49ee-ba58-7905129fcada&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001037 10.0.0.242 - - [2025-06-02 02:30:43] "GET /project/ee580faa-88ac-49ee-ba58-7905129fcada HTTP/1.1" 200 3107 0.113195 10.0.0.242 - - [2025-06-02 02:30:43] "GET /virtual-network/d5e0e89a-2676-440c-9590-8a399fc027e0 HTTP/1.1" 200 4047 0.026617 10.0.0.242 - - [2025-06-02 02:30:43] "POST /neutron/port HTTP/1.1" 200 1055 0.351199 10.0.0.242 - - [2025-06-02 02:30:43] "POST /neutron/port HTTP/1.1" 200 1055 0.015051 10.0.0.242 - - [2025-06-02 02:30:43] "POST /neutron/port HTTP/1.1" 200 1055 0.008430 10.0.0.242 - - [2025-06-02 02:30:43] "POST /neutron/port HTTP/1.1" 200 1109 0.112799 10.0.0.242 - - [2025-06-02 02:30:43] "POST /neutron/port HTTP/1.1" 200 1083 0.025499 10.0.0.242 - - [2025-06-02 02:30:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.011819 10.0.0.242 - - [2025-06-02 02:30:43] "POST /neutron/subnet HTTP/1.1" 200 673 0.020698 10.0.0.242 - - [2025-06-02 02:30:43] "POST /neutron/port HTTP/1.1" 200 117 0.001338 10.0.0.242 - - [2025-06-02 02:30:43] "POST /neutron/network HTTP/1.1" 200 994 0.007941 10.0.0.242 - - [2025-06-02 02:30:44] "GET /obj-perms HTTP/1.1" 200 5075 0.450958 10.0.0.242 - - [2025-06-02 02:30:44] "GET /obj-perms HTTP/1.1" 200 5049 0.106884 10.0.0.242 - - [2025-06-02 02:30:44] "POST /neutron/port HTTP/1.1" 200 1083 0.015561 10.0.0.242 - - [2025-06-02 02:30:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007847 10.0.0.242 - - [2025-06-02 02:30:44] "POST /neutron/port HTTP/1.1" 200 1083 0.024888 10.0.0.242 - - [2025-06-02 02:30:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007493 10.0.0.242 - - [2025-06-02 02:30:44] "POST /neutron/port HTTP/1.1" 200 1083 0.024669 10.0.0.242 - - [2025-06-02 02:30:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.012601 10.0.0.242 - - [2025-06-02 02:30:44] "GET /virtual-machine/22721628-5001-4228-b284-8de5d8c44538 HTTP/1.1" 200 1290 0.009417 10.0.0.242 - - [2025-06-02 02:30:44] "GET /virtual-machine-interface/c84ec036-baf2-4bff-ad87-acc2fb679a8c HTTP/1.1" 200 2949 0.004688 10.0.0.242 - - [2025-06-02 02:30:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005927 10.0.0.242 - - [2025-06-02 02:30:44] "GET /global-vrouter-config/132714b1-fcbe-47d4-8106-4ed4f21abed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1562 0.002868 10.0.0.242 - - [2025-06-02 02:30:44] "GET /virtual-networks?parent_id=ee580faa-88ac-49ee-ba58-7905129fcada&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003768 10.0.0.242 - - [2025-06-02 02:30:44] "GET /virtual-network/d5e0e89a-2676-440c-9590-8a399fc027e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005490 10.0.0.242 - - [2025-06-02 02:30:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002947 10.0.0.242 - - [2025-06-02 02:30:47] "GET /virtual-network/d5e0e89a-2676-440c-9590-8a399fc027e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005106 10.0.0.242 - - [2025-06-02 02:30:51] "POST /neutron/port HTTP/1.1" 200 1083 0.016287 10.0.0.242 - - [2025-06-02 02:30:51] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007830 10.0.0.242 - - [2025-06-02 02:30:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004479 10.0.0.242 - - [2025-06-02 02:30:52] "GET /virtual-network/d5e0e89a-2676-440c-9590-8a399fc027e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.006510 10.0.0.242 - - [2025-06-02 02:30:52] "POST /neutron/port HTTP/1.1" 200 1083 0.020668 10.0.0.242 - - [2025-06-02 02:30:52] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009279 10.0.0.242 - - [2025-06-02 02:30:53] "POST /neutron/port HTTP/1.1" 200 1083 0.016356 10.0.0.242 - - [2025-06-02 02:30:53] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005628 10.0.0.242 - - [2025-06-02 02:30:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002892 10.0.0.242 - - [2025-06-02 02:30:54] "GET /global-vrouter-config/132714b1-fcbe-47d4-8106-4ed4f21abed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1562 0.002902 10.0.0.242 - - [2025-06-02 02:30:54] "GET /virtual-networks?parent_id=ee580faa-88ac-49ee-ba58-7905129fcada&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002979 10.0.0.242 - - [2025-06-02 02:30:54] "GET /virtual-network/d5e0e89a-2676-440c-9590-8a399fc027e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005562 10.0.0.242 - - [2025-06-02 02:30:54] "POST /neutron/port HTTP/1.1" 200 1083 0.015807 10.0.0.242 - - [2025-06-02 02:30:54] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007153 10.0.0.242 - - [2025-06-02 02:30:59] "POST /neutron/port HTTP/1.1" 200 1083 0.021373 10.0.0.242 - - [2025-06-02 02:30:59] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008714 10.0.0.242 - - [2025-06-02 02:30:59] "POST /neutron/port HTTP/1.1" 200 1083 0.016863 10.0.0.242 - - [2025-06-02 02:30:59] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006113 10.0.0.242 - - [2025-06-02 02:30:59] "POST /neutron/port HTTP/1.1" 200 1083 0.018716 10.0.0.242 - - [2025-06-02 02:30:59] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006043 10.0.0.242 - - [2025-06-02 02:30:59] "GET /virtual-machine/00c018fc-84c4-47e4-a395-6b16f1aaaee9 HTTP/1.1" 200 1288 0.004540 10.0.0.242 - - [2025-06-02 02:30:59] "GET /virtual-machine-interface/0c932c67-4ada-4dde-9aaa-c633a970c1c2 HTTP/1.1" 200 2947 0.004621 10.0.0.242 - - [2025-06-02 02:30:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002549 10.0.0.242 - - [2025-06-02 02:30:59] "GET /global-vrouter-config/132714b1-fcbe-47d4-8106-4ed4f21abed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1562 0.002680 10.0.0.242 - - [2025-06-02 02:30:59] "GET /virtual-networks?parent_id=ee580faa-88ac-49ee-ba58-7905129fcada&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003106 10.0.0.242 - - [2025-06-02 02:30:59] "GET /virtual-network/d5e0e89a-2676-440c-9590-8a399fc027e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005861 10.0.0.242 - - [2025-06-02 02:31:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004549 10.0.0.242 - - [2025-06-02 02:31:01] "GET /global-vrouter-config/132714b1-fcbe-47d4-8106-4ed4f21abed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1562 0.007622 10.0.0.242 - - [2025-06-02 02:31:01] "GET /virtual-networks?parent_id=ee580faa-88ac-49ee-ba58-7905129fcada&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004183 10.0.0.242 - - [2025-06-02 02:31:01] "GET /virtual-network/d5e0e89a-2676-440c-9590-8a399fc027e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.006354 10.0.0.242 - - [2025-06-02 02:31:01] "POST /neutron/port HTTP/1.1" 200 1083 0.016992 10.0.0.242 - - [2025-06-02 02:31:01] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005396 10.0.0.242 - - [2025-06-02 02:31:01] "POST /neutron/port HTTP/1.1" 200 1083 0.019220 10.0.0.242 - - [2025-06-02 02:31:01] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005852 10.0.0.242 - - [2025-06-02 02:31:01] "POST /neutron/port HTTP/1.1" 200 1083 0.016306 10.0.0.242 - - [2025-06-02 02:31:01] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005463 10.0.0.242 - - [2025-06-02 02:31:01] "GET /virtual-machine/232c6f71-39ff-4395-a181-d136332f21e2 HTTP/1.1" 200 1294 0.004306 10.0.0.242 - - [2025-06-02 02:31:01] "GET /virtual-machine-interface/014c0ef0-e94b-4f4f-a163-26d90ef9cd9d HTTP/1.1" 200 2946 0.004676 10.0.0.242 - - [2025-06-02 02:31:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002672 10.0.0.242 - - [2025-06-02 02:31:01] "GET /global-vrouter-config/132714b1-fcbe-47d4-8106-4ed4f21abed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1562 0.002779 10.0.0.242 - - [2025-06-02 02:31:01] "GET /virtual-networks?parent_id=ee580faa-88ac-49ee-ba58-7905129fcada&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002999 10.0.0.242 - - [2025-06-02 02:31:01] "GET /virtual-network/d5e0e89a-2676-440c-9590-8a399fc027e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005521 10.0.0.242 - - [2025-06-02 02:31:02] "POST /neutron/port HTTP/1.1" 200 1083 0.014027 10.0.0.242 - - [2025-06-02 02:31:02] "POST /neutron/port HTTP/1.1" 200 1083 0.014643 10.0.0.242 - - [2025-06-02 02:31:02] "POST /neutron/network HTTP/1.1" 200 1004 0.006640 10.0.0.242 - - [2025-06-02 02:31:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002900 10.0.0.242 - - [2025-06-02 02:31:02] "POST /neutron/subnet HTTP/1.1" 200 673 0.011934 10.0.0.242 - - [2025-06-02 02:31:02] "POST /neutron/port HTTP/1.1" 200 117 0.001197 10.0.0.242 - - [2025-06-02 02:31:02] "POST /neutron/network HTTP/1.1" 200 994 0.007022 10.0.0.242 - - [2025-06-02 02:31:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002840 10.0.0.242 - - [2025-06-02 02:31:02] "GET /global-vrouter-config/132714b1-fcbe-47d4-8106-4ed4f21abed4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1562 0.002702 10.0.0.242 - - [2025-06-02 02:31:02] "GET /virtual-networks?parent_id=ee580faa-88ac-49ee-ba58-7905129fcada&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002590 10.0.0.242 - - [2025-06-02 02:31:03] "GET /virtual-network/d5e0e89a-2676-440c-9590-8a399fc027e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2551 0.005562 10.0.0.242 - - [2025-06-02 02:31:19] "POST /neutron/port HTTP/1.1" 200 1109 0.010057 10.0.0.242 - - [2025-06-02 02:31:19] "POST /neutron/port HTTP/1.1" 200 1109 0.009215 10.0.0.242 - - [2025-06-02 02:31:19] "POST /neutron/port HTTP/1.1" 200 151 0.108073 10.0.0.242 - - [2025-06-02 02:31:19] "POST /neutron/port HTTP/1.1" 200 1109 0.009686 10.0.0.242 - - [2025-06-02 02:31:19] "POST /neutron/port HTTP/1.1" 200 1109 0.010206 10.0.0.242 - - [2025-06-02 02:31:19] "POST /neutron/port HTTP/1.1" 200 1083 0.020244 10.0.0.242 - - [2025-06-02 02:31:19] "POST /neutron/port HTTP/1.1" 200 1109 0.009624 10.0.0.242 - - [2025-06-02 02:31:19] "POST /neutron/port HTTP/1.1" 200 151 0.154714 10.0.0.242 - - [2025-06-02 02:31:19] "POST /neutron/network HTTP/1.1" 200 994 0.008026 10.0.0.242 - - [2025-06-02 02:31:19] "POST /neutron/port HTTP/1.1" 200 151 0.181790 10.0.0.242 - - [2025-06-02 02:31:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.006963 10.0.0.242 - - [2025-06-02 02:31:19] "POST /useragent-kv HTTP/1.1" 200 115 0.006943 10.0.0.242 - - [2025-06-02 02:31:19] "POST /useragent-kv HTTP/1.1" 200 115 0.003127 10.0.0.242 - - [2025-06-02 02:31:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002342 10.0.0.242 - - [2025-06-02 02:31:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002123 10.0.0.242 - - [2025-06-02 02:31:19] "POST /neutron/network HTTP/1.1" 200 151 0.179518 10.0.0.242 - - [2025-06-02 02:31:19] "DELETE /route-target/772ba2f5-427d-4714-9a95-c4a18da2e0f6 HTTP/1.1" 200 115 0.033241 10.0.0.242 - - [2025-06-02 02:31:19] "GET /routing-instance/2715d1ce-8068-40d7-a1d2-48eb0a2540e3 HTTP/1.1" 404 171 0.003204 10.0.0.242 - - [2025-06-02 02:31:19] "GET /domains HTTP/1.1" 200 281 0.002554 10.0.0.242 - - [2025-06-02 02:31:19] "GET /domains?obj_uuids=c1398e6d-186b-472e-80bf-1735e2faf972&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001109 10.0.0.242 - - [2025-06-02 02:31:19] "POST /neutron/port HTTP/1.1" 200 117 0.005759 10.0.0.242 - - [2025-06-02 02:31:19] "POST /neutron/port HTTP/1.1" 400 205 0.003205 10.0.0.242 - - [2025-06-02 02:31:19] "GET /domain/c1398e6d-186b-472e-80bf-1735e2faf972 HTTP/1.1" 200 2583 0.054067 10.0.0.242 - - [2025-06-02 02:31:19] "GET /projects?obj_uuids=ee580faa-88ac-49ee-ba58-7905129fcada&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001830 10.0.0.242 - - [2025-06-02 02:31:19] "GET /project/ee580faa-88ac-49ee-ba58-7905129fcada HTTP/1.1" 200 2102 0.073374 10.0.0.242 - - [2025-06-02 02:31:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003220 10.0.0.242 - - [2025-06-02 02:31:19] "DELETE /network-ipam/0bd84f78-1114-4f73-a453-288e7498ff04 HTTP/1.1" 200 115 0.029670 10.0.0.242 - - [2025-06-02 02:31:19] "POST /fqname-to-id HTTP/1.1" 404 211 0.002499 10.0.0.242 - - [2025-06-02 02:31:20] "GET /projects?obj_uuids=ee580faa-88ac-49ee-ba58-7905129fcada&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002461 10.0.0.242 - - [2025-06-02 02:31:20] "GET /project/ee580faa-88ac-49ee-ba58-7905129fcada?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.059324 10.0.0.242 - - [2025-06-02 02:31:20] "GET /projects?obj_uuids=ee580faa-88ac-49ee-ba58-7905129fcada&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001065 10.0.0.242 - - [2025-06-02 02:31:20] "GET /project/ee580faa-88ac-49ee-ba58-7905129fcada?fields=virtual_networks HTTP/1.1" 200 1045 0.073504 10.0.0.242 - - [2025-06-02 02:31:20] "GET /projects?obj_uuids=ee580faa-88ac-49ee-ba58-7905129fcada&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001109 10.0.0.242 - - [2025-06-02 02:31:20] "GET /project/ee580faa-88ac-49ee-ba58-7905129fcada?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.035536 10.0.0.242 - - [2025-06-02 02:31:20] "GET /projects?obj_uuids=ee580faa-88ac-49ee-ba58-7905129fcada&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001126 10.0.0.242 - - [2025-06-02 02:31:20] "GET /project/ee580faa-88ac-49ee-ba58-7905129fcada?fields=security_groups HTTP/1.1" 200 1272 0.033798 10.0.0.242 - - [2025-06-02 02:31:24] "POST /neutron/port HTTP/1.1" 200 117 0.005052 10.0.0.242 - - [2025-06-02 02:31:24] "POST /neutron/port HTTP/1.1" 400 205 0.002630 10.0.0.242 - - [2025-06-02 02:31:28] "GET / HTTP/1.1" 200 36215 0.001980 10.0.0.242 - - [2025-06-02 02:31:29] "GET /project/4ca99c44-daa9-4610-8487-4111b002e541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000512 10.0.0.242 - - [2025-06-02 02:31:29] "GET /projects?obj_uuids=4ca99c44-daa9-4610-8487-4111b002e541&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001155 10.0.0.242 - - [2025-06-02 02:31:29] "GET /project/4ca99c44-daa9-4610-8487-4111b002e541?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1283 0.068982 [Introspect:8084]10.0.0.242 - - [2025-06-02 02:31:29] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001201 10.0.0.242 - - [2025-06-02 02:31:30] "POST /fqname-to-id HTTP/1.1" 404 184 0.023405 10.0.0.242 - - [2025-06-02 02:31:30] "GET /projects?obj_uuids=179c0ef8-6b92-4090-b89d-775ec0e0eef3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002589 10.0.0.242 - - [2025-06-02 02:31:30] "GET /domains?obj_uuids=c1398e6d-186b-472e-80bf-1735e2faf972&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001406 10.0.0.242 - - [2025-06-02 02:31:30] "GET /domain/c1398e6d-186b-472e-80bf-1735e2faf972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007910 10.0.0.242 - - [2025-06-02 02:31:30] "POST /id-to-fqname HTTP/1.1" 200 186 0.001923 10.0.0.242 - - [2025-06-02 02:31:30] "POST /fqname-to-id HTTP/1.1" 404 195 0.002274 10.0.0.242 - - [2025-06-02 02:31:30] "POST /security-groups HTTP/1.1" 200 587 0.059733 10.0.0.242 - - [2025-06-02 02:31:30] "POST /fqname-to-id HTTP/1.1" 404 230 0.003028 10.0.0.242 - - [2025-06-02 02:31:30] "POST /projects HTTP/1.1" 200 577 0.210943 10.0.0.242 - - [2025-06-02 02:31:30] "POST /access-control-lists HTTP/1.1" 200 594 0.063571 10.0.0.242 - - [2025-06-02 02:31:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.281599 10.0.0.242 - - [2025-06-02 02:31:30] "POST /fqname-to-id HTTP/1.1" 404 229 0.002620 10.0.0.242 - - [2025-06-02 02:31:30] "GET /project/179c0ef8-6b92-4090-b89d-775ec0e0eef3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.399781 10.0.0.242 - - [2025-06-02 02:31:30] "POST /access-control-lists HTTP/1.1" 200 592 0.059925 10.0.0.242 - - [2025-06-02 02:31:31] "GET / HTTP/1.1" 200 36215 0.002078 10.0.0.242 - - [2025-06-02 02:31:32] "GET /projects?obj_uuids=179c0ef8-6b92-4090-b89d-775ec0e0eef3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001163 10.0.0.242 - - [2025-06-02 02:31:32] "GET /project/179c0ef8-6b92-4090-b89d-775ec0e0eef3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.026662 10.0.0.242 - - [2025-06-02 02:31:32] "GET /projects?obj_uuids=179c0ef8-6b92-4090-b89d-775ec0e0eef3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001057 10.0.0.242 - - [2025-06-02 02:31:32] "GET /project/179c0ef8-6b92-4090-b89d-775ec0e0eef3?fields=virtual_networks HTTP/1.1" 200 1036 0.069740 10.0.0.242 - - [2025-06-02 02:31:32] "GET /projects?obj_uuids=179c0ef8-6b92-4090-b89d-775ec0e0eef3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001092 10.0.0.242 - - [2025-06-02 02:31:32] "GET /project/179c0ef8-6b92-4090-b89d-775ec0e0eef3?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.024222 10.0.0.242 - - [2025-06-02 02:31:32] "GET /projects?obj_uuids=179c0ef8-6b92-4090-b89d-775ec0e0eef3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002337 10.0.0.242 - - [2025-06-02 02:31:32] "GET /project/179c0ef8-6b92-4090-b89d-775ec0e0eef3?fields=security_groups HTTP/1.1" 200 1259 0.028781 10.0.0.242 - - [2025-06-02 02:31:34] "DELETE /project/179c0ef86b924090b89d775ec0e0eef3 HTTP/1.1" 404 173 0.010016 10.0.0.242 - - [2025-06-02 02:31:34] "GET /projects?obj_uuids=ee580faa-88ac-49ee-ba58-7905129fcada&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001020 10.0.0.242 - - [2025-06-02 02:31:34] "GET /projects?obj_uuids=179c0ef8-6b92-4090-b89d-775ec0e0eef3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000991 10.0.0.242 - - [2025-06-02 02:31:34] "GET /project/179c0ef8-6b92-4090-b89d-775ec0e0eef3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.030578 10.0.0.242 - - [2025-06-02 02:31:34] "GET /project/ee580faa-88ac-49ee-ba58-7905129fcada?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.036341 10.0.0.242 - - [2025-06-02 02:31:34] "GET /projects?obj_uuids=179c0ef8-6b92-4090-b89d-775ec0e0eef3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001027 10.0.0.242 - - [2025-06-02 02:31:34] "GET /projects?obj_uuids=ee580faa-88ac-49ee-ba58-7905129fcada&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000962 10.0.0.242 - - [2025-06-02 02:31:34] "GET /project/179c0ef8-6b92-4090-b89d-775ec0e0eef3?fields=security_groups HTTP/1.1" 200 1361 0.036069 10.0.0.242 - - [2025-06-02 02:31:34] "GET /project/ee580faa-88ac-49ee-ba58-7905129fcada?fields=security_groups HTTP/1.1" 200 1374 0.038569 10.0.0.242 - - [2025-06-02 02:31:34] "DELETE /security-group/cebfcdfe-9dca-4007-a74e-7317dfe06f79 HTTP/1.1" 200 115 0.053289 10.0.0.242 - - [2025-06-02 02:31:34] "DELETE /security-group/9239b66f-8120-48ef-8af3-66b162131b98 HTTP/1.1" 200 115 0.054830 10.0.0.242 - - [2025-06-02 02:31:34] "GET /projects?obj_uuids=179c0ef8-6b92-4090-b89d-775ec0e0eef3&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001273 10.0.0.242 - - [2025-06-02 02:31:34] "GET /projects?obj_uuids=ee580faa-88ac-49ee-ba58-7905129fcada&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001074 10.0.0.242 - - [2025-06-02 02:31:34] "DELETE /access-control-list/74dd448d-f303-4adb-9d50-96292778c64f HTTP/1.1" 200 115 0.045238 10.0.0.242 - - [2025-06-02 02:31:34] "GET /project/179c0ef8-6b92-4090-b89d-775ec0e0eef3?fields=application_policy_sets HTTP/1.1" 200 1400 0.045952