+++ date ++ echo 'INFO: =================== Thu Feb 5 01:40:45 AM UTC 2026 ===================' INFO: =================== Thu Feb 5 01:40:45 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ cut -d / -f 1 +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ head -n 1 +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.241 ++ 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=0 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 0 ]] ++ 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=noauth ++ AUTH_PARAMS= ++ SSL_ENABLE=True ++ 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.241 ++ ANALYTICS_ALARM_ENABLE=False ++ ANALYTICS_SNMP_ENABLE=False ++ ANALYTICSDB_ENABLE=False ++ ANALYTICS_NODES=10.0.0.241 ++ ANALYTICSDB_NODES=10.0.0.241 ++ ANALYTICS_SNMP_NODES=10.0.0.241 ++ 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.241 +++ local server_address=10.0.0.241 +++ extended_server_list+='10.0.0.241:8081 ' +++ '[' -n '10.0.0.241:8081 ' ']' +++ echo 10.0.0.241:8081 ++ ANALYTICS_SERVERS=10.0.0.241: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.241 +++ local server_address=10.0.0.241 +++ extended_server_list+='10.0.0.241:9042 ' +++ '[' -n '10.0.0.241:9042 ' ']' +++ echo 10.0.0.241:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.241:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.241 ++ 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.241 +++ local server_address=10.0.0.241 +++ extended_server_list+='10.0.0.241:8086 ' +++ '[' -n '10.0.0.241:8086 ' ']' +++ echo 10.0.0.241:8086 ++ COLLECTOR_SERVERS=10.0.0.241: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.241 ++ CONFIGDB_NODES=10.0.0.241 ++ 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.241 +++ local server_address=10.0.0.241 +++ extended_server_list+='10.0.0.241:8082 ' +++ '[' -n '10.0.0.241:8082 ' ']' +++ echo 10.0.0.241:8082 ++ CONFIG_SERVERS=10.0.0.241: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.241 +++ local server_address=10.0.0.241 +++ extended_server_list+='10.0.0.241:9161 ' +++ '[' -n '10.0.0.241:9161 ' ']' +++ echo 10.0.0.241:9161 ++ CONFIGDB_SERVERS=10.0.0.241: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.241 +++ local server_address=10.0.0.241 +++ extended_server_list+='10.0.0.241:9041 ' +++ '[' -n '10.0.0.241:9041 ' ']' +++ echo 10.0.0.241:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.241:9041 ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=True ++ 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=True ++ 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=True ++ 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.0.0.241 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.0.0.241 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.241 ++ 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.241 +++ local server_address=10.0.0.241 +++ extended_server_list+=10.0.0.241:2181, +++ '[' -n 10.0.0.241:2181, ']' +++ echo 10.0.0.241:2181 ++ ZOOKEEPER_SERVERS=10.0.0.241: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.241 +++ local server_address=10.0.0.241 +++ extended_server_list+='10.0.0.241:2181 ' +++ '[' -n '10.0.0.241:2181 ' ']' +++ echo 10.0.0.241:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.241:2181 ++ RABBITMQ_NODES=10.0.0.241 ++ 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.241 +++ local server_address=10.0.0.241 +++ extended_server_list+=10.0.0.241:5673, +++ '[' -n 10.0.0.241:5673, ']' +++ echo 10.0.0.241:5673 ++ RABBITMQ_SERVERS=10.0.0.241: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=True ++ 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.241 +++ local server_address=10.0.0.241 +++ extended_server_list+='10.0.0.241:6379 ' +++ '[' -n '10.0.0.241:6379 ' ']' +++ echo 10.0.0.241:6379 ++ REDIS_SERVERS=10.0.0.241:6379 ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=True ++ 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 True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ read -r -d '' redis_ssl_config ++ true ++ KAFKA_NODES=10.0.0.241 ++ 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.241 +++ local server_address=10.0.0.241 +++ extended_server_list+='10.0.0.241:9092 ' +++ '[' -n '10.0.0.241:9092 ' ']' +++ echo 10.0.0.241:9092 ++ KAFKA_SERVERS=10.0.0.241:9092 ++ KAFKA_SSL_ENABLE=True ++ 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=password ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=admin_domain ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=admin_domain ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=252.241.92.149 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5050 ++ KEYSTONE_AUTH_PUBLIC_PORT=5050 ++ 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.241 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=password ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.241 ++ 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=True ++ 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=True ++ 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=True ++ 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 password' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ read -r -d '' xmpp_certs_config ++ true ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ read -r -d '' analytics_api_ssl_opts ++ true ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ read -r -d '' rabbitmq_ssl_config ++ true ++ read -r -d '' kombu_ssl_config ++ true ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ read -r -d '' kafka_ssl_config ++ true ++ [[ -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 True + local val=true + [[ true == \t\r\u\e ]] + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + wait_files /etc/contrail/ssl/certs/server.pem /etc/contrail/ssl/private/server-privkey.pem + local file1=/etc/contrail/ssl/certs/server.pem + local file2=/etc/contrail/ssl/private/server-privkey.pem + printf 'INFO: wait for files /etc/contrail/ssl/certs/server.pem and /etc/contrail/ssl/private/server-privkey.pem' INFO: wait for files /etc/contrail/ssl/certs/server.pem and /etc/contrail/ssl/private/server-privkey.pem+ wait_cmd_success 'test -f /etc/contrail/ssl/certs/server.pem' + local 'cmd=test -f /etc/contrail/ssl/certs/server.pem' + local interval=3 + local max=20 + local i=0 + test -f /etc/contrail/ssl/certs/server.pem + return 0 + wait_cmd_success 'test -f /etc/contrail/ssl/private/server-privkey.pem' + local 'cmd=test -f /etc/contrail/ssl/private/server-privkey.pem' + local interval=3 + local max=20 + local i=0 + test -f /etc/contrail/ssl/private/server-privkey.pem + return 0 + echo -e '\nINFO: files /etc/contrail/ssl/certs/server.pem and /etc/contrail/ssl/private/server-privkey.pem are present' INFO: files /etc/contrail/ssl/certs/server.pem and /etc/contrail/ssl/private/server-privkey.pem are present + [[ /etc/contrail/ssl/private/server-privkey.pem != \/\e\t\c\/\c\o\n\t\r\a\i\l\/\s\s\l\/\p\r\i\v\a\t\e\/\s\e\r\v\e\r\-\p\r\i\v\k\e\y\.\p\e\m ]] + [[ /etc/contrail/ssl/private/server-privkey.pem != \/\e\t\c\/\c\o\n\t\r\a\i\l\/\s\s\l\/\p\r\i\v\a\t\e\/\s\e\r\v\e\r\-\p\r\i\v\k\e\y\.\p\e\m ]] + [[ /etc/contrail/ssl/private/server-privkey.pem != \/\e\t\c\/\c\o\n\t\r\a\i\l\/\s\s\l\/\p\r\i\v\a\t\e\/\s\e\r\v\e\r\-\p\r\i\v\k\e\y\.\p\e\m ]] + wait_config_api_certs_if_ssl_enabled + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + [[ /etc/contrail/ssl/private/server-privkey.pem != \/\e\t\c\/\c\o\n\t\r\a\i\l\/\s\s\l\/\p\r\i\v\a\t\e\/\s\e\r\v\e\r\-\p\r\i\v\k\e\y\.\p\e\m ]] + wait_for_cassandra ++ echo 10.0.0.241 ++ cut -d , -f 1 + local cassandra=10.0.0.241 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.241 9041 + echo 'INFO: Waiting for cassandra 2/30' INFO: Waiting for cassandra 2/30 + sleep 10 + (( i++ )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.241 9041 + echo 'INFO: Waiting for cassandra 3/30' INFO: Waiting for cassandra 3/30 + sleep 10 + (( i++ )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.241 9041 + echo 'INFO: Waiting for cassandra 4/30' INFO: Waiting for cassandra 4/30 + sleep 10 + (( i++ )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.241 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.241 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.241 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ uniq ++++ cat /proc/net/fib_trie ++++ sort ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host +++ local local_ips=,10.0.0.241,10.134.221.1,127.0.0.1,172.17.0.1,252.241.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.241'\''))' +++ local server_ip=10.0.0.241 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.241 ]] +++ [[ ,10.0.0.241,10.134.221.1,127.0.0.1,172.17.0.1,252.241.0.1,, =~ ,10\.0\.0\.241, ]] +++ echo 10.0.0.241 1 +++ return ++ local ip=10.0.0.241 ++ [[ -z 10.0.0.241 ]] ++ echo 10.0.0.241 + host_ip=10.0.0.241 + [[ cql == \c\q\l ]] ++ echo 10.0.0.241:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.241:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.241:8082' + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + (( CONFIG_API_WORKER_COUNT == 1 )) + read -r -d '' config_api_certs_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 ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ sed 's/^API__//g' ++ grep '^API__.*__.*=.*$' ++ sort ++ cut -d = -f 1 + 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 True + local val=true + [[ true == \t\r\u\e ]] + cat + [[ 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 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 02/05/2026 01:41:25.052 7f2e461493c0 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 02/05/2026 01:41:25.249 7f2e461493c0 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 02/05/2026 01:41:25.284 7f2e461493c0 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 02/05/2026 01:41:25.285 7f2e461493c0 [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=, ca_certs='/etc/contrail/ssl/certs/ca-cert.pem', keyfile='/etc/contrail/ssl/private/server-privkey.pem', certfile='/etc/contrail/ssl/certs/server.pem', ssl_version=<_SSLMethod.PROTOCOL_TLSv1_2: 5>))... Listening on http://10.0.0.241:8082/ Hit Ctrl-C to quit. 10.0.0.241 - - [2026-02-05 01:41:34] "GET / HTTP/1.1" 503 181 0.000278 10.0.0.241 - - [2026-02-05 01:41:34] "GET / HTTP/1.1" 503 181 0.000197 10.0.0.241 - - [2026-02-05 01:41:35] "GET / HTTP/1.1" 200 36499 0.001596 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.241 - - [2026-02-05 01:41:35] "POST /fqname-to-id HTTP/1.1" 401 297 0.000767 10.0.0.241 - - [2026-02-05 01:41:35] "GET / HTTP/1.1" 200 36499 0.001379 10.0.0.241 - - [2026-02-05 01:41:35] "GET / HTTP/1.1" 200 45019 0.001553 10.0.0.241 - - [2026-02-05 01:41:35] "GET / HTTP/1.1" 200 45019 0.001165 10.0.0.241 - - [2026-02-05 01:41:35] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 297 0.000516 10.0.0.241 - - [2026-02-05 01:41:35] "POST /fqname-to-id HTTP/1.1" 401 297 0.000311 [Introspect:8084]10.0.0.241 - - [2026-02-05 01:41:35] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.001458 [Introspect:8084]10.0.0.241 - - [2026-02-05 01:41:35] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3021 0.002048 10.0.0.241 - - [2026-02-05 01:41:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.071549 10.0.0.241 - - [2026-02-05 01:41:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.377268 10.0.0.241 - - [2026-02-05 01:41:35] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 312 0.047107 10.0.0.241 - - [2026-02-05 01:41:35] "GET /routing-instance/19585b12-7e0e-43c8-9528-c97593cedfd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1179 0.006503 10.0.0.241 - - [2026-02-05 01:41:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.008450 10.0.0.241 - - [2026-02-05 01:41:35] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 333 0.002688 10.0.0.241 - - [2026-02-05 01:41:36] "POST /bgp-routers HTTP/1.1" 200 616 0.036139 10.0.0.241 - - [2026-02-05 01:41:36] "GET / HTTP/1.1" 200 36499 0.002982 10.0.0.241 - - [2026-02-05 01:41:36] "GET /bgp-router/f6e43e4b-7c1f-405a-b4d5-30c5a0a7b5f2?fields=global_system_config_back_refs HTTP/1.1" 200 1112 0.027115 10.0.0.241 - - [2026-02-05 01:41:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004089 10.0.0.241 - - [2026-02-05 01:41:36] "GET /global-system-config/31ef43ac-16b8-4fa2-956c-67003e9072a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.011309 10.0.0.241 - - [2026-02-05 01:41:36] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004387 10.0.0.241 - - [2026-02-05 01:41:36] "POST /ref-update HTTP/1.1" 200 156 0.015289 /usr/local/lib/python3.9/site-packages/keystoneauth1/adapter.py:278: UserWarning: Using keystoneclient sessions has been deprecated. Please update your software to use keystoneauth1. warnings.warn( 10.0.0.241 - - [2026-02-05 01:41:37] "GET / HTTP/1.1" 200 36499 0.002799 10.0.0.241 - - [2026-02-05 01:41:37] "GET / HTTP/1.1" 200 36499 0.001834 10.0.0.241 - - [2026-02-05 01:41:37] "POST /fqname-to-id HTTP/1.1" 401 297 0.002035 10.0.0.241 - - [2026-02-05 01:41:37] "GET / HTTP/1.1" 200 36499 0.002415 10.0.0.241 - - [2026-02-05 01:41:37] "POST /fqname-to-id HTTP/1.1" 401 297 0.000980 10.0.0.241 - - [2026-02-05 01:41:37] "POST /fqname-to-id HTTP/1.1" 404 186 0.054623 10.0.0.241 - - [2026-02-05 01:41:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004339 10.0.0.241 - - [2026-02-05 01:41:37] "GET /global-system-config/31ef43ac-16b8-4fa2-956c-67003e9072a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.010422 10.0.0.241 - - [2026-02-05 01:41:38] "POST /service-appliance-sets HTTP/1.1" 200 557 0.236223 10.0.0.241 - - [2026-02-05 01:41:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.041679 10.0.0.241 - - [2026-02-05 01:41:38] "GET /global-system-config/31ef43ac-16b8-4fa2-956c-67003e9072a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.005803 10.0.0.241 - - [2026-02-05 01:41:38] "POST /fqname-to-id HTTP/1.1" 404 180 0.004091 10.0.0.241 - - [2026-02-05 01:41:38] "POST /fqname-to-id HTTP/1.1" 404 214 0.003168 10.0.0.241 - - [2026-02-05 01:41:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005636 10.0.0.241 - - [2026-02-05 01:41:38] "GET /global-system-config/31ef43ac-16b8-4fa2-956c-67003e9072a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.018633 10.0.0.241 - - [2026-02-05 01:41:38] "POST /analytics-snmp-nodes HTTP/1.1" 200 609 0.071686 10.0.0.241 - - [2026-02-05 01:41:38] "POST /service-appliance-sets HTTP/1.1" 200 545 0.028860 10.0.0.241 - - [2026-02-05 01:41:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004010 10.0.0.241 - - [2026-02-05 01:41:38] "GET /network-ipam/a679718e-2e37-439a-8fdc-c0a76bee691d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1958 0.004658 10.0.0.241 - - [2026-02-05 01:41:38] "POST /service-templates HTTP/1.1" 200 515 0.100658 10.0.0.241 - - [2026-02-05 01:41:38] "POST /service-templates HTTP/1.1" 200 505 0.037500 10.0.0.241 - - [2026-02-05 01:41:38] "POST /service-templates HTTP/1.1" 200 519 0.072146 10.0.0.241 - - [2026-02-05 01:41:39] "POST /service-templates HTTP/1.1" 200 539 0.111305 10.0.0.241 - - [2026-02-05 01:41:39] "POST /service-templates HTTP/1.1" 200 511 0.048762 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.241 - - [2026-02-05 01:41:39] "GET /obj-perms HTTP/1.1" 200 6393 0.452038 10.0.0.241 - - [2026-02-05 01:41:40] "GET / HTTP/1.1" 200 36499 0.001497 10.0.0.241 - - [2026-02-05 01:41:40] "POST /fqname-to-id HTTP/1.1" 401 297 0.000507 10.0.0.241 - - [2026-02-05 01:41:40] "GET /obj-perms HTTP/1.1" 200 6393 0.069534 10.0.0.241 - - [2026-02-05 01:41:40] "GET / HTTP/1.1" 200 36499 0.002159 10.0.0.241 - - [2026-02-05 01:41:40] "POST /fqname-to-id HTTP/1.1" 401 297 0.000459 10.0.0.241 - - [2026-02-05 01:41:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.043606 10.0.0.241 - - [2026-02-05 01:41:40] "GET /global-system-config/31ef43ac-16b8-4fa2-956c-67003e9072a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.019614 10.0.0.241 - - [2026-02-05 01:41:40] "POST /fqname-to-id HTTP/1.1" 404 214 0.004182 10.0.0.241 - - [2026-02-05 01:41:40] "POST /database-nodes HTTP/1.1" 200 597 0.044900 10.0.0.241 - - [2026-02-05 01:41:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.041641 10.0.0.241 - - [2026-02-05 01:41:41] "GET /global-system-config/31ef43ac-16b8-4fa2-956c-67003e9072a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.017771 10.0.0.241 - - [2026-02-05 01:41:41] "POST /fqname-to-id HTTP/1.1" 404 214 0.005819 10.0.0.241 - - [2026-02-05 01:41:41] "POST /analytics-alarm-nodes HTTP/1.1" 200 611 0.109732 10.0.0.241 - - [2026-02-05 01:41:41] "GET / HTTP/1.1" 200 36499 0.001930 10.0.0.241 - - [2026-02-05 01:41:41] "POST /fqname-to-id HTTP/1.1" 401 297 0.000576 10.0.0.241 - - [2026-02-05 01:41:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.058625 10.0.0.241 - - [2026-02-05 01:41:41] "GET /global-system-config/31ef43ac-16b8-4fa2-956c-67003e9072a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.009859 10.0.0.241 - - [2026-02-05 01:41:41] "POST /fqname-to-id HTTP/1.1" 404 214 0.003681 10.0.0.241 - - [2026-02-05 01:41:41] "POST /analytics-nodes HTTP/1.1" 200 599 0.028650 10.0.0.241 - - [2026-02-05 01:41:42] "GET / HTTP/1.1" 200 36499 0.001671 10.0.0.241 - - [2026-02-05 01:41:42] "POST /fqname-to-id HTTP/1.1" 401 297 0.000519 10.0.0.241 - - [2026-02-05 01:41:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.041678 10.0.0.241 - - [2026-02-05 01:41:42] "GET /global-system-config/31ef43ac-16b8-4fa2-956c-67003e9072a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.010205 10.0.0.241 - - [2026-02-05 01:41:42] "POST /fqname-to-id HTTP/1.1" 404 214 0.003453 10.0.0.241 - - [2026-02-05 01:41:43] "POST /config-nodes HTTP/1.1" 200 593 0.054287 10.0.0.241 - - [2026-02-05 01:41:43] "GET / HTTP/1.1" 200 36499 0.002041 10.0.0.241 - - [2026-02-05 01:41:43] "POST /global-vrouter-configs HTTP/1.1" 401 297 0.000646 10.0.0.241 - - [2026-02-05 01:41:43] "POST /fqname-to-id HTTP/1.1" 401 297 0.001046 10.0.0.241 - - [2026-02-05 01:41:43] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.074550 10.0.0.241 - - [2026-02-05 01:41:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.034770 10.0.0.241 - - [2026-02-05 01:41:43] "GET /network-ipam/a679718e-2e37-439a-8fdc-c0a76bee691d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1958 0.005155 10.0.0.241 - - [2026-02-05 01:41:44] "GET / HTTP/1.1" 200 36499 0.001540 10.0.0.241 - - [2026-02-05 01:41:44] "POST /fqname-to-id HTTP/1.1" 401 297 0.000474 10.0.0.241 - - [2026-02-05 01:41:44] "POST /fqname-to-id HTTP/1.1" 404 225 0.006006 10.0.0.241 - - [2026-02-05 01:41:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.056749 10.0.0.241 - - [2026-02-05 01:41:44] "GET /global-system-config/31ef43ac-16b8-4fa2-956c-67003e9072a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.011826 10.0.0.241 - - [2026-02-05 01:41:44] "POST /access-control-lists HTTP/1.1" 200 591 0.064121 10.0.0.241 - - [2026-02-05 01:41:44] "POST /fqname-to-id HTTP/1.1" 404 214 0.010633 10.0.0.241 - - [2026-02-05 01:41:44] "POST /fqname-to-id HTTP/1.1" 404 224 0.003597 10.0.0.241 - - [2026-02-05 01:41:44] "POST /config-database-nodes HTTP/1.1" 200 611 0.021026 10.0.0.241 - - [2026-02-05 01:41:44] "POST /access-control-lists HTTP/1.1" 200 589 0.049797 10.0.0.241 - - [2026-02-05 01:41:44] "POST /route-targets HTTP/1.1" 200 329 0.022021 10.0.0.241 - - [2026-02-05 01:41:44] "POST /ref-update HTTP/1.1" 200 156 0.016144 10.0.0.241 - - [2026-02-05 01:41:45] "POST /route-targets HTTP/1.1" 200 329 0.025398 10.0.0.241 - - [2026-02-05 01:41:45] "POST /ref-update HTTP/1.1" 200 156 0.014898 10.0.0.241 - - [2026-02-05 01:41:45] "POST /route-targets HTTP/1.1" 200 329 0.023257 10.0.0.241 - - [2026-02-05 01:41:45] "POST /ref-update HTTP/1.1" 200 156 0.023873 10.0.0.241 - - [2026-02-05 01:41:45] "POST /route-targets HTTP/1.1" 200 329 0.030044 10.0.0.241 - - [2026-02-05 01:41:45] "POST /ref-update HTTP/1.1" 200 156 0.029730 10.0.0.241 - - [2026-02-05 01:41:45] "POST /fqname-to-id HTTP/1.1" 404 201 0.003841 10.0.0.241 - - [2026-02-05 01:41:45] "POST /access-control-lists HTTP/1.1" 200 555 0.088148 10.0.0.241 - - [2026-02-05 01:41:45] "PUT /access-control-list/e4d90a6a-7c02-414a-8b10-6d38e1ac1986 HTTP/1.1" 200 274 0.012561 10.0.0.241 - - [2026-02-05 01:41:45] "PUT /access-control-list/ec4637ac-b5fa-48bb-8250-3f6619a8be0b HTTP/1.1" 200 274 0.014209 [Introspect:8084]10.0.0.241 - - [2026-02-05 01:41:45] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.001051 [Introspect:8084]10.0.0.241 - - [2026-02-05 01:41:46] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2962 0.003295 10.0.0.241 - - [2026-02-05 01:41:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005362 10.0.0.241 - - [2026-02-05 01:41:48] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1220 0.005438 10.0.0.241 - - [2026-02-05 01:41:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004749 10.0.0.241 - - [2026-02-05 01:41:48] "PUT /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b HTTP/1.1" 200 278 0.025413 10.0.0.241 - - [2026-02-05 01:41:49] "GET / HTTP/1.1" 200 36499 0.002825 10.0.0.241 - - [2026-02-05 01:41:49] "POST /alarms HTTP/1.1" 401 297 0.000482 10.0.0.241 - - [2026-02-05 01:41:49] "POST /alarms HTTP/1.1" 200 585 0.074527 10.0.0.241 - - [2026-02-05 01:41:50] "POST /alarms HTTP/1.1" 200 579 0.063086 10.0.0.241 - - [2026-02-05 01:41:50] "POST /alarms HTTP/1.1" 200 579 0.130036 10.0.0.241 - - [2026-02-05 01:41:50] "POST /alarms HTTP/1.1" 200 563 0.037370 10.0.0.241 - - [2026-02-05 01:41:50] "POST /alarms HTTP/1.1" 200 559 0.035768 10.0.0.241 - - [2026-02-05 01:41:50] "POST /alarms HTTP/1.1" 200 561 0.064853 10.0.0.241 - - [2026-02-05 01:41:50] "POST /alarms HTTP/1.1" 200 569 0.023392 10.0.0.241 - - [2026-02-05 01:41:50] "POST /alarms HTTP/1.1" 200 553 0.022486 10.0.0.241 - - [2026-02-05 01:41:50] "POST /alarms HTTP/1.1" 200 561 0.031535 10.0.0.241 - - [2026-02-05 01:41:50] "POST /alarms HTTP/1.1" 200 571 0.034882 10.0.0.241 - - [2026-02-05 01:41:50] "POST /alarms HTTP/1.1" 200 559 0.027262 10.0.0.241 - - [2026-02-05 01:41:50] "POST /alarms HTTP/1.1" 200 571 0.024221 10.0.0.241 - - [2026-02-05 01:41:51] "POST /alarms HTTP/1.1" 200 579 0.090476 10.0.0.241 - - [2026-02-05 01:41:51] "POST /alarms HTTP/1.1" 200 573 0.045640 10.0.0.241 - - [2026-02-05 01:41:51] "POST /alarms HTTP/1.1" 200 565 0.046525 10.0.0.241 - - [2026-02-05 01:41:51] "POST /alarms HTTP/1.1" 200 565 0.036062 10.0.0.241 - - [2026-02-05 01:41:51] "POST /alarms HTTP/1.1" 200 565 0.044454 10.0.0.241 - - [2026-02-05 01:41:51] "POST /alarms HTTP/1.1" 200 551 0.024496 10.0.0.241 - - [2026-02-05 01:41:51] "POST /alarms HTTP/1.1" 200 599 0.036143 10.0.0.241 - - [2026-02-05 01:41:51] "POST /alarms HTTP/1.1" 200 579 0.099143 10.0.0.241 - - [2026-02-05 01:41:51] "POST /alarms HTTP/1.1" 200 575 0.113991 10.0.0.241 - - [2026-02-05 01:41:51] "POST /alarms HTTP/1.1" 200 587 0.034125 10.0.0.241 - - [2026-02-05 01:41:52] "POST /alarms HTTP/1.1" 200 613 0.046598 10.0.0.241 - - [2026-02-05 01:41:52] "GET / HTTP/1.1" 200 36499 0.002383 10.0.0.241 - - [2026-02-05 01:41:52] "POST /global-vrouter-configs HTTP/1.1" 401 297 0.000673 10.0.0.241 - - [2026-02-05 01:41:52] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.042718 10.0.0.241 - - [2026-02-05 01:41:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003964 10.0.0.241 - - [2026-02-05 01:41:52] "PUT /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b HTTP/1.1" 200 278 0.020247 10.0.0.241 - - [2026-02-05 01:41:53] "GET / HTTP/1.1" 200 36499 0.002065 10.0.0.241 - - [2026-02-05 01:41:53] "POST /fqname-to-id HTTP/1.1" 401 297 0.000636 10.0.0.241 - - [2026-02-05 01:41:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.059816 10.0.0.241 - - [2026-02-05 01:41:53] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.004671 10.0.0.241 - - [2026-02-05 01:41:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004129 10.0.0.241 - - [2026-02-05 01:41:53] "PUT /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b HTTP/1.1" 200 278 0.016842 10.0.0.241 - - [2026-02-05 01:41:54] "GET / HTTP/1.1" 200 36499 0.001571 10.0.0.241 - - [2026-02-05 01:41:54] "POST /fqname-to-id HTTP/1.1" 401 297 0.000606 10.0.0.241 - - [2026-02-05 01:41:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.042405 10.0.0.241 - - [2026-02-05 01:41:54] "GET /global-system-config/31ef43ac-16b8-4fa2-956c-67003e9072a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.008091 10.0.0.241 - - [2026-02-05 01:41:54] "PUT /global-system-config/31ef43ac-16b8-4fa2-956c-67003e9072a8 HTTP/1.1" 200 276 0.030912 [Introspect:8084]10.0.0.241 - - [2026-02-05 01:41:57] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.001048 [Introspect:8084]10.0.0.241 - - [2026-02-05 01:41:57] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2962 0.001275 10.0.0.241 - - [2026-02-05 01:42:12] "GET / HTTP/1.1" 200 36499 0.002520 10.0.0.241 - - [2026-02-05 01:42:12] "POST /fqname-to-id HTTP/1.1" 401 297 0.000581 10.0.0.241 - - [2026-02-05 01:42:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.048661 10.0.0.241 - - [2026-02-05 01:42:13] "GET /global-system-config/31ef43ac-16b8-4fa2-956c-67003e9072a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.006865 10.0.0.241 - - [2026-02-05 01:42:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.241 - - [2026-02-05 01:42:13] "GET /config-node/f31cf2b4-dbfa-4a28-8cb8-c56a46d40c92?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1190 0.007243 10.0.0.241 - - [2026-02-05 01:42:23] "GET / HTTP/1.1" 200 36499 0.002699 10.0.0.241 - - [2026-02-05 01:42:23] "POST /fqname-to-id HTTP/1.1" 401 297 0.000526 10.0.0.241 - - [2026-02-05 01:42:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.030838 10.0.0.241 - - [2026-02-05 01:42:24] "GET /routing-instance/19585b12-7e0e-43c8-9528-c97593cedfd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1179 0.004180 10.0.0.241 - - [2026-02-05 01:42:24] "POST /bgp-routers HTTP/1.1" 409 299 0.003528 10.0.0.241 - - [2026-02-05 01:42:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.241 - - [2026-02-05 01:42:24] "GET /bgp-router/f6e43e4b-7c1f-405a-b4d5-30c5a0a7b5f2?fields=bgp_router_parameters%2Cglobal_system_config_back_refs HTTP/1.1" 200 1800 0.008072 [Introspect:8084]10.0.0.241 - - [2026-02-05 01:42:24] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.001367 10.0.0.241 - - [2026-02-05 01:42:24] "PUT /bgp-router/f6e43e4b-7c1f-405a-b4d5-30c5a0a7b5f2 HTTP/1.1" 200 256 0.019083 [Introspect:8084]10.0.0.241 - - [2026-02-05 01:42:24] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2962 0.001761 [Introspect:8084]10.0.0.241 - - [2026-02-05 01:42:28] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.000954 [Introspect:8084]10.0.0.241 - - [2026-02-05 01:42:28] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2962 0.001646 10.0.0.241 - - [2026-02-05 01:42:40] "GET /obj-perms HTTP/1.1" 200 6393 0.060851 10.0.0.241 - - [2026-02-05 01:42:41] "GET /obj-perms HTTP/1.1" 200 6393 0.055019 10.0.0.241 - - [2026-02-05 01:42:48] "GET / HTTP/1.1" 200 36499 0.001886 10.0.0.241 - - [2026-02-05 01:42:48] "POST /fqname-to-id HTTP/1.1" 401 297 0.000470 10.0.0.241 - - [2026-02-05 01:42:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.041345 10.0.0.241 - - [2026-02-05 01:42:48] "GET /global-system-config/31ef43ac-16b8-4fa2-956c-67003e9072a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.006181 10.0.0.241 - - [2026-02-05 01:42:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005092 10.0.0.241 - - [2026-02-05 01:42:48] "GET /routing-instance/19585b12-7e0e-43c8-9528-c97593cedfd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1179 0.005887 10.0.0.241 - - [2026-02-05 01:42:48] "PUT /global-system-config/31ef43ac-16b8-4fa2-956c-67003e9072a8 HTTP/1.1" 200 276 0.011932 10.0.0.241 - - [2026-02-05 01:42:48] "POST /fqname-to-id HTTP/1.1" 404 214 0.003513 10.0.0.241 - - [2026-02-05 01:42:48] "POST /virtual-routers HTTP/1.1" 200 599 0.020352 10.0.0.241 - - [2026-02-05 01:42:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.241 - - [2026-02-05 01:42:49] "GET /virtual-router/5a9f7082-11ed-48f5-a5b4-6fc563e78aa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1236 0.006846 10.0.0.241 - - [2026-02-05 01:42:49] "POST /fqname-to-id HTTP/1.1" 404 227 0.003844 10.0.0.241 - - [2026-02-05 01:42:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.241 - - [2026-02-05 01:42:49] "GET /virtual-network/966b21e2-44d1-45ba-8d0f-088d16e15f5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.006700 10.0.0.241 - - [2026-02-05 01:42:49] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.054654 10.0.0.241 - - [2026-02-05 01:42:49] "PUT /access-control-list/5d202a90-4219-4db3-8c2a-47ba7c03dd92 HTTP/1.1" 200 274 0.013896 10.0.0.241 - - [2026-02-05 01:43:41] "GET /obj-perms HTTP/1.1" 200 6393 0.055868 10.0.0.241 - - [2026-02-05 01:43:42] "GET /obj-perms HTTP/1.1" 200 6393 0.055904 10.0.0.241 - - [2026-02-05 01:44:42] "GET /obj-perms HTTP/1.1" 200 6393 0.059774 10.0.0.241 - - [2026-02-05 01:44:42] "GET /obj-perms HTTP/1.1" 200 6393 0.052715 [Introspect:8084]10.0.0.241 - - [2026-02-05 01:45:15] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.001034 [Introspect:8084]10.0.0.241 - - [2026-02-05 01:45:15] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2962 0.001142 [Introspect:8084]10.0.0.241 - - [2026-02-05 01:45:19] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.001097 [Introspect:8084]10.0.0.241 - - [2026-02-05 01:45:19] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2962 0.001847 [Introspect:8084]10.0.0.241 - - [2026-02-05 01:45:24] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.000990 [Introspect:8084]10.0.0.241 - - [2026-02-05 01:45:24] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2962 0.001262 10.0.0.241 - - [2026-02-05 01:45:43] "GET /obj-perms HTTP/1.1" 200 6393 0.059732 10.0.0.241 - - [2026-02-05 01:45:43] "GET /obj-perms HTTP/1.1" 200 6393 0.063217 10.0.0.241 - - [2026-02-05 01:45:56] "GET /global-system-configs HTTP/1.1" 401 297 0.000484 10.0.0.241 - - [2026-02-05 01:45:56] "GET /global-system-configs HTTP/1.1" 401 297 0.000747 10.0.0.241 - - [2026-02-05 01:46:24] "GET /global-system-configs HTTP/1.1" 401 297 0.000426 10.0.0.241 - - [2026-02-05 01:46:24] "GET /global-system-configs HTTP/1.1" 401 297 0.000464 10.0.0.241 - - [2026-02-05 01:46:44] "GET /obj-perms HTTP/1.1" 200 6393 0.057460 10.0.0.241 - - [2026-02-05 01:46:44] "GET /obj-perms HTTP/1.1" 200 6393 0.055913 10.0.0.241 - - [2026-02-05 01:47:45] "GET /obj-perms HTTP/1.1" 200 6393 0.060183 10.0.0.241 - - [2026-02-05 01:47:45] "GET /obj-perms HTTP/1.1" 200 6393 0.063618 10.0.0.241 - - [2026-02-05 01:48:00] "GET / HTTP/1.1" 200 36499 0.001818 10.0.0.241 - - [2026-02-05 01:48:00] "POST /fqname-to-id HTTP/1.1" 401 297 0.000511 10.0.0.241 - - [2026-02-05 01:48:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.038514 10.0.0.241 - - [2026-02-05 01:48:00] "GET /global-system-config/31ef43ac-16b8-4fa2-956c-67003e9072a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.008233 10.0.0.241 - - [2026-02-05 01:48:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004006 10.0.0.241 - - [2026-02-05 01:48:00] "GET /routing-instance/19585b12-7e0e-43c8-9528-c97593cedfd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1179 0.004516 10.0.0.241 - - [2026-02-05 01:48:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004407 10.0.0.241 - - [2026-02-05 01:48:00] "GET /virtual-router/5a9f7082-11ed-48f5-a5b4-6fc563e78aa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1236 0.006966 10.0.0.241 - - [2026-02-05 01:48:00] "PUT /virtual-router/5a9f7082-11ed-48f5-a5b4-6fc563e78aa5 HTTP/1.1" 200 264 0.013941 10.0.0.241 - - [2026-02-05 01:48:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.011074 10.0.0.241 - - [2026-02-05 01:48:01] "GET /virtual-router/5a9f7082-11ed-48f5-a5b4-6fc563e78aa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1236 0.006616 10.0.0.241 - - [2026-02-05 01:48:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005048 10.0.0.241 - - [2026-02-05 01:48:01] "GET /virtual-machine-interface/0775f5fb-207c-47ab-ae9e-d3f33c32abca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1900 0.007709 10.0.0.241 - - [2026-02-05 01:48:01] "PUT /virtual-machine-interface/0775f5fb-207c-47ab-ae9e-d3f33c32abca HTTP/1.1" 200 286 0.014322 [Introspect:8084]10.0.0.241 - - [2026-02-05 01:48:05] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.001393 [Introspect:8084]10.0.0.241 - - [2026-02-05 01:48:05] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2962 0.002005 10.0.0.241 - - [2026-02-05 01:48:45] "GET /obj-perms HTTP/1.1" 200 6393 0.059861 10.0.0.241 - - [2026-02-05 01:48:46] "GET /obj-perms HTTP/1.1" 200 6393 0.056516 [Introspect:8084]10.0.0.241 - - [2026-02-05 01:49:43] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.001775 [Introspect:8084]10.0.0.241 - - [2026-02-05 01:49:43] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2962 0.001847 10.0.0.241 - - [2026-02-05 01:49:46] "GET /obj-perms HTTP/1.1" 200 6393 0.070142 10.0.0.241 - - [2026-02-05 01:49:47] "GET /obj-perms HTTP/1.1" 200 6393 0.059147 [Introspect:8084]10.0.0.241 - - [2026-02-05 01:49:47] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.001396 [Introspect:8084]10.0.0.241 - - [2026-02-05 01:49:47] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2962 0.001233 [Introspect:8084]10.0.0.241 - - [2026-02-05 01:49:52] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.001026 [Introspect:8084]10.0.0.241 - - [2026-02-05 01:49:52] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2962 0.001177 10.0.0.241 - - [2026-02-05 01:49:52] "GET / HTTP/1.1" 200 36499 0.001910 10.0.0.241 - - [2026-02-05 01:50:01] "GET /project/b458b0e9-5045-4096-852b-7d165ec5f87a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 297 0.000702 10.0.0.241 - - [2026-02-05 01:50:02] "GET /projects?obj_uuids=b458b0e9-5045-4096-852b-7d165ec5f87a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.038777 10.0.0.241 - - [2026-02-05 01:50:02] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 123 0.005103 10.0.0.241 - - [2026-02-05 01:50:02] "POST /domains HTTP/1.1" 200 331 0.094510 10.0.0.241 - - [2026-02-05 01:50:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.151717 10.0.0.241 - - [2026-02-05 01:50:02] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 974 0.266882 10.0.0.241 - - [2026-02-05 01:50:02] "POST /id-to-fqname HTTP/1.1" 200 165 0.001620 10.0.0.241 - - [2026-02-05 01:50:02] "POST /fqname-to-id HTTP/1.1" 404 174 0.004136 10.0.0.241 - - [2026-02-05 01:50:02] "POST /security-groups HTTP/1.1" 200 560 0.068923 10.0.0.241 - - [2026-02-05 01:50:03] "POST /projects HTTP/1.1" 200 531 0.338928 10.0.0.241 - - [2026-02-05 01:50:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.387778 10.0.0.241 - - [2026-02-05 01:50:03] "POST /fqname-to-id HTTP/1.1" 404 205 0.033129 10.0.0.241 - - [2026-02-05 01:50:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003387 10.0.0.241 - - [2026-02-05 01:50:03] "POST /access-control-lists HTTP/1.1" 200 575 0.066866 10.0.0.241 - - [2026-02-05 01:50:03] "GET /projects?obj_uuids=8d1d3ff8-6ce9-4f98-a2b5-49463eca2def&detail=False&count=False&shared=False HTTP/1.1" 200 321 0.001140 10.0.0.241 - - [2026-02-05 01:50:03] "POST /fqname-to-id HTTP/1.1" 404 204 0.002902 10.0.0.241 - - [2026-02-05 01:50:03] "GET /project/8d1d3ff8-6ce9-4f98-a2b5-49463eca2def?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.037076 10.0.0.241 - - [2026-02-05 01:50:03] "GET /projects?obj_uuids=8d1d3ff8-6ce9-4f98-a2b5-49463eca2def&detail=False&count=False&shared=False HTTP/1.1" 200 321 0.001330 10.0.0.241 - - [2026-02-05 01:50:03] "GET /project/8d1d3ff8-6ce9-4f98-a2b5-49463eca2def?fields=security_groups HTTP/1.1" 200 1281 0.054304 10.0.0.241 - - [2026-02-05 01:50:03] "POST /access-control-lists HTTP/1.1" 200 573 0.084173 10.0.0.241 - - [2026-02-05 01:50:03] "DELETE /security-group/25910f99-e3dd-46c7-8cea-51756e1b1466 HTTP/1.1" 200 115 0.061151 10.0.0.241 - - [2026-02-05 01:50:03] "GET /projects?obj_uuids=8d1d3ff8-6ce9-4f98-a2b5-49463eca2def&detail=False&count=False&shared=False HTTP/1.1" 200 321 0.002670 10.0.0.241 - - [2026-02-05 01:50:03] "GET /project/8d1d3ff8-6ce9-4f98-a2b5-49463eca2def?fields=application_policy_sets HTTP/1.1" 200 1320 0.055808 10.0.0.241 - - [2026-02-05 01:50:03] "DELETE /project/8d1d3ff8-6ce9-4f98-a2b5-49463eca2def HTTP/1.1" 200 115 0.414260 10.0.0.241 - - [2026-02-05 01:50:03] "POST /id-to-fqname HTTP/1.1" 200 165 0.001455 10.0.0.241 - - [2026-02-05 01:50:03] "POST /fqname-to-id HTTP/1.1" 404 174 0.011140 10.0.0.241 - - [2026-02-05 01:50:03] "POST /security-groups HTTP/1.1" 200 560 0.135938 10.0.0.241 - - [2026-02-05 01:50:03] "DELETE /access-control-list/ef9a7741-c57d-4ff4-b9c2-cd10e042b385 HTTP/1.1" 200 115 0.037121 10.0.0.241 - - [2026-02-05 01:50:03] "POST /projects HTTP/1.1" 200 531 0.338189 10.0.0.241 - - [2026-02-05 01:50:03] "DELETE /access-control-list/64b0f1d5-d802-48cd-a03a-99d1c0aba5f3 HTTP/1.1" 200 115 0.028608 10.0.0.241 - - [2026-02-05 01:50:03] "POST /fqname-to-id HTTP/1.1" 404 205 0.004857 10.0.0.241 - - [2026-02-05 01:50:03] "GET /project/b458b0e9-5045-4096-852b-7d165ec5f87a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 1.675373 10.0.0.241 - - [2026-02-05 01:50:04] "POST /access-control-lists HTTP/1.1" 200 575 0.079239 10.0.0.241 - - [2026-02-05 01:50:04] "POST /fqname-to-id HTTP/1.1" 404 204 0.004277 10.0.0.241 - - [2026-02-05 01:50:04] "POST /access-control-lists HTTP/1.1" 200 573 0.071194 Traceback (most recent call last): File "src/gevent/greenlet.py", line 900, in gevent._gevent_cgreenlet.Greenlet.run File "/usr/local/lib64/python3.9/site-packages/gevent/baseserver.py", line 34, in _handle_and_close_when_done return handle(*args_tuple) File "/usr/local/lib64/python3.9/site-packages/gevent/server.py", line 209, in wrap_socket_and_handle with _closing_socket(self.wrap_socket(client_socket, **self.ssl_args)) as ssl_socket: File "/usr/local/lib64/python3.9/site-packages/gevent/ssl.py", line 870, in wrap_socket return SSLSocket(sock=sock, keyfile=keyfile, certfile=certfile, File "/usr/local/lib64/python3.9/site-packages/gevent/ssl.py", line 351, in __init__ self.do_handshake() File "/usr/local/lib64/python3.9/site-packages/gevent/ssl.py", line 740, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: HTTP_REQUEST] http request (_ssl.c:1147) 2026-02-05T01:50:04Z failed with SSLError [Introspect:8084]10.0.0.241 - - [2026-02-05 01:50:04] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2962 0.001568 10.0.0.241 - - [2026-02-05 01:50:05] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001538 10.0.0.241 - - [2026-02-05 01:50:05] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 944 0.012344 10.0.0.241 - - [2026-02-05 01:50:06] "POST /fqname-to-id HTTP/1.1" 404 197 0.032026 10.0.0.241 - - [2026-02-05 01:50:06] "GET /projects?obj_uuids=ed1292b3-50ea-4715-bf9c-d2cdc8f4087a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004086 10.0.0.241 - - [2026-02-05 01:50:06] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001243 10.0.0.241 - - [2026-02-05 01:50:06] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 974 0.008633 10.0.0.241 - - [2026-02-05 01:50:06] "POST /id-to-fqname HTTP/1.1" 200 199 0.001272 10.0.0.241 - - [2026-02-05 01:50:06] "POST /fqname-to-id HTTP/1.1" 404 208 0.002761 10.0.0.241 - - [2026-02-05 01:50:06] "POST /security-groups HTTP/1.1" 200 594 0.069141 10.0.0.241 - - [2026-02-05 01:50:06] "POST /fqname-to-id HTTP/1.1" 404 243 0.003501 10.0.0.241 - - [2026-02-05 01:50:06] "POST /projects HTTP/1.1" 200 599 0.265669 10.0.0.241 - - [2026-02-05 01:50:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.344007 10.0.0.241 - - [2026-02-05 01:50:06] "POST /access-control-lists HTTP/1.1" 200 609 0.067898 10.0.0.241 - - [2026-02-05 01:50:06] "POST /fqname-to-id HTTP/1.1" 404 242 0.004666 10.0.0.241 - - [2026-02-05 01:50:06] "GET /project/ed1292b3-50ea-4715-bf9c-d2cdc8f4087a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.506147 10.0.0.241 - - [2026-02-05 01:50:07] "POST /access-control-lists HTTP/1.1" 200 607 0.070299 10.0.0.241 - - [2026-02-05 01:50:08] "GET / HTTP/1.1" 200 36499 0.002095 10.0.0.241 - - [2026-02-05 01:50:15] "POST /fqname-to-id HTTP/1.1" 401 297 0.000735 10.0.0.241 - - [2026-02-05 01:50:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.074998 10.0.0.241 - - [2026-02-05 01:50:15] "GET /projects?obj_uuids=ed1292b3-50ea-4715-bf9c-d2cdc8f4087a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000995 10.0.0.241 - - [2026-02-05 01:50:15] "GET /project/ed1292b3-50ea-4715-bf9c-d2cdc8f4087a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.027014 252.241.163.121 - - [2026-02-05 01:50:16] "POST /neutron/network HTTP/1.1" 200 117 0.048962 10.0.0.241 - - [2026-02-05 01:50:16] "GET /projects?obj_uuids=ed1292b3-50ea-4715-bf9c-d2cdc8f4087a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001050 252.241.163.121 - - [2026-02-05 01:50:16] "POST /neutron/network HTTP/1.1" 200 618 0.081148 10.0.0.241 - - [2026-02-05 01:50:16] "POST /route-targets HTTP/1.1" 200 329 0.012934 10.0.0.241 - - [2026-02-05 01:50:16] "POST /ref-update HTTP/1.1" 200 156 0.015678 10.0.0.241 - - [2026-02-05 01:50:16] "POST /useragent-kv HTTP/1.1" 200 115 0.007281 252.241.163.121 - - [2026-02-05 01:50:16] "POST /neutron/subnet HTTP/1.1" 200 710 0.170428 252.241.163.121 - - [2026-02-05 01:50:17] "POST /neutron/network HTTP/1.1" 200 834 0.006542 10.0.0.241 - - [2026-02-05 01:50:17] "POST /id-to-fqname HTTP/1.1" 200 231 0.001741 10.0.0.241 - - [2026-02-05 01:50:17] "GET /virtual-network/13ded0ce-5c99-4f42-afde-c9569461220a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006013 252.241.163.121 - - [2026-02-05 01:50:17] "POST /neutron/network HTTP/1.1" 200 834 0.006670 10.0.0.241 - - [2026-02-05 01:50:17] "GET /virtual-network/13ded0ce-5c99-4f42-afde-c9569461220a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005877 252.241.163.121 - - [2026-02-05 01:50:17] "POST /neutron/network HTTP/1.1" 200 834 0.007592 252.241.163.121 - - [2026-02-05 01:50:17] "POST /neutron/subnet HTTP/1.1" 200 710 0.009209 10.0.0.241 - - [2026-02-05 01:50:17] "GET /domains HTTP/1.1" 401 297 0.000543 10.0.0.241 - - [2026-02-05 01:50:17] "GET /domains HTTP/1.1" 200 440 0.034905 10.0.0.241 - - [2026-02-05 01:50:17] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001363 10.0.0.241 - - [2026-02-05 01:50:17] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd HTTP/1.1" 200 1319 0.010334 10.0.0.241 - - [2026-02-05 01:50:17] "GET /projects?obj_uuids=ed1292b3-50ea-4715-bf9c-d2cdc8f4087a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001182 10.0.0.241 - - [2026-02-05 01:50:17] "GET /project/ed1292b3-50ea-4715-bf9c-d2cdc8f4087a HTTP/1.1" 200 2170 0.039607 10.0.0.241 - - [2026-02-05 01:50:17] "GET /virtual-network/13ded0ce-5c99-4f42-afde-c9569461220a HTTP/1.1" 200 2336 0.007394 10.0.0.241 - - [2026-02-05 01:50:18] "GET /virtual-network/13ded0ce-5c99-4f42-afde-c9569461220a HTTP/1.1" 200 2336 0.006854 10.0.0.241 - - [2026-02-05 01:50:18] "GET /routing-instance/46a5521a-7ab6-4e4a-99bf-445e29804f7a HTTP/1.1" 200 1498 0.004633 10.0.0.241 - - [2026-02-05 01:50:18] "GET /routing-instance/46a5521a-7ab6-4e4a-99bf-445e29804f7a HTTP/1.1" 200 1498 0.005140 10.0.0.241 - - [2026-02-05 01:50:18] "GET /route-target/12de0b70-2ec2-46dd-8a60-80afa4223be2 HTTP/1.1" 200 1220 0.005049 10.0.0.241 - - [2026-02-05 01:50:18] "GET /virtual-network/13ded0ce-5c99-4f42-afde-c9569461220a HTTP/1.1" 200 2336 0.005835 10.0.0.241 - - [2026-02-05 01:50:18] "GET /routing-instance/46a5521a-7ab6-4e4a-99bf-445e29804f7a HTTP/1.1" 200 1498 0.004792 10.0.0.241 - - [2026-02-05 01:50:18] "GET /virtual-network/13ded0ce-5c99-4f42-afde-c9569461220a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006075 10.0.0.241 - - [2026-02-05 01:50:18] "GET /virtual-network/13ded0ce-5c99-4f42-afde-c9569461220a HTTP/1.1" 200 2336 0.006537 10.0.0.241 - - [2026-02-05 01:50:18] "GET /routing-instance/46a5521a-7ab6-4e4a-99bf-445e29804f7a HTTP/1.1" 200 1498 0.004519 10.0.0.241 - - [2026-02-05 01:50:18] "GET /routing-instance/46a5521a-7ab6-4e4a-99bf-445e29804f7a HTTP/1.1" 200 1498 0.004729 10.0.0.241 - - [2026-02-05 01:50:18] "GET /route-target/12de0b70-2ec2-46dd-8a60-80afa4223be2 HTTP/1.1" 200 1220 0.005150 10.0.0.241 - - [2026-02-05 01:50:18] "GET /domains HTTP/1.1" 200 440 0.003491 10.0.0.241 - - [2026-02-05 01:50:18] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001224 10.0.0.241 - - [2026-02-05 01:50:18] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd HTTP/1.1" 200 1319 0.007812 10.0.0.241 - - [2026-02-05 01:50:18] "GET /projects?obj_uuids=ed1292b3-50ea-4715-bf9c-d2cdc8f4087a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001276 10.0.0.241 - - [2026-02-05 01:50:18] "GET /project/ed1292b3-50ea-4715-bf9c-d2cdc8f4087a HTTP/1.1" 200 2170 0.031152 10.0.0.241 - - [2026-02-05 01:50:18] "GET /virtual-network/13ded0ce-5c99-4f42-afde-c9569461220a HTTP/1.1" 200 2336 0.006799 10.0.0.241 - - [2026-02-05 01:50:19] "GET /obj-perms HTTP/1.1" 200 6462 0.059083 10.0.0.241 - - [2026-02-05 01:50:19] "POST /id-to-fqname HTTP/1.1" 200 231 0.001686 252.241.163.121 - - [2026-02-05 01:50:23] "POST /neutron/network HTTP/1.1" 200 844 0.008507 252.241.163.121 - - [2026-02-05 01:50:23] "GET /aaa-mode HTTP/1.1" 401 297 0.000634 252.241.163.121 - - [2026-02-05 01:50:23] "GET / HTTP/1.1" 200 36499 0.002011 252.241.163.121 - - [2026-02-05 01:50:23] "GET /project/ed1292b3-50ea-4715-bf9c-d2cdc8f4087a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 297 0.001211 10.0.0.241 - - [2026-02-05 01:50:24] "GET /projects?obj_uuids=ed1292b3-50ea-4715-bf9c-d2cdc8f4087a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001150 252.241.163.121 - - [2026-02-05 01:50:24] "GET /project/ed1292b3-50ea-4715-bf9c-d2cdc8f4087a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.059963 252.241.163.121 - - [2026-02-05 01:50:24] "POST /neutron/network HTTP/1.1" 200 834 0.035701 252.241.163.121 - - [2026-02-05 01:50:25] "POST /neutron/port HTTP/1.1" 200 117 0.006731 252.241.163.121 - - [2026-02-05 01:50:26] "POST /neutron/port HTTP/1.1" 200 117 0.007044 252.241.163.121 - - [2026-02-05 01:50:27] "POST /neutron/network HTTP/1.1" 200 844 0.007238 10.0.0.241 - - [2026-02-05 01:50:27] "GET /projects?obj_uuids=ed1292b3-50ea-4715-bf9c-d2cdc8f4087a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001172 252.241.163.121 - - [2026-02-05 01:50:27] "POST /neutron/port HTTP/1.1" 200 1066 0.307658 252.241.163.121 - - [2026-02-05 01:50:28] "POST /neutron/port HTTP/1.1" 200 1066 0.053188 252.241.163.121 - - [2026-02-05 01:50:28] "POST /neutron/port HTTP/1.1" 200 1066 0.012689 252.241.163.121 - - [2026-02-05 01:50:28] "POST /neutron/port HTTP/1.1" 200 1116 0.071144 252.241.163.121 - - [2026-02-05 01:50:28] "POST /neutron/port HTTP/1.1" 200 1126 0.024648 252.241.163.121 - - [2026-02-05 01:50:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005352 252.241.163.121 - - [2026-02-05 01:50:28] "POST /neutron/subnet HTTP/1.1" 200 684 0.008976 252.241.163.121 - - [2026-02-05 01:50:28] "POST /neutron/port HTTP/1.1" 200 117 0.001242 252.241.163.121 - - [2026-02-05 01:50:28] "POST /neutron/network HTTP/1.1" 200 834 0.008068 252.241.163.121 - - [2026-02-05 01:50:28] "POST /neutron/port HTTP/1.1" 200 1126 0.018944 252.241.163.121 - - [2026-02-05 01:50:29] "POST /neutron/security_group HTTP/1.1" 200 2067 0.008262 252.241.163.121 - - [2026-02-05 01:50:34] "POST /neutron/port HTTP/1.1" 200 1126 0.018639 252.241.163.121 - - [2026-02-05 01:50:34] "POST /neutron/security_group HTTP/1.1" 200 2067 0.008409 10.0.0.241 - - [2026-02-05 01:50:34] "GET /obj-perms HTTP/1.1" 200 6462 0.001911 10.0.0.241 - - [2026-02-05 01:50:35] "GET /obj-perms HTTP/1.1" 200 6462 0.001811 10.0.0.241 - - [2026-02-05 01:50:36] "GET /obj-perms HTTP/1.1" 200 6462 0.002707 10.0.0.241 - - [2026-02-05 01:50:37] "DELETE /project/8d1d3ff86ce94f98a2b549463eca2def HTTP/1.1" 404 173 0.004496 10.0.0.241 - - [2026-02-05 01:50:37] "DELETE /project/ed1292b350ea4715bf9cd2cdc8f4087a HTTP/1.1" 404 173 0.003657 10.0.0.241 - - [2026-02-05 01:50:37] "GET /obj-perms HTTP/1.1" 200 6462 0.002831 10.0.0.241 - - [2026-02-05 01:50:38] "GET /obj-perms HTTP/1.1" 200 6462 0.002006 252.241.163.121 - - [2026-02-05 01:50:39] "POST /neutron/network HTTP/1.1" 200 834 0.008888 252.241.163.121 - - [2026-02-05 01:50:40] "POST /neutron/network HTTP/1.1" 400 204 0.022595 252.241.163.121 - - [2026-02-05 01:50:40] "POST /neutron/port HTTP/1.1" 200 1126 0.020730 252.241.163.121 - - [2026-02-05 01:50:40] "POST /neutron/port HTTP/1.1" 200 1116 0.012359 252.241.163.121 - - [2026-02-05 01:50:40] "POST /neutron/port HTTP/1.1" 200 151 0.151839 252.241.163.121 - - [2026-02-05 01:50:42] "POST /neutron/network HTTP/1.1" 200 834 0.009796 10.0.0.241 - - [2026-02-05 01:50:42] "POST /useragent-kv HTTP/1.1" 200 115 0.004766 10.0.0.241 - - [2026-02-05 01:50:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.009429 10.0.0.241 - - [2026-02-05 01:50:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002391 252.241.163.121 - - [2026-02-05 01:50:42] "POST /neutron/network HTTP/1.1" 200 151 0.114028 10.0.0.241 - - [2026-02-05 01:50:42] "GET /routing-instance/46a5521a-7ab6-4e4a-99bf-445e29804f7a HTTP/1.1" 404 171 0.002683 10.0.0.241 - - [2026-02-05 01:50:42] "DELETE /route-target/12de0b70-2ec2-46dd-8a60-80afa4223be2 HTTP/1.1" 200 115 0.039053 10.0.0.241 - - [2026-02-05 01:50:42] "GET /domains HTTP/1.1" 200 440 0.003633 10.0.0.241 - - [2026-02-05 01:50:42] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001120 10.0.0.241 - - [2026-02-05 01:50:42] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd HTTP/1.1" 200 1319 0.008590 10.0.0.241 - - [2026-02-05 01:50:42] "GET /projects?obj_uuids=ed1292b3-50ea-4715-bf9c-d2cdc8f4087a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001320 10.0.0.241 - - [2026-02-05 01:50:42] "GET /project/ed1292b3-50ea-4715-bf9c-d2cdc8f4087a HTTP/1.1" 200 1920 0.029534 10.0.0.241 - - [2026-02-05 01:50:43] "GET /projects?obj_uuids=ed1292b3-50ea-4715-bf9c-d2cdc8f4087a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001087 10.0.0.241 - - [2026-02-05 01:50:43] "GET /project/ed1292b3-50ea-4715-bf9c-d2cdc8f4087a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.034382 10.0.0.241 - - [2026-02-05 01:50:43] "GET /projects?obj_uuids=ed1292b3-50ea-4715-bf9c-d2cdc8f4087a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001457 10.0.0.241 - - [2026-02-05 01:50:43] "GET /project/ed1292b3-50ea-4715-bf9c-d2cdc8f4087a?fields=virtual_networks HTTP/1.1" 200 1056 0.077568 10.0.0.241 - - [2026-02-05 01:50:43] "GET /projects?obj_uuids=ed1292b3-50ea-4715-bf9c-d2cdc8f4087a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001036 10.0.0.241 - - [2026-02-05 01:50:43] "GET /project/ed1292b3-50ea-4715-bf9c-d2cdc8f4087a?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.031453 10.0.0.241 - - [2026-02-05 01:50:43] "GET /projects?obj_uuids=ed1292b3-50ea-4715-bf9c-d2cdc8f4087a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001125 10.0.0.241 - - [2026-02-05 01:50:43] "GET /project/ed1292b3-50ea-4715-bf9c-d2cdc8f4087a?fields=security_groups HTTP/1.1" 200 1293 0.026516 10.0.0.241 - - [2026-02-05 01:50:44] "GET /projects?obj_uuids=b458b0e9-5045-4096-852b-7d165ec5f87a&detail=False&count=False&shared=False HTTP/1.1" 200 321 0.001719 10.0.0.241 - - [2026-02-05 01:50:44] "GET /project/b458b0e9-5045-4096-852b-7d165ec5f87a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.038303 10.0.0.241 - - [2026-02-05 01:50:47] "GET /obj-perms HTTP/1.1" 200 6393 0.076270 10.0.0.241 - - [2026-02-05 01:50:48] "GET /obj-perms HTTP/1.1" 200 6393 0.062425 10.0.0.241 - - [2026-02-05 01:50:48] "GET /projects?obj_uuids=b458b0e9-5045-4096-852b-7d165ec5f87a&detail=False&count=False&shared=False HTTP/1.1" 200 321 0.001095 10.0.0.241 - - [2026-02-05 01:50:48] "GET /project/b458b0e9-5045-4096-852b-7d165ec5f87a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.035906 10.0.0.241 - - [2026-02-05 01:50:49] "GET /documentation/index.html HTTP/1.1" 200 210274 0.003509 10.0.0.241 - - [2026-02-05 01:50:49] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001246 10.0.0.241 - - [2026-02-05 01:50:49] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 944 0.008924 10.0.0.241 - - [2026-02-05 01:50:50] "POST /fqname-to-id HTTP/1.1" 404 198 0.035543 10.0.0.241 - - [2026-02-05 01:50:50] "GET /projects?obj_uuids=725ca76c-fd97-42c1-86cd-a80a51000f6d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003499 10.0.0.241 - - [2026-02-05 01:50:50] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001040 10.0.0.241 - - [2026-02-05 01:50:50] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 974 0.007539 10.0.0.241 - - [2026-02-05 01:50:50] "POST /id-to-fqname HTTP/1.1" 200 200 0.001814 10.0.0.241 - - [2026-02-05 01:50:50] "POST /fqname-to-id HTTP/1.1" 404 209 0.005315 10.0.0.241 - - [2026-02-05 01:50:50] "POST /security-groups HTTP/1.1" 200 595 0.076917 10.0.0.241 - - [2026-02-05 01:50:50] "POST /fqname-to-id HTTP/1.1" 404 244 0.003376 10.0.0.241 - - [2026-02-05 01:50:50] "POST /projects HTTP/1.1" 200 601 0.243299 10.0.0.241 - - [2026-02-05 01:50:50] "POST /access-control-lists HTTP/1.1" 200 610 0.067737 10.0.0.241 - - [2026-02-05 01:50:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.329544 10.0.0.241 - - [2026-02-05 01:50:50] "POST /fqname-to-id HTTP/1.1" 404 243 0.004135 10.0.0.241 - - [2026-02-05 01:50:50] "GET /project/725ca76c-fd97-42c1-86cd-a80a51000f6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.486681 10.0.0.241 - - [2026-02-05 01:50:50] "POST /access-control-lists HTTP/1.1" 200 608 0.087576 10.0.0.241 - - [2026-02-05 01:50:52] "GET / HTTP/1.1" 200 36499 0.002243 10.0.0.241 - - [2026-02-05 01:50:52] "GET /projects?obj_uuids=b458b0e9-5045-4096-852b-7d165ec5f87a&detail=False&count=False&shared=False HTTP/1.1" 200 321 0.001874 10.0.0.241 - - [2026-02-05 01:50:52] "GET /project/b458b0e9-5045-4096-852b-7d165ec5f87a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.035659 10.0.0.241 - - [2026-02-05 01:50:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003947 10.0.0.241 - - [2026-02-05 01:50:53] "GET /security-group/f3e9b79d-90f9-45f9-80c2-14c4fafefb1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3682 0.005986 10.0.0.241 - - [2026-02-05 01:50:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003307 10.0.0.241 - - [2026-02-05 01:50:53] "GET /projects?obj_uuids=b458b0e9-5045-4096-852b-7d165ec5f87a&detail=False&count=False&shared=False HTTP/1.1" 200 321 0.001593 10.0.0.241 - - [2026-02-05 01:50:53] "GET /project/b458b0e9-5045-4096-852b-7d165ec5f87a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.030847 10.0.0.241 - - [2026-02-05 01:50:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004931 10.0.0.241 - - [2026-02-05 01:50:53] "GET /security-group/f3e9b79d-90f9-45f9-80c2-14c4fafefb1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3682 0.005742 10.0.0.241 - - [2026-02-05 01:50:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.241 - - [2026-02-05 01:50:53] "PUT /security-group/f3e9b79d-90f9-45f9-80c2-14c4fafefb1d HTTP/1.1" 200 264 0.020147 10.0.0.241 - - [2026-02-05 01:50:53] "PUT /access-control-list/e14b7dbb-15ef-47dc-8e4b-91983202d3f5 HTTP/1.1" 200 274 0.013041 10.0.0.241 - - [2026-02-05 01:50:53] "PUT /access-control-list/9f81beb7-a9d1-4ace-a701-a358c050fa1e HTTP/1.1" 200 274 0.017137 10.0.0.241 - - [2026-02-05 01:50:54] "POST /fqname-to-id HTTP/1.1" 401 297 0.000586 10.0.0.241 - - [2026-02-05 01:50:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.081985 10.0.0.241 - - [2026-02-05 01:50:54] "GET /projects?obj_uuids=725ca76c-fd97-42c1-86cd-a80a51000f6d&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001146 10.0.0.241 - - [2026-02-05 01:50:54] "GET /project/725ca76c-fd97-42c1-86cd-a80a51000f6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.035096 252.241.163.121 - - [2026-02-05 01:50:54] "POST /neutron/network HTTP/1.1" 200 117 0.038722 10.0.0.241 - - [2026-02-05 01:50:54] "GET /projects?obj_uuids=725ca76c-fd97-42c1-86cd-a80a51000f6d&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001391 252.241.163.121 - - [2026-02-05 01:50:54] "POST /neutron/network HTTP/1.1" 200 617 0.089645 10.0.0.241 - - [2026-02-05 01:50:54] "POST /route-targets HTTP/1.1" 200 329 0.017188 10.0.0.241 - - [2026-02-05 01:50:55] "POST /ref-update HTTP/1.1" 200 156 0.033648 10.0.0.241 - - [2026-02-05 01:50:55] "POST /useragent-kv HTTP/1.1" 200 115 0.006060 252.241.163.121 - - [2026-02-05 01:50:55] "POST /neutron/subnet HTTP/1.1" 200 715 0.145614 252.241.163.121 - - [2026-02-05 01:50:55] "POST /neutron/network HTTP/1.1" 200 834 0.007128 10.0.0.241 - - [2026-02-05 01:50:55] "POST /id-to-fqname HTTP/1.1" 200 231 0.001536 10.0.0.241 - - [2026-02-05 01:50:55] "GET /virtual-network/82ff8c34-4099-4ce2-a02a-5db054b860c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005872 252.241.163.121 - - [2026-02-05 01:50:55] "POST /neutron/network HTTP/1.1" 200 834 0.006154 10.0.0.241 - - [2026-02-05 01:50:55] "GET /virtual-network/82ff8c34-4099-4ce2-a02a-5db054b860c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.007445 252.241.163.121 - - [2026-02-05 01:50:55] "POST /neutron/network HTTP/1.1" 200 834 0.012036 252.241.163.121 - - [2026-02-05 01:50:55] "POST /neutron/subnet HTTP/1.1" 200 715 0.008650 10.0.0.241 - - [2026-02-05 01:50:55] "GET /domains HTTP/1.1" 401 297 0.001300 10.0.0.241 - - [2026-02-05 01:50:55] "GET /domains HTTP/1.1" 200 440 0.033026 10.0.0.241 - - [2026-02-05 01:50:56] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001111 10.0.0.241 - - [2026-02-05 01:50:56] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd HTTP/1.1" 200 1517 0.009299 10.0.0.241 - - [2026-02-05 01:50:56] "GET /projects?obj_uuids=725ca76c-fd97-42c1-86cd-a80a51000f6d&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001427 10.0.0.241 - - [2026-02-05 01:50:56] "GET /project/725ca76c-fd97-42c1-86cd-a80a51000f6d HTTP/1.1" 200 2174 0.038448 10.0.0.241 - - [2026-02-05 01:50:56] "GET /virtual-network/82ff8c34-4099-4ce2-a02a-5db054b860c2 HTTP/1.1" 200 2338 0.007198 10.0.0.241 - - [2026-02-05 01:50:56] "GET /virtual-network/82ff8c34-4099-4ce2-a02a-5db054b860c2 HTTP/1.1" 200 2338 0.006469 10.0.0.241 - - [2026-02-05 01:50:56] "GET /routing-instance/64016007-018d-49ea-b593-6cb52341d137 HTTP/1.1" 200 1495 0.014563 10.0.0.241 - - [2026-02-05 01:50:56] "GET /global-system-configs HTTP/1.1" 401 297 0.000496 10.0.0.241 - - [2026-02-05 01:50:56] "GET /global-system-configs HTTP/1.1" 401 297 0.000354 10.0.0.241 - - [2026-02-05 01:50:56] "GET /routing-instance/64016007-018d-49ea-b593-6cb52341d137 HTTP/1.1" 200 1495 0.005219 10.0.0.241 - - [2026-02-05 01:50:56] "GET /route-target/c471b6bb-b22d-4be3-8aab-bea235f2c972 HTTP/1.1" 200 1220 0.005986 10.0.0.241 - - [2026-02-05 01:50:56] "GET /virtual-network/82ff8c34-4099-4ce2-a02a-5db054b860c2 HTTP/1.1" 200 2338 0.006689 10.0.0.241 - - [2026-02-05 01:50:56] "GET /routing-instance/64016007-018d-49ea-b593-6cb52341d137 HTTP/1.1" 200 1495 0.004367 10.0.0.241 - - [2026-02-05 01:50:56] "GET /virtual-network/82ff8c34-4099-4ce2-a02a-5db054b860c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006719 10.0.0.241 - - [2026-02-05 01:50:56] "GET /virtual-network/82ff8c34-4099-4ce2-a02a-5db054b860c2 HTTP/1.1" 200 2338 0.006687 10.0.0.241 - - [2026-02-05 01:50:56] "GET /routing-instance/64016007-018d-49ea-b593-6cb52341d137 HTTP/1.1" 200 1495 0.005434 10.0.0.241 - - [2026-02-05 01:50:56] "GET /routing-instance/64016007-018d-49ea-b593-6cb52341d137 HTTP/1.1" 200 1495 0.004153 10.0.0.241 - - [2026-02-05 01:50:56] "GET /route-target/c471b6bb-b22d-4be3-8aab-bea235f2c972 HTTP/1.1" 200 1220 0.005738 10.0.0.241 - - [2026-02-05 01:50:56] "GET /domains HTTP/1.1" 200 440 0.004361 10.0.0.241 - - [2026-02-05 01:50:56] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001121 10.0.0.241 - - [2026-02-05 01:50:56] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd HTTP/1.1" 200 1517 0.007241 10.0.0.241 - - [2026-02-05 01:50:57] "GET /projects?obj_uuids=725ca76c-fd97-42c1-86cd-a80a51000f6d&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001587 10.0.0.241 - - [2026-02-05 01:50:57] "GET /project/725ca76c-fd97-42c1-86cd-a80a51000f6d HTTP/1.1" 200 2174 0.027990 10.0.0.241 - - [2026-02-05 01:50:57] "GET /virtual-network/82ff8c34-4099-4ce2-a02a-5db054b860c2 HTTP/1.1" 200 2338 0.007994 10.0.0.241 - - [2026-02-05 01:50:57] "GET /obj-perms HTTP/1.1" 200 6464 0.081394 10.0.0.241 - - [2026-02-05 01:50:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.241 - - [2026-02-05 01:50:57] "GET /projects?obj_uuids=725ca76c-fd97-42c1-86cd-a80a51000f6d&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001360 10.0.0.241 - - [2026-02-05 01:50:57] "GET /project/725ca76c-fd97-42c1-86cd-a80a51000f6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.029820 252.241.163.121 - - [2026-02-05 01:50:57] "POST /neutron/network HTTP/1.1" 200 117 0.011688 10.0.0.241 - - [2026-02-05 01:50:57] "GET /projects?obj_uuids=725ca76c-fd97-42c1-86cd-a80a51000f6d&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001398 252.241.163.121 - - [2026-02-05 01:50:58] "POST /neutron/network HTTP/1.1" 200 617 0.086318 10.0.0.241 - - [2026-02-05 01:50:58] "POST /route-targets HTTP/1.1" 200 329 0.014267 10.0.0.241 - - [2026-02-05 01:50:58] "POST /ref-update HTTP/1.1" 200 156 0.022232 10.0.0.241 - - [2026-02-05 01:50:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002496 252.241.163.121 - - [2026-02-05 01:50:58] "POST /neutron/subnet HTTP/1.1" 200 730 0.206738 252.241.163.121 - - [2026-02-05 01:50:58] "POST /neutron/network HTTP/1.1" 200 837 0.006615 10.0.0.241 - - [2026-02-05 01:50:58] "POST /id-to-fqname HTTP/1.1" 200 231 0.001472 10.0.0.241 - - [2026-02-05 01:50:58] "GET /virtual-network/cad42e50-b3ef-472e-896e-bc2ab70d5730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005312 252.241.163.121 - - [2026-02-05 01:50:58] "POST /neutron/network HTTP/1.1" 200 837 0.007679 10.0.0.241 - - [2026-02-05 01:50:58] "GET /virtual-network/cad42e50-b3ef-472e-896e-bc2ab70d5730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006481 252.241.163.121 - - [2026-02-05 01:50:58] "POST /neutron/network HTTP/1.1" 200 837 0.006344 252.241.163.121 - - [2026-02-05 01:50:58] "POST /neutron/subnet HTTP/1.1" 200 730 0.007749 10.0.0.241 - - [2026-02-05 01:50:58] "GET /domains HTTP/1.1" 200 440 0.003562 10.0.0.241 - - [2026-02-05 01:50:58] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001645 10.0.0.241 - - [2026-02-05 01:50:58] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd HTTP/1.1" 200 1517 0.008014 10.0.0.241 - - [2026-02-05 01:50:58] "GET /projects?obj_uuids=725ca76c-fd97-42c1-86cd-a80a51000f6d&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001338 10.0.0.241 - - [2026-02-05 01:50:58] "GET /project/725ca76c-fd97-42c1-86cd-a80a51000f6d HTTP/1.1" 200 2402 0.030189 10.0.0.241 - - [2026-02-05 01:50:58] "GET /virtual-network/cad42e50-b3ef-472e-896e-bc2ab70d5730 HTTP/1.1" 200 2347 0.007174 10.0.0.241 - - [2026-02-05 01:50:59] "GET /virtual-network/cad42e50-b3ef-472e-896e-bc2ab70d5730 HTTP/1.1" 200 2347 0.008010 10.0.0.241 - - [2026-02-05 01:50:59] "GET /routing-instance/b9c283c8-5d78-499b-b4aa-0fc81ec6a87c HTTP/1.1" 200 1496 0.006033 10.0.0.241 - - [2026-02-05 01:50:59] "GET /routing-instance/b9c283c8-5d78-499b-b4aa-0fc81ec6a87c HTTP/1.1" 200 1496 0.005312 10.0.0.241 - - [2026-02-05 01:50:59] "GET /route-target/b589cfc9-7cc5-49dc-ac61-3e64f9be614d HTTP/1.1" 200 1221 0.005274 10.0.0.241 - - [2026-02-05 01:50:59] "GET /virtual-network/cad42e50-b3ef-472e-896e-bc2ab70d5730 HTTP/1.1" 200 2347 0.005698 10.0.0.241 - - [2026-02-05 01:50:59] "GET /routing-instance/b9c283c8-5d78-499b-b4aa-0fc81ec6a87c HTTP/1.1" 200 1496 0.004118 10.0.0.241 - - [2026-02-05 01:50:59] "GET /virtual-network/cad42e50-b3ef-472e-896e-bc2ab70d5730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.007342 10.0.0.241 - - [2026-02-05 01:50:59] "GET /virtual-network/cad42e50-b3ef-472e-896e-bc2ab70d5730 HTTP/1.1" 200 2347 0.005295 10.0.0.241 - - [2026-02-05 01:50:59] "GET /routing-instance/b9c283c8-5d78-499b-b4aa-0fc81ec6a87c HTTP/1.1" 200 1496 0.004247 10.0.0.241 - - [2026-02-05 01:50:59] "GET /routing-instance/b9c283c8-5d78-499b-b4aa-0fc81ec6a87c HTTP/1.1" 200 1496 0.005490 10.0.0.241 - - [2026-02-05 01:50:59] "GET /route-target/b589cfc9-7cc5-49dc-ac61-3e64f9be614d HTTP/1.1" 200 1221 0.003868 10.0.0.241 - - [2026-02-05 01:50:59] "GET /domains HTTP/1.1" 200 440 0.004133 10.0.0.241 - - [2026-02-05 01:50:59] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001244 10.0.0.241 - - [2026-02-05 01:50:59] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd HTTP/1.1" 200 1517 0.007798 10.0.0.241 - - [2026-02-05 01:50:59] "GET /projects?obj_uuids=725ca76c-fd97-42c1-86cd-a80a51000f6d&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001641 10.0.0.241 - - [2026-02-05 01:50:59] "GET /project/725ca76c-fd97-42c1-86cd-a80a51000f6d HTTP/1.1" 200 2402 0.055042 10.0.0.241 - - [2026-02-05 01:50:59] "GET /virtual-network/cad42e50-b3ef-472e-896e-bc2ab70d5730 HTTP/1.1" 200 2347 0.005587 10.0.0.241 - - [2026-02-05 01:50:59] "GET /obj-perms HTTP/1.1" 200 6464 0.002395 10.0.0.241 - - [2026-02-05 01:51:00] "POST /id-to-fqname HTTP/1.1" 200 231 0.001586 252.241.163.121 - - [2026-02-05 01:51:00] "POST /neutron/network HTTP/1.1" 200 847 0.006892 252.241.163.121 - - [2026-02-05 01:51:00] "GET /aaa-mode HTTP/1.1" 401 297 0.000595 252.241.163.121 - - [2026-02-05 01:51:00] "GET / HTTP/1.1" 200 36499 0.002694 252.241.163.121 - - [2026-02-05 01:51:00] "GET /project/725ca76c-fd97-42c1-86cd-a80a51000f6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 297 0.000606 10.0.0.241 - - [2026-02-05 01:51:01] "GET /projects?obj_uuids=725ca76c-fd97-42c1-86cd-a80a51000f6d&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001099 252.241.163.121 - - [2026-02-05 01:51:01] "GET /project/725ca76c-fd97-42c1-86cd-a80a51000f6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.065529 252.241.163.121 - - [2026-02-05 01:51:01] "POST /neutron/network HTTP/1.1" 200 837 0.037447 252.241.163.121 - - [2026-02-05 01:51:01] "POST /neutron/port HTTP/1.1" 200 117 0.005948 252.241.163.121 - - [2026-02-05 01:51:01] "POST /neutron/port HTTP/1.1" 200 117 0.006269 10.0.0.241 - - [2026-02-05 01:51:01] "POST /id-to-fqname HTTP/1.1" 200 231 0.001767 252.241.163.121 - - [2026-02-05 01:51:01] "POST /neutron/port HTTP/1.1" 200 117 0.005307 252.241.163.121 - - [2026-02-05 01:51:02] "POST /neutron/network HTTP/1.1" 200 844 0.007126 252.241.163.121 - - [2026-02-05 01:51:02] "GET /aaa-mode HTTP/1.1" 401 297 0.001156 252.241.163.121 - - [2026-02-05 01:51:02] "GET / HTTP/1.1" 200 36499 0.003393 252.241.163.121 - - [2026-02-05 01:51:02] "GET /project/725ca76c-fd97-42c1-86cd-a80a51000f6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 297 0.000752 10.0.0.241 - - [2026-02-05 01:51:02] "GET /projects?obj_uuids=725ca76c-fd97-42c1-86cd-a80a51000f6d&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001643 252.241.163.121 - - [2026-02-05 01:51:02] "GET /project/725ca76c-fd97-42c1-86cd-a80a51000f6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.065831 252.241.163.121 - - [2026-02-05 01:51:02] "POST /neutron/network HTTP/1.1" 200 847 0.007617 10.0.0.241 - - [2026-02-05 01:51:02] "GET /projects?obj_uuids=725ca76c-fd97-42c1-86cd-a80a51000f6d&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001256 252.241.163.121 - - [2026-02-05 01:51:03] "POST /neutron/network HTTP/1.1" 200 834 0.037337 252.241.163.121 - - [2026-02-05 01:51:03] "POST /neutron/port HTTP/1.1" 200 1071 0.281948 252.241.163.121 - - [2026-02-05 01:51:03] "POST /neutron/port HTTP/1.1" 200 1071 0.017184 252.241.163.121 - - [2026-02-05 01:51:03] "POST /neutron/port HTTP/1.1" 200 1071 0.012880 252.241.163.121 - - [2026-02-05 01:51:03] "POST /neutron/port HTTP/1.1" 200 1081 0.034544 252.241.163.121 - - [2026-02-05 01:51:03] "POST /neutron/port HTTP/1.1" 200 1121 0.083190 252.241.163.121 - - [2026-02-05 01:51:03] "POST /neutron/security_group HTTP/1.1" 200 2068 0.010278 252.241.163.121 - - [2026-02-05 01:51:03] "POST /neutron/port HTTP/1.1" 200 117 0.022813 252.241.163.121 - - [2026-02-05 01:51:03] "POST /neutron/port HTTP/1.1" 200 1131 0.030328 252.241.163.121 - - [2026-02-05 01:51:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005423 10.0.0.241 - - [2026-02-05 01:51:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003971 10.0.0.241 - - [2026-02-05 01:51:03] "GET /projects?obj_uuids=725ca76c-fd97-42c1-86cd-a80a51000f6d&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000994 10.0.0.241 - - [2026-02-05 01:51:03] "GET /project/725ca76c-fd97-42c1-86cd-a80a51000f6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.040952 252.241.163.121 - - [2026-02-05 01:51:03] "POST /neutron/subnet HTTP/1.1" 200 704 0.010716 10.0.0.241 - - [2026-02-05 01:51:03] "GET /virtual-network/82ff8c34-4099-4ce2-a02a-5db054b860c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006713 252.241.163.121 - - [2026-02-05 01:51:03] "POST /neutron/port HTTP/1.1" 200 117 0.001609 10.0.0.241 - - [2026-02-05 01:51:03] "GET /floating-ip-pools?parent_id=82ff8c34-4099-4ce2-a02a-5db054b860c2&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003463 10.0.0.241 - - [2026-02-05 01:51:03] "GET /virtual-network/82ff8c34-4099-4ce2-a02a-5db054b860c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.007289 252.241.163.121 - - [2026-02-05 01:51:03] "POST /neutron/network HTTP/1.1" 200 837 0.010302 10.0.0.241 - - [2026-02-05 01:51:03] "POST /floating-ip-pools HTTP/1.1" 200 611 0.025469 10.0.0.241 - - [2026-02-05 01:51:03] "POST /ref-update HTTP/1.1" 200 156 0.015486 10.0.0.241 - - [2026-02-05 01:51:04] "GET /virtual-network/82ff8c34-4099-4ce2-a02a-5db054b860c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006082 10.0.0.241 - - [2026-02-05 01:51:04] "GET /domains HTTP/1.1" 200 440 0.003812 10.0.0.241 - - [2026-02-05 01:51:04] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001220 10.0.0.241 - - [2026-02-05 01:51:04] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd HTTP/1.1" 200 1517 0.008590 10.0.0.241 - - [2026-02-05 01:51:04] "GET /projects?obj_uuids=725ca76c-fd97-42c1-86cd-a80a51000f6d&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001890 10.0.0.241 - - [2026-02-05 01:51:04] "GET /project/725ca76c-fd97-42c1-86cd-a80a51000f6d HTTP/1.1" 200 2988 0.046371 10.0.0.241 - - [2026-02-05 01:51:04] "GET /virtual-network/82ff8c34-4099-4ce2-a02a-5db054b860c2 HTTP/1.1" 200 2618 0.010450 252.241.163.121 - - [2026-02-05 01:51:04] "POST /neutron/network HTTP/1.1" 200 844 0.006362 10.0.0.241 - - [2026-02-05 01:51:04] "GET /floating-ip-pool/d8e531c8-4daf-4bec-9154-a0c969d8f0e1 HTTP/1.1" 200 1444 0.005719 10.0.0.241 - - [2026-02-05 01:51:04] "GET /projects?obj_uuids=725ca76c-fd97-42c1-86cd-a80a51000f6d&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001444 10.0.0.241 - - [2026-02-05 01:51:04] "GET /domains HTTP/1.1" 200 440 0.005769 10.0.0.241 - - [2026-02-05 01:51:04] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001956 10.0.0.241 - - [2026-02-05 01:51:04] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd HTTP/1.1" 200 1517 0.035583 10.0.0.241 - - [2026-02-05 01:51:04] "GET /projects?obj_uuids=725ca76c-fd97-42c1-86cd-a80a51000f6d&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001612 10.0.0.241 - - [2026-02-05 01:51:04] "GET /project/725ca76c-fd97-42c1-86cd-a80a51000f6d HTTP/1.1" 200 3244 0.046229 10.0.0.241 - - [2026-02-05 01:51:04] "GET /virtual-network/82ff8c34-4099-4ce2-a02a-5db054b860c2 HTTP/1.1" 200 3152 0.014616 252.241.163.121 - - [2026-02-05 01:51:04] "POST /neutron/port HTTP/1.1" 200 1068 0.342200 10.0.0.241 - - [2026-02-05 01:51:04] "GET /virtual-network/82ff8c34-4099-4ce2-a02a-5db054b860c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.010590 252.241.163.121 - - [2026-02-05 01:51:04] "POST /neutron/port HTTP/1.1" 200 1068 0.012074 252.241.163.121 - - [2026-02-05 01:51:04] "POST /neutron/port HTTP/1.1" 200 1068 0.012790 252.241.163.121 - - [2026-02-05 01:51:04] "POST /neutron/port HTTP/1.1" 200 1131 0.019999 252.241.163.121 - - [2026-02-05 01:51:04] "POST /neutron/security_group HTTP/1.1" 200 2068 0.007699 252.241.163.121 - - [2026-02-05 01:51:05] "POST /neutron/port HTTP/1.1" 200 1118 0.124636 252.241.163.121 - - [2026-02-05 01:51:05] "POST /neutron/port HTTP/1.1" 200 1128 0.013490 252.241.163.121 - - [2026-02-05 01:51:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005579 252.241.163.121 - - [2026-02-05 01:51:05] "POST /neutron/subnet HTTP/1.1" 200 689 0.008410 252.241.163.121 - - [2026-02-05 01:51:05] "POST /neutron/port HTTP/1.1" 200 117 0.001330 252.241.163.121 - - [2026-02-05 01:51:05] "POST /neutron/network HTTP/1.1" 200 834 0.006632 252.241.163.121 - - [2026-02-05 01:51:10] "POST /neutron/port HTTP/1.1" 200 1131 0.027503 252.241.163.121 - - [2026-02-05 01:51:10] "POST /neutron/security_group HTTP/1.1" 200 2068 0.007717 252.241.163.121 - - [2026-02-05 01:51:10] "POST /neutron/port HTTP/1.1" 200 1131 0.019502 252.241.163.121 - - [2026-02-05 01:51:10] "POST /neutron/security_group HTTP/1.1" 200 2068 0.013890 252.241.163.121 - - [2026-02-05 01:51:10] "POST /neutron/port HTTP/1.1" 200 1131 0.014619 252.241.163.121 - - [2026-02-05 01:51:10] "POST /neutron/security_group HTTP/1.1" 200 2068 0.006836 10.0.0.241 - - [2026-02-05 01:51:10] "GET /virtual-machine/c82df34b-435b-4a01-81e6-73cb07a6f192 HTTP/1.1" 200 1306 0.005376 10.0.0.241 - - [2026-02-05 01:51:10] "GET /virtual-machine-interface/fd6cd771-0919-4f20-87b7-430749c67f48 HTTP/1.1" 200 3006 0.007492 10.0.0.241 - - [2026-02-05 01:51:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003785 10.0.0.241 - - [2026-02-05 01:51:10] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.004866 10.0.0.241 - - [2026-02-05 01:51:10] "GET /virtual-networks?parent_id=725ca76c-fd97-42c1-86cd-a80a51000f6d&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.005682 10.0.0.241 - - [2026-02-05 01:51:10] "GET /virtual-network/cad42e50-b3ef-472e-896e-bc2ab70d5730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005359 10.0.0.241 - - [2026-02-05 01:51:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003990 10.0.0.241 - - [2026-02-05 01:51:13] "GET /virtual-network/cad42e50-b3ef-472e-896e-bc2ab70d5730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005516 252.241.163.121 - - [2026-02-05 01:51:14] "POST /neutron/port HTTP/1.1" 200 1131 0.049123 252.241.163.121 - - [2026-02-05 01:51:14] "POST /neutron/security_group HTTP/1.1" 200 2068 0.007636 252.241.163.121 - - [2026-02-05 01:51:15] "POST /neutron/port HTTP/1.1" 200 1131 0.045090 252.241.163.121 - - [2026-02-05 01:51:15] "POST /neutron/security_group HTTP/1.1" 200 2068 0.008273 252.241.163.121 - - [2026-02-05 01:51:16] "POST /neutron/port HTTP/1.1" 200 1131 0.054989 252.241.163.121 - - [2026-02-05 01:51:16] "POST /neutron/port HTTP/1.1" 200 1128 0.051008 10.0.0.241 - - [2026-02-05 01:51:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004685 10.0.0.241 - - [2026-02-05 01:51:16] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.003850 252.241.163.121 - - [2026-02-05 01:51:16] "POST /neutron/security_group HTTP/1.1" 200 2068 0.007897 252.241.163.121 - - [2026-02-05 01:51:16] "POST /neutron/security_group HTTP/1.1" 200 2068 0.006549 10.0.0.241 - - [2026-02-05 01:51:16] "GET /virtual-networks?parent_id=725ca76c-fd97-42c1-86cd-a80a51000f6d&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.007172 10.0.0.241 - - [2026-02-05 01:51:16] "GET /virtual-network/cad42e50-b3ef-472e-896e-bc2ab70d5730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006932 252.241.163.121 - - [2026-02-05 01:51:16] "POST /neutron/port HTTP/1.1" 200 1131 0.019793 252.241.163.121 - - [2026-02-05 01:51:16] "POST /neutron/security_group HTTP/1.1" 200 2068 0.007920 252.241.163.121 - - [2026-02-05 01:51:16] "POST /neutron/port HTTP/1.1" 200 1128 0.043189 252.241.163.121 - - [2026-02-05 01:51:17] "POST /neutron/security_group HTTP/1.1" 200 2068 0.006622 252.241.163.121 - - [2026-02-05 01:51:17] "POST /neutron/port HTTP/1.1" 200 1128 0.016190 252.241.163.121 - - [2026-02-05 01:51:17] "POST /neutron/security_group HTTP/1.1" 200 2068 0.005876 252.241.163.121 - - [2026-02-05 01:51:17] "POST /neutron/port HTTP/1.1" 200 1131 0.013000 252.241.163.121 - - [2026-02-05 01:51:17] "POST /neutron/security_group HTTP/1.1" 200 2068 0.006574 252.241.163.121 - - [2026-02-05 01:51:18] "POST /neutron/port HTTP/1.1" 200 1128 0.013759 252.241.163.121 - - [2026-02-05 01:51:18] "POST /neutron/security_group HTTP/1.1" 200 2068 0.006251 252.241.163.121 - - [2026-02-05 01:51:19] "POST /neutron/port HTTP/1.1" 200 1131 0.013024 252.241.163.121 - - [2026-02-05 01:51:19] "POST /neutron/port HTTP/1.1" 200 1131 0.014777 252.241.163.121 - - [2026-02-05 01:51:19] "POST /neutron/network HTTP/1.1" 200 847 0.006102 252.241.163.121 - - [2026-02-05 01:51:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004401 252.241.163.121 - - [2026-02-05 01:51:19] "POST /neutron/subnet HTTP/1.1" 200 704 0.008274 252.241.163.121 - - [2026-02-05 01:51:19] "POST /neutron/port HTTP/1.1" 200 117 0.001269 252.241.163.121 - - [2026-02-05 01:51:19] "POST /neutron/network HTTP/1.1" 200 837 0.006824 10.0.0.241 - - [2026-02-05 01:51:21] "GET /projects?obj_uuids=725ca76c-fd97-42c1-86cd-a80a51000f6d&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001053 252.241.163.121 - - [2026-02-05 01:51:21] "POST /neutron/floatingip HTTP/1.1" 200 528 0.069588 252.241.163.121 - - [2026-02-05 01:51:21] "POST /neutron/port HTTP/1.1" 200 1131 0.013598 252.241.163.121 - - [2026-02-05 01:51:21] "POST /neutron/floatingip HTTP/1.1" 200 528 0.006605 252.241.163.121 - - [2026-02-05 01:51:21] "POST /neutron/floatingip HTTP/1.1" 200 576 0.034356 252.241.163.121 - - [2026-02-05 01:51:21] "POST /neutron/port HTTP/1.1" 200 1128 0.013858 252.241.163.121 - - [2026-02-05 01:51:22] "POST /neutron/security_group HTTP/1.1" 200 2068 0.006949 252.241.163.121 - - [2026-02-05 01:51:22] "POST /neutron/port HTTP/1.1" 200 1128 0.012732 252.241.163.121 - - [2026-02-05 01:51:22] "POST /neutron/security_group HTTP/1.1" 200 2068 0.007755 252.241.163.121 - - [2026-02-05 01:51:22] "POST /neutron/port HTTP/1.1" 200 1128 0.014383 252.241.163.121 - - [2026-02-05 01:51:22] "POST /neutron/security_group HTTP/1.1" 200 2068 0.006925 10.0.0.241 - - [2026-02-05 01:51:22] "GET /virtual-machine/837e7777-764d-442a-89ab-8a1edfaff5df HTTP/1.1" 200 1305 0.005224 10.0.0.241 - - [2026-02-05 01:51:22] "GET /virtual-machine-interface/cece4b29-b354-4747-8be3-407dd409c313 HTTP/1.1" 200 3007 0.005527 10.0.0.241 - - [2026-02-05 01:51:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003568 10.0.0.241 - - [2026-02-05 01:51:22] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.003747 10.0.0.241 - - [2026-02-05 01:51:22] "GET /virtual-networks?parent_id=725ca76c-fd97-42c1-86cd-a80a51000f6d&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003710 10.0.0.241 - - [2026-02-05 01:51:22] "GET /virtual-network/82ff8c34-4099-4ce2-a02a-5db054b860c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005777 10.0.0.241 - - [2026-02-05 01:51:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005121 10.0.0.241 - - [2026-02-05 01:51:23] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.004617 10.0.0.241 - - [2026-02-05 01:51:23] "GET /virtual-networks?parent_id=725ca76c-fd97-42c1-86cd-a80a51000f6d&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003392 10.0.0.241 - - [2026-02-05 01:51:23] "GET /virtual-network/82ff8c34-4099-4ce2-a02a-5db054b860c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005839 252.241.163.121 - - [2026-02-05 01:51:24] "POST /neutron/floatingip HTTP/1.1" 200 576 0.027612 10.0.0.241 - - [2026-02-05 01:51:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.241 - - [2026-02-05 01:51:24] "GET /routing-instance/64016007-018d-49ea-b593-6cb52341d137?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1495 0.003500 10.0.0.241 - - [2026-02-05 01:51:24] "GET /global-system-configs HTTP/1.1" 401 297 0.000443 10.0.0.241 - - [2026-02-05 01:51:24] "GET /route-target/c471b6bb-b22d-4be3-8aab-bea235f2c972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.006416 10.0.0.241 - - [2026-02-05 01:51:24] "GET /global-system-configs HTTP/1.1" 401 297 0.000331 10.0.0.241 - - [2026-02-05 01:51:24] "GET /floating-ip/ae89e54c-859a-4d16-a640-141bdc41f2e7 HTTP/1.1" 200 1891 0.005853 252.241.163.121 - - [2026-02-05 01:51:27] "POST /neutron/floatingip HTTP/1.1" 200 576 0.014003 252.241.163.121 - - [2026-02-05 01:51:27] "POST /neutron/floatingip HTTP/1.1" 200 528 0.023731 252.241.163.121 - - [2026-02-05 01:51:27] "POST /neutron/floatingip HTTP/1.1" 200 528 0.015501 252.241.163.121 - - [2026-02-05 01:51:27] "POST /neutron/floatingip HTTP/1.1" 200 115 0.040422 10.0.0.241 - - [2026-02-05 01:51:27] "GET /floating-ip-pool/d8e531c8-4daf-4bec-9154-a0c969d8f0e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1209 0.004490 10.0.0.241 - - [2026-02-05 01:51:27] "POST /ref-update HTTP/1.1" 200 156 0.009347 10.0.0.241 - - [2026-02-05 01:51:27] "DELETE /floating-ip-pool/d8e531c8-4daf-4bec-9154-a0c969d8f0e1 HTTP/1.1" 200 115 0.029009 252.241.163.121 - - [2026-02-05 01:51:28] "POST /neutron/network HTTP/1.1" 200 837 0.008184 252.241.163.121 - - [2026-02-05 01:51:28] "POST /neutron/network HTTP/1.1" 400 204 0.014516 252.241.163.121 - - [2026-02-05 01:51:28] "POST /neutron/port HTTP/1.1" 200 1131 0.015805 252.241.163.121 - - [2026-02-05 01:51:29] "POST /neutron/port HTTP/1.1" 200 1128 0.015276 252.241.163.121 - - [2026-02-05 01:51:29] "POST /neutron/port HTTP/1.1" 200 1121 0.012186 252.241.163.121 - - [2026-02-05 01:51:29] "POST /neutron/port HTTP/1.1" 200 1118 0.020343 252.241.163.121 - - [2026-02-05 01:51:29] "POST /neutron/port HTTP/1.1" 200 151 0.159700 252.241.163.121 - - [2026-02-05 01:51:29] "POST /neutron/port HTTP/1.1" 200 151 0.177595 252.241.163.121 - - [2026-02-05 01:51:30] "POST /neutron/network HTTP/1.1" 200 837 0.006349 10.0.0.241 - - [2026-02-05 01:51:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003773 10.0.0.241 - - [2026-02-05 01:51:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004692 10.0.0.241 - - [2026-02-05 01:51:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002001 252.241.163.121 - - [2026-02-05 01:51:30] "POST /neutron/network HTTP/1.1" 200 151 0.109889 10.0.0.241 - - [2026-02-05 01:51:30] "GET /routing-instance/b9c283c8-5d78-499b-b4aa-0fc81ec6a87c HTTP/1.1" 404 171 0.006103 10.0.0.241 - - [2026-02-05 01:51:30] "DELETE /route-target/b589cfc9-7cc5-49dc-ac61-3e64f9be614d HTTP/1.1" 200 115 0.024947 10.0.0.241 - - [2026-02-05 01:51:30] "GET /domains HTTP/1.1" 200 440 0.004340 10.0.0.241 - - [2026-02-05 01:51:30] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001318 10.0.0.241 - - [2026-02-05 01:51:30] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd HTTP/1.1" 200 1517 0.009448 10.0.0.241 - - [2026-02-05 01:51:30] "GET /projects?obj_uuids=725ca76c-fd97-42c1-86cd-a80a51000f6d&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001058 10.0.0.241 - - [2026-02-05 01:51:30] "GET /project/725ca76c-fd97-42c1-86cd-a80a51000f6d HTTP/1.1" 200 2174 0.039179 252.241.163.121 - - [2026-02-05 01:51:31] "POST /neutron/network HTTP/1.1" 200 834 0.006870 10.0.0.241 - - [2026-02-05 01:51:31] "POST /useragent-kv HTTP/1.1" 200 115 0.004114 10.0.0.241 - - [2026-02-05 01:51:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005072 10.0.0.241 - - [2026-02-05 01:51:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003253 252.241.163.121 - - [2026-02-05 01:51:31] "POST /neutron/network HTTP/1.1" 200 151 0.101718 10.0.0.241 - - [2026-02-05 01:51:31] "GET /routing-instance/64016007-018d-49ea-b593-6cb52341d137 HTTP/1.1" 404 171 0.002274 10.0.0.241 - - [2026-02-05 01:51:31] "DELETE /route-target/c471b6bb-b22d-4be3-8aab-bea235f2c972 HTTP/1.1" 200 115 0.027108 10.0.0.241 - - [2026-02-05 01:51:31] "GET /domains HTTP/1.1" 200 440 0.003132 10.0.0.241 - - [2026-02-05 01:51:31] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001079 10.0.0.241 - - [2026-02-05 01:51:31] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd HTTP/1.1" 200 1517 0.007688 10.0.0.241 - - [2026-02-05 01:51:31] "GET /projects?obj_uuids=725ca76c-fd97-42c1-86cd-a80a51000f6d&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001804 10.0.0.241 - - [2026-02-05 01:51:31] "GET /project/725ca76c-fd97-42c1-86cd-a80a51000f6d HTTP/1.1" 200 1924 0.042425 10.0.0.241 - - [2026-02-05 01:51:32] "GET /projects?obj_uuids=725ca76c-fd97-42c1-86cd-a80a51000f6d&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001153 10.0.0.241 - - [2026-02-05 01:51:32] "GET /project/725ca76c-fd97-42c1-86cd-a80a51000f6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.026093 10.0.0.241 - - [2026-02-05 01:51:32] "GET /projects?obj_uuids=725ca76c-fd97-42c1-86cd-a80a51000f6d&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001103 10.0.0.241 - - [2026-02-05 01:51:32] "GET /project/725ca76c-fd97-42c1-86cd-a80a51000f6d?fields=virtual_networks HTTP/1.1" 200 1056 0.069085 10.0.0.241 - - [2026-02-05 01:51:32] "GET /projects?obj_uuids=725ca76c-fd97-42c1-86cd-a80a51000f6d&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001625 10.0.0.241 - - [2026-02-05 01:51:32] "GET /project/725ca76c-fd97-42c1-86cd-a80a51000f6d?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.028667 10.0.0.241 - - [2026-02-05 01:51:32] "GET /projects?obj_uuids=725ca76c-fd97-42c1-86cd-a80a51000f6d&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001478 10.0.0.241 - - [2026-02-05 01:51:32] "GET /project/725ca76c-fd97-42c1-86cd-a80a51000f6d?fields=security_groups HTTP/1.1" 200 1294 0.066870 10.0.0.241 - - [2026-02-05 01:51:33] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001243 10.0.0.241 - - [2026-02-05 01:51:33] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 944 0.009028 10.0.0.241 - - [2026-02-05 01:51:33] "POST /fqname-to-id HTTP/1.1" 404 181 0.035557 10.0.0.241 - - [2026-02-05 01:51:33] "GET /projects?obj_uuids=a0f244f0-77a1-49e7-bc72-1782aa91c990&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002924 10.0.0.241 - - [2026-02-05 01:51:33] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001136 10.0.0.241 - - [2026-02-05 01:51:33] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 974 0.007782 10.0.0.241 - - [2026-02-05 01:51:33] "POST /id-to-fqname HTTP/1.1" 200 183 0.003041 10.0.0.241 - - [2026-02-05 01:51:33] "POST /fqname-to-id HTTP/1.1" 404 192 0.003009 10.0.0.241 - - [2026-02-05 01:51:33] "POST /security-groups HTTP/1.1" 200 578 0.068145 10.0.0.241 - - [2026-02-05 01:51:33] "POST /fqname-to-id HTTP/1.1" 404 227 0.003974 10.0.0.241 - - [2026-02-05 01:51:34] "POST /projects HTTP/1.1" 200 567 0.236540 10.0.0.241 - - [2026-02-05 01:51:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.312639 10.0.0.241 - - [2026-02-05 01:51:34] "POST /access-control-lists HTTP/1.1" 200 593 0.071198 10.0.0.241 - - [2026-02-05 01:51:34] "POST /fqname-to-id HTTP/1.1" 404 226 0.002692 10.0.0.241 - - [2026-02-05 01:51:34] "GET /project/a0f244f0-77a1-49e7-bc72-1782aa91c990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.463176 10.0.0.241 - - [2026-02-05 01:51:34] "POST /access-control-lists HTTP/1.1" 200 591 0.064929 10.0.0.241 - - [2026-02-05 01:51:35] "GET / HTTP/1.1" 200 36499 0.002088 10.0.0.241 - - [2026-02-05 01:51:37] "DELETE /project/725ca76cfd9742c186cda80a51000f6d HTTP/1.1" 404 173 0.015929 10.0.0.241 - - [2026-02-05 01:51:37] "GET /projects?obj_uuids=ed1292b3-50ea-4715-bf9c-d2cdc8f4087a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001017 10.0.0.241 - - [2026-02-05 01:51:37] "DELETE /project/a0f244f077a149e7bc721782aa91c990 HTTP/1.1" 404 173 0.008436 10.0.0.241 - - [2026-02-05 01:51:37] "GET /projects?obj_uuids=725ca76c-fd97-42c1-86cd-a80a51000f6d&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000968 10.0.0.241 - - [2026-02-05 01:51:37] "GET /project/ed1292b3-50ea-4715-bf9c-d2cdc8f4087a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.056213 10.0.0.241 - - [2026-02-05 01:51:37] "GET /projects?obj_uuids=a0f244f0-77a1-49e7-bc72-1782aa91c990&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001087 10.0.0.241 - - [2026-02-05 01:51:37] "GET /projects?obj_uuids=ed1292b3-50ea-4715-bf9c-d2cdc8f4087a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001044 10.0.0.241 - - [2026-02-05 01:51:37] "GET /project/725ca76c-fd97-42c1-86cd-a80a51000f6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.078413 10.0.0.241 - - [2026-02-05 01:51:37] "GET /project/a0f244f0-77a1-49e7-bc72-1782aa91c990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.093283 10.0.0.241 - - [2026-02-05 01:51:37] "GET /projects?obj_uuids=a0f244f0-77a1-49e7-bc72-1782aa91c990&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001002 10.0.0.241 - - [2026-02-05 01:51:37] "GET /project/ed1292b3-50ea-4715-bf9c-d2cdc8f4087a?fields=security_groups HTTP/1.1" 200 1383 0.103397 10.0.0.241 - - [2026-02-05 01:51:37] "GET /projects?obj_uuids=725ca76c-fd97-42c1-86cd-a80a51000f6d&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001137 10.0.0.241 - - [2026-02-05 01:51:37] "GET /project/725ca76c-fd97-42c1-86cd-a80a51000f6d?fields=security_groups HTTP/1.1" 200 1384 0.041391 10.0.0.241 - - [2026-02-05 01:51:37] "GET /project/a0f244f0-77a1-49e7-bc72-1782aa91c990?fields=virtual_networks HTTP/1.1" 200 1024 0.099967 10.0.0.241 - - [2026-02-05 01:51:37] "GET /projects?obj_uuids=a0f244f0-77a1-49e7-bc72-1782aa91c990&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001563 10.0.0.241 - - [2026-02-05 01:51:37] "DELETE /security-group/b65f1470-dd09-4222-8487-729a47818f37 HTTP/1.1" 200 115 0.083445 10.0.0.241 - - [2026-02-05 01:51:37] "GET /projects?obj_uuids=ed1292b3-50ea-4715-bf9c-d2cdc8f4087a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001932 10.0.0.241 - - [2026-02-05 01:51:37] "DELETE /access-control-list/68899c25-10a1-4f7b-93c1-4165caab08ce HTTP/1.1" 200 115 0.058725 10.0.0.241 - - [2026-02-05 01:51:37] "GET /project/a0f244f0-77a1-49e7-bc72-1782aa91c990?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.062534 10.0.0.241 - - [2026-02-05 01:51:37] "DELETE /security-group/5bf4cd1d-5d2e-44c1-a269-dcf8f314bd5f HTTP/1.1" 200 115 0.102739 10.0.0.241 - - [2026-02-05 01:51:37] "GET /projects?obj_uuids=725ca76c-fd97-42c1-86cd-a80a51000f6d&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001291 10.0.0.241 - - [2026-02-05 01:51:37] "DELETE /access-control-list/56c75101-cab7-4460-a8ae-33f217909abc HTTP/1.1" 200 115 0.039742 10.0.0.241 - - [2026-02-05 01:51:37] "GET /project/725ca76c-fd97-42c1-86cd-a80a51000f6d?fields=application_policy_sets HTTP/1.1" 200 1423 0.042027 10.0.0.241 - - [2026-02-05 01:51:37] "GET /projects?obj_uuids=a0f244f0-77a1-49e7-bc72-1782aa91c990&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001560 10.0.0.241 - - [2026-02-05 01:51:37] "GET /project/ed1292b3-50ea-4715-bf9c-d2cdc8f4087a?fields=application_policy_sets HTTP/1.1" 200 1422 0.107424 10.0.0.241 - - [2026-02-05 01:51:37] "DELETE /access-control-list/c12b6273-c4cf-4fc6-bbb9-fbcae49d52b1 HTTP/1.1" 200 115 0.049742 10.0.0.241 - - [2026-02-05 01:51:37] "GET /project/a0f244f0-77a1-49e7-bc72-1782aa91c990?fields=security_groups HTTP/1.1" 200 1245 0.048968 10.0.0.241 - - [2026-02-05 01:51:37] "DELETE /access-control-list/cf23a3d1-367c-4a7d-b7a7-b9ded59e7406 HTTP/1.1" 200 115 0.052683 10.0.0.241 - - [2026-02-05 01:51:37] "DELETE /project/725ca76c-fd97-42c1-86cd-a80a51000f6d HTTP/1.1" 200 115 0.566993 10.0.0.241 - - [2026-02-05 01:51:37] "DELETE /project/ed1292b3-50ea-4715-bf9c-d2cdc8f4087a HTTP/1.1" 200 115 0.586349 10.0.0.241 - - [2026-02-05 01:51:38] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001053 10.0.0.241 - - [2026-02-05 01:51:38] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 944 0.007603 10.0.0.241 - - [2026-02-05 01:51:38] "POST /fqname-to-id HTTP/1.1" 404 181 0.030350 10.0.0.241 - - [2026-02-05 01:51:38] "GET /projects?obj_uuids=c42ddc09-ae5e-4104-842e-49a0c7ee5566&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003281 10.0.0.241 - - [2026-02-05 01:51:38] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001365 10.0.0.241 - - [2026-02-05 01:51:38] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 974 0.008430 10.0.0.241 - - [2026-02-05 01:51:39] "POST /id-to-fqname HTTP/1.1" 200 183 0.001845 10.0.0.241 - - [2026-02-05 01:51:39] "POST /fqname-to-id HTTP/1.1" 404 192 0.006003 10.0.0.241 - - [2026-02-05 01:51:39] "POST /security-groups HTTP/1.1" 200 578 0.069071 10.0.0.241 - - [2026-02-05 01:51:39] "POST /fqname-to-id HTTP/1.1" 404 227 0.005846 10.0.0.241 - - [2026-02-05 01:51:39] "POST /projects HTTP/1.1" 200 567 0.257576 10.0.0.241 - - [2026-02-05 01:51:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.335480 10.0.0.241 - - [2026-02-05 01:51:39] "POST /access-control-lists HTTP/1.1" 200 593 0.078698 10.0.0.241 - - [2026-02-05 01:51:39] "GET /project/c42ddc09-ae5e-4104-842e-49a0c7ee5566?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.481171 10.0.0.241 - - [2026-02-05 01:51:39] "POST /fqname-to-id HTTP/1.1" 404 226 0.009141 10.0.0.241 - - [2026-02-05 01:51:39] "POST /access-control-lists HTTP/1.1" 200 591 0.066277 10.0.0.241 - - [2026-02-05 01:51:40] "GET / HTTP/1.1" 200 36499 0.002791 10.0.0.241 - - [2026-02-05 01:51:41] "POST /fqname-to-id HTTP/1.1" 404 191 0.003273 10.0.0.241 - - [2026-02-05 01:51:41] "GET /projects?obj_uuids=b458b0e9-5045-4096-852b-7d165ec5f87a&detail=False&count=False&shared=False HTTP/1.1" 200 321 0.001215 10.0.0.241 - - [2026-02-05 01:51:41] "POST /fqname-to-id HTTP/1.1" 404 226 0.002977 10.0.0.241 - - [2026-02-05 01:51:41] "POST /access-control-lists HTTP/1.1" 200 592 0.018236 10.0.0.241 - - [2026-02-05 01:51:41] "POST /fqname-to-id HTTP/1.1" 404 225 0.003286 10.0.0.241 - - [2026-02-05 01:51:41] "POST /access-control-lists HTTP/1.1" 200 590 0.022943 10.0.0.241 - - [2026-02-05 01:51:41] "PUT /access-control-list/54335bce-29ff-4810-a75d-ea612f5d9e08 HTTP/1.1" 200 274 0.012038 252.241.163.121 - - [2026-02-05 01:51:41] "POST /neutron/security_group HTTP/1.1" 200 1362 0.339510 10.0.0.241 - - [2026-02-05 01:51:41] "PUT /access-control-list/59df0139-e547-4fb3-ae74-7834eee953f4 HTTP/1.1" 200 274 0.010678 10.0.0.241 - - [2026-02-05 01:51:41] "GET /projects?obj_uuids=b458b0e9-5045-4096-852b-7d165ec5f87a&detail=False&count=False&shared=False HTTP/1.1" 200 321 0.001056 10.0.0.241 - - [2026-02-05 01:51:41] "PUT /access-control-list/59df0139-e547-4fb3-ae74-7834eee953f4 HTTP/1.1" 200 274 0.015051 252.241.163.121 - - [2026-02-05 01:51:41] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.046895 252.241.163.121 - - [2026-02-05 01:51:41] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.011229 252.241.163.121 - - [2026-02-05 01:51:41] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.125715 10.0.0.241 - - [2026-02-05 01:51:41] "PUT /access-control-list/59df0139-e547-4fb3-ae74-7834eee953f4 HTTP/1.1" 200 274 0.022642 252.241.163.121 - - [2026-02-05 01:51:41] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.012478 252.241.163.121 - - [2026-02-05 01:51:42] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.148167 10.0.0.241 - - [2026-02-05 01:51:42] "POST /fqname-to-id HTTP/1.1" 404 191 0.002330 10.0.0.241 - - [2026-02-05 01:51:42] "PUT /access-control-list/59df0139-e547-4fb3-ae74-7834eee953f4 HTTP/1.1" 200 274 0.010866 10.0.0.241 - - [2026-02-05 01:51:42] "GET /projects?obj_uuids=b458b0e9-5045-4096-852b-7d165ec5f87a&detail=False&count=False&shared=False HTTP/1.1" 200 321 0.001251 10.0.0.241 - - [2026-02-05 01:51:42] "POST /fqname-to-id HTTP/1.1" 404 226 0.002863 10.0.0.241 - - [2026-02-05 01:51:42] "POST /access-control-lists HTTP/1.1" 200 592 0.015515 10.0.0.241 - - [2026-02-05 01:51:42] "POST /fqname-to-id HTTP/1.1" 404 225 0.003822 10.0.0.241 - - [2026-02-05 01:51:42] "POST /access-control-lists HTTP/1.1" 200 590 0.018493 10.0.0.241 - - [2026-02-05 01:51:42] "PUT /access-control-list/e9d4177a-919c-499e-9597-fb55c758a823 HTTP/1.1" 200 274 0.009520 252.241.163.121 - - [2026-02-05 01:51:42] "POST /neutron/security_group HTTP/1.1" 200 1362 0.288889 10.0.0.241 - - [2026-02-05 01:51:42] "PUT /access-control-list/f6c59c69-7447-4b10-8cfd-42b591f57696 HTTP/1.1" 200 274 0.009527 10.0.0.241 - - [2026-02-05 01:51:42] "GET /projects?obj_uuids=b458b0e9-5045-4096-852b-7d165ec5f87a&detail=False&count=False&shared=False HTTP/1.1" 200 321 0.001171 10.0.0.241 - - [2026-02-05 01:51:42] "PUT /access-control-list/f6c59c69-7447-4b10-8cfd-42b591f57696 HTTP/1.1" 200 274 0.010278 252.241.163.121 - - [2026-02-05 01:51:42] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.038854 252.241.163.121 - - [2026-02-05 01:51:42] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.011653 252.241.163.121 - - [2026-02-05 01:51:42] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.113616 10.0.0.241 - - [2026-02-05 01:51:42] "PUT /access-control-list/f6c59c69-7447-4b10-8cfd-42b591f57696 HTTP/1.1" 200 274 0.017232 252.241.163.121 - - [2026-02-05 01:51:42] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.011021 252.241.163.121 - - [2026-02-05 01:51:42] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.123742 10.0.0.241 - - [2026-02-05 01:51:42] "POST /fqname-to-id HTTP/1.1" 401 297 0.000464 10.0.0.241 - - [2026-02-05 01:51:42] "PUT /access-control-list/f6c59c69-7447-4b10-8cfd-42b591f57696 HTTP/1.1" 200 274 0.011853 10.0.0.241 - - [2026-02-05 01:51:43] "POST /fqname-to-id HTTP/1.1" 404 208 0.030513 10.0.0.241 - - [2026-02-05 01:51:43] "GET /projects?obj_uuids=c42ddc09-ae5e-4104-842e-49a0c7ee5566&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001183 10.0.0.241 - - [2026-02-05 01:51:43] "POST /fqname-to-id HTTP/1.1" 404 243 0.005200 10.0.0.241 - - [2026-02-05 01:51:43] "POST /access-control-lists HTTP/1.1" 200 609 0.016205 10.0.0.241 - - [2026-02-05 01:51:43] "POST /fqname-to-id HTTP/1.1" 404 242 0.004411 10.0.0.241 - - [2026-02-05 01:51:43] "POST /access-control-lists HTTP/1.1" 200 607 0.016595 10.0.0.241 - - [2026-02-05 01:51:43] "PUT /access-control-list/41630434-8e8b-49cc-86cb-b8d086767e91 HTTP/1.1" 200 274 0.008670 10.0.0.241 - - [2026-02-05 01:51:43] "PUT /access-control-list/9010fbf6-4fd4-4576-91e5-101b995d9c07 HTTP/1.1" 200 274 0.011454 252.241.163.121 - - [2026-02-05 01:51:43] "POST /neutron/security_group HTTP/1.1" 200 1377 0.433711 10.0.0.241 - - [2026-02-05 01:51:43] "PUT /access-control-list/9010fbf6-4fd4-4576-91e5-101b995d9c07 HTTP/1.1" 200 274 0.008597 10.0.0.241 - - [2026-02-05 01:51:43] "GET /projects?obj_uuids=c42ddc09-ae5e-4104-842e-49a0c7ee5566&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001665 252.241.163.121 - - [2026-02-05 01:51:43] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.028388 252.241.163.121 - - [2026-02-05 01:51:43] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.008652 252.241.163.121 - - [2026-02-05 01:51:44] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.150740 10.0.0.241 - - [2026-02-05 01:51:44] "PUT /access-control-list/9010fbf6-4fd4-4576-91e5-101b995d9c07 HTTP/1.1" 200 274 0.013285 252.241.163.121 - - [2026-02-05 01:51:44] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.009357 252.241.163.121 - - [2026-02-05 01:51:44] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.107003 10.0.0.241 - - [2026-02-05 01:51:44] "POST /fqname-to-id HTTP/1.1" 404 208 0.003965 10.0.0.241 - - [2026-02-05 01:51:44] "PUT /access-control-list/9010fbf6-4fd4-4576-91e5-101b995d9c07 HTTP/1.1" 200 274 0.012931 10.0.0.241 - - [2026-02-05 01:51:44] "GET /projects?obj_uuids=c42ddc09-ae5e-4104-842e-49a0c7ee5566&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001481 10.0.0.241 - - [2026-02-05 01:51:44] "POST /fqname-to-id HTTP/1.1" 404 243 0.003236 10.0.0.241 - - [2026-02-05 01:51:44] "POST /access-control-lists HTTP/1.1" 200 609 0.019887 10.0.0.241 - - [2026-02-05 01:51:44] "POST /fqname-to-id HTTP/1.1" 404 242 0.003058 10.0.0.241 - - [2026-02-05 01:51:44] "POST /access-control-lists HTTP/1.1" 200 607 0.017746 10.0.0.241 - - [2026-02-05 01:51:44] "PUT /access-control-list/82030226-7c43-44e8-baeb-8e0ad64864fc HTTP/1.1" 200 274 0.008348 10.0.0.241 - - [2026-02-05 01:51:44] "PUT /access-control-list/552937dd-8bff-47d5-8e14-467fe205cf8a HTTP/1.1" 200 274 0.016282 252.241.163.121 - - [2026-02-05 01:51:44] "POST /neutron/security_group HTTP/1.1" 200 1377 0.342685 10.0.0.241 - - [2026-02-05 01:51:44] "PUT /access-control-list/552937dd-8bff-47d5-8e14-467fe205cf8a HTTP/1.1" 200 274 0.010028 10.0.0.241 - - [2026-02-05 01:51:44] "GET /projects?obj_uuids=c42ddc09-ae5e-4104-842e-49a0c7ee5566&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001050 252.241.163.121 - - [2026-02-05 01:51:44] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.037613 252.241.163.121 - - [2026-02-05 01:51:44] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.008780 252.241.163.121 - - [2026-02-05 01:51:44] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.125598 10.0.0.241 - - [2026-02-05 01:51:44] "PUT /access-control-list/552937dd-8bff-47d5-8e14-467fe205cf8a HTTP/1.1" 200 274 0.018759 252.241.163.121 - - [2026-02-05 01:51:44] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.016990 10.0.0.241 - - [2026-02-05 01:51:45] "PUT /access-control-list/552937dd-8bff-47d5-8e14-467fe205cf8a HTTP/1.1" 200 274 0.008506 252.241.163.121 - - [2026-02-05 01:51:45] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.182182 10.0.0.241 - - [2026-02-05 01:51:45] "GET /projects?obj_uuids=b458b0e9-5045-4096-852b-7d165ec5f87a&detail=False&count=False&shared=False HTTP/1.1" 200 321 0.001823 252.241.163.121 - - [2026-02-05 01:51:45] "POST /neutron/router HTTP/1.1" 200 539 0.058767 10.0.0.241 - - [2026-02-05 01:51:45] "POST /route-targets HTTP/1.1" 200 329 0.011580 10.0.0.241 - - [2026-02-05 01:51:45] "PUT /logical-router/aeeee8fb-6279-4870-a333-4482ecfd4989 HTTP/1.1" 200 264 0.024308 252.241.163.121 - - [2026-02-05 01:51:45] "POST /neutron/router HTTP/1.1" 200 539 0.009522 252.241.163.121 - - [2026-02-05 01:51:45] "POST /neutron/router HTTP/1.1" 200 539 0.004169 252.241.163.121 - - [2026-02-05 01:51:45] "POST /neutron/router HTTP/1.1" 200 539 0.004204 252.241.163.121 - - [2026-02-05 01:51:45] "POST /neutron/router HTTP/1.1" 200 539 0.004971 252.241.163.121 - - [2026-02-05 01:51:46] "POST /neutron/router HTTP/1.1" 200 539 0.003810 252.241.163.121 - - [2026-02-05 01:51:46] "POST /neutron/router HTTP/1.1" 200 539 0.004969 252.241.163.121 - - [2026-02-05 01:51:46] "POST /neutron/router HTTP/1.1" 200 539 0.005214 252.241.163.121 - - [2026-02-05 01:51:46] "POST /neutron/router HTTP/1.1" 200 539 0.004246 252.241.163.121 - - [2026-02-05 01:51:46] "POST /neutron/router HTTP/1.1" 200 539 0.004040 252.241.163.121 - - [2026-02-05 01:51:46] "POST /neutron/router HTTP/1.1" 200 539 0.004084 252.241.163.121 - - [2026-02-05 01:51:46] "POST /neutron/router HTTP/1.1" 200 539 0.004050 252.241.163.121 - - [2026-02-05 01:51:46] "POST /neutron/router HTTP/1.1" 200 539 0.004315 252.241.163.121 - - [2026-02-05 01:51:46] "POST /neutron/router HTTP/1.1" 200 539 0.003897 252.241.163.121 - - [2026-02-05 01:51:46] "POST /neutron/router HTTP/1.1" 200 539 0.006199 252.241.163.121 - - [2026-02-05 01:51:46] "POST /neutron/router HTTP/1.1" 200 539 0.004025 252.241.163.121 - - [2026-02-05 01:51:46] "POST /neutron/router HTTP/1.1" 200 539 0.004516 252.241.163.121 - - [2026-02-05 01:51:46] "POST /neutron/router HTTP/1.1" 200 539 0.004092 252.241.163.121 - - [2026-02-05 01:51:46] "POST /neutron/router HTTP/1.1" 200 539 0.017857 252.241.163.121 - - [2026-02-05 01:51:46] "POST /neutron/router HTTP/1.1" 200 539 0.005061 252.241.163.121 - - [2026-02-05 01:51:46] "POST /neutron/router HTTP/1.1" 200 539 0.006579 252.241.163.121 - - [2026-02-05 01:51:47] "POST /neutron/router HTTP/1.1" 200 539 0.004096 252.241.163.121 - - [2026-02-05 01:51:47] "POST /neutron/router HTTP/1.1" 200 539 0.003814 252.241.163.121 - - [2026-02-05 01:51:47] "POST /neutron/router HTTP/1.1" 200 539 0.004473 252.241.163.121 - - [2026-02-05 01:51:47] "POST /neutron/router HTTP/1.1" 200 539 0.003819 252.241.163.121 - - [2026-02-05 01:51:47] "POST /neutron/router HTTP/1.1" 200 539 0.004119 252.241.163.121 - - [2026-02-05 01:51:47] "POST /neutron/router HTTP/1.1" 200 539 0.003973 252.241.163.121 - - [2026-02-05 01:51:47] "POST /neutron/router HTTP/1.1" 200 539 0.003922 252.241.163.121 - - [2026-02-05 01:51:47] "POST /neutron/router HTTP/1.1" 200 539 0.004140 252.241.163.121 - - [2026-02-05 01:51:47] "POST /neutron/router HTTP/1.1" 200 539 0.004020 252.241.163.121 - - [2026-02-05 01:51:47] "POST /neutron/router HTTP/1.1" 200 539 0.003992 252.241.163.121 - - [2026-02-05 01:51:47] "POST /neutron/router HTTP/1.1" 200 539 0.004133 252.241.163.121 - - [2026-02-05 01:51:47] "POST /neutron/router HTTP/1.1" 200 539 0.004196 252.241.163.121 - - [2026-02-05 01:51:47] "POST /neutron/router HTTP/1.1" 200 539 0.017604 252.241.163.121 - - [2026-02-05 01:51:47] "POST /neutron/router HTTP/1.1" 200 539 0.004039 252.241.163.121 - - [2026-02-05 01:51:47] "POST /neutron/router HTTP/1.1" 200 539 0.020326 252.241.163.121 - - [2026-02-05 01:51:47] "POST /neutron/router HTTP/1.1" 200 539 0.004316 10.0.0.241 - - [2026-02-05 01:51:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002714 10.0.0.241 - - [2026-02-05 01:51:48] "GET /logical-router/aeeee8fb-6279-4870-a333-4482ecfd4989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004508 252.241.163.121 - - [2026-02-05 01:51:48] "POST /neutron/router HTTP/1.1" 200 151 0.045081 10.0.0.241 - - [2026-02-05 01:51:48] "DELETE /route-target/36da8635-0f24-43d3-8cbc-6e085b87332b HTTP/1.1" 200 115 0.019720 10.0.0.241 - - [2026-02-05 01:51:48] "GET /projects?obj_uuids=b458b0e9-5045-4096-852b-7d165ec5f87a&detail=False&count=False&shared=False HTTP/1.1" 200 321 0.001629 252.241.163.121 - - [2026-02-05 01:51:48] "POST /neutron/router HTTP/1.1" 200 540 0.053323 10.0.0.241 - - [2026-02-05 01:51:48] "POST /route-targets HTTP/1.1" 200 329 0.014145 10.0.0.241 - - [2026-02-05 01:51:48] "PUT /logical-router/e7593bcc-0f1c-4f96-9078-a1da2b813d6b HTTP/1.1" 200 264 0.021433 252.241.163.121 - - [2026-02-05 01:51:48] "POST /neutron/router HTTP/1.1" 200 540 0.039604 252.241.163.121 - - [2026-02-05 01:51:48] "POST /neutron/router HTTP/1.1" 200 540 0.006988 252.241.163.121 - - [2026-02-05 01:51:48] "POST /neutron/router HTTP/1.1" 200 540 0.004388 252.241.163.121 - - [2026-02-05 01:51:48] "POST /neutron/router HTTP/1.1" 200 540 0.005485 252.241.163.121 - - [2026-02-05 01:51:48] "POST /neutron/router HTTP/1.1" 200 540 0.003969 10.0.0.241 - - [2026-02-05 01:51:48] "GET /obj-perms HTTP/1.1" 200 6393 0.078285 252.241.163.121 - - [2026-02-05 01:51:48] "POST /neutron/router HTTP/1.1" 200 540 0.004204 252.241.163.121 - - [2026-02-05 01:51:48] "POST /neutron/router HTTP/1.1" 200 540 0.003943 252.241.163.121 - - [2026-02-05 01:51:48] "POST /neutron/router HTTP/1.1" 200 540 0.005019 252.241.163.121 - - [2026-02-05 01:51:48] "POST /neutron/router HTTP/1.1" 200 540 0.004470 252.241.163.121 - - [2026-02-05 01:51:48] "POST /neutron/router HTTP/1.1" 200 540 0.015693 252.241.163.121 - - [2026-02-05 01:51:48] "POST /neutron/router HTTP/1.1" 200 540 0.003925 10.0.0.241 - - [2026-02-05 01:51:48] "GET /obj-perms HTTP/1.1" 200 6393 0.061321 252.241.163.121 - - [2026-02-05 01:51:48] "POST /neutron/router HTTP/1.1" 200 540 0.003704 252.241.163.121 - - [2026-02-05 01:51:49] "POST /neutron/router HTTP/1.1" 200 540 0.003970 252.241.163.121 - - [2026-02-05 01:51:49] "POST /neutron/router HTTP/1.1" 200 540 0.004407 252.241.163.121 - - [2026-02-05 01:51:49] "POST /neutron/router HTTP/1.1" 200 540 0.004621 252.241.163.121 - - [2026-02-05 01:51:49] "POST /neutron/router HTTP/1.1" 200 540 0.004464 252.241.163.121 - - [2026-02-05 01:51:49] "POST /neutron/router HTTP/1.1" 200 540 0.004202 252.241.163.121 - - [2026-02-05 01:51:49] "POST /neutron/router HTTP/1.1" 200 540 0.005270 252.241.163.121 - - [2026-02-05 01:51:49] "POST /neutron/router HTTP/1.1" 200 540 0.004285 252.241.163.121 - - [2026-02-05 01:51:49] "POST /neutron/router HTTP/1.1" 200 540 0.004122 252.241.163.121 - - [2026-02-05 01:51:49] "POST /neutron/router HTTP/1.1" 200 540 0.004492 252.241.163.121 - - [2026-02-05 01:51:49] "POST /neutron/router HTTP/1.1" 200 540 0.005297 252.241.163.121 - - [2026-02-05 01:51:49] "POST /neutron/router HTTP/1.1" 200 540 0.004039 252.241.163.121 - - [2026-02-05 01:51:49] "POST /neutron/router HTTP/1.1" 200 540 0.004255 252.241.163.121 - - [2026-02-05 01:51:49] "POST /neutron/router HTTP/1.1" 200 540 0.004097 252.241.163.121 - - [2026-02-05 01:51:49] "POST /neutron/router HTTP/1.1" 200 540 0.004499 252.241.163.121 - - [2026-02-05 01:51:49] "POST /neutron/router HTTP/1.1" 200 540 0.004420 252.241.163.121 - - [2026-02-05 01:51:49] "POST /neutron/router HTTP/1.1" 200 540 0.005090 252.241.163.121 - - [2026-02-05 01:51:50] "POST /neutron/router HTTP/1.1" 200 540 0.004483 252.241.163.121 - - [2026-02-05 01:51:50] "POST /neutron/router HTTP/1.1" 200 540 0.004596 252.241.163.121 - - [2026-02-05 01:51:50] "POST /neutron/router HTTP/1.1" 200 540 0.003658 252.241.163.121 - - [2026-02-05 01:51:50] "POST /neutron/router HTTP/1.1" 200 540 0.004179 252.241.163.121 - - [2026-02-05 01:51:50] "POST /neutron/router HTTP/1.1" 200 540 0.016511 252.241.163.121 - - [2026-02-05 01:51:50] "POST /neutron/router HTTP/1.1" 200 540 0.004411 252.241.163.121 - - [2026-02-05 01:51:50] "POST /neutron/router HTTP/1.1" 200 540 0.020605 252.241.163.121 - - [2026-02-05 01:51:50] "POST /neutron/router HTTP/1.1" 200 540 0.004501 10.0.0.241 - - [2026-02-05 01:51:50] "GET /logical-router/e7593bcc-0f1c-4f96-9078-a1da2b813d6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004882 10.0.0.241 - - [2026-02-05 01:51:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004355 252.241.163.121 - - [2026-02-05 01:51:50] "POST /neutron/router HTTP/1.1" 200 151 0.054270 10.0.0.241 - - [2026-02-05 01:51:50] "GET /projects?obj_uuids=c42ddc09-ae5e-4104-842e-49a0c7ee5566&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001437 10.0.0.241 - - [2026-02-05 01:51:50] "DELETE /route-target/8dc9f1c0-5973-44c0-b1e9-235b809b4da2 HTTP/1.1" 200 115 0.024294 252.241.163.121 - - [2026-02-05 01:51:50] "POST /neutron/router HTTP/1.1" 200 557 0.050543 10.0.0.241 - - [2026-02-05 01:51:50] "POST /route-targets HTTP/1.1" 200 329 0.011677 10.0.0.241 - - [2026-02-05 01:51:50] "PUT /logical-router/283ee00b-c351-4571-8ccd-50f2db407106 HTTP/1.1" 200 264 0.017776 252.241.163.121 - - [2026-02-05 01:51:50] "POST /neutron/router HTTP/1.1" 200 557 0.005615 252.241.163.121 - - [2026-02-05 01:51:50] "POST /neutron/router HTTP/1.1" 200 557 0.007753 252.241.163.121 - - [2026-02-05 01:51:50] "POST /neutron/router HTTP/1.1" 200 557 0.004530 252.241.163.121 - - [2026-02-05 01:51:50] "POST /neutron/router HTTP/1.1" 200 557 0.004342 252.241.163.121 - - [2026-02-05 01:51:51] "POST /neutron/router HTTP/1.1" 200 557 0.004388 252.241.163.121 - - [2026-02-05 01:51:51] "POST /neutron/router HTTP/1.1" 200 557 0.004804 252.241.163.121 - - [2026-02-05 01:51:51] "POST /neutron/router HTTP/1.1" 200 557 0.005233 252.241.163.121 - - [2026-02-05 01:51:51] "POST /neutron/router HTTP/1.1" 200 557 0.004577 252.241.163.121 - - [2026-02-05 01:51:51] "POST /neutron/router HTTP/1.1" 200 557 0.003828 252.241.163.121 - - [2026-02-05 01:51:51] "POST /neutron/router HTTP/1.1" 200 557 0.004675 252.241.163.121 - - [2026-02-05 01:51:51] "POST /neutron/router HTTP/1.1" 200 557 0.005433 252.241.163.121 - - [2026-02-05 01:51:51] "POST /neutron/router HTTP/1.1" 200 557 0.004491 252.241.163.121 - - [2026-02-05 01:51:51] "POST /neutron/router HTTP/1.1" 200 557 0.004018 252.241.163.121 - - [2026-02-05 01:51:51] "POST /neutron/router HTTP/1.1" 200 557 0.004051 252.241.163.121 - - [2026-02-05 01:51:51] "POST /neutron/router HTTP/1.1" 200 557 0.003849 252.241.163.121 - - [2026-02-05 01:51:51] "POST /neutron/router HTTP/1.1" 200 557 0.003879 252.241.163.121 - - [2026-02-05 01:51:51] "POST /neutron/router HTTP/1.1" 200 557 0.004311 252.241.163.121 - - [2026-02-05 01:51:51] "POST /neutron/router HTTP/1.1" 200 557 0.003685 252.241.163.121 - - [2026-02-05 01:51:51] "POST /neutron/router HTTP/1.1" 200 557 0.004003 252.241.163.121 - - [2026-02-05 01:51:51] "POST /neutron/router HTTP/1.1" 200 557 0.004148 252.241.163.121 - - [2026-02-05 01:51:52] "POST /neutron/router HTTP/1.1" 200 557 0.004087 252.241.163.121 - - [2026-02-05 01:51:52] "POST /neutron/router HTTP/1.1" 200 557 0.004635 252.241.163.121 - - [2026-02-05 01:51:52] "POST /neutron/router HTTP/1.1" 200 557 0.004988 252.241.163.121 - - [2026-02-05 01:51:52] "POST /neutron/router HTTP/1.1" 200 557 0.008016 252.241.163.121 - - [2026-02-05 01:51:52] "POST /neutron/router HTTP/1.1" 200 557 0.004567 252.241.163.121 - - [2026-02-05 01:51:52] "POST /neutron/router HTTP/1.1" 200 557 0.004268 252.241.163.121 - - [2026-02-05 01:51:52] "POST /neutron/router HTTP/1.1" 200 557 0.004125 252.241.163.121 - - [2026-02-05 01:51:52] "POST /neutron/router HTTP/1.1" 200 557 0.004133 252.241.163.121 - - [2026-02-05 01:51:52] "POST /neutron/router HTTP/1.1" 200 557 0.003935 252.241.163.121 - - [2026-02-05 01:51:52] "POST /neutron/router HTTP/1.1" 200 557 0.004040 252.241.163.121 - - [2026-02-05 01:51:52] "POST /neutron/router HTTP/1.1" 200 557 0.004435 252.241.163.121 - - [2026-02-05 01:51:52] "POST /neutron/router HTTP/1.1" 200 557 0.004057 252.241.163.121 - - [2026-02-05 01:51:52] "POST /neutron/router HTTP/1.1" 200 557 0.028359 252.241.163.121 - - [2026-02-05 01:51:52] "POST /neutron/router HTTP/1.1" 200 557 0.004305 252.241.163.121 - - [2026-02-05 01:51:52] "POST /neutron/router HTTP/1.1" 200 558 0.026389 252.241.163.121 - - [2026-02-05 01:51:52] "POST /neutron/router HTTP/1.1" 200 558 0.004054 10.0.0.241 - - [2026-02-05 01:51:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004281 252.241.163.121 - - [2026-02-05 01:51:53] "POST /neutron/router HTTP/1.1" 200 151 0.055288 10.0.0.241 - - [2026-02-05 01:51:53] "GET /logical-router/283ee00b-c351-4571-8ccd-50f2db407106?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.006325 252.241.163.121 - - [2026-02-05 01:51:53] "POST /neutron/security_group HTTP/1.1" 200 519 0.007385 10.0.0.241 - - [2026-02-05 01:51:53] "DELETE /route-target/bc608fd0-ee5f-4561-9f5e-b8f113db0660 HTTP/1.1" 200 115 0.030281 252.241.163.121 - - [2026-02-05 01:51:53] "POST /neutron/security_group HTTP/1.1" 200 151 0.054013 10.0.0.241 - - [2026-02-05 01:51:53] "DELETE /access-control-list/82030226-7c43-44e8-baeb-8e0ad64864fc HTTP/1.1" 200 115 0.038011 252.241.163.121 - - [2026-02-05 01:51:53] "POST /neutron/security_group HTTP/1.1" 200 519 0.007441 10.0.0.241 - - [2026-02-05 01:51:53] "DELETE /access-control-list/552937dd-8bff-47d5-8e14-467fe205cf8a HTTP/1.1" 200 115 0.031560 252.241.163.121 - - [2026-02-05 01:51:53] "POST /neutron/security_group HTTP/1.1" 200 151 0.041288 252.241.163.121 - - [2026-02-05 01:51:53] "POST /neutron/security_group HTTP/1.1" 200 504 0.012502 10.0.0.241 - - [2026-02-05 01:51:53] "DELETE /access-control-list/41630434-8e8b-49cc-86cb-b8d086767e91 HTTP/1.1" 200 115 0.048240 10.0.0.241 - - [2026-02-05 01:51:53] "DELETE /access-control-list/9010fbf6-4fd4-4576-91e5-101b995d9c07 HTTP/1.1" 200 115 0.031463 252.241.163.121 - - [2026-02-05 01:51:53] "POST /neutron/security_group HTTP/1.1" 200 151 0.057017 10.0.0.241 - - [2026-02-05 01:51:53] "DELETE /access-control-list/e9d4177a-919c-499e-9597-fb55c758a823 HTTP/1.1" 200 115 0.032169 252.241.163.121 - - [2026-02-05 01:51:53] "POST /neutron/security_group HTTP/1.1" 200 504 0.007232 10.0.0.241 - - [2026-02-05 01:51:53] "DELETE /access-control-list/f6c59c69-7447-4b10-8cfd-42b591f57696 HTTP/1.1" 200 115 0.037676 252.241.163.121 - - [2026-02-05 01:51:53] "POST /neutron/security_group HTTP/1.1" 200 151 0.048414 10.0.0.241 - - [2026-02-05 01:51:53] "DELETE /access-control-list/54335bce-29ff-4810-a75d-ea612f5d9e08 HTTP/1.1" 200 115 0.024078 10.0.0.241 - - [2026-02-05 01:51:53] "DELETE /access-control-list/59df0139-e547-4fb3-ae74-7834eee953f4 HTTP/1.1" 200 115 0.032088 10.0.0.241 - - [2026-02-05 01:51:54] "GET /projects?obj_uuids=c42ddc09-ae5e-4104-842e-49a0c7ee5566&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001255 10.0.0.241 - - [2026-02-05 01:51:54] "GET /project/c42ddc09-ae5e-4104-842e-49a0c7ee5566?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.045019 10.0.0.241 - - [2026-02-05 01:51:54] "GET /projects?obj_uuids=c42ddc09-ae5e-4104-842e-49a0c7ee5566&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001204 10.0.0.241 - - [2026-02-05 01:51:54] "GET /project/c42ddc09-ae5e-4104-842e-49a0c7ee5566?fields=virtual_networks HTTP/1.1" 200 1023 0.033590 10.0.0.241 - - [2026-02-05 01:51:54] "GET /projects?obj_uuids=c42ddc09-ae5e-4104-842e-49a0c7ee5566&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001318 10.0.0.241 - - [2026-02-05 01:51:54] "GET /project/c42ddc09-ae5e-4104-842e-49a0c7ee5566?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.036442 10.0.0.241 - - [2026-02-05 01:51:54] "GET /projects?obj_uuids=c42ddc09-ae5e-4104-842e-49a0c7ee5566&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001082 10.0.0.241 - - [2026-02-05 01:51:54] "GET /project/c42ddc09-ae5e-4104-842e-49a0c7ee5566?fields=security_groups HTTP/1.1" 200 1244 0.044529 10.0.0.241 - - [2026-02-05 01:51:55] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001610 10.0.0.241 - - [2026-02-05 01:51:55] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 944 0.008943 10.0.0.241 - - [2026-02-05 01:51:55] "POST /fqname-to-id HTTP/1.1" 404 182 0.036176 10.0.0.241 - - [2026-02-05 01:51:55] "GET /projects?obj_uuids=91c6df85-a5ab-42c9-9a7c-72a927fc5699&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003096 10.0.0.241 - - [2026-02-05 01:51:55] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001676 10.0.0.241 - - [2026-02-05 01:51:55] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 974 0.010466 10.0.0.241 - - [2026-02-05 01:51:55] "POST /id-to-fqname HTTP/1.1" 200 184 0.001508 10.0.0.241 - - [2026-02-05 01:51:55] "POST /fqname-to-id HTTP/1.1" 404 193 0.004356 10.0.0.241 - - [2026-02-05 01:51:55] "POST /security-groups HTTP/1.1" 200 579 0.064862 10.0.0.241 - - [2026-02-05 01:51:55] "POST /fqname-to-id HTTP/1.1" 404 228 0.002826 10.0.0.241 - - [2026-02-05 01:51:55] "POST /projects HTTP/1.1" 200 569 0.221159 10.0.0.241 - - [2026-02-05 01:51:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.272775 10.0.0.241 - - [2026-02-05 01:51:55] "POST /access-control-lists HTTP/1.1" 200 594 0.059242 10.0.0.241 - - [2026-02-05 01:51:55] "GET /project/91c6df85-a5ab-42c9-9a7c-72a927fc5699?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.430852 10.0.0.241 - - [2026-02-05 01:51:55] "POST /fqname-to-id HTTP/1.1" 404 227 0.006100 10.0.0.241 - - [2026-02-05 01:51:55] "POST /access-control-lists HTTP/1.1" 200 592 0.077619 10.0.0.241 - - [2026-02-05 01:51:57] "GET / HTTP/1.1" 200 36499 0.002957 10.0.0.241 - - [2026-02-05 01:51:58] "POST /fqname-to-id HTTP/1.1" 401 297 0.000620 10.0.0.241 - - [2026-02-05 01:51:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.072752 10.0.0.241 - - [2026-02-05 01:51:58] "GET /projects?obj_uuids=91c6df85-a5ab-42c9-9a7c-72a927fc5699&detail=False&count=False&shared=False HTTP/1.1" 200 340 0.001022 10.0.0.241 - - [2026-02-05 01:51:58] "GET /project/91c6df85-a5ab-42c9-9a7c-72a927fc5699?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.024167 252.241.163.121 - - [2026-02-05 01:51:58] "POST /neutron/network HTTP/1.1" 200 117 0.038723 10.0.0.241 - - [2026-02-05 01:51:58] "GET /projects?obj_uuids=91c6df85-a5ab-42c9-9a7c-72a927fc5699&detail=False&count=False&shared=False HTTP/1.1" 200 340 0.001064 252.241.163.121 - - [2026-02-05 01:51:58] "POST /neutron/network HTTP/1.1" 200 599 0.071372 10.0.0.241 - - [2026-02-05 01:51:58] "POST /route-targets HTTP/1.1" 200 329 0.020994 10.0.0.241 - - [2026-02-05 01:51:58] "POST /ref-update HTTP/1.1" 200 156 0.023082 10.0.0.241 - - [2026-02-05 01:51:59] "POST /useragent-kv HTTP/1.1" 200 115 0.003842 252.241.163.121 - - [2026-02-05 01:51:59] "POST /neutron/subnet HTTP/1.1" 200 729 0.175161 252.241.163.121 - - [2026-02-05 01:51:59] "POST /neutron/network HTTP/1.1" 200 819 0.006248 10.0.0.241 - - [2026-02-05 01:51:59] "POST /id-to-fqname HTTP/1.1" 200 214 0.001474 10.0.0.241 - - [2026-02-05 01:51:59] "GET /virtual-network/b478d2d2-aa48-4e5e-846a-86271927b61a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004892 252.241.163.121 - - [2026-02-05 01:51:59] "POST /neutron/network HTTP/1.1" 200 819 0.006541 10.0.0.241 - - [2026-02-05 01:51:59] "GET /virtual-network/b478d2d2-aa48-4e5e-846a-86271927b61a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005433 252.241.163.121 - - [2026-02-05 01:51:59] "POST /neutron/network HTTP/1.1" 200 819 0.009430 252.241.163.121 - - [2026-02-05 01:51:59] "POST /neutron/subnet HTTP/1.1" 200 729 0.009559 10.0.0.241 - - [2026-02-05 01:51:59] "POST /fqname-to-id HTTP/1.1" 404 204 0.003322 10.0.0.241 - - [2026-02-05 01:51:59] "GET /virtual-network/b478d2d2-aa48-4e5e-846a-86271927b61a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005180 10.0.0.241 - - [2026-02-05 01:51:59] "GET /projects?obj_uuids=91c6df85-a5ab-42c9-9a7c-72a927fc5699&detail=False&count=False&shared=False HTTP/1.1" 200 340 0.001527 252.241.163.121 - - [2026-02-05 01:51:59] "POST /neutron/port HTTP/1.1" 200 1016 0.188222 10.0.0.241 - - [2026-02-05 01:51:59] "GET /virtual-machine-interface/3a05e516-29ae-49c1-aa63-4069cd28f3e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2385 0.006235 10.0.0.241 - - [2026-02-05 01:51:59] "GET /virtual-machine-interface/3a05e516-29ae-49c1-aa63-4069cd28f3e6?fields=instance_ip_back_refs HTTP/1.1" 200 1320 0.005188 10.0.0.241 - - [2026-02-05 01:51:59] "GET /instance-ip/e1fc962e-cb29-488d-a4e3-43bb3eb3c6d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1598 0.005004 10.0.0.241 - - [2026-02-05 01:51:59] "GET /virtual-machine-interface/3a05e516-29ae-49c1-aa63-4069cd28f3e6 HTTP/1.1" 401 297 0.000579 10.0.0.241 - - [2026-02-05 01:52:00] "GET /virtual-machine-interface/3a05e516-29ae-49c1-aa63-4069cd28f3e6 HTTP/1.1" 200 2608 0.037925 252.241.163.121 - - [2026-02-05 01:52:00] "POST /neutron/port HTTP/1.1" 200 1016 0.012216 252.241.163.121 - - [2026-02-05 01:52:00] "POST /neutron/port HTTP/1.1" 200 151 0.089849 252.241.163.121 - - [2026-02-05 01:52:00] "POST /neutron/network HTTP/1.1" 200 819 0.006842 10.0.0.241 - - [2026-02-05 01:52:00] "POST /useragent-kv HTTP/1.1" 200 115 0.004700 10.0.0.241 - - [2026-02-05 01:52:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.007310 10.0.0.241 - - [2026-02-05 01:52:00] "POST /useragent-kv HTTP/1.1" 200 115 0.009772 252.241.163.121 - - [2026-02-05 01:52:00] "POST /neutron/network HTTP/1.1" 200 151 0.108805 10.0.0.241 - - [2026-02-05 01:52:00] "DELETE /route-target/d87261d7-fc2d-43a8-a3c6-210c6d31d3e9 HTTP/1.1" 200 115 0.031123 10.0.0.241 - - [2026-02-05 01:52:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003851 10.0.0.241 - - [2026-02-05 01:52:01] "GET /projects?obj_uuids=91c6df85-a5ab-42c9-9a7c-72a927fc5699&detail=False&count=False&shared=False HTTP/1.1" 200 340 0.001086 10.0.0.241 - - [2026-02-05 01:52:01] "GET /project/91c6df85-a5ab-42c9-9a7c-72a927fc5699?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.031009 252.241.163.121 - - [2026-02-05 01:52:01] "POST /neutron/network HTTP/1.1" 200 117 0.009455 10.0.0.241 - - [2026-02-05 01:52:01] "GET /projects?obj_uuids=91c6df85-a5ab-42c9-9a7c-72a927fc5699&detail=False&count=False&shared=False HTTP/1.1" 200 340 0.001791 252.241.163.121 - - [2026-02-05 01:52:01] "POST /neutron/network HTTP/1.1" 200 601 0.078987 10.0.0.241 - - [2026-02-05 01:52:01] "POST /route-targets HTTP/1.1" 200 329 0.012145 10.0.0.241 - - [2026-02-05 01:52:01] "POST /ref-update HTTP/1.1" 200 156 0.016955 10.0.0.241 - - [2026-02-05 01:52:02] "POST /useragent-kv HTTP/1.1" 200 115 0.006950 252.241.163.121 - - [2026-02-05 01:52:02] "POST /neutron/subnet HTTP/1.1" 200 715 0.216102 10.0.0.241 - - [2026-02-05 01:52:02] "POST /useragent-kv HTTP/1.1" 200 115 0.004017 252.241.163.121 - - [2026-02-05 01:52:02] "POST /neutron/subnet HTTP/1.1" 200 734 0.190547 252.241.163.121 - - [2026-02-05 01:52:02] "POST /neutron/network HTTP/1.1" 200 976 0.007661 10.0.0.241 - - [2026-02-05 01:52:02] "POST /id-to-fqname HTTP/1.1" 200 215 0.001519 10.0.0.241 - - [2026-02-05 01:52:02] "GET /virtual-network/7680bdfe-5a51-4548-864f-76010b104ccc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.005213 252.241.163.121 - - [2026-02-05 01:52:02] "POST /neutron/network HTTP/1.1" 200 976 0.007785 10.0.0.241 - - [2026-02-05 01:52:02] "GET /virtual-network/7680bdfe-5a51-4548-864f-76010b104ccc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.005692 252.241.163.121 - - [2026-02-05 01:52:02] "POST /neutron/network HTTP/1.1" 200 976 0.008980 252.241.163.121 - - [2026-02-05 01:52:02] "POST /neutron/subnet HTTP/1.1" 200 715 0.007644 252.241.163.121 - - [2026-02-05 01:52:02] "POST /neutron/subnet HTTP/1.1" 200 734 0.007659 10.0.0.241 - - [2026-02-05 01:52:02] "GET /projects?obj_uuids=91c6df85-a5ab-42c9-9a7c-72a927fc5699&detail=False&count=False&shared=False HTTP/1.1" 200 340 0.001131 252.241.163.121 - - [2026-02-05 01:52:02] "POST /neutron/port HTTP/1.1" 200 1014 0.177453 [Introspect:8084]10.0.0.241 - - [2026-02-05 01:52:03] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.001175 10.0.0.241 - - [2026-02-05 01:52:03] "GET /projects?obj_uuids=91c6df85-a5ab-42c9-9a7c-72a927fc5699&detail=False&count=False&shared=False HTTP/1.1" 200 340 0.001021 [Introspect:8084]10.0.0.241 - - [2026-02-05 01:52:03] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2962 0.001527 252.241.163.121 - - [2026-02-05 01:52:03] "POST /neutron/port HTTP/1.1" 200 1018 0.179935 10.0.0.241 - - [2026-02-05 01:52:03] "POST /id-to-fqname HTTP/1.1" 200 215 0.001690 252.241.163.121 - - [2026-02-05 01:52:04] "POST /neutron/port HTTP/1.1" 200 1014 0.014528 252.241.163.121 - - [2026-02-05 01:52:04] "POST /neutron/port HTTP/1.1" 200 1014 0.013113 252.241.163.121 - - [2026-02-05 01:52:04] "POST /neutron/network HTTP/1.1" 200 976 0.012376 252.241.163.121 - - [2026-02-05 01:52:04] "POST /neutron/port HTTP/1.1" 200 1014 0.014916 252.241.163.121 - - [2026-02-05 01:52:04] "POST /neutron/port HTTP/1.1" 200 117 0.006077 252.241.163.121 - - [2026-02-05 01:52:04] "POST /neutron/port HTTP/1.1" 200 117 0.006890 10.0.0.241 - - [2026-02-05 01:52:04] "POST /id-to-fqname HTTP/1.1" 200 215 0.005382 252.241.163.121 - - [2026-02-05 01:52:04] "POST /neutron/port HTTP/1.1" 200 117 0.008354 252.241.163.121 - - [2026-02-05 01:52:05] "POST /neutron/port HTTP/1.1" 200 1014 0.012761 252.241.163.121 - - [2026-02-05 01:52:05] "POST /neutron/port HTTP/1.1" 200 1018 0.010780 252.241.163.121 - - [2026-02-05 01:52:05] "POST /neutron/port HTTP/1.1" 200 1018 0.009965 252.241.163.121 - - [2026-02-05 01:52:05] "POST /neutron/network HTTP/1.1" 200 976 0.007491 252.241.163.121 - - [2026-02-05 01:52:05] "POST /neutron/port HTTP/1.1" 200 1018 0.010546 252.241.163.121 - - [2026-02-05 01:52:05] "POST /neutron/port HTTP/1.1" 200 117 0.007947 252.241.163.121 - - [2026-02-05 01:52:05] "POST /neutron/port HTTP/1.1" 200 117 0.006442 252.241.163.121 - - [2026-02-05 01:52:05] "POST /neutron/port HTTP/1.1" 200 117 0.010166 252.241.163.121 - - [2026-02-05 01:52:05] "POST /neutron/port HTTP/1.1" 200 1018 0.016160 252.241.163.121 - - [2026-02-05 01:52:06] "POST /neutron/port HTTP/1.1" 200 1014 0.013420 252.241.163.121 - - [2026-02-05 01:52:06] "POST /neutron/network HTTP/1.1" 200 986 0.006350 252.241.163.121 - - [2026-02-05 01:52:06] "POST /neutron/port HTTP/1.1" 200 1014 0.021103 252.241.163.121 - - [2026-02-05 01:52:06] "POST /neutron/port HTTP/1.1" 200 1014 0.011300 252.241.163.121 - - [2026-02-05 01:52:06] "POST /neutron/port HTTP/1.1" 200 1102 0.121219 252.241.163.121 - - [2026-02-05 01:52:06] "POST /neutron/port HTTP/1.1" 200 1112 0.018654 252.241.163.121 - - [2026-02-05 01:52:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005036 252.241.163.121 - - [2026-02-05 01:52:06] "POST /neutron/port HTTP/1.1" 200 1018 0.014261 252.241.163.121 - - [2026-02-05 01:52:06] "POST /neutron/subnet HTTP/1.1" 200 689 0.015047 252.241.163.121 - - [2026-02-05 01:52:06] "POST /neutron/network HTTP/1.1" 200 986 0.009523 252.241.163.121 - - [2026-02-05 01:52:06] "POST /neutron/port HTTP/1.1" 200 117 0.001807 252.241.163.121 - - [2026-02-05 01:52:06] "POST /neutron/port HTTP/1.1" 200 1018 0.018806 252.241.163.121 - - [2026-02-05 01:52:07] "POST /neutron/network HTTP/1.1" 200 976 0.010866 252.241.163.121 - - [2026-02-05 01:52:07] "POST /neutron/port HTTP/1.1" 200 1018 0.018809 252.241.163.121 - - [2026-02-05 01:52:07] "POST /neutron/port HTTP/1.1" 200 1106 0.098724 252.241.163.121 - - [2026-02-05 01:52:07] "POST /neutron/port HTTP/1.1" 200 1116 0.014080 252.241.163.121 - - [2026-02-05 01:52:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007392 252.241.163.121 - - [2026-02-05 01:52:07] "POST /neutron/subnet HTTP/1.1" 200 708 0.014153 252.241.163.121 - - [2026-02-05 01:52:07] "POST /neutron/port HTTP/1.1" 200 117 0.001645 252.241.163.121 - - [2026-02-05 01:52:07] "POST /neutron/network HTTP/1.1" 200 976 0.010803 252.241.163.121 - - [2026-02-05 01:52:10] "POST /neutron/port HTTP/1.1" 200 1112 0.013377 252.241.163.121 - - [2026-02-05 01:52:10] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007350 252.241.163.121 - - [2026-02-05 01:52:11] "POST /neutron/port HTTP/1.1" 200 1112 0.015426 252.241.163.121 - - [2026-02-05 01:52:11] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007282 252.241.163.121 - - [2026-02-05 01:52:11] "POST /neutron/port HTTP/1.1" 200 1112 0.017201 252.241.163.121 - - [2026-02-05 01:52:11] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006733 10.0.0.241 - - [2026-02-05 01:52:11] "GET /virtual-machine/50355f3a-8c20-4c5c-a4fd-204932e6e537 HTTP/1.1" 200 1286 0.005375 10.0.0.241 - - [2026-02-05 01:52:11] "GET /virtual-machine-interface/56c4aa12-a37e-4ba0-b4b5-8d7bc11be029 HTTP/1.1" 200 2925 0.006474 10.0.0.241 - - [2026-02-05 01:52:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004232 10.0.0.241 - - [2026-02-05 01:52:11] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.005203 10.0.0.241 - - [2026-02-05 01:52:11] "GET /virtual-networks?parent_id=91c6df85-a5ab-42c9-9a7c-72a927fc5699&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003399 10.0.0.241 - - [2026-02-05 01:52:11] "GET /virtual-network/7680bdfe-5a51-4548-864f-76010b104ccc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.005573 10.0.0.241 - - [2026-02-05 01:52:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.241 - - [2026-02-05 01:52:14] "GET /virtual-network/7680bdfe-5a51-4548-864f-76010b104ccc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.006691 252.241.163.121 - - [2026-02-05 01:52:17] "POST /neutron/port HTTP/1.1" 200 1112 0.013690 252.241.163.121 - - [2026-02-05 01:52:17] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006789 252.241.163.121 - - [2026-02-05 01:52:17] "POST /neutron/port HTTP/1.1" 200 1116 0.017927 252.241.163.121 - - [2026-02-05 01:52:17] "POST /neutron/port HTTP/1.1" 200 1112 0.013455 252.241.163.121 - - [2026-02-05 01:52:17] "POST /neutron/security_group HTTP/1.1" 200 2052 0.005841 252.241.163.121 - - [2026-02-05 01:52:17] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008874 252.241.163.121 - - [2026-02-05 01:52:17] "POST /neutron/port HTTP/1.1" 200 1112 0.019231 252.241.163.121 - - [2026-02-05 01:52:17] "POST /neutron/port HTTP/1.1" 200 1116 0.017231 252.241.163.121 - - [2026-02-05 01:52:17] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008027 252.241.163.121 - - [2026-02-05 01:52:17] "POST /neutron/security_group HTTP/1.1" 200 2052 0.005910 252.241.163.121 - - [2026-02-05 01:52:18] "POST /neutron/port HTTP/1.1" 200 1116 0.021394 252.241.163.121 - - [2026-02-05 01:52:18] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006920 252.241.163.121 - - [2026-02-05 01:52:18] "POST /neutron/port HTTP/1.1" 200 1112 0.018489 10.0.0.241 - - [2026-02-05 01:52:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.241 - - [2026-02-05 01:52:19] "GET /virtual-network/7680bdfe-5a51-4548-864f-76010b104ccc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.007923 252.241.163.121 - - [2026-02-05 01:52:19] "POST /neutron/security_group HTTP/1.1" 200 2052 0.005880 10.0.0.241 - - [2026-02-05 01:52:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003148 10.0.0.241 - - [2026-02-05 01:52:21] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.003677 10.0.0.241 - - [2026-02-05 01:52:21] "GET /virtual-networks?parent_id=91c6df85-a5ab-42c9-9a7c-72a927fc5699&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003043 10.0.0.241 - - [2026-02-05 01:52:21] "GET /virtual-network/7680bdfe-5a51-4548-864f-76010b104ccc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.005767 252.241.163.121 - - [2026-02-05 01:52:21] "POST /neutron/port HTTP/1.1" 200 1116 0.013553 252.241.163.121 - - [2026-02-05 01:52:21] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007438 252.241.163.121 - - [2026-02-05 01:52:21] "POST /neutron/port HTTP/1.1" 200 1116 0.015239 252.241.163.121 - - [2026-02-05 01:52:21] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007530 252.241.163.121 - - [2026-02-05 01:52:21] "POST /neutron/port HTTP/1.1" 200 1116 0.014295 252.241.163.121 - - [2026-02-05 01:52:21] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006674 10.0.0.241 - - [2026-02-05 01:52:21] "GET /virtual-machine/3e0e5de2-e7f5-475d-8044-a6ccf00cf2ee HTTP/1.1" 200 1285 0.005277 10.0.0.241 - - [2026-02-05 01:52:22] "GET /virtual-machine-interface/21e839b0-51e0-49fb-96e6-549039459e77 HTTP/1.1" 200 2925 0.005729 10.0.0.241 - - [2026-02-05 01:52:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703 10.0.0.241 - - [2026-02-05 01:52:22] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.003470 10.0.0.241 - - [2026-02-05 01:52:22] "GET /virtual-networks?parent_id=91c6df85-a5ab-42c9-9a7c-72a927fc5699&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003429 10.0.0.241 - - [2026-02-05 01:52:22] "GET /virtual-network/7680bdfe-5a51-4548-864f-76010b104ccc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.007072 10.0.0.241 - - [2026-02-05 01:52:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003948 10.0.0.241 - - [2026-02-05 01:52:23] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.003334 10.0.0.241 - - [2026-02-05 01:52:23] "GET /virtual-networks?parent_id=91c6df85-a5ab-42c9-9a7c-72a927fc5699&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003279 10.0.0.241 - - [2026-02-05 01:52:23] "GET /virtual-network/7680bdfe-5a51-4548-864f-76010b104ccc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.005589 252.241.163.121 - - [2026-02-05 01:52:27] "POST /neutron/port HTTP/1.1" 200 1106 0.014252 252.241.163.121 - - [2026-02-05 01:52:27] "POST /neutron/port HTTP/1.1" 200 1106 0.011726 252.241.163.121 - - [2026-02-05 01:52:27] "POST /neutron/port HTTP/1.1" 200 151 0.133846 252.241.163.121 - - [2026-02-05 01:52:27] "POST /neutron/port HTTP/1.1" 200 1102 0.012864 252.241.163.121 - - [2026-02-05 01:52:27] "POST /neutron/port HTTP/1.1" 200 1102 0.015258 252.241.163.121 - - [2026-02-05 01:52:27] "POST /neutron/port HTTP/1.1" 200 117 0.006314 252.241.163.121 - - [2026-02-05 01:52:27] "POST /neutron/port HTTP/1.1" 400 205 0.002970 252.241.163.121 - - [2026-02-05 01:52:27] "POST /neutron/port HTTP/1.1" 200 151 0.145417 252.241.163.121 - - [2026-02-05 01:52:27] "POST /neutron/network HTTP/1.1" 200 976 0.009870 10.0.0.241 - - [2026-02-05 01:52:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004902 10.0.0.241 - - [2026-02-05 01:52:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002891 10.0.0.241 - - [2026-02-05 01:52:27] "POST /useragent-kv HTTP/1.1" 200 115 0.009626 10.0.0.241 - - [2026-02-05 01:52:27] "POST /useragent-kv HTTP/1.1" 200 115 0.005415 10.0.0.241 - - [2026-02-05 01:52:27] "POST /useragent-kv HTTP/1.1" 200 115 0.008888 252.241.163.121 - - [2026-02-05 01:52:27] "POST /neutron/network HTTP/1.1" 200 151 0.152771 10.0.0.241 - - [2026-02-05 01:52:27] "DELETE /route-target/85bf6015-9eca-4a9e-9983-fd2c940e40b8 HTTP/1.1" 200 115 0.056655 10.0.0.241 - - [2026-02-05 01:52:28] "GET /projects?obj_uuids=91c6df85-a5ab-42c9-9a7c-72a927fc5699&detail=False&count=False&shared=False HTTP/1.1" 200 340 0.001381 10.0.0.241 - - [2026-02-05 01:52:28] "GET /project/91c6df85-a5ab-42c9-9a7c-72a927fc5699?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.028070 10.0.0.241 - - [2026-02-05 01:52:28] "GET /projects?obj_uuids=91c6df85-a5ab-42c9-9a7c-72a927fc5699&detail=False&count=False&shared=False HTTP/1.1" 200 340 0.001570 10.0.0.241 - - [2026-02-05 01:52:28] "GET /project/91c6df85-a5ab-42c9-9a7c-72a927fc5699?fields=virtual_networks HTTP/1.1" 200 1026 0.070822 10.0.0.241 - - [2026-02-05 01:52:28] "GET /projects?obj_uuids=91c6df85-a5ab-42c9-9a7c-72a927fc5699&detail=False&count=False&shared=False HTTP/1.1" 200 340 0.001808 10.0.0.241 - - [2026-02-05 01:52:28] "GET /project/91c6df85-a5ab-42c9-9a7c-72a927fc5699?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.034604 10.0.0.241 - - [2026-02-05 01:52:28] "GET /projects?obj_uuids=91c6df85-a5ab-42c9-9a7c-72a927fc5699&detail=False&count=False&shared=False HTTP/1.1" 200 340 0.001129 10.0.0.241 - - [2026-02-05 01:52:28] "GET /project/91c6df85-a5ab-42c9-9a7c-72a927fc5699?fields=security_groups HTTP/1.1" 200 1248 0.037245 10.0.0.241 - - [2026-02-05 01:52:29] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001537 10.0.0.241 - - [2026-02-05 01:52:29] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 944 0.008169 10.0.0.241 - - [2026-02-05 01:52:29] "POST /fqname-to-id HTTP/1.1" 404 184 0.032032 10.0.0.241 - - [2026-02-05 01:52:29] "GET /projects?obj_uuids=1a2ca4a3-0d3a-4d99-9962-5ee05d86a15e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003044 10.0.0.241 - - [2026-02-05 01:52:29] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001347 10.0.0.241 - - [2026-02-05 01:52:29] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 974 0.007331 10.0.0.241 - - [2026-02-05 01:52:29] "POST /id-to-fqname HTTP/1.1" 200 186 0.001570 10.0.0.241 - - [2026-02-05 01:52:29] "POST /fqname-to-id HTTP/1.1" 404 195 0.004596 10.0.0.241 - - [2026-02-05 01:52:30] "POST /security-groups HTTP/1.1" 200 581 0.078739 10.0.0.241 - - [2026-02-05 01:52:30] "POST /fqname-to-id HTTP/1.1" 404 230 0.003618 10.0.0.241 - - [2026-02-05 01:52:30] "POST /projects HTTP/1.1" 200 573 0.236670 10.0.0.241 - - [2026-02-05 01:52:30] "POST /access-control-lists HTTP/1.1" 200 596 0.067610 10.0.0.241 - - [2026-02-05 01:52:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.317868 10.0.0.241 - - [2026-02-05 01:52:30] "POST /fqname-to-id HTTP/1.1" 404 229 0.003109 10.0.0.241 - - [2026-02-05 01:52:30] "GET /project/1a2ca4a3-0d3a-4d99-9962-5ee05d86a15e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.458519 10.0.0.241 - - [2026-02-05 01:52:30] "POST /access-control-lists HTTP/1.1" 200 594 0.079265 10.0.0.241 - - [2026-02-05 01:52:31] "GET / HTTP/1.1" 200 36499 0.001976 10.0.0.241 - - [2026-02-05 01:52:32] "POST /fqname-to-id HTTP/1.1" 401 297 0.000685 252.241.163.121 - - [2026-02-05 01:52:32] "POST /neutron/port HTTP/1.1" 200 117 0.005583 252.241.163.121 - - [2026-02-05 01:52:32] "POST /neutron/port HTTP/1.1" 400 205 0.003600 10.0.0.241 - - [2026-02-05 01:52:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.086351 10.0.0.241 - - [2026-02-05 01:52:32] "GET /projects?obj_uuids=1a2ca4a3-0d3a-4d99-9962-5ee05d86a15e&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001854 10.0.0.241 - - [2026-02-05 01:52:32] "GET /project/1a2ca4a3-0d3a-4d99-9962-5ee05d86a15e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.026978 252.241.163.121 - - [2026-02-05 01:52:33] "POST /neutron/network HTTP/1.1" 200 117 0.043962 10.0.0.241 - - [2026-02-05 01:52:33] "GET /projects?obj_uuids=1a2ca4a3-0d3a-4d99-9962-5ee05d86a15e&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001115 252.241.163.121 - - [2026-02-05 01:52:33] "POST /neutron/network HTTP/1.1" 200 603 0.064441 10.0.0.241 - - [2026-02-05 01:52:33] "POST /route-targets HTTP/1.1" 200 329 0.011667 10.0.0.241 - - [2026-02-05 01:52:33] "POST /ref-update HTTP/1.1" 200 156 0.013225 10.0.0.241 - - [2026-02-05 01:52:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002800 252.241.163.121 - - [2026-02-05 01:52:33] "POST /neutron/subnet HTTP/1.1" 200 720 0.198584 252.241.163.121 - - [2026-02-05 01:52:33] "POST /neutron/network HTTP/1.1" 200 821 0.005846 10.0.0.241 - - [2026-02-05 01:52:33] "POST /id-to-fqname HTTP/1.1" 200 217 0.001504 10.0.0.241 - - [2026-02-05 01:52:33] "GET /virtual-network/f2be2731-6f84-498b-8f65-a08b2a663507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005117 252.241.163.121 - - [2026-02-05 01:52:33] "POST /neutron/network HTTP/1.1" 200 821 0.007988 10.0.0.241 - - [2026-02-05 01:52:33] "GET /virtual-network/f2be2731-6f84-498b-8f65-a08b2a663507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006459 252.241.163.121 - - [2026-02-05 01:52:33] "POST /neutron/network HTTP/1.1" 200 821 0.005651 252.241.163.121 - - [2026-02-05 01:52:33] "POST /neutron/subnet HTTP/1.1" 200 720 0.007050 10.0.0.241 - - [2026-02-05 01:52:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003672 10.0.0.241 - - [2026-02-05 01:52:33] "GET /projects?obj_uuids=1a2ca4a3-0d3a-4d99-9962-5ee05d86a15e&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000966 10.0.0.241 - - [2026-02-05 01:52:33] "GET /project/1a2ca4a3-0d3a-4d99-9962-5ee05d86a15e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.024559 252.241.163.121 - - [2026-02-05 01:52:33] "POST /neutron/network HTTP/1.1" 200 117 0.011041 10.0.0.241 - - [2026-02-05 01:52:33] "GET /projects?obj_uuids=1a2ca4a3-0d3a-4d99-9962-5ee05d86a15e&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001032 252.241.163.121 - - [2026-02-05 01:52:34] "POST /neutron/network HTTP/1.1" 200 603 0.094695 10.0.0.241 - - [2026-02-05 01:52:34] "POST /route-targets HTTP/1.1" 200 329 0.011977 10.0.0.241 - - [2026-02-05 01:52:34] "POST /ref-update HTTP/1.1" 200 156 0.011630 10.0.0.241 - - [2026-02-05 01:52:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003885 252.241.163.121 - - [2026-02-05 01:52:34] "POST /neutron/subnet HTTP/1.1" 200 730 0.138445 252.241.163.121 - - [2026-02-05 01:52:34] "POST /neutron/network HTTP/1.1" 200 823 0.006793 10.0.0.241 - - [2026-02-05 01:52:34] "POST /id-to-fqname HTTP/1.1" 200 217 0.001680 10.0.0.241 - - [2026-02-05 01:52:34] "GET /virtual-network/1bfcc0e0-bffc-4ef2-b954-d46952ac734c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005632 252.241.163.121 - - [2026-02-05 01:52:34] "POST /neutron/network HTTP/1.1" 200 823 0.007500 10.0.0.241 - - [2026-02-05 01:52:34] "GET /virtual-network/1bfcc0e0-bffc-4ef2-b954-d46952ac734c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005926 252.241.163.121 - - [2026-02-05 01:52:34] "POST /neutron/network HTTP/1.1" 200 823 0.006018 252.241.163.121 - - [2026-02-05 01:52:34] "POST /neutron/subnet HTTP/1.1" 200 730 0.009040 10.0.0.241 - - [2026-02-05 01:52:34] "POST /id-to-fqname HTTP/1.1" 200 217 0.004483 252.241.163.121 - - [2026-02-05 01:52:34] "POST /neutron/network HTTP/1.1" 200 831 0.006566 252.241.163.121 - - [2026-02-05 01:52:35] "GET /aaa-mode HTTP/1.1" 401 297 0.000517 252.241.163.121 - - [2026-02-05 01:52:35] "GET / HTTP/1.1" 200 36499 0.001872 252.241.163.121 - - [2026-02-05 01:52:35] "GET /project/1a2ca4a3-0d3a-4d99-9962-5ee05d86a15e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 297 0.000495 10.0.0.241 - - [2026-02-05 01:52:35] "GET /projects?obj_uuids=1a2ca4a3-0d3a-4d99-9962-5ee05d86a15e&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001108 252.241.163.121 - - [2026-02-05 01:52:35] "GET /project/1a2ca4a3-0d3a-4d99-9962-5ee05d86a15e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.058969 252.241.163.121 - - [2026-02-05 01:52:35] "POST /neutron/network HTTP/1.1" 200 821 0.036333 252.241.163.121 - - [2026-02-05 01:52:36] "POST /neutron/port HTTP/1.1" 200 117 0.005571 252.241.163.121 - - [2026-02-05 01:52:36] "POST /neutron/port HTTP/1.1" 200 117 0.008695 10.0.0.241 - - [2026-02-05 01:52:36] "POST /id-to-fqname HTTP/1.1" 200 217 0.001561 252.241.163.121 - - [2026-02-05 01:52:36] "POST /neutron/port HTTP/1.1" 200 117 0.011801 252.241.163.121 - - [2026-02-05 01:52:36] "POST /neutron/network HTTP/1.1" 200 833 0.007183 252.241.163.121 - - [2026-02-05 01:52:36] "GET /aaa-mode HTTP/1.1" 401 297 0.000481 252.241.163.121 - - [2026-02-05 01:52:36] "GET / HTTP/1.1" 200 36499 0.002562 252.241.163.121 - - [2026-02-05 01:52:36] "GET /project/1a2ca4a3-0d3a-4d99-9962-5ee05d86a15e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 297 0.000552 252.241.163.121 - - [2026-02-05 01:52:36] "POST /neutron/network HTTP/1.1" 200 831 0.009243 10.0.0.241 - - [2026-02-05 01:52:36] "GET /projects?obj_uuids=1a2ca4a3-0d3a-4d99-9962-5ee05d86a15e&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001227 10.0.0.241 - - [2026-02-05 01:52:37] "GET /projects?obj_uuids=1a2ca4a3-0d3a-4d99-9962-5ee05d86a15e&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001059 252.241.163.121 - - [2026-02-05 01:52:37] "GET /project/1a2ca4a3-0d3a-4d99-9962-5ee05d86a15e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.118173 252.241.163.121 - - [2026-02-05 01:52:37] "POST /neutron/network HTTP/1.1" 200 823 0.006343 252.241.163.121 - - [2026-02-05 01:52:37] "POST /neutron/port HTTP/1.1" 200 1055 0.271753 252.241.163.121 - - [2026-02-05 01:52:37] "POST /neutron/port HTTP/1.1" 200 1055 0.018276 252.241.163.121 - - [2026-02-05 01:52:37] "POST /neutron/port HTTP/1.1" 200 1055 0.013561 252.241.163.121 - - [2026-02-05 01:52:37] "POST /neutron/port HTTP/1.1" 200 1105 0.090788 252.241.163.121 - - [2026-02-05 01:52:37] "POST /neutron/port HTTP/1.1" 200 1115 0.029921 252.241.163.121 - - [2026-02-05 01:52:37] "POST /neutron/port HTTP/1.1" 200 1115 0.017528 252.241.163.121 - - [2026-02-05 01:52:37] "POST /neutron/security_group HTTP/1.1" 200 2054 0.009375 252.241.163.121 - - [2026-02-05 01:52:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004232 252.241.163.121 - - [2026-02-05 01:52:37] "POST /neutron/port HTTP/1.1" 200 117 0.006540 252.241.163.121 - - [2026-02-05 01:52:37] "POST /neutron/subnet HTTP/1.1" 200 694 0.009287 10.0.0.241 - - [2026-02-05 01:52:37] "GET /projects?obj_uuids=1a2ca4a3-0d3a-4d99-9962-5ee05d86a15e&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001439 252.241.163.121 - - [2026-02-05 01:52:37] "POST /neutron/port HTTP/1.1" 200 117 0.001251 252.241.163.121 - - [2026-02-05 01:52:37] "POST /neutron/router HTTP/1.1" 200 578 0.068408 10.0.0.241 - - [2026-02-05 01:52:37] "POST /route-targets HTTP/1.1" 200 329 0.026786 252.241.163.121 - - [2026-02-05 01:52:37] "POST /neutron/network HTTP/1.1" 200 821 0.014659 10.0.0.241 - - [2026-02-05 01:52:37] "PUT /logical-router/ca267c41-a6e6-4270-835d-e19d7468675c HTTP/1.1" 200 264 0.030936 252.241.163.121 - - [2026-02-05 01:52:37] "POST /neutron/router HTTP/1.1" 200 578 0.005157 10.0.0.241 - - [2026-02-05 01:52:38] "DELETE /project/c42ddc09ae5e4104842e49a0c7ee5566 HTTP/1.1" 404 173 0.012085 10.0.0.241 - - [2026-02-05 01:52:38] "DELETE /project/1a2ca4a30d3a4d9999625ee05d86a15e HTTP/1.1" 404 173 0.011420 10.0.0.241 - - [2026-02-05 01:52:38] "GET /projects?obj_uuids=a0f244f0-77a1-49e7-bc72-1782aa91c990&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.000908 10.0.0.241 - - [2026-02-05 01:52:38] "GET /projects?obj_uuids=91c6df85-a5ab-42c9-9a7c-72a927fc5699&detail=False&count=False&shared=False HTTP/1.1" 200 340 0.000794 252.241.163.121 - - [2026-02-05 01:52:38] "POST /neutron/network HTTP/1.1" 200 833 0.022112 10.0.0.241 - - [2026-02-05 01:52:38] "DELETE /project/91c6df85a5ab42c99a7c72a927fc5699 HTTP/1.1" 404 173 0.007831 10.0.0.241 - - [2026-02-05 01:52:38] "GET /projects?obj_uuids=c42ddc09-ae5e-4104-842e-49a0c7ee5566&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.000946 10.0.0.241 - - [2026-02-05 01:52:38] "GET /projects?obj_uuids=1a2ca4a3-0d3a-4d99-9962-5ee05d86a15e&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001054 10.0.0.241 - - [2026-02-05 01:52:38] "GET /project/91c6df85-a5ab-42c9-9a7c-72a927fc5699?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.051136 10.0.0.241 - - [2026-02-05 01:52:38] "GET /project/a0f244f0-77a1-49e7-bc72-1782aa91c990?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.053346 10.0.0.241 - - [2026-02-05 01:52:38] "GET /projects?obj_uuids=1a2ca4a3-0d3a-4d99-9962-5ee05d86a15e&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001133 10.0.0.241 - - [2026-02-05 01:52:38] "GET /projects?obj_uuids=91c6df85-a5ab-42c9-9a7c-72a927fc5699&detail=False&count=False&shared=False HTTP/1.1" 200 340 0.000869 10.0.0.241 - - [2026-02-05 01:52:38] "GET /projects?obj_uuids=a0f244f0-77a1-49e7-bc72-1782aa91c990&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.000797 10.0.0.241 - - [2026-02-05 01:52:38] "GET /project/c42ddc09-ae5e-4104-842e-49a0c7ee5566?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.112876 10.0.0.241 - - [2026-02-05 01:52:38] "GET /projects?obj_uuids=c42ddc09-ae5e-4104-842e-49a0c7ee5566&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001733 10.0.0.241 - - [2026-02-05 01:52:38] "GET /project/91c6df85-a5ab-42c9-9a7c-72a927fc5699?fields=security_groups HTTP/1.1" 200 1338 0.142922 10.0.0.241 - - [2026-02-05 01:52:38] "GET /project/a0f244f0-77a1-49e7-bc72-1782aa91c990?fields=security_groups HTTP/1.1" 200 1335 0.145801 10.0.0.241 - - [2026-02-05 01:52:38] "GET /project/c42ddc09-ae5e-4104-842e-49a0c7ee5566?fields=security_groups HTTP/1.1" 200 1334 0.099915 10.0.0.241 - - [2026-02-05 01:52:38] "DELETE /security-group/ef03ba4e-0722-4601-8434-19f719771b52 HTTP/1.1" 200 115 0.209401 10.0.0.241 - - [2026-02-05 01:52:38] "DELETE /security-group/936d20a9-06bd-4ae1-a531-3745bcb28f0f HTTP/1.1" 200 115 0.221023 10.0.0.241 - - [2026-02-05 01:52:38] "GET /projects?obj_uuids=a0f244f0-77a1-49e7-bc72-1782aa91c990&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001087 10.0.0.241 - - [2026-02-05 01:52:38] "DELETE /security-group/0755619b-809f-4fbd-b65f-0855cd97cb77 HTTP/1.1" 200 115 0.205290 10.0.0.241 - - [2026-02-05 01:52:38] "GET /projects?obj_uuids=91c6df85-a5ab-42c9-9a7c-72a927fc5699&detail=False&count=False&shared=False HTTP/1.1" 200 340 0.001032 10.0.0.241 - - [2026-02-05 01:52:38] "GET /projects?obj_uuids=c42ddc09-ae5e-4104-842e-49a0c7ee5566&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.002069 10.0.0.241 - - [2026-02-05 01:52:38] "DELETE /access-control-list/eb25c4dd-222e-4d6f-b84d-bba335ae69b7 HTTP/1.1" 200 115 0.111543 10.0.0.241 - - [2026-02-05 01:52:38] "GET /project/a0f244f0-77a1-49e7-bc72-1782aa91c990?fields=application_policy_sets HTTP/1.1" 200 1374 0.082498 10.0.0.241 - - [2026-02-05 01:52:38] "GET /project/91c6df85-a5ab-42c9-9a7c-72a927fc5699?fields=application_policy_sets HTTP/1.1" 200 1377 0.081698 10.0.0.241 - - [2026-02-05 01:52:38] "DELETE /access-control-list/f45ad14d-b9ab-4074-8eba-70dfadba678e HTTP/1.1" 200 115 0.075235 10.0.0.241 - - [2026-02-05 01:52:38] "GET /project/c42ddc09-ae5e-4104-842e-49a0c7ee5566?fields=application_policy_sets HTTP/1.1" 200 1373 0.116646 252.241.163.121 - - [2026-02-05 01:52:38] "POST /neutron/router HTTP/1.1" 200 344 0.626511 10.0.0.241 - - [2026-02-05 01:52:38] "DELETE /access-control-list/5beeb19d-9448-4961-bde2-0d1dbe8a4691 HTTP/1.1" 200 115 0.048839 10.0.0.241 - - [2026-02-05 01:52:38] "DELETE /access-control-list/77467ebf-1c15-400a-8e1c-0ffca8bac030 HTTP/1.1" 200 115 0.103548 252.241.163.121 - - [2026-02-05 01:52:38] "POST /neutron/port HTTP/1.1" 200 1115 0.031168 252.241.163.121 - - [2026-02-05 01:52:38] "POST /neutron/port HTTP/1.1" 200 1057 0.691573 10.0.0.241 - - [2026-02-05 01:52:38] "DELETE /access-control-list/aa3c5ac6-fe35-4ba0-aa2c-dc667cbd0fd5 HTTP/1.1" 200 115 0.055962 10.0.0.241 - - [2026-02-05 01:52:38] "DELETE /project/a0f244f0-77a1-49e7-bc72-1782aa91c990 HTTP/1.1" 200 115 0.844881 10.0.0.241 - - [2026-02-05 01:52:38] "DELETE /project/91c6df85-a5ab-42c9-9a7c-72a927fc5699 HTTP/1.1" 200 115 0.865390 252.241.163.121 - - [2026-02-05 01:52:38] "POST /neutron/security_group HTTP/1.1" 200 2054 0.053564 252.241.163.121 - - [2026-02-05 01:52:38] "POST /neutron/port HTTP/1.1" 200 1057 0.044240 10.0.0.241 - - [2026-02-05 01:52:38] "DELETE /access-control-list/30c16337-8ee8-4eaa-b2d5-f7bf1f07c6f0 HTTP/1.1" 200 115 0.076676 10.0.0.241 - - [2026-02-05 01:52:38] "DELETE /project/c42ddc09-ae5e-4104-842e-49a0c7ee5566 HTTP/1.1" 200 115 0.900389 10.0.0.241 - - [2026-02-05 01:52:39] "POST /ref-update HTTP/1.1" 200 156 0.023244 252.241.163.121 - - [2026-02-05 01:52:39] "POST /neutron/port HTTP/1.1" 200 1057 0.017900 252.241.163.121 - - [2026-02-05 01:52:39] "POST /neutron/port HTTP/1.1" 200 1107 0.085149 252.241.163.121 - - [2026-02-05 01:52:39] "POST /neutron/port HTTP/1.1" 200 1117 0.015968 252.241.163.121 - - [2026-02-05 01:52:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003925 252.241.163.121 - - [2026-02-05 01:52:39] "POST /neutron/subnet HTTP/1.1" 200 704 0.009181 252.241.163.121 - - [2026-02-05 01:52:39] "POST /neutron/port HTTP/1.1" 200 117 0.001316 252.241.163.121 - - [2026-02-05 01:52:39] "POST /neutron/network HTTP/1.1" 200 823 0.005519 252.241.163.121 - - [2026-02-05 01:52:44] "POST /neutron/port HTTP/1.1" 200 1115 0.016110 252.241.163.121 - - [2026-02-05 01:52:44] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006725 252.241.163.121 - - [2026-02-05 01:52:44] "POST /neutron/port HTTP/1.1" 200 1115 0.017264 252.241.163.121 - - [2026-02-05 01:52:44] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006682 252.241.163.121 - - [2026-02-05 01:52:44] "POST /neutron/port HTTP/1.1" 200 1115 0.013698 252.241.163.121 - - [2026-02-05 01:52:44] "POST /neutron/security_group HTTP/1.1" 200 2054 0.013689 10.0.0.241 - - [2026-02-05 01:52:44] "GET /virtual-machine/33823930-654d-4fc3-b137-6e969b4b947e HTTP/1.1" 401 297 0.000634 10.0.0.241 - - [2026-02-05 01:52:44] "GET /virtual-machine/33823930-654d-4fc3-b137-6e969b4b947e HTTP/1.1" 200 1292 0.033775 10.0.0.241 - - [2026-02-05 01:52:44] "GET /virtual-machine-interface/bc4ab04c-d1b9-419f-9bff-9eefe1752380 HTTP/1.1" 200 2937 0.005827 10.0.0.241 - - [2026-02-05 01:52:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.241 - - [2026-02-05 01:52:45] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.003579 10.0.0.241 - - [2026-02-05 01:52:45] "GET /virtual-networks?parent_id=1a2ca4a3-0d3a-4d99-9962-5ee05d86a15e&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003928 10.0.0.241 - - [2026-02-05 01:52:45] "GET /virtual-network/f2be2731-6f84-498b-8f65-a08b2a663507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006895 252.241.163.121 - - [2026-02-05 01:52:47] "POST /neutron/port HTTP/1.1" 200 1115 0.014191 252.241.163.121 - - [2026-02-05 01:52:47] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006592 252.241.163.121 - - [2026-02-05 01:52:47] "POST /neutron/port HTTP/1.1" 200 1115 0.014410 252.241.163.121 - - [2026-02-05 01:52:47] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006278 252.241.163.121 - - [2026-02-05 01:52:47] "POST /neutron/port HTTP/1.1" 200 1115 0.014422 252.241.163.121 - - [2026-02-05 01:52:48] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006705 10.0.0.241 - - [2026-02-05 01:52:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.241 - - [2026-02-05 01:52:48] "GET /virtual-network/f2be2731-6f84-498b-8f65-a08b2a663507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004948 252.241.163.121 - - [2026-02-05 01:52:48] "POST /neutron/port HTTP/1.1" 200 1117 0.015750 252.241.163.121 - - [2026-02-05 01:52:48] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005896 252.241.163.121 - - [2026-02-05 01:52:48] "POST /neutron/port HTTP/1.1" 200 1115 0.028347 252.241.163.121 - - [2026-02-05 01:52:49] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008431 252.241.163.121 - - [2026-02-05 01:52:49] "POST /neutron/port HTTP/1.1" 200 1117 0.017366 252.241.163.121 - - [2026-02-05 01:52:49] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007052 10.0.0.241 - - [2026-02-05 01:52:49] "GET /obj-perms HTTP/1.1" 200 6393 0.063363 10.0.0.241 - - [2026-02-05 01:52:49] "GET /obj-perms HTTP/1.1" 200 6393 0.057638 252.241.163.121 - - [2026-02-05 01:52:50] "POST /neutron/port HTTP/1.1" 200 1117 0.015848 252.241.163.121 - - [2026-02-05 01:52:50] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006550 10.0.0.241 - - [2026-02-05 01:52:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.008882 10.0.0.241 - - [2026-02-05 01:52:50] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.005825 10.0.0.241 - - [2026-02-05 01:52:50] "GET /virtual-networks?parent_id=1a2ca4a3-0d3a-4d99-9962-5ee05d86a15e&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.004965 10.0.0.241 - - [2026-02-05 01:52:50] "GET /virtual-network/f2be2731-6f84-498b-8f65-a08b2a663507?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005807 252.241.163.121 - - [2026-02-05 01:52:50] "POST /neutron/port HTTP/1.1" 200 1117 0.016867 252.241.163.121 - - [2026-02-05 01:52:50] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007442 252.241.163.121 - - [2026-02-05 01:52:51] "POST /neutron/port HTTP/1.1" 200 1117 0.018425 252.241.163.121 - - [2026-02-05 01:52:51] "POST /neutron/security_group HTTP/1.1" 200 2054 0.009664 252.241.163.121 - - [2026-02-05 01:52:51] "POST /neutron/port HTTP/1.1" 200 1117 0.014494 252.241.163.121 - - [2026-02-05 01:52:51] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007396 10.0.0.241 - - [2026-02-05 01:52:51] "GET /virtual-machine/d618dc0e-29a1-4f06-bb15-5bb19d11207f HTTP/1.1" 200 1293 0.006223 10.0.0.241 - - [2026-02-05 01:52:51] "GET /virtual-machine-interface/57fa7808-a031-4045-990b-cac607443579 HTTP/1.1" 200 2936 0.006401 10.0.0.241 - - [2026-02-05 01:52:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.241 - - [2026-02-05 01:52:51] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.004887 10.0.0.241 - - [2026-02-05 01:52:51] "GET /virtual-networks?parent_id=1a2ca4a3-0d3a-4d99-9962-5ee05d86a15e&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003177 10.0.0.241 - - [2026-02-05 01:52:51] "GET /virtual-network/1bfcc0e0-bffc-4ef2-b954-d46952ac734c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006610 10.0.0.241 - - [2026-02-05 01:52:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004808 10.0.0.241 - - [2026-02-05 01:52:52] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.003463 10.0.0.241 - - [2026-02-05 01:52:52] "GET /virtual-networks?parent_id=1a2ca4a3-0d3a-4d99-9962-5ee05d86a15e&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003949 10.0.0.241 - - [2026-02-05 01:52:52] "GET /virtual-network/1bfcc0e0-bffc-4ef2-b954-d46952ac734c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007023 252.241.163.121 - - [2026-02-05 01:52:58] "POST /neutron/router HTTP/1.1" 200 578 0.005466 10.0.0.241 - - [2026-02-05 01:52:58] "GET /projects?obj_uuids=1a2ca4a3-0d3a-4d99-9962-5ee05d86a15e&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001113 252.241.163.121 - - [2026-02-05 01:52:58] "POST /neutron/router HTTP/1.1" 200 344 0.219651 10.0.0.241 - - [2026-02-05 01:52:58] "POST /ref-update HTTP/1.1" 200 156 0.010500 252.241.163.121 - - [2026-02-05 01:52:58] "POST /neutron/port HTTP/1.1" 200 1916 0.019629 252.241.163.121 - - [2026-02-05 01:53:00] "POST /neutron/router HTTP/1.1" 200 578 0.004420 10.0.0.241 - - [2026-02-05 01:53:01] "POST /ref-update HTTP/1.1" 200 156 0.014928 252.241.163.121 - - [2026-02-05 01:53:01] "POST /neutron/router HTTP/1.1" 200 344 0.117869 252.241.163.121 - - [2026-02-05 01:53:04] "POST /neutron/router HTTP/1.1" 200 578 0.005560 10.0.0.241 - - [2026-02-05 01:53:04] "GET /projects?obj_uuids=1a2ca4a3-0d3a-4d99-9962-5ee05d86a15e&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001585 252.241.163.121 - - [2026-02-05 01:53:04] "POST /neutron/router HTTP/1.1" 200 344 0.208091 10.0.0.241 - - [2026-02-05 01:53:04] "POST /ref-update HTTP/1.1" 200 156 0.009230 252.241.163.121 - - [2026-02-05 01:53:06] "POST /neutron/router HTTP/1.1" 200 578 0.007020 10.0.0.241 - - [2026-02-05 01:53:07] "POST /ref-update HTTP/1.1" 200 156 0.013281 252.241.163.121 - - [2026-02-05 01:53:07] "POST /neutron/router HTTP/1.1" 200 344 0.140973 252.241.163.121 - - [2026-02-05 01:53:07] "POST /neutron/router HTTP/1.1" 200 578 0.005823 252.241.163.121 - - [2026-02-05 01:53:07] "POST /neutron/router HTTP/1.1" 200 344 0.124803 252.241.163.121 - - [2026-02-05 01:53:07] "POST /neutron/router HTTP/1.1" 200 578 0.007192 10.0.0.241 - - [2026-02-05 01:53:07] "GET /logical-router/ca267c41-a6e6-4270-835d-e19d7468675c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003787 252.241.163.121 - - [2026-02-05 01:53:07] "POST /neutron/router HTTP/1.1" 200 151 0.048780 10.0.0.241 - - [2026-02-05 01:53:07] "POST /ref-update HTTP/1.1" 200 156 0.015633 10.0.0.241 - - [2026-02-05 01:53:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.007462 10.0.0.241 - - [2026-02-05 01:53:07] "DELETE /route-target/1cdefd59-0c82-4f87-8d71-af1ee5b4378f HTTP/1.1" 200 115 0.017326 252.241.163.121 - - [2026-02-05 01:53:07] "POST /neutron/network HTTP/1.1" 200 823 0.012687 252.241.163.121 - - [2026-02-05 01:53:07] "POST /neutron/network HTTP/1.1" 400 204 0.011132 252.241.163.121 - - [2026-02-05 01:53:08] "POST /neutron/port HTTP/1.1" 200 1117 0.025014 252.241.163.121 - - [2026-02-05 01:53:08] "POST /neutron/port HTTP/1.1" 200 1115 0.019862 252.241.163.121 - - [2026-02-05 01:53:08] "POST /neutron/port HTTP/1.1" 200 1105 0.016966 252.241.163.121 - - [2026-02-05 01:53:08] "POST /neutron/port HTTP/1.1" 200 1107 0.014351 252.241.163.121 - - [2026-02-05 01:53:08] "POST /neutron/port HTTP/1.1" 200 151 0.147233 252.241.163.121 - - [2026-02-05 01:53:08] "POST /neutron/port HTTP/1.1" 200 151 0.148662 252.241.163.121 - - [2026-02-05 01:53:10] "POST /neutron/network HTTP/1.1" 200 823 0.006092 10.0.0.241 - - [2026-02-05 01:53:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002938 10.0.0.241 - - [2026-02-05 01:53:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.241 - - [2026-02-05 01:53:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002978 252.241.163.121 - - [2026-02-05 01:53:10] "POST /neutron/network HTTP/1.1" 200 151 0.084306 10.0.0.241 - - [2026-02-05 01:53:10] "DELETE /route-target/7f01baeb-3eb1-4ce5-b5bb-4c413fbea476 HTTP/1.1" 200 115 0.017997 252.241.163.121 - - [2026-02-05 01:53:10] "POST /neutron/network HTTP/1.1" 200 821 0.005480 10.0.0.241 - - [2026-02-05 01:53:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002576 10.0.0.241 - - [2026-02-05 01:53:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002165 252.241.163.121 - - [2026-02-05 01:53:10] "POST /neutron/network HTTP/1.1" 200 151 0.079549 10.0.0.241 - - [2026-02-05 01:53:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.008239 10.0.0.241 - - [2026-02-05 01:53:10] "DELETE /route-target/fe949451-6569-4b61-a843-e3dbd0fa90ce HTTP/1.1" 200 115 0.016085 10.0.0.241 - - [2026-02-05 01:53:10] "GET /projects?obj_uuids=1a2ca4a3-0d3a-4d99-9962-5ee05d86a15e&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001168 10.0.0.241 - - [2026-02-05 01:53:10] "GET /project/1a2ca4a3-0d3a-4d99-9962-5ee05d86a15e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.025520 10.0.0.241 - - [2026-02-05 01:53:10] "GET /projects?obj_uuids=1a2ca4a3-0d3a-4d99-9962-5ee05d86a15e&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001090 10.0.0.241 - - [2026-02-05 01:53:10] "GET /project/1a2ca4a3-0d3a-4d99-9962-5ee05d86a15e?fields=virtual_networks HTTP/1.1" 200 1029 0.078064 10.0.0.241 - - [2026-02-05 01:53:10] "GET /projects?obj_uuids=1a2ca4a3-0d3a-4d99-9962-5ee05d86a15e&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001119 10.0.0.241 - - [2026-02-05 01:53:10] "GET /project/1a2ca4a3-0d3a-4d99-9962-5ee05d86a15e?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.039502 10.0.0.241 - - [2026-02-05 01:53:10] "GET /projects?obj_uuids=1a2ca4a3-0d3a-4d99-9962-5ee05d86a15e&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001068 10.0.0.241 - - [2026-02-05 01:53:11] "GET /project/1a2ca4a3-0d3a-4d99-9962-5ee05d86a15e?fields=security_groups HTTP/1.1" 200 1253 0.027090 10.0.0.241 - - [2026-02-05 01:53:11] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001681 10.0.0.241 - - [2026-02-05 01:53:11] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 944 0.008321 10.0.0.241 - - [2026-02-05 01:53:11] "POST /fqname-to-id HTTP/1.1" 404 189 0.036611 10.0.0.241 - - [2026-02-05 01:53:12] "GET /projects?obj_uuids=22a6f3ab-ebf2-405d-b920-76d4a8d8938a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002539 10.0.0.241 - - [2026-02-05 01:53:12] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001247 10.0.0.241 - - [2026-02-05 01:53:12] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 974 0.006703 10.0.0.241 - - [2026-02-05 01:53:12] "POST /id-to-fqname HTTP/1.1" 200 191 0.001475 10.0.0.241 - - [2026-02-05 01:53:12] "POST /fqname-to-id HTTP/1.1" 404 200 0.003327 10.0.0.241 - - [2026-02-05 01:53:12] "POST /security-groups HTTP/1.1" 200 586 0.072594 10.0.0.241 - - [2026-02-05 01:53:12] "POST /fqname-to-id HTTP/1.1" 404 235 0.008500 10.0.0.241 - - [2026-02-05 01:53:12] "POST /projects HTTP/1.1" 200 583 0.230224 10.0.0.241 - - [2026-02-05 01:53:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.267979 10.0.0.241 - - [2026-02-05 01:53:12] "POST /access-control-lists HTTP/1.1" 200 601 0.067001 10.0.0.241 - - [2026-02-05 01:53:12] "GET /project/22a6f3ab-ebf2-405d-b920-76d4a8d8938a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.430460 10.0.0.241 - - [2026-02-05 01:53:12] "POST /fqname-to-id HTTP/1.1" 404 234 0.006724 10.0.0.241 - - [2026-02-05 01:53:12] "POST /access-control-lists HTTP/1.1" 200 599 0.060477 10.0.0.241 - - [2026-02-05 01:53:13] "GET / HTTP/1.1" 200 36499 0.002106 10.0.0.241 - - [2026-02-05 01:53:15] "POST /fqname-to-id HTTP/1.1" 401 297 0.000615 10.0.0.241 - - [2026-02-05 01:53:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.037409 10.0.0.241 - - [2026-02-05 01:53:15] "GET /projects?obj_uuids=22a6f3ab-ebf2-405d-b920-76d4a8d8938a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001024 10.0.0.241 - - [2026-02-05 01:53:15] "GET /project/22a6f3ab-ebf2-405d-b920-76d4a8d8938a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.024502 10.0.0.241 - - [2026-02-05 01:53:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.241 - - [2026-02-05 01:53:15] "GET /security-group/0aa81cff-7407-4e1b-9d7d-7af26aea68f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3759 0.006855 10.0.0.241 - - [2026-02-05 01:53:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.241 - - [2026-02-05 01:53:15] "GET /projects?obj_uuids=22a6f3ab-ebf2-405d-b920-76d4a8d8938a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001080 10.0.0.241 - - [2026-02-05 01:53:15] "GET /project/22a6f3ab-ebf2-405d-b920-76d4a8d8938a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.030527 10.0.0.241 - - [2026-02-05 01:53:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.241 - - [2026-02-05 01:53:15] "GET /security-group/0aa81cff-7407-4e1b-9d7d-7af26aea68f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3759 0.004385 10.0.0.241 - - [2026-02-05 01:53:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003202 10.0.0.241 - - [2026-02-05 01:53:15] "PUT /security-group/0aa81cff-7407-4e1b-9d7d-7af26aea68f9 HTTP/1.1" 200 264 0.015778 10.0.0.241 - - [2026-02-05 01:53:15] "PUT /access-control-list/bcdd705c-f3f7-4442-8eff-b5aa9f8afabc HTTP/1.1" 200 274 0.010688 10.0.0.241 - - [2026-02-05 01:53:15] "PUT /access-control-list/bac5317c-818a-4cd5-a6a8-c5bde3be34f9 HTTP/1.1" 200 274 0.014380 10.0.0.241 - - [2026-02-05 01:53:15] "POST /fqname-to-id HTTP/1.1" 404 200 0.003393 10.0.0.241 - - [2026-02-05 01:53:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.241 - - [2026-02-05 01:53:15] "GET /projects?obj_uuids=22a6f3ab-ebf2-405d-b920-76d4a8d8938a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001070 10.0.0.241 - - [2026-02-05 01:53:16] "GET /project/22a6f3ab-ebf2-405d-b920-76d4a8d8938a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.030983 252.241.163.121 - - [2026-02-05 01:53:16] "POST /neutron/network HTTP/1.1" 200 117 0.040150 10.0.0.241 - - [2026-02-05 01:53:16] "GET /projects?obj_uuids=22a6f3ab-ebf2-405d-b920-76d4a8d8938a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001384 252.241.163.121 - - [2026-02-05 01:53:16] "POST /neutron/network HTTP/1.1" 200 606 0.064414 10.0.0.241 - - [2026-02-05 01:53:16] "POST /route-targets HTTP/1.1" 200 329 0.011224 10.0.0.241 - - [2026-02-05 01:53:16] "POST /ref-update HTTP/1.1" 200 156 0.011381 10.0.0.241 - - [2026-02-05 01:53:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003867 252.241.163.121 - - [2026-02-05 01:53:16] "POST /neutron/subnet HTTP/1.1" 200 719 0.168825 252.241.163.121 - - [2026-02-05 01:53:16] "POST /neutron/network HTTP/1.1" 200 824 0.005857 10.0.0.241 - - [2026-02-05 01:53:16] "POST /id-to-fqname HTTP/1.1" 200 221 0.001518 10.0.0.241 - - [2026-02-05 01:53:16] "GET /virtual-network/822cd58f-961c-42f9-9ccd-e45d81449f48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005324 252.241.163.121 - - [2026-02-05 01:53:16] "POST /neutron/network HTTP/1.1" 200 824 0.006492 10.0.0.241 - - [2026-02-05 01:53:16] "GET /virtual-network/822cd58f-961c-42f9-9ccd-e45d81449f48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005557 252.241.163.121 - - [2026-02-05 01:53:16] "POST /neutron/network HTTP/1.1" 200 824 0.005417 252.241.163.121 - - [2026-02-05 01:53:16] "POST /neutron/subnet HTTP/1.1" 200 719 0.007885 10.0.0.241 - - [2026-02-05 01:53:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.241 - - [2026-02-05 01:53:16] "GET /projects?obj_uuids=22a6f3ab-ebf2-405d-b920-76d4a8d8938a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001078 10.0.0.241 - - [2026-02-05 01:53:16] "GET /project/22a6f3ab-ebf2-405d-b920-76d4a8d8938a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.025640 252.241.163.121 - - [2026-02-05 01:53:17] "POST /neutron/network HTTP/1.1" 200 117 0.010847 10.0.0.241 - - [2026-02-05 01:53:17] "GET /projects?obj_uuids=22a6f3ab-ebf2-405d-b920-76d4a8d8938a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001081 252.241.163.121 - - [2026-02-05 01:53:17] "POST /neutron/network HTTP/1.1" 200 613 0.101306 10.0.0.241 - - [2026-02-05 01:53:17] "POST /route-targets HTTP/1.1" 200 329 0.014542 10.0.0.241 - - [2026-02-05 01:53:17] "POST /ref-update HTTP/1.1" 200 156 0.013040 10.0.0.241 - - [2026-02-05 01:53:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003758 252.241.163.121 - - [2026-02-05 01:53:17] "POST /neutron/subnet HTTP/1.1" 200 715 0.133083 252.241.163.121 - - [2026-02-05 01:53:17] "POST /neutron/network HTTP/1.1" 200 830 0.005660 10.0.0.241 - - [2026-02-05 01:53:17] "POST /id-to-fqname HTTP/1.1" 200 225 0.001641 10.0.0.241 - - [2026-02-05 01:53:17] "GET /virtual-network/64474bec-ad58-43e2-9d69-f892252049af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005048 252.241.163.121 - - [2026-02-05 01:53:17] "POST /neutron/network HTTP/1.1" 200 830 0.006668 10.0.0.241 - - [2026-02-05 01:53:17] "GET /virtual-network/64474bec-ad58-43e2-9d69-f892252049af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005388 252.241.163.121 - - [2026-02-05 01:53:17] "POST /neutron/network HTTP/1.1" 200 830 0.005997 252.241.163.121 - - [2026-02-05 01:53:17] "POST /neutron/subnet HTTP/1.1" 200 715 0.008154 10.0.0.241 - - [2026-02-05 01:53:17] "POST /id-to-fqname HTTP/1.1" 200 221 0.001540 252.241.163.121 - - [2026-02-05 01:53:18] "POST /neutron/network HTTP/1.1" 200 834 0.006169 252.241.163.121 - - [2026-02-05 01:53:18] "GET /aaa-mode HTTP/1.1" 401 297 0.000821 252.241.163.121 - - [2026-02-05 01:53:18] "GET / HTTP/1.1" 200 36499 0.002052 252.241.163.121 - - [2026-02-05 01:53:18] "GET /project/22a6f3ab-ebf2-405d-b920-76d4a8d8938a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 297 0.000615 10.0.0.241 - - [2026-02-05 01:53:18] "GET /projects?obj_uuids=22a6f3ab-ebf2-405d-b920-76d4a8d8938a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001068 252.241.163.121 - - [2026-02-05 01:53:18] "GET /project/22a6f3ab-ebf2-405d-b920-76d4a8d8938a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.060816 252.241.163.121 - - [2026-02-05 01:53:18] "POST /neutron/network HTTP/1.1" 200 824 0.005519 252.241.163.121 - - [2026-02-05 01:53:18] "POST /neutron/port HTTP/1.1" 200 117 0.004977 252.241.163.121 - - [2026-02-05 01:53:18] "POST /neutron/port HTTP/1.1" 200 117 0.005939 10.0.0.241 - - [2026-02-05 01:53:18] "POST /id-to-fqname HTTP/1.1" 200 225 0.001495 252.241.163.121 - - [2026-02-05 01:53:19] "POST /neutron/port HTTP/1.1" 200 117 0.007696 252.241.163.121 - - [2026-02-05 01:53:19] "POST /neutron/network HTTP/1.1" 200 840 0.006486 252.241.163.121 - - [2026-02-05 01:53:19] "GET /aaa-mode HTTP/1.1" 401 297 0.000540 252.241.163.121 - - [2026-02-05 01:53:19] "GET / HTTP/1.1" 200 36499 0.004693 252.241.163.121 - - [2026-02-05 01:53:19] "GET /project/22a6f3ab-ebf2-405d-b920-76d4a8d8938a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 297 0.000504 252.241.163.121 - - [2026-02-05 01:53:19] "POST /neutron/network HTTP/1.1" 200 834 0.007356 10.0.0.241 - - [2026-02-05 01:53:19] "GET /projects?obj_uuids=22a6f3ab-ebf2-405d-b920-76d4a8d8938a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001212 10.0.0.241 - - [2026-02-05 01:53:19] "GET /projects?obj_uuids=22a6f3ab-ebf2-405d-b920-76d4a8d8938a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001466 252.241.163.121 - - [2026-02-05 01:53:19] "GET /project/22a6f3ab-ebf2-405d-b920-76d4a8d8938a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.067311 252.241.163.121 - - [2026-02-05 01:53:19] "POST /neutron/network HTTP/1.1" 200 830 0.028974 252.241.163.121 - - [2026-02-05 01:53:19] "POST /neutron/port HTTP/1.1" 200 1060 0.332996 252.241.163.121 - - [2026-02-05 01:53:19] "POST /neutron/port HTTP/1.1" 200 1060 0.011883 252.241.163.121 - - [2026-02-05 01:53:20] "POST /neutron/port HTTP/1.1" 200 1060 0.011650 252.241.163.121 - - [2026-02-05 01:53:20] "POST /neutron/port HTTP/1.1" 200 1110 0.129209 252.241.163.121 - - [2026-02-05 01:53:20] "POST /neutron/port HTTP/1.1" 200 1120 0.034288 252.241.163.121 - - [2026-02-05 01:53:20] "POST /neutron/security_group HTTP/1.1" 200 2000 0.011540 252.241.163.121 - - [2026-02-05 01:53:20] "POST /neutron/port HTTP/1.1" 200 1120 0.030839 252.241.163.121 - - [2026-02-05 01:53:20] "POST /neutron/port HTTP/1.1" 200 117 0.005133 10.0.0.241 - - [2026-02-05 01:53:20] "GET /projects?obj_uuids=22a6f3ab-ebf2-405d-b920-76d4a8d8938a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001175 252.241.163.121 - - [2026-02-05 01:53:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002896 252.241.163.121 - - [2026-02-05 01:53:20] "POST /neutron/router HTTP/1.1" 200 583 0.064658 252.241.163.121 - - [2026-02-05 01:53:20] "POST /neutron/subnet HTTP/1.1" 200 693 0.011427 10.0.0.241 - - [2026-02-05 01:53:20] "POST /route-targets HTTP/1.1" 200 329 0.015941 10.0.0.241 - - [2026-02-05 01:53:20] "PUT /logical-router/e9d0530b-8ade-4688-a1d1-fbef79e7a83a HTTP/1.1" 200 264 0.040072 252.241.163.121 - - [2026-02-05 01:53:20] "POST /neutron/router HTTP/1.1" 200 583 0.020230 252.241.163.121 - - [2026-02-05 01:53:20] "POST /neutron/port HTTP/1.1" 200 117 0.001264 252.241.163.121 - - [2026-02-05 01:53:20] "POST /neutron/network HTTP/1.1" 200 840 0.005171 252.241.163.121 - - [2026-02-05 01:53:20] "POST /neutron/router HTTP/1.1" 200 654 0.037122 10.0.0.241 - - [2026-02-05 01:53:20] "GET /logical-router/e9d0530b-8ade-4688-a1d1-fbef79e7a83a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1646 0.004600 252.241.163.121 - - [2026-02-05 01:53:20] "POST /neutron/network HTTP/1.1" 200 824 0.007582 10.0.0.241 - - [2026-02-05 01:53:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.011856 10.0.0.241 - - [2026-02-05 01:53:20] "GET /projects?obj_uuids=22a6f3ab-ebf2-405d-b920-76d4a8d8938a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001786 252.241.163.121 - - [2026-02-05 01:53:20] "POST /neutron/router HTTP/1.1" 200 654 0.010985 10.0.0.241 - - [2026-02-05 01:53:20] "GET /service-template/f1a925a4-1a0a-448f-9ccc-fbfcc8331182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1685 0.008275 10.0.0.241 - - [2026-02-05 01:53:20] "POST /fqname-to-id HTTP/1.1" 404 213 0.004716 10.0.0.241 - - [2026-02-05 01:53:20] "GET /projects?obj_uuids=22a6f3ab-ebf2-405d-b920-76d4a8d8938a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001859 252.241.163.121 - - [2026-02-05 01:53:21] "POST /neutron/port HTTP/1.1" 200 1059 0.403163 10.0.0.241 - - [2026-02-05 01:53:21] "POST /useragent-kv HTTP/1.1" 200 115 0.005359 10.0.0.241 - - [2026-02-05 01:53:21] "POST /virtual-networks HTTP/1.1" 200 696 0.280707 10.0.0.241 - - [2026-02-05 01:53:21] "POST /route-targets HTTP/1.1" 200 329 0.019669 10.0.0.241 - - [2026-02-05 01:53:21] "POST /ref-update HTTP/1.1" 200 156 0.036075 252.241.163.121 - - [2026-02-05 01:53:21] "POST /neutron/port HTTP/1.1" 200 1059 0.030112 252.241.163.121 - - [2026-02-05 01:53:21] "POST /neutron/router HTTP/1.1" 200 344 0.451672 10.0.0.241 - - [2026-02-05 01:53:21] "POST /ref-update HTTP/1.1" 200 156 0.050446 252.241.163.121 - - [2026-02-05 01:53:21] "POST /neutron/port HTTP/1.1" 200 1059 0.040036 10.0.0.241 - - [2026-02-05 01:53:21] "POST /service-instances HTTP/1.1" 200 672 0.153179 252.241.163.121 - - [2026-02-05 01:53:21] "POST /neutron/port HTTP/1.1" 200 1120 0.024816 10.0.0.241 - - [2026-02-05 01:53:21] "POST /route-tables HTTP/1.1" 200 584 0.031482 252.241.163.121 - - [2026-02-05 01:53:21] "POST /neutron/security_group HTTP/1.1" 200 2000 0.013312 252.241.163.121 - - [2026-02-05 01:53:21] "POST /neutron/port HTTP/1.1" 200 1109 0.095892 10.0.0.241 - - [2026-02-05 01:53:21] "PUT /logical-router/e9d0530b-8ade-4688-a1d1-fbef79e7a83a HTTP/1.1" 200 264 0.028250 10.0.0.241 - - [2026-02-05 01:53:21] "POST /ref-update HTTP/1.1" 200 156 0.017442 252.241.163.121 - - [2026-02-05 01:53:21] "POST /neutron/port HTTP/1.1" 200 1119 0.028659 10.0.0.241 - - [2026-02-05 01:53:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.241 - - [2026-02-05 01:53:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 252.241.163.121 - - [2026-02-05 01:53:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005541 10.0.0.241 - - [2026-02-05 01:53:21] "POST /virtual-machines HTTP/1.1" 200 551 0.014478 252.241.163.121 - - [2026-02-05 01:53:21] "POST /neutron/subnet HTTP/1.1" 200 689 0.009125 252.241.163.121 - - [2026-02-05 01:53:21] "POST /neutron/port HTTP/1.1" 200 117 0.001277 10.0.0.241 - - [2026-02-05 01:53:21] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.104779 252.241.163.121 - - [2026-02-05 01:53:21] "POST /neutron/network HTTP/1.1" 200 830 0.011617 10.0.0.241 - - [2026-02-05 01:53:21] "POST /chown HTTP/1.1" 200 109 0.017918 10.0.0.241 - - [2026-02-05 01:53:22] "POST /instance-ips HTTP/1.1" 200 549 0.027721 10.0.0.241 - - [2026-02-05 01:53:22] "POST /instance-ips HTTP/1.1" 400 244 0.019547 10.0.0.241 - - [2026-02-05 01:53:22] "POST /chown HTTP/1.1" 200 109 0.012439 10.0.0.241 - - [2026-02-05 01:53:22] "PUT /virtual-machine-interface/17a70397-ccde-4011-9f88-92ce138b143d HTTP/1.1" 200 286 0.014965 10.0.0.241 - - [2026-02-05 01:53:22] "PUT /instance-ip/f96ececa-bb27-4107-bed5-c2caad43ecae HTTP/1.1" 200 258 0.013087 10.0.0.241 - - [2026-02-05 01:53:22] "POST /ref-update HTTP/1.1" 200 156 0.013305 10.0.0.241 - - [2026-02-05 01:53:22] "POST /virtual-machine-interfaces HTTP/1.1" 200 808 0.091080 10.0.0.241 - - [2026-02-05 01:53:22] "POST /chown HTTP/1.1" 200 109 0.013595 10.0.0.241 - - [2026-02-05 01:53:22] "POST /instance-ips HTTP/1.1" 200 547 0.045107 10.0.0.241 - - [2026-02-05 01:53:22] "POST /instance-ips HTTP/1.1" 400 314 0.022433 10.0.0.241 - - [2026-02-05 01:53:22] "POST /chown HTTP/1.1" 200 109 0.011483 10.0.0.241 - - [2026-02-05 01:53:22] "PUT /virtual-machine-interface/57be9a5a-cb38-4def-9e18-0a9b52e1ec56 HTTP/1.1" 200 286 0.011845 10.0.0.241 - - [2026-02-05 01:53:22] "PUT /instance-ip/268213dd-1f3e-4aad-9cde-b7d2c0ac475b HTTP/1.1" 200 258 0.020405 10.0.0.241 - - [2026-02-05 01:53:22] "POST /ref-update HTTP/1.1" 200 156 0.011437 10.0.0.241 - - [2026-02-05 01:53:22] "POST /ref-update HTTP/1.1" 200 156 0.010785 10.0.0.241 - - [2026-02-05 01:53:22] "PUT /routing-instance/57788fda-8a13-4979-857c-224d2edc21ca HTTP/1.1" 200 268 0.011682 10.0.0.241 - - [2026-02-05 01:53:23] "POST /ref-update HTTP/1.1" 200 156 0.030062 10.0.0.241 - - [2026-02-05 01:53:23] "POST /virtual-machines HTTP/1.1" 200 551 0.020178 10.0.0.241 - - [2026-02-05 01:53:23] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.104192 10.0.0.241 - - [2026-02-05 01:53:23] "POST /chown HTTP/1.1" 200 109 0.008464 10.0.0.241 - - [2026-02-05 01:53:23] "POST /instance-ips HTTP/1.1" 400 244 0.019517 10.0.0.241 - - [2026-02-05 01:53:23] "POST /chown HTTP/1.1" 200 109 0.011682 10.0.0.241 - - [2026-02-05 01:53:23] "PUT /virtual-machine-interface/f67a8c39-2670-4a24-8b98-b1680314b8e2 HTTP/1.1" 200 286 0.011592 10.0.0.241 - - [2026-02-05 01:53:23] "PUT /instance-ip/f96ececa-bb27-4107-bed5-c2caad43ecae HTTP/1.1" 200 258 0.017579 10.0.0.241 - - [2026-02-05 01:53:23] "POST /ref-update HTTP/1.1" 200 156 0.013126 10.0.0.241 - - [2026-02-05 01:53:23] "POST /ref-update HTTP/1.1" 200 156 0.032051 10.0.0.241 - - [2026-02-05 01:53:23] "POST /virtual-machine-interfaces HTTP/1.1" 200 808 0.121144 10.0.0.241 - - [2026-02-05 01:53:23] "POST /ref-update HTTP/1.1" 200 156 0.030257 10.0.0.241 - - [2026-02-05 01:53:23] "PUT /routing-instance/57788fda-8a13-4979-857c-224d2edc21ca HTTP/1.1" 200 268 0.035711 10.0.0.241 - - [2026-02-05 01:53:23] "POST /chown HTTP/1.1" 200 109 0.031959 10.0.0.241 - - [2026-02-05 01:53:23] "POST /instance-ips HTTP/1.1" 400 314 0.038073 10.0.0.241 - - [2026-02-05 01:53:24] "POST /chown HTTP/1.1" 200 109 0.009529 10.0.0.241 - - [2026-02-05 01:53:24] "PUT /virtual-machine-interface/b687f832-fb40-423e-835d-f4f266511b91 HTTP/1.1" 200 286 0.011902 10.0.0.241 - - [2026-02-05 01:53:24] "PUT /instance-ip/268213dd-1f3e-4aad-9cde-b7d2c0ac475b HTTP/1.1" 200 258 0.025211 10.0.0.241 - - [2026-02-05 01:53:24] "POST /ref-update HTTP/1.1" 200 156 0.015700 10.0.0.241 - - [2026-02-05 01:53:24] "POST /ref-update HTTP/1.1" 200 156 0.031261 252.241.163.121 - - [2026-02-05 01:53:24] "POST /neutron/port HTTP/1.1" 200 1120 0.048465 10.0.0.241 - - [2026-02-05 01:53:24] "PUT /routing-instance/57788fda-8a13-4979-857c-224d2edc21ca HTTP/1.1" 200 268 0.041996 10.0.0.241 - - [2026-02-05 01:53:24] "POST /ref-update HTTP/1.1" 200 156 0.049597 252.241.163.121 - - [2026-02-05 01:53:24] "POST /neutron/port HTTP/1.1" 200 1120 0.011541 252.241.163.121 - - [2026-02-05 01:53:24] "POST /neutron/network HTTP/1.1" 200 834 0.008672 252.241.163.121 - - [2026-02-05 01:53:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004177 252.241.163.121 - - [2026-02-05 01:53:24] "POST /neutron/subnet HTTP/1.1" 200 693 0.009300 252.241.163.121 - - [2026-02-05 01:53:24] "POST /neutron/port HTTP/1.1" 200 117 0.001358 252.241.163.121 - - [2026-02-05 01:53:24] "POST /neutron/network HTTP/1.1" 200 824 0.010756 252.241.163.121 - - [2026-02-05 01:53:26] "POST /neutron/port HTTP/1.1" 200 1120 0.013357 252.241.163.121 - - [2026-02-05 01:53:26] "POST /neutron/security_group HTTP/1.1" 200 2000 0.007962 252.241.163.121 - - [2026-02-05 01:53:26] "POST /neutron/port HTTP/1.1" 200 1120 0.015597 252.241.163.121 - - [2026-02-05 01:53:26] "POST /neutron/security_group HTTP/1.1" 200 2000 0.013695 252.241.163.121 - - [2026-02-05 01:53:26] "POST /neutron/port HTTP/1.1" 200 1120 0.016317 252.241.163.121 - - [2026-02-05 01:53:26] "POST /neutron/security_group HTTP/1.1" 200 2000 0.007273 10.0.0.241 - - [2026-02-05 01:53:26] "GET /virtual-machine/aef5388d-dad1-4962-87a4-e62bbbc2cbb6 HTTP/1.1" 401 297 0.000479 10.0.0.241 - - [2026-02-05 01:53:27] "GET /virtual-machine/aef5388d-dad1-4962-87a4-e62bbbc2cbb6 HTTP/1.1" 200 1297 0.038111 10.0.0.241 - - [2026-02-05 01:53:27] "GET /virtual-machine-interface/212933dd-a7ce-4aaa-bb1d-c16719e9c9f7 HTTP/1.1" 200 2958 0.005556 10.0.0.241 - - [2026-02-05 01:53:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.241 - - [2026-02-05 01:53:27] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.004156 10.0.0.241 - - [2026-02-05 01:53:27] "GET /virtual-networks?parent_id=22a6f3ab-ebf2-405d-b920-76d4a8d8938a&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003584 10.0.0.241 - - [2026-02-05 01:53:27] "GET /virtual-network/822cd58f-961c-42f9-9ccd-e45d81449f48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006170 252.241.163.121 - - [2026-02-05 01:53:30] "POST /neutron/port HTTP/1.1" 200 1120 0.013062 252.241.163.121 - - [2026-02-05 01:53:30] "POST /neutron/security_group HTTP/1.1" 200 2000 0.006147 252.241.163.121 - - [2026-02-05 01:53:30] "POST /neutron/port HTTP/1.1" 200 1120 0.014490 252.241.163.121 - - [2026-02-05 01:53:30] "POST /neutron/security_group HTTP/1.1" 200 2000 0.006435 10.0.0.241 - - [2026-02-05 01:53:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005278 10.0.0.241 - - [2026-02-05 01:53:30] "GET /virtual-network/822cd58f-961c-42f9-9ccd-e45d81449f48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007947 252.241.163.121 - - [2026-02-05 01:53:30] "POST /neutron/port HTTP/1.1" 200 1120 0.025062 252.241.163.121 - - [2026-02-05 01:53:30] "POST /neutron/security_group HTTP/1.1" 200 2000 0.008523 252.241.163.121 - - [2026-02-05 01:53:31] "POST /neutron/port HTTP/1.1" 200 1119 0.015095 252.241.163.121 - - [2026-02-05 01:53:31] "POST /neutron/security_group HTTP/1.1" 200 2000 0.008565 252.241.163.121 - - [2026-02-05 01:53:32] "POST /neutron/port HTTP/1.1" 200 1119 0.015127 252.241.163.121 - - [2026-02-05 01:53:32] "POST /neutron/security_group HTTP/1.1" 200 2000 0.006224 252.241.163.121 - - [2026-02-05 01:53:32] "POST /neutron/port HTTP/1.1" 200 1119 0.014649 252.241.163.121 - - [2026-02-05 01:53:32] "POST /neutron/security_group HTTP/1.1" 200 2000 0.007998 10.0.0.241 - - [2026-02-05 01:53:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.241 - - [2026-02-05 01:53:32] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.003369 10.0.0.241 - - [2026-02-05 01:53:33] "GET /virtual-networks?parent_id=22a6f3ab-ebf2-405d-b920-76d4a8d8938a&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003351 10.0.0.241 - - [2026-02-05 01:53:33] "GET /virtual-network/822cd58f-961c-42f9-9ccd-e45d81449f48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006999 252.241.163.121 - - [2026-02-05 01:53:33] "POST /neutron/port HTTP/1.1" 200 1119 0.015908 252.241.163.121 - - [2026-02-05 01:53:33] "POST /neutron/security_group HTTP/1.1" 200 2000 0.007104 252.241.163.121 - - [2026-02-05 01:53:33] "POST /neutron/port HTTP/1.1" 200 1119 0.013502 252.241.163.121 - - [2026-02-05 01:53:33] "POST /neutron/security_group HTTP/1.1" 200 2000 0.007702 252.241.163.121 - - [2026-02-05 01:53:33] "POST /neutron/port HTTP/1.1" 200 1119 0.013044 252.241.163.121 - - [2026-02-05 01:53:33] "POST /neutron/security_group HTTP/1.1" 200 2000 0.006420 252.241.163.121 - - [2026-02-05 01:53:33] "POST /neutron/port HTTP/1.1" 200 1119 0.012769 252.241.163.121 - - [2026-02-05 01:53:33] "POST /neutron/security_group HTTP/1.1" 200 2000 0.007040 10.0.0.241 - - [2026-02-05 01:53:33] "GET /virtual-machine/3b37d67d-55f3-4369-a7c8-62ccedc0cbb2 HTTP/1.1" 200 1297 0.006568 10.0.0.241 - - [2026-02-05 01:53:33] "GET /virtual-machine-interface/d3765835-8070-4980-a0a5-14ffd2374eff HTTP/1.1" 200 2971 0.005949 10.0.0.241 - - [2026-02-05 01:53:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004871 10.0.0.241 - - [2026-02-05 01:53:34] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.003778 10.0.0.241 - - [2026-02-05 01:53:34] "GET /virtual-networks?parent_id=22a6f3ab-ebf2-405d-b920-76d4a8d8938a&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003424 10.0.0.241 - - [2026-02-05 01:53:34] "GET /virtual-network/64474bec-ad58-43e2-9d69-f892252049af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.007806 10.0.0.241 - - [2026-02-05 01:53:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.241 - - [2026-02-05 01:53:35] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.002859 10.0.0.241 - - [2026-02-05 01:53:35] "GET /virtual-networks?parent_id=22a6f3ab-ebf2-405d-b920-76d4a8d8938a&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003537 10.0.0.241 - - [2026-02-05 01:53:35] "GET /virtual-network/64474bec-ad58-43e2-9d69-f892252049af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005558 10.0.0.241 - - [2026-02-05 01:53:39] "DELETE /project/22a6f3abebf2405db92076d4a8d8938a HTTP/1.1" 404 173 0.006439 10.0.0.241 - - [2026-02-05 01:53:39] "GET /projects?obj_uuids=1a2ca4a3-0d3a-4d99-9962-5ee05d86a15e&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000915 10.0.0.241 - - [2026-02-05 01:53:39] "GET /project/1a2ca4a3-0d3a-4d99-9962-5ee05d86a15e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.029925 10.0.0.241 - - [2026-02-05 01:53:39] "GET /projects?obj_uuids=1a2ca4a3-0d3a-4d99-9962-5ee05d86a15e&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001402 10.0.0.241 - - [2026-02-05 01:53:39] "GET /project/1a2ca4a3-0d3a-4d99-9962-5ee05d86a15e?fields=security_groups HTTP/1.1" 200 1343 0.077667 10.0.0.241 - - [2026-02-05 01:53:39] "DELETE /security-group/ea1942cd-6905-47e8-8c24-c09ca142750a HTTP/1.1" 200 115 0.034075 10.0.0.241 - - [2026-02-05 01:53:39] "GET /projects?obj_uuids=1a2ca4a3-0d3a-4d99-9962-5ee05d86a15e&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001209 10.0.0.241 - - [2026-02-05 01:53:39] "DELETE /access-control-list/839c5bf9-3777-4478-81d6-63348288b83d HTTP/1.1" 200 115 0.028068 10.0.0.241 - - [2026-02-05 01:53:39] "GET /project/1a2ca4a3-0d3a-4d99-9962-5ee05d86a15e?fields=application_policy_sets HTTP/1.1" 200 1382 0.032022 10.0.0.241 - - [2026-02-05 01:53:39] "DELETE /access-control-list/896d4ddc-f321-4da4-800e-027937911fc5 HTTP/1.1" 200 115 0.027608 252.241.163.121 - - [2026-02-05 01:53:39] "POST /neutron/router HTTP/1.1" 200 654 0.006151 10.0.0.241 - - [2026-02-05 01:53:39] "DELETE /project/1a2ca4a3-0d3a-4d99-9962-5ee05d86a15e HTTP/1.1" 200 115 0.345645 10.0.0.241 - - [2026-02-05 01:53:39] "POST /ref-update HTTP/1.1" 200 156 0.014302 252.241.163.121 - - [2026-02-05 01:53:39] "POST /neutron/router HTTP/1.1" 200 344 0.108406 252.241.163.121 - - [2026-02-05 01:53:39] "POST /neutron/router HTTP/1.1" 200 654 0.005798 10.0.0.241 - - [2026-02-05 01:53:39] "GET /logical-router/e9d0530b-8ade-4688-a1d1-fbef79e7a83a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1977 0.003746 10.0.0.241 - - [2026-02-05 01:53:39] "GET /service-instance/074861ba-0cd9-4186-b120-45312de4cf68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.005731 10.0.0.241 - - [2026-02-05 01:53:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002758 252.241.163.121 - - [2026-02-05 01:53:39] "POST /neutron/router HTTP/1.1" 200 151 0.061208 10.0.0.241 - - [2026-02-05 01:53:39] "DELETE /route-target/2abf6e73-4449-4174-8c3e-5e181f332d8e HTTP/1.1" 409 241 0.004418 10.0.0.241 - - [2026-02-05 01:53:39] "PUT /logical-router/e9d0530b-8ade-4688-a1d1-fbef79e7a83a HTTP/1.1" 404 171 0.003969 10.0.0.241 - - [2026-02-05 01:53:39] "POST /ref-update HTTP/1.1" 200 156 0.017288 10.0.0.241 - - [2026-02-05 01:53:39] "DELETE /route-table/c79feb8a-c7eb-4b8d-a85c-b908f9c586e2 HTTP/1.1" 200 115 0.032219 10.0.0.241 - - [2026-02-05 01:53:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.241 - - [2026-02-05 01:53:39] "PUT /routing-instance/57788fda-8a13-4979-857c-224d2edc21ca HTTP/1.1" 200 268 0.018935 10.0.0.241 - - [2026-02-05 01:53:39] "GET /virtual-network/6ecc9de2-0aad-415a-9494-079b74a005cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.011138 10.0.0.241 - - [2026-02-05 01:53:39] "POST /ref-update HTTP/1.1" 200 156 0.011636 252.241.163.121 - - [2026-02-05 01:53:39] "POST /neutron/network HTTP/1.1" 200 830 0.008551 10.0.0.241 - - [2026-02-05 01:53:39] "POST /ref-update HTTP/1.1" 200 156 0.010775 10.0.0.241 - - [2026-02-05 01:53:40] "DELETE /instance-ip/268213dd-1f3e-4aad-9cde-b7d2c0ac475b HTTP/1.1" 200 115 0.049053 252.241.163.121 - - [2026-02-05 01:53:40] "POST /neutron/network HTTP/1.1" 400 204 0.064586 10.0.0.241 - - [2026-02-05 01:53:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005810 10.0.0.241 - - [2026-02-05 01:53:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002598 10.0.0.241 - - [2026-02-05 01:53:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002370 10.0.0.241 - - [2026-02-05 01:53:40] "DELETE /virtual-network/6ecc9de2-0aad-415a-9494-079b74a005cc HTTP/1.1" 200 115 0.151465 10.0.0.241 - - [2026-02-05 01:53:40] "DELETE /route-target/3537c596-7a64-41d8-a04b-415eba1a5f51 HTTP/1.1" 200 115 0.042573 10.0.0.241 - - [2026-02-05 01:53:40] "DELETE /service-instance/074861ba-0cd9-4186-b120-45312de4cf68 HTTP/1.1" 200 115 0.050762 10.0.0.241 - - [2026-02-05 01:53:40] "GET /logical-router/e9d0530b-8ade-4688-a1d1-fbef79e7a83a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002504 10.0.0.241 - - [2026-02-05 01:53:40] "GET /service-instance/074861ba-0cd9-4186-b120-45312de4cf68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002866 10.0.0.241 - - [2026-02-05 01:53:40] "GET /virtual-machine-interface/57be9a5a-cb38-4def-9e18-0a9b52e1ec56?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1331 0.005478 10.0.0.241 - - [2026-02-05 01:53:40] "DELETE /virtual-machine-interface/57be9a5a-cb38-4def-9e18-0a9b52e1ec56 HTTP/1.1" 200 115 0.033607 10.0.0.241 - - [2026-02-05 01:53:40] "GET /virtual-machine-interface/17a70397-ccde-4011-9f88-92ce138b143d?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1651 0.009811 10.0.0.241 - - [2026-02-05 01:53:40] "POST /ref-update HTTP/1.1" 200 156 0.021575 10.0.0.241 - - [2026-02-05 01:53:40] "GET /instance-ip/f96ececa-bb27-4107-bed5-c2caad43ecae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2089 0.006518 252.241.163.121 - - [2026-02-05 01:53:40] "POST /neutron/port HTTP/1.1" 200 1119 0.018122 252.241.163.121 - - [2026-02-05 01:53:40] "POST /neutron/port HTTP/1.1" 200 1120 0.012242 10.0.0.241 - - [2026-02-05 01:53:40] "DELETE /virtual-machine-interface/17a70397-ccde-4011-9f88-92ce138b143d HTTP/1.1" 200 115 0.039787 252.241.163.121 - - [2026-02-05 01:53:40] "POST /neutron/port HTTP/1.1" 200 1109 0.018914 10.0.0.241 - - [2026-02-05 01:53:40] "POST /ref-update HTTP/1.1" 200 156 0.018006 252.241.163.121 - - [2026-02-05 01:53:40] "POST /neutron/port HTTP/1.1" 200 1110 0.014082 10.0.0.241 - - [2026-02-05 01:53:40] "DELETE /virtual-machine/f118d1e9-64a8-45ca-a6ea-0a03cc1f38de HTTP/1.1" 200 115 0.045726 10.0.0.241 - - [2026-02-05 01:53:40] "GET /virtual-machine-interface/b687f832-fb40-423e-835d-f4f266511b91?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1331 0.006409 10.0.0.241 - - [2026-02-05 01:53:41] "DELETE /virtual-machine-interface/b687f832-fb40-423e-835d-f4f266511b91 HTTP/1.1" 200 115 0.181215 10.0.0.241 - - [2026-02-05 01:53:41] "GET /virtual-machine-interface/f67a8c39-2670-4a24-8b98-b1680314b8e2?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1652 0.007955 252.241.163.121 - - [2026-02-05 01:53:41] "POST /neutron/port HTTP/1.1" 200 151 0.324539 252.241.163.121 - - [2026-02-05 01:53:41] "POST /neutron/port HTTP/1.1" 200 151 0.315602 10.0.0.241 - - [2026-02-05 01:53:41] "POST /ref-update HTTP/1.1" 200 156 0.016815 10.0.0.241 - - [2026-02-05 01:53:41] "GET /instance-ip/f96ececa-bb27-4107-bed5-c2caad43ecae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1690 0.005398 10.0.0.241 - - [2026-02-05 01:53:41] "DELETE /instance-ip/f96ececa-bb27-4107-bed5-c2caad43ecae HTTP/1.1" 200 115 0.026951 10.0.0.241 - - [2026-02-05 01:53:41] "DELETE /virtual-machine-interface/f67a8c39-2670-4a24-8b98-b1680314b8e2 HTTP/1.1" 200 115 0.046525 10.0.0.241 - - [2026-02-05 01:53:41] "DELETE /virtual-machine/22098022-753b-4b9e-a8f7-bca4fd8d4ca0 HTTP/1.1" 200 115 0.031479 252.241.163.121 - - [2026-02-05 01:53:42] "POST /neutron/network HTTP/1.1" 200 830 0.006785 10.0.0.241 - - [2026-02-05 01:53:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003748 10.0.0.241 - - [2026-02-05 01:53:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004270 10.0.0.241 - - [2026-02-05 01:53:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003845 252.241.163.121 - - [2026-02-05 01:53:42] "POST /neutron/network HTTP/1.1" 200 151 0.095064 10.0.0.241 - - [2026-02-05 01:53:42] "DELETE /route-target/299526ba-60dd-4f77-963d-edfa3bce234c HTTP/1.1" 200 115 0.017535 252.241.163.121 - - [2026-02-05 01:53:42] "POST /neutron/network HTTP/1.1" 200 824 0.006260 10.0.0.241 - - [2026-02-05 01:53:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002631 10.0.0.241 - - [2026-02-05 01:53:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002902 10.0.0.241 - - [2026-02-05 01:53:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003146 252.241.163.121 - - [2026-02-05 01:53:42] "POST /neutron/network HTTP/1.1" 200 151 0.084948 10.0.0.241 - - [2026-02-05 01:53:42] "DELETE /route-target/8574dd8c-9f10-4928-b034-5aa3b7456332 HTTP/1.1" 200 115 0.018764 10.0.0.241 - - [2026-02-05 01:53:42] "GET /projects?obj_uuids=22a6f3ab-ebf2-405d-b920-76d4a8d8938a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001353 10.0.0.241 - - [2026-02-05 01:53:42] "GET /project/22a6f3ab-ebf2-405d-b920-76d4a8d8938a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.026090 10.0.0.241 - - [2026-02-05 01:53:42] "GET /projects?obj_uuids=22a6f3ab-ebf2-405d-b920-76d4a8d8938a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002146 10.0.0.241 - - [2026-02-05 01:53:42] "GET /project/22a6f3ab-ebf2-405d-b920-76d4a8d8938a?fields=virtual_networks HTTP/1.1" 200 1039 0.075782 10.0.0.241 - - [2026-02-05 01:53:43] "GET /projects?obj_uuids=22a6f3ab-ebf2-405d-b920-76d4a8d8938a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001195 10.0.0.241 - - [2026-02-05 01:53:43] "GET /project/22a6f3ab-ebf2-405d-b920-76d4a8d8938a?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.027506 10.0.0.241 - - [2026-02-05 01:53:43] "GET /projects?obj_uuids=22a6f3ab-ebf2-405d-b920-76d4a8d8938a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002624 10.0.0.241 - - [2026-02-05 01:53:43] "GET /project/22a6f3ab-ebf2-405d-b920-76d4a8d8938a?fields=security_groups HTTP/1.1" 200 1268 0.029104 10.0.0.241 - - [2026-02-05 01:53:43] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001185 10.0.0.241 - - [2026-02-05 01:53:43] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 944 0.007679 10.0.0.241 - - [2026-02-05 01:53:44] "POST /fqname-to-id HTTP/1.1" 404 194 0.034024 10.0.0.241 - - [2026-02-05 01:53:44] "GET /projects?obj_uuids=5b2b5108-7370-49ed-8fea-c2482e671903&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002687 10.0.0.241 - - [2026-02-05 01:53:44] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001089 10.0.0.241 - - [2026-02-05 01:53:44] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 974 0.007446 10.0.0.241 - - [2026-02-05 01:53:44] "POST /id-to-fqname HTTP/1.1" 200 196 0.001524 10.0.0.241 - - [2026-02-05 01:53:44] "POST /fqname-to-id HTTP/1.1" 404 205 0.003532 10.0.0.241 - - [2026-02-05 01:53:44] "POST /security-groups HTTP/1.1" 200 591 0.065419 10.0.0.241 - - [2026-02-05 01:53:44] "POST /fqname-to-id HTTP/1.1" 404 240 0.003397 10.0.0.241 - - [2026-02-05 01:53:44] "POST /projects HTTP/1.1" 200 593 0.215511 10.0.0.241 - - [2026-02-05 01:53:44] "POST /access-control-lists HTTP/1.1" 200 606 0.059419 10.0.0.241 - - [2026-02-05 01:53:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.290064 10.0.0.241 - - [2026-02-05 01:53:44] "POST /fqname-to-id HTTP/1.1" 404 239 0.003251 10.0.0.241 - - [2026-02-05 01:53:44] "GET /project/5b2b5108-7370-49ed-8fea-c2482e671903?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.437343 10.0.0.241 - - [2026-02-05 01:53:44] "POST /access-control-lists HTTP/1.1" 200 604 0.066860 10.0.0.241 - - [2026-02-05 01:53:45] "GET / HTTP/1.1" 200 36499 0.001956 10.0.0.241 - - [2026-02-05 01:53:46] "POST /fqname-to-id HTTP/1.1" 401 297 0.000648 10.0.0.241 - - [2026-02-05 01:53:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.071228 10.0.0.241 - - [2026-02-05 01:53:47] "GET /projects?obj_uuids=5b2b5108-7370-49ed-8fea-c2482e671903&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001013 10.0.0.241 - - [2026-02-05 01:53:47] "GET /project/5b2b5108-7370-49ed-8fea-c2482e671903?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.025487 252.241.163.121 - - [2026-02-05 01:53:47] "POST /neutron/network HTTP/1.1" 200 117 0.037748 10.0.0.241 - - [2026-02-05 01:53:47] "GET /projects?obj_uuids=5b2b5108-7370-49ed-8fea-c2482e671903&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001128 252.241.163.121 - - [2026-02-05 01:53:47] "POST /neutron/network HTTP/1.1" 200 611 0.074453 10.0.0.241 - - [2026-02-05 01:53:47] "POST /route-targets HTTP/1.1" 200 329 0.012108 10.0.0.241 - - [2026-02-05 01:53:47] "POST /ref-update HTTP/1.1" 200 156 0.011676 10.0.0.241 - - [2026-02-05 01:53:47] "POST /useragent-kv HTTP/1.1" 200 115 0.003555 252.241.163.121 - - [2026-02-05 01:53:47] "POST /neutron/subnet HTTP/1.1" 200 729 0.206044 10.0.0.241 - - [2026-02-05 01:53:47] "POST /fqname-to-id HTTP/1.1" 401 297 0.000458 10.0.0.241 - - [2026-02-05 01:53:47] "POST /useragent-kv HTTP/1.1" 200 115 0.004410 252.241.163.121 - - [2026-02-05 01:53:47] "POST /neutron/subnet HTTP/1.1" 200 828 0.174501 252.241.163.121 - - [2026-02-05 01:53:48] "POST /neutron/network HTTP/1.1" 200 1005 0.008452 10.0.0.241 - - [2026-02-05 01:53:48] "POST /id-to-fqname HTTP/1.1" 200 226 0.001451 10.0.0.241 - - [2026-02-05 01:53:48] "GET /virtual-network/0e222c89-f4b7-49d2-a842-316f5daacc61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.005505 252.241.163.121 - - [2026-02-05 01:53:48] "POST /neutron/network HTTP/1.1" 200 1005 0.008362 10.0.0.241 - - [2026-02-05 01:53:48] "GET /virtual-network/0e222c89-f4b7-49d2-a842-316f5daacc61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.005518 252.241.163.121 - - [2026-02-05 01:53:48] "POST /neutron/network HTTP/1.1" 200 1005 0.011123 10.0.0.241 - - [2026-02-05 01:53:48] "POST /fqname-to-id HTTP/1.1" 404 207 0.030419 252.241.163.121 - - [2026-02-05 01:53:48] "POST /neutron/subnet HTTP/1.1" 200 729 0.007905 252.241.163.121 - - [2026-02-05 01:53:48] "POST /neutron/subnet HTTP/1.1" 200 828 0.007430 10.0.0.241 - - [2026-02-05 01:53:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.241 - - [2026-02-05 01:53:48] "GET /projects?obj_uuids=5b2b5108-7370-49ed-8fea-c2482e671903&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001066 10.0.0.241 - - [2026-02-05 01:53:48] "GET /project/5b2b5108-7370-49ed-8fea-c2482e671903?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.023826 252.241.163.121 - - [2026-02-05 01:53:48] "POST /neutron/network HTTP/1.1" 200 117 0.011585 10.0.0.241 - - [2026-02-05 01:53:48] "GET /projects?obj_uuids=5b2b5108-7370-49ed-8fea-c2482e671903&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001179 252.241.163.121 - - [2026-02-05 01:53:48] "POST /neutron/network HTTP/1.1" 200 611 0.069286 10.0.0.241 - - [2026-02-05 01:53:48] "POST /route-targets HTTP/1.1" 200 329 0.012763 10.0.0.241 - - [2026-02-05 01:53:48] "POST /ref-update HTTP/1.1" 200 156 0.014233 10.0.0.241 - - [2026-02-05 01:53:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002443 252.241.163.121 - - [2026-02-05 01:53:48] "POST /neutron/subnet HTTP/1.1" 200 734 0.146867 10.0.0.241 - - [2026-02-05 01:53:49] "POST /fqname-to-id HTTP/1.1" 404 207 0.004667 10.0.0.241 - - [2026-02-05 01:53:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003874 252.241.163.121 - - [2026-02-05 01:53:49] "POST /neutron/subnet HTTP/1.1" 200 828 0.135077 252.241.163.121 - - [2026-02-05 01:53:49] "POST /neutron/network HTTP/1.1" 200 1006 0.009158 10.0.0.241 - - [2026-02-05 01:53:49] "POST /id-to-fqname HTTP/1.1" 200 226 0.001650 10.0.0.241 - - [2026-02-05 01:53:49] "GET /virtual-network/81a3e792-ca00-4716-88a1-b152ee6fedbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.005027 252.241.163.121 - - [2026-02-05 01:53:49] "POST /neutron/network HTTP/1.1" 200 1006 0.008382 10.0.0.241 - - [2026-02-05 01:53:49] "GET /virtual-network/81a3e792-ca00-4716-88a1-b152ee6fedbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.007621 252.241.163.121 - - [2026-02-05 01:53:49] "POST /neutron/network HTTP/1.1" 200 1006 0.007746 252.241.163.121 - - [2026-02-05 01:53:49] "POST /neutron/subnet HTTP/1.1" 200 734 0.008041 252.241.163.121 - - [2026-02-05 01:53:49] "POST /neutron/subnet HTTP/1.1" 200 828 0.007113 10.0.0.241 - - [2026-02-05 01:53:49] "POST /fqname-to-id HTTP/1.1" 404 232 0.003309 10.0.0.241 - - [2026-02-05 01:53:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002638 10.0.0.241 - - [2026-02-05 01:53:49] "GET /projects?obj_uuids=5b2b5108-7370-49ed-8fea-c2482e671903&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001183 10.0.0.241 - - [2026-02-05 01:53:49] "GET /project/5b2b5108-7370-49ed-8fea-c2482e671903?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.028926 10.0.0.241 - - [2026-02-05 01:53:49] "POST /network-policys HTTP/1.1" 200 579 0.059461 10.0.0.241 - - [2026-02-05 01:53:49] "GET /network-policy/13a69034-d44e-4468-b2ab-cee963bd467b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3122 0.005512 252.241.163.121 - - [2026-02-05 01:53:49] "POST /neutron/network HTTP/1.1" 200 1005 0.009528 10.0.0.241 - - [2026-02-05 01:53:49] "POST /fqname-to-id HTTP/1.1" 404 240 0.003762 10.0.0.241 - - [2026-02-05 01:53:49] "POST /fqname-to-id HTTP/1.1" 404 207 0.004433 252.241.163.121 - - [2026-02-05 01:53:49] "POST /neutron/network HTTP/1.1" 200 1111 0.057427 10.0.0.241 - - [2026-02-05 01:53:49] "POST /access-control-lists HTTP/1.1" 200 598 0.076261 252.241.163.121 - - [2026-02-05 01:53:49] "POST /neutron/network HTTP/1.1" 200 1111 0.018085 10.0.0.241 - - [2026-02-05 01:53:50] "GET /virtual-network/0e222c89-f4b7-49d2-a842-316f5daacc61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.006717 10.0.0.241 - - [2026-02-05 01:53:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.241 - - [2026-02-05 01:53:50] "GET /network-policy/13a69034-d44e-4468-b2ab-cee963bd467b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3122 0.004259 252.241.163.121 - - [2026-02-05 01:53:50] "POST /neutron/network HTTP/1.1" 200 1006 0.015267 10.0.0.241 - - [2026-02-05 01:53:50] "GET /obj-perms HTTP/1.1" 200 6393 0.060836 10.0.0.241 - - [2026-02-05 01:53:50] "POST /fqname-to-id HTTP/1.1" 404 207 0.006235 10.0.0.241 - - [2026-02-05 01:53:50] "POST /fqname-to-id HTTP/1.1" 404 240 0.004145 252.241.163.121 - - [2026-02-05 01:53:50] "POST /neutron/network HTTP/1.1" 200 1112 0.056328 10.0.0.241 - - [2026-02-05 01:53:50] "POST /access-control-lists HTTP/1.1" 200 598 0.064446 252.241.163.121 - - [2026-02-05 01:53:50] "POST /neutron/network HTTP/1.1" 200 1112 0.009833 10.0.0.241 - - [2026-02-05 01:53:50] "POST /ref-update HTTP/1.1" 200 156 0.013908 10.0.0.241 - - [2026-02-05 01:53:50] "GET /virtual-network/81a3e792-ca00-4716-88a1-b152ee6fedbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2973 0.006114 10.0.0.241 - - [2026-02-05 01:53:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656 10.0.0.241 - - [2026-02-05 01:53:50] "GET /network-policy/13a69034-d44e-4468-b2ab-cee963bd467b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3122 0.003964 10.0.0.241 - - [2026-02-05 01:53:50] "GET /domains HTTP/1.1" 401 297 0.000704 10.0.0.241 - - [2026-02-05 01:53:50] "PUT /access-control-list/cfd927c4-ca00-4228-84f3-c93b38412246 HTTP/1.1" 200 274 0.058692 10.0.0.241 - - [2026-02-05 01:53:50] "GET /obj-perms HTTP/1.1" 200 6393 0.062515 10.0.0.241 - - [2026-02-05 01:53:50] "GET /domains HTTP/1.1" 200 440 0.030391 10.0.0.241 - - [2026-02-05 01:53:50] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001301 10.0.0.241 - - [2026-02-05 01:53:50] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd HTTP/1.1" 200 1505 0.014142 10.0.0.241 - - [2026-02-05 01:53:50] "GET /projects?obj_uuids=5b2b5108-7370-49ed-8fea-c2482e671903&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001499 10.0.0.241 - - [2026-02-05 01:53:51] "GET /project/5b2b5108-7370-49ed-8fea-c2482e671903 HTTP/1.1" 200 2626 0.060635 10.0.0.241 - - [2026-02-05 01:53:51] "GET /virtual-network/0e222c89-f4b7-49d2-a842-316f5daacc61 HTTP/1.1" 200 3513 0.007191 10.0.0.241 - - [2026-02-05 01:53:51] "GET /virtual-network/0e222c89-f4b7-49d2-a842-316f5daacc61 HTTP/1.1" 200 3513 0.005407 10.0.0.241 - - [2026-02-05 01:53:51] "GET /routing-instance/c56e4237-be3b-4f17-8af9-c2011b92220a HTTP/1.1" 200 1800 0.004206 10.0.0.241 - - [2026-02-05 01:53:51] "GET /routing-instance/c56e4237-be3b-4f17-8af9-c2011b92220a HTTP/1.1" 200 1800 0.005990 10.0.0.241 - - [2026-02-05 01:53:51] "GET /route-target/c62fa614-e6d2-431c-b56e-06ae64a42e75 HTTP/1.1" 200 1215 0.003999 10.0.0.241 - - [2026-02-05 01:53:51] "GET /virtual-network/0e222c89-f4b7-49d2-a842-316f5daacc61 HTTP/1.1" 200 3513 0.006186 10.0.0.241 - - [2026-02-05 01:53:51] "GET /routing-instance/c56e4237-be3b-4f17-8af9-c2011b92220a HTTP/1.1" 200 1800 0.005408 10.0.0.241 - - [2026-02-05 01:53:51] "GET /virtual-network/0e222c89-f4b7-49d2-a842-316f5daacc61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.005620 10.0.0.241 - - [2026-02-05 01:53:51] "GET /virtual-network/0e222c89-f4b7-49d2-a842-316f5daacc61 HTTP/1.1" 200 3513 0.005664 10.0.0.241 - - [2026-02-05 01:53:51] "GET /routing-instance/c56e4237-be3b-4f17-8af9-c2011b92220a HTTP/1.1" 200 1800 0.003545 10.0.0.241 - - [2026-02-05 01:53:51] "GET /routing-instance/c56e4237-be3b-4f17-8af9-c2011b92220a HTTP/1.1" 200 1800 0.003801 10.0.0.241 - - [2026-02-05 01:53:51] "GET /route-target/c62fa614-e6d2-431c-b56e-06ae64a42e75 HTTP/1.1" 200 1215 0.004026 10.0.0.241 - - [2026-02-05 01:53:51] "GET /domains HTTP/1.1" 200 440 0.003201 10.0.0.241 - - [2026-02-05 01:53:51] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001246 10.0.0.241 - - [2026-02-05 01:53:51] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd HTTP/1.1" 200 1505 0.008998 10.0.0.241 - - [2026-02-05 01:53:51] "GET /projects?obj_uuids=5b2b5108-7370-49ed-8fea-c2482e671903&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001127 10.0.0.241 - - [2026-02-05 01:53:51] "GET /project/5b2b5108-7370-49ed-8fea-c2482e671903 HTTP/1.1" 200 2626 0.023144 10.0.0.241 - - [2026-02-05 01:53:52] "GET /virtual-network/0e222c89-f4b7-49d2-a842-316f5daacc61 HTTP/1.1" 200 3513 0.006406 10.0.0.241 - - [2026-02-05 01:53:52] "GET /obj-perms HTTP/1.1" 200 6456 0.057759 10.0.0.241 - - [2026-02-05 01:53:52] "GET /domains HTTP/1.1" 200 440 0.003668 10.0.0.241 - - [2026-02-05 01:53:52] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001283 10.0.0.241 - - [2026-02-05 01:53:52] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd HTTP/1.1" 200 1505 0.007639 10.0.0.241 - - [2026-02-05 01:53:52] "GET /projects?obj_uuids=5b2b5108-7370-49ed-8fea-c2482e671903&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001031 10.0.0.241 - - [2026-02-05 01:53:52] "GET /project/5b2b5108-7370-49ed-8fea-c2482e671903 HTTP/1.1" 200 2626 0.029452 10.0.0.241 - - [2026-02-05 01:53:52] "GET /virtual-network/81a3e792-ca00-4716-88a1-b152ee6fedbc HTTP/1.1" 200 3515 0.009482 10.0.0.241 - - [2026-02-05 01:53:52] "GET /virtual-network/81a3e792-ca00-4716-88a1-b152ee6fedbc HTTP/1.1" 200 3515 0.006951 10.0.0.241 - - [2026-02-05 01:53:53] "GET /routing-instance/f2bef883-0110-467b-930c-28d83bdf091e HTTP/1.1" 200 1800 0.004158 10.0.0.241 - - [2026-02-05 01:53:53] "GET /routing-instance/f2bef883-0110-467b-930c-28d83bdf091e HTTP/1.1" 200 1800 0.003911 10.0.0.241 - - [2026-02-05 01:53:53] "GET /route-target/4ec8e969-7d40-4742-8d76-d89e362cf871 HTTP/1.1" 200 1214 0.003955 10.0.0.241 - - [2026-02-05 01:53:53] "GET /virtual-network/81a3e792-ca00-4716-88a1-b152ee6fedbc HTTP/1.1" 200 3515 0.005556 10.0.0.241 - - [2026-02-05 01:53:53] "GET /routing-instance/f2bef883-0110-467b-930c-28d83bdf091e HTTP/1.1" 200 1800 0.006746 10.0.0.241 - - [2026-02-05 01:53:53] "GET /virtual-network/81a3e792-ca00-4716-88a1-b152ee6fedbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2973 0.009919 10.0.0.241 - - [2026-02-05 01:53:53] "GET /virtual-network/81a3e792-ca00-4716-88a1-b152ee6fedbc HTTP/1.1" 200 3515 0.010622 10.0.0.241 - - [2026-02-05 01:53:53] "GET /routing-instance/f2bef883-0110-467b-930c-28d83bdf091e HTTP/1.1" 200 1800 0.005138 10.0.0.241 - - [2026-02-05 01:53:53] "GET /routing-instance/f2bef883-0110-467b-930c-28d83bdf091e HTTP/1.1" 200 1800 0.004348 10.0.0.241 - - [2026-02-05 01:53:53] "GET /route-target/4ec8e969-7d40-4742-8d76-d89e362cf871 HTTP/1.1" 200 1214 0.003891 10.0.0.241 - - [2026-02-05 01:53:53] "GET /domains HTTP/1.1" 200 440 0.003423 10.0.0.241 - - [2026-02-05 01:53:53] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.002000 10.0.0.241 - - [2026-02-05 01:53:53] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd HTTP/1.1" 200 1505 0.009303 10.0.0.241 - - [2026-02-05 01:53:53] "GET /projects?obj_uuids=5b2b5108-7370-49ed-8fea-c2482e671903&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001242 10.0.0.241 - - [2026-02-05 01:53:53] "GET /project/5b2b5108-7370-49ed-8fea-c2482e671903 HTTP/1.1" 200 2626 0.030238 10.0.0.241 - - [2026-02-05 01:53:53] "GET /virtual-network/81a3e792-ca00-4716-88a1-b152ee6fedbc HTTP/1.1" 200 3515 0.005242 10.0.0.241 - - [2026-02-05 01:53:53] "GET /obj-perms HTTP/1.1" 200 6456 0.001974 10.0.0.241 - - [2026-02-05 01:53:54] "GET /virtual-network/81a3e792-ca00-4716-88a1-b152ee6fedbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2973 0.005800 252.241.163.121 - - [2026-02-05 01:53:54] "POST /neutron/network HTTP/1.1" 200 1112 0.007804 10.0.0.241 - - [2026-02-05 01:53:54] "POST /fqname-to-id HTTP/1.1" 404 207 0.004335 252.241.163.121 - - [2026-02-05 01:53:54] "POST /neutron/network HTTP/1.1" 200 1006 0.046460 10.0.0.241 - - [2026-02-05 01:53:54] "DELETE /access-control-list/8b4c039b-9aa6-4b75-9b33-741aafdb6255 HTTP/1.1" 200 115 0.027951 10.0.0.241 - - [2026-02-05 01:53:54] "POST /ref-update HTTP/1.1" 200 156 0.017829 252.241.163.121 - - [2026-02-05 01:53:54] "POST /neutron/network HTTP/1.1" 200 1006 0.007765 10.0.0.241 - - [2026-02-05 01:53:54] "GET /virtual-network/81a3e792-ca00-4716-88a1-b152ee6fedbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.005602 10.0.0.241 - - [2026-02-05 01:53:54] "GET /virtual-network/0e222c89-f4b7-49d2-a842-316f5daacc61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2971 0.005665 252.241.163.121 - - [2026-02-05 01:53:54] "POST /neutron/network HTTP/1.1" 200 1111 0.008366 10.0.0.241 - - [2026-02-05 01:53:54] "POST /fqname-to-id HTTP/1.1" 404 207 0.005500 252.241.163.121 - - [2026-02-05 01:53:54] "POST /neutron/network HTTP/1.1" 200 1005 0.046999 10.0.0.241 - - [2026-02-05 01:53:54] "DELETE /access-control-list/cfd927c4-ca00-4228-84f3-c93b38412246 HTTP/1.1" 200 115 0.026781 10.0.0.241 - - [2026-02-05 01:53:54] "POST /ref-update HTTP/1.1" 200 156 0.013711 252.241.163.121 - - [2026-02-05 01:53:54] "POST /neutron/network HTTP/1.1" 200 1005 0.010347 10.0.0.241 - - [2026-02-05 01:53:54] "GET /virtual-network/0e222c89-f4b7-49d2-a842-316f5daacc61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.005323 10.0.0.241 - - [2026-02-05 01:53:54] "DELETE /network-policy/13a69034-d44e-4468-b2ab-cee963bd467b HTTP/1.1" 200 115 0.023808 252.241.163.121 - - [2026-02-05 01:53:54] "POST /neutron/network HTTP/1.1" 200 1006 0.007232 10.0.0.241 - - [2026-02-05 01:53:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.241 - - [2026-02-05 01:53:54] "POST /useragent-kv HTTP/1.1" 200 115 0.004096 10.0.0.241 - - [2026-02-05 01:53:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003333 10.0.0.241 - - [2026-02-05 01:53:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002604 10.0.0.241 - - [2026-02-05 01:53:54] "POST /useragent-kv HTTP/1.1" 200 115 0.001905 252.241.163.121 - - [2026-02-05 01:53:54] "POST /neutron/network HTTP/1.1" 200 151 0.093017 10.0.0.241 - - [2026-02-05 01:53:54] "DELETE /route-target/4ec8e969-7d40-4742-8d76-d89e362cf871 HTTP/1.1" 200 115 0.024519 10.0.0.241 - - [2026-02-05 01:53:54] "GET /routing-instance/f2bef883-0110-467b-930c-28d83bdf091e HTTP/1.1" 404 171 0.003008 10.0.0.241 - - [2026-02-05 01:53:54] "GET /domains HTTP/1.1" 200 440 0.002906 10.0.0.241 - - [2026-02-05 01:53:54] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001091 10.0.0.241 - - [2026-02-05 01:53:54] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd HTTP/1.1" 200 1505 0.007777 10.0.0.241 - - [2026-02-05 01:53:55] "GET /projects?obj_uuids=5b2b5108-7370-49ed-8fea-c2482e671903&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001244 10.0.0.241 - - [2026-02-05 01:53:55] "GET /project/5b2b5108-7370-49ed-8fea-c2482e671903 HTTP/1.1" 200 2146 0.028240 252.241.163.121 - - [2026-02-05 01:53:55] "POST /neutron/network HTTP/1.1" 200 1005 0.010704 10.0.0.241 - - [2026-02-05 01:53:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003439 10.0.0.241 - - [2026-02-05 01:53:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003888 10.0.0.241 - - [2026-02-05 01:53:55] "POST /useragent-kv HTTP/1.1" 200 115 0.001764 10.0.0.241 - - [2026-02-05 01:53:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003189 10.0.0.241 - - [2026-02-05 01:53:55] "POST /useragent-kv HTTP/1.1" 200 115 0.001704 252.241.163.121 - - [2026-02-05 01:53:55] "POST /neutron/network HTTP/1.1" 200 151 0.086341 10.0.0.241 - - [2026-02-05 01:53:55] "DELETE /route-target/c62fa614-e6d2-431c-b56e-06ae64a42e75 HTTP/1.1" 200 115 0.020155 10.0.0.241 - - [2026-02-05 01:53:55] "GET /routing-instance/c56e4237-be3b-4f17-8af9-c2011b92220a HTTP/1.1" 404 171 0.003158 10.0.0.241 - - [2026-02-05 01:53:55] "GET /domains HTTP/1.1" 200 440 0.003613 10.0.0.241 - - [2026-02-05 01:53:55] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001311 10.0.0.241 - - [2026-02-05 01:53:55] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd HTTP/1.1" 200 1505 0.007767 10.0.0.241 - - [2026-02-05 01:53:55] "GET /projects?obj_uuids=5b2b5108-7370-49ed-8fea-c2482e671903&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001870 10.0.0.241 - - [2026-02-05 01:53:55] "GET /project/5b2b5108-7370-49ed-8fea-c2482e671903 HTTP/1.1" 200 1901 0.028213 10.0.0.241 - - [2026-02-05 01:53:56] "GET /projects?obj_uuids=5b2b5108-7370-49ed-8fea-c2482e671903&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001107 10.0.0.241 - - [2026-02-05 01:53:56] "GET /project/5b2b5108-7370-49ed-8fea-c2482e671903?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.028979 10.0.0.241 - - [2026-02-05 01:53:56] "GET /projects?obj_uuids=5b2b5108-7370-49ed-8fea-c2482e671903&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001213 10.0.0.241 - - [2026-02-05 01:53:56] "GET /project/5b2b5108-7370-49ed-8fea-c2482e671903?fields=virtual_networks HTTP/1.1" 200 1049 0.070584 10.0.0.241 - - [2026-02-05 01:53:56] "GET /projects?obj_uuids=5b2b5108-7370-49ed-8fea-c2482e671903&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001705 10.0.0.241 - - [2026-02-05 01:53:56] "GET /project/5b2b5108-7370-49ed-8fea-c2482e671903?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.027303 10.0.0.241 - - [2026-02-05 01:53:56] "GET /projects?obj_uuids=5b2b5108-7370-49ed-8fea-c2482e671903&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001093 10.0.0.241 - - [2026-02-05 01:53:56] "GET /project/5b2b5108-7370-49ed-8fea-c2482e671903?fields=security_groups HTTP/1.1" 200 1283 0.024494 10.0.0.241 - - [2026-02-05 01:53:57] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001261 10.0.0.241 - - [2026-02-05 01:53:57] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 944 0.008133 10.0.0.241 - - [2026-02-05 01:53:57] "POST /fqname-to-id HTTP/1.1" 404 202 0.036517 10.0.0.241 - - [2026-02-05 01:53:57] "GET /projects?obj_uuids=1269f14e-a976-4f72-a4af-50b09006189b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003417 10.0.0.241 - - [2026-02-05 01:53:57] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001053 10.0.0.241 - - [2026-02-05 01:53:57] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 974 0.007383 10.0.0.241 - - [2026-02-05 01:53:57] "POST /id-to-fqname HTTP/1.1" 200 204 0.002767 10.0.0.241 - - [2026-02-05 01:53:57] "POST /fqname-to-id HTTP/1.1" 404 213 0.002295 10.0.0.241 - - [2026-02-05 01:53:58] "POST /security-groups HTTP/1.1" 200 599 0.068107 10.0.0.241 - - [2026-02-05 01:53:58] "POST /fqname-to-id HTTP/1.1" 404 248 0.003205 10.0.0.241 - - [2026-02-05 01:53:58] "POST /projects HTTP/1.1" 200 609 0.237131 10.0.0.241 - - [2026-02-05 01:53:58] "POST /access-control-lists HTTP/1.1" 200 614 0.062828 10.0.0.241 - - [2026-02-05 01:53:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.320760 10.0.0.241 - - [2026-02-05 01:53:58] "POST /fqname-to-id HTTP/1.1" 404 247 0.003481 10.0.0.241 - - [2026-02-05 01:53:58] "GET /project/1269f14e-a976-4f72-a4af-50b09006189b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.472888 10.0.0.241 - - [2026-02-05 01:53:58] "POST /access-control-lists HTTP/1.1" 200 612 0.063962 10.0.0.241 - - [2026-02-05 01:53:59] "GET / HTTP/1.1" 200 36499 0.002195 10.0.0.241 - - [2026-02-05 01:54:00] "POST /fqname-to-id HTTP/1.1" 401 297 0.000610 10.0.0.241 - - [2026-02-05 01:54:01] "POST /fqname-to-id HTTP/1.1" 404 231 0.075524 10.0.0.241 - - [2026-02-05 01:54:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.241 - - [2026-02-05 01:54:01] "GET /projects?obj_uuids=1269f14e-a976-4f72-a4af-50b09006189b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001141 10.0.0.241 - - [2026-02-05 01:54:01] "GET /project/1269f14e-a976-4f72-a4af-50b09006189b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.026045 10.0.0.241 - - [2026-02-05 01:54:01] "POST /network-policys HTTP/1.1" 200 569 0.060626 10.0.0.241 - - [2026-02-05 01:54:01] "GET /network-policy/9b91f2fd-d6fc-4fb2-b520-6e5d399ddb1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3148 0.005594 10.0.0.241 - - [2026-02-05 01:54:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348 10.0.0.241 - - [2026-02-05 01:54:01] "GET /projects?obj_uuids=1269f14e-a976-4f72-a4af-50b09006189b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001156 10.0.0.241 - - [2026-02-05 01:54:01] "GET /project/1269f14e-a976-4f72-a4af-50b09006189b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.028872 252.241.163.121 - - [2026-02-05 01:54:01] "POST /neutron/network HTTP/1.1" 200 117 0.034962 10.0.0.241 - - [2026-02-05 01:54:01] "GET /projects?obj_uuids=1269f14e-a976-4f72-a4af-50b09006189b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001223 252.241.163.121 - - [2026-02-05 01:54:01] "POST /neutron/network HTTP/1.1" 200 621 0.067164 10.0.0.241 - - [2026-02-05 01:54:01] "POST /route-targets HTTP/1.1" 200 329 0.010225 10.0.0.241 - - [2026-02-05 01:54:01] "POST /ref-update HTTP/1.1" 200 156 0.014011 10.0.0.241 - - [2026-02-05 01:54:02] "POST /useragent-kv HTTP/1.1" 200 115 0.005679 252.241.163.121 - - [2026-02-05 01:54:02] "POST /neutron/subnet HTTP/1.1" 200 715 0.208670 10.0.0.241 - - [2026-02-05 01:54:02] "POST /fqname-to-id HTTP/1.1" 404 207 0.003304 10.0.0.241 - - [2026-02-05 01:54:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002101 252.241.163.121 - - [2026-02-05 01:54:02] "POST /neutron/subnet HTTP/1.1" 200 828 0.166382 252.241.163.121 - - [2026-02-05 01:54:02] "POST /neutron/network HTTP/1.1" 200 1012 0.009265 10.0.0.241 - - [2026-02-05 01:54:02] "POST /id-to-fqname HTTP/1.1" 200 235 0.001683 10.0.0.241 - - [2026-02-05 01:54:02] "GET /virtual-network/01c31b14-cc7e-4e13-91d8-08a526b713f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2656 0.010265 252.241.163.121 - - [2026-02-05 01:54:02] "POST /neutron/network HTTP/1.1" 200 1012 0.008041 10.0.0.241 - - [2026-02-05 01:54:02] "GET /virtual-network/01c31b14-cc7e-4e13-91d8-08a526b713f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2656 0.005535 252.241.163.121 - - [2026-02-05 01:54:02] "POST /neutron/network HTTP/1.1" 200 1012 0.008970 252.241.163.121 - - [2026-02-05 01:54:02] "POST /neutron/subnet HTTP/1.1" 200 715 0.007166 252.241.163.121 - - [2026-02-05 01:54:02] "POST /neutron/subnet HTTP/1.1" 200 828 0.012499 252.241.163.121 - - [2026-02-05 01:54:02] "POST /neutron/network HTTP/1.1" 200 1012 0.009191 10.0.0.241 - - [2026-02-05 01:54:02] "POST /fqname-to-id HTTP/1.1" 404 207 0.007456 10.0.0.241 - - [2026-02-05 01:54:02] "POST /fqname-to-id HTTP/1.1" 404 250 0.006333 252.241.163.121 - - [2026-02-05 01:54:02] "POST /neutron/network HTTP/1.1" 200 1117 0.065783 10.0.0.241 - - [2026-02-05 01:54:03] "POST /access-control-lists HTTP/1.1" 200 609 0.072975 252.241.163.121 - - [2026-02-05 01:54:03] "POST /neutron/network HTTP/1.1" 200 1117 0.008252 10.0.0.241 - - [2026-02-05 01:54:03] "GET /virtual-network/01c31b14-cc7e-4e13-91d8-08a526b713f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2979 0.007853 10.0.0.241 - - [2026-02-05 01:54:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.241 - - [2026-02-05 01:54:03] "GET /network-policy/9b91f2fd-d6fc-4fb2-b520-6e5d399ddb1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3148 0.008449 10.0.0.241 - - [2026-02-05 01:54:03] "GET /domains HTTP/1.1" 401 297 0.000488 10.0.0.241 - - [2026-02-05 01:54:03] "GET /domains HTTP/1.1" 200 440 0.029631 10.0.0.241 - - [2026-02-05 01:54:03] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001091 10.0.0.241 - - [2026-02-05 01:54:03] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd HTTP/1.1" 200 1707 0.008935 10.0.0.241 - - [2026-02-05 01:54:03] "GET /projects?obj_uuids=1269f14e-a976-4f72-a4af-50b09006189b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001173 10.0.0.241 - - [2026-02-05 01:54:03] "GET /project/1269f14e-a976-4f72-a4af-50b09006189b HTTP/1.1" 200 2459 0.029118 10.0.0.241 - - [2026-02-05 01:54:03] "GET /virtual-network/01c31b14-cc7e-4e13-91d8-08a526b713f6 HTTP/1.1" 200 3541 0.007820 10.0.0.241 - - [2026-02-05 01:54:03] "GET /virtual-network/01c31b14-cc7e-4e13-91d8-08a526b713f6 HTTP/1.1" 200 3541 0.006051 10.0.0.241 - - [2026-02-05 01:54:03] "GET /routing-instance/f0cd8b81-4954-4476-a74c-38475ebaad01 HTTP/1.1" 200 1500 0.004749 10.0.0.241 - - [2026-02-05 01:54:03] "GET /routing-instance/f0cd8b81-4954-4476-a74c-38475ebaad01 HTTP/1.1" 200 1500 0.004136 10.0.0.241 - - [2026-02-05 01:54:04] "GET /route-target/cbb902b5-743c-4e81-81f1-0d2657d099b4 HTTP/1.1" 200 1224 0.004006 10.0.0.241 - - [2026-02-05 01:54:04] "GET /virtual-network/01c31b14-cc7e-4e13-91d8-08a526b713f6 HTTP/1.1" 200 3541 0.006247 10.0.0.241 - - [2026-02-05 01:54:04] "GET /routing-instance/f0cd8b81-4954-4476-a74c-38475ebaad01 HTTP/1.1" 200 1500 0.006394 10.0.0.241 - - [2026-02-05 01:54:04] "GET /virtual-network/01c31b14-cc7e-4e13-91d8-08a526b713f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2979 0.005365 10.0.0.241 - - [2026-02-05 01:54:04] "GET /virtual-network/01c31b14-cc7e-4e13-91d8-08a526b713f6 HTTP/1.1" 200 3541 0.005955 10.0.0.241 - - [2026-02-05 01:54:04] "GET /routing-instance/f0cd8b81-4954-4476-a74c-38475ebaad01 HTTP/1.1" 200 1500 0.004502 10.0.0.241 - - [2026-02-05 01:54:04] "GET /routing-instance/f0cd8b81-4954-4476-a74c-38475ebaad01 HTTP/1.1" 200 1500 0.004426 10.0.0.241 - - [2026-02-05 01:54:04] "GET /route-target/cbb902b5-743c-4e81-81f1-0d2657d099b4 HTTP/1.1" 200 1224 0.004115 10.0.0.241 - - [2026-02-05 01:54:04] "GET /domains HTTP/1.1" 200 440 0.004250 10.0.0.241 - - [2026-02-05 01:54:04] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001070 10.0.0.241 - - [2026-02-05 01:54:04] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd HTTP/1.1" 200 1707 0.010400 10.0.0.241 - - [2026-02-05 01:54:04] "GET /projects?obj_uuids=1269f14e-a976-4f72-a4af-50b09006189b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001079 10.0.0.241 - - [2026-02-05 01:54:04] "GET /project/1269f14e-a976-4f72-a4af-50b09006189b HTTP/1.1" 200 2459 0.037553 10.0.0.241 - - [2026-02-05 01:54:04] "GET /virtual-network/01c31b14-cc7e-4e13-91d8-08a526b713f6 HTTP/1.1" 200 3541 0.005085 10.0.0.241 - - [2026-02-05 01:54:05] "GET /obj-perms HTTP/1.1" 200 6472 0.059251 10.0.0.241 - - [2026-02-05 01:54:05] "GET /domains HTTP/1.1" 200 440 0.003326 10.0.0.241 - - [2026-02-05 01:54:05] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001465 10.0.0.241 - - [2026-02-05 01:54:05] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd HTTP/1.1" 200 1707 0.009669 10.0.0.241 - - [2026-02-05 01:54:05] "GET /projects?obj_uuids=1269f14e-a976-4f72-a4af-50b09006189b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001084 10.0.0.241 - - [2026-02-05 01:54:05] "GET /project/1269f14e-a976-4f72-a4af-50b09006189b HTTP/1.1" 200 2459 0.027831 10.0.0.241 - - [2026-02-05 01:54:05] "GET /network-policy/9b91f2fd-d6fc-4fb2-b520-6e5d399ddb1b HTTP/1.1" 200 3474 0.005318 10.0.0.241 - - [2026-02-05 01:54:05] "DELETE /network-policy/9b91f2fd-d6fc-4fb2-b520-6e5d399ddb1b HTTP/1.1" 409 240 0.007415 252.241.163.121 - - [2026-02-05 01:54:05] "POST /neutron/network HTTP/1.1" 200 1117 0.007702 10.0.0.241 - - [2026-02-05 01:54:05] "DELETE /access-control-list/d927b435-0270-4255-ba8f-e6094e281023 HTTP/1.1" 200 115 0.025068 10.0.0.241 - - [2026-02-05 01:54:05] "POST /useragent-kv HTTP/1.1" 200 115 0.005521 10.0.0.241 - - [2026-02-05 01:54:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005099 10.0.0.241 - - [2026-02-05 01:54:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002980 10.0.0.241 - - [2026-02-05 01:54:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001962 10.0.0.241 - - [2026-02-05 01:54:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002064 252.241.163.121 - - [2026-02-05 01:54:05] "POST /neutron/network HTTP/1.1" 200 151 0.104347 10.0.0.241 - - [2026-02-05 01:54:05] "GET /routing-instance/f0cd8b81-4954-4476-a74c-38475ebaad01 HTTP/1.1" 404 171 0.002785 10.0.0.241 - - [2026-02-05 01:54:05] "DELETE /route-target/cbb902b5-743c-4e81-81f1-0d2657d099b4 HTTP/1.1" 200 115 0.018375 10.0.0.241 - - [2026-02-05 01:54:05] "GET /domains HTTP/1.1" 200 440 0.004322 10.0.0.241 - - [2026-02-05 01:54:05] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001111 10.0.0.241 - - [2026-02-05 01:54:05] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd HTTP/1.1" 200 1707 0.007741 10.0.0.241 - - [2026-02-05 01:54:05] "GET /projects?obj_uuids=1269f14e-a976-4f72-a4af-50b09006189b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001270 10.0.0.241 - - [2026-02-05 01:54:06] "GET /project/1269f14e-a976-4f72-a4af-50b09006189b HTTP/1.1" 200 2205 0.024998 10.0.0.241 - - [2026-02-05 01:54:06] "DELETE /network-policy/9b91f2fd-d6fc-4fb2-b520-6e5d399ddb1b HTTP/1.1" 200 115 0.032649 10.0.0.241 - - [2026-02-05 01:54:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.241 - - [2026-02-05 01:54:06] "GET /projects?obj_uuids=1269f14e-a976-4f72-a4af-50b09006189b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001146 10.0.0.241 - - [2026-02-05 01:54:06] "GET /project/1269f14e-a976-4f72-a4af-50b09006189b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.026306 10.0.0.241 - - [2026-02-05 01:54:06] "GET /network-policys?parent_fq_name_str=admin_domain%3Actest-TestBasicPolicyNegativeIpv4v6-89585974&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.004820 10.0.0.241 - - [2026-02-05 01:54:07] "GET /projects?obj_uuids=1269f14e-a976-4f72-a4af-50b09006189b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001800 10.0.0.241 - - [2026-02-05 01:54:07] "GET /project/1269f14e-a976-4f72-a4af-50b09006189b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.030288 10.0.0.241 - - [2026-02-05 01:54:07] "GET /projects?obj_uuids=1269f14e-a976-4f72-a4af-50b09006189b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001357 10.0.0.241 - - [2026-02-05 01:54:07] "GET /project/1269f14e-a976-4f72-a4af-50b09006189b?fields=virtual_networks HTTP/1.1" 200 1065 0.072891 10.0.0.241 - - [2026-02-05 01:54:07] "GET /projects?obj_uuids=1269f14e-a976-4f72-a4af-50b09006189b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001166 10.0.0.241 - - [2026-02-05 01:54:07] "GET /project/1269f14e-a976-4f72-a4af-50b09006189b?fields=virtual_machine_interfaces HTTP/1.1" 200 1065 0.030429 10.0.0.241 - - [2026-02-05 01:54:07] "GET /projects?obj_uuids=1269f14e-a976-4f72-a4af-50b09006189b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001785 10.0.0.241 - - [2026-02-05 01:54:07] "GET /project/1269f14e-a976-4f72-a4af-50b09006189b?fields=security_groups HTTP/1.1" 200 1307 0.032773 10.0.0.241 - - [2026-02-05 01:54:08] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001240 10.0.0.241 - - [2026-02-05 01:54:08] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 944 0.008590 10.0.0.241 - - [2026-02-05 01:54:08] "POST /fqname-to-id HTTP/1.1" 404 188 0.040941 10.0.0.241 - - [2026-02-05 01:54:08] "GET /projects?obj_uuids=dedddbcd-74db-4273-a610-cf25ad669ec4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003227 10.0.0.241 - - [2026-02-05 01:54:08] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001032 10.0.0.241 - - [2026-02-05 01:54:08] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 974 0.007181 10.0.0.241 - - [2026-02-05 01:54:08] "POST /id-to-fqname HTTP/1.1" 200 190 0.001296 10.0.0.241 - - [2026-02-05 01:54:08] "POST /fqname-to-id HTTP/1.1" 404 199 0.003125 10.0.0.241 - - [2026-02-05 01:54:08] "POST /security-groups HTTP/1.1" 200 585 0.064341 10.0.0.241 - - [2026-02-05 01:54:08] "POST /fqname-to-id HTTP/1.1" 404 234 0.003506 10.0.0.241 - - [2026-02-05 01:54:09] "POST /projects HTTP/1.1" 200 581 0.212639 10.0.0.241 - - [2026-02-05 01:54:09] "POST /access-control-lists HTTP/1.1" 200 600 0.063214 10.0.0.241 - - [2026-02-05 01:54:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.293466 10.0.0.241 - - [2026-02-05 01:54:09] "POST /fqname-to-id HTTP/1.1" 404 233 0.003168 10.0.0.241 - - [2026-02-05 01:54:09] "GET /project/dedddbcd-74db-4273-a610-cf25ad669ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.442264 10.0.0.241 - - [2026-02-05 01:54:09] "POST /access-control-lists HTTP/1.1" 200 598 0.080155 10.0.0.241 - - [2026-02-05 01:54:10] "GET / HTTP/1.1" 200 36499 0.001960 10.0.0.241 - - [2026-02-05 01:54:11] "POST /fqname-to-id HTTP/1.1" 401 297 0.000747 10.0.0.241 - - [2026-02-05 01:54:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.074531 10.0.0.241 - - [2026-02-05 01:54:11] "GET /projects?obj_uuids=dedddbcd-74db-4273-a610-cf25ad669ec4&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001494 10.0.0.241 - - [2026-02-05 01:54:11] "GET /project/dedddbcd-74db-4273-a610-cf25ad669ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.029250 252.241.163.121 - - [2026-02-05 01:54:11] "POST /neutron/network HTTP/1.1" 200 117 0.040842 10.0.0.241 - - [2026-02-05 01:54:11] "GET /projects?obj_uuids=dedddbcd-74db-4273-a610-cf25ad669ec4&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001153 252.241.163.121 - - [2026-02-05 01:54:12] "POST /neutron/network HTTP/1.1" 200 605 0.089864 10.0.0.241 - - [2026-02-05 01:54:12] "POST /route-targets HTTP/1.1" 200 329 0.014266 10.0.0.241 - - [2026-02-05 01:54:12] "POST /ref-update HTTP/1.1" 200 156 0.022573 10.0.0.241 - - [2026-02-05 01:54:12] "POST /useragent-kv HTTP/1.1" 200 115 0.007440 252.241.163.121 - - [2026-02-05 01:54:12] "POST /neutron/subnet HTTP/1.1" 200 720 0.205973 252.241.163.121 - - [2026-02-05 01:54:12] "POST /neutron/network HTTP/1.1" 200 823 0.006211 10.0.0.241 - - [2026-02-05 01:54:12] "POST /id-to-fqname HTTP/1.1" 200 220 0.002257 10.0.0.241 - - [2026-02-05 01:54:12] "GET /virtual-network/6a42bc76-7a7a-48e6-acd3-6bd6031991dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005329 252.241.163.121 - - [2026-02-05 01:54:12] "POST /neutron/network HTTP/1.1" 200 823 0.006274 10.0.0.241 - - [2026-02-05 01:54:12] "GET /virtual-network/6a42bc76-7a7a-48e6-acd3-6bd6031991dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005466 252.241.163.121 - - [2026-02-05 01:54:12] "POST /neutron/network HTTP/1.1" 200 823 0.008841 252.241.163.121 - - [2026-02-05 01:54:12] "POST /neutron/subnet HTTP/1.1" 200 720 0.009662 10.0.0.241 - - [2026-02-05 01:54:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.241 - - [2026-02-05 01:54:12] "GET /projects?obj_uuids=dedddbcd-74db-4273-a610-cf25ad669ec4&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001024 10.0.0.241 - - [2026-02-05 01:54:12] "GET /project/dedddbcd-74db-4273-a610-cf25ad669ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.025704 252.241.163.121 - - [2026-02-05 01:54:12] "POST /neutron/network HTTP/1.1" 200 117 0.011884 10.0.0.241 - - [2026-02-05 01:54:12] "GET /projects?obj_uuids=dedddbcd-74db-4273-a610-cf25ad669ec4&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001179 252.241.163.121 - - [2026-02-05 01:54:12] "POST /neutron/network HTTP/1.1" 200 605 0.078990 10.0.0.241 - - [2026-02-05 01:54:12] "POST /route-targets HTTP/1.1" 200 329 0.015283 10.0.0.241 - - [2026-02-05 01:54:12] "POST /ref-update HTTP/1.1" 200 156 0.017611 10.0.0.241 - - [2026-02-05 01:54:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003331 252.241.163.121 - - [2026-02-05 01:54:13] "POST /neutron/subnet HTTP/1.1" 200 725 0.137912 252.241.163.121 - - [2026-02-05 01:54:13] "POST /neutron/network HTTP/1.1" 200 824 0.006176 10.0.0.241 - - [2026-02-05 01:54:13] "POST /id-to-fqname HTTP/1.1" 200 220 0.003538 10.0.0.241 - - [2026-02-05 01:54:13] "GET /virtual-network/648e89eb-ca88-49ce-b6a2-cd0c8aa695cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006678 252.241.163.121 - - [2026-02-05 01:54:13] "POST /neutron/network HTTP/1.1" 200 824 0.005607 10.0.0.241 - - [2026-02-05 01:54:13] "GET /virtual-network/648e89eb-ca88-49ce-b6a2-cd0c8aa695cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005547 252.241.163.121 - - [2026-02-05 01:54:13] "POST /neutron/network HTTP/1.1" 200 824 0.006418 252.241.163.121 - - [2026-02-05 01:54:13] "POST /neutron/subnet HTTP/1.1" 200 725 0.007658 10.0.0.241 - - [2026-02-05 01:54:13] "POST /fqname-to-id HTTP/1.1" 404 226 0.002822 10.0.0.241 - - [2026-02-05 01:54:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002244 10.0.0.241 - - [2026-02-05 01:54:13] "GET /projects?obj_uuids=dedddbcd-74db-4273-a610-cf25ad669ec4&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001189 10.0.0.241 - - [2026-02-05 01:54:13] "GET /project/dedddbcd-74db-4273-a610-cf25ad669ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.029787 10.0.0.241 - - [2026-02-05 01:54:13] "POST /network-policys HTTP/1.1" 200 573 0.018784 10.0.0.241 - - [2026-02-05 01:54:13] "GET /network-policy/f7d35ebc-3321-4a90-9a6b-6a92d5e93627?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2150 0.005516 252.241.163.121 - - [2026-02-05 01:54:13] "POST /neutron/network HTTP/1.1" 200 823 0.006670 10.0.0.241 - - [2026-02-05 01:54:13] "POST /fqname-to-id HTTP/1.1" 404 234 0.003780 252.241.163.121 - - [2026-02-05 01:54:13] "POST /neutron/network HTTP/1.1" 200 923 0.045938 10.0.0.241 - - [2026-02-05 01:54:13] "POST /access-control-lists HTTP/1.1" 200 592 0.065032 252.241.163.121 - - [2026-02-05 01:54:13] "POST /neutron/network HTTP/1.1" 200 923 0.005964 10.0.0.241 - - [2026-02-05 01:54:13] "GET /virtual-network/6a42bc76-7a7a-48e6-acd3-6bd6031991dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005840 10.0.0.241 - - [2026-02-05 01:54:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002809 10.0.0.241 - - [2026-02-05 01:54:14] "GET /network-policy/f7d35ebc-3321-4a90-9a6b-6a92d5e93627?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2150 0.003785 252.241.163.121 - - [2026-02-05 01:54:14] "POST /neutron/network HTTP/1.1" 200 824 0.006297 252.241.163.121 - - [2026-02-05 01:54:14] "POST /neutron/network HTTP/1.1" 200 924 0.088337 10.0.0.241 - - [2026-02-05 01:54:14] "PUT /access-control-list/e4b07a11-2055-44d6-bb6b-aea7b383f7e2 HTTP/1.1" 200 274 0.064602 10.0.0.241 - - [2026-02-05 01:54:14] "POST /fqname-to-id HTTP/1.1" 404 234 0.002808 252.241.163.121 - - [2026-02-05 01:54:14] "POST /neutron/network HTTP/1.1" 200 924 0.005516 10.0.0.241 - - [2026-02-05 01:54:14] "POST /access-control-lists HTTP/1.1" 200 592 0.065164 10.0.0.241 - - [2026-02-05 01:54:14] "GET /virtual-network/648e89eb-ca88-49ce-b6a2-cd0c8aa695cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.009023 10.0.0.241 - - [2026-02-05 01:54:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002703 10.0.0.241 - - [2026-02-05 01:54:14] "POST /ref-update HTTP/1.1" 200 156 0.012611 10.0.0.241 - - [2026-02-05 01:54:14] "GET /network-policy/f7d35ebc-3321-4a90-9a6b-6a92d5e93627?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2150 0.005718 10.0.0.241 - - [2026-02-05 01:54:14] "GET /domains HTTP/1.1" 401 297 0.000449 10.0.0.241 - - [2026-02-05 01:54:14] "GET /domains HTTP/1.1" 200 440 0.032307 10.0.0.241 - - [2026-02-05 01:54:14] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001270 10.0.0.241 - - [2026-02-05 01:54:14] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd HTTP/1.1" 200 1895 0.009418 10.0.0.241 - - [2026-02-05 01:54:14] "GET /projects?obj_uuids=dedddbcd-74db-4273-a610-cf25ad669ec4&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001667 10.0.0.241 - - [2026-02-05 01:54:14] "GET /project/dedddbcd-74db-4273-a610-cf25ad669ec4 HTTP/1.1" 200 2573 0.029535 10.0.0.241 - - [2026-02-05 01:54:15] "GET /virtual-network/6a42bc76-7a7a-48e6-acd3-6bd6031991dc HTTP/1.1" 200 2892 0.007473 10.0.0.241 - - [2026-02-05 01:54:15] "GET /virtual-network/6a42bc76-7a7a-48e6-acd3-6bd6031991dc HTTP/1.1" 200 2892 0.005056 10.0.0.241 - - [2026-02-05 01:54:15] "GET /routing-instance/dcf2971e-9c34-444b-9de3-82993d56f27c HTTP/1.1" 200 1788 0.004342 10.0.0.241 - - [2026-02-05 01:54:15] "GET /routing-instance/dcf2971e-9c34-444b-9de3-82993d56f27c HTTP/1.1" 200 1788 0.004470 10.0.0.241 - - [2026-02-05 01:54:15] "GET /route-target/9044faf3-7c31-45c1-a233-33b0837d2742 HTTP/1.1" 200 1209 0.004579 10.0.0.241 - - [2026-02-05 01:54:15] "GET /virtual-network/6a42bc76-7a7a-48e6-acd3-6bd6031991dc HTTP/1.1" 200 2892 0.007348 10.0.0.241 - - [2026-02-05 01:54:15] "GET /routing-instance/dcf2971e-9c34-444b-9de3-82993d56f27c HTTP/1.1" 200 1788 0.007181 10.0.0.241 - - [2026-02-05 01:54:15] "GET /virtual-network/6a42bc76-7a7a-48e6-acd3-6bd6031991dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005575 10.0.0.241 - - [2026-02-05 01:54:15] "GET /virtual-network/6a42bc76-7a7a-48e6-acd3-6bd6031991dc HTTP/1.1" 200 2892 0.014276 10.0.0.241 - - [2026-02-05 01:54:15] "GET /routing-instance/dcf2971e-9c34-444b-9de3-82993d56f27c HTTP/1.1" 200 1788 0.005544 10.0.0.241 - - [2026-02-05 01:54:15] "GET /routing-instance/dcf2971e-9c34-444b-9de3-82993d56f27c HTTP/1.1" 200 1788 0.005113 10.0.0.241 - - [2026-02-05 01:54:15] "GET /route-target/9044faf3-7c31-45c1-a233-33b0837d2742 HTTP/1.1" 200 1209 0.003717 10.0.0.241 - - [2026-02-05 01:54:15] "GET /domains HTTP/1.1" 200 440 0.003105 10.0.0.241 - - [2026-02-05 01:54:15] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001276 10.0.0.241 - - [2026-02-05 01:54:15] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd HTTP/1.1" 200 1895 0.008525 10.0.0.241 - - [2026-02-05 01:54:15] "GET /projects?obj_uuids=dedddbcd-74db-4273-a610-cf25ad669ec4&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001198 10.0.0.241 - - [2026-02-05 01:54:15] "GET /project/dedddbcd-74db-4273-a610-cf25ad669ec4 HTTP/1.1" 200 2573 0.025284 10.0.0.241 - - [2026-02-05 01:54:15] "GET /virtual-network/6a42bc76-7a7a-48e6-acd3-6bd6031991dc HTTP/1.1" 200 2892 0.005285 10.0.0.241 - - [2026-02-05 01:54:16] "GET /obj-perms HTTP/1.1" 200 6444 0.059051 10.0.0.241 - - [2026-02-05 01:54:16] "GET /domains HTTP/1.1" 200 440 0.003270 10.0.0.241 - - [2026-02-05 01:54:16] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001070 10.0.0.241 - - [2026-02-05 01:54:16] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd HTTP/1.1" 200 1895 0.007845 10.0.0.241 - - [2026-02-05 01:54:16] "GET /projects?obj_uuids=dedddbcd-74db-4273-a610-cf25ad669ec4&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001084 10.0.0.241 - - [2026-02-05 01:54:16] "GET /project/dedddbcd-74db-4273-a610-cf25ad669ec4 HTTP/1.1" 200 2573 0.025744 10.0.0.241 - - [2026-02-05 01:54:16] "GET /virtual-network/648e89eb-ca88-49ce-b6a2-cd0c8aa695cd HTTP/1.1" 200 2895 0.008257 10.0.0.241 - - [2026-02-05 01:54:16] "GET /virtual-network/648e89eb-ca88-49ce-b6a2-cd0c8aa695cd HTTP/1.1" 200 2895 0.006903 10.0.0.241 - - [2026-02-05 01:54:16] "GET /routing-instance/62b2fd3b-e1bc-44e6-a7fc-ba92f7011cfb HTTP/1.1" 200 1787 0.005166 10.0.0.241 - - [2026-02-05 01:54:17] "GET /routing-instance/62b2fd3b-e1bc-44e6-a7fc-ba92f7011cfb HTTP/1.1" 200 1787 0.004781 10.0.0.241 - - [2026-02-05 01:54:17] "GET /route-target/ba24a762-e637-4556-b930-c80e4b2cf113 HTTP/1.1" 200 1209 0.005403 10.0.0.241 - - [2026-02-05 01:54:17] "GET /virtual-network/648e89eb-ca88-49ce-b6a2-cd0c8aa695cd HTTP/1.1" 200 2895 0.007523 10.0.0.241 - - [2026-02-05 01:54:17] "GET /routing-instance/62b2fd3b-e1bc-44e6-a7fc-ba92f7011cfb HTTP/1.1" 200 1787 0.005189 10.0.0.241 - - [2026-02-05 01:54:17] "GET /virtual-network/648e89eb-ca88-49ce-b6a2-cd0c8aa695cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.006422 10.0.0.241 - - [2026-02-05 01:54:17] "GET /virtual-network/648e89eb-ca88-49ce-b6a2-cd0c8aa695cd HTTP/1.1" 200 2895 0.006549 10.0.0.241 - - [2026-02-05 01:54:17] "GET /routing-instance/62b2fd3b-e1bc-44e6-a7fc-ba92f7011cfb HTTP/1.1" 200 1787 0.006477 10.0.0.241 - - [2026-02-05 01:54:17] "GET /routing-instance/62b2fd3b-e1bc-44e6-a7fc-ba92f7011cfb HTTP/1.1" 200 1787 0.006830 10.0.0.241 - - [2026-02-05 01:54:17] "GET /route-target/ba24a762-e637-4556-b930-c80e4b2cf113 HTTP/1.1" 200 1209 0.003907 10.0.0.241 - - [2026-02-05 01:54:17] "GET /domains HTTP/1.1" 200 440 0.003102 10.0.0.241 - - [2026-02-05 01:54:17] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001057 10.0.0.241 - - [2026-02-05 01:54:17] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd HTTP/1.1" 200 1895 0.007116 10.0.0.241 - - [2026-02-05 01:54:17] "GET /projects?obj_uuids=dedddbcd-74db-4273-a610-cf25ad669ec4&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.002726 10.0.0.241 - - [2026-02-05 01:54:17] "GET /project/dedddbcd-74db-4273-a610-cf25ad669ec4 HTTP/1.1" 200 2573 0.032197 10.0.0.241 - - [2026-02-05 01:54:17] "GET /virtual-network/648e89eb-ca88-49ce-b6a2-cd0c8aa695cd HTTP/1.1" 200 2895 0.006569 10.0.0.241 - - [2026-02-05 01:54:17] "GET /obj-perms HTTP/1.1" 200 6444 0.002191 10.0.0.241 - - [2026-02-05 01:54:18] "POST /id-to-fqname HTTP/1.1" 200 220 0.001512 252.241.163.121 - - [2026-02-05 01:54:18] "POST /neutron/network HTTP/1.1" 200 933 0.011443 252.241.163.121 - - [2026-02-05 01:54:18] "GET /aaa-mode HTTP/1.1" 401 297 0.000572 252.241.163.121 - - [2026-02-05 01:54:18] "GET / HTTP/1.1" 200 36499 0.002018 252.241.163.121 - - [2026-02-05 01:54:18] "GET /project/dedddbcd-74db-4273-a610-cf25ad669ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 297 0.000364 10.0.0.241 - - [2026-02-05 01:54:18] "GET /projects?obj_uuids=dedddbcd-74db-4273-a610-cf25ad669ec4&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001287 252.241.163.121 - - [2026-02-05 01:54:18] "GET /project/dedddbcd-74db-4273-a610-cf25ad669ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.059460 252.241.163.121 - - [2026-02-05 01:54:18] "POST /neutron/network HTTP/1.1" 200 923 0.006437 252.241.163.121 - - [2026-02-05 01:54:19] "POST /neutron/port HTTP/1.1" 200 117 0.005715 252.241.163.121 - - [2026-02-05 01:54:19] "POST /neutron/port HTTP/1.1" 200 117 0.005979 10.0.0.241 - - [2026-02-05 01:54:19] "POST /id-to-fqname HTTP/1.1" 200 220 0.001533 252.241.163.121 - - [2026-02-05 01:54:19] "POST /neutron/port HTTP/1.1" 200 117 0.005171 252.241.163.121 - - [2026-02-05 01:54:19] "POST /neutron/network HTTP/1.1" 200 934 0.006870 252.241.163.121 - - [2026-02-05 01:54:19] "GET /aaa-mode HTTP/1.1" 401 297 0.000551 252.241.163.121 - - [2026-02-05 01:54:19] "POST /neutron/network HTTP/1.1" 200 933 0.006429 252.241.163.121 - - [2026-02-05 01:54:19] "GET / HTTP/1.1" 200 36499 0.002003 252.241.163.121 - - [2026-02-05 01:54:19] "GET /project/dedddbcd-74db-4273-a610-cf25ad669ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 297 0.000524 10.0.0.241 - - [2026-02-05 01:54:19] "GET /projects?obj_uuids=dedddbcd-74db-4273-a610-cf25ad669ec4&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001654 252.241.163.121 - - [2026-02-05 01:54:19] "POST /neutron/port HTTP/1.1" 200 1059 0.230500 252.241.163.121 - - [2026-02-05 01:54:20] "POST /neutron/port HTTP/1.1" 200 1059 0.014067 10.0.0.241 - - [2026-02-05 01:54:20] "GET /projects?obj_uuids=dedddbcd-74db-4273-a610-cf25ad669ec4&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001294 252.241.163.121 - - [2026-02-05 01:54:20] "GET /project/dedddbcd-74db-4273-a610-cf25ad669ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.061688 252.241.163.121 - - [2026-02-05 01:54:20] "POST /neutron/port HTTP/1.1" 200 1059 0.013710 252.241.163.121 - - [2026-02-05 01:54:20] "POST /neutron/network HTTP/1.1" 200 924 0.004654 252.241.163.121 - - [2026-02-05 01:54:20] "POST /neutron/port HTTP/1.1" 200 1109 0.068318 252.241.163.121 - - [2026-02-05 01:54:20] "POST /neutron/port HTTP/1.1" 200 1119 0.020274 252.241.163.121 - - [2026-02-05 01:54:20] "POST /neutron/port HTTP/1.1" 200 1119 0.019030 252.241.163.121 - - [2026-02-05 01:54:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004815 252.241.163.121 - - [2026-02-05 01:54:20] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006135 252.241.163.121 - - [2026-02-05 01:54:20] "POST /neutron/port HTTP/1.1" 200 117 0.009100 252.241.163.121 - - [2026-02-05 01:54:20] "POST /neutron/subnet HTTP/1.1" 200 694 0.014070 252.241.163.121 - - [2026-02-05 01:54:20] "POST /neutron/port HTTP/1.1" 200 117 0.001935 252.241.163.121 - - [2026-02-05 01:54:20] "POST /neutron/network HTTP/1.1" 200 923 0.008095 252.241.163.121 - - [2026-02-05 01:54:20] "POST /neutron/port HTTP/1.1" 200 1119 0.016573 252.241.163.121 - - [2026-02-05 01:54:20] "POST /neutron/security_group HTTP/1.1" 200 2058 0.012238 252.241.163.121 - - [2026-02-05 01:54:20] "POST /neutron/network HTTP/1.1" 200 934 0.007357 10.0.0.241 - - [2026-02-05 01:54:21] "GET /projects?obj_uuids=dedddbcd-74db-4273-a610-cf25ad669ec4&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001425 10.0.0.241 - - [2026-02-05 01:54:21] "PUT /access-control-list/c2f925ef-ac31-4a0b-8d53-6c5874ac6e2c HTTP/1.1" 200 274 0.015472 252.241.163.121 - - [2026-02-05 01:54:21] "POST /neutron/port HTTP/1.1" 200 1060 0.241903 252.241.163.121 - - [2026-02-05 01:54:21] "POST /neutron/port HTTP/1.1" 200 1060 0.013240 252.241.163.121 - - [2026-02-05 01:54:21] "POST /neutron/port HTTP/1.1" 200 1060 0.016108 252.241.163.121 - - [2026-02-05 01:54:21] "POST /neutron/port HTTP/1.1" 200 1110 0.083754 252.241.163.121 - - [2026-02-05 01:54:21] "POST /neutron/port HTTP/1.1" 200 1120 0.014485 252.241.163.121 - - [2026-02-05 01:54:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004156 252.241.163.121 - - [2026-02-05 01:54:21] "POST /neutron/subnet HTTP/1.1" 200 699 0.008031 252.241.163.121 - - [2026-02-05 01:54:21] "POST /neutron/port HTTP/1.1" 200 117 0.001962 252.241.163.121 - - [2026-02-05 01:54:21] "POST /neutron/network HTTP/1.1" 200 924 0.005876 252.241.163.121 - - [2026-02-05 01:54:25] "POST /neutron/port HTTP/1.1" 200 1119 0.014276 252.241.163.121 - - [2026-02-05 01:54:25] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006949 252.241.163.121 - - [2026-02-05 01:54:25] "POST /neutron/port HTTP/1.1" 200 1119 0.013841 252.241.163.121 - - [2026-02-05 01:54:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007081 252.241.163.121 - - [2026-02-05 01:54:26] "POST /neutron/port HTTP/1.1" 200 1119 0.015111 252.241.163.121 - - [2026-02-05 01:54:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009099 10.0.0.241 - - [2026-02-05 01:54:26] "GET /virtual-machine/b0416647-cfbb-4456-8b09-a841ce3d0bde HTTP/1.1" 200 1297 0.006036 10.0.0.241 - - [2026-02-05 01:54:26] "GET /virtual-machine-interface/d73006f9-f887-4e7a-b835-4a0927fc910a HTTP/1.1" 200 2953 0.005385 10.0.0.241 - - [2026-02-05 01:54:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.241 - - [2026-02-05 01:54:26] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.004051 10.0.0.241 - - [2026-02-05 01:54:26] "GET /virtual-networks?parent_id=dedddbcd-74db-4273-a610-cf25ad669ec4&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004648 10.0.0.241 - - [2026-02-05 01:54:26] "GET /virtual-network/6a42bc76-7a7a-48e6-acd3-6bd6031991dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005505 10.0.0.241 - - [2026-02-05 01:54:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004805 10.0.0.241 - - [2026-02-05 01:54:29] "GET /virtual-network/6a42bc76-7a7a-48e6-acd3-6bd6031991dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.006131 252.241.163.121 - - [2026-02-05 01:54:30] "POST /neutron/port HTTP/1.1" 200 1119 0.019355 252.241.163.121 - - [2026-02-05 01:54:30] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009868 252.241.163.121 - - [2026-02-05 01:54:30] "POST /neutron/port HTTP/1.1" 200 1119 0.012782 252.241.163.121 - - [2026-02-05 01:54:30] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006043 252.241.163.121 - - [2026-02-05 01:54:31] "POST /neutron/port HTTP/1.1" 200 1120 0.013630 252.241.163.121 - - [2026-02-05 01:54:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006730 252.241.163.121 - - [2026-02-05 01:54:31] "POST /neutron/port HTTP/1.1" 200 1120 0.013206 252.241.163.121 - - [2026-02-05 01:54:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.016923 252.241.163.121 - - [2026-02-05 01:54:31] "POST /neutron/port HTTP/1.1" 200 1119 0.015041 252.241.163.121 - - [2026-02-05 01:54:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006382 252.241.163.121 - - [2026-02-05 01:54:31] "POST /neutron/port HTTP/1.1" 200 1119 0.013182 252.241.163.121 - - [2026-02-05 01:54:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005985 10.0.0.241 - - [2026-02-05 01:54:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003084 10.0.0.241 - - [2026-02-05 01:54:31] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.004449 10.0.0.241 - - [2026-02-05 01:54:31] "GET /virtual-networks?parent_id=dedddbcd-74db-4273-a610-cf25ad669ec4&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002990 10.0.0.241 - - [2026-02-05 01:54:32] "GET /virtual-network/6a42bc76-7a7a-48e6-acd3-6bd6031991dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.009058 252.241.163.121 - - [2026-02-05 01:54:32] "POST /neutron/port HTTP/1.1" 200 1120 0.012929 252.241.163.121 - - [2026-02-05 01:54:32] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006353 252.241.163.121 - - [2026-02-05 01:54:32] "POST /neutron/port HTTP/1.1" 200 1120 0.013438 252.241.163.121 - - [2026-02-05 01:54:32] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006220 252.241.163.121 - - [2026-02-05 01:54:32] "POST /neutron/port HTTP/1.1" 200 1120 0.014392 252.241.163.121 - - [2026-02-05 01:54:32] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006493 10.0.0.241 - - [2026-02-05 01:54:32] "GET /virtual-machine/09c6aec6-7a39-4d58-8226-c431793909ad HTTP/1.1" 200 1294 0.006630 10.0.0.241 - - [2026-02-05 01:54:32] "GET /virtual-machine-interface/83f54148-462b-47d4-b106-0cedac65b010 HTTP/1.1" 200 2952 0.006504 10.0.0.241 - - [2026-02-05 01:54:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004131 10.0.0.241 - - [2026-02-05 01:54:32] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.003613 10.0.0.241 - - [2026-02-05 01:54:33] "GET /virtual-networks?parent_id=dedddbcd-74db-4273-a610-cf25ad669ec4&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003562 10.0.0.241 - - [2026-02-05 01:54:33] "GET /virtual-network/648e89eb-ca88-49ce-b6a2-cd0c8aa695cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005408 252.241.163.121 - - [2026-02-05 01:54:33] "POST /neutron/port HTTP/1.1" 200 1120 0.014210 252.241.163.121 - - [2026-02-05 01:54:33] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007704 252.241.163.121 - - [2026-02-05 01:54:33] "POST /neutron/port HTTP/1.1" 200 1120 0.015799 252.241.163.121 - - [2026-02-05 01:54:33] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006595 10.0.0.241 - - [2026-02-05 01:54:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.241 - - [2026-02-05 01:54:34] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.003082 10.0.0.241 - - [2026-02-05 01:54:34] "GET /virtual-networks?parent_id=dedddbcd-74db-4273-a610-cf25ad669ec4&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003842 10.0.0.241 - - [2026-02-05 01:54:34] "GET /virtual-network/648e89eb-ca88-49ce-b6a2-cd0c8aa695cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.006729 10.0.0.241 - - [2026-02-05 01:54:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003948 10.0.0.241 - - [2026-02-05 01:54:38] "GET /projects?obj_uuids=dedddbcd-74db-4273-a610-cf25ad669ec4&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001165 10.0.0.241 - - [2026-02-05 01:54:38] "GET /project/dedddbcd-74db-4273-a610-cf25ad669ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.026062 10.0.0.241 - - [2026-02-05 01:54:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.241 - - [2026-02-05 01:54:38] "PUT /network-policy/f7d35ebc-3321-4a90-9a6b-6a92d5e93627 HTTP/1.1" 200 264 0.016251 10.0.0.241 - - [2026-02-05 01:54:38] "PUT /access-control-list/e4b07a11-2055-44d6-bb6b-aea7b383f7e2 HTTP/1.1" 200 274 0.051683 10.0.0.241 - - [2026-02-05 01:54:38] "POST /ref-update HTTP/1.1" 200 156 0.012766 10.0.0.241 - - [2026-02-05 01:54:38] "PUT /access-control-list/c2f925ef-ac31-4a0b-8d53-6c5874ac6e2c HTTP/1.1" 200 274 0.052868 10.0.0.241 - - [2026-02-05 01:54:39] "POST /ref-update HTTP/1.1" 200 156 0.012728 10.0.0.241 - - [2026-02-05 01:54:39] "DELETE /project/5b2b5108737049ed8feac2482e671903 HTTP/1.1" 404 173 0.018300 10.0.0.241 - - [2026-02-05 01:54:39] "DELETE /project/dedddbcd74db4273a610cf25ad669ec4 HTTP/1.1" 404 173 0.017265 10.0.0.241 - - [2026-02-05 01:54:39] "DELETE /project/1269f14ea9764f72a4af50b09006189b HTTP/1.1" 404 173 0.014441 10.0.0.241 - - [2026-02-05 01:54:39] "GET /projects?obj_uuids=1269f14e-a976-4f72-a4af-50b09006189b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000901 10.0.0.241 - - [2026-02-05 01:54:39] "GET /projects?obj_uuids=5b2b5108-7370-49ed-8fea-c2482e671903&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000849 10.0.0.241 - - [2026-02-05 01:54:39] "GET /projects?obj_uuids=22a6f3ab-ebf2-405d-b920-76d4a8d8938a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000845 10.0.0.241 - - [2026-02-05 01:54:39] "GET /project/22a6f3ab-ebf2-405d-b920-76d4a8d8938a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.050285 10.0.0.241 - - [2026-02-05 01:54:39] "GET /project/5b2b5108-7370-49ed-8fea-c2482e671903?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.062223 10.0.0.241 - - [2026-02-05 01:54:39] "GET /project/1269f14e-a976-4f72-a4af-50b09006189b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1518 0.069416 10.0.0.241 - - [2026-02-05 01:54:39] "GET /projects?obj_uuids=22a6f3ab-ebf2-405d-b920-76d4a8d8938a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001606 10.0.0.241 - - [2026-02-05 01:54:39] "GET /projects?obj_uuids=5b2b5108-7370-49ed-8fea-c2482e671903&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001270 10.0.0.241 - - [2026-02-05 01:54:39] "GET /projects?obj_uuids=1269f14e-a976-4f72-a4af-50b09006189b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001059 10.0.0.241 - - [2026-02-05 01:54:39] "GET /project/22a6f3ab-ebf2-405d-b920-76d4a8d8938a?fields=security_groups HTTP/1.1" 200 1358 0.058138 10.0.0.241 - - [2026-02-05 01:54:39] "GET /project/5b2b5108-7370-49ed-8fea-c2482e671903?fields=security_groups HTTP/1.1" 200 1373 0.059070 10.0.0.241 - - [2026-02-05 01:54:39] "GET /project/1269f14e-a976-4f72-a4af-50b09006189b?fields=security_groups HTTP/1.1" 200 1397 0.060518 10.0.0.241 - - [2026-02-05 01:54:39] "DELETE /security-group/0aa81cff-7407-4e1b-9d7d-7af26aea68f9 HTTP/1.1" 200 115 0.073007 10.0.0.241 - - [2026-02-05 01:54:39] "GET /projects?obj_uuids=22a6f3ab-ebf2-405d-b920-76d4a8d8938a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001054 10.0.0.241 - - [2026-02-05 01:54:39] "DELETE /security-group/4abcc91e-894d-468c-8915-bce1b4dc9af4 HTTP/1.1" 200 115 0.097582 10.0.0.241 - - [2026-02-05 01:54:39] "DELETE /access-control-list/bcdd705c-f3f7-4442-8eff-b5aa9f8afabc HTTP/1.1" 200 115 0.062546 10.0.0.241 - - [2026-02-05 01:54:39] "GET /projects?obj_uuids=5b2b5108-7370-49ed-8fea-c2482e671903&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001409 10.0.0.241 - - [2026-02-05 01:54:39] "DELETE /security-group/1342e55f-be65-4e02-af32-7325fe0e0289 HTTP/1.1" 200 115 0.105964 10.0.0.241 - - [2026-02-05 01:54:39] "GET /projects?obj_uuids=1269f14e-a976-4f72-a4af-50b09006189b&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001458 10.0.0.241 - - [2026-02-05 01:54:39] "GET /project/22a6f3ab-ebf2-405d-b920-76d4a8d8938a?fields=application_policy_sets HTTP/1.1" 200 1397 0.076090 10.0.0.241 - - [2026-02-05 01:54:39] "DELETE /access-control-list/bac5317c-818a-4cd5-a6a8-c5bde3be34f9 HTTP/1.1" 200 115 0.064204 10.0.0.241 - - [2026-02-05 01:54:39] "GET /project/1269f14e-a976-4f72-a4af-50b09006189b?fields=application_policy_sets HTTP/1.1" 200 1436 0.059659 10.0.0.241 - - [2026-02-05 01:54:39] "GET /project/5b2b5108-7370-49ed-8fea-c2482e671903?fields=application_policy_sets HTTP/1.1" 200 1412 0.099307 10.0.0.241 - - [2026-02-05 01:54:39] "DELETE /access-control-list/f21094c3-7641-42fb-923a-3fbf52652a32 HTTP/1.1" 200 115 0.031711 10.0.0.241 - - [2026-02-05 01:54:39] "DELETE /access-control-list/7e430393-3cec-410f-9d64-ebaea0708549 HTTP/1.1" 200 115 0.056588 10.0.0.241 - - [2026-02-05 01:54:40] "DELETE /access-control-list/dc2de818-41f0-4dc4-82d4-a20376ae88f8 HTTP/1.1" 200 115 0.044302 10.0.0.241 - - [2026-02-05 01:54:40] "DELETE /project/22a6f3ab-ebf2-405d-b920-76d4a8d8938a HTTP/1.1" 200 115 0.541512 10.0.0.241 - - [2026-02-05 01:54:40] "DELETE /access-control-list/481622e0-a82e-436b-8d54-ad87145b16ee HTTP/1.1" 200 115 0.041228 10.0.0.241 - - [2026-02-05 01:54:40] "DELETE /project/1269f14e-a976-4f72-a4af-50b09006189b HTTP/1.1" 200 115 0.574144 10.0.0.241 - - [2026-02-05 01:54:40] "DELETE /project/5b2b5108-7370-49ed-8fea-c2482e671903 HTTP/1.1" 200 115 0.579282 10.0.0.241 - - [2026-02-05 01:54:42] "GET /virtual-network/648e89eb-ca88-49ce-b6a2-cd0c8aa695cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.006326 252.241.163.121 - - [2026-02-05 01:54:42] "POST /neutron/network HTTP/1.1" 200 924 0.009191 252.241.163.121 - - [2026-02-05 01:54:42] "POST /neutron/network HTTP/1.1" 200 824 0.049109 10.0.0.241 - - [2026-02-05 01:54:42] "DELETE /access-control-list/c2f925ef-ac31-4a0b-8d53-6c5874ac6e2c HTTP/1.1" 200 115 0.038631 252.241.163.121 - - [2026-02-05 01:54:42] "POST /neutron/network HTTP/1.1" 200 824 0.006306 10.0.0.241 - - [2026-02-05 01:54:42] "GET /virtual-network/648e89eb-ca88-49ce-b6a2-cd0c8aa695cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005224 10.0.0.241 - - [2026-02-05 01:54:42] "GET /virtual-network/6a42bc76-7a7a-48e6-acd3-6bd6031991dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.014712 252.241.163.121 - - [2026-02-05 01:54:42] "POST /neutron/network HTTP/1.1" 200 923 0.005686 252.241.163.121 - - [2026-02-05 01:54:42] "POST /neutron/network HTTP/1.1" 200 823 0.074868 10.0.0.241 - - [2026-02-05 01:54:42] "DELETE /access-control-list/e4b07a11-2055-44d6-bb6b-aea7b383f7e2 HTTP/1.1" 200 115 0.047535 252.241.163.121 - - [2026-02-05 01:54:42] "POST /neutron/network HTTP/1.1" 200 823 0.009252 10.0.0.241 - - [2026-02-05 01:54:42] "GET /virtual-network/6a42bc76-7a7a-48e6-acd3-6bd6031991dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007374 10.0.0.241 - - [2026-02-05 01:54:42] "DELETE /network-policy/f7d35ebc-3321-4a90-9a6b-6a92d5e93627 HTTP/1.1" 200 115 0.022995 252.241.163.121 - - [2026-02-05 01:54:42] "POST /neutron/network HTTP/1.1" 200 824 0.007374 252.241.163.121 - - [2026-02-05 01:54:42] "POST /neutron/port HTTP/1.1" 200 1119 0.019400 252.241.163.121 - - [2026-02-05 01:54:42] "POST /neutron/port HTTP/1.1" 200 1120 0.012445 252.241.163.121 - - [2026-02-05 01:54:42] "POST /neutron/network HTTP/1.1" 400 204 0.012016 252.241.163.121 - - [2026-02-05 01:54:43] "POST /neutron/port HTTP/1.1" 200 1109 0.014380 252.241.163.121 - - [2026-02-05 01:54:43] "POST /neutron/port HTTP/1.1" 200 1110 0.012996 252.241.163.121 - - [2026-02-05 01:54:43] "POST /neutron/port HTTP/1.1" 200 151 0.156736 252.241.163.121 - - [2026-02-05 01:54:43] "POST /neutron/port HTTP/1.1" 200 151 0.154689 252.241.163.121 - - [2026-02-05 01:54:45] "POST /neutron/network HTTP/1.1" 200 824 0.007028 10.0.0.241 - - [2026-02-05 01:54:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003569 10.0.0.241 - - [2026-02-05 01:54:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004420 10.0.0.241 - - [2026-02-05 01:54:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003237 252.241.163.121 - - [2026-02-05 01:54:45] "POST /neutron/network HTTP/1.1" 200 151 0.079716 10.0.0.241 - - [2026-02-05 01:54:45] "DELETE /route-target/ba24a762-e637-4556-b930-c80e4b2cf113 HTTP/1.1" 200 115 0.024066 10.0.0.241 - - [2026-02-05 01:54:45] "GET /routing-instance/62b2fd3b-e1bc-44e6-a7fc-ba92f7011cfb HTTP/1.1" 404 171 0.004302 10.0.0.241 - - [2026-02-05 01:54:45] "GET /domains HTTP/1.1" 200 440 0.002884 10.0.0.241 - - [2026-02-05 01:54:45] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001184 10.0.0.241 - - [2026-02-05 01:54:45] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd HTTP/1.1" 200 1310 0.009359 10.0.0.241 - - [2026-02-05 01:54:45] "GET /projects?obj_uuids=dedddbcd-74db-4273-a610-cf25ad669ec4&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.002310 10.0.0.241 - - [2026-02-05 01:54:45] "GET /project/dedddbcd-74db-4273-a610-cf25ad669ec4 HTTP/1.1" 200 2105 0.026514 252.241.163.121 - - [2026-02-05 01:54:45] "POST /neutron/network HTTP/1.1" 200 823 0.006289 10.0.0.241 - - [2026-02-05 01:54:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004924 10.0.0.241 - - [2026-02-05 01:54:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003584 10.0.0.241 - - [2026-02-05 01:54:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002168 252.241.163.121 - - [2026-02-05 01:54:45] "POST /neutron/network HTTP/1.1" 200 151 0.090170 10.0.0.241 - - [2026-02-05 01:54:45] "DELETE /route-target/9044faf3-7c31-45c1-a233-33b0837d2742 HTTP/1.1" 200 115 0.025654 10.0.0.241 - - [2026-02-05 01:54:45] "GET /routing-instance/dcf2971e-9c34-444b-9de3-82993d56f27c HTTP/1.1" 404 171 0.003917 10.0.0.241 - - [2026-02-05 01:54:45] "GET /domains HTTP/1.1" 200 440 0.003230 10.0.0.241 - - [2026-02-05 01:54:46] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001262 10.0.0.241 - - [2026-02-05 01:54:46] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd HTTP/1.1" 200 1310 0.008469 10.0.0.241 - - [2026-02-05 01:54:46] "GET /projects?obj_uuids=dedddbcd-74db-4273-a610-cf25ad669ec4&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001104 10.0.0.241 - - [2026-02-05 01:54:46] "GET /project/dedddbcd-74db-4273-a610-cf25ad669ec4 HTTP/1.1" 200 1866 0.027123 10.0.0.241 - - [2026-02-05 01:54:46] "GET /projects?obj_uuids=dedddbcd-74db-4273-a610-cf25ad669ec4&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001120 10.0.0.241 - - [2026-02-05 01:54:46] "GET /project/dedddbcd-74db-4273-a610-cf25ad669ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.026899 10.0.0.241 - - [2026-02-05 01:54:46] "GET /projects?obj_uuids=dedddbcd-74db-4273-a610-cf25ad669ec4&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001039 10.0.0.241 - - [2026-02-05 01:54:46] "GET /project/dedddbcd-74db-4273-a610-cf25ad669ec4?fields=virtual_networks HTTP/1.1" 200 1038 0.071098 10.0.0.241 - - [2026-02-05 01:54:46] "GET /projects?obj_uuids=dedddbcd-74db-4273-a610-cf25ad669ec4&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001482 10.0.0.241 - - [2026-02-05 01:54:46] "GET /project/dedddbcd-74db-4273-a610-cf25ad669ec4?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.029490 10.0.0.241 - - [2026-02-05 01:54:47] "GET /projects?obj_uuids=dedddbcd-74db-4273-a610-cf25ad669ec4&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001246 10.0.0.241 - - [2026-02-05 01:54:47] "GET /project/dedddbcd-74db-4273-a610-cf25ad669ec4?fields=security_groups HTTP/1.1" 200 1266 0.027574 10.0.0.241 - - [2026-02-05 01:54:47] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001035 10.0.0.241 - - [2026-02-05 01:54:47] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 944 0.007604 10.0.0.241 - - [2026-02-05 01:54:47] "POST /fqname-to-id HTTP/1.1" 404 179 0.031158 10.0.0.241 - - [2026-02-05 01:54:48] "GET /projects?obj_uuids=81c2d919-0279-4870-a003-7a5ca4d4b4a3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002851 10.0.0.241 - - [2026-02-05 01:54:48] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001634 10.0.0.241 - - [2026-02-05 01:54:48] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 974 0.010141 10.0.0.241 - - [2026-02-05 01:54:48] "POST /id-to-fqname HTTP/1.1" 200 181 0.003053 10.0.0.241 - - [2026-02-05 01:54:48] "POST /fqname-to-id HTTP/1.1" 404 190 0.003310 10.0.0.241 - - [2026-02-05 01:54:48] "POST /security-groups HTTP/1.1" 200 576 0.064573 10.0.0.241 - - [2026-02-05 01:54:48] "POST /fqname-to-id HTTP/1.1" 404 225 0.002646 10.0.0.241 - - [2026-02-05 01:54:48] "POST /projects HTTP/1.1" 200 563 0.231426 10.0.0.241 - - [2026-02-05 01:54:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.264555 10.0.0.241 - - [2026-02-05 01:54:48] "POST /access-control-lists HTTP/1.1" 200 591 0.060163 10.0.0.241 - - [2026-02-05 01:54:48] "GET /project/81c2d919-0279-4870-a003-7a5ca4d4b4a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.416716 10.0.0.241 - - [2026-02-05 01:54:48] "POST /fqname-to-id HTTP/1.1" 404 224 0.006184 10.0.0.241 - - [2026-02-05 01:54:48] "POST /access-control-lists HTTP/1.1" 200 589 0.068610 10.0.0.241 - - [2026-02-05 01:54:49] "GET / HTTP/1.1" 200 36499 0.003135 10.0.0.241 - - [2026-02-05 01:54:50] "POST /fqname-to-id HTTP/1.1" 401 297 0.000648 10.0.0.241 - - [2026-02-05 01:54:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.077013 10.0.0.241 - - [2026-02-05 01:54:50] "GET /projects?obj_uuids=81c2d919-0279-4870-a003-7a5ca4d4b4a3&detail=False&count=False&shared=False HTTP/1.1" 200 337 0.001015 10.0.0.241 - - [2026-02-05 01:54:51] "GET /project/81c2d919-0279-4870-a003-7a5ca4d4b4a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.028524 10.0.0.241 - - [2026-02-05 01:54:51] "GET /obj-perms HTTP/1.1" 200 6393 0.060760 252.241.163.121 - - [2026-02-05 01:54:51] "POST /neutron/network HTTP/1.1" 200 117 0.036260 10.0.0.241 - - [2026-02-05 01:54:51] "GET /projects?obj_uuids=81c2d919-0279-4870-a003-7a5ca4d4b4a3&detail=False&count=False&shared=False HTTP/1.1" 200 337 0.001097 252.241.163.121 - - [2026-02-05 01:54:51] "POST /neutron/network HTTP/1.1" 200 610 0.078539 10.0.0.241 - - [2026-02-05 01:54:51] "POST /route-targets HTTP/1.1" 200 329 0.014451 10.0.0.241 - - [2026-02-05 01:54:51] "POST /ref-update HTTP/1.1" 200 156 0.037554 10.0.0.241 - - [2026-02-05 01:54:51] "GET /obj-perms HTTP/1.1" 200 6393 0.059656 10.0.0.241 - - [2026-02-05 01:54:51] "POST /useragent-kv HTTP/1.1" 200 115 0.016675 252.241.163.121 - - [2026-02-05 01:54:51] "POST /neutron/subnet HTTP/1.1" 200 715 0.237194 252.241.163.121 - - [2026-02-05 01:54:51] "POST /neutron/network HTTP/1.1" 200 827 0.005969 10.0.0.241 - - [2026-02-05 01:54:51] "POST /id-to-fqname HTTP/1.1" 200 218 0.001474 10.0.0.241 - - [2026-02-05 01:54:51] "GET /virtual-network/8096c0e2-efde-4d50-ad16-f34453c96488?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006210 252.241.163.121 - - [2026-02-05 01:54:51] "POST /neutron/network HTTP/1.1" 200 827 0.006342 10.0.0.241 - - [2026-02-05 01:54:51] "GET /virtual-network/8096c0e2-efde-4d50-ad16-f34453c96488?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005388 252.241.163.121 - - [2026-02-05 01:54:51] "POST /neutron/network HTTP/1.1" 200 827 0.006391 252.241.163.121 - - [2026-02-05 01:54:52] "POST /neutron/subnet HTTP/1.1" 200 715 0.007787 10.0.0.241 - - [2026-02-05 01:54:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.241 - - [2026-02-05 01:54:52] "GET /virtual-network/8096c0e2-efde-4d50-ad16-f34453c96488?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006293 10.0.0.241 - - [2026-02-05 01:54:52] "POST /route-targets HTTP/1.1" 200 325 0.021335 10.0.0.241 - - [2026-02-05 01:54:52] "PUT /virtual-network/8096c0e2-efde-4d50-ad16-f34453c96488 HTTP/1.1" 200 266 0.060475 10.0.0.241 - - [2026-02-05 01:54:52] "POST /ref-update HTTP/1.1" 200 156 0.019177 10.0.0.241 - - [2026-02-05 01:54:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003848 10.0.0.241 - - [2026-02-05 01:54:52] "GET /projects?obj_uuids=81c2d919-0279-4870-a003-7a5ca4d4b4a3&detail=False&count=False&shared=False HTTP/1.1" 200 337 0.001111 10.0.0.241 - - [2026-02-05 01:54:52] "GET /project/81c2d919-0279-4870-a003-7a5ca4d4b4a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.036378 252.241.163.121 - - [2026-02-05 01:54:52] "POST /neutron/network HTTP/1.1" 200 117 0.011352 10.0.0.241 - - [2026-02-05 01:54:52] "GET /projects?obj_uuids=81c2d919-0279-4870-a003-7a5ca4d4b4a3&detail=False&count=False&shared=False HTTP/1.1" 200 337 0.001227 252.241.163.121 - - [2026-02-05 01:54:52] "POST /neutron/network HTTP/1.1" 200 610 0.086851 10.0.0.241 - - [2026-02-05 01:54:52] "POST /route-targets HTTP/1.1" 200 329 0.011952 10.0.0.241 - - [2026-02-05 01:54:52] "POST /ref-update HTTP/1.1" 200 156 0.012806 10.0.0.241 - - [2026-02-05 01:54:52] "POST /useragent-kv HTTP/1.1" 200 115 0.005352 252.241.163.121 - - [2026-02-05 01:54:52] "POST /neutron/subnet HTTP/1.1" 200 725 0.149902 252.241.163.121 - - [2026-02-05 01:54:52] "POST /neutron/network HTTP/1.1" 200 829 0.008251 10.0.0.241 - - [2026-02-05 01:54:52] "POST /id-to-fqname HTTP/1.1" 200 218 0.001937 10.0.0.241 - - [2026-02-05 01:54:52] "GET /virtual-network/478d8070-9ea1-46c3-8ca0-a70b544ed59f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007036 252.241.163.121 - - [2026-02-05 01:54:52] "POST /neutron/network HTTP/1.1" 200 829 0.007738 10.0.0.241 - - [2026-02-05 01:54:53] "GET /virtual-network/478d8070-9ea1-46c3-8ca0-a70b544ed59f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.009433 252.241.163.121 - - [2026-02-05 01:54:53] "POST /neutron/network HTTP/1.1" 200 829 0.006108 252.241.163.121 - - [2026-02-05 01:54:53] "POST /neutron/subnet HTTP/1.1" 200 725 0.007089 10.0.0.241 - - [2026-02-05 01:54:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004672 10.0.0.241 - - [2026-02-05 01:54:53] "GET /virtual-network/478d8070-9ea1-46c3-8ca0-a70b544ed59f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004871 10.0.0.241 - - [2026-02-05 01:54:53] "POST /ref-update HTTP/1.1" 200 156 0.017969 10.0.0.241 - - [2026-02-05 01:54:53] "PUT /virtual-network/478d8070-9ea1-46c3-8ca0-a70b544ed59f HTTP/1.1" 200 266 0.050732 10.0.0.241 - - [2026-02-05 01:54:53] "POST /id-to-fqname HTTP/1.1" 200 218 0.001589 252.241.163.121 - - [2026-02-05 01:54:53] "POST /neutron/network HTTP/1.1" 200 837 0.006522 252.241.163.121 - - [2026-02-05 01:54:53] "GET /aaa-mode HTTP/1.1" 401 297 0.000458 252.241.163.121 - - [2026-02-05 01:54:53] "GET / HTTP/1.1" 200 36499 0.002135 252.241.163.121 - - [2026-02-05 01:54:53] "GET /project/81c2d919-0279-4870-a003-7a5ca4d4b4a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 297 0.000537 10.0.0.241 - - [2026-02-05 01:54:54] "GET /projects?obj_uuids=81c2d919-0279-4870-a003-7a5ca4d4b4a3&detail=False&count=False&shared=False HTTP/1.1" 200 337 0.001172 252.241.163.121 - - [2026-02-05 01:54:54] "GET /project/81c2d919-0279-4870-a003-7a5ca4d4b4a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.061459 252.241.163.121 - - [2026-02-05 01:54:54] "POST /neutron/network HTTP/1.1" 200 827 0.006356 252.241.163.121 - - [2026-02-05 01:54:54] "POST /neutron/port HTTP/1.1" 200 117 0.005152 252.241.163.121 - - [2026-02-05 01:54:54] "POST /neutron/port HTTP/1.1" 200 117 0.007577 10.0.0.241 - - [2026-02-05 01:54:54] "POST /id-to-fqname HTTP/1.1" 200 218 0.001626 252.241.163.121 - - [2026-02-05 01:54:54] "POST /neutron/port HTTP/1.1" 200 117 0.005232 252.241.163.121 - - [2026-02-05 01:54:54] "POST /neutron/network HTTP/1.1" 200 839 0.006168 252.241.163.121 - - [2026-02-05 01:54:54] "GET /aaa-mode HTTP/1.1" 401 297 0.000612 252.241.163.121 - - [2026-02-05 01:54:54] "GET / HTTP/1.1" 200 36499 0.002145 252.241.163.121 - - [2026-02-05 01:54:54] "GET /project/81c2d919-0279-4870-a003-7a5ca4d4b4a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 297 0.000744 252.241.163.121 - - [2026-02-05 01:54:55] "POST /neutron/network HTTP/1.1" 200 837 0.006713 10.0.0.241 - - [2026-02-05 01:54:55] "GET /projects?obj_uuids=81c2d919-0279-4870-a003-7a5ca4d4b4a3&detail=False&count=False&shared=False HTTP/1.1" 200 337 0.001113 10.0.0.241 - - [2026-02-05 01:54:55] "GET /projects?obj_uuids=81c2d919-0279-4870-a003-7a5ca4d4b4a3&detail=False&count=False&shared=False HTTP/1.1" 200 337 0.002741 252.241.163.121 - - [2026-02-05 01:54:55] "GET /project/81c2d919-0279-4870-a003-7a5ca4d4b4a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.066538 252.241.163.121 - - [2026-02-05 01:54:55] "POST /neutron/network HTTP/1.1" 200 829 0.007047 252.241.163.121 - - [2026-02-05 01:54:55] "POST /neutron/port HTTP/1.1" 200 1049 0.278269 252.241.163.121 - - [2026-02-05 01:54:55] "POST /neutron/port HTTP/1.1" 200 1049 0.019874 252.241.163.121 - - [2026-02-05 01:54:55] "POST /neutron/port HTTP/1.1" 200 1049 0.013419 252.241.163.121 - - [2026-02-05 01:54:55] "POST /neutron/port HTTP/1.1" 200 1059 0.016392 252.241.163.121 - - [2026-02-05 01:54:55] "POST /neutron/security_group HTTP/1.1" 200 2049 0.013106 252.241.163.121 - - [2026-02-05 01:54:55] "POST /neutron/port HTTP/1.1" 200 1099 0.127870 252.241.163.121 - - [2026-02-05 01:54:55] "POST /neutron/port HTTP/1.1" 200 117 0.008502 252.241.163.121 - - [2026-02-05 01:54:55] "POST /neutron/port HTTP/1.1" 200 1109 0.028466 252.241.163.121 - - [2026-02-05 01:54:55] "POST /neutron/port HTTP/1.1" 200 1109 0.021181 252.241.163.121 - - [2026-02-05 01:54:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008783 252.241.163.121 - - [2026-02-05 01:54:55] "POST /neutron/security_group HTTP/1.1" 200 2049 0.029293 252.241.163.121 - - [2026-02-05 01:54:56] "POST /neutron/subnet HTTP/1.1" 200 689 0.029990 252.241.163.121 - - [2026-02-05 01:54:56] "POST /neutron/port HTTP/1.1" 200 117 0.001881 252.241.163.121 - - [2026-02-05 01:54:56] "POST /neutron/network HTTP/1.1" 200 827 0.032307 252.241.163.121 - - [2026-02-05 01:54:56] "POST /neutron/network HTTP/1.1" 200 839 0.013281 10.0.0.241 - - [2026-02-05 01:54:56] "GET /projects?obj_uuids=81c2d919-0279-4870-a003-7a5ca4d4b4a3&detail=False&count=False&shared=False HTTP/1.1" 200 337 0.002033 252.241.163.121 - - [2026-02-05 01:54:57] "POST /neutron/port HTTP/1.1" 200 1051 0.595778 252.241.163.121 - - [2026-02-05 01:54:57] "POST /neutron/port HTTP/1.1" 200 1051 0.110172 252.241.163.121 - - [2026-02-05 01:54:57] "POST /neutron/port HTTP/1.1" 200 1051 0.077071 252.241.163.121 - - [2026-02-05 01:54:58] "POST /neutron/port HTTP/1.1" 200 1101 0.441979 252.241.163.121 - - [2026-02-05 01:54:58] "POST /neutron/port HTTP/1.1" 200 1111 0.021630 252.241.163.121 - - [2026-02-05 01:54:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009892 252.241.163.121 - - [2026-02-05 01:54:58] "POST /neutron/subnet HTTP/1.1" 200 699 0.043055 252.241.163.121 - - [2026-02-05 01:54:58] "POST /neutron/port HTTP/1.1" 200 117 0.002559 252.241.163.121 - - [2026-02-05 01:54:58] "POST /neutron/network HTTP/1.1" 200 829 0.058681 252.241.163.121 - - [2026-02-05 01:55:01] "POST /neutron/port HTTP/1.1" 200 1109 0.047315 252.241.163.121 - - [2026-02-05 01:55:01] "POST /neutron/security_group HTTP/1.1" 200 2049 0.043739 252.241.163.121 - - [2026-02-05 01:55:01] "POST /neutron/port HTTP/1.1" 200 1109 0.169850 252.241.163.121 - - [2026-02-05 01:55:01] "POST /neutron/security_group HTTP/1.1" 200 2049 0.067454 252.241.163.121 - - [2026-02-05 01:55:02] "POST /neutron/port HTTP/1.1" 200 1109 0.088154 252.241.163.121 - - [2026-02-05 01:55:02] "POST /neutron/security_group HTTP/1.1" 200 2049 0.023285 10.0.0.241 - - [2026-02-05 01:55:02] "GET /virtual-machine/9d633d1f-ec38-4786-909c-78cadc1f5bda HTTP/1.1" 401 297 0.000596 10.0.0.241 - - [2026-02-05 01:55:02] "GET /virtual-machine/9d633d1f-ec38-4786-909c-78cadc1f5bda HTTP/1.1" 200 1288 0.075969 10.0.0.241 - - [2026-02-05 01:55:03] "GET /virtual-machine-interface/61269168-d695-4f31-832f-55e631108210 HTTP/1.1" 200 2928 0.006197 10.0.0.241 - - [2026-02-05 01:55:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005831 10.0.0.241 - - [2026-02-05 01:55:03] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.009061 10.0.0.241 - - [2026-02-05 01:55:03] "GET /virtual-networks?parent_id=81c2d919-0279-4870-a003-7a5ca4d4b4a3&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.014673 10.0.0.241 - - [2026-02-05 01:55:03] "GET /virtual-network/8096c0e2-efde-4d50-ad16-f34453c96488?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.009555 10.0.0.241 - - [2026-02-05 01:55:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.241 - - [2026-02-05 01:55:06] "GET /virtual-network/8096c0e2-efde-4d50-ad16-f34453c96488?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.008864 252.241.163.121 - - [2026-02-05 01:55:10] "POST /neutron/port HTTP/1.1" 200 1109 0.015768 252.241.163.121 - - [2026-02-05 01:55:10] "POST /neutron/security_group HTTP/1.1" 200 2049 0.008552 10.0.0.241 - - [2026-02-05 01:55:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.241 - - [2026-02-05 01:55:10] "GET /virtual-network/8096c0e2-efde-4d50-ad16-f34453c96488?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.006935 252.241.163.121 - - [2026-02-05 01:55:10] "POST /neutron/port HTTP/1.1" 200 1109 0.015007 252.241.163.121 - - [2026-02-05 01:55:11] "POST /neutron/security_group HTTP/1.1" 200 2049 0.011361 252.241.163.121 - - [2026-02-05 01:55:12] "POST /neutron/port HTTP/1.1" 200 1109 0.015837 252.241.163.121 - - [2026-02-05 01:55:12] "POST /neutron/security_group HTTP/1.1" 200 2049 0.009705 252.241.163.121 - - [2026-02-05 01:55:12] "POST /neutron/port HTTP/1.1" 200 1109 0.034902 252.241.163.121 - - [2026-02-05 01:55:12] "POST /neutron/security_group HTTP/1.1" 200 2049 0.009835 252.241.163.121 - - [2026-02-05 01:55:12] "POST /neutron/port HTTP/1.1" 200 1111 0.044932 252.241.163.121 - - [2026-02-05 01:55:12] "POST /neutron/security_group HTTP/1.1" 200 2049 0.008238 10.0.0.241 - - [2026-02-05 01:55:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004126 10.0.0.241 - - [2026-02-05 01:55:12] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.004865 10.0.0.241 - - [2026-02-05 01:55:12] "GET /virtual-networks?parent_id=81c2d919-0279-4870-a003-7a5ca4d4b4a3&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004180 10.0.0.241 - - [2026-02-05 01:55:12] "GET /virtual-network/8096c0e2-efde-4d50-ad16-f34453c96488?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.005178 252.241.163.121 - - [2026-02-05 01:55:13] "POST /neutron/port HTTP/1.1" 200 1111 0.014181 252.241.163.121 - - [2026-02-05 01:55:13] "POST /neutron/security_group HTTP/1.1" 200 2049 0.026737 252.241.163.121 - - [2026-02-05 01:55:13] "POST /neutron/port HTTP/1.1" 200 1111 0.022656 252.241.163.121 - - [2026-02-05 01:55:13] "POST /neutron/security_group HTTP/1.1" 200 2049 0.009039 252.241.163.121 - - [2026-02-05 01:55:13] "POST /neutron/port HTTP/1.1" 200 1111 0.033918 252.241.163.121 - - [2026-02-05 01:55:13] "POST /neutron/security_group HTTP/1.1" 200 2049 0.009834 252.241.163.121 - - [2026-02-05 01:55:13] "POST /neutron/port HTTP/1.1" 200 1111 0.021990 252.241.163.121 - - [2026-02-05 01:55:13] "POST /neutron/security_group HTTP/1.1" 200 2049 0.008071 252.241.163.121 - - [2026-02-05 01:55:13] "POST /neutron/port HTTP/1.1" 200 1111 0.015511 252.241.163.121 - - [2026-02-05 01:55:13] "POST /neutron/security_group HTTP/1.1" 200 2049 0.008126 10.0.0.241 - - [2026-02-05 01:55:13] "GET /virtual-machine/a705723f-89fa-426c-aed9-dc7d80a428bc HTTP/1.1" 200 1288 0.007984 10.0.0.241 - - [2026-02-05 01:55:13] "GET /virtual-machine-interface/caaad083-2039-469e-813e-d0f500f14dd9 HTTP/1.1" 200 2929 0.021467 10.0.0.241 - - [2026-02-05 01:55:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003800 10.0.0.241 - - [2026-02-05 01:55:14] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.003997 10.0.0.241 - - [2026-02-05 01:55:14] "GET /virtual-networks?parent_id=81c2d919-0279-4870-a003-7a5ca4d4b4a3&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003229 10.0.0.241 - - [2026-02-05 01:55:14] "GET /virtual-network/478d8070-9ea1-46c3-8ca0-a70b544ed59f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.005663 252.241.163.121 - - [2026-02-05 01:55:14] "POST /neutron/port HTTP/1.1" 200 1111 0.014576 252.241.163.121 - - [2026-02-05 01:55:14] "POST /neutron/security_group HTTP/1.1" 200 2049 0.011266 10.0.0.241 - - [2026-02-05 01:55:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.241 - - [2026-02-05 01:55:15] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.004948 10.0.0.241 - - [2026-02-05 01:55:15] "GET /virtual-networks?parent_id=81c2d919-0279-4870-a003-7a5ca4d4b4a3&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003403 10.0.0.241 - - [2026-02-05 01:55:15] "GET /virtual-network/478d8070-9ea1-46c3-8ca0-a70b544ed59f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.006516 10.0.0.241 - - [2026-02-05 01:55:15] "POST /routing-policys HTTP/1.1" 200 536 0.024891 10.0.0.241 - - [2026-02-05 01:55:15] "GET /virtual-network/8096c0e2-efde-4d50-ad16-f34453c96488?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.017204 10.0.0.241 - - [2026-02-05 01:55:15] "PUT /virtual-network/8096c0e2-efde-4d50-ad16-f34453c96488 HTTP/1.1" 200 266 0.044689 10.0.0.241 - - [2026-02-05 01:55:16] "POST /ref-update HTTP/1.1" 200 156 0.041870 10.0.0.241 - - [2026-02-05 01:55:20] "POST /ref-update HTTP/1.1" 200 156 0.017582 10.0.0.241 - - [2026-02-05 01:55:20] "POST /ref-update HTTP/1.1" 200 156 0.042684 10.0.0.241 - - [2026-02-05 01:55:20] "DELETE /routing-policy/5efdd812-6e95-49f2-b40a-ed46b9ab7923 HTTP/1.1" 200 115 0.067998 252.241.163.121 - - [2026-02-05 01:55:21] "POST /neutron/network HTTP/1.1" 200 829 0.007941 252.241.163.121 - - [2026-02-05 01:55:21] "POST /neutron/network HTTP/1.1" 400 204 0.025339 252.241.163.121 - - [2026-02-05 01:55:21] "POST /neutron/port HTTP/1.1" 200 1111 0.021732 252.241.163.121 - - [2026-02-05 01:55:21] "POST /neutron/port HTTP/1.1" 200 1101 0.015083 252.241.163.121 - - [2026-02-05 01:55:22] "POST /neutron/port HTTP/1.1" 200 1109 0.025412 252.241.163.121 - - [2026-02-05 01:55:22] "POST /neutron/port HTTP/1.1" 200 151 0.191201 252.241.163.121 - - [2026-02-05 01:55:22] "POST /neutron/port HTTP/1.1" 200 1099 0.032329 252.241.163.121 - - [2026-02-05 01:55:22] "POST /neutron/port HTTP/1.1" 200 151 0.151884 [Introspect:8084]10.0.0.241 - - [2026-02-05 01:55:23] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.001258 [Introspect:8084]10.0.0.241 - - [2026-02-05 01:55:23] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2962 0.001162 252.241.163.121 - - [2026-02-05 01:55:23] "POST /neutron/network HTTP/1.1" 200 829 0.006243 10.0.0.241 - - [2026-02-05 01:55:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004299 10.0.0.241 - - [2026-02-05 01:55:23] "DELETE /route-target/4c78e284-2827-4200-89c2-5076b937fbe1 HTTP/1.1" 200 115 0.023947 10.0.0.241 - - [2026-02-05 01:55:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.241 - - [2026-02-05 01:55:23] "POST /useragent-kv HTTP/1.1" 200 115 0.037253 10.0.0.241 - - [2026-02-05 01:55:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002135 252.241.163.121 - - [2026-02-05 01:55:23] "POST /neutron/network HTTP/1.1" 200 151 0.124503 252.241.163.121 - - [2026-02-05 01:55:23] "POST /neutron/network HTTP/1.1" 200 827 0.006015 10.0.0.241 - - [2026-02-05 01:55:23] "DELETE /route-target/4f5e2474-41e3-4b15-a6ac-878938d1d531 HTTP/1.1" 409 241 0.007138 10.0.0.241 - - [2026-02-05 01:55:24] "POST /useragent-kv HTTP/1.1" 200 115 0.003736 10.0.0.241 - - [2026-02-05 01:55:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983 10.0.0.241 - - [2026-02-05 01:55:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002308 252.241.163.121 - - [2026-02-05 01:55:24] "POST /neutron/network HTTP/1.1" 200 151 0.133236 10.0.0.241 - - [2026-02-05 01:55:24] "DELETE /route-target/ace06f23-10bb-4c30-9fbb-eba82d46970a HTTP/1.1" 200 115 0.016738 10.0.0.241 - - [2026-02-05 01:55:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004710 10.0.0.241 - - [2026-02-05 01:55:24] "DELETE /route-target/4f5e2474-41e3-4b15-a6ac-878938d1d531 HTTP/1.1" 200 115 0.074528 10.0.0.241 - - [2026-02-05 01:55:24] "GET /projects?obj_uuids=81c2d919-0279-4870-a003-7a5ca4d4b4a3&detail=False&count=False&shared=False HTTP/1.1" 200 337 0.001619 10.0.0.241 - - [2026-02-05 01:55:24] "GET /project/81c2d919-0279-4870-a003-7a5ca4d4b4a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.108831 10.0.0.241 - - [2026-02-05 01:55:24] "GET /projects?obj_uuids=81c2d919-0279-4870-a003-7a5ca4d4b4a3&detail=False&count=False&shared=False HTTP/1.1" 200 337 0.001429 10.0.0.241 - - [2026-02-05 01:55:24] "GET /project/81c2d919-0279-4870-a003-7a5ca4d4b4a3?fields=virtual_networks HTTP/1.1" 200 1019 0.030379 10.0.0.241 - - [2026-02-05 01:55:24] "GET /projects?obj_uuids=81c2d919-0279-4870-a003-7a5ca4d4b4a3&detail=False&count=False&shared=False HTTP/1.1" 200 337 0.001210 10.0.0.241 - - [2026-02-05 01:55:24] "GET /project/81c2d919-0279-4870-a003-7a5ca4d4b4a3?fields=virtual_machine_interfaces HTTP/1.1" 200 1019 0.030804 10.0.0.241 - - [2026-02-05 01:55:24] "GET /projects?obj_uuids=81c2d919-0279-4870-a003-7a5ca4d4b4a3&detail=False&count=False&shared=False HTTP/1.1" 200 337 0.001626 10.0.0.241 - - [2026-02-05 01:55:24] "GET /project/81c2d919-0279-4870-a003-7a5ca4d4b4a3?fields=security_groups HTTP/1.1" 200 1238 0.024099 10.0.0.241 - - [2026-02-05 01:55:25] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001217 10.0.0.241 - - [2026-02-05 01:55:25] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 944 0.007557 10.0.0.241 - - [2026-02-05 01:55:25] "POST /fqname-to-id HTTP/1.1" 404 184 0.047053 10.0.0.241 - - [2026-02-05 01:55:25] "GET /projects?obj_uuids=af43252e-23f8-4bfc-8f66-5583ca8af1b3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002648 10.0.0.241 - - [2026-02-05 01:55:26] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001290 10.0.0.241 - - [2026-02-05 01:55:26] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 974 0.051269 10.0.0.241 - - [2026-02-05 01:55:26] "POST /id-to-fqname HTTP/1.1" 200 186 0.001723 10.0.0.241 - - [2026-02-05 01:55:26] "POST /fqname-to-id HTTP/1.1" 404 195 0.003315 10.0.0.241 - - [2026-02-05 01:55:26] "POST /security-groups HTTP/1.1" 200 581 0.063826 10.0.0.241 - - [2026-02-05 01:55:26] "POST /fqname-to-id HTTP/1.1" 404 230 0.002760 10.0.0.241 - - [2026-02-05 01:55:26] "POST /projects HTTP/1.1" 200 573 0.251072 10.0.0.241 - - [2026-02-05 01:55:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.287195 10.0.0.241 - - [2026-02-05 01:55:26] "POST /access-control-lists HTTP/1.1" 200 596 0.060125 10.0.0.241 - - [2026-02-05 01:55:26] "GET /project/af43252e-23f8-4bfc-8f66-5583ca8af1b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.474350 10.0.0.241 - - [2026-02-05 01:55:26] "POST /fqname-to-id HTTP/1.1" 404 229 0.002413 10.0.0.241 - - [2026-02-05 01:55:26] "POST /access-control-lists HTTP/1.1" 200 594 0.064979 [Introspect:8084]10.0.0.241 - - [2026-02-05 01:55:27] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.002221 [Introspect:8084]10.0.0.241 - - [2026-02-05 01:55:27] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2962 0.001238 10.0.0.241 - - [2026-02-05 01:55:27] "GET / HTTP/1.1" 200 36499 0.002151 10.0.0.241 - - [2026-02-05 01:55:28] "POST /fqname-to-id HTTP/1.1" 401 297 0.000586 10.0.0.241 - - [2026-02-05 01:55:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.032255 10.0.0.241 - - [2026-02-05 01:55:28] "GET /projects?obj_uuids=af43252e-23f8-4bfc-8f66-5583ca8af1b3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001034 10.0.0.241 - - [2026-02-05 01:55:28] "GET /project/af43252e-23f8-4bfc-8f66-5583ca8af1b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.025939 252.241.163.121 - - [2026-02-05 01:55:29] "POST /neutron/network HTTP/1.1" 200 117 0.049528 10.0.0.241 - - [2026-02-05 01:55:29] "GET /projects?obj_uuids=af43252e-23f8-4bfc-8f66-5583ca8af1b3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001659 252.241.163.121 - - [2026-02-05 01:55:29] "POST /neutron/network HTTP/1.1" 200 611 0.077914 10.0.0.241 - - [2026-02-05 01:55:29] "POST /route-targets HTTP/1.1" 200 329 0.021506 10.0.0.241 - - [2026-02-05 01:55:29] "POST /ref-update HTTP/1.1" 200 156 0.021647 10.0.0.241 - - [2026-02-05 01:55:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003122 252.241.163.121 - - [2026-02-05 01:55:29] "POST /neutron/subnet HTTP/1.1" 200 719 0.181175 252.241.163.121 - - [2026-02-05 01:55:29] "POST /neutron/network HTTP/1.1" 200 829 0.007578 10.0.0.241 - - [2026-02-05 01:55:29] "POST /id-to-fqname HTTP/1.1" 200 221 0.001518 10.0.0.241 - - [2026-02-05 01:55:29] "GET /virtual-network/3be86143-2c01-4d3c-8e1f-a039b97197da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.008452 252.241.163.121 - - [2026-02-05 01:55:29] "POST /neutron/network HTTP/1.1" 200 829 0.007594 10.0.0.241 - - [2026-02-05 01:55:29] "GET /virtual-network/3be86143-2c01-4d3c-8e1f-a039b97197da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006865 252.241.163.121 - - [2026-02-05 01:55:29] "POST /neutron/network HTTP/1.1" 200 829 0.006612 252.241.163.121 - - [2026-02-05 01:55:29] "POST /neutron/subnet HTTP/1.1" 200 719 0.007323 10.0.0.241 - - [2026-02-05 01:55:29] "GET /domains HTTP/1.1" 401 297 0.000472 10.0.0.241 - - [2026-02-05 01:55:30] "GET /domains HTTP/1.1" 200 440 0.031852 10.0.0.241 - - [2026-02-05 01:55:30] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001255 10.0.0.241 - - [2026-02-05 01:55:30] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd HTTP/1.1" 200 1673 0.141207 10.0.0.241 - - [2026-02-05 01:55:30] "GET /projects?obj_uuids=af43252e-23f8-4bfc-8f66-5583ca8af1b3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001185 10.0.0.241 - - [2026-02-05 01:55:30] "GET /project/af43252e-23f8-4bfc-8f66-5583ca8af1b3 HTTP/1.1" 200 2083 0.031837 10.0.0.241 - - [2026-02-05 01:55:30] "GET /virtual-network/3be86143-2c01-4d3c-8e1f-a039b97197da HTTP/1.1" 200 2320 0.008795 10.0.0.241 - - [2026-02-05 01:55:30] "GET /virtual-network/3be86143-2c01-4d3c-8e1f-a039b97197da HTTP/1.1" 200 2320 0.011889 10.0.0.241 - - [2026-02-05 01:55:30] "GET /routing-instance/903bf353-8def-4661-b8ed-d5db25d1f4e2 HTTP/1.1" 200 1498 0.008466 10.0.0.241 - - [2026-02-05 01:55:30] "GET /routing-instance/903bf353-8def-4661-b8ed-d5db25d1f4e2 HTTP/1.1" 200 1498 0.005908 10.0.0.241 - - [2026-02-05 01:55:30] "GET /route-target/9be934d3-609f-4504-8d16-9912beaeb266 HTTP/1.1" 200 1215 0.006316 10.0.0.241 - - [2026-02-05 01:55:30] "GET /virtual-network/3be86143-2c01-4d3c-8e1f-a039b97197da HTTP/1.1" 200 2320 0.006341 10.0.0.241 - - [2026-02-05 01:55:31] "GET /routing-instance/903bf353-8def-4661-b8ed-d5db25d1f4e2 HTTP/1.1" 200 1498 0.006612 10.0.0.241 - - [2026-02-05 01:55:31] "GET /virtual-network/3be86143-2c01-4d3c-8e1f-a039b97197da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006824 10.0.0.241 - - [2026-02-05 01:55:31] "GET /virtual-network/3be86143-2c01-4d3c-8e1f-a039b97197da HTTP/1.1" 200 2320 0.005579 10.0.0.241 - - [2026-02-05 01:55:31] "GET /routing-instance/903bf353-8def-4661-b8ed-d5db25d1f4e2 HTTP/1.1" 200 1498 0.004431 10.0.0.241 - - [2026-02-05 01:55:31] "GET /routing-instance/903bf353-8def-4661-b8ed-d5db25d1f4e2 HTTP/1.1" 200 1498 0.005409 10.0.0.241 - - [2026-02-05 01:55:31] "GET /route-target/9be934d3-609f-4504-8d16-9912beaeb266 HTTP/1.1" 200 1215 0.007383 10.0.0.241 - - [2026-02-05 01:55:31] "GET /domains HTTP/1.1" 200 440 0.002931 10.0.0.241 - - [2026-02-05 01:55:31] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001401 10.0.0.241 - - [2026-02-05 01:55:31] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd HTTP/1.1" 200 1673 0.009075 10.0.0.241 - - [2026-02-05 01:55:31] "GET /projects?obj_uuids=af43252e-23f8-4bfc-8f66-5583ca8af1b3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001150 10.0.0.241 - - [2026-02-05 01:55:31] "GET /project/af43252e-23f8-4bfc-8f66-5583ca8af1b3 HTTP/1.1" 200 2083 0.022894 10.0.0.241 - - [2026-02-05 01:55:31] "GET /virtual-network/3be86143-2c01-4d3c-8e1f-a039b97197da HTTP/1.1" 200 2320 0.030487 10.0.0.241 - - [2026-02-05 01:55:32] "GET /obj-perms HTTP/1.1" 200 6436 0.085325 10.0.0.241 - - [2026-02-05 01:55:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005379 10.0.0.241 - - [2026-02-05 01:55:32] "GET /projects?obj_uuids=af43252e-23f8-4bfc-8f66-5583ca8af1b3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001154 10.0.0.241 - - [2026-02-05 01:55:32] "GET /project/af43252e-23f8-4bfc-8f66-5583ca8af1b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.029279 252.241.163.121 - - [2026-02-05 01:55:32] "POST /neutron/network HTTP/1.1" 200 117 0.013464 10.0.0.241 - - [2026-02-05 01:55:32] "GET /projects?obj_uuids=af43252e-23f8-4bfc-8f66-5583ca8af1b3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001479 252.241.163.121 - - [2026-02-05 01:55:32] "POST /neutron/network HTTP/1.1" 200 611 0.099982 10.0.0.241 - - [2026-02-05 01:55:32] "POST /route-targets HTTP/1.1" 200 329 0.026893 10.0.0.241 - - [2026-02-05 01:55:32] "POST /ref-update HTTP/1.1" 200 156 0.028321 10.0.0.241 - - [2026-02-05 01:55:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002982 252.241.163.121 - - [2026-02-05 01:55:33] "POST /neutron/subnet HTTP/1.1" 200 715 0.237681 252.241.163.121 - - [2026-02-05 01:55:33] "POST /neutron/network HTTP/1.1" 200 828 0.006168 10.0.0.241 - - [2026-02-05 01:55:33] "POST /id-to-fqname HTTP/1.1" 200 221 0.001636 10.0.0.241 - - [2026-02-05 01:55:33] "GET /virtual-network/a6411d24-2460-4805-a596-ae1164d36b91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005460 252.241.163.121 - - [2026-02-05 01:55:33] "POST /neutron/network HTTP/1.1" 200 828 0.006666 10.0.0.241 - - [2026-02-05 01:55:33] "GET /virtual-network/a6411d24-2460-4805-a596-ae1164d36b91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006657 252.241.163.121 - - [2026-02-05 01:55:33] "POST /neutron/network HTTP/1.1" 200 828 0.007288 252.241.163.121 - - [2026-02-05 01:55:33] "POST /neutron/subnet HTTP/1.1" 200 715 0.008771 10.0.0.241 - - [2026-02-05 01:55:33] "GET /domains HTTP/1.1" 200 440 0.003098 10.0.0.241 - - [2026-02-05 01:55:33] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001443 10.0.0.241 - - [2026-02-05 01:55:33] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd HTTP/1.1" 200 1673 0.009454 10.0.0.241 - - [2026-02-05 01:55:33] "GET /projects?obj_uuids=af43252e-23f8-4bfc-8f66-5583ca8af1b3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002424 10.0.0.241 - - [2026-02-05 01:55:33] "GET /project/af43252e-23f8-4bfc-8f66-5583ca8af1b3 HTTP/1.1" 200 2301 0.041177 10.0.0.241 - - [2026-02-05 01:55:33] "GET /virtual-network/a6411d24-2460-4805-a596-ae1164d36b91 HTTP/1.1" 200 2318 0.012710 10.0.0.241 - - [2026-02-05 01:55:33] "GET /virtual-network/a6411d24-2460-4805-a596-ae1164d36b91 HTTP/1.1" 200 2318 0.005665 10.0.0.241 - - [2026-02-05 01:55:33] "GET /routing-instance/4eda04c9-f0d9-453b-b5cb-4d7030450b97 HTTP/1.1" 200 1497 0.004871 [Introspect:8084]10.0.0.241 - - [2026-02-05 01:55:33] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.001268 10.0.0.241 - - [2026-02-05 01:55:33] "GET /routing-instance/4eda04c9-f0d9-453b-b5cb-4d7030450b97 HTTP/1.1" 200 1497 0.004235 [Introspect:8084]10.0.0.241 - - [2026-02-05 01:55:33] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2962 0.001432 10.0.0.241 - - [2026-02-05 01:55:33] "GET /route-target/f15bd6b3-9b58-4790-9b50-6d831158c2ae HTTP/1.1" 200 1215 0.005316 10.0.0.241 - - [2026-02-05 01:55:33] "GET /virtual-network/a6411d24-2460-4805-a596-ae1164d36b91 HTTP/1.1" 200 2318 0.006564 10.0.0.241 - - [2026-02-05 01:55:34] "GET /routing-instance/4eda04c9-f0d9-453b-b5cb-4d7030450b97 HTTP/1.1" 200 1497 0.006626 10.0.0.241 - - [2026-02-05 01:55:34] "GET /virtual-network/a6411d24-2460-4805-a596-ae1164d36b91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005996 10.0.0.241 - - [2026-02-05 01:55:34] "GET /virtual-network/a6411d24-2460-4805-a596-ae1164d36b91 HTTP/1.1" 200 2318 0.005072 10.0.0.241 - - [2026-02-05 01:55:34] "GET /routing-instance/4eda04c9-f0d9-453b-b5cb-4d7030450b97 HTTP/1.1" 200 1497 0.003983 10.0.0.241 - - [2026-02-05 01:55:34] "GET /routing-instance/4eda04c9-f0d9-453b-b5cb-4d7030450b97 HTTP/1.1" 200 1497 0.004269 10.0.0.241 - - [2026-02-05 01:55:34] "GET /route-target/f15bd6b3-9b58-4790-9b50-6d831158c2ae HTTP/1.1" 200 1215 0.003909 10.0.0.241 - - [2026-02-05 01:55:34] "GET /domains HTTP/1.1" 200 440 0.002968 10.0.0.241 - - [2026-02-05 01:55:34] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001304 10.0.0.241 - - [2026-02-05 01:55:34] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd HTTP/1.1" 200 1673 0.008363 10.0.0.241 - - [2026-02-05 01:55:34] "GET /projects?obj_uuids=af43252e-23f8-4bfc-8f66-5583ca8af1b3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001064 10.0.0.241 - - [2026-02-05 01:55:34] "GET /project/af43252e-23f8-4bfc-8f66-5583ca8af1b3 HTTP/1.1" 200 2301 0.028254 10.0.0.241 - - [2026-02-05 01:55:34] "GET /virtual-network/a6411d24-2460-4805-a596-ae1164d36b91 HTTP/1.1" 200 2318 0.006028 10.0.0.241 - - [2026-02-05 01:55:34] "GET /obj-perms HTTP/1.1" 200 6436 0.003275 10.0.0.241 - - [2026-02-05 01:55:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.241 - - [2026-02-05 01:55:34] "GET /projects?obj_uuids=af43252e-23f8-4bfc-8f66-5583ca8af1b3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001209 10.0.0.241 - - [2026-02-05 01:55:34] "GET /project/af43252e-23f8-4bfc-8f66-5583ca8af1b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.027701 252.241.163.121 - - [2026-02-05 01:55:35] "POST /neutron/network HTTP/1.1" 200 117 0.015713 10.0.0.241 - - [2026-02-05 01:55:35] "GET /projects?obj_uuids=af43252e-23f8-4bfc-8f66-5583ca8af1b3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001323 252.241.163.121 - - [2026-02-05 01:55:35] "POST /neutron/network HTTP/1.1" 200 613 0.095980 10.0.0.241 - - [2026-02-05 01:55:35] "POST /ref-update HTTP/1.1" 200 156 0.014954 10.0.0.241 - - [2026-02-05 01:55:35] "POST /useragent-kv HTTP/1.1" 200 115 0.004296 252.241.163.121 - - [2026-02-05 01:55:35] "POST /neutron/subnet HTTP/1.1" 200 715 0.144565 252.241.163.121 - - [2026-02-05 01:55:35] "POST /neutron/network HTTP/1.1" 200 830 0.006233 10.0.0.241 - - [2026-02-05 01:55:35] "POST /id-to-fqname HTTP/1.1" 200 222 0.001770 10.0.0.241 - - [2026-02-05 01:55:35] "GET /virtual-network/e9e2ef2c-83f2-404f-82f8-4c49f4634ea8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005880 252.241.163.121 - - [2026-02-05 01:55:35] "POST /neutron/network HTTP/1.1" 200 830 0.005679 10.0.0.241 - - [2026-02-05 01:55:35] "GET /virtual-network/e9e2ef2c-83f2-404f-82f8-4c49f4634ea8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007168 252.241.163.121 - - [2026-02-05 01:55:35] "POST /neutron/network HTTP/1.1" 200 830 0.005989 252.241.163.121 - - [2026-02-05 01:55:35] "POST /neutron/subnet HTTP/1.1" 200 715 0.009969 10.0.0.241 - - [2026-02-05 01:55:35] "GET /domains HTTP/1.1" 200 440 0.003710 10.0.0.241 - - [2026-02-05 01:55:35] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001311 10.0.0.241 - - [2026-02-05 01:55:35] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd HTTP/1.1" 200 1673 0.010068 10.0.0.241 - - [2026-02-05 01:55:35] "GET /projects?obj_uuids=af43252e-23f8-4bfc-8f66-5583ca8af1b3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001077 10.0.0.241 - - [2026-02-05 01:55:35] "GET /project/af43252e-23f8-4bfc-8f66-5583ca8af1b3 HTTP/1.1" 200 2520 0.028396 10.0.0.241 - - [2026-02-05 01:55:35] "GET /virtual-network/e9e2ef2c-83f2-404f-82f8-4c49f4634ea8 HTTP/1.1" 200 2322 0.007538 10.0.0.241 - - [2026-02-05 01:55:36] "GET /virtual-network/e9e2ef2c-83f2-404f-82f8-4c49f4634ea8 HTTP/1.1" 200 2322 0.005567 10.0.0.241 - - [2026-02-05 01:55:36] "GET /routing-instance/a8fc615a-d471-414f-a6d9-4dd312e1d87b HTTP/1.1" 200 1502 0.005494 10.0.0.241 - - [2026-02-05 01:55:36] "GET /routing-instance/a8fc615a-d471-414f-a6d9-4dd312e1d87b HTTP/1.1" 200 1502 0.006998 10.0.0.241 - - [2026-02-05 01:55:36] "GET /route-target/2abf6e73-4449-4174-8c3e-5e181f332d8e HTTP/1.1" 200 1216 0.004210 10.0.0.241 - - [2026-02-05 01:55:36] "GET /virtual-network/e9e2ef2c-83f2-404f-82f8-4c49f4634ea8 HTTP/1.1" 200 2322 0.005694 10.0.0.241 - - [2026-02-05 01:55:36] "GET /routing-instance/a8fc615a-d471-414f-a6d9-4dd312e1d87b HTTP/1.1" 200 1502 0.004665 10.0.0.241 - - [2026-02-05 01:55:36] "GET /virtual-network/e9e2ef2c-83f2-404f-82f8-4c49f4634ea8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006268 10.0.0.241 - - [2026-02-05 01:55:36] "GET /virtual-network/e9e2ef2c-83f2-404f-82f8-4c49f4634ea8 HTTP/1.1" 200 2322 0.005809 10.0.0.241 - - [2026-02-05 01:55:36] "GET /routing-instance/a8fc615a-d471-414f-a6d9-4dd312e1d87b HTTP/1.1" 200 1502 0.004627 10.0.0.241 - - [2026-02-05 01:55:36] "GET /routing-instance/a8fc615a-d471-414f-a6d9-4dd312e1d87b HTTP/1.1" 200 1502 0.004694 10.0.0.241 - - [2026-02-05 01:55:36] "GET /route-target/2abf6e73-4449-4174-8c3e-5e181f332d8e HTTP/1.1" 200 1216 0.003694 10.0.0.241 - - [2026-02-05 01:55:36] "GET /domains HTTP/1.1" 200 440 0.002857 10.0.0.241 - - [2026-02-05 01:55:36] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001038 10.0.0.241 - - [2026-02-05 01:55:36] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd HTTP/1.1" 200 1673 0.009516 10.0.0.241 - - [2026-02-05 01:55:36] "GET /projects?obj_uuids=af43252e-23f8-4bfc-8f66-5583ca8af1b3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001319 10.0.0.241 - - [2026-02-05 01:55:36] "GET /project/af43252e-23f8-4bfc-8f66-5583ca8af1b3 HTTP/1.1" 200 2520 0.029169 10.0.0.241 - - [2026-02-05 01:55:36] "GET /virtual-network/e9e2ef2c-83f2-404f-82f8-4c49f4634ea8 HTTP/1.1" 200 2322 0.005630 10.0.0.241 - - [2026-02-05 01:55:36] "GET /obj-perms HTTP/1.1" 200 6436 0.001853 10.0.0.241 - - [2026-02-05 01:55:37] "POST /id-to-fqname HTTP/1.1" 200 221 0.001770 252.241.163.121 - - [2026-02-05 01:55:37] "POST /neutron/network HTTP/1.1" 200 838 0.008419 252.241.163.121 - - [2026-02-05 01:55:37] "GET /aaa-mode HTTP/1.1" 401 297 0.000542 252.241.163.121 - - [2026-02-05 01:55:37] "GET / HTTP/1.1" 200 36499 0.001636 252.241.163.121 - - [2026-02-05 01:55:37] "GET /project/af43252e-23f8-4bfc-8f66-5583ca8af1b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 297 0.000432 10.0.0.241 - - [2026-02-05 01:55:37] "GET /projects?obj_uuids=af43252e-23f8-4bfc-8f66-5583ca8af1b3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001204 252.241.163.121 - - [2026-02-05 01:55:38] "GET /project/af43252e-23f8-4bfc-8f66-5583ca8af1b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.061962 252.241.163.121 - - [2026-02-05 01:55:38] "POST /neutron/network HTTP/1.1" 200 828 0.006138 252.241.163.121 - - [2026-02-05 01:55:38] "POST /neutron/port HTTP/1.1" 200 117 0.006200 252.241.163.121 - - [2026-02-05 01:55:38] "POST /neutron/port HTTP/1.1" 200 117 0.005008 10.0.0.241 - - [2026-02-05 01:55:38] "POST /id-to-fqname HTTP/1.1" 200 222 0.002235 252.241.163.121 - - [2026-02-05 01:55:38] "POST /neutron/port HTTP/1.1" 200 117 0.005828 252.241.163.121 - - [2026-02-05 01:55:38] "POST /neutron/network HTTP/1.1" 200 840 0.007148 252.241.163.121 - - [2026-02-05 01:55:38] "POST /neutron/network HTTP/1.1" 200 838 0.006216 252.241.163.121 - - [2026-02-05 01:55:38] "GET /aaa-mode HTTP/1.1" 401 297 0.000574 252.241.163.121 - - [2026-02-05 01:55:38] "GET / HTTP/1.1" 200 36499 0.003168 252.241.163.121 - - [2026-02-05 01:55:38] "GET /project/af43252e-23f8-4bfc-8f66-5583ca8af1b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 297 0.000470 10.0.0.241 - - [2026-02-05 01:55:39] "GET /projects?obj_uuids=af43252e-23f8-4bfc-8f66-5583ca8af1b3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001171 252.241.163.121 - - [2026-02-05 01:55:39] "POST /neutron/port HTTP/1.1" 200 1054 0.240972 10.0.0.241 - - [2026-02-05 01:55:39] "GET /projects?obj_uuids=af43252e-23f8-4bfc-8f66-5583ca8af1b3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001201 252.241.163.121 - - [2026-02-05 01:55:39] "POST /neutron/port HTTP/1.1" 200 1054 0.050814 252.241.163.121 - - [2026-02-05 01:55:39] "GET /project/af43252e-23f8-4bfc-8f66-5583ca8af1b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.074200 252.241.163.121 - - [2026-02-05 01:55:39] "POST /neutron/port HTTP/1.1" 200 1054 0.026256 252.241.163.121 - - [2026-02-05 01:55:39] "POST /neutron/network HTTP/1.1" 200 830 0.049107 252.241.163.121 - - [2026-02-05 01:55:39] "POST /neutron/port HTTP/1.1" 200 1104 0.062400 252.241.163.121 - - [2026-02-05 01:55:39] "POST /neutron/port HTTP/1.1" 200 1114 0.021835 252.241.163.121 - - [2026-02-05 01:55:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004793 252.241.163.121 - - [2026-02-05 01:55:39] "POST /neutron/port HTTP/1.1" 200 1114 0.023938 252.241.163.121 - - [2026-02-05 01:55:39] "POST /neutron/subnet HTTP/1.1" 200 689 0.009994 252.241.163.121 - - [2026-02-05 01:55:39] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006985 252.241.163.121 - - [2026-02-05 01:55:39] "POST /neutron/port HTTP/1.1" 200 117 0.006641 252.241.163.121 - - [2026-02-05 01:55:39] "POST /neutron/port HTTP/1.1" 200 117 0.001366 10.0.0.241 - - [2026-02-05 01:55:39] "POST /fqname-to-id HTTP/1.1" 404 191 0.005634 10.0.0.241 - - [2026-02-05 01:55:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.006139 252.241.163.121 - - [2026-02-05 01:55:39] "POST /neutron/network HTTP/1.1" 200 828 0.005956 10.0.0.241 - - [2026-02-05 01:55:40] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001281 10.0.0.241 - - [2026-02-05 01:55:40] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 944 0.008687 10.0.0.241 - - [2026-02-05 01:55:40] "POST /service-templates HTTP/1.1" 200 545 0.030724 10.0.0.241 - - [2026-02-05 01:55:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.011111 10.0.0.241 - - [2026-02-05 01:55:40] "DELETE /project/81c2d91902794870a0037a5ca4d4b4a3 HTTP/1.1" 404 173 0.011848 10.0.0.241 - - [2026-02-05 01:55:40] "DELETE /project/af43252e23f84bfc8f665583ca8af1b3 HTTP/1.1" 404 173 0.011023 10.0.0.241 - - [2026-02-05 01:55:40] "GET /projects?obj_uuids=dedddbcd-74db-4273-a610-cf25ad669ec4&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001843 10.0.0.241 - - [2026-02-05 01:55:40] "GET /projects?obj_uuids=81c2d919-0279-4870-a003-7a5ca4d4b4a3&detail=False&count=False&shared=False HTTP/1.1" 200 337 0.000921 10.0.0.241 - - [2026-02-05 01:55:40] "GET /project/81c2d919-0279-4870-a003-7a5ca4d4b4a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.055447 10.0.0.241 - - [2026-02-05 01:55:40] "GET /projects?obj_uuids=81c2d919-0279-4870-a003-7a5ca4d4b4a3&detail=False&count=False&shared=False HTTP/1.1" 200 337 0.001297 10.0.0.241 - - [2026-02-05 01:55:40] "GET /project/dedddbcd-74db-4273-a610-cf25ad669ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.077659 10.0.0.241 - - [2026-02-05 01:55:40] "GET /service-template/c40bad88-a470-4d24-8b0d-73fdff49d2c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.021912 10.0.0.241 - - [2026-02-05 01:55:40] "GET /projects?obj_uuids=dedddbcd-74db-4273-a610-cf25ad669ec4&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001088 10.0.0.241 - - [2026-02-05 01:55:40] "GET /project/81c2d919-0279-4870-a003-7a5ca4d4b4a3?fields=security_groups HTTP/1.1" 200 1328 0.049283 10.0.0.241 - - [2026-02-05 01:55:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.241 - - [2026-02-05 01:55:40] "GET /service-template/c40bad88-a470-4d24-8b0d-73fdff49d2c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.005923 10.0.0.241 - - [2026-02-05 01:55:40] "GET /project/dedddbcd-74db-4273-a610-cf25ad669ec4?fields=security_groups HTTP/1.1" 200 1356 0.089435 252.241.163.121 - - [2026-02-05 01:55:40] "POST /neutron/network HTTP/1.1" 200 840 0.012645 10.0.0.241 - - [2026-02-05 01:55:40] "DELETE /security-group/97e726f8-1f95-4831-91b3-b689f1276cf0 HTTP/1.1" 200 115 0.103708 10.0.0.241 - - [2026-02-05 01:55:40] "POST /id-to-fqname HTTP/1.1" 200 221 0.001196 10.0.0.241 - - [2026-02-05 01:55:40] "GET /projects?obj_uuids=81c2d919-0279-4870-a003-7a5ca4d4b4a3&detail=False&count=False&shared=False HTTP/1.1" 200 337 0.001166 10.0.0.241 - - [2026-02-05 01:55:40] "DELETE /access-control-list/6a4cffaa-f5f7-4813-80f8-1a261c8bd1d7 HTTP/1.1" 200 115 0.078644 10.0.0.241 - - [2026-02-05 01:55:40] "POST /id-to-fqname HTTP/1.1" 200 221 0.001458 10.0.0.241 - - [2026-02-05 01:55:40] "GET /project/81c2d919-0279-4870-a003-7a5ca4d4b4a3?fields=application_policy_sets HTTP/1.1" 200 1367 0.089015 10.0.0.241 - - [2026-02-05 01:55:40] "GET /projects?obj_uuids=af43252e-23f8-4bfc-8f66-5583ca8af1b3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001297 10.0.0.241 - - [2026-02-05 01:55:40] "POST /id-to-fqname HTTP/1.1" 200 222 0.001382 10.0.0.241 - - [2026-02-05 01:55:40] "DELETE /access-control-list/72509f52-83aa-4efd-a03e-84830aef5387 HTTP/1.1" 200 115 0.086553 10.0.0.241 - - [2026-02-05 01:55:40] "DELETE /access-control-list/48272b19-c948-4d20-9b01-3bcaddc84294 HTTP/1.1" 200 115 0.129257 10.0.0.241 - - [2026-02-05 01:55:40] "DELETE /security-group/2664b01f-044d-49db-8756-028a4969b506 HTTP/1.1" 200 115 0.272938 252.241.163.121 - - [2026-02-05 01:55:40] "POST /neutron/port HTTP/1.1" 200 1114 0.048819 10.0.0.241 - - [2026-02-05 01:55:40] "GET /projects?obj_uuids=dedddbcd-74db-4273-a610-cf25ad669ec4&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001197 10.0.0.241 - - [2026-02-05 01:55:40] "DELETE /access-control-list/a21fa3a6-6b5f-4feb-93aa-7340b74898cb HTTP/1.1" 200 115 0.056235 10.0.0.241 - - [2026-02-05 01:55:40] "GET /project/dedddbcd-74db-4273-a610-cf25ad669ec4?fields=application_policy_sets HTTP/1.1" 200 1395 0.061635 252.241.163.121 - - [2026-02-05 01:55:40] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007700 10.0.0.241 - - [2026-02-05 01:55:40] "DELETE /project/81c2d919-0279-4870-a003-7a5ca4d4b4a3 HTTP/1.1" 200 115 0.656269 10.0.0.241 - - [2026-02-05 01:55:40] "DELETE /project/dedddbcd-74db-4273-a610-cf25ad669ec4 HTTP/1.1" 200 115 0.756135 252.241.163.121 - - [2026-02-05 01:55:40] "POST /neutron/port HTTP/1.1" 200 1054 0.490891 252.241.163.121 - - [2026-02-05 01:55:41] "POST /neutron/port HTTP/1.1" 200 1054 0.015188 252.241.163.121 - - [2026-02-05 01:55:41] "POST /neutron/port HTTP/1.1" 200 1054 0.014188 252.241.163.121 - - [2026-02-05 01:55:41] "POST /neutron/port HTTP/1.1" 200 1104 0.096589 252.241.163.121 - - [2026-02-05 01:55:41] "POST /neutron/port HTTP/1.1" 200 1114 0.017248 252.241.163.121 - - [2026-02-05 01:55:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004141 252.241.163.121 - - [2026-02-05 01:55:41] "POST /neutron/subnet HTTP/1.1" 200 689 0.010155 252.241.163.121 - - [2026-02-05 01:55:41] "POST /neutron/port HTTP/1.1" 200 117 0.002265 252.241.163.121 - - [2026-02-05 01:55:41] "POST /neutron/network HTTP/1.1" 200 830 0.006394 252.241.163.121 - - [2026-02-05 01:55:42] "POST /neutron/network HTTP/1.1" 200 2212 0.011257 252.241.163.121 - - [2026-02-05 01:55:42] "GET /aaa-mode HTTP/1.1" 401 297 0.000507 252.241.163.121 - - [2026-02-05 01:55:42] "GET / HTTP/1.1" 200 36499 0.003103 252.241.163.121 - - [2026-02-05 01:55:42] "GET /project/af43252e-23f8-4bfc-8f66-5583ca8af1b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 297 0.000569 10.0.0.241 - - [2026-02-05 01:55:42] "GET /projects?obj_uuids=af43252e-23f8-4bfc-8f66-5583ca8af1b3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001823 252.241.163.121 - - [2026-02-05 01:55:42] "GET /project/af43252e-23f8-4bfc-8f66-5583ca8af1b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.068188 252.241.163.121 - - [2026-02-05 01:55:42] "POST /neutron/network HTTP/1.1" 200 829 0.007017 252.241.163.121 - - [2026-02-05 01:55:43] "POST /neutron/network HTTP/1.1" 200 828 0.006666 252.241.163.121 - - [2026-02-05 01:55:43] "POST /neutron/network HTTP/1.1" 200 830 0.005492 252.241.163.121 - - [2026-02-05 01:55:43] "POST /neutron/port HTTP/1.1" 200 2076 0.031358 252.241.163.121 - - [2026-02-05 01:55:43] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008645 252.241.163.121 - - [2026-02-05 01:55:43] "POST /neutron/port HTTP/1.1" 200 117 0.006613 252.241.163.121 - - [2026-02-05 01:55:43] "POST /neutron/port HTTP/1.1" 200 117 0.007037 252.241.163.121 - - [2026-02-05 01:55:44] "POST /neutron/network HTTP/1.1" 200 2212 0.016085 10.0.0.241 - - [2026-02-05 01:55:44] "GET /projects?obj_uuids=af43252e-23f8-4bfc-8f66-5583ca8af1b3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001197 252.241.163.121 - - [2026-02-05 01:55:44] "POST /neutron/port HTTP/1.1" 200 1055 0.268346 10.0.0.241 - - [2026-02-05 01:55:44] "GET /projects?obj_uuids=af43252e-23f8-4bfc-8f66-5583ca8af1b3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001151 252.241.163.121 - - [2026-02-05 01:55:44] "POST /neutron/port HTTP/1.1" 200 1054 0.275286 10.0.0.241 - - [2026-02-05 01:55:44] "GET /projects?obj_uuids=af43252e-23f8-4bfc-8f66-5583ca8af1b3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001462 252.241.163.121 - - [2026-02-05 01:55:45] "POST /neutron/port HTTP/1.1" 200 1054 0.211812 252.241.163.121 - - [2026-02-05 01:55:45] "POST /neutron/port HTTP/1.1" 200 1055 0.011173 252.241.163.121 - - [2026-02-05 01:55:45] "POST /neutron/port HTTP/1.1" 200 1055 0.016234 252.241.163.121 - - [2026-02-05 01:55:45] "POST /neutron/port HTTP/1.1" 200 1105 0.096343 252.241.163.121 - - [2026-02-05 01:55:45] "POST /neutron/port HTTP/1.1" 200 1054 0.015230 252.241.163.121 - - [2026-02-05 01:55:45] "POST /neutron/port HTTP/1.1" 200 1054 0.017868 252.241.163.121 - - [2026-02-05 01:55:45] "POST /neutron/port HTTP/1.1" 200 1104 0.101480 252.241.163.121 - - [2026-02-05 01:55:45] "POST /neutron/port HTTP/1.1" 200 1054 0.013036 252.241.163.121 - - [2026-02-05 01:55:45] "POST /neutron/port HTTP/1.1" 200 1054 0.012173 252.241.163.121 - - [2026-02-05 01:55:46] "POST /neutron/port HTTP/1.1" 200 1104 0.075110 252.241.163.121 - - [2026-02-05 01:55:46] "POST /neutron/port HTTP/1.1" 200 3038 0.023207 252.241.163.121 - - [2026-02-05 01:55:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006188 252.241.163.121 - - [2026-02-05 01:55:46] "POST /neutron/subnet HTTP/1.1" 200 693 0.008840 252.241.163.121 - - [2026-02-05 01:55:46] "POST /neutron/port HTTP/1.1" 200 117 0.001616 252.241.163.121 - - [2026-02-05 01:55:46] "POST /neutron/network HTTP/1.1" 200 829 0.009812 252.241.163.121 - - [2026-02-05 01:55:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004871 252.241.163.121 - - [2026-02-05 01:55:46] "POST /neutron/subnet HTTP/1.1" 200 689 0.007810 252.241.163.121 - - [2026-02-05 01:55:46] "POST /neutron/port HTTP/1.1" 200 117 0.001268 252.241.163.121 - - [2026-02-05 01:55:46] "POST /neutron/network HTTP/1.1" 200 828 0.006788 252.241.163.121 - - [2026-02-05 01:55:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004221 252.241.163.121 - - [2026-02-05 01:55:46] "POST /neutron/subnet HTTP/1.1" 200 689 0.007870 252.241.163.121 - - [2026-02-05 01:55:46] "POST /neutron/port HTTP/1.1" 200 117 0.001415 252.241.163.121 - - [2026-02-05 01:55:46] "POST /neutron/network HTTP/1.1" 200 830 0.006374 252.241.163.121 - - [2026-02-05 01:55:48] "POST /neutron/port HTTP/1.1" 200 3038 0.027820 252.241.163.121 - - [2026-02-05 01:55:48] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006728 252.241.163.121 - - [2026-02-05 01:55:49] "POST /neutron/port HTTP/1.1" 200 1114 0.015849 252.241.163.121 - - [2026-02-05 01:55:50] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007972 252.241.163.121 - - [2026-02-05 01:55:51] "POST /neutron/port HTTP/1.1" 200 1114 0.015944 252.241.163.121 - - [2026-02-05 01:55:51] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005517 252.241.163.121 - - [2026-02-05 01:55:51] "POST /neutron/port HTTP/1.1" 200 1114 0.021044 252.241.163.121 - - [2026-02-05 01:55:51] "POST /neutron/port HTTP/1.1" 200 1114 0.013617 252.241.163.121 - - [2026-02-05 01:55:51] "POST /neutron/security_group HTTP/1.1" 200 2054 0.014685 252.241.163.121 - - [2026-02-05 01:55:51] "POST /neutron/security_group HTTP/1.1" 200 2054 0.014808 252.241.163.121 - - [2026-02-05 01:55:51] "POST /neutron/port HTTP/1.1" 200 1114 0.015252 252.241.163.121 - - [2026-02-05 01:55:51] "POST /neutron/security_group HTTP/1.1" 200 2054 0.010223 10.0.0.241 - - [2026-02-05 01:55:51] "GET /obj-perms HTTP/1.1" 200 6393 0.064254 10.0.0.241 - - [2026-02-05 01:55:52] "GET /obj-perms HTTP/1.1" 200 6393 0.065574 252.241.163.121 - - [2026-02-05 01:55:53] "POST /neutron/port HTTP/1.1" 200 1114 0.013273 252.241.163.121 - - [2026-02-05 01:55:53] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006599 252.241.163.121 - - [2026-02-05 01:55:53] "POST /neutron/port HTTP/1.1" 200 1114 0.017697 252.241.163.121 - - [2026-02-05 01:55:53] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007154 252.241.163.121 - - [2026-02-05 01:55:53] "POST /neutron/port HTTP/1.1" 200 3038 0.025637 252.241.163.121 - - [2026-02-05 01:55:53] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006753 252.241.163.121 - - [2026-02-05 01:55:53] "POST /neutron/port HTTP/1.1" 200 3038 0.029465 252.241.163.121 - - [2026-02-05 01:55:54] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007752 252.241.163.121 - - [2026-02-05 01:55:54] "POST /neutron/port HTTP/1.1" 200 3038 0.024187 252.241.163.121 - - [2026-02-05 01:55:54] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007032 252.241.163.121 - - [2026-02-05 01:55:54] "POST /neutron/port HTTP/1.1" 200 3038 0.022227 252.241.163.121 - - [2026-02-05 01:55:54] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006058 252.241.163.121 - - [2026-02-05 01:55:54] "POST /neutron/port HTTP/1.1" 200 3038 0.023162 252.241.163.121 - - [2026-02-05 01:55:54] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007031 10.0.0.241 - - [2026-02-05 01:55:54] "GET /virtual-machine/b64fee02-045c-433d-abf6-89ace97b10c1 HTTP/1.1" 200 1805 0.005506 10.0.0.241 - - [2026-02-05 01:55:54] "GET /virtual-machine-interface/11062693-7d1e-41c7-899f-4e5a0806aea1 HTTP/1.1" 200 2950 0.005856 10.0.0.241 - - [2026-02-05 01:55:54] "GET /virtual-machine-interface/55f1a362-fe82-4932-8fc2-e2be7127ea22 HTTP/1.1" 200 2948 0.006236 10.0.0.241 - - [2026-02-05 01:55:54] "GET /virtual-machine-interface/84f051ee-3d99-491f-aa22-85e466b4f72b HTTP/1.1" 200 2948 0.007014 10.0.0.241 - - [2026-02-05 01:55:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004986 10.0.0.241 - - [2026-02-05 01:55:55] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.004195 10.0.0.241 - - [2026-02-05 01:55:55] "GET /virtual-networks?parent_id=af43252e-23f8-4bfc-8f66-5583ca8af1b3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004359 10.0.0.241 - - [2026-02-05 01:55:55] "GET /virtual-network/3be86143-2c01-4d3c-8e1f-a039b97197da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005840 10.0.0.241 - - [2026-02-05 01:55:56] "GET /global-system-configs HTTP/1.1" 401 297 0.000499 10.0.0.241 - - [2026-02-05 01:55:56] "GET /global-system-configs HTTP/1.1" 401 297 0.000408 10.0.0.241 - - [2026-02-05 01:55:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.241 - - [2026-02-05 01:55:58] "GET /virtual-network/3be86143-2c01-4d3c-8e1f-a039b97197da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004649 10.0.0.241 - - [2026-02-05 01:56:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004186 10.0.0.241 - - [2026-02-05 01:56:02] "GET /virtual-network/3be86143-2c01-4d3c-8e1f-a039b97197da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006644 10.0.0.241 - - [2026-02-05 01:56:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.241 - - [2026-02-05 01:56:06] "GET /virtual-network/3be86143-2c01-4d3c-8e1f-a039b97197da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.008231 10.0.0.241 - - [2026-02-05 01:56:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003858 10.0.0.241 - - [2026-02-05 01:56:08] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.003912 10.0.0.241 - - [2026-02-05 01:56:08] "GET /virtual-networks?parent_id=af43252e-23f8-4bfc-8f66-5583ca8af1b3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003735 10.0.0.241 - - [2026-02-05 01:56:08] "GET /virtual-network/3be86143-2c01-4d3c-8e1f-a039b97197da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007654 252.241.163.121 - - [2026-02-05 01:56:09] "POST /neutron/port HTTP/1.1" 200 3038 0.019831 252.241.163.121 - - [2026-02-05 01:56:09] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006743 252.241.163.121 - - [2026-02-05 01:56:14] "POST /neutron/port HTTP/1.1" 200 3038 0.019848 252.241.163.121 - - [2026-02-05 01:56:14] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007959 252.241.163.121 - - [2026-02-05 01:56:18] "POST /neutron/port HTTP/1.1" 200 3038 0.058954 252.241.163.121 - - [2026-02-05 01:56:18] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005875 252.241.163.121 - - [2026-02-05 01:56:18] "POST /neutron/port HTTP/1.1" 200 3038 0.050761 252.241.163.121 - - [2026-02-05 01:56:18] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005182 252.241.163.121 - - [2026-02-05 01:56:19] "POST /neutron/port HTTP/1.1" 200 3038 0.046879 252.241.163.121 - - [2026-02-05 01:56:19] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006160 252.241.163.121 - - [2026-02-05 01:56:19] "POST /neutron/port HTTP/1.1" 200 3038 0.027740 252.241.163.121 - - [2026-02-05 01:56:19] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008514 252.241.163.121 - - [2026-02-05 01:56:19] "POST /neutron/port HTTP/1.1" 200 3038 0.047345 252.241.163.121 - - [2026-02-05 01:56:19] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005967 10.0.0.241 - - [2026-02-05 01:56:24] "GET /global-system-configs HTTP/1.1" 401 297 0.000499 10.0.0.241 - - [2026-02-05 01:56:24] "GET /global-system-configs HTTP/1.1" 401 297 0.000419 252.241.163.121 - - [2026-02-05 01:56:24] "POST /neutron/port HTTP/1.1" 200 3038 0.025043 252.241.163.121 - - [2026-02-05 01:56:24] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006597 252.241.163.121 - - [2026-02-05 01:56:25] "POST /neutron/port HTTP/1.1" 200 1114 0.012385 252.241.163.121 - - [2026-02-05 01:56:25] "POST /neutron/port HTTP/1.1" 200 1114 0.016450 252.241.163.121 - - [2026-02-05 01:56:25] "POST /neutron/network HTTP/1.1" 200 838 0.006124 252.241.163.121 - - [2026-02-05 01:56:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004075 252.241.163.121 - - [2026-02-05 01:56:25] "POST /neutron/subnet HTTP/1.1" 200 689 0.007820 252.241.163.121 - - [2026-02-05 01:56:25] "POST /neutron/port HTTP/1.1" 200 117 0.001400 252.241.163.121 - - [2026-02-05 01:56:25] "POST /neutron/network HTTP/1.1" 200 828 0.006640 252.241.163.121 - - [2026-02-05 01:56:29] "POST /neutron/port HTTP/1.1" 200 3038 0.021485 252.241.163.121 - - [2026-02-05 01:56:29] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007405 252.241.163.121 - - [2026-02-05 01:56:35] "POST /neutron/port HTTP/1.1" 200 3038 0.018939 252.241.163.121 - - [2026-02-05 01:56:35] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006387 10.0.0.241 - - [2026-02-05 01:56:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004060 10.0.0.241 - - [2026-02-05 01:56:40] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.003548 10.0.0.241 - - [2026-02-05 01:56:40] "GET /virtual-networks?parent_id=af43252e-23f8-4bfc-8f66-5583ca8af1b3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004242 10.0.0.241 - - [2026-02-05 01:56:40] "GET /virtual-network/a6411d24-2460-4805-a596-ae1164d36b91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005524 10.0.0.241 - - [2026-02-05 01:56:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004389 10.0.0.241 - - [2026-02-05 01:56:40] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.004106 10.0.0.241 - - [2026-02-05 01:56:40] "GET /virtual-networks?parent_id=af43252e-23f8-4bfc-8f66-5583ca8af1b3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003995 10.0.0.241 - - [2026-02-05 01:56:40] "GET /virtual-network/e9e2ef2c-83f2-404f-82f8-4c49f4634ea8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005589 10.0.0.241 - - [2026-02-05 01:56:41] "POST /fqname-to-id HTTP/1.1" 404 205 0.003358 10.0.0.241 - - [2026-02-05 01:56:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002745 10.0.0.241 - - [2026-02-05 01:56:41] "GET /projects?obj_uuids=af43252e-23f8-4bfc-8f66-5583ca8af1b3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001110 10.0.0.241 - - [2026-02-05 01:56:41] "GET /project/af43252e-23f8-4bfc-8f66-5583ca8af1b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.023503 10.0.0.241 - - [2026-02-05 01:56:41] "POST /service-instances HTTP/1.1" 200 545 0.064536 10.0.0.241 - - [2026-02-05 01:56:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.241 - - [2026-02-05 01:56:41] "GET /service-instance/c5f47584-0080-4ff6-aab6-4b7eb988f6e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2138 0.005774 10.0.0.241 - - [2026-02-05 01:56:41] "POST /port-tuples HTTP/1.1" 200 588 0.029259 10.0.0.241 - - [2026-02-05 01:56:41] "GET /virtual-machine-interface/55f1a362-fe82-4932-8fc2-e2be7127ea22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.006158 10.0.0.241 - - [2026-02-05 01:56:41] "PUT /virtual-machine-interface/55f1a362-fe82-4932-8fc2-e2be7127ea22 HTTP/1.1" 200 286 0.012435 10.0.0.241 - - [2026-02-05 01:56:41] "POST /ref-update HTTP/1.1" 200 156 0.012605 10.0.0.241 - - [2026-02-05 01:56:41] "POST /instance-ips HTTP/1.1" 200 387 0.024257 10.0.0.241 - - [2026-02-05 01:56:41] "GET /virtual-machine-interface/84f051ee-3d99-491f-aa22-85e466b4f72b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.004721 10.0.0.241 - - [2026-02-05 01:56:41] "POST /ref-update HTTP/1.1" 200 156 0.016661 10.0.0.241 - - [2026-02-05 01:56:41] "PUT /virtual-machine-interface/84f051ee-3d99-491f-aa22-85e466b4f72b HTTP/1.1" 200 286 0.013424 10.0.0.241 - - [2026-02-05 01:56:41] "POST /ref-update HTTP/1.1" 200 156 0.011233 10.0.0.241 - - [2026-02-05 01:56:41] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002883 10.0.0.241 - - [2026-02-05 01:56:41] "POST /ref-update HTTP/1.1" 200 156 0.015282 10.0.0.241 - - [2026-02-05 01:56:41] "GET /virtual-machine-interface/11062693-7d1e-41c7-899f-4e5a0806aea1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2727 0.006855 10.0.0.241 - - [2026-02-05 01:56:41] "POST /instance-ips HTTP/1.1" 200 387 0.033439 10.0.0.241 - - [2026-02-05 01:56:41] "PUT /virtual-machine-interface/11062693-7d1e-41c7-899f-4e5a0806aea1 HTTP/1.1" 200 286 0.012105 10.0.0.241 - - [2026-02-05 01:56:41] "POST /ref-update HTTP/1.1" 200 156 0.009749 10.0.0.241 - - [2026-02-05 01:56:41] "POST /ref-update HTTP/1.1" 200 156 0.010805 10.0.0.241 - - [2026-02-05 01:56:42] "POST /ref-update HTTP/1.1" 200 156 0.011355 10.0.0.241 - - [2026-02-05 01:56:42] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003445 252.241.163.121 - - [2026-02-05 01:56:42] "POST /neutron/port HTTP/1.1" 200 1114 0.018242 10.0.0.241 - - [2026-02-05 01:56:42] "POST /instance-ips HTTP/1.1" 200 375 0.033614 252.241.163.121 - - [2026-02-05 01:56:42] "POST /neutron/security_group HTTP/1.1" 200 2054 0.012657 10.0.0.241 - - [2026-02-05 01:56:42] "POST /ref-update HTTP/1.1" 200 156 0.011006 252.241.163.121 - - [2026-02-05 01:56:42] "POST /neutron/port HTTP/1.1" 200 1114 0.013173 10.0.0.241 - - [2026-02-05 01:56:42] "POST /ref-update HTTP/1.1" 200 156 0.009196 252.241.163.121 - - [2026-02-05 01:56:42] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007527 10.0.0.241 - - [2026-02-05 01:56:42] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003508 252.241.163.121 - - [2026-02-05 01:56:42] "POST /neutron/port HTTP/1.1" 200 1114 0.012648 10.0.0.241 - - [2026-02-05 01:56:42] "POST /instance-ips HTTP/1.1" 200 375 0.017675 252.241.163.121 - - [2026-02-05 01:56:42] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006411 10.0.0.241 - - [2026-02-05 01:56:42] "POST /ref-update HTTP/1.1" 200 156 0.008501 10.0.0.241 - - [2026-02-05 01:56:42] "GET /virtual-machine/c6d4f82d-91dc-4f31-a9cb-c154721733e0 HTTP/1.1" 200 1293 0.005971 10.0.0.241 - - [2026-02-05 01:56:42] "POST /ref-update HTTP/1.1" 200 156 0.009477 10.0.0.241 - - [2026-02-05 01:56:42] "GET /virtual-machine-interface/5e27509e-6e73-47b6-8f39-c83d99961794 HTTP/1.1" 200 2948 0.007057 10.0.0.241 - - [2026-02-05 01:56:42] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.005930 10.0.0.241 - - [2026-02-05 01:56:42] "POST /instance-ips HTTP/1.1" 200 377 0.018377 10.0.0.241 - - [2026-02-05 01:56:42] "POST /ref-update HTTP/1.1" 200 156 0.011612 10.0.0.241 - - [2026-02-05 01:56:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.241 - - [2026-02-05 01:56:42] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.005524 10.0.0.241 - - [2026-02-05 01:56:42] "POST /ref-update HTTP/1.1" 200 156 0.010276 10.0.0.241 - - [2026-02-05 01:56:42] "GET /virtual-networks?parent_id=af43252e-23f8-4bfc-8f66-5583ca8af1b3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003299 10.0.0.241 - - [2026-02-05 01:56:42] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003060 10.0.0.241 - - [2026-02-05 01:56:42] "GET /virtual-network/a6411d24-2460-4805-a596-ae1164d36b91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005882 10.0.0.241 - - [2026-02-05 01:56:42] "POST /instance-ips HTTP/1.1" 200 377 0.017770 10.0.0.241 - - [2026-02-05 01:56:42] "POST /ref-update HTTP/1.1" 200 156 0.012436 10.0.0.241 - - [2026-02-05 01:56:42] "POST /ref-update HTTP/1.1" 200 156 0.015949 10.0.0.241 - - [2026-02-05 01:56:43] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003593 10.0.0.241 - - [2026-02-05 01:56:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003635 10.0.0.241 - - [2026-02-05 01:56:43] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.003217 10.0.0.241 - - [2026-02-05 01:56:44] "GET /virtual-networks?parent_id=af43252e-23f8-4bfc-8f66-5583ca8af1b3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003250 10.0.0.241 - - [2026-02-05 01:56:44] "GET /virtual-network/a6411d24-2460-4805-a596-ae1164d36b91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005753 252.241.163.121 - - [2026-02-05 01:56:44] "POST /neutron/port HTTP/1.1" 200 1114 0.016656 252.241.163.121 - - [2026-02-05 01:56:44] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007984 252.241.163.121 - - [2026-02-05 01:56:44] "POST /neutron/port HTTP/1.1" 200 1114 0.015846 252.241.163.121 - - [2026-02-05 01:56:44] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008332 252.241.163.121 - - [2026-02-05 01:56:44] "POST /neutron/port HTTP/1.1" 200 1114 0.013217 252.241.163.121 - - [2026-02-05 01:56:44] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006704 10.0.0.241 - - [2026-02-05 01:56:44] "GET /virtual-machine/e5f2382b-1329-4fff-acb4-e7a90aa8f542 HTTP/1.1" 200 1293 0.005441 10.0.0.241 - - [2026-02-05 01:56:44] "GET /virtual-machine-interface/34879bc6-52a7-4674-94e7-cf15143e7b89 HTTP/1.1" 200 2951 0.006446 10.0.0.241 - - [2026-02-05 01:56:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.241 - - [2026-02-05 01:56:45] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.004746 10.0.0.241 - - [2026-02-05 01:56:45] "GET /virtual-networks?parent_id=af43252e-23f8-4bfc-8f66-5583ca8af1b3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003558 10.0.0.241 - - [2026-02-05 01:56:45] "GET /virtual-network/e9e2ef2c-83f2-404f-82f8-4c49f4634ea8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005407 10.0.0.241 - - [2026-02-05 01:56:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005205 10.0.0.241 - - [2026-02-05 01:56:46] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.004120 10.0.0.241 - - [2026-02-05 01:56:46] "GET /virtual-networks?parent_id=af43252e-23f8-4bfc-8f66-5583ca8af1b3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004004 10.0.0.241 - - [2026-02-05 01:56:46] "GET /virtual-network/e9e2ef2c-83f2-404f-82f8-4c49f4634ea8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006549 10.0.0.241 - - [2026-02-05 01:56:46] "POST /fqname-to-id HTTP/1.1" 404 209 0.004510 10.0.0.241 - - [2026-02-05 01:56:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.241 - - [2026-02-05 01:56:46] "GET /projects?obj_uuids=af43252e-23f8-4bfc-8f66-5583ca8af1b3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002141 10.0.0.241 - - [2026-02-05 01:56:46] "GET /project/af43252e-23f8-4bfc-8f66-5583ca8af1b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.040340 10.0.0.241 - - [2026-02-05 01:56:46] "POST /network-policys HTTP/1.1" 200 549 0.027361 10.0.0.241 - - [2026-02-05 01:56:46] "GET /network-policy/a5e25f59-78db-4af4-b60b-5f883d12fbc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.007518 10.0.0.241 - - [2026-02-05 01:56:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004416 10.0.0.241 - - [2026-02-05 01:56:47] "GET /virtual-network/a6411d24-2460-4805-a596-ae1164d36b91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008145 10.0.0.241 - - [2026-02-05 01:56:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.241 - - [2026-02-05 01:56:47] "GET /network-policy/a5e25f59-78db-4af4-b60b-5f883d12fbc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.004202 10.0.0.241 - - [2026-02-05 01:56:47] "POST /fqname-to-id HTTP/1.1" 404 240 0.006629 10.0.0.241 - - [2026-02-05 01:56:47] "POST /ref-update HTTP/1.1" 200 156 0.039603 10.0.0.241 - - [2026-02-05 01:56:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.241 - - [2026-02-05 01:56:47] "POST /access-control-lists HTTP/1.1" 200 603 0.068246 10.0.0.241 - - [2026-02-05 01:56:47] "GET /network-policy/a5e25f59-78db-4af4-b60b-5f883d12fbc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.004504 252.241.163.121 - - [2026-02-05 01:56:47] "POST /neutron/network HTTP/1.1" 200 914 0.008103 10.0.0.241 - - [2026-02-05 01:56:47] "GET /virtual-network/a6411d24-2460-4805-a596-ae1164d36b91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.009053 10.0.0.241 - - [2026-02-05 01:56:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004013 10.0.0.241 - - [2026-02-05 01:56:47] "GET /network-policy/a5e25f59-78db-4af4-b60b-5f883d12fbc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.004850 10.0.0.241 - - [2026-02-05 01:56:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004358 10.0.0.241 - - [2026-02-05 01:56:47] "GET /virtual-network/e9e2ef2c-83f2-404f-82f8-4c49f4634ea8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006125 10.0.0.241 - - [2026-02-05 01:56:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004683 10.0.0.241 - - [2026-02-05 01:56:47] "GET /network-policy/a5e25f59-78db-4af4-b60b-5f883d12fbc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.003984 10.0.0.241 - - [2026-02-05 01:56:47] "POST /fqname-to-id HTTP/1.1" 404 242 0.005077 10.0.0.241 - - [2026-02-05 01:56:47] "POST /ref-update HTTP/1.1" 200 156 0.036209 10.0.0.241 - - [2026-02-05 01:56:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003475 10.0.0.241 - - [2026-02-05 01:56:47] "POST /access-control-lists HTTP/1.1" 200 606 0.064127 10.0.0.241 - - [2026-02-05 01:56:47] "GET /network-policy/a5e25f59-78db-4af4-b60b-5f883d12fbc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.004028 10.0.0.241 - - [2026-02-05 01:56:47] "POST /routing-instances HTTP/1.1" 200 757 0.017073 252.241.163.121 - - [2026-02-05 01:56:47] "POST /neutron/network HTTP/1.1" 200 916 0.007105 10.0.0.241 - - [2026-02-05 01:56:47] "POST /route-targets HTTP/1.1" 200 329 0.013578 10.0.0.241 - - [2026-02-05 01:56:47] "GET /virtual-network/e9e2ef2c-83f2-404f-82f8-4c49f4634ea8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.006986 10.0.0.241 - - [2026-02-05 01:56:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003457 10.0.0.241 - - [2026-02-05 01:56:47] "POST /ref-update HTTP/1.1" 200 156 0.012369 10.0.0.241 - - [2026-02-05 01:56:48] "GET /network-policy/a5e25f59-78db-4af4-b60b-5f883d12fbc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.003775 10.0.0.241 - - [2026-02-05 01:56:48] "GET /routing-instance/6451d9cc-9b31-44ce-a6b6-33e034b0eea3?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1275 0.005818 10.0.0.241 - - [2026-02-05 01:56:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.241 - - [2026-02-05 01:56:48] "GET /routing-instance/6451d9cc-9b31-44ce-a6b6-33e034b0eea3?fields=routing_policy_back_refs HTTP/1.1" 200 1275 0.005002 10.0.0.241 - - [2026-02-05 01:56:48] "GET /service-template/c40bad88-a470-4d24-8b0d-73fdff49d2c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.005800 10.0.0.241 - - [2026-02-05 01:56:48] "POST /ref-update HTTP/1.1" 200 156 0.013534 10.0.0.241 - - [2026-02-05 01:56:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004524 10.0.0.241 - - [2026-02-05 01:56:48] "GET /projects?obj_uuids=af43252e-23f8-4bfc-8f66-5583ca8af1b3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001509 10.0.0.241 - - [2026-02-05 01:56:48] "GET /project/af43252e-23f8-4bfc-8f66-5583ca8af1b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.038577 10.0.0.241 - - [2026-02-05 01:56:48] "POST /routing-instances HTTP/1.1" 200 758 0.037141 10.0.0.241 - - [2026-02-05 01:56:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.241 - - [2026-02-05 01:56:48] "POST /route-targets HTTP/1.1" 200 329 0.011279 10.0.0.241 - - [2026-02-05 01:56:48] "GET /service-instance/c5f47584-0080-4ff6-aab6-4b7eb988f6e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3544 0.005971 10.0.0.241 - - [2026-02-05 01:56:48] "POST /ref-update HTTP/1.1" 200 156 0.010844 10.0.0.241 - - [2026-02-05 01:56:48] "GET /domains HTTP/1.1" 200 440 0.005476 10.0.0.241 - - [2026-02-05 01:56:48] "GET /routing-instance/6b07f5cd-c663-4545-966d-e6d181a7b5f9?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1276 0.005086 10.0.0.241 - - [2026-02-05 01:56:48] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001467 10.0.0.241 - - [2026-02-05 01:56:48] "GET /routing-instance/6b07f5cd-c663-4545-966d-e6d181a7b5f9?fields=routing_policy_back_refs HTTP/1.1" 200 1276 0.008011 10.0.0.241 - - [2026-02-05 01:56:48] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd HTTP/1.1" 200 1529 0.014893 10.0.0.241 - - [2026-02-05 01:56:48] "GET /projects?obj_uuids=af43252e-23f8-4bfc-8f66-5583ca8af1b3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001089 10.0.0.241 - - [2026-02-05 01:56:48] "PUT /routing-instance/6451d9cc-9b31-44ce-a6b6-33e034b0eea3 HTTP/1.1" 200 268 0.026083 10.0.0.241 - - [2026-02-05 01:56:48] "GET /project/af43252e-23f8-4bfc-8f66-5583ca8af1b3 HTTP/1.1" 200 4236 0.037403 10.0.0.241 - - [2026-02-05 01:56:48] "PUT /routing-instance/6b07f5cd-c663-4545-966d-e6d181a7b5f9 HTTP/1.1" 200 268 0.015352 10.0.0.241 - - [2026-02-05 01:56:48] "GET /service-instance/c5f47584-0080-4ff6-aab6-4b7eb988f6e8 HTTP/1.1" 200 3798 0.008705 10.0.0.241 - - [2026-02-05 01:56:48] "POST /ref-update HTTP/1.1" 200 156 0.010993 10.0.0.241 - - [2026-02-05 01:56:48] "GET /domains HTTP/1.1" 200 440 0.002819 10.0.0.241 - - [2026-02-05 01:56:48] "PUT /access-control-list/dda137e3-5a34-495c-bcb2-d8009de72a38 HTTP/1.1" 200 274 0.022498 10.0.0.241 - - [2026-02-05 01:56:48] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001611 10.0.0.241 - - [2026-02-05 01:56:48] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd HTTP/1.1" 200 1529 0.014022 10.0.0.241 - - [2026-02-05 01:56:48] "GET /projects?obj_uuids=af43252e-23f8-4bfc-8f66-5583ca8af1b3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001272 10.0.0.241 - - [2026-02-05 01:56:48] "PUT /access-control-list/0e4e6529-4f6d-48ff-b614-d95fe1ab06d8 HTTP/1.1" 200 274 0.023562 10.0.0.241 - - [2026-02-05 01:56:48] "GET /project/af43252e-23f8-4bfc-8f66-5583ca8af1b3 HTTP/1.1" 200 4236 0.043033 10.0.0.241 - - [2026-02-05 01:56:48] "GET /service-instance/c5f47584-0080-4ff6-aab6-4b7eb988f6e8 HTTP/1.1" 200 3798 0.004219 10.0.0.241 - - [2026-02-05 01:56:48] "GET /port-tuple/d273f4de-a5dc-427b-ad14-9b4e964fc521 HTTP/1.1" 200 1982 0.003942 10.0.0.241 - - [2026-02-05 01:56:49] "GET /virtual-machine-interface/11062693-7d1e-41c7-899f-4e5a0806aea1 HTTP/1.1" 200 3809 0.006037 10.0.0.241 - - [2026-02-05 01:56:49] "GET /virtual-machine-interface/55f1a362-fe82-4932-8fc2-e2be7127ea22 HTTP/1.1" 200 3822 0.005980 10.0.0.241 - - [2026-02-05 01:56:49] "GET /virtual-machine-interface/84f051ee-3d99-491f-aa22-85e466b4f72b HTTP/1.1" 200 3804 0.007121 252.241.163.121 - - [2026-02-05 01:56:49] "POST /neutron/port HTTP/1.1" 200 3809 0.039595 252.241.163.121 - - [2026-02-05 01:56:49] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006744 252.241.163.121 - - [2026-02-05 01:56:49] "POST /neutron/port HTTP/1.1" 200 3809 0.034609 252.241.163.121 - - [2026-02-05 01:56:49] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006439 252.241.163.121 - - [2026-02-05 01:56:49] "POST /neutron/port HTTP/1.1" 200 3809 0.032324 252.241.163.121 - - [2026-02-05 01:56:49] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007301 252.241.163.121 - - [2026-02-05 01:56:49] "POST /neutron/port HTTP/1.1" 200 3809 0.034527 252.241.163.121 - - [2026-02-05 01:56:49] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008159 252.241.163.121 - - [2026-02-05 01:56:49] "POST /neutron/network HTTP/1.1" 200 888 0.014530 252.241.163.121 - - [2026-02-05 01:56:49] "POST /neutron/network HTTP/1.1" 200 914 0.006624 252.241.163.121 - - [2026-02-05 01:56:49] "POST /neutron/network HTTP/1.1" 200 803 0.013165 252.241.163.121 - - [2026-02-05 01:56:49] "POST /neutron/network HTTP/1.1" 200 829 0.006406 252.241.163.121 - - [2026-02-05 01:56:49] "POST /neutron/network HTTP/1.1" 200 890 0.013192 252.241.163.121 - - [2026-02-05 01:56:50] "POST /neutron/network HTTP/1.1" 200 916 0.006886 10.0.0.241 - - [2026-02-05 01:56:50] "POST /id-to-fqname HTTP/1.1" 200 221 0.001608 10.0.0.241 - - [2026-02-05 01:56:50] "POST /id-to-fqname HTTP/1.1" 200 221 0.001360 10.0.0.241 - - [2026-02-05 01:56:50] "POST /id-to-fqname HTTP/1.1" 200 222 0.001985 10.0.0.241 - - [2026-02-05 01:56:50] "GET /virtual-machine/b64fee02-045c-433d-abf6-89ace97b10c1 HTTP/1.1" 200 1805 0.005763 10.0.0.241 - - [2026-02-05 01:56:50] "GET /virtual-machine-interface/11062693-7d1e-41c7-899f-4e5a0806aea1 HTTP/1.1" 200 3809 0.006439 10.0.0.241 - - [2026-02-05 01:56:50] "GET /virtual-machine-interface/55f1a362-fe82-4932-8fc2-e2be7127ea22 HTTP/1.1" 200 3822 0.005276 10.0.0.241 - - [2026-02-05 01:56:50] "GET /virtual-machine-interface/84f051ee-3d99-491f-aa22-85e466b4f72b HTTP/1.1" 200 3804 0.005251 10.0.0.241 - - [2026-02-05 01:56:50] "GET /instance-ip/3dc9fd9d-9dfb-4df8-8fb5-322248e90fc0 HTTP/1.1" 200 1964 0.004257 10.0.0.241 - - [2026-02-05 01:56:50] "GET /instance-ip/5c72ad69-36fd-48df-b823-3817ff2527e9 HTTP/1.1" 200 1962 0.004429 10.0.0.241 - - [2026-02-05 01:56:50] "GET /instance-ip/ef7013e9-440a-4b75-ac41-2e712f586a8d HTTP/1.1" 200 1623 0.005981 10.0.0.241 - - [2026-02-05 01:56:50] "GET /instance-ip/8f8a3e6e-255f-4866-beb5-7b6036b90694 HTTP/1.1" 200 1623 0.006528 10.0.0.241 - - [2026-02-05 01:56:50] "GET /instance-ip/bd031fcd-058d-41a1-a65f-a38ccecfe5f1 HTTP/1.1" 200 1983 0.004097 10.0.0.241 - - [2026-02-05 01:56:50] "GET /instance-ip/ec743dc0-c7b1-48aa-b25b-021a19e1b343 HTTP/1.1" 200 1985 0.003996 10.0.0.241 - - [2026-02-05 01:56:50] "GET /instance-ip/399e375c-2ef0-4fba-a077-e48d573626f2 HTTP/1.1" 200 1958 0.004513 10.0.0.241 - - [2026-02-05 01:56:50] "GET /instance-ip/9cdf49db-409b-4c1a-b2d6-57287edd7551 HTTP/1.1" 200 1622 0.005495 10.0.0.241 - - [2026-02-05 01:56:50] "GET /instance-ip/b841c88d-af8e-4644-9d6b-22a431da90b3 HTTP/1.1" 200 1961 0.003975 252.241.163.121 - - [2026-02-05 01:56:50] "POST /neutron/port HTTP/1.1" 200 3809 0.033383 252.241.163.121 - - [2026-02-05 01:56:50] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006377 252.241.163.121 - - [2026-02-05 01:56:51] "POST /neutron/port HTTP/1.1" 200 3809 0.034740 252.241.163.121 - - [2026-02-05 01:56:51] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008571 252.241.163.121 - - [2026-02-05 01:56:51] "POST /neutron/port HTTP/1.1" 200 3809 0.033739 252.241.163.121 - - [2026-02-05 01:56:51] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007464 252.241.163.121 - - [2026-02-05 01:56:51] "POST /neutron/port HTTP/1.1" 200 3809 0.034031 252.241.163.121 - - [2026-02-05 01:56:51] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007337 10.0.0.241 - - [2026-02-05 01:56:51] "GET /virtual-machine/b64fee02-045c-433d-abf6-89ace97b10c1 HTTP/1.1" 200 1805 0.005100 10.0.0.241 - - [2026-02-05 01:56:51] "GET /virtual-machine-interface/11062693-7d1e-41c7-899f-4e5a0806aea1 HTTP/1.1" 200 3809 0.006121 10.0.0.241 - - [2026-02-05 01:56:51] "GET /virtual-machine-interface/55f1a362-fe82-4932-8fc2-e2be7127ea22 HTTP/1.1" 200 3822 0.005782 10.0.0.241 - - [2026-02-05 01:56:51] "GET /virtual-machine-interface/84f051ee-3d99-491f-aa22-85e466b4f72b HTTP/1.1" 200 3804 0.005835 10.0.0.241 - - [2026-02-05 01:56:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.241 - - [2026-02-05 01:56:51] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.003560 10.0.0.241 - - [2026-02-05 01:56:51] "GET /virtual-networks?parent_id=af43252e-23f8-4bfc-8f66-5583ca8af1b3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004398 10.0.0.241 - - [2026-02-05 01:56:51] "GET /virtual-network/a6411d24-2460-4805-a596-ae1164d36b91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.007055 10.0.0.241 - - [2026-02-05 01:56:52] "GET /obj-perms HTTP/1.1" 200 6393 0.067500 10.0.0.241 - - [2026-02-05 01:56:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.241 - - [2026-02-05 01:56:53] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.003950 10.0.0.241 - - [2026-02-05 01:56:53] "GET /virtual-networks?parent_id=af43252e-23f8-4bfc-8f66-5583ca8af1b3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.005968 10.0.0.241 - - [2026-02-05 01:56:53] "GET /obj-perms HTTP/1.1" 200 6393 0.062589 10.0.0.241 - - [2026-02-05 01:56:53] "GET /virtual-network/a6411d24-2460-4805-a596-ae1164d36b91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.007224 10.0.0.241 - - [2026-02-05 01:56:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003918 10.0.0.241 - - [2026-02-05 01:56:53] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.004375 10.0.0.241 - - [2026-02-05 01:56:53] "GET /virtual-networks?parent_id=af43252e-23f8-4bfc-8f66-5583ca8af1b3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003086 10.0.0.241 - - [2026-02-05 01:56:53] "GET /virtual-network/a6411d24-2460-4805-a596-ae1164d36b91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.008344 10.0.0.241 - - [2026-02-05 01:56:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.241 - - [2026-02-05 01:56:53] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.003528 10.0.0.241 - - [2026-02-05 01:56:53] "GET /virtual-networks?parent_id=af43252e-23f8-4bfc-8f66-5583ca8af1b3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004610 10.0.0.241 - - [2026-02-05 01:56:53] "GET /virtual-network/a6411d24-2460-4805-a596-ae1164d36b91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.006387 10.0.0.241 - - [2026-02-05 01:56:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004315 10.0.0.241 - - [2026-02-05 01:56:53] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.003766 10.0.0.241 - - [2026-02-05 01:56:53] "GET /virtual-networks?parent_id=af43252e-23f8-4bfc-8f66-5583ca8af1b3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003298 10.0.0.241 - - [2026-02-05 01:56:54] "GET /virtual-network/a6411d24-2460-4805-a596-ae1164d36b91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.006817 10.0.0.241 - - [2026-02-05 01:56:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.241 - - [2026-02-05 01:56:54] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.003340 10.0.0.241 - - [2026-02-05 01:56:54] "GET /virtual-networks?parent_id=af43252e-23f8-4bfc-8f66-5583ca8af1b3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003804 10.0.0.241 - - [2026-02-05 01:56:54] "GET /virtual-network/3be86143-2c01-4d3c-8e1f-a039b97197da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005830 10.0.0.241 - - [2026-02-05 01:56:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003815 10.0.0.241 - - [2026-02-05 01:56:54] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.003342 10.0.0.241 - - [2026-02-05 01:56:54] "GET /virtual-networks?parent_id=af43252e-23f8-4bfc-8f66-5583ca8af1b3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003750 10.0.0.241 - - [2026-02-05 01:56:54] "GET /virtual-network/3be86143-2c01-4d3c-8e1f-a039b97197da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006627 10.0.0.241 - - [2026-02-05 01:56:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003701 10.0.0.241 - - [2026-02-05 01:56:54] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.003471 10.0.0.241 - - [2026-02-05 01:56:54] "GET /virtual-networks?parent_id=af43252e-23f8-4bfc-8f66-5583ca8af1b3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003834 10.0.0.241 - - [2026-02-05 01:56:54] "GET /virtual-network/3be86143-2c01-4d3c-8e1f-a039b97197da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007189 10.0.0.241 - - [2026-02-05 01:56:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.241 - - [2026-02-05 01:56:55] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.004993 10.0.0.241 - - [2026-02-05 01:56:55] "GET /virtual-networks?parent_id=af43252e-23f8-4bfc-8f66-5583ca8af1b3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004991 10.0.0.241 - - [2026-02-05 01:56:55] "GET /virtual-network/3be86143-2c01-4d3c-8e1f-a039b97197da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006054 10.0.0.241 - - [2026-02-05 01:56:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.241 - - [2026-02-05 01:56:55] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.003347 10.0.0.241 - - [2026-02-05 01:56:55] "GET /virtual-networks?parent_id=af43252e-23f8-4bfc-8f66-5583ca8af1b3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004176 10.0.0.241 - - [2026-02-05 01:56:55] "GET /virtual-network/e9e2ef2c-83f2-404f-82f8-4c49f4634ea8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.006216 10.0.0.241 - - [2026-02-05 01:56:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004128 10.0.0.241 - - [2026-02-05 01:56:55] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.003756 10.0.0.241 - - [2026-02-05 01:56:55] "GET /virtual-networks?parent_id=af43252e-23f8-4bfc-8f66-5583ca8af1b3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003590 10.0.0.241 - - [2026-02-05 01:56:55] "GET /virtual-network/e9e2ef2c-83f2-404f-82f8-4c49f4634ea8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.007570 10.0.0.241 - - [2026-02-05 01:56:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.009516 10.0.0.241 - - [2026-02-05 01:56:55] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.003923 10.0.0.241 - - [2026-02-05 01:56:55] "GET /virtual-networks?parent_id=af43252e-23f8-4bfc-8f66-5583ca8af1b3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004381 10.0.0.241 - - [2026-02-05 01:56:55] "GET /virtual-network/e9e2ef2c-83f2-404f-82f8-4c49f4634ea8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005579 10.0.0.241 - - [2026-02-05 01:56:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004478 10.0.0.241 - - [2026-02-05 01:56:56] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.003812 10.0.0.241 - - [2026-02-05 01:56:56] "GET /virtual-networks?parent_id=af43252e-23f8-4bfc-8f66-5583ca8af1b3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003557 10.0.0.241 - - [2026-02-05 01:56:56] "GET /virtual-network/e9e2ef2c-83f2-404f-82f8-4c49f4634ea8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.007472 10.0.0.241 - - [2026-02-05 01:56:56] "GET /virtual-machine/b64fee02-045c-433d-abf6-89ace97b10c1 HTTP/1.1" 200 1805 0.005461 10.0.0.241 - - [2026-02-05 01:56:56] "GET /domains HTTP/1.1" 200 440 0.003982 10.0.0.241 - - [2026-02-05 01:56:56] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001088 10.0.0.241 - - [2026-02-05 01:56:56] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd HTTP/1.1" 200 1529 0.007044 10.0.0.241 - - [2026-02-05 01:56:56] "GET /projects?obj_uuids=af43252e-23f8-4bfc-8f66-5583ca8af1b3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001133 10.0.0.241 - - [2026-02-05 01:56:56] "GET /project/af43252e-23f8-4bfc-8f66-5583ca8af1b3 HTTP/1.1" 200 4236 0.024264 10.0.0.241 - - [2026-02-05 01:56:56] "GET /service-instance/c5f47584-0080-4ff6-aab6-4b7eb988f6e8 HTTP/1.1" 200 3798 0.005730 10.0.0.241 - - [2026-02-05 01:56:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.241 - - [2026-02-05 01:56:56] "GET /routing-instance/4eda04c9-f0d9-453b-b5cb-4d7030450b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1889 0.005366 10.0.0.241 - - [2026-02-05 01:56:56] "GET /routing-instance/4eda04c9-f0d9-453b-b5cb-4d7030450b97?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2022 0.005560 10.0.0.241 - - [2026-02-05 01:56:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003550 10.0.0.241 - - [2026-02-05 01:56:56] "GET /routing-instance/a8fc615a-d471-414f-a6d9-4dd312e1d87b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1895 0.004804 10.0.0.241 - - [2026-02-05 01:56:56] "GET /routing-instance/a8fc615a-d471-414f-a6d9-4dd312e1d87b?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2026 0.005751 10.0.0.241 - - [2026-02-05 01:56:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.241 - - [2026-02-05 01:56:56] "GET /virtual-network/a6411d24-2460-4805-a596-ae1164d36b91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005570 10.0.0.241 - - [2026-02-05 01:56:56] "GET /virtual-network/a6411d24-2460-4805-a596-ae1164d36b91?fields=routing_instances HTTP/1.1" 200 1684 0.007541 10.0.0.241 - - [2026-02-05 01:56:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005302 10.0.0.241 - - [2026-02-05 01:56:57] "GET /virtual-network/e9e2ef2c-83f2-404f-82f8-4c49f4634ea8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.006401 10.0.0.241 - - [2026-02-05 01:56:57] "GET /virtual-network/e9e2ef2c-83f2-404f-82f8-4c49f4634ea8?fields=routing_instances HTTP/1.1" 200 1688 0.009126 10.0.0.241 - - [2026-02-05 01:57:01] "POST /ref-update HTTP/1.1" 200 156 0.029610 10.0.0.241 - - [2026-02-05 01:57:01] "DELETE /access-control-list/0e4e6529-4f6d-48ff-b614-d95fe1ab06d8 HTTP/1.1" 200 115 0.029589 252.241.163.121 - - [2026-02-05 01:57:01] "POST /neutron/network HTTP/1.1" 200 830 0.010083 10.0.0.241 - - [2026-02-05 01:57:01] "GET /virtual-network/e9e2ef2c-83f2-404f-82f8-4c49f4634ea8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006176 10.0.0.241 - - [2026-02-05 01:57:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002163 10.0.0.241 - - [2026-02-05 01:57:01] "DELETE /routing-instance/6451d9cc-9b31-44ce-a6b6-33e034b0eea3 HTTP/1.1" 200 115 0.032426 10.0.0.241 - - [2026-02-05 01:57:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004553 10.0.0.241 - - [2026-02-05 01:57:01] "GET /network-policy/a5e25f59-78db-4af4-b60b-5f883d12fbc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.003767 10.0.0.241 - - [2026-02-05 01:57:01] "DELETE /route-target/127e7817-c1bb-4689-823a-34b3c831feac HTTP/1.1" 200 115 0.019269 10.0.0.241 - - [2026-02-05 01:57:01] "POST /ref-update HTTP/1.1" 200 156 0.034805 10.0.0.241 - - [2026-02-05 01:57:01] "DELETE /routing-instance/6b07f5cd-c663-4545-966d-e6d181a7b5f9 HTTP/1.1" 200 115 0.036407 10.0.0.241 - - [2026-02-05 01:57:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 252.241.163.121 - - [2026-02-05 01:57:01] "POST /neutron/network HTTP/1.1" 200 828 0.008672 10.0.0.241 - - [2026-02-05 01:57:01] "DELETE /route-target/d86949db-c737-4129-afdc-c43bd7815a3e HTTP/1.1" 200 115 0.021966 10.0.0.241 - - [2026-02-05 01:57:01] "GET /virtual-network/a6411d24-2460-4805-a596-ae1164d36b91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.010201 10.0.0.241 - - [2026-02-05 01:57:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002870 10.0.0.241 - - [2026-02-05 01:57:01] "DELETE /access-control-list/dda137e3-5a34-495c-bcb2-d8009de72a38 HTTP/1.1" 200 115 0.048057 10.0.0.241 - - [2026-02-05 01:57:01] "GET /network-policy/a5e25f59-78db-4af4-b60b-5f883d12fbc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.004345 10.0.0.241 - - [2026-02-05 01:57:01] "DELETE /network-policy/a5e25f59-78db-4af4-b60b-5f883d12fbc6 HTTP/1.1" 200 115 0.025423 10.0.0.241 - - [2026-02-05 01:57:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003012 10.0.0.241 - - [2026-02-05 01:57:02] "DELETE /service-instance/c5f47584-0080-4ff6-aab6-4b7eb988f6e8 HTTP/1.1" 200 115 0.052492 10.0.0.241 - - [2026-02-05 01:57:02] "GET /domains HTTP/1.1" 200 440 0.003475 10.0.0.241 - - [2026-02-05 01:57:02] "POST /ref-update HTTP/1.1" 200 156 0.018899 10.0.0.241 - - [2026-02-05 01:57:02] "DELETE /instance-ip/399e375c-2ef0-4fba-a077-e48d573626f2 HTTP/1.1" 200 115 0.030827 10.0.0.241 - - [2026-02-05 01:57:02] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001862 10.0.0.241 - - [2026-02-05 01:57:02] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd HTTP/1.1" 200 1529 0.011510 10.0.0.241 - - [2026-02-05 01:57:02] "POST /ref-update HTTP/1.1" 200 156 0.026454 10.0.0.241 - - [2026-02-05 01:57:02] "GET /projects?obj_uuids=af43252e-23f8-4bfc-8f66-5583ca8af1b3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001120 10.0.0.241 - - [2026-02-05 01:57:02] "GET /project/af43252e-23f8-4bfc-8f66-5583ca8af1b3 HTTP/1.1" 200 3762 0.031838 10.0.0.241 - - [2026-02-05 01:57:02] "DELETE /instance-ip/ec743dc0-c7b1-48aa-b25b-021a19e1b343 HTTP/1.1" 200 115 0.047227 10.0.0.241 - - [2026-02-05 01:57:02] "POST /ref-update HTTP/1.1" 200 156 0.014541 10.0.0.241 - - [2026-02-05 01:57:02] "GET /virtual-machine/b64fee02-045c-433d-abf6-89ace97b10c1 HTTP/1.1" 200 1805 0.004403 10.0.0.241 - - [2026-02-05 01:57:02] "DELETE /instance-ip/bd031fcd-058d-41a1-a65f-a38ccecfe5f1 HTTP/1.1" 200 115 0.029424 10.0.0.241 - - [2026-02-05 01:57:02] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002764 10.0.0.241 - - [2026-02-05 01:57:02] "POST /ref-update HTTP/1.1" 200 156 0.016177 10.0.0.241 - - [2026-02-05 01:57:02] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.010664 10.0.0.241 - - [2026-02-05 01:57:02] "DELETE /instance-ip/5c72ad69-36fd-48df-b823-3817ff2527e9 HTTP/1.1" 200 115 0.023786 10.0.0.241 - - [2026-02-05 01:57:02] "POST /ref-update HTTP/1.1" 200 156 0.011812 10.0.0.241 - - [2026-02-05 01:57:02] "DELETE /instance-ip/3dc9fd9d-9dfb-4df8-8fb5-322248e90fc0 HTTP/1.1" 200 115 0.027271 10.0.0.241 - - [2026-02-05 01:57:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005820 10.0.0.241 - - [2026-02-05 01:57:02] "POST /ref-update HTTP/1.1" 200 156 0.022448 10.0.0.241 - - [2026-02-05 01:57:02] "DELETE /service-template/c40bad88-a470-4d24-8b0d-73fdff49d2c8 HTTP/1.1" 200 115 0.033614 10.0.0.241 - - [2026-02-05 01:57:02] "POST /fqname-to-id HTTP/1.1" 404 191 0.003957 10.0.0.241 - - [2026-02-05 01:57:02] "DELETE /instance-ip/b841c88d-af8e-4644-9d6b-22a431da90b3 HTTP/1.1" 200 115 0.022169 252.241.163.121 - - [2026-02-05 01:57:02] "POST /neutron/network HTTP/1.1" 200 830 0.007219 252.241.163.121 - - [2026-02-05 01:57:02] "POST /neutron/network HTTP/1.1" 400 204 0.015692 252.241.163.121 - - [2026-02-05 01:57:03] "POST /neutron/port HTTP/1.1" 200 1114 0.013074 252.241.163.121 - - [2026-02-05 01:57:03] "POST /neutron/port HTTP/1.1" 200 1104 0.014513 252.241.163.121 - - [2026-02-05 01:57:03] "POST /neutron/port HTTP/1.1" 200 1114 0.017396 252.241.163.121 - - [2026-02-05 01:57:03] "POST /neutron/port HTTP/1.1" 200 1104 0.017988 252.241.163.121 - - [2026-02-05 01:57:03] "POST /neutron/port HTTP/1.1" 200 151 0.171485 252.241.163.121 - - [2026-02-05 01:57:03] "POST /neutron/port HTTP/1.1" 200 3038 0.029163 252.241.163.121 - - [2026-02-05 01:57:03] "POST /neutron/port HTTP/1.1" 200 1104 0.015221 252.241.163.121 - - [2026-02-05 01:57:03] "POST /neutron/port HTTP/1.1" 200 151 0.165061 252.241.163.121 - - [2026-02-05 01:57:04] "POST /neutron/port HTTP/1.1" 200 151 0.170800 252.241.163.121 - - [2026-02-05 01:57:04] "POST /neutron/port HTTP/1.1" 200 1105 0.011392 252.241.163.121 - - [2026-02-05 01:57:04] "POST /neutron/port HTTP/1.1" 200 151 0.139116 252.241.163.121 - - [2026-02-05 01:57:04] "POST /neutron/port HTTP/1.1" 200 1104 0.011159 252.241.163.121 - - [2026-02-05 01:57:04] "POST /neutron/port HTTP/1.1" 200 151 0.121965 252.241.163.121 - - [2026-02-05 01:57:04] "POST /neutron/network HTTP/1.1" 200 830 0.006826 10.0.0.241 - - [2026-02-05 01:57:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004430 10.0.0.241 - - [2026-02-05 01:57:05] "POST /useragent-kv HTTP/1.1" 200 115 0.003119 10.0.0.241 - - [2026-02-05 01:57:05] "POST /useragent-kv HTTP/1.1" 200 115 0.003526 252.241.163.121 - - [2026-02-05 01:57:05] "POST /neutron/network HTTP/1.1" 200 151 0.100064 10.0.0.241 - - [2026-02-05 01:57:05] "DELETE /route-target/2abf6e73-4449-4174-8c3e-5e181f332d8e HTTP/1.1" 200 115 0.029360 10.0.0.241 - - [2026-02-05 01:57:05] "GET /routing-instance/a8fc615a-d471-414f-a6d9-4dd312e1d87b HTTP/1.1" 404 171 0.003376 10.0.0.241 - - [2026-02-05 01:57:05] "GET /domains HTTP/1.1" 200 440 0.003076 10.0.0.241 - - [2026-02-05 01:57:05] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001102 10.0.0.241 - - [2026-02-05 01:57:05] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd HTTP/1.1" 200 1306 0.009626 10.0.0.241 - - [2026-02-05 01:57:05] "GET /projects?obj_uuids=af43252e-23f8-4bfc-8f66-5583ca8af1b3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.003077 10.0.0.241 - - [2026-02-05 01:57:05] "GET /project/af43252e-23f8-4bfc-8f66-5583ca8af1b3 HTTP/1.1" 200 2301 0.028837 252.241.163.121 - - [2026-02-05 01:57:05] "POST /neutron/network HTTP/1.1" 200 828 0.006524 10.0.0.241 - - [2026-02-05 01:57:05] "POST /useragent-kv HTTP/1.1" 200 115 0.082134 10.0.0.241 - - [2026-02-05 01:57:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004031 10.0.0.241 - - [2026-02-05 01:57:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001979 252.241.163.121 - - [2026-02-05 01:57:05] "POST /neutron/network HTTP/1.1" 200 151 0.159594 10.0.0.241 - - [2026-02-05 01:57:05] "DELETE /route-target/f15bd6b3-9b58-4790-9b50-6d831158c2ae HTTP/1.1" 200 115 0.019101 10.0.0.241 - - [2026-02-05 01:57:05] "GET /routing-instance/4eda04c9-f0d9-453b-b5cb-4d7030450b97 HTTP/1.1" 404 171 0.002745 10.0.0.241 - - [2026-02-05 01:57:05] "GET /domains HTTP/1.1" 200 440 0.003552 10.0.0.241 - - [2026-02-05 01:57:06] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001122 10.0.0.241 - - [2026-02-05 01:57:06] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd HTTP/1.1" 200 1306 0.010477 10.0.0.241 - - [2026-02-05 01:57:06] "GET /projects?obj_uuids=af43252e-23f8-4bfc-8f66-5583ca8af1b3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001199 10.0.0.241 - - [2026-02-05 01:57:06] "GET /project/af43252e-23f8-4bfc-8f66-5583ca8af1b3 HTTP/1.1" 200 2083 0.034001 252.241.163.121 - - [2026-02-05 01:57:06] "POST /neutron/network HTTP/1.1" 200 829 0.006088 10.0.0.241 - - [2026-02-05 01:57:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004258 10.0.0.241 - - [2026-02-05 01:57:06] "POST /useragent-kv HTTP/1.1" 200 115 0.003696 10.0.0.241 - - [2026-02-05 01:57:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002513 252.241.163.121 - - [2026-02-05 01:57:06] "POST /neutron/network HTTP/1.1" 200 151 0.104614 10.0.0.241 - - [2026-02-05 01:57:06] "DELETE /route-target/9be934d3-609f-4504-8d16-9912beaeb266 HTTP/1.1" 200 115 0.030420 10.0.0.241 - - [2026-02-05 01:57:06] "GET /routing-instance/903bf353-8def-4661-b8ed-d5db25d1f4e2 HTTP/1.1" 404 171 0.003460 10.0.0.241 - - [2026-02-05 01:57:06] "GET /domains HTTP/1.1" 200 440 0.003216 10.0.0.241 - - [2026-02-05 01:57:06] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001154 10.0.0.241 - - [2026-02-05 01:57:06] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd HTTP/1.1" 200 1306 0.008551 10.0.0.241 - - [2026-02-05 01:57:06] "GET /projects?obj_uuids=af43252e-23f8-4bfc-8f66-5583ca8af1b3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001190 10.0.0.241 - - [2026-02-05 01:57:06] "GET /project/af43252e-23f8-4bfc-8f66-5583ca8af1b3 HTTP/1.1" 200 1843 0.027859 10.0.0.241 - - [2026-02-05 01:57:07] "GET /projects?obj_uuids=af43252e-23f8-4bfc-8f66-5583ca8af1b3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001433 10.0.0.241 - - [2026-02-05 01:57:07] "GET /project/af43252e-23f8-4bfc-8f66-5583ca8af1b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.032944 10.0.0.241 - - [2026-02-05 01:57:07] "GET /projects?obj_uuids=af43252e-23f8-4bfc-8f66-5583ca8af1b3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001070 10.0.0.241 - - [2026-02-05 01:57:07] "GET /project/af43252e-23f8-4bfc-8f66-5583ca8af1b3?fields=virtual_networks HTTP/1.1" 200 1031 0.067814 10.0.0.241 - - [2026-02-05 01:57:07] "GET /projects?obj_uuids=af43252e-23f8-4bfc-8f66-5583ca8af1b3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001162 10.0.0.241 - - [2026-02-05 01:57:07] "GET /project/af43252e-23f8-4bfc-8f66-5583ca8af1b3?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.028017 10.0.0.241 - - [2026-02-05 01:57:07] "GET /projects?obj_uuids=af43252e-23f8-4bfc-8f66-5583ca8af1b3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001864 10.0.0.241 - - [2026-02-05 01:57:07] "GET /project/af43252e-23f8-4bfc-8f66-5583ca8af1b3?fields=security_groups HTTP/1.1" 200 1255 0.041196 10.0.0.241 - - [2026-02-05 01:57:08] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001153 10.0.0.241 - - [2026-02-05 01:57:08] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 944 0.011829 10.0.0.241 - - [2026-02-05 01:57:08] "POST /fqname-to-id HTTP/1.1" 404 187 0.032929 10.0.0.241 - - [2026-02-05 01:57:08] "GET /projects?obj_uuids=5cdbdbeb-62bf-430b-b623-8dfee301d171&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002354 10.0.0.241 - - [2026-02-05 01:57:08] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.002045 10.0.0.241 - - [2026-02-05 01:57:08] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 974 0.008723 10.0.0.241 - - [2026-02-05 01:57:08] "POST /id-to-fqname HTTP/1.1" 200 189 0.002343 10.0.0.241 - - [2026-02-05 01:57:08] "POST /fqname-to-id HTTP/1.1" 404 198 0.003204 10.0.0.241 - - [2026-02-05 01:57:09] "POST /security-groups HTTP/1.1" 200 584 0.063308 10.0.0.241 - - [2026-02-05 01:57:09] "POST /fqname-to-id HTTP/1.1" 404 233 0.005690 10.0.0.241 - - [2026-02-05 01:57:09] "POST /projects HTTP/1.1" 200 579 0.237557 10.0.0.241 - - [2026-02-05 01:57:09] "POST /access-control-lists HTTP/1.1" 200 599 0.058449 10.0.0.241 - - [2026-02-05 01:57:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.319433 10.0.0.241 - - [2026-02-05 01:57:09] "POST /fqname-to-id HTTP/1.1" 404 232 0.003178 10.0.0.241 - - [2026-02-05 01:57:09] "GET /project/5cdbdbeb-62bf-430b-b623-8dfee301d171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.458666 10.0.0.241 - - [2026-02-05 01:57:09] "POST /access-control-lists HTTP/1.1" 200 597 0.064784 10.0.0.241 - - [2026-02-05 01:57:10] "GET / HTTP/1.1" 200 36499 0.001819 10.0.0.241 - - [2026-02-05 01:57:11] "POST /fqname-to-id HTTP/1.1" 401 297 0.000635 10.0.0.241 - - [2026-02-05 01:57:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.049649 10.0.0.241 - - [2026-02-05 01:57:12] "GET /projects?obj_uuids=5cdbdbeb-62bf-430b-b623-8dfee301d171&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001318 10.0.0.241 - - [2026-02-05 01:57:12] "GET /project/5cdbdbeb-62bf-430b-b623-8dfee301d171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.024216 10.0.0.241 - - [2026-02-05 01:57:12] "POST /fqname-to-id HTTP/1.1" 404 178 0.003625 10.0.0.241 - - [2026-02-05 01:57:12] "POST /virtual-DNSs HTTP/1.1" 200 509 0.018997 10.0.0.241 - - [2026-02-05 01:57:12] "GET /virtual-DNS/7d4493ed-5863-41a5-bbdb-f81ac23afe18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.005810 10.0.0.241 - - [2026-02-05 01:57:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.241 - - [2026-02-05 01:57:12] "GET /virtual-DNS/7d4493ed-5863-41a5-bbdb-f81ac23afe18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.004865 10.0.0.241 - - [2026-02-05 01:57:12] "GET /domains HTTP/1.1" 401 297 0.000609 10.0.0.241 - - [2026-02-05 01:57:13] "GET /domains HTTP/1.1" 200 440 0.036741 10.0.0.241 - - [2026-02-05 01:57:13] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001188 10.0.0.241 - - [2026-02-05 01:57:13] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd HTTP/1.1" 200 1693 0.010056 10.0.0.241 - - [2026-02-05 01:57:13] "GET /virtual-DNS/7d4493ed-5863-41a5-bbdb-f81ac23afe18 HTTP/1.1" 200 1440 0.005340 10.0.0.241 - - [2026-02-05 01:57:13] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 549 0.003326 10.0.0.241 - - [2026-02-05 01:57:13] "POST /network-ipams HTTP/1.1" 200 516 0.019226 10.0.0.241 - - [2026-02-05 01:57:13] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 755 0.003343 10.0.0.241 - - [2026-02-05 01:57:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003916 10.0.0.241 - - [2026-02-05 01:57:13] "GET /network-ipam/d211de0d-adee-4306-bf5e-7fb7eb6ad79b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.006723 10.0.0.241 - - [2026-02-05 01:57:13] "PUT /network-ipam/d211de0d-adee-4306-bf5e-7fb7eb6ad79b HTTP/1.1" 200 260 0.012704 10.0.0.241 - - [2026-02-05 01:57:13] "POST /ref-update HTTP/1.1" 200 156 0.009943 10.0.0.241 - - [2026-02-05 01:57:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.241 - - [2026-02-05 01:57:13] "GET /projects?obj_uuids=5cdbdbeb-62bf-430b-b623-8dfee301d171&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001187 10.0.0.241 - - [2026-02-05 01:57:13] "GET /project/5cdbdbeb-62bf-430b-b623-8dfee301d171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.029941 252.241.163.121 - - [2026-02-05 01:57:13] "POST /neutron/network HTTP/1.1" 200 117 0.049967 10.0.0.241 - - [2026-02-05 01:57:13] "GET /projects?obj_uuids=5cdbdbeb-62bf-430b-b623-8dfee301d171&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001533 252.241.163.121 - - [2026-02-05 01:57:13] "POST /neutron/network HTTP/1.1" 200 616 0.079892 10.0.0.241 - - [2026-02-05 01:57:13] "POST /route-targets HTTP/1.1" 200 329 0.017992 10.0.0.241 - - [2026-02-05 01:57:13] "POST /ref-update HTTP/1.1" 200 156 0.019823 10.0.0.241 - - [2026-02-05 01:57:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003638 252.241.163.121 - - [2026-02-05 01:57:14] "POST /neutron/subnet HTTP/1.1" 200 711 0.170114 252.241.163.121 - - [2026-02-05 01:57:14] "POST /neutron/network HTTP/1.1" 200 829 0.006564 10.0.0.241 - - [2026-02-05 01:57:14] "POST /id-to-fqname HTTP/1.1" 200 225 0.001588 10.0.0.241 - - [2026-02-05 01:57:14] "GET /virtual-network/17342951-0747-4a62-a0d3-e7db00c3324a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005520 252.241.163.121 - - [2026-02-05 01:57:14] "POST /neutron/network HTTP/1.1" 200 829 0.006530 10.0.0.241 - - [2026-02-05 01:57:14] "GET /virtual-network/17342951-0747-4a62-a0d3-e7db00c3324a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005891 252.241.163.121 - - [2026-02-05 01:57:14] "POST /neutron/network HTTP/1.1" 200 829 0.007955 252.241.163.121 - - [2026-02-05 01:57:14] "POST /neutron/subnet HTTP/1.1" 200 711 0.007669 252.241.163.121 - - [2026-02-05 01:57:14] "POST /neutron/network HTTP/1.1" 200 803 0.013207 252.241.163.121 - - [2026-02-05 01:57:14] "POST /neutron/network HTTP/1.1" 200 829 0.006478 10.0.0.241 - - [2026-02-05 01:57:14] "POST /id-to-fqname HTTP/1.1" 200 225 0.001661 252.241.163.121 - - [2026-02-05 01:57:14] "POST /neutron/network HTTP/1.1" 200 839 0.006648 252.241.163.121 - - [2026-02-05 01:57:15] "GET /aaa-mode HTTP/1.1" 401 297 0.000600 252.241.163.121 - - [2026-02-05 01:57:15] "GET / HTTP/1.1" 200 36499 0.002196 252.241.163.121 - - [2026-02-05 01:57:15] "GET /project/5cdbdbeb-62bf-430b-b623-8dfee301d171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 297 0.000500 10.0.0.241 - - [2026-02-05 01:57:15] "GET /projects?obj_uuids=5cdbdbeb-62bf-430b-b623-8dfee301d171&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001425 252.241.163.121 - - [2026-02-05 01:57:15] "GET /project/5cdbdbeb-62bf-430b-b623-8dfee301d171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.055758 252.241.163.121 - - [2026-02-05 01:57:15] "POST /neutron/network HTTP/1.1" 200 829 0.005569 252.241.163.121 - - [2026-02-05 01:57:15] "POST /neutron/port HTTP/1.1" 200 117 0.008607 252.241.163.121 - - [2026-02-05 01:57:15] "POST /neutron/port HTTP/1.1" 200 117 0.004819 252.241.163.121 - - [2026-02-05 01:57:15] "POST /neutron/port HTTP/1.1" 200 117 0.006079 252.241.163.121 - - [2026-02-05 01:57:16] "POST /neutron/network HTTP/1.1" 200 839 0.006434 10.0.0.241 - - [2026-02-05 01:57:16] "GET /projects?obj_uuids=5cdbdbeb-62bf-430b-b623-8dfee301d171&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001509 252.241.163.121 - - [2026-02-05 01:57:16] "POST /neutron/port HTTP/1.1" 200 1056 0.227853 252.241.163.121 - - [2026-02-05 01:57:16] "POST /neutron/port HTTP/1.1" 200 1056 0.013002 252.241.163.121 - - [2026-02-05 01:57:16] "POST /neutron/port HTTP/1.1" 200 1056 0.013315 252.241.163.121 - - [2026-02-05 01:57:16] "POST /neutron/port HTTP/1.1" 200 1106 0.055779 252.241.163.121 - - [2026-02-05 01:57:17] "POST /neutron/port HTTP/1.1" 200 1116 0.012934 252.241.163.121 - - [2026-02-05 01:57:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004581 252.241.163.121 - - [2026-02-05 01:57:17] "POST /neutron/subnet HTTP/1.1" 200 685 0.007347 252.241.163.121 - - [2026-02-05 01:57:17] "POST /neutron/port HTTP/1.1" 200 117 0.001539 252.241.163.121 - - [2026-02-05 01:57:17] "POST /neutron/network HTTP/1.1" 200 829 0.006469 252.241.163.121 - - [2026-02-05 01:57:21] "POST /neutron/port HTTP/1.1" 200 1116 0.011836 252.241.163.121 - - [2026-02-05 01:57:21] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008796 252.241.163.121 - - [2026-02-05 01:57:21] "POST /neutron/port HTTP/1.1" 200 1116 0.014089 252.241.163.121 - - [2026-02-05 01:57:21] "POST /neutron/security_group HTTP/1.1" 200 2057 0.012383 252.241.163.121 - - [2026-02-05 01:57:21] "POST /neutron/port HTTP/1.1" 200 1116 0.012197 252.241.163.121 - - [2026-02-05 01:57:21] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007031 10.0.0.241 - - [2026-02-05 01:57:21] "GET /virtual-machine/b2f245af-823e-4275-9171-222b8a636f54 HTTP/1.1" 200 1296 0.004865 10.0.0.241 - - [2026-02-05 01:57:21] "GET /virtual-machine-interface/b390047b-5ce9-495f-a2bb-19224ea60e75 HTTP/1.1" 200 2967 0.005620 10.0.0.241 - - [2026-02-05 01:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.241 - - [2026-02-05 01:57:21] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.004390 10.0.0.241 - - [2026-02-05 01:57:21] "GET /virtual-networks?parent_id=5cdbdbeb-62bf-430b-b623-8dfee301d171&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003545 10.0.0.241 - - [2026-02-05 01:57:21] "GET /virtual-network/17342951-0747-4a62-a0d3-e7db00c3324a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005642 10.0.0.241 - - [2026-02-05 01:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.241 - - [2026-02-05 01:57:24] "GET /virtual-network/17342951-0747-4a62-a0d3-e7db00c3324a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006207 252.241.163.121 - - [2026-02-05 01:57:26] "POST /neutron/port HTTP/1.1" 200 1116 0.013570 252.241.163.121 - - [2026-02-05 01:57:26] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008048 252.241.163.121 - - [2026-02-05 01:57:27] "POST /neutron/port HTTP/1.1" 200 1116 0.013278 252.241.163.121 - - [2026-02-05 01:57:27] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007957 252.241.163.121 - - [2026-02-05 01:57:27] "POST /neutron/port HTTP/1.1" 200 1116 0.015759 252.241.163.121 - - [2026-02-05 01:57:27] "POST /neutron/security_group HTTP/1.1" 200 2057 0.005685 10.0.0.241 - - [2026-02-05 01:57:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.241 - - [2026-02-05 01:57:29] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.004132 252.241.163.121 - - [2026-02-05 01:57:29] "POST /neutron/port HTTP/1.1" 200 1116 0.014466 10.0.0.241 - - [2026-02-05 01:57:29] "GET /virtual-networks?parent_id=5cdbdbeb-62bf-430b-b623-8dfee301d171&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002863 252.241.163.121 - - [2026-02-05 01:57:29] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007554 10.0.0.241 - - [2026-02-05 01:57:29] "GET /virtual-network/17342951-0747-4a62-a0d3-e7db00c3324a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005199 252.241.163.121 - - [2026-02-05 01:57:33] "POST /neutron/network HTTP/1.1" 200 803 0.011616 252.241.163.121 - - [2026-02-05 01:57:33] "POST /neutron/network HTTP/1.1" 200 829 0.005774 10.0.0.241 - - [2026-02-05 01:57:33] "POST /id-to-fqname HTTP/1.1" 200 225 0.004382 252.241.163.121 - - [2026-02-05 01:57:34] "POST /neutron/port HTTP/1.1" 200 1116 0.014102 252.241.163.121 - - [2026-02-05 01:57:34] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008157 252.241.163.121 - - [2026-02-05 01:57:34] "POST /neutron/network HTTP/1.1" 200 839 0.006664 252.241.163.121 - - [2026-02-05 01:57:34] "GET /aaa-mode HTTP/1.1" 401 297 0.000508 252.241.163.121 - - [2026-02-05 01:57:34] "GET / HTTP/1.1" 200 36499 0.001863 252.241.163.121 - - [2026-02-05 01:57:34] "GET /project/5cdbdbeb-62bf-430b-b623-8dfee301d171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 297 0.000412 10.0.0.241 - - [2026-02-05 01:57:34] "GET /projects?obj_uuids=5cdbdbeb-62bf-430b-b623-8dfee301d171&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001110 252.241.163.121 - - [2026-02-05 01:57:34] "GET /project/5cdbdbeb-62bf-430b-b623-8dfee301d171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.051841 252.241.163.121 - - [2026-02-05 01:57:34] "POST /neutron/network HTTP/1.1" 200 829 0.007799 252.241.163.121 - - [2026-02-05 01:57:35] "POST /neutron/port HTTP/1.1" 200 1116 0.016674 252.241.163.121 - - [2026-02-05 01:57:35] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007095 252.241.163.121 - - [2026-02-05 01:57:35] "POST /neutron/port HTTP/1.1" 200 117 0.004889 252.241.163.121 - - [2026-02-05 01:57:35] "POST /neutron/port HTTP/1.1" 200 117 0.006961 252.241.163.121 - - [2026-02-05 01:57:35] "POST /neutron/network HTTP/1.1" 200 839 0.005910 10.0.0.241 - - [2026-02-05 01:57:36] "GET /projects?obj_uuids=5cdbdbeb-62bf-430b-b623-8dfee301d171&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001230 252.241.163.121 - - [2026-02-05 01:57:36] "POST /neutron/port HTTP/1.1" 200 1056 0.238244 252.241.163.121 - - [2026-02-05 01:57:36] "POST /neutron/port HTTP/1.1" 200 1056 0.016840 252.241.163.121 - - [2026-02-05 01:57:36] "POST /neutron/port HTTP/1.1" 200 1056 0.010979 252.241.163.121 - - [2026-02-05 01:57:36] "POST /neutron/port HTTP/1.1" 200 1106 0.064399 252.241.163.121 - - [2026-02-05 01:57:36] "POST /neutron/port HTTP/1.1" 200 1116 0.012573 252.241.163.121 - - [2026-02-05 01:57:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003601 252.241.163.121 - - [2026-02-05 01:57:36] "POST /neutron/subnet HTTP/1.1" 200 685 0.006936 252.241.163.121 - - [2026-02-05 01:57:36] "POST /neutron/port HTTP/1.1" 200 117 0.001584 252.241.163.121 - - [2026-02-05 01:57:36] "POST /neutron/network HTTP/1.1" 200 829 0.007113 252.241.163.121 - - [2026-02-05 01:57:40] "POST /neutron/port HTTP/1.1" 200 1116 0.012224 252.241.163.121 - - [2026-02-05 01:57:40] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006559 252.241.163.121 - - [2026-02-05 01:57:40] "POST /neutron/port HTTP/1.1" 200 1116 0.021789 252.241.163.121 - - [2026-02-05 01:57:40] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007859 252.241.163.121 - - [2026-02-05 01:57:40] "POST /neutron/port HTTP/1.1" 200 1116 0.013143 252.241.163.121 - - [2026-02-05 01:57:40] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009000 10.0.0.241 - - [2026-02-05 01:57:40] "GET /virtual-machine/17ee123c-4b09-4f64-8642-ea81acbe4111 HTTP/1.1" 200 1294 0.005340 10.0.0.241 - - [2026-02-05 01:57:40] "GET /virtual-machine-interface/cb297f84-a7af-4328-b39b-fed7de8bb885 HTTP/1.1" 200 2967 0.005717 10.0.0.241 - - [2026-02-05 01:57:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004196 10.0.0.241 - - [2026-02-05 01:57:41] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.011329 10.0.0.241 - - [2026-02-05 01:57:41] "DELETE /project/5cdbdbeb62bf430bb6238dfee301d171 HTTP/1.1" 404 173 0.004144 10.0.0.241 - - [2026-02-05 01:57:41] "GET /projects?obj_uuids=af43252e-23f8-4bfc-8f66-5583ca8af1b3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001007 10.0.0.241 - - [2026-02-05 01:57:41] "GET /project/af43252e-23f8-4bfc-8f66-5583ca8af1b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.027743 10.0.0.241 - - [2026-02-05 01:57:41] "GET /projects?obj_uuids=af43252e-23f8-4bfc-8f66-5583ca8af1b3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000980 10.0.0.241 - - [2026-02-05 01:57:41] "GET /virtual-networks?parent_id=5cdbdbeb-62bf-430b-b623-8dfee301d171&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002138 10.0.0.241 - - [2026-02-05 01:57:41] "GET /virtual-network/17342951-0747-4a62-a0d3-e7db00c3324a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004081 10.0.0.241 - - [2026-02-05 01:57:41] "GET /project/af43252e-23f8-4bfc-8f66-5583ca8af1b3?fields=security_groups HTTP/1.1" 200 1345 0.072711 10.0.0.241 - - [2026-02-05 01:57:41] "DELETE /security-group/6f01fe76-6cc1-4a00-ac0a-8b0acd9fecb8 HTTP/1.1" 200 115 0.051519 10.0.0.241 - - [2026-02-05 01:57:41] "GET /projects?obj_uuids=af43252e-23f8-4bfc-8f66-5583ca8af1b3&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001272 10.0.0.241 - - [2026-02-05 01:57:41] "DELETE /access-control-list/da1290f5-c85a-4f90-9b02-a46824f14ab7 HTTP/1.1" 200 115 0.040139 10.0.0.241 - - [2026-02-05 01:57:41] "GET /project/af43252e-23f8-4bfc-8f66-5583ca8af1b3?fields=application_policy_sets HTTP/1.1" 200 1384 0.049107 10.0.0.241 - - [2026-02-05 01:57:41] "DELETE /access-control-list/0e4592d5-9ed3-4bc8-b610-e22879a08177 HTTP/1.1" 200 115 0.048179 10.0.0.241 - - [2026-02-05 01:57:41] "DELETE /project/af43252e-23f8-4bfc-8f66-5583ca8af1b3 HTTP/1.1" 200 115 0.326764 10.0.0.241 - - [2026-02-05 01:57:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.241 - - [2026-02-05 01:57:44] "GET /virtual-network/17342951-0747-4a62-a0d3-e7db00c3324a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004950 252.241.163.121 - - [2026-02-05 01:57:46] "POST /neutron/port HTTP/1.1" 200 1116 0.015043 252.241.163.121 - - [2026-02-05 01:57:46] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006090 252.241.163.121 - - [2026-02-05 01:57:46] "POST /neutron/port HTTP/1.1" 200 1116 0.012578 252.241.163.121 - - [2026-02-05 01:57:46] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006041 252.241.163.121 - - [2026-02-05 01:57:46] "POST /neutron/port HTTP/1.1" 200 1116 0.013408 252.241.163.121 - - [2026-02-05 01:57:46] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006273 10.0.0.241 - - [2026-02-05 01:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005134 10.0.0.241 - - [2026-02-05 01:57:48] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.003754 10.0.0.241 - - [2026-02-05 01:57:48] "GET /virtual-networks?parent_id=5cdbdbeb-62bf-430b-b623-8dfee301d171&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003114 10.0.0.241 - - [2026-02-05 01:57:48] "GET /virtual-network/17342951-0747-4a62-a0d3-e7db00c3324a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005384 10.0.0.241 - - [2026-02-05 01:57:53] "GET /obj-perms HTTP/1.1" 200 6393 0.064884 10.0.0.241 - - [2026-02-05 01:57:54] "GET /obj-perms HTTP/1.1" 200 6393 0.057941 [Introspect:8084]10.0.0.241 - - [2026-02-05 01:57:54] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.001092 [Introspect:8084]10.0.0.241 - - [2026-02-05 01:57:54] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2962 0.001446 10.0.0.241 - - [2026-02-05 01:57:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.241 - - [2026-02-05 01:57:55] "DELETE /virtual-DNS/7d4493ed-5863-41a5-bbdb-f81ac23afe18 HTTP/1.1" 409 237 0.006134 10.0.0.241 - - [2026-02-05 01:57:55] "POST /fqname-to-id HTTP/1.1" 404 190 0.003053 10.0.0.241 - - [2026-02-05 01:57:55] "POST /virtual-DNS-records HTTP/1.1" 200 533 0.016981 10.0.0.241 - - [2026-02-05 01:57:55] "GET /virtual-DNS-record/01959dc2-8144-4ec2-bca7-478d42728d4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.005025 10.0.0.241 - - [2026-02-05 01:57:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.241 - - [2026-02-05 01:57:55] "GET /virtual-DNS-record/01959dc2-8144-4ec2-bca7-478d42728d4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.003884 10.0.0.241 - - [2026-02-05 01:57:55] "GET /domains HTTP/1.1" 200 440 0.002890 10.0.0.241 - - [2026-02-05 01:57:55] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001131 10.0.0.241 - - [2026-02-05 01:57:55] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd HTTP/1.1" 200 1509 0.009118 10.0.0.241 - - [2026-02-05 01:57:55] "GET /virtual-DNS/7d4493ed-5863-41a5-bbdb-f81ac23afe18 HTTP/1.1" 200 1909 0.006182 10.0.0.241 - - [2026-02-05 01:57:56] "GET /virtual-DNS-record/01959dc2-8144-4ec2-bca7-478d42728d4a HTTP/1.1" 200 1337 0.003459 10.0.0.241 - - [2026-02-05 01:58:01] "DELETE /virtual-DNS-record/01959dc2-8144-4ec2-bca7-478d42728d4a HTTP/1.1" 200 115 0.024046 10.0.0.241 - - [2026-02-05 01:58:01] "POST /fqname-to-id HTTP/1.1" 404 182 0.003155 252.241.163.121 - - [2026-02-05 01:58:01] "POST /neutron/network HTTP/1.1" 200 829 0.008132 252.241.163.121 - - [2026-02-05 01:58:01] "POST /neutron/network HTTP/1.1" 400 204 0.021125 252.241.163.121 - - [2026-02-05 01:58:02] "POST /neutron/port HTTP/1.1" 200 1116 0.020612 252.241.163.121 - - [2026-02-05 01:58:02] "POST /neutron/port HTTP/1.1" 200 1116 0.016112 252.241.163.121 - - [2026-02-05 01:58:02] "POST /neutron/port HTTP/1.1" 200 1106 0.021322 252.241.163.121 - - [2026-02-05 01:58:02] "POST /neutron/port HTTP/1.1" 200 1106 0.012773 252.241.163.121 - - [2026-02-05 01:58:02] "POST /neutron/port HTTP/1.1" 200 151 0.138220 252.241.163.121 - - [2026-02-05 01:58:02] "POST /neutron/port HTTP/1.1" 200 151 0.139812 252.241.163.121 - - [2026-02-05 01:58:03] "POST /neutron/network HTTP/1.1" 200 829 0.007036 10.0.0.241 - - [2026-02-05 01:58:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003761 10.0.0.241 - - [2026-02-05 01:58:04] "POST /useragent-kv HTTP/1.1" 200 115 0.057801 10.0.0.241 - - [2026-02-05 01:58:04] "POST /useragent-kv HTTP/1.1" 200 115 0.006832 10.0.0.241 - - [2026-02-05 01:58:04] "DELETE /route-target/b303ecf1-c04a-46d6-9801-bdafd87d0c1a HTTP/1.1" 200 115 0.074841 252.241.163.121 - - [2026-02-05 01:58:04] "POST /neutron/network HTTP/1.1" 200 151 0.372503 10.0.0.241 - - [2026-02-05 01:58:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003323 10.0.0.241 - - [2026-02-05 01:58:04] "DELETE /network-ipam/d211de0d-adee-4306-bf5e-7fb7eb6ad79b HTTP/1.1" 200 115 0.027658 10.0.0.241 - - [2026-02-05 01:58:04] "DELETE /virtual-DNS/7d4493ed-5863-41a5-bbdb-f81ac23afe18 HTTP/1.1" 200 115 0.028085 10.0.0.241 - - [2026-02-05 01:58:04] "POST /fqname-to-id HTTP/1.1" 404 178 0.005344 10.0.0.241 - - [2026-02-05 01:58:04] "GET /domains HTTP/1.1" 200 440 0.003899 10.0.0.241 - - [2026-02-05 01:58:04] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001300 10.0.0.241 - - [2026-02-05 01:58:04] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd HTTP/1.1" 200 1309 0.009308 10.0.0.241 - - [2026-02-05 01:58:05] "GET /projects?obj_uuids=5cdbdbeb-62bf-430b-b623-8dfee301d171&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001086 10.0.0.241 - - [2026-02-05 01:58:05] "GET /project/5cdbdbeb-62bf-430b-b623-8dfee301d171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.029941 10.0.0.241 - - [2026-02-05 01:58:05] "GET /projects?obj_uuids=5cdbdbeb-62bf-430b-b623-8dfee301d171&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001496 10.0.0.241 - - [2026-02-05 01:58:05] "GET /project/5cdbdbeb-62bf-430b-b623-8dfee301d171?fields=virtual_networks HTTP/1.1" 200 1036 0.070799 10.0.0.241 - - [2026-02-05 01:58:05] "GET /projects?obj_uuids=5cdbdbeb-62bf-430b-b623-8dfee301d171&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001432 10.0.0.241 - - [2026-02-05 01:58:05] "GET /project/5cdbdbeb-62bf-430b-b623-8dfee301d171?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.030911 10.0.0.241 - - [2026-02-05 01:58:05] "GET /projects?obj_uuids=5cdbdbeb-62bf-430b-b623-8dfee301d171&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001177 10.0.0.241 - - [2026-02-05 01:58:05] "GET /project/5cdbdbeb-62bf-430b-b623-8dfee301d171?fields=security_groups HTTP/1.1" 200 1263 0.030608 10.0.0.241 - - [2026-02-05 01:58:06] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.002023 10.0.0.241 - - [2026-02-05 01:58:06] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 944 0.012516 10.0.0.241 - - [2026-02-05 01:58:06] "POST /fqname-to-id HTTP/1.1" 404 187 0.037144 10.0.0.241 - - [2026-02-05 01:58:06] "GET /projects?obj_uuids=c26da1b5-ba18-4b0e-8a3f-db3ae280d98c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002568 10.0.0.241 - - [2026-02-05 01:58:06] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001339 10.0.0.241 - - [2026-02-05 01:58:06] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 974 0.007514 10.0.0.241 - - [2026-02-05 01:58:06] "POST /id-to-fqname HTTP/1.1" 200 189 0.001255 10.0.0.241 - - [2026-02-05 01:58:06] "POST /fqname-to-id HTTP/1.1" 404 198 0.002267 10.0.0.241 - - [2026-02-05 01:58:06] "POST /security-groups HTTP/1.1" 200 584 0.069294 10.0.0.241 - - [2026-02-05 01:58:06] "POST /fqname-to-id HTTP/1.1" 404 233 0.002922 10.0.0.241 - - [2026-02-05 01:58:06] "POST /projects HTTP/1.1" 200 579 0.231219 10.0.0.241 - - [2026-02-05 01:58:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.266712 10.0.0.241 - - [2026-02-05 01:58:06] "POST /access-control-lists HTTP/1.1" 200 599 0.062031 10.0.0.241 - - [2026-02-05 01:58:06] "GET /project/c26da1b5-ba18-4b0e-8a3f-db3ae280d98c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.418077 10.0.0.241 - - [2026-02-05 01:58:06] "POST /fqname-to-id HTTP/1.1" 404 232 0.006197 10.0.0.241 - - [2026-02-05 01:58:07] "POST /access-control-lists HTTP/1.1" 200 597 0.073085 10.0.0.241 - - [2026-02-05 01:58:08] "GET / HTTP/1.1" 200 36499 0.002364 10.0.0.241 - - [2026-02-05 01:58:09] "POST /fqname-to-id HTTP/1.1" 401 297 0.000623 10.0.0.241 - - [2026-02-05 01:58:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.082532 10.0.0.241 - - [2026-02-05 01:58:09] "GET /projects?obj_uuids=c26da1b5-ba18-4b0e-8a3f-db3ae280d98c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001262 10.0.0.241 - - [2026-02-05 01:58:09] "GET /project/c26da1b5-ba18-4b0e-8a3f-db3ae280d98c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.029239 252.241.163.121 - - [2026-02-05 01:58:09] "POST /neutron/network HTTP/1.1" 200 117 0.040631 10.0.0.241 - - [2026-02-05 01:58:09] "GET /projects?obj_uuids=c26da1b5-ba18-4b0e-8a3f-db3ae280d98c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001263 252.241.163.121 - - [2026-02-05 01:58:09] "POST /neutron/network HTTP/1.1" 200 604 0.064547 10.0.0.241 - - [2026-02-05 01:58:09] "POST /route-targets HTTP/1.1" 200 329 0.013097 10.0.0.241 - - [2026-02-05 01:58:09] "POST /ref-update HTTP/1.1" 200 156 0.015727 10.0.0.241 - - [2026-02-05 01:58:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003108 252.241.163.121 - - [2026-02-05 01:58:10] "POST /neutron/subnet HTTP/1.1" 200 730 0.184596 252.241.163.121 - - [2026-02-05 01:58:10] "POST /neutron/network HTTP/1.1" 200 824 0.005649 10.0.0.241 - - [2026-02-05 01:58:10] "POST /id-to-fqname HTTP/1.1" 200 219 0.001591 10.0.0.241 - - [2026-02-05 01:58:10] "GET /virtual-network/fe2e3369-5179-4913-b3fa-30ac5def2746?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004901 252.241.163.121 - - [2026-02-05 01:58:10] "POST /neutron/network HTTP/1.1" 200 824 0.007220 10.0.0.241 - - [2026-02-05 01:58:10] "GET /virtual-network/fe2e3369-5179-4913-b3fa-30ac5def2746?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006351 252.241.163.121 - - [2026-02-05 01:58:10] "POST /neutron/network HTTP/1.1" 200 824 0.005646 252.241.163.121 - - [2026-02-05 01:58:10] "POST /neutron/subnet HTTP/1.1" 200 730 0.008492 10.0.0.241 - - [2026-02-05 01:58:10] "POST /id-to-fqname HTTP/1.1" 200 219 0.001621 252.241.163.121 - - [2026-02-05 01:58:10] "POST /neutron/network HTTP/1.1" 200 834 0.006773 252.241.163.121 - - [2026-02-05 01:58:10] "GET /aaa-mode HTTP/1.1" 401 297 0.000681 252.241.163.121 - - [2026-02-05 01:58:10] "GET / HTTP/1.1" 200 36499 0.003303 252.241.163.121 - - [2026-02-05 01:58:10] "GET /project/c26da1b5-ba18-4b0e-8a3f-db3ae280d98c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 297 0.000581 10.0.0.241 - - [2026-02-05 01:58:11] "GET /projects?obj_uuids=c26da1b5-ba18-4b0e-8a3f-db3ae280d98c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001233 252.241.163.121 - - [2026-02-05 01:58:11] "GET /project/c26da1b5-ba18-4b0e-8a3f-db3ae280d98c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.058575 252.241.163.121 - - [2026-02-05 01:58:11] "POST /neutron/network HTTP/1.1" 200 824 0.040619 252.241.163.121 - - [2026-02-05 01:58:11] "POST /neutron/port HTTP/1.1" 200 117 0.005954 252.241.163.121 - - [2026-02-05 01:58:11] "POST /neutron/port HTTP/1.1" 200 117 0.009711 10.0.0.241 - - [2026-02-05 01:58:11] "POST /id-to-fqname HTTP/1.1" 200 219 0.003124 252.241.163.121 - - [2026-02-05 01:58:11] "POST /neutron/port HTTP/1.1" 200 117 0.012502 252.241.163.121 - - [2026-02-05 01:58:12] "POST /neutron/network HTTP/1.1" 200 834 0.006746 252.241.163.121 - - [2026-02-05 01:58:12] "GET /aaa-mode HTTP/1.1" 401 297 0.000475 252.241.163.121 - - [2026-02-05 01:58:12] "GET / HTTP/1.1" 200 36499 0.002886 252.241.163.121 - - [2026-02-05 01:58:12] "GET /project/c26da1b5-ba18-4b0e-8a3f-db3ae280d98c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 297 0.000612 252.241.163.121 - - [2026-02-05 01:58:12] "POST /neutron/network HTTP/1.1" 200 834 0.009937 10.0.0.241 - - [2026-02-05 01:58:12] "GET /projects?obj_uuids=c26da1b5-ba18-4b0e-8a3f-db3ae280d98c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001193 10.0.0.241 - - [2026-02-05 01:58:12] "GET /projects?obj_uuids=c26da1b5-ba18-4b0e-8a3f-db3ae280d98c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001058 252.241.163.121 - - [2026-02-05 01:58:12] "GET /project/c26da1b5-ba18-4b0e-8a3f-db3ae280d98c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.088991 252.241.163.121 - - [2026-02-05 01:58:12] "POST /neutron/port HTTP/1.1" 200 1060 0.290150 252.241.163.121 - - [2026-02-05 01:58:12] "POST /neutron/network HTTP/1.1" 200 824 0.039659 252.241.163.121 - - [2026-02-05 01:58:12] "POST /neutron/port HTTP/1.1" 200 1060 0.011756 252.241.163.121 - - [2026-02-05 01:58:12] "POST /neutron/port HTTP/1.1" 200 1060 0.017874 252.241.163.121 - - [2026-02-05 01:58:13] "POST /neutron/port HTTP/1.1" 200 1082 0.048600 252.241.163.121 - - [2026-02-05 01:58:13] "POST /neutron/port HTTP/1.1" 200 1110 0.139459 252.241.163.121 - - [2026-02-05 01:58:13] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007392 252.241.163.121 - - [2026-02-05 01:58:13] "POST /neutron/port HTTP/1.1" 200 117 0.006809 252.241.163.121 - - [2026-02-05 01:58:13] "POST /neutron/port HTTP/1.1" 200 1120 0.015518 252.241.163.121 - - [2026-02-05 01:58:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005659 252.241.163.121 - - [2026-02-05 01:58:13] "POST /neutron/port HTTP/1.1" 200 1120 0.014465 252.241.163.121 - - [2026-02-05 01:58:13] "POST /neutron/subnet HTTP/1.1" 200 704 0.015417 252.241.163.121 - - [2026-02-05 01:58:13] "POST /neutron/security_group HTTP/1.1" 200 2057 0.011962 252.241.163.121 - - [2026-02-05 01:58:13] "POST /neutron/port HTTP/1.1" 200 117 0.001784 252.241.163.121 - - [2026-02-05 01:58:13] "POST /neutron/network HTTP/1.1" 200 824 0.009215 252.241.163.121 - - [2026-02-05 01:58:13] "POST /neutron/network HTTP/1.1" 200 834 0.019485 10.0.0.241 - - [2026-02-05 01:58:13] "GET /projects?obj_uuids=c26da1b5-ba18-4b0e-8a3f-db3ae280d98c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001454 252.241.163.121 - - [2026-02-05 01:58:13] "POST /neutron/port HTTP/1.1" 200 1060 0.262240 252.241.163.121 - - [2026-02-05 01:58:14] "POST /neutron/port HTTP/1.1" 200 1060 0.011388 252.241.163.121 - - [2026-02-05 01:58:14] "POST /neutron/port HTTP/1.1" 200 1060 0.011914 252.241.163.121 - - [2026-02-05 01:58:14] "POST /neutron/port HTTP/1.1" 200 1110 0.063684 252.241.163.121 - - [2026-02-05 01:58:14] "POST /neutron/port HTTP/1.1" 200 1120 0.013949 252.241.163.121 - - [2026-02-05 01:58:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003837 252.241.163.121 - - [2026-02-05 01:58:14] "POST /neutron/subnet HTTP/1.1" 200 704 0.007525 252.241.163.121 - - [2026-02-05 01:58:14] "POST /neutron/port HTTP/1.1" 200 117 0.001365 252.241.163.121 - - [2026-02-05 01:58:14] "POST /neutron/network HTTP/1.1" 200 824 0.006883 252.241.163.121 - - [2026-02-05 01:58:18] "POST /neutron/port HTTP/1.1" 200 1120 0.014032 252.241.163.121 - - [2026-02-05 01:58:18] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008332 252.241.163.121 - - [2026-02-05 01:58:18] "POST /neutron/port HTTP/1.1" 200 1120 0.012714 252.241.163.121 - - [2026-02-05 01:58:18] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006877 252.241.163.121 - - [2026-02-05 01:58:18] "POST /neutron/port HTTP/1.1" 200 1120 0.014633 252.241.163.121 - - [2026-02-05 01:58:18] "POST /neutron/security_group HTTP/1.1" 200 2057 0.010481 10.0.0.241 - - [2026-02-05 01:58:18] "GET /virtual-machine/03e1e914-9c75-4b39-81bc-cea54c9e288c HTTP/1.1" 401 297 0.000456 10.0.0.241 - - [2026-02-05 01:58:19] "GET /virtual-machine/03e1e914-9c75-4b39-81bc-cea54c9e288c HTTP/1.1" 200 1293 0.035653 10.0.0.241 - - [2026-02-05 01:58:19] "GET /virtual-machine-interface/922dcf2f-2915-4b45-8e6a-baa5e84efc53 HTTP/1.1" 200 2949 0.006164 10.0.0.241 - - [2026-02-05 01:58:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823 10.0.0.241 - - [2026-02-05 01:58:19] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.003844 10.0.0.241 - - [2026-02-05 01:58:19] "GET /virtual-networks?parent_id=c26da1b5-ba18-4b0e-8a3f-db3ae280d98c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003346 10.0.0.241 - - [2026-02-05 01:58:19] "GET /virtual-network/fe2e3369-5179-4913-b3fa-30ac5def2746?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.010629 10.0.0.241 - - [2026-02-05 01:58:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.241 - - [2026-02-05 01:58:22] "GET /virtual-network/fe2e3369-5179-4913-b3fa-30ac5def2746?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005695 252.241.163.121 - - [2026-02-05 01:58:23] "POST /neutron/port HTTP/1.1" 200 1120 0.015605 252.241.163.121 - - [2026-02-05 01:58:23] "POST /neutron/security_group HTTP/1.1" 200 2057 0.005844 252.241.163.121 - - [2026-02-05 01:58:23] "POST /neutron/port HTTP/1.1" 200 1120 0.015076 252.241.163.121 - - [2026-02-05 01:58:23] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006513 252.241.163.121 - - [2026-02-05 01:58:23] "POST /neutron/port HTTP/1.1" 200 1120 0.012681 252.241.163.121 - - [2026-02-05 01:58:23] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006459 252.241.163.121 - - [2026-02-05 01:58:24] "POST /neutron/port HTTP/1.1" 200 1120 0.014412 252.241.163.121 - - [2026-02-05 01:58:24] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006387 252.241.163.121 - - [2026-02-05 01:58:24] "POST /neutron/port HTTP/1.1" 200 1120 0.012801 252.241.163.121 - - [2026-02-05 01:58:24] "POST /neutron/security_group HTTP/1.1" 200 2057 0.005820 10.0.0.241 - - [2026-02-05 01:58:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.241 - - [2026-02-05 01:58:24] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.003331 10.0.0.241 - - [2026-02-05 01:58:24] "GET /virtual-networks?parent_id=c26da1b5-ba18-4b0e-8a3f-db3ae280d98c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003320 10.0.0.241 - - [2026-02-05 01:58:25] "GET /virtual-network/fe2e3369-5179-4913-b3fa-30ac5def2746?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007643 252.241.163.121 - - [2026-02-05 01:58:25] "POST /neutron/port HTTP/1.1" 200 1120 0.013024 252.241.163.121 - - [2026-02-05 01:58:25] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008822 252.241.163.121 - - [2026-02-05 01:58:25] "POST /neutron/port HTTP/1.1" 200 1120 0.013054 252.241.163.121 - - [2026-02-05 01:58:25] "POST /neutron/security_group HTTP/1.1" 200 2057 0.005688 252.241.163.121 - - [2026-02-05 01:58:26] "POST /neutron/port HTTP/1.1" 200 1120 0.013549 252.241.163.121 - - [2026-02-05 01:58:26] "POST /neutron/port HTTP/1.1" 200 1120 0.014034 252.241.163.121 - - [2026-02-05 01:58:26] "POST /neutron/network HTTP/1.1" 200 834 0.006768 252.241.163.121 - - [2026-02-05 01:58:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003936 252.241.163.121 - - [2026-02-05 01:58:26] "POST /neutron/subnet HTTP/1.1" 200 704 0.007790 252.241.163.121 - - [2026-02-05 01:58:26] "POST /neutron/port HTTP/1.1" 200 117 0.001257 252.241.163.121 - - [2026-02-05 01:58:26] "POST /neutron/network HTTP/1.1" 200 824 0.007965 252.241.163.121 - - [2026-02-05 01:58:30] "POST /neutron/port HTTP/1.1" 200 1120 0.016785 252.241.163.121 - - [2026-02-05 01:58:30] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007493 252.241.163.121 - - [2026-02-05 01:58:30] "POST /neutron/port HTTP/1.1" 200 1120 0.014886 252.241.163.121 - - [2026-02-05 01:58:30] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007364 252.241.163.121 - - [2026-02-05 01:58:30] "POST /neutron/port HTTP/1.1" 200 1120 0.018565 252.241.163.121 - - [2026-02-05 01:58:30] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006351 10.0.0.241 - - [2026-02-05 01:58:30] "GET /virtual-machine/d367b71f-424e-46d7-bdf9-958d84fd5cb2 HTTP/1.1" 200 1296 0.005135 10.0.0.241 - - [2026-02-05 01:58:31] "GET /virtual-machine-interface/d058b504-b596-40be-98bf-335b7c510c62 HTTP/1.1" 200 2949 0.006397 10.0.0.241 - - [2026-02-05 01:58:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003425 10.0.0.241 - - [2026-02-05 01:58:31] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.003189 10.0.0.241 - - [2026-02-05 01:58:31] "GET /virtual-networks?parent_id=c26da1b5-ba18-4b0e-8a3f-db3ae280d98c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003818 10.0.0.241 - - [2026-02-05 01:58:31] "GET /virtual-network/fe2e3369-5179-4913-b3fa-30ac5def2746?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005699 10.0.0.241 - - [2026-02-05 01:58:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.241 - - [2026-02-05 01:58:32] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.002986 10.0.0.241 - - [2026-02-05 01:58:32] "GET /virtual-networks?parent_id=c26da1b5-ba18-4b0e-8a3f-db3ae280d98c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003092 10.0.0.241 - - [2026-02-05 01:58:32] "GET /virtual-network/fe2e3369-5179-4913-b3fa-30ac5def2746?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005414 252.241.163.121 - - [2026-02-05 01:58:37] "POST /neutron/network HTTP/1.1" 200 824 0.006774 252.241.163.121 - - [2026-02-05 01:58:37] "POST /neutron/network HTTP/1.1" 400 204 0.012056 252.241.163.121 - - [2026-02-05 01:58:37] "POST /neutron/port HTTP/1.1" 200 1120 0.013926 252.241.163.121 - - [2026-02-05 01:58:37] "POST /neutron/port HTTP/1.1" 200 1120 0.011543 252.241.163.121 - - [2026-02-05 01:58:37] "POST /neutron/port HTTP/1.1" 200 1110 0.012002 252.241.163.121 - - [2026-02-05 01:58:37] "POST /neutron/port HTTP/1.1" 200 1110 0.010118 252.241.163.121 - - [2026-02-05 01:58:38] "POST /neutron/port HTTP/1.1" 200 151 0.131752 252.241.163.121 - - [2026-02-05 01:58:38] "POST /neutron/port HTTP/1.1" 200 151 0.122965 252.241.163.121 - - [2026-02-05 01:58:39] "POST /neutron/network HTTP/1.1" 200 824 0.006524 10.0.0.241 - - [2026-02-05 01:58:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003778 10.0.0.241 - - [2026-02-05 01:58:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004753 10.0.0.241 - - [2026-02-05 01:58:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003161 252.241.163.121 - - [2026-02-05 01:58:39] "POST /neutron/network HTTP/1.1" 200 151 0.079289 10.0.0.241 - - [2026-02-05 01:58:39] "DELETE /route-target/1bbdea60-ba13-4842-961f-44437b58c103 HTTP/1.1" 200 115 0.016787 10.0.0.241 - - [2026-02-05 01:58:39] "GET /projects?obj_uuids=c26da1b5-ba18-4b0e-8a3f-db3ae280d98c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001114 10.0.0.241 - - [2026-02-05 01:58:40] "GET /project/c26da1b5-ba18-4b0e-8a3f-db3ae280d98c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.023284 10.0.0.241 - - [2026-02-05 01:58:40] "GET /projects?obj_uuids=c26da1b5-ba18-4b0e-8a3f-db3ae280d98c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000951 10.0.0.241 - - [2026-02-05 01:58:40] "GET /project/c26da1b5-ba18-4b0e-8a3f-db3ae280d98c?fields=virtual_networks HTTP/1.1" 200 1036 0.067137 10.0.0.241 - - [2026-02-05 01:58:40] "GET /projects?obj_uuids=c26da1b5-ba18-4b0e-8a3f-db3ae280d98c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001678 10.0.0.241 - - [2026-02-05 01:58:40] "GET /project/c26da1b5-ba18-4b0e-8a3f-db3ae280d98c?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.027086 10.0.0.241 - - [2026-02-05 01:58:40] "GET /projects?obj_uuids=c26da1b5-ba18-4b0e-8a3f-db3ae280d98c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001479 10.0.0.241 - - [2026-02-05 01:58:40] "GET /project/c26da1b5-ba18-4b0e-8a3f-db3ae280d98c?fields=security_groups HTTP/1.1" 200 1263 0.025548 10.0.0.241 - - [2026-02-05 01:58:41] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001544 10.0.0.241 - - [2026-02-05 01:58:41] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 944 0.008577 10.0.0.241 - - [2026-02-05 01:58:41] "POST /fqname-to-id HTTP/1.1" 404 186 0.031260 10.0.0.241 - - [2026-02-05 01:58:41] "GET /projects?obj_uuids=f5bd1bbf-4170-4496-a8f5-f749c97fc4d1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003725 10.0.0.241 - - [2026-02-05 01:58:41] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001727 10.0.0.241 - - [2026-02-05 01:58:41] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 974 0.011625 10.0.0.241 - - [2026-02-05 01:58:41] "DELETE /project/c26da1b5ba184b0e8a3fdb3ae280d98c HTTP/1.1" 404 173 0.006152 10.0.0.241 - - [2026-02-05 01:58:41] "GET /projects?obj_uuids=5cdbdbeb-62bf-430b-b623-8dfee301d171&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000914 10.0.0.241 - - [2026-02-05 01:58:41] "GET /projects?obj_uuids=c26da1b5-ba18-4b0e-8a3f-db3ae280d98c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001214 10.0.0.241 - - [2026-02-05 01:58:41] "GET /project/c26da1b5-ba18-4b0e-8a3f-db3ae280d98c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.036367 10.0.0.241 - - [2026-02-05 01:58:41] "GET /project/5cdbdbeb-62bf-430b-b623-8dfee301d171?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.040626 10.0.0.241 - - [2026-02-05 01:58:41] "GET /projects?obj_uuids=5cdbdbeb-62bf-430b-b623-8dfee301d171&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001421 10.0.0.241 - - [2026-02-05 01:58:41] "GET /projects?obj_uuids=c26da1b5-ba18-4b0e-8a3f-db3ae280d98c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000899 10.0.0.241 - - [2026-02-05 01:58:41] "GET /project/c26da1b5-ba18-4b0e-8a3f-db3ae280d98c?fields=security_groups HTTP/1.1" 200 1353 0.067432 10.0.0.241 - - [2026-02-05 01:58:41] "GET /project/5cdbdbeb-62bf-430b-b623-8dfee301d171?fields=security_groups HTTP/1.1" 200 1353 0.072258 10.0.0.241 - - [2026-02-05 01:58:41] "POST /id-to-fqname HTTP/1.1" 200 188 0.001245 10.0.0.241 - - [2026-02-05 01:58:41] "POST /fqname-to-id HTTP/1.1" 404 197 0.003786 10.0.0.241 - - [2026-02-05 01:58:41] "DELETE /security-group/30248619-5216-4def-b5ef-c57566bfd5a6 HTTP/1.1" 200 115 0.063770 10.0.0.241 - - [2026-02-05 01:58:41] "GET /projects?obj_uuids=c26da1b5-ba18-4b0e-8a3f-db3ae280d98c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000951 10.0.0.241 - - [2026-02-05 01:58:41] "POST /security-groups HTTP/1.1" 200 583 0.088640 10.0.0.241 - - [2026-02-05 01:58:41] "DELETE /security-group/7c71317c-ea86-44e0-abb9-7d77e154da60 HTTP/1.1" 200 115 0.123301 10.0.0.241 - - [2026-02-05 01:58:41] "GET /project/c26da1b5-ba18-4b0e-8a3f-db3ae280d98c?fields=application_policy_sets HTTP/1.1" 200 1392 0.079283 10.0.0.241 - - [2026-02-05 01:58:41] "POST /projects HTTP/1.1" 200 577 0.352977 10.0.0.241 - - [2026-02-05 01:58:41] "GET /projects?obj_uuids=5cdbdbeb-62bf-430b-b623-8dfee301d171&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000990 10.0.0.241 - - [2026-02-05 01:58:41] "DELETE /access-control-list/16ce6f83-0015-48a6-b3aa-8082cd05d24a HTTP/1.1" 200 115 0.114878 10.0.0.241 - - [2026-02-05 01:58:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.389071 10.0.0.241 - - [2026-02-05 01:58:41] "GET /project/5cdbdbeb-62bf-430b-b623-8dfee301d171?fields=application_policy_sets HTTP/1.1" 200 1392 0.037905 10.0.0.241 - - [2026-02-05 01:58:41] "DELETE /access-control-list/2df3041f-4287-4612-b9f9-06d2cebe1962 HTTP/1.1" 200 115 0.047280 10.0.0.241 - - [2026-02-05 01:58:41] "GET /project/f5bd1bbf-4170-4496-a8f5-f749c97fc4d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.574127 10.0.0.241 - - [2026-02-05 01:58:41] "DELETE /access-control-list/ca423fbf-b2a5-4cc5-b35c-2f3b80e51ff2 HTTP/1.1" 200 115 0.055949 10.0.0.241 - - [2026-02-05 01:58:42] "DELETE /access-control-list/e86abf70-8ec0-4e44-bd3b-3b432c7eff2c HTTP/1.1" 200 115 0.045530 10.0.0.241 - - [2026-02-05 01:58:42] "POST /fqname-to-id HTTP/1.1" 404 232 0.005124 10.0.0.241 - - [2026-02-05 01:58:42] "DELETE /project/c26da1b5-ba18-4b0e-8a3f-db3ae280d98c HTTP/1.1" 200 115 0.524245 10.0.0.241 - - [2026-02-05 01:58:42] "DELETE /project/5cdbdbeb-62bf-430b-b623-8dfee301d171 HTTP/1.1" 200 115 0.539347 10.0.0.241 - - [2026-02-05 01:58:42] "POST /access-control-lists HTTP/1.1" 200 598 0.069438 10.0.0.241 - - [2026-02-05 01:58:42] "POST /fqname-to-id HTTP/1.1" 404 231 0.003420 10.0.0.241 - - [2026-02-05 01:58:42] "POST /access-control-lists HTTP/1.1" 200 596 0.064778 10.0.0.241 - - [2026-02-05 01:58:43] "GET / HTTP/1.1" 200 36499 0.001976 10.0.0.241 - - [2026-02-05 01:58:44] "POST /fqname-to-id HTTP/1.1" 401 297 0.000586 10.0.0.241 - - [2026-02-05 01:58:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.075242 10.0.0.241 - - [2026-02-05 01:58:44] "GET /projects?obj_uuids=f5bd1bbf-4170-4496-a8f5-f749c97fc4d1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001165 10.0.0.241 - - [2026-02-05 01:58:44] "GET /project/f5bd1bbf-4170-4496-a8f5-f749c97fc4d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.025696 252.241.163.121 - - [2026-02-05 01:58:44] "POST /neutron/network HTTP/1.1" 200 117 0.038669 10.0.0.241 - - [2026-02-05 01:58:44] "GET /projects?obj_uuids=f5bd1bbf-4170-4496-a8f5-f749c97fc4d1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001546 252.241.163.121 - - [2026-02-05 01:58:44] "POST /neutron/network HTTP/1.1" 200 623 0.066592 10.0.0.241 - - [2026-02-05 01:58:44] "POST /route-targets HTTP/1.1" 200 329 0.010562 10.0.0.241 - - [2026-02-05 01:58:44] "POST /ref-update HTTP/1.1" 200 156 0.013629 10.0.0.241 - - [2026-02-05 01:58:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002690 252.241.163.121 - - [2026-02-05 01:58:45] "POST /neutron/subnet HTTP/1.1" 200 701 0.191857 252.241.163.121 - - [2026-02-05 01:58:45] "POST /neutron/network HTTP/1.1" 200 837 0.006091 10.0.0.241 - - [2026-02-05 01:58:45] "POST /id-to-fqname HTTP/1.1" 200 228 0.001448 10.0.0.241 - - [2026-02-05 01:58:45] "GET /virtual-network/91be7d59-9390-4993-b9bd-b5952c679b40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.007108 252.241.163.121 - - [2026-02-05 01:58:45] "POST /neutron/network HTTP/1.1" 200 837 0.007210 10.0.0.241 - - [2026-02-05 01:58:45] "GET /virtual-network/91be7d59-9390-4993-b9bd-b5952c679b40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005423 252.241.163.121 - - [2026-02-05 01:58:45] "POST /neutron/network HTTP/1.1" 200 837 0.006167 252.241.163.121 - - [2026-02-05 01:58:45] "POST /neutron/subnet HTTP/1.1" 200 701 0.007776 252.241.163.121 - - [2026-02-05 01:58:45] "POST /neutron/network HTTP/1.1" 200 837 0.005715 10.0.0.241 - - [2026-02-05 01:58:45] "POST /id-to-fqname HTTP/1.1" 200 228 0.002165 252.241.163.121 - - [2026-02-05 01:58:45] "POST /neutron/network HTTP/1.1" 200 847 0.006421 252.241.163.121 - - [2026-02-05 01:58:45] "GET /aaa-mode HTTP/1.1" 401 297 0.000534 252.241.163.121 - - [2026-02-05 01:58:45] "GET / HTTP/1.1" 200 36499 0.002218 252.241.163.121 - - [2026-02-05 01:58:45] "GET /project/f5bd1bbf-4170-4496-a8f5-f749c97fc4d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 297 0.000439 10.0.0.241 - - [2026-02-05 01:58:46] "GET /projects?obj_uuids=f5bd1bbf-4170-4496-a8f5-f749c97fc4d1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001970 252.241.163.121 - - [2026-02-05 01:58:46] "GET /project/f5bd1bbf-4170-4496-a8f5-f749c97fc4d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.060111 252.241.163.121 - - [2026-02-05 01:58:46] "POST /neutron/network HTTP/1.1" 200 837 0.005818 252.241.163.121 - - [2026-02-05 01:58:46] "POST /neutron/port HTTP/1.1" 200 117 0.006253 252.241.163.121 - - [2026-02-05 01:58:46] "POST /neutron/port HTTP/1.1" 200 117 0.006128 10.0.0.241 - - [2026-02-05 01:58:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005264 10.0.0.241 - - [2026-02-05 01:58:46] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.003215 10.0.0.241 - - [2026-02-05 01:58:46] "PUT /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b HTTP/1.1" 200 278 0.010694 252.241.163.121 - - [2026-02-05 01:58:46] "POST /neutron/port HTTP/1.1" 200 117 0.012626 252.241.163.121 - - [2026-02-05 01:58:47] "POST /neutron/network HTTP/1.1" 200 847 0.008166 10.0.0.241 - - [2026-02-05 01:58:47] "GET /projects?obj_uuids=f5bd1bbf-4170-4496-a8f5-f749c97fc4d1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001075 252.241.163.121 - - [2026-02-05 01:58:47] "POST /neutron/port HTTP/1.1" 200 1053 0.212555 252.241.163.121 - - [2026-02-05 01:58:47] "POST /neutron/port HTTP/1.1" 200 1053 0.011343 252.241.163.121 - - [2026-02-05 01:58:47] "POST /neutron/port HTTP/1.1" 200 1053 0.011145 252.241.163.121 - - [2026-02-05 01:58:47] "POST /neutron/port HTTP/1.1" 200 1103 0.064627 252.241.163.121 - - [2026-02-05 01:58:47] "POST /neutron/port HTTP/1.1" 200 1113 0.013049 252.241.163.121 - - [2026-02-05 01:58:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003837 252.241.163.121 - - [2026-02-05 01:58:47] "POST /neutron/subnet HTTP/1.1" 200 675 0.007581 252.241.163.121 - - [2026-02-05 01:58:48] "POST /neutron/port HTTP/1.1" 200 117 0.001434 252.241.163.121 - - [2026-02-05 01:58:48] "POST /neutron/network HTTP/1.1" 200 837 0.006175 252.241.163.121 - - [2026-02-05 01:58:52] "POST /neutron/port HTTP/1.1" 200 1113 0.022780 252.241.163.121 - - [2026-02-05 01:58:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006414 252.241.163.121 - - [2026-02-05 01:58:52] "POST /neutron/port HTTP/1.1" 200 1113 0.014158 252.241.163.121 - - [2026-02-05 01:58:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006775 252.241.163.121 - - [2026-02-05 01:58:52] "POST /neutron/port HTTP/1.1" 200 1113 0.013031 252.241.163.121 - - [2026-02-05 01:58:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009691 10.0.0.241 - - [2026-02-05 01:58:52] "GET /virtual-machine/69bd7501-09ea-4556-a649-74d6b2e6d3e7 HTTP/1.1" 401 297 0.000483 10.0.0.241 - - [2026-02-05 01:58:52] "GET /virtual-machine/69bd7501-09ea-4556-a649-74d6b2e6d3e7 HTTP/1.1" 200 1294 0.038197 10.0.0.241 - - [2026-02-05 01:58:53] "GET /virtual-machine-interface/39dae0e8-8712-4b77-a61d-be51b7981883 HTTP/1.1" 200 2972 0.005385 10.0.0.241 - - [2026-02-05 01:58:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.241 - - [2026-02-05 01:58:53] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.004046 10.0.0.241 - - [2026-02-05 01:58:53] "GET /virtual-networks?parent_id=f5bd1bbf-4170-4496-a8f5-f749c97fc4d1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003660 10.0.0.241 - - [2026-02-05 01:58:53] "GET /virtual-network/91be7d59-9390-4993-b9bd-b5952c679b40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.007597 10.0.0.241 - - [2026-02-05 01:58:54] "GET /obj-perms HTTP/1.1" 200 6393 0.061614 10.0.0.241 - - [2026-02-05 01:58:54] "GET /obj-perms HTTP/1.1" 200 6393 0.062767 10.0.0.241 - - [2026-02-05 01:58:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.241 - - [2026-02-05 01:58:56] "GET /virtual-network/91be7d59-9390-4993-b9bd-b5952c679b40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.004473 252.241.163.121 - - [2026-02-05 01:58:57] "POST /neutron/port HTTP/1.1" 200 1113 0.014126 252.241.163.121 - - [2026-02-05 01:58:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006905 252.241.163.121 - - [2026-02-05 01:58:57] "POST /neutron/port HTTP/1.1" 200 1113 0.013407 252.241.163.121 - - [2026-02-05 01:58:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006355 252.241.163.121 - - [2026-02-05 01:58:57] "POST /neutron/port HTTP/1.1" 200 1113 0.012626 252.241.163.121 - - [2026-02-05 01:58:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005777 10.0.0.241 - - [2026-02-05 01:58:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.241 - - [2026-02-05 01:58:58] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003168 10.0.0.241 - - [2026-02-05 01:58:58] "GET /virtual-networks?parent_id=f5bd1bbf-4170-4496-a8f5-f749c97fc4d1&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003977 10.0.0.241 - - [2026-02-05 01:58:58] "GET /virtual-network/91be7d59-9390-4993-b9bd-b5952c679b40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005475 252.241.163.121 - - [2026-02-05 01:58:59] "POST /neutron/port HTTP/1.1" 200 1113 0.024082 252.241.163.121 - - [2026-02-05 01:58:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005886 10.0.0.241 - - [2026-02-05 01:59:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.241 - - [2026-02-05 01:59:00] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003712 10.0.0.241 - - [2026-02-05 01:59:00] "PUT /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b HTTP/1.1" 200 278 0.010789 252.241.163.121 - - [2026-02-05 01:59:01] "POST /neutron/network HTTP/1.1" 200 837 0.009475 252.241.163.121 - - [2026-02-05 01:59:01] "POST /neutron/network HTTP/1.1" 400 204 0.031414 252.241.163.121 - - [2026-02-05 01:59:01] "POST /neutron/port HTTP/1.1" 200 1113 0.014750 252.241.163.121 - - [2026-02-05 01:59:01] "POST /neutron/port HTTP/1.1" 200 1103 0.011581 252.241.163.121 - - [2026-02-05 01:59:01] "POST /neutron/port HTTP/1.1" 200 151 0.096567 252.241.163.121 - - [2026-02-05 01:59:03] "POST /neutron/network HTTP/1.1" 200 837 0.007743 10.0.0.241 - - [2026-02-05 01:59:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002563 10.0.0.241 - - [2026-02-05 01:59:03] "POST /useragent-kv HTTP/1.1" 200 115 0.003045 10.0.0.241 - - [2026-02-05 01:59:03] "POST /useragent-kv HTTP/1.1" 200 115 0.001825 252.241.163.121 - - [2026-02-05 01:59:03] "POST /neutron/network HTTP/1.1" 200 151 0.081376 10.0.0.241 - - [2026-02-05 01:59:03] "DELETE /route-target/0a4c79a2-94c1-4f22-bb61-37473dec5f57 HTTP/1.1" 200 115 0.019226 10.0.0.241 - - [2026-02-05 01:59:04] "GET /global-vrouter-configs HTTP/1.1" 200 359 0.002972 10.0.0.241 - - [2026-02-05 01:59:04] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b HTTP/1.1" 200 1887 0.004059 10.0.0.241 - - [2026-02-05 01:59:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.241 - - [2026-02-05 01:59:04] "GET /projects?obj_uuids=f5bd1bbf-4170-4496-a8f5-f749c97fc4d1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001014 10.0.0.241 - - [2026-02-05 01:59:04] "GET /project/f5bd1bbf-4170-4496-a8f5-f749c97fc4d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.024911 252.241.163.121 - - [2026-02-05 01:59:04] "POST /neutron/network HTTP/1.1" 200 117 0.010922 10.0.0.241 - - [2026-02-05 01:59:04] "GET /projects?obj_uuids=f5bd1bbf-4170-4496-a8f5-f749c97fc4d1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001073 252.241.163.121 - - [2026-02-05 01:59:04] "POST /neutron/network HTTP/1.1" 200 603 0.075905 10.0.0.241 - - [2026-02-05 01:59:04] "POST /useragent-kv HTTP/1.1" 200 115 0.005257 252.241.163.121 - - [2026-02-05 01:59:04] "POST /neutron/subnet HTTP/1.1" 200 725 0.146544 252.241.163.121 - - [2026-02-05 01:59:04] "POST /neutron/network HTTP/1.1" 200 822 0.005538 10.0.0.241 - - [2026-02-05 01:59:04] "POST /id-to-fqname HTTP/1.1" 200 218 0.001710 10.0.0.241 - - [2026-02-05 01:59:04] "GET /virtual-network/c92c287c-9296-4d4a-8f69-d997e42b0389?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005691 252.241.163.121 - - [2026-02-05 01:59:04] "POST /neutron/network HTTP/1.1" 200 822 0.006943 10.0.0.241 - - [2026-02-05 01:59:04] "GET /virtual-network/c92c287c-9296-4d4a-8f69-d997e42b0389?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005455 252.241.163.121 - - [2026-02-05 01:59:04] "POST /neutron/network HTTP/1.1" 200 822 0.006785 10.0.0.241 - - [2026-02-05 01:59:05] "POST /route-targets HTTP/1.1" 200 329 0.010678 252.241.163.121 - - [2026-02-05 01:59:05] "POST /neutron/subnet HTTP/1.1" 200 725 0.008317 10.0.0.241 - - [2026-02-05 01:59:05] "POST /ref-update HTTP/1.1" 200 156 0.029876 10.0.0.241 - - [2026-02-05 01:59:05] "POST /id-to-fqname HTTP/1.1" 200 218 0.004270 252.241.163.121 - - [2026-02-05 01:59:05] "POST /neutron/network HTTP/1.1" 200 832 0.005775 252.241.163.121 - - [2026-02-05 01:59:05] "GET /aaa-mode HTTP/1.1" 401 297 0.000571 252.241.163.121 - - [2026-02-05 01:59:05] "GET / HTTP/1.1" 200 36499 0.002046 252.241.163.121 - - [2026-02-05 01:59:05] "GET /project/f5bd1bbf-4170-4496-a8f5-f749c97fc4d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 297 0.000485 10.0.0.241 - - [2026-02-05 01:59:05] "GET /projects?obj_uuids=f5bd1bbf-4170-4496-a8f5-f749c97fc4d1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001189 252.241.163.121 - - [2026-02-05 01:59:05] "GET /project/f5bd1bbf-4170-4496-a8f5-f749c97fc4d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.049978 252.241.163.121 - - [2026-02-05 01:59:05] "POST /neutron/network HTTP/1.1" 200 822 0.006451 252.241.163.121 - - [2026-02-05 01:59:05] "POST /neutron/port HTTP/1.1" 200 117 0.005583 252.241.163.121 - - [2026-02-05 01:59:06] "POST /neutron/port HTTP/1.1" 200 117 0.007276 252.241.163.121 - - [2026-02-05 01:59:06] "POST /neutron/port HTTP/1.1" 200 117 0.007753 252.241.163.121 - - [2026-02-05 01:59:06] "POST /neutron/network HTTP/1.1" 200 832 0.006790 10.0.0.241 - - [2026-02-05 01:59:06] "GET /projects?obj_uuids=f5bd1bbf-4170-4496-a8f5-f749c97fc4d1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001153 252.241.163.121 - - [2026-02-05 01:59:06] "POST /neutron/port HTTP/1.1" 200 1058 0.251998 252.241.163.121 - - [2026-02-05 01:59:06] "POST /neutron/port HTTP/1.1" 200 1058 0.020933 252.241.163.121 - - [2026-02-05 01:59:06] "POST /neutron/port HTTP/1.1" 200 1058 0.010593 252.241.163.121 - - [2026-02-05 01:59:07] "POST /neutron/port HTTP/1.1" 200 1108 0.050936 252.241.163.121 - - [2026-02-05 01:59:07] "POST /neutron/port HTTP/1.1" 200 1118 0.014174 252.241.163.121 - - [2026-02-05 01:59:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004231 252.241.163.121 - - [2026-02-05 01:59:07] "POST /neutron/subnet HTTP/1.1" 200 699 0.009201 252.241.163.121 - - [2026-02-05 01:59:07] "POST /neutron/port HTTP/1.1" 200 117 0.001688 252.241.163.121 - - [2026-02-05 01:59:07] "POST /neutron/network HTTP/1.1" 200 822 0.006683 252.241.163.121 - - [2026-02-05 01:59:11] "POST /neutron/port HTTP/1.1" 200 1118 0.018565 252.241.163.121 - - [2026-02-05 01:59:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007821 252.241.163.121 - - [2026-02-05 01:59:11] "POST /neutron/port HTTP/1.1" 200 1118 0.019464 252.241.163.121 - - [2026-02-05 01:59:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006360 252.241.163.121 - - [2026-02-05 01:59:11] "POST /neutron/port HTTP/1.1" 200 1118 0.016132 252.241.163.121 - - [2026-02-05 01:59:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006658 10.0.0.241 - - [2026-02-05 01:59:11] "GET /virtual-machine/3d89b23f-7d90-4693-b09c-9556579be555 HTTP/1.1" 200 1294 0.004753 10.0.0.241 - - [2026-02-05 01:59:11] "GET /virtual-machine-interface/795a1abc-767a-4863-b322-07e0ce7ab19e HTTP/1.1" 200 2942 0.005406 10.0.0.241 - - [2026-02-05 01:59:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003002 10.0.0.241 - - [2026-02-05 01:59:11] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.003173 10.0.0.241 - - [2026-02-05 01:59:11] "GET /virtual-networks?parent_id=f5bd1bbf-4170-4496-a8f5-f749c97fc4d1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003363 10.0.0.241 - - [2026-02-05 01:59:12] "GET /virtual-network/c92c287c-9296-4d4a-8f69-d997e42b0389?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006701 10.0.0.241 - - [2026-02-05 01:59:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004056 10.0.0.241 - - [2026-02-05 01:59:15] "GET /virtual-network/c92c287c-9296-4d4a-8f69-d997e42b0389?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005309 252.241.163.121 - - [2026-02-05 01:59:16] "POST /neutron/port HTTP/1.1" 200 1118 0.016629 252.241.163.121 - - [2026-02-05 01:59:16] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005510 252.241.163.121 - - [2026-02-05 01:59:17] "POST /neutron/port HTTP/1.1" 200 1118 0.013317 252.241.163.121 - - [2026-02-05 01:59:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006060 252.241.163.121 - - [2026-02-05 01:59:17] "POST /neutron/port HTTP/1.1" 200 1118 0.012517 252.241.163.121 - - [2026-02-05 01:59:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005557 252.241.163.121 - - [2026-02-05 01:59:18] "POST /neutron/port HTTP/1.1" 200 1118 0.014206 252.241.163.121 - - [2026-02-05 01:59:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005909 10.0.0.241 - - [2026-02-05 01:59:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.241 - - [2026-02-05 01:59:19] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.003140 10.0.0.241 - - [2026-02-05 01:59:19] "GET /virtual-networks?parent_id=f5bd1bbf-4170-4496-a8f5-f749c97fc4d1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003234 10.0.0.241 - - [2026-02-05 01:59:19] "GET /virtual-network/c92c287c-9296-4d4a-8f69-d997e42b0389?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005403 252.241.163.121 - - [2026-02-05 01:59:21] "POST /neutron/network HTTP/1.1" 200 822 0.009138 252.241.163.121 - - [2026-02-05 01:59:21] "POST /neutron/network HTTP/1.1" 400 204 0.023204 252.241.163.121 - - [2026-02-05 01:59:22] "POST /neutron/port HTTP/1.1" 200 1118 0.019949 252.241.163.121 - - [2026-02-05 01:59:22] "POST /neutron/port HTTP/1.1" 200 1108 0.011906 252.241.163.121 - - [2026-02-05 01:59:22] "POST /neutron/port HTTP/1.1" 200 151 0.119998 252.241.163.121 - - [2026-02-05 01:59:23] "POST /neutron/network HTTP/1.1" 200 822 0.006503 10.0.0.241 - - [2026-02-05 01:59:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.008653 10.0.0.241 - - [2026-02-05 01:59:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003773 10.0.0.241 - - [2026-02-05 01:59:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002722 252.241.163.121 - - [2026-02-05 01:59:23] "POST /neutron/network HTTP/1.1" 200 151 0.094065 10.0.0.241 - - [2026-02-05 01:59:23] "DELETE /route-target/12e8cdb1-796a-4c52-beca-a31e5b7dccb5 HTTP/1.1" 200 115 0.026360 10.0.0.241 - - [2026-02-05 01:59:24] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 549 0.003104 10.0.0.241 - - [2026-02-05 01:59:24] "POST /network-ipams HTTP/1.1" 200 543 0.018218 10.0.0.241 - - [2026-02-05 01:59:24] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 768 0.002898 10.0.0.241 - - [2026-02-05 01:59:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.241 - - [2026-02-05 01:59:24] "GET /network-ipam/614fb6f6-e200-418a-accb-ed3a25d19770?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1330 0.005663 10.0.0.241 - - [2026-02-05 01:59:24] "PUT /network-ipam/614fb6f6-e200-418a-accb-ed3a25d19770 HTTP/1.1" 200 260 0.012081 10.0.0.241 - - [2026-02-05 01:59:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.241 - - [2026-02-05 01:59:24] "GET /projects?obj_uuids=f5bd1bbf-4170-4496-a8f5-f749c97fc4d1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001244 10.0.0.241 - - [2026-02-05 01:59:24] "GET /project/f5bd1bbf-4170-4496-a8f5-f749c97fc4d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.031927 252.241.163.121 - - [2026-02-05 01:59:24] "POST /neutron/network HTTP/1.1" 200 117 0.009810 10.0.0.241 - - [2026-02-05 01:59:24] "GET /projects?obj_uuids=f5bd1bbf-4170-4496-a8f5-f749c97fc4d1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001565 252.241.163.121 - - [2026-02-05 01:59:25] "POST /neutron/network HTTP/1.1" 200 603 0.087966 10.0.0.241 - - [2026-02-05 01:59:25] "POST /route-targets HTTP/1.1" 200 329 0.010599 10.0.0.241 - - [2026-02-05 01:59:25] "POST /ref-update HTTP/1.1" 200 156 0.011997 10.0.0.241 - - [2026-02-05 01:59:25] "POST /useragent-kv HTTP/1.1" 200 115 0.004593 252.241.163.121 - - [2026-02-05 01:59:25] "POST /neutron/subnet HTTP/1.1" 200 699 0.202124 10.0.0.241 - - [2026-02-05 01:59:25] "POST /useragent-kv HTTP/1.1" 200 115 0.005323 252.241.163.121 - - [2026-02-05 01:59:25] "POST /neutron/subnet HTTP/1.1" 200 699 0.173075 252.241.163.121 - - [2026-02-05 01:59:25] "POST /neutron/network HTTP/1.1" 200 988 0.007597 10.0.0.241 - - [2026-02-05 01:59:25] "POST /id-to-fqname HTTP/1.1" 200 218 0.001867 10.0.0.241 - - [2026-02-05 01:59:25] "GET /virtual-network/c4aae950-75b4-4070-b305-05919df9fd48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005173 252.241.163.121 - - [2026-02-05 01:59:25] "POST /neutron/network HTTP/1.1" 200 988 0.009768 10.0.0.241 - - [2026-02-05 01:59:25] "GET /virtual-network/c4aae950-75b4-4070-b305-05919df9fd48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.006960 252.241.163.121 - - [2026-02-05 01:59:25] "POST /neutron/network HTTP/1.1" 200 988 0.007256 252.241.163.121 - - [2026-02-05 01:59:25] "POST /neutron/subnet HTTP/1.1" 200 699 0.007387 252.241.163.121 - - [2026-02-05 01:59:25] "POST /neutron/subnet HTTP/1.1" 200 699 0.007621 252.241.163.121 - - [2026-02-05 01:59:26] "POST /neutron/network HTTP/1.1" 200 988 0.014204 252.241.163.121 - - [2026-02-05 01:59:26] "POST /neutron/subnet HTTP/1.1" 200 699 0.007855 252.241.163.121 - - [2026-02-05 01:59:26] "POST /neutron/subnet HTTP/1.1" 200 699 0.008073 10.0.0.241 - - [2026-02-05 01:59:26] "GET /projects?obj_uuids=f5bd1bbf-4170-4496-a8f5-f749c97fc4d1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001326 252.241.163.121 - - [2026-02-05 01:59:26] "POST /neutron/port HTTP/1.1" 200 1015 0.203341 10.0.0.241 - - [2026-02-05 01:59:26] "GET /projects?obj_uuids=f5bd1bbf-4170-4496-a8f5-f749c97fc4d1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001056 252.241.163.121 - - [2026-02-05 01:59:26] "POST /neutron/port HTTP/1.1" 200 1015 0.177540 10.0.0.241 - - [2026-02-05 01:59:26] "POST /id-to-fqname HTTP/1.1" 200 218 0.001917 252.241.163.121 - - [2026-02-05 01:59:26] "POST /neutron/port HTTP/1.1" 200 1015 0.009178 252.241.163.121 - - [2026-02-05 01:59:27] "POST /neutron/port HTTP/1.1" 200 1015 0.039281 252.241.163.121 - - [2026-02-05 01:59:27] "POST /neutron/network HTTP/1.1" 200 988 0.007230 252.241.163.121 - - [2026-02-05 01:59:27] "POST /neutron/port HTTP/1.1" 200 1015 0.012531 252.241.163.121 - - [2026-02-05 01:59:27] "POST /neutron/port HTTP/1.1" 200 117 0.005295 252.241.163.121 - - [2026-02-05 01:59:27] "POST /neutron/port HTTP/1.1" 200 117 0.004950 10.0.0.241 - - [2026-02-05 01:59:27] "POST /id-to-fqname HTTP/1.1" 200 218 0.001437 252.241.163.121 - - [2026-02-05 01:59:27] "POST /neutron/port HTTP/1.1" 200 117 0.005854 252.241.163.121 - - [2026-02-05 01:59:27] "POST /neutron/port HTTP/1.1" 200 1015 0.010408 252.241.163.121 - - [2026-02-05 01:59:27] "POST /neutron/port HTTP/1.1" 200 1015 0.009665 252.241.163.121 - - [2026-02-05 01:59:27] "POST /neutron/port HTTP/1.1" 200 1015 0.009858 252.241.163.121 - - [2026-02-05 01:59:28] "POST /neutron/network HTTP/1.1" 200 988 0.011398 252.241.163.121 - - [2026-02-05 01:59:28] "POST /neutron/port HTTP/1.1" 200 1015 0.011419 252.241.163.121 - - [2026-02-05 01:59:28] "POST /neutron/port HTTP/1.1" 200 1015 0.010785 252.241.163.121 - - [2026-02-05 01:59:28] "POST /neutron/port HTTP/1.1" 200 117 0.006409 252.241.163.121 - - [2026-02-05 01:59:28] "POST /neutron/port HTTP/1.1" 200 117 0.007944 252.241.163.121 - - [2026-02-05 01:59:28] "POST /neutron/port HTTP/1.1" 200 1015 0.013432 10.0.0.241 - - [2026-02-05 01:59:28] "POST /id-to-fqname HTTP/1.1" 200 218 0.004829 252.241.163.121 - - [2026-02-05 01:59:28] "POST /neutron/network HTTP/1.1" 200 998 0.027509 252.241.163.121 - - [2026-02-05 01:59:28] "POST /neutron/port HTTP/1.1" 200 117 0.008878 252.241.163.121 - - [2026-02-05 01:59:28] "POST /neutron/port HTTP/1.1" 200 1015 0.010026 252.241.163.121 - - [2026-02-05 01:59:28] "POST /neutron/port HTTP/1.1" 200 1015 0.013800 252.241.163.121 - - [2026-02-05 01:59:28] "POST /neutron/network HTTP/1.1" 200 998 0.029022 252.241.163.121 - - [2026-02-05 01:59:28] "GET /aaa-mode HTTP/1.1" 401 297 0.000498 252.241.163.121 - - [2026-02-05 01:59:28] "POST /neutron/port HTTP/1.1" 200 1103 0.122859 252.241.163.121 - - [2026-02-05 01:59:28] "GET / HTTP/1.1" 200 36499 0.001671 252.241.163.121 - - [2026-02-05 01:59:28] "GET /project/f5bd1bbf-4170-4496-a8f5-f749c97fc4d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 297 0.000427 252.241.163.121 - - [2026-02-05 01:59:29] "POST /neutron/port HTTP/1.1" 200 1113 0.016419 252.241.163.121 - - [2026-02-05 01:59:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004794 252.241.163.121 - - [2026-02-05 01:59:29] "POST /neutron/port HTTP/1.1" 200 1015 0.015371 252.241.163.121 - - [2026-02-05 01:59:29] "POST /neutron/subnet HTTP/1.1" 200 673 0.009952 252.241.163.121 - - [2026-02-05 01:59:29] "POST /neutron/network HTTP/1.1" 200 998 0.005861 252.241.163.121 - - [2026-02-05 01:59:29] "POST /neutron/port HTTP/1.1" 200 117 0.001796 252.241.163.121 - - [2026-02-05 01:59:29] "POST /neutron/port HTTP/1.1" 200 1015 0.010910 252.241.163.121 - - [2026-02-05 01:59:29] "POST /neutron/network HTTP/1.1" 200 988 0.014755 10.0.0.241 - - [2026-02-05 01:59:29] "GET /projects?obj_uuids=f5bd1bbf-4170-4496-a8f5-f749c97fc4d1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001156 252.241.163.121 - - [2026-02-05 01:59:29] "POST /neutron/port HTTP/1.1" 200 1015 0.010024 252.241.163.121 - - [2026-02-05 01:59:29] "GET /project/f5bd1bbf-4170-4496-a8f5-f749c97fc4d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.064983 252.241.163.121 - - [2026-02-05 01:59:29] "POST /neutron/network HTTP/1.1" 200 988 0.011012 252.241.163.121 - - [2026-02-05 01:59:29] "POST /neutron/port HTTP/1.1" 200 1103 0.130039 252.241.163.121 - - [2026-02-05 01:59:29] "POST /neutron/port HTTP/1.1" 200 2074 0.038737 252.241.163.121 - - [2026-02-05 01:59:29] "POST /neutron/port HTTP/1.1" 200 1113 0.027289 252.241.163.121 - - [2026-02-05 01:59:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009822 252.241.163.121 - - [2026-02-05 01:59:29] "POST /neutron/port HTTP/1.1" 200 117 0.007631 252.241.163.121 - - [2026-02-05 01:59:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005292 10.0.0.241 - - [2026-02-05 01:59:29] "GET /domains HTTP/1.1" 200 440 0.004254 252.241.163.121 - - [2026-02-05 01:59:29] "POST /neutron/subnet HTTP/1.1" 200 673 0.010844 10.0.0.241 - - [2026-02-05 01:59:29] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001903 10.0.0.241 - - [2026-02-05 01:59:29] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd HTTP/1.1" 200 1308 0.016725 252.241.163.121 - - [2026-02-05 01:59:29] "POST /neutron/port HTTP/1.1" 200 117 0.001461 10.0.0.241 - - [2026-02-05 01:59:29] "GET /projects?obj_uuids=f5bd1bbf-4170-4496-a8f5-f749c97fc4d1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001230 252.241.163.121 - - [2026-02-05 01:59:29] "POST /neutron/network HTTP/1.1" 200 988 0.009667 10.0.0.241 - - [2026-02-05 01:59:29] "GET /project/f5bd1bbf-4170-4496-a8f5-f749c97fc4d1 HTTP/1.1" 200 2845 0.037646 10.0.0.241 - - [2026-02-05 01:59:30] "GET /network-ipam/614fb6f6-e200-418a-accb-ed3a25d19770 HTTP/1.1" 200 2647 0.006233 10.0.0.241 - - [2026-02-05 01:59:30] "GET /domains HTTP/1.1" 200 440 0.003826 10.0.0.241 - - [2026-02-05 01:59:30] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001228 10.0.0.241 - - [2026-02-05 01:59:30] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd HTTP/1.1" 200 1308 0.008857 10.0.0.241 - - [2026-02-05 01:59:30] "GET /projects?obj_uuids=f5bd1bbf-4170-4496-a8f5-f749c97fc4d1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002030 10.0.0.241 - - [2026-02-05 01:59:30] "GET /project/f5bd1bbf-4170-4496-a8f5-f749c97fc4d1 HTTP/1.1" 200 2845 0.036669 10.0.0.241 - - [2026-02-05 01:59:30] "GET /virtual-network/c4aae950-75b4-4070-b305-05919df9fd48 HTTP/1.1" 200 3786 0.007236 252.241.163.121 - - [2026-02-05 01:59:30] "POST /neutron/network HTTP/1.1" 200 998 0.011090 10.0.0.241 - - [2026-02-05 01:59:30] "GET /virtual-network/c4aae950-75b4-4070-b305-05919df9fd48 HTTP/1.1" 200 3786 0.005440 10.0.0.241 - - [2026-02-05 01:59:30] "GET /routing-instance/868ded4f-9c4d-4413-9310-a5109719e4b4 HTTP/1.1" 200 2384 0.006220 10.0.0.241 - - [2026-02-05 01:59:30] "GET /projects?obj_uuids=f5bd1bbf-4170-4496-a8f5-f749c97fc4d1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001175 10.0.0.241 - - [2026-02-05 01:59:30] "GET /routing-instance/868ded4f-9c4d-4413-9310-a5109719e4b4 HTTP/1.1" 200 2384 0.007276 10.0.0.241 - - [2026-02-05 01:59:30] "GET /route-target/11e4028a-bb2a-4493-8ad5-f6a718cdd063 HTTP/1.1" 200 1206 0.036655 10.0.0.241 - - [2026-02-05 01:59:30] "GET /virtual-network/c4aae950-75b4-4070-b305-05919df9fd48 HTTP/1.1" 200 4044 0.016119 10.0.0.241 - - [2026-02-05 01:59:30] "GET /routing-instance/868ded4f-9c4d-4413-9310-a5109719e4b4 HTTP/1.1" 200 2816 0.014404 252.241.163.121 - - [2026-02-05 01:59:30] "POST /neutron/port HTTP/1.1" 200 1053 0.302415 10.0.0.241 - - [2026-02-05 01:59:30] "GET /virtual-network/c4aae950-75b4-4070-b305-05919df9fd48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.010127 10.0.0.241 - - [2026-02-05 01:59:30] "GET /virtual-network/c4aae950-75b4-4070-b305-05919df9fd48 HTTP/1.1" 200 4240 0.007278 252.241.163.121 - - [2026-02-05 01:59:30] "POST /neutron/port HTTP/1.1" 200 1053 0.011475 10.0.0.241 - - [2026-02-05 01:59:30] "GET /routing-instance/868ded4f-9c4d-4413-9310-a5109719e4b4 HTTP/1.1" 200 2816 0.003917 252.241.163.121 - - [2026-02-05 01:59:30] "POST /neutron/port HTTP/1.1" 200 1053 0.011572 10.0.0.241 - - [2026-02-05 01:59:30] "GET /routing-instance/868ded4f-9c4d-4413-9310-a5109719e4b4 HTTP/1.1" 200 2816 0.003944 10.0.0.241 - - [2026-02-05 01:59:31] "GET /route-target/11e4028a-bb2a-4493-8ad5-f6a718cdd063 HTTP/1.1" 200 1206 0.003904 252.241.163.121 - - [2026-02-05 01:59:31] "POST /neutron/port HTTP/1.1" 200 1103 0.087505 10.0.0.241 - - [2026-02-05 01:59:31] "GET /domains HTTP/1.1" 200 440 0.003550 252.241.163.121 - - [2026-02-05 01:59:31] "POST /neutron/port HTTP/1.1" 200 1113 0.040854 10.0.0.241 - - [2026-02-05 01:59:31] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001063 10.0.0.241 - - [2026-02-05 01:59:31] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd HTTP/1.1" 200 1308 0.007279 252.241.163.121 - - [2026-02-05 01:59:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005549 10.0.0.241 - - [2026-02-05 01:59:31] "GET /projects?obj_uuids=f5bd1bbf-4170-4496-a8f5-f749c97fc4d1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001066 10.0.0.241 - - [2026-02-05 01:59:31] "GET /project/f5bd1bbf-4170-4496-a8f5-f749c97fc4d1 HTTP/1.1" 200 3089 0.033367 252.241.163.121 - - [2026-02-05 01:59:31] "POST /neutron/subnet HTTP/1.1" 200 673 0.010490 10.0.0.241 - - [2026-02-05 01:59:31] "GET /virtual-network/c4aae950-75b4-4070-b305-05919df9fd48 HTTP/1.1" 200 4240 0.005275 252.241.163.121 - - [2026-02-05 01:59:31] "POST /neutron/port HTTP/1.1" 200 117 0.005530 252.241.163.121 - - [2026-02-05 01:59:31] "POST /neutron/network HTTP/1.1" 200 988 0.012463 10.0.0.241 - - [2026-02-05 01:59:31] "GET /obj-perms HTTP/1.1" 200 6440 0.081303 252.241.163.121 - - [2026-02-05 01:59:32] "POST /neutron/port HTTP/1.1" 200 1113 0.024711 252.241.163.121 - - [2026-02-05 01:59:32] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010888 252.241.163.121 - - [2026-02-05 01:59:37] "POST /neutron/port HTTP/1.1" 200 1113 0.018577 252.241.163.121 - - [2026-02-05 01:59:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008206 252.241.163.121 - - [2026-02-05 01:59:37] "POST /neutron/port HTTP/1.1" 200 1113 0.013549 252.241.163.121 - - [2026-02-05 01:59:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011876 252.241.163.121 - - [2026-02-05 01:59:37] "POST /neutron/port HTTP/1.1" 200 1113 0.019928 252.241.163.121 - - [2026-02-05 01:59:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011680 10.0.0.241 - - [2026-02-05 01:59:37] "GET /virtual-machine/de9398fc-775d-43d4-ad6e-9f75d00e8740 HTTP/1.1" 200 1291 0.005753 10.0.0.241 - - [2026-02-05 01:59:37] "GET /virtual-machine-interface/ead64532-2b5a-4a80-a5e0-a4fd2c650e90 HTTP/1.1" 200 2943 0.011613 10.0.0.241 - - [2026-02-05 01:59:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003364 10.0.0.241 - - [2026-02-05 01:59:37] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.003305 10.0.0.241 - - [2026-02-05 01:59:37] "GET /virtual-networks?parent_id=f5bd1bbf-4170-4496-a8f5-f749c97fc4d1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003556 10.0.0.241 - - [2026-02-05 01:59:38] "GET /virtual-network/c4aae950-75b4-4070-b305-05919df9fd48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005810 252.241.163.121 - - [2026-02-05 01:59:39] "POST /neutron/port HTTP/1.1" 200 1113 0.014323 252.241.163.121 - - [2026-02-05 01:59:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006737 252.241.163.121 - - [2026-02-05 01:59:39] "POST /neutron/port HTTP/1.1" 200 1113 0.019743 252.241.163.121 - - [2026-02-05 01:59:39] "POST /neutron/port HTTP/1.1" 200 1113 0.013167 252.241.163.121 - - [2026-02-05 01:59:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007310 252.241.163.121 - - [2026-02-05 01:59:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006815 252.241.163.121 - - [2026-02-05 01:59:40] "POST /neutron/port HTTP/1.1" 200 1113 0.016106 252.241.163.121 - - [2026-02-05 01:59:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007872 252.241.163.121 - - [2026-02-05 01:59:40] "POST /neutron/port HTTP/1.1" 200 1113 0.018828 252.241.163.121 - - [2026-02-05 01:59:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005972 252.241.163.121 - - [2026-02-05 01:59:40] "POST /neutron/port HTTP/1.1" 200 1113 0.013929 252.241.163.121 - - [2026-02-05 01:59:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007865 252.241.163.121 - - [2026-02-05 01:59:40] "POST /neutron/port HTTP/1.1" 200 1113 0.021697 252.241.163.121 - - [2026-02-05 01:59:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006328 252.241.163.121 - - [2026-02-05 01:59:41] "POST /neutron/port HTTP/1.1" 200 1113 0.015824 10.0.0.241 - - [2026-02-05 01:59:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.241 - - [2026-02-05 01:59:41] "GET /virtual-network/c4aae950-75b4-4070-b305-05919df9fd48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005008 252.241.163.121 - - [2026-02-05 01:59:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007746 252.241.163.121 - - [2026-02-05 01:59:41] "POST /neutron/port HTTP/1.1" 200 1113 0.016773 252.241.163.121 - - [2026-02-05 01:59:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011385 10.0.0.241 - - [2026-02-05 01:59:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.241 - - [2026-02-05 01:59:43] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.003639 10.0.0.241 - - [2026-02-05 01:59:43] "GET /virtual-networks?parent_id=f5bd1bbf-4170-4496-a8f5-f749c97fc4d1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003206 10.0.0.241 - - [2026-02-05 01:59:43] "GET /virtual-network/c4aae950-75b4-4070-b305-05919df9fd48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.006266 252.241.163.121 - - [2026-02-05 01:59:43] "POST /neutron/port HTTP/1.1" 200 1113 0.016888 252.241.163.121 - - [2026-02-05 01:59:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006397 252.241.163.121 - - [2026-02-05 01:59:43] "POST /neutron/port HTTP/1.1" 200 1113 0.013886 252.241.163.121 - - [2026-02-05 01:59:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007111 252.241.163.121 - - [2026-02-05 01:59:44] "POST /neutron/port HTTP/1.1" 200 1113 0.015417 252.241.163.121 - - [2026-02-05 01:59:44] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007612 10.0.0.241 - - [2026-02-05 01:59:44] "GET /virtual-machine/b19e2555-358a-4f57-b9bc-1db2d78503b6 HTTP/1.1" 200 1291 0.004941 10.0.0.241 - - [2026-02-05 01:59:44] "GET /virtual-machine-interface/150af3ca-4b54-4abd-bd0a-04efef772549 HTTP/1.1" 200 2942 0.005948 10.0.0.241 - - [2026-02-05 01:59:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003955 10.0.0.241 - - [2026-02-05 01:59:44] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.003560 10.0.0.241 - - [2026-02-05 01:59:44] "GET /virtual-networks?parent_id=f5bd1bbf-4170-4496-a8f5-f749c97fc4d1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003471 10.0.0.241 - - [2026-02-05 01:59:44] "GET /virtual-network/c4aae950-75b4-4070-b305-05919df9fd48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.007451 10.0.0.241 - - [2026-02-05 01:59:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004089 10.0.0.241 - - [2026-02-05 01:59:45] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.003462 10.0.0.241 - - [2026-02-05 01:59:45] "GET /virtual-networks?parent_id=f5bd1bbf-4170-4496-a8f5-f749c97fc4d1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003586 10.0.0.241 - - [2026-02-05 01:59:45] "GET /virtual-network/c4aae950-75b4-4070-b305-05919df9fd48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.006312 252.241.163.121 - - [2026-02-05 01:59:46] "POST /neutron/port HTTP/1.1" 200 1113 0.013668 252.241.163.121 - - [2026-02-05 01:59:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006812 252.241.163.121 - - [2026-02-05 01:59:46] "POST /neutron/port HTTP/1.1" 200 1113 0.013817 252.241.163.121 - - [2026-02-05 01:59:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007563 252.241.163.121 - - [2026-02-05 01:59:46] "POST /neutron/port HTTP/1.1" 200 1113 0.013756 252.241.163.121 - - [2026-02-05 01:59:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007043 10.0.0.241 - - [2026-02-05 01:59:46] "GET /virtual-machine/71be3735-b3a6-4033-b4e8-ada3c10d4ed9 HTTP/1.1" 200 1294 0.004839 10.0.0.241 - - [2026-02-05 01:59:46] "GET /virtual-machine-interface/400028ac-7b13-4712-86bd-c258d0869408 HTTP/1.1" 200 2941 0.005177 10.0.0.241 - - [2026-02-05 01:59:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003185 10.0.0.241 - - [2026-02-05 01:59:46] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.003810 10.0.0.241 - - [2026-02-05 01:59:46] "GET /virtual-networks?parent_id=f5bd1bbf-4170-4496-a8f5-f749c97fc4d1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003525 10.0.0.241 - - [2026-02-05 01:59:46] "GET /virtual-network/c4aae950-75b4-4070-b305-05919df9fd48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.006318 10.0.0.241 - - [2026-02-05 01:59:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.241 - - [2026-02-05 01:59:47] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.003079 10.0.0.241 - - [2026-02-05 01:59:47] "GET /virtual-networks?parent_id=f5bd1bbf-4170-4496-a8f5-f749c97fc4d1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003473 10.0.0.241 - - [2026-02-05 01:59:48] "GET /virtual-network/c4aae950-75b4-4070-b305-05919df9fd48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.006168 10.0.0.241 - - [2026-02-05 01:59:55] "GET /obj-perms HTTP/1.1" 200 6393 0.060477 10.0.0.241 - - [2026-02-05 01:59:55] "GET /obj-perms HTTP/1.1" 200 6393 0.059315 252.241.163.121 - - [2026-02-05 02:00:04] "POST /neutron/port HTTP/1.1" 200 1103 0.013041 252.241.163.121 - - [2026-02-05 02:00:04] "POST /neutron/port HTTP/1.1" 200 1103 0.014961 252.241.163.121 - - [2026-02-05 02:00:04] "POST /neutron/port HTTP/1.1" 200 151 0.151744 252.241.163.121 - - [2026-02-05 02:00:04] "POST /neutron/port HTTP/1.1" 200 1103 0.023553 252.241.163.121 - - [2026-02-05 02:00:04] "POST /neutron/port HTTP/1.1" 200 1103 0.021622 252.241.163.121 - - [2026-02-05 02:00:04] "POST /neutron/port HTTP/1.1" 200 1113 0.019376 252.241.163.121 - - [2026-02-05 02:00:04] "POST /neutron/port HTTP/1.1" 200 1103 0.010740 252.241.163.121 - - [2026-02-05 02:00:04] "POST /neutron/port HTTP/1.1" 200 151 0.183272 252.241.163.121 - - [2026-02-05 02:00:04] "POST /neutron/network HTTP/1.1" 200 988 0.009284 252.241.163.121 - - [2026-02-05 02:00:04] "POST /neutron/port HTTP/1.1" 200 151 0.184819 10.0.0.241 - - [2026-02-05 02:00:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005929 10.0.0.241 - - [2026-02-05 02:00:05] "POST /useragent-kv HTTP/1.1" 200 115 0.007076 10.0.0.241 - - [2026-02-05 02:00:05] "POST /useragent-kv HTTP/1.1" 200 115 0.005182 10.0.0.241 - - [2026-02-05 02:00:05] "POST /useragent-kv HTTP/1.1" 200 115 0.007921 10.0.0.241 - - [2026-02-05 02:00:05] "POST /useragent-kv HTTP/1.1" 200 115 0.010132 10.0.0.241 - - [2026-02-05 02:00:05] "DELETE /route-target/11e4028a-bb2a-4493-8ad5-f6a718cdd063 HTTP/1.1" 200 115 0.066339 252.241.163.121 - - [2026-02-05 02:00:05] "POST /neutron/network HTTP/1.1" 200 151 0.217435 10.0.0.241 - - [2026-02-05 02:00:05] "GET /routing-instance/868ded4f-9c4d-4413-9310-a5109719e4b4 HTTP/1.1" 404 171 0.003970 10.0.0.241 - - [2026-02-05 02:00:05] "GET /domains HTTP/1.1" 200 440 0.004035 10.0.0.241 - - [2026-02-05 02:00:05] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001695 10.0.0.241 - - [2026-02-05 02:00:05] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd HTTP/1.1" 200 1308 0.009556 10.0.0.241 - - [2026-02-05 02:00:05] "GET /projects?obj_uuids=f5bd1bbf-4170-4496-a8f5-f749c97fc4d1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001310 10.0.0.241 - - [2026-02-05 02:00:05] "GET /project/f5bd1bbf-4170-4496-a8f5-f749c97fc4d1 HTTP/1.1" 200 2088 0.043581 10.0.0.241 - - [2026-02-05 02:00:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004286 10.0.0.241 - - [2026-02-05 02:00:05] "DELETE /network-ipam/614fb6f6-e200-418a-accb-ed3a25d19770 HTTP/1.1" 200 115 0.027909 10.0.0.241 - - [2026-02-05 02:00:05] "POST /fqname-to-id HTTP/1.1" 404 209 0.003617 10.0.0.241 - - [2026-02-05 02:00:06] "GET /projects?obj_uuids=f5bd1bbf-4170-4496-a8f5-f749c97fc4d1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001662 10.0.0.241 - - [2026-02-05 02:00:06] "GET /project/f5bd1bbf-4170-4496-a8f5-f749c97fc4d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.041749 10.0.0.241 - - [2026-02-05 02:00:06] "GET /projects?obj_uuids=f5bd1bbf-4170-4496-a8f5-f749c97fc4d1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001639 10.0.0.241 - - [2026-02-05 02:00:06] "GET /project/f5bd1bbf-4170-4496-a8f5-f749c97fc4d1?fields=virtual_networks HTTP/1.1" 200 1035 0.046595 10.0.0.241 - - [2026-02-05 02:00:06] "GET /projects?obj_uuids=f5bd1bbf-4170-4496-a8f5-f749c97fc4d1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001242 10.0.0.241 - - [2026-02-05 02:00:06] "GET /project/f5bd1bbf-4170-4496-a8f5-f749c97fc4d1?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.028338 10.0.0.241 - - [2026-02-05 02:00:06] "GET /projects?obj_uuids=f5bd1bbf-4170-4496-a8f5-f749c97fc4d1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001457 10.0.0.241 - - [2026-02-05 02:00:06] "GET /project/f5bd1bbf-4170-4496-a8f5-f749c97fc4d1?fields=security_groups HTTP/1.1" 200 1261 0.034689 252.241.163.121 - - [2026-02-05 02:00:09] "POST /neutron/port HTTP/1.1" 200 117 0.007003 252.241.163.121 - - [2026-02-05 02:00:09] "POST /neutron/port HTTP/1.1" 200 117 0.005537 252.241.163.121 - - [2026-02-05 02:00:09] "POST /neutron/port HTTP/1.1" 400 205 0.006556 252.241.163.121 - - [2026-02-05 02:00:09] "POST /neutron/port HTTP/1.1" 400 205 0.003402 10.0.0.241 - - [2026-02-05 02:00:24] "GET / HTTP/1.1" 200 36499 0.013100 10.0.0.241 - - [2026-02-05 02:00:25] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 297 0.000585 10.0.0.241 - - [2026-02-05 02:00:26] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.103437 10.0.0.241 - - [2026-02-05 02:00:26] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 944 0.167289 10.0.0.241 - - [2026-02-05 02:00:26] "POST /fqname-to-id HTTP/1.1" 404 181 0.068307 10.0.0.241 - - [2026-02-05 02:00:26] "GET /projects?obj_uuids=1d1c34e8-4509-4198-82c5-805378777268&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005187 10.0.0.241 - - [2026-02-05 02:00:26] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001648 10.0.0.241 - - [2026-02-05 02:00:26] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 974 0.071347 10.0.0.241 - - [2026-02-05 02:00:27] "POST /id-to-fqname HTTP/1.1" 200 183 0.005569 10.0.0.241 - - [2026-02-05 02:00:27] "POST /fqname-to-id HTTP/1.1" 404 192 0.003792 10.0.0.241 - - [2026-02-05 02:00:27] "POST /security-groups HTTP/1.1" 200 578 0.124618 10.0.0.241 - - [2026-02-05 02:00:27] "POST /projects HTTP/1.1" 200 567 0.386648 10.0.0.241 - - [2026-02-05 02:00:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.440995 10.0.0.241 - - [2026-02-05 02:00:27] "POST /fqname-to-id HTTP/1.1" 404 227 0.041804 10.0.0.241 - - [2026-02-05 02:00:27] "POST /access-control-lists HTTP/1.1" 200 593 0.063827 10.0.0.241 - - [2026-02-05 02:00:27] "GET /project/1d1c34e8-4509-4198-82c5-805378777268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.727267 10.0.0.241 - - [2026-02-05 02:00:27] "POST /fqname-to-id HTTP/1.1" 404 226 0.003096 10.0.0.241 - - [2026-02-05 02:00:27] "POST /access-control-lists HTTP/1.1" 200 591 0.066879 10.0.0.241 - - [2026-02-05 02:00:29] "GET / HTTP/1.1" 200 36499 0.003223 10.0.0.241 - - [2026-02-05 02:00:31] "POST /fqname-to-id HTTP/1.1" 401 297 0.002141 10.0.0.241 - - [2026-02-05 02:00:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.068799 10.0.0.241 - - [2026-02-05 02:00:32] "GET /api-access-list/3d143d1e-0269-4fc0-a2da-a7ca3a3e32e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1885 0.004625 10.0.0.241 - - [2026-02-05 02:00:32] "GET /api-access-list/3d143d1e-0269-4fc0-a2da-a7ca3a3e32e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1885 0.003870 10.0.0.241 - - [2026-02-05 02:00:32] "GET /api-access-list/3d143d1e-0269-4fc0-a2da-a7ca3a3e32e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1885 0.003474 10.0.0.241 - - [2026-02-05 02:00:32] "PUT /api-access-list/3d143d1e-0269-4fc0-a2da-a7ca3a3e32e6 HTTP/1.1" 200 266 0.017130 10.0.0.241 - - [2026-02-05 02:00:32] "GET /aaa-mode HTTP/1.1" 401 297 0.000465 10.0.0.241 - - [2026-02-05 02:00:33] "GET /aaa-mode HTTP/1.1" 200 128 0.040087 10.0.0.241 - - [2026-02-05 02:00:33] "POST /fqname-to-id HTTP/1.1" 404 181 0.033461 10.0.0.241 - - [2026-02-05 02:00:33] "GET /projects?obj_uuids=1ad2aa84-d539-4674-bbfb-115281f4275f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003310 10.0.0.241 - - [2026-02-05 02:00:33] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001239 10.0.0.241 - - [2026-02-05 02:00:33] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 974 0.015445 10.0.0.241 - - [2026-02-05 02:00:34] "POST /id-to-fqname HTTP/1.1" 200 183 0.001605 10.0.0.241 - - [2026-02-05 02:00:34] "POST /fqname-to-id HTTP/1.1" 404 192 0.004921 10.0.0.241 - - [2026-02-05 02:00:34] "POST /security-groups HTTP/1.1" 200 578 0.069222 10.0.0.241 - - [2026-02-05 02:00:34] "POST /fqname-to-id HTTP/1.1" 404 227 0.002985 10.0.0.241 - - [2026-02-05 02:00:34] "POST /projects HTTP/1.1" 200 567 0.251738 10.0.0.241 - - [2026-02-05 02:00:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.294082 10.0.0.241 - - [2026-02-05 02:00:34] "POST /access-control-lists HTTP/1.1" 200 593 0.058919 10.0.0.241 - - [2026-02-05 02:00:34] "GET /project/1ad2aa84-d539-4674-bbfb-115281f4275f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.474842 10.0.0.241 - - [2026-02-05 02:00:34] "POST /fqname-to-id HTTP/1.1" 404 226 0.005749 10.0.0.241 - - [2026-02-05 02:00:34] "POST /access-control-lists HTTP/1.1" 200 591 0.074187 10.0.0.241 - - [2026-02-05 02:00:34] "POST /fqname-to-id HTTP/1.1" 404 181 0.048024 10.0.0.241 - - [2026-02-05 02:00:34] "GET /projects?obj_uuids=e1946c02-2257-4c92-9a5e-45215bb1b7a0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004829 10.0.0.241 - - [2026-02-05 02:00:34] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.004150 10.0.0.241 - - [2026-02-05 02:00:34] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 974 0.013932 10.0.0.241 - - [2026-02-05 02:00:35] "POST /id-to-fqname HTTP/1.1" 200 183 0.011815 10.0.0.241 - - [2026-02-05 02:00:35] "POST /fqname-to-id HTTP/1.1" 404 192 0.007825 10.0.0.241 - - [2026-02-05 02:00:35] "POST /security-groups HTTP/1.1" 200 578 0.076221 10.0.0.241 - - [2026-02-05 02:00:35] "POST /fqname-to-id HTTP/1.1" 404 227 0.003548 10.0.0.241 - - [2026-02-05 02:00:35] "POST /projects HTTP/1.1" 200 567 0.335594 10.0.0.241 - - [2026-02-05 02:00:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.393174 10.0.0.241 - - [2026-02-05 02:00:35] "POST /access-control-lists HTTP/1.1" 200 593 0.068484 10.0.0.241 - - [2026-02-05 02:00:35] "GET /project/e1946c02-2257-4c92-9a5e-45215bb1b7a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.572263 10.0.0.241 - - [2026-02-05 02:00:35] "POST /fqname-to-id HTTP/1.1" 404 226 0.004627 10.0.0.241 - - [2026-02-05 02:00:35] "POST /access-control-lists HTTP/1.1" 200 591 0.067853 10.0.0.241 - - [2026-02-05 02:00:36] "GET / HTTP/1.1" 200 36499 0.002253 10.0.0.241 - - [2026-02-05 02:00:37] "GET / HTTP/1.1" 200 36499 0.001683 10.0.0.241 - - [2026-02-05 02:00:37] "POST /fqname-to-id HTTP/1.1" 404 181 0.003146 10.0.0.241 - - [2026-02-05 02:00:37] "POST /api-access-lists HTTP/1.1" 200 523 0.017731 10.0.0.241 - - [2026-02-05 02:00:37] "GET /api-access-list/73a5ca1a-04e8-4032-922d-8b855c3629f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1266 0.005040 10.0.0.241 - - [2026-02-05 02:00:37] "GET /api-access-list/73a5ca1a-04e8-4032-922d-8b855c3629f7 HTTP/1.1" 401 297 0.001593 10.0.0.241 - - [2026-02-05 02:00:38] "GET /api-access-list/73a5ca1a-04e8-4032-922d-8b855c3629f7 HTTP/1.1" 200 1266 0.087716 10.0.0.241 - - [2026-02-05 02:00:38] "POST /fqname-to-id HTTP/1.1" 401 297 0.000534 10.0.0.241 - - [2026-02-05 02:00:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.080058 10.0.0.241 - - [2026-02-05 02:00:38] "GET /projects?obj_uuids=1ad2aa84-d539-4674-bbfb-115281f4275f&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001234 10.0.0.241 - - [2026-02-05 02:00:38] "GET /project/1ad2aa84-d539-4674-bbfb-115281f4275f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.050921 10.0.0.241 - - [2026-02-05 02:00:38] "GET /virtual-networks?parent_id=1ad2aa84-d539-4674-bbfb-115281f4275f&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012733 10.0.0.241 - - [2026-02-05 02:00:38] "POST /virtual-networks HTTP/1.1" 200 570 0.070267 10.0.0.241 - - [2026-02-05 02:00:38] "POST /route-targets HTTP/1.1" 200 329 0.017024 10.0.0.241 - - [2026-02-05 02:00:39] "POST /ref-update HTTP/1.1" 200 156 0.021787 10.0.0.241 - - [2026-02-05 02:00:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.021224 10.0.0.241 - - [2026-02-05 02:00:39] "GET /network-ipam/c76268e8-f248-4eac-83d5-de5dd16b050c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1092 0.012243 10.0.0.241 - - [2026-02-05 02:00:39] "POST /useragent-kv HTTP/1.1" 200 115 0.008338 10.0.0.241 - - [2026-02-05 02:00:39] "POST /ref-update HTTP/1.1" 200 156 0.076570 252.241.163.121 - - [2026-02-05 02:00:39] "POST /neutron/network HTTP/1.1" 200 830 0.055753 252.241.163.121 - - [2026-02-05 02:00:39] "POST /neutron/network HTTP/1.1" 200 830 0.024273 10.0.0.241 - - [2026-02-05 02:00:39] "GET /virtual-network/4b5acbb1-4c6d-4b78-bacd-393e95d0119b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1984 0.020327 252.241.163.121 - - [2026-02-05 02:00:39] "POST /neutron/network HTTP/1.1" 200 830 0.035460 252.241.163.121 - - [2026-02-05 02:00:39] "POST /neutron/subnet HTTP/1.1" 200 675 0.046776 10.0.0.241 - - [2026-02-05 02:00:39] "GET /virtual-network/4b5acbb1-4c6d-4b78-bacd-393e95d0119b HTTP/1.1" 401 297 0.000771 10.0.0.241 - - [2026-02-05 02:00:40] "GET /virtual-network/4b5acbb1-4c6d-4b78-bacd-393e95d0119b HTTP/1.1" 200 2269 0.047960 10.0.0.241 - - [2026-02-05 02:00:40] "GET /virtual-network/4b5acbb1-4c6d-4b78-bacd-393e95d0119b HTTP/1.1" 401 297 0.000458 10.0.0.241 - - [2026-02-05 02:00:40] "GET /virtual-network/4b5acbb1-4c6d-4b78-bacd-393e95d0119b HTTP/1.1" 200 2009 0.056467 10.0.0.241 - - [2026-02-05 02:00:41] "GET /obj-perms HTTP/1.1" 200 6325 0.071159 10.0.0.241 - - [2026-02-05 02:00:41] "POST /fqname-to-id HTTP/1.1" 401 297 0.000536 10.0.0.241 - - [2026-02-05 02:00:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.033095 10.0.0.241 - - [2026-02-05 02:00:41] "GET /virtual-network/4b5acbb1-4c6d-4b78-bacd-393e95d0119b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1984 0.016595 10.0.0.241 - - [2026-02-05 02:00:41] "GET /obj-perms HTTP/1.1" 200 6325 0.009331 10.0.0.241 - - [2026-02-05 02:00:41] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 361 0.017066 10.0.0.241 - - [2026-02-05 02:00:42] "GET /obj-perms HTTP/1.1" 200 6325 0.063330 10.0.0.241 - - [2026-02-05 02:00:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004923 10.0.0.241 - - [2026-02-05 02:00:42] "GET /virtual-network/4b5acbb1-4c6d-4b78-bacd-393e95d0119b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1984 0.018543 10.0.0.241 - - [2026-02-05 02:00:42] "DELETE /project/1ad2aa84d5394674bbfb115281f4275f HTTP/1.1" 404 173 0.009240 10.0.0.241 - - [2026-02-05 02:00:42] "DELETE /project/1d1c34e84509419882c5805378777268 HTTP/1.1" 404 173 0.008394 10.0.0.241 - - [2026-02-05 02:00:42] "DELETE /project/e1946c0222574c929a5e45215bb1b7a0 HTTP/1.1" 404 173 0.005465 10.0.0.241 - - [2026-02-05 02:00:42] "GET /projects?obj_uuids=f5bd1bbf-4170-4496-a8f5-f749c97fc4d1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001080 10.0.0.241 - - [2026-02-05 02:00:42] "GET /project/f5bd1bbf-4170-4496-a8f5-f749c97fc4d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.023575 10.0.0.241 - - [2026-02-05 02:00:42] "GET /projects?obj_uuids=f5bd1bbf-4170-4496-a8f5-f749c97fc4d1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001106 10.0.0.241 - - [2026-02-05 02:00:42] "GET /obj-perms HTTP/1.1" 200 6325 0.016795 10.0.0.241 - - [2026-02-05 02:00:42] "GET /project/f5bd1bbf-4170-4496-a8f5-f749c97fc4d1?fields=security_groups HTTP/1.1" 200 1351 0.081357 10.0.0.241 - - [2026-02-05 02:00:42] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 361 0.028673 10.0.0.241 - - [2026-02-05 02:00:42] "DELETE /security-group/e5a42109-a947-4f4e-8783-615727f22561 HTTP/1.1" 200 115 0.046192 10.0.0.241 - - [2026-02-05 02:00:42] "POST /id-to-fqname HTTP/1.1" 401 297 0.001055 10.0.0.241 - - [2026-02-05 02:00:42] "GET /projects?obj_uuids=f5bd1bbf-4170-4496-a8f5-f749c97fc4d1&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001568 10.0.0.241 - - [2026-02-05 02:00:42] "GET /project/f5bd1bbf-4170-4496-a8f5-f749c97fc4d1?fields=application_policy_sets HTTP/1.1" 200 1390 0.110360 10.0.0.241 - - [2026-02-05 02:00:42] "DELETE /access-control-list/8cb57b45-4f42-4072-a1e3-ee33b97c334b HTTP/1.1" 200 115 0.147310 10.0.0.241 - - [2026-02-05 02:00:42] "DELETE /access-control-list/7887b47b-4c00-422c-882c-b259f5efdebb HTTP/1.1" 200 115 0.231817 10.0.0.241 - - [2026-02-05 02:00:42] "POST /id-to-fqname HTTP/1.1" 200 228 0.035993 10.0.0.241 - - [2026-02-05 02:00:43] "DELETE /project/f5bd1bbf-4170-4496-a8f5-f749c97fc4d1 HTTP/1.1" 200 115 0.901978 252.241.163.121 - - [2026-02-05 02:00:43] "POST /neutron/network HTTP/1.1" 200 840 0.059392 252.241.163.121 - - [2026-02-05 02:00:44] "GET /aaa-mode HTTP/1.1" 401 297 0.001158 252.241.163.121 - - [2026-02-05 02:00:44] "GET / HTTP/1.1" 200 36499 0.006873 252.241.163.121 - - [2026-02-05 02:00:44] "GET /project/e1946c02-2257-4c92-9a5e-45215bb1b7a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 297 0.000986 10.0.0.241 - - [2026-02-05 02:00:44] "GET /projects?obj_uuids=e1946c02-2257-4c92-9a5e-45215bb1b7a0&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001141 252.241.163.121 - - [2026-02-05 02:00:44] "GET /project/e1946c02-2257-4c92-9a5e-45215bb1b7a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.050421 252.241.163.121 - - [2026-02-05 02:00:44] "POST /neutron/network HTTP/1.1" 200 830 0.035112 252.241.163.121 - - [2026-02-05 02:00:44] "POST /neutron/port HTTP/1.1" 200 117 0.040903 252.241.163.121 - - [2026-02-05 02:00:45] "POST /neutron/port HTTP/1.1" 200 117 0.008015 252.241.163.121 - - [2026-02-05 02:00:45] "POST /neutron/port HTTP/1.1" 200 117 0.007961 252.241.163.121 - - [2026-02-05 02:00:45] "POST /neutron/network HTTP/1.1" 200 840 0.030505 252.241.163.121 - - [2026-02-05 02:00:45] "POST /neutron/network HTTP/1.1" 200 830 0.026415 10.0.0.241 - - [2026-02-05 02:00:45] "GET /projects?obj_uuids=e1946c02-2257-4c92-9a5e-45215bb1b7a0&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001501 [Introspect:8084]10.0.0.241 - - [2026-02-05 02:00:45] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.001309 [Introspect:8084]10.0.0.241 - - [2026-02-05 02:00:45] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2962 0.001168 252.241.163.121 - - [2026-02-05 02:00:46] "POST /neutron/port HTTP/1.1" 200 1053 0.375614 252.241.163.121 - - [2026-02-05 02:00:46] "POST /neutron/port HTTP/1.1" 200 1053 0.052264 252.241.163.121 - - [2026-02-05 02:00:46] "POST /neutron/port HTTP/1.1" 200 1053 0.017367 252.241.163.121 - - [2026-02-05 02:00:46] "POST /neutron/port HTTP/1.1" 200 1103 0.071201 252.241.163.121 - - [2026-02-05 02:00:46] "POST /neutron/port HTTP/1.1" 200 1113 0.013095 252.241.163.121 - - [2026-02-05 02:00:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004114 252.241.163.121 - - [2026-02-05 02:00:46] "POST /neutron/subnet HTTP/1.1" 200 649 0.009372 252.241.163.121 - - [2026-02-05 02:00:46] "POST /neutron/port HTTP/1.1" 200 117 0.001374 252.241.163.121 - - [2026-02-05 02:00:46] "POST /neutron/network HTTP/1.1" 200 830 0.006273 [Introspect:8084]10.0.0.241 - - [2026-02-05 02:00:50] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.001128 [Introspect:8084]10.0.0.241 - - [2026-02-05 02:00:50] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2962 0.001280 252.241.163.121 - - [2026-02-05 02:00:50] "POST /neutron/port HTTP/1.1" 200 1113 0.018991 252.241.163.121 - - [2026-02-05 02:00:50] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009345 252.241.163.121 - - [2026-02-05 02:00:50] "POST /neutron/port HTTP/1.1" 200 1113 0.017533 252.241.163.121 - - [2026-02-05 02:00:50] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007162 252.241.163.121 - - [2026-02-05 02:00:50] "POST /neutron/port HTTP/1.1" 200 1113 0.016578 252.241.163.121 - - [2026-02-05 02:00:50] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009000 252.241.163.121 - - [2026-02-05 02:00:50] "POST /neutron/port HTTP/1.1" 200 1113 0.030861 252.241.163.121 - - [2026-02-05 02:00:50] "POST /neutron/security_group HTTP/1.1" 200 2051 0.011286 10.0.0.241 - - [2026-02-05 02:00:50] "GET /virtual-machine/964208c1-b814-4847-84e9-93e9883dfc76 HTTP/1.1" 200 1289 0.017845 10.0.0.241 - - [2026-02-05 02:00:51] "GET /virtual-machine/964208c1-b814-4847-84e9-93e9883dfc76 HTTP/1.1" 200 1289 0.016847 10.0.0.241 - - [2026-02-05 02:00:51] "GET /virtual-machine-interface/2107fcaf-9b98-4920-91d7-db9daae035a4 HTTP/1.1" 200 2532 0.019747 10.0.0.241 - - [2026-02-05 02:00:51] "GET /virtual-machine/964208c1-b814-4847-84e9-93e9883dfc76 HTTP/1.1" 200 1289 0.015282 10.0.0.241 - - [2026-02-05 02:00:51] "GET /virtual-machine-interface/2107fcaf-9b98-4920-91d7-db9daae035a4 HTTP/1.1" 200 2532 0.018842 10.0.0.241 - - [2026-02-05 02:00:51] "GET /instance-ip/b1839b94-5ad2-45c0-acbb-780083addb12 HTTP/1.1" 200 1628 0.014508 10.0.0.241 - - [2026-02-05 02:00:51] "GET /virtual-machine/964208c1-b814-4847-84e9-93e9883dfc76 HTTP/1.1" 200 1289 0.021978 10.0.0.241 - - [2026-02-05 02:00:51] "GET /virtual-machine-interface/2107fcaf-9b98-4920-91d7-db9daae035a4 HTTP/1.1" 200 2532 0.032373 10.0.0.241 - - [2026-02-05 02:00:51] "GET /instance-ip/b1839b94-5ad2-45c0-acbb-780083addb12 HTTP/1.1" 200 1628 0.016626 10.0.0.241 - - [2026-02-05 02:00:51] "POST /fqname-to-id HTTP/1.1" 403 329 0.011420 10.0.0.241 - - [2026-02-05 02:00:51] "GET / HTTP/1.1" 200 36499 0.002005 10.0.0.241 - - [2026-02-05 02:00:52] "POST /fqname-to-id HTTP/1.1" 401 297 0.000551 10.0.0.241 - - [2026-02-05 02:00:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.036202 10.0.0.241 - - [2026-02-05 02:00:52] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.004206 10.0.0.241 - - [2026-02-05 02:00:52] "GET /virtual-networks?parent_id=e1946c02-2257-4c92-9a5e-45215bb1b7a0&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.020185 10.0.0.241 - - [2026-02-05 02:00:52] "POST /fqname-to-id HTTP/1.1" 403 329 0.015613 10.0.0.241 - - [2026-02-05 02:00:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003367 10.0.0.241 - - [2026-02-05 02:00:52] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.004136 10.0.0.241 - - [2026-02-05 02:00:52] "GET /virtual-networks?parent_id=e1946c02-2257-4c92-9a5e-45215bb1b7a0&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010826 10.0.0.241 - - [2026-02-05 02:00:53] "POST /fqname-to-id HTTP/1.1" 403 329 0.015660 10.0.0.241 - - [2026-02-05 02:00:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005491 10.0.0.241 - - [2026-02-05 02:00:53] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.006526 10.0.0.241 - - [2026-02-05 02:00:53] "GET /virtual-networks?parent_id=e1946c02-2257-4c92-9a5e-45215bb1b7a0&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.024154 10.0.0.241 - - [2026-02-05 02:00:53] "POST /fqname-to-id HTTP/1.1" 403 329 0.012117 10.0.0.241 - - [2026-02-05 02:00:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003866 10.0.0.241 - - [2026-02-05 02:00:53] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.003788 10.0.0.241 - - [2026-02-05 02:00:53] "GET /virtual-networks?parent_id=e1946c02-2257-4c92-9a5e-45215bb1b7a0&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.013520 10.0.0.241 - - [2026-02-05 02:00:53] "POST /fqname-to-id HTTP/1.1" 403 329 0.018142 10.0.0.241 - - [2026-02-05 02:00:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004237 10.0.0.241 - - [2026-02-05 02:00:53] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.022259 10.0.0.241 - - [2026-02-05 02:00:53] "GET /virtual-networks?parent_id=e1946c02-2257-4c92-9a5e-45215bb1b7a0&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019961 [Introspect:8084]10.0.0.241 - - [2026-02-05 02:00:55] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.001110 [Introspect:8084]10.0.0.241 - - [2026-02-05 02:00:56] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2962 0.001217 10.0.0.241 - - [2026-02-05 02:00:56] "GET /obj-perms HTTP/1.1" 200 6393 0.070215 10.0.0.241 - - [2026-02-05 02:00:56] "GET /global-system-configs HTTP/1.1" 401 297 0.000465 10.0.0.241 - - [2026-02-05 02:00:56] "GET /global-system-configs HTTP/1.1" 401 297 0.000400 252.241.163.121 - - [2026-02-05 02:00:56] "POST /neutron/port HTTP/1.1" 200 1113 0.014796 252.241.163.121 - - [2026-02-05 02:00:56] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009460 10.0.0.241 - - [2026-02-05 02:00:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.013352 10.0.0.241 - - [2026-02-05 02:00:56] "GET /virtual-network/4b5acbb1-4c6d-4b78-bacd-393e95d0119b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1984 0.019196 10.0.0.241 - - [2026-02-05 02:00:56] "GET /obj-perms HTTP/1.1" 200 6393 0.065358 252.241.163.121 - - [2026-02-05 02:00:56] "POST /neutron/port HTTP/1.1" 200 1113 0.013326 252.241.163.121 - - [2026-02-05 02:00:56] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005616 10.0.0.241 - - [2026-02-05 02:00:58] "POST /fqname-to-id HTTP/1.1" 403 329 0.012588 10.0.0.241 - - [2026-02-05 02:00:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002183 10.0.0.241 - - [2026-02-05 02:00:58] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.003905 10.0.0.241 - - [2026-02-05 02:00:58] "GET /virtual-networks?parent_id=e1946c02-2257-4c92-9a5e-45215bb1b7a0&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011188 252.241.163.121 - - [2026-02-05 02:00:59] "POST /neutron/port HTTP/1.1" 200 1113 0.015351 10.0.0.241 - - [2026-02-05 02:00:59] "POST /fqname-to-id HTTP/1.1" 403 329 0.014655 10.0.0.241 - - [2026-02-05 02:00:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002282 10.0.0.241 - - [2026-02-05 02:00:59] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.003284 252.241.163.121 - - [2026-02-05 02:00:59] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005122 10.0.0.241 - - [2026-02-05 02:00:59] "GET /virtual-networks?parent_id=e1946c02-2257-4c92-9a5e-45215bb1b7a0&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018353 10.0.0.241 - - [2026-02-05 02:00:59] "POST /fqname-to-id HTTP/1.1" 403 351 0.012419 10.0.0.241 - - [2026-02-05 02:00:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.241 - - [2026-02-05 02:00:59] "GET /routing-instance/03f686fd-1eeb-4c3d-a27d-1f297f098407?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.003572 252.241.163.121 - - [2026-02-05 02:00:59] "POST /neutron/port HTTP/1.1" 200 1113 0.016258 10.0.0.241 - - [2026-02-05 02:00:59] "GET /route-target/1abc14a5-3b38-46c9-975e-a6dd881ae9f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 351 0.009838 10.0.0.241 - - [2026-02-05 02:00:59] "GET /route-target/1abc14a5-3b38-46c9-975e-a6dd881ae9f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003200 252.241.163.121 - - [2026-02-05 02:00:59] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006511 10.0.0.241 - - [2026-02-05 02:00:59] "POST /fqname-to-id HTTP/1.1" 403 329 0.014559 10.0.0.241 - - [2026-02-05 02:00:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003851 10.0.0.241 - - [2026-02-05 02:00:59] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.003365 10.0.0.241 - - [2026-02-05 02:00:59] "GET /virtual-networks?parent_id=e1946c02-2257-4c92-9a5e-45215bb1b7a0&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011660 10.0.0.241 - - [2026-02-05 02:00:59] "POST /fqname-to-id HTTP/1.1" 403 351 0.009330 10.0.0.241 - - [2026-02-05 02:00:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.241 - - [2026-02-05 02:00:59] "GET /routing-instance/03f686fd-1eeb-4c3d-a27d-1f297f098407?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.004111 10.0.0.241 - - [2026-02-05 02:00:59] "GET /route-target/1abc14a5-3b38-46c9-975e-a6dd881ae9f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 351 0.010778 10.0.0.241 - - [2026-02-05 02:00:59] "GET /route-target/1abc14a5-3b38-46c9-975e-a6dd881ae9f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.002861 10.0.0.241 - - [2026-02-05 02:00:59] "GET /obj-perms HTTP/1.1" 200 6325 0.008502 10.0.0.241 - - [2026-02-05 02:00:59] "GET /virtual-machine/964208c1-b814-4847-84e9-93e9883dfc76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.010791 10.0.0.241 - - [2026-02-05 02:00:59] "GET /obj-perms HTTP/1.1" 200 6325 0.009583 10.0.0.241 - - [2026-02-05 02:00:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002158 10.0.0.241 - - [2026-02-05 02:00:59] "GET /virtual-machine-interface/2107fcaf-9b98-4920-91d7-db9daae035a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2309 0.015009 10.0.0.241 - - [2026-02-05 02:00:59] "GET /obj-perms HTTP/1.1" 200 6325 0.010291 10.0.0.241 - - [2026-02-05 02:00:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002354 10.0.0.241 - - [2026-02-05 02:01:00] "GET /virtual-machine-interface/2107fcaf-9b98-4920-91d7-db9daae035a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2309 0.016799 10.0.0.241 - - [2026-02-05 02:01:00] "GET /obj-perms HTTP/1.1" 200 6325 0.009462 10.0.0.241 - - [2026-02-05 02:01:00] "GET /virtual-machine/964208c1-b814-4847-84e9-93e9883dfc76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.011589 10.0.0.241 - - [2026-02-05 02:01:00] "GET /obj-perms HTTP/1.1" 200 6325 0.010674 10.0.0.241 - - [2026-02-05 02:01:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002906 10.0.0.241 - - [2026-02-05 02:01:00] "GET /virtual-machine-interface/2107fcaf-9b98-4920-91d7-db9daae035a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2309 0.018781 10.0.0.241 - - [2026-02-05 02:01:00] "GET /obj-perms HTTP/1.1" 200 6325 0.010635 10.0.0.241 - - [2026-02-05 02:01:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.241 - - [2026-02-05 02:01:00] "GET /virtual-network/4b5acbb1-4c6d-4b78-bacd-393e95d0119b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1984 0.019776 10.0.0.241 - - [2026-02-05 02:01:00] "GET /obj-perms HTTP/1.1" 200 6325 0.012228 10.0.0.241 - - [2026-02-05 02:01:00] "GET /virtual-machine/964208c1-b814-4847-84e9-93e9883dfc76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.011739 10.0.0.241 - - [2026-02-05 02:01:00] "GET /obj-perms HTTP/1.1" 200 6325 0.012525 10.0.0.241 - - [2026-02-05 02:01:00] "GET /obj-perms HTTP/1.1" 200 6325 0.009724 10.0.0.241 - - [2026-02-05 02:01:01] "GET /obj-perms HTTP/1.1" 200 6325 0.067997 10.0.0.241 - - [2026-02-05 02:01:01] "GET /obj-perms HTTP/1.1" 200 6325 0.010100 10.0.0.241 - - [2026-02-05 02:01:01] "GET /obj-perms HTTP/1.1" 200 6430 0.065425 10.0.0.241 - - [2026-02-05 02:01:01] "GET /obj-perms HTTP/1.1" 200 6430 0.002014 10.0.0.241 - - [2026-02-05 02:01:02] "GET /obj-perms HTTP/1.1" 200 6325 0.011663 10.0.0.241 - - [2026-02-05 02:01:02] "GET /obj-perms HTTP/1.1" 200 6325 0.008821 10.0.0.241 - - [2026-02-05 02:01:02] "GET /obj-perms HTTP/1.1" 200 6325 0.073721 10.0.0.241 - - [2026-02-05 02:01:02] "GET /obj-perms HTTP/1.1" 200 6325 0.008674 10.0.0.241 - - [2026-02-05 02:01:02] "GET /obj-perms HTTP/1.1" 200 6430 0.002167 10.0.0.241 - - [2026-02-05 02:01:02] "GET /obj-perms HTTP/1.1" 200 6430 0.002426 10.0.0.241 - - [2026-02-05 02:01:02] "GET /obj-perms HTTP/1.1" 200 6325 0.009934 10.0.0.241 - - [2026-02-05 02:01:02] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 322 0.012020 10.0.0.241 - - [2026-02-05 02:01:02] "GET /virtual-machine/964208c1-b814-4847-84e9-93e9883dfc76 HTTP/1.1" 200 1289 0.015034 252.241.163.121 - - [2026-02-05 02:01:03] "POST /neutron/port HTTP/1.1" 200 1113 0.012664 252.241.163.121 - - [2026-02-05 02:01:03] "POST /neutron/port HTTP/1.1" 200 1103 0.013813 252.241.163.121 - - [2026-02-05 02:01:03] "POST /neutron/port HTTP/1.1" 200 151 0.108732 10.0.0.241 - - [2026-02-05 02:01:05] "GET /virtual-machine/964208c1-b814-4847-84e9-93e9883dfc76 HTTP/1.1" 404 171 0.014464 10.0.0.241 - - [2026-02-05 02:01:05] "GET /virtual-machine/964208c1-b814-4847-84e9-93e9883dfc76 HTTP/1.1" 404 171 0.009140 10.0.0.241 - - [2026-02-05 02:01:05] "GET /virtual-machine/964208c1-b814-4847-84e9-93e9883dfc76 HTTP/1.1" 404 171 0.009269 10.0.0.241 - - [2026-02-05 02:01:05] "POST /fqname-to-id HTTP/1.1" 403 329 0.012519 10.0.0.241 - - [2026-02-05 02:01:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002511 10.0.0.241 - - [2026-02-05 02:01:05] "GET /global-vrouter-config/8bc60b4c-2be8-457a-bce1-ed6f97d9fd7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.003410 10.0.0.241 - - [2026-02-05 02:01:05] "GET /virtual-networks?parent_id=e1946c02-2257-4c92-9a5e-45215bb1b7a0&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011555 10.0.0.241 - - [2026-02-05 02:01:05] "POST /fqname-to-id HTTP/1.1" 403 351 0.011017 10.0.0.241 - - [2026-02-05 02:01:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.241 - - [2026-02-05 02:01:05] "GET /routing-instance/03f686fd-1eeb-4c3d-a27d-1f297f098407?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.003712 10.0.0.241 - - [2026-02-05 02:01:05] "GET /route-target/1abc14a5-3b38-46c9-975e-a6dd881ae9f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 351 0.010270 10.0.0.241 - - [2026-02-05 02:01:05] "GET /route-target/1abc14a5-3b38-46c9-975e-a6dd881ae9f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.002946 10.0.0.241 - - [2026-02-05 02:01:05] "GET /obj-perms HTTP/1.1" 200 6325 0.009413 10.0.0.241 - - [2026-02-05 02:01:05] "GET /obj-perms HTTP/1.1" 200 6325 0.009871 10.0.0.241 - - [2026-02-05 02:01:06] "GET /obj-perms HTTP/1.1" 200 6325 0.070176 10.0.0.241 - - [2026-02-05 02:01:06] "GET /obj-perms HTTP/1.1" 200 6325 0.013587 10.0.0.241 - - [2026-02-05 02:01:06] "GET /obj-perms HTTP/1.1" 200 6430 0.001896 10.0.0.241 - - [2026-02-05 02:01:06] "GET /obj-perms HTTP/1.1" 200 6430 0.002064 10.0.0.241 - - [2026-02-05 02:01:09] "GET /obj-perms HTTP/1.1" 200 6430 0.002208 10.0.0.241 - - [2026-02-05 02:01:09] "GET /obj-perms HTTP/1.1" 200 6430 0.002547 10.0.0.241 - - [2026-02-05 02:01:12] "GET /obj-perms HTTP/1.1" 200 6430 0.002020 10.0.0.241 - - [2026-02-05 02:01:12] "GET /obj-perms HTTP/1.1" 200 6430 0.001804 10.0.0.241 - - [2026-02-05 02:01:15] "GET /obj-perms HTTP/1.1" 200 6430 0.002015 10.0.0.241 - - [2026-02-05 02:01:16] "GET /obj-perms HTTP/1.1" 200 6430 0.002177 10.0.0.241 - - [2026-02-05 02:01:19] "GET /obj-perms HTTP/1.1" 200 6430 0.002062 10.0.0.241 - - [2026-02-05 02:01:19] "GET /obj-perms HTTP/1.1" 200 6430 0.002212 10.0.0.241 - - [2026-02-05 02:01:22] "GET /obj-perms HTTP/1.1" 200 6430 0.002105 10.0.0.241 - - [2026-02-05 02:01:22] "GET /obj-perms HTTP/1.1" 200 6430 0.001870 10.0.0.241 - - [2026-02-05 02:01:24] "GET /global-system-configs HTTP/1.1" 401 297 0.000546 10.0.0.241 - - [2026-02-05 02:01:24] "GET /global-system-configs HTTP/1.1" 401 297 0.000514 10.0.0.241 - - [2026-02-05 02:01:25] "GET /obj-perms HTTP/1.1" 200 6430 0.001760 10.0.0.241 - - [2026-02-05 02:01:25] "GET /obj-perms HTTP/1.1" 200 6430 0.002116 10.0.0.241 - - [2026-02-05 02:01:28] "GET /obj-perms HTTP/1.1" 200 6430 0.002753 10.0.0.241 - - [2026-02-05 02:01:28] "GET /obj-perms HTTP/1.1" 200 6430 0.002117 10.0.0.241 - - [2026-02-05 02:01:31] "GET /obj-perms HTTP/1.1" 200 6430 0.002733 10.0.0.241 - - [2026-02-05 02:01:31] "GET /obj-perms HTTP/1.1" 200 6430 0.002208 10.0.0.241 - - [2026-02-05 02:01:31] "GET /obj-perms HTTP/1.1" 200 6430 0.001876 10.0.0.241 - - [2026-02-05 02:01:31] "GET /obj-perms HTTP/1.1" 200 6430 0.002270 10.0.0.241 - - [2026-02-05 02:01:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004970 10.0.0.241 - - [2026-02-05 02:01:32] "POST /useragent-kv HTTP/1.1" 200 115 0.003489 10.0.0.241 - - [2026-02-05 02:01:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002830 10.0.0.241 - - [2026-02-05 02:01:32] "DELETE /virtual-network/4b5acbb1-4c6d-4b78-bacd-393e95d0119b HTTP/1.1" 200 115 0.117427 10.0.0.241 - - [2026-02-05 02:01:32] "DELETE /route-target/1abc14a5-3b38-46c9-975e-a6dd881ae9f4 HTTP/1.1" 200 115 0.025102 10.0.0.241 - - [2026-02-05 02:01:32] "DELETE /api-access-list/73a5ca1a-04e8-4032-922d-8b855c3629f7 HTTP/1.1" 200 115 0.024345 10.0.0.241 - - [2026-02-05 02:01:32] "GET /api-access-list/73a5ca1a-04e8-4032-922d-8b855c3629f7 HTTP/1.1" 404 171 0.003555 10.0.0.241 - - [2026-02-05 02:01:32] "GET /projects?obj_uuids=e1946c02-2257-4c92-9a5e-45215bb1b7a0&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001166 10.0.0.241 - - [2026-02-05 02:01:32] "GET /project/e1946c02-2257-4c92-9a5e-45215bb1b7a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.025022 10.0.0.241 - - [2026-02-05 02:01:32] "GET /projects?obj_uuids=e1946c02-2257-4c92-9a5e-45215bb1b7a0&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001600 10.0.0.241 - - [2026-02-05 02:01:32] "GET /project/e1946c02-2257-4c92-9a5e-45215bb1b7a0?fields=virtual_networks HTTP/1.1" 200 1024 0.067251 10.0.0.241 - - [2026-02-05 02:01:32] "GET /projects?obj_uuids=e1946c02-2257-4c92-9a5e-45215bb1b7a0&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001364 10.0.0.241 - - [2026-02-05 02:01:32] "GET /project/e1946c02-2257-4c92-9a5e-45215bb1b7a0?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.029960 10.0.0.241 - - [2026-02-05 02:01:32] "GET /projects?obj_uuids=e1946c02-2257-4c92-9a5e-45215bb1b7a0&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001224 10.0.0.241 - - [2026-02-05 02:01:32] "GET /project/e1946c02-2257-4c92-9a5e-45215bb1b7a0?fields=security_groups HTTP/1.1" 200 1245 0.027442 10.0.0.241 - - [2026-02-05 02:01:33] "GET /projects?obj_uuids=1ad2aa84-d539-4674-bbfb-115281f4275f&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001569 10.0.0.241 - - [2026-02-05 02:01:33] "GET /project/1ad2aa84-d539-4674-bbfb-115281f4275f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.028384 10.0.0.241 - - [2026-02-05 02:01:33] "GET /projects?obj_uuids=1ad2aa84-d539-4674-bbfb-115281f4275f&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001312 10.0.0.241 - - [2026-02-05 02:01:33] "GET /project/1ad2aa84-d539-4674-bbfb-115281f4275f?fields=virtual_networks HTTP/1.1" 200 1023 0.072624 10.0.0.241 - - [2026-02-05 02:01:33] "GET /projects?obj_uuids=1ad2aa84-d539-4674-bbfb-115281f4275f&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001283 10.0.0.241 - - [2026-02-05 02:01:33] "GET /project/1ad2aa84-d539-4674-bbfb-115281f4275f?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.026617 10.0.0.241 - - [2026-02-05 02:01:33] "GET /projects?obj_uuids=1ad2aa84-d539-4674-bbfb-115281f4275f&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001440 10.0.0.241 - - [2026-02-05 02:01:33] "GET /project/1ad2aa84-d539-4674-bbfb-115281f4275f?fields=security_groups HTTP/1.1" 200 1244 0.026726 10.0.0.241 - - [2026-02-05 02:01:35] "GET /api-access-list/3d143d1e-0269-4fc0-a2da-a7ca3a3e32e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2414 0.004030 10.0.0.241 - - [2026-02-05 02:01:35] "PUT /api-access-list/3d143d1e-0269-4fc0-a2da-a7ca3a3e32e6 HTTP/1.1" 200 266 0.009198 10.0.0.241 - - [2026-02-05 02:01:35] "GET /projects?obj_uuids=1d1c34e8-4509-4198-82c5-805378777268&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001408 10.0.0.241 - - [2026-02-05 02:01:35] "GET /project/1d1c34e8-4509-4198-82c5-805378777268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.024885 10.0.0.241 - - [2026-02-05 02:01:35] "GET /projects?obj_uuids=1d1c34e8-4509-4198-82c5-805378777268&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001056 10.0.0.241 - - [2026-02-05 02:01:35] "GET /project/1d1c34e8-4509-4198-82c5-805378777268?fields=virtual_networks HTTP/1.1" 200 1022 0.073635 10.0.0.241 - - [2026-02-05 02:01:35] "GET /projects?obj_uuids=1d1c34e8-4509-4198-82c5-805378777268&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001232 10.0.0.241 - - [2026-02-05 02:01:35] "GET /project/1d1c34e8-4509-4198-82c5-805378777268?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.027500 10.0.0.241 - - [2026-02-05 02:01:35] "GET /projects?obj_uuids=1d1c34e8-4509-4198-82c5-805378777268&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001083 10.0.0.241 - - [2026-02-05 02:01:35] "GET /project/1d1c34e8-4509-4198-82c5-805378777268?fields=security_groups HTTP/1.1" 200 1243 0.025194 10.0.0.241 - - [2026-02-05 02:01:36] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001471 10.0.0.241 - - [2026-02-05 02:01:36] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 944 0.007737 10.0.0.241 - - [2026-02-05 02:01:36] "POST /fqname-to-id HTTP/1.1" 404 186 0.032362 10.0.0.241 - - [2026-02-05 02:01:36] "GET /projects?obj_uuids=9a100303-9bec-4639-9025-574ef85e6f62&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002900 10.0.0.241 - - [2026-02-05 02:01:36] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.003160 10.0.0.241 - - [2026-02-05 02:01:36] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 974 0.009841 10.0.0.241 - - [2026-02-05 02:01:36] "POST /id-to-fqname HTTP/1.1" 200 188 0.001430 10.0.0.241 - - [2026-02-05 02:01:36] "POST /fqname-to-id HTTP/1.1" 404 197 0.003081 10.0.0.241 - - [2026-02-05 02:01:37] "POST /security-groups HTTP/1.1" 200 583 0.073357 10.0.0.241 - - [2026-02-05 02:01:37] "POST /fqname-to-id HTTP/1.1" 404 232 0.002690 10.0.0.241 - - [2026-02-05 02:01:37] "POST /projects HTTP/1.1" 200 577 0.228099 10.0.0.241 - - [2026-02-05 02:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.263916 10.0.0.241 - - [2026-02-05 02:01:37] "POST /access-control-lists HTTP/1.1" 200 598 0.059200 10.0.0.241 - - [2026-02-05 02:01:37] "GET /project/9a100303-9bec-4639-9025-574ef85e6f62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.414138 10.0.0.241 - - [2026-02-05 02:01:37] "POST /fqname-to-id HTTP/1.1" 404 231 0.003986 10.0.0.241 - - [2026-02-05 02:01:37] "POST /access-control-lists HTTP/1.1" 200 596 0.064704 10.0.0.241 - - [2026-02-05 02:01:38] "GET / HTTP/1.1" 200 36499 0.001986 10.0.0.241 - - [2026-02-05 02:01:40] "POST /fqname-to-id HTTP/1.1" 401 297 0.000742 10.0.0.241 - - [2026-02-05 02:01:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.045049 10.0.0.241 - - [2026-02-05 02:01:41] "GET /api-access-list/3d143d1e-0269-4fc0-a2da-a7ca3a3e32e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1885 0.003219 10.0.0.241 - - [2026-02-05 02:01:41] "GET /api-access-list/3d143d1e-0269-4fc0-a2da-a7ca3a3e32e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1885 0.003771 10.0.0.241 - - [2026-02-05 02:01:41] "GET /api-access-list/3d143d1e-0269-4fc0-a2da-a7ca3a3e32e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1885 0.004023 10.0.0.241 - - [2026-02-05 02:01:41] "PUT /api-access-list/3d143d1e-0269-4fc0-a2da-a7ca3a3e32e6 HTTP/1.1" 200 266 0.012788 10.0.0.241 - - [2026-02-05 02:01:41] "GET /aaa-mode HTTP/1.1" 200 128 0.003585 10.0.0.241 - - [2026-02-05 02:01:41] "POST /fqname-to-id HTTP/1.1" 404 186 0.027298 10.0.0.241 - - [2026-02-05 02:01:41] "GET /projects?obj_uuids=7a804198-39ec-4161-8206-9d601068b418&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002806 10.0.0.241 - - [2026-02-05 02:01:41] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001845 10.0.0.241 - - [2026-02-05 02:01:41] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 974 0.009029 10.0.0.241 - - [2026-02-05 02:01:42] "POST /id-to-fqname HTTP/1.1" 200 188 0.002323 10.0.0.241 - - [2026-02-05 02:01:42] "POST /fqname-to-id HTTP/1.1" 404 197 0.002822 10.0.0.241 - - [2026-02-05 02:01:42] "POST /security-groups HTTP/1.1" 200 583 0.063439 10.0.0.241 - - [2026-02-05 02:01:42] "POST /fqname-to-id HTTP/1.1" 404 232 0.004138 10.0.0.241 - - [2026-02-05 02:01:42] "POST /projects HTTP/1.1" 200 577 0.237863 10.0.0.241 - - [2026-02-05 02:01:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.273167 10.0.0.241 - - [2026-02-05 02:01:42] "POST /access-control-lists HTTP/1.1" 200 598 0.064257 10.0.0.241 - - [2026-02-05 02:01:42] "GET /project/7a804198-39ec-4161-8206-9d601068b418?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.425367 10.0.0.241 - - [2026-02-05 02:01:42] "POST /fqname-to-id HTTP/1.1" 404 231 0.003374 10.0.0.241 - - [2026-02-05 02:01:42] "POST /access-control-lists HTTP/1.1" 200 596 0.068252 10.0.0.241 - - [2026-02-05 02:01:42] "POST /fqname-to-id HTTP/1.1" 404 186 0.029817 10.0.0.241 - - [2026-02-05 02:01:42] "GET /projects?obj_uuids=26e2a2d9-9299-49fc-a72f-10befa33decc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002679 10.0.0.241 - - [2026-02-05 02:01:42] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001295 10.0.0.241 - - [2026-02-05 02:01:42] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 974 0.007528 10.0.0.241 - - [2026-02-05 02:01:42] "POST /id-to-fqname HTTP/1.1" 200 188 0.001483 10.0.0.241 - - [2026-02-05 02:01:42] "POST /fqname-to-id HTTP/1.1" 404 197 0.002490 10.0.0.241 - - [2026-02-05 02:01:43] "POST /security-groups HTTP/1.1" 200 583 0.064491 10.0.0.241 - - [2026-02-05 02:01:43] "POST /fqname-to-id HTTP/1.1" 404 232 0.003051 10.0.0.241 - - [2026-02-05 02:01:43] "POST /projects HTTP/1.1" 200 577 0.210648 10.0.0.241 - - [2026-02-05 02:01:43] "DELETE /project/9a1003039bec46399025574ef85e6f62 HTTP/1.1" 404 173 0.011032 10.0.0.241 - - [2026-02-05 02:01:43] "DELETE /project/7a80419839ec416182069d601068b418 HTTP/1.1" 404 173 0.009844 10.0.0.241 - - [2026-02-05 02:01:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.304192 10.0.0.241 - - [2026-02-05 02:01:43] "POST /access-control-lists HTTP/1.1" 200 598 0.080035 10.0.0.241 - - [2026-02-05 02:01:43] "GET /projects?obj_uuids=1ad2aa84-d539-4674-bbfb-115281f4275f&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.000913 10.0.0.241 - - [2026-02-05 02:01:43] "GET /projects?obj_uuids=1d1c34e8-4509-4198-82c5-805378777268&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.000889 10.0.0.241 - - [2026-02-05 02:01:43] "GET /projects?obj_uuids=e1946c02-2257-4c92-9a5e-45215bb1b7a0&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.000900 10.0.0.241 - - [2026-02-05 02:01:43] "GET /project/e1946c02-2257-4c92-9a5e-45215bb1b7a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.039516 10.0.0.241 - - [2026-02-05 02:01:43] "GET /project/1ad2aa84-d539-4674-bbfb-115281f4275f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1434 0.042184 10.0.0.241 - - [2026-02-05 02:01:43] "GET /project/1d1c34e8-4509-4198-82c5-805378777268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1433 0.048146 10.0.0.241 - - [2026-02-05 02:01:43] "POST /fqname-to-id HTTP/1.1" 404 231 0.011482 10.0.0.241 - - [2026-02-05 02:01:43] "GET /projects?obj_uuids=1d1c34e8-4509-4198-82c5-805378777268&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001058 10.0.0.241 - - [2026-02-05 02:01:43] "GET /projects?obj_uuids=e1946c02-2257-4c92-9a5e-45215bb1b7a0&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.000920 10.0.0.241 - - [2026-02-05 02:01:43] "GET /project/26e2a2d9-9299-49fc-a72f-10befa33decc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.472620 10.0.0.241 - - [2026-02-05 02:01:43] "GET /projects?obj_uuids=1ad2aa84-d539-4674-bbfb-115281f4275f&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001072 10.0.0.241 - - [2026-02-05 02:01:43] "GET /project/1d1c34e8-4509-4198-82c5-805378777268?fields=security_groups HTTP/1.1" 200 1333 0.053927 10.0.0.241 - - [2026-02-05 02:01:43] "GET /project/e1946c02-2257-4c92-9a5e-45215bb1b7a0?fields=security_groups HTTP/1.1" 200 1335 0.061606 10.0.0.241 - - [2026-02-05 02:01:43] "POST /access-control-lists HTTP/1.1" 200 596 0.074634 10.0.0.241 - - [2026-02-05 02:01:43] "GET /project/1ad2aa84-d539-4674-bbfb-115281f4275f?fields=security_groups HTTP/1.1" 200 1334 0.137929 10.0.0.241 - - [2026-02-05 02:01:43] "DELETE /security-group/b9c48a9e-a803-423b-a0f0-4741a8e55158 HTTP/1.1" 200 115 0.117433 10.0.0.241 - - [2026-02-05 02:01:43] "GET /projects?obj_uuids=e1946c02-2257-4c92-9a5e-45215bb1b7a0&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001108 10.0.0.241 - - [2026-02-05 02:01:43] "DELETE /security-group/14ad07ce-4081-4ad8-9185-1f9d40a66052 HTTP/1.1" 200 115 0.132704 10.0.0.241 - - [2026-02-05 02:01:43] "GET /projects?obj_uuids=1d1c34e8-4509-4198-82c5-805378777268&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001136 10.0.0.241 - - [2026-02-05 02:01:43] "GET /project/e1946c02-2257-4c92-9a5e-45215bb1b7a0?fields=application_policy_sets HTTP/1.1" 200 1374 0.039095 10.0.0.241 - - [2026-02-05 02:01:43] "DELETE /access-control-list/ff7a84ce-e70f-475d-8a47-04c6e10b94b3 HTTP/1.1" 200 115 0.080166 10.0.0.241 - - [2026-02-05 02:01:43] "DELETE /security-group/01d44d3c-e6cd-4886-a23c-89e0cbcea44f HTTP/1.1" 200 115 0.103774 10.0.0.241 - - [2026-02-05 02:01:43] "GET /project/1d1c34e8-4509-4198-82c5-805378777268?fields=application_policy_sets HTTP/1.1" 200 1372 0.105071 10.0.0.241 - - [2026-02-05 02:01:43] "GET /projects?obj_uuids=1ad2aa84-d539-4674-bbfb-115281f4275f&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001132 10.0.0.241 - - [2026-02-05 02:01:43] "DELETE /access-control-list/8774e427-8907-4913-8710-33c1c99f9549 HTTP/1.1" 200 115 0.073735 10.0.0.241 - - [2026-02-05 02:01:43] "DELETE /access-control-list/d40dde5c-3fef-489c-b6bb-15855ba38565 HTTP/1.1" 200 115 0.066797 10.0.0.241 - - [2026-02-05 02:01:43] "GET /project/1ad2aa84-d539-4674-bbfb-115281f4275f?fields=application_policy_sets HTTP/1.1" 200 1373 0.128034 10.0.0.241 - - [2026-02-05 02:01:43] "DELETE /project/e1946c02-2257-4c92-9a5e-45215bb1b7a0 HTTP/1.1" 200 115 0.558002 10.0.0.241 - - [2026-02-05 02:01:43] "DELETE /access-control-list/7ff699e8-016e-42ee-bc8a-d176a20bb47b HTTP/1.1" 200 115 0.049969 10.0.0.241 - - [2026-02-05 02:01:43] "DELETE /access-control-list/3db03efd-60fc-4280-8340-f1a7119fbcaa HTTP/1.1" 200 115 0.059452 10.0.0.241 - - [2026-02-05 02:01:43] "DELETE /project/1d1c34e8-4509-4198-82c5-805378777268 HTTP/1.1" 200 115 0.636401 10.0.0.241 - - [2026-02-05 02:01:43] "DELETE /access-control-list/654cc2cf-b9a6-452a-a3d5-1b6b40a4df7a HTTP/1.1" 200 115 0.031156 10.0.0.241 - - [2026-02-05 02:01:43] "DELETE /project/1ad2aa84-d539-4674-bbfb-115281f4275f HTTP/1.1" 200 115 0.687027 10.0.0.241 - - [2026-02-05 02:01:44] "GET / HTTP/1.1" 200 36499 0.002386 10.0.0.241 - - [2026-02-05 02:01:44] "GET / HTTP/1.1" 200 36499 0.001805 10.0.0.241 - - [2026-02-05 02:01:45] "POST /fqname-to-id HTTP/1.1" 404 181 0.003197 10.0.0.241 - - [2026-02-05 02:01:45] "POST /api-access-lists HTTP/1.1" 200 523 0.013972 10.0.0.241 - - [2026-02-05 02:01:45] "GET /api-access-list/d3cc8633-0e88-4ad5-b1bf-db6faa48576e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1292 0.005333 10.0.0.241 - - [2026-02-05 02:01:45] "GET /api-access-list/d3cc8633-0e88-4ad5-b1bf-db6faa48576e HTTP/1.1" 401 297 0.000453 10.0.0.241 - - [2026-02-05 02:01:45] "GET /api-access-list/d3cc8633-0e88-4ad5-b1bf-db6faa48576e HTTP/1.1" 200 1292 0.076466 10.0.0.241 - - [2026-02-05 02:01:46] "POST /fqname-to-id HTTP/1.1" 401 297 0.000531 10.0.0.241 - - [2026-02-05 02:01:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.043555 10.0.0.241 - - [2026-02-05 02:01:46] "GET /projects?obj_uuids=7a804198-39ec-4161-8206-9d601068b418&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001247 10.0.0.241 - - [2026-02-05 02:01:46] "GET /project/7a804198-39ec-4161-8206-9d601068b418?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.033749 10.0.0.241 - - [2026-02-05 02:01:46] "GET /virtual-networks?parent_id=7a804198-39ec-4161-8206-9d601068b418&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012017 10.0.0.241 - - [2026-02-05 02:01:46] "POST /virtual-networks HTTP/1.1" 200 585 0.054217 10.0.0.241 - - [2026-02-05 02:01:46] "POST /route-targets HTTP/1.1" 200 329 0.011205 10.0.0.241 - - [2026-02-05 02:01:46] "POST /ref-update HTTP/1.1" 200 156 0.011560 10.0.0.241 - - [2026-02-05 02:01:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.013868 10.0.0.241 - - [2026-02-05 02:01:46] "GET /network-ipam/c76268e8-f248-4eac-83d5-de5dd16b050c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1092 0.011936 10.0.0.241 - - [2026-02-05 02:01:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002949 10.0.0.241 - - [2026-02-05 02:01:46] "POST /ref-update HTTP/1.1" 200 156 0.049575 252.241.163.121 - - [2026-02-05 02:01:46] "POST /neutron/network HTTP/1.1" 200 844 0.055912 252.241.163.121 - - [2026-02-05 02:01:47] "POST /neutron/network HTTP/1.1" 200 844 0.021920 10.0.0.241 - - [2026-02-05 02:01:47] "GET /virtual-network/7f216f2a-7a93-4b79-99e3-b296431e535a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.020268 252.241.163.121 - - [2026-02-05 02:01:47] "POST /neutron/network HTTP/1.1" 200 844 0.027236 252.241.163.121 - - [2026-02-05 02:01:47] "POST /neutron/subnet HTTP/1.1" 200 669 0.033581 10.0.0.241 - - [2026-02-05 02:01:47] "POST /fqname-to-id HTTP/1.1" 401 297 0.000569 10.0.0.241 - - [2026-02-05 02:01:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.046168 10.0.0.241 - - [2026-02-05 02:01:47] "GET /projects?obj_uuids=26e2a2d9-9299-49fc-a72f-10befa33decc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.004049 10.0.0.241 - - [2026-02-05 02:01:47] "GET /project/26e2a2d9-9299-49fc-a72f-10befa33decc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.038890 10.0.0.241 - - [2026-02-05 02:01:47] "GET /virtual-networks?parent_id=26e2a2d9-9299-49fc-a72f-10befa33decc&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012838 10.0.0.241 - - [2026-02-05 02:01:47] "POST /virtual-networks HTTP/1.1" 200 585 0.054502 10.0.0.241 - - [2026-02-05 02:01:47] "POST /route-targets HTTP/1.1" 200 329 0.010987 10.0.0.241 - - [2026-02-05 02:01:47] "POST /ref-update HTTP/1.1" 200 156 0.013598 10.0.0.241 - - [2026-02-05 02:01:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.015877 10.0.0.241 - - [2026-02-05 02:01:47] "GET /network-ipam/c76268e8-f248-4eac-83d5-de5dd16b050c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1092 0.012107 10.0.0.241 - - [2026-02-05 02:01:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003658 10.0.0.241 - - [2026-02-05 02:01:48] "POST /ref-update HTTP/1.1" 200 156 0.053318 252.241.163.121 - - [2026-02-05 02:01:48] "POST /neutron/network HTTP/1.1" 200 846 0.051977 252.241.163.121 - - [2026-02-05 02:01:48] "POST /neutron/network HTTP/1.1" 200 846 0.020336 10.0.0.241 - - [2026-02-05 02:01:48] "GET /virtual-network/808e3744-bc87-4fe9-bc01-7b96241528ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2017 0.013987 252.241.163.121 - - [2026-02-05 02:01:48] "POST /neutron/network HTTP/1.1" 200 846 0.020321 252.241.163.121 - - [2026-02-05 02:01:48] "POST /neutron/subnet HTTP/1.1" 200 679 0.030969 10.0.0.241 - - [2026-02-05 02:01:48] "GET /virtual-network/7f216f2a-7a93-4b79-99e3-b296431e535a HTTP/1.1" 401 297 0.000528 10.0.0.241 - - [2026-02-05 02:01:48] "GET /virtual-network/7f216f2a-7a93-4b79-99e3-b296431e535a HTTP/1.1" 200 2311 0.056623 10.0.0.241 - - [2026-02-05 02:01:48] "GET /virtual-network/7f216f2a-7a93-4b79-99e3-b296431e535a HTTP/1.1" 401 297 0.001060 10.0.0.241 - - [2026-02-05 02:01:49] "GET /virtual-network/7f216f2a-7a93-4b79-99e3-b296431e535a HTTP/1.1" 403 366 0.058000 10.0.0.241 - - [2026-02-05 02:01:49] "GET /virtual-network/7f216f2a-7a93-4b79-99e3-b296431e535a HTTP/1.1" 200 2311 0.006115 10.0.0.241 - - [2026-02-05 02:01:49] "GET /virtual-networks HTTP/1.1" 200 371 0.020619 10.0.0.241 - - [2026-02-05 02:01:49] "GET /virtual-networks HTTP/1.1" 200 371 0.023271 10.0.0.241 - - [2026-02-05 02:01:50] "GET /obj-perms HTTP/1.1" 403 257 0.048644 10.0.0.241 - - [2026-02-05 02:01:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.241 - - [2026-02-05 02:01:50] "GET /virtual-network/7f216f2a-7a93-4b79-99e3-b296431e535a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.017642 10.0.0.241 - - [2026-02-05 02:01:50] "GET /obj-perms HTTP/1.1" 403 257 0.043428 10.0.0.241 - - [2026-02-05 02:01:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.241 - - [2026-02-05 02:01:50] "GET /virtual-network/7f216f2a-7a93-4b79-99e3-b296431e535a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 366 0.011120 10.0.0.241 - - [2026-02-05 02:01:51] "GET /obj-perms HTTP/1.1" 200 6440 0.066696 10.0.0.241 - - [2026-02-05 02:01:51] "GET /obj-perms HTTP/1.1" 403 257 0.010322 10.0.0.241 - - [2026-02-05 02:01:51] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.017945 10.0.0.241 - - [2026-02-05 02:01:51] "GET /obj-perms HTTP/1.1" 403 257 0.012640 10.0.0.241 - - [2026-02-05 02:01:51] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.018272 10.0.0.241 - - [2026-02-05 02:01:51] "GET /obj-perms HTTP/1.1" 200 6440 0.002151 10.0.0.241 - - [2026-02-05 02:01:51] "PUT /virtual-network/7f216f2a-7a93-4b79-99e3-b296431e535a HTTP/1.1" 200 266 0.029522 10.0.0.241 - - [2026-02-05 02:01:51] "GET /virtual-networks HTTP/1.1" 200 132 0.024380 10.0.0.241 - - [2026-02-05 02:01:51] "GET /virtual-networks HTTP/1.1" 200 611 0.019198 10.0.0.241 - - [2026-02-05 02:01:51] "GET /virtual-networks HTTP/1.1" 200 1437 0.003129 10.0.0.241 - - [2026-02-05 02:01:51] "GET /obj-perms HTTP/1.1" 403 257 0.016390 10.0.0.241 - - [2026-02-05 02:01:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002536 10.0.0.241 - - [2026-02-05 02:01:51] "GET /virtual-network/7f216f2a-7a93-4b79-99e3-b296431e535a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 366 0.011546 10.0.0.241 - - [2026-02-05 02:01:52] "GET /obj-perms HTTP/1.1" 403 257 0.044573 10.0.0.241 - - [2026-02-05 02:01:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.241 - - [2026-02-05 02:01:52] "GET /virtual-network/7f216f2a-7a93-4b79-99e3-b296431e535a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 366 0.010864 10.0.0.241 - - [2026-02-05 02:01:52] "GET /obj-perms HTTP/1.1" 403 257 0.008685 10.0.0.241 - - [2026-02-05 02:01:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002815 10.0.0.241 - - [2026-02-05 02:01:52] "GET /virtual-network/7f216f2a-7a93-4b79-99e3-b296431e535a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.016480 10.0.0.241 - - [2026-02-05 02:01:52] "GET /obj-perms HTTP/1.1" 200 6440 0.001942 10.0.0.241 - - [2026-02-05 02:01:52] "GET /obj-perms HTTP/1.1" 403 257 0.008951 10.0.0.241 - - [2026-02-05 02:01:52] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018840 10.0.0.241 - - [2026-02-05 02:01:52] "GET /obj-perms HTTP/1.1" 403 257 0.008358 10.0.0.241 - - [2026-02-05 02:01:52] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 611 0.019347 10.0.0.241 - - [2026-02-05 02:01:52] "GET /obj-perms HTTP/1.1" 200 6440 0.001943 10.0.0.241 - - [2026-02-05 02:01:53] "PUT /virtual-network/7f216f2a-7a93-4b79-99e3-b296431e535a HTTP/1.1" 200 266 0.043954 10.0.0.241 - - [2026-02-05 02:01:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002805 10.0.0.241 - - [2026-02-05 02:01:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004636 10.0.0.241 - - [2026-02-05 02:01:53] "POST /useragent-kv HTTP/1.1" 200 115 0.007461 10.0.0.241 - - [2026-02-05 02:01:53] "DELETE /virtual-network/808e3744-bc87-4fe9-bc01-7b96241528ba HTTP/1.1" 200 115 0.092096 10.0.0.241 - - [2026-02-05 02:01:53] "DELETE /route-target/9f6ddb00-4ac0-41d7-93ad-c25ce83b9c8d HTTP/1.1" 200 115 0.027723 10.0.0.241 - - [2026-02-05 02:01:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003269 10.0.0.241 - - [2026-02-05 02:01:53] "POST /useragent-kv HTTP/1.1" 200 115 0.006856 10.0.0.241 - - [2026-02-05 02:01:53] "DELETE /virtual-network/7f216f2a-7a93-4b79-99e3-b296431e535a HTTP/1.1" 200 115 0.113710 10.0.0.241 - - [2026-02-05 02:01:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.009678 10.0.0.241 - - [2026-02-05 02:01:53] "DELETE /route-target/411edb59-1f71-46c0-bdce-dc80b0c14be9 HTTP/1.1" 200 115 0.025673 10.0.0.241 - - [2026-02-05 02:01:53] "DELETE /api-access-list/d3cc8633-0e88-4ad5-b1bf-db6faa48576e HTTP/1.1" 200 115 0.038462 10.0.0.241 - - [2026-02-05 02:01:53] "GET /api-access-list/d3cc8633-0e88-4ad5-b1bf-db6faa48576e HTTP/1.1" 404 171 0.002601 10.0.0.241 - - [2026-02-05 02:01:53] "GET /projects?obj_uuids=26e2a2d9-9299-49fc-a72f-10befa33decc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001406 10.0.0.241 - - [2026-02-05 02:01:53] "GET /project/26e2a2d9-9299-49fc-a72f-10befa33decc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.028238 10.0.0.241 - - [2026-02-05 02:01:53] "GET /projects?obj_uuids=26e2a2d9-9299-49fc-a72f-10befa33decc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001205 10.0.0.241 - - [2026-02-05 02:01:53] "GET /project/26e2a2d9-9299-49fc-a72f-10befa33decc?fields=virtual_networks HTTP/1.1" 200 1033 0.070675 10.0.0.241 - - [2026-02-05 02:01:53] "GET /projects?obj_uuids=26e2a2d9-9299-49fc-a72f-10befa33decc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001171 10.0.0.241 - - [2026-02-05 02:01:53] "GET /project/26e2a2d9-9299-49fc-a72f-10befa33decc?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.032462 10.0.0.241 - - [2026-02-05 02:01:53] "GET /projects?obj_uuids=26e2a2d9-9299-49fc-a72f-10befa33decc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001344 10.0.0.241 - - [2026-02-05 02:01:53] "GET /project/26e2a2d9-9299-49fc-a72f-10befa33decc?fields=security_groups HTTP/1.1" 200 1259 0.072968 10.0.0.241 - - [2026-02-05 02:01:54] "GET /projects?obj_uuids=7a804198-39ec-4161-8206-9d601068b418&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002285 10.0.0.241 - - [2026-02-05 02:01:54] "GET /project/7a804198-39ec-4161-8206-9d601068b418?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.033584 10.0.0.241 - - [2026-02-05 02:01:54] "GET /projects?obj_uuids=7a804198-39ec-4161-8206-9d601068b418&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000953 10.0.0.241 - - [2026-02-05 02:01:54] "GET /project/7a804198-39ec-4161-8206-9d601068b418?fields=virtual_networks HTTP/1.1" 200 1032 0.069500 10.0.0.241 - - [2026-02-05 02:01:54] "GET /projects?obj_uuids=7a804198-39ec-4161-8206-9d601068b418&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001390 10.0.0.241 - - [2026-02-05 02:01:54] "GET /project/7a804198-39ec-4161-8206-9d601068b418?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.024785 10.0.0.241 - - [2026-02-05 02:01:54] "GET /projects?obj_uuids=7a804198-39ec-4161-8206-9d601068b418&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001536 10.0.0.241 - - [2026-02-05 02:01:54] "GET /project/7a804198-39ec-4161-8206-9d601068b418?fields=security_groups HTTP/1.1" 200 1258 0.027909 10.0.0.241 - - [2026-02-05 02:01:55] "GET /aaa-mode HTTP/1.1" 200 128 0.001371 10.0.0.241 - - [2026-02-05 02:01:56] "GET / HTTP/1.1" 200 36499 0.001651 10.0.0.241 - - [2026-02-05 02:01:57] "GET /obj-perms HTTP/1.1" 200 6393 0.065758 10.0.0.241 - - [2026-02-05 02:01:57] "GET / HTTP/1.1" 200 36499 0.002474 10.0.0.241 - - [2026-02-05 02:01:57] "GET /obj-perms HTTP/1.1" 200 6393 0.059631 10.0.0.241 - - [2026-02-05 02:01:57] "POST /fqname-to-id HTTP/1.1" 401 297 0.000693 10.0.0.241 - - [2026-02-05 02:01:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.041956 10.0.0.241 - - [2026-02-05 02:01:58] "GET /projects?obj_uuids=9a100303-9bec-4639-9025-574ef85e6f62&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001220 10.0.0.241 - - [2026-02-05 02:01:58] "GET /project/9a100303-9bec-4639-9025-574ef85e6f62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.045289 10.0.0.241 - - [2026-02-05 02:01:58] "GET /virtual-networks?parent_id=9a100303-9bec-4639-9025-574ef85e6f62&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.010789 10.0.0.241 - - [2026-02-05 02:01:58] "POST /fqname-to-id HTTP/1.1" 404 195 0.010600 10.0.0.241 - - [2026-02-05 02:01:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.011944 10.0.0.241 - - [2026-02-05 02:01:58] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001260 10.0.0.241 - - [2026-02-05 02:01:58] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 944 0.014875 10.0.0.241 - - [2026-02-05 02:01:58] "POST /service-templates HTTP/1.1" 403 264 0.008348 10.0.0.241 - - [2026-02-05 02:01:58] "POST /fqname-to-id HTTP/1.1" 404 213 0.003727 10.0.0.241 - - [2026-02-05 02:01:58] "POST /api-access-lists HTTP/1.1" 200 557 0.017173 10.0.0.241 - - [2026-02-05 02:01:58] "GET /api-access-list/c2dc8102-ea4d-47b1-88fa-86b79da1d846?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1325 0.005342 10.0.0.241 - - [2026-02-05 02:01:58] "GET /api-access-list/c2dc8102-ea4d-47b1-88fa-86b79da1d846 HTTP/1.1" 200 1325 0.004381 10.0.0.241 - - [2026-02-05 02:01:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.012353 10.0.0.241 - - [2026-02-05 02:01:58] "GET /projects?obj_uuids=9a100303-9bec-4639-9025-574ef85e6f62&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001640 10.0.0.241 - - [2026-02-05 02:01:58] "GET /project/9a100303-9bec-4639-9025-574ef85e6f62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.034043 10.0.0.241 - - [2026-02-05 02:01:58] "GET /virtual-networks?parent_id=9a100303-9bec-4639-9025-574ef85e6f62&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.013679 10.0.0.241 - - [2026-02-05 02:01:58] "POST /virtual-networks HTTP/1.1" 200 585 0.054310 10.0.0.241 - - [2026-02-05 02:01:58] "POST /route-targets HTTP/1.1" 200 329 0.010365 10.0.0.241 - - [2026-02-05 02:01:58] "POST /ref-update HTTP/1.1" 200 156 0.013149 10.0.0.241 - - [2026-02-05 02:01:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.014863 10.0.0.241 - - [2026-02-05 02:01:58] "GET /network-ipam/c76268e8-f248-4eac-83d5-de5dd16b050c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1092 0.011666 10.0.0.241 - - [2026-02-05 02:01:59] "POST /useragent-kv HTTP/1.1" 200 115 0.002432 10.0.0.241 - - [2026-02-05 02:01:59] "POST /ref-update HTTP/1.1" 200 156 0.049279 252.241.163.121 - - [2026-02-05 02:01:59] "POST /neutron/network HTTP/1.1" 200 845 0.053536 252.241.163.121 - - [2026-02-05 02:01:59] "POST /neutron/network HTTP/1.1" 200 845 0.025355 10.0.0.241 - - [2026-02-05 02:01:59] "GET /virtual-network/4409ca14-3377-4657-9837-6428e323f62e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.015522 252.241.163.121 - - [2026-02-05 02:01:59] "POST /neutron/network HTTP/1.1" 200 845 0.023197 252.241.163.121 - - [2026-02-05 02:01:59] "POST /neutron/subnet HTTP/1.1" 200 674 0.028012 252.241.163.121 - - [2026-02-05 02:01:59] "POST /neutron/network HTTP/1.1" 200 845 0.034892 10.0.0.241 - - [2026-02-05 02:01:59] "GET /virtual-network/4409ca14-3377-4657-9837-6428e323f62e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.006078 10.0.0.241 - - [2026-02-05 02:01:59] "GET /network-ipam/c76268e8-f248-4eac-83d5-de5dd16b050c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1092 0.004142 10.0.0.241 - - [2026-02-05 02:01:59] "GET /domains HTTP/1.1" 200 440 0.003493 10.0.0.241 - - [2026-02-05 02:01:59] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001112 10.0.0.241 - - [2026-02-05 02:01:59] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd HTTP/1.1" 200 1680 0.009165 10.0.0.241 - - [2026-02-05 02:01:59] "GET /projects?obj_uuids=9a100303-9bec-4639-9025-574ef85e6f62&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001065 10.0.0.241 - - [2026-02-05 02:01:59] "GET /project/9a100303-9bec-4639-9025-574ef85e6f62 HTTP/1.1" 200 2354 0.028296 10.0.0.241 - - [2026-02-05 02:02:00] "GET /virtual-network/4409ca14-3377-4657-9837-6428e323f62e HTTP/1.1" 200 2314 0.007270 10.0.0.241 - - [2026-02-05 02:02:00] "GET /virtual-network/4409ca14-3377-4657-9837-6428e323f62e HTTP/1.1" 200 2314 0.005627 10.0.0.241 - - [2026-02-05 02:02:00] "GET /routing-instance/2fd9ca47-d955-41dd-9c76-7351dd9fe580 HTTP/1.1" 200 1559 0.004380 10.0.0.241 - - [2026-02-05 02:02:00] "GET /routing-instance/2fd9ca47-d955-41dd-9c76-7351dd9fe580 HTTP/1.1" 200 1559 0.004261 10.0.0.241 - - [2026-02-05 02:02:00] "GET /route-target/370f2f24-0f0e-46d9-af88-c77a0d488994 HTTP/1.1" 200 1246 0.003731 10.0.0.241 - - [2026-02-05 02:02:00] "GET /virtual-network/4409ca14-3377-4657-9837-6428e323f62e HTTP/1.1" 200 2314 0.005780 10.0.0.241 - - [2026-02-05 02:02:00] "GET /routing-instance/2fd9ca47-d955-41dd-9c76-7351dd9fe580 HTTP/1.1" 200 1559 0.006405 10.0.0.241 - - [2026-02-05 02:02:00] "GET /virtual-network/4409ca14-3377-4657-9837-6428e323f62e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.005709 10.0.0.241 - - [2026-02-05 02:02:00] "GET /virtual-network/4409ca14-3377-4657-9837-6428e323f62e HTTP/1.1" 200 2314 0.006190 10.0.0.241 - - [2026-02-05 02:02:00] "GET /routing-instance/2fd9ca47-d955-41dd-9c76-7351dd9fe580 HTTP/1.1" 200 1559 0.004342 10.0.0.241 - - [2026-02-05 02:02:00] "GET /routing-instance/2fd9ca47-d955-41dd-9c76-7351dd9fe580 HTTP/1.1" 200 1559 0.004435 10.0.0.241 - - [2026-02-05 02:02:00] "GET /route-target/370f2f24-0f0e-46d9-af88-c77a0d488994 HTTP/1.1" 200 1246 0.005044 10.0.0.241 - - [2026-02-05 02:02:00] "GET /domains HTTP/1.1" 200 440 0.002909 10.0.0.241 - - [2026-02-05 02:02:00] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001385 10.0.0.241 - - [2026-02-05 02:02:00] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd HTTP/1.1" 200 1680 0.009089 10.0.0.241 - - [2026-02-05 02:02:00] "GET /projects?obj_uuids=9a100303-9bec-4639-9025-574ef85e6f62&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001149 10.0.0.241 - - [2026-02-05 02:02:00] "GET /project/9a100303-9bec-4639-9025-574ef85e6f62 HTTP/1.1" 200 2354 0.026743 10.0.0.241 - - [2026-02-05 02:02:00] "GET /virtual-network/4409ca14-3377-4657-9837-6428e323f62e HTTP/1.1" 200 2314 0.005658 10.0.0.241 - - [2026-02-05 02:02:01] "GET /obj-perms HTTP/1.1" 200 6440 0.001859 10.0.0.241 - - [2026-02-05 02:02:01] "POST /fqname-to-id HTTP/1.1" 404 195 0.010435 10.0.0.241 - - [2026-02-05 02:02:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.010644 10.0.0.241 - - [2026-02-05 02:02:01] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001490 10.0.0.241 - - [2026-02-05 02:02:01] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 944 0.018780 10.0.0.241 - - [2026-02-05 02:02:01] "POST /service-templates HTTP/1.1" 403 264 0.009571 10.0.0.241 - - [2026-02-05 02:02:01] "POST /fqname-to-id HTTP/1.1" 404 181 0.003667 10.0.0.241 - - [2026-02-05 02:02:01] "POST /api-access-lists HTTP/1.1" 200 523 0.014140 10.0.0.241 - - [2026-02-05 02:02:01] "GET /api-access-list/4957fa91-4c70-42d1-bc9a-0fcca9e0f361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1292 0.005469 10.0.0.241 - - [2026-02-05 02:02:01] "GET /api-access-list/4957fa91-4c70-42d1-bc9a-0fcca9e0f361 HTTP/1.1" 200 1292 0.003750 10.0.0.241 - - [2026-02-05 02:02:01] "POST /fqname-to-id HTTP/1.1" 404 195 0.013523 10.0.0.241 - - [2026-02-05 02:02:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.012967 10.0.0.241 - - [2026-02-05 02:02:01] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001653 10.0.0.241 - - [2026-02-05 02:02:01] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 944 0.018180 10.0.0.241 - - [2026-02-05 02:02:01] "POST /service-templates HTTP/1.1" 200 553 0.025150 10.0.0.241 - - [2026-02-05 02:02:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.016188 10.0.0.241 - - [2026-02-05 02:02:01] "GET /service-template/e26d4011-6252-4b84-8d0b-f8a20ad1706f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1856 0.014840 10.0.0.241 - - [2026-02-05 02:02:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.013524 10.0.0.241 - - [2026-02-05 02:02:01] "GET /service-template/e26d4011-6252-4b84-8d0b-f8a20ad1706f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1856 0.015230 10.0.0.241 - - [2026-02-05 02:02:02] "GET /virtual-network/4409ca14-3377-4657-9837-6428e323f62e HTTP/1.1" 401 297 0.000762 10.0.0.241 - - [2026-02-05 02:02:02] "GET /virtual-network/4409ca14-3377-4657-9837-6428e323f62e HTTP/1.1" 403 263 0.053192 10.0.0.241 - - [2026-02-05 02:02:02] "GET /service-template/e26d4011-6252-4b84-8d0b-f8a20ad1706f HTTP/1.1" 403 264 0.009938 10.0.0.241 - - [2026-02-05 02:02:02] "GET /service-template/e26d4011-6252-4b84-8d0b-f8a20ad1706f HTTP/1.1" 403 264 0.050244 10.0.0.241 - - [2026-02-05 02:02:03] "GET /obj-perms HTTP/1.1" 403 257 0.036081 10.0.0.241 - - [2026-02-05 02:02:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002596 10.0.0.241 - - [2026-02-05 02:02:03] "GET /virtual-network/4409ca14-3377-4657-9837-6428e323f62e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.013195 10.0.0.241 - - [2026-02-05 02:02:03] "GET /obj-perms HTTP/1.1" 403 257 0.010426 10.0.0.241 - - [2026-02-05 02:02:03] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.009505 10.0.0.241 - - [2026-02-05 02:02:03] "GET /api-access-list/c2dc8102-ea4d-47b1-88fa-86b79da1d846?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1325 0.003968 10.0.0.241 - - [2026-02-05 02:02:03] "PUT /api-access-list/c2dc8102-ea4d-47b1-88fa-86b79da1d846 HTTP/1.1" 200 266 0.008854 10.0.0.241 - - [2026-02-05 02:02:03] "GET /api-access-list/c2dc8102-ea4d-47b1-88fa-86b79da1d846 HTTP/1.1" 200 1462 0.004489 10.0.0.241 - - [2026-02-05 02:02:03] "GET /virtual-network/4409ca14-3377-4657-9837-6428e323f62e HTTP/1.1" 200 2314 0.016755 10.0.0.241 - - [2026-02-05 02:02:03] "POST /fqname-to-id HTTP/1.1" 401 297 0.000601 10.0.0.241 - - [2026-02-05 02:02:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.040832 10.0.0.241 - - [2026-02-05 02:02:04] "GET /projects?obj_uuids=9a100303-9bec-4639-9025-574ef85e6f62&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001343 10.0.0.241 - - [2026-02-05 02:02:04] "GET /project/9a100303-9bec-4639-9025-574ef85e6f62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.039101 10.0.0.241 - - [2026-02-05 02:02:04] "GET /virtual-networks?parent_id=9a100303-9bec-4639-9025-574ef85e6f62&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.015624 10.0.0.241 - - [2026-02-05 02:02:04] "POST /virtual-networks HTTP/1.1" 403 263 0.010106 10.0.0.241 - - [2026-02-05 02:02:04] "GET /service-template/e26d4011-6252-4b84-8d0b-f8a20ad1706f HTTP/1.1" 403 264 0.009473 10.0.0.241 - - [2026-02-05 02:02:04] "GET /service-template/e26d4011-6252-4b84-8d0b-f8a20ad1706f HTTP/1.1" 403 264 0.051996 10.0.0.241 - - [2026-02-05 02:02:04] "GET /obj-perms HTTP/1.1" 403 257 0.011024 10.0.0.241 - - [2026-02-05 02:02:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002482 10.0.0.241 - - [2026-02-05 02:02:04] "GET /virtual-network/4409ca14-3377-4657-9837-6428e323f62e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.019459 10.0.0.241 - - [2026-02-05 02:02:04] "GET /obj-perms HTTP/1.1" 403 257 0.010902 10.0.0.241 - - [2026-02-05 02:02:05] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.026098 10.0.0.241 - - [2026-02-05 02:02:05] "GET /api-access-list/4957fa91-4c70-42d1-bc9a-0fcca9e0f361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1292 0.003860 10.0.0.241 - - [2026-02-05 02:02:05] "PUT /api-access-list/4957fa91-4c70-42d1-bc9a-0fcca9e0f361 HTTP/1.1" 200 266 0.010234 10.0.0.241 - - [2026-02-05 02:02:05] "GET /api-access-list/4957fa91-4c70-42d1-bc9a-0fcca9e0f361 HTTP/1.1" 200 1430 0.004153 10.0.0.241 - - [2026-02-05 02:02:05] "GET /service-template/e26d4011-6252-4b84-8d0b-f8a20ad1706f HTTP/1.1" 200 1856 0.015758 10.0.0.241 - - [2026-02-05 02:02:05] "POST /fqname-to-id HTTP/1.1" 404 195 0.010651 10.0.0.241 - - [2026-02-05 02:02:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.011211 10.0.0.241 - - [2026-02-05 02:02:05] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001089 10.0.0.241 - - [2026-02-05 02:02:05] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 944 0.016530 10.0.0.241 - - [2026-02-05 02:02:05] "POST /service-templates HTTP/1.1" 403 264 0.010596 10.0.0.241 - - [2026-02-05 02:02:05] "GET /api-access-list/c2dc8102-ea4d-47b1-88fa-86b79da1d846?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.004000 10.0.0.241 - - [2026-02-05 02:02:05] "PUT /api-access-list/c2dc8102-ea4d-47b1-88fa-86b79da1d846 HTTP/1.1" 200 266 0.010483 10.0.0.241 - - [2026-02-05 02:02:05] "GET /api-access-list/c2dc8102-ea4d-47b1-88fa-86b79da1d846 HTTP/1.1" 200 1325 0.003523 10.0.0.241 - - [2026-02-05 02:02:05] "GET /api-access-list/4957fa91-4c70-42d1-bc9a-0fcca9e0f361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.003630 10.0.0.241 - - [2026-02-05 02:02:05] "PUT /api-access-list/4957fa91-4c70-42d1-bc9a-0fcca9e0f361 HTTP/1.1" 200 266 0.010347 10.0.0.241 - - [2026-02-05 02:02:05] "GET /api-access-list/4957fa91-4c70-42d1-bc9a-0fcca9e0f361 HTTP/1.1" 200 1292 0.003747 10.0.0.241 - - [2026-02-05 02:02:05] "GET /virtual-network/4409ca14-3377-4657-9837-6428e323f62e HTTP/1.1" 403 263 0.010961 10.0.0.241 - - [2026-02-05 02:02:06] "GET /virtual-network/4409ca14-3377-4657-9837-6428e323f62e HTTP/1.1" 403 263 0.045744 10.0.0.241 - - [2026-02-05 02:02:06] "GET /service-template/e26d4011-6252-4b84-8d0b-f8a20ad1706f HTTP/1.1" 403 264 0.010309 10.0.0.241 - - [2026-02-05 02:02:06] "GET /service-template/e26d4011-6252-4b84-8d0b-f8a20ad1706f HTTP/1.1" 403 264 0.044746 10.0.0.241 - - [2026-02-05 02:02:06] "GET /obj-perms HTTP/1.1" 403 257 0.009291 10.0.0.241 - - [2026-02-05 02:02:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004587 10.0.0.241 - - [2026-02-05 02:02:06] "GET /virtual-network/4409ca14-3377-4657-9837-6428e323f62e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.012500 10.0.0.241 - - [2026-02-05 02:02:07] "GET /obj-perms HTTP/1.1" 403 257 0.046646 10.0.0.241 - - [2026-02-05 02:02:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.241 - - [2026-02-05 02:02:07] "GET /virtual-network/4409ca14-3377-4657-9837-6428e323f62e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.010562 10.0.0.241 - - [2026-02-05 02:02:07] "GET /obj-perms HTTP/1.1" 403 257 0.009983 10.0.0.241 - - [2026-02-05 02:02:07] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.011970 10.0.0.241 - - [2026-02-05 02:02:07] "GET /api-access-list/3d143d1e-0269-4fc0-a2da-a7ca3a3e32e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2414 0.004056 10.0.0.241 - - [2026-02-05 02:02:07] "PUT /api-access-list/3d143d1e-0269-4fc0-a2da-a7ca3a3e32e6 HTTP/1.1" 200 266 0.008655 10.0.0.241 - - [2026-02-05 02:02:07] "GET /service-template/e26d4011-6252-4b84-8d0b-f8a20ad1706f HTTP/1.1" 200 1856 0.015345 10.0.0.241 - - [2026-02-05 02:02:07] "GET /virtual-network/4409ca14-3377-4657-9837-6428e323f62e HTTP/1.1" 200 2314 0.018596 10.0.0.241 - - [2026-02-05 02:02:07] "GET /obj-perms HTTP/1.1" 403 257 0.013160 10.0.0.241 - - [2026-02-05 02:02:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003146 10.0.0.241 - - [2026-02-05 02:02:07] "GET /virtual-network/4409ca14-3377-4657-9837-6428e323f62e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.022947 10.0.0.241 - - [2026-02-05 02:02:07] "GET /obj-perms HTTP/1.1" 403 257 0.010826 10.0.0.241 - - [2026-02-05 02:02:07] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.017500 10.0.0.241 - - [2026-02-05 02:02:07] "DELETE /api-access-list/c2dc8102-ea4d-47b1-88fa-86b79da1d846 HTTP/1.1" 200 115 0.019563 10.0.0.241 - - [2026-02-05 02:02:07] "GET /api-access-list/c2dc8102-ea4d-47b1-88fa-86b79da1d846 HTTP/1.1" 404 171 0.003356 10.0.0.241 - - [2026-02-05 02:02:07] "DELETE /api-access-list/4957fa91-4c70-42d1-bc9a-0fcca9e0f361 HTTP/1.1" 200 115 0.022954 10.0.0.241 - - [2026-02-05 02:02:07] "GET /api-access-list/4957fa91-4c70-42d1-bc9a-0fcca9e0f361 HTTP/1.1" 404 171 0.003700 10.0.0.241 - - [2026-02-05 02:02:08] "GET /virtual-network/4409ca14-3377-4657-9837-6428e323f62e HTTP/1.1" 401 297 0.000551 10.0.0.241 - - [2026-02-05 02:02:08] "GET /virtual-network/4409ca14-3377-4657-9837-6428e323f62e HTTP/1.1" 403 263 0.039318 10.0.0.241 - - [2026-02-05 02:02:08] "GET /service-template/e26d4011-6252-4b84-8d0b-f8a20ad1706f HTTP/1.1" 403 264 0.008610 10.0.0.241 - - [2026-02-05 02:02:08] "GET /service-template/e26d4011-6252-4b84-8d0b-f8a20ad1706f HTTP/1.1" 403 264 0.040318 10.0.0.241 - - [2026-02-05 02:02:09] "GET /obj-perms HTTP/1.1" 403 257 0.039700 10.0.0.241 - - [2026-02-05 02:02:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004016 10.0.0.241 - - [2026-02-05 02:02:09] "GET /virtual-network/4409ca14-3377-4657-9837-6428e323f62e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.008359 10.0.0.241 - - [2026-02-05 02:02:09] "GET /obj-perms HTTP/1.1" 403 257 0.008126 10.0.0.241 - - [2026-02-05 02:02:09] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.006790 10.0.0.241 - - [2026-02-05 02:02:09] "GET /api-access-list/3d143d1e-0269-4fc0-a2da-a7ca3a3e32e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2689 0.004041 10.0.0.241 - - [2026-02-05 02:02:09] "PUT /api-access-list/3d143d1e-0269-4fc0-a2da-a7ca3a3e32e6 HTTP/1.1" 200 266 0.009894 10.0.0.241 - - [2026-02-05 02:02:09] "GET /virtual-network/4409ca14-3377-4657-9837-6428e323f62e HTTP/1.1" 200 2314 0.014711 10.0.0.241 - - [2026-02-05 02:02:09] "GET /service-template/e26d4011-6252-4b84-8d0b-f8a20ad1706f HTTP/1.1" 200 1856 0.010690 10.0.0.241 - - [2026-02-05 02:02:09] "GET /obj-perms HTTP/1.1" 403 257 0.008742 10.0.0.241 - - [2026-02-05 02:02:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003540 10.0.0.241 - - [2026-02-05 02:02:09] "GET /virtual-network/4409ca14-3377-4657-9837-6428e323f62e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.013684 10.0.0.241 - - [2026-02-05 02:02:10] "GET /obj-perms HTTP/1.1" 403 257 0.009434 10.0.0.241 - - [2026-02-05 02:02:10] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.017771 10.0.0.241 - - [2026-02-05 02:02:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.010090 10.0.0.241 - - [2026-02-05 02:02:10] "DELETE /service-template/e26d4011-6252-4b84-8d0b-f8a20ad1706f HTTP/1.1" 200 115 0.025362 10.0.0.241 - - [2026-02-05 02:02:10] "POST /fqname-to-id HTTP/1.1" 404 195 0.010950 10.0.0.241 - - [2026-02-05 02:02:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004192 10.0.0.241 - - [2026-02-05 02:02:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003754 10.0.0.241 - - [2026-02-05 02:02:10] "POST /useragent-kv HTTP/1.1" 200 115 0.001869 10.0.0.241 - - [2026-02-05 02:02:10] "DELETE /virtual-network/4409ca14-3377-4657-9837-6428e323f62e HTTP/1.1" 200 115 0.072809 10.0.0.241 - - [2026-02-05 02:02:10] "DELETE /route-target/370f2f24-0f0e-46d9-af88-c77a0d488994 HTTP/1.1" 200 115 0.019982 10.0.0.241 - - [2026-02-05 02:02:10] "GET /api-access-list/3d143d1e-0269-4fc0-a2da-a7ca3a3e32e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.004052 10.0.0.241 - - [2026-02-05 02:02:10] "PUT /api-access-list/3d143d1e-0269-4fc0-a2da-a7ca3a3e32e6 HTTP/1.1" 200 266 0.014349 10.0.0.241 - - [2026-02-05 02:02:10] "GET /api-access-list/3d143d1e-0269-4fc0-a2da-a7ca3a3e32e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2695 0.004043 10.0.0.241 - - [2026-02-05 02:02:10] "PUT /api-access-list/3d143d1e-0269-4fc0-a2da-a7ca3a3e32e6 HTTP/1.1" 200 266 0.010484 10.0.0.241 - - [2026-02-05 02:02:11] "GET /api-access-list/3d143d1e-0269-4fc0-a2da-a7ca3a3e32e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2414 0.004028 10.0.0.241 - - [2026-02-05 02:02:11] "PUT /api-access-list/3d143d1e-0269-4fc0-a2da-a7ca3a3e32e6 HTTP/1.1" 200 266 0.009414 10.0.0.241 - - [2026-02-05 02:02:12] "GET /projects?obj_uuids=9a100303-9bec-4639-9025-574ef85e6f62&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001611 10.0.0.241 - - [2026-02-05 02:02:12] "GET /project/9a100303-9bec-4639-9025-574ef85e6f62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.030165 10.0.0.241 - - [2026-02-05 02:02:12] "GET /projects?obj_uuids=9a100303-9bec-4639-9025-574ef85e6f62&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001311 10.0.0.241 - - [2026-02-05 02:02:12] "GET /project/9a100303-9bec-4639-9025-574ef85e6f62?fields=virtual_networks HTTP/1.1" 200 1034 0.073521 10.0.0.241 - - [2026-02-05 02:02:12] "GET /projects?obj_uuids=9a100303-9bec-4639-9025-574ef85e6f62&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001204 10.0.0.241 - - [2026-02-05 02:02:12] "GET /project/9a100303-9bec-4639-9025-574ef85e6f62?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.031999 10.0.0.241 - - [2026-02-05 02:02:12] "GET /projects?obj_uuids=9a100303-9bec-4639-9025-574ef85e6f62&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001562 10.0.0.241 - - [2026-02-05 02:02:12] "GET /project/9a100303-9bec-4639-9025-574ef85e6f62?fields=security_groups HTTP/1.1" 200 1260 0.032245 10.0.0.241 - - [2026-02-05 02:02:13] "GET /projects?obj_uuids=b458b0e9-5045-4096-852b-7d165ec5f87a&detail=False&count=False&shared=False HTTP/1.1" 200 321 0.001172 10.0.0.241 - - [2026-02-05 02:02:13] "GET /project/b458b0e9-5045-4096-852b-7d165ec5f87a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.023648 Traceback (most recent call last): File "src/gevent/greenlet.py", line 900, in gevent._gevent_cgreenlet.Greenlet.run File "/usr/local/lib64/python3.9/site-packages/gevent/baseserver.py", line 34, in _handle_and_close_when_done return handle(*args_tuple) File "/usr/local/lib64/python3.9/site-packages/gevent/server.py", line 209, in wrap_socket_and_handle with _closing_socket(self.wrap_socket(client_socket, **self.ssl_args)) as ssl_socket: File "/usr/local/lib64/python3.9/site-packages/gevent/ssl.py", line 870, in wrap_socket return SSLSocket(sock=sock, keyfile=keyfile, certfile=certfile, File "/usr/local/lib64/python3.9/site-packages/gevent/ssl.py", line 351, in __init__ self.do_handshake() File "/usr/local/lib64/python3.9/site-packages/gevent/ssl.py", line 740, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: HTTP_REQUEST] http request (_ssl.c:1147) 2026-02-05T02:02:13Z failed with SSLError [Introspect:8084]10.0.0.241 - - [2026-02-05 02:02:13] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2962 0.001180 10.0.0.241 - - [2026-02-05 02:02:14] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001134 10.0.0.241 - - [2026-02-05 02:02:14] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 944 0.007869 10.0.0.241 - - [2026-02-05 02:02:14] "POST /fqname-to-id HTTP/1.1" 404 182 0.030313 10.0.0.241 - - [2026-02-05 02:02:14] "GET /projects?obj_uuids=36411f8c-23cd-4cc6-9de3-3a807ae26a20&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002679 10.0.0.241 - - [2026-02-05 02:02:14] "GET /domains?obj_uuids=70bce805-d50c-4da5-abf7-4b11fc3802fd&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001189 10.0.0.241 - - [2026-02-05 02:02:14] "GET /domain/70bce805-d50c-4da5-abf7-4b11fc3802fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 974 0.007914 10.0.0.241 - - [2026-02-05 02:02:15] "POST /id-to-fqname HTTP/1.1" 200 184 0.005762 10.0.0.241 - - [2026-02-05 02:02:15] "POST /fqname-to-id HTTP/1.1" 404 193 0.006713 10.0.0.241 - - [2026-02-05 02:02:15] "POST /security-groups HTTP/1.1" 200 579 0.068420 10.0.0.241 - - [2026-02-05 02:02:15] "POST /fqname-to-id HTTP/1.1" 404 228 0.003380 10.0.0.241 - - [2026-02-05 02:02:15] "POST /projects HTTP/1.1" 200 569 0.247339 10.0.0.241 - - [2026-02-05 02:02:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.285660 10.0.0.241 - - [2026-02-05 02:02:15] "POST /access-control-lists HTTP/1.1" 200 594 0.060605 10.0.0.241 - - [2026-02-05 02:02:15] "GET /project/36411f8c-23cd-4cc6-9de3-3a807ae26a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.435314 10.0.0.241 - - [2026-02-05 02:02:15] "POST /fqname-to-id HTTP/1.1" 404 227 0.004034 10.0.0.241 - - [2026-02-05 02:02:15] "POST /access-control-lists HTTP/1.1" 200 592 0.060948 10.0.0.241 - - [2026-02-05 02:02:16] "GET / HTTP/1.1" 200 36499 0.002116 10.0.0.241 - - [2026-02-05 02:02:17] "GET /projects?obj_uuids=36411f8c-23cd-4cc6-9de3-3a807ae26a20&detail=False&count=False&shared=False HTTP/1.1" 200 340 0.001189 10.0.0.241 - - [2026-02-05 02:02:17] "GET /project/36411f8c-23cd-4cc6-9de3-3a807ae26a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.027061 10.0.0.241 - - [2026-02-05 02:02:17] "GET /projects?obj_uuids=36411f8c-23cd-4cc6-9de3-3a807ae26a20&detail=False&count=False&shared=False HTTP/1.1" 200 340 0.001024 10.0.0.241 - - [2026-02-05 02:02:17] "GET /project/36411f8c-23cd-4cc6-9de3-3a807ae26a20?fields=virtual_networks HTTP/1.1" 200 1025 0.069161 10.0.0.241 - - [2026-02-05 02:02:17] "GET /projects?obj_uuids=36411f8c-23cd-4cc6-9de3-3a807ae26a20&detail=False&count=False&shared=False HTTP/1.1" 200 340 0.001377 10.0.0.241 - - [2026-02-05 02:02:17] "GET /project/36411f8c-23cd-4cc6-9de3-3a807ae26a20?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.028594 10.0.0.241 - - [2026-02-05 02:02:17] "GET /projects?obj_uuids=36411f8c-23cd-4cc6-9de3-3a807ae26a20&detail=False&count=False&shared=False HTTP/1.1" 200 340 0.001289 10.0.0.241 - - [2026-02-05 02:02:17] "GET /project/36411f8c-23cd-4cc6-9de3-3a807ae26a20?fields=security_groups HTTP/1.1" 200 1247 0.036438 10.0.0.241 - - [2026-02-05 02:02:44] "DELETE /project/36411f8c23cd4cc69de33a807ae26a20 HTTP/1.1" 404 173 0.010177 10.0.0.241 - - [2026-02-05 02:02:44] "GET /projects?obj_uuids=9a100303-9bec-4639-9025-574ef85e6f62&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001079 10.0.0.241 - - [2026-02-05 02:02:44] "GET /projects?obj_uuids=7a804198-39ec-4161-8206-9d601068b418&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000883 10.0.0.241 - - [2026-02-05 02:02:44] "GET /projects?obj_uuids=36411f8c-23cd-4cc6-9de3-3a807ae26a20&detail=False&count=False&shared=False HTTP/1.1" 200 340 0.000787 10.0.0.241 - - [2026-02-05 02:02:44] "GET /projects?obj_uuids=26e2a2d9-9299-49fc-a72f-10befa33decc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000952 10.0.0.241 - - [2026-02-05 02:02:44] "GET /project/36411f8c-23cd-4cc6-9de3-3a807ae26a20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.050379 10.0.0.241 - - [2026-02-05 02:02:44] "GET /project/9a100303-9bec-4639-9025-574ef85e6f62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1455 0.050549 10.0.0.241 - - [2026-02-05 02:02:44] "GET /project/7a804198-39ec-4161-8206-9d601068b418?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1453 0.056326 10.0.0.241 - - [2026-02-05 02:02:44] "GET /projects?obj_uuids=7a804198-39ec-4161-8206-9d601068b418&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001376 10.0.0.241 - - [2026-02-05 02:02:44] "GET /projects?obj_uuids=9a100303-9bec-4639-9025-574ef85e6f62&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000887 10.0.0.241 - - [2026-02-05 02:02:44] "GET /projects?obj_uuids=36411f8c-23cd-4cc6-9de3-3a807ae26a20&detail=False&count=False&shared=False HTTP/1.1" 200 340 0.000772 10.0.0.241 - - [2026-02-05 02:02:44] "GET /project/26e2a2d9-9299-49fc-a72f-10befa33decc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1454 0.108158 10.0.0.241 - - [2026-02-05 02:02:44] "GET /project/9a100303-9bec-4639-9025-574ef85e6f62?fields=security_groups HTTP/1.1" 200 1350 0.061227 10.0.0.241 - - [2026-02-05 02:02:44] "GET /project/7a804198-39ec-4161-8206-9d601068b418?fields=security_groups HTTP/1.1" 200 1348 0.063793 10.0.0.241 - - [2026-02-05 02:02:44] "GET /projects?obj_uuids=26e2a2d9-9299-49fc-a72f-10befa33decc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001456 10.0.0.241 - - [2026-02-05 02:02:44] "GET /project/36411f8c-23cd-4cc6-9de3-3a807ae26a20?fields=security_groups HTTP/1.1" 200 1337 0.101614 10.0.0.241 - - [2026-02-05 02:02:44] "GET /project/26e2a2d9-9299-49fc-a72f-10befa33decc?fields=security_groups HTTP/1.1" 200 1349 0.073262 10.0.0.241 - - [2026-02-05 02:02:44] "DELETE /access-control-list/53a3d901-a6d6-4218-977e-84b83e96f4ab HTTP/1.1" 200 115 0.035231 10.0.0.241 - - [2026-02-05 02:02:44] "DELETE /security-group/d7e29332-2f75-4eb8-8bc2-77e62ec6f8a1 HTTP/1.1" 200 115 0.098341 10.0.0.241 - - [2026-02-05 02:02:44] "DELETE /security-group/bf34b9a1-671b-47ee-946d-2dcbf37d76d8 HTTP/1.1" 200 115 0.107660 10.0.0.241 - - [2026-02-05 02:02:44] "GET /projects?obj_uuids=9a100303-9bec-4639-9025-574ef85e6f62&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001159 10.0.0.241 - - [2026-02-05 02:02:44] "GET /projects?obj_uuids=7a804198-39ec-4161-8206-9d601068b418&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001558 10.0.0.241 - - [2026-02-05 02:02:44] "GET /project/9a100303-9bec-4639-9025-574ef85e6f62?fields=application_policy_sets HTTP/1.1" 200 1389 0.036772 10.0.0.241 - - [2026-02-05 02:02:44] "DELETE /access-control-list/d67db1db-82c8-47ef-adb3-f99cca85bea0 HTTP/1.1" 200 115 0.050976 10.0.0.241 - - [2026-02-05 02:02:44] "DELETE /security-group/7174ce58-d328-42ba-a226-14a4e2948c92 HTTP/1.1" 200 115 0.106411 10.0.0.241 - - [2026-02-05 02:02:44] "GET /projects?obj_uuids=36411f8c-23cd-4cc6-9de3-3a807ae26a20&detail=False&count=False&shared=False HTTP/1.1" 200 340 0.001143 10.0.0.241 - - [2026-02-05 02:02:44] "DELETE /security-group/8683d013-81f5-4cd6-b87e-b02649e79ab7 HTTP/1.1" 200 115 0.121985 10.0.0.241 - - [2026-02-05 02:02:44] "GET /project/7a804198-39ec-4161-8206-9d601068b418?fields=application_policy_sets HTTP/1.1" 200 1387 0.099669 10.0.0.241 - - [2026-02-05 02:02:44] "GET /project/36411f8c-23cd-4cc6-9de3-3a807ae26a20?fields=application_policy_sets HTTP/1.1" 200 1376 0.072431 10.0.0.241 - - [2026-02-05 02:02:44] "DELETE /access-control-list/32020889-26dd-4179-83c3-ff4014238376 HTTP/1.1" 200 115 0.078424 10.0.0.241 - - [2026-02-05 02:02:44] "GET /projects?obj_uuids=26e2a2d9-9299-49fc-a72f-10befa33decc&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002208 10.0.0.241 - - [2026-02-05 02:02:44] "GET /project/26e2a2d9-9299-49fc-a72f-10befa33decc?fields=application_policy_sets HTTP/1.1" 200 1388 0.055512 10.0.0.241 - - [2026-02-05 02:02:44] "DELETE /access-control-list/1b4847ce-bfb7-4dee-b03c-29421c7cf146 HTTP/1.1" 200 115 0.061284 10.0.0.241 - - [2026-02-05 02:02:44] "DELETE /access-control-list/afbc1d3c-2c9e-4998-8805-525727491319 HTTP/1.1" 200 115 0.052142 10.0.0.241 - - [2026-02-05 02:02:44] "DELETE /project/9a100303-9bec-4639-9025-574ef85e6f62 HTTP/1.1" 200 115 0.589438 10.0.0.241 - - [2026-02-05 02:02:44] "DELETE /access-control-list/dc97d0cc-0df0-44f0-86c0-7ac8de944396 HTTP/1.1" 200 115 0.040820 10.0.0.241 - - [2026-02-05 02:02:44] "DELETE /project/7a804198-39ec-4161-8206-9d601068b418 HTTP/1.1" 200 115 0.606789 10.0.0.241 - - [2026-02-05 02:02:44] "DELETE /project/36411f8c-23cd-4cc6-9de3-3a807ae26a20 HTTP/1.1" 200 115 0.609639 10.0.0.241 - - [2026-02-05 02:02:44] "DELETE /project/26e2a2d9-9299-49fc-a72f-10befa33decc HTTP/1.1" 200 115 0.654611 10.0.0.241 - - [2026-02-05 02:02:44] "DELETE /access-control-list/cc67f938-e327-49d6-80da-52968d3ec4fb HTTP/1.1" 200 115 0.044123 10.0.0.241 - - [2026-02-05 02:02:44] "DELETE /access-control-list/5be6bacd-f871-46c2-afd3-b6167f282ce9 HTTP/1.1" 200 115 0.019375 10.0.0.241 - - [2026-02-05 02:02:57] "GET /obj-perms HTTP/1.1" 200 6393 0.064587 10.0.0.241 - - [2026-02-05 02:02:58] "GET /obj-perms HTTP/1.1" 200 6393 0.066359 [Introspect:8084]10.0.0.241 - - [2026-02-05 02:03:08] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.001058 [Introspect:8084]10.0.0.241 - - [2026-02-05 02:03:08] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2962 0.001235