+++ date ++ echo 'INFO: =================== Thu Apr 30 02:03:00 AM UTC 2026 ===================' INFO: =================== Thu Apr 30 02:03:00 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 +++++ awk '{print $2}' +++++ grep -o 'dev.*' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ cut -d / -f 1 +++ head -n 1 +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.27 ++ 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.27 ++ ANALYTICS_ALARM_ENABLE=False ++ ANALYTICS_SNMP_ENABLE=False ++ ANALYTICSDB_ENABLE=False ++ ANALYTICS_NODES=10.0.0.27 ++ ANALYTICSDB_NODES=10.0.0.27 ++ ANALYTICS_SNMP_NODES=10.0.0.27 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8081 ' +++ '[' -n '10.0.0.27:8081 ' ']' +++ echo 10.0.0.27:8081 ++ ANALYTICS_SERVERS=10.0.0.27: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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9042 ' +++ '[' -n '10.0.0.27:9042 ' ']' +++ echo 10.0.0.27:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.27:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.27 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8086 ' +++ '[' -n '10.0.0.27:8086 ' ']' +++ echo 10.0.0.27:8086 ++ COLLECTOR_SERVERS=10.0.0.27: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.27 ++ CONFIGDB_NODES=10.0.0.27 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8082 ' +++ '[' -n '10.0.0.27:8082 ' ']' +++ echo 10.0.0.27:8082 ++ CONFIG_SERVERS=10.0.0.27: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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9161 ' +++ '[' -n '10.0.0.27:9161 ' ']' +++ echo 10.0.0.27:9161 ++ CONFIGDB_SERVERS=10.0.0.27: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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9041 ' +++ '[' -n '10.0.0.27:9041 ' ']' +++ echo 10.0.0.27:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.27: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.27 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.0.0.27 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.27 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:2181, +++ '[' -n 10.0.0.27:2181, ']' +++ echo 10.0.0.27:2181 ++ ZOOKEEPER_SERVERS=10.0.0.27: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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:2181 ' +++ '[' -n '10.0.0.27:2181 ' ']' +++ echo 10.0.0.27:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.27:2181 ++ RABBITMQ_NODES=10.0.0.27 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:5673, +++ '[' -n 10.0.0.27:5673, ']' +++ echo 10.0.0.27:5673 ++ RABBITMQ_SERVERS=10.0.0.27: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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:6379 ' +++ '[' -n '10.0.0.27:6379 ' ']' +++ echo 10.0.0.27:6379 ++ REDIS_SERVERS=10.0.0.27: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.27 ++ 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.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9092 ' +++ '[' -n '10.0.0.27:9092 ' ']' +++ echo 10.0.0.27:9092 ++ KAFKA_SERVERS=10.0.0.27: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.27.43.97 ++ 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.27 ++ 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.27 ++ 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 ++ cut -d , -f 1 ++ echo 10.0.0.27 + local cassandra=10.0.0.27 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.27 9041 + echo -e '\035\nquit' + 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.27 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.27 9041 + echo 'INFO: Waiting for cassandra 4/30' INFO: Waiting for cassandra 4/30 + sleep 10 + (( i++ )) + (( i<=30 )) + nc -z 10.0.0.27 9041 + echo -e '\035\nquit' + 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.27 +++ local servers=10.0.0.27 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ uniq ++++ cat /proc/net/fib_trie ++++ sort +++ cut -d ' ' -f 1 ++++ tr '\n' , +++ local local_ips=,10.0.0.27,10.52.92.1,127.0.0.1,172.17.0.1,252.27.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.27'\''))' +++ local server_ip=10.0.0.27 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.27 ]] +++ [[ ,10.0.0.27,10.52.92.1,127.0.0.1,172.17.0.1,252.27.0.1,, =~ ,10\.0\.0\.27, ]] +++ echo 10.0.0.27 1 +++ return ++ local ip=10.0.0.27 ++ [[ -z 10.0.0.27 ]] ++ echo 10.0.0.27 + host_ip=10.0.0.27 + [[ cql == \c\q\l ]] ++ echo 10.0.0.27:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.27:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.27: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=__ ++ grep '^API__.*__.*=.*$' ++ set -o posix ++ sort ++ sed 's/^API__//g' ++ set ++ 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: 04/30/2026 02:03:40.556 7fd402e2f700 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 04/30/2026 02:03:40.721 7fd402e2f700 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 04/30/2026 02:03:40.737 7fd402e2f700 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 04/30/2026 02:03:40.737 7fd402e2f700 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] [Introspect:8084]10.0.0.27 - - [2026-04-30 02:03:44] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 314 0.001015 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.27:8082/ Hit Ctrl-C to quit. 10.0.0.27 - - [2026-04-30 02:03:48] "GET / HTTP/1.1" 503 181 0.000252 10.0.0.27 - - [2026-04-30 02:03:48] "GET / HTTP/1.1" 503 181 0.000186 10.0.0.27 - - [2026-04-30 02:03:48] "GET / HTTP/1.1" 200 36215 0.001687 10.0.0.27 - - [2026-04-30 02:03:48] "GET / HTTP/1.1" 200 36215 0.001493 10.0.0.27 - - [2026-04-30 02:03:49] "GET / HTTP/1.1" 200 45019 0.001533 10.0.0.27 - - [2026-04-30 02:03:49] "GET / HTTP/1.1" 200 45019 0.001181 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.27 - - [2026-04-30 02:03:49] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 295 0.000586 10.0.0.27 - - [2026-04-30 02:03:49] "POST /fqname-to-id HTTP/1.1" 401 295 0.000315 10.0.0.27 - - [2026-04-30 02:03:49] "GET / HTTP/1.1" 200 36215 0.002908 10.0.0.27 - - [2026-04-30 02:03:50] "GET / HTTP/1.1" 200 36215 0.001922 10.0.0.27 - - [2026-04-30 02:03:50] "POST /fqname-to-id HTTP/1.1" 401 295 0.000561 10.0.0.27 - - [2026-04-30 02:03:50] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 312 0.362801 10.0.0.27 - - [2026-04-30 02:03:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.340288 10.0.0.27 - - [2026-04-30 02:03:50] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 333 0.005177 10.0.0.27 - - [2026-04-30 02:03:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004540 10.0.0.27 - - [2026-04-30 02:03:50] "GET / HTTP/1.1" 200 36215 0.003699 10.0.0.27 - - [2026-04-30 02:03:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.039259 10.0.0.27 - - [2026-04-30 02:03:50] "GET /global-system-config/c17ecde6-57fb-4f66-a28c-5b39ca01c38c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.006295 10.0.0.27 - - [2026-04-30 02:03:50] "POST /fqname-to-id HTTP/1.1" 404 214 0.003570 10.0.0.27 - - [2026-04-30 02:03:50] "POST /fqname-to-id HTTP/1.1" 401 295 0.000822 /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.27 - - [2026-04-30 02:03:50] "POST /config-database-nodes HTTP/1.1" 200 609 0.049023 10.0.0.27 - - [2026-04-30 02:03:50] "POST /fqname-to-id HTTP/1.1" 401 295 0.000482 10.0.0.27 - - [2026-04-30 02:03:50] "GET / HTTP/1.1" 200 36215 0.002251 10.0.0.27 - - [2026-04-30 02:03:50] "POST /fqname-to-id HTTP/1.1" 401 295 0.000434 10.0.0.27 - - [2026-04-30 02:03:50] "POST /fqname-to-id HTTP/1.1" 404 186 0.036148 10.0.0.27 - - [2026-04-30 02:03:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004357 10.0.0.27 - - [2026-04-30 02:03:50] "GET /global-system-config/c17ecde6-57fb-4f66-a28c-5b39ca01c38c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.011708 10.0.0.27 - - [2026-04-30 02:03:51] "POST /service-appliance-sets HTTP/1.1" 200 555 0.041795 10.0.0.27 - - [2026-04-30 02:03:51] "POST /fqname-to-id HTTP/1.1" 404 180 0.006791 10.0.0.27 - - [2026-04-30 02:03:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.051231 10.0.0.27 - - [2026-04-30 02:03:51] "GET /network-ipam/bb7c6943-903a-4dbe-a75a-ef13454fb63c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1956 0.007335 10.0.0.27 - - [2026-04-30 02:03:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.014175 10.0.0.27 - - [2026-04-30 02:03:51] "GET /global-system-config/c17ecde6-57fb-4f66-a28c-5b39ca01c38c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.014150 10.0.0.27 - - [2026-04-30 02:03:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.039232 10.0.0.27 - - [2026-04-30 02:03:51] "GET /global-system-config/c17ecde6-57fb-4f66-a28c-5b39ca01c38c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.007848 10.0.0.27 - - [2026-04-30 02:03:51] "POST /fqname-to-id HTTP/1.1" 404 214 0.004406 10.0.0.27 - - [2026-04-30 02:03:51] "POST /service-appliance-sets HTTP/1.1" 200 543 0.045864 10.0.0.27 - - [2026-04-30 02:03:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005540 10.0.0.27 - - [2026-04-30 02:03:51] "POST /analytics-snmp-nodes HTTP/1.1" 200 607 0.033503 10.0.0.27 - - [2026-04-30 02:03:51] "GET /network-ipam/bb7c6943-903a-4dbe-a75a-ef13454fb63c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1956 0.005835 10.0.0.27 - - [2026-04-30 02:03:51] "POST /service-templates HTTP/1.1" 200 513 0.028995 10.0.0.27 - - [2026-04-30 02:03:51] "POST /service-templates HTTP/1.1" 200 503 0.047525 10.0.0.27 - - [2026-04-30 02:03:51] "POST /service-templates HTTP/1.1" 200 517 0.047760 10.0.0.27 - - [2026-04-30 02:03:51] "POST /fqname-to-id HTTP/1.1" 404 225 0.005688 10.0.0.27 - - [2026-04-30 02:03:51] "POST /access-control-lists HTTP/1.1" 200 589 0.048853 10.0.0.27 - - [2026-04-30 02:03:51] "POST /service-templates HTTP/1.1" 200 537 0.055111 10.0.0.27 - - [2026-04-30 02:03:51] "POST /fqname-to-id HTTP/1.1" 404 224 0.003845 10.0.0.27 - - [2026-04-30 02:03:51] "POST /service-templates HTTP/1.1" 200 509 0.036961 10.0.0.27 - - [2026-04-30 02:03:51] "POST /access-control-lists HTTP/1.1" 200 587 0.039176 10.0.0.27 - - [2026-04-30 02:03:52] "POST /route-targets HTTP/1.1" 200 328 0.014276 10.0.0.27 - - [2026-04-30 02:03:52] "POST /ref-update HTTP/1.1" 200 156 0.020317 10.0.0.27 - - [2026-04-30 02:03:52] "GET / HTTP/1.1" 200 36215 0.001711 10.0.0.27 - - [2026-04-30 02:03:52] "POST /fqname-to-id HTTP/1.1" 401 295 0.001817 10.0.0.27 - - [2026-04-30 02:03:52] "POST /route-targets HTTP/1.1" 200 328 0.028369 10.0.0.27 - - [2026-04-30 02:03:52] "POST /ref-update HTTP/1.1" 200 156 0.025928 10.0.0.27 - - [2026-04-30 02:03:52] "POST /route-targets HTTP/1.1" 200 328 0.024548 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.27 - - [2026-04-30 02:03:52] "POST /ref-update HTTP/1.1" 200 156 0.023411 10.0.0.27 - - [2026-04-30 02:03:52] "POST /route-targets HTTP/1.1" 200 328 0.020916 10.0.0.27 - - [2026-04-30 02:03:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.055927 10.0.0.27 - - [2026-04-30 02:03:52] "POST /ref-update HTTP/1.1" 200 156 0.029211 10.0.0.27 - - [2026-04-30 02:03:52] "GET /routing-instance/82a41021-b1db-40c0-8c96-90542dcf4a12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.009431 10.0.0.27 - - [2026-04-30 02:03:52] "POST /bgp-routers HTTP/1.1" 200 614 0.039395 10.0.0.27 - - [2026-04-30 02:03:52] "POST /fqname-to-id HTTP/1.1" 404 201 0.016014 10.0.0.27 - - [2026-04-30 02:03:52] "GET /bgp-router/92d663bd-a34e-40f0-9ec6-46478cb2d48d?fields=global_system_config_back_refs HTTP/1.1" 200 1111 0.018892 10.0.0.27 - - [2026-04-30 02:03:52] "GET /obj-perms HTTP/1.1" 200 6366 0.458118 10.0.0.27 - - [2026-04-30 02:03:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.008610 10.0.0.27 - - [2026-04-30 02:03:52] "POST /access-control-lists HTTP/1.1" 200 553 0.108233 10.0.0.27 - - [2026-04-30 02:03:52] "GET /global-system-config/c17ecde6-57fb-4f66-a28c-5b39ca01c38c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.010023 10.0.0.27 - - [2026-04-30 02:03:52] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004074 10.0.0.27 - - [2026-04-30 02:03:52] "POST /ref-update HTTP/1.1" 200 156 0.012670 10.0.0.27 - - [2026-04-30 02:03:53] "GET /obj-perms HTTP/1.1" 200 6366 0.063799 10.0.0.27 - - [2026-04-30 02:03:53] "GET / HTTP/1.1" 200 36215 0.001750 10.0.0.27 - - [2026-04-30 02:03:53] "POST /fqname-to-id HTTP/1.1" 401 295 0.000516 10.0.0.27 - - [2026-04-30 02:03:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.032587 10.0.0.27 - - [2026-04-30 02:03:54] "GET /global-system-config/c17ecde6-57fb-4f66-a28c-5b39ca01c38c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.007694 10.0.0.27 - - [2026-04-30 02:03:54] "POST /fqname-to-id HTTP/1.1" 404 214 0.003514 10.0.0.27 - - [2026-04-30 02:03:54] "POST /analytics-alarm-nodes HTTP/1.1" 200 609 0.021010 10.0.0.27 - - [2026-04-30 02:03:55] "GET / HTTP/1.1" 200 36215 0.001874 10.0.0.27 - - [2026-04-30 02:03:55] "POST /fqname-to-id HTTP/1.1" 401 295 0.000487 10.0.0.27 - - [2026-04-30 02:03:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.029119 10.0.0.27 - - [2026-04-30 02:03:56] "GET /global-system-config/c17ecde6-57fb-4f66-a28c-5b39ca01c38c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.005872 10.0.0.27 - - [2026-04-30 02:03:56] "POST /fqname-to-id HTTP/1.1" 404 214 0.003269 10.0.0.27 - - [2026-04-30 02:03:56] "POST /database-nodes HTTP/1.1" 200 595 0.022210 10.0.0.27 - - [2026-04-30 02:03:56] "GET / HTTP/1.1" 200 36215 0.001624 10.0.0.27 - - [2026-04-30 02:03:56] "POST /fqname-to-id HTTP/1.1" 401 295 0.000454 10.0.0.27 - - [2026-04-30 02:03:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.033008 10.0.0.27 - - [2026-04-30 02:03:56] "GET /global-system-config/c17ecde6-57fb-4f66-a28c-5b39ca01c38c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.008933 10.0.0.27 - - [2026-04-30 02:03:57] "POST /fqname-to-id HTTP/1.1" 404 214 0.003435 10.0.0.27 - - [2026-04-30 02:03:57] "POST /analytics-nodes HTTP/1.1" 200 597 0.021271 10.0.0.27 - - [2026-04-30 02:03:58] "GET / HTTP/1.1" 200 36215 0.001537 10.0.0.27 - - [2026-04-30 02:03:58] "POST /fqname-to-id HTTP/1.1" 401 295 0.000475 10.0.0.27 - - [2026-04-30 02:03:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.032556 10.0.0.27 - - [2026-04-30 02:03:58] "GET /global-system-config/c17ecde6-57fb-4f66-a28c-5b39ca01c38c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.005883 10.0.0.27 - - [2026-04-30 02:03:58] "POST /fqname-to-id HTTP/1.1" 404 214 0.004005 10.0.0.27 - - [2026-04-30 02:03:58] "POST /config-nodes HTTP/1.1" 200 591 0.022216 10.0.0.27 - - [2026-04-30 02:03:59] "GET / HTTP/1.1" 200 36215 0.001922 10.0.0.27 - - [2026-04-30 02:03:59] "POST /global-vrouter-configs HTTP/1.1" 401 295 0.000474 10.0.0.27 - - [2026-04-30 02:03:59] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.030876 10.0.0.27 - - [2026-04-30 02:04:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661 10.0.0.27 - - [2026-04-30 02:04:04] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1217 0.005013 10.0.0.27 - - [2026-04-30 02:04:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003737 10.0.0.27 - - [2026-04-30 02:04:04] "PUT /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb HTTP/1.1" 200 277 0.013455 10.0.0.27 - - [2026-04-30 02:04:05] "GET / HTTP/1.1" 200 36215 0.001747 10.0.0.27 - - [2026-04-30 02:04:05] "POST /alarms HTTP/1.1" 401 295 0.000468 10.0.0.27 - - [2026-04-30 02:04:05] "POST /alarms HTTP/1.1" 200 583 0.054310 10.0.0.27 - - [2026-04-30 02:04:05] "POST /alarms HTTP/1.1" 200 577 0.025159 10.0.0.27 - - [2026-04-30 02:04:05] "POST /alarms HTTP/1.1" 200 577 0.023979 10.0.0.27 - - [2026-04-30 02:04:05] "POST /alarms HTTP/1.1" 200 561 0.027325 10.0.0.27 - - [2026-04-30 02:04:05] "POST /alarms HTTP/1.1" 200 557 0.022744 10.0.0.27 - - [2026-04-30 02:04:05] "POST /alarms HTTP/1.1" 200 559 0.028479 10.0.0.27 - - [2026-04-30 02:04:05] "POST /alarms HTTP/1.1" 200 567 0.023738 10.0.0.27 - - [2026-04-30 02:04:05] "POST /alarms HTTP/1.1" 200 551 0.027640 10.0.0.27 - - [2026-04-30 02:04:06] "POST /alarms HTTP/1.1" 200 559 0.041926 10.0.0.27 - - [2026-04-30 02:04:06] "POST /alarms HTTP/1.1" 200 569 0.029333 10.0.0.27 - - [2026-04-30 02:04:06] "POST /alarms HTTP/1.1" 200 557 0.026639 10.0.0.27 - - [2026-04-30 02:04:06] "POST /alarms HTTP/1.1" 200 569 0.032140 10.0.0.27 - - [2026-04-30 02:04:06] "POST /alarms HTTP/1.1" 200 577 0.069559 10.0.0.27 - - [2026-04-30 02:04:06] "POST /alarms HTTP/1.1" 200 571 0.033369 10.0.0.27 - - [2026-04-30 02:04:06] "POST /alarms HTTP/1.1" 200 563 0.031738 10.0.0.27 - - [2026-04-30 02:04:06] "POST /alarms HTTP/1.1" 200 563 0.026361 10.0.0.27 - - [2026-04-30 02:04:06] "POST /alarms HTTP/1.1" 200 563 0.025547 10.0.0.27 - - [2026-04-30 02:04:06] "POST /alarms HTTP/1.1" 200 549 0.025520 10.0.0.27 - - [2026-04-30 02:04:06] "POST /alarms HTTP/1.1" 200 597 0.036873 10.0.0.27 - - [2026-04-30 02:04:06] "POST /alarms HTTP/1.1" 200 577 0.025452 10.0.0.27 - - [2026-04-30 02:04:06] "POST /alarms HTTP/1.1" 200 573 0.027533 10.0.0.27 - - [2026-04-30 02:04:07] "POST /alarms HTTP/1.1" 200 585 0.061083 10.0.0.27 - - [2026-04-30 02:04:07] "POST /alarms HTTP/1.1" 200 611 0.029554 10.0.0.27 - - [2026-04-30 02:04:07] "GET / HTTP/1.1" 200 36215 0.001667 10.0.0.27 - - [2026-04-30 02:04:07] "POST /global-vrouter-configs HTTP/1.1" 401 295 0.000436 10.0.0.27 - - [2026-04-30 02:04:07] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.039174 10.0.0.27 - - [2026-04-30 02:04:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712 10.0.0.27 - - [2026-04-30 02:04:07] "PUT /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb HTTP/1.1" 200 277 0.012634 10.0.0.27 - - [2026-04-30 02:04:08] "GET / HTTP/1.1" 200 36215 0.001746 10.0.0.27 - - [2026-04-30 02:04:08] "POST /fqname-to-id HTTP/1.1" 401 295 0.000761 10.0.0.27 - - [2026-04-30 02:04:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.033602 10.0.0.27 - - [2026-04-30 02:04:08] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004561 10.0.0.27 - - [2026-04-30 02:04:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.27 - - [2026-04-30 02:04:08] "PUT /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb HTTP/1.1" 200 277 0.015650 10.0.0.27 - - [2026-04-30 02:04:09] "GET / HTTP/1.1" 200 36215 0.001771 10.0.0.27 - - [2026-04-30 02:04:09] "POST /fqname-to-id HTTP/1.1" 401 295 0.000560 10.0.0.27 - - [2026-04-30 02:04:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.034305 10.0.0.27 - - [2026-04-30 02:04:09] "GET /global-system-config/c17ecde6-57fb-4f66-a28c-5b39ca01c38c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.006930 10.0.0.27 - - [2026-04-30 02:04:09] "PUT /global-system-config/c17ecde6-57fb-4f66-a28c-5b39ca01c38c HTTP/1.1" 200 275 0.021498 10.0.0.27 - - [2026-04-30 02:04:26] "GET / HTTP/1.1" 200 36215 0.001868 10.0.0.27 - - [2026-04-30 02:04:26] "POST /fqname-to-id HTTP/1.1" 401 295 0.000512 10.0.0.27 - - [2026-04-30 02:04:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.044270 10.0.0.27 - - [2026-04-30 02:04:26] "GET /global-system-config/c17ecde6-57fb-4f66-a28c-5b39ca01c38c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.006264 10.0.0.27 - - [2026-04-30 02:04:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.27 - - [2026-04-30 02:04:26] "GET /routing-instance/82a41021-b1db-40c0-8c96-90542dcf4a12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.004226 10.0.0.27 - - [2026-04-30 02:04:26] "PUT /global-system-config/c17ecde6-57fb-4f66-a28c-5b39ca01c38c HTTP/1.1" 200 275 0.011442 10.0.0.27 - - [2026-04-30 02:04:26] "POST /fqname-to-id HTTP/1.1" 404 214 0.003767 10.0.0.27 - - [2026-04-30 02:04:26] "POST /virtual-routers HTTP/1.1" 200 597 0.025478 10.0.0.27 - - [2026-04-30 02:04:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.27 - - [2026-04-30 02:04:26] "GET /virtual-router/78ae0206-0d2f-4526-94c3-3d79b8e8e586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1234 0.006037 10.0.0.27 - - [2026-04-30 02:04:27] "POST /fqname-to-id HTTP/1.1" 404 227 0.003904 10.0.0.27 - - [2026-04-30 02:04:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.27 - - [2026-04-30 02:04:27] "GET /virtual-network/de3f0a17-6366-403b-b508-59b1c1466448?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.007167 10.0.0.27 - - [2026-04-30 02:04:27] "POST /virtual-machine-interfaces HTTP/1.1" 200 583 0.058900 10.0.0.27 - - [2026-04-30 02:04:53] "GET /obj-perms HTTP/1.1" 200 6366 0.058557 10.0.0.27 - - [2026-04-30 02:04:54] "GET /obj-perms HTTP/1.1" 200 6366 0.058435 10.0.0.27 - - [2026-04-30 02:04:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.27 - - [2026-04-30 02:04:54] "GET /virtual-router/78ae0206-0d2f-4526-94c3-3d79b8e8e586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1234 0.004038 10.0.0.27 - - [2026-04-30 02:05:54] "GET /obj-perms HTTP/1.1" 200 6366 0.062761 10.0.0.27 - - [2026-04-30 02:05:54] "GET /obj-perms HTTP/1.1" 200 6366 0.074780 [Introspect:8084]10.0.0.27 - - [2026-04-30 02:06:12] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001304 [Introspect:8084]10.0.0.27 - - [2026-04-30 02:06:12] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2956 0.001245 [Introspect:8084]10.0.0.27 - - [2026-04-30 02:06:17] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001112 [Introspect:8084]10.0.0.27 - - [2026-04-30 02:06:17] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2956 0.001337 [Introspect:8084]10.0.0.27 - - [2026-04-30 02:06:23] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001007 [Introspect:8084]10.0.0.27 - - [2026-04-30 02:06:23] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2956 0.001565 10.0.0.27 - - [2026-04-30 02:06:42] "GET / HTTP/1.1" 200 36215 0.001709 10.0.0.27 - - [2026-04-30 02:06:42] "POST /fqname-to-id HTTP/1.1" 401 295 0.000517 10.0.0.27 - - [2026-04-30 02:06:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.036852 10.0.0.27 - - [2026-04-30 02:06:43] "GET /global-system-config/c17ecde6-57fb-4f66-a28c-5b39ca01c38c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.007420 10.0.0.27 - - [2026-04-30 02:06:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004718 10.0.0.27 - - [2026-04-30 02:06:43] "GET /routing-instance/82a41021-b1db-40c0-8c96-90542dcf4a12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.008323 10.0.0.27 - - [2026-04-30 02:06:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004463 10.0.0.27 - - [2026-04-30 02:06:43] "GET /virtual-router/78ae0206-0d2f-4526-94c3-3d79b8e8e586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1234 0.005685 10.0.0.27 - - [2026-04-30 02:06:43] "PUT /virtual-router/78ae0206-0d2f-4526-94c3-3d79b8e8e586 HTTP/1.1" 200 263 0.013766 10.0.0.27 - - [2026-04-30 02:06:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.27 - - [2026-04-30 02:06:43] "GET /virtual-router/78ae0206-0d2f-4526-94c3-3d79b8e8e586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1234 0.004843 10.0.0.27 - - [2026-04-30 02:06:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.27 - - [2026-04-30 02:06:43] "GET /virtual-machine-interface/6cf84cda-709d-4f9f-9cb1-2cefd859ce9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1898 0.005933 10.0.0.27 - - [2026-04-30 02:06:43] "PUT /virtual-machine-interface/6cf84cda-709d-4f9f-9cb1-2cefd859ce9a HTTP/1.1" 200 285 0.013536 [Introspect:8084]10.0.0.27 - - [2026-04-30 02:06:48] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001023 [Introspect:8084]10.0.0.27 - - [2026-04-30 02:06:48] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2956 0.001153 10.0.0.27 - - [2026-04-30 02:06:55] "GET /obj-perms HTTP/1.1" 200 6366 0.056746 10.0.0.27 - - [2026-04-30 02:06:55] "GET /obj-perms HTTP/1.1" 200 6366 0.057789 10.0.0.27 - - [2026-04-30 02:06:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.27 - - [2026-04-30 02:06:55] "GET /virtual-router/78ae0206-0d2f-4526-94c3-3d79b8e8e586?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1234 0.003740 10.0.0.27 - - [2026-04-30 02:07:56] "GET /obj-perms HTTP/1.1" 200 6366 0.057156 10.0.0.27 - - [2026-04-30 02:07:56] "GET /obj-perms HTTP/1.1" 200 6366 0.063530 10.0.0.27 - - [2026-04-30 02:08:10] "GET /global-system-configs HTTP/1.1" 401 295 0.000455 10.0.0.27 - - [2026-04-30 02:08:10] "GET /global-system-configs HTTP/1.1" 401 295 0.000431 10.0.0.27 - - [2026-04-30 02:08:12] "GET /global-system-configs HTTP/1.1" 401 295 0.000519 10.0.0.27 - - [2026-04-30 02:08:12] "GET /global-system-configs HTTP/1.1" 401 295 0.000582 10.0.0.27 - - [2026-04-30 02:08:31] "GET / HTTP/1.1" 200 36215 0.054510 10.0.0.27 - - [2026-04-30 02:08:41] "GET /project/66315314-e948-4873-86c2-49fffc743d38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 295 0.000464 10.0.0.27 - - [2026-04-30 02:08:41] "GET /projects?obj_uuids=66315314-e948-4873-86c2-49fffc743d38&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003101 10.0.0.27 - - [2026-04-30 02:08:41] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 123 0.002953 10.0.0.27 - - [2026-04-30 02:08:42] "POST /domains HTTP/1.1" 200 331 0.018080 10.0.0.27 - - [2026-04-30 02:08:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.143428 10.0.0.27 - - [2026-04-30 02:08:42] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 974 0.264004 10.0.0.27 - - [2026-04-30 02:08:42] "POST /id-to-fqname HTTP/1.1" 200 165 0.001287 10.0.0.27 - - [2026-04-30 02:08:42] "POST /fqname-to-id HTTP/1.1" 404 174 0.003291 10.0.0.27 - - [2026-04-30 02:08:42] "POST /security-groups HTTP/1.1" 200 560 0.071227 10.0.0.27 - - [2026-04-30 02:08:42] "POST /fqname-to-id HTTP/1.1" 404 205 0.003549 10.0.0.27 - - [2026-04-30 02:08:42] "POST /projects HTTP/1.1" 200 531 0.289376 10.0.0.27 - - [2026-04-30 02:08:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.326935 10.0.0.27 - - [2026-04-30 02:08:42] "POST /access-control-lists HTTP/1.1" 200 573 0.064156 10.0.0.27 - - [2026-04-30 02:08:42] "GET /project/66315314-e948-4873-86c2-49fffc743d38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1269 0.724505 10.0.0.27 - - [2026-04-30 02:08:42] "POST /fqname-to-id HTTP/1.1" 404 204 0.009061 10.0.0.27 - - [2026-04-30 02:08:42] "POST /access-control-lists HTTP/1.1" 200 571 0.073735 Traceback (most recent call last): File "src/gevent/greenlet.py", line 912, 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 873, 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-04-30T02:08:43Z failed with SSLError [Introspect:8084]10.0.0.27 - - [2026-04-30 02:08:43] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2956 0.001284 10.0.0.27 - - [2026-04-30 02:08:44] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001207 10.0.0.27 - - [2026-04-30 02:08:44] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 943 0.008425 10.0.0.27 - - [2026-04-30 02:08:44] "POST /fqname-to-id HTTP/1.1" 404 197 0.027564 10.0.0.27 - - [2026-04-30 02:08:44] "GET /projects?obj_uuids=63a4020c-fb33-4317-9f8b-344fadaee7de&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002867 10.0.0.27 - - [2026-04-30 02:08:44] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001298 10.0.0.27 - - [2026-04-30 02:08:44] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 974 0.007415 10.0.0.27 - - [2026-04-30 02:08:44] "POST /id-to-fqname HTTP/1.1" 200 199 0.001564 10.0.0.27 - - [2026-04-30 02:08:44] "POST /fqname-to-id HTTP/1.1" 404 208 0.002937 10.0.0.27 - - [2026-04-30 02:08:45] "POST /security-groups HTTP/1.1" 200 594 0.105480 10.0.0.27 - - [2026-04-30 02:08:45] "POST /fqname-to-id HTTP/1.1" 404 243 0.003118 10.0.0.27 - - [2026-04-30 02:08:45] "POST /projects HTTP/1.1" 200 599 0.281739 10.0.0.27 - - [2026-04-30 02:08:45] "POST /access-control-lists HTTP/1.1" 200 607 0.063478 10.0.0.27 - - [2026-04-30 02:08:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.359553 10.0.0.27 - - [2026-04-30 02:08:45] "POST /fqname-to-id HTTP/1.1" 404 242 0.002892 10.0.0.27 - - [2026-04-30 02:08:45] "GET /project/63a4020c-fb33-4317-9f8b-344fadaee7de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.503546 10.0.0.27 - - [2026-04-30 02:08:45] "POST /access-control-lists HTTP/1.1" 200 605 0.065531 10.0.0.27 - - [2026-04-30 02:08:46] "GET / HTTP/1.1" 200 36215 0.002070 10.0.0.27 - - [2026-04-30 02:08:51] "DELETE /project/66315314e948487386c249fffc743d38 HTTP/1.1" 404 173 0.032730 10.0.0.27 - - [2026-04-30 02:08:51] "DELETE /project/63a4020cfb3343179f8b344fadaee7de HTTP/1.1" 404 173 0.054559 10.0.0.27 - - [2026-04-30 02:08:54] "POST /fqname-to-id HTTP/1.1" 401 295 0.000579 10.0.0.27 - - [2026-04-30 02:08:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.033056 10.0.0.27 - - [2026-04-30 02:08:55] "GET /projects?obj_uuids=63a4020c-fb33-4317-9f8b-344fadaee7de&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.028831 10.0.0.27 - - [2026-04-30 02:08:55] "GET /project/63a4020c-fb33-4317-9f8b-344fadaee7de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.062317 252.27.116.45 - - [2026-04-30 02:08:55] "POST /neutron/network HTTP/1.1" 200 117 0.048930 10.0.0.27 - - [2026-04-30 02:08:55] "GET /projects?obj_uuids=63a4020c-fb33-4317-9f8b-344fadaee7de&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001069 252.27.116.45 - - [2026-04-30 02:08:56] "POST /neutron/network HTTP/1.1" 200 618 0.089056 10.0.0.27 - - [2026-04-30 02:08:56] "POST /route-targets HTTP/1.1" 200 328 0.040926 10.0.0.27 - - [2026-04-30 02:08:56] "POST /ref-update HTTP/1.1" 200 156 0.023347 10.0.0.27 - - [2026-04-30 02:08:56] "POST /useragent-kv HTTP/1.1" 200 115 0.006054 252.27.116.45 - - [2026-04-30 02:08:56] "POST /neutron/subnet HTTP/1.1" 200 705 0.157601 252.27.116.45 - - [2026-04-30 02:08:56] "POST /neutron/network HTTP/1.1" 200 833 0.006683 10.0.0.27 - - [2026-04-30 02:08:56] "POST /id-to-fqname HTTP/1.1" 200 231 0.001482 10.0.0.27 - - [2026-04-30 02:08:56] "GET /virtual-network/4cdd7268-9675-47ea-b27a-d452ab1e4f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005333 252.27.116.45 - - [2026-04-30 02:08:56] "POST /neutron/network HTTP/1.1" 200 833 0.006474 10.0.0.27 - - [2026-04-30 02:08:56] "GET /virtual-network/4cdd7268-9675-47ea-b27a-d452ab1e4f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005869 252.27.116.45 - - [2026-04-30 02:08:56] "POST /neutron/network HTTP/1.1" 200 833 0.006360 252.27.116.45 - - [2026-04-30 02:08:56] "POST /neutron/subnet HTTP/1.1" 200 705 0.008459 10.0.0.27 - - [2026-04-30 02:08:56] "GET /domains HTTP/1.1" 401 295 0.000472 10.0.0.27 - - [2026-04-30 02:08:57] "GET /domains HTTP/1.1" 200 438 0.036772 10.0.0.27 - - [2026-04-30 02:08:57] "GET /obj-perms HTTP/1.1" 200 6366 0.058353 10.0.0.27 - - [2026-04-30 02:08:57] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001745 10.0.0.27 - - [2026-04-30 02:08:57] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36 HTTP/1.1" 200 1316 0.010052 10.0.0.27 - - [2026-04-30 02:08:57] "GET /projects?obj_uuids=63a4020c-fb33-4317-9f8b-344fadaee7de&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001042 10.0.0.27 - - [2026-04-30 02:08:57] "GET /project/63a4020c-fb33-4317-9f8b-344fadaee7de HTTP/1.1" 200 2164 0.060889 10.0.0.27 - - [2026-04-30 02:08:57] "GET /virtual-network/4cdd7268-9675-47ea-b27a-d452ab1e4f2d HTTP/1.1" 200 2330 0.008778 10.0.0.27 - - [2026-04-30 02:08:57] "GET /virtual-network/4cdd7268-9675-47ea-b27a-d452ab1e4f2d HTTP/1.1" 200 2330 0.011248 10.0.0.27 - - [2026-04-30 02:08:57] "GET /routing-instance/408037f5-dc03-4212-a2ef-7de7477ffc01 HTTP/1.1" 200 1495 0.005808 10.0.0.27 - - [2026-04-30 02:08:57] "GET /routing-instance/408037f5-dc03-4212-a2ef-7de7477ffc01 HTTP/1.1" 200 1495 0.005588 10.0.0.27 - - [2026-04-30 02:08:57] "GET /route-target/79333b27-4510-4963-954f-3306cbe9d1f2 HTTP/1.1" 200 1219 0.005475 10.0.0.27 - - [2026-04-30 02:08:57] "GET /obj-perms HTTP/1.1" 200 6366 0.065769 10.0.0.27 - - [2026-04-30 02:08:57] "GET /virtual-network/4cdd7268-9675-47ea-b27a-d452ab1e4f2d HTTP/1.1" 200 2330 0.006039 10.0.0.27 - - [2026-04-30 02:08:57] "GET /routing-instance/408037f5-dc03-4212-a2ef-7de7477ffc01 HTTP/1.1" 200 1495 0.004501 10.0.0.27 - - [2026-04-30 02:08:57] "GET /virtual-network/4cdd7268-9675-47ea-b27a-d452ab1e4f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.007200 10.0.0.27 - - [2026-04-30 02:08:57] "GET /virtual-network/4cdd7268-9675-47ea-b27a-d452ab1e4f2d HTTP/1.1" 200 2330 0.005572 10.0.0.27 - - [2026-04-30 02:08:57] "GET /routing-instance/408037f5-dc03-4212-a2ef-7de7477ffc01 HTTP/1.1" 200 1495 0.003939 10.0.0.27 - - [2026-04-30 02:08:57] "GET /routing-instance/408037f5-dc03-4212-a2ef-7de7477ffc01 HTTP/1.1" 200 1495 0.004186 10.0.0.27 - - [2026-04-30 02:08:57] "GET /route-target/79333b27-4510-4963-954f-3306cbe9d1f2 HTTP/1.1" 200 1219 0.003651 10.0.0.27 - - [2026-04-30 02:08:58] "GET /domains HTTP/1.1" 200 438 0.002977 10.0.0.27 - - [2026-04-30 02:08:58] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001087 10.0.0.27 - - [2026-04-30 02:08:58] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36 HTTP/1.1" 200 1316 0.008229 10.0.0.27 - - [2026-04-30 02:08:58] "GET /projects?obj_uuids=63a4020c-fb33-4317-9f8b-344fadaee7de&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001155 10.0.0.27 - - [2026-04-30 02:08:58] "GET /project/63a4020c-fb33-4317-9f8b-344fadaee7de HTTP/1.1" 200 2164 0.034158 10.0.0.27 - - [2026-04-30 02:08:58] "GET /virtual-network/4cdd7268-9675-47ea-b27a-d452ab1e4f2d HTTP/1.1" 200 2330 0.006204 10.0.0.27 - - [2026-04-30 02:08:58] "GET /obj-perms HTTP/1.1" 200 6435 0.060755 10.0.0.27 - - [2026-04-30 02:08:58] "POST /id-to-fqname HTTP/1.1" 200 231 0.001393 252.27.116.45 - - [2026-04-30 02:09:02] "POST /neutron/network HTTP/1.1" 200 843 0.006831 252.27.116.45 - - [2026-04-30 02:09:02] "GET /aaa-mode HTTP/1.1" 401 295 0.000529 252.27.116.45 - - [2026-04-30 02:09:02] "GET / HTTP/1.1" 200 36215 0.001772 252.27.116.45 - - [2026-04-30 02:09:02] "GET /project/63a4020c-fb33-4317-9f8b-344fadaee7de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 295 0.000534 10.0.0.27 - - [2026-04-30 02:09:03] "GET /projects?obj_uuids=63a4020c-fb33-4317-9f8b-344fadaee7de&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001364 252.27.116.45 - - [2026-04-30 02:09:03] "GET /project/63a4020c-fb33-4317-9f8b-344fadaee7de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.085777 252.27.116.45 - - [2026-04-30 02:09:03] "POST /neutron/network HTTP/1.1" 200 833 0.052707 252.27.116.45 - - [2026-04-30 02:09:05] "POST /neutron/port HTTP/1.1" 200 117 0.007596 252.27.116.45 - - [2026-04-30 02:09:06] "POST /neutron/network HTTP/1.1" 200 843 0.007414 10.0.0.27 - - [2026-04-30 02:09:06] "GET /projects?obj_uuids=63a4020c-fb33-4317-9f8b-344fadaee7de&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001205 252.27.116.45 - - [2026-04-30 02:09:06] "POST /neutron/port HTTP/1.1" 200 1075 0.046084 252.27.116.45 - - [2026-04-30 02:09:06] "POST /neutron/port HTTP/1.1" 200 1065 0.366319 252.27.116.45 - - [2026-04-30 02:09:06] "POST /neutron/security_group HTTP/1.1" 200 2067 0.008658 252.27.116.45 - - [2026-04-30 02:09:07] "POST /neutron/port HTTP/1.1" 200 1065 0.048580 252.27.116.45 - - [2026-04-30 02:09:07] "POST /neutron/port HTTP/1.1" 200 1065 0.017057 252.27.116.45 - - [2026-04-30 02:09:07] "POST /neutron/port HTTP/1.1" 200 1115 0.111682 252.27.116.45 - - [2026-04-30 02:09:07] "POST /neutron/port HTTP/1.1" 200 1125 0.017336 252.27.116.45 - - [2026-04-30 02:09:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005635 252.27.116.45 - - [2026-04-30 02:09:07] "POST /neutron/subnet HTTP/1.1" 200 679 0.014350 252.27.116.45 - - [2026-04-30 02:09:07] "POST /neutron/port HTTP/1.1" 200 117 0.002084 252.27.116.45 - - [2026-04-30 02:09:07] "POST /neutron/port HTTP/1.1" 200 1125 0.018856 252.27.116.45 - - [2026-04-30 02:09:07] "POST /neutron/network HTTP/1.1" 200 833 0.008931 252.27.116.45 - - [2026-04-30 02:09:08] "POST /neutron/security_group HTTP/1.1" 200 2067 0.007679 252.27.116.45 - - [2026-04-30 02:09:13] "POST /neutron/port HTTP/1.1" 200 1125 0.018827 252.27.116.45 - - [2026-04-30 02:09:13] "POST /neutron/security_group HTTP/1.1" 200 2067 0.007479 10.0.0.27 - - [2026-04-30 02:09:13] "GET /obj-perms HTTP/1.1" 200 6435 0.001978 10.0.0.27 - - [2026-04-30 02:09:14] "GET /obj-perms HTTP/1.1" 200 6435 0.002049 10.0.0.27 - - [2026-04-30 02:09:15] "GET /obj-perms HTTP/1.1" 200 6435 0.001734 10.0.0.27 - - [2026-04-30 02:09:16] "GET /obj-perms HTTP/1.1" 200 6435 0.001700 10.0.0.27 - - [2026-04-30 02:09:17] "GET /obj-perms HTTP/1.1" 200 6435 0.001860 252.27.116.45 - - [2026-04-30 02:09:18] "POST /neutron/network HTTP/1.1" 200 833 0.008198 252.27.116.45 - - [2026-04-30 02:09:18] "POST /neutron/network HTTP/1.1" 400 204 0.014089 252.27.116.45 - - [2026-04-30 02:09:19] "POST /neutron/port HTTP/1.1" 200 1125 0.017257 252.27.116.45 - - [2026-04-30 02:09:19] "POST /neutron/port HTTP/1.1" 200 1115 0.015879 252.27.116.45 - - [2026-04-30 02:09:19] "POST /neutron/port HTTP/1.1" 200 151 0.153742 252.27.116.45 - - [2026-04-30 02:09:21] "POST /neutron/network HTTP/1.1" 200 833 0.008192 10.0.0.27 - - [2026-04-30 02:09:21] "POST /useragent-kv HTTP/1.1" 200 115 0.004504 10.0.0.27 - - [2026-04-30 02:09:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005256 10.0.0.27 - - [2026-04-30 02:09:21] "POST /useragent-kv HTTP/1.1" 200 115 0.005135 252.27.116.45 - - [2026-04-30 02:09:21] "POST /neutron/network HTTP/1.1" 200 151 0.113624 10.0.0.27 - - [2026-04-30 02:09:21] "GET /routing-instance/408037f5-dc03-4212-a2ef-7de7477ffc01 HTTP/1.1" 404 171 0.012112 10.0.0.27 - - [2026-04-30 02:09:21] "DELETE /route-target/79333b27-4510-4963-954f-3306cbe9d1f2 HTTP/1.1" 200 115 0.042042 10.0.0.27 - - [2026-04-30 02:09:21] "GET /domains HTTP/1.1" 200 438 0.004344 10.0.0.27 - - [2026-04-30 02:09:21] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001347 10.0.0.27 - - [2026-04-30 02:09:21] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36 HTTP/1.1" 200 1316 0.011098 10.0.0.27 - - [2026-04-30 02:09:21] "GET /projects?obj_uuids=63a4020c-fb33-4317-9f8b-344fadaee7de&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002190 10.0.0.27 - - [2026-04-30 02:09:21] "GET /project/63a4020c-fb33-4317-9f8b-344fadaee7de HTTP/1.1" 200 1915 0.063642 10.0.0.27 - - [2026-04-30 02:09:22] "GET /projects?obj_uuids=63a4020c-fb33-4317-9f8b-344fadaee7de&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001754 10.0.0.27 - - [2026-04-30 02:09:22] "GET /project/63a4020c-fb33-4317-9f8b-344fadaee7de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.034946 10.0.0.27 - - [2026-04-30 02:09:22] "GET /projects?obj_uuids=63a4020c-fb33-4317-9f8b-344fadaee7de&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001071 10.0.0.27 - - [2026-04-30 02:09:22] "GET /project/63a4020c-fb33-4317-9f8b-344fadaee7de?fields=virtual_networks HTTP/1.1" 200 1054 0.088679 10.0.0.27 - - [2026-04-30 02:09:22] "GET /projects?obj_uuids=63a4020c-fb33-4317-9f8b-344fadaee7de&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001731 10.0.0.27 - - [2026-04-30 02:09:22] "GET /project/63a4020c-fb33-4317-9f8b-344fadaee7de?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.036994 10.0.0.27 - - [2026-04-30 02:09:22] "GET /projects?obj_uuids=63a4020c-fb33-4317-9f8b-344fadaee7de&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001143 10.0.0.27 - - [2026-04-30 02:09:22] "GET /project/63a4020c-fb33-4317-9f8b-344fadaee7de?fields=security_groups HTTP/1.1" 200 1290 0.033375 10.0.0.27 - - [2026-04-30 02:09:23] "GET /projects?obj_uuids=66315314-e948-4873-86c2-49fffc743d38&detail=False&count=False&shared=False HTTP/1.1" 200 321 0.001342 10.0.0.27 - - [2026-04-30 02:09:23] "GET /project/66315314-e948-4873-86c2-49fffc743d38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1269 0.040913 10.0.0.27 - - [2026-04-30 02:09:33] "GET /projects?obj_uuids=66315314-e948-4873-86c2-49fffc743d38&detail=False&count=False&shared=False HTTP/1.1" 200 321 0.001681 10.0.0.27 - - [2026-04-30 02:09:33] "GET /project/66315314-e948-4873-86c2-49fffc743d38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1269 0.090012 10.0.0.27 - - [2026-04-30 02:09:34] "GET /documentation/index.html HTTP/1.1" 200 219571 0.004420 10.0.0.27 - - [2026-04-30 02:09:35] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001735 10.0.0.27 - - [2026-04-30 02:09:35] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 943 0.020446 10.0.0.27 - - [2026-04-30 02:09:35] "POST /fqname-to-id HTTP/1.1" 404 198 0.063688 10.0.0.27 - - [2026-04-30 02:09:35] "GET /projects?obj_uuids=6e9b15e2-aa2e-46ed-bc71-5056d2e86bb8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005383 10.0.0.27 - - [2026-04-30 02:09:35] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.004725 10.0.0.27 - - [2026-04-30 02:09:35] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 974 0.023984 10.0.0.27 - - [2026-04-30 02:09:35] "POST /id-to-fqname HTTP/1.1" 200 200 0.001873 10.0.0.27 - - [2026-04-30 02:09:35] "POST /fqname-to-id HTTP/1.1" 404 209 0.009342 10.0.0.27 - - [2026-04-30 02:09:36] "POST /security-groups HTTP/1.1" 200 595 0.089281 10.0.0.27 - - [2026-04-30 02:09:36] "POST /fqname-to-id HTTP/1.1" 404 244 0.016517 10.0.0.27 - - [2026-04-30 02:09:36] "POST /projects HTTP/1.1" 200 601 0.371610 10.0.0.27 - - [2026-04-30 02:09:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.426905 10.0.0.27 - - [2026-04-30 02:09:36] "POST /access-control-lists HTTP/1.1" 200 608 0.106343 10.0.0.27 - - [2026-04-30 02:09:36] "GET /project/6e9b15e2-aa2e-46ed-bc71-5056d2e86bb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.698575 10.0.0.27 - - [2026-04-30 02:09:36] "POST /fqname-to-id HTTP/1.1" 404 243 0.004457 10.0.0.27 - - [2026-04-30 02:09:36] "POST /access-control-lists HTTP/1.1" 200 606 0.066088 10.0.0.27 - - [2026-04-30 02:09:38] "GET / HTTP/1.1" 200 36215 0.001877 10.0.0.27 - - [2026-04-30 02:09:38] "GET /projects?obj_uuids=66315314-e948-4873-86c2-49fffc743d38&detail=False&count=False&shared=False HTTP/1.1" 200 321 0.001274 10.0.0.27 - - [2026-04-30 02:09:38] "GET /project/66315314-e948-4873-86c2-49fffc743d38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1269 0.065997 10.0.0.27 - - [2026-04-30 02:09:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004411 10.0.0.27 - - [2026-04-30 02:09:39] "GET /security-group/a07f265f-82cb-447d-a571-3cce11d87eb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3682 0.007163 10.0.0.27 - - [2026-04-30 02:09:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.27 - - [2026-04-30 02:09:40] "GET /projects?obj_uuids=66315314-e948-4873-86c2-49fffc743d38&detail=False&count=False&shared=False HTTP/1.1" 200 321 0.002857 10.0.0.27 - - [2026-04-30 02:09:40] "GET /project/66315314-e948-4873-86c2-49fffc743d38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1269 0.052917 10.0.0.27 - - [2026-04-30 02:09:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004202 10.0.0.27 - - [2026-04-30 02:09:40] "GET /security-group/a07f265f-82cb-447d-a571-3cce11d87eb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3682 0.007456 10.0.0.27 - - [2026-04-30 02:09:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.27 - - [2026-04-30 02:09:40] "PUT /security-group/a07f265f-82cb-447d-a571-3cce11d87eb1 HTTP/1.1" 200 263 0.021468 10.0.0.27 - - [2026-04-30 02:09:40] "PUT /access-control-list/c1338f9b-a72d-4df4-b251-208f2fe90055 HTTP/1.1" 200 273 0.025178 10.0.0.27 - - [2026-04-30 02:09:40] "PUT /access-control-list/ac4db084-b494-4a45-b7d1-75eb77a50850 HTTP/1.1" 200 273 0.021995 10.0.0.27 - - [2026-04-30 02:09:40] "POST /fqname-to-id HTTP/1.1" 401 295 0.000566 10.0.0.27 - - [2026-04-30 02:09:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.105965 10.0.0.27 - - [2026-04-30 02:09:41] "GET /projects?obj_uuids=6e9b15e2-aa2e-46ed-bc71-5056d2e86bb8&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001227 10.0.0.27 - - [2026-04-30 02:09:41] "GET /project/6e9b15e2-aa2e-46ed-bc71-5056d2e86bb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.044877 252.27.116.45 - - [2026-04-30 02:09:41] "POST /neutron/network HTTP/1.1" 200 117 0.049524 10.0.0.27 - - [2026-04-30 02:09:41] "GET /projects?obj_uuids=6e9b15e2-aa2e-46ed-bc71-5056d2e86bb8&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001704 252.27.116.45 - - [2026-04-30 02:09:41] "POST /neutron/network HTTP/1.1" 200 617 0.142656 10.0.0.27 - - [2026-04-30 02:09:41] "POST /route-targets HTTP/1.1" 200 328 0.025350 10.0.0.27 - - [2026-04-30 02:09:41] "POST /ref-update HTTP/1.1" 200 156 0.052379 10.0.0.27 - - [2026-04-30 02:09:42] "POST /useragent-kv HTTP/1.1" 200 115 0.006077 252.27.116.45 - - [2026-04-30 02:09:42] "POST /neutron/subnet HTTP/1.1" 200 724 0.255959 252.27.116.45 - - [2026-04-30 02:09:42] "POST /neutron/network HTTP/1.1" 200 836 0.007415 10.0.0.27 - - [2026-04-30 02:09:42] "POST /id-to-fqname HTTP/1.1" 200 231 0.001777 10.0.0.27 - - [2026-04-30 02:09:42] "GET /virtual-network/7b5aa295-131b-4333-a871-c5b93bd6e82f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006273 252.27.116.45 - - [2026-04-30 02:09:42] "POST /neutron/network HTTP/1.1" 200 836 0.007985 10.0.0.27 - - [2026-04-30 02:09:42] "GET /virtual-network/7b5aa295-131b-4333-a871-c5b93bd6e82f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005952 252.27.116.45 - - [2026-04-30 02:09:42] "POST /neutron/network HTTP/1.1" 200 836 0.007326 252.27.116.45 - - [2026-04-30 02:09:42] "POST /neutron/subnet HTTP/1.1" 200 724 0.018306 10.0.0.27 - - [2026-04-30 02:09:42] "GET /domains HTTP/1.1" 401 295 0.000430 10.0.0.27 - - [2026-04-30 02:09:42] "GET /domains HTTP/1.1" 200 438 0.042963 10.0.0.27 - - [2026-04-30 02:09:42] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001197 10.0.0.27 - - [2026-04-30 02:09:42] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36 HTTP/1.1" 200 1513 0.012047 10.0.0.27 - - [2026-04-30 02:09:42] "GET /projects?obj_uuids=6e9b15e2-aa2e-46ed-bc71-5056d2e86bb8&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001836 10.0.0.27 - - [2026-04-30 02:09:43] "GET /project/6e9b15e2-aa2e-46ed-bc71-5056d2e86bb8 HTTP/1.1" 200 2170 0.064147 10.0.0.27 - - [2026-04-30 02:09:43] "GET /virtual-network/7b5aa295-131b-4333-a871-c5b93bd6e82f HTTP/1.1" 200 2340 0.007736 10.0.0.27 - - [2026-04-30 02:09:43] "GET /virtual-network/7b5aa295-131b-4333-a871-c5b93bd6e82f HTTP/1.1" 200 2340 0.005935 10.0.0.27 - - [2026-04-30 02:09:43] "GET /routing-instance/518cd175-4abb-4815-b44d-336ac17ae39e HTTP/1.1" 200 1492 0.006104 10.0.0.27 - - [2026-04-30 02:09:43] "GET /routing-instance/518cd175-4abb-4815-b44d-336ac17ae39e HTTP/1.1" 200 1492 0.005846 10.0.0.27 - - [2026-04-30 02:09:43] "GET /route-target/276da881-d53d-4f03-91b5-a7d92bd24a26 HTTP/1.1" 200 1218 0.004792 10.0.0.27 - - [2026-04-30 02:09:43] "GET /virtual-network/7b5aa295-131b-4333-a871-c5b93bd6e82f HTTP/1.1" 200 2340 0.006549 10.0.0.27 - - [2026-04-30 02:09:43] "GET /routing-instance/518cd175-4abb-4815-b44d-336ac17ae39e HTTP/1.1" 200 1492 0.005105 10.0.0.27 - - [2026-04-30 02:09:43] "GET /virtual-network/7b5aa295-131b-4333-a871-c5b93bd6e82f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006432 10.0.0.27 - - [2026-04-30 02:09:43] "GET /virtual-network/7b5aa295-131b-4333-a871-c5b93bd6e82f HTTP/1.1" 200 2340 0.005041 10.0.0.27 - - [2026-04-30 02:09:43] "GET /routing-instance/518cd175-4abb-4815-b44d-336ac17ae39e HTTP/1.1" 200 1492 0.007840 10.0.0.27 - - [2026-04-30 02:09:43] "GET /routing-instance/518cd175-4abb-4815-b44d-336ac17ae39e HTTP/1.1" 200 1492 0.007591 10.0.0.27 - - [2026-04-30 02:09:43] "GET /route-target/276da881-d53d-4f03-91b5-a7d92bd24a26 HTTP/1.1" 200 1218 0.004433 10.0.0.27 - - [2026-04-30 02:09:43] "GET /domains HTTP/1.1" 200 438 0.003357 10.0.0.27 - - [2026-04-30 02:09:43] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001312 10.0.0.27 - - [2026-04-30 02:09:43] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36 HTTP/1.1" 200 1513 0.009583 10.0.0.27 - - [2026-04-30 02:09:44] "GET /projects?obj_uuids=6e9b15e2-aa2e-46ed-bc71-5056d2e86bb8&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001365 10.0.0.27 - - [2026-04-30 02:09:44] "GET /project/6e9b15e2-aa2e-46ed-bc71-5056d2e86bb8 HTTP/1.1" 200 2170 0.048185 10.0.0.27 - - [2026-04-30 02:09:44] "GET /virtual-network/7b5aa295-131b-4333-a871-c5b93bd6e82f HTTP/1.1" 200 2340 0.006592 10.0.0.27 - - [2026-04-30 02:09:44] "GET /obj-perms HTTP/1.1" 200 6437 0.067688 10.0.0.27 - - [2026-04-30 02:09:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004260 10.0.0.27 - - [2026-04-30 02:09:44] "GET /projects?obj_uuids=6e9b15e2-aa2e-46ed-bc71-5056d2e86bb8&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001595 10.0.0.27 - - [2026-04-30 02:09:44] "GET /project/6e9b15e2-aa2e-46ed-bc71-5056d2e86bb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.039615 252.27.116.45 - - [2026-04-30 02:09:44] "POST /neutron/network HTTP/1.1" 200 117 0.020925 10.0.0.27 - - [2026-04-30 02:09:44] "GET /projects?obj_uuids=6e9b15e2-aa2e-46ed-bc71-5056d2e86bb8&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001205 252.27.116.45 - - [2026-04-30 02:09:45] "POST /neutron/network HTTP/1.1" 200 617 0.157610 10.0.0.27 - - [2026-04-30 02:09:45] "POST /useragent-kv HTTP/1.1" 200 115 0.004942 252.27.116.45 - - [2026-04-30 02:09:45] "POST /neutron/subnet HTTP/1.1" 200 724 0.192172 252.27.116.45 - - [2026-04-30 02:09:45] "POST /neutron/network HTTP/1.1" 200 836 0.007363 10.0.0.27 - - [2026-04-30 02:09:45] "POST /id-to-fqname HTTP/1.1" 200 231 0.001721 10.0.0.27 - - [2026-04-30 02:09:45] "GET /virtual-network/a66b7062-8568-479c-b1b2-9361bb4f1746?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.007725 252.27.116.45 - - [2026-04-30 02:09:45] "POST /neutron/network HTTP/1.1" 200 836 0.015249 10.0.0.27 - - [2026-04-30 02:09:45] "POST /route-targets HTTP/1.1" 200 328 0.023594 10.0.0.27 - - [2026-04-30 02:09:45] "GET /virtual-network/a66b7062-8568-479c-b1b2-9361bb4f1746?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.012203 252.27.116.45 - - [2026-04-30 02:09:45] "POST /neutron/network HTTP/1.1" 200 836 0.009985 10.0.0.27 - - [2026-04-30 02:09:45] "POST /ref-update HTTP/1.1" 200 156 0.047895 252.27.116.45 - - [2026-04-30 02:09:45] "POST /neutron/subnet HTTP/1.1" 200 724 0.014153 10.0.0.27 - - [2026-04-30 02:09:45] "GET /domains HTTP/1.1" 200 438 0.003720 10.0.0.27 - - [2026-04-30 02:09:45] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.002127 10.0.0.27 - - [2026-04-30 02:09:45] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36 HTTP/1.1" 200 1513 0.011498 10.0.0.27 - - [2026-04-30 02:09:45] "GET /projects?obj_uuids=6e9b15e2-aa2e-46ed-bc71-5056d2e86bb8&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001620 10.0.0.27 - - [2026-04-30 02:09:46] "GET /project/6e9b15e2-aa2e-46ed-bc71-5056d2e86bb8 HTTP/1.1" 200 2397 0.059793 10.0.0.27 - - [2026-04-30 02:09:46] "GET /virtual-network/a66b7062-8568-479c-b1b2-9361bb4f1746 HTTP/1.1" 200 2341 0.008242 10.0.0.27 - - [2026-04-30 02:09:46] "GET /virtual-network/a66b7062-8568-479c-b1b2-9361bb4f1746 HTTP/1.1" 200 2341 0.006880 10.0.0.27 - - [2026-04-30 02:09:46] "GET /routing-instance/4252e94a-8cdc-4e8e-a964-1b2b0b494464 HTTP/1.1" 200 1492 0.004249 10.0.0.27 - - [2026-04-30 02:09:46] "GET /routing-instance/4252e94a-8cdc-4e8e-a964-1b2b0b494464 HTTP/1.1" 200 1492 0.005756 10.0.0.27 - - [2026-04-30 02:09:46] "GET /route-target/874d1501-0d00-420c-9c19-2e6018312ade HTTP/1.1" 200 1218 0.004035 10.0.0.27 - - [2026-04-30 02:09:46] "GET /virtual-network/a66b7062-8568-479c-b1b2-9361bb4f1746 HTTP/1.1" 200 2341 0.008423 10.0.0.27 - - [2026-04-30 02:09:46] "GET /routing-instance/4252e94a-8cdc-4e8e-a964-1b2b0b494464 HTTP/1.1" 200 1492 0.005282 10.0.0.27 - - [2026-04-30 02:09:46] "GET /virtual-network/a66b7062-8568-479c-b1b2-9361bb4f1746?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006781 10.0.0.27 - - [2026-04-30 02:09:46] "GET /virtual-network/a66b7062-8568-479c-b1b2-9361bb4f1746 HTTP/1.1" 200 2341 0.005835 10.0.0.27 - - [2026-04-30 02:09:46] "GET /routing-instance/4252e94a-8cdc-4e8e-a964-1b2b0b494464 HTTP/1.1" 200 1492 0.005320 10.0.0.27 - - [2026-04-30 02:09:46] "GET /routing-instance/4252e94a-8cdc-4e8e-a964-1b2b0b494464 HTTP/1.1" 200 1492 0.005991 10.0.0.27 - - [2026-04-30 02:09:46] "GET /route-target/874d1501-0d00-420c-9c19-2e6018312ade HTTP/1.1" 200 1218 0.005177 10.0.0.27 - - [2026-04-30 02:09:46] "GET /domains HTTP/1.1" 200 438 0.003308 10.0.0.27 - - [2026-04-30 02:09:46] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001258 10.0.0.27 - - [2026-04-30 02:09:46] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36 HTTP/1.1" 200 1513 0.008727 10.0.0.27 - - [2026-04-30 02:09:46] "GET /projects?obj_uuids=6e9b15e2-aa2e-46ed-bc71-5056d2e86bb8&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002048 10.0.0.27 - - [2026-04-30 02:09:47] "GET /project/6e9b15e2-aa2e-46ed-bc71-5056d2e86bb8 HTTP/1.1" 200 2397 0.066722 10.0.0.27 - - [2026-04-30 02:09:47] "GET /virtual-network/a66b7062-8568-479c-b1b2-9361bb4f1746 HTTP/1.1" 200 2341 0.006245 10.0.0.27 - - [2026-04-30 02:09:47] "GET /obj-perms HTTP/1.1" 200 6437 0.001943 10.0.0.27 - - [2026-04-30 02:09:47] "POST /id-to-fqname HTTP/1.1" 200 231 0.001563 252.27.116.45 - - [2026-04-30 02:09:48] "POST /neutron/network HTTP/1.1" 200 846 0.006326 252.27.116.45 - - [2026-04-30 02:09:48] "GET /aaa-mode HTTP/1.1" 401 295 0.000464 252.27.116.45 - - [2026-04-30 02:09:48] "GET / HTTP/1.1" 200 36215 0.002318 252.27.116.45 - - [2026-04-30 02:09:48] "GET /project/6e9b15e2-aa2e-46ed-bc71-5056d2e86bb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 295 0.000438 10.0.0.27 - - [2026-04-30 02:09:48] "GET /projects?obj_uuids=6e9b15e2-aa2e-46ed-bc71-5056d2e86bb8&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001276 252.27.116.45 - - [2026-04-30 02:09:48] "GET /project/6e9b15e2-aa2e-46ed-bc71-5056d2e86bb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.118305 252.27.116.45 - - [2026-04-30 02:09:49] "POST /neutron/network HTTP/1.1" 200 836 0.039016 252.27.116.45 - - [2026-04-30 02:09:49] "POST /neutron/port HTTP/1.1" 200 117 0.005711 252.27.116.45 - - [2026-04-30 02:09:49] "POST /neutron/port HTTP/1.1" 200 117 0.006479 10.0.0.27 - - [2026-04-30 02:09:49] "POST /id-to-fqname HTTP/1.1" 200 231 0.001695 252.27.116.45 - - [2026-04-30 02:09:49] "POST /neutron/port HTTP/1.1" 200 117 0.005767 252.27.116.45 - - [2026-04-30 02:09:50] "POST /neutron/network HTTP/1.1" 200 846 0.007546 252.27.116.45 - - [2026-04-30 02:09:50] "GET /aaa-mode HTTP/1.1" 401 295 0.000471 252.27.116.45 - - [2026-04-30 02:09:50] "GET / HTTP/1.1" 200 36215 0.002045 252.27.116.45 - - [2026-04-30 02:09:50] "GET /project/6e9b15e2-aa2e-46ed-bc71-5056d2e86bb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 295 0.000461 252.27.116.45 - - [2026-04-30 02:09:50] "POST /neutron/network HTTP/1.1" 200 846 0.009102 10.0.0.27 - - [2026-04-30 02:09:50] "GET /projects?obj_uuids=6e9b15e2-aa2e-46ed-bc71-5056d2e86bb8&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001444 10.0.0.27 - - [2026-04-30 02:09:50] "GET /projects?obj_uuids=6e9b15e2-aa2e-46ed-bc71-5056d2e86bb8&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001129 252.27.116.45 - - [2026-04-30 02:09:51] "GET /project/6e9b15e2-aa2e-46ed-bc71-5056d2e86bb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.103778 252.27.116.45 - - [2026-04-30 02:09:51] "POST /neutron/port HTTP/1.1" 200 1070 0.362117 10.0.0.27 - - [2026-04-30 02:09:51] "DELETE /project/6e9b15e2aa2e46edbc715056d2e86bb8 HTTP/1.1" 404 173 0.005430 10.0.0.27 - - [2026-04-30 02:09:51] "GET /projects?obj_uuids=63a4020c-fb33-4317-9f8b-344fadaee7de&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001189 10.0.0.27 - - [2026-04-30 02:09:51] "GET /project/63a4020c-fb33-4317-9f8b-344fadaee7de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.061239 10.0.0.27 - - [2026-04-30 02:09:51] "GET /projects?obj_uuids=63a4020c-fb33-4317-9f8b-344fadaee7de&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001757 252.27.116.45 - - [2026-04-30 02:09:51] "POST /neutron/port HTTP/1.1" 200 1070 0.037680 10.0.0.27 - - [2026-04-30 02:09:51] "GET /project/63a4020c-fb33-4317-9f8b-344fadaee7de?fields=security_groups HTTP/1.1" 200 1383 0.059687 252.27.116.45 - - [2026-04-30 02:09:51] "POST /neutron/port HTTP/1.1" 200 1070 0.029299 10.0.0.27 - - [2026-04-30 02:09:51] "DELETE /security-group/b81a3083-dc86-49a3-869a-af507ff1fbba HTTP/1.1" 200 115 0.081433 10.0.0.27 - - [2026-04-30 02:09:51] "GET /projects?obj_uuids=63a4020c-fb33-4317-9f8b-344fadaee7de&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002034 252.27.116.45 - - [2026-04-30 02:09:51] "POST /neutron/network HTTP/1.1" 200 836 0.054155 10.0.0.27 - - [2026-04-30 02:09:51] "DELETE /access-control-list/02579d0c-3d1d-4a81-adf4-1fe3093a0005 HTTP/1.1" 200 115 0.067654 10.0.0.27 - - [2026-04-30 02:09:51] "GET /project/63a4020c-fb33-4317-9f8b-344fadaee7de?fields=application_policy_sets HTTP/1.1" 200 1422 0.061931 10.0.0.27 - - [2026-04-30 02:09:51] "DELETE /access-control-list/911f606c-5213-43f1-8e8e-c81fc9fa2682 HTTP/1.1" 200 115 0.059501 252.27.116.45 - - [2026-04-30 02:09:51] "POST /neutron/port HTTP/1.1" 200 1120 0.160871 10.0.0.27 - - [2026-04-30 02:09:51] "DELETE /project/63a4020c-fb33-4317-9f8b-344fadaee7de HTTP/1.1" 200 115 0.490209 252.27.116.45 - - [2026-04-30 02:09:51] "POST /neutron/port HTTP/1.1" 200 1130 0.018193 252.27.116.45 - - [2026-04-30 02:09:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006510 252.27.116.45 - - [2026-04-30 02:09:51] "POST /neutron/port HTTP/1.1" 200 1130 0.025796 252.27.116.45 - - [2026-04-30 02:09:51] "POST /neutron/security_group HTTP/1.1" 200 2068 0.007899 252.27.116.45 - - [2026-04-30 02:09:51] "POST /neutron/subnet HTTP/1.1" 200 698 0.011347 252.27.116.45 - - [2026-04-30 02:09:51] "POST /neutron/port HTTP/1.1" 200 117 0.006018 252.27.116.45 - - [2026-04-30 02:09:51] "POST /neutron/port HTTP/1.1" 200 117 0.001268 10.0.0.27 - - [2026-04-30 02:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004975 252.27.116.45 - - [2026-04-30 02:09:51] "POST /neutron/network HTTP/1.1" 200 836 0.008014 10.0.0.27 - - [2026-04-30 02:09:51] "GET /projects?obj_uuids=6e9b15e2-aa2e-46ed-bc71-5056d2e86bb8&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000968 10.0.0.27 - - [2026-04-30 02:09:52] "GET /project/6e9b15e2-aa2e-46ed-bc71-5056d2e86bb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.033978 10.0.0.27 - - [2026-04-30 02:09:52] "GET /virtual-network/7b5aa295-131b-4333-a871-c5b93bd6e82f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006090 10.0.0.27 - - [2026-04-30 02:09:52] "GET /floating-ip-pools?parent_id=7b5aa295-131b-4333-a871-c5b93bd6e82f&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003725 10.0.0.27 - - [2026-04-30 02:09:52] "GET /virtual-network/7b5aa295-131b-4333-a871-c5b93bd6e82f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.009543 10.0.0.27 - - [2026-04-30 02:09:52] "POST /floating-ip-pools HTTP/1.1" 200 609 0.039598 10.0.0.27 - - [2026-04-30 02:09:52] "POST /ref-update HTTP/1.1" 200 156 0.015793 10.0.0.27 - - [2026-04-30 02:09:52] "GET /virtual-network/7b5aa295-131b-4333-a871-c5b93bd6e82f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.008487 10.0.0.27 - - [2026-04-30 02:09:52] "GET /domains HTTP/1.1" 200 438 0.003901 10.0.0.27 - - [2026-04-30 02:09:52] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001348 10.0.0.27 - - [2026-04-30 02:09:52] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36 HTTP/1.1" 200 1317 0.010291 10.0.0.27 - - [2026-04-30 02:09:52] "GET /projects?obj_uuids=6e9b15e2-aa2e-46ed-bc71-5056d2e86bb8&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001379 10.0.0.27 - - [2026-04-30 02:09:52] "GET /project/6e9b15e2-aa2e-46ed-bc71-5056d2e86bb8 HTTP/1.1" 200 2981 0.044912 10.0.0.27 - - [2026-04-30 02:09:52] "GET /virtual-network/7b5aa295-131b-4333-a871-c5b93bd6e82f HTTP/1.1" 200 2619 0.018697 10.0.0.27 - - [2026-04-30 02:09:52] "GET /floating-ip-pool/c599b59e-ff58-479e-87c6-82e8a1def66d HTTP/1.1" 200 1440 0.006985 252.27.116.45 - - [2026-04-30 02:09:52] "POST /neutron/network HTTP/1.1" 200 846 0.014400 10.0.0.27 - - [2026-04-30 02:09:52] "GET /domains HTTP/1.1" 200 438 0.003719 10.0.0.27 - - [2026-04-30 02:09:52] "GET /projects?obj_uuids=6e9b15e2-aa2e-46ed-bc71-5056d2e86bb8&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001642 10.0.0.27 - - [2026-04-30 02:09:52] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.002817 10.0.0.27 - - [2026-04-30 02:09:52] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36 HTTP/1.1" 200 1317 0.060547 10.0.0.27 - - [2026-04-30 02:09:52] "GET /projects?obj_uuids=6e9b15e2-aa2e-46ed-bc71-5056d2e86bb8&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001223 10.0.0.27 - - [2026-04-30 02:09:53] "GET /project/6e9b15e2-aa2e-46ed-bc71-5056d2e86bb8 HTTP/1.1" 200 3236 0.091029 10.0.0.27 - - [2026-04-30 02:09:53] "GET /virtual-network/7b5aa295-131b-4333-a871-c5b93bd6e82f HTTP/1.1" 200 2929 0.011193 10.0.0.27 - - [2026-04-30 02:09:53] "GET /virtual-network/7b5aa295-131b-4333-a871-c5b93bd6e82f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.020368 252.27.116.45 - - [2026-04-30 02:09:53] "POST /neutron/port HTTP/1.1" 200 1070 0.407078 252.27.116.45 - - [2026-04-30 02:09:53] "POST /neutron/port HTTP/1.1" 200 1070 0.017765 252.27.116.45 - - [2026-04-30 02:09:53] "POST /neutron/port HTTP/1.1" 200 1130 0.024526 252.27.116.45 - - [2026-04-30 02:09:53] "POST /neutron/port HTTP/1.1" 200 1070 0.019067 252.27.116.45 - - [2026-04-30 02:09:53] "POST /neutron/security_group HTTP/1.1" 200 2068 0.011262 252.27.116.45 - - [2026-04-30 02:09:53] "POST /neutron/port HTTP/1.1" 200 1120 0.085619 252.27.116.45 - - [2026-04-30 02:09:53] "POST /neutron/port HTTP/1.1" 200 1130 0.017188 252.27.116.45 - - [2026-04-30 02:09:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004186 252.27.116.45 - - [2026-04-30 02:09:53] "POST /neutron/subnet HTTP/1.1" 200 698 0.015835 252.27.116.45 - - [2026-04-30 02:09:53] "POST /neutron/port HTTP/1.1" 200 117 0.004102 252.27.116.45 - - [2026-04-30 02:09:53] "POST /neutron/network HTTP/1.1" 200 836 0.008014 10.0.0.27 - - [2026-04-30 02:09:57] "GET /obj-perms HTTP/1.1" 200 6366 0.065428 10.0.0.27 - - [2026-04-30 02:09:58] "GET /obj-perms HTTP/1.1" 200 6366 0.062388 252.27.116.45 - - [2026-04-30 02:09:58] "POST /neutron/port HTTP/1.1" 200 1130 0.015851 252.27.116.45 - - [2026-04-30 02:09:58] "POST /neutron/security_group HTTP/1.1" 200 2068 0.008181 252.27.116.45 - - [2026-04-30 02:09:58] "POST /neutron/port HTTP/1.1" 200 1130 0.016738 252.27.116.45 - - [2026-04-30 02:09:58] "POST /neutron/security_group HTTP/1.1" 200 2068 0.007620 252.27.116.45 - - [2026-04-30 02:09:58] "POST /neutron/port HTTP/1.1" 200 1130 0.017910 252.27.116.45 - - [2026-04-30 02:09:58] "POST /neutron/security_group HTTP/1.1" 200 2068 0.010419 10.0.0.27 - - [2026-04-30 02:09:58] "GET /virtual-machine/536a2240-76ac-4c23-93d2-a320758f9fda HTTP/1.1" 200 1304 0.006670 10.0.0.27 - - [2026-04-30 02:09:58] "GET /virtual-machine-interface/e545b164-c17d-4f1d-8661-aa18d51a53bd HTTP/1.1" 200 2999 0.006779 10.0.0.27 - - [2026-04-30 02:09:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.007662 10.0.0.27 - - [2026-04-30 02:09:59] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004166 10.0.0.27 - - [2026-04-30 02:09:59] "GET /virtual-networks?parent_id=6e9b15e2-aa2e-46ed-bc71-5056d2e86bb8&detail=False&count=False&shared=False HTTP/1.1" 200 595 0.003484 10.0.0.27 - - [2026-04-30 02:09:59] "GET /virtual-network/a66b7062-8568-479c-b1b2-9361bb4f1746?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005878 10.0.0.27 - - [2026-04-30 02:10:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.007346 10.0.0.27 - - [2026-04-30 02:10:02] "GET /virtual-network/a66b7062-8568-479c-b1b2-9361bb4f1746?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.023033 252.27.116.45 - - [2026-04-30 02:10:03] "POST /neutron/port HTTP/1.1" 200 1130 0.053063 252.27.116.45 - - [2026-04-30 02:10:03] "POST /neutron/security_group HTTP/1.1" 200 2068 0.009685 252.27.116.45 - - [2026-04-30 02:10:04] "POST /neutron/port HTTP/1.1" 200 1130 0.030166 252.27.116.45 - - [2026-04-30 02:10:04] "POST /neutron/port HTTP/1.1" 200 1130 0.023681 10.0.0.27 - - [2026-04-30 02:10:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.006702 10.0.0.27 - - [2026-04-30 02:10:04] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004779 10.0.0.27 - - [2026-04-30 02:10:04] "GET /virtual-networks?parent_id=6e9b15e2-aa2e-46ed-bc71-5056d2e86bb8&detail=False&count=False&shared=False HTTP/1.1" 200 595 0.007471 252.27.116.45 - - [2026-04-30 02:10:04] "POST /neutron/network HTTP/1.1" 200 846 0.008941 10.0.0.27 - - [2026-04-30 02:10:04] "GET /virtual-network/a66b7062-8568-479c-b1b2-9361bb4f1746?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006492 252.27.116.45 - - [2026-04-30 02:10:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005836 252.27.116.45 - - [2026-04-30 02:10:04] "POST /neutron/port HTTP/1.1" 200 1130 0.050732 252.27.116.45 - - [2026-04-30 02:10:04] "POST /neutron/subnet HTTP/1.1" 200 698 0.013141 252.27.116.45 - - [2026-04-30 02:10:04] "POST /neutron/security_group HTTP/1.1" 200 2068 0.006949 252.27.116.45 - - [2026-04-30 02:10:04] "POST /neutron/port HTTP/1.1" 200 117 0.001267 252.27.116.45 - - [2026-04-30 02:10:04] "POST /neutron/port HTTP/1.1" 200 1130 0.044041 252.27.116.45 - - [2026-04-30 02:10:04] "POST /neutron/network HTTP/1.1" 200 836 0.014601 252.27.116.45 - - [2026-04-30 02:10:04] "POST /neutron/security_group HTTP/1.1" 200 2068 0.008778 252.27.116.45 - - [2026-04-30 02:10:05] "POST /neutron/port HTTP/1.1" 200 1130 0.069797 252.27.116.45 - - [2026-04-30 02:10:05] "POST /neutron/security_group HTTP/1.1" 200 2068 0.009007 252.27.116.45 - - [2026-04-30 02:10:05] "POST /neutron/port HTTP/1.1" 200 1130 0.023730 252.27.116.45 - - [2026-04-30 02:10:05] "POST /neutron/security_group HTTP/1.1" 200 2068 0.009825 252.27.116.45 - - [2026-04-30 02:10:06] "POST /neutron/port HTTP/1.1" 200 1130 0.034533 252.27.116.45 - - [2026-04-30 02:10:06] "POST /neutron/security_group HTTP/1.1" 200 2068 0.010063 252.27.116.45 - - [2026-04-30 02:10:09] "POST /neutron/port HTTP/1.1" 200 1130 0.019783 252.27.116.45 - - [2026-04-30 02:10:09] "POST /neutron/security_group HTTP/1.1" 200 2068 0.009974 10.0.0.27 - - [2026-04-30 02:10:10] "GET /projects?obj_uuids=6e9b15e2-aa2e-46ed-bc71-5056d2e86bb8&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002252 252.27.116.45 - - [2026-04-30 02:10:10] "POST /neutron/port HTTP/1.1" 200 1130 0.065508 252.27.116.45 - - [2026-04-30 02:10:10] "POST /neutron/floatingip HTTP/1.1" 200 530 0.121717 252.27.116.45 - - [2026-04-30 02:10:10] "POST /neutron/security_group HTTP/1.1" 200 2068 0.007538 252.27.116.45 - - [2026-04-30 02:10:10] "POST /neutron/port HTTP/1.1" 200 1130 0.020432 252.27.116.45 - - [2026-04-30 02:10:10] "POST /neutron/floatingip HTTP/1.1" 200 530 0.007844 252.27.116.45 - - [2026-04-30 02:10:10] "POST /neutron/floatingip HTTP/1.1" 200 577 0.052678 252.27.116.45 - - [2026-04-30 02:10:10] "POST /neutron/port HTTP/1.1" 200 1130 0.017696 252.27.116.45 - - [2026-04-30 02:10:10] "POST /neutron/security_group HTTP/1.1" 200 2068 0.007567 252.27.116.45 - - [2026-04-30 02:10:10] "POST /neutron/port HTTP/1.1" 200 1130 0.019286 252.27.116.45 - - [2026-04-30 02:10:10] "POST /neutron/security_group HTTP/1.1" 200 2068 0.009512 252.27.116.45 - - [2026-04-30 02:10:10] "POST /neutron/port HTTP/1.1" 200 1130 0.019010 252.27.116.45 - - [2026-04-30 02:10:10] "POST /neutron/security_group HTTP/1.1" 200 2068 0.009075 10.0.0.27 - - [2026-04-30 02:10:11] "GET /virtual-machine/ee13c450-33a0-4525-86b2-32a78acdb1b8 HTTP/1.1" 200 1304 0.007923 10.0.0.27 - - [2026-04-30 02:10:11] "GET /virtual-machine-interface/6f6a4db8-df73-4edb-89e7-bc6e2bc91f6b HTTP/1.1" 200 2998 0.007893 10.0.0.27 - - [2026-04-30 02:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.27 - - [2026-04-30 02:10:11] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004995 10.0.0.27 - - [2026-04-30 02:10:11] "GET /virtual-networks?parent_id=6e9b15e2-aa2e-46ed-bc71-5056d2e86bb8&detail=False&count=False&shared=False HTTP/1.1" 200 595 0.004173 10.0.0.27 - - [2026-04-30 02:10:11] "GET /virtual-network/7b5aa295-131b-4333-a871-c5b93bd6e82f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006041 10.0.0.27 - - [2026-04-30 02:10:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003740 10.0.0.27 - - [2026-04-30 02:10:12] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003823 10.0.0.27 - - [2026-04-30 02:10:12] "GET /virtual-networks?parent_id=6e9b15e2-aa2e-46ed-bc71-5056d2e86bb8&detail=False&count=False&shared=False HTTP/1.1" 200 595 0.003151 10.0.0.27 - - [2026-04-30 02:10:12] "GET /virtual-network/7b5aa295-131b-4333-a871-c5b93bd6e82f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005464 252.27.116.45 - - [2026-04-30 02:10:12] "POST /neutron/floatingip HTTP/1.1" 200 577 0.014593 10.0.0.27 - - [2026-04-30 02:10:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003915 10.0.0.27 - - [2026-04-30 02:10:12] "GET /routing-instance/518cd175-4abb-4815-b44d-336ac17ae39e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.004115 10.0.0.27 - - [2026-04-30 02:10:12] "GET /route-target/276da881-d53d-4f03-91b5-a7d92bd24a26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003921 10.0.0.27 - - [2026-04-30 02:10:13] "GET /floating-ip/5bc8b326-c63d-40d8-b210-08636768819a HTTP/1.1" 200 1887 0.008447 252.27.116.45 - - [2026-04-30 02:10:16] "POST /neutron/floatingip HTTP/1.1" 200 577 0.018097 252.27.116.45 - - [2026-04-30 02:10:16] "POST /neutron/floatingip HTTP/1.1" 200 530 0.034658 252.27.116.45 - - [2026-04-30 02:10:16] "POST /neutron/floatingip HTTP/1.1" 200 530 0.007483 252.27.116.45 - - [2026-04-30 02:10:16] "POST /neutron/floatingip HTTP/1.1" 200 115 0.041594 10.0.0.27 - - [2026-04-30 02:10:16] "GET /floating-ip-pool/c599b59e-ff58-479e-87c6-82e8a1def66d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.004086 10.0.0.27 - - [2026-04-30 02:10:16] "POST /ref-update HTTP/1.1" 200 156 0.011778 10.0.0.27 - - [2026-04-30 02:10:16] "DELETE /floating-ip-pool/c599b59e-ff58-479e-87c6-82e8a1def66d HTTP/1.1" 200 115 0.031418 252.27.116.45 - - [2026-04-30 02:10:17] "POST /neutron/network HTTP/1.1" 200 836 0.009906 252.27.116.45 - - [2026-04-30 02:10:17] "POST /neutron/network HTTP/1.1" 400 204 0.014989 252.27.116.45 - - [2026-04-30 02:10:17] "POST /neutron/port HTTP/1.1" 200 1130 0.018809 252.27.116.45 - - [2026-04-30 02:10:17] "POST /neutron/port HTTP/1.1" 200 1130 0.017563 252.27.116.45 - - [2026-04-30 02:10:17] "POST /neutron/port HTTP/1.1" 200 1120 0.016649 252.27.116.45 - - [2026-04-30 02:10:17] "POST /neutron/port HTTP/1.1" 200 1120 0.014550 252.27.116.45 - - [2026-04-30 02:10:18] "POST /neutron/port HTTP/1.1" 200 151 0.226472 252.27.116.45 - - [2026-04-30 02:10:18] "POST /neutron/port HTTP/1.1" 200 151 0.228153 252.27.116.45 - - [2026-04-30 02:10:19] "POST /neutron/network HTTP/1.1" 200 836 0.007280 10.0.0.27 - - [2026-04-30 02:10:19] "POST /useragent-kv HTTP/1.1" 200 115 0.004987 10.0.0.27 - - [2026-04-30 02:10:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005985 10.0.0.27 - - [2026-04-30 02:10:19] "POST /useragent-kv HTTP/1.1" 200 115 0.004367 252.27.116.45 - - [2026-04-30 02:10:19] "POST /neutron/network HTTP/1.1" 200 151 0.115145 10.0.0.27 - - [2026-04-30 02:10:19] "GET /routing-instance/4252e94a-8cdc-4e8e-a964-1b2b0b494464 HTTP/1.1" 404 171 0.003000 10.0.0.27 - - [2026-04-30 02:10:19] "DELETE /route-target/874d1501-0d00-420c-9c19-2e6018312ade HTTP/1.1" 200 115 0.035632 10.0.0.27 - - [2026-04-30 02:10:19] "GET /domains HTTP/1.1" 200 438 0.004182 10.0.0.27 - - [2026-04-30 02:10:19] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001379 10.0.0.27 - - [2026-04-30 02:10:19] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36 HTTP/1.1" 200 1317 0.009115 10.0.0.27 - - [2026-04-30 02:10:19] "GET /projects?obj_uuids=6e9b15e2-aa2e-46ed-bc71-5056d2e86bb8&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001555 10.0.0.27 - - [2026-04-30 02:10:19] "GET /project/6e9b15e2-aa2e-46ed-bc71-5056d2e86bb8 HTTP/1.1" 200 2170 0.036194 252.27.116.45 - - [2026-04-30 02:10:20] "POST /neutron/network HTTP/1.1" 200 836 0.008772 10.0.0.27 - - [2026-04-30 02:10:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.006950 10.0.0.27 - - [2026-04-30 02:10:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002868 10.0.0.27 - - [2026-04-30 02:10:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002928 252.27.116.45 - - [2026-04-30 02:10:20] "POST /neutron/network HTTP/1.1" 200 151 0.118363 10.0.0.27 - - [2026-04-30 02:10:20] "GET /routing-instance/518cd175-4abb-4815-b44d-336ac17ae39e HTTP/1.1" 404 171 0.002369 10.0.0.27 - - [2026-04-30 02:10:20] "DELETE /route-target/276da881-d53d-4f03-91b5-a7d92bd24a26 HTTP/1.1" 200 115 0.028354 10.0.0.27 - - [2026-04-30 02:10:20] "GET /domains HTTP/1.1" 200 438 0.003303 10.0.0.27 - - [2026-04-30 02:10:20] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001250 10.0.0.27 - - [2026-04-30 02:10:20] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36 HTTP/1.1" 200 1317 0.009238 10.0.0.27 - - [2026-04-30 02:10:20] "GET /projects?obj_uuids=6e9b15e2-aa2e-46ed-bc71-5056d2e86bb8&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002137 10.0.0.27 - - [2026-04-30 02:10:20] "GET /project/6e9b15e2-aa2e-46ed-bc71-5056d2e86bb8 HTTP/1.1" 200 1921 0.033584 10.0.0.27 - - [2026-04-30 02:10:21] "GET /projects?obj_uuids=6e9b15e2-aa2e-46ed-bc71-5056d2e86bb8&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001104 10.0.0.27 - - [2026-04-30 02:10:21] "GET /project/6e9b15e2-aa2e-46ed-bc71-5056d2e86bb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.028788 10.0.0.27 - - [2026-04-30 02:10:21] "GET /projects?obj_uuids=6e9b15e2-aa2e-46ed-bc71-5056d2e86bb8&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001152 10.0.0.27 - - [2026-04-30 02:10:21] "GET /project/6e9b15e2-aa2e-46ed-bc71-5056d2e86bb8?fields=virtual_networks HTTP/1.1" 200 1056 0.075881 10.0.0.27 - - [2026-04-30 02:10:21] "GET /projects?obj_uuids=6e9b15e2-aa2e-46ed-bc71-5056d2e86bb8&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001393 10.0.0.27 - - [2026-04-30 02:10:21] "GET /project/6e9b15e2-aa2e-46ed-bc71-5056d2e86bb8?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.026860 10.0.0.27 - - [2026-04-30 02:10:21] "GET /projects?obj_uuids=6e9b15e2-aa2e-46ed-bc71-5056d2e86bb8&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001334 10.0.0.27 - - [2026-04-30 02:10:21] "GET /project/6e9b15e2-aa2e-46ed-bc71-5056d2e86bb8?fields=security_groups HTTP/1.1" 200 1293 0.028235 10.0.0.27 - - [2026-04-30 02:10:22] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001362 10.0.0.27 - - [2026-04-30 02:10:22] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 943 0.008329 10.0.0.27 - - [2026-04-30 02:10:22] "POST /fqname-to-id HTTP/1.1" 404 181 0.034055 10.0.0.27 - - [2026-04-30 02:10:22] "GET /projects?obj_uuids=cc5ed491-29dc-45e5-8719-8ded5a23fb94&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002596 10.0.0.27 - - [2026-04-30 02:10:22] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001254 10.0.0.27 - - [2026-04-30 02:10:22] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 974 0.008176 10.0.0.27 - - [2026-04-30 02:10:22] "POST /id-to-fqname HTTP/1.1" 200 183 0.001619 10.0.0.27 - - [2026-04-30 02:10:22] "POST /fqname-to-id HTTP/1.1" 404 192 0.002625 10.0.0.27 - - [2026-04-30 02:10:22] "POST /security-groups HTTP/1.1" 200 578 0.068710 10.0.0.27 - - [2026-04-30 02:10:22] "POST /fqname-to-id HTTP/1.1" 404 227 0.003026 10.0.0.27 - - [2026-04-30 02:10:22] "POST /projects HTTP/1.1" 200 567 0.239628 10.0.0.27 - - [2026-04-30 02:10:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.273810 10.0.0.27 - - [2026-04-30 02:10:22] "POST /access-control-lists HTTP/1.1" 200 591 0.064161 10.0.0.27 - - [2026-04-30 02:10:23] "GET /project/cc5ed491-29dc-45e5-8719-8ded5a23fb94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.424765 10.0.0.27 - - [2026-04-30 02:10:23] "POST /fqname-to-id HTTP/1.1" 404 226 0.002761 10.0.0.27 - - [2026-04-30 02:10:23] "POST /access-control-lists HTTP/1.1" 200 589 0.068946 10.0.0.27 - - [2026-04-30 02:10:24] "GET / HTTP/1.1" 200 36215 0.002266 10.0.0.27 - - [2026-04-30 02:10:26] "GET /projects?obj_uuids=cc5ed491-29dc-45e5-8719-8ded5a23fb94&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001271 10.0.0.27 - - [2026-04-30 02:10:26] "GET /project/cc5ed491-29dc-45e5-8719-8ded5a23fb94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.027885 10.0.0.27 - - [2026-04-30 02:10:26] "GET /projects?obj_uuids=cc5ed491-29dc-45e5-8719-8ded5a23fb94&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001122 10.0.0.27 - - [2026-04-30 02:10:26] "GET /project/cc5ed491-29dc-45e5-8719-8ded5a23fb94?fields=virtual_networks HTTP/1.1" 200 1022 0.072755 10.0.0.27 - - [2026-04-30 02:10:26] "GET /projects?obj_uuids=cc5ed491-29dc-45e5-8719-8ded5a23fb94&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001643 10.0.0.27 - - [2026-04-30 02:10:26] "GET /project/cc5ed491-29dc-45e5-8719-8ded5a23fb94?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.028776 10.0.0.27 - - [2026-04-30 02:10:26] "GET /projects?obj_uuids=cc5ed491-29dc-45e5-8719-8ded5a23fb94&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001358 10.0.0.27 - - [2026-04-30 02:10:26] "GET /project/cc5ed491-29dc-45e5-8719-8ded5a23fb94?fields=security_groups HTTP/1.1" 200 1242 0.029442 10.0.0.27 - - [2026-04-30 02:10:27] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001441 10.0.0.27 - - [2026-04-30 02:10:27] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 943 0.008981 10.0.0.27 - - [2026-04-30 02:10:27] "POST /fqname-to-id HTTP/1.1" 404 181 0.035025 10.0.0.27 - - [2026-04-30 02:10:27] "GET /projects?obj_uuids=b26c94cd-3561-4f91-bd6e-80292984553c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002877 10.0.0.27 - - [2026-04-30 02:10:27] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001078 10.0.0.27 - - [2026-04-30 02:10:27] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 974 0.006986 10.0.0.27 - - [2026-04-30 02:10:27] "POST /id-to-fqname HTTP/1.1" 200 183 0.001814 10.0.0.27 - - [2026-04-30 02:10:27] "POST /fqname-to-id HTTP/1.1" 404 192 0.004997 10.0.0.27 - - [2026-04-30 02:10:28] "POST /security-groups HTTP/1.1" 200 578 0.065340 10.0.0.27 - - [2026-04-30 02:10:28] "POST /fqname-to-id HTTP/1.1" 404 227 0.002911 10.0.0.27 - - [2026-04-30 02:10:28] "POST /projects HTTP/1.1" 200 567 0.217348 10.0.0.27 - - [2026-04-30 02:10:28] "POST /access-control-lists HTTP/1.1" 200 591 0.059851 10.0.0.27 - - [2026-04-30 02:10:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.303710 10.0.0.27 - - [2026-04-30 02:10:28] "POST /fqname-to-id HTTP/1.1" 404 226 0.003486 10.0.0.27 - - [2026-04-30 02:10:28] "GET /project/b26c94cd-3561-4f91-bd6e-80292984553c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.445496 10.0.0.27 - - [2026-04-30 02:10:28] "POST /access-control-lists HTTP/1.1" 200 589 0.064626 10.0.0.27 - - [2026-04-30 02:10:29] "GET / HTTP/1.1" 200 36215 0.002088 10.0.0.27 - - [2026-04-30 02:10:29] "POST /fqname-to-id HTTP/1.1" 404 191 0.002944 10.0.0.27 - - [2026-04-30 02:10:30] "GET /projects?obj_uuids=66315314-e948-4873-86c2-49fffc743d38&detail=False&count=False&shared=False HTTP/1.1" 200 321 0.001215 10.0.0.27 - - [2026-04-30 02:10:30] "POST /fqname-to-id HTTP/1.1" 404 226 0.002997 10.0.0.27 - - [2026-04-30 02:10:30] "POST /access-control-lists HTTP/1.1" 200 590 0.018977 10.0.0.27 - - [2026-04-30 02:10:30] "POST /fqname-to-id HTTP/1.1" 404 225 0.003269 10.0.0.27 - - [2026-04-30 02:10:30] "POST /access-control-lists HTTP/1.1" 200 588 0.016987 10.0.0.27 - - [2026-04-30 02:10:30] "PUT /access-control-list/4cd46764-bd02-4ab2-a19d-3d6ad863b881 HTTP/1.1" 200 273 0.021225 252.27.116.45 - - [2026-04-30 02:10:30] "POST /neutron/security_group HTTP/1.1" 200 1362 0.344567 10.0.0.27 - - [2026-04-30 02:10:30] "PUT /access-control-list/4cd46764-bd02-4ab2-a19d-3d6ad863b881 HTTP/1.1" 200 273 0.011030 10.0.0.27 - - [2026-04-30 02:10:30] "GET /projects?obj_uuids=66315314-e948-4873-86c2-49fffc743d38&detail=False&count=False&shared=False HTTP/1.1" 200 321 0.001165 252.27.116.45 - - [2026-04-30 02:10:30] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.036094 252.27.116.45 - - [2026-04-30 02:10:30] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.010253 252.27.116.45 - - [2026-04-30 02:10:30] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.178151 10.0.0.27 - - [2026-04-30 02:10:30] "PUT /access-control-list/4cd46764-bd02-4ab2-a19d-3d6ad863b881 HTTP/1.1" 200 273 0.015471 252.27.116.45 - - [2026-04-30 02:10:30] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.008530 252.27.116.45 - - [2026-04-30 02:10:31] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.160382 10.0.0.27 - - [2026-04-30 02:10:31] "POST /fqname-to-id HTTP/1.1" 404 191 0.002274 10.0.0.27 - - [2026-04-30 02:10:31] "PUT /access-control-list/4cd46764-bd02-4ab2-a19d-3d6ad863b881 HTTP/1.1" 200 273 0.011186 10.0.0.27 - - [2026-04-30 02:10:31] "GET /projects?obj_uuids=66315314-e948-4873-86c2-49fffc743d38&detail=False&count=False&shared=False HTTP/1.1" 200 321 0.001512 10.0.0.27 - - [2026-04-30 02:10:31] "POST /fqname-to-id HTTP/1.1" 404 226 0.002916 10.0.0.27 - - [2026-04-30 02:10:31] "POST /access-control-lists HTTP/1.1" 200 590 0.019336 10.0.0.27 - - [2026-04-30 02:10:31] "POST /fqname-to-id HTTP/1.1" 404 225 0.002908 10.0.0.27 - - [2026-04-30 02:10:31] "POST /access-control-lists HTTP/1.1" 200 588 0.040337 10.0.0.27 - - [2026-04-30 02:10:31] "PUT /access-control-list/c379d6c7-a69b-46cb-a69b-eb4628173573 HTTP/1.1" 200 273 0.011549 252.27.116.45 - - [2026-04-30 02:10:31] "POST /neutron/security_group HTTP/1.1" 200 1362 0.359928 10.0.0.27 - - [2026-04-30 02:10:31] "PUT /access-control-list/c379d6c7-a69b-46cb-a69b-eb4628173573 HTTP/1.1" 200 273 0.010418 10.0.0.27 - - [2026-04-30 02:10:31] "GET /projects?obj_uuids=66315314-e948-4873-86c2-49fffc743d38&detail=False&count=False&shared=False HTTP/1.1" 200 321 0.001087 252.27.116.45 - - [2026-04-30 02:10:31] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.033133 252.27.116.45 - - [2026-04-30 02:10:31] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.009071 252.27.116.45 - - [2026-04-30 02:10:31] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.143259 10.0.0.27 - - [2026-04-30 02:10:31] "PUT /access-control-list/c379d6c7-a69b-46cb-a69b-eb4628173573 HTTP/1.1" 200 273 0.015095 252.27.116.45 - - [2026-04-30 02:10:31] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.013445 252.27.116.45 - - [2026-04-30 02:10:31] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.129712 10.0.0.27 - - [2026-04-30 02:10:31] "POST /fqname-to-id HTTP/1.1" 401 295 0.000453 10.0.0.27 - - [2026-04-30 02:10:32] "PUT /access-control-list/c379d6c7-a69b-46cb-a69b-eb4628173573 HTTP/1.1" 200 273 0.013424 10.0.0.27 - - [2026-04-30 02:10:32] "POST /fqname-to-id HTTP/1.1" 404 208 0.033352 10.0.0.27 - - [2026-04-30 02:10:32] "GET /projects?obj_uuids=b26c94cd-3561-4f91-bd6e-80292984553c&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001618 10.0.0.27 - - [2026-04-30 02:10:32] "POST /fqname-to-id HTTP/1.1" 404 243 0.005072 10.0.0.27 - - [2026-04-30 02:10:32] "POST /access-control-lists HTTP/1.1" 200 607 0.025612 10.0.0.27 - - [2026-04-30 02:10:32] "POST /fqname-to-id HTTP/1.1" 404 242 0.003985 10.0.0.27 - - [2026-04-30 02:10:32] "POST /access-control-lists HTTP/1.1" 200 605 0.024437 10.0.0.27 - - [2026-04-30 02:10:32] "PUT /access-control-list/9df640cb-f5b2-458e-9f2c-6204a610d1ed HTTP/1.1" 200 273 0.012619 252.27.116.45 - - [2026-04-30 02:10:32] "POST /neutron/security_group HTTP/1.1" 200 1377 0.380185 10.0.0.27 - - [2026-04-30 02:10:32] "PUT /access-control-list/9df640cb-f5b2-458e-9f2c-6204a610d1ed HTTP/1.1" 200 273 0.014679 10.0.0.27 - - [2026-04-30 02:10:32] "GET /projects?obj_uuids=b26c94cd-3561-4f91-bd6e-80292984553c&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001239 252.27.116.45 - - [2026-04-30 02:10:32] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.049945 252.27.116.45 - - [2026-04-30 02:10:32] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.010060 252.27.116.45 - - [2026-04-30 02:10:33] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.169124 10.0.0.27 - - [2026-04-30 02:10:33] "PUT /access-control-list/9df640cb-f5b2-458e-9f2c-6204a610d1ed HTTP/1.1" 200 273 0.021640 252.27.116.45 - - [2026-04-30 02:10:33] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.020821 252.27.116.45 - - [2026-04-30 02:10:33] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.159452 10.0.0.27 - - [2026-04-30 02:10:33] "POST /fqname-to-id HTTP/1.1" 404 208 0.004555 10.0.0.27 - - [2026-04-30 02:10:33] "PUT /access-control-list/9df640cb-f5b2-458e-9f2c-6204a610d1ed HTTP/1.1" 200 273 0.015329 10.0.0.27 - - [2026-04-30 02:10:33] "GET /projects?obj_uuids=b26c94cd-3561-4f91-bd6e-80292984553c&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001095 10.0.0.27 - - [2026-04-30 02:10:33] "POST /fqname-to-id HTTP/1.1" 404 243 0.003563 10.0.0.27 - - [2026-04-30 02:10:33] "POST /access-control-lists HTTP/1.1" 200 607 0.024859 10.0.0.27 - - [2026-04-30 02:10:33] "POST /fqname-to-id HTTP/1.1" 404 242 0.003297 10.0.0.27 - - [2026-04-30 02:10:33] "POST /access-control-lists HTTP/1.1" 200 605 0.019434 10.0.0.27 - - [2026-04-30 02:10:33] "PUT /access-control-list/81f90f9b-7ae2-466e-b94d-9122683883c3 HTTP/1.1" 200 273 0.009160 252.27.116.45 - - [2026-04-30 02:10:33] "POST /neutron/security_group HTTP/1.1" 200 1377 0.364798 10.0.0.27 - - [2026-04-30 02:10:33] "PUT /access-control-list/81f90f9b-7ae2-466e-b94d-9122683883c3 HTTP/1.1" 200 273 0.010441 10.0.0.27 - - [2026-04-30 02:10:33] "GET /projects?obj_uuids=b26c94cd-3561-4f91-bd6e-80292984553c&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001149 252.27.116.45 - - [2026-04-30 02:10:33] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.031697 252.27.116.45 - - [2026-04-30 02:10:33] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.010755 252.27.116.45 - - [2026-04-30 02:10:34] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.168958 10.0.0.27 - - [2026-04-30 02:10:34] "PUT /access-control-list/81f90f9b-7ae2-466e-b94d-9122683883c3 HTTP/1.1" 200 273 0.015159 252.27.116.45 - - [2026-04-30 02:10:34] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.017759 252.27.116.45 - - [2026-04-30 02:10:34] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.097594 10.0.0.27 - - [2026-04-30 02:10:34] "PUT /access-control-list/81f90f9b-7ae2-466e-b94d-9122683883c3 HTTP/1.1" 200 273 0.012053 10.0.0.27 - - [2026-04-30 02:10:34] "GET /projects?obj_uuids=66315314-e948-4873-86c2-49fffc743d38&detail=False&count=False&shared=False HTTP/1.1" 200 321 0.001152 252.27.116.45 - - [2026-04-30 02:10:34] "POST /neutron/router HTTP/1.1" 200 539 0.051617 10.0.0.27 - - [2026-04-30 02:10:34] "POST /route-targets HTTP/1.1" 200 328 0.011533 10.0.0.27 - - [2026-04-30 02:10:34] "PUT /logical-router/9c27a898-0aaf-433b-aa87-10b8688645ed HTTP/1.1" 200 263 0.018404 252.27.116.45 - - [2026-04-30 02:10:34] "POST /neutron/router HTTP/1.1" 200 539 0.005164 252.27.116.45 - - [2026-04-30 02:10:34] "POST /neutron/router HTTP/1.1" 200 539 0.003667 252.27.116.45 - - [2026-04-30 02:10:34] "POST /neutron/router HTTP/1.1" 200 539 0.003856 252.27.116.45 - - [2026-04-30 02:10:35] "POST /neutron/router HTTP/1.1" 200 539 0.008593 252.27.116.45 - - [2026-04-30 02:10:35] "POST /neutron/router HTTP/1.1" 200 539 0.004001 252.27.116.45 - - [2026-04-30 02:10:35] "POST /neutron/router HTTP/1.1" 200 539 0.003886 252.27.116.45 - - [2026-04-30 02:10:35] "POST /neutron/router HTTP/1.1" 200 539 0.003777 252.27.116.45 - - [2026-04-30 02:10:35] "POST /neutron/router HTTP/1.1" 200 539 0.004128 252.27.116.45 - - [2026-04-30 02:10:35] "POST /neutron/router HTTP/1.1" 200 539 0.004101 252.27.116.45 - - [2026-04-30 02:10:35] "POST /neutron/router HTTP/1.1" 200 539 0.004951 252.27.116.45 - - [2026-04-30 02:10:35] "POST /neutron/router HTTP/1.1" 200 539 0.004384 252.27.116.45 - - [2026-04-30 02:10:35] "POST /neutron/router HTTP/1.1" 200 539 0.004190 252.27.116.45 - - [2026-04-30 02:10:35] "POST /neutron/router HTTP/1.1" 200 539 0.004800 252.27.116.45 - - [2026-04-30 02:10:35] "POST /neutron/router HTTP/1.1" 200 539 0.004745 252.27.116.45 - - [2026-04-30 02:10:35] "POST /neutron/router HTTP/1.1" 200 539 0.003807 252.27.116.45 - - [2026-04-30 02:10:35] "POST /neutron/router HTTP/1.1" 200 539 0.003858 252.27.116.45 - - [2026-04-30 02:10:35] "POST /neutron/router HTTP/1.1" 200 539 0.003971 252.27.116.45 - - [2026-04-30 02:10:35] "POST /neutron/router HTTP/1.1" 200 539 0.004058 252.27.116.45 - - [2026-04-30 02:10:35] "POST /neutron/router HTTP/1.1" 200 539 0.003839 252.27.116.45 - - [2026-04-30 02:10:35] "POST /neutron/router HTTP/1.1" 200 539 0.004753 252.27.116.45 - - [2026-04-30 02:10:36] "POST /neutron/router HTTP/1.1" 200 539 0.004337 252.27.116.45 - - [2026-04-30 02:10:36] "POST /neutron/router HTTP/1.1" 200 539 0.003856 252.27.116.45 - - [2026-04-30 02:10:36] "POST /neutron/router HTTP/1.1" 200 539 0.005425 252.27.116.45 - - [2026-04-30 02:10:36] "POST /neutron/router HTTP/1.1" 200 539 0.003906 252.27.116.45 - - [2026-04-30 02:10:36] "POST /neutron/router HTTP/1.1" 200 539 0.004372 252.27.116.45 - - [2026-04-30 02:10:36] "POST /neutron/router HTTP/1.1" 200 539 0.004066 252.27.116.45 - - [2026-04-30 02:10:36] "POST /neutron/router HTTP/1.1" 200 539 0.003994 252.27.116.45 - - [2026-04-30 02:10:36] "POST /neutron/router HTTP/1.1" 200 539 0.004267 252.27.116.45 - - [2026-04-30 02:10:36] "POST /neutron/router HTTP/1.1" 200 539 0.004600 252.27.116.45 - - [2026-04-30 02:10:36] "POST /neutron/router HTTP/1.1" 200 539 0.004090 252.27.116.45 - - [2026-04-30 02:10:36] "POST /neutron/router HTTP/1.1" 200 539 0.004006 252.27.116.45 - - [2026-04-30 02:10:36] "POST /neutron/router HTTP/1.1" 200 539 0.004637 252.27.116.45 - - [2026-04-30 02:10:36] "POST /neutron/router HTTP/1.1" 200 539 0.018295 252.27.116.45 - - [2026-04-30 02:10:36] "POST /neutron/router HTTP/1.1" 200 539 0.004826 252.27.116.45 - - [2026-04-30 02:10:36] "POST /neutron/router HTTP/1.1" 200 539 0.021910 252.27.116.45 - - [2026-04-30 02:10:37] "POST /neutron/router HTTP/1.1" 200 539 0.004690 10.0.0.27 - - [2026-04-30 02:10:37] "GET /logical-router/9c27a898-0aaf-433b-aa87-10b8688645ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.005786 10.0.0.27 - - [2026-04-30 02:10:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003918 252.27.116.45 - - [2026-04-30 02:10:37] "POST /neutron/router HTTP/1.1" 200 151 0.056196 10.0.0.27 - - [2026-04-30 02:10:37] "GET /projects?obj_uuids=66315314-e948-4873-86c2-49fffc743d38&detail=False&count=False&shared=False HTTP/1.1" 200 321 0.001469 10.0.0.27 - - [2026-04-30 02:10:37] "DELETE /route-target/7acbe2f2-f57e-4e29-b22d-feb4377e93c1 HTTP/1.1" 200 115 0.036092 252.27.116.45 - - [2026-04-30 02:10:37] "POST /neutron/router HTTP/1.1" 200 539 0.063429 10.0.0.27 - - [2026-04-30 02:10:37] "POST /route-targets HTTP/1.1" 200 328 0.015966 10.0.0.27 - - [2026-04-30 02:10:37] "PUT /logical-router/481844b0-9985-4be2-9702-1cbc57a7298c HTTP/1.1" 200 263 0.021935 252.27.116.45 - - [2026-04-30 02:10:37] "POST /neutron/router HTTP/1.1" 200 539 0.006920 252.27.116.45 - - [2026-04-30 02:10:37] "POST /neutron/router HTTP/1.1" 200 539 0.004536 252.27.116.45 - - [2026-04-30 02:10:37] "POST /neutron/router HTTP/1.1" 200 539 0.004303 252.27.116.45 - - [2026-04-30 02:10:37] "POST /neutron/router HTTP/1.1" 200 539 0.004023 252.27.116.45 - - [2026-04-30 02:10:37] "POST /neutron/router HTTP/1.1" 200 539 0.003863 252.27.116.45 - - [2026-04-30 02:10:37] "POST /neutron/router HTTP/1.1" 200 539 0.006476 252.27.116.45 - - [2026-04-30 02:10:37] "POST /neutron/router HTTP/1.1" 200 539 0.004339 252.27.116.45 - - [2026-04-30 02:10:37] "POST /neutron/router HTTP/1.1" 200 539 0.003804 252.27.116.45 - - [2026-04-30 02:10:37] "POST /neutron/router HTTP/1.1" 200 539 0.003544 252.27.116.45 - - [2026-04-30 02:10:37] "POST /neutron/router HTTP/1.1" 200 539 0.004052 252.27.116.45 - - [2026-04-30 02:10:37] "POST /neutron/router HTTP/1.1" 200 539 0.004145 252.27.116.45 - - [2026-04-30 02:10:37] "POST /neutron/router HTTP/1.1" 200 539 0.004550 252.27.116.45 - - [2026-04-30 02:10:38] "POST /neutron/router HTTP/1.1" 200 539 0.004400 252.27.116.45 - - [2026-04-30 02:10:38] "POST /neutron/router HTTP/1.1" 200 539 0.003813 252.27.116.45 - - [2026-04-30 02:10:38] "POST /neutron/router HTTP/1.1" 200 539 0.003927 252.27.116.45 - - [2026-04-30 02:10:38] "POST /neutron/router HTTP/1.1" 200 539 0.004119 252.27.116.45 - - [2026-04-30 02:10:38] "POST /neutron/router HTTP/1.1" 200 539 0.004433 252.27.116.45 - - [2026-04-30 02:10:38] "POST /neutron/router HTTP/1.1" 200 539 0.003905 252.27.116.45 - - [2026-04-30 02:10:38] "POST /neutron/router HTTP/1.1" 200 539 0.004009 252.27.116.45 - - [2026-04-30 02:10:38] "POST /neutron/router HTTP/1.1" 200 539 0.004139 252.27.116.45 - - [2026-04-30 02:10:38] "POST /neutron/router HTTP/1.1" 200 539 0.003862 252.27.116.45 - - [2026-04-30 02:10:38] "POST /neutron/router HTTP/1.1" 200 539 0.004147 252.27.116.45 - - [2026-04-30 02:10:38] "POST /neutron/router HTTP/1.1" 200 539 0.004117 252.27.116.45 - - [2026-04-30 02:10:38] "POST /neutron/router HTTP/1.1" 200 539 0.004169 252.27.116.45 - - [2026-04-30 02:10:38] "POST /neutron/router HTTP/1.1" 200 539 0.004117 252.27.116.45 - - [2026-04-30 02:10:38] "POST /neutron/router HTTP/1.1" 200 539 0.003882 252.27.116.45 - - [2026-04-30 02:10:38] "POST /neutron/router HTTP/1.1" 200 539 0.003736 252.27.116.45 - - [2026-04-30 02:10:38] "POST /neutron/router HTTP/1.1" 200 539 0.004779 252.27.116.45 - - [2026-04-30 02:10:39] "POST /neutron/router HTTP/1.1" 200 539 0.004566 252.27.116.45 - - [2026-04-30 02:10:39] "POST /neutron/router HTTP/1.1" 200 539 0.004200 252.27.116.45 - - [2026-04-30 02:10:39] "POST /neutron/router HTTP/1.1" 200 539 0.004217 252.27.116.45 - - [2026-04-30 02:10:39] "POST /neutron/router HTTP/1.1" 200 539 0.003846 252.27.116.45 - - [2026-04-30 02:10:39] "POST /neutron/router HTTP/1.1" 200 539 0.021365 252.27.116.45 - - [2026-04-30 02:10:39] "POST /neutron/router HTTP/1.1" 200 539 0.005362 252.27.116.45 - - [2026-04-30 02:10:39] "POST /neutron/router HTTP/1.1" 200 539 0.048350 252.27.116.45 - - [2026-04-30 02:10:39] "POST /neutron/router HTTP/1.1" 200 539 0.006692 10.0.0.27 - - [2026-04-30 02:10:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.009595 10.0.0.27 - - [2026-04-30 02:10:39] "GET /logical-router/481844b0-9985-4be2-9702-1cbc57a7298c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.008779 252.27.116.45 - - [2026-04-30 02:10:39] "POST /neutron/router HTTP/1.1" 200 151 0.073863 10.0.0.27 - - [2026-04-30 02:10:39] "GET /projects?obj_uuids=b26c94cd-3561-4f91-bd6e-80292984553c&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001728 10.0.0.27 - - [2026-04-30 02:10:39] "DELETE /route-target/545ee502-9ff8-4947-8582-c8a662567de6 HTTP/1.1" 200 115 0.038816 252.27.116.45 - - [2026-04-30 02:10:39] "POST /neutron/router HTTP/1.1" 200 557 0.083671 10.0.0.27 - - [2026-04-30 02:10:39] "POST /route-targets HTTP/1.1" 200 328 0.014243 10.0.0.27 - - [2026-04-30 02:10:39] "PUT /logical-router/e27c5cab-4a89-4e07-a343-7fc2ea3ddf73 HTTP/1.1" 200 263 0.021616 252.27.116.45 - - [2026-04-30 02:10:39] "POST /neutron/router HTTP/1.1" 200 557 0.012270 252.27.116.45 - - [2026-04-30 02:10:39] "POST /neutron/router HTTP/1.1" 200 557 0.005047 252.27.116.45 - - [2026-04-30 02:10:39] "POST /neutron/router HTTP/1.1" 200 557 0.003887 252.27.116.45 - - [2026-04-30 02:10:40] "POST /neutron/router HTTP/1.1" 200 557 0.003985 252.27.116.45 - - [2026-04-30 02:10:40] "POST /neutron/router HTTP/1.1" 200 557 0.004143 252.27.116.45 - - [2026-04-30 02:10:40] "POST /neutron/router HTTP/1.1" 200 557 0.004040 252.27.116.45 - - [2026-04-30 02:10:40] "POST /neutron/router HTTP/1.1" 200 557 0.005164 252.27.116.45 - - [2026-04-30 02:10:40] "POST /neutron/router HTTP/1.1" 200 557 0.003694 252.27.116.45 - - [2026-04-30 02:10:40] "POST /neutron/router HTTP/1.1" 200 557 0.004129 252.27.116.45 - - [2026-04-30 02:10:40] "POST /neutron/router HTTP/1.1" 200 557 0.004158 252.27.116.45 - - [2026-04-30 02:10:40] "POST /neutron/router HTTP/1.1" 200 557 0.004120 252.27.116.45 - - [2026-04-30 02:10:40] "POST /neutron/router HTTP/1.1" 200 557 0.004322 252.27.116.45 - - [2026-04-30 02:10:40] "POST /neutron/router HTTP/1.1" 200 557 0.003633 252.27.116.45 - - [2026-04-30 02:10:40] "POST /neutron/router HTTP/1.1" 200 557 0.004822 252.27.116.45 - - [2026-04-30 02:10:40] "POST /neutron/router HTTP/1.1" 200 557 0.003982 252.27.116.45 - - [2026-04-30 02:10:40] "POST /neutron/router HTTP/1.1" 200 557 0.003760 252.27.116.45 - - [2026-04-30 02:10:40] "POST /neutron/router HTTP/1.1" 200 557 0.003988 252.27.116.45 - - [2026-04-30 02:10:40] "POST /neutron/router HTTP/1.1" 200 557 0.004044 252.27.116.45 - - [2026-04-30 02:10:40] "POST /neutron/router HTTP/1.1" 200 557 0.003835 252.27.116.45 - - [2026-04-30 02:10:41] "POST /neutron/router HTTP/1.1" 200 557 0.004148 252.27.116.45 - - [2026-04-30 02:10:41] "POST /neutron/router HTTP/1.1" 200 557 0.004968 252.27.116.45 - - [2026-04-30 02:10:41] "POST /neutron/router HTTP/1.1" 200 557 0.004782 252.27.116.45 - - [2026-04-30 02:10:41] "POST /neutron/router HTTP/1.1" 200 557 0.004096 252.27.116.45 - - [2026-04-30 02:10:41] "POST /neutron/router HTTP/1.1" 200 557 0.004983 252.27.116.45 - - [2026-04-30 02:10:41] "POST /neutron/router HTTP/1.1" 200 557 0.004166 252.27.116.45 - - [2026-04-30 02:10:41] "POST /neutron/router HTTP/1.1" 200 557 0.003979 252.27.116.45 - - [2026-04-30 02:10:41] "POST /neutron/router HTTP/1.1" 200 557 0.003976 252.27.116.45 - - [2026-04-30 02:10:41] "POST /neutron/router HTTP/1.1" 200 557 0.004396 252.27.116.45 - - [2026-04-30 02:10:41] "POST /neutron/router HTTP/1.1" 200 557 0.003968 252.27.116.45 - - [2026-04-30 02:10:41] "POST /neutron/router HTTP/1.1" 200 557 0.005508 252.27.116.45 - - [2026-04-30 02:10:41] "POST /neutron/router HTTP/1.1" 200 557 0.003891 252.27.116.45 - - [2026-04-30 02:10:41] "POST /neutron/router HTTP/1.1" 200 557 0.003776 252.27.116.45 - - [2026-04-30 02:10:41] "POST /neutron/router HTTP/1.1" 200 557 0.023561 252.27.116.45 - - [2026-04-30 02:10:41] "POST /neutron/router HTTP/1.1" 200 557 0.004180 252.27.116.45 - - [2026-04-30 02:10:41] "POST /neutron/router HTTP/1.1" 200 558 0.020078 252.27.116.45 - - [2026-04-30 02:10:42] "POST /neutron/router HTTP/1.1" 200 558 0.004578 10.0.0.27 - - [2026-04-30 02:10:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004352 10.0.0.27 - - [2026-04-30 02:10:42] "GET /logical-router/e27c5cab-4a89-4e07-a343-7fc2ea3ddf73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.006585 252.27.116.45 - - [2026-04-30 02:10:42] "POST /neutron/router HTTP/1.1" 200 151 0.056817 252.27.116.45 - - [2026-04-30 02:10:42] "POST /neutron/security_group HTTP/1.1" 200 519 0.005710 10.0.0.27 - - [2026-04-30 02:10:42] "DELETE /route-target/0e6600c2-9719-4be2-957d-d5dcb45af346 HTTP/1.1" 200 115 0.029572 252.27.116.45 - - [2026-04-30 02:10:42] "POST /neutron/security_group HTTP/1.1" 200 151 0.042555 10.0.0.27 - - [2026-04-30 02:10:42] "DELETE /access-control-list/e3102d22-7ec9-4952-8e8a-1131ce23ac1b HTTP/1.1" 200 115 0.032424 252.27.116.45 - - [2026-04-30 02:10:42] "POST /neutron/security_group HTTP/1.1" 200 519 0.007283 10.0.0.27 - - [2026-04-30 02:10:42] "DELETE /access-control-list/81f90f9b-7ae2-466e-b94d-9122683883c3 HTTP/1.1" 200 115 0.027539 252.27.116.45 - - [2026-04-30 02:10:42] "POST /neutron/security_group HTTP/1.1" 200 151 0.040283 10.0.0.27 - - [2026-04-30 02:10:42] "DELETE /access-control-list/45fb6753-528c-41dc-a0dc-e456a3ab6bb1 HTTP/1.1" 200 115 0.029323 252.27.116.45 - - [2026-04-30 02:10:42] "POST /neutron/security_group HTTP/1.1" 200 504 0.003941 10.0.0.27 - - [2026-04-30 02:10:42] "DELETE /access-control-list/9df640cb-f5b2-458e-9f2c-6204a610d1ed HTTP/1.1" 200 115 0.029074 252.27.116.45 - - [2026-04-30 02:10:42] "POST /neutron/security_group HTTP/1.1" 200 151 0.040095 10.0.0.27 - - [2026-04-30 02:10:42] "DELETE /access-control-list/937a96be-c6a9-46ef-9995-f18e4f613ca7 HTTP/1.1" 200 115 0.026050 252.27.116.45 - - [2026-04-30 02:10:42] "POST /neutron/security_group HTTP/1.1" 200 504 0.003635 10.0.0.27 - - [2026-04-30 02:10:42] "DELETE /access-control-list/c379d6c7-a69b-46cb-a69b-eb4628173573 HTTP/1.1" 200 115 0.026645 252.27.116.45 - - [2026-04-30 02:10:42] "POST /neutron/security_group HTTP/1.1" 200 151 0.048869 10.0.0.27 - - [2026-04-30 02:10:42] "DELETE /access-control-list/9a8aba61-3295-47f3-817b-744609433196 HTTP/1.1" 200 115 0.028726 10.0.0.27 - - [2026-04-30 02:10:42] "DELETE /access-control-list/4cd46764-bd02-4ab2-a19d-3d6ad863b881 HTTP/1.1" 200 115 0.022974 10.0.0.27 - - [2026-04-30 02:10:43] "GET /projects?obj_uuids=b26c94cd-3561-4f91-bd6e-80292984553c&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001142 10.0.0.27 - - [2026-04-30 02:10:43] "GET /project/b26c94cd-3561-4f91-bd6e-80292984553c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.032626 10.0.0.27 - - [2026-04-30 02:10:43] "GET /projects?obj_uuids=b26c94cd-3561-4f91-bd6e-80292984553c&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001579 10.0.0.27 - - [2026-04-30 02:10:43] "GET /project/b26c94cd-3561-4f91-bd6e-80292984553c?fields=virtual_networks HTTP/1.1" 200 1023 0.078783 10.0.0.27 - - [2026-04-30 02:10:43] "GET /projects?obj_uuids=b26c94cd-3561-4f91-bd6e-80292984553c&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001467 10.0.0.27 - - [2026-04-30 02:10:43] "GET /project/b26c94cd-3561-4f91-bd6e-80292984553c?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.030919 10.0.0.27 - - [2026-04-30 02:10:43] "GET /projects?obj_uuids=b26c94cd-3561-4f91-bd6e-80292984553c&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001356 10.0.0.27 - - [2026-04-30 02:10:43] "GET /project/b26c94cd-3561-4f91-bd6e-80292984553c?fields=security_groups HTTP/1.1" 200 1243 0.035998 10.0.0.27 - - [2026-04-30 02:10:44] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001510 10.0.0.27 - - [2026-04-30 02:10:44] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 943 0.008275 10.0.0.27 - - [2026-04-30 02:10:44] "POST /fqname-to-id HTTP/1.1" 404 182 0.040574 10.0.0.27 - - [2026-04-30 02:10:44] "GET /projects?obj_uuids=184c9516-3202-4218-93d7-acf8c1036f57&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003145 10.0.0.27 - - [2026-04-30 02:10:44] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001724 10.0.0.27 - - [2026-04-30 02:10:44] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 974 0.008493 10.0.0.27 - - [2026-04-30 02:10:44] "POST /id-to-fqname HTTP/1.1" 200 184 0.002336 10.0.0.27 - - [2026-04-30 02:10:44] "POST /fqname-to-id HTTP/1.1" 404 193 0.004129 10.0.0.27 - - [2026-04-30 02:10:44] "POST /security-groups HTTP/1.1" 200 579 0.068561 10.0.0.27 - - [2026-04-30 02:10:44] "POST /fqname-to-id HTTP/1.1" 404 228 0.005648 10.0.0.27 - - [2026-04-30 02:10:44] "POST /projects HTTP/1.1" 200 569 0.252605 10.0.0.27 - - [2026-04-30 02:10:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.289800 10.0.0.27 - - [2026-04-30 02:10:44] "POST /access-control-lists HTTP/1.1" 200 592 0.066544 10.0.0.27 - - [2026-04-30 02:10:44] "GET /project/184c9516-3202-4218-93d7-acf8c1036f57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.455930 10.0.0.27 - - [2026-04-30 02:10:44] "POST /fqname-to-id HTTP/1.1" 404 227 0.003699 10.0.0.27 - - [2026-04-30 02:10:45] "POST /access-control-lists HTTP/1.1" 200 590 0.064467 10.0.0.27 - - [2026-04-30 02:10:46] "GET / HTTP/1.1" 200 36215 0.002070 10.0.0.27 - - [2026-04-30 02:10:47] "POST /fqname-to-id HTTP/1.1" 401 295 0.000515 10.0.0.27 - - [2026-04-30 02:10:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.080086 10.0.0.27 - - [2026-04-30 02:10:47] "GET /projects?obj_uuids=184c9516-3202-4218-93d7-acf8c1036f57&detail=False&count=False&shared=False HTTP/1.1" 200 340 0.001185 10.0.0.27 - - [2026-04-30 02:10:47] "GET /project/184c9516-3202-4218-93d7-acf8c1036f57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.028573 252.27.116.45 - - [2026-04-30 02:10:47] "POST /neutron/network HTTP/1.1" 200 117 0.039396 10.0.0.27 - - [2026-04-30 02:10:47] "GET /projects?obj_uuids=184c9516-3202-4218-93d7-acf8c1036f57&detail=False&count=False&shared=False HTTP/1.1" 200 340 0.001256 252.27.116.45 - - [2026-04-30 02:10:47] "POST /neutron/network HTTP/1.1" 200 599 0.086292 10.0.0.27 - - [2026-04-30 02:10:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003448 252.27.116.45 - - [2026-04-30 02:10:48] "POST /neutron/subnet HTTP/1.1" 200 729 0.189804 252.27.116.45 - - [2026-04-30 02:10:48] "POST /neutron/network HTTP/1.1" 200 819 0.006457 10.0.0.27 - - [2026-04-30 02:10:48] "POST /id-to-fqname HTTP/1.1" 200 214 0.001585 10.0.0.27 - - [2026-04-30 02:10:48] "GET /virtual-network/283b73f3-9207-4085-969c-3b54e66d785a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005708 252.27.116.45 - - [2026-04-30 02:10:48] "POST /neutron/network HTTP/1.1" 200 819 0.005614 10.0.0.27 - - [2026-04-30 02:10:48] "GET /virtual-network/283b73f3-9207-4085-969c-3b54e66d785a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005927 10.0.0.27 - - [2026-04-30 02:10:48] "POST /route-targets HTTP/1.1" 200 328 0.013472 252.27.116.45 - - [2026-04-30 02:10:48] "POST /neutron/network HTTP/1.1" 200 819 0.007986 10.0.0.27 - - [2026-04-30 02:10:48] "POST /ref-update HTTP/1.1" 200 156 0.020431 252.27.116.45 - - [2026-04-30 02:10:48] "POST /neutron/subnet HTTP/1.1" 200 729 0.010527 10.0.0.27 - - [2026-04-30 02:10:48] "POST /fqname-to-id HTTP/1.1" 404 204 0.003238 10.0.0.27 - - [2026-04-30 02:10:48] "GET /virtual-network/283b73f3-9207-4085-969c-3b54e66d785a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007148 10.0.0.27 - - [2026-04-30 02:10:48] "GET /projects?obj_uuids=184c9516-3202-4218-93d7-acf8c1036f57&detail=False&count=False&shared=False HTTP/1.1" 200 340 0.001551 252.27.116.45 - - [2026-04-30 02:10:48] "POST /neutron/port HTTP/1.1" 200 1016 0.225248 10.0.0.27 - - [2026-04-30 02:10:48] "GET /virtual-machine-interface/6f6a5572-ccaf-45d6-b148-f897902cf89d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2381 0.006432 10.0.0.27 - - [2026-04-30 02:10:48] "GET /virtual-machine-interface/6f6a5572-ccaf-45d6-b148-f897902cf89d?fields=instance_ip_back_refs HTTP/1.1" 200 1318 0.006175 10.0.0.27 - - [2026-04-30 02:10:48] "GET /instance-ip/99fbae0e-c33e-432f-9876-1798c4429b2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1595 0.004286 10.0.0.27 - - [2026-04-30 02:10:48] "GET /virtual-machine-interface/6f6a5572-ccaf-45d6-b148-f897902cf89d HTTP/1.1" 401 295 0.000437 10.0.0.27 - - [2026-04-30 02:10:49] "GET /virtual-machine-interface/6f6a5572-ccaf-45d6-b148-f897902cf89d HTTP/1.1" 200 2603 0.035481 252.27.116.45 - - [2026-04-30 02:10:49] "POST /neutron/port HTTP/1.1" 200 1016 0.011890 252.27.116.45 - - [2026-04-30 02:10:49] "POST /neutron/port HTTP/1.1" 200 151 0.079406 252.27.116.45 - - [2026-04-30 02:10:49] "POST /neutron/network HTTP/1.1" 200 819 0.007653 10.0.0.27 - - [2026-04-30 02:10:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005119 10.0.0.27 - - [2026-04-30 02:10:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002828 10.0.0.27 - - [2026-04-30 02:10:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003495 252.27.116.45 - - [2026-04-30 02:10:49] "POST /neutron/network HTTP/1.1" 200 151 0.127084 10.0.0.27 - - [2026-04-30 02:10:49] "DELETE /route-target/cfbe5f15-35cc-4d2c-aa68-0ea481ce5255 HTTP/1.1" 200 115 0.032456 10.0.0.27 - - [2026-04-30 02:10:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003059 10.0.0.27 - - [2026-04-30 02:10:50] "GET /projects?obj_uuids=184c9516-3202-4218-93d7-acf8c1036f57&detail=False&count=False&shared=False HTTP/1.1" 200 340 0.001130 10.0.0.27 - - [2026-04-30 02:10:50] "GET /project/184c9516-3202-4218-93d7-acf8c1036f57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.034782 252.27.116.45 - - [2026-04-30 02:10:50] "POST /neutron/network HTTP/1.1" 200 117 0.009841 10.0.0.27 - - [2026-04-30 02:10:50] "GET /projects?obj_uuids=184c9516-3202-4218-93d7-acf8c1036f57&detail=False&count=False&shared=False HTTP/1.1" 200 340 0.001145 252.27.116.45 - - [2026-04-30 02:10:50] "POST /neutron/network HTTP/1.1" 200 601 0.072132 10.0.0.27 - - [2026-04-30 02:10:50] "POST /route-targets HTTP/1.1" 200 328 0.012950 10.0.0.27 - - [2026-04-30 02:10:50] "POST /ref-update HTTP/1.1" 200 156 0.016850 10.0.0.27 - - [2026-04-30 02:10:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003809 252.27.116.45 - - [2026-04-30 02:10:51] "POST /neutron/subnet HTTP/1.1" 200 715 0.210651 10.0.0.27 - - [2026-04-30 02:10:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003110 252.27.116.45 - - [2026-04-30 02:10:51] "POST /neutron/subnet HTTP/1.1" 200 720 0.131015 252.27.116.45 - - [2026-04-30 02:10:51] "POST /neutron/network HTTP/1.1" 200 973 0.007540 10.0.0.27 - - [2026-04-30 02:10:51] "POST /id-to-fqname HTTP/1.1" 200 215 0.001509 10.0.0.27 - - [2026-04-30 02:10:51] "GET /virtual-network/9f82c4e5-09e5-4ea8-bb20-9cc5cdc45742?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2554 0.005167 252.27.116.45 - - [2026-04-30 02:10:51] "POST /neutron/network HTTP/1.1" 200 973 0.008443 10.0.0.27 - - [2026-04-30 02:10:51] "GET /virtual-network/9f82c4e5-09e5-4ea8-bb20-9cc5cdc45742?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2554 0.005558 252.27.116.45 - - [2026-04-30 02:10:51] "POST /neutron/network HTTP/1.1" 200 973 0.007676 252.27.116.45 - - [2026-04-30 02:10:51] "POST /neutron/subnet HTTP/1.1" 200 715 0.008080 252.27.116.45 - - [2026-04-30 02:10:51] "POST /neutron/subnet HTTP/1.1" 200 720 0.007755 10.0.0.27 - - [2026-04-30 02:10:51] "GET /projects?obj_uuids=184c9516-3202-4218-93d7-acf8c1036f57&detail=False&count=False&shared=False HTTP/1.1" 200 340 0.001165 10.0.0.27 - - [2026-04-30 02:10:51] "DELETE /project/cc5ed49129dc45e587198ded5a23fb94 HTTP/1.1" 404 173 0.014553 10.0.0.27 - - [2026-04-30 02:10:51] "GET /projects?obj_uuids=b26c94cd-3561-4f91-bd6e-80292984553c&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001093 10.0.0.27 - - [2026-04-30 02:10:51] "DELETE /project/b26c94cd35614f91bd6e80292984553c HTTP/1.1" 404 173 0.009306 10.0.0.27 - - [2026-04-30 02:10:51] "DELETE /project/184c95163202421893d7acf8c1036f57 HTTP/1.1" 404 173 0.008064 10.0.0.27 - - [2026-04-30 02:10:51] "GET /projects?obj_uuids=6e9b15e2-aa2e-46ed-bc71-5056d2e86bb8&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001108 10.0.0.27 - - [2026-04-30 02:10:51] "GET /projects?obj_uuids=cc5ed491-29dc-45e5-8719-8ded5a23fb94&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001028 10.0.0.27 - - [2026-04-30 02:10:51] "GET /project/b26c94cd-3561-4f91-bd6e-80292984553c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.066741 10.0.0.27 - - [2026-04-30 02:10:51] "GET /projects?obj_uuids=b26c94cd-3561-4f91-bd6e-80292984553c&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001096 10.0.0.27 - - [2026-04-30 02:10:51] "GET /project/cc5ed491-29dc-45e5-8719-8ded5a23fb94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.143725 10.0.0.27 - - [2026-04-30 02:10:51] "GET /project/6e9b15e2-aa2e-46ed-bc71-5056d2e86bb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1503 0.153088 10.0.0.27 - - [2026-04-30 02:10:52] "GET /project/b26c94cd-3561-4f91-bd6e-80292984553c?fields=security_groups HTTP/1.1" 200 1336 0.155140 10.0.0.27 - - [2026-04-30 02:10:52] "GET /projects?obj_uuids=6e9b15e2-aa2e-46ed-bc71-5056d2e86bb8&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001315 10.0.0.27 - - [2026-04-30 02:10:52] "GET /projects?obj_uuids=cc5ed491-29dc-45e5-8719-8ded5a23fb94&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001226 10.0.0.27 - - [2026-04-30 02:10:52] "GET /project/6e9b15e2-aa2e-46ed-bc71-5056d2e86bb8?fields=security_groups HTTP/1.1" 200 1386 0.069484 10.0.0.27 - - [2026-04-30 02:10:52] "GET /project/cc5ed491-29dc-45e5-8719-8ded5a23fb94?fields=security_groups HTTP/1.1" 200 1335 0.078294 252.27.116.45 - - [2026-04-30 02:10:52] "POST /neutron/port HTTP/1.1" 200 1014 0.507058 10.0.0.27 - - [2026-04-30 02:10:52] "DELETE /security-group/dd1712bc-c080-411c-bf16-f879a022fd77 HTTP/1.1" 200 115 0.181431 10.0.0.27 - - [2026-04-30 02:10:52] "DELETE /access-control-list/2f514f68-ae40-4ffa-8b59-11bc57352f15 HTTP/1.1" 200 115 0.080313 10.0.0.27 - - [2026-04-30 02:10:52] "GET /projects?obj_uuids=b26c94cd-3561-4f91-bd6e-80292984553c&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001236 10.0.0.27 - - [2026-04-30 02:10:52] "GET /project/b26c94cd-3561-4f91-bd6e-80292984553c?fields=application_policy_sets HTTP/1.1" 200 1375 0.060188 10.0.0.27 - - [2026-04-30 02:10:52] "GET /projects?obj_uuids=184c9516-3202-4218-93d7-acf8c1036f57&detail=False&count=False&shared=False HTTP/1.1" 200 340 0.005928 10.0.0.27 - - [2026-04-30 02:10:52] "DELETE /security-group/7407edb4-8d73-4f4f-86c7-31d123db45d9 HTTP/1.1" 200 115 0.191732 10.0.0.27 - - [2026-04-30 02:10:52] "DELETE /security-group/f695b147-4171-4a28-afaf-878a7848be8e HTTP/1.1" 200 115 0.193133 10.0.0.27 - - [2026-04-30 02:10:52] "GET /projects?obj_uuids=6e9b15e2-aa2e-46ed-bc71-5056d2e86bb8&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001597 10.0.0.27 - - [2026-04-30 02:10:52] "DELETE /access-control-list/5d8d3f3a-f3a0-488b-8a9c-11b3c4194bed HTTP/1.1" 200 115 0.094228 10.0.0.27 - - [2026-04-30 02:10:52] "GET /projects?obj_uuids=cc5ed491-29dc-45e5-8719-8ded5a23fb94&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001637 10.0.0.27 - - [2026-04-30 02:10:52] "GET /project/cc5ed491-29dc-45e5-8719-8ded5a23fb94?fields=application_policy_sets HTTP/1.1" 200 1374 0.116807 10.0.0.27 - - [2026-04-30 02:10:52] "GET /project/6e9b15e2-aa2e-46ed-bc71-5056d2e86bb8?fields=application_policy_sets HTTP/1.1" 200 1425 0.198151 10.0.0.27 - - [2026-04-30 02:10:52] "DELETE /access-control-list/7f569044-6422-4579-8903-12f8dde9a9ea HTTP/1.1" 200 115 0.163760 10.0.0.27 - - [2026-04-30 02:10:52] "DELETE /access-control-list/b60b0f05-67fd-4b56-9e5f-ec2924e1413a HTTP/1.1" 200 115 0.177189 10.0.0.27 - - [2026-04-30 02:10:52] "DELETE /project/b26c94cd-3561-4f91-bd6e-80292984553c HTTP/1.1" 200 115 1.058614 10.0.0.27 - - [2026-04-30 02:10:52] "DELETE /access-control-list/56b41ea6-69c1-4e34-90c0-4c66527e43da HTTP/1.1" 200 115 0.090781 10.0.0.27 - - [2026-04-30 02:10:52] "DELETE /project/cc5ed491-29dc-45e5-8719-8ded5a23fb94 HTTP/1.1" 200 115 1.083172 10.0.0.27 - - [2026-04-30 02:10:52] "DELETE /project/6e9b15e2-aa2e-46ed-bc71-5056d2e86bb8 HTTP/1.1" 200 115 1.099244 10.0.0.27 - - [2026-04-30 02:10:52] "DELETE /access-control-list/42a188b3-a3ed-4667-9bf8-0cf02e538ca8 HTTP/1.1" 200 115 0.063155 252.27.116.45 - - [2026-04-30 02:10:52] "POST /neutron/port HTTP/1.1" 200 1015 0.654264 10.0.0.27 - - [2026-04-30 02:10:53] "POST /id-to-fqname HTTP/1.1" 200 215 0.001483 252.27.116.45 - - [2026-04-30 02:10:53] "POST /neutron/port HTTP/1.1" 200 1014 0.018927 252.27.116.45 - - [2026-04-30 02:10:53] "POST /neutron/port HTTP/1.1" 200 1014 0.016065 252.27.116.45 - - [2026-04-30 02:10:53] "POST /neutron/network HTTP/1.1" 200 973 0.009434 252.27.116.45 - - [2026-04-30 02:10:53] "POST /neutron/port HTTP/1.1" 200 1014 0.014080 252.27.116.45 - - [2026-04-30 02:10:54] "POST /neutron/port HTTP/1.1" 200 117 0.005754 252.27.116.45 - - [2026-04-30 02:10:54] "POST /neutron/port HTTP/1.1" 200 117 0.007252 10.0.0.27 - - [2026-04-30 02:10:54] "POST /id-to-fqname HTTP/1.1" 200 215 0.001719 252.27.116.45 - - [2026-04-30 02:10:54] "POST /neutron/port HTTP/1.1" 200 117 0.008033 252.27.116.45 - - [2026-04-30 02:10:54] "POST /neutron/port HTTP/1.1" 200 1014 0.025265 252.27.116.45 - - [2026-04-30 02:10:54] "POST /neutron/port HTTP/1.1" 200 1015 0.012878 252.27.116.45 - - [2026-04-30 02:10:54] "POST /neutron/port HTTP/1.1" 200 1015 0.016659 252.27.116.45 - - [2026-04-30 02:10:54] "POST /neutron/network HTTP/1.1" 200 973 0.007996 252.27.116.45 - - [2026-04-30 02:10:54] "POST /neutron/port HTTP/1.1" 200 1015 0.019256 252.27.116.45 - - [2026-04-30 02:10:55] "POST /neutron/port HTTP/1.1" 200 117 0.007211 252.27.116.45 - - [2026-04-30 02:10:55] "POST /neutron/port HTTP/1.1" 200 117 0.008240 252.27.116.45 - - [2026-04-30 02:10:55] "POST /neutron/port HTTP/1.1" 200 117 0.009482 252.27.116.45 - - [2026-04-30 02:10:55] "POST /neutron/port HTTP/1.1" 200 1015 0.015536 252.27.116.45 - - [2026-04-30 02:10:55] "POST /neutron/port HTTP/1.1" 200 1014 0.014506 252.27.116.45 - - [2026-04-30 02:10:55] "POST /neutron/network HTTP/1.1" 200 983 0.007423 252.27.116.45 - - [2026-04-30 02:10:56] "POST /neutron/port HTTP/1.1" 200 1014 0.014766 [Introspect:8084]10.0.0.27 - - [2026-04-30 02:10:56] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001068 252.27.116.45 - - [2026-04-30 02:10:56] "POST /neutron/port HTTP/1.1" 200 1014 0.021178 [Introspect:8084]10.0.0.27 - - [2026-04-30 02:10:56] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2956 0.001254 252.27.116.45 - - [2026-04-30 02:10:56] "POST /neutron/port HTTP/1.1" 200 1102 0.094552 252.27.116.45 - - [2026-04-30 02:10:56] "POST /neutron/port HTTP/1.1" 200 1112 0.017283 252.27.116.45 - - [2026-04-30 02:10:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004622 252.27.116.45 - - [2026-04-30 02:10:56] "POST /neutron/port HTTP/1.1" 200 1015 0.012272 252.27.116.45 - - [2026-04-30 02:10:56] "POST /neutron/subnet HTTP/1.1" 200 689 0.010961 252.27.116.45 - - [2026-04-30 02:10:56] "POST /neutron/network HTTP/1.1" 200 983 0.008079 252.27.116.45 - - [2026-04-30 02:10:56] "POST /neutron/port HTTP/1.1" 200 117 0.001471 252.27.116.45 - - [2026-04-30 02:10:56] "POST /neutron/port HTTP/1.1" 200 1015 0.009365 252.27.116.45 - - [2026-04-30 02:10:56] "POST /neutron/network HTTP/1.1" 200 973 0.007123 252.27.116.45 - - [2026-04-30 02:10:56] "POST /neutron/port HTTP/1.1" 200 1015 0.011797 252.27.116.45 - - [2026-04-30 02:10:56] "POST /neutron/port HTTP/1.1" 200 1103 0.140574 252.27.116.45 - - [2026-04-30 02:10:57] "POST /neutron/port HTTP/1.1" 200 1113 0.021500 252.27.116.45 - - [2026-04-30 02:10:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004070 252.27.116.45 - - [2026-04-30 02:10:57] "POST /neutron/subnet HTTP/1.1" 200 694 0.014791 252.27.116.45 - - [2026-04-30 02:10:57] "POST /neutron/port HTTP/1.1" 200 117 0.001221 252.27.116.45 - - [2026-04-30 02:10:57] "POST /neutron/network HTTP/1.1" 200 973 0.008113 10.0.0.27 - - [2026-04-30 02:10:58] "GET /obj-perms HTTP/1.1" 200 6366 0.086271 10.0.0.27 - - [2026-04-30 02:10:59] "GET /obj-perms HTTP/1.1" 200 6366 0.098339 252.27.116.45 - - [2026-04-30 02:11:00] "POST /neutron/port HTTP/1.1" 200 1112 0.024570 252.27.116.45 - - [2026-04-30 02:11:00] "POST /neutron/security_group HTTP/1.1" 200 2052 0.040906 252.27.116.45 - - [2026-04-30 02:11:00] "POST /neutron/port HTTP/1.1" 200 1112 0.030186 252.27.116.45 - - [2026-04-30 02:11:00] "POST /neutron/security_group HTTP/1.1" 200 2052 0.010550 252.27.116.45 - - [2026-04-30 02:11:00] "POST /neutron/port HTTP/1.1" 200 1112 0.022408 252.27.116.45 - - [2026-04-30 02:11:01] "POST /neutron/security_group HTTP/1.1" 200 2052 0.013463 10.0.0.27 - - [2026-04-30 02:11:01] "GET /virtual-machine/e6d2cf5f-b55c-4d5c-8f47-21f88d05598c HTTP/1.1" 200 1285 0.007849 10.0.0.27 - - [2026-04-30 02:11:01] "GET /virtual-machine-interface/17e82c82-6516-4dd6-8fae-b8e201abbf5d HTTP/1.1" 200 2919 0.006418 10.0.0.27 - - [2026-04-30 02:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004210 10.0.0.27 - - [2026-04-30 02:11:01] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005298 10.0.0.27 - - [2026-04-30 02:11:01] "GET /virtual-networks?parent_id=184c9516-3202-4218-93d7-acf8c1036f57&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.005189 10.0.0.27 - - [2026-04-30 02:11:01] "GET /virtual-network/9f82c4e5-09e5-4ea8-bb20-9cc5cdc45742?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2554 0.012769 [Introspect:8084]10.0.0.27 - - [2026-04-30 02:11:02] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001997 [Introspect:8084]10.0.0.27 - - [2026-04-30 02:11:02] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2956 0.001218 10.0.0.27 - - [2026-04-30 02:11:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.006477 10.0.0.27 - - [2026-04-30 02:11:04] "GET /virtual-network/9f82c4e5-09e5-4ea8-bb20-9cc5cdc45742?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2554 0.006187 252.27.116.45 - - [2026-04-30 02:11:08] "POST /neutron/port HTTP/1.1" 200 1113 0.016630 252.27.116.45 - - [2026-04-30 02:11:08] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006759 252.27.116.45 - - [2026-04-30 02:11:08] "POST /neutron/port HTTP/1.1" 200 1113 0.020465 252.27.116.45 - - [2026-04-30 02:11:08] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006387 252.27.116.45 - - [2026-04-30 02:11:08] "POST /neutron/port HTTP/1.1" 200 1112 0.019801 252.27.116.45 - - [2026-04-30 02:11:08] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006280 252.27.116.45 - - [2026-04-30 02:11:08] "POST /neutron/port HTTP/1.1" 200 1113 0.019069 252.27.116.45 - - [2026-04-30 02:11:08] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008791 252.27.116.45 - - [2026-04-30 02:11:08] "POST /neutron/port HTTP/1.1" 200 1112 0.017853 252.27.116.45 - - [2026-04-30 02:11:08] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007488 10.0.0.27 - - [2026-04-30 02:11:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004265 10.0.0.27 - - [2026-04-30 02:11:08] "GET /virtual-network/9f82c4e5-09e5-4ea8-bb20-9cc5cdc45742?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2554 0.007681 252.27.116.45 - - [2026-04-30 02:11:09] "POST /neutron/port HTTP/1.1" 200 1112 0.017157 252.27.116.45 - - [2026-04-30 02:11:09] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007543 252.27.116.45 - - [2026-04-30 02:11:10] "POST /neutron/port HTTP/1.1" 200 1112 0.015434 252.27.116.45 - - [2026-04-30 02:11:10] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006371 10.0.0.27 - - [2026-04-30 02:11:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004386 10.0.0.27 - - [2026-04-30 02:11:11] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003720 10.0.0.27 - - [2026-04-30 02:11:11] "GET /virtual-networks?parent_id=184c9516-3202-4218-93d7-acf8c1036f57&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003560 10.0.0.27 - - [2026-04-30 02:11:11] "GET /virtual-network/9f82c4e5-09e5-4ea8-bb20-9cc5cdc45742?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2554 0.005594 252.27.116.45 - - [2026-04-30 02:11:11] "POST /neutron/port HTTP/1.1" 200 1113 0.015039 252.27.116.45 - - [2026-04-30 02:11:11] "POST /neutron/security_group HTTP/1.1" 200 2052 0.006512 252.27.116.45 - - [2026-04-30 02:11:11] "POST /neutron/port HTTP/1.1" 200 1113 0.016922 252.27.116.45 - - [2026-04-30 02:11:11] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008169 252.27.116.45 - - [2026-04-30 02:11:11] "POST /neutron/port HTTP/1.1" 200 1113 0.015687 252.27.116.45 - - [2026-04-30 02:11:11] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008527 10.0.0.27 - - [2026-04-30 02:11:11] "GET /virtual-machine/7b9b719f-c3cd-4f55-8931-4a77cad4b227 HTTP/1.1" 200 1283 0.005712 10.0.0.27 - - [2026-04-30 02:11:11] "GET /virtual-machine-interface/90b78366-e04f-4e38-bac3-35cc83c3a04d HTTP/1.1" 200 2920 0.006487 252.27.116.45 - - [2026-04-30 02:11:12] "POST /neutron/port HTTP/1.1" 200 1113 0.016299 10.0.0.27 - - [2026-04-30 02:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 252.27.116.45 - - [2026-04-30 02:11:12] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007386 10.0.0.27 - - [2026-04-30 02:11:12] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003343 10.0.0.27 - - [2026-04-30 02:11:12] "GET /virtual-networks?parent_id=184c9516-3202-4218-93d7-acf8c1036f57&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003533 10.0.0.27 - - [2026-04-30 02:11:12] "GET /virtual-network/9f82c4e5-09e5-4ea8-bb20-9cc5cdc45742?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2554 0.005473 10.0.0.27 - - [2026-04-30 02:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.27 - - [2026-04-30 02:11:13] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003329 10.0.0.27 - - [2026-04-30 02:11:13] "GET /virtual-networks?parent_id=184c9516-3202-4218-93d7-acf8c1036f57&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003301 10.0.0.27 - - [2026-04-30 02:11:13] "GET /virtual-network/9f82c4e5-09e5-4ea8-bb20-9cc5cdc45742?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2554 0.005868 252.27.116.45 - - [2026-04-30 02:11:17] "POST /neutron/port HTTP/1.1" 200 1103 0.018511 252.27.116.45 - - [2026-04-30 02:11:17] "POST /neutron/port HTTP/1.1" 200 1103 0.013934 252.27.116.45 - - [2026-04-30 02:11:17] "POST /neutron/port HTTP/1.1" 200 151 0.157005 252.27.116.45 - - [2026-04-30 02:11:17] "POST /neutron/port HTTP/1.1" 200 1102 0.014843 252.27.116.45 - - [2026-04-30 02:11:17] "POST /neutron/port HTTP/1.1" 200 1102 0.018306 10.0.0.27 - - [2026-04-30 02:11:17] "GET / HTTP/1.1" 200 36215 0.001787 10.0.0.27 - - [2026-04-30 02:11:17] "POST /fqname-to-id HTTP/1.1" 401 295 0.000437 252.27.116.45 - - [2026-04-30 02:11:17] "POST /neutron/port HTTP/1.1" 200 151 0.132229 252.27.116.45 - - [2026-04-30 02:11:17] "POST /neutron/network HTTP/1.1" 200 973 0.011706 10.0.0.27 - - [2026-04-30 02:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004304 10.0.0.27 - - [2026-04-30 02:11:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003006 10.0.0.27 - - [2026-04-30 02:11:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002874 10.0.0.27 - - [2026-04-30 02:11:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002617 10.0.0.27 - - [2026-04-30 02:11:17] "POST /useragent-kv HTTP/1.1" 200 115 0.006447 10.0.0.27 - - [2026-04-30 02:11:17] "DELETE /route-target/17633ffe-cc35-4551-8c43-01135a4f1b74 HTTP/1.1" 200 115 0.038565 252.27.116.45 - - [2026-04-30 02:11:17] "POST /neutron/network HTTP/1.1" 200 151 0.162809 10.0.0.27 - - [2026-04-30 02:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.059856 10.0.0.27 - - [2026-04-30 02:11:18] "GET /global-system-config/c17ecde6-57fb-4f66-a28c-5b39ca01c38c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.009856 10.0.0.27 - - [2026-04-30 02:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004063 10.0.0.27 - - [2026-04-30 02:11:18] "GET /config-node/89bf3182-4393-4097-9aa9-f44cb27cf11c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1187 0.005612 10.0.0.27 - - [2026-04-30 02:11:18] "GET /projects?obj_uuids=184c9516-3202-4218-93d7-acf8c1036f57&detail=False&count=False&shared=False HTTP/1.1" 200 340 0.001110 10.0.0.27 - - [2026-04-30 02:11:18] "GET /project/184c9516-3202-4218-93d7-acf8c1036f57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.033360 10.0.0.27 - - [2026-04-30 02:11:18] "GET /projects?obj_uuids=184c9516-3202-4218-93d7-acf8c1036f57&detail=False&count=False&shared=False HTTP/1.1" 200 340 0.001486 10.0.0.27 - - [2026-04-30 02:11:18] "GET /project/184c9516-3202-4218-93d7-acf8c1036f57?fields=virtual_networks HTTP/1.1" 200 1024 0.032328 10.0.0.27 - - [2026-04-30 02:11:18] "GET /projects?obj_uuids=184c9516-3202-4218-93d7-acf8c1036f57&detail=False&count=False&shared=False HTTP/1.1" 200 340 0.001267 10.0.0.27 - - [2026-04-30 02:11:18] "GET /project/184c9516-3202-4218-93d7-acf8c1036f57?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.033871 10.0.0.27 - - [2026-04-30 02:11:18] "GET /projects?obj_uuids=184c9516-3202-4218-93d7-acf8c1036f57&detail=False&count=False&shared=False HTTP/1.1" 200 340 0.001212 10.0.0.27 - - [2026-04-30 02:11:18] "GET /project/184c9516-3202-4218-93d7-acf8c1036f57?fields=security_groups HTTP/1.1" 200 1245 0.027473 10.0.0.27 - - [2026-04-30 02:11:19] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001959 10.0.0.27 - - [2026-04-30 02:11:19] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 943 0.009339 10.0.0.27 - - [2026-04-30 02:11:19] "POST /fqname-to-id HTTP/1.1" 404 184 0.041785 10.0.0.27 - - [2026-04-30 02:11:19] "GET /projects?obj_uuids=611f9820-8ebd-480b-8669-4d37d3b78494&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002847 10.0.0.27 - - [2026-04-30 02:11:19] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001463 10.0.0.27 - - [2026-04-30 02:11:19] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 974 0.009005 10.0.0.27 - - [2026-04-30 02:11:19] "POST /id-to-fqname HTTP/1.1" 200 186 0.001374 10.0.0.27 - - [2026-04-30 02:11:19] "POST /fqname-to-id HTTP/1.1" 404 195 0.004719 10.0.0.27 - - [2026-04-30 02:11:20] "POST /security-groups HTTP/1.1" 200 581 0.068231 10.0.0.27 - - [2026-04-30 02:11:20] "POST /fqname-to-id HTTP/1.1" 404 230 0.004840 10.0.0.27 - - [2026-04-30 02:11:20] "POST /projects HTTP/1.1" 200 573 0.278054 10.0.0.27 - - [2026-04-30 02:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.317436 10.0.0.27 - - [2026-04-30 02:11:20] "POST /access-control-lists HTTP/1.1" 200 594 0.083938 10.0.0.27 - - [2026-04-30 02:11:20] "GET /project/611f9820-8ebd-480b-8669-4d37d3b78494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.519321 10.0.0.27 - - [2026-04-30 02:11:20] "POST /fqname-to-id HTTP/1.1" 404 229 0.003510 10.0.0.27 - - [2026-04-30 02:11:20] "POST /access-control-lists HTTP/1.1" 200 592 0.070099 10.0.0.27 - - [2026-04-30 02:11:21] "GET / HTTP/1.1" 200 36215 0.001981 252.27.116.45 - - [2026-04-30 02:11:22] "POST /neutron/port HTTP/1.1" 200 117 0.007837 252.27.116.45 - - [2026-04-30 02:11:22] "POST /neutron/port HTTP/1.1" 400 205 0.005822 252.27.116.45 - - [2026-04-30 02:11:22] "POST /neutron/port HTTP/1.1" 200 117 0.005063 252.27.116.45 - - [2026-04-30 02:11:22] "POST /neutron/port HTTP/1.1" 400 205 0.004136 10.0.0.27 - - [2026-04-30 02:11:22] "POST /fqname-to-id HTTP/1.1" 401 295 0.000675 10.0.0.27 - - [2026-04-30 02:11:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.088075 10.0.0.27 - - [2026-04-30 02:11:22] "GET /projects?obj_uuids=611f9820-8ebd-480b-8669-4d37d3b78494&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001856 10.0.0.27 - - [2026-04-30 02:11:22] "GET /project/611f9820-8ebd-480b-8669-4d37d3b78494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.032165 252.27.116.45 - - [2026-04-30 02:11:23] "POST /neutron/network HTTP/1.1" 200 117 0.046576 10.0.0.27 - - [2026-04-30 02:11:23] "GET /projects?obj_uuids=611f9820-8ebd-480b-8669-4d37d3b78494&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001640 252.27.116.45 - - [2026-04-30 02:11:23] "POST /neutron/network HTTP/1.1" 200 603 0.079921 10.0.0.27 - - [2026-04-30 02:11:23] "POST /route-targets HTTP/1.1" 200 328 0.010694 10.0.0.27 - - [2026-04-30 02:11:23] "POST /ref-update HTTP/1.1" 200 156 0.014594 10.0.0.27 - - [2026-04-30 02:11:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003891 252.27.116.45 - - [2026-04-30 02:11:23] "POST /neutron/subnet HTTP/1.1" 200 725 0.194884 252.27.116.45 - - [2026-04-30 02:11:23] "POST /neutron/network HTTP/1.1" 200 822 0.005688 10.0.0.27 - - [2026-04-30 02:11:23] "POST /id-to-fqname HTTP/1.1" 200 217 0.001414 10.0.0.27 - - [2026-04-30 02:11:23] "GET /virtual-network/208bd586-a17a-4ece-a57e-f22f013e6c53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006792 252.27.116.45 - - [2026-04-30 02:11:23] "POST /neutron/network HTTP/1.1" 200 822 0.005985 10.0.0.27 - - [2026-04-30 02:11:23] "GET /virtual-network/208bd586-a17a-4ece-a57e-f22f013e6c53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005225 252.27.116.45 - - [2026-04-30 02:11:23] "POST /neutron/network HTTP/1.1" 200 822 0.005842 252.27.116.45 - - [2026-04-30 02:11:23] "POST /neutron/subnet HTTP/1.1" 200 725 0.008235 10.0.0.27 - - [2026-04-30 02:11:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.27 - - [2026-04-30 02:11:23] "GET /projects?obj_uuids=611f9820-8ebd-480b-8669-4d37d3b78494&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001566 10.0.0.27 - - [2026-04-30 02:11:24] "GET /project/611f9820-8ebd-480b-8669-4d37d3b78494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.028082 252.27.116.45 - - [2026-04-30 02:11:24] "POST /neutron/network HTTP/1.1" 200 117 0.011733 10.0.0.27 - - [2026-04-30 02:11:24] "GET /projects?obj_uuids=611f9820-8ebd-480b-8669-4d37d3b78494&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001131 252.27.116.45 - - [2026-04-30 02:11:24] "POST /neutron/network HTTP/1.1" 200 603 0.076286 10.0.0.27 - - [2026-04-30 02:11:24] "POST /route-targets HTTP/1.1" 200 328 0.012816 10.0.0.27 - - [2026-04-30 02:11:24] "POST /ref-update HTTP/1.1" 200 156 0.014267 10.0.0.27 - - [2026-04-30 02:11:24] "POST /useragent-kv HTTP/1.1" 200 115 0.003612 252.27.116.45 - - [2026-04-30 02:11:24] "POST /neutron/subnet HTTP/1.1" 200 724 0.192223 252.27.116.45 - - [2026-04-30 02:11:24] "POST /neutron/network HTTP/1.1" 200 822 0.006128 10.0.0.27 - - [2026-04-30 02:11:24] "POST /id-to-fqname HTTP/1.1" 200 217 0.001495 10.0.0.27 - - [2026-04-30 02:11:24] "GET /virtual-network/edcb68c6-d31b-4bb1-878e-e21f94118747?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005147 252.27.116.45 - - [2026-04-30 02:11:24] "POST /neutron/network HTTP/1.1" 200 822 0.007211 10.0.0.27 - - [2026-04-30 02:11:24] "GET /virtual-network/edcb68c6-d31b-4bb1-878e-e21f94118747?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005695 252.27.116.45 - - [2026-04-30 02:11:24] "POST /neutron/network HTTP/1.1" 200 822 0.006049 252.27.116.45 - - [2026-04-30 02:11:24] "POST /neutron/subnet HTTP/1.1" 200 724 0.007869 10.0.0.27 - - [2026-04-30 02:11:24] "POST /id-to-fqname HTTP/1.1" 200 217 0.001358 252.27.116.45 - - [2026-04-30 02:11:25] "POST /neutron/network HTTP/1.1" 200 832 0.006353 252.27.116.45 - - [2026-04-30 02:11:25] "GET /aaa-mode HTTP/1.1" 401 295 0.000470 252.27.116.45 - - [2026-04-30 02:11:25] "GET / HTTP/1.1" 200 36215 0.001957 252.27.116.45 - - [2026-04-30 02:11:25] "GET /project/611f9820-8ebd-480b-8669-4d37d3b78494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 295 0.000528 10.0.0.27 - - [2026-04-30 02:11:26] "GET /projects?obj_uuids=611f9820-8ebd-480b-8669-4d37d3b78494&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001276 252.27.116.45 - - [2026-04-30 02:11:26] "GET /project/611f9820-8ebd-480b-8669-4d37d3b78494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.058069 252.27.116.45 - - [2026-04-30 02:11:26] "POST /neutron/network HTTP/1.1" 200 822 0.034410 252.27.116.45 - - [2026-04-30 02:11:26] "POST /neutron/port HTTP/1.1" 200 117 0.006517 252.27.116.45 - - [2026-04-30 02:11:27] "POST /neutron/port HTTP/1.1" 200 117 0.007576 10.0.0.27 - - [2026-04-30 02:11:27] "POST /id-to-fqname HTTP/1.1" 200 217 0.001449 252.27.116.45 - - [2026-04-30 02:11:27] "POST /neutron/port HTTP/1.1" 200 117 0.005342 252.27.116.45 - - [2026-04-30 02:11:27] "POST /neutron/network HTTP/1.1" 200 832 0.009044 252.27.116.45 - - [2026-04-30 02:11:27] "GET /aaa-mode HTTP/1.1" 401 295 0.000565 252.27.116.45 - - [2026-04-30 02:11:27] "GET / HTTP/1.1" 200 36215 0.003183 252.27.116.45 - - [2026-04-30 02:11:27] "GET /project/611f9820-8ebd-480b-8669-4d37d3b78494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 295 0.000453 10.0.0.27 - - [2026-04-30 02:11:27] "GET /projects?obj_uuids=611f9820-8ebd-480b-8669-4d37d3b78494&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001366 252.27.116.45 - - [2026-04-30 02:11:27] "GET /project/611f9820-8ebd-480b-8669-4d37d3b78494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.075982 252.27.116.45 - - [2026-04-30 02:11:27] "POST /neutron/network HTTP/1.1" 200 822 0.006731 252.27.116.45 - - [2026-04-30 02:11:28] "POST /neutron/network HTTP/1.1" 200 832 0.013836 10.0.0.27 - - [2026-04-30 02:11:28] "GET /projects?obj_uuids=611f9820-8ebd-480b-8669-4d37d3b78494&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001418 252.27.116.45 - - [2026-04-30 02:11:28] "POST /neutron/port HTTP/1.1" 200 117 0.010680 252.27.116.45 - - [2026-04-30 02:11:28] "POST /neutron/port HTTP/1.1" 200 117 0.007674 10.0.0.27 - - [2026-04-30 02:11:28] "GET /projects?obj_uuids=611f9820-8ebd-480b-8669-4d37d3b78494&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001736 252.27.116.45 - - [2026-04-30 02:11:28] "POST /neutron/port HTTP/1.1" 200 1056 0.433864 252.27.116.45 - - [2026-04-30 02:11:29] "POST /neutron/router HTTP/1.1" 200 578 0.145083 252.27.116.45 - - [2026-04-30 02:11:29] "POST /neutron/port HTTP/1.1" 200 1056 0.024831 10.0.0.27 - - [2026-04-30 02:11:29] "POST /route-targets HTTP/1.1" 200 328 0.029960 252.27.116.45 - - [2026-04-30 02:11:29] "POST /neutron/router HTTP/1.1" 200 578 0.005709 10.0.0.27 - - [2026-04-30 02:11:29] "PUT /logical-router/3de8b118-122f-4339-8107-c0ec4361a6d0 HTTP/1.1" 200 263 0.060363 252.27.116.45 - - [2026-04-30 02:11:29] "POST /neutron/port HTTP/1.1" 200 1056 0.040121 10.0.0.27 - - [2026-04-30 02:11:29] "GET /projects?obj_uuids=611f9820-8ebd-480b-8669-4d37d3b78494&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001592 252.27.116.45 - - [2026-04-30 02:11:29] "POST /neutron/network HTTP/1.1" 200 832 0.007794 10.0.0.27 - - [2026-04-30 02:11:29] "GET /projects?obj_uuids=611f9820-8ebd-480b-8669-4d37d3b78494&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002482 252.27.116.45 - - [2026-04-30 02:11:29] "POST /neutron/port HTTP/1.1" 200 1106 0.319157 10.0.0.27 - - [2026-04-30 02:11:29] "GET / HTTP/1.1" 200 36215 0.002293 10.0.0.27 - - [2026-04-30 02:11:29] "POST /fqname-to-id HTTP/1.1" 401 295 0.000552 252.27.116.45 - - [2026-04-30 02:11:29] "POST /neutron/port HTTP/1.1" 200 1116 0.039449 252.27.116.45 - - [2026-04-30 02:11:29] "POST /neutron/router HTTP/1.1" 200 344 0.601234 10.0.0.27 - - [2026-04-30 02:11:29] "POST /ref-update HTTP/1.1" 200 156 0.020036 252.27.116.45 - - [2026-04-30 02:11:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009631 252.27.116.45 - - [2026-04-30 02:11:29] "POST /neutron/port HTTP/1.1" 200 1116 0.046162 252.27.116.45 - - [2026-04-30 02:11:29] "POST /neutron/subnet HTTP/1.1" 200 699 0.012977 252.27.116.45 - - [2026-04-30 02:11:29] "POST /neutron/port HTTP/1.1" 200 1056 0.653615 252.27.116.45 - - [2026-04-30 02:11:29] "POST /neutron/security_group HTTP/1.1" 200 2054 0.010341 252.27.116.45 - - [2026-04-30 02:11:29] "POST /neutron/port HTTP/1.1" 200 117 0.001325 10.0.0.27 - - [2026-04-30 02:11:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.046451 10.0.0.27 - - [2026-04-30 02:11:30] "GET /routing-instance/82a41021-b1db-40c0-8c96-90542dcf4a12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.007591 252.27.116.45 - - [2026-04-30 02:11:30] "POST /neutron/port HTTP/1.1" 200 1056 0.027583 252.27.116.45 - - [2026-04-30 02:11:30] "POST /neutron/network HTTP/1.1" 200 822 0.006033 10.0.0.27 - - [2026-04-30 02:11:30] "POST /bgp-routers HTTP/1.1" 409 299 0.004181 252.27.116.45 - - [2026-04-30 02:11:30] "POST /neutron/port HTTP/1.1" 200 1056 0.014515 10.0.0.27 - - [2026-04-30 02:11:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.27 - - [2026-04-30 02:11:30] "GET /bgp-router/92d663bd-a34e-40f0-9ec6-46478cb2d48d?fields=global_system_config_back_refs%2Cbgp_router_parameters HTTP/1.1" 200 1796 0.017883 252.27.116.45 - - [2026-04-30 02:11:30] "POST /neutron/port HTTP/1.1" 200 1106 0.101616 10.0.0.27 - - [2026-04-30 02:11:30] "PUT /bgp-router/92d663bd-a34e-40f0-9ec6-46478cb2d48d HTTP/1.1" 200 255 0.017197 252.27.116.45 - - [2026-04-30 02:11:30] "POST /neutron/port HTTP/1.1" 200 1116 0.021622 252.27.116.45 - - [2026-04-30 02:11:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004104 [Introspect:8084]10.0.0.27 - - [2026-04-30 02:11:30] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001080 252.27.116.45 - - [2026-04-30 02:11:30] "POST /neutron/subnet HTTP/1.1" 200 698 0.008317 [Introspect:8084]10.0.0.27 - - [2026-04-30 02:11:30] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2956 0.001369 252.27.116.45 - - [2026-04-30 02:11:30] "POST /neutron/port HTTP/1.1" 200 117 0.001438 252.27.116.45 - - [2026-04-30 02:11:30] "POST /neutron/network HTTP/1.1" 200 822 0.006081 252.27.116.45 - - [2026-04-30 02:11:35] "POST /neutron/port HTTP/1.1" 200 1116 0.029286 252.27.116.45 - - [2026-04-30 02:11:35] "POST /neutron/security_group HTTP/1.1" 200 2054 0.010144 252.27.116.45 - - [2026-04-30 02:11:35] "POST /neutron/port HTTP/1.1" 200 1116 0.014368 252.27.116.45 - - [2026-04-30 02:11:35] "POST /neutron/security_group HTTP/1.1" 200 2054 0.009530 252.27.116.45 - - [2026-04-30 02:11:35] "POST /neutron/port HTTP/1.1" 200 1116 0.022387 252.27.116.45 - - [2026-04-30 02:11:35] "POST /neutron/security_group HTTP/1.1" 200 2054 0.011252 10.0.0.27 - - [2026-04-30 02:11:35] "GET /virtual-machine/0ae290d9-6559-4121-836e-18954a4864b9 HTTP/1.1" 401 295 0.000599 10.0.0.27 - - [2026-04-30 02:11:35] "GET /virtual-machine/0ae290d9-6559-4121-836e-18954a4864b9 HTTP/1.1" 200 1288 0.046332 10.0.0.27 - - [2026-04-30 02:11:36] "GET /virtual-machine-interface/d3f74283-0772-4674-a324-50bfd23442c2 HTTP/1.1" 200 2930 0.009577 10.0.0.27 - - [2026-04-30 02:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.27 - - [2026-04-30 02:11:36] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003458 10.0.0.27 - - [2026-04-30 02:11:36] "GET /virtual-networks?parent_id=611f9820-8ebd-480b-8669-4d37d3b78494&detail=False&count=False&shared=False HTTP/1.1" 200 567 0.003641 10.0.0.27 - - [2026-04-30 02:11:36] "GET /virtual-network/208bd586-a17a-4ece-a57e-f22f013e6c53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006472 10.0.0.27 - - [2026-04-30 02:11:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.27 - - [2026-04-30 02:11:39] "GET /virtual-network/208bd586-a17a-4ece-a57e-f22f013e6c53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006289 252.27.116.45 - - [2026-04-30 02:11:40] "POST /neutron/port HTTP/1.1" 200 1116 0.020631 252.27.116.45 - - [2026-04-30 02:11:40] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007123 252.27.116.45 - - [2026-04-30 02:11:40] "POST /neutron/port HTTP/1.1" 200 1116 0.023393 252.27.116.45 - - [2026-04-30 02:11:40] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007250 252.27.116.45 - - [2026-04-30 02:11:40] "POST /neutron/port HTTP/1.1" 200 1116 0.017054 252.27.116.45 - - [2026-04-30 02:11:40] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005891 252.27.116.45 - - [2026-04-30 02:11:41] "POST /neutron/port HTTP/1.1" 200 1116 0.014775 252.27.116.45 - - [2026-04-30 02:11:41] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007449 252.27.116.45 - - [2026-04-30 02:11:41] "POST /neutron/port HTTP/1.1" 200 1116 0.014024 252.27.116.45 - - [2026-04-30 02:11:41] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007113 10.0.0.27 - - [2026-04-30 02:11:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.27 - - [2026-04-30 02:11:41] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005211 10.0.0.27 - - [2026-04-30 02:11:41] "GET /virtual-networks?parent_id=611f9820-8ebd-480b-8669-4d37d3b78494&detail=False&count=False&shared=False HTTP/1.1" 200 567 0.003442 10.0.0.27 - - [2026-04-30 02:11:41] "GET /virtual-network/208bd586-a17a-4ece-a57e-f22f013e6c53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007489 252.27.116.45 - - [2026-04-30 02:11:41] "POST /neutron/port HTTP/1.1" 200 1116 0.018688 252.27.116.45 - - [2026-04-30 02:11:42] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007448 252.27.116.45 - - [2026-04-30 02:11:42] "POST /neutron/port HTTP/1.1" 200 1116 0.016582 252.27.116.45 - - [2026-04-30 02:11:42] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007176 252.27.116.45 - - [2026-04-30 02:11:43] "POST /neutron/port HTTP/1.1" 200 1116 0.017572 252.27.116.45 - - [2026-04-30 02:11:43] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006532 252.27.116.45 - - [2026-04-30 02:11:47] "POST /neutron/port HTTP/1.1" 200 1116 0.014944 252.27.116.45 - - [2026-04-30 02:11:47] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008906 252.27.116.45 - - [2026-04-30 02:11:47] "POST /neutron/port HTTP/1.1" 200 1116 0.014832 252.27.116.45 - - [2026-04-30 02:11:47] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006730 252.27.116.45 - - [2026-04-30 02:11:47] "POST /neutron/port HTTP/1.1" 200 1116 0.014633 252.27.116.45 - - [2026-04-30 02:11:47] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006538 10.0.0.27 - - [2026-04-30 02:11:47] "GET /virtual-machine/7edf28f0-bcf5-4214-aac8-47aab04bd0e3 HTTP/1.1" 200 1290 0.005162 10.0.0.27 - - [2026-04-30 02:11:47] "GET /virtual-machine-interface/b573c754-f78f-40ae-83c9-69ceeba06a3a HTTP/1.1" 200 2929 0.005413 10.0.0.27 - - [2026-04-30 02:11:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.27 - - [2026-04-30 02:11:48] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003965 10.0.0.27 - - [2026-04-30 02:11:48] "GET /virtual-networks?parent_id=611f9820-8ebd-480b-8669-4d37d3b78494&detail=False&count=False&shared=False HTTP/1.1" 200 567 0.003218 10.0.0.27 - - [2026-04-30 02:11:48] "GET /virtual-network/edcb68c6-d31b-4bb1-878e-e21f94118747?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005945 10.0.0.27 - - [2026-04-30 02:11:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004918 10.0.0.27 - - [2026-04-30 02:11:49] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004268 10.0.0.27 - - [2026-04-30 02:11:49] "GET /virtual-networks?parent_id=611f9820-8ebd-480b-8669-4d37d3b78494&detail=False&count=False&shared=False HTTP/1.1" 200 567 0.004037 10.0.0.27 - - [2026-04-30 02:11:49] "GET /virtual-network/edcb68c6-d31b-4bb1-878e-e21f94118747?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007659 10.0.0.27 - - [2026-04-30 02:11:52] "DELETE /project/611f98208ebd480b86694d37d3b78494 HTTP/1.1" 404 173 0.007418 10.0.0.27 - - [2026-04-30 02:11:52] "GET /projects?obj_uuids=184c9516-3202-4218-93d7-acf8c1036f57&detail=False&count=False&shared=False HTTP/1.1" 200 340 0.001090 10.0.0.27 - - [2026-04-30 02:11:53] "GET /project/184c9516-3202-4218-93d7-acf8c1036f57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.028586 10.0.0.27 - - [2026-04-30 02:11:53] "GET /projects?obj_uuids=184c9516-3202-4218-93d7-acf8c1036f57&detail=False&count=False&shared=False HTTP/1.1" 200 340 0.001379 10.0.0.27 - - [2026-04-30 02:11:53] "GET /project/184c9516-3202-4218-93d7-acf8c1036f57?fields=security_groups HTTP/1.1" 200 1338 0.081801 10.0.0.27 - - [2026-04-30 02:11:53] "DELETE /security-group/e4c9b07f-51f9-45df-94e0-dd52d49ed78a HTTP/1.1" 200 115 0.037151 10.0.0.27 - - [2026-04-30 02:11:53] "GET /projects?obj_uuids=184c9516-3202-4218-93d7-acf8c1036f57&detail=False&count=False&shared=False HTTP/1.1" 200 340 0.001967 10.0.0.27 - - [2026-04-30 02:11:53] "DELETE /access-control-list/8e852e08-1e07-424c-b166-75b3d7033f79 HTTP/1.1" 200 115 0.036315 10.0.0.27 - - [2026-04-30 02:11:53] "GET /project/184c9516-3202-4218-93d7-acf8c1036f57?fields=application_policy_sets HTTP/1.1" 200 1377 0.038978 10.0.0.27 - - [2026-04-30 02:11:53] "DELETE /access-control-list/ca38d537-725a-48b0-821e-fa729ab194c2 HTTP/1.1" 200 115 0.033189 10.0.0.27 - - [2026-04-30 02:11:53] "DELETE /project/184c9516-3202-4218-93d7-acf8c1036f57 HTTP/1.1" 200 115 0.356244 252.27.116.45 - - [2026-04-30 02:11:54] "POST /neutron/router HTTP/1.1" 200 578 0.006313 10.0.0.27 - - [2026-04-30 02:11:54] "GET /projects?obj_uuids=611f9820-8ebd-480b-8669-4d37d3b78494&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001555 252.27.116.45 - - [2026-04-30 02:11:55] "POST /neutron/router HTTP/1.1" 200 344 0.254389 252.27.116.45 - - [2026-04-30 02:11:55] "POST /neutron/port HTTP/1.1" 200 1916 0.023273 10.0.0.27 - - [2026-04-30 02:11:55] "POST /ref-update HTTP/1.1" 200 156 0.011607 10.0.0.27 - - [2026-04-30 02:11:59] "GET /obj-perms HTTP/1.1" 200 6366 0.065407 10.0.0.27 - - [2026-04-30 02:12:00] "GET /obj-perms HTTP/1.1" 200 6366 0.070968 252.27.116.45 - - [2026-04-30 02:12:01] "POST /neutron/router HTTP/1.1" 200 578 0.005686 10.0.0.27 - - [2026-04-30 02:12:01] "POST /ref-update HTTP/1.1" 200 156 0.028292 252.27.116.45 - - [2026-04-30 02:12:01] "POST /neutron/router HTTP/1.1" 200 344 0.169249 252.27.116.45 - - [2026-04-30 02:12:05] "POST /neutron/router HTTP/1.1" 200 578 0.007869 10.0.0.27 - - [2026-04-30 02:12:05] "GET /projects?obj_uuids=611f9820-8ebd-480b-8669-4d37d3b78494&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001192 252.27.116.45 - - [2026-04-30 02:12:05] "POST /neutron/router HTTP/1.1" 200 344 0.283604 10.0.0.27 - - [2026-04-30 02:12:05] "POST /ref-update HTTP/1.1" 200 156 0.011796 252.27.116.45 - - [2026-04-30 02:12:07] "POST /neutron/port HTTP/1.1" 200 1116 0.019605 252.27.116.45 - - [2026-04-30 02:12:07] "POST /neutron/port HTTP/1.1" 200 1116 0.024207 252.27.116.45 - - [2026-04-30 02:12:07] "POST /neutron/network HTTP/1.1" 200 832 0.007693 252.27.116.45 - - [2026-04-30 02:12:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003707 252.27.116.45 - - [2026-04-30 02:12:07] "POST /neutron/subnet HTTP/1.1" 200 699 0.008962 252.27.116.45 - - [2026-04-30 02:12:07] "POST /neutron/port HTTP/1.1" 200 117 0.001574 252.27.116.45 - - [2026-04-30 02:12:07] "POST /neutron/network HTTP/1.1" 200 822 0.006122 252.27.116.45 - - [2026-04-30 02:12:07] "POST /neutron/router HTTP/1.1" 200 578 0.007265 10.0.0.27 - - [2026-04-30 02:12:08] "POST /ref-update HTTP/1.1" 200 156 0.015790 252.27.116.45 - - [2026-04-30 02:12:08] "POST /neutron/router HTTP/1.1" 200 344 0.207806 252.27.116.45 - - [2026-04-30 02:12:08] "POST /neutron/router HTTP/1.1" 200 578 0.006068 10.0.0.27 - - [2026-04-30 02:12:08] "POST /ref-update HTTP/1.1" 200 156 0.032796 252.27.116.45 - - [2026-04-30 02:12:08] "POST /neutron/router HTTP/1.1" 200 344 0.215435 252.27.116.45 - - [2026-04-30 02:12:08] "POST /neutron/router HTTP/1.1" 200 578 0.005766 252.27.116.45 - - [2026-04-30 02:12:08] "POST /neutron/router HTTP/1.1" 200 151 0.075774 10.0.0.27 - - [2026-04-30 02:12:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.011437 10.0.0.27 - - [2026-04-30 02:12:08] "GET /logical-router/3de8b118-122f-4339-8107-c0ec4361a6d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.006678 10.0.0.27 - - [2026-04-30 02:12:08] "DELETE /route-target/81e0aa8d-5f66-485c-8d69-21aa1c0d203d HTTP/1.1" 200 115 0.051749 252.27.116.45 - - [2026-04-30 02:12:08] "POST /neutron/network HTTP/1.1" 200 822 0.016479 252.27.116.45 - - [2026-04-30 02:12:09] "POST /neutron/network HTTP/1.1" 400 204 0.018874 252.27.116.45 - - [2026-04-30 02:12:10] "POST /neutron/port HTTP/1.1" 200 1116 0.026475 252.27.116.45 - - [2026-04-30 02:12:10] "POST /neutron/port HTTP/1.1" 200 1116 0.024098 252.27.116.45 - - [2026-04-30 02:12:10] "POST /neutron/port HTTP/1.1" 200 1106 0.089287 252.27.116.45 - - [2026-04-30 02:12:10] "POST /neutron/port HTTP/1.1" 200 1106 0.087074 252.27.116.45 - - [2026-04-30 02:12:10] "POST /neutron/port HTTP/1.1" 200 151 0.236084 252.27.116.45 - - [2026-04-30 02:12:10] "POST /neutron/port HTTP/1.1" 200 151 0.235958 252.27.116.45 - - [2026-04-30 02:12:11] "POST /neutron/network HTTP/1.1" 200 822 0.006684 10.0.0.27 - - [2026-04-30 02:12:11] "POST /useragent-kv HTTP/1.1" 200 115 0.009910 10.0.0.27 - - [2026-04-30 02:12:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003611 10.0.0.27 - - [2026-04-30 02:12:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 252.27.116.45 - - [2026-04-30 02:12:11] "POST /neutron/network HTTP/1.1" 200 151 0.115308 252.27.116.45 - - [2026-04-30 02:12:11] "POST /neutron/network HTTP/1.1" 200 822 0.014434 10.0.0.27 - - [2026-04-30 02:12:11] "DELETE /route-target/b887d992-0de8-4c5a-8b19-a477423947d0 HTTP/1.1" 200 115 0.043133 10.0.0.27 - - [2026-04-30 02:12:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004421 10.0.0.27 - - [2026-04-30 02:12:11] "POST /useragent-kv HTTP/1.1" 200 115 0.007367 10.0.0.27 - - [2026-04-30 02:12:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002664 252.27.116.45 - - [2026-04-30 02:12:11] "POST /neutron/network HTTP/1.1" 200 151 0.125399 10.0.0.27 - - [2026-04-30 02:12:11] "DELETE /route-target/26e9a58f-b4a5-43ff-8d4d-d5a20bc428f4 HTTP/1.1" 200 115 0.029697 [Introspect:8084]10.0.0.27 - - [2026-04-30 02:12:11] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001096 10.0.0.27 - - [2026-04-30 02:12:11] "GET /projects?obj_uuids=611f9820-8ebd-480b-8669-4d37d3b78494&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001220 [Introspect:8084]10.0.0.27 - - [2026-04-30 02:12:11] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2956 0.001006 10.0.0.27 - - [2026-04-30 02:12:11] "GET /project/611f9820-8ebd-480b-8669-4d37d3b78494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.032798 10.0.0.27 - - [2026-04-30 02:12:11] "GET /projects?obj_uuids=611f9820-8ebd-480b-8669-4d37d3b78494&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001218 10.0.0.27 - - [2026-04-30 02:12:12] "GET /project/611f9820-8ebd-480b-8669-4d37d3b78494?fields=virtual_networks HTTP/1.1" 200 1027 0.074610 10.0.0.27 - - [2026-04-30 02:12:12] "GET /projects?obj_uuids=611f9820-8ebd-480b-8669-4d37d3b78494&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001993 10.0.0.27 - - [2026-04-30 02:12:12] "GET /project/611f9820-8ebd-480b-8669-4d37d3b78494?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.031750 10.0.0.27 - - [2026-04-30 02:12:12] "GET /projects?obj_uuids=611f9820-8ebd-480b-8669-4d37d3b78494&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001417 10.0.0.27 - - [2026-04-30 02:12:12] "GET /project/611f9820-8ebd-480b-8669-4d37d3b78494?fields=security_groups HTTP/1.1" 200 1250 0.029617 10.0.0.27 - - [2026-04-30 02:12:13] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001270 10.0.0.27 - - [2026-04-30 02:12:13] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 943 0.007972 10.0.0.27 - - [2026-04-30 02:12:13] "POST /fqname-to-id HTTP/1.1" 404 189 0.043541 10.0.0.27 - - [2026-04-30 02:12:13] "GET /projects?obj_uuids=401830c6-7108-4edb-b931-c3e16f08b8ac&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003429 10.0.0.27 - - [2026-04-30 02:12:13] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001202 10.0.0.27 - - [2026-04-30 02:12:13] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 974 0.007296 10.0.0.27 - - [2026-04-30 02:12:13] "POST /id-to-fqname HTTP/1.1" 200 191 0.001897 10.0.0.27 - - [2026-04-30 02:12:13] "POST /fqname-to-id HTTP/1.1" 404 200 0.003715 10.0.0.27 - - [2026-04-30 02:12:13] "POST /security-groups HTTP/1.1" 200 586 0.065636 10.0.0.27 - - [2026-04-30 02:12:13] "POST /fqname-to-id HTTP/1.1" 404 235 0.003499 10.0.0.27 - - [2026-04-30 02:12:13] "POST /projects HTTP/1.1" 200 583 0.244753 10.0.0.27 - - [2026-04-30 02:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.281500 10.0.0.27 - - [2026-04-30 02:12:13] "POST /access-control-lists HTTP/1.1" 200 599 0.060801 10.0.0.27 - - [2026-04-30 02:12:13] "GET /project/401830c6-7108-4edb-b931-c3e16f08b8ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.425297 10.0.0.27 - - [2026-04-30 02:12:13] "POST /fqname-to-id HTTP/1.1" 404 234 0.003615 10.0.0.27 - - [2026-04-30 02:12:14] "POST /access-control-lists HTTP/1.1" 200 597 0.065238 10.0.0.27 - - [2026-04-30 02:12:15] "GET / HTTP/1.1" 200 36215 0.002709 10.0.0.27 - - [2026-04-30 02:12:16] "POST /fqname-to-id HTTP/1.1" 401 295 0.000746 10.0.0.27 - - [2026-04-30 02:12:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.036347 10.0.0.27 - - [2026-04-30 02:12:16] "GET /projects?obj_uuids=401830c6-7108-4edb-b931-c3e16f08b8ac&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001234 10.0.0.27 - - [2026-04-30 02:12:16] "GET /project/401830c6-7108-4edb-b931-c3e16f08b8ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.024575 10.0.0.27 - - [2026-04-30 02:12:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.27 - - [2026-04-30 02:12:16] "GET /security-group/07b367ba-84fc-4d6e-ad23-56e2a9af6c37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3758 0.005600 10.0.0.27 - - [2026-04-30 02:12:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003859 10.0.0.27 - - [2026-04-30 02:12:17] "GET /projects?obj_uuids=401830c6-7108-4edb-b931-c3e16f08b8ac&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001243 10.0.0.27 - - [2026-04-30 02:12:17] "GET /project/401830c6-7108-4edb-b931-c3e16f08b8ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.033726 10.0.0.27 - - [2026-04-30 02:12:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003667 10.0.0.27 - - [2026-04-30 02:12:17] "GET /security-group/07b367ba-84fc-4d6e-ad23-56e2a9af6c37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3758 0.006405 10.0.0.27 - - [2026-04-30 02:12:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.27 - - [2026-04-30 02:12:17] "PUT /security-group/07b367ba-84fc-4d6e-ad23-56e2a9af6c37 HTTP/1.1" 200 263 0.016213 10.0.0.27 - - [2026-04-30 02:12:17] "PUT /access-control-list/118a33e7-8bdc-47ad-8ab3-f31e2f309e68 HTTP/1.1" 200 273 0.009423 10.0.0.27 - - [2026-04-30 02:12:17] "PUT /access-control-list/3e1cd3fe-031b-4597-a796-1113172bf08b HTTP/1.1" 200 273 0.011130 10.0.0.27 - - [2026-04-30 02:12:17] "POST /fqname-to-id HTTP/1.1" 404 200 0.003194 10.0.0.27 - - [2026-04-30 02:12:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004581 10.0.0.27 - - [2026-04-30 02:12:17] "GET /projects?obj_uuids=401830c6-7108-4edb-b931-c3e16f08b8ac&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001344 10.0.0.27 - - [2026-04-30 02:12:17] "GET /project/401830c6-7108-4edb-b931-c3e16f08b8ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.026224 252.27.116.45 - - [2026-04-30 02:12:17] "POST /neutron/network HTTP/1.1" 200 117 0.045144 10.0.0.27 - - [2026-04-30 02:12:17] "GET /projects?obj_uuids=401830c6-7108-4edb-b931-c3e16f08b8ac&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001344 252.27.116.45 - - [2026-04-30 02:12:17] "POST /neutron/network HTTP/1.1" 200 606 0.084225 10.0.0.27 - - [2026-04-30 02:12:17] "POST /route-targets HTTP/1.1" 200 328 0.012440 10.0.0.27 - - [2026-04-30 02:12:17] "POST /ref-update HTTP/1.1" 200 156 0.024784 10.0.0.27 - - [2026-04-30 02:12:17] "POST /useragent-kv HTTP/1.1" 200 115 0.005362 252.27.116.45 - - [2026-04-30 02:12:18] "POST /neutron/subnet HTTP/1.1" 200 729 0.156318 252.27.116.45 - - [2026-04-30 02:12:18] "POST /neutron/network HTTP/1.1" 200 826 0.006285 10.0.0.27 - - [2026-04-30 02:12:18] "POST /id-to-fqname HTTP/1.1" 200 221 0.001652 10.0.0.27 - - [2026-04-30 02:12:18] "GET /virtual-network/db9c4374-f047-46ca-8c87-27a32faa9fa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005517 252.27.116.45 - - [2026-04-30 02:12:18] "POST /neutron/network HTTP/1.1" 200 826 0.006218 10.0.0.27 - - [2026-04-30 02:12:18] "GET /virtual-network/db9c4374-f047-46ca-8c87-27a32faa9fa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005284 252.27.116.45 - - [2026-04-30 02:12:18] "POST /neutron/network HTTP/1.1" 200 826 0.009049 252.27.116.45 - - [2026-04-30 02:12:18] "POST /neutron/subnet HTTP/1.1" 200 729 0.007879 10.0.0.27 - - [2026-04-30 02:12:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.27 - - [2026-04-30 02:12:18] "GET /projects?obj_uuids=401830c6-7108-4edb-b931-c3e16f08b8ac&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001429 10.0.0.27 - - [2026-04-30 02:12:18] "GET /project/401830c6-7108-4edb-b931-c3e16f08b8ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.031634 252.27.116.45 - - [2026-04-30 02:12:18] "POST /neutron/network HTTP/1.1" 200 117 0.012032 10.0.0.27 - - [2026-04-30 02:12:18] "GET /projects?obj_uuids=401830c6-7108-4edb-b931-c3e16f08b8ac&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001216 252.27.116.45 - - [2026-04-30 02:12:18] "POST /neutron/network HTTP/1.1" 200 613 0.106062 10.0.0.27 - - [2026-04-30 02:12:18] "POST /route-targets HTTP/1.1" 200 328 0.019384 10.0.0.27 - - [2026-04-30 02:12:18] "POST /ref-update HTTP/1.1" 200 156 0.017669 10.0.0.27 - - [2026-04-30 02:12:18] "POST /useragent-kv HTTP/1.1" 200 115 0.004755 252.27.116.45 - - [2026-04-30 02:12:18] "POST /neutron/subnet HTTP/1.1" 200 720 0.218421 252.27.116.45 - - [2026-04-30 02:12:19] "POST /neutron/network HTTP/1.1" 200 831 0.005701 10.0.0.27 - - [2026-04-30 02:12:19] "POST /id-to-fqname HTTP/1.1" 200 225 0.001652 10.0.0.27 - - [2026-04-30 02:12:19] "GET /virtual-network/45527bea-4657-48dc-a306-1cc83dbc16f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005676 252.27.116.45 - - [2026-04-30 02:12:19] "POST /neutron/network HTTP/1.1" 200 831 0.006201 10.0.0.27 - - [2026-04-30 02:12:19] "GET /virtual-network/45527bea-4657-48dc-a306-1cc83dbc16f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005735 252.27.116.45 - - [2026-04-30 02:12:19] "POST /neutron/network HTTP/1.1" 200 831 0.006252 252.27.116.45 - - [2026-04-30 02:12:19] "POST /neutron/subnet HTTP/1.1" 200 720 0.008119 10.0.0.27 - - [2026-04-30 02:12:19] "POST /id-to-fqname HTTP/1.1" 200 221 0.001610 252.27.116.45 - - [2026-04-30 02:12:19] "POST /neutron/network HTTP/1.1" 200 836 0.006017 252.27.116.45 - - [2026-04-30 02:12:19] "GET /aaa-mode HTTP/1.1" 401 295 0.000498 252.27.116.45 - - [2026-04-30 02:12:19] "GET / HTTP/1.1" 200 36215 0.002114 252.27.116.45 - - [2026-04-30 02:12:19] "GET /project/401830c6-7108-4edb-b931-c3e16f08b8ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 295 0.000586 10.0.0.27 - - [2026-04-30 02:12:20] "GET /projects?obj_uuids=401830c6-7108-4edb-b931-c3e16f08b8ac&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001361 252.27.116.45 - - [2026-04-30 02:12:20] "GET /project/401830c6-7108-4edb-b931-c3e16f08b8ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.066197 252.27.116.45 - - [2026-04-30 02:12:20] "POST /neutron/network HTTP/1.1" 200 826 0.006631 252.27.116.45 - - [2026-04-30 02:12:20] "POST /neutron/port HTTP/1.1" 200 117 0.006404 252.27.116.45 - - [2026-04-30 02:12:20] "POST /neutron/port HTTP/1.1" 200 117 0.005575 10.0.0.27 - - [2026-04-30 02:12:20] "POST /id-to-fqname HTTP/1.1" 200 225 0.001497 252.27.116.45 - - [2026-04-30 02:12:20] "POST /neutron/port HTTP/1.1" 200 117 0.006476 252.27.116.45 - - [2026-04-30 02:12:20] "POST /neutron/network HTTP/1.1" 200 841 0.006122 252.27.116.45 - - [2026-04-30 02:12:20] "GET /aaa-mode HTTP/1.1" 401 295 0.000622 252.27.116.45 - - [2026-04-30 02:12:20] "GET / HTTP/1.1" 200 36215 0.001878 252.27.116.45 - - [2026-04-30 02:12:20] "GET /project/401830c6-7108-4edb-b931-c3e16f08b8ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 295 0.000484 252.27.116.45 - - [2026-04-30 02:12:21] "POST /neutron/network HTTP/1.1" 200 836 0.006591 10.0.0.27 - - [2026-04-30 02:12:21] "GET /projects?obj_uuids=401830c6-7108-4edb-b931-c3e16f08b8ac&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002183 10.0.0.27 - - [2026-04-30 02:12:21] "GET /projects?obj_uuids=401830c6-7108-4edb-b931-c3e16f08b8ac&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001330 252.27.116.45 - - [2026-04-30 02:12:21] "GET /project/401830c6-7108-4edb-b931-c3e16f08b8ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.085763 252.27.116.45 - - [2026-04-30 02:12:21] "POST /neutron/network HTTP/1.1" 200 831 0.011844 252.27.116.45 - - [2026-04-30 02:12:21] "POST /neutron/port HTTP/1.1" 200 1062 0.327457 252.27.116.45 - - [2026-04-30 02:12:21] "POST /neutron/port HTTP/1.1" 200 1062 0.015115 252.27.116.45 - - [2026-04-30 02:12:21] "POST /neutron/port HTTP/1.1" 200 1062 0.014515 252.27.116.45 - - [2026-04-30 02:12:21] "POST /neutron/port HTTP/1.1" 200 1072 0.030636 252.27.116.45 - - [2026-04-30 02:12:21] "POST /neutron/security_group HTTP/1.1" 200 2000 0.051115 252.27.116.45 - - [2026-04-30 02:12:21] "POST /neutron/port HTTP/1.1" 200 1112 0.146842 252.27.116.45 - - [2026-04-30 02:12:22] "POST /neutron/port HTTP/1.1" 200 117 0.005965 10.0.0.27 - - [2026-04-30 02:12:22] "GET /projects?obj_uuids=401830c6-7108-4edb-b931-c3e16f08b8ac&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001271 252.27.116.45 - - [2026-04-30 02:12:22] "POST /neutron/port HTTP/1.1" 200 1122 0.028273 252.27.116.45 - - [2026-04-30 02:12:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005880 252.27.116.45 - - [2026-04-30 02:12:22] "POST /neutron/router HTTP/1.1" 200 583 0.098564 10.0.0.27 - - [2026-04-30 02:12:22] "POST /route-targets HTTP/1.1" 200 328 0.015141 252.27.116.45 - - [2026-04-30 02:12:22] "POST /neutron/subnet HTTP/1.1" 200 703 0.012758 252.27.116.45 - - [2026-04-30 02:12:22] "POST /neutron/router HTTP/1.1" 200 583 0.003386 10.0.0.27 - - [2026-04-30 02:12:22] "PUT /logical-router/7a52e571-0d6a-41db-9078-21cc588a06da HTTP/1.1" 200 263 0.043742 252.27.116.45 - - [2026-04-30 02:12:22] "POST /neutron/port HTTP/1.1" 200 117 0.001302 252.27.116.45 - - [2026-04-30 02:12:22] "POST /neutron/router HTTP/1.1" 200 654 0.041112 10.0.0.27 - - [2026-04-30 02:12:22] "GET /logical-router/7a52e571-0d6a-41db-9078-21cc588a06da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1641 0.010704 10.0.0.27 - - [2026-04-30 02:12:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005974 252.27.116.45 - - [2026-04-30 02:12:22] "POST /neutron/network HTTP/1.1" 200 826 0.006958 252.27.116.45 - - [2026-04-30 02:12:22] "POST /neutron/network HTTP/1.1" 200 841 0.018847 252.27.116.45 - - [2026-04-30 02:12:22] "POST /neutron/router HTTP/1.1" 200 654 0.005477 10.0.0.27 - - [2026-04-30 02:12:22] "GET /service-template/4947d8f5-79ca-4a6c-b0d8-75f568be6e24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1683 0.009560 10.0.0.27 - - [2026-04-30 02:12:22] "POST /fqname-to-id HTTP/1.1" 404 213 0.006131 10.0.0.27 - - [2026-04-30 02:12:22] "GET /projects?obj_uuids=401830c6-7108-4edb-b931-c3e16f08b8ac&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001375 10.0.0.27 - - [2026-04-30 02:12:22] "GET /projects?obj_uuids=401830c6-7108-4edb-b931-c3e16f08b8ac&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001783 10.0.0.27 - - [2026-04-30 02:12:22] "POST /useragent-kv HTTP/1.1" 200 115 0.028045 10.0.0.27 - - [2026-04-30 02:12:22] "POST /virtual-networks HTTP/1.1" 200 694 0.258000 10.0.0.27 - - [2026-04-30 02:12:22] "POST /route-targets HTTP/1.1" 200 328 0.053026 10.0.0.27 - - [2026-04-30 02:12:22] "POST /ref-update HTTP/1.1" 200 156 0.029562 10.0.0.27 - - [2026-04-30 02:12:22] "POST /service-instances HTTP/1.1" 200 670 0.073245 252.27.116.45 - - [2026-04-30 02:12:23] "POST /neutron/router HTTP/1.1" 200 344 0.540929 10.0.0.27 - - [2026-04-30 02:12:23] "POST /route-tables HTTP/1.1" 200 582 0.064853 252.27.116.45 - - [2026-04-30 02:12:23] "POST /neutron/port HTTP/1.1" 200 1060 0.555864 10.0.0.27 - - [2026-04-30 02:12:23] "POST /ref-update HTTP/1.1" 200 156 0.019989 10.0.0.27 - - [2026-04-30 02:12:23] "PUT /logical-router/7a52e571-0d6a-41db-9078-21cc588a06da HTTP/1.1" 200 263 0.042346 252.27.116.45 - - [2026-04-30 02:12:23] "POST /neutron/port HTTP/1.1" 200 1060 0.020981 252.27.116.45 - - [2026-04-30 02:12:23] "POST /neutron/port HTTP/1.1" 200 1122 0.032081 10.0.0.27 - - [2026-04-30 02:12:23] "POST /ref-update HTTP/1.1" 200 156 0.025279 252.27.116.45 - - [2026-04-30 02:12:23] "POST /neutron/port HTTP/1.1" 200 1060 0.023831 252.27.116.45 - - [2026-04-30 02:12:23] "POST /neutron/security_group HTTP/1.1" 200 2000 0.009601 10.0.0.27 - - [2026-04-30 02:12:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.010384 10.0.0.27 - - [2026-04-30 02:12:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.011694 10.0.0.27 - - [2026-04-30 02:12:23] "POST /virtual-machines HTTP/1.1" 200 550 0.017737 252.27.116.45 - - [2026-04-30 02:12:23] "POST /neutron/port HTTP/1.1" 200 1110 0.127847 10.0.0.27 - - [2026-04-30 02:12:23] "POST /virtual-machine-interfaces HTTP/1.1" 200 808 0.184163 252.27.116.45 - - [2026-04-30 02:12:23] "POST /neutron/port HTTP/1.1" 200 1120 0.108363 10.0.0.27 - - [2026-04-30 02:12:23] "POST /chown HTTP/1.1" 200 109 0.009073 252.27.116.45 - - [2026-04-30 02:12:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004146 10.0.0.27 - - [2026-04-30 02:12:23] "POST /instance-ips HTTP/1.1" 200 548 0.025321 252.27.116.45 - - [2026-04-30 02:12:23] "POST /neutron/subnet HTTP/1.1" 200 694 0.009602 10.0.0.27 - - [2026-04-30 02:12:23] "POST /instance-ips HTTP/1.1" 400 244 0.017682 252.27.116.45 - - [2026-04-30 02:12:23] "POST /neutron/port HTTP/1.1" 200 117 0.001500 10.0.0.27 - - [2026-04-30 02:12:23] "POST /chown HTTP/1.1" 200 109 0.012156 252.27.116.45 - - [2026-04-30 02:12:23] "POST /neutron/network HTTP/1.1" 200 831 0.008853 10.0.0.27 - - [2026-04-30 02:12:23] "PUT /virtual-machine-interface/23c3410e-7d31-4d15-8c7a-9d44e8f63ea4 HTTP/1.1" 200 285 0.015942 10.0.0.27 - - [2026-04-30 02:12:23] "PUT /instance-ip/58998fa6-b5db-4377-8a57-72ed1b15e404 HTTP/1.1" 200 257 0.020087 10.0.0.27 - - [2026-04-30 02:12:24] "POST /ref-update HTTP/1.1" 200 156 0.016721 10.0.0.27 - - [2026-04-30 02:12:24] "POST /virtual-machine-interfaces HTTP/1.1" 200 806 0.132357 10.0.0.27 - - [2026-04-30 02:12:24] "POST /chown HTTP/1.1" 200 109 0.012998 10.0.0.27 - - [2026-04-30 02:12:24] "POST /instance-ips HTTP/1.1" 200 546 0.056223 10.0.0.27 - - [2026-04-30 02:12:24] "POST /instance-ips HTTP/1.1" 400 314 0.040534 10.0.0.27 - - [2026-04-30 02:12:24] "POST /chown HTTP/1.1" 200 109 0.014463 10.0.0.27 - - [2026-04-30 02:12:24] "PUT /virtual-machine-interface/05049747-71f5-4059-bda1-d9d65883183d HTTP/1.1" 200 285 0.014121 10.0.0.27 - - [2026-04-30 02:12:24] "PUT /instance-ip/5e921a0f-5725-49be-b431-c936e061bfa8 HTTP/1.1" 200 257 0.046605 10.0.0.27 - - [2026-04-30 02:12:24] "POST /ref-update HTTP/1.1" 200 156 0.013678 10.0.0.27 - - [2026-04-30 02:12:24] "POST /ref-update HTTP/1.1" 200 156 0.015954 10.0.0.27 - - [2026-04-30 02:12:24] "PUT /routing-instance/8b3d3cca-2f9a-4148-91a3-3d9f59f16287 HTTP/1.1" 200 267 0.026408 10.0.0.27 - - [2026-04-30 02:12:24] "POST /ref-update HTTP/1.1" 200 156 0.018904 10.0.0.27 - - [2026-04-30 02:12:24] "POST /virtual-machines HTTP/1.1" 200 550 0.017272 10.0.0.27 - - [2026-04-30 02:12:25] "POST /virtual-machine-interfaces HTTP/1.1" 200 808 0.098453 10.0.0.27 - - [2026-04-30 02:12:25] "POST /chown HTTP/1.1" 200 109 0.009701 10.0.0.27 - - [2026-04-30 02:12:25] "POST /instance-ips HTTP/1.1" 400 244 0.024286 10.0.0.27 - - [2026-04-30 02:12:25] "POST /chown HTTP/1.1" 200 109 0.010410 10.0.0.27 - - [2026-04-30 02:12:25] "PUT /virtual-machine-interface/efbcabfc-9061-4821-8208-2feb4ce3a8f0 HTTP/1.1" 200 285 0.017898 10.0.0.27 - - [2026-04-30 02:12:25] "PUT /instance-ip/58998fa6-b5db-4377-8a57-72ed1b15e404 HTTP/1.1" 200 257 0.019100 10.0.0.27 - - [2026-04-30 02:12:25] "POST /ref-update HTTP/1.1" 200 156 0.019170 10.0.0.27 - - [2026-04-30 02:12:25] "POST /ref-update HTTP/1.1" 200 156 0.017346 10.0.0.27 - - [2026-04-30 02:12:25] "POST /virtual-machine-interfaces HTTP/1.1" 200 806 0.114517 10.0.0.27 - - [2026-04-30 02:12:25] "POST /chown HTTP/1.1" 200 109 0.024833 10.0.0.27 - - [2026-04-30 02:12:25] "POST /instance-ips HTTP/1.1" 400 314 0.047870 10.0.0.27 - - [2026-04-30 02:12:25] "POST /chown HTTP/1.1" 200 109 0.015489 10.0.0.27 - - [2026-04-30 02:12:25] "PUT /virtual-machine-interface/78192a57-48d8-43eb-8a93-8e54282df0bb HTTP/1.1" 200 285 0.038607 10.0.0.27 - - [2026-04-30 02:12:26] "PUT /instance-ip/5e921a0f-5725-49be-b431-c936e061bfa8 HTTP/1.1" 200 257 0.024198 10.0.0.27 - - [2026-04-30 02:12:26] "POST /ref-update HTTP/1.1" 200 156 0.017717 10.0.0.27 - - [2026-04-30 02:12:26] "POST /ref-update HTTP/1.1" 200 156 0.013384 252.27.116.45 - - [2026-04-30 02:12:28] "POST /neutron/port HTTP/1.1" 200 1122 0.013501 252.27.116.45 - - [2026-04-30 02:12:28] "POST /neutron/security_group HTTP/1.1" 200 2000 0.007581 252.27.116.45 - - [2026-04-30 02:12:28] "POST /neutron/port HTTP/1.1" 200 1122 0.021695 252.27.116.45 - - [2026-04-30 02:12:28] "POST /neutron/security_group HTTP/1.1" 200 2000 0.008287 252.27.116.45 - - [2026-04-30 02:12:28] "POST /neutron/port HTTP/1.1" 200 1122 0.047137 252.27.116.45 - - [2026-04-30 02:12:28] "POST /neutron/security_group HTTP/1.1" 200 2000 0.007076 10.0.0.27 - - [2026-04-30 02:12:28] "GET /virtual-machine/af8e5009-fd3d-4775-a94e-b8f6260f9beb HTTP/1.1" 401 295 0.000480 10.0.0.27 - - [2026-04-30 02:12:29] "GET /virtual-machine/af8e5009-fd3d-4775-a94e-b8f6260f9beb HTTP/1.1" 200 1296 0.037944 10.0.0.27 - - [2026-04-30 02:12:29] "GET /virtual-machine-interface/189478c5-e74d-4951-b91f-0fe75d9dd9b5 HTTP/1.1" 200 2951 0.005965 10.0.0.27 - - [2026-04-30 02:12:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.27 - - [2026-04-30 02:12:29] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003149 10.0.0.27 - - [2026-04-30 02:12:29] "GET /virtual-networks?parent_id=401830c6-7108-4edb-b931-c3e16f08b8ac&detail=False&count=False&shared=False HTTP/1.1" 200 875 0.003308 10.0.0.27 - - [2026-04-30 02:12:29] "GET /virtual-network/db9c4374-f047-46ca-8c87-27a32faa9fa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005317 252.27.116.45 - - [2026-04-30 02:12:32] "POST /neutron/port HTTP/1.1" 200 1122 0.015888 252.27.116.45 - - [2026-04-30 02:12:32] "POST /neutron/security_group HTTP/1.1" 200 2000 0.006203 10.0.0.27 - - [2026-04-30 02:12:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.27 - - [2026-04-30 02:12:32] "GET /virtual-network/db9c4374-f047-46ca-8c87-27a32faa9fa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006261 252.27.116.45 - - [2026-04-30 02:12:32] "POST /neutron/port HTTP/1.1" 200 1122 0.013110 252.27.116.45 - - [2026-04-30 02:12:32] "POST /neutron/security_group HTTP/1.1" 200 2000 0.006642 252.27.116.45 - - [2026-04-30 02:12:33] "POST /neutron/port HTTP/1.1" 200 1122 0.012871 252.27.116.45 - - [2026-04-30 02:12:33] "POST /neutron/security_group HTTP/1.1" 200 2000 0.006524 252.27.116.45 - - [2026-04-30 02:12:34] "POST /neutron/port HTTP/1.1" 200 1122 0.013671 252.27.116.45 - - [2026-04-30 02:12:34] "POST /neutron/security_group HTTP/1.1" 200 2000 0.007186 252.27.116.45 - - [2026-04-30 02:12:34] "POST /neutron/port HTTP/1.1" 200 1120 0.024817 252.27.116.45 - - [2026-04-30 02:12:34] "POST /neutron/security_group HTTP/1.1" 200 2000 0.007211 252.27.116.45 - - [2026-04-30 02:12:34] "POST /neutron/port HTTP/1.1" 200 1120 0.014132 252.27.116.45 - - [2026-04-30 02:12:34] "POST /neutron/security_group HTTP/1.1" 200 2000 0.006842 10.0.0.27 - - [2026-04-30 02:12:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003851 10.0.0.27 - - [2026-04-30 02:12:34] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004612 10.0.0.27 - - [2026-04-30 02:12:34] "GET /virtual-networks?parent_id=401830c6-7108-4edb-b931-c3e16f08b8ac&detail=False&count=False&shared=False HTTP/1.1" 200 875 0.003316 10.0.0.27 - - [2026-04-30 02:12:35] "GET /virtual-network/db9c4374-f047-46ca-8c87-27a32faa9fa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005401 252.27.116.45 - - [2026-04-30 02:12:35] "POST /neutron/port HTTP/1.1" 200 1120 0.014625 252.27.116.45 - - [2026-04-30 02:12:35] "POST /neutron/security_group HTTP/1.1" 200 2000 0.007920 252.27.116.45 - - [2026-04-30 02:12:35] "POST /neutron/port HTTP/1.1" 200 1120 0.013813 252.27.116.45 - - [2026-04-30 02:12:35] "POST /neutron/security_group HTTP/1.1" 200 2000 0.007351 252.27.116.45 - - [2026-04-30 02:12:35] "POST /neutron/port HTTP/1.1" 200 1120 0.014001 252.27.116.45 - - [2026-04-30 02:12:35] "POST /neutron/security_group HTTP/1.1" 200 2000 0.007013 10.0.0.27 - - [2026-04-30 02:12:35] "GET /virtual-machine/ec251848-5fac-4c19-bba0-a09abfc477ac HTTP/1.1" 200 1296 0.004678 10.0.0.27 - - [2026-04-30 02:12:35] "GET /virtual-machine-interface/46d6d769-201b-45bb-a92e-c27d83d6bd38 HTTP/1.1" 200 2963 0.006889 10.0.0.27 - - [2026-04-30 02:12:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003727 10.0.0.27 - - [2026-04-30 02:12:36] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003691 10.0.0.27 - - [2026-04-30 02:12:36] "GET /virtual-networks?parent_id=401830c6-7108-4edb-b931-c3e16f08b8ac&detail=False&count=False&shared=False HTTP/1.1" 200 875 0.003188 10.0.0.27 - - [2026-04-30 02:12:36] "GET /virtual-network/45527bea-4657-48dc-a306-1cc83dbc16f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006480 10.0.0.27 - - [2026-04-30 02:12:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.27 - - [2026-04-30 02:12:37] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004113 10.0.0.27 - - [2026-04-30 02:12:37] "GET /virtual-networks?parent_id=401830c6-7108-4edb-b931-c3e16f08b8ac&detail=False&count=False&shared=False HTTP/1.1" 200 875 0.006093 252.27.116.45 - - [2026-04-30 02:12:37] "POST /neutron/port HTTP/1.1" 200 1120 0.015784 10.0.0.27 - - [2026-04-30 02:12:37] "GET /virtual-network/45527bea-4657-48dc-a306-1cc83dbc16f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006540 252.27.116.45 - - [2026-04-30 02:12:37] "POST /neutron/security_group HTTP/1.1" 200 2000 0.006965 252.27.116.45 - - [2026-04-30 02:12:37] "POST /neutron/port HTTP/1.1" 200 1120 0.017387 252.27.116.45 - - [2026-04-30 02:12:37] "POST /neutron/security_group HTTP/1.1" 200 2000 0.007899 252.27.116.45 - - [2026-04-30 02:12:41] "POST /neutron/router HTTP/1.1" 200 654 0.005218 10.0.0.27 - - [2026-04-30 02:12:41] "POST /ref-update HTTP/1.1" 200 156 0.013659 252.27.116.45 - - [2026-04-30 02:12:41] "POST /neutron/router HTTP/1.1" 200 344 0.126342 252.27.116.45 - - [2026-04-30 02:12:41] "POST /neutron/router HTTP/1.1" 200 654 0.005258 10.0.0.27 - - [2026-04-30 02:12:41] "GET /logical-router/7a52e571-0d6a-41db-9078-21cc588a06da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1971 0.004753 10.0.0.27 - - [2026-04-30 02:12:41] "GET /service-instance/a6b8ac48-1d7e-4404-b367-53df58cb51f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2313 0.003511 252.27.116.45 - - [2026-04-30 02:12:41] "POST /neutron/router HTTP/1.1" 200 151 0.065044 10.0.0.27 - - [2026-04-30 02:12:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003959 10.0.0.27 - - [2026-04-30 02:12:41] "DELETE /route-target/f44fb023-7be0-4c05-b58f-afdef34316b1 HTTP/1.1" 409 240 0.007898 10.0.0.27 - - [2026-04-30 02:12:41] "PUT /logical-router/7a52e571-0d6a-41db-9078-21cc588a06da HTTP/1.1" 404 171 0.005124 10.0.0.27 - - [2026-04-30 02:12:41] "POST /ref-update HTTP/1.1" 200 156 0.013830 10.0.0.27 - - [2026-04-30 02:12:41] "DELETE /route-table/e942b862-4da3-4392-80ad-91777d6a5ae7 HTTP/1.1" 200 115 0.032949 10.0.0.27 - - [2026-04-30 02:12:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004158 10.0.0.27 - - [2026-04-30 02:12:41] "PUT /routing-instance/8b3d3cca-2f9a-4148-91a3-3d9f59f16287 HTTP/1.1" 200 267 0.032452 10.0.0.27 - - [2026-04-30 02:12:41] "GET /virtual-network/784d67da-2aaa-4023-bfa6-87f6478acebe?fields=virtual_machine_interface_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 2292 0.013129 10.0.0.27 - - [2026-04-30 02:12:41] "POST /ref-update HTTP/1.1" 200 156 0.019829 252.27.116.45 - - [2026-04-30 02:12:42] "POST /neutron/network HTTP/1.1" 200 831 0.014841 10.0.0.27 - - [2026-04-30 02:12:42] "POST /ref-update HTTP/1.1" 200 156 0.014548 10.0.0.27 - - [2026-04-30 02:12:42] "GET /virtual-machine-interface/05049747-71f5-4059-bda1-d9d65883183d?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1644 0.008633 252.27.116.45 - - [2026-04-30 02:12:42] "POST /neutron/network HTTP/1.1" 400 204 0.075327 10.0.0.27 - - [2026-04-30 02:12:42] "POST /ref-update HTTP/1.1" 200 156 0.019628 10.0.0.27 - - [2026-04-30 02:12:42] "GET /instance-ip/5e921a0f-5725-49be-b431-c936e061bfa8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2150 0.005219 10.0.0.27 - - [2026-04-30 02:12:42] "DELETE /virtual-machine-interface/05049747-71f5-4059-bda1-d9d65883183d HTTP/1.1" 200 115 0.055155 10.0.0.27 - - [2026-04-30 02:12:42] "GET /virtual-machine-interface/78192a57-48d8-43eb-8a93-8e54282df0bb?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1644 0.008477 10.0.0.27 - - [2026-04-30 02:12:42] "POST /ref-update HTTP/1.1" 200 156 0.014936 10.0.0.27 - - [2026-04-30 02:12:42] "GET /instance-ip/5e921a0f-5725-49be-b431-c936e061bfa8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1753 0.007538 10.0.0.27 - - [2026-04-30 02:12:42] "DELETE /instance-ip/5e921a0f-5725-49be-b431-c936e061bfa8 HTTP/1.1" 200 115 0.037846 10.0.0.27 - - [2026-04-30 02:12:42] "DELETE /virtual-machine-interface/78192a57-48d8-43eb-8a93-8e54282df0bb HTTP/1.1" 200 115 0.041429 10.0.0.27 - - [2026-04-30 02:12:42] "DELETE /instance-ip/5e921a0f-5725-49be-b431-c936e061bfa8 HTTP/1.1" 404 177 0.006038 10.0.0.27 - - [2026-04-30 02:12:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.009591 10.0.0.27 - - [2026-04-30 02:12:42] "POST /useragent-kv HTTP/1.1" 200 115 0.014353 10.0.0.27 - - [2026-04-30 02:12:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002490 10.0.0.27 - - [2026-04-30 02:12:42] "DELETE /virtual-network/784d67da-2aaa-4023-bfa6-87f6478acebe HTTP/1.1" 200 115 0.133499 10.0.0.27 - - [2026-04-30 02:12:42] "DELETE /route-target/76814b54-c947-4b14-ba14-96fdae8c71e2 HTTP/1.1" 200 115 0.043487 252.27.116.45 - - [2026-04-30 02:12:42] "POST /neutron/port HTTP/1.1" 200 1120 0.027833 252.27.116.45 - - [2026-04-30 02:12:42] "POST /neutron/port HTTP/1.1" 200 1122 0.019018 10.0.0.27 - - [2026-04-30 02:12:42] "DELETE /service-instance/a6b8ac48-1d7e-4404-b367-53df58cb51f3 HTTP/1.1" 200 115 0.062108 10.0.0.27 - - [2026-04-30 02:12:42] "GET /logical-router/7a52e571-0d6a-41db-9078-21cc588a06da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003527 10.0.0.27 - - [2026-04-30 02:12:42] "GET /service-instance/a6b8ac48-1d7e-4404-b367-53df58cb51f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003571 252.27.116.45 - - [2026-04-30 02:12:42] "POST /neutron/port HTTP/1.1" 200 1110 0.018273 252.27.116.45 - - [2026-04-30 02:12:42] "POST /neutron/port HTTP/1.1" 200 1112 0.016361 10.0.0.27 - - [2026-04-30 02:12:42] "GET /virtual-machine-interface/efbcabfc-9061-4821-8208-2feb4ce3a8f0?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1648 0.006960 10.0.0.27 - - [2026-04-30 02:12:43] "POST /ref-update HTTP/1.1" 200 156 0.020244 10.0.0.27 - - [2026-04-30 02:12:43] "GET /instance-ip/58998fa6-b5db-4377-8a57-72ed1b15e404?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2085 0.004707 252.27.116.45 - - [2026-04-30 02:12:43] "POST /neutron/port HTTP/1.1" 200 151 0.196747 252.27.116.45 - - [2026-04-30 02:12:43] "POST /neutron/port HTTP/1.1" 200 151 0.204153 10.0.0.27 - - [2026-04-30 02:12:43] "DELETE /virtual-machine-interface/efbcabfc-9061-4821-8208-2feb4ce3a8f0 HTTP/1.1" 200 115 0.077521 10.0.0.27 - - [2026-04-30 02:12:43] "DELETE /virtual-machine/57dcfc55-2d2a-4511-b757-bb89b0242870 HTTP/1.1" 200 115 0.032084 10.0.0.27 - - [2026-04-30 02:12:43] "GET /virtual-machine-interface/23c3410e-7d31-4d15-8c7a-9d44e8f63ea4?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1648 0.010429 10.0.0.27 - - [2026-04-30 02:12:43] "POST /ref-update HTTP/1.1" 200 156 0.014756 10.0.0.27 - - [2026-04-30 02:12:43] "GET /instance-ip/58998fa6-b5db-4377-8a57-72ed1b15e404?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1687 0.006973 10.0.0.27 - - [2026-04-30 02:12:43] "DELETE /instance-ip/58998fa6-b5db-4377-8a57-72ed1b15e404 HTTP/1.1" 200 115 0.040075 10.0.0.27 - - [2026-04-30 02:12:43] "DELETE /virtual-machine-interface/23c3410e-7d31-4d15-8c7a-9d44e8f63ea4 HTTP/1.1" 200 115 0.063638 10.0.0.27 - - [2026-04-30 02:12:43] "POST /ref-update HTTP/1.1" 200 156 0.017838 10.0.0.27 - - [2026-04-30 02:12:43] "DELETE /virtual-machine/7f44b736-07f1-4a60-95f3-2459737af035 HTTP/1.1" 200 115 0.023373 252.27.116.45 - - [2026-04-30 02:12:44] "POST /neutron/network HTTP/1.1" 200 831 0.007580 10.0.0.27 - - [2026-04-30 02:12:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005170 10.0.0.27 - - [2026-04-30 02:12:44] "POST /useragent-kv HTTP/1.1" 200 115 0.004466 10.0.0.27 - - [2026-04-30 02:12:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003278 252.27.116.45 - - [2026-04-30 02:12:44] "POST /neutron/network HTTP/1.1" 200 151 0.116948 10.0.0.27 - - [2026-04-30 02:12:44] "DELETE /route-target/6b3c01c8-69b8-4c12-9b2a-a52efcd7c37d HTTP/1.1" 200 115 0.025858 252.27.116.45 - - [2026-04-30 02:12:44] "POST /neutron/network HTTP/1.1" 200 826 0.007836 10.0.0.27 - - [2026-04-30 02:12:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005584 10.0.0.27 - - [2026-04-30 02:12:44] "POST /useragent-kv HTTP/1.1" 200 115 0.004055 10.0.0.27 - - [2026-04-30 02:12:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003395 252.27.116.45 - - [2026-04-30 02:12:44] "POST /neutron/network HTTP/1.1" 200 151 0.102385 10.0.0.27 - - [2026-04-30 02:12:44] "DELETE /route-target/8d7f6042-e614-4411-8f9e-6174e78681f1 HTTP/1.1" 200 115 0.026495 10.0.0.27 - - [2026-04-30 02:12:44] "GET /projects?obj_uuids=401830c6-7108-4edb-b931-c3e16f08b8ac&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001374 10.0.0.27 - - [2026-04-30 02:12:44] "GET /project/401830c6-7108-4edb-b931-c3e16f08b8ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.028893 10.0.0.27 - - [2026-04-30 02:12:44] "GET /projects?obj_uuids=401830c6-7108-4edb-b931-c3e16f08b8ac&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001551 10.0.0.27 - - [2026-04-30 02:12:45] "GET /project/401830c6-7108-4edb-b931-c3e16f08b8ac?fields=virtual_networks HTTP/1.1" 200 1038 0.072253 10.0.0.27 - - [2026-04-30 02:12:45] "GET /projects?obj_uuids=401830c6-7108-4edb-b931-c3e16f08b8ac&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001249 10.0.0.27 - - [2026-04-30 02:12:45] "GET /project/401830c6-7108-4edb-b931-c3e16f08b8ac?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.098882 10.0.0.27 - - [2026-04-30 02:12:45] "GET /projects?obj_uuids=401830c6-7108-4edb-b931-c3e16f08b8ac&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001731 10.0.0.27 - - [2026-04-30 02:12:45] "GET /project/401830c6-7108-4edb-b931-c3e16f08b8ac?fields=security_groups HTTP/1.1" 200 1266 0.036156 10.0.0.27 - - [2026-04-30 02:12:46] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001446 10.0.0.27 - - [2026-04-30 02:12:46] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 943 0.008915 10.0.0.27 - - [2026-04-30 02:12:46] "POST /fqname-to-id HTTP/1.1" 404 194 0.032984 10.0.0.27 - - [2026-04-30 02:12:46] "GET /projects?obj_uuids=28f6b9f4-eac7-410d-ad3e-40ff61dd7003&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003361 10.0.0.27 - - [2026-04-30 02:12:46] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001657 10.0.0.27 - - [2026-04-30 02:12:46] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 974 0.010354 10.0.0.27 - - [2026-04-30 02:12:46] "POST /id-to-fqname HTTP/1.1" 200 196 0.002178 10.0.0.27 - - [2026-04-30 02:12:46] "POST /fqname-to-id HTTP/1.1" 404 205 0.004224 10.0.0.27 - - [2026-04-30 02:12:46] "POST /security-groups HTTP/1.1" 200 591 0.066081 10.0.0.27 - - [2026-04-30 02:12:46] "POST /fqname-to-id HTTP/1.1" 404 240 0.002608 10.0.0.27 - - [2026-04-30 02:12:46] "POST /projects HTTP/1.1" 200 593 0.222882 10.0.0.27 - - [2026-04-30 02:12:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.264900 10.0.0.27 - - [2026-04-30 02:12:46] "POST /access-control-lists HTTP/1.1" 200 604 0.066643 10.0.0.27 - - [2026-04-30 02:12:46] "GET /project/28f6b9f4-eac7-410d-ad3e-40ff61dd7003?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.435257 10.0.0.27 - - [2026-04-30 02:12:46] "POST /fqname-to-id HTTP/1.1" 404 239 0.004913 10.0.0.27 - - [2026-04-30 02:12:46] "POST /access-control-lists HTTP/1.1" 200 602 0.065859 10.0.0.27 - - [2026-04-30 02:12:48] "GET / HTTP/1.1" 200 36215 0.002046 10.0.0.27 - - [2026-04-30 02:12:49] "POST /fqname-to-id HTTP/1.1" 401 295 0.000608 10.0.0.27 - - [2026-04-30 02:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.105446 10.0.0.27 - - [2026-04-30 02:12:49] "GET /projects?obj_uuids=28f6b9f4-eac7-410d-ad3e-40ff61dd7003&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001283 10.0.0.27 - - [2026-04-30 02:12:49] "GET /project/28f6b9f4-eac7-410d-ad3e-40ff61dd7003?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.031613 252.27.116.45 - - [2026-04-30 02:12:49] "POST /neutron/network HTTP/1.1" 200 117 0.039810 10.0.0.27 - - [2026-04-30 02:12:49] "GET /projects?obj_uuids=28f6b9f4-eac7-410d-ad3e-40ff61dd7003&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001241 252.27.116.45 - - [2026-04-30 02:12:49] "POST /neutron/network HTTP/1.1" 200 611 0.085764 10.0.0.27 - - [2026-04-30 02:12:49] "POST /route-targets HTTP/1.1" 200 328 0.016470 10.0.0.27 - - [2026-04-30 02:12:49] "POST /ref-update HTTP/1.1" 200 156 0.031315 10.0.0.27 - - [2026-04-30 02:12:50] "POST /useragent-kv HTTP/1.1" 200 115 0.004502 252.27.116.45 - - [2026-04-30 02:12:50] "POST /neutron/subnet HTTP/1.1" 200 729 0.216504 10.0.0.27 - - [2026-04-30 02:12:50] "POST /fqname-to-id HTTP/1.1" 401 295 0.000480 10.0.0.27 - - [2026-04-30 02:12:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002548 252.27.116.45 - - [2026-04-30 02:12:50] "POST /neutron/subnet HTTP/1.1" 200 828 0.143572 252.27.116.45 - - [2026-04-30 02:12:50] "POST /neutron/network HTTP/1.1" 200 1005 0.010517 10.0.0.27 - - [2026-04-30 02:12:50] "POST /id-to-fqname HTTP/1.1" 200 226 0.001688 10.0.0.27 - - [2026-04-30 02:12:50] "GET /virtual-network/0df84622-086c-40c4-9b9b-4792c3630c65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.005221 252.27.116.45 - - [2026-04-30 02:12:50] "POST /neutron/network HTTP/1.1" 200 1005 0.009507 10.0.0.27 - - [2026-04-30 02:12:50] "GET /virtual-network/0df84622-086c-40c4-9b9b-4792c3630c65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.008425 252.27.116.45 - - [2026-04-30 02:12:50] "POST /neutron/network HTTP/1.1" 200 1005 0.012876 10.0.0.27 - - [2026-04-30 02:12:50] "POST /fqname-to-id HTTP/1.1" 404 207 0.032547 252.27.116.45 - - [2026-04-30 02:12:50] "POST /neutron/subnet HTTP/1.1" 200 729 0.009314 252.27.116.45 - - [2026-04-30 02:12:50] "POST /neutron/subnet HTTP/1.1" 200 828 0.007301 10.0.0.27 - - [2026-04-30 02:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.27 - - [2026-04-30 02:12:50] "GET /projects?obj_uuids=28f6b9f4-eac7-410d-ad3e-40ff61dd7003&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001273 10.0.0.27 - - [2026-04-30 02:12:50] "GET /project/28f6b9f4-eac7-410d-ad3e-40ff61dd7003?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.029822 252.27.116.45 - - [2026-04-30 02:12:50] "POST /neutron/network HTTP/1.1" 200 117 0.012608 10.0.0.27 - - [2026-04-30 02:12:50] "GET /projects?obj_uuids=28f6b9f4-eac7-410d-ad3e-40ff61dd7003&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001184 252.27.116.45 - - [2026-04-30 02:12:51] "POST /neutron/network HTTP/1.1" 200 611 0.093215 10.0.0.27 - - [2026-04-30 02:12:51] "POST /route-targets HTTP/1.1" 200 328 0.014385 10.0.0.27 - - [2026-04-30 02:12:51] "POST /ref-update HTTP/1.1" 200 156 0.020189 10.0.0.27 - - [2026-04-30 02:12:51] "POST /useragent-kv HTTP/1.1" 200 115 0.004893 252.27.116.45 - - [2026-04-30 02:12:51] "POST /neutron/subnet HTTP/1.1" 200 734 0.162606 10.0.0.27 - - [2026-04-30 02:12:51] "POST /fqname-to-id HTTP/1.1" 404 207 0.006813 10.0.0.27 - - [2026-04-30 02:12:51] "POST /useragent-kv HTTP/1.1" 200 115 0.004545 252.27.116.45 - - [2026-04-30 02:12:51] "POST /neutron/subnet HTTP/1.1" 200 823 0.176791 252.27.116.45 - - [2026-04-30 02:12:51] "POST /neutron/network HTTP/1.1" 200 1005 0.009718 10.0.0.27 - - [2026-04-30 02:12:51] "POST /id-to-fqname HTTP/1.1" 200 226 0.001501 10.0.0.27 - - [2026-04-30 02:12:51] "GET /virtual-network/8f5af01b-1742-43b5-98fa-a9646f25e7bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005469 252.27.116.45 - - [2026-04-30 02:12:51] "POST /neutron/network HTTP/1.1" 200 1005 0.008937 10.0.0.27 - - [2026-04-30 02:12:51] "GET /virtual-network/8f5af01b-1742-43b5-98fa-a9646f25e7bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006822 252.27.116.45 - - [2026-04-30 02:12:51] "POST /neutron/network HTTP/1.1" 200 1005 0.009096 252.27.116.45 - - [2026-04-30 02:12:51] "POST /neutron/subnet HTTP/1.1" 200 734 0.009498 252.27.116.45 - - [2026-04-30 02:12:51] "POST /neutron/subnet HTTP/1.1" 200 823 0.010162 10.0.0.27 - - [2026-04-30 02:12:51] "POST /fqname-to-id HTTP/1.1" 404 232 0.003477 10.0.0.27 - - [2026-04-30 02:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.27 - - [2026-04-30 02:12:52] "GET /projects?obj_uuids=28f6b9f4-eac7-410d-ad3e-40ff61dd7003&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001147 10.0.0.27 - - [2026-04-30 02:12:52] "GET /project/28f6b9f4-eac7-410d-ad3e-40ff61dd7003?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.030856 10.0.0.27 - - [2026-04-30 02:12:52] "POST /network-policys HTTP/1.1" 200 577 0.070155 10.0.0.27 - - [2026-04-30 02:12:52] "GET /network-policy/838537de-920c-4127-b787-2d85ed55c519?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3120 0.005882 252.27.116.45 - - [2026-04-30 02:12:52] "POST /neutron/network HTTP/1.1" 200 1005 0.011603 10.0.0.27 - - [2026-04-30 02:12:52] "POST /fqname-to-id HTTP/1.1" 404 240 0.004172 10.0.0.27 - - [2026-04-30 02:12:52] "POST /fqname-to-id HTTP/1.1" 404 207 0.003571 252.27.116.45 - - [2026-04-30 02:12:52] "POST /neutron/network HTTP/1.1" 200 1111 0.058762 10.0.0.27 - - [2026-04-30 02:12:52] "POST /access-control-lists HTTP/1.1" 200 596 0.069794 252.27.116.45 - - [2026-04-30 02:12:52] "POST /neutron/network HTTP/1.1" 200 1111 0.009948 10.0.0.27 - - [2026-04-30 02:12:52] "GET /virtual-network/0df84622-086c-40c4-9b9b-4792c3630c65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.005551 10.0.0.27 - - [2026-04-30 02:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.27 - - [2026-04-30 02:12:52] "GET /network-policy/838537de-920c-4127-b787-2d85ed55c519?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3120 0.004582 252.27.116.45 - - [2026-04-30 02:12:52] "POST /neutron/network HTTP/1.1" 200 1005 0.011468 10.0.0.27 - - [2026-04-30 02:12:52] "POST /fqname-to-id HTTP/1.1" 404 207 0.012125 10.0.0.27 - - [2026-04-30 02:12:52] "POST /fqname-to-id HTTP/1.1" 404 240 0.008878 252.27.116.45 - - [2026-04-30 02:12:52] "POST /neutron/network HTTP/1.1" 200 1111 0.073541 10.0.0.27 - - [2026-04-30 02:12:52] "POST /access-control-lists HTTP/1.1" 200 596 0.067298 252.27.116.45 - - [2026-04-30 02:12:52] "POST /neutron/network HTTP/1.1" 200 1111 0.011048 10.0.0.27 - - [2026-04-30 02:12:52] "POST /ref-update HTTP/1.1" 200 156 0.013534 10.0.0.27 - - [2026-04-30 02:12:52] "GET /virtual-network/8f5af01b-1742-43b5-98fa-a9646f25e7bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.006349 10.0.0.27 - - [2026-04-30 02:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005879 10.0.0.27 - - [2026-04-30 02:12:52] "GET /network-policy/838537de-920c-4127-b787-2d85ed55c519?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3120 0.008949 10.0.0.27 - - [2026-04-30 02:12:53] "GET /domains HTTP/1.1" 401 295 0.000589 10.0.0.27 - - [2026-04-30 02:12:53] "GET /domains HTTP/1.1" 200 438 0.049840 10.0.0.27 - - [2026-04-30 02:12:53] "DELETE /project/28f6b9f4eac7410dad3e40ff61dd7003 HTTP/1.1" 404 173 0.011323 10.0.0.27 - - [2026-04-30 02:12:53] "DELETE /project/401830c671084edbb931c3e16f08b8ac HTTP/1.1" 404 173 0.006614 10.0.0.27 - - [2026-04-30 02:12:53] "GET /projects?obj_uuids=611f9820-8ebd-480b-8669-4d37d3b78494&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001040 10.0.0.27 - - [2026-04-30 02:12:53] "GET /projects?obj_uuids=401830c6-7108-4edb-b931-c3e16f08b8ac&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000862 10.0.0.27 - - [2026-04-30 02:12:53] "GET /project/401830c6-7108-4edb-b931-c3e16f08b8ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.032170 10.0.0.27 - - [2026-04-30 02:12:53] "GET /project/611f9820-8ebd-480b-8669-4d37d3b78494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.035941 10.0.0.27 - - [2026-04-30 02:12:53] "GET /projects?obj_uuids=611f9820-8ebd-480b-8669-4d37d3b78494&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001368 10.0.0.27 - - [2026-04-30 02:12:53] "GET /projects?obj_uuids=401830c6-7108-4edb-b931-c3e16f08b8ac&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001187 10.0.0.27 - - [2026-04-30 02:12:53] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001118 10.0.0.27 - - [2026-04-30 02:12:53] "GET /project/401830c6-7108-4edb-b931-c3e16f08b8ac?fields=security_groups HTTP/1.1" 200 1359 0.049397 10.0.0.27 - - [2026-04-30 02:12:53] "GET /project/611f9820-8ebd-480b-8669-4d37d3b78494?fields=security_groups HTTP/1.1" 200 1343 0.053686 10.0.0.27 - - [2026-04-30 02:12:53] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36 HTTP/1.1" 200 1684 0.051294 10.0.0.27 - - [2026-04-30 02:12:53] "GET /projects?obj_uuids=28f6b9f4-eac7-410d-ad3e-40ff61dd7003&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001214 10.0.0.27 - - [2026-04-30 02:12:53] "DELETE /security-group/07b367ba-84fc-4d6e-ad23-56e2a9af6c37 HTTP/1.1" 200 115 0.079486 10.0.0.27 - - [2026-04-30 02:12:53] "GET /projects?obj_uuids=401830c6-7108-4edb-b931-c3e16f08b8ac&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003279 10.0.0.27 - - [2026-04-30 02:12:53] "GET /project/28f6b9f4-eac7-410d-ad3e-40ff61dd7003 HTTP/1.1" 200 2619 0.068587 10.0.0.27 - - [2026-04-30 02:12:53] "DELETE /access-control-list/118a33e7-8bdc-47ad-8ab3-f31e2f309e68 HTTP/1.1" 200 115 0.078172 10.0.0.27 - - [2026-04-30 02:12:53] "DELETE /security-group/a327cc03-cdb6-4ae5-a3e2-2c47504a80b0 HTTP/1.1" 200 115 0.107630 10.0.0.27 - - [2026-04-30 02:12:53] "GET /projects?obj_uuids=611f9820-8ebd-480b-8669-4d37d3b78494&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001304 10.0.0.27 - - [2026-04-30 02:12:53] "GET /project/401830c6-7108-4edb-b931-c3e16f08b8ac?fields=application_policy_sets HTTP/1.1" 200 1398 0.053822 10.0.0.27 - - [2026-04-30 02:12:53] "DELETE /access-control-list/3e1cd3fe-031b-4597-a796-1113172bf08b HTTP/1.1" 200 115 0.034242 10.0.0.27 - - [2026-04-30 02:12:53] "GET /virtual-network/0df84622-086c-40c4-9b9b-4792c3630c65 HTTP/1.1" 200 3507 0.010064 10.0.0.27 - - [2026-04-30 02:12:53] "DELETE /access-control-list/c748e06d-37d8-40d1-93b7-78833b304ef7 HTTP/1.1" 200 115 0.051031 10.0.0.27 - - [2026-04-30 02:12:53] "GET /project/611f9820-8ebd-480b-8669-4d37d3b78494?fields=application_policy_sets HTTP/1.1" 200 1382 0.096972 10.0.0.27 - - [2026-04-30 02:12:53] "GET /virtual-network/0df84622-086c-40c4-9b9b-4792c3630c65 HTTP/1.1" 200 3507 0.008556 10.0.0.27 - - [2026-04-30 02:12:53] "DELETE /access-control-list/85d5c8c0-6f9b-41b3-a594-c752f6cb9cd8 HTTP/1.1" 200 115 0.049358 10.0.0.27 - - [2026-04-30 02:12:53] "GET /routing-instance/72406e1e-2725-462a-a812-e23c1cbbeaa3 HTTP/1.1" 200 1795 0.006535 10.0.0.27 - - [2026-04-30 02:12:53] "DELETE /project/401830c6-7108-4edb-b931-c3e16f08b8ac HTTP/1.1" 200 115 0.488755 10.0.0.27 - - [2026-04-30 02:12:53] "GET /routing-instance/72406e1e-2725-462a-a812-e23c1cbbeaa3 HTTP/1.1" 200 1795 0.005533 10.0.0.27 - - [2026-04-30 02:12:53] "DELETE /project/611f9820-8ebd-480b-8669-4d37d3b78494 HTTP/1.1" 200 115 0.527322 10.0.0.27 - - [2026-04-30 02:12:53] "GET /route-target/5d4f71df-ad01-4e83-ba72-a6ec1a61f50f HTTP/1.1" 200 1212 0.004445 10.0.0.27 - - [2026-04-30 02:12:54] "GET /virtual-network/0df84622-086c-40c4-9b9b-4792c3630c65 HTTP/1.1" 200 3507 0.004952 10.0.0.27 - - [2026-04-30 02:12:54] "GET /routing-instance/72406e1e-2725-462a-a812-e23c1cbbeaa3 HTTP/1.1" 200 1795 0.007467 10.0.0.27 - - [2026-04-30 02:12:54] "GET /virtual-network/0df84622-086c-40c4-9b9b-4792c3630c65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.005368 10.0.0.27 - - [2026-04-30 02:12:54] "GET /virtual-network/0df84622-086c-40c4-9b9b-4792c3630c65 HTTP/1.1" 200 3507 0.005630 10.0.0.27 - - [2026-04-30 02:12:54] "GET /routing-instance/72406e1e-2725-462a-a812-e23c1cbbeaa3 HTTP/1.1" 200 1795 0.004412 10.0.0.27 - - [2026-04-30 02:12:54] "GET /routing-instance/72406e1e-2725-462a-a812-e23c1cbbeaa3 HTTP/1.1" 200 1795 0.003910 10.0.0.27 - - [2026-04-30 02:12:54] "GET /route-target/5d4f71df-ad01-4e83-ba72-a6ec1a61f50f HTTP/1.1" 200 1212 0.003630 10.0.0.27 - - [2026-04-30 02:12:54] "GET /domains HTTP/1.1" 200 438 0.002713 10.0.0.27 - - [2026-04-30 02:12:54] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001128 10.0.0.27 - - [2026-04-30 02:12:54] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36 HTTP/1.1" 200 1313 0.009057 10.0.0.27 - - [2026-04-30 02:12:54] "GET /projects?obj_uuids=28f6b9f4-eac7-410d-ad3e-40ff61dd7003&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001352 10.0.0.27 - - [2026-04-30 02:12:54] "GET /project/28f6b9f4-eac7-410d-ad3e-40ff61dd7003 HTTP/1.1" 200 2619 0.034666 10.0.0.27 - - [2026-04-30 02:12:54] "GET /virtual-network/0df84622-086c-40c4-9b9b-4792c3630c65 HTTP/1.1" 200 3507 0.005477 10.0.0.27 - - [2026-04-30 02:12:55] "GET /obj-perms HTTP/1.1" 200 6429 0.065450 10.0.0.27 - - [2026-04-30 02:12:55] "GET /domains HTTP/1.1" 200 438 0.002955 10.0.0.27 - - [2026-04-30 02:12:55] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001366 10.0.0.27 - - [2026-04-30 02:12:55] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36 HTTP/1.1" 200 1313 0.008781 10.0.0.27 - - [2026-04-30 02:12:55] "GET /projects?obj_uuids=28f6b9f4-eac7-410d-ad3e-40ff61dd7003&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001135 10.0.0.27 - - [2026-04-30 02:12:55] "GET /project/28f6b9f4-eac7-410d-ad3e-40ff61dd7003 HTTP/1.1" 200 2619 0.035952 10.0.0.27 - - [2026-04-30 02:12:55] "GET /virtual-network/8f5af01b-1742-43b5-98fa-a9646f25e7bd HTTP/1.1" 200 3508 0.008694 10.0.0.27 - - [2026-04-30 02:12:55] "GET /virtual-network/8f5af01b-1742-43b5-98fa-a9646f25e7bd HTTP/1.1" 200 3508 0.005427 10.0.0.27 - - [2026-04-30 02:12:55] "GET /routing-instance/427b57b7-ab0d-4c83-b5d7-77645c5b472b HTTP/1.1" 200 1795 0.004049 10.0.0.27 - - [2026-04-30 02:12:55] "GET /routing-instance/427b57b7-ab0d-4c83-b5d7-77645c5b472b HTTP/1.1" 200 1795 0.007837 10.0.0.27 - - [2026-04-30 02:12:55] "GET /route-target/63277bd1-6013-4ffd-b44a-613060a845d4 HTTP/1.1" 200 1212 0.004412 10.0.0.27 - - [2026-04-30 02:12:55] "GET /virtual-network/8f5af01b-1742-43b5-98fa-a9646f25e7bd HTTP/1.1" 200 3508 0.006326 10.0.0.27 - - [2026-04-30 02:12:55] "GET /routing-instance/427b57b7-ab0d-4c83-b5d7-77645c5b472b HTTP/1.1" 200 1795 0.004178 10.0.0.27 - - [2026-04-30 02:12:56] "GET /virtual-network/8f5af01b-1742-43b5-98fa-a9646f25e7bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.005494 10.0.0.27 - - [2026-04-30 02:12:56] "GET /virtual-network/8f5af01b-1742-43b5-98fa-a9646f25e7bd HTTP/1.1" 200 3508 0.005480 10.0.0.27 - - [2026-04-30 02:12:56] "GET /routing-instance/427b57b7-ab0d-4c83-b5d7-77645c5b472b HTTP/1.1" 200 1795 0.004075 10.0.0.27 - - [2026-04-30 02:12:56] "GET /routing-instance/427b57b7-ab0d-4c83-b5d7-77645c5b472b HTTP/1.1" 200 1795 0.004682 10.0.0.27 - - [2026-04-30 02:12:56] "GET /route-target/63277bd1-6013-4ffd-b44a-613060a845d4 HTTP/1.1" 200 1212 0.003797 10.0.0.27 - - [2026-04-30 02:12:56] "GET /domains HTTP/1.1" 200 438 0.003592 10.0.0.27 - - [2026-04-30 02:12:56] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001633 10.0.0.27 - - [2026-04-30 02:12:56] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36 HTTP/1.1" 200 1313 0.010035 10.0.0.27 - - [2026-04-30 02:12:56] "GET /projects?obj_uuids=28f6b9f4-eac7-410d-ad3e-40ff61dd7003&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001936 10.0.0.27 - - [2026-04-30 02:12:56] "GET /project/28f6b9f4-eac7-410d-ad3e-40ff61dd7003 HTTP/1.1" 200 2619 0.034927 10.0.0.27 - - [2026-04-30 02:12:56] "GET /virtual-network/8f5af01b-1742-43b5-98fa-a9646f25e7bd HTTP/1.1" 200 3508 0.005799 10.0.0.27 - - [2026-04-30 02:12:56] "GET /obj-perms HTTP/1.1" 200 6429 0.001797 10.0.0.27 - - [2026-04-30 02:12:56] "GET /virtual-network/8f5af01b-1742-43b5-98fa-a9646f25e7bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.006717 252.27.116.45 - - [2026-04-30 02:12:56] "POST /neutron/network HTTP/1.1" 200 1111 0.008429 10.0.0.27 - - [2026-04-30 02:12:56] "POST /fqname-to-id HTTP/1.1" 404 207 0.004492 252.27.116.45 - - [2026-04-30 02:12:56] "POST /neutron/network HTTP/1.1" 200 1005 0.053301 252.27.116.45 - - [2026-04-30 02:12:57] "POST /neutron/network HTTP/1.1" 200 1005 0.008362 10.0.0.27 - - [2026-04-30 02:12:57] "GET /virtual-network/8f5af01b-1742-43b5-98fa-a9646f25e7bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005464 10.0.0.27 - - [2026-04-30 02:12:57] "GET /virtual-network/0df84622-086c-40c4-9b9b-4792c3630c65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.007114 252.27.116.45 - - [2026-04-30 02:12:57] "POST /neutron/network HTTP/1.1" 200 1111 0.008935 10.0.0.27 - - [2026-04-30 02:12:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.002642 252.27.116.45 - - [2026-04-30 02:12:57] "POST /neutron/network HTTP/1.1" 200 1005 0.049956 252.27.116.45 - - [2026-04-30 02:12:57] "POST /neutron/network HTTP/1.1" 200 1005 0.008724 10.0.0.27 - - [2026-04-30 02:12:57] "GET /virtual-network/0df84622-086c-40c4-9b9b-4792c3630c65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.006154 10.0.0.27 - - [2026-04-30 02:12:57] "DELETE /network-policy/838537de-920c-4127-b787-2d85ed55c519 HTTP/1.1" 200 115 0.024992 252.27.116.45 - - [2026-04-30 02:12:57] "POST /neutron/network HTTP/1.1" 200 1005 0.010398 10.0.0.27 - - [2026-04-30 02:12:57] "DELETE /access-control-list/b92c257e-aba1-4ce5-b81c-779a47aa11e7 HTTP/1.1" 200 115 0.038851 10.0.0.27 - - [2026-04-30 02:12:57] "POST /ref-update HTTP/1.1" 200 156 0.029798 10.0.0.27 - - [2026-04-30 02:12:57] "DELETE /access-control-list/726112cc-830b-469e-9785-bf53e9d97076 HTTP/1.1" 200 115 0.042123 10.0.0.27 - - [2026-04-30 02:12:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003672 10.0.0.27 - - [2026-04-30 02:12:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002197 10.0.0.27 - - [2026-04-30 02:12:57] "POST /useragent-kv HTTP/1.1" 200 115 0.004944 10.0.0.27 - - [2026-04-30 02:12:57] "POST /ref-update HTTP/1.1" 200 156 0.030356 10.0.0.27 - - [2026-04-30 02:12:57] "POST /useragent-kv HTTP/1.1" 200 115 0.006769 252.27.116.45 - - [2026-04-30 02:12:57] "POST /neutron/network HTTP/1.1" 200 151 0.151188 10.0.0.27 - - [2026-04-30 02:12:57] "GET /routing-instance/427b57b7-ab0d-4c83-b5d7-77645c5b472b HTTP/1.1" 404 171 0.004424 10.0.0.27 - - [2026-04-30 02:12:57] "GET /domains HTTP/1.1" 200 438 0.003492 10.0.0.27 - - [2026-04-30 02:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002498 10.0.0.27 - - [2026-04-30 02:12:57] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001329 10.0.0.27 - - [2026-04-30 02:12:57] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36 HTTP/1.1" 200 1313 0.009739 10.0.0.27 - - [2026-04-30 02:12:57] "DELETE /route-target/63277bd1-6013-4ffd-b44a-613060a845d4 HTTP/1.1" 200 115 0.027954 10.0.0.27 - - [2026-04-30 02:12:57] "GET /projects?obj_uuids=28f6b9f4-eac7-410d-ad3e-40ff61dd7003&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001292 10.0.0.27 - - [2026-04-30 02:12:57] "GET /project/28f6b9f4-eac7-410d-ad3e-40ff61dd7003 HTTP/1.1" 200 2141 0.028797 252.27.116.45 - - [2026-04-30 02:12:58] "POST /neutron/network HTTP/1.1" 200 1005 0.008562 10.0.0.27 - - [2026-04-30 02:12:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003752 10.0.0.27 - - [2026-04-30 02:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004243 10.0.0.27 - - [2026-04-30 02:12:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002174 10.0.0.27 - - [2026-04-30 02:12:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003153 10.0.0.27 - - [2026-04-30 02:12:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002172 252.27.116.45 - - [2026-04-30 02:12:58] "POST /neutron/network HTTP/1.1" 200 151 0.091818 10.0.0.27 - - [2026-04-30 02:12:58] "DELETE /route-target/5d4f71df-ad01-4e83-ba72-a6ec1a61f50f HTTP/1.1" 200 115 0.021155 10.0.0.27 - - [2026-04-30 02:12:58] "GET /routing-instance/72406e1e-2725-462a-a812-e23c1cbbeaa3 HTTP/1.1" 404 171 0.002654 10.0.0.27 - - [2026-04-30 02:12:58] "GET /domains HTTP/1.1" 200 438 0.002889 10.0.0.27 - - [2026-04-30 02:12:58] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001218 10.0.0.27 - - [2026-04-30 02:12:58] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36 HTTP/1.1" 200 1313 0.008636 10.0.0.27 - - [2026-04-30 02:12:58] "GET /projects?obj_uuids=28f6b9f4-eac7-410d-ad3e-40ff61dd7003&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002003 10.0.0.27 - - [2026-04-30 02:12:58] "GET /project/28f6b9f4-eac7-410d-ad3e-40ff61dd7003 HTTP/1.1" 200 1897 0.028316 10.0.0.27 - - [2026-04-30 02:12:59] "GET /projects?obj_uuids=28f6b9f4-eac7-410d-ad3e-40ff61dd7003&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001303 10.0.0.27 - - [2026-04-30 02:12:59] "GET /project/28f6b9f4-eac7-410d-ad3e-40ff61dd7003?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.035585 10.0.0.27 - - [2026-04-30 02:12:59] "GET /projects?obj_uuids=28f6b9f4-eac7-410d-ad3e-40ff61dd7003&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001084 10.0.0.27 - - [2026-04-30 02:12:59] "GET /project/28f6b9f4-eac7-410d-ad3e-40ff61dd7003?fields=virtual_networks HTTP/1.1" 200 1048 0.069521 10.0.0.27 - - [2026-04-30 02:12:59] "GET /projects?obj_uuids=28f6b9f4-eac7-410d-ad3e-40ff61dd7003&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001653 10.0.0.27 - - [2026-04-30 02:12:59] "GET /project/28f6b9f4-eac7-410d-ad3e-40ff61dd7003?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.031355 10.0.0.27 - - [2026-04-30 02:12:59] "GET /projects?obj_uuids=28f6b9f4-eac7-410d-ad3e-40ff61dd7003&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001096 10.0.0.27 - - [2026-04-30 02:12:59] "GET /project/28f6b9f4-eac7-410d-ad3e-40ff61dd7003?fields=security_groups HTTP/1.1" 200 1281 0.027184 10.0.0.27 - - [2026-04-30 02:13:00] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001296 10.0.0.27 - - [2026-04-30 02:13:00] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 943 0.008331 10.0.0.27 - - [2026-04-30 02:13:00] "POST /fqname-to-id HTTP/1.1" 404 202 0.037330 10.0.0.27 - - [2026-04-30 02:13:00] "GET /projects?obj_uuids=6535b194-c3f0-4f19-be4a-4ac015dd91f5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004430 10.0.0.27 - - [2026-04-30 02:13:00] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001758 10.0.0.27 - - [2026-04-30 02:13:00] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 974 0.010662 10.0.0.27 - - [2026-04-30 02:13:00] "GET /obj-perms HTTP/1.1" 200 6366 0.169380 10.0.0.27 - - [2026-04-30 02:13:00] "POST /id-to-fqname HTTP/1.1" 200 204 0.001521 10.0.0.27 - - [2026-04-30 02:13:00] "POST /fqname-to-id HTTP/1.1" 404 213 0.003812 10.0.0.27 - - [2026-04-30 02:13:01] "POST /security-groups HTTP/1.1" 200 599 0.072717 10.0.0.27 - - [2026-04-30 02:13:01] "POST /fqname-to-id HTTP/1.1" 404 248 0.003519 10.0.0.27 - - [2026-04-30 02:13:01] "POST /projects HTTP/1.1" 200 609 0.249993 10.0.0.27 - - [2026-04-30 02:13:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.298220 10.0.0.27 - - [2026-04-30 02:13:01] "POST /access-control-lists HTTP/1.1" 200 612 0.073750 10.0.0.27 - - [2026-04-30 02:13:01] "GET /project/6535b194-c3f0-4f19-be4a-4ac015dd91f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.520268 10.0.0.27 - - [2026-04-30 02:13:01] "POST /fqname-to-id HTTP/1.1" 404 247 0.004409 10.0.0.27 - - [2026-04-30 02:13:01] "POST /access-control-lists HTTP/1.1" 200 610 0.087699 10.0.0.27 - - [2026-04-30 02:13:01] "GET /obj-perms HTTP/1.1" 200 6366 0.108677 10.0.0.27 - - [2026-04-30 02:13:02] "GET / HTTP/1.1" 200 36215 0.001838 10.0.0.27 - - [2026-04-30 02:13:04] "POST /fqname-to-id HTTP/1.1" 401 295 0.000678 10.0.0.27 - - [2026-04-30 02:13:04] "POST /fqname-to-id HTTP/1.1" 404 231 0.112144 10.0.0.27 - - [2026-04-30 02:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.27 - - [2026-04-30 02:13:04] "GET /projects?obj_uuids=6535b194-c3f0-4f19-be4a-4ac015dd91f5&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001730 10.0.0.27 - - [2026-04-30 02:13:04] "GET /project/6535b194-c3f0-4f19-be4a-4ac015dd91f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.040652 10.0.0.27 - - [2026-04-30 02:13:04] "POST /network-policys HTTP/1.1" 200 567 0.068869 10.0.0.27 - - [2026-04-30 02:13:04] "GET /network-policy/0433f4e8-56cf-4345-b20d-785f1141351e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3144 0.007526 10.0.0.27 - - [2026-04-30 02:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003560 10.0.0.27 - - [2026-04-30 02:13:04] "GET /projects?obj_uuids=6535b194-c3f0-4f19-be4a-4ac015dd91f5&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001679 10.0.0.27 - - [2026-04-30 02:13:04] "GET /project/6535b194-c3f0-4f19-be4a-4ac015dd91f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.031577 252.27.116.45 - - [2026-04-30 02:13:05] "POST /neutron/network HTTP/1.1" 200 117 0.046390 10.0.0.27 - - [2026-04-30 02:13:05] "GET /projects?obj_uuids=6535b194-c3f0-4f19-be4a-4ac015dd91f5&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001307 252.27.116.45 - - [2026-04-30 02:13:05] "POST /neutron/network HTTP/1.1" 200 621 0.078838 10.0.0.27 - - [2026-04-30 02:13:05] "POST /route-targets HTTP/1.1" 200 328 0.015081 10.0.0.27 - - [2026-04-30 02:13:05] "POST /ref-update HTTP/1.1" 200 156 0.013448 10.0.0.27 - - [2026-04-30 02:13:05] "POST /useragent-kv HTTP/1.1" 200 115 0.005152 252.27.116.45 - - [2026-04-30 02:13:05] "POST /neutron/subnet HTTP/1.1" 200 715 0.173074 10.0.0.27 - - [2026-04-30 02:13:05] "POST /fqname-to-id HTTP/1.1" 404 207 0.009883 10.0.0.27 - - [2026-04-30 02:13:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002606 252.27.116.45 - - [2026-04-30 02:13:05] "POST /neutron/subnet HTTP/1.1" 200 828 0.147555 252.27.116.45 - - [2026-04-30 02:13:05] "POST /neutron/network HTTP/1.1" 200 1012 0.009668 10.0.0.27 - - [2026-04-30 02:13:05] "POST /id-to-fqname HTTP/1.1" 200 235 0.003352 10.0.0.27 - - [2026-04-30 02:13:05] "GET /virtual-network/1fdf99d0-c684-43c3-8d3c-af9710fd6208?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2654 0.006808 252.27.116.45 - - [2026-04-30 02:13:05] "POST /neutron/network HTTP/1.1" 200 1012 0.013502 10.0.0.27 - - [2026-04-30 02:13:05] "GET /virtual-network/1fdf99d0-c684-43c3-8d3c-af9710fd6208?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2654 0.005547 252.27.116.45 - - [2026-04-30 02:13:05] "POST /neutron/network HTTP/1.1" 200 1012 0.010292 252.27.116.45 - - [2026-04-30 02:13:06] "POST /neutron/subnet HTTP/1.1" 200 715 0.008030 252.27.116.45 - - [2026-04-30 02:13:06] "POST /neutron/subnet HTTP/1.1" 200 828 0.008770 252.27.116.45 - - [2026-04-30 02:13:06] "POST /neutron/network HTTP/1.1" 200 1012 0.012883 10.0.0.27 - - [2026-04-30 02:13:06] "POST /fqname-to-id HTTP/1.1" 404 250 0.005050 10.0.0.27 - - [2026-04-30 02:13:06] "POST /fqname-to-id HTTP/1.1" 404 207 0.006857 252.27.116.45 - - [2026-04-30 02:13:06] "POST /neutron/network HTTP/1.1" 200 1117 0.076266 10.0.0.27 - - [2026-04-30 02:13:06] "POST /access-control-lists HTTP/1.1" 200 607 0.086715 252.27.116.45 - - [2026-04-30 02:13:06] "POST /neutron/network HTTP/1.1" 200 1117 0.011126 10.0.0.27 - - [2026-04-30 02:13:06] "GET /virtual-network/1fdf99d0-c684-43c3-8d3c-af9710fd6208?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2976 0.005321 10.0.0.27 - - [2026-04-30 02:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004031 10.0.0.27 - - [2026-04-30 02:13:06] "GET /network-policy/0433f4e8-56cf-4345-b20d-785f1141351e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3144 0.004565 10.0.0.27 - - [2026-04-30 02:13:06] "GET /domains HTTP/1.1" 401 295 0.000529 10.0.0.27 - - [2026-04-30 02:13:06] "GET /domains HTTP/1.1" 200 438 0.034419 10.0.0.27 - - [2026-04-30 02:13:06] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001187 10.0.0.27 - - [2026-04-30 02:13:06] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36 HTTP/1.1" 200 1514 0.009724 10.0.0.27 - - [2026-04-30 02:13:07] "GET /projects?obj_uuids=6535b194-c3f0-4f19-be4a-4ac015dd91f5&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001734 10.0.0.27 - - [2026-04-30 02:13:07] "GET /project/6535b194-c3f0-4f19-be4a-4ac015dd91f5 HTTP/1.1" 200 2453 0.038542 10.0.0.27 - - [2026-04-30 02:13:07] "GET /virtual-network/1fdf99d0-c684-43c3-8d3c-af9710fd6208 HTTP/1.1" 200 3536 0.007991 10.0.0.27 - - [2026-04-30 02:13:07] "GET /virtual-network/1fdf99d0-c684-43c3-8d3c-af9710fd6208 HTTP/1.1" 200 3536 0.008076 10.0.0.27 - - [2026-04-30 02:13:07] "GET /routing-instance/238c9715-e35d-42df-aa60-893c18c09d3b HTTP/1.1" 200 1496 0.005200 10.0.0.27 - - [2026-04-30 02:13:07] "GET /routing-instance/238c9715-e35d-42df-aa60-893c18c09d3b HTTP/1.1" 200 1496 0.004628 10.0.0.27 - - [2026-04-30 02:13:07] "GET /route-target/c42f2c36-8e97-4f72-ba80-258412320f6e HTTP/1.1" 200 1223 0.004487 10.0.0.27 - - [2026-04-30 02:13:07] "GET /virtual-network/1fdf99d0-c684-43c3-8d3c-af9710fd6208 HTTP/1.1" 200 3536 0.010992 10.0.0.27 - - [2026-04-30 02:13:07] "GET /routing-instance/238c9715-e35d-42df-aa60-893c18c09d3b HTTP/1.1" 200 1496 0.007515 10.0.0.27 - - [2026-04-30 02:13:07] "GET /virtual-network/1fdf99d0-c684-43c3-8d3c-af9710fd6208?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2976 0.007098 10.0.0.27 - - [2026-04-30 02:13:07] "GET /virtual-network/1fdf99d0-c684-43c3-8d3c-af9710fd6208 HTTP/1.1" 200 3536 0.008036 10.0.0.27 - - [2026-04-30 02:13:07] "GET /routing-instance/238c9715-e35d-42df-aa60-893c18c09d3b HTTP/1.1" 200 1496 0.006098 10.0.0.27 - - [2026-04-30 02:13:07] "GET /routing-instance/238c9715-e35d-42df-aa60-893c18c09d3b HTTP/1.1" 200 1496 0.005774 10.0.0.27 - - [2026-04-30 02:13:07] "GET /route-target/c42f2c36-8e97-4f72-ba80-258412320f6e HTTP/1.1" 200 1223 0.005857 10.0.0.27 - - [2026-04-30 02:13:07] "GET /domains HTTP/1.1" 200 438 0.003092 10.0.0.27 - - [2026-04-30 02:13:07] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001521 10.0.0.27 - - [2026-04-30 02:13:07] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36 HTTP/1.1" 200 1514 0.010944 10.0.0.27 - - [2026-04-30 02:13:08] "GET /projects?obj_uuids=6535b194-c3f0-4f19-be4a-4ac015dd91f5&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001518 10.0.0.27 - - [2026-04-30 02:13:08] "GET /project/6535b194-c3f0-4f19-be4a-4ac015dd91f5 HTTP/1.1" 200 2453 0.035161 10.0.0.27 - - [2026-04-30 02:13:08] "GET /virtual-network/1fdf99d0-c684-43c3-8d3c-af9710fd6208 HTTP/1.1" 200 3536 0.006670 10.0.0.27 - - [2026-04-30 02:13:08] "GET /obj-perms HTTP/1.1" 200 6445 0.067977 10.0.0.27 - - [2026-04-30 02:13:08] "GET /domains HTTP/1.1" 200 438 0.003603 10.0.0.27 - - [2026-04-30 02:13:08] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001426 10.0.0.27 - - [2026-04-30 02:13:08] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36 HTTP/1.1" 200 1514 0.009138 10.0.0.27 - - [2026-04-30 02:13:08] "GET /projects?obj_uuids=6535b194-c3f0-4f19-be4a-4ac015dd91f5&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001434 10.0.0.27 - - [2026-04-30 02:13:08] "GET /project/6535b194-c3f0-4f19-be4a-4ac015dd91f5 HTTP/1.1" 200 2453 0.031883 10.0.0.27 - - [2026-04-30 02:13:09] "GET /network-policy/0433f4e8-56cf-4345-b20d-785f1141351e HTTP/1.1" 200 3469 0.005403 10.0.0.27 - - [2026-04-30 02:13:09] "DELETE /network-policy/0433f4e8-56cf-4345-b20d-785f1141351e HTTP/1.1" 409 239 0.007452 252.27.116.45 - - [2026-04-30 02:13:09] "POST /neutron/network HTTP/1.1" 200 1117 0.010394 10.0.0.27 - - [2026-04-30 02:13:09] "DELETE /access-control-list/f5b45e07-7de1-4522-947c-e9c9714623ae HTTP/1.1" 200 115 0.044907 10.0.0.27 - - [2026-04-30 02:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004727 10.0.0.27 - - [2026-04-30 02:13:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002568 10.0.0.27 - - [2026-04-30 02:13:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002912 10.0.0.27 - - [2026-04-30 02:13:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002502 10.0.0.27 - - [2026-04-30 02:13:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002902 252.27.116.45 - - [2026-04-30 02:13:09] "POST /neutron/network HTTP/1.1" 200 151 0.156013 10.0.0.27 - - [2026-04-30 02:13:09] "GET /routing-instance/238c9715-e35d-42df-aa60-893c18c09d3b HTTP/1.1" 404 171 0.004006 10.0.0.27 - - [2026-04-30 02:13:09] "DELETE /route-target/c42f2c36-8e97-4f72-ba80-258412320f6e HTTP/1.1" 200 115 0.022348 10.0.0.27 - - [2026-04-30 02:13:09] "GET /domains HTTP/1.1" 200 438 0.004502 10.0.0.27 - - [2026-04-30 02:13:09] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001181 10.0.0.27 - - [2026-04-30 02:13:09] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36 HTTP/1.1" 200 1514 0.007410 10.0.0.27 - - [2026-04-30 02:13:09] "GET /projects?obj_uuids=6535b194-c3f0-4f19-be4a-4ac015dd91f5&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001392 10.0.0.27 - - [2026-04-30 02:13:09] "GET /project/6535b194-c3f0-4f19-be4a-4ac015dd91f5 HTTP/1.1" 200 2200 0.030181 10.0.0.27 - - [2026-04-30 02:13:09] "DELETE /network-policy/0433f4e8-56cf-4345-b20d-785f1141351e HTTP/1.1" 200 115 0.028021 10.0.0.27 - - [2026-04-30 02:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002950 10.0.0.27 - - [2026-04-30 02:13:09] "GET /projects?obj_uuids=6535b194-c3f0-4f19-be4a-4ac015dd91f5&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001484 10.0.0.27 - - [2026-04-30 02:13:09] "GET /project/6535b194-c3f0-4f19-be4a-4ac015dd91f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.036139 10.0.0.27 - - [2026-04-30 02:13:09] "GET /network-policys?parent_fq_name_str=admin_domain%3Actest-TestBasicPolicyNegativeIpv4v6-06941095&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.004761 10.0.0.27 - - [2026-04-30 02:13:10] "GET /global-system-configs HTTP/1.1" 401 295 0.000627 10.0.0.27 - - [2026-04-30 02:13:10] "GET /global-system-configs HTTP/1.1" 401 295 0.000527 10.0.0.27 - - [2026-04-30 02:13:10] "GET /projects?obj_uuids=6535b194-c3f0-4f19-be4a-4ac015dd91f5&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001605 10.0.0.27 - - [2026-04-30 02:13:10] "GET /project/6535b194-c3f0-4f19-be4a-4ac015dd91f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.041821 10.0.0.27 - - [2026-04-30 02:13:10] "GET /projects?obj_uuids=6535b194-c3f0-4f19-be4a-4ac015dd91f5&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001458 10.0.0.27 - - [2026-04-30 02:13:10] "GET /project/6535b194-c3f0-4f19-be4a-4ac015dd91f5?fields=virtual_networks HTTP/1.1" 200 1064 0.038918 10.0.0.27 - - [2026-04-30 02:13:10] "GET /projects?obj_uuids=6535b194-c3f0-4f19-be4a-4ac015dd91f5&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001482 10.0.0.27 - - [2026-04-30 02:13:10] "GET /project/6535b194-c3f0-4f19-be4a-4ac015dd91f5?fields=virtual_machine_interfaces HTTP/1.1" 200 1064 0.040465 10.0.0.27 - - [2026-04-30 02:13:11] "GET /projects?obj_uuids=6535b194-c3f0-4f19-be4a-4ac015dd91f5&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001522 10.0.0.27 - - [2026-04-30 02:13:11] "GET /project/6535b194-c3f0-4f19-be4a-4ac015dd91f5?fields=security_groups HTTP/1.1" 200 1305 0.040304 10.0.0.27 - - [2026-04-30 02:13:11] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001272 10.0.0.27 - - [2026-04-30 02:13:11] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 943 0.008102 10.0.0.27 - - [2026-04-30 02:13:12] "POST /fqname-to-id HTTP/1.1" 404 188 0.038821 10.0.0.27 - - [2026-04-30 02:13:12] "GET /projects?obj_uuids=55232f47-d9db-4078-92d3-bef4d5a360ec&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002745 10.0.0.27 - - [2026-04-30 02:13:12] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001298 10.0.0.27 - - [2026-04-30 02:13:12] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 974 0.008229 10.0.0.27 - - [2026-04-30 02:13:12] "POST /id-to-fqname HTTP/1.1" 200 190 0.001462 10.0.0.27 - - [2026-04-30 02:13:12] "POST /fqname-to-id HTTP/1.1" 404 199 0.004997 10.0.0.27 - - [2026-04-30 02:13:12] "POST /security-groups HTTP/1.1" 200 585 0.068015 10.0.0.27 - - [2026-04-30 02:13:12] "POST /fqname-to-id HTTP/1.1" 404 234 0.003467 10.0.0.27 - - [2026-04-30 02:13:12] "POST /projects HTTP/1.1" 200 581 0.244204 10.0.0.27 - - [2026-04-30 02:13:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.278677 10.0.0.27 - - [2026-04-30 02:13:12] "POST /access-control-lists HTTP/1.1" 200 598 0.066198 10.0.0.27 - - [2026-04-30 02:13:12] "GET /project/55232f47-d9db-4078-92d3-bef4d5a360ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.434017 10.0.0.27 - - [2026-04-30 02:13:12] "POST /fqname-to-id HTTP/1.1" 404 233 0.003522 10.0.0.27 - - [2026-04-30 02:13:12] "POST /access-control-lists HTTP/1.1" 200 596 0.060919 10.0.0.27 - - [2026-04-30 02:13:12] "GET /global-system-configs HTTP/1.1" 401 295 0.000542 10.0.0.27 - - [2026-04-30 02:13:12] "GET /global-system-configs HTTP/1.1" 401 295 0.000482 10.0.0.27 - - [2026-04-30 02:13:14] "GET / HTTP/1.1" 200 36215 0.003686 10.0.0.27 - - [2026-04-30 02:13:15] "POST /fqname-to-id HTTP/1.1" 401 295 0.000602 10.0.0.27 - - [2026-04-30 02:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.074303 10.0.0.27 - - [2026-04-30 02:13:15] "GET /projects?obj_uuids=55232f47-d9db-4078-92d3-bef4d5a360ec&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001167 10.0.0.27 - - [2026-04-30 02:13:15] "GET /project/55232f47-d9db-4078-92d3-bef4d5a360ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.028176 252.27.116.45 - - [2026-04-30 02:13:15] "POST /neutron/network HTTP/1.1" 200 117 0.040411 10.0.0.27 - - [2026-04-30 02:13:15] "GET /projects?obj_uuids=55232f47-d9db-4078-92d3-bef4d5a360ec&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001229 252.27.116.45 - - [2026-04-30 02:13:15] "POST /neutron/network HTTP/1.1" 200 605 0.083132 10.0.0.27 - - [2026-04-30 02:13:15] "POST /route-targets HTTP/1.1" 200 328 0.015193 10.0.0.27 - - [2026-04-30 02:13:15] "POST /ref-update HTTP/1.1" 200 156 0.032218 10.0.0.27 - - [2026-04-30 02:13:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003753 252.27.116.45 - - [2026-04-30 02:13:16] "POST /neutron/subnet HTTP/1.1" 200 715 0.204978 252.27.116.45 - - [2026-04-30 02:13:16] "POST /neutron/network HTTP/1.1" 200 822 0.007174 10.0.0.27 - - [2026-04-30 02:13:16] "POST /id-to-fqname HTTP/1.1" 200 220 0.001572 10.0.0.27 - - [2026-04-30 02:13:16] "GET /virtual-network/824d077e-c061-4ca6-b3de-9407d23038af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005716 252.27.116.45 - - [2026-04-30 02:13:16] "POST /neutron/network HTTP/1.1" 200 822 0.006436 10.0.0.27 - - [2026-04-30 02:13:16] "GET /virtual-network/824d077e-c061-4ca6-b3de-9407d23038af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005846 252.27.116.45 - - [2026-04-30 02:13:16] "POST /neutron/network HTTP/1.1" 200 822 0.006629 252.27.116.45 - - [2026-04-30 02:13:16] "POST /neutron/subnet HTTP/1.1" 200 715 0.009074 10.0.0.27 - - [2026-04-30 02:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.27 - - [2026-04-30 02:13:16] "GET /projects?obj_uuids=55232f47-d9db-4078-92d3-bef4d5a360ec&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001233 10.0.0.27 - - [2026-04-30 02:13:16] "GET /project/55232f47-d9db-4078-92d3-bef4d5a360ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.028189 252.27.116.45 - - [2026-04-30 02:13:16] "POST /neutron/network HTTP/1.1" 200 117 0.012525 10.0.0.27 - - [2026-04-30 02:13:16] "GET /projects?obj_uuids=55232f47-d9db-4078-92d3-bef4d5a360ec&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001439 252.27.116.45 - - [2026-04-30 02:13:16] "POST /neutron/network HTTP/1.1" 200 605 0.069656 10.0.0.27 - - [2026-04-30 02:13:16] "POST /route-targets HTTP/1.1" 200 328 0.014847 10.0.0.27 - - [2026-04-30 02:13:16] "POST /ref-update HTTP/1.1" 200 156 0.017164 10.0.0.27 - - [2026-04-30 02:13:16] "POST /useragent-kv HTTP/1.1" 200 115 0.004341 252.27.116.45 - - [2026-04-30 02:13:16] "POST /neutron/subnet HTTP/1.1" 200 720 0.173022 252.27.116.45 - - [2026-04-30 02:13:16] "POST /neutron/network HTTP/1.1" 200 823 0.005662 10.0.0.27 - - [2026-04-30 02:13:17] "POST /id-to-fqname HTTP/1.1" 200 220 0.001415 10.0.0.27 - - [2026-04-30 02:13:17] "GET /virtual-network/043531cf-da74-4f14-af79-b1722e1531e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005323 252.27.116.45 - - [2026-04-30 02:13:17] "POST /neutron/network HTTP/1.1" 200 823 0.006753 10.0.0.27 - - [2026-04-30 02:13:17] "GET /virtual-network/043531cf-da74-4f14-af79-b1722e1531e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005552 252.27.116.45 - - [2026-04-30 02:13:17] "POST /neutron/network HTTP/1.1" 200 823 0.006753 252.27.116.45 - - [2026-04-30 02:13:17] "POST /neutron/subnet HTTP/1.1" 200 720 0.010082 10.0.0.27 - - [2026-04-30 02:13:17] "POST /fqname-to-id HTTP/1.1" 404 226 0.003134 10.0.0.27 - - [2026-04-30 02:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002851 10.0.0.27 - - [2026-04-30 02:13:17] "GET /projects?obj_uuids=55232f47-d9db-4078-92d3-bef4d5a360ec&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001176 10.0.0.27 - - [2026-04-30 02:13:17] "GET /project/55232f47-d9db-4078-92d3-bef4d5a360ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.028553 10.0.0.27 - - [2026-04-30 02:13:17] "POST /network-policys HTTP/1.1" 200 571 0.021323 10.0.0.27 - - [2026-04-30 02:13:17] "GET /network-policy/4fe15d43-2d0b-418a-9802-4b7466bac761?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2148 0.005857 252.27.116.45 - - [2026-04-30 02:13:17] "POST /neutron/network HTTP/1.1" 200 822 0.007076 10.0.0.27 - - [2026-04-30 02:13:17] "POST /fqname-to-id HTTP/1.1" 404 234 0.005873 252.27.116.45 - - [2026-04-30 02:13:17] "POST /neutron/network HTTP/1.1" 200 922 0.064839 10.0.0.27 - - [2026-04-30 02:13:17] "POST /access-control-lists HTTP/1.1" 200 590 0.080221 252.27.116.45 - - [2026-04-30 02:13:17] "POST /neutron/network HTTP/1.1" 200 922 0.008826 10.0.0.27 - - [2026-04-30 02:13:17] "GET /virtual-network/824d077e-c061-4ca6-b3de-9407d23038af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.006306 10.0.0.27 - - [2026-04-30 02:13:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.27 - - [2026-04-30 02:13:17] "GET /network-policy/4fe15d43-2d0b-418a-9802-4b7466bac761?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2148 0.005125 252.27.116.45 - - [2026-04-30 02:13:17] "POST /neutron/network HTTP/1.1" 200 823 0.006488 10.0.0.27 - - [2026-04-30 02:13:18] "POST /fqname-to-id HTTP/1.1" 404 234 0.007835 252.27.116.45 - - [2026-04-30 02:13:18] "POST /neutron/network HTTP/1.1" 200 923 0.067672 10.0.0.27 - - [2026-04-30 02:13:18] "POST /access-control-lists HTTP/1.1" 200 590 0.080507 252.27.116.45 - - [2026-04-30 02:13:18] "POST /neutron/network HTTP/1.1" 200 923 0.010656 10.0.0.27 - - [2026-04-30 02:13:18] "POST /ref-update HTTP/1.1" 200 156 0.013072 10.0.0.27 - - [2026-04-30 02:13:18] "GET /virtual-network/043531cf-da74-4f14-af79-b1722e1531e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005471 10.0.0.27 - - [2026-04-30 02:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003621 10.0.0.27 - - [2026-04-30 02:13:18] "GET /network-policy/4fe15d43-2d0b-418a-9802-4b7466bac761?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2148 0.004636 10.0.0.27 - - [2026-04-30 02:13:18] "GET /domains HTTP/1.1" 401 295 0.000516 10.0.0.27 - - [2026-04-30 02:13:18] "GET /domains HTTP/1.1" 200 438 0.038308 10.0.0.27 - - [2026-04-30 02:13:18] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001358 10.0.0.27 - - [2026-04-30 02:13:18] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36 HTTP/1.1" 200 1701 0.011199 10.0.0.27 - - [2026-04-30 02:13:18] "GET /projects?obj_uuids=55232f47-d9db-4078-92d3-bef4d5a360ec&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001089 10.0.0.27 - - [2026-04-30 02:13:18] "GET /project/55232f47-d9db-4078-92d3-bef4d5a360ec HTTP/1.1" 200 2565 0.026761 10.0.0.27 - - [2026-04-30 02:13:18] "GET /virtual-network/824d077e-c061-4ca6-b3de-9407d23038af HTTP/1.1" 200 2884 0.007999 10.0.0.27 - - [2026-04-30 02:13:18] "GET /virtual-network/824d077e-c061-4ca6-b3de-9407d23038af HTTP/1.1" 200 2884 0.005981 10.0.0.27 - - [2026-04-30 02:13:19] "GET /routing-instance/e28b04df-2a5e-4ece-825d-912cb9c8ea12 HTTP/1.1" 200 1783 0.005085 10.0.0.27 - - [2026-04-30 02:13:19] "GET /routing-instance/e28b04df-2a5e-4ece-825d-912cb9c8ea12 HTTP/1.1" 200 1783 0.004368 10.0.0.27 - - [2026-04-30 02:13:19] "GET /route-target/850463c4-b557-440f-bc8c-39df64687c1b HTTP/1.1" 200 1206 0.003983 10.0.0.27 - - [2026-04-30 02:13:19] "GET /virtual-network/824d077e-c061-4ca6-b3de-9407d23038af HTTP/1.1" 200 2884 0.006515 10.0.0.27 - - [2026-04-30 02:13:19] "GET /routing-instance/e28b04df-2a5e-4ece-825d-912cb9c8ea12 HTTP/1.1" 200 1783 0.004946 10.0.0.27 - - [2026-04-30 02:13:19] "GET /virtual-network/824d077e-c061-4ca6-b3de-9407d23038af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.006615 10.0.0.27 - - [2026-04-30 02:13:19] "GET /virtual-network/824d077e-c061-4ca6-b3de-9407d23038af HTTP/1.1" 200 2884 0.006421 10.0.0.27 - - [2026-04-30 02:13:19] "GET /routing-instance/e28b04df-2a5e-4ece-825d-912cb9c8ea12 HTTP/1.1" 200 1783 0.004743 10.0.0.27 - - [2026-04-30 02:13:19] "GET /routing-instance/e28b04df-2a5e-4ece-825d-912cb9c8ea12 HTTP/1.1" 200 1783 0.003834 10.0.0.27 - - [2026-04-30 02:13:19] "GET /route-target/850463c4-b557-440f-bc8c-39df64687c1b HTTP/1.1" 200 1206 0.003680 10.0.0.27 - - [2026-04-30 02:13:19] "GET /domains HTTP/1.1" 200 438 0.003047 10.0.0.27 - - [2026-04-30 02:13:19] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.002099 10.0.0.27 - - [2026-04-30 02:13:19] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36 HTTP/1.1" 200 1701 0.009071 10.0.0.27 - - [2026-04-30 02:13:19] "GET /projects?obj_uuids=55232f47-d9db-4078-92d3-bef4d5a360ec&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001135 10.0.0.27 - - [2026-04-30 02:13:19] "GET /project/55232f47-d9db-4078-92d3-bef4d5a360ec HTTP/1.1" 200 2565 0.034162 10.0.0.27 - - [2026-04-30 02:13:19] "GET /virtual-network/824d077e-c061-4ca6-b3de-9407d23038af HTTP/1.1" 200 2884 0.006226 10.0.0.27 - - [2026-04-30 02:13:20] "GET /obj-perms HTTP/1.1" 200 6417 0.066792 10.0.0.27 - - [2026-04-30 02:13:20] "GET /domains HTTP/1.1" 200 438 0.002913 10.0.0.27 - - [2026-04-30 02:13:20] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001281 10.0.0.27 - - [2026-04-30 02:13:20] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36 HTTP/1.1" 200 1701 0.008698 10.0.0.27 - - [2026-04-30 02:13:20] "GET /projects?obj_uuids=55232f47-d9db-4078-92d3-bef4d5a360ec&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001313 10.0.0.27 - - [2026-04-30 02:13:20] "GET /project/55232f47-d9db-4078-92d3-bef4d5a360ec HTTP/1.1" 200 2565 0.030116 10.0.0.27 - - [2026-04-30 02:13:20] "GET /virtual-network/043531cf-da74-4f14-af79-b1722e1531e2 HTTP/1.1" 200 2886 0.009442 10.0.0.27 - - [2026-04-30 02:13:20] "GET /virtual-network/043531cf-da74-4f14-af79-b1722e1531e2 HTTP/1.1" 200 2886 0.005688 10.0.0.27 - - [2026-04-30 02:13:20] "GET /routing-instance/5c1954f0-ce12-4ab7-ba7b-3cea13f25d12 HTTP/1.1" 200 1783 0.004421 10.0.0.27 - - [2026-04-30 02:13:20] "GET /routing-instance/5c1954f0-ce12-4ab7-ba7b-3cea13f25d12 HTTP/1.1" 200 1783 0.004961 10.0.0.27 - - [2026-04-30 02:13:20] "GET /route-target/6fe3dbb6-29fe-4dab-b886-8f64b5cae899 HTTP/1.1" 200 1206 0.004178 10.0.0.27 - - [2026-04-30 02:13:20] "GET /virtual-network/043531cf-da74-4f14-af79-b1722e1531e2 HTTP/1.1" 200 2886 0.005869 10.0.0.27 - - [2026-04-30 02:13:21] "GET /routing-instance/5c1954f0-ce12-4ab7-ba7b-3cea13f25d12 HTTP/1.1" 200 1783 0.004193 10.0.0.27 - - [2026-04-30 02:13:21] "GET /virtual-network/043531cf-da74-4f14-af79-b1722e1531e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.006146 10.0.0.27 - - [2026-04-30 02:13:21] "GET /virtual-network/043531cf-da74-4f14-af79-b1722e1531e2 HTTP/1.1" 200 2886 0.004924 10.0.0.27 - - [2026-04-30 02:13:21] "GET /routing-instance/5c1954f0-ce12-4ab7-ba7b-3cea13f25d12 HTTP/1.1" 200 1783 0.004510 10.0.0.27 - - [2026-04-30 02:13:21] "GET /routing-instance/5c1954f0-ce12-4ab7-ba7b-3cea13f25d12 HTTP/1.1" 200 1783 0.004488 10.0.0.27 - - [2026-04-30 02:13:21] "GET /route-target/6fe3dbb6-29fe-4dab-b886-8f64b5cae899 HTTP/1.1" 200 1206 0.004123 10.0.0.27 - - [2026-04-30 02:13:21] "GET /domains HTTP/1.1" 200 438 0.003202 10.0.0.27 - - [2026-04-30 02:13:21] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001553 10.0.0.27 - - [2026-04-30 02:13:21] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36 HTTP/1.1" 200 1701 0.008159 10.0.0.27 - - [2026-04-30 02:13:21] "GET /projects?obj_uuids=55232f47-d9db-4078-92d3-bef4d5a360ec&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.002150 10.0.0.27 - - [2026-04-30 02:13:21] "GET /project/55232f47-d9db-4078-92d3-bef4d5a360ec HTTP/1.1" 200 2565 0.035315 10.0.0.27 - - [2026-04-30 02:13:21] "GET /virtual-network/043531cf-da74-4f14-af79-b1722e1531e2 HTTP/1.1" 200 2886 0.006141 10.0.0.27 - - [2026-04-30 02:13:21] "GET /obj-perms HTTP/1.1" 200 6417 0.002022 10.0.0.27 - - [2026-04-30 02:13:21] "POST /id-to-fqname HTTP/1.1" 200 220 0.001728 252.27.116.45 - - [2026-04-30 02:13:22] "POST /neutron/network HTTP/1.1" 200 932 0.008419 252.27.116.45 - - [2026-04-30 02:13:22] "GET /aaa-mode HTTP/1.1" 401 295 0.000547 252.27.116.45 - - [2026-04-30 02:13:22] "GET / HTTP/1.1" 200 36215 0.001965 252.27.116.45 - - [2026-04-30 02:13:22] "GET /project/55232f47-d9db-4078-92d3-bef4d5a360ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 295 0.000419 10.0.0.27 - - [2026-04-30 02:13:22] "GET /projects?obj_uuids=55232f47-d9db-4078-92d3-bef4d5a360ec&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001263 252.27.116.45 - - [2026-04-30 02:13:22] "GET /project/55232f47-d9db-4078-92d3-bef4d5a360ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.057580 252.27.116.45 - - [2026-04-30 02:13:22] "POST /neutron/network HTTP/1.1" 200 922 0.006119 252.27.116.45 - - [2026-04-30 02:13:22] "POST /neutron/port HTTP/1.1" 200 117 0.006816 252.27.116.45 - - [2026-04-30 02:13:23] "POST /neutron/port HTTP/1.1" 200 117 0.007642 10.0.0.27 - - [2026-04-30 02:13:23] "POST /id-to-fqname HTTP/1.1" 200 220 0.002139 252.27.116.45 - - [2026-04-30 02:13:23] "POST /neutron/port HTTP/1.1" 200 117 0.006083 252.27.116.45 - - [2026-04-30 02:13:23] "POST /neutron/network HTTP/1.1" 200 933 0.007950 252.27.116.45 - - [2026-04-30 02:13:23] "GET /aaa-mode HTTP/1.1" 401 295 0.000490 252.27.116.45 - - [2026-04-30 02:13:23] "GET / HTTP/1.1" 200 36215 0.001959 252.27.116.45 - - [2026-04-30 02:13:23] "GET /project/55232f47-d9db-4078-92d3-bef4d5a360ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 295 0.000427 252.27.116.45 - - [2026-04-30 02:13:23] "POST /neutron/network HTTP/1.1" 200 932 0.009008 10.0.0.27 - - [2026-04-30 02:13:23] "GET /projects?obj_uuids=55232f47-d9db-4078-92d3-bef4d5a360ec&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001586 10.0.0.27 - - [2026-04-30 02:13:23] "GET /projects?obj_uuids=55232f47-d9db-4078-92d3-bef4d5a360ec&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001262 252.27.116.45 - - [2026-04-30 02:13:23] "GET /project/55232f47-d9db-4078-92d3-bef4d5a360ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.093039 252.27.116.45 - - [2026-04-30 02:13:23] "POST /neutron/network HTTP/1.1" 200 923 0.015393 252.27.116.45 - - [2026-04-30 02:13:24] "POST /neutron/port HTTP/1.1" 200 1058 0.303193 252.27.116.45 - - [2026-04-30 02:13:24] "POST /neutron/port HTTP/1.1" 200 1058 0.017010 252.27.116.45 - - [2026-04-30 02:13:24] "POST /neutron/port HTTP/1.1" 200 1058 0.014051 252.27.116.45 - - [2026-04-30 02:13:24] "POST /neutron/port HTTP/1.1" 200 1068 0.016949 252.27.116.45 - - [2026-04-30 02:13:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007197 252.27.116.45 - - [2026-04-30 02:13:24] "POST /neutron/port HTTP/1.1" 200 117 0.009061 252.27.116.45 - - [2026-04-30 02:13:24] "POST /neutron/port HTTP/1.1" 200 1108 0.097436 252.27.116.45 - - [2026-04-30 02:13:24] "POST /neutron/port HTTP/1.1" 200 1118 0.032621 252.27.116.45 - - [2026-04-30 02:13:24] "POST /neutron/port HTTP/1.1" 200 1118 0.031773 252.27.116.45 - - [2026-04-30 02:13:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004188 252.27.116.45 - - [2026-04-30 02:13:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008714 252.27.116.45 - - [2026-04-30 02:13:24] "POST /neutron/subnet HTTP/1.1" 200 689 0.008986 252.27.116.45 - - [2026-04-30 02:13:24] "POST /neutron/port HTTP/1.1" 200 117 0.001750 252.27.116.45 - - [2026-04-30 02:13:24] "POST /neutron/network HTTP/1.1" 200 933 0.007880 252.27.116.45 - - [2026-04-30 02:13:24] "POST /neutron/network HTTP/1.1" 200 922 0.006814 10.0.0.27 - - [2026-04-30 02:13:24] "GET /projects?obj_uuids=55232f47-d9db-4078-92d3-bef4d5a360ec&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001434 252.27.116.45 - - [2026-04-30 02:13:25] "POST /neutron/port HTTP/1.1" 200 1059 0.253896 252.27.116.45 - - [2026-04-30 02:13:25] "POST /neutron/port HTTP/1.1" 200 1059 0.016417 252.27.116.45 - - [2026-04-30 02:13:25] "POST /neutron/port HTTP/1.1" 200 1059 0.012129 252.27.116.45 - - [2026-04-30 02:13:25] "POST /neutron/port HTTP/1.1" 200 1109 0.077260 252.27.116.45 - - [2026-04-30 02:13:25] "POST /neutron/port HTTP/1.1" 200 1119 0.013521 252.27.116.45 - - [2026-04-30 02:13:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004486 252.27.116.45 - - [2026-04-30 02:13:25] "POST /neutron/subnet HTTP/1.1" 200 694 0.008647 252.27.116.45 - - [2026-04-30 02:13:25] "POST /neutron/port HTTP/1.1" 200 117 0.001475 252.27.116.45 - - [2026-04-30 02:13:25] "POST /neutron/network HTTP/1.1" 200 923 0.006649 252.27.116.45 - - [2026-04-30 02:13:29] "POST /neutron/port HTTP/1.1" 200 1118 0.016013 252.27.116.45 - - [2026-04-30 02:13:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008478 252.27.116.45 - - [2026-04-30 02:13:29] "POST /neutron/port HTTP/1.1" 200 1118 0.020154 252.27.116.45 - - [2026-04-30 02:13:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007672 252.27.116.45 - - [2026-04-30 02:13:30] "POST /neutron/port HTTP/1.1" 200 1118 0.017808 252.27.116.45 - - [2026-04-30 02:13:30] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007056 10.0.0.27 - - [2026-04-30 02:13:30] "GET /virtual-machine/2c809829-f8c0-48d1-ac21-d37f3c2f200f HTTP/1.1" 200 1294 0.005242 10.0.0.27 - - [2026-04-30 02:13:30] "GET /virtual-machine-interface/5dc8c7c3-d2d2-41af-949e-c0136752e97f HTTP/1.1" 200 2946 0.005852 10.0.0.27 - - [2026-04-30 02:13:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004135 10.0.0.27 - - [2026-04-30 02:13:30] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004333 10.0.0.27 - - [2026-04-30 02:13:30] "GET /virtual-networks?parent_id=55232f47-d9db-4078-92d3-bef4d5a360ec&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004018 10.0.0.27 - - [2026-04-30 02:13:30] "GET /virtual-network/824d077e-c061-4ca6-b3de-9407d23038af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.005704 10.0.0.27 - - [2026-04-30 02:13:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004266 10.0.0.27 - - [2026-04-30 02:13:33] "GET /virtual-network/824d077e-c061-4ca6-b3de-9407d23038af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.005488 252.27.116.45 - - [2026-04-30 02:13:34] "POST /neutron/port HTTP/1.1" 200 1118 0.015787 252.27.116.45 - - [2026-04-30 02:13:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006234 252.27.116.45 - - [2026-04-30 02:13:34] "POST /neutron/port HTTP/1.1" 200 1118 0.020551 252.27.116.45 - - [2026-04-30 02:13:35] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006450 252.27.116.45 - - [2026-04-30 02:13:35] "POST /neutron/port HTTP/1.1" 200 1119 0.015180 252.27.116.45 - - [2026-04-30 02:13:35] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006306 10.0.0.27 - - [2026-04-30 02:13:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.27 - - [2026-04-30 02:13:35] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003837 10.0.0.27 - - [2026-04-30 02:13:35] "GET /virtual-networks?parent_id=55232f47-d9db-4078-92d3-bef4d5a360ec&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003978 252.27.116.45 - - [2026-04-30 02:13:35] "POST /neutron/port HTTP/1.1" 200 1119 0.015270 10.0.0.27 - - [2026-04-30 02:13:35] "GET /virtual-network/824d077e-c061-4ca6-b3de-9407d23038af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.007581 252.27.116.45 - - [2026-04-30 02:13:35] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007121 252.27.116.45 - - [2026-04-30 02:13:36] "POST /neutron/port HTTP/1.1" 200 1118 0.016500 252.27.116.45 - - [2026-04-30 02:13:36] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006808 252.27.116.45 - - [2026-04-30 02:13:36] "POST /neutron/port HTTP/1.1" 200 1118 0.016097 252.27.116.45 - - [2026-04-30 02:13:36] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007327 252.27.116.45 - - [2026-04-30 02:13:38] "POST /neutron/port HTTP/1.1" 200 1119 0.015525 252.27.116.45 - - [2026-04-30 02:13:38] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006289 252.27.116.45 - - [2026-04-30 02:13:38] "POST /neutron/port HTTP/1.1" 200 1119 0.015379 252.27.116.45 - - [2026-04-30 02:13:38] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006455 252.27.116.45 - - [2026-04-30 02:13:41] "POST /neutron/port HTTP/1.1" 200 1119 0.016428 252.27.116.45 - - [2026-04-30 02:13:41] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007507 252.27.116.45 - - [2026-04-30 02:13:41] "POST /neutron/port HTTP/1.1" 200 1119 0.017622 252.27.116.45 - - [2026-04-30 02:13:41] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008160 252.27.116.45 - - [2026-04-30 02:13:41] "POST /neutron/port HTTP/1.1" 200 1119 0.016286 252.27.116.45 - - [2026-04-30 02:13:41] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007272 10.0.0.27 - - [2026-04-30 02:13:41] "GET /virtual-machine/82507f6f-f92c-49a5-9321-3fc63688997b HTTP/1.1" 200 1294 0.004967 10.0.0.27 - - [2026-04-30 02:13:41] "GET /virtual-machine-interface/2ee905fd-b1b8-4f67-a786-40bfa22791d7 HTTP/1.1" 200 2946 0.006044 10.0.0.27 - - [2026-04-30 02:13:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.27 - - [2026-04-30 02:13:42] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004912 10.0.0.27 - - [2026-04-30 02:13:42] "GET /virtual-networks?parent_id=55232f47-d9db-4078-92d3-bef4d5a360ec&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003495 10.0.0.27 - - [2026-04-30 02:13:42] "GET /virtual-network/043531cf-da74-4f14-af79-b1722e1531e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.006788 10.0.0.27 - - [2026-04-30 02:13:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003264 10.0.0.27 - - [2026-04-30 02:13:43] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003465 10.0.0.27 - - [2026-04-30 02:13:43] "GET /virtual-networks?parent_id=55232f47-d9db-4078-92d3-bef4d5a360ec&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003115 10.0.0.27 - - [2026-04-30 02:13:43] "GET /virtual-network/043531cf-da74-4f14-af79-b1722e1531e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.006207 10.0.0.27 - - [2026-04-30 02:13:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.27 - - [2026-04-30 02:13:47] "GET /projects?obj_uuids=55232f47-d9db-4078-92d3-bef4d5a360ec&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001342 10.0.0.27 - - [2026-04-30 02:13:47] "GET /project/55232f47-d9db-4078-92d3-bef4d5a360ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.029727 10.0.0.27 - - [2026-04-30 02:13:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602 10.0.0.27 - - [2026-04-30 02:13:47] "PUT /network-policy/4fe15d43-2d0b-418a-9802-4b7466bac761 HTTP/1.1" 200 263 0.011127 10.0.0.27 - - [2026-04-30 02:13:47] "PUT /access-control-list/aafabd95-3d27-407c-8ed8-9b33552feb76 HTTP/1.1" 200 273 0.055273 10.0.0.27 - - [2026-04-30 02:13:48] "POST /ref-update HTTP/1.1" 200 156 0.016090 10.0.0.27 - - [2026-04-30 02:13:48] "PUT /access-control-list/7ecb1f6f-4695-4a26-9ca4-05192aec0c67 HTTP/1.1" 200 273 0.059444 10.0.0.27 - - [2026-04-30 02:13:48] "POST /ref-update HTTP/1.1" 200 156 0.012989 10.0.0.27 - - [2026-04-30 02:13:51] "GET /virtual-network/043531cf-da74-4f14-af79-b1722e1531e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.006559 252.27.116.45 - - [2026-04-30 02:13:51] "POST /neutron/network HTTP/1.1" 200 923 0.006871 252.27.116.45 - - [2026-04-30 02:13:51] "POST /neutron/network HTTP/1.1" 200 823 0.062612 10.0.0.27 - - [2026-04-30 02:13:51] "DELETE /access-control-list/7ecb1f6f-4695-4a26-9ca4-05192aec0c67 HTTP/1.1" 200 115 0.042523 252.27.116.45 - - [2026-04-30 02:13:51] "POST /neutron/network HTTP/1.1" 200 823 0.007019 10.0.0.27 - - [2026-04-30 02:13:51] "GET /virtual-network/043531cf-da74-4f14-af79-b1722e1531e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005323 10.0.0.27 - - [2026-04-30 02:13:51] "GET /virtual-network/824d077e-c061-4ca6-b3de-9407d23038af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.005222 252.27.116.45 - - [2026-04-30 02:13:51] "POST /neutron/network HTTP/1.1" 200 922 0.007116 252.27.116.45 - - [2026-04-30 02:13:51] "POST /neutron/network HTTP/1.1" 200 822 0.059117 10.0.0.27 - - [2026-04-30 02:13:51] "DELETE /access-control-list/aafabd95-3d27-407c-8ed8-9b33552feb76 HTTP/1.1" 200 115 0.045246 252.27.116.45 - - [2026-04-30 02:13:51] "POST /neutron/network HTTP/1.1" 200 822 0.006686 10.0.0.27 - - [2026-04-30 02:13:52] "GET /virtual-network/824d077e-c061-4ca6-b3de-9407d23038af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007408 10.0.0.27 - - [2026-04-30 02:13:52] "DELETE /network-policy/4fe15d43-2d0b-418a-9802-4b7466bac761 HTTP/1.1" 200 115 0.042285 252.27.116.45 - - [2026-04-30 02:13:52] "POST /neutron/network HTTP/1.1" 200 823 0.006398 252.27.116.45 - - [2026-04-30 02:13:52] "POST /neutron/network HTTP/1.1" 400 204 0.017944 252.27.116.45 - - [2026-04-30 02:13:52] "POST /neutron/port HTTP/1.1" 200 1118 0.017442 252.27.116.45 - - [2026-04-30 02:13:52] "POST /neutron/port HTTP/1.1" 200 1119 0.016193 252.27.116.45 - - [2026-04-30 02:13:52] "POST /neutron/port HTTP/1.1" 200 1108 0.012284 252.27.116.45 - - [2026-04-30 02:13:52] "POST /neutron/port HTTP/1.1" 200 1109 0.013121 252.27.116.45 - - [2026-04-30 02:13:52] "POST /neutron/port HTTP/1.1" 200 151 0.162949 252.27.116.45 - - [2026-04-30 02:13:52] "POST /neutron/port HTTP/1.1" 200 151 0.173230 10.0.0.27 - - [2026-04-30 02:13:54] "GET /projects?obj_uuids=6535b194-c3f0-4f19-be4a-4ac015dd91f5&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001323 10.0.0.27 - - [2026-04-30 02:13:54] "DELETE /project/6535b194c3f04f19be4a4ac015dd91f5 HTTP/1.1" 404 173 0.048005 10.0.0.27 - - [2026-04-30 02:13:54] "GET /projects?obj_uuids=28f6b9f4-eac7-410d-ad3e-40ff61dd7003&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001045 10.0.0.27 - - [2026-04-30 02:13:54] "DELETE /project/55232f47d9db407892d3bef4d5a360ec HTTP/1.1" 404 173 0.054159 10.0.0.27 - - [2026-04-30 02:13:54] "GET /project/6535b194-c3f0-4f19-be4a-4ac015dd91f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1519 0.047780 10.0.0.27 - - [2026-04-30 02:13:54] "GET /project/28f6b9f4-eac7-410d-ad3e-40ff61dd7003?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.049598 10.0.0.27 - - [2026-04-30 02:13:54] "GET /projects?obj_uuids=6535b194-c3f0-4f19-be4a-4ac015dd91f5&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001229 10.0.0.27 - - [2026-04-30 02:13:54] "GET /project/6535b194-c3f0-4f19-be4a-4ac015dd91f5?fields=security_groups HTTP/1.1" 200 1398 0.029944 10.0.0.27 - - [2026-04-30 02:13:54] "GET /projects?obj_uuids=28f6b9f4-eac7-410d-ad3e-40ff61dd7003&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001107 10.0.0.27 - - [2026-04-30 02:13:54] "GET /project/28f6b9f4-eac7-410d-ad3e-40ff61dd7003?fields=security_groups HTTP/1.1" 200 1374 0.027824 252.27.116.45 - - [2026-04-30 02:13:54] "POST /neutron/network HTTP/1.1" 200 823 0.007006 10.0.0.27 - - [2026-04-30 02:13:54] "DELETE /security-group/033e3c0d-173e-439a-a8c0-8aa2f6ab0f4a HTTP/1.1" 200 115 0.054125 10.0.0.27 - - [2026-04-30 02:13:54] "GET /projects?obj_uuids=6535b194-c3f0-4f19-be4a-4ac015dd91f5&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001162 10.0.0.27 - - [2026-04-30 02:13:54] "DELETE /access-control-list/7fb68bb2-ed1b-4c3a-84ba-c6f6cf65ccb5 HTTP/1.1" 200 115 0.043602 10.0.0.27 - - [2026-04-30 02:13:54] "GET /project/6535b194-c3f0-4f19-be4a-4ac015dd91f5?fields=application_policy_sets HTTP/1.1" 200 1437 0.057402 10.0.0.27 - - [2026-04-30 02:13:54] "DELETE /access-control-list/30c47891-a8c1-41b5-a229-8ead6d7c08bc HTTP/1.1" 200 115 0.052511 10.0.0.27 - - [2026-04-30 02:13:54] "DELETE /security-group/e8cf9ed6-1899-4af2-ba46-93ba88c0e5bb HTTP/1.1" 200 115 0.098718 10.0.0.27 - - [2026-04-30 02:13:54] "GET /projects?obj_uuids=28f6b9f4-eac7-410d-ad3e-40ff61dd7003&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001026 10.0.0.27 - - [2026-04-30 02:13:54] "GET /project/28f6b9f4-eac7-410d-ad3e-40ff61dd7003?fields=application_policy_sets HTTP/1.1" 200 1413 0.031934 10.0.0.27 - - [2026-04-30 02:13:54] "DELETE /access-control-list/67ad95fc-70ca-49c8-813b-39236766a878 HTTP/1.1" 200 115 0.058451 10.0.0.27 - - [2026-04-30 02:13:54] "DELETE /access-control-list/49f75040-c0e9-4057-98a2-eac2b799965d HTTP/1.1" 200 115 0.041622 10.0.0.27 - - [2026-04-30 02:13:54] "POST /useragent-kv HTTP/1.1" 200 115 0.007376 10.0.0.27 - - [2026-04-30 02:13:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005522 10.0.0.27 - - [2026-04-30 02:13:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002463 252.27.116.45 - - [2026-04-30 02:13:54] "POST /neutron/network HTTP/1.1" 200 151 0.229314 10.0.0.27 - - [2026-04-30 02:13:54] "GET /routing-instance/5c1954f0-ce12-4ab7-ba7b-3cea13f25d12 HTTP/1.1" 404 171 0.003064 10.0.0.27 - - [2026-04-30 02:13:54] "DELETE /project/6535b194-c3f0-4f19-be4a-4ac015dd91f5 HTTP/1.1" 200 115 0.500730 10.0.0.27 - - [2026-04-30 02:13:54] "DELETE /project/28f6b9f4-eac7-410d-ad3e-40ff61dd7003 HTTP/1.1" 200 115 0.531533 10.0.0.27 - - [2026-04-30 02:13:54] "DELETE /route-target/6fe3dbb6-29fe-4dab-b886-8f64b5cae899 HTTP/1.1" 200 115 0.015452 10.0.0.27 - - [2026-04-30 02:13:54] "GET /domains HTTP/1.1" 200 438 0.003697 10.0.0.27 - - [2026-04-30 02:13:54] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001198 10.0.0.27 - - [2026-04-30 02:13:54] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36 HTTP/1.1" 200 1307 0.009718 10.0.0.27 - - [2026-04-30 02:13:54] "GET /projects?obj_uuids=55232f47-d9db-4078-92d3-bef4d5a360ec&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.002468 10.0.0.27 - - [2026-04-30 02:13:54] "GET /project/55232f47-d9db-4078-92d3-bef4d5a360ec HTTP/1.1" 200 2099 0.030746 252.27.116.45 - - [2026-04-30 02:13:55] "POST /neutron/network HTTP/1.1" 200 822 0.006333 10.0.0.27 - - [2026-04-30 02:13:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005762 10.0.0.27 - - [2026-04-30 02:13:55] "DELETE /route-target/850463c4-b557-440f-bc8c-39df64687c1b HTTP/1.1" 200 115 0.017635 10.0.0.27 - - [2026-04-30 02:13:55] "POST /useragent-kv HTTP/1.1" 200 115 0.034024 10.0.0.27 - - [2026-04-30 02:13:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002694 252.27.116.45 - - [2026-04-30 02:13:55] "POST /neutron/network HTTP/1.1" 200 151 0.125050 10.0.0.27 - - [2026-04-30 02:13:55] "GET /routing-instance/e28b04df-2a5e-4ece-825d-912cb9c8ea12 HTTP/1.1" 404 171 0.002607 10.0.0.27 - - [2026-04-30 02:13:55] "GET /domains HTTP/1.1" 200 438 0.002933 10.0.0.27 - - [2026-04-30 02:13:55] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001169 10.0.0.27 - - [2026-04-30 02:13:55] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36 HTTP/1.1" 200 1307 0.007318 10.0.0.27 - - [2026-04-30 02:13:55] "GET /projects?obj_uuids=55232f47-d9db-4078-92d3-bef4d5a360ec&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001920 10.0.0.27 - - [2026-04-30 02:13:55] "GET /project/55232f47-d9db-4078-92d3-bef4d5a360ec HTTP/1.1" 200 1861 0.031018 10.0.0.27 - - [2026-04-30 02:13:56] "GET /projects?obj_uuids=55232f47-d9db-4078-92d3-bef4d5a360ec&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001285 10.0.0.27 - - [2026-04-30 02:13:56] "GET /project/55232f47-d9db-4078-92d3-bef4d5a360ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.069952 10.0.0.27 - - [2026-04-30 02:13:56] "GET /projects?obj_uuids=55232f47-d9db-4078-92d3-bef4d5a360ec&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001786 10.0.0.27 - - [2026-04-30 02:13:56] "GET /project/55232f47-d9db-4078-92d3-bef4d5a360ec?fields=virtual_networks HTTP/1.1" 200 1036 0.033004 10.0.0.27 - - [2026-04-30 02:13:56] "GET /projects?obj_uuids=55232f47-d9db-4078-92d3-bef4d5a360ec&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.003343 10.0.0.27 - - [2026-04-30 02:13:56] "GET /project/55232f47-d9db-4078-92d3-bef4d5a360ec?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.032128 10.0.0.27 - - [2026-04-30 02:13:56] "GET /projects?obj_uuids=55232f47-d9db-4078-92d3-bef4d5a360ec&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001262 10.0.0.27 - - [2026-04-30 02:13:56] "GET /project/55232f47-d9db-4078-92d3-bef4d5a360ec?fields=security_groups HTTP/1.1" 200 1263 0.032436 10.0.0.27 - - [2026-04-30 02:13:57] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001138 10.0.0.27 - - [2026-04-30 02:13:57] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 943 0.007671 10.0.0.27 - - [2026-04-30 02:13:57] "POST /fqname-to-id HTTP/1.1" 404 179 0.030118 10.0.0.27 - - [2026-04-30 02:13:57] "GET /projects?obj_uuids=a5c9e614-f394-451f-a0c7-3b0323b9baa7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002558 10.0.0.27 - - [2026-04-30 02:13:57] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001125 10.0.0.27 - - [2026-04-30 02:13:57] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 974 0.007091 10.0.0.27 - - [2026-04-30 02:13:57] "POST /id-to-fqname HTTP/1.1" 200 181 0.003129 10.0.0.27 - - [2026-04-30 02:13:57] "POST /fqname-to-id HTTP/1.1" 404 190 0.003903 10.0.0.27 - - [2026-04-30 02:13:57] "POST /security-groups HTTP/1.1" 200 576 0.068218 10.0.0.27 - - [2026-04-30 02:13:57] "POST /projects HTTP/1.1" 200 563 0.221242 10.0.0.27 - - [2026-04-30 02:13:57] "POST /fqname-to-id HTTP/1.1" 404 225 0.041825 10.0.0.27 - - [2026-04-30 02:13:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.296913 10.0.0.27 - - [2026-04-30 02:13:57] "POST /access-control-lists HTTP/1.1" 200 589 0.062322 10.0.0.27 - - [2026-04-30 02:13:57] "GET /project/a5c9e614-f394-451f-a0c7-3b0323b9baa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.445438 10.0.0.27 - - [2026-04-30 02:13:57] "POST /fqname-to-id HTTP/1.1" 404 224 0.003578 10.0.0.27 - - [2026-04-30 02:13:58] "POST /access-control-lists HTTP/1.1" 200 587 0.068060 10.0.0.27 - - [2026-04-30 02:13:59] "GET / HTTP/1.1" 200 36215 0.002155 10.0.0.27 - - [2026-04-30 02:14:00] "POST /fqname-to-id HTTP/1.1" 401 295 0.000806 10.0.0.27 - - [2026-04-30 02:14:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.104316 10.0.0.27 - - [2026-04-30 02:14:00] "GET /projects?obj_uuids=a5c9e614-f394-451f-a0c7-3b0323b9baa7&detail=False&count=False&shared=False HTTP/1.1" 200 337 0.001320 10.0.0.27 - - [2026-04-30 02:14:00] "GET /project/a5c9e614-f394-451f-a0c7-3b0323b9baa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.028662 252.27.116.45 - - [2026-04-30 02:14:00] "POST /neutron/network HTTP/1.1" 200 117 0.051606 10.0.0.27 - - [2026-04-30 02:14:00] "GET /projects?obj_uuids=a5c9e614-f394-451f-a0c7-3b0323b9baa7&detail=False&count=False&shared=False HTTP/1.1" 200 337 0.001509 252.27.116.45 - - [2026-04-30 02:14:01] "POST /neutron/network HTTP/1.1" 200 610 0.109813 10.0.0.27 - - [2026-04-30 02:14:01] "POST /route-targets HTTP/1.1" 200 328 0.016011 10.0.0.27 - - [2026-04-30 02:14:01] "POST /ref-update HTTP/1.1" 200 156 0.037450 10.0.0.27 - - [2026-04-30 02:14:01] "POST /useragent-kv HTTP/1.1" 200 115 0.004804 252.27.116.45 - - [2026-04-30 02:14:01] "POST /neutron/subnet HTTP/1.1" 200 734 0.229834 252.27.116.45 - - [2026-04-30 02:14:01] "POST /neutron/network HTTP/1.1" 200 831 0.008390 10.0.0.27 - - [2026-04-30 02:14:01] "POST /id-to-fqname HTTP/1.1" 200 218 0.001745 10.0.0.27 - - [2026-04-30 02:14:01] "GET /virtual-network/fb4f82fa-2e36-4f13-8b6c-1dec3f033d0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006387 252.27.116.45 - - [2026-04-30 02:14:01] "POST /neutron/network HTTP/1.1" 200 831 0.008157 10.0.0.27 - - [2026-04-30 02:14:01] "GET /virtual-network/fb4f82fa-2e36-4f13-8b6c-1dec3f033d0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007628 252.27.116.45 - - [2026-04-30 02:14:01] "POST /neutron/network HTTP/1.1" 200 831 0.008342 252.27.116.45 - - [2026-04-30 02:14:01] "POST /neutron/subnet HTTP/1.1" 200 734 0.010643 10.0.0.27 - - [2026-04-30 02:14:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.27 - - [2026-04-30 02:14:01] "GET /virtual-network/fb4f82fa-2e36-4f13-8b6c-1dec3f033d0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005703 10.0.0.27 - - [2026-04-30 02:14:01] "GET /obj-perms HTTP/1.1" 200 6366 0.069667 10.0.0.27 - - [2026-04-30 02:14:01] "PUT /virtual-network/fb4f82fa-2e36-4f13-8b6c-1dec3f033d0c HTTP/1.1" 200 265 0.070565 10.0.0.27 - - [2026-04-30 02:14:01] "POST /route-targets HTTP/1.1" 200 324 0.017770 10.0.0.27 - - [2026-04-30 02:14:01] "POST /ref-update HTTP/1.1" 200 156 0.022121 10.0.0.27 - - [2026-04-30 02:14:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004127 10.0.0.27 - - [2026-04-30 02:14:01] "GET /projects?obj_uuids=a5c9e614-f394-451f-a0c7-3b0323b9baa7&detail=False&count=False&shared=False HTTP/1.1" 200 337 0.001451 10.0.0.27 - - [2026-04-30 02:14:02] "GET /project/a5c9e614-f394-451f-a0c7-3b0323b9baa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.046818 252.27.116.45 - - [2026-04-30 02:14:02] "POST /neutron/network HTTP/1.1" 200 117 0.015129 10.0.0.27 - - [2026-04-30 02:14:02] "GET /projects?obj_uuids=a5c9e614-f394-451f-a0c7-3b0323b9baa7&detail=False&count=False&shared=False HTTP/1.1" 200 337 0.001163 252.27.116.45 - - [2026-04-30 02:14:02] "POST /neutron/network HTTP/1.1" 200 610 0.119028 10.0.0.27 - - [2026-04-30 02:14:02] "GET /obj-perms HTTP/1.1" 200 6366 0.092885 10.0.0.27 - - [2026-04-30 02:14:02] "POST /route-targets HTTP/1.1" 200 328 0.017396 10.0.0.27 - - [2026-04-30 02:14:02] "POST /ref-update HTTP/1.1" 200 156 0.019973 10.0.0.27 - - [2026-04-30 02:14:02] "POST /useragent-kv HTTP/1.1" 200 115 0.009194 252.27.116.45 - - [2026-04-30 02:14:02] "POST /neutron/subnet HTTP/1.1" 200 724 0.197000 252.27.116.45 - - [2026-04-30 02:14:02] "POST /neutron/network HTTP/1.1" 200 829 0.006753 10.0.0.27 - - [2026-04-30 02:14:02] "POST /id-to-fqname HTTP/1.1" 200 218 0.001542 10.0.0.27 - - [2026-04-30 02:14:02] "GET /virtual-network/2e3e69e7-9003-4722-be89-0d95285a6d46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007123 252.27.116.45 - - [2026-04-30 02:14:02] "POST /neutron/network HTTP/1.1" 200 829 0.006967 10.0.0.27 - - [2026-04-30 02:14:02] "GET /virtual-network/2e3e69e7-9003-4722-be89-0d95285a6d46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007270 252.27.116.45 - - [2026-04-30 02:14:02] "POST /neutron/network HTTP/1.1" 200 829 0.006604 252.27.116.45 - - [2026-04-30 02:14:02] "POST /neutron/subnet HTTP/1.1" 200 724 0.008903 10.0.0.27 - - [2026-04-30 02:14:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.27 - - [2026-04-30 02:14:02] "GET /virtual-network/2e3e69e7-9003-4722-be89-0d95285a6d46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005730 10.0.0.27 - - [2026-04-30 02:14:03] "PUT /virtual-network/2e3e69e7-9003-4722-be89-0d95285a6d46 HTTP/1.1" 200 265 0.044769 10.0.0.27 - - [2026-04-30 02:14:03] "POST /ref-update HTTP/1.1" 200 156 0.030176 10.0.0.27 - - [2026-04-30 02:14:03] "POST /id-to-fqname HTTP/1.1" 200 218 0.001452 252.27.116.45 - - [2026-04-30 02:14:03] "POST /neutron/network HTTP/1.1" 200 841 0.006818 252.27.116.45 - - [2026-04-30 02:14:03] "GET /aaa-mode HTTP/1.1" 401 295 0.000593 252.27.116.45 - - [2026-04-30 02:14:03] "GET / HTTP/1.1" 200 36215 0.003282 252.27.116.45 - - [2026-04-30 02:14:03] "GET /project/a5c9e614-f394-451f-a0c7-3b0323b9baa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 295 0.000654 10.0.0.27 - - [2026-04-30 02:14:03] "GET /projects?obj_uuids=a5c9e614-f394-451f-a0c7-3b0323b9baa7&detail=False&count=False&shared=False HTTP/1.1" 200 337 0.001824 252.27.116.45 - - [2026-04-30 02:14:03] "GET /project/a5c9e614-f394-451f-a0c7-3b0323b9baa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.073973 252.27.116.45 - - [2026-04-30 02:14:03] "POST /neutron/network HTTP/1.1" 200 831 0.008046 252.27.116.45 - - [2026-04-30 02:14:04] "POST /neutron/port HTTP/1.1" 200 117 0.010056 252.27.116.45 - - [2026-04-30 02:14:04] "POST /neutron/port HTTP/1.1" 200 117 0.008425 10.0.0.27 - - [2026-04-30 02:14:04] "POST /id-to-fqname HTTP/1.1" 200 218 0.002512 252.27.116.45 - - [2026-04-30 02:14:04] "POST /neutron/port HTTP/1.1" 200 117 0.007164 252.27.116.45 - - [2026-04-30 02:14:04] "POST /neutron/network HTTP/1.1" 200 839 0.006642 252.27.116.45 - - [2026-04-30 02:14:04] "GET /aaa-mode HTTP/1.1" 401 295 0.000498 252.27.116.45 - - [2026-04-30 02:14:04] "GET / HTTP/1.1" 200 36215 0.002396 252.27.116.45 - - [2026-04-30 02:14:04] "GET /project/a5c9e614-f394-451f-a0c7-3b0323b9baa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 295 0.000463 252.27.116.45 - - [2026-04-30 02:14:05] "POST /neutron/network HTTP/1.1" 200 841 0.010096 10.0.0.27 - - [2026-04-30 02:14:05] "GET /projects?obj_uuids=a5c9e614-f394-451f-a0c7-3b0323b9baa7&detail=False&count=False&shared=False HTTP/1.1" 200 337 0.001597 10.0.0.27 - - [2026-04-30 02:14:05] "GET /projects?obj_uuids=a5c9e614-f394-451f-a0c7-3b0323b9baa7&detail=False&count=False&shared=False HTTP/1.1" 200 337 0.002073 252.27.116.45 - - [2026-04-30 02:14:05] "GET /project/a5c9e614-f394-451f-a0c7-3b0323b9baa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.096276 252.27.116.45 - - [2026-04-30 02:14:05] "POST /neutron/network HTTP/1.1" 200 829 0.017929 252.27.116.45 - - [2026-04-30 02:14:05] "POST /neutron/port HTTP/1.1" 200 1053 0.339579 252.27.116.45 - - [2026-04-30 02:14:05] "POST /neutron/port HTTP/1.1" 200 1053 0.014880 252.27.116.45 - - [2026-04-30 02:14:05] "POST /neutron/port HTTP/1.1" 200 1053 0.015882 252.27.116.45 - - [2026-04-30 02:14:05] "POST /neutron/port HTTP/1.1" 200 1063 0.020716 252.27.116.45 - - [2026-04-30 02:14:05] "POST /neutron/security_group HTTP/1.1" 200 2049 0.016021 252.27.116.45 - - [2026-04-30 02:14:05] "POST /neutron/port HTTP/1.1" 200 1103 0.103011 252.27.116.45 - - [2026-04-30 02:14:05] "POST /neutron/port HTTP/1.1" 200 117 0.006673 252.27.116.45 - - [2026-04-30 02:14:05] "POST /neutron/port HTTP/1.1" 200 1113 0.021220 252.27.116.45 - - [2026-04-30 02:14:05] "POST /neutron/port HTTP/1.1" 200 1113 0.019741 252.27.116.45 - - [2026-04-30 02:14:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004532 252.27.116.45 - - [2026-04-30 02:14:05] "POST /neutron/security_group HTTP/1.1" 200 2049 0.010812 252.27.116.45 - - [2026-04-30 02:14:06] "POST /neutron/subnet HTTP/1.1" 200 708 0.013036 252.27.116.45 - - [2026-04-30 02:14:06] "POST /neutron/port HTTP/1.1" 200 117 0.001382 252.27.116.45 - - [2026-04-30 02:14:06] "POST /neutron/network HTTP/1.1" 200 831 0.008736 252.27.116.45 - - [2026-04-30 02:14:06] "POST /neutron/network HTTP/1.1" 200 839 0.009157 10.0.0.27 - - [2026-04-30 02:14:06] "GET /projects?obj_uuids=a5c9e614-f394-451f-a0c7-3b0323b9baa7&detail=False&count=False&shared=False HTTP/1.1" 200 337 0.001187 252.27.116.45 - - [2026-04-30 02:14:06] "POST /neutron/port HTTP/1.1" 200 1051 0.331746 252.27.116.45 - - [2026-04-30 02:14:06] "POST /neutron/port HTTP/1.1" 200 1051 0.015858 252.27.116.45 - - [2026-04-30 02:14:06] "POST /neutron/port HTTP/1.1" 200 1051 0.013070 252.27.116.45 - - [2026-04-30 02:14:07] "POST /neutron/port HTTP/1.1" 200 1101 0.129924 252.27.116.45 - - [2026-04-30 02:14:07] "POST /neutron/port HTTP/1.1" 200 1111 0.019972 252.27.116.45 - - [2026-04-30 02:14:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004518 252.27.116.45 - - [2026-04-30 02:14:07] "POST /neutron/subnet HTTP/1.1" 200 698 0.010828 252.27.116.45 - - [2026-04-30 02:14:07] "POST /neutron/port HTTP/1.1" 200 117 0.001328 252.27.116.45 - - [2026-04-30 02:14:07] "POST /neutron/network HTTP/1.1" 200 829 0.009781 252.27.116.45 - - [2026-04-30 02:14:10] "POST /neutron/port HTTP/1.1" 200 1113 0.018332 252.27.116.45 - - [2026-04-30 02:14:11] "POST /neutron/port HTTP/1.1" 200 1113 0.038662 252.27.116.45 - - [2026-04-30 02:14:11] "POST /neutron/port HTTP/1.1" 200 1113 0.033959 252.27.116.45 - - [2026-04-30 02:14:11] "POST /neutron/security_group HTTP/1.1" 200 2049 0.008945 252.27.116.45 - - [2026-04-30 02:14:11] "POST /neutron/network HTTP/1.1" 200 841 0.006624 252.27.116.45 - - [2026-04-30 02:14:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004877 252.27.116.45 - - [2026-04-30 02:14:11] "POST /neutron/port HTTP/1.1" 200 1113 0.025187 252.27.116.45 - - [2026-04-30 02:14:11] "POST /neutron/subnet HTTP/1.1" 200 708 0.009713 252.27.116.45 - - [2026-04-30 02:14:11] "POST /neutron/port HTTP/1.1" 200 117 0.001213 252.27.116.45 - - [2026-04-30 02:14:11] "POST /neutron/security_group HTTP/1.1" 200 2049 0.008801 252.27.116.45 - - [2026-04-30 02:14:11] "POST /neutron/network HTTP/1.1" 200 831 0.013215 252.27.116.45 - - [2026-04-30 02:14:11] "POST /neutron/port HTTP/1.1" 200 1113 0.027707 252.27.116.45 - - [2026-04-30 02:14:11] "POST /neutron/security_group HTTP/1.1" 200 2049 0.009526 10.0.0.27 - - [2026-04-30 02:14:11] "GET /virtual-machine/2b88ecdf-ea6d-46e4-9200-ce5a26f6bf64 HTTP/1.1" 401 295 0.000588 10.0.0.27 - - [2026-04-30 02:14:12] "GET /virtual-machine/2b88ecdf-ea6d-46e4-9200-ce5a26f6bf64 HTTP/1.1" 200 1285 0.036422 10.0.0.27 - - [2026-04-30 02:14:12] "GET /virtual-machine-interface/23398d5e-8b67-4e42-a276-f344d685845e HTTP/1.1" 200 2922 0.006047 10.0.0.27 - - [2026-04-30 02:14:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.27 - - [2026-04-30 02:14:12] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003353 10.0.0.27 - - [2026-04-30 02:14:12] "GET /virtual-networks?parent_id=a5c9e614-f394-451f-a0c7-3b0323b9baa7&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003045 10.0.0.27 - - [2026-04-30 02:14:12] "GET /virtual-network/fb4f82fa-2e36-4f13-8b6c-1dec3f033d0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.006687 10.0.0.27 - - [2026-04-30 02:14:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004114 10.0.0.27 - - [2026-04-30 02:14:15] "GET /virtual-network/fb4f82fa-2e36-4f13-8b6c-1dec3f033d0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.005348 252.27.116.45 - - [2026-04-30 02:14:16] "POST /neutron/port HTTP/1.1" 200 1113 0.014208 252.27.116.45 - - [2026-04-30 02:14:16] "POST /neutron/security_group HTTP/1.1" 200 2049 0.006524 252.27.116.45 - - [2026-04-30 02:14:16] "POST /neutron/port HTTP/1.1" 200 1113 0.013901 252.27.116.45 - - [2026-04-30 02:14:17] "POST /neutron/security_group HTTP/1.1" 200 2049 0.007849 10.0.0.27 - - [2026-04-30 02:14:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.27 - - [2026-04-30 02:14:17] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005644 10.0.0.27 - - [2026-04-30 02:14:17] "GET /virtual-networks?parent_id=a5c9e614-f394-451f-a0c7-3b0323b9baa7&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003601 10.0.0.27 - - [2026-04-30 02:14:17] "GET /virtual-network/fb4f82fa-2e36-4f13-8b6c-1dec3f033d0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.010343 252.27.116.45 - - [2026-04-30 02:14:18] "POST /neutron/port HTTP/1.1" 200 1113 0.020013 252.27.116.45 - - [2026-04-30 02:14:18] "POST /neutron/security_group HTTP/1.1" 200 2049 0.010334 252.27.116.45 - - [2026-04-30 02:14:18] "POST /neutron/port HTTP/1.1" 200 1111 0.015685 252.27.116.45 - - [2026-04-30 02:14:18] "POST /neutron/security_group HTTP/1.1" 200 2049 0.006981 252.27.116.45 - - [2026-04-30 02:14:18] "POST /neutron/port HTTP/1.1" 200 1111 0.015466 252.27.116.45 - - [2026-04-30 02:14:18] "POST /neutron/security_group HTTP/1.1" 200 2049 0.007669 252.27.116.45 - - [2026-04-30 02:14:18] "POST /neutron/port HTTP/1.1" 200 1111 0.013289 252.27.116.45 - - [2026-04-30 02:14:18] "POST /neutron/security_group HTTP/1.1" 200 2049 0.008196 252.27.116.45 - - [2026-04-30 02:14:20] "POST /neutron/port HTTP/1.1" 200 1113 0.016384 252.27.116.45 - - [2026-04-30 02:14:20] "POST /neutron/security_group HTTP/1.1" 200 2049 0.006474 252.27.116.45 - - [2026-04-30 02:14:20] "POST /neutron/port HTTP/1.1" 200 1111 0.015717 252.27.116.45 - - [2026-04-30 02:14:21] "POST /neutron/security_group HTTP/1.1" 200 2049 0.007161 252.27.116.45 - - [2026-04-30 02:14:21] "POST /neutron/port HTTP/1.1" 200 1113 0.020064 252.27.116.45 - - [2026-04-30 02:14:21] "POST /neutron/security_group HTTP/1.1" 200 2049 0.006653 252.27.116.45 - - [2026-04-30 02:14:23] "POST /neutron/port HTTP/1.1" 200 1111 0.016628 252.27.116.45 - - [2026-04-30 02:14:23] "POST /neutron/security_group HTTP/1.1" 200 2049 0.008086 252.27.116.45 - - [2026-04-30 02:14:23] "POST /neutron/port HTTP/1.1" 200 1111 0.017356 252.27.116.45 - - [2026-04-30 02:14:23] "POST /neutron/security_group HTTP/1.1" 200 2049 0.008212 252.27.116.45 - - [2026-04-30 02:14:23] "POST /neutron/port HTTP/1.1" 200 1111 0.016919 252.27.116.45 - - [2026-04-30 02:14:23] "POST /neutron/security_group HTTP/1.1" 200 2049 0.006693 10.0.0.27 - - [2026-04-30 02:14:23] "GET /virtual-machine/9796eab6-4afb-4b93-8630-63c866c79043 HTTP/1.1" 200 1285 0.005252 10.0.0.27 - - [2026-04-30 02:14:23] "GET /virtual-machine-interface/94ffd215-143d-4e2a-98f8-5db7638d3759 HTTP/1.1" 200 2923 0.005584 10.0.0.27 - - [2026-04-30 02:14:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.27 - - [2026-04-30 02:14:24] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004031 10.0.0.27 - - [2026-04-30 02:14:24] "GET /virtual-networks?parent_id=a5c9e614-f394-451f-a0c7-3b0323b9baa7&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003626 10.0.0.27 - - [2026-04-30 02:14:24] "GET /virtual-network/2e3e69e7-9003-4722-be89-0d95285a6d46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.006660 10.0.0.27 - - [2026-04-30 02:14:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.27 - - [2026-04-30 02:14:25] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004164 10.0.0.27 - - [2026-04-30 02:14:25] "GET /virtual-networks?parent_id=a5c9e614-f394-451f-a0c7-3b0323b9baa7&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.004126 10.0.0.27 - - [2026-04-30 02:14:25] "GET /virtual-network/2e3e69e7-9003-4722-be89-0d95285a6d46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.005930 10.0.0.27 - - [2026-04-30 02:14:25] "POST /routing-policys HTTP/1.1" 200 534 0.018326 10.0.0.27 - - [2026-04-30 02:14:25] "GET /virtual-network/fb4f82fa-2e36-4f13-8b6c-1dec3f033d0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2118 0.009398 10.0.0.27 - - [2026-04-30 02:14:25] "POST /ref-update HTTP/1.1" 200 156 0.021104 10.0.0.27 - - [2026-04-30 02:14:25] "PUT /virtual-network/fb4f82fa-2e36-4f13-8b6c-1dec3f033d0c HTTP/1.1" 200 265 0.046103 10.0.0.27 - - [2026-04-30 02:14:29] "POST /ref-update HTTP/1.1" 200 156 0.036796 10.0.0.27 - - [2026-04-30 02:14:29] "POST /ref-update HTTP/1.1" 200 156 0.014084 10.0.0.27 - - [2026-04-30 02:14:29] "DELETE /routing-policy/9fdff4e4-f81f-4b87-b627-19326e2b17c0 HTTP/1.1" 200 115 0.028280 252.27.116.45 - - [2026-04-30 02:14:30] "POST /neutron/network HTTP/1.1" 200 829 0.009389 252.27.116.45 - - [2026-04-30 02:14:30] "POST /neutron/network HTTP/1.1" 400 204 0.010935 252.27.116.45 - - [2026-04-30 02:14:30] "POST /neutron/port HTTP/1.1" 200 1111 0.018866 252.27.116.45 - - [2026-04-30 02:14:30] "POST /neutron/port HTTP/1.1" 200 1113 0.015489 252.27.116.45 - - [2026-04-30 02:14:30] "POST /neutron/port HTTP/1.1" 200 1101 0.012815 252.27.116.45 - - [2026-04-30 02:14:30] "POST /neutron/port HTTP/1.1" 200 1103 0.019239 252.27.116.45 - - [2026-04-30 02:14:30] "POST /neutron/port HTTP/1.1" 200 151 0.149774 252.27.116.45 - - [2026-04-30 02:14:31] "POST /neutron/port HTTP/1.1" 200 151 0.159845 252.27.116.45 - - [2026-04-30 02:14:32] "POST /neutron/network HTTP/1.1" 200 829 0.006256 10.0.0.27 - - [2026-04-30 02:14:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.019616 10.0.0.27 - - [2026-04-30 02:14:32] "POST /useragent-kv HTTP/1.1" 200 115 0.018501 10.0.0.27 - - [2026-04-30 02:14:32] "DELETE /route-target/5ae1567a-985e-4f8d-8267-076e4d4f0877 HTTP/1.1" 200 115 0.173310 10.0.0.27 - - [2026-04-30 02:14:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.031421 10.0.0.27 - - [2026-04-30 02:14:32] "POST /useragent-kv HTTP/1.1" 200 115 0.025078 10.0.0.27 - - [2026-04-30 02:14:32] "DELETE /route-target/d5b15312-0b44-4115-83e2-39335ee6b6fa HTTP/1.1" 409 240 0.076087 252.27.116.45 - - [2026-04-30 02:14:32] "POST /neutron/network HTTP/1.1" 200 151 0.560445 252.27.116.45 - - [2026-04-30 02:14:32] "POST /neutron/network HTTP/1.1" 200 831 0.007080 10.0.0.27 - - [2026-04-30 02:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.020620 10.0.0.27 - - [2026-04-30 02:14:33] "POST /useragent-kv HTTP/1.1" 200 115 0.005347 10.0.0.27 - - [2026-04-30 02:14:33] "POST /useragent-kv HTTP/1.1" 200 115 0.024452 252.27.116.45 - - [2026-04-30 02:14:33] "POST /neutron/network HTTP/1.1" 200 151 0.464559 10.0.0.27 - - [2026-04-30 02:14:33] "DELETE /route-target/c4237f47-da44-4579-bfb8-37f8e993c6da HTTP/1.1" 200 115 0.081928 10.0.0.27 - - [2026-04-30 02:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.012097 10.0.0.27 - - [2026-04-30 02:14:33] "DELETE /route-target/d5b15312-0b44-4115-83e2-39335ee6b6fa HTTP/1.1" 200 115 0.157631 10.0.0.27 - - [2026-04-30 02:14:33] "GET /projects?obj_uuids=a5c9e614-f394-451f-a0c7-3b0323b9baa7&detail=False&count=False&shared=False HTTP/1.1" 200 337 0.001144 10.0.0.27 - - [2026-04-30 02:14:34] "GET /project/a5c9e614-f394-451f-a0c7-3b0323b9baa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.121433 10.0.0.27 - - [2026-04-30 02:14:34] "GET /projects?obj_uuids=a5c9e614-f394-451f-a0c7-3b0323b9baa7&detail=False&count=False&shared=False HTTP/1.1" 200 337 0.003243 10.0.0.27 - - [2026-04-30 02:14:34] "GET /project/a5c9e614-f394-451f-a0c7-3b0323b9baa7?fields=virtual_networks HTTP/1.1" 200 1019 0.070452 10.0.0.27 - - [2026-04-30 02:14:34] "GET /projects?obj_uuids=a5c9e614-f394-451f-a0c7-3b0323b9baa7&detail=False&count=False&shared=False HTTP/1.1" 200 337 0.003048 10.0.0.27 - - [2026-04-30 02:14:34] "GET /project/a5c9e614-f394-451f-a0c7-3b0323b9baa7?fields=virtual_machine_interfaces HTTP/1.1" 200 1019 0.079435 10.0.0.27 - - [2026-04-30 02:14:34] "GET /projects?obj_uuids=a5c9e614-f394-451f-a0c7-3b0323b9baa7&detail=False&count=False&shared=False HTTP/1.1" 200 337 0.001427 10.0.0.27 - - [2026-04-30 02:14:34] "GET /project/a5c9e614-f394-451f-a0c7-3b0323b9baa7?fields=security_groups HTTP/1.1" 200 1237 0.278458 10.0.0.27 - - [2026-04-30 02:14:35] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.009363 10.0.0.27 - - [2026-04-30 02:14:35] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 943 0.018020 10.0.0.27 - - [2026-04-30 02:14:36] "POST /fqname-to-id HTTP/1.1" 404 184 0.127419 10.0.0.27 - - [2026-04-30 02:14:36] "GET /projects?obj_uuids=0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002991 10.0.0.27 - - [2026-04-30 02:14:36] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001994 10.0.0.27 - - [2026-04-30 02:14:36] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 974 0.024559 10.0.0.27 - - [2026-04-30 02:14:37] "POST /id-to-fqname HTTP/1.1" 200 186 0.005491 10.0.0.27 - - [2026-04-30 02:14:37] "POST /fqname-to-id HTTP/1.1" 404 195 0.029407 10.0.0.27 - - [2026-04-30 02:14:37] "POST /security-groups HTTP/1.1" 200 581 0.140337 10.0.0.27 - - [2026-04-30 02:14:37] "POST /projects HTTP/1.1" 200 573 0.739089 10.0.0.27 - - [2026-04-30 02:14:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.812544 10.0.0.27 - - [2026-04-30 02:14:37] "POST /fqname-to-id HTTP/1.1" 404 230 0.010013 10.0.0.27 - - [2026-04-30 02:14:37] "GET /project/0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 1.224579 10.0.0.27 - - [2026-04-30 02:14:38] "POST /access-control-lists HTTP/1.1" 200 594 0.266810 10.0.0.27 - - [2026-04-30 02:14:38] "POST /fqname-to-id HTTP/1.1" 404 229 0.008902 10.0.0.27 - - [2026-04-30 02:14:38] "POST /access-control-lists HTTP/1.1" 200 592 0.189828 10.0.0.27 - - [2026-04-30 02:14:40] "GET / HTTP/1.1" 200 36215 0.002694 10.0.0.27 - - [2026-04-30 02:14:41] "POST /fqname-to-id HTTP/1.1" 401 295 0.001005 10.0.0.27 - - [2026-04-30 02:14:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.131839 10.0.0.27 - - [2026-04-30 02:14:42] "GET /projects?obj_uuids=0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001274 10.0.0.27 - - [2026-04-30 02:14:42] "GET /project/0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.056144 252.27.116.45 - - [2026-04-30 02:14:42] "POST /neutron/network HTTP/1.1" 200 117 0.081234 10.0.0.27 - - [2026-04-30 02:14:42] "GET /projects?obj_uuids=0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001212 252.27.116.45 - - [2026-04-30 02:14:42] "POST /neutron/network HTTP/1.1" 200 611 0.162278 10.0.0.27 - - [2026-04-30 02:14:42] "POST /route-targets HTTP/1.1" 200 328 0.031076 10.0.0.27 - - [2026-04-30 02:14:42] "POST /ref-update HTTP/1.1" 200 156 0.018344 10.0.0.27 - - [2026-04-30 02:14:43] "POST /useragent-kv HTTP/1.1" 200 115 0.018842 252.27.116.45 - - [2026-04-30 02:14:43] "POST /neutron/subnet HTTP/1.1" 200 729 0.290937 252.27.116.45 - - [2026-04-30 02:14:43] "POST /neutron/network HTTP/1.1" 200 831 0.007034 10.0.0.27 - - [2026-04-30 02:14:43] "POST /id-to-fqname HTTP/1.1" 200 221 0.001694 10.0.0.27 - - [2026-04-30 02:14:43] "GET /virtual-network/c36d378b-7056-489c-9b3e-9021d1ab0ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.007552 252.27.116.45 - - [2026-04-30 02:14:43] "POST /neutron/network HTTP/1.1" 200 831 0.008419 10.0.0.27 - - [2026-04-30 02:14:43] "GET /virtual-network/c36d378b-7056-489c-9b3e-9021d1ab0ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.009378 252.27.116.45 - - [2026-04-30 02:14:43] "POST /neutron/network HTTP/1.1" 200 831 0.011283 252.27.116.45 - - [2026-04-30 02:14:43] "POST /neutron/subnet HTTP/1.1" 200 729 0.009763 10.0.0.27 - - [2026-04-30 02:14:43] "GET /domains HTTP/1.1" 401 295 0.000538 10.0.0.27 - - [2026-04-30 02:14:43] "GET /domains HTTP/1.1" 200 438 0.043035 10.0.0.27 - - [2026-04-30 02:14:43] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001785 10.0.0.27 - - [2026-04-30 02:14:43] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36 HTTP/1.1" 200 1668 0.013407 10.0.0.27 - - [2026-04-30 02:14:44] "GET /projects?obj_uuids=0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002549 10.0.0.27 - - [2026-04-30 02:14:44] "GET /project/0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01 HTTP/1.1" 200 2075 0.111675 10.0.0.27 - - [2026-04-30 02:14:44] "GET /virtual-network/c36d378b-7056-489c-9b3e-9021d1ab0ff2 HTTP/1.1" 200 2323 0.015139 10.0.0.27 - - [2026-04-30 02:14:44] "GET /virtual-network/c36d378b-7056-489c-9b3e-9021d1ab0ff2 HTTP/1.1" 200 2323 0.005945 10.0.0.27 - - [2026-04-30 02:14:44] "GET /routing-instance/7dff36cb-a664-4262-9c49-6fc3dc2b8370 HTTP/1.1" 200 1494 0.004018 10.0.0.27 - - [2026-04-30 02:14:44] "GET /routing-instance/7dff36cb-a664-4262-9c49-6fc3dc2b8370 HTTP/1.1" 200 1494 0.003581 10.0.0.27 - - [2026-04-30 02:14:44] "GET /route-target/9013a250-7866-4cd1-96e5-6e743373921c HTTP/1.1" 200 1213 0.004764 10.0.0.27 - - [2026-04-30 02:14:44] "GET /virtual-network/c36d378b-7056-489c-9b3e-9021d1ab0ff2 HTTP/1.1" 200 2323 0.007278 10.0.0.27 - - [2026-04-30 02:14:44] "GET /routing-instance/7dff36cb-a664-4262-9c49-6fc3dc2b8370 HTTP/1.1" 200 1494 0.007576 10.0.0.27 - - [2026-04-30 02:14:44] "GET /virtual-network/c36d378b-7056-489c-9b3e-9021d1ab0ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.011100 10.0.0.27 - - [2026-04-30 02:14:44] "GET /virtual-network/c36d378b-7056-489c-9b3e-9021d1ab0ff2 HTTP/1.1" 200 2323 0.006473 10.0.0.27 - - [2026-04-30 02:14:44] "GET /routing-instance/7dff36cb-a664-4262-9c49-6fc3dc2b8370 HTTP/1.1" 200 1494 0.005429 10.0.0.27 - - [2026-04-30 02:14:44] "GET /routing-instance/7dff36cb-a664-4262-9c49-6fc3dc2b8370 HTTP/1.1" 200 1494 0.006335 10.0.0.27 - - [2026-04-30 02:14:44] "GET /route-target/9013a250-7866-4cd1-96e5-6e743373921c HTTP/1.1" 200 1213 0.004172 10.0.0.27 - - [2026-04-30 02:14:45] "GET /domains HTTP/1.1" 200 438 0.003655 10.0.0.27 - - [2026-04-30 02:14:45] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001607 10.0.0.27 - - [2026-04-30 02:14:45] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36 HTTP/1.1" 200 1668 0.009462 10.0.0.27 - - [2026-04-30 02:14:45] "GET /projects?obj_uuids=0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002217 10.0.0.27 - - [2026-04-30 02:14:45] "GET /project/0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01 HTTP/1.1" 200 2075 0.031822 10.0.0.27 - - [2026-04-30 02:14:45] "GET /virtual-network/c36d378b-7056-489c-9b3e-9021d1ab0ff2 HTTP/1.1" 200 2323 0.008073 10.0.0.27 - - [2026-04-30 02:14:45] "GET /obj-perms HTTP/1.1" 200 6409 0.081128 10.0.0.27 - - [2026-04-30 02:14:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.27 - - [2026-04-30 02:14:45] "GET /projects?obj_uuids=0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001150 10.0.0.27 - - [2026-04-30 02:14:46] "GET /project/0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.036252 252.27.116.45 - - [2026-04-30 02:14:46] "POST /neutron/network HTTP/1.1" 200 117 0.013630 10.0.0.27 - - [2026-04-30 02:14:46] "GET /projects?obj_uuids=0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001225 252.27.116.45 - - [2026-04-30 02:14:46] "POST /neutron/network HTTP/1.1" 200 611 0.098227 10.0.0.27 - - [2026-04-30 02:14:46] "POST /route-targets HTTP/1.1" 200 328 0.010844 10.0.0.27 - - [2026-04-30 02:14:46] "POST /ref-update HTTP/1.1" 200 156 0.013131 10.0.0.27 - - [2026-04-30 02:14:46] "POST /useragent-kv HTTP/1.1" 200 115 0.008669 252.27.116.45 - - [2026-04-30 02:14:46] "POST /neutron/subnet HTTP/1.1" 200 724 0.269563 252.27.116.45 - - [2026-04-30 02:14:46] "POST /neutron/network HTTP/1.1" 200 830 0.006670 10.0.0.27 - - [2026-04-30 02:14:46] "POST /id-to-fqname HTTP/1.1" 200 221 0.001650 10.0.0.27 - - [2026-04-30 02:14:46] "GET /virtual-network/dc7a4a8d-02d1-43e6-a06b-9d09e12d1b77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.009634 252.27.116.45 - - [2026-04-30 02:14:46] "POST /neutron/network HTTP/1.1" 200 830 0.007592 10.0.0.27 - - [2026-04-30 02:14:46] "GET /virtual-network/dc7a4a8d-02d1-43e6-a06b-9d09e12d1b77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007980 252.27.116.45 - - [2026-04-30 02:14:46] "POST /neutron/network HTTP/1.1" 200 830 0.007135 252.27.116.45 - - [2026-04-30 02:14:46] "POST /neutron/subnet HTTP/1.1" 200 724 0.012070 10.0.0.27 - - [2026-04-30 02:14:46] "GET /domains HTTP/1.1" 200 438 0.002820 10.0.0.27 - - [2026-04-30 02:14:47] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001892 10.0.0.27 - - [2026-04-30 02:14:47] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36 HTTP/1.1" 200 1668 0.009518 10.0.0.27 - - [2026-04-30 02:14:47] "GET /projects?obj_uuids=0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002300 10.0.0.27 - - [2026-04-30 02:14:47] "GET /project/0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01 HTTP/1.1" 200 2292 0.037236 10.0.0.27 - - [2026-04-30 02:14:47] "GET /virtual-network/dc7a4a8d-02d1-43e6-a06b-9d09e12d1b77 HTTP/1.1" 200 2320 0.007229 10.0.0.27 - - [2026-04-30 02:14:47] "GET /virtual-network/dc7a4a8d-02d1-43e6-a06b-9d09e12d1b77 HTTP/1.1" 200 2320 0.009048 10.0.0.27 - - [2026-04-30 02:14:47] "GET /routing-instance/43d213b0-8fb7-4f03-b590-1e3e836744b1 HTTP/1.1" 200 1494 0.005777 10.0.0.27 - - [2026-04-30 02:14:47] "GET /routing-instance/43d213b0-8fb7-4f03-b590-1e3e836744b1 HTTP/1.1" 200 1494 0.009185 10.0.0.27 - - [2026-04-30 02:14:47] "GET /route-target/71102c1a-ebc5-44d3-8028-ee30b493c2b8 HTTP/1.1" 200 1211 0.006367 10.0.0.27 - - [2026-04-30 02:14:47] "GET /virtual-network/dc7a4a8d-02d1-43e6-a06b-9d09e12d1b77 HTTP/1.1" 200 2320 0.010020 10.0.0.27 - - [2026-04-30 02:14:47] "GET /routing-instance/43d213b0-8fb7-4f03-b590-1e3e836744b1 HTTP/1.1" 200 1494 0.007497 10.0.0.27 - - [2026-04-30 02:14:47] "GET /virtual-network/dc7a4a8d-02d1-43e6-a06b-9d09e12d1b77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.018286 10.0.0.27 - - [2026-04-30 02:14:47] "GET /virtual-network/dc7a4a8d-02d1-43e6-a06b-9d09e12d1b77 HTTP/1.1" 200 2320 0.009446 10.0.0.27 - - [2026-04-30 02:14:47] "GET /routing-instance/43d213b0-8fb7-4f03-b590-1e3e836744b1 HTTP/1.1" 200 1494 0.006495 10.0.0.27 - - [2026-04-30 02:14:47] "GET /routing-instance/43d213b0-8fb7-4f03-b590-1e3e836744b1 HTTP/1.1" 200 1494 0.006366 10.0.0.27 - - [2026-04-30 02:14:47] "GET /route-target/71102c1a-ebc5-44d3-8028-ee30b493c2b8 HTTP/1.1" 200 1211 0.004958 10.0.0.27 - - [2026-04-30 02:14:48] "GET /domains HTTP/1.1" 200 438 0.003693 10.0.0.27 - - [2026-04-30 02:14:48] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001329 10.0.0.27 - - [2026-04-30 02:14:48] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36 HTTP/1.1" 200 1668 0.009293 10.0.0.27 - - [2026-04-30 02:14:48] "GET /projects?obj_uuids=0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001191 10.0.0.27 - - [2026-04-30 02:14:48] "GET /project/0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01 HTTP/1.1" 200 2292 0.054741 10.0.0.27 - - [2026-04-30 02:14:48] "GET /virtual-network/dc7a4a8d-02d1-43e6-a06b-9d09e12d1b77 HTTP/1.1" 200 2320 0.006592 10.0.0.27 - - [2026-04-30 02:14:48] "GET /obj-perms HTTP/1.1" 200 6409 0.003465 10.0.0.27 - - [2026-04-30 02:14:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.27 - - [2026-04-30 02:14:48] "GET /projects?obj_uuids=0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001176 10.0.0.27 - - [2026-04-30 02:14:48] "GET /project/0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.045381 252.27.116.45 - - [2026-04-30 02:14:48] "POST /neutron/network HTTP/1.1" 200 117 0.013556 10.0.0.27 - - [2026-04-30 02:14:48] "GET /projects?obj_uuids=0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001613 252.27.116.45 - - [2026-04-30 02:14:48] "POST /neutron/network HTTP/1.1" 200 613 0.141430 10.0.0.27 - - [2026-04-30 02:14:48] "POST /ref-update HTTP/1.1" 200 156 0.014882 10.0.0.27 - - [2026-04-30 02:14:49] "POST /useragent-kv HTTP/1.1" 200 115 0.005929 252.27.116.45 - - [2026-04-30 02:14:49] "POST /neutron/subnet HTTP/1.1" 200 729 0.167882 252.27.116.45 - - [2026-04-30 02:14:49] "POST /neutron/network HTTP/1.1" 200 833 0.007015 10.0.0.27 - - [2026-04-30 02:14:49] "POST /id-to-fqname HTTP/1.1" 200 222 0.001547 10.0.0.27 - - [2026-04-30 02:14:49] "GET /virtual-network/1fe9ee97-5db5-45c4-984f-b9f8652f171c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.007377 252.27.116.45 - - [2026-04-30 02:14:49] "POST /neutron/network HTTP/1.1" 200 833 0.006226 10.0.0.27 - - [2026-04-30 02:14:49] "GET /virtual-network/1fe9ee97-5db5-45c4-984f-b9f8652f171c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.007315 252.27.116.45 - - [2026-04-30 02:14:49] "POST /neutron/network HTTP/1.1" 200 833 0.011248 252.27.116.45 - - [2026-04-30 02:14:49] "POST /neutron/subnet HTTP/1.1" 200 729 0.011378 10.0.0.27 - - [2026-04-30 02:14:49] "GET /domains HTTP/1.1" 200 438 0.004388 10.0.0.27 - - [2026-04-30 02:14:49] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001298 10.0.0.27 - - [2026-04-30 02:14:49] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36 HTTP/1.1" 200 1668 0.008908 10.0.0.27 - - [2026-04-30 02:14:49] "GET /projects?obj_uuids=0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001923 10.0.0.27 - - [2026-04-30 02:14:49] "GET /project/0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01 HTTP/1.1" 200 2510 0.042882 10.0.0.27 - - [2026-04-30 02:14:49] "GET /virtual-network/1fe9ee97-5db5-45c4-984f-b9f8652f171c HTTP/1.1" 200 2327 0.007542 10.0.0.27 - - [2026-04-30 02:14:49] "GET /virtual-network/1fe9ee97-5db5-45c4-984f-b9f8652f171c HTTP/1.1" 200 2327 0.010795 10.0.0.27 - - [2026-04-30 02:14:49] "GET /routing-instance/0c36960d-ba06-487f-ba0b-4c7b456a5098 HTTP/1.1" 200 1497 0.006859 10.0.0.27 - - [2026-04-30 02:14:49] "GET /routing-instance/0c36960d-ba06-487f-ba0b-4c7b456a5098 HTTP/1.1" 200 1497 0.005048 10.0.0.27 - - [2026-04-30 02:14:49] "GET /route-target/f44fb023-7be0-4c05-b58f-afdef34316b1 HTTP/1.1" 200 1215 0.005550 10.0.0.27 - - [2026-04-30 02:14:49] "GET /virtual-network/1fe9ee97-5db5-45c4-984f-b9f8652f171c HTTP/1.1" 200 2327 0.006949 10.0.0.27 - - [2026-04-30 02:14:50] "GET /routing-instance/0c36960d-ba06-487f-ba0b-4c7b456a5098 HTTP/1.1" 200 1497 0.005993 10.0.0.27 - - [2026-04-30 02:14:50] "GET /virtual-network/1fe9ee97-5db5-45c4-984f-b9f8652f171c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.007114 10.0.0.27 - - [2026-04-30 02:14:50] "GET /virtual-network/1fe9ee97-5db5-45c4-984f-b9f8652f171c HTTP/1.1" 200 2327 0.006756 10.0.0.27 - - [2026-04-30 02:14:50] "GET /routing-instance/0c36960d-ba06-487f-ba0b-4c7b456a5098 HTTP/1.1" 200 1497 0.003938 10.0.0.27 - - [2026-04-30 02:14:50] "GET /routing-instance/0c36960d-ba06-487f-ba0b-4c7b456a5098 HTTP/1.1" 200 1497 0.004233 10.0.0.27 - - [2026-04-30 02:14:50] "GET /route-target/f44fb023-7be0-4c05-b58f-afdef34316b1 HTTP/1.1" 200 1215 0.003630 10.0.0.27 - - [2026-04-30 02:14:50] "GET /domains HTTP/1.1" 200 438 0.002906 10.0.0.27 - - [2026-04-30 02:14:50] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001184 10.0.0.27 - - [2026-04-30 02:14:50] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36 HTTP/1.1" 200 1668 0.009413 10.0.0.27 - - [2026-04-30 02:14:50] "GET /projects?obj_uuids=0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001737 10.0.0.27 - - [2026-04-30 02:14:50] "GET /project/0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01 HTTP/1.1" 200 2510 0.040195 10.0.0.27 - - [2026-04-30 02:14:50] "GET /virtual-network/1fe9ee97-5db5-45c4-984f-b9f8652f171c HTTP/1.1" 200 2327 0.006633 10.0.0.27 - - [2026-04-30 02:14:50] "GET /obj-perms HTTP/1.1" 200 6409 0.001883 10.0.0.27 - - [2026-04-30 02:14:50] "POST /id-to-fqname HTTP/1.1" 200 221 0.001521 252.27.116.45 - - [2026-04-30 02:14:51] "POST /neutron/network HTTP/1.1" 200 840 0.008106 252.27.116.45 - - [2026-04-30 02:14:51] "GET /aaa-mode HTTP/1.1" 401 295 0.000554 252.27.116.45 - - [2026-04-30 02:14:51] "GET / HTTP/1.1" 200 36215 0.001700 252.27.116.45 - - [2026-04-30 02:14:51] "GET /project/0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 295 0.000443 10.0.0.27 - - [2026-04-30 02:14:51] "GET /projects?obj_uuids=0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001592 252.27.116.45 - - [2026-04-30 02:14:51] "GET /project/0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.080445 252.27.116.45 - - [2026-04-30 02:14:51] "POST /neutron/network HTTP/1.1" 200 830 0.043361 252.27.116.45 - - [2026-04-30 02:14:52] "POST /neutron/port HTTP/1.1" 200 117 0.008033 252.27.116.45 - - [2026-04-30 02:14:52] "POST /neutron/port HTTP/1.1" 200 117 0.012027 10.0.0.27 - - [2026-04-30 02:14:52] "POST /id-to-fqname HTTP/1.1" 200 222 0.004390 252.27.116.45 - - [2026-04-30 02:14:52] "POST /neutron/port HTTP/1.1" 200 117 0.008024 252.27.116.45 - - [2026-04-30 02:14:52] "POST /neutron/network HTTP/1.1" 200 843 0.010648 252.27.116.45 - - [2026-04-30 02:14:52] "GET /aaa-mode HTTP/1.1" 401 295 0.000807 252.27.116.45 - - [2026-04-30 02:14:52] "GET / HTTP/1.1" 200 36215 0.002931 252.27.116.45 - - [2026-04-30 02:14:52] "GET /project/0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 295 0.000433 252.27.116.45 - - [2026-04-30 02:14:53] "POST /neutron/network HTTP/1.1" 200 840 0.008997 10.0.0.27 - - [2026-04-30 02:14:53] "GET /projects?obj_uuids=0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001799 10.0.0.27 - - [2026-04-30 02:14:53] "GET /projects?obj_uuids=0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001277 252.27.116.45 - - [2026-04-30 02:14:53] "GET /project/0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.098788 252.27.116.45 - - [2026-04-30 02:14:53] "POST /neutron/network HTTP/1.1" 200 833 0.073204 252.27.116.45 - - [2026-04-30 02:14:53] "POST /neutron/port HTTP/1.1" 200 1056 0.392493 252.27.116.45 - - [2026-04-30 02:14:53] "POST /neutron/port HTTP/1.1" 200 1056 0.016336 252.27.116.45 - - [2026-04-30 02:14:53] "POST /neutron/port HTTP/1.1" 200 1056 0.028380 252.27.116.45 - - [2026-04-30 02:14:53] "POST /neutron/port HTTP/1.1" 200 1066 0.022076 252.27.116.45 - - [2026-04-30 02:14:53] "POST /neutron/security_group HTTP/1.1" 200 2054 0.011738 252.27.116.45 - - [2026-04-30 02:14:53] "POST /neutron/port HTTP/1.1" 200 117 0.007772 252.27.116.45 - - [2026-04-30 02:14:54] "POST /neutron/port HTTP/1.1" 200 1106 0.178310 10.0.0.27 - - [2026-04-30 02:14:54] "POST /fqname-to-id HTTP/1.1" 404 191 0.003938 10.0.0.27 - - [2026-04-30 02:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003967 10.0.0.27 - - [2026-04-30 02:14:54] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001552 10.0.0.27 - - [2026-04-30 02:14:54] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 943 0.010068 252.27.116.45 - - [2026-04-30 02:14:54] "POST /neutron/port HTTP/1.1" 200 1116 0.024231 10.0.0.27 - - [2026-04-30 02:14:54] "POST /service-templates HTTP/1.1" 200 543 0.037760 10.0.0.27 - - [2026-04-30 02:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.006710 252.27.116.45 - - [2026-04-30 02:14:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006130 10.0.0.27 - - [2026-04-30 02:14:54] "GET /service-template/b32b0bb2-c958-4a2a-9751-72f9d0e2ca83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.004950 252.27.116.45 - - [2026-04-30 02:14:54] "POST /neutron/subnet HTTP/1.1" 200 698 0.010005 10.0.0.27 - - [2026-04-30 02:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003769 10.0.0.27 - - [2026-04-30 02:14:54] "GET /service-template/b32b0bb2-c958-4a2a-9751-72f9d0e2ca83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.004249 252.27.116.45 - - [2026-04-30 02:14:54] "POST /neutron/port HTTP/1.1" 200 117 0.001289 10.0.0.27 - - [2026-04-30 02:14:54] "POST /id-to-fqname HTTP/1.1" 200 221 0.003032 252.27.116.45 - - [2026-04-30 02:14:54] "POST /neutron/network HTTP/1.1" 200 843 0.007083 252.27.116.45 - - [2026-04-30 02:14:54] "POST /neutron/network HTTP/1.1" 200 830 0.012653 10.0.0.27 - - [2026-04-30 02:14:54] "POST /id-to-fqname HTTP/1.1" 200 221 0.001923 10.0.0.27 - - [2026-04-30 02:14:54] "POST /id-to-fqname HTTP/1.1" 200 222 0.001769 10.0.0.27 - - [2026-04-30 02:14:54] "GET /projects?obj_uuids=0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001531 10.0.0.27 - - [2026-04-30 02:14:54] "DELETE /project/0cd153e4b4e04b8faacc6eb8e0014a01 HTTP/1.1" 404 173 0.015496 10.0.0.27 - - [2026-04-30 02:14:54] "DELETE /project/a5c9e614f394451fa0c73b0323b9baa7 HTTP/1.1" 404 173 0.004613 10.0.0.27 - - [2026-04-30 02:14:54] "GET /projects?obj_uuids=55232f47-d9db-4078-92d3-bef4d5a360ec&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001096 10.0.0.27 - - [2026-04-30 02:14:54] "GET /projects?obj_uuids=a5c9e614-f394-451f-a0c7-3b0323b9baa7&detail=False&count=False&shared=False HTTP/1.1" 200 337 0.000924 252.27.116.45 - - [2026-04-30 02:14:54] "POST /neutron/port HTTP/1.1" 200 1116 0.053987 10.0.0.27 - - [2026-04-30 02:14:54] "GET /project/a5c9e614-f394-451f-a0c7-3b0323b9baa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.136943 10.0.0.27 - - [2026-04-30 02:14:54] "GET /project/55232f47-d9db-4078-92d3-bef4d5a360ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.151720 252.27.116.45 - - [2026-04-30 02:14:54] "POST /neutron/security_group HTTP/1.1" 200 2054 0.035325 10.0.0.27 - - [2026-04-30 02:14:54] "GET /projects?obj_uuids=55232f47-d9db-4078-92d3-bef4d5a360ec&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.002215 10.0.0.27 - - [2026-04-30 02:14:54] "GET /projects?obj_uuids=a5c9e614-f394-451f-a0c7-3b0323b9baa7&detail=False&count=False&shared=False HTTP/1.1" 200 337 0.001864 10.0.0.27 - - [2026-04-30 02:14:54] "GET /project/a5c9e614-f394-451f-a0c7-3b0323b9baa7?fields=security_groups HTTP/1.1" 200 1330 0.087007 10.0.0.27 - - [2026-04-30 02:14:54] "GET /project/55232f47-d9db-4078-92d3-bef4d5a360ec?fields=security_groups HTTP/1.1" 200 1356 0.092831 10.0.0.27 - - [2026-04-30 02:14:55] "DELETE /security-group/0dc6d8ca-bab2-4b15-8672-81e21f1eb5b0 HTTP/1.1" 200 115 0.129920 10.0.0.27 - - [2026-04-30 02:14:55] "GET /projects?obj_uuids=a5c9e614-f394-451f-a0c7-3b0323b9baa7&detail=False&count=False&shared=False HTTP/1.1" 200 337 0.001849 10.0.0.27 - - [2026-04-30 02:14:55] "DELETE /access-control-list/fa381dfe-9f6d-4582-861e-8db676f09da6 HTTP/1.1" 200 115 0.065325 10.0.0.27 - - [2026-04-30 02:14:55] "DELETE /security-group/78c6117d-f0df-4031-946d-5e93bef0d05c HTTP/1.1" 200 115 0.137485 10.0.0.27 - - [2026-04-30 02:14:55] "GET /projects?obj_uuids=55232f47-d9db-4078-92d3-bef4d5a360ec&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001662 10.0.0.27 - - [2026-04-30 02:14:55] "GET /project/a5c9e614-f394-451f-a0c7-3b0323b9baa7?fields=application_policy_sets HTTP/1.1" 200 1369 0.066521 10.0.0.27 - - [2026-04-30 02:14:55] "DELETE /access-control-list/f36f921d-e3ce-4e51-8d0d-c2a4db0bd409 HTTP/1.1" 200 115 0.070161 252.27.116.45 - - [2026-04-30 02:14:55] "POST /neutron/port HTTP/1.1" 200 1057 0.742769 10.0.0.27 - - [2026-04-30 02:14:55] "GET /project/55232f47-d9db-4078-92d3-bef4d5a360ec?fields=application_policy_sets HTTP/1.1" 200 1395 0.095627 10.0.0.27 - - [2026-04-30 02:14:55] "DELETE /access-control-list/3551ea03-a0b0-4570-b015-e0f0a34683e6 HTTP/1.1" 200 115 0.073632 252.27.116.45 - - [2026-04-30 02:14:55] "POST /neutron/port HTTP/1.1" 200 1057 0.031055 10.0.0.27 - - [2026-04-30 02:14:55] "DELETE /access-control-list/e26b7054-298a-48f0-9a4a-68e57b523b5a HTTP/1.1" 200 115 0.098248 252.27.116.45 - - [2026-04-30 02:14:55] "POST /neutron/port HTTP/1.1" 200 1057 0.038710 10.0.0.27 - - [2026-04-30 02:14:55] "DELETE /project/a5c9e614-f394-451f-a0c7-3b0323b9baa7 HTTP/1.1" 200 115 0.785845 10.0.0.27 - - [2026-04-30 02:14:55] "DELETE /project/55232f47-d9db-4078-92d3-bef4d5a360ec HTTP/1.1" 200 115 0.875138 252.27.116.45 - - [2026-04-30 02:14:55] "POST /neutron/port HTTP/1.1" 200 1107 0.156722 252.27.116.45 - - [2026-04-30 02:14:55] "POST /neutron/port HTTP/1.1" 200 1117 0.020299 252.27.116.45 - - [2026-04-30 02:14:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003991 252.27.116.45 - - [2026-04-30 02:14:55] "POST /neutron/subnet HTTP/1.1" 200 703 0.010964 252.27.116.45 - - [2026-04-30 02:14:55] "POST /neutron/port HTTP/1.1" 200 117 0.001632 252.27.116.45 - - [2026-04-30 02:14:56] "POST /neutron/network HTTP/1.1" 200 833 0.006752 252.27.116.45 - - [2026-04-30 02:14:56] "POST /neutron/network HTTP/1.1" 200 2219 0.010381 252.27.116.45 - - [2026-04-30 02:14:56] "GET /aaa-mode HTTP/1.1" 401 295 0.000436 252.27.116.45 - - [2026-04-30 02:14:57] "GET / HTTP/1.1" 200 36215 0.002842 252.27.116.45 - - [2026-04-30 02:14:57] "GET /project/0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 295 0.000555 10.0.0.27 - - [2026-04-30 02:14:57] "GET /projects?obj_uuids=0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001867 252.27.116.45 - - [2026-04-30 02:14:57] "GET /project/0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.066303 252.27.116.45 - - [2026-04-30 02:14:57] "POST /neutron/network HTTP/1.1" 200 831 0.007623 252.27.116.45 - - [2026-04-30 02:14:57] "POST /neutron/network HTTP/1.1" 200 830 0.007967 252.27.116.45 - - [2026-04-30 02:14:57] "POST /neutron/network HTTP/1.1" 200 833 0.007956 252.27.116.45 - - [2026-04-30 02:14:58] "POST /neutron/port HTTP/1.1" 200 2081 0.076027 252.27.116.45 - - [2026-04-30 02:14:58] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007518 252.27.116.45 - - [2026-04-30 02:14:58] "POST /neutron/port HTTP/1.1" 200 117 0.009125 252.27.116.45 - - [2026-04-30 02:14:58] "POST /neutron/port HTTP/1.1" 200 117 0.016600 252.27.116.45 - - [2026-04-30 02:14:58] "POST /neutron/network HTTP/1.1" 200 2219 0.022964 10.0.0.27 - - [2026-04-30 02:14:58] "GET /projects?obj_uuids=0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001747 252.27.116.45 - - [2026-04-30 02:14:59] "POST /neutron/port HTTP/1.1" 200 1057 0.365282 10.0.0.27 - - [2026-04-30 02:14:59] "GET /projects?obj_uuids=0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002788 252.27.116.45 - - [2026-04-30 02:14:59] "POST /neutron/port HTTP/1.1" 200 1056 0.348259 10.0.0.27 - - [2026-04-30 02:14:59] "GET /projects?obj_uuids=0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001305 252.27.116.45 - - [2026-04-30 02:14:59] "POST /neutron/port HTTP/1.1" 200 1057 0.299167 252.27.116.45 - - [2026-04-30 02:15:00] "POST /neutron/port HTTP/1.1" 200 1057 0.018326 252.27.116.45 - - [2026-04-30 02:15:00] "POST /neutron/port HTTP/1.1" 200 1057 0.015347 252.27.116.45 - - [2026-04-30 02:15:00] "POST /neutron/port HTTP/1.1" 200 1107 0.122824 252.27.116.45 - - [2026-04-30 02:15:00] "POST /neutron/port HTTP/1.1" 200 1056 0.017226 252.27.116.45 - - [2026-04-30 02:15:00] "POST /neutron/port HTTP/1.1" 200 1056 0.015288 252.27.116.45 - - [2026-04-30 02:15:00] "POST /neutron/port HTTP/1.1" 200 1106 0.118846 252.27.116.45 - - [2026-04-30 02:15:00] "POST /neutron/port HTTP/1.1" 200 1057 0.015544 252.27.116.45 - - [2026-04-30 02:15:00] "POST /neutron/port HTTP/1.1" 200 1057 0.018812 252.27.116.45 - - [2026-04-30 02:15:01] "POST /neutron/port HTTP/1.1" 200 1107 0.148899 252.27.116.45 - - [2026-04-30 02:15:01] "POST /neutron/port HTTP/1.1" 200 3045 0.037187 252.27.116.45 - - [2026-04-30 02:15:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004191 252.27.116.45 - - [2026-04-30 02:15:01] "POST /neutron/subnet HTTP/1.1" 200 703 0.015692 252.27.116.45 - - [2026-04-30 02:15:01] "POST /neutron/port HTTP/1.1" 200 117 0.002078 252.27.116.45 - - [2026-04-30 02:15:01] "POST /neutron/network HTTP/1.1" 200 831 0.013191 252.27.116.45 - - [2026-04-30 02:15:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005612 252.27.116.45 - - [2026-04-30 02:15:01] "POST /neutron/subnet HTTP/1.1" 200 698 0.012681 252.27.116.45 - - [2026-04-30 02:15:01] "POST /neutron/port HTTP/1.1" 200 117 0.001979 252.27.116.45 - - [2026-04-30 02:15:01] "POST /neutron/network HTTP/1.1" 200 830 0.011213 252.27.116.45 - - [2026-04-30 02:15:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005413 252.27.116.45 - - [2026-04-30 02:15:01] "POST /neutron/subnet HTTP/1.1" 200 703 0.015655 252.27.116.45 - - [2026-04-30 02:15:02] "POST /neutron/port HTTP/1.1" 200 117 0.001833 252.27.116.45 - - [2026-04-30 02:15:02] "POST /neutron/network HTTP/1.1" 200 833 0.008485 10.0.0.27 - - [2026-04-30 02:15:02] "GET /obj-perms HTTP/1.1" 200 6366 0.092047 10.0.0.27 - - [2026-04-30 02:15:03] "GET /obj-perms HTTP/1.1" 200 6366 0.081137 252.27.116.45 - - [2026-04-30 02:15:03] "POST /neutron/port HTTP/1.1" 200 3045 0.050003 252.27.116.45 - - [2026-04-30 02:15:03] "POST /neutron/security_group HTTP/1.1" 200 2054 0.012294 252.27.116.45 - - [2026-04-30 02:15:06] "POST /neutron/port HTTP/1.1" 200 1116 0.051070 252.27.116.45 - - [2026-04-30 02:15:06] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007185 252.27.116.45 - - [2026-04-30 02:15:07] "POST /neutron/port HTTP/1.1" 200 1117 0.050179 252.27.116.45 - - [2026-04-30 02:15:07] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006654 252.27.116.45 - - [2026-04-30 02:15:08] "POST /neutron/port HTTP/1.1" 200 1117 0.146294 252.27.116.45 - - [2026-04-30 02:15:08] "POST /neutron/security_group HTTP/1.1" 200 2054 0.011357 252.27.116.45 - - [2026-04-30 02:15:08] "POST /neutron/port HTTP/1.1" 200 3045 0.040029 252.27.116.45 - - [2026-04-30 02:15:08] "POST /neutron/security_group HTTP/1.1" 200 2054 0.016228 252.27.116.45 - - [2026-04-30 02:15:08] "POST /neutron/port HTTP/1.1" 200 3045 0.061266 252.27.116.45 - - [2026-04-30 02:15:08] "POST /neutron/security_group HTTP/1.1" 200 2054 0.014856 252.27.116.45 - - [2026-04-30 02:15:08] "POST /neutron/port HTTP/1.1" 200 1116 0.029280 252.27.116.45 - - [2026-04-30 02:15:08] "POST /neutron/port HTTP/1.1" 200 3045 0.052422 252.27.116.45 - - [2026-04-30 02:15:09] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008340 252.27.116.45 - - [2026-04-30 02:15:09] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006447 252.27.116.45 - - [2026-04-30 02:15:09] "POST /neutron/port HTTP/1.1" 200 3045 0.046612 252.27.116.45 - - [2026-04-30 02:15:09] "POST /neutron/security_group HTTP/1.1" 200 2054 0.010991 252.27.116.45 - - [2026-04-30 02:15:09] "POST /neutron/port HTTP/1.1" 200 1116 0.016131 252.27.116.45 - - [2026-04-30 02:15:09] "POST /neutron/port HTTP/1.1" 200 3045 0.025777 252.27.116.45 - - [2026-04-30 02:15:09] "POST /neutron/security_group HTTP/1.1" 200 2054 0.009222 252.27.116.45 - - [2026-04-30 02:15:09] "POST /neutron/security_group HTTP/1.1" 200 2054 0.015637 10.0.0.27 - - [2026-04-30 02:15:09] "GET /virtual-machine/a60d5714-6d1a-4cc2-a910-085656f6b4e7 HTTP/1.1" 200 1801 0.005613 10.0.0.27 - - [2026-04-30 02:15:09] "GET /virtual-machine-interface/06ee0ad3-5989-476e-8980-79db542eb6e5 HTTP/1.1" 200 2939 0.009072 10.0.0.27 - - [2026-04-30 02:15:09] "GET /virtual-machine-interface/303be2f7-fe77-4cc5-9125-cbf7521f9556 HTTP/1.1" 200 2941 0.011644 10.0.0.27 - - [2026-04-30 02:15:09] "GET /virtual-machine-interface/b8e1db7a-4f1c-4adf-8fd1-3b7d87e5d5f3 HTTP/1.1" 200 2945 0.015263 252.27.116.45 - - [2026-04-30 02:15:09] "POST /neutron/port HTTP/1.1" 200 1116 0.024017 252.27.116.45 - - [2026-04-30 02:15:09] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008024 10.0.0.27 - - [2026-04-30 02:15:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004959 10.0.0.27 - - [2026-04-30 02:15:10] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005848 10.0.0.27 - - [2026-04-30 02:15:10] "GET /virtual-networks?parent_id=0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01&detail=False&count=False&shared=False HTTP/1.1" 200 798 0.004102 10.0.0.27 - - [2026-04-30 02:15:10] "GET /virtual-network/c36d378b-7056-489c-9b3e-9021d1ab0ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.011300 252.27.116.45 - - [2026-04-30 02:15:10] "POST /neutron/port HTTP/1.1" 200 1117 0.018516 252.27.116.45 - - [2026-04-30 02:15:10] "POST /neutron/security_group HTTP/1.1" 200 2054 0.015205 252.27.116.45 - - [2026-04-30 02:15:10] "POST /neutron/port HTTP/1.1" 200 1117 0.061620 252.27.116.45 - - [2026-04-30 02:15:11] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006928 10.0.0.27 - - [2026-04-30 02:15:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003338 10.0.0.27 - - [2026-04-30 02:15:13] "GET /virtual-network/c36d378b-7056-489c-9b3e-9021d1ab0ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006474 10.0.0.27 - - [2026-04-30 02:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003794 10.0.0.27 - - [2026-04-30 02:15:17] "GET /virtual-network/c36d378b-7056-489c-9b3e-9021d1ab0ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006383 10.0.0.27 - - [2026-04-30 02:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.27 - - [2026-04-30 02:15:21] "GET /virtual-network/c36d378b-7056-489c-9b3e-9021d1ab0ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.010172 10.0.0.27 - - [2026-04-30 02:15:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.27 - - [2026-04-30 02:15:25] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003623 10.0.0.27 - - [2026-04-30 02:15:25] "GET /virtual-networks?parent_id=0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01&detail=False&count=False&shared=False HTTP/1.1" 200 798 0.003742 10.0.0.27 - - [2026-04-30 02:15:25] "GET /virtual-network/c36d378b-7056-489c-9b3e-9021d1ab0ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006531 252.27.116.45 - - [2026-04-30 02:15:26] "POST /neutron/port HTTP/1.1" 200 3045 0.026391 252.27.116.45 - - [2026-04-30 02:15:26] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007253 [Introspect:8084]10.0.0.27 - - [2026-04-30 02:15:26] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001062 [Introspect:8084]10.0.0.27 - - [2026-04-30 02:15:26] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2956 0.001315 252.27.116.45 - - [2026-04-30 02:15:31] "POST /neutron/port HTTP/1.1" 200 3045 0.025744 252.27.116.45 - - [2026-04-30 02:15:31] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006468 [Introspect:8084]10.0.0.27 - - [2026-04-30 02:15:31] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001123 [Introspect:8084]10.0.0.27 - - [2026-04-30 02:15:31] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2956 0.001158 252.27.116.45 - - [2026-04-30 02:15:35] "POST /neutron/port HTTP/1.1" 200 3045 0.032826 252.27.116.45 - - [2026-04-30 02:15:35] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007610 252.27.116.45 - - [2026-04-30 02:15:36] "POST /neutron/port HTTP/1.1" 200 3045 0.021119 252.27.116.45 - - [2026-04-30 02:15:36] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006167 252.27.116.45 - - [2026-04-30 02:15:36] "POST /neutron/port HTTP/1.1" 200 3045 0.024749 252.27.116.45 - - [2026-04-30 02:15:36] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007888 252.27.116.45 - - [2026-04-30 02:15:36] "POST /neutron/port HTTP/1.1" 200 3045 0.030740 252.27.116.45 - - [2026-04-30 02:15:36] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007200 252.27.116.45 - - [2026-04-30 02:15:36] "POST /neutron/port HTTP/1.1" 200 3045 0.027147 252.27.116.45 - - [2026-04-30 02:15:36] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007999 [Introspect:8084]10.0.0.27 - - [2026-04-30 02:15:36] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001208 [Introspect:8084]10.0.0.27 - - [2026-04-30 02:15:36] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2956 0.001353 252.27.116.45 - - [2026-04-30 02:15:41] "POST /neutron/port HTTP/1.1" 200 3045 0.027017 252.27.116.45 - - [2026-04-30 02:15:41] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006776 10.0.0.27 - - [2026-04-30 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003763 10.0.0.27 - - [2026-04-30 02:15:47] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004270 10.0.0.27 - - [2026-04-30 02:15:47] "GET /virtual-networks?parent_id=0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01&detail=False&count=False&shared=False HTTP/1.1" 200 798 0.003484 10.0.0.27 - - [2026-04-30 02:15:47] "GET /virtual-network/dc7a4a8d-02d1-43e6-a06b-9d09e12d1b77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005684 10.0.0.27 - - [2026-04-30 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.27 - - [2026-04-30 02:15:47] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004418 10.0.0.27 - - [2026-04-30 02:15:47] "GET /virtual-networks?parent_id=0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01&detail=False&count=False&shared=False HTTP/1.1" 200 798 0.003706 10.0.0.27 - - [2026-04-30 02:15:47] "GET /virtual-network/1fe9ee97-5db5-45c4-984f-b9f8652f171c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005458 10.0.0.27 - - [2026-04-30 02:15:47] "POST /fqname-to-id HTTP/1.1" 404 205 0.003202 10.0.0.27 - - [2026-04-30 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003153 10.0.0.27 - - [2026-04-30 02:15:47] "GET /projects?obj_uuids=0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001173 10.0.0.27 - - [2026-04-30 02:15:47] "GET /project/0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.028094 10.0.0.27 - - [2026-04-30 02:15:47] "POST /service-instances HTTP/1.1" 200 543 0.068262 10.0.0.27 - - [2026-04-30 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873 10.0.0.27 - - [2026-04-30 02:15:48] "GET /service-instance/e82ef4c9-f64d-4a48-85d6-cc5844ac929f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2134 0.009014 10.0.0.27 - - [2026-04-30 02:15:48] "POST /port-tuples HTTP/1.1" 200 586 0.025339 10.0.0.27 - - [2026-04-30 02:15:48] "GET /virtual-machine-interface/303be2f7-fe77-4cc5-9125-cbf7521f9556?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2719 0.006282 10.0.0.27 - - [2026-04-30 02:15:48] "PUT /virtual-machine-interface/303be2f7-fe77-4cc5-9125-cbf7521f9556 HTTP/1.1" 200 285 0.012423 10.0.0.27 - - [2026-04-30 02:15:48] "POST /ref-update HTTP/1.1" 200 156 0.012398 10.0.0.27 - - [2026-04-30 02:15:48] "GET /virtual-machine-interface/06ee0ad3-5989-476e-8980-79db542eb6e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2717 0.004795 10.0.0.27 - - [2026-04-30 02:15:48] "POST /instance-ips HTTP/1.1" 200 386 0.045699 10.0.0.27 - - [2026-04-30 02:15:48] "POST /ref-update HTTP/1.1" 200 156 0.011189 10.0.0.27 - - [2026-04-30 02:15:48] "PUT /virtual-machine-interface/06ee0ad3-5989-476e-8980-79db542eb6e5 HTTP/1.1" 200 285 0.013937 10.0.0.27 - - [2026-04-30 02:15:48] "POST /ref-update HTTP/1.1" 200 156 0.011707 10.0.0.27 - - [2026-04-30 02:15:48] "POST /ref-update HTTP/1.1" 200 156 0.010378 10.0.0.27 - - [2026-04-30 02:15:48] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004249 10.0.0.27 - - [2026-04-30 02:15:48] "GET /virtual-machine-interface/b8e1db7a-4f1c-4adf-8fd1-3b7d87e5d5f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2723 0.005925 10.0.0.27 - - [2026-04-30 02:15:48] "POST /instance-ips HTTP/1.1" 200 386 0.024603 10.0.0.27 - - [2026-04-30 02:15:48] "PUT /virtual-machine-interface/b8e1db7a-4f1c-4adf-8fd1-3b7d87e5d5f3 HTTP/1.1" 200 285 0.011438 10.0.0.27 - - [2026-04-30 02:15:48] "POST /ref-update HTTP/1.1" 200 156 0.009701 10.0.0.27 - - [2026-04-30 02:15:48] "POST /ref-update HTTP/1.1" 200 156 0.012414 10.0.0.27 - - [2026-04-30 02:15:48] "POST /ref-update HTTP/1.1" 200 156 0.011826 10.0.0.27 - - [2026-04-30 02:15:48] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004935 252.27.116.45 - - [2026-04-30 02:15:48] "POST /neutron/port HTTP/1.1" 200 1116 0.013713 10.0.0.27 - - [2026-04-30 02:15:48] "POST /instance-ips HTTP/1.1" 200 374 0.023288 252.27.116.45 - - [2026-04-30 02:15:48] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008302 10.0.0.27 - - [2026-04-30 02:15:48] "POST /ref-update HTTP/1.1" 200 156 0.012651 252.27.116.45 - - [2026-04-30 02:15:48] "POST /neutron/port HTTP/1.1" 200 1116 0.017654 10.0.0.27 - - [2026-04-30 02:15:48] "POST /ref-update HTTP/1.1" 200 156 0.011098 252.27.116.45 - - [2026-04-30 02:15:48] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007513 10.0.0.27 - - [2026-04-30 02:15:48] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003655 252.27.116.45 - - [2026-04-30 02:15:49] "POST /neutron/port HTTP/1.1" 200 1116 0.015274 10.0.0.27 - - [2026-04-30 02:15:49] "POST /instance-ips HTTP/1.1" 200 374 0.027435 10.0.0.27 - - [2026-04-30 02:15:49] "POST /ref-update HTTP/1.1" 200 156 0.011583 252.27.116.45 - - [2026-04-30 02:15:49] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006331 10.0.0.27 - - [2026-04-30 02:15:49] "GET /virtual-machine/a559fe40-75a3-4b41-b167-f9eca24ff613 HTTP/1.1" 200 1291 0.004779 10.0.0.27 - - [2026-04-30 02:15:49] "POST /ref-update HTTP/1.1" 200 156 0.009659 10.0.0.27 - - [2026-04-30 02:15:49] "GET /virtual-machine-interface/3a93cdef-f4e6-4229-8b54-ab5d18b44b08 HTTP/1.1" 200 2941 0.005328 10.0.0.27 - - [2026-04-30 02:15:49] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.005826 10.0.0.27 - - [2026-04-30 02:15:49] "POST /instance-ips HTTP/1.1" 200 376 0.018324 10.0.0.27 - - [2026-04-30 02:15:49] "POST /ref-update HTTP/1.1" 200 156 0.010397 10.0.0.27 - - [2026-04-30 02:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003028 10.0.0.27 - - [2026-04-30 02:15:49] "POST /ref-update HTTP/1.1" 200 156 0.012219 10.0.0.27 - - [2026-04-30 02:15:49] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004840 10.0.0.27 - - [2026-04-30 02:15:49] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003215 10.0.0.27 - - [2026-04-30 02:15:49] "GET /virtual-networks?parent_id=0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01&detail=False&count=False&shared=False HTTP/1.1" 200 798 0.004366 10.0.0.27 - - [2026-04-30 02:15:49] "GET /virtual-network/dc7a4a8d-02d1-43e6-a06b-9d09e12d1b77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004887 10.0.0.27 - - [2026-04-30 02:15:49] "POST /instance-ips HTTP/1.1" 200 376 0.019062 10.0.0.27 - - [2026-04-30 02:15:49] "POST /ref-update HTTP/1.1" 200 156 0.010490 10.0.0.27 - - [2026-04-30 02:15:49] "POST /ref-update HTTP/1.1" 200 156 0.013136 10.0.0.27 - - [2026-04-30 02:15:49] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003335 10.0.0.27 - - [2026-04-30 02:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.27 - - [2026-04-30 02:15:50] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003723 10.0.0.27 - - [2026-04-30 02:15:50] "GET /virtual-networks?parent_id=0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01&detail=False&count=False&shared=False HTTP/1.1" 200 798 0.003417 10.0.0.27 - - [2026-04-30 02:15:50] "GET /virtual-network/dc7a4a8d-02d1-43e6-a06b-9d09e12d1b77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005363 252.27.116.45 - - [2026-04-30 02:15:51] "POST /neutron/port HTTP/1.1" 200 1117 0.013979 252.27.116.45 - - [2026-04-30 02:15:51] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007097 252.27.116.45 - - [2026-04-30 02:15:51] "POST /neutron/port HTTP/1.1" 200 1117 0.016834 252.27.116.45 - - [2026-04-30 02:15:51] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007120 252.27.116.45 - - [2026-04-30 02:15:51] "POST /neutron/port HTTP/1.1" 200 1117 0.016152 252.27.116.45 - - [2026-04-30 02:15:51] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006758 10.0.0.27 - - [2026-04-30 02:15:51] "GET /virtual-machine/4449e553-2750-4a3a-93cd-4b1a695c72b1 HTTP/1.1" 200 1290 0.005350 10.0.0.27 - - [2026-04-30 02:15:51] "GET /virtual-machine-interface/58bff5da-e7ba-4b7c-a664-5ce56d6f0cf5 HTTP/1.1" 200 2944 0.006148 10.0.0.27 - - [2026-04-30 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.27 - - [2026-04-30 02:15:51] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003404 10.0.0.27 - - [2026-04-30 02:15:51] "GET /virtual-networks?parent_id=0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01&detail=False&count=False&shared=False HTTP/1.1" 200 798 0.004106 10.0.0.27 - - [2026-04-30 02:15:51] "GET /virtual-network/1fe9ee97-5db5-45c4-984f-b9f8652f171c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005393 10.0.0.27 - - [2026-04-30 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.27 - - [2026-04-30 02:15:52] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003674 10.0.0.27 - - [2026-04-30 02:15:53] "GET /virtual-networks?parent_id=0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01&detail=False&count=False&shared=False HTTP/1.1" 200 798 0.003490 10.0.0.27 - - [2026-04-30 02:15:53] "GET /virtual-network/1fe9ee97-5db5-45c4-984f-b9f8652f171c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006113 10.0.0.27 - - [2026-04-30 02:15:53] "POST /fqname-to-id HTTP/1.1" 404 209 0.003322 10.0.0.27 - - [2026-04-30 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.27 - - [2026-04-30 02:15:53] "GET /projects?obj_uuids=0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001687 10.0.0.27 - - [2026-04-30 02:15:53] "GET /project/0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.030588 10.0.0.27 - - [2026-04-30 02:15:53] "POST /network-policys HTTP/1.1" 200 547 0.032031 10.0.0.27 - - [2026-04-30 02:15:53] "GET /network-policy/c98bea61-c6a9-4f6c-aa91-b2a35fb83a4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.006567 10.0.0.27 - - [2026-04-30 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.27 - - [2026-04-30 02:15:53] "GET /virtual-network/dc7a4a8d-02d1-43e6-a06b-9d09e12d1b77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005705 10.0.0.27 - - [2026-04-30 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.27 - - [2026-04-30 02:15:53] "GET /network-policy/c98bea61-c6a9-4f6c-aa91-b2a35fb83a4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.004104 10.0.0.27 - - [2026-04-30 02:15:53] "POST /fqname-to-id HTTP/1.1" 404 240 0.006063 10.0.0.27 - - [2026-04-30 02:15:53] "POST /ref-update HTTP/1.1" 200 156 0.046219 10.0.0.27 - - [2026-04-30 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661 10.0.0.27 - - [2026-04-30 02:15:53] "POST /access-control-lists HTTP/1.1" 200 601 0.065907 10.0.0.27 - - [2026-04-30 02:15:53] "GET /network-policy/c98bea61-c6a9-4f6c-aa91-b2a35fb83a4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.004019 252.27.116.45 - - [2026-04-30 02:15:54] "POST /neutron/network HTTP/1.1" 200 916 0.007778 10.0.0.27 - - [2026-04-30 02:15:54] "GET /virtual-network/dc7a4a8d-02d1-43e6-a06b-9d09e12d1b77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005579 10.0.0.27 - - [2026-04-30 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002926 10.0.0.27 - - [2026-04-30 02:15:54] "GET /network-policy/c98bea61-c6a9-4f6c-aa91-b2a35fb83a4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.004672 10.0.0.27 - - [2026-04-30 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.27 - - [2026-04-30 02:15:54] "GET /virtual-network/1fe9ee97-5db5-45c4-984f-b9f8652f171c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006066 10.0.0.27 - - [2026-04-30 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003367 10.0.0.27 - - [2026-04-30 02:15:54] "GET /network-policy/c98bea61-c6a9-4f6c-aa91-b2a35fb83a4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.004204 10.0.0.27 - - [2026-04-30 02:15:54] "POST /fqname-to-id HTTP/1.1" 404 242 0.005959 10.0.0.27 - - [2026-04-30 02:15:54] "POST /ref-update HTTP/1.1" 200 156 0.047163 10.0.0.27 - - [2026-04-30 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.27 - - [2026-04-30 02:15:54] "POST /access-control-lists HTTP/1.1" 200 604 0.068173 10.0.0.27 - - [2026-04-30 02:15:54] "GET /network-policy/c98bea61-c6a9-4f6c-aa91-b2a35fb83a4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.003833 10.0.0.27 - - [2026-04-30 02:15:54] "POST /routing-instances HTTP/1.1" 200 755 0.022247 252.27.116.45 - - [2026-04-30 02:15:54] "POST /neutron/network HTTP/1.1" 200 919 0.007805 10.0.0.27 - - [2026-04-30 02:15:54] "POST /route-targets HTTP/1.1" 200 328 0.011983 10.0.0.27 - - [2026-04-30 02:15:54] "GET /virtual-network/1fe9ee97-5db5-45c4-984f-b9f8652f171c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005769 10.0.0.27 - - [2026-04-30 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002914 10.0.0.27 - - [2026-04-30 02:15:54] "POST /ref-update HTTP/1.1" 200 156 0.011326 10.0.0.27 - - [2026-04-30 02:15:54] "GET /network-policy/c98bea61-c6a9-4f6c-aa91-b2a35fb83a4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.003681 10.0.0.27 - - [2026-04-30 02:15:54] "GET /routing-instance/e4052db9-b09c-4d52-b0f0-18dc8a1bcafc?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1274 0.004565 10.0.0.27 - - [2026-04-30 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.27 - - [2026-04-30 02:15:54] "GET /routing-instance/e4052db9-b09c-4d52-b0f0-18dc8a1bcafc?fields=routing_policy_back_refs HTTP/1.1" 200 1274 0.004163 10.0.0.27 - - [2026-04-30 02:15:54] "GET /service-template/b32b0bb2-c958-4a2a-9751-72f9d0e2ca83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.004297 10.0.0.27 - - [2026-04-30 02:15:54] "POST /ref-update HTTP/1.1" 200 156 0.011513 10.0.0.27 - - [2026-04-30 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.27 - - [2026-04-30 02:15:54] "GET /projects?obj_uuids=0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001060 10.0.0.27 - - [2026-04-30 02:15:54] "POST /routing-instances HTTP/1.1" 200 756 0.025064 10.0.0.27 - - [2026-04-30 02:15:54] "GET /project/0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.031201 10.0.0.27 - - [2026-04-30 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.27 - - [2026-04-30 02:15:54] "POST /route-targets HTTP/1.1" 200 328 0.013283 10.0.0.27 - - [2026-04-30 02:15:54] "GET /service-instance/e82ef4c9-f64d-4a48-85d6-cc5844ac929f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3534 0.006201 10.0.0.27 - - [2026-04-30 02:15:55] "POST /ref-update HTTP/1.1" 200 156 0.011933 10.0.0.27 - - [2026-04-30 02:15:55] "GET /routing-instance/35d52cf8-3af9-4758-9819-94689ced5059?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1274 0.006274 10.0.0.27 - - [2026-04-30 02:15:55] "GET /domains HTTP/1.1" 200 438 0.004450 10.0.0.27 - - [2026-04-30 02:15:55] "GET /routing-instance/35d52cf8-3af9-4758-9819-94689ced5059?fields=routing_policy_back_refs HTTP/1.1" 200 1274 0.006227 10.0.0.27 - - [2026-04-30 02:15:55] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001630 10.0.0.27 - - [2026-04-30 02:15:55] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36 HTTP/1.1" 200 1525 0.011442 10.0.0.27 - - [2026-04-30 02:15:55] "PUT /routing-instance/e4052db9-b09c-4d52-b0f0-18dc8a1bcafc HTTP/1.1" 200 267 0.012105 10.0.0.27 - - [2026-04-30 02:15:55] "GET /projects?obj_uuids=0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002211 10.0.0.27 - - [2026-04-30 02:15:55] "GET /project/0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01 HTTP/1.1" 200 4219 0.033932 10.0.0.27 - - [2026-04-30 02:15:55] "PUT /routing-instance/35d52cf8-3af9-4758-9819-94689ced5059 HTTP/1.1" 200 267 0.012058 10.0.0.27 - - [2026-04-30 02:15:55] "GET /service-instance/e82ef4c9-f64d-4a48-85d6-cc5844ac929f HTTP/1.1" 200 3787 0.006061 10.0.0.27 - - [2026-04-30 02:15:55] "POST /ref-update HTTP/1.1" 200 156 0.011332 10.0.0.27 - - [2026-04-30 02:15:55] "GET /domains HTTP/1.1" 200 438 0.004082 10.0.0.27 - - [2026-04-30 02:15:55] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001861 10.0.0.27 - - [2026-04-30 02:15:55] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36 HTTP/1.1" 200 1525 0.008610 10.0.0.27 - - [2026-04-30 02:15:55] "GET /projects?obj_uuids=0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001273 10.0.0.27 - - [2026-04-30 02:15:55] "GET /project/0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01 HTTP/1.1" 200 4219 0.036485 10.0.0.27 - - [2026-04-30 02:15:55] "GET /service-instance/e82ef4c9-f64d-4a48-85d6-cc5844ac929f HTTP/1.1" 200 3787 0.004508 10.0.0.27 - - [2026-04-30 02:15:55] "GET /port-tuple/70238d0a-8924-40d3-9765-bd16271aa794 HTTP/1.1" 200 1976 0.004119 10.0.0.27 - - [2026-04-30 02:15:55] "GET /virtual-machine-interface/06ee0ad3-5989-476e-8980-79db542eb6e5 HTTP/1.1" 200 3792 0.006538 10.0.0.27 - - [2026-04-30 02:15:55] "GET /virtual-machine-interface/303be2f7-fe77-4cc5-9125-cbf7521f9556 HTTP/1.1" 200 3812 0.007406 10.0.0.27 - - [2026-04-30 02:15:55] "GET /virtual-machine-interface/b8e1db7a-4f1c-4adf-8fd1-3b7d87e5d5f3 HTTP/1.1" 200 3801 0.005946 252.27.116.45 - - [2026-04-30 02:15:55] "POST /neutron/port HTTP/1.1" 200 3816 0.044022 252.27.116.45 - - [2026-04-30 02:15:55] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006673 252.27.116.45 - - [2026-04-30 02:15:56] "POST /neutron/port HTTP/1.1" 200 3816 0.035343 252.27.116.45 - - [2026-04-30 02:15:56] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007044 252.27.116.45 - - [2026-04-30 02:15:56] "POST /neutron/port HTTP/1.1" 200 3816 0.035790 252.27.116.45 - - [2026-04-30 02:15:56] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008193 252.27.116.45 - - [2026-04-30 02:15:56] "POST /neutron/port HTTP/1.1" 200 3816 0.033813 252.27.116.45 - - [2026-04-30 02:15:56] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007212 252.27.116.45 - - [2026-04-30 02:15:56] "POST /neutron/network HTTP/1.1" 200 890 0.012223 252.27.116.45 - - [2026-04-30 02:15:56] "POST /neutron/network HTTP/1.1" 200 916 0.007607 252.27.116.45 - - [2026-04-30 02:15:56] "POST /neutron/network HTTP/1.1" 200 805 0.013685 252.27.116.45 - - [2026-04-30 02:15:56] "POST /neutron/network HTTP/1.1" 200 831 0.009352 252.27.116.45 - - [2026-04-30 02:15:56] "POST /neutron/network HTTP/1.1" 200 893 0.014329 252.27.116.45 - - [2026-04-30 02:15:56] "POST /neutron/network HTTP/1.1" 200 919 0.005923 10.0.0.27 - - [2026-04-30 02:15:56] "POST /id-to-fqname HTTP/1.1" 200 221 0.001660 10.0.0.27 - - [2026-04-30 02:15:56] "POST /id-to-fqname HTTP/1.1" 200 221 0.001459 10.0.0.27 - - [2026-04-30 02:15:56] "POST /id-to-fqname HTTP/1.1" 200 222 0.001405 10.0.0.27 - - [2026-04-30 02:15:56] "GET /virtual-machine/a60d5714-6d1a-4cc2-a910-085656f6b4e7 HTTP/1.1" 200 1801 0.004053 10.0.0.27 - - [2026-04-30 02:15:56] "GET /virtual-machine-interface/06ee0ad3-5989-476e-8980-79db542eb6e5 HTTP/1.1" 200 3792 0.006795 10.0.0.27 - - [2026-04-30 02:15:56] "GET /virtual-machine-interface/303be2f7-fe77-4cc5-9125-cbf7521f9556 HTTP/1.1" 200 3812 0.006200 10.0.0.27 - - [2026-04-30 02:15:56] "GET /virtual-machine-interface/b8e1db7a-4f1c-4adf-8fd1-3b7d87e5d5f3 HTTP/1.1" 200 3801 0.005837 10.0.0.27 - - [2026-04-30 02:15:57] "GET /instance-ip/b4f389ba-de54-40eb-a4ca-3b6257bd2441 HTTP/1.1" 200 1957 0.004237 10.0.0.27 - - [2026-04-30 02:15:57] "GET /instance-ip/b8ae3c26-d778-4d84-a4f4-cb87239fc72c HTTP/1.1" 200 1955 0.004363 10.0.0.27 - - [2026-04-30 02:15:57] "GET /instance-ip/ebdf70a9-2c18-46e2-bd24-94c0592f2a57 HTTP/1.1" 200 1621 0.005367 10.0.0.27 - - [2026-04-30 02:15:57] "GET /instance-ip/43aa9db7-ccd4-457e-83e1-dfa3690976cc HTTP/1.1" 200 1977 0.004632 10.0.0.27 - - [2026-04-30 02:15:57] "GET /instance-ip/4a41e4fa-a9a7-4b4f-8ff9-6011ee77f331 HTTP/1.1" 200 1621 0.006690 10.0.0.27 - - [2026-04-30 02:15:57] "GET /instance-ip/aec2d7ad-f88c-47d1-9d1f-4e001542f8cc HTTP/1.1" 200 1981 0.004323 10.0.0.27 - - [2026-04-30 02:15:57] "GET /instance-ip/7bf34cbf-e7e4-4a7b-80cc-aca411d16a56 HTTP/1.1" 200 1621 0.006804 10.0.0.27 - - [2026-04-30 02:15:57] "GET /instance-ip/854201c2-644c-4c9b-9ad6-81fd5bb69a34 HTTP/1.1" 200 1958 0.004187 10.0.0.27 - - [2026-04-30 02:15:57] "GET /instance-ip/e5d9ddf4-a6bb-4a3e-8cbd-a6e27e925bab HTTP/1.1" 200 1961 0.007457 252.27.116.45 - - [2026-04-30 02:15:57] "POST /neutron/port HTTP/1.1" 200 3816 0.039801 252.27.116.45 - - [2026-04-30 02:15:57] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006192 252.27.116.45 - - [2026-04-30 02:15:57] "POST /neutron/port HTTP/1.1" 200 3816 0.035662 252.27.116.45 - - [2026-04-30 02:15:57] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007395 252.27.116.45 - - [2026-04-30 02:15:57] "POST /neutron/port HTTP/1.1" 200 3816 0.035341 252.27.116.45 - - [2026-04-30 02:15:57] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006438 252.27.116.45 - - [2026-04-30 02:15:57] "POST /neutron/port HTTP/1.1" 200 3816 0.037745 252.27.116.45 - - [2026-04-30 02:15:58] "POST /neutron/security_group HTTP/1.1" 200 2054 0.009040 10.0.0.27 - - [2026-04-30 02:15:58] "GET /virtual-machine/a60d5714-6d1a-4cc2-a910-085656f6b4e7 HTTP/1.1" 200 1801 0.004069 10.0.0.27 - - [2026-04-30 02:15:58] "GET /virtual-machine-interface/06ee0ad3-5989-476e-8980-79db542eb6e5 HTTP/1.1" 200 3792 0.007133 10.0.0.27 - - [2026-04-30 02:15:58] "GET /virtual-machine-interface/303be2f7-fe77-4cc5-9125-cbf7521f9556 HTTP/1.1" 200 3812 0.005999 10.0.0.27 - - [2026-04-30 02:15:58] "GET /virtual-machine-interface/b8e1db7a-4f1c-4adf-8fd1-3b7d87e5d5f3 HTTP/1.1" 200 3801 0.007048 10.0.0.27 - - [2026-04-30 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004033 10.0.0.27 - - [2026-04-30 02:15:58] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004201 10.0.0.27 - - [2026-04-30 02:15:58] "GET /virtual-networks?parent_id=0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01&detail=False&count=False&shared=False HTTP/1.1" 200 798 0.004317 10.0.0.27 - - [2026-04-30 02:15:58] "GET /virtual-network/dc7a4a8d-02d1-43e6-a06b-9d09e12d1b77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.006088 10.0.0.27 - - [2026-04-30 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.27 - - [2026-04-30 02:15:59] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003596 10.0.0.27 - - [2026-04-30 02:15:59] "GET /virtual-networks?parent_id=0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01&detail=False&count=False&shared=False HTTP/1.1" 200 798 0.003444 10.0.0.27 - - [2026-04-30 02:15:59] "GET /virtual-network/dc7a4a8d-02d1-43e6-a06b-9d09e12d1b77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005933 10.0.0.27 - - [2026-04-30 02:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005705 10.0.0.27 - - [2026-04-30 02:16:00] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004866 10.0.0.27 - - [2026-04-30 02:16:00] "GET /virtual-networks?parent_id=0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01&detail=False&count=False&shared=False HTTP/1.1" 200 798 0.003532 10.0.0.27 - - [2026-04-30 02:16:00] "GET /virtual-network/dc7a4a8d-02d1-43e6-a06b-9d09e12d1b77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.006537 10.0.0.27 - - [2026-04-30 02:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003782 10.0.0.27 - - [2026-04-30 02:16:00] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003622 10.0.0.27 - - [2026-04-30 02:16:00] "GET /virtual-networks?parent_id=0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01&detail=False&count=False&shared=False HTTP/1.1" 200 798 0.003869 10.0.0.27 - - [2026-04-30 02:16:00] "GET /virtual-network/dc7a4a8d-02d1-43e6-a06b-9d09e12d1b77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.006327 10.0.0.27 - - [2026-04-30 02:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.27 - - [2026-04-30 02:16:00] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004189 10.0.0.27 - - [2026-04-30 02:16:00] "GET /virtual-networks?parent_id=0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01&detail=False&count=False&shared=False HTTP/1.1" 200 798 0.004748 10.0.0.27 - - [2026-04-30 02:16:00] "GET /virtual-network/dc7a4a8d-02d1-43e6-a06b-9d09e12d1b77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.006710 10.0.0.27 - - [2026-04-30 02:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004414 10.0.0.27 - - [2026-04-30 02:16:00] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005206 10.0.0.27 - - [2026-04-30 02:16:00] "GET /virtual-networks?parent_id=0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01&detail=False&count=False&shared=False HTTP/1.1" 200 798 0.004613 10.0.0.27 - - [2026-04-30 02:16:01] "GET /virtual-network/c36d378b-7056-489c-9b3e-9021d1ab0ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006528 10.0.0.27 - - [2026-04-30 02:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004170 10.0.0.27 - - [2026-04-30 02:16:01] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005240 10.0.0.27 - - [2026-04-30 02:16:01] "GET /virtual-networks?parent_id=0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01&detail=False&count=False&shared=False HTTP/1.1" 200 798 0.003891 10.0.0.27 - - [2026-04-30 02:16:01] "GET /virtual-network/c36d378b-7056-489c-9b3e-9021d1ab0ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.010566 10.0.0.27 - - [2026-04-30 02:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003950 10.0.0.27 - - [2026-04-30 02:16:01] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004956 10.0.0.27 - - [2026-04-30 02:16:01] "GET /virtual-networks?parent_id=0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01&detail=False&count=False&shared=False HTTP/1.1" 200 798 0.003974 10.0.0.27 - - [2026-04-30 02:16:01] "GET /virtual-network/c36d378b-7056-489c-9b3e-9021d1ab0ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005564 10.0.0.27 - - [2026-04-30 02:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004042 10.0.0.27 - - [2026-04-30 02:16:01] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004859 10.0.0.27 - - [2026-04-30 02:16:01] "GET /virtual-networks?parent_id=0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01&detail=False&count=False&shared=False HTTP/1.1" 200 798 0.004237 10.0.0.27 - - [2026-04-30 02:16:01] "GET /virtual-network/c36d378b-7056-489c-9b3e-9021d1ab0ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005634 10.0.0.27 - - [2026-04-30 02:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004042 10.0.0.27 - - [2026-04-30 02:16:02] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006209 10.0.0.27 - - [2026-04-30 02:16:02] "GET /virtual-networks?parent_id=0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01&detail=False&count=False&shared=False HTTP/1.1" 200 798 0.003460 10.0.0.27 - - [2026-04-30 02:16:02] "GET /virtual-network/1fe9ee97-5db5-45c4-984f-b9f8652f171c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.008037 10.0.0.27 - - [2026-04-30 02:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.27 - - [2026-04-30 02:16:02] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004328 10.0.0.27 - - [2026-04-30 02:16:02] "GET /virtual-networks?parent_id=0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01&detail=False&count=False&shared=False HTTP/1.1" 200 798 0.004475 10.0.0.27 - - [2026-04-30 02:16:02] "GET /virtual-network/1fe9ee97-5db5-45c4-984f-b9f8652f171c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005459 10.0.0.27 - - [2026-04-30 02:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005095 10.0.0.27 - - [2026-04-30 02:16:02] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005349 10.0.0.27 - - [2026-04-30 02:16:02] "GET /virtual-networks?parent_id=0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01&detail=False&count=False&shared=False HTTP/1.1" 200 798 0.003219 10.0.0.27 - - [2026-04-30 02:16:02] "GET /virtual-network/1fe9ee97-5db5-45c4-984f-b9f8652f171c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005721 10.0.0.27 - - [2026-04-30 02:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003776 10.0.0.27 - - [2026-04-30 02:16:02] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003574 10.0.0.27 - - [2026-04-30 02:16:02] "GET /virtual-networks?parent_id=0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01&detail=False&count=False&shared=False HTTP/1.1" 200 798 0.004222 10.0.0.27 - - [2026-04-30 02:16:02] "GET /virtual-network/1fe9ee97-5db5-45c4-984f-b9f8652f171c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.008555 10.0.0.27 - - [2026-04-30 02:16:02] "GET /virtual-machine/a60d5714-6d1a-4cc2-a910-085656f6b4e7 HTTP/1.1" 200 1801 0.005836 10.0.0.27 - - [2026-04-30 02:16:02] "GET /domains HTTP/1.1" 200 438 0.003634 10.0.0.27 - - [2026-04-30 02:16:03] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001631 10.0.0.27 - - [2026-04-30 02:16:03] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36 HTTP/1.1" 200 1525 0.012298 10.0.0.27 - - [2026-04-30 02:16:03] "GET /projects?obj_uuids=0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001756 10.0.0.27 - - [2026-04-30 02:16:03] "GET /project/0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01 HTTP/1.1" 200 4219 0.044638 10.0.0.27 - - [2026-04-30 02:16:03] "GET /service-instance/e82ef4c9-f64d-4a48-85d6-cc5844ac929f HTTP/1.1" 200 3787 0.004549 10.0.0.27 - - [2026-04-30 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004418 10.0.0.27 - - [2026-04-30 02:16:03] "GET /routing-instance/43d213b0-8fb7-4f03-b590-1e3e836744b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1885 0.004912 10.0.0.27 - - [2026-04-30 02:16:03] "GET /routing-instance/43d213b0-8fb7-4f03-b590-1e3e836744b1?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2018 0.007928 10.0.0.27 - - [2026-04-30 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004685 10.0.0.27 - - [2026-04-30 02:16:03] "GET /routing-instance/0c36960d-ba06-487f-ba0b-4c7b456a5098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1889 0.004216 10.0.0.27 - - [2026-04-30 02:16:03] "GET /routing-instance/0c36960d-ba06-487f-ba0b-4c7b456a5098?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2020 0.005839 10.0.0.27 - - [2026-04-30 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004643 10.0.0.27 - - [2026-04-30 02:16:03] "GET /virtual-network/dc7a4a8d-02d1-43e6-a06b-9d09e12d1b77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.006530 10.0.0.27 - - [2026-04-30 02:16:03] "GET /virtual-network/dc7a4a8d-02d1-43e6-a06b-9d09e12d1b77?fields=routing_instances HTTP/1.1" 200 1680 0.010570 10.0.0.27 - - [2026-04-30 02:16:03] "GET /obj-perms HTTP/1.1" 200 6366 0.068635 10.0.0.27 - - [2026-04-30 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.007234 10.0.0.27 - - [2026-04-30 02:16:03] "GET /virtual-network/1fe9ee97-5db5-45c4-984f-b9f8652f171c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.007324 10.0.0.27 - - [2026-04-30 02:16:03] "GET /virtual-network/1fe9ee97-5db5-45c4-984f-b9f8652f171c?fields=routing_instances HTTP/1.1" 200 1684 0.009286 10.0.0.27 - - [2026-04-30 02:16:04] "GET /obj-perms HTTP/1.1" 200 6366 0.070477 10.0.0.27 - - [2026-04-30 02:16:08] "POST /ref-update HTTP/1.1" 200 156 0.068796 252.27.116.45 - - [2026-04-30 02:16:08] "POST /neutron/network HTTP/1.1" 200 833 0.009502 10.0.0.27 - - [2026-04-30 02:16:08] "GET /virtual-network/1fe9ee97-5db5-45c4-984f-b9f8652f171c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006452 10.0.0.27 - - [2026-04-30 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003149 10.0.0.27 - - [2026-04-30 02:16:08] "GET /network-policy/c98bea61-c6a9-4f6c-aa91-b2a35fb83a4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.004745 10.0.0.27 - - [2026-04-30 02:16:08] "POST /ref-update HTTP/1.1" 200 156 0.071556 252.27.116.45 - - [2026-04-30 02:16:08] "POST /neutron/network HTTP/1.1" 200 830 0.014126 10.0.0.27 - - [2026-04-30 02:16:08] "GET /virtual-network/dc7a4a8d-02d1-43e6-a06b-9d09e12d1b77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.011690 10.0.0.27 - - [2026-04-30 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005700 10.0.0.27 - - [2026-04-30 02:16:08] "GET /network-policy/c98bea61-c6a9-4f6c-aa91-b2a35fb83a4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.005205 10.0.0.27 - - [2026-04-30 02:16:08] "DELETE /access-control-list/6587fffb-8f0d-4f5f-af20-4ced035511c7 HTTP/1.1" 200 115 0.053114 10.0.0.27 - - [2026-04-30 02:16:08] "DELETE /network-policy/c98bea61-c6a9-4f6c-aa91-b2a35fb83a4e HTTP/1.1" 200 115 0.063490 10.0.0.27 - - [2026-04-30 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.006009 10.0.0.27 - - [2026-04-30 02:16:09] "DELETE /routing-instance/e4052db9-b09c-4d52-b0f0-18dc8a1bcafc HTTP/1.1" 200 115 0.045445 10.0.0.27 - - [2026-04-30 02:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.011159 10.0.0.27 - - [2026-04-30 02:16:09] "DELETE /service-instance/e82ef4c9-f64d-4a48-85d6-cc5844ac929f HTTP/1.1" 200 115 0.101179 10.0.0.27 - - [2026-04-30 02:16:09] "GET /domains HTTP/1.1" 200 438 0.007867 10.0.0.27 - - [2026-04-30 02:16:09] "POST /ref-update HTTP/1.1" 200 156 0.038332 10.0.0.27 - - [2026-04-30 02:16:09] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001631 10.0.0.27 - - [2026-04-30 02:16:09] "DELETE /route-target/0a25572a-9083-4f97-aa82-d7714fe519e3 HTTP/1.1" 200 115 0.068454 10.0.0.27 - - [2026-04-30 02:16:09] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36 HTTP/1.1" 200 1525 0.020518 10.0.0.27 - - [2026-04-30 02:16:09] "DELETE /instance-ip/e5d9ddf4-a6bb-4a3e-8cbd-a6e27e925bab HTTP/1.1" 200 115 0.085803 10.0.0.27 - - [2026-04-30 02:16:09] "GET /projects?obj_uuids=0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002071 10.0.0.27 - - [2026-04-30 02:16:09] "POST /ref-update HTTP/1.1" 200 156 0.035491 10.0.0.27 - - [2026-04-30 02:16:09] "GET /project/0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01 HTTP/1.1" 200 3747 0.079014 10.0.0.27 - - [2026-04-30 02:16:09] "DELETE /routing-instance/35d52cf8-3af9-4758-9819-94689ced5059 HTTP/1.1" 200 115 0.132662 10.0.0.27 - - [2026-04-30 02:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.007858 10.0.0.27 - - [2026-04-30 02:16:09] "DELETE /instance-ip/b4f389ba-de54-40eb-a4ca-3b6257bd2441 HTTP/1.1" 200 115 0.067219 10.0.0.27 - - [2026-04-30 02:16:09] "GET /virtual-machine/a60d5714-6d1a-4cc2-a910-085656f6b4e7 HTTP/1.1" 200 1801 0.007127 10.0.0.27 - - [2026-04-30 02:16:09] "POST /ref-update HTTP/1.1" 200 156 0.025754 10.0.0.27 - - [2026-04-30 02:16:09] "DELETE /route-target/063bd854-d17c-4b68-b638-86dce897df17 HTTP/1.1" 200 115 0.034507 10.0.0.27 - - [2026-04-30 02:16:09] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.013243 10.0.0.27 - - [2026-04-30 02:16:09] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.010774 10.0.0.27 - - [2026-04-30 02:16:09] "DELETE /access-control-list/14edabff-de78-4659-ad91-1411366bba34 HTTP/1.1" 200 115 0.052462 10.0.0.27 - - [2026-04-30 02:16:09] "DELETE /instance-ip/854201c2-644c-4c9b-9ad6-81fd5bb69a34 HTTP/1.1" 200 115 0.043838 10.0.0.27 - - [2026-04-30 02:16:09] "POST /ref-update HTTP/1.1" 200 156 0.016778 10.0.0.27 - - [2026-04-30 02:16:09] "DELETE /instance-ip/43aa9db7-ccd4-457e-83e1-dfa3690976cc HTTP/1.1" 200 115 0.034801 10.0.0.27 - - [2026-04-30 02:16:09] "POST /ref-update HTTP/1.1" 200 156 0.027821 10.0.0.27 - - [2026-04-30 02:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005432 10.0.0.27 - - [2026-04-30 02:16:09] "DELETE /service-template/b32b0bb2-c958-4a2a-9751-72f9d0e2ca83 HTTP/1.1" 200 115 0.051523 10.0.0.27 - - [2026-04-30 02:16:09] "POST /fqname-to-id HTTP/1.1" 404 191 0.014912 10.0.0.27 - - [2026-04-30 02:16:09] "DELETE /instance-ip/aec2d7ad-f88c-47d1-9d1f-4e001542f8cc HTTP/1.1" 200 115 0.060138 10.0.0.27 - - [2026-04-30 02:16:09] "POST /ref-update HTTP/1.1" 200 156 0.019605 10.0.0.27 - - [2026-04-30 02:16:09] "DELETE /instance-ip/b8ae3c26-d778-4d84-a4f4-cb87239fc72c HTTP/1.1" 200 115 0.030762 252.27.116.45 - - [2026-04-30 02:16:10] "POST /neutron/network HTTP/1.1" 200 833 0.009476 252.27.116.45 - - [2026-04-30 02:16:10] "POST /neutron/network HTTP/1.1" 400 204 0.016596 252.27.116.45 - - [2026-04-30 02:16:10] "POST /neutron/port HTTP/1.1" 200 1117 0.019019 252.27.116.45 - - [2026-04-30 02:16:10] "POST /neutron/port HTTP/1.1" 200 1107 0.027295 252.27.116.45 - - [2026-04-30 02:16:11] "POST /neutron/port HTTP/1.1" 200 1116 0.016594 252.27.116.45 - - [2026-04-30 02:16:11] "POST /neutron/port HTTP/1.1" 200 1106 0.036362 252.27.116.45 - - [2026-04-30 02:16:11] "POST /neutron/port HTTP/1.1" 200 151 0.254197 252.27.116.45 - - [2026-04-30 02:16:11] "POST /neutron/port HTTP/1.1" 200 3045 0.038299 252.27.116.45 - - [2026-04-30 02:16:11] "POST /neutron/port HTTP/1.1" 200 1107 0.018627 252.27.116.45 - - [2026-04-30 02:16:11] "POST /neutron/port HTTP/1.1" 200 151 0.256899 252.27.116.45 - - [2026-04-30 02:16:11] "POST /neutron/port HTTP/1.1" 200 151 0.222653 252.27.116.45 - - [2026-04-30 02:16:11] "POST /neutron/port HTTP/1.1" 200 1107 0.018368 252.27.116.45 - - [2026-04-30 02:16:11] "POST /neutron/port HTTP/1.1" 200 151 0.188987 252.27.116.45 - - [2026-04-30 02:16:11] "POST /neutron/port HTTP/1.1" 200 1106 0.017008 252.27.116.45 - - [2026-04-30 02:16:12] "POST /neutron/port HTTP/1.1" 200 151 0.162126 252.27.116.45 - - [2026-04-30 02:16:12] "POST /neutron/network HTTP/1.1" 200 833 0.007469 10.0.0.27 - - [2026-04-30 02:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.007560 10.0.0.27 - - [2026-04-30 02:16:12] "POST /useragent-kv HTTP/1.1" 200 115 0.008781 10.0.0.27 - - [2026-04-30 02:16:12] "POST /useragent-kv HTTP/1.1" 200 115 0.006245 252.27.116.45 - - [2026-04-30 02:16:12] "POST /neutron/network HTTP/1.1" 200 151 0.151017 10.0.0.27 - - [2026-04-30 02:16:12] "DELETE /route-target/f44fb023-7be0-4c05-b58f-afdef34316b1 HTTP/1.1" 200 115 0.042618 10.0.0.27 - - [2026-04-30 02:16:12] "GET /routing-instance/0c36960d-ba06-487f-ba0b-4c7b456a5098 HTTP/1.1" 404 171 0.005375 10.0.0.27 - - [2026-04-30 02:16:12] "GET /domains HTTP/1.1" 200 438 0.003751 10.0.0.27 - - [2026-04-30 02:16:12] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001230 10.0.0.27 - - [2026-04-30 02:16:12] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36 HTTP/1.1" 200 1303 0.012048 10.0.0.27 - - [2026-04-30 02:16:12] "GET /projects?obj_uuids=0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.004035 10.0.0.27 - - [2026-04-30 02:16:12] "GET /project/0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01 HTTP/1.1" 200 2292 0.038121 252.27.116.45 - - [2026-04-30 02:16:13] "POST /neutron/network HTTP/1.1" 200 830 0.006834 10.0.0.27 - - [2026-04-30 02:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.007722 10.0.0.27 - - [2026-04-30 02:16:13] "POST /useragent-kv HTTP/1.1" 200 115 0.004538 10.0.0.27 - - [2026-04-30 02:16:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002670 252.27.116.45 - - [2026-04-30 02:16:13] "POST /neutron/network HTTP/1.1" 200 151 0.117547 10.0.0.27 - - [2026-04-30 02:16:13] "DELETE /route-target/71102c1a-ebc5-44d3-8028-ee30b493c2b8 HTTP/1.1" 200 115 0.020776 10.0.0.27 - - [2026-04-30 02:16:13] "GET /routing-instance/43d213b0-8fb7-4f03-b590-1e3e836744b1 HTTP/1.1" 404 171 0.003294 10.0.0.27 - - [2026-04-30 02:16:13] "GET /domains HTTP/1.1" 200 438 0.003711 10.0.0.27 - - [2026-04-30 02:16:13] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001143 10.0.0.27 - - [2026-04-30 02:16:13] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36 HTTP/1.1" 200 1303 0.009276 10.0.0.27 - - [2026-04-30 02:16:13] "GET /projects?obj_uuids=0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002130 10.0.0.27 - - [2026-04-30 02:16:13] "GET /project/0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01 HTTP/1.1" 200 2075 0.032643 252.27.116.45 - - [2026-04-30 02:16:13] "POST /neutron/network HTTP/1.1" 200 831 0.007494 10.0.0.27 - - [2026-04-30 02:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005556 10.0.0.27 - - [2026-04-30 02:16:13] "POST /useragent-kv HTTP/1.1" 200 115 0.004435 10.0.0.27 - - [2026-04-30 02:16:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002495 252.27.116.45 - - [2026-04-30 02:16:13] "POST /neutron/network HTTP/1.1" 200 151 0.100473 10.0.0.27 - - [2026-04-30 02:16:13] "DELETE /route-target/9013a250-7866-4cd1-96e5-6e743373921c HTTP/1.1" 200 115 0.024758 10.0.0.27 - - [2026-04-30 02:16:13] "GET /routing-instance/7dff36cb-a664-4262-9c49-6fc3dc2b8370 HTTP/1.1" 404 171 0.002873 10.0.0.27 - - [2026-04-30 02:16:13] "GET /domains HTTP/1.1" 200 438 0.003378 10.0.0.27 - - [2026-04-30 02:16:14] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001171 10.0.0.27 - - [2026-04-30 02:16:14] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36 HTTP/1.1" 200 1303 0.007744 10.0.0.27 - - [2026-04-30 02:16:14] "GET /projects?obj_uuids=0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001311 10.0.0.27 - - [2026-04-30 02:16:14] "GET /project/0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01 HTTP/1.1" 200 1836 0.030383 10.0.0.27 - - [2026-04-30 02:16:14] "GET /projects?obj_uuids=0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001474 10.0.0.27 - - [2026-04-30 02:16:14] "GET /project/0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.030116 10.0.0.27 - - [2026-04-30 02:16:14] "GET /projects?obj_uuids=0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001548 10.0.0.27 - - [2026-04-30 02:16:14] "GET /project/0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01?fields=virtual_networks HTTP/1.1" 200 1027 0.079275 10.0.0.27 - - [2026-04-30 02:16:14] "GET /projects?obj_uuids=0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001808 10.0.0.27 - - [2026-04-30 02:16:14] "GET /project/0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.033485 10.0.0.27 - - [2026-04-30 02:16:15] "GET /projects?obj_uuids=0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001635 10.0.0.27 - - [2026-04-30 02:16:15] "GET /project/0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01?fields=security_groups HTTP/1.1" 200 1250 0.037334 10.0.0.27 - - [2026-04-30 02:16:15] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001700 10.0.0.27 - - [2026-04-30 02:16:15] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 943 0.011137 10.0.0.27 - - [2026-04-30 02:16:16] "POST /fqname-to-id HTTP/1.1" 404 187 0.034194 10.0.0.27 - - [2026-04-30 02:16:16] "GET /projects?obj_uuids=baa0d59a-4b47-4ca2-8a1e-c12f1ff56e20&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003744 10.0.0.27 - - [2026-04-30 02:16:16] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001324 10.0.0.27 - - [2026-04-30 02:16:16] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 974 0.007555 10.0.0.27 - - [2026-04-30 02:16:16] "POST /id-to-fqname HTTP/1.1" 200 189 0.002560 10.0.0.27 - - [2026-04-30 02:16:16] "POST /fqname-to-id HTTP/1.1" 404 198 0.003975 10.0.0.27 - - [2026-04-30 02:16:16] "POST /security-groups HTTP/1.1" 200 584 0.067843 10.0.0.27 - - [2026-04-30 02:16:16] "POST /fqname-to-id HTTP/1.1" 404 233 0.004413 10.0.0.27 - - [2026-04-30 02:16:16] "POST /projects HTTP/1.1" 200 579 0.254453 10.0.0.27 - - [2026-04-30 02:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.296327 10.0.0.27 - - [2026-04-30 02:16:16] "POST /access-control-lists HTTP/1.1" 200 597 0.061592 10.0.0.27 - - [2026-04-30 02:16:16] "GET /project/baa0d59a-4b47-4ca2-8a1e-c12f1ff56e20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.458342 10.0.0.27 - - [2026-04-30 02:16:16] "POST /fqname-to-id HTTP/1.1" 404 232 0.003641 10.0.0.27 - - [2026-04-30 02:16:16] "POST /access-control-lists HTTP/1.1" 200 595 0.065324 10.0.0.27 - - [2026-04-30 02:16:18] "GET / HTTP/1.1" 200 36215 0.002137 10.0.0.27 - - [2026-04-30 02:16:19] "POST /fqname-to-id HTTP/1.1" 401 295 0.000535 10.0.0.27 - - [2026-04-30 02:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.037620 10.0.0.27 - - [2026-04-30 02:16:19] "GET /projects?obj_uuids=baa0d59a-4b47-4ca2-8a1e-c12f1ff56e20&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001350 10.0.0.27 - - [2026-04-30 02:16:19] "GET /project/baa0d59a-4b47-4ca2-8a1e-c12f1ff56e20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.034770 10.0.0.27 - - [2026-04-30 02:16:19] "POST /fqname-to-id HTTP/1.1" 404 178 0.003670 10.0.0.27 - - [2026-04-30 02:16:19] "POST /virtual-DNSs HTTP/1.1" 200 507 0.021032 10.0.0.27 - - [2026-04-30 02:16:19] "GET /virtual-DNS/fb922fcc-7c21-4c81-8bd5-ade756158c90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.005950 10.0.0.27 - - [2026-04-30 02:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.27 - - [2026-04-30 02:16:20] "GET /virtual-DNS/fb922fcc-7c21-4c81-8bd5-ade756158c90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.021267 10.0.0.27 - - [2026-04-30 02:16:20] "GET /domains HTTP/1.1" 401 295 0.000537 10.0.0.27 - - [2026-04-30 02:16:20] "GET /domains HTTP/1.1" 200 438 0.031021 10.0.0.27 - - [2026-04-30 02:16:20] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.002752 10.0.0.27 - - [2026-04-30 02:16:20] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36 HTTP/1.1" 200 1688 0.011212 10.0.0.27 - - [2026-04-30 02:16:20] "GET /virtual-DNS/fb922fcc-7c21-4c81-8bd5-ade756158c90 HTTP/1.1" 200 1439 0.004747 10.0.0.27 - - [2026-04-30 02:16:20] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.003111 10.0.0.27 - - [2026-04-30 02:16:20] "POST /network-ipams HTTP/1.1" 200 514 0.019796 10.0.0.27 - - [2026-04-30 02:16:20] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 752 0.003047 10.0.0.27 - - [2026-04-30 02:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003051 10.0.0.27 - - [2026-04-30 02:16:20] "GET /network-ipam/b8402f95-9b4a-4c59-befd-4f55ef75d881?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.005442 10.0.0.27 - - [2026-04-30 02:16:20] "PUT /network-ipam/b8402f95-9b4a-4c59-befd-4f55ef75d881 HTTP/1.1" 200 259 0.010436 10.0.0.27 - - [2026-04-30 02:16:21] "POST /ref-update HTTP/1.1" 200 156 0.010432 10.0.0.27 - - [2026-04-30 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.27 - - [2026-04-30 02:16:21] "GET /projects?obj_uuids=baa0d59a-4b47-4ca2-8a1e-c12f1ff56e20&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001311 10.0.0.27 - - [2026-04-30 02:16:21] "GET /project/baa0d59a-4b47-4ca2-8a1e-c12f1ff56e20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.032958 252.27.116.45 - - [2026-04-30 02:16:21] "POST /neutron/network HTTP/1.1" 200 117 0.042952 10.0.0.27 - - [2026-04-30 02:16:21] "GET /projects?obj_uuids=baa0d59a-4b47-4ca2-8a1e-c12f1ff56e20&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001262 252.27.116.45 - - [2026-04-30 02:16:21] "POST /neutron/network HTTP/1.1" 200 616 0.081023 10.0.0.27 - - [2026-04-30 02:16:21] "POST /route-targets HTTP/1.1" 200 328 0.013504 10.0.0.27 - - [2026-04-30 02:16:21] "POST /ref-update HTTP/1.1" 200 156 0.022027 10.0.0.27 - - [2026-04-30 02:16:21] "POST /useragent-kv HTTP/1.1" 200 115 0.008646 252.27.116.45 - - [2026-04-30 02:16:21] "POST /neutron/subnet HTTP/1.1" 200 711 0.205815 252.27.116.45 - - [2026-04-30 02:16:21] "POST /neutron/network HTTP/1.1" 200 829 0.006023 10.0.0.27 - - [2026-04-30 02:16:21] "POST /id-to-fqname HTTP/1.1" 200 225 0.001341 10.0.0.27 - - [2026-04-30 02:16:21] "GET /virtual-network/3f1f71a2-a8bf-4e87-bc9c-3b0dc1f4073f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005424 252.27.116.45 - - [2026-04-30 02:16:21] "POST /neutron/network HTTP/1.1" 200 829 0.005613 10.0.0.27 - - [2026-04-30 02:16:21] "GET /virtual-network/3f1f71a2-a8bf-4e87-bc9c-3b0dc1f4073f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005928 252.27.116.45 - - [2026-04-30 02:16:21] "POST /neutron/network HTTP/1.1" 200 829 0.006433 252.27.116.45 - - [2026-04-30 02:16:22] "POST /neutron/subnet HTTP/1.1" 200 711 0.009354 252.27.116.45 - - [2026-04-30 02:16:22] "POST /neutron/network HTTP/1.1" 200 803 0.011383 252.27.116.45 - - [2026-04-30 02:16:22] "POST /neutron/network HTTP/1.1" 200 829 0.006031 10.0.0.27 - - [2026-04-30 02:16:22] "POST /id-to-fqname HTTP/1.1" 200 225 0.001620 252.27.116.45 - - [2026-04-30 02:16:22] "POST /neutron/network HTTP/1.1" 200 839 0.005478 252.27.116.45 - - [2026-04-30 02:16:22] "GET /aaa-mode HTTP/1.1" 401 295 0.000484 252.27.116.45 - - [2026-04-30 02:16:22] "GET / HTTP/1.1" 200 36215 0.002554 252.27.116.45 - - [2026-04-30 02:16:22] "GET /project/baa0d59a-4b47-4ca2-8a1e-c12f1ff56e20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 295 0.000492 10.0.0.27 - - [2026-04-30 02:16:23] "GET /projects?obj_uuids=baa0d59a-4b47-4ca2-8a1e-c12f1ff56e20&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001273 252.27.116.45 - - [2026-04-30 02:16:23] "GET /project/baa0d59a-4b47-4ca2-8a1e-c12f1ff56e20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.061423 252.27.116.45 - - [2026-04-30 02:16:23] "POST /neutron/network HTTP/1.1" 200 829 0.006767 252.27.116.45 - - [2026-04-30 02:16:23] "POST /neutron/port HTTP/1.1" 200 117 0.006010 252.27.116.45 - - [2026-04-30 02:16:23] "POST /neutron/port HTTP/1.1" 200 117 0.006326 252.27.116.45 - - [2026-04-30 02:16:23] "POST /neutron/port HTTP/1.1" 200 117 0.006424 252.27.116.45 - - [2026-04-30 02:16:23] "POST /neutron/network HTTP/1.1" 200 839 0.006064 10.0.0.27 - - [2026-04-30 02:16:24] "GET /projects?obj_uuids=baa0d59a-4b47-4ca2-8a1e-c12f1ff56e20&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001503 252.27.116.45 - - [2026-04-30 02:16:24] "POST /neutron/port HTTP/1.1" 200 1056 0.261950 252.27.116.45 - - [2026-04-30 02:16:24] "POST /neutron/port HTTP/1.1" 200 1056 0.011973 252.27.116.45 - - [2026-04-30 02:16:24] "POST /neutron/port HTTP/1.1" 200 1056 0.017560 252.27.116.45 - - [2026-04-30 02:16:24] "POST /neutron/port HTTP/1.1" 200 1106 0.070692 252.27.116.45 - - [2026-04-30 02:16:24] "POST /neutron/port HTTP/1.1" 200 1116 0.016866 252.27.116.45 - - [2026-04-30 02:16:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004459 252.27.116.45 - - [2026-04-30 02:16:24] "POST /neutron/subnet HTTP/1.1" 200 685 0.009260 252.27.116.45 - - [2026-04-30 02:16:24] "POST /neutron/port HTTP/1.1" 200 117 0.001317 252.27.116.45 - - [2026-04-30 02:16:24] "POST /neutron/network HTTP/1.1" 200 829 0.006838 252.27.116.45 - - [2026-04-30 02:16:28] "POST /neutron/port HTTP/1.1" 200 1116 0.017962 252.27.116.45 - - [2026-04-30 02:16:28] "POST /neutron/security_group HTTP/1.1" 200 2057 0.010352 252.27.116.45 - - [2026-04-30 02:16:28] "POST /neutron/port HTTP/1.1" 200 1116 0.015207 252.27.116.45 - - [2026-04-30 02:16:28] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007412 252.27.116.45 - - [2026-04-30 02:16:28] "POST /neutron/port HTTP/1.1" 200 1116 0.013700 252.27.116.45 - - [2026-04-30 02:16:28] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006355 10.0.0.27 - - [2026-04-30 02:16:28] "GET /virtual-machine/30a9329a-f1ab-48a8-9290-3a42c0a229c1 HTTP/1.1" 200 1293 0.005425 10.0.0.27 - - [2026-04-30 02:16:29] "GET /virtual-machine-interface/1a3404fb-50dd-4984-8491-3c71136db405 HTTP/1.1" 200 2958 0.006298 10.0.0.27 - - [2026-04-30 02:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004056 10.0.0.27 - - [2026-04-30 02:16:29] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003864 10.0.0.27 - - [2026-04-30 02:16:29] "GET /virtual-networks?parent_id=baa0d59a-4b47-4ca2-8a1e-c12f1ff56e20&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003481 10.0.0.27 - - [2026-04-30 02:16:29] "GET /virtual-network/3f1f71a2-a8bf-4e87-bc9c-3b0dc1f4073f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005574 10.0.0.27 - - [2026-04-30 02:16:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004241 10.0.0.27 - - [2026-04-30 02:16:32] "GET /virtual-network/3f1f71a2-a8bf-4e87-bc9c-3b0dc1f4073f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006124 252.27.116.45 - - [2026-04-30 02:16:34] "POST /neutron/port HTTP/1.1" 200 1116 0.015746 252.27.116.45 - - [2026-04-30 02:16:34] "POST /neutron/security_group HTTP/1.1" 200 2057 0.010780 252.27.116.45 - - [2026-04-30 02:16:35] "POST /neutron/port HTTP/1.1" 200 1116 0.015635 252.27.116.45 - - [2026-04-30 02:16:35] "POST /neutron/security_group HTTP/1.1" 200 2057 0.005949 10.0.0.27 - - [2026-04-30 02:16:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.27 - - [2026-04-30 02:16:36] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004627 10.0.0.27 - - [2026-04-30 02:16:36] "GET /virtual-networks?parent_id=baa0d59a-4b47-4ca2-8a1e-c12f1ff56e20&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003145 10.0.0.27 - - [2026-04-30 02:16:36] "GET /virtual-network/3f1f71a2-a8bf-4e87-bc9c-3b0dc1f4073f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005919 252.27.116.45 - - [2026-04-30 02:16:36] "POST /neutron/port HTTP/1.1" 200 1116 0.013358 252.27.116.45 - - [2026-04-30 02:16:37] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006701 252.27.116.45 - - [2026-04-30 02:16:37] "POST /neutron/port HTTP/1.1" 200 1116 0.014930 252.27.116.45 - - [2026-04-30 02:16:37] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006628 252.27.116.45 - - [2026-04-30 02:16:38] "POST /neutron/port HTTP/1.1" 200 1116 0.018306 252.27.116.45 - - [2026-04-30 02:16:38] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006555 252.27.116.45 - - [2026-04-30 02:16:46] "POST /neutron/network HTTP/1.1" 200 803 0.011527 252.27.116.45 - - [2026-04-30 02:16:46] "POST /neutron/network HTTP/1.1" 200 829 0.006373 10.0.0.27 - - [2026-04-30 02:16:46] "POST /id-to-fqname HTTP/1.1" 200 225 0.001609 252.27.116.45 - - [2026-04-30 02:16:46] "POST /neutron/port HTTP/1.1" 200 1116 0.086391 252.27.116.45 - - [2026-04-30 02:16:46] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009674 252.27.116.45 - - [2026-04-30 02:16:47] "POST /neutron/network HTTP/1.1" 200 839 0.005901 252.27.116.45 - - [2026-04-30 02:16:47] "GET /aaa-mode HTTP/1.1" 401 295 0.000503 252.27.116.45 - - [2026-04-30 02:16:47] "GET / HTTP/1.1" 200 36215 0.001791 252.27.116.45 - - [2026-04-30 02:16:47] "GET /project/baa0d59a-4b47-4ca2-8a1e-c12f1ff56e20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 295 0.000482 10.0.0.27 - - [2026-04-30 02:16:47] "GET /projects?obj_uuids=baa0d59a-4b47-4ca2-8a1e-c12f1ff56e20&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001261 252.27.116.45 - - [2026-04-30 02:16:47] "GET /project/baa0d59a-4b47-4ca2-8a1e-c12f1ff56e20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.066984 252.27.116.45 - - [2026-04-30 02:16:47] "POST /neutron/network HTTP/1.1" 200 829 0.045074 252.27.116.45 - - [2026-04-30 02:16:48] "POST /neutron/port HTTP/1.1" 200 1116 0.021326 252.27.116.45 - - [2026-04-30 02:16:48] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008353 252.27.116.45 - - [2026-04-30 02:16:48] "POST /neutron/port HTTP/1.1" 200 117 0.006565 252.27.116.45 - - [2026-04-30 02:16:48] "POST /neutron/port HTTP/1.1" 200 117 0.006014 252.27.116.45 - - [2026-04-30 02:16:48] "POST /neutron/network HTTP/1.1" 200 839 0.007214 10.0.0.27 - - [2026-04-30 02:16:48] "GET /projects?obj_uuids=baa0d59a-4b47-4ca2-8a1e-c12f1ff56e20&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002013 252.27.116.45 - - [2026-04-30 02:16:49] "POST /neutron/port HTTP/1.1" 200 1056 0.330779 252.27.116.45 - - [2026-04-30 02:16:49] "POST /neutron/port HTTP/1.1" 200 1056 0.015411 252.27.116.45 - - [2026-04-30 02:16:49] "POST /neutron/port HTTP/1.1" 200 1056 0.013736 252.27.116.45 - - [2026-04-30 02:16:49] "POST /neutron/port HTTP/1.1" 200 1106 0.068439 252.27.116.45 - - [2026-04-30 02:16:49] "POST /neutron/port HTTP/1.1" 200 1116 0.019602 252.27.116.45 - - [2026-04-30 02:16:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004138 252.27.116.45 - - [2026-04-30 02:16:49] "POST /neutron/subnet HTTP/1.1" 200 685 0.008664 252.27.116.45 - - [2026-04-30 02:16:49] "POST /neutron/port HTTP/1.1" 200 117 0.001697 252.27.116.45 - - [2026-04-30 02:16:49] "POST /neutron/network HTTP/1.1" 200 829 0.006723 252.27.116.45 - - [2026-04-30 02:16:53] "POST /neutron/port HTTP/1.1" 200 1116 0.017918 252.27.116.45 - - [2026-04-30 02:16:53] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007072 252.27.116.45 - - [2026-04-30 02:16:53] "POST /neutron/port HTTP/1.1" 200 1116 0.013717 252.27.116.45 - - [2026-04-30 02:16:53] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006338 252.27.116.45 - - [2026-04-30 02:16:53] "POST /neutron/port HTTP/1.1" 200 1116 0.016666 252.27.116.45 - - [2026-04-30 02:16:53] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009877 10.0.0.27 - - [2026-04-30 02:16:53] "GET /virtual-machine/63561889-7e62-45df-b41e-8765aa539865 HTTP/1.1" 200 1293 0.005687 10.0.0.27 - - [2026-04-30 02:16:53] "GET /virtual-machine-interface/66cf710f-1d22-4d0e-b249-da68a10baf12 HTTP/1.1" 200 2959 0.005522 10.0.0.27 - - [2026-04-30 02:16:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002893 10.0.0.27 - - [2026-04-30 02:16:54] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003406 10.0.0.27 - - [2026-04-30 02:16:54] "GET /virtual-networks?parent_id=baa0d59a-4b47-4ca2-8a1e-c12f1ff56e20&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002928 10.0.0.27 - - [2026-04-30 02:16:54] "GET /virtual-network/3f1f71a2-a8bf-4e87-bc9c-3b0dc1f4073f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004946 10.0.0.27 - - [2026-04-30 02:16:55] "DELETE /project/baa0d59a4b474ca28a1ec12f1ff56e20 HTTP/1.1" 404 173 0.004719 10.0.0.27 - - [2026-04-30 02:16:55] "GET /projects?obj_uuids=0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001077 10.0.0.27 - - [2026-04-30 02:16:55] "GET /project/0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1446 0.031806 10.0.0.27 - - [2026-04-30 02:16:55] "GET /projects?obj_uuids=0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001029 10.0.0.27 - - [2026-04-30 02:16:55] "GET /project/0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01?fields=security_groups HTTP/1.1" 200 1343 0.069850 10.0.0.27 - - [2026-04-30 02:16:55] "DELETE /security-group/c3664463-fdd4-436c-9829-9bebf327ad10 HTTP/1.1" 200 115 0.040271 10.0.0.27 - - [2026-04-30 02:16:55] "GET /projects?obj_uuids=0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001141 10.0.0.27 - - [2026-04-30 02:16:55] "DELETE /access-control-list/f2161463-3a81-49a0-a0d5-a1509e932128 HTTP/1.1" 200 115 0.036149 10.0.0.27 - - [2026-04-30 02:16:55] "GET /project/0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01?fields=application_policy_sets HTTP/1.1" 200 1382 0.037632 10.0.0.27 - - [2026-04-30 02:16:55] "DELETE /access-control-list/612fdfe7-9270-4a1f-9ae5-0b0b7b68d8c1 HTTP/1.1" 200 115 0.036098 10.0.0.27 - - [2026-04-30 02:16:56] "DELETE /project/0cd153e4-b4e0-4b8f-aacc-6eb8e0014a01 HTTP/1.1" 200 115 0.352787 10.0.0.27 - - [2026-04-30 02:16:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.27 - - [2026-04-30 02:16:57] "GET /virtual-network/3f1f71a2-a8bf-4e87-bc9c-3b0dc1f4073f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006364 252.27.116.45 - - [2026-04-30 02:16:59] "POST /neutron/port HTTP/1.1" 200 1116 0.019090 252.27.116.45 - - [2026-04-30 02:16:59] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006406 252.27.116.45 - - [2026-04-30 02:16:59] "POST /neutron/port HTTP/1.1" 200 1116 0.015254 252.27.116.45 - - [2026-04-30 02:16:59] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007300 10.0.0.27 - - [2026-04-30 02:17:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003729 10.0.0.27 - - [2026-04-30 02:17:01] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006254 252.27.116.45 - - [2026-04-30 02:17:01] "POST /neutron/port HTTP/1.1" 200 1116 0.018089 10.0.0.27 - - [2026-04-30 02:17:01] "GET /virtual-networks?parent_id=baa0d59a-4b47-4ca2-8a1e-c12f1ff56e20&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003509 252.27.116.45 - - [2026-04-30 02:17:01] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006624 10.0.0.27 - - [2026-04-30 02:17:01] "GET /virtual-network/3f1f71a2-a8bf-4e87-bc9c-3b0dc1f4073f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006787 252.27.116.45 - - [2026-04-30 02:17:01] "POST /neutron/port HTTP/1.1" 200 1116 0.018156 252.27.116.45 - - [2026-04-30 02:17:01] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006709 10.0.0.27 - - [2026-04-30 02:17:04] "GET /obj-perms HTTP/1.1" 200 6366 0.082419 10.0.0.27 - - [2026-04-30 02:17:05] "GET /obj-perms HTTP/1.1" 200 6366 0.069739 10.0.0.27 - - [2026-04-30 02:17:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003754 10.0.0.27 - - [2026-04-30 02:17:08] "DELETE /virtual-DNS/fb922fcc-7c21-4c81-8bd5-ade756158c90 HTTP/1.1" 409 236 0.008766 10.0.0.27 - - [2026-04-30 02:17:08] "POST /fqname-to-id HTTP/1.1" 404 190 0.003313 10.0.0.27 - - [2026-04-30 02:17:08] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.024459 10.0.0.27 - - [2026-04-30 02:17:08] "GET /virtual-DNS-record/b77ede4e-b6fb-4c15-a78b-fb33099c6c80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.006603 10.0.0.27 - - [2026-04-30 02:17:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704 10.0.0.27 - - [2026-04-30 02:17:08] "GET /virtual-DNS-record/b77ede4e-b6fb-4c15-a78b-fb33099c6c80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.004402 10.0.0.27 - - [2026-04-30 02:17:09] "GET /domains HTTP/1.1" 200 438 0.003690 10.0.0.27 - - [2026-04-30 02:17:09] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001989 10.0.0.27 - - [2026-04-30 02:17:09] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36 HTTP/1.1" 200 1505 0.012032 10.0.0.27 - - [2026-04-30 02:17:09] "GET /virtual-DNS/fb922fcc-7c21-4c81-8bd5-ade756158c90 HTTP/1.1" 200 1906 0.004804 10.0.0.27 - - [2026-04-30 02:17:09] "GET /virtual-DNS-record/b77ede4e-b6fb-4c15-a78b-fb33099c6c80 HTTP/1.1" 200 1337 0.003816 252.27.116.45 - - [2026-04-30 02:17:13] "POST /neutron/port HTTP/1.1" 200 1116 0.017166 252.27.116.45 - - [2026-04-30 02:17:13] "POST /neutron/port HTTP/1.1" 200 1116 0.018432 252.27.116.45 - - [2026-04-30 02:17:13] "POST /neutron/network HTTP/1.1" 200 839 0.006403 252.27.116.45 - - [2026-04-30 02:17:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003627 252.27.116.45 - - [2026-04-30 02:17:13] "POST /neutron/subnet HTTP/1.1" 200 685 0.007476 252.27.116.45 - - [2026-04-30 02:17:13] "POST /neutron/port HTTP/1.1" 200 117 0.001373 252.27.116.45 - - [2026-04-30 02:17:13] "POST /neutron/network HTTP/1.1" 200 829 0.006233 [Introspect:8084]10.0.0.27 - - [2026-04-30 02:17:13] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001135 [Introspect:8084]10.0.0.27 - - [2026-04-30 02:17:13] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2956 0.001195 10.0.0.27 - - [2026-04-30 02:17:14] "DELETE /virtual-DNS-record/b77ede4e-b6fb-4c15-a78b-fb33099c6c80 HTTP/1.1" 200 115 0.021211 10.0.0.27 - - [2026-04-30 02:17:14] "POST /fqname-to-id HTTP/1.1" 404 182 0.003463 252.27.116.45 - - [2026-04-30 02:17:15] "POST /neutron/network HTTP/1.1" 200 829 0.006428 252.27.116.45 - - [2026-04-30 02:17:15] "POST /neutron/network HTTP/1.1" 400 204 0.015078 252.27.116.45 - - [2026-04-30 02:17:15] "POST /neutron/port HTTP/1.1" 200 1116 0.024331 252.27.116.45 - - [2026-04-30 02:17:15] "POST /neutron/port HTTP/1.1" 200 1106 0.013512 252.27.116.45 - - [2026-04-30 02:17:16] "POST /neutron/port HTTP/1.1" 200 1116 0.023310 252.27.116.45 - - [2026-04-30 02:17:16] "POST /neutron/port HTTP/1.1" 200 151 0.169762 252.27.116.45 - - [2026-04-30 02:17:16] "POST /neutron/port HTTP/1.1" 200 1106 0.015284 252.27.116.45 - - [2026-04-30 02:17:16] "POST /neutron/port HTTP/1.1" 200 151 0.174644 252.27.116.45 - - [2026-04-30 02:17:17] "POST /neutron/network HTTP/1.1" 200 829 0.007365 10.0.0.27 - - [2026-04-30 02:17:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.041627 10.0.0.27 - - [2026-04-30 02:17:17] "POST /useragent-kv HTTP/1.1" 200 115 0.004164 10.0.0.27 - - [2026-04-30 02:17:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002434 252.27.116.45 - - [2026-04-30 02:17:17] "POST /neutron/network HTTP/1.1" 200 151 0.318177 10.0.0.27 - - [2026-04-30 02:17:17] "DELETE /route-target/13ba4419-e888-467e-a73f-7bb227192e39 HTTP/1.1" 200 115 0.025645 10.0.0.27 - - [2026-04-30 02:17:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682 10.0.0.27 - - [2026-04-30 02:17:17] "DELETE /network-ipam/b8402f95-9b4a-4c59-befd-4f55ef75d881 HTTP/1.1" 200 115 0.029246 10.0.0.27 - - [2026-04-30 02:17:17] "DELETE /virtual-DNS/fb922fcc-7c21-4c81-8bd5-ade756158c90 HTTP/1.1" 200 115 0.035220 10.0.0.27 - - [2026-04-30 02:17:17] "POST /fqname-to-id HTTP/1.1" 404 178 0.004046 10.0.0.27 - - [2026-04-30 02:17:18] "GET /domains HTTP/1.1" 200 438 0.004512 10.0.0.27 - - [2026-04-30 02:17:18] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001617 10.0.0.27 - - [2026-04-30 02:17:18] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36 HTTP/1.1" 200 1306 0.009897 10.0.0.27 - - [2026-04-30 02:17:18] "GET /projects?obj_uuids=baa0d59a-4b47-4ca2-8a1e-c12f1ff56e20&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001050 10.0.0.27 - - [2026-04-30 02:17:18] "GET /project/baa0d59a-4b47-4ca2-8a1e-c12f1ff56e20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.023153 10.0.0.27 - - [2026-04-30 02:17:18] "GET /projects?obj_uuids=baa0d59a-4b47-4ca2-8a1e-c12f1ff56e20&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001270 10.0.0.27 - - [2026-04-30 02:17:18] "GET /project/baa0d59a-4b47-4ca2-8a1e-c12f1ff56e20?fields=virtual_networks HTTP/1.1" 200 1034 0.066161 10.0.0.27 - - [2026-04-30 02:17:18] "GET /projects?obj_uuids=baa0d59a-4b47-4ca2-8a1e-c12f1ff56e20&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001422 10.0.0.27 - - [2026-04-30 02:17:18] "GET /project/baa0d59a-4b47-4ca2-8a1e-c12f1ff56e20?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.025872 10.0.0.27 - - [2026-04-30 02:17:18] "GET /projects?obj_uuids=baa0d59a-4b47-4ca2-8a1e-c12f1ff56e20&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.003837 10.0.0.27 - - [2026-04-30 02:17:18] "GET /project/baa0d59a-4b47-4ca2-8a1e-c12f1ff56e20?fields=security_groups HTTP/1.1" 200 1260 0.033678 10.0.0.27 - - [2026-04-30 02:17:19] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001203 10.0.0.27 - - [2026-04-30 02:17:19] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 943 0.007806 10.0.0.27 - - [2026-04-30 02:17:19] "POST /fqname-to-id HTTP/1.1" 404 187 0.033594 10.0.0.27 - - [2026-04-30 02:17:19] "GET /projects?obj_uuids=f2ae836b-8d8a-4c0e-bfc6-7011ec5b18cb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002872 10.0.0.27 - - [2026-04-30 02:17:19] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001359 10.0.0.27 - - [2026-04-30 02:17:19] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 974 0.009039 10.0.0.27 - - [2026-04-30 02:17:20] "POST /id-to-fqname HTTP/1.1" 200 189 0.002084 10.0.0.27 - - [2026-04-30 02:17:20] "POST /fqname-to-id HTTP/1.1" 404 198 0.003072 10.0.0.27 - - [2026-04-30 02:17:20] "POST /security-groups HTTP/1.1" 200 584 0.066989 10.0.0.27 - - [2026-04-30 02:17:20] "POST /fqname-to-id HTTP/1.1" 404 233 0.003227 10.0.0.27 - - [2026-04-30 02:17:20] "POST /projects HTTP/1.1" 200 579 0.243044 10.0.0.27 - - [2026-04-30 02:17:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.279387 10.0.0.27 - - [2026-04-30 02:17:20] "POST /access-control-lists HTTP/1.1" 200 597 0.070654 10.0.0.27 - - [2026-04-30 02:17:20] "GET /project/f2ae836b-8d8a-4c0e-bfc6-7011ec5b18cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.441183 10.0.0.27 - - [2026-04-30 02:17:20] "POST /fqname-to-id HTTP/1.1" 404 232 0.003263 10.0.0.27 - - [2026-04-30 02:17:20] "POST /access-control-lists HTTP/1.1" 200 595 0.064792 10.0.0.27 - - [2026-04-30 02:17:21] "GET / HTTP/1.1" 200 36215 0.002700 10.0.0.27 - - [2026-04-30 02:17:22] "POST /fqname-to-id HTTP/1.1" 401 295 0.000567 10.0.0.27 - - [2026-04-30 02:17:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.087057 10.0.0.27 - - [2026-04-30 02:17:23] "GET /projects?obj_uuids=f2ae836b-8d8a-4c0e-bfc6-7011ec5b18cb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001499 10.0.0.27 - - [2026-04-30 02:17:23] "GET /project/f2ae836b-8d8a-4c0e-bfc6-7011ec5b18cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.034673 252.27.116.45 - - [2026-04-30 02:17:23] "POST /neutron/network HTTP/1.1" 200 117 0.041635 10.0.0.27 - - [2026-04-30 02:17:23] "GET /projects?obj_uuids=f2ae836b-8d8a-4c0e-bfc6-7011ec5b18cb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001168 252.27.116.45 - - [2026-04-30 02:17:23] "POST /neutron/network HTTP/1.1" 200 604 0.087270 10.0.0.27 - - [2026-04-30 02:17:23] "POST /route-targets HTTP/1.1" 200 328 0.016006 10.0.0.27 - - [2026-04-30 02:17:23] "POST /ref-update HTTP/1.1" 200 156 0.012848 10.0.0.27 - - [2026-04-30 02:17:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003887 252.27.116.45 - - [2026-04-30 02:17:23] "POST /neutron/subnet HTTP/1.1" 200 730 0.147001 252.27.116.45 - - [2026-04-30 02:17:23] "POST /neutron/network HTTP/1.1" 200 824 0.006855 10.0.0.27 - - [2026-04-30 02:17:23] "POST /id-to-fqname HTTP/1.1" 200 219 0.001804 10.0.0.27 - - [2026-04-30 02:17:23] "GET /virtual-network/2fd8cd72-068b-4cad-a531-03694884317b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005600 252.27.116.45 - - [2026-04-30 02:17:23] "POST /neutron/network HTTP/1.1" 200 824 0.007446 10.0.0.27 - - [2026-04-30 02:17:23] "GET /virtual-network/2fd8cd72-068b-4cad-a531-03694884317b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005497 252.27.116.45 - - [2026-04-30 02:17:23] "POST /neutron/network HTTP/1.1" 200 824 0.006850 252.27.116.45 - - [2026-04-30 02:17:23] "POST /neutron/subnet HTTP/1.1" 200 730 0.008210 10.0.0.27 - - [2026-04-30 02:17:24] "POST /id-to-fqname HTTP/1.1" 200 219 0.001499 252.27.116.45 - - [2026-04-30 02:17:24] "POST /neutron/network HTTP/1.1" 200 834 0.007402 252.27.116.45 - - [2026-04-30 02:17:24] "GET /aaa-mode HTTP/1.1" 401 295 0.000540 252.27.116.45 - - [2026-04-30 02:17:24] "GET / HTTP/1.1" 200 36215 0.002375 252.27.116.45 - - [2026-04-30 02:17:24] "GET /project/f2ae836b-8d8a-4c0e-bfc6-7011ec5b18cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 295 0.000521 10.0.0.27 - - [2026-04-30 02:17:24] "GET /projects?obj_uuids=f2ae836b-8d8a-4c0e-bfc6-7011ec5b18cb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001653 252.27.116.45 - - [2026-04-30 02:17:24] "GET /project/f2ae836b-8d8a-4c0e-bfc6-7011ec5b18cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.065836 252.27.116.45 - - [2026-04-30 02:17:24] "POST /neutron/network HTTP/1.1" 200 824 0.008185 252.27.116.45 - - [2026-04-30 02:17:25] "POST /neutron/port HTTP/1.1" 200 117 0.005993 252.27.116.45 - - [2026-04-30 02:17:25] "POST /neutron/port HTTP/1.1" 200 117 0.006642 10.0.0.27 - - [2026-04-30 02:17:25] "POST /id-to-fqname HTTP/1.1" 200 219 0.002069 252.27.116.45 - - [2026-04-30 02:17:25] "POST /neutron/port HTTP/1.1" 200 117 0.006917 252.27.116.45 - - [2026-04-30 02:17:25] "POST /neutron/network HTTP/1.1" 200 834 0.006460 252.27.116.45 - - [2026-04-30 02:17:25] "GET /aaa-mode HTTP/1.1" 401 295 0.000447 252.27.116.45 - - [2026-04-30 02:17:25] "GET / HTTP/1.1" 200 36215 0.003214 252.27.116.45 - - [2026-04-30 02:17:25] "GET /project/f2ae836b-8d8a-4c0e-bfc6-7011ec5b18cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 295 0.000626 252.27.116.45 - - [2026-04-30 02:17:25] "POST /neutron/network HTTP/1.1" 200 834 0.007510 10.0.0.27 - - [2026-04-30 02:17:25] "GET /projects?obj_uuids=f2ae836b-8d8a-4c0e-bfc6-7011ec5b18cb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001232 10.0.0.27 - - [2026-04-30 02:17:26] "GET /projects?obj_uuids=f2ae836b-8d8a-4c0e-bfc6-7011ec5b18cb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001469 252.27.116.45 - - [2026-04-30 02:17:26] "GET /project/f2ae836b-8d8a-4c0e-bfc6-7011ec5b18cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.066931 252.27.116.45 - - [2026-04-30 02:17:26] "POST /neutron/network HTTP/1.1" 200 824 0.023246 252.27.116.45 - - [2026-04-30 02:17:26] "POST /neutron/port HTTP/1.1" 200 1060 0.345219 252.27.116.45 - - [2026-04-30 02:17:26] "POST /neutron/port HTTP/1.1" 200 1060 0.019420 252.27.116.45 - - [2026-04-30 02:17:26] "POST /neutron/port HTTP/1.1" 200 1060 0.014984 252.27.116.45 - - [2026-04-30 02:17:26] "POST /neutron/port HTTP/1.1" 200 1070 0.018938 252.27.116.45 - - [2026-04-30 02:17:26] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007993 252.27.116.45 - - [2026-04-30 02:17:26] "POST /neutron/port HTTP/1.1" 200 1110 0.102667 252.27.116.45 - - [2026-04-30 02:17:26] "POST /neutron/port HTTP/1.1" 200 117 0.006072 252.27.116.45 - - [2026-04-30 02:17:26] "POST /neutron/port HTTP/1.1" 200 1120 0.018905 252.27.116.45 - - [2026-04-30 02:17:26] "POST /neutron/port HTTP/1.1" 200 1120 0.015192 252.27.116.45 - - [2026-04-30 02:17:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005663 252.27.116.45 - - [2026-04-30 02:17:26] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007589 252.27.116.45 - - [2026-04-30 02:17:26] "POST /neutron/subnet HTTP/1.1" 200 704 0.009200 252.27.116.45 - - [2026-04-30 02:17:26] "POST /neutron/port HTTP/1.1" 200 117 0.001285 252.27.116.45 - - [2026-04-30 02:17:26] "POST /neutron/network HTTP/1.1" 200 824 0.006757 252.27.116.45 - - [2026-04-30 02:17:27] "POST /neutron/network HTTP/1.1" 200 834 0.007592 10.0.0.27 - - [2026-04-30 02:17:27] "GET /projects?obj_uuids=f2ae836b-8d8a-4c0e-bfc6-7011ec5b18cb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001223 252.27.116.45 - - [2026-04-30 02:17:27] "POST /neutron/port HTTP/1.1" 200 1060 0.255429 252.27.116.45 - - [2026-04-30 02:17:27] "POST /neutron/port HTTP/1.1" 200 1060 0.015660 252.27.116.45 - - [2026-04-30 02:17:27] "POST /neutron/port HTTP/1.1" 200 1060 0.011199 252.27.116.45 - - [2026-04-30 02:17:27] "POST /neutron/port HTTP/1.1" 200 1110 0.061594 252.27.116.45 - - [2026-04-30 02:17:27] "POST /neutron/port HTTP/1.1" 200 1120 0.015038 252.27.116.45 - - [2026-04-30 02:17:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003610 252.27.116.45 - - [2026-04-30 02:17:27] "POST /neutron/subnet HTTP/1.1" 200 704 0.009244 252.27.116.45 - - [2026-04-30 02:17:27] "POST /neutron/port HTTP/1.1" 200 117 0.001778 252.27.116.45 - - [2026-04-30 02:17:28] "POST /neutron/network HTTP/1.1" 200 824 0.009056 252.27.116.45 - - [2026-04-30 02:17:31] "POST /neutron/port HTTP/1.1" 200 1120 0.017085 252.27.116.45 - - [2026-04-30 02:17:31] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006865 252.27.116.45 - - [2026-04-30 02:17:31] "POST /neutron/port HTTP/1.1" 200 1120 0.014934 252.27.116.45 - - [2026-04-30 02:17:31] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007430 252.27.116.45 - - [2026-04-30 02:17:32] "POST /neutron/port HTTP/1.1" 200 1120 0.013382 252.27.116.45 - - [2026-04-30 02:17:32] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007373 10.0.0.27 - - [2026-04-30 02:17:32] "GET /virtual-machine/95c706a0-3f56-4a8a-bd92-fb0efdd51059 HTTP/1.1" 401 295 0.000474 10.0.0.27 - - [2026-04-30 02:17:32] "GET /virtual-machine/95c706a0-3f56-4a8a-bd92-fb0efdd51059 HTTP/1.1" 200 1294 0.032732 10.0.0.27 - - [2026-04-30 02:17:32] "GET /virtual-machine-interface/10650c73-852b-4dd9-aa84-9502b8e07d26 HTTP/1.1" 200 2941 0.005563 10.0.0.27 - - [2026-04-30 02:17:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.27 - - [2026-04-30 02:17:32] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004373 10.0.0.27 - - [2026-04-30 02:17:32] "GET /virtual-networks?parent_id=f2ae836b-8d8a-4c0e-bfc6-7011ec5b18cb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003488 10.0.0.27 - - [2026-04-30 02:17:32] "GET /virtual-network/2fd8cd72-068b-4cad-a531-03694884317b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005794 10.0.0.27 - - [2026-04-30 02:17:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.27 - - [2026-04-30 02:17:36] "GET /virtual-network/2fd8cd72-068b-4cad-a531-03694884317b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005584 252.27.116.45 - - [2026-04-30 02:17:36] "POST /neutron/port HTTP/1.1" 200 1120 0.017447 252.27.116.45 - - [2026-04-30 02:17:36] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006127 252.27.116.45 - - [2026-04-30 02:17:36] "POST /neutron/port HTTP/1.1" 200 1120 0.013519 252.27.116.45 - - [2026-04-30 02:17:36] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006972 252.27.116.45 - - [2026-04-30 02:17:37] "POST /neutron/port HTTP/1.1" 200 1120 0.014593 252.27.116.45 - - [2026-04-30 02:17:37] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006073 252.27.116.45 - - [2026-04-30 02:17:38] "POST /neutron/port HTTP/1.1" 200 1120 0.014854 252.27.116.45 - - [2026-04-30 02:17:38] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007014 10.0.0.27 - - [2026-04-30 02:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328 10.0.0.27 - - [2026-04-30 02:17:38] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004667 10.0.0.27 - - [2026-04-30 02:17:38] "GET /virtual-networks?parent_id=f2ae836b-8d8a-4c0e-bfc6-7011ec5b18cb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003344 10.0.0.27 - - [2026-04-30 02:17:38] "GET /virtual-network/2fd8cd72-068b-4cad-a531-03694884317b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006387 252.27.116.45 - - [2026-04-30 02:17:38] "POST /neutron/port HTTP/1.1" 200 1120 0.020397 252.27.116.45 - - [2026-04-30 02:17:38] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007662 252.27.116.45 - - [2026-04-30 02:17:39] "POST /neutron/port HTTP/1.1" 200 1120 0.017607 252.27.116.45 - - [2026-04-30 02:17:39] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006149 252.27.116.45 - - [2026-04-30 02:17:39] "POST /neutron/port HTTP/1.1" 200 1120 0.015754 252.27.116.45 - - [2026-04-30 02:17:39] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007375 252.27.116.45 - - [2026-04-30 02:17:40] "POST /neutron/port HTTP/1.1" 200 1120 0.016594 252.27.116.45 - - [2026-04-30 02:17:40] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008096 252.27.116.45 - - [2026-04-30 02:17:43] "POST /neutron/port HTTP/1.1" 200 1120 0.012690 252.27.116.45 - - [2026-04-30 02:17:43] "POST /neutron/security_group HTTP/1.1" 200 2057 0.006440 252.27.116.45 - - [2026-04-30 02:17:44] "POST /neutron/port HTTP/1.1" 200 1120 0.013430 252.27.116.45 - - [2026-04-30 02:17:44] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008315 252.27.116.45 - - [2026-04-30 02:17:44] "POST /neutron/port HTTP/1.1" 200 1120 0.014307 252.27.116.45 - - [2026-04-30 02:17:44] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008976 10.0.0.27 - - [2026-04-30 02:17:44] "GET /virtual-machine/0b692a62-d319-442e-a26c-ef4a48cd437e HTTP/1.1" 200 1292 0.005669 10.0.0.27 - - [2026-04-30 02:17:44] "GET /virtual-machine-interface/19670a50-ba25-44da-8296-fad8813983bc HTTP/1.1" 200 2940 0.006534 10.0.0.27 - - [2026-04-30 02:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328 10.0.0.27 - - [2026-04-30 02:17:44] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004015 10.0.0.27 - - [2026-04-30 02:17:44] "GET /virtual-networks?parent_id=f2ae836b-8d8a-4c0e-bfc6-7011ec5b18cb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003644 10.0.0.27 - - [2026-04-30 02:17:44] "GET /virtual-network/2fd8cd72-068b-4cad-a531-03694884317b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005375 10.0.0.27 - - [2026-04-30 02:17:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003901 10.0.0.27 - - [2026-04-30 02:17:45] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004409 10.0.0.27 - - [2026-04-30 02:17:45] "GET /virtual-networks?parent_id=f2ae836b-8d8a-4c0e-bfc6-7011ec5b18cb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003469 10.0.0.27 - - [2026-04-30 02:17:45] "GET /virtual-network/2fd8cd72-068b-4cad-a531-03694884317b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005363 252.27.116.45 - - [2026-04-30 02:17:50] "POST /neutron/network HTTP/1.1" 200 824 0.007631 252.27.116.45 - - [2026-04-30 02:17:50] "POST /neutron/network HTTP/1.1" 400 204 0.011510 252.27.116.45 - - [2026-04-30 02:17:51] "POST /neutron/port HTTP/1.1" 200 1120 0.016164 252.27.116.45 - - [2026-04-30 02:17:51] "POST /neutron/port HTTP/1.1" 200 1120 0.016018 252.27.116.45 - - [2026-04-30 02:17:51] "POST /neutron/port HTTP/1.1" 200 1110 0.014406 252.27.116.45 - - [2026-04-30 02:17:51] "POST /neutron/port HTTP/1.1" 200 1110 0.015208 252.27.116.45 - - [2026-04-30 02:17:51] "POST /neutron/port HTTP/1.1" 200 151 0.170202 252.27.116.45 - - [2026-04-30 02:17:51] "POST /neutron/port HTTP/1.1" 200 151 0.149101 252.27.116.45 - - [2026-04-30 02:17:52] "POST /neutron/network HTTP/1.1" 200 824 0.006859 10.0.0.27 - - [2026-04-30 02:17:52] "POST /useragent-kv HTTP/1.1" 200 115 0.003490 10.0.0.27 - - [2026-04-30 02:17:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004470 10.0.0.27 - - [2026-04-30 02:17:52] "POST /useragent-kv HTTP/1.1" 200 115 0.003367 252.27.116.45 - - [2026-04-30 02:17:52] "POST /neutron/network HTTP/1.1" 200 151 0.089967 10.0.0.27 - - [2026-04-30 02:17:52] "DELETE /route-target/48878dae-1dbb-4b14-851b-85b114e98392 HTTP/1.1" 200 115 0.021569 10.0.0.27 - - [2026-04-30 02:17:53] "GET /projects?obj_uuids=f2ae836b-8d8a-4c0e-bfc6-7011ec5b18cb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001390 10.0.0.27 - - [2026-04-30 02:17:53] "GET /project/f2ae836b-8d8a-4c0e-bfc6-7011ec5b18cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.027736 10.0.0.27 - - [2026-04-30 02:17:53] "GET /projects?obj_uuids=f2ae836b-8d8a-4c0e-bfc6-7011ec5b18cb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001218 10.0.0.27 - - [2026-04-30 02:17:53] "GET /project/f2ae836b-8d8a-4c0e-bfc6-7011ec5b18cb?fields=virtual_networks HTTP/1.1" 200 1035 0.070776 10.0.0.27 - - [2026-04-30 02:17:53] "GET /projects?obj_uuids=f2ae836b-8d8a-4c0e-bfc6-7011ec5b18cb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001619 10.0.0.27 - - [2026-04-30 02:17:53] "GET /project/f2ae836b-8d8a-4c0e-bfc6-7011ec5b18cb?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.031212 10.0.0.27 - - [2026-04-30 02:17:53] "GET /projects?obj_uuids=f2ae836b-8d8a-4c0e-bfc6-7011ec5b18cb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001183 10.0.0.27 - - [2026-04-30 02:17:53] "GET /project/f2ae836b-8d8a-4c0e-bfc6-7011ec5b18cb?fields=security_groups HTTP/1.1" 200 1261 0.027373 10.0.0.27 - - [2026-04-30 02:17:54] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001228 10.0.0.27 - - [2026-04-30 02:17:54] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 943 0.007378 10.0.0.27 - - [2026-04-30 02:17:54] "POST /fqname-to-id HTTP/1.1" 404 186 0.030337 10.0.0.27 - - [2026-04-30 02:17:54] "GET /projects?obj_uuids=ebd0c459-7c86-4582-a3bf-f7fc3ccace67&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002478 10.0.0.27 - - [2026-04-30 02:17:54] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001163 10.0.0.27 - - [2026-04-30 02:17:54] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 974 0.007027 10.0.0.27 - - [2026-04-30 02:17:55] "POST /id-to-fqname HTTP/1.1" 200 188 0.001751 10.0.0.27 - - [2026-04-30 02:17:55] "POST /fqname-to-id HTTP/1.1" 404 197 0.004901 10.0.0.27 - - [2026-04-30 02:17:55] "POST /security-groups HTTP/1.1" 200 583 0.068249 10.0.0.27 - - [2026-04-30 02:17:55] "POST /fqname-to-id HTTP/1.1" 404 232 0.002898 10.0.0.27 - - [2026-04-30 02:17:55] "POST /projects HTTP/1.1" 200 577 0.223402 10.0.0.27 - - [2026-04-30 02:17:55] "POST /access-control-lists HTTP/1.1" 200 596 0.063889 10.0.0.27 - - [2026-04-30 02:17:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.303604 10.0.0.27 - - [2026-04-30 02:17:55] "POST /fqname-to-id HTTP/1.1" 404 231 0.003121 10.0.0.27 - - [2026-04-30 02:17:55] "GET /project/ebd0c459-7c86-4582-a3bf-f7fc3ccace67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.451724 10.0.0.27 - - [2026-04-30 02:17:55] "POST /access-control-lists HTTP/1.1" 200 594 0.068529 10.0.0.27 - - [2026-04-30 02:17:56] "DELETE /project/ebd0c4597c864582a3bff7fc3ccace67 HTTP/1.1" 404 173 0.013527 10.0.0.27 - - [2026-04-30 02:17:56] "DELETE /project/f2ae836b8d8a4c0ebfc67011ec5b18cb HTTP/1.1" 404 173 0.012527 10.0.0.27 - - [2026-04-30 02:17:56] "GET /projects?obj_uuids=f2ae836b-8d8a-4c0e-bfc6-7011ec5b18cb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001214 10.0.0.27 - - [2026-04-30 02:17:56] "GET /projects?obj_uuids=baa0d59a-4b47-4ca2-8a1e-c12f1ff56e20&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001069 10.0.0.27 - - [2026-04-30 02:17:56] "GET /project/baa0d59a-4b47-4ca2-8a1e-c12f1ff56e20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.035858 10.0.0.27 - - [2026-04-30 02:17:56] "GET /project/f2ae836b-8d8a-4c0e-bfc6-7011ec5b18cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.040842 10.0.0.27 - - [2026-04-30 02:17:56] "GET /projects?obj_uuids=baa0d59a-4b47-4ca2-8a1e-c12f1ff56e20&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002110 10.0.0.27 - - [2026-04-30 02:17:56] "GET /projects?obj_uuids=f2ae836b-8d8a-4c0e-bfc6-7011ec5b18cb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002921 10.0.0.27 - - [2026-04-30 02:17:56] "GET /project/baa0d59a-4b47-4ca2-8a1e-c12f1ff56e20?fields=security_groups HTTP/1.1" 200 1353 0.061514 10.0.0.27 - - [2026-04-30 02:17:56] "GET /project/f2ae836b-8d8a-4c0e-bfc6-7011ec5b18cb?fields=security_groups HTTP/1.1" 200 1354 0.073081 10.0.0.27 - - [2026-04-30 02:17:56] "DELETE /security-group/8bcfc88e-90d9-4b76-821b-aaa764d1324a HTTP/1.1" 200 115 0.078985 10.0.0.27 - - [2026-04-30 02:17:56] "GET /projects?obj_uuids=baa0d59a-4b47-4ca2-8a1e-c12f1ff56e20&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001232 10.0.0.27 - - [2026-04-30 02:17:56] "DELETE /access-control-list/7587f4dc-b0e0-44f0-9a40-913c38c72631 HTTP/1.1" 200 115 0.062106 10.0.0.27 - - [2026-04-30 02:17:56] "DELETE /security-group/cc95e4ca-3fa8-44a7-b9ac-fa411b151dd0 HTTP/1.1" 200 115 0.095536 10.0.0.27 - - [2026-04-30 02:17:56] "GET /projects?obj_uuids=f2ae836b-8d8a-4c0e-bfc6-7011ec5b18cb&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001165 10.0.0.27 - - [2026-04-30 02:17:56] "GET /project/baa0d59a-4b47-4ca2-8a1e-c12f1ff56e20?fields=application_policy_sets HTTP/1.1" 200 1392 0.055496 10.0.0.27 - - [2026-04-30 02:17:56] "DELETE /access-control-list/84ff6c32-d81f-4493-9554-7f9101ee4139 HTTP/1.1" 200 115 0.042602 10.0.0.27 - - [2026-04-30 02:17:56] "DELETE /access-control-list/bbb176d3-1159-4e7c-9eb0-2f42b563cb39 HTTP/1.1" 200 115 0.040313 10.0.0.27 - - [2026-04-30 02:17:56] "GET /project/f2ae836b-8d8a-4c0e-bfc6-7011ec5b18cb?fields=application_policy_sets HTTP/1.1" 200 1393 0.099609 10.0.0.27 - - [2026-04-30 02:17:56] "DELETE /access-control-list/7476c406-aa7e-4f6b-809d-66172cbb5d86 HTTP/1.1" 200 115 0.044739 10.0.0.27 - - [2026-04-30 02:17:56] "DELETE /project/baa0d59a-4b47-4ca2-8a1e-c12f1ff56e20 HTTP/1.1" 200 115 0.499960 10.0.0.27 - - [2026-04-30 02:17:56] "DELETE /project/f2ae836b-8d8a-4c0e-bfc6-7011ec5b18cb HTTP/1.1" 200 115 0.521925 10.0.0.27 - - [2026-04-30 02:17:56] "GET / HTTP/1.1" 200 36215 0.002673 10.0.0.27 - - [2026-04-30 02:17:57] "POST /fqname-to-id HTTP/1.1" 401 295 0.000620 10.0.0.27 - - [2026-04-30 02:17:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.090024 10.0.0.27 - - [2026-04-30 02:17:57] "GET /projects?obj_uuids=ebd0c459-7c86-4582-a3bf-f7fc3ccace67&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001246 10.0.0.27 - - [2026-04-30 02:17:58] "GET /project/ebd0c459-7c86-4582-a3bf-f7fc3ccace67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.030932 252.27.116.45 - - [2026-04-30 02:17:58] "POST /neutron/network HTTP/1.1" 200 117 0.045976 10.0.0.27 - - [2026-04-30 02:17:58] "GET /projects?obj_uuids=ebd0c459-7c86-4582-a3bf-f7fc3ccace67&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001709 252.27.116.45 - - [2026-04-30 02:17:58] "POST /neutron/network HTTP/1.1" 200 623 0.078990 10.0.0.27 - - [2026-04-30 02:17:58] "POST /route-targets HTTP/1.1" 200 328 0.017097 10.0.0.27 - - [2026-04-30 02:17:58] "POST /ref-update HTTP/1.1" 200 156 0.053252 10.0.0.27 - - [2026-04-30 02:17:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003446 252.27.116.45 - - [2026-04-30 02:17:58] "POST /neutron/subnet HTTP/1.1" 200 701 0.217866 252.27.116.45 - - [2026-04-30 02:17:58] "POST /neutron/network HTTP/1.1" 200 837 0.006641 10.0.0.27 - - [2026-04-30 02:17:58] "POST /id-to-fqname HTTP/1.1" 200 228 0.001477 10.0.0.27 - - [2026-04-30 02:17:58] "GET /virtual-network/ff49cc7f-bb3c-475c-be2f-bd80e9381768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006098 252.27.116.45 - - [2026-04-30 02:17:58] "POST /neutron/network HTTP/1.1" 200 837 0.005582 10.0.0.27 - - [2026-04-30 02:17:58] "GET /virtual-network/ff49cc7f-bb3c-475c-be2f-bd80e9381768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005380 252.27.116.45 - - [2026-04-30 02:17:58] "POST /neutron/network HTTP/1.1" 200 837 0.007355 252.27.116.45 - - [2026-04-30 02:17:58] "POST /neutron/subnet HTTP/1.1" 200 701 0.007694 252.27.116.45 - - [2026-04-30 02:17:59] "POST /neutron/network HTTP/1.1" 200 837 0.006077 10.0.0.27 - - [2026-04-30 02:17:59] "POST /id-to-fqname HTTP/1.1" 200 228 0.002021 252.27.116.45 - - [2026-04-30 02:17:59] "POST /neutron/network HTTP/1.1" 200 847 0.006050 252.27.116.45 - - [2026-04-30 02:17:59] "GET /aaa-mode HTTP/1.1" 401 295 0.000556 252.27.116.45 - - [2026-04-30 02:17:59] "GET / HTTP/1.1" 200 36215 0.002001 252.27.116.45 - - [2026-04-30 02:17:59] "GET /project/ebd0c459-7c86-4582-a3bf-f7fc3ccace67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 295 0.000421 10.0.0.27 - - [2026-04-30 02:17:59] "GET /projects?obj_uuids=ebd0c459-7c86-4582-a3bf-f7fc3ccace67&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001268 252.27.116.45 - - [2026-04-30 02:17:59] "GET /project/ebd0c459-7c86-4582-a3bf-f7fc3ccace67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.060932 252.27.116.45 - - [2026-04-30 02:17:59] "POST /neutron/network HTTP/1.1" 200 837 0.006489 252.27.116.45 - - [2026-04-30 02:18:00] "POST /neutron/port HTTP/1.1" 200 117 0.007175 252.27.116.45 - - [2026-04-30 02:18:00] "POST /neutron/port HTTP/1.1" 200 117 0.007079 10.0.0.27 - - [2026-04-30 02:18:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005136 10.0.0.27 - - [2026-04-30 02:18:00] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004460 10.0.0.27 - - [2026-04-30 02:18:00] "PUT /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb HTTP/1.1" 200 277 0.017024 252.27.116.45 - - [2026-04-30 02:18:00] "POST /neutron/port HTTP/1.1" 200 117 0.007776 252.27.116.45 - - [2026-04-30 02:18:01] "POST /neutron/network HTTP/1.1" 200 847 0.008697 10.0.0.27 - - [2026-04-30 02:18:01] "GET /projects?obj_uuids=ebd0c459-7c86-4582-a3bf-f7fc3ccace67&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002129 252.27.116.45 - - [2026-04-30 02:18:01] "POST /neutron/port HTTP/1.1" 200 1053 0.362957 252.27.116.45 - - [2026-04-30 02:18:01] "POST /neutron/port HTTP/1.1" 200 1053 0.025297 252.27.116.45 - - [2026-04-30 02:18:01] "POST /neutron/port HTTP/1.1" 200 1053 0.017064 252.27.116.45 - - [2026-04-30 02:18:01] "POST /neutron/port HTTP/1.1" 200 1103 0.118825 252.27.116.45 - - [2026-04-30 02:18:01] "POST /neutron/port HTTP/1.1" 200 1113 0.014812 252.27.116.45 - - [2026-04-30 02:18:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005521 252.27.116.45 - - [2026-04-30 02:18:02] "POST /neutron/subnet HTTP/1.1" 200 675 0.010398 252.27.116.45 - - [2026-04-30 02:18:02] "POST /neutron/port HTTP/1.1" 200 117 0.001761 252.27.116.45 - - [2026-04-30 02:18:02] "POST /neutron/network HTTP/1.1" 200 837 0.007498 10.0.0.27 - - [2026-04-30 02:18:05] "GET /obj-perms HTTP/1.1" 200 6366 0.122608 252.27.116.45 - - [2026-04-30 02:18:05] "POST /neutron/port HTTP/1.1" 200 1113 0.022885 252.27.116.45 - - [2026-04-30 02:18:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007618 252.27.116.45 - - [2026-04-30 02:18:06] "POST /neutron/port HTTP/1.1" 200 1113 0.022345 10.0.0.27 - - [2026-04-30 02:18:06] "GET /obj-perms HTTP/1.1" 200 6366 0.064217 252.27.116.45 - - [2026-04-30 02:18:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008396 252.27.116.45 - - [2026-04-30 02:18:06] "POST /neutron/port HTTP/1.1" 200 1113 0.019645 252.27.116.45 - - [2026-04-30 02:18:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007982 10.0.0.27 - - [2026-04-30 02:18:06] "GET /virtual-machine/0a693ad2-8435-4eb9-8d24-c35bd0141438 HTTP/1.1" 401 295 0.000501 10.0.0.27 - - [2026-04-30 02:18:06] "GET /virtual-machine/0a693ad2-8435-4eb9-8d24-c35bd0141438 HTTP/1.1" 200 1291 0.041606 10.0.0.27 - - [2026-04-30 02:18:06] "GET /virtual-machine-interface/e7066891-3ff9-46ba-bd3f-d09c3aa153d5 HTTP/1.1" 200 2967 0.007231 10.0.0.27 - - [2026-04-30 02:18:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003365 10.0.0.27 - - [2026-04-30 02:18:06] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1879 0.003976 10.0.0.27 - - [2026-04-30 02:18:06] "GET /virtual-networks?parent_id=ebd0c459-7c86-4582-a3bf-f7fc3ccace67&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003234 10.0.0.27 - - [2026-04-30 02:18:07] "GET /virtual-network/ff49cc7f-bb3c-475c-be2f-bd80e9381768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006087 10.0.0.27 - - [2026-04-30 02:18:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.27 - - [2026-04-30 02:18:10] "GET /virtual-network/ff49cc7f-bb3c-475c-be2f-bd80e9381768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005587 10.0.0.27 - - [2026-04-30 02:18:10] "GET /global-system-configs HTTP/1.1" 401 295 0.000432 10.0.0.27 - - [2026-04-30 02:18:10] "GET /global-system-configs HTTP/1.1" 401 295 0.000436 252.27.116.45 - - [2026-04-30 02:18:12] "POST /neutron/port HTTP/1.1" 200 1113 0.015950 252.27.116.45 - - [2026-04-30 02:18:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006827 252.27.116.45 - - [2026-04-30 02:18:12] "POST /neutron/port HTTP/1.1" 200 1113 0.018275 10.0.0.27 - - [2026-04-30 02:18:12] "GET /global-system-configs HTTP/1.1" 401 295 0.000489 10.0.0.27 - - [2026-04-30 02:18:12] "GET /global-system-configs HTTP/1.1" 401 295 0.000483 252.27.116.45 - - [2026-04-30 02:18:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006077 10.0.0.27 - - [2026-04-30 02:18:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.27 - - [2026-04-30 02:18:14] "GET /virtual-network/ff49cc7f-bb3c-475c-be2f-bd80e9381768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005770 252.27.116.45 - - [2026-04-30 02:18:15] "POST /neutron/port HTTP/1.1" 200 1113 0.017231 252.27.116.45 - - [2026-04-30 02:18:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008492 10.0.0.27 - - [2026-04-30 02:18:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.27 - - [2026-04-30 02:18:16] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1879 0.004319 10.0.0.27 - - [2026-04-30 02:18:16] "GET /virtual-networks?parent_id=ebd0c459-7c86-4582-a3bf-f7fc3ccace67&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003210 10.0.0.27 - - [2026-04-30 02:18:16] "GET /virtual-network/ff49cc7f-bb3c-475c-be2f-bd80e9381768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005450 10.0.0.27 - - [2026-04-30 02:18:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003733 10.0.0.27 - - [2026-04-30 02:18:18] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1879 0.003903 10.0.0.27 - - [2026-04-30 02:18:18] "PUT /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb HTTP/1.1" 200 277 0.011031 252.27.116.45 - - [2026-04-30 02:18:18] "POST /neutron/network HTTP/1.1" 200 837 0.007522 252.27.116.45 - - [2026-04-30 02:18:19] "POST /neutron/network HTTP/1.1" 400 204 0.013298 252.27.116.45 - - [2026-04-30 02:18:19] "POST /neutron/port HTTP/1.1" 200 1113 0.027885 252.27.116.45 - - [2026-04-30 02:18:19] "POST /neutron/port HTTP/1.1" 200 1103 0.072230 252.27.116.45 - - [2026-04-30 02:18:19] "POST /neutron/port HTTP/1.1" 200 151 0.118172 252.27.116.45 - - [2026-04-30 02:18:21] "POST /neutron/network HTTP/1.1" 200 837 0.006858 10.0.0.27 - - [2026-04-30 02:18:21] "POST /useragent-kv HTTP/1.1" 200 115 0.004529 10.0.0.27 - - [2026-04-30 02:18:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005475 10.0.0.27 - - [2026-04-30 02:18:21] "POST /useragent-kv HTTP/1.1" 200 115 0.004761 252.27.116.45 - - [2026-04-30 02:18:21] "POST /neutron/network HTTP/1.1" 200 151 0.113217 10.0.0.27 - - [2026-04-30 02:18:21] "DELETE /route-target/e1566e7e-a229-4b71-b962-db145cd8d647 HTTP/1.1" 200 115 0.026624 10.0.0.27 - - [2026-04-30 02:18:22] "GET /global-vrouter-configs HTTP/1.1" 200 358 0.003249 10.0.0.27 - - [2026-04-30 02:18:22] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb HTTP/1.1" 200 1883 0.004397 10.0.0.27 - - [2026-04-30 02:18:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.27 - - [2026-04-30 02:18:22] "GET /projects?obj_uuids=ebd0c459-7c86-4582-a3bf-f7fc3ccace67&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001200 10.0.0.27 - - [2026-04-30 02:18:22] "GET /project/ebd0c459-7c86-4582-a3bf-f7fc3ccace67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.028245 252.27.116.45 - - [2026-04-30 02:18:22] "POST /neutron/network HTTP/1.1" 200 117 0.012508 10.0.0.27 - - [2026-04-30 02:18:22] "GET /projects?obj_uuids=ebd0c459-7c86-4582-a3bf-f7fc3ccace67&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001116 252.27.116.45 - - [2026-04-30 02:18:22] "POST /neutron/network HTTP/1.1" 200 603 0.077036 10.0.0.27 - - [2026-04-30 02:18:22] "POST /route-targets HTTP/1.1" 200 328 0.013328 10.0.0.27 - - [2026-04-30 02:18:22] "POST /ref-update HTTP/1.1" 200 156 0.013468 10.0.0.27 - - [2026-04-30 02:18:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003754 252.27.116.45 - - [2026-04-30 02:18:22] "POST /neutron/subnet HTTP/1.1" 200 725 0.160753 252.27.116.45 - - [2026-04-30 02:18:22] "POST /neutron/network HTTP/1.1" 200 822 0.006359 10.0.0.27 - - [2026-04-30 02:18:22] "POST /id-to-fqname HTTP/1.1" 200 218 0.001529 10.0.0.27 - - [2026-04-30 02:18:22] "GET /virtual-network/eb88f462-5fd9-4d0a-944c-5967ce37375c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005126 252.27.116.45 - - [2026-04-30 02:18:22] "POST /neutron/network HTTP/1.1" 200 822 0.007014 10.0.0.27 - - [2026-04-30 02:18:22] "GET /virtual-network/eb88f462-5fd9-4d0a-944c-5967ce37375c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005623 252.27.116.45 - - [2026-04-30 02:18:22] "POST /neutron/network HTTP/1.1" 200 822 0.006075 252.27.116.45 - - [2026-04-30 02:18:22] "POST /neutron/subnet HTTP/1.1" 200 725 0.008224 10.0.0.27 - - [2026-04-30 02:18:23] "POST /id-to-fqname HTTP/1.1" 200 218 0.001534 252.27.116.45 - - [2026-04-30 02:18:23] "POST /neutron/network HTTP/1.1" 200 832 0.007519 252.27.116.45 - - [2026-04-30 02:18:23] "GET /aaa-mode HTTP/1.1" 401 295 0.000624 252.27.116.45 - - [2026-04-30 02:18:23] "GET / HTTP/1.1" 200 36215 0.002653 252.27.116.45 - - [2026-04-30 02:18:23] "GET /project/ebd0c459-7c86-4582-a3bf-f7fc3ccace67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 295 0.000476 10.0.0.27 - - [2026-04-30 02:18:23] "GET /projects?obj_uuids=ebd0c459-7c86-4582-a3bf-f7fc3ccace67&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001256 252.27.116.45 - - [2026-04-30 02:18:23] "GET /project/ebd0c459-7c86-4582-a3bf-f7fc3ccace67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.059479 252.27.116.45 - - [2026-04-30 02:18:23] "POST /neutron/network HTTP/1.1" 200 822 0.006593 252.27.116.45 - - [2026-04-30 02:18:23] "POST /neutron/port HTTP/1.1" 200 117 0.005674 252.27.116.45 - - [2026-04-30 02:18:24] "POST /neutron/port HTTP/1.1" 200 117 0.006196 252.27.116.45 - - [2026-04-30 02:18:24] "POST /neutron/port HTTP/1.1" 200 117 0.007170 252.27.116.45 - - [2026-04-30 02:18:24] "POST /neutron/network HTTP/1.1" 200 832 0.006877 10.0.0.27 - - [2026-04-30 02:18:24] "GET /projects?obj_uuids=ebd0c459-7c86-4582-a3bf-f7fc3ccace67&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001390 252.27.116.45 - - [2026-04-30 02:18:25] "POST /neutron/port HTTP/1.1" 200 1058 0.314969 252.27.116.45 - - [2026-04-30 02:18:25] "POST /neutron/port HTTP/1.1" 200 1058 0.013313 252.27.116.45 - - [2026-04-30 02:18:25] "POST /neutron/port HTTP/1.1" 200 1058 0.014133 252.27.116.45 - - [2026-04-30 02:18:25] "POST /neutron/port HTTP/1.1" 200 1108 0.070075 252.27.116.45 - - [2026-04-30 02:18:25] "POST /neutron/port HTTP/1.1" 200 1118 0.015532 252.27.116.45 - - [2026-04-30 02:18:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003819 252.27.116.45 - - [2026-04-30 02:18:25] "POST /neutron/subnet HTTP/1.1" 200 699 0.009462 252.27.116.45 - - [2026-04-30 02:18:25] "POST /neutron/port HTTP/1.1" 200 117 0.001526 252.27.116.45 - - [2026-04-30 02:18:25] "POST /neutron/network HTTP/1.1" 200 822 0.006520 252.27.116.45 - - [2026-04-30 02:18:29] "POST /neutron/port HTTP/1.1" 200 1118 0.019583 252.27.116.45 - - [2026-04-30 02:18:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007171 252.27.116.45 - - [2026-04-30 02:18:29] "POST /neutron/port HTTP/1.1" 200 1118 0.015691 252.27.116.45 - - [2026-04-30 02:18:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006967 252.27.116.45 - - [2026-04-30 02:18:29] "POST /neutron/port HTTP/1.1" 200 1118 0.015391 252.27.116.45 - - [2026-04-30 02:18:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007738 10.0.0.27 - - [2026-04-30 02:18:29] "GET /virtual-machine/d38f4399-a79c-49dc-a758-cddaff9eebbf HTTP/1.1" 200 1293 0.005405 10.0.0.27 - - [2026-04-30 02:18:29] "GET /virtual-machine-interface/0bd5ef9f-08dd-4f07-902b-1952be4a7b47 HTTP/1.1" 200 2935 0.005810 10.0.0.27 - - [2026-04-30 02:18:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.27 - - [2026-04-30 02:18:29] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003269 10.0.0.27 - - [2026-04-30 02:18:29] "GET /virtual-networks?parent_id=ebd0c459-7c86-4582-a3bf-f7fc3ccace67&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003263 10.0.0.27 - - [2026-04-30 02:18:30] "GET /virtual-network/eb88f462-5fd9-4d0a-944c-5967ce37375c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007434 10.0.0.27 - - [2026-04-30 02:18:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003913 10.0.0.27 - - [2026-04-30 02:18:33] "GET /virtual-network/eb88f462-5fd9-4d0a-944c-5967ce37375c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005358 252.27.116.45 - - [2026-04-30 02:18:35] "POST /neutron/port HTTP/1.1" 200 1118 0.015366 252.27.116.45 - - [2026-04-30 02:18:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006479 252.27.116.45 - - [2026-04-30 02:18:35] "POST /neutron/port HTTP/1.1" 200 1118 0.016608 252.27.116.45 - - [2026-04-30 02:18:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006391 252.27.116.45 - - [2026-04-30 02:18:35] "POST /neutron/port HTTP/1.1" 200 1118 0.014074 252.27.116.45 - - [2026-04-30 02:18:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007619 10.0.0.27 - - [2026-04-30 02:18:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.27 - - [2026-04-30 02:18:37] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003753 10.0.0.27 - - [2026-04-30 02:18:37] "GET /virtual-networks?parent_id=ebd0c459-7c86-4582-a3bf-f7fc3ccace67&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003101 10.0.0.27 - - [2026-04-30 02:18:37] "GET /virtual-network/eb88f462-5fd9-4d0a-944c-5967ce37375c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007588 252.27.116.45 - - [2026-04-30 02:18:37] "POST /neutron/port HTTP/1.1" 200 1118 0.016047 252.27.116.45 - - [2026-04-30 02:18:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007096 252.27.116.45 - - [2026-04-30 02:18:44] "POST /neutron/network HTTP/1.1" 200 822 0.008466 252.27.116.45 - - [2026-04-30 02:18:44] "POST /neutron/network HTTP/1.1" 400 204 0.011858 252.27.116.45 - - [2026-04-30 02:18:45] "POST /neutron/port HTTP/1.1" 200 1118 0.024472 252.27.116.45 - - [2026-04-30 02:18:45] "POST /neutron/port HTTP/1.1" 200 1108 0.012954 252.27.116.45 - - [2026-04-30 02:18:45] "POST /neutron/port HTTP/1.1" 200 151 0.106161 252.27.116.45 - - [2026-04-30 02:18:46] "POST /neutron/network HTTP/1.1" 200 822 0.006920 10.0.0.27 - - [2026-04-30 02:18:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002533 10.0.0.27 - - [2026-04-30 02:18:47] "POST /useragent-kv HTTP/1.1" 200 115 0.003060 252.27.116.45 - - [2026-04-30 02:18:47] "POST /neutron/network HTTP/1.1" 200 151 0.091123 10.0.0.27 - - [2026-04-30 02:18:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.27 - - [2026-04-30 02:18:47] "DELETE /route-target/533ab868-70b2-4267-8c5d-8f9a5b8b51bf HTTP/1.1" 200 115 0.015227 10.0.0.27 - - [2026-04-30 02:18:47] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.003475 10.0.0.27 - - [2026-04-30 02:18:47] "POST /network-ipams HTTP/1.1" 200 541 0.021354 10.0.0.27 - - [2026-04-30 02:18:47] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 765 0.003730 10.0.0.27 - - [2026-04-30 02:18:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.27 - - [2026-04-30 02:18:47] "GET /network-ipam/93088dd6-9df6-4968-bb5e-74fbcf55613d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1330 0.005497 10.0.0.27 - - [2026-04-30 02:18:48] "PUT /network-ipam/93088dd6-9df6-4968-bb5e-74fbcf55613d HTTP/1.1" 200 259 0.011314 10.0.0.27 - - [2026-04-30 02:18:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003229 10.0.0.27 - - [2026-04-30 02:18:48] "GET /projects?obj_uuids=ebd0c459-7c86-4582-a3bf-f7fc3ccace67&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001528 10.0.0.27 - - [2026-04-30 02:18:48] "GET /project/ebd0c459-7c86-4582-a3bf-f7fc3ccace67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.031131 252.27.116.45 - - [2026-04-30 02:18:48] "POST /neutron/network HTTP/1.1" 200 117 0.011164 10.0.0.27 - - [2026-04-30 02:18:48] "GET /projects?obj_uuids=ebd0c459-7c86-4582-a3bf-f7fc3ccace67&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001402 252.27.116.45 - - [2026-04-30 02:18:48] "POST /neutron/network HTTP/1.1" 200 603 0.079244 10.0.0.27 - - [2026-04-30 02:18:48] "POST /route-targets HTTP/1.1" 200 328 0.012118 10.0.0.27 - - [2026-04-30 02:18:48] "POST /ref-update HTTP/1.1" 200 156 0.016066 10.0.0.27 - - [2026-04-30 02:18:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003642 252.27.116.45 - - [2026-04-30 02:18:48] "POST /neutron/subnet HTTP/1.1" 200 699 0.161809 10.0.0.27 - - [2026-04-30 02:18:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003655 252.27.116.45 - - [2026-04-30 02:18:48] "POST /neutron/subnet HTTP/1.1" 200 699 0.217811 252.27.116.45 - - [2026-04-30 02:18:48] "POST /neutron/network HTTP/1.1" 200 988 0.013057 10.0.0.27 - - [2026-04-30 02:18:49] "POST /id-to-fqname HTTP/1.1" 200 218 0.001470 10.0.0.27 - - [2026-04-30 02:18:49] "GET /virtual-network/5fb7c789-1a53-4066-93c2-82775568565a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006307 252.27.116.45 - - [2026-04-30 02:18:49] "POST /neutron/network HTTP/1.1" 200 988 0.010925 10.0.0.27 - - [2026-04-30 02:18:49] "GET /virtual-network/5fb7c789-1a53-4066-93c2-82775568565a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.009675 252.27.116.45 - - [2026-04-30 02:18:49] "POST /neutron/network HTTP/1.1" 200 988 0.011800 252.27.116.45 - - [2026-04-30 02:18:49] "POST /neutron/subnet HTTP/1.1" 200 699 0.008638 252.27.116.45 - - [2026-04-30 02:18:49] "POST /neutron/subnet HTTP/1.1" 200 699 0.008334 252.27.116.45 - - [2026-04-30 02:18:49] "POST /neutron/network HTTP/1.1" 200 988 0.007859 252.27.116.45 - - [2026-04-30 02:18:49] "POST /neutron/subnet HTTP/1.1" 200 699 0.007076 252.27.116.45 - - [2026-04-30 02:18:49] "POST /neutron/subnet HTTP/1.1" 200 699 0.008535 10.0.0.27 - - [2026-04-30 02:18:49] "GET /projects?obj_uuids=ebd0c459-7c86-4582-a3bf-f7fc3ccace67&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001469 252.27.116.45 - - [2026-04-30 02:18:49] "POST /neutron/port HTTP/1.1" 200 1015 0.190224 10.0.0.27 - - [2026-04-30 02:18:49] "GET /projects?obj_uuids=ebd0c459-7c86-4582-a3bf-f7fc3ccace67&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002413 252.27.116.45 - - [2026-04-30 02:18:50] "POST /neutron/port HTTP/1.1" 200 1015 0.208658 10.0.0.27 - - [2026-04-30 02:18:50] "POST /id-to-fqname HTTP/1.1" 200 218 0.001554 252.27.116.45 - - [2026-04-30 02:18:50] "POST /neutron/port HTTP/1.1" 200 1015 0.010535 252.27.116.45 - - [2026-04-30 02:18:50] "POST /neutron/port HTTP/1.1" 200 1015 0.010345 252.27.116.45 - - [2026-04-30 02:18:50] "POST /neutron/network HTTP/1.1" 200 988 0.008665 252.27.116.45 - - [2026-04-30 02:18:50] "POST /neutron/port HTTP/1.1" 200 1015 0.013321 252.27.116.45 - - [2026-04-30 02:18:50] "POST /neutron/port HTTP/1.1" 200 117 0.005586 252.27.116.45 - - [2026-04-30 02:18:50] "POST /neutron/port HTTP/1.1" 200 117 0.006414 10.0.0.27 - - [2026-04-30 02:18:50] "POST /id-to-fqname HTTP/1.1" 200 218 0.001568 252.27.116.45 - - [2026-04-30 02:18:50] "POST /neutron/port HTTP/1.1" 200 117 0.005740 252.27.116.45 - - [2026-04-30 02:18:51] "POST /neutron/port HTTP/1.1" 200 1015 0.013628 252.27.116.45 - - [2026-04-30 02:18:51] "POST /neutron/port HTTP/1.1" 200 1015 0.011321 252.27.116.45 - - [2026-04-30 02:18:51] "POST /neutron/port HTTP/1.1" 200 1015 0.009874 252.27.116.45 - - [2026-04-30 02:18:51] "POST /neutron/network HTTP/1.1" 200 988 0.007992 252.27.116.45 - - [2026-04-30 02:18:51] "POST /neutron/port HTTP/1.1" 200 1015 0.013051 252.27.116.45 - - [2026-04-30 02:18:51] "POST /neutron/port HTTP/1.1" 200 1015 0.021862 252.27.116.45 - - [2026-04-30 02:18:51] "POST /neutron/port HTTP/1.1" 200 117 0.007053 252.27.116.45 - - [2026-04-30 02:18:51] "POST /neutron/port HTTP/1.1" 200 117 0.005981 10.0.0.27 - - [2026-04-30 02:18:51] "POST /id-to-fqname HTTP/1.1" 200 218 0.001897 252.27.116.45 - - [2026-04-30 02:18:51] "POST /neutron/port HTTP/1.1" 200 1015 0.012637 252.27.116.45 - - [2026-04-30 02:18:51] "POST /neutron/port HTTP/1.1" 200 117 0.008670 252.27.116.45 - - [2026-04-30 02:18:51] "POST /neutron/network HTTP/1.1" 200 998 0.014541 252.27.116.45 - - [2026-04-30 02:18:51] "POST /neutron/port HTTP/1.1" 200 1015 0.023099 252.27.116.45 - - [2026-04-30 02:18:52] "POST /neutron/network HTTP/1.1" 200 998 0.008797 252.27.116.45 - - [2026-04-30 02:18:52] "POST /neutron/port HTTP/1.1" 200 1015 0.012934 252.27.116.45 - - [2026-04-30 02:18:52] "GET /aaa-mode HTTP/1.1" 401 295 0.000461 252.27.116.45 - - [2026-04-30 02:18:52] "GET / HTTP/1.1" 200 36215 0.002983 252.27.116.45 - - [2026-04-30 02:18:52] "GET /project/ebd0c459-7c86-4582-a3bf-f7fc3ccace67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 295 0.000533 252.27.116.45 - - [2026-04-30 02:18:52] "POST /neutron/port HTTP/1.1" 200 1103 0.146917 252.27.116.45 - - [2026-04-30 02:18:52] "POST /neutron/port HTTP/1.1" 200 1015 0.012370 252.27.116.45 - - [2026-04-30 02:18:52] "POST /neutron/port HTTP/1.1" 200 1113 0.015765 252.27.116.45 - - [2026-04-30 02:18:52] "POST /neutron/network HTTP/1.1" 200 998 0.007092 252.27.116.45 - - [2026-04-30 02:18:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004403 252.27.116.45 - - [2026-04-30 02:18:52] "POST /neutron/port HTTP/1.1" 200 1015 0.025660 10.0.0.27 - - [2026-04-30 02:18:52] "GET /projects?obj_uuids=ebd0c459-7c86-4582-a3bf-f7fc3ccace67&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001866 252.27.116.45 - - [2026-04-30 02:18:52] "POST /neutron/subnet HTTP/1.1" 200 673 0.020196 252.27.116.45 - - [2026-04-30 02:18:52] "GET /project/ebd0c459-7c86-4582-a3bf-f7fc3ccace67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.069885 252.27.116.45 - - [2026-04-30 02:18:52] "POST /neutron/port HTTP/1.1" 200 1015 0.013710 252.27.116.45 - - [2026-04-30 02:18:52] "POST /neutron/network HTTP/1.1" 200 988 0.007312 252.27.116.45 - - [2026-04-30 02:18:52] "POST /neutron/port HTTP/1.1" 200 117 0.001424 252.27.116.45 - - [2026-04-30 02:18:52] "POST /neutron/network HTTP/1.1" 200 988 0.009828 252.27.116.45 - - [2026-04-30 02:18:52] "POST /neutron/port HTTP/1.1" 200 1103 0.151954 252.27.116.45 - - [2026-04-30 02:18:52] "POST /neutron/port HTTP/1.1" 200 2074 0.031871 252.27.116.45 - - [2026-04-30 02:18:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012209 252.27.116.45 - - [2026-04-30 02:18:52] "POST /neutron/port HTTP/1.1" 200 1113 0.023849 252.27.116.45 - - [2026-04-30 02:18:52] "POST /neutron/port HTTP/1.1" 200 117 0.005710 252.27.116.45 - - [2026-04-30 02:18:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004483 10.0.0.27 - - [2026-04-30 02:18:53] "GET /domains HTTP/1.1" 200 438 0.007276 252.27.116.45 - - [2026-04-30 02:18:53] "POST /neutron/subnet HTTP/1.1" 200 673 0.015751 10.0.0.27 - - [2026-04-30 02:18:53] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.002236 10.0.0.27 - - [2026-04-30 02:18:53] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36 HTTP/1.1" 200 1305 0.014535 252.27.116.45 - - [2026-04-30 02:18:53] "POST /neutron/port HTTP/1.1" 200 117 0.001376 10.0.0.27 - - [2026-04-30 02:18:53] "GET /projects?obj_uuids=ebd0c459-7c86-4582-a3bf-f7fc3ccace67&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001289 10.0.0.27 - - [2026-04-30 02:18:53] "GET /project/ebd0c459-7c86-4582-a3bf-f7fc3ccace67 HTTP/1.1" 200 2836 0.055364 252.27.116.45 - - [2026-04-30 02:18:53] "POST /neutron/network HTTP/1.1" 200 988 0.012581 10.0.0.27 - - [2026-04-30 02:18:53] "GET /network-ipam/93088dd6-9df6-4968-bb5e-74fbcf55613d HTTP/1.1" 200 2646 0.008414 10.0.0.27 - - [2026-04-30 02:18:53] "GET /domains HTTP/1.1" 200 438 0.003200 10.0.0.27 - - [2026-04-30 02:18:53] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.011272 10.0.0.27 - - [2026-04-30 02:18:53] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36 HTTP/1.1" 200 1305 0.019494 252.27.116.45 - - [2026-04-30 02:18:53] "POST /neutron/network HTTP/1.1" 200 998 0.009317 10.0.0.27 - - [2026-04-30 02:18:53] "GET /projects?obj_uuids=ebd0c459-7c86-4582-a3bf-f7fc3ccace67&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001131 10.0.0.27 - - [2026-04-30 02:18:53] "GET /project/ebd0c459-7c86-4582-a3bf-f7fc3ccace67 HTTP/1.1" 200 2836 0.049378 10.0.0.27 - - [2026-04-30 02:18:53] "GET /projects?obj_uuids=ebd0c459-7c86-4582-a3bf-f7fc3ccace67&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002558 10.0.0.27 - - [2026-04-30 02:18:53] "GET /virtual-network/5fb7c789-1a53-4066-93c2-82775568565a HTTP/1.1" 200 3778 0.007401 10.0.0.27 - - [2026-04-30 02:18:53] "GET /virtual-network/5fb7c789-1a53-4066-93c2-82775568565a HTTP/1.1" 200 4035 0.042163 10.0.0.27 - - [2026-04-30 02:18:53] "GET /routing-instance/d60f8830-a97b-4a04-a0fa-d099372739ab HTTP/1.1" 200 2811 0.006916 10.0.0.27 - - [2026-04-30 02:18:53] "GET /routing-instance/d60f8830-a97b-4a04-a0fa-d099372739ab HTTP/1.1" 200 2811 0.004597 252.27.116.45 - - [2026-04-30 02:18:53] "POST /neutron/port HTTP/1.1" 200 1053 0.285119 10.0.0.27 - - [2026-04-30 02:18:53] "GET /route-target/43d0c27e-46ad-4c13-8530-352393d140c0 HTTP/1.1" 200 1203 0.004282 252.27.116.45 - - [2026-04-30 02:18:53] "POST /neutron/port HTTP/1.1" 200 1053 0.014801 10.0.0.27 - - [2026-04-30 02:18:53] "GET /virtual-network/5fb7c789-1a53-4066-93c2-82775568565a HTTP/1.1" 200 4230 0.008611 252.27.116.45 - - [2026-04-30 02:18:54] "POST /neutron/port HTTP/1.1" 200 1053 0.015613 10.0.0.27 - - [2026-04-30 02:18:54] "GET /routing-instance/d60f8830-a97b-4a04-a0fa-d099372739ab HTTP/1.1" 200 2811 0.004099 10.0.0.27 - - [2026-04-30 02:18:54] "GET /virtual-network/5fb7c789-1a53-4066-93c2-82775568565a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005404 10.0.0.27 - - [2026-04-30 02:18:54] "GET /virtual-network/5fb7c789-1a53-4066-93c2-82775568565a HTTP/1.1" 200 4230 0.006064 252.27.116.45 - - [2026-04-30 02:18:54] "POST /neutron/port HTTP/1.1" 200 1103 0.087969 10.0.0.27 - - [2026-04-30 02:18:54] "GET /routing-instance/d60f8830-a97b-4a04-a0fa-d099372739ab HTTP/1.1" 200 2811 0.005505 10.0.0.27 - - [2026-04-30 02:18:54] "GET /routing-instance/d60f8830-a97b-4a04-a0fa-d099372739ab HTTP/1.1" 200 2811 0.005571 252.27.116.45 - - [2026-04-30 02:18:54] "POST /neutron/port HTTP/1.1" 200 1113 0.022129 10.0.0.27 - - [2026-04-30 02:18:54] "GET /route-target/43d0c27e-46ad-4c13-8530-352393d140c0 HTTP/1.1" 200 1203 0.005642 252.27.116.45 - - [2026-04-30 02:18:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003714 252.27.116.45 - - [2026-04-30 02:18:54] "POST /neutron/subnet HTTP/1.1" 200 673 0.009169 10.0.0.27 - - [2026-04-30 02:18:54] "GET /domains HTTP/1.1" 200 438 0.002934 252.27.116.45 - - [2026-04-30 02:18:54] "POST /neutron/port HTTP/1.1" 200 117 0.001966 10.0.0.27 - - [2026-04-30 02:18:54] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001235 10.0.0.27 - - [2026-04-30 02:18:54] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36 HTTP/1.1" 200 1305 0.008385 252.27.116.45 - - [2026-04-30 02:18:54] "POST /neutron/network HTTP/1.1" 200 988 0.010634 10.0.0.27 - - [2026-04-30 02:18:54] "GET /projects?obj_uuids=ebd0c459-7c86-4582-a3bf-f7fc3ccace67&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001189 10.0.0.27 - - [2026-04-30 02:18:54] "GET /project/ebd0c459-7c86-4582-a3bf-f7fc3ccace67 HTTP/1.1" 200 3079 0.032243 10.0.0.27 - - [2026-04-30 02:18:54] "GET /virtual-network/5fb7c789-1a53-4066-93c2-82775568565a HTTP/1.1" 200 4230 0.010869 10.0.0.27 - - [2026-04-30 02:18:55] "GET /obj-perms HTTP/1.1" 200 6413 0.069752 252.27.116.45 - - [2026-04-30 02:18:55] "POST /neutron/port HTTP/1.1" 200 1113 0.039667 252.27.116.45 - - [2026-04-30 02:18:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010964 252.27.116.45 - - [2026-04-30 02:19:00] "POST /neutron/port HTTP/1.1" 200 1113 0.019869 252.27.116.45 - - [2026-04-30 02:19:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.069412 252.27.116.45 - - [2026-04-30 02:19:00] "POST /neutron/port HTTP/1.1" 200 1113 0.027827 252.27.116.45 - - [2026-04-30 02:19:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.014910 252.27.116.45 - - [2026-04-30 02:19:01] "POST /neutron/port HTTP/1.1" 200 1113 0.026242 252.27.116.45 - - [2026-04-30 02:19:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009089 10.0.0.27 - - [2026-04-30 02:19:01] "GET /virtual-machine/a7e7b98e-a20d-4e0f-8611-62bfbc8a76e5 HTTP/1.1" 200 1288 0.006205 10.0.0.27 - - [2026-04-30 02:19:01] "GET /virtual-machine-interface/96f835f2-6abf-49a1-b9a3-8287f38282ab HTTP/1.1" 200 2937 0.009330 10.0.0.27 - - [2026-04-30 02:19:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003841 10.0.0.27 - - [2026-04-30 02:19:01] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005040 10.0.0.27 - - [2026-04-30 02:19:01] "GET /virtual-networks?parent_id=ebd0c459-7c86-4582-a3bf-f7fc3ccace67&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005696 10.0.0.27 - - [2026-04-30 02:19:01] "GET /virtual-network/5fb7c789-1a53-4066-93c2-82775568565a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.019638 252.27.116.45 - - [2026-04-30 02:19:04] "POST /neutron/port HTTP/1.1" 200 1113 0.018698 252.27.116.45 - - [2026-04-30 02:19:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006362 252.27.116.45 - - [2026-04-30 02:19:04] "POST /neutron/port HTTP/1.1" 200 1113 0.035685 252.27.116.45 - - [2026-04-30 02:19:04] "POST /neutron/port HTTP/1.1" 200 1113 0.023038 252.27.116.45 - - [2026-04-30 02:19:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010854 252.27.116.45 - - [2026-04-30 02:19:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006534 10.0.0.27 - - [2026-04-30 02:19:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004322 10.0.0.27 - - [2026-04-30 02:19:04] "GET /virtual-network/5fb7c789-1a53-4066-93c2-82775568565a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006510 252.27.116.45 - - [2026-04-30 02:19:04] "POST /neutron/port HTTP/1.1" 200 1113 0.022737 252.27.116.45 - - [2026-04-30 02:19:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.013700 252.27.116.45 - - [2026-04-30 02:19:05] "POST /neutron/port HTTP/1.1" 200 1113 0.020060 252.27.116.45 - - [2026-04-30 02:19:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006161 252.27.116.45 - - [2026-04-30 02:19:05] "POST /neutron/port HTTP/1.1" 200 1113 0.019052 252.27.116.45 - - [2026-04-30 02:19:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009526 252.27.116.45 - - [2026-04-30 02:19:05] "POST /neutron/port HTTP/1.1" 200 1113 0.022498 252.27.116.45 - - [2026-04-30 02:19:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008637 252.27.116.45 - - [2026-04-30 02:19:05] "POST /neutron/port HTTP/1.1" 200 1113 0.022046 252.27.116.45 - - [2026-04-30 02:19:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010982 10.0.0.27 - - [2026-04-30 02:19:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.026033 10.0.0.27 - - [2026-04-30 02:19:06] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.033642 10.0.0.27 - - [2026-04-30 02:19:07] "GET /obj-perms HTTP/1.1" 200 6366 0.314792 10.0.0.27 - - [2026-04-30 02:19:07] "GET /virtual-networks?parent_id=ebd0c459-7c86-4582-a3bf-f7fc3ccace67&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.075732 10.0.0.27 - - [2026-04-30 02:19:07] "GET /virtual-network/5fb7c789-1a53-4066-93c2-82775568565a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.032700 252.27.116.45 - - [2026-04-30 02:19:07] "POST /neutron/port HTTP/1.1" 200 1113 0.082469 252.27.116.45 - - [2026-04-30 02:19:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.029234 252.27.116.45 - - [2026-04-30 02:19:08] "POST /neutron/port HTTP/1.1" 200 1113 0.079019 252.27.116.45 - - [2026-04-30 02:19:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.025518 10.0.0.27 - - [2026-04-30 02:19:08] "GET /obj-perms HTTP/1.1" 200 6366 0.224286 252.27.116.45 - - [2026-04-30 02:19:08] "POST /neutron/port HTTP/1.1" 200 1113 0.105827 252.27.116.45 - - [2026-04-30 02:19:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.132019 252.27.116.45 - - [2026-04-30 02:19:08] "POST /neutron/port HTTP/1.1" 200 1113 0.081790 252.27.116.45 - - [2026-04-30 02:19:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.056692 252.27.116.45 - - [2026-04-30 02:19:09] "POST /neutron/port HTTP/1.1" 200 1113 0.145586 252.27.116.45 - - [2026-04-30 02:19:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.055676 10.0.0.27 - - [2026-04-30 02:19:09] "GET /virtual-machine/ccf036fd-19bf-4244-9e53-41ec99408aac HTTP/1.1" 200 1289 0.016388 10.0.0.27 - - [2026-04-30 02:19:09] "GET /virtual-machine-interface/86fe3d11-ebac-498c-a2da-9b178d1791ce HTTP/1.1" 200 2936 0.033325 252.27.116.45 - - [2026-04-30 02:19:09] "POST /neutron/port HTTP/1.1" 200 1113 0.052696 252.27.116.45 - - [2026-04-30 02:19:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.039718 10.0.0.27 - - [2026-04-30 02:19:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.055283 10.0.0.27 - - [2026-04-30 02:19:09] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.029135 10.0.0.27 - - [2026-04-30 02:19:10] "GET /virtual-networks?parent_id=ebd0c459-7c86-4582-a3bf-f7fc3ccace67&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.026147 10.0.0.27 - - [2026-04-30 02:19:10] "GET /virtual-network/5fb7c789-1a53-4066-93c2-82775568565a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.053611 252.27.116.45 - - [2026-04-30 02:19:10] "POST /neutron/port HTTP/1.1" 200 1113 0.020492 252.27.116.45 - - [2026-04-30 02:19:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.018970 10.0.0.27 - - [2026-04-30 02:19:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.008571 10.0.0.27 - - [2026-04-30 02:19:11] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.010834 10.0.0.27 - - [2026-04-30 02:19:11] "GET /virtual-networks?parent_id=ebd0c459-7c86-4582-a3bf-f7fc3ccace67&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.019659 10.0.0.27 - - [2026-04-30 02:19:11] "GET /virtual-network/5fb7c789-1a53-4066-93c2-82775568565a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.059187 252.27.116.45 - - [2026-04-30 02:19:12] "POST /neutron/port HTTP/1.1" 200 1113 0.054651 252.27.116.45 - - [2026-04-30 02:19:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.037808 252.27.116.45 - - [2026-04-30 02:19:12] "POST /neutron/port HTTP/1.1" 200 1113 0.045263 252.27.116.45 - - [2026-04-30 02:19:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.036372 252.27.116.45 - - [2026-04-30 02:19:12] "POST /neutron/port HTTP/1.1" 200 1113 0.135633 252.27.116.45 - - [2026-04-30 02:19:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.065796 10.0.0.27 - - [2026-04-30 02:19:12] "GET /virtual-machine/d83ad4d4-f538-47e4-a586-ae196c2bda0a HTTP/1.1" 200 1293 0.027372 10.0.0.27 - - [2026-04-30 02:19:13] "GET /virtual-machine-interface/33106940-eba0-4521-bbdd-a102f342f943 HTTP/1.1" 200 2936 0.018591 10.0.0.27 - - [2026-04-30 02:19:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.014234 10.0.0.27 - - [2026-04-30 02:19:13] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004495 10.0.0.27 - - [2026-04-30 02:19:13] "GET /virtual-networks?parent_id=ebd0c459-7c86-4582-a3bf-f7fc3ccace67&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003244 10.0.0.27 - - [2026-04-30 02:19:13] "GET /virtual-network/5fb7c789-1a53-4066-93c2-82775568565a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.073060 10.0.0.27 - - [2026-04-30 02:19:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.015234 10.0.0.27 - - [2026-04-30 02:19:14] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007902 10.0.0.27 - - [2026-04-30 02:19:14] "GET /virtual-networks?parent_id=ebd0c459-7c86-4582-a3bf-f7fc3ccace67&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.007476 10.0.0.27 - - [2026-04-30 02:19:14] "GET /virtual-network/5fb7c789-1a53-4066-93c2-82775568565a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.018342 252.27.116.45 - - [2026-04-30 02:19:16] "POST /neutron/port HTTP/1.1" 200 1113 0.070363 252.27.116.45 - - [2026-04-30 02:19:16] "POST /neutron/port HTTP/1.1" 200 1113 0.042949 252.27.116.45 - - [2026-04-30 02:19:16] "POST /neutron/network HTTP/1.1" 200 998 0.009728 252.27.116.45 - - [2026-04-30 02:19:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007461 252.27.116.45 - - [2026-04-30 02:19:16] "POST /neutron/subnet HTTP/1.1" 200 673 0.019243 252.27.116.45 - - [2026-04-30 02:19:16] "POST /neutron/port HTTP/1.1" 200 117 0.001785 252.27.116.45 - - [2026-04-30 02:19:16] "POST /neutron/network HTTP/1.1" 200 988 0.013526 252.27.116.45 - - [2026-04-30 02:19:31] "POST /neutron/port HTTP/1.1" 200 1103 0.039884 252.27.116.45 - - [2026-04-30 02:19:31] "POST /neutron/port HTTP/1.1" 200 1103 0.012469 252.27.116.45 - - [2026-04-30 02:19:32] "POST /neutron/port HTTP/1.1" 200 151 0.711835 252.27.116.45 - - [2026-04-30 02:19:32] "POST /neutron/port HTTP/1.1" 200 1103 0.069887 252.27.116.45 - - [2026-04-30 02:19:32] "POST /neutron/port HTTP/1.1" 200 1103 0.017006 252.27.116.45 - - [2026-04-30 02:19:32] "POST /neutron/port HTTP/1.1" 200 1113 0.040779 252.27.116.45 - - [2026-04-30 02:19:32] "POST /neutron/port HTTP/1.1" 200 1103 0.012863 252.27.116.45 - - [2026-04-30 02:19:33] "POST /neutron/port HTTP/1.1" 200 151 0.386020 252.27.116.45 - - [2026-04-30 02:19:33] "POST /neutron/network HTTP/1.1" 200 988 0.024539 252.27.116.45 - - [2026-04-30 02:19:33] "POST /neutron/port HTTP/1.1" 200 151 0.271933 10.0.0.27 - - [2026-04-30 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.058626 10.0.0.27 - - [2026-04-30 02:19:33] "POST /useragent-kv HTTP/1.1" 200 115 0.039483 10.0.0.27 - - [2026-04-30 02:19:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002943 10.0.0.27 - - [2026-04-30 02:19:33] "POST /useragent-kv HTTP/1.1" 200 115 0.003791 10.0.0.27 - - [2026-04-30 02:19:33] "POST /useragent-kv HTTP/1.1" 200 115 0.003409 252.27.116.45 - - [2026-04-30 02:19:33] "POST /neutron/network HTTP/1.1" 200 151 0.300709 10.0.0.27 - - [2026-04-30 02:19:33] "DELETE /route-target/43d0c27e-46ad-4c13-8530-352393d140c0 HTTP/1.1" 200 115 0.056484 10.0.0.27 - - [2026-04-30 02:19:33] "GET /routing-instance/d60f8830-a97b-4a04-a0fa-d099372739ab HTTP/1.1" 404 171 0.003149 10.0.0.27 - - [2026-04-30 02:19:33] "GET /domains HTTP/1.1" 200 438 0.003173 10.0.0.27 - - [2026-04-30 02:19:33] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.003748 10.0.0.27 - - [2026-04-30 02:19:33] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36 HTTP/1.1" 200 1305 0.015913 10.0.0.27 - - [2026-04-30 02:19:33] "GET /projects?obj_uuids=ebd0c459-7c86-4582-a3bf-f7fc3ccace67&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001573 10.0.0.27 - - [2026-04-30 02:19:33] "GET /project/ebd0c459-7c86-4582-a3bf-f7fc3ccace67 HTTP/1.1" 200 2082 0.039609 10.0.0.27 - - [2026-04-30 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004600 10.0.0.27 - - [2026-04-30 02:19:34] "DELETE /network-ipam/93088dd6-9df6-4968-bb5e-74fbcf55613d HTTP/1.1" 200 115 0.044652 10.0.0.27 - - [2026-04-30 02:19:34] "POST /fqname-to-id HTTP/1.1" 404 209 0.007002 10.0.0.27 - - [2026-04-30 02:19:34] "GET /projects?obj_uuids=ebd0c459-7c86-4582-a3bf-f7fc3ccace67&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001204 10.0.0.27 - - [2026-04-30 02:19:34] "GET /project/ebd0c459-7c86-4582-a3bf-f7fc3ccace67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.058917 10.0.0.27 - - [2026-04-30 02:19:34] "GET /projects?obj_uuids=ebd0c459-7c86-4582-a3bf-f7fc3ccace67&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001118 10.0.0.27 - - [2026-04-30 02:19:34] "GET /project/ebd0c459-7c86-4582-a3bf-f7fc3ccace67?fields=virtual_networks HTTP/1.1" 200 1033 0.077964 10.0.0.27 - - [2026-04-30 02:19:34] "GET /projects?obj_uuids=ebd0c459-7c86-4582-a3bf-f7fc3ccace67&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001228 10.0.0.27 - - [2026-04-30 02:19:34] "GET /project/ebd0c459-7c86-4582-a3bf-f7fc3ccace67?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.032082 10.0.0.27 - - [2026-04-30 02:19:35] "GET /projects?obj_uuids=ebd0c459-7c86-4582-a3bf-f7fc3ccace67&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002134 10.0.0.27 - - [2026-04-30 02:19:35] "GET /project/ebd0c459-7c86-4582-a3bf-f7fc3ccace67?fields=security_groups HTTP/1.1" 200 1258 0.036421 [Introspect:8084]10.0.0.27 - - [2026-04-30 02:19:35] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001092 [Introspect:8084]10.0.0.27 - - [2026-04-30 02:19:35] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2956 0.001518 252.27.116.45 - - [2026-04-30 02:19:36] "POST /neutron/port HTTP/1.1" 200 117 0.006029 252.27.116.45 - - [2026-04-30 02:19:36] "POST /neutron/port HTTP/1.1" 400 205 0.003900 252.27.116.45 - - [2026-04-30 02:19:36] "POST /neutron/port HTTP/1.1" 200 117 0.005768 252.27.116.45 - - [2026-04-30 02:19:37] "POST /neutron/port HTTP/1.1" 400 205 0.004220 [Introspect:8084]10.0.0.27 - - [2026-04-30 02:19:41] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001005 [Introspect:8084]10.0.0.27 - - [2026-04-30 02:19:41] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2956 0.001391 [Introspect:8084]10.0.0.27 - - [2026-04-30 02:19:47] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001346 [Introspect:8084]10.0.0.27 - - [2026-04-30 02:19:47] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2956 0.001305 10.0.0.27 - - [2026-04-30 02:19:51] "GET / HTTP/1.1" 200 36215 0.002590 10.0.0.27 - - [2026-04-30 02:19:52] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 295 0.000533 10.0.0.27 - - [2026-04-30 02:19:52] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001214 10.0.0.27 - - [2026-04-30 02:19:52] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 943 0.040298 10.0.0.27 - - [2026-04-30 02:19:53] "POST /fqname-to-id HTTP/1.1" 404 181 0.038150 10.0.0.27 - - [2026-04-30 02:19:53] "GET /projects?obj_uuids=6189831e-1c3e-4edb-b657-52d14e3a1983&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004346 10.0.0.27 - - [2026-04-30 02:19:53] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001153 10.0.0.27 - - [2026-04-30 02:19:53] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 974 0.042264 10.0.0.27 - - [2026-04-30 02:19:53] "POST /id-to-fqname HTTP/1.1" 200 183 0.001395 10.0.0.27 - - [2026-04-30 02:19:53] "POST /fqname-to-id HTTP/1.1" 404 192 0.003681 10.0.0.27 - - [2026-04-30 02:19:53] "POST /security-groups HTTP/1.1" 200 578 0.064540 10.0.0.27 - - [2026-04-30 02:19:53] "POST /fqname-to-id HTTP/1.1" 404 227 0.003314 10.0.0.27 - - [2026-04-30 02:19:53] "POST /projects HTTP/1.1" 200 567 0.230704 10.0.0.27 - - [2026-04-30 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.265332 10.0.0.27 - - [2026-04-30 02:19:53] "POST /access-control-lists HTTP/1.1" 200 591 0.062893 10.0.0.27 - - [2026-04-30 02:19:53] "GET /project/6189831e-1c3e-4edb-b657-52d14e3a1983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.477434 10.0.0.27 - - [2026-04-30 02:19:53] "POST /fqname-to-id HTTP/1.1" 404 226 0.004324 10.0.0.27 - - [2026-04-30 02:19:53] "POST /access-control-lists HTTP/1.1" 200 589 0.071862 10.0.0.27 - - [2026-04-30 02:19:54] "GET / HTTP/1.1" 200 36215 0.002078 10.0.0.27 - - [2026-04-30 02:19:56] "DELETE /project/6189831e1c3e4edbb65752d14e3a1983 HTTP/1.1" 404 173 0.007601 10.0.0.27 - - [2026-04-30 02:19:56] "GET /projects?obj_uuids=ebd0c459-7c86-4582-a3bf-f7fc3ccace67&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001212 10.0.0.27 - - [2026-04-30 02:19:56] "GET /project/ebd0c459-7c86-4582-a3bf-f7fc3ccace67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.032987 10.0.0.27 - - [2026-04-30 02:19:56] "GET /projects?obj_uuids=ebd0c459-7c86-4582-a3bf-f7fc3ccace67&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002317 10.0.0.27 - - [2026-04-30 02:19:56] "GET /project/ebd0c459-7c86-4582-a3bf-f7fc3ccace67?fields=security_groups HTTP/1.1" 200 1351 0.079988 10.0.0.27 - - [2026-04-30 02:19:57] "DELETE /security-group/98f66762-fac8-4208-8961-6d50a904f45c HTTP/1.1" 200 115 0.044607 10.0.0.27 - - [2026-04-30 02:19:57] "GET /projects?obj_uuids=ebd0c459-7c86-4582-a3bf-f7fc3ccace67&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001530 10.0.0.27 - - [2026-04-30 02:19:57] "DELETE /access-control-list/48cde019-fbe1-460e-8376-5ab255e8c23f HTTP/1.1" 200 115 0.048537 10.0.0.27 - - [2026-04-30 02:19:57] "GET /project/ebd0c459-7c86-4582-a3bf-f7fc3ccace67?fields=application_policy_sets HTTP/1.1" 200 1390 0.072420 10.0.0.27 - - [2026-04-30 02:19:57] "DELETE /access-control-list/c13bf5dc-80f7-44f0-95f0-527cd57f3d6a HTTP/1.1" 200 115 0.055887 10.0.0.27 - - [2026-04-30 02:19:57] "POST /fqname-to-id HTTP/1.1" 401 295 0.000510 10.0.0.27 - - [2026-04-30 02:19:57] "DELETE /project/ebd0c459-7c86-4582-a3bf-f7fc3ccace67 HTTP/1.1" 200 115 0.411978 10.0.0.27 - - [2026-04-30 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.034052 10.0.0.27 - - [2026-04-30 02:19:57] "GET /api-access-list/9651f91f-2773-412d-b975-488b0914f1cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.004947 10.0.0.27 - - [2026-04-30 02:19:57] "GET /api-access-list/9651f91f-2773-412d-b975-488b0914f1cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003757 10.0.0.27 - - [2026-04-30 02:19:57] "GET /api-access-list/9651f91f-2773-412d-b975-488b0914f1cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.004096 10.0.0.27 - - [2026-04-30 02:19:57] "PUT /api-access-list/9651f91f-2773-412d-b975-488b0914f1cd HTTP/1.1" 200 265 0.010737 10.0.0.27 - - [2026-04-30 02:19:58] "GET /aaa-mode HTTP/1.1" 401 295 0.000458 10.0.0.27 - - [2026-04-30 02:19:58] "GET /aaa-mode HTTP/1.1" 200 128 0.034538 10.0.0.27 - - [2026-04-30 02:19:58] "POST /fqname-to-id HTTP/1.1" 404 181 0.032979 10.0.0.27 - - [2026-04-30 02:19:59] "GET /projects?obj_uuids=04835a8d-0b92-42f1-8409-b409144b640f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002894 10.0.0.27 - - [2026-04-30 02:19:59] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001807 10.0.0.27 - - [2026-04-30 02:19:59] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 974 0.010146 10.0.0.27 - - [2026-04-30 02:19:59] "POST /id-to-fqname HTTP/1.1" 200 183 0.002652 10.0.0.27 - - [2026-04-30 02:19:59] "POST /fqname-to-id HTTP/1.1" 404 192 0.009897 10.0.0.27 - - [2026-04-30 02:19:59] "POST /security-groups HTTP/1.1" 200 578 0.068399 10.0.0.27 - - [2026-04-30 02:19:59] "POST /fqname-to-id HTTP/1.1" 404 227 0.003054 10.0.0.27 - - [2026-04-30 02:19:59] "POST /projects HTTP/1.1" 200 567 0.264819 10.0.0.27 - - [2026-04-30 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.307258 10.0.0.27 - - [2026-04-30 02:19:59] "POST /access-control-lists HTTP/1.1" 200 591 0.064475 10.0.0.27 - - [2026-04-30 02:19:59] "GET /project/04835a8d-0b92-42f1-8409-b409144b640f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1340 0.495908 10.0.0.27 - - [2026-04-30 02:19:59] "POST /fqname-to-id HTTP/1.1" 404 226 0.010758 10.0.0.27 - - [2026-04-30 02:19:59] "POST /access-control-lists HTTP/1.1" 200 589 0.063988 10.0.0.27 - - [2026-04-30 02:19:59] "POST /fqname-to-id HTTP/1.1" 404 181 0.032420 10.0.0.27 - - [2026-04-30 02:19:59] "GET /projects?obj_uuids=a766dc71-ba90-4226-a037-0ececc555a23&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002604 10.0.0.27 - - [2026-04-30 02:20:00] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001305 10.0.0.27 - - [2026-04-30 02:20:00] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 974 0.008248 10.0.0.27 - - [2026-04-30 02:20:00] "POST /id-to-fqname HTTP/1.1" 200 183 0.001401 10.0.0.27 - - [2026-04-30 02:20:00] "POST /fqname-to-id HTTP/1.1" 404 192 0.010022 10.0.0.27 - - [2026-04-30 02:20:00] "POST /security-groups HTTP/1.1" 200 578 0.074796 10.0.0.27 - - [2026-04-30 02:20:00] "POST /fqname-to-id HTTP/1.1" 404 227 0.003540 10.0.0.27 - - [2026-04-30 02:20:00] "POST /projects HTTP/1.1" 200 567 0.267463 10.0.0.27 - - [2026-04-30 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.307411 10.0.0.27 - - [2026-04-30 02:20:00] "POST /access-control-lists HTTP/1.1" 200 591 0.078970 10.0.0.27 - - [2026-04-30 02:20:00] "GET /project/a766dc71-ba90-4226-a037-0ececc555a23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.530654 10.0.0.27 - - [2026-04-30 02:20:00] "POST /fqname-to-id HTTP/1.1" 404 226 0.006412 10.0.0.27 - - [2026-04-30 02:20:00] "POST /access-control-lists HTTP/1.1" 200 589 0.077769 10.0.0.27 - - [2026-04-30 02:20:01] "GET / HTTP/1.1" 200 36215 0.003024 10.0.0.27 - - [2026-04-30 02:20:02] "GET / HTTP/1.1" 200 36215 0.002088 10.0.0.27 - - [2026-04-30 02:20:03] "POST /fqname-to-id HTTP/1.1" 404 181 0.004109 10.0.0.27 - - [2026-04-30 02:20:03] "POST /api-access-lists HTTP/1.1" 200 521 0.025165 10.0.0.27 - - [2026-04-30 02:20:03] "GET /api-access-list/be218e28-e991-45c7-961b-c922d8c56a0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1266 0.006015 10.0.0.27 - - [2026-04-30 02:20:03] "GET /api-access-list/be218e28-e991-45c7-961b-c922d8c56a0e HTTP/1.1" 401 295 0.000432 10.0.0.27 - - [2026-04-30 02:20:03] "GET /api-access-list/be218e28-e991-45c7-961b-c922d8c56a0e HTTP/1.1" 200 1266 0.104480 10.0.0.27 - - [2026-04-30 02:20:03] "POST /fqname-to-id HTTP/1.1" 401 295 0.000673 10.0.0.27 - - [2026-04-30 02:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.095844 10.0.0.27 - - [2026-04-30 02:20:04] "GET /projects?obj_uuids=04835a8d-0b92-42f1-8409-b409144b640f&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001206 10.0.0.27 - - [2026-04-30 02:20:04] "GET /project/04835a8d-0b92-42f1-8409-b409144b640f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1340 0.061353 10.0.0.27 - - [2026-04-30 02:20:04] "GET /virtual-networks?parent_id=04835a8d-0b92-42f1-8409-b409144b640f&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018733 10.0.0.27 - - [2026-04-30 02:20:04] "POST /virtual-networks HTTP/1.1" 200 568 0.079324 10.0.0.27 - - [2026-04-30 02:20:04] "POST /route-targets HTTP/1.1" 200 328 0.014037 10.0.0.27 - - [2026-04-30 02:20:04] "POST /ref-update HTTP/1.1" 200 156 0.032177 10.0.0.27 - - [2026-04-30 02:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.037899 10.0.0.27 - - [2026-04-30 02:20:04] "GET /network-ipam/ab849a42-d7e9-41a6-b9a0-9e07764105bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1091 0.018323 10.0.0.27 - - [2026-04-30 02:20:04] "POST /useragent-kv HTTP/1.1" 200 115 0.007901 10.0.0.27 - - [2026-04-30 02:20:04] "POST /ref-update HTTP/1.1" 200 156 0.087712 252.27.116.45 - - [2026-04-30 02:20:05] "POST /neutron/network HTTP/1.1" 200 830 0.078639 252.27.116.45 - - [2026-04-30 02:20:05] "POST /neutron/network HTTP/1.1" 200 830 0.036490 10.0.0.27 - - [2026-04-30 02:20:05] "GET /virtual-network/0c22d160-2353-4cbc-8add-0fd4763331f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1982 0.026767 252.27.116.45 - - [2026-04-30 02:20:05] "POST /neutron/network HTTP/1.1" 200 830 0.039598 252.27.116.45 - - [2026-04-30 02:20:05] "POST /neutron/subnet HTTP/1.1" 200 678 0.060793 10.0.0.27 - - [2026-04-30 02:20:05] "GET /virtual-network/0c22d160-2353-4cbc-8add-0fd4763331f9 HTTP/1.1" 401 295 0.000508 10.0.0.27 - - [2026-04-30 02:20:05] "GET /virtual-network/0c22d160-2353-4cbc-8add-0fd4763331f9 HTTP/1.1" 200 2266 0.057034 10.0.0.27 - - [2026-04-30 02:20:05] "GET /virtual-network/0c22d160-2353-4cbc-8add-0fd4763331f9 HTTP/1.1" 401 295 0.000474 10.0.0.27 - - [2026-04-30 02:20:06] "GET /virtual-network/0c22d160-2353-4cbc-8add-0fd4763331f9 HTTP/1.1" 200 2007 0.059926 10.0.0.27 - - [2026-04-30 02:20:06] "GET /obj-perms HTTP/1.1" 200 6298 0.082363 10.0.0.27 - - [2026-04-30 02:20:06] "POST /fqname-to-id HTTP/1.1" 401 295 0.000515 10.0.0.27 - - [2026-04-30 02:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.034524 10.0.0.27 - - [2026-04-30 02:20:07] "GET /virtual-network/0c22d160-2353-4cbc-8add-0fd4763331f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1982 0.021873 10.0.0.27 - - [2026-04-30 02:20:07] "GET /obj-perms HTTP/1.1" 200 6298 0.013277 10.0.0.27 - - [2026-04-30 02:20:07] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 360 0.025667 10.0.0.27 - - [2026-04-30 02:20:07] "GET /obj-perms HTTP/1.1" 200 6298 0.072169 10.0.0.27 - - [2026-04-30 02:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.27 - - [2026-04-30 02:20:07] "GET /virtual-network/0c22d160-2353-4cbc-8add-0fd4763331f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1982 0.017998 10.0.0.27 - - [2026-04-30 02:20:08] "GET /obj-perms HTTP/1.1" 200 6298 0.012885 10.0.0.27 - - [2026-04-30 02:20:08] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 360 0.025671 10.0.0.27 - - [2026-04-30 02:20:08] "POST /id-to-fqname HTTP/1.1" 401 295 0.000498 10.0.0.27 - - [2026-04-30 02:20:08] "POST /id-to-fqname HTTP/1.1" 200 228 0.040249 10.0.0.27 - - [2026-04-30 02:20:08] "GET /obj-perms HTTP/1.1" 200 6366 0.062307 10.0.0.27 - - [2026-04-30 02:20:09] "GET /obj-perms HTTP/1.1" 200 6366 0.078870 252.27.116.45 - - [2026-04-30 02:20:09] "POST /neutron/network HTTP/1.1" 200 840 0.066848 252.27.116.45 - - [2026-04-30 02:20:09] "GET /aaa-mode HTTP/1.1" 401 295 0.000518 252.27.116.45 - - [2026-04-30 02:20:09] "GET / HTTP/1.1" 200 36215 0.002046 252.27.116.45 - - [2026-04-30 02:20:09] "GET /project/a766dc71-ba90-4226-a037-0ececc555a23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 295 0.000456 10.0.0.27 - - [2026-04-30 02:20:10] "GET /projects?obj_uuids=a766dc71-ba90-4226-a037-0ececc555a23&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001372 252.27.116.45 - - [2026-04-30 02:20:10] "GET /project/a766dc71-ba90-4226-a037-0ececc555a23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.060349 252.27.116.45 - - [2026-04-30 02:20:10] "POST /neutron/network HTTP/1.1" 200 830 0.038530 252.27.116.45 - - [2026-04-30 02:20:10] "POST /neutron/port HTTP/1.1" 200 117 0.034412 252.27.116.45 - - [2026-04-30 02:20:10] "POST /neutron/port HTTP/1.1" 200 117 0.006251 252.27.116.45 - - [2026-04-30 02:20:10] "POST /neutron/port HTTP/1.1" 200 117 0.006050 252.27.116.45 - - [2026-04-30 02:20:11] "POST /neutron/network HTTP/1.1" 200 840 0.028684 252.27.116.45 - - [2026-04-30 02:20:11] "POST /neutron/network HTTP/1.1" 200 830 0.029419 10.0.0.27 - - [2026-04-30 02:20:11] "GET /projects?obj_uuids=a766dc71-ba90-4226-a037-0ececc555a23&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001377 252.27.116.45 - - [2026-04-30 02:20:11] "POST /neutron/port HTTP/1.1" 200 1054 0.411363 252.27.116.45 - - [2026-04-30 02:20:12] "POST /neutron/port HTTP/1.1" 200 1054 0.017385 252.27.116.45 - - [2026-04-30 02:20:12] "POST /neutron/port HTTP/1.1" 200 1054 0.012799 252.27.116.45 - - [2026-04-30 02:20:12] "POST /neutron/port HTTP/1.1" 200 1104 0.071921 252.27.116.45 - - [2026-04-30 02:20:12] "POST /neutron/port HTTP/1.1" 200 1114 0.017027 252.27.116.45 - - [2026-04-30 02:20:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004101 252.27.116.45 - - [2026-04-30 02:20:12] "POST /neutron/subnet HTTP/1.1" 200 652 0.008635 252.27.116.45 - - [2026-04-30 02:20:12] "POST /neutron/port HTTP/1.1" 200 117 0.001716 252.27.116.45 - - [2026-04-30 02:20:12] "POST /neutron/network HTTP/1.1" 200 830 0.007318 252.27.116.45 - - [2026-04-30 02:20:15] "POST /neutron/port HTTP/1.1" 200 1114 0.021845 252.27.116.45 - - [2026-04-30 02:20:15] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008280 252.27.116.45 - - [2026-04-30 02:20:15] "POST /neutron/port HTTP/1.1" 200 1114 0.016415 252.27.116.45 - - [2026-04-30 02:20:16] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007001 252.27.116.45 - - [2026-04-30 02:20:16] "POST /neutron/port HTTP/1.1" 200 1114 0.016842 252.27.116.45 - - [2026-04-30 02:20:16] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007293 252.27.116.45 - - [2026-04-30 02:20:16] "POST /neutron/port HTTP/1.1" 200 1114 0.016060 252.27.116.45 - - [2026-04-30 02:20:16] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008886 10.0.0.27 - - [2026-04-30 02:20:16] "GET /virtual-machine/6b933cfd-0913-40d5-8042-675b6a80f045 HTTP/1.1" 200 1286 0.019244 10.0.0.27 - - [2026-04-30 02:20:16] "GET /virtual-machine/6b933cfd-0913-40d5-8042-675b6a80f045 HTTP/1.1" 200 1286 0.015214 10.0.0.27 - - [2026-04-30 02:20:16] "GET /virtual-machine-interface/1b0b56b6-4ba1-4af7-96ea-52ff8125beb3 HTTP/1.1" 200 2526 0.019428 10.0.0.27 - - [2026-04-30 02:20:16] "GET /virtual-machine/6b933cfd-0913-40d5-8042-675b6a80f045 HTTP/1.1" 200 1286 0.014281 10.0.0.27 - - [2026-04-30 02:20:16] "GET /virtual-machine-interface/1b0b56b6-4ba1-4af7-96ea-52ff8125beb3 HTTP/1.1" 200 2526 0.019835 10.0.0.27 - - [2026-04-30 02:20:16] "GET /instance-ip/2af4780b-8577-4159-bb86-cb076920bd93 HTTP/1.1" 200 1625 0.019141 10.0.0.27 - - [2026-04-30 02:20:16] "GET /virtual-machine/6b933cfd-0913-40d5-8042-675b6a80f045 HTTP/1.1" 200 1286 0.017716 10.0.0.27 - - [2026-04-30 02:20:16] "GET /virtual-machine-interface/1b0b56b6-4ba1-4af7-96ea-52ff8125beb3 HTTP/1.1" 200 2526 0.019803 10.0.0.27 - - [2026-04-30 02:20:16] "GET /instance-ip/2af4780b-8577-4159-bb86-cb076920bd93 HTTP/1.1" 200 1625 0.015469 10.0.0.27 - - [2026-04-30 02:20:17] "POST /fqname-to-id HTTP/1.1" 403 329 0.014515 10.0.0.27 - - [2026-04-30 02:20:17] "GET / HTTP/1.1" 200 36215 0.001929 10.0.0.27 - - [2026-04-30 02:20:17] "POST /fqname-to-id HTTP/1.1" 401 295 0.000760 10.0.0.27 - - [2026-04-30 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.036389 10.0.0.27 - - [2026-04-30 02:20:17] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004710 10.0.0.27 - - [2026-04-30 02:20:17] "GET /virtual-networks?parent_id=a766dc71-ba90-4226-a037-0ececc555a23&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.013439 10.0.0.27 - - [2026-04-30 02:20:18] "POST /fqname-to-id HTTP/1.1" 403 329 0.016226 10.0.0.27 - - [2026-04-30 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.27 - - [2026-04-30 02:20:18] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004774 10.0.0.27 - - [2026-04-30 02:20:18] "GET /virtual-networks?parent_id=a766dc71-ba90-4226-a037-0ececc555a23&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015383 10.0.0.27 - - [2026-04-30 02:20:18] "POST /fqname-to-id HTTP/1.1" 403 329 0.015672 10.0.0.27 - - [2026-04-30 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.27 - - [2026-04-30 02:20:18] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.010766 10.0.0.27 - - [2026-04-30 02:20:18] "GET /virtual-networks?parent_id=a766dc71-ba90-4226-a037-0ececc555a23&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.013041 10.0.0.27 - - [2026-04-30 02:20:18] "POST /fqname-to-id HTTP/1.1" 403 329 0.014419 10.0.0.27 - - [2026-04-30 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.27 - - [2026-04-30 02:20:18] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004801 10.0.0.27 - - [2026-04-30 02:20:18] "GET /virtual-networks?parent_id=a766dc71-ba90-4226-a037-0ececc555a23&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016936 10.0.0.27 - - [2026-04-30 02:20:18] "POST /fqname-to-id HTTP/1.1" 403 329 0.012799 10.0.0.27 - - [2026-04-30 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003959 10.0.0.27 - - [2026-04-30 02:20:18] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004051 10.0.0.27 - - [2026-04-30 02:20:18] "GET /virtual-networks?parent_id=a766dc71-ba90-4226-a037-0ececc555a23&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012559 10.0.0.27 - - [2026-04-30 02:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.013956 10.0.0.27 - - [2026-04-30 02:20:21] "GET /virtual-network/0c22d160-2353-4cbc-8add-0fd4763331f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1982 0.015255 252.27.116.45 - - [2026-04-30 02:20:23] "POST /neutron/port HTTP/1.1" 200 1114 0.042881 252.27.116.45 - - [2026-04-30 02:20:23] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005952 252.27.116.45 - - [2026-04-30 02:20:24] "POST /neutron/port HTTP/1.1" 200 1114 0.044367 252.27.116.45 - - [2026-04-30 02:20:24] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007140 10.0.0.27 - - [2026-04-30 02:20:25] "POST /fqname-to-id HTTP/1.1" 403 329 0.014272 10.0.0.27 - - [2026-04-30 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.27 - - [2026-04-30 02:20:25] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003586 10.0.0.27 - - [2026-04-30 02:20:25] "GET /virtual-networks?parent_id=a766dc71-ba90-4226-a037-0ececc555a23&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011957 10.0.0.27 - - [2026-04-30 02:20:26] "POST /fqname-to-id HTTP/1.1" 403 329 0.014027 10.0.0.27 - - [2026-04-30 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002918 10.0.0.27 - - [2026-04-30 02:20:26] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004316 10.0.0.27 - - [2026-04-30 02:20:26] "GET /virtual-networks?parent_id=a766dc71-ba90-4226-a037-0ececc555a23&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015837 10.0.0.27 - - [2026-04-30 02:20:26] "POST /fqname-to-id HTTP/1.1" 403 351 0.017062 252.27.116.45 - - [2026-04-30 02:20:26] "POST /neutron/port HTTP/1.1" 200 1114 0.054762 10.0.0.27 - - [2026-04-30 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004622 10.0.0.27 - - [2026-04-30 02:20:26] "GET /routing-instance/860ac814-425f-4d08-bccb-e6026c87fe43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.004097 252.27.116.45 - - [2026-04-30 02:20:26] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006619 10.0.0.27 - - [2026-04-30 02:20:26] "GET /route-target/d442d140-24a2-44ef-b74c-5ad3203f07b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 351 0.011138 10.0.0.27 - - [2026-04-30 02:20:26] "GET /route-target/d442d140-24a2-44ef-b74c-5ad3203f07b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003263 10.0.0.27 - - [2026-04-30 02:20:26] "POST /fqname-to-id HTTP/1.1" 403 329 0.015267 10.0.0.27 - - [2026-04-30 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.27 - - [2026-04-30 02:20:26] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003720 10.0.0.27 - - [2026-04-30 02:20:26] "GET /virtual-networks?parent_id=a766dc71-ba90-4226-a037-0ececc555a23&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.013292 10.0.0.27 - - [2026-04-30 02:20:26] "POST /fqname-to-id HTTP/1.1" 403 351 0.013841 10.0.0.27 - - [2026-04-30 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003238 10.0.0.27 - - [2026-04-30 02:20:26] "GET /routing-instance/860ac814-425f-4d08-bccb-e6026c87fe43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.003946 10.0.0.27 - - [2026-04-30 02:20:26] "GET /route-target/d442d140-24a2-44ef-b74c-5ad3203f07b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 351 0.012921 10.0.0.27 - - [2026-04-30 02:20:26] "GET /route-target/d442d140-24a2-44ef-b74c-5ad3203f07b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003996 10.0.0.27 - - [2026-04-30 02:20:26] "GET /obj-perms HTTP/1.1" 200 6298 0.010501 10.0.0.27 - - [2026-04-30 02:20:26] "GET /virtual-machine/6b933cfd-0913-40d5-8042-675b6a80f045?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.011678 10.0.0.27 - - [2026-04-30 02:20:28] "GET /obj-perms HTTP/1.1" 200 6298 0.010405 10.0.0.27 - - [2026-04-30 02:20:28] "GET /virtual-machine/6b933cfd-0913-40d5-8042-675b6a80f045?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.013015 10.0.0.27 - - [2026-04-30 02:20:31] "GET /obj-perms HTTP/1.1" 200 6298 0.010170 10.0.0.27 - - [2026-04-30 02:20:31] "GET /virtual-machine/6b933cfd-0913-40d5-8042-675b6a80f045?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.011018 10.0.0.27 - - [2026-04-30 02:20:33] "GET /obj-perms HTTP/1.1" 200 6298 0.011260 10.0.0.27 - - [2026-04-30 02:20:33] "GET /virtual-machine/6b933cfd-0913-40d5-8042-675b6a80f045?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.013941 10.0.0.27 - - [2026-04-30 02:20:35] "GET /obj-perms HTTP/1.1" 200 6298 0.011142 10.0.0.27 - - [2026-04-30 02:20:35] "GET /virtual-machine/6b933cfd-0913-40d5-8042-675b6a80f045?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.012798 10.0.0.27 - - [2026-04-30 02:20:37] "GET /obj-perms HTTP/1.1" 200 6298 0.011063 10.0.0.27 - - [2026-04-30 02:20:37] "GET /virtual-machine/6b933cfd-0913-40d5-8042-675b6a80f045?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.014529 10.0.0.27 - - [2026-04-30 02:20:39] "GET /obj-perms HTTP/1.1" 200 6298 0.010400 10.0.0.27 - - [2026-04-30 02:20:39] "GET /virtual-machine/6b933cfd-0913-40d5-8042-675b6a80f045?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.014477 10.0.0.27 - - [2026-04-30 02:20:41] "GET /obj-perms HTTP/1.1" 200 6298 0.009561 10.0.0.27 - - [2026-04-30 02:20:41] "GET /virtual-machine/6b933cfd-0913-40d5-8042-675b6a80f045?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.012120 10.0.0.27 - - [2026-04-30 02:20:43] "GET /obj-perms HTTP/1.1" 200 6298 0.010815 10.0.0.27 - - [2026-04-30 02:20:43] "GET /virtual-machine/6b933cfd-0913-40d5-8042-675b6a80f045?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.011687 10.0.0.27 - - [2026-04-30 02:20:43] "GET /obj-perms HTTP/1.1" 200 6298 0.010412 10.0.0.27 - - [2026-04-30 02:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002779 10.0.0.27 - - [2026-04-30 02:20:44] "GET /virtual-machine-interface/1b0b56b6-4ba1-4af7-96ea-52ff8125beb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2304 0.016732 10.0.0.27 - - [2026-04-30 02:20:44] "GET /obj-perms HTTP/1.1" 200 6298 0.013467 10.0.0.27 - - [2026-04-30 02:20:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004376 10.0.0.27 - - [2026-04-30 02:20:44] "GET /virtual-machine-interface/1b0b56b6-4ba1-4af7-96ea-52ff8125beb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2304 0.015703 10.0.0.27 - - [2026-04-30 02:20:44] "GET /obj-perms HTTP/1.1" 200 6298 0.011414 10.0.0.27 - - [2026-04-30 02:20:44] "GET /virtual-machine/6b933cfd-0913-40d5-8042-675b6a80f045?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.013291 10.0.0.27 - - [2026-04-30 02:20:44] "GET /obj-perms HTTP/1.1" 200 6298 0.010831 10.0.0.27 - - [2026-04-30 02:20:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.27 - - [2026-04-30 02:20:44] "GET /virtual-machine-interface/1b0b56b6-4ba1-4af7-96ea-52ff8125beb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2304 0.019911 10.0.0.27 - - [2026-04-30 02:20:44] "GET /obj-perms HTTP/1.1" 200 6298 0.010908 10.0.0.27 - - [2026-04-30 02:20:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.27 - - [2026-04-30 02:20:44] "GET /virtual-network/0c22d160-2353-4cbc-8add-0fd4763331f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1982 0.015054 10.0.0.27 - - [2026-04-30 02:20:44] "GET /obj-perms HTTP/1.1" 200 6298 0.009816 10.0.0.27 - - [2026-04-30 02:20:44] "GET /virtual-machine/6b933cfd-0913-40d5-8042-675b6a80f045?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.011840 10.0.0.27 - - [2026-04-30 02:20:44] "GET /obj-perms HTTP/1.1" 200 6298 0.010005 10.0.0.27 - - [2026-04-30 02:20:44] "GET /obj-perms HTTP/1.1" 200 6298 0.009323 10.0.0.27 - - [2026-04-30 02:20:45] "GET /obj-perms HTTP/1.1" 200 6298 0.066559 10.0.0.27 - - [2026-04-30 02:20:45] "GET /obj-perms HTTP/1.1" 200 6298 0.010535 10.0.0.27 - - [2026-04-30 02:20:45] "GET /obj-perms HTTP/1.1" 200 6403 0.069901 10.0.0.27 - - [2026-04-30 02:20:46] "GET /obj-perms HTTP/1.1" 200 6403 0.001920 10.0.0.27 - - [2026-04-30 02:20:46] "GET /obj-perms HTTP/1.1" 200 6298 0.009951 10.0.0.27 - - [2026-04-30 02:20:46] "GET /obj-perms HTTP/1.1" 200 6298 0.010031 10.0.0.27 - - [2026-04-30 02:20:46] "GET /obj-perms HTTP/1.1" 200 6298 0.074442 10.0.0.27 - - [2026-04-30 02:20:46] "GET /obj-perms HTTP/1.1" 200 6298 0.009385 10.0.0.27 - - [2026-04-30 02:20:46] "GET /obj-perms HTTP/1.1" 200 6403 0.001717 10.0.0.27 - - [2026-04-30 02:20:46] "GET /obj-perms HTTP/1.1" 200 6403 0.002766 10.0.0.27 - - [2026-04-30 02:20:46] "GET /obj-perms HTTP/1.1" 200 6298 0.011315 10.0.0.27 - - [2026-04-30 02:20:46] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 321 0.014535 10.0.0.27 - - [2026-04-30 02:20:47] "GET /virtual-machine/6b933cfd-0913-40d5-8042-675b6a80f045 HTTP/1.1" 200 1286 0.013260 252.27.116.45 - - [2026-04-30 02:20:47] "POST /neutron/port HTTP/1.1" 200 1114 0.018640 252.27.116.45 - - [2026-04-30 02:20:47] "POST /neutron/port HTTP/1.1" 200 1104 0.014042 252.27.116.45 - - [2026-04-30 02:20:48] "POST /neutron/port HTTP/1.1" 200 151 0.113712 10.0.0.27 - - [2026-04-30 02:20:49] "GET /virtual-machine/6b933cfd-0913-40d5-8042-675b6a80f045 HTTP/1.1" 404 171 0.013596 10.0.0.27 - - [2026-04-30 02:20:49] "GET /virtual-machine/6b933cfd-0913-40d5-8042-675b6a80f045 HTTP/1.1" 404 171 0.011438 10.0.0.27 - - [2026-04-30 02:20:49] "GET /virtual-machine/6b933cfd-0913-40d5-8042-675b6a80f045 HTTP/1.1" 404 171 0.010299 10.0.0.27 - - [2026-04-30 02:20:49] "POST /fqname-to-id HTTP/1.1" 403 329 0.013829 10.0.0.27 - - [2026-04-30 02:20:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003285 10.0.0.27 - - [2026-04-30 02:20:49] "GET /global-vrouter-config/3c36a165-c653-43f4-90b3-2b0853d83fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003817 10.0.0.27 - - [2026-04-30 02:20:49] "GET /virtual-networks?parent_id=a766dc71-ba90-4226-a037-0ececc555a23&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012343 10.0.0.27 - - [2026-04-30 02:20:49] "POST /fqname-to-id HTTP/1.1" 403 351 0.011157 10.0.0.27 - - [2026-04-30 02:20:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.27 - - [2026-04-30 02:20:49] "GET /routing-instance/860ac814-425f-4d08-bccb-e6026c87fe43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.003618 10.0.0.27 - - [2026-04-30 02:20:50] "GET /route-target/d442d140-24a2-44ef-b74c-5ad3203f07b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 351 0.012277 10.0.0.27 - - [2026-04-30 02:20:50] "GET /route-target/d442d140-24a2-44ef-b74c-5ad3203f07b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003584 10.0.0.27 - - [2026-04-30 02:20:50] "GET /obj-perms HTTP/1.1" 200 6298 0.009138 10.0.0.27 - - [2026-04-30 02:20:50] "GET /obj-perms HTTP/1.1" 200 6298 0.010537 10.0.0.27 - - [2026-04-30 02:20:50] "GET /obj-perms HTTP/1.1" 200 6298 0.075634 10.0.0.27 - - [2026-04-30 02:20:50] "GET /obj-perms HTTP/1.1" 200 6298 0.010334 10.0.0.27 - - [2026-04-30 02:20:50] "GET /obj-perms HTTP/1.1" 200 6403 0.001834 10.0.0.27 - - [2026-04-30 02:20:50] "GET /obj-perms HTTP/1.1" 200 6403 0.001920 10.0.0.27 - - [2026-04-30 02:20:53] "GET /obj-perms HTTP/1.1" 200 6403 0.001913 10.0.0.27 - - [2026-04-30 02:20:53] "GET /obj-perms HTTP/1.1" 200 6403 0.001947 10.0.0.27 - - [2026-04-30 02:20:57] "GET /obj-perms HTTP/1.1" 200 6403 0.002356 10.0.0.27 - - [2026-04-30 02:20:57] "GET /obj-perms HTTP/1.1" 200 6403 0.002009 10.0.0.27 - - [2026-04-30 02:20:57] "DELETE /project/a766dc71ba904226a0370ececc555a23 HTTP/1.1" 404 173 0.004094 10.0.0.27 - - [2026-04-30 02:20:57] "DELETE /project/04835a8d0b9242f18409b409144b640f HTTP/1.1" 404 173 0.003674 10.0.0.27 - - [2026-04-30 02:21:00] "GET /obj-perms HTTP/1.1" 200 6403 0.002091 10.0.0.27 - - [2026-04-30 02:21:00] "GET /obj-perms HTTP/1.1" 200 6403 0.002287 10.0.0.27 - - [2026-04-30 02:21:03] "GET /obj-perms HTTP/1.1" 200 6403 0.002932 10.0.0.27 - - [2026-04-30 02:21:03] "GET /obj-perms HTTP/1.1" 200 6403 0.002421 10.0.0.27 - - [2026-04-30 02:21:06] "GET /obj-perms HTTP/1.1" 200 6403 0.003001 10.0.0.27 - - [2026-04-30 02:21:06] "GET /obj-perms HTTP/1.1" 200 6403 0.002080 10.0.0.27 - - [2026-04-30 02:21:09] "GET /obj-perms HTTP/1.1" 200 6366 0.067457 10.0.0.27 - - [2026-04-30 02:21:09] "GET /obj-perms HTTP/1.1" 200 6403 0.002704 10.0.0.27 - - [2026-04-30 02:21:09] "GET /obj-perms HTTP/1.1" 200 6403 0.001965 10.0.0.27 - - [2026-04-30 02:21:09] "GET /obj-perms HTTP/1.1" 200 6366 0.077013 10.0.0.27 - - [2026-04-30 02:21:12] "GET /obj-perms HTTP/1.1" 200 6403 0.002401 10.0.0.27 - - [2026-04-30 02:21:12] "GET /obj-perms HTTP/1.1" 200 6403 0.002506 10.0.0.27 - - [2026-04-30 02:21:12] "GET /obj-perms HTTP/1.1" 200 6403 0.002530 10.0.0.27 - - [2026-04-30 02:21:13] "GET /obj-perms HTTP/1.1" 200 6403 0.001941 10.0.0.27 - - [2026-04-30 02:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005014 10.0.0.27 - - [2026-04-30 02:21:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002656 10.0.0.27 - - [2026-04-30 02:21:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003852 10.0.0.27 - - [2026-04-30 02:21:13] "DELETE /virtual-network/0c22d160-2353-4cbc-8add-0fd4763331f9 HTTP/1.1" 200 115 0.103892 10.0.0.27 - - [2026-04-30 02:21:13] "DELETE /route-target/d442d140-24a2-44ef-b74c-5ad3203f07b5 HTTP/1.1" 200 115 0.028358 10.0.0.27 - - [2026-04-30 02:21:13] "DELETE /api-access-list/be218e28-e991-45c7-961b-c922d8c56a0e HTTP/1.1" 200 115 0.028091 10.0.0.27 - - [2026-04-30 02:21:13] "GET /api-access-list/be218e28-e991-45c7-961b-c922d8c56a0e HTTP/1.1" 404 171 0.003067 10.0.0.27 - - [2026-04-30 02:21:13] "GET /projects?obj_uuids=a766dc71-ba90-4226-a037-0ececc555a23&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001104 10.0.0.27 - - [2026-04-30 02:21:13] "GET /project/a766dc71-ba90-4226-a037-0ececc555a23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.026874 10.0.0.27 - - [2026-04-30 02:21:13] "GET /projects?obj_uuids=a766dc71-ba90-4226-a037-0ececc555a23&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001200 10.0.0.27 - - [2026-04-30 02:21:13] "GET /project/a766dc71-ba90-4226-a037-0ececc555a23?fields=virtual_networks HTTP/1.1" 200 1023 0.073784 10.0.0.27 - - [2026-04-30 02:21:13] "GET /projects?obj_uuids=a766dc71-ba90-4226-a037-0ececc555a23&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001212 10.0.0.27 - - [2026-04-30 02:21:13] "GET /project/a766dc71-ba90-4226-a037-0ececc555a23?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.032130 10.0.0.27 - - [2026-04-30 02:21:13] "GET /projects?obj_uuids=a766dc71-ba90-4226-a037-0ececc555a23&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001621 10.0.0.27 - - [2026-04-30 02:21:13] "GET /project/a766dc71-ba90-4226-a037-0ececc555a23?fields=security_groups HTTP/1.1" 200 1243 0.033108 10.0.0.27 - - [2026-04-30 02:21:14] "GET /projects?obj_uuids=04835a8d-0b92-42f1-8409-b409144b640f&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001148 10.0.0.27 - - [2026-04-30 02:21:14] "GET /project/04835a8d-0b92-42f1-8409-b409144b640f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1340 0.026126 10.0.0.27 - - [2026-04-30 02:21:14] "GET /projects?obj_uuids=04835a8d-0b92-42f1-8409-b409144b640f&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001028 10.0.0.27 - - [2026-04-30 02:21:14] "GET /project/04835a8d-0b92-42f1-8409-b409144b640f?fields=virtual_networks HTTP/1.1" 200 1020 0.068884 10.0.0.27 - - [2026-04-30 02:21:14] "GET /projects?obj_uuids=04835a8d-0b92-42f1-8409-b409144b640f&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001552 10.0.0.27 - - [2026-04-30 02:21:14] "GET /project/04835a8d-0b92-42f1-8409-b409144b640f?fields=virtual_machine_interfaces HTTP/1.1" 200 1020 0.029737 10.0.0.27 - - [2026-04-30 02:21:14] "GET /projects?obj_uuids=04835a8d-0b92-42f1-8409-b409144b640f&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001281 10.0.0.27 - - [2026-04-30 02:21:14] "GET /project/04835a8d-0b92-42f1-8409-b409144b640f?fields=security_groups HTTP/1.1" 200 1240 0.035594 10.0.0.27 - - [2026-04-30 02:21:16] "GET /api-access-list/9651f91f-2773-412d-b975-488b0914f1cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2413 0.003746 10.0.0.27 - - [2026-04-30 02:21:16] "PUT /api-access-list/9651f91f-2773-412d-b975-488b0914f1cd HTTP/1.1" 200 265 0.011387 10.0.0.27 - - [2026-04-30 02:21:16] "GET /projects?obj_uuids=6189831e-1c3e-4edb-b657-52d14e3a1983&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001160 10.0.0.27 - - [2026-04-30 02:21:16] "GET /project/6189831e-1c3e-4edb-b657-52d14e3a1983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.031716 10.0.0.27 - - [2026-04-30 02:21:16] "GET /projects?obj_uuids=6189831e-1c3e-4edb-b657-52d14e3a1983&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001225 10.0.0.27 - - [2026-04-30 02:21:16] "GET /project/6189831e-1c3e-4edb-b657-52d14e3a1983?fields=virtual_networks HTTP/1.1" 200 1022 0.091171 10.0.0.27 - - [2026-04-30 02:21:16] "GET /projects?obj_uuids=6189831e-1c3e-4edb-b657-52d14e3a1983&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001209 10.0.0.27 - - [2026-04-30 02:21:16] "GET /project/6189831e-1c3e-4edb-b657-52d14e3a1983?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.030472 10.0.0.27 - - [2026-04-30 02:21:16] "GET /projects?obj_uuids=6189831e-1c3e-4edb-b657-52d14e3a1983&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.002213 10.0.0.27 - - [2026-04-30 02:21:16] "GET /project/6189831e-1c3e-4edb-b657-52d14e3a1983?fields=security_groups HTTP/1.1" 200 1242 0.033015 10.0.0.27 - - [2026-04-30 02:21:17] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001463 10.0.0.27 - - [2026-04-30 02:21:17] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 943 0.008321 10.0.0.27 - - [2026-04-30 02:21:17] "POST /fqname-to-id HTTP/1.1" 404 186 0.037468 10.0.0.27 - - [2026-04-30 02:21:18] "GET /projects?obj_uuids=d217c055-5546-45cf-b96f-893bfc23d4b9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003340 10.0.0.27 - - [2026-04-30 02:21:18] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001601 10.0.0.27 - - [2026-04-30 02:21:18] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 974 0.009175 10.0.0.27 - - [2026-04-30 02:21:18] "POST /id-to-fqname HTTP/1.1" 200 188 0.002447 10.0.0.27 - - [2026-04-30 02:21:18] "POST /fqname-to-id HTTP/1.1" 404 197 0.003887 10.0.0.27 - - [2026-04-30 02:21:18] "POST /security-groups HTTP/1.1" 200 583 0.064664 10.0.0.27 - - [2026-04-30 02:21:18] "POST /fqname-to-id HTTP/1.1" 404 232 0.003278 10.0.0.27 - - [2026-04-30 02:21:18] "POST /projects HTTP/1.1" 200 577 0.218760 10.0.0.27 - - [2026-04-30 02:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.255691 10.0.0.27 - - [2026-04-30 02:21:18] "POST /access-control-lists HTTP/1.1" 200 596 0.061167 10.0.0.27 - - [2026-04-30 02:21:18] "GET /project/d217c055-5546-45cf-b96f-893bfc23d4b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.409864 10.0.0.27 - - [2026-04-30 02:21:18] "POST /fqname-to-id HTTP/1.1" 404 231 0.003704 10.0.0.27 - - [2026-04-30 02:21:18] "POST /access-control-lists HTTP/1.1" 200 594 0.073283 10.0.0.27 - - [2026-04-30 02:21:19] "GET / HTTP/1.1" 200 36215 0.002791 10.0.0.27 - - [2026-04-30 02:21:22] "POST /fqname-to-id HTTP/1.1" 401 295 0.000673 10.0.0.27 - - [2026-04-30 02:21:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.036333 10.0.0.27 - - [2026-04-30 02:21:22] "GET /api-access-list/9651f91f-2773-412d-b975-488b0914f1cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003769 10.0.0.27 - - [2026-04-30 02:21:22] "GET /api-access-list/9651f91f-2773-412d-b975-488b0914f1cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.004941 10.0.0.27 - - [2026-04-30 02:21:22] "GET /api-access-list/9651f91f-2773-412d-b975-488b0914f1cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.004145 10.0.0.27 - - [2026-04-30 02:21:22] "PUT /api-access-list/9651f91f-2773-412d-b975-488b0914f1cd HTTP/1.1" 200 265 0.012033 10.0.0.27 - - [2026-04-30 02:21:22] "GET /aaa-mode HTTP/1.1" 200 128 0.001629 10.0.0.27 - - [2026-04-30 02:21:23] "POST /fqname-to-id HTTP/1.1" 404 186 0.030080 10.0.0.27 - - [2026-04-30 02:21:23] "GET /projects?obj_uuids=b825dfec-f62b-4364-96b5-992c4d8b9415&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002595 10.0.0.27 - - [2026-04-30 02:21:23] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001671 10.0.0.27 - - [2026-04-30 02:21:23] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 974 0.009866 10.0.0.27 - - [2026-04-30 02:21:23] "POST /id-to-fqname HTTP/1.1" 200 188 0.001689 10.0.0.27 - - [2026-04-30 02:21:23] "POST /fqname-to-id HTTP/1.1" 404 197 0.003552 10.0.0.27 - - [2026-04-30 02:21:23] "POST /security-groups HTTP/1.1" 200 583 0.069010 10.0.0.27 - - [2026-04-30 02:21:23] "POST /fqname-to-id HTTP/1.1" 404 232 0.003753 10.0.0.27 - - [2026-04-30 02:21:23] "POST /projects HTTP/1.1" 200 577 0.235521 10.0.0.27 - - [2026-04-30 02:21:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.272853 10.0.0.27 - - [2026-04-30 02:21:23] "POST /access-control-lists HTTP/1.1" 200 596 0.060665 10.0.0.27 - - [2026-04-30 02:21:23] "GET /project/b825dfec-f62b-4364-96b5-992c4d8b9415?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.426366 10.0.0.27 - - [2026-04-30 02:21:23] "POST /fqname-to-id HTTP/1.1" 404 231 0.004117 10.0.0.27 - - [2026-04-30 02:21:23] "POST /access-control-lists HTTP/1.1" 200 594 0.065536 10.0.0.27 - - [2026-04-30 02:21:24] "POST /fqname-to-id HTTP/1.1" 404 186 0.033090 10.0.0.27 - - [2026-04-30 02:21:24] "GET /projects?obj_uuids=9afb75b5-0e0b-4971-b531-8dd88ef0d361&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002634 10.0.0.27 - - [2026-04-30 02:21:24] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001411 10.0.0.27 - - [2026-04-30 02:21:24] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 974 0.008493 10.0.0.27 - - [2026-04-30 02:21:24] "POST /id-to-fqname HTTP/1.1" 200 188 0.001585 10.0.0.27 - - [2026-04-30 02:21:24] "POST /fqname-to-id HTTP/1.1" 404 197 0.006196 10.0.0.27 - - [2026-04-30 02:21:24] "POST /security-groups HTTP/1.1" 200 583 0.064670 10.0.0.27 - - [2026-04-30 02:21:24] "POST /fqname-to-id HTTP/1.1" 404 232 0.002979 10.0.0.27 - - [2026-04-30 02:21:24] "POST /projects HTTP/1.1" 200 577 0.231431 10.0.0.27 - - [2026-04-30 02:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.266479 10.0.0.27 - - [2026-04-30 02:21:24] "POST /access-control-lists HTTP/1.1" 200 596 0.060375 10.0.0.27 - - [2026-04-30 02:21:24] "GET /project/9afb75b5-0e0b-4971-b531-8dd88ef0d361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.420932 10.0.0.27 - - [2026-04-30 02:21:24] "POST /fqname-to-id HTTP/1.1" 404 231 0.003325 10.0.0.27 - - [2026-04-30 02:21:24] "POST /access-control-lists HTTP/1.1" 200 594 0.064553 10.0.0.27 - - [2026-04-30 02:21:25] "GET / HTTP/1.1" 200 36215 0.002238 10.0.0.27 - - [2026-04-30 02:21:26] "GET / HTTP/1.1" 200 36215 0.002351 10.0.0.27 - - [2026-04-30 02:21:26] "POST /fqname-to-id HTTP/1.1" 404 181 0.004039 10.0.0.27 - - [2026-04-30 02:21:26] "POST /api-access-lists HTTP/1.1" 200 521 0.103751 10.0.0.27 - - [2026-04-30 02:21:26] "GET /api-access-list/3a241301-fade-4022-b7e0-dfb502f43165?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.016678 10.0.0.27 - - [2026-04-30 02:21:26] "GET /api-access-list/3a241301-fade-4022-b7e0-dfb502f43165 HTTP/1.1" 401 295 0.000484 10.0.0.27 - - [2026-04-30 02:21:27] "GET /api-access-list/3a241301-fade-4022-b7e0-dfb502f43165 HTTP/1.1" 200 1289 0.090394 10.0.0.27 - - [2026-04-30 02:21:27] "POST /fqname-to-id HTTP/1.1" 401 295 0.000535 10.0.0.27 - - [2026-04-30 02:21:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.048741 10.0.0.27 - - [2026-04-30 02:21:27] "GET /projects?obj_uuids=b825dfec-f62b-4364-96b5-992c4d8b9415&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001324 10.0.0.27 - - [2026-04-30 02:21:27] "GET /project/b825dfec-f62b-4364-96b5-992c4d8b9415?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.055872 10.0.0.27 - - [2026-04-30 02:21:28] "GET /virtual-networks?parent_id=b825dfec-f62b-4364-96b5-992c4d8b9415&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015779 10.0.0.27 - - [2026-04-30 02:21:28] "POST /virtual-networks HTTP/1.1" 200 583 0.070293 10.0.0.27 - - [2026-04-30 02:21:28] "POST /route-targets HTTP/1.1" 200 328 0.014017 10.0.0.27 - - [2026-04-30 02:21:28] "POST /ref-update HTTP/1.1" 200 156 0.015909 10.0.0.27 - - [2026-04-30 02:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.022337 10.0.0.27 - - [2026-04-30 02:21:28] "GET /network-ipam/ab849a42-d7e9-41a6-b9a0-9e07764105bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1091 0.015234 10.0.0.27 - - [2026-04-30 02:21:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002567 10.0.0.27 - - [2026-04-30 02:21:28] "POST /ref-update HTTP/1.1" 200 156 0.061038 252.27.116.45 - - [2026-04-30 02:21:28] "POST /neutron/network HTTP/1.1" 200 847 0.054556 252.27.116.45 - - [2026-04-30 02:21:28] "POST /neutron/network HTTP/1.1" 200 847 0.023489 [Introspect:8084]10.0.0.27 - - [2026-04-30 02:21:28] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000949 10.0.0.27 - - [2026-04-30 02:21:28] "GET /virtual-network/53044e1d-8f58-450a-b7a1-2ef45f62d358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.017068 [Introspect:8084]10.0.0.27 - - [2026-04-30 02:21:28] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2956 0.001118 252.27.116.45 - - [2026-04-30 02:21:28] "POST /neutron/network HTTP/1.1" 200 847 0.027843 252.27.116.45 - - [2026-04-30 02:21:28] "POST /neutron/subnet HTTP/1.1" 200 681 0.029246 10.0.0.27 - - [2026-04-30 02:21:28] "POST /fqname-to-id HTTP/1.1" 401 295 0.000610 10.0.0.27 - - [2026-04-30 02:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.043801 10.0.0.27 - - [2026-04-30 02:21:29] "GET /projects?obj_uuids=9afb75b5-0e0b-4971-b531-8dd88ef0d361&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001479 10.0.0.27 - - [2026-04-30 02:21:29] "GET /project/9afb75b5-0e0b-4971-b531-8dd88ef0d361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.040453 10.0.0.27 - - [2026-04-30 02:21:29] "GET /virtual-networks?parent_id=9afb75b5-0e0b-4971-b531-8dd88ef0d361&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012428 10.0.0.27 - - [2026-04-30 02:21:29] "POST /virtual-networks HTTP/1.1" 200 583 0.057347 10.0.0.27 - - [2026-04-30 02:21:29] "POST /route-targets HTTP/1.1" 200 328 0.014754 10.0.0.27 - - [2026-04-30 02:21:29] "POST /ref-update HTTP/1.1" 200 156 0.019333 10.0.0.27 - - [2026-04-30 02:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.019577 10.0.0.27 - - [2026-04-30 02:21:29] "GET /network-ipam/ab849a42-d7e9-41a6-b9a0-9e07764105bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1091 0.014297 10.0.0.27 - - [2026-04-30 02:21:29] "POST /useragent-kv HTTP/1.1" 200 115 0.004126 10.0.0.27 - - [2026-04-30 02:21:29] "POST /ref-update HTTP/1.1" 200 156 0.081948 252.27.116.45 - - [2026-04-30 02:21:29] "POST /neutron/network HTTP/1.1" 200 847 0.080069 252.27.116.45 - - [2026-04-30 02:21:30] "POST /neutron/network HTTP/1.1" 200 847 0.023565 10.0.0.27 - - [2026-04-30 02:21:30] "GET /virtual-network/ab1772a4-46fd-4bdf-bba4-5e6a586a770a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.092021 252.27.116.45 - - [2026-04-30 02:21:30] "POST /neutron/network HTTP/1.1" 200 847 0.020782 252.27.116.45 - - [2026-04-30 02:21:30] "POST /neutron/subnet HTTP/1.1" 200 681 0.041870 10.0.0.27 - - [2026-04-30 02:21:30] "GET /virtual-network/53044e1d-8f58-450a-b7a1-2ef45f62d358 HTTP/1.1" 401 295 0.000473 10.0.0.27 - - [2026-04-30 02:21:30] "GET /virtual-network/53044e1d-8f58-450a-b7a1-2ef45f62d358 HTTP/1.1" 200 2314 0.054673 10.0.0.27 - - [2026-04-30 02:21:30] "GET /virtual-network/53044e1d-8f58-450a-b7a1-2ef45f62d358 HTTP/1.1" 401 295 0.000463 10.0.0.27 - - [2026-04-30 02:21:31] "GET /virtual-network/53044e1d-8f58-450a-b7a1-2ef45f62d358 HTTP/1.1" 403 366 0.042398 10.0.0.27 - - [2026-04-30 02:21:31] "GET /virtual-network/53044e1d-8f58-450a-b7a1-2ef45f62d358 HTTP/1.1" 200 2314 0.005260 10.0.0.27 - - [2026-04-30 02:21:31] "GET /virtual-networks HTTP/1.1" 200 370 0.020876 10.0.0.27 - - [2026-04-30 02:21:31] "GET /virtual-networks HTTP/1.1" 200 370 0.020021 10.0.0.27 - - [2026-04-30 02:21:31] "GET /obj-perms HTTP/1.1" 403 257 0.050367 10.0.0.27 - - [2026-04-30 02:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.27 - - [2026-04-30 02:21:31] "GET /virtual-network/53044e1d-8f58-450a-b7a1-2ef45f62d358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.016097 10.0.0.27 - - [2026-04-30 02:21:32] "GET /obj-perms HTTP/1.1" 403 257 0.041220 10.0.0.27 - - [2026-04-30 02:21:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002991 10.0.0.27 - - [2026-04-30 02:21:32] "GET /virtual-network/53044e1d-8f58-450a-b7a1-2ef45f62d358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 366 0.012621 10.0.0.27 - - [2026-04-30 02:21:33] "GET /obj-perms HTTP/1.1" 200 6413 0.070761 10.0.0.27 - - [2026-04-30 02:21:33] "GET /obj-perms HTTP/1.1" 403 257 0.010167 10.0.0.27 - - [2026-04-30 02:21:33] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 370 0.022463 10.0.0.27 - - [2026-04-30 02:21:33] "GET /obj-perms HTTP/1.1" 403 257 0.009425 10.0.0.27 - - [2026-04-30 02:21:33] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 370 0.021931 10.0.0.27 - - [2026-04-30 02:21:33] "GET /obj-perms HTTP/1.1" 200 6413 0.002045 10.0.0.27 - - [2026-04-30 02:21:33] "PUT /virtual-network/53044e1d-8f58-450a-b7a1-2ef45f62d358 HTTP/1.1" 200 265 0.036931 10.0.0.27 - - [2026-04-30 02:21:33] "GET /virtual-networks HTTP/1.1" 200 132 0.020784 10.0.0.27 - - [2026-04-30 02:21:33] "GET /virtual-networks HTTP/1.1" 200 609 0.020746 10.0.0.27 - - [2026-04-30 02:21:33] "GET /virtual-networks HTTP/1.1" 200 1431 0.003187 10.0.0.27 - - [2026-04-30 02:21:33] "GET /obj-perms HTTP/1.1" 403 257 0.009099 10.0.0.27 - - [2026-04-30 02:21:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.27 - - [2026-04-30 02:21:33] "GET /virtual-network/53044e1d-8f58-450a-b7a1-2ef45f62d358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 366 0.012095 10.0.0.27 - - [2026-04-30 02:21:34] "GET /obj-perms HTTP/1.1" 403 257 0.035580 10.0.0.27 - - [2026-04-30 02:21:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.27 - - [2026-04-30 02:21:34] "GET /virtual-network/53044e1d-8f58-450a-b7a1-2ef45f62d358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 366 0.011504 10.0.0.27 - - [2026-04-30 02:21:34] "GET /obj-perms HTTP/1.1" 403 257 0.009886 10.0.0.27 - - [2026-04-30 02:21:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.27 - - [2026-04-30 02:21:34] "GET /virtual-network/53044e1d-8f58-450a-b7a1-2ef45f62d358?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2019 0.019117 10.0.0.27 - - [2026-04-30 02:21:34] "GET /obj-perms HTTP/1.1" 200 6413 0.002050 10.0.0.27 - - [2026-04-30 02:21:34] "GET /obj-perms HTTP/1.1" 403 257 0.008493 10.0.0.27 - - [2026-04-30 02:21:34] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.021010 10.0.0.27 - - [2026-04-30 02:21:34] "GET /obj-perms HTTP/1.1" 403 257 0.010517 10.0.0.27 - - [2026-04-30 02:21:34] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 609 0.021336 10.0.0.27 - - [2026-04-30 02:21:34] "GET /obj-perms HTTP/1.1" 200 6413 0.001884 10.0.0.27 - - [2026-04-30 02:21:34] "PUT /virtual-network/53044e1d-8f58-450a-b7a1-2ef45f62d358 HTTP/1.1" 200 265 0.031179 10.0.0.27 - - [2026-04-30 02:21:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005055 10.0.0.27 - - [2026-04-30 02:21:35] "POST /useragent-kv HTTP/1.1" 200 115 0.005047 10.0.0.27 - - [2026-04-30 02:21:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002363 10.0.0.27 - - [2026-04-30 02:21:35] "DELETE /virtual-network/ab1772a4-46fd-4bdf-bba4-5e6a586a770a HTTP/1.1" 200 115 0.144630 10.0.0.27 - - [2026-04-30 02:21:35] "DELETE /route-target/e11e8337-ba59-4af3-9e56-a1c04b644f28 HTTP/1.1" 200 115 0.031164 10.0.0.27 - - [2026-04-30 02:21:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002992 10.0.0.27 - - [2026-04-30 02:21:35] "POST /useragent-kv HTTP/1.1" 200 115 0.003920 10.0.0.27 - - [2026-04-30 02:21:35] "DELETE /virtual-network/53044e1d-8f58-450a-b7a1-2ef45f62d358 HTTP/1.1" 200 115 0.090130 10.0.0.27 - - [2026-04-30 02:21:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004616 10.0.0.27 - - [2026-04-30 02:21:35] "DELETE /route-target/3e8cfa2f-0454-4f04-8449-8b27fa764130 HTTP/1.1" 200 115 0.020998 10.0.0.27 - - [2026-04-30 02:21:35] "DELETE /api-access-list/3a241301-fade-4022-b7e0-dfb502f43165 HTTP/1.1" 200 115 0.034245 10.0.0.27 - - [2026-04-30 02:21:35] "GET /api-access-list/3a241301-fade-4022-b7e0-dfb502f43165 HTTP/1.1" 404 171 0.004204 10.0.0.27 - - [2026-04-30 02:21:35] "GET /projects?obj_uuids=9afb75b5-0e0b-4971-b531-8dd88ef0d361&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001207 10.0.0.27 - - [2026-04-30 02:21:35] "GET /project/9afb75b5-0e0b-4971-b531-8dd88ef0d361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.028991 10.0.0.27 - - [2026-04-30 02:21:35] "GET /projects?obj_uuids=9afb75b5-0e0b-4971-b531-8dd88ef0d361&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001275 10.0.0.27 - - [2026-04-30 02:21:35] "GET /project/9afb75b5-0e0b-4971-b531-8dd88ef0d361?fields=virtual_networks HTTP/1.1" 200 1033 0.069254 10.0.0.27 - - [2026-04-30 02:21:35] "GET /projects?obj_uuids=9afb75b5-0e0b-4971-b531-8dd88ef0d361&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001248 10.0.0.27 - - [2026-04-30 02:21:35] "GET /project/9afb75b5-0e0b-4971-b531-8dd88ef0d361?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.029312 10.0.0.27 - - [2026-04-30 02:21:35] "GET /projects?obj_uuids=9afb75b5-0e0b-4971-b531-8dd88ef0d361&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001478 10.0.0.27 - - [2026-04-30 02:21:35] "GET /project/9afb75b5-0e0b-4971-b531-8dd88ef0d361?fields=security_groups HTTP/1.1" 200 1258 0.070560 10.0.0.27 - - [2026-04-30 02:21:36] "GET /projects?obj_uuids=b825dfec-f62b-4364-96b5-992c4d8b9415&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001412 10.0.0.27 - - [2026-04-30 02:21:36] "GET /project/b825dfec-f62b-4364-96b5-992c4d8b9415?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.033815 10.0.0.27 - - [2026-04-30 02:21:36] "GET /projects?obj_uuids=b825dfec-f62b-4364-96b5-992c4d8b9415&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001243 10.0.0.27 - - [2026-04-30 02:21:36] "GET /project/b825dfec-f62b-4364-96b5-992c4d8b9415?fields=virtual_networks HTTP/1.1" 200 1033 0.079223 10.0.0.27 - - [2026-04-30 02:21:36] "GET /projects?obj_uuids=b825dfec-f62b-4364-96b5-992c4d8b9415&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001841 10.0.0.27 - - [2026-04-30 02:21:36] "GET /project/b825dfec-f62b-4364-96b5-992c4d8b9415?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.026740 10.0.0.27 - - [2026-04-30 02:21:36] "GET /projects?obj_uuids=b825dfec-f62b-4364-96b5-992c4d8b9415&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001558 10.0.0.27 - - [2026-04-30 02:21:36] "GET /project/b825dfec-f62b-4364-96b5-992c4d8b9415?fields=security_groups HTTP/1.1" 200 1258 0.030554 10.0.0.27 - - [2026-04-30 02:21:37] "GET /aaa-mode HTTP/1.1" 200 128 0.001387 10.0.0.27 - - [2026-04-30 02:21:38] "GET / HTTP/1.1" 200 36215 0.001966 10.0.0.27 - - [2026-04-30 02:21:39] "GET / HTTP/1.1" 200 36215 0.001563 10.0.0.27 - - [2026-04-30 02:21:39] "POST /fqname-to-id HTTP/1.1" 401 295 0.000662 10.0.0.27 - - [2026-04-30 02:21:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.091624 10.0.0.27 - - [2026-04-30 02:21:40] "GET /projects?obj_uuids=d217c055-5546-45cf-b96f-893bfc23d4b9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001307 10.0.0.27 - - [2026-04-30 02:21:40] "GET /project/d217c055-5546-45cf-b96f-893bfc23d4b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.039253 10.0.0.27 - - [2026-04-30 02:21:40] "GET /virtual-networks?parent_id=d217c055-5546-45cf-b96f-893bfc23d4b9&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.010411 10.0.0.27 - - [2026-04-30 02:21:40] "POST /fqname-to-id HTTP/1.1" 404 195 0.009389 10.0.0.27 - - [2026-04-30 02:21:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.012110 10.0.0.27 - - [2026-04-30 02:21:40] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001369 10.0.0.27 - - [2026-04-30 02:21:40] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 943 0.017728 10.0.0.27 - - [2026-04-30 02:21:40] "POST /service-templates HTTP/1.1" 403 264 0.008310 10.0.0.27 - - [2026-04-30 02:21:40] "POST /fqname-to-id HTTP/1.1" 404 213 0.003296 10.0.0.27 - - [2026-04-30 02:21:40] "POST /api-access-lists HTTP/1.1" 200 555 0.021563 10.0.0.27 - - [2026-04-30 02:21:40] "GET /api-access-list/0719bc80-eef2-4a1c-996b-71a3b126d0e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1322 0.005302 10.0.0.27 - - [2026-04-30 02:21:40] "GET /api-access-list/0719bc80-eef2-4a1c-996b-71a3b126d0e3 HTTP/1.1" 200 1322 0.005042 10.0.0.27 - - [2026-04-30 02:21:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.015751 10.0.0.27 - - [2026-04-30 02:21:40] "GET /projects?obj_uuids=d217c055-5546-45cf-b96f-893bfc23d4b9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001240 10.0.0.27 - - [2026-04-30 02:21:40] "GET /project/d217c055-5546-45cf-b96f-893bfc23d4b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.042771 10.0.0.27 - - [2026-04-30 02:21:40] "GET /virtual-networks?parent_id=d217c055-5546-45cf-b96f-893bfc23d4b9&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.013534 10.0.0.27 - - [2026-04-30 02:21:40] "POST /virtual-networks HTTP/1.1" 200 583 0.051525 10.0.0.27 - - [2026-04-30 02:21:40] "POST /route-targets HTTP/1.1" 200 328 0.012337 10.0.0.27 - - [2026-04-30 02:21:41] "POST /ref-update HTTP/1.1" 200 156 0.018604 10.0.0.27 - - [2026-04-30 02:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.020667 10.0.0.27 - - [2026-04-30 02:21:41] "GET /network-ipam/ab849a42-d7e9-41a6-b9a0-9e07764105bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1091 0.012257 10.0.0.27 - - [2026-04-30 02:21:41] "POST /useragent-kv HTTP/1.1" 200 115 0.004261 10.0.0.27 - - [2026-04-30 02:21:41] "POST /ref-update HTTP/1.1" 200 156 0.077576 252.27.116.45 - - [2026-04-30 02:21:41] "POST /neutron/network HTTP/1.1" 200 847 0.069733 252.27.116.45 - - [2026-04-30 02:21:41] "POST /neutron/network HTTP/1.1" 200 847 0.026549 10.0.0.27 - - [2026-04-30 02:21:41] "GET /virtual-network/a5749142-ddb4-4828-a7bc-35e58f5ed9e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.017238 252.27.116.45 - - [2026-04-30 02:21:41] "POST /neutron/network HTTP/1.1" 200 847 0.024802 252.27.116.45 - - [2026-04-30 02:21:41] "POST /neutron/subnet HTTP/1.1" 200 681 0.035857 252.27.116.45 - - [2026-04-30 02:21:41] "POST /neutron/network HTTP/1.1" 200 847 0.040154 10.0.0.27 - - [2026-04-30 02:21:41] "GET /virtual-network/a5749142-ddb4-4828-a7bc-35e58f5ed9e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.005416 10.0.0.27 - - [2026-04-30 02:21:42] "GET /network-ipam/ab849a42-d7e9-41a6-b9a0-9e07764105bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1091 0.003813 10.0.0.27 - - [2026-04-30 02:21:42] "GET /domains HTTP/1.1" 200 438 0.003233 10.0.0.27 - - [2026-04-30 02:21:42] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001385 10.0.0.27 - - [2026-04-30 02:21:42] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36 HTTP/1.1" 200 2215 0.008173 10.0.0.27 - - [2026-04-30 02:21:42] "GET /projects?obj_uuids=d217c055-5546-45cf-b96f-893bfc23d4b9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001545 10.0.0.27 - - [2026-04-30 02:21:42] "GET /project/d217c055-5546-45cf-b96f-893bfc23d4b9 HTTP/1.1" 200 2348 0.030418 10.0.0.27 - - [2026-04-30 02:21:42] "GET /virtual-network/a5749142-ddb4-4828-a7bc-35e58f5ed9e2 HTTP/1.1" 200 2315 0.007201 10.0.0.27 - - [2026-04-30 02:21:42] "GET /virtual-network/a5749142-ddb4-4828-a7bc-35e58f5ed9e2 HTTP/1.1" 200 2315 0.008036 10.0.0.27 - - [2026-04-30 02:21:42] "GET /routing-instance/fdc445a0-0c72-47ed-ac43-bbc9ba0b04fd HTTP/1.1" 200 1557 0.006321 10.0.0.27 - - [2026-04-30 02:21:42] "GET /routing-instance/fdc445a0-0c72-47ed-ac43-bbc9ba0b04fd HTTP/1.1" 200 1557 0.004917 10.0.0.27 - - [2026-04-30 02:21:42] "GET /route-target/802cb435-1fb5-41a2-9f1e-d0b77a8836bc HTTP/1.1" 200 1244 0.004116 10.0.0.27 - - [2026-04-30 02:21:42] "GET /virtual-network/a5749142-ddb4-4828-a7bc-35e58f5ed9e2 HTTP/1.1" 200 2315 0.005537 10.0.0.27 - - [2026-04-30 02:21:42] "GET /routing-instance/fdc445a0-0c72-47ed-ac43-bbc9ba0b04fd HTTP/1.1" 200 1557 0.004791 10.0.0.27 - - [2026-04-30 02:21:42] "GET /virtual-network/a5749142-ddb4-4828-a7bc-35e58f5ed9e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.007488 10.0.0.27 - - [2026-04-30 02:21:42] "GET /virtual-network/a5749142-ddb4-4828-a7bc-35e58f5ed9e2 HTTP/1.1" 200 2315 0.006587 10.0.0.27 - - [2026-04-30 02:21:42] "GET /routing-instance/fdc445a0-0c72-47ed-ac43-bbc9ba0b04fd HTTP/1.1" 200 1557 0.004686 10.0.0.27 - - [2026-04-30 02:21:42] "GET /routing-instance/fdc445a0-0c72-47ed-ac43-bbc9ba0b04fd HTTP/1.1" 200 1557 0.004488 10.0.0.27 - - [2026-04-30 02:21:42] "GET /route-target/802cb435-1fb5-41a2-9f1e-d0b77a8836bc HTTP/1.1" 200 1244 0.005107 10.0.0.27 - - [2026-04-30 02:21:43] "GET /domains HTTP/1.1" 200 438 0.003013 10.0.0.27 - - [2026-04-30 02:21:43] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001192 10.0.0.27 - - [2026-04-30 02:21:43] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36 HTTP/1.1" 200 2215 0.007266 10.0.0.27 - - [2026-04-30 02:21:43] "GET /projects?obj_uuids=d217c055-5546-45cf-b96f-893bfc23d4b9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001807 10.0.0.27 - - [2026-04-30 02:21:43] "GET /project/d217c055-5546-45cf-b96f-893bfc23d4b9 HTTP/1.1" 200 2348 0.035470 10.0.0.27 - - [2026-04-30 02:21:43] "GET /virtual-network/a5749142-ddb4-4828-a7bc-35e58f5ed9e2 HTTP/1.1" 200 2315 0.007404 10.0.0.27 - - [2026-04-30 02:21:43] "GET /obj-perms HTTP/1.1" 200 6413 0.002258 10.0.0.27 - - [2026-04-30 02:21:43] "POST /fqname-to-id HTTP/1.1" 404 195 0.013818 10.0.0.27 - - [2026-04-30 02:21:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.012983 10.0.0.27 - - [2026-04-30 02:21:43] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001763 10.0.0.27 - - [2026-04-30 02:21:43] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 943 0.016612 10.0.0.27 - - [2026-04-30 02:21:43] "POST /service-templates HTTP/1.1" 403 264 0.008916 10.0.0.27 - - [2026-04-30 02:21:43] "POST /fqname-to-id HTTP/1.1" 404 181 0.003178 10.0.0.27 - - [2026-04-30 02:21:43] "POST /api-access-lists HTTP/1.1" 200 521 0.016747 10.0.0.27 - - [2026-04-30 02:21:43] "GET /api-access-list/f8bb455c-e696-4e3c-bbec-cb602c93f79c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.005388 10.0.0.27 - - [2026-04-30 02:21:43] "GET /api-access-list/f8bb455c-e696-4e3c-bbec-cb602c93f79c HTTP/1.1" 200 1291 0.003782 10.0.0.27 - - [2026-04-30 02:21:43] "POST /fqname-to-id HTTP/1.1" 404 195 0.013392 10.0.0.27 - - [2026-04-30 02:21:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.012831 10.0.0.27 - - [2026-04-30 02:21:43] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001185 10.0.0.27 - - [2026-04-30 02:21:43] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 943 0.016992 10.0.0.27 - - [2026-04-30 02:21:43] "POST /service-templates HTTP/1.1" 200 551 0.029737 10.0.0.27 - - [2026-04-30 02:21:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.015941 10.0.0.27 - - [2026-04-30 02:21:44] "GET /service-template/570519b5-1dd9-42d5-b5ac-f0670d82f639?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.014031 10.0.0.27 - - [2026-04-30 02:21:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.012118 10.0.0.27 - - [2026-04-30 02:21:44] "GET /service-template/570519b5-1dd9-42d5-b5ac-f0670d82f639?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.014491 10.0.0.27 - - [2026-04-30 02:21:44] "GET /virtual-network/a5749142-ddb4-4828-a7bc-35e58f5ed9e2 HTTP/1.1" 401 295 0.000467 10.0.0.27 - - [2026-04-30 02:21:44] "GET /virtual-network/a5749142-ddb4-4828-a7bc-35e58f5ed9e2 HTTP/1.1" 403 263 0.038763 10.0.0.27 - - [2026-04-30 02:21:44] "GET /service-template/570519b5-1dd9-42d5-b5ac-f0670d82f639 HTTP/1.1" 403 264 0.010407 10.0.0.27 - - [2026-04-30 02:21:45] "GET /service-template/570519b5-1dd9-42d5-b5ac-f0670d82f639 HTTP/1.1" 403 264 0.046535 10.0.0.27 - - [2026-04-30 02:21:45] "GET /obj-perms HTTP/1.1" 403 257 0.042728 10.0.0.27 - - [2026-04-30 02:21:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003789 10.0.0.27 - - [2026-04-30 02:21:45] "GET /virtual-network/a5749142-ddb4-4828-a7bc-35e58f5ed9e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.011762 10.0.0.27 - - [2026-04-30 02:21:45] "GET /obj-perms HTTP/1.1" 403 257 0.011655 10.0.0.27 - - [2026-04-30 02:21:45] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.014023 10.0.0.27 - - [2026-04-30 02:21:45] "GET /api-access-list/0719bc80-eef2-4a1c-996b-71a3b126d0e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1322 0.004342 10.0.0.27 - - [2026-04-30 02:21:45] "PUT /api-access-list/0719bc80-eef2-4a1c-996b-71a3b126d0e3 HTTP/1.1" 200 265 0.012168 10.0.0.27 - - [2026-04-30 02:21:45] "GET /api-access-list/0719bc80-eef2-4a1c-996b-71a3b126d0e3 HTTP/1.1" 200 1459 0.003965 10.0.0.27 - - [2026-04-30 02:21:45] "GET /virtual-network/a5749142-ddb4-4828-a7bc-35e58f5ed9e2 HTTP/1.1" 200 2315 0.019310 10.0.0.27 - - [2026-04-30 02:21:46] "POST /fqname-to-id HTTP/1.1" 401 295 0.000646 10.0.0.27 - - [2026-04-30 02:21:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.043742 10.0.0.27 - - [2026-04-30 02:21:46] "GET /projects?obj_uuids=d217c055-5546-45cf-b96f-893bfc23d4b9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001138 10.0.0.27 - - [2026-04-30 02:21:46] "GET /project/d217c055-5546-45cf-b96f-893bfc23d4b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.035987 10.0.0.27 - - [2026-04-30 02:21:46] "GET /virtual-networks?parent_id=d217c055-5546-45cf-b96f-893bfc23d4b9&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.019272 10.0.0.27 - - [2026-04-30 02:21:46] "POST /virtual-networks HTTP/1.1" 403 263 0.011216 10.0.0.27 - - [2026-04-30 02:21:46] "GET /service-template/570519b5-1dd9-42d5-b5ac-f0670d82f639 HTTP/1.1" 403 264 0.009591 10.0.0.27 - - [2026-04-30 02:21:46] "GET /service-template/570519b5-1dd9-42d5-b5ac-f0670d82f639 HTTP/1.1" 403 264 0.040325 10.0.0.27 - - [2026-04-30 02:21:47] "GET /obj-perms HTTP/1.1" 403 257 0.009787 10.0.0.27 - - [2026-04-30 02:21:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.27 - - [2026-04-30 02:21:47] "GET /virtual-network/a5749142-ddb4-4828-a7bc-35e58f5ed9e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.016424 10.0.0.27 - - [2026-04-30 02:21:47] "GET /obj-perms HTTP/1.1" 403 257 0.009937 10.0.0.27 - - [2026-04-30 02:21:47] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 370 0.023689 10.0.0.27 - - [2026-04-30 02:21:47] "GET /api-access-list/f8bb455c-e696-4e3c-bbec-cb602c93f79c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.003807 10.0.0.27 - - [2026-04-30 02:21:47] "PUT /api-access-list/f8bb455c-e696-4e3c-bbec-cb602c93f79c HTTP/1.1" 200 265 0.009164 10.0.0.27 - - [2026-04-30 02:21:47] "GET /api-access-list/f8bb455c-e696-4e3c-bbec-cb602c93f79c HTTP/1.1" 200 1429 0.003794 10.0.0.27 - - [2026-04-30 02:21:47] "GET /service-template/570519b5-1dd9-42d5-b5ac-f0670d82f639 HTTP/1.1" 200 1853 0.019269 10.0.0.27 - - [2026-04-30 02:21:47] "POST /fqname-to-id HTTP/1.1" 404 195 0.013118 10.0.0.27 - - [2026-04-30 02:21:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.013312 10.0.0.27 - - [2026-04-30 02:21:47] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001634 10.0.0.27 - - [2026-04-30 02:21:47] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 943 0.020339 10.0.0.27 - - [2026-04-30 02:21:47] "POST /service-templates HTTP/1.1" 403 264 0.009834 10.0.0.27 - - [2026-04-30 02:21:47] "GET /api-access-list/0719bc80-eef2-4a1c-996b-71a3b126d0e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.004346 10.0.0.27 - - [2026-04-30 02:21:47] "PUT /api-access-list/0719bc80-eef2-4a1c-996b-71a3b126d0e3 HTTP/1.1" 200 265 0.009928 10.0.0.27 - - [2026-04-30 02:21:47] "GET /api-access-list/0719bc80-eef2-4a1c-996b-71a3b126d0e3 HTTP/1.1" 200 1322 0.003701 10.0.0.27 - - [2026-04-30 02:21:47] "GET /api-access-list/f8bb455c-e696-4e3c-bbec-cb602c93f79c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.003818 10.0.0.27 - - [2026-04-30 02:21:47] "PUT /api-access-list/f8bb455c-e696-4e3c-bbec-cb602c93f79c HTTP/1.1" 200 265 0.011197 10.0.0.27 - - [2026-04-30 02:21:47] "GET /api-access-list/f8bb455c-e696-4e3c-bbec-cb602c93f79c HTTP/1.1" 200 1291 0.003584 10.0.0.27 - - [2026-04-30 02:21:47] "GET /virtual-network/a5749142-ddb4-4828-a7bc-35e58f5ed9e2 HTTP/1.1" 403 263 0.011832 10.0.0.27 - - [2026-04-30 02:21:48] "GET /virtual-network/a5749142-ddb4-4828-a7bc-35e58f5ed9e2 HTTP/1.1" 403 263 0.042843 10.0.0.27 - - [2026-04-30 02:21:48] "GET /service-template/570519b5-1dd9-42d5-b5ac-f0670d82f639 HTTP/1.1" 403 264 0.011198 10.0.0.27 - - [2026-04-30 02:21:48] "GET /service-template/570519b5-1dd9-42d5-b5ac-f0670d82f639 HTTP/1.1" 403 264 0.042151 10.0.0.27 - - [2026-04-30 02:21:48] "GET /obj-perms HTTP/1.1" 403 257 0.010305 10.0.0.27 - - [2026-04-30 02:21:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003323 10.0.0.27 - - [2026-04-30 02:21:48] "GET /virtual-network/a5749142-ddb4-4828-a7bc-35e58f5ed9e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.011300 10.0.0.27 - - [2026-04-30 02:21:49] "GET /obj-perms HTTP/1.1" 403 257 0.043232 10.0.0.27 - - [2026-04-30 02:21:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002703 10.0.0.27 - - [2026-04-30 02:21:49] "GET /virtual-network/a5749142-ddb4-4828-a7bc-35e58f5ed9e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.011435 10.0.0.27 - - [2026-04-30 02:21:49] "GET /obj-perms HTTP/1.1" 403 257 0.010942 10.0.0.27 - - [2026-04-30 02:21:49] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.011768 10.0.0.27 - - [2026-04-30 02:21:49] "GET /api-access-list/9651f91f-2773-412d-b975-488b0914f1cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2413 0.004399 10.0.0.27 - - [2026-04-30 02:21:49] "PUT /api-access-list/9651f91f-2773-412d-b975-488b0914f1cd HTTP/1.1" 200 265 0.011419 10.0.0.27 - - [2026-04-30 02:21:49] "GET /service-template/570519b5-1dd9-42d5-b5ac-f0670d82f639 HTTP/1.1" 200 1853 0.015958 10.0.0.27 - - [2026-04-30 02:21:49] "GET /virtual-network/a5749142-ddb4-4828-a7bc-35e58f5ed9e2 HTTP/1.1" 200 2315 0.018764 10.0.0.27 - - [2026-04-30 02:21:49] "GET /obj-perms HTTP/1.1" 403 257 0.009843 10.0.0.27 - - [2026-04-30 02:21:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.27 - - [2026-04-30 02:21:49] "GET /virtual-network/a5749142-ddb4-4828-a7bc-35e58f5ed9e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.018990 10.0.0.27 - - [2026-04-30 02:21:50] "GET /obj-perms HTTP/1.1" 403 257 0.012931 10.0.0.27 - - [2026-04-30 02:21:50] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 370 0.027904 10.0.0.27 - - [2026-04-30 02:21:50] "DELETE /api-access-list/0719bc80-eef2-4a1c-996b-71a3b126d0e3 HTTP/1.1" 200 115 0.024349 10.0.0.27 - - [2026-04-30 02:21:50] "GET /api-access-list/0719bc80-eef2-4a1c-996b-71a3b126d0e3 HTTP/1.1" 404 171 0.002601 10.0.0.27 - - [2026-04-30 02:21:50] "DELETE /api-access-list/f8bb455c-e696-4e3c-bbec-cb602c93f79c HTTP/1.1" 200 115 0.018745 10.0.0.27 - - [2026-04-30 02:21:50] "GET /api-access-list/f8bb455c-e696-4e3c-bbec-cb602c93f79c HTTP/1.1" 404 171 0.003690 10.0.0.27 - - [2026-04-30 02:21:50] "GET /virtual-network/a5749142-ddb4-4828-a7bc-35e58f5ed9e2 HTTP/1.1" 401 295 0.000513 10.0.0.27 - - [2026-04-30 02:21:50] "GET /virtual-network/a5749142-ddb4-4828-a7bc-35e58f5ed9e2 HTTP/1.1" 403 263 0.042376 10.0.0.27 - - [2026-04-30 02:21:50] "GET /service-template/570519b5-1dd9-42d5-b5ac-f0670d82f639 HTTP/1.1" 403 264 0.008070 10.0.0.27 - - [2026-04-30 02:21:51] "GET /service-template/570519b5-1dd9-42d5-b5ac-f0670d82f639 HTTP/1.1" 403 264 0.042153 10.0.0.27 - - [2026-04-30 02:21:51] "GET /obj-perms HTTP/1.1" 403 257 0.042413 10.0.0.27 - - [2026-04-30 02:21:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003740 10.0.0.27 - - [2026-04-30 02:21:51] "GET /virtual-network/a5749142-ddb4-4828-a7bc-35e58f5ed9e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.008424 10.0.0.27 - - [2026-04-30 02:21:51] "GET /obj-perms HTTP/1.1" 403 257 0.010073 10.0.0.27 - - [2026-04-30 02:21:51] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.008473 10.0.0.27 - - [2026-04-30 02:21:51] "GET /api-access-list/9651f91f-2773-412d-b975-488b0914f1cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2688 0.003944 10.0.0.27 - - [2026-04-30 02:21:51] "PUT /api-access-list/9651f91f-2773-412d-b975-488b0914f1cd HTTP/1.1" 200 265 0.010620 10.0.0.27 - - [2026-04-30 02:21:51] "GET /virtual-network/a5749142-ddb4-4828-a7bc-35e58f5ed9e2 HTTP/1.1" 200 2315 0.014305 10.0.0.27 - - [2026-04-30 02:21:52] "GET /service-template/570519b5-1dd9-42d5-b5ac-f0670d82f639 HTTP/1.1" 200 1853 0.011597 10.0.0.27 - - [2026-04-30 02:21:52] "GET /obj-perms HTTP/1.1" 403 257 0.007850 10.0.0.27 - - [2026-04-30 02:21:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.27 - - [2026-04-30 02:21:52] "GET /virtual-network/a5749142-ddb4-4828-a7bc-35e58f5ed9e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2016 0.015476 10.0.0.27 - - [2026-04-30 02:21:52] "GET /obj-perms HTTP/1.1" 403 257 0.007715 10.0.0.27 - - [2026-04-30 02:21:52] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 370 0.020920 10.0.0.27 - - [2026-04-30 02:21:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.010088 10.0.0.27 - - [2026-04-30 02:21:52] "DELETE /service-template/570519b5-1dd9-42d5-b5ac-f0670d82f639 HTTP/1.1" 200 115 0.026768 10.0.0.27 - - [2026-04-30 02:21:52] "POST /fqname-to-id HTTP/1.1" 404 195 0.014010 10.0.0.27 - - [2026-04-30 02:21:52] "POST /useragent-kv HTTP/1.1" 200 115 0.003912 10.0.0.27 - - [2026-04-30 02:21:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004482 10.0.0.27 - - [2026-04-30 02:21:52] "POST /useragent-kv HTTP/1.1" 200 115 0.003582 10.0.0.27 - - [2026-04-30 02:21:52] "DELETE /virtual-network/a5749142-ddb4-4828-a7bc-35e58f5ed9e2 HTTP/1.1" 200 115 0.081707 10.0.0.27 - - [2026-04-30 02:21:52] "DELETE /route-target/802cb435-1fb5-41a2-9f1e-d0b77a8836bc HTTP/1.1" 200 115 0.020530 10.0.0.27 - - [2026-04-30 02:21:52] "GET /api-access-list/9651f91f-2773-412d-b975-488b0914f1cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.003656 10.0.0.27 - - [2026-04-30 02:21:52] "PUT /api-access-list/9651f91f-2773-412d-b975-488b0914f1cd HTTP/1.1" 200 265 0.010225 10.0.0.27 - - [2026-04-30 02:21:52] "GET /api-access-list/9651f91f-2773-412d-b975-488b0914f1cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2694 0.003869 10.0.0.27 - - [2026-04-30 02:21:53] "PUT /api-access-list/9651f91f-2773-412d-b975-488b0914f1cd HTTP/1.1" 200 265 0.010109 10.0.0.27 - - [2026-04-30 02:21:54] "GET /api-access-list/9651f91f-2773-412d-b975-488b0914f1cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2413 0.003785 10.0.0.27 - - [2026-04-30 02:21:54] "PUT /api-access-list/9651f91f-2773-412d-b975-488b0914f1cd HTTP/1.1" 200 265 0.009203 10.0.0.27 - - [2026-04-30 02:21:54] "GET /projects?obj_uuids=d217c055-5546-45cf-b96f-893bfc23d4b9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001426 10.0.0.27 - - [2026-04-30 02:21:54] "GET /project/d217c055-5546-45cf-b96f-893bfc23d4b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.031042 10.0.0.27 - - [2026-04-30 02:21:54] "GET /projects?obj_uuids=d217c055-5546-45cf-b96f-893bfc23d4b9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001141 10.0.0.27 - - [2026-04-30 02:21:54] "GET /project/d217c055-5546-45cf-b96f-893bfc23d4b9?fields=virtual_networks HTTP/1.1" 200 1033 0.068755 10.0.0.27 - - [2026-04-30 02:21:54] "GET /projects?obj_uuids=d217c055-5546-45cf-b96f-893bfc23d4b9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001123 10.0.0.27 - - [2026-04-30 02:21:54] "GET /project/d217c055-5546-45cf-b96f-893bfc23d4b9?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.026416 10.0.0.27 - - [2026-04-30 02:21:54] "GET /projects?obj_uuids=d217c055-5546-45cf-b96f-893bfc23d4b9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001531 10.0.0.27 - - [2026-04-30 02:21:54] "GET /project/d217c055-5546-45cf-b96f-893bfc23d4b9?fields=security_groups HTTP/1.1" 200 1258 0.026345 10.0.0.27 - - [2026-04-30 02:21:55] "GET /projects?obj_uuids=66315314-e948-4873-86c2-49fffc743d38&detail=False&count=False&shared=False HTTP/1.1" 200 321 0.001299 10.0.0.27 - - [2026-04-30 02:21:55] "GET /project/66315314-e948-4873-86c2-49fffc743d38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1269 0.032633 Traceback (most recent call last): File "src/gevent/greenlet.py", line 912, 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 873, 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-04-30T02:21:55Z failed with SSLError [Introspect:8084]10.0.0.27 - - [2026-04-30 02:21:55] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2956 0.001180 10.0.0.27 - - [2026-04-30 02:21:56] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001587 10.0.0.27 - - [2026-04-30 02:21:56] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 943 0.009059 10.0.0.27 - - [2026-04-30 02:21:57] "POST /fqname-to-id HTTP/1.1" 404 182 0.031014 10.0.0.27 - - [2026-04-30 02:21:57] "GET /projects?obj_uuids=0d1f769c-c7cb-406f-a618-2d9e728137c1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003350 10.0.0.27 - - [2026-04-30 02:21:57] "GET /domains?obj_uuids=54f544c9-c831-4d04-9bb9-e86845e32e36&detail=False&count=False&shared=False HTTP/1.1" 200 310 0.001437 10.0.0.27 - - [2026-04-30 02:21:57] "GET /domain/54f544c9-c831-4d04-9bb9-e86845e32e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 974 0.010000 10.0.0.27 - - [2026-04-30 02:21:57] "POST /id-to-fqname HTTP/1.1" 200 184 0.006924 10.0.0.27 - - [2026-04-30 02:21:57] "POST /fqname-to-id HTTP/1.1" 404 193 0.005641 10.0.0.27 - - [2026-04-30 02:21:57] "DELETE /project/b825dfecf62b436496b5992c4d8b9415 HTTP/1.1" 404 173 0.033540 10.0.0.27 - - [2026-04-30 02:21:57] "DELETE /project/d217c055554645cfb96f893bfc23d4b9 HTTP/1.1" 404 173 0.030387 10.0.0.27 - - [2026-04-30 02:21:57] "GET /projects?obj_uuids=b825dfec-f62b-4364-96b5-992c4d8b9415&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001157 10.0.0.27 - - [2026-04-30 02:21:57] "DELETE /project/9afb75b50e0b4971b5318dd88ef0d361 HTTP/1.1" 404 173 0.021479 10.0.0.27 - - [2026-04-30 02:21:57] "GET /projects?obj_uuids=04835a8d-0b92-42f1-8409-b409144b640f&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001232 10.0.0.27 - - [2026-04-30 02:21:57] "GET /projects?obj_uuids=6189831e-1c3e-4edb-b657-52d14e3a1983&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001024 10.0.0.27 - - [2026-04-30 02:21:57] "GET /projects?obj_uuids=a766dc71-ba90-4226-a037-0ececc555a23&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001366 10.0.0.27 - - [2026-04-30 02:21:57] "GET /projects?obj_uuids=9afb75b5-0e0b-4971-b531-8dd88ef0d361&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001134 10.0.0.27 - - [2026-04-30 02:21:57] "GET /projects?obj_uuids=d217c055-5546-45cf-b96f-893bfc23d4b9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001051 10.0.0.27 - - [2026-04-30 02:21:57] "GET /project/b825dfec-f62b-4364-96b5-992c4d8b9415?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.108242 10.0.0.27 - - [2026-04-30 02:21:57] "GET /project/a766dc71-ba90-4226-a037-0ececc555a23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.072874 10.0.0.27 - - [2026-04-30 02:21:57] "GET /projects?obj_uuids=b825dfec-f62b-4364-96b5-992c4d8b9415&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001799 10.0.0.27 - - [2026-04-30 02:21:57] "GET /projects?obj_uuids=a766dc71-ba90-4226-a037-0ececc555a23&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001468 10.0.0.27 - - [2026-04-30 02:21:57] "POST /security-groups HTTP/1.1" 200 579 0.177110 10.0.0.27 - - [2026-04-30 02:21:57] "GET /project/04835a8d-0b92-42f1-8409-b409144b640f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1433 0.215836 10.0.0.27 - - [2026-04-30 02:21:57] "GET /projects?obj_uuids=04835a8d-0b92-42f1-8409-b409144b640f&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001480 10.0.0.27 - - [2026-04-30 02:21:57] "GET /project/6189831e-1c3e-4edb-b657-52d14e3a1983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.245344 10.0.0.27 - - [2026-04-30 02:21:57] "POST /projects HTTP/1.1" 200 569 0.388694 10.0.0.27 - - [2026-04-30 02:21:57] "POST /fqname-to-id HTTP/1.1" 404 228 0.014188 10.0.0.27 - - [2026-04-30 02:21:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.454826 10.0.0.27 - - [2026-04-30 02:21:57] "GET /projects?obj_uuids=6189831e-1c3e-4edb-b657-52d14e3a1983&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001020 10.0.0.27 - - [2026-04-30 02:21:57] "GET /project/9afb75b5-0e0b-4971-b531-8dd88ef0d361?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.219886 10.0.0.27 - - [2026-04-30 02:21:57] "GET /project/b825dfec-f62b-4364-96b5-992c4d8b9415?fields=security_groups HTTP/1.1" 200 1351 0.165361 10.0.0.27 - - [2026-04-30 02:21:57] "GET /project/d217c055-5546-45cf-b96f-893bfc23d4b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1456 0.227865 10.0.0.27 - - [2026-04-30 02:21:57] "GET /project/a766dc71-ba90-4226-a037-0ececc555a23?fields=security_groups HTTP/1.1" 200 1336 0.119645 10.0.0.27 - - [2026-04-30 02:21:57] "GET /project/04835a8d-0b92-42f1-8409-b409144b640f?fields=security_groups HTTP/1.1" 200 1333 0.126927 10.0.0.27 - - [2026-04-30 02:21:57] "GET /projects?obj_uuids=9afb75b5-0e0b-4971-b531-8dd88ef0d361&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002463 10.0.0.27 - - [2026-04-30 02:21:57] "GET /project/0d1f769c-c7cb-406f-a618-2d9e728137c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.668720 10.0.0.27 - - [2026-04-30 02:21:57] "GET /project/6189831e-1c3e-4edb-b657-52d14e3a1983?fields=security_groups HTTP/1.1" 200 1335 0.128398 10.0.0.27 - - [2026-04-30 02:21:57] "GET /projects?obj_uuids=d217c055-5546-45cf-b96f-893bfc23d4b9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001095 10.0.0.27 - - [2026-04-30 02:21:57] "POST /access-control-lists HTTP/1.1" 200 592 0.166582 10.0.0.27 - - [2026-04-30 02:21:57] "GET /project/9afb75b5-0e0b-4971-b531-8dd88ef0d361?fields=security_groups HTTP/1.1" 200 1351 0.150217 10.0.0.27 - - [2026-04-30 02:21:57] "GET /project/d217c055-5546-45cf-b96f-893bfc23d4b9?fields=security_groups HTTP/1.1" 200 1351 0.125560 10.0.0.27 - - [2026-04-30 02:21:58] "POST /fqname-to-id HTTP/1.1" 404 227 0.013200 10.0.0.27 - - [2026-04-30 02:21:58] "DELETE /security-group/23669c60-f35a-445a-bd59-adcf08d4851a HTTP/1.1" 200 115 0.201838 10.0.0.27 - - [2026-04-30 02:21:58] "DELETE /security-group/49380a25-1677-44e9-948a-57ab144daff2 HTTP/1.1" 200 115 0.195249 10.0.0.27 - - [2026-04-30 02:21:58] "GET /projects?obj_uuids=b825dfec-f62b-4364-96b5-992c4d8b9415&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001701 10.0.0.27 - - [2026-04-30 02:21:58] "GET /projects?obj_uuids=a766dc71-ba90-4226-a037-0ececc555a23&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001547 10.0.0.27 - - [2026-04-30 02:21:58] "GET /project/b825dfec-f62b-4364-96b5-992c4d8b9415?fields=application_policy_sets HTTP/1.1" 200 1390 0.079587 10.0.0.27 - - [2026-04-30 02:21:58] "DELETE /security-group/0ea44bb2-20fc-4f7b-bccc-38c9aac6c57d HTTP/1.1" 200 115 0.226669 10.0.0.27 - - [2026-04-30 02:21:58] "DELETE /security-group/f303a397-f24c-47bc-b6e5-2e28e81cb796 HTTP/1.1" 200 115 0.258797 10.0.0.27 - - [2026-04-30 02:21:58] "GET /projects?obj_uuids=6189831e-1c3e-4edb-b657-52d14e3a1983&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001165 10.0.0.27 - - [2026-04-30 02:21:58] "GET /projects?obj_uuids=04835a8d-0b92-42f1-8409-b409144b640f&detail=False&count=False&shared=False HTTP/1.1" 200 339 0.001190 10.0.0.27 - - [2026-04-30 02:21:58] "DELETE /security-group/36851948-f2a1-4895-972f-19e4d2756139 HTTP/1.1" 200 115 0.163715 10.0.0.27 - - [2026-04-30 02:21:58] "GET /projects?obj_uuids=9afb75b5-0e0b-4971-b531-8dd88ef0d361&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001146 10.0.0.27 - - [2026-04-30 02:21:58] "POST /access-control-lists HTTP/1.1" 200 590 0.151385 10.0.0.27 - - [2026-04-30 02:21:58] "DELETE /security-group/d186637d-0e7f-44bc-bc54-196b2f2288ab HTTP/1.1" 200 115 0.188237 10.0.0.27 - - [2026-04-30 02:21:58] "GET /project/a766dc71-ba90-4226-a037-0ececc555a23?fields=application_policy_sets HTTP/1.1" 200 1375 0.185929 10.0.0.27 - - [2026-04-30 02:21:58] "GET /project/04835a8d-0b92-42f1-8409-b409144b640f?fields=application_policy_sets HTTP/1.1" 200 1372 0.114531 10.0.0.27 - - [2026-04-30 02:21:58] "GET /project/6189831e-1c3e-4edb-b657-52d14e3a1983?fields=application_policy_sets HTTP/1.1" 200 1374 0.137964 10.0.0.27 - - [2026-04-30 02:21:58] "GET /projects?obj_uuids=d217c055-5546-45cf-b96f-893bfc23d4b9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001380 10.0.0.27 - - [2026-04-30 02:21:58] "GET /project/9afb75b5-0e0b-4971-b531-8dd88ef0d361?fields=application_policy_sets HTTP/1.1" 200 1390 0.160182 10.0.0.27 - - [2026-04-30 02:21:58] "GET /project/d217c055-5546-45cf-b96f-893bfc23d4b9?fields=application_policy_sets HTTP/1.1" 200 1390 0.131366 10.0.0.27 - - [2026-04-30 02:21:58] "DELETE /project/b825dfec-f62b-4364-96b5-992c4d8b9415 HTTP/1.1" 200 115 1.024070 10.0.0.27 - - [2026-04-30 02:21:58] "DELETE /project/a766dc71-ba90-4226-a037-0ececc555a23 HTTP/1.1" 200 115 1.075568 10.0.0.27 - - [2026-04-30 02:21:58] "DELETE /project/04835a8d-0b92-42f1-8409-b409144b640f HTTP/1.1" 200 115 1.124981 10.0.0.27 - - [2026-04-30 02:21:58] "DELETE /project/6189831e-1c3e-4edb-b657-52d14e3a1983 HTTP/1.1" 200 115 1.130069 10.0.0.27 - - [2026-04-30 02:21:58] "DELETE /project/9afb75b5-0e0b-4971-b531-8dd88ef0d361 HTTP/1.1" 200 115 1.106787 10.0.0.27 - - [2026-04-30 02:21:58] "DELETE /project/d217c055-5546-45cf-b96f-893bfc23d4b9 HTTP/1.1" 200 115 1.106914 10.0.0.27 - - [2026-04-30 02:21:58] "DELETE /access-control-list/2c6d22d0-ac93-4ffb-8c91-aa5dfb22b2c6 HTTP/1.1" 200 115 0.030431 10.0.0.27 - - [2026-04-30 02:21:58] "DELETE /access-control-list/4783d079-5eb6-44e9-b5cc-654836d7a120 HTTP/1.1" 200 115 0.026612 10.0.0.27 - - [2026-04-30 02:21:58] "DELETE /access-control-list/f3bb7a3f-4a09-4211-823e-61f953852bc8 HTTP/1.1" 200 115 0.029706 10.0.0.27 - - [2026-04-30 02:21:58] "DELETE /access-control-list/bdd88968-2e7d-4987-8b6b-281f98c67220 HTTP/1.1" 200 115 0.022419 10.0.0.27 - - [2026-04-30 02:21:58] "DELETE /access-control-list/8afbe5b6-c0dc-486d-83d4-8118f0e72e36 HTTP/1.1" 200 115 0.030958 10.0.0.27 - - [2026-04-30 02:21:58] "DELETE /access-control-list/b49b7795-71d9-4750-9c61-90888834de54 HTTP/1.1" 200 115 0.027438 10.0.0.27 - - [2026-04-30 02:21:58] "DELETE /access-control-list/e0fec2e7-7cec-40d7-a99d-1f4e495050bc HTTP/1.1" 200 115 0.033932 10.0.0.27 - - [2026-04-30 02:21:59] "DELETE /access-control-list/a0d1f45f-6ed8-4c6e-b7eb-d5c146fd2d66 HTTP/1.1" 200 115 0.024879 10.0.0.27 - - [2026-04-30 02:21:59] "DELETE /access-control-list/3172b706-30f9-43eb-a7f2-39bbef679ac3 HTTP/1.1" 200 115 0.028543 10.0.0.27 - - [2026-04-30 02:21:59] "DELETE /access-control-list/4dc5cc84-a484-4418-8f2e-1ed9f5562ace HTTP/1.1" 200 115 0.022358 10.0.0.27 - - [2026-04-30 02:21:59] "DELETE /access-control-list/289ef5f4-53cd-40aa-b8ef-c7fb957c9694 HTTP/1.1" 200 115 0.028890 10.0.0.27 - - [2026-04-30 02:21:59] "DELETE /access-control-list/4bb965e9-1864-428b-91bc-692a5cee9840 HTTP/1.1" 200 115 0.023841 10.0.0.27 - - [2026-04-30 02:21:59] "GET / HTTP/1.1" 200 36215 0.002282 10.0.0.27 - - [2026-04-30 02:21:59] "GET /projects?obj_uuids=0d1f769c-c7cb-406f-a618-2d9e728137c1&detail=False&count=False&shared=False HTTP/1.1" 200 340 0.001375 10.0.0.27 - - [2026-04-30 02:21:59] "GET /project/0d1f769c-c7cb-406f-a618-2d9e728137c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.028132 10.0.0.27 - - [2026-04-30 02:21:59] "GET /projects?obj_uuids=0d1f769c-c7cb-406f-a618-2d9e728137c1&detail=False&count=False&shared=False HTTP/1.1" 200 340 0.001232 10.0.0.27 - - [2026-04-30 02:21:59] "GET /project/0d1f769c-c7cb-406f-a618-2d9e728137c1?fields=virtual_networks HTTP/1.1" 200 1023 0.071360 10.0.0.27 - - [2026-04-30 02:22:00] "GET /projects?obj_uuids=0d1f769c-c7cb-406f-a618-2d9e728137c1&detail=False&count=False&shared=False HTTP/1.1" 200 340 0.002082 10.0.0.27 - - [2026-04-30 02:22:00] "GET /project/0d1f769c-c7cb-406f-a618-2d9e728137c1?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.037113 10.0.0.27 - - [2026-04-30 02:22:00] "GET /projects?obj_uuids=0d1f769c-c7cb-406f-a618-2d9e728137c1&detail=False&count=False&shared=False HTTP/1.1" 200 340 0.001781 10.0.0.27 - - [2026-04-30 02:22:00] "GET /project/0d1f769c-c7cb-406f-a618-2d9e728137c1?fields=security_groups HTTP/1.1" 200 1244 0.037751 10.0.0.27 - - [2026-04-30 02:22:10] "GET /obj-perms HTTP/1.1" 200 6366 0.073972 10.0.0.27 - - [2026-04-30 02:22:10] "GET /obj-perms HTTP/1.1" 200 6366 0.061774 [Introspect:8084]10.0.0.27 - - [2026-04-30 02:22:54] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001033 [Introspect:8084]10.0.0.27 - - [2026-04-30 02:22:54] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2956 0.001085