++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Mon Jul 28 02:14:55 UTC 2025 ===================' INFO: =================== Mon Jul 28 02:14:55 UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ awk '{print $2}' +++++ grep -o 'dev.*' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ cut -d / -f 1 +++ local nic=ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 +++ ip addr show dev ens3 ++ 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=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.27 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ 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=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.25 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25 ++ 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=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.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=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.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=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.27 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.27 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_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=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.27 ++ cut -d , -f 1 + local cassandra=10.0.0.27 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.27 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ cut -d ' ' -f 1 +++ 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 ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ sort ++++ uniq ++++ grep -vi host +++ local local_ips=,10.0.0.27,10.20.0.25,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in '"${server_list[@]}"' +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.27'\''))' +++ local server_ip=10.0.0.27 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.27 ]] +++ [[ ,10.0.0.27,10.20.0.25,127.0.0.1,172.17.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 false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ grep '^API__.*__.*=.*$' ++ cut -d = -f 1 ++ set -o posix ++ set ++ sort ++ sed 's/^API__//g' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 07/28/2025 02:15:04.152 7faf33a95dc8 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 07/28/2025 02:15:04.301 7faf33a95dc8 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 07/28/2025 02:15:04.315 7faf33a95dc8 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 07/28/2025 02:15:04.315 7faf33a95dc8 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://localhost:8095/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://10.0.0.27:8082/ Hit Ctrl-C to quit. 10.0.0.27 - - [2025-07-28 02:15:08] "GET / HTTP/1.1" 503 181 0.000325 10.0.0.27 - - [2025-07-28 02:15:08] "GET / HTTP/1.1" 503 181 0.000170 10.0.0.27 - - [2025-07-28 02:15:08] "GET / HTTP/1.1" 503 181 0.000225 10.0.0.27 - - [2025-07-28 02:15:09] "GET / HTTP/1.1" 200 45871 0.001665 10.0.0.27 - - [2025-07-28 02:15:09] "GET / HTTP/1.1" 200 45871 0.001235 10.0.0.27 - - [2025-07-28 02:15:09] "GET / HTTP/1.1" 200 35931 0.001115 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 - - [2025-07-28 02:15:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000567 10.0.0.27 - - [2025-07-28 02:15:09] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000267 10.0.0.27 - - [2025-07-28 02:15:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000539 10.0.0.27 - - [2025-07-28 02:15:09] "GET / HTTP/1.1" 200 35931 0.001690 10.0.0.27 - - [2025-07-28 02:15:09] "GET / HTTP/1.1" 200 35931 0.001678 10.0.0.27 - - [2025-07-28 02:15:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000434 10.0.0.27 - - [2025-07-28 02:15:09] "GET / HTTP/1.1" 200 35931 0.001443 10.0.0.27 - - [2025-07-28 02:15:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000441 10.0.0.27 - - [2025-07-28 02:15:10] "GET / HTTP/1.1" 200 35931 0.001776 10.0.0.27 - - [2025-07-28 02:15:10] "POST /fqname-to-id HTTP/1.1" 401 292 0.000485 10.0.0.27 - - [2025-07-28 02:15:10] "POST /fqname-to-id HTTP/1.1" 401 292 0.000936 10.0.0.27 - - [2025-07-28 02:15:11] "POST /fqname-to-id HTTP/1.1" 200 156 2.024280 10.0.0.27 - - [2025-07-28 02:15:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002976 10.0.0.27 - - [2025-07-28 02:15:11] "POST /fqname-to-id HTTP/1.1" 404 196 1.463205 10.0.0.27 - - [2025-07-28 02:15:11] "POST /fqname-to-id HTTP/1.1" 200 156 1.197793 10.0.0.27 - - [2025-07-28 02:15:11] "GET /global-system-config/1ab49f17-c56b-4003-bb12-d9f75778683b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.007411 10.0.0.27 - - [2025-07-28 02:15:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.929427 10.0.0.27 - - [2025-07-28 02:15:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.089126 10.0.0.27 - - [2025-07-28 02:15:11] "POST /fqname-to-id HTTP/1.1" 404 186 0.393707 10.0.0.27 - - [2025-07-28 02:15:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004182 10.0.0.27 - - [2025-07-28 02:15:11] "GET /global-system-config/1ab49f17-c56b-4003-bb12-d9f75778683b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.046001 10.0.0.27 - - [2025-07-28 02:15:11] "POST /fqname-to-id HTTP/1.1" 404 220 0.011059 10.0.0.27 - - [2025-07-28 02:15:11] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 1.833545 10.0.0.27 - - [2025-07-28 02:15:11] "POST /job-templates HTTP/1.1" 200 555 0.083477 10.0.0.27 - - [2025-07-28 02:15:11] "GET /network-ipam/ad126feb-28df-4886-973b-05436d9563a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.004125 10.0.0.27 - - [2025-07-28 02:15:11] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.006391 10.0.0.27 - - [2025-07-28 02:15:11] "GET /global-system-config/1ab49f17-c56b-4003-bb12-d9f75778683b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.008057 10.0.0.27 - - [2025-07-28 02:15:11] "POST /fqname-to-id HTTP/1.1" 404 220 0.005699 10.0.0.27 - - [2025-07-28 02:15:11] "POST /fqname-to-id HTTP/1.1" 404 200 0.003898 10.0.0.27 - - [2025-07-28 02:15:11] "POST /config-database-nodes HTTP/1.1" 200 617 0.028386 10.0.0.27 - - [2025-07-28 02:15:11] "POST /service-appliance-sets HTTP/1.1" 200 553 0.025058 10.0.0.27 - - [2025-07-28 02:15:11] "POST /fqname-to-id HTTP/1.1" 404 180 0.003167 10.0.0.27 - - [2025-07-28 02:15:11] "POST /config-nodes HTTP/1.1" 200 599 0.067951 10.0.0.27 - - [2025-07-28 02:15:11] "POST /job-templates HTTP/1.1" 200 563 0.070670 10.0.0.27 - - [2025-07-28 02:15:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003657 10.0.0.27 - - [2025-07-28 02:15:11] "POST /fqname-to-id HTTP/1.1" 404 191 0.003414 10.0.0.27 - - [2025-07-28 02:15:11] "GET /global-system-config/1ab49f17-c56b-4003-bb12-d9f75778683b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.006461 10.0.0.27 - - [2025-07-28 02:15:12] "POST /job-templates HTTP/1.1" 200 545 0.067683 10.0.0.27 - - [2025-07-28 02:15:12] "POST /service-appliance-sets HTTP/1.1" 200 541 0.025127 /usr/local/lib/python3.6/site-packages/keystoneauth1/adapter.py:244: UserWarning: Using keystoneclient sessions has been deprecated. Please update your software to use keystoneauth1. warnings.warn('Using keystoneclient sessions has been deprecated. ' 10.0.0.27 - - [2025-07-28 02:15:12] "POST /fqname-to-id HTTP/1.1" 404 207 0.003860 10.0.0.27 - - [2025-07-28 02:15:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002693 10.0.0.27 - - [2025-07-28 02:15:12] "GET /network-ipam/ad126feb-28df-4886-973b-05436d9563a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.004004 10.0.0.27 - - [2025-07-28 02:15:12] "POST /job-templates HTTP/1.1" 200 577 0.065701 10.0.0.27 - - [2025-07-28 02:15:12] "GET / HTTP/1.1" 200 35931 0.001479 10.0.0.27 - - [2025-07-28 02:15:12] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000439 10.0.0.27 - - [2025-07-28 02:15:12] "POST /fqname-to-id HTTP/1.1" 404 208 0.002974 10.0.0.27 - - [2025-07-28 02:15:12] "POST /service-templates HTTP/1.1" 200 511 0.017995 10.0.0.27 - - [2025-07-28 02:15:12] "POST /fqname-to-id HTTP/1.1" 404 225 0.005493 10.0.0.27 - - [2025-07-28 02:15:12] "POST /service-templates HTTP/1.1" 200 501 0.030136 10.0.0.27 - - [2025-07-28 02:15:12] "POST /job-templates HTTP/1.1" 200 579 0.077961 10.0.0.27 - - [2025-07-28 02:15:12] "POST /access-control-lists HTTP/1.1" 200 587 0.075658 10.0.0.27 - - [2025-07-28 02:15:12] "POST /service-templates HTTP/1.1" 200 515 0.023791 10.0.0.27 - - [2025-07-28 02:15:12] "POST /fqname-to-id HTTP/1.1" 404 224 0.004683 10.0.0.27 - - [2025-07-28 02:15:12] "POST /fqname-to-id HTTP/1.1" 404 210 0.004070 10.0.0.27 - - [2025-07-28 02:15:12] "POST /service-templates HTTP/1.1" 200 535 0.043305 10.0.0.27 - - [2025-07-28 02:15:12] "POST /access-control-lists HTTP/1.1" 200 585 0.023223 10.0.0.27 - - [2025-07-28 02:15:12] "POST /job-templates HTTP/1.1" 200 583 0.088941 10.0.0.27 - - [2025-07-28 02:15:12] "POST /service-templates HTTP/1.1" 200 507 0.057375 10.0.0.27 - - [2025-07-28 02:15:12] "POST /route-targets HTTP/1.1" 200 327 0.016255 10.0.0.27 - - [2025-07-28 02:15:12] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.029397 10.0.0.27 - - [2025-07-28 02:15:12] "POST /fqname-to-id HTTP/1.1" 404 198 0.002673 10.0.0.27 - - [2025-07-28 02:15:12] "POST /ref-update HTTP/1.1" 200 156 0.015524 10.0.0.27 - - [2025-07-28 02:15:12] "POST /job-templates HTTP/1.1" 200 559 0.061780 10.0.0.27 - - [2025-07-28 02:15:12] "POST /route-targets HTTP/1.1" 200 327 0.051865 10.0.0.27 - - [2025-07-28 02:15:12] "POST /fqname-to-id HTTP/1.1" 404 203 0.004954 10.0.0.27 - - [2025-07-28 02:15:12] "POST /ref-update HTTP/1.1" 200 156 0.010846 10.0.0.27 - - [2025-07-28 02:15:12] "POST /job-templates HTTP/1.1" 200 569 0.061982 10.0.0.27 - - [2025-07-28 02:15:12] "POST /route-targets HTTP/1.1" 200 327 0.049136 10.0.0.27 - - [2025-07-28 02:15:12] "POST /fqname-to-id HTTP/1.1" 404 196 0.003046 10.0.0.27 - - [2025-07-28 02:15:12] "POST /ref-update HTTP/1.1" 200 156 0.010559 10.0.0.27 - - [2025-07-28 02:15:13] "POST /job-templates HTTP/1.1" 200 555 0.061665 10.0.0.27 - - [2025-07-28 02:15:13] "POST /route-targets HTTP/1.1" 200 327 0.041512 10.0.0.27 - - [2025-07-28 02:15:13] "POST /fqname-to-id HTTP/1.1" 404 196 0.002239 10.0.0.27 - - [2025-07-28 02:15:13] "POST /ref-update HTTP/1.1" 200 156 0.009992 10.0.0.27 - - [2025-07-28 02:15:13] "POST /fqname-to-id HTTP/1.1" 404 201 0.003873 10.0.0.27 - - [2025-07-28 02:15:13] "POST /job-templates HTTP/1.1" 200 555 0.065102 10.0.0.27 - - [2025-07-28 02:15:13] "POST /fqname-to-id HTTP/1.1" 404 196 0.003186 10.0.0.27 - - [2025-07-28 02:15:13] "POST /access-control-lists HTTP/1.1" 200 551 0.069213 10.0.0.27 - - [2025-07-28 02:15:13] "POST /job-templates HTTP/1.1" 200 555 0.063922 10.0.0.27 - - [2025-07-28 02:15:13] "PUT /access-control-list/9be90417-8fce-4fe9-98fe-7a5cf83013ba HTTP/1.1" 200 272 0.033882 10.0.0.27 - - [2025-07-28 02:15:13] "POST /fqname-to-id HTTP/1.1" 404 186 0.003543 10.0.0.27 - - [2025-07-28 02:15:13] "PUT /access-control-list/b23e99ce-5b6d-416f-ab95-9250467ef783 HTTP/1.1" 200 272 0.011076 10.0.0.27 - - [2025-07-28 02:15:13] "POST /job-templates HTTP/1.1" 200 535 0.062591 10.0.0.27 - - [2025-07-28 02:15:13] "POST /fqname-to-id HTTP/1.1" 404 198 0.003145 10.0.0.27 - - [2025-07-28 02:15:13] "POST /job-templates HTTP/1.1" 200 559 0.065297 10.0.0.27 - - [2025-07-28 02:15:13] "POST /fqname-to-id HTTP/1.1" 404 198 0.003330 10.0.0.27 - - [2025-07-28 02:15:13] "POST /job-templates HTTP/1.1" 200 559 0.069802 10.0.0.27 - - [2025-07-28 02:15:13] "POST /fqname-to-id HTTP/1.1" 404 198 0.003256 10.0.0.27 - - [2025-07-28 02:15:14] "POST /job-templates HTTP/1.1" 200 559 0.061827 10.0.0.27 - - [2025-07-28 02:15:14] "POST /fqname-to-id HTTP/1.1" 404 201 0.003934 10.0.0.27 - - [2025-07-28 02:15:14] "POST /job-templates HTTP/1.1" 200 565 0.069214 10.0.0.27 - - [2025-07-28 02:15:14] "POST /fqname-to-id HTTP/1.1" 404 197 0.003250 10.0.0.27 - - [2025-07-28 02:15:14] "POST /job-templates HTTP/1.1" 200 557 0.065955 10.0.0.27 - - [2025-07-28 02:15:14] "POST /fqname-to-id HTTP/1.1" 404 196 0.003126 10.0.0.27 - - [2025-07-28 02:15:14] "POST /job-templates HTTP/1.1" 200 555 0.062134 10.0.0.27 - - [2025-07-28 02:15:14] "POST /fqname-to-id HTTP/1.1" 404 205 0.003202 10.0.0.27 - - [2025-07-28 02:15:14] "POST /job-templates HTTP/1.1" 200 573 0.061871 10.0.0.27 - - [2025-07-28 02:15:14] "POST /fqname-to-id HTTP/1.1" 404 194 0.003365 10.0.0.27 - - [2025-07-28 02:15:14] "POST /job-templates HTTP/1.1" 200 551 0.061410 10.0.0.27 - - [2025-07-28 02:15:14] "POST /fqname-to-id HTTP/1.1" 404 208 0.003185 10.0.0.27 - - [2025-07-28 02:15:14] "POST /job-templates HTTP/1.1" 200 579 0.061150 10.0.0.27 - - [2025-07-28 02:15:15] "POST /fqname-to-id HTTP/1.1" 404 196 0.003365 10.0.0.27 - - [2025-07-28 02:15:15] "POST /job-templates HTTP/1.1" 200 555 0.065751 10.0.0.27 - - [2025-07-28 02:15:15] "POST /fqname-to-id HTTP/1.1" 404 198 0.003248 10.0.0.27 - - [2025-07-28 02:15:15] "POST /job-templates HTTP/1.1" 200 559 0.061781 10.0.0.27 - - [2025-07-28 02:15:15] "POST /fqname-to-id HTTP/1.1" 404 206 0.003338 10.0.0.27 - - [2025-07-28 02:15:15] "POST /job-templates HTTP/1.1" 200 575 0.066367 10.0.0.27 - - [2025-07-28 02:15:15] "POST /fqname-to-id HTTP/1.1" 404 197 0.003084 10.0.0.27 - - [2025-07-28 02:15:15] "POST /job-templates HTTP/1.1" 200 557 0.065285 10.0.0.27 - - [2025-07-28 02:15:15] "POST /fqname-to-id HTTP/1.1" 404 198 0.003059 10.0.0.27 - - [2025-07-28 02:15:15] "POST /job-templates HTTP/1.1" 200 559 0.066227 10.0.0.27 - - [2025-07-28 02:15:15] "POST /fqname-to-id HTTP/1.1" 404 196 0.003040 10.0.0.27 - - [2025-07-28 02:15:15] "POST /job-templates HTTP/1.1" 200 555 0.061258 10.0.0.27 - - [2025-07-28 02:15:15] "POST /fqname-to-id HTTP/1.1" 404 195 0.003321 10.0.0.27 - - [2025-07-28 02:15:16] "POST /job-templates HTTP/1.1" 200 553 0.065272 10.0.0.27 - - [2025-07-28 02:15:16] "POST /fqname-to-id HTTP/1.1" 404 195 0.004457 10.0.0.27 - - [2025-07-28 02:15:16] "POST /job-templates HTTP/1.1" 200 553 0.065147 10.0.0.27 - - [2025-07-28 02:15:16] "POST /fqname-to-id HTTP/1.1" 404 195 0.003159 10.0.0.27 - - [2025-07-28 02:15:16] "POST /job-templates HTTP/1.1" 200 553 0.065304 10.0.0.27 - - [2025-07-28 02:15:16] "POST /fqname-to-id HTTP/1.1" 404 200 0.002888 10.0.0.27 - - [2025-07-28 02:15:16] "POST /job-templates HTTP/1.1" 200 563 0.061024 10.0.0.27 - - [2025-07-28 02:15:16] "POST /fqname-to-id HTTP/1.1" 404 201 0.003232 10.0.0.27 - - [2025-07-28 02:15:16] "POST /job-templates HTTP/1.1" 200 565 0.064991 10.0.0.27 - - [2025-07-28 02:15:16] "POST /fqname-to-id HTTP/1.1" 404 189 0.003136 10.0.0.27 - - [2025-07-28 02:15:16] "POST /config-propertiess HTTP/1.1" 200 551 0.029707 10.0.0.27 - - [2025-07-28 02:15:16] "POST /fqname-to-id HTTP/1.1" 404 168 0.002815 10.0.0.27 - - [2025-07-28 02:15:16] "POST /tags HTTP/1.1" 200 321 0.037739 10.0.0.27 - - [2025-07-28 02:15:17] "POST /fqname-to-id HTTP/1.1" 404 166 0.003032 10.0.0.27 - - [2025-07-28 02:15:17] "POST /tags HTTP/1.1" 200 317 0.028733 10.0.0.27 - - [2025-07-28 02:15:17] "POST /fqname-to-id HTTP/1.1" 404 174 0.004126 10.0.0.27 - - [2025-07-28 02:15:17] "POST /tags HTTP/1.1" 200 333 0.023751 10.0.0.27 - - [2025-07-28 02:15:17] "POST /fqname-to-id HTTP/1.1" 404 162 0.003088 10.0.0.27 - - [2025-07-28 02:15:17] "POST /tags HTTP/1.1" 200 309 0.028435 10.0.0.27 - - [2025-07-28 02:15:17] "POST /fqname-to-id HTTP/1.1" 404 174 0.003057 10.0.0.27 - - [2025-07-28 02:15:17] "POST /tags HTTP/1.1" 200 333 0.020280 10.0.0.27 - - [2025-07-28 02:15:17] "POST /fqname-to-id HTTP/1.1" 404 164 0.002975 10.0.0.27 - - [2025-07-28 02:15:17] "POST /tags HTTP/1.1" 200 313 0.022763 10.0.0.27 - - [2025-07-28 02:15:17] "POST /fqname-to-id HTTP/1.1" 404 169 0.003148 10.0.0.27 - - [2025-07-28 02:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.27 - - [2025-07-28 02:15:17] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1161 0.003183 10.0.0.27 - - [2025-07-28 02:15:17] "POST /tags HTTP/1.1" 200 323 0.024443 10.0.0.27 - - [2025-07-28 02:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003455 10.0.0.27 - - [2025-07-28 02:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256 10.0.0.27 - - [2025-07-28 02:15:17] "PUT /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db HTTP/1.1" 200 276 0.008685 10.0.0.27 - - [2025-07-28 02:15:17] "PUT /global-system-config/1ab49f17-c56b-4003-bb12-d9f75778683b HTTP/1.1" 200 274 0.010503 10.0.0.27 - - [2025-07-28 02:15:17] "POST /fqname-to-id HTTP/1.1" 404 166 0.002646 10.0.0.27 - - [2025-07-28 02:15:17] "POST /hardwares HTTP/1.1" 200 327 0.010474 10.0.0.27 - - [2025-07-28 02:15:17] "POST /fqname-to-id HTTP/1.1" 404 166 0.003233 10.0.0.27 - - [2025-07-28 02:15:17] "POST /hardwares HTTP/1.1" 200 327 0.010391 10.0.0.27 - - [2025-07-28 02:15:18] "POST /fqname-to-id HTTP/1.1" 404 166 0.002972 10.0.0.27 - - [2025-07-28 02:15:18] "GET / HTTP/1.1" 200 35931 0.001884 10.0.0.27 - - [2025-07-28 02:15:18] "POST /alarms HTTP/1.1" 401 292 0.000411 10.0.0.27 - - [2025-07-28 02:15:18] "POST /hardwares HTTP/1.1" 200 327 0.012671 10.0.0.27 - - [2025-07-28 02:15:18] "POST /fqname-to-id HTTP/1.1" 404 166 0.003013 10.0.0.27 - - [2025-07-28 02:15:18] "POST /hardwares HTTP/1.1" 200 327 0.011380 10.0.0.27 - - [2025-07-28 02:15:18] "POST /fqname-to-id HTTP/1.1" 404 164 0.003192 10.0.0.27 - - [2025-07-28 02:15:18] "POST /hardwares HTTP/1.1" 200 323 0.011837 10.0.0.27 - - [2025-07-28 02:15:18] "POST /fqname-to-id HTTP/1.1" 404 164 0.003272 10.0.0.27 - - [2025-07-28 02:15:18] "POST /hardwares HTTP/1.1" 200 323 0.011516 10.0.0.27 - - [2025-07-28 02:15:18] "POST /fqname-to-id HTTP/1.1" 404 161 0.002925 10.0.0.27 - - [2025-07-28 02:15:18] "POST /alarms HTTP/1.1" 200 581 0.044170 10.0.0.27 - - [2025-07-28 02:15:18] "POST /hardwares HTTP/1.1" 200 317 0.011717 10.0.0.27 - - [2025-07-28 02:15:18] "POST /alarms HTTP/1.1" 200 575 0.020728 10.0.0.27 - - [2025-07-28 02:15:18] "POST /fqname-to-id HTTP/1.1" 404 164 0.003384 10.0.0.27 - - [2025-07-28 02:15:18] "POST /alarms HTTP/1.1" 200 575 0.018462 10.0.0.27 - - [2025-07-28 02:15:18] "POST /hardwares HTTP/1.1" 200 323 0.011067 10.0.0.27 - - [2025-07-28 02:15:18] "POST /alarms HTTP/1.1" 200 559 0.016221 10.0.0.27 - - [2025-07-28 02:15:18] "POST /fqname-to-id HTTP/1.1" 404 164 0.003115 10.0.0.27 - - [2025-07-28 02:15:18] "POST /alarms HTTP/1.1" 200 555 0.018055 10.0.0.27 - - [2025-07-28 02:15:18] "POST /hardwares HTTP/1.1" 200 323 0.010756 10.0.0.27 - - [2025-07-28 02:15:18] "POST /fqname-to-id HTTP/1.1" 404 164 0.002610 10.0.0.27 - - [2025-07-28 02:15:18] "POST /alarms HTTP/1.1" 200 557 0.019312 10.0.0.27 - - [2025-07-28 02:15:18] "POST /hardwares HTTP/1.1" 200 323 0.011093 10.0.0.27 - - [2025-07-28 02:15:18] "POST /alarms HTTP/1.1" 200 565 0.018836 10.0.0.27 - - [2025-07-28 02:15:18] "POST /fqname-to-id HTTP/1.1" 404 165 0.003640 10.0.0.27 - - [2025-07-28 02:15:18] "POST /alarms HTTP/1.1" 200 549 0.017890 10.0.0.27 - - [2025-07-28 02:15:18] "POST /hardwares HTTP/1.1" 200 325 0.010690 10.0.0.27 - - [2025-07-28 02:15:18] "POST /alarms HTTP/1.1" 200 557 0.017369 10.0.0.27 - - [2025-07-28 02:15:18] "POST /fqname-to-id HTTP/1.1" 404 165 0.002786 10.0.0.27 - - [2025-07-28 02:15:19] "POST /alarms HTTP/1.1" 200 567 0.020990 10.0.0.27 - - [2025-07-28 02:15:19] "POST /hardwares HTTP/1.1" 200 325 0.013309 10.0.0.27 - - [2025-07-28 02:15:19] "POST /fqname-to-id HTTP/1.1" 404 165 0.002283 10.0.0.27 - - [2025-07-28 02:15:19] "POST /alarms HTTP/1.1" 200 555 0.018361 10.0.0.27 - - [2025-07-28 02:15:19] "POST /hardwares HTTP/1.1" 200 325 0.014477 10.0.0.27 - - [2025-07-28 02:15:19] "POST /alarms HTTP/1.1" 200 567 0.018128 10.0.0.27 - - [2025-07-28 02:15:19] "POST /fqname-to-id HTTP/1.1" 404 165 0.002896 10.0.0.27 - - [2025-07-28 02:15:19] "POST /alarms HTTP/1.1" 200 575 0.061374 10.0.0.27 - - [2025-07-28 02:15:19] "POST /hardwares HTTP/1.1" 200 325 0.022753 10.0.0.27 - - [2025-07-28 02:15:19] "POST /fqname-to-id HTTP/1.1" 404 164 0.002735 10.0.0.27 - - [2025-07-28 02:15:19] "POST /alarms HTTP/1.1" 200 569 0.017674 10.0.0.27 - - [2025-07-28 02:15:19] "POST /hardwares HTTP/1.1" 200 323 0.011213 10.0.0.27 - - [2025-07-28 02:15:19] "POST /alarms HTTP/1.1" 200 561 0.017624 10.0.0.27 - - [2025-07-28 02:15:19] "POST /fqname-to-id HTTP/1.1" 404 161 0.003191 10.0.0.27 - - [2025-07-28 02:15:19] "POST /alarms HTTP/1.1" 200 561 0.017735 10.0.0.27 - - [2025-07-28 02:15:19] "POST /hardwares HTTP/1.1" 200 317 0.010554 10.0.0.27 - - [2025-07-28 02:15:19] "POST /alarms HTTP/1.1" 200 561 0.018012 10.0.0.27 - - [2025-07-28 02:15:19] "POST /fqname-to-id HTTP/1.1" 404 164 0.002479 10.0.0.27 - - [2025-07-28 02:15:19] "POST /hardwares HTTP/1.1" 200 323 0.010528 10.0.0.27 - - [2025-07-28 02:15:19] "POST /alarms HTTP/1.1" 200 547 0.021043 10.0.0.27 - - [2025-07-28 02:15:19] "POST /fqname-to-id HTTP/1.1" 404 161 0.002740 10.0.0.27 - - [2025-07-28 02:15:19] "POST /alarms HTTP/1.1" 200 595 0.017498 10.0.0.27 - - [2025-07-28 02:15:19] "POST /hardwares HTTP/1.1" 200 317 0.010558 10.0.0.27 - - [2025-07-28 02:15:19] "POST /alarms HTTP/1.1" 200 575 0.017408 10.0.0.27 - - [2025-07-28 02:15:19] "POST /fqname-to-id HTTP/1.1" 404 164 0.003141 10.0.0.27 - - [2025-07-28 02:15:19] "POST /alarms HTTP/1.1" 200 571 0.017728 10.0.0.27 - - [2025-07-28 02:15:19] "POST /hardwares HTTP/1.1" 200 323 0.010658 10.0.0.27 - - [2025-07-28 02:15:19] "POST /alarms HTTP/1.1" 200 583 0.017538 10.0.0.27 - - [2025-07-28 02:15:19] "POST /fqname-to-id HTTP/1.1" 404 162 0.002836 10.0.0.27 - - [2025-07-28 02:15:19] "POST /alarms HTTP/1.1" 200 609 0.020958 10.0.0.27 - - [2025-07-28 02:15:19] "POST /hardwares HTTP/1.1" 200 319 0.015753 10.0.0.27 - - [2025-07-28 02:15:19] "POST /fqname-to-id HTTP/1.1" 404 162 0.003195 10.0.0.27 - - [2025-07-28 02:15:20] "POST /hardwares HTTP/1.1" 200 319 0.011681 10.0.0.27 - - [2025-07-28 02:15:20] "POST /fqname-to-id HTTP/1.1" 404 165 0.002971 10.0.0.27 - - [2025-07-28 02:15:20] "POST /hardwares HTTP/1.1" 200 325 0.012156 10.0.0.27 - - [2025-07-28 02:15:20] "POST /fqname-to-id HTTP/1.1" 404 161 0.003508 10.0.0.27 - - [2025-07-28 02:15:20] "GET / HTTP/1.1" 200 35931 0.001621 10.0.0.27 - - [2025-07-28 02:15:20] "POST /hardwares HTTP/1.1" 200 317 0.014459 10.0.0.27 - - [2025-07-28 02:15:20] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000419 10.0.0.27 - - [2025-07-28 02:15:20] "POST /fqname-to-id HTTP/1.1" 404 161 0.002903 10.0.0.27 - - [2025-07-28 02:15:20] "POST /hardwares HTTP/1.1" 200 317 0.011868 10.0.0.27 - - [2025-07-28 02:15:20] "POST /fqname-to-id HTTP/1.1" 404 162 0.003206 10.0.0.27 - - [2025-07-28 02:15:20] "POST /hardwares HTTP/1.1" 200 319 0.016922 10.0.0.27 - - [2025-07-28 02:15:20] "POST /fqname-to-id HTTP/1.1" 404 162 0.003163 10.0.0.27 - - [2025-07-28 02:15:20] "POST /hardwares HTTP/1.1" 200 319 0.011281 10.0.0.27 - - [2025-07-28 02:15:20] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.025532 10.0.0.27 - - [2025-07-28 02:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.27 - - [2025-07-28 02:15:20] "POST /fqname-to-id HTTP/1.1" 404 162 0.002595 10.0.0.27 - - [2025-07-28 02:15:20] "PUT /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db HTTP/1.1" 200 276 0.009958 10.0.0.27 - - [2025-07-28 02:15:20] "POST /hardwares HTTP/1.1" 200 319 0.013767 10.0.0.27 - - [2025-07-28 02:15:20] "POST /fqname-to-id HTTP/1.1" 404 158 0.003125 10.0.0.27 - - [2025-07-28 02:15:20] "POST /hardwares HTTP/1.1" 200 311 0.011009 10.0.0.27 - - [2025-07-28 02:15:20] "POST /fqname-to-id HTTP/1.1" 404 158 0.003250 10.0.0.27 - - [2025-07-28 02:15:20] "POST /hardwares HTTP/1.1" 200 311 0.010705 10.0.0.27 - - [2025-07-28 02:15:20] "POST /fqname-to-id HTTP/1.1" 404 160 0.003937 10.0.0.27 - - [2025-07-28 02:15:20] "POST /hardwares HTTP/1.1" 200 315 0.011322 10.0.0.27 - - [2025-07-28 02:15:20] "GET / HTTP/1.1" 200 35931 0.002493 10.0.0.27 - - [2025-07-28 02:15:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000414 10.0.0.27 - - [2025-07-28 02:15:21] "POST /fqname-to-id HTTP/1.1" 404 154 0.003320 10.0.0.27 - - [2025-07-28 02:15:21] "POST /hardwares HTTP/1.1" 200 303 0.011405 10.0.0.27 - - [2025-07-28 02:15:21] "POST /fqname-to-id HTTP/1.1" 404 158 0.003151 10.0.0.27 - - [2025-07-28 02:15:21] "POST /hardwares HTTP/1.1" 200 311 0.011472 10.0.0.27 - - [2025-07-28 02:15:21] "POST /fqname-to-id HTTP/1.1" 404 155 0.003952 10.0.0.27 - - [2025-07-28 02:15:21] "POST /hardwares HTTP/1.1" 200 305 0.010842 10.0.0.27 - - [2025-07-28 02:15:21] "POST /fqname-to-id HTTP/1.1" 404 155 0.002997 10.0.0.27 - - [2025-07-28 02:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.026977 10.0.0.27 - - [2025-07-28 02:15:21] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003730 10.0.0.27 - - [2025-07-28 02:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003851 10.0.0.27 - - [2025-07-28 02:15:21] "POST /hardwares HTTP/1.1" 200 305 0.013382 10.0.0.27 - - [2025-07-28 02:15:21] "POST /fqname-to-id HTTP/1.1" 404 155 0.004741 10.0.0.27 - - [2025-07-28 02:15:21] "PUT /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db HTTP/1.1" 200 276 0.010347 10.0.0.27 - - [2025-07-28 02:15:21] "POST /hardwares HTTP/1.1" 200 305 0.010832 10.0.0.27 - - [2025-07-28 02:15:21] "POST /fqname-to-id HTTP/1.1" 404 155 0.003091 10.0.0.27 - - [2025-07-28 02:15:21] "POST /hardwares HTTP/1.1" 200 305 0.011592 10.0.0.27 - - [2025-07-28 02:15:21] "POST /fqname-to-id HTTP/1.1" 404 156 0.003015 10.0.0.27 - - [2025-07-28 02:15:21] "POST /hardwares HTTP/1.1" 200 307 0.010639 10.0.0.27 - - [2025-07-28 02:15:21] "POST /fqname-to-id HTTP/1.1" 404 156 0.002909 10.0.0.27 - - [2025-07-28 02:15:21] "POST /hardwares HTTP/1.1" 200 307 0.012447 10.0.0.27 - - [2025-07-28 02:15:21] "POST /fqname-to-id HTTP/1.1" 404 156 0.004141 10.0.0.27 - - [2025-07-28 02:15:21] "GET / HTTP/1.1" 200 35931 0.001534 10.0.0.27 - - [2025-07-28 02:15:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000602 10.0.0.27 - - [2025-07-28 02:15:21] "POST /hardwares HTTP/1.1" 200 307 0.010634 10.0.0.27 - - [2025-07-28 02:15:21] "POST /fqname-to-id HTTP/1.1" 404 157 0.003855 10.0.0.27 - - [2025-07-28 02:15:22] "POST /hardwares HTTP/1.1" 200 309 0.012740 10.0.0.27 - - [2025-07-28 02:15:22] "POST /fqname-to-id HTTP/1.1" 404 158 0.003579 10.0.0.27 - - [2025-07-28 02:15:22] "POST /hardwares HTTP/1.1" 200 311 0.010780 10.0.0.27 - - [2025-07-28 02:15:22] "POST /fqname-to-id HTTP/1.1" 404 158 0.002982 10.0.0.27 - - [2025-07-28 02:15:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.023160 10.0.0.27 - - [2025-07-28 02:15:22] "POST /hardwares HTTP/1.1" 200 311 0.013542 10.0.0.27 - - [2025-07-28 02:15:22] "GET /global-system-config/1ab49f17-c56b-4003-bb12-d9f75778683b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.006462 10.0.0.27 - - [2025-07-28 02:15:22] "POST /fqname-to-id HTTP/1.1" 404 153 0.003032 10.0.0.27 - - [2025-07-28 02:15:22] "PUT /global-system-config/1ab49f17-c56b-4003-bb12-d9f75778683b HTTP/1.1" 200 274 0.018144 10.0.0.27 - - [2025-07-28 02:15:22] "POST /hardwares HTTP/1.1" 200 301 0.010515 10.0.0.27 - - [2025-07-28 02:15:22] "POST /fqname-to-id HTTP/1.1" 404 157 0.002876 10.0.0.27 - - [2025-07-28 02:15:22] "POST /hardwares HTTP/1.1" 200 309 0.011943 10.0.0.27 - - [2025-07-28 02:15:22] "POST /fqname-to-id HTTP/1.1" 404 157 0.002989 10.0.0.27 - - [2025-07-28 02:15:22] "POST /hardwares HTTP/1.1" 200 309 0.102241 10.0.0.27 - - [2025-07-28 02:15:22] "POST /fqname-to-id HTTP/1.1" 404 157 0.002982 10.0.0.27 - - [2025-07-28 02:15:22] "POST /hardwares HTTP/1.1" 200 309 0.014045 10.0.0.27 - - [2025-07-28 02:15:22] "POST /fqname-to-id HTTP/1.1" 404 157 0.003458 10.0.0.27 - - [2025-07-28 02:15:22] "POST /hardwares HTTP/1.1" 200 309 0.014876 10.0.0.27 - - [2025-07-28 02:15:22] "POST /fqname-to-id HTTP/1.1" 404 157 0.002924 10.0.0.27 - - [2025-07-28 02:15:23] "POST /hardwares HTTP/1.1" 200 309 0.065252 10.0.0.27 - - [2025-07-28 02:15:23] "POST /fqname-to-id HTTP/1.1" 404 161 0.003481 10.0.0.27 - - [2025-07-28 02:15:23] "POST /hardwares HTTP/1.1" 200 317 0.024361 10.0.0.27 - - [2025-07-28 02:15:23] "POST /fqname-to-id HTTP/1.1" 404 157 0.003201 10.0.0.27 - - [2025-07-28 02:15:23] "POST /hardwares HTTP/1.1" 200 309 0.029222 10.0.0.27 - - [2025-07-28 02:15:23] "POST /fqname-to-id HTTP/1.1" 404 157 0.004553 10.0.0.27 - - [2025-07-28 02:15:23] "POST /hardwares HTTP/1.1" 200 309 0.028965 10.0.0.27 - - [2025-07-28 02:15:23] "POST /fqname-to-id HTTP/1.1" 404 154 0.004531 10.0.0.27 - - [2025-07-28 02:15:23] "POST /hardwares HTTP/1.1" 200 303 0.047509 10.0.0.27 - - [2025-07-28 02:15:23] "POST /fqname-to-id HTTP/1.1" 404 190 0.004058 10.0.0.27 - - [2025-07-28 02:15:23] "POST /features HTTP/1.1" 200 533 0.192501 10.0.0.27 - - [2025-07-28 02:15:23] "POST /fqname-to-id HTTP/1.1" 404 185 0.004201 10.0.0.27 - - [2025-07-28 02:15:23] "POST /features HTTP/1.1" 200 523 0.019573 10.0.0.27 - - [2025-07-28 02:15:23] "POST /fqname-to-id HTTP/1.1" 404 184 0.003243 10.0.0.27 - - [2025-07-28 02:15:24] "POST /features HTTP/1.1" 200 521 0.027343 10.0.0.27 - - [2025-07-28 02:15:24] "POST /fqname-to-id HTTP/1.1" 404 184 0.003477 10.0.0.27 - - [2025-07-28 02:15:24] "POST /features HTTP/1.1" 200 521 0.019555 10.0.0.27 - - [2025-07-28 02:15:24] "POST /fqname-to-id HTTP/1.1" 404 189 0.003525 10.0.0.27 - - [2025-07-28 02:15:24] "POST /features HTTP/1.1" 200 531 0.017427 10.0.0.27 - - [2025-07-28 02:15:24] "POST /fqname-to-id HTTP/1.1" 404 184 0.004020 10.0.0.27 - - [2025-07-28 02:15:24] "POST /features HTTP/1.1" 200 521 0.028802 10.0.0.27 - - [2025-07-28 02:15:24] "POST /fqname-to-id HTTP/1.1" 404 193 0.003339 10.0.0.27 - - [2025-07-28 02:15:24] "POST /features HTTP/1.1" 200 539 0.017831 10.0.0.27 - - [2025-07-28 02:15:24] "POST /fqname-to-id HTTP/1.1" 404 186 0.003047 10.0.0.27 - - [2025-07-28 02:15:24] "POST /features HTTP/1.1" 200 525 0.018389 10.0.0.27 - - [2025-07-28 02:15:24] "POST /fqname-to-id HTTP/1.1" 404 183 0.003633 10.0.0.27 - - [2025-07-28 02:15:24] "POST /features HTTP/1.1" 200 519 0.016716 10.0.0.27 - - [2025-07-28 02:15:24] "POST /fqname-to-id HTTP/1.1" 404 182 0.003522 10.0.0.27 - - [2025-07-28 02:15:24] "POST /features HTTP/1.1" 200 517 0.026149 10.0.0.27 - - [2025-07-28 02:15:24] "POST /fqname-to-id HTTP/1.1" 404 190 0.003455 10.0.0.27 - - [2025-07-28 02:15:24] "POST /features HTTP/1.1" 200 533 0.017078 10.0.0.27 - - [2025-07-28 02:15:25] "POST /fqname-to-id HTTP/1.1" 404 194 0.003285 10.0.0.27 - - [2025-07-28 02:15:25] "POST /features HTTP/1.1" 200 541 0.025890 10.0.0.27 - - [2025-07-28 02:15:25] "POST /fqname-to-id HTTP/1.1" 404 178 0.002934 10.0.0.27 - - [2025-07-28 02:15:25] "POST /physical-roles HTTP/1.1" 200 521 0.017473 10.0.0.27 - - [2025-07-28 02:15:25] "POST /fqname-to-id HTTP/1.1" 404 179 0.002913 10.0.0.27 - - [2025-07-28 02:15:25] "POST /physical-roles HTTP/1.1" 200 523 0.016736 10.0.0.27 - - [2025-07-28 02:15:25] "POST /fqname-to-id HTTP/1.1" 404 184 0.003038 10.0.0.27 - - [2025-07-28 02:15:25] "POST /physical-roles HTTP/1.1" 200 533 0.017215 10.0.0.27 - - [2025-07-28 02:15:25] "POST /fqname-to-id HTTP/1.1" 404 177 0.002959 10.0.0.27 - - [2025-07-28 02:15:25] "POST /physical-roles HTTP/1.1" 200 519 0.018896 10.0.0.27 - - [2025-07-28 02:15:25] "POST /fqname-to-id HTTP/1.1" 404 191 0.002834 10.0.0.27 - - [2025-07-28 02:15:25] "POST /overlay-roles HTTP/1.1" 200 545 0.023179 10.0.0.27 - - [2025-07-28 02:15:25] "POST /fqname-to-id HTTP/1.1" 404 184 0.003428 10.0.0.27 - - [2025-07-28 02:15:25] "POST /overlay-roles HTTP/1.1" 200 531 0.015587 10.0.0.27 - - [2025-07-28 02:15:25] "POST /fqname-to-id HTTP/1.1" 404 191 0.003034 10.0.0.27 - - [2025-07-28 02:15:25] "POST /overlay-roles HTTP/1.1" 200 545 0.031902 10.0.0.27 - - [2025-07-28 02:15:25] "POST /fqname-to-id HTTP/1.1" 404 185 0.003122 10.0.0.27 - - [2025-07-28 02:15:26] "POST /overlay-roles HTTP/1.1" 200 533 0.020107 10.0.0.27 - - [2025-07-28 02:15:26] "POST /fqname-to-id HTTP/1.1" 404 189 0.003902 10.0.0.27 - - [2025-07-28 02:15:26] "POST /overlay-roles HTTP/1.1" 200 541 0.017171 10.0.0.27 - - [2025-07-28 02:15:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004474 10.0.0.27 - - [2025-07-28 02:15:26] "PUT /overlay-role/80ed2989-8584-49c8-be71-84a8aad4bb42 HTTP/1.1" 200 258 0.014269 10.0.0.27 - - [2025-07-28 02:15:26] "POST /fqname-to-id HTTP/1.1" 404 184 0.004057 10.0.0.27 - - [2025-07-28 02:15:26] "POST /overlay-roles HTTP/1.1" 200 531 0.021969 10.0.0.27 - - [2025-07-28 02:15:26] "POST /fqname-to-id HTTP/1.1" 404 185 0.003078 10.0.0.27 - - [2025-07-28 02:15:26] "POST /overlay-roles HTTP/1.1" 200 533 0.018697 10.0.0.27 - - [2025-07-28 02:15:26] "POST /fqname-to-id HTTP/1.1" 404 183 0.003307 10.0.0.27 - - [2025-07-28 02:15:26] "POST /overlay-roles HTTP/1.1" 200 529 0.019338 10.0.0.27 - - [2025-07-28 02:15:26] "POST /fqname-to-id HTTP/1.1" 404 187 0.004195 10.0.0.27 - - [2025-07-28 02:15:26] "POST /overlay-roles HTTP/1.1" 200 537 0.024334 10.0.0.27 - - [2025-07-28 02:15:26] "POST /fqname-to-id HTTP/1.1" 404 189 0.004449 10.0.0.27 - - [2025-07-28 02:15:26] "POST /overlay-roles HTTP/1.1" 200 541 0.024872 10.0.0.27 - - [2025-07-28 02:15:26] "POST /fqname-to-id HTTP/1.1" 404 178 0.004638 10.0.0.27 - - [2025-07-28 02:15:26] "POST /overlay-roles HTTP/1.1" 200 519 0.020965 10.0.0.27 - - [2025-07-28 02:15:26] "POST /fqname-to-id HTTP/1.1" 404 190 0.003082 10.0.0.27 - - [2025-07-28 02:15:27] "POST /overlay-roles HTTP/1.1" 200 543 0.019462 10.0.0.27 - - [2025-07-28 02:15:27] "POST /fqname-to-id HTTP/1.1" 404 182 0.004289 10.0.0.27 - - [2025-07-28 02:15:27] "POST /role-definitions HTTP/1.1" 200 533 0.024383 10.0.0.27 - - [2025-07-28 02:15:27] "POST /fqname-to-id HTTP/1.1" 404 189 0.003018 10.0.0.27 - - [2025-07-28 02:15:27] "POST /role-definitions HTTP/1.1" 200 547 0.038531 10.0.0.27 - - [2025-07-28 02:15:27] "POST /fqname-to-id HTTP/1.1" 404 190 0.002944 10.0.0.27 - - [2025-07-28 02:15:27] "POST /role-definitions HTTP/1.1" 200 549 0.016974 10.0.0.27 - - [2025-07-28 02:15:27] "POST /fqname-to-id HTTP/1.1" 404 191 0.002789 10.0.0.27 - - [2025-07-28 02:15:27] "POST /role-definitions HTTP/1.1" 200 551 0.017957 10.0.0.27 - - [2025-07-28 02:15:27] "POST /fqname-to-id HTTP/1.1" 404 197 0.003479 10.0.0.27 - - [2025-07-28 02:15:27] "POST /role-definitions HTTP/1.1" 200 563 0.020722 10.0.0.27 - - [2025-07-28 02:15:27] "POST /fqname-to-id HTTP/1.1" 404 189 0.002971 10.0.0.27 - - [2025-07-28 02:15:27] "POST /role-definitions HTTP/1.1" 200 547 0.018637 10.0.0.27 - - [2025-07-28 02:15:27] "POST /fqname-to-id HTTP/1.1" 404 190 0.003160 10.0.0.27 - - [2025-07-28 02:15:27] "POST /role-definitions HTTP/1.1" 200 549 0.019555 10.0.0.27 - - [2025-07-28 02:15:27] "POST /fqname-to-id HTTP/1.1" 404 191 0.003098 10.0.0.27 - - [2025-07-28 02:15:27] "POST /role-definitions HTTP/1.1" 200 551 0.016934 10.0.0.27 - - [2025-07-28 02:15:28] "POST /fqname-to-id HTTP/1.1" 404 190 0.003094 10.0.0.27 - - [2025-07-28 02:15:28] "POST /role-definitions HTTP/1.1" 200 549 0.026808 10.0.0.27 - - [2025-07-28 02:15:28] "POST /fqname-to-id HTTP/1.1" 404 196 0.002964 10.0.0.27 - - [2025-07-28 02:15:28] "POST /role-definitions HTTP/1.1" 200 561 0.018670 10.0.0.27 - - [2025-07-28 02:15:28] "POST /fqname-to-id HTTP/1.1" 404 189 0.003169 10.0.0.27 - - [2025-07-28 02:15:28] "POST /role-definitions HTTP/1.1" 200 547 0.018798 10.0.0.27 - - [2025-07-28 02:15:28] "GET /global-system-configs HTTP/1.1" 200 322 0.592780 10.0.0.27 - - [2025-07-28 02:15:28] "POST /fqname-to-id HTTP/1.1" 404 190 0.003062 10.0.0.27 - - [2025-07-28 02:15:28] "POST /role-definitions HTTP/1.1" 200 549 0.017861 10.0.0.27 - - [2025-07-28 02:15:28] "POST /fqname-to-id HTTP/1.1" 404 188 0.003141 10.0.0.27 - - [2025-07-28 02:15:28] "POST /role-definitions HTTP/1.1" 200 545 0.019979 10.0.0.27 - - [2025-07-28 02:15:28] "POST /fqname-to-id HTTP/1.1" 404 189 0.003797 10.0.0.27 - - [2025-07-28 02:15:28] "POST /role-definitions HTTP/1.1" 200 547 0.017704 10.0.0.27 - - [2025-07-28 02:15:28] "POST /fqname-to-id HTTP/1.1" 404 192 0.002834 10.0.0.27 - - [2025-07-28 02:15:28] "POST /role-definitions HTTP/1.1" 200 553 0.016032 10.0.0.27 - - [2025-07-28 02:15:28] "POST /fqname-to-id HTTP/1.1" 404 193 0.003543 10.0.0.27 - - [2025-07-28 02:15:28] "POST /role-definitions HTTP/1.1" 200 555 0.016935 10.0.0.27 - - [2025-07-28 02:15:28] "POST /fqname-to-id HTTP/1.1" 404 182 0.003310 10.0.0.27 - - [2025-07-28 02:15:28] "GET /global-system-configs HTTP/1.1" 200 322 0.022889 10.0.0.27 - - [2025-07-28 02:15:28] "POST /role-definitions HTTP/1.1" 200 533 0.016653 10.0.0.27 - - [2025-07-28 02:15:29] "POST /fqname-to-id HTTP/1.1" 404 187 0.003025 10.0.0.27 - - [2025-07-28 02:15:29] "POST /role-definitions HTTP/1.1" 200 543 0.019131 10.0.0.27 - - [2025-07-28 02:15:29] "POST /fqname-to-id HTTP/1.1" 404 181 0.002924 10.0.0.27 - - [2025-07-28 02:15:29] "POST /role-definitions HTTP/1.1" 200 531 0.015584 10.0.0.27 - - [2025-07-28 02:15:29] "POST /fqname-to-id HTTP/1.1" 404 184 0.003257 10.0.0.27 - - [2025-07-28 02:15:29] "POST /role-definitions HTTP/1.1" 200 537 0.016290 10.0.0.27 - - [2025-07-28 02:15:29] "POST /fqname-to-id HTTP/1.1" 404 189 0.003127 10.0.0.27 - - [2025-07-28 02:15:29] "POST /role-definitions HTTP/1.1" 200 547 0.017462 10.0.0.27 - - [2025-07-28 02:15:29] "POST /fqname-to-id HTTP/1.1" 404 194 0.002929 10.0.0.27 - - [2025-07-28 02:15:29] "POST /role-definitions HTTP/1.1" 200 557 0.014899 10.0.0.27 - - [2025-07-28 02:15:29] "POST /fqname-to-id HTTP/1.1" 404 196 0.003330 10.0.0.27 - - [2025-07-28 02:15:29] "POST /role-definitions HTTP/1.1" 200 561 0.015063 10.0.0.27 - - [2025-07-28 02:15:29] "POST /fqname-to-id HTTP/1.1" 404 195 0.002894 10.0.0.27 - - [2025-07-28 02:15:29] "POST /role-definitions HTTP/1.1" 200 559 0.017623 10.0.0.27 - - [2025-07-28 02:15:29] "POST /fqname-to-id HTTP/1.1" 404 196 0.003436 10.0.0.27 - - [2025-07-28 02:15:29] "POST /feature-configs HTTP/1.1" 200 537 0.022643 10.0.0.27 - - [2025-07-28 02:15:29] "POST /fqname-to-id HTTP/1.1" 404 212 0.002998 10.0.0.27 - - [2025-07-28 02:15:30] "POST /feature-configs HTTP/1.1" 200 562 0.030117 10.0.0.27 - - [2025-07-28 02:15:30] "POST /fqname-to-id HTTP/1.1" 404 211 0.003120 10.0.0.27 - - [2025-07-28 02:15:30] "POST /feature-configs HTTP/1.1" 200 561 0.186177 10.0.0.27 - - [2025-07-28 02:15:30] "POST /fqname-to-id HTTP/1.1" 404 192 0.002960 10.0.0.27 - - [2025-07-28 02:15:30] "POST /node-profiles HTTP/1.1" 200 547 0.054360 10.0.0.27 - - [2025-07-28 02:15:30] "POST /fqname-to-id HTTP/1.1" 404 187 0.003050 10.0.0.27 - - [2025-07-28 02:15:30] "POST /node-profiles HTTP/1.1" 200 537 0.028900 10.0.0.27 - - [2025-07-28 02:15:30] "POST /fqname-to-id HTTP/1.1" 404 193 0.004350 10.0.0.27 - - [2025-07-28 02:15:30] "POST /node-profiles HTTP/1.1" 200 549 0.031136 10.0.0.27 - - [2025-07-28 02:15:30] "POST /fqname-to-id HTTP/1.1" 404 189 0.003262 10.0.0.27 - - [2025-07-28 02:15:30] "POST /node-profiles HTTP/1.1" 200 541 0.018448 10.0.0.27 - - [2025-07-28 02:15:30] "POST /fqname-to-id HTTP/1.1" 404 189 0.003163 10.0.0.27 - - [2025-07-28 02:15:30] "POST /node-profiles HTTP/1.1" 200 541 0.019023 10.0.0.27 - - [2025-07-28 02:15:30] "POST /fqname-to-id HTTP/1.1" 404 188 0.002976 10.0.0.27 - - [2025-07-28 02:15:31] "POST /node-profiles HTTP/1.1" 200 539 0.020047 10.0.0.27 - - [2025-07-28 02:15:31] "POST /fqname-to-id HTTP/1.1" 404 184 0.003553 10.0.0.27 - - [2025-07-28 02:15:31] "POST /node-profiles HTTP/1.1" 200 531 0.019615 10.0.0.27 - - [2025-07-28 02:15:31] "POST /fqname-to-id HTTP/1.1" 404 185 0.002864 10.0.0.27 - - [2025-07-28 02:15:31] "POST /node-profiles HTTP/1.1" 200 533 0.016289 10.0.0.27 - - [2025-07-28 02:15:31] "POST /fqname-to-id HTTP/1.1" 404 197 0.002895 10.0.0.27 - - [2025-07-28 02:15:31] "POST /node-profiles HTTP/1.1" 200 557 0.015889 10.0.0.27 - - [2025-07-28 02:15:31] "POST /fqname-to-id HTTP/1.1" 404 206 0.003331 10.0.0.27 - - [2025-07-28 02:15:31] "POST /telemetry-profiles HTTP/1.1" 200 554 0.014915 10.0.0.27 - - [2025-07-28 02:15:31] "POST /fqname-to-id HTTP/1.1" 404 206 0.003031 10.0.0.27 - - [2025-07-28 02:15:31] "POST /telemetry-profiles HTTP/1.1" 200 554 0.017876 10.0.0.27 - - [2025-07-28 02:15:31] "POST /fqname-to-id HTTP/1.1" 404 206 0.002856 10.0.0.27 - - [2025-07-28 02:15:31] "POST /telemetry-profiles HTTP/1.1" 200 554 0.019804 10.0.0.27 - - [2025-07-28 02:15:31] "POST /fqname-to-id HTTP/1.1" 404 206 0.002825 10.0.0.27 - - [2025-07-28 02:15:31] "POST /telemetry-profiles HTTP/1.1" 200 554 0.019861 10.0.0.27 - - [2025-07-28 02:15:31] "POST /fqname-to-id HTTP/1.1" 404 206 0.002977 10.0.0.27 - - [2025-07-28 02:15:31] "POST /telemetry-profiles HTTP/1.1" 200 554 0.020487 10.0.0.27 - - [2025-07-28 02:15:32] "POST /fqname-to-id HTTP/1.1" 404 206 0.003456 10.0.0.27 - - [2025-07-28 02:15:32] "POST /telemetry-profiles HTTP/1.1" 200 554 0.016190 10.0.0.27 - - [2025-07-28 02:15:32] "POST /fqname-to-id HTTP/1.1" 404 199 0.003132 10.0.0.27 - - [2025-07-28 02:15:32] "POST /sflow-profiles HTTP/1.1" 200 532 0.023858 10.0.0.27 - - [2025-07-28 02:15:32] "POST /fqname-to-id HTTP/1.1" 404 202 0.003184 10.0.0.27 - - [2025-07-28 02:15:32] "POST /sflow-profiles HTTP/1.1" 200 538 0.016453 10.0.0.27 - - [2025-07-28 02:15:32] "POST /fqname-to-id HTTP/1.1" 404 202 0.003738 10.0.0.27 - - [2025-07-28 02:15:32] "POST /sflow-profiles HTTP/1.1" 200 538 0.016562 10.0.0.27 - - [2025-07-28 02:15:32] "POST /fqname-to-id HTTP/1.1" 404 199 0.003958 10.0.0.27 - - [2025-07-28 02:15:32] "POST /grpc-profiles HTTP/1.1" 200 530 0.015660 10.0.0.27 - - [2025-07-28 02:15:32] "POST /fqname-to-id HTTP/1.1" 404 199 0.002961 10.0.0.27 - - [2025-07-28 02:15:32] "POST /snmp-profiles HTTP/1.1" 200 530 0.030339 10.0.0.27 - - [2025-07-28 02:15:32] "POST /fqname-to-id HTTP/1.1" 404 202 0.003022 10.0.0.27 - - [2025-07-28 02:15:32] "POST /netconf-profiles HTTP/1.1" 200 542 0.016293 10.0.0.27 - - [2025-07-28 02:15:32] "POST /fqname-to-id HTTP/1.1" 404 193 0.002923 10.0.0.27 - - [2025-07-28 02:15:32] "POST /device-functional-groups HTTP/1.1" 200 540 0.021592 10.0.0.27 - - [2025-07-28 02:15:32] "POST /fqname-to-id HTTP/1.1" 404 193 0.003069 10.0.0.27 - - [2025-07-28 02:15:32] "POST /device-functional-groups HTTP/1.1" 200 540 0.017282 10.0.0.27 - - [2025-07-28 02:15:33] "POST /fqname-to-id HTTP/1.1" 404 195 0.002969 10.0.0.27 - - [2025-07-28 02:15:33] "POST /device-functional-groups HTTP/1.1" 200 544 0.015333 10.0.0.27 - - [2025-07-28 02:15:33] "POST /fqname-to-id HTTP/1.1" 404 194 0.003089 10.0.0.27 - - [2025-07-28 02:15:33] "POST /device-functional-groups HTTP/1.1" 200 542 0.016405 10.0.0.27 - - [2025-07-28 02:15:33] "POST /fqname-to-id HTTP/1.1" 404 218 0.003500 10.0.0.27 - - [2025-07-28 02:15:33] "POST /device-functional-groups HTTP/1.1" 200 590 0.017494 10.0.0.27 - - [2025-07-28 02:15:33] "POST /fqname-to-id HTTP/1.1" 404 208 0.003038 10.0.0.27 - - [2025-07-28 02:15:33] "POST /device-functional-groups HTTP/1.1" 200 570 0.017288 10.0.0.27 - - [2025-07-28 02:15:33] "POST /fqname-to-id HTTP/1.1" 404 236 0.003182 10.0.0.27 - - [2025-07-28 02:15:33] "POST /device-functional-groups HTTP/1.1" 200 620 0.019193 10.0.0.27 - - [2025-07-28 02:15:33] "POST /fqname-to-id HTTP/1.1" 404 206 0.003115 10.0.0.27 - - [2025-07-28 02:15:33] "POST /device-functional-groups HTTP/1.1" 200 566 0.017658 10.0.0.27 - - [2025-07-28 02:15:33] "POST /fqname-to-id HTTP/1.1" 404 205 0.002947 10.0.0.27 - - [2025-07-28 02:15:33] "POST /device-functional-groups HTTP/1.1" 200 564 0.020527 10.0.0.27 - - [2025-07-28 02:15:33] "POST /fqname-to-id HTTP/1.1" 404 210 0.004030 10.0.0.27 - - [2025-07-28 02:15:33] "POST /device-functional-groups HTTP/1.1" 200 574 0.021129 10.0.0.27 - - [2025-07-28 02:15:33] "POST /fqname-to-id HTTP/1.1" 404 201 0.003233 10.0.0.27 - - [2025-07-28 02:15:33] "POST /role-configs HTTP/1.1" 200 525 0.018164 10.0.0.27 - - [2025-07-28 02:15:34] "POST /fqname-to-id HTTP/1.1" 404 196 0.003187 10.0.0.27 - - [2025-07-28 02:15:34] "POST /role-configs HTTP/1.1" 200 520 0.016770 10.0.0.27 - - [2025-07-28 02:15:34] "POST /fqname-to-id HTTP/1.1" 404 198 0.002755 10.0.0.27 - - [2025-07-28 02:15:34] "POST /role-configs HTTP/1.1" 200 522 0.016707 10.0.0.27 - - [2025-07-28 02:15:34] "POST /fqname-to-id HTTP/1.1" 404 198 0.002824 10.0.0.27 - - [2025-07-28 02:15:34] "POST /role-configs HTTP/1.1" 200 522 0.019634 10.0.0.27 - - [2025-07-28 02:15:34] "POST /fqname-to-id HTTP/1.1" 404 202 0.002955 10.0.0.27 - - [2025-07-28 02:15:34] "POST /role-configs HTTP/1.1" 200 526 0.015762 10.0.0.27 - - [2025-07-28 02:15:34] "POST /fqname-to-id HTTP/1.1" 404 197 0.003132 10.0.0.27 - - [2025-07-28 02:15:34] "POST /role-configs HTTP/1.1" 200 521 0.020577 10.0.0.27 - - [2025-07-28 02:15:34] "POST /fqname-to-id HTTP/1.1" 404 193 0.003855 10.0.0.27 - - [2025-07-28 02:15:34] "POST /role-configs HTTP/1.1" 200 517 0.026873 10.0.0.27 - - [2025-07-28 02:15:34] "POST /fqname-to-id HTTP/1.1" 404 194 0.004029 10.0.0.27 - - [2025-07-28 02:15:34] "POST /role-configs HTTP/1.1" 200 518 0.026813 10.0.0.27 - - [2025-07-28 02:15:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004547 10.0.0.27 - - [2025-07-28 02:15:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004492 10.0.0.27 - - [2025-07-28 02:15:34] "POST /ref-update HTTP/1.1" 200 156 0.010706 10.0.0.27 - - [2025-07-28 02:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.27 - - [2025-07-28 02:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004066 10.0.0.27 - - [2025-07-28 02:15:35] "POST /ref-update HTTP/1.1" 200 156 0.008905 10.0.0.27 - - [2025-07-28 02:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.27 - - [2025-07-28 02:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.27 - - [2025-07-28 02:15:35] "POST /ref-update HTTP/1.1" 200 156 0.008703 10.0.0.27 - - [2025-07-28 02:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.27 - - [2025-07-28 02:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.27 - - [2025-07-28 02:15:35] "POST /ref-update HTTP/1.1" 200 156 0.009049 10.0.0.27 - - [2025-07-28 02:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003166 10.0.0.27 - - [2025-07-28 02:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.27 - - [2025-07-28 02:15:35] "POST /ref-update HTTP/1.1" 200 156 0.007945 10.0.0.27 - - [2025-07-28 02:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.27 - - [2025-07-28 02:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.27 - - [2025-07-28 02:15:35] "POST /ref-update HTTP/1.1" 200 156 0.008805 10.0.0.27 - - [2025-07-28 02:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.27 - - [2025-07-28 02:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.27 - - [2025-07-28 02:15:35] "POST /ref-update HTTP/1.1" 200 156 0.010208 10.0.0.27 - - [2025-07-28 02:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.27 - - [2025-07-28 02:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.27 - - [2025-07-28 02:15:36] "POST /ref-update HTTP/1.1" 200 156 0.008336 10.0.0.27 - - [2025-07-28 02:15:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.27 - - [2025-07-28 02:15:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.27 - - [2025-07-28 02:15:36] "POST /ref-update HTTP/1.1" 200 156 0.009047 10.0.0.27 - - [2025-07-28 02:15:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703 10.0.0.27 - - [2025-07-28 02:15:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.27 - - [2025-07-28 02:15:36] "POST /ref-update HTTP/1.1" 200 156 0.012358 10.0.0.27 - - [2025-07-28 02:15:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.27 - - [2025-07-28 02:15:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.27 - - [2025-07-28 02:15:36] "POST /ref-update HTTP/1.1" 200 156 0.009643 10.0.0.27 - - [2025-07-28 02:15:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.27 - - [2025-07-28 02:15:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003646 10.0.0.27 - - [2025-07-28 02:15:36] "POST /ref-update HTTP/1.1" 200 156 0.007077 10.0.0.27 - - [2025-07-28 02:15:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003954 10.0.0.27 - - [2025-07-28 02:15:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003609 10.0.0.27 - - [2025-07-28 02:15:36] "POST /ref-update HTTP/1.1" 200 156 0.007580 10.0.0.27 - - [2025-07-28 02:15:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.27 - - [2025-07-28 02:15:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.27 - - [2025-07-28 02:15:36] "POST /ref-update HTTP/1.1" 200 156 0.007885 10.0.0.27 - - [2025-07-28 02:15:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.27 - - [2025-07-28 02:15:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.27 - - [2025-07-28 02:15:37] "POST /ref-update HTTP/1.1" 200 156 0.008060 10.0.0.27 - - [2025-07-28 02:15:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.27 - - [2025-07-28 02:15:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002928 10.0.0.27 - - [2025-07-28 02:15:37] "POST /ref-update HTTP/1.1" 200 156 0.007111 10.0.0.27 - - [2025-07-28 02:15:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003059 10.0.0.27 - - [2025-07-28 02:15:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.27 - - [2025-07-28 02:15:37] "POST /ref-update HTTP/1.1" 200 156 0.006953 10.0.0.27 - - [2025-07-28 02:15:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.27 - - [2025-07-28 02:15:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.27 - - [2025-07-28 02:15:37] "POST /ref-update HTTP/1.1" 200 156 0.007956 10.0.0.27 - - [2025-07-28 02:15:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003094 10.0.0.27 - - [2025-07-28 02:15:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.27 - - [2025-07-28 02:15:37] "POST /ref-update HTTP/1.1" 200 156 0.007891 10.0.0.27 - - [2025-07-28 02:15:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.27 - - [2025-07-28 02:15:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.27 - - [2025-07-28 02:15:37] "POST /ref-update HTTP/1.1" 200 156 0.007183 10.0.0.27 - - [2025-07-28 02:15:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.27 - - [2025-07-28 02:15:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.27 - - [2025-07-28 02:15:37] "POST /ref-update HTTP/1.1" 200 156 0.007431 10.0.0.27 - - [2025-07-28 02:15:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003077 10.0.0.27 - - [2025-07-28 02:15:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003265 10.0.0.27 - - [2025-07-28 02:15:38] "POST /ref-update HTTP/1.1" 200 156 0.008527 10.0.0.27 - - [2025-07-28 02:15:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002907 10.0.0.27 - - [2025-07-28 02:15:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.27 - - [2025-07-28 02:15:38] "POST /ref-update HTTP/1.1" 200 156 0.008600 10.0.0.27 - - [2025-07-28 02:15:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003993 10.0.0.27 - - [2025-07-28 02:15:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348 10.0.0.27 - - [2025-07-28 02:15:38] "POST /ref-update HTTP/1.1" 200 156 0.007974 10.0.0.27 - - [2025-07-28 02:15:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003936 10.0.0.27 - - [2025-07-28 02:15:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002979 10.0.0.27 - - [2025-07-28 02:15:38] "POST /ref-update HTTP/1.1" 200 156 0.008266 10.0.0.27 - - [2025-07-28 02:15:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003032 10.0.0.27 - - [2025-07-28 02:15:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.27 - - [2025-07-28 02:15:38] "POST /ref-update HTTP/1.1" 200 156 0.007666 10.0.0.27 - - [2025-07-28 02:15:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003144 10.0.0.27 - - [2025-07-28 02:15:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.27 - - [2025-07-28 02:15:38] "POST /ref-update HTTP/1.1" 200 156 0.008146 10.0.0.27 - - [2025-07-28 02:15:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.27 - - [2025-07-28 02:15:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.27 - - [2025-07-28 02:15:39] "POST /ref-update HTTP/1.1" 200 156 0.007651 10.0.0.27 - - [2025-07-28 02:15:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.27 - - [2025-07-28 02:15:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.27 - - [2025-07-28 02:15:39] "POST /ref-update HTTP/1.1" 200 156 0.007104 10.0.0.27 - - [2025-07-28 02:15:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.27 - - [2025-07-28 02:15:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003029 10.0.0.27 - - [2025-07-28 02:15:39] "POST /ref-update HTTP/1.1" 200 156 0.006974 10.0.0.27 - - [2025-07-28 02:15:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.27 - - [2025-07-28 02:15:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003930 10.0.0.27 - - [2025-07-28 02:15:39] "POST /ref-update HTTP/1.1" 200 156 0.007079 10.0.0.27 - - [2025-07-28 02:15:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002926 10.0.0.27 - - [2025-07-28 02:15:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003003 10.0.0.27 - - [2025-07-28 02:15:39] "POST /ref-update HTTP/1.1" 200 156 0.006962 10.0.0.27 - - [2025-07-28 02:15:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003060 10.0.0.27 - - [2025-07-28 02:15:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.27 - - [2025-07-28 02:15:39] "POST /ref-update HTTP/1.1" 200 156 0.010698 10.0.0.27 - - [2025-07-28 02:15:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003241 10.0.0.27 - - [2025-07-28 02:15:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.27 - - [2025-07-28 02:15:39] "POST /ref-update HTTP/1.1" 200 156 0.008051 10.0.0.27 - - [2025-07-28 02:15:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.27 - - [2025-07-28 02:15:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197 10.0.0.27 - - [2025-07-28 02:15:40] "POST /ref-update HTTP/1.1" 200 156 0.008481 10.0.0.27 - - [2025-07-28 02:15:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.27 - - [2025-07-28 02:15:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004017 10.0.0.27 - - [2025-07-28 02:15:40] "POST /ref-update HTTP/1.1" 200 156 0.010827 10.0.0.27 - - [2025-07-28 02:15:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004109 10.0.0.27 - - [2025-07-28 02:15:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004065 10.0.0.27 - - [2025-07-28 02:15:40] "POST /ref-update HTTP/1.1" 200 156 0.008370 10.0.0.27 - - [2025-07-28 02:15:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.27 - - [2025-07-28 02:15:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003905 10.0.0.27 - - [2025-07-28 02:15:40] "POST /ref-update HTTP/1.1" 200 156 0.008633 10.0.0.27 - - [2025-07-28 02:15:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004620 10.0.0.27 - - [2025-07-28 02:15:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.27 - - [2025-07-28 02:15:40] "POST /ref-update HTTP/1.1" 200 156 0.007307 10.0.0.27 - - [2025-07-28 02:15:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003905 10.0.0.27 - - [2025-07-28 02:15:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002973 10.0.0.27 - - [2025-07-28 02:15:40] "POST /ref-update HTTP/1.1" 200 156 0.008397 10.0.0.27 - - [2025-07-28 02:15:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.27 - - [2025-07-28 02:15:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002862 10.0.0.27 - - [2025-07-28 02:15:41] "POST /ref-update HTTP/1.1" 200 156 0.007649 10.0.0.27 - - [2025-07-28 02:15:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.27 - - [2025-07-28 02:15:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.27 - - [2025-07-28 02:15:41] "POST /ref-update HTTP/1.1" 200 156 0.008113 10.0.0.27 - - [2025-07-28 02:15:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.27 - - [2025-07-28 02:15:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003060 10.0.0.27 - - [2025-07-28 02:15:41] "POST /ref-update HTTP/1.1" 200 156 0.008787 10.0.0.27 - - [2025-07-28 02:15:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.27 - - [2025-07-28 02:15:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.27 - - [2025-07-28 02:15:41] "POST /ref-update HTTP/1.1" 200 156 0.009247 10.0.0.27 - - [2025-07-28 02:15:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003353 10.0.0.27 - - [2025-07-28 02:15:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.27 - - [2025-07-28 02:15:41] "POST /ref-update HTTP/1.1" 200 156 0.006875 10.0.0.27 - - [2025-07-28 02:15:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.27 - - [2025-07-28 02:15:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.27 - - [2025-07-28 02:15:41] "POST /ref-update HTTP/1.1" 200 156 0.007543 10.0.0.27 - - [2025-07-28 02:15:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.27 - - [2025-07-28 02:15:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.27 - - [2025-07-28 02:15:41] "POST /ref-update HTTP/1.1" 200 156 0.008320 10.0.0.27 - - [2025-07-28 02:15:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.27 - - [2025-07-28 02:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.27 - - [2025-07-28 02:15:42] "POST /ref-update HTTP/1.1" 200 156 0.008227 10.0.0.27 - - [2025-07-28 02:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.27 - - [2025-07-28 02:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.27 - - [2025-07-28 02:15:42] "POST /ref-update HTTP/1.1" 200 156 0.007517 10.0.0.27 - - [2025-07-28 02:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003326 10.0.0.27 - - [2025-07-28 02:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003849 10.0.0.27 - - [2025-07-28 02:15:42] "POST /ref-update HTTP/1.1" 200 156 0.008824 10.0.0.27 - - [2025-07-28 02:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.27 - - [2025-07-28 02:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003005 10.0.0.27 - - [2025-07-28 02:15:42] "POST /ref-update HTTP/1.1" 200 156 0.007967 10.0.0.27 - - [2025-07-28 02:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.27 - - [2025-07-28 02:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.27 - - [2025-07-28 02:15:42] "POST /ref-update HTTP/1.1" 200 156 0.007845 10.0.0.27 - - [2025-07-28 02:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003288 10.0.0.27 - - [2025-07-28 02:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.27 - - [2025-07-28 02:15:42] "POST /ref-update HTTP/1.1" 200 156 0.007830 10.0.0.27 - - [2025-07-28 02:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.27 - - [2025-07-28 02:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003207 10.0.0.27 - - [2025-07-28 02:15:42] "POST /ref-update HTTP/1.1" 200 156 0.007528 10.0.0.27 - - [2025-07-28 02:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003056 10.0.0.27 - - [2025-07-28 02:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.27 - - [2025-07-28 02:15:43] "POST /ref-update HTTP/1.1" 200 156 0.008275 10.0.0.27 - - [2025-07-28 02:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554 10.0.0.27 - - [2025-07-28 02:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.27 - - [2025-07-28 02:15:43] "POST /ref-update HTTP/1.1" 200 156 0.007353 10.0.0.27 - - [2025-07-28 02:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002920 10.0.0.27 - - [2025-07-28 02:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003841 10.0.0.27 - - [2025-07-28 02:15:43] "POST /ref-update HTTP/1.1" 200 156 0.009021 10.0.0.27 - - [2025-07-28 02:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003947 10.0.0.27 - - [2025-07-28 02:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.27 - - [2025-07-28 02:15:43] "POST /ref-update HTTP/1.1" 200 156 0.007357 10.0.0.27 - - [2025-07-28 02:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.27 - - [2025-07-28 02:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.27 - - [2025-07-28 02:15:43] "POST /ref-update HTTP/1.1" 200 156 0.007200 10.0.0.27 - - [2025-07-28 02:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003050 10.0.0.27 - - [2025-07-28 02:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002950 10.0.0.27 - - [2025-07-28 02:15:43] "POST /ref-update HTTP/1.1" 200 156 0.007203 10.0.0.27 - - [2025-07-28 02:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.27 - - [2025-07-28 02:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.27 - - [2025-07-28 02:15:44] "POST /ref-update HTTP/1.1" 200 156 0.008001 10.0.0.27 - - [2025-07-28 02:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.27 - - [2025-07-28 02:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003185 10.0.0.27 - - [2025-07-28 02:15:44] "POST /ref-update HTTP/1.1" 200 156 0.007815 10.0.0.27 - - [2025-07-28 02:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002897 10.0.0.27 - - [2025-07-28 02:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003640 10.0.0.27 - - [2025-07-28 02:15:44] "POST /ref-update HTTP/1.1" 200 156 0.007815 10.0.0.27 - - [2025-07-28 02:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.27 - - [2025-07-28 02:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.27 - - [2025-07-28 02:15:44] "POST /ref-update HTTP/1.1" 200 156 0.007921 10.0.0.27 - - [2025-07-28 02:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.27 - - [2025-07-28 02:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002816 10.0.0.27 - - [2025-07-28 02:15:44] "POST /ref-update HTTP/1.1" 200 156 0.008169 10.0.0.27 - - [2025-07-28 02:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.27 - - [2025-07-28 02:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.27 - - [2025-07-28 02:15:44] "POST /ref-update HTTP/1.1" 200 156 0.009052 10.0.0.27 - - [2025-07-28 02:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003141 10.0.0.27 - - [2025-07-28 02:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003829 10.0.0.27 - - [2025-07-28 02:15:44] "POST /ref-update HTTP/1.1" 200 156 0.008282 10.0.0.27 - - [2025-07-28 02:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002855 10.0.0.27 - - [2025-07-28 02:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.27 - - [2025-07-28 02:15:45] "POST /ref-update HTTP/1.1" 200 156 0.007297 10.0.0.27 - - [2025-07-28 02:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.27 - - [2025-07-28 02:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003347 10.0.0.27 - - [2025-07-28 02:15:45] "POST /ref-update HTTP/1.1" 200 156 0.008223 10.0.0.27 - - [2025-07-28 02:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.27 - - [2025-07-28 02:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.27 - - [2025-07-28 02:15:45] "POST /ref-update HTTP/1.1" 200 156 0.009770 10.0.0.27 - - [2025-07-28 02:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003776 10.0.0.27 - - [2025-07-28 02:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002976 10.0.0.27 - - [2025-07-28 02:15:45] "POST /ref-update HTTP/1.1" 200 156 0.008281 10.0.0.27 - - [2025-07-28 02:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.27 - - [2025-07-28 02:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.27 - - [2025-07-28 02:15:45] "POST /ref-update HTTP/1.1" 200 156 0.007300 10.0.0.27 - - [2025-07-28 02:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.27 - - [2025-07-28 02:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.27 - - [2025-07-28 02:15:45] "POST /ref-update HTTP/1.1" 200 156 0.006823 10.0.0.27 - - [2025-07-28 02:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.27 - - [2025-07-28 02:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.27 - - [2025-07-28 02:15:45] "POST /ref-update HTTP/1.1" 200 156 0.008316 10.0.0.27 - - [2025-07-28 02:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.27 - - [2025-07-28 02:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.27 - - [2025-07-28 02:15:46] "POST /ref-update HTTP/1.1" 200 156 0.006842 10.0.0.27 - - [2025-07-28 02:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004360 10.0.0.27 - - [2025-07-28 02:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003859 10.0.0.27 - - [2025-07-28 02:15:46] "POST /ref-update HTTP/1.1" 200 156 0.009233 10.0.0.27 - - [2025-07-28 02:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002927 10.0.0.27 - - [2025-07-28 02:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.27 - - [2025-07-28 02:15:46] "POST /ref-update HTTP/1.1" 200 156 0.007761 10.0.0.27 - - [2025-07-28 02:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.27 - - [2025-07-28 02:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.27 - - [2025-07-28 02:15:46] "POST /ref-update HTTP/1.1" 200 156 0.007515 10.0.0.27 - - [2025-07-28 02:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.27 - - [2025-07-28 02:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002896 10.0.0.27 - - [2025-07-28 02:15:46] "POST /ref-update HTTP/1.1" 200 156 0.007330 10.0.0.27 - - [2025-07-28 02:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.27 - - [2025-07-28 02:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002891 10.0.0.27 - - [2025-07-28 02:15:46] "POST /ref-update HTTP/1.1" 200 156 0.007020 10.0.0.27 - - [2025-07-28 02:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.27 - - [2025-07-28 02:15:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.27 - - [2025-07-28 02:15:47] "POST /ref-update HTTP/1.1" 200 156 0.007511 10.0.0.27 - - [2025-07-28 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002997 10.0.0.27 - - [2025-07-28 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003295 10.0.0.27 - - [2025-07-28 02:15:47] "POST /ref-update HTTP/1.1" 200 156 0.008183 10.0.0.27 - - [2025-07-28 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.27 - - [2025-07-28 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003895 10.0.0.27 - - [2025-07-28 02:15:47] "POST /ref-update HTTP/1.1" 200 156 0.009830 10.0.0.27 - - [2025-07-28 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.27 - - [2025-07-28 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.27 - - [2025-07-28 02:15:47] "POST /ref-update HTTP/1.1" 200 156 0.007145 10.0.0.27 - - [2025-07-28 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003384 10.0.0.27 - - [2025-07-28 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.27 - - [2025-07-28 02:15:47] "POST /ref-update HTTP/1.1" 200 156 0.008210 10.0.0.27 - - [2025-07-28 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.27 - - [2025-07-28 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.27 - - [2025-07-28 02:15:47] "POST /ref-update HTTP/1.1" 200 156 0.006776 10.0.0.27 - - [2025-07-28 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.27 - - [2025-07-28 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002974 10.0.0.27 - - [2025-07-28 02:15:47] "POST /ref-update HTTP/1.1" 200 156 0.008557 10.0.0.27 - - [2025-07-28 02:15:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002987 10.0.0.27 - - [2025-07-28 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004034 10.0.0.27 - - [2025-07-28 02:15:48] "POST /ref-update HTTP/1.1" 200 156 0.007790 10.0.0.27 - - [2025-07-28 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.27 - - [2025-07-28 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003476 10.0.0.27 - - [2025-07-28 02:15:48] "POST /ref-update HTTP/1.1" 200 156 0.008242 10.0.0.27 - - [2025-07-28 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.27 - - [2025-07-28 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.27 - - [2025-07-28 02:15:48] "POST /ref-update HTTP/1.1" 200 156 0.008807 10.0.0.27 - - [2025-07-28 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002858 10.0.0.27 - - [2025-07-28 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.27 - - [2025-07-28 02:15:48] "POST /ref-update HTTP/1.1" 200 156 0.007452 10.0.0.27 - - [2025-07-28 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.27 - - [2025-07-28 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.27 - - [2025-07-28 02:15:48] "POST /ref-update HTTP/1.1" 200 156 0.008653 10.0.0.27 - - [2025-07-28 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.27 - - [2025-07-28 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.27 - - [2025-07-28 02:15:48] "POST /ref-update HTTP/1.1" 200 156 0.007205 10.0.0.27 - - [2025-07-28 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002999 10.0.0.27 - - [2025-07-28 02:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002905 10.0.0.27 - - [2025-07-28 02:15:48] "POST /ref-update HTTP/1.1" 200 156 0.007023 10.0.0.27 - - [2025-07-28 02:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002914 10.0.0.27 - - [2025-07-28 02:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003228 10.0.0.27 - - [2025-07-28 02:15:49] "POST /ref-update HTTP/1.1" 200 156 0.007391 10.0.0.27 - - [2025-07-28 02:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.27 - - [2025-07-28 02:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004739 10.0.0.27 - - [2025-07-28 02:15:49] "POST /ref-update HTTP/1.1" 200 156 0.009788 10.0.0.27 - - [2025-07-28 02:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.27 - - [2025-07-28 02:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003121 10.0.0.27 - - [2025-07-28 02:15:49] "POST /ref-update HTTP/1.1" 200 156 0.008513 10.0.0.27 - - [2025-07-28 02:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.27 - - [2025-07-28 02:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.27 - - [2025-07-28 02:15:49] "POST /ref-update HTTP/1.1" 200 156 0.007385 10.0.0.27 - - [2025-07-28 02:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.27 - - [2025-07-28 02:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.27 - - [2025-07-28 02:15:49] "POST /ref-update HTTP/1.1" 200 156 0.007296 10.0.0.27 - - [2025-07-28 02:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.27 - - [2025-07-28 02:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003296 10.0.0.27 - - [2025-07-28 02:15:49] "POST /ref-update HTTP/1.1" 200 156 0.007341 10.0.0.27 - - [2025-07-28 02:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003931 10.0.0.27 - - [2025-07-28 02:15:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002950 10.0.0.27 - - [2025-07-28 02:15:50] "POST /ref-update HTTP/1.1" 200 156 0.007625 10.0.0.27 - - [2025-07-28 02:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003241 10.0.0.27 - - [2025-07-28 02:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.27 - - [2025-07-28 02:15:50] "POST /ref-update HTTP/1.1" 200 156 0.008152 10.0.0.27 - - [2025-07-28 02:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002953 10.0.0.27 - - [2025-07-28 02:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.27 - - [2025-07-28 02:15:50] "POST /ref-update HTTP/1.1" 200 156 0.008173 10.0.0.27 - - [2025-07-28 02:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002926 10.0.0.27 - - [2025-07-28 02:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002940 10.0.0.27 - - [2025-07-28 02:15:50] "POST /ref-update HTTP/1.1" 200 156 0.008013 10.0.0.27 - - [2025-07-28 02:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003009 10.0.0.27 - - [2025-07-28 02:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002929 10.0.0.27 - - [2025-07-28 02:15:50] "POST /ref-update HTTP/1.1" 200 156 0.008132 10.0.0.27 - - [2025-07-28 02:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.27 - - [2025-07-28 02:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.27 - - [2025-07-28 02:15:50] "POST /ref-update HTTP/1.1" 200 156 0.007442 10.0.0.27 - - [2025-07-28 02:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.27 - - [2025-07-28 02:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003245 10.0.0.27 - - [2025-07-28 02:15:50] "POST /ref-update HTTP/1.1" 200 156 0.007994 10.0.0.27 - - [2025-07-28 02:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003012 10.0.0.27 - - [2025-07-28 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.27 - - [2025-07-28 02:15:51] "POST /ref-update HTTP/1.1" 200 156 0.008564 10.0.0.27 - - [2025-07-28 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.27 - - [2025-07-28 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.27 - - [2025-07-28 02:15:51] "POST /ref-update HTTP/1.1" 200 156 0.007549 10.0.0.27 - - [2025-07-28 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.27 - - [2025-07-28 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002918 10.0.0.27 - - [2025-07-28 02:15:51] "POST /ref-update HTTP/1.1" 200 156 0.008225 10.0.0.27 - - [2025-07-28 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.27 - - [2025-07-28 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002836 10.0.0.27 - - [2025-07-28 02:15:51] "POST /ref-update HTTP/1.1" 200 156 0.007114 10.0.0.27 - - [2025-07-28 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.27 - - [2025-07-28 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.27 - - [2025-07-28 02:15:51] "POST /ref-update HTTP/1.1" 200 156 0.007471 10.0.0.27 - - [2025-07-28 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712 10.0.0.27 - - [2025-07-28 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.27 - - [2025-07-28 02:15:51] "POST /ref-update HTTP/1.1" 200 156 0.008628 10.0.0.27 - - [2025-07-28 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003173 10.0.0.27 - - [2025-07-28 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002973 10.0.0.27 - - [2025-07-28 02:15:51] "POST /ref-update HTTP/1.1" 200 156 0.006939 10.0.0.27 - - [2025-07-28 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002914 10.0.0.27 - - [2025-07-28 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.27 - - [2025-07-28 02:15:52] "POST /ref-update HTTP/1.1" 200 156 0.007385 10.0.0.27 - - [2025-07-28 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002978 10.0.0.27 - - [2025-07-28 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.27 - - [2025-07-28 02:15:52] "POST /ref-update HTTP/1.1" 200 156 0.008062 10.0.0.27 - - [2025-07-28 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.27 - - [2025-07-28 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002833 10.0.0.27 - - [2025-07-28 02:15:52] "POST /ref-update HTTP/1.1" 200 156 0.007618 10.0.0.27 - - [2025-07-28 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003887 10.0.0.27 - - [2025-07-28 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.27 - - [2025-07-28 02:15:52] "POST /ref-update HTTP/1.1" 200 156 0.006887 10.0.0.27 - - [2025-07-28 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.27 - - [2025-07-28 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002986 10.0.0.27 - - [2025-07-28 02:15:52] "POST /ref-update HTTP/1.1" 200 156 0.007863 10.0.0.27 - - [2025-07-28 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.27 - - [2025-07-28 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.27 - - [2025-07-28 02:15:52] "POST /ref-update HTTP/1.1" 200 156 0.013221 10.0.0.27 - - [2025-07-28 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003264 10.0.0.27 - - [2025-07-28 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003110 10.0.0.27 - - [2025-07-28 02:15:53] "POST /ref-update HTTP/1.1" 200 156 0.010467 10.0.0.27 - - [2025-07-28 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.27 - - [2025-07-28 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002969 10.0.0.27 - - [2025-07-28 02:15:53] "POST /ref-update HTTP/1.1" 200 156 0.006681 10.0.0.27 - - [2025-07-28 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.27 - - [2025-07-28 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.27 - - [2025-07-28 02:15:53] "POST /ref-update HTTP/1.1" 200 156 0.008367 10.0.0.27 - - [2025-07-28 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.27 - - [2025-07-28 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002961 10.0.0.27 - - [2025-07-28 02:15:53] "POST /ref-update HTTP/1.1" 200 156 0.006759 10.0.0.27 - - [2025-07-28 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174 10.0.0.27 - - [2025-07-28 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.27 - - [2025-07-28 02:15:53] "POST /ref-update HTTP/1.1" 200 156 0.007583 10.0.0.27 - - [2025-07-28 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.27 - - [2025-07-28 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.27 - - [2025-07-28 02:15:53] "POST /ref-update HTTP/1.1" 200 156 0.008056 10.0.0.27 - - [2025-07-28 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.27 - - [2025-07-28 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002941 10.0.0.27 - - [2025-07-28 02:15:53] "POST /ref-update HTTP/1.1" 200 156 0.008295 10.0.0.27 - - [2025-07-28 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003122 10.0.0.27 - - [2025-07-28 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003077 10.0.0.27 - - [2025-07-28 02:15:54] "POST /ref-update HTTP/1.1" 200 156 0.008513 10.0.0.27 - - [2025-07-28 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.27 - - [2025-07-28 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.27 - - [2025-07-28 02:15:54] "POST /ref-update HTTP/1.1" 200 156 0.007483 10.0.0.27 - - [2025-07-28 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.27 - - [2025-07-28 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.27 - - [2025-07-28 02:15:54] "POST /ref-update HTTP/1.1" 200 156 0.007330 10.0.0.27 - - [2025-07-28 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.27 - - [2025-07-28 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.27 - - [2025-07-28 02:15:54] "POST /ref-update HTTP/1.1" 200 156 0.007421 10.0.0.27 - - [2025-07-28 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.27 - - [2025-07-28 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.27 - - [2025-07-28 02:15:54] "POST /ref-update HTTP/1.1" 200 156 0.016107 10.0.0.27 - - [2025-07-28 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002974 10.0.0.27 - - [2025-07-28 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.27 - - [2025-07-28 02:15:54] "POST /ref-update HTTP/1.1" 200 156 0.007297 10.0.0.27 - - [2025-07-28 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002979 10.0.0.27 - - [2025-07-28 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.27 - - [2025-07-28 02:15:55] "POST /ref-update HTTP/1.1" 200 156 0.008588 10.0.0.27 - - [2025-07-28 02:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003982 10.0.0.27 - - [2025-07-28 02:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003142 10.0.0.27 - - [2025-07-28 02:15:55] "POST /ref-update HTTP/1.1" 200 156 0.007936 10.0.0.27 - - [2025-07-28 02:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003243 10.0.0.27 - - [2025-07-28 02:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003989 10.0.0.27 - - [2025-07-28 02:15:55] "POST /ref-update HTTP/1.1" 200 156 0.009227 10.0.0.27 - - [2025-07-28 02:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003920 10.0.0.27 - - [2025-07-28 02:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.27 - - [2025-07-28 02:15:55] "POST /ref-update HTTP/1.1" 200 156 0.009076 10.0.0.27 - - [2025-07-28 02:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.27 - - [2025-07-28 02:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.27 - - [2025-07-28 02:15:55] "POST /ref-update HTTP/1.1" 200 156 0.011134 10.0.0.27 - - [2025-07-28 02:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.27 - - [2025-07-28 02:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.27 - - [2025-07-28 02:15:55] "POST /ref-update HTTP/1.1" 200 156 0.007336 10.0.0.27 - - [2025-07-28 02:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.27 - - [2025-07-28 02:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002780 10.0.0.27 - - [2025-07-28 02:15:55] "POST /ref-update HTTP/1.1" 200 156 0.006728 10.0.0.27 - - [2025-07-28 02:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004110 10.0.0.27 - - [2025-07-28 02:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.27 - - [2025-07-28 02:15:56] "POST /ref-update HTTP/1.1" 200 156 0.007663 10.0.0.27 - - [2025-07-28 02:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.008136 10.0.0.27 - - [2025-07-28 02:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.27 - - [2025-07-28 02:15:56] "POST /ref-update HTTP/1.1" 200 156 0.007652 10.0.0.27 - - [2025-07-28 02:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.27 - - [2025-07-28 02:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003095 10.0.0.27 - - [2025-07-28 02:15:56] "POST /ref-update HTTP/1.1" 200 156 0.007291 10.0.0.27 - - [2025-07-28 02:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004189 10.0.0.27 - - [2025-07-28 02:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003898 10.0.0.27 - - [2025-07-28 02:15:56] "POST /ref-update HTTP/1.1" 200 156 0.008012 10.0.0.27 - - [2025-07-28 02:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.27 - - [2025-07-28 02:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003369 10.0.0.27 - - [2025-07-28 02:15:56] "POST /ref-update HTTP/1.1" 200 156 0.008025 10.0.0.27 - - [2025-07-28 02:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.27 - - [2025-07-28 02:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.27 - - [2025-07-28 02:15:56] "POST /ref-update HTTP/1.1" 200 156 0.007754 10.0.0.27 - - [2025-07-28 02:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.27 - - [2025-07-28 02:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005565 10.0.0.27 - - [2025-07-28 02:15:56] "POST /ref-update HTTP/1.1" 200 156 0.008254 10.0.0.27 - - [2025-07-28 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003459 10.0.0.27 - - [2025-07-28 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003246 10.0.0.27 - - [2025-07-28 02:15:57] "GET / HTTP/1.1" 200 35931 0.001610 10.0.0.27 - - [2025-07-28 02:15:57] "POST /fqname-to-id HTTP/1.1" 401 292 0.000537 10.0.0.27 - - [2025-07-28 02:15:57] "POST /ref-update HTTP/1.1" 200 156 0.008379 10.0.0.27 - - [2025-07-28 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002940 10.0.0.27 - - [2025-07-28 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002904 10.0.0.27 - - [2025-07-28 02:15:57] "POST /ref-update HTTP/1.1" 200 156 0.008332 10.0.0.27 - - [2025-07-28 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.27 - - [2025-07-28 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.27 - - [2025-07-28 02:15:57] "POST /ref-update HTTP/1.1" 200 156 0.007980 10.0.0.27 - - [2025-07-28 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.023153 10.0.0.27 - - [2025-07-28 02:15:57] "GET /routing-instance/b57c7a08-37e7-42c4-93b8-d8056c270d81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.003718 10.0.0.27 - - [2025-07-28 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.27 - - [2025-07-28 02:15:57] "POST /bgp-routers HTTP/1.1" 200 620 0.018684 10.0.0.27 - - [2025-07-28 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002754 10.0.0.27 - - [2025-07-28 02:15:57] "GET /bgp-router/3b25e401-42fc-4e96-8ad4-aeca8f457ba8?fields=global_system_config_back_refs HTTP/1.1" 200 1126 0.006079 10.0.0.27 - - [2025-07-28 02:15:57] "POST /ref-update HTTP/1.1" 200 156 0.008333 10.0.0.27 - - [2025-07-28 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002962 10.0.0.27 - - [2025-07-28 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002961 10.0.0.27 - - [2025-07-28 02:15:57] "GET /global-system-config/1ab49f17-c56b-4003-bb12-d9f75778683b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.006170 10.0.0.27 - - [2025-07-28 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.27 - - [2025-07-28 02:15:57] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003412 10.0.0.27 - - [2025-07-28 02:15:57] "POST /ref-update HTTP/1.1" 200 156 0.007374 10.0.0.27 - - [2025-07-28 02:15:57] "POST /ref-update HTTP/1.1" 200 156 0.007629 10.0.0.27 - - [2025-07-28 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002459 10.0.0.27 - - [2025-07-28 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002677 10.0.0.27 - - [2025-07-28 02:15:57] "POST /ref-update HTTP/1.1" 200 156 0.007983 10.0.0.27 - - [2025-07-28 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.27 - - [2025-07-28 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.27 - - [2025-07-28 02:15:58] "POST /ref-update HTTP/1.1" 200 156 0.006757 10.0.0.27 - - [2025-07-28 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.27 - - [2025-07-28 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.27 - - [2025-07-28 02:15:58] "POST /ref-update HTTP/1.1" 200 156 0.008308 10.0.0.27 - - [2025-07-28 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003111 10.0.0.27 - - [2025-07-28 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.27 - - [2025-07-28 02:15:58] "POST /ref-update HTTP/1.1" 200 156 0.006903 10.0.0.27 - - [2025-07-28 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003274 10.0.0.27 - - [2025-07-28 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.27 - - [2025-07-28 02:15:58] "POST /ref-update HTTP/1.1" 200 156 0.009552 10.0.0.27 - - [2025-07-28 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.27 - - [2025-07-28 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003077 10.0.0.27 - - [2025-07-28 02:15:58] "POST /ref-update HTTP/1.1" 200 156 0.007527 10.0.0.27 - - [2025-07-28 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.27 - - [2025-07-28 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.27 - - [2025-07-28 02:15:58] "POST /ref-update HTTP/1.1" 200 156 0.008074 10.0.0.27 - - [2025-07-28 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.27 - - [2025-07-28 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002896 10.0.0.27 - - [2025-07-28 02:15:58] "POST /ref-update HTTP/1.1" 200 156 0.007504 10.0.0.27 - - [2025-07-28 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.27 - - [2025-07-28 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003367 10.0.0.27 - - [2025-07-28 02:15:59] "POST /ref-update HTTP/1.1" 200 156 0.007113 10.0.0.27 - - [2025-07-28 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002992 10.0.0.27 - - [2025-07-28 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003079 10.0.0.27 - - [2025-07-28 02:15:59] "POST /ref-update HTTP/1.1" 200 156 0.007469 10.0.0.27 - - [2025-07-28 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.27 - - [2025-07-28 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002933 10.0.0.27 - - [2025-07-28 02:15:59] "POST /ref-update HTTP/1.1" 200 156 0.008060 10.0.0.27 - - [2025-07-28 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.27 - - [2025-07-28 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002925 10.0.0.27 - - [2025-07-28 02:15:59] "POST /ref-update HTTP/1.1" 200 156 0.007378 10.0.0.27 - - [2025-07-28 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002822 10.0.0.27 - - [2025-07-28 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.27 - - [2025-07-28 02:15:59] "POST /ref-update HTTP/1.1" 200 156 0.007002 10.0.0.27 - - [2025-07-28 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003151 10.0.0.27 - - [2025-07-28 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.27 - - [2025-07-28 02:15:59] "POST /ref-update HTTP/1.1" 200 156 0.008042 10.0.0.27 - - [2025-07-28 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.27 - - [2025-07-28 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002921 10.0.0.27 - - [2025-07-28 02:16:00] "POST /ref-update HTTP/1.1" 200 156 0.008070 10.0.0.27 - - [2025-07-28 02:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.27 - - [2025-07-28 02:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003111 10.0.0.27 - - [2025-07-28 02:16:00] "POST /ref-update HTTP/1.1" 200 156 0.007886 10.0.0.27 - - [2025-07-28 02:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003076 10.0.0.27 - - [2025-07-28 02:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002972 10.0.0.27 - - [2025-07-28 02:16:00] "POST /ref-update HTTP/1.1" 200 156 0.007552 10.0.0.27 - - [2025-07-28 02:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.27 - - [2025-07-28 02:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.27 - - [2025-07-28 02:16:00] "POST /ref-update HTTP/1.1" 200 156 0.007968 10.0.0.27 - - [2025-07-28 02:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.27 - - [2025-07-28 02:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.27 - - [2025-07-28 02:16:00] "POST /ref-update HTTP/1.1" 200 156 0.007472 10.0.0.27 - - [2025-07-28 02:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.27 - - [2025-07-28 02:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.27 - - [2025-07-28 02:16:00] "POST /ref-update HTTP/1.1" 200 156 0.008299 10.0.0.27 - - [2025-07-28 02:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003282 10.0.0.27 - - [2025-07-28 02:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.27 - - [2025-07-28 02:16:00] "POST /ref-update HTTP/1.1" 200 156 0.007499 10.0.0.27 - - [2025-07-28 02:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.27 - - [2025-07-28 02:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002792 10.0.0.27 - - [2025-07-28 02:16:01] "POST /ref-update HTTP/1.1" 200 156 0.009581 10.0.0.27 - - [2025-07-28 02:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.27 - - [2025-07-28 02:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003269 10.0.0.27 - - [2025-07-28 02:16:01] "POST /ref-update HTTP/1.1" 200 156 0.008275 10.0.0.27 - - [2025-07-28 02:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.27 - - [2025-07-28 02:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002885 10.0.0.27 - - [2025-07-28 02:16:01] "POST /ref-update HTTP/1.1" 200 156 0.008471 10.0.0.27 - - [2025-07-28 02:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002947 10.0.0.27 - - [2025-07-28 02:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002907 10.0.0.27 - - [2025-07-28 02:16:01] "POST /ref-update HTTP/1.1" 200 156 0.008881 10.0.0.27 - - [2025-07-28 02:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.27 - - [2025-07-28 02:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002883 10.0.0.27 - - [2025-07-28 02:16:01] "POST /ref-update HTTP/1.1" 200 156 0.008326 10.0.0.27 - - [2025-07-28 02:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004044 10.0.0.27 - - [2025-07-28 02:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.27 - - [2025-07-28 02:16:01] "POST /ref-update HTTP/1.1" 200 156 0.008728 10.0.0.27 - - [2025-07-28 02:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.27 - - [2025-07-28 02:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.27 - - [2025-07-28 02:16:02] "POST /ref-update HTTP/1.1" 200 156 0.013386 10.0.0.27 - - [2025-07-28 02:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003077 10.0.0.27 - - [2025-07-28 02:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003589 10.0.0.27 - - [2025-07-28 02:16:02] "POST /ref-update HTTP/1.1" 200 156 0.007226 10.0.0.27 - - [2025-07-28 02:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.27 - - [2025-07-28 02:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002974 10.0.0.27 - - [2025-07-28 02:16:02] "POST /ref-update HTTP/1.1" 200 156 0.007133 10.0.0.27 - - [2025-07-28 02:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.27 - - [2025-07-28 02:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002909 10.0.0.27 - - [2025-07-28 02:16:02] "POST /ref-update HTTP/1.1" 200 156 0.009447 10.0.0.27 - - [2025-07-28 02:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.27 - - [2025-07-28 02:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002806 10.0.0.27 - - [2025-07-28 02:16:02] "POST /ref-update HTTP/1.1" 200 156 0.008367 10.0.0.27 - - [2025-07-28 02:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.27 - - [2025-07-28 02:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.27 - - [2025-07-28 02:16:02] "POST /ref-update HTTP/1.1" 200 156 0.008359 10.0.0.27 - - [2025-07-28 02:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.27 - - [2025-07-28 02:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003111 10.0.0.27 - - [2025-07-28 02:16:02] "POST /ref-update HTTP/1.1" 200 156 0.009156 10.0.0.27 - - [2025-07-28 02:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.27 - - [2025-07-28 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.27 - - [2025-07-28 02:16:03] "POST /ref-update HTTP/1.1" 200 156 0.008377 10.0.0.27 - - [2025-07-28 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.27 - - [2025-07-28 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.27 - - [2025-07-28 02:16:03] "POST /ref-update HTTP/1.1" 200 156 0.009210 10.0.0.27 - - [2025-07-28 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.27 - - [2025-07-28 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003005 10.0.0.27 - - [2025-07-28 02:16:03] "POST /ref-update HTTP/1.1" 200 156 0.009314 10.0.0.27 - - [2025-07-28 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003171 10.0.0.27 - - [2025-07-28 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.27 - - [2025-07-28 02:16:03] "POST /ref-update HTTP/1.1" 200 156 0.010322 10.0.0.27 - - [2025-07-28 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.27 - - [2025-07-28 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.27 - - [2025-07-28 02:16:03] "POST /ref-update HTTP/1.1" 200 156 0.008643 10.0.0.27 - - [2025-07-28 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197 10.0.0.27 - - [2025-07-28 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.27 - - [2025-07-28 02:16:03] "POST /ref-update HTTP/1.1" 200 156 0.008559 10.0.0.27 - - [2025-07-28 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002963 10.0.0.27 - - [2025-07-28 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.27 - - [2025-07-28 02:16:03] "POST /ref-update HTTP/1.1" 200 156 0.011736 10.0.0.27 - - [2025-07-28 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.27 - - [2025-07-28 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.27 - - [2025-07-28 02:16:04] "POST /ref-update HTTP/1.1" 200 156 0.009726 10.0.0.27 - - [2025-07-28 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.27 - - [2025-07-28 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.27 - - [2025-07-28 02:16:04] "POST /ref-update HTTP/1.1" 200 156 0.009122 10.0.0.27 - - [2025-07-28 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003147 10.0.0.27 - - [2025-07-28 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.27 - - [2025-07-28 02:16:04] "POST /ref-update HTTP/1.1" 200 156 0.009277 10.0.0.27 - - [2025-07-28 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.27 - - [2025-07-28 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003032 10.0.0.27 - - [2025-07-28 02:16:04] "POST /ref-update HTTP/1.1" 200 156 0.009596 10.0.0.27 - - [2025-07-28 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002878 10.0.0.27 - - [2025-07-28 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003955 10.0.0.27 - - [2025-07-28 02:16:04] "POST /ref-update HTTP/1.1" 200 156 0.008972 10.0.0.27 - - [2025-07-28 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.27 - - [2025-07-28 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.27 - - [2025-07-28 02:16:04] "POST /ref-update HTTP/1.1" 200 156 0.010620 10.0.0.27 - - [2025-07-28 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.27 - - [2025-07-28 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.27 - - [2025-07-28 02:16:05] "POST /ref-update HTTP/1.1" 200 156 0.008125 10.0.0.27 - - [2025-07-28 02:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003193 10.0.0.27 - - [2025-07-28 02:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.27 - - [2025-07-28 02:16:05] "POST /ref-update HTTP/1.1" 200 156 0.008083 10.0.0.27 - - [2025-07-28 02:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002945 10.0.0.27 - - [2025-07-28 02:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.27 - - [2025-07-28 02:16:05] "POST /ref-update HTTP/1.1" 200 156 0.008924 10.0.0.27 - - [2025-07-28 02:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.27 - - [2025-07-28 02:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002955 10.0.0.27 - - [2025-07-28 02:16:05] "POST /ref-update HTTP/1.1" 200 156 0.008310 10.0.0.27 - - [2025-07-28 02:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003266 10.0.0.27 - - [2025-07-28 02:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002912 10.0.0.27 - - [2025-07-28 02:16:05] "POST /ref-update HTTP/1.1" 200 156 0.013752 10.0.0.27 - - [2025-07-28 02:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004574 10.0.0.27 - - [2025-07-28 02:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003811 10.0.0.27 - - [2025-07-28 02:16:05] "POST /ref-update HTTP/1.1" 200 156 0.010235 10.0.0.27 - - [2025-07-28 02:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.27 - - [2025-07-28 02:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003916 10.0.0.27 - - [2025-07-28 02:16:05] "POST /ref-update HTTP/1.1" 200 156 0.008959 10.0.0.27 - - [2025-07-28 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004432 10.0.0.27 - - [2025-07-28 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003229 10.0.0.27 - - [2025-07-28 02:16:06] "POST /ref-update HTTP/1.1" 200 156 0.013055 10.0.0.27 - - [2025-07-28 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003087 10.0.0.27 - - [2025-07-28 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.27 - - [2025-07-28 02:16:06] "POST /ref-update HTTP/1.1" 200 156 0.008418 10.0.0.27 - - [2025-07-28 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002988 10.0.0.27 - - [2025-07-28 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.27 - - [2025-07-28 02:16:06] "POST /ref-update HTTP/1.1" 200 156 0.008957 10.0.0.27 - - [2025-07-28 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002882 10.0.0.27 - - [2025-07-28 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.27 - - [2025-07-28 02:16:06] "POST /ref-update HTTP/1.1" 200 156 0.010686 10.0.0.27 - - [2025-07-28 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.27 - - [2025-07-28 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.27 - - [2025-07-28 02:16:06] "POST /ref-update HTTP/1.1" 200 156 0.008182 10.0.0.27 - - [2025-07-28 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.27 - - [2025-07-28 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003251 10.0.0.27 - - [2025-07-28 02:16:06] "POST /ref-update HTTP/1.1" 200 156 0.009189 10.0.0.27 - - [2025-07-28 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.27 - - [2025-07-28 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.27 - - [2025-07-28 02:16:07] "POST /ref-update HTTP/1.1" 200 156 0.011011 10.0.0.27 - - [2025-07-28 02:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003223 10.0.0.27 - - [2025-07-28 02:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.27 - - [2025-07-28 02:16:07] "POST /ref-update HTTP/1.1" 200 156 0.008857 10.0.0.27 - - [2025-07-28 02:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.27 - - [2025-07-28 02:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.27 - - [2025-07-28 02:16:07] "POST /ref-update HTTP/1.1" 200 156 0.009660 10.0.0.27 - - [2025-07-28 02:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002993 10.0.0.27 - - [2025-07-28 02:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004117 10.0.0.27 - - [2025-07-28 02:16:07] "POST /ref-update HTTP/1.1" 200 156 0.009562 10.0.0.27 - - [2025-07-28 02:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.27 - - [2025-07-28 02:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.27 - - [2025-07-28 02:16:07] "POST /ref-update HTTP/1.1" 200 156 0.009706 10.0.0.27 - - [2025-07-28 02:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.27 - - [2025-07-28 02:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.27 - - [2025-07-28 02:16:07] "POST /ref-update HTTP/1.1" 200 156 0.007767 10.0.0.27 - - [2025-07-28 02:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.27 - - [2025-07-28 02:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.27 - - [2025-07-28 02:16:07] "POST /ref-update HTTP/1.1" 200 156 0.007709 10.0.0.27 - - [2025-07-28 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003028 10.0.0.27 - - [2025-07-28 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.27 - - [2025-07-28 02:16:08] "POST /ref-update HTTP/1.1" 200 156 0.008835 10.0.0.27 - - [2025-07-28 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002942 10.0.0.27 - - [2025-07-28 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.27 - - [2025-07-28 02:16:08] "POST /ref-update HTTP/1.1" 200 156 0.008678 10.0.0.27 - - [2025-07-28 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002927 10.0.0.27 - - [2025-07-28 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.27 - - [2025-07-28 02:16:08] "POST /ref-update HTTP/1.1" 200 156 0.007803 10.0.0.27 - - [2025-07-28 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.27 - - [2025-07-28 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002901 10.0.0.27 - - [2025-07-28 02:16:08] "POST /ref-update HTTP/1.1" 200 156 0.008301 10.0.0.27 - - [2025-07-28 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.27 - - [2025-07-28 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003202 10.0.0.27 - - [2025-07-28 02:16:08] "POST /ref-update HTTP/1.1" 200 156 0.009120 10.0.0.27 - - [2025-07-28 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003051 10.0.0.27 - - [2025-07-28 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.27 - - [2025-07-28 02:16:08] "POST /ref-update HTTP/1.1" 200 156 0.009251 10.0.0.27 - - [2025-07-28 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823 10.0.0.27 - - [2025-07-28 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.27 - - [2025-07-28 02:16:09] "POST /ref-update HTTP/1.1" 200 156 0.009155 10.0.0.27 - - [2025-07-28 02:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.27 - - [2025-07-28 02:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002866 10.0.0.27 - - [2025-07-28 02:16:09] "POST /ref-update HTTP/1.1" 200 156 0.007829 10.0.0.27 - - [2025-07-28 02:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003046 10.0.0.27 - - [2025-07-28 02:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.27 - - [2025-07-28 02:16:09] "POST /ref-update HTTP/1.1" 200 156 0.008247 10.0.0.27 - - [2025-07-28 02:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003012 10.0.0.27 - - [2025-07-28 02:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002810 10.0.0.27 - - [2025-07-28 02:16:09] "POST /ref-update HTTP/1.1" 200 156 0.008787 10.0.0.27 - - [2025-07-28 02:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002892 10.0.0.27 - - [2025-07-28 02:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002925 10.0.0.27 - - [2025-07-28 02:16:09] "POST /ref-update HTTP/1.1" 200 156 0.007605 10.0.0.27 - - [2025-07-28 02:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.27 - - [2025-07-28 02:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002879 10.0.0.27 - - [2025-07-28 02:16:09] "POST /ref-update HTTP/1.1" 200 156 0.007624 10.0.0.27 - - [2025-07-28 02:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.27 - - [2025-07-28 02:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002951 10.0.0.27 - - [2025-07-28 02:16:09] "POST /ref-update HTTP/1.1" 200 156 0.010561 10.0.0.27 - - [2025-07-28 02:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003771 10.0.0.27 - - [2025-07-28 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002922 10.0.0.27 - - [2025-07-28 02:16:10] "POST /ref-update HTTP/1.1" 200 156 0.008095 10.0.0.27 - - [2025-07-28 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.27 - - [2025-07-28 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003065 10.0.0.27 - - [2025-07-28 02:16:10] "POST /ref-update HTTP/1.1" 200 156 0.008461 10.0.0.27 - - [2025-07-28 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.27 - - [2025-07-28 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.27 - - [2025-07-28 02:16:10] "POST /ref-update HTTP/1.1" 200 156 0.008877 10.0.0.27 - - [2025-07-28 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002789 10.0.0.27 - - [2025-07-28 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002881 10.0.0.27 - - [2025-07-28 02:16:10] "POST /ref-update HTTP/1.1" 200 156 0.007798 10.0.0.27 - - [2025-07-28 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.27 - - [2025-07-28 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003050 10.0.0.27 - - [2025-07-28 02:16:10] "POST /ref-update HTTP/1.1" 200 156 0.007460 10.0.0.27 - - [2025-07-28 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.27 - - [2025-07-28 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.27 - - [2025-07-28 02:16:10] "POST /ref-update HTTP/1.1" 200 156 0.007940 10.0.0.27 - - [2025-07-28 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.27 - - [2025-07-28 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002883 10.0.0.27 - - [2025-07-28 02:16:10] "POST /ref-update HTTP/1.1" 200 156 0.007719 10.0.0.27 - - [2025-07-28 02:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003066 10.0.0.27 - - [2025-07-28 02:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003149 10.0.0.27 - - [2025-07-28 02:16:11] "POST /ref-update HTTP/1.1" 200 156 0.008428 10.0.0.27 - - [2025-07-28 02:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.27 - - [2025-07-28 02:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.27 - - [2025-07-28 02:16:11] "POST /ref-update HTTP/1.1" 200 156 0.007078 10.0.0.27 - - [2025-07-28 02:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003071 10.0.0.27 - - [2025-07-28 02:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002914 10.0.0.27 - - [2025-07-28 02:16:11] "POST /ref-update HTTP/1.1" 200 156 0.007950 10.0.0.27 - - [2025-07-28 02:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.27 - - [2025-07-28 02:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.27 - - [2025-07-28 02:16:11] "POST /ref-update HTTP/1.1" 200 156 0.007406 10.0.0.27 - - [2025-07-28 02:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.27 - - [2025-07-28 02:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.27 - - [2025-07-28 02:16:11] "POST /ref-update HTTP/1.1" 200 156 0.006861 10.0.0.27 - - [2025-07-28 02:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002770 10.0.0.27 - - [2025-07-28 02:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002843 10.0.0.27 - - [2025-07-28 02:16:11] "POST /ref-update HTTP/1.1" 200 156 0.008058 10.0.0.27 - - [2025-07-28 02:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.27 - - [2025-07-28 02:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.27 - - [2025-07-28 02:16:12] "POST /ref-update HTTP/1.1" 200 156 0.009535 10.0.0.27 - - [2025-07-28 02:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.27 - - [2025-07-28 02:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.27 - - [2025-07-28 02:16:12] "POST /ref-update HTTP/1.1" 200 156 0.009641 10.0.0.27 - - [2025-07-28 02:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002888 10.0.0.27 - - [2025-07-28 02:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.27 - - [2025-07-28 02:16:12] "POST /ref-update HTTP/1.1" 200 156 0.010584 10.0.0.27 - - [2025-07-28 02:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003849 10.0.0.27 - - [2025-07-28 02:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002866 10.0.0.27 - - [2025-07-28 02:16:12] "POST /ref-update HTTP/1.1" 200 156 0.009757 10.0.0.27 - - [2025-07-28 02:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.27 - - [2025-07-28 02:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.27 - - [2025-07-28 02:16:12] "POST /ref-update HTTP/1.1" 200 156 0.010097 10.0.0.27 - - [2025-07-28 02:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.27 - - [2025-07-28 02:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.27 - - [2025-07-28 02:16:12] "POST /ref-update HTTP/1.1" 200 156 0.009701 10.0.0.27 - - [2025-07-28 02:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.27 - - [2025-07-28 02:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.27 - - [2025-07-28 02:16:12] "POST /ref-update HTTP/1.1" 200 156 0.008065 10.0.0.27 - - [2025-07-28 02:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003353 10.0.0.27 - - [2025-07-28 02:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003141 10.0.0.27 - - [2025-07-28 02:16:13] "POST /ref-update HTTP/1.1" 200 156 0.008572 10.0.0.27 - - [2025-07-28 02:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002862 10.0.0.27 - - [2025-07-28 02:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.27 - - [2025-07-28 02:16:13] "POST /ref-update HTTP/1.1" 200 156 0.008133 10.0.0.27 - - [2025-07-28 02:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.27 - - [2025-07-28 02:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.27 - - [2025-07-28 02:16:13] "POST /ref-update HTTP/1.1" 200 156 0.009300 10.0.0.27 - - [2025-07-28 02:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.27 - - [2025-07-28 02:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748 10.0.0.27 - - [2025-07-28 02:16:13] "POST /ref-update HTTP/1.1" 200 156 0.010507 10.0.0.27 - - [2025-07-28 02:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003063 10.0.0.27 - - [2025-07-28 02:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.27 - - [2025-07-28 02:16:13] "POST /ref-update HTTP/1.1" 200 156 0.008138 10.0.0.27 - - [2025-07-28 02:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.27 - - [2025-07-28 02:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003238 10.0.0.27 - - [2025-07-28 02:16:13] "POST /ref-update HTTP/1.1" 200 156 0.008798 10.0.0.27 - - [2025-07-28 02:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003076 10.0.0.27 - - [2025-07-28 02:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.27 - - [2025-07-28 02:16:14] "POST /ref-update HTTP/1.1" 200 156 0.009175 10.0.0.27 - - [2025-07-28 02:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.27 - - [2025-07-28 02:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.27 - - [2025-07-28 02:16:14] "POST /ref-update HTTP/1.1" 200 156 0.008723 10.0.0.27 - - [2025-07-28 02:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003288 10.0.0.27 - - [2025-07-28 02:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.27 - - [2025-07-28 02:16:14] "POST /ref-update HTTP/1.1" 200 156 0.008355 10.0.0.27 - - [2025-07-28 02:16:14] "POST /network-ipams HTTP/1.1" 200 550 0.017294 10.0.0.27 - - [2025-07-28 02:16:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002508 10.0.0.27 - - [2025-07-28 02:16:14] "POST /virtual-networks HTTP/1.1" 200 552 0.097007 10.0.0.27 - - [2025-07-28 02:16:14] "GET /physical-routers?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.002663 10.0.0.27 - - [2025-07-28 02:16:14] "POST /fqname-to-id HTTP/1.1" 404 188 0.002999 10.0.0.27 - - [2025-07-28 02:16:14] "POST /fqname-to-id HTTP/1.1" 404 178 0.002807 10.0.0.27 - - [2025-07-28 02:16:14] "GET /fabrics?detail=False&count=False&shared=False HTTP/1.1" 200 312 0.002890 10.0.0.27 - - [2025-07-28 02:16:14] "GET /fabric/6876886e-eada-4103-acef-fd6bbd925904?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1116 0.004060 10.0.0.27 - - [2025-07-28 02:16:14] "POST /fqname-to-id HTTP/1.1" 404 198 0.002882 10.0.0.27 - - [2025-07-28 02:16:14] "POST /fqname-to-id HTTP/1.1" 404 205 0.002963 10.0.0.27 - - [2025-07-28 02:16:14] "POST /fqname-to-id HTTP/1.1" 404 207 0.003315 10.0.0.27 - - [2025-07-28 02:16:15] "POST /route-targets HTTP/1.1" 200 327 0.009843 10.0.0.27 - - [2025-07-28 02:16:15] "POST /ref-update HTTP/1.1" 200 156 0.017467 10.0.0.27 - - [2025-07-28 02:16:27] "GET / HTTP/1.1" 200 35931 0.002150 10.0.0.27 - - [2025-07-28 02:16:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000554 10.0.0.27 - - [2025-07-28 02:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.035522 10.0.0.27 - - [2025-07-28 02:16:28] "GET /global-system-config/1ab49f17-c56b-4003-bb12-d9f75778683b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.008627 10.0.0.27 - - [2025-07-28 02:16:28] "POST /fqname-to-id HTTP/1.1" 404 220 0.003402 10.0.0.27 - - [2025-07-28 02:16:28] "POST /database-nodes HTTP/1.1" 200 603 0.026431 10.0.0.27 - - [2025-07-28 02:17:00] "GET / HTTP/1.1" 200 35931 0.001721 10.0.0.27 - - [2025-07-28 02:17:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000465 10.0.0.27 - - [2025-07-28 02:17:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.024292 10.0.0.27 - - [2025-07-28 02:17:00] "GET /global-system-config/1ab49f17-c56b-4003-bb12-d9f75778683b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.005780 10.0.0.27 - - [2025-07-28 02:17:00] "POST /fqname-to-id HTTP/1.1" 404 220 0.002993 10.0.0.27 - - [2025-07-28 02:17:00] "POST /analytics-nodes HTTP/1.1" 200 605 0.017711 10.0.0.27 - - [2025-07-28 02:17:06] "GET / HTTP/1.1" 200 35931 0.002856 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 - - [2025-07-28 02:17:13] "GET /obj-perms HTTP/1.1" 200 5056 0.382632 10.0.0.27 - - [2025-07-28 02:17:14] "GET / HTTP/1.1" 200 35931 0.001834 10.0.0.27 - - [2025-07-28 02:17:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000414 10.0.0.27 - - [2025-07-28 02:17:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.037448 10.0.0.27 - - [2025-07-28 02:17:14] "GET /global-system-config/1ab49f17-c56b-4003-bb12-d9f75778683b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.005666 10.0.0.27 - - [2025-07-28 02:17:14] "GET /obj-perms HTTP/1.1" 200 5056 0.333411 10.0.0.27 - - [2025-07-28 02:17:14] "POST /fqname-to-id HTTP/1.1" 404 220 0.002733 10.0.0.27 - - [2025-07-28 02:17:14] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.021287 10.0.0.27 - - [2025-07-28 02:17:23] "GET / HTTP/1.1" 200 35931 0.001541 10.0.0.27 - - [2025-07-28 02:17:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000449 10.0.0.27 - - [2025-07-28 02:17:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.025407 10.0.0.27 - - [2025-07-28 02:17:23] "GET /global-system-config/1ab49f17-c56b-4003-bb12-d9f75778683b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.007412 10.0.0.27 - - [2025-07-28 02:17:23] "POST /fqname-to-id HTTP/1.1" 404 220 0.003313 10.0.0.27 - - [2025-07-28 02:17:23] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.032458 10.0.0.27 - - [2025-07-28 02:18:14] "GET /obj-perms HTTP/1.1" 200 5056 0.042958 10.0.0.27 - - [2025-07-28 02:18:15] "GET /obj-perms HTTP/1.1" 200 5056 0.047739 10.0.0.27 - - [2025-07-28 02:18:53] "GET / HTTP/1.1" 200 35931 0.001856 10.0.0.27 - - [2025-07-28 02:18:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000469 10.0.0.27 - - [2025-07-28 02:18:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.023076 10.0.0.27 - - [2025-07-28 02:18:53] "GET /global-system-config/1ab49f17-c56b-4003-bb12-d9f75778683b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.005389 10.0.0.27 - - [2025-07-28 02:18:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002993 10.0.0.27 - - [2025-07-28 02:18:54] "GET /routing-instance/b57c7a08-37e7-42c4-93b8-d8056c270d81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.003730 10.0.0.27 - - [2025-07-28 02:18:54] "PUT /global-system-config/1ab49f17-c56b-4003-bb12-d9f75778683b HTTP/1.1" 200 274 0.010578 10.0.0.27 - - [2025-07-28 02:18:54] "POST /fqname-to-id HTTP/1.1" 404 218 0.003165 10.0.0.27 - - [2025-07-28 02:18:54] "POST /virtual-routers HTTP/1.1" 200 603 0.019151 10.0.0.27 - - [2025-07-28 02:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.27 - - [2025-07-28 02:18:54] "GET /virtual-router/ef5cc18d-105a-43d4-979b-542e5041d986?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1256 0.004990 10.0.0.27 - - [2025-07-28 02:18:54] "POST /fqname-to-id HTTP/1.1" 404 231 0.002819 10.0.0.27 - - [2025-07-28 02:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.27 - - [2025-07-28 02:18:54] "GET /virtual-network/c250f64c-7dcd-4d30-9078-0802cd17e2fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.005844 10.0.0.27 - - [2025-07-28 02:18:54] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.038845 10.0.0.27 - - [2025-07-28 02:18:55] "PUT /access-control-list/bd7990ab-6c69-451a-94ed-04acf5e03ce3 HTTP/1.1" 200 272 0.010164 [Introspect:8084]10.0.0.27 - - [2025-07-28 02:19:06] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000922 [Introspect:8084]10.0.0.27 - - [2025-07-28 02:19:06] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000934 [Introspect:8084]10.0.0.27 - - [2025-07-28 02:19:08] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000883 [Introspect:8084]10.0.0.27 - - [2025-07-28 02:19:08] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000913 10.0.0.27 - - [2025-07-28 02:19:15] "GET /obj-perms HTTP/1.1" 200 5056 0.046298 10.0.0.27 - - [2025-07-28 02:19:15] "GET /obj-perms HTTP/1.1" 200 5056 0.043591 10.0.0.27 - - [2025-07-28 02:19:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002830 10.0.0.27 - - [2025-07-28 02:19:15] "GET /virtual-router/ef5cc18d-105a-43d4-979b-542e5041d986?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1256 0.003981 10.0.0.27 - - [2025-07-28 02:19:59] "GET / HTTP/1.1" 200 35931 0.001815 10.0.0.27 - - [2025-07-28 02:20:01] "GET /project/82617fc6-a394-4505-bd2f-5f9b85f372ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000483 10.0.0.27 - - [2025-07-28 02:20:01] "GET /projects?obj_uuids=82617fc6-a394-4505-bd2f-5f9b85f372ec&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002483 10.0.0.27 - - [2025-07-28 02:20:01] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001142 10.0.0.27 - - [2025-07-28 02:20:01] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.050462 10.0.0.27 - - [2025-07-28 02:20:01] "POST /id-to-fqname HTTP/1.1" 200 167 0.001751 10.0.0.27 - - [2025-07-28 02:20:01] "POST /fqname-to-id HTTP/1.1" 404 176 0.002942 10.0.0.27 - - [2025-07-28 02:20:01] "POST /security-groups HTTP/1.1" 200 568 0.065006 10.0.0.27 - - [2025-07-28 02:20:01] "POST /fqname-to-id HTTP/1.1" 404 207 0.003072 10.0.0.27 - - [2025-07-28 02:20:01] "POST /projects HTTP/1.1" 200 539 0.228909 10.0.0.27 - - [2025-07-28 02:20:01] "POST /access-control-lists HTTP/1.1" 200 573 0.060186 10.0.0.27 - - [2025-07-28 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.310289 10.0.0.27 - - [2025-07-28 02:20:01] "POST /fqname-to-id HTTP/1.1" 404 206 0.003482 10.0.0.27 - - [2025-07-28 02:20:01] "GET /project/82617fc6-a394-4505-bd2f-5f9b85f372ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.478020 10.0.0.27 - - [2025-07-28 02:20:01] "POST /access-control-lists HTTP/1.1" 200 571 0.064492 [Introspect:8084]10.0.0.27 - - [2025-07-28 02:20:02] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001607 10.0.0.27 - - [2025-07-28 02:20:02] "POST /fqname-to-id HTTP/1.1" 404 199 0.028365 10.0.0.27 - - [2025-07-28 02:20:02] "GET /projects?obj_uuids=38414339-0f32-4d34-abc7-aa4cf080b32f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003267 10.0.0.27 - - [2025-07-28 02:20:02] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001152 10.0.0.27 - - [2025-07-28 02:20:02] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007500 10.0.0.27 - - [2025-07-28 02:20:02] "POST /id-to-fqname HTTP/1.1" 200 201 0.001280 10.0.0.27 - - [2025-07-28 02:20:02] "POST /fqname-to-id HTTP/1.1" 404 210 0.002912 10.0.0.27 - - [2025-07-28 02:20:02] "POST /security-groups HTTP/1.1" 200 602 0.067751 10.0.0.27 - - [2025-07-28 02:20:03] "POST /fqname-to-id HTTP/1.1" 404 245 0.003856 10.0.0.27 - - [2025-07-28 02:20:03] "POST /projects HTTP/1.1" 200 607 0.219072 10.0.0.27 - - [2025-07-28 02:20:03] "POST /access-control-lists HTTP/1.1" 200 607 0.061241 10.0.0.27 - - [2025-07-28 02:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.296392 10.0.0.27 - - [2025-07-28 02:20:03] "POST /fqname-to-id HTTP/1.1" 404 244 0.002865 10.0.0.27 - - [2025-07-28 02:20:03] "GET /project/38414339-0f32-4d34-abc7-aa4cf080b32f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.426605 10.0.0.27 - - [2025-07-28 02:20:03] "POST /access-control-lists HTTP/1.1" 200 605 0.060243 10.0.0.27 - - [2025-07-28 02:20:04] "GET / HTTP/1.1" 200 35931 0.002123 10.0.0.27 - - [2025-07-28 02:20:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.000511 10.0.0.27 - - [2025-07-28 02:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.053597 10.0.0.27 - - [2025-07-28 02:20:05] "GET /projects?obj_uuids=38414339-0f32-4d34-abc7-aa4cf080b32f&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001222 10.0.0.27 - - [2025-07-28 02:20:05] "GET /project/38414339-0f32-4d34-abc7-aa4cf080b32f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.027267 10.0.0.27 - - [2025-07-28 02:20:05] "POST /neutron/network HTTP/1.1" 200 117 0.037778 10.0.0.27 - - [2025-07-28 02:20:05] "GET /projects?obj_uuids=38414339-0f32-4d34-abc7-aa4cf080b32f&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001071 10.0.0.27 - - [2025-07-28 02:20:05] "POST /neutron/network HTTP/1.1" 200 620 0.067505 10.0.0.27 - - [2025-07-28 02:20:05] "POST /route-targets HTTP/1.1" 200 327 0.010427 10.0.0.27 - - [2025-07-28 02:20:05] "POST /ref-update HTTP/1.1" 200 156 0.011677 10.0.0.27 - - [2025-07-28 02:20:05] "POST /useragent-kv HTTP/1.1" 200 115 0.004178 10.0.0.27 - - [2025-07-28 02:20:05] "POST /neutron/subnet HTTP/1.1" 200 725 0.218649 10.0.0.27 - - [2025-07-28 02:20:05] "POST /neutron/network HTTP/1.1" 200 839 0.005915 10.0.0.27 - - [2025-07-28 02:20:05] "POST /id-to-fqname HTTP/1.1" 200 233 0.001356 10.0.0.27 - - [2025-07-28 02:20:05] "GET /virtual-network/570b61a5-a3e4-4669-b174-4ac7a265e13a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005300 10.0.0.27 - - [2025-07-28 02:20:05] "POST /neutron/network HTTP/1.1" 200 839 0.006284 10.0.0.27 - - [2025-07-28 02:20:05] "GET /virtual-network/570b61a5-a3e4-4669-b174-4ac7a265e13a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005320 10.0.0.27 - - [2025-07-28 02:20:05] "POST /neutron/network HTTP/1.1" 200 839 0.005939 10.0.0.27 - - [2025-07-28 02:20:05] "POST /neutron/subnet HTTP/1.1" 200 725 0.007866 10.0.0.27 - - [2025-07-28 02:20:05] "GET /domains HTTP/1.1" 401 292 0.000431 10.0.0.27 - - [2025-07-28 02:20:06] "GET /domains HTTP/1.1" 200 280 0.024829 10.0.0.27 - - [2025-07-28 02:20:06] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001410 10.0.0.27 - - [2025-07-28 02:20:06] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491 HTTP/1.1" 200 2585 0.014231 10.0.0.27 - - [2025-07-28 02:20:06] "GET /projects?obj_uuids=38414339-0f32-4d34-abc7-aa4cf080b32f&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001155 10.0.0.27 - - [2025-07-28 02:20:06] "GET /project/38414339-0f32-4d34-abc7-aa4cf080b32f HTTP/1.1" 200 2178 0.067352 10.0.0.27 - - [2025-07-28 02:20:06] "GET /virtual-network/570b61a5-a3e4-4669-b174-4ac7a265e13a HTTP/1.1" 200 2342 0.006411 10.0.0.27 - - [2025-07-28 02:20:06] "GET /virtual-network/570b61a5-a3e4-4669-b174-4ac7a265e13a HTTP/1.1" 200 2342 0.005305 10.0.0.27 - - [2025-07-28 02:20:06] "GET /routing-instance/3598df21-007a-4266-bbbe-496cf7884d9b HTTP/1.1" 200 1494 0.003839 10.0.0.27 - - [2025-07-28 02:20:06] "GET /routing-instance/3598df21-007a-4266-bbbe-496cf7884d9b HTTP/1.1" 200 1494 0.003736 10.0.0.27 - - [2025-07-28 02:20:06] "GET /route-target/1d3e4867-fb09-45af-8a38-f7b7b7a7e437 HTTP/1.1" 200 1218 0.004030 10.0.0.27 - - [2025-07-28 02:20:06] "GET /virtual-network/570b61a5-a3e4-4669-b174-4ac7a265e13a HTTP/1.1" 200 2342 0.005973 10.0.0.27 - - [2025-07-28 02:20:06] "GET /routing-instance/3598df21-007a-4266-bbbe-496cf7884d9b HTTP/1.1" 200 1494 0.003519 10.0.0.27 - - [2025-07-28 02:20:06] "GET /virtual-network/570b61a5-a3e4-4669-b174-4ac7a265e13a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005099 10.0.0.27 - - [2025-07-28 02:20:06] "GET /virtual-network/570b61a5-a3e4-4669-b174-4ac7a265e13a HTTP/1.1" 200 2342 0.006910 10.0.0.27 - - [2025-07-28 02:20:06] "GET /routing-instance/3598df21-007a-4266-bbbe-496cf7884d9b HTTP/1.1" 200 1494 0.003348 10.0.0.27 - - [2025-07-28 02:20:06] "GET /routing-instance/3598df21-007a-4266-bbbe-496cf7884d9b HTTP/1.1" 200 1494 0.004642 10.0.0.27 - - [2025-07-28 02:20:06] "GET /route-target/1d3e4867-fb09-45af-8a38-f7b7b7a7e437 HTTP/1.1" 200 1218 0.003424 10.0.0.27 - - [2025-07-28 02:20:06] "GET /domains HTTP/1.1" 200 280 0.002911 10.0.0.27 - - [2025-07-28 02:20:06] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001114 10.0.0.27 - - [2025-07-28 02:20:06] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491 HTTP/1.1" 200 2585 0.007390 10.0.0.27 - - [2025-07-28 02:20:06] "GET /projects?obj_uuids=38414339-0f32-4d34-abc7-aa4cf080b32f&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001605 10.0.0.27 - - [2025-07-28 02:20:06] "GET /project/38414339-0f32-4d34-abc7-aa4cf080b32f HTTP/1.1" 200 2178 0.071260 10.0.0.27 - - [2025-07-28 02:20:06] "GET /virtual-network/570b61a5-a3e4-4669-b174-4ac7a265e13a HTTP/1.1" 200 2342 0.010025 10.0.0.27 - - [2025-07-28 02:20:06] "GET /obj-perms HTTP/1.1" 200 5052 0.048218 10.0.0.27 - - [2025-07-28 02:20:06] "POST /id-to-fqname HTTP/1.1" 200 233 0.001324 10.0.0.27 - - [2025-07-28 02:20:08] "POST /neutron/network HTTP/1.1" 200 849 0.005923 10.0.0.27 - - [2025-07-28 02:20:08] "GET /aaa-mode HTTP/1.1" 401 292 0.000514 10.0.0.27 - - [2025-07-28 02:20:08] "GET / HTTP/1.1" 200 35931 0.001925 10.0.0.27 - - [2025-07-28 02:20:08] "GET /project/38414339-0f32-4d34-abc7-aa4cf080b32f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000391 10.0.0.27 - - [2025-07-28 02:20:09] "GET /projects?obj_uuids=38414339-0f32-4d34-abc7-aa4cf080b32f&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001138 10.0.0.27 - - [2025-07-28 02:20:09] "GET /project/38414339-0f32-4d34-abc7-aa4cf080b32f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.045284 10.0.0.27 - - [2025-07-28 02:20:09] "POST /neutron/network HTTP/1.1" 200 839 0.027352 10.0.0.27 - - [2025-07-28 02:20:09] "POST /neutron/port HTTP/1.1" 200 117 0.005149 10.0.0.27 - - [2025-07-28 02:20:10] "POST /neutron/port HTTP/1.1" 200 117 0.005324 10.0.0.27 - - [2025-07-28 02:20:10] "POST /neutron/port HTTP/1.1" 200 117 0.005399 10.0.0.27 - - [2025-07-28 02:20:10] "POST /neutron/network HTTP/1.1" 200 849 0.006067 10.0.0.27 - - [2025-07-28 02:20:10] "GET /projects?obj_uuids=38414339-0f32-4d34-abc7-aa4cf080b32f&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001279 10.0.0.27 - - [2025-07-28 02:20:11] "POST /neutron/port HTTP/1.1" 200 1071 0.231190 10.0.0.27 - - [2025-07-28 02:20:11] "POST /neutron/port HTTP/1.1" 200 1071 0.033924 10.0.0.27 - - [2025-07-28 02:20:11] "POST /neutron/port HTTP/1.1" 200 1071 0.009914 10.0.0.27 - - [2025-07-28 02:20:11] "POST /neutron/port HTTP/1.1" 200 1125 0.058882 10.0.0.27 - - [2025-07-28 02:20:11] "POST /neutron/port HTTP/1.1" 200 1099 0.014897 10.0.0.27 - - [2025-07-28 02:20:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003386 10.0.0.27 - - [2025-07-28 02:20:11] "POST /neutron/subnet HTTP/1.1" 200 699 0.007639 10.0.0.27 - - [2025-07-28 02:20:11] "POST /neutron/port HTTP/1.1" 200 117 0.001342 10.0.0.27 - - [2025-07-28 02:20:11] "POST /neutron/network HTTP/1.1" 200 839 0.005933 10.0.0.27 - - [2025-07-28 02:20:12] "DELETE /project/82617fc6a3944505bd2f5f9b85f372ec HTTP/1.1" 404 173 0.025740 10.0.0.27 - - [2025-07-28 02:20:12] "DELETE /project/384143390f324d34abc7aa4cf080b32f HTTP/1.1" 404 173 0.036719 10.0.0.27 - - [2025-07-28 02:20:15] "POST /neutron/port HTTP/1.1" 200 1099 0.011332 10.0.0.27 - - [2025-07-28 02:20:15] "POST /neutron/security_group HTTP/1.1" 200 2069 0.006666 10.0.0.27 - - [2025-07-28 02:20:15] "GET /obj-perms HTTP/1.1" 200 5052 0.003527 10.0.0.27 - - [2025-07-28 02:20:16] "GET /obj-perms HTTP/1.1" 200 5052 0.003422 10.0.0.27 - - [2025-07-28 02:20:16] "GET /obj-perms HTTP/1.1" 200 5056 0.049425 10.0.0.27 - - [2025-07-28 02:20:16] "GET /obj-perms HTTP/1.1" 200 5056 0.045690 10.0.0.27 - - [2025-07-28 02:20:17] "GET /obj-perms HTTP/1.1" 200 5052 0.003328 10.0.0.27 - - [2025-07-28 02:20:18] "GET /obj-perms HTTP/1.1" 200 5052 0.003333 10.0.0.27 - - [2025-07-28 02:20:19] "GET /obj-perms HTTP/1.1" 200 5052 0.003302 10.0.0.27 - - [2025-07-28 02:20:20] "POST /neutron/network HTTP/1.1" 200 839 0.008327 10.0.0.27 - - [2025-07-28 02:20:20] "POST /neutron/network HTTP/1.1" 400 204 0.014037 10.0.0.27 - - [2025-07-28 02:20:20] "POST /neutron/port HTTP/1.1" 200 1099 0.013721 10.0.0.27 - - [2025-07-28 02:20:20] "POST /neutron/port HTTP/1.1" 200 1125 0.009336 10.0.0.27 - - [2025-07-28 02:20:21] "POST /neutron/port HTTP/1.1" 200 151 0.097321 10.0.0.27 - - [2025-07-28 02:20:22] "POST /neutron/network HTTP/1.1" 200 839 0.005549 10.0.0.27 - - [2025-07-28 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.026293 10.0.0.27 - - [2025-07-28 02:20:22] "POST /useragent-kv HTTP/1.1" 200 115 0.035556 10.0.0.27 - - [2025-07-28 02:20:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002291 10.0.0.27 - - [2025-07-28 02:20:22] "DELETE /route-target/1d3e4867-fb09-45af-8a38-f7b7b7a7e437 HTTP/1.1" 200 115 0.021880 10.0.0.27 - - [2025-07-28 02:20:22] "POST /neutron/network HTTP/1.1" 200 151 0.122360 10.0.0.27 - - [2025-07-28 02:20:22] "GET /routing-instance/3598df21-007a-4266-bbbe-496cf7884d9b HTTP/1.1" 404 171 0.002865 10.0.0.27 - - [2025-07-28 02:20:22] "GET /domains HTTP/1.1" 200 280 0.002392 10.0.0.27 - - [2025-07-28 02:20:22] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001040 10.0.0.27 - - [2025-07-28 02:20:22] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491 HTTP/1.1" 200 2585 0.048691 10.0.0.27 - - [2025-07-28 02:20:22] "GET /projects?obj_uuids=38414339-0f32-4d34-abc7-aa4cf080b32f&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001028 10.0.0.27 - - [2025-07-28 02:20:22] "GET /project/38414339-0f32-4d34-abc7-aa4cf080b32f HTTP/1.1" 200 1928 0.074078 10.0.0.27 - - [2025-07-28 02:20:22] "GET /projects?obj_uuids=38414339-0f32-4d34-abc7-aa4cf080b32f&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001418 10.0.0.27 - - [2025-07-28 02:20:22] "GET /project/38414339-0f32-4d34-abc7-aa4cf080b32f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.026339 10.0.0.27 - - [2025-07-28 02:20:22] "GET /projects?obj_uuids=38414339-0f32-4d34-abc7-aa4cf080b32f&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001327 10.0.0.27 - - [2025-07-28 02:20:23] "GET /project/38414339-0f32-4d34-abc7-aa4cf080b32f?fields=virtual_networks HTTP/1.1" 200 1064 0.069177 10.0.0.27 - - [2025-07-28 02:20:23] "GET /projects?obj_uuids=38414339-0f32-4d34-abc7-aa4cf080b32f&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001139 10.0.0.27 - - [2025-07-28 02:20:23] "GET /project/38414339-0f32-4d34-abc7-aa4cf080b32f?fields=virtual_machine_interfaces HTTP/1.1" 200 1064 0.030030 10.0.0.27 - - [2025-07-28 02:20:23] "GET /projects?obj_uuids=38414339-0f32-4d34-abc7-aa4cf080b32f&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001088 10.0.0.27 - - [2025-07-28 02:20:23] "GET /project/38414339-0f32-4d34-abc7-aa4cf080b32f?fields=security_groups HTTP/1.1" 200 1301 0.024336 10.0.0.27 - - [2025-07-28 02:20:23] "GET /projects?obj_uuids=82617fc6-a394-4505-bd2f-5f9b85f372ec&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001091 10.0.0.27 - - [2025-07-28 02:20:23] "GET /project/82617fc6-a394-4505-bd2f-5f9b85f372ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.023448 10.0.0.27 - - [2025-07-28 02:20:25] "GET /global-system-configs HTTP/1.1" 200 322 0.006702 10.0.0.27 - - [2025-07-28 02:20:25] "GET /obj-perms HTTP/1.1" 200 5056 0.065232 10.0.0.27 - - [2025-07-28 02:20:26] "GET /global-system-configs HTTP/1.1" 200 322 0.002467 10.0.0.27 - - [2025-07-28 02:20:26] "GET /obj-perms HTTP/1.1" 200 5056 0.027922 10.0.0.27 - - [2025-07-28 02:20:28] "POST /fqname-to-id HTTP/1.1" 404 200 0.024302 10.0.0.27 - - [2025-07-28 02:20:28] "GET /projects?obj_uuids=82f52bcf-1672-4797-adb0-3130fe340706&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002442 10.0.0.27 - - [2025-07-28 02:20:28] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001146 10.0.0.27 - - [2025-07-28 02:20:28] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008099 10.0.0.27 - - [2025-07-28 02:20:28] "POST /id-to-fqname HTTP/1.1" 200 202 0.002004 10.0.0.27 - - [2025-07-28 02:20:28] "POST /fqname-to-id HTTP/1.1" 404 211 0.002411 10.0.0.27 - - [2025-07-28 02:20:28] "POST /security-groups HTTP/1.1" 200 603 0.067635 10.0.0.27 - - [2025-07-28 02:20:28] "POST /fqname-to-id HTTP/1.1" 404 246 0.002427 10.0.0.27 - - [2025-07-28 02:20:28] "POST /projects HTTP/1.1" 200 609 0.241697 10.0.0.27 - - [2025-07-28 02:20:28] "POST /access-control-lists HTTP/1.1" 200 608 0.065006 10.0.0.27 - - [2025-07-28 02:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.319296 10.0.0.27 - - [2025-07-28 02:20:28] "POST /fqname-to-id HTTP/1.1" 404 245 0.002776 10.0.0.27 - - [2025-07-28 02:20:28] "GET /project/82f52bcf-1672-4797-adb0-3130fe340706?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.460676 10.0.0.27 - - [2025-07-28 02:20:28] "POST /access-control-lists HTTP/1.1" 200 606 0.067653 10.0.0.27 - - [2025-07-28 02:20:29] "GET / HTTP/1.1" 200 35931 0.002976 10.0.0.27 - - [2025-07-28 02:20:30] "GET /projects?obj_uuids=82617fc6-a394-4505-bd2f-5f9b85f372ec&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001194 10.0.0.27 - - [2025-07-28 02:20:30] "GET /project/82617fc6-a394-4505-bd2f-5f9b85f372ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.037124 10.0.0.27 - - [2025-07-28 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002854 10.0.0.27 - - [2025-07-28 02:20:31] "GET /security-group/1f1d4a79-b156-4219-8ad4-ea8cc7458d7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3695 0.004511 10.0.0.27 - - [2025-07-28 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.27 - - [2025-07-28 02:20:31] "GET /projects?obj_uuids=82617fc6-a394-4505-bd2f-5f9b85f372ec&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001282 10.0.0.27 - - [2025-07-28 02:20:31] "GET /project/82617fc6-a394-4505-bd2f-5f9b85f372ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.025524 10.0.0.27 - - [2025-07-28 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.006727 10.0.0.27 - - [2025-07-28 02:20:31] "GET /security-group/1f1d4a79-b156-4219-8ad4-ea8cc7458d7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3695 0.004046 10.0.0.27 - - [2025-07-28 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003269 10.0.0.27 - - [2025-07-28 02:20:31] "PUT /security-group/1f1d4a79-b156-4219-8ad4-ea8cc7458d7d HTTP/1.1" 200 262 0.014437 10.0.0.27 - - [2025-07-28 02:20:31] "PUT /access-control-list/d3efebcf-a72f-4b97-a9ff-6f9dcb37d709 HTTP/1.1" 200 272 0.009566 10.0.0.27 - - [2025-07-28 02:20:31] "PUT /access-control-list/ab4ca137-3afb-4e98-8651-6aad212973c2 HTTP/1.1" 200 272 0.011929 10.0.0.27 - - [2025-07-28 02:20:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000486 10.0.0.27 - - [2025-07-28 02:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.050725 10.0.0.27 - - [2025-07-28 02:20:32] "GET /projects?obj_uuids=82f52bcf-1672-4797-adb0-3130fe340706&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001029 10.0.0.27 - - [2025-07-28 02:20:32] "GET /project/82f52bcf-1672-4797-adb0-3130fe340706?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.022165 10.0.0.27 - - [2025-07-28 02:20:32] "POST /neutron/network HTTP/1.1" 200 117 0.028574 10.0.0.27 - - [2025-07-28 02:20:32] "GET /projects?obj_uuids=82f52bcf-1672-4797-adb0-3130fe340706&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001004 10.0.0.27 - - [2025-07-28 02:20:32] "POST /neutron/network HTTP/1.1" 200 619 0.075300 10.0.0.27 - - [2025-07-28 02:20:32] "POST /route-targets HTTP/1.1" 200 327 0.010257 10.0.0.27 - - [2025-07-28 02:20:32] "POST /ref-update HTTP/1.1" 200 156 0.010318 10.0.0.27 - - [2025-07-28 02:20:32] "POST /useragent-kv HTTP/1.1" 200 115 0.003821 10.0.0.27 - - [2025-07-28 02:20:32] "POST /neutron/subnet HTTP/1.1" 200 720 0.205762 10.0.0.27 - - [2025-07-28 02:20:32] "POST /neutron/network HTTP/1.1" 200 837 0.005140 10.0.0.27 - - [2025-07-28 02:20:32] "POST /id-to-fqname HTTP/1.1" 200 233 0.001296 10.0.0.27 - - [2025-07-28 02:20:32] "GET /virtual-network/f436aeb8-adef-4755-af21-74e16d2c2bb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005280 10.0.0.27 - - [2025-07-28 02:20:32] "POST /neutron/network HTTP/1.1" 200 837 0.005696 10.0.0.27 - - [2025-07-28 02:20:32] "GET /virtual-network/f436aeb8-adef-4755-af21-74e16d2c2bb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004992 10.0.0.27 - - [2025-07-28 02:20:32] "POST /neutron/network HTTP/1.1" 200 837 0.006185 10.0.0.27 - - [2025-07-28 02:20:32] "POST /neutron/subnet HTTP/1.1" 200 720 0.008537 10.0.0.27 - - [2025-07-28 02:20:32] "GET /domains HTTP/1.1" 401 292 0.000610 10.0.0.27 - - [2025-07-28 02:20:32] "GET /domains HTTP/1.1" 200 280 0.024033 10.0.0.27 - - [2025-07-28 02:20:32] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001194 10.0.0.27 - - [2025-07-28 02:20:32] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491 HTTP/1.1" 200 2783 0.008702 10.0.0.27 - - [2025-07-28 02:20:32] "GET /projects?obj_uuids=82f52bcf-1672-4797-adb0-3130fe340706&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001056 10.0.0.27 - - [2025-07-28 02:20:33] "GET /project/82f52bcf-1672-4797-adb0-3130fe340706 HTTP/1.1" 200 2184 0.075348 10.0.0.27 - - [2025-07-28 02:20:33] "GET /virtual-network/f436aeb8-adef-4755-af21-74e16d2c2bb5 HTTP/1.1" 200 2338 0.005967 10.0.0.27 - - [2025-07-28 02:20:33] "GET /virtual-network/f436aeb8-adef-4755-af21-74e16d2c2bb5 HTTP/1.1" 200 2338 0.004823 10.0.0.27 - - [2025-07-28 02:20:33] "GET /routing-instance/409e0d48-72fb-4d79-b5db-1e211f1c638f HTTP/1.1" 200 1491 0.003528 10.0.0.27 - - [2025-07-28 02:20:33] "GET /routing-instance/409e0d48-72fb-4d79-b5db-1e211f1c638f HTTP/1.1" 200 1491 0.003965 10.0.0.27 - - [2025-07-28 02:20:33] "GET /route-target/28cc4981-c4a1-483d-ab32-c168d210bbe7 HTTP/1.1" 200 1218 0.003243 10.0.0.27 - - [2025-07-28 02:20:33] "GET /virtual-network/f436aeb8-adef-4755-af21-74e16d2c2bb5 HTTP/1.1" 200 2338 0.004876 10.0.0.27 - - [2025-07-28 02:20:33] "GET /routing-instance/409e0d48-72fb-4d79-b5db-1e211f1c638f HTTP/1.1" 200 1491 0.003469 10.0.0.27 - - [2025-07-28 02:20:33] "GET /virtual-network/f436aeb8-adef-4755-af21-74e16d2c2bb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005023 10.0.0.27 - - [2025-07-28 02:20:33] "GET /virtual-network/f436aeb8-adef-4755-af21-74e16d2c2bb5 HTTP/1.1" 200 2338 0.005251 10.0.0.27 - - [2025-07-28 02:20:33] "GET /routing-instance/409e0d48-72fb-4d79-b5db-1e211f1c638f HTTP/1.1" 200 1491 0.003545 10.0.0.27 - - [2025-07-28 02:20:33] "GET /routing-instance/409e0d48-72fb-4d79-b5db-1e211f1c638f HTTP/1.1" 200 1491 0.003934 10.0.0.27 - - [2025-07-28 02:20:33] "GET /route-target/28cc4981-c4a1-483d-ab32-c168d210bbe7 HTTP/1.1" 200 1218 0.003484 10.0.0.27 - - [2025-07-28 02:20:33] "GET /domains HTTP/1.1" 200 280 0.002980 10.0.0.27 - - [2025-07-28 02:20:33] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001277 10.0.0.27 - - [2025-07-28 02:20:33] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491 HTTP/1.1" 200 2783 0.008419 10.0.0.27 - - [2025-07-28 02:20:33] "GET /projects?obj_uuids=82f52bcf-1672-4797-adb0-3130fe340706&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002119 10.0.0.27 - - [2025-07-28 02:20:33] "GET /project/82f52bcf-1672-4797-adb0-3130fe340706 HTTP/1.1" 200 2184 0.070397 10.0.0.27 - - [2025-07-28 02:20:33] "GET /virtual-network/f436aeb8-adef-4755-af21-74e16d2c2bb5 HTTP/1.1" 200 2338 0.004977 10.0.0.27 - - [2025-07-28 02:20:33] "GET /obj-perms HTTP/1.1" 200 5054 0.046999 10.0.0.27 - - [2025-07-28 02:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002728 10.0.0.27 - - [2025-07-28 02:20:33] "GET /projects?obj_uuids=82f52bcf-1672-4797-adb0-3130fe340706&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001145 10.0.0.27 - - [2025-07-28 02:20:33] "GET /project/82f52bcf-1672-4797-adb0-3130fe340706?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.024477 10.0.0.27 - - [2025-07-28 02:20:33] "POST /neutron/network HTTP/1.1" 200 117 0.008978 10.0.0.27 - - [2025-07-28 02:20:33] "GET /projects?obj_uuids=82f52bcf-1672-4797-adb0-3130fe340706&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001004 10.0.0.27 - - [2025-07-28 02:20:33] "POST /neutron/network HTTP/1.1" 200 619 0.069417 10.0.0.27 - - [2025-07-28 02:20:33] "POST /route-targets HTTP/1.1" 200 327 0.017849 10.0.0.27 - - [2025-07-28 02:20:33] "POST /ref-update HTTP/1.1" 200 156 0.017786 10.0.0.27 - - [2025-07-28 02:20:34] "POST /useragent-kv HTTP/1.1" 200 115 0.005354 10.0.0.27 - - [2025-07-28 02:20:34] "POST /neutron/subnet HTTP/1.1" 200 734 0.207429 10.0.0.27 - - [2025-07-28 02:20:34] "POST /neutron/network HTTP/1.1" 200 840 0.005592 10.0.0.27 - - [2025-07-28 02:20:34] "POST /id-to-fqname HTTP/1.1" 200 233 0.001399 10.0.0.27 - - [2025-07-28 02:20:34] "GET /virtual-network/fe9cd7ca-6daa-4162-b618-bdbfde8f1454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005280 10.0.0.27 - - [2025-07-28 02:20:34] "POST /neutron/network HTTP/1.1" 200 840 0.005959 10.0.0.27 - - [2025-07-28 02:20:34] "GET /virtual-network/fe9cd7ca-6daa-4162-b618-bdbfde8f1454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005118 10.0.0.27 - - [2025-07-28 02:20:34] "POST /neutron/network HTTP/1.1" 200 840 0.006066 10.0.0.27 - - [2025-07-28 02:20:34] "POST /neutron/subnet HTTP/1.1" 200 734 0.007961 10.0.0.27 - - [2025-07-28 02:20:34] "GET /domains HTTP/1.1" 200 280 0.002544 10.0.0.27 - - [2025-07-28 02:20:34] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001163 10.0.0.27 - - [2025-07-28 02:20:34] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491 HTTP/1.1" 200 2783 0.007886 10.0.0.27 - - [2025-07-28 02:20:34] "GET /projects?obj_uuids=82f52bcf-1672-4797-adb0-3130fe340706&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001342 10.0.0.27 - - [2025-07-28 02:20:34] "GET /project/82f52bcf-1672-4797-adb0-3130fe340706 HTTP/1.1" 200 2412 0.072837 10.0.0.27 - - [2025-07-28 02:20:34] "GET /virtual-network/fe9cd7ca-6daa-4162-b618-bdbfde8f1454 HTTP/1.1" 200 2347 0.006061 10.0.0.27 - - [2025-07-28 02:20:34] "GET /virtual-network/fe9cd7ca-6daa-4162-b618-bdbfde8f1454 HTTP/1.1" 200 2347 0.005092 10.0.0.27 - - [2025-07-28 02:20:34] "GET /routing-instance/e3baf2cc-e248-4978-85ec-37af86a817a0 HTTP/1.1" 200 1491 0.004049 10.0.0.27 - - [2025-07-28 02:20:34] "GET /routing-instance/e3baf2cc-e248-4978-85ec-37af86a817a0 HTTP/1.1" 200 1491 0.004017 10.0.0.27 - - [2025-07-28 02:20:34] "GET /route-target/dfbd44e5-0d20-4158-962b-d8512becde85 HTTP/1.1" 200 1219 0.003274 10.0.0.27 - - [2025-07-28 02:20:34] "GET /virtual-network/fe9cd7ca-6daa-4162-b618-bdbfde8f1454 HTTP/1.1" 200 2347 0.007253 10.0.0.27 - - [2025-07-28 02:20:34] "GET /routing-instance/e3baf2cc-e248-4978-85ec-37af86a817a0 HTTP/1.1" 200 1491 0.004441 10.0.0.27 - - [2025-07-28 02:20:34] "GET /virtual-network/fe9cd7ca-6daa-4162-b618-bdbfde8f1454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005220 10.0.0.27 - - [2025-07-28 02:20:34] "GET /virtual-network/fe9cd7ca-6daa-4162-b618-bdbfde8f1454 HTTP/1.1" 200 2347 0.005018 10.0.0.27 - - [2025-07-28 02:20:34] "GET /routing-instance/e3baf2cc-e248-4978-85ec-37af86a817a0 HTTP/1.1" 200 1491 0.004395 10.0.0.27 - - [2025-07-28 02:20:34] "GET /routing-instance/e3baf2cc-e248-4978-85ec-37af86a817a0 HTTP/1.1" 200 1491 0.004217 10.0.0.27 - - [2025-07-28 02:20:34] "GET /route-target/dfbd44e5-0d20-4158-962b-d8512becde85 HTTP/1.1" 200 1219 0.003059 10.0.0.27 - - [2025-07-28 02:20:34] "GET /domains HTTP/1.1" 200 280 0.002759 10.0.0.27 - - [2025-07-28 02:20:34] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001132 10.0.0.27 - - [2025-07-28 02:20:34] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491 HTTP/1.1" 200 2783 0.007387 10.0.0.27 - - [2025-07-28 02:20:34] "GET /projects?obj_uuids=82f52bcf-1672-4797-adb0-3130fe340706&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001117 10.0.0.27 - - [2025-07-28 02:20:34] "GET /project/82f52bcf-1672-4797-adb0-3130fe340706 HTTP/1.1" 200 2412 0.068961 10.0.0.27 - - [2025-07-28 02:20:34] "GET /virtual-network/fe9cd7ca-6daa-4162-b618-bdbfde8f1454 HTTP/1.1" 200 2347 0.004799 10.0.0.27 - - [2025-07-28 02:20:34] "GET /obj-perms HTTP/1.1" 200 5054 0.004867 10.0.0.27 - - [2025-07-28 02:20:34] "POST /id-to-fqname HTTP/1.1" 200 233 0.001361 10.0.0.27 - - [2025-07-28 02:20:34] "POST /neutron/network HTTP/1.1" 200 850 0.005699 10.0.0.27 - - [2025-07-28 02:20:34] "GET /aaa-mode HTTP/1.1" 401 292 0.000400 10.0.0.27 - - [2025-07-28 02:20:35] "GET / HTTP/1.1" 200 35931 0.001638 10.0.0.27 - - [2025-07-28 02:20:35] "GET /project/82f52bcf-1672-4797-adb0-3130fe340706?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000476 10.0.0.27 - - [2025-07-28 02:20:35] "GET /projects?obj_uuids=82f52bcf-1672-4797-adb0-3130fe340706&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001101 10.0.0.27 - - [2025-07-28 02:20:35] "GET /project/82f52bcf-1672-4797-adb0-3130fe340706?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.043958 10.0.0.27 - - [2025-07-28 02:20:35] "POST /neutron/network HTTP/1.1" 200 840 0.005401 10.0.0.27 - - [2025-07-28 02:20:35] "POST /neutron/port HTTP/1.1" 200 117 0.005134 10.0.0.27 - - [2025-07-28 02:20:35] "POST /neutron/port HTTP/1.1" 200 117 0.004870 10.0.0.27 - - [2025-07-28 02:20:35] "POST /id-to-fqname HTTP/1.1" 200 233 0.001379 10.0.0.27 - - [2025-07-28 02:20:35] "POST /neutron/port HTTP/1.1" 200 117 0.006552 10.0.0.27 - - [2025-07-28 02:20:35] "POST /neutron/network HTTP/1.1" 200 847 0.007838 10.0.0.27 - - [2025-07-28 02:20:35] "GET /aaa-mode HTTP/1.1" 401 292 0.000460 10.0.0.27 - - [2025-07-28 02:20:36] "POST /neutron/network HTTP/1.1" 200 850 0.005995 10.0.0.27 - - [2025-07-28 02:20:36] "GET /projects?obj_uuids=82f52bcf-1672-4797-adb0-3130fe340706&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001158 10.0.0.27 - - [2025-07-28 02:20:36] "GET / HTTP/1.1" 200 35931 0.001477 10.0.0.27 - - [2025-07-28 02:20:36] "GET /project/82f52bcf-1672-4797-adb0-3130fe340706?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000474 10.0.0.27 - - [2025-07-28 02:20:36] "POST /neutron/port HTTP/1.1" 200 1074 0.340228 10.0.0.27 - - [2025-07-28 02:20:36] "POST /neutron/port HTTP/1.1" 200 1074 0.014184 10.0.0.27 - - [2025-07-28 02:20:36] "POST /neutron/port HTTP/1.1" 200 1074 0.021224 10.0.0.27 - - [2025-07-28 02:20:36] "POST /neutron/port HTTP/1.1" 200 1128 0.070683 10.0.0.27 - - [2025-07-28 02:20:36] "POST /neutron/port HTTP/1.1" 200 1102 0.015347 10.0.0.27 - - [2025-07-28 02:20:36] "GET /projects?obj_uuids=82f52bcf-1672-4797-adb0-3130fe340706&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001152 10.0.0.27 - - [2025-07-28 02:20:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004550 10.0.0.27 - - [2025-07-28 02:20:36] "GET /project/82f52bcf-1672-4797-adb0-3130fe340706?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.078211 10.0.0.27 - - [2025-07-28 02:20:36] "POST /neutron/subnet HTTP/1.1" 200 708 0.023007 10.0.0.27 - - [2025-07-28 02:20:36] "POST /neutron/port HTTP/1.1" 200 117 0.001251 10.0.0.27 - - [2025-07-28 02:20:36] "POST /neutron/network HTTP/1.1" 200 837 0.006629 10.0.0.27 - - [2025-07-28 02:20:36] "POST /neutron/network HTTP/1.1" 200 840 0.007526 10.0.0.27 - - [2025-07-28 02:20:36] "POST /neutron/port HTTP/1.1" 200 1102 0.013345 10.0.0.27 - - [2025-07-28 02:20:36] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006393 10.0.0.27 - - [2025-07-28 02:20:36] "POST /neutron/port HTTP/1.1" 200 117 0.005277 10.0.0.27 - - [2025-07-28 02:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.27 - - [2025-07-28 02:20:36] "GET /projects?obj_uuids=82f52bcf-1672-4797-adb0-3130fe340706&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001103 10.0.0.27 - - [2025-07-28 02:20:36] "GET /project/82f52bcf-1672-4797-adb0-3130fe340706?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.037633 10.0.0.27 - - [2025-07-28 02:20:36] "GET /virtual-network/f436aeb8-adef-4755-af21-74e16d2c2bb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005874 10.0.0.27 - - [2025-07-28 02:20:37] "GET /floating-ip-pools?parent_id=f436aeb8-adef-4755-af21-74e16d2c2bb5&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003232 10.0.0.27 - - [2025-07-28 02:20:37] "GET /virtual-network/f436aeb8-adef-4755-af21-74e16d2c2bb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005102 10.0.0.27 - - [2025-07-28 02:20:37] "POST /floating-ip-pools HTTP/1.1" 200 609 0.041707 10.0.0.27 - - [2025-07-28 02:20:37] "POST /neutron/network HTTP/1.1" 200 847 0.010584 10.0.0.27 - - [2025-07-28 02:20:37] "GET /projects?obj_uuids=82f52bcf-1672-4797-adb0-3130fe340706&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001785 10.0.0.27 - - [2025-07-28 02:20:37] "POST /ref-update HTTP/1.1" 200 156 0.034639 10.0.0.27 - - [2025-07-28 02:20:37] "GET /virtual-network/f436aeb8-adef-4755-af21-74e16d2c2bb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.014616 10.0.0.27 - - [2025-07-28 02:20:37] "GET /domains HTTP/1.1" 200 280 0.003222 10.0.0.27 - - [2025-07-28 02:20:37] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002800 10.0.0.27 - - [2025-07-28 02:20:37] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491 HTTP/1.1" 200 2783 0.021543 10.0.0.27 - - [2025-07-28 02:20:37] "GET /projects?obj_uuids=82f52bcf-1672-4797-adb0-3130fe340706&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001197 10.0.0.27 - - [2025-07-28 02:20:37] "GET /project/82f52bcf-1672-4797-adb0-3130fe340706 HTTP/1.1" 200 3254 0.127072 10.0.0.27 - - [2025-07-28 02:20:37] "GET /virtual-network/f436aeb8-adef-4755-af21-74e16d2c2bb5 HTTP/1.1" 200 2929 0.010023 10.0.0.27 - - [2025-07-28 02:20:37] "GET /floating-ip-pool/e987d40b-833a-4cde-82da-ba7cdf8788f6 HTTP/1.1" 200 1441 0.007290 10.0.0.27 - - [2025-07-28 02:20:37] "GET /domains HTTP/1.1" 200 280 0.002729 10.0.0.27 - - [2025-07-28 02:20:37] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.004195 10.0.0.27 - - [2025-07-28 02:20:37] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491 HTTP/1.1" 200 2783 0.020750 10.0.0.27 - - [2025-07-28 02:20:37] "GET /projects?obj_uuids=82f52bcf-1672-4797-adb0-3130fe340706&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001118 10.0.0.27 - - [2025-07-28 02:20:37] "POST /neutron/port HTTP/1.1" 200 1071 0.451149 10.0.0.27 - - [2025-07-28 02:20:37] "POST /neutron/port HTTP/1.1" 200 1071 0.014551 10.0.0.27 - - [2025-07-28 02:20:37] "GET /project/82f52bcf-1672-4797-adb0-3130fe340706 HTTP/1.1" 200 3254 0.103261 10.0.0.27 - - [2025-07-28 02:20:37] "GET /virtual-network/f436aeb8-adef-4755-af21-74e16d2c2bb5 HTTP/1.1" 200 3150 0.012232 10.0.0.27 - - [2025-07-28 02:20:37] "POST /neutron/port HTTP/1.1" 200 1071 0.028169 10.0.0.27 - - [2025-07-28 02:20:37] "GET /virtual-network/f436aeb8-adef-4755-af21-74e16d2c2bb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006160 10.0.0.27 - - [2025-07-28 02:20:37] "POST /neutron/port HTTP/1.1" 200 1102 0.012771 10.0.0.27 - - [2025-07-28 02:20:37] "POST /neutron/port HTTP/1.1" 200 1125 0.095323 10.0.0.27 - - [2025-07-28 02:20:37] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006761 10.0.0.27 - - [2025-07-28 02:20:37] "POST /neutron/port HTTP/1.1" 200 1099 0.014862 10.0.0.27 - - [2025-07-28 02:20:37] "POST /neutron/port HTTP/1.1" 200 1102 0.017616 10.0.0.27 - - [2025-07-28 02:20:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003888 10.0.0.27 - - [2025-07-28 02:20:37] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010982 10.0.0.27 - - [2025-07-28 02:20:37] "POST /neutron/subnet HTTP/1.1" 200 694 0.008862 10.0.0.27 - - [2025-07-28 02:20:37] "POST /neutron/port HTTP/1.1" 200 117 0.001156 10.0.0.27 - - [2025-07-28 02:20:37] "POST /neutron/network HTTP/1.1" 200 837 0.007769 10.0.0.27 - - [2025-07-28 02:20:37] "POST /neutron/port HTTP/1.1" 200 1102 0.024273 10.0.0.27 - - [2025-07-28 02:20:38] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007809 10.0.0.27 - - [2025-07-28 02:20:38] "GET /virtual-machine/69d2cb2c-1965-42ac-be63-c9a798d36b70 HTTP/1.1" 200 1304 0.004731 10.0.0.27 - - [2025-07-28 02:20:38] "GET /virtual-machine-interface/06c3d16f-bda4-4564-948b-80fc5196bc36 HTTP/1.1" 200 3003 0.005359 10.0.0.27 - - [2025-07-28 02:20:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.27 - - [2025-07-28 02:20:38] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004297 10.0.0.27 - - [2025-07-28 02:20:38] "GET /virtual-networks?parent_id=82f52bcf-1672-4797-adb0-3130fe340706&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003036 10.0.0.27 - - [2025-07-28 02:20:38] "GET /virtual-network/fe9cd7ca-6daa-4162-b618-bdbfde8f1454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005219 10.0.0.27 - - [2025-07-28 02:20:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003003 10.0.0.27 - - [2025-07-28 02:20:41] "GET /virtual-network/fe9cd7ca-6daa-4162-b618-bdbfde8f1454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005274 10.0.0.27 - - [2025-07-28 02:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004615 10.0.0.27 - - [2025-07-28 02:20:45] "GET /virtual-network/fe9cd7ca-6daa-4162-b618-bdbfde8f1454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005609 10.0.0.27 - - [2025-07-28 02:20:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002924 10.0.0.27 - - [2025-07-28 02:20:47] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002995 10.0.0.27 - - [2025-07-28 02:20:47] "GET /virtual-networks?parent_id=82f52bcf-1672-4797-adb0-3130fe340706&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003642 10.0.0.27 - - [2025-07-28 02:20:47] "GET /virtual-network/fe9cd7ca-6daa-4162-b618-bdbfde8f1454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005692 10.0.0.27 - - [2025-07-28 02:20:47] "POST /neutron/port HTTP/1.1" 200 1102 0.011169 10.0.0.27 - - [2025-07-28 02:20:47] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006658 10.0.0.27 - - [2025-07-28 02:20:47] "POST /neutron/port HTTP/1.1" 200 1102 0.039558 10.0.0.27 - - [2025-07-28 02:20:47] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005827 10.0.0.27 - - [2025-07-28 02:20:47] "POST /neutron/port HTTP/1.1" 200 1099 0.011063 10.0.0.27 - - [2025-07-28 02:20:47] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007459 10.0.0.27 - - [2025-07-28 02:20:52] "GET /projects?obj_uuids=82f52bcf-1672-4797-adb0-3130fe340706&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001069 10.0.0.27 - - [2025-07-28 02:20:52] "POST /neutron/floatingip HTTP/1.1" 200 529 0.064267 10.0.0.27 - - [2025-07-28 02:20:52] "POST /neutron/port HTTP/1.1" 200 1102 0.010946 10.0.0.27 - - [2025-07-28 02:20:52] "POST /neutron/floatingip HTTP/1.1" 200 529 0.005198 10.0.0.27 - - [2025-07-28 02:20:52] "POST /neutron/floatingip HTTP/1.1" 200 578 0.028352 10.0.0.27 - - [2025-07-28 02:20:52] "POST /neutron/port HTTP/1.1" 200 1099 0.010749 10.0.0.27 - - [2025-07-28 02:20:52] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005704 10.0.0.27 - - [2025-07-28 02:20:53] "POST /neutron/port HTTP/1.1" 200 1099 0.011153 10.0.0.27 - - [2025-07-28 02:20:53] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005810 10.0.0.27 - - [2025-07-28 02:20:53] "POST /neutron/port HTTP/1.1" 200 1099 0.012146 10.0.0.27 - - [2025-07-28 02:20:53] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006393 10.0.0.27 - - [2025-07-28 02:20:53] "GET /virtual-machine/4cade0e6-b576-4479-b910-6fb98d4150ba HTTP/1.1" 200 1304 0.004404 10.0.0.27 - - [2025-07-28 02:20:53] "GET /virtual-machine-interface/8aa1ee33-aa7e-417a-a56e-752ae4842991 HTTP/1.1" 200 3004 0.004758 10.0.0.27 - - [2025-07-28 02:20:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002886 10.0.0.27 - - [2025-07-28 02:20:53] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003753 10.0.0.27 - - [2025-07-28 02:20:53] "GET /virtual-networks?parent_id=82f52bcf-1672-4797-adb0-3130fe340706&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003057 10.0.0.27 - - [2025-07-28 02:20:53] "GET /virtual-network/f436aeb8-adef-4755-af21-74e16d2c2bb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005733 10.0.0.27 - - [2025-07-28 02:20:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.27 - - [2025-07-28 02:20:54] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003455 10.0.0.27 - - [2025-07-28 02:20:54] "GET /virtual-networks?parent_id=82f52bcf-1672-4797-adb0-3130fe340706&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003230 10.0.0.27 - - [2025-07-28 02:20:54] "GET /virtual-network/f436aeb8-adef-4755-af21-74e16d2c2bb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005100 10.0.0.27 - - [2025-07-28 02:20:54] "POST /neutron/floatingip HTTP/1.1" 200 578 0.009568 10.0.0.27 - - [2025-07-28 02:20:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002334 10.0.0.27 - - [2025-07-28 02:20:54] "GET /routing-instance/409e0d48-72fb-4d79-b5db-1e211f1c638f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.003264 10.0.0.27 - - [2025-07-28 02:20:54] "GET /route-target/28cc4981-c4a1-483d-ab32-c168d210bbe7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003514 10.0.0.27 - - [2025-07-28 02:20:54] "GET /floating-ip/c486f032-3b76-455c-a7df-b0843bb9159b HTTP/1.1" 200 1891 0.005026 10.0.0.27 - - [2025-07-28 02:20:57] "POST /neutron/floatingip HTTP/1.1" 200 578 0.012433 10.0.0.27 - - [2025-07-28 02:20:57] "POST /neutron/floatingip HTTP/1.1" 200 529 0.015316 10.0.0.27 - - [2025-07-28 02:20:57] "POST /neutron/floatingip HTTP/1.1" 200 529 0.005712 10.0.0.27 - - [2025-07-28 02:20:57] "POST /neutron/floatingip HTTP/1.1" 200 115 0.032114 10.0.0.27 - - [2025-07-28 02:20:57] "GET /floating-ip-pool/e987d40b-833a-4cde-82da-ba7cdf8788f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.003449 10.0.0.27 - - [2025-07-28 02:20:57] "POST /ref-update HTTP/1.1" 200 156 0.008711 10.0.0.27 - - [2025-07-28 02:20:57] "DELETE /floating-ip-pool/e987d40b-833a-4cde-82da-ba7cdf8788f6 HTTP/1.1" 200 115 0.024962 10.0.0.27 - - [2025-07-28 02:20:57] "POST /neutron/network HTTP/1.1" 200 840 0.008435 10.0.0.27 - - [2025-07-28 02:20:58] "POST /neutron/network HTTP/1.1" 400 204 0.012513 10.0.0.27 - - [2025-07-28 02:20:58] "POST /neutron/port HTTP/1.1" 200 1099 0.014050 10.0.0.27 - - [2025-07-28 02:20:58] "POST /neutron/port HTTP/1.1" 200 1125 0.014108 10.0.0.27 - - [2025-07-28 02:20:58] "POST /neutron/port HTTP/1.1" 200 1102 0.029613 10.0.0.27 - - [2025-07-28 02:20:58] "POST /neutron/port HTTP/1.1" 200 151 0.143588 10.0.0.27 - - [2025-07-28 02:20:58] "POST /neutron/port HTTP/1.1" 200 1128 0.017377 10.0.0.27 - - [2025-07-28 02:20:58] "POST /neutron/port HTTP/1.1" 200 151 0.118222 10.0.0.27 - - [2025-07-28 02:21:00] "POST /neutron/network HTTP/1.1" 200 840 0.006217 10.0.0.27 - - [2025-07-28 02:21:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003472 10.0.0.27 - - [2025-07-28 02:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004296 10.0.0.27 - - [2025-07-28 02:21:00] "POST /useragent-kv HTTP/1.1" 200 115 0.001860 10.0.0.27 - - [2025-07-28 02:21:00] "POST /neutron/network HTTP/1.1" 200 151 0.079811 10.0.0.27 - - [2025-07-28 02:21:00] "GET /routing-instance/e3baf2cc-e248-4978-85ec-37af86a817a0 HTTP/1.1" 404 171 0.004565 10.0.0.27 - - [2025-07-28 02:21:00] "DELETE /route-target/dfbd44e5-0d20-4158-962b-d8512becde85 HTTP/1.1" 200 115 0.029094 10.0.0.27 - - [2025-07-28 02:21:00] "GET /domains HTTP/1.1" 200 280 0.003362 10.0.0.27 - - [2025-07-28 02:21:00] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001255 10.0.0.27 - - [2025-07-28 02:21:00] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491 HTTP/1.1" 200 2783 0.051706 10.0.0.27 - - [2025-07-28 02:21:00] "GET /projects?obj_uuids=82f52bcf-1672-4797-adb0-3130fe340706&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001189 10.0.0.27 - - [2025-07-28 02:21:00] "GET /project/82f52bcf-1672-4797-adb0-3130fe340706 HTTP/1.1" 200 2184 0.072611 10.0.0.27 - - [2025-07-28 02:21:00] "POST /neutron/network HTTP/1.1" 200 837 0.005893 10.0.0.27 - - [2025-07-28 02:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005449 10.0.0.27 - - [2025-07-28 02:21:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003870 10.0.0.27 - - [2025-07-28 02:21:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002557 10.0.0.27 - - [2025-07-28 02:21:00] "POST /neutron/network HTTP/1.1" 200 151 0.084460 10.0.0.27 - - [2025-07-28 02:21:00] "DELETE /route-target/28cc4981-c4a1-483d-ab32-c168d210bbe7 HTTP/1.1" 200 115 0.019560 10.0.0.27 - - [2025-07-28 02:21:00] "GET /routing-instance/409e0d48-72fb-4d79-b5db-1e211f1c638f HTTP/1.1" 404 171 0.002825 10.0.0.27 - - [2025-07-28 02:21:00] "GET /domains HTTP/1.1" 200 280 0.003083 10.0.0.27 - - [2025-07-28 02:21:00] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001487 10.0.0.27 - - [2025-07-28 02:21:00] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491 HTTP/1.1" 200 2783 0.052964 10.0.0.27 - - [2025-07-28 02:21:00] "GET /projects?obj_uuids=82f52bcf-1672-4797-adb0-3130fe340706&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001461 10.0.0.27 - - [2025-07-28 02:21:00] "GET /project/82f52bcf-1672-4797-adb0-3130fe340706 HTTP/1.1" 200 1934 0.068677 10.0.0.27 - - [2025-07-28 02:21:00] "GET /projects?obj_uuids=82f52bcf-1672-4797-adb0-3130fe340706&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001138 10.0.0.27 - - [2025-07-28 02:21:00] "GET /project/82f52bcf-1672-4797-adb0-3130fe340706?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.025515 10.0.0.27 - - [2025-07-28 02:21:00] "GET /projects?obj_uuids=82f52bcf-1672-4797-adb0-3130fe340706&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001082 10.0.0.27 - - [2025-07-28 02:21:00] "GET /project/82f52bcf-1672-4797-adb0-3130fe340706?fields=virtual_networks HTTP/1.1" 200 1066 0.070080 10.0.0.27 - - [2025-07-28 02:21:00] "GET /projects?obj_uuids=82f52bcf-1672-4797-adb0-3130fe340706&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001110 10.0.0.27 - - [2025-07-28 02:21:01] "GET /project/82f52bcf-1672-4797-adb0-3130fe340706?fields=virtual_machine_interfaces HTTP/1.1" 200 1066 0.029415 10.0.0.27 - - [2025-07-28 02:21:01] "GET /projects?obj_uuids=82f52bcf-1672-4797-adb0-3130fe340706&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001176 10.0.0.27 - - [2025-07-28 02:21:01] "GET /project/82f52bcf-1672-4797-adb0-3130fe340706?fields=security_groups HTTP/1.1" 200 1304 0.038915 10.0.0.27 - - [2025-07-28 02:21:01] "POST /fqname-to-id HTTP/1.1" 404 183 0.024181 10.0.0.27 - - [2025-07-28 02:21:01] "GET /projects?obj_uuids=69608ea6-70dc-4726-a482-4173dc33f429&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003110 10.0.0.27 - - [2025-07-28 02:21:02] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001526 10.0.0.27 - - [2025-07-28 02:21:02] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007590 10.0.0.27 - - [2025-07-28 02:21:02] "POST /id-to-fqname HTTP/1.1" 200 185 0.001377 10.0.0.27 - - [2025-07-28 02:21:02] "POST /fqname-to-id HTTP/1.1" 404 194 0.003516 10.0.0.27 - - [2025-07-28 02:21:02] "POST /security-groups HTTP/1.1" 200 586 0.067408 10.0.0.27 - - [2025-07-28 02:21:02] "POST /fqname-to-id HTTP/1.1" 404 229 0.002866 10.0.0.27 - - [2025-07-28 02:21:02] "POST /projects HTTP/1.1" 200 575 0.239779 10.0.0.27 - - [2025-07-28 02:21:02] "POST /access-control-lists HTTP/1.1" 200 591 0.059215 10.0.0.27 - - [2025-07-28 02:21:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.311442 10.0.0.27 - - [2025-07-28 02:21:02] "POST /fqname-to-id HTTP/1.1" 404 228 0.002728 10.0.0.27 - - [2025-07-28 02:21:02] "GET /project/69608ea6-70dc-4726-a482-4173dc33f429?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.438797 10.0.0.27 - - [2025-07-28 02:21:02] "POST /access-control-lists HTTP/1.1" 200 589 0.068523 10.0.0.27 - - [2025-07-28 02:21:03] "GET / HTTP/1.1" 200 35931 0.002041 10.0.0.27 - - [2025-07-28 02:21:04] "GET /projects?obj_uuids=69608ea6-70dc-4726-a482-4173dc33f429&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001106 10.0.0.27 - - [2025-07-28 02:21:04] "GET /project/69608ea6-70dc-4726-a482-4173dc33f429?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.024218 10.0.0.27 - - [2025-07-28 02:21:04] "GET /projects?obj_uuids=69608ea6-70dc-4726-a482-4173dc33f429&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001260 10.0.0.27 - - [2025-07-28 02:21:04] "GET /project/69608ea6-70dc-4726-a482-4173dc33f429?fields=virtual_networks HTTP/1.1" 200 1032 0.074143 10.0.0.27 - - [2025-07-28 02:21:04] "GET /projects?obj_uuids=69608ea6-70dc-4726-a482-4173dc33f429&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001579 10.0.0.27 - - [2025-07-28 02:21:04] "GET /project/69608ea6-70dc-4726-a482-4173dc33f429?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.029540 10.0.0.27 - - [2025-07-28 02:21:04] "GET /projects?obj_uuids=69608ea6-70dc-4726-a482-4173dc33f429&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001060 10.0.0.27 - - [2025-07-28 02:21:04] "GET /project/69608ea6-70dc-4726-a482-4173dc33f429?fields=security_groups HTTP/1.1" 200 1253 0.026352 10.0.0.27 - - [2025-07-28 02:21:05] "POST /fqname-to-id HTTP/1.1" 404 183 0.024230 10.0.0.27 - - [2025-07-28 02:21:05] "GET /projects?obj_uuids=6c173a65-92ef-45e5-92f8-096b2ac15436&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003489 10.0.0.27 - - [2025-07-28 02:21:05] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002042 10.0.0.27 - - [2025-07-28 02:21:05] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010635 10.0.0.27 - - [2025-07-28 02:21:05] "POST /id-to-fqname HTTP/1.1" 200 185 0.001158 10.0.0.27 - - [2025-07-28 02:21:05] "POST /fqname-to-id HTTP/1.1" 404 194 0.002180 10.0.0.27 - - [2025-07-28 02:21:05] "POST /security-groups HTTP/1.1" 200 586 0.063756 10.0.0.27 - - [2025-07-28 02:21:06] "POST /fqname-to-id HTTP/1.1" 404 229 0.002988 10.0.0.27 - - [2025-07-28 02:21:06] "POST /projects HTTP/1.1" 200 575 0.214987 10.0.0.27 - - [2025-07-28 02:21:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.286314 10.0.0.27 - - [2025-07-28 02:21:06] "POST /access-control-lists HTTP/1.1" 200 591 0.060781 10.0.0.27 - - [2025-07-28 02:21:06] "POST /fqname-to-id HTTP/1.1" 404 228 0.002542 10.0.0.27 - - [2025-07-28 02:21:06] "GET /project/6c173a65-92ef-45e5-92f8-096b2ac15436?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.416022 10.0.0.27 - - [2025-07-28 02:21:06] "POST /access-control-lists HTTP/1.1" 200 589 0.064070 10.0.0.27 - - [2025-07-28 02:21:07] "GET / HTTP/1.1" 200 35931 0.002042 10.0.0.27 - - [2025-07-28 02:21:07] "POST /fqname-to-id HTTP/1.1" 404 193 0.003639 10.0.0.27 - - [2025-07-28 02:21:07] "GET /projects?obj_uuids=82617fc6-a394-4505-bd2f-5f9b85f372ec&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001920 10.0.0.27 - - [2025-07-28 02:21:07] "POST /fqname-to-id HTTP/1.1" 404 228 0.003730 10.0.0.27 - - [2025-07-28 02:21:07] "POST /access-control-lists HTTP/1.1" 200 590 0.021152 10.0.0.27 - - [2025-07-28 02:21:07] "POST /fqname-to-id HTTP/1.1" 404 227 0.003294 10.0.0.27 - - [2025-07-28 02:21:07] "POST /access-control-lists HTTP/1.1" 200 588 0.018833 10.0.0.27 - - [2025-07-28 02:21:07] "PUT /access-control-list/1d9bf3ac-9385-4ea5-8204-b33808266676 HTTP/1.1" 200 272 0.008603 10.0.0.27 - - [2025-07-28 02:21:08] "POST /neutron/security_group HTTP/1.1" 200 1364 0.343280 10.0.0.27 - - [2025-07-28 02:21:08] "PUT /access-control-list/58c264e8-48bf-4c42-bfad-f9966c157b41 HTTP/1.1" 200 272 0.011569 10.0.0.27 - - [2025-07-28 02:21:08] "GET /projects?obj_uuids=82617fc6-a394-4505-bd2f-5f9b85f372ec&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001266 10.0.0.27 - - [2025-07-28 02:21:08] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.031290 10.0.0.27 - - [2025-07-28 02:21:08] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.012890 10.0.0.27 - - [2025-07-28 02:21:08] "PUT /access-control-list/58c264e8-48bf-4c42-bfad-f9966c157b41 HTTP/1.1" 200 272 0.017594 10.0.0.27 - - [2025-07-28 02:21:08] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.176458 10.0.0.27 - - [2025-07-28 02:21:08] "PUT /access-control-list/58c264e8-48bf-4c42-bfad-f9966c157b41 HTTP/1.1" 200 272 0.010700 10.0.0.27 - - [2025-07-28 02:21:08] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.019239 10.0.0.27 - - [2025-07-28 02:21:08] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.166811 10.0.0.27 - - [2025-07-28 02:21:08] "POST /fqname-to-id HTTP/1.1" 404 193 0.003642 10.0.0.27 - - [2025-07-28 02:21:08] "PUT /access-control-list/58c264e8-48bf-4c42-bfad-f9966c157b41 HTTP/1.1" 200 272 0.009618 10.0.0.27 - - [2025-07-28 02:21:08] "GET /projects?obj_uuids=82617fc6-a394-4505-bd2f-5f9b85f372ec&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001126 10.0.0.27 - - [2025-07-28 02:21:08] "POST /fqname-to-id HTTP/1.1" 404 228 0.002867 10.0.0.27 - - [2025-07-28 02:21:08] "POST /access-control-lists HTTP/1.1" 200 590 0.013931 10.0.0.27 - - [2025-07-28 02:21:08] "POST /fqname-to-id HTTP/1.1" 404 227 0.002831 10.0.0.27 - - [2025-07-28 02:21:08] "POST /access-control-lists HTTP/1.1" 200 588 0.020143 10.0.0.27 - - [2025-07-28 02:21:08] "PUT /access-control-list/daa1d2ea-83a3-4749-b7d5-9043cf5aa6fc HTTP/1.1" 200 272 0.008455 10.0.0.27 - - [2025-07-28 02:21:08] "PUT /access-control-list/8daed72c-a5be-450f-bfc9-e68098a0aab3 HTTP/1.1" 200 272 0.010549 10.0.0.27 - - [2025-07-28 02:21:08] "POST /neutron/security_group HTTP/1.1" 200 1364 0.343055 10.0.0.27 - - [2025-07-28 02:21:08] "GET /projects?obj_uuids=82617fc6-a394-4505-bd2f-5f9b85f372ec&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001134 10.0.0.27 - - [2025-07-28 02:21:08] "PUT /access-control-list/8daed72c-a5be-450f-bfc9-e68098a0aab3 HTTP/1.1" 200 272 0.015327 10.0.0.27 - - [2025-07-28 02:21:08] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.029355 10.0.0.27 - - [2025-07-28 02:21:08] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.008399 10.0.0.27 - - [2025-07-28 02:21:09] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.166554 10.0.0.27 - - [2025-07-28 02:21:09] "PUT /access-control-list/8daed72c-a5be-450f-bfc9-e68098a0aab3 HTTP/1.1" 200 272 0.009695 10.0.0.27 - - [2025-07-28 02:21:09] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.011001 10.0.0.27 - - [2025-07-28 02:21:09] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.114314 10.0.0.27 - - [2025-07-28 02:21:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000398 10.0.0.27 - - [2025-07-28 02:21:09] "PUT /access-control-list/8daed72c-a5be-450f-bfc9-e68098a0aab3 HTTP/1.1" 200 272 0.009845 10.0.0.27 - - [2025-07-28 02:21:09] "POST /fqname-to-id HTTP/1.1" 404 210 0.025007 10.0.0.27 - - [2025-07-28 02:21:09] "GET /projects?obj_uuids=6c173a65-92ef-45e5-92f8-096b2ac15436&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001140 10.0.0.27 - - [2025-07-28 02:21:09] "POST /fqname-to-id HTTP/1.1" 404 245 0.002959 10.0.0.27 - - [2025-07-28 02:21:09] "POST /access-control-lists HTTP/1.1" 200 607 0.014112 10.0.0.27 - - [2025-07-28 02:21:09] "POST /fqname-to-id HTTP/1.1" 404 244 0.002716 10.0.0.27 - - [2025-07-28 02:21:09] "POST /access-control-lists HTTP/1.1" 200 605 0.023058 10.0.0.27 - - [2025-07-28 02:21:09] "PUT /access-control-list/8fcc4b58-deda-474a-af32-937de0d5237a HTTP/1.1" 200 272 0.009186 10.0.0.27 - - [2025-07-28 02:21:09] "PUT /access-control-list/6bbd8c77-45b4-48e8-aed5-9d1e8514048f HTTP/1.1" 200 272 0.010075 10.0.0.27 - - [2025-07-28 02:21:09] "POST /neutron/security_group HTTP/1.1" 200 1379 0.371609 10.0.0.27 - - [2025-07-28 02:21:09] "GET /projects?obj_uuids=6c173a65-92ef-45e5-92f8-096b2ac15436&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001104 10.0.0.27 - - [2025-07-28 02:21:09] "PUT /access-control-list/6bbd8c77-45b4-48e8-aed5-9d1e8514048f HTTP/1.1" 200 272 0.014176 10.0.0.27 - - [2025-07-28 02:21:09] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.031224 10.0.0.27 - - [2025-07-28 02:21:09] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.009557 10.0.0.27 - - [2025-07-28 02:21:10] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.136382 10.0.0.27 - - [2025-07-28 02:21:10] "PUT /access-control-list/6bbd8c77-45b4-48e8-aed5-9d1e8514048f HTTP/1.1" 200 272 0.009144 10.0.0.27 - - [2025-07-28 02:21:10] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.012281 10.0.0.27 - - [2025-07-28 02:21:10] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.160126 10.0.0.27 - - [2025-07-28 02:21:10] "POST /fqname-to-id HTTP/1.1" 404 210 0.002403 10.0.0.27 - - [2025-07-28 02:21:10] "PUT /access-control-list/6bbd8c77-45b4-48e8-aed5-9d1e8514048f HTTP/1.1" 200 272 0.009612 10.0.0.27 - - [2025-07-28 02:21:10] "GET /projects?obj_uuids=6c173a65-92ef-45e5-92f8-096b2ac15436&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001044 10.0.0.27 - - [2025-07-28 02:21:10] "POST /fqname-to-id HTTP/1.1" 404 245 0.002387 10.0.0.27 - - [2025-07-28 02:21:10] "POST /access-control-lists HTTP/1.1" 200 607 0.015644 10.0.0.27 - - [2025-07-28 02:21:10] "POST /fqname-to-id HTTP/1.1" 404 244 0.002779 10.0.0.27 - - [2025-07-28 02:21:10] "POST /access-control-lists HTTP/1.1" 200 605 0.022824 10.0.0.27 - - [2025-07-28 02:21:10] "PUT /access-control-list/3fac5e1e-824b-4ab2-ab03-3f3f617f7895 HTTP/1.1" 200 272 0.009012 10.0.0.27 - - [2025-07-28 02:21:10] "POST /neutron/security_group HTTP/1.1" 200 1379 0.306685 10.0.0.27 - - [2025-07-28 02:21:10] "PUT /access-control-list/4faa48b3-69b4-4b25-9daf-7eec0e1478fd HTTP/1.1" 200 272 0.014230 10.0.0.27 - - [2025-07-28 02:21:10] "GET /projects?obj_uuids=6c173a65-92ef-45e5-92f8-096b2ac15436&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001076 10.0.0.27 - - [2025-07-28 02:21:10] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.027755 10.0.0.27 - - [2025-07-28 02:21:10] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.010563 10.0.0.27 - - [2025-07-28 02:21:10] "PUT /access-control-list/4faa48b3-69b4-4b25-9daf-7eec0e1478fd HTTP/1.1" 200 272 0.015204 10.0.0.27 - - [2025-07-28 02:21:10] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.131806 10.0.0.27 - - [2025-07-28 02:21:10] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.013338 10.0.0.27 - - [2025-07-28 02:21:10] "PUT /access-control-list/4faa48b3-69b4-4b25-9daf-7eec0e1478fd HTTP/1.1" 200 272 0.023258 10.0.0.27 - - [2025-07-28 02:21:11] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.178562 10.0.0.27 - - [2025-07-28 02:21:11] "PUT /access-control-list/4faa48b3-69b4-4b25-9daf-7eec0e1478fd HTTP/1.1" 200 272 0.012442 10.0.0.27 - - [2025-07-28 02:21:11] "GET /projects?obj_uuids=82617fc6-a394-4505-bd2f-5f9b85f372ec&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001127 10.0.0.27 - - [2025-07-28 02:21:11] "POST /neutron/router HTTP/1.1" 200 541 0.048588 10.0.0.27 - - [2025-07-28 02:21:11] "POST /neutron/router HTTP/1.1" 200 541 0.007612 10.0.0.27 - - [2025-07-28 02:21:11] "POST /route-targets HTTP/1.1" 200 327 0.019843 10.0.0.27 - - [2025-07-28 02:21:11] "POST /neutron/router HTTP/1.1" 200 541 0.006594 10.0.0.27 - - [2025-07-28 02:21:11] "PUT /logical-router/4d77f6b3-1857-4e3c-be19-fc0238cc84b6 HTTP/1.1" 200 262 0.024226 10.0.0.27 - - [2025-07-28 02:21:11] "POST /neutron/router HTTP/1.1" 200 541 0.007812 10.0.0.27 - - [2025-07-28 02:21:11] "POST /neutron/router HTTP/1.1" 200 541 0.003915 10.0.0.27 - - [2025-07-28 02:21:11] "POST /neutron/router HTTP/1.1" 200 541 0.003725 10.0.0.27 - - [2025-07-28 02:21:11] "POST /neutron/router HTTP/1.1" 200 541 0.004247 10.0.0.27 - - [2025-07-28 02:21:11] "POST /neutron/router HTTP/1.1" 200 541 0.004110 10.0.0.27 - - [2025-07-28 02:21:11] "POST /neutron/router HTTP/1.1" 200 541 0.004717 10.0.0.27 - - [2025-07-28 02:21:11] "POST /neutron/router HTTP/1.1" 200 541 0.004987 10.0.0.27 - - [2025-07-28 02:21:11] "POST /neutron/router HTTP/1.1" 200 541 0.004634 10.0.0.27 - - [2025-07-28 02:21:11] "POST /neutron/router HTTP/1.1" 200 541 0.004842 10.0.0.27 - - [2025-07-28 02:21:11] "POST /neutron/router HTTP/1.1" 200 541 0.004992 10.0.0.27 - - [2025-07-28 02:21:11] "POST /neutron/router HTTP/1.1" 200 541 0.005002 10.0.0.27 - - [2025-07-28 02:21:11] "POST /neutron/router HTTP/1.1" 200 541 0.004463 10.0.0.27 - - [2025-07-28 02:21:11] "POST /neutron/router HTTP/1.1" 200 541 0.004920 10.0.0.27 - - [2025-07-28 02:21:11] "POST /neutron/router HTTP/1.1" 200 541 0.003914 10.0.0.27 - - [2025-07-28 02:21:11] "POST /neutron/router HTTP/1.1" 200 541 0.003537 10.0.0.27 - - [2025-07-28 02:21:11] "POST /neutron/router HTTP/1.1" 200 541 0.003376 10.0.0.27 - - [2025-07-28 02:21:11] "POST /neutron/router HTTP/1.1" 200 541 0.003731 10.0.0.27 - - [2025-07-28 02:21:11] "POST /neutron/router HTTP/1.1" 200 541 0.003887 10.0.0.27 - - [2025-07-28 02:21:11] "POST /neutron/router HTTP/1.1" 200 541 0.003546 10.0.0.27 - - [2025-07-28 02:21:11] "POST /neutron/router HTTP/1.1" 200 541 0.003741 10.0.0.27 - - [2025-07-28 02:21:11] "POST /neutron/router HTTP/1.1" 200 541 0.003950 10.0.0.27 - - [2025-07-28 02:21:11] "POST /neutron/router HTTP/1.1" 200 541 0.003546 10.0.0.27 - - [2025-07-28 02:21:11] "POST /neutron/router HTTP/1.1" 200 541 0.003389 10.0.0.27 - - [2025-07-28 02:21:11] "POST /neutron/router HTTP/1.1" 200 541 0.003646 10.0.0.27 - - [2025-07-28 02:21:12] "POST /neutron/router HTTP/1.1" 200 541 0.004015 10.0.0.27 - - [2025-07-28 02:21:12] "POST /neutron/router HTTP/1.1" 200 541 0.004751 10.0.0.27 - - [2025-07-28 02:21:12] "POST /neutron/router HTTP/1.1" 200 541 0.003847 10.0.0.27 - - [2025-07-28 02:21:12] "POST /neutron/router HTTP/1.1" 200 541 0.003401 10.0.0.27 - - [2025-07-28 02:21:12] "POST /neutron/router HTTP/1.1" 200 541 0.003759 10.0.0.27 - - [2025-07-28 02:21:12] "POST /neutron/router HTTP/1.1" 200 541 0.003601 10.0.0.27 - - [2025-07-28 02:21:12] "POST /neutron/router HTTP/1.1" 200 541 0.016711 10.0.0.27 - - [2025-07-28 02:21:12] "POST /neutron/router HTTP/1.1" 200 541 0.003524 10.0.0.27 - - [2025-07-28 02:21:12] "POST /neutron/router HTTP/1.1" 200 541 0.016612 10.0.0.27 - - [2025-07-28 02:21:12] "POST /neutron/router HTTP/1.1" 200 541 0.003751 10.0.0.27 - - [2025-07-28 02:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.27 - - [2025-07-28 02:21:12] "GET /logical-router/4d77f6b3-1857-4e3c-be19-fc0238cc84b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.006504 10.0.0.27 - - [2025-07-28 02:21:12] "POST /neutron/router HTTP/1.1" 200 151 0.047296 10.0.0.27 - - [2025-07-28 02:21:12] "DELETE /route-target/1ca55b69-9a68-44b2-9188-6239d3f7a975 HTTP/1.1" 200 115 0.015864 10.0.0.27 - - [2025-07-28 02:21:12] "GET /projects?obj_uuids=6c173a65-92ef-45e5-92f8-096b2ac15436&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001494 10.0.0.27 - - [2025-07-28 02:21:12] "POST /neutron/router HTTP/1.1" 200 559 0.054691 10.0.0.27 - - [2025-07-28 02:21:12] "POST /neutron/router HTTP/1.1" 200 559 0.005471 10.0.0.27 - - [2025-07-28 02:21:12] "POST /route-targets HTTP/1.1" 200 327 0.022616 10.0.0.27 - - [2025-07-28 02:21:12] "POST /neutron/router HTTP/1.1" 200 559 0.004553 10.0.0.27 - - [2025-07-28 02:21:12] "POST /neutron/router HTTP/1.1" 200 559 0.003866 10.0.0.27 - - [2025-07-28 02:21:12] "PUT /logical-router/73bc161c-d664-45e0-b23a-41e30156cd23 HTTP/1.1" 200 262 0.021953 10.0.0.27 - - [2025-07-28 02:21:12] "POST /neutron/router HTTP/1.1" 200 559 0.004467 10.0.0.27 - - [2025-07-28 02:21:12] "POST /neutron/router HTTP/1.1" 200 559 0.003660 10.0.0.27 - - [2025-07-28 02:21:12] "POST /neutron/router HTTP/1.1" 200 559 0.003394 10.0.0.27 - - [2025-07-28 02:21:12] "POST /neutron/router HTTP/1.1" 200 559 0.003152 10.0.0.27 - - [2025-07-28 02:21:12] "POST /neutron/router HTTP/1.1" 200 559 0.003414 10.0.0.27 - - [2025-07-28 02:21:12] "POST /neutron/router HTTP/1.1" 200 559 0.005851 10.0.0.27 - - [2025-07-28 02:21:12] "POST /neutron/router HTTP/1.1" 200 559 0.003480 10.0.0.27 - - [2025-07-28 02:21:12] "POST /neutron/router HTTP/1.1" 200 559 0.015297 10.0.0.27 - - [2025-07-28 02:21:12] "DELETE /project/82f52bcf16724797adb03130fe340706 HTTP/1.1" 404 173 0.014107 10.0.0.27 - - [2025-07-28 02:21:12] "DELETE /project/69608ea670dc4726a4824173dc33f429 HTTP/1.1" 404 173 0.012315 10.0.0.27 - - [2025-07-28 02:21:12] "DELETE /project/6c173a6592ef45e592f8096b2ac15436 HTTP/1.1" 404 173 0.008202 10.0.0.27 - - [2025-07-28 02:21:12] "GET /projects?obj_uuids=82f52bcf-1672-4797-adb0-3130fe340706&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000940 10.0.0.27 - - [2025-07-28 02:21:12] "GET /projects?obj_uuids=38414339-0f32-4d34-abc7-aa4cf080b32f&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001070 10.0.0.27 - - [2025-07-28 02:21:12] "GET /projects?obj_uuids=69608ea6-70dc-4726-a482-4173dc33f429&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000877 10.0.0.27 - - [2025-07-28 02:21:12] "POST /neutron/router HTTP/1.1" 200 559 0.008213 10.0.0.27 - - [2025-07-28 02:21:12] "POST /neutron/router HTTP/1.1" 200 559 0.004510 10.0.0.27 - - [2025-07-28 02:21:12] "GET /project/38414339-0f32-4d34-abc7-aa4cf080b32f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1522 0.049673 10.0.0.27 - - [2025-07-28 02:21:12] "GET /project/82f52bcf-1672-4797-adb0-3130fe340706?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1526 0.059663 10.0.0.27 - - [2025-07-28 02:21:12] "GET /project/69608ea6-70dc-4726-a482-4173dc33f429?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.058865 10.0.0.27 - - [2025-07-28 02:21:12] "POST /neutron/router HTTP/1.1" 200 559 0.007332 10.0.0.27 - - [2025-07-28 02:21:12] "GET /projects?obj_uuids=69608ea6-70dc-4726-a482-4173dc33f429&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000939 10.0.0.27 - - [2025-07-28 02:21:12] "GET /projects?obj_uuids=82f52bcf-1672-4797-adb0-3130fe340706&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000832 10.0.0.27 - - [2025-07-28 02:21:12] "GET /projects?obj_uuids=38414339-0f32-4d34-abc7-aa4cf080b32f&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000877 10.0.0.27 - - [2025-07-28 02:21:12] "POST /neutron/router HTTP/1.1" 200 559 0.006783 10.0.0.27 - - [2025-07-28 02:21:12] "POST /neutron/router HTTP/1.1" 200 559 0.004721 10.0.0.27 - - [2025-07-28 02:21:12] "GET /project/38414339-0f32-4d34-abc7-aa4cf080b32f?fields=security_groups HTTP/1.1" 200 1406 0.055068 10.0.0.27 - - [2025-07-28 02:21:12] "GET /project/82f52bcf-1672-4797-adb0-3130fe340706?fields=security_groups HTTP/1.1" 200 1409 0.066063 10.0.0.27 - - [2025-07-28 02:21:12] "GET /project/69608ea6-70dc-4726-a482-4173dc33f429?fields=security_groups HTTP/1.1" 200 1358 0.068344 10.0.0.27 - - [2025-07-28 02:21:12] "POST /neutron/router HTTP/1.1" 200 559 0.015828 10.0.0.27 - - [2025-07-28 02:21:12] "POST /neutron/router HTTP/1.1" 200 559 0.003146 10.0.0.27 - - [2025-07-28 02:21:12] "POST /neutron/router HTTP/1.1" 200 559 0.005481 10.0.0.27 - - [2025-07-28 02:21:12] "POST /neutron/router HTTP/1.1" 200 559 0.004461 10.0.0.27 - - [2025-07-28 02:21:12] "POST /neutron/router HTTP/1.1" 200 559 0.004124 10.0.0.27 - - [2025-07-28 02:21:12] "POST /neutron/router HTTP/1.1" 200 559 0.005734 10.0.0.27 - - [2025-07-28 02:21:12] "POST /neutron/router HTTP/1.1" 200 559 0.004429 10.0.0.27 - - [2025-07-28 02:21:12] "DELETE /security-group/3e0d6475-87a0-4e45-8801-304aa74a52a2 HTTP/1.1" 200 115 0.095838 10.0.0.27 - - [2025-07-28 02:21:12] "POST /neutron/router HTTP/1.1" 200 559 0.008402 10.0.0.27 - - [2025-07-28 02:21:12] "GET /projects?obj_uuids=38414339-0f32-4d34-abc7-aa4cf080b32f&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001189 10.0.0.27 - - [2025-07-28 02:21:12] "POST /neutron/router HTTP/1.1" 200 559 0.004562 10.0.0.27 - - [2025-07-28 02:21:12] "DELETE /access-control-list/ac5286a9-ea06-45a4-89f3-2b9d34c1129c HTTP/1.1" 200 115 0.077202 10.0.0.27 - - [2025-07-28 02:21:12] "DELETE /security-group/b8f21914-28b7-4d1e-97cf-b7053d9fe85e HTTP/1.1" 200 115 0.115206 10.0.0.27 - - [2025-07-28 02:21:12] "DELETE /security-group/ee8c12fe-1419-4fd8-b376-9591c0e140bf HTTP/1.1" 200 115 0.117988 10.0.0.27 - - [2025-07-28 02:21:12] "GET /projects?obj_uuids=82f52bcf-1672-4797-adb0-3130fe340706&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000968 10.0.0.27 - - [2025-07-28 02:21:12] "POST /neutron/router HTTP/1.1" 200 559 0.007464 10.0.0.27 - - [2025-07-28 02:21:12] "GET /project/38414339-0f32-4d34-abc7-aa4cf080b32f?fields=application_policy_sets HTTP/1.1" 200 1445 0.057414 10.0.0.27 - - [2025-07-28 02:21:12] "GET /projects?obj_uuids=69608ea6-70dc-4726-a482-4173dc33f429&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001028 10.0.0.27 - - [2025-07-28 02:21:12] "POST /neutron/router HTTP/1.1" 200 559 0.004123 10.0.0.27 - - [2025-07-28 02:21:12] "POST /neutron/router HTTP/1.1" 200 559 0.007542 10.0.0.27 - - [2025-07-28 02:21:12] "DELETE /access-control-list/ec21490a-ea4d-4952-9582-b29fe00c3883 HTTP/1.1" 200 115 0.056772 10.0.0.27 - - [2025-07-28 02:21:12] "GET /project/69608ea6-70dc-4726-a482-4173dc33f429?fields=application_policy_sets HTTP/1.1" 200 1397 0.060352 10.0.0.27 - - [2025-07-28 02:21:12] "POST /neutron/router HTTP/1.1" 200 559 0.010062 10.0.0.27 - - [2025-07-28 02:21:12] "GET /project/82f52bcf-1672-4797-adb0-3130fe340706?fields=application_policy_sets HTTP/1.1" 200 1448 0.098796 10.0.0.27 - - [2025-07-28 02:21:12] "POST /neutron/router HTTP/1.1" 200 559 0.010391 10.0.0.27 - - [2025-07-28 02:21:12] "DELETE /access-control-list/2a850007-f0ee-4609-8b6c-46d74bff3737 HTTP/1.1" 200 115 0.055265 10.0.0.27 - - [2025-07-28 02:21:12] "POST /neutron/router HTTP/1.1" 200 559 0.003731 10.0.0.27 - - [2025-07-28 02:21:12] "POST /neutron/router HTTP/1.1" 200 559 0.003602 10.0.0.27 - - [2025-07-28 02:21:12] "POST /neutron/router HTTP/1.1" 200 559 0.043343 10.0.0.27 - - [2025-07-28 02:21:12] "DELETE /access-control-list/fd9a4819-37f7-4677-9148-b6c05d9291e2 HTTP/1.1" 200 115 0.069756 10.0.0.27 - - [2025-07-28 02:21:12] "POST /neutron/router HTTP/1.1" 200 559 0.006671 10.0.0.27 - - [2025-07-28 02:21:13] "POST /neutron/router HTTP/1.1" 200 559 0.038297 10.0.0.27 - - [2025-07-28 02:21:13] "DELETE /access-control-list/41268df4-73d9-45f7-b8f7-4a2a16ebf81d HTTP/1.1" 200 115 0.058526 10.0.0.27 - - [2025-07-28 02:21:13] "POST /neutron/router HTTP/1.1" 200 559 0.005283 10.0.0.27 - - [2025-07-28 02:21:13] "DELETE /project/38414339-0f32-4d34-abc7-aa4cf080b32f HTTP/1.1" 200 115 0.632701 10.0.0.27 - - [2025-07-28 02:21:13] "DELETE /access-control-list/26c4299d-578b-468b-825f-4bfc923091b6 HTTP/1.1" 200 115 0.061766 10.0.0.27 - - [2025-07-28 02:21:13] "DELETE /project/69608ea6-70dc-4726-a482-4173dc33f429 HTTP/1.1" 200 115 0.648239 10.0.0.27 - - [2025-07-28 02:21:13] "DELETE /project/82f52bcf-1672-4797-adb0-3130fe340706 HTTP/1.1" 200 115 0.652709 10.0.0.27 - - [2025-07-28 02:21:13] "POST /neutron/router HTTP/1.1" 200 151 0.075496 10.0.0.27 - - [2025-07-28 02:21:13] "GET /logical-router/73bc161c-d664-45e0-b23a-41e30156cd23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004832 10.0.0.27 - - [2025-07-28 02:21:13] "GET /projects?obj_uuids=82617fc6-a394-4505-bd2f-5f9b85f372ec&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001004 10.0.0.27 - - [2025-07-28 02:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.008304 10.0.0.27 - - [2025-07-28 02:21:13] "DELETE /route-target/16f59f78-de48-441c-a3f6-ce09cc17feed HTTP/1.1" 200 115 0.030600 10.0.0.27 - - [2025-07-28 02:21:13] "POST /neutron/router HTTP/1.1" 200 542 0.055968 10.0.0.27 - - [2025-07-28 02:21:13] "POST /neutron/router HTTP/1.1" 200 542 0.004378 10.0.0.27 - - [2025-07-28 02:21:13] "POST /route-targets HTTP/1.1" 200 327 0.013426 10.0.0.27 - - [2025-07-28 02:21:13] "POST /neutron/router HTTP/1.1" 200 542 0.003361 10.0.0.27 - - [2025-07-28 02:21:13] "POST /neutron/router HTTP/1.1" 200 542 0.003454 10.0.0.27 - - [2025-07-28 02:21:13] "POST /neutron/router HTTP/1.1" 200 542 0.003939 10.0.0.27 - - [2025-07-28 02:21:13] "POST /neutron/router HTTP/1.1" 200 542 0.004844 10.0.0.27 - - [2025-07-28 02:21:13] "PUT /logical-router/655ebfd2-d09f-43d6-9b9f-2d76e0b767cf HTTP/1.1" 200 262 0.017700 10.0.0.27 - - [2025-07-28 02:21:13] "POST /neutron/router HTTP/1.1" 200 542 0.004958 10.0.0.27 - - [2025-07-28 02:21:13] "POST /neutron/router HTTP/1.1" 200 542 0.003221 10.0.0.27 - - [2025-07-28 02:21:13] "POST /neutron/router HTTP/1.1" 200 542 0.003210 10.0.0.27 - - [2025-07-28 02:21:13] "POST /neutron/router HTTP/1.1" 200 542 0.003388 10.0.0.27 - - [2025-07-28 02:21:13] "POST /neutron/router HTTP/1.1" 200 542 0.003277 10.0.0.27 - - [2025-07-28 02:21:13] "POST /neutron/router HTTP/1.1" 200 542 0.003519 10.0.0.27 - - [2025-07-28 02:21:13] "POST /neutron/router HTTP/1.1" 200 542 0.003278 10.0.0.27 - - [2025-07-28 02:21:13] "POST /neutron/router HTTP/1.1" 200 542 0.003651 10.0.0.27 - - [2025-07-28 02:21:13] "POST /neutron/router HTTP/1.1" 200 542 0.003311 10.0.0.27 - - [2025-07-28 02:21:13] "POST /neutron/router HTTP/1.1" 200 542 0.004504 10.0.0.27 - - [2025-07-28 02:21:13] "POST /neutron/router HTTP/1.1" 200 542 0.004579 10.0.0.27 - - [2025-07-28 02:21:13] "POST /neutron/router HTTP/1.1" 200 542 0.004414 10.0.0.27 - - [2025-07-28 02:21:13] "POST /neutron/router HTTP/1.1" 200 542 0.004060 10.0.0.27 - - [2025-07-28 02:21:13] "POST /neutron/router HTTP/1.1" 200 542 0.004281 10.0.0.27 - - [2025-07-28 02:21:13] "POST /neutron/router HTTP/1.1" 200 542 0.004516 10.0.0.27 - - [2025-07-28 02:21:13] "POST /neutron/router HTTP/1.1" 200 542 0.003748 10.0.0.27 - - [2025-07-28 02:21:13] "POST /neutron/router HTTP/1.1" 200 542 0.003335 10.0.0.27 - - [2025-07-28 02:21:13] "POST /neutron/router HTTP/1.1" 200 542 0.003490 10.0.0.27 - - [2025-07-28 02:21:13] "POST /neutron/router HTTP/1.1" 200 542 0.003249 10.0.0.27 - - [2025-07-28 02:21:13] "POST /neutron/router HTTP/1.1" 200 542 0.003976 10.0.0.27 - - [2025-07-28 02:21:13] "POST /neutron/router HTTP/1.1" 200 542 0.003425 10.0.0.27 - - [2025-07-28 02:21:13] "POST /neutron/router HTTP/1.1" 200 542 0.003274 10.0.0.27 - - [2025-07-28 02:21:13] "POST /neutron/router HTTP/1.1" 200 542 0.004261 10.0.0.27 - - [2025-07-28 02:21:13] "POST /neutron/router HTTP/1.1" 200 542 0.003259 10.0.0.27 - - [2025-07-28 02:21:13] "POST /neutron/router HTTP/1.1" 200 542 0.003605 10.0.0.27 - - [2025-07-28 02:21:13] "POST /neutron/router HTTP/1.1" 200 542 0.004347 10.0.0.27 - - [2025-07-28 02:21:13] "POST /neutron/router HTTP/1.1" 200 542 0.003774 10.0.0.27 - - [2025-07-28 02:21:13] "POST /neutron/router HTTP/1.1" 200 542 0.020965 10.0.0.27 - - [2025-07-28 02:21:13] "POST /neutron/router HTTP/1.1" 200 542 0.003711 10.0.0.27 - - [2025-07-28 02:21:13] "POST /neutron/router HTTP/1.1" 200 541 0.016580 10.0.0.27 - - [2025-07-28 02:21:13] "POST /neutron/router HTTP/1.1" 200 541 0.003409 10.0.0.27 - - [2025-07-28 02:21:13] "GET /logical-router/655ebfd2-d09f-43d6-9b9f-2d76e0b767cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004258 10.0.0.27 - - [2025-07-28 02:21:13] "POST /neutron/router HTTP/1.1" 200 151 0.042563 10.0.0.27 - - [2025-07-28 02:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003476 10.0.0.27 - - [2025-07-28 02:21:13] "POST /neutron/security_group HTTP/1.1" 200 521 0.002838 10.0.0.27 - - [2025-07-28 02:21:13] "DELETE /route-target/294d351a-0ced-457b-a6ee-be5ab1ea64aa HTTP/1.1" 200 115 0.016683 10.0.0.27 - - [2025-07-28 02:21:13] "POST /neutron/security_group HTTP/1.1" 200 151 0.033514 10.0.0.27 - - [2025-07-28 02:21:13] "DELETE /access-control-list/3fac5e1e-824b-4ab2-ab03-3f3f617f7895 HTTP/1.1" 200 115 0.015930 10.0.0.27 - - [2025-07-28 02:21:13] "POST /neutron/security_group HTTP/1.1" 200 521 0.003623 10.0.0.27 - - [2025-07-28 02:21:13] "DELETE /access-control-list/4faa48b3-69b4-4b25-9daf-7eec0e1478fd HTTP/1.1" 200 115 0.029643 10.0.0.27 - - [2025-07-28 02:21:13] "POST /neutron/security_group HTTP/1.1" 200 151 0.039812 10.0.0.27 - - [2025-07-28 02:21:13] "DELETE /access-control-list/8fcc4b58-deda-474a-af32-937de0d5237a HTTP/1.1" 200 115 0.018822 10.0.0.27 - - [2025-07-28 02:21:13] "POST /neutron/security_group HTTP/1.1" 200 506 0.004549 10.0.0.27 - - [2025-07-28 02:21:13] "DELETE /access-control-list/6bbd8c77-45b4-48e8-aed5-9d1e8514048f HTTP/1.1" 200 115 0.027381 10.0.0.27 - - [2025-07-28 02:21:13] "POST /neutron/security_group HTTP/1.1" 200 151 0.035900 10.0.0.27 - - [2025-07-28 02:21:13] "DELETE /access-control-list/daa1d2ea-83a3-4749-b7d5-9043cf5aa6fc HTTP/1.1" 200 115 0.019763 10.0.0.27 - - [2025-07-28 02:21:13] "POST /neutron/security_group HTTP/1.1" 200 506 0.005663 10.0.0.27 - - [2025-07-28 02:21:13] "DELETE /access-control-list/8daed72c-a5be-450f-bfc9-e68098a0aab3 HTTP/1.1" 200 115 0.029981 10.0.0.27 - - [2025-07-28 02:21:13] "POST /neutron/security_group HTTP/1.1" 200 151 0.041123 10.0.0.27 - - [2025-07-28 02:21:13] "DELETE /access-control-list/1d9bf3ac-9385-4ea5-8204-b33808266676 HTTP/1.1" 200 115 0.021247 10.0.0.27 - - [2025-07-28 02:21:14] "DELETE /access-control-list/58c264e8-48bf-4c42-bfad-f9966c157b41 HTTP/1.1" 200 115 0.016487 10.0.0.27 - - [2025-07-28 02:21:14] "GET /projects?obj_uuids=6c173a65-92ef-45e5-92f8-096b2ac15436&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001123 10.0.0.27 - - [2025-07-28 02:21:14] "GET /project/6c173a65-92ef-45e5-92f8-096b2ac15436?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.024362 10.0.0.27 - - [2025-07-28 02:21:14] "GET /projects?obj_uuids=6c173a65-92ef-45e5-92f8-096b2ac15436&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001071 10.0.0.27 - - [2025-07-28 02:21:14] "GET /project/6c173a65-92ef-45e5-92f8-096b2ac15436?fields=virtual_networks HTTP/1.1" 200 1032 0.068483 10.0.0.27 - - [2025-07-28 02:21:14] "GET /projects?obj_uuids=6c173a65-92ef-45e5-92f8-096b2ac15436&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002509 10.0.0.27 - - [2025-07-28 02:21:14] "GET /project/6c173a65-92ef-45e5-92f8-096b2ac15436?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.027774 10.0.0.27 - - [2025-07-28 02:21:14] "GET /projects?obj_uuids=6c173a65-92ef-45e5-92f8-096b2ac15436&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001145 10.0.0.27 - - [2025-07-28 02:21:14] "GET /project/6c173a65-92ef-45e5-92f8-096b2ac15436?fields=security_groups HTTP/1.1" 200 1253 0.025884 10.0.0.27 - - [2025-07-28 02:21:15] "POST /fqname-to-id HTTP/1.1" 404 184 0.025275 10.0.0.27 - - [2025-07-28 02:21:15] "GET /projects?obj_uuids=ac5110a7-15f7-4eb3-9362-ed6367158fad&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002346 10.0.0.27 - - [2025-07-28 02:21:15] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001412 10.0.0.27 - - [2025-07-28 02:21:15] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008161 10.0.0.27 - - [2025-07-28 02:21:15] "POST /id-to-fqname HTTP/1.1" 200 186 0.001432 10.0.0.27 - - [2025-07-28 02:21:15] "POST /fqname-to-id HTTP/1.1" 404 195 0.002415 10.0.0.27 - - [2025-07-28 02:21:15] "POST /security-groups HTTP/1.1" 200 587 0.068081 10.0.0.27 - - [2025-07-28 02:21:15] "POST /fqname-to-id HTTP/1.1" 404 230 0.002422 10.0.0.27 - - [2025-07-28 02:21:15] "POST /projects HTTP/1.1" 200 577 0.227261 10.0.0.27 - - [2025-07-28 02:21:15] "POST /access-control-lists HTTP/1.1" 200 592 0.057243 10.0.0.27 - - [2025-07-28 02:21:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.299959 10.0.0.27 - - [2025-07-28 02:21:15] "POST /fqname-to-id HTTP/1.1" 404 229 0.002837 10.0.0.27 - - [2025-07-28 02:21:15] "GET /project/ac5110a7-15f7-4eb3-9362-ed6367158fad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.431287 10.0.0.27 - - [2025-07-28 02:21:15] "POST /access-control-lists HTTP/1.1" 200 590 0.063861 10.0.0.27 - - [2025-07-28 02:21:17] "GET / HTTP/1.1" 200 35931 0.002844 10.0.0.27 - - [2025-07-28 02:21:17] "GET /obj-perms HTTP/1.1" 200 5056 0.330410 10.0.0.27 - - [2025-07-28 02:21:17] "GET /obj-perms HTTP/1.1" 200 5056 0.076255 10.0.0.27 - - [2025-07-28 02:21:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000491 10.0.0.27 - - [2025-07-28 02:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.023078 10.0.0.27 - - [2025-07-28 02:21:18] "GET /projects?obj_uuids=ac5110a7-15f7-4eb3-9362-ed6367158fad&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001139 10.0.0.27 - - [2025-07-28 02:21:18] "GET /project/ac5110a7-15f7-4eb3-9362-ed6367158fad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.024103 10.0.0.27 - - [2025-07-28 02:21:18] "POST /neutron/network HTTP/1.1" 200 117 0.027941 10.0.0.27 - - [2025-07-28 02:21:18] "GET /projects?obj_uuids=ac5110a7-15f7-4eb3-9362-ed6367158fad&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001129 10.0.0.27 - - [2025-07-28 02:21:18] "POST /neutron/network HTTP/1.1" 200 601 0.062950 10.0.0.27 - - [2025-07-28 02:21:18] "POST /route-targets HTTP/1.1" 200 327 0.010913 10.0.0.27 - - [2025-07-28 02:21:18] "POST /ref-update HTTP/1.1" 200 156 0.010509 10.0.0.27 - - [2025-07-28 02:21:18] "POST /useragent-kv HTTP/1.1" 200 115 0.005234 10.0.0.27 - - [2025-07-28 02:21:18] "POST /neutron/subnet HTTP/1.1" 200 730 0.182946 10.0.0.27 - - [2025-07-28 02:21:18] "POST /neutron/network HTTP/1.1" 200 821 0.005618 10.0.0.27 - - [2025-07-28 02:21:18] "POST /id-to-fqname HTTP/1.1" 200 216 0.001856 10.0.0.27 - - [2025-07-28 02:21:18] "GET /virtual-network/7e6a69e1-1d1b-4c8f-8d31-fc51791fd67f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006947 10.0.0.27 - - [2025-07-28 02:21:18] "POST /neutron/network HTTP/1.1" 200 821 0.006210 10.0.0.27 - - [2025-07-28 02:21:18] "GET /virtual-network/7e6a69e1-1d1b-4c8f-8d31-fc51791fd67f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005015 10.0.0.27 - - [2025-07-28 02:21:18] "POST /neutron/network HTTP/1.1" 200 821 0.005664 10.0.0.27 - - [2025-07-28 02:21:18] "POST /neutron/subnet HTTP/1.1" 200 730 0.007010 10.0.0.27 - - [2025-07-28 02:21:18] "POST /fqname-to-id HTTP/1.1" 404 206 0.002330 10.0.0.27 - - [2025-07-28 02:21:18] "GET /virtual-network/7e6a69e1-1d1b-4c8f-8d31-fc51791fd67f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.004632 10.0.0.27 - - [2025-07-28 02:21:19] "GET /projects?obj_uuids=ac5110a7-15f7-4eb3-9362-ed6367158fad&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001215 10.0.0.27 - - [2025-07-28 02:21:19] "POST /neutron/port HTTP/1.1" 200 1018 0.172949 10.0.0.27 - - [2025-07-28 02:21:19] "GET /virtual-machine-interface/978f31e4-aa73-4bfb-8f1c-2fc7fe08af6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2385 0.005128 10.0.0.27 - - [2025-07-28 02:21:19] "GET /virtual-machine-interface/978f31e4-aa73-4bfb-8f1c-2fc7fe08af6f?fields=instance_ip_back_refs HTTP/1.1" 200 1318 0.004989 10.0.0.27 - - [2025-07-28 02:21:19] "GET /instance-ip/f1f7e83a-e93b-4304-b4c6-7201311dee30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1596 0.004499 10.0.0.27 - - [2025-07-28 02:21:19] "GET /virtual-machine-interface/978f31e4-aa73-4bfb-8f1c-2fc7fe08af6f HTTP/1.1" 401 292 0.000436 10.0.0.27 - - [2025-07-28 02:21:19] "GET /virtual-machine-interface/978f31e4-aa73-4bfb-8f1c-2fc7fe08af6f HTTP/1.1" 200 2606 0.026507 10.0.0.27 - - [2025-07-28 02:21:19] "POST /neutron/port HTTP/1.1" 200 1018 0.007076 10.0.0.27 - - [2025-07-28 02:21:19] "POST /neutron/port HTTP/1.1" 200 151 0.067256 10.0.0.27 - - [2025-07-28 02:21:19] "POST /neutron/network HTTP/1.1" 200 821 0.005359 10.0.0.27 - - [2025-07-28 02:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003938 10.0.0.27 - - [2025-07-28 02:21:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002274 10.0.0.27 - - [2025-07-28 02:21:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002902 10.0.0.27 - - [2025-07-28 02:21:19] "POST /neutron/network HTTP/1.1" 200 151 0.078202 10.0.0.27 - - [2025-07-28 02:21:19] "DELETE /route-target/29d730cd-117f-4ca9-b42e-f8aa69ae485e HTTP/1.1" 200 115 0.025514 10.0.0.27 - - [2025-07-28 02:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.27 - - [2025-07-28 02:21:20] "GET /projects?obj_uuids=ac5110a7-15f7-4eb3-9362-ed6367158fad&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001116 10.0.0.27 - - [2025-07-28 02:21:20] "GET /project/ac5110a7-15f7-4eb3-9362-ed6367158fad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.082217 10.0.0.27 - - [2025-07-28 02:21:20] "POST /neutron/network HTTP/1.1" 200 117 0.008704 10.0.0.27 - - [2025-07-28 02:21:20] "GET /projects?obj_uuids=ac5110a7-15f7-4eb3-9362-ed6367158fad&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001643 10.0.0.27 - - [2025-07-28 02:21:20] "POST /neutron/network HTTP/1.1" 200 603 0.074184 10.0.0.27 - - [2025-07-28 02:21:20] "POST /route-targets HTTP/1.1" 200 327 0.009596 10.0.0.27 - - [2025-07-28 02:21:20] "POST /ref-update HTTP/1.1" 200 156 0.011501 10.0.0.27 - - [2025-07-28 02:21:20] "POST /useragent-kv HTTP/1.1" 200 115 0.005198 10.0.0.27 - - [2025-07-28 02:21:20] "POST /neutron/subnet HTTP/1.1" 200 724 0.143748 10.0.0.27 - - [2025-07-28 02:21:20] "POST /useragent-kv HTTP/1.1" 200 115 0.005844 10.0.0.27 - - [2025-07-28 02:21:20] "POST /neutron/subnet HTTP/1.1" 200 734 0.144927 10.0.0.27 - - [2025-07-28 02:21:20] "POST /neutron/network HTTP/1.1" 200 980 0.007934 10.0.0.27 - - [2025-07-28 02:21:20] "POST /id-to-fqname HTTP/1.1" 200 217 0.001150 10.0.0.27 - - [2025-07-28 02:21:20] "GET /virtual-network/7f4a9a66-4f83-46ae-beee-6ed1d611064c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.006707 10.0.0.27 - - [2025-07-28 02:21:21] "POST /neutron/network HTTP/1.1" 200 980 0.008309 10.0.0.27 - - [2025-07-28 02:21:21] "GET /virtual-network/7f4a9a66-4f83-46ae-beee-6ed1d611064c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.004864 10.0.0.27 - - [2025-07-28 02:21:21] "POST /neutron/network HTTP/1.1" 200 980 0.006908 10.0.0.27 - - [2025-07-28 02:21:21] "POST /neutron/subnet HTTP/1.1" 200 724 0.007270 10.0.0.27 - - [2025-07-28 02:21:21] "POST /neutron/subnet HTTP/1.1" 200 734 0.009678 10.0.0.27 - - [2025-07-28 02:21:21] "GET /projects?obj_uuids=ac5110a7-15f7-4eb3-9362-ed6367158fad&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001548 10.0.0.27 - - [2025-07-28 02:21:21] "POST /neutron/port HTTP/1.1" 200 1018 0.165140 10.0.0.27 - - [2025-07-28 02:21:21] "GET /projects?obj_uuids=ac5110a7-15f7-4eb3-9362-ed6367158fad&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002239 10.0.0.27 - - [2025-07-28 02:21:21] "POST /neutron/port HTTP/1.1" 200 1020 0.170693 10.0.0.27 - - [2025-07-28 02:21:21] "POST /id-to-fqname HTTP/1.1" 200 217 0.001310 10.0.0.27 - - [2025-07-28 02:21:21] "POST /neutron/port HTTP/1.1" 200 1018 0.007391 10.0.0.27 - - [2025-07-28 02:21:21] "POST /neutron/port HTTP/1.1" 200 1018 0.007554 10.0.0.27 - - [2025-07-28 02:21:21] "POST /neutron/network HTTP/1.1" 200 980 0.006520 10.0.0.27 - - [2025-07-28 02:21:21] "POST /neutron/port HTTP/1.1" 200 1018 0.008662 10.0.0.27 - - [2025-07-28 02:21:21] "POST /neutron/port HTTP/1.1" 200 117 0.006450 10.0.0.27 - - [2025-07-28 02:21:21] "POST /neutron/port HTTP/1.1" 200 117 0.005078 10.0.0.27 - - [2025-07-28 02:21:21] "POST /id-to-fqname HTTP/1.1" 200 217 0.001459 10.0.0.27 - - [2025-07-28 02:21:21] "POST /neutron/port HTTP/1.1" 200 117 0.005484 10.0.0.27 - - [2025-07-28 02:21:22] "POST /neutron/port HTTP/1.1" 200 1020 0.008571 10.0.0.27 - - [2025-07-28 02:21:22] "POST /neutron/port HTTP/1.1" 200 1020 0.008195 10.0.0.27 - - [2025-07-28 02:21:22] "POST /neutron/network HTTP/1.1" 200 980 0.007057 10.0.0.27 - - [2025-07-28 02:21:22] "POST /neutron/port HTTP/1.1" 200 1020 0.007637 10.0.0.27 - - [2025-07-28 02:21:22] "POST /neutron/port HTTP/1.1" 200 1018 0.007840 10.0.0.27 - - [2025-07-28 02:21:22] "POST /neutron/port HTTP/1.1" 200 1020 0.007819 10.0.0.27 - - [2025-07-28 02:21:22] "POST /neutron/port HTTP/1.1" 200 117 0.007435 10.0.0.27 - - [2025-07-28 02:21:22] "POST /neutron/port HTTP/1.1" 200 117 0.004945 10.0.0.27 - - [2025-07-28 02:21:22] "POST /neutron/port HTTP/1.1" 200 117 0.011220 10.0.0.27 - - [2025-07-28 02:21:22] "POST /neutron/port HTTP/1.1" 200 1018 0.007360 10.0.0.27 - - [2025-07-28 02:21:22] "POST /neutron/network HTTP/1.1" 200 990 0.006923 10.0.0.27 - - [2025-07-28 02:21:22] "POST /neutron/port HTTP/1.1" 200 1020 0.013947 10.0.0.27 - - [2025-07-28 02:21:22] "POST /neutron/port HTTP/1.1" 200 1018 0.011816 10.0.0.27 - - [2025-07-28 02:21:22] "POST /neutron/port HTTP/1.1" 200 1018 0.009395 10.0.0.27 - - [2025-07-28 02:21:22] "POST /neutron/network HTTP/1.1" 200 990 0.010270 10.0.0.27 - - [2025-07-28 02:21:22] "POST /neutron/port HTTP/1.1" 200 1020 0.007586 10.0.0.27 - - [2025-07-28 02:21:22] "POST /neutron/port HTTP/1.1" 200 1020 0.016255 10.0.0.27 - - [2025-07-28 02:21:22] "POST /neutron/port HTTP/1.1" 200 1110 0.095023 10.0.0.27 - - [2025-07-28 02:21:22] "POST /neutron/port HTTP/1.1" 200 1112 0.102414 10.0.0.27 - - [2025-07-28 02:21:23] "POST /neutron/port HTTP/1.1" 200 1084 0.011610 10.0.0.27 - - [2025-07-28 02:21:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003558 10.0.0.27 - - [2025-07-28 02:21:23] "POST /neutron/port HTTP/1.1" 200 1086 0.014647 10.0.0.27 - - [2025-07-28 02:21:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003545 10.0.0.27 - - [2025-07-28 02:21:23] "POST /neutron/subnet HTTP/1.1" 200 698 0.009765 10.0.0.27 - - [2025-07-28 02:21:23] "POST /neutron/port HTTP/1.1" 200 117 0.001077 10.0.0.27 - - [2025-07-28 02:21:23] "POST /neutron/subnet HTTP/1.1" 200 708 0.011209 10.0.0.27 - - [2025-07-28 02:21:23] "POST /neutron/port HTTP/1.1" 200 117 0.001344 10.0.0.27 - - [2025-07-28 02:21:23] "POST /neutron/network HTTP/1.1" 200 980 0.008750 10.0.0.27 - - [2025-07-28 02:21:23] "POST /neutron/network HTTP/1.1" 200 980 0.007570 10.0.0.27 - - [2025-07-28 02:21:27] "POST /neutron/port HTTP/1.1" 200 1084 0.011393 10.0.0.27 - - [2025-07-28 02:21:27] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006491 10.0.0.27 - - [2025-07-28 02:21:27] "POST /neutron/port HTTP/1.1" 200 1084 0.011537 10.0.0.27 - - [2025-07-28 02:21:27] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008346 10.0.0.27 - - [2025-07-28 02:21:27] "POST /neutron/port HTTP/1.1" 200 1084 0.011459 10.0.0.27 - - [2025-07-28 02:21:27] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006532 10.0.0.27 - - [2025-07-28 02:21:27] "GET /virtual-machine/36cfd265-36a2-4df2-a6e4-7e7643f867c6 HTTP/1.1" 200 1284 0.004788 10.0.0.27 - - [2025-07-28 02:21:27] "GET /virtual-machine-interface/690ae8c9-0276-414e-a69f-cbd4337e9c49 HTTP/1.1" 200 2924 0.005171 10.0.0.27 - - [2025-07-28 02:21:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003005 10.0.0.27 - - [2025-07-28 02:21:27] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003305 10.0.0.27 - - [2025-07-28 02:21:27] "GET /virtual-networks?parent_id=ac5110a7-15f7-4eb3-9362-ed6367158fad&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003514 10.0.0.27 - - [2025-07-28 02:21:27] "GET /virtual-network/7f4a9a66-4f83-46ae-beee-6ed1d611064c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.005495 10.0.0.27 - - [2025-07-28 02:21:28] "POST /neutron/port HTTP/1.1" 200 1084 0.011790 10.0.0.27 - - [2025-07-28 02:21:28] "POST /neutron/port HTTP/1.1" 200 1084 0.011754 10.0.0.27 - - [2025-07-28 02:21:28] "POST /neutron/network HTTP/1.1" 200 990 0.007607 10.0.0.27 - - [2025-07-28 02:21:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003788 10.0.0.27 - - [2025-07-28 02:21:28] "POST /neutron/subnet HTTP/1.1" 200 698 0.008664 10.0.0.27 - - [2025-07-28 02:21:28] "POST /neutron/port HTTP/1.1" 200 117 0.001315 10.0.0.27 - - [2025-07-28 02:21:28] "POST /neutron/network HTTP/1.1" 200 980 0.008283 10.0.0.27 - - [2025-07-28 02:21:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.27 - - [2025-07-28 02:21:30] "GET /virtual-network/7f4a9a66-4f83-46ae-beee-6ed1d611064c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.005644 10.0.0.27 - - [2025-07-28 02:21:31] "POST /neutron/port HTTP/1.1" 200 1086 0.012623 10.0.0.27 - - [2025-07-28 02:21:31] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005558 10.0.0.27 - - [2025-07-28 02:21:31] "POST /neutron/port HTTP/1.1" 200 1084 0.012489 10.0.0.27 - - [2025-07-28 02:21:31] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005597 10.0.0.27 - - [2025-07-28 02:21:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002834 10.0.0.27 - - [2025-07-28 02:21:33] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003142 10.0.0.27 - - [2025-07-28 02:21:33] "GET /virtual-networks?parent_id=ac5110a7-15f7-4eb3-9362-ed6367158fad&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003113 10.0.0.27 - - [2025-07-28 02:21:33] "GET /virtual-network/7f4a9a66-4f83-46ae-beee-6ed1d611064c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.006251 10.0.0.27 - - [2025-07-28 02:21:33] "POST /neutron/port HTTP/1.1" 200 1086 0.011044 10.0.0.27 - - [2025-07-28 02:21:33] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005864 10.0.0.27 - - [2025-07-28 02:21:33] "POST /neutron/port HTTP/1.1" 200 1086 0.011746 10.0.0.27 - - [2025-07-28 02:21:33] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007332 10.0.0.27 - - [2025-07-28 02:21:33] "POST /neutron/port HTTP/1.1" 200 1086 0.013740 10.0.0.27 - - [2025-07-28 02:21:33] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008360 10.0.0.27 - - [2025-07-28 02:21:33] "GET /virtual-machine/01b43748-c71b-4aca-b43d-7da8f10d5f5f HTTP/1.1" 200 1283 0.005411 10.0.0.27 - - [2025-07-28 02:21:33] "GET /virtual-machine-interface/cc6c7241-b1a3-4f02-b10f-a8f122bc7c02 HTTP/1.1" 200 2925 0.005057 10.0.0.27 - - [2025-07-28 02:21:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002726 10.0.0.27 - - [2025-07-28 02:21:33] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003125 10.0.0.27 - - [2025-07-28 02:21:33] "GET /virtual-networks?parent_id=ac5110a7-15f7-4eb3-9362-ed6367158fad&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002866 10.0.0.27 - - [2025-07-28 02:21:33] "GET /virtual-network/7f4a9a66-4f83-46ae-beee-6ed1d611064c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.005169 10.0.0.27 - - [2025-07-28 02:21:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002755 10.0.0.27 - - [2025-07-28 02:21:34] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003154 10.0.0.27 - - [2025-07-28 02:21:34] "GET /virtual-networks?parent_id=ac5110a7-15f7-4eb3-9362-ed6367158fad&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003140 10.0.0.27 - - [2025-07-28 02:21:34] "GET /virtual-network/7f4a9a66-4f83-46ae-beee-6ed1d611064c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.007619 10.0.0.27 - - [2025-07-28 02:21:38] "POST /neutron/port HTTP/1.1" 200 1112 0.017284 10.0.0.27 - - [2025-07-28 02:21:38] "POST /neutron/port HTTP/1.1" 200 1112 0.010127 10.0.0.27 - - [2025-07-28 02:21:38] "POST /neutron/port HTTP/1.1" 200 151 0.119851 10.0.0.27 - - [2025-07-28 02:21:38] "POST /neutron/port HTTP/1.1" 200 1110 0.009865 10.0.0.27 - - [2025-07-28 02:21:38] "POST /neutron/port HTTP/1.1" 200 1110 0.009107 10.0.0.27 - - [2025-07-28 02:21:38] "POST /neutron/port HTTP/1.1" 200 151 0.114340 10.0.0.27 - - [2025-07-28 02:21:38] "POST /neutron/network HTTP/1.1" 200 980 0.016885 10.0.0.27 - - [2025-07-28 02:21:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005562 10.0.0.27 - - [2025-07-28 02:21:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003491 10.0.0.27 - - [2025-07-28 02:21:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002712 10.0.0.27 - - [2025-07-28 02:21:38] "POST /useragent-kv HTTP/1.1" 200 115 0.001955 10.0.0.27 - - [2025-07-28 02:21:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002203 10.0.0.27 - - [2025-07-28 02:21:38] "POST /neutron/network HTTP/1.1" 200 151 0.132848 10.0.0.27 - - [2025-07-28 02:21:38] "DELETE /route-target/448b1aaf-491c-4736-bd2e-d0a0d61ea234 HTTP/1.1" 200 115 0.030881 10.0.0.27 - - [2025-07-28 02:21:38] "POST /neutron/port HTTP/1.1" 200 117 0.010345 10.0.0.27 - - [2025-07-28 02:21:38] "POST /neutron/port HTTP/1.1" 400 205 0.003292 10.0.0.27 - - [2025-07-28 02:21:38] "GET /projects?obj_uuids=ac5110a7-15f7-4eb3-9362-ed6367158fad&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001082 10.0.0.27 - - [2025-07-28 02:21:38] "GET /project/ac5110a7-15f7-4eb3-9362-ed6367158fad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.029397 10.0.0.27 - - [2025-07-28 02:21:38] "GET /projects?obj_uuids=ac5110a7-15f7-4eb3-9362-ed6367158fad&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002591 10.0.0.27 - - [2025-07-28 02:21:38] "GET /project/ac5110a7-15f7-4eb3-9362-ed6367158fad?fields=virtual_networks HTTP/1.1" 200 1035 0.072225 10.0.0.27 - - [2025-07-28 02:21:38] "GET /projects?obj_uuids=ac5110a7-15f7-4eb3-9362-ed6367158fad&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001112 10.0.0.27 - - [2025-07-28 02:21:38] "GET /project/ac5110a7-15f7-4eb3-9362-ed6367158fad?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.025697 10.0.0.27 - - [2025-07-28 02:21:38] "GET /projects?obj_uuids=ac5110a7-15f7-4eb3-9362-ed6367158fad&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001185 10.0.0.27 - - [2025-07-28 02:21:39] "GET /project/ac5110a7-15f7-4eb3-9362-ed6367158fad?fields=security_groups HTTP/1.1" 200 1257 0.027413 10.0.0.27 - - [2025-07-28 02:21:39] "POST /fqname-to-id HTTP/1.1" 404 186 0.023031 10.0.0.27 - - [2025-07-28 02:21:39] "GET /projects?obj_uuids=84b94ec8-474f-4127-b781-f6aad2c541d6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002434 10.0.0.27 - - [2025-07-28 02:21:39] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001644 10.0.0.27 - - [2025-07-28 02:21:39] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009419 10.0.0.27 - - [2025-07-28 02:21:39] "POST /id-to-fqname HTTP/1.1" 200 188 0.001317 10.0.0.27 - - [2025-07-28 02:21:39] "POST /fqname-to-id HTTP/1.1" 404 197 0.004883 10.0.0.27 - - [2025-07-28 02:21:40] "POST /security-groups HTTP/1.1" 200 589 0.067406 10.0.0.27 - - [2025-07-28 02:21:40] "POST /fqname-to-id HTTP/1.1" 404 232 0.004156 10.0.0.27 - - [2025-07-28 02:21:40] "POST /projects HTTP/1.1" 200 581 0.218704 10.0.0.27 - - [2025-07-28 02:21:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.287774 10.0.0.27 - - [2025-07-28 02:21:40] "POST /access-control-lists HTTP/1.1" 200 594 0.060601 10.0.0.27 - - [2025-07-28 02:21:40] "POST /fqname-to-id HTTP/1.1" 404 231 0.002638 10.0.0.27 - - [2025-07-28 02:21:40] "GET /project/84b94ec8-474f-4127-b781-f6aad2c541d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.418785 10.0.0.27 - - [2025-07-28 02:21:40] "POST /access-control-lists HTTP/1.1" 200 592 0.060253 10.0.0.27 - - [2025-07-28 02:21:41] "GET / HTTP/1.1" 200 35931 0.001681 10.0.0.27 - - [2025-07-28 02:21:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000543 10.0.0.27 - - [2025-07-28 02:21:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.053118 10.0.0.27 - - [2025-07-28 02:21:42] "GET /projects?obj_uuids=84b94ec8-474f-4127-b781-f6aad2c541d6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001114 10.0.0.27 - - [2025-07-28 02:21:42] "GET /project/84b94ec8-474f-4127-b781-f6aad2c541d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.026640 10.0.0.27 - - [2025-07-28 02:21:42] "POST /neutron/network HTTP/1.1" 200 117 0.029407 10.0.0.27 - - [2025-07-28 02:21:42] "GET /projects?obj_uuids=84b94ec8-474f-4127-b781-f6aad2c541d6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001088 10.0.0.27 - - [2025-07-28 02:21:42] "POST /neutron/network HTTP/1.1" 200 605 0.095633 10.0.0.27 - - [2025-07-28 02:21:42] "POST /route-targets HTTP/1.1" 200 327 0.013255 10.0.0.27 - - [2025-07-28 02:21:42] "POST /ref-update HTTP/1.1" 200 156 0.030689 10.0.0.27 - - [2025-07-28 02:21:42] "POST /useragent-kv HTTP/1.1" 200 115 0.004177 10.0.0.27 - - [2025-07-28 02:21:42] "POST /neutron/subnet HTTP/1.1" 200 724 0.160457 10.0.0.27 - - [2025-07-28 02:21:42] "POST /neutron/network HTTP/1.1" 200 824 0.005896 10.0.0.27 - - [2025-07-28 02:21:42] "POST /id-to-fqname HTTP/1.1" 200 219 0.001399 10.0.0.27 - - [2025-07-28 02:21:42] "GET /virtual-network/647bdb45-530a-4691-bbdd-ec60bd4f5c6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005047 10.0.0.27 - - [2025-07-28 02:21:42] "POST /neutron/network HTTP/1.1" 200 824 0.005867 10.0.0.27 - - [2025-07-28 02:21:42] "GET /virtual-network/647bdb45-530a-4691-bbdd-ec60bd4f5c6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005048 10.0.0.27 - - [2025-07-28 02:21:42] "POST /neutron/network HTTP/1.1" 200 824 0.006201 10.0.0.27 - - [2025-07-28 02:21:42] "POST /neutron/subnet HTTP/1.1" 200 724 0.007067 10.0.0.27 - - [2025-07-28 02:21:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002682 10.0.0.27 - - [2025-07-28 02:21:42] "GET /projects?obj_uuids=84b94ec8-474f-4127-b781-f6aad2c541d6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001111 10.0.0.27 - - [2025-07-28 02:21:42] "GET /project/84b94ec8-474f-4127-b781-f6aad2c541d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.024463 10.0.0.27 - - [2025-07-28 02:21:43] "POST /neutron/network HTTP/1.1" 200 117 0.010549 10.0.0.27 - - [2025-07-28 02:21:43] "GET /projects?obj_uuids=84b94ec8-474f-4127-b781-f6aad2c541d6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001990 10.0.0.27 - - [2025-07-28 02:21:43] "POST /neutron/network HTTP/1.1" 200 605 0.105337 10.0.0.27 - - [2025-07-28 02:21:43] "POST /route-targets HTTP/1.1" 200 327 0.019572 10.0.0.27 - - [2025-07-28 02:21:43] "POST /ref-update HTTP/1.1" 200 156 0.010021 10.0.0.27 - - [2025-07-28 02:21:43] "POST /neutron/port HTTP/1.1" 200 117 0.005719 10.0.0.27 - - [2025-07-28 02:21:43] "POST /neutron/port HTTP/1.1" 400 205 0.003197 10.0.0.27 - - [2025-07-28 02:21:43] "POST /useragent-kv HTTP/1.1" 200 115 0.006471 10.0.0.27 - - [2025-07-28 02:21:43] "POST /neutron/subnet HTTP/1.1" 200 720 0.220928 10.0.0.27 - - [2025-07-28 02:21:43] "POST /neutron/network HTTP/1.1" 200 823 0.005792 10.0.0.27 - - [2025-07-28 02:21:43] "POST /id-to-fqname HTTP/1.1" 200 219 0.001458 10.0.0.27 - - [2025-07-28 02:21:43] "GET /virtual-network/8d81f992-d181-46b8-8e2c-74bd19dbf3e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005310 10.0.0.27 - - [2025-07-28 02:21:43] "POST /neutron/network HTTP/1.1" 200 823 0.006119 10.0.0.27 - - [2025-07-28 02:21:43] "GET /virtual-network/8d81f992-d181-46b8-8e2c-74bd19dbf3e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007894 10.0.0.27 - - [2025-07-28 02:21:43] "POST /neutron/network HTTP/1.1" 200 823 0.006407 10.0.0.27 - - [2025-07-28 02:21:43] "POST /neutron/subnet HTTP/1.1" 200 720 0.007381 10.0.0.27 - - [2025-07-28 02:21:43] "POST /id-to-fqname HTTP/1.1" 200 219 0.001853 10.0.0.27 - - [2025-07-28 02:21:43] "POST /neutron/network HTTP/1.1" 200 834 0.005483 10.0.0.27 - - [2025-07-28 02:21:43] "GET /aaa-mode HTTP/1.1" 401 292 0.000445 10.0.0.27 - - [2025-07-28 02:21:44] "GET / HTTP/1.1" 200 35931 0.001557 10.0.0.27 - - [2025-07-28 02:21:44] "GET /project/84b94ec8-474f-4127-b781-f6aad2c541d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000435 10.0.0.27 - - [2025-07-28 02:21:44] "GET /projects?obj_uuids=84b94ec8-474f-4127-b781-f6aad2c541d6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001600 10.0.0.27 - - [2025-07-28 02:21:44] "GET /project/84b94ec8-474f-4127-b781-f6aad2c541d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.052412 10.0.0.27 - - [2025-07-28 02:21:44] "POST /neutron/network HTTP/1.1" 200 824 0.005671 10.0.0.27 - - [2025-07-28 02:21:44] "POST /neutron/port HTTP/1.1" 200 117 0.005354 10.0.0.27 - - [2025-07-28 02:21:44] "POST /neutron/port HTTP/1.1" 200 117 0.006578 10.0.0.27 - - [2025-07-28 02:21:44] "POST /id-to-fqname HTTP/1.1" 200 219 0.001825 10.0.0.27 - - [2025-07-28 02:21:44] "POST /neutron/port HTTP/1.1" 200 117 0.004878 10.0.0.27 - - [2025-07-28 02:21:44] "POST /neutron/network HTTP/1.1" 200 833 0.005680 10.0.0.27 - - [2025-07-28 02:21:44] "GET /aaa-mode HTTP/1.1" 401 292 0.000458 10.0.0.27 - - [2025-07-28 02:21:45] "POST /neutron/network HTTP/1.1" 200 834 0.005755 10.0.0.27 - - [2025-07-28 02:21:45] "GET /projects?obj_uuids=84b94ec8-474f-4127-b781-f6aad2c541d6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001511 10.0.0.27 - - [2025-07-28 02:21:45] "POST /neutron/port HTTP/1.1" 200 1058 0.220272 10.0.0.27 - - [2025-07-28 02:21:45] "GET / HTTP/1.1" 200 35931 0.001806 10.0.0.27 - - [2025-07-28 02:21:45] "GET /project/84b94ec8-474f-4127-b781-f6aad2c541d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000411 10.0.0.27 - - [2025-07-28 02:21:45] "POST /neutron/port HTTP/1.1" 200 1058 0.009974 10.0.0.27 - - [2025-07-28 02:21:45] "POST /neutron/port HTTP/1.1" 200 1058 0.011557 10.0.0.27 - - [2025-07-28 02:21:45] "POST /neutron/port HTTP/1.1" 200 1112 0.073094 10.0.0.27 - - [2025-07-28 02:21:45] "POST /neutron/port HTTP/1.1" 200 1086 0.014128 10.0.0.27 - - [2025-07-28 02:21:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004268 10.0.0.27 - - [2025-07-28 02:21:45] "POST /neutron/subnet HTTP/1.1" 200 698 0.008168 10.0.0.27 - - [2025-07-28 02:21:45] "POST /neutron/port HTTP/1.1" 200 117 0.001199 10.0.0.27 - - [2025-07-28 02:21:45] "POST /neutron/network HTTP/1.1" 200 824 0.006241 10.0.0.27 - - [2025-07-28 02:21:45] "GET /projects?obj_uuids=84b94ec8-474f-4127-b781-f6aad2c541d6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002877 10.0.0.27 - - [2025-07-28 02:21:45] "GET /project/84b94ec8-474f-4127-b781-f6aad2c541d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.048834 10.0.0.27 - - [2025-07-28 02:21:45] "POST /neutron/network HTTP/1.1" 200 823 0.005687 10.0.0.27 - - [2025-07-28 02:21:45] "POST /neutron/port HTTP/1.1" 200 1086 0.020470 10.0.0.27 - - [2025-07-28 02:21:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006730 10.0.0.27 - - [2025-07-28 02:21:45] "POST /neutron/port HTTP/1.1" 200 117 0.008893 10.0.0.27 - - [2025-07-28 02:21:45] "GET /projects?obj_uuids=84b94ec8-474f-4127-b781-f6aad2c541d6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001160 10.0.0.27 - - [2025-07-28 02:21:45] "POST /neutron/router HTTP/1.1" 200 580 0.064462 10.0.0.27 - - [2025-07-28 02:21:45] "POST /neutron/router HTTP/1.1" 200 580 0.004406 10.0.0.27 - - [2025-07-28 02:21:46] "POST /route-targets HTTP/1.1" 200 327 0.019058 10.0.0.27 - - [2025-07-28 02:21:46] "GET /projects?obj_uuids=84b94ec8-474f-4127-b781-f6aad2c541d6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001174 10.0.0.27 - - [2025-07-28 02:21:46] "PUT /logical-router/cd572137-f412-425c-9676-9c1f1fe04622 HTTP/1.1" 200 262 0.033120 10.0.0.27 - - [2025-07-28 02:21:46] "POST /neutron/router HTTP/1.1" 200 344 0.287594 10.0.0.27 - - [2025-07-28 02:21:46] "POST /ref-update HTTP/1.1" 200 156 0.018991 10.0.0.27 - - [2025-07-28 02:21:46] "POST /neutron/network HTTP/1.1" 200 833 0.026859 10.0.0.27 - - [2025-07-28 02:21:46] "POST /neutron/port HTTP/1.1" 200 1086 0.016072 10.0.0.27 - - [2025-07-28 02:21:46] "GET /projects?obj_uuids=84b94ec8-474f-4127-b781-f6aad2c541d6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001042 10.0.0.27 - - [2025-07-28 02:21:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008164 10.0.0.27 - - [2025-07-28 02:21:46] "POST /neutron/port HTTP/1.1" 200 1057 0.261784 10.0.0.27 - - [2025-07-28 02:21:46] "POST /neutron/port HTTP/1.1" 200 1057 0.014111 10.0.0.27 - - [2025-07-28 02:21:46] "POST /neutron/port HTTP/1.1" 200 1057 0.009895 10.0.0.27 - - [2025-07-28 02:21:46] "POST /neutron/port HTTP/1.1" 200 1111 0.078583 10.0.0.27 - - [2025-07-28 02:21:46] "POST /neutron/port HTTP/1.1" 200 1085 0.011745 10.0.0.27 - - [2025-07-28 02:21:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003758 10.0.0.27 - - [2025-07-28 02:21:46] "POST /neutron/subnet HTTP/1.1" 200 694 0.008018 10.0.0.27 - - [2025-07-28 02:21:46] "POST /neutron/port HTTP/1.1" 200 117 0.001282 10.0.0.27 - - [2025-07-28 02:21:46] "POST /neutron/network HTTP/1.1" 200 823 0.005688 10.0.0.27 - - [2025-07-28 02:21:51] "POST /neutron/port HTTP/1.1" 200 1086 0.012745 10.0.0.27 - - [2025-07-28 02:21:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010858 10.0.0.27 - - [2025-07-28 02:21:51] "POST /neutron/port HTTP/1.1" 200 1086 0.016603 10.0.0.27 - - [2025-07-28 02:21:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006671 10.0.0.27 - - [2025-07-28 02:21:51] "POST /neutron/port HTTP/1.1" 200 1086 0.011307 10.0.0.27 - - [2025-07-28 02:21:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006316 10.0.0.27 - - [2025-07-28 02:21:51] "GET /virtual-machine/efc65473-d0a0-4f3f-becd-fd192e2bed13 HTTP/1.1" 401 292 0.000448 10.0.0.27 - - [2025-07-28 02:21:51] "GET /virtual-machine/efc65473-d0a0-4f3f-becd-fd192e2bed13 HTTP/1.1" 200 1291 0.037653 10.0.0.27 - - [2025-07-28 02:21:51] "GET /virtual-machine-interface/8479eb47-066d-442f-ba6b-361821da9dec HTTP/1.1" 200 2934 0.006234 10.0.0.27 - - [2025-07-28 02:21:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823 10.0.0.27 - - [2025-07-28 02:21:52] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005399 10.0.0.27 - - [2025-07-28 02:21:52] "GET /virtual-networks?parent_id=84b94ec8-474f-4127-b781-f6aad2c541d6&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003075 10.0.0.27 - - [2025-07-28 02:21:52] "GET /virtual-network/647bdb45-530a-4691-bbdd-ec60bd4f5c6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.019979 10.0.0.27 - - [2025-07-28 02:21:53] "POST /neutron/port HTTP/1.1" 200 1086 0.014829 10.0.0.27 - - [2025-07-28 02:21:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005624 10.0.0.27 - - [2025-07-28 02:21:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.27 - - [2025-07-28 02:21:55] "GET /virtual-network/647bdb45-530a-4691-bbdd-ec60bd4f5c6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006941 10.0.0.27 - - [2025-07-28 02:21:55] "POST /neutron/port HTTP/1.1" 200 1085 0.012278 10.0.0.27 - - [2025-07-28 02:21:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005993 10.0.0.27 - - [2025-07-28 02:21:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002976 10.0.0.27 - - [2025-07-28 02:21:57] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002898 10.0.0.27 - - [2025-07-28 02:21:57] "GET /virtual-networks?parent_id=84b94ec8-474f-4127-b781-f6aad2c541d6&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.004317 10.0.0.27 - - [2025-07-28 02:21:57] "GET /virtual-network/647bdb45-530a-4691-bbdd-ec60bd4f5c6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005316 10.0.0.27 - - [2025-07-28 02:21:57] "POST /neutron/port HTTP/1.1" 200 1085 0.013526 10.0.0.27 - - [2025-07-28 02:21:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006509 10.0.0.27 - - [2025-07-28 02:21:57] "POST /neutron/port HTTP/1.1" 200 1085 0.015329 10.0.0.27 - - [2025-07-28 02:21:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006343 10.0.0.27 - - [2025-07-28 02:21:57] "POST /neutron/port HTTP/1.1" 200 1085 0.012908 10.0.0.27 - - [2025-07-28 02:21:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008791 10.0.0.27 - - [2025-07-28 02:21:57] "GET /virtual-machine/bcac4e3e-65ec-4f0c-92ce-b51b6bab7782 HTTP/1.1" 200 1291 0.004640 10.0.0.27 - - [2025-07-28 02:21:57] "GET /virtual-machine-interface/73afb959-d3d4-4910-85da-0f8538dbac32 HTTP/1.1" 200 2933 0.005035 10.0.0.27 - - [2025-07-28 02:21:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.27 - - [2025-07-28 02:21:57] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003347 10.0.0.27 - - [2025-07-28 02:21:58] "GET /virtual-networks?parent_id=84b94ec8-474f-4127-b781-f6aad2c541d6&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003019 10.0.0.27 - - [2025-07-28 02:21:58] "GET /virtual-network/8d81f992-d181-46b8-8e2c-74bd19dbf3e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005274 10.0.0.27 - - [2025-07-28 02:21:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003012 10.0.0.27 - - [2025-07-28 02:21:59] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003411 10.0.0.27 - - [2025-07-28 02:21:59] "GET /virtual-networks?parent_id=84b94ec8-474f-4127-b781-f6aad2c541d6&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003808 10.0.0.27 - - [2025-07-28 02:21:59] "GET /virtual-network/8d81f992-d181-46b8-8e2c-74bd19dbf3e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005709 10.0.0.27 - - [2025-07-28 02:22:04] "POST /neutron/router HTTP/1.1" 200 580 0.003905 10.0.0.27 - - [2025-07-28 02:22:04] "GET /projects?obj_uuids=84b94ec8-474f-4127-b781-f6aad2c541d6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001538 10.0.0.27 - - [2025-07-28 02:22:04] "POST /neutron/router HTTP/1.1" 200 344 0.227829 10.0.0.27 - - [2025-07-28 02:22:04] "POST /neutron/port HTTP/1.1" 200 1883 0.018372 10.0.0.27 - - [2025-07-28 02:22:05] "POST /ref-update HTTP/1.1" 200 156 0.010335 10.0.0.27 - - [2025-07-28 02:22:11] "POST /neutron/router HTTP/1.1" 200 580 0.003719 10.0.0.27 - - [2025-07-28 02:22:11] "POST /ref-update HTTP/1.1" 200 156 0.015673 10.0.0.27 - - [2025-07-28 02:22:11] "POST /neutron/router HTTP/1.1" 200 344 0.115291 10.0.0.27 - - [2025-07-28 02:22:13] "DELETE /project/84b94ec8474f4127b781f6aad2c541d6 HTTP/1.1" 404 173 0.008605 10.0.0.27 - - [2025-07-28 02:22:13] "DELETE /project/ac5110a715f74eb39362ed6367158fad HTTP/1.1" 404 173 0.007309 10.0.0.27 - - [2025-07-28 02:22:13] "GET /projects?obj_uuids=6c173a65-92ef-45e5-92f8-096b2ac15436&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000983 10.0.0.27 - - [2025-07-28 02:22:13] "GET /projects?obj_uuids=ac5110a7-15f7-4eb3-9362-ed6367158fad&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000854 10.0.0.27 - - [2025-07-28 02:22:13] "GET /project/ac5110a7-15f7-4eb3-9362-ed6367158fad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.040873 10.0.0.27 - - [2025-07-28 02:22:13] "GET /project/6c173a65-92ef-45e5-92f8-096b2ac15436?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.045122 10.0.0.27 - - [2025-07-28 02:22:13] "GET /projects?obj_uuids=6c173a65-92ef-45e5-92f8-096b2ac15436&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001103 10.0.0.27 - - [2025-07-28 02:22:13] "GET /projects?obj_uuids=ac5110a7-15f7-4eb3-9362-ed6367158fad&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000930 10.0.0.27 - - [2025-07-28 02:22:13] "GET /project/ac5110a7-15f7-4eb3-9362-ed6367158fad?fields=security_groups HTTP/1.1" 200 1362 0.039093 10.0.0.27 - - [2025-07-28 02:22:13] "GET /project/6c173a65-92ef-45e5-92f8-096b2ac15436?fields=security_groups HTTP/1.1" 200 1358 0.040775 10.0.0.27 - - [2025-07-28 02:22:13] "DELETE /security-group/46769b55-6ad1-44e1-9faa-ea90cc00bab4 HTTP/1.1" 200 115 0.052008 10.0.0.27 - - [2025-07-28 02:22:13] "GET /projects?obj_uuids=ac5110a7-15f7-4eb3-9362-ed6367158fad&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001476 10.0.0.27 - - [2025-07-28 02:22:13] "DELETE /security-group/b009b3d3-55d8-4f69-8444-e1814b3668af HTTP/1.1" 200 115 0.074599 10.0.0.27 - - [2025-07-28 02:22:13] "DELETE /access-control-list/799df68a-07b1-4610-875a-d9239d7f6850 HTTP/1.1" 200 115 0.049393 10.0.0.27 - - [2025-07-28 02:22:13] "GET /projects?obj_uuids=6c173a65-92ef-45e5-92f8-096b2ac15436&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001070 10.0.0.27 - - [2025-07-28 02:22:13] "GET /project/ac5110a7-15f7-4eb3-9362-ed6367158fad?fields=application_policy_sets HTTP/1.1" 200 1401 0.053437 10.0.0.27 - - [2025-07-28 02:22:13] "DELETE /access-control-list/0bf678ce-a64b-4eca-8341-776a5cdf83e1 HTTP/1.1" 200 115 0.037460 10.0.0.27 - - [2025-07-28 02:22:13] "GET /project/6c173a65-92ef-45e5-92f8-096b2ac15436?fields=application_policy_sets HTTP/1.1" 200 1397 0.078703 10.0.0.27 - - [2025-07-28 02:22:13] "DELETE /access-control-list/5fe798f0-8799-4675-9a16-997f6bc564d8 HTTP/1.1" 200 115 0.038305 10.0.0.27 - - [2025-07-28 02:22:13] "DELETE /access-control-list/787bd0ee-452a-46ea-b49c-d614b3e6f5f0 HTTP/1.1" 200 115 0.027743 10.0.0.27 - - [2025-07-28 02:22:13] "DELETE /project/ac5110a7-15f7-4eb3-9362-ed6367158fad HTTP/1.1" 200 115 0.395084 10.0.0.27 - - [2025-07-28 02:22:13] "DELETE /project/6c173a65-92ef-45e5-92f8-096b2ac15436 HTTP/1.1" 200 115 0.434107 10.0.0.27 - - [2025-07-28 02:22:14] "POST /neutron/router HTTP/1.1" 200 580 0.005233 10.0.0.27 - - [2025-07-28 02:22:14] "GET /projects?obj_uuids=84b94ec8-474f-4127-b781-f6aad2c541d6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001227 10.0.0.27 - - [2025-07-28 02:22:14] "POST /neutron/router HTTP/1.1" 200 344 0.211583 10.0.0.27 - - [2025-07-28 02:22:14] "POST /ref-update HTTP/1.1" 200 156 0.011485 10.0.0.27 - - [2025-07-28 02:22:16] "POST /neutron/router HTTP/1.1" 200 580 0.005347 10.0.0.27 - - [2025-07-28 02:22:17] "POST /ref-update HTTP/1.1" 200 156 0.029393 10.0.0.27 - - [2025-07-28 02:22:17] "POST /neutron/router HTTP/1.1" 200 344 0.156438 10.0.0.27 - - [2025-07-28 02:22:17] "POST /neutron/router HTTP/1.1" 200 580 0.005517 10.0.0.27 - - [2025-07-28 02:22:17] "POST /ref-update HTTP/1.1" 200 156 0.013180 10.0.0.27 - - [2025-07-28 02:22:17] "POST /neutron/router HTTP/1.1" 200 344 0.126350 10.0.0.27 - - [2025-07-28 02:22:17] "POST /neutron/router HTTP/1.1" 200 580 0.010022 10.0.0.27 - - [2025-07-28 02:22:17] "GET /logical-router/cd572137-f412-425c-9676-9c1f1fe04622?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.005803 10.0.0.27 - - [2025-07-28 02:22:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005059 10.0.0.27 - - [2025-07-28 02:22:17] "POST /neutron/router HTTP/1.1" 200 151 0.067419 10.0.0.27 - - [2025-07-28 02:22:17] "DELETE /route-target/71571d78-f9ae-4281-a413-0908bf7ca42b HTTP/1.1" 200 115 0.016847 10.0.0.27 - - [2025-07-28 02:22:17] "POST /neutron/network HTTP/1.1" 200 823 0.009254 10.0.0.27 - - [2025-07-28 02:22:17] "POST /neutron/network HTTP/1.1" 400 204 0.014428 10.0.0.27 - - [2025-07-28 02:22:17] "POST /neutron/port HTTP/1.1" 200 1085 0.027225 10.0.0.27 - - [2025-07-28 02:22:18] "POST /neutron/port HTTP/1.1" 200 1111 0.054803 10.0.0.27 - - [2025-07-28 02:22:18] "POST /neutron/port HTTP/1.1" 200 1086 0.022599 10.0.0.27 - - [2025-07-28 02:22:18] "POST /neutron/port HTTP/1.1" 200 1112 0.017538 10.0.0.27 - - [2025-07-28 02:22:18] "GET /obj-perms HTTP/1.1" 200 5056 0.080161 10.0.0.27 - - [2025-07-28 02:22:18] "POST /neutron/port HTTP/1.1" 200 151 0.262835 10.0.0.27 - - [2025-07-28 02:22:18] "POST /neutron/port HTTP/1.1" 200 151 0.231721 10.0.0.27 - - [2025-07-28 02:22:18] "GET /obj-perms HTTP/1.1" 200 5056 0.042189 10.0.0.27 - - [2025-07-28 02:22:19] "POST /neutron/network HTTP/1.1" 200 823 0.006013 10.0.0.27 - - [2025-07-28 02:22:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004206 10.0.0.27 - - [2025-07-28 02:22:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002120 10.0.0.27 - - [2025-07-28 02:22:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002778 10.0.0.27 - - [2025-07-28 02:22:19] "POST /neutron/network HTTP/1.1" 200 151 0.073061 10.0.0.27 - - [2025-07-28 02:22:19] "DELETE /route-target/c481d7b0-ba8b-42d4-8cc6-cbeb5b1a2d81 HTTP/1.1" 200 115 0.016558 10.0.0.27 - - [2025-07-28 02:22:19] "POST /neutron/network HTTP/1.1" 200 824 0.005136 10.0.0.27 - - [2025-07-28 02:22:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003722 10.0.0.27 - - [2025-07-28 02:22:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002122 10.0.0.27 - - [2025-07-28 02:22:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002545 10.0.0.27 - - [2025-07-28 02:22:19] "POST /neutron/network HTTP/1.1" 200 151 0.076615 10.0.0.27 - - [2025-07-28 02:22:19] "DELETE /route-target/2693739f-3f5d-4783-ac7e-d6bf55d5c405 HTTP/1.1" 200 115 0.011909 10.0.0.27 - - [2025-07-28 02:22:20] "GET /projects?obj_uuids=84b94ec8-474f-4127-b781-f6aad2c541d6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001478 10.0.0.27 - - [2025-07-28 02:22:20] "GET /project/84b94ec8-474f-4127-b781-f6aad2c541d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.022458 10.0.0.27 - - [2025-07-28 02:22:20] "GET /projects?obj_uuids=84b94ec8-474f-4127-b781-f6aad2c541d6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001140 10.0.0.27 - - [2025-07-28 02:22:20] "GET /project/84b94ec8-474f-4127-b781-f6aad2c541d6?fields=virtual_networks HTTP/1.1" 200 1038 0.070374 10.0.0.27 - - [2025-07-28 02:22:20] "GET /projects?obj_uuids=84b94ec8-474f-4127-b781-f6aad2c541d6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001629 10.0.0.27 - - [2025-07-28 02:22:20] "GET /project/84b94ec8-474f-4127-b781-f6aad2c541d6?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.025088 10.0.0.27 - - [2025-07-28 02:22:20] "GET /projects?obj_uuids=84b94ec8-474f-4127-b781-f6aad2c541d6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001582 10.0.0.27 - - [2025-07-28 02:22:20] "GET /project/84b94ec8-474f-4127-b781-f6aad2c541d6?fields=security_groups HTTP/1.1" 200 1262 0.027611 10.0.0.27 - - [2025-07-28 02:22:20] "POST /fqname-to-id HTTP/1.1" 404 191 0.022826 10.0.0.27 - - [2025-07-28 02:22:21] "GET /projects?obj_uuids=8c11cc66-2fe8-452e-bdb1-bfdc0ac28538&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002635 10.0.0.27 - - [2025-07-28 02:22:21] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001088 10.0.0.27 - - [2025-07-28 02:22:21] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007086 10.0.0.27 - - [2025-07-28 02:22:21] "POST /id-to-fqname HTTP/1.1" 200 193 0.002150 10.0.0.27 - - [2025-07-28 02:22:21] "POST /fqname-to-id HTTP/1.1" 404 202 0.003396 10.0.0.27 - - [2025-07-28 02:22:21] "POST /security-groups HTTP/1.1" 200 594 0.064478 10.0.0.27 - - [2025-07-28 02:22:21] "POST /fqname-to-id HTTP/1.1" 404 237 0.003519 10.0.0.27 - - [2025-07-28 02:22:21] "POST /projects HTTP/1.1" 200 591 0.228565 10.0.0.27 - - [2025-07-28 02:22:21] "POST /access-control-lists HTTP/1.1" 200 599 0.060358 10.0.0.27 - - [2025-07-28 02:22:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.296384 10.0.0.27 - - [2025-07-28 02:22:21] "POST /fqname-to-id HTTP/1.1" 404 236 0.003097 10.0.0.27 - - [2025-07-28 02:22:21] "GET /project/8c11cc66-2fe8-452e-bdb1-bfdc0ac28538?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.412511 10.0.0.27 - - [2025-07-28 02:22:21] "POST /access-control-lists HTTP/1.1" 200 597 0.060084 10.0.0.27 - - [2025-07-28 02:22:22] "GET / HTTP/1.1" 200 35931 0.002024 10.0.0.27 - - [2025-07-28 02:22:23] "GET /project/8c11cc66-2fe8-452e-bdb1-bfdc0ac28538?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000483 10.0.0.27 - - [2025-07-28 02:22:23] "GET /projects?obj_uuids=8c11cc66-2fe8-452e-bdb1-bfdc0ac28538&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001140 10.0.0.27 - - [2025-07-28 02:22:23] "GET /project/8c11cc66-2fe8-452e-bdb1-bfdc0ac28538?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.050903 10.0.0.27 - - [2025-07-28 02:22:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002359 10.0.0.27 - - [2025-07-28 02:22:23] "GET /security-group/2c298f62-a9ac-4033-a457-02650cca26da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3773 0.004996 10.0.0.27 - - [2025-07-28 02:22:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.27 - - [2025-07-28 02:22:23] "GET /projects?obj_uuids=8c11cc66-2fe8-452e-bdb1-bfdc0ac28538&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001562 10.0.0.27 - - [2025-07-28 02:22:23] "GET /project/8c11cc66-2fe8-452e-bdb1-bfdc0ac28538?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.023001 10.0.0.27 - - [2025-07-28 02:22:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002973 10.0.0.27 - - [2025-07-28 02:22:24] "GET /security-group/2c298f62-a9ac-4033-a457-02650cca26da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3773 0.004216 10.0.0.27 - - [2025-07-28 02:22:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002831 10.0.0.27 - - [2025-07-28 02:22:24] "PUT /security-group/2c298f62-a9ac-4033-a457-02650cca26da HTTP/1.1" 200 262 0.014458 10.0.0.27 - - [2025-07-28 02:22:24] "PUT /access-control-list/ba9f7955-71eb-4557-b14f-7e8be39b72a1 HTTP/1.1" 200 272 0.009611 10.0.0.27 - - [2025-07-28 02:22:24] "PUT /access-control-list/09bfc301-1ee7-4cc1-a157-e279798faa6f HTTP/1.1" 200 272 0.008363 10.0.0.27 - - [2025-07-28 02:22:24] "POST /fqname-to-id HTTP/1.1" 404 202 0.002597 10.0.0.27 - - [2025-07-28 02:22:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002847 10.0.0.27 - - [2025-07-28 02:22:24] "GET /projects?obj_uuids=8c11cc66-2fe8-452e-bdb1-bfdc0ac28538&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001480 10.0.0.27 - - [2025-07-28 02:22:24] "GET /project/8c11cc66-2fe8-452e-bdb1-bfdc0ac28538?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.027416 10.0.0.27 - - [2025-07-28 02:22:24] "POST /neutron/network HTTP/1.1" 200 117 0.027957 10.0.0.27 - - [2025-07-28 02:22:24] "GET /projects?obj_uuids=8c11cc66-2fe8-452e-bdb1-bfdc0ac28538&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001142 10.0.0.27 - - [2025-07-28 02:22:24] "POST /neutron/network HTTP/1.1" 200 608 0.060649 10.0.0.27 - - [2025-07-28 02:22:24] "POST /route-targets HTTP/1.1" 200 327 0.011483 10.0.0.27 - - [2025-07-28 02:22:24] "POST /ref-update HTTP/1.1" 200 156 0.009148 10.0.0.27 - - [2025-07-28 02:22:24] "POST /useragent-kv HTTP/1.1" 200 115 0.003655 10.0.0.27 - - [2025-07-28 02:22:24] "POST /neutron/subnet HTTP/1.1" 200 734 0.175331 10.0.0.27 - - [2025-07-28 02:22:24] "POST /neutron/network HTTP/1.1" 200 829 0.005233 10.0.0.27 - - [2025-07-28 02:22:24] "POST /id-to-fqname HTTP/1.1" 200 223 0.001122 10.0.0.27 - - [2025-07-28 02:22:24] "GET /virtual-network/c430b521-58b9-4850-a0cc-9d57c7051487?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004607 10.0.0.27 - - [2025-07-28 02:22:24] "POST /neutron/network HTTP/1.1" 200 829 0.005968 10.0.0.27 - - [2025-07-28 02:22:24] "GET /virtual-network/c430b521-58b9-4850-a0cc-9d57c7051487?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004800 10.0.0.27 - - [2025-07-28 02:22:24] "POST /neutron/network HTTP/1.1" 200 829 0.005692 10.0.0.27 - - [2025-07-28 02:22:24] "POST /neutron/subnet HTTP/1.1" 200 734 0.006334 10.0.0.27 - - [2025-07-28 02:22:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003068 10.0.0.27 - - [2025-07-28 02:22:24] "GET /projects?obj_uuids=8c11cc66-2fe8-452e-bdb1-bfdc0ac28538&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001080 10.0.0.27 - - [2025-07-28 02:22:24] "GET /project/8c11cc66-2fe8-452e-bdb1-bfdc0ac28538?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.026661 10.0.0.27 - - [2025-07-28 02:22:25] "POST /neutron/network HTTP/1.1" 200 117 0.008346 10.0.0.27 - - [2025-07-28 02:22:25] "GET /projects?obj_uuids=8c11cc66-2fe8-452e-bdb1-bfdc0ac28538&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001063 10.0.0.27 - - [2025-07-28 02:22:25] "POST /neutron/network HTTP/1.1" 200 615 0.082239 10.0.0.27 - - [2025-07-28 02:22:25] "POST /route-targets HTTP/1.1" 200 327 0.017571 10.0.0.27 - - [2025-07-28 02:22:25] "POST /ref-update HTTP/1.1" 200 156 0.012042 10.0.0.27 - - [2025-07-28 02:22:25] "POST /useragent-kv HTTP/1.1" 200 115 0.004110 10.0.0.27 - - [2025-07-28 02:22:25] "POST /neutron/subnet HTTP/1.1" 200 729 0.163996 10.0.0.27 - - [2025-07-28 02:22:25] "POST /neutron/network HTTP/1.1" 200 835 0.006894 10.0.0.27 - - [2025-07-28 02:22:25] "POST /id-to-fqname HTTP/1.1" 200 227 0.001808 10.0.0.27 - - [2025-07-28 02:22:25] "GET /virtual-network/90700b85-86d2-4458-8534-7a27b78cb20f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005991 10.0.0.27 - - [2025-07-28 02:22:25] "POST /neutron/network HTTP/1.1" 200 835 0.006510 10.0.0.27 - - [2025-07-28 02:22:25] "GET /virtual-network/90700b85-86d2-4458-8534-7a27b78cb20f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004730 10.0.0.27 - - [2025-07-28 02:22:25] "POST /neutron/network HTTP/1.1" 200 835 0.005492 10.0.0.27 - - [2025-07-28 02:22:25] "POST /neutron/subnet HTTP/1.1" 200 729 0.006792 10.0.0.27 - - [2025-07-28 02:22:25] "POST /id-to-fqname HTTP/1.1" 200 223 0.001157 10.0.0.27 - - [2025-07-28 02:22:25] "POST /neutron/network HTTP/1.1" 200 839 0.005445 10.0.0.27 - - [2025-07-28 02:22:25] "GET /aaa-mode HTTP/1.1" 401 292 0.000435 10.0.0.27 - - [2025-07-28 02:22:26] "GET / HTTP/1.1" 200 35931 0.001789 10.0.0.27 - - [2025-07-28 02:22:26] "GET /project/8c11cc66-2fe8-452e-bdb1-bfdc0ac28538?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000419 10.0.0.27 - - [2025-07-28 02:22:26] "GET /projects?obj_uuids=8c11cc66-2fe8-452e-bdb1-bfdc0ac28538&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001200 10.0.0.27 - - [2025-07-28 02:22:26] "GET /project/8c11cc66-2fe8-452e-bdb1-bfdc0ac28538?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.051265 10.0.0.27 - - [2025-07-28 02:22:26] "POST /neutron/network HTTP/1.1" 200 829 0.005765 10.0.0.27 - - [2025-07-28 02:22:26] "POST /neutron/port HTTP/1.1" 200 117 0.007534 10.0.0.27 - - [2025-07-28 02:22:26] "POST /neutron/port HTTP/1.1" 200 117 0.006327 10.0.0.27 - - [2025-07-28 02:22:26] "POST /id-to-fqname HTTP/1.1" 200 227 0.001823 10.0.0.27 - - [2025-07-28 02:22:26] "POST /neutron/port HTTP/1.1" 200 117 0.006709 10.0.0.27 - - [2025-07-28 02:22:26] "POST /neutron/network HTTP/1.1" 200 845 0.006230 10.0.0.27 - - [2025-07-28 02:22:26] "GET /aaa-mode HTTP/1.1" 401 292 0.000455 10.0.0.27 - - [2025-07-28 02:22:26] "POST /neutron/network HTTP/1.1" 200 839 0.005427 10.0.0.27 - - [2025-07-28 02:22:26] "GET /projects?obj_uuids=8c11cc66-2fe8-452e-bdb1-bfdc0ac28538&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001101 10.0.0.27 - - [2025-07-28 02:22:27] "GET / HTTP/1.1" 200 35931 0.001629 10.0.0.27 - - [2025-07-28 02:22:27] "GET /project/8c11cc66-2fe8-452e-bdb1-bfdc0ac28538?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000393 10.0.0.27 - - [2025-07-28 02:22:27] "POST /neutron/port HTTP/1.1" 200 1065 0.210026 10.0.0.27 - - [2025-07-28 02:22:27] "POST /neutron/port HTTP/1.1" 200 1065 0.009897 10.0.0.27 - - [2025-07-28 02:22:27] "POST /neutron/port HTTP/1.1" 200 1065 0.009909 10.0.0.27 - - [2025-07-28 02:22:27] "POST /neutron/port HTTP/1.1" 200 1119 0.059165 10.0.0.27 - - [2025-07-28 02:22:27] "POST /neutron/port HTTP/1.1" 200 1093 0.015108 10.0.0.27 - - [2025-07-28 02:22:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003004 10.0.0.27 - - [2025-07-28 02:22:27] "POST /neutron/subnet HTTP/1.1" 200 708 0.006849 10.0.0.27 - - [2025-07-28 02:22:27] "POST /neutron/port HTTP/1.1" 200 117 0.001174 10.0.0.27 - - [2025-07-28 02:22:27] "POST /neutron/network HTTP/1.1" 200 829 0.005362 10.0.0.27 - - [2025-07-28 02:22:27] "GET /projects?obj_uuids=8c11cc66-2fe8-452e-bdb1-bfdc0ac28538&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001233 10.0.0.27 - - [2025-07-28 02:22:27] "GET /project/8c11cc66-2fe8-452e-bdb1-bfdc0ac28538?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.049026 10.0.0.27 - - [2025-07-28 02:22:27] "POST /neutron/network HTTP/1.1" 200 835 0.005882 10.0.0.27 - - [2025-07-28 02:22:27] "POST /neutron/port HTTP/1.1" 200 1093 0.016161 10.0.0.27 - - [2025-07-28 02:22:27] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006381 10.0.0.27 - - [2025-07-28 02:22:27] "POST /neutron/port HTTP/1.1" 200 117 0.004890 10.0.0.27 - - [2025-07-28 02:22:27] "GET /projects?obj_uuids=8c11cc66-2fe8-452e-bdb1-bfdc0ac28538&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001514 10.0.0.27 - - [2025-07-28 02:22:27] "POST /neutron/router HTTP/1.1" 200 585 0.069394 10.0.0.27 - - [2025-07-28 02:22:27] "POST /neutron/router HTTP/1.1" 200 585 0.005621 10.0.0.27 - - [2025-07-28 02:22:27] "POST /route-targets HTTP/1.1" 200 327 0.026732 10.0.0.27 - - [2025-07-28 02:22:27] "PUT /logical-router/90f2de56-eb9d-4481-b0af-d447e5c817e1 HTTP/1.1" 200 262 0.041563 10.0.0.27 - - [2025-07-28 02:22:27] "POST /neutron/router HTTP/1.1" 200 656 0.058021 10.0.0.27 - - [2025-07-28 02:22:27] "GET /logical-router/90f2de56-eb9d-4481-b0af-d447e5c817e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1642 0.009661 10.0.0.27 - - [2025-07-28 02:22:27] "POST /neutron/router HTTP/1.1" 200 656 0.006862 10.0.0.27 - - [2025-07-28 02:22:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005242 10.0.0.27 - - [2025-07-28 02:22:27] "GET /projects?obj_uuids=8c11cc66-2fe8-452e-bdb1-bfdc0ac28538&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001659 10.0.0.27 - - [2025-07-28 02:22:27] "GET /service-template/b7d6ab2d-ead1-42ba-86eb-25aa86efa554?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1691 0.004754 10.0.0.27 - - [2025-07-28 02:22:27] "POST /fqname-to-id HTTP/1.1" 404 215 0.002662 10.0.0.27 - - [2025-07-28 02:22:28] "POST /neutron/network HTTP/1.1" 200 845 0.027263 10.0.0.27 - - [2025-07-28 02:22:28] "GET /projects?obj_uuids=8c11cc66-2fe8-452e-bdb1-bfdc0ac28538&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001369 10.0.0.27 - - [2025-07-28 02:22:28] "POST /useragent-kv HTTP/1.1" 200 115 0.030591 10.0.0.27 - - [2025-07-28 02:22:28] "POST /virtual-networks HTTP/1.1" 200 694 0.237755 10.0.0.27 - - [2025-07-28 02:22:28] "POST /route-targets HTTP/1.1" 200 327 0.100426 10.0.0.27 - - [2025-07-28 02:22:28] "POST /neutron/router HTTP/1.1" 200 344 0.619685 10.0.0.27 - - [2025-07-28 02:22:28] "POST /ref-update HTTP/1.1" 200 156 0.102236 10.0.0.27 - - [2025-07-28 02:22:28] "POST /service-instances HTTP/1.1" 200 670 0.267572 10.0.0.27 - - [2025-07-28 02:22:28] "POST /ref-update HTTP/1.1" 200 156 0.063723 10.0.0.27 - - [2025-07-28 02:22:28] "POST /neutron/port HTTP/1.1" 200 1093 0.074124 10.0.0.27 - - [2025-07-28 02:22:28] "POST /neutron/security_group HTTP/1.1" 200 2002 0.047589 10.0.0.27 - - [2025-07-28 02:22:28] "POST /route-tables HTTP/1.1" 200 582 0.071733 10.0.0.27 - - [2025-07-28 02:22:28] "POST /neutron/port HTTP/1.1" 200 1093 0.038353 10.0.0.27 - - [2025-07-28 02:22:28] "PUT /logical-router/90f2de56-eb9d-4481-b0af-d447e5c817e1 HTTP/1.1" 200 262 0.026662 10.0.0.27 - - [2025-07-28 02:22:28] "POST /neutron/security_group HTTP/1.1" 200 2002 0.010139 10.0.0.27 - - [2025-07-28 02:22:28] "POST /ref-update HTTP/1.1" 200 156 0.030405 10.0.0.27 - - [2025-07-28 02:22:28] "POST /neutron/port HTTP/1.1" 200 1064 0.686646 10.0.0.27 - - [2025-07-28 02:22:28] "POST /neutron/port HTTP/1.1" 200 1093 0.012931 10.0.0.27 - - [2025-07-28 02:22:28] "POST /neutron/port HTTP/1.1" 200 1064 0.007947 10.0.0.27 - - [2025-07-28 02:22:28] "POST /neutron/security_group HTTP/1.1" 200 2002 0.010606 10.0.0.27 - - [2025-07-28 02:22:28] "POST /neutron/port HTTP/1.1" 200 1064 0.013291 10.0.0.27 - - [2025-07-28 02:22:28] "GET /virtual-machine/8481b7fa-df4a-4413-afac-f5a0cb16c1f9 HTTP/1.1" 401 292 0.000406 10.0.0.27 - - [2025-07-28 02:22:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002795 10.0.0.27 - - [2025-07-28 02:22:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002481 10.0.0.27 - - [2025-07-28 02:22:29] "POST /neutron/port HTTP/1.1" 200 1118 0.061938 10.0.0.27 - - [2025-07-28 02:22:29] "POST /virtual-machines HTTP/1.1" 200 553 0.031734 10.0.0.27 - - [2025-07-28 02:22:29] "POST /neutron/port HTTP/1.1" 200 1092 0.026024 10.0.0.27 - - [2025-07-28 02:22:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003289 10.0.0.27 - - [2025-07-28 02:22:29] "POST /neutron/subnet HTTP/1.1" 200 703 0.014233 10.0.0.27 - - [2025-07-28 02:22:29] "POST /neutron/port HTTP/1.1" 200 117 0.001182 10.0.0.27 - - [2025-07-28 02:22:29] "POST /neutron/network HTTP/1.1" 200 835 0.042220 10.0.0.27 - - [2025-07-28 02:22:29] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.099094 10.0.0.27 - - [2025-07-28 02:22:29] "POST /chown HTTP/1.1" 200 109 0.009777 10.0.0.27 - - [2025-07-28 02:22:29] "GET /virtual-machine/8481b7fa-df4a-4413-afac-f5a0cb16c1f9 HTTP/1.1" 200 1295 0.032766 10.0.0.27 - - [2025-07-28 02:22:29] "GET /virtual-machine-interface/a459d1fe-e994-4c5b-b184-26ebd465dede HTTP/1.1" 200 2957 0.007096 10.0.0.27 - - [2025-07-28 02:22:29] "POST /instance-ips HTTP/1.1" 200 551 0.038890 10.0.0.27 - - [2025-07-28 02:22:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002720 10.0.0.27 - - [2025-07-28 02:22:29] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003145 10.0.0.27 - - [2025-07-28 02:22:29] "POST /instance-ips HTTP/1.1" 400 246 0.017401 10.0.0.27 - - [2025-07-28 02:22:29] "GET /virtual-networks?parent_id=8c11cc66-2fe8-452e-bdb1-bfdc0ac28538&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003983 10.0.0.27 - - [2025-07-28 02:22:29] "POST /chown HTTP/1.1" 200 109 0.010473 10.0.0.27 - - [2025-07-28 02:22:29] "GET /virtual-network/c430b521-58b9-4850-a0cc-9d57c7051487?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005927 10.0.0.27 - - [2025-07-28 02:22:29] "PUT /virtual-machine-interface/f0341a6c-89f5-4cb5-884e-d7740991bfec HTTP/1.1" 200 284 0.012164 10.0.0.27 - - [2025-07-28 02:22:29] "PUT /instance-ip/1f1cf2bf-a209-4b4e-996f-9713ddc55bae HTTP/1.1" 200 256 0.012480 10.0.0.27 - - [2025-07-28 02:22:29] "POST /ref-update HTTP/1.1" 200 156 0.012280 10.0.0.27 - - [2025-07-28 02:22:29] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.088417 10.0.0.27 - - [2025-07-28 02:22:29] "POST /chown HTTP/1.1" 200 109 0.011072 10.0.0.27 - - [2025-07-28 02:22:29] "POST /instance-ips HTTP/1.1" 200 549 0.067342 10.0.0.27 - - [2025-07-28 02:22:30] "POST /instance-ips HTTP/1.1" 400 316 0.022539 10.0.0.27 - - [2025-07-28 02:22:30] "POST /chown HTTP/1.1" 200 109 0.025986 10.0.0.27 - - [2025-07-28 02:22:30] "PUT /virtual-machine-interface/3855f813-3c4f-4964-9582-382523626892 HTTP/1.1" 200 284 0.018175 10.0.0.27 - - [2025-07-28 02:22:30] "PUT /instance-ip/b9e11ee8-c618-4678-b4ac-478984bce216 HTTP/1.1" 200 256 0.023708 10.0.0.27 - - [2025-07-28 02:22:30] "POST /ref-update HTTP/1.1" 200 156 0.024095 10.0.0.27 - - [2025-07-28 02:22:30] "POST /ref-update HTTP/1.1" 200 156 0.013725 10.0.0.27 - - [2025-07-28 02:22:30] "POST /ref-update HTTP/1.1" 200 156 0.036646 10.0.0.27 - - [2025-07-28 02:22:30] "PUT /routing-instance/3280bf9a-77dd-44a8-9ef8-3ddf50a06221 HTTP/1.1" 200 266 0.045123 10.0.0.27 - - [2025-07-28 02:22:30] "POST /virtual-machines HTTP/1.1" 200 553 0.017831 10.0.0.27 - - [2025-07-28 02:22:30] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.090564 10.0.0.27 - - [2025-07-28 02:22:30] "POST /chown HTTP/1.1" 200 109 0.006748 10.0.0.27 - - [2025-07-28 02:22:30] "POST /instance-ips HTTP/1.1" 400 246 0.015392 10.0.0.27 - - [2025-07-28 02:22:30] "POST /chown HTTP/1.1" 200 109 0.007609 10.0.0.27 - - [2025-07-28 02:22:30] "PUT /virtual-machine-interface/fcfb1459-abae-43c5-9777-f4e562bf1113 HTTP/1.1" 200 284 0.012596 10.0.0.27 - - [2025-07-28 02:22:30] "PUT /instance-ip/1f1cf2bf-a209-4b4e-996f-9713ddc55bae HTTP/1.1" 200 256 0.014847 10.0.0.27 - - [2025-07-28 02:22:30] "POST /ref-update HTTP/1.1" 200 156 0.010765 10.0.0.27 - - [2025-07-28 02:22:31] "POST /ref-update HTTP/1.1" 200 156 0.011558 10.0.0.27 - - [2025-07-28 02:22:31] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.090255 10.0.0.27 - - [2025-07-28 02:22:31] "POST /chown HTTP/1.1" 200 109 0.007858 10.0.0.27 - - [2025-07-28 02:22:31] "POST /instance-ips HTTP/1.1" 400 316 0.016245 10.0.0.27 - - [2025-07-28 02:22:31] "POST /chown HTTP/1.1" 200 109 0.008251 10.0.0.27 - - [2025-07-28 02:22:31] "PUT /virtual-machine-interface/c37652dc-75cc-4442-890c-4069ccb9bcbe HTTP/1.1" 200 284 0.015184 10.0.0.27 - - [2025-07-28 02:22:31] "PUT /instance-ip/b9e11ee8-c618-4678-b4ac-478984bce216 HTTP/1.1" 200 256 0.021357 10.0.0.27 - - [2025-07-28 02:22:31] "POST /ref-update HTTP/1.1" 200 156 0.011422 10.0.0.27 - - [2025-07-28 02:22:31] "POST /ref-update HTTP/1.1" 200 156 0.022876 10.0.0.27 - - [2025-07-28 02:22:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.27 - - [2025-07-28 02:22:32] "GET /virtual-network/c430b521-58b9-4850-a0cc-9d57c7051487?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006301 10.0.0.27 - - [2025-07-28 02:22:35] "POST /neutron/port HTTP/1.1" 200 1093 0.016517 10.0.0.27 - - [2025-07-28 02:22:36] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008717 10.0.0.27 - - [2025-07-28 02:22:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.27 - - [2025-07-28 02:22:36] "GET /virtual-network/c430b521-58b9-4850-a0cc-9d57c7051487?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006535 10.0.0.27 - - [2025-07-28 02:22:37] "POST /neutron/port HTTP/1.1" 200 1092 0.011045 10.0.0.27 - - [2025-07-28 02:22:37] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005263 10.0.0.27 - - [2025-07-28 02:22:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.27 - - [2025-07-28 02:22:38] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003140 10.0.0.27 - - [2025-07-28 02:22:38] "GET /virtual-networks?parent_id=8c11cc66-2fe8-452e-bdb1-bfdc0ac28538&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003306 10.0.0.27 - - [2025-07-28 02:22:38] "GET /virtual-network/c430b521-58b9-4850-a0cc-9d57c7051487?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005169 10.0.0.27 - - [2025-07-28 02:22:39] "POST /neutron/port HTTP/1.1" 200 1092 0.010894 10.0.0.27 - - [2025-07-28 02:22:39] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006109 10.0.0.27 - - [2025-07-28 02:22:39] "POST /neutron/port HTTP/1.1" 200 1092 0.014835 10.0.0.27 - - [2025-07-28 02:22:39] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008675 10.0.0.27 - - [2025-07-28 02:22:39] "POST /neutron/port HTTP/1.1" 200 1092 0.011091 10.0.0.27 - - [2025-07-28 02:22:39] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005759 10.0.0.27 - - [2025-07-28 02:22:39] "GET /virtual-machine/d121e5b0-c1db-442d-8799-c3ba73f1ac82 HTTP/1.1" 200 1295 0.005603 10.0.0.27 - - [2025-07-28 02:22:39] "GET /virtual-machine-interface/b1d52e7d-1bae-4cfb-bb34-eef5abce29e2 HTTP/1.1" 200 2969 0.006333 10.0.0.27 - - [2025-07-28 02:22:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.27 - - [2025-07-28 02:22:39] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003141 10.0.0.27 - - [2025-07-28 02:22:39] "GET /virtual-networks?parent_id=8c11cc66-2fe8-452e-bdb1-bfdc0ac28538&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003063 10.0.0.27 - - [2025-07-28 02:22:39] "GET /virtual-network/90700b85-86d2-4458-8534-7a27b78cb20f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006082 10.0.0.27 - - [2025-07-28 02:22:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003028 10.0.0.27 - - [2025-07-28 02:22:40] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003926 10.0.0.27 - - [2025-07-28 02:22:40] "GET /virtual-networks?parent_id=8c11cc66-2fe8-452e-bdb1-bfdc0ac28538&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003277 10.0.0.27 - - [2025-07-28 02:22:40] "GET /virtual-network/90700b85-86d2-4458-8534-7a27b78cb20f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005790 10.0.0.27 - - [2025-07-28 02:22:44] "POST /neutron/router HTTP/1.1" 200 656 0.003881 10.0.0.27 - - [2025-07-28 02:22:44] "POST /ref-update HTTP/1.1" 200 156 0.012475 10.0.0.27 - - [2025-07-28 02:22:44] "POST /neutron/router HTTP/1.1" 200 344 0.094870 10.0.0.27 - - [2025-07-28 02:22:44] "POST /neutron/router HTTP/1.1" 200 656 0.004877 10.0.0.27 - - [2025-07-28 02:22:44] "GET /logical-router/90f2de56-eb9d-4481-b0af-d447e5c817e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1973 0.003367 10.0.0.27 - - [2025-07-28 02:22:44] "GET /service-instance/617711a4-9c8e-410c-bfd7-530d84f05479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2325 0.003370 10.0.0.27 - - [2025-07-28 02:22:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.27 - - [2025-07-28 02:22:44] "POST /neutron/router HTTP/1.1" 200 151 0.053204 10.0.0.27 - - [2025-07-28 02:22:44] "DELETE /route-target/94e4569a-2320-442a-82bc-85950ee44c49 HTTP/1.1" 409 239 0.004710 10.0.0.27 - - [2025-07-28 02:22:44] "PUT /logical-router/90f2de56-eb9d-4481-b0af-d447e5c817e1 HTTP/1.1" 404 171 0.002782 10.0.0.27 - - [2025-07-28 02:22:44] "POST /ref-update HTTP/1.1" 200 156 0.012255 10.0.0.27 - - [2025-07-28 02:22:44] "DELETE /route-table/b59da575-625a-440c-8950-21c202f9b851 HTTP/1.1" 200 115 0.033850 10.0.0.27 - - [2025-07-28 02:22:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002608 10.0.0.27 - - [2025-07-28 02:22:44] "PUT /routing-instance/3280bf9a-77dd-44a8-9ef8-3ddf50a06221 HTTP/1.1" 200 266 0.018609 10.0.0.27 - - [2025-07-28 02:22:44] "GET /virtual-network/d70fb6a6-64b3-4bd3-9d8b-e177ea5583bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2134 0.008573 10.0.0.27 - - [2025-07-28 02:22:44] "POST /neutron/network HTTP/1.1" 200 835 0.015437 10.0.0.27 - - [2025-07-28 02:22:45] "POST /neutron/network HTTP/1.1" 400 204 0.033536 10.0.0.27 - - [2025-07-28 02:22:45] "POST /ref-update HTTP/1.1" 200 156 0.009136 10.0.0.27 - - [2025-07-28 02:22:45] "POST /ref-update HTTP/1.1" 200 156 0.013725 10.0.0.27 - - [2025-07-28 02:22:45] "DELETE /instance-ip/b9e11ee8-c618-4678-b4ac-478984bce216 HTTP/1.1" 200 115 0.042179 10.0.0.27 - - [2025-07-28 02:22:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.27 - - [2025-07-28 02:22:45] "POST /useragent-kv HTTP/1.1" 200 115 0.005531 10.0.0.27 - - [2025-07-28 02:22:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002484 10.0.0.27 - - [2025-07-28 02:22:45] "DELETE /virtual-network/d70fb6a6-64b3-4bd3-9d8b-e177ea5583bc HTTP/1.1" 200 115 0.143932 10.0.0.27 - - [2025-07-28 02:22:45] "DELETE /route-target/c8e3bfa0-1cc1-4896-94a0-c8a981d45fde HTTP/1.1" 200 115 0.033115 10.0.0.27 - - [2025-07-28 02:22:45] "DELETE /service-instance/617711a4-9c8e-410c-bfd7-530d84f05479 HTTP/1.1" 200 115 0.047695 10.0.0.27 - - [2025-07-28 02:22:45] "GET /logical-router/90f2de56-eb9d-4481-b0af-d447e5c817e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.007965 10.0.0.27 - - [2025-07-28 02:22:45] "GET /service-instance/617711a4-9c8e-410c-bfd7-530d84f05479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002653 10.0.0.27 - - [2025-07-28 02:22:45] "POST /neutron/port HTTP/1.1" 200 1092 0.013193 10.0.0.27 - - [2025-07-28 02:22:45] "GET /virtual-machine-interface/3855f813-3c4f-4964-9582-382523626892?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1343 0.005579 10.0.0.27 - - [2025-07-28 02:22:45] "POST /neutron/port HTTP/1.1" 200 1118 0.009812 10.0.0.27 - - [2025-07-28 02:22:45] "POST /neutron/port HTTP/1.1" 200 1093 0.013199 10.0.0.27 - - [2025-07-28 02:22:45] "POST /neutron/port HTTP/1.1" 200 1119 0.017918 10.0.0.27 - - [2025-07-28 02:22:45] "DELETE /virtual-machine-interface/3855f813-3c4f-4964-9582-382523626892 HTTP/1.1" 200 115 0.054086 10.0.0.27 - - [2025-07-28 02:22:45] "GET /virtual-machine-interface/f0341a6c-89f5-4cb5-884e-d7740991bfec?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1663 0.005121 10.0.0.27 - - [2025-07-28 02:22:45] "POST /neutron/port HTTP/1.1" 200 151 0.146556 10.0.0.27 - - [2025-07-28 02:22:45] "POST /ref-update HTTP/1.1" 200 156 0.021965 10.0.0.27 - - [2025-07-28 02:22:45] "POST /neutron/port HTTP/1.1" 200 151 0.153473 10.0.0.27 - - [2025-07-28 02:22:45] "GET /instance-ip/1f1cf2bf-a209-4b4e-996f-9713ddc55bae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004461 10.0.0.27 - - [2025-07-28 02:22:45] "DELETE /virtual-machine-interface/f0341a6c-89f5-4cb5-884e-d7740991bfec HTTP/1.1" 200 115 0.040199 10.0.0.27 - - [2025-07-28 02:22:45] "POST /ref-update HTTP/1.1" 200 156 0.011788 10.0.0.27 - - [2025-07-28 02:22:45] "DELETE /virtual-machine/b0fd2be9-21f3-4496-b543-e0ed41ef98e7 HTTP/1.1" 200 115 0.020389 10.0.0.27 - - [2025-07-28 02:22:45] "GET /virtual-machine-interface/fcfb1459-abae-43c5-9777-f4e562bf1113?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1664 0.006348 10.0.0.27 - - [2025-07-28 02:22:45] "POST /ref-update HTTP/1.1" 200 156 0.012350 10.0.0.27 - - [2025-07-28 02:22:46] "GET /instance-ip/1f1cf2bf-a209-4b4e-996f-9713ddc55bae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1696 0.006480 10.0.0.27 - - [2025-07-28 02:22:46] "DELETE /instance-ip/1f1cf2bf-a209-4b4e-996f-9713ddc55bae HTTP/1.1" 200 115 0.024540 10.0.0.27 - - [2025-07-28 02:22:46] "DELETE /virtual-machine-interface/fcfb1459-abae-43c5-9777-f4e562bf1113 HTTP/1.1" 200 115 0.028692 10.0.0.27 - - [2025-07-28 02:22:46] "GET /virtual-machine-interface/c37652dc-75cc-4442-890c-4069ccb9bcbe?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1343 0.005339 10.0.0.27 - - [2025-07-28 02:22:46] "DELETE /virtual-machine-interface/c37652dc-75cc-4442-890c-4069ccb9bcbe HTTP/1.1" 200 115 0.024443 10.0.0.27 - - [2025-07-28 02:22:46] "DELETE /virtual-machine/a63961a9-7900-4297-a96d-681125dc81b8 HTTP/1.1" 200 115 0.018538 10.0.0.27 - - [2025-07-28 02:22:47] "POST /neutron/network HTTP/1.1" 200 835 0.005742 10.0.0.27 - - [2025-07-28 02:22:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003171 10.0.0.27 - - [2025-07-28 02:22:47] "POST /useragent-kv HTTP/1.1" 200 115 0.003625 10.0.0.27 - - [2025-07-28 02:22:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002114 10.0.0.27 - - [2025-07-28 02:22:47] "POST /neutron/network HTTP/1.1" 200 151 0.087697 10.0.0.27 - - [2025-07-28 02:22:47] "DELETE /route-target/c91d4127-3823-4ebc-9e8f-6ee32d5b11e8 HTTP/1.1" 200 115 0.021761 10.0.0.27 - - [2025-07-28 02:22:47] "POST /neutron/network HTTP/1.1" 200 829 0.005578 10.0.0.27 - - [2025-07-28 02:22:47] "POST /useragent-kv HTTP/1.1" 200 115 0.003704 10.0.0.27 - - [2025-07-28 02:22:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004450 10.0.0.27 - - [2025-07-28 02:22:47] "POST /useragent-kv HTTP/1.1" 200 115 0.003087 10.0.0.27 - - [2025-07-28 02:22:47] "POST /neutron/network HTTP/1.1" 200 151 0.082484 10.0.0.27 - - [2025-07-28 02:22:47] "DELETE /route-target/60e744a2-d20c-48ff-b728-836c539cdb1a HTTP/1.1" 200 115 0.015126 10.0.0.27 - - [2025-07-28 02:22:47] "GET /projects?obj_uuids=8c11cc66-2fe8-452e-bdb1-bfdc0ac28538&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001215 10.0.0.27 - - [2025-07-28 02:22:47] "GET /project/8c11cc66-2fe8-452e-bdb1-bfdc0ac28538?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.029225 10.0.0.27 - - [2025-07-28 02:22:47] "GET /projects?obj_uuids=8c11cc66-2fe8-452e-bdb1-bfdc0ac28538&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001171 10.0.0.27 - - [2025-07-28 02:22:47] "GET /project/8c11cc66-2fe8-452e-bdb1-bfdc0ac28538?fields=virtual_networks HTTP/1.1" 200 1049 0.069685 10.0.0.27 - - [2025-07-28 02:22:47] "GET /projects?obj_uuids=8c11cc66-2fe8-452e-bdb1-bfdc0ac28538&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001619 10.0.0.27 - - [2025-07-28 02:22:47] "GET /project/8c11cc66-2fe8-452e-bdb1-bfdc0ac28538?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.029010 10.0.0.27 - - [2025-07-28 02:22:47] "GET /projects?obj_uuids=8c11cc66-2fe8-452e-bdb1-bfdc0ac28538&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001172 10.0.0.27 - - [2025-07-28 02:22:47] "GET /project/8c11cc66-2fe8-452e-bdb1-bfdc0ac28538?fields=security_groups HTTP/1.1" 200 1278 0.023902 10.0.0.27 - - [2025-07-28 02:22:48] "POST /fqname-to-id HTTP/1.1" 404 196 0.024811 10.0.0.27 - - [2025-07-28 02:22:48] "GET /projects?obj_uuids=f1ca7650-ebc4-49c9-84a2-dc4074ab23f3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002376 10.0.0.27 - - [2025-07-28 02:22:48] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001624 10.0.0.27 - - [2025-07-28 02:22:48] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007940 10.0.0.27 - - [2025-07-28 02:22:48] "POST /id-to-fqname HTTP/1.1" 200 198 0.001201 10.0.0.27 - - [2025-07-28 02:22:48] "POST /fqname-to-id HTTP/1.1" 404 207 0.002034 10.0.0.27 - - [2025-07-28 02:22:48] "POST /security-groups HTTP/1.1" 200 599 0.063463 10.0.0.27 - - [2025-07-28 02:22:48] "POST /fqname-to-id HTTP/1.1" 404 242 0.004340 10.0.0.27 - - [2025-07-28 02:22:48] "POST /projects HTTP/1.1" 200 601 0.240570 10.0.0.27 - - [2025-07-28 02:22:48] "POST /access-control-lists HTTP/1.1" 200 604 0.057099 10.0.0.27 - - [2025-07-28 02:22:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.309151 10.0.0.27 - - [2025-07-28 02:22:48] "POST /fqname-to-id HTTP/1.1" 404 241 0.002851 10.0.0.27 - - [2025-07-28 02:22:49] "GET /project/f1ca7650-ebc4-49c9-84a2-dc4074ab23f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.431977 10.0.0.27 - - [2025-07-28 02:22:49] "POST /access-control-lists HTTP/1.1" 200 602 0.060065 10.0.0.27 - - [2025-07-28 02:22:50] "GET / HTTP/1.1" 200 35931 0.001961 10.0.0.27 - - [2025-07-28 02:22:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000473 10.0.0.27 - - [2025-07-28 02:22:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.052633 10.0.0.27 - - [2025-07-28 02:22:51] "GET /projects?obj_uuids=f1ca7650-ebc4-49c9-84a2-dc4074ab23f3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001115 10.0.0.27 - - [2025-07-28 02:22:51] "GET /project/f1ca7650-ebc4-49c9-84a2-dc4074ab23f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.026849 10.0.0.27 - - [2025-07-28 02:22:51] "POST /neutron/network HTTP/1.1" 200 117 0.028184 10.0.0.27 - - [2025-07-28 02:22:51] "GET /projects?obj_uuids=f1ca7650-ebc4-49c9-84a2-dc4074ab23f3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001653 10.0.0.27 - - [2025-07-28 02:22:51] "POST /neutron/network HTTP/1.1" 200 613 0.069360 10.0.0.27 - - [2025-07-28 02:22:51] "POST /route-targets HTTP/1.1" 200 327 0.015139 10.0.0.27 - - [2025-07-28 02:22:51] "POST /ref-update HTTP/1.1" 200 156 0.012150 10.0.0.27 - - [2025-07-28 02:22:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002125 10.0.0.27 - - [2025-07-28 02:22:51] "POST /neutron/subnet HTTP/1.1" 200 734 0.207756 10.0.0.27 - - [2025-07-28 02:22:51] "POST /useragent-kv HTTP/1.1" 200 115 0.004716 10.0.0.27 - - [2025-07-28 02:22:51] "POST /neutron/subnet HTTP/1.1" 200 823 0.181931 10.0.0.27 - - [2025-07-28 02:22:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.031757 10.0.0.27 - - [2025-07-28 02:22:51] "GET /virtual-network/6de49609-2693-47af-a697-b79a41aeccbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1960 0.007298 10.0.0.27 - - [2025-07-28 02:22:51] "POST /neutron/network HTTP/1.1" 200 1007 0.009533 10.0.0.27 - - [2025-07-28 02:22:51] "POST /id-to-fqname HTTP/1.1" 200 228 0.001918 10.0.0.27 - - [2025-07-28 02:22:51] "GET /virtual-network/f602ffd7-7c06-4cc0-a5a4-a89dd98e65cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.006638 10.0.0.27 - - [2025-07-28 02:22:51] "POST /neutron/network HTTP/1.1" 200 1007 0.008014 10.0.0.27 - - [2025-07-28 02:22:51] "GET /virtual-network/f602ffd7-7c06-4cc0-a5a4-a89dd98e65cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.005058 10.0.0.27 - - [2025-07-28 02:22:51] "POST /neutron/network HTTP/1.1" 200 1007 0.007441 10.0.0.27 - - [2025-07-28 02:22:51] "POST /neutron/subnet HTTP/1.1" 200 734 0.007024 10.0.0.27 - - [2025-07-28 02:22:51] "POST /neutron/subnet HTTP/1.1" 200 823 0.010062 10.0.0.27 - - [2025-07-28 02:22:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002628 10.0.0.27 - - [2025-07-28 02:22:51] "GET /projects?obj_uuids=f1ca7650-ebc4-49c9-84a2-dc4074ab23f3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001054 10.0.0.27 - - [2025-07-28 02:22:52] "GET /project/f1ca7650-ebc4-49c9-84a2-dc4074ab23f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.021929 10.0.0.27 - - [2025-07-28 02:22:52] "POST /neutron/network HTTP/1.1" 200 117 0.008668 10.0.0.27 - - [2025-07-28 02:22:52] "GET /projects?obj_uuids=f1ca7650-ebc4-49c9-84a2-dc4074ab23f3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001104 10.0.0.27 - - [2025-07-28 02:22:52] "POST /neutron/network HTTP/1.1" 200 613 0.063967 10.0.0.27 - - [2025-07-28 02:22:52] "POST /route-targets HTTP/1.1" 200 327 0.010255 10.0.0.27 - - [2025-07-28 02:22:52] "POST /ref-update HTTP/1.1" 200 156 0.011703 10.0.0.27 - - [2025-07-28 02:22:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002213 10.0.0.27 - - [2025-07-28 02:22:52] "POST /neutron/subnet HTTP/1.1" 200 725 0.148656 10.0.0.27 - - [2025-07-28 02:22:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.006054 10.0.0.27 - - [2025-07-28 02:22:52] "GET /virtual-network/6de49609-2693-47af-a697-b79a41aeccbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1960 0.004751 10.0.0.27 - - [2025-07-28 02:22:52] "POST /useragent-kv HTTP/1.1" 200 115 0.003490 10.0.0.27 - - [2025-07-28 02:22:52] "POST /neutron/subnet HTTP/1.1" 200 828 0.189446 10.0.0.27 - - [2025-07-28 02:22:52] "POST /neutron/network HTTP/1.1" 200 1006 0.007395 10.0.0.27 - - [2025-07-28 02:22:52] "POST /id-to-fqname HTTP/1.1" 200 228 0.001219 10.0.0.27 - - [2025-07-28 02:22:52] "GET /virtual-network/8dda3b3e-9a87-4e61-9fd5-60455c8a02e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.004854 10.0.0.27 - - [2025-07-28 02:22:52] "POST /neutron/network HTTP/1.1" 200 1006 0.007522 10.0.0.27 - - [2025-07-28 02:22:52] "GET /virtual-network/8dda3b3e-9a87-4e61-9fd5-60455c8a02e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005669 10.0.0.27 - - [2025-07-28 02:22:52] "POST /neutron/network HTTP/1.1" 200 1006 0.007801 10.0.0.27 - - [2025-07-28 02:22:52] "POST /neutron/subnet HTTP/1.1" 200 725 0.006997 10.0.0.27 - - [2025-07-28 02:22:52] "POST /neutron/subnet HTTP/1.1" 200 828 0.007002 10.0.0.27 - - [2025-07-28 02:22:52] "POST /fqname-to-id HTTP/1.1" 404 234 0.002582 10.0.0.27 - - [2025-07-28 02:22:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002960 10.0.0.27 - - [2025-07-28 02:22:52] "GET /projects?obj_uuids=f1ca7650-ebc4-49c9-84a2-dc4074ab23f3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001138 10.0.0.27 - - [2025-07-28 02:22:52] "GET /project/f1ca7650-ebc4-49c9-84a2-dc4074ab23f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.025992 10.0.0.27 - - [2025-07-28 02:22:52] "POST /network-policys HTTP/1.1" 200 577 0.059873 10.0.0.27 - - [2025-07-28 02:22:52] "GET /network-policy/3d690cc3-8434-44ff-9764-f3ea93311a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.004974 10.0.0.27 - - [2025-07-28 02:22:53] "POST /neutron/network HTTP/1.1" 200 1007 0.008072 10.0.0.27 - - [2025-07-28 02:22:53] "POST /fqname-to-id HTTP/1.1" 404 242 0.006624 10.0.0.27 - - [2025-07-28 02:22:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005943 10.0.0.27 - - [2025-07-28 02:22:53] "GET /virtual-network/6de49609-2693-47af-a697-b79a41aeccbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1960 0.005486 10.0.0.27 - - [2025-07-28 02:22:53] "POST /neutron/network HTTP/1.1" 200 1115 0.055541 10.0.0.27 - - [2025-07-28 02:22:53] "POST /access-control-lists HTTP/1.1" 200 596 0.077117 10.0.0.27 - - [2025-07-28 02:22:53] "POST /neutron/network HTTP/1.1" 200 1115 0.047828 10.0.0.27 - - [2025-07-28 02:22:53] "GET /virtual-network/f602ffd7-7c06-4cc0-a5a4-a89dd98e65cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.006713 10.0.0.27 - - [2025-07-28 02:22:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002427 10.0.0.27 - - [2025-07-28 02:22:53] "GET /network-policy/3d690cc3-8434-44ff-9764-f3ea93311a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.004784 10.0.0.27 - - [2025-07-28 02:22:53] "POST /neutron/network HTTP/1.1" 200 1006 0.009052 10.0.0.27 - - [2025-07-28 02:22:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.016300 10.0.0.27 - - [2025-07-28 02:22:53] "GET /virtual-network/6de49609-2693-47af-a697-b79a41aeccbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1960 0.048682 10.0.0.27 - - [2025-07-28 02:22:53] "PUT /access-control-list/758e73b0-2cb1-4392-834d-1f8ce1ac6f0b HTTP/1.1" 200 272 0.067004 10.0.0.27 - - [2025-07-28 02:22:53] "POST /neutron/network HTTP/1.1" 200 1114 0.103181 10.0.0.27 - - [2025-07-28 02:22:53] "POST /fqname-to-id HTTP/1.1" 404 242 0.003047 10.0.0.27 - - [2025-07-28 02:22:53] "POST /neutron/network HTTP/1.1" 200 1114 0.008278 10.0.0.27 - - [2025-07-28 02:22:53] "GET /virtual-network/8dda3b3e-9a87-4e61-9fd5-60455c8a02e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.005043 10.0.0.27 - - [2025-07-28 02:22:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002521 10.0.0.27 - - [2025-07-28 02:22:53] "GET /network-policy/3d690cc3-8434-44ff-9764-f3ea93311a9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.024242 10.0.0.27 - - [2025-07-28 02:22:53] "POST /access-control-lists HTTP/1.1" 200 596 0.060582 10.0.0.27 - - [2025-07-28 02:22:53] "GET /domains HTTP/1.1" 401 292 0.000729 10.0.0.27 - - [2025-07-28 02:22:53] "POST /ref-update HTTP/1.1" 200 156 0.014190 10.0.0.27 - - [2025-07-28 02:22:53] "GET /domains HTTP/1.1" 200 280 0.023062 10.0.0.27 - - [2025-07-28 02:22:53] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001042 10.0.0.27 - - [2025-07-28 02:22:53] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491 HTTP/1.1" 200 2955 0.008571 10.0.0.27 - - [2025-07-28 02:22:53] "GET /projects?obj_uuids=f1ca7650-ebc4-49c9-84a2-dc4074ab23f3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001009 10.0.0.27 - - [2025-07-28 02:22:53] "GET /project/f1ca7650-ebc4-49c9-84a2-dc4074ab23f3 HTTP/1.1" 200 2635 0.070841 10.0.0.27 - - [2025-07-28 02:22:53] "GET /virtual-network/f602ffd7-7c06-4cc0-a5a4-a89dd98e65cc HTTP/1.1" 200 3510 0.006436 10.0.0.27 - - [2025-07-28 02:22:53] "GET /virtual-network/f602ffd7-7c06-4cc0-a5a4-a89dd98e65cc HTTP/1.1" 200 3510 0.005566 10.0.0.27 - - [2025-07-28 02:22:53] "GET /routing-instance/5ccdcc81-1cad-418c-8ce1-625146aad211 HTTP/1.1" 200 1795 0.003588 10.0.0.27 - - [2025-07-28 02:22:53] "GET /routing-instance/5ccdcc81-1cad-418c-8ce1-625146aad211 HTTP/1.1" 200 1795 0.003433 10.0.0.27 - - [2025-07-28 02:22:53] "GET /route-target/f549fc7a-6c84-434d-a0b3-d06ba305cc6e HTTP/1.1" 200 1213 0.003350 10.0.0.27 - - [2025-07-28 02:22:53] "GET /virtual-network/f602ffd7-7c06-4cc0-a5a4-a89dd98e65cc HTTP/1.1" 200 3510 0.004753 10.0.0.27 - - [2025-07-28 02:22:54] "GET /routing-instance/5ccdcc81-1cad-418c-8ce1-625146aad211 HTTP/1.1" 200 1795 0.003609 10.0.0.27 - - [2025-07-28 02:22:54] "GET /virtual-network/f602ffd7-7c06-4cc0-a5a4-a89dd98e65cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.004990 10.0.0.27 - - [2025-07-28 02:22:54] "GET /virtual-network/f602ffd7-7c06-4cc0-a5a4-a89dd98e65cc HTTP/1.1" 200 3510 0.005308 10.0.0.27 - - [2025-07-28 02:22:54] "GET /routing-instance/5ccdcc81-1cad-418c-8ce1-625146aad211 HTTP/1.1" 200 1795 0.003987 10.0.0.27 - - [2025-07-28 02:22:54] "GET /routing-instance/5ccdcc81-1cad-418c-8ce1-625146aad211 HTTP/1.1" 200 1795 0.003584 10.0.0.27 - - [2025-07-28 02:22:54] "GET /route-target/f549fc7a-6c84-434d-a0b3-d06ba305cc6e HTTP/1.1" 200 1213 0.003529 10.0.0.27 - - [2025-07-28 02:22:54] "GET /domains HTTP/1.1" 200 280 0.002656 10.0.0.27 - - [2025-07-28 02:22:54] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001104 10.0.0.27 - - [2025-07-28 02:22:54] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491 HTTP/1.1" 200 2955 0.007432 10.0.0.27 - - [2025-07-28 02:22:54] "GET /projects?obj_uuids=f1ca7650-ebc4-49c9-84a2-dc4074ab23f3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001131 10.0.0.27 - - [2025-07-28 02:22:54] "GET /project/f1ca7650-ebc4-49c9-84a2-dc4074ab23f3 HTTP/1.1" 200 2635 0.072850 10.0.0.27 - - [2025-07-28 02:22:54] "GET /virtual-network/f602ffd7-7c06-4cc0-a5a4-a89dd98e65cc HTTP/1.1" 200 3510 0.005556 10.0.0.27 - - [2025-07-28 02:22:54] "GET /obj-perms HTTP/1.1" 200 5046 0.048469 10.0.0.27 - - [2025-07-28 02:22:54] "GET /domains HTTP/1.1" 200 280 0.002764 10.0.0.27 - - [2025-07-28 02:22:54] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001307 10.0.0.27 - - [2025-07-28 02:22:54] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491 HTTP/1.1" 200 2955 0.007801 10.0.0.27 - - [2025-07-28 02:22:54] "GET /projects?obj_uuids=f1ca7650-ebc4-49c9-84a2-dc4074ab23f3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001619 10.0.0.27 - - [2025-07-28 02:22:54] "GET /project/f1ca7650-ebc4-49c9-84a2-dc4074ab23f3 HTTP/1.1" 200 2635 0.064478 10.0.0.27 - - [2025-07-28 02:22:54] "GET /virtual-network/8dda3b3e-9a87-4e61-9fd5-60455c8a02e2 HTTP/1.1" 200 3507 0.007107 10.0.0.27 - - [2025-07-28 02:22:54] "GET /virtual-network/8dda3b3e-9a87-4e61-9fd5-60455c8a02e2 HTTP/1.1" 200 3507 0.004982 10.0.0.27 - - [2025-07-28 02:22:54] "GET /routing-instance/24c42e09-9acc-417c-8fcf-159f4b84b67b HTTP/1.1" 200 1795 0.003619 10.0.0.27 - - [2025-07-28 02:22:54] "GET /routing-instance/24c42e09-9acc-417c-8fcf-159f4b84b67b HTTP/1.1" 200 1795 0.003442 10.0.0.27 - - [2025-07-28 02:22:54] "GET /route-target/32499853-c5d3-400b-8ea9-6c1d4487e9de HTTP/1.1" 200 1212 0.003424 10.0.0.27 - - [2025-07-28 02:22:54] "GET /virtual-network/8dda3b3e-9a87-4e61-9fd5-60455c8a02e2 HTTP/1.1" 200 3507 0.005779 10.0.0.27 - - [2025-07-28 02:22:54] "GET /routing-instance/24c42e09-9acc-417c-8fcf-159f4b84b67b HTTP/1.1" 200 1795 0.004155 10.0.0.27 - - [2025-07-28 02:22:54] "GET /virtual-network/8dda3b3e-9a87-4e61-9fd5-60455c8a02e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.006216 10.0.0.27 - - [2025-07-28 02:22:54] "GET /virtual-network/8dda3b3e-9a87-4e61-9fd5-60455c8a02e2 HTTP/1.1" 200 3507 0.005593 10.0.0.27 - - [2025-07-28 02:22:54] "GET /routing-instance/24c42e09-9acc-417c-8fcf-159f4b84b67b HTTP/1.1" 200 1795 0.003645 10.0.0.27 - - [2025-07-28 02:22:54] "GET /routing-instance/24c42e09-9acc-417c-8fcf-159f4b84b67b HTTP/1.1" 200 1795 0.005561 10.0.0.27 - - [2025-07-28 02:22:54] "GET /route-target/32499853-c5d3-400b-8ea9-6c1d4487e9de HTTP/1.1" 200 1212 0.003375 10.0.0.27 - - [2025-07-28 02:22:54] "GET /domains HTTP/1.1" 200 280 0.002829 10.0.0.27 - - [2025-07-28 02:22:54] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001083 10.0.0.27 - - [2025-07-28 02:22:54] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491 HTTP/1.1" 200 2955 0.008199 10.0.0.27 - - [2025-07-28 02:22:54] "GET /projects?obj_uuids=f1ca7650-ebc4-49c9-84a2-dc4074ab23f3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001414 10.0.0.27 - - [2025-07-28 02:22:54] "GET /project/f1ca7650-ebc4-49c9-84a2-dc4074ab23f3 HTTP/1.1" 200 2635 0.071456 10.0.0.27 - - [2025-07-28 02:22:54] "GET /virtual-network/8dda3b3e-9a87-4e61-9fd5-60455c8a02e2 HTTP/1.1" 200 3507 0.004574 10.0.0.27 - - [2025-07-28 02:22:54] "GET /obj-perms HTTP/1.1" 200 5046 0.003032 10.0.0.27 - - [2025-07-28 02:22:54] "GET /virtual-network/8dda3b3e-9a87-4e61-9fd5-60455c8a02e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.005853 10.0.0.27 - - [2025-07-28 02:22:54] "POST /neutron/network HTTP/1.1" 200 1114 0.007846 10.0.0.27 - - [2025-07-28 02:22:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.011596 10.0.0.27 - - [2025-07-28 02:22:54] "GET /virtual-network/6de49609-2693-47af-a697-b79a41aeccbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1960 0.008047 10.0.0.27 - - [2025-07-28 02:22:54] "POST /neutron/network HTTP/1.1" 200 1006 0.063896 10.0.0.27 - - [2025-07-28 02:22:54] "DELETE /access-control-list/43832513-10d4-48f5-9a29-d83c0977866f HTTP/1.1" 200 115 0.038059 10.0.0.27 - - [2025-07-28 02:22:55] "POST /neutron/network HTTP/1.1" 200 1006 0.007477 10.0.0.27 - - [2025-07-28 02:22:55] "POST /ref-update HTTP/1.1" 200 156 0.016004 10.0.0.27 - - [2025-07-28 02:22:55] "GET /virtual-network/8dda3b3e-9a87-4e61-9fd5-60455c8a02e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.008973 10.0.0.27 - - [2025-07-28 02:22:55] "GET /virtual-network/f602ffd7-7c06-4cc0-a5a4-a89dd98e65cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.005857 10.0.0.27 - - [2025-07-28 02:22:55] "POST /neutron/network HTTP/1.1" 200 1115 0.008260 10.0.0.27 - - [2025-07-28 02:22:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.006867 10.0.0.27 - - [2025-07-28 02:22:55] "GET /virtual-network/6de49609-2693-47af-a697-b79a41aeccbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1960 0.009281 10.0.0.27 - - [2025-07-28 02:22:55] "POST /neutron/network HTTP/1.1" 200 1007 0.050240 10.0.0.27 - - [2025-07-28 02:22:55] "DELETE /access-control-list/758e73b0-2cb1-4392-834d-1f8ce1ac6f0b HTTP/1.1" 200 115 0.049484 10.0.0.27 - - [2025-07-28 02:22:55] "POST /neutron/network HTTP/1.1" 200 1007 0.009998 10.0.0.27 - - [2025-07-28 02:22:55] "GET /virtual-network/f602ffd7-7c06-4cc0-a5a4-a89dd98e65cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.006081 10.0.0.27 - - [2025-07-28 02:22:55] "POST /ref-update HTTP/1.1" 200 156 0.018215 10.0.0.27 - - [2025-07-28 02:22:55] "DELETE /network-policy/3d690cc3-8434-44ff-9764-f3ea93311a9e HTTP/1.1" 200 115 0.026285 10.0.0.27 - - [2025-07-28 02:22:55] "POST /neutron/network HTTP/1.1" 200 1006 0.010645 10.0.0.27 - - [2025-07-28 02:22:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.006095 10.0.0.27 - - [2025-07-28 02:22:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003622 10.0.0.27 - - [2025-07-28 02:22:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002862 10.0.0.27 - - [2025-07-28 02:22:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002940 10.0.0.27 - - [2025-07-28 02:22:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002044 10.0.0.27 - - [2025-07-28 02:22:55] "POST /neutron/network HTTP/1.1" 200 151 0.105530 10.0.0.27 - - [2025-07-28 02:22:55] "DELETE /route-target/32499853-c5d3-400b-8ea9-6c1d4487e9de HTTP/1.1" 200 115 0.028229 10.0.0.27 - - [2025-07-28 02:22:55] "GET /routing-instance/24c42e09-9acc-417c-8fcf-159f4b84b67b HTTP/1.1" 404 171 0.002632 10.0.0.27 - - [2025-07-28 02:22:55] "GET /domains HTTP/1.1" 200 280 0.002983 10.0.0.27 - - [2025-07-28 02:22:55] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001020 10.0.0.27 - - [2025-07-28 02:22:55] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491 HTTP/1.1" 200 2955 0.047846 10.0.0.27 - - [2025-07-28 02:22:55] "GET /projects?obj_uuids=f1ca7650-ebc4-49c9-84a2-dc4074ab23f3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001043 10.0.0.27 - - [2025-07-28 02:22:55] "GET /project/f1ca7650-ebc4-49c9-84a2-dc4074ab23f3 HTTP/1.1" 200 2155 0.065280 10.0.0.27 - - [2025-07-28 02:22:55] "POST /neutron/network HTTP/1.1" 200 1007 0.008782 10.0.0.27 - - [2025-07-28 02:22:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003669 10.0.0.27 - - [2025-07-28 02:22:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004423 10.0.0.27 - - [2025-07-28 02:22:55] "POST /useragent-kv HTTP/1.1" 200 115 0.001813 10.0.0.27 - - [2025-07-28 02:22:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003384 10.0.0.27 - - [2025-07-28 02:22:55] "POST /useragent-kv HTTP/1.1" 200 115 0.001993 10.0.0.27 - - [2025-07-28 02:22:55] "POST /neutron/network HTTP/1.1" 200 151 0.084501 10.0.0.27 - - [2025-07-28 02:22:55] "DELETE /route-target/f549fc7a-6c84-434d-a0b3-d06ba305cc6e HTTP/1.1" 200 115 0.021235 10.0.0.27 - - [2025-07-28 02:22:55] "GET /routing-instance/5ccdcc81-1cad-418c-8ce1-625146aad211 HTTP/1.1" 404 171 0.003782 10.0.0.27 - - [2025-07-28 02:22:55] "GET /domains HTTP/1.1" 200 280 0.002223 10.0.0.27 - - [2025-07-28 02:22:55] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001033 10.0.0.27 - - [2025-07-28 02:22:55] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491 HTTP/1.1" 200 2955 0.049690 10.0.0.27 - - [2025-07-28 02:22:55] "GET /projects?obj_uuids=f1ca7650-ebc4-49c9-84a2-dc4074ab23f3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001152 10.0.0.27 - - [2025-07-28 02:22:55] "GET /project/f1ca7650-ebc4-49c9-84a2-dc4074ab23f3 HTTP/1.1" 200 1910 0.069675 10.0.0.27 - - [2025-07-28 02:22:56] "GET /projects?obj_uuids=f1ca7650-ebc4-49c9-84a2-dc4074ab23f3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001309 10.0.0.27 - - [2025-07-28 02:22:56] "GET /project/f1ca7650-ebc4-49c9-84a2-dc4074ab23f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.024323 10.0.0.27 - - [2025-07-28 02:22:56] "GET /projects?obj_uuids=f1ca7650-ebc4-49c9-84a2-dc4074ab23f3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001166 10.0.0.27 - - [2025-07-28 02:22:56] "GET /project/f1ca7650-ebc4-49c9-84a2-dc4074ab23f3?fields=virtual_networks HTTP/1.1" 200 1058 0.065352 10.0.0.27 - - [2025-07-28 02:22:56] "GET /projects?obj_uuids=f1ca7650-ebc4-49c9-84a2-dc4074ab23f3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001141 10.0.0.27 - - [2025-07-28 02:22:56] "GET /project/f1ca7650-ebc4-49c9-84a2-dc4074ab23f3?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.024755 10.0.0.27 - - [2025-07-28 02:22:56] "GET /projects?obj_uuids=f1ca7650-ebc4-49c9-84a2-dc4074ab23f3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001109 10.0.0.27 - - [2025-07-28 02:22:56] "GET /project/f1ca7650-ebc4-49c9-84a2-dc4074ab23f3?fields=security_groups HTTP/1.1" 200 1292 0.024391 10.0.0.27 - - [2025-07-28 02:22:57] "POST /fqname-to-id HTTP/1.1" 404 204 0.025528 10.0.0.27 - - [2025-07-28 02:22:57] "GET /projects?obj_uuids=baeb4261-b040-4164-af89-44050cebf7d7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002387 10.0.0.27 - - [2025-07-28 02:22:57] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001108 10.0.0.27 - - [2025-07-28 02:22:57] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007619 10.0.0.27 - - [2025-07-28 02:22:57] "POST /id-to-fqname HTTP/1.1" 200 206 0.001233 10.0.0.27 - - [2025-07-28 02:22:57] "POST /fqname-to-id HTTP/1.1" 404 215 0.003542 10.0.0.27 - - [2025-07-28 02:22:57] "POST /security-groups HTTP/1.1" 200 607 0.063190 10.0.0.27 - - [2025-07-28 02:22:57] "POST /fqname-to-id HTTP/1.1" 404 250 0.005441 10.0.0.27 - - [2025-07-28 02:22:57] "POST /projects HTTP/1.1" 200 617 0.206920 10.0.0.27 - - [2025-07-28 02:22:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.275715 10.0.0.27 - - [2025-07-28 02:22:57] "POST /access-control-lists HTTP/1.1" 200 612 0.067513 10.0.0.27 - - [2025-07-28 02:22:57] "POST /fqname-to-id HTTP/1.1" 404 249 0.002696 10.0.0.27 - - [2025-07-28 02:22:57] "GET /project/baeb4261-b040-4164-af89-44050cebf7d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.401890 10.0.0.27 - - [2025-07-28 02:22:57] "POST /access-control-lists HTTP/1.1" 200 610 0.056532 10.0.0.27 - - [2025-07-28 02:22:58] "GET / HTTP/1.1" 200 35931 0.001972 10.0.0.27 - - [2025-07-28 02:22:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000499 10.0.0.27 - - [2025-07-28 02:22:59] "POST /fqname-to-id HTTP/1.1" 404 233 0.051620 10.0.0.27 - - [2025-07-28 02:22:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002564 10.0.0.27 - - [2025-07-28 02:22:59] "GET /projects?obj_uuids=baeb4261-b040-4164-af89-44050cebf7d7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001058 10.0.0.27 - - [2025-07-28 02:22:59] "GET /project/baeb4261-b040-4164-af89-44050cebf7d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.020865 10.0.0.27 - - [2025-07-28 02:22:59] "POST /network-policys HTTP/1.1" 200 567 0.067938 10.0.0.27 - - [2025-07-28 02:23:00] "GET /network-policy/b0bab8ae-98a8-4a43-b618-5814b933ffb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3154 0.005574 10.0.0.27 - - [2025-07-28 02:23:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.27 - - [2025-07-28 02:23:00] "GET /projects?obj_uuids=baeb4261-b040-4164-af89-44050cebf7d7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001101 10.0.0.27 - - [2025-07-28 02:23:00] "GET /project/baeb4261-b040-4164-af89-44050cebf7d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.024239 10.0.0.27 - - [2025-07-28 02:23:00] "POST /neutron/network HTTP/1.1" 200 117 0.029330 10.0.0.27 - - [2025-07-28 02:23:00] "GET /projects?obj_uuids=baeb4261-b040-4164-af89-44050cebf7d7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001242 10.0.0.27 - - [2025-07-28 02:23:00] "POST /neutron/network HTTP/1.1" 200 623 0.060911 10.0.0.27 - - [2025-07-28 02:23:00] "POST /route-targets HTTP/1.1" 200 327 0.011591 10.0.0.27 - - [2025-07-28 02:23:00] "POST /ref-update HTTP/1.1" 200 156 0.012912 10.0.0.27 - - [2025-07-28 02:23:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003340 10.0.0.27 - - [2025-07-28 02:23:00] "POST /neutron/subnet HTTP/1.1" 200 729 0.161973 10.0.0.27 - - [2025-07-28 02:23:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005053 10.0.0.27 - - [2025-07-28 02:23:00] "GET /virtual-network/6de49609-2693-47af-a697-b79a41aeccbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1960 0.006027 10.0.0.27 - - [2025-07-28 02:23:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003709 10.0.0.27 - - [2025-07-28 02:23:00] "POST /neutron/subnet HTTP/1.1" 200 823 0.198972 10.0.0.27 - - [2025-07-28 02:23:00] "POST /neutron/network HTTP/1.1" 200 1016 0.007582 10.0.0.27 - - [2025-07-28 02:23:00] "POST /id-to-fqname HTTP/1.1" 200 237 0.001456 10.0.0.27 - - [2025-07-28 02:23:00] "GET /virtual-network/1ee10186-a260-4619-9a02-530609b817cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2659 0.005778 10.0.0.27 - - [2025-07-28 02:23:00] "POST /neutron/network HTTP/1.1" 200 1016 0.009028 10.0.0.27 - - [2025-07-28 02:23:00] "GET /virtual-network/1ee10186-a260-4619-9a02-530609b817cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2659 0.005715 10.0.0.27 - - [2025-07-28 02:23:00] "POST /neutron/network HTTP/1.1" 200 1016 0.007200 10.0.0.27 - - [2025-07-28 02:23:00] "POST /neutron/subnet HTTP/1.1" 200 729 0.007253 10.0.0.27 - - [2025-07-28 02:23:00] "POST /neutron/subnet HTTP/1.1" 200 823 0.007098 10.0.0.27 - - [2025-07-28 02:23:00] "POST /neutron/network HTTP/1.1" 200 1016 0.008282 10.0.0.27 - - [2025-07-28 02:23:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.007768 10.0.0.27 - - [2025-07-28 02:23:00] "POST /fqname-to-id HTTP/1.1" 404 252 0.004557 10.0.0.27 - - [2025-07-28 02:23:00] "GET /virtual-network/6de49609-2693-47af-a697-b79a41aeccbd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1960 0.006604 10.0.0.27 - - [2025-07-28 02:23:00] "POST /neutron/network HTTP/1.1" 200 1123 0.050935 10.0.0.27 - - [2025-07-28 02:23:01] "POST /access-control-lists HTTP/1.1" 200 607 0.069272 10.0.0.27 - - [2025-07-28 02:23:01] "POST /neutron/network HTTP/1.1" 200 1123 0.043872 10.0.0.27 - - [2025-07-28 02:23:01] "GET /virtual-network/1ee10186-a260-4619-9a02-530609b817cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2982 0.005136 10.0.0.27 - - [2025-07-28 02:23:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.27 - - [2025-07-28 02:23:01] "GET /network-policy/b0bab8ae-98a8-4a43-b618-5814b933ffb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3154 0.003823 10.0.0.27 - - [2025-07-28 02:23:01] "GET /domains HTTP/1.1" 401 292 0.000448 10.0.0.27 - - [2025-07-28 02:23:01] "GET /domains HTTP/1.1" 200 280 0.023708 10.0.0.27 - - [2025-07-28 02:23:01] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001246 10.0.0.27 - - [2025-07-28 02:23:01] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491 HTTP/1.1" 200 3157 0.009889 10.0.0.27 - - [2025-07-28 02:23:01] "GET /projects?obj_uuids=baeb4261-b040-4164-af89-44050cebf7d7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001370 10.0.0.27 - - [2025-07-28 02:23:01] "GET /project/baeb4261-b040-4164-af89-44050cebf7d7 HTTP/1.1" 200 2469 0.071779 10.0.0.27 - - [2025-07-28 02:23:01] "GET /virtual-network/1ee10186-a260-4619-9a02-530609b817cd HTTP/1.1" 200 3544 0.007714 10.0.0.27 - - [2025-07-28 02:23:01] "GET /virtual-network/1ee10186-a260-4619-9a02-530609b817cd HTTP/1.1" 200 3544 0.005374 10.0.0.27 - - [2025-07-28 02:23:01] "GET /routing-instance/2e3d06d0-a98d-4df5-a708-0a00fba32d63 HTTP/1.1" 200 1495 0.003993 10.0.0.27 - - [2025-07-28 02:23:01] "GET /routing-instance/2e3d06d0-a98d-4df5-a708-0a00fba32d63 HTTP/1.1" 200 1495 0.003479 10.0.0.27 - - [2025-07-28 02:23:01] "GET /route-target/212bf95f-624a-4eb6-8d0c-4e3516e595f0 HTTP/1.1" 200 1222 0.003354 10.0.0.27 - - [2025-07-28 02:23:01] "GET /virtual-network/1ee10186-a260-4619-9a02-530609b817cd HTTP/1.1" 200 3544 0.005290 10.0.0.27 - - [2025-07-28 02:23:01] "GET /routing-instance/2e3d06d0-a98d-4df5-a708-0a00fba32d63 HTTP/1.1" 200 1495 0.003539 10.0.0.27 - - [2025-07-28 02:23:01] "GET /virtual-network/1ee10186-a260-4619-9a02-530609b817cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2982 0.005239 10.0.0.27 - - [2025-07-28 02:23:01] "GET /virtual-network/1ee10186-a260-4619-9a02-530609b817cd HTTP/1.1" 200 3544 0.005509 10.0.0.27 - - [2025-07-28 02:23:01] "GET /routing-instance/2e3d06d0-a98d-4df5-a708-0a00fba32d63 HTTP/1.1" 200 1495 0.005779 10.0.0.27 - - [2025-07-28 02:23:01] "GET /routing-instance/2e3d06d0-a98d-4df5-a708-0a00fba32d63 HTTP/1.1" 200 1495 0.003947 10.0.0.27 - - [2025-07-28 02:23:01] "GET /route-target/212bf95f-624a-4eb6-8d0c-4e3516e595f0 HTTP/1.1" 200 1222 0.003105 10.0.0.27 - - [2025-07-28 02:23:01] "GET /domains HTTP/1.1" 200 280 0.002739 10.0.0.27 - - [2025-07-28 02:23:01] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001103 10.0.0.27 - - [2025-07-28 02:23:01] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491 HTTP/1.1" 200 3157 0.007476 10.0.0.27 - - [2025-07-28 02:23:01] "GET /projects?obj_uuids=baeb4261-b040-4164-af89-44050cebf7d7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001562 10.0.0.27 - - [2025-07-28 02:23:01] "GET /project/baeb4261-b040-4164-af89-44050cebf7d7 HTTP/1.1" 200 2469 0.067138 10.0.0.27 - - [2025-07-28 02:23:01] "GET /virtual-network/1ee10186-a260-4619-9a02-530609b817cd HTTP/1.1" 200 3544 0.005041 10.0.0.27 - - [2025-07-28 02:23:02] "GET /obj-perms HTTP/1.1" 200 5062 0.052218 10.0.0.27 - - [2025-07-28 02:23:02] "GET /domains HTTP/1.1" 200 280 0.002647 10.0.0.27 - - [2025-07-28 02:23:02] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001131 10.0.0.27 - - [2025-07-28 02:23:02] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491 HTTP/1.1" 200 3157 0.007081 10.0.0.27 - - [2025-07-28 02:23:02] "GET /projects?obj_uuids=baeb4261-b040-4164-af89-44050cebf7d7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001531 10.0.0.27 - - [2025-07-28 02:23:02] "GET /project/baeb4261-b040-4164-af89-44050cebf7d7 HTTP/1.1" 200 2469 0.071454 10.0.0.27 - - [2025-07-28 02:23:02] "GET /network-policy/b0bab8ae-98a8-4a43-b618-5814b933ffb9 HTTP/1.1" 200 3480 0.003954 10.0.0.27 - - [2025-07-28 02:23:02] "DELETE /network-policy/b0bab8ae-98a8-4a43-b618-5814b933ffb9 HTTP/1.1" 409 238 0.005819 10.0.0.27 - - [2025-07-28 02:23:02] "POST /neutron/network HTTP/1.1" 200 1123 0.006806 10.0.0.27 - - [2025-07-28 02:23:02] "DELETE /access-control-list/8d227ce7-0721-41d1-8097-2fefa15d1f6d HTTP/1.1" 200 115 0.037982 10.0.0.27 - - [2025-07-28 02:23:02] "POST /useragent-kv HTTP/1.1" 200 115 0.004867 10.0.0.27 - - [2025-07-28 02:23:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005917 10.0.0.27 - - [2025-07-28 02:23:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002587 10.0.0.27 - - [2025-07-28 02:23:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002111 10.0.0.27 - - [2025-07-28 02:23:02] "POST /useragent-kv HTTP/1.1" 200 115 0.001962 10.0.0.27 - - [2025-07-28 02:23:02] "POST /neutron/network HTTP/1.1" 200 151 0.113285 10.0.0.27 - - [2025-07-28 02:23:02] "GET /routing-instance/2e3d06d0-a98d-4df5-a708-0a00fba32d63 HTTP/1.1" 404 171 0.002386 10.0.0.27 - - [2025-07-28 02:23:02] "GET /domains HTTP/1.1" 200 280 0.002272 10.0.0.27 - - [2025-07-28 02:23:02] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001044 10.0.0.27 - - [2025-07-28 02:23:02] "DELETE /route-target/212bf95f-624a-4eb6-8d0c-4e3516e595f0 HTTP/1.1" 200 115 0.016816 10.0.0.27 - - [2025-07-28 02:23:02] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491 HTTP/1.1" 200 3157 0.051024 10.0.0.27 - - [2025-07-28 02:23:02] "GET /projects?obj_uuids=baeb4261-b040-4164-af89-44050cebf7d7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001127 10.0.0.27 - - [2025-07-28 02:23:02] "GET /project/baeb4261-b040-4164-af89-44050cebf7d7 HTTP/1.1" 200 2215 0.067642 10.0.0.27 - - [2025-07-28 02:23:02] "DELETE /network-policy/b0bab8ae-98a8-4a43-b618-5814b933ffb9 HTTP/1.1" 200 115 0.025098 10.0.0.27 - - [2025-07-28 02:23:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003387 10.0.0.27 - - [2025-07-28 02:23:02] "GET /projects?obj_uuids=baeb4261-b040-4164-af89-44050cebf7d7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001249 10.0.0.27 - - [2025-07-28 02:23:02] "GET /project/baeb4261-b040-4164-af89-44050cebf7d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.027940 10.0.0.27 - - [2025-07-28 02:23:02] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-21219206&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.004178 10.0.0.27 - - [2025-07-28 02:23:03] "GET /projects?obj_uuids=baeb4261-b040-4164-af89-44050cebf7d7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001158 10.0.0.27 - - [2025-07-28 02:23:03] "GET /project/baeb4261-b040-4164-af89-44050cebf7d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.027621 10.0.0.27 - - [2025-07-28 02:23:03] "GET /projects?obj_uuids=baeb4261-b040-4164-af89-44050cebf7d7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001576 10.0.0.27 - - [2025-07-28 02:23:03] "GET /project/baeb4261-b040-4164-af89-44050cebf7d7?fields=virtual_networks HTTP/1.1" 200 1075 0.071367 10.0.0.27 - - [2025-07-28 02:23:03] "GET /projects?obj_uuids=baeb4261-b040-4164-af89-44050cebf7d7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001506 10.0.0.27 - - [2025-07-28 02:23:03] "GET /project/baeb4261-b040-4164-af89-44050cebf7d7?fields=virtual_machine_interfaces HTTP/1.1" 200 1075 0.027178 10.0.0.27 - - [2025-07-28 02:23:03] "GET /projects?obj_uuids=baeb4261-b040-4164-af89-44050cebf7d7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001147 10.0.0.27 - - [2025-07-28 02:23:03] "GET /project/baeb4261-b040-4164-af89-44050cebf7d7?fields=security_groups HTTP/1.1" 200 1317 0.028526 10.0.0.27 - - [2025-07-28 02:23:04] "POST /fqname-to-id HTTP/1.1" 404 190 0.023215 10.0.0.27 - - [2025-07-28 02:23:04] "GET /projects?obj_uuids=b8516365-4206-4b9d-b801-919ff03a0119&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002466 10.0.0.27 - - [2025-07-28 02:23:04] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001503 10.0.0.27 - - [2025-07-28 02:23:04] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007813 10.0.0.27 - - [2025-07-28 02:23:04] "POST /id-to-fqname HTTP/1.1" 200 192 0.003196 10.0.0.27 - - [2025-07-28 02:23:04] "POST /fqname-to-id HTTP/1.1" 404 201 0.003242 10.0.0.27 - - [2025-07-28 02:23:04] "POST /security-groups HTTP/1.1" 200 593 0.062226 10.0.0.27 - - [2025-07-28 02:23:04] "POST /fqname-to-id HTTP/1.1" 404 236 0.002505 10.0.0.27 - - [2025-07-28 02:23:04] "POST /projects HTTP/1.1" 200 589 0.222961 10.0.0.27 - - [2025-07-28 02:23:04] "POST /access-control-lists HTTP/1.1" 200 598 0.061840 10.0.0.27 - - [2025-07-28 02:23:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.294798 10.0.0.27 - - [2025-07-28 02:23:04] "POST /fqname-to-id HTTP/1.1" 404 235 0.002792 10.0.0.27 - - [2025-07-28 02:23:04] "GET /project/b8516365-4206-4b9d-b801-919ff03a0119?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.423178 10.0.0.27 - - [2025-07-28 02:23:04] "POST /access-control-lists HTTP/1.1" 200 596 0.063455 10.0.0.27 - - [2025-07-28 02:23:05] "GET / HTTP/1.1" 200 35931 0.001981 10.0.0.27 - - [2025-07-28 02:23:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000464 10.0.0.27 - - [2025-07-28 02:23:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.056040 10.0.0.27 - - [2025-07-28 02:23:06] "GET /projects?obj_uuids=b8516365-4206-4b9d-b801-919ff03a0119&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001219 10.0.0.27 - - [2025-07-28 02:23:06] "GET /project/b8516365-4206-4b9d-b801-919ff03a0119?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.025687 10.0.0.27 - - [2025-07-28 02:23:06] "POST /neutron/network HTTP/1.1" 200 117 0.035705 10.0.0.27 - - [2025-07-28 02:23:06] "GET /projects?obj_uuids=b8516365-4206-4b9d-b801-919ff03a0119&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001544 10.0.0.27 - - [2025-07-28 02:23:07] "POST /neutron/network HTTP/1.1" 200 607 0.079539 10.0.0.27 - - [2025-07-28 02:23:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002886 10.0.0.27 - - [2025-07-28 02:23:07] "POST /neutron/subnet HTTP/1.1" 200 729 0.138924 10.0.0.27 - - [2025-07-28 02:23:07] "POST /neutron/network HTTP/1.1" 200 827 0.005714 10.0.0.27 - - [2025-07-28 02:23:07] "POST /id-to-fqname HTTP/1.1" 200 222 0.001421 10.0.0.27 - - [2025-07-28 02:23:07] "GET /virtual-network/c1982105-601b-454d-bc8d-85889f471f6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005732 10.0.0.27 - - [2025-07-28 02:23:07] "POST /neutron/network HTTP/1.1" 200 827 0.005573 10.0.0.27 - - [2025-07-28 02:23:07] "GET /virtual-network/c1982105-601b-454d-bc8d-85889f471f6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005117 10.0.0.27 - - [2025-07-28 02:23:07] "POST /neutron/network HTTP/1.1" 200 827 0.005914 10.0.0.27 - - [2025-07-28 02:23:07] "POST /neutron/subnet HTTP/1.1" 200 729 0.006573 10.0.0.27 - - [2025-07-28 02:23:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002572 10.0.0.27 - - [2025-07-28 02:23:07] "GET /projects?obj_uuids=b8516365-4206-4b9d-b801-919ff03a0119&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001122 10.0.0.27 - - [2025-07-28 02:23:07] "GET /project/b8516365-4206-4b9d-b801-919ff03a0119?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.023170 10.0.0.27 - - [2025-07-28 02:23:07] "POST /neutron/network HTTP/1.1" 200 117 0.010363 10.0.0.27 - - [2025-07-28 02:23:07] "GET /projects?obj_uuids=b8516365-4206-4b9d-b801-919ff03a0119&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001165 10.0.0.27 - - [2025-07-28 02:23:07] "POST /route-targets HTTP/1.1" 200 327 0.019565 10.0.0.27 - - [2025-07-28 02:23:07] "POST /ref-update HTTP/1.1" 200 156 0.013789 10.0.0.27 - - [2025-07-28 02:23:07] "POST /neutron/network HTTP/1.1" 200 607 0.074305 10.0.0.27 - - [2025-07-28 02:23:07] "POST /route-targets HTTP/1.1" 200 327 0.008948 10.0.0.27 - - [2025-07-28 02:23:07] "POST /ref-update HTTP/1.1" 200 156 0.010216 10.0.0.27 - - [2025-07-28 02:23:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002464 10.0.0.27 - - [2025-07-28 02:23:07] "POST /neutron/subnet HTTP/1.1" 200 715 0.155733 10.0.0.27 - - [2025-07-28 02:23:07] "POST /neutron/network HTTP/1.1" 200 824 0.005445 10.0.0.27 - - [2025-07-28 02:23:07] "POST /id-to-fqname HTTP/1.1" 200 222 0.001166 10.0.0.27 - - [2025-07-28 02:23:07] "GET /virtual-network/ce650ece-fded-49e0-910c-d06b057b892e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004830 10.0.0.27 - - [2025-07-28 02:23:07] "POST /neutron/network HTTP/1.1" 200 824 0.006034 10.0.0.27 - - [2025-07-28 02:23:07] "GET /virtual-network/ce650ece-fded-49e0-910c-d06b057b892e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004675 10.0.0.27 - - [2025-07-28 02:23:07] "POST /neutron/network HTTP/1.1" 200 824 0.005332 10.0.0.27 - - [2025-07-28 02:23:07] "POST /neutron/subnet HTTP/1.1" 200 715 0.006089 10.0.0.27 - - [2025-07-28 02:23:07] "POST /fqname-to-id HTTP/1.1" 404 228 0.002192 10.0.0.27 - - [2025-07-28 02:23:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003056 10.0.0.27 - - [2025-07-28 02:23:08] "GET /projects?obj_uuids=b8516365-4206-4b9d-b801-919ff03a0119&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001064 10.0.0.27 - - [2025-07-28 02:23:08] "GET /project/b8516365-4206-4b9d-b801-919ff03a0119?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.025446 10.0.0.27 - - [2025-07-28 02:23:08] "POST /network-policys HTTP/1.1" 200 571 0.016104 10.0.0.27 - - [2025-07-28 02:23:08] "GET /network-policy/c2ec53aa-cde9-43e1-9629-48332209d83d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.004600 10.0.0.27 - - [2025-07-28 02:23:08] "POST /neutron/network HTTP/1.1" 200 827 0.005670 10.0.0.27 - - [2025-07-28 02:23:08] "POST /fqname-to-id HTTP/1.1" 404 236 0.005028 10.0.0.27 - - [2025-07-28 02:23:08] "POST /neutron/network HTTP/1.1" 200 929 0.043431 10.0.0.27 - - [2025-07-28 02:23:08] "POST /neutron/network HTTP/1.1" 200 929 0.043871 10.0.0.27 - - [2025-07-28 02:23:08] "POST /access-control-lists HTTP/1.1" 200 590 0.064824 10.0.0.27 - - [2025-07-28 02:23:08] "GET /virtual-network/c1982105-601b-454d-bc8d-85889f471f6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.009929 10.0.0.27 - - [2025-07-28 02:23:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002335 10.0.0.27 - - [2025-07-28 02:23:08] "GET /network-policy/c2ec53aa-cde9-43e1-9629-48332209d83d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.004381 10.0.0.27 - - [2025-07-28 02:23:08] "POST /neutron/network HTTP/1.1" 200 824 0.005717 10.0.0.27 - - [2025-07-28 02:23:08] "POST /fqname-to-id HTTP/1.1" 404 236 0.004602 10.0.0.27 - - [2025-07-28 02:23:08] "POST /neutron/network HTTP/1.1" 200 926 0.041971 10.0.0.27 - - [2025-07-28 02:23:08] "POST /neutron/network HTTP/1.1" 200 926 0.041667 10.0.0.27 - - [2025-07-28 02:23:08] "POST /access-control-lists HTTP/1.1" 200 590 0.067373 10.0.0.27 - - [2025-07-28 02:23:08] "GET /virtual-network/ce650ece-fded-49e0-910c-d06b057b892e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.009242 10.0.0.27 - - [2025-07-28 02:23:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002451 10.0.0.27 - - [2025-07-28 02:23:08] "POST /ref-update HTTP/1.1" 200 156 0.009120 10.0.0.27 - - [2025-07-28 02:23:08] "GET /network-policy/c2ec53aa-cde9-43e1-9629-48332209d83d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.003243 10.0.0.27 - - [2025-07-28 02:23:08] "GET /domains HTTP/1.1" 401 292 0.000444 10.0.0.27 - - [2025-07-28 02:23:08] "PUT /access-control-list/74ec3375-511a-45f4-86e3-613db6e4dbd5 HTTP/1.1" 200 272 0.054729 10.0.0.27 - - [2025-07-28 02:23:08] "GET /domains HTTP/1.1" 200 280 0.024468 10.0.0.27 - - [2025-07-28 02:23:08] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001179 10.0.0.27 - - [2025-07-28 02:23:09] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491 HTTP/1.1" 200 3345 0.009219 10.0.0.27 - - [2025-07-28 02:23:09] "GET /projects?obj_uuids=b8516365-4206-4b9d-b801-919ff03a0119&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001084 10.0.0.27 - - [2025-07-28 02:23:09] "GET /project/b8516365-4206-4b9d-b801-919ff03a0119 HTTP/1.1" 200 2582 0.070673 10.0.0.27 - - [2025-07-28 02:23:09] "GET /virtual-network/c1982105-601b-454d-bc8d-85889f471f6e HTTP/1.1" 200 2896 0.006106 10.0.0.27 - - [2025-07-28 02:23:09] "GET /virtual-network/c1982105-601b-454d-bc8d-85889f471f6e HTTP/1.1" 200 2896 0.005420 10.0.0.27 - - [2025-07-28 02:23:09] "GET /routing-instance/69dd03b4-0888-48bd-aa8a-7162c5bf7a9b HTTP/1.1" 200 1783 0.003996 10.0.0.27 - - [2025-07-28 02:23:09] "GET /routing-instance/69dd03b4-0888-48bd-aa8a-7162c5bf7a9b HTTP/1.1" 200 1783 0.003271 10.0.0.27 - - [2025-07-28 02:23:09] "GET /route-target/c687e77a-9db7-4e11-9b34-3bee48ac1983 HTTP/1.1" 200 1207 0.003327 10.0.0.27 - - [2025-07-28 02:23:09] "GET /virtual-network/c1982105-601b-454d-bc8d-85889f471f6e HTTP/1.1" 200 2896 0.004448 10.0.0.27 - - [2025-07-28 02:23:09] "GET /routing-instance/69dd03b4-0888-48bd-aa8a-7162c5bf7a9b HTTP/1.1" 200 1783 0.003293 10.0.0.27 - - [2025-07-28 02:23:09] "GET /virtual-network/c1982105-601b-454d-bc8d-85889f471f6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005171 10.0.0.27 - - [2025-07-28 02:23:09] "GET /virtual-network/c1982105-601b-454d-bc8d-85889f471f6e HTTP/1.1" 200 2896 0.004581 10.0.0.27 - - [2025-07-28 02:23:09] "GET /routing-instance/69dd03b4-0888-48bd-aa8a-7162c5bf7a9b HTTP/1.1" 200 1783 0.003170 10.0.0.27 - - [2025-07-28 02:23:09] "GET /routing-instance/69dd03b4-0888-48bd-aa8a-7162c5bf7a9b HTTP/1.1" 200 1783 0.003331 10.0.0.27 - - [2025-07-28 02:23:09] "GET /route-target/c687e77a-9db7-4e11-9b34-3bee48ac1983 HTTP/1.1" 200 1207 0.002811 10.0.0.27 - - [2025-07-28 02:23:09] "GET /domains HTTP/1.1" 200 280 0.003209 10.0.0.27 - - [2025-07-28 02:23:09] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001117 10.0.0.27 - - [2025-07-28 02:23:09] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491 HTTP/1.1" 200 3345 0.007588 10.0.0.27 - - [2025-07-28 02:23:09] "GET /projects?obj_uuids=b8516365-4206-4b9d-b801-919ff03a0119&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001150 10.0.0.27 - - [2025-07-28 02:23:09] "GET /project/b8516365-4206-4b9d-b801-919ff03a0119 HTTP/1.1" 200 2582 0.066936 10.0.0.27 - - [2025-07-28 02:23:09] "GET /virtual-network/c1982105-601b-454d-bc8d-85889f471f6e HTTP/1.1" 200 2896 0.005082 10.0.0.27 - - [2025-07-28 02:23:09] "GET /obj-perms HTTP/1.1" 200 5034 0.047042 10.0.0.27 - - [2025-07-28 02:23:09] "GET /domains HTTP/1.1" 200 280 0.003275 10.0.0.27 - - [2025-07-28 02:23:09] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001056 10.0.0.27 - - [2025-07-28 02:23:09] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491 HTTP/1.1" 200 3345 0.007971 10.0.0.27 - - [2025-07-28 02:23:09] "GET /projects?obj_uuids=b8516365-4206-4b9d-b801-919ff03a0119&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001639 10.0.0.27 - - [2025-07-28 02:23:09] "GET /project/b8516365-4206-4b9d-b801-919ff03a0119 HTTP/1.1" 200 2582 0.065151 10.0.0.27 - - [2025-07-28 02:23:09] "GET /virtual-network/ce650ece-fded-49e0-910c-d06b057b892e HTTP/1.1" 200 2887 0.006089 10.0.0.27 - - [2025-07-28 02:23:09] "GET /virtual-network/ce650ece-fded-49e0-910c-d06b057b892e HTTP/1.1" 200 2887 0.004672 10.0.0.27 - - [2025-07-28 02:23:09] "GET /routing-instance/a7d8616c-4a80-48ca-b79a-6f0cf9f9ce2f HTTP/1.1" 200 1784 0.003375 10.0.0.27 - - [2025-07-28 02:23:09] "GET /routing-instance/a7d8616c-4a80-48ca-b79a-6f0cf9f9ce2f HTTP/1.1" 200 1784 0.005066 10.0.0.27 - - [2025-07-28 02:23:09] "GET /route-target/e5fdbc92-5dcd-4760-aa2a-f984d94689f5 HTTP/1.1" 200 1207 0.004041 10.0.0.27 - - [2025-07-28 02:23:09] "GET /virtual-network/ce650ece-fded-49e0-910c-d06b057b892e HTTP/1.1" 200 2887 0.004942 10.0.0.27 - - [2025-07-28 02:23:09] "GET /routing-instance/a7d8616c-4a80-48ca-b79a-6f0cf9f9ce2f HTTP/1.1" 200 1784 0.003568 10.0.0.27 - - [2025-07-28 02:23:09] "GET /virtual-network/ce650ece-fded-49e0-910c-d06b057b892e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005277 10.0.0.27 - - [2025-07-28 02:23:09] "GET /virtual-network/ce650ece-fded-49e0-910c-d06b057b892e HTTP/1.1" 200 2887 0.004856 10.0.0.27 - - [2025-07-28 02:23:09] "GET /routing-instance/a7d8616c-4a80-48ca-b79a-6f0cf9f9ce2f HTTP/1.1" 200 1784 0.003575 10.0.0.27 - - [2025-07-28 02:23:09] "GET /routing-instance/a7d8616c-4a80-48ca-b79a-6f0cf9f9ce2f HTTP/1.1" 200 1784 0.003516 10.0.0.27 - - [2025-07-28 02:23:09] "GET /route-target/e5fdbc92-5dcd-4760-aa2a-f984d94689f5 HTTP/1.1" 200 1207 0.003665 10.0.0.27 - - [2025-07-28 02:23:09] "GET /domains HTTP/1.1" 200 280 0.002611 10.0.0.27 - - [2025-07-28 02:23:09] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001142 10.0.0.27 - - [2025-07-28 02:23:09] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491 HTTP/1.1" 200 3345 0.007364 10.0.0.27 - - [2025-07-28 02:23:09] "GET /projects?obj_uuids=b8516365-4206-4b9d-b801-919ff03a0119&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001166 10.0.0.27 - - [2025-07-28 02:23:09] "GET /project/b8516365-4206-4b9d-b801-919ff03a0119 HTTP/1.1" 200 2582 0.066342 10.0.0.27 - - [2025-07-28 02:23:09] "GET /virtual-network/ce650ece-fded-49e0-910c-d06b057b892e HTTP/1.1" 200 2887 0.004837 10.0.0.27 - - [2025-07-28 02:23:09] "GET /obj-perms HTTP/1.1" 200 5034 0.003102 10.0.0.27 - - [2025-07-28 02:23:10] "POST /id-to-fqname HTTP/1.1" 200 222 0.001333 10.0.0.27 - - [2025-07-28 02:23:10] "POST /neutron/network HTTP/1.1" 200 939 0.007939 10.0.0.27 - - [2025-07-28 02:23:10] "GET /aaa-mode HTTP/1.1" 401 292 0.000598 10.0.0.27 - - [2025-07-28 02:23:10] "GET / HTTP/1.1" 200 35931 0.001598 10.0.0.27 - - [2025-07-28 02:23:10] "GET /project/b8516365-4206-4b9d-b801-919ff03a0119?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000487 10.0.0.27 - - [2025-07-28 02:23:10] "GET /projects?obj_uuids=b8516365-4206-4b9d-b801-919ff03a0119&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001183 10.0.0.27 - - [2025-07-28 02:23:10] "GET /project/b8516365-4206-4b9d-b801-919ff03a0119?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.043876 10.0.0.27 - - [2025-07-28 02:23:10] "POST /neutron/network HTTP/1.1" 200 929 0.005389 10.0.0.27 - - [2025-07-28 02:23:11] "POST /neutron/port HTTP/1.1" 200 117 0.005446 10.0.0.27 - - [2025-07-28 02:23:11] "POST /neutron/port HTTP/1.1" 200 117 0.005121 10.0.0.27 - - [2025-07-28 02:23:11] "POST /id-to-fqname HTTP/1.1" 200 222 0.001343 10.0.0.27 - - [2025-07-28 02:23:11] "POST /neutron/port HTTP/1.1" 200 117 0.006019 10.0.0.27 - - [2025-07-28 02:23:11] "POST /neutron/network HTTP/1.1" 200 936 0.005765 10.0.0.27 - - [2025-07-28 02:23:11] "GET /aaa-mode HTTP/1.1" 401 292 0.000449 10.0.0.27 - - [2025-07-28 02:23:11] "POST /neutron/network HTTP/1.1" 200 939 0.006160 10.0.0.27 - - [2025-07-28 02:23:11] "GET /projects?obj_uuids=b8516365-4206-4b9d-b801-919ff03a0119&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001602 10.0.0.27 - - [2025-07-28 02:23:11] "GET / HTTP/1.1" 200 35931 0.001731 10.0.0.27 - - [2025-07-28 02:23:11] "GET /project/b8516365-4206-4b9d-b801-919ff03a0119?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000425 10.0.0.27 - - [2025-07-28 02:23:11] "POST /neutron/port HTTP/1.1" 200 1063 0.197278 10.0.0.27 - - [2025-07-28 02:23:11] "POST /neutron/port HTTP/1.1" 200 1063 0.009529 10.0.0.27 - - [2025-07-28 02:23:11] "POST /neutron/port HTTP/1.1" 200 1063 0.011201 10.0.0.27 - - [2025-07-28 02:23:11] "POST /neutron/port HTTP/1.1" 200 1117 0.057669 10.0.0.27 - - [2025-07-28 02:23:11] "POST /neutron/port HTTP/1.1" 200 1091 0.011084 10.0.0.27 - - [2025-07-28 02:23:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003124 10.0.0.27 - - [2025-07-28 02:23:11] "POST /neutron/subnet HTTP/1.1" 200 703 0.007171 10.0.0.27 - - [2025-07-28 02:23:11] "POST /neutron/port HTTP/1.1" 200 117 0.001271 10.0.0.27 - - [2025-07-28 02:23:11] "POST /neutron/network HTTP/1.1" 200 929 0.005800 10.0.0.27 - - [2025-07-28 02:23:11] "GET /projects?obj_uuids=b8516365-4206-4b9d-b801-919ff03a0119&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001132 10.0.0.27 - - [2025-07-28 02:23:11] "GET /project/b8516365-4206-4b9d-b801-919ff03a0119?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.042182 10.0.0.27 - - [2025-07-28 02:23:11] "POST /neutron/network HTTP/1.1" 200 926 0.006447 10.0.0.27 - - [2025-07-28 02:23:12] "POST /neutron/port HTTP/1.1" 200 1091 0.018225 10.0.0.27 - - [2025-07-28 02:23:12] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007000 10.0.0.27 - - [2025-07-28 02:23:12] "POST /neutron/port HTTP/1.1" 200 117 0.005006 10.0.0.27 - - [2025-07-28 02:23:12] "POST /neutron/port HTTP/1.1" 200 1091 0.010649 10.0.0.27 - - [2025-07-28 02:23:12] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006674 10.0.0.27 - - [2025-07-28 02:23:12] "POST /neutron/network HTTP/1.1" 200 936 0.006741 10.0.0.27 - - [2025-07-28 02:23:12] "GET /projects?obj_uuids=b8516365-4206-4b9d-b801-919ff03a0119&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001167 10.0.0.27 - - [2025-07-28 02:23:12] "PUT /access-control-list/4797aa6c-74a2-46f1-a3dc-99fc6e095ed6 HTTP/1.1" 200 272 0.032968 10.0.0.27 - - [2025-07-28 02:23:12] "POST /neutron/port HTTP/1.1" 200 1060 0.293134 10.0.0.27 - - [2025-07-28 02:23:12] "POST /neutron/port HTTP/1.1" 200 1060 0.009193 10.0.0.27 - - [2025-07-28 02:23:12] "POST /neutron/port HTTP/1.1" 200 1060 0.008733 10.0.0.27 - - [2025-07-28 02:23:12] "POST /neutron/port HTTP/1.1" 200 1114 0.072751 10.0.0.27 - - [2025-07-28 02:23:12] "POST /neutron/port HTTP/1.1" 200 1088 0.012407 10.0.0.27 - - [2025-07-28 02:23:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003735 10.0.0.27 - - [2025-07-28 02:23:12] "POST /neutron/subnet HTTP/1.1" 200 689 0.006962 10.0.0.27 - - [2025-07-28 02:23:12] "POST /neutron/port HTTP/1.1" 200 117 0.001229 10.0.0.27 - - [2025-07-28 02:23:12] "POST /neutron/network HTTP/1.1" 200 926 0.007100 10.0.0.27 - - [2025-07-28 02:23:13] "DELETE /project/8c11cc662fe8452ebdb1bfdc0ac28538 HTTP/1.1" 404 173 0.018672 10.0.0.27 - - [2025-07-28 02:23:13] "DELETE /project/b851636542064b9db801919ff03a0119 HTTP/1.1" 404 173 0.012937 10.0.0.27 - - [2025-07-28 02:23:13] "DELETE /project/baeb4261b0404164af8944050cebf7d7 HTTP/1.1" 404 173 0.009297 10.0.0.27 - - [2025-07-28 02:23:13] "DELETE /project/f1ca7650ebc449c984a2dc4074ab23f3 HTTP/1.1" 404 173 0.007947 10.0.0.27 - - [2025-07-28 02:23:13] "GET /projects?obj_uuids=84b94ec8-474f-4127-b781-f6aad2c541d6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001770 10.0.0.27 - - [2025-07-28 02:23:13] "GET /projects?obj_uuids=8c11cc66-2fe8-452e-bdb1-bfdc0ac28538&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001311 10.0.0.27 - - [2025-07-28 02:23:13] "GET /projects?obj_uuids=baeb4261-b040-4164-af89-44050cebf7d7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001277 10.0.0.27 - - [2025-07-28 02:23:13] "GET /projects?obj_uuids=f1ca7650-ebc4-49c9-84a2-dc4074ab23f3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001583 10.0.0.27 - - [2025-07-28 02:23:13] "GET /project/baeb4261-b040-4164-af89-44050cebf7d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1543 0.080537 10.0.0.27 - - [2025-07-28 02:23:13] "GET /project/8c11cc66-2fe8-452e-bdb1-bfdc0ac28538?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.081309 10.0.0.27 - - [2025-07-28 02:23:13] "GET /project/84b94ec8-474f-4127-b781-f6aad2c541d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1470 0.084659 10.0.0.27 - - [2025-07-28 02:23:13] "GET /projects?obj_uuids=84b94ec8-474f-4127-b781-f6aad2c541d6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.004798 10.0.0.27 - - [2025-07-28 02:23:13] "GET /projects?obj_uuids=8c11cc66-2fe8-452e-bdb1-bfdc0ac28538&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001567 10.0.0.27 - - [2025-07-28 02:23:13] "GET /projects?obj_uuids=baeb4261-b040-4164-af89-44050cebf7d7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001442 10.0.0.27 - - [2025-07-28 02:23:13] "GET /project/f1ca7650-ebc4-49c9-84a2-dc4074ab23f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1510 0.134166 10.0.0.27 - - [2025-07-28 02:23:13] "GET /projects?obj_uuids=f1ca7650-ebc4-49c9-84a2-dc4074ab23f3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001169 10.0.0.27 - - [2025-07-28 02:23:13] "GET /project/8c11cc66-2fe8-452e-bdb1-bfdc0ac28538?fields=security_groups HTTP/1.1" 200 1383 0.100948 10.0.0.27 - - [2025-07-28 02:23:13] "GET /project/baeb4261-b040-4164-af89-44050cebf7d7?fields=security_groups HTTP/1.1" 200 1422 0.108216 10.0.0.27 - - [2025-07-28 02:23:13] "GET /project/84b94ec8-474f-4127-b781-f6aad2c541d6?fields=security_groups HTTP/1.1" 200 1367 0.111627 10.0.0.27 - - [2025-07-28 02:23:13] "GET /project/f1ca7650-ebc4-49c9-84a2-dc4074ab23f3?fields=security_groups HTTP/1.1" 200 1397 0.079608 10.0.0.27 - - [2025-07-28 02:23:14] "DELETE /security-group/2c298f62-a9ac-4033-a457-02650cca26da HTTP/1.1" 200 115 0.105884 10.0.0.27 - - [2025-07-28 02:23:14] "GET /projects?obj_uuids=8c11cc66-2fe8-452e-bdb1-bfdc0ac28538&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001128 10.0.0.27 - - [2025-07-28 02:23:14] "DELETE /security-group/da4eba1d-03b4-4f79-a757-aa45fcdd3778 HTTP/1.1" 200 115 0.129689 10.0.0.27 - - [2025-07-28 02:23:14] "GET /projects?obj_uuids=baeb4261-b040-4164-af89-44050cebf7d7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001059 10.0.0.27 - - [2025-07-28 02:23:14] "DELETE /access-control-list/ba9f7955-71eb-4557-b14f-7e8be39b72a1 HTTP/1.1" 200 115 0.084932 10.0.0.27 - - [2025-07-28 02:23:14] "DELETE /security-group/94f7553b-7021-4098-8a03-90ea7c54c871 HTTP/1.1" 200 115 0.133657 10.0.0.27 - - [2025-07-28 02:23:14] "GET /projects?obj_uuids=84b94ec8-474f-4127-b781-f6aad2c541d6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001104 10.0.0.27 - - [2025-07-28 02:23:14] "GET /project/8c11cc66-2fe8-452e-bdb1-bfdc0ac28538?fields=application_policy_sets HTTP/1.1" 200 1422 0.060721 10.0.0.27 - - [2025-07-28 02:23:14] "GET /project/84b94ec8-474f-4127-b781-f6aad2c541d6?fields=application_policy_sets HTTP/1.1" 200 1406 0.081342 10.0.0.27 - - [2025-07-28 02:23:14] "DELETE /security-group/ad879d31-be83-499e-9776-48545b863cd7 HTTP/1.1" 200 115 0.196012 10.0.0.27 - - [2025-07-28 02:23:14] "GET /project/baeb4261-b040-4164-af89-44050cebf7d7?fields=application_policy_sets HTTP/1.1" 200 1461 0.110532 10.0.0.27 - - [2025-07-28 02:23:14] "DELETE /access-control-list/09bfc301-1ee7-4cc1-a157-e279798faa6f HTTP/1.1" 200 115 0.108163 10.0.0.27 - - [2025-07-28 02:23:14] "GET /projects?obj_uuids=f1ca7650-ebc4-49c9-84a2-dc4074ab23f3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001106 10.0.0.27 - - [2025-07-28 02:23:14] "DELETE /access-control-list/417ce765-69b9-4b57-ab8d-eeb0e73c0009 HTTP/1.1" 200 115 0.064066 10.0.0.27 - - [2025-07-28 02:23:14] "GET /project/f1ca7650-ebc4-49c9-84a2-dc4074ab23f3?fields=application_policy_sets HTTP/1.1" 200 1436 0.171010 10.0.0.27 - - [2025-07-28 02:23:14] "DELETE /access-control-list/de38b2a2-ffd3-4a38-88d8-b8edddfb94e0 HTTP/1.1" 200 115 0.092140 10.0.0.27 - - [2025-07-28 02:23:14] "DELETE /access-control-list/2b5df3b5-d936-433b-9c86-0646606ba868 HTTP/1.1" 200 115 0.100950 10.0.0.27 - - [2025-07-28 02:23:14] "DELETE /project/8c11cc66-2fe8-452e-bdb1-bfdc0ac28538 HTTP/1.1" 200 115 0.862687 10.0.0.27 - - [2025-07-28 02:23:14] "DELETE /project/84b94ec8-474f-4127-b781-f6aad2c541d6 HTTP/1.1" 200 115 0.882394 10.0.0.27 - - [2025-07-28 02:23:14] "DELETE /access-control-list/069fbfb9-3cf3-41d0-b9c1-cc8d7b7b943c HTTP/1.1" 200 115 0.049108 10.0.0.27 - - [2025-07-28 02:23:14] "DELETE /project/baeb4261-b040-4164-af89-44050cebf7d7 HTTP/1.1" 200 115 0.910475 10.0.0.27 - - [2025-07-28 02:23:14] "DELETE /project/f1ca7650-ebc4-49c9-84a2-dc4074ab23f3 HTTP/1.1" 200 115 0.931030 10.0.0.27 - - [2025-07-28 02:23:14] "DELETE /access-control-list/308a8f9d-631f-49c0-aff8-6fdc5ad20bc3 HTTP/1.1" 200 115 0.041452 10.0.0.27 - - [2025-07-28 02:23:14] "DELETE /access-control-list/eeb69949-01a3-4e6e-aa51-4bd08fe3618a HTTP/1.1" 200 115 0.019182 10.0.0.27 - - [2025-07-28 02:23:17] "POST /neutron/port HTTP/1.1" 200 1091 0.011101 10.0.0.27 - - [2025-07-28 02:23:17] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006073 10.0.0.27 - - [2025-07-28 02:23:17] "POST /neutron/port HTTP/1.1" 200 1091 0.014419 10.0.0.27 - - [2025-07-28 02:23:17] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006510 10.0.0.27 - - [2025-07-28 02:23:17] "POST /neutron/port HTTP/1.1" 200 1091 0.012150 10.0.0.27 - - [2025-07-28 02:23:17] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006371 10.0.0.27 - - [2025-07-28 02:23:17] "GET /virtual-machine/d49d7e57-b77c-4dcb-bb30-ff7a43c73f9d HTTP/1.1" 200 1295 0.004704 10.0.0.27 - - [2025-07-28 02:23:17] "GET /virtual-machine-interface/013cbff3-5958-4070-9bd3-66adb089a100 HTTP/1.1" 200 2949 0.004879 10.0.0.27 - - [2025-07-28 02:23:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.27 - - [2025-07-28 02:23:17] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003205 10.0.0.27 - - [2025-07-28 02:23:17] "GET /virtual-networks?parent_id=b8516365-4206-4b9d-b801-919ff03a0119&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003308 10.0.0.27 - - [2025-07-28 02:23:17] "GET /virtual-network/c1982105-601b-454d-bc8d-85889f471f6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005219 10.0.0.27 - - [2025-07-28 02:23:18] "GET /obj-perms HTTP/1.1" 200 5056 0.041595 10.0.0.27 - - [2025-07-28 02:23:19] "GET /obj-perms HTTP/1.1" 200 5056 0.050445 10.0.0.27 - - [2025-07-28 02:23:19] "POST /neutron/port HTTP/1.1" 200 1091 0.012718 10.0.0.27 - - [2025-07-28 02:23:19] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006040 10.0.0.27 - - [2025-07-28 02:23:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.27 - - [2025-07-28 02:23:20] "GET /virtual-network/c1982105-601b-454d-bc8d-85889f471f6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005632 10.0.0.27 - - [2025-07-28 02:23:21] "POST /neutron/port HTTP/1.1" 200 1088 0.011412 10.0.0.27 - - [2025-07-28 02:23:21] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005457 10.0.0.27 - - [2025-07-28 02:23:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.27 - - [2025-07-28 02:23:22] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004236 10.0.0.27 - - [2025-07-28 02:23:22] "GET /virtual-networks?parent_id=b8516365-4206-4b9d-b801-919ff03a0119&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003166 10.0.0.27 - - [2025-07-28 02:23:22] "GET /virtual-network/c1982105-601b-454d-bc8d-85889f471f6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005401 10.0.0.27 - - [2025-07-28 02:23:23] "POST /neutron/port HTTP/1.1" 200 1088 0.012665 10.0.0.27 - - [2025-07-28 02:23:23] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006305 10.0.0.27 - - [2025-07-28 02:23:23] "POST /neutron/port HTTP/1.1" 200 1088 0.015068 10.0.0.27 - - [2025-07-28 02:23:23] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008021 10.0.0.27 - - [2025-07-28 02:23:23] "POST /neutron/port HTTP/1.1" 200 1088 0.011223 10.0.0.27 - - [2025-07-28 02:23:23] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008525 10.0.0.27 - - [2025-07-28 02:23:23] "GET /virtual-machine/b3f0c8f6-58e5-4ec3-96f9-0460a1828081 HTTP/1.1" 200 1295 0.004900 10.0.0.27 - - [2025-07-28 02:23:23] "GET /virtual-machine-interface/3c431069-9045-4b1d-8dfb-3cce89eeddf3 HTTP/1.1" 200 2951 0.005226 10.0.0.27 - - [2025-07-28 02:23:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002805 10.0.0.27 - - [2025-07-28 02:23:23] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003234 10.0.0.27 - - [2025-07-28 02:23:23] "GET /virtual-networks?parent_id=b8516365-4206-4b9d-b801-919ff03a0119&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003499 10.0.0.27 - - [2025-07-28 02:23:23] "GET /virtual-network/ce650ece-fded-49e0-910c-d06b057b892e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005799 10.0.0.27 - - [2025-07-28 02:23:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.27 - - [2025-07-28 02:23:24] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003301 10.0.0.27 - - [2025-07-28 02:23:24] "GET /virtual-networks?parent_id=b8516365-4206-4b9d-b801-919ff03a0119&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003442 10.0.0.27 - - [2025-07-28 02:23:24] "GET /virtual-network/ce650ece-fded-49e0-910c-d06b057b892e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005293 10.0.0.27 - - [2025-07-28 02:23:28] "POST /neutron/port HTTP/1.1" 200 1091 0.014879 10.0.0.27 - - [2025-07-28 02:23:28] "POST /neutron/port HTTP/1.1" 200 1091 0.014124 10.0.0.27 - - [2025-07-28 02:23:28] "POST /neutron/network HTTP/1.1" 200 939 0.005942 10.0.0.27 - - [2025-07-28 02:23:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003184 10.0.0.27 - - [2025-07-28 02:23:28] "POST /neutron/subnet HTTP/1.1" 200 703 0.008684 10.0.0.27 - - [2025-07-28 02:23:28] "POST /neutron/port HTTP/1.1" 200 117 0.001249 10.0.0.27 - - [2025-07-28 02:23:28] "POST /neutron/network HTTP/1.1" 200 929 0.005900 10.0.0.27 - - [2025-07-28 02:23:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002958 10.0.0.27 - - [2025-07-28 02:23:28] "GET /projects?obj_uuids=b8516365-4206-4b9d-b801-919ff03a0119&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001052 10.0.0.27 - - [2025-07-28 02:23:28] "GET /project/b8516365-4206-4b9d-b801-919ff03a0119?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.026784 10.0.0.27 - - [2025-07-28 02:23:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002924 10.0.0.27 - - [2025-07-28 02:23:29] "PUT /network-policy/c2ec53aa-cde9-43e1-9629-48332209d83d HTTP/1.1" 200 262 0.012489 10.0.0.27 - - [2025-07-28 02:23:29] "PUT /access-control-list/4797aa6c-74a2-46f1-a3dc-99fc6e095ed6 HTTP/1.1" 200 272 0.053263 10.0.0.27 - - [2025-07-28 02:23:29] "POST /ref-update HTTP/1.1" 200 156 0.014703 10.0.0.27 - - [2025-07-28 02:23:29] "PUT /access-control-list/74ec3375-511a-45f4-86e3-613db6e4dbd5 HTTP/1.1" 200 272 0.052277 10.0.0.27 - - [2025-07-28 02:23:29] "POST /ref-update HTTP/1.1" 200 156 0.010165 10.0.0.27 - - [2025-07-28 02:23:32] "GET /virtual-network/ce650ece-fded-49e0-910c-d06b057b892e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005339 10.0.0.27 - - [2025-07-28 02:23:32] "POST /neutron/network HTTP/1.1" 200 926 0.006078 10.0.0.27 - - [2025-07-28 02:23:32] "POST /neutron/network HTTP/1.1" 200 824 0.052660 10.0.0.27 - - [2025-07-28 02:23:32] "DELETE /access-control-list/4797aa6c-74a2-46f1-a3dc-99fc6e095ed6 HTTP/1.1" 200 115 0.036437 10.0.0.27 - - [2025-07-28 02:23:32] "POST /neutron/network HTTP/1.1" 200 824 0.006966 10.0.0.27 - - [2025-07-28 02:23:32] "GET /virtual-network/ce650ece-fded-49e0-910c-d06b057b892e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005823 10.0.0.27 - - [2025-07-28 02:23:32] "GET /virtual-network/c1982105-601b-454d-bc8d-85889f471f6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006060 10.0.0.27 - - [2025-07-28 02:23:32] "POST /neutron/network HTTP/1.1" 200 929 0.005766 10.0.0.27 - - [2025-07-28 02:23:32] "POST /neutron/network HTTP/1.1" 200 827 0.059199 10.0.0.27 - - [2025-07-28 02:23:32] "DELETE /access-control-list/74ec3375-511a-45f4-86e3-613db6e4dbd5 HTTP/1.1" 200 115 0.048595 10.0.0.27 - - [2025-07-28 02:23:32] "POST /neutron/network HTTP/1.1" 200 827 0.015123 10.0.0.27 - - [2025-07-28 02:23:32] "GET /virtual-network/c1982105-601b-454d-bc8d-85889f471f6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005068 10.0.0.27 - - [2025-07-28 02:23:32] "DELETE /network-policy/c2ec53aa-cde9-43e1-9629-48332209d83d HTTP/1.1" 200 115 0.023658 10.0.0.27 - - [2025-07-28 02:23:32] "POST /neutron/network HTTP/1.1" 200 824 0.006031 10.0.0.27 - - [2025-07-28 02:23:32] "POST /neutron/network HTTP/1.1" 400 204 0.009450 10.0.0.27 - - [2025-07-28 02:23:32] "POST /neutron/port HTTP/1.1" 200 1088 0.012550 10.0.0.27 - - [2025-07-28 02:23:33] "POST /neutron/port HTTP/1.1" 200 1091 0.013176 10.0.0.27 - - [2025-07-28 02:23:33] "POST /neutron/port HTTP/1.1" 200 1114 0.012098 10.0.0.27 - - [2025-07-28 02:23:33] "POST /neutron/port HTTP/1.1" 200 1117 0.008971 10.0.0.27 - - [2025-07-28 02:23:33] "POST /neutron/port HTTP/1.1" 200 151 0.129370 10.0.0.27 - - [2025-07-28 02:23:33] "POST /neutron/port HTTP/1.1" 200 151 0.124521 10.0.0.27 - - [2025-07-28 02:23:34] "POST /neutron/network HTTP/1.1" 200 824 0.005537 10.0.0.27 - - [2025-07-28 02:23:34] "POST /useragent-kv HTTP/1.1" 200 115 0.004532 10.0.0.27 - - [2025-07-28 02:23:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004616 10.0.0.27 - - [2025-07-28 02:23:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003847 10.0.0.27 - - [2025-07-28 02:23:34] "POST /neutron/network HTTP/1.1" 200 151 0.080039 10.0.0.27 - - [2025-07-28 02:23:34] "DELETE /route-target/e5fdbc92-5dcd-4760-aa2a-f984d94689f5 HTTP/1.1" 200 115 0.017578 10.0.0.27 - - [2025-07-28 02:23:34] "GET /routing-instance/a7d8616c-4a80-48ca-b79a-6f0cf9f9ce2f HTTP/1.1" 404 171 0.003151 10.0.0.27 - - [2025-07-28 02:23:34] "GET /domains HTTP/1.1" 200 280 0.002157 10.0.0.27 - - [2025-07-28 02:23:34] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000979 10.0.0.27 - - [2025-07-28 02:23:35] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491 HTTP/1.1" 200 2576 0.052320 10.0.0.27 - - [2025-07-28 02:23:35] "GET /projects?obj_uuids=b8516365-4206-4b9d-b801-919ff03a0119&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001098 10.0.0.27 - - [2025-07-28 02:23:35] "GET /project/b8516365-4206-4b9d-b801-919ff03a0119 HTTP/1.1" 200 2114 0.068984 10.0.0.27 - - [2025-07-28 02:23:35] "POST /neutron/network HTTP/1.1" 200 827 0.005534 10.0.0.27 - - [2025-07-28 02:23:35] "POST /useragent-kv HTTP/1.1" 200 115 0.004194 10.0.0.27 - - [2025-07-28 02:23:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004889 10.0.0.27 - - [2025-07-28 02:23:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002018 10.0.0.27 - - [2025-07-28 02:23:35] "POST /neutron/network HTTP/1.1" 200 151 0.074872 10.0.0.27 - - [2025-07-28 02:23:35] "GET /routing-instance/69dd03b4-0888-48bd-aa8a-7162c5bf7a9b HTTP/1.1" 404 171 0.002169 10.0.0.27 - - [2025-07-28 02:23:35] "GET /domains HTTP/1.1" 200 280 0.003336 10.0.0.27 - - [2025-07-28 02:23:35] "DELETE /route-target/c687e77a-9db7-4e11-9b34-3bee48ac1983 HTTP/1.1" 200 115 0.022705 10.0.0.27 - - [2025-07-28 02:23:35] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001221 10.0.0.27 - - [2025-07-28 02:23:35] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491 HTTP/1.1" 200 2576 0.049384 10.0.0.27 - - [2025-07-28 02:23:35] "GET /projects?obj_uuids=b8516365-4206-4b9d-b801-919ff03a0119&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001620 10.0.0.27 - - [2025-07-28 02:23:35] "GET /project/b8516365-4206-4b9d-b801-919ff03a0119 HTTP/1.1" 200 1875 0.070008 10.0.0.27 - - [2025-07-28 02:23:35] "GET /projects?obj_uuids=b8516365-4206-4b9d-b801-919ff03a0119&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001195 10.0.0.27 - - [2025-07-28 02:23:35] "GET /project/b8516365-4206-4b9d-b801-919ff03a0119?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.030373 10.0.0.27 - - [2025-07-28 02:23:35] "GET /projects?obj_uuids=b8516365-4206-4b9d-b801-919ff03a0119&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001139 10.0.0.27 - - [2025-07-28 02:23:35] "GET /project/b8516365-4206-4b9d-b801-919ff03a0119?fields=virtual_networks HTTP/1.1" 200 1047 0.067451 10.0.0.27 - - [2025-07-28 02:23:35] "GET /projects?obj_uuids=b8516365-4206-4b9d-b801-919ff03a0119&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001196 10.0.0.27 - - [2025-07-28 02:23:35] "GET /project/b8516365-4206-4b9d-b801-919ff03a0119?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.026830 10.0.0.27 - - [2025-07-28 02:23:35] "GET /projects?obj_uuids=b8516365-4206-4b9d-b801-919ff03a0119&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001201 10.0.0.27 - - [2025-07-28 02:23:35] "GET /project/b8516365-4206-4b9d-b801-919ff03a0119?fields=security_groups HTTP/1.1" 200 1275 0.025175 10.0.0.27 - - [2025-07-28 02:23:36] "POST /fqname-to-id HTTP/1.1" 404 181 0.036833 10.0.0.27 - - [2025-07-28 02:23:36] "GET /projects?obj_uuids=fd2f7151-a73d-4165-8141-4ba113214818&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002366 10.0.0.27 - - [2025-07-28 02:23:36] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001460 10.0.0.27 - - [2025-07-28 02:23:36] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009466 10.0.0.27 - - [2025-07-28 02:23:36] "POST /id-to-fqname HTTP/1.1" 200 183 0.001315 10.0.0.27 - - [2025-07-28 02:23:36] "POST /fqname-to-id HTTP/1.1" 404 192 0.002451 10.0.0.27 - - [2025-07-28 02:23:36] "POST /security-groups HTTP/1.1" 200 584 0.059539 10.0.0.27 - - [2025-07-28 02:23:37] "POST /fqname-to-id HTTP/1.1" 404 227 0.003296 10.0.0.27 - - [2025-07-28 02:23:37] "POST /projects HTTP/1.1" 200 571 0.222365 10.0.0.27 - - [2025-07-28 02:23:37] "POST /access-control-lists HTTP/1.1" 200 589 0.063885 10.0.0.27 - - [2025-07-28 02:23:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.295328 10.0.0.27 - - [2025-07-28 02:23:37] "POST /fqname-to-id HTTP/1.1" 404 226 0.003283 10.0.0.27 - - [2025-07-28 02:23:37] "GET /project/fd2f7151-a73d-4165-8141-4ba113214818?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.422542 10.0.0.27 - - [2025-07-28 02:23:37] "POST /access-control-lists HTTP/1.1" 200 587 0.072248 10.0.0.27 - - [2025-07-28 02:23:38] "GET / HTTP/1.1" 200 35931 0.001922 10.0.0.27 - - [2025-07-28 02:23:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000494 10.0.0.27 - - [2025-07-28 02:23:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.050383 10.0.0.27 - - [2025-07-28 02:23:39] "GET /projects?obj_uuids=fd2f7151-a73d-4165-8141-4ba113214818&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001059 10.0.0.27 - - [2025-07-28 02:23:39] "GET /project/fd2f7151-a73d-4165-8141-4ba113214818?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.024523 10.0.0.27 - - [2025-07-28 02:23:39] "POST /neutron/network HTTP/1.1" 200 117 0.027576 10.0.0.27 - - [2025-07-28 02:23:39] "GET /projects?obj_uuids=fd2f7151-a73d-4165-8141-4ba113214818&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002455 10.0.0.27 - - [2025-07-28 02:23:39] "POST /neutron/network HTTP/1.1" 200 612 0.059043 10.0.0.27 - - [2025-07-28 02:23:39] "POST /route-targets HTTP/1.1" 200 327 0.011046 10.0.0.27 - - [2025-07-28 02:23:39] "POST /ref-update HTTP/1.1" 200 156 0.010587 10.0.0.27 - - [2025-07-28 02:23:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002632 10.0.0.27 - - [2025-07-28 02:23:39] "POST /neutron/subnet HTTP/1.1" 200 734 0.137038 10.0.0.27 - - [2025-07-28 02:23:39] "POST /neutron/network HTTP/1.1" 200 833 0.005336 10.0.0.27 - - [2025-07-28 02:23:39] "POST /id-to-fqname HTTP/1.1" 200 220 0.001203 10.0.0.27 - - [2025-07-28 02:23:39] "GET /virtual-network/17be0ea0-4b95-41df-81d2-825495ced671?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004891 10.0.0.27 - - [2025-07-28 02:23:39] "POST /neutron/network HTTP/1.1" 200 833 0.005617 10.0.0.27 - - [2025-07-28 02:23:39] "GET /virtual-network/17be0ea0-4b95-41df-81d2-825495ced671?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005223 10.0.0.27 - - [2025-07-28 02:23:39] "POST /neutron/network HTTP/1.1" 200 833 0.005901 10.0.0.27 - - [2025-07-28 02:23:39] "POST /neutron/subnet HTTP/1.1" 200 734 0.007260 10.0.0.27 - - [2025-07-28 02:23:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002524 10.0.0.27 - - [2025-07-28 02:23:39] "GET /virtual-network/17be0ea0-4b95-41df-81d2-825495ced671?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006626 10.0.0.27 - - [2025-07-28 02:23:39] "PUT /virtual-network/17be0ea0-4b95-41df-81d2-825495ced671 HTTP/1.1" 200 264 0.031923 10.0.0.27 - - [2025-07-28 02:23:39] "POST /route-targets HTTP/1.1" 200 323 0.014326 10.0.0.27 - - [2025-07-28 02:23:39] "POST /ref-update HTTP/1.1" 200 156 0.011850 10.0.0.27 - - [2025-07-28 02:23:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.27 - - [2025-07-28 02:23:39] "GET /projects?obj_uuids=fd2f7151-a73d-4165-8141-4ba113214818&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001070 10.0.0.27 - - [2025-07-28 02:23:39] "GET /project/fd2f7151-a73d-4165-8141-4ba113214818?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.028338 10.0.0.27 - - [2025-07-28 02:23:40] "POST /neutron/network HTTP/1.1" 200 117 0.009903 10.0.0.27 - - [2025-07-28 02:23:40] "GET /projects?obj_uuids=fd2f7151-a73d-4165-8141-4ba113214818&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001243 10.0.0.27 - - [2025-07-28 02:23:40] "POST /neutron/network HTTP/1.1" 200 612 0.061560 10.0.0.27 - - [2025-07-28 02:23:40] "POST /route-targets HTTP/1.1" 200 327 0.011173 10.0.0.27 - - [2025-07-28 02:23:40] "POST /ref-update HTTP/1.1" 200 156 0.010487 10.0.0.27 - - [2025-07-28 02:23:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002575 10.0.0.27 - - [2025-07-28 02:23:40] "POST /neutron/subnet HTTP/1.1" 200 725 0.163398 10.0.0.27 - - [2025-07-28 02:23:40] "POST /neutron/network HTTP/1.1" 200 831 0.005724 10.0.0.27 - - [2025-07-28 02:23:40] "POST /id-to-fqname HTTP/1.1" 200 220 0.001280 10.0.0.27 - - [2025-07-28 02:23:40] "GET /virtual-network/ed4fd37b-1782-481b-899a-d98d536dc1de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005085 10.0.0.27 - - [2025-07-28 02:23:40] "POST /neutron/network HTTP/1.1" 200 831 0.005442 10.0.0.27 - - [2025-07-28 02:23:40] "GET /virtual-network/ed4fd37b-1782-481b-899a-d98d536dc1de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005140 10.0.0.27 - - [2025-07-28 02:23:40] "POST /neutron/network HTTP/1.1" 200 831 0.006123 10.0.0.27 - - [2025-07-28 02:23:40] "POST /neutron/subnet HTTP/1.1" 200 725 0.009121 10.0.0.27 - - [2025-07-28 02:23:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.27 - - [2025-07-28 02:23:40] "GET /virtual-network/ed4fd37b-1782-481b-899a-d98d536dc1de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005478 10.0.0.27 - - [2025-07-28 02:23:40] "POST /ref-update HTTP/1.1" 200 156 0.013907 10.0.0.27 - - [2025-07-28 02:23:40] "PUT /virtual-network/ed4fd37b-1782-481b-899a-d98d536dc1de HTTP/1.1" 200 264 0.042342 10.0.0.27 - - [2025-07-28 02:23:40] "POST /id-to-fqname HTTP/1.1" 200 220 0.001939 10.0.0.27 - - [2025-07-28 02:23:40] "POST /neutron/network HTTP/1.1" 200 843 0.007708 10.0.0.27 - - [2025-07-28 02:23:40] "GET /aaa-mode HTTP/1.1" 401 292 0.000454 10.0.0.27 - - [2025-07-28 02:23:41] "GET / HTTP/1.1" 200 35931 0.002536 10.0.0.27 - - [2025-07-28 02:23:41] "GET /project/fd2f7151-a73d-4165-8141-4ba113214818?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000548 10.0.0.27 - - [2025-07-28 02:23:41] "GET /projects?obj_uuids=fd2f7151-a73d-4165-8141-4ba113214818&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001133 10.0.0.27 - - [2025-07-28 02:23:41] "GET /project/fd2f7151-a73d-4165-8141-4ba113214818?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.055101 10.0.0.27 - - [2025-07-28 02:23:41] "POST /neutron/network HTTP/1.1" 200 833 0.007455 10.0.0.27 - - [2025-07-28 02:23:41] "POST /neutron/port HTTP/1.1" 200 117 0.006361 10.0.0.27 - - [2025-07-28 02:23:41] "POST /neutron/port HTTP/1.1" 200 117 0.005462 10.0.0.27 - - [2025-07-28 02:23:41] "POST /id-to-fqname HTTP/1.1" 200 220 0.001828 10.0.0.27 - - [2025-07-28 02:23:41] "POST /neutron/port HTTP/1.1" 200 117 0.006384 10.0.0.27 - - [2025-07-28 02:23:41] "POST /neutron/network HTTP/1.1" 200 841 0.007640 10.0.0.27 - - [2025-07-28 02:23:41] "GET /aaa-mode HTTP/1.1" 401 292 0.000642 10.0.0.27 - - [2025-07-28 02:23:42] "POST /neutron/network HTTP/1.1" 200 843 0.005530 10.0.0.27 - - [2025-07-28 02:23:42] "GET /projects?obj_uuids=fd2f7151-a73d-4165-8141-4ba113214818&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001574 10.0.0.27 - - [2025-07-28 02:23:42] "GET / HTTP/1.1" 200 35931 0.001697 10.0.0.27 - - [2025-07-28 02:23:42] "GET /project/fd2f7151-a73d-4165-8141-4ba113214818?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000390 10.0.0.27 - - [2025-07-28 02:23:42] "POST /neutron/port HTTP/1.1" 200 1055 0.216300 10.0.0.27 - - [2025-07-28 02:23:42] "POST /neutron/port HTTP/1.1" 200 1055 0.011602 10.0.0.27 - - [2025-07-28 02:23:42] "POST /neutron/port HTTP/1.1" 200 1055 0.009122 10.0.0.27 - - [2025-07-28 02:23:42] "POST /neutron/port HTTP/1.1" 200 1109 0.059305 10.0.0.27 - - [2025-07-28 02:23:42] "POST /neutron/port HTTP/1.1" 200 1083 0.011778 10.0.0.27 - - [2025-07-28 02:23:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003450 10.0.0.27 - - [2025-07-28 02:23:42] "POST /neutron/subnet HTTP/1.1" 200 708 0.006901 10.0.0.27 - - [2025-07-28 02:23:42] "POST /neutron/port HTTP/1.1" 200 117 0.001214 10.0.0.27 - - [2025-07-28 02:23:42] "POST /neutron/network HTTP/1.1" 200 833 0.005378 10.0.0.27 - - [2025-07-28 02:23:42] "GET /projects?obj_uuids=fd2f7151-a73d-4165-8141-4ba113214818&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001165 10.0.0.27 - - [2025-07-28 02:23:42] "GET /project/fd2f7151-a73d-4165-8141-4ba113214818?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.048729 10.0.0.27 - - [2025-07-28 02:23:42] "POST /neutron/network HTTP/1.1" 200 831 0.005415 10.0.0.27 - - [2025-07-28 02:23:42] "POST /neutron/port HTTP/1.1" 200 1083 0.017052 10.0.0.27 - - [2025-07-28 02:23:42] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007452 10.0.0.27 - - [2025-07-28 02:23:42] "POST /neutron/port HTTP/1.1" 200 117 0.005759 10.0.0.27 - - [2025-07-28 02:23:42] "POST /neutron/port HTTP/1.1" 200 1083 0.011471 10.0.0.27 - - [2025-07-28 02:23:42] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006653 10.0.0.27 - - [2025-07-28 02:23:43] "POST /neutron/network HTTP/1.1" 200 841 0.005875 10.0.0.27 - - [2025-07-28 02:23:43] "GET /projects?obj_uuids=fd2f7151-a73d-4165-8141-4ba113214818&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001386 10.0.0.27 - - [2025-07-28 02:23:43] "POST /neutron/port HTTP/1.1" 200 1053 0.229292 10.0.0.27 - - [2025-07-28 02:23:43] "POST /neutron/port HTTP/1.1" 200 1053 0.010840 10.0.0.27 - - [2025-07-28 02:23:43] "POST /neutron/port HTTP/1.1" 200 1053 0.012190 10.0.0.27 - - [2025-07-28 02:23:43] "POST /neutron/port HTTP/1.1" 200 1107 0.083640 10.0.0.27 - - [2025-07-28 02:23:43] "POST /neutron/port HTTP/1.1" 200 1081 0.017188 10.0.0.27 - - [2025-07-28 02:23:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003721 10.0.0.27 - - [2025-07-28 02:23:43] "POST /neutron/subnet HTTP/1.1" 200 699 0.008950 10.0.0.27 - - [2025-07-28 02:23:43] "POST /neutron/port HTTP/1.1" 200 117 0.001313 10.0.0.27 - - [2025-07-28 02:23:43] "POST /neutron/network HTTP/1.1" 200 831 0.006175 10.0.0.27 - - [2025-07-28 02:23:48] "POST /neutron/port HTTP/1.1" 200 1083 0.011743 10.0.0.27 - - [2025-07-28 02:23:48] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005999 10.0.0.27 - - [2025-07-28 02:23:48] "POST /neutron/port HTTP/1.1" 200 1083 0.011522 10.0.0.27 - - [2025-07-28 02:23:48] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006126 10.0.0.27 - - [2025-07-28 02:23:48] "POST /neutron/port HTTP/1.1" 200 1083 0.010849 10.0.0.27 - - [2025-07-28 02:23:48] "POST /neutron/security_group HTTP/1.1" 200 2051 0.022776 10.0.0.27 - - [2025-07-28 02:23:48] "GET /virtual-machine/fc2e999b-1d33-4242-be5b-59664b3c6a73 HTTP/1.1" 401 292 0.001042 10.0.0.27 - - [2025-07-28 02:23:48] "GET /virtual-machine/fc2e999b-1d33-4242-be5b-59664b3c6a73 HTTP/1.1" 200 1286 0.027568 10.0.0.27 - - [2025-07-28 02:23:48] "GET /virtual-machine-interface/8ee1d32d-6385-43d2-8d1e-10c75e6903b5 HTTP/1.1" 200 2928 0.005003 10.0.0.27 - - [2025-07-28 02:23:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.27 - - [2025-07-28 02:23:48] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004008 10.0.0.27 - - [2025-07-28 02:23:48] "GET /virtual-networks?parent_id=fd2f7151-a73d-4165-8141-4ba113214818&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003110 10.0.0.27 - - [2025-07-28 02:23:48] "GET /virtual-network/17be0ea0-4b95-41df-81d2-825495ced671?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.005960 10.0.0.27 - - [2025-07-28 02:23:50] "POST /neutron/port HTTP/1.1" 200 1083 0.011185 10.0.0.27 - - [2025-07-28 02:23:50] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005432 10.0.0.27 - - [2025-07-28 02:23:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.27 - - [2025-07-28 02:23:51] "GET /virtual-network/17be0ea0-4b95-41df-81d2-825495ced671?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.004910 10.0.0.27 - - [2025-07-28 02:23:51] "POST /neutron/port HTTP/1.1" 200 1081 0.011716 10.0.0.27 - - [2025-07-28 02:23:51] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005222 10.0.0.27 - - [2025-07-28 02:23:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.27 - - [2025-07-28 02:23:53] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003071 10.0.0.27 - - [2025-07-28 02:23:53] "GET /virtual-networks?parent_id=fd2f7151-a73d-4165-8141-4ba113214818&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003128 10.0.0.27 - - [2025-07-28 02:23:54] "GET /virtual-network/17be0ea0-4b95-41df-81d2-825495ced671?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.005703 10.0.0.27 - - [2025-07-28 02:23:54] "POST /neutron/port HTTP/1.1" 200 1081 0.014438 10.0.0.27 - - [2025-07-28 02:23:54] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007435 10.0.0.27 - - [2025-07-28 02:23:54] "POST /neutron/port HTTP/1.1" 200 1081 0.011528 10.0.0.27 - - [2025-07-28 02:23:54] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006325 10.0.0.27 - - [2025-07-28 02:23:54] "POST /neutron/port HTTP/1.1" 200 1081 0.012812 10.0.0.27 - - [2025-07-28 02:23:54] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005913 10.0.0.27 - - [2025-07-28 02:23:54] "GET /virtual-machine/9884fc8d-567e-4f2d-bed9-0b54439b38d2 HTTP/1.1" 200 1286 0.004813 10.0.0.27 - - [2025-07-28 02:23:54] "GET /virtual-machine-interface/0f3538e0-dfa6-4505-bb1b-5cfa17a48379 HTTP/1.1" 200 2927 0.006740 10.0.0.27 - - [2025-07-28 02:23:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004071 10.0.0.27 - - [2025-07-28 02:23:54] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003132 10.0.0.27 - - [2025-07-28 02:23:54] "GET /virtual-networks?parent_id=fd2f7151-a73d-4165-8141-4ba113214818&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003093 10.0.0.27 - - [2025-07-28 02:23:54] "GET /virtual-network/ed4fd37b-1782-481b-899a-d98d536dc1de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.005479 10.0.0.27 - - [2025-07-28 02:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002978 10.0.0.27 - - [2025-07-28 02:23:55] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003172 10.0.0.27 - - [2025-07-28 02:23:55] "GET /virtual-networks?parent_id=fd2f7151-a73d-4165-8141-4ba113214818&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002867 10.0.0.27 - - [2025-07-28 02:23:55] "GET /virtual-network/ed4fd37b-1782-481b-899a-d98d536dc1de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.005515 10.0.0.27 - - [2025-07-28 02:23:56] "POST /routing-policys HTTP/1.1" 200 534 0.017059 10.0.0.27 - - [2025-07-28 02:23:56] "GET /virtual-network/17be0ea0-4b95-41df-81d2-825495ced671?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.004903 10.0.0.27 - - [2025-07-28 02:23:56] "PUT /virtual-network/17be0ea0-4b95-41df-81d2-825495ced671 HTTP/1.1" 200 264 0.031593 10.0.0.27 - - [2025-07-28 02:23:56] "POST /ref-update HTTP/1.1" 200 156 0.012557 10.0.0.27 - - [2025-07-28 02:23:59] "POST /ref-update HTTP/1.1" 200 156 0.033309 10.0.0.27 - - [2025-07-28 02:23:59] "POST /ref-update HTTP/1.1" 200 156 0.015646 10.0.0.27 - - [2025-07-28 02:23:59] "DELETE /routing-policy/549da717-d138-4471-8b0a-1ded3181cb75 HTTP/1.1" 200 115 0.030355 10.0.0.27 - - [2025-07-28 02:24:00] "POST /neutron/network HTTP/1.1" 200 831 0.006516 10.0.0.27 - - [2025-07-28 02:24:00] "POST /neutron/network HTTP/1.1" 400 204 0.010305 10.0.0.27 - - [2025-07-28 02:24:00] "POST /neutron/port HTTP/1.1" 200 1081 0.012228 10.0.0.27 - - [2025-07-28 02:24:00] "POST /neutron/port HTTP/1.1" 200 1107 0.009861 10.0.0.27 - - [2025-07-28 02:24:00] "POST /neutron/port HTTP/1.1" 200 1083 0.015988 10.0.0.27 - - [2025-07-28 02:24:00] "POST /neutron/port HTTP/1.1" 200 1109 0.007977 10.0.0.27 - - [2025-07-28 02:24:00] "POST /neutron/port HTTP/1.1" 200 151 0.122183 10.0.0.27 - - [2025-07-28 02:24:00] "POST /neutron/port HTTP/1.1" 200 151 0.118407 10.0.0.27 - - [2025-07-28 02:24:02] "POST /neutron/network HTTP/1.1" 200 831 0.007162 10.0.0.27 - - [2025-07-28 02:24:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004181 10.0.0.27 - - [2025-07-28 02:24:02] "POST /useragent-kv HTTP/1.1" 200 115 0.018260 10.0.0.27 - - [2025-07-28 02:24:02] "DELETE /route-target/ad6a5cfd-81f7-4877-8346-7c81f72c77ee HTTP/1.1" 200 115 0.021797 10.0.0.27 - - [2025-07-28 02:24:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002399 10.0.0.27 - - [2025-07-28 02:24:02] "POST /neutron/network HTTP/1.1" 200 151 0.100825 10.0.0.27 - - [2025-07-28 02:24:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002801 10.0.0.27 - - [2025-07-28 02:24:02] "POST /neutron/network HTTP/1.1" 200 833 0.005678 10.0.0.27 - - [2025-07-28 02:24:02] "DELETE /route-target/314717ce-da07-4d77-840f-cc85b33a680d HTTP/1.1" 409 239 0.004538 10.0.0.27 - - [2025-07-28 02:24:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002404 10.0.0.27 - - [2025-07-28 02:24:02] "POST /useragent-kv HTTP/1.1" 200 115 0.004227 10.0.0.27 - - [2025-07-28 02:24:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003877 10.0.0.27 - - [2025-07-28 02:24:02] "POST /neutron/network HTTP/1.1" 200 151 0.086778 10.0.0.27 - - [2025-07-28 02:24:02] "DELETE /route-target/d82c22dd-e90f-40ab-9532-dbd07a12fab6 HTTP/1.1" 200 115 0.015049 10.0.0.27 - - [2025-07-28 02:24:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002814 10.0.0.27 - - [2025-07-28 02:24:02] "DELETE /route-target/314717ce-da07-4d77-840f-cc85b33a680d HTTP/1.1" 200 115 0.015954 10.0.0.27 - - [2025-07-28 02:24:02] "GET /projects?obj_uuids=fd2f7151-a73d-4165-8141-4ba113214818&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001180 10.0.0.27 - - [2025-07-28 02:24:02] "GET /project/fd2f7151-a73d-4165-8141-4ba113214818?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.024547 10.0.0.27 - - [2025-07-28 02:24:02] "GET /projects?obj_uuids=fd2f7151-a73d-4165-8141-4ba113214818&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001213 10.0.0.27 - - [2025-07-28 02:24:02] "GET /project/fd2f7151-a73d-4165-8141-4ba113214818?fields=virtual_networks HTTP/1.1" 200 1028 0.067617 10.0.0.27 - - [2025-07-28 02:24:02] "GET /projects?obj_uuids=fd2f7151-a73d-4165-8141-4ba113214818&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001221 10.0.0.27 - - [2025-07-28 02:24:02] "GET /project/fd2f7151-a73d-4165-8141-4ba113214818?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.028429 10.0.0.27 - - [2025-07-28 02:24:02] "GET /projects?obj_uuids=fd2f7151-a73d-4165-8141-4ba113214818&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001257 10.0.0.27 - - [2025-07-28 02:24:02] "GET /project/fd2f7151-a73d-4165-8141-4ba113214818?fields=security_groups HTTP/1.1" 200 1247 0.025070 10.0.0.27 - - [2025-07-28 02:24:03] "POST /fqname-to-id HTTP/1.1" 404 186 0.024464 10.0.0.27 - - [2025-07-28 02:24:03] "GET /projects?obj_uuids=1ae2cf7b-68c0-435f-8d4a-81e26f75455a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002500 10.0.0.27 - - [2025-07-28 02:24:03] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001638 10.0.0.27 - - [2025-07-28 02:24:03] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008534 10.0.0.27 - - [2025-07-28 02:24:03] "POST /id-to-fqname HTTP/1.1" 200 188 0.001540 10.0.0.27 - - [2025-07-28 02:24:03] "POST /fqname-to-id HTTP/1.1" 404 197 0.002393 10.0.0.27 - - [2025-07-28 02:24:03] "POST /security-groups HTTP/1.1" 200 589 0.060059 10.0.0.27 - - [2025-07-28 02:24:03] "POST /fqname-to-id HTTP/1.1" 404 232 0.002547 10.0.0.27 - - [2025-07-28 02:24:03] "POST /projects HTTP/1.1" 200 581 0.205548 10.0.0.27 - - [2025-07-28 02:24:03] "POST /access-control-lists HTTP/1.1" 200 594 0.060825 10.0.0.27 - - [2025-07-28 02:24:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.275497 10.0.0.27 - - [2025-07-28 02:24:04] "POST /fqname-to-id HTTP/1.1" 404 231 0.003171 10.0.0.27 - - [2025-07-28 02:24:04] "GET /project/1ae2cf7b-68c0-435f-8d4a-81e26f75455a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.397777 10.0.0.27 - - [2025-07-28 02:24:04] "POST /access-control-lists HTTP/1.1" 200 592 0.059517 10.0.0.27 - - [2025-07-28 02:24:05] "GET / HTTP/1.1" 200 35931 0.001993 10.0.0.27 - - [2025-07-28 02:24:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000554 10.0.0.27 - - [2025-07-28 02:24:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.053144 10.0.0.27 - - [2025-07-28 02:24:06] "GET /projects?obj_uuids=1ae2cf7b-68c0-435f-8d4a-81e26f75455a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001106 10.0.0.27 - - [2025-07-28 02:24:06] "GET /project/1ae2cf7b-68c0-435f-8d4a-81e26f75455a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.025026 10.0.0.27 - - [2025-07-28 02:24:06] "POST /neutron/network HTTP/1.1" 200 117 0.030037 10.0.0.27 - - [2025-07-28 02:24:06] "GET /projects?obj_uuids=1ae2cf7b-68c0-435f-8d4a-81e26f75455a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001564 10.0.0.27 - - [2025-07-28 02:24:06] "POST /neutron/network HTTP/1.1" 200 613 0.069363 10.0.0.27 - - [2025-07-28 02:24:06] "POST /route-targets HTTP/1.1" 200 327 0.012285 10.0.0.27 - - [2025-07-28 02:24:06] "POST /ref-update HTTP/1.1" 200 156 0.011889 10.0.0.27 - - [2025-07-28 02:24:06] "POST /useragent-kv HTTP/1.1" 200 115 0.003053 10.0.0.27 - - [2025-07-28 02:24:06] "POST /neutron/subnet HTTP/1.1" 200 720 0.166194 10.0.0.27 - - [2025-07-28 02:24:06] "POST /neutron/network HTTP/1.1" 200 831 0.005823 10.0.0.27 - - [2025-07-28 02:24:06] "POST /id-to-fqname HTTP/1.1" 200 223 0.001396 10.0.0.27 - - [2025-07-28 02:24:06] "GET /virtual-network/c7a9f847-6e1b-41ca-8aa4-1374db86eb07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005594 10.0.0.27 - - [2025-07-28 02:24:06] "POST /neutron/network HTTP/1.1" 200 831 0.006874 10.0.0.27 - - [2025-07-28 02:24:06] "GET /virtual-network/c7a9f847-6e1b-41ca-8aa4-1374db86eb07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006062 10.0.0.27 - - [2025-07-28 02:24:06] "POST /neutron/network HTTP/1.1" 200 831 0.005906 10.0.0.27 - - [2025-07-28 02:24:06] "POST /neutron/subnet HTTP/1.1" 200 720 0.009569 10.0.0.27 - - [2025-07-28 02:24:06] "GET /domains HTTP/1.1" 401 292 0.000674 10.0.0.27 - - [2025-07-28 02:24:07] "GET /domains HTTP/1.1" 200 280 0.028308 10.0.0.27 - - [2025-07-28 02:24:07] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002115 10.0.0.27 - - [2025-07-28 02:24:07] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491 HTTP/1.1" 200 2939 0.012378 10.0.0.27 - - [2025-07-28 02:24:07] "GET /projects?obj_uuids=1ae2cf7b-68c0-435f-8d4a-81e26f75455a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001574 10.0.0.27 - - [2025-07-28 02:24:07] "GET /project/1ae2cf7b-68c0-435f-8d4a-81e26f75455a HTTP/1.1" 200 2090 0.071180 10.0.0.27 - - [2025-07-28 02:24:07] "GET /virtual-network/c7a9f847-6e1b-41ca-8aa4-1374db86eb07 HTTP/1.1" 200 2316 0.006183 10.0.0.27 - - [2025-07-28 02:24:07] "GET /virtual-network/c7a9f847-6e1b-41ca-8aa4-1374db86eb07 HTTP/1.1" 200 2316 0.004634 10.0.0.27 - - [2025-07-28 02:24:07] "GET /routing-instance/c48a0394-ffbc-4501-9e08-67ed9bf82dcc HTTP/1.1" 200 1494 0.003322 10.0.0.27 - - [2025-07-28 02:24:07] "GET /routing-instance/c48a0394-ffbc-4501-9e08-67ed9bf82dcc HTTP/1.1" 200 1494 0.003182 10.0.0.27 - - [2025-07-28 02:24:07] "GET /route-target/0794763a-5b4b-4769-892c-d4e5bb0b963f HTTP/1.1" 200 1210 0.003004 10.0.0.27 - - [2025-07-28 02:24:07] "GET /virtual-network/c7a9f847-6e1b-41ca-8aa4-1374db86eb07 HTTP/1.1" 200 2316 0.004836 10.0.0.27 - - [2025-07-28 02:24:07] "GET /routing-instance/c48a0394-ffbc-4501-9e08-67ed9bf82dcc HTTP/1.1" 200 1494 0.003401 10.0.0.27 - - [2025-07-28 02:24:07] "GET /virtual-network/c7a9f847-6e1b-41ca-8aa4-1374db86eb07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004466 10.0.0.27 - - [2025-07-28 02:24:07] "GET /virtual-network/c7a9f847-6e1b-41ca-8aa4-1374db86eb07 HTTP/1.1" 200 2316 0.004792 10.0.0.27 - - [2025-07-28 02:24:07] "GET /routing-instance/c48a0394-ffbc-4501-9e08-67ed9bf82dcc HTTP/1.1" 200 1494 0.003397 10.0.0.27 - - [2025-07-28 02:24:07] "GET /routing-instance/c48a0394-ffbc-4501-9e08-67ed9bf82dcc HTTP/1.1" 200 1494 0.003233 10.0.0.27 - - [2025-07-28 02:24:07] "GET /route-target/0794763a-5b4b-4769-892c-d4e5bb0b963f HTTP/1.1" 200 1210 0.003236 10.0.0.27 - - [2025-07-28 02:24:07] "GET /domains HTTP/1.1" 200 280 0.002637 10.0.0.27 - - [2025-07-28 02:24:07] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001113 10.0.0.27 - - [2025-07-28 02:24:07] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491 HTTP/1.1" 200 2939 0.007691 10.0.0.27 - - [2025-07-28 02:24:07] "GET /projects?obj_uuids=1ae2cf7b-68c0-435f-8d4a-81e26f75455a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001318 10.0.0.27 - - [2025-07-28 02:24:07] "GET /project/1ae2cf7b-68c0-435f-8d4a-81e26f75455a HTTP/1.1" 200 2090 0.068789 10.0.0.27 - - [2025-07-28 02:24:07] "GET /virtual-network/c7a9f847-6e1b-41ca-8aa4-1374db86eb07 HTTP/1.1" 200 2316 0.004512 10.0.0.27 - - [2025-07-28 02:24:07] "GET /obj-perms HTTP/1.1" 200 5026 0.049037 10.0.0.27 - - [2025-07-28 02:24:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.27 - - [2025-07-28 02:24:07] "GET /projects?obj_uuids=1ae2cf7b-68c0-435f-8d4a-81e26f75455a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001630 10.0.0.27 - - [2025-07-28 02:24:07] "GET /project/1ae2cf7b-68c0-435f-8d4a-81e26f75455a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.026107 10.0.0.27 - - [2025-07-28 02:24:07] "POST /neutron/network HTTP/1.1" 200 117 0.009565 10.0.0.27 - - [2025-07-28 02:24:07] "GET /projects?obj_uuids=1ae2cf7b-68c0-435f-8d4a-81e26f75455a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001520 10.0.0.27 - - [2025-07-28 02:24:07] "POST /neutron/network HTTP/1.1" 200 613 0.073432 10.0.0.27 - - [2025-07-28 02:24:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003940 10.0.0.27 - - [2025-07-28 02:24:08] "POST /neutron/subnet HTTP/1.1" 200 729 0.194509 10.0.0.27 - - [2025-07-28 02:24:08] "POST /neutron/network HTTP/1.1" 200 833 0.005913 10.0.0.27 - - [2025-07-28 02:24:08] "POST /id-to-fqname HTTP/1.1" 200 223 0.001635 10.0.0.27 - - [2025-07-28 02:24:08] "GET /virtual-network/d7deb08a-9c06-475e-92d3-d5f59d380c6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005346 10.0.0.27 - - [2025-07-28 02:24:08] "POST /neutron/network HTTP/1.1" 200 833 0.006265 10.0.0.27 - - [2025-07-28 02:24:08] "GET /virtual-network/d7deb08a-9c06-475e-92d3-d5f59d380c6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005392 10.0.0.27 - - [2025-07-28 02:24:08] "POST /neutron/network HTTP/1.1" 200 833 0.026135 10.0.0.27 - - [2025-07-28 02:24:08] "POST /neutron/subnet HTTP/1.1" 200 729 0.017283 10.0.0.27 - - [2025-07-28 02:24:08] "GET /domains HTTP/1.1" 200 280 0.002368 10.0.0.27 - - [2025-07-28 02:24:08] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001095 10.0.0.27 - - [2025-07-28 02:24:08] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491 HTTP/1.1" 200 2939 0.006999 10.0.0.27 - - [2025-07-28 02:24:08] "GET /projects?obj_uuids=1ae2cf7b-68c0-435f-8d4a-81e26f75455a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001022 10.0.0.27 - - [2025-07-28 02:24:08] "POST /route-targets HTTP/1.1" 200 327 0.016130 10.0.0.27 - - [2025-07-28 02:24:08] "GET /project/1ae2cf7b-68c0-435f-8d4a-81e26f75455a HTTP/1.1" 200 2308 0.073652 10.0.0.27 - - [2025-07-28 02:24:08] "GET /virtual-network/d7deb08a-9c06-475e-92d3-d5f59d380c6f HTTP/1.1" 200 2323 0.009009 10.0.0.27 - - [2025-07-28 02:24:08] "POST /ref-update HTTP/1.1" 200 156 0.019449 10.0.0.27 - - [2025-07-28 02:24:08] "GET /virtual-network/d7deb08a-9c06-475e-92d3-d5f59d380c6f HTTP/1.1" 200 2323 0.005053 10.0.0.27 - - [2025-07-28 02:24:08] "GET /routing-instance/22fc7fb4-18b8-4105-a9c1-74bd288e3fd1 HTTP/1.1" 200 1493 0.003848 10.0.0.27 - - [2025-07-28 02:24:08] "GET /routing-instance/22fc7fb4-18b8-4105-a9c1-74bd288e3fd1 HTTP/1.1" 200 1493 0.003185 10.0.0.27 - - [2025-07-28 02:24:08] "GET /route-target/97db98e5-2edc-4aee-9940-2847f308541e HTTP/1.1" 200 1213 0.002950 10.0.0.27 - - [2025-07-28 02:24:08] "GET /virtual-network/d7deb08a-9c06-475e-92d3-d5f59d380c6f HTTP/1.1" 200 2323 0.004782 10.0.0.27 - - [2025-07-28 02:24:08] "GET /routing-instance/22fc7fb4-18b8-4105-a9c1-74bd288e3fd1 HTTP/1.1" 200 1493 0.004671 10.0.0.27 - - [2025-07-28 02:24:08] "GET /virtual-network/d7deb08a-9c06-475e-92d3-d5f59d380c6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005019 10.0.0.27 - - [2025-07-28 02:24:08] "GET /virtual-network/d7deb08a-9c06-475e-92d3-d5f59d380c6f HTTP/1.1" 200 2323 0.005565 10.0.0.27 - - [2025-07-28 02:24:08] "GET /routing-instance/22fc7fb4-18b8-4105-a9c1-74bd288e3fd1 HTTP/1.1" 200 1493 0.004156 10.0.0.27 - - [2025-07-28 02:24:08] "GET /routing-instance/22fc7fb4-18b8-4105-a9c1-74bd288e3fd1 HTTP/1.1" 200 1493 0.003370 10.0.0.27 - - [2025-07-28 02:24:08] "GET /route-target/97db98e5-2edc-4aee-9940-2847f308541e HTTP/1.1" 200 1213 0.003099 10.0.0.27 - - [2025-07-28 02:24:08] "GET /domains HTTP/1.1" 200 280 0.002829 10.0.0.27 - - [2025-07-28 02:24:08] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001549 10.0.0.27 - - [2025-07-28 02:24:08] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491 HTTP/1.1" 200 2939 0.008893 10.0.0.27 - - [2025-07-28 02:24:08] "GET /projects?obj_uuids=1ae2cf7b-68c0-435f-8d4a-81e26f75455a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001308 10.0.0.27 - - [2025-07-28 02:24:08] "GET /project/1ae2cf7b-68c0-435f-8d4a-81e26f75455a HTTP/1.1" 200 2308 0.068216 10.0.0.27 - - [2025-07-28 02:24:08] "GET /virtual-network/d7deb08a-9c06-475e-92d3-d5f59d380c6f HTTP/1.1" 200 2323 0.005028 10.0.0.27 - - [2025-07-28 02:24:08] "GET /obj-perms HTTP/1.1" 200 5026 0.003188 10.0.0.27 - - [2025-07-28 02:24:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002761 10.0.0.27 - - [2025-07-28 02:24:08] "GET /projects?obj_uuids=1ae2cf7b-68c0-435f-8d4a-81e26f75455a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001528 10.0.0.27 - - [2025-07-28 02:24:08] "GET /project/1ae2cf7b-68c0-435f-8d4a-81e26f75455a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.025610 10.0.0.27 - - [2025-07-28 02:24:08] "POST /neutron/network HTTP/1.1" 200 117 0.010142 10.0.0.27 - - [2025-07-28 02:24:08] "GET /projects?obj_uuids=1ae2cf7b-68c0-435f-8d4a-81e26f75455a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001132 10.0.0.27 - - [2025-07-28 02:24:08] "POST /neutron/network HTTP/1.1" 200 615 0.062435 10.0.0.27 - - [2025-07-28 02:24:08] "POST /ref-update HTTP/1.1" 200 156 0.010575 10.0.0.27 - - [2025-07-28 02:24:09] "POST /useragent-kv HTTP/1.1" 200 115 0.004050 10.0.0.27 - - [2025-07-28 02:24:09] "POST /neutron/subnet HTTP/1.1" 200 725 0.182052 10.0.0.27 - - [2025-07-28 02:24:09] "POST /neutron/network HTTP/1.1" 200 834 0.005401 10.0.0.27 - - [2025-07-28 02:24:09] "POST /id-to-fqname HTTP/1.1" 200 224 0.001642 10.0.0.27 - - [2025-07-28 02:24:09] "GET /virtual-network/5d7fd97b-e64b-4769-8481-f7491ab5c365?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004751 10.0.0.27 - - [2025-07-28 02:24:09] "POST /neutron/network HTTP/1.1" 200 834 0.005883 10.0.0.27 - - [2025-07-28 02:24:09] "GET /virtual-network/5d7fd97b-e64b-4769-8481-f7491ab5c365?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005085 10.0.0.27 - - [2025-07-28 02:24:09] "POST /neutron/network HTTP/1.1" 200 834 0.006037 10.0.0.27 - - [2025-07-28 02:24:09] "POST /neutron/subnet HTTP/1.1" 200 725 0.006800 10.0.0.27 - - [2025-07-28 02:24:09] "GET /domains HTTP/1.1" 200 280 0.002745 10.0.0.27 - - [2025-07-28 02:24:09] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001206 10.0.0.27 - - [2025-07-28 02:24:09] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491 HTTP/1.1" 200 2939 0.007591 10.0.0.27 - - [2025-07-28 02:24:09] "GET /projects?obj_uuids=1ae2cf7b-68c0-435f-8d4a-81e26f75455a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001162 10.0.0.27 - - [2025-07-28 02:24:09] "GET /project/1ae2cf7b-68c0-435f-8d4a-81e26f75455a HTTP/1.1" 200 2527 0.072014 10.0.0.27 - - [2025-07-28 02:24:09] "GET /virtual-network/5d7fd97b-e64b-4769-8481-f7491ab5c365 HTTP/1.1" 200 2323 0.006445 10.0.0.27 - - [2025-07-28 02:24:09] "GET /virtual-network/5d7fd97b-e64b-4769-8481-f7491ab5c365 HTTP/1.1" 200 2323 0.005341 10.0.0.27 - - [2025-07-28 02:24:09] "GET /routing-instance/ed21d0ce-7ef3-4d21-80d5-def6d64a151c HTTP/1.1" 200 1497 0.004191 10.0.0.27 - - [2025-07-28 02:24:09] "GET /routing-instance/ed21d0ce-7ef3-4d21-80d5-def6d64a151c HTTP/1.1" 200 1497 0.004179 10.0.0.27 - - [2025-07-28 02:24:09] "GET /route-target/94e4569a-2320-442a-82bc-85950ee44c49 HTTP/1.1" 200 1214 0.003716 10.0.0.27 - - [2025-07-28 02:24:09] "GET /virtual-network/5d7fd97b-e64b-4769-8481-f7491ab5c365 HTTP/1.1" 200 2323 0.005220 10.0.0.27 - - [2025-07-28 02:24:09] "GET /routing-instance/ed21d0ce-7ef3-4d21-80d5-def6d64a151c HTTP/1.1" 200 1497 0.005825 10.0.0.27 - - [2025-07-28 02:24:09] "GET /virtual-network/5d7fd97b-e64b-4769-8481-f7491ab5c365?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006917 10.0.0.27 - - [2025-07-28 02:24:09] "GET /virtual-network/5d7fd97b-e64b-4769-8481-f7491ab5c365 HTTP/1.1" 200 2323 0.006635 10.0.0.27 - - [2025-07-28 02:24:09] "GET /routing-instance/ed21d0ce-7ef3-4d21-80d5-def6d64a151c HTTP/1.1" 200 1497 0.005644 10.0.0.27 - - [2025-07-28 02:24:09] "GET /routing-instance/ed21d0ce-7ef3-4d21-80d5-def6d64a151c HTTP/1.1" 200 1497 0.005282 10.0.0.27 - - [2025-07-28 02:24:09] "GET /route-target/94e4569a-2320-442a-82bc-85950ee44c49 HTTP/1.1" 200 1214 0.005450 10.0.0.27 - - [2025-07-28 02:24:09] "GET /domains HTTP/1.1" 200 280 0.003460 10.0.0.27 - - [2025-07-28 02:24:09] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001434 10.0.0.27 - - [2025-07-28 02:24:09] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491 HTTP/1.1" 200 2939 0.008641 10.0.0.27 - - [2025-07-28 02:24:09] "GET /projects?obj_uuids=1ae2cf7b-68c0-435f-8d4a-81e26f75455a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001506 10.0.0.27 - - [2025-07-28 02:24:09] "GET /project/1ae2cf7b-68c0-435f-8d4a-81e26f75455a HTTP/1.1" 200 2527 0.073593 10.0.0.27 - - [2025-07-28 02:24:09] "GET /virtual-network/5d7fd97b-e64b-4769-8481-f7491ab5c365 HTTP/1.1" 200 2323 0.005750 10.0.0.27 - - [2025-07-28 02:24:09] "GET /obj-perms HTTP/1.1" 200 5026 0.003403 10.0.0.27 - - [2025-07-28 02:24:09] "POST /id-to-fqname HTTP/1.1" 200 223 0.001866 10.0.0.27 - - [2025-07-28 02:24:09] "POST /neutron/network HTTP/1.1" 200 843 0.005668 10.0.0.27 - - [2025-07-28 02:24:09] "GET /aaa-mode HTTP/1.1" 401 292 0.000430 10.0.0.27 - - [2025-07-28 02:24:10] "GET / HTTP/1.1" 200 35931 0.001806 10.0.0.27 - - [2025-07-28 02:24:10] "GET /project/1ae2cf7b-68c0-435f-8d4a-81e26f75455a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000411 10.0.0.27 - - [2025-07-28 02:24:10] "GET /projects?obj_uuids=1ae2cf7b-68c0-435f-8d4a-81e26f75455a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001385 10.0.0.27 - - [2025-07-28 02:24:10] "GET /project/1ae2cf7b-68c0-435f-8d4a-81e26f75455a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.046851 10.0.0.27 - - [2025-07-28 02:24:10] "POST /neutron/network HTTP/1.1" 200 833 0.005800 10.0.0.27 - - [2025-07-28 02:24:10] "POST /neutron/port HTTP/1.1" 200 117 0.004786 10.0.0.27 - - [2025-07-28 02:24:10] "POST /neutron/port HTTP/1.1" 200 117 0.004683 10.0.0.27 - - [2025-07-28 02:24:10] "POST /id-to-fqname HTTP/1.1" 200 224 0.001407 10.0.0.27 - - [2025-07-28 02:24:10] "POST /neutron/port HTTP/1.1" 200 117 0.005524 10.0.0.27 - - [2025-07-28 02:24:10] "POST /neutron/network HTTP/1.1" 200 844 0.005752 10.0.0.27 - - [2025-07-28 02:24:10] "GET /aaa-mode HTTP/1.1" 401 292 0.000553 10.0.0.27 - - [2025-07-28 02:24:11] "POST /neutron/network HTTP/1.1" 200 843 0.006171 10.0.0.27 - - [2025-07-28 02:24:11] "GET /projects?obj_uuids=1ae2cf7b-68c0-435f-8d4a-81e26f75455a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001251 10.0.0.27 - - [2025-07-28 02:24:11] "GET / HTTP/1.1" 200 35931 0.002026 10.0.0.27 - - [2025-07-28 02:24:11] "GET /project/1ae2cf7b-68c0-435f-8d4a-81e26f75455a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000412 10.0.0.27 - - [2025-07-28 02:24:11] "POST /neutron/port HTTP/1.1" 200 1059 0.227632 10.0.0.27 - - [2025-07-28 02:24:11] "POST /neutron/port HTTP/1.1" 200 1059 0.009735 10.0.0.27 - - [2025-07-28 02:24:11] "POST /neutron/port HTTP/1.1" 200 1059 0.007943 10.0.0.27 - - [2025-07-28 02:24:11] "POST /neutron/port HTTP/1.1" 200 1113 0.049853 10.0.0.27 - - [2025-07-28 02:24:11] "POST /neutron/port HTTP/1.1" 200 1087 0.010978 10.0.0.27 - - [2025-07-28 02:24:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003282 10.0.0.27 - - [2025-07-28 02:24:11] "POST /neutron/subnet HTTP/1.1" 200 703 0.007613 10.0.0.27 - - [2025-07-28 02:24:11] "POST /neutron/port HTTP/1.1" 200 117 0.001635 10.0.0.27 - - [2025-07-28 02:24:11] "POST /neutron/network HTTP/1.1" 200 833 0.006509 10.0.0.27 - - [2025-07-28 02:24:11] "GET /projects?obj_uuids=1ae2cf7b-68c0-435f-8d4a-81e26f75455a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001428 10.0.0.27 - - [2025-07-28 02:24:11] "GET /project/1ae2cf7b-68c0-435f-8d4a-81e26f75455a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.056232 10.0.0.27 - - [2025-07-28 02:24:11] "POST /neutron/network HTTP/1.1" 200 834 0.006486 10.0.0.27 - - [2025-07-28 02:24:11] "POST /neutron/port HTTP/1.1" 200 1087 0.016543 10.0.0.27 - - [2025-07-28 02:24:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006708 10.0.0.27 - - [2025-07-28 02:24:11] "POST /neutron/port HTTP/1.1" 200 117 0.005118 10.0.0.27 - - [2025-07-28 02:24:11] "POST /fqname-to-id HTTP/1.1" 404 193 0.002954 10.0.0.27 - - [2025-07-28 02:24:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.27 - - [2025-07-28 02:24:11] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001844 10.0.0.27 - - [2025-07-28 02:24:11] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.009017 10.0.0.27 - - [2025-07-28 02:24:11] "POST /service-templates HTTP/1.1" 200 543 0.044160 10.0.0.27 - - [2025-07-28 02:24:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.27 - - [2025-07-28 02:24:12] "GET /service-template/4c1538a7-6205-418d-9896-8b7a31fdf5d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.005093 10.0.0.27 - - [2025-07-28 02:24:12] "POST /neutron/network HTTP/1.1" 200 844 0.005675 10.0.0.27 - - [2025-07-28 02:24:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005164 10.0.0.27 - - [2025-07-28 02:24:12] "GET /projects?obj_uuids=1ae2cf7b-68c0-435f-8d4a-81e26f75455a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001153 10.0.0.27 - - [2025-07-28 02:24:12] "GET /service-template/4c1538a7-6205-418d-9896-8b7a31fdf5d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.004161 10.0.0.27 - - [2025-07-28 02:24:12] "POST /id-to-fqname HTTP/1.1" 200 223 0.001276 10.0.0.27 - - [2025-07-28 02:24:12] "POST /id-to-fqname HTTP/1.1" 200 223 0.002223 10.0.0.27 - - [2025-07-28 02:24:12] "POST /id-to-fqname HTTP/1.1" 200 224 0.001302 10.0.0.27 - - [2025-07-28 02:24:12] "POST /neutron/port HTTP/1.1" 200 1058 0.215860 10.0.0.27 - - [2025-07-28 02:24:12] "POST /neutron/port HTTP/1.1" 200 1058 0.011694 10.0.0.27 - - [2025-07-28 02:24:12] "POST /neutron/port HTTP/1.1" 200 1058 0.013893 10.0.0.27 - - [2025-07-28 02:24:12] "POST /neutron/port HTTP/1.1" 200 1112 0.075009 10.0.0.27 - - [2025-07-28 02:24:12] "POST /neutron/port HTTP/1.1" 200 2057 0.032622 10.0.0.27 - - [2025-07-28 02:24:12] "POST /neutron/port HTTP/1.1" 200 1086 0.011017 10.0.0.27 - - [2025-07-28 02:24:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005138 10.0.0.27 - - [2025-07-28 02:24:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005395 10.0.0.27 - - [2025-07-28 02:24:12] "POST /neutron/subnet HTTP/1.1" 200 699 0.007008 10.0.0.27 - - [2025-07-28 02:24:12] "POST /neutron/port HTTP/1.1" 200 117 0.001176 10.0.0.27 - - [2025-07-28 02:24:12] "POST /neutron/network HTTP/1.1" 200 834 0.010985 10.0.0.27 - - [2025-07-28 02:24:13] "POST /neutron/network HTTP/1.1" 200 2223 0.013289 10.0.0.27 - - [2025-07-28 02:24:13] "GET /aaa-mode HTTP/1.1" 401 292 0.000427 10.0.0.27 - - [2025-07-28 02:24:13] "GET / HTTP/1.1" 200 35931 0.001544 10.0.0.27 - - [2025-07-28 02:24:13] "GET /project/1ae2cf7b-68c0-435f-8d4a-81e26f75455a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000405 10.0.0.27 - - [2025-07-28 02:24:13] "GET /projects?obj_uuids=1ae2cf7b-68c0-435f-8d4a-81e26f75455a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001242 10.0.0.27 - - [2025-07-28 02:24:13] "GET /project/1ae2cf7b-68c0-435f-8d4a-81e26f75455a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.048290 10.0.0.27 - - [2025-07-28 02:24:13] "POST /neutron/network HTTP/1.1" 200 831 0.005437 10.0.0.27 - - [2025-07-28 02:24:13] "POST /neutron/network HTTP/1.1" 200 833 0.005745 10.0.0.27 - - [2025-07-28 02:24:13] "POST /neutron/network HTTP/1.1" 200 834 0.006209 10.0.0.27 - - [2025-07-28 02:24:14] "POST /neutron/port HTTP/1.1" 200 2057 0.018353 10.0.0.27 - - [2025-07-28 02:24:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007596 10.0.0.27 - - [2025-07-28 02:24:14] "POST /neutron/port HTTP/1.1" 200 117 0.005949 10.0.0.27 - - [2025-07-28 02:24:14] "POST /neutron/port HTTP/1.1" 200 117 0.004813 10.0.0.27 - - [2025-07-28 02:24:14] "POST /neutron/network HTTP/1.1" 200 2223 0.013112 10.0.0.27 - - [2025-07-28 02:24:14] "GET /projects?obj_uuids=1ae2cf7b-68c0-435f-8d4a-81e26f75455a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001631 10.0.0.27 - - [2025-07-28 02:24:14] "DELETE /project/fd2f7151a73d416581414ba113214818 HTTP/1.1" 404 173 0.016148 10.0.0.27 - - [2025-07-28 02:24:14] "DELETE /project/1ae2cf7b68c0435f8d4a81e26f75455a HTTP/1.1" 404 173 0.014975 10.0.0.27 - - [2025-07-28 02:24:14] "GET /projects?obj_uuids=fd2f7151-a73d-4165-8141-4ba113214818&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001369 10.0.0.27 - - [2025-07-28 02:24:14] "GET /projects?obj_uuids=b8516365-4206-4b9d-b801-919ff03a0119&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001115 10.0.0.27 - - [2025-07-28 02:24:14] "GET /project/b8516365-4206-4b9d-b801-919ff03a0119?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.054775 10.0.0.27 - - [2025-07-28 02:24:14] "GET /project/fd2f7151-a73d-4165-8141-4ba113214818?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.058761 10.0.0.27 - - [2025-07-28 02:24:14] "GET /projects?obj_uuids=fd2f7151-a73d-4165-8141-4ba113214818&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001543 10.0.0.27 - - [2025-07-28 02:24:14] "GET /projects?obj_uuids=b8516365-4206-4b9d-b801-919ff03a0119&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001155 10.0.0.27 - - [2025-07-28 02:24:14] "GET /project/b8516365-4206-4b9d-b801-919ff03a0119?fields=security_groups HTTP/1.1" 200 1380 0.053077 10.0.0.27 - - [2025-07-28 02:24:14] "GET /project/fd2f7151-a73d-4165-8141-4ba113214818?fields=security_groups HTTP/1.1" 200 1352 0.058781 10.0.0.27 - - [2025-07-28 02:24:14] "POST /neutron/port HTTP/1.1" 200 1057 0.426948 10.0.0.27 - - [2025-07-28 02:24:14] "GET /projects?obj_uuids=1ae2cf7b-68c0-435f-8d4a-81e26f75455a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002037 10.0.0.27 - - [2025-07-28 02:24:15] "DELETE /security-group/832cf6c1-d058-4ed6-864d-8accd9ea13fc HTTP/1.1" 200 115 0.194461 10.0.0.27 - - [2025-07-28 02:24:15] "DELETE /security-group/44dc21ef-7d7d-4182-aaed-1852d0b3287a HTTP/1.1" 200 115 0.186127 10.0.0.27 - - [2025-07-28 02:24:15] "GET /projects?obj_uuids=b8516365-4206-4b9d-b801-919ff03a0119&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001979 10.0.0.27 - - [2025-07-28 02:24:15] "DELETE /access-control-list/155632aa-ed2e-40f7-98be-133c79043985 HTTP/1.1" 200 115 0.132627 10.0.0.27 - - [2025-07-28 02:24:15] "GET /projects?obj_uuids=fd2f7151-a73d-4165-8141-4ba113214818&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001983 10.0.0.27 - - [2025-07-28 02:24:15] "GET /project/b8516365-4206-4b9d-b801-919ff03a0119?fields=application_policy_sets HTTP/1.1" 200 1419 0.144520 10.0.0.27 - - [2025-07-28 02:24:15] "GET /project/fd2f7151-a73d-4165-8141-4ba113214818?fields=application_policy_sets HTTP/1.1" 200 1391 0.166978 10.0.0.27 - - [2025-07-28 02:24:15] "DELETE /access-control-list/0cbe618d-1814-4cfd-93bf-0cb4b8c5d6b7 HTTP/1.1" 200 115 0.187674 10.0.0.27 - - [2025-07-28 02:24:15] "DELETE /access-control-list/3355dbd8-1555-4825-985b-024b5b6f88c2 HTTP/1.1" 200 115 0.092490 10.0.0.27 - - [2025-07-28 02:24:15] "DELETE /access-control-list/ac7a7ca3-7d62-4b53-97a5-73a62dfb65d3 HTTP/1.1" 200 115 0.062258 10.0.0.27 - - [2025-07-28 02:24:15] "POST /neutron/port HTTP/1.1" 200 1059 0.554193 10.0.0.27 - - [2025-07-28 02:24:15] "DELETE /project/b8516365-4206-4b9d-b801-919ff03a0119 HTTP/1.1" 200 115 0.787300 10.0.0.27 - - [2025-07-28 02:24:15] "DELETE /project/fd2f7151-a73d-4165-8141-4ba113214818 HTTP/1.1" 200 115 0.829985 10.0.0.27 - - [2025-07-28 02:24:15] "GET /projects?obj_uuids=1ae2cf7b-68c0-435f-8d4a-81e26f75455a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001629 10.0.0.27 - - [2025-07-28 02:24:15] "POST /neutron/port HTTP/1.1" 200 1058 0.256499 10.0.0.27 - - [2025-07-28 02:24:15] "POST /neutron/port HTTP/1.1" 200 1057 0.009587 10.0.0.27 - - [2025-07-28 02:24:15] "POST /neutron/port HTTP/1.1" 200 1057 0.009787 10.0.0.27 - - [2025-07-28 02:24:15] "POST /neutron/port HTTP/1.1" 200 1111 0.068120 10.0.0.27 - - [2025-07-28 02:24:15] "POST /neutron/port HTTP/1.1" 200 1059 0.011950 10.0.0.27 - - [2025-07-28 02:24:15] "POST /neutron/port HTTP/1.1" 200 1059 0.009468 10.0.0.27 - - [2025-07-28 02:24:16] "POST /neutron/port HTTP/1.1" 200 1113 0.072975 10.0.0.27 - - [2025-07-28 02:24:16] "POST /neutron/port HTTP/1.1" 200 1058 0.008953 10.0.0.27 - - [2025-07-28 02:24:16] "POST /neutron/port HTTP/1.1" 200 1058 0.007878 10.0.0.27 - - [2025-07-28 02:24:16] "POST /neutron/port HTTP/1.1" 200 1112 0.061508 10.0.0.27 - - [2025-07-28 02:24:16] "POST /neutron/port HTTP/1.1" 200 3025 0.017131 10.0.0.27 - - [2025-07-28 02:24:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003708 10.0.0.27 - - [2025-07-28 02:24:16] "POST /neutron/subnet HTTP/1.1" 200 694 0.007400 10.0.0.27 - - [2025-07-28 02:24:16] "POST /neutron/port HTTP/1.1" 200 117 0.001216 10.0.0.27 - - [2025-07-28 02:24:16] "POST /neutron/network HTTP/1.1" 200 831 0.005818 10.0.0.27 - - [2025-07-28 02:24:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004197 10.0.0.27 - - [2025-07-28 02:24:16] "POST /neutron/subnet HTTP/1.1" 200 703 0.010179 10.0.0.27 - - [2025-07-28 02:24:16] "POST /neutron/port HTTP/1.1" 200 117 0.001351 10.0.0.27 - - [2025-07-28 02:24:16] "POST /neutron/network HTTP/1.1" 200 833 0.007423 10.0.0.27 - - [2025-07-28 02:24:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003500 10.0.0.27 - - [2025-07-28 02:24:16] "POST /neutron/subnet HTTP/1.1" 200 699 0.007153 10.0.0.27 - - [2025-07-28 02:24:16] "POST /neutron/port HTTP/1.1" 200 117 0.001184 10.0.0.27 - - [2025-07-28 02:24:16] "POST /neutron/network HTTP/1.1" 200 834 0.005754 10.0.0.27 - - [2025-07-28 02:24:19] "POST /neutron/port HTTP/1.1" 200 3025 0.122344 10.0.0.27 - - [2025-07-28 02:24:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009561 10.0.0.27 - - [2025-07-28 02:24:19] "POST /neutron/port HTTP/1.1" 200 3025 0.018876 10.0.0.27 - - [2025-07-28 02:24:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008113 10.0.0.27 - - [2025-07-28 02:24:19] "POST /neutron/port HTTP/1.1" 200 3025 0.020826 10.0.0.27 - - [2025-07-28 02:24:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.014231 10.0.0.27 - - [2025-07-28 02:24:19] "GET /obj-perms HTTP/1.1" 200 5056 0.049099 10.0.0.27 - - [2025-07-28 02:24:19] "POST /neutron/port HTTP/1.1" 200 3025 0.020245 10.0.0.27 - - [2025-07-28 02:24:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009065 10.0.0.27 - - [2025-07-28 02:24:19] "POST /neutron/port HTTP/1.1" 200 3025 0.015687 10.0.0.27 - - [2025-07-28 02:24:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006421 10.0.0.27 - - [2025-07-28 02:24:19] "GET /virtual-machine/2b35c870-b0cd-4f61-9d19-e526c22040e8 HTTP/1.1" 200 1802 0.007332 10.0.0.27 - - [2025-07-28 02:24:19] "GET /virtual-machine-interface/718e4cd4-be28-402c-aaab-15f44f0f5af2 HTTP/1.1" 200 2949 0.010396 10.0.0.27 - - [2025-07-28 02:24:19] "GET /virtual-machine-interface/beb14d32-e112-48f5-858c-25e8f424eb9b HTTP/1.1" 200 2946 0.009812 10.0.0.27 - - [2025-07-28 02:24:19] "GET /virtual-machine-interface/f908bdb0-b1d6-4f43-a96b-11b89d270daf HTTP/1.1" 200 2947 0.010669 10.0.0.27 - - [2025-07-28 02:24:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003084 10.0.0.27 - - [2025-07-28 02:24:19] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003185 10.0.0.27 - - [2025-07-28 02:24:20] "GET /virtual-networks?parent_id=1ae2cf7b-68c0-435f-8d4a-81e26f75455a&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.005996 10.0.0.27 - - [2025-07-28 02:24:20] "GET /virtual-network/c7a9f847-6e1b-41ca-8aa4-1374db86eb07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005836 10.0.0.27 - - [2025-07-28 02:24:20] "GET /obj-perms HTTP/1.1" 200 5056 0.064231 10.0.0.27 - - [2025-07-28 02:24:20] "POST /neutron/port HTTP/1.1" 200 1087 0.012199 10.0.0.27 - - [2025-07-28 02:24:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008799 10.0.0.27 - - [2025-07-28 02:24:21] "POST /neutron/port HTTP/1.1" 200 1086 0.011430 10.0.0.27 - - [2025-07-28 02:24:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005667 10.0.0.27 - - [2025-07-28 02:24:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.27 - - [2025-07-28 02:24:23] "GET /virtual-network/c7a9f847-6e1b-41ca-8aa4-1374db86eb07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005481 10.0.0.27 - - [2025-07-28 02:24:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.27 - - [2025-07-28 02:24:27] "GET /virtual-network/c7a9f847-6e1b-41ca-8aa4-1374db86eb07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005766 10.0.0.27 - - [2025-07-28 02:24:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.27 - - [2025-07-28 02:24:31] "GET /virtual-network/c7a9f847-6e1b-41ca-8aa4-1374db86eb07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005381 10.0.0.27 - - [2025-07-28 02:24:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003848 10.0.0.27 - - [2025-07-28 02:24:35] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004549 10.0.0.27 - - [2025-07-28 02:24:35] "GET /virtual-networks?parent_id=1ae2cf7b-68c0-435f-8d4a-81e26f75455a&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004002 10.0.0.27 - - [2025-07-28 02:24:35] "GET /virtual-network/c7a9f847-6e1b-41ca-8aa4-1374db86eb07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005700 10.0.0.27 - - [2025-07-28 02:24:35] "POST /neutron/port HTTP/1.1" 200 3025 0.015621 10.0.0.27 - - [2025-07-28 02:24:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006305 10.0.0.27 - - [2025-07-28 02:24:41] "POST /neutron/port HTTP/1.1" 200 3025 0.016445 10.0.0.27 - - [2025-07-28 02:24:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006544 10.0.0.27 - - [2025-07-28 02:24:45] "POST /neutron/port HTTP/1.1" 200 3025 0.016673 10.0.0.27 - - [2025-07-28 02:24:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006353 10.0.0.27 - - [2025-07-28 02:24:46] "POST /neutron/port HTTP/1.1" 200 3025 0.017974 10.0.0.27 - - [2025-07-28 02:24:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007657 10.0.0.27 - - [2025-07-28 02:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002920 10.0.0.27 - - [2025-07-28 02:24:51] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003232 10.0.0.27 - - [2025-07-28 02:24:51] "GET /virtual-networks?parent_id=1ae2cf7b-68c0-435f-8d4a-81e26f75455a&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002824 10.0.0.27 - - [2025-07-28 02:24:51] "GET /virtual-network/d7deb08a-9c06-475e-92d3-d5f59d380c6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005473 10.0.0.27 - - [2025-07-28 02:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.27 - - [2025-07-28 02:24:51] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003229 10.0.0.27 - - [2025-07-28 02:24:51] "GET /virtual-networks?parent_id=1ae2cf7b-68c0-435f-8d4a-81e26f75455a&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003424 10.0.0.27 - - [2025-07-28 02:24:51] "GET /virtual-network/5d7fd97b-e64b-4769-8481-f7491ab5c365?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005175 10.0.0.27 - - [2025-07-28 02:24:51] "POST /fqname-to-id HTTP/1.1" 404 207 0.002841 10.0.0.27 - - [2025-07-28 02:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002661 10.0.0.27 - - [2025-07-28 02:24:52] "GET /projects?obj_uuids=1ae2cf7b-68c0-435f-8d4a-81e26f75455a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001204 10.0.0.27 - - [2025-07-28 02:24:52] "GET /project/1ae2cf7b-68c0-435f-8d4a-81e26f75455a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.028007 10.0.0.27 - - [2025-07-28 02:24:52] "POST /service-instances HTTP/1.1" 200 543 0.064147 10.0.0.27 - - [2025-07-28 02:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.27 - - [2025-07-28 02:24:52] "GET /service-instance/1c949b33-0c76-4c80-b62e-823ea81cfcf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2135 0.005383 10.0.0.27 - - [2025-07-28 02:24:52] "POST /port-tuples HTTP/1.1" 200 586 0.026519 10.0.0.27 - - [2025-07-28 02:24:52] "GET /virtual-machine-interface/f908bdb0-b1d6-4f43-a96b-11b89d270daf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2726 0.005213 10.0.0.27 - - [2025-07-28 02:24:52] "PUT /virtual-machine-interface/f908bdb0-b1d6-4f43-a96b-11b89d270daf HTTP/1.1" 200 284 0.010386 10.0.0.27 - - [2025-07-28 02:24:52] "POST /ref-update HTTP/1.1" 200 156 0.009553 10.0.0.27 - - [2025-07-28 02:24:52] "POST /instance-ips HTTP/1.1" 200 385 0.025652 10.0.0.27 - - [2025-07-28 02:24:52] "GET /virtual-machine-interface/beb14d32-e112-48f5-858c-25e8f424eb9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.005223 10.0.0.27 - - [2025-07-28 02:24:52] "POST /ref-update HTTP/1.1" 200 156 0.016400 10.0.0.27 - - [2025-07-28 02:24:52] "PUT /virtual-machine-interface/beb14d32-e112-48f5-858c-25e8f424eb9b HTTP/1.1" 200 284 0.012552 10.0.0.27 - - [2025-07-28 02:24:52] "POST /ref-update HTTP/1.1" 200 156 0.009090 10.0.0.27 - - [2025-07-28 02:24:52] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003710 10.0.0.27 - - [2025-07-28 02:24:52] "POST /ref-update HTTP/1.1" 200 156 0.009735 10.0.0.27 - - [2025-07-28 02:24:52] "GET /virtual-machine-interface/718e4cd4-be28-402c-aaab-15f44f0f5af2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2728 0.006841 10.0.0.27 - - [2025-07-28 02:24:52] "POST /instance-ips HTTP/1.1" 200 385 0.027906 10.0.0.27 - - [2025-07-28 02:24:52] "PUT /virtual-machine-interface/718e4cd4-be28-402c-aaab-15f44f0f5af2 HTTP/1.1" 200 284 0.009632 10.0.0.27 - - [2025-07-28 02:24:52] "POST /ref-update HTTP/1.1" 200 156 0.008182 10.0.0.27 - - [2025-07-28 02:24:52] "POST /ref-update HTTP/1.1" 200 156 0.009990 10.0.0.27 - - [2025-07-28 02:24:52] "POST /ref-update HTTP/1.1" 200 156 0.009967 10.0.0.27 - - [2025-07-28 02:24:52] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002787 10.0.0.27 - - [2025-07-28 02:24:52] "POST /neutron/port HTTP/1.1" 200 1087 0.009904 10.0.0.27 - - [2025-07-28 02:24:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006448 10.0.0.27 - - [2025-07-28 02:24:52] "POST /instance-ips HTTP/1.1" 200 373 0.021280 10.0.0.27 - - [2025-07-28 02:24:52] "POST /neutron/port HTTP/1.1" 200 1087 0.014713 10.0.0.27 - - [2025-07-28 02:24:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006306 10.0.0.27 - - [2025-07-28 02:24:53] "POST /ref-update HTTP/1.1" 200 156 0.008570 10.0.0.27 - - [2025-07-28 02:24:53] "POST /neutron/port HTTP/1.1" 200 1087 0.010939 10.0.0.27 - - [2025-07-28 02:24:53] "POST /ref-update HTTP/1.1" 200 156 0.012740 10.0.0.27 - - [2025-07-28 02:24:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007691 10.0.0.27 - - [2025-07-28 02:24:53] "GET /virtual-machine/ade7d523-d669-4a6f-b50a-d16f67a570b8 HTTP/1.1" 200 1291 0.005056 10.0.0.27 - - [2025-07-28 02:24:53] "GET /virtual-machine-interface/f4e8563a-33a3-4cf3-ba04-53a39948471b HTTP/1.1" 200 2947 0.006535 10.0.0.27 - - [2025-07-28 02:24:53] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003433 10.0.0.27 - - [2025-07-28 02:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.27 - - [2025-07-28 02:24:53] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003500 10.0.0.27 - - [2025-07-28 02:24:53] "GET /virtual-networks?parent_id=1ae2cf7b-68c0-435f-8d4a-81e26f75455a&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003142 10.0.0.27 - - [2025-07-28 02:24:53] "POST /instance-ips HTTP/1.1" 200 373 0.017705 10.0.0.27 - - [2025-07-28 02:24:53] "GET /virtual-network/d7deb08a-9c06-475e-92d3-d5f59d380c6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006630 10.0.0.27 - - [2025-07-28 02:24:53] "POST /ref-update HTTP/1.1" 200 156 0.011430 10.0.0.27 - - [2025-07-28 02:24:53] "POST /ref-update HTTP/1.1" 200 156 0.008043 10.0.0.27 - - [2025-07-28 02:24:53] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002917 10.0.0.27 - - [2025-07-28 02:24:53] "POST /instance-ips HTTP/1.1" 200 375 0.015277 10.0.0.27 - - [2025-07-28 02:24:53] "POST /ref-update HTTP/1.1" 200 156 0.009507 10.0.0.27 - - [2025-07-28 02:24:53] "POST /ref-update HTTP/1.1" 200 156 0.013884 10.0.0.27 - - [2025-07-28 02:24:53] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002782 10.0.0.27 - - [2025-07-28 02:24:53] "POST /instance-ips HTTP/1.1" 200 375 0.015766 10.0.0.27 - - [2025-07-28 02:24:53] "POST /ref-update HTTP/1.1" 200 156 0.008994 10.0.0.27 - - [2025-07-28 02:24:53] "POST /ref-update HTTP/1.1" 200 156 0.009876 10.0.0.27 - - [2025-07-28 02:24:53] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002904 10.0.0.27 - - [2025-07-28 02:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.27 - - [2025-07-28 02:24:54] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003487 10.0.0.27 - - [2025-07-28 02:24:54] "GET /virtual-networks?parent_id=1ae2cf7b-68c0-435f-8d4a-81e26f75455a&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002941 10.0.0.27 - - [2025-07-28 02:24:54] "GET /virtual-network/d7deb08a-9c06-475e-92d3-d5f59d380c6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005359 10.0.0.27 - - [2025-07-28 02:24:54] "POST /neutron/port HTTP/1.1" 200 1086 0.011955 10.0.0.27 - - [2025-07-28 02:24:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006244 10.0.0.27 - - [2025-07-28 02:24:54] "POST /neutron/port HTTP/1.1" 200 1086 0.011811 10.0.0.27 - - [2025-07-28 02:24:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006599 10.0.0.27 - - [2025-07-28 02:24:54] "POST /neutron/port HTTP/1.1" 200 1086 0.012246 10.0.0.27 - - [2025-07-28 02:24:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008146 10.0.0.27 - - [2025-07-28 02:24:54] "GET /virtual-machine/504fad82-46ac-4e49-befa-1899e941c76f HTTP/1.1" 200 1290 0.005334 10.0.0.27 - - [2025-07-28 02:24:54] "GET /virtual-machine-interface/e950d9a9-ab9a-485a-81cd-7eae3a3a4de1 HTTP/1.1" 200 2949 0.005497 10.0.0.27 - - [2025-07-28 02:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.27 - - [2025-07-28 02:24:54] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003352 10.0.0.27 - - [2025-07-28 02:24:55] "GET /virtual-networks?parent_id=1ae2cf7b-68c0-435f-8d4a-81e26f75455a&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003245 10.0.0.27 - - [2025-07-28 02:24:55] "GET /virtual-network/5d7fd97b-e64b-4769-8481-f7491ab5c365?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005293 10.0.0.27 - - [2025-07-28 02:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.27 - - [2025-07-28 02:24:56] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003202 10.0.0.27 - - [2025-07-28 02:24:56] "GET /virtual-networks?parent_id=1ae2cf7b-68c0-435f-8d4a-81e26f75455a&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003469 10.0.0.27 - - [2025-07-28 02:24:56] "GET /virtual-network/5d7fd97b-e64b-4769-8481-f7491ab5c365?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007369 10.0.0.27 - - [2025-07-28 02:24:56] "POST /fqname-to-id HTTP/1.1" 404 211 0.003456 10.0.0.27 - - [2025-07-28 02:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002649 10.0.0.27 - - [2025-07-28 02:24:56] "GET /projects?obj_uuids=1ae2cf7b-68c0-435f-8d4a-81e26f75455a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001160 10.0.0.27 - - [2025-07-28 02:24:56] "GET /project/1ae2cf7b-68c0-435f-8d4a-81e26f75455a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.022954 10.0.0.27 - - [2025-07-28 02:24:56] "POST /network-policys HTTP/1.1" 200 547 0.016872 10.0.0.27 - - [2025-07-28 02:24:56] "GET /network-policy/5cbf3671-0d06-4536-93da-80d4914a61c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.005626 10.0.0.27 - - [2025-07-28 02:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.27 - - [2025-07-28 02:24:56] "GET /virtual-network/d7deb08a-9c06-475e-92d3-d5f59d380c6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006027 10.0.0.27 - - [2025-07-28 02:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002772 10.0.0.27 - - [2025-07-28 02:24:56] "GET /network-policy/5cbf3671-0d06-4536-93da-80d4914a61c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003433 10.0.0.27 - - [2025-07-28 02:24:56] "POST /fqname-to-id HTTP/1.1" 404 242 0.002460 10.0.0.27 - - [2025-07-28 02:24:56] "POST /ref-update HTTP/1.1" 200 156 0.031496 10.0.0.27 - - [2025-07-28 02:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002881 10.0.0.27 - - [2025-07-28 02:24:56] "POST /access-control-lists HTTP/1.1" 200 601 0.062168 10.0.0.27 - - [2025-07-28 02:24:57] "GET /network-policy/5cbf3671-0d06-4536-93da-80d4914a61c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003593 10.0.0.27 - - [2025-07-28 02:24:57] "POST /neutron/network HTTP/1.1" 200 921 0.007584 10.0.0.27 - - [2025-07-28 02:24:57] "GET /virtual-network/d7deb08a-9c06-475e-92d3-d5f59d380c6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.006116 10.0.0.27 - - [2025-07-28 02:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002811 10.0.0.27 - - [2025-07-28 02:24:57] "GET /network-policy/5cbf3671-0d06-4536-93da-80d4914a61c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004743 10.0.0.27 - - [2025-07-28 02:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003012 10.0.0.27 - - [2025-07-28 02:24:57] "GET /virtual-network/5d7fd97b-e64b-4769-8481-f7491ab5c365?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005518 10.0.0.27 - - [2025-07-28 02:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.27 - - [2025-07-28 02:24:57] "GET /network-policy/5cbf3671-0d06-4536-93da-80d4914a61c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003816 10.0.0.27 - - [2025-07-28 02:24:57] "POST /fqname-to-id HTTP/1.1" 404 244 0.002772 10.0.0.27 - - [2025-07-28 02:24:57] "POST /ref-update HTTP/1.1" 200 156 0.028269 10.0.0.27 - - [2025-07-28 02:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002766 10.0.0.27 - - [2025-07-28 02:24:57] "POST /access-control-lists HTTP/1.1" 200 604 0.062433 10.0.0.27 - - [2025-07-28 02:24:57] "GET /network-policy/5cbf3671-0d06-4536-93da-80d4914a61c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004729 10.0.0.27 - - [2025-07-28 02:24:57] "POST /routing-instances HTTP/1.1" 200 759 0.016214 10.0.0.27 - - [2025-07-28 02:24:57] "POST /neutron/network HTTP/1.1" 200 922 0.007088 10.0.0.27 - - [2025-07-28 02:24:57] "GET /virtual-network/5d7fd97b-e64b-4769-8481-f7491ab5c365?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.006119 10.0.0.27 - - [2025-07-28 02:24:57] "POST /route-targets HTTP/1.1" 200 327 0.009097 10.0.0.27 - - [2025-07-28 02:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.27 - - [2025-07-28 02:24:57] "POST /ref-update HTTP/1.1" 200 156 0.009861 10.0.0.27 - - [2025-07-28 02:24:57] "GET /network-policy/5cbf3671-0d06-4536-93da-80d4914a61c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003546 10.0.0.27 - - [2025-07-28 02:24:57] "GET /routing-instance/7b7f66f8-94b8-4b24-9846-873694b7394e?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1287 0.003977 10.0.0.27 - - [2025-07-28 02:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256 10.0.0.27 - - [2025-07-28 02:24:57] "GET /routing-instance/7b7f66f8-94b8-4b24-9846-873694b7394e?fields=routing_policy_back_refs HTTP/1.1" 200 1287 0.003758 10.0.0.27 - - [2025-07-28 02:24:57] "GET /service-template/4c1538a7-6205-418d-9896-8b7a31fdf5d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.003634 10.0.0.27 - - [2025-07-28 02:24:57] "POST /ref-update HTTP/1.1" 200 156 0.009964 10.0.0.27 - - [2025-07-28 02:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002850 10.0.0.27 - - [2025-07-28 02:24:57] "POST /routing-instances HTTP/1.1" 200 760 0.017140 10.0.0.27 - - [2025-07-28 02:24:57] "GET /projects?obj_uuids=1ae2cf7b-68c0-435f-8d4a-81e26f75455a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001508 10.0.0.27 - - [2025-07-28 02:24:57] "GET /project/1ae2cf7b-68c0-435f-8d4a-81e26f75455a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.024709 10.0.0.27 - - [2025-07-28 02:24:57] "POST /route-targets HTTP/1.1" 200 327 0.009736 10.0.0.27 - - [2025-07-28 02:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002803 10.0.0.27 - - [2025-07-28 02:24:58] "POST /ref-update HTTP/1.1" 200 156 0.013050 10.0.0.27 - - [2025-07-28 02:24:58] "GET /service-instance/1c949b33-0c76-4c80-b62e-823ea81cfcf7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3529 0.005143 10.0.0.27 - - [2025-07-28 02:24:58] "GET /routing-instance/781c325d-5dda-4930-a865-ff02b54670a1?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1288 0.004186 10.0.0.27 - - [2025-07-28 02:24:58] "GET /domains HTTP/1.1" 200 280 0.002978 10.0.0.27 - - [2025-07-28 02:24:58] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001126 10.0.0.27 - - [2025-07-28 02:24:58] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491 HTTP/1.1" 200 2772 0.008260 10.0.0.27 - - [2025-07-28 02:24:58] "GET /projects?obj_uuids=1ae2cf7b-68c0-435f-8d4a-81e26f75455a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001097 10.0.0.27 - - [2025-07-28 02:24:58] "GET /routing-instance/781c325d-5dda-4930-a865-ff02b54670a1?fields=routing_policy_back_refs HTTP/1.1" 200 1288 0.004122 10.0.0.27 - - [2025-07-28 02:24:58] "GET /project/1ae2cf7b-68c0-435f-8d4a-81e26f75455a HTTP/1.1" 200 4243 0.069788 10.0.0.27 - - [2025-07-28 02:24:58] "GET /service-instance/1c949b33-0c76-4c80-b62e-823ea81cfcf7 HTTP/1.1" 200 3783 0.005228 10.0.0.27 - - [2025-07-28 02:24:58] "PUT /routing-instance/7b7f66f8-94b8-4b24-9846-873694b7394e HTTP/1.1" 200 266 0.012653 10.0.0.27 - - [2025-07-28 02:24:58] "GET /domains HTTP/1.1" 200 280 0.003083 10.0.0.27 - - [2025-07-28 02:24:58] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001118 10.0.0.27 - - [2025-07-28 02:24:58] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491 HTTP/1.1" 200 2772 0.007148 10.0.0.27 - - [2025-07-28 02:24:58] "GET /projects?obj_uuids=1ae2cf7b-68c0-435f-8d4a-81e26f75455a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001040 10.0.0.27 - - [2025-07-28 02:24:58] "PUT /routing-instance/781c325d-5dda-4930-a865-ff02b54670a1 HTTP/1.1" 200 266 0.011169 10.0.0.27 - - [2025-07-28 02:24:58] "GET /project/1ae2cf7b-68c0-435f-8d4a-81e26f75455a HTTP/1.1" 200 4243 0.071638 10.0.0.27 - - [2025-07-28 02:24:58] "GET /service-instance/1c949b33-0c76-4c80-b62e-823ea81cfcf7 HTTP/1.1" 200 3783 0.004838 10.0.0.27 - - [2025-07-28 02:24:58] "GET /port-tuple/2d7d4b5d-1953-4829-9ac5-784119ea188a HTTP/1.1" 200 1979 0.003684 10.0.0.27 - - [2025-07-28 02:24:58] "POST /ref-update HTTP/1.1" 200 156 0.014005 10.0.0.27 - - [2025-07-28 02:24:58] "GET /virtual-machine-interface/718e4cd4-be28-402c-aaab-15f44f0f5af2 HTTP/1.1" 200 3804 0.010515 10.0.0.27 - - [2025-07-28 02:24:58] "GET /virtual-machine-interface/beb14d32-e112-48f5-858c-25e8f424eb9b HTTP/1.1" 200 3798 0.006047 10.0.0.27 - - [2025-07-28 02:24:58] "GET /virtual-machine-interface/f908bdb0-b1d6-4f43-a96b-11b89d270daf HTTP/1.1" 200 3817 0.005956 10.0.0.27 - - [2025-07-28 02:24:58] "PUT /access-control-list/1ea30253-e5a1-499c-bb8e-ae4f64027cf0 HTTP/1.1" 200 272 0.010400 10.0.0.27 - - [2025-07-28 02:24:58] "POST /neutron/port HTTP/1.1" 200 3832 0.032032 10.0.0.27 - - [2025-07-28 02:24:58] "PUT /access-control-list/087bcc54-7d88-49ab-8a80-6df4c19797a3 HTTP/1.1" 200 272 0.012866 10.0.0.27 - - [2025-07-28 02:24:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006562 10.0.0.27 - - [2025-07-28 02:24:58] "POST /neutron/port HTTP/1.1" 200 3832 0.027131 10.0.0.27 - - [2025-07-28 02:24:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005870 10.0.0.27 - - [2025-07-28 02:24:58] "POST /neutron/port HTTP/1.1" 200 3832 0.025877 10.0.0.27 - - [2025-07-28 02:24:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005807 10.0.0.27 - - [2025-07-28 02:24:58] "POST /neutron/port HTTP/1.1" 200 3832 0.031717 10.0.0.27 - - [2025-07-28 02:24:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005848 10.0.0.27 - - [2025-07-28 02:24:58] "POST /neutron/network HTTP/1.1" 200 895 0.011652 10.0.0.27 - - [2025-07-28 02:24:58] "POST /neutron/network HTTP/1.1" 200 921 0.005636 10.0.0.27 - - [2025-07-28 02:24:58] "POST /neutron/network HTTP/1.1" 200 805 0.012968 10.0.0.27 - - [2025-07-28 02:24:58] "POST /neutron/network HTTP/1.1" 200 831 0.006488 10.0.0.27 - - [2025-07-28 02:24:58] "POST /neutron/network HTTP/1.1" 200 896 0.013232 10.0.0.27 - - [2025-07-28 02:24:58] "POST /neutron/network HTTP/1.1" 200 922 0.006565 10.0.0.27 - - [2025-07-28 02:24:58] "POST /id-to-fqname HTTP/1.1" 200 223 0.001209 10.0.0.27 - - [2025-07-28 02:24:58] "POST /id-to-fqname HTTP/1.1" 200 223 0.001024 10.0.0.27 - - [2025-07-28 02:24:58] "POST /id-to-fqname HTTP/1.1" 200 224 0.001364 10.0.0.27 - - [2025-07-28 02:24:58] "GET /virtual-machine/2b35c870-b0cd-4f61-9d19-e526c22040e8 HTTP/1.1" 200 1802 0.003817 10.0.0.27 - - [2025-07-28 02:24:58] "GET /virtual-machine-interface/718e4cd4-be28-402c-aaab-15f44f0f5af2 HTTP/1.1" 200 3804 0.005356 10.0.0.27 - - [2025-07-28 02:24:58] "GET /virtual-machine-interface/beb14d32-e112-48f5-858c-25e8f424eb9b HTTP/1.1" 200 3798 0.005115 10.0.0.27 - - [2025-07-28 02:24:58] "GET /virtual-machine-interface/f908bdb0-b1d6-4f43-a96b-11b89d270daf HTTP/1.1" 200 3817 0.005350 10.0.0.27 - - [2025-07-28 02:24:58] "GET /instance-ip/372122cf-9dff-42a8-9bd9-b6cbd4b89456 HTTP/1.1" 200 1622 0.004918 10.0.0.27 - - [2025-07-28 02:24:59] "GET /instance-ip/7c5a5031-3e74-4c76-af9b-dc4cb07f39df HTTP/1.1" 200 1960 0.003676 10.0.0.27 - - [2025-07-28 02:24:59] "GET /instance-ip/c8dd4915-d00b-4eac-9d53-3339363ed9b2 HTTP/1.1" 200 1959 0.003489 10.0.0.27 - - [2025-07-28 02:24:59] "GET /instance-ip/72e0dd5a-2299-42bc-957f-1ed53108a7ee HTTP/1.1" 200 1622 0.004433 10.0.0.27 - - [2025-07-28 02:24:59] "GET /instance-ip/7584f9ab-6cb6-4cfb-85f0-bd6c4eb7cf57 HTTP/1.1" 200 1955 0.003113 10.0.0.27 - - [2025-07-28 02:24:59] "GET /instance-ip/8e82d2b3-1aa6-4220-9b61-e8e1052330fc HTTP/1.1" 200 1955 0.003899 10.0.0.27 - - [2025-07-28 02:24:59] "GET /instance-ip/15a746c5-0f48-4d83-88a8-0037e2b185c7 HTTP/1.1" 200 1977 0.003941 10.0.0.27 - - [2025-07-28 02:24:59] "GET /instance-ip/27ff6e7a-312c-4259-96b9-3e212609c3f8 HTTP/1.1" 200 1980 0.004036 10.0.0.27 - - [2025-07-28 02:24:59] "GET /instance-ip/b5897b2f-81e3-48ed-bce5-2e4994b56f81 HTTP/1.1" 200 1621 0.004813 10.0.0.27 - - [2025-07-28 02:24:59] "POST /neutron/port HTTP/1.1" 200 3832 0.026624 10.0.0.27 - - [2025-07-28 02:24:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005972 10.0.0.27 - - [2025-07-28 02:24:59] "POST /neutron/port HTTP/1.1" 200 3832 0.025661 10.0.0.27 - - [2025-07-28 02:24:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006399 10.0.0.27 - - [2025-07-28 02:24:59] "POST /neutron/port HTTP/1.1" 200 3832 0.026278 10.0.0.27 - - [2025-07-28 02:24:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005885 10.0.0.27 - - [2025-07-28 02:24:59] "POST /neutron/port HTTP/1.1" 200 3832 0.025919 10.0.0.27 - - [2025-07-28 02:24:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006401 10.0.0.27 - - [2025-07-28 02:24:59] "GET /virtual-machine/2b35c870-b0cd-4f61-9d19-e526c22040e8 HTTP/1.1" 200 1802 0.003793 10.0.0.27 - - [2025-07-28 02:24:59] "GET /virtual-machine-interface/718e4cd4-be28-402c-aaab-15f44f0f5af2 HTTP/1.1" 200 3804 0.005382 10.0.0.27 - - [2025-07-28 02:24:59] "GET /virtual-machine-interface/beb14d32-e112-48f5-858c-25e8f424eb9b HTTP/1.1" 200 3798 0.005215 10.0.0.27 - - [2025-07-28 02:24:59] "GET /virtual-machine-interface/f908bdb0-b1d6-4f43-a96b-11b89d270daf HTTP/1.1" 200 3817 0.005106 10.0.0.27 - - [2025-07-28 02:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.27 - - [2025-07-28 02:24:59] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003397 10.0.0.27 - - [2025-07-28 02:24:59] "GET /virtual-networks?parent_id=1ae2cf7b-68c0-435f-8d4a-81e26f75455a&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002984 10.0.0.27 - - [2025-07-28 02:24:59] "GET /virtual-network/d7deb08a-9c06-475e-92d3-d5f59d380c6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005758 10.0.0.27 - - [2025-07-28 02:25:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002902 10.0.0.27 - - [2025-07-28 02:25:00] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003345 10.0.0.27 - - [2025-07-28 02:25:00] "GET /virtual-networks?parent_id=1ae2cf7b-68c0-435f-8d4a-81e26f75455a&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003560 10.0.0.27 - - [2025-07-28 02:25:00] "GET /virtual-network/d7deb08a-9c06-475e-92d3-d5f59d380c6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005897 10.0.0.27 - - [2025-07-28 02:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.27 - - [2025-07-28 02:25:01] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003907 10.0.0.27 - - [2025-07-28 02:25:01] "GET /virtual-networks?parent_id=1ae2cf7b-68c0-435f-8d4a-81e26f75455a&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003182 10.0.0.27 - - [2025-07-28 02:25:01] "GET /virtual-network/d7deb08a-9c06-475e-92d3-d5f59d380c6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005302 10.0.0.27 - - [2025-07-28 02:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003192 10.0.0.27 - - [2025-07-28 02:25:01] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004025 10.0.0.27 - - [2025-07-28 02:25:01] "GET /virtual-networks?parent_id=1ae2cf7b-68c0-435f-8d4a-81e26f75455a&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002890 10.0.0.27 - - [2025-07-28 02:25:01] "GET /virtual-network/d7deb08a-9c06-475e-92d3-d5f59d380c6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005520 10.0.0.27 - - [2025-07-28 02:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002740 10.0.0.27 - - [2025-07-28 02:25:01] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003457 10.0.0.27 - - [2025-07-28 02:25:01] "GET /virtual-networks?parent_id=1ae2cf7b-68c0-435f-8d4a-81e26f75455a&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003264 10.0.0.27 - - [2025-07-28 02:25:01] "GET /virtual-network/d7deb08a-9c06-475e-92d3-d5f59d380c6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.007147 10.0.0.27 - - [2025-07-28 02:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.27 - - [2025-07-28 02:25:01] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003381 10.0.0.27 - - [2025-07-28 02:25:01] "GET /virtual-networks?parent_id=1ae2cf7b-68c0-435f-8d4a-81e26f75455a&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003408 10.0.0.27 - - [2025-07-28 02:25:01] "GET /virtual-network/c7a9f847-6e1b-41ca-8aa4-1374db86eb07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005472 10.0.0.27 - - [2025-07-28 02:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002897 10.0.0.27 - - [2025-07-28 02:25:01] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003500 10.0.0.27 - - [2025-07-28 02:25:01] "GET /virtual-networks?parent_id=1ae2cf7b-68c0-435f-8d4a-81e26f75455a&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003560 10.0.0.27 - - [2025-07-28 02:25:02] "GET /virtual-network/c7a9f847-6e1b-41ca-8aa4-1374db86eb07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006100 10.0.0.27 - - [2025-07-28 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.27 - - [2025-07-28 02:25:02] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003488 10.0.0.27 - - [2025-07-28 02:25:02] "GET /virtual-networks?parent_id=1ae2cf7b-68c0-435f-8d4a-81e26f75455a&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002950 10.0.0.27 - - [2025-07-28 02:25:02] "GET /virtual-network/c7a9f847-6e1b-41ca-8aa4-1374db86eb07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005717 10.0.0.27 - - [2025-07-28 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.27 - - [2025-07-28 02:25:02] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003404 10.0.0.27 - - [2025-07-28 02:25:02] "GET /virtual-networks?parent_id=1ae2cf7b-68c0-435f-8d4a-81e26f75455a&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002931 10.0.0.27 - - [2025-07-28 02:25:02] "GET /virtual-network/c7a9f847-6e1b-41ca-8aa4-1374db86eb07?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005299 10.0.0.27 - - [2025-07-28 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002935 10.0.0.27 - - [2025-07-28 02:25:02] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003278 10.0.0.27 - - [2025-07-28 02:25:02] "GET /virtual-networks?parent_id=1ae2cf7b-68c0-435f-8d4a-81e26f75455a&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003192 10.0.0.27 - - [2025-07-28 02:25:02] "GET /virtual-network/5d7fd97b-e64b-4769-8481-f7491ab5c365?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005716 10.0.0.27 - - [2025-07-28 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.27 - - [2025-07-28 02:25:02] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004590 10.0.0.27 - - [2025-07-28 02:25:02] "GET /virtual-networks?parent_id=1ae2cf7b-68c0-435f-8d4a-81e26f75455a&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003063 10.0.0.27 - - [2025-07-28 02:25:02] "GET /virtual-network/5d7fd97b-e64b-4769-8481-f7491ab5c365?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.006760 10.0.0.27 - - [2025-07-28 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002764 10.0.0.27 - - [2025-07-28 02:25:02] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003528 10.0.0.27 - - [2025-07-28 02:25:03] "GET /virtual-networks?parent_id=1ae2cf7b-68c0-435f-8d4a-81e26f75455a&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003258 10.0.0.27 - - [2025-07-28 02:25:03] "GET /virtual-network/5d7fd97b-e64b-4769-8481-f7491ab5c365?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005271 10.0.0.27 - - [2025-07-28 02:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.27 - - [2025-07-28 02:25:03] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003834 10.0.0.27 - - [2025-07-28 02:25:03] "GET /virtual-networks?parent_id=1ae2cf7b-68c0-435f-8d4a-81e26f75455a&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003520 10.0.0.27 - - [2025-07-28 02:25:03] "GET /virtual-network/5d7fd97b-e64b-4769-8481-f7491ab5c365?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005515 10.0.0.27 - - [2025-07-28 02:25:03] "GET /virtual-machine/2b35c870-b0cd-4f61-9d19-e526c22040e8 HTTP/1.1" 200 1802 0.003549 10.0.0.27 - - [2025-07-28 02:25:03] "GET /domains HTTP/1.1" 200 280 0.002376 10.0.0.27 - - [2025-07-28 02:25:03] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001024 10.0.0.27 - - [2025-07-28 02:25:03] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491 HTTP/1.1" 200 2772 0.007022 10.0.0.27 - - [2025-07-28 02:25:03] "GET /projects?obj_uuids=1ae2cf7b-68c0-435f-8d4a-81e26f75455a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001052 10.0.0.27 - - [2025-07-28 02:25:03] "GET /project/1ae2cf7b-68c0-435f-8d4a-81e26f75455a HTTP/1.1" 200 4243 0.066497 10.0.0.27 - - [2025-07-28 02:25:03] "GET /service-instance/1c949b33-0c76-4c80-b62e-823ea81cfcf7 HTTP/1.1" 200 3783 0.003654 10.0.0.27 - - [2025-07-28 02:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002927 10.0.0.27 - - [2025-07-28 02:25:03] "GET /routing-instance/22fc7fb4-18b8-4105-a9c1-74bd288e3fd1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1887 0.003744 10.0.0.27 - - [2025-07-28 02:25:03] "GET /routing-instance/22fc7fb4-18b8-4105-a9c1-74bd288e3fd1?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2020 0.005290 10.0.0.27 - - [2025-07-28 02:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.27 - - [2025-07-28 02:25:03] "GET /routing-instance/ed21d0ce-7ef3-4d21-80d5-def6d64a151c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1892 0.004120 10.0.0.27 - - [2025-07-28 02:25:03] "GET /routing-instance/ed21d0ce-7ef3-4d21-80d5-def6d64a151c?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2023 0.004996 10.0.0.27 - - [2025-07-28 02:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.27 - - [2025-07-28 02:25:03] "GET /virtual-network/d7deb08a-9c06-475e-92d3-d5f59d380c6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005518 10.0.0.27 - - [2025-07-28 02:25:03] "GET /virtual-network/d7deb08a-9c06-475e-92d3-d5f59d380c6f?fields=routing_instances HTTP/1.1" 200 1684 0.006636 10.0.0.27 - - [2025-07-28 02:25:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.27 - - [2025-07-28 02:25:03] "GET /virtual-network/5d7fd97b-e64b-4769-8481-f7491ab5c365?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005579 10.0.0.27 - - [2025-07-28 02:25:03] "GET /virtual-network/5d7fd97b-e64b-4769-8481-f7491ab5c365?fields=routing_instances HTTP/1.1" 200 1687 0.006684 10.0.0.27 - - [2025-07-28 02:25:08] "POST /ref-update HTTP/1.1" 200 156 0.035652 10.0.0.27 - - [2025-07-28 02:25:08] "DELETE /access-control-list/087bcc54-7d88-49ab-8a80-6df4c19797a3 HTTP/1.1" 200 115 0.034811 10.0.0.27 - - [2025-07-28 02:25:08] "POST /neutron/network HTTP/1.1" 200 834 0.006387 10.0.0.27 - - [2025-07-28 02:25:08] "GET /virtual-network/5d7fd97b-e64b-4769-8481-f7491ab5c365?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005032 10.0.0.27 - - [2025-07-28 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002332 10.0.0.27 - - [2025-07-28 02:25:08] "DELETE /routing-instance/7b7f66f8-94b8-4b24-9846-873694b7394e HTTP/1.1" 200 115 0.027538 10.0.0.27 - - [2025-07-28 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.007520 10.0.0.27 - - [2025-07-28 02:25:08] "GET /network-policy/5cbf3671-0d06-4536-93da-80d4914a61c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003855 10.0.0.27 - - [2025-07-28 02:25:08] "DELETE /route-target/bdaa8066-a652-4f33-9bdb-4ed943d02554 HTTP/1.1" 200 115 0.016531 10.0.0.27 - - [2025-07-28 02:25:08] "POST /ref-update HTTP/1.1" 200 156 0.028233 10.0.0.27 - - [2025-07-28 02:25:08] "DELETE /routing-instance/781c325d-5dda-4930-a865-ff02b54670a1 HTTP/1.1" 200 115 0.038484 10.0.0.27 - - [2025-07-28 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002538 10.0.0.27 - - [2025-07-28 02:25:08] "POST /neutron/network HTTP/1.1" 200 833 0.009275 10.0.0.27 - - [2025-07-28 02:25:08] "GET /virtual-network/d7deb08a-9c06-475e-92d3-d5f59d380c6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006259 10.0.0.27 - - [2025-07-28 02:25:08] "DELETE /route-target/3bc6be95-6a59-4ec0-84c4-8626110216be HTTP/1.1" 200 115 0.020553 10.0.0.27 - - [2025-07-28 02:25:08] "DELETE /access-control-list/1ea30253-e5a1-499c-bb8e-ae4f64027cf0 HTTP/1.1" 200 115 0.019966 10.0.0.27 - - [2025-07-28 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.27 - - [2025-07-28 02:25:08] "GET /network-policy/5cbf3671-0d06-4536-93da-80d4914a61c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004181 10.0.0.27 - - [2025-07-28 02:25:08] "DELETE /network-policy/5cbf3671-0d06-4536-93da-80d4914a61c3 HTTP/1.1" 200 115 0.026560 10.0.0.27 - - [2025-07-28 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.27 - - [2025-07-28 02:25:08] "DELETE /service-instance/1c949b33-0c76-4c80-b62e-823ea81cfcf7 HTTP/1.1" 200 115 0.048257 10.0.0.27 - - [2025-07-28 02:25:08] "GET /domains HTTP/1.1" 200 280 0.002444 10.0.0.27 - - [2025-07-28 02:25:08] "POST /ref-update HTTP/1.1" 200 156 0.014583 10.0.0.27 - - [2025-07-28 02:25:08] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001372 10.0.0.27 - - [2025-07-28 02:25:08] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491 HTTP/1.1" 200 2772 0.011695 10.0.0.27 - - [2025-07-28 02:25:08] "GET /projects?obj_uuids=1ae2cf7b-68c0-435f-8d4a-81e26f75455a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001165 10.0.0.27 - - [2025-07-28 02:25:08] "DELETE /instance-ip/7c5a5031-3e74-4c76-af9b-dc4cb07f39df HTTP/1.1" 200 115 0.032502 10.0.0.27 - - [2025-07-28 02:25:08] "POST /ref-update HTTP/1.1" 200 156 0.009548 10.0.0.27 - - [2025-07-28 02:25:08] "GET /project/1ae2cf7b-68c0-435f-8d4a-81e26f75455a HTTP/1.1" 200 3769 0.067510 10.0.0.27 - - [2025-07-28 02:25:08] "GET /virtual-machine/2b35c870-b0cd-4f61-9d19-e526c22040e8 HTTP/1.1" 200 1802 0.005142 10.0.0.27 - - [2025-07-28 02:25:08] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002268 10.0.0.27 - - [2025-07-28 02:25:08] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002038 10.0.0.27 - - [2025-07-28 02:25:08] "DELETE /instance-ip/7584f9ab-6cb6-4cfb-85f0-bd6c4eb7cf57 HTTP/1.1" 200 115 0.029225 10.0.0.27 - - [2025-07-28 02:25:08] "POST /ref-update HTTP/1.1" 200 156 0.011509 10.0.0.27 - - [2025-07-28 02:25:08] "DELETE /instance-ip/15a746c5-0f48-4d83-88a8-0037e2b185c7 HTTP/1.1" 200 115 0.027926 10.0.0.27 - - [2025-07-28 02:25:08] "POST /ref-update HTTP/1.1" 200 156 0.012148 10.0.0.27 - - [2025-07-28 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004404 10.0.0.27 - - [2025-07-28 02:25:08] "DELETE /service-template/4c1538a7-6205-418d-9896-8b7a31fdf5d5 HTTP/1.1" 200 115 0.030420 10.0.0.27 - - [2025-07-28 02:25:08] "POST /fqname-to-id HTTP/1.1" 404 193 0.005687 10.0.0.27 - - [2025-07-28 02:25:08] "DELETE /instance-ip/27ff6e7a-312c-4259-96b9-3e212609c3f8 HTTP/1.1" 200 115 0.034508 10.0.0.27 - - [2025-07-28 02:25:08] "POST /ref-update HTTP/1.1" 200 156 0.010432 10.0.0.27 - - [2025-07-28 02:25:08] "DELETE /instance-ip/8e82d2b3-1aa6-4220-9b61-e8e1052330fc HTTP/1.1" 200 115 0.030334 10.0.0.27 - - [2025-07-28 02:25:08] "POST /ref-update HTTP/1.1" 200 156 0.012912 10.0.0.27 - - [2025-07-28 02:25:09] "DELETE /instance-ip/c8dd4915-d00b-4eac-9d53-3339363ed9b2 HTTP/1.1" 200 115 0.033593 10.0.0.27 - - [2025-07-28 02:25:09] "POST /neutron/network HTTP/1.1" 200 834 0.005893 10.0.0.27 - - [2025-07-28 02:25:09] "POST /neutron/network HTTP/1.1" 400 204 0.017404 10.0.0.27 - - [2025-07-28 02:25:09] "POST /neutron/port HTTP/1.1" 200 1086 0.011070 10.0.0.27 - - [2025-07-28 02:25:09] "POST /neutron/port HTTP/1.1" 200 1112 0.008746 10.0.0.27 - - [2025-07-28 02:25:09] "POST /neutron/port HTTP/1.1" 200 1087 0.017034 10.0.0.27 - - [2025-07-28 02:25:09] "POST /neutron/port HTTP/1.1" 200 1113 0.008174 10.0.0.27 - - [2025-07-28 02:25:09] "POST /neutron/port HTTP/1.1" 200 151 0.113446 10.0.0.27 - - [2025-07-28 02:25:09] "POST /neutron/port HTTP/1.1" 200 151 0.108624 10.0.0.27 - - [2025-07-28 02:25:09] "POST /neutron/port HTTP/1.1" 200 3025 0.018824 10.0.0.27 - - [2025-07-28 02:25:09] "POST /neutron/port HTTP/1.1" 200 1112 0.008841 10.0.0.27 - - [2025-07-28 02:25:09] "POST /neutron/port HTTP/1.1" 200 151 0.088440 10.0.0.27 - - [2025-07-28 02:25:09] "POST /neutron/port HTTP/1.1" 200 1111 0.009293 10.0.0.27 - - [2025-07-28 02:25:09] "POST /neutron/port HTTP/1.1" 200 151 0.086585 10.0.0.27 - - [2025-07-28 02:25:10] "POST /neutron/port HTTP/1.1" 200 1113 0.009706 10.0.0.27 - - [2025-07-28 02:25:10] "POST /neutron/port HTTP/1.1" 200 151 0.093012 10.0.0.27 - - [2025-07-28 02:25:11] "POST /neutron/network HTTP/1.1" 200 834 0.006025 10.0.0.27 - - [2025-07-28 02:25:11] "POST /useragent-kv HTTP/1.1" 200 115 0.004903 10.0.0.27 - - [2025-07-28 02:25:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005103 10.0.0.27 - - [2025-07-28 02:25:11] "POST /useragent-kv HTTP/1.1" 200 115 0.001780 10.0.0.27 - - [2025-07-28 02:25:11] "POST /neutron/network HTTP/1.1" 200 151 0.082059 10.0.0.27 - - [2025-07-28 02:25:11] "DELETE /route-target/94e4569a-2320-442a-82bc-85950ee44c49 HTTP/1.1" 200 115 0.013869 10.0.0.27 - - [2025-07-28 02:25:11] "GET /routing-instance/ed21d0ce-7ef3-4d21-80d5-def6d64a151c HTTP/1.1" 404 171 0.002633 10.0.0.27 - - [2025-07-28 02:25:11] "GET /domains HTTP/1.1" 200 280 0.002653 10.0.0.27 - - [2025-07-28 02:25:11] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002003 10.0.0.27 - - [2025-07-28 02:25:11] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491 HTTP/1.1" 200 2572 0.052659 10.0.0.27 - - [2025-07-28 02:25:11] "GET /projects?obj_uuids=1ae2cf7b-68c0-435f-8d4a-81e26f75455a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001169 10.0.0.27 - - [2025-07-28 02:25:11] "GET /project/1ae2cf7b-68c0-435f-8d4a-81e26f75455a HTTP/1.1" 200 2308 0.069602 10.0.0.27 - - [2025-07-28 02:25:11] "POST /neutron/network HTTP/1.1" 200 833 0.005670 10.0.0.27 - - [2025-07-28 02:25:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.27 - - [2025-07-28 02:25:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002749 10.0.0.27 - - [2025-07-28 02:25:11] "POST /useragent-kv HTTP/1.1" 200 115 0.001906 10.0.0.27 - - [2025-07-28 02:25:11] "POST /neutron/network HTTP/1.1" 200 151 0.078380 10.0.0.27 - - [2025-07-28 02:25:11] "DELETE /route-target/97db98e5-2edc-4aee-9940-2847f308541e HTTP/1.1" 200 115 0.019872 10.0.0.27 - - [2025-07-28 02:25:11] "GET /routing-instance/22fc7fb4-18b8-4105-a9c1-74bd288e3fd1 HTTP/1.1" 404 171 0.002790 10.0.0.27 - - [2025-07-28 02:25:11] "GET /domains HTTP/1.1" 200 280 0.002995 10.0.0.27 - - [2025-07-28 02:25:11] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001496 10.0.0.27 - - [2025-07-28 02:25:11] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491 HTTP/1.1" 200 2572 0.052443 10.0.0.27 - - [2025-07-28 02:25:11] "GET /projects?obj_uuids=1ae2cf7b-68c0-435f-8d4a-81e26f75455a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001545 10.0.0.27 - - [2025-07-28 02:25:11] "GET /project/1ae2cf7b-68c0-435f-8d4a-81e26f75455a HTTP/1.1" 200 2090 0.071056 10.0.0.27 - - [2025-07-28 02:25:11] "POST /neutron/network HTTP/1.1" 200 831 0.007226 10.0.0.27 - - [2025-07-28 02:25:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.006064 10.0.0.27 - - [2025-07-28 02:25:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002883 10.0.0.27 - - [2025-07-28 02:25:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003067 10.0.0.27 - - [2025-07-28 02:25:11] "POST /neutron/network HTTP/1.1" 200 151 0.081700 10.0.0.27 - - [2025-07-28 02:25:11] "DELETE /route-target/0794763a-5b4b-4769-892c-d4e5bb0b963f HTTP/1.1" 200 115 0.016547 10.0.0.27 - - [2025-07-28 02:25:11] "GET /routing-instance/c48a0394-ffbc-4501-9e08-67ed9bf82dcc HTTP/1.1" 404 171 0.002436 10.0.0.27 - - [2025-07-28 02:25:11] "GET /domains HTTP/1.1" 200 280 0.002219 10.0.0.27 - - [2025-07-28 02:25:11] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001032 10.0.0.27 - - [2025-07-28 02:25:11] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491 HTTP/1.1" 200 2572 0.048893 10.0.0.27 - - [2025-07-28 02:25:11] "GET /projects?obj_uuids=1ae2cf7b-68c0-435f-8d4a-81e26f75455a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001138 10.0.0.27 - - [2025-07-28 02:25:11] "GET /project/1ae2cf7b-68c0-435f-8d4a-81e26f75455a HTTP/1.1" 200 1850 0.070398 10.0.0.27 - - [2025-07-28 02:25:12] "GET /projects?obj_uuids=1ae2cf7b-68c0-435f-8d4a-81e26f75455a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001117 10.0.0.27 - - [2025-07-28 02:25:12] "GET /project/1ae2cf7b-68c0-435f-8d4a-81e26f75455a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.084982 10.0.0.27 - - [2025-07-28 02:25:12] "GET /projects?obj_uuids=1ae2cf7b-68c0-435f-8d4a-81e26f75455a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001255 10.0.0.27 - - [2025-07-28 02:25:12] "GET /project/1ae2cf7b-68c0-435f-8d4a-81e26f75455a?fields=virtual_networks HTTP/1.1" 200 1038 0.068003 10.0.0.27 - - [2025-07-28 02:25:12] "GET /projects?obj_uuids=1ae2cf7b-68c0-435f-8d4a-81e26f75455a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001143 10.0.0.27 - - [2025-07-28 02:25:12] "GET /project/1ae2cf7b-68c0-435f-8d4a-81e26f75455a?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.025967 10.0.0.27 - - [2025-07-28 02:25:12] "GET /projects?obj_uuids=1ae2cf7b-68c0-435f-8d4a-81e26f75455a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001097 10.0.0.27 - - [2025-07-28 02:25:12] "GET /project/1ae2cf7b-68c0-435f-8d4a-81e26f75455a?fields=security_groups HTTP/1.1" 200 1262 0.027288 10.0.0.27 - - [2025-07-28 02:25:13] "POST /fqname-to-id HTTP/1.1" 404 189 0.025476 10.0.0.27 - - [2025-07-28 02:25:13] "GET /projects?obj_uuids=58b3970b-5937-4764-8d8f-12086fefb2c3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002414 10.0.0.27 - - [2025-07-28 02:25:13] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001108 10.0.0.27 - - [2025-07-28 02:25:13] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.034234 10.0.0.27 - - [2025-07-28 02:25:13] "POST /id-to-fqname HTTP/1.1" 200 191 0.002693 10.0.0.27 - - [2025-07-28 02:25:13] "POST /fqname-to-id HTTP/1.1" 404 200 0.002507 10.0.0.27 - - [2025-07-28 02:25:13] "POST /security-groups HTTP/1.1" 200 592 0.063760 10.0.0.27 - - [2025-07-28 02:25:13] "POST /fqname-to-id HTTP/1.1" 404 235 0.003754 10.0.0.27 - - [2025-07-28 02:25:13] "POST /projects HTTP/1.1" 200 587 0.226521 10.0.0.27 - - [2025-07-28 02:25:13] "POST /access-control-lists HTTP/1.1" 200 597 0.059488 10.0.0.27 - - [2025-07-28 02:25:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.296801 10.0.0.27 - - [2025-07-28 02:25:13] "POST /fqname-to-id HTTP/1.1" 404 234 0.002865 10.0.0.27 - - [2025-07-28 02:25:13] "GET /project/58b3970b-5937-4764-8d8f-12086fefb2c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.443099 10.0.0.27 - - [2025-07-28 02:25:13] "POST /access-control-lists HTTP/1.1" 200 595 0.056007 10.0.0.27 - - [2025-07-28 02:25:14] "GET / HTTP/1.1" 200 35931 0.001972 10.0.0.27 - - [2025-07-28 02:25:15] "DELETE /project/58b3970b593747648d8f12086fefb2c3 HTTP/1.1" 404 173 0.005796 10.0.0.27 - - [2025-07-28 02:25:15] "GET /projects?obj_uuids=1ae2cf7b-68c0-435f-8d4a-81e26f75455a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001049 10.0.0.27 - - [2025-07-28 02:25:15] "GET /project/1ae2cf7b-68c0-435f-8d4a-81e26f75455a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1470 0.029762 10.0.0.27 - - [2025-07-28 02:25:15] "GET /project/58b3970b-5937-4764-8d8f-12086fefb2c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000400 10.0.0.27 - - [2025-07-28 02:25:15] "GET /projects?obj_uuids=1ae2cf7b-68c0-435f-8d4a-81e26f75455a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001471 10.0.0.27 - - [2025-07-28 02:25:15] "GET /project/1ae2cf7b-68c0-435f-8d4a-81e26f75455a?fields=security_groups HTTP/1.1" 200 1367 0.065478 10.0.0.27 - - [2025-07-28 02:25:16] "DELETE /security-group/ea87443f-510c-44e7-a1e7-8a5772d12534 HTTP/1.1" 200 115 0.060465 10.0.0.27 - - [2025-07-28 02:25:16] "GET /projects?obj_uuids=1ae2cf7b-68c0-435f-8d4a-81e26f75455a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001810 10.0.0.27 - - [2025-07-28 02:25:16] "DELETE /access-control-list/6127b572-61a6-445f-afd8-9bd48a0bd460 HTTP/1.1" 200 115 0.060467 10.0.0.27 - - [2025-07-28 02:25:16] "GET /project/1ae2cf7b-68c0-435f-8d4a-81e26f75455a?fields=application_policy_sets HTTP/1.1" 200 1406 0.058964 10.0.0.27 - - [2025-07-28 02:25:16] "DELETE /access-control-list/5edc01fe-4938-4ac2-adc6-26775a878849 HTTP/1.1" 200 115 0.035794 10.0.0.27 - - [2025-07-28 02:25:16] "DELETE /project/1ae2cf7b-68c0-435f-8d4a-81e26f75455a HTTP/1.1" 200 115 0.376177 10.0.0.27 - - [2025-07-28 02:25:16] "GET /projects?obj_uuids=58b3970b-5937-4764-8d8f-12086fefb2c3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001268 10.0.0.27 - - [2025-07-28 02:25:16] "GET /project/58b3970b-5937-4764-8d8f-12086fefb2c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.058322 10.0.0.27 - - [2025-07-28 02:25:16] "POST /fqname-to-id HTTP/1.1" 404 180 0.002531 10.0.0.27 - - [2025-07-28 02:25:16] "POST /virtual-DNSs HTTP/1.1" 200 507 0.025497 10.0.0.27 - - [2025-07-28 02:25:16] "GET /virtual-DNS/437c4b66-14f0-4972-bb32-387d7f307d9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.011587 10.0.0.27 - - [2025-07-28 02:25:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.006721 10.0.0.27 - - [2025-07-28 02:25:16] "GET /virtual-DNS/437c4b66-14f0-4972-bb32-387d7f307d9e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.003305 10.0.0.27 - - [2025-07-28 02:25:16] "GET /domains HTTP/1.1" 401 292 0.000431 10.0.0.27 - - [2025-07-28 02:25:16] "GET /domains HTTP/1.1" 200 280 0.025053 10.0.0.27 - - [2025-07-28 02:25:16] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001299 10.0.0.27 - - [2025-07-28 02:25:16] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491 HTTP/1.1" 200 2775 0.009616 10.0.0.27 - - [2025-07-28 02:25:16] "GET /virtual-DNS/437c4b66-14f0-4972-bb32-387d7f307d9e HTTP/1.1" 200 1438 0.004263 10.0.0.27 - - [2025-07-28 02:25:16] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.002703 10.0.0.27 - - [2025-07-28 02:25:16] "POST /network-ipams HTTP/1.1" 200 514 0.015707 10.0.0.27 - - [2025-07-28 02:25:16] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 968 0.002774 10.0.0.27 - - [2025-07-28 02:25:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002960 10.0.0.27 - - [2025-07-28 02:25:17] "GET /network-ipam/1267801a-db8a-4943-915b-8f309aa2aa4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.004882 10.0.0.27 - - [2025-07-28 02:25:17] "PUT /network-ipam/1267801a-db8a-4943-915b-8f309aa2aa4b HTTP/1.1" 200 258 0.009978 10.0.0.27 - - [2025-07-28 02:25:17] "POST /ref-update HTTP/1.1" 200 156 0.008821 10.0.0.27 - - [2025-07-28 02:25:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002805 10.0.0.27 - - [2025-07-28 02:25:17] "GET /projects?obj_uuids=58b3970b-5937-4764-8d8f-12086fefb2c3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001089 10.0.0.27 - - [2025-07-28 02:25:17] "GET /project/58b3970b-5937-4764-8d8f-12086fefb2c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.028216 10.0.0.27 - - [2025-07-28 02:25:17] "POST /neutron/network HTTP/1.1" 200 117 0.028454 10.0.0.27 - - [2025-07-28 02:25:17] "GET /projects?obj_uuids=58b3970b-5937-4764-8d8f-12086fefb2c3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001164 10.0.0.27 - - [2025-07-28 02:25:17] "POST /neutron/network HTTP/1.1" 200 618 0.070898 10.0.0.27 - - [2025-07-28 02:25:17] "POST /route-targets HTTP/1.1" 200 327 0.009678 10.0.0.27 - - [2025-07-28 02:25:17] "POST /ref-update HTTP/1.1" 200 156 0.010930 10.0.0.27 - - [2025-07-28 02:25:17] "POST /useragent-kv HTTP/1.1" 200 115 0.004639 10.0.0.27 - - [2025-07-28 02:25:17] "POST /neutron/subnet HTTP/1.1" 200 711 0.168890 10.0.0.27 - - [2025-07-28 02:25:17] "POST /neutron/network HTTP/1.1" 200 833 0.006965 10.0.0.27 - - [2025-07-28 02:25:17] "POST /id-to-fqname HTTP/1.1" 200 227 0.001463 10.0.0.27 - - [2025-07-28 02:25:17] "GET /virtual-network/a5f73cd4-d58b-43bb-b12f-40da2077b6ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005351 10.0.0.27 - - [2025-07-28 02:25:17] "POST /neutron/network HTTP/1.1" 200 833 0.006214 10.0.0.27 - - [2025-07-28 02:25:17] "GET /virtual-network/a5f73cd4-d58b-43bb-b12f-40da2077b6ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005007 10.0.0.27 - - [2025-07-28 02:25:17] "POST /neutron/network HTTP/1.1" 200 833 0.007319 10.0.0.27 - - [2025-07-28 02:25:17] "POST /neutron/subnet HTTP/1.1" 200 711 0.009689 10.0.0.27 - - [2025-07-28 02:25:17] "POST /neutron/network HTTP/1.1" 200 807 0.011410 10.0.0.27 - - [2025-07-28 02:25:17] "POST /neutron/network HTTP/1.1" 200 833 0.005438 10.0.0.27 - - [2025-07-28 02:25:17] "POST /id-to-fqname HTTP/1.1" 200 227 0.001245 10.0.0.27 - - [2025-07-28 02:25:18] "POST /neutron/network HTTP/1.1" 200 843 0.005544 10.0.0.27 - - [2025-07-28 02:25:18] "GET /aaa-mode HTTP/1.1" 401 292 0.000462 10.0.0.27 - - [2025-07-28 02:25:18] "GET / HTTP/1.1" 200 35931 0.002697 10.0.0.27 - - [2025-07-28 02:25:18] "GET /project/58b3970b-5937-4764-8d8f-12086fefb2c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000616 10.0.0.27 - - [2025-07-28 02:25:18] "GET /projects?obj_uuids=58b3970b-5937-4764-8d8f-12086fefb2c3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001100 10.0.0.27 - - [2025-07-28 02:25:18] "GET /project/58b3970b-5937-4764-8d8f-12086fefb2c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.052534 10.0.0.27 - - [2025-07-28 02:25:18] "POST /neutron/network HTTP/1.1" 200 833 0.029547 10.0.0.27 - - [2025-07-28 02:25:19] "POST /neutron/port HTTP/1.1" 200 117 0.005770 10.0.0.27 - - [2025-07-28 02:25:19] "POST /neutron/port HTTP/1.1" 200 117 0.004656 10.0.0.27 - - [2025-07-28 02:25:19] "POST /neutron/port HTTP/1.1" 200 117 0.005123 10.0.0.27 - - [2025-07-28 02:25:19] "POST /neutron/network HTTP/1.1" 200 843 0.006312 10.0.0.27 - - [2025-07-28 02:25:19] "GET /projects?obj_uuids=58b3970b-5937-4764-8d8f-12086fefb2c3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001199 10.0.0.27 - - [2025-07-28 02:25:19] "POST /neutron/port HTTP/1.1" 200 1058 0.204957 10.0.0.27 - - [2025-07-28 02:25:19] "POST /neutron/port HTTP/1.1" 200 1058 0.030071 10.0.0.27 - - [2025-07-28 02:25:19] "POST /neutron/port HTTP/1.1" 200 1058 0.008288 10.0.0.27 - - [2025-07-28 02:25:19] "POST /neutron/port HTTP/1.1" 200 1112 0.057983 10.0.0.27 - - [2025-07-28 02:25:19] "POST /neutron/port HTTP/1.1" 200 1086 0.011627 10.0.0.27 - - [2025-07-28 02:25:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003299 10.0.0.27 - - [2025-07-28 02:25:19] "POST /neutron/subnet HTTP/1.1" 200 685 0.006801 10.0.0.27 - - [2025-07-28 02:25:19] "POST /neutron/port HTTP/1.1" 200 117 0.001155 10.0.0.27 - - [2025-07-28 02:25:20] "POST /neutron/network HTTP/1.1" 200 833 0.005271 10.0.0.27 - - [2025-07-28 02:25:20] "GET /obj-perms HTTP/1.1" 200 5056 0.056711 10.0.0.27 - - [2025-07-28 02:25:20] "GET /obj-perms HTTP/1.1" 200 5056 0.055634 10.0.0.27 - - [2025-07-28 02:25:24] "POST /neutron/port HTTP/1.1" 200 1086 0.013115 10.0.0.27 - - [2025-07-28 02:25:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006825 10.0.0.27 - - [2025-07-28 02:25:24] "POST /neutron/port HTTP/1.1" 200 1086 0.011032 10.0.0.27 - - [2025-07-28 02:25:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006178 10.0.0.27 - - [2025-07-28 02:25:24] "POST /neutron/port HTTP/1.1" 200 1086 0.011884 10.0.0.27 - - [2025-07-28 02:25:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006840 10.0.0.27 - - [2025-07-28 02:25:24] "GET /virtual-machine/6737e2b8-04b2-4e09-849b-d18f8421b1d3 HTTP/1.1" 200 1292 0.006417 10.0.0.27 - - [2025-07-28 02:25:24] "GET /virtual-machine-interface/8c5016e2-6459-4e5b-8f7d-c92d174e228a HTTP/1.1" 200 2965 0.005227 10.0.0.27 - - [2025-07-28 02:25:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002831 10.0.0.27 - - [2025-07-28 02:25:24] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003644 10.0.0.27 - - [2025-07-28 02:25:24] "GET /virtual-networks?parent_id=58b3970b-5937-4764-8d8f-12086fefb2c3&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003030 10.0.0.27 - - [2025-07-28 02:25:24] "GET /virtual-network/a5f73cd4-d58b-43bb-b12f-40da2077b6ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005275 10.0.0.27 - - [2025-07-28 02:25:25] "GET /global-system-configs HTTP/1.1" 200 322 0.029900 10.0.0.27 - - [2025-07-28 02:25:25] "GET /obj-perms HTTP/1.1" 200 5056 0.061362 10.0.0.27 - - [2025-07-28 02:25:26] "GET /global-system-configs HTTP/1.1" 200 322 0.054276 10.0.0.27 - - [2025-07-28 02:25:26] "GET /obj-perms HTTP/1.1" 200 5056 0.077069 10.0.0.27 - - [2025-07-28 02:25:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002992 10.0.0.27 - - [2025-07-28 02:25:27] "GET /virtual-network/a5f73cd4-d58b-43bb-b12f-40da2077b6ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004946 10.0.0.27 - - [2025-07-28 02:25:28] "POST /neutron/port HTTP/1.1" 200 1086 0.014260 10.0.0.27 - - [2025-07-28 02:25:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006889 10.0.0.27 - - [2025-07-28 02:25:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002937 10.0.0.27 - - [2025-07-28 02:25:29] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003023 10.0.0.27 - - [2025-07-28 02:25:29] "GET /virtual-networks?parent_id=58b3970b-5937-4764-8d8f-12086fefb2c3&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002752 10.0.0.27 - - [2025-07-28 02:25:29] "GET /virtual-network/a5f73cd4-d58b-43bb-b12f-40da2077b6ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005329 10.0.0.27 - - [2025-07-28 02:25:30] "POST /neutron/port HTTP/1.1" 200 1086 0.012807 10.0.0.27 - - [2025-07-28 02:25:30] "POST /neutron/port HTTP/1.1" 200 1086 0.012497 10.0.0.27 - - [2025-07-28 02:25:30] "POST /neutron/network HTTP/1.1" 200 843 0.005420 10.0.0.27 - - [2025-07-28 02:25:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003419 10.0.0.27 - - [2025-07-28 02:25:30] "POST /neutron/subnet HTTP/1.1" 200 685 0.007875 10.0.0.27 - - [2025-07-28 02:25:30] "POST /neutron/port HTTP/1.1" 200 117 0.001399 10.0.0.27 - - [2025-07-28 02:25:30] "POST /neutron/network HTTP/1.1" 200 833 0.006403 10.0.0.27 - - [2025-07-28 02:25:34] "POST /neutron/network HTTP/1.1" 200 807 0.011137 10.0.0.27 - - [2025-07-28 02:25:34] "POST /neutron/network HTTP/1.1" 200 833 0.005434 10.0.0.27 - - [2025-07-28 02:25:34] "POST /id-to-fqname HTTP/1.1" 200 227 0.001278 10.0.0.27 - - [2025-07-28 02:25:34] "POST /neutron/port HTTP/1.1" 200 1086 0.011729 10.0.0.27 - - [2025-07-28 02:25:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006080 10.0.0.27 - - [2025-07-28 02:25:34] "POST /neutron/network HTTP/1.1" 200 843 0.005938 10.0.0.27 - - [2025-07-28 02:25:34] "GET /aaa-mode HTTP/1.1" 401 292 0.000507 10.0.0.27 - - [2025-07-28 02:25:34] "GET / HTTP/1.1" 200 35931 0.002017 10.0.0.27 - - [2025-07-28 02:25:34] "GET /project/58b3970b-5937-4764-8d8f-12086fefb2c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000394 10.0.0.27 - - [2025-07-28 02:25:35] "GET /projects?obj_uuids=58b3970b-5937-4764-8d8f-12086fefb2c3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.024257 10.0.0.27 - - [2025-07-28 02:25:35] "GET /project/58b3970b-5937-4764-8d8f-12086fefb2c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.072394 10.0.0.27 - - [2025-07-28 02:25:35] "POST /neutron/network HTTP/1.1" 200 833 0.005726 10.0.0.27 - - [2025-07-28 02:25:35] "POST /neutron/port HTTP/1.1" 200 1086 0.012260 10.0.0.27 - - [2025-07-28 02:25:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007143 10.0.0.27 - - [2025-07-28 02:25:35] "POST /neutron/port HTTP/1.1" 200 117 0.004752 10.0.0.27 - - [2025-07-28 02:25:35] "POST /neutron/port HTTP/1.1" 200 117 0.004641 10.0.0.27 - - [2025-07-28 02:25:35] "POST /neutron/network HTTP/1.1" 200 843 0.007429 10.0.0.27 - - [2025-07-28 02:25:35] "GET /projects?obj_uuids=58b3970b-5937-4764-8d8f-12086fefb2c3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001950 10.0.0.27 - - [2025-07-28 02:25:35] "POST /neutron/port HTTP/1.1" 200 1058 0.178806 10.0.0.27 - - [2025-07-28 02:25:35] "POST /neutron/port HTTP/1.1" 200 1058 0.009862 10.0.0.27 - - [2025-07-28 02:25:35] "POST /neutron/port HTTP/1.1" 200 1058 0.013187 10.0.0.27 - - [2025-07-28 02:25:36] "POST /neutron/port HTTP/1.1" 200 1112 0.059440 10.0.0.27 - - [2025-07-28 02:25:36] "POST /neutron/port HTTP/1.1" 200 1086 0.011460 10.0.0.27 - - [2025-07-28 02:25:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003304 10.0.0.27 - - [2025-07-28 02:25:36] "POST /neutron/subnet HTTP/1.1" 200 685 0.007139 10.0.0.27 - - [2025-07-28 02:25:36] "POST /neutron/port HTTP/1.1" 200 117 0.001300 10.0.0.27 - - [2025-07-28 02:25:36] "POST /neutron/network HTTP/1.1" 200 833 0.005420 10.0.0.27 - - [2025-07-28 02:25:40] "POST /neutron/port HTTP/1.1" 200 1086 0.012322 10.0.0.27 - - [2025-07-28 02:25:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006796 10.0.0.27 - - [2025-07-28 02:25:40] "POST /neutron/port HTTP/1.1" 200 1086 0.017220 10.0.0.27 - - [2025-07-28 02:25:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006588 10.0.0.27 - - [2025-07-28 02:25:40] "POST /neutron/port HTTP/1.1" 200 1086 0.014289 10.0.0.27 - - [2025-07-28 02:25:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008198 10.0.0.27 - - [2025-07-28 02:25:40] "GET /virtual-machine/b67c8f54-e8b3-4f4c-8d73-0e66fdbac2bb HTTP/1.1" 200 1294 0.006932 10.0.0.27 - - [2025-07-28 02:25:40] "GET /virtual-machine-interface/e6fbf7ab-cbf3-4256-bd02-29752a23c5b7 HTTP/1.1" 200 2965 0.007259 10.0.0.27 - - [2025-07-28 02:25:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748 10.0.0.27 - - [2025-07-28 02:25:40] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004128 10.0.0.27 - - [2025-07-28 02:25:40] "GET /virtual-networks?parent_id=58b3970b-5937-4764-8d8f-12086fefb2c3&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003801 10.0.0.27 - - [2025-07-28 02:25:40] "GET /virtual-network/a5f73cd4-d58b-43bb-b12f-40da2077b6ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007235 10.0.0.27 - - [2025-07-28 02:25:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002790 10.0.0.27 - - [2025-07-28 02:25:44] "GET /virtual-network/a5f73cd4-d58b-43bb-b12f-40da2077b6ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004898 10.0.0.27 - - [2025-07-28 02:25:44] "POST /neutron/port HTTP/1.1" 200 1086 0.011525 10.0.0.27 - - [2025-07-28 02:25:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005271 10.0.0.27 - - [2025-07-28 02:25:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.27 - - [2025-07-28 02:25:46] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003501 10.0.0.27 - - [2025-07-28 02:25:46] "GET /virtual-networks?parent_id=58b3970b-5937-4764-8d8f-12086fefb2c3&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003137 10.0.0.27 - - [2025-07-28 02:25:46] "GET /virtual-network/a5f73cd4-d58b-43bb-b12f-40da2077b6ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005418 10.0.0.27 - - [2025-07-28 02:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002937 10.0.0.27 - - [2025-07-28 02:25:53] "DELETE /virtual-DNS/437c4b66-14f0-4972-bb32-387d7f307d9e HTTP/1.1" 409 235 0.005488 10.0.0.27 - - [2025-07-28 02:25:53] "POST /fqname-to-id HTTP/1.1" 404 192 0.002666 10.0.0.27 - - [2025-07-28 02:25:53] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.015676 10.0.0.27 - - [2025-07-28 02:25:53] "GET /virtual-DNS-record/3ad09c57-3b18-4f8a-9d48-822919f00ade?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.004640 10.0.0.27 - - [2025-07-28 02:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002833 10.0.0.27 - - [2025-07-28 02:25:53] "GET /virtual-DNS-record/3ad09c57-3b18-4f8a-9d48-822919f00ade?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.003377 10.0.0.27 - - [2025-07-28 02:25:53] "GET /domains HTTP/1.1" 200 280 0.002642 10.0.0.27 - - [2025-07-28 02:25:53] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001447 10.0.0.27 - - [2025-07-28 02:25:53] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491 HTTP/1.1" 200 2775 0.007342 10.0.0.27 - - [2025-07-28 02:25:53] "GET /virtual-DNS/437c4b66-14f0-4972-bb32-387d7f307d9e HTTP/1.1" 200 1907 0.003940 10.0.0.27 - - [2025-07-28 02:25:53] "GET /virtual-DNS-record/3ad09c57-3b18-4f8a-9d48-822919f00ade HTTP/1.1" 200 1336 0.002697 10.0.0.27 - - [2025-07-28 02:25:58] "DELETE /virtual-DNS-record/3ad09c57-3b18-4f8a-9d48-822919f00ade HTTP/1.1" 200 115 0.016433 10.0.0.27 - - [2025-07-28 02:25:58] "POST /fqname-to-id HTTP/1.1" 404 184 0.003568 10.0.0.27 - - [2025-07-28 02:25:58] "POST /neutron/network HTTP/1.1" 200 833 0.006079 10.0.0.27 - - [2025-07-28 02:25:58] "POST /neutron/network HTTP/1.1" 400 204 0.010742 10.0.0.27 - - [2025-07-28 02:25:59] "POST /neutron/port HTTP/1.1" 200 1086 0.014238 10.0.0.27 - - [2025-07-28 02:25:59] "POST /neutron/port HTTP/1.1" 200 1112 0.008860 10.0.0.27 - - [2025-07-28 02:25:59] "POST /neutron/port HTTP/1.1" 200 1086 0.012379 10.0.0.27 - - [2025-07-28 02:25:59] "POST /neutron/port HTTP/1.1" 200 1112 0.008552 10.0.0.27 - - [2025-07-28 02:25:59] "POST /neutron/port HTTP/1.1" 200 151 0.104265 10.0.0.27 - - [2025-07-28 02:25:59] "POST /neutron/port HTTP/1.1" 200 151 0.099213 10.0.0.27 - - [2025-07-28 02:26:00] "POST /neutron/network HTTP/1.1" 200 833 0.005725 10.0.0.27 - - [2025-07-28 02:26:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002351 10.0.0.27 - - [2025-07-28 02:26:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002233 10.0.0.27 - - [2025-07-28 02:26:01] "POST /neutron/network HTTP/1.1" 200 151 0.199909 10.0.0.27 - - [2025-07-28 02:26:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.033824 10.0.0.27 - - [2025-07-28 02:26:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.27 - - [2025-07-28 02:26:01] "DELETE /route-target/ebbc3166-9670-4ec9-aa48-df8beaf1b09c HTTP/1.1" 200 115 0.023078 10.0.0.27 - - [2025-07-28 02:26:01] "DELETE /network-ipam/1267801a-db8a-4943-915b-8f309aa2aa4b HTTP/1.1" 200 115 0.033822 10.0.0.27 - - [2025-07-28 02:26:01] "DELETE /virtual-DNS/437c4b66-14f0-4972-bb32-387d7f307d9e HTTP/1.1" 200 115 0.024673 10.0.0.27 - - [2025-07-28 02:26:01] "POST /fqname-to-id HTTP/1.1" 404 180 0.003657 10.0.0.27 - - [2025-07-28 02:26:01] "GET /domains HTTP/1.1" 200 280 0.002843 10.0.0.27 - - [2025-07-28 02:26:01] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001518 10.0.0.27 - - [2025-07-28 02:26:01] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491 HTTP/1.1" 200 2575 0.008814 10.0.0.27 - - [2025-07-28 02:26:01] "GET /projects?obj_uuids=58b3970b-5937-4764-8d8f-12086fefb2c3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001136 10.0.0.27 - - [2025-07-28 02:26:01] "GET /project/58b3970b-5937-4764-8d8f-12086fefb2c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.023299 10.0.0.27 - - [2025-07-28 02:26:01] "GET /projects?obj_uuids=58b3970b-5937-4764-8d8f-12086fefb2c3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001098 10.0.0.27 - - [2025-07-28 02:26:01] "GET /project/58b3970b-5937-4764-8d8f-12086fefb2c3?fields=virtual_networks HTTP/1.1" 200 1044 0.071286 10.0.0.27 - - [2025-07-28 02:26:01] "GET /projects?obj_uuids=58b3970b-5937-4764-8d8f-12086fefb2c3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001214 10.0.0.27 - - [2025-07-28 02:26:01] "GET /project/58b3970b-5937-4764-8d8f-12086fefb2c3?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.035478 10.0.0.27 - - [2025-07-28 02:26:01] "GET /projects?obj_uuids=58b3970b-5937-4764-8d8f-12086fefb2c3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001690 10.0.0.27 - - [2025-07-28 02:26:01] "GET /project/58b3970b-5937-4764-8d8f-12086fefb2c3?fields=security_groups HTTP/1.1" 200 1271 0.034007 10.0.0.27 - - [2025-07-28 02:26:02] "POST /fqname-to-id HTTP/1.1" 404 189 0.023948 10.0.0.27 - - [2025-07-28 02:26:02] "GET /projects?obj_uuids=65dab289-fbec-422d-8bc1-396eb8a32828&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002609 10.0.0.27 - - [2025-07-28 02:26:02] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002464 10.0.0.27 - - [2025-07-28 02:26:02] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008780 10.0.0.27 - - [2025-07-28 02:26:02] "POST /id-to-fqname HTTP/1.1" 200 191 0.001229 10.0.0.27 - - [2025-07-28 02:26:02] "POST /fqname-to-id HTTP/1.1" 404 200 0.002906 10.0.0.27 - - [2025-07-28 02:26:02] "POST /security-groups HTTP/1.1" 200 592 0.068177 10.0.0.27 - - [2025-07-28 02:26:02] "POST /fqname-to-id HTTP/1.1" 404 235 0.002898 10.0.0.27 - - [2025-07-28 02:26:02] "POST /projects HTTP/1.1" 200 587 0.216445 10.0.0.27 - - [2025-07-28 02:26:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.284359 10.0.0.27 - - [2025-07-28 02:26:02] "POST /access-control-lists HTTP/1.1" 200 597 0.060244 10.0.0.27 - - [2025-07-28 02:26:02] "POST /fqname-to-id HTTP/1.1" 404 234 0.002608 10.0.0.27 - - [2025-07-28 02:26:03] "GET /project/65dab289-fbec-422d-8bc1-396eb8a32828?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.408929 10.0.0.27 - - [2025-07-28 02:26:03] "POST /access-control-lists HTTP/1.1" 200 595 0.060350 10.0.0.27 - - [2025-07-28 02:26:04] "GET / HTTP/1.1" 200 35931 0.002318 10.0.0.27 - - [2025-07-28 02:26:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.000476 10.0.0.27 - - [2025-07-28 02:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.068011 10.0.0.27 - - [2025-07-28 02:26:05] "GET /projects?obj_uuids=65dab289-fbec-422d-8bc1-396eb8a32828&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001128 10.0.0.27 - - [2025-07-28 02:26:05] "GET /project/65dab289-fbec-422d-8bc1-396eb8a32828?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.024080 10.0.0.27 - - [2025-07-28 02:26:05] "POST /neutron/network HTTP/1.1" 200 117 0.029461 10.0.0.27 - - [2025-07-28 02:26:05] "GET /projects?obj_uuids=65dab289-fbec-422d-8bc1-396eb8a32828&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001585 10.0.0.27 - - [2025-07-28 02:26:05] "POST /neutron/network HTTP/1.1" 200 606 0.062858 10.0.0.27 - - [2025-07-28 02:26:05] "POST /route-targets HTTP/1.1" 200 327 0.011507 10.0.0.27 - - [2025-07-28 02:26:05] "POST /ref-update HTTP/1.1" 200 156 0.010488 10.0.0.27 - - [2025-07-28 02:26:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002326 10.0.0.27 - - [2025-07-28 02:26:05] "POST /neutron/subnet HTTP/1.1" 200 730 0.158568 10.0.0.27 - - [2025-07-28 02:26:05] "POST /neutron/network HTTP/1.1" 200 826 0.005933 10.0.0.27 - - [2025-07-28 02:26:05] "POST /id-to-fqname HTTP/1.1" 200 221 0.001227 10.0.0.27 - - [2025-07-28 02:26:05] "GET /virtual-network/410aadd4-dbfc-47fb-b82a-32f1c3634a13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005202 10.0.0.27 - - [2025-07-28 02:26:05] "POST /neutron/network HTTP/1.1" 200 826 0.006001 10.0.0.27 - - [2025-07-28 02:26:05] "GET /virtual-network/410aadd4-dbfc-47fb-b82a-32f1c3634a13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004870 10.0.0.27 - - [2025-07-28 02:26:05] "POST /neutron/network HTTP/1.1" 200 826 0.005661 10.0.0.27 - - [2025-07-28 02:26:05] "POST /neutron/subnet HTTP/1.1" 200 730 0.006842 10.0.0.27 - - [2025-07-28 02:26:05] "POST /id-to-fqname HTTP/1.1" 200 221 0.001158 10.0.0.27 - - [2025-07-28 02:26:05] "POST /neutron/network HTTP/1.1" 200 836 0.007879 10.0.0.27 - - [2025-07-28 02:26:05] "GET /aaa-mode HTTP/1.1" 401 292 0.000447 10.0.0.27 - - [2025-07-28 02:26:06] "GET / HTTP/1.1" 200 35931 0.002666 10.0.0.27 - - [2025-07-28 02:26:06] "GET /project/65dab289-fbec-422d-8bc1-396eb8a32828?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000418 10.0.0.27 - - [2025-07-28 02:26:06] "GET /projects?obj_uuids=65dab289-fbec-422d-8bc1-396eb8a32828&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001119 10.0.0.27 - - [2025-07-28 02:26:06] "GET /project/65dab289-fbec-422d-8bc1-396eb8a32828?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.041541 10.0.0.27 - - [2025-07-28 02:26:06] "POST /neutron/network HTTP/1.1" 200 826 0.005908 10.0.0.27 - - [2025-07-28 02:26:06] "POST /neutron/port HTTP/1.1" 200 117 0.005914 10.0.0.27 - - [2025-07-28 02:26:06] "POST /neutron/port HTTP/1.1" 200 117 0.005065 10.0.0.27 - - [2025-07-28 02:26:06] "POST /id-to-fqname HTTP/1.1" 200 221 0.001685 10.0.0.27 - - [2025-07-28 02:26:06] "POST /neutron/port HTTP/1.1" 200 117 0.005770 10.0.0.27 - - [2025-07-28 02:26:06] "POST /neutron/network HTTP/1.1" 200 836 0.006227 10.0.0.27 - - [2025-07-28 02:26:06] "GET /aaa-mode HTTP/1.1" 401 292 0.000409 10.0.0.27 - - [2025-07-28 02:26:07] "POST /neutron/network HTTP/1.1" 200 836 0.006001 10.0.0.27 - - [2025-07-28 02:26:07] "GET /projects?obj_uuids=65dab289-fbec-422d-8bc1-396eb8a32828&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001172 10.0.0.27 - - [2025-07-28 02:26:07] "GET / HTTP/1.1" 200 35931 0.001812 10.0.0.27 - - [2025-07-28 02:26:07] "GET /project/65dab289-fbec-422d-8bc1-396eb8a32828?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000455 10.0.0.27 - - [2025-07-28 02:26:07] "POST /neutron/port HTTP/1.1" 200 1062 0.207976 10.0.0.27 - - [2025-07-28 02:26:07] "POST /neutron/port HTTP/1.1" 200 1062 0.008921 10.0.0.27 - - [2025-07-28 02:26:07] "POST /neutron/port HTTP/1.1" 200 1062 0.007834 10.0.0.27 - - [2025-07-28 02:26:07] "POST /neutron/port HTTP/1.1" 200 1116 0.057123 10.0.0.27 - - [2025-07-28 02:26:07] "POST /neutron/port HTTP/1.1" 200 1090 0.014622 10.0.0.27 - - [2025-07-28 02:26:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003788 10.0.0.27 - - [2025-07-28 02:26:07] "POST /neutron/subnet HTTP/1.1" 200 704 0.007966 10.0.0.27 - - [2025-07-28 02:26:07] "POST /neutron/port HTTP/1.1" 200 117 0.001235 10.0.0.27 - - [2025-07-28 02:26:07] "POST /neutron/network HTTP/1.1" 200 826 0.005790 10.0.0.27 - - [2025-07-28 02:26:07] "GET /projects?obj_uuids=65dab289-fbec-422d-8bc1-396eb8a32828&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001245 10.0.0.27 - - [2025-07-28 02:26:07] "GET /project/65dab289-fbec-422d-8bc1-396eb8a32828?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.049175 10.0.0.27 - - [2025-07-28 02:26:07] "POST /neutron/network HTTP/1.1" 200 826 0.006945 10.0.0.27 - - [2025-07-28 02:26:07] "POST /neutron/port HTTP/1.1" 200 1090 0.016329 10.0.0.27 - - [2025-07-28 02:26:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009012 10.0.0.27 - - [2025-07-28 02:26:07] "POST /neutron/port HTTP/1.1" 200 117 0.007883 10.0.0.27 - - [2025-07-28 02:26:07] "POST /neutron/port HTTP/1.1" 200 1090 0.011441 10.0.0.27 - - [2025-07-28 02:26:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008272 10.0.0.27 - - [2025-07-28 02:26:08] "POST /neutron/network HTTP/1.1" 200 836 0.006095 10.0.0.27 - - [2025-07-28 02:26:08] "GET /projects?obj_uuids=65dab289-fbec-422d-8bc1-396eb8a32828&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001095 10.0.0.27 - - [2025-07-28 02:26:08] "POST /neutron/port HTTP/1.1" 200 1062 0.224097 10.0.0.27 - - [2025-07-28 02:26:08] "POST /neutron/port HTTP/1.1" 200 1062 0.016438 10.0.0.27 - - [2025-07-28 02:26:08] "POST /neutron/port HTTP/1.1" 200 1062 0.010089 10.0.0.27 - - [2025-07-28 02:26:08] "POST /neutron/port HTTP/1.1" 200 1116 0.103089 10.0.0.27 - - [2025-07-28 02:26:08] "POST /neutron/port HTTP/1.1" 200 1090 0.018961 10.0.0.27 - - [2025-07-28 02:26:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004434 10.0.0.27 - - [2025-07-28 02:26:08] "POST /neutron/subnet HTTP/1.1" 200 704 0.015101 10.0.0.27 - - [2025-07-28 02:26:08] "POST /neutron/port HTTP/1.1" 200 117 0.001211 10.0.0.27 - - [2025-07-28 02:26:08] "POST /neutron/network HTTP/1.1" 200 826 0.007758 10.0.0.27 - - [2025-07-28 02:26:12] "POST /neutron/port HTTP/1.1" 200 1090 0.013271 10.0.0.27 - - [2025-07-28 02:26:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006570 10.0.0.27 - - [2025-07-28 02:26:12] "POST /neutron/port HTTP/1.1" 200 1090 0.011080 10.0.0.27 - - [2025-07-28 02:26:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006732 10.0.0.27 - - [2025-07-28 02:26:13] "POST /neutron/port HTTP/1.1" 200 1090 0.010354 10.0.0.27 - - [2025-07-28 02:26:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007246 10.0.0.27 - - [2025-07-28 02:26:13] "GET /virtual-machine/28c64d12-0a4a-42b7-a3d3-dc884bcbd87b HTTP/1.1" 401 292 0.000604 10.0.0.27 - - [2025-07-28 02:26:13] "GET /virtual-machine/28c64d12-0a4a-42b7-a3d3-dc884bcbd87b HTTP/1.1" 200 1293 0.026186 10.0.0.27 - - [2025-07-28 02:26:13] "GET /virtual-machine-interface/ffe6a015-957b-4ccd-9734-dbabdb7bbbc3 HTTP/1.1" 200 2947 0.004692 10.0.0.27 - - [2025-07-28 02:26:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.27 - - [2025-07-28 02:26:13] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003172 10.0.0.27 - - [2025-07-28 02:26:13] "GET /virtual-networks?parent_id=65dab289-fbec-422d-8bc1-396eb8a32828&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003336 10.0.0.27 - - [2025-07-28 02:26:13] "GET /virtual-network/410aadd4-dbfc-47fb-b82a-32f1c3634a13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005407 10.0.0.27 - - [2025-07-28 02:26:15] "POST /neutron/port HTTP/1.1" 200 1090 0.034989 10.0.0.27 - - [2025-07-28 02:26:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005720 10.0.0.27 - - [2025-07-28 02:26:16] "DELETE /project/65dab289fbec422d8bc1396eb8a32828 HTTP/1.1" 404 173 0.005630 10.0.0.27 - - [2025-07-28 02:26:16] "GET /projects?obj_uuids=58b3970b-5937-4764-8d8f-12086fefb2c3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001290 10.0.0.27 - - [2025-07-28 02:26:16] "GET /project/58b3970b-5937-4764-8d8f-12086fefb2c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.034622 10.0.0.27 - - [2025-07-28 02:26:16] "GET /projects?obj_uuids=58b3970b-5937-4764-8d8f-12086fefb2c3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001400 10.0.0.27 - - [2025-07-28 02:26:16] "GET /project/58b3970b-5937-4764-8d8f-12086fefb2c3?fields=security_groups HTTP/1.1" 200 1376 0.075308 10.0.0.27 - - [2025-07-28 02:26:16] "DELETE /security-group/f70e3fcb-946c-448b-a641-a9b2038bd014 HTTP/1.1" 200 115 0.037226 10.0.0.27 - - [2025-07-28 02:26:16] "GET /projects?obj_uuids=58b3970b-5937-4764-8d8f-12086fefb2c3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001514 10.0.0.27 - - [2025-07-28 02:26:16] "GET /project/58b3970b-5937-4764-8d8f-12086fefb2c3?fields=application_policy_sets HTTP/1.1" 200 1415 0.039738 10.0.0.27 - - [2025-07-28 02:26:16] "DELETE /access-control-list/4a4091fb-bc33-41d1-8e42-9262ae412100 HTTP/1.1" 200 115 0.050438 10.0.0.27 - - [2025-07-28 02:26:16] "DELETE /access-control-list/3c9d6118-2a25-4ab6-8c7a-55bb6eb56789 HTTP/1.1" 200 115 0.038480 10.0.0.27 - - [2025-07-28 02:26:16] "DELETE /project/58b3970b-5937-4764-8d8f-12086fefb2c3 HTTP/1.1" 200 115 0.364248 10.0.0.27 - - [2025-07-28 02:26:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.27 - - [2025-07-28 02:26:16] "GET /virtual-network/410aadd4-dbfc-47fb-b82a-32f1c3634a13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005327 10.0.0.27 - - [2025-07-28 02:26:16] "POST /neutron/port HTTP/1.1" 200 1090 0.011298 10.0.0.27 - - [2025-07-28 02:26:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005697 10.0.0.27 - - [2025-07-28 02:26:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002973 10.0.0.27 - - [2025-07-28 02:26:18] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003206 10.0.0.27 - - [2025-07-28 02:26:18] "GET /virtual-networks?parent_id=65dab289-fbec-422d-8bc1-396eb8a32828&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003052 10.0.0.27 - - [2025-07-28 02:26:18] "GET /virtual-network/410aadd4-dbfc-47fb-b82a-32f1c3634a13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005487 10.0.0.27 - - [2025-07-28 02:26:19] "POST /neutron/port HTTP/1.1" 200 1090 0.011369 10.0.0.27 - - [2025-07-28 02:26:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005974 10.0.0.27 - - [2025-07-28 02:26:19] "POST /neutron/port HTTP/1.1" 200 1090 0.011160 10.0.0.27 - - [2025-07-28 02:26:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005998 10.0.0.27 - - [2025-07-28 02:26:19] "POST /neutron/port HTTP/1.1" 200 1090 0.010329 10.0.0.27 - - [2025-07-28 02:26:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005601 10.0.0.27 - - [2025-07-28 02:26:19] "GET /virtual-machine/acd2c6c6-d37d-4294-a954-c5780a72d238 HTTP/1.1" 200 1294 0.005880 10.0.0.27 - - [2025-07-28 02:26:19] "GET /virtual-machine-interface/1b810729-ba13-43ae-8149-afb103d402ee HTTP/1.1" 200 2945 0.004470 10.0.0.27 - - [2025-07-28 02:26:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002894 10.0.0.27 - - [2025-07-28 02:26:19] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003120 10.0.0.27 - - [2025-07-28 02:26:19] "GET /virtual-networks?parent_id=65dab289-fbec-422d-8bc1-396eb8a32828&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002794 10.0.0.27 - - [2025-07-28 02:26:19] "GET /virtual-network/410aadd4-dbfc-47fb-b82a-32f1c3634a13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005473 10.0.0.27 - - [2025-07-28 02:26:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002760 10.0.0.27 - - [2025-07-28 02:26:20] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002745 10.0.0.27 - - [2025-07-28 02:26:20] "GET /virtual-networks?parent_id=65dab289-fbec-422d-8bc1-396eb8a32828&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003402 10.0.0.27 - - [2025-07-28 02:26:20] "GET /virtual-network/410aadd4-dbfc-47fb-b82a-32f1c3634a13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005307 10.0.0.27 - - [2025-07-28 02:26:21] "GET /obj-perms HTTP/1.1" 200 5056 0.046023 10.0.0.27 - - [2025-07-28 02:26:21] "GET /obj-perms HTTP/1.1" 200 5056 0.042723 10.0.0.27 - - [2025-07-28 02:26:25] "POST /neutron/network HTTP/1.1" 200 826 0.006185 10.0.0.27 - - [2025-07-28 02:26:25] "POST /neutron/network HTTP/1.1" 400 204 0.010571 10.0.0.27 - - [2025-07-28 02:26:25] "POST /neutron/port HTTP/1.1" 200 1090 0.012246 10.0.0.27 - - [2025-07-28 02:26:25] "POST /neutron/port HTTP/1.1" 200 1116 0.008750 10.0.0.27 - - [2025-07-28 02:26:25] "POST /neutron/port HTTP/1.1" 200 1090 0.014019 10.0.0.27 - - [2025-07-28 02:26:25] "POST /neutron/port HTTP/1.1" 200 1116 0.010474 10.0.0.27 - - [2025-07-28 02:26:26] "POST /neutron/port HTTP/1.1" 200 151 0.127038 10.0.0.27 - - [2025-07-28 02:26:26] "POST /neutron/port HTTP/1.1" 200 151 0.132028 10.0.0.27 - - [2025-07-28 02:26:27] "POST /neutron/network HTTP/1.1" 200 826 0.005710 10.0.0.27 - - [2025-07-28 02:26:27] "POST /useragent-kv HTTP/1.1" 200 115 0.003718 10.0.0.27 - - [2025-07-28 02:26:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003920 10.0.0.27 - - [2025-07-28 02:26:27] "POST /useragent-kv HTTP/1.1" 200 115 0.003030 10.0.0.27 - - [2025-07-28 02:26:27] "POST /neutron/network HTTP/1.1" 200 151 0.073041 10.0.0.27 - - [2025-07-28 02:26:27] "DELETE /route-target/9edca590-2975-424a-a124-43be7d26cfa0 HTTP/1.1" 200 115 0.017254 10.0.0.27 - - [2025-07-28 02:26:27] "GET /projects?obj_uuids=65dab289-fbec-422d-8bc1-396eb8a32828&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001117 10.0.0.27 - - [2025-07-28 02:26:27] "GET /project/65dab289-fbec-422d-8bc1-396eb8a32828?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.025455 10.0.0.27 - - [2025-07-28 02:26:27] "GET /projects?obj_uuids=65dab289-fbec-422d-8bc1-396eb8a32828&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000986 10.0.0.27 - - [2025-07-28 02:26:27] "GET /project/65dab289-fbec-422d-8bc1-396eb8a32828?fields=virtual_networks HTTP/1.1" 200 1044 0.066833 10.0.0.27 - - [2025-07-28 02:26:27] "GET /projects?obj_uuids=65dab289-fbec-422d-8bc1-396eb8a32828&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002295 10.0.0.27 - - [2025-07-28 02:26:27] "GET /project/65dab289-fbec-422d-8bc1-396eb8a32828?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.028299 10.0.0.27 - - [2025-07-28 02:26:28] "GET /projects?obj_uuids=65dab289-fbec-422d-8bc1-396eb8a32828&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001155 10.0.0.27 - - [2025-07-28 02:26:28] "GET /project/65dab289-fbec-422d-8bc1-396eb8a32828?fields=security_groups HTTP/1.1" 200 1271 0.032691 10.0.0.27 - - [2025-07-28 02:26:28] "POST /fqname-to-id HTTP/1.1" 404 188 0.024967 10.0.0.27 - - [2025-07-28 02:26:28] "GET /projects?obj_uuids=ce064dd6-5b9a-4596-b650-76f67f592824&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002745 10.0.0.27 - - [2025-07-28 02:26:28] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001540 10.0.0.27 - - [2025-07-28 02:26:28] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007962 10.0.0.27 - - [2025-07-28 02:26:28] "POST /id-to-fqname HTTP/1.1" 200 190 0.001387 10.0.0.27 - - [2025-07-28 02:26:28] "POST /fqname-to-id HTTP/1.1" 404 199 0.004784 10.0.0.27 - - [2025-07-28 02:26:29] "POST /security-groups HTTP/1.1" 200 591 0.064001 10.0.0.27 - - [2025-07-28 02:26:29] "POST /fqname-to-id HTTP/1.1" 404 234 0.007756 10.0.0.27 - - [2025-07-28 02:26:29] "POST /projects HTTP/1.1" 200 585 0.217303 10.0.0.27 - - [2025-07-28 02:26:29] "POST /access-control-lists HTTP/1.1" 200 596 0.057071 10.0.0.27 - - [2025-07-28 02:26:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.289320 10.0.0.27 - - [2025-07-28 02:26:29] "POST /fqname-to-id HTTP/1.1" 404 233 0.002763 10.0.0.27 - - [2025-07-28 02:26:29] "GET /project/ce064dd6-5b9a-4596-b650-76f67f592824?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.419071 10.0.0.27 - - [2025-07-28 02:26:29] "POST /access-control-lists HTTP/1.1" 200 594 0.067131 10.0.0.27 - - [2025-07-28 02:26:30] "GET / HTTP/1.1" 200 35931 0.001976 10.0.0.27 - - [2025-07-28 02:26:30] "POST /fqname-to-id HTTP/1.1" 401 292 0.000524 10.0.0.27 - - [2025-07-28 02:26:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.056497 10.0.0.27 - - [2025-07-28 02:26:31] "GET /projects?obj_uuids=ce064dd6-5b9a-4596-b650-76f67f592824&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001071 10.0.0.27 - - [2025-07-28 02:26:31] "GET /project/ce064dd6-5b9a-4596-b650-76f67f592824?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.025612 10.0.0.27 - - [2025-07-28 02:26:31] "POST /neutron/network HTTP/1.1" 200 117 0.029687 10.0.0.27 - - [2025-07-28 02:26:31] "GET /projects?obj_uuids=ce064dd6-5b9a-4596-b650-76f67f592824&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002296 10.0.0.27 - - [2025-07-28 02:26:31] "POST /neutron/network HTTP/1.1" 200 625 0.057896 10.0.0.27 - - [2025-07-28 02:26:31] "POST /route-targets HTTP/1.1" 200 327 0.009859 10.0.0.27 - - [2025-07-28 02:26:31] "POST /ref-update HTTP/1.1" 200 156 0.015031 10.0.0.27 - - [2025-07-28 02:26:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003211 10.0.0.27 - - [2025-07-28 02:26:31] "POST /neutron/subnet HTTP/1.1" 200 701 0.205328 10.0.0.27 - - [2025-07-28 02:26:31] "POST /neutron/network HTTP/1.1" 200 839 0.005757 10.0.0.27 - - [2025-07-28 02:26:31] "POST /id-to-fqname HTTP/1.1" 200 230 0.001325 10.0.0.27 - - [2025-07-28 02:26:31] "GET /virtual-network/65050bd5-cd3e-4ae8-9e3c-3ede9d2c0738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005789 10.0.0.27 - - [2025-07-28 02:26:31] "POST /neutron/network HTTP/1.1" 200 839 0.006419 10.0.0.27 - - [2025-07-28 02:26:31] "GET /virtual-network/65050bd5-cd3e-4ae8-9e3c-3ede9d2c0738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004712 10.0.0.27 - - [2025-07-28 02:26:31] "POST /neutron/network HTTP/1.1" 200 839 0.005465 10.0.0.27 - - [2025-07-28 02:26:31] "POST /neutron/subnet HTTP/1.1" 200 701 0.007335 10.0.0.27 - - [2025-07-28 02:26:31] "POST /neutron/network HTTP/1.1" 200 839 0.005729 10.0.0.27 - - [2025-07-28 02:26:31] "POST /id-to-fqname HTTP/1.1" 200 230 0.001600 10.0.0.27 - - [2025-07-28 02:26:32] "POST /neutron/network HTTP/1.1" 200 849 0.005370 10.0.0.27 - - [2025-07-28 02:26:32] "GET /aaa-mode HTTP/1.1" 401 292 0.000526 10.0.0.27 - - [2025-07-28 02:26:32] "GET / HTTP/1.1" 200 35931 0.002184 10.0.0.27 - - [2025-07-28 02:26:32] "GET /project/ce064dd6-5b9a-4596-b650-76f67f592824?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000439 10.0.0.27 - - [2025-07-28 02:26:32] "GET /projects?obj_uuids=ce064dd6-5b9a-4596-b650-76f67f592824&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001178 10.0.0.27 - - [2025-07-28 02:26:32] "GET /project/ce064dd6-5b9a-4596-b650-76f67f592824?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.049768 10.0.0.27 - - [2025-07-28 02:26:32] "POST /neutron/network HTTP/1.1" 200 839 0.005605 10.0.0.27 - - [2025-07-28 02:26:32] "POST /neutron/port HTTP/1.1" 200 117 0.005463 10.0.0.27 - - [2025-07-28 02:26:32] "POST /neutron/port HTTP/1.1" 200 117 0.004876 10.0.0.27 - - [2025-07-28 02:26:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002711 10.0.0.27 - - [2025-07-28 02:26:32] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003463 10.0.0.27 - - [2025-07-28 02:26:33] "PUT /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db HTTP/1.1" 200 276 0.013126 10.0.0.27 - - [2025-07-28 02:26:33] "POST /neutron/port HTTP/1.1" 200 117 0.005115 10.0.0.27 - - [2025-07-28 02:26:33] "POST /neutron/network HTTP/1.1" 200 849 0.005586 10.0.0.27 - - [2025-07-28 02:26:33] "GET /projects?obj_uuids=ce064dd6-5b9a-4596-b650-76f67f592824&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001081 10.0.0.27 - - [2025-07-28 02:26:33] "POST /neutron/port HTTP/1.1" 200 1055 0.195439 10.0.0.27 - - [2025-07-28 02:26:33] "POST /neutron/port HTTP/1.1" 200 1055 0.011158 10.0.0.27 - - [2025-07-28 02:26:33] "POST /neutron/port HTTP/1.1" 200 1055 0.009234 10.0.0.27 - - [2025-07-28 02:26:33] "POST /neutron/port HTTP/1.1" 200 1109 0.071028 10.0.0.27 - - [2025-07-28 02:26:33] "POST /neutron/port HTTP/1.1" 200 1083 0.014964 10.0.0.27 - - [2025-07-28 02:26:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003295 10.0.0.27 - - [2025-07-28 02:26:33] "POST /neutron/subnet HTTP/1.1" 200 675 0.008316 10.0.0.27 - - [2025-07-28 02:26:33] "POST /neutron/port HTTP/1.1" 200 117 0.001294 10.0.0.27 - - [2025-07-28 02:26:33] "POST /neutron/network HTTP/1.1" 200 839 0.006064 10.0.0.27 - - [2025-07-28 02:26:38] "POST /neutron/port HTTP/1.1" 200 1083 0.010354 10.0.0.27 - - [2025-07-28 02:26:38] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006617 10.0.0.27 - - [2025-07-28 02:26:38] "POST /neutron/port HTTP/1.1" 200 1083 0.011448 10.0.0.27 - - [2025-07-28 02:26:38] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006501 10.0.0.27 - - [2025-07-28 02:26:38] "POST /neutron/port HTTP/1.1" 200 1083 0.010818 10.0.0.27 - - [2025-07-28 02:26:38] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006083 10.0.0.27 - - [2025-07-28 02:26:38] "GET /virtual-machine/a0079a2c-0342-4736-9d14-b24642154718 HTTP/1.1" 401 292 0.000462 10.0.0.27 - - [2025-07-28 02:26:38] "GET /virtual-machine/a0079a2c-0342-4736-9d14-b24642154718 HTTP/1.1" 200 1293 0.026560 10.0.0.27 - - [2025-07-28 02:26:38] "GET /virtual-machine-interface/1e062ea2-c51e-440e-926c-432c8442de2e HTTP/1.1" 200 2971 0.005097 10.0.0.27 - - [2025-07-28 02:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002716 10.0.0.27 - - [2025-07-28 02:26:38] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.003079 10.0.0.27 - - [2025-07-28 02:26:38] "GET /virtual-networks?parent_id=ce064dd6-5b9a-4596-b650-76f67f592824&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002908 10.0.0.27 - - [2025-07-28 02:26:38] "GET /virtual-network/65050bd5-cd3e-4ae8-9e3c-3ede9d2c0738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005307 10.0.0.27 - - [2025-07-28 02:26:41] "POST /neutron/port HTTP/1.1" 200 1083 0.012272 10.0.0.27 - - [2025-07-28 02:26:41] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006910 10.0.0.27 - - [2025-07-28 02:26:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002920 10.0.0.27 - - [2025-07-28 02:26:42] "GET /virtual-network/65050bd5-cd3e-4ae8-9e3c-3ede9d2c0738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005193 10.0.0.27 - - [2025-07-28 02:26:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003774 10.0.0.27 - - [2025-07-28 02:26:44] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.003752 10.0.0.27 - - [2025-07-28 02:26:44] "GET /virtual-networks?parent_id=ce064dd6-5b9a-4596-b650-76f67f592824&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003560 10.0.0.27 - - [2025-07-28 02:26:44] "GET /virtual-network/65050bd5-cd3e-4ae8-9e3c-3ede9d2c0738?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005362 10.0.0.27 - - [2025-07-28 02:26:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.27 - - [2025-07-28 02:26:46] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.004095 10.0.0.27 - - [2025-07-28 02:26:46] "PUT /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db HTTP/1.1" 200 276 0.009543 10.0.0.27 - - [2025-07-28 02:26:46] "POST /neutron/network HTTP/1.1" 200 839 0.006189 10.0.0.27 - - [2025-07-28 02:26:46] "POST /neutron/network HTTP/1.1" 400 204 0.012922 10.0.0.27 - - [2025-07-28 02:26:46] "POST /neutron/port HTTP/1.1" 200 1083 0.010671 10.0.0.27 - - [2025-07-28 02:26:46] "POST /neutron/port HTTP/1.1" 200 1109 0.008947 10.0.0.27 - - [2025-07-28 02:26:47] "POST /neutron/port HTTP/1.1" 200 151 0.092115 10.0.0.27 - - [2025-07-28 02:26:48] "POST /neutron/network HTTP/1.1" 200 839 0.008761 10.0.0.27 - - [2025-07-28 02:26:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002228 10.0.0.27 - - [2025-07-28 02:26:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003876 10.0.0.27 - - [2025-07-28 02:26:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002064 10.0.0.27 - - [2025-07-28 02:26:48] "POST /neutron/network HTTP/1.1" 200 151 0.088038 10.0.0.27 - - [2025-07-28 02:26:48] "DELETE /route-target/652ac5e0-d477-4573-9e32-666ccac5bd3f HTTP/1.1" 200 115 0.013114 10.0.0.27 - - [2025-07-28 02:26:49] "GET /global-vrouter-configs HTTP/1.1" 200 357 0.003607 10.0.0.27 - - [2025-07-28 02:26:49] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db HTTP/1.1" 200 1826 0.003915 10.0.0.27 - - [2025-07-28 02:26:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003046 10.0.0.27 - - [2025-07-28 02:26:49] "GET /projects?obj_uuids=ce064dd6-5b9a-4596-b650-76f67f592824&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001132 10.0.0.27 - - [2025-07-28 02:26:49] "GET /project/ce064dd6-5b9a-4596-b650-76f67f592824?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.023729 10.0.0.27 - - [2025-07-28 02:26:49] "POST /neutron/network HTTP/1.1" 200 117 0.009815 10.0.0.27 - - [2025-07-28 02:26:49] "GET /projects?obj_uuids=ce064dd6-5b9a-4596-b650-76f67f592824&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001178 10.0.0.27 - - [2025-07-28 02:26:49] "POST /neutron/network HTTP/1.1" 200 605 0.071526 10.0.0.27 - - [2025-07-28 02:26:49] "POST /route-targets HTTP/1.1" 200 327 0.013305 10.0.0.27 - - [2025-07-28 02:26:49] "POST /ref-update HTTP/1.1" 200 156 0.018568 10.0.0.27 - - [2025-07-28 02:26:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003010 10.0.0.27 - - [2025-07-28 02:26:49] "POST /neutron/subnet HTTP/1.1" 200 724 0.183379 10.0.0.27 - - [2025-07-28 02:26:49] "POST /neutron/network HTTP/1.1" 200 824 0.005490 10.0.0.27 - - [2025-07-28 02:26:49] "POST /id-to-fqname HTTP/1.1" 200 220 0.001282 10.0.0.27 - - [2025-07-28 02:26:49] "GET /virtual-network/a1f9c7a5-289c-4158-ab52-f962d025b14f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005136 10.0.0.27 - - [2025-07-28 02:26:49] "POST /neutron/network HTTP/1.1" 200 824 0.005412 10.0.0.27 - - [2025-07-28 02:26:49] "GET /virtual-network/a1f9c7a5-289c-4158-ab52-f962d025b14f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005631 10.0.0.27 - - [2025-07-28 02:26:49] "POST /neutron/network HTTP/1.1" 200 824 0.006882 10.0.0.27 - - [2025-07-28 02:26:49] "POST /neutron/subnet HTTP/1.1" 200 724 0.007214 10.0.0.27 - - [2025-07-28 02:26:49] "POST /id-to-fqname HTTP/1.1" 200 220 0.001177 10.0.0.27 - - [2025-07-28 02:26:49] "POST /neutron/network HTTP/1.1" 200 834 0.005860 10.0.0.27 - - [2025-07-28 02:26:49] "GET /aaa-mode HTTP/1.1" 401 292 0.000439 10.0.0.27 - - [2025-07-28 02:26:50] "GET / HTTP/1.1" 200 35931 0.002036 10.0.0.27 - - [2025-07-28 02:26:50] "GET /project/ce064dd6-5b9a-4596-b650-76f67f592824?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000412 10.0.0.27 - - [2025-07-28 02:26:50] "GET /projects?obj_uuids=ce064dd6-5b9a-4596-b650-76f67f592824&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001115 10.0.0.27 - - [2025-07-28 02:26:50] "GET /project/ce064dd6-5b9a-4596-b650-76f67f592824?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.046741 10.0.0.27 - - [2025-07-28 02:26:50] "POST /neutron/network HTTP/1.1" 200 824 0.005612 10.0.0.27 - - [2025-07-28 02:26:50] "POST /neutron/port HTTP/1.1" 200 117 0.004957 10.0.0.27 - - [2025-07-28 02:26:50] "POST /neutron/port HTTP/1.1" 200 117 0.005210 10.0.0.27 - - [2025-07-28 02:26:50] "POST /neutron/port HTTP/1.1" 200 117 0.005889 10.0.0.27 - - [2025-07-28 02:26:51] "POST /neutron/network HTTP/1.1" 200 834 0.005647 10.0.0.27 - - [2025-07-28 02:26:51] "GET /projects?obj_uuids=ce064dd6-5b9a-4596-b650-76f67f592824&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001131 10.0.0.27 - - [2025-07-28 02:26:51] "POST /neutron/port HTTP/1.1" 200 1060 0.186026 10.0.0.27 - - [2025-07-28 02:26:51] "POST /neutron/port HTTP/1.1" 200 1060 0.010873 10.0.0.27 - - [2025-07-28 02:26:51] "POST /neutron/port HTTP/1.1" 200 1060 0.010607 10.0.0.27 - - [2025-07-28 02:26:51] "POST /neutron/port HTTP/1.1" 200 1114 0.053492 10.0.0.27 - - [2025-07-28 02:26:51] "POST /neutron/port HTTP/1.1" 200 1088 0.011607 10.0.0.27 - - [2025-07-28 02:26:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003337 10.0.0.27 - - [2025-07-28 02:26:51] "POST /neutron/subnet HTTP/1.1" 200 698 0.007106 10.0.0.27 - - [2025-07-28 02:26:51] "POST /neutron/port HTTP/1.1" 200 117 0.001265 10.0.0.27 - - [2025-07-28 02:26:51] "POST /neutron/network HTTP/1.1" 200 824 0.005517 10.0.0.27 - - [2025-07-28 02:26:55] "POST /neutron/port HTTP/1.1" 200 1088 0.011006 10.0.0.27 - - [2025-07-28 02:26:55] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006389 10.0.0.27 - - [2025-07-28 02:26:55] "POST /neutron/port HTTP/1.1" 200 1088 0.014867 10.0.0.27 - - [2025-07-28 02:26:55] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006314 10.0.0.27 - - [2025-07-28 02:26:55] "POST /neutron/port HTTP/1.1" 200 1088 0.010830 10.0.0.27 - - [2025-07-28 02:26:55] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006187 10.0.0.27 - - [2025-07-28 02:26:55] "GET /virtual-machine/b1d56bf2-6ba1-4dc5-99ca-5fa149cde8de HTTP/1.1" 200 1293 0.004625 10.0.0.27 - - [2025-07-28 02:26:55] "GET /virtual-machine-interface/e0a6a18b-833f-4a42-8651-5a980c974a8a HTTP/1.1" 200 2941 0.005168 10.0.0.27 - - [2025-07-28 02:26:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.27 - - [2025-07-28 02:26:56] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003451 10.0.0.27 - - [2025-07-28 02:26:56] "GET /virtual-networks?parent_id=ce064dd6-5b9a-4596-b650-76f67f592824&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004513 10.0.0.27 - - [2025-07-28 02:26:56] "GET /virtual-network/a1f9c7a5-289c-4158-ab52-f962d025b14f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005188 10.0.0.27 - - [2025-07-28 02:26:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.27 - - [2025-07-28 02:26:59] "GET /virtual-network/a1f9c7a5-289c-4158-ab52-f962d025b14f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005642 10.0.0.27 - - [2025-07-28 02:26:59] "POST /neutron/port HTTP/1.1" 200 1088 0.010180 10.0.0.27 - - [2025-07-28 02:26:59] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005134 10.0.0.27 - - [2025-07-28 02:27:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002905 10.0.0.27 - - [2025-07-28 02:27:01] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003402 10.0.0.27 - - [2025-07-28 02:27:01] "GET /virtual-networks?parent_id=ce064dd6-5b9a-4596-b650-76f67f592824&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004120 10.0.0.27 - - [2025-07-28 02:27:01] "GET /virtual-network/a1f9c7a5-289c-4158-ab52-f962d025b14f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005562 10.0.0.27 - - [2025-07-28 02:27:03] "POST /neutron/network HTTP/1.1" 200 824 0.008200 10.0.0.27 - - [2025-07-28 02:27:03] "POST /neutron/network HTTP/1.1" 400 204 0.009905 10.0.0.27 - - [2025-07-28 02:27:03] "POST /neutron/port HTTP/1.1" 200 1088 0.011385 10.0.0.27 - - [2025-07-28 02:27:03] "POST /neutron/port HTTP/1.1" 200 1114 0.009495 10.0.0.27 - - [2025-07-28 02:27:03] "POST /neutron/port HTTP/1.1" 200 151 0.096214 10.0.0.27 - - [2025-07-28 02:27:05] "POST /neutron/network HTTP/1.1" 200 824 0.005916 10.0.0.27 - - [2025-07-28 02:27:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004104 10.0.0.27 - - [2025-07-28 02:27:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002329 10.0.0.27 - - [2025-07-28 02:27:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002992 10.0.0.27 - - [2025-07-28 02:27:05] "POST /neutron/network HTTP/1.1" 200 151 0.078263 10.0.0.27 - - [2025-07-28 02:27:05] "DELETE /route-target/23b4e3bd-9e8f-4726-9eea-81a444a6ca80 HTTP/1.1" 200 115 0.016534 10.0.0.27 - - [2025-07-28 02:27:06] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.002841 10.0.0.27 - - [2025-07-28 02:27:06] "POST /network-ipams HTTP/1.1" 200 541 0.016528 10.0.0.27 - - [2025-07-28 02:27:06] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 981 0.004279 10.0.0.27 - - [2025-07-28 02:27:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002882 10.0.0.27 - - [2025-07-28 02:27:06] "GET /network-ipam/067e469b-4b52-4a20-9f53-2473ed1c530a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1283 0.004569 10.0.0.27 - - [2025-07-28 02:27:06] "PUT /network-ipam/067e469b-4b52-4a20-9f53-2473ed1c530a HTTP/1.1" 200 258 0.009338 10.0.0.27 - - [2025-07-28 02:27:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.27 - - [2025-07-28 02:27:06] "GET /projects?obj_uuids=ce064dd6-5b9a-4596-b650-76f67f592824&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001271 10.0.0.27 - - [2025-07-28 02:27:06] "GET /project/ce064dd6-5b9a-4596-b650-76f67f592824?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.033647 10.0.0.27 - - [2025-07-28 02:27:06] "POST /neutron/network HTTP/1.1" 200 117 0.007368 10.0.0.27 - - [2025-07-28 02:27:06] "GET /projects?obj_uuids=ce064dd6-5b9a-4596-b650-76f67f592824&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001277 10.0.0.27 - - [2025-07-28 02:27:06] "POST /neutron/network HTTP/1.1" 200 605 0.071367 10.0.0.27 - - [2025-07-28 02:27:06] "POST /route-targets HTTP/1.1" 200 327 0.009580 10.0.0.27 - - [2025-07-28 02:27:06] "POST /ref-update HTTP/1.1" 200 156 0.013179 10.0.0.27 - - [2025-07-28 02:27:06] "POST /useragent-kv HTTP/1.1" 200 115 0.004436 10.0.0.27 - - [2025-07-28 02:27:06] "POST /neutron/subnet HTTP/1.1" 200 699 0.161042 10.0.0.27 - - [2025-07-28 02:27:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002020 10.0.0.27 - - [2025-07-28 02:27:06] "POST /neutron/subnet HTTP/1.1" 200 699 0.205406 10.0.0.27 - - [2025-07-28 02:27:06] "POST /neutron/network HTTP/1.1" 200 994 0.007857 10.0.0.27 - - [2025-07-28 02:27:06] "POST /id-to-fqname HTTP/1.1" 200 220 0.001332 10.0.0.27 - - [2025-07-28 02:27:06] "GET /virtual-network/f8313c90-24e7-4b4e-b8bc-72c03465bfaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.004886 10.0.0.27 - - [2025-07-28 02:27:07] "POST /neutron/network HTTP/1.1" 200 994 0.008392 10.0.0.27 - - [2025-07-28 02:27:07] "GET /virtual-network/f8313c90-24e7-4b4e-b8bc-72c03465bfaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005288 10.0.0.27 - - [2025-07-28 02:27:07] "POST /neutron/network HTTP/1.1" 200 994 0.007693 10.0.0.27 - - [2025-07-28 02:27:07] "POST /neutron/subnet HTTP/1.1" 200 699 0.007143 10.0.0.27 - - [2025-07-28 02:27:07] "POST /neutron/subnet HTTP/1.1" 200 699 0.007556 10.0.0.27 - - [2025-07-28 02:27:07] "POST /neutron/network HTTP/1.1" 200 994 0.008189 10.0.0.27 - - [2025-07-28 02:27:07] "POST /neutron/subnet HTTP/1.1" 200 699 0.007414 10.0.0.27 - - [2025-07-28 02:27:07] "POST /neutron/subnet HTTP/1.1" 200 699 0.006591 10.0.0.27 - - [2025-07-28 02:27:07] "GET /projects?obj_uuids=ce064dd6-5b9a-4596-b650-76f67f592824&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001150 10.0.0.27 - - [2025-07-28 02:27:07] "POST /neutron/port HTTP/1.1" 200 1017 0.180355 10.0.0.27 - - [2025-07-28 02:27:07] "GET /projects?obj_uuids=ce064dd6-5b9a-4596-b650-76f67f592824&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001089 10.0.0.27 - - [2025-07-28 02:27:07] "POST /neutron/port HTTP/1.1" 200 1017 0.177240 10.0.0.27 - - [2025-07-28 02:27:07] "POST /id-to-fqname HTTP/1.1" 200 220 0.001297 10.0.0.27 - - [2025-07-28 02:27:07] "POST /neutron/port HTTP/1.1" 200 1017 0.007301 10.0.0.27 - - [2025-07-28 02:27:07] "POST /neutron/port HTTP/1.1" 200 1017 0.007560 10.0.0.27 - - [2025-07-28 02:27:07] "POST /neutron/network HTTP/1.1" 200 994 0.006943 10.0.0.27 - - [2025-07-28 02:27:07] "POST /neutron/port HTTP/1.1" 200 1017 0.007804 10.0.0.27 - - [2025-07-28 02:27:07] "POST /neutron/port HTTP/1.1" 200 117 0.005370 10.0.0.27 - - [2025-07-28 02:27:07] "POST /neutron/port HTTP/1.1" 200 1017 0.007366 10.0.0.27 - - [2025-07-28 02:27:07] "POST /neutron/port HTTP/1.1" 200 117 0.004770 10.0.0.27 - - [2025-07-28 02:27:07] "POST /id-to-fqname HTTP/1.1" 200 220 0.001382 10.0.0.27 - - [2025-07-28 02:27:07] "POST /neutron/port HTTP/1.1" 200 117 0.004861 10.0.0.27 - - [2025-07-28 02:27:08] "POST /neutron/port HTTP/1.1" 200 1017 0.008355 10.0.0.27 - - [2025-07-28 02:27:08] "POST /neutron/port HTTP/1.1" 200 1017 0.008809 10.0.0.27 - - [2025-07-28 02:27:08] "POST /neutron/network HTTP/1.1" 200 994 0.008180 10.0.0.27 - - [2025-07-28 02:27:08] "POST /neutron/port HTTP/1.1" 200 1017 0.007980 10.0.0.27 - - [2025-07-28 02:27:08] "POST /neutron/port HTTP/1.1" 200 1017 0.008728 10.0.0.27 - - [2025-07-28 02:27:08] "POST /neutron/port HTTP/1.1" 200 117 0.006129 10.0.0.27 - - [2025-07-28 02:27:08] "POST /neutron/port HTTP/1.1" 200 1017 0.011133 10.0.0.27 - - [2025-07-28 02:27:08] "POST /neutron/port HTTP/1.1" 200 117 0.010303 10.0.0.27 - - [2025-07-28 02:27:08] "POST /neutron/network HTTP/1.1" 200 1004 0.007910 10.0.0.27 - - [2025-07-28 02:27:08] "POST /id-to-fqname HTTP/1.1" 200 220 0.001435 10.0.0.27 - - [2025-07-28 02:27:08] "POST /neutron/port HTTP/1.1" 200 1017 0.012589 10.0.0.27 - - [2025-07-28 02:27:08] "POST /neutron/port HTTP/1.1" 200 1017 0.007217 10.0.0.27 - - [2025-07-28 02:27:08] "POST /neutron/port HTTP/1.1" 200 117 0.013128 10.0.0.27 - - [2025-07-28 02:27:08] "POST /neutron/port HTTP/1.1" 200 1109 0.137642 10.0.0.27 - - [2025-07-28 02:27:08] "POST /neutron/network HTTP/1.1" 200 1004 0.010461 10.0.0.27 - - [2025-07-28 02:27:08] "GET /aaa-mode HTTP/1.1" 401 292 0.000438 10.0.0.27 - - [2025-07-28 02:27:08] "POST /neutron/port HTTP/1.1" 200 1083 0.047323 10.0.0.27 - - [2025-07-28 02:27:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003556 10.0.0.27 - - [2025-07-28 02:27:08] "POST /neutron/subnet HTTP/1.1" 200 673 0.017375 10.0.0.27 - - [2025-07-28 02:27:08] "POST /neutron/port HTTP/1.1" 200 117 0.001223 10.0.0.27 - - [2025-07-28 02:27:08] "POST /neutron/network HTTP/1.1" 200 994 0.008428 10.0.0.27 - - [2025-07-28 02:27:08] "POST /neutron/port HTTP/1.1" 200 1017 0.007591 10.0.0.27 - - [2025-07-28 02:27:08] "POST /neutron/network HTTP/1.1" 200 1004 0.006994 10.0.0.27 - - [2025-07-28 02:27:08] "POST /neutron/port HTTP/1.1" 200 1017 0.008405 10.0.0.27 - - [2025-07-28 02:27:08] "GET / HTTP/1.1" 200 35931 0.001866 10.0.0.27 - - [2025-07-28 02:27:08] "POST /neutron/port HTTP/1.1" 200 1017 0.010044 10.0.0.27 - - [2025-07-28 02:27:08] "GET /project/ce064dd6-5b9a-4596-b650-76f67f592824?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000341 10.0.0.27 - - [2025-07-28 02:27:08] "POST /neutron/port HTTP/1.1" 200 1109 0.075491 10.0.0.27 - - [2025-07-28 02:27:09] "POST /neutron/port HTTP/1.1" 200 1083 0.014751 10.0.0.27 - - [2025-07-28 02:27:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003872 10.0.0.27 - - [2025-07-28 02:27:09] "POST /neutron/subnet HTTP/1.1" 200 673 0.008518 10.0.0.27 - - [2025-07-28 02:27:09] "POST /neutron/port HTTP/1.1" 200 117 0.001194 10.0.0.27 - - [2025-07-28 02:27:09] "POST /neutron/network HTTP/1.1" 200 994 0.014272 10.0.0.27 - - [2025-07-28 02:27:09] "GET /projects?obj_uuids=ce064dd6-5b9a-4596-b650-76f67f592824&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001252 10.0.0.27 - - [2025-07-28 02:27:09] "GET /project/ce064dd6-5b9a-4596-b650-76f67f592824?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.074753 10.0.0.27 - - [2025-07-28 02:27:09] "POST /neutron/network HTTP/1.1" 200 994 0.012344 10.0.0.27 - - [2025-07-28 02:27:09] "POST /neutron/port HTTP/1.1" 200 2050 0.029222 10.0.0.27 - - [2025-07-28 02:27:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008117 10.0.0.27 - - [2025-07-28 02:27:09] "POST /neutron/port HTTP/1.1" 200 117 0.005048 10.0.0.27 - - [2025-07-28 02:27:09] "GET /domains HTTP/1.1" 200 280 0.003281 10.0.0.27 - - [2025-07-28 02:27:09] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001132 10.0.0.27 - - [2025-07-28 02:27:09] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491 HTTP/1.1" 200 2761 0.008352 10.0.0.27 - - [2025-07-28 02:27:09] "GET /projects?obj_uuids=ce064dd6-5b9a-4596-b650-76f67f592824&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000989 10.0.0.27 - - [2025-07-28 02:27:09] "GET /project/ce064dd6-5b9a-4596-b650-76f67f592824 HTTP/1.1" 200 2853 0.080737 10.0.0.27 - - [2025-07-28 02:27:09] "GET /network-ipam/067e469b-4b52-4a20-9f53-2473ed1c530a HTTP/1.1" 200 2600 0.005003 10.0.0.27 - - [2025-07-28 02:27:09] "GET /domains HTTP/1.1" 200 280 0.007641 10.0.0.27 - - [2025-07-28 02:27:09] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001081 10.0.0.27 - - [2025-07-28 02:27:09] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491 HTTP/1.1" 200 2761 0.007272 10.0.0.27 - - [2025-07-28 02:27:09] "GET /projects?obj_uuids=ce064dd6-5b9a-4596-b650-76f67f592824&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001109 10.0.0.27 - - [2025-07-28 02:27:09] "GET /project/ce064dd6-5b9a-4596-b650-76f67f592824 HTTP/1.1" 200 2853 0.080844 10.0.0.27 - - [2025-07-28 02:27:09] "GET /virtual-network/f8313c90-24e7-4b4e-b8bc-72c03465bfaf HTTP/1.1" 200 3781 0.007289 10.0.0.27 - - [2025-07-28 02:27:09] "GET /virtual-network/f8313c90-24e7-4b4e-b8bc-72c03465bfaf HTTP/1.1" 200 3781 0.007325 10.0.0.27 - - [2025-07-28 02:27:09] "GET /routing-instance/6b623b83-bb83-4134-a8a6-52fe3ecc8ce3 HTTP/1.1" 200 2380 0.006344 10.0.0.27 - - [2025-07-28 02:27:09] "GET /routing-instance/6b623b83-bb83-4134-a8a6-52fe3ecc8ce3 HTTP/1.1" 200 2380 0.005167 10.0.0.27 - - [2025-07-28 02:27:09] "GET /route-target/11470f2a-b369-47bd-8943-b88135278e61 HTTP/1.1" 200 1203 0.003578 10.0.0.27 - - [2025-07-28 02:27:09] "GET /virtual-network/f8313c90-24e7-4b4e-b8bc-72c03465bfaf HTTP/1.1" 200 3781 0.008051 10.0.0.27 - - [2025-07-28 02:27:09] "GET /routing-instance/6b623b83-bb83-4134-a8a6-52fe3ecc8ce3 HTTP/1.1" 200 2380 0.004731 10.0.0.27 - - [2025-07-28 02:27:09] "GET /virtual-network/f8313c90-24e7-4b4e-b8bc-72c03465bfaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.009853 10.0.0.27 - - [2025-07-28 02:27:09] "GET /virtual-network/f8313c90-24e7-4b4e-b8bc-72c03465bfaf HTTP/1.1" 200 3781 0.005524 10.0.0.27 - - [2025-07-28 02:27:09] "GET /routing-instance/6b623b83-bb83-4134-a8a6-52fe3ecc8ce3 HTTP/1.1" 200 2380 0.004367 10.0.0.27 - - [2025-07-28 02:27:09] "POST /neutron/network HTTP/1.1" 200 1004 0.014173 10.0.0.27 - - [2025-07-28 02:27:10] "GET /routing-instance/6b623b83-bb83-4134-a8a6-52fe3ecc8ce3 HTTP/1.1" 200 2380 0.004171 10.0.0.27 - - [2025-07-28 02:27:10] "GET /route-target/11470f2a-b369-47bd-8943-b88135278e61 HTTP/1.1" 200 1203 0.003312 10.0.0.27 - - [2025-07-28 02:27:10] "GET /projects?obj_uuids=ce064dd6-5b9a-4596-b650-76f67f592824&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001272 10.0.0.27 - - [2025-07-28 02:27:10] "GET /domains HTTP/1.1" 200 280 0.002356 10.0.0.27 - - [2025-07-28 02:27:10] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001854 10.0.0.27 - - [2025-07-28 02:27:10] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491 HTTP/1.1" 200 2761 0.064247 10.0.0.27 - - [2025-07-28 02:27:10] "GET /projects?obj_uuids=ce064dd6-5b9a-4596-b650-76f67f592824&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001532 10.0.0.27 - - [2025-07-28 02:27:10] "GET /project/ce064dd6-5b9a-4596-b650-76f67f592824 HTTP/1.1" 200 3097 0.107645 10.0.0.27 - - [2025-07-28 02:27:10] "GET /virtual-network/f8313c90-24e7-4b4e-b8bc-72c03465bfaf HTTP/1.1" 200 4039 0.010974 10.0.0.27 - - [2025-07-28 02:27:10] "POST /neutron/port HTTP/1.1" 200 1055 0.289793 10.0.0.27 - - [2025-07-28 02:27:10] "POST /neutron/port HTTP/1.1" 200 1055 0.014555 10.0.0.27 - - [2025-07-28 02:27:10] "POST /neutron/port HTTP/1.1" 200 1055 0.008913 10.0.0.27 - - [2025-07-28 02:27:10] "POST /neutron/port HTTP/1.1" 200 1109 0.110678 10.0.0.27 - - [2025-07-28 02:27:10] "POST /neutron/port HTTP/1.1" 200 1083 0.012017 10.0.0.27 - - [2025-07-28 02:27:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004321 10.0.0.27 - - [2025-07-28 02:27:10] "POST /neutron/subnet HTTP/1.1" 200 673 0.012455 10.0.0.27 - - [2025-07-28 02:27:10] "POST /neutron/port HTTP/1.1" 200 117 0.001459 10.0.0.27 - - [2025-07-28 02:27:10] "POST /neutron/network HTTP/1.1" 200 994 0.009034 10.0.0.27 - - [2025-07-28 02:27:10] "GET /obj-perms HTTP/1.1" 200 5030 0.054616 10.0.0.27 - - [2025-07-28 02:27:10] "POST /neutron/port HTTP/1.1" 200 1083 0.011458 10.0.0.27 - - [2025-07-28 02:27:10] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008878 10.0.0.27 - - [2025-07-28 02:27:10] "POST /neutron/port HTTP/1.1" 200 1083 0.012362 10.0.0.27 - - [2025-07-28 02:27:10] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006166 10.0.0.27 - - [2025-07-28 02:27:10] "POST /neutron/port HTTP/1.1" 200 1083 0.016633 10.0.0.27 - - [2025-07-28 02:27:10] "POST /neutron/security_group HTTP/1.1" 200 2058 0.019191 10.0.0.27 - - [2025-07-28 02:27:10] "GET /virtual-machine/faf08ef7-452b-435f-a053-b2359153f21a HTTP/1.1" 200 1289 0.005693 10.0.0.27 - - [2025-07-28 02:27:10] "GET /virtual-machine-interface/4bf9e756-1a45-477c-b630-a54fcc60919b HTTP/1.1" 200 2941 0.015229 10.0.0.27 - - [2025-07-28 02:27:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004094 10.0.0.27 - - [2025-07-28 02:27:10] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003058 10.0.0.27 - - [2025-07-28 02:27:11] "GET /virtual-networks?parent_id=ce064dd6-5b9a-4596-b650-76f67f592824&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003088 10.0.0.27 - - [2025-07-28 02:27:11] "GET /virtual-network/f8313c90-24e7-4b4e-b8bc-72c03465bfaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005423 10.0.0.27 - - [2025-07-28 02:27:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003192 10.0.0.27 - - [2025-07-28 02:27:14] "GET /virtual-network/f8313c90-24e7-4b4e-b8bc-72c03465bfaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006650 10.0.0.27 - - [2025-07-28 02:27:16] "DELETE /project/ce064dd65b9a4596b65076f67f592824 HTTP/1.1" 404 173 0.005113 10.0.0.27 - - [2025-07-28 02:27:16] "GET /projects?obj_uuids=65dab289-fbec-422d-8bc1-396eb8a32828&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001077 10.0.0.27 - - [2025-07-28 02:27:16] "GET /project/65dab289-fbec-422d-8bc1-396eb8a32828?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.035286 10.0.0.27 - - [2025-07-28 02:27:16] "GET /projects?obj_uuids=65dab289-fbec-422d-8bc1-396eb8a32828&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001208 10.0.0.27 - - [2025-07-28 02:27:16] "GET /project/65dab289-fbec-422d-8bc1-396eb8a32828?fields=security_groups HTTP/1.1" 200 1376 0.031569 10.0.0.27 - - [2025-07-28 02:27:16] "DELETE /access-control-list/51b29d35-aabe-4c50-8322-6963486aaf8f HTTP/1.1" 200 115 0.032468 10.0.0.27 - - [2025-07-28 02:27:16] "DELETE /security-group/ca8977cf-e237-406c-a209-99d4dffd1053 HTTP/1.1" 200 115 0.066030 10.0.0.27 - - [2025-07-28 02:27:16] "GET /projects?obj_uuids=65dab289-fbec-422d-8bc1-396eb8a32828&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002219 10.0.0.27 - - [2025-07-28 02:27:16] "GET /project/65dab289-fbec-422d-8bc1-396eb8a32828?fields=application_policy_sets HTTP/1.1" 200 1415 0.047720 10.0.0.27 - - [2025-07-28 02:27:16] "DELETE /access-control-list/7f2c2c22-a7ba-49dd-a61a-52f9c985fb6e HTTP/1.1" 200 115 0.055625 10.0.0.27 - - [2025-07-28 02:27:17] "DELETE /project/65dab289-fbec-422d-8bc1-396eb8a32828 HTTP/1.1" 200 115 0.363929 10.0.0.27 - - [2025-07-28 02:27:17] "POST /neutron/port HTTP/1.1" 200 1083 0.014760 10.0.0.27 - - [2025-07-28 02:27:17] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007170 10.0.0.27 - - [2025-07-28 02:27:17] "POST /neutron/port HTTP/1.1" 200 1083 0.024480 10.0.0.27 - - [2025-07-28 02:27:17] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007858 10.0.0.27 - - [2025-07-28 02:27:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.27 - - [2025-07-28 02:27:18] "GET /virtual-network/f8313c90-24e7-4b4e-b8bc-72c03465bfaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005352 10.0.0.27 - - [2025-07-28 02:27:19] "POST /neutron/port HTTP/1.1" 200 1083 0.011555 10.0.0.27 - - [2025-07-28 02:27:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005419 10.0.0.27 - - [2025-07-28 02:27:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.27 - - [2025-07-28 02:27:20] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003346 10.0.0.27 - - [2025-07-28 02:27:20] "GET /virtual-networks?parent_id=ce064dd6-5b9a-4596-b650-76f67f592824&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002932 10.0.0.27 - - [2025-07-28 02:27:20] "GET /virtual-network/f8313c90-24e7-4b4e-b8bc-72c03465bfaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005913 10.0.0.27 - - [2025-07-28 02:27:20] "POST /neutron/port HTTP/1.1" 200 1083 0.012490 10.0.0.27 - - [2025-07-28 02:27:20] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006062 10.0.0.27 - - [2025-07-28 02:27:20] "POST /neutron/port HTTP/1.1" 200 1083 0.011586 10.0.0.27 - - [2025-07-28 02:27:20] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006016 10.0.0.27 - - [2025-07-28 02:27:20] "POST /neutron/port HTTP/1.1" 200 1083 0.011499 10.0.0.27 - - [2025-07-28 02:27:20] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007264 10.0.0.27 - - [2025-07-28 02:27:20] "GET /virtual-machine/86ed1608-5c48-4ca7-b79c-6ffca57cc452 HTTP/1.1" 200 1288 0.005327 10.0.0.27 - - [2025-07-28 02:27:21] "GET /virtual-machine-interface/be1b27ec-c33f-4a93-aac2-bcbae745fb22 HTTP/1.1" 200 2942 0.005477 10.0.0.27 - - [2025-07-28 02:27:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004088 10.0.0.27 - - [2025-07-28 02:27:21] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003995 10.0.0.27 - - [2025-07-28 02:27:21] "GET /virtual-networks?parent_id=ce064dd6-5b9a-4596-b650-76f67f592824&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003118 10.0.0.27 - - [2025-07-28 02:27:21] "GET /virtual-network/f8313c90-24e7-4b4e-b8bc-72c03465bfaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005654 10.0.0.27 - - [2025-07-28 02:27:21] "GET /obj-perms HTTP/1.1" 200 5056 0.041534 10.0.0.27 - - [2025-07-28 02:27:22] "GET /obj-perms HTTP/1.1" 200 5056 0.046801 10.0.0.27 - - [2025-07-28 02:27:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002932 10.0.0.27 - - [2025-07-28 02:27:22] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003085 10.0.0.27 - - [2025-07-28 02:27:22] "GET /virtual-networks?parent_id=ce064dd6-5b9a-4596-b650-76f67f592824&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003140 10.0.0.27 - - [2025-07-28 02:27:22] "GET /virtual-network/f8313c90-24e7-4b4e-b8bc-72c03465bfaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005479 10.0.0.27 - - [2025-07-28 02:27:22] "POST /neutron/port HTTP/1.1" 200 1083 0.011321 10.0.0.27 - - [2025-07-28 02:27:22] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006231 10.0.0.27 - - [2025-07-28 02:27:22] "POST /neutron/port HTTP/1.1" 200 1083 0.016846 10.0.0.27 - - [2025-07-28 02:27:22] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009983 10.0.0.27 - - [2025-07-28 02:27:22] "POST /neutron/port HTTP/1.1" 200 1083 0.010521 10.0.0.27 - - [2025-07-28 02:27:22] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007179 10.0.0.27 - - [2025-07-28 02:27:22] "GET /virtual-machine/7c030950-1bdd-40db-8486-0bec41617411 HTTP/1.1" 200 1291 0.005209 10.0.0.27 - - [2025-07-28 02:27:22] "GET /virtual-machine-interface/abe833cb-5240-4111-aa0c-ec520392f922 HTTP/1.1" 200 2942 0.006384 10.0.0.27 - - [2025-07-28 02:27:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003265 10.0.0.27 - - [2025-07-28 02:27:22] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004082 10.0.0.27 - - [2025-07-28 02:27:22] "GET /virtual-networks?parent_id=ce064dd6-5b9a-4596-b650-76f67f592824&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003256 10.0.0.27 - - [2025-07-28 02:27:22] "GET /virtual-network/f8313c90-24e7-4b4e-b8bc-72c03465bfaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005414 10.0.0.27 - - [2025-07-28 02:27:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.27 - - [2025-07-28 02:27:24] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004267 10.0.0.27 - - [2025-07-28 02:27:24] "GET /virtual-networks?parent_id=ce064dd6-5b9a-4596-b650-76f67f592824&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003509 10.0.0.27 - - [2025-07-28 02:27:24] "GET /virtual-network/f8313c90-24e7-4b4e-b8bc-72c03465bfaf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005260 10.0.0.27 - - [2025-07-28 02:27:32] "POST /neutron/port HTTP/1.1" 200 1083 0.010977 10.0.0.27 - - [2025-07-28 02:27:32] "POST /neutron/port HTTP/1.1" 200 1083 0.011039 10.0.0.27 - - [2025-07-28 02:27:32] "POST /neutron/network HTTP/1.1" 200 1004 0.007205 10.0.0.27 - - [2025-07-28 02:27:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003211 10.0.0.27 - - [2025-07-28 02:27:32] "POST /neutron/subnet HTTP/1.1" 200 673 0.008558 10.0.0.27 - - [2025-07-28 02:27:32] "POST /neutron/port HTTP/1.1" 200 117 0.001163 10.0.0.27 - - [2025-07-28 02:27:32] "POST /neutron/network HTTP/1.1" 200 994 0.006989 10.0.0.27 - - [2025-07-28 02:27:39] "POST /neutron/port HTTP/1.1" 200 1109 0.014025 10.0.0.27 - - [2025-07-28 02:27:39] "POST /neutron/port HTTP/1.1" 200 1109 0.017808 10.0.0.27 - - [2025-07-28 02:27:40] "POST /neutron/port HTTP/1.1" 200 151 0.155300 10.0.0.27 - - [2025-07-28 02:27:40] "POST /neutron/port HTTP/1.1" 200 1109 0.010292 10.0.0.27 - - [2025-07-28 02:27:40] "POST /neutron/port HTTP/1.1" 200 1109 0.010261 10.0.0.27 - - [2025-07-28 02:27:40] "POST /neutron/port HTTP/1.1" 200 1083 0.018743 10.0.0.27 - - [2025-07-28 02:27:40] "POST /neutron/port HTTP/1.1" 200 1109 0.014865 10.0.0.27 - - [2025-07-28 02:27:40] "POST /neutron/port HTTP/1.1" 200 151 0.169831 10.0.0.27 - - [2025-07-28 02:27:40] "POST /neutron/network HTTP/1.1" 200 994 0.014879 10.0.0.27 - - [2025-07-28 02:27:40] "POST /neutron/network HTTP/1.1" 400 204 0.018040 10.0.0.27 - - [2025-07-28 02:27:40] "POST /neutron/port HTTP/1.1" 200 151 0.201358 10.0.0.27 - - [2025-07-28 02:27:42] "POST /neutron/network HTTP/1.1" 200 994 0.006875 10.0.0.27 - - [2025-07-28 02:27:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004570 10.0.0.27 - - [2025-07-28 02:27:42] "POST /useragent-kv HTTP/1.1" 200 115 0.001982 10.0.0.27 - - [2025-07-28 02:27:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002928 10.0.0.27 - - [2025-07-28 02:27:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002407 10.0.0.27 - - [2025-07-28 02:27:42] "POST /useragent-kv HTTP/1.1" 200 115 0.001890 10.0.0.27 - - [2025-07-28 02:27:42] "POST /neutron/network HTTP/1.1" 200 151 0.114148 10.0.0.27 - - [2025-07-28 02:27:42] "DELETE /route-target/11470f2a-b369-47bd-8943-b88135278e61 HTTP/1.1" 200 115 0.026639 10.0.0.27 - - [2025-07-28 02:27:42] "GET /routing-instance/6b623b83-bb83-4134-a8a6-52fe3ecc8ce3 HTTP/1.1" 404 171 0.004588 10.0.0.27 - - [2025-07-28 02:27:42] "GET /domains HTTP/1.1" 200 280 0.002390 10.0.0.27 - - [2025-07-28 02:27:42] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001060 10.0.0.27 - - [2025-07-28 02:27:42] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491 HTTP/1.1" 200 2574 0.048788 10.0.0.27 - - [2025-07-28 02:27:42] "GET /projects?obj_uuids=ce064dd6-5b9a-4596-b650-76f67f592824&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001054 10.0.0.27 - - [2025-07-28 02:27:42] "GET /project/ce064dd6-5b9a-4596-b650-76f67f592824 HTTP/1.1" 200 2096 0.075459 10.0.0.27 - - [2025-07-28 02:27:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002873 10.0.0.27 - - [2025-07-28 02:27:42] "DELETE /network-ipam/067e469b-4b52-4a20-9f53-2473ed1c530a HTTP/1.1" 200 115 0.021266 10.0.0.27 - - [2025-07-28 02:27:42] "POST /fqname-to-id HTTP/1.1" 404 211 0.002442 10.0.0.27 - - [2025-07-28 02:27:43] "GET /projects?obj_uuids=ce064dd6-5b9a-4596-b650-76f67f592824&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001155 10.0.0.27 - - [2025-07-28 02:27:43] "GET /project/ce064dd6-5b9a-4596-b650-76f67f592824?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.027038 10.0.0.27 - - [2025-07-28 02:27:43] "GET /projects?obj_uuids=ce064dd6-5b9a-4596-b650-76f67f592824&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001479 10.0.0.27 - - [2025-07-28 02:27:43] "GET /project/ce064dd6-5b9a-4596-b650-76f67f592824?fields=virtual_networks HTTP/1.1" 200 1043 0.072095 10.0.0.27 - - [2025-07-28 02:27:43] "GET /projects?obj_uuids=ce064dd6-5b9a-4596-b650-76f67f592824&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001152 10.0.0.27 - - [2025-07-28 02:27:43] "GET /project/ce064dd6-5b9a-4596-b650-76f67f592824?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.027642 10.0.0.27 - - [2025-07-28 02:27:43] "GET /projects?obj_uuids=ce064dd6-5b9a-4596-b650-76f67f592824&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001171 10.0.0.27 - - [2025-07-28 02:27:43] "GET /project/ce064dd6-5b9a-4596-b650-76f67f592824?fields=security_groups HTTP/1.1" 200 1269 0.029154 10.0.0.27 - - [2025-07-28 02:27:45] "POST /neutron/port HTTP/1.1" 200 117 0.007077 10.0.0.27 - - [2025-07-28 02:27:45] "POST /neutron/port HTTP/1.1" 400 205 0.003353 10.0.0.27 - - [2025-07-28 02:27:45] "POST /neutron/port HTTP/1.1" 200 117 0.004991 10.0.0.27 - - [2025-07-28 02:27:45] "POST /neutron/port HTTP/1.1" 400 205 0.003177 10.0.0.27 - - [2025-07-28 02:27:50] "GET / HTTP/1.1" 200 35931 0.002351 10.0.0.27 - - [2025-07-28 02:27:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000507 10.0.0.27 - - [2025-07-28 02:27:51] "POST /fqname-to-id HTTP/1.1" 404 183 0.045050 10.0.0.27 - - [2025-07-28 02:27:51] "GET /projects?obj_uuids=a67f1804-4a55-43f8-bc12-9d86d70d2a82&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002892 10.0.0.27 - - [2025-07-28 02:27:52] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001138 10.0.0.27 - - [2025-07-28 02:27:52] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007323 10.0.0.27 - - [2025-07-28 02:27:52] "POST /id-to-fqname HTTP/1.1" 200 185 0.003228 10.0.0.27 - - [2025-07-28 02:27:52] "POST /fqname-to-id HTTP/1.1" 404 194 0.002632 10.0.0.27 - - [2025-07-28 02:27:52] "POST /security-groups HTTP/1.1" 200 586 0.064196 10.0.0.27 - - [2025-07-28 02:27:52] "POST /fqname-to-id HTTP/1.1" 404 229 0.003209 10.0.0.27 - - [2025-07-28 02:27:52] "POST /projects HTTP/1.1" 200 575 0.221383 10.0.0.27 - - [2025-07-28 02:27:52] "POST /access-control-lists HTTP/1.1" 200 591 0.061034 10.0.0.27 - - [2025-07-28 02:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.299962 10.0.0.27 - - [2025-07-28 02:27:52] "POST /fqname-to-id HTTP/1.1" 404 228 0.002722 10.0.0.27 - - [2025-07-28 02:27:52] "GET /project/a67f1804-4a55-43f8-bc12-9d86d70d2a82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.436774 10.0.0.27 - - [2025-07-28 02:27:52] "POST /access-control-lists HTTP/1.1" 200 589 0.068001 10.0.0.27 - - [2025-07-28 02:27:53] "GET / HTTP/1.1" 200 35931 0.002153 10.0.0.27 - - [2025-07-28 02:27:55] "POST /fqname-to-id HTTP/1.1" 401 292 0.000470 10.0.0.27 - - [2025-07-28 02:27:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.023398 10.0.0.27 - - [2025-07-28 02:27:55] "GET /api-access-list/4b4b4c42-b9eb-4fdd-a885-7a7cc4701299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.004048 10.0.0.27 - - [2025-07-28 02:27:55] "GET /api-access-list/4b4b4c42-b9eb-4fdd-a885-7a7cc4701299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003736 10.0.0.27 - - [2025-07-28 02:27:55] "GET /api-access-list/4b4b4c42-b9eb-4fdd-a885-7a7cc4701299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003404 10.0.0.27 - - [2025-07-28 02:27:55] "PUT /api-access-list/4b4b4c42-b9eb-4fdd-a885-7a7cc4701299 HTTP/1.1" 200 264 0.008854 10.0.0.27 - - [2025-07-28 02:27:56] "GET /aaa-mode HTTP/1.1" 401 292 0.000452 10.0.0.27 - - [2025-07-28 02:27:56] "GET /aaa-mode HTTP/1.1" 200 128 0.021835 10.0.0.27 - - [2025-07-28 02:27:56] "POST /fqname-to-id HTTP/1.1" 404 183 0.023860 10.0.0.27 - - [2025-07-28 02:27:56] "GET /projects?obj_uuids=4bdea8df-77fb-412b-ae41-28b38bc85fde&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002830 10.0.0.27 - - [2025-07-28 02:27:56] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001441 10.0.0.27 - - [2025-07-28 02:27:56] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009864 10.0.0.27 - - [2025-07-28 02:27:56] "POST /id-to-fqname HTTP/1.1" 200 185 0.004526 10.0.0.27 - - [2025-07-28 02:27:56] "POST /fqname-to-id HTTP/1.1" 404 194 0.002995 10.0.0.27 - - [2025-07-28 02:27:57] "POST /security-groups HTTP/1.1" 200 586 0.064358 10.0.0.27 - - [2025-07-28 02:27:57] "POST /fqname-to-id HTTP/1.1" 404 229 0.004084 10.0.0.27 - - [2025-07-28 02:27:57] "POST /projects HTTP/1.1" 200 575 0.241724 10.0.0.27 - - [2025-07-28 02:27:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.281729 10.0.0.27 - - [2025-07-28 02:27:57] "POST /access-control-lists HTTP/1.1" 200 591 0.063686 10.0.0.27 - - [2025-07-28 02:27:57] "GET /project/4bdea8df-77fb-412b-ae41-28b38bc85fde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.423155 10.0.0.27 - - [2025-07-28 02:27:57] "POST /fqname-to-id HTTP/1.1" 404 228 0.003293 10.0.0.27 - - [2025-07-28 02:27:57] "POST /access-control-lists HTTP/1.1" 200 589 0.059880 10.0.0.27 - - [2025-07-28 02:27:57] "POST /fqname-to-id HTTP/1.1" 404 183 0.025646 10.0.0.27 - - [2025-07-28 02:27:57] "GET /projects?obj_uuids=31692488-5307-4673-a324-4306e7267d0a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002499 10.0.0.27 - - [2025-07-28 02:27:57] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001342 10.0.0.27 - - [2025-07-28 02:27:57] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009104 10.0.0.27 - - [2025-07-28 02:27:57] "POST /id-to-fqname HTTP/1.1" 200 185 0.001225 10.0.0.27 - - [2025-07-28 02:27:57] "POST /fqname-to-id HTTP/1.1" 404 194 0.002158 10.0.0.27 - - [2025-07-28 02:27:57] "POST /security-groups HTTP/1.1" 200 586 0.067927 10.0.0.27 - - [2025-07-28 02:27:57] "POST /fqname-to-id HTTP/1.1" 404 229 0.003206 10.0.0.27 - - [2025-07-28 02:27:57] "POST /projects HTTP/1.1" 200 575 0.231524 10.0.0.27 - - [2025-07-28 02:27:58] "POST /access-control-lists HTTP/1.1" 200 591 0.059477 10.0.0.27 - - [2025-07-28 02:27:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.307688 10.0.0.27 - - [2025-07-28 02:27:58] "POST /fqname-to-id HTTP/1.1" 404 228 0.002888 10.0.0.27 - - [2025-07-28 02:27:58] "GET /project/31692488-5307-4673-a324-4306e7267d0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.439862 10.0.0.27 - - [2025-07-28 02:27:58] "POST /access-control-lists HTTP/1.1" 200 589 0.061346 10.0.0.27 - - [2025-07-28 02:27:58] "GET / HTTP/1.1" 200 35931 0.002162 10.0.0.27 - - [2025-07-28 02:27:59] "GET / HTTP/1.1" 200 35931 0.001665 10.0.0.27 - - [2025-07-28 02:27:59] "POST /fqname-to-id HTTP/1.1" 404 183 0.002877 10.0.0.27 - - [2025-07-28 02:27:59] "POST /api-access-lists HTTP/1.1" 200 521 0.013945 10.0.0.27 - - [2025-07-28 02:27:59] "GET /api-access-list/e14ea4a5-6473-4eb7-88c4-40db61675441?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1265 0.004608 10.0.0.27 - - [2025-07-28 02:27:59] "GET /api-access-list/e14ea4a5-6473-4eb7-88c4-40db61675441 HTTP/1.1" 401 292 0.000440 10.0.0.27 - - [2025-07-28 02:28:00] "GET /api-access-list/e14ea4a5-6473-4eb7-88c4-40db61675441 HTTP/1.1" 200 1265 0.055026 10.0.0.27 - - [2025-07-28 02:28:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000451 10.0.0.27 - - [2025-07-28 02:28:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.094039 10.0.0.27 - - [2025-07-28 02:28:00] "GET /projects?obj_uuids=4bdea8df-77fb-412b-ae41-28b38bc85fde&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001235 10.0.0.27 - - [2025-07-28 02:28:00] "GET /project/4bdea8df-77fb-412b-ae41-28b38bc85fde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.038255 10.0.0.27 - - [2025-07-28 02:28:00] "GET /virtual-networks?parent_id=4bdea8df-77fb-412b-ae41-28b38bc85fde&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011771 10.0.0.27 - - [2025-07-28 02:28:00] "POST /virtual-networks HTTP/1.1" 200 568 0.055329 10.0.0.27 - - [2025-07-28 02:28:00] "POST /route-targets HTTP/1.1" 200 327 0.012525 10.0.0.27 - - [2025-07-28 02:28:00] "POST /ref-update HTTP/1.1" 200 156 0.015749 10.0.0.27 - - [2025-07-28 02:28:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.019586 10.0.0.27 - - [2025-07-28 02:28:00] "GET /network-ipam/7a9d051e-c55c-483f-951b-3e721cc80e63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.011051 10.0.0.27 - - [2025-07-28 02:28:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002798 10.0.0.27 - - [2025-07-28 02:28:01] "POST /ref-update HTTP/1.1" 200 156 0.056958 10.0.0.27 - - [2025-07-28 02:28:01] "POST /neutron/network HTTP/1.1" 200 832 0.039941 10.0.0.27 - - [2025-07-28 02:28:01] "POST /neutron/network HTTP/1.1" 200 832 0.021126 10.0.0.27 - - [2025-07-28 02:28:01] "GET /virtual-network/4d63ce00-77f9-49b7-ab25-0c55bd963808?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1982 0.013376 10.0.0.27 - - [2025-07-28 02:28:01] "POST /neutron/network HTTP/1.1" 200 832 0.019640 10.0.0.27 - - [2025-07-28 02:28:01] "POST /neutron/subnet HTTP/1.1" 200 678 0.029277 10.0.0.27 - - [2025-07-28 02:28:01] "GET /virtual-network/4d63ce00-77f9-49b7-ab25-0c55bd963808 HTTP/1.1" 401 292 0.000488 10.0.0.27 - - [2025-07-28 02:28:01] "GET /virtual-network/4d63ce00-77f9-49b7-ab25-0c55bd963808 HTTP/1.1" 200 2267 0.039037 10.0.0.27 - - [2025-07-28 02:28:01] "GET /virtual-network/4d63ce00-77f9-49b7-ab25-0c55bd963808 HTTP/1.1" 401 292 0.000437 10.0.0.27 - - [2025-07-28 02:28:01] "GET /virtual-network/4d63ce00-77f9-49b7-ab25-0c55bd963808 HTTP/1.1" 200 2007 0.039954 10.0.0.27 - - [2025-07-28 02:28:01] "POST /id-to-fqname HTTP/1.1" 401 292 0.000639 10.0.0.27 - - [2025-07-28 02:28:02] "POST /id-to-fqname HTTP/1.1" 200 230 0.033671 10.0.0.27 - - [2025-07-28 02:28:02] "POST /neutron/network HTTP/1.1" 200 842 0.049792 10.0.0.27 - - [2025-07-28 02:28:02] "GET /aaa-mode HTTP/1.1" 401 292 0.000574 10.0.0.27 - - [2025-07-28 02:28:03] "GET / HTTP/1.1" 200 35931 0.002185 10.0.0.27 - - [2025-07-28 02:28:03] "GET /project/31692488-5307-4673-a324-4306e7267d0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000612 10.0.0.27 - - [2025-07-28 02:28:03] "GET /projects?obj_uuids=31692488-5307-4673-a324-4306e7267d0a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001215 10.0.0.27 - - [2025-07-28 02:28:03] "GET /project/31692488-5307-4673-a324-4306e7267d0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.048392 10.0.0.27 - - [2025-07-28 02:28:03] "POST /neutron/network HTTP/1.1" 200 832 0.005073 10.0.0.27 - - [2025-07-28 02:28:03] "POST /neutron/port HTTP/1.1" 200 117 0.027853 10.0.0.27 - - [2025-07-28 02:28:03] "POST /neutron/port HTTP/1.1" 200 117 0.005242 10.0.0.27 - - [2025-07-28 02:28:03] "POST /neutron/port HTTP/1.1" 200 117 0.005994 10.0.0.27 - - [2025-07-28 02:28:04] "POST /neutron/network HTTP/1.1" 200 842 0.020144 10.0.0.27 - - [2025-07-28 02:28:04] "POST /neutron/network HTTP/1.1" 200 832 0.020949 10.0.0.27 - - [2025-07-28 02:28:04] "GET /projects?obj_uuids=31692488-5307-4673-a324-4306e7267d0a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001467 10.0.0.27 - - [2025-07-28 02:28:04] "POST /neutron/port HTTP/1.1" 200 1056 0.320470 10.0.0.27 - - [2025-07-28 02:28:04] "POST /neutron/port HTTP/1.1" 200 1056 0.009683 10.0.0.27 - - [2025-07-28 02:28:04] "POST /neutron/port HTTP/1.1" 200 1056 0.008884 10.0.0.27 - - [2025-07-28 02:28:04] "POST /neutron/port HTTP/1.1" 200 1110 0.062907 10.0.0.27 - - [2025-07-28 02:28:04] "POST /neutron/port HTTP/1.1" 200 1084 0.012077 10.0.0.27 - - [2025-07-28 02:28:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003483 10.0.0.27 - - [2025-07-28 02:28:04] "POST /neutron/subnet HTTP/1.1" 200 652 0.009066 10.0.0.27 - - [2025-07-28 02:28:04] "POST /neutron/port HTTP/1.1" 200 117 0.001370 10.0.0.27 - - [2025-07-28 02:28:04] "POST /neutron/network HTTP/1.1" 200 832 0.005614 10.0.0.27 - - [2025-07-28 02:28:08] "POST /neutron/port HTTP/1.1" 200 1084 0.011408 10.0.0.27 - - [2025-07-28 02:28:08] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006528 10.0.0.27 - - [2025-07-28 02:28:08] "POST /neutron/port HTTP/1.1" 200 1084 0.010327 10.0.0.27 - - [2025-07-28 02:28:09] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005956 10.0.0.27 - - [2025-07-28 02:28:09] "POST /neutron/port HTTP/1.1" 200 1084 0.011389 10.0.0.27 - - [2025-07-28 02:28:09] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005917 10.0.0.27 - - [2025-07-28 02:28:09] "POST /neutron/port HTTP/1.1" 200 1084 0.010839 10.0.0.27 - - [2025-07-28 02:28:09] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006081 10.0.0.27 - - [2025-07-28 02:28:09] "GET /virtual-machine/0fb7a62f-a1ee-404d-9b05-546ddb2b25d7 HTTP/1.1" 200 1287 0.012195 10.0.0.27 - - [2025-07-28 02:28:09] "GET /virtual-machine/0fb7a62f-a1ee-404d-9b05-546ddb2b25d7 HTTP/1.1" 200 1287 0.011289 10.0.0.27 - - [2025-07-28 02:28:09] "GET /virtual-machine-interface/5daec463-41fa-4cf9-b034-ffdb6daeefd2 HTTP/1.1" 200 2530 0.014910 10.0.0.27 - - [2025-07-28 02:28:09] "GET /virtual-machine/0fb7a62f-a1ee-404d-9b05-546ddb2b25d7 HTTP/1.1" 200 1287 0.011198 10.0.0.27 - - [2025-07-28 02:28:09] "GET /virtual-machine-interface/5daec463-41fa-4cf9-b034-ffdb6daeefd2 HTTP/1.1" 200 2530 0.014930 10.0.0.27 - - [2025-07-28 02:28:09] "GET /instance-ip/057fa739-878c-436f-ae94-1393de998e5e HTTP/1.1" 200 1625 0.013644 10.0.0.27 - - [2025-07-28 02:28:09] "GET /virtual-machine/0fb7a62f-a1ee-404d-9b05-546ddb2b25d7 HTTP/1.1" 200 1287 0.012511 10.0.0.27 - - [2025-07-28 02:28:09] "GET /virtual-machine-interface/5daec463-41fa-4cf9-b034-ffdb6daeefd2 HTTP/1.1" 200 2530 0.015873 10.0.0.27 - - [2025-07-28 02:28:09] "GET /instance-ip/057fa739-878c-436f-ae94-1393de998e5e HTTP/1.1" 200 1625 0.012130 10.0.0.27 - - [2025-07-28 02:28:09] "POST /fqname-to-id HTTP/1.1" 403 339 0.009716 10.0.0.27 - - [2025-07-28 02:28:09] "GET / HTTP/1.1" 200 35931 0.002025 10.0.0.27 - - [2025-07-28 02:28:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000463 10.0.0.27 - - [2025-07-28 02:28:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.024710 10.0.0.27 - - [2025-07-28 02:28:10] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003297 10.0.0.27 - - [2025-07-28 02:28:10] "GET /virtual-networks?parent_id=31692488-5307-4673-a324-4306e7267d0a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010297 10.0.0.27 - - [2025-07-28 02:28:10] "POST /fqname-to-id HTTP/1.1" 403 339 0.009893 10.0.0.27 - - [2025-07-28 02:28:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003274 10.0.0.27 - - [2025-07-28 02:28:10] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003327 10.0.0.27 - - [2025-07-28 02:28:10] "GET /virtual-networks?parent_id=31692488-5307-4673-a324-4306e7267d0a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011085 10.0.0.27 - - [2025-07-28 02:28:10] "POST /fqname-to-id HTTP/1.1" 403 339 0.011867 10.0.0.27 - - [2025-07-28 02:28:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.27 - - [2025-07-28 02:28:10] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003486 10.0.0.27 - - [2025-07-28 02:28:10] "GET /virtual-networks?parent_id=31692488-5307-4673-a324-4306e7267d0a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012115 10.0.0.27 - - [2025-07-28 02:28:10] "POST /fqname-to-id HTTP/1.1" 403 339 0.009926 10.0.0.27 - - [2025-07-28 02:28:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004822 10.0.0.27 - - [2025-07-28 02:28:10] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.006181 10.0.0.27 - - [2025-07-28 02:28:10] "GET /virtual-networks?parent_id=31692488-5307-4673-a324-4306e7267d0a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014665 10.0.0.27 - - [2025-07-28 02:28:10] "POST /fqname-to-id HTTP/1.1" 403 339 0.014076 10.0.0.27 - - [2025-07-28 02:28:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.27 - - [2025-07-28 02:28:10] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003129 10.0.0.27 - - [2025-07-28 02:28:10] "GET /virtual-networks?parent_id=31692488-5307-4673-a324-4306e7267d0a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010998 10.0.0.27 - - [2025-07-28 02:28:13] "POST /neutron/port HTTP/1.1" 200 1084 0.011139 10.0.0.27 - - [2025-07-28 02:28:13] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005465 10.0.0.27 - - [2025-07-28 02:28:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.010191 10.0.0.27 - - [2025-07-28 02:28:13] "GET /virtual-network/4d63ce00-77f9-49b7-ab25-0c55bd963808?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1982 0.018515 10.0.0.27 - - [2025-07-28 02:28:15] "POST /fqname-to-id HTTP/1.1" 403 339 0.010238 10.0.0.27 - - [2025-07-28 02:28:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002316 10.0.0.27 - - [2025-07-28 02:28:15] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003316 10.0.0.27 - - [2025-07-28 02:28:15] "GET /virtual-networks?parent_id=31692488-5307-4673-a324-4306e7267d0a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010539 10.0.0.27 - - [2025-07-28 02:28:15] "POST /fqname-to-id HTTP/1.1" 403 339 0.010179 10.0.0.27 - - [2025-07-28 02:28:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002525 10.0.0.27 - - [2025-07-28 02:28:15] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002845 10.0.0.27 - - [2025-07-28 02:28:16] "GET /virtual-networks?parent_id=31692488-5307-4673-a324-4306e7267d0a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.013376 10.0.0.27 - - [2025-07-28 02:28:16] "POST /fqname-to-id HTTP/1.1" 403 361 0.009368 10.0.0.27 - - [2025-07-28 02:28:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002837 10.0.0.27 - - [2025-07-28 02:28:16] "GET /routing-instance/921bc135-a3fe-4d6f-8226-b317530823c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.003863 10.0.0.27 - - [2025-07-28 02:28:16] "GET /route-target/3a507ccf-c2e0-40cd-a0da-648cb37d86e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.011582 10.0.0.27 - - [2025-07-28 02:28:16] "GET /route-target/3a507ccf-c2e0-40cd-a0da-648cb37d86e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004201 10.0.0.27 - - [2025-07-28 02:28:16] "POST /fqname-to-id HTTP/1.1" 403 339 0.012294 10.0.0.27 - - [2025-07-28 02:28:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002450 10.0.0.27 - - [2025-07-28 02:28:16] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003784 10.0.0.27 - - [2025-07-28 02:28:16] "GET /virtual-networks?parent_id=31692488-5307-4673-a324-4306e7267d0a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010694 10.0.0.27 - - [2025-07-28 02:28:16] "POST /fqname-to-id HTTP/1.1" 403 361 0.009531 10.0.0.27 - - [2025-07-28 02:28:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002752 10.0.0.27 - - [2025-07-28 02:28:16] "GET /routing-instance/921bc135-a3fe-4d6f-8226-b317530823c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.003657 10.0.0.27 - - [2025-07-28 02:28:16] "GET /route-target/3a507ccf-c2e0-40cd-a0da-648cb37d86e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.009964 10.0.0.27 - - [2025-07-28 02:28:16] "GET /route-target/3a507ccf-c2e0-40cd-a0da-648cb37d86e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003142 10.0.0.27 - - [2025-07-28 02:28:16] "GET /obj-perms HTTP/1.1" 200 4915 0.053591 10.0.0.27 - - [2025-07-28 02:28:16] "GET /virtual-machine/0fb7a62f-a1ee-404d-9b05-546ddb2b25d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.010180 10.0.0.27 - - [2025-07-28 02:28:17] "DELETE /project/3169248853074673a3244306e7267d0a HTTP/1.1" 404 173 0.008581 10.0.0.27 - - [2025-07-28 02:28:17] "DELETE /project/4bdea8df77fb412bae4128b38bc85fde HTTP/1.1" 404 173 0.006642 10.0.0.27 - - [2025-07-28 02:28:17] "DELETE /project/a67f18044a5543f8bc129d86d70d2a82 HTTP/1.1" 404 173 0.008099 10.0.0.27 - - [2025-07-28 02:28:17] "GET /projects?obj_uuids=ce064dd6-5b9a-4596-b650-76f67f592824&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001798 10.0.0.27 - - [2025-07-28 02:28:17] "GET /project/ce064dd6-5b9a-4596-b650-76f67f592824?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.031318 10.0.0.27 - - [2025-07-28 02:28:17] "GET /projects?obj_uuids=ce064dd6-5b9a-4596-b650-76f67f592824&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001177 10.0.0.27 - - [2025-07-28 02:28:17] "GET /project/ce064dd6-5b9a-4596-b650-76f67f592824?fields=security_groups HTTP/1.1" 200 1374 0.076348 10.0.0.27 - - [2025-07-28 02:28:17] "DELETE /security-group/eb366a83-25b6-43e5-bf4c-c76bc31e618f HTTP/1.1" 200 115 0.040749 10.0.0.27 - - [2025-07-28 02:28:17] "GET /projects?obj_uuids=ce064dd6-5b9a-4596-b650-76f67f592824&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001250 10.0.0.27 - - [2025-07-28 02:28:17] "DELETE /access-control-list/6af34597-022b-4c41-870d-e625340b4f52 HTTP/1.1" 200 115 0.035597 10.0.0.27 - - [2025-07-28 02:28:17] "GET /project/ce064dd6-5b9a-4596-b650-76f67f592824?fields=application_policy_sets HTTP/1.1" 200 1413 0.037293 10.0.0.27 - - [2025-07-28 02:28:17] "DELETE /access-control-list/830a9b65-723b-44ed-b81b-ce300856421f HTTP/1.1" 200 115 0.033046 10.0.0.27 - - [2025-07-28 02:28:17] "DELETE /project/ce064dd6-5b9a-4596-b650-76f67f592824 HTTP/1.1" 200 115 0.347916 10.0.0.27 - - [2025-07-28 02:28:18] "GET /obj-perms HTTP/1.1" 200 4915 0.013386 10.0.0.27 - - [2025-07-28 02:28:18] "GET /virtual-machine/0fb7a62f-a1ee-404d-9b05-546ddb2b25d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.011122 10.0.0.27 - - [2025-07-28 02:28:21] "GET /obj-perms HTTP/1.1" 200 4915 0.010082 10.0.0.27 - - [2025-07-28 02:28:21] "GET /virtual-machine/0fb7a62f-a1ee-404d-9b05-546ddb2b25d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.010477 10.0.0.27 - - [2025-07-28 02:28:22] "GET /obj-perms HTTP/1.1" 200 5056 0.049818 10.0.0.27 - - [2025-07-28 02:28:22] "GET /obj-perms HTTP/1.1" 200 5056 0.048573 10.0.0.27 - - [2025-07-28 02:28:23] "GET /obj-perms HTTP/1.1" 200 4915 0.009640 10.0.0.27 - - [2025-07-28 02:28:23] "GET /virtual-machine/0fb7a62f-a1ee-404d-9b05-546ddb2b25d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.009591 10.0.0.27 - - [2025-07-28 02:28:23] "GET /obj-perms HTTP/1.1" 200 4915 0.011225 10.0.0.27 - - [2025-07-28 02:28:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000547 10.0.0.27 - - [2025-07-28 02:28:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.022135 10.0.0.27 - - [2025-07-28 02:28:23] "GET /virtual-machine-interface/5daec463-41fa-4cf9-b034-ffdb6daeefd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2309 0.016892 10.0.0.27 - - [2025-07-28 02:28:23] "GET /obj-perms HTTP/1.1" 200 4915 0.010032 10.0.0.27 - - [2025-07-28 02:28:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.27 - - [2025-07-28 02:28:23] "GET /virtual-machine-interface/5daec463-41fa-4cf9-b034-ffdb6daeefd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2309 0.014506 10.0.0.27 - - [2025-07-28 02:28:23] "GET /obj-perms HTTP/1.1" 200 4915 0.009359 10.0.0.27 - - [2025-07-28 02:28:23] "GET /virtual-machine/0fb7a62f-a1ee-404d-9b05-546ddb2b25d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.019569 10.0.0.27 - - [2025-07-28 02:28:24] "GET /obj-perms HTTP/1.1" 200 4915 0.010705 10.0.0.27 - - [2025-07-28 02:28:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.27 - - [2025-07-28 02:28:24] "GET /virtual-machine-interface/5daec463-41fa-4cf9-b034-ffdb6daeefd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2309 0.020612 10.0.0.27 - - [2025-07-28 02:28:24] "GET /obj-perms HTTP/1.1" 200 4915 0.010745 10.0.0.27 - - [2025-07-28 02:28:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002914 10.0.0.27 - - [2025-07-28 02:28:24] "GET /virtual-network/4d63ce00-77f9-49b7-ab25-0c55bd963808?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1982 0.013489 10.0.0.27 - - [2025-07-28 02:28:24] "GET /obj-perms HTTP/1.1" 200 4915 0.010228 10.0.0.27 - - [2025-07-28 02:28:24] "GET /virtual-machine/0fb7a62f-a1ee-404d-9b05-546ddb2b25d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.011329 10.0.0.27 - - [2025-07-28 02:28:24] "GET /obj-perms HTTP/1.1" 200 4915 0.009961 10.0.0.27 - - [2025-07-28 02:28:24] "GET /obj-perms HTTP/1.1" 200 4915 0.009998 10.0.0.27 - - [2025-07-28 02:28:24] "GET /obj-perms HTTP/1.1" 200 4915 0.052795 10.0.0.27 - - [2025-07-28 02:28:24] "GET /obj-perms HTTP/1.1" 200 4915 0.009319 10.0.0.27 - - [2025-07-28 02:28:25] "GET /obj-perms HTTP/1.1" 200 5020 0.047176 10.0.0.27 - - [2025-07-28 02:28:25] "GET /obj-perms HTTP/1.1" 200 5020 0.003255 10.0.0.27 - - [2025-07-28 02:28:25] "GET /obj-perms HTTP/1.1" 200 4915 0.011316 10.0.0.27 - - [2025-07-28 02:28:25] "GET /obj-perms HTTP/1.1" 200 4915 0.011657 10.0.0.27 - - [2025-07-28 02:28:25] "GET /obj-perms HTTP/1.1" 200 4915 0.057430 10.0.0.27 - - [2025-07-28 02:28:25] "GET /obj-perms HTTP/1.1" 200 4915 0.009485 10.0.0.27 - - [2025-07-28 02:28:25] "GET /obj-perms HTTP/1.1" 200 5020 0.004132 10.0.0.27 - - [2025-07-28 02:28:26] "GET /obj-perms HTTP/1.1" 200 5020 0.004331 10.0.0.27 - - [2025-07-28 02:28:26] "GET /obj-perms HTTP/1.1" 200 4915 0.012006 10.0.0.27 - - [2025-07-28 02:28:26] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.014756 10.0.0.27 - - [2025-07-28 02:28:26] "GET /virtual-machine/0fb7a62f-a1ee-404d-9b05-546ddb2b25d7 HTTP/1.1" 200 1287 0.015391 10.0.0.27 - - [2025-07-28 02:28:26] "POST /neutron/port HTTP/1.1" 200 1084 0.011315 10.0.0.27 - - [2025-07-28 02:28:26] "POST /neutron/port HTTP/1.1" 200 1110 0.008153 10.0.0.27 - - [2025-07-28 02:28:26] "POST /neutron/port HTTP/1.1" 200 151 0.087828 10.0.0.27 - - [2025-07-28 02:28:28] "GET /virtual-machine/0fb7a62f-a1ee-404d-9b05-546ddb2b25d7 HTTP/1.1" 404 171 0.011367 10.0.0.27 - - [2025-07-28 02:28:28] "GET /virtual-machine/0fb7a62f-a1ee-404d-9b05-546ddb2b25d7 HTTP/1.1" 404 171 0.016675 10.0.0.27 - - [2025-07-28 02:28:28] "GET /virtual-machine/0fb7a62f-a1ee-404d-9b05-546ddb2b25d7 HTTP/1.1" 404 171 0.008261 10.0.0.27 - - [2025-07-28 02:28:28] "POST /fqname-to-id HTTP/1.1" 403 339 0.010824 10.0.0.27 - - [2025-07-28 02:28:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.27 - - [2025-07-28 02:28:28] "GET /global-vrouter-config/114be823-fae0-43a6-b020-640d407791db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004123 10.0.0.27 - - [2025-07-28 02:28:28] "GET /virtual-networks?parent_id=31692488-5307-4673-a324-4306e7267d0a&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010785 10.0.0.27 - - [2025-07-28 02:28:28] "POST /fqname-to-id HTTP/1.1" 403 361 0.009812 10.0.0.27 - - [2025-07-28 02:28:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002755 10.0.0.27 - - [2025-07-28 02:28:28] "GET /routing-instance/921bc135-a3fe-4d6f-8226-b317530823c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.003604 10.0.0.27 - - [2025-07-28 02:28:28] "GET /route-target/3a507ccf-c2e0-40cd-a0da-648cb37d86e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.009247 10.0.0.27 - - [2025-07-28 02:28:28] "GET /route-target/3a507ccf-c2e0-40cd-a0da-648cb37d86e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003275 10.0.0.27 - - [2025-07-28 02:28:28] "GET /obj-perms HTTP/1.1" 200 4915 0.010210 10.0.0.27 - - [2025-07-28 02:28:28] "GET /obj-perms HTTP/1.1" 200 4915 0.009740 10.0.0.27 - - [2025-07-28 02:28:29] "GET /obj-perms HTTP/1.1" 200 4915 0.054280 10.0.0.27 - - [2025-07-28 02:28:29] "GET /obj-perms HTTP/1.1" 200 4915 0.011273 10.0.0.27 - - [2025-07-28 02:28:29] "GET /obj-perms HTTP/1.1" 200 5020 0.003238 10.0.0.27 - - [2025-07-28 02:28:32] "GET /obj-perms HTTP/1.1" 200 5020 0.003188 10.0.0.27 - - [2025-07-28 02:28:35] "GET /obj-perms HTTP/1.1" 200 5020 0.004057 10.0.0.27 - - [2025-07-28 02:28:38] "GET /obj-perms HTTP/1.1" 200 5020 0.003327 10.0.0.27 - - [2025-07-28 02:28:41] "GET /obj-perms HTTP/1.1" 200 5020 0.003514 10.0.0.27 - - [2025-07-28 02:28:44] "GET /obj-perms HTTP/1.1" 200 5020 0.003262 10.0.0.27 - - [2025-07-28 02:28:47] "GET /obj-perms HTTP/1.1" 200 5020 0.003247 10.0.0.27 - - [2025-07-28 02:28:50] "GET /obj-perms HTTP/1.1" 200 5020 0.003381 10.0.0.27 - - [2025-07-28 02:28:53] "GET /obj-perms HTTP/1.1" 200 5020 0.004252 10.0.0.27 - - [2025-07-28 02:28:56] "GET /obj-perms HTTP/1.1" 200 5020 0.004192 10.0.0.27 - - [2025-07-28 02:28:59] "GET /obj-perms HTTP/1.1" 200 5020 0.003273 10.0.0.27 - - [2025-07-28 02:29:02] "GET /obj-perms HTTP/1.1" 200 5020 0.003374 10.0.0.27 - - [2025-07-28 02:29:05] "GET /obj-perms HTTP/1.1" 200 5020 0.003403 10.0.0.27 - - [2025-07-28 02:29:08] "GET /obj-perms HTTP/1.1" 200 5020 0.003244 10.0.0.27 - - [2025-07-28 02:29:11] "GET /obj-perms HTTP/1.1" 200 5020 0.003804 10.0.0.27 - - [2025-07-28 02:29:14] "GET /obj-perms HTTP/1.1" 200 5020 0.003352 10.0.0.27 - - [2025-07-28 02:29:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004425 10.0.0.27 - - [2025-07-28 02:29:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002315 10.0.0.27 - - [2025-07-28 02:29:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002115 10.0.0.27 - - [2025-07-28 02:29:14] "DELETE /virtual-network/4d63ce00-77f9-49b7-ab25-0c55bd963808 HTTP/1.1" 200 115 0.078596 10.0.0.27 - - [2025-07-28 02:29:14] "DELETE /route-target/3a507ccf-c2e0-40cd-a0da-648cb37d86e8 HTTP/1.1" 200 115 0.023354 10.0.0.27 - - [2025-07-28 02:29:14] "DELETE /api-access-list/e14ea4a5-6473-4eb7-88c4-40db61675441 HTTP/1.1" 200 115 0.026010 10.0.0.27 - - [2025-07-28 02:29:14] "GET /api-access-list/e14ea4a5-6473-4eb7-88c4-40db61675441 HTTP/1.1" 404 171 0.002548 10.0.0.27 - - [2025-07-28 02:29:14] "GET /projects?obj_uuids=31692488-5307-4673-a324-4306e7267d0a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001234 10.0.0.27 - - [2025-07-28 02:29:14] "GET /project/31692488-5307-4673-a324-4306e7267d0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.024682 10.0.0.27 - - [2025-07-28 02:29:14] "GET /projects?obj_uuids=31692488-5307-4673-a324-4306e7267d0a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001673 10.0.0.27 - - [2025-07-28 02:29:14] "GET /project/31692488-5307-4673-a324-4306e7267d0a?fields=virtual_networks HTTP/1.1" 200 1032 0.069341 10.0.0.27 - - [2025-07-28 02:29:14] "GET /projects?obj_uuids=31692488-5307-4673-a324-4306e7267d0a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001105 10.0.0.27 - - [2025-07-28 02:29:14] "GET /project/31692488-5307-4673-a324-4306e7267d0a?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.021169 10.0.0.27 - - [2025-07-28 02:29:15] "GET /projects?obj_uuids=31692488-5307-4673-a324-4306e7267d0a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001104 10.0.0.27 - - [2025-07-28 02:29:15] "GET /project/31692488-5307-4673-a324-4306e7267d0a?fields=security_groups HTTP/1.1" 200 1253 0.021826 10.0.0.27 - - [2025-07-28 02:29:15] "GET /projects?obj_uuids=4bdea8df-77fb-412b-ae41-28b38bc85fde&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001107 10.0.0.27 - - [2025-07-28 02:29:15] "GET /project/4bdea8df-77fb-412b-ae41-28b38bc85fde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.026193 10.0.0.27 - - [2025-07-28 02:29:15] "GET /projects?obj_uuids=4bdea8df-77fb-412b-ae41-28b38bc85fde&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001113 10.0.0.27 - - [2025-07-28 02:29:15] "GET /project/4bdea8df-77fb-412b-ae41-28b38bc85fde?fields=virtual_networks HTTP/1.1" 200 1032 0.069768 10.0.0.27 - - [2025-07-28 02:29:15] "GET /projects?obj_uuids=4bdea8df-77fb-412b-ae41-28b38bc85fde&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001114 10.0.0.27 - - [2025-07-28 02:29:15] "GET /project/4bdea8df-77fb-412b-ae41-28b38bc85fde?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.028079 10.0.0.27 - - [2025-07-28 02:29:15] "GET /projects?obj_uuids=4bdea8df-77fb-412b-ae41-28b38bc85fde&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001128 10.0.0.27 - - [2025-07-28 02:29:15] "GET /project/4bdea8df-77fb-412b-ae41-28b38bc85fde?fields=security_groups HTTP/1.1" 200 1253 0.031046 10.0.0.27 - - [2025-07-28 02:29:16] "GET /api-access-list/4b4b4c42-b9eb-4fdd-a885-7a7cc4701299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.003508 10.0.0.27 - - [2025-07-28 02:29:16] "PUT /api-access-list/4b4b4c42-b9eb-4fdd-a885-7a7cc4701299 HTTP/1.1" 200 264 0.008235 10.0.0.27 - - [2025-07-28 02:29:16] "GET /projects?obj_uuids=a67f1804-4a55-43f8-bc12-9d86d70d2a82&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001144 10.0.0.27 - - [2025-07-28 02:29:16] "GET /project/a67f1804-4a55-43f8-bc12-9d86d70d2a82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.023660 10.0.0.27 - - [2025-07-28 02:29:16] "GET /projects?obj_uuids=a67f1804-4a55-43f8-bc12-9d86d70d2a82&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001012 10.0.0.27 - - [2025-07-28 02:29:17] "GET /project/a67f1804-4a55-43f8-bc12-9d86d70d2a82?fields=virtual_networks HTTP/1.1" 200 1033 0.069487 10.0.0.27 - - [2025-07-28 02:29:17] "GET /projects?obj_uuids=a67f1804-4a55-43f8-bc12-9d86d70d2a82&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001148 10.0.0.27 - - [2025-07-28 02:29:17] "GET /project/a67f1804-4a55-43f8-bc12-9d86d70d2a82?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.024074 10.0.0.27 - - [2025-07-28 02:29:17] "GET /projects?obj_uuids=a67f1804-4a55-43f8-bc12-9d86d70d2a82&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001221 10.0.0.27 - - [2025-07-28 02:29:17] "GET /project/a67f1804-4a55-43f8-bc12-9d86d70d2a82?fields=security_groups HTTP/1.1" 200 1254 0.030938 10.0.0.27 - - [2025-07-28 02:29:17] "GET /projects?obj_uuids=4bdea8df-77fb-412b-ae41-28b38bc85fde&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001038 10.0.0.27 - - [2025-07-28 02:29:17] "GET /projects?obj_uuids=31692488-5307-4673-a324-4306e7267d0a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000878 10.0.0.27 - - [2025-07-28 02:29:17] "GET /project/31692488-5307-4673-a324-4306e7267d0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.040353 10.0.0.27 - - [2025-07-28 02:29:17] "GET /project/4bdea8df-77fb-412b-ae41-28b38bc85fde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.043820 10.0.0.27 - - [2025-07-28 02:29:17] "GET /projects?obj_uuids=4bdea8df-77fb-412b-ae41-28b38bc85fde&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000999 10.0.0.27 - - [2025-07-28 02:29:17] "GET /projects?obj_uuids=31692488-5307-4673-a324-4306e7267d0a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000841 10.0.0.27 - - [2025-07-28 02:29:17] "GET /project/31692488-5307-4673-a324-4306e7267d0a?fields=security_groups HTTP/1.1" 200 1358 0.037546 10.0.0.27 - - [2025-07-28 02:29:17] "GET /project/4bdea8df-77fb-412b-ae41-28b38bc85fde?fields=security_groups HTTP/1.1" 200 1358 0.040199 10.0.0.27 - - [2025-07-28 02:29:17] "DELETE /security-group/e4f6810b-7941-4fd0-8cc2-43b415bf66fc HTTP/1.1" 200 115 0.062299 10.0.0.27 - - [2025-07-28 02:29:17] "GET /projects?obj_uuids=31692488-5307-4673-a324-4306e7267d0a&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001155 10.0.0.27 - - [2025-07-28 02:29:17] "DELETE /security-group/887d3847-4b1e-4729-9719-8f3a6e4e03f5 HTTP/1.1" 200 115 0.074577 10.0.0.27 - - [2025-07-28 02:29:17] "GET /projects?obj_uuids=4bdea8df-77fb-412b-ae41-28b38bc85fde&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.004202 10.0.0.27 - - [2025-07-28 02:29:17] "DELETE /access-control-list/551e051b-136f-4e8f-94df-40baccddc59c HTTP/1.1" 200 115 0.062030 10.0.0.27 - - [2025-07-28 02:29:17] "GET /project/31692488-5307-4673-a324-4306e7267d0a?fields=application_policy_sets HTTP/1.1" 200 1397 0.062712 10.0.0.27 - - [2025-07-28 02:29:17] "DELETE /access-control-list/7b63b063-9c16-4073-9960-012911c5b2ad HTTP/1.1" 200 115 0.039323 10.0.0.27 - - [2025-07-28 02:29:17] "GET /project/4bdea8df-77fb-412b-ae41-28b38bc85fde?fields=application_policy_sets HTTP/1.1" 200 1397 0.101200 10.0.0.27 - - [2025-07-28 02:29:17] "DELETE /access-control-list/60e1f87b-d007-420f-9434-7545c508acf5 HTTP/1.1" 200 115 0.046510 10.0.0.27 - - [2025-07-28 02:29:17] "DELETE /access-control-list/a7c35901-ccf0-466e-9185-a6c83b549013 HTTP/1.1" 200 115 0.038377 10.0.0.27 - - [2025-07-28 02:29:18] "DELETE /project/31692488-5307-4673-a324-4306e7267d0a HTTP/1.1" 200 115 0.440043 10.0.0.27 - - [2025-07-28 02:29:18] "DELETE /project/4bdea8df-77fb-412b-ae41-28b38bc85fde HTTP/1.1" 200 115 0.468168 10.0.0.27 - - [2025-07-28 02:29:18] "POST /fqname-to-id HTTP/1.1" 404 188 0.034609 10.0.0.27 - - [2025-07-28 02:29:18] "GET /projects?obj_uuids=ead44233-decf-4373-9227-86f3cfe65900&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002841 10.0.0.27 - - [2025-07-28 02:29:18] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001141 10.0.0.27 - - [2025-07-28 02:29:18] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007163 10.0.0.27 - - [2025-07-28 02:29:18] "POST /id-to-fqname HTTP/1.1" 200 190 0.001369 10.0.0.27 - - [2025-07-28 02:29:18] "POST /fqname-to-id HTTP/1.1" 404 199 0.002383 10.0.0.27 - - [2025-07-28 02:29:18] "POST /security-groups HTTP/1.1" 200 591 0.063437 10.0.0.27 - - [2025-07-28 02:29:18] "POST /fqname-to-id HTTP/1.1" 404 234 0.002487 10.0.0.27 - - [2025-07-28 02:29:18] "POST /projects HTTP/1.1" 200 585 0.216517 10.0.0.27 - - [2025-07-28 02:29:18] "POST /access-control-lists HTTP/1.1" 200 596 0.056766 10.0.0.27 - - [2025-07-28 02:29:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.284650 10.0.0.27 - - [2025-07-28 02:29:18] "POST /fqname-to-id HTTP/1.1" 404 233 0.002847 10.0.0.27 - - [2025-07-28 02:29:18] "GET /project/ead44233-decf-4373-9227-86f3cfe65900?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.404184 10.0.0.27 - - [2025-07-28 02:29:18] "POST /access-control-lists HTTP/1.1" 200 594 0.064375 10.0.0.27 - - [2025-07-28 02:29:19] "GET / HTTP/1.1" 200 35931 0.002170 10.0.0.27 - - [2025-07-28 02:29:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000463 10.0.0.27 - - [2025-07-28 02:29:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.026646 10.0.0.27 - - [2025-07-28 02:29:21] "GET /api-access-list/4b4b4c42-b9eb-4fdd-a885-7a7cc4701299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003168 10.0.0.27 - - [2025-07-28 02:29:21] "GET /api-access-list/4b4b4c42-b9eb-4fdd-a885-7a7cc4701299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003458 10.0.0.27 - - [2025-07-28 02:29:21] "GET /api-access-list/4b4b4c42-b9eb-4fdd-a885-7a7cc4701299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003672 10.0.0.27 - - [2025-07-28 02:29:21] "PUT /api-access-list/4b4b4c42-b9eb-4fdd-a885-7a7cc4701299 HTTP/1.1" 200 264 0.008762 10.0.0.27 - - [2025-07-28 02:29:22] "GET /aaa-mode HTTP/1.1" 200 128 0.001137 10.0.0.27 - - [2025-07-28 02:29:22] "POST /fqname-to-id HTTP/1.1" 404 188 0.020295 10.0.0.27 - - [2025-07-28 02:29:22] "GET /projects?obj_uuids=4b80a58f-13ae-4069-bf4a-b669dc3874c8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002422 10.0.0.27 - - [2025-07-28 02:29:22] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001233 10.0.0.27 - - [2025-07-28 02:29:22] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007232 10.0.0.27 - - [2025-07-28 02:29:22] "POST /id-to-fqname HTTP/1.1" 200 190 0.001253 10.0.0.27 - - [2025-07-28 02:29:22] "POST /fqname-to-id HTTP/1.1" 404 199 0.002291 10.0.0.27 - - [2025-07-28 02:29:22] "POST /security-groups HTTP/1.1" 200 591 0.067800 10.0.0.27 - - [2025-07-28 02:29:22] "POST /fqname-to-id HTTP/1.1" 404 234 0.003051 10.0.0.27 - - [2025-07-28 02:29:22] "POST /projects HTTP/1.1" 200 585 0.218128 10.0.0.27 - - [2025-07-28 02:29:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.284841 10.0.0.27 - - [2025-07-28 02:29:22] "POST /access-control-lists HTTP/1.1" 200 596 0.061388 10.0.0.27 - - [2025-07-28 02:29:22] "POST /fqname-to-id HTTP/1.1" 404 233 0.002702 10.0.0.27 - - [2025-07-28 02:29:22] "GET /project/4b80a58f-13ae-4069-bf4a-b669dc3874c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.404209 10.0.0.27 - - [2025-07-28 02:29:22] "POST /access-control-lists HTTP/1.1" 200 594 0.060030 10.0.0.27 - - [2025-07-28 02:29:23] "GET /obj-perms HTTP/1.1" 200 5056 0.054771 10.0.0.27 - - [2025-07-28 02:29:23] "POST /fqname-to-id HTTP/1.1" 404 188 0.029153 10.0.0.27 - - [2025-07-28 02:29:23] "GET /projects?obj_uuids=f8b881de-6e97-4e5a-b6a6-925e77d2c332&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002893 10.0.0.27 - - [2025-07-28 02:29:23] "GET /obj-perms HTTP/1.1" 200 5056 0.091924 10.0.0.27 - - [2025-07-28 02:29:23] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000991 10.0.0.27 - - [2025-07-28 02:29:23] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006582 10.0.0.27 - - [2025-07-28 02:29:23] "POST /id-to-fqname HTTP/1.1" 200 190 0.001297 10.0.0.27 - - [2025-07-28 02:29:23] "POST /fqname-to-id HTTP/1.1" 404 199 0.002169 10.0.0.27 - - [2025-07-28 02:29:24] "POST /security-groups HTTP/1.1" 200 591 0.063712 10.0.0.27 - - [2025-07-28 02:29:24] "POST /fqname-to-id HTTP/1.1" 404 234 0.002550 10.0.0.27 - - [2025-07-28 02:29:24] "POST /projects HTTP/1.1" 200 585 0.207642 10.0.0.27 - - [2025-07-28 02:29:24] "POST /access-control-lists HTTP/1.1" 200 596 0.057028 10.0.0.27 - - [2025-07-28 02:29:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.277389 10.0.0.27 - - [2025-07-28 02:29:24] "POST /fqname-to-id HTTP/1.1" 404 233 0.002618 10.0.0.27 - - [2025-07-28 02:29:24] "GET /project/f8b881de-6e97-4e5a-b6a6-925e77d2c332?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.394686 10.0.0.27 - - [2025-07-28 02:29:24] "POST /access-control-lists HTTP/1.1" 200 594 0.059904 10.0.0.27 - - [2025-07-28 02:29:24] "GET / HTTP/1.1" 200 35931 0.002932 10.0.0.27 - - [2025-07-28 02:29:25] "GET / HTTP/1.1" 200 35931 0.001575 10.0.0.27 - - [2025-07-28 02:29:25] "POST /fqname-to-id HTTP/1.1" 404 183 0.002822 10.0.0.27 - - [2025-07-28 02:29:25] "POST /api-access-lists HTTP/1.1" 200 521 0.014187 10.0.0.27 - - [2025-07-28 02:29:25] "GET /api-access-list/9a0ae98e-71ff-4cdf-9cf9-85220d156fef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.004481 10.0.0.27 - - [2025-07-28 02:29:25] "GET /api-access-list/9a0ae98e-71ff-4cdf-9cf9-85220d156fef HTTP/1.1" 401 292 0.000434 10.0.0.27 - - [2025-07-28 02:29:26] "GET /api-access-list/9a0ae98e-71ff-4cdf-9cf9-85220d156fef HTTP/1.1" 200 1290 0.062543 10.0.0.27 - - [2025-07-28 02:29:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000893 10.0.0.27 - - [2025-07-28 02:29:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.034910 10.0.0.27 - - [2025-07-28 02:29:26] "GET /projects?obj_uuids=4b80a58f-13ae-4069-bf4a-b669dc3874c8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001215 10.0.0.27 - - [2025-07-28 02:29:26] "GET /project/4b80a58f-13ae-4069-bf4a-b669dc3874c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.034385 10.0.0.27 - - [2025-07-28 02:29:26] "GET /virtual-networks?parent_id=4b80a58f-13ae-4069-bf4a-b669dc3874c8&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012852 10.0.0.27 - - [2025-07-28 02:29:26] "POST /virtual-networks HTTP/1.1" 200 583 0.042588 10.0.0.27 - - [2025-07-28 02:29:26] "POST /route-targets HTTP/1.1" 200 327 0.008777 10.0.0.27 - - [2025-07-28 02:29:26] "POST /ref-update HTTP/1.1" 200 156 0.010127 10.0.0.27 - - [2025-07-28 02:29:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.011472 10.0.0.27 - - [2025-07-28 02:29:26] "GET /network-ipam/7a9d051e-c55c-483f-951b-3e721cc80e63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.010639 10.0.0.27 - - [2025-07-28 02:29:27] "POST /useragent-kv HTTP/1.1" 200 115 0.023155 10.0.0.27 - - [2025-07-28 02:29:27] "POST /ref-update HTTP/1.1" 200 156 0.063904 10.0.0.27 - - [2025-07-28 02:29:27] "POST /neutron/network HTTP/1.1" 200 848 0.043403 10.0.0.27 - - [2025-07-28 02:29:27] "POST /neutron/network HTTP/1.1" 200 848 0.017905 10.0.0.27 - - [2025-07-28 02:29:27] "GET /virtual-network/d9c27128-9766-456c-ad56-af9ab8105360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.012647 10.0.0.27 - - [2025-07-28 02:29:27] "POST /neutron/network HTTP/1.1" 200 848 0.025109 10.0.0.27 - - [2025-07-28 02:29:27] "POST /neutron/subnet HTTP/1.1" 200 679 0.028643 10.0.0.27 - - [2025-07-28 02:29:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000457 10.0.0.27 - - [2025-07-28 02:29:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.032393 10.0.0.27 - - [2025-07-28 02:29:27] "GET /projects?obj_uuids=f8b881de-6e97-4e5a-b6a6-925e77d2c332&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001125 10.0.0.27 - - [2025-07-28 02:29:27] "GET /project/f8b881de-6e97-4e5a-b6a6-925e77d2c332?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.036096 10.0.0.27 - - [2025-07-28 02:29:27] "GET /virtual-networks?parent_id=f8b881de-6e97-4e5a-b6a6-925e77d2c332&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012403 10.0.0.27 - - [2025-07-28 02:29:27] "POST /virtual-networks HTTP/1.1" 200 583 0.052704 10.0.0.27 - - [2025-07-28 02:29:27] "POST /route-targets HTTP/1.1" 200 327 0.012579 10.0.0.27 - - [2025-07-28 02:29:27] "POST /ref-update HTTP/1.1" 200 156 0.016067 10.0.0.27 - - [2025-07-28 02:29:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.016626 10.0.0.27 - - [2025-07-28 02:29:27] "GET /network-ipam/7a9d051e-c55c-483f-951b-3e721cc80e63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.015747 10.0.0.27 - - [2025-07-28 02:29:28] "POST /useragent-kv HTTP/1.1" 200 115 0.004845 10.0.0.27 - - [2025-07-28 02:29:28] "POST /ref-update HTTP/1.1" 200 156 0.055871 10.0.0.27 - - [2025-07-28 02:29:28] "POST /neutron/network HTTP/1.1" 200 848 0.048758 10.0.0.27 - - [2025-07-28 02:29:28] "POST /neutron/network HTTP/1.1" 200 848 0.022645 10.0.0.27 - - [2025-07-28 02:29:28] "GET /virtual-network/87339f35-f6e6-4bf5-a6a1-ee7e7d83a8b2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.016234 10.0.0.27 - - [2025-07-28 02:29:28] "POST /neutron/network HTTP/1.1" 200 848 0.025337 10.0.0.27 - - [2025-07-28 02:29:28] "POST /neutron/subnet HTTP/1.1" 200 679 0.028047 10.0.0.27 - - [2025-07-28 02:29:28] "GET /virtual-network/d9c27128-9766-456c-ad56-af9ab8105360 HTTP/1.1" 401 292 0.000578 10.0.0.27 - - [2025-07-28 02:29:28] "GET /virtual-network/d9c27128-9766-456c-ad56-af9ab8105360 HTTP/1.1" 200 2314 0.037596 10.0.0.27 - - [2025-07-28 02:29:28] "GET /virtual-network/d9c27128-9766-456c-ad56-af9ab8105360 HTTP/1.1" 401 292 0.000383 10.0.0.27 - - [2025-07-28 02:29:28] "GET /virtual-network/d9c27128-9766-456c-ad56-af9ab8105360 HTTP/1.1" 403 376 0.031300 10.0.0.27 - - [2025-07-28 02:29:28] "GET /virtual-network/d9c27128-9766-456c-ad56-af9ab8105360 HTTP/1.1" 200 2314 0.004354 10.0.0.27 - - [2025-07-28 02:29:29] "GET /virtual-networks HTTP/1.1" 200 371 0.021046 10.0.0.27 - - [2025-07-28 02:29:29] "GET /virtual-networks HTTP/1.1" 200 371 0.018185 10.0.0.27 - - [2025-07-28 02:29:29] "PUT /virtual-network/d9c27128-9766-456c-ad56-af9ab8105360 HTTP/1.1" 200 264 0.025608 10.0.0.27 - - [2025-07-28 02:29:29] "GET /virtual-networks HTTP/1.1" 200 132 0.020098 10.0.0.27 - - [2025-07-28 02:29:29] "GET /virtual-networks HTTP/1.1" 200 611 0.017793 10.0.0.27 - - [2025-07-28 02:29:29] "GET /virtual-networks HTTP/1.1" 200 1647 0.002693 10.0.0.27 - - [2025-07-28 02:29:29] "PUT /virtual-network/d9c27128-9766-456c-ad56-af9ab8105360 HTTP/1.1" 200 264 0.026411 10.0.0.27 - - [2025-07-28 02:29:29] "POST /useragent-kv HTTP/1.1" 200 115 0.004648 10.0.0.27 - - [2025-07-28 02:29:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005353 10.0.0.27 - - [2025-07-28 02:29:29] "POST /useragent-kv HTTP/1.1" 200 115 0.001831 10.0.0.27 - - [2025-07-28 02:29:29] "DELETE /virtual-network/87339f35-f6e6-4bf5-a6a1-ee7e7d83a8b2 HTTP/1.1" 200 115 0.079498 10.0.0.27 - - [2025-07-28 02:29:29] "DELETE /route-target/349705f3-22b0-4c1e-8480-8feffdd24197 HTTP/1.1" 200 115 0.019832 10.0.0.27 - - [2025-07-28 02:29:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.27 - - [2025-07-28 02:29:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002617 10.0.0.27 - - [2025-07-28 02:29:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002210 10.0.0.27 - - [2025-07-28 02:29:29] "DELETE /virtual-network/d9c27128-9766-456c-ad56-af9ab8105360 HTTP/1.1" 200 115 0.090173 10.0.0.27 - - [2025-07-28 02:29:29] "DELETE /route-target/c4f1a2c1-4ab3-4039-95c8-a1497bf0f28f HTTP/1.1" 200 115 0.024946 10.0.0.27 - - [2025-07-28 02:29:29] "DELETE /api-access-list/9a0ae98e-71ff-4cdf-9cf9-85220d156fef HTTP/1.1" 200 115 0.026152 10.0.0.27 - - [2025-07-28 02:29:29] "GET /api-access-list/9a0ae98e-71ff-4cdf-9cf9-85220d156fef HTTP/1.1" 404 171 0.002396 10.0.0.27 - - [2025-07-28 02:29:29] "GET /projects?obj_uuids=f8b881de-6e97-4e5a-b6a6-925e77d2c332&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001169 10.0.0.27 - - [2025-07-28 02:29:29] "GET /project/f8b881de-6e97-4e5a-b6a6-925e77d2c332?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.027772 10.0.0.27 - - [2025-07-28 02:29:29] "GET /projects?obj_uuids=f8b881de-6e97-4e5a-b6a6-925e77d2c332&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001038 10.0.0.27 - - [2025-07-28 02:29:29] "GET /project/f8b881de-6e97-4e5a-b6a6-925e77d2c332?fields=virtual_networks HTTP/1.1" 200 1043 0.065111 10.0.0.27 - - [2025-07-28 02:29:29] "GET /projects?obj_uuids=f8b881de-6e97-4e5a-b6a6-925e77d2c332&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001038 10.0.0.27 - - [2025-07-28 02:29:29] "GET /project/f8b881de-6e97-4e5a-b6a6-925e77d2c332?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.027341 10.0.0.27 - - [2025-07-28 02:29:29] "GET /projects?obj_uuids=f8b881de-6e97-4e5a-b6a6-925e77d2c332&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001065 10.0.0.27 - - [2025-07-28 02:29:29] "GET /project/f8b881de-6e97-4e5a-b6a6-925e77d2c332?fields=security_groups HTTP/1.1" 200 1269 0.022661 10.0.0.27 - - [2025-07-28 02:29:30] "GET /projects?obj_uuids=4b80a58f-13ae-4069-bf4a-b669dc3874c8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001392 10.0.0.27 - - [2025-07-28 02:29:30] "GET /project/4b80a58f-13ae-4069-bf4a-b669dc3874c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.027040 10.0.0.27 - - [2025-07-28 02:29:30] "GET /projects?obj_uuids=4b80a58f-13ae-4069-bf4a-b669dc3874c8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001679 10.0.0.27 - - [2025-07-28 02:29:30] "GET /project/4b80a58f-13ae-4069-bf4a-b669dc3874c8?fields=virtual_networks HTTP/1.1" 200 1042 0.063584 10.0.0.27 - - [2025-07-28 02:29:30] "GET /projects?obj_uuids=4b80a58f-13ae-4069-bf4a-b669dc3874c8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001108 10.0.0.27 - - [2025-07-28 02:29:30] "GET /project/4b80a58f-13ae-4069-bf4a-b669dc3874c8?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.031630 10.0.0.27 - - [2025-07-28 02:29:30] "GET /projects?obj_uuids=4b80a58f-13ae-4069-bf4a-b669dc3874c8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001217 10.0.0.27 - - [2025-07-28 02:29:30] "GET /project/4b80a58f-13ae-4069-bf4a-b669dc3874c8?fields=security_groups HTTP/1.1" 200 1268 0.026268 10.0.0.27 - - [2025-07-28 02:29:31] "GET /aaa-mode HTTP/1.1" 200 128 0.001126 10.0.0.27 - - [2025-07-28 02:29:31] "GET / HTTP/1.1" 200 35931 0.001513 10.0.0.27 - - [2025-07-28 02:29:32] "GET / HTTP/1.1" 200 35931 0.001998 10.0.0.27 - - [2025-07-28 02:29:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000658 10.0.0.27 - - [2025-07-28 02:29:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.062665 10.0.0.27 - - [2025-07-28 02:29:33] "GET /projects?obj_uuids=ead44233-decf-4373-9227-86f3cfe65900&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001193 10.0.0.27 - - [2025-07-28 02:29:33] "GET /project/ead44233-decf-4373-9227-86f3cfe65900?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.033726 10.0.0.27 - - [2025-07-28 02:29:33] "GET /virtual-networks?parent_id=ead44233-decf-4373-9227-86f3cfe65900&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.008471 10.0.0.27 - - [2025-07-28 02:29:33] "POST /fqname-to-id HTTP/1.1" 404 197 0.008934 10.0.0.27 - - [2025-07-28 02:29:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.010459 10.0.0.27 - - [2025-07-28 02:29:33] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001168 10.0.0.27 - - [2025-07-28 02:29:33] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.014281 10.0.0.27 - - [2025-07-28 02:29:33] "POST /service-templates HTTP/1.1" 403 264 0.008771 10.0.0.27 - - [2025-07-28 02:29:33] "POST /fqname-to-id HTTP/1.1" 404 215 0.003068 10.0.0.27 - - [2025-07-28 02:29:33] "POST /api-access-lists HTTP/1.1" 200 555 0.016097 10.0.0.27 - - [2025-07-28 02:29:33] "GET /api-access-list/60e03aa4-68de-4bc9-afcc-a9ec66106277?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1323 0.005209 10.0.0.27 - - [2025-07-28 02:29:33] "GET /api-access-list/60e03aa4-68de-4bc9-afcc-a9ec66106277 HTTP/1.1" 200 1323 0.003675 10.0.0.27 - - [2025-07-28 02:29:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.011418 10.0.0.27 - - [2025-07-28 02:29:33] "GET /projects?obj_uuids=ead44233-decf-4373-9227-86f3cfe65900&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001234 10.0.0.27 - - [2025-07-28 02:29:33] "GET /project/ead44233-decf-4373-9227-86f3cfe65900?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.039474 10.0.0.27 - - [2025-07-28 02:29:33] "GET /virtual-networks?parent_id=ead44233-decf-4373-9227-86f3cfe65900&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.013185 10.0.0.27 - - [2025-07-28 02:29:33] "POST /virtual-networks HTTP/1.1" 200 583 0.053174 10.0.0.27 - - [2025-07-28 02:29:33] "POST /route-targets HTTP/1.1" 200 327 0.012786 10.0.0.27 - - [2025-07-28 02:29:33] "POST /ref-update HTTP/1.1" 200 156 0.010846 10.0.0.27 - - [2025-07-28 02:29:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.012967 10.0.0.27 - - [2025-07-28 02:29:34] "GET /network-ipam/7a9d051e-c55c-483f-951b-3e721cc80e63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.010968 10.0.0.27 - - [2025-07-28 02:29:34] "POST /useragent-kv HTTP/1.1" 200 115 0.004314 10.0.0.27 - - [2025-07-28 02:29:34] "POST /ref-update HTTP/1.1" 200 156 0.058798 10.0.0.27 - - [2025-07-28 02:29:34] "POST /neutron/network HTTP/1.1" 200 849 0.048546 10.0.0.27 - - [2025-07-28 02:29:34] "POST /neutron/network HTTP/1.1" 200 849 0.019681 10.0.0.27 - - [2025-07-28 02:29:34] "GET /virtual-network/bf62026d-83f4-4384-a683-5386b0b7e5c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.018100 10.0.0.27 - - [2025-07-28 02:29:34] "POST /neutron/network HTTP/1.1" 200 849 0.024757 10.0.0.27 - - [2025-07-28 02:29:34] "POST /neutron/subnet HTTP/1.1" 200 681 0.027481 10.0.0.27 - - [2025-07-28 02:29:34] "POST /neutron/network HTTP/1.1" 200 849 0.072282 10.0.0.27 - - [2025-07-28 02:29:34] "GET /virtual-network/bf62026d-83f4-4384-a683-5386b0b7e5c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.005024 10.0.0.27 - - [2025-07-28 02:29:34] "GET /network-ipam/7a9d051e-c55c-483f-951b-3e721cc80e63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.003202 10.0.0.27 - - [2025-07-28 02:29:34] "GET /domains HTTP/1.1" 200 280 0.002842 10.0.0.27 - - [2025-07-28 02:29:34] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001181 10.0.0.27 - - [2025-07-28 02:29:34] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491 HTTP/1.1" 200 3127 0.007481 10.0.0.27 - - [2025-07-28 02:29:34] "GET /projects?obj_uuids=ead44233-decf-4373-9227-86f3cfe65900&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001177 10.0.0.27 - - [2025-07-28 02:29:34] "GET /project/ead44233-decf-4373-9227-86f3cfe65900 HTTP/1.1" 200 2363 0.067516 10.0.0.27 - - [2025-07-28 02:29:34] "GET /virtual-network/bf62026d-83f4-4384-a683-5386b0b7e5c5 HTTP/1.1" 200 2315 0.006393 10.0.0.27 - - [2025-07-28 02:29:34] "GET /virtual-network/bf62026d-83f4-4384-a683-5386b0b7e5c5 HTTP/1.1" 200 2315 0.005991 10.0.0.27 - - [2025-07-28 02:29:34] "GET /routing-instance/5b73c8d7-72f5-4b0a-a291-27efa0067183 HTTP/1.1" 200 1555 0.004507 10.0.0.27 - - [2025-07-28 02:29:34] "GET /routing-instance/5b73c8d7-72f5-4b0a-a291-27efa0067183 HTTP/1.1" 200 1555 0.003596 10.0.0.27 - - [2025-07-28 02:29:34] "GET /route-target/dd402664-ce6b-4c68-8e18-9c05600e1d6b HTTP/1.1" 200 1245 0.003339 10.0.0.27 - - [2025-07-28 02:29:34] "GET /virtual-network/bf62026d-83f4-4384-a683-5386b0b7e5c5 HTTP/1.1" 200 2315 0.004944 10.0.0.27 - - [2025-07-28 02:29:34] "GET /routing-instance/5b73c8d7-72f5-4b0a-a291-27efa0067183 HTTP/1.1" 200 1555 0.003482 10.0.0.27 - - [2025-07-28 02:29:34] "GET /virtual-network/bf62026d-83f4-4384-a683-5386b0b7e5c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.005154 10.0.0.27 - - [2025-07-28 02:29:34] "GET /virtual-network/bf62026d-83f4-4384-a683-5386b0b7e5c5 HTTP/1.1" 200 2315 0.005698 10.0.0.27 - - [2025-07-28 02:29:34] "GET /routing-instance/5b73c8d7-72f5-4b0a-a291-27efa0067183 HTTP/1.1" 200 1555 0.003724 10.0.0.27 - - [2025-07-28 02:29:34] "GET /routing-instance/5b73c8d7-72f5-4b0a-a291-27efa0067183 HTTP/1.1" 200 1555 0.006146 10.0.0.27 - - [2025-07-28 02:29:34] "GET /route-target/dd402664-ce6b-4c68-8e18-9c05600e1d6b HTTP/1.1" 200 1245 0.003399 10.0.0.27 - - [2025-07-28 02:29:34] "GET /domains HTTP/1.1" 200 280 0.002717 10.0.0.27 - - [2025-07-28 02:29:34] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001308 10.0.0.27 - - [2025-07-28 02:29:34] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491 HTTP/1.1" 200 3127 0.007892 10.0.0.27 - - [2025-07-28 02:29:34] "GET /projects?obj_uuids=ead44233-decf-4373-9227-86f3cfe65900&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001462 10.0.0.27 - - [2025-07-28 02:29:34] "GET /project/ead44233-decf-4373-9227-86f3cfe65900 HTTP/1.1" 200 2363 0.068073 10.0.0.27 - - [2025-07-28 02:29:34] "GET /virtual-network/bf62026d-83f4-4384-a683-5386b0b7e5c5 HTTP/1.1" 200 2315 0.005636 10.0.0.27 - - [2025-07-28 02:29:35] "GET /obj-perms HTTP/1.1" 200 5030 0.056571 10.0.0.27 - - [2025-07-28 02:29:35] "POST /fqname-to-id HTTP/1.1" 404 197 0.008979 10.0.0.27 - - [2025-07-28 02:29:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.009534 10.0.0.27 - - [2025-07-28 02:29:35] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001215 10.0.0.27 - - [2025-07-28 02:29:35] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.016052 10.0.0.27 - - [2025-07-28 02:29:35] "POST /service-templates HTTP/1.1" 403 264 0.009742 10.0.0.27 - - [2025-07-28 02:29:35] "POST /fqname-to-id HTTP/1.1" 404 183 0.002684 10.0.0.27 - - [2025-07-28 02:29:35] "POST /api-access-lists HTTP/1.1" 200 521 0.014273 10.0.0.27 - - [2025-07-28 02:29:35] "GET /api-access-list/2cd64215-fe19-46a8-9308-4d2e2b9d27f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.004388 10.0.0.27 - - [2025-07-28 02:29:35] "GET /api-access-list/2cd64215-fe19-46a8-9308-4d2e2b9d27f6 HTTP/1.1" 200 1290 0.003270 10.0.0.27 - - [2025-07-28 02:29:35] "POST /fqname-to-id HTTP/1.1" 404 197 0.010489 10.0.0.27 - - [2025-07-28 02:29:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.010314 10.0.0.27 - - [2025-07-28 02:29:35] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001297 10.0.0.27 - - [2025-07-28 02:29:35] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.016923 10.0.0.27 - - [2025-07-28 02:29:35] "POST /service-templates HTTP/1.1" 200 551 0.027352 10.0.0.27 - - [2025-07-28 02:29:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.014632 10.0.0.27 - - [2025-07-28 02:29:35] "GET /service-template/43320ac1-00cc-438d-b8b4-49ecc035d1f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.012363 10.0.0.27 - - [2025-07-28 02:29:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.013455 10.0.0.27 - - [2025-07-28 02:29:35] "GET /service-template/43320ac1-00cc-438d-b8b4-49ecc035d1f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.013119 10.0.0.27 - - [2025-07-28 02:29:35] "GET /virtual-network/bf62026d-83f4-4384-a683-5386b0b7e5c5 HTTP/1.1" 401 292 0.000477 10.0.0.27 - - [2025-07-28 02:29:36] "GET /virtual-network/bf62026d-83f4-4384-a683-5386b0b7e5c5 HTTP/1.1" 403 263 0.032454 10.0.0.27 - - [2025-07-28 02:29:36] "GET /service-template/43320ac1-00cc-438d-b8b4-49ecc035d1f1 HTTP/1.1" 403 264 0.009261 10.0.0.27 - - [2025-07-28 02:29:36] "GET /service-template/43320ac1-00cc-438d-b8b4-49ecc035d1f1 HTTP/1.1" 403 264 0.033136 10.0.0.27 - - [2025-07-28 02:29:36] "GET /api-access-list/60e03aa4-68de-4bc9-afcc-a9ec66106277?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1323 0.002908 10.0.0.27 - - [2025-07-28 02:29:36] "PUT /api-access-list/60e03aa4-68de-4bc9-afcc-a9ec66106277 HTTP/1.1" 200 264 0.007974 10.0.0.27 - - [2025-07-28 02:29:36] "GET /api-access-list/60e03aa4-68de-4bc9-afcc-a9ec66106277 HTTP/1.1" 200 1460 0.004064 10.0.0.27 - - [2025-07-28 02:29:36] "GET /virtual-network/bf62026d-83f4-4384-a683-5386b0b7e5c5 HTTP/1.1" 200 2315 0.015130 10.0.0.27 - - [2025-07-28 02:29:36] "POST /fqname-to-id HTTP/1.1" 401 292 0.000489 10.0.0.27 - - [2025-07-28 02:29:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.039333 10.0.0.27 - - [2025-07-28 02:29:37] "GET /projects?obj_uuids=ead44233-decf-4373-9227-86f3cfe65900&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001287 10.0.0.27 - - [2025-07-28 02:29:37] "GET /project/ead44233-decf-4373-9227-86f3cfe65900?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.047058 10.0.0.27 - - [2025-07-28 02:29:37] "GET /virtual-networks?parent_id=ead44233-decf-4373-9227-86f3cfe65900&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.013880 10.0.0.27 - - [2025-07-28 02:29:37] "POST /virtual-networks HTTP/1.1" 403 263 0.009216 10.0.0.27 - - [2025-07-28 02:29:37] "GET /service-template/43320ac1-00cc-438d-b8b4-49ecc035d1f1 HTTP/1.1" 403 264 0.009544 10.0.0.27 - - [2025-07-28 02:29:37] "GET /service-template/43320ac1-00cc-438d-b8b4-49ecc035d1f1 HTTP/1.1" 403 264 0.033113 10.0.0.27 - - [2025-07-28 02:29:37] "GET /api-access-list/2cd64215-fe19-46a8-9308-4d2e2b9d27f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.003157 10.0.0.27 - - [2025-07-28 02:29:37] "PUT /api-access-list/2cd64215-fe19-46a8-9308-4d2e2b9d27f6 HTTP/1.1" 200 264 0.009177 10.0.0.27 - - [2025-07-28 02:29:37] "GET /api-access-list/2cd64215-fe19-46a8-9308-4d2e2b9d27f6 HTTP/1.1" 200 1428 0.003495 10.0.0.27 - - [2025-07-28 02:29:37] "GET /service-template/43320ac1-00cc-438d-b8b4-49ecc035d1f1 HTTP/1.1" 200 1853 0.012890 10.0.0.27 - - [2025-07-28 02:29:37] "POST /fqname-to-id HTTP/1.1" 404 197 0.009804 10.0.0.27 - - [2025-07-28 02:29:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.013592 10.0.0.27 - - [2025-07-28 02:29:37] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001737 10.0.0.27 - - [2025-07-28 02:29:37] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.021843 10.0.0.27 - - [2025-07-28 02:29:37] "POST /service-templates HTTP/1.1" 403 264 0.008988 10.0.0.27 - - [2025-07-28 02:29:37] "GET /api-access-list/60e03aa4-68de-4bc9-afcc-a9ec66106277?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.003557 10.0.0.27 - - [2025-07-28 02:29:37] "PUT /api-access-list/60e03aa4-68de-4bc9-afcc-a9ec66106277 HTTP/1.1" 200 264 0.009977 10.0.0.27 - - [2025-07-28 02:29:37] "GET /api-access-list/60e03aa4-68de-4bc9-afcc-a9ec66106277 HTTP/1.1" 200 1323 0.003431 10.0.0.27 - - [2025-07-28 02:29:37] "GET /api-access-list/2cd64215-fe19-46a8-9308-4d2e2b9d27f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.002862 10.0.0.27 - - [2025-07-28 02:29:38] "PUT /api-access-list/2cd64215-fe19-46a8-9308-4d2e2b9d27f6 HTTP/1.1" 200 264 0.009045 10.0.0.27 - - [2025-07-28 02:29:38] "GET /api-access-list/2cd64215-fe19-46a8-9308-4d2e2b9d27f6 HTTP/1.1" 200 1290 0.003457 10.0.0.27 - - [2025-07-28 02:29:38] "GET /virtual-network/bf62026d-83f4-4384-a683-5386b0b7e5c5 HTTP/1.1" 403 263 0.008602 10.0.0.27 - - [2025-07-28 02:29:38] "GET /virtual-network/bf62026d-83f4-4384-a683-5386b0b7e5c5 HTTP/1.1" 403 263 0.031758 10.0.0.27 - - [2025-07-28 02:29:38] "GET /service-template/43320ac1-00cc-438d-b8b4-49ecc035d1f1 HTTP/1.1" 403 264 0.008329 10.0.0.27 - - [2025-07-28 02:29:38] "GET /service-template/43320ac1-00cc-438d-b8b4-49ecc035d1f1 HTTP/1.1" 403 264 0.030561 10.0.0.27 - - [2025-07-28 02:29:38] "GET /api-access-list/4b4b4c42-b9eb-4fdd-a885-7a7cc4701299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.003698 10.0.0.27 - - [2025-07-28 02:29:38] "PUT /api-access-list/4b4b4c42-b9eb-4fdd-a885-7a7cc4701299 HTTP/1.1" 200 264 0.008128 10.0.0.27 - - [2025-07-28 02:29:38] "GET /service-template/43320ac1-00cc-438d-b8b4-49ecc035d1f1 HTTP/1.1" 200 1853 0.012792 10.0.0.27 - - [2025-07-28 02:29:38] "GET /virtual-network/bf62026d-83f4-4384-a683-5386b0b7e5c5 HTTP/1.1" 200 2315 0.023264 10.0.0.27 - - [2025-07-28 02:29:38] "DELETE /api-access-list/60e03aa4-68de-4bc9-afcc-a9ec66106277 HTTP/1.1" 200 115 0.026938 10.0.0.27 - - [2025-07-28 02:29:38] "GET /api-access-list/60e03aa4-68de-4bc9-afcc-a9ec66106277 HTTP/1.1" 404 171 0.002251 10.0.0.27 - - [2025-07-28 02:29:38] "DELETE /api-access-list/2cd64215-fe19-46a8-9308-4d2e2b9d27f6 HTTP/1.1" 200 115 0.019610 10.0.0.27 - - [2025-07-28 02:29:38] "GET /api-access-list/2cd64215-fe19-46a8-9308-4d2e2b9d27f6 HTTP/1.1" 404 171 0.002728 10.0.0.27 - - [2025-07-28 02:29:38] "GET /virtual-network/bf62026d-83f4-4384-a683-5386b0b7e5c5 HTTP/1.1" 401 292 0.000359 10.0.0.27 - - [2025-07-28 02:29:39] "GET /virtual-network/bf62026d-83f4-4384-a683-5386b0b7e5c5 HTTP/1.1" 403 263 0.033241 10.0.0.27 - - [2025-07-28 02:29:39] "GET /service-template/43320ac1-00cc-438d-b8b4-49ecc035d1f1 HTTP/1.1" 403 264 0.006205 10.0.0.27 - - [2025-07-28 02:29:39] "GET /service-template/43320ac1-00cc-438d-b8b4-49ecc035d1f1 HTTP/1.1" 403 264 0.027980 10.0.0.27 - - [2025-07-28 02:29:39] "GET /api-access-list/4b4b4c42-b9eb-4fdd-a885-7a7cc4701299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.003341 10.0.0.27 - - [2025-07-28 02:29:39] "PUT /api-access-list/4b4b4c42-b9eb-4fdd-a885-7a7cc4701299 HTTP/1.1" 200 264 0.008718 10.0.0.27 - - [2025-07-28 02:29:39] "GET /virtual-network/bf62026d-83f4-4384-a683-5386b0b7e5c5 HTTP/1.1" 200 2315 0.014127 10.0.0.27 - - [2025-07-28 02:29:39] "GET /service-template/43320ac1-00cc-438d-b8b4-49ecc035d1f1 HTTP/1.1" 200 1853 0.010042 10.0.0.27 - - [2025-07-28 02:29:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.009120 10.0.0.27 - - [2025-07-28 02:29:39] "DELETE /service-template/43320ac1-00cc-438d-b8b4-49ecc035d1f1 HTTP/1.1" 200 115 0.029487 10.0.0.27 - - [2025-07-28 02:29:39] "POST /fqname-to-id HTTP/1.1" 404 197 0.010765 10.0.0.27 - - [2025-07-28 02:29:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004150 10.0.0.27 - - [2025-07-28 02:29:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002445 10.0.0.27 - - [2025-07-28 02:29:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003272 10.0.0.27 - - [2025-07-28 02:29:39] "DELETE /virtual-network/bf62026d-83f4-4384-a683-5386b0b7e5c5 HTTP/1.1" 200 115 0.077935 10.0.0.27 - - [2025-07-28 02:29:39] "DELETE /route-target/dd402664-ce6b-4c68-8e18-9c05600e1d6b HTTP/1.1" 200 115 0.013684 10.0.0.27 - - [2025-07-28 02:29:40] "GET /api-access-list/4b4b4c42-b9eb-4fdd-a885-7a7cc4701299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.003786 10.0.0.27 - - [2025-07-28 02:29:40] "PUT /api-access-list/4b4b4c42-b9eb-4fdd-a885-7a7cc4701299 HTTP/1.1" 200 264 0.008731 10.0.0.27 - - [2025-07-28 02:29:40] "GET /api-access-list/4b4b4c42-b9eb-4fdd-a885-7a7cc4701299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2691 0.003564 10.0.0.27 - - [2025-07-28 02:29:40] "PUT /api-access-list/4b4b4c42-b9eb-4fdd-a885-7a7cc4701299 HTTP/1.1" 200 264 0.009063 10.0.0.27 - - [2025-07-28 02:29:40] "GET /api-access-list/4b4b4c42-b9eb-4fdd-a885-7a7cc4701299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.003675 10.0.0.27 - - [2025-07-28 02:29:40] "PUT /api-access-list/4b4b4c42-b9eb-4fdd-a885-7a7cc4701299 HTTP/1.1" 200 264 0.009991 10.0.0.27 - - [2025-07-28 02:29:40] "GET /projects?obj_uuids=ead44233-decf-4373-9227-86f3cfe65900&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001166 10.0.0.27 - - [2025-07-28 02:29:41] "GET /project/ead44233-decf-4373-9227-86f3cfe65900?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.025991 10.0.0.27 - - [2025-07-28 02:29:41] "GET /projects?obj_uuids=ead44233-decf-4373-9227-86f3cfe65900&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001220 10.0.0.27 - - [2025-07-28 02:29:41] "GET /project/ead44233-decf-4373-9227-86f3cfe65900?fields=virtual_networks HTTP/1.1" 200 1043 0.072359 10.0.0.27 - - [2025-07-28 02:29:41] "GET /projects?obj_uuids=ead44233-decf-4373-9227-86f3cfe65900&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001129 10.0.0.27 - - [2025-07-28 02:29:41] "GET /project/ead44233-decf-4373-9227-86f3cfe65900?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.023710 10.0.0.27 - - [2025-07-28 02:29:41] "GET /projects?obj_uuids=ead44233-decf-4373-9227-86f3cfe65900&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001116 10.0.0.27 - - [2025-07-28 02:29:41] "GET /project/ead44233-decf-4373-9227-86f3cfe65900?fields=security_groups HTTP/1.1" 200 1269 0.025081 10.0.0.27 - - [2025-07-28 02:29:41] "GET /projects?obj_uuids=82617fc6-a394-4505-bd2f-5f9b85f372ec&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001169 10.0.0.27 - - [2025-07-28 02:29:41] "GET /project/82617fc6-a394-4505-bd2f-5f9b85f372ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.025621 [Introspect:8084]10.0.0.27 - - [2025-07-28 02:29:42] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001038 10.0.0.27 - - [2025-07-28 02:29:42] "POST /fqname-to-id HTTP/1.1" 404 184 0.025220 10.0.0.27 - - [2025-07-28 02:29:42] "GET /projects?obj_uuids=d8199078-16b8-4ada-a1dd-769929b142a8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002937 10.0.0.27 - - [2025-07-28 02:29:42] "GET /domains?obj_uuids=ca933165-11b8-4c9b-ba4e-b4d0e2be4491&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001112 10.0.0.27 - - [2025-07-28 02:29:42] "GET /domain/ca933165-11b8-4c9b-ba4e-b4d0e2be4491?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006990 10.0.0.27 - - [2025-07-28 02:29:42] "POST /id-to-fqname HTTP/1.1" 200 186 0.001943 10.0.0.27 - - [2025-07-28 02:29:42] "POST /fqname-to-id HTTP/1.1" 404 195 0.003256 10.0.0.27 - - [2025-07-28 02:29:42] "POST /security-groups HTTP/1.1" 200 587 0.059651 10.0.0.27 - - [2025-07-28 02:29:42] "POST /fqname-to-id HTTP/1.1" 404 230 0.002552 10.0.0.27 - - [2025-07-28 02:29:42] "POST /projects HTTP/1.1" 200 577 0.212410 10.0.0.27 - - [2025-07-28 02:29:43] "POST /access-control-lists HTTP/1.1" 200 592 0.055532 10.0.0.27 - - [2025-07-28 02:29:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.285222 10.0.0.27 - - [2025-07-28 02:29:43] "POST /fqname-to-id HTTP/1.1" 404 229 0.002707 10.0.0.27 - - [2025-07-28 02:29:43] "GET /project/d8199078-16b8-4ada-a1dd-769929b142a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.407215 10.0.0.27 - - [2025-07-28 02:29:43] "POST /access-control-lists HTTP/1.1" 200 590 0.059935 10.0.0.27 - - [2025-07-28 02:29:44] "GET / HTTP/1.1" 200 35931 0.002146 10.0.0.27 - - [2025-07-28 02:29:44] "GET /projects?obj_uuids=d8199078-16b8-4ada-a1dd-769929b142a8&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001165 10.0.0.27 - - [2025-07-28 02:29:44] "GET /project/d8199078-16b8-4ada-a1dd-769929b142a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.023618 10.0.0.27 - - [2025-07-28 02:29:44] "GET /projects?obj_uuids=d8199078-16b8-4ada-a1dd-769929b142a8&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001545 10.0.0.27 - - [2025-07-28 02:29:44] "GET /project/d8199078-16b8-4ada-a1dd-769929b142a8?fields=virtual_networks HTTP/1.1" 200 1035 0.074556 10.0.0.27 - - [2025-07-28 02:29:44] "GET /projects?obj_uuids=d8199078-16b8-4ada-a1dd-769929b142a8&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001291 10.0.0.27 - - [2025-07-28 02:29:44] "GET /project/d8199078-16b8-4ada-a1dd-769929b142a8?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.031302 10.0.0.27 - - [2025-07-28 02:29:44] "GET /projects?obj_uuids=d8199078-16b8-4ada-a1dd-769929b142a8&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001633 10.0.0.27 - - [2025-07-28 02:29:44] "GET /project/d8199078-16b8-4ada-a1dd-769929b142a8?fields=security_groups HTTP/1.1" 200 1257 0.032148 10.0.0.27 - - [2025-07-28 02:30:18] "GET /projects?obj_uuids=a67f1804-4a55-43f8-bc12-9d86d70d2a82&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001351 10.0.0.27 - - [2025-07-28 02:30:18] "DELETE /project/d819907816b84adaa1dd769929b142a8 HTTP/1.1" 404 173 0.045331 10.0.0.27 - - [2025-07-28 02:30:18] "GET /project/a67f1804-4a55-43f8-bc12-9d86d70d2a82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.028094 10.0.0.27 - - [2025-07-28 02:30:18] "GET /projects?obj_uuids=a67f1804-4a55-43f8-bc12-9d86d70d2a82&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001127 10.0.0.27 - - [2025-07-28 02:30:18] "DELETE /project/4b80a58f13ae4069bf4ab669dc3874c8 HTTP/1.1" 404 173 0.071786 10.0.0.27 - - [2025-07-28 02:30:18] "GET /projects?obj_uuids=d8199078-16b8-4ada-a1dd-769929b142a8&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001010 10.0.0.27 - - [2025-07-28 02:30:18] "GET /projects?obj_uuids=ead44233-decf-4373-9227-86f3cfe65900&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001065 10.0.0.27 - - [2025-07-28 02:30:18] "GET /project/d8199078-16b8-4ada-a1dd-769929b142a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.035218 10.0.0.27 - - [2025-07-28 02:30:18] "DELETE /project/f8b881de6e974e5ab6a6925e77d2c332 HTTP/1.1" 404 173 0.140508 10.0.0.27 - - [2025-07-28 02:30:18] "DELETE /project/ead44233decf4373922786f3cfe65900 HTTP/1.1" 404 173 0.150206 10.0.0.27 - - [2025-07-28 02:30:18] "GET /projects?obj_uuids=d8199078-16b8-4ada-a1dd-769929b142a8&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001377 10.0.0.27 - - [2025-07-28 02:30:18] "GET /project/ead44233-decf-4373-9227-86f3cfe65900?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.063483 10.0.0.27 - - [2025-07-28 02:30:18] "GET /projects?obj_uuids=f8b881de-6e97-4e5a-b6a6-925e77d2c332&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001154 10.0.0.27 - - [2025-07-28 02:30:18] "GET /project/a67f1804-4a55-43f8-bc12-9d86d70d2a82?fields=security_groups HTTP/1.1" 200 1359 0.119174 10.0.0.27 - - [2025-07-28 02:30:18] "GET /projects?obj_uuids=4b80a58f-13ae-4069-bf4a-b669dc3874c8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001098 10.0.0.27 - - [2025-07-28 02:30:18] "GET /project/f8b881de-6e97-4e5a-b6a6-925e77d2c332?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.056187 10.0.0.27 - - [2025-07-28 02:30:18] "GET /project/4b80a58f-13ae-4069-bf4a-b669dc3874c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.059383 10.0.0.27 - - [2025-07-28 02:30:18] "GET /projects?obj_uuids=f8b881de-6e97-4e5a-b6a6-925e77d2c332&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001393 10.0.0.27 - - [2025-07-28 02:30:18] "GET /projects?obj_uuids=ead44233-decf-4373-9227-86f3cfe65900&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001017 10.0.0.27 - - [2025-07-28 02:30:18] "GET /project/d8199078-16b8-4ada-a1dd-769929b142a8?fields=security_groups HTTP/1.1" 200 1362 0.111778 10.0.0.27 - - [2025-07-28 02:30:18] "GET /project/f8b881de-6e97-4e5a-b6a6-925e77d2c332?fields=security_groups HTTP/1.1" 200 1374 0.052232 10.0.0.27 - - [2025-07-28 02:30:18] "GET /projects?obj_uuids=4b80a58f-13ae-4069-bf4a-b669dc3874c8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001042 10.0.0.27 - - [2025-07-28 02:30:18] "GET /project/4b80a58f-13ae-4069-bf4a-b669dc3874c8?fields=security_groups HTTP/1.1" 200 1373 0.051687 10.0.0.27 - - [2025-07-28 02:30:18] "GET /project/ead44233-decf-4373-9227-86f3cfe65900?fields=security_groups HTTP/1.1" 200 1374 0.130457 10.0.0.27 - - [2025-07-28 02:30:18] "DELETE /security-group/d2db29df-8dc6-4b0c-a613-3a8267c34fdc HTTP/1.1" 200 115 0.114748 10.0.0.27 - - [2025-07-28 02:30:18] "DELETE /access-control-list/8de22bc0-f908-4f29-a951-fc2e8a0b96a2 HTTP/1.1" 200 115 0.068491 10.0.0.27 - - [2025-07-28 02:30:18] "GET /projects?obj_uuids=a67f1804-4a55-43f8-bc12-9d86d70d2a82&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001072 10.0.0.27 - - [2025-07-28 02:30:18] "GET /project/a67f1804-4a55-43f8-bc12-9d86d70d2a82?fields=application_policy_sets HTTP/1.1" 200 1398 0.055952 10.0.0.27 - - [2025-07-28 02:30:18] "DELETE /access-control-list/ca52415f-876c-486d-b5c1-8b45420d476d HTTP/1.1" 200 115 0.073872 10.0.0.27 - - [2025-07-28 02:30:18] "DELETE /security-group/f3bee5fd-c557-4a7b-b862-8fdf79ad338c HTTP/1.1" 200 115 0.164289 10.0.0.27 - - [2025-07-28 02:30:18] "GET /projects?obj_uuids=d8199078-16b8-4ada-a1dd-769929b142a8&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002263 10.0.0.27 - - [2025-07-28 02:30:18] "DELETE /security-group/901a4c19-5486-48ff-9b89-75f727d4213d HTTP/1.1" 200 115 0.157444 10.0.0.27 - - [2025-07-28 02:30:18] "GET /projects?obj_uuids=f8b881de-6e97-4e5a-b6a6-925e77d2c332&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001516