++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Mon Jun 9 02:13:51 UTC 2025 ===================' INFO: =================== Mon Jun 9 02:13:51 UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ cut -d / -f 1 +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.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.14 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.14 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.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 +++ find_my_ip_and_order_for_node_list 10.0.0.27 +++ local servers=10.0.0.27 +++ local server_list= +++ IFS=, +++ cut -d ' ' -f 1 +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ uniq +++ local local_ips=,10.0.0.27,10.20.0.14,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in '"${server_list[@]}"' +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.27'\''))' +++ local server_ip=10.0.0.27 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.27 ]] +++ [[ ,10.0.0.27,10.20.0.14,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=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ sort ++ sed 's/^API__//g' ++ cut -d = -f 1 + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 06/09/2025 02:13:59.808 7f2d29888e08 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 06/09/2025 02:13:59.959 7f2d29888e08 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 06/09/2025 02:13:59.973 7f2d29888e08 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 06/09/2025 02:13:59.973 7f2d29888e08 [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-06-09 02:14:03] "GET / HTTP/1.1" 503 181 0.000298 10.0.0.27 - - [2025-06-09 02:14:03] "GET / HTTP/1.1" 503 181 0.000170 10.0.0.27 - - [2025-06-09 02:14:03] "GET / HTTP/1.1" 503 181 0.000272 10.0.0.27 - - [2025-06-09 02:14:04] "GET / HTTP/1.1" 200 45871 0.001747 10.0.0.27 - - [2025-06-09 02:14:04] "GET / HTTP/1.1" 200 45871 0.001186 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-06-09 02:14:04] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000572 10.0.0.27 - - [2025-06-09 02:14:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.000283 10.0.0.27 - - [2025-06-09 02:14:04] "GET / HTTP/1.1" 200 35931 0.001597 10.0.0.27 - - [2025-06-09 02:14:04] "GET / HTTP/1.1" 200 35931 0.001737 10.0.0.27 - - [2025-06-09 02:14:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.000622 10.0.0.27 - - [2025-06-09 02:14:05] "GET / HTTP/1.1" 200 35931 0.002701 10.0.0.27 - - [2025-06-09 02:14:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000489 10.0.0.27 - - [2025-06-09 02:14:05] "GET / HTTP/1.1" 200 35931 0.002319 10.0.0.27 - - [2025-06-09 02:14:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000509 10.0.0.27 - - [2025-06-09 02:14:06] "GET / HTTP/1.1" 200 35931 0.001597 10.0.0.27 - - [2025-06-09 02:14:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000465 10.0.0.27 - - [2025-06-09 02:14:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000495 10.0.0.27 - - [2025-06-09 02:14:07] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 2.032023 10.0.0.27 - - [2025-06-09 02:14:07] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.003730 10.0.0.27 - - [2025-06-09 02:14:07] "POST /fqname-to-id HTTP/1.1" 200 156 1.763201 10.0.0.27 - - [2025-06-09 02:14:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.27 - - [2025-06-09 02:14:07] "POST /fqname-to-id HTTP/1.1" 404 196 1.484113 10.0.0.27 - - [2025-06-09 02:14:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.636217 10.0.0.27 - - [2025-06-09 02:14:07] "GET /global-system-config/3b953945-0304-4e6d-9c49-09ca89518caf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.006701 10.0.0.27 - - [2025-06-09 02:14:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.372269 10.0.0.27 - - [2025-06-09 02:14:07] "GET /network-ipam/1857a557-d1d1-486e-a5e0-b778f7a60ec3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.005888 10.0.0.27 - - [2025-06-09 02:14:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.959252 10.0.0.27 - - [2025-06-09 02:14:07] "GET /global-system-config/3b953945-0304-4e6d-9c49-09ca89518caf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.005669 10.0.0.27 - - [2025-06-09 02:14:07] "POST /fqname-to-id HTTP/1.1" 404 186 0.122225 10.0.0.27 - - [2025-06-09 02:14:07] "POST /fqname-to-id HTTP/1.1" 404 220 0.005928 10.0.0.27 - - [2025-06-09 02:14:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.27 - - [2025-06-09 02:14:07] "POST /fqname-to-id HTTP/1.1" 404 220 0.003225 10.0.0.27 - - [2025-06-09 02:14:07] "GET /global-system-config/3b953945-0304-4e6d-9c49-09ca89518caf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.008858 10.0.0.27 - - [2025-06-09 02:14:07] "POST /job-templates HTTP/1.1" 200 555 0.085754 10.0.0.27 - - [2025-06-09 02:14:07] "POST /config-nodes HTTP/1.1" 200 599 0.034434 10.0.0.27 - - [2025-06-09 02:14:07] "POST /fqname-to-id HTTP/1.1" 404 200 0.005351 10.0.0.27 - - [2025-06-09 02:14:07] "POST /config-database-nodes HTTP/1.1" 200 617 0.034477 10.0.0.27 - - [2025-06-09 02:14:07] "POST /service-appliance-sets HTTP/1.1" 200 553 0.030906 10.0.0.27 - - [2025-06-09 02:14:07] "POST /fqname-to-id HTTP/1.1" 404 180 0.002678 10.0.0.27 - - [2025-06-09 02:14:07] "POST /job-templates HTTP/1.1" 200 563 0.069325 10.0.0.27 - - [2025-06-09 02:14:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.27 - - [2025-06-09 02:14:07] "POST /fqname-to-id HTTP/1.1" 404 191 0.003304 10.0.0.27 - - [2025-06-09 02:14:07] "GET /global-system-config/3b953945-0304-4e6d-9c49-09ca89518caf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.005890 /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-06-09 02:14:07] "POST /job-templates HTTP/1.1" 200 545 0.066343 10.0.0.27 - - [2025-06-09 02:14:07] "POST /service-appliance-sets HTTP/1.1" 200 541 0.058053 10.0.0.27 - - [2025-06-09 02:14:07] "GET / HTTP/1.1" 200 35931 0.003935 10.0.0.27 - - [2025-06-09 02:14:07] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000465 10.0.0.27 - - [2025-06-09 02:14:07] "POST /fqname-to-id HTTP/1.1" 404 207 0.003033 10.0.0.27 - - [2025-06-09 02:14:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.27 - - [2025-06-09 02:14:07] "GET /network-ipam/1857a557-d1d1-486e-a5e0-b778f7a60ec3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.006688 10.0.0.27 - - [2025-06-09 02:14:07] "POST /fqname-to-id HTTP/1.1" 404 225 0.004055 10.0.0.27 - - [2025-06-09 02:14:07] "POST /job-templates HTTP/1.1" 200 577 0.074093 10.0.0.27 - - [2025-06-09 02:14:07] "POST /access-control-lists HTTP/1.1" 200 587 0.021191 10.0.0.27 - - [2025-06-09 02:14:07] "POST /fqname-to-id HTTP/1.1" 404 208 0.002614 10.0.0.27 - - [2025-06-09 02:14:07] "POST /fqname-to-id HTTP/1.1" 404 224 0.004396 10.0.0.27 - - [2025-06-09 02:14:07] "POST /service-templates HTTP/1.1" 200 511 0.020079 10.0.0.27 - - [2025-06-09 02:14:07] "POST /service-templates HTTP/1.1" 200 501 0.028399 10.0.0.27 - - [2025-06-09 02:14:07] "POST /job-templates HTTP/1.1" 200 579 0.072845 10.0.0.27 - - [2025-06-09 02:14:08] "POST /access-control-lists HTTP/1.1" 200 585 0.071708 10.0.0.27 - - [2025-06-09 02:14:08] "POST /service-templates HTTP/1.1" 200 515 0.020986 10.0.0.27 - - [2025-06-09 02:14:08] "POST /fqname-to-id HTTP/1.1" 404 210 0.004142 10.0.0.27 - - [2025-06-09 02:14:08] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.024822 10.0.0.27 - - [2025-06-09 02:14:08] "POST /service-templates HTTP/1.1" 200 535 0.025369 10.0.0.27 - - [2025-06-09 02:14:08] "POST /route-targets HTTP/1.1" 200 327 0.010955 10.0.0.27 - - [2025-06-09 02:14:08] "POST /job-templates HTTP/1.1" 200 583 0.069782 10.0.0.27 - - [2025-06-09 02:14:08] "POST /ref-update HTTP/1.1" 200 156 0.053366 10.0.0.27 - - [2025-06-09 02:14:08] "POST /service-templates HTTP/1.1" 200 507 0.024117 10.0.0.27 - - [2025-06-09 02:14:08] "POST /fqname-to-id HTTP/1.1" 404 198 0.003179 10.0.0.27 - - [2025-06-09 02:14:08] "POST /route-targets HTTP/1.1" 200 327 0.011882 10.0.0.27 - - [2025-06-09 02:14:08] "POST /job-templates HTTP/1.1" 200 559 0.062572 10.0.0.27 - - [2025-06-09 02:14:08] "POST /ref-update HTTP/1.1" 200 156 0.049887 10.0.0.27 - - [2025-06-09 02:14:08] "POST /fqname-to-id HTTP/1.1" 404 203 0.003163 10.0.0.27 - - [2025-06-09 02:14:08] "POST /route-targets HTTP/1.1" 200 327 0.015816 10.0.0.27 - - [2025-06-09 02:14:08] "POST /job-templates HTTP/1.1" 200 569 0.066381 10.0.0.27 - - [2025-06-09 02:14:08] "POST /ref-update HTTP/1.1" 200 156 0.021507 10.0.0.27 - - [2025-06-09 02:14:08] "POST /fqname-to-id HTTP/1.1" 404 196 0.003284 10.0.0.27 - - [2025-06-09 02:14:08] "POST /route-targets HTTP/1.1" 200 327 0.012132 10.0.0.27 - - [2025-06-09 02:14:08] "POST /job-templates HTTP/1.1" 200 555 0.062656 10.0.0.27 - - [2025-06-09 02:14:08] "POST /ref-update HTTP/1.1" 200 156 0.049085 10.0.0.27 - - [2025-06-09 02:14:08] "POST /fqname-to-id HTTP/1.1" 404 196 0.003464 10.0.0.27 - - [2025-06-09 02:14:08] "POST /fqname-to-id HTTP/1.1" 404 201 0.003225 10.0.0.27 - - [2025-06-09 02:14:08] "POST /job-templates HTTP/1.1" 200 555 0.062446 10.0.0.27 - - [2025-06-09 02:14:08] "POST /fqname-to-id HTTP/1.1" 404 196 0.003117 10.0.0.27 - - [2025-06-09 02:14:08] "POST /access-control-lists HTTP/1.1" 200 551 0.080397 10.0.0.27 - - [2025-06-09 02:14:08] "PUT /access-control-list/35092f41-b9a6-4fad-9010-0bd9bae11772 HTTP/1.1" 200 272 0.010315 10.0.0.27 - - [2025-06-09 02:14:08] "POST /job-templates HTTP/1.1" 200 555 0.066259 10.0.0.27 - - [2025-06-09 02:14:08] "PUT /access-control-list/d1e95e74-eca3-4d72-847d-d1783066f396 HTTP/1.1" 200 272 0.013944 10.0.0.27 - - [2025-06-09 02:14:09] "POST /fqname-to-id HTTP/1.1" 404 186 0.003391 10.0.0.27 - - [2025-06-09 02:14:09] "POST /job-templates HTTP/1.1" 200 535 0.061258 10.0.0.27 - - [2025-06-09 02:14:09] "POST /fqname-to-id HTTP/1.1" 404 198 0.003417 10.0.0.27 - - [2025-06-09 02:14:09] "POST /job-templates HTTP/1.1" 200 559 0.061647 10.0.0.27 - - [2025-06-09 02:14:09] "POST /fqname-to-id HTTP/1.1" 404 198 0.003166 10.0.0.27 - - [2025-06-09 02:14:09] "POST /job-templates HTTP/1.1" 200 559 0.064926 10.0.0.27 - - [2025-06-09 02:14:09] "POST /fqname-to-id HTTP/1.1" 404 198 0.003261 10.0.0.27 - - [2025-06-09 02:14:09] "POST /job-templates HTTP/1.1" 200 559 0.060739 10.0.0.27 - - [2025-06-09 02:14:09] "POST /fqname-to-id HTTP/1.1" 404 201 0.004353 10.0.0.27 - - [2025-06-09 02:14:09] "POST /job-templates HTTP/1.1" 200 565 0.061097 10.0.0.27 - - [2025-06-09 02:14:09] "POST /fqname-to-id HTTP/1.1" 404 197 0.003361 10.0.0.27 - - [2025-06-09 02:14:09] "POST /job-templates HTTP/1.1" 200 557 0.069911 10.0.0.27 - - [2025-06-09 02:14:09] "POST /fqname-to-id HTTP/1.1" 404 196 0.003432 10.0.0.27 - - [2025-06-09 02:14:10] "POST /job-templates HTTP/1.1" 200 555 0.070405 10.0.0.27 - - [2025-06-09 02:14:10] "POST /fqname-to-id HTTP/1.1" 404 205 0.003417 10.0.0.27 - - [2025-06-09 02:14:10] "POST /job-templates HTTP/1.1" 200 573 0.062348 10.0.0.27 - - [2025-06-09 02:14:10] "POST /fqname-to-id HTTP/1.1" 404 194 0.003728 10.0.0.27 - - [2025-06-09 02:14:10] "POST /job-templates HTTP/1.1" 200 551 0.070447 10.0.0.27 - - [2025-06-09 02:14:10] "POST /fqname-to-id HTTP/1.1" 404 208 0.004170 10.0.0.27 - - [2025-06-09 02:14:10] "POST /job-templates HTTP/1.1" 200 579 0.065463 10.0.0.27 - - [2025-06-09 02:14:10] "POST /fqname-to-id HTTP/1.1" 404 196 0.003226 10.0.0.27 - - [2025-06-09 02:14:10] "POST /job-templates HTTP/1.1" 200 555 0.068859 10.0.0.27 - - [2025-06-09 02:14:10] "POST /fqname-to-id HTTP/1.1" 404 198 0.003499 10.0.0.27 - - [2025-06-09 02:14:10] "POST /job-templates HTTP/1.1" 200 559 0.068887 10.0.0.27 - - [2025-06-09 02:14:10] "POST /fqname-to-id HTTP/1.1" 404 206 0.003578 10.0.0.27 - - [2025-06-09 02:14:11] "POST /job-templates HTTP/1.1" 200 575 0.066712 10.0.0.27 - - [2025-06-09 02:14:11] "POST /fqname-to-id HTTP/1.1" 404 197 0.003608 10.0.0.27 - - [2025-06-09 02:14:11] "POST /job-templates HTTP/1.1" 200 557 0.061120 10.0.0.27 - - [2025-06-09 02:14:11] "POST /fqname-to-id HTTP/1.1" 404 198 0.003349 10.0.0.27 - - [2025-06-09 02:14:11] "POST /job-templates HTTP/1.1" 200 559 0.064751 10.0.0.27 - - [2025-06-09 02:14:11] "POST /fqname-to-id HTTP/1.1" 404 196 0.003044 10.0.0.27 - - [2025-06-09 02:14:11] "POST /job-templates HTTP/1.1" 200 555 0.064921 10.0.0.27 - - [2025-06-09 02:14:11] "POST /fqname-to-id HTTP/1.1" 404 195 0.003246 10.0.0.27 - - [2025-06-09 02:14:11] "POST /job-templates HTTP/1.1" 200 553 0.065629 10.0.0.27 - - [2025-06-09 02:14:11] "POST /fqname-to-id HTTP/1.1" 404 195 0.003258 10.0.0.27 - - [2025-06-09 02:14:11] "POST /job-templates HTTP/1.1" 200 553 0.065322 10.0.0.27 - - [2025-06-09 02:14:11] "POST /fqname-to-id HTTP/1.1" 404 195 0.003372 10.0.0.27 - - [2025-06-09 02:14:11] "POST /job-templates HTTP/1.1" 200 553 0.061230 10.0.0.27 - - [2025-06-09 02:14:12] "POST /fqname-to-id HTTP/1.1" 404 200 0.003136 10.0.0.27 - - [2025-06-09 02:14:12] "POST /job-templates HTTP/1.1" 200 563 0.061121 10.0.0.27 - - [2025-06-09 02:14:12] "POST /fqname-to-id HTTP/1.1" 404 201 0.003511 10.0.0.27 - - [2025-06-09 02:14:12] "POST /job-templates HTTP/1.1" 200 565 0.080393 10.0.0.27 - - [2025-06-09 02:14:12] "POST /fqname-to-id HTTP/1.1" 404 189 0.003082 10.0.0.27 - - [2025-06-09 02:14:12] "POST /config-propertiess HTTP/1.1" 200 551 0.018568 10.0.0.27 - - [2025-06-09 02:14:12] "POST /fqname-to-id HTTP/1.1" 404 168 0.003310 10.0.0.27 - - [2025-06-09 02:14:12] "POST /tags HTTP/1.1" 200 321 0.040538 10.0.0.27 - - [2025-06-09 02:14:12] "POST /fqname-to-id HTTP/1.1" 404 166 0.003130 10.0.0.27 - - [2025-06-09 02:14:12] "POST /tags HTTP/1.1" 200 317 0.026438 10.0.0.27 - - [2025-06-09 02:14:12] "POST /fqname-to-id HTTP/1.1" 404 174 0.003254 10.0.0.27 - - [2025-06-09 02:14:12] "POST /tags HTTP/1.1" 200 333 0.023614 10.0.0.27 - - [2025-06-09 02:14:12] "POST /fqname-to-id HTTP/1.1" 404 162 0.003186 10.0.0.27 - - [2025-06-09 02:14:12] "POST /tags HTTP/1.1" 200 309 0.024884 10.0.0.27 - - [2025-06-09 02:14:12] "POST /fqname-to-id HTTP/1.1" 404 174 0.003315 10.0.0.27 - - [2025-06-09 02:14:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002764 10.0.0.27 - - [2025-06-09 02:14:13] "POST /tags HTTP/1.1" 200 333 0.026355 10.0.0.27 - - [2025-06-09 02:14:13] "GET /global-vrouter-config/2251acbc-ad00-4917-afe1-1ebc81fd9eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1161 0.004507 10.0.0.27 - - [2025-06-09 02:14:13] "POST /fqname-to-id HTTP/1.1" 404 164 0.004063 10.0.0.27 - - [2025-06-09 02:14:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003060 10.0.0.27 - - [2025-06-09 02:14:13] "PUT /global-vrouter-config/2251acbc-ad00-4917-afe1-1ebc81fd9eb7 HTTP/1.1" 200 276 0.011067 10.0.0.27 - - [2025-06-09 02:14:13] "POST /tags HTTP/1.1" 200 313 0.032670 10.0.0.27 - - [2025-06-09 02:14:13] "POST /fqname-to-id HTTP/1.1" 404 169 0.003231 10.0.0.27 - - [2025-06-09 02:14:13] "POST /tags HTTP/1.1" 200 323 0.031797 10.0.0.27 - - [2025-06-09 02:14:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003220 10.0.0.27 - - [2025-06-09 02:14:13] "PUT /global-system-config/3b953945-0304-4e6d-9c49-09ca89518caf HTTP/1.1" 200 274 0.011292 10.0.0.27 - - [2025-06-09 02:14:13] "POST /fqname-to-id HTTP/1.1" 404 166 0.002981 10.0.0.27 - - [2025-06-09 02:14:13] "POST /hardwares HTTP/1.1" 200 327 0.013530 10.0.0.27 - - [2025-06-09 02:14:13] "GET / HTTP/1.1" 200 35931 0.001684 10.0.0.27 - - [2025-06-09 02:14:13] "POST /alarms HTTP/1.1" 401 292 0.000443 10.0.0.27 - - [2025-06-09 02:14:13] "POST /fqname-to-id HTTP/1.1" 404 166 0.003202 10.0.0.27 - - [2025-06-09 02:14:13] "POST /hardwares HTTP/1.1" 200 327 0.011971 10.0.0.27 - - [2025-06-09 02:14:13] "POST /fqname-to-id HTTP/1.1" 404 166 0.003267 10.0.0.27 - - [2025-06-09 02:14:13] "POST /hardwares HTTP/1.1" 200 327 0.014797 10.0.0.27 - - [2025-06-09 02:14:13] "POST /fqname-to-id HTTP/1.1" 404 166 0.003425 10.0.0.27 - - [2025-06-09 02:14:13] "POST /hardwares HTTP/1.1" 200 327 0.011576 10.0.0.27 - - [2025-06-09 02:14:13] "POST /fqname-to-id HTTP/1.1" 404 164 0.002831 10.0.0.27 - - [2025-06-09 02:14:13] "POST /alarms HTTP/1.1" 200 581 0.039457 10.0.0.27 - - [2025-06-09 02:14:13] "POST /alarms HTTP/1.1" 200 575 0.017747 10.0.0.27 - - [2025-06-09 02:14:13] "POST /hardwares HTTP/1.1" 200 323 0.010991 10.0.0.27 - - [2025-06-09 02:14:13] "POST /alarms HTTP/1.1" 200 575 0.018140 10.0.0.27 - - [2025-06-09 02:14:13] "POST /fqname-to-id HTTP/1.1" 404 164 0.003266 10.0.0.27 - - [2025-06-09 02:14:14] "POST /alarms HTTP/1.1" 200 559 0.019881 10.0.0.27 - - [2025-06-09 02:14:14] "POST /hardwares HTTP/1.1" 200 323 0.012925 10.0.0.27 - - [2025-06-09 02:14:14] "POST /fqname-to-id HTTP/1.1" 404 161 0.004390 10.0.0.27 - - [2025-06-09 02:14:14] "POST /alarms HTTP/1.1" 200 555 0.024976 10.0.0.27 - - [2025-06-09 02:14:14] "POST /hardwares HTTP/1.1" 200 317 0.011563 10.0.0.27 - - [2025-06-09 02:14:14] "POST /alarms HTTP/1.1" 200 557 0.019405 10.0.0.27 - - [2025-06-09 02:14:14] "POST /fqname-to-id HTTP/1.1" 404 164 0.003792 10.0.0.27 - - [2025-06-09 02:14:14] "POST /alarms HTTP/1.1" 200 565 0.022285 10.0.0.27 - - [2025-06-09 02:14:14] "POST /hardwares HTTP/1.1" 200 323 0.013206 10.0.0.27 - - [2025-06-09 02:14:14] "POST /fqname-to-id HTTP/1.1" 404 164 0.002689 10.0.0.27 - - [2025-06-09 02:14:14] "POST /alarms HTTP/1.1" 200 549 0.020052 10.0.0.27 - - [2025-06-09 02:14:14] "POST /hardwares HTTP/1.1" 200 323 0.013949 10.0.0.27 - - [2025-06-09 02:14:14] "POST /alarms HTTP/1.1" 200 557 0.021884 10.0.0.27 - - [2025-06-09 02:14:14] "POST /fqname-to-id HTTP/1.1" 404 164 0.004078 10.0.0.27 - - [2025-06-09 02:14:14] "POST /alarms HTTP/1.1" 200 567 0.021088 10.0.0.27 - - [2025-06-09 02:14:14] "POST /hardwares HTTP/1.1" 200 323 0.011240 10.0.0.27 - - [2025-06-09 02:14:14] "POST /fqname-to-id HTTP/1.1" 404 165 0.002400 10.0.0.27 - - [2025-06-09 02:14:14] "POST /alarms HTTP/1.1" 200 555 0.019367 10.0.0.27 - - [2025-06-09 02:14:14] "POST /hardwares HTTP/1.1" 200 325 0.015228 10.0.0.27 - - [2025-06-09 02:14:14] "POST /alarms HTTP/1.1" 200 567 0.028636 10.0.0.27 - - [2025-06-09 02:14:14] "POST /fqname-to-id HTTP/1.1" 404 165 0.003942 10.0.0.27 - - [2025-06-09 02:14:14] "POST /alarms HTTP/1.1" 200 575 0.066932 10.0.0.27 - - [2025-06-09 02:14:14] "POST /hardwares HTTP/1.1" 200 325 0.028036 10.0.0.27 - - [2025-06-09 02:14:14] "POST /fqname-to-id HTTP/1.1" 404 165 0.005484 10.0.0.27 - - [2025-06-09 02:14:14] "POST /alarms HTTP/1.1" 200 569 0.019412 10.0.0.27 - - [2025-06-09 02:14:14] "POST /hardwares HTTP/1.1" 200 325 0.012698 10.0.0.27 - - [2025-06-09 02:14:14] "POST /alarms HTTP/1.1" 200 561 0.020913 10.0.0.27 - - [2025-06-09 02:14:14] "POST /fqname-to-id HTTP/1.1" 404 165 0.003100 10.0.0.27 - - [2025-06-09 02:14:14] "POST /alarms HTTP/1.1" 200 561 0.019842 10.0.0.27 - - [2025-06-09 02:14:14] "POST /hardwares HTTP/1.1" 200 325 0.017310 10.0.0.27 - - [2025-06-09 02:14:14] "POST /alarms HTTP/1.1" 200 561 0.017875 10.0.0.27 - - [2025-06-09 02:14:14] "POST /fqname-to-id HTTP/1.1" 404 164 0.003055 10.0.0.27 - - [2025-06-09 02:14:15] "POST /alarms HTTP/1.1" 200 547 0.025120 10.0.0.27 - - [2025-06-09 02:14:15] "POST /hardwares HTTP/1.1" 200 323 0.016341 10.0.0.27 - - [2025-06-09 02:14:15] "POST /fqname-to-id HTTP/1.1" 404 161 0.002530 10.0.0.27 - - [2025-06-09 02:14:15] "POST /alarms HTTP/1.1" 200 595 0.019534 10.0.0.27 - - [2025-06-09 02:14:15] "POST /hardwares HTTP/1.1" 200 317 0.013176 10.0.0.27 - - [2025-06-09 02:14:15] "POST /alarms HTTP/1.1" 200 575 0.018785 10.0.0.27 - - [2025-06-09 02:14:15] "POST /fqname-to-id HTTP/1.1" 404 164 0.003149 10.0.0.27 - - [2025-06-09 02:14:15] "POST /alarms HTTP/1.1" 200 571 0.018699 10.0.0.27 - - [2025-06-09 02:14:15] "POST /hardwares HTTP/1.1" 200 323 0.011262 10.0.0.27 - - [2025-06-09 02:14:15] "POST /alarms HTTP/1.1" 200 583 0.018287 10.0.0.27 - - [2025-06-09 02:14:15] "POST /fqname-to-id HTTP/1.1" 404 161 0.002632 10.0.0.27 - - [2025-06-09 02:14:15] "POST /hardwares HTTP/1.1" 200 317 0.010082 10.0.0.27 - - [2025-06-09 02:14:15] "POST /alarms HTTP/1.1" 200 609 0.019985 10.0.0.27 - - [2025-06-09 02:14:15] "POST /fqname-to-id HTTP/1.1" 404 164 0.003022 10.0.0.27 - - [2025-06-09 02:14:15] "POST /hardwares HTTP/1.1" 200 323 0.012866 10.0.0.27 - - [2025-06-09 02:14:15] "POST /fqname-to-id HTTP/1.1" 404 162 0.003173 10.0.0.27 - - [2025-06-09 02:14:15] "POST /hardwares HTTP/1.1" 200 319 0.011467 10.0.0.27 - - [2025-06-09 02:14:15] "POST /fqname-to-id HTTP/1.1" 404 162 0.003867 10.0.0.27 - - [2025-06-09 02:14:15] "POST /hardwares HTTP/1.1" 200 319 0.013574 10.0.0.27 - - [2025-06-09 02:14:15] "GET / HTTP/1.1" 200 35931 0.001608 10.0.0.27 - - [2025-06-09 02:14:15] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000662 10.0.0.27 - - [2025-06-09 02:14:15] "POST /fqname-to-id HTTP/1.1" 404 165 0.003164 10.0.0.27 - - [2025-06-09 02:14:15] "POST /hardwares HTTP/1.1" 200 325 0.011454 10.0.0.27 - - [2025-06-09 02:14:15] "POST /fqname-to-id HTTP/1.1" 404 161 0.004278 10.0.0.27 - - [2025-06-09 02:14:15] "POST /hardwares HTTP/1.1" 200 317 0.014558 10.0.0.27 - - [2025-06-09 02:14:15] "POST /fqname-to-id HTTP/1.1" 404 161 0.004432 10.0.0.27 - - [2025-06-09 02:14:16] "POST /hardwares HTTP/1.1" 200 317 0.011875 10.0.0.27 - - [2025-06-09 02:14:16] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.027326 10.0.0.27 - - [2025-06-09 02:14:16] "POST /fqname-to-id HTTP/1.1" 404 162 0.003467 10.0.0.27 - - [2025-06-09 02:14:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004106 10.0.0.27 - - [2025-06-09 02:14:16] "POST /hardwares HTTP/1.1" 200 319 0.015451 10.0.0.27 - - [2025-06-09 02:14:16] "PUT /global-vrouter-config/2251acbc-ad00-4917-afe1-1ebc81fd9eb7 HTTP/1.1" 200 276 0.011150 10.0.0.27 - - [2025-06-09 02:14:16] "POST /fqname-to-id HTTP/1.1" 404 162 0.003237 10.0.0.27 - - [2025-06-09 02:14:16] "POST /hardwares HTTP/1.1" 200 319 0.015692 10.0.0.27 - - [2025-06-09 02:14:16] "POST /fqname-to-id HTTP/1.1" 404 162 0.003955 10.0.0.27 - - [2025-06-09 02:14:16] "POST /hardwares HTTP/1.1" 200 319 0.014788 10.0.0.27 - - [2025-06-09 02:14:16] "POST /fqname-to-id HTTP/1.1" 404 158 0.003501 10.0.0.27 - - [2025-06-09 02:14:16] "POST /hardwares HTTP/1.1" 200 311 0.017123 10.0.0.27 - - [2025-06-09 02:14:16] "GET / HTTP/1.1" 200 35931 0.002114 10.0.0.27 - - [2025-06-09 02:14:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000457 10.0.0.27 - - [2025-06-09 02:14:16] "POST /fqname-to-id HTTP/1.1" 404 158 0.003257 10.0.0.27 - - [2025-06-09 02:14:16] "POST /hardwares HTTP/1.1" 200 311 0.012933 10.0.0.27 - - [2025-06-09 02:14:16] "POST /fqname-to-id HTTP/1.1" 404 160 0.003544 10.0.0.27 - - [2025-06-09 02:14:16] "POST /hardwares HTTP/1.1" 200 315 0.017508 10.0.0.27 - - [2025-06-09 02:14:16] "POST /fqname-to-id HTTP/1.1" 404 154 0.004490 10.0.0.27 - - [2025-06-09 02:14:16] "POST /hardwares HTTP/1.1" 200 303 0.012078 10.0.0.27 - - [2025-06-09 02:14:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.024995 10.0.0.27 - - [2025-06-09 02:14:16] "POST /fqname-to-id HTTP/1.1" 404 158 0.002585 10.0.0.27 - - [2025-06-09 02:14:16] "GET /global-vrouter-config/2251acbc-ad00-4917-afe1-1ebc81fd9eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003820 10.0.0.27 - - [2025-06-09 02:14:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004280 10.0.0.27 - - [2025-06-09 02:14:16] "POST /hardwares HTTP/1.1" 200 311 0.014885 10.0.0.27 - - [2025-06-09 02:14:16] "POST /fqname-to-id HTTP/1.1" 404 155 0.002591 10.0.0.27 - - [2025-06-09 02:14:16] "PUT /global-vrouter-config/2251acbc-ad00-4917-afe1-1ebc81fd9eb7 HTTP/1.1" 200 276 0.010476 10.0.0.27 - - [2025-06-09 02:14:16] "POST /hardwares HTTP/1.1" 200 305 0.013291 10.0.0.27 - - [2025-06-09 02:14:17] "POST /fqname-to-id HTTP/1.1" 404 155 0.003581 10.0.0.27 - - [2025-06-09 02:14:17] "POST /hardwares HTTP/1.1" 200 305 0.014116 10.0.0.27 - - [2025-06-09 02:14:17] "POST /fqname-to-id HTTP/1.1" 404 155 0.002987 10.0.0.27 - - [2025-06-09 02:14:17] "POST /hardwares HTTP/1.1" 200 305 0.018924 10.0.0.27 - - [2025-06-09 02:14:17] "POST /fqname-to-id HTTP/1.1" 404 155 0.003292 10.0.0.27 - - [2025-06-09 02:14:17] "GET / HTTP/1.1" 200 35931 0.001652 10.0.0.27 - - [2025-06-09 02:14:17] "POST /hardwares HTTP/1.1" 200 305 0.012871 10.0.0.27 - - [2025-06-09 02:14:17] "POST /fqname-to-id HTTP/1.1" 401 292 0.000386 10.0.0.27 - - [2025-06-09 02:14:17] "POST /fqname-to-id HTTP/1.1" 404 156 0.004679 10.0.0.27 - - [2025-06-09 02:14:17] "POST /hardwares HTTP/1.1" 200 307 0.012903 10.0.0.27 - - [2025-06-09 02:14:17] "POST /fqname-to-id HTTP/1.1" 404 156 0.003219 10.0.0.27 - - [2025-06-09 02:14:17] "POST /hardwares HTTP/1.1" 200 307 0.011506 10.0.0.27 - - [2025-06-09 02:14:17] "POST /fqname-to-id HTTP/1.1" 404 156 0.003696 10.0.0.27 - - [2025-06-09 02:14:17] "POST /hardwares HTTP/1.1" 200 307 0.011679 10.0.0.27 - - [2025-06-09 02:14:17] "POST /fqname-to-id HTTP/1.1" 404 157 0.002967 10.0.0.27 - - [2025-06-09 02:14:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.025124 10.0.0.27 - - [2025-06-09 02:14:17] "GET /global-system-config/3b953945-0304-4e6d-9c49-09ca89518caf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.008722 10.0.0.27 - - [2025-06-09 02:14:17] "POST /hardwares HTTP/1.1" 200 309 0.012620 10.0.0.27 - - [2025-06-09 02:14:17] "PUT /global-system-config/3b953945-0304-4e6d-9c49-09ca89518caf HTTP/1.1" 200 274 0.019893 10.0.0.27 - - [2025-06-09 02:14:17] "POST /fqname-to-id HTTP/1.1" 404 158 0.002279 10.0.0.27 - - [2025-06-09 02:14:17] "POST /hardwares HTTP/1.1" 200 311 0.013314 10.0.0.27 - - [2025-06-09 02:14:17] "POST /fqname-to-id HTTP/1.1" 404 158 0.003143 10.0.0.27 - - [2025-06-09 02:14:17] "POST /hardwares HTTP/1.1" 200 311 0.011195 10.0.0.27 - - [2025-06-09 02:14:17] "POST /fqname-to-id HTTP/1.1" 404 153 0.003292 10.0.0.27 - - [2025-06-09 02:14:18] "POST /hardwares HTTP/1.1" 200 301 0.011979 10.0.0.27 - - [2025-06-09 02:14:18] "POST /fqname-to-id HTTP/1.1" 404 157 0.003844 10.0.0.27 - - [2025-06-09 02:14:18] "POST /hardwares HTTP/1.1" 200 309 0.011842 10.0.0.27 - - [2025-06-09 02:14:18] "POST /fqname-to-id HTTP/1.1" 404 157 0.003383 10.0.0.27 - - [2025-06-09 02:14:18] "POST /hardwares HTTP/1.1" 200 309 0.012540 10.0.0.27 - - [2025-06-09 02:14:18] "POST /fqname-to-id HTTP/1.1" 404 157 0.003965 10.0.0.27 - - [2025-06-09 02:14:18] "POST /hardwares HTTP/1.1" 200 309 0.011453 10.0.0.27 - - [2025-06-09 02:14:18] "POST /fqname-to-id HTTP/1.1" 404 157 0.003006 10.0.0.27 - - [2025-06-09 02:14:18] "POST /hardwares HTTP/1.1" 200 309 0.013252 10.0.0.27 - - [2025-06-09 02:14:18] "POST /fqname-to-id HTTP/1.1" 404 157 0.003053 10.0.0.27 - - [2025-06-09 02:14:18] "POST /hardwares HTTP/1.1" 200 309 0.010794 10.0.0.27 - - [2025-06-09 02:14:18] "POST /fqname-to-id HTTP/1.1" 404 161 0.002957 10.0.0.27 - - [2025-06-09 02:14:18] "POST /hardwares HTTP/1.1" 200 317 0.011191 10.0.0.27 - - [2025-06-09 02:14:18] "POST /fqname-to-id HTTP/1.1" 404 157 0.003134 10.0.0.27 - - [2025-06-09 02:14:18] "POST /hardwares HTTP/1.1" 200 309 0.011337 10.0.0.27 - - [2025-06-09 02:14:18] "POST /fqname-to-id HTTP/1.1" 404 157 0.003155 10.0.0.27 - - [2025-06-09 02:14:18] "POST /hardwares HTTP/1.1" 200 309 0.010945 10.0.0.27 - - [2025-06-09 02:14:18] "POST /fqname-to-id HTTP/1.1" 404 154 0.003450 10.0.0.27 - - [2025-06-09 02:14:19] "POST /hardwares HTTP/1.1" 200 303 0.017267 10.0.0.27 - - [2025-06-09 02:14:19] "POST /fqname-to-id HTTP/1.1" 404 190 0.002998 10.0.0.27 - - [2025-06-09 02:14:19] "POST /features HTTP/1.1" 200 533 0.019055 10.0.0.27 - - [2025-06-09 02:14:19] "POST /fqname-to-id HTTP/1.1" 404 185 0.003902 10.0.0.27 - - [2025-06-09 02:14:19] "POST /features HTTP/1.1" 200 523 0.034762 10.0.0.27 - - [2025-06-09 02:14:19] "POST /fqname-to-id HTTP/1.1" 404 184 0.003827 10.0.0.27 - - [2025-06-09 02:14:19] "POST /features HTTP/1.1" 200 521 0.019617 10.0.0.27 - - [2025-06-09 02:14:19] "POST /fqname-to-id HTTP/1.1" 404 184 0.003258 10.0.0.27 - - [2025-06-09 02:14:19] "POST /features HTTP/1.1" 200 521 0.021378 10.0.0.27 - - [2025-06-09 02:14:19] "POST /fqname-to-id HTTP/1.1" 404 189 0.003176 10.0.0.27 - - [2025-06-09 02:14:19] "POST /features HTTP/1.1" 200 531 0.017889 10.0.0.27 - - [2025-06-09 02:14:19] "POST /fqname-to-id HTTP/1.1" 404 184 0.003273 10.0.0.27 - - [2025-06-09 02:14:19] "POST /features HTTP/1.1" 200 521 0.064317 10.0.0.27 - - [2025-06-09 02:14:19] "POST /fqname-to-id HTTP/1.1" 404 193 0.003170 10.0.0.27 - - [2025-06-09 02:14:19] "POST /features HTTP/1.1" 200 539 0.086623 10.0.0.27 - - [2025-06-09 02:14:19] "POST /fqname-to-id HTTP/1.1" 404 186 0.003456 10.0.0.27 - - [2025-06-09 02:14:20] "POST /features HTTP/1.1" 200 525 0.018279 10.0.0.27 - - [2025-06-09 02:14:20] "POST /fqname-to-id HTTP/1.1" 404 183 0.003253 10.0.0.27 - - [2025-06-09 02:14:20] "POST /features HTTP/1.1" 200 519 0.020579 10.0.0.27 - - [2025-06-09 02:14:20] "POST /fqname-to-id HTTP/1.1" 404 182 0.003196 10.0.0.27 - - [2025-06-09 02:14:20] "POST /features HTTP/1.1" 200 517 0.021591 10.0.0.27 - - [2025-06-09 02:14:20] "POST /fqname-to-id HTTP/1.1" 404 190 0.003524 10.0.0.27 - - [2025-06-09 02:14:20] "POST /features HTTP/1.1" 200 533 0.018184 10.0.0.27 - - [2025-06-09 02:14:20] "POST /fqname-to-id HTTP/1.1" 404 194 0.002895 10.0.0.27 - - [2025-06-09 02:14:20] "POST /features HTTP/1.1" 200 541 0.020736 10.0.0.27 - - [2025-06-09 02:14:20] "POST /fqname-to-id HTTP/1.1" 404 178 0.003509 10.0.0.27 - - [2025-06-09 02:14:20] "POST /physical-roles HTTP/1.1" 200 521 0.016952 10.0.0.27 - - [2025-06-09 02:14:20] "POST /fqname-to-id HTTP/1.1" 404 179 0.003248 10.0.0.27 - - [2025-06-09 02:14:20] "POST /physical-roles HTTP/1.1" 200 523 0.017668 10.0.0.27 - - [2025-06-09 02:14:20] "POST /fqname-to-id HTTP/1.1" 404 184 0.002981 10.0.0.27 - - [2025-06-09 02:14:20] "POST /physical-roles HTTP/1.1" 200 533 0.019384 10.0.0.27 - - [2025-06-09 02:14:20] "POST /fqname-to-id HTTP/1.1" 404 177 0.003569 10.0.0.27 - - [2025-06-09 02:14:20] "POST /physical-roles HTTP/1.1" 200 519 0.019464 10.0.0.27 - - [2025-06-09 02:14:21] "POST /fqname-to-id HTTP/1.1" 404 191 0.003155 10.0.0.27 - - [2025-06-09 02:14:21] "POST /overlay-roles HTTP/1.1" 200 545 0.021557 10.0.0.27 - - [2025-06-09 02:14:21] "POST /fqname-to-id HTTP/1.1" 404 184 0.003705 10.0.0.27 - - [2025-06-09 02:14:21] "POST /overlay-roles HTTP/1.1" 200 531 0.019306 10.0.0.27 - - [2025-06-09 02:14:21] "POST /fqname-to-id HTTP/1.1" 404 191 0.003184 10.0.0.27 - - [2025-06-09 02:14:21] "POST /overlay-roles HTTP/1.1" 200 545 0.019307 10.0.0.27 - - [2025-06-09 02:14:21] "POST /fqname-to-id HTTP/1.1" 404 185 0.003756 10.0.0.27 - - [2025-06-09 02:14:21] "POST /overlay-roles HTTP/1.1" 200 533 0.020677 10.0.0.27 - - [2025-06-09 02:14:21] "POST /fqname-to-id HTTP/1.1" 404 189 0.003217 10.0.0.27 - - [2025-06-09 02:14:21] "POST /overlay-roles HTTP/1.1" 200 541 0.021395 10.0.0.27 - - [2025-06-09 02:14:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.27 - - [2025-06-09 02:14:21] "PUT /overlay-role/d0d0afa4-2890-40d0-a1c1-d238f5874d27 HTTP/1.1" 200 258 0.013124 10.0.0.27 - - [2025-06-09 02:14:21] "POST /fqname-to-id HTTP/1.1" 404 184 0.003473 10.0.0.27 - - [2025-06-09 02:14:21] "POST /overlay-roles HTTP/1.1" 200 531 0.018123 10.0.0.27 - - [2025-06-09 02:14:21] "POST /fqname-to-id HTTP/1.1" 404 185 0.002996 10.0.0.27 - - [2025-06-09 02:14:21] "POST /overlay-roles HTTP/1.1" 200 533 0.021023 10.0.0.27 - - [2025-06-09 02:14:21] "POST /fqname-to-id HTTP/1.1" 404 183 0.003296 10.0.0.27 - - [2025-06-09 02:14:22] "POST /overlay-roles HTTP/1.1" 200 529 0.049659 10.0.0.27 - - [2025-06-09 02:14:22] "POST /fqname-to-id HTTP/1.1" 404 187 0.003289 10.0.0.27 - - [2025-06-09 02:14:22] "POST /overlay-roles HTTP/1.1" 200 537 0.021604 10.0.0.27 - - [2025-06-09 02:14:22] "POST /fqname-to-id HTTP/1.1" 404 189 0.003497 10.0.0.27 - - [2025-06-09 02:14:22] "POST /overlay-roles HTTP/1.1" 200 541 0.018771 10.0.0.27 - - [2025-06-09 02:14:22] "POST /fqname-to-id HTTP/1.1" 404 178 0.003345 10.0.0.27 - - [2025-06-09 02:14:22] "POST /overlay-roles HTTP/1.1" 200 519 0.020226 10.0.0.27 - - [2025-06-09 02:14:22] "POST /fqname-to-id HTTP/1.1" 404 190 0.003108 10.0.0.27 - - [2025-06-09 02:14:22] "POST /overlay-roles HTTP/1.1" 200 543 0.019739 10.0.0.27 - - [2025-06-09 02:14:22] "POST /fqname-to-id HTTP/1.1" 404 182 0.003444 10.0.0.27 - - [2025-06-09 02:14:22] "POST /role-definitions HTTP/1.1" 200 533 0.020588 10.0.0.27 - - [2025-06-09 02:14:22] "POST /fqname-to-id HTTP/1.1" 404 189 0.003243 10.0.0.27 - - [2025-06-09 02:14:22] "POST /role-definitions HTTP/1.1" 200 547 0.019344 10.0.0.27 - - [2025-06-09 02:14:22] "POST /fqname-to-id HTTP/1.1" 404 190 0.003074 10.0.0.27 - - [2025-06-09 02:14:22] "POST /role-definitions HTTP/1.1" 200 549 0.028754 10.0.0.27 - - [2025-06-09 02:14:22] "POST /fqname-to-id HTTP/1.1" 404 191 0.003762 10.0.0.27 - - [2025-06-09 02:14:22] "POST /role-definitions HTTP/1.1" 200 551 0.021035 10.0.0.27 - - [2025-06-09 02:14:23] "POST /fqname-to-id HTTP/1.1" 404 197 0.004622 10.0.0.27 - - [2025-06-09 02:14:23] "POST /role-definitions HTTP/1.1" 200 563 0.025124 10.0.0.27 - - [2025-06-09 02:14:23] "POST /fqname-to-id HTTP/1.1" 404 189 0.003395 10.0.0.27 - - [2025-06-09 02:14:23] "POST /role-definitions HTTP/1.1" 200 547 0.017396 10.0.0.27 - - [2025-06-09 02:14:23] "POST /fqname-to-id HTTP/1.1" 404 190 0.003422 10.0.0.27 - - [2025-06-09 02:14:23] "POST /role-definitions HTTP/1.1" 200 549 0.019700 10.0.0.27 - - [2025-06-09 02:14:23] "POST /fqname-to-id HTTP/1.1" 404 191 0.003219 10.0.0.27 - - [2025-06-09 02:14:23] "POST /role-definitions HTTP/1.1" 200 551 0.017569 10.0.0.27 - - [2025-06-09 02:14:23] "POST /fqname-to-id HTTP/1.1" 404 190 0.002906 10.0.0.27 - - [2025-06-09 02:14:23] "POST /role-definitions HTTP/1.1" 200 549 0.017668 10.0.0.27 - - [2025-06-09 02:14:23] "POST /fqname-to-id HTTP/1.1" 404 196 0.003484 10.0.0.27 - - [2025-06-09 02:14:23] "POST /role-definitions HTTP/1.1" 200 561 0.017073 10.0.0.27 - - [2025-06-09 02:14:23] "POST /fqname-to-id HTTP/1.1" 404 189 0.002855 10.0.0.27 - - [2025-06-09 02:14:23] "POST /role-definitions HTTP/1.1" 200 547 0.016645 10.0.0.27 - - [2025-06-09 02:14:23] "POST /fqname-to-id HTTP/1.1" 404 190 0.003046 10.0.0.27 - - [2025-06-09 02:14:23] "POST /role-definitions HTTP/1.1" 200 549 0.024538 10.0.0.27 - - [2025-06-09 02:14:23] "POST /fqname-to-id HTTP/1.1" 404 188 0.003185 10.0.0.27 - - [2025-06-09 02:14:23] "POST /role-definitions HTTP/1.1" 200 545 0.027085 10.0.0.27 - - [2025-06-09 02:14:24] "POST /fqname-to-id HTTP/1.1" 404 189 0.003437 10.0.0.27 - - [2025-06-09 02:14:24] "POST /role-definitions HTTP/1.1" 200 547 0.018427 10.0.0.27 - - [2025-06-09 02:14:24] "POST /fqname-to-id HTTP/1.1" 404 192 0.002919 10.0.0.27 - - [2025-06-09 02:14:24] "POST /role-definitions HTTP/1.1" 200 553 0.021222 10.0.0.27 - - [2025-06-09 02:14:24] "POST /fqname-to-id HTTP/1.1" 404 193 0.003150 10.0.0.27 - - [2025-06-09 02:14:24] "POST /role-definitions HTTP/1.1" 200 555 0.017573 10.0.0.27 - - [2025-06-09 02:14:24] "POST /fqname-to-id HTTP/1.1" 404 182 0.002895 10.0.0.27 - - [2025-06-09 02:14:24] "POST /role-definitions HTTP/1.1" 200 533 0.016556 10.0.0.27 - - [2025-06-09 02:14:24] "POST /fqname-to-id HTTP/1.1" 404 187 0.002962 10.0.0.27 - - [2025-06-09 02:14:24] "POST /role-definitions HTTP/1.1" 200 543 0.017392 10.0.0.27 - - [2025-06-09 02:14:24] "POST /fqname-to-id HTTP/1.1" 404 181 0.003363 10.0.0.27 - - [2025-06-09 02:14:24] "POST /role-definitions HTTP/1.1" 200 531 0.017028 10.0.0.27 - - [2025-06-09 02:14:24] "POST /fqname-to-id HTTP/1.1" 404 184 0.002986 10.0.0.27 - - [2025-06-09 02:14:24] "POST /role-definitions HTTP/1.1" 200 537 0.022446 10.0.0.27 - - [2025-06-09 02:14:24] "POST /fqname-to-id HTTP/1.1" 404 189 0.003299 10.0.0.27 - - [2025-06-09 02:14:24] "POST /role-definitions HTTP/1.1" 200 547 0.017505 10.0.0.27 - - [2025-06-09 02:14:24] "POST /fqname-to-id HTTP/1.1" 404 194 0.003208 10.0.0.27 - - [2025-06-09 02:14:24] "POST /role-definitions HTTP/1.1" 200 557 0.017077 10.0.0.27 - - [2025-06-09 02:14:25] "POST /fqname-to-id HTTP/1.1" 404 196 0.004291 10.0.0.27 - - [2025-06-09 02:14:25] "POST /role-definitions HTTP/1.1" 200 561 0.017843 10.0.0.27 - - [2025-06-09 02:14:25] "POST /fqname-to-id HTTP/1.1" 404 195 0.003047 10.0.0.27 - - [2025-06-09 02:14:25] "POST /role-definitions HTTP/1.1" 200 559 0.019002 10.0.0.27 - - [2025-06-09 02:14:25] "POST /fqname-to-id HTTP/1.1" 404 196 0.003219 10.0.0.27 - - [2025-06-09 02:14:25] "POST /feature-configs HTTP/1.1" 200 537 0.018279 10.0.0.27 - - [2025-06-09 02:14:25] "POST /fqname-to-id HTTP/1.1" 404 212 0.004008 10.0.0.27 - - [2025-06-09 02:14:25] "POST /feature-configs HTTP/1.1" 200 562 0.024851 10.0.0.27 - - [2025-06-09 02:14:25] "POST /fqname-to-id HTTP/1.1" 404 211 0.002911 10.0.0.27 - - [2025-06-09 02:14:25] "POST /feature-configs HTTP/1.1" 200 561 0.017863 10.0.0.27 - - [2025-06-09 02:14:25] "POST /fqname-to-id HTTP/1.1" 404 192 0.003453 10.0.0.27 - - [2025-06-09 02:14:25] "POST /node-profiles HTTP/1.1" 200 547 0.017473 10.0.0.27 - - [2025-06-09 02:14:25] "POST /fqname-to-id HTTP/1.1" 404 187 0.003422 10.0.0.27 - - [2025-06-09 02:14:25] "POST /node-profiles HTTP/1.1" 200 537 0.018767 10.0.0.27 - - [2025-06-09 02:14:25] "POST /fqname-to-id HTTP/1.1" 404 193 0.002973 10.0.0.27 - - [2025-06-09 02:14:25] "POST /node-profiles HTTP/1.1" 200 549 0.017669 10.0.0.27 - - [2025-06-09 02:14:25] "POST /fqname-to-id HTTP/1.1" 404 189 0.002981 10.0.0.27 - - [2025-06-09 02:14:26] "POST /node-profiles HTTP/1.1" 200 541 0.017003 10.0.0.27 - - [2025-06-09 02:14:26] "POST /fqname-to-id HTTP/1.1" 404 189 0.004110 10.0.0.27 - - [2025-06-09 02:14:26] "GET /global-system-configs HTTP/1.1" 200 322 0.596851 10.0.0.27 - - [2025-06-09 02:14:26] "GET /global-system-configs HTTP/1.1" 200 322 0.033387 10.0.0.27 - - [2025-06-09 02:14:26] "POST /node-profiles HTTP/1.1" 200 541 0.037133 10.0.0.27 - - [2025-06-09 02:14:26] "POST /fqname-to-id HTTP/1.1" 404 188 0.003247 10.0.0.27 - - [2025-06-09 02:14:26] "POST /node-profiles HTTP/1.1" 200 539 0.017986 10.0.0.27 - - [2025-06-09 02:14:26] "POST /fqname-to-id HTTP/1.1" 404 184 0.003480 10.0.0.27 - - [2025-06-09 02:14:26] "POST /node-profiles HTTP/1.1" 200 531 0.017526 10.0.0.27 - - [2025-06-09 02:14:26] "POST /fqname-to-id HTTP/1.1" 404 185 0.003205 10.0.0.27 - - [2025-06-09 02:14:26] "POST /node-profiles HTTP/1.1" 200 533 0.017455 10.0.0.27 - - [2025-06-09 02:14:26] "POST /fqname-to-id HTTP/1.1" 404 197 0.002968 10.0.0.27 - - [2025-06-09 02:14:26] "POST /node-profiles HTTP/1.1" 200 557 0.017119 10.0.0.27 - - [2025-06-09 02:14:26] "POST /fqname-to-id HTTP/1.1" 404 206 0.003095 10.0.0.27 - - [2025-06-09 02:14:26] "POST /telemetry-profiles HTTP/1.1" 200 554 0.018025 10.0.0.27 - - [2025-06-09 02:14:26] "POST /fqname-to-id HTTP/1.1" 404 206 0.003292 10.0.0.27 - - [2025-06-09 02:14:26] "POST /telemetry-profiles HTTP/1.1" 200 554 0.016834 10.0.0.27 - - [2025-06-09 02:14:26] "POST /fqname-to-id HTTP/1.1" 404 206 0.003420 10.0.0.27 - - [2025-06-09 02:14:26] "POST /telemetry-profiles HTTP/1.1" 200 554 0.016886 10.0.0.27 - - [2025-06-09 02:14:26] "POST /fqname-to-id HTTP/1.1" 404 206 0.003102 10.0.0.27 - - [2025-06-09 02:14:27] "POST /telemetry-profiles HTTP/1.1" 200 554 0.020839 10.0.0.27 - - [2025-06-09 02:14:27] "POST /fqname-to-id HTTP/1.1" 404 206 0.003211 10.0.0.27 - - [2025-06-09 02:14:27] "POST /telemetry-profiles HTTP/1.1" 200 554 0.017085 10.0.0.27 - - [2025-06-09 02:14:27] "POST /fqname-to-id HTTP/1.1" 404 206 0.002961 10.0.0.27 - - [2025-06-09 02:14:27] "POST /telemetry-profiles HTTP/1.1" 200 554 0.016160 10.0.0.27 - - [2025-06-09 02:14:27] "POST /fqname-to-id HTTP/1.1" 404 199 0.002839 10.0.0.27 - - [2025-06-09 02:14:27] "POST /sflow-profiles HTTP/1.1" 200 532 0.018473 10.0.0.27 - - [2025-06-09 02:14:27] "POST /fqname-to-id HTTP/1.1" 404 202 0.002931 10.0.0.27 - - [2025-06-09 02:14:27] "POST /sflow-profiles HTTP/1.1" 200 538 0.019169 10.0.0.27 - - [2025-06-09 02:14:27] "POST /fqname-to-id HTTP/1.1" 404 202 0.003041 10.0.0.27 - - [2025-06-09 02:14:27] "POST /sflow-profiles HTTP/1.1" 200 538 0.017745 10.0.0.27 - - [2025-06-09 02:14:27] "POST /fqname-to-id HTTP/1.1" 404 199 0.003207 10.0.0.27 - - [2025-06-09 02:14:27] "POST /grpc-profiles HTTP/1.1" 200 530 0.017058 10.0.0.27 - - [2025-06-09 02:14:27] "POST /fqname-to-id HTTP/1.1" 404 199 0.003067 10.0.0.27 - - [2025-06-09 02:14:27] "POST /snmp-profiles HTTP/1.1" 200 530 0.016081 10.0.0.27 - - [2025-06-09 02:14:27] "POST /fqname-to-id HTTP/1.1" 404 202 0.003840 10.0.0.27 - - [2025-06-09 02:14:27] "POST /netconf-profiles HTTP/1.1" 200 542 0.018013 10.0.0.27 - - [2025-06-09 02:14:28] "POST /fqname-to-id HTTP/1.1" 404 193 0.003551 10.0.0.27 - - [2025-06-09 02:14:28] "POST /device-functional-groups HTTP/1.1" 200 540 0.017196 10.0.0.27 - - [2025-06-09 02:14:28] "POST /fqname-to-id HTTP/1.1" 404 193 0.002803 10.0.0.27 - - [2025-06-09 02:14:28] "POST /device-functional-groups HTTP/1.1" 200 540 0.024093 10.0.0.27 - - [2025-06-09 02:14:28] "POST /fqname-to-id HTTP/1.1" 404 195 0.002975 10.0.0.27 - - [2025-06-09 02:14:28] "POST /device-functional-groups HTTP/1.1" 200 544 0.018342 10.0.0.27 - - [2025-06-09 02:14:28] "POST /fqname-to-id HTTP/1.1" 404 194 0.003690 10.0.0.27 - - [2025-06-09 02:14:28] "POST /device-functional-groups HTTP/1.1" 200 542 0.019214 10.0.0.27 - - [2025-06-09 02:14:28] "POST /fqname-to-id HTTP/1.1" 404 218 0.003061 10.0.0.27 - - [2025-06-09 02:14:28] "POST /device-functional-groups HTTP/1.1" 200 590 0.016737 10.0.0.27 - - [2025-06-09 02:14:28] "POST /fqname-to-id HTTP/1.1" 404 208 0.002983 10.0.0.27 - - [2025-06-09 02:14:28] "POST /device-functional-groups HTTP/1.1" 200 570 0.018452 10.0.0.27 - - [2025-06-09 02:14:28] "POST /fqname-to-id HTTP/1.1" 404 236 0.004079 10.0.0.27 - - [2025-06-09 02:14:28] "POST /device-functional-groups HTTP/1.1" 200 620 0.030376 10.0.0.27 - - [2025-06-09 02:14:28] "POST /fqname-to-id HTTP/1.1" 404 206 0.003258 10.0.0.27 - - [2025-06-09 02:14:28] "POST /device-functional-groups HTTP/1.1" 200 566 0.016636 10.0.0.27 - - [2025-06-09 02:14:28] "POST /fqname-to-id HTTP/1.1" 404 205 0.002990 10.0.0.27 - - [2025-06-09 02:14:28] "POST /device-functional-groups HTTP/1.1" 200 564 0.017457 10.0.0.27 - - [2025-06-09 02:14:29] "POST /fqname-to-id HTTP/1.1" 404 210 0.003376 10.0.0.27 - - [2025-06-09 02:14:29] "POST /device-functional-groups HTTP/1.1" 200 574 0.018843 10.0.0.27 - - [2025-06-09 02:14:29] "POST /fqname-to-id HTTP/1.1" 404 201 0.003280 10.0.0.27 - - [2025-06-09 02:14:29] "POST /role-configs HTTP/1.1" 200 525 0.020916 10.0.0.27 - - [2025-06-09 02:14:29] "POST /fqname-to-id HTTP/1.1" 404 196 0.002923 10.0.0.27 - - [2025-06-09 02:14:29] "POST /role-configs HTTP/1.1" 200 520 0.017828 10.0.0.27 - - [2025-06-09 02:14:29] "POST /fqname-to-id HTTP/1.1" 404 198 0.003413 10.0.0.27 - - [2025-06-09 02:14:29] "POST /role-configs HTTP/1.1" 200 522 0.020438 10.0.0.27 - - [2025-06-09 02:14:29] "POST /fqname-to-id HTTP/1.1" 404 198 0.003357 10.0.0.27 - - [2025-06-09 02:14:29] "POST /role-configs HTTP/1.1" 200 522 0.017965 10.0.0.27 - - [2025-06-09 02:14:29] "POST /fqname-to-id HTTP/1.1" 404 202 0.002887 10.0.0.27 - - [2025-06-09 02:14:29] "POST /role-configs HTTP/1.1" 200 526 0.018677 10.0.0.27 - - [2025-06-09 02:14:29] "POST /fqname-to-id HTTP/1.1" 404 197 0.003369 10.0.0.27 - - [2025-06-09 02:14:29] "POST /role-configs HTTP/1.1" 200 521 0.018580 10.0.0.27 - - [2025-06-09 02:14:29] "POST /fqname-to-id HTTP/1.1" 404 193 0.003161 10.0.0.27 - - [2025-06-09 02:14:29] "POST /role-configs HTTP/1.1" 200 517 0.017459 10.0.0.27 - - [2025-06-09 02:14:29] "POST /fqname-to-id HTTP/1.1" 404 194 0.003149 10.0.0.27 - - [2025-06-09 02:14:30] "POST /role-configs HTTP/1.1" 200 518 0.019665 10.0.0.27 - - [2025-06-09 02:14:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.27 - - [2025-06-09 02:14:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.27 - - [2025-06-09 02:14:30] "POST /ref-update HTTP/1.1" 200 156 0.009355 10.0.0.27 - - [2025-06-09 02:14:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003243 10.0.0.27 - - [2025-06-09 02:14:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.27 - - [2025-06-09 02:14:30] "POST /ref-update HTTP/1.1" 200 156 0.009221 10.0.0.27 - - [2025-06-09 02:14:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.27 - - [2025-06-09 02:14:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.27 - - [2025-06-09 02:14:30] "POST /ref-update HTTP/1.1" 200 156 0.008962 10.0.0.27 - - [2025-06-09 02:14:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003927 10.0.0.27 - - [2025-06-09 02:14:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003955 10.0.0.27 - - [2025-06-09 02:14:30] "POST /ref-update HTTP/1.1" 200 156 0.010603 10.0.0.27 - - [2025-06-09 02:14:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003836 10.0.0.27 - - [2025-06-09 02:14:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.27 - - [2025-06-09 02:14:30] "POST /ref-update HTTP/1.1" 200 156 0.008850 10.0.0.27 - - [2025-06-09 02:14:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003418 10.0.0.27 - - [2025-06-09 02:14:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003537 10.0.0.27 - - [2025-06-09 02:14:30] "POST /ref-update HTTP/1.1" 200 156 0.009460 10.0.0.27 - - [2025-06-09 02:14:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003228 10.0.0.27 - - [2025-06-09 02:14:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.27 - - [2025-06-09 02:14:31] "POST /ref-update HTTP/1.1" 200 156 0.010162 10.0.0.27 - - [2025-06-09 02:14:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003331 10.0.0.27 - - [2025-06-09 02:14:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003286 10.0.0.27 - - [2025-06-09 02:14:31] "POST /ref-update HTTP/1.1" 200 156 0.010478 10.0.0.27 - - [2025-06-09 02:14:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.27 - - [2025-06-09 02:14:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.27 - - [2025-06-09 02:14:31] "POST /ref-update HTTP/1.1" 200 156 0.008485 10.0.0.27 - - [2025-06-09 02:14:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.27 - - [2025-06-09 02:14:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003087 10.0.0.27 - - [2025-06-09 02:14:31] "POST /ref-update HTTP/1.1" 200 156 0.009052 10.0.0.27 - - [2025-06-09 02:14:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.27 - - [2025-06-09 02:14:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.27 - - [2025-06-09 02:14:31] "POST /ref-update HTTP/1.1" 200 156 0.010794 10.0.0.27 - - [2025-06-09 02:14:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.27 - - [2025-06-09 02:14:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003364 10.0.0.27 - - [2025-06-09 02:14:31] "POST /ref-update HTTP/1.1" 200 156 0.009202 10.0.0.27 - - [2025-06-09 02:14:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.27 - - [2025-06-09 02:14:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003050 10.0.0.27 - - [2025-06-09 02:14:31] "POST /ref-update HTTP/1.1" 200 156 0.007553 10.0.0.27 - - [2025-06-09 02:14:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003245 10.0.0.27 - - [2025-06-09 02:14:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003609 10.0.0.27 - - [2025-06-09 02:14:32] "POST /ref-update HTTP/1.1" 200 156 0.007756 10.0.0.27 - - [2025-06-09 02:14:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.27 - - [2025-06-09 02:14:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003776 10.0.0.27 - - [2025-06-09 02:14:32] "POST /ref-update HTTP/1.1" 200 156 0.007766 10.0.0.27 - - [2025-06-09 02:14:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.27 - - [2025-06-09 02:14:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208 10.0.0.27 - - [2025-06-09 02:14:32] "POST /ref-update HTTP/1.1" 200 156 0.008412 10.0.0.27 - - [2025-06-09 02:14:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.27 - - [2025-06-09 02:14:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.27 - - [2025-06-09 02:14:32] "POST /ref-update HTTP/1.1" 200 156 0.007659 10.0.0.27 - - [2025-06-09 02:14:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.27 - - [2025-06-09 02:14:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003225 10.0.0.27 - - [2025-06-09 02:14:32] "POST /ref-update HTTP/1.1" 200 156 0.010685 10.0.0.27 - - [2025-06-09 02:14:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.27 - - [2025-06-09 02:14:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003418 10.0.0.27 - - [2025-06-09 02:14:32] "POST /ref-update HTTP/1.1" 200 156 0.009644 10.0.0.27 - - [2025-06-09 02:14:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003266 10.0.0.27 - - [2025-06-09 02:14:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.27 - - [2025-06-09 02:14:33] "POST /ref-update HTTP/1.1" 200 156 0.009181 10.0.0.27 - - [2025-06-09 02:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.27 - - [2025-06-09 02:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004748 10.0.0.27 - - [2025-06-09 02:14:33] "POST /ref-update HTTP/1.1" 200 156 0.007725 10.0.0.27 - - [2025-06-09 02:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.27 - - [2025-06-09 02:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.27 - - [2025-06-09 02:14:33] "POST /ref-update HTTP/1.1" 200 156 0.008708 10.0.0.27 - - [2025-06-09 02:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.27 - - [2025-06-09 02:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.27 - - [2025-06-09 02:14:33] "POST /ref-update HTTP/1.1" 200 156 0.008089 10.0.0.27 - - [2025-06-09 02:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.27 - - [2025-06-09 02:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.27 - - [2025-06-09 02:14:33] "POST /ref-update HTTP/1.1" 200 156 0.007661 10.0.0.27 - - [2025-06-09 02:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.27 - - [2025-06-09 02:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004072 10.0.0.27 - - [2025-06-09 02:14:33] "POST /ref-update HTTP/1.1" 200 156 0.008186 10.0.0.27 - - [2025-06-09 02:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.27 - - [2025-06-09 02:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.27 - - [2025-06-09 02:14:33] "POST /ref-update HTTP/1.1" 200 156 0.007926 10.0.0.27 - - [2025-06-09 02:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.27 - - [2025-06-09 02:14:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.27 - - [2025-06-09 02:14:34] "POST /ref-update HTTP/1.1" 200 156 0.008636 10.0.0.27 - - [2025-06-09 02:14:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.27 - - [2025-06-09 02:14:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.27 - - [2025-06-09 02:14:34] "POST /ref-update HTTP/1.1" 200 156 0.008314 10.0.0.27 - - [2025-06-09 02:14:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.27 - - [2025-06-09 02:14:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.27 - - [2025-06-09 02:14:34] "POST /ref-update HTTP/1.1" 200 156 0.008139 10.0.0.27 - - [2025-06-09 02:14:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.27 - - [2025-06-09 02:14:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.27 - - [2025-06-09 02:14:34] "POST /ref-update HTTP/1.1" 200 156 0.009953 10.0.0.27 - - [2025-06-09 02:14:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.27 - - [2025-06-09 02:14:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.27 - - [2025-06-09 02:14:34] "POST /ref-update HTTP/1.1" 200 156 0.007516 10.0.0.27 - - [2025-06-09 02:14:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.27 - - [2025-06-09 02:14:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003113 10.0.0.27 - - [2025-06-09 02:14:34] "POST /ref-update HTTP/1.1" 200 156 0.007699 10.0.0.27 - - [2025-06-09 02:14:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.27 - - [2025-06-09 02:14:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.27 - - [2025-06-09 02:14:34] "POST /ref-update HTTP/1.1" 200 156 0.009014 10.0.0.27 - - [2025-06-09 02:14:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.27 - - [2025-06-09 02:14:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.27 - - [2025-06-09 02:14:35] "POST /ref-update HTTP/1.1" 200 156 0.007756 10.0.0.27 - - [2025-06-09 02:14:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003679 10.0.0.27 - - [2025-06-09 02:14:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.27 - - [2025-06-09 02:14:35] "POST /ref-update HTTP/1.1" 200 156 0.008007 10.0.0.27 - - [2025-06-09 02:14:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003246 10.0.0.27 - - [2025-06-09 02:14:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.27 - - [2025-06-09 02:14:35] "POST /ref-update HTTP/1.1" 200 156 0.007966 10.0.0.27 - - [2025-06-09 02:14:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.27 - - [2025-06-09 02:14:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.27 - - [2025-06-09 02:14:35] "POST /ref-update HTTP/1.1" 200 156 0.007932 10.0.0.27 - - [2025-06-09 02:14:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.27 - - [2025-06-09 02:14:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.27 - - [2025-06-09 02:14:35] "POST /ref-update HTTP/1.1" 200 156 0.008360 10.0.0.27 - - [2025-06-09 02:14:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.27 - - [2025-06-09 02:14:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.27 - - [2025-06-09 02:14:35] "POST /ref-update HTTP/1.1" 200 156 0.008095 10.0.0.27 - - [2025-06-09 02:14:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.27 - - [2025-06-09 02:14:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.27 - - [2025-06-09 02:14:36] "POST /ref-update HTTP/1.1" 200 156 0.008343 10.0.0.27 - - [2025-06-09 02:14:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003198 10.0.0.27 - - [2025-06-09 02:14:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.27 - - [2025-06-09 02:14:36] "POST /ref-update HTTP/1.1" 200 156 0.007877 10.0.0.27 - - [2025-06-09 02:14:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.27 - - [2025-06-09 02:14:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.27 - - [2025-06-09 02:14:36] "POST /ref-update HTTP/1.1" 200 156 0.008895 10.0.0.27 - - [2025-06-09 02:14:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003173 10.0.0.27 - - [2025-06-09 02:14:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.27 - - [2025-06-09 02:14:36] "POST /ref-update HTTP/1.1" 200 156 0.008740 10.0.0.27 - - [2025-06-09 02:14:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.27 - - [2025-06-09 02:14:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003900 10.0.0.27 - - [2025-06-09 02:14:36] "POST /ref-update HTTP/1.1" 200 156 0.007788 10.0.0.27 - - [2025-06-09 02:14:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.27 - - [2025-06-09 02:14:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.27 - - [2025-06-09 02:14:36] "POST /ref-update HTTP/1.1" 200 156 0.007545 10.0.0.27 - - [2025-06-09 02:14:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003032 10.0.0.27 - - [2025-06-09 02:14:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.27 - - [2025-06-09 02:14:36] "POST /ref-update HTTP/1.1" 200 156 0.007429 10.0.0.27 - - [2025-06-09 02:14:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003876 10.0.0.27 - - [2025-06-09 02:14:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003082 10.0.0.27 - - [2025-06-09 02:14:37] "POST /ref-update HTTP/1.1" 200 156 0.008191 10.0.0.27 - - [2025-06-09 02:14:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004530 10.0.0.27 - - [2025-06-09 02:14:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.27 - - [2025-06-09 02:14:37] "POST /ref-update HTTP/1.1" 200 156 0.007622 10.0.0.27 - - [2025-06-09 02:14:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.27 - - [2025-06-09 02:14:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.27 - - [2025-06-09 02:14:37] "POST /ref-update HTTP/1.1" 200 156 0.009079 10.0.0.27 - - [2025-06-09 02:14:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.27 - - [2025-06-09 02:14:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003287 10.0.0.27 - - [2025-06-09 02:14:37] "POST /ref-update HTTP/1.1" 200 156 0.008526 10.0.0.27 - - [2025-06-09 02:14:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.27 - - [2025-06-09 02:14:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003104 10.0.0.27 - - [2025-06-09 02:14:37] "POST /ref-update HTTP/1.1" 200 156 0.008584 10.0.0.27 - - [2025-06-09 02:14:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003347 10.0.0.27 - - [2025-06-09 02:14:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003229 10.0.0.27 - - [2025-06-09 02:14:37] "POST /ref-update HTTP/1.1" 200 156 0.008681 10.0.0.27 - - [2025-06-09 02:14:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.27 - - [2025-06-09 02:14:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003802 10.0.0.27 - - [2025-06-09 02:14:38] "POST /ref-update HTTP/1.1" 200 156 0.007456 10.0.0.27 - - [2025-06-09 02:14:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748 10.0.0.27 - - [2025-06-09 02:14:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003425 10.0.0.27 - - [2025-06-09 02:14:38] "POST /ref-update HTTP/1.1" 200 156 0.007782 10.0.0.27 - - [2025-06-09 02:14:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003141 10.0.0.27 - - [2025-06-09 02:14:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.27 - - [2025-06-09 02:14:38] "POST /ref-update HTTP/1.1" 200 156 0.007980 10.0.0.27 - - [2025-06-09 02:14:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.27 - - [2025-06-09 02:14:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.27 - - [2025-06-09 02:14:38] "POST /ref-update HTTP/1.1" 200 156 0.007900 10.0.0.27 - - [2025-06-09 02:14:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003148 10.0.0.27 - - [2025-06-09 02:14:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002905 10.0.0.27 - - [2025-06-09 02:14:38] "POST /ref-update HTTP/1.1" 200 156 0.014540 10.0.0.27 - - [2025-06-09 02:14:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773 10.0.0.27 - - [2025-06-09 02:14:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.27 - - [2025-06-09 02:14:38] "POST /ref-update HTTP/1.1" 200 156 0.007538 10.0.0.27 - - [2025-06-09 02:14:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003347 10.0.0.27 - - [2025-06-09 02:14:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002996 10.0.0.27 - - [2025-06-09 02:14:38] "POST /ref-update HTTP/1.1" 200 156 0.007509 10.0.0.27 - - [2025-06-09 02:14:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003022 10.0.0.27 - - [2025-06-09 02:14:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.27 - - [2025-06-09 02:14:39] "POST /ref-update HTTP/1.1" 200 156 0.010174 10.0.0.27 - - [2025-06-09 02:14:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.27 - - [2025-06-09 02:14:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.27 - - [2025-06-09 02:14:39] "POST /ref-update HTTP/1.1" 200 156 0.008511 10.0.0.27 - - [2025-06-09 02:14:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004082 10.0.0.27 - - [2025-06-09 02:14:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003988 10.0.0.27 - - [2025-06-09 02:14:39] "POST /ref-update HTTP/1.1" 200 156 0.008715 10.0.0.27 - - [2025-06-09 02:14:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351 10.0.0.27 - - [2025-06-09 02:14:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002915 10.0.0.27 - - [2025-06-09 02:14:39] "POST /ref-update HTTP/1.1" 200 156 0.008304 10.0.0.27 - - [2025-06-09 02:14:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003269 10.0.0.27 - - [2025-06-09 02:14:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.27 - - [2025-06-09 02:14:39] "POST /ref-update HTTP/1.1" 200 156 0.008533 10.0.0.27 - - [2025-06-09 02:14:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.27 - - [2025-06-09 02:14:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.27 - - [2025-06-09 02:14:39] "POST /ref-update HTTP/1.1" 200 156 0.008996 10.0.0.27 - - [2025-06-09 02:14:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.27 - - [2025-06-09 02:14:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.27 - - [2025-06-09 02:14:39] "POST /ref-update HTTP/1.1" 200 156 0.009385 10.0.0.27 - - [2025-06-09 02:14:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003132 10.0.0.27 - - [2025-06-09 02:14:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.27 - - [2025-06-09 02:14:40] "POST /ref-update HTTP/1.1" 200 156 0.009574 10.0.0.27 - - [2025-06-09 02:14:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.27 - - [2025-06-09 02:14:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003948 10.0.0.27 - - [2025-06-09 02:14:40] "POST /ref-update HTTP/1.1" 200 156 0.007641 10.0.0.27 - - [2025-06-09 02:14:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003637 10.0.0.27 - - [2025-06-09 02:14:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003059 10.0.0.27 - - [2025-06-09 02:14:40] "POST /ref-update HTTP/1.1" 200 156 0.009510 10.0.0.27 - - [2025-06-09 02:14:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002929 10.0.0.27 - - [2025-06-09 02:14:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.27 - - [2025-06-09 02:14:40] "POST /ref-update HTTP/1.1" 200 156 0.007721 10.0.0.27 - - [2025-06-09 02:14:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.27 - - [2025-06-09 02:14:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.27 - - [2025-06-09 02:14:40] "POST /ref-update HTTP/1.1" 200 156 0.008528 10.0.0.27 - - [2025-06-09 02:14:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.27 - - [2025-06-09 02:14:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.27 - - [2025-06-09 02:14:40] "POST /ref-update HTTP/1.1" 200 156 0.007818 10.0.0.27 - - [2025-06-09 02:14:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.27 - - [2025-06-09 02:14:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003216 10.0.0.27 - - [2025-06-09 02:14:41] "POST /ref-update HTTP/1.1" 200 156 0.009163 10.0.0.27 - - [2025-06-09 02:14:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003192 10.0.0.27 - - [2025-06-09 02:14:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003630 10.0.0.27 - - [2025-06-09 02:14:41] "POST /ref-update HTTP/1.1" 200 156 0.008779 10.0.0.27 - - [2025-06-09 02:14:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.27 - - [2025-06-09 02:14:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.27 - - [2025-06-09 02:14:41] "POST /ref-update HTTP/1.1" 200 156 0.007863 10.0.0.27 - - [2025-06-09 02:14:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.27 - - [2025-06-09 02:14:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.27 - - [2025-06-09 02:14:41] "POST /ref-update HTTP/1.1" 200 156 0.007811 10.0.0.27 - - [2025-06-09 02:14:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.27 - - [2025-06-09 02:14:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.27 - - [2025-06-09 02:14:41] "POST /ref-update HTTP/1.1" 200 156 0.007477 10.0.0.27 - - [2025-06-09 02:14:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003082 10.0.0.27 - - [2025-06-09 02:14:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.27 - - [2025-06-09 02:14:41] "POST /ref-update HTTP/1.1" 200 156 0.007785 10.0.0.27 - - [2025-06-09 02:14:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003071 10.0.0.27 - - [2025-06-09 02:14:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.27 - - [2025-06-09 02:14:41] "POST /ref-update HTTP/1.1" 200 156 0.008348 10.0.0.27 - - [2025-06-09 02:14:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.27 - - [2025-06-09 02:14:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003142 10.0.0.27 - - [2025-06-09 02:14:42] "POST /ref-update HTTP/1.1" 200 156 0.007704 10.0.0.27 - - [2025-06-09 02:14:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.27 - - [2025-06-09 02:14:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003266 10.0.0.27 - - [2025-06-09 02:14:42] "POST /ref-update HTTP/1.1" 200 156 0.008298 10.0.0.27 - - [2025-06-09 02:14:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.27 - - [2025-06-09 02:14:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003230 10.0.0.27 - - [2025-06-09 02:14:42] "POST /ref-update HTTP/1.1" 200 156 0.008210 10.0.0.27 - - [2025-06-09 02:14:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.27 - - [2025-06-09 02:14:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002927 10.0.0.27 - - [2025-06-09 02:14:42] "POST /ref-update HTTP/1.1" 200 156 0.008613 10.0.0.27 - - [2025-06-09 02:14:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.27 - - [2025-06-09 02:14:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003202 10.0.0.27 - - [2025-06-09 02:14:42] "POST /ref-update HTTP/1.1" 200 156 0.008700 10.0.0.27 - - [2025-06-09 02:14:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.27 - - [2025-06-09 02:14:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.27 - - [2025-06-09 02:14:42] "POST /ref-update HTTP/1.1" 200 156 0.007783 10.0.0.27 - - [2025-06-09 02:14:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.27 - - [2025-06-09 02:14:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.27 - - [2025-06-09 02:14:43] "POST /ref-update HTTP/1.1" 200 156 0.007438 10.0.0.27 - - [2025-06-09 02:14:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.27 - - [2025-06-09 02:14:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.27 - - [2025-06-09 02:14:43] "POST /ref-update HTTP/1.1" 200 156 0.007795 10.0.0.27 - - [2025-06-09 02:14:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.27 - - [2025-06-09 02:14:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004025 10.0.0.27 - - [2025-06-09 02:14:43] "POST /ref-update HTTP/1.1" 200 156 0.007405 10.0.0.27 - - [2025-06-09 02:14:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.27 - - [2025-06-09 02:14:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004293 10.0.0.27 - - [2025-06-09 02:14:43] "POST /ref-update HTTP/1.1" 200 156 0.007974 10.0.0.27 - - [2025-06-09 02:14:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003331 10.0.0.27 - - [2025-06-09 02:14:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003282 10.0.0.27 - - [2025-06-09 02:14:43] "POST /ref-update HTTP/1.1" 200 156 0.009372 10.0.0.27 - - [2025-06-09 02:14:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.27 - - [2025-06-09 02:14:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.27 - - [2025-06-09 02:14:43] "POST /ref-update HTTP/1.1" 200 156 0.007872 10.0.0.27 - - [2025-06-09 02:14:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.27 - - [2025-06-09 02:14:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.27 - - [2025-06-09 02:14:43] "POST /ref-update HTTP/1.1" 200 156 0.008548 10.0.0.27 - - [2025-06-09 02:14:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.27 - - [2025-06-09 02:14:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.27 - - [2025-06-09 02:14:44] "POST /ref-update HTTP/1.1" 200 156 0.007255 10.0.0.27 - - [2025-06-09 02:14:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.27 - - [2025-06-09 02:14:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.27 - - [2025-06-09 02:14:44] "POST /ref-update HTTP/1.1" 200 156 0.007994 10.0.0.27 - - [2025-06-09 02:14:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.27 - - [2025-06-09 02:14:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.27 - - [2025-06-09 02:14:44] "POST /ref-update HTTP/1.1" 200 156 0.008033 10.0.0.27 - - [2025-06-09 02:14:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.27 - - [2025-06-09 02:14:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.27 - - [2025-06-09 02:14:44] "POST /ref-update HTTP/1.1" 200 156 0.008237 10.0.0.27 - - [2025-06-09 02:14:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.27 - - [2025-06-09 02:14:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.27 - - [2025-06-09 02:14:44] "POST /ref-update HTTP/1.1" 200 156 0.007529 10.0.0.27 - - [2025-06-09 02:14:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003022 10.0.0.27 - - [2025-06-09 02:14:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.27 - - [2025-06-09 02:14:44] "POST /ref-update HTTP/1.1" 200 156 0.008125 10.0.0.27 - - [2025-06-09 02:14:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003220 10.0.0.27 - - [2025-06-09 02:14:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.27 - - [2025-06-09 02:14:44] "POST /ref-update HTTP/1.1" 200 156 0.008623 10.0.0.27 - - [2025-06-09 02:14:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.27 - - [2025-06-09 02:14:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003151 10.0.0.27 - - [2025-06-09 02:14:45] "POST /ref-update HTTP/1.1" 200 156 0.007674 10.0.0.27 - - [2025-06-09 02:14:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.27 - - [2025-06-09 02:14:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.27 - - [2025-06-09 02:14:45] "POST /ref-update HTTP/1.1" 200 156 0.008186 10.0.0.27 - - [2025-06-09 02:14:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.27 - - [2025-06-09 02:14:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.27 - - [2025-06-09 02:14:45] "POST /ref-update HTTP/1.1" 200 156 0.008775 10.0.0.27 - - [2025-06-09 02:14:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.27 - - [2025-06-09 02:14:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003144 10.0.0.27 - - [2025-06-09 02:14:45] "POST /ref-update HTTP/1.1" 200 156 0.008489 10.0.0.27 - - [2025-06-09 02:14:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.27 - - [2025-06-09 02:14:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003550 10.0.0.27 - - [2025-06-09 02:14:45] "POST /ref-update HTTP/1.1" 200 156 0.007793 10.0.0.27 - - [2025-06-09 02:14:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002973 10.0.0.27 - - [2025-06-09 02:14:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.27 - - [2025-06-09 02:14:45] "POST /ref-update HTTP/1.1" 200 156 0.009912 10.0.0.27 - - [2025-06-09 02:14:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003821 10.0.0.27 - - [2025-06-09 02:14:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002914 10.0.0.27 - - [2025-06-09 02:14:46] "POST /ref-update HTTP/1.1" 200 156 0.007577 10.0.0.27 - - [2025-06-09 02:14:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.27 - - [2025-06-09 02:14:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.27 - - [2025-06-09 02:14:46] "POST /ref-update HTTP/1.1" 200 156 0.007282 10.0.0.27 - - [2025-06-09 02:14:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.27 - - [2025-06-09 02:14:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.27 - - [2025-06-09 02:14:46] "POST /ref-update HTTP/1.1" 200 156 0.008733 10.0.0.27 - - [2025-06-09 02:14:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.27 - - [2025-06-09 02:14:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002932 10.0.0.27 - - [2025-06-09 02:14:46] "POST /ref-update HTTP/1.1" 200 156 0.007948 10.0.0.27 - - [2025-06-09 02:14:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003729 10.0.0.27 - - [2025-06-09 02:14:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003022 10.0.0.27 - - [2025-06-09 02:14:46] "POST /ref-update HTTP/1.1" 200 156 0.008625 10.0.0.27 - - [2025-06-09 02:14:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003032 10.0.0.27 - - [2025-06-09 02:14:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003405 10.0.0.27 - - [2025-06-09 02:14:46] "POST /ref-update HTTP/1.1" 200 156 0.007853 10.0.0.27 - - [2025-06-09 02:14:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003198 10.0.0.27 - - [2025-06-09 02:14:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.27 - - [2025-06-09 02:14:46] "POST /ref-update HTTP/1.1" 200 156 0.007718 10.0.0.27 - - [2025-06-09 02:14:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.27 - - [2025-06-09 02:14:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.27 - - [2025-06-09 02:14:47] "POST /ref-update HTTP/1.1" 200 156 0.008217 10.0.0.27 - - [2025-06-09 02:14:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002969 10.0.0.27 - - [2025-06-09 02:14:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.27 - - [2025-06-09 02:14:47] "POST /ref-update HTTP/1.1" 200 156 0.007065 10.0.0.27 - - [2025-06-09 02:14:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.27 - - [2025-06-09 02:14:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003367 10.0.0.27 - - [2025-06-09 02:14:47] "POST /ref-update HTTP/1.1" 200 156 0.007504 10.0.0.27 - - [2025-06-09 02:14:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004059 10.0.0.27 - - [2025-06-09 02:14:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.27 - - [2025-06-09 02:14:47] "POST /ref-update HTTP/1.1" 200 156 0.007816 10.0.0.27 - - [2025-06-09 02:14:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003307 10.0.0.27 - - [2025-06-09 02:14:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.27 - - [2025-06-09 02:14:47] "POST /ref-update HTTP/1.1" 200 156 0.008672 10.0.0.27 - - [2025-06-09 02:14:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.27 - - [2025-06-09 02:14:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003121 10.0.0.27 - - [2025-06-09 02:14:47] "POST /ref-update HTTP/1.1" 200 156 0.008481 10.0.0.27 - - [2025-06-09 02:14:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003244 10.0.0.27 - - [2025-06-09 02:14:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.27 - - [2025-06-09 02:14:47] "POST /ref-update HTTP/1.1" 200 156 0.008819 10.0.0.27 - - [2025-06-09 02:14:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.27 - - [2025-06-09 02:14:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002940 10.0.0.27 - - [2025-06-09 02:14:48] "POST /ref-update HTTP/1.1" 200 156 0.008919 10.0.0.27 - - [2025-06-09 02:14:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003068 10.0.0.27 - - [2025-06-09 02:14:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.27 - - [2025-06-09 02:14:48] "POST /ref-update HTTP/1.1" 200 156 0.008327 10.0.0.27 - - [2025-06-09 02:14:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.27 - - [2025-06-09 02:14:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.27 - - [2025-06-09 02:14:48] "POST /ref-update HTTP/1.1" 200 156 0.007347 10.0.0.27 - - [2025-06-09 02:14:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.27 - - [2025-06-09 02:14:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.27 - - [2025-06-09 02:14:48] "POST /ref-update HTTP/1.1" 200 156 0.008736 10.0.0.27 - - [2025-06-09 02:14:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003269 10.0.0.27 - - [2025-06-09 02:14:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002896 10.0.0.27 - - [2025-06-09 02:14:48] "POST /ref-update HTTP/1.1" 200 156 0.007059 10.0.0.27 - - [2025-06-09 02:14:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.27 - - [2025-06-09 02:14:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003306 10.0.0.27 - - [2025-06-09 02:14:48] "POST /ref-update HTTP/1.1" 200 156 0.007805 10.0.0.27 - - [2025-06-09 02:14:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.27 - - [2025-06-09 02:14:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.27 - - [2025-06-09 02:14:49] "POST /ref-update HTTP/1.1" 200 156 0.007269 10.0.0.27 - - [2025-06-09 02:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.27 - - [2025-06-09 02:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.27 - - [2025-06-09 02:14:49] "POST /ref-update HTTP/1.1" 200 156 0.010263 10.0.0.27 - - [2025-06-09 02:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.27 - - [2025-06-09 02:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002966 10.0.0.27 - - [2025-06-09 02:14:49] "POST /ref-update HTTP/1.1" 200 156 0.008210 10.0.0.27 - - [2025-06-09 02:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003286 10.0.0.27 - - [2025-06-09 02:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.27 - - [2025-06-09 02:14:49] "POST /ref-update HTTP/1.1" 200 156 0.007350 10.0.0.27 - - [2025-06-09 02:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.27 - - [2025-06-09 02:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003236 10.0.0.27 - - [2025-06-09 02:14:49] "POST /ref-update HTTP/1.1" 200 156 0.008195 10.0.0.27 - - [2025-06-09 02:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.27 - - [2025-06-09 02:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.27 - - [2025-06-09 02:14:49] "POST /ref-update HTTP/1.1" 200 156 0.007627 10.0.0.27 - - [2025-06-09 02:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002999 10.0.0.27 - - [2025-06-09 02:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.27 - - [2025-06-09 02:14:49] "POST /ref-update HTTP/1.1" 200 156 0.007273 10.0.0.27 - - [2025-06-09 02:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003207 10.0.0.27 - - [2025-06-09 02:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003828 10.0.0.27 - - [2025-06-09 02:14:50] "POST /ref-update HTTP/1.1" 200 156 0.007875 10.0.0.27 - - [2025-06-09 02:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.27 - - [2025-06-09 02:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.27 - - [2025-06-09 02:14:50] "POST /ref-update HTTP/1.1" 200 156 0.008800 10.0.0.27 - - [2025-06-09 02:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.27 - - [2025-06-09 02:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.27 - - [2025-06-09 02:14:50] "POST /ref-update HTTP/1.1" 200 156 0.009728 10.0.0.27 - - [2025-06-09 02:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003867 10.0.0.27 - - [2025-06-09 02:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003334 10.0.0.27 - - [2025-06-09 02:14:50] "POST /ref-update HTTP/1.1" 200 156 0.008254 10.0.0.27 - - [2025-06-09 02:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004498 10.0.0.27 - - [2025-06-09 02:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.27 - - [2025-06-09 02:14:50] "POST /ref-update HTTP/1.1" 200 156 0.007647 10.0.0.27 - - [2025-06-09 02:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.27 - - [2025-06-09 02:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.27 - - [2025-06-09 02:14:50] "POST /ref-update HTTP/1.1" 200 156 0.007939 10.0.0.27 - - [2025-06-09 02:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004020 10.0.0.27 - - [2025-06-09 02:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.006233 10.0.0.27 - - [2025-06-09 02:14:51] "POST /ref-update HTTP/1.1" 200 156 0.009964 10.0.0.27 - - [2025-06-09 02:14:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004073 10.0.0.27 - - [2025-06-09 02:14:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.27 - - [2025-06-09 02:14:51] "POST /ref-update HTTP/1.1" 200 156 0.007674 10.0.0.27 - - [2025-06-09 02:14:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.27 - - [2025-06-09 02:14:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.27 - - [2025-06-09 02:14:51] "POST /ref-update HTTP/1.1" 200 156 0.007960 10.0.0.27 - - [2025-06-09 02:14:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.27 - - [2025-06-09 02:14:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.27 - - [2025-06-09 02:14:51] "POST /ref-update HTTP/1.1" 200 156 0.008801 10.0.0.27 - - [2025-06-09 02:14:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.27 - - [2025-06-09 02:14:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.27 - - [2025-06-09 02:14:51] "POST /ref-update HTTP/1.1" 200 156 0.008644 10.0.0.27 - - [2025-06-09 02:14:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.27 - - [2025-06-09 02:14:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.27 - - [2025-06-09 02:14:51] "POST /ref-update HTTP/1.1" 200 156 0.009155 10.0.0.27 - - [2025-06-09 02:14:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.27 - - [2025-06-09 02:14:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003409 10.0.0.27 - - [2025-06-09 02:14:51] "POST /ref-update HTTP/1.1" 200 156 0.008973 10.0.0.27 - - [2025-06-09 02:14:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.27 - - [2025-06-09 02:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002742 10.0.0.27 - - [2025-06-09 02:14:52] "POST /ref-update HTTP/1.1" 200 156 0.009059 10.0.0.27 - - [2025-06-09 02:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003391 10.0.0.27 - - [2025-06-09 02:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.27 - - [2025-06-09 02:14:52] "POST /ref-update HTTP/1.1" 200 156 0.008637 10.0.0.27 - - [2025-06-09 02:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.037221 10.0.0.27 - - [2025-06-09 02:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004957 10.0.0.27 - - [2025-06-09 02:14:52] "POST /ref-update HTTP/1.1" 200 156 0.007833 10.0.0.27 - - [2025-06-09 02:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.27 - - [2025-06-09 02:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.27 - - [2025-06-09 02:14:52] "POST /ref-update HTTP/1.1" 200 156 0.008268 10.0.0.27 - - [2025-06-09 02:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.27 - - [2025-06-09 02:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.27 - - [2025-06-09 02:14:52] "POST /ref-update HTTP/1.1" 200 156 0.008680 10.0.0.27 - - [2025-06-09 02:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003146 10.0.0.27 - - [2025-06-09 02:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.27 - - [2025-06-09 02:14:52] "POST /ref-update HTTP/1.1" 200 156 0.008166 10.0.0.27 - - [2025-06-09 02:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.27 - - [2025-06-09 02:14:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003347 10.0.0.27 - - [2025-06-09 02:14:53] "POST /ref-update HTTP/1.1" 200 156 0.008572 10.0.0.27 - - [2025-06-09 02:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.27 - - [2025-06-09 02:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.27 - - [2025-06-09 02:14:53] "POST /ref-update HTTP/1.1" 200 156 0.007937 10.0.0.27 - - [2025-06-09 02:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003153 10.0.0.27 - - [2025-06-09 02:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004121 10.0.0.27 - - [2025-06-09 02:14:53] "POST /ref-update HTTP/1.1" 200 156 0.010420 10.0.0.27 - - [2025-06-09 02:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004666 10.0.0.27 - - [2025-06-09 02:14:53] "GET / HTTP/1.1" 200 35931 0.002187 10.0.0.27 - - [2025-06-09 02:14:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000504 10.0.0.27 - - [2025-06-09 02:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.27 - - [2025-06-09 02:14:53] "POST /ref-update HTTP/1.1" 200 156 0.013272 10.0.0.27 - - [2025-06-09 02:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004907 10.0.0.27 - - [2025-06-09 02:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.27 - - [2025-06-09 02:14:53] "POST /ref-update HTTP/1.1" 200 156 0.008157 10.0.0.27 - - [2025-06-09 02:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.27 - - [2025-06-09 02:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.27 - - [2025-06-09 02:14:53] "POST /ref-update HTTP/1.1" 200 156 0.012525 10.0.0.27 - - [2025-06-09 02:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.036780 10.0.0.27 - - [2025-06-09 02:14:53] "GET /routing-instance/0893418f-6d70-4879-9659-a40272f8dd6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1174 0.005765 10.0.0.27 - - [2025-06-09 02:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005299 10.0.0.27 - - [2025-06-09 02:14:53] "POST /bgp-routers HTTP/1.1" 200 620 0.022604 10.0.0.27 - - [2025-06-09 02:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002661 10.0.0.27 - - [2025-06-09 02:14:53] "GET /bgp-router/3cd03e39-16cc-49e1-b97f-05c0e6f076df?fields=global_system_config_back_refs HTTP/1.1" 200 1116 0.005644 10.0.0.27 - - [2025-06-09 02:14:53] "POST /ref-update HTTP/1.1" 200 156 0.007082 10.0.0.27 - - [2025-06-09 02:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003966 10.0.0.27 - - [2025-06-09 02:14:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.27 - - [2025-06-09 02:14:54] "GET /global-system-config/3b953945-0304-4e6d-9c49-09ca89518caf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.006420 10.0.0.27 - - [2025-06-09 02:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.27 - - [2025-06-09 02:14:54] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003509 10.0.0.27 - - [2025-06-09 02:14:54] "POST /ref-update HTTP/1.1" 200 156 0.009180 10.0.0.27 - - [2025-06-09 02:14:54] "POST /ref-update HTTP/1.1" 200 156 0.008164 10.0.0.27 - - [2025-06-09 02:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.27 - - [2025-06-09 02:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004648 10.0.0.27 - - [2025-06-09 02:14:54] "POST /ref-update HTTP/1.1" 200 156 0.011920 10.0.0.27 - - [2025-06-09 02:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004105 10.0.0.27 - - [2025-06-09 02:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004814 10.0.0.27 - - [2025-06-09 02:14:54] "POST /ref-update HTTP/1.1" 200 156 0.007474 10.0.0.27 - - [2025-06-09 02:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.27 - - [2025-06-09 02:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.27 - - [2025-06-09 02:14:54] "POST /ref-update HTTP/1.1" 200 156 0.008662 10.0.0.27 - - [2025-06-09 02:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003276 10.0.0.27 - - [2025-06-09 02:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004305 10.0.0.27 - - [2025-06-09 02:14:54] "POST /ref-update HTTP/1.1" 200 156 0.010502 10.0.0.27 - - [2025-06-09 02:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.27 - - [2025-06-09 02:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.27 - - [2025-06-09 02:14:54] "POST /ref-update HTTP/1.1" 200 156 0.010564 10.0.0.27 - - [2025-06-09 02:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.006714 10.0.0.27 - - [2025-06-09 02:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004375 10.0.0.27 - - [2025-06-09 02:14:54] "POST /ref-update HTTP/1.1" 200 156 0.014036 10.0.0.27 - - [2025-06-09 02:14:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.27 - - [2025-06-09 02:14:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.27 - - [2025-06-09 02:14:55] "POST /ref-update HTTP/1.1" 200 156 0.007588 10.0.0.27 - - [2025-06-09 02:14:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003909 10.0.0.27 - - [2025-06-09 02:14:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003171 10.0.0.27 - - [2025-06-09 02:14:55] "POST /ref-update HTTP/1.1" 200 156 0.008685 10.0.0.27 - - [2025-06-09 02:14:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002988 10.0.0.27 - - [2025-06-09 02:14:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.27 - - [2025-06-09 02:14:55] "POST /ref-update HTTP/1.1" 200 156 0.007409 10.0.0.27 - - [2025-06-09 02:14:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359 10.0.0.27 - - [2025-06-09 02:14:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.27 - - [2025-06-09 02:14:55] "POST /ref-update HTTP/1.1" 200 156 0.009782 10.0.0.27 - - [2025-06-09 02:14:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.27 - - [2025-06-09 02:14:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.27 - - [2025-06-09 02:14:55] "POST /ref-update HTTP/1.1" 200 156 0.009065 10.0.0.27 - - [2025-06-09 02:14:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.27 - - [2025-06-09 02:14:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.27 - - [2025-06-09 02:14:55] "POST /ref-update HTTP/1.1" 200 156 0.007882 10.0.0.27 - - [2025-06-09 02:14:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.27 - - [2025-06-09 02:14:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.27 - - [2025-06-09 02:14:56] "POST /ref-update HTTP/1.1" 200 156 0.008297 10.0.0.27 - - [2025-06-09 02:14:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.27 - - [2025-06-09 02:14:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002948 10.0.0.27 - - [2025-06-09 02:14:56] "POST /ref-update HTTP/1.1" 200 156 0.008423 10.0.0.27 - - [2025-06-09 02:14:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.27 - - [2025-06-09 02:14:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.27 - - [2025-06-09 02:14:56] "POST /ref-update HTTP/1.1" 200 156 0.009840 10.0.0.27 - - [2025-06-09 02:14:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002925 10.0.0.27 - - [2025-06-09 02:14:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.27 - - [2025-06-09 02:14:56] "POST /ref-update HTTP/1.1" 200 156 0.009250 10.0.0.27 - - [2025-06-09 02:14:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.27 - - [2025-06-09 02:14:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003279 10.0.0.27 - - [2025-06-09 02:14:56] "POST /ref-update HTTP/1.1" 200 156 0.008490 10.0.0.27 - - [2025-06-09 02:14:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003459 10.0.0.27 - - [2025-06-09 02:14:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.27 - - [2025-06-09 02:14:56] "POST /ref-update HTTP/1.1" 200 156 0.007812 10.0.0.27 - - [2025-06-09 02:14:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002901 10.0.0.27 - - [2025-06-09 02:14:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002892 10.0.0.27 - - [2025-06-09 02:14:56] "POST /ref-update HTTP/1.1" 200 156 0.007356 10.0.0.27 - - [2025-06-09 02:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.27 - - [2025-06-09 02:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.27 - - [2025-06-09 02:14:57] "POST /ref-update HTTP/1.1" 200 156 0.014726 10.0.0.27 - - [2025-06-09 02:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.27 - - [2025-06-09 02:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.27 - - [2025-06-09 02:14:57] "POST /ref-update HTTP/1.1" 200 156 0.009120 10.0.0.27 - - [2025-06-09 02:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.27 - - [2025-06-09 02:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.27 - - [2025-06-09 02:14:57] "POST /ref-update HTTP/1.1" 200 156 0.008023 10.0.0.27 - - [2025-06-09 02:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002939 10.0.0.27 - - [2025-06-09 02:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002864 10.0.0.27 - - [2025-06-09 02:14:57] "POST /ref-update HTTP/1.1" 200 156 0.007832 10.0.0.27 - - [2025-06-09 02:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002976 10.0.0.27 - - [2025-06-09 02:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.27 - - [2025-06-09 02:14:57] "POST /ref-update HTTP/1.1" 200 156 0.009517 10.0.0.27 - - [2025-06-09 02:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002912 10.0.0.27 - - [2025-06-09 02:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.27 - - [2025-06-09 02:14:57] "POST /ref-update HTTP/1.1" 200 156 0.010876 10.0.0.27 - - [2025-06-09 02:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.27 - - [2025-06-09 02:14:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.27 - - [2025-06-09 02:14:58] "POST /ref-update HTTP/1.1" 200 156 0.008371 10.0.0.27 - - [2025-06-09 02:14:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002937 10.0.0.27 - - [2025-06-09 02:14:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.27 - - [2025-06-09 02:14:58] "POST /ref-update HTTP/1.1" 200 156 0.008884 10.0.0.27 - - [2025-06-09 02:14:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003204 10.0.0.27 - - [2025-06-09 02:14:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003288 10.0.0.27 - - [2025-06-09 02:14:58] "POST /ref-update HTTP/1.1" 200 156 0.009052 10.0.0.27 - - [2025-06-09 02:14:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.27 - - [2025-06-09 02:14:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.27 - - [2025-06-09 02:14:58] "POST /ref-update HTTP/1.1" 200 156 0.008281 10.0.0.27 - - [2025-06-09 02:14:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.27 - - [2025-06-09 02:14:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002885 10.0.0.27 - - [2025-06-09 02:14:58] "POST /ref-update HTTP/1.1" 200 156 0.008506 10.0.0.27 - - [2025-06-09 02:14:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256 10.0.0.27 - - [2025-06-09 02:14:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002920 10.0.0.27 - - [2025-06-09 02:14:58] "POST /ref-update HTTP/1.1" 200 156 0.008767 10.0.0.27 - - [2025-06-09 02:14:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002864 10.0.0.27 - - [2025-06-09 02:14:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.27 - - [2025-06-09 02:14:58] "POST /ref-update HTTP/1.1" 200 156 0.008505 10.0.0.27 - - [2025-06-09 02:14:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002917 10.0.0.27 - - [2025-06-09 02:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002951 10.0.0.27 - - [2025-06-09 02:14:59] "POST /ref-update HTTP/1.1" 200 156 0.008330 10.0.0.27 - - [2025-06-09 02:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002884 10.0.0.27 - - [2025-06-09 02:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002894 10.0.0.27 - - [2025-06-09 02:14:59] "POST /ref-update HTTP/1.1" 200 156 0.010345 10.0.0.27 - - [2025-06-09 02:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.27 - - [2025-06-09 02:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003244 10.0.0.27 - - [2025-06-09 02:14:59] "POST /ref-update HTTP/1.1" 200 156 0.010500 10.0.0.27 - - [2025-06-09 02:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003012 10.0.0.27 - - [2025-06-09 02:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.27 - - [2025-06-09 02:14:59] "POST /ref-update HTTP/1.1" 200 156 0.009880 10.0.0.27 - - [2025-06-09 02:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.27 - - [2025-06-09 02:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.27 - - [2025-06-09 02:14:59] "POST /ref-update HTTP/1.1" 200 156 0.008438 10.0.0.27 - - [2025-06-09 02:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003032 10.0.0.27 - - [2025-06-09 02:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003813 10.0.0.27 - - [2025-06-09 02:14:59] "POST /ref-update HTTP/1.1" 200 156 0.011335 10.0.0.27 - - [2025-06-09 02:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750 10.0.0.27 - - [2025-06-09 02:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511 10.0.0.27 - - [2025-06-09 02:15:00] "POST /ref-update HTTP/1.1" 200 156 0.009326 10.0.0.27 - - [2025-06-09 02:15:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.27 - - [2025-06-09 02:15:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002958 10.0.0.27 - - [2025-06-09 02:15:00] "POST /ref-update HTTP/1.1" 200 156 0.009602 10.0.0.27 - - [2025-06-09 02:15:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002941 10.0.0.27 - - [2025-06-09 02:15:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.27 - - [2025-06-09 02:15:00] "POST /ref-update HTTP/1.1" 200 156 0.008843 10.0.0.27 - - [2025-06-09 02:15:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003147 10.0.0.27 - - [2025-06-09 02:15:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.27 - - [2025-06-09 02:15:00] "POST /ref-update HTTP/1.1" 200 156 0.008743 10.0.0.27 - - [2025-06-09 02:15:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081 10.0.0.27 - - [2025-06-09 02:15:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.27 - - [2025-06-09 02:15:00] "POST /ref-update HTTP/1.1" 200 156 0.009330 10.0.0.27 - - [2025-06-09 02:15:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003225 10.0.0.27 - - [2025-06-09 02:15:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.27 - - [2025-06-09 02:15:00] "POST /ref-update HTTP/1.1" 200 156 0.009816 10.0.0.27 - - [2025-06-09 02:15:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.27 - - [2025-06-09 02:15:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.27 - - [2025-06-09 02:15:00] "POST /ref-update HTTP/1.1" 200 156 0.009213 10.0.0.27 - - [2025-06-09 02:15:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003370 10.0.0.27 - - [2025-06-09 02:15:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.27 - - [2025-06-09 02:15:01] "POST /ref-update HTTP/1.1" 200 156 0.012781 10.0.0.27 - - [2025-06-09 02:15:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004646 10.0.0.27 - - [2025-06-09 02:15:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003861 10.0.0.27 - - [2025-06-09 02:15:01] "POST /ref-update HTTP/1.1" 200 156 0.008947 10.0.0.27 - - [2025-06-09 02:15:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.27 - - [2025-06-09 02:15:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.27 - - [2025-06-09 02:15:01] "POST /ref-update HTTP/1.1" 200 156 0.009250 10.0.0.27 - - [2025-06-09 02:15:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003274 10.0.0.27 - - [2025-06-09 02:15:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003153 10.0.0.27 - - [2025-06-09 02:15:01] "POST /ref-update HTTP/1.1" 200 156 0.009652 10.0.0.27 - - [2025-06-09 02:15:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.27 - - [2025-06-09 02:15:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.27 - - [2025-06-09 02:15:01] "POST /ref-update HTTP/1.1" 200 156 0.009158 10.0.0.27 - - [2025-06-09 02:15:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.27 - - [2025-06-09 02:15:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174 10.0.0.27 - - [2025-06-09 02:15:01] "POST /ref-update HTTP/1.1" 200 156 0.009274 10.0.0.27 - - [2025-06-09 02:15:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.27 - - [2025-06-09 02:15:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.27 - - [2025-06-09 02:15:02] "POST /ref-update HTTP/1.1" 200 156 0.008672 10.0.0.27 - - [2025-06-09 02:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.27 - - [2025-06-09 02:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.27 - - [2025-06-09 02:15:02] "POST /ref-update HTTP/1.1" 200 156 0.008607 10.0.0.27 - - [2025-06-09 02:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003369 10.0.0.27 - - [2025-06-09 02:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003872 10.0.0.27 - - [2025-06-09 02:15:02] "POST /ref-update HTTP/1.1" 200 156 0.009467 10.0.0.27 - - [2025-06-09 02:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003173 10.0.0.27 - - [2025-06-09 02:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003190 10.0.0.27 - - [2025-06-09 02:15:02] "POST /ref-update HTTP/1.1" 200 156 0.009146 10.0.0.27 - - [2025-06-09 02:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.27 - - [2025-06-09 02:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.27 - - [2025-06-09 02:15:02] "POST /ref-update HTTP/1.1" 200 156 0.008657 10.0.0.27 - - [2025-06-09 02:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003276 10.0.0.27 - - [2025-06-09 02:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.27 - - [2025-06-09 02:15:02] "POST /ref-update HTTP/1.1" 200 156 0.008368 10.0.0.27 - - [2025-06-09 02:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.27 - - [2025-06-09 02:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.27 - - [2025-06-09 02:15:02] "POST /ref-update HTTP/1.1" 200 156 0.009507 10.0.0.27 - - [2025-06-09 02:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.27 - - [2025-06-09 02:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.27 - - [2025-06-09 02:15:03] "POST /ref-update HTTP/1.1" 200 156 0.008322 10.0.0.27 - - [2025-06-09 02:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003713 10.0.0.27 - - [2025-06-09 02:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002925 10.0.0.27 - - [2025-06-09 02:15:03] "POST /ref-update HTTP/1.1" 200 156 0.008743 10.0.0.27 - - [2025-06-09 02:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197 10.0.0.27 - - [2025-06-09 02:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003369 10.0.0.27 - - [2025-06-09 02:15:03] "POST /ref-update HTTP/1.1" 200 156 0.008708 10.0.0.27 - - [2025-06-09 02:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.27 - - [2025-06-09 02:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.27 - - [2025-06-09 02:15:03] "POST /ref-update HTTP/1.1" 200 156 0.008970 10.0.0.27 - - [2025-06-09 02:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.27 - - [2025-06-09 02:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.27 - - [2025-06-09 02:15:03] "POST /ref-update HTTP/1.1" 200 156 0.010300 10.0.0.27 - - [2025-06-09 02:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.27 - - [2025-06-09 02:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.27 - - [2025-06-09 02:15:03] "POST /ref-update HTTP/1.1" 200 156 0.008375 10.0.0.27 - - [2025-06-09 02:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.27 - - [2025-06-09 02:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.27 - - [2025-06-09 02:15:03] "POST /ref-update HTTP/1.1" 200 156 0.008976 10.0.0.27 - - [2025-06-09 02:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004040 10.0.0.27 - - [2025-06-09 02:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.27 - - [2025-06-09 02:15:04] "POST /ref-update HTTP/1.1" 200 156 0.010856 10.0.0.27 - - [2025-06-09 02:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.27 - - [2025-06-09 02:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.27 - - [2025-06-09 02:15:04] "POST /ref-update HTTP/1.1" 200 156 0.008776 10.0.0.27 - - [2025-06-09 02:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.27 - - [2025-06-09 02:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.27 - - [2025-06-09 02:15:04] "POST /ref-update HTTP/1.1" 200 156 0.008300 10.0.0.27 - - [2025-06-09 02:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.27 - - [2025-06-09 02:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003797 10.0.0.27 - - [2025-06-09 02:15:04] "POST /ref-update HTTP/1.1" 200 156 0.010395 10.0.0.27 - - [2025-06-09 02:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.27 - - [2025-06-09 02:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174 10.0.0.27 - - [2025-06-09 02:15:04] "POST /ref-update HTTP/1.1" 200 156 0.008893 10.0.0.27 - - [2025-06-09 02:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.27 - - [2025-06-09 02:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.27 - - [2025-06-09 02:15:04] "POST /ref-update HTTP/1.1" 200 156 0.008383 10.0.0.27 - - [2025-06-09 02:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002968 10.0.0.27 - - [2025-06-09 02:15:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.27 - - [2025-06-09 02:15:05] "POST /ref-update HTTP/1.1" 200 156 0.008551 10.0.0.27 - - [2025-06-09 02:15:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.27 - - [2025-06-09 02:15:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.27 - - [2025-06-09 02:15:05] "POST /ref-update HTTP/1.1" 200 156 0.008812 10.0.0.27 - - [2025-06-09 02:15:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003550 10.0.0.27 - - [2025-06-09 02:15:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.27 - - [2025-06-09 02:15:05] "POST /ref-update HTTP/1.1" 200 156 0.008938 10.0.0.27 - - [2025-06-09 02:15:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004329 10.0.0.27 - - [2025-06-09 02:15:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.27 - - [2025-06-09 02:15:05] "POST /ref-update HTTP/1.1" 200 156 0.010476 10.0.0.27 - - [2025-06-09 02:15:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003836 10.0.0.27 - - [2025-06-09 02:15:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.27 - - [2025-06-09 02:15:05] "POST /ref-update HTTP/1.1" 200 156 0.009177 10.0.0.27 - - [2025-06-09 02:15:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.27 - - [2025-06-09 02:15:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004006 10.0.0.27 - - [2025-06-09 02:15:05] "POST /ref-update HTTP/1.1" 200 156 0.008446 10.0.0.27 - - [2025-06-09 02:15:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.27 - - [2025-06-09 02:15:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003619 10.0.0.27 - - [2025-06-09 02:15:05] "POST /ref-update HTTP/1.1" 200 156 0.009198 10.0.0.27 - - [2025-06-09 02:15:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.27 - - [2025-06-09 02:15:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.27 - - [2025-06-09 02:15:06] "POST /ref-update HTTP/1.1" 200 156 0.009732 10.0.0.27 - - [2025-06-09 02:15:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003193 10.0.0.27 - - [2025-06-09 02:15:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.27 - - [2025-06-09 02:15:06] "POST /ref-update HTTP/1.1" 200 156 0.007802 10.0.0.27 - - [2025-06-09 02:15:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.27 - - [2025-06-09 02:15:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.27 - - [2025-06-09 02:15:06] "POST /ref-update HTTP/1.1" 200 156 0.007862 10.0.0.27 - - [2025-06-09 02:15:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.27 - - [2025-06-09 02:15:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.27 - - [2025-06-09 02:15:06] "POST /ref-update HTTP/1.1" 200 156 0.007766 10.0.0.27 - - [2025-06-09 02:15:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.27 - - [2025-06-09 02:15:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002890 10.0.0.27 - - [2025-06-09 02:15:06] "POST /ref-update HTTP/1.1" 200 156 0.008285 10.0.0.27 - - [2025-06-09 02:15:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.27 - - [2025-06-09 02:15:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003185 10.0.0.27 - - [2025-06-09 02:15:06] "POST /ref-update HTTP/1.1" 200 156 0.006932 10.0.0.27 - - [2025-06-09 02:15:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328 10.0.0.27 - - [2025-06-09 02:15:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174 10.0.0.27 - - [2025-06-09 02:15:06] "POST /ref-update HTTP/1.1" 200 156 0.007422 10.0.0.27 - - [2025-06-09 02:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003173 10.0.0.27 - - [2025-06-09 02:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.27 - - [2025-06-09 02:15:07] "POST /ref-update HTTP/1.1" 200 156 0.007165 10.0.0.27 - - [2025-06-09 02:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.27 - - [2025-06-09 02:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003146 10.0.0.27 - - [2025-06-09 02:15:07] "POST /ref-update HTTP/1.1" 200 156 0.010291 10.0.0.27 - - [2025-06-09 02:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.27 - - [2025-06-09 02:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.27 - - [2025-06-09 02:15:07] "POST /ref-update HTTP/1.1" 200 156 0.010419 10.0.0.27 - - [2025-06-09 02:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.27 - - [2025-06-09 02:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003291 10.0.0.27 - - [2025-06-09 02:15:07] "POST /ref-update HTTP/1.1" 200 156 0.010635 10.0.0.27 - - [2025-06-09 02:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003095 10.0.0.27 - - [2025-06-09 02:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.27 - - [2025-06-09 02:15:07] "POST /ref-update HTTP/1.1" 200 156 0.010304 10.0.0.27 - - [2025-06-09 02:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.27 - - [2025-06-09 02:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.27 - - [2025-06-09 02:15:07] "POST /ref-update HTTP/1.1" 200 156 0.012855 10.0.0.27 - - [2025-06-09 02:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003177 10.0.0.27 - - [2025-06-09 02:15:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.27 - - [2025-06-09 02:15:08] "POST /ref-update HTTP/1.1" 200 156 0.011209 10.0.0.27 - - [2025-06-09 02:15:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.27 - - [2025-06-09 02:15:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.27 - - [2025-06-09 02:15:08] "POST /ref-update HTTP/1.1" 200 156 0.007797 10.0.0.27 - - [2025-06-09 02:15:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003200 10.0.0.27 - - [2025-06-09 02:15:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.27 - - [2025-06-09 02:15:08] "POST /ref-update HTTP/1.1" 200 156 0.008304 10.0.0.27 - - [2025-06-09 02:15:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.27 - - [2025-06-09 02:15:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004154 10.0.0.27 - - [2025-06-09 02:15:08] "POST /ref-update HTTP/1.1" 200 156 0.008156 10.0.0.27 - - [2025-06-09 02:15:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.27 - - [2025-06-09 02:15:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.27 - - [2025-06-09 02:15:08] "POST /ref-update HTTP/1.1" 200 156 0.010322 10.0.0.27 - - [2025-06-09 02:15:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.27 - - [2025-06-09 02:15:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.27 - - [2025-06-09 02:15:08] "POST /ref-update HTTP/1.1" 200 156 0.015701 10.0.0.27 - - [2025-06-09 02:15:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.27 - - [2025-06-09 02:15:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002902 10.0.0.27 - - [2025-06-09 02:15:08] "POST /ref-update HTTP/1.1" 200 156 0.008426 10.0.0.27 - - [2025-06-09 02:15:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004212 10.0.0.27 - - [2025-06-09 02:15:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003813 10.0.0.27 - - [2025-06-09 02:15:09] "POST /ref-update HTTP/1.1" 200 156 0.008145 10.0.0.27 - - [2025-06-09 02:15:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.27 - - [2025-06-09 02:15:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.27 - - [2025-06-09 02:15:09] "POST /ref-update HTTP/1.1" 200 156 0.010514 10.0.0.27 - - [2025-06-09 02:15:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003110 10.0.0.27 - - [2025-06-09 02:15:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.27 - - [2025-06-09 02:15:09] "POST /ref-update HTTP/1.1" 200 156 0.007675 10.0.0.27 - - [2025-06-09 02:15:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.27 - - [2025-06-09 02:15:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.27 - - [2025-06-09 02:15:09] "POST /ref-update HTTP/1.1" 200 156 0.009231 10.0.0.27 - - [2025-06-09 02:15:09] "POST /network-ipams HTTP/1.1" 200 550 0.017066 10.0.0.27 - - [2025-06-09 02:15:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002232 10.0.0.27 - - [2025-06-09 02:15:09] "POST /virtual-networks HTTP/1.1" 200 552 0.104423 10.0.0.27 - - [2025-06-09 02:15:09] "GET /physical-routers?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.003257 10.0.0.27 - - [2025-06-09 02:15:09] "POST /fqname-to-id HTTP/1.1" 404 188 0.002748 10.0.0.27 - - [2025-06-09 02:15:09] "POST /fqname-to-id HTTP/1.1" 404 178 0.003027 10.0.0.27 - - [2025-06-09 02:15:09] "GET /fabrics?detail=False&count=False&shared=False HTTP/1.1" 200 312 0.002957 10.0.0.27 - - [2025-06-09 02:15:10] "GET /fabric/a199379c-4af0-4e04-9664-b11382ba9abb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1117 0.004820 10.0.0.27 - - [2025-06-09 02:15:10] "POST /fqname-to-id HTTP/1.1" 404 198 0.003135 10.0.0.27 - - [2025-06-09 02:15:10] "POST /fqname-to-id HTTP/1.1" 404 205 0.003228 10.0.0.27 - - [2025-06-09 02:15:10] "POST /fqname-to-id HTTP/1.1" 404 207 0.002800 10.0.0.27 - - [2025-06-09 02:15:10] "POST /route-targets HTTP/1.1" 200 327 0.011625 10.0.0.27 - - [2025-06-09 02:15:10] "POST /ref-update HTTP/1.1" 200 156 0.010988 10.0.0.27 - - [2025-06-09 02:15:24] "GET / HTTP/1.1" 200 35931 0.002784 10.0.0.27 - - [2025-06-09 02:15:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000676 10.0.0.27 - - [2025-06-09 02:15:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.026461 10.0.0.27 - - [2025-06-09 02:15:24] "GET /global-system-config/3b953945-0304-4e6d-9c49-09ca89518caf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.007709 10.0.0.27 - - [2025-06-09 02:15:24] "POST /fqname-to-id HTTP/1.1" 404 220 0.003485 10.0.0.27 - - [2025-06-09 02:15:24] "POST /database-nodes HTTP/1.1" 200 603 0.017829 10.0.0.27 - - [2025-06-09 02:15:56] "GET / HTTP/1.1" 200 35931 0.002834 10.0.0.27 - - [2025-06-09 02:15:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000456 10.0.0.27 - - [2025-06-09 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.024426 10.0.0.27 - - [2025-06-09 02:15:57] "GET /global-system-config/3b953945-0304-4e6d-9c49-09ca89518caf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.006945 10.0.0.27 - - [2025-06-09 02:15:57] "POST /fqname-to-id HTTP/1.1" 404 220 0.002897 10.0.0.27 - - [2025-06-09 02:15:57] "POST /analytics-nodes HTTP/1.1" 200 605 0.018722 10.0.0.27 - - [2025-06-09 02:16:03] "GET / HTTP/1.1" 200 35931 0.001725 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-06-09 02:16:09] "GET /obj-perms HTTP/1.1" 200 5056 0.408350 10.0.0.27 - - [2025-06-09 02:16:09] "GET /obj-perms HTTP/1.1" 200 5056 0.046386 10.0.0.27 - - [2025-06-09 02:16:11] "GET / HTTP/1.1" 200 35931 0.001671 10.0.0.27 - - [2025-06-09 02:16:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000475 10.0.0.27 - - [2025-06-09 02:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.028973 10.0.0.27 - - [2025-06-09 02:16:11] "GET /global-system-config/3b953945-0304-4e6d-9c49-09ca89518caf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.009186 10.0.0.27 - - [2025-06-09 02:16:11] "POST /fqname-to-id HTTP/1.1" 404 220 0.002859 10.0.0.27 - - [2025-06-09 02:16:11] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.034322 10.0.0.27 - - [2025-06-09 02:16:19] "GET / HTTP/1.1" 200 35931 0.001804 10.0.0.27 - - [2025-06-09 02:16:19] "POST /fqname-to-id HTTP/1.1" 401 292 0.000460 10.0.0.27 - - [2025-06-09 02:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.024622 10.0.0.27 - - [2025-06-09 02:16:19] "GET /global-system-config/3b953945-0304-4e6d-9c49-09ca89518caf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.007361 10.0.0.27 - - [2025-06-09 02:16:19] "POST /fqname-to-id HTTP/1.1" 404 220 0.002939 10.0.0.27 - - [2025-06-09 02:16:19] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.025953 10.0.0.27 - - [2025-06-09 02:17:10] "GET /obj-perms HTTP/1.1" 200 5056 0.048866 10.0.0.27 - - [2025-06-09 02:17:10] "GET /obj-perms HTTP/1.1" 200 5056 0.055810 10.0.0.27 - - [2025-06-09 02:17:50] "GET / HTTP/1.1" 200 35931 0.002011 10.0.0.27 - - [2025-06-09 02:17:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000404 10.0.0.27 - - [2025-06-09 02:17:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.027303 10.0.0.27 - - [2025-06-09 02:17:50] "GET /global-system-config/3b953945-0304-4e6d-9c49-09ca89518caf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.008217 10.0.0.27 - - [2025-06-09 02:17:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003148 10.0.0.27 - - [2025-06-09 02:17:50] "GET /routing-instance/0893418f-6d70-4879-9659-a40272f8dd6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1174 0.003924 10.0.0.27 - - [2025-06-09 02:17:50] "PUT /global-system-config/3b953945-0304-4e6d-9c49-09ca89518caf HTTP/1.1" 200 274 0.009968 10.0.0.27 - - [2025-06-09 02:17:50] "POST /fqname-to-id HTTP/1.1" 404 218 0.003097 10.0.0.27 - - [2025-06-09 02:17:50] "POST /virtual-routers HTTP/1.1" 200 603 0.016203 10.0.0.27 - - [2025-06-09 02:17:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.27 - - [2025-06-09 02:17:50] "GET /virtual-router/63c38881-eb61-4668-a563-5974e5c3daee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1245 0.005575 10.0.0.27 - - [2025-06-09 02:17:50] "POST /fqname-to-id HTTP/1.1" 404 231 0.002790 10.0.0.27 - - [2025-06-09 02:17:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002760 10.0.0.27 - - [2025-06-09 02:17:50] "GET /virtual-network/e6c0c76c-3c5c-4725-bb6c-9d14012030b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.005750 10.0.0.27 - - [2025-06-09 02:17:51] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.042565 10.0.0.27 - - [2025-06-09 02:17:51] "PUT /access-control-list/4c41f116-05cc-4ad9-b560-27a70b3cc318 HTTP/1.1" 200 272 0.011235 [Introspect:8084]10.0.0.27 - - [2025-06-09 02:18:00] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000900 [Introspect:8084]10.0.0.27 - - [2025-06-09 02:18:00] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001076 [Introspect:8084]10.0.0.27 - - [2025-06-09 02:18:02] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000878 [Introspect:8084]10.0.0.27 - - [2025-06-09 02:18:02] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000879 10.0.0.27 - - [2025-06-09 02:18:10] "GET /obj-perms HTTP/1.1" 200 5056 0.045929 10.0.0.27 - - [2025-06-09 02:18:11] "GET /obj-perms HTTP/1.1" 200 5056 0.047268 10.0.0.27 - - [2025-06-09 02:18:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.27 - - [2025-06-09 02:18:11] "GET /virtual-router/63c38881-eb61-4668-a563-5974e5c3daee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1245 0.003726 10.0.0.27 - - [2025-06-09 02:18:49] "GET / HTTP/1.1" 200 35931 0.001935 10.0.0.27 - - [2025-06-09 02:18:50] "GET /project/d288e1ac-6e80-4fa4-9dca-5099790083b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000473 10.0.0.27 - - [2025-06-09 02:18:50] "GET /projects?obj_uuids=d288e1ac-6e80-4fa4-9dca-5099790083b5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002452 10.0.0.27 - - [2025-06-09 02:18:50] "GET /domains?obj_uuids=02221717-eca1-43d9-adef-8bec404929db&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001083 10.0.0.27 - - [2025-06-09 02:18:51] "GET /domain/02221717-eca1-43d9-adef-8bec404929db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.051306 10.0.0.27 - - [2025-06-09 02:18:51] "POST /id-to-fqname HTTP/1.1" 200 167 0.001794 10.0.0.27 - - [2025-06-09 02:18:51] "POST /fqname-to-id HTTP/1.1" 404 176 0.005922 10.0.0.27 - - [2025-06-09 02:18:51] "POST /security-groups HTTP/1.1" 200 568 0.063770 10.0.0.27 - - [2025-06-09 02:18:51] "POST /fqname-to-id HTTP/1.1" 404 207 0.002961 10.0.0.27 - - [2025-06-09 02:18:51] "POST /projects HTTP/1.1" 200 539 0.222584 10.0.0.27 - - [2025-06-09 02:18:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.292580 10.0.0.27 - - [2025-06-09 02:18:51] "POST /access-control-lists HTTP/1.1" 200 573 0.067456 10.0.0.27 - - [2025-06-09 02:18:51] "POST /fqname-to-id HTTP/1.1" 404 206 0.003437 10.0.0.27 - - [2025-06-09 02:18:51] "GET /project/d288e1ac-6e80-4fa4-9dca-5099790083b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.453940 10.0.0.27 - - [2025-06-09 02:18:51] "POST /access-control-lists HTTP/1.1" 200 571 0.059375 [Introspect:8084]10.0.0.27 - - [2025-06-09 02:18:51] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001112 10.0.0.27 - - [2025-06-09 02:18:52] "POST /fqname-to-id HTTP/1.1" 404 199 0.020634 10.0.0.27 - - [2025-06-09 02:18:52] "GET /projects?obj_uuids=0f85f76b-ab5a-4a31-9e7c-61c978751035&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003110 10.0.0.27 - - [2025-06-09 02:18:52] "GET /domains?obj_uuids=02221717-eca1-43d9-adef-8bec404929db&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001121 10.0.0.27 - - [2025-06-09 02:18:52] "GET /domain/02221717-eca1-43d9-adef-8bec404929db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007201 10.0.0.27 - - [2025-06-09 02:18:52] "POST /id-to-fqname HTTP/1.1" 200 201 0.001285 10.0.0.27 - - [2025-06-09 02:18:52] "POST /fqname-to-id HTTP/1.1" 404 210 0.003510 10.0.0.27 - - [2025-06-09 02:18:52] "POST /security-groups HTTP/1.1" 200 602 0.063563 10.0.0.27 - - [2025-06-09 02:18:52] "POST /fqname-to-id HTTP/1.1" 404 245 0.002599 10.0.0.27 - - [2025-06-09 02:18:52] "POST /projects HTTP/1.1" 200 607 0.221487 10.0.0.27 - - [2025-06-09 02:18:52] "POST /access-control-lists HTTP/1.1" 200 607 0.059989 10.0.0.27 - - [2025-06-09 02:18:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.289658 10.0.0.27 - - [2025-06-09 02:18:52] "POST /fqname-to-id HTTP/1.1" 404 244 0.002808 10.0.0.27 - - [2025-06-09 02:18:52] "GET /project/0f85f76b-ab5a-4a31-9e7c-61c978751035?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.408705 10.0.0.27 - - [2025-06-09 02:18:52] "POST /access-control-lists HTTP/1.1" 200 605 0.060276 10.0.0.27 - - [2025-06-09 02:18:53] "GET / HTTP/1.1" 200 35931 0.002095 10.0.0.27 - - [2025-06-09 02:18:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000515 10.0.0.27 - - [2025-06-09 02:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.055377 10.0.0.27 - - [2025-06-09 02:18:54] "GET /projects?obj_uuids=0f85f76b-ab5a-4a31-9e7c-61c978751035&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001219 10.0.0.27 - - [2025-06-09 02:18:54] "GET /project/0f85f76b-ab5a-4a31-9e7c-61c978751035?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.027211 10.0.0.27 - - [2025-06-09 02:18:54] "POST /neutron/network HTTP/1.1" 200 117 0.035664 10.0.0.27 - - [2025-06-09 02:18:54] "GET /projects?obj_uuids=0f85f76b-ab5a-4a31-9e7c-61c978751035&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001143 10.0.0.27 - - [2025-06-09 02:18:54] "POST /neutron/network HTTP/1.1" 200 620 0.073010 10.0.0.27 - - [2025-06-09 02:18:55] "POST /route-targets HTTP/1.1" 200 327 0.011580 10.0.0.27 - - [2025-06-09 02:18:55] "POST /ref-update HTTP/1.1" 200 156 0.012197 10.0.0.27 - - [2025-06-09 02:18:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002533 10.0.0.27 - - [2025-06-09 02:18:55] "POST /neutron/subnet HTTP/1.1" 200 724 0.145848 10.0.0.27 - - [2025-06-09 02:18:55] "POST /neutron/network HTTP/1.1" 200 839 0.006280 10.0.0.27 - - [2025-06-09 02:18:55] "POST /id-to-fqname HTTP/1.1" 200 233 0.001470 10.0.0.27 - - [2025-06-09 02:18:55] "GET /virtual-network/03510010-3036-4b1d-8f3c-a8641a13e673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005493 10.0.0.27 - - [2025-06-09 02:18:55] "POST /neutron/network HTTP/1.1" 200 839 0.006424 10.0.0.27 - - [2025-06-09 02:18:55] "GET /virtual-network/03510010-3036-4b1d-8f3c-a8641a13e673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005334 10.0.0.27 - - [2025-06-09 02:18:55] "POST /neutron/network HTTP/1.1" 200 839 0.006089 10.0.0.27 - - [2025-06-09 02:18:55] "POST /neutron/subnet HTTP/1.1" 200 724 0.007296 10.0.0.27 - - [2025-06-09 02:18:55] "GET /domains HTTP/1.1" 401 292 0.000421 10.0.0.27 - - [2025-06-09 02:18:55] "GET /domains HTTP/1.1" 200 280 0.023300 10.0.0.27 - - [2025-06-09 02:18:55] "GET /domains?obj_uuids=02221717-eca1-43d9-adef-8bec404929db&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001064 10.0.0.27 - - [2025-06-09 02:18:55] "GET /domain/02221717-eca1-43d9-adef-8bec404929db HTTP/1.1" 200 2583 0.012928 10.0.0.27 - - [2025-06-09 02:18:55] "GET /projects?obj_uuids=0f85f76b-ab5a-4a31-9e7c-61c978751035&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000997 10.0.0.27 - - [2025-06-09 02:18:55] "GET /project/0f85f76b-ab5a-4a31-9e7c-61c978751035 HTTP/1.1" 200 2168 0.074880 10.0.0.27 - - [2025-06-09 02:18:55] "GET /virtual-network/03510010-3036-4b1d-8f3c-a8641a13e673 HTTP/1.1" 200 2341 0.006224 10.0.0.27 - - [2025-06-09 02:18:55] "GET /virtual-network/03510010-3036-4b1d-8f3c-a8641a13e673 HTTP/1.1" 200 2341 0.006087 10.0.0.27 - - [2025-06-09 02:18:55] "GET /routing-instance/4779d4d0-9581-4a0f-bdae-ed6f23830bd1 HTTP/1.1" 200 1494 0.003480 10.0.0.27 - - [2025-06-09 02:18:55] "GET /routing-instance/4779d4d0-9581-4a0f-bdae-ed6f23830bd1 HTTP/1.1" 200 1494 0.003282 10.0.0.27 - - [2025-06-09 02:18:55] "GET /route-target/d6b487a5-409f-4af1-bf14-98b6aa8f9c8f HTTP/1.1" 200 1220 0.003231 10.0.0.27 - - [2025-06-09 02:18:55] "GET /virtual-network/03510010-3036-4b1d-8f3c-a8641a13e673 HTTP/1.1" 200 2341 0.005672 10.0.0.27 - - [2025-06-09 02:18:55] "GET /routing-instance/4779d4d0-9581-4a0f-bdae-ed6f23830bd1 HTTP/1.1" 200 1494 0.003980 10.0.0.27 - - [2025-06-09 02:18:55] "GET /virtual-network/03510010-3036-4b1d-8f3c-a8641a13e673?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005282 10.0.0.27 - - [2025-06-09 02:18:55] "GET /virtual-network/03510010-3036-4b1d-8f3c-a8641a13e673 HTTP/1.1" 200 2341 0.006658 10.0.0.27 - - [2025-06-09 02:18:55] "GET /routing-instance/4779d4d0-9581-4a0f-bdae-ed6f23830bd1 HTTP/1.1" 200 1494 0.003733 10.0.0.27 - - [2025-06-09 02:18:55] "GET /routing-instance/4779d4d0-9581-4a0f-bdae-ed6f23830bd1 HTTP/1.1" 200 1494 0.003572 10.0.0.27 - - [2025-06-09 02:18:55] "GET /route-target/d6b487a5-409f-4af1-bf14-98b6aa8f9c8f HTTP/1.1" 200 1220 0.002918 10.0.0.27 - - [2025-06-09 02:18:55] "GET /domains HTTP/1.1" 200 280 0.002561 10.0.0.27 - - [2025-06-09 02:18:55] "GET /domains?obj_uuids=02221717-eca1-43d9-adef-8bec404929db&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001077 10.0.0.27 - - [2025-06-09 02:18:55] "GET /domain/02221717-eca1-43d9-adef-8bec404929db HTTP/1.1" 200 2583 0.007092 10.0.0.27 - - [2025-06-09 02:18:55] "GET /projects?obj_uuids=0f85f76b-ab5a-4a31-9e7c-61c978751035&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001334 10.0.0.27 - - [2025-06-09 02:18:56] "GET /project/0f85f76b-ab5a-4a31-9e7c-61c978751035 HTTP/1.1" 200 2168 0.068769 10.0.0.27 - - [2025-06-09 02:18:56] "GET /virtual-network/03510010-3036-4b1d-8f3c-a8641a13e673 HTTP/1.1" 200 2341 0.006255 10.0.0.27 - - [2025-06-09 02:18:56] "GET /obj-perms HTTP/1.1" 200 5052 0.049069 10.0.0.27 - - [2025-06-09 02:18:56] "POST /id-to-fqname HTTP/1.1" 200 233 0.001273 10.0.0.27 - - [2025-06-09 02:18:57] "POST /neutron/network HTTP/1.1" 200 849 0.005552 10.0.0.27 - - [2025-06-09 02:18:57] "GET /aaa-mode HTTP/1.1" 401 292 0.000455 10.0.0.27 - - [2025-06-09 02:18:58] "GET / HTTP/1.1" 200 35931 0.001839 10.0.0.27 - - [2025-06-09 02:18:58] "GET /project/0f85f76b-ab5a-4a31-9e7c-61c978751035?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000422 10.0.0.27 - - [2025-06-09 02:18:58] "GET /projects?obj_uuids=0f85f76b-ab5a-4a31-9e7c-61c978751035&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001138 10.0.0.27 - - [2025-06-09 02:18:58] "GET /project/0f85f76b-ab5a-4a31-9e7c-61c978751035?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.049903 10.0.0.27 - - [2025-06-09 02:18:59] "POST /neutron/network HTTP/1.1" 200 839 0.033269 10.0.0.27 - - [2025-06-09 02:18:59] "POST /neutron/port HTTP/1.1" 200 117 0.004881 10.0.0.27 - - [2025-06-09 02:18:59] "POST /neutron/port HTTP/1.1" 200 117 0.004913 10.0.0.27 - - [2025-06-09 02:18:59] "POST /neutron/port HTTP/1.1" 200 117 0.005369 10.0.0.27 - - [2025-06-09 02:19:00] "POST /neutron/network HTTP/1.1" 200 849 0.005815 10.0.0.27 - - [2025-06-09 02:19:00] "GET /projects?obj_uuids=0f85f76b-ab5a-4a31-9e7c-61c978751035&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001213 10.0.0.27 - - [2025-06-09 02:19:00] "POST /neutron/port HTTP/1.1" 200 1071 0.218547 10.0.0.27 - - [2025-06-09 02:19:00] "POST /neutron/port HTTP/1.1" 200 1071 0.032571 10.0.0.27 - - [2025-06-09 02:19:00] "POST /neutron/port HTTP/1.1" 200 1071 0.009885 10.0.0.27 - - [2025-06-09 02:19:01] "POST /neutron/port HTTP/1.1" 200 1125 0.080954 10.0.0.27 - - [2025-06-09 02:19:01] "POST /neutron/port HTTP/1.1" 200 1099 0.018042 10.0.0.27 - - [2025-06-09 02:19:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004249 10.0.0.27 - - [2025-06-09 02:19:01] "POST /neutron/subnet HTTP/1.1" 200 698 0.011771 10.0.0.27 - - [2025-06-09 02:19:01] "POST /neutron/port HTTP/1.1" 200 117 0.001326 10.0.0.27 - - [2025-06-09 02:19:01] "POST /neutron/network HTTP/1.1" 200 839 0.006221 10.0.0.27 - - [2025-06-09 02:19:04] "POST /neutron/port HTTP/1.1" 200 1099 0.018346 10.0.0.27 - - [2025-06-09 02:19:04] "POST /neutron/security_group HTTP/1.1" 200 2069 0.009732 10.0.0.27 - - [2025-06-09 02:19:07] "DELETE /project/d288e1ac6e804fa49dca5099790083b5 HTTP/1.1" 404 173 0.024225 10.0.0.27 - - [2025-06-09 02:19:07] "DELETE /project/0f85f76bab5a4a319e7c61c978751035 HTTP/1.1" 404 173 0.035517 10.0.0.27 - - [2025-06-09 02:19:09] "POST /neutron/port HTTP/1.1" 200 1099 0.015913 10.0.0.27 - - [2025-06-09 02:19:09] "POST /neutron/security_group HTTP/1.1" 200 2069 0.006964 10.0.0.27 - - [2025-06-09 02:19:09] "GET /obj-perms HTTP/1.1" 200 5052 0.004079 10.0.0.27 - - [2025-06-09 02:19:10] "GET /obj-perms HTTP/1.1" 200 5052 0.003316 10.0.0.27 - - [2025-06-09 02:19:11] "GET /obj-perms HTTP/1.1" 200 5056 0.043875 10.0.0.27 - - [2025-06-09 02:19:11] "GET /obj-perms HTTP/1.1" 200 5052 0.003983 10.0.0.27 - - [2025-06-09 02:19:12] "GET /obj-perms HTTP/1.1" 200 5056 0.046241 10.0.0.27 - - [2025-06-09 02:19:12] "GET /obj-perms HTTP/1.1" 200 5052 0.003256 10.0.0.27 - - [2025-06-09 02:19:13] "GET /obj-perms HTTP/1.1" 200 5052 0.003573 10.0.0.27 - - [2025-06-09 02:19:15] "POST /neutron/network HTTP/1.1" 200 839 0.005772 10.0.0.27 - - [2025-06-09 02:19:15] "POST /neutron/network HTTP/1.1" 400 204 0.014170 10.0.0.27 - - [2025-06-09 02:19:15] "POST /neutron/port HTTP/1.1" 200 1099 0.012985 10.0.0.27 - - [2025-06-09 02:19:15] "POST /neutron/port HTTP/1.1" 200 1125 0.017789 10.0.0.27 - - [2025-06-09 02:19:15] "POST /neutron/port HTTP/1.1" 200 151 0.150760 10.0.0.27 - - [2025-06-09 02:19:16] "POST /neutron/port HTTP/1.1" 200 117 0.028626 10.0.0.27 - - [2025-06-09 02:19:17] "POST /neutron/network HTTP/1.1" 200 839 0.005832 10.0.0.27 - - [2025-06-09 02:19:17] "POST /useragent-kv HTTP/1.1" 200 115 0.024650 10.0.0.27 - - [2025-06-09 02:19:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002485 10.0.0.27 - - [2025-06-09 02:19:17] "POST /neutron/network HTTP/1.1" 200 151 0.108013 10.0.0.27 - - [2025-06-09 02:19:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.039365 10.0.0.27 - - [2025-06-09 02:19:17] "GET /routing-instance/4779d4d0-9581-4a0f-bdae-ed6f23830bd1 HTTP/1.1" 404 171 0.002529 10.0.0.27 - - [2025-06-09 02:19:17] "GET /domains HTTP/1.1" 200 280 0.003098 10.0.0.27 - - [2025-06-09 02:19:17] "GET /domains?obj_uuids=02221717-eca1-43d9-adef-8bec404929db&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001520 10.0.0.27 - - [2025-06-09 02:19:17] "DELETE /route-target/d6b487a5-409f-4af1-bf14-98b6aa8f9c8f HTTP/1.1" 200 115 0.022517 10.0.0.27 - - [2025-06-09 02:19:17] "GET /domain/02221717-eca1-43d9-adef-8bec404929db HTTP/1.1" 200 2583 0.050401 10.0.0.27 - - [2025-06-09 02:19:17] "GET /projects?obj_uuids=0f85f76b-ab5a-4a31-9e7c-61c978751035&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001330 10.0.0.27 - - [2025-06-09 02:19:17] "GET /project/0f85f76b-ab5a-4a31-9e7c-61c978751035 HTTP/1.1" 200 1918 0.072343 10.0.0.27 - - [2025-06-09 02:19:17] "GET /projects?obj_uuids=0f85f76b-ab5a-4a31-9e7c-61c978751035&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001020 10.0.0.27 - - [2025-06-09 02:19:17] "GET /project/0f85f76b-ab5a-4a31-9e7c-61c978751035?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.022623 10.0.0.27 - - [2025-06-09 02:19:17] "GET /projects?obj_uuids=0f85f76b-ab5a-4a31-9e7c-61c978751035&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001060 10.0.0.27 - - [2025-06-09 02:19:17] "GET /project/0f85f76b-ab5a-4a31-9e7c-61c978751035?fields=virtual_networks HTTP/1.1" 200 1054 0.067272 10.0.0.27 - - [2025-06-09 02:19:17] "GET /projects?obj_uuids=0f85f76b-ab5a-4a31-9e7c-61c978751035&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001132 10.0.0.27 - - [2025-06-09 02:19:17] "GET /project/0f85f76b-ab5a-4a31-9e7c-61c978751035?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.032623 10.0.0.27 - - [2025-06-09 02:19:17] "GET /projects?obj_uuids=0f85f76b-ab5a-4a31-9e7c-61c978751035&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001142 10.0.0.27 - - [2025-06-09 02:19:17] "GET /project/0f85f76b-ab5a-4a31-9e7c-61c978751035?fields=security_groups HTTP/1.1" 200 1291 0.025473 10.0.0.27 - - [2025-06-09 02:19:18] "POST /fqname-to-id HTTP/1.1" 404 200 0.022854 10.0.0.27 - - [2025-06-09 02:19:18] "GET /projects?obj_uuids=da7379cc-e0db-4fbf-9d0d-75680a8a0c1d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003161 10.0.0.27 - - [2025-06-09 02:19:18] "GET /domains?obj_uuids=02221717-eca1-43d9-adef-8bec404929db&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001216 10.0.0.27 - - [2025-06-09 02:19:18] "GET /domain/02221717-eca1-43d9-adef-8bec404929db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007670 10.0.0.27 - - [2025-06-09 02:19:18] "POST /id-to-fqname HTTP/1.1" 200 202 0.001409 10.0.0.27 - - [2025-06-09 02:19:18] "POST /fqname-to-id HTTP/1.1" 404 211 0.002321 10.0.0.27 - - [2025-06-09 02:19:18] "POST /security-groups HTTP/1.1" 200 603 0.063340 10.0.0.27 - - [2025-06-09 02:19:18] "POST /fqname-to-id HTTP/1.1" 404 246 0.006975 10.0.0.27 - - [2025-06-09 02:19:18] "POST /projects HTTP/1.1" 200 609 0.227020 10.0.0.27 - - [2025-06-09 02:19:18] "POST /access-control-lists HTTP/1.1" 200 608 0.059938 10.0.0.27 - - [2025-06-09 02:19:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.295359 10.0.0.27 - - [2025-06-09 02:19:18] "POST /fqname-to-id HTTP/1.1" 404 245 0.002921 10.0.0.27 - - [2025-06-09 02:19:18] "GET /project/da7379cc-e0db-4fbf-9d0d-75680a8a0c1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.419659 10.0.0.27 - - [2025-06-09 02:19:19] "POST /access-control-lists HTTP/1.1" 200 606 0.059853 10.0.0.27 - - [2025-06-09 02:19:19] "GET / HTTP/1.1" 200 35931 0.002095 10.0.0.27 - - [2025-06-09 02:19:20] "GET /projects?obj_uuids=d288e1ac-6e80-4fa4-9dca-5099790083b5&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001101 10.0.0.27 - - [2025-06-09 02:19:20] "GET /project/d288e1ac-6e80-4fa4-9dca-5099790083b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.023041 10.0.0.27 - - [2025-06-09 02:19:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.27 - - [2025-06-09 02:19:21] "GET /security-group/97fd0bba-ef81-4ebf-b05f-75ba72b45c6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.005011 10.0.0.27 - - [2025-06-09 02:19:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002833 10.0.0.27 - - [2025-06-09 02:19:21] "GET /projects?obj_uuids=d288e1ac-6e80-4fa4-9dca-5099790083b5&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001111 10.0.0.27 - - [2025-06-09 02:19:21] "GET /project/d288e1ac-6e80-4fa4-9dca-5099790083b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.023984 10.0.0.27 - - [2025-06-09 02:19:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.27 - - [2025-06-09 02:19:21] "GET /security-group/97fd0bba-ef81-4ebf-b05f-75ba72b45c6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.003963 10.0.0.27 - - [2025-06-09 02:19:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.27 - - [2025-06-09 02:19:21] "PUT /security-group/97fd0bba-ef81-4ebf-b05f-75ba72b45c6e HTTP/1.1" 200 262 0.013002 10.0.0.27 - - [2025-06-09 02:19:21] "PUT /access-control-list/321ee16c-cf24-48a4-af6e-95b86e41d8f6 HTTP/1.1" 200 272 0.010647 10.0.0.27 - - [2025-06-09 02:19:21] "PUT /access-control-list/3ae88f8a-31ae-4081-bf67-dd8d3accb29a HTTP/1.1" 200 272 0.011150 10.0.0.27 - - [2025-06-09 02:19:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000533 10.0.0.27 - - [2025-06-09 02:19:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.056916 10.0.0.27 - - [2025-06-09 02:19:22] "GET /projects?obj_uuids=da7379cc-e0db-4fbf-9d0d-75680a8a0c1d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001546 10.0.0.27 - - [2025-06-09 02:19:22] "GET /project/da7379cc-e0db-4fbf-9d0d-75680a8a0c1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.037126 10.0.0.27 - - [2025-06-09 02:19:22] "POST /neutron/network HTTP/1.1" 200 117 0.030800 10.0.0.27 - - [2025-06-09 02:19:22] "GET /projects?obj_uuids=da7379cc-e0db-4fbf-9d0d-75680a8a0c1d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001101 10.0.0.27 - - [2025-06-09 02:19:22] "POST /neutron/network HTTP/1.1" 200 619 0.071446 10.0.0.27 - - [2025-06-09 02:19:22] "POST /route-targets HTTP/1.1" 200 327 0.010106 10.0.0.27 - - [2025-06-09 02:19:22] "POST /ref-update HTTP/1.1" 200 156 0.014320 10.0.0.27 - - [2025-06-09 02:19:22] "POST /useragent-kv HTTP/1.1" 200 115 0.006199 10.0.0.27 - - [2025-06-09 02:19:22] "POST /neutron/subnet HTTP/1.1" 200 734 0.197457 10.0.0.27 - - [2025-06-09 02:19:22] "POST /neutron/network HTTP/1.1" 200 840 0.005475 10.0.0.27 - - [2025-06-09 02:19:22] "POST /id-to-fqname HTTP/1.1" 200 233 0.001316 10.0.0.27 - - [2025-06-09 02:19:22] "GET /virtual-network/13ac0270-9185-4bc5-9a75-face4e65f816?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005313 10.0.0.27 - - [2025-06-09 02:19:22] "POST /neutron/network HTTP/1.1" 200 840 0.006098 10.0.0.27 - - [2025-06-09 02:19:22] "GET /virtual-network/13ac0270-9185-4bc5-9a75-face4e65f816?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005229 10.0.0.27 - - [2025-06-09 02:19:22] "GET /global-system-configs HTTP/1.1" 200 322 0.007000 10.0.0.27 - - [2025-06-09 02:19:22] "POST /neutron/network HTTP/1.1" 200 840 0.011161 10.0.0.27 - - [2025-06-09 02:19:22] "GET /obj-perms HTTP/1.1" 200 5056 0.036279 10.0.0.27 - - [2025-06-09 02:19:22] "POST /neutron/subnet HTTP/1.1" 200 734 0.019719 10.0.0.27 - - [2025-06-09 02:19:22] "GET /domains HTTP/1.1" 401 292 0.000409 10.0.0.27 - - [2025-06-09 02:19:23] "GET /domains HTTP/1.1" 200 280 0.026534 10.0.0.27 - - [2025-06-09 02:19:23] "GET /domains?obj_uuids=02221717-eca1-43d9-adef-8bec404929db&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001426 10.0.0.27 - - [2025-06-09 02:19:23] "GET /domain/02221717-eca1-43d9-adef-8bec404929db HTTP/1.1" 200 2781 0.009405 10.0.0.27 - - [2025-06-09 02:19:23] "GET /projects?obj_uuids=da7379cc-e0db-4fbf-9d0d-75680a8a0c1d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001590 10.0.0.27 - - [2025-06-09 02:19:23] "GET /project/da7379cc-e0db-4fbf-9d0d-75680a8a0c1d HTTP/1.1" 200 2175 0.072448 10.0.0.27 - - [2025-06-09 02:19:23] "GET /global-system-configs HTTP/1.1" 200 322 0.004543 10.0.0.27 - - [2025-06-09 02:19:23] "GET /virtual-network/13ac0270-9185-4bc5-9a75-face4e65f816 HTTP/1.1" 200 2346 0.008870 10.0.0.27 - - [2025-06-09 02:19:23] "GET /virtual-network/13ac0270-9185-4bc5-9a75-face4e65f816 HTTP/1.1" 200 2346 0.006787 10.0.0.27 - - [2025-06-09 02:19:23] "GET /obj-perms HTTP/1.1" 200 5056 0.034707 10.0.0.27 - - [2025-06-09 02:19:23] "GET /routing-instance/9ac1c041-b8de-456e-ac70-3d7de2c8b69d HTTP/1.1" 200 1492 0.004902 10.0.0.27 - - [2025-06-09 02:19:23] "GET /routing-instance/9ac1c041-b8de-456e-ac70-3d7de2c8b69d HTTP/1.1" 200 1492 0.003676 10.0.0.27 - - [2025-06-09 02:19:23] "GET /route-target/d81887ee-6814-4f7c-8e51-76674c0c3bf9 HTTP/1.1" 200 1219 0.003562 10.0.0.27 - - [2025-06-09 02:19:23] "GET /virtual-network/13ac0270-9185-4bc5-9a75-face4e65f816 HTTP/1.1" 200 2346 0.006331 10.0.0.27 - - [2025-06-09 02:19:23] "GET /routing-instance/9ac1c041-b8de-456e-ac70-3d7de2c8b69d HTTP/1.1" 200 1492 0.003660 10.0.0.27 - - [2025-06-09 02:19:23] "GET /virtual-network/13ac0270-9185-4bc5-9a75-face4e65f816?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.004953 10.0.0.27 - - [2025-06-09 02:19:23] "GET /virtual-network/13ac0270-9185-4bc5-9a75-face4e65f816 HTTP/1.1" 200 2346 0.006111 10.0.0.27 - - [2025-06-09 02:19:23] "GET /routing-instance/9ac1c041-b8de-456e-ac70-3d7de2c8b69d HTTP/1.1" 200 1492 0.004037 10.0.0.27 - - [2025-06-09 02:19:23] "GET /routing-instance/9ac1c041-b8de-456e-ac70-3d7de2c8b69d HTTP/1.1" 200 1492 0.003501 10.0.0.27 - - [2025-06-09 02:19:23] "GET /route-target/d81887ee-6814-4f7c-8e51-76674c0c3bf9 HTTP/1.1" 200 1219 0.003615 10.0.0.27 - - [2025-06-09 02:19:23] "GET /domains HTTP/1.1" 200 280 0.003340 10.0.0.27 - - [2025-06-09 02:19:23] "GET /domains?obj_uuids=02221717-eca1-43d9-adef-8bec404929db&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001290 10.0.0.27 - - [2025-06-09 02:19:23] "GET /domain/02221717-eca1-43d9-adef-8bec404929db HTTP/1.1" 200 2781 0.009232 10.0.0.27 - - [2025-06-09 02:19:23] "GET /projects?obj_uuids=da7379cc-e0db-4fbf-9d0d-75680a8a0c1d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001111 10.0.0.27 - - [2025-06-09 02:19:23] "GET /project/da7379cc-e0db-4fbf-9d0d-75680a8a0c1d HTTP/1.1" 200 2175 0.071306 10.0.0.27 - - [2025-06-09 02:19:23] "GET /virtual-network/13ac0270-9185-4bc5-9a75-face4e65f816 HTTP/1.1" 200 2346 0.005341 10.0.0.27 - - [2025-06-09 02:19:23] "GET /obj-perms HTTP/1.1" 200 5054 0.045993 10.0.0.27 - - [2025-06-09 02:19:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.27 - - [2025-06-09 02:19:23] "GET /projects?obj_uuids=da7379cc-e0db-4fbf-9d0d-75680a8a0c1d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001147 10.0.0.27 - - [2025-06-09 02:19:23] "GET /project/da7379cc-e0db-4fbf-9d0d-75680a8a0c1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.023824 10.0.0.27 - - [2025-06-09 02:19:23] "POST /neutron/network HTTP/1.1" 200 117 0.009469 10.0.0.27 - - [2025-06-09 02:19:23] "GET /projects?obj_uuids=da7379cc-e0db-4fbf-9d0d-75680a8a0c1d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001100 10.0.0.27 - - [2025-06-09 02:19:23] "POST /neutron/network HTTP/1.1" 200 619 0.073182 10.0.0.27 - - [2025-06-09 02:19:23] "POST /route-targets HTTP/1.1" 200 327 0.010221 10.0.0.27 - - [2025-06-09 02:19:23] "POST /ref-update HTTP/1.1" 200 156 0.011652 10.0.0.27 - - [2025-06-09 02:19:24] "POST /useragent-kv HTTP/1.1" 200 115 0.003666 10.0.0.27 - - [2025-06-09 02:19:24] "POST /neutron/subnet HTTP/1.1" 200 725 0.173040 10.0.0.27 - - [2025-06-09 02:19:24] "POST /neutron/network HTTP/1.1" 200 838 0.006150 10.0.0.27 - - [2025-06-09 02:19:24] "POST /id-to-fqname HTTP/1.1" 200 233 0.001130 10.0.0.27 - - [2025-06-09 02:19:24] "GET /virtual-network/7310296a-9ffe-43db-84c1-1b2ede8249e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.004612 10.0.0.27 - - [2025-06-09 02:19:24] "POST /neutron/network HTTP/1.1" 200 838 0.006127 10.0.0.27 - - [2025-06-09 02:19:24] "GET /virtual-network/7310296a-9ffe-43db-84c1-1b2ede8249e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005359 10.0.0.27 - - [2025-06-09 02:19:24] "POST /neutron/network HTTP/1.1" 200 838 0.005534 10.0.0.27 - - [2025-06-09 02:19:24] "POST /neutron/subnet HTTP/1.1" 200 725 0.007493 10.0.0.27 - - [2025-06-09 02:19:24] "GET /domains HTTP/1.1" 200 280 0.002445 10.0.0.27 - - [2025-06-09 02:19:24] "GET /domains?obj_uuids=02221717-eca1-43d9-adef-8bec404929db&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000999 10.0.0.27 - - [2025-06-09 02:19:24] "GET /domain/02221717-eca1-43d9-adef-8bec404929db HTTP/1.1" 200 2781 0.007181 10.0.0.27 - - [2025-06-09 02:19:24] "GET /projects?obj_uuids=da7379cc-e0db-4fbf-9d0d-75680a8a0c1d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000950 10.0.0.27 - - [2025-06-09 02:19:24] "GET /project/da7379cc-e0db-4fbf-9d0d-75680a8a0c1d HTTP/1.1" 200 2403 0.067010 10.0.0.27 - - [2025-06-09 02:19:24] "GET /virtual-network/7310296a-9ffe-43db-84c1-1b2ede8249e7 HTTP/1.1" 200 2339 0.006003 10.0.0.27 - - [2025-06-09 02:19:24] "GET /virtual-network/7310296a-9ffe-43db-84c1-1b2ede8249e7 HTTP/1.1" 200 2339 0.004816 10.0.0.27 - - [2025-06-09 02:19:24] "GET /routing-instance/e8defdad-ad97-4c85-bf47-0e244f6c9591 HTTP/1.1" 200 1492 0.004003 10.0.0.27 - - [2025-06-09 02:19:24] "GET /routing-instance/e8defdad-ad97-4c85-bf47-0e244f6c9591 HTTP/1.1" 200 1492 0.003510 10.0.0.27 - - [2025-06-09 02:19:24] "GET /route-target/c9ce11c5-264c-41d3-91de-ea39dd59e038 HTTP/1.1" 200 1219 0.003007 10.0.0.27 - - [2025-06-09 02:19:24] "GET /virtual-network/7310296a-9ffe-43db-84c1-1b2ede8249e7 HTTP/1.1" 200 2339 0.004651 10.0.0.27 - - [2025-06-09 02:19:24] "GET /routing-instance/e8defdad-ad97-4c85-bf47-0e244f6c9591 HTTP/1.1" 200 1492 0.003627 10.0.0.27 - - [2025-06-09 02:19:24] "GET /virtual-network/7310296a-9ffe-43db-84c1-1b2ede8249e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.004364 10.0.0.27 - - [2025-06-09 02:19:24] "GET /virtual-network/7310296a-9ffe-43db-84c1-1b2ede8249e7 HTTP/1.1" 200 2339 0.004316 10.0.0.27 - - [2025-06-09 02:19:24] "GET /routing-instance/e8defdad-ad97-4c85-bf47-0e244f6c9591 HTTP/1.1" 200 1492 0.003190 10.0.0.27 - - [2025-06-09 02:19:24] "GET /routing-instance/e8defdad-ad97-4c85-bf47-0e244f6c9591 HTTP/1.1" 200 1492 0.003392 10.0.0.27 - - [2025-06-09 02:19:24] "GET /route-target/c9ce11c5-264c-41d3-91de-ea39dd59e038 HTTP/1.1" 200 1219 0.002947 10.0.0.27 - - [2025-06-09 02:19:24] "GET /domains HTTP/1.1" 200 280 0.002743 10.0.0.27 - - [2025-06-09 02:19:24] "GET /domains?obj_uuids=02221717-eca1-43d9-adef-8bec404929db&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001069 10.0.0.27 - - [2025-06-09 02:19:24] "GET /domain/02221717-eca1-43d9-adef-8bec404929db HTTP/1.1" 200 2781 0.007654 10.0.0.27 - - [2025-06-09 02:19:24] "GET /projects?obj_uuids=da7379cc-e0db-4fbf-9d0d-75680a8a0c1d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001004 10.0.0.27 - - [2025-06-09 02:19:24] "GET /project/da7379cc-e0db-4fbf-9d0d-75680a8a0c1d HTTP/1.1" 200 2403 0.071918 10.0.0.27 - - [2025-06-09 02:19:24] "GET /virtual-network/7310296a-9ffe-43db-84c1-1b2ede8249e7 HTTP/1.1" 200 2339 0.004896 10.0.0.27 - - [2025-06-09 02:19:24] "GET /obj-perms HTTP/1.1" 200 5054 0.005054 10.0.0.27 - - [2025-06-09 02:19:24] "POST /id-to-fqname HTTP/1.1" 200 233 0.001367 10.0.0.27 - - [2025-06-09 02:19:24] "POST /neutron/network HTTP/1.1" 200 848 0.006544 10.0.0.27 - - [2025-06-09 02:19:24] "GET /aaa-mode HTTP/1.1" 401 292 0.000442 10.0.0.27 - - [2025-06-09 02:19:25] "GET / HTTP/1.1" 200 35931 0.001862 10.0.0.27 - - [2025-06-09 02:19:25] "GET /project/da7379cc-e0db-4fbf-9d0d-75680a8a0c1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000414 10.0.0.27 - - [2025-06-09 02:19:25] "GET /projects?obj_uuids=da7379cc-e0db-4fbf-9d0d-75680a8a0c1d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001077 10.0.0.27 - - [2025-06-09 02:19:25] "GET /project/da7379cc-e0db-4fbf-9d0d-75680a8a0c1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.049499 10.0.0.27 - - [2025-06-09 02:19:25] "POST /neutron/network HTTP/1.1" 200 838 0.007496 10.0.0.27 - - [2025-06-09 02:19:25] "POST /neutron/port HTTP/1.1" 200 117 0.005364 10.0.0.27 - - [2025-06-09 02:19:25] "POST /neutron/port HTTP/1.1" 200 117 0.005254 10.0.0.27 - - [2025-06-09 02:19:25] "POST /id-to-fqname HTTP/1.1" 200 233 0.001426 10.0.0.27 - - [2025-06-09 02:19:25] "POST /neutron/port HTTP/1.1" 200 117 0.005580 10.0.0.27 - - [2025-06-09 02:19:25] "POST /neutron/network HTTP/1.1" 200 850 0.005679 10.0.0.27 - - [2025-06-09 02:19:25] "GET /aaa-mode HTTP/1.1" 401 292 0.000433 10.0.0.27 - - [2025-06-09 02:19:25] "POST /neutron/network HTTP/1.1" 200 848 0.006153 10.0.0.27 - - [2025-06-09 02:19:26] "GET /projects?obj_uuids=da7379cc-e0db-4fbf-9d0d-75680a8a0c1d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001180 10.0.0.27 - - [2025-06-09 02:19:26] "GET / HTTP/1.1" 200 35931 0.001756 10.0.0.27 - - [2025-06-09 02:19:26] "GET /project/da7379cc-e0db-4fbf-9d0d-75680a8a0c1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.001075 10.0.0.27 - - [2025-06-09 02:19:26] "POST /neutron/port HTTP/1.1" 200 1072 0.247509 10.0.0.27 - - [2025-06-09 02:19:26] "POST /neutron/port HTTP/1.1" 200 1072 0.009952 10.0.0.27 - - [2025-06-09 02:19:26] "POST /neutron/port HTTP/1.1" 200 1072 0.010364 10.0.0.27 - - [2025-06-09 02:19:26] "POST /neutron/port HTTP/1.1" 200 1126 0.071018 10.0.0.27 - - [2025-06-09 02:19:26] "POST /neutron/port HTTP/1.1" 200 1100 0.013766 10.0.0.27 - - [2025-06-09 02:19:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003463 10.0.0.27 - - [2025-06-09 02:19:26] "POST /neutron/subnet HTTP/1.1" 200 699 0.010714 10.0.0.27 - - [2025-06-09 02:19:26] "POST /neutron/port HTTP/1.1" 200 117 0.001384 10.0.0.27 - - [2025-06-09 02:19:26] "POST /neutron/network HTTP/1.1" 200 838 0.005711 10.0.0.27 - - [2025-06-09 02:19:26] "GET /projects?obj_uuids=da7379cc-e0db-4fbf-9d0d-75680a8a0c1d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001090 10.0.0.27 - - [2025-06-09 02:19:26] "GET /project/da7379cc-e0db-4fbf-9d0d-75680a8a0c1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.054402 10.0.0.27 - - [2025-06-09 02:19:26] "POST /neutron/network HTTP/1.1" 200 840 0.005719 10.0.0.27 - - [2025-06-09 02:19:26] "POST /neutron/port HTTP/1.1" 200 1100 0.018532 10.0.0.27 - - [2025-06-09 02:19:26] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006079 10.0.0.27 - - [2025-06-09 02:19:26] "POST /neutron/port HTTP/1.1" 200 117 0.004969 10.0.0.27 - - [2025-06-09 02:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002777 10.0.0.27 - - [2025-06-09 02:19:26] "GET /projects?obj_uuids=da7379cc-e0db-4fbf-9d0d-75680a8a0c1d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001566 10.0.0.27 - - [2025-06-09 02:19:26] "GET /project/da7379cc-e0db-4fbf-9d0d-75680a8a0c1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.034811 10.0.0.27 - - [2025-06-09 02:19:26] "GET /virtual-network/13ac0270-9185-4bc5-9a75-face4e65f816?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005816 10.0.0.27 - - [2025-06-09 02:19:26] "GET /floating-ip-pools?parent_id=13ac0270-9185-4bc5-9a75-face4e65f816&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003472 10.0.0.27 - - [2025-06-09 02:19:27] "GET /virtual-network/13ac0270-9185-4bc5-9a75-face4e65f816?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.008348 10.0.0.27 - - [2025-06-09 02:19:27] "POST /neutron/network HTTP/1.1" 200 850 0.008810 10.0.0.27 - - [2025-06-09 02:19:27] "POST /floating-ip-pools HTTP/1.1" 200 609 0.033854 10.0.0.27 - - [2025-06-09 02:19:27] "GET /projects?obj_uuids=da7379cc-e0db-4fbf-9d0d-75680a8a0c1d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001376 10.0.0.27 - - [2025-06-09 02:19:27] "POST /ref-update HTTP/1.1" 200 156 0.019433 10.0.0.27 - - [2025-06-09 02:19:27] "GET /virtual-network/13ac0270-9185-4bc5-9a75-face4e65f816?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.036035 10.0.0.27 - - [2025-06-09 02:19:27] "GET /domains HTTP/1.1" 200 280 0.021557 10.0.0.27 - - [2025-06-09 02:19:27] "GET /domains?obj_uuids=02221717-eca1-43d9-adef-8bec404929db&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001075 10.0.0.27 - - [2025-06-09 02:19:27] "GET /domain/02221717-eca1-43d9-adef-8bec404929db HTTP/1.1" 200 2781 0.008116 10.0.0.27 - - [2025-06-09 02:19:27] "GET /projects?obj_uuids=da7379cc-e0db-4fbf-9d0d-75680a8a0c1d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001565 10.0.0.27 - - [2025-06-09 02:19:27] "GET /project/da7379cc-e0db-4fbf-9d0d-75680a8a0c1d HTTP/1.1" 200 3245 0.095733 10.0.0.27 - - [2025-06-09 02:19:27] "GET /virtual-network/13ac0270-9185-4bc5-9a75-face4e65f816 HTTP/1.1" 200 3158 0.029060 10.0.0.27 - - [2025-06-09 02:19:27] "POST /neutron/port HTTP/1.1" 200 1074 0.353711 10.0.0.27 - - [2025-06-09 02:19:27] "GET /floating-ip-pool/5406cdef-b21c-4a5b-a189-8eb1ec8929fd HTTP/1.1" 200 1441 0.005265 10.0.0.27 - - [2025-06-09 02:19:27] "GET /domains HTTP/1.1" 200 280 0.004643 10.0.0.27 - - [2025-06-09 02:19:27] "GET /domains?obj_uuids=02221717-eca1-43d9-adef-8bec404929db&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.005655 10.0.0.27 - - [2025-06-09 02:19:27] "GET /domain/02221717-eca1-43d9-adef-8bec404929db HTTP/1.1" 200 2781 0.020387 10.0.0.27 - - [2025-06-09 02:19:27] "GET /projects?obj_uuids=da7379cc-e0db-4fbf-9d0d-75680a8a0c1d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001100 10.0.0.27 - - [2025-06-09 02:19:27] "POST /neutron/port HTTP/1.1" 200 1074 0.029295 10.0.0.27 - - [2025-06-09 02:19:27] "POST /neutron/port HTTP/1.1" 200 1074 0.009568 10.0.0.27 - - [2025-06-09 02:19:27] "GET /project/da7379cc-e0db-4fbf-9d0d-75680a8a0c1d HTTP/1.1" 200 3245 0.111886 10.0.0.27 - - [2025-06-09 02:19:27] "GET /virtual-network/13ac0270-9185-4bc5-9a75-face4e65f816 HTTP/1.1" 200 3158 0.006837 10.0.0.27 - - [2025-06-09 02:19:27] "GET /virtual-network/13ac0270-9185-4bc5-9a75-face4e65f816?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.010043 10.0.0.27 - - [2025-06-09 02:19:27] "POST /neutron/port HTTP/1.1" 200 1128 0.127583 10.0.0.27 - - [2025-06-09 02:19:27] "POST /neutron/port HTTP/1.1" 200 1102 0.016941 10.0.0.27 - - [2025-06-09 02:19:27] "POST /neutron/port HTTP/1.1" 200 1100 0.015653 10.0.0.27 - - [2025-06-09 02:19:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003557 10.0.0.27 - - [2025-06-09 02:19:27] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007482 10.0.0.27 - - [2025-06-09 02:19:27] "POST /neutron/subnet HTTP/1.1" 200 708 0.014361 10.0.0.27 - - [2025-06-09 02:19:27] "POST /neutron/port HTTP/1.1" 200 117 0.002645 10.0.0.27 - - [2025-06-09 02:19:27] "POST /neutron/network HTTP/1.1" 200 840 0.006992 10.0.0.27 - - [2025-06-09 02:19:27] "POST /neutron/port HTTP/1.1" 200 1100 0.020576 10.0.0.27 - - [2025-06-09 02:19:27] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005959 10.0.0.27 - - [2025-06-09 02:19:27] "POST /neutron/port HTTP/1.1" 200 1100 0.013126 10.0.0.27 - - [2025-06-09 02:19:27] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006058 10.0.0.27 - - [2025-06-09 02:19:27] "GET /virtual-machine/cabd116f-f284-48ab-b29f-d17554e80a1f HTTP/1.1" 200 1305 0.004818 10.0.0.27 - - [2025-06-09 02:19:27] "GET /virtual-machine-interface/64d07a4e-96a6-4904-939e-265e18791a8a HTTP/1.1" 200 3004 0.005218 10.0.0.27 - - [2025-06-09 02:19:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003141 10.0.0.27 - - [2025-06-09 02:19:28] "GET /global-vrouter-config/2251acbc-ad00-4917-afe1-1ebc81fd9eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003314 10.0.0.27 - - [2025-06-09 02:19:28] "GET /virtual-networks?parent_id=da7379cc-e0db-4fbf-9d0d-75680a8a0c1d&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003536 10.0.0.27 - - [2025-06-09 02:19:28] "GET /virtual-network/7310296a-9ffe-43db-84c1-1b2ede8249e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005114 10.0.0.27 - - [2025-06-09 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003657 10.0.0.27 - - [2025-06-09 02:19:31] "GET /virtual-network/7310296a-9ffe-43db-84c1-1b2ede8249e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005481 10.0.0.27 - - [2025-06-09 02:19:34] "POST /neutron/port HTTP/1.1" 200 1100 0.014788 10.0.0.27 - - [2025-06-09 02:19:34] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005522 10.0.0.27 - - [2025-06-09 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002997 10.0.0.27 - - [2025-06-09 02:19:35] "GET /virtual-network/7310296a-9ffe-43db-84c1-1b2ede8249e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.004884 10.0.0.27 - - [2025-06-09 02:19:36] "POST /neutron/port HTTP/1.1" 200 1102 0.019037 10.0.0.27 - - [2025-06-09 02:19:36] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006257 10.0.0.27 - - [2025-06-09 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.27 - - [2025-06-09 02:19:37] "GET /global-vrouter-config/2251acbc-ad00-4917-afe1-1ebc81fd9eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003548 10.0.0.27 - - [2025-06-09 02:19:37] "GET /virtual-networks?parent_id=da7379cc-e0db-4fbf-9d0d-75680a8a0c1d&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003089 10.0.0.27 - - [2025-06-09 02:19:37] "GET /virtual-network/7310296a-9ffe-43db-84c1-1b2ede8249e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.005342 10.0.0.27 - - [2025-06-09 02:19:37] "GET /projects?obj_uuids=da7379cc-e0db-4fbf-9d0d-75680a8a0c1d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001209 10.0.0.27 - - [2025-06-09 02:19:37] "POST /neutron/floatingip HTTP/1.1" 200 532 0.074698 10.0.0.27 - - [2025-06-09 02:19:37] "POST /neutron/port HTTP/1.1" 200 1100 0.024836 10.0.0.27 - - [2025-06-09 02:19:37] "POST /neutron/floatingip HTTP/1.1" 200 532 0.006120 10.0.0.27 - - [2025-06-09 02:19:37] "POST /neutron/floatingip HTTP/1.1" 200 579 0.040673 10.0.0.27 - - [2025-06-09 02:19:37] "POST /neutron/port HTTP/1.1" 200 1102 0.013857 10.0.0.27 - - [2025-06-09 02:19:37] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006335 10.0.0.27 - - [2025-06-09 02:19:37] "POST /neutron/port HTTP/1.1" 200 1102 0.017845 10.0.0.27 - - [2025-06-09 02:19:37] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008017 10.0.0.27 - - [2025-06-09 02:19:38] "POST /neutron/port HTTP/1.1" 200 1102 0.017580 10.0.0.27 - - [2025-06-09 02:19:38] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007840 10.0.0.27 - - [2025-06-09 02:19:38] "GET /virtual-machine/ffb9d25c-842e-462c-b0f2-d9fa6c5ca10d HTTP/1.1" 200 1305 0.006354 10.0.0.27 - - [2025-06-09 02:19:38] "GET /virtual-machine-interface/6e036989-253f-41c9-974a-1eebe413f28e HTTP/1.1" 200 3004 0.006759 10.0.0.27 - - [2025-06-09 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.27 - - [2025-06-09 02:19:38] "GET /global-vrouter-config/2251acbc-ad00-4917-afe1-1ebc81fd9eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003763 10.0.0.27 - - [2025-06-09 02:19:38] "GET /virtual-networks?parent_id=da7379cc-e0db-4fbf-9d0d-75680a8a0c1d&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002986 10.0.0.27 - - [2025-06-09 02:19:38] "GET /virtual-network/13ac0270-9185-4bc5-9a75-face4e65f816?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005261 10.0.0.27 - - [2025-06-09 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003267 10.0.0.27 - - [2025-06-09 02:19:39] "GET /global-vrouter-config/2251acbc-ad00-4917-afe1-1ebc81fd9eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002868 10.0.0.27 - - [2025-06-09 02:19:39] "GET /virtual-networks?parent_id=da7379cc-e0db-4fbf-9d0d-75680a8a0c1d&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002926 10.0.0.27 - - [2025-06-09 02:19:39] "GET /virtual-network/13ac0270-9185-4bc5-9a75-face4e65f816?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005294 10.0.0.27 - - [2025-06-09 02:19:39] "POST /neutron/floatingip HTTP/1.1" 200 579 0.010007 10.0.0.27 - - [2025-06-09 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.27 - - [2025-06-09 02:19:39] "GET /routing-instance/9ac1c041-b8de-456e-ac70-3d7de2c8b69d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.003246 10.0.0.27 - - [2025-06-09 02:19:39] "GET /route-target/d81887ee-6814-4f7c-8e51-76674c0c3bf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003513 10.0.0.27 - - [2025-06-09 02:19:39] "GET /floating-ip/f65d6d54-7967-4242-8215-1e5d90324307 HTTP/1.1" 200 1891 0.004493 10.0.0.27 - - [2025-06-09 02:19:40] "POST /neutron/port HTTP/1.1" 200 1100 0.013801 10.0.0.27 - - [2025-06-09 02:19:40] "POST /neutron/port HTTP/1.1" 200 1100 0.014055 10.0.0.27 - - [2025-06-09 02:19:40] "POST /neutron/network HTTP/1.1" 200 848 0.005604 10.0.0.27 - - [2025-06-09 02:19:40] "POST /neutron/floatingip HTTP/1.1" 200 553 0.009985 10.0.0.27 - - [2025-06-09 02:19:40] "POST /neutron/subnet HTTP/1.1" 200 699 0.009919 10.0.0.27 - - [2025-06-09 02:19:40] "POST /neutron/port HTTP/1.1" 200 117 0.001282 10.0.0.27 - - [2025-06-09 02:19:40] "POST /neutron/network HTTP/1.1" 200 838 0.007418 10.0.0.27 - - [2025-06-09 02:19:42] "POST /neutron/floatingip HTTP/1.1" 200 579 0.009920 10.0.0.27 - - [2025-06-09 02:19:42] "POST /neutron/floatingip HTTP/1.1" 200 532 0.028308 10.0.0.27 - - [2025-06-09 02:19:42] "POST /neutron/floatingip HTTP/1.1" 200 532 0.005844 10.0.0.27 - - [2025-06-09 02:19:42] "POST /neutron/floatingip HTTP/1.1" 200 115 0.032258 10.0.0.27 - - [2025-06-09 02:19:42] "GET /floating-ip-pool/5406cdef-b21c-4a5b-a189-8eb1ec8929fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.003469 10.0.0.27 - - [2025-06-09 02:19:42] "POST /ref-update HTTP/1.1" 200 156 0.008294 10.0.0.27 - - [2025-06-09 02:19:42] "DELETE /floating-ip-pool/5406cdef-b21c-4a5b-a189-8eb1ec8929fd HTTP/1.1" 200 115 0.020677 10.0.0.27 - - [2025-06-09 02:19:42] "POST /neutron/network HTTP/1.1" 200 838 0.006354 10.0.0.27 - - [2025-06-09 02:19:42] "POST /neutron/network HTTP/1.1" 400 204 0.011760 10.0.0.27 - - [2025-06-09 02:19:43] "POST /neutron/port HTTP/1.1" 200 1102 0.036999 10.0.0.27 - - [2025-06-09 02:19:43] "POST /neutron/port HTTP/1.1" 200 1128 0.023726 10.0.0.27 - - [2025-06-09 02:19:43] "POST /neutron/port HTTP/1.1" 200 1100 0.018913 10.0.0.27 - - [2025-06-09 02:19:43] "POST /neutron/port HTTP/1.1" 200 1126 0.015943 10.0.0.27 - - [2025-06-09 02:19:43] "POST /neutron/port HTTP/1.1" 200 151 0.147652 10.0.0.27 - - [2025-06-09 02:19:43] "POST /neutron/port HTTP/1.1" 200 151 0.137524 10.0.0.27 - - [2025-06-09 02:19:44] "POST /neutron/network HTTP/1.1" 200 838 0.006186 10.0.0.27 - - [2025-06-09 02:19:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002365 10.0.0.27 - - [2025-06-09 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.27 - - [2025-06-09 02:19:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002284 10.0.0.27 - - [2025-06-09 02:19:45] "POST /neutron/network HTTP/1.1" 200 151 0.081756 10.0.0.27 - - [2025-06-09 02:19:45] "GET /routing-instance/e8defdad-ad97-4c85-bf47-0e244f6c9591 HTTP/1.1" 404 171 0.002089 10.0.0.27 - - [2025-06-09 02:19:45] "GET /domains HTTP/1.1" 200 280 0.004184 10.0.0.27 - - [2025-06-09 02:19:45] "DELETE /route-target/c9ce11c5-264c-41d3-91de-ea39dd59e038 HTTP/1.1" 200 115 0.018599 10.0.0.27 - - [2025-06-09 02:19:45] "GET /domains?obj_uuids=02221717-eca1-43d9-adef-8bec404929db&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001169 10.0.0.27 - - [2025-06-09 02:19:45] "GET /domain/02221717-eca1-43d9-adef-8bec404929db HTTP/1.1" 200 2781 0.048177 10.0.0.27 - - [2025-06-09 02:19:45] "GET /projects?obj_uuids=da7379cc-e0db-4fbf-9d0d-75680a8a0c1d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001062 10.0.0.27 - - [2025-06-09 02:19:45] "GET /project/da7379cc-e0db-4fbf-9d0d-75680a8a0c1d HTTP/1.1" 200 2175 0.074293 10.0.0.27 - - [2025-06-09 02:19:45] "POST /neutron/network HTTP/1.1" 200 840 0.005977 10.0.0.27 - - [2025-06-09 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004606 10.0.0.27 - - [2025-06-09 02:19:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002192 10.0.0.27 - - [2025-06-09 02:19:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003256 10.0.0.27 - - [2025-06-09 02:19:45] "POST /neutron/network HTTP/1.1" 200 151 0.090201 10.0.0.27 - - [2025-06-09 02:19:45] "DELETE /route-target/d81887ee-6814-4f7c-8e51-76674c0c3bf9 HTTP/1.1" 200 115 0.020396 10.0.0.27 - - [2025-06-09 02:19:45] "GET /routing-instance/9ac1c041-b8de-456e-ac70-3d7de2c8b69d HTTP/1.1" 404 171 0.002538 10.0.0.27 - - [2025-06-09 02:19:45] "GET /domains HTTP/1.1" 200 280 0.002446 10.0.0.27 - - [2025-06-09 02:19:45] "GET /domains?obj_uuids=02221717-eca1-43d9-adef-8bec404929db&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001091 10.0.0.27 - - [2025-06-09 02:19:45] "GET /domain/02221717-eca1-43d9-adef-8bec404929db HTTP/1.1" 200 2781 0.054863 10.0.0.27 - - [2025-06-09 02:19:45] "GET /projects?obj_uuids=da7379cc-e0db-4fbf-9d0d-75680a8a0c1d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001065 10.0.0.27 - - [2025-06-09 02:19:45] "GET /project/da7379cc-e0db-4fbf-9d0d-75680a8a0c1d HTTP/1.1" 200 1925 0.068569 10.0.0.27 - - [2025-06-09 02:19:45] "GET /projects?obj_uuids=da7379cc-e0db-4fbf-9d0d-75680a8a0c1d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001225 10.0.0.27 - - [2025-06-09 02:19:45] "GET /project/da7379cc-e0db-4fbf-9d0d-75680a8a0c1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.022933 10.0.0.27 - - [2025-06-09 02:19:45] "GET /projects?obj_uuids=da7379cc-e0db-4fbf-9d0d-75680a8a0c1d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001215 10.0.0.27 - - [2025-06-09 02:19:45] "GET /project/da7379cc-e0db-4fbf-9d0d-75680a8a0c1d?fields=virtual_networks HTTP/1.1" 200 1057 0.069191 10.0.0.27 - - [2025-06-09 02:19:45] "GET /projects?obj_uuids=da7379cc-e0db-4fbf-9d0d-75680a8a0c1d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001614 10.0.0.27 - - [2025-06-09 02:19:45] "GET /project/da7379cc-e0db-4fbf-9d0d-75680a8a0c1d?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.025410 10.0.0.27 - - [2025-06-09 02:19:46] "GET /projects?obj_uuids=da7379cc-e0db-4fbf-9d0d-75680a8a0c1d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001059 10.0.0.27 - - [2025-06-09 02:19:46] "GET /project/da7379cc-e0db-4fbf-9d0d-75680a8a0c1d?fields=security_groups HTTP/1.1" 200 1295 0.027600 10.0.0.27 - - [2025-06-09 02:19:46] "POST /fqname-to-id HTTP/1.1" 404 183 0.026152 10.0.0.27 - - [2025-06-09 02:19:46] "GET /projects?obj_uuids=deb98dd8-208d-4e5d-8f3c-55bd30903766&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002455 10.0.0.27 - - [2025-06-09 02:19:46] "GET /domains?obj_uuids=02221717-eca1-43d9-adef-8bec404929db&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001182 10.0.0.27 - - [2025-06-09 02:19:46] "GET /domain/02221717-eca1-43d9-adef-8bec404929db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007320 10.0.0.27 - - [2025-06-09 02:19:47] "POST /id-to-fqname HTTP/1.1" 200 185 0.004080 10.0.0.27 - - [2025-06-09 02:19:47] "POST /fqname-to-id HTTP/1.1" 404 194 0.004788 10.0.0.27 - - [2025-06-09 02:19:47] "POST /security-groups HTTP/1.1" 200 586 0.068514 10.0.0.27 - - [2025-06-09 02:19:47] "POST /fqname-to-id HTTP/1.1" 404 229 0.005229 10.0.0.27 - - [2025-06-09 02:19:47] "POST /projects HTTP/1.1" 200 575 0.238253 10.0.0.27 - - [2025-06-09 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.308041 10.0.0.27 - - [2025-06-09 02:19:47] "POST /access-control-lists HTTP/1.1" 200 591 0.065725 10.0.0.27 - - [2025-06-09 02:19:47] "POST /fqname-to-id HTTP/1.1" 404 228 0.002676 10.0.0.27 - - [2025-06-09 02:19:47] "GET /project/deb98dd8-208d-4e5d-8f3c-55bd30903766?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.436899 10.0.0.27 - - [2025-06-09 02:19:47] "POST /access-control-lists HTTP/1.1" 200 589 0.063729 10.0.0.27 - - [2025-06-09 02:19:48] "GET / HTTP/1.1" 200 35931 0.001921 10.0.0.27 - - [2025-06-09 02:19:49] "GET /projects?obj_uuids=deb98dd8-208d-4e5d-8f3c-55bd30903766&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001143 10.0.0.27 - - [2025-06-09 02:19:49] "GET /project/deb98dd8-208d-4e5d-8f3c-55bd30903766?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.026669 10.0.0.27 - - [2025-06-09 02:19:49] "GET /projects?obj_uuids=deb98dd8-208d-4e5d-8f3c-55bd30903766&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000988 10.0.0.27 - - [2025-06-09 02:19:49] "GET /project/deb98dd8-208d-4e5d-8f3c-55bd30903766?fields=virtual_networks HTTP/1.1" 200 1023 0.069747 10.0.0.27 - - [2025-06-09 02:19:49] "GET /projects?obj_uuids=deb98dd8-208d-4e5d-8f3c-55bd30903766&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001111 10.0.0.27 - - [2025-06-09 02:19:49] "GET /project/deb98dd8-208d-4e5d-8f3c-55bd30903766?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.026074 10.0.0.27 - - [2025-06-09 02:19:49] "GET /projects?obj_uuids=deb98dd8-208d-4e5d-8f3c-55bd30903766&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001055 10.0.0.27 - - [2025-06-09 02:19:49] "GET /project/deb98dd8-208d-4e5d-8f3c-55bd30903766?fields=security_groups HTTP/1.1" 200 1244 0.026777 10.0.0.27 - - [2025-06-09 02:19:50] "POST /fqname-to-id HTTP/1.1" 404 191 0.025358 10.0.0.27 - - [2025-06-09 02:19:50] "GET /projects?obj_uuids=acaedde7-03cb-4056-9944-1c7e3aa15445&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002519 10.0.0.27 - - [2025-06-09 02:19:50] "GET /domains?obj_uuids=02221717-eca1-43d9-adef-8bec404929db&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001044 10.0.0.27 - - [2025-06-09 02:19:50] "GET /domain/02221717-eca1-43d9-adef-8bec404929db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007146 10.0.0.27 - - [2025-06-09 02:19:50] "POST /id-to-fqname HTTP/1.1" 200 193 0.001186 10.0.0.27 - - [2025-06-09 02:19:50] "POST /fqname-to-id HTTP/1.1" 404 202 0.003344 10.0.0.27 - - [2025-06-09 02:19:50] "POST /security-groups HTTP/1.1" 200 594 0.061996 10.0.0.27 - - [2025-06-09 02:19:50] "POST /fqname-to-id HTTP/1.1" 404 237 0.002707 10.0.0.27 - - [2025-06-09 02:19:50] "POST /projects HTTP/1.1" 200 591 0.211697 10.0.0.27 - - [2025-06-09 02:19:50] "POST /access-control-lists HTTP/1.1" 200 599 0.061344 10.0.0.27 - - [2025-06-09 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.287415 10.0.0.27 - - [2025-06-09 02:19:50] "POST /fqname-to-id HTTP/1.1" 404 236 0.003557 10.0.0.27 - - [2025-06-09 02:19:50] "GET /project/acaedde7-03cb-4056-9944-1c7e3aa15445?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.409190 10.0.0.27 - - [2025-06-09 02:19:51] "POST /access-control-lists HTTP/1.1" 200 597 0.060359 10.0.0.27 - - [2025-06-09 02:19:51] "GET / HTTP/1.1" 200 35931 0.001893 10.0.0.27 - - [2025-06-09 02:19:53] "GET /project/acaedde7-03cb-4056-9944-1c7e3aa15445?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000479 10.0.0.27 - - [2025-06-09 02:19:53] "GET /projects?obj_uuids=acaedde7-03cb-4056-9944-1c7e3aa15445&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001200 10.0.0.27 - - [2025-06-09 02:19:53] "GET /project/acaedde7-03cb-4056-9944-1c7e3aa15445?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.047026 10.0.0.27 - - [2025-06-09 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002452 10.0.0.27 - - [2025-06-09 02:19:53] "GET /security-group/18570782-618d-441e-99f5-fe03b48221bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.005000 10.0.0.27 - - [2025-06-09 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002876 10.0.0.27 - - [2025-06-09 02:19:53] "GET /projects?obj_uuids=acaedde7-03cb-4056-9944-1c7e3aa15445&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001526 10.0.0.27 - - [2025-06-09 02:19:53] "GET /project/acaedde7-03cb-4056-9944-1c7e3aa15445?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.028691 10.0.0.27 - - [2025-06-09 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.27 - - [2025-06-09 02:19:53] "GET /security-group/18570782-618d-441e-99f5-fe03b48221bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.003924 10.0.0.27 - - [2025-06-09 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002957 10.0.0.27 - - [2025-06-09 02:19:53] "PUT /security-group/18570782-618d-441e-99f5-fe03b48221bf HTTP/1.1" 200 262 0.014313 10.0.0.27 - - [2025-06-09 02:19:53] "PUT /access-control-list/155e3df4-3d5e-4db7-b7a1-d36c7d087620 HTTP/1.1" 200 272 0.008273 10.0.0.27 - - [2025-06-09 02:19:53] "PUT /access-control-list/d07a5d88-a49d-4a69-bcc2-74b53e2bc82a HTTP/1.1" 200 272 0.009398 10.0.0.27 - - [2025-06-09 02:19:53] "POST /fqname-to-id HTTP/1.1" 404 202 0.002601 10.0.0.27 - - [2025-06-09 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002823 10.0.0.27 - - [2025-06-09 02:19:53] "GET /projects?obj_uuids=acaedde7-03cb-4056-9944-1c7e3aa15445&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001464 10.0.0.27 - - [2025-06-09 02:19:53] "GET /project/acaedde7-03cb-4056-9944-1c7e3aa15445?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.022639 10.0.0.27 - - [2025-06-09 02:19:53] "POST /neutron/network HTTP/1.1" 200 117 0.028420 10.0.0.27 - - [2025-06-09 02:19:53] "GET /projects?obj_uuids=acaedde7-03cb-4056-9944-1c7e3aa15445&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001099 10.0.0.27 - - [2025-06-09 02:19:54] "POST /neutron/network HTTP/1.1" 200 608 0.062077 10.0.0.27 - - [2025-06-09 02:19:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003719 10.0.0.27 - - [2025-06-09 02:19:54] "POST /neutron/subnet HTTP/1.1" 200 710 0.180289 10.0.0.27 - - [2025-06-09 02:19:54] "POST /neutron/network HTTP/1.1" 200 824 0.005629 10.0.0.27 - - [2025-06-09 02:19:54] "POST /id-to-fqname HTTP/1.1" 200 223 0.001259 10.0.0.27 - - [2025-06-09 02:19:54] "GET /virtual-network/db3771f7-d1d9-4def-8b61-a0bd65fed611?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005142 10.0.0.27 - - [2025-06-09 02:19:54] "POST /route-targets HTTP/1.1" 200 327 0.010132 10.0.0.27 - - [2025-06-09 02:19:54] "POST /neutron/network HTTP/1.1" 200 824 0.006266 10.0.0.27 - - [2025-06-09 02:19:54] "POST /ref-update HTTP/1.1" 200 156 0.018693 10.0.0.27 - - [2025-06-09 02:19:54] "GET /virtual-network/db3771f7-d1d9-4def-8b61-a0bd65fed611?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005461 10.0.0.27 - - [2025-06-09 02:19:54] "POST /neutron/network HTTP/1.1" 200 824 0.007080 10.0.0.27 - - [2025-06-09 02:19:54] "POST /neutron/subnet HTTP/1.1" 200 710 0.008775 10.0.0.27 - - [2025-06-09 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002543 10.0.0.27 - - [2025-06-09 02:19:54] "GET /projects?obj_uuids=acaedde7-03cb-4056-9944-1c7e3aa15445&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001060 10.0.0.27 - - [2025-06-09 02:19:54] "GET /project/acaedde7-03cb-4056-9944-1c7e3aa15445?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.022035 10.0.0.27 - - [2025-06-09 02:19:54] "POST /neutron/network HTTP/1.1" 200 117 0.008877 10.0.0.27 - - [2025-06-09 02:19:54] "GET /projects?obj_uuids=acaedde7-03cb-4056-9944-1c7e3aa15445&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001148 10.0.0.27 - - [2025-06-09 02:19:54] "POST /neutron/network HTTP/1.1" 200 615 0.092291 10.0.0.27 - - [2025-06-09 02:19:54] "POST /route-targets HTTP/1.1" 200 327 0.015352 10.0.0.27 - - [2025-06-09 02:19:54] "POST /ref-update HTTP/1.1" 200 156 0.011563 10.0.0.27 - - [2025-06-09 02:19:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002918 10.0.0.27 - - [2025-06-09 02:19:54] "POST /neutron/subnet HTTP/1.1" 200 734 0.165753 10.0.0.27 - - [2025-06-09 02:19:54] "POST /neutron/network HTTP/1.1" 200 836 0.005614 10.0.0.27 - - [2025-06-09 02:19:54] "POST /id-to-fqname HTTP/1.1" 200 227 0.001277 10.0.0.27 - - [2025-06-09 02:19:54] "GET /virtual-network/df443773-7852-4551-96ec-805565db34f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.004716 10.0.0.27 - - [2025-06-09 02:19:54] "POST /neutron/network HTTP/1.1" 200 836 0.006055 10.0.0.27 - - [2025-06-09 02:19:54] "GET /virtual-network/df443773-7852-4551-96ec-805565db34f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005377 10.0.0.27 - - [2025-06-09 02:19:54] "POST /neutron/network HTTP/1.1" 200 836 0.006492 10.0.0.27 - - [2025-06-09 02:19:55] "POST /neutron/subnet HTTP/1.1" 200 734 0.007088 10.0.0.27 - - [2025-06-09 02:19:55] "POST /id-to-fqname HTTP/1.1" 200 223 0.001438 10.0.0.27 - - [2025-06-09 02:19:55] "POST /neutron/network HTTP/1.1" 200 834 0.006452 10.0.0.27 - - [2025-06-09 02:19:55] "GET /aaa-mode HTTP/1.1" 401 292 0.000546 10.0.0.27 - - [2025-06-09 02:19:55] "GET / HTTP/1.1" 200 35931 0.001891 10.0.0.27 - - [2025-06-09 02:19:55] "GET /project/acaedde7-03cb-4056-9944-1c7e3aa15445?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000432 10.0.0.27 - - [2025-06-09 02:19:55] "GET /projects?obj_uuids=acaedde7-03cb-4056-9944-1c7e3aa15445&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001032 10.0.0.27 - - [2025-06-09 02:19:55] "GET /project/acaedde7-03cb-4056-9944-1c7e3aa15445?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.048295 10.0.0.27 - - [2025-06-09 02:19:55] "POST /neutron/network HTTP/1.1" 200 824 0.004932 10.0.0.27 - - [2025-06-09 02:19:56] "POST /neutron/port HTTP/1.1" 200 117 0.004820 10.0.0.27 - - [2025-06-09 02:19:56] "POST /neutron/port HTTP/1.1" 200 117 0.005304 10.0.0.27 - - [2025-06-09 02:19:56] "POST /id-to-fqname HTTP/1.1" 200 227 0.001308 10.0.0.27 - - [2025-06-09 02:19:56] "POST /neutron/port HTTP/1.1" 200 117 0.005426 10.0.0.27 - - [2025-06-09 02:19:56] "POST /neutron/network HTTP/1.1" 200 846 0.005893 10.0.0.27 - - [2025-06-09 02:19:56] "GET /aaa-mode HTTP/1.1" 401 292 0.000434 10.0.0.27 - - [2025-06-09 02:19:56] "GET / HTTP/1.1" 200 35931 0.001940 10.0.0.27 - - [2025-06-09 02:19:56] "GET /project/acaedde7-03cb-4056-9944-1c7e3aa15445?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000429 10.0.0.27 - - [2025-06-09 02:19:56] "POST /neutron/network HTTP/1.1" 200 834 0.009567 10.0.0.27 - - [2025-06-09 02:19:56] "GET /projects?obj_uuids=acaedde7-03cb-4056-9944-1c7e3aa15445&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001070 10.0.0.27 - - [2025-06-09 02:19:56] "POST /neutron/port HTTP/1.1" 200 1060 0.246268 10.0.0.27 - - [2025-06-09 02:19:56] "POST /neutron/port HTTP/1.1" 200 1060 0.008616 10.0.0.27 - - [2025-06-09 02:19:56] "POST /neutron/port HTTP/1.1" 200 1060 0.008890 10.0.0.27 - - [2025-06-09 02:19:56] "POST /neutron/port HTTP/1.1" 200 1114 0.058919 10.0.0.27 - - [2025-06-09 02:19:56] "GET /projects?obj_uuids=acaedde7-03cb-4056-9944-1c7e3aa15445&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001137 10.0.0.27 - - [2025-06-09 02:19:56] "GET /project/acaedde7-03cb-4056-9944-1c7e3aa15445?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.050080 10.0.0.27 - - [2025-06-09 02:19:56] "POST /neutron/port HTTP/1.1" 200 1088 0.025129 10.0.0.27 - - [2025-06-09 02:19:56] "POST /neutron/network HTTP/1.1" 200 836 0.007318 10.0.0.27 - - [2025-06-09 02:19:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003600 10.0.0.27 - - [2025-06-09 02:19:56] "POST /neutron/subnet HTTP/1.1" 200 684 0.014135 10.0.0.27 - - [2025-06-09 02:19:57] "POST /neutron/port HTTP/1.1" 200 117 0.001288 10.0.0.27 - - [2025-06-09 02:19:57] "POST /neutron/network HTTP/1.1" 200 824 0.005932 10.0.0.27 - - [2025-06-09 02:19:57] "POST /neutron/port HTTP/1.1" 200 1088 0.019691 10.0.0.27 - - [2025-06-09 02:19:57] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006592 10.0.0.27 - - [2025-06-09 02:19:57] "POST /neutron/port HTTP/1.1" 200 117 0.004792 10.0.0.27 - - [2025-06-09 02:19:57] "GET /projects?obj_uuids=acaedde7-03cb-4056-9944-1c7e3aa15445&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001210 10.0.0.27 - - [2025-06-09 02:19:57] "POST /neutron/router HTTP/1.1" 200 585 0.049050 10.0.0.27 - - [2025-06-09 02:19:57] "POST /route-targets HTTP/1.1" 200 327 0.015894 10.0.0.27 - - [2025-06-09 02:19:57] "POST /neutron/router HTTP/1.1" 200 585 0.007810 10.0.0.27 - - [2025-06-09 02:19:57] "PUT /logical-router/b2fec3d9-eec0-4d3b-9e8b-bb9f1dbda975 HTTP/1.1" 200 262 0.030898 10.0.0.27 - - [2025-06-09 02:19:57] "POST /neutron/router HTTP/1.1" 200 656 0.034253 10.0.0.27 - - [2025-06-09 02:19:57] "GET /logical-router/b2fec3d9-eec0-4d3b-9e8b-bb9f1dbda975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1642 0.007649 10.0.0.27 - - [2025-06-09 02:19:57] "POST /neutron/router HTTP/1.1" 200 656 0.006067 10.0.0.27 - - [2025-06-09 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004471 10.0.0.27 - - [2025-06-09 02:19:57] "GET /projects?obj_uuids=acaedde7-03cb-4056-9944-1c7e3aa15445&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001647 10.0.0.27 - - [2025-06-09 02:19:57] "GET /service-template/10cd39f0-dee6-40b6-b344-96893ca00a3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.005846 10.0.0.27 - - [2025-06-09 02:19:57] "POST /fqname-to-id HTTP/1.1" 404 215 0.003161 10.0.0.27 - - [2025-06-09 02:19:57] "POST /neutron/network HTTP/1.1" 200 846 0.023057 10.0.0.27 - - [2025-06-09 02:19:57] "GET /projects?obj_uuids=acaedde7-03cb-4056-9944-1c7e3aa15445&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001352 10.0.0.27 - - [2025-06-09 02:19:57] "POST /useragent-kv HTTP/1.1" 200 115 0.005750 10.0.0.27 - - [2025-06-09 02:19:57] "POST /virtual-networks HTTP/1.1" 200 694 0.235673 10.0.0.27 - - [2025-06-09 02:19:57] "POST /route-targets HTTP/1.1" 200 327 0.045420 10.0.0.27 - - [2025-06-09 02:19:57] "POST /neutron/router HTTP/1.1" 200 344 0.434941 10.0.0.27 - - [2025-06-09 02:19:57] "POST /ref-update HTTP/1.1" 200 156 0.027320 10.0.0.27 - - [2025-06-09 02:19:57] "POST /service-instances HTTP/1.1" 200 670 0.037635 10.0.0.27 - - [2025-06-09 02:19:57] "POST /ref-update HTTP/1.1" 200 156 0.038126 10.0.0.27 - - [2025-06-09 02:19:57] "POST /neutron/port HTTP/1.1" 200 1088 0.110424 10.0.0.27 - - [2025-06-09 02:19:57] "POST /route-tables HTTP/1.1" 200 582 0.077059 10.0.0.27 - - [2025-06-09 02:19:57] "POST /neutron/security_group HTTP/1.1" 200 2002 0.013161 10.0.0.27 - - [2025-06-09 02:19:57] "PUT /logical-router/b2fec3d9-eec0-4d3b-9e8b-bb9f1dbda975 HTTP/1.1" 200 262 0.032063 10.0.0.27 - - [2025-06-09 02:19:58] "POST /neutron/port HTTP/1.1" 200 1065 0.401503 10.0.0.27 - - [2025-06-09 02:19:58] "POST /ref-update HTTP/1.1" 200 156 0.021021 10.0.0.27 - - [2025-06-09 02:19:58] "POST /neutron/port HTTP/1.1" 200 1065 0.013794 10.0.0.27 - - [2025-06-09 02:19:58] "POST /neutron/port HTTP/1.1" 200 1065 0.016070 10.0.0.27 - - [2025-06-09 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005579 10.0.0.27 - - [2025-06-09 02:19:58] "POST /neutron/port HTTP/1.1" 200 1119 0.085660 10.0.0.27 - - [2025-06-09 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004960 10.0.0.27 - - [2025-06-09 02:19:58] "POST /neutron/port HTTP/1.1" 200 1093 0.019720 10.0.0.27 - - [2025-06-09 02:19:58] "POST /virtual-machines HTTP/1.1" 200 553 0.017409 10.0.0.27 - - [2025-06-09 02:19:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003154 10.0.0.27 - - [2025-06-09 02:19:58] "POST /neutron/subnet HTTP/1.1" 200 708 0.013636 10.0.0.27 - - [2025-06-09 02:19:58] "POST /neutron/port HTTP/1.1" 200 117 0.001123 10.0.0.27 - - [2025-06-09 02:19:58] "POST /neutron/network HTTP/1.1" 200 836 0.045180 10.0.0.27 - - [2025-06-09 02:19:58] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.101439 10.0.0.27 - - [2025-06-09 02:19:58] "POST /chown HTTP/1.1" 200 109 0.018671 10.0.0.27 - - [2025-06-09 02:19:58] "POST /instance-ips HTTP/1.1" 200 551 0.019539 10.0.0.27 - - [2025-06-09 02:19:58] "POST /instance-ips HTTP/1.1" 400 246 0.018146 10.0.0.27 - - [2025-06-09 02:19:58] "POST /chown HTTP/1.1" 200 109 0.016996 10.0.0.27 - - [2025-06-09 02:19:58] "PUT /virtual-machine-interface/44123f8e-df34-4bbd-9ad5-6c292fa22e27 HTTP/1.1" 200 284 0.018030 10.0.0.27 - - [2025-06-09 02:19:58] "PUT /instance-ip/c58d4787-a435-4a99-a587-295aaa9b6035 HTTP/1.1" 200 256 0.011827 10.0.0.27 - - [2025-06-09 02:19:58] "POST /ref-update HTTP/1.1" 200 156 0.013353 10.0.0.27 - - [2025-06-09 02:19:58] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.097815 10.0.0.27 - - [2025-06-09 02:19:59] "POST /chown HTTP/1.1" 200 109 0.012143 10.0.0.27 - - [2025-06-09 02:19:59] "POST /instance-ips HTTP/1.1" 200 549 0.029830 10.0.0.27 - - [2025-06-09 02:19:59] "POST /instance-ips HTTP/1.1" 400 316 0.015954 10.0.0.27 - - [2025-06-09 02:19:59] "POST /chown HTTP/1.1" 200 109 0.009749 10.0.0.27 - - [2025-06-09 02:19:59] "PUT /virtual-machine-interface/01e63654-d8ca-4347-abba-8198eca082b3 HTTP/1.1" 200 284 0.010187 10.0.0.27 - - [2025-06-09 02:19:59] "PUT /instance-ip/2ea4f765-af38-4586-b6e3-1cf3450746d8 HTTP/1.1" 200 256 0.025651 10.0.0.27 - - [2025-06-09 02:19:59] "POST /ref-update HTTP/1.1" 200 156 0.024934 10.0.0.27 - - [2025-06-09 02:19:59] "POST /ref-update HTTP/1.1" 200 156 0.018351 10.0.0.27 - - [2025-06-09 02:19:59] "POST /ref-update HTTP/1.1" 200 156 0.016891 10.0.0.27 - - [2025-06-09 02:19:59] "PUT /routing-instance/ac807f0b-419f-462a-8430-335f1776478d HTTP/1.1" 200 266 0.018318 10.0.0.27 - - [2025-06-09 02:19:59] "POST /virtual-machines HTTP/1.1" 200 553 0.013696 10.0.0.27 - - [2025-06-09 02:19:59] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.092303 10.0.0.27 - - [2025-06-09 02:19:59] "POST /chown HTTP/1.1" 200 109 0.007587 10.0.0.27 - - [2025-06-09 02:19:59] "POST /instance-ips HTTP/1.1" 400 246 0.016477 10.0.0.27 - - [2025-06-09 02:19:59] "POST /chown HTTP/1.1" 200 109 0.008952 10.0.0.27 - - [2025-06-09 02:19:59] "PUT /virtual-machine-interface/889c7bf9-06a0-4b35-9dd6-6e30adf72875 HTTP/1.1" 200 284 0.010448 10.0.0.27 - - [2025-06-09 02:19:59] "PUT /instance-ip/c58d4787-a435-4a99-a587-295aaa9b6035 HTTP/1.1" 200 256 0.012549 10.0.0.27 - - [2025-06-09 02:20:00] "POST /ref-update HTTP/1.1" 200 156 0.012870 10.0.0.27 - - [2025-06-09 02:20:00] "POST /ref-update HTTP/1.1" 200 156 0.011322 10.0.0.27 - - [2025-06-09 02:20:00] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.091539 10.0.0.27 - - [2025-06-09 02:20:00] "POST /chown HTTP/1.1" 200 109 0.006928 10.0.0.27 - - [2025-06-09 02:20:00] "POST /instance-ips HTTP/1.1" 400 316 0.041336 10.0.0.27 - - [2025-06-09 02:20:00] "POST /chown HTTP/1.1" 200 109 0.007929 10.0.0.27 - - [2025-06-09 02:20:00] "PUT /virtual-machine-interface/6613d073-4d96-43f0-8835-9fb6bcdc7ef0 HTTP/1.1" 200 284 0.011927 10.0.0.27 - - [2025-06-09 02:20:00] "PUT /instance-ip/2ea4f765-af38-4586-b6e3-1cf3450746d8 HTTP/1.1" 200 256 0.014247 10.0.0.27 - - [2025-06-09 02:20:00] "POST /ref-update HTTP/1.1" 200 156 0.012561 10.0.0.27 - - [2025-06-09 02:20:00] "POST /ref-update HTTP/1.1" 200 156 0.013746 10.0.0.27 - - [2025-06-09 02:20:02] "POST /neutron/port HTTP/1.1" 200 1088 0.015018 10.0.0.27 - - [2025-06-09 02:20:03] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007118 10.0.0.27 - - [2025-06-09 02:20:03] "POST /neutron/port HTTP/1.1" 200 1088 0.016036 10.0.0.27 - - [2025-06-09 02:20:03] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006745 10.0.0.27 - - [2025-06-09 02:20:03] "POST /neutron/port HTTP/1.1" 200 1088 0.014721 10.0.0.27 - - [2025-06-09 02:20:03] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006952 10.0.0.27 - - [2025-06-09 02:20:03] "GET /virtual-machine/8b1adb82-903d-428d-9922-40428f0c2cf2 HTTP/1.1" 401 292 0.000551 10.0.0.27 - - [2025-06-09 02:20:03] "GET /virtual-machine/8b1adb82-903d-428d-9922-40428f0c2cf2 HTTP/1.1" 200 1296 0.025980 10.0.0.27 - - [2025-06-09 02:20:03] "GET /virtual-machine-interface/15d5b130-8edd-44d3-acd6-2df7f7e102c7 HTTP/1.1" 200 2956 0.005062 10.0.0.27 - - [2025-06-09 02:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002915 10.0.0.27 - - [2025-06-09 02:20:03] "GET /global-vrouter-config/2251acbc-ad00-4917-afe1-1ebc81fd9eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002970 10.0.0.27 - - [2025-06-09 02:20:03] "GET /virtual-networks?parent_id=acaedde7-03cb-4056-9944-1c7e3aa15445&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003598 10.0.0.27 - - [2025-06-09 02:20:03] "GET /virtual-network/db3771f7-d1d9-4def-8b61-a0bd65fed611?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006204 10.0.0.27 - - [2025-06-09 02:20:05] "POST /neutron/port HTTP/1.1" 200 1088 0.015129 10.0.0.27 - - [2025-06-09 02:20:05] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005783 10.0.0.27 - - [2025-06-09 02:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002805 10.0.0.27 - - [2025-06-09 02:20:06] "GET /virtual-network/db3771f7-d1d9-4def-8b61-a0bd65fed611?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.004768 10.0.0.27 - - [2025-06-09 02:20:07] "POST /neutron/port HTTP/1.1" 200 1093 0.019305 10.0.0.27 - - [2025-06-09 02:20:07] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007085 10.0.0.27 - - [2025-06-09 02:20:07] "DELETE /project/da7379cce0db4fbf9d0d75680a8a0c1d HTTP/1.1" 404 173 0.013901 10.0.0.27 - - [2025-06-09 02:20:07] "DELETE /project/acaedde703cb405699441c7e3aa15445 HTTP/1.1" 404 173 0.013147 10.0.0.27 - - [2025-06-09 02:20:07] "DELETE /project/deb98dd8208d4e5d8f3c55bd30903766 HTTP/1.1" 404 173 0.012367 10.0.0.27 - - [2025-06-09 02:20:07] "GET /projects?obj_uuids=0f85f76b-ab5a-4a31-9e7c-61c978751035&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001038 10.0.0.27 - - [2025-06-09 02:20:07] "GET /projects?obj_uuids=da7379cc-e0db-4fbf-9d0d-75680a8a0c1d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001012 10.0.0.27 - - [2025-06-09 02:20:07] "GET /projects?obj_uuids=deb98dd8-208d-4e5d-8f3c-55bd30903766&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001008 10.0.0.27 - - [2025-06-09 02:20:07] "GET /project/da7379cc-e0db-4fbf-9d0d-75680a8a0c1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.056313 10.0.0.27 - - [2025-06-09 02:20:07] "GET /project/deb98dd8-208d-4e5d-8f3c-55bd30903766?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.053485 10.0.0.27 - - [2025-06-09 02:20:07] "GET /project/0f85f76b-ab5a-4a31-9e7c-61c978751035?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.067180 10.0.0.27 - - [2025-06-09 02:20:08] "GET /projects?obj_uuids=da7379cc-e0db-4fbf-9d0d-75680a8a0c1d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001008 10.0.0.27 - - [2025-06-09 02:20:08] "GET /projects?obj_uuids=0f85f76b-ab5a-4a31-9e7c-61c978751035&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000953 10.0.0.27 - - [2025-06-09 02:20:08] "GET /projects?obj_uuids=deb98dd8-208d-4e5d-8f3c-55bd30903766&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001320 10.0.0.27 - - [2025-06-09 02:20:08] "GET /project/da7379cc-e0db-4fbf-9d0d-75680a8a0c1d?fields=security_groups HTTP/1.1" 200 1400 0.045345 10.0.0.27 - - [2025-06-09 02:20:08] "GET /project/deb98dd8-208d-4e5d-8f3c-55bd30903766?fields=security_groups HTTP/1.1" 200 1349 0.046715 10.0.0.27 - - [2025-06-09 02:20:08] "GET /project/0f85f76b-ab5a-4a31-9e7c-61c978751035?fields=security_groups HTTP/1.1" 200 1396 0.049227 10.0.0.27 - - [2025-06-09 02:20:08] "DELETE /security-group/d30036ab-3f39-4b67-9cce-014c5e015630 HTTP/1.1" 200 115 0.094053 10.0.0.27 - - [2025-06-09 02:20:08] "GET /projects?obj_uuids=da7379cc-e0db-4fbf-9d0d-75680a8a0c1d&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.004835 10.0.0.27 - - [2025-06-09 02:20:08] "DELETE /access-control-list/78582042-5a04-474f-84b4-0bbdcb3783f0 HTTP/1.1" 200 115 0.065589 10.0.0.27 - - [2025-06-09 02:20:08] "DELETE /security-group/0aeb0654-3c52-4b50-a25b-be6c4f4c5a21 HTTP/1.1" 200 115 0.107721 10.0.0.27 - - [2025-06-09 02:20:08] "DELETE /security-group/2dd0d19a-9577-422f-9f0c-c01aaaa9a451 HTTP/1.1" 200 115 0.118659 10.0.0.27 - - [2025-06-09 02:20:08] "GET /projects?obj_uuids=deb98dd8-208d-4e5d-8f3c-55bd30903766&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001562 10.0.0.27 - - [2025-06-09 02:20:08] "GET /project/da7379cc-e0db-4fbf-9d0d-75680a8a0c1d?fields=application_policy_sets HTTP/1.1" 200 1439 0.058037 10.0.0.27 - - [2025-06-09 02:20:08] "GET /projects?obj_uuids=0f85f76b-ab5a-4a31-9e7c-61c978751035&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001174 10.0.0.27 - - [2025-06-09 02:20:08] "DELETE /access-control-list/b34ed14b-9136-460d-912f-f323dcf68ba5 HTTP/1.1" 200 115 0.061745 10.0.0.27 - - [2025-06-09 02:20:08] "GET /project/0f85f76b-ab5a-4a31-9e7c-61c978751035?fields=application_policy_sets HTTP/1.1" 200 1435 0.043651 10.0.0.27 - - [2025-06-09 02:20:08] "DELETE /access-control-list/3556b752-84a1-4265-af07-96c2d375daa9 HTTP/1.1" 200 115 0.055115 10.0.0.27 - - [2025-06-09 02:20:08] "GET /project/deb98dd8-208d-4e5d-8f3c-55bd30903766?fields=application_policy_sets HTTP/1.1" 200 1388 0.128882 10.0.0.27 - - [2025-06-09 02:20:08] "DELETE /access-control-list/e6e1b3bf-9165-44b7-a61f-fe191a7f08b9 HTTP/1.1" 200 115 0.046354 10.0.0.27 - - [2025-06-09 02:20:08] "DELETE /access-control-list/7945c9f0-9294-4c2c-9dd7-567b87134404 HTTP/1.1" 200 115 0.056943 10.0.0.27 - - [2025-06-09 02:20:08] "DELETE /project/da7379cc-e0db-4fbf-9d0d-75680a8a0c1d HTTP/1.1" 200 115 0.541555 10.0.0.27 - - [2025-06-09 02:20:08] "DELETE /access-control-list/af829442-ed94-4f90-8640-67bf45d3f10b HTTP/1.1" 200 115 0.033394 10.0.0.27 - - [2025-06-09 02:20:08] "DELETE /project/0f85f76b-ab5a-4a31-9e7c-61c978751035 HTTP/1.1" 200 115 0.586434 10.0.0.27 - - [2025-06-09 02:20:08] "DELETE /project/deb98dd8-208d-4e5d-8f3c-55bd30903766 HTTP/1.1" 200 115 0.606509 10.0.0.27 - - [2025-06-09 02:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003063 10.0.0.27 - - [2025-06-09 02:20:08] "GET /global-vrouter-config/2251acbc-ad00-4917-afe1-1ebc81fd9eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003315 10.0.0.27 - - [2025-06-09 02:20:08] "GET /virtual-networks?parent_id=acaedde7-03cb-4056-9944-1c7e3aa15445&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003999 10.0.0.27 - - [2025-06-09 02:20:08] "GET /virtual-network/db3771f7-d1d9-4def-8b61-a0bd65fed611?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005900 10.0.0.27 - - [2025-06-09 02:20:09] "POST /neutron/port HTTP/1.1" 200 1093 0.014084 10.0.0.27 - - [2025-06-09 02:20:09] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006468 10.0.0.27 - - [2025-06-09 02:20:09] "POST /neutron/port HTTP/1.1" 200 1093 0.014610 10.0.0.27 - - [2025-06-09 02:20:09] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007564 10.0.0.27 - - [2025-06-09 02:20:09] "POST /neutron/port HTTP/1.1" 200 1093 0.014698 10.0.0.27 - - [2025-06-09 02:20:09] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006039 10.0.0.27 - - [2025-06-09 02:20:09] "GET /virtual-machine/ff81ddca-a790-41c6-bce2-089ec18f30cf HTTP/1.1" 200 1296 0.004313 10.0.0.27 - - [2025-06-09 02:20:09] "GET /virtual-machine-interface/f9aa536f-da6f-4d5e-984e-b5f3692148ba HTTP/1.1" 200 2969 0.004721 10.0.0.27 - - [2025-06-09 02:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002874 10.0.0.27 - - [2025-06-09 02:20:09] "GET /global-vrouter-config/2251acbc-ad00-4917-afe1-1ebc81fd9eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003183 10.0.0.27 - - [2025-06-09 02:20:09] "GET /virtual-networks?parent_id=acaedde7-03cb-4056-9944-1c7e3aa15445&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003645 10.0.0.27 - - [2025-06-09 02:20:09] "GET /virtual-network/df443773-7852-4551-96ec-805565db34f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005270 10.0.0.27 - - [2025-06-09 02:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.27 - - [2025-06-09 02:20:10] "GET /global-vrouter-config/2251acbc-ad00-4917-afe1-1ebc81fd9eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003376 10.0.0.27 - - [2025-06-09 02:20:10] "GET /virtual-networks?parent_id=acaedde7-03cb-4056-9944-1c7e3aa15445&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003063 10.0.0.27 - - [2025-06-09 02:20:10] "GET /virtual-network/df443773-7852-4551-96ec-805565db34f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005491 10.0.0.27 - - [2025-06-09 02:20:12] "GET /obj-perms HTTP/1.1" 200 5056 0.051790 10.0.0.27 - - [2025-06-09 02:20:12] "GET /obj-perms HTTP/1.1" 200 5056 0.042002 10.0.0.27 - - [2025-06-09 02:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002892 10.0.0.27 - - [2025-06-09 02:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002610 10.0.0.27 - - [2025-06-09 02:20:12] "POST /chown HTTP/1.1" 200 109 0.009389 10.0.0.27 - - [2025-06-09 02:20:12] "POST /instance-ips HTTP/1.1" 400 246 0.014711 10.0.0.27 - - [2025-06-09 02:20:12] "POST /chown HTTP/1.1" 200 109 0.008063 10.0.0.27 - - [2025-06-09 02:20:13] "POST /chown HTTP/1.1" 200 109 0.008529 10.0.0.27 - - [2025-06-09 02:20:13] "POST /instance-ips HTTP/1.1" 400 316 0.015016 10.0.0.27 - - [2025-06-09 02:20:13] "POST /chown HTTP/1.1" 200 109 0.008140 10.0.0.27 - - [2025-06-09 02:20:13] "POST /chown HTTP/1.1" 200 109 0.008620 10.0.0.27 - - [2025-06-09 02:20:13] "POST /instance-ips HTTP/1.1" 400 246 0.015157 10.0.0.27 - - [2025-06-09 02:20:13] "POST /chown HTTP/1.1" 200 109 0.008582 10.0.0.27 - - [2025-06-09 02:20:13] "POST /chown HTTP/1.1" 200 109 0.011062 10.0.0.27 - - [2025-06-09 02:20:13] "POST /instance-ips HTTP/1.1" 400 316 0.016802 10.0.0.27 - - [2025-06-09 02:20:13] "POST /chown HTTP/1.1" 200 109 0.009279 10.0.0.27 - - [2025-06-09 02:20:14] "POST /neutron/router HTTP/1.1" 200 656 0.005356 10.0.0.27 - - [2025-06-09 02:20:14] "POST /ref-update HTTP/1.1" 200 156 0.011083 10.0.0.27 - - [2025-06-09 02:20:14] "POST /neutron/router HTTP/1.1" 200 344 0.108421 10.0.0.27 - - [2025-06-09 02:20:14] "POST /neutron/router HTTP/1.1" 200 656 0.005057 10.0.0.27 - - [2025-06-09 02:20:14] "GET /logical-router/b2fec3d9-eec0-4d3b-9e8b-bb9f1dbda975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1973 0.005474 10.0.0.27 - - [2025-06-09 02:20:14] "GET /service-instance/ce3f1140-79d9-45e0-9da8-67fc47889522?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2316 0.003680 10.0.0.27 - - [2025-06-09 02:20:14] "POST /neutron/router HTTP/1.1" 200 151 0.055649 10.0.0.27 - - [2025-06-09 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003166 10.0.0.27 - - [2025-06-09 02:20:14] "DELETE /route-target/26f69c4c-bb37-4b72-8110-1e8f6b0025ef HTTP/1.1" 409 239 0.011241 10.0.0.27 - - [2025-06-09 02:20:14] "PUT /logical-router/b2fec3d9-eec0-4d3b-9e8b-bb9f1dbda975 HTTP/1.1" 404 171 0.002833 10.0.0.27 - - [2025-06-09 02:20:14] "POST /ref-update HTTP/1.1" 200 156 0.025420 10.0.0.27 - - [2025-06-09 02:20:14] "DELETE /route-table/80fccfd6-670f-4e07-8659-ea4ac295b8ee HTTP/1.1" 200 115 0.044389 10.0.0.27 - - [2025-06-09 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003283 10.0.0.27 - - [2025-06-09 02:20:14] "PUT /routing-instance/ac807f0b-419f-462a-8430-335f1776478d HTTP/1.1" 200 266 0.013018 10.0.0.27 - - [2025-06-09 02:20:15] "POST /neutron/network HTTP/1.1" 200 836 0.006313 10.0.0.27 - - [2025-06-09 02:20:15] "GET /virtual-network/904e7f93-a3d0-444f-a4f1-31e6fd4fd795?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2124 0.005873 10.0.0.27 - - [2025-06-09 02:20:15] "POST /neutron/network HTTP/1.1" 400 204 0.039790 10.0.0.27 - - [2025-06-09 02:20:15] "POST /ref-update HTTP/1.1" 200 156 0.009819 10.0.0.27 - - [2025-06-09 02:20:15] "POST /ref-update HTTP/1.1" 200 156 0.011375 10.0.0.27 - - [2025-06-09 02:20:15] "DELETE /instance-ip/2ea4f765-af38-4586-b6e3-1cf3450746d8 HTTP/1.1" 200 115 0.042790 10.0.0.27 - - [2025-06-09 02:20:15] "POST /useragent-kv HTTP/1.1" 200 115 0.005750 10.0.0.27 - - [2025-06-09 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.006162 10.0.0.27 - - [2025-06-09 02:20:15] "POST /useragent-kv HTTP/1.1" 200 115 0.004116 10.0.0.27 - - [2025-06-09 02:20:15] "DELETE /virtual-network/904e7f93-a3d0-444f-a4f1-31e6fd4fd795 HTTP/1.1" 200 115 0.129380 10.0.0.27 - - [2025-06-09 02:20:15] "DELETE /route-target/2402f0aa-2d67-4cbc-aaba-11ef0ff1109a HTTP/1.1" 200 115 0.024247 10.0.0.27 - - [2025-06-09 02:20:15] "DELETE /service-instance/ce3f1140-79d9-45e0-9da8-67fc47889522 HTTP/1.1" 200 115 0.038179 10.0.0.27 - - [2025-06-09 02:20:15] "GET /logical-router/b2fec3d9-eec0-4d3b-9e8b-bb9f1dbda975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002913 10.0.0.27 - - [2025-06-09 02:20:15] "GET /service-instance/ce3f1140-79d9-45e0-9da8-67fc47889522?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004664 10.0.0.27 - - [2025-06-09 02:20:15] "POST /neutron/port HTTP/1.1" 200 1093 0.015268 10.0.0.27 - - [2025-06-09 02:20:15] "POST /neutron/port HTTP/1.1" 200 1119 0.013166 10.0.0.27 - - [2025-06-09 02:20:15] "GET /virtual-machine-interface/889c7bf9-06a0-4b35-9dd6-6e30adf72875?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1653 0.007253 10.0.0.27 - - [2025-06-09 02:20:15] "POST /neutron/port HTTP/1.1" 200 1088 0.024601 10.0.0.27 - - [2025-06-09 02:20:15] "POST /ref-update HTTP/1.1" 200 156 0.028467 10.0.0.27 - - [2025-06-09 02:20:15] "POST /neutron/port HTTP/1.1" 200 1114 0.015852 10.0.0.27 - - [2025-06-09 02:20:15] "GET /instance-ip/c58d4787-a435-4a99-a587-295aaa9b6035?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.005117 10.0.0.27 - - [2025-06-09 02:20:15] "POST /neutron/port HTTP/1.1" 200 151 0.148694 10.0.0.27 - - [2025-06-09 02:20:15] "POST /neutron/port HTTP/1.1" 200 151 0.124868 10.0.0.27 - - [2025-06-09 02:20:15] "DELETE /virtual-machine-interface/889c7bf9-06a0-4b35-9dd6-6e30adf72875 HTTP/1.1" 200 115 0.049730 10.0.0.27 - - [2025-06-09 02:20:15] "GET /virtual-machine-interface/6613d073-4d96-43f0-8835-9fb6bcdc7ef0?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1332 0.006735 10.0.0.27 - - [2025-06-09 02:20:15] "DELETE /virtual-machine-interface/6613d073-4d96-43f0-8835-9fb6bcdc7ef0 HTTP/1.1" 200 115 0.027786 10.0.0.27 - - [2025-06-09 02:20:15] "DELETE /virtual-machine/7ea18228-5a9d-4cec-8ad6-2eaf5c653914 HTTP/1.1" 200 115 0.025894 10.0.0.27 - - [2025-06-09 02:20:15] "GET /virtual-machine-interface/44123f8e-df34-4bbd-9ad5-6c292fa22e27?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1653 0.006022 10.0.0.27 - - [2025-06-09 02:20:15] "POST /ref-update HTTP/1.1" 200 156 0.012844 10.0.0.27 - - [2025-06-09 02:20:15] "GET /instance-ip/c58d4787-a435-4a99-a587-295aaa9b6035?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1698 0.005496 10.0.0.27 - - [2025-06-09 02:20:16] "DELETE /instance-ip/c58d4787-a435-4a99-a587-295aaa9b6035 HTTP/1.1" 200 115 0.039668 10.0.0.27 - - [2025-06-09 02:20:16] "DELETE /virtual-machine-interface/44123f8e-df34-4bbd-9ad5-6c292fa22e27 HTTP/1.1" 200 115 0.038953 10.0.0.27 - - [2025-06-09 02:20:16] "GET /virtual-machine-interface/01e63654-d8ca-4347-abba-8198eca082b3?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1332 0.006250 10.0.0.27 - - [2025-06-09 02:20:16] "DELETE /virtual-machine-interface/01e63654-d8ca-4347-abba-8198eca082b3 HTTP/1.1" 200 115 0.026225 10.0.0.27 - - [2025-06-09 02:20:16] "POST /ref-update HTTP/1.1" 200 156 0.008860 10.0.0.27 - - [2025-06-09 02:20:16] "DELETE /virtual-machine/374be3b7-0a8f-4ee3-a8c8-2e86111d62af HTTP/1.1" 200 115 0.021599 10.0.0.27 - - [2025-06-09 02:20:17] "POST /neutron/network HTTP/1.1" 200 836 0.005546 10.0.0.27 - - [2025-06-09 02:20:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002447 10.0.0.27 - - [2025-06-09 02:20:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003275 10.0.0.27 - - [2025-06-09 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.27 - - [2025-06-09 02:20:17] "POST /neutron/network HTTP/1.1" 200 151 0.075767 10.0.0.27 - - [2025-06-09 02:20:17] "DELETE /route-target/8461ab6d-d407-4d6c-9a87-b439507523b6 HTTP/1.1" 200 115 0.012232 10.0.0.27 - - [2025-06-09 02:20:17] "POST /neutron/network HTTP/1.1" 200 824 0.006137 10.0.0.27 - - [2025-06-09 02:20:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003299 10.0.0.27 - - [2025-06-09 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004382 10.0.0.27 - - [2025-06-09 02:20:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002242 10.0.0.27 - - [2025-06-09 02:20:17] "POST /neutron/network HTTP/1.1" 200 151 0.079690 10.0.0.27 - - [2025-06-09 02:20:17] "DELETE /route-target/23ebde73-0a44-4f3f-ba9f-1382f9622b08 HTTP/1.1" 200 115 0.019548 10.0.0.27 - - [2025-06-09 02:20:17] "GET /projects?obj_uuids=acaedde7-03cb-4056-9944-1c7e3aa15445&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001211 10.0.0.27 - - [2025-06-09 02:20:17] "GET /project/acaedde7-03cb-4056-9944-1c7e3aa15445?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.024881 10.0.0.27 - - [2025-06-09 02:20:17] "GET /projects?obj_uuids=acaedde7-03cb-4056-9944-1c7e3aa15445&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001441 10.0.0.27 - - [2025-06-09 02:20:17] "GET /project/acaedde7-03cb-4056-9944-1c7e3aa15445?fields=virtual_networks HTTP/1.1" 200 1039 0.065885 10.0.0.27 - - [2025-06-09 02:20:17] "GET /projects?obj_uuids=acaedde7-03cb-4056-9944-1c7e3aa15445&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001312 10.0.0.27 - - [2025-06-09 02:20:17] "GET /project/acaedde7-03cb-4056-9944-1c7e3aa15445?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.025986 10.0.0.27 - - [2025-06-09 02:20:17] "GET /projects?obj_uuids=acaedde7-03cb-4056-9944-1c7e3aa15445&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001106 10.0.0.27 - - [2025-06-09 02:20:17] "GET /project/acaedde7-03cb-4056-9944-1c7e3aa15445?fields=security_groups HTTP/1.1" 200 1268 0.026581 10.0.0.27 - - [2025-06-09 02:20:18] "POST /fqname-to-id HTTP/1.1" 404 196 0.025328 10.0.0.27 - - [2025-06-09 02:20:18] "GET /projects?obj_uuids=4bce67d8-af79-4bdc-a69a-e2ee028fc87e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003720 10.0.0.27 - - [2025-06-09 02:20:18] "GET /domains?obj_uuids=02221717-eca1-43d9-adef-8bec404929db&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001144 10.0.0.27 - - [2025-06-09 02:20:18] "GET /domain/02221717-eca1-43d9-adef-8bec404929db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007341 10.0.0.27 - - [2025-06-09 02:20:18] "POST /id-to-fqname HTTP/1.1" 200 198 0.001473 10.0.0.27 - - [2025-06-09 02:20:18] "POST /fqname-to-id HTTP/1.1" 404 207 0.002454 10.0.0.27 - - [2025-06-09 02:20:18] "POST /security-groups HTTP/1.1" 200 599 0.063869 10.0.0.27 - - [2025-06-09 02:20:18] "POST /fqname-to-id HTTP/1.1" 404 242 0.002712 10.0.0.27 - - [2025-06-09 02:20:18] "POST /projects HTTP/1.1" 200 601 0.220303 10.0.0.27 - - [2025-06-09 02:20:18] "POST /access-control-lists HTTP/1.1" 200 604 0.061839 10.0.0.27 - - [2025-06-09 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.290403 10.0.0.27 - - [2025-06-09 02:20:18] "POST /fqname-to-id HTTP/1.1" 404 241 0.002707 10.0.0.27 - - [2025-06-09 02:20:19] "GET /project/4bce67d8-af79-4bdc-a69a-e2ee028fc87e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.420963 10.0.0.27 - - [2025-06-09 02:20:19] "POST /access-control-lists HTTP/1.1" 200 602 0.060263 10.0.0.27 - - [2025-06-09 02:20:20] "GET / HTTP/1.1" 200 35931 0.002098 10.0.0.27 - - [2025-06-09 02:20:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000501 10.0.0.27 - - [2025-06-09 02:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.063624 10.0.0.27 - - [2025-06-09 02:20:21] "GET /projects?obj_uuids=4bce67d8-af79-4bdc-a69a-e2ee028fc87e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001166 10.0.0.27 - - [2025-06-09 02:20:21] "GET /project/4bce67d8-af79-4bdc-a69a-e2ee028fc87e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.026657 10.0.0.27 - - [2025-06-09 02:20:21] "POST /neutron/network HTTP/1.1" 200 117 0.030972 10.0.0.27 - - [2025-06-09 02:20:21] "GET /projects?obj_uuids=4bce67d8-af79-4bdc-a69a-e2ee028fc87e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001525 10.0.0.27 - - [2025-06-09 02:20:21] "POST /neutron/network HTTP/1.1" 200 613 0.069610 10.0.0.27 - - [2025-06-09 02:20:21] "POST /route-targets HTTP/1.1" 200 327 0.011145 10.0.0.27 - - [2025-06-09 02:20:21] "POST /ref-update HTTP/1.1" 200 156 0.014191 10.0.0.27 - - [2025-06-09 02:20:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003747 10.0.0.27 - - [2025-06-09 02:20:21] "POST /neutron/subnet HTTP/1.1" 200 724 0.192889 10.0.0.27 - - [2025-06-09 02:20:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002284 10.0.0.27 - - [2025-06-09 02:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.098470 10.0.0.27 - - [2025-06-09 02:20:21] "POST /neutron/subnet HTTP/1.1" 200 828 0.253690 10.0.0.27 - - [2025-06-09 02:20:21] "GET /virtual-network/01b37457-d5b6-46f6-8160-823932bbd0ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1948 0.007417 10.0.0.27 - - [2025-06-09 02:20:21] "POST /neutron/network HTTP/1.1" 200 1006 0.007188 10.0.0.27 - - [2025-06-09 02:20:21] "POST /id-to-fqname HTTP/1.1" 200 228 0.001273 10.0.0.27 - - [2025-06-09 02:20:21] "GET /virtual-network/585f10f6-5279-4866-94f6-b8401b5652f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005382 10.0.0.27 - - [2025-06-09 02:20:21] "POST /neutron/network HTTP/1.1" 200 1006 0.007921 10.0.0.27 - - [2025-06-09 02:20:21] "GET /virtual-network/585f10f6-5279-4866-94f6-b8401b5652f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005420 10.0.0.27 - - [2025-06-09 02:20:21] "POST /neutron/network HTTP/1.1" 200 1006 0.007211 10.0.0.27 - - [2025-06-09 02:20:21] "POST /neutron/subnet HTTP/1.1" 200 724 0.007015 10.0.0.27 - - [2025-06-09 02:20:21] "POST /neutron/subnet HTTP/1.1" 200 828 0.006923 10.0.0.27 - - [2025-06-09 02:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002684 10.0.0.27 - - [2025-06-09 02:20:21] "GET /projects?obj_uuids=4bce67d8-af79-4bdc-a69a-e2ee028fc87e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001152 10.0.0.27 - - [2025-06-09 02:20:21] "GET /project/4bce67d8-af79-4bdc-a69a-e2ee028fc87e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.039097 10.0.0.27 - - [2025-06-09 02:20:22] "POST /neutron/network HTTP/1.1" 200 117 0.009588 10.0.0.27 - - [2025-06-09 02:20:22] "GET /projects?obj_uuids=4bce67d8-af79-4bdc-a69a-e2ee028fc87e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001473 10.0.0.27 - - [2025-06-09 02:20:22] "POST /neutron/network HTTP/1.1" 200 613 0.074147 10.0.0.27 - - [2025-06-09 02:20:22] "POST /route-targets HTTP/1.1" 200 327 0.011585 10.0.0.27 - - [2025-06-09 02:20:22] "POST /ref-update HTTP/1.1" 200 156 0.013685 10.0.0.27 - - [2025-06-09 02:20:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003585 10.0.0.27 - - [2025-06-09 02:20:22] "POST /neutron/subnet HTTP/1.1" 200 725 0.174676 10.0.0.27 - - [2025-06-09 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004162 10.0.0.27 - - [2025-06-09 02:20:22] "GET /virtual-network/01b37457-d5b6-46f6-8160-823932bbd0ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1948 0.005506 10.0.0.27 - - [2025-06-09 02:20:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003578 10.0.0.27 - - [2025-06-09 02:20:22] "POST /neutron/subnet HTTP/1.1" 200 828 0.158656 10.0.0.27 - - [2025-06-09 02:20:22] "POST /neutron/network HTTP/1.1" 200 1006 0.007172 10.0.0.27 - - [2025-06-09 02:20:22] "POST /id-to-fqname HTTP/1.1" 200 228 0.001243 10.0.0.27 - - [2025-06-09 02:20:22] "GET /virtual-network/be39fe68-10b7-4dd9-8a37-0e5cd93818d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.004862 10.0.0.27 - - [2025-06-09 02:20:22] "POST /neutron/network HTTP/1.1" 200 1006 0.007432 10.0.0.27 - - [2025-06-09 02:20:22] "GET /virtual-network/be39fe68-10b7-4dd9-8a37-0e5cd93818d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.004692 10.0.0.27 - - [2025-06-09 02:20:22] "POST /neutron/network HTTP/1.1" 200 1006 0.007433 10.0.0.27 - - [2025-06-09 02:20:22] "POST /neutron/subnet HTTP/1.1" 200 725 0.006596 10.0.0.27 - - [2025-06-09 02:20:22] "POST /neutron/subnet HTTP/1.1" 200 828 0.007354 10.0.0.27 - - [2025-06-09 02:20:22] "POST /fqname-to-id HTTP/1.1" 404 234 0.002400 10.0.0.27 - - [2025-06-09 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002229 10.0.0.27 - - [2025-06-09 02:20:22] "GET /projects?obj_uuids=4bce67d8-af79-4bdc-a69a-e2ee028fc87e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001195 10.0.0.27 - - [2025-06-09 02:20:22] "GET /project/4bce67d8-af79-4bdc-a69a-e2ee028fc87e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.028564 10.0.0.27 - - [2025-06-09 02:20:22] "POST /network-policys HTTP/1.1" 200 577 0.060301 10.0.0.27 - - [2025-06-09 02:20:22] "GET /network-policy/7954fcb8-c8a5-46ce-b0c5-9e32cab736fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.005161 10.0.0.27 - - [2025-06-09 02:20:23] "POST /neutron/network HTTP/1.1" 200 1006 0.008698 10.0.0.27 - - [2025-06-09 02:20:23] "POST /fqname-to-id HTTP/1.1" 404 242 0.013143 10.0.0.27 - - [2025-06-09 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005267 10.0.0.27 - - [2025-06-09 02:20:23] "GET /virtual-network/01b37457-d5b6-46f6-8160-823932bbd0ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1948 0.005512 10.0.0.27 - - [2025-06-09 02:20:23] "POST /neutron/network HTTP/1.1" 200 1114 0.064736 10.0.0.27 - - [2025-06-09 02:20:23] "POST /access-control-lists HTTP/1.1" 200 596 0.079023 10.0.0.27 - - [2025-06-09 02:20:23] "POST /neutron/network HTTP/1.1" 200 1114 0.056036 10.0.0.27 - - [2025-06-09 02:20:23] "GET /virtual-network/585f10f6-5279-4866-94f6-b8401b5652f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.006117 10.0.0.27 - - [2025-06-09 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003753 10.0.0.27 - - [2025-06-09 02:20:23] "GET /network-policy/7954fcb8-c8a5-46ce-b0c5-9e32cab736fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.003620 10.0.0.27 - - [2025-06-09 02:20:23] "POST /neutron/network HTTP/1.1" 200 1006 0.014824 10.0.0.27 - - [2025-06-09 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.008803 10.0.0.27 - - [2025-06-09 02:20:23] "POST /fqname-to-id HTTP/1.1" 404 242 0.005848 10.0.0.27 - - [2025-06-09 02:20:23] "GET /virtual-network/01b37457-d5b6-46f6-8160-823932bbd0ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1948 0.005852 10.0.0.27 - - [2025-06-09 02:20:23] "POST /neutron/network HTTP/1.1" 200 1114 0.060466 10.0.0.27 - - [2025-06-09 02:20:23] "POST /access-control-lists HTTP/1.1" 200 596 0.074020 10.0.0.27 - - [2025-06-09 02:20:23] "POST /neutron/network HTTP/1.1" 200 1114 0.049082 10.0.0.27 - - [2025-06-09 02:20:23] "GET /virtual-network/be39fe68-10b7-4dd9-8a37-0e5cd93818d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.005140 10.0.0.27 - - [2025-06-09 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002314 10.0.0.27 - - [2025-06-09 02:20:23] "POST /ref-update HTTP/1.1" 200 156 0.009722 10.0.0.27 - - [2025-06-09 02:20:23] "GET /network-policy/7954fcb8-c8a5-46ce-b0c5-9e32cab736fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.003703 10.0.0.27 - - [2025-06-09 02:20:23] "GET /domains HTTP/1.1" 401 292 0.000438 10.0.0.27 - - [2025-06-09 02:20:23] "PUT /access-control-list/b6299f84-0e03-42db-81a2-6b9c2595e4da HTTP/1.1" 200 272 0.054445 10.0.0.27 - - [2025-06-09 02:20:23] "GET /domains HTTP/1.1" 200 280 0.027338 10.0.0.27 - - [2025-06-09 02:20:23] "GET /domains?obj_uuids=02221717-eca1-43d9-adef-8bec404929db&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001081 10.0.0.27 - - [2025-06-09 02:20:23] "GET /domain/02221717-eca1-43d9-adef-8bec404929db HTTP/1.1" 200 2769 0.008432 10.0.0.27 - - [2025-06-09 02:20:23] "GET /projects?obj_uuids=4bce67d8-af79-4bdc-a69a-e2ee028fc87e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001075 10.0.0.27 - - [2025-06-09 02:20:23] "GET /project/4bce67d8-af79-4bdc-a69a-e2ee028fc87e HTTP/1.1" 200 2625 0.070995 10.0.0.27 - - [2025-06-09 02:20:23] "GET /virtual-network/585f10f6-5279-4866-94f6-b8401b5652f1 HTTP/1.1" 200 3505 0.006483 10.0.0.27 - - [2025-06-09 02:20:23] "GET /virtual-network/585f10f6-5279-4866-94f6-b8401b5652f1 HTTP/1.1" 200 3505 0.005512 10.0.0.27 - - [2025-06-09 02:20:23] "GET /routing-instance/1ea844da-75da-4cbb-8d00-8dd55d682d5e HTTP/1.1" 200 1795 0.003911 10.0.0.27 - - [2025-06-09 02:20:23] "GET /routing-instance/1ea844da-75da-4cbb-8d00-8dd55d682d5e HTTP/1.1" 200 1795 0.003691 10.0.0.27 - - [2025-06-09 02:20:24] "GET /route-target/ea9887d1-9b52-4ccd-b012-ce97235fe3b2 HTTP/1.1" 200 1213 0.003368 10.0.0.27 - - [2025-06-09 02:20:24] "GET /virtual-network/585f10f6-5279-4866-94f6-b8401b5652f1 HTTP/1.1" 200 3505 0.006515 10.0.0.27 - - [2025-06-09 02:20:24] "GET /routing-instance/1ea844da-75da-4cbb-8d00-8dd55d682d5e HTTP/1.1" 200 1795 0.004470 10.0.0.27 - - [2025-06-09 02:20:24] "GET /virtual-network/585f10f6-5279-4866-94f6-b8401b5652f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.004879 10.0.0.27 - - [2025-06-09 02:20:24] "GET /virtual-network/585f10f6-5279-4866-94f6-b8401b5652f1 HTTP/1.1" 200 3505 0.004880 10.0.0.27 - - [2025-06-09 02:20:24] "GET /routing-instance/1ea844da-75da-4cbb-8d00-8dd55d682d5e HTTP/1.1" 200 1795 0.004252 10.0.0.27 - - [2025-06-09 02:20:24] "GET /routing-instance/1ea844da-75da-4cbb-8d00-8dd55d682d5e HTTP/1.1" 200 1795 0.003821 10.0.0.27 - - [2025-06-09 02:20:24] "GET /route-target/ea9887d1-9b52-4ccd-b012-ce97235fe3b2 HTTP/1.1" 200 1213 0.003154 10.0.0.27 - - [2025-06-09 02:20:24] "GET /domains HTTP/1.1" 200 280 0.002851 10.0.0.27 - - [2025-06-09 02:20:24] "GET /domains?obj_uuids=02221717-eca1-43d9-adef-8bec404929db&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001554 10.0.0.27 - - [2025-06-09 02:20:24] "GET /domain/02221717-eca1-43d9-adef-8bec404929db HTTP/1.1" 200 2769 0.009846 10.0.0.27 - - [2025-06-09 02:20:24] "GET /projects?obj_uuids=4bce67d8-af79-4bdc-a69a-e2ee028fc87e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001114 10.0.0.27 - - [2025-06-09 02:20:24] "GET /project/4bce67d8-af79-4bdc-a69a-e2ee028fc87e HTTP/1.1" 200 2625 0.072088 10.0.0.27 - - [2025-06-09 02:20:24] "GET /virtual-network/585f10f6-5279-4866-94f6-b8401b5652f1 HTTP/1.1" 200 3505 0.004761 10.0.0.27 - - [2025-06-09 02:20:24] "GET /obj-perms HTTP/1.1" 200 5046 0.057813 10.0.0.27 - - [2025-06-09 02:20:24] "GET /domains HTTP/1.1" 200 280 0.002714 10.0.0.27 - - [2025-06-09 02:20:24] "GET /domains?obj_uuids=02221717-eca1-43d9-adef-8bec404929db&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001003 10.0.0.27 - - [2025-06-09 02:20:24] "GET /domain/02221717-eca1-43d9-adef-8bec404929db HTTP/1.1" 200 2769 0.007339 10.0.0.27 - - [2025-06-09 02:20:24] "GET /projects?obj_uuids=4bce67d8-af79-4bdc-a69a-e2ee028fc87e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002028 10.0.0.27 - - [2025-06-09 02:20:24] "GET /project/4bce67d8-af79-4bdc-a69a-e2ee028fc87e HTTP/1.1" 200 2625 0.065634 10.0.0.27 - - [2025-06-09 02:20:24] "GET /virtual-network/be39fe68-10b7-4dd9-8a37-0e5cd93818d8 HTTP/1.1" 200 3505 0.006789 10.0.0.27 - - [2025-06-09 02:20:24] "GET /virtual-network/be39fe68-10b7-4dd9-8a37-0e5cd93818d8 HTTP/1.1" 200 3505 0.004776 10.0.0.27 - - [2025-06-09 02:20:24] "GET /routing-instance/de372c90-34ed-4872-9f55-95c9f840b372 HTTP/1.1" 200 1796 0.004555 10.0.0.27 - - [2025-06-09 02:20:24] "GET /routing-instance/de372c90-34ed-4872-9f55-95c9f840b372 HTTP/1.1" 200 1796 0.004250 10.0.0.27 - - [2025-06-09 02:20:24] "GET /route-target/d7d17760-4c07-49e8-acf8-8e5566aba4bb HTTP/1.1" 200 1213 0.003851 10.0.0.27 - - [2025-06-09 02:20:24] "GET /virtual-network/be39fe68-10b7-4dd9-8a37-0e5cd93818d8 HTTP/1.1" 200 3505 0.005055 10.0.0.27 - - [2025-06-09 02:20:24] "GET /routing-instance/de372c90-34ed-4872-9f55-95c9f840b372 HTTP/1.1" 200 1796 0.004206 10.0.0.27 - - [2025-06-09 02:20:24] "GET /virtual-network/be39fe68-10b7-4dd9-8a37-0e5cd93818d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.004795 10.0.0.27 - - [2025-06-09 02:20:24] "GET /virtual-network/be39fe68-10b7-4dd9-8a37-0e5cd93818d8 HTTP/1.1" 200 3505 0.005018 10.0.0.27 - - [2025-06-09 02:20:24] "GET /routing-instance/de372c90-34ed-4872-9f55-95c9f840b372 HTTP/1.1" 200 1796 0.003464 10.0.0.27 - - [2025-06-09 02:20:24] "GET /routing-instance/de372c90-34ed-4872-9f55-95c9f840b372 HTTP/1.1" 200 1796 0.003307 10.0.0.27 - - [2025-06-09 02:20:24] "GET /route-target/d7d17760-4c07-49e8-acf8-8e5566aba4bb HTTP/1.1" 200 1213 0.003179 10.0.0.27 - - [2025-06-09 02:20:24] "GET /domains HTTP/1.1" 200 280 0.003064 10.0.0.27 - - [2025-06-09 02:20:24] "GET /domains?obj_uuids=02221717-eca1-43d9-adef-8bec404929db&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001104 10.0.0.27 - - [2025-06-09 02:20:24] "GET /domain/02221717-eca1-43d9-adef-8bec404929db HTTP/1.1" 200 2769 0.007439 10.0.0.27 - - [2025-06-09 02:20:24] "GET /projects?obj_uuids=4bce67d8-af79-4bdc-a69a-e2ee028fc87e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001469 10.0.0.27 - - [2025-06-09 02:20:24] "GET /project/4bce67d8-af79-4bdc-a69a-e2ee028fc87e HTTP/1.1" 200 2625 0.070836 10.0.0.27 - - [2025-06-09 02:20:24] "GET /virtual-network/be39fe68-10b7-4dd9-8a37-0e5cd93818d8 HTTP/1.1" 200 3505 0.004675 10.0.0.27 - - [2025-06-09 02:20:24] "GET /obj-perms HTTP/1.1" 200 5046 0.003170 10.0.0.27 - - [2025-06-09 02:20:24] "GET /virtual-network/be39fe68-10b7-4dd9-8a37-0e5cd93818d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.005332 10.0.0.27 - - [2025-06-09 02:20:24] "POST /neutron/network HTTP/1.1" 200 1114 0.007432 10.0.0.27 - - [2025-06-09 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.007252 10.0.0.27 - - [2025-06-09 02:20:24] "GET /virtual-network/01b37457-d5b6-46f6-8160-823932bbd0ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1948 0.005313 10.0.0.27 - - [2025-06-09 02:20:24] "POST /neutron/network HTTP/1.1" 200 1006 0.054396 10.0.0.27 - - [2025-06-09 02:20:25] "DELETE /access-control-list/30232be9-7d9a-47fa-a674-98898dc63bdd HTTP/1.1" 200 115 0.052717 10.0.0.27 - - [2025-06-09 02:20:25] "POST /neutron/network HTTP/1.1" 200 1006 0.016110 10.0.0.27 - - [2025-06-09 02:20:25] "POST /ref-update HTTP/1.1" 200 156 0.020473 10.0.0.27 - - [2025-06-09 02:20:25] "GET /virtual-network/be39fe68-10b7-4dd9-8a37-0e5cd93818d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.008902 10.0.0.27 - - [2025-06-09 02:20:25] "GET /virtual-network/585f10f6-5279-4866-94f6-b8401b5652f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.004789 10.0.0.27 - - [2025-06-09 02:20:25] "POST /neutron/network HTTP/1.1" 200 1114 0.009610 10.0.0.27 - - [2025-06-09 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.008417 10.0.0.27 - - [2025-06-09 02:20:25] "GET /virtual-network/01b37457-d5b6-46f6-8160-823932bbd0ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1948 0.005452 10.0.0.27 - - [2025-06-09 02:20:25] "POST /neutron/network HTTP/1.1" 200 1006 0.057186 10.0.0.27 - - [2025-06-09 02:20:25] "DELETE /access-control-list/b6299f84-0e03-42db-81a2-6b9c2595e4da HTTP/1.1" 200 115 0.036393 10.0.0.27 - - [2025-06-09 02:20:25] "POST /neutron/network HTTP/1.1" 200 1006 0.014117 10.0.0.27 - - [2025-06-09 02:20:25] "POST /ref-update HTTP/1.1" 200 156 0.024308 10.0.0.27 - - [2025-06-09 02:20:25] "GET /virtual-network/585f10f6-5279-4866-94f6-b8401b5652f1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.008543 10.0.0.27 - - [2025-06-09 02:20:25] "DELETE /network-policy/7954fcb8-c8a5-46ce-b0c5-9e32cab736fc HTTP/1.1" 200 115 0.033020 10.0.0.27 - - [2025-06-09 02:20:25] "POST /neutron/network HTTP/1.1" 200 1006 0.007000 10.0.0.27 - - [2025-06-09 02:20:25] "POST /useragent-kv HTTP/1.1" 200 115 0.004226 10.0.0.27 - - [2025-06-09 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005251 10.0.0.27 - - [2025-06-09 02:20:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003260 10.0.0.27 - - [2025-06-09 02:20:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002950 10.0.0.27 - - [2025-06-09 02:20:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002038 10.0.0.27 - - [2025-06-09 02:20:25] "POST /neutron/network HTTP/1.1" 200 151 0.102318 10.0.0.27 - - [2025-06-09 02:20:25] "DELETE /route-target/d7d17760-4c07-49e8-acf8-8e5566aba4bb HTTP/1.1" 200 115 0.024507 10.0.0.27 - - [2025-06-09 02:20:25] "GET /routing-instance/de372c90-34ed-4872-9f55-95c9f840b372 HTTP/1.1" 404 171 0.003212 10.0.0.27 - - [2025-06-09 02:20:25] "GET /domains HTTP/1.1" 200 280 0.002442 10.0.0.27 - - [2025-06-09 02:20:25] "GET /domains?obj_uuids=02221717-eca1-43d9-adef-8bec404929db&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001118 10.0.0.27 - - [2025-06-09 02:20:25] "GET /domain/02221717-eca1-43d9-adef-8bec404929db HTTP/1.1" 200 2769 0.050742 10.0.0.27 - - [2025-06-09 02:20:25] "GET /projects?obj_uuids=4bce67d8-af79-4bdc-a69a-e2ee028fc87e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001086 10.0.0.27 - - [2025-06-09 02:20:25] "GET /project/4bce67d8-af79-4bdc-a69a-e2ee028fc87e HTTP/1.1" 200 2145 0.074786 10.0.0.27 - - [2025-06-09 02:20:25] "POST /neutron/network HTTP/1.1" 200 1006 0.008102 10.0.0.27 - - [2025-06-09 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003764 10.0.0.27 - - [2025-06-09 02:20:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002190 10.0.0.27 - - [2025-06-09 02:20:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002708 10.0.0.27 - - [2025-06-09 02:20:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002325 10.0.0.27 - - [2025-06-09 02:20:25] "POST /useragent-kv HTTP/1.1" 200 115 0.001983 10.0.0.27 - - [2025-06-09 02:20:25] "POST /neutron/network HTTP/1.1" 200 151 0.090718 10.0.0.27 - - [2025-06-09 02:20:25] "DELETE /route-target/ea9887d1-9b52-4ccd-b012-ce97235fe3b2 HTTP/1.1" 200 115 0.024535 10.0.0.27 - - [2025-06-09 02:20:25] "GET /routing-instance/1ea844da-75da-4cbb-8d00-8dd55d682d5e HTTP/1.1" 404 171 0.002309 10.0.0.27 - - [2025-06-09 02:20:25] "GET /domains HTTP/1.1" 200 280 0.002405 10.0.0.27 - - [2025-06-09 02:20:25] "GET /domains?obj_uuids=02221717-eca1-43d9-adef-8bec404929db&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001140 10.0.0.27 - - [2025-06-09 02:20:25] "GET /domain/02221717-eca1-43d9-adef-8bec404929db HTTP/1.1" 200 2769 0.054448 10.0.0.27 - - [2025-06-09 02:20:25] "GET /projects?obj_uuids=4bce67d8-af79-4bdc-a69a-e2ee028fc87e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001218 10.0.0.27 - - [2025-06-09 02:20:25] "GET /project/4bce67d8-af79-4bdc-a69a-e2ee028fc87e HTTP/1.1" 200 1900 0.072377 10.0.0.27 - - [2025-06-09 02:20:26] "GET /projects?obj_uuids=4bce67d8-af79-4bdc-a69a-e2ee028fc87e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001166 10.0.0.27 - - [2025-06-09 02:20:26] "GET /project/4bce67d8-af79-4bdc-a69a-e2ee028fc87e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.030584 10.0.0.27 - - [2025-06-09 02:20:26] "GET /projects?obj_uuids=4bce67d8-af79-4bdc-a69a-e2ee028fc87e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001544 10.0.0.27 - - [2025-06-09 02:20:26] "GET /project/4bce67d8-af79-4bdc-a69a-e2ee028fc87e?fields=virtual_networks HTTP/1.1" 200 1048 0.069489 10.0.0.27 - - [2025-06-09 02:20:26] "GET /projects?obj_uuids=4bce67d8-af79-4bdc-a69a-e2ee028fc87e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001106 10.0.0.27 - - [2025-06-09 02:20:26] "GET /project/4bce67d8-af79-4bdc-a69a-e2ee028fc87e?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.025746 10.0.0.27 - - [2025-06-09 02:20:26] "GET /projects?obj_uuids=4bce67d8-af79-4bdc-a69a-e2ee028fc87e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001128 10.0.0.27 - - [2025-06-09 02:20:26] "GET /project/4bce67d8-af79-4bdc-a69a-e2ee028fc87e?fields=security_groups HTTP/1.1" 200 1282 0.029545 10.0.0.27 - - [2025-06-09 02:20:27] "POST /fqname-to-id HTTP/1.1" 404 190 0.056011 10.0.0.27 - - [2025-06-09 02:20:27] "GET /projects?obj_uuids=7b5de380-4bda-4b92-a872-bb98d0af2b3f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002540 10.0.0.27 - - [2025-06-09 02:20:27] "GET /domains?obj_uuids=02221717-eca1-43d9-adef-8bec404929db&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001619 10.0.0.27 - - [2025-06-09 02:20:27] "GET /domain/02221717-eca1-43d9-adef-8bec404929db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008811 10.0.0.27 - - [2025-06-09 02:20:27] "POST /id-to-fqname HTTP/1.1" 200 192 0.001563 10.0.0.27 - - [2025-06-09 02:20:27] "POST /fqname-to-id HTTP/1.1" 404 201 0.003323 10.0.0.27 - - [2025-06-09 02:20:27] "POST /security-groups HTTP/1.1" 200 593 0.067646 10.0.0.27 - - [2025-06-09 02:20:27] "POST /fqname-to-id HTTP/1.1" 404 236 0.002912 10.0.0.27 - - [2025-06-09 02:20:27] "POST /projects HTTP/1.1" 200 589 0.235375 10.0.0.27 - - [2025-06-09 02:20:27] "POST /access-control-lists HTTP/1.1" 200 598 0.061668 10.0.0.27 - - [2025-06-09 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.310796 10.0.0.27 - - [2025-06-09 02:20:27] "POST /fqname-to-id HTTP/1.1" 404 235 0.002852 10.0.0.27 - - [2025-06-09 02:20:27] "GET /project/7b5de380-4bda-4b92-a872-bb98d0af2b3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.436085 10.0.0.27 - - [2025-06-09 02:20:27] "POST /access-control-lists HTTP/1.1" 200 596 0.059518 10.0.0.27 - - [2025-06-09 02:20:28] "GET / HTTP/1.1" 200 35931 0.001988 10.0.0.27 - - [2025-06-09 02:20:29] "POST /fqname-to-id HTTP/1.1" 401 292 0.000469 10.0.0.27 - - [2025-06-09 02:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.063309 10.0.0.27 - - [2025-06-09 02:20:29] "GET /projects?obj_uuids=7b5de380-4bda-4b92-a872-bb98d0af2b3f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001116 10.0.0.27 - - [2025-06-09 02:20:29] "GET /project/7b5de380-4bda-4b92-a872-bb98d0af2b3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.022142 10.0.0.27 - - [2025-06-09 02:20:29] "POST /neutron/network HTTP/1.1" 200 117 0.031330 10.0.0.27 - - [2025-06-09 02:20:29] "GET /projects?obj_uuids=7b5de380-4bda-4b92-a872-bb98d0af2b3f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001510 10.0.0.27 - - [2025-06-09 02:20:30] "POST /neutron/network HTTP/1.1" 200 607 0.086726 10.0.0.27 - - [2025-06-09 02:20:30] "POST /route-targets HTTP/1.1" 200 327 0.011357 10.0.0.27 - - [2025-06-09 02:20:30] "POST /ref-update HTTP/1.1" 200 156 0.013800 10.0.0.27 - - [2025-06-09 02:20:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003628 10.0.0.27 - - [2025-06-09 02:20:30] "POST /neutron/subnet HTTP/1.1" 200 725 0.148961 10.0.0.27 - - [2025-06-09 02:20:30] "POST /neutron/network HTTP/1.1" 200 826 0.006798 10.0.0.27 - - [2025-06-09 02:20:30] "POST /id-to-fqname HTTP/1.1" 200 222 0.001688 10.0.0.27 - - [2025-06-09 02:20:30] "GET /virtual-network/23850911-c982-4a3c-8857-5dfcf9642cf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005505 10.0.0.27 - - [2025-06-09 02:20:30] "POST /neutron/network HTTP/1.1" 200 826 0.006068 10.0.0.27 - - [2025-06-09 02:20:30] "GET /virtual-network/23850911-c982-4a3c-8857-5dfcf9642cf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005507 10.0.0.27 - - [2025-06-09 02:20:30] "POST /neutron/network HTTP/1.1" 200 826 0.006316 10.0.0.27 - - [2025-06-09 02:20:30] "POST /neutron/subnet HTTP/1.1" 200 725 0.008333 10.0.0.27 - - [2025-06-09 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.27 - - [2025-06-09 02:20:30] "GET /projects?obj_uuids=7b5de380-4bda-4b92-a872-bb98d0af2b3f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001190 10.0.0.27 - - [2025-06-09 02:20:30] "GET /project/7b5de380-4bda-4b92-a872-bb98d0af2b3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.030696 10.0.0.27 - - [2025-06-09 02:20:30] "POST /neutron/network HTTP/1.1" 200 117 0.010044 10.0.0.27 - - [2025-06-09 02:20:30] "GET /projects?obj_uuids=7b5de380-4bda-4b92-a872-bb98d0af2b3f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001185 10.0.0.27 - - [2025-06-09 02:20:30] "POST /neutron/network HTTP/1.1" 200 607 0.077763 10.0.0.27 - - [2025-06-09 02:20:30] "POST /route-targets HTTP/1.1" 200 327 0.011685 10.0.0.27 - - [2025-06-09 02:20:30] "POST /ref-update HTTP/1.1" 200 156 0.010753 10.0.0.27 - - [2025-06-09 02:20:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002613 10.0.0.27 - - [2025-06-09 02:20:30] "POST /neutron/subnet HTTP/1.1" 200 715 0.160645 10.0.0.27 - - [2025-06-09 02:20:30] "POST /neutron/network HTTP/1.1" 200 824 0.005992 10.0.0.27 - - [2025-06-09 02:20:30] "POST /id-to-fqname HTTP/1.1" 200 222 0.001362 10.0.0.27 - - [2025-06-09 02:20:30] "GET /virtual-network/19b78805-9c4c-4ab7-bc5d-98b4347e3b76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005181 10.0.0.27 - - [2025-06-09 02:20:30] "POST /neutron/network HTTP/1.1" 200 824 0.006291 10.0.0.27 - - [2025-06-09 02:20:30] "GET /virtual-network/19b78805-9c4c-4ab7-bc5d-98b4347e3b76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.004960 10.0.0.27 - - [2025-06-09 02:20:30] "POST /neutron/network HTTP/1.1" 200 824 0.005917 10.0.0.27 - - [2025-06-09 02:20:30] "POST /neutron/subnet HTTP/1.1" 200 715 0.007277 10.0.0.27 - - [2025-06-09 02:20:31] "POST /fqname-to-id HTTP/1.1" 404 228 0.002859 10.0.0.27 - - [2025-06-09 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.27 - - [2025-06-09 02:20:31] "GET /projects?obj_uuids=7b5de380-4bda-4b92-a872-bb98d0af2b3f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001760 10.0.0.27 - - [2025-06-09 02:20:31] "GET /project/7b5de380-4bda-4b92-a872-bb98d0af2b3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.039738 10.0.0.27 - - [2025-06-09 02:20:31] "POST /network-policys HTTP/1.1" 200 571 0.034198 10.0.0.27 - - [2025-06-09 02:20:31] "GET /network-policy/12ef5798-88a1-4b3d-a83f-e8d1054f1fc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.005290 10.0.0.27 - - [2025-06-09 02:20:31] "POST /neutron/network HTTP/1.1" 200 826 0.005487 10.0.0.27 - - [2025-06-09 02:20:31] "POST /fqname-to-id HTTP/1.1" 404 236 0.005460 10.0.0.27 - - [2025-06-09 02:20:31] "POST /neutron/network HTTP/1.1" 200 928 0.056184 10.0.0.27 - - [2025-06-09 02:20:31] "POST /neutron/network HTTP/1.1" 200 928 0.037954 10.0.0.27 - - [2025-06-09 02:20:31] "POST /access-control-lists HTTP/1.1" 200 590 0.071376 10.0.0.27 - - [2025-06-09 02:20:31] "GET /virtual-network/23850911-c982-4a3c-8857-5dfcf9642cf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.006420 10.0.0.27 - - [2025-06-09 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.27 - - [2025-06-09 02:20:31] "GET /network-policy/12ef5798-88a1-4b3d-a83f-e8d1054f1fc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.003567 10.0.0.27 - - [2025-06-09 02:20:31] "POST /neutron/network HTTP/1.1" 200 824 0.006458 10.0.0.27 - - [2025-06-09 02:20:31] "PUT /access-control-list/74b222a1-7fcf-406e-9656-f22269e92553 HTTP/1.1" 200 272 0.062376 10.0.0.27 - - [2025-06-09 02:20:31] "POST /neutron/network HTTP/1.1" 200 926 0.095959 10.0.0.27 - - [2025-06-09 02:20:31] "POST /fqname-to-id HTTP/1.1" 404 236 0.003944 10.0.0.27 - - [2025-06-09 02:20:31] "POST /neutron/network HTTP/1.1" 200 926 0.006586 10.0.0.27 - - [2025-06-09 02:20:31] "GET /virtual-network/19b78805-9c4c-4ab7-bc5d-98b4347e3b76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.005187 10.0.0.27 - - [2025-06-09 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002835 10.0.0.27 - - [2025-06-09 02:20:31] "GET /network-policy/12ef5798-88a1-4b3d-a83f-e8d1054f1fc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.025091 10.0.0.27 - - [2025-06-09 02:20:31] "POST /access-control-lists HTTP/1.1" 200 590 0.062242 10.0.0.27 - - [2025-06-09 02:20:31] "GET /domains HTTP/1.1" 401 292 0.000467 10.0.0.27 - - [2025-06-09 02:20:31] "POST /ref-update HTTP/1.1" 200 156 0.009607 10.0.0.27 - - [2025-06-09 02:20:32] "GET /domains HTTP/1.1" 200 280 0.023568 10.0.0.27 - - [2025-06-09 02:20:32] "GET /domains?obj_uuids=02221717-eca1-43d9-adef-8bec404929db&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001148 10.0.0.27 - - [2025-06-09 02:20:32] "GET /domain/02221717-eca1-43d9-adef-8bec404929db HTTP/1.1" 200 2957 0.008476 10.0.0.27 - - [2025-06-09 02:20:32] "GET /projects?obj_uuids=7b5de380-4bda-4b92-a872-bb98d0af2b3f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001080 10.0.0.27 - - [2025-06-09 02:20:32] "GET /project/7b5de380-4bda-4b92-a872-bb98d0af2b3f HTTP/1.1" 200 2571 0.068180 10.0.0.27 - - [2025-06-09 02:20:32] "GET /virtual-network/23850911-c982-4a3c-8857-5dfcf9642cf0 HTTP/1.1" 200 2890 0.006136 10.0.0.27 - - [2025-06-09 02:20:32] "GET /virtual-network/23850911-c982-4a3c-8857-5dfcf9642cf0 HTTP/1.1" 200 2890 0.004789 10.0.0.27 - - [2025-06-09 02:20:32] "GET /routing-instance/31409ec1-5ce4-4ea6-b811-bbc4cadc9f60 HTTP/1.1" 200 1783 0.003667 10.0.0.27 - - [2025-06-09 02:20:32] "GET /routing-instance/31409ec1-5ce4-4ea6-b811-bbc4cadc9f60 HTTP/1.1" 200 1783 0.003523 10.0.0.27 - - [2025-06-09 02:20:32] "GET /route-target/c7df8c55-7754-448f-911d-6afff73a634b HTTP/1.1" 200 1207 0.003320 10.0.0.27 - - [2025-06-09 02:20:32] "GET /virtual-network/23850911-c982-4a3c-8857-5dfcf9642cf0 HTTP/1.1" 200 2890 0.004666 10.0.0.27 - - [2025-06-09 02:20:32] "GET /routing-instance/31409ec1-5ce4-4ea6-b811-bbc4cadc9f60 HTTP/1.1" 200 1783 0.003600 10.0.0.27 - - [2025-06-09 02:20:32] "GET /virtual-network/23850911-c982-4a3c-8857-5dfcf9642cf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005257 10.0.0.27 - - [2025-06-09 02:20:32] "GET /virtual-network/23850911-c982-4a3c-8857-5dfcf9642cf0 HTTP/1.1" 200 2890 0.005176 10.0.0.27 - - [2025-06-09 02:20:32] "GET /routing-instance/31409ec1-5ce4-4ea6-b811-bbc4cadc9f60 HTTP/1.1" 200 1783 0.003583 10.0.0.27 - - [2025-06-09 02:20:32] "GET /routing-instance/31409ec1-5ce4-4ea6-b811-bbc4cadc9f60 HTTP/1.1" 200 1783 0.003121 10.0.0.27 - - [2025-06-09 02:20:32] "GET /route-target/c7df8c55-7754-448f-911d-6afff73a634b HTTP/1.1" 200 1207 0.002996 10.0.0.27 - - [2025-06-09 02:20:32] "GET /domains HTTP/1.1" 200 280 0.002579 10.0.0.27 - - [2025-06-09 02:20:32] "GET /domains?obj_uuids=02221717-eca1-43d9-adef-8bec404929db&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001051 10.0.0.27 - - [2025-06-09 02:20:32] "GET /domain/02221717-eca1-43d9-adef-8bec404929db HTTP/1.1" 200 2957 0.006940 10.0.0.27 - - [2025-06-09 02:20:32] "GET /projects?obj_uuids=7b5de380-4bda-4b92-a872-bb98d0af2b3f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001169 10.0.0.27 - - [2025-06-09 02:20:32] "GET /project/7b5de380-4bda-4b92-a872-bb98d0af2b3f HTTP/1.1" 200 2571 0.069037 10.0.0.27 - - [2025-06-09 02:20:32] "GET /virtual-network/23850911-c982-4a3c-8857-5dfcf9642cf0 HTTP/1.1" 200 2890 0.004652 10.0.0.27 - - [2025-06-09 02:20:32] "GET /obj-perms HTTP/1.1" 200 5034 0.048710 10.0.0.27 - - [2025-06-09 02:20:32] "GET /domains HTTP/1.1" 200 280 0.002904 10.0.0.27 - - [2025-06-09 02:20:32] "GET /domains?obj_uuids=02221717-eca1-43d9-adef-8bec404929db&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001043 10.0.0.27 - - [2025-06-09 02:20:32] "GET /domain/02221717-eca1-43d9-adef-8bec404929db HTTP/1.1" 200 2957 0.006939 10.0.0.27 - - [2025-06-09 02:20:32] "GET /projects?obj_uuids=7b5de380-4bda-4b92-a872-bb98d0af2b3f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001039 10.0.0.27 - - [2025-06-09 02:20:32] "GET /project/7b5de380-4bda-4b92-a872-bb98d0af2b3f HTTP/1.1" 200 2571 0.069686 10.0.0.27 - - [2025-06-09 02:20:32] "GET /virtual-network/19b78805-9c4c-4ab7-bc5d-98b4347e3b76 HTTP/1.1" 200 2885 0.007037 10.0.0.27 - - [2025-06-09 02:20:32] "GET /virtual-network/19b78805-9c4c-4ab7-bc5d-98b4347e3b76 HTTP/1.1" 200 2885 0.004534 10.0.0.27 - - [2025-06-09 02:20:32] "GET /routing-instance/bd808279-8c9e-4cd3-ac48-0729d4cad3e0 HTTP/1.1" 200 1784 0.003055 10.0.0.27 - - [2025-06-09 02:20:32] "GET /routing-instance/bd808279-8c9e-4cd3-ac48-0729d4cad3e0 HTTP/1.1" 200 1784 0.002955 10.0.0.27 - - [2025-06-09 02:20:32] "GET /route-target/215a665e-a0b8-45ec-9ee7-16632f3a2e44 HTTP/1.1" 200 1206 0.002913 10.0.0.27 - - [2025-06-09 02:20:32] "GET /virtual-network/19b78805-9c4c-4ab7-bc5d-98b4347e3b76 HTTP/1.1" 200 2885 0.004567 10.0.0.27 - - [2025-06-09 02:20:32] "GET /routing-instance/bd808279-8c9e-4cd3-ac48-0729d4cad3e0 HTTP/1.1" 200 1784 0.003807 10.0.0.27 - - [2025-06-09 02:20:32] "GET /virtual-network/19b78805-9c4c-4ab7-bc5d-98b4347e3b76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.004796 10.0.0.27 - - [2025-06-09 02:20:32] "GET /virtual-network/19b78805-9c4c-4ab7-bc5d-98b4347e3b76 HTTP/1.1" 200 2885 0.005351 10.0.0.27 - - [2025-06-09 02:20:32] "GET /routing-instance/bd808279-8c9e-4cd3-ac48-0729d4cad3e0 HTTP/1.1" 200 1784 0.004009 10.0.0.27 - - [2025-06-09 02:20:32] "GET /routing-instance/bd808279-8c9e-4cd3-ac48-0729d4cad3e0 HTTP/1.1" 200 1784 0.003483 10.0.0.27 - - [2025-06-09 02:20:32] "GET /route-target/215a665e-a0b8-45ec-9ee7-16632f3a2e44 HTTP/1.1" 200 1206 0.003212 10.0.0.27 - - [2025-06-09 02:20:32] "GET /domains HTTP/1.1" 200 280 0.002677 10.0.0.27 - - [2025-06-09 02:20:32] "GET /domains?obj_uuids=02221717-eca1-43d9-adef-8bec404929db&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001364 10.0.0.27 - - [2025-06-09 02:20:32] "GET /domain/02221717-eca1-43d9-adef-8bec404929db HTTP/1.1" 200 2957 0.007299 10.0.0.27 - - [2025-06-09 02:20:33] "GET /projects?obj_uuids=7b5de380-4bda-4b92-a872-bb98d0af2b3f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001083 10.0.0.27 - - [2025-06-09 02:20:33] "GET /project/7b5de380-4bda-4b92-a872-bb98d0af2b3f HTTP/1.1" 200 2571 0.073602 10.0.0.27 - - [2025-06-09 02:20:33] "GET /virtual-network/19b78805-9c4c-4ab7-bc5d-98b4347e3b76 HTTP/1.1" 200 2885 0.006287 10.0.0.27 - - [2025-06-09 02:20:33] "GET /obj-perms HTTP/1.1" 200 5034 0.003225 10.0.0.27 - - [2025-06-09 02:20:33] "POST /id-to-fqname HTTP/1.1" 200 222 0.001541 10.0.0.27 - - [2025-06-09 02:20:33] "POST /neutron/network HTTP/1.1" 200 938 0.006125 10.0.0.27 - - [2025-06-09 02:20:33] "GET /aaa-mode HTTP/1.1" 401 292 0.000418 10.0.0.27 - - [2025-06-09 02:20:33] "GET / HTTP/1.1" 200 35931 0.001628 10.0.0.27 - - [2025-06-09 02:20:33] "GET /project/7b5de380-4bda-4b92-a872-bb98d0af2b3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000599 10.0.0.27 - - [2025-06-09 02:20:33] "GET /projects?obj_uuids=7b5de380-4bda-4b92-a872-bb98d0af2b3f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001251 10.0.0.27 - - [2025-06-09 02:20:34] "GET /project/7b5de380-4bda-4b92-a872-bb98d0af2b3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.050887 10.0.0.27 - - [2025-06-09 02:20:34] "POST /neutron/network HTTP/1.1" 200 928 0.005634 10.0.0.27 - - [2025-06-09 02:20:34] "POST /neutron/port HTTP/1.1" 200 117 0.005065 10.0.0.27 - - [2025-06-09 02:20:34] "POST /neutron/port HTTP/1.1" 200 117 0.005271 10.0.0.27 - - [2025-06-09 02:20:34] "POST /id-to-fqname HTTP/1.1" 200 222 0.001367 10.0.0.27 - - [2025-06-09 02:20:34] "POST /neutron/port HTTP/1.1" 200 117 0.005209 10.0.0.27 - - [2025-06-09 02:20:34] "POST /neutron/network HTTP/1.1" 200 936 0.007148 10.0.0.27 - - [2025-06-09 02:20:34] "GET /aaa-mode HTTP/1.1" 401 292 0.000486 10.0.0.27 - - [2025-06-09 02:20:34] "POST /neutron/network HTTP/1.1" 200 938 0.007269 10.0.0.27 - - [2025-06-09 02:20:34] "GET /projects?obj_uuids=7b5de380-4bda-4b92-a872-bb98d0af2b3f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001405 10.0.0.27 - - [2025-06-09 02:20:34] "GET / HTTP/1.1" 200 35931 0.003959 10.0.0.27 - - [2025-06-09 02:20:34] "GET /project/7b5de380-4bda-4b92-a872-bb98d0af2b3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000576 10.0.0.27 - - [2025-06-09 02:20:34] "POST /neutron/port HTTP/1.1" 200 1062 0.211592 10.0.0.27 - - [2025-06-09 02:20:34] "POST /neutron/port HTTP/1.1" 200 1062 0.009403 10.0.0.27 - - [2025-06-09 02:20:34] "POST /neutron/port HTTP/1.1" 200 1062 0.009059 10.0.0.27 - - [2025-06-09 02:20:34] "POST /neutron/port HTTP/1.1" 200 1116 0.071331 10.0.0.27 - - [2025-06-09 02:20:34] "POST /neutron/port HTTP/1.1" 200 1090 0.014901 10.0.0.27 - - [2025-06-09 02:20:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003656 10.0.0.27 - - [2025-06-09 02:20:34] "POST /neutron/subnet HTTP/1.1" 200 699 0.011370 10.0.0.27 - - [2025-06-09 02:20:34] "POST /neutron/port HTTP/1.1" 200 117 0.001264 10.0.0.27 - - [2025-06-09 02:20:34] "POST /neutron/network HTTP/1.1" 200 928 0.006173 10.0.0.27 - - [2025-06-09 02:20:35] "GET /projects?obj_uuids=7b5de380-4bda-4b92-a872-bb98d0af2b3f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001449 10.0.0.27 - - [2025-06-09 02:20:35] "GET /project/7b5de380-4bda-4b92-a872-bb98d0af2b3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.058135 10.0.0.27 - - [2025-06-09 02:20:35] "POST /neutron/network HTTP/1.1" 200 926 0.005150 10.0.0.27 - - [2025-06-09 02:20:35] "POST /neutron/port HTTP/1.1" 200 1090 0.024216 10.0.0.27 - - [2025-06-09 02:20:35] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008617 10.0.0.27 - - [2025-06-09 02:20:35] "POST /neutron/port HTTP/1.1" 200 117 0.006235 10.0.0.27 - - [2025-06-09 02:20:35] "POST /neutron/port HTTP/1.1" 200 1090 0.017515 10.0.0.27 - - [2025-06-09 02:20:35] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007596 10.0.0.27 - - [2025-06-09 02:20:35] "POST /neutron/network HTTP/1.1" 200 936 0.006416 10.0.0.27 - - [2025-06-09 02:20:35] "GET /projects?obj_uuids=7b5de380-4bda-4b92-a872-bb98d0af2b3f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001269 10.0.0.27 - - [2025-06-09 02:20:35] "PUT /access-control-list/52e41f4e-44da-4e73-acaa-34b943445f6f HTTP/1.1" 200 272 0.056496 10.0.0.27 - - [2025-06-09 02:20:36] "POST /neutron/port HTTP/1.1" 200 1060 0.296896 10.0.0.27 - - [2025-06-09 02:20:36] "POST /neutron/port HTTP/1.1" 200 1060 0.008995 10.0.0.27 - - [2025-06-09 02:20:36] "POST /neutron/port HTTP/1.1" 200 1060 0.009491 10.0.0.27 - - [2025-06-09 02:20:36] "POST /neutron/port HTTP/1.1" 200 1114 0.089495 10.0.0.27 - - [2025-06-09 02:20:36] "POST /neutron/port HTTP/1.1" 200 1088 0.015919 10.0.0.27 - - [2025-06-09 02:20:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003368 10.0.0.27 - - [2025-06-09 02:20:36] "POST /neutron/subnet HTTP/1.1" 200 689 0.011308 10.0.0.27 - - [2025-06-09 02:20:36] "POST /neutron/port HTTP/1.1" 200 117 0.001278 10.0.0.27 - - [2025-06-09 02:20:36] "POST /neutron/network HTTP/1.1" 200 926 0.006083 10.0.0.27 - - [2025-06-09 02:20:40] "POST /neutron/port HTTP/1.1" 200 1090 0.016176 10.0.0.27 - - [2025-06-09 02:20:40] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006680 10.0.0.27 - - [2025-06-09 02:20:40] "POST /neutron/port HTTP/1.1" 200 1090 0.016660 10.0.0.27 - - [2025-06-09 02:20:40] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006202 10.0.0.27 - - [2025-06-09 02:20:40] "POST /neutron/port HTTP/1.1" 200 1090 0.015929 10.0.0.27 - - [2025-06-09 02:20:40] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006476 10.0.0.27 - - [2025-06-09 02:20:40] "GET /virtual-machine/331b157f-3b95-47e0-aad4-c28e01790347 HTTP/1.1" 200 1294 0.004690 10.0.0.27 - - [2025-06-09 02:20:40] "GET /virtual-machine-interface/aab097cb-7381-48b6-8198-b211743fbcc1 HTTP/1.1" 200 2951 0.004910 10.0.0.27 - - [2025-06-09 02:20:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003028 10.0.0.27 - - [2025-06-09 02:20:40] "GET /global-vrouter-config/2251acbc-ad00-4917-afe1-1ebc81fd9eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003379 10.0.0.27 - - [2025-06-09 02:20:40] "GET /virtual-networks?parent_id=7b5de380-4bda-4b92-a872-bb98d0af2b3f&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003692 10.0.0.27 - - [2025-06-09 02:20:40] "GET /virtual-network/23850911-c982-4a3c-8857-5dfcf9642cf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.007362 10.0.0.27 - - [2025-06-09 02:20:43] "POST /neutron/port HTTP/1.1" 200 1090 0.015637 10.0.0.27 - - [2025-06-09 02:20:43] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006118 10.0.0.27 - - [2025-06-09 02:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002966 10.0.0.27 - - [2025-06-09 02:20:43] "GET /virtual-network/23850911-c982-4a3c-8857-5dfcf9642cf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005342 10.0.0.27 - - [2025-06-09 02:20:45] "POST /neutron/port HTTP/1.1" 200 1088 0.018713 10.0.0.27 - - [2025-06-09 02:20:45] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007429 10.0.0.27 - - [2025-06-09 02:20:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.27 - - [2025-06-09 02:20:46] "GET /global-vrouter-config/2251acbc-ad00-4917-afe1-1ebc81fd9eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004459 10.0.0.27 - - [2025-06-09 02:20:46] "GET /virtual-networks?parent_id=7b5de380-4bda-4b92-a872-bb98d0af2b3f&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003718 10.0.0.27 - - [2025-06-09 02:20:46] "GET /virtual-network/23850911-c982-4a3c-8857-5dfcf9642cf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005443 10.0.0.27 - - [2025-06-09 02:20:46] "POST /neutron/port HTTP/1.1" 200 1090 0.018972 10.0.0.27 - - [2025-06-09 02:20:46] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008546 10.0.0.27 - - [2025-06-09 02:20:51] "POST /neutron/port HTTP/1.1" 200 1088 0.020346 10.0.0.27 - - [2025-06-09 02:20:51] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006660 10.0.0.27 - - [2025-06-09 02:20:51] "POST /neutron/port HTTP/1.1" 200 1088 0.015893 10.0.0.27 - - [2025-06-09 02:20:51] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009444 10.0.0.27 - - [2025-06-09 02:20:51] "POST /neutron/port HTTP/1.1" 200 1088 0.015240 10.0.0.27 - - [2025-06-09 02:20:51] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007293 10.0.0.27 - - [2025-06-09 02:20:51] "GET /virtual-machine/d0ac9b33-4259-434a-8d43-32d8726e7b2f HTTP/1.1" 200 1295 0.005607 10.0.0.27 - - [2025-06-09 02:20:51] "GET /virtual-machine-interface/7528f5b5-e203-4bfa-b223-b9f7b9c4ba37 HTTP/1.1" 200 2951 0.005055 10.0.0.27 - - [2025-06-09 02:20:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.27 - - [2025-06-09 02:20:51] "GET /global-vrouter-config/2251acbc-ad00-4917-afe1-1ebc81fd9eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003353 10.0.0.27 - - [2025-06-09 02:20:51] "GET /virtual-networks?parent_id=7b5de380-4bda-4b92-a872-bb98d0af2b3f&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003398 10.0.0.27 - - [2025-06-09 02:20:51] "GET /virtual-network/19b78805-9c4c-4ab7-bc5d-98b4347e3b76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.005819 10.0.0.27 - - [2025-06-09 02:20:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.27 - - [2025-06-09 02:20:53] "GET /global-vrouter-config/2251acbc-ad00-4917-afe1-1ebc81fd9eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003381 10.0.0.27 - - [2025-06-09 02:20:53] "GET /virtual-networks?parent_id=7b5de380-4bda-4b92-a872-bb98d0af2b3f&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003170 10.0.0.27 - - [2025-06-09 02:20:53] "GET /virtual-network/19b78805-9c4c-4ab7-bc5d-98b4347e3b76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.005360 10.0.0.27 - - [2025-06-09 02:20:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.27 - - [2025-06-09 02:20:57] "GET /projects?obj_uuids=7b5de380-4bda-4b92-a872-bb98d0af2b3f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001181 10.0.0.27 - - [2025-06-09 02:20:57] "GET /project/7b5de380-4bda-4b92-a872-bb98d0af2b3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.026911 10.0.0.27 - - [2025-06-09 02:20:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.27 - - [2025-06-09 02:20:57] "PUT /network-policy/12ef5798-88a1-4b3d-a83f-e8d1054f1fc8 HTTP/1.1" 200 262 0.010794 10.0.0.27 - - [2025-06-09 02:20:58] "PUT /access-control-list/74b222a1-7fcf-406e-9656-f22269e92553 HTTP/1.1" 200 272 0.051598 10.0.0.27 - - [2025-06-09 02:20:58] "POST /ref-update HTTP/1.1" 200 156 0.012581 10.0.0.27 - - [2025-06-09 02:20:58] "PUT /access-control-list/52e41f4e-44da-4e73-acaa-34b943445f6f HTTP/1.1" 200 272 0.053416 10.0.0.27 - - [2025-06-09 02:20:58] "POST /ref-update HTTP/1.1" 200 156 0.012011 10.0.0.27 - - [2025-06-09 02:21:00] "GET /virtual-network/19b78805-9c4c-4ab7-bc5d-98b4347e3b76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.006377 10.0.0.27 - - [2025-06-09 02:21:00] "POST /neutron/network HTTP/1.1" 200 926 0.006647 10.0.0.27 - - [2025-06-09 02:21:00] "POST /neutron/network HTTP/1.1" 200 824 0.045696 10.0.0.27 - - [2025-06-09 02:21:01] "DELETE /access-control-list/52e41f4e-44da-4e73-acaa-34b943445f6f HTTP/1.1" 200 115 0.037808 10.0.0.27 - - [2025-06-09 02:21:01] "POST /neutron/network HTTP/1.1" 200 824 0.013305 10.0.0.27 - - [2025-06-09 02:21:01] "GET /virtual-network/19b78805-9c4c-4ab7-bc5d-98b4347e3b76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005439 10.0.0.27 - - [2025-06-09 02:21:01] "GET /virtual-network/23850911-c982-4a3c-8857-5dfcf9642cf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005346 10.0.0.27 - - [2025-06-09 02:21:01] "POST /neutron/network HTTP/1.1" 200 928 0.007014 10.0.0.27 - - [2025-06-09 02:21:01] "POST /neutron/network HTTP/1.1" 200 826 0.071017 10.0.0.27 - - [2025-06-09 02:21:01] "DELETE /access-control-list/74b222a1-7fcf-406e-9656-f22269e92553 HTTP/1.1" 200 115 0.049147 10.0.0.27 - - [2025-06-09 02:21:01] "POST /neutron/network HTTP/1.1" 200 826 0.015362 10.0.0.27 - - [2025-06-09 02:21:01] "GET /virtual-network/23850911-c982-4a3c-8857-5dfcf9642cf0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006492 10.0.0.27 - - [2025-06-09 02:21:01] "DELETE /network-policy/12ef5798-88a1-4b3d-a83f-e8d1054f1fc8 HTTP/1.1" 200 115 0.026267 10.0.0.27 - - [2025-06-09 02:21:01] "POST /neutron/network HTTP/1.1" 200 824 0.008301 10.0.0.27 - - [2025-06-09 02:21:01] "POST /neutron/network HTTP/1.1" 400 204 0.014356 10.0.0.27 - - [2025-06-09 02:21:01] "POST /neutron/port HTTP/1.1" 200 1088 0.016654 10.0.0.27 - - [2025-06-09 02:21:01] "POST /neutron/port HTTP/1.1" 200 1114 0.010186 10.0.0.27 - - [2025-06-09 02:21:01] "POST /neutron/port HTTP/1.1" 200 1090 0.023231 10.0.0.27 - - [2025-06-09 02:21:01] "POST /neutron/port HTTP/1.1" 200 1116 0.012954 10.0.0.27 - - [2025-06-09 02:21:01] "POST /neutron/port HTTP/1.1" 200 151 0.134104 10.0.0.27 - - [2025-06-09 02:21:01] "POST /neutron/port HTTP/1.1" 200 151 0.148851 10.0.0.27 - - [2025-06-09 02:21:03] "POST /neutron/network HTTP/1.1" 200 824 0.005705 10.0.0.27 - - [2025-06-09 02:21:03] "POST /useragent-kv HTTP/1.1" 200 115 0.002451 10.0.0.27 - - [2025-06-09 02:21:03] "POST /useragent-kv HTTP/1.1" 200 115 0.003448 10.0.0.27 - - [2025-06-09 02:21:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.27 - - [2025-06-09 02:21:03] "POST /neutron/network HTTP/1.1" 200 151 0.088023 10.0.0.27 - - [2025-06-09 02:21:03] "GET /routing-instance/bd808279-8c9e-4cd3-ac48-0729d4cad3e0 HTTP/1.1" 404 171 0.003960 10.0.0.27 - - [2025-06-09 02:21:03] "DELETE /route-target/215a665e-a0b8-45ec-9ee7-16632f3a2e44 HTTP/1.1" 200 115 0.020030 10.0.0.27 - - [2025-06-09 02:21:03] "GET /domains HTTP/1.1" 200 280 0.002612 10.0.0.27 - - [2025-06-09 02:21:03] "GET /domains?obj_uuids=02221717-eca1-43d9-adef-8bec404929db&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001121 10.0.0.27 - - [2025-06-09 02:21:03] "GET /domain/02221717-eca1-43d9-adef-8bec404929db HTTP/1.1" 200 2957 0.049515 10.0.0.27 - - [2025-06-09 02:21:03] "GET /projects?obj_uuids=7b5de380-4bda-4b92-a872-bb98d0af2b3f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001046 10.0.0.27 - - [2025-06-09 02:21:03] "GET /project/7b5de380-4bda-4b92-a872-bb98d0af2b3f HTTP/1.1" 200 2103 0.071267 10.0.0.27 - - [2025-06-09 02:21:03] "POST /neutron/network HTTP/1.1" 200 826 0.007149 10.0.0.27 - - [2025-06-09 02:21:03] "POST /useragent-kv HTTP/1.1" 200 115 0.004278 10.0.0.27 - - [2025-06-09 02:21:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005069 10.0.0.27 - - [2025-06-09 02:21:03] "POST /useragent-kv HTTP/1.1" 200 115 0.003567 10.0.0.27 - - [2025-06-09 02:21:03] "POST /neutron/network HTTP/1.1" 200 151 0.081098 10.0.0.27 - - [2025-06-09 02:21:03] "DELETE /route-target/c7df8c55-7754-448f-911d-6afff73a634b HTTP/1.1" 200 115 0.018250 10.0.0.27 - - [2025-06-09 02:21:03] "GET /routing-instance/31409ec1-5ce4-4ea6-b811-bbc4cadc9f60 HTTP/1.1" 404 171 0.005896 10.0.0.27 - - [2025-06-09 02:21:03] "GET /domains HTTP/1.1" 200 280 0.002617 10.0.0.27 - - [2025-06-09 02:21:03] "GET /domains?obj_uuids=02221717-eca1-43d9-adef-8bec404929db&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001380 10.0.0.27 - - [2025-06-09 02:21:03] "GET /domain/02221717-eca1-43d9-adef-8bec404929db HTTP/1.1" 200 2957 0.048579 10.0.0.27 - - [2025-06-09 02:21:03] "GET /projects?obj_uuids=7b5de380-4bda-4b92-a872-bb98d0af2b3f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001108 10.0.0.27 - - [2025-06-09 02:21:03] "GET /project/7b5de380-4bda-4b92-a872-bb98d0af2b3f HTTP/1.1" 200 1864 0.068732 10.0.0.27 - - [2025-06-09 02:21:04] "GET /projects?obj_uuids=7b5de380-4bda-4b92-a872-bb98d0af2b3f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001246 10.0.0.27 - - [2025-06-09 02:21:04] "GET /project/7b5de380-4bda-4b92-a872-bb98d0af2b3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.025203 10.0.0.27 - - [2025-06-09 02:21:04] "GET /projects?obj_uuids=7b5de380-4bda-4b92-a872-bb98d0af2b3f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001053 10.0.0.27 - - [2025-06-09 02:21:04] "GET /project/7b5de380-4bda-4b92-a872-bb98d0af2b3f?fields=virtual_networks HTTP/1.1" 200 1036 0.067207 10.0.0.27 - - [2025-06-09 02:21:04] "GET /projects?obj_uuids=7b5de380-4bda-4b92-a872-bb98d0af2b3f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001183 10.0.0.27 - - [2025-06-09 02:21:04] "GET /project/7b5de380-4bda-4b92-a872-bb98d0af2b3f?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.028719 10.0.0.27 - - [2025-06-09 02:21:04] "GET /projects?obj_uuids=7b5de380-4bda-4b92-a872-bb98d0af2b3f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001196 10.0.0.27 - - [2025-06-09 02:21:04] "GET /project/7b5de380-4bda-4b92-a872-bb98d0af2b3f?fields=security_groups HTTP/1.1" 200 1264 0.032840 10.0.0.27 - - [2025-06-09 02:21:05] "POST /fqname-to-id HTTP/1.1" 404 186 0.029484 10.0.0.27 - - [2025-06-09 02:21:05] "GET /projects?obj_uuids=200b2eb9-c8b7-4f5b-922f-84df4e6932a3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003174 10.0.0.27 - - [2025-06-09 02:21:05] "GET /domains?obj_uuids=02221717-eca1-43d9-adef-8bec404929db&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001424 10.0.0.27 - - [2025-06-09 02:21:05] "GET /domain/02221717-eca1-43d9-adef-8bec404929db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007990 10.0.0.27 - - [2025-06-09 02:21:05] "POST /id-to-fqname HTTP/1.1" 200 188 0.001799 10.0.0.27 - - [2025-06-09 02:21:05] "POST /fqname-to-id HTTP/1.1" 404 197 0.002458 10.0.0.27 - - [2025-06-09 02:21:05] "POST /security-groups HTTP/1.1" 200 589 0.063988 10.0.0.27 - - [2025-06-09 02:21:05] "POST /fqname-to-id HTTP/1.1" 404 232 0.003812 10.0.0.27 - - [2025-06-09 02:21:05] "POST /projects HTTP/1.1" 200 581 0.225668 10.0.0.27 - - [2025-06-09 02:21:05] "POST /access-control-lists HTTP/1.1" 200 594 0.057063 10.0.0.27 - - [2025-06-09 02:21:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.303782 10.0.0.27 - - [2025-06-09 02:21:05] "POST /fqname-to-id HTTP/1.1" 404 231 0.002947 10.0.0.27 - - [2025-06-09 02:21:05] "GET /project/200b2eb9-c8b7-4f5b-922f-84df4e6932a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.435687 10.0.0.27 - - [2025-06-09 02:21:05] "POST /access-control-lists HTTP/1.1" 200 592 0.059398 10.0.0.27 - - [2025-06-09 02:21:06] "GET / HTTP/1.1" 200 35931 0.002059 10.0.0.27 - - [2025-06-09 02:21:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000639 10.0.0.27 - - [2025-06-09 02:21:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.052243 10.0.0.27 - - [2025-06-09 02:21:07] "GET /projects?obj_uuids=200b2eb9-c8b7-4f5b-922f-84df4e6932a3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001089 10.0.0.27 - - [2025-06-09 02:21:07] "GET /project/200b2eb9-c8b7-4f5b-922f-84df4e6932a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.027674 10.0.0.27 - - [2025-06-09 02:21:07] "POST /neutron/network HTTP/1.1" 200 117 0.027684 10.0.0.27 - - [2025-06-09 02:21:07] "GET /projects?obj_uuids=200b2eb9-c8b7-4f5b-922f-84df4e6932a3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001568 10.0.0.27 - - [2025-06-09 02:21:07] "POST /neutron/network HTTP/1.1" 200 613 0.060706 10.0.0.27 - - [2025-06-09 02:21:07] "POST /route-targets HTTP/1.1" 200 327 0.011428 10.0.0.27 - - [2025-06-09 02:21:07] "POST /ref-update HTTP/1.1" 200 156 0.013031 10.0.0.27 - - [2025-06-09 02:21:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002592 10.0.0.27 - - [2025-06-09 02:21:08] "POST /neutron/subnet HTTP/1.1" 200 725 0.203498 10.0.0.27 - - [2025-06-09 02:21:08] "POST /neutron/network HTTP/1.1" 200 832 0.006572 10.0.0.27 - - [2025-06-09 02:21:08] "POST /id-to-fqname HTTP/1.1" 200 223 0.001405 10.0.0.27 - - [2025-06-09 02:21:08] "GET /virtual-network/229dc25c-7b4e-4baf-83d1-8d1b4cad35ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005104 10.0.0.27 - - [2025-06-09 02:21:08] "POST /neutron/network HTTP/1.1" 200 832 0.006345 10.0.0.27 - - [2025-06-09 02:21:08] "GET /virtual-network/229dc25c-7b4e-4baf-83d1-8d1b4cad35ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005422 10.0.0.27 - - [2025-06-09 02:21:08] "POST /neutron/network HTTP/1.1" 200 832 0.005561 10.0.0.27 - - [2025-06-09 02:21:08] "POST /neutron/subnet HTTP/1.1" 200 725 0.006755 10.0.0.27 - - [2025-06-09 02:21:08] "GET /domains HTTP/1.1" 401 292 0.000463 10.0.0.27 - - [2025-06-09 02:21:08] "GET /domains HTTP/1.1" 200 280 0.031104 10.0.0.27 - - [2025-06-09 02:21:08] "GET /domains?obj_uuids=02221717-eca1-43d9-adef-8bec404929db&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001213 10.0.0.27 - - [2025-06-09 02:21:08] "GET /domain/02221717-eca1-43d9-adef-8bec404929db HTTP/1.1" 200 3141 0.030775 10.0.0.27 - - [2025-06-09 02:21:08] "DELETE /project/200b2eb9c8b74f5b922f84df4e6932a3 HTTP/1.1" 404 173 0.009450 10.0.0.27 - - [2025-06-09 02:21:08] "DELETE /project/7b5de3804bda4b92a872bb98d0af2b3f HTTP/1.1" 404 173 0.008915 10.0.0.27 - - [2025-06-09 02:21:08] "DELETE /project/4bce67d8af794bdca69ae2ee028fc87e HTTP/1.1" 404 173 0.008371 10.0.0.27 - - [2025-06-09 02:21:08] "GET /projects?obj_uuids=7b5de380-4bda-4b92-a872-bb98d0af2b3f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001579 10.0.0.27 - - [2025-06-09 02:21:08] "GET /projects?obj_uuids=4bce67d8-af79-4bdc-a69a-e2ee028fc87e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001004 10.0.0.27 - - [2025-06-09 02:21:08] "GET /projects?obj_uuids=acaedde7-03cb-4056-9944-1c7e3aa15445&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000892 10.0.0.27 - - [2025-06-09 02:21:08] "GET /projects?obj_uuids=200b2eb9-c8b7-4f5b-922f-84df4e6932a3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001028 10.0.0.27 - - [2025-06-09 02:21:08] "GET /project/acaedde7-03cb-4056-9944-1c7e3aa15445?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.055710 10.0.0.27 - - [2025-06-09 02:21:08] "GET /project/7b5de380-4bda-4b92-a872-bb98d0af2b3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.054942 10.0.0.27 - - [2025-06-09 02:21:08] "GET /project/4bce67d8-af79-4bdc-a69a-e2ee028fc87e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.070120 10.0.0.27 - - [2025-06-09 02:21:08] "GET /project/200b2eb9-c8b7-4f5b-922f-84df4e6932a3 HTTP/1.1" 200 2080 0.077301 10.0.0.27 - - [2025-06-09 02:21:08] "GET /projects?obj_uuids=acaedde7-03cb-4056-9944-1c7e3aa15445&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001096 10.0.0.27 - - [2025-06-09 02:21:08] "GET /projects?obj_uuids=4bce67d8-af79-4bdc-a69a-e2ee028fc87e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000934 10.0.0.27 - - [2025-06-09 02:21:08] "GET /virtual-network/229dc25c-7b4e-4baf-83d1-8d1b4cad35ea HTTP/1.1" 200 2317 0.009938 10.0.0.27 - - [2025-06-09 02:21:08] "GET /virtual-network/229dc25c-7b4e-4baf-83d1-8d1b4cad35ea HTTP/1.1" 200 2317 0.006936 10.0.0.27 - - [2025-06-09 02:21:08] "GET /projects?obj_uuids=7b5de380-4bda-4b92-a872-bb98d0af2b3f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001126 10.0.0.27 - - [2025-06-09 02:21:08] "GET /routing-instance/fa9168a0-bba6-4af0-a005-5a2a85de38fc HTTP/1.1" 200 1494 0.003971 10.0.0.27 - - [2025-06-09 02:21:08] "GET /project/acaedde7-03cb-4056-9944-1c7e3aa15445?fields=security_groups HTTP/1.1" 200 1373 0.074417 10.0.0.27 - - [2025-06-09 02:21:08] "GET /routing-instance/fa9168a0-bba6-4af0-a005-5a2a85de38fc HTTP/1.1" 200 1494 0.020741 10.0.0.27 - - [2025-06-09 02:21:08] "GET /project/4bce67d8-af79-4bdc-a69a-e2ee028fc87e?fields=security_groups HTTP/1.1" 200 1387 0.071697 10.0.0.27 - - [2025-06-09 02:21:08] "GET /route-target/fc76f1da-1b3b-4d8e-ac76-e8356cdb6ac2 HTTP/1.1" 200 1213 0.003702 10.0.0.27 - - [2025-06-09 02:21:08] "GET /virtual-network/229dc25c-7b4e-4baf-83d1-8d1b4cad35ea HTTP/1.1" 200 2317 0.004913 10.0.0.27 - - [2025-06-09 02:21:08] "GET /routing-instance/fa9168a0-bba6-4af0-a005-5a2a85de38fc HTTP/1.1" 200 1494 0.006621 10.0.0.27 - - [2025-06-09 02:21:08] "GET /virtual-network/229dc25c-7b4e-4baf-83d1-8d1b4cad35ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006482 10.0.0.27 - - [2025-06-09 02:21:08] "GET /project/7b5de380-4bda-4b92-a872-bb98d0af2b3f?fields=security_groups HTTP/1.1" 200 1369 0.091821 10.0.0.27 - - [2025-06-09 02:21:08] "GET /virtual-network/229dc25c-7b4e-4baf-83d1-8d1b4cad35ea HTTP/1.1" 200 2317 0.008238 10.0.0.27 - - [2025-06-09 02:21:08] "GET /routing-instance/fa9168a0-bba6-4af0-a005-5a2a85de38fc HTTP/1.1" 200 1494 0.003369 10.0.0.27 - - [2025-06-09 02:21:08] "GET /routing-instance/fa9168a0-bba6-4af0-a005-5a2a85de38fc HTTP/1.1" 200 1494 0.004648 10.0.0.27 - - [2025-06-09 02:21:08] "GET /route-target/fc76f1da-1b3b-4d8e-ac76-e8356cdb6ac2 HTTP/1.1" 200 1213 0.003756 10.0.0.27 - - [2025-06-09 02:21:08] "GET /domains HTTP/1.1" 200 280 0.010076 10.0.0.27 - - [2025-06-09 02:21:08] "GET /domains?obj_uuids=02221717-eca1-43d9-adef-8bec404929db&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001144 10.0.0.27 - - [2025-06-09 02:21:08] "DELETE /security-group/18570782-618d-441e-99f5-fe03b48221bf HTTP/1.1" 200 115 0.074722 10.0.0.27 - - [2025-06-09 02:21:08] "GET /domain/02221717-eca1-43d9-adef-8bec404929db HTTP/1.1" 200 3141 0.014480 10.0.0.27 - - [2025-06-09 02:21:08] "GET /projects?obj_uuids=200b2eb9-c8b7-4f5b-922f-84df4e6932a3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001008 10.0.0.27 - - [2025-06-09 02:21:08] "GET /projects?obj_uuids=acaedde7-03cb-4056-9944-1c7e3aa15445&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000976 10.0.0.27 - - [2025-06-09 02:21:08] "DELETE /security-group/54fdc640-e8c3-4970-aefb-6ed47cecb24f HTTP/1.1" 200 115 0.102133 10.0.0.27 - - [2025-06-09 02:21:08] "DELETE /access-control-list/155e3df4-3d5e-4db7-b7a1-d36c7d087620 HTTP/1.1" 200 115 0.068092 10.0.0.27 - - [2025-06-09 02:21:08] "GET /projects?obj_uuids=4bce67d8-af79-4bdc-a69a-e2ee028fc87e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001629 10.0.0.27 - - [2025-06-09 02:21:08] "GET /project/acaedde7-03cb-4056-9944-1c7e3aa15445?fields=application_policy_sets HTTP/1.1" 200 1412 0.062266 10.0.0.27 - - [2025-06-09 02:21:08] "DELETE /security-group/0d5a999c-c1d7-4056-9c87-2665e75fd18f HTTP/1.1" 200 115 0.122279 10.0.0.27 - - [2025-06-09 02:21:09] "GET /projects?obj_uuids=7b5de380-4bda-4b92-a872-bb98d0af2b3f&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001134 10.0.0.27 - - [2025-06-09 02:21:09] "DELETE /access-control-list/d07a5d88-a49d-4a69-bcc2-74b53e2bc82a HTTP/1.1" 200 115 0.063065 10.0.0.27 - - [2025-06-09 02:21:09] "GET /project/200b2eb9-c8b7-4f5b-922f-84df4e6932a3 HTTP/1.1" 200 2080 0.099811 10.0.0.27 - - [2025-06-09 02:21:09] "GET /virtual-network/229dc25c-7b4e-4baf-83d1-8d1b4cad35ea HTTP/1.1" 200 2317 0.024602 10.0.0.27 - - [2025-06-09 02:21:09] "GET /project/4bce67d8-af79-4bdc-a69a-e2ee028fc87e?fields=application_policy_sets HTTP/1.1" 200 1426 0.115372 10.0.0.27 - - [2025-06-09 02:21:09] "DELETE /access-control-list/e4bed56e-e7b6-47c6-9bf5-43d45c5e2049 HTTP/1.1" 200 115 0.055893 10.0.0.27 - - [2025-06-09 02:21:09] "GET /project/7b5de380-4bda-4b92-a872-bb98d0af2b3f?fields=application_policy_sets HTTP/1.1" 200 1408 0.102066 10.0.0.27 - - [2025-06-09 02:21:09] "DELETE /access-control-list/3d633dd4-f062-4d15-ad9f-23469a884d57 HTTP/1.1" 200 115 0.060609 10.0.0.27 - - [2025-06-09 02:21:09] "DELETE /access-control-list/4f2d78b4-9cd1-4128-b85b-436c398d290e HTTP/1.1" 200 115 0.062326 10.0.0.27 - - [2025-06-09 02:21:09] "DELETE /project/acaedde7-03cb-4056-9944-1c7e3aa15445 HTTP/1.1" 200 115 0.631849 10.0.0.27 - - [2025-06-09 02:21:09] "DELETE /access-control-list/75d57cf4-67e2-4cf0-a161-dd160a1a526f HTTP/1.1" 200 115 0.050571 10.0.0.27 - - [2025-06-09 02:21:09] "DELETE /project/4bce67d8-af79-4bdc-a69a-e2ee028fc87e HTTP/1.1" 200 115 0.669547 10.0.0.27 - - [2025-06-09 02:21:09] "DELETE /project/7b5de380-4bda-4b92-a872-bb98d0af2b3f HTTP/1.1" 200 115 0.680461 10.0.0.27 - - [2025-06-09 02:21:09] "GET /obj-perms HTTP/1.1" 200 5026 0.043946 10.0.0.27 - - [2025-06-09 02:21:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002890 10.0.0.27 - - [2025-06-09 02:21:09] "GET /projects?obj_uuids=200b2eb9-c8b7-4f5b-922f-84df4e6932a3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001090 10.0.0.27 - - [2025-06-09 02:21:09] "GET /project/200b2eb9-c8b7-4f5b-922f-84df4e6932a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.022479 10.0.0.27 - - [2025-06-09 02:21:09] "POST /neutron/network HTTP/1.1" 200 117 0.009335 10.0.0.27 - - [2025-06-09 02:21:09] "GET /projects?obj_uuids=200b2eb9-c8b7-4f5b-922f-84df4e6932a3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001183 10.0.0.27 - - [2025-06-09 02:21:09] "POST /neutron/network HTTP/1.1" 200 613 0.062617 10.0.0.27 - - [2025-06-09 02:21:09] "POST /route-targets HTTP/1.1" 200 327 0.012876 10.0.0.27 - - [2025-06-09 02:21:09] "POST /ref-update HTTP/1.1" 200 156 0.010566 10.0.0.27 - - [2025-06-09 02:21:09] "POST /useragent-kv HTTP/1.1" 200 115 0.003286 10.0.0.27 - - [2025-06-09 02:21:09] "POST /neutron/subnet HTTP/1.1" 200 725 0.170760 10.0.0.27 - - [2025-06-09 02:21:09] "POST /neutron/network HTTP/1.1" 200 832 0.005853 10.0.0.27 - - [2025-06-09 02:21:09] "POST /id-to-fqname HTTP/1.1" 200 223 0.001310 10.0.0.27 - - [2025-06-09 02:21:09] "GET /virtual-network/16215419-bb8a-4a0d-8844-bf1b1ecae4d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005184 10.0.0.27 - - [2025-06-09 02:21:09] "POST /neutron/network HTTP/1.1" 200 832 0.006068 10.0.0.27 - - [2025-06-09 02:21:09] "GET /virtual-network/16215419-bb8a-4a0d-8844-bf1b1ecae4d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005136 10.0.0.27 - - [2025-06-09 02:21:09] "POST /neutron/network HTTP/1.1" 200 832 0.007162 10.0.0.27 - - [2025-06-09 02:21:09] "POST /neutron/subnet HTTP/1.1" 200 725 0.007242 10.0.0.27 - - [2025-06-09 02:21:09] "GET /domains HTTP/1.1" 200 280 0.002370 10.0.0.27 - - [2025-06-09 02:21:10] "GET /domains?obj_uuids=02221717-eca1-43d9-adef-8bec404929db&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000988 10.0.0.27 - - [2025-06-09 02:21:10] "GET /domain/02221717-eca1-43d9-adef-8bec404929db HTTP/1.1" 200 2570 0.007789 10.0.0.27 - - [2025-06-09 02:21:10] "GET /projects?obj_uuids=200b2eb9-c8b7-4f5b-922f-84df4e6932a3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001418 10.0.0.27 - - [2025-06-09 02:21:10] "GET /project/200b2eb9-c8b7-4f5b-922f-84df4e6932a3 HTTP/1.1" 200 2298 0.066126 10.0.0.27 - - [2025-06-09 02:21:10] "GET /virtual-network/16215419-bb8a-4a0d-8844-bf1b1ecae4d1 HTTP/1.1" 200 2317 0.005525 10.0.0.27 - - [2025-06-09 02:21:10] "GET /virtual-network/16215419-bb8a-4a0d-8844-bf1b1ecae4d1 HTTP/1.1" 200 2317 0.004511 10.0.0.27 - - [2025-06-09 02:21:10] "GET /routing-instance/d01e991a-9e09-49cc-bc20-446342e9b40b HTTP/1.1" 200 1494 0.003635 10.0.0.27 - - [2025-06-09 02:21:10] "GET /routing-instance/d01e991a-9e09-49cc-bc20-446342e9b40b HTTP/1.1" 200 1494 0.003061 10.0.0.27 - - [2025-06-09 02:21:10] "GET /route-target/0c699ab4-3d2f-4112-b364-39d9c3e45e0a HTTP/1.1" 200 1211 0.003000 10.0.0.27 - - [2025-06-09 02:21:10] "GET /virtual-network/16215419-bb8a-4a0d-8844-bf1b1ecae4d1 HTTP/1.1" 200 2317 0.006194 10.0.0.27 - - [2025-06-09 02:21:10] "GET /routing-instance/d01e991a-9e09-49cc-bc20-446342e9b40b HTTP/1.1" 200 1494 0.003685 10.0.0.27 - - [2025-06-09 02:21:10] "GET /virtual-network/16215419-bb8a-4a0d-8844-bf1b1ecae4d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005128 10.0.0.27 - - [2025-06-09 02:21:10] "GET /virtual-network/16215419-bb8a-4a0d-8844-bf1b1ecae4d1 HTTP/1.1" 200 2317 0.005835 10.0.0.27 - - [2025-06-09 02:21:10] "GET /routing-instance/d01e991a-9e09-49cc-bc20-446342e9b40b HTTP/1.1" 200 1494 0.004387 10.0.0.27 - - [2025-06-09 02:21:10] "GET /routing-instance/d01e991a-9e09-49cc-bc20-446342e9b40b HTTP/1.1" 200 1494 0.003515 10.0.0.27 - - [2025-06-09 02:21:10] "GET /route-target/0c699ab4-3d2f-4112-b364-39d9c3e45e0a HTTP/1.1" 200 1211 0.004067 10.0.0.27 - - [2025-06-09 02:21:10] "GET /domains HTTP/1.1" 200 280 0.002723 10.0.0.27 - - [2025-06-09 02:21:10] "GET /domains?obj_uuids=02221717-eca1-43d9-adef-8bec404929db&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001017 10.0.0.27 - - [2025-06-09 02:21:10] "GET /domain/02221717-eca1-43d9-adef-8bec404929db HTTP/1.1" 200 2570 0.006985 10.0.0.27 - - [2025-06-09 02:21:10] "GET /projects?obj_uuids=200b2eb9-c8b7-4f5b-922f-84df4e6932a3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001149 10.0.0.27 - - [2025-06-09 02:21:10] "GET /project/200b2eb9-c8b7-4f5b-922f-84df4e6932a3 HTTP/1.1" 200 2298 0.069657 10.0.0.27 - - [2025-06-09 02:21:10] "GET /virtual-network/16215419-bb8a-4a0d-8844-bf1b1ecae4d1 HTTP/1.1" 200 2317 0.004670 10.0.0.27 - - [2025-06-09 02:21:10] "GET /obj-perms HTTP/1.1" 200 5026 0.003984 10.0.0.27 - - [2025-06-09 02:21:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.27 - - [2025-06-09 02:21:10] "GET /projects?obj_uuids=200b2eb9-c8b7-4f5b-922f-84df4e6932a3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001345 10.0.0.27 - - [2025-06-09 02:21:10] "GET /project/200b2eb9-c8b7-4f5b-922f-84df4e6932a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.025582 10.0.0.27 - - [2025-06-09 02:21:10] "POST /neutron/network HTTP/1.1" 200 117 0.012276 10.0.0.27 - - [2025-06-09 02:21:10] "GET /projects?obj_uuids=200b2eb9-c8b7-4f5b-922f-84df4e6932a3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001254 10.0.0.27 - - [2025-06-09 02:21:10] "POST /neutron/network HTTP/1.1" 200 615 0.063262 10.0.0.27 - - [2025-06-09 02:21:10] "POST /ref-update HTTP/1.1" 200 156 0.010799 10.0.0.27 - - [2025-06-09 02:21:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002440 10.0.0.27 - - [2025-06-09 02:21:10] "POST /neutron/subnet HTTP/1.1" 200 715 0.197601 10.0.0.27 - - [2025-06-09 02:21:10] "POST /neutron/network HTTP/1.1" 200 832 0.006338 10.0.0.27 - - [2025-06-09 02:21:10] "POST /id-to-fqname HTTP/1.1" 200 224 0.001362 10.0.0.27 - - [2025-06-09 02:21:10] "GET /virtual-network/f3f2ca85-7400-4ab3-ab5b-42d82f8924cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005929 10.0.0.27 - - [2025-06-09 02:21:10] "POST /neutron/network HTTP/1.1" 200 832 0.005787 10.0.0.27 - - [2025-06-09 02:21:10] "GET /virtual-network/f3f2ca85-7400-4ab3-ab5b-42d82f8924cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005328 10.0.0.27 - - [2025-06-09 02:21:10] "POST /neutron/network HTTP/1.1" 200 832 0.006141 10.0.0.27 - - [2025-06-09 02:21:10] "POST /neutron/subnet HTTP/1.1" 200 715 0.007846 10.0.0.27 - - [2025-06-09 02:21:10] "GET /domains HTTP/1.1" 200 280 0.002664 10.0.0.27 - - [2025-06-09 02:21:10] "GET /domains?obj_uuids=02221717-eca1-43d9-adef-8bec404929db&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001379 10.0.0.27 - - [2025-06-09 02:21:10] "GET /domain/02221717-eca1-43d9-adef-8bec404929db HTTP/1.1" 200 2570 0.009120 10.0.0.27 - - [2025-06-09 02:21:10] "GET /projects?obj_uuids=200b2eb9-c8b7-4f5b-922f-84df4e6932a3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001206 10.0.0.27 - - [2025-06-09 02:21:10] "GET /project/200b2eb9-c8b7-4f5b-922f-84df4e6932a3 HTTP/1.1" 200 2517 0.067201 10.0.0.27 - - [2025-06-09 02:21:11] "GET /virtual-network/f3f2ca85-7400-4ab3-ab5b-42d82f8924cf HTTP/1.1" 200 2319 0.008826 10.0.0.27 - - [2025-06-09 02:21:11] "GET /virtual-network/f3f2ca85-7400-4ab3-ab5b-42d82f8924cf HTTP/1.1" 200 2319 0.006012 10.0.0.27 - - [2025-06-09 02:21:11] "GET /routing-instance/0231e660-c9cf-4327-9f56-30d808b73697 HTTP/1.1" 200 1496 0.004226 10.0.0.27 - - [2025-06-09 02:21:11] "GET /routing-instance/0231e660-c9cf-4327-9f56-30d808b73697 HTTP/1.1" 200 1496 0.003947 10.0.0.27 - - [2025-06-09 02:21:11] "GET /route-target/26f69c4c-bb37-4b72-8110-1e8f6b0025ef HTTP/1.1" 200 1213 0.004192 10.0.0.27 - - [2025-06-09 02:21:11] "GET /virtual-network/f3f2ca85-7400-4ab3-ab5b-42d82f8924cf HTTP/1.1" 200 2319 0.005743 10.0.0.27 - - [2025-06-09 02:21:11] "GET /routing-instance/0231e660-c9cf-4327-9f56-30d808b73697 HTTP/1.1" 200 1496 0.003752 10.0.0.27 - - [2025-06-09 02:21:11] "GET /virtual-network/f3f2ca85-7400-4ab3-ab5b-42d82f8924cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005218 10.0.0.27 - - [2025-06-09 02:21:11] "GET /virtual-network/f3f2ca85-7400-4ab3-ab5b-42d82f8924cf HTTP/1.1" 200 2319 0.004944 10.0.0.27 - - [2025-06-09 02:21:11] "GET /routing-instance/0231e660-c9cf-4327-9f56-30d808b73697 HTTP/1.1" 200 1496 0.004133 10.0.0.27 - - [2025-06-09 02:21:11] "GET /routing-instance/0231e660-c9cf-4327-9f56-30d808b73697 HTTP/1.1" 200 1496 0.004111 10.0.0.27 - - [2025-06-09 02:21:11] "GET /route-target/26f69c4c-bb37-4b72-8110-1e8f6b0025ef HTTP/1.1" 200 1213 0.004338 10.0.0.27 - - [2025-06-09 02:21:11] "GET /domains HTTP/1.1" 200 280 0.003440 10.0.0.27 - - [2025-06-09 02:21:11] "GET /domains?obj_uuids=02221717-eca1-43d9-adef-8bec404929db&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001778 10.0.0.27 - - [2025-06-09 02:21:11] "GET /domain/02221717-eca1-43d9-adef-8bec404929db HTTP/1.1" 200 2570 0.011562 10.0.0.27 - - [2025-06-09 02:21:11] "GET /projects?obj_uuids=200b2eb9-c8b7-4f5b-922f-84df4e6932a3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001784 10.0.0.27 - - [2025-06-09 02:21:11] "GET /project/200b2eb9-c8b7-4f5b-922f-84df4e6932a3 HTTP/1.1" 200 2517 0.073350 10.0.0.27 - - [2025-06-09 02:21:11] "GET /virtual-network/f3f2ca85-7400-4ab3-ab5b-42d82f8924cf HTTP/1.1" 200 2319 0.006838 10.0.0.27 - - [2025-06-09 02:21:11] "GET /obj-perms HTTP/1.1" 200 5026 0.003387 10.0.0.27 - - [2025-06-09 02:21:11] "POST /id-to-fqname HTTP/1.1" 200 223 0.001490 10.0.0.27 - - [2025-06-09 02:21:11] "POST /neutron/network HTTP/1.1" 200 842 0.007544 10.0.0.27 - - [2025-06-09 02:21:11] "GET /aaa-mode HTTP/1.1" 401 292 0.000455 10.0.0.27 - - [2025-06-09 02:21:11] "GET / HTTP/1.1" 200 35931 0.001493 10.0.0.27 - - [2025-06-09 02:21:11] "GET /project/200b2eb9-c8b7-4f5b-922f-84df4e6932a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000395 10.0.0.27 - - [2025-06-09 02:21:12] "GET /projects?obj_uuids=200b2eb9-c8b7-4f5b-922f-84df4e6932a3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001175 10.0.0.27 - - [2025-06-09 02:21:12] "GET /project/200b2eb9-c8b7-4f5b-922f-84df4e6932a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.054553 10.0.0.27 - - [2025-06-09 02:21:12] "POST /neutron/network HTTP/1.1" 200 832 0.005632 10.0.0.27 - - [2025-06-09 02:21:12] "POST /neutron/port HTTP/1.1" 200 117 0.005632 10.0.0.27 - - [2025-06-09 02:21:12] "POST /neutron/port HTTP/1.1" 200 117 0.010700 10.0.0.27 - - [2025-06-09 02:21:12] "POST /id-to-fqname HTTP/1.1" 200 224 0.001503 10.0.0.27 - - [2025-06-09 02:21:12] "POST /neutron/port HTTP/1.1" 200 117 0.005150 10.0.0.27 - - [2025-06-09 02:21:12] "POST /neutron/network HTTP/1.1" 200 842 0.008319 10.0.0.27 - - [2025-06-09 02:21:12] "GET /aaa-mode HTTP/1.1" 401 292 0.000517 10.0.0.27 - - [2025-06-09 02:21:12] "POST /neutron/network HTTP/1.1" 200 842 0.006846 10.0.0.27 - - [2025-06-09 02:21:12] "GET /projects?obj_uuids=200b2eb9-c8b7-4f5b-922f-84df4e6932a3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001216 10.0.0.27 - - [2025-06-09 02:21:12] "GET / HTTP/1.1" 200 35931 0.006286 10.0.0.27 - - [2025-06-09 02:21:12] "GET /project/200b2eb9-c8b7-4f5b-922f-84df4e6932a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000495 10.0.0.27 - - [2025-06-09 02:21:13] "POST /neutron/port HTTP/1.1" 200 1058 0.274975 10.0.0.27 - - [2025-06-09 02:21:13] "POST /neutron/port HTTP/1.1" 200 1058 0.016018 10.0.0.27 - - [2025-06-09 02:21:13] "POST /neutron/port HTTP/1.1" 200 1058 0.010963 10.0.0.27 - - [2025-06-09 02:21:13] "POST /neutron/port HTTP/1.1" 200 1112 0.086037 10.0.0.27 - - [2025-06-09 02:21:13] "POST /neutron/port HTTP/1.1" 200 1086 0.016588 10.0.0.27 - - [2025-06-09 02:21:13] "GET /projects?obj_uuids=200b2eb9-c8b7-4f5b-922f-84df4e6932a3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001197 10.0.0.27 - - [2025-06-09 02:21:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003833 10.0.0.27 - - [2025-06-09 02:21:13] "GET /project/200b2eb9-c8b7-4f5b-922f-84df4e6932a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.068464 10.0.0.27 - - [2025-06-09 02:21:13] "POST /neutron/subnet HTTP/1.1" 200 699 0.024489 10.0.0.27 - - [2025-06-09 02:21:13] "POST /neutron/network HTTP/1.1" 200 832 0.005959 10.0.0.27 - - [2025-06-09 02:21:13] "POST /neutron/port HTTP/1.1" 200 117 0.001072 10.0.0.27 - - [2025-06-09 02:21:13] "POST /neutron/network HTTP/1.1" 200 832 0.007126 10.0.0.27 - - [2025-06-09 02:21:13] "POST /neutron/port HTTP/1.1" 200 1086 0.022294 10.0.0.27 - - [2025-06-09 02:21:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008871 10.0.0.27 - - [2025-06-09 02:21:13] "POST /neutron/port HTTP/1.1" 200 117 0.007544 10.0.0.27 - - [2025-06-09 02:21:13] "POST /fqname-to-id HTTP/1.1" 404 193 0.006602 10.0.0.27 - - [2025-06-09 02:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.27 - - [2025-06-09 02:21:13] "GET /domains?obj_uuids=02221717-eca1-43d9-adef-8bec404929db&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001511 10.0.0.27 - - [2025-06-09 02:21:13] "GET /domain/02221717-eca1-43d9-adef-8bec404929db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.016336 10.0.0.27 - - [2025-06-09 02:21:13] "POST /service-templates HTTP/1.1" 200 543 0.033004 10.0.0.27 - - [2025-06-09 02:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.27 - - [2025-06-09 02:21:13] "GET /service-template/7de09a80-0e45-4d58-af8c-50e1533196b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.006853 10.0.0.27 - - [2025-06-09 02:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.27 - - [2025-06-09 02:21:13] "POST /neutron/network HTTP/1.1" 200 842 0.005969 10.0.0.27 - - [2025-06-09 02:21:13] "GET /service-template/7de09a80-0e45-4d58-af8c-50e1533196b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.007210 10.0.0.27 - - [2025-06-09 02:21:13] "GET /projects?obj_uuids=200b2eb9-c8b7-4f5b-922f-84df4e6932a3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001316 10.0.0.27 - - [2025-06-09 02:21:13] "GET /obj-perms HTTP/1.1" 200 5056 0.063888 10.0.0.27 - - [2025-06-09 02:21:13] "POST /id-to-fqname HTTP/1.1" 200 223 0.001396 10.0.0.27 - - [2025-06-09 02:21:14] "POST /id-to-fqname HTTP/1.1" 200 223 0.001387 10.0.0.27 - - [2025-06-09 02:21:14] "POST /id-to-fqname HTTP/1.1" 200 224 0.001191 10.0.0.27 - - [2025-06-09 02:21:14] "POST /neutron/port HTTP/1.1" 200 2000 0.118013 10.0.0.27 - - [2025-06-09 02:21:14] "POST /neutron/port HTTP/1.1" 200 1056 0.414004 10.0.0.27 - - [2025-06-09 02:21:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.024295 10.0.0.27 - - [2025-06-09 02:21:14] "POST /neutron/port HTTP/1.1" 200 1056 0.019129 10.0.0.27 - - [2025-06-09 02:21:14] "POST /neutron/port HTTP/1.1" 200 1056 0.018463 10.0.0.27 - - [2025-06-09 02:21:14] "GET /obj-perms HTTP/1.1" 200 5056 0.064380 10.0.0.27 - - [2025-06-09 02:21:14] "POST /neutron/port HTTP/1.1" 200 1110 0.100224 10.0.0.27 - - [2025-06-09 02:21:14] "POST /neutron/port HTTP/1.1" 200 1084 0.018830 10.0.0.27 - - [2025-06-09 02:21:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003827 10.0.0.27 - - [2025-06-09 02:21:14] "POST /neutron/subnet HTTP/1.1" 200 689 0.014029 10.0.0.27 - - [2025-06-09 02:21:14] "POST /neutron/port HTTP/1.1" 200 117 0.001268 10.0.0.27 - - [2025-06-09 02:21:14] "POST /neutron/network HTTP/1.1" 200 832 0.005398 10.0.0.27 - - [2025-06-09 02:21:15] "POST /neutron/network HTTP/1.1" 200 2221 0.014065 10.0.0.27 - - [2025-06-09 02:21:15] "GET /aaa-mode HTTP/1.1" 401 292 0.000474 10.0.0.27 - - [2025-06-09 02:21:15] "GET / HTTP/1.1" 200 35931 0.002374 10.0.0.27 - - [2025-06-09 02:21:15] "GET /project/200b2eb9-c8b7-4f5b-922f-84df4e6932a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000479 10.0.0.27 - - [2025-06-09 02:21:15] "GET /projects?obj_uuids=200b2eb9-c8b7-4f5b-922f-84df4e6932a3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001322 10.0.0.27 - - [2025-06-09 02:21:15] "GET /project/200b2eb9-c8b7-4f5b-922f-84df4e6932a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.054006 10.0.0.27 - - [2025-06-09 02:21:15] "POST /neutron/network HTTP/1.1" 200 832 0.007238 10.0.0.27 - - [2025-06-09 02:21:15] "POST /neutron/network HTTP/1.1" 200 832 0.006368 10.0.0.27 - - [2025-06-09 02:21:16] "POST /neutron/network HTTP/1.1" 200 832 0.007607 10.0.0.27 - - [2025-06-09 02:21:16] "POST /neutron/port HTTP/1.1" 200 2054 0.033836 10.0.0.27 - - [2025-06-09 02:21:16] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008283 10.0.0.27 - - [2025-06-09 02:21:16] "POST /neutron/port HTTP/1.1" 200 117 0.006682 10.0.0.27 - - [2025-06-09 02:21:16] "POST /neutron/port HTTP/1.1" 200 117 0.006648 10.0.0.27 - - [2025-06-09 02:21:16] "POST /neutron/network HTTP/1.1" 200 2221 0.014197 10.0.0.27 - - [2025-06-09 02:21:16] "GET /projects?obj_uuids=200b2eb9-c8b7-4f5b-922f-84df4e6932a3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001796 10.0.0.27 - - [2025-06-09 02:21:16] "POST /neutron/port HTTP/1.1" 200 1058 0.316364 10.0.0.27 - - [2025-06-09 02:21:16] "GET /projects?obj_uuids=200b2eb9-c8b7-4f5b-922f-84df4e6932a3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002116 10.0.0.27 - - [2025-06-09 02:21:17] "POST /neutron/port HTTP/1.1" 200 1058 0.227227 10.0.0.27 - - [2025-06-09 02:21:17] "GET /projects?obj_uuids=200b2eb9-c8b7-4f5b-922f-84df4e6932a3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001248 10.0.0.27 - - [2025-06-09 02:21:17] "POST /neutron/port HTTP/1.1" 200 1056 0.251212 10.0.0.27 - - [2025-06-09 02:21:17] "POST /neutron/port HTTP/1.1" 200 1058 0.009593 10.0.0.27 - - [2025-06-09 02:21:17] "POST /neutron/port HTTP/1.1" 200 1058 0.008428 10.0.0.27 - - [2025-06-09 02:21:17] "POST /neutron/port HTTP/1.1" 200 1112 0.077696 10.0.0.27 - - [2025-06-09 02:21:17] "POST /neutron/port HTTP/1.1" 200 1058 0.009811 10.0.0.27 - - [2025-06-09 02:21:17] "POST /neutron/port HTTP/1.1" 200 1058 0.009197 10.0.0.27 - - [2025-06-09 02:21:17] "POST /neutron/port HTTP/1.1" 200 1112 0.073288 10.0.0.27 - - [2025-06-09 02:21:17] "POST /neutron/port HTTP/1.1" 200 1056 0.009706 10.0.0.27 - - [2025-06-09 02:21:17] "POST /neutron/port HTTP/1.1" 200 1056 0.013622 10.0.0.27 - - [2025-06-09 02:21:17] "POST /neutron/port HTTP/1.1" 200 1110 0.076846 10.0.0.27 - - [2025-06-09 02:21:17] "POST /neutron/port HTTP/1.1" 200 3023 0.017731 10.0.0.27 - - [2025-06-09 02:21:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003636 10.0.0.27 - - [2025-06-09 02:21:17] "POST /neutron/subnet HTTP/1.1" 200 699 0.011493 10.0.0.27 - - [2025-06-09 02:21:17] "POST /neutron/port HTTP/1.1" 200 117 0.001206 10.0.0.27 - - [2025-06-09 02:21:17] "POST /neutron/network HTTP/1.1" 200 832 0.005642 10.0.0.27 - - [2025-06-09 02:21:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003399 10.0.0.27 - - [2025-06-09 02:21:17] "POST /neutron/subnet HTTP/1.1" 200 699 0.014663 10.0.0.27 - - [2025-06-09 02:21:17] "POST /neutron/port HTTP/1.1" 200 117 0.001234 10.0.0.27 - - [2025-06-09 02:21:18] "POST /neutron/network HTTP/1.1" 200 832 0.009348 10.0.0.27 - - [2025-06-09 02:21:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003817 10.0.0.27 - - [2025-06-09 02:21:18] "POST /neutron/subnet HTTP/1.1" 200 689 0.010992 10.0.0.27 - - [2025-06-09 02:21:18] "POST /neutron/port HTTP/1.1" 200 117 0.001366 10.0.0.27 - - [2025-06-09 02:21:18] "POST /neutron/network HTTP/1.1" 200 832 0.005968 10.0.0.27 - - [2025-06-09 02:21:21] "POST /neutron/port HTTP/1.1" 200 3023 0.057645 10.0.0.27 - - [2025-06-09 02:21:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007643 10.0.0.27 - - [2025-06-09 02:21:21] "POST /neutron/port HTTP/1.1" 200 3023 0.017924 10.0.0.27 - - [2025-06-09 02:21:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006245 10.0.0.27 - - [2025-06-09 02:21:21] "POST /neutron/port HTTP/1.1" 200 3023 0.020017 10.0.0.27 - - [2025-06-09 02:21:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007199 10.0.0.27 - - [2025-06-09 02:21:21] "POST /neutron/port HTTP/1.1" 200 3023 0.028248 10.0.0.27 - - [2025-06-09 02:21:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007997 10.0.0.27 - - [2025-06-09 02:21:21] "POST /neutron/port HTTP/1.1" 200 3023 0.019787 10.0.0.27 - - [2025-06-09 02:21:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006659 10.0.0.27 - - [2025-06-09 02:21:21] "GET /virtual-machine/2f4e8a82-cd73-4eb6-ad28-10361436f97c HTTP/1.1" 200 1802 0.004876 10.0.0.27 - - [2025-06-09 02:21:21] "GET /virtual-machine-interface/60cc5220-b1ec-42f0-86c8-36fcdea6d41e HTTP/1.1" 200 2948 0.005327 10.0.0.27 - - [2025-06-09 02:21:21] "GET /virtual-machine-interface/761be430-df11-4907-be6f-73560d38eb34 HTTP/1.1" 200 2946 0.005554 10.0.0.27 - - [2025-06-09 02:21:21] "GET /virtual-machine-interface/c05fd241-6851-436d-b9b3-bfd0fc394668 HTTP/1.1" 200 2947 0.005077 10.0.0.27 - - [2025-06-09 02:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.27 - - [2025-06-09 02:21:21] "GET /global-vrouter-config/2251acbc-ad00-4917-afe1-1ebc81fd9eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003403 10.0.0.27 - - [2025-06-09 02:21:21] "GET /virtual-networks?parent_id=200b2eb9-c8b7-4f5b-922f-84df4e6932a3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003063 10.0.0.27 - - [2025-06-09 02:21:22] "GET /virtual-network/229dc25c-7b4e-4baf-83d1-8d1b4cad35ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005730 10.0.0.27 - - [2025-06-09 02:21:22] "POST /neutron/port HTTP/1.1" 200 1086 0.014071 10.0.0.27 - - [2025-06-09 02:21:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005805 10.0.0.27 - - [2025-06-09 02:21:23] "POST /neutron/port HTTP/1.1" 200 1084 0.016038 10.0.0.27 - - [2025-06-09 02:21:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005484 10.0.0.27 - - [2025-06-09 02:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003095 10.0.0.27 - - [2025-06-09 02:21:25] "GET /virtual-network/229dc25c-7b4e-4baf-83d1-8d1b4cad35ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005513 10.0.0.27 - - [2025-06-09 02:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002821 10.0.0.27 - - [2025-06-09 02:21:29] "GET /virtual-network/229dc25c-7b4e-4baf-83d1-8d1b4cad35ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005127 10.0.0.27 - - [2025-06-09 02:21:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002882 10.0.0.27 - - [2025-06-09 02:21:33] "GET /virtual-network/229dc25c-7b4e-4baf-83d1-8d1b4cad35ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004932 10.0.0.27 - - [2025-06-09 02:21:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002936 10.0.0.27 - - [2025-06-09 02:21:37] "GET /virtual-network/229dc25c-7b4e-4baf-83d1-8d1b4cad35ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005147 10.0.0.27 - - [2025-06-09 02:21:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002922 10.0.0.27 - - [2025-06-09 02:21:39] "GET /global-vrouter-config/2251acbc-ad00-4917-afe1-1ebc81fd9eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003352 10.0.0.27 - - [2025-06-09 02:21:39] "GET /virtual-networks?parent_id=200b2eb9-c8b7-4f5b-922f-84df4e6932a3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003351 10.0.0.27 - - [2025-06-09 02:21:39] "GET /virtual-network/229dc25c-7b4e-4baf-83d1-8d1b4cad35ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005344 10.0.0.27 - - [2025-06-09 02:21:39] "POST /neutron/port HTTP/1.1" 200 3023 0.020179 10.0.0.27 - - [2025-06-09 02:21:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006129 10.0.0.27 - - [2025-06-09 02:21:42] "POST /neutron/port HTTP/1.1" 200 1086 0.016707 10.0.0.27 - - [2025-06-09 02:21:42] "POST /neutron/port HTTP/1.1" 200 1086 0.016259 10.0.0.27 - - [2025-06-09 02:21:42] "POST /neutron/network HTTP/1.1" 200 842 0.006007 10.0.0.27 - - [2025-06-09 02:21:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003460 10.0.0.27 - - [2025-06-09 02:21:42] "POST /neutron/subnet HTTP/1.1" 200 699 0.011068 10.0.0.27 - - [2025-06-09 02:21:42] "POST /neutron/port HTTP/1.1" 200 117 0.001358 10.0.0.27 - - [2025-06-09 02:21:42] "POST /neutron/network HTTP/1.1" 200 832 0.005580 10.0.0.27 - - [2025-06-09 02:21:45] "POST /neutron/port HTTP/1.1" 200 3023 0.028251 10.0.0.27 - - [2025-06-09 02:21:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006585 10.0.0.27 - - [2025-06-09 02:21:48] "POST /neutron/port HTTP/1.1" 200 3023 0.021819 10.0.0.27 - - [2025-06-09 02:21:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006147 10.0.0.27 - - [2025-06-09 02:21:50] "POST /neutron/port HTTP/1.1" 200 3023 0.018635 10.0.0.27 - - [2025-06-09 02:21:50] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008710 10.0.0.27 - - [2025-06-09 02:21:55] "POST /neutron/port HTTP/1.1" 200 3023 0.020374 10.0.0.27 - - [2025-06-09 02:21:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005696 10.0.0.27 - - [2025-06-09 02:22:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003143 10.0.0.27 - - [2025-06-09 02:22:00] "GET /global-vrouter-config/2251acbc-ad00-4917-afe1-1ebc81fd9eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003676 10.0.0.27 - - [2025-06-09 02:22:00] "GET /virtual-networks?parent_id=200b2eb9-c8b7-4f5b-922f-84df4e6932a3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003120 10.0.0.27 - - [2025-06-09 02:22:00] "GET /virtual-network/16215419-bb8a-4a0d-8844-bf1b1ecae4d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005660 10.0.0.27 - - [2025-06-09 02:22:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002915 10.0.0.27 - - [2025-06-09 02:22:00] "GET /global-vrouter-config/2251acbc-ad00-4917-afe1-1ebc81fd9eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003450 10.0.0.27 - - [2025-06-09 02:22:00] "GET /virtual-networks?parent_id=200b2eb9-c8b7-4f5b-922f-84df4e6932a3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003486 10.0.0.27 - - [2025-06-09 02:22:00] "GET /virtual-network/f3f2ca85-7400-4ab3-ab5b-42d82f8924cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008123 10.0.0.27 - - [2025-06-09 02:22:01] "POST /fqname-to-id HTTP/1.1" 404 207 0.003021 10.0.0.27 - - [2025-06-09 02:22:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.27 - - [2025-06-09 02:22:01] "GET /projects?obj_uuids=200b2eb9-c8b7-4f5b-922f-84df4e6932a3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001282 10.0.0.27 - - [2025-06-09 02:22:01] "GET /project/200b2eb9-c8b7-4f5b-922f-84df4e6932a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.030336 10.0.0.27 - - [2025-06-09 02:22:01] "POST /service-instances HTTP/1.1" 200 543 0.071920 10.0.0.27 - - [2025-06-09 02:22:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576 10.0.0.27 - - [2025-06-09 02:22:01] "GET /service-instance/34ae444b-c5a2-4ee7-8fde-2f01efebb6fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2135 0.005969 10.0.0.27 - - [2025-06-09 02:22:01] "POST /port-tuples HTTP/1.1" 200 586 0.026679 10.0.0.27 - - [2025-06-09 02:22:01] "GET /virtual-machine-interface/761be430-df11-4907-be6f-73560d38eb34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.005161 10.0.0.27 - - [2025-06-09 02:22:01] "PUT /virtual-machine-interface/761be430-df11-4907-be6f-73560d38eb34 HTTP/1.1" 200 284 0.011691 10.0.0.27 - - [2025-06-09 02:22:01] "POST /ref-update HTTP/1.1" 200 156 0.012045 10.0.0.27 - - [2025-06-09 02:22:01] "POST /instance-ips HTTP/1.1" 200 385 0.038890 10.0.0.27 - - [2025-06-09 02:22:01] "GET /virtual-machine-interface/c05fd241-6851-436d-b9b3-bfd0fc394668?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2726 0.007206 10.0.0.27 - - [2025-06-09 02:22:01] "POST /ref-update HTTP/1.1" 200 156 0.014094 10.0.0.27 - - [2025-06-09 02:22:01] "PUT /virtual-machine-interface/c05fd241-6851-436d-b9b3-bfd0fc394668 HTTP/1.1" 200 284 0.010746 10.0.0.27 - - [2025-06-09 02:22:01] "POST /ref-update HTTP/1.1" 200 156 0.009789 10.0.0.27 - - [2025-06-09 02:22:01] "POST /ref-update HTTP/1.1" 200 156 0.011861 10.0.0.27 - - [2025-06-09 02:22:01] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.005644 10.0.0.27 - - [2025-06-09 02:22:01] "GET /virtual-machine-interface/60cc5220-b1ec-42f0-86c8-36fcdea6d41e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2727 0.007948 10.0.0.27 - - [2025-06-09 02:22:01] "POST /instance-ips HTTP/1.1" 200 385 0.029282 10.0.0.27 - - [2025-06-09 02:22:02] "PUT /virtual-machine-interface/60cc5220-b1ec-42f0-86c8-36fcdea6d41e HTTP/1.1" 200 284 0.015611 10.0.0.27 - - [2025-06-09 02:22:02] "POST /ref-update HTTP/1.1" 200 156 0.010239 10.0.0.27 - - [2025-06-09 02:22:02] "POST /ref-update HTTP/1.1" 200 156 0.012553 10.0.0.27 - - [2025-06-09 02:22:02] "POST /ref-update HTTP/1.1" 200 156 0.008778 10.0.0.27 - - [2025-06-09 02:22:02] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.006465 10.0.0.27 - - [2025-06-09 02:22:02] "POST /neutron/port HTTP/1.1" 200 1086 0.018877 10.0.0.27 - - [2025-06-09 02:22:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006186 10.0.0.27 - - [2025-06-09 02:22:02] "POST /instance-ips HTTP/1.1" 200 373 0.015922 10.0.0.27 - - [2025-06-09 02:22:02] "POST /neutron/port HTTP/1.1" 200 1086 0.019105 10.0.0.27 - - [2025-06-09 02:22:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011292 10.0.0.27 - - [2025-06-09 02:22:02] "POST /ref-update HTTP/1.1" 200 156 0.018115 10.0.0.27 - - [2025-06-09 02:22:02] "POST /ref-update HTTP/1.1" 200 156 0.009648 10.0.0.27 - - [2025-06-09 02:22:02] "POST /neutron/port HTTP/1.1" 200 1086 0.026445 10.0.0.27 - - [2025-06-09 02:22:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009223 10.0.0.27 - - [2025-06-09 02:22:02] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.005973 10.0.0.27 - - [2025-06-09 02:22:02] "GET /virtual-machine/38bfa649-ccef-48ef-a7e8-7ceeedd9e236 HTTP/1.1" 200 1290 0.006411 10.0.0.27 - - [2025-06-09 02:22:02] "GET /virtual-machine-interface/b3c7b0c9-8d4d-434a-93ab-4de1f5f2893f HTTP/1.1" 200 2947 0.007677 10.0.0.27 - - [2025-06-09 02:22:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005286 10.0.0.27 - - [2025-06-09 02:22:02] "GET /global-vrouter-config/2251acbc-ad00-4917-afe1-1ebc81fd9eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003312 10.0.0.27 - - [2025-06-09 02:22:02] "POST /instance-ips HTTP/1.1" 200 373 0.021775 10.0.0.27 - - [2025-06-09 02:22:02] "GET /virtual-networks?parent_id=200b2eb9-c8b7-4f5b-922f-84df4e6932a3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002967 10.0.0.27 - - [2025-06-09 02:22:02] "POST /ref-update HTTP/1.1" 200 156 0.010558 10.0.0.27 - - [2025-06-09 02:22:02] "GET /virtual-network/16215419-bb8a-4a0d-8844-bf1b1ecae4d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007299 10.0.0.27 - - [2025-06-09 02:22:02] "POST /ref-update HTTP/1.1" 200 156 0.010733 10.0.0.27 - - [2025-06-09 02:22:02] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003428 10.0.0.27 - - [2025-06-09 02:22:02] "POST /instance-ips HTTP/1.1" 200 375 0.016684 10.0.0.27 - - [2025-06-09 02:22:02] "POST /ref-update HTTP/1.1" 200 156 0.009131 10.0.0.27 - - [2025-06-09 02:22:02] "POST /ref-update HTTP/1.1" 200 156 0.009291 10.0.0.27 - - [2025-06-09 02:22:02] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003046 10.0.0.27 - - [2025-06-09 02:22:02] "POST /instance-ips HTTP/1.1" 200 375 0.023798 10.0.0.27 - - [2025-06-09 02:22:03] "POST /ref-update HTTP/1.1" 200 156 0.011175 10.0.0.27 - - [2025-06-09 02:22:03] "POST /ref-update HTTP/1.1" 200 156 0.010417 10.0.0.27 - - [2025-06-09 02:22:03] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003062 10.0.0.27 - - [2025-06-09 02:22:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.27 - - [2025-06-09 02:22:03] "GET /global-vrouter-config/2251acbc-ad00-4917-afe1-1ebc81fd9eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003000 10.0.0.27 - - [2025-06-09 02:22:03] "GET /virtual-networks?parent_id=200b2eb9-c8b7-4f5b-922f-84df4e6932a3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003340 10.0.0.27 - - [2025-06-09 02:22:03] "GET /virtual-network/16215419-bb8a-4a0d-8844-bf1b1ecae4d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006888 10.0.0.27 - - [2025-06-09 02:22:04] "POST /neutron/port HTTP/1.1" 200 1084 0.019746 10.0.0.27 - - [2025-06-09 02:22:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005885 10.0.0.27 - - [2025-06-09 02:22:04] "POST /neutron/port HTTP/1.1" 200 1084 0.013966 10.0.0.27 - - [2025-06-09 02:22:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005718 10.0.0.27 - - [2025-06-09 02:22:04] "POST /neutron/port HTTP/1.1" 200 1084 0.015323 10.0.0.27 - - [2025-06-09 02:22:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006199 10.0.0.27 - - [2025-06-09 02:22:04] "GET /virtual-machine/a43e5ebe-2cf3-4013-a821-a3934f6adcad HTTP/1.1" 200 1291 0.004961 10.0.0.27 - - [2025-06-09 02:22:04] "GET /virtual-machine-interface/bdbb75a9-0bb6-42a5-a953-f9cd7343432d HTTP/1.1" 200 2950 0.005260 10.0.0.27 - - [2025-06-09 02:22:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002874 10.0.0.27 - - [2025-06-09 02:22:04] "GET /global-vrouter-config/2251acbc-ad00-4917-afe1-1ebc81fd9eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003670 10.0.0.27 - - [2025-06-09 02:22:04] "GET /virtual-networks?parent_id=200b2eb9-c8b7-4f5b-922f-84df4e6932a3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002961 10.0.0.27 - - [2025-06-09 02:22:04] "GET /virtual-network/f3f2ca85-7400-4ab3-ab5b-42d82f8924cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005241 10.0.0.27 - - [2025-06-09 02:22:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002914 10.0.0.27 - - [2025-06-09 02:22:05] "GET /global-vrouter-config/2251acbc-ad00-4917-afe1-1ebc81fd9eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003817 10.0.0.27 - - [2025-06-09 02:22:05] "GET /virtual-networks?parent_id=200b2eb9-c8b7-4f5b-922f-84df4e6932a3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003094 10.0.0.27 - - [2025-06-09 02:22:05] "GET /virtual-network/f3f2ca85-7400-4ab3-ab5b-42d82f8924cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005304 10.0.0.27 - - [2025-06-09 02:22:05] "POST /fqname-to-id HTTP/1.1" 404 211 0.002752 10.0.0.27 - - [2025-06-09 02:22:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002399 10.0.0.27 - - [2025-06-09 02:22:05] "GET /projects?obj_uuids=200b2eb9-c8b7-4f5b-922f-84df4e6932a3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001253 10.0.0.27 - - [2025-06-09 02:22:05] "GET /project/200b2eb9-c8b7-4f5b-922f-84df4e6932a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.031570 10.0.0.27 - - [2025-06-09 02:22:05] "POST /network-policys HTTP/1.1" 200 547 0.019556 10.0.0.27 - - [2025-06-09 02:22:05] "GET /network-policy/ae5aa782-2651-4961-8da3-c38cf8da90d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.006532 10.0.0.27 - - [2025-06-09 02:22:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005022 10.0.0.27 - - [2025-06-09 02:22:06] "GET /virtual-network/16215419-bb8a-4a0d-8844-bf1b1ecae4d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006058 10.0.0.27 - - [2025-06-09 02:22:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.27 - - [2025-06-09 02:22:06] "GET /network-policy/ae5aa782-2651-4961-8da3-c38cf8da90d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.004352 10.0.0.27 - - [2025-06-09 02:22:06] "POST /fqname-to-id HTTP/1.1" 404 242 0.003365 10.0.0.27 - - [2025-06-09 02:22:06] "POST /ref-update HTTP/1.1" 200 156 0.029368 10.0.0.27 - - [2025-06-09 02:22:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.27 - - [2025-06-09 02:22:06] "POST /access-control-lists HTTP/1.1" 200 601 0.062035 10.0.0.27 - - [2025-06-09 02:22:06] "GET /network-policy/ae5aa782-2651-4961-8da3-c38cf8da90d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003604 10.0.0.27 - - [2025-06-09 02:22:06] "POST /neutron/network HTTP/1.1" 200 920 0.007064 10.0.0.27 - - [2025-06-09 02:22:06] "GET /virtual-network/16215419-bb8a-4a0d-8844-bf1b1ecae4d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005084 10.0.0.27 - - [2025-06-09 02:22:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.27 - - [2025-06-09 02:22:06] "GET /network-policy/ae5aa782-2651-4961-8da3-c38cf8da90d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.004124 10.0.0.27 - - [2025-06-09 02:22:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002880 10.0.0.27 - - [2025-06-09 02:22:06] "GET /virtual-network/f3f2ca85-7400-4ab3-ab5b-42d82f8924cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005409 10.0.0.27 - - [2025-06-09 02:22:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002971 10.0.0.27 - - [2025-06-09 02:22:06] "GET /network-policy/ae5aa782-2651-4961-8da3-c38cf8da90d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.004225 10.0.0.27 - - [2025-06-09 02:22:06] "PUT /access-control-list/0f493639-f104-4916-a700-dcfffea47152 HTTP/1.1" 200 272 0.014429 10.0.0.27 - - [2025-06-09 02:22:06] "POST /ref-update HTTP/1.1" 200 156 0.037831 10.0.0.27 - - [2025-06-09 02:22:06] "POST /fqname-to-id HTTP/1.1" 404 244 0.003166 10.0.0.27 - - [2025-06-09 02:22:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.27 - - [2025-06-09 02:22:06] "GET /network-policy/ae5aa782-2651-4961-8da3-c38cf8da90d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.020236 10.0.0.27 - - [2025-06-09 02:22:06] "POST /access-control-lists HTTP/1.1" 200 604 0.061626 10.0.0.27 - - [2025-06-09 02:22:06] "POST /neutron/network HTTP/1.1" 200 920 0.007291 10.0.0.27 - - [2025-06-09 02:22:06] "GET /virtual-network/f3f2ca85-7400-4ab3-ab5b-42d82f8924cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.004604 10.0.0.27 - - [2025-06-09 02:22:06] "POST /routing-instances HTTP/1.1" 200 759 0.022125 10.0.0.27 - - [2025-06-09 02:22:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.27 - - [2025-06-09 02:22:07] "POST /route-targets HTTP/1.1" 200 327 0.009602 10.0.0.27 - - [2025-06-09 02:22:07] "GET /network-policy/ae5aa782-2651-4961-8da3-c38cf8da90d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003405 10.0.0.27 - - [2025-06-09 02:22:07] "POST /ref-update HTTP/1.1" 200 156 0.010454 10.0.0.27 - - [2025-06-09 02:22:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002993 10.0.0.27 - - [2025-06-09 02:22:07] "GET /routing-instance/f06f1262-0006-4a6f-ba6e-f0872d648a7a?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1278 0.004540 10.0.0.27 - - [2025-06-09 02:22:07] "GET /service-template/7de09a80-0e45-4d58-af8c-50e1533196b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.003502 10.0.0.27 - - [2025-06-09 02:22:07] "GET /routing-instance/f06f1262-0006-4a6f-ba6e-f0872d648a7a?fields=routing_policy_back_refs HTTP/1.1" 200 1278 0.003654 10.0.0.27 - - [2025-06-09 02:22:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002953 10.0.0.27 - - [2025-06-09 02:22:07] "POST /ref-update HTTP/1.1" 200 156 0.011206 10.0.0.27 - - [2025-06-09 02:22:07] "GET /projects?obj_uuids=200b2eb9-c8b7-4f5b-922f-84df4e6932a3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001037 10.0.0.27 - - [2025-06-09 02:22:07] "GET /project/200b2eb9-c8b7-4f5b-922f-84df4e6932a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.026524 10.0.0.27 - - [2025-06-09 02:22:07] "POST /routing-instances HTTP/1.1" 200 760 0.017657 10.0.0.27 - - [2025-06-09 02:22:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.27 - - [2025-06-09 02:22:07] "POST /route-targets HTTP/1.1" 200 327 0.009771 10.0.0.27 - - [2025-06-09 02:22:07] "GET /service-instance/34ae444b-c5a2-4ee7-8fde-2f01efebb6fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3529 0.005705 10.0.0.27 - - [2025-06-09 02:22:07] "POST /ref-update HTTP/1.1" 200 156 0.011594 10.0.0.27 - - [2025-06-09 02:22:07] "GET /domains HTTP/1.1" 200 280 0.002737 10.0.0.27 - - [2025-06-09 02:22:07] "GET /domains?obj_uuids=02221717-eca1-43d9-adef-8bec404929db&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001155 10.0.0.27 - - [2025-06-09 02:22:07] "GET /domain/02221717-eca1-43d9-adef-8bec404929db HTTP/1.1" 200 2770 0.009590 10.0.0.27 - - [2025-06-09 02:22:07] "GET /projects?obj_uuids=200b2eb9-c8b7-4f5b-922f-84df4e6932a3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001235 10.0.0.27 - - [2025-06-09 02:22:07] "GET /routing-instance/5b058250-0b5e-44ae-8a8c-e2492fb3cffd?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1277 0.004809 10.0.0.27 - - [2025-06-09 02:22:07] "GET /project/200b2eb9-c8b7-4f5b-922f-84df4e6932a3 HTTP/1.1" 200 4233 0.067950 10.0.0.27 - - [2025-06-09 02:22:07] "GET /routing-instance/5b058250-0b5e-44ae-8a8c-e2492fb3cffd?fields=routing_policy_back_refs HTTP/1.1" 200 1277 0.003567 10.0.0.27 - - [2025-06-09 02:22:07] "GET /service-instance/34ae444b-c5a2-4ee7-8fde-2f01efebb6fa HTTP/1.1" 200 3783 0.005027 10.0.0.27 - - [2025-06-09 02:22:07] "GET /domains HTTP/1.1" 200 280 0.003026 10.0.0.27 - - [2025-06-09 02:22:07] "GET /domains?obj_uuids=02221717-eca1-43d9-adef-8bec404929db&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001523 10.0.0.27 - - [2025-06-09 02:22:07] "GET /domain/02221717-eca1-43d9-adef-8bec404929db HTTP/1.1" 200 2770 0.010262 10.0.0.27 - - [2025-06-09 02:22:07] "GET /projects?obj_uuids=200b2eb9-c8b7-4f5b-922f-84df4e6932a3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001557 10.0.0.27 - - [2025-06-09 02:22:07] "PUT /routing-instance/f06f1262-0006-4a6f-ba6e-f0872d648a7a HTTP/1.1" 200 266 0.009913 10.0.0.27 - - [2025-06-09 02:22:07] "GET /project/200b2eb9-c8b7-4f5b-922f-84df4e6932a3 HTTP/1.1" 200 4233 0.068989 10.0.0.27 - - [2025-06-09 02:22:07] "GET /service-instance/34ae444b-c5a2-4ee7-8fde-2f01efebb6fa HTTP/1.1" 200 3783 0.003722 10.0.0.27 - - [2025-06-09 02:22:07] "PUT /routing-instance/5b058250-0b5e-44ae-8a8c-e2492fb3cffd HTTP/1.1" 200 266 0.013499 10.0.0.27 - - [2025-06-09 02:22:07] "GET /port-tuple/7cb9b25d-9155-41b7-bac0-8c71e07d2b7a HTTP/1.1" 200 1979 0.007586 10.0.0.27 - - [2025-06-09 02:22:07] "GET /virtual-machine-interface/60cc5220-b1ec-42f0-86c8-36fcdea6d41e HTTP/1.1" 200 3803 0.006271 10.0.0.27 - - [2025-06-09 02:22:07] "GET /virtual-machine-interface/761be430-df11-4907-be6f-73560d38eb34 HTTP/1.1" 200 3816 0.005522 10.0.0.27 - - [2025-06-09 02:22:07] "GET /virtual-machine-interface/c05fd241-6851-436d-b9b3-bfd0fc394668 HTTP/1.1" 200 3799 0.005809 10.0.0.27 - - [2025-06-09 02:22:07] "POST /ref-update HTTP/1.1" 200 156 0.009373 10.0.0.27 - - [2025-06-09 02:22:07] "PUT /access-control-list/ecc63954-e028-463f-becb-e6422731e4d2 HTTP/1.1" 200 272 0.011385 10.0.0.27 - - [2025-06-09 02:22:07] "POST /neutron/port HTTP/1.1" 200 3830 0.044650 10.0.0.27 - - [2025-06-09 02:22:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006182 10.0.0.27 - - [2025-06-09 02:22:07] "POST /neutron/port HTTP/1.1" 200 3830 0.031126 10.0.0.27 - - [2025-06-09 02:22:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006492 10.0.0.27 - - [2025-06-09 02:22:07] "POST /neutron/port HTTP/1.1" 200 3830 0.032550 10.0.0.27 - - [2025-06-09 02:22:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006017 10.0.0.27 - - [2025-06-09 02:22:08] "POST /neutron/port HTTP/1.1" 200 3830 0.031134 10.0.0.27 - - [2025-06-09 02:22:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007206 10.0.0.27 - - [2025-06-09 02:22:08] "POST /neutron/network HTTP/1.1" 200 894 0.014592 10.0.0.27 - - [2025-06-09 02:22:08] "POST /neutron/network HTTP/1.1" 200 920 0.005451 10.0.0.27 - - [2025-06-09 02:22:08] "POST /neutron/network HTTP/1.1" 200 806 0.013250 10.0.0.27 - - [2025-06-09 02:22:08] "POST /neutron/network HTTP/1.1" 200 832 0.005218 10.0.0.27 - - [2025-06-09 02:22:08] "POST /neutron/network HTTP/1.1" 200 894 0.011862 10.0.0.27 - - [2025-06-09 02:22:08] "POST /neutron/network HTTP/1.1" 200 920 0.005707 10.0.0.27 - - [2025-06-09 02:22:08] "POST /id-to-fqname HTTP/1.1" 200 223 0.001287 10.0.0.27 - - [2025-06-09 02:22:08] "POST /id-to-fqname HTTP/1.1" 200 223 0.001101 10.0.0.27 - - [2025-06-09 02:22:08] "POST /id-to-fqname HTTP/1.1" 200 224 0.001387 10.0.0.27 - - [2025-06-09 02:22:08] "GET /virtual-machine/2f4e8a82-cd73-4eb6-ad28-10361436f97c HTTP/1.1" 200 1802 0.003846 10.0.0.27 - - [2025-06-09 02:22:08] "GET /virtual-machine-interface/60cc5220-b1ec-42f0-86c8-36fcdea6d41e HTTP/1.1" 200 3803 0.005896 10.0.0.27 - - [2025-06-09 02:22:08] "GET /virtual-machine-interface/761be430-df11-4907-be6f-73560d38eb34 HTTP/1.1" 200 3816 0.004949 10.0.0.27 - - [2025-06-09 02:22:08] "GET /virtual-machine-interface/c05fd241-6851-436d-b9b3-bfd0fc394668 HTTP/1.1" 200 3799 0.005044 10.0.0.27 - - [2025-06-09 02:22:08] "GET /instance-ip/7095442f-4e14-4d92-b604-70503b9f6e2a HTTP/1.1" 200 1958 0.004008 10.0.0.27 - - [2025-06-09 02:22:08] "GET /instance-ip/dafb6c17-8d3b-4b44-a185-3189dea29557 HTTP/1.1" 200 1961 0.004090 10.0.0.27 - - [2025-06-09 02:22:08] "GET /instance-ip/ec7be6d3-6e4d-4698-8e4a-37b81e4d5c62 HTTP/1.1" 200 1621 0.005712 10.0.0.27 - - [2025-06-09 02:22:08] "GET /instance-ip/95d9b9e5-58cb-4fe2-b314-630bbc54cbd1 HTTP/1.1" 200 1981 0.003760 10.0.0.27 - - [2025-06-09 02:22:08] "GET /instance-ip/bd184d7e-0a25-49f7-95ca-5e9531aecbd6 HTTP/1.1" 200 1622 0.004970 10.0.0.27 - - [2025-06-09 02:22:08] "GET /instance-ip/fb7249dd-2f57-4a24-84ed-6487d39b6538 HTTP/1.1" 200 1978 0.003836 10.0.0.27 - - [2025-06-09 02:22:08] "GET /instance-ip/005fe94d-1212-485a-bc64-6d5fd114f38a HTTP/1.1" 200 1952 0.003754 10.0.0.27 - - [2025-06-09 02:22:08] "GET /instance-ip/6140755d-f338-480a-939c-6d753ebc3921 HTTP/1.1" 200 1621 0.005550 10.0.0.27 - - [2025-06-09 02:22:08] "GET /instance-ip/a3ba66f0-73a9-43e9-9f3e-4868c9db6f9c HTTP/1.1" 200 1957 0.003983 10.0.0.27 - - [2025-06-09 02:22:08] "POST /neutron/port HTTP/1.1" 200 3830 0.030191 10.0.0.27 - - [2025-06-09 02:22:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006062 10.0.0.27 - - [2025-06-09 02:22:08] "POST /neutron/port HTTP/1.1" 200 3830 0.030180 10.0.0.27 - - [2025-06-09 02:22:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005758 10.0.0.27 - - [2025-06-09 02:22:08] "POST /neutron/port HTTP/1.1" 200 3830 0.029255 10.0.0.27 - - [2025-06-09 02:22:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006196 10.0.0.27 - - [2025-06-09 02:22:08] "POST /neutron/port HTTP/1.1" 200 3830 0.029773 10.0.0.27 - - [2025-06-09 02:22:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005868 10.0.0.27 - - [2025-06-09 02:22:08] "GET /virtual-machine/2f4e8a82-cd73-4eb6-ad28-10361436f97c HTTP/1.1" 200 1802 0.003294 10.0.0.27 - - [2025-06-09 02:22:08] "GET /virtual-machine-interface/60cc5220-b1ec-42f0-86c8-36fcdea6d41e HTTP/1.1" 200 3803 0.004586 10.0.0.27 - - [2025-06-09 02:22:08] "GET /virtual-machine-interface/761be430-df11-4907-be6f-73560d38eb34 HTTP/1.1" 200 3816 0.004745 10.0.0.27 - - [2025-06-09 02:22:08] "GET /virtual-machine-interface/c05fd241-6851-436d-b9b3-bfd0fc394668 HTTP/1.1" 200 3799 0.006357 10.0.0.27 - - [2025-06-09 02:22:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.27 - - [2025-06-09 02:22:08] "GET /global-vrouter-config/2251acbc-ad00-4917-afe1-1ebc81fd9eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003160 10.0.0.27 - - [2025-06-09 02:22:08] "GET /virtual-networks?parent_id=200b2eb9-c8b7-4f5b-922f-84df4e6932a3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003047 10.0.0.27 - - [2025-06-09 02:22:08] "GET /virtual-network/16215419-bb8a-4a0d-8844-bf1b1ecae4d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.006738 10.0.0.27 - - [2025-06-09 02:22:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.27 - - [2025-06-09 02:22:10] "GET /global-vrouter-config/2251acbc-ad00-4917-afe1-1ebc81fd9eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003286 10.0.0.27 - - [2025-06-09 02:22:10] "GET /virtual-networks?parent_id=200b2eb9-c8b7-4f5b-922f-84df4e6932a3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003127 10.0.0.27 - - [2025-06-09 02:22:10] "GET /virtual-network/16215419-bb8a-4a0d-8844-bf1b1ecae4d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005506 10.0.0.27 - - [2025-06-09 02:22:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.27 - - [2025-06-09 02:22:10] "GET /global-vrouter-config/2251acbc-ad00-4917-afe1-1ebc81fd9eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003945 10.0.0.27 - - [2025-06-09 02:22:10] "GET /virtual-networks?parent_id=200b2eb9-c8b7-4f5b-922f-84df4e6932a3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003081 10.0.0.27 - - [2025-06-09 02:22:10] "GET /virtual-network/16215419-bb8a-4a0d-8844-bf1b1ecae4d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005494 10.0.0.27 - - [2025-06-09 02:22:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002883 10.0.0.27 - - [2025-06-09 02:22:10] "GET /global-vrouter-config/2251acbc-ad00-4917-afe1-1ebc81fd9eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004125 10.0.0.27 - - [2025-06-09 02:22:10] "GET /virtual-networks?parent_id=200b2eb9-c8b7-4f5b-922f-84df4e6932a3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002990 10.0.0.27 - - [2025-06-09 02:22:10] "GET /virtual-network/16215419-bb8a-4a0d-8844-bf1b1ecae4d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005217 10.0.0.27 - - [2025-06-09 02:22:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.27 - - [2025-06-09 02:22:10] "GET /global-vrouter-config/2251acbc-ad00-4917-afe1-1ebc81fd9eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003573 10.0.0.27 - - [2025-06-09 02:22:10] "GET /virtual-networks?parent_id=200b2eb9-c8b7-4f5b-922f-84df4e6932a3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002914 10.0.0.27 - - [2025-06-09 02:22:10] "GET /virtual-network/16215419-bb8a-4a0d-8844-bf1b1ecae4d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.006991 10.0.0.27 - - [2025-06-09 02:22:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002947 10.0.0.27 - - [2025-06-09 02:22:10] "GET /global-vrouter-config/2251acbc-ad00-4917-afe1-1ebc81fd9eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003163 10.0.0.27 - - [2025-06-09 02:22:10] "GET /virtual-networks?parent_id=200b2eb9-c8b7-4f5b-922f-84df4e6932a3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003717 10.0.0.27 - - [2025-06-09 02:22:11] "GET /virtual-network/229dc25c-7b4e-4baf-83d1-8d1b4cad35ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005550 10.0.0.27 - - [2025-06-09 02:22:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003216 10.0.0.27 - - [2025-06-09 02:22:11] "GET /global-vrouter-config/2251acbc-ad00-4917-afe1-1ebc81fd9eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003735 10.0.0.27 - - [2025-06-09 02:22:11] "GET /virtual-networks?parent_id=200b2eb9-c8b7-4f5b-922f-84df4e6932a3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003038 10.0.0.27 - - [2025-06-09 02:22:11] "GET /virtual-network/229dc25c-7b4e-4baf-83d1-8d1b4cad35ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005746 10.0.0.27 - - [2025-06-09 02:22:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.27 - - [2025-06-09 02:22:11] "GET /global-vrouter-config/2251acbc-ad00-4917-afe1-1ebc81fd9eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003625 10.0.0.27 - - [2025-06-09 02:22:11] "GET /virtual-networks?parent_id=200b2eb9-c8b7-4f5b-922f-84df4e6932a3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003014 10.0.0.27 - - [2025-06-09 02:22:11] "GET /virtual-network/229dc25c-7b4e-4baf-83d1-8d1b4cad35ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005455 10.0.0.27 - - [2025-06-09 02:22:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.27 - - [2025-06-09 02:22:11] "GET /global-vrouter-config/2251acbc-ad00-4917-afe1-1ebc81fd9eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004955 10.0.0.27 - - [2025-06-09 02:22:11] "GET /virtual-networks?parent_id=200b2eb9-c8b7-4f5b-922f-84df4e6932a3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003855 10.0.0.27 - - [2025-06-09 02:22:11] "GET /virtual-network/229dc25c-7b4e-4baf-83d1-8d1b4cad35ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005713 10.0.0.27 - - [2025-06-09 02:22:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003846 10.0.0.27 - - [2025-06-09 02:22:11] "GET /global-vrouter-config/2251acbc-ad00-4917-afe1-1ebc81fd9eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004308 10.0.0.27 - - [2025-06-09 02:22:11] "GET /virtual-networks?parent_id=200b2eb9-c8b7-4f5b-922f-84df4e6932a3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003091 10.0.0.27 - - [2025-06-09 02:22:11] "GET /virtual-network/f3f2ca85-7400-4ab3-ab5b-42d82f8924cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005072 10.0.0.27 - - [2025-06-09 02:22:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.27 - - [2025-06-09 02:22:11] "GET /global-vrouter-config/2251acbc-ad00-4917-afe1-1ebc81fd9eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003474 10.0.0.27 - - [2025-06-09 02:22:12] "GET /virtual-networks?parent_id=200b2eb9-c8b7-4f5b-922f-84df4e6932a3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003345 10.0.0.27 - - [2025-06-09 02:22:12] "GET /virtual-network/f3f2ca85-7400-4ab3-ab5b-42d82f8924cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005426 10.0.0.27 - - [2025-06-09 02:22:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174 10.0.0.27 - - [2025-06-09 02:22:12] "GET /global-vrouter-config/2251acbc-ad00-4917-afe1-1ebc81fd9eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003719 10.0.0.27 - - [2025-06-09 02:22:12] "GET /virtual-networks?parent_id=200b2eb9-c8b7-4f5b-922f-84df4e6932a3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003103 10.0.0.27 - - [2025-06-09 02:22:12] "GET /virtual-network/f3f2ca85-7400-4ab3-ab5b-42d82f8924cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005175 10.0.0.27 - - [2025-06-09 02:22:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.27 - - [2025-06-09 02:22:12] "GET /global-vrouter-config/2251acbc-ad00-4917-afe1-1ebc81fd9eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003706 10.0.0.27 - - [2025-06-09 02:22:12] "GET /virtual-networks?parent_id=200b2eb9-c8b7-4f5b-922f-84df4e6932a3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003844 10.0.0.27 - - [2025-06-09 02:22:12] "GET /virtual-network/f3f2ca85-7400-4ab3-ab5b-42d82f8924cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005214 10.0.0.27 - - [2025-06-09 02:22:12] "GET /virtual-machine/2f4e8a82-cd73-4eb6-ad28-10361436f97c HTTP/1.1" 200 1802 0.004830 10.0.0.27 - - [2025-06-09 02:22:12] "GET /domains HTTP/1.1" 200 280 0.002809 10.0.0.27 - - [2025-06-09 02:22:12] "GET /domains?obj_uuids=02221717-eca1-43d9-adef-8bec404929db&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001418 10.0.0.27 - - [2025-06-09 02:22:12] "GET /domain/02221717-eca1-43d9-adef-8bec404929db HTTP/1.1" 200 2770 0.007803 10.0.0.27 - - [2025-06-09 02:22:12] "GET /projects?obj_uuids=200b2eb9-c8b7-4f5b-922f-84df4e6932a3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001160 10.0.0.27 - - [2025-06-09 02:22:12] "GET /project/200b2eb9-c8b7-4f5b-922f-84df4e6932a3 HTTP/1.1" 200 4233 0.078093 10.0.0.27 - - [2025-06-09 02:22:12] "GET /service-instance/34ae444b-c5a2-4ee7-8fde-2f01efebb6fa HTTP/1.1" 200 3783 0.004459 10.0.0.27 - - [2025-06-09 02:22:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002796 10.0.0.27 - - [2025-06-09 02:22:12] "GET /routing-instance/d01e991a-9e09-49cc-bc20-446342e9b40b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1888 0.003795 10.0.0.27 - - [2025-06-09 02:22:12] "GET /routing-instance/d01e991a-9e09-49cc-bc20-446342e9b40b?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2021 0.007049 10.0.0.27 - - [2025-06-09 02:22:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003223 10.0.0.27 - - [2025-06-09 02:22:12] "GET /routing-instance/0231e660-c9cf-4327-9f56-30d808b73697?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1891 0.004292 10.0.0.27 - - [2025-06-09 02:22:12] "GET /routing-instance/0231e660-c9cf-4327-9f56-30d808b73697?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2022 0.006243 10.0.0.27 - - [2025-06-09 02:22:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002936 10.0.0.27 - - [2025-06-09 02:22:13] "GET /virtual-network/16215419-bb8a-4a0d-8844-bf1b1ecae4d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.006406 10.0.0.27 - - [2025-06-09 02:22:13] "GET /virtual-network/16215419-bb8a-4a0d-8844-bf1b1ecae4d1?fields=routing_instances HTTP/1.1" 200 1682 0.006812 10.0.0.27 - - [2025-06-09 02:22:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003727 10.0.0.27 - - [2025-06-09 02:22:13] "GET /virtual-network/f3f2ca85-7400-4ab3-ab5b-42d82f8924cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005250 10.0.0.27 - - [2025-06-09 02:22:13] "GET /virtual-network/f3f2ca85-7400-4ab3-ab5b-42d82f8924cf?fields=routing_instances HTTP/1.1" 200 1689 0.008332 10.0.0.27 - - [2025-06-09 02:22:14] "GET /obj-perms HTTP/1.1" 200 5056 0.054974 10.0.0.27 - - [2025-06-09 02:22:15] "GET /obj-perms HTTP/1.1" 200 5056 0.046177 10.0.0.27 - - [2025-06-09 02:22:17] "POST /ref-update HTTP/1.1" 200 156 0.031134 10.0.0.27 - - [2025-06-09 02:22:17] "DELETE /access-control-list/ecc63954-e028-463f-becb-e6422731e4d2 HTTP/1.1" 200 115 0.028988 10.0.0.27 - - [2025-06-09 02:22:17] "POST /neutron/network HTTP/1.1" 200 832 0.011662 10.0.0.27 - - [2025-06-09 02:22:17] "GET /virtual-network/f3f2ca85-7400-4ab3-ab5b-42d82f8924cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004829 10.0.0.27 - - [2025-06-09 02:22:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.27 - - [2025-06-09 02:22:17] "DELETE /routing-instance/f06f1262-0006-4a6f-ba6e-f0872d648a7a HTTP/1.1" 200 115 0.027678 10.0.0.27 - - [2025-06-09 02:22:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002693 10.0.0.27 - - [2025-06-09 02:22:17] "GET /network-policy/ae5aa782-2651-4961-8da3-c38cf8da90d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003619 10.0.0.27 - - [2025-06-09 02:22:17] "DELETE /route-target/e75cbc41-f73b-4adb-af3f-5e22339d5471 HTTP/1.1" 200 115 0.019827 10.0.0.27 - - [2025-06-09 02:22:17] "POST /ref-update HTTP/1.1" 200 156 0.027609 10.0.0.27 - - [2025-06-09 02:22:17] "DELETE /routing-instance/5b058250-0b5e-44ae-8a8c-e2492fb3cffd HTTP/1.1" 200 115 0.035818 10.0.0.27 - - [2025-06-09 02:22:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003230 10.0.0.27 - - [2025-06-09 02:22:17] "POST /neutron/network HTTP/1.1" 200 832 0.006889 10.0.0.27 - - [2025-06-09 02:22:17] "GET /virtual-network/16215419-bb8a-4a0d-8844-bf1b1ecae4d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004765 10.0.0.27 - - [2025-06-09 02:22:17] "DELETE /route-target/054e8a66-ee90-437a-9eac-2e52679050a4 HTTP/1.1" 200 115 0.013797 10.0.0.27 - - [2025-06-09 02:22:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004709 10.0.0.27 - - [2025-06-09 02:22:17] "DELETE /access-control-list/0f493639-f104-4916-a700-dcfffea47152 HTTP/1.1" 200 115 0.032998 10.0.0.27 - - [2025-06-09 02:22:17] "GET /network-policy/ae5aa782-2651-4961-8da3-c38cf8da90d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003791 10.0.0.27 - - [2025-06-09 02:22:17] "DELETE /network-policy/ae5aa782-2651-4961-8da3-c38cf8da90d7 HTTP/1.1" 200 115 0.023282 10.0.0.27 - - [2025-06-09 02:22:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003960 10.0.0.27 - - [2025-06-09 02:22:17] "DELETE /service-instance/34ae444b-c5a2-4ee7-8fde-2f01efebb6fa HTTP/1.1" 200 115 0.048552 10.0.0.27 - - [2025-06-09 02:22:17] "GET /domains HTTP/1.1" 200 280 0.002251 10.0.0.27 - - [2025-06-09 02:22:17] "POST /ref-update HTTP/1.1" 200 156 0.013716 10.0.0.27 - - [2025-06-09 02:22:17] "GET /domains?obj_uuids=02221717-eca1-43d9-adef-8bec404929db&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001062 10.0.0.27 - - [2025-06-09 02:22:17] "GET /domain/02221717-eca1-43d9-adef-8bec404929db HTTP/1.1" 200 2770 0.008886 10.0.0.27 - - [2025-06-09 02:22:17] "GET /projects?obj_uuids=200b2eb9-c8b7-4f5b-922f-84df4e6932a3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001143 10.0.0.27 - - [2025-06-09 02:22:17] "DELETE /instance-ip/005fe94d-1212-485a-bc64-6d5fd114f38a HTTP/1.1" 200 115 0.032006 10.0.0.27 - - [2025-06-09 02:22:17] "POST /ref-update HTTP/1.1" 200 156 0.010982 10.0.0.27 - - [2025-06-09 02:22:18] "GET /project/200b2eb9-c8b7-4f5b-922f-84df4e6932a3 HTTP/1.1" 200 3759 0.071250 10.0.0.27 - - [2025-06-09 02:22:18] "GET /virtual-machine/2f4e8a82-cd73-4eb6-ad28-10361436f97c HTTP/1.1" 200 1802 0.004285 10.0.0.27 - - [2025-06-09 02:22:18] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002125 10.0.0.27 - - [2025-06-09 02:22:18] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.001760 10.0.0.27 - - [2025-06-09 02:22:18] "DELETE /instance-ip/7095442f-4e14-4d92-b604-70503b9f6e2a HTTP/1.1" 200 115 0.025386 10.0.0.27 - - [2025-06-09 02:22:18] "POST /ref-update HTTP/1.1" 200 156 0.012659 10.0.0.27 - - [2025-06-09 02:22:18] "DELETE /instance-ip/dafb6c17-8d3b-4b44-a185-3189dea29557 HTTP/1.1" 200 115 0.021559 10.0.0.27 - - [2025-06-09 02:22:18] "POST /ref-update HTTP/1.1" 200 156 0.009538 10.0.0.27 - - [2025-06-09 02:22:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712 10.0.0.27 - - [2025-06-09 02:22:18] "DELETE /service-template/7de09a80-0e45-4d58-af8c-50e1533196b5 HTTP/1.1" 200 115 0.033248 10.0.0.27 - - [2025-06-09 02:22:18] "POST /fqname-to-id HTTP/1.1" 404 193 0.002560 10.0.0.27 - - [2025-06-09 02:22:18] "DELETE /instance-ip/95d9b9e5-58cb-4fe2-b314-630bbc54cbd1 HTTP/1.1" 200 115 0.033574 10.0.0.27 - - [2025-06-09 02:22:18] "POST /ref-update HTTP/1.1" 200 156 0.011578 10.0.0.27 - - [2025-06-09 02:22:18] "DELETE /instance-ip/fb7249dd-2f57-4a24-84ed-6487d39b6538 HTTP/1.1" 200 115 0.022181 10.0.0.27 - - [2025-06-09 02:22:18] "POST /ref-update HTTP/1.1" 200 156 0.011478 10.0.0.27 - - [2025-06-09 02:22:18] "DELETE /instance-ip/a3ba66f0-73a9-43e9-9f3e-4868c9db6f9c HTTP/1.1" 200 115 0.038168 10.0.0.27 - - [2025-06-09 02:22:18] "POST /neutron/network HTTP/1.1" 200 832 0.006778 10.0.0.27 - - [2025-06-09 02:22:18] "POST /neutron/network HTTP/1.1" 400 204 0.016351 10.0.0.27 - - [2025-06-09 02:22:18] "POST /neutron/port HTTP/1.1" 200 1084 0.015674 10.0.0.27 - - [2025-06-09 02:22:18] "POST /neutron/port HTTP/1.1" 200 1110 0.010490 10.0.0.27 - - [2025-06-09 02:22:18] "POST /neutron/port HTTP/1.1" 200 151 0.100106 10.0.0.27 - - [2025-06-09 02:22:18] "POST /neutron/port HTTP/1.1" 200 1086 0.024121 10.0.0.27 - - [2025-06-09 02:22:19] "POST /neutron/port HTTP/1.1" 200 1112 0.009373 10.0.0.27 - - [2025-06-09 02:22:19] "POST /neutron/port HTTP/1.1" 200 3023 0.048651 10.0.0.27 - - [2025-06-09 02:22:19] "POST /neutron/port HTTP/1.1" 200 1112 0.010463 10.0.0.27 - - [2025-06-09 02:22:19] "POST /neutron/port HTTP/1.1" 200 151 0.152773 10.0.0.27 - - [2025-06-09 02:22:19] "POST /neutron/port HTTP/1.1" 200 151 0.095006 10.0.0.27 - - [2025-06-09 02:22:19] "POST /neutron/port HTTP/1.1" 200 1112 0.009733 10.0.0.27 - - [2025-06-09 02:22:19] "POST /neutron/port HTTP/1.1" 200 151 0.109099 10.0.0.27 - - [2025-06-09 02:22:19] "POST /neutron/port HTTP/1.1" 200 1110 0.008532 10.0.0.27 - - [2025-06-09 02:22:19] "POST /neutron/port HTTP/1.1" 200 151 0.098057 10.0.0.27 - - [2025-06-09 02:22:20] "POST /neutron/network HTTP/1.1" 200 832 0.005918 10.0.0.27 - - [2025-06-09 02:22:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002865 10.0.0.27 - - [2025-06-09 02:22:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003197 10.0.0.27 - - [2025-06-09 02:22:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002101 10.0.0.27 - - [2025-06-09 02:22:20] "POST /neutron/network HTTP/1.1" 200 151 0.091811 10.0.0.27 - - [2025-06-09 02:22:20] "DELETE /route-target/26f69c4c-bb37-4b72-8110-1e8f6b0025ef HTTP/1.1" 200 115 0.020759 10.0.0.27 - - [2025-06-09 02:22:20] "GET /routing-instance/0231e660-c9cf-4327-9f56-30d808b73697 HTTP/1.1" 404 171 0.002592 10.0.0.27 - - [2025-06-09 02:22:20] "GET /domains HTTP/1.1" 200 280 0.002478 10.0.0.27 - - [2025-06-09 02:22:20] "GET /domains?obj_uuids=02221717-eca1-43d9-adef-8bec404929db&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001100 10.0.0.27 - - [2025-06-09 02:22:20] "GET /domain/02221717-eca1-43d9-adef-8bec404929db HTTP/1.1" 200 2570 0.049959 10.0.0.27 - - [2025-06-09 02:22:20] "GET /projects?obj_uuids=200b2eb9-c8b7-4f5b-922f-84df4e6932a3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001117 10.0.0.27 - - [2025-06-09 02:22:20] "GET /project/200b2eb9-c8b7-4f5b-922f-84df4e6932a3 HTTP/1.1" 200 2298 0.065850 10.0.0.27 - - [2025-06-09 02:22:20] "POST /neutron/network HTTP/1.1" 200 832 0.005595 10.0.0.27 - - [2025-06-09 02:22:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005165 10.0.0.27 - - [2025-06-09 02:22:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002169 10.0.0.27 - - [2025-06-09 02:22:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002955 10.0.0.27 - - [2025-06-09 02:22:20] "POST /neutron/network HTTP/1.1" 200 151 0.083042 10.0.0.27 - - [2025-06-09 02:22:20] "DELETE /route-target/0c699ab4-3d2f-4112-b364-39d9c3e45e0a HTTP/1.1" 200 115 0.016274 10.0.0.27 - - [2025-06-09 02:22:20] "GET /routing-instance/d01e991a-9e09-49cc-bc20-446342e9b40b HTTP/1.1" 404 171 0.002378 10.0.0.27 - - [2025-06-09 02:22:20] "GET /domains HTTP/1.1" 200 280 0.002711 10.0.0.27 - - [2025-06-09 02:22:20] "GET /domains?obj_uuids=02221717-eca1-43d9-adef-8bec404929db&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001255 10.0.0.27 - - [2025-06-09 02:22:20] "GET /domain/02221717-eca1-43d9-adef-8bec404929db HTTP/1.1" 200 2570 0.051072 10.0.0.27 - - [2025-06-09 02:22:20] "GET /projects?obj_uuids=200b2eb9-c8b7-4f5b-922f-84df4e6932a3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003067 10.0.0.27 - - [2025-06-09 02:22:20] "GET /project/200b2eb9-c8b7-4f5b-922f-84df4e6932a3 HTTP/1.1" 200 2080 0.072236 10.0.0.27 - - [2025-06-09 02:22:21] "POST /neutron/network HTTP/1.1" 200 832 0.007018 10.0.0.27 - - [2025-06-09 02:22:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.27 - - [2025-06-09 02:22:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003227 10.0.0.27 - - [2025-06-09 02:22:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002191 10.0.0.27 - - [2025-06-09 02:22:21] "POST /neutron/network HTTP/1.1" 200 151 0.096180 10.0.0.27 - - [2025-06-09 02:22:21] "DELETE /route-target/fc76f1da-1b3b-4d8e-ac76-e8356cdb6ac2 HTTP/1.1" 200 115 0.022279 10.0.0.27 - - [2025-06-09 02:22:21] "GET /routing-instance/fa9168a0-bba6-4af0-a005-5a2a85de38fc HTTP/1.1" 404 171 0.003142 10.0.0.27 - - [2025-06-09 02:22:21] "GET /domains HTTP/1.1" 200 280 0.002695 10.0.0.27 - - [2025-06-09 02:22:21] "GET /domains?obj_uuids=02221717-eca1-43d9-adef-8bec404929db&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001227 10.0.0.27 - - [2025-06-09 02:22:21] "GET /domain/02221717-eca1-43d9-adef-8bec404929db HTTP/1.1" 200 2570 0.050418 10.0.0.27 - - [2025-06-09 02:22:21] "GET /projects?obj_uuids=200b2eb9-c8b7-4f5b-922f-84df4e6932a3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001101 10.0.0.27 - - [2025-06-09 02:22:21] "GET /project/200b2eb9-c8b7-4f5b-922f-84df4e6932a3 HTTP/1.1" 200 1840 0.073436 10.0.0.27 - - [2025-06-09 02:22:21] "GET /projects?obj_uuids=200b2eb9-c8b7-4f5b-922f-84df4e6932a3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001103 10.0.0.27 - - [2025-06-09 02:22:21] "GET /project/200b2eb9-c8b7-4f5b-922f-84df4e6932a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.031286 10.0.0.27 - - [2025-06-09 02:22:21] "GET /projects?obj_uuids=200b2eb9-c8b7-4f5b-922f-84df4e6932a3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001141 10.0.0.27 - - [2025-06-09 02:22:21] "GET /project/200b2eb9-c8b7-4f5b-922f-84df4e6932a3?fields=virtual_networks HTTP/1.1" 200 1028 0.066339 10.0.0.27 - - [2025-06-09 02:22:21] "GET /projects?obj_uuids=200b2eb9-c8b7-4f5b-922f-84df4e6932a3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001166 10.0.0.27 - - [2025-06-09 02:22:21] "GET /project/200b2eb9-c8b7-4f5b-922f-84df4e6932a3?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.023867 10.0.0.27 - - [2025-06-09 02:22:21] "GET /projects?obj_uuids=200b2eb9-c8b7-4f5b-922f-84df4e6932a3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001078 10.0.0.27 - - [2025-06-09 02:22:21] "GET /project/200b2eb9-c8b7-4f5b-922f-84df4e6932a3?fields=security_groups HTTP/1.1" 200 1252 0.023793 10.0.0.27 - - [2025-06-09 02:22:22] "POST /fqname-to-id HTTP/1.1" 404 189 0.025821 10.0.0.27 - - [2025-06-09 02:22:22] "GET /projects?obj_uuids=84f4b1e1-a18f-4550-891e-1a8542769c94&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002485 10.0.0.27 - - [2025-06-09 02:22:22] "GET /domains?obj_uuids=02221717-eca1-43d9-adef-8bec404929db&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001980 10.0.0.27 - - [2025-06-09 02:22:22] "GET /domain/02221717-eca1-43d9-adef-8bec404929db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.009919 10.0.0.27 - - [2025-06-09 02:22:22] "POST /id-to-fqname HTTP/1.1" 200 191 0.001197 10.0.0.27 - - [2025-06-09 02:22:22] "POST /fqname-to-id HTTP/1.1" 404 200 0.003454 10.0.0.27 - - [2025-06-09 02:22:22] "POST /security-groups HTTP/1.1" 200 592 0.060078 10.0.0.27 - - [2025-06-09 02:22:22] "POST /fqname-to-id HTTP/1.1" 404 235 0.002589 10.0.0.27 - - [2025-06-09 02:22:22] "POST /projects HTTP/1.1" 200 587 0.204211 10.0.0.27 - - [2025-06-09 02:22:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.271884 10.0.0.27 - - [2025-06-09 02:22:22] "POST /access-control-lists HTTP/1.1" 200 597 0.060153 10.0.0.27 - - [2025-06-09 02:22:22] "POST /fqname-to-id HTTP/1.1" 404 234 0.002665 10.0.0.27 - - [2025-06-09 02:22:23] "GET /project/84f4b1e1-a18f-4550-891e-1a8542769c94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.402243 10.0.0.27 - - [2025-06-09 02:22:23] "POST /access-control-lists HTTP/1.1" 200 595 0.059382 10.0.0.27 - - [2025-06-09 02:22:24] "GET / HTTP/1.1" 200 35931 0.002081 10.0.0.27 - - [2025-06-09 02:22:25] "GET /project/84f4b1e1-a18f-4550-891e-1a8542769c94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000479 10.0.0.27 - - [2025-06-09 02:22:25] "GET /projects?obj_uuids=84f4b1e1-a18f-4550-891e-1a8542769c94&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001110 10.0.0.27 - - [2025-06-09 02:22:25] "GET /project/84f4b1e1-a18f-4550-891e-1a8542769c94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.048071 10.0.0.27 - - [2025-06-09 02:22:25] "POST /fqname-to-id HTTP/1.1" 404 180 0.002572 10.0.0.27 - - [2025-06-09 02:22:25] "POST /virtual-DNSs HTTP/1.1" 200 507 0.021661 10.0.0.27 - - [2025-06-09 02:22:25] "GET /virtual-DNS/4da60cea-a889-4eda-aaf7-a65515865ed6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.005807 10.0.0.27 - - [2025-06-09 02:22:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.27 - - [2025-06-09 02:22:25] "GET /virtual-DNS/4da60cea-a889-4eda-aaf7-a65515865ed6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.003326 10.0.0.27 - - [2025-06-09 02:22:25] "GET /domains HTTP/1.1" 401 292 0.000469 10.0.0.27 - - [2025-06-09 02:22:26] "GET /domains HTTP/1.1" 200 280 0.024869 10.0.0.27 - - [2025-06-09 02:22:26] "GET /domains?obj_uuids=02221717-eca1-43d9-adef-8bec404929db&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001005 10.0.0.27 - - [2025-06-09 02:22:26] "GET /domain/02221717-eca1-43d9-adef-8bec404929db HTTP/1.1" 200 2957 0.007897 10.0.0.27 - - [2025-06-09 02:22:26] "GET /virtual-DNS/4da60cea-a889-4eda-aaf7-a65515865ed6 HTTP/1.1" 200 1438 0.004119 10.0.0.27 - - [2025-06-09 02:22:26] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.002358 10.0.0.27 - - [2025-06-09 02:22:26] "POST /network-ipams HTTP/1.1" 200 514 0.017730 10.0.0.27 - - [2025-06-09 02:22:26] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 968 0.002725 10.0.0.27 - - [2025-06-09 02:22:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.27 - - [2025-06-09 02:22:26] "GET /network-ipam/0788fa13-ccf4-46cb-9a53-59983b1dda0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.005373 10.0.0.27 - - [2025-06-09 02:22:26] "PUT /network-ipam/0788fa13-ccf4-46cb-9a53-59983b1dda0a HTTP/1.1" 200 258 0.010532 10.0.0.27 - - [2025-06-09 02:22:26] "POST /ref-update HTTP/1.1" 200 156 0.008634 10.0.0.27 - - [2025-06-09 02:22:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.27 - - [2025-06-09 02:22:26] "GET /projects?obj_uuids=84f4b1e1-a18f-4550-891e-1a8542769c94&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001498 10.0.0.27 - - [2025-06-09 02:22:26] "GET /project/84f4b1e1-a18f-4550-891e-1a8542769c94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.026546 10.0.0.27 - - [2025-06-09 02:22:26] "POST /neutron/network HTTP/1.1" 200 117 0.027289 10.0.0.27 - - [2025-06-09 02:22:26] "GET /projects?obj_uuids=84f4b1e1-a18f-4550-891e-1a8542769c94&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001034 10.0.0.27 - - [2025-06-09 02:22:26] "POST /neutron/network HTTP/1.1" 200 618 0.066156 10.0.0.27 - - [2025-06-09 02:22:26] "POST /route-targets HTTP/1.1" 200 327 0.010176 10.0.0.27 - - [2025-06-09 02:22:26] "POST /ref-update HTTP/1.1" 200 156 0.010794 10.0.0.27 - - [2025-06-09 02:22:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002545 10.0.0.27 - - [2025-06-09 02:22:26] "POST /neutron/subnet HTTP/1.1" 200 711 0.201942 10.0.0.27 - - [2025-06-09 02:22:26] "POST /neutron/network HTTP/1.1" 200 833 0.005255 10.0.0.27 - - [2025-06-09 02:22:26] "POST /id-to-fqname HTTP/1.1" 200 227 0.001323 10.0.0.27 - - [2025-06-09 02:22:26] "GET /virtual-network/d9dc5777-d6f2-4b2f-97b6-f7e185c2afcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004583 10.0.0.27 - - [2025-06-09 02:22:27] "POST /neutron/network HTTP/1.1" 200 833 0.005650 10.0.0.27 - - [2025-06-09 02:22:27] "GET /virtual-network/d9dc5777-d6f2-4b2f-97b6-f7e185c2afcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004794 10.0.0.27 - - [2025-06-09 02:22:27] "POST /neutron/network HTTP/1.1" 200 833 0.006746 10.0.0.27 - - [2025-06-09 02:22:27] "POST /neutron/subnet HTTP/1.1" 200 711 0.006671 10.0.0.27 - - [2025-06-09 02:22:27] "POST /neutron/network HTTP/1.1" 200 807 0.011120 10.0.0.27 - - [2025-06-09 02:22:27] "POST /neutron/network HTTP/1.1" 200 833 0.006243 10.0.0.27 - - [2025-06-09 02:22:27] "POST /id-to-fqname HTTP/1.1" 200 227 0.001588 10.0.0.27 - - [2025-06-09 02:22:27] "POST /neutron/network HTTP/1.1" 200 843 0.005637 10.0.0.27 - - [2025-06-09 02:22:27] "GET /aaa-mode HTTP/1.1" 401 292 0.000533 10.0.0.27 - - [2025-06-09 02:22:27] "GET / HTTP/1.1" 200 35931 0.002019 10.0.0.27 - - [2025-06-09 02:22:27] "GET /project/84f4b1e1-a18f-4550-891e-1a8542769c94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000432 10.0.0.27 - - [2025-06-09 02:22:28] "GET /projects?obj_uuids=84f4b1e1-a18f-4550-891e-1a8542769c94&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001066 10.0.0.27 - - [2025-06-09 02:22:28] "GET /project/84f4b1e1-a18f-4550-891e-1a8542769c94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.042394 10.0.0.27 - - [2025-06-09 02:22:28] "POST /neutron/network HTTP/1.1" 200 833 0.005834 10.0.0.27 - - [2025-06-09 02:22:28] "POST /neutron/port HTTP/1.1" 200 117 0.005270 10.0.0.27 - - [2025-06-09 02:22:28] "POST /neutron/port HTTP/1.1" 200 117 0.004976 10.0.0.27 - - [2025-06-09 02:22:28] "POST /neutron/port HTTP/1.1" 200 117 0.006040 10.0.0.27 - - [2025-06-09 02:22:28] "POST /neutron/network HTTP/1.1" 200 843 0.007277 10.0.0.27 - - [2025-06-09 02:22:28] "GET /projects?obj_uuids=84f4b1e1-a18f-4550-891e-1a8542769c94&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001316 10.0.0.27 - - [2025-06-09 02:22:28] "POST /neutron/port HTTP/1.1" 200 1058 0.203719 10.0.0.27 - - [2025-06-09 02:22:28] "POST /neutron/port HTTP/1.1" 200 1058 0.009035 10.0.0.27 - - [2025-06-09 02:22:28] "POST /neutron/port HTTP/1.1" 200 1058 0.008911 10.0.0.27 - - [2025-06-09 02:22:28] "POST /neutron/port HTTP/1.1" 200 1112 0.053162 10.0.0.27 - - [2025-06-09 02:22:28] "POST /neutron/port HTTP/1.1" 200 1086 0.015239 10.0.0.27 - - [2025-06-09 02:22:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003288 10.0.0.27 - - [2025-06-09 02:22:28] "POST /neutron/subnet HTTP/1.1" 200 685 0.010333 10.0.0.27 - - [2025-06-09 02:22:28] "POST /neutron/port HTTP/1.1" 200 117 0.001245 10.0.0.27 - - [2025-06-09 02:22:28] "POST /neutron/network HTTP/1.1" 200 833 0.005372 10.0.0.27 - - [2025-06-09 02:22:33] "POST /neutron/port HTTP/1.1" 200 1086 0.019969 10.0.0.27 - - [2025-06-09 02:22:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008428 10.0.0.27 - - [2025-06-09 02:22:33] "POST /neutron/port HTTP/1.1" 200 1086 0.015458 10.0.0.27 - - [2025-06-09 02:22:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006943 10.0.0.27 - - [2025-06-09 02:22:33] "POST /neutron/port HTTP/1.1" 200 1086 0.014026 10.0.0.27 - - [2025-06-09 02:22:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006159 10.0.0.27 - - [2025-06-09 02:22:33] "GET /virtual-machine/1cf6b6e3-3966-4e48-9a1a-2561df52d834 HTTP/1.1" 200 1293 0.004805 10.0.0.27 - - [2025-06-09 02:22:33] "GET /virtual-machine-interface/940272fa-c43d-404f-9268-e094136f599e HTTP/1.1" 200 2965 0.005162 10.0.0.27 - - [2025-06-09 02:22:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.27 - - [2025-06-09 02:22:33] "GET /global-vrouter-config/2251acbc-ad00-4917-afe1-1ebc81fd9eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003525 10.0.0.27 - - [2025-06-09 02:22:33] "GET /virtual-networks?parent_id=84f4b1e1-a18f-4550-891e-1a8542769c94&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003463 10.0.0.27 - - [2025-06-09 02:22:33] "GET /virtual-network/d9dc5777-d6f2-4b2f-97b6-f7e185c2afcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005386 10.0.0.27 - - [2025-06-09 02:22:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.27 - - [2025-06-09 02:22:36] "GET /virtual-network/d9dc5777-d6f2-4b2f-97b6-f7e185c2afcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005150 10.0.0.27 - - [2025-06-09 02:22:37] "POST /neutron/port HTTP/1.1" 200 1086 0.014533 10.0.0.27 - - [2025-06-09 02:22:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005541 10.0.0.27 - - [2025-06-09 02:22:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002882 10.0.0.27 - - [2025-06-09 02:22:38] "GET /global-vrouter-config/2251acbc-ad00-4917-afe1-1ebc81fd9eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003017 10.0.0.27 - - [2025-06-09 02:22:38] "GET /virtual-networks?parent_id=84f4b1e1-a18f-4550-891e-1a8542769c94&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003028 10.0.0.27 - - [2025-06-09 02:22:38] "GET /virtual-network/d9dc5777-d6f2-4b2f-97b6-f7e185c2afcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005556 10.0.0.27 - - [2025-06-09 02:22:43] "POST /neutron/network HTTP/1.1" 200 807 0.012556 10.0.0.27 - - [2025-06-09 02:22:43] "POST /neutron/network HTTP/1.1" 200 833 0.007476 10.0.0.27 - - [2025-06-09 02:22:43] "POST /id-to-fqname HTTP/1.1" 200 227 0.001993 10.0.0.27 - - [2025-06-09 02:22:43] "POST /neutron/port HTTP/1.1" 200 1086 0.020864 10.0.0.27 - - [2025-06-09 02:22:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008724 10.0.0.27 - - [2025-06-09 02:22:43] "POST /neutron/network HTTP/1.1" 200 843 0.008923 10.0.0.27 - - [2025-06-09 02:22:43] "GET /aaa-mode HTTP/1.1" 401 292 0.001220 10.0.0.27 - - [2025-06-09 02:22:44] "GET / HTTP/1.1" 200 35931 0.001613 10.0.0.27 - - [2025-06-09 02:22:44] "GET /project/84f4b1e1-a18f-4550-891e-1a8542769c94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000406 10.0.0.27 - - [2025-06-09 02:22:44] "GET /projects?obj_uuids=84f4b1e1-a18f-4550-891e-1a8542769c94&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001956 10.0.0.27 - - [2025-06-09 02:22:44] "GET /project/84f4b1e1-a18f-4550-891e-1a8542769c94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.052072 10.0.0.27 - - [2025-06-09 02:22:44] "POST /neutron/network HTTP/1.1" 200 833 0.005472 10.0.0.27 - - [2025-06-09 02:22:44] "POST /neutron/port HTTP/1.1" 200 1086 0.016888 10.0.0.27 - - [2025-06-09 02:22:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006467 10.0.0.27 - - [2025-06-09 02:22:44] "POST /neutron/port HTTP/1.1" 200 117 0.005970 10.0.0.27 - - [2025-06-09 02:22:44] "POST /neutron/port HTTP/1.1" 200 117 0.022287 10.0.0.27 - - [2025-06-09 02:22:45] "POST /neutron/network HTTP/1.1" 200 843 0.006453 10.0.0.27 - - [2025-06-09 02:22:45] "GET /projects?obj_uuids=84f4b1e1-a18f-4550-891e-1a8542769c94&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001273 10.0.0.27 - - [2025-06-09 02:22:45] "POST /neutron/port HTTP/1.1" 200 1058 0.206518 10.0.0.27 - - [2025-06-09 02:22:45] "POST /neutron/port HTTP/1.1" 200 1058 0.011152 10.0.0.27 - - [2025-06-09 02:22:45] "POST /neutron/port HTTP/1.1" 200 1058 0.011254 10.0.0.27 - - [2025-06-09 02:22:45] "POST /neutron/port HTTP/1.1" 200 1112 0.068507 10.0.0.27 - - [2025-06-09 02:22:45] "POST /neutron/port HTTP/1.1" 200 1086 0.014728 10.0.0.27 - - [2025-06-09 02:22:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003412 10.0.0.27 - - [2025-06-09 02:22:45] "POST /neutron/subnet HTTP/1.1" 200 685 0.010167 10.0.0.27 - - [2025-06-09 02:22:45] "POST /neutron/port HTTP/1.1" 200 117 0.001163 10.0.0.27 - - [2025-06-09 02:22:45] "POST /neutron/network HTTP/1.1" 200 833 0.005875 10.0.0.27 - - [2025-06-09 02:22:49] "POST /neutron/port HTTP/1.1" 200 1086 0.014369 10.0.0.27 - - [2025-06-09 02:22:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007135 10.0.0.27 - - [2025-06-09 02:22:49] "POST /neutron/port HTTP/1.1" 200 1086 0.015137 10.0.0.27 - - [2025-06-09 02:22:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006351 10.0.0.27 - - [2025-06-09 02:22:49] "POST /neutron/port HTTP/1.1" 200 1086 0.014700 10.0.0.27 - - [2025-06-09 02:22:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006598 10.0.0.27 - - [2025-06-09 02:22:49] "GET /virtual-machine/e68137b2-5fe3-4576-bbf3-17965616fff2 HTTP/1.1" 200 1294 0.004892 10.0.0.27 - - [2025-06-09 02:22:49] "GET /virtual-machine-interface/4e89035e-e5f5-408c-b2b4-3894232f7ac4 HTTP/1.1" 200 2964 0.006305 10.0.0.27 - - [2025-06-09 02:22:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.27 - - [2025-06-09 02:22:49] "GET /global-vrouter-config/2251acbc-ad00-4917-afe1-1ebc81fd9eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003177 10.0.0.27 - - [2025-06-09 02:22:50] "GET /virtual-networks?parent_id=84f4b1e1-a18f-4550-891e-1a8542769c94&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003227 10.0.0.27 - - [2025-06-09 02:22:50] "GET /virtual-network/d9dc5777-d6f2-4b2f-97b6-f7e185c2afcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006020 10.0.0.27 - - [2025-06-09 02:22:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002971 10.0.0.27 - - [2025-06-09 02:22:53] "GET /virtual-network/d9dc5777-d6f2-4b2f-97b6-f7e185c2afcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005459 10.0.0.27 - - [2025-06-09 02:22:53] "POST /neutron/port HTTP/1.1" 200 1086 0.015363 10.0.0.27 - - [2025-06-09 02:22:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006054 10.0.0.27 - - [2025-06-09 02:22:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.27 - - [2025-06-09 02:22:55] "GET /global-vrouter-config/2251acbc-ad00-4917-afe1-1ebc81fd9eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003417 10.0.0.27 - - [2025-06-09 02:22:55] "GET /virtual-networks?parent_id=84f4b1e1-a18f-4550-891e-1a8542769c94&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003065 10.0.0.27 - - [2025-06-09 02:22:55] "GET /virtual-network/d9dc5777-d6f2-4b2f-97b6-f7e185c2afcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005148 10.0.0.27 - - [2025-06-09 02:23:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.27 - - [2025-06-09 02:23:01] "DELETE /virtual-DNS/4da60cea-a889-4eda-aaf7-a65515865ed6 HTTP/1.1" 409 235 0.006911 10.0.0.27 - - [2025-06-09 02:23:01] "POST /fqname-to-id HTTP/1.1" 404 192 0.002896 10.0.0.27 - - [2025-06-09 02:23:01] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.017546 10.0.0.27 - - [2025-06-09 02:23:01] "GET /virtual-DNS-record/e4577a22-30dc-49d5-89d6-698aa5f2ed31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.004367 10.0.0.27 - - [2025-06-09 02:23:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.27 - - [2025-06-09 02:23:01] "GET /virtual-DNS-record/e4577a22-30dc-49d5-89d6-698aa5f2ed31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.003453 10.0.0.27 - - [2025-06-09 02:23:01] "GET /domains HTTP/1.1" 200 280 0.003210 10.0.0.27 - - [2025-06-09 02:23:01] "GET /domains?obj_uuids=02221717-eca1-43d9-adef-8bec404929db&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001194 10.0.0.27 - - [2025-06-09 02:23:01] "GET /domain/02221717-eca1-43d9-adef-8bec404929db HTTP/1.1" 200 2957 0.007744 10.0.0.27 - - [2025-06-09 02:23:01] "GET /virtual-DNS/4da60cea-a889-4eda-aaf7-a65515865ed6 HTTP/1.1" 200 1907 0.005304 10.0.0.27 - - [2025-06-09 02:23:01] "GET /virtual-DNS-record/e4577a22-30dc-49d5-89d6-698aa5f2ed31 HTTP/1.1" 200 1336 0.003344 10.0.0.27 - - [2025-06-09 02:23:07] "DELETE /virtual-DNS-record/e4577a22-30dc-49d5-89d6-698aa5f2ed31 HTTP/1.1" 200 115 0.021566 10.0.0.27 - - [2025-06-09 02:23:07] "POST /fqname-to-id HTTP/1.1" 404 184 0.003541 10.0.0.27 - - [2025-06-09 02:23:07] "POST /neutron/network HTTP/1.1" 200 833 0.011314 10.0.0.27 - - [2025-06-09 02:23:07] "POST /neutron/network HTTP/1.1" 400 204 0.010992 10.0.0.27 - - [2025-06-09 02:23:07] "POST /neutron/port HTTP/1.1" 200 1086 0.019259 10.0.0.27 - - [2025-06-09 02:23:07] "POST /neutron/port HTTP/1.1" 200 1112 0.009121 10.0.0.27 - - [2025-06-09 02:23:07] "POST /neutron/port HTTP/1.1" 200 1086 0.023992 10.0.0.27 - - [2025-06-09 02:23:07] "POST /neutron/port HTTP/1.1" 200 1112 0.012518 10.0.0.27 - - [2025-06-09 02:23:07] "POST /neutron/port HTTP/1.1" 200 151 0.140987 10.0.0.27 - - [2025-06-09 02:23:07] "POST /neutron/port HTTP/1.1" 200 151 0.127224 10.0.0.27 - - [2025-06-09 02:23:09] "POST /neutron/network HTTP/1.1" 200 833 0.005850 10.0.0.27 - - [2025-06-09 02:23:09] "DELETE /project/84f4b1e1a18f4550891e1a8542769c94 HTTP/1.1" 404 173 0.011256 10.0.0.27 - - [2025-06-09 02:23:09] "GET /projects?obj_uuids=200b2eb9-c8b7-4f5b-922f-84df4e6932a3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001398 10.0.0.27 - - [2025-06-09 02:23:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.007470 10.0.0.27 - - [2025-06-09 02:23:09] "GET /project/200b2eb9-c8b7-4f5b-922f-84df4e6932a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.034107 10.0.0.27 - - [2025-06-09 02:23:09] "GET /projects?obj_uuids=200b2eb9-c8b7-4f5b-922f-84df4e6932a3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001961 10.0.0.27 - - [2025-06-09 02:23:09] "DELETE /route-target/a2d0b443-1aef-4321-8adb-5b8c1abd6ea4 HTTP/1.1" 200 115 0.038393 10.0.0.27 - - [2025-06-09 02:23:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002579 10.0.0.27 - - [2025-06-09 02:23:09] "POST /useragent-kv HTTP/1.1" 200 115 0.003115 10.0.0.27 - - [2025-06-09 02:23:09] "POST /neutron/network HTTP/1.1" 200 151 0.211313 10.0.0.27 - - [2025-06-09 02:23:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003014 10.0.0.27 - - [2025-06-09 02:23:09] "DELETE /network-ipam/0788fa13-ccf4-46cb-9a53-59983b1dda0a HTTP/1.1" 200 115 0.036936 10.0.0.27 - - [2025-06-09 02:23:09] "GET /project/200b2eb9-c8b7-4f5b-922f-84df4e6932a3?fields=security_groups HTTP/1.1" 200 1357 0.085275 10.0.0.27 - - [2025-06-09 02:23:09] "DELETE /virtual-DNS/4da60cea-a889-4eda-aaf7-a65515865ed6 HTTP/1.1" 200 115 0.036188 10.0.0.27 - - [2025-06-09 02:23:09] "POST /fqname-to-id HTTP/1.1" 404 180 0.002662 10.0.0.27 - - [2025-06-09 02:23:09] "GET /domains HTTP/1.1" 200 280 0.004738 10.0.0.27 - - [2025-06-09 02:23:09] "GET /domains?obj_uuids=02221717-eca1-43d9-adef-8bec404929db&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001985 10.0.0.27 - - [2025-06-09 02:23:09] "GET /domain/02221717-eca1-43d9-adef-8bec404929db HTTP/1.1" 200 2757 0.012111 10.0.0.27 - - [2025-06-09 02:23:09] "DELETE /security-group/441a2330-6bca-40a3-8dbb-9ff180135346 HTTP/1.1" 200 115 0.050913 10.0.0.27 - - [2025-06-09 02:23:09] "GET /projects?obj_uuids=200b2eb9-c8b7-4f5b-922f-84df4e6932a3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000990 10.0.0.27 - - [2025-06-09 02:23:09] "DELETE /access-control-list/8e2221e8-bf65-43b1-b047-3be3381310b4 HTTP/1.1" 200 115 0.039371 10.0.0.27 - - [2025-06-09 02:23:09] "DELETE /access-control-list/10e603cb-a6c3-4eb5-bf74-ea6752ad4282 HTTP/1.1" 200 115 0.017641 10.0.0.27 - - [2025-06-09 02:23:09] "GET /project/200b2eb9-c8b7-4f5b-922f-84df4e6932a3?fields=application_policy_sets HTTP/1.1" 200 1396 0.068774 10.0.0.27 - - [2025-06-09 02:23:09] "DELETE /project/200b2eb9-c8b7-4f5b-922f-84df4e6932a3 HTTP/1.1" 200 115 0.394342 10.0.0.27 - - [2025-06-09 02:23:09] "GET /projects?obj_uuids=84f4b1e1-a18f-4550-891e-1a8542769c94&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001252 10.0.0.27 - - [2025-06-09 02:23:09] "GET /project/84f4b1e1-a18f-4550-891e-1a8542769c94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.030738 10.0.0.27 - - [2025-06-09 02:23:09] "GET /projects?obj_uuids=84f4b1e1-a18f-4550-891e-1a8542769c94&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001115 10.0.0.27 - - [2025-06-09 02:23:10] "GET /project/84f4b1e1-a18f-4550-891e-1a8542769c94?fields=virtual_networks HTTP/1.1" 200 1033 0.064449 10.0.0.27 - - [2025-06-09 02:23:10] "GET /projects?obj_uuids=84f4b1e1-a18f-4550-891e-1a8542769c94&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001112 10.0.0.27 - - [2025-06-09 02:23:10] "GET /project/84f4b1e1-a18f-4550-891e-1a8542769c94?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.023699 10.0.0.27 - - [2025-06-09 02:23:10] "GET /projects?obj_uuids=84f4b1e1-a18f-4550-891e-1a8542769c94&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001126 10.0.0.27 - - [2025-06-09 02:23:10] "GET /project/84f4b1e1-a18f-4550-891e-1a8542769c94?fields=security_groups HTTP/1.1" 200 1260 0.024765 10.0.0.27 - - [2025-06-09 02:23:10] "POST /fqname-to-id HTTP/1.1" 404 189 0.024756 10.0.0.27 - - [2025-06-09 02:23:10] "GET /projects?obj_uuids=b3060267-cc66-40d0-b100-47be4b46ca3c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003029 10.0.0.27 - - [2025-06-09 02:23:11] "GET /domains?obj_uuids=02221717-eca1-43d9-adef-8bec404929db&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001233 10.0.0.27 - - [2025-06-09 02:23:11] "GET /domain/02221717-eca1-43d9-adef-8bec404929db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008332 10.0.0.27 - - [2025-06-09 02:23:11] "POST /id-to-fqname HTTP/1.1" 200 191 0.001253 10.0.0.27 - - [2025-06-09 02:23:11] "POST /fqname-to-id HTTP/1.1" 404 200 0.003270 10.0.0.27 - - [2025-06-09 02:23:11] "POST /security-groups HTTP/1.1" 200 592 0.064142 10.0.0.27 - - [2025-06-09 02:23:11] "POST /fqname-to-id HTTP/1.1" 404 235 0.002865 10.0.0.27 - - [2025-06-09 02:23:11] "POST /projects HTTP/1.1" 200 587 0.220385 10.0.0.27 - - [2025-06-09 02:23:11] "POST /access-control-lists HTTP/1.1" 200 597 0.057685 10.0.0.27 - - [2025-06-09 02:23:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.295389 10.0.0.27 - - [2025-06-09 02:23:11] "POST /fqname-to-id HTTP/1.1" 404 234 0.002766 10.0.0.27 - - [2025-06-09 02:23:11] "GET /project/b3060267-cc66-40d0-b100-47be4b46ca3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.418017 10.0.0.27 - - [2025-06-09 02:23:11] "POST /access-control-lists HTTP/1.1" 200 595 0.060082 10.0.0.27 - - [2025-06-09 02:23:12] "GET / HTTP/1.1" 200 35931 0.002230 10.0.0.27 - - [2025-06-09 02:23:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000476 10.0.0.27 - - [2025-06-09 02:23:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.065212 10.0.0.27 - - [2025-06-09 02:23:13] "GET /projects?obj_uuids=b3060267-cc66-40d0-b100-47be4b46ca3c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001202 10.0.0.27 - - [2025-06-09 02:23:13] "GET /project/b3060267-cc66-40d0-b100-47be4b46ca3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.033679 10.0.0.27 - - [2025-06-09 02:23:13] "POST /neutron/network HTTP/1.1" 200 117 0.031748 10.0.0.27 - - [2025-06-09 02:23:13] "GET /projects?obj_uuids=b3060267-cc66-40d0-b100-47be4b46ca3c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001444 10.0.0.27 - - [2025-06-09 02:23:13] "POST /neutron/network HTTP/1.1" 200 606 0.084795 10.0.0.27 - - [2025-06-09 02:23:13] "POST /route-targets HTTP/1.1" 200 327 0.013522 10.0.0.27 - - [2025-06-09 02:23:13] "POST /ref-update HTTP/1.1" 200 156 0.026360 10.0.0.27 - - [2025-06-09 02:23:13] "POST /useragent-kv HTTP/1.1" 200 115 0.005266 10.0.0.27 - - [2025-06-09 02:23:13] "POST /neutron/subnet HTTP/1.1" 200 715 0.183293 10.0.0.27 - - [2025-06-09 02:23:13] "POST /neutron/network HTTP/1.1" 200 823 0.005916 10.0.0.27 - - [2025-06-09 02:23:13] "POST /id-to-fqname HTTP/1.1" 200 221 0.003326 10.0.0.27 - - [2025-06-09 02:23:13] "GET /virtual-network/38b8a298-20f2-4a14-853f-81e1725ad70a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.007157 10.0.0.27 - - [2025-06-09 02:23:13] "POST /neutron/network HTTP/1.1" 200 823 0.005743 10.0.0.27 - - [2025-06-09 02:23:13] "GET /virtual-network/38b8a298-20f2-4a14-853f-81e1725ad70a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005132 10.0.0.27 - - [2025-06-09 02:23:14] "POST /neutron/network HTTP/1.1" 200 823 0.005938 10.0.0.27 - - [2025-06-09 02:23:14] "POST /neutron/subnet HTTP/1.1" 200 715 0.007962 10.0.0.27 - - [2025-06-09 02:23:14] "POST /id-to-fqname HTTP/1.1" 200 221 0.001311 10.0.0.27 - - [2025-06-09 02:23:14] "POST /neutron/network HTTP/1.1" 200 833 0.007107 10.0.0.27 - - [2025-06-09 02:23:14] "GET /aaa-mode HTTP/1.1" 401 292 0.000436 10.0.0.27 - - [2025-06-09 02:23:14] "GET / HTTP/1.1" 200 35931 0.001926 10.0.0.27 - - [2025-06-09 02:23:14] "GET /project/b3060267-cc66-40d0-b100-47be4b46ca3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000443 10.0.0.27 - - [2025-06-09 02:23:14] "GET /projects?obj_uuids=b3060267-cc66-40d0-b100-47be4b46ca3c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001182 10.0.0.27 - - [2025-06-09 02:23:14] "GET /project/b3060267-cc66-40d0-b100-47be4b46ca3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.055664 10.0.0.27 - - [2025-06-09 02:23:14] "POST /neutron/network HTTP/1.1" 200 823 0.005249 10.0.0.27 - - [2025-06-09 02:23:15] "POST /neutron/port HTTP/1.1" 200 117 0.006460 10.0.0.27 - - [2025-06-09 02:23:15] "POST /neutron/port HTTP/1.1" 200 117 0.005433 10.0.0.27 - - [2025-06-09 02:23:15] "POST /id-to-fqname HTTP/1.1" 200 221 0.001353 10.0.0.27 - - [2025-06-09 02:23:15] "POST /neutron/port HTTP/1.1" 200 117 0.006140 10.0.0.27 - - [2025-06-09 02:23:15] "POST /neutron/network HTTP/1.1" 200 833 0.006527 10.0.0.27 - - [2025-06-09 02:23:15] "GET /aaa-mode HTTP/1.1" 401 292 0.000435 10.0.0.27 - - [2025-06-09 02:23:15] "GET /obj-perms HTTP/1.1" 200 5056 0.047142 10.0.0.27 - - [2025-06-09 02:23:15] "POST /neutron/network HTTP/1.1" 200 833 0.005531 10.0.0.27 - - [2025-06-09 02:23:15] "GET /projects?obj_uuids=b3060267-cc66-40d0-b100-47be4b46ca3c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001810 10.0.0.27 - - [2025-06-09 02:23:15] "GET / HTTP/1.1" 200 35931 0.002117 10.0.0.27 - - [2025-06-09 02:23:15] "GET /project/b3060267-cc66-40d0-b100-47be4b46ca3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000396 10.0.0.27 - - [2025-06-09 02:23:15] "POST /neutron/port HTTP/1.1" 200 1059 0.224672 10.0.0.27 - - [2025-06-09 02:23:15] "POST /neutron/port HTTP/1.1" 200 1059 0.009502 10.0.0.27 - - [2025-06-09 02:23:15] "POST /neutron/port HTTP/1.1" 200 1059 0.012440 10.0.0.27 - - [2025-06-09 02:23:15] "GET /obj-perms HTTP/1.1" 200 5056 0.052696 10.0.0.27 - - [2025-06-09 02:23:15] "POST /neutron/port HTTP/1.1" 200 1113 0.074550 10.0.0.27 - - [2025-06-09 02:23:15] "POST /neutron/port HTTP/1.1" 200 1087 0.016781 10.0.0.27 - - [2025-06-09 02:23:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003758 10.0.0.27 - - [2025-06-09 02:23:16] "POST /neutron/subnet HTTP/1.1" 200 689 0.013278 10.0.0.27 - - [2025-06-09 02:23:16] "POST /neutron/port HTTP/1.1" 200 117 0.001847 10.0.0.27 - - [2025-06-09 02:23:16] "GET /projects?obj_uuids=b3060267-cc66-40d0-b100-47be4b46ca3c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002174 10.0.0.27 - - [2025-06-09 02:23:16] "POST /neutron/network HTTP/1.1" 200 823 0.016034 10.0.0.27 - - [2025-06-09 02:23:16] "GET /project/b3060267-cc66-40d0-b100-47be4b46ca3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.075184 10.0.0.27 - - [2025-06-09 02:23:16] "POST /neutron/network HTTP/1.1" 200 823 0.009259 10.0.0.27 - - [2025-06-09 02:23:16] "POST /neutron/port HTTP/1.1" 200 1087 0.018449 10.0.0.27 - - [2025-06-09 02:23:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008135 10.0.0.27 - - [2025-06-09 02:23:16] "POST /neutron/port HTTP/1.1" 200 117 0.005442 10.0.0.27 - - [2025-06-09 02:23:16] "POST /neutron/port HTTP/1.1" 200 1087 0.025998 10.0.0.27 - - [2025-06-09 02:23:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009111 10.0.0.27 - - [2025-06-09 02:23:16] "POST /neutron/network HTTP/1.1" 200 833 0.006647 10.0.0.27 - - [2025-06-09 02:23:16] "GET /projects?obj_uuids=b3060267-cc66-40d0-b100-47be4b46ca3c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001258 10.0.0.27 - - [2025-06-09 02:23:16] "POST /neutron/port HTTP/1.1" 200 1059 0.245093 10.0.0.27 - - [2025-06-09 02:23:17] "POST /neutron/port HTTP/1.1" 200 1059 0.010528 10.0.0.27 - - [2025-06-09 02:23:17] "POST /neutron/port HTTP/1.1" 200 1059 0.015462 10.0.0.27 - - [2025-06-09 02:23:17] "POST /neutron/port HTTP/1.1" 200 1113 0.079107 10.0.0.27 - - [2025-06-09 02:23:17] "POST /neutron/port HTTP/1.1" 200 1087 0.015338 10.0.0.27 - - [2025-06-09 02:23:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003468 10.0.0.27 - - [2025-06-09 02:23:17] "POST /neutron/subnet HTTP/1.1" 200 689 0.014459 10.0.0.27 - - [2025-06-09 02:23:17] "POST /neutron/port HTTP/1.1" 200 117 0.001335 10.0.0.27 - - [2025-06-09 02:23:17] "POST /neutron/network HTTP/1.1" 200 823 0.005312 10.0.0.27 - - [2025-06-09 02:23:21] "POST /neutron/port HTTP/1.1" 200 1087 0.013994 10.0.0.27 - - [2025-06-09 02:23:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007710 10.0.0.27 - - [2025-06-09 02:23:21] "POST /neutron/port HTTP/1.1" 200 1087 0.015562 10.0.0.27 - - [2025-06-09 02:23:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006187 10.0.0.27 - - [2025-06-09 02:23:21] "POST /neutron/port HTTP/1.1" 200 1087 0.023863 10.0.0.27 - - [2025-06-09 02:23:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006196 10.0.0.27 - - [2025-06-09 02:23:21] "GET /virtual-machine/720bb99b-79ce-4e3c-83af-04957ae8765f HTTP/1.1" 401 292 0.000547 10.0.0.27 - - [2025-06-09 02:23:22] "GET /virtual-machine/720bb99b-79ce-4e3c-83af-04957ae8765f HTTP/1.1" 200 1292 0.027858 10.0.0.27 - - [2025-06-09 02:23:22] "GET /virtual-machine-interface/0ea6bf4e-dc7f-4f09-aa61-dacd2b1e9e63 HTTP/1.1" 200 2946 0.011212 10.0.0.27 - - [2025-06-09 02:23:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.27 - - [2025-06-09 02:23:22] "GET /global-vrouter-config/2251acbc-ad00-4917-afe1-1ebc81fd9eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003292 10.0.0.27 - - [2025-06-09 02:23:22] "GET /virtual-networks?parent_id=b3060267-cc66-40d0-b100-47be4b46ca3c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003245 10.0.0.27 - - [2025-06-09 02:23:22] "GET /virtual-network/38b8a298-20f2-4a14-853f-81e1725ad70a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005508 10.0.0.27 - - [2025-06-09 02:23:24] "POST /neutron/port HTTP/1.1" 200 1087 0.015050 10.0.0.27 - - [2025-06-09 02:23:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005333 10.0.0.27 - - [2025-06-09 02:23:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003094 10.0.0.27 - - [2025-06-09 02:23:25] "GET /virtual-network/38b8a298-20f2-4a14-853f-81e1725ad70a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.011234 10.0.0.27 - - [2025-06-09 02:23:25] "POST /neutron/port HTTP/1.1" 200 1087 0.018255 10.0.0.27 - - [2025-06-09 02:23:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006319 10.0.0.27 - - [2025-06-09 02:23:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002819 10.0.0.27 - - [2025-06-09 02:23:27] "GET /global-vrouter-config/2251acbc-ad00-4917-afe1-1ebc81fd9eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004302 10.0.0.27 - - [2025-06-09 02:23:27] "GET /virtual-networks?parent_id=b3060267-cc66-40d0-b100-47be4b46ca3c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003183 10.0.0.27 - - [2025-06-09 02:23:27] "GET /virtual-network/38b8a298-20f2-4a14-853f-81e1725ad70a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005750 10.0.0.27 - - [2025-06-09 02:23:27] "POST /neutron/port HTTP/1.1" 200 1087 0.016185 10.0.0.27 - - [2025-06-09 02:23:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006576 10.0.0.27 - - [2025-06-09 02:23:27] "POST /neutron/port HTTP/1.1" 200 1087 0.016869 10.0.0.27 - - [2025-06-09 02:23:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007253 10.0.0.27 - - [2025-06-09 02:23:27] "POST /neutron/port HTTP/1.1" 200 1087 0.016517 10.0.0.27 - - [2025-06-09 02:23:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006060 10.0.0.27 - - [2025-06-09 02:23:27] "GET /virtual-machine/d5505fcc-0efc-4401-8b57-6856e680426f HTTP/1.1" 200 1294 0.004974 10.0.0.27 - - [2025-06-09 02:23:28] "GET /virtual-machine-interface/813cb722-b524-4a04-837a-3f1544eaa47c HTTP/1.1" 200 2945 0.005717 10.0.0.27 - - [2025-06-09 02:23:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002888 10.0.0.27 - - [2025-06-09 02:23:28] "GET /global-vrouter-config/2251acbc-ad00-4917-afe1-1ebc81fd9eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003142 10.0.0.27 - - [2025-06-09 02:23:28] "GET /virtual-networks?parent_id=b3060267-cc66-40d0-b100-47be4b46ca3c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002952 10.0.0.27 - - [2025-06-09 02:23:28] "GET /virtual-network/38b8a298-20f2-4a14-853f-81e1725ad70a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005247 10.0.0.27 - - [2025-06-09 02:23:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002992 10.0.0.27 - - [2025-06-09 02:23:29] "GET /global-vrouter-config/2251acbc-ad00-4917-afe1-1ebc81fd9eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003389 10.0.0.27 - - [2025-06-09 02:23:29] "GET /virtual-networks?parent_id=b3060267-cc66-40d0-b100-47be4b46ca3c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003316 10.0.0.27 - - [2025-06-09 02:23:29] "GET /virtual-network/38b8a298-20f2-4a14-853f-81e1725ad70a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005419 10.0.0.27 - - [2025-06-09 02:23:34] "POST /neutron/network HTTP/1.1" 200 823 0.009966 10.0.0.27 - - [2025-06-09 02:23:34] "POST /neutron/network HTTP/1.1" 400 204 0.009619 10.0.0.27 - - [2025-06-09 02:23:34] "POST /neutron/port HTTP/1.1" 200 1087 0.019512 10.0.0.27 - - [2025-06-09 02:23:34] "POST /neutron/port HTTP/1.1" 200 1113 0.008893 10.0.0.27 - - [2025-06-09 02:23:34] "POST /neutron/port HTTP/1.1" 200 1087 0.024070 10.0.0.27 - - [2025-06-09 02:23:34] "POST /neutron/port HTTP/1.1" 200 1113 0.008526 10.0.0.27 - - [2025-06-09 02:23:34] "POST /neutron/port HTTP/1.1" 200 151 0.113854 10.0.0.27 - - [2025-06-09 02:23:34] "POST /neutron/port HTTP/1.1" 200 151 0.103096 10.0.0.27 - - [2025-06-09 02:23:36] "POST /neutron/network HTTP/1.1" 200 823 0.006352 10.0.0.27 - - [2025-06-09 02:23:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003476 10.0.0.27 - - [2025-06-09 02:23:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004783 10.0.0.27 - - [2025-06-09 02:23:36] "POST /useragent-kv HTTP/1.1" 200 115 0.001970 10.0.0.27 - - [2025-06-09 02:23:36] "POST /neutron/network HTTP/1.1" 200 151 0.076123 10.0.0.27 - - [2025-06-09 02:23:36] "DELETE /route-target/fe691246-67a7-484a-a82a-1587a8f3677f HTTP/1.1" 200 115 0.014400 10.0.0.27 - - [2025-06-09 02:23:36] "GET /projects?obj_uuids=b3060267-cc66-40d0-b100-47be4b46ca3c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001046 10.0.0.27 - - [2025-06-09 02:23:36] "GET /project/b3060267-cc66-40d0-b100-47be4b46ca3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.023961 10.0.0.27 - - [2025-06-09 02:23:36] "GET /projects?obj_uuids=b3060267-cc66-40d0-b100-47be4b46ca3c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001038 10.0.0.27 - - [2025-06-09 02:23:36] "GET /project/b3060267-cc66-40d0-b100-47be4b46ca3c?fields=virtual_networks HTTP/1.1" 200 1035 0.067554 10.0.0.27 - - [2025-06-09 02:23:36] "GET /projects?obj_uuids=b3060267-cc66-40d0-b100-47be4b46ca3c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001096 10.0.0.27 - - [2025-06-09 02:23:36] "GET /project/b3060267-cc66-40d0-b100-47be4b46ca3c?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.023740 10.0.0.27 - - [2025-06-09 02:23:36] "GET /projects?obj_uuids=b3060267-cc66-40d0-b100-47be4b46ca3c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001067 10.0.0.27 - - [2025-06-09 02:23:36] "GET /project/b3060267-cc66-40d0-b100-47be4b46ca3c?fields=security_groups HTTP/1.1" 200 1262 0.025091 10.0.0.27 - - [2025-06-09 02:23:37] "POST /fqname-to-id HTTP/1.1" 404 188 0.026334 10.0.0.27 - - [2025-06-09 02:23:37] "GET /projects?obj_uuids=f9458c6a-c7b6-4878-be87-274442b89309&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002375 10.0.0.27 - - [2025-06-09 02:23:37] "GET /domains?obj_uuids=02221717-eca1-43d9-adef-8bec404929db&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002280 10.0.0.27 - - [2025-06-09 02:23:37] "GET /domain/02221717-eca1-43d9-adef-8bec404929db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.008196 10.0.0.27 - - [2025-06-09 02:23:37] "POST /id-to-fqname HTTP/1.1" 200 190 0.001314 10.0.0.27 - - [2025-06-09 02:23:37] "POST /fqname-to-id HTTP/1.1" 404 199 0.002281 10.0.0.27 - - [2025-06-09 02:23:37] "POST /security-groups HTTP/1.1" 200 591 0.059641 10.0.0.27 - - [2025-06-09 02:23:37] "POST /fqname-to-id HTTP/1.1" 404 234 0.002928 10.0.0.27 - - [2025-06-09 02:23:37] "POST /projects HTTP/1.1" 200 585 0.214498 10.0.0.27 - - [2025-06-09 02:23:37] "POST /access-control-lists HTTP/1.1" 200 596 0.057183 10.0.0.27 - - [2025-06-09 02:23:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.281837 10.0.0.27 - - [2025-06-09 02:23:37] "POST /fqname-to-id HTTP/1.1" 404 233 0.002788 10.0.0.27 - - [2025-06-09 02:23:38] "GET /project/f9458c6a-c7b6-4878-be87-274442b89309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.400134 10.0.0.27 - - [2025-06-09 02:23:38] "POST /access-control-lists HTTP/1.1" 200 594 0.064013 10.0.0.27 - - [2025-06-09 02:23:38] "GET / HTTP/1.1" 200 35931 0.002135 10.0.0.27 - - [2025-06-09 02:23:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000475 10.0.0.27 - - [2025-06-09 02:23:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.056655 10.0.0.27 - - [2025-06-09 02:23:40] "GET /projects?obj_uuids=f9458c6a-c7b6-4878-be87-274442b89309&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001202 10.0.0.27 - - [2025-06-09 02:23:40] "GET /project/f9458c6a-c7b6-4878-be87-274442b89309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.024268 10.0.0.27 - - [2025-06-09 02:23:40] "POST /neutron/network HTTP/1.1" 200 117 0.028928 10.0.0.27 - - [2025-06-09 02:23:40] "GET /projects?obj_uuids=f9458c6a-c7b6-4878-be87-274442b89309&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002030 10.0.0.27 - - [2025-06-09 02:23:40] "POST /neutron/network HTTP/1.1" 200 625 0.073066 10.0.0.27 - - [2025-06-09 02:23:40] "POST /route-targets HTTP/1.1" 200 327 0.016791 10.0.0.27 - - [2025-06-09 02:23:40] "POST /ref-update HTTP/1.1" 200 156 0.017261 10.0.0.27 - - [2025-06-09 02:23:40] "POST /useragent-kv HTTP/1.1" 200 115 0.004471 10.0.0.27 - - [2025-06-09 02:23:40] "POST /neutron/subnet HTTP/1.1" 200 701 0.218898 10.0.0.27 - - [2025-06-09 02:23:40] "POST /neutron/network HTTP/1.1" 200 839 0.006753 10.0.0.27 - - [2025-06-09 02:23:40] "POST /id-to-fqname HTTP/1.1" 200 230 0.003718 10.0.0.27 - - [2025-06-09 02:23:40] "GET /virtual-network/ce3cd3c1-d1ea-4884-ac00-ae3720dcdafd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007282 10.0.0.27 - - [2025-06-09 02:23:40] "POST /neutron/network HTTP/1.1" 200 839 0.005457 10.0.0.27 - - [2025-06-09 02:23:40] "GET /virtual-network/ce3cd3c1-d1ea-4884-ac00-ae3720dcdafd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004836 10.0.0.27 - - [2025-06-09 02:23:40] "POST /neutron/network HTTP/1.1" 200 839 0.005532 10.0.0.27 - - [2025-06-09 02:23:40] "POST /neutron/subnet HTTP/1.1" 200 701 0.007084 10.0.0.27 - - [2025-06-09 02:23:40] "POST /neutron/network HTTP/1.1" 200 839 0.005372 10.0.0.27 - - [2025-06-09 02:23:40] "POST /id-to-fqname HTTP/1.1" 200 230 0.001325 10.0.0.27 - - [2025-06-09 02:23:40] "POST /neutron/network HTTP/1.1" 200 849 0.006029 10.0.0.27 - - [2025-06-09 02:23:40] "GET /aaa-mode HTTP/1.1" 401 292 0.000432 10.0.0.27 - - [2025-06-09 02:23:41] "GET / HTTP/1.1" 200 35931 0.001759 10.0.0.27 - - [2025-06-09 02:23:41] "GET /project/f9458c6a-c7b6-4878-be87-274442b89309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000489 10.0.0.27 - - [2025-06-09 02:23:41] "GET /projects?obj_uuids=f9458c6a-c7b6-4878-be87-274442b89309&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001329 10.0.0.27 - - [2025-06-09 02:23:41] "GET /project/f9458c6a-c7b6-4878-be87-274442b89309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.049787 10.0.0.27 - - [2025-06-09 02:23:41] "POST /neutron/network HTTP/1.1" 200 839 0.005159 10.0.0.27 - - [2025-06-09 02:23:41] "POST /neutron/port HTTP/1.1" 200 117 0.005565 10.0.0.27 - - [2025-06-09 02:23:41] "POST /neutron/port HTTP/1.1" 200 117 0.004863 10.0.0.27 - - [2025-06-09 02:23:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.27 - - [2025-06-09 02:23:41] "GET /global-vrouter-config/2251acbc-ad00-4917-afe1-1ebc81fd9eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003124 10.0.0.27 - - [2025-06-09 02:23:41] "PUT /global-vrouter-config/2251acbc-ad00-4917-afe1-1ebc81fd9eb7 HTTP/1.1" 200 276 0.009380 10.0.0.27 - - [2025-06-09 02:23:41] "POST /neutron/port HTTP/1.1" 200 117 0.005105 10.0.0.27 - - [2025-06-09 02:23:42] "POST /neutron/network HTTP/1.1" 200 849 0.005977 10.0.0.27 - - [2025-06-09 02:23:42] "GET /projects?obj_uuids=f9458c6a-c7b6-4878-be87-274442b89309&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001133 10.0.0.27 - - [2025-06-09 02:23:42] "POST /neutron/port HTTP/1.1" 200 1055 0.226699 10.0.0.27 - - [2025-06-09 02:23:42] "POST /neutron/port HTTP/1.1" 200 1055 0.011729 10.0.0.27 - - [2025-06-09 02:23:42] "POST /neutron/port HTTP/1.1" 200 1055 0.011813 10.0.0.27 - - [2025-06-09 02:23:42] "POST /neutron/port HTTP/1.1" 200 1109 0.070148 10.0.0.27 - - [2025-06-09 02:23:42] "POST /neutron/port HTTP/1.1" 200 1083 0.018338 10.0.0.27 - - [2025-06-09 02:23:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003667 10.0.0.27 - - [2025-06-09 02:23:42] "POST /neutron/subnet HTTP/1.1" 200 675 0.010638 10.0.0.27 - - [2025-06-09 02:23:42] "POST /neutron/port HTTP/1.1" 200 117 0.001245 10.0.0.27 - - [2025-06-09 02:23:42] "POST /neutron/network HTTP/1.1" 200 839 0.005803 10.0.0.27 - - [2025-06-09 02:23:46] "POST /neutron/port HTTP/1.1" 200 1083 0.024619 10.0.0.27 - - [2025-06-09 02:23:46] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008030 10.0.0.27 - - [2025-06-09 02:23:47] "POST /neutron/port HTTP/1.1" 200 1083 0.015150 10.0.0.27 - - [2025-06-09 02:23:47] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006728 10.0.0.27 - - [2025-06-09 02:23:47] "POST /neutron/port HTTP/1.1" 200 1083 0.016022 10.0.0.27 - - [2025-06-09 02:23:47] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006344 10.0.0.27 - - [2025-06-09 02:23:47] "GET /virtual-machine/a25c23c4-1508-401c-8976-21670da18072 HTTP/1.1" 401 292 0.000482 10.0.0.27 - - [2025-06-09 02:23:47] "GET /virtual-machine/a25c23c4-1508-401c-8976-21670da18072 HTTP/1.1" 200 1292 0.025941 10.0.0.27 - - [2025-06-09 02:23:47] "GET /virtual-machine-interface/c8a3ca17-c200-4ee0-b563-aa0b9fa26a5d HTTP/1.1" 200 2972 0.005300 10.0.0.27 - - [2025-06-09 02:23:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002779 10.0.0.27 - - [2025-06-09 02:23:47] "GET /global-vrouter-config/2251acbc-ad00-4917-afe1-1ebc81fd9eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.003234 10.0.0.27 - - [2025-06-09 02:23:47] "GET /virtual-networks?parent_id=f9458c6a-c7b6-4878-be87-274442b89309&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002921 10.0.0.27 - - [2025-06-09 02:23:47] "GET /virtual-network/ce3cd3c1-d1ea-4884-ac00-ae3720dcdafd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005589 10.0.0.27 - - [2025-06-09 02:23:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.27 - - [2025-06-09 02:23:50] "GET /virtual-network/ce3cd3c1-d1ea-4884-ac00-ae3720dcdafd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005231 10.0.0.27 - - [2025-06-09 02:23:51] "POST /neutron/port HTTP/1.1" 200 1083 0.014480 10.0.0.27 - - [2025-06-09 02:23:51] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007156 10.0.0.27 - - [2025-06-09 02:23:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.27 - - [2025-06-09 02:23:52] "GET /global-vrouter-config/2251acbc-ad00-4917-afe1-1ebc81fd9eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.003231 10.0.0.27 - - [2025-06-09 02:23:52] "GET /virtual-networks?parent_id=f9458c6a-c7b6-4878-be87-274442b89309&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003520 10.0.0.27 - - [2025-06-09 02:23:53] "GET /virtual-network/ce3cd3c1-d1ea-4884-ac00-ae3720dcdafd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005812 10.0.0.27 - - [2025-06-09 02:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.27 - - [2025-06-09 02:23:55] "GET /global-vrouter-config/2251acbc-ad00-4917-afe1-1ebc81fd9eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.003880 10.0.0.27 - - [2025-06-09 02:23:55] "PUT /global-vrouter-config/2251acbc-ad00-4917-afe1-1ebc81fd9eb7 HTTP/1.1" 200 276 0.010421 10.0.0.27 - - [2025-06-09 02:23:55] "POST /neutron/network HTTP/1.1" 200 839 0.008907 10.0.0.27 - - [2025-06-09 02:23:55] "POST /neutron/network HTTP/1.1" 400 204 0.018153 10.0.0.27 - - [2025-06-09 02:23:55] "POST /neutron/port HTTP/1.1" 200 1083 0.014699 10.0.0.27 - - [2025-06-09 02:23:55] "POST /neutron/port HTTP/1.1" 200 1109 0.008508 10.0.0.27 - - [2025-06-09 02:23:55] "POST /neutron/port HTTP/1.1" 200 151 0.087022 10.0.0.27 - - [2025-06-09 02:23:57] "POST /neutron/network HTTP/1.1" 200 839 0.005935 10.0.0.27 - - [2025-06-09 02:23:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004529 10.0.0.27 - - [2025-06-09 02:23:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002266 10.0.0.27 - - [2025-06-09 02:23:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003545 10.0.0.27 - - [2025-06-09 02:23:57] "POST /neutron/network HTTP/1.1" 200 151 0.091483 10.0.0.27 - - [2025-06-09 02:23:57] "DELETE /route-target/de872f26-78c5-44d1-8b15-d878d7170171 HTTP/1.1" 200 115 0.021598 10.0.0.27 - - [2025-06-09 02:23:57] "GET /global-vrouter-configs HTTP/1.1" 200 357 0.002930 10.0.0.27 - - [2025-06-09 02:23:57] "GET /global-vrouter-config/2251acbc-ad00-4917-afe1-1ebc81fd9eb7 HTTP/1.1" 200 1826 0.003652 10.0.0.27 - - [2025-06-09 02:23:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002365 10.0.0.27 - - [2025-06-09 02:23:57] "GET /projects?obj_uuids=f9458c6a-c7b6-4878-be87-274442b89309&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000990 10.0.0.27 - - [2025-06-09 02:23:57] "GET /project/f9458c6a-c7b6-4878-be87-274442b89309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.022695 10.0.0.27 - - [2025-06-09 02:23:58] "POST /neutron/network HTTP/1.1" 200 117 0.008040 10.0.0.27 - - [2025-06-09 02:23:58] "GET /projects?obj_uuids=f9458c6a-c7b6-4878-be87-274442b89309&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001645 10.0.0.27 - - [2025-06-09 02:23:58] "POST /neutron/network HTTP/1.1" 200 605 0.064070 10.0.0.27 - - [2025-06-09 02:23:58] "POST /route-targets HTTP/1.1" 200 327 0.012710 10.0.0.27 - - [2025-06-09 02:23:58] "POST /ref-update HTTP/1.1" 200 156 0.012151 10.0.0.27 - - [2025-06-09 02:23:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002548 10.0.0.27 - - [2025-06-09 02:23:58] "POST /neutron/subnet HTTP/1.1" 200 715 0.194267 10.0.0.27 - - [2025-06-09 02:23:58] "POST /neutron/network HTTP/1.1" 200 822 0.005949 10.0.0.27 - - [2025-06-09 02:23:58] "POST /id-to-fqname HTTP/1.1" 200 220 0.001249 10.0.0.27 - - [2025-06-09 02:23:58] "GET /virtual-network/16f53df4-e0b3-4dce-8a04-b1faaab44d38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005068 10.0.0.27 - - [2025-06-09 02:23:58] "POST /neutron/network HTTP/1.1" 200 822 0.005523 10.0.0.27 - - [2025-06-09 02:23:58] "GET /virtual-network/16f53df4-e0b3-4dce-8a04-b1faaab44d38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.004726 10.0.0.27 - - [2025-06-09 02:23:58] "POST /neutron/network HTTP/1.1" 200 822 0.005894 10.0.0.27 - - [2025-06-09 02:23:58] "POST /neutron/subnet HTTP/1.1" 200 715 0.007041 10.0.0.27 - - [2025-06-09 02:23:58] "POST /id-to-fqname HTTP/1.1" 200 220 0.001179 10.0.0.27 - - [2025-06-09 02:23:58] "POST /neutron/network HTTP/1.1" 200 832 0.005699 10.0.0.27 - - [2025-06-09 02:23:58] "GET /aaa-mode HTTP/1.1" 401 292 0.000444 10.0.0.27 - - [2025-06-09 02:23:58] "GET / HTTP/1.1" 200 35931 0.002589 10.0.0.27 - - [2025-06-09 02:23:58] "GET /project/f9458c6a-c7b6-4878-be87-274442b89309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000517 10.0.0.27 - - [2025-06-09 02:23:59] "GET /projects?obj_uuids=f9458c6a-c7b6-4878-be87-274442b89309&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001155 10.0.0.27 - - [2025-06-09 02:23:59] "GET /project/f9458c6a-c7b6-4878-be87-274442b89309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.051982 10.0.0.27 - - [2025-06-09 02:23:59] "POST /neutron/network HTTP/1.1" 200 822 0.030966 10.0.0.27 - - [2025-06-09 02:23:59] "POST /neutron/port HTTP/1.1" 200 117 0.005454 10.0.0.27 - - [2025-06-09 02:23:59] "POST /neutron/port HTTP/1.1" 200 117 0.004916 10.0.0.27 - - [2025-06-09 02:23:59] "POST /neutron/port HTTP/1.1" 200 117 0.005308 10.0.0.27 - - [2025-06-09 02:24:00] "POST /neutron/network HTTP/1.1" 200 832 0.006936 10.0.0.27 - - [2025-06-09 02:24:00] "GET /projects?obj_uuids=f9458c6a-c7b6-4878-be87-274442b89309&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001284 10.0.0.27 - - [2025-06-09 02:24:00] "POST /neutron/port HTTP/1.1" 200 1058 0.203748 10.0.0.27 - - [2025-06-09 02:24:00] "POST /neutron/port HTTP/1.1" 200 1058 0.035186 10.0.0.27 - - [2025-06-09 02:24:00] "POST /neutron/port HTTP/1.1" 200 1058 0.008739 10.0.0.27 - - [2025-06-09 02:24:00] "POST /neutron/port HTTP/1.1" 200 1112 0.054325 10.0.0.27 - - [2025-06-09 02:24:00] "POST /neutron/port HTTP/1.1" 200 1086 0.016113 10.0.0.27 - - [2025-06-09 02:24:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003523 10.0.0.27 - - [2025-06-09 02:24:00] "POST /neutron/subnet HTTP/1.1" 200 689 0.010813 10.0.0.27 - - [2025-06-09 02:24:00] "POST /neutron/port HTTP/1.1" 200 117 0.001306 10.0.0.27 - - [2025-06-09 02:24:00] "POST /neutron/network HTTP/1.1" 200 822 0.005822 10.0.0.27 - - [2025-06-09 02:24:04] "POST /neutron/port HTTP/1.1" 200 1086 0.014927 10.0.0.27 - - [2025-06-09 02:24:04] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006715 10.0.0.27 - - [2025-06-09 02:24:04] "POST /neutron/port HTTP/1.1" 200 1086 0.016975 10.0.0.27 - - [2025-06-09 02:24:04] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007442 10.0.0.27 - - [2025-06-09 02:24:04] "POST /neutron/port HTTP/1.1" 200 1086 0.017656 10.0.0.27 - - [2025-06-09 02:24:04] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006386 10.0.0.27 - - [2025-06-09 02:24:04] "GET /virtual-machine/569b8a67-aa29-4a7d-ac54-0b3e17311862 HTTP/1.1" 200 1292 0.005281 10.0.0.27 - - [2025-06-09 02:24:04] "GET /virtual-machine-interface/dca0bce5-da6e-4e61-9bb4-e59390f4e8a2 HTTP/1.1" 200 2942 0.005254 10.0.0.27 - - [2025-06-09 02:24:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002679 10.0.0.27 - - [2025-06-09 02:24:04] "GET /global-vrouter-config/2251acbc-ad00-4917-afe1-1ebc81fd9eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003181 10.0.0.27 - - [2025-06-09 02:24:04] "GET /virtual-networks?parent_id=f9458c6a-c7b6-4878-be87-274442b89309&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003534 10.0.0.27 - - [2025-06-09 02:24:05] "GET /virtual-network/16f53df4-e0b3-4dce-8a04-b1faaab44d38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005256 10.0.0.27 - - [2025-06-09 02:24:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002812 10.0.0.27 - - [2025-06-09 02:24:08] "GET /virtual-network/16f53df4-e0b3-4dce-8a04-b1faaab44d38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.004656 10.0.0.27 - - [2025-06-09 02:24:08] "POST /neutron/port HTTP/1.1" 200 1086 0.015301 10.0.0.27 - - [2025-06-09 02:24:08] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006878 10.0.0.27 - - [2025-06-09 02:24:09] "DELETE /project/b3060267cc6640d0b10047be4b46ca3c HTTP/1.1" 404 173 0.050796 10.0.0.27 - - [2025-06-09 02:24:09] "DELETE /project/f9458c6ac7b64878be87274442b89309 HTTP/1.1" 404 173 0.060528 10.0.0.27 - - [2025-06-09 02:24:09] "GET /projects?obj_uuids=b3060267-cc66-40d0-b100-47be4b46ca3c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001154 10.0.0.27 - - [2025-06-09 02:24:09] "GET /projects?obj_uuids=84f4b1e1-a18f-4550-891e-1a8542769c94&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001148 10.0.0.27 - - [2025-06-09 02:24:09] "GET /project/b3060267-cc66-40d0-b100-47be4b46ca3c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.041401 10.0.0.27 - - [2025-06-09 02:24:09] "GET /projects?obj_uuids=b3060267-cc66-40d0-b100-47be4b46ca3c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001123 10.0.0.27 - - [2025-06-09 02:24:10] "GET /project/84f4b1e1-a18f-4550-891e-1a8542769c94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.049059 10.0.0.27 - - [2025-06-09 02:24:10] "GET /project/b3060267-cc66-40d0-b100-47be4b46ca3c?fields=security_groups HTTP/1.1" 200 1367 0.076150 10.0.0.27 - - [2025-06-09 02:24:10] "GET /projects?obj_uuids=84f4b1e1-a18f-4550-891e-1a8542769c94&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001430 10.0.0.27 - - [2025-06-09 02:24:10] "GET /project/84f4b1e1-a18f-4550-891e-1a8542769c94?fields=security_groups HTTP/1.1" 200 1365 0.071144 10.0.0.27 - - [2025-06-09 02:24:10] "DELETE /security-group/44c3a070-be72-423e-9f2f-f578cda6ba35 HTTP/1.1" 200 115 0.051994 10.0.0.27 - - [2025-06-09 02:24:10] "GET /projects?obj_uuids=b3060267-cc66-40d0-b100-47be4b46ca3c&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001152 10.0.0.27 - - [2025-06-09 02:24:10] "DELETE /access-control-list/f1cd0e67-c72f-4dd0-a307-2b38cbc28bba HTTP/1.1" 200 115 0.040073 10.0.0.27 - - [2025-06-09 02:24:10] "GET /project/b3060267-cc66-40d0-b100-47be4b46ca3c?fields=application_policy_sets HTTP/1.1" 200 1406 0.046990 10.0.0.27 - - [2025-06-09 02:24:10] "DELETE /access-control-list/a2b842a3-6b4d-417e-83a1-b15cd744d3f4 HTTP/1.1" 200 115 0.034713 10.0.0.27 - - [2025-06-09 02:24:10] "DELETE /security-group/3273c03c-65ee-44d8-a213-da8fea98ce4a HTTP/1.1" 200 115 0.058250 10.0.0.27 - - [2025-06-09 02:24:10] "GET /projects?obj_uuids=84f4b1e1-a18f-4550-891e-1a8542769c94&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001144 10.0.0.27 - - [2025-06-09 02:24:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003998 10.0.0.27 - - [2025-06-09 02:24:10] "GET /global-vrouter-config/2251acbc-ad00-4917-afe1-1ebc81fd9eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003447 10.0.0.27 - - [2025-06-09 02:24:10] "GET /project/84f4b1e1-a18f-4550-891e-1a8542769c94?fields=application_policy_sets HTTP/1.1" 200 1404 0.040321 10.0.0.27 - - [2025-06-09 02:24:10] "DELETE /access-control-list/43056f38-af0e-4f1d-885b-16110151df35 HTTP/1.1" 200 115 0.055116 10.0.0.27 - - [2025-06-09 02:24:10] "GET /virtual-networks?parent_id=f9458c6a-c7b6-4878-be87-274442b89309&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004455 10.0.0.27 - - [2025-06-09 02:24:10] "DELETE /access-control-list/73b5d843-b797-4088-81a4-fc97f044157d HTTP/1.1" 200 115 0.031335 10.0.0.27 - - [2025-06-09 02:24:10] "DELETE /project/b3060267-cc66-40d0-b100-47be4b46ca3c HTTP/1.1" 200 115 0.513331 10.0.0.27 - - [2025-06-09 02:24:10] "GET /virtual-network/16f53df4-e0b3-4dce-8a04-b1faaab44d38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2032 0.005614 10.0.0.27 - - [2025-06-09 02:24:10] "DELETE /project/84f4b1e1-a18f-4550-891e-1a8542769c94 HTTP/1.1" 200 115 0.553307 10.0.0.27 - - [2025-06-09 02:24:12] "POST /neutron/network HTTP/1.1" 200 822 0.010700 10.0.0.27 - - [2025-06-09 02:24:12] "POST /neutron/network HTTP/1.1" 400 204 0.022779 10.0.0.27 - - [2025-06-09 02:24:12] "POST /neutron/port HTTP/1.1" 200 1086 0.020663 10.0.0.27 - - [2025-06-09 02:24:12] "POST /neutron/port HTTP/1.1" 200 1112 0.010407 10.0.0.27 - - [2025-06-09 02:24:12] "POST /neutron/port HTTP/1.1" 200 151 0.089981 10.0.0.27 - - [2025-06-09 02:24:14] "POST /neutron/network HTTP/1.1" 200 822 0.005740 10.0.0.27 - - [2025-06-09 02:24:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003250 10.0.0.27 - - [2025-06-09 02:24:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004514 10.0.0.27 - - [2025-06-09 02:24:14] "POST /useragent-kv HTTP/1.1" 200 115 0.001938 10.0.0.27 - - [2025-06-09 02:24:14] "POST /neutron/network HTTP/1.1" 200 151 0.079153 10.0.0.27 - - [2025-06-09 02:24:14] "DELETE /route-target/0b47f55d-4247-4405-9455-ac812b03aea4 HTTP/1.1" 200 115 0.017056 10.0.0.27 - - [2025-06-09 02:24:14] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.002890 10.0.0.27 - - [2025-06-09 02:24:14] "POST /network-ipams HTTP/1.1" 200 541 0.016222 10.0.0.27 - - [2025-06-09 02:24:15] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 981 0.002927 10.0.0.27 - - [2025-06-09 02:24:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.27 - - [2025-06-09 02:24:15] "GET /network-ipam/e721fb36-df45-4408-b25d-25f9cf77845a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.005160 10.0.0.27 - - [2025-06-09 02:24:15] "PUT /network-ipam/e721fb36-df45-4408-b25d-25f9cf77845a HTTP/1.1" 200 258 0.011652 10.0.0.27 - - [2025-06-09 02:24:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.27 - - [2025-06-09 02:24:15] "GET /projects?obj_uuids=f9458c6a-c7b6-4878-be87-274442b89309&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001555 10.0.0.27 - - [2025-06-09 02:24:15] "GET /project/f9458c6a-c7b6-4878-be87-274442b89309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.029342 10.0.0.27 - - [2025-06-09 02:24:15] "POST /neutron/network HTTP/1.1" 200 117 0.007767 10.0.0.27 - - [2025-06-09 02:24:15] "GET /projects?obj_uuids=f9458c6a-c7b6-4878-be87-274442b89309&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001205 10.0.0.27 - - [2025-06-09 02:24:15] "POST /neutron/network HTTP/1.1" 200 605 0.069958 10.0.0.27 - - [2025-06-09 02:24:15] "POST /route-targets HTTP/1.1" 200 327 0.012506 10.0.0.27 - - [2025-06-09 02:24:15] "POST /ref-update HTTP/1.1" 200 156 0.018572 10.0.0.27 - - [2025-06-09 02:24:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002364 10.0.0.27 - - [2025-06-09 02:24:15] "POST /neutron/subnet HTTP/1.1" 200 699 0.168657 10.0.0.27 - - [2025-06-09 02:24:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003370 10.0.0.27 - - [2025-06-09 02:24:15] "POST /neutron/subnet HTTP/1.1" 200 699 0.176615 10.0.0.27 - - [2025-06-09 02:24:15] "POST /neutron/network HTTP/1.1" 200 994 0.007615 10.0.0.27 - - [2025-06-09 02:24:15] "POST /id-to-fqname HTTP/1.1" 200 220 0.001302 10.0.0.27 - - [2025-06-09 02:24:15] "GET /virtual-network/c0eae4e6-b1ef-4403-a152-0ecfb986530a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005025 10.0.0.27 - - [2025-06-09 02:24:15] "POST /neutron/network HTTP/1.1" 200 994 0.007748 10.0.0.27 - - [2025-06-09 02:24:15] "GET /virtual-network/c0eae4e6-b1ef-4403-a152-0ecfb986530a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005973 10.0.0.27 - - [2025-06-09 02:24:16] "POST /neutron/network HTTP/1.1" 200 994 0.008381 10.0.0.27 - - [2025-06-09 02:24:16] "POST /neutron/subnet HTTP/1.1" 200 699 0.007946 10.0.0.27 - - [2025-06-09 02:24:16] "POST /neutron/subnet HTTP/1.1" 200 699 0.007173 10.0.0.27 - - [2025-06-09 02:24:16] "POST /neutron/network HTTP/1.1" 200 994 0.008141 10.0.0.27 - - [2025-06-09 02:24:16] "POST /neutron/subnet HTTP/1.1" 200 699 0.007330 10.0.0.27 - - [2025-06-09 02:24:16] "POST /neutron/subnet HTTP/1.1" 200 699 0.006988 10.0.0.27 - - [2025-06-09 02:24:16] "GET /projects?obj_uuids=f9458c6a-c7b6-4878-be87-274442b89309&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001792 10.0.0.27 - - [2025-06-09 02:24:16] "GET /obj-perms HTTP/1.1" 200 5056 0.061011 10.0.0.27 - - [2025-06-09 02:24:16] "POST /neutron/port HTTP/1.1" 200 1017 0.169172 10.0.0.27 - - [2025-06-09 02:24:16] "GET /projects?obj_uuids=f9458c6a-c7b6-4878-be87-274442b89309&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001184 10.0.0.27 - - [2025-06-09 02:24:16] "POST /neutron/port HTTP/1.1" 200 1017 0.179223 10.0.0.27 - - [2025-06-09 02:24:16] "POST /id-to-fqname HTTP/1.1" 200 220 0.001890 10.0.0.27 - - [2025-06-09 02:24:16] "GET /obj-perms HTTP/1.1" 200 5056 0.043085 10.0.0.27 - - [2025-06-09 02:24:16] "POST /neutron/port HTTP/1.1" 200 1017 0.010051 10.0.0.27 - - [2025-06-09 02:24:16] "POST /neutron/port HTTP/1.1" 200 1017 0.008392 10.0.0.27 - - [2025-06-09 02:24:16] "POST /neutron/network HTTP/1.1" 200 994 0.011816 10.0.0.27 - - [2025-06-09 02:24:16] "POST /neutron/port HTTP/1.1" 200 1017 0.007901 10.0.0.27 - - [2025-06-09 02:24:16] "POST /neutron/port HTTP/1.1" 200 117 0.005450 10.0.0.27 - - [2025-06-09 02:24:16] "POST /neutron/port HTTP/1.1" 200 117 0.005723 10.0.0.27 - - [2025-06-09 02:24:16] "POST /id-to-fqname HTTP/1.1" 200 220 0.001420 10.0.0.27 - - [2025-06-09 02:24:16] "POST /neutron/port HTTP/1.1" 200 117 0.005547 10.0.0.27 - - [2025-06-09 02:24:17] "POST /neutron/port HTTP/1.1" 200 1017 0.008446 10.0.0.27 - - [2025-06-09 02:24:17] "POST /neutron/port HTTP/1.1" 200 1017 0.008532 10.0.0.27 - - [2025-06-09 02:24:17] "POST /neutron/network HTTP/1.1" 200 994 0.008002 10.0.0.27 - - [2025-06-09 02:24:17] "POST /neutron/port HTTP/1.1" 200 1017 0.008740 10.0.0.27 - - [2025-06-09 02:24:17] "POST /neutron/port HTTP/1.1" 200 1017 0.007959 10.0.0.27 - - [2025-06-09 02:24:17] "POST /neutron/port HTTP/1.1" 200 1017 0.008261 10.0.0.27 - - [2025-06-09 02:24:17] "POST /neutron/port HTTP/1.1" 200 117 0.006713 10.0.0.27 - - [2025-06-09 02:24:17] "POST /neutron/port HTTP/1.1" 200 117 0.005920 10.0.0.27 - - [2025-06-09 02:24:17] "POST /id-to-fqname HTTP/1.1" 200 220 0.001420 10.0.0.27 - - [2025-06-09 02:24:17] "POST /neutron/port HTTP/1.1" 200 117 0.008039 10.0.0.27 - - [2025-06-09 02:24:17] "POST /neutron/network HTTP/1.1" 200 1004 0.008899 10.0.0.27 - - [2025-06-09 02:24:17] "GET /aaa-mode HTTP/1.1" 401 292 0.000510 10.0.0.27 - - [2025-06-09 02:24:17] "POST /neutron/port HTTP/1.1" 200 1017 0.008749 10.0.0.27 - - [2025-06-09 02:24:17] "POST /neutron/network HTTP/1.1" 200 1004 0.007279 10.0.0.27 - - [2025-06-09 02:24:17] "POST /neutron/port HTTP/1.1" 200 1017 0.011682 10.0.0.27 - - [2025-06-09 02:24:17] "POST /neutron/port HTTP/1.1" 200 1017 0.008649 10.0.0.27 - - [2025-06-09 02:24:17] "GET / HTTP/1.1" 200 35931 0.001627 10.0.0.27 - - [2025-06-09 02:24:17] "POST /neutron/port HTTP/1.1" 200 1017 0.009176 10.0.0.27 - - [2025-06-09 02:24:17] "GET /project/f9458c6a-c7b6-4878-be87-274442b89309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000378 10.0.0.27 - - [2025-06-09 02:24:17] "POST /neutron/network HTTP/1.1" 200 1004 0.011695 10.0.0.27 - - [2025-06-09 02:24:17] "POST /neutron/port HTTP/1.1" 200 1017 0.011588 10.0.0.27 - - [2025-06-09 02:24:17] "POST /neutron/port HTTP/1.1" 200 1017 0.007461 10.0.0.27 - - [2025-06-09 02:24:17] "POST /neutron/port HTTP/1.1" 200 1109 0.118703 10.0.0.27 - - [2025-06-09 02:24:18] "POST /neutron/port HTTP/1.1" 200 1109 0.107660 10.0.0.27 - - [2025-06-09 02:24:18] "POST /neutron/port HTTP/1.1" 200 1083 0.015102 10.0.0.27 - - [2025-06-09 02:24:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002986 10.0.0.27 - - [2025-06-09 02:24:18] "POST /neutron/port HTTP/1.1" 200 1083 0.033496 10.0.0.27 - - [2025-06-09 02:24:18] "POST /neutron/subnet HTTP/1.1" 200 673 0.017167 10.0.0.27 - - [2025-06-09 02:24:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003504 10.0.0.27 - - [2025-06-09 02:24:18] "POST /neutron/port HTTP/1.1" 200 117 0.001721 10.0.0.27 - - [2025-06-09 02:24:18] "POST /neutron/subnet HTTP/1.1" 200 673 0.020899 10.0.0.27 - - [2025-06-09 02:24:18] "POST /neutron/network HTTP/1.1" 200 994 0.007245 10.0.0.27 - - [2025-06-09 02:24:18] "POST /neutron/port HTTP/1.1" 200 117 0.002028 10.0.0.27 - - [2025-06-09 02:24:18] "POST /neutron/network HTTP/1.1" 200 994 0.015124 10.0.0.27 - - [2025-06-09 02:24:18] "GET /projects?obj_uuids=f9458c6a-c7b6-4878-be87-274442b89309&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.027313 10.0.0.27 - - [2025-06-09 02:24:18] "GET /project/f9458c6a-c7b6-4878-be87-274442b89309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.095927 10.0.0.27 - - [2025-06-09 02:24:18] "POST /neutron/network HTTP/1.1" 200 994 0.007623 10.0.0.27 - - [2025-06-09 02:24:18] "POST /neutron/port HTTP/1.1" 200 2050 0.029485 10.0.0.27 - - [2025-06-09 02:24:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.012405 10.0.0.27 - - [2025-06-09 02:24:18] "POST /neutron/port HTTP/1.1" 200 117 0.006592 10.0.0.27 - - [2025-06-09 02:24:18] "GET /domains HTTP/1.1" 200 280 0.002820 10.0.0.27 - - [2025-06-09 02:24:18] "GET /domains?obj_uuids=02221717-eca1-43d9-adef-8bec404929db&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001200 10.0.0.27 - - [2025-06-09 02:24:18] "GET /domain/02221717-eca1-43d9-adef-8bec404929db HTTP/1.1" 200 2572 0.010464 10.0.0.27 - - [2025-06-09 02:24:18] "GET /projects?obj_uuids=f9458c6a-c7b6-4878-be87-274442b89309&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001195 10.0.0.27 - - [2025-06-09 02:24:18] "GET /project/f9458c6a-c7b6-4878-be87-274442b89309 HTTP/1.1" 200 2843 0.077228 10.0.0.27 - - [2025-06-09 02:24:18] "GET /network-ipam/e721fb36-df45-4408-b25d-25f9cf77845a HTTP/1.1" 200 2602 0.005662 10.0.0.27 - - [2025-06-09 02:24:18] "GET /domains HTTP/1.1" 200 280 0.002876 10.0.0.27 - - [2025-06-09 02:24:18] "GET /domains?obj_uuids=02221717-eca1-43d9-adef-8bec404929db&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001110 10.0.0.27 - - [2025-06-09 02:24:18] "GET /domain/02221717-eca1-43d9-adef-8bec404929db HTTP/1.1" 200 2572 0.012145 10.0.0.27 - - [2025-06-09 02:24:18] "GET /projects?obj_uuids=f9458c6a-c7b6-4878-be87-274442b89309&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001477 10.0.0.27 - - [2025-06-09 02:24:18] "GET /project/f9458c6a-c7b6-4878-be87-274442b89309 HTTP/1.1" 200 2843 0.080056 10.0.0.27 - - [2025-06-09 02:24:18] "GET /virtual-network/c0eae4e6-b1ef-4403-a152-0ecfb986530a HTTP/1.1" 200 3780 0.013862 10.0.0.27 - - [2025-06-09 02:24:18] "GET /virtual-network/c0eae4e6-b1ef-4403-a152-0ecfb986530a HTTP/1.1" 200 3780 0.011899 10.0.0.27 - - [2025-06-09 02:24:18] "GET /routing-instance/7bf8c00e-761f-4711-9b40-841f80cd3e28 HTTP/1.1" 200 2380 0.008941 10.0.0.27 - - [2025-06-09 02:24:18] "GET /routing-instance/7bf8c00e-761f-4711-9b40-841f80cd3e28 HTTP/1.1" 200 2380 0.009450 10.0.0.27 - - [2025-06-09 02:24:18] "GET /route-target/0f3aee3f-242a-4b26-8c96-00cb8bc3ba21 HTTP/1.1" 200 1204 0.006284 10.0.0.27 - - [2025-06-09 02:24:18] "GET /virtual-network/c0eae4e6-b1ef-4403-a152-0ecfb986530a HTTP/1.1" 200 3780 0.005994 10.0.0.27 - - [2025-06-09 02:24:18] "GET /routing-instance/7bf8c00e-761f-4711-9b40-841f80cd3e28 HTTP/1.1" 200 2380 0.011225 10.0.0.27 - - [2025-06-09 02:24:18] "GET /virtual-network/c0eae4e6-b1ef-4403-a152-0ecfb986530a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.007254 10.0.0.27 - - [2025-06-09 02:24:18] "POST /neutron/network HTTP/1.1" 200 1004 0.014237 10.0.0.27 - - [2025-06-09 02:24:18] "GET /virtual-network/c0eae4e6-b1ef-4403-a152-0ecfb986530a HTTP/1.1" 200 3780 0.007934 10.0.0.27 - - [2025-06-09 02:24:18] "GET /routing-instance/7bf8c00e-761f-4711-9b40-841f80cd3e28 HTTP/1.1" 200 2380 0.006243 10.0.0.27 - - [2025-06-09 02:24:18] "GET /projects?obj_uuids=f9458c6a-c7b6-4878-be87-274442b89309&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001030 10.0.0.27 - - [2025-06-09 02:24:18] "GET /routing-instance/7bf8c00e-761f-4711-9b40-841f80cd3e28 HTTP/1.1" 200 2380 0.005175 10.0.0.27 - - [2025-06-09 02:24:18] "GET /route-target/0f3aee3f-242a-4b26-8c96-00cb8bc3ba21 HTTP/1.1" 200 1204 0.003664 10.0.0.27 - - [2025-06-09 02:24:18] "GET /domains HTTP/1.1" 200 280 0.004408 10.0.0.27 - - [2025-06-09 02:24:19] "GET /domains?obj_uuids=02221717-eca1-43d9-adef-8bec404929db&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001217 10.0.0.27 - - [2025-06-09 02:24:19] "GET /domain/02221717-eca1-43d9-adef-8bec404929db HTTP/1.1" 200 2572 0.008132 10.0.0.27 - - [2025-06-09 02:24:19] "GET /projects?obj_uuids=f9458c6a-c7b6-4878-be87-274442b89309&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001585 10.0.0.27 - - [2025-06-09 02:24:19] "GET /project/f9458c6a-c7b6-4878-be87-274442b89309 HTTP/1.1" 200 3087 0.139844 10.0.0.27 - - [2025-06-09 02:24:19] "GET /virtual-network/c0eae4e6-b1ef-4403-a152-0ecfb986530a HTTP/1.1" 200 4038 0.025442 10.0.0.27 - - [2025-06-09 02:24:19] "POST /neutron/port HTTP/1.1" 200 1055 0.363092 10.0.0.27 - - [2025-06-09 02:24:19] "POST /neutron/port HTTP/1.1" 200 1055 0.021843 10.0.0.27 - - [2025-06-09 02:24:19] "POST /neutron/port HTTP/1.1" 200 1055 0.015758 10.0.0.27 - - [2025-06-09 02:24:19] "POST /neutron/port HTTP/1.1" 200 1109 0.078068 10.0.0.27 - - [2025-06-09 02:24:19] "POST /neutron/port HTTP/1.1" 200 1083 0.020453 10.0.0.27 - - [2025-06-09 02:24:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004979 10.0.0.27 - - [2025-06-09 02:24:19] "POST /neutron/subnet HTTP/1.1" 200 673 0.035515 10.0.0.27 - - [2025-06-09 02:24:19] "POST /neutron/port HTTP/1.1" 200 117 0.001153 10.0.0.27 - - [2025-06-09 02:24:19] "POST /neutron/network HTTP/1.1" 200 994 0.018061 10.0.0.27 - - [2025-06-09 02:24:19] "GET /obj-perms HTTP/1.1" 200 5030 0.055511 10.0.0.27 - - [2025-06-09 02:24:19] "POST /neutron/port HTTP/1.1" 200 1083 0.024072 10.0.0.27 - - [2025-06-09 02:24:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007294 10.0.0.27 - - [2025-06-09 02:24:19] "POST /neutron/port HTTP/1.1" 200 1083 0.016562 10.0.0.27 - - [2025-06-09 02:24:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008705 10.0.0.27 - - [2025-06-09 02:24:19] "POST /neutron/port HTTP/1.1" 200 1083 0.024300 10.0.0.27 - - [2025-06-09 02:24:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008609 10.0.0.27 - - [2025-06-09 02:24:19] "GET /virtual-machine/a824609f-f52e-4636-a6fa-6d0276823f01 HTTP/1.1" 200 1289 0.006048 10.0.0.27 - - [2025-06-09 02:24:19] "GET /virtual-machine-interface/ad525175-2932-44fb-9ff3-7c75ab4b377f HTTP/1.1" 200 2942 0.005460 10.0.0.27 - - [2025-06-09 02:24:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.007072 10.0.0.27 - - [2025-06-09 02:24:20] "GET /global-vrouter-config/2251acbc-ad00-4917-afe1-1ebc81fd9eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003408 10.0.0.27 - - [2025-06-09 02:24:20] "GET /virtual-networks?parent_id=f9458c6a-c7b6-4878-be87-274442b89309&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003669 10.0.0.27 - - [2025-06-09 02:24:20] "GET /virtual-network/c0eae4e6-b1ef-4403-a152-0ecfb986530a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005508 10.0.0.27 - - [2025-06-09 02:24:22] "GET /global-system-configs HTTP/1.1" 200 322 0.029192 10.0.0.27 - - [2025-06-09 02:24:22] "GET /obj-perms HTTP/1.1" 200 5056 0.068797 10.0.0.27 - - [2025-06-09 02:24:23] "GET /global-system-configs HTTP/1.1" 200 322 0.030295 10.0.0.27 - - [2025-06-09 02:24:23] "GET /obj-perms HTTP/1.1" 200 5056 0.068220 10.0.0.27 - - [2025-06-09 02:24:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.27 - - [2025-06-09 02:24:23] "GET /virtual-network/c0eae4e6-b1ef-4403-a152-0ecfb986530a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005151 10.0.0.27 - - [2025-06-09 02:24:27] "POST /neutron/port HTTP/1.1" 200 1083 0.038004 10.0.0.27 - - [2025-06-09 02:24:27] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006835 10.0.0.27 - - [2025-06-09 02:24:27] "POST /neutron/port HTTP/1.1" 200 1083 0.018870 10.0.0.27 - - [2025-06-09 02:24:27] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008482 10.0.0.27 - - [2025-06-09 02:24:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.017641 10.0.0.27 - - [2025-06-09 02:24:27] "GET /virtual-network/c0eae4e6-b1ef-4403-a152-0ecfb986530a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.012537 10.0.0.27 - - [2025-06-09 02:24:28] "POST /neutron/port HTTP/1.1" 200 1083 0.015878 10.0.0.27 - - [2025-06-09 02:24:28] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006194 10.0.0.27 - - [2025-06-09 02:24:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.27 - - [2025-06-09 02:24:29] "GET /global-vrouter-config/2251acbc-ad00-4917-afe1-1ebc81fd9eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003528 10.0.0.27 - - [2025-06-09 02:24:29] "GET /virtual-networks?parent_id=f9458c6a-c7b6-4878-be87-274442b89309&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002961 10.0.0.27 - - [2025-06-09 02:24:29] "GET /virtual-network/c0eae4e6-b1ef-4403-a152-0ecfb986530a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005881 10.0.0.27 - - [2025-06-09 02:24:29] "POST /neutron/port HTTP/1.1" 200 1083 0.016580 10.0.0.27 - - [2025-06-09 02:24:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006895 10.0.0.27 - - [2025-06-09 02:24:29] "POST /neutron/port HTTP/1.1" 200 1083 0.016331 10.0.0.27 - - [2025-06-09 02:24:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006645 10.0.0.27 - - [2025-06-09 02:24:30] "POST /neutron/port HTTP/1.1" 200 1083 0.015670 10.0.0.27 - - [2025-06-09 02:24:30] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006537 10.0.0.27 - - [2025-06-09 02:24:30] "GET /virtual-machine/ac553d51-55c4-4db3-b0f0-3de75962fc00 HTTP/1.1" 200 1289 0.006909 10.0.0.27 - - [2025-06-09 02:24:30] "GET /virtual-machine-interface/938cd5f2-be71-49cc-9a61-2f6e54768a05 HTTP/1.1" 200 2942 0.005526 10.0.0.27 - - [2025-06-09 02:24:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003065 10.0.0.27 - - [2025-06-09 02:24:30] "GET /global-vrouter-config/2251acbc-ad00-4917-afe1-1ebc81fd9eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003553 10.0.0.27 - - [2025-06-09 02:24:30] "GET /virtual-networks?parent_id=f9458c6a-c7b6-4878-be87-274442b89309&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003253 10.0.0.27 - - [2025-06-09 02:24:30] "GET /virtual-network/c0eae4e6-b1ef-4403-a152-0ecfb986530a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005551 10.0.0.27 - - [2025-06-09 02:24:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.27 - - [2025-06-09 02:24:31] "GET /global-vrouter-config/2251acbc-ad00-4917-afe1-1ebc81fd9eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003498 10.0.0.27 - - [2025-06-09 02:24:31] "GET /virtual-networks?parent_id=f9458c6a-c7b6-4878-be87-274442b89309&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003184 10.0.0.27 - - [2025-06-09 02:24:31] "GET /virtual-network/c0eae4e6-b1ef-4403-a152-0ecfb986530a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005129 10.0.0.27 - - [2025-06-09 02:24:31] "POST /neutron/port HTTP/1.1" 200 1083 0.017106 10.0.0.27 - - [2025-06-09 02:24:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006954 10.0.0.27 - - [2025-06-09 02:24:31] "POST /neutron/port HTTP/1.1" 200 1083 0.014518 10.0.0.27 - - [2025-06-09 02:24:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006017 10.0.0.27 - - [2025-06-09 02:24:31] "POST /neutron/port HTTP/1.1" 200 1083 0.014493 10.0.0.27 - - [2025-06-09 02:24:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006939 10.0.0.27 - - [2025-06-09 02:24:31] "GET /virtual-machine/dfc73abc-8e7a-4c67-9941-85097f534f22 HTTP/1.1" 200 1293 0.004461 10.0.0.27 - - [2025-06-09 02:24:31] "GET /virtual-machine-interface/0a010cd5-4d57-4ef7-a259-bf7118d1a3f5 HTTP/1.1" 200 2940 0.005129 10.0.0.27 - - [2025-06-09 02:24:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002790 10.0.0.27 - - [2025-06-09 02:24:31] "GET /global-vrouter-config/2251acbc-ad00-4917-afe1-1ebc81fd9eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003038 10.0.0.27 - - [2025-06-09 02:24:31] "GET /virtual-networks?parent_id=f9458c6a-c7b6-4878-be87-274442b89309&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003334 10.0.0.27 - - [2025-06-09 02:24:32] "GET /virtual-network/c0eae4e6-b1ef-4403-a152-0ecfb986530a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005493 10.0.0.27 - - [2025-06-09 02:24:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.27 - - [2025-06-09 02:24:33] "GET /global-vrouter-config/2251acbc-ad00-4917-afe1-1ebc81fd9eb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003190 10.0.0.27 - - [2025-06-09 02:24:33] "GET /virtual-networks?parent_id=f9458c6a-c7b6-4878-be87-274442b89309&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004289 10.0.0.27 - - [2025-06-09 02:24:33] "GET /virtual-network/c0eae4e6-b1ef-4403-a152-0ecfb986530a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005451 10.0.0.27 - - [2025-06-09 02:24:43] "POST /neutron/port HTTP/1.1" 200 1083 0.015697 10.0.0.27 - - [2025-06-09 02:24:43] "POST /neutron/port HTTP/1.1" 200 1083 0.014415 10.0.0.27 - - [2025-06-09 02:24:43] "POST /neutron/network HTTP/1.1" 200 1004 0.007137 10.0.0.27 - - [2025-06-09 02:24:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003808 10.0.0.27 - - [2025-06-09 02:24:43] "POST /neutron/subnet HTTP/1.1" 200 673 0.013914 10.0.0.27 - - [2025-06-09 02:24:43] "POST /neutron/port HTTP/1.1" 200 117 0.001221 10.0.0.27 - - [2025-06-09 02:24:43] "POST /neutron/network HTTP/1.1" 200 994 0.006920 10.0.0.27 - - [2025-06-09 02:24:49] "POST /neutron/port HTTP/1.1" 200 1109 0.018173 10.0.0.27 - - [2025-06-09 02:24:49] "POST /neutron/port HTTP/1.1" 200 1109 0.013573 10.0.0.27 - - [2025-06-09 02:24:49] "POST /neutron/port HTTP/1.1" 200 151 0.106702 10.0.0.27 - - [2025-06-09 02:24:49] "POST /neutron/port HTTP/1.1" 200 1109 0.016546 10.0.0.27 - - [2025-06-09 02:24:49] "POST /neutron/port HTTP/1.1" 200 1109 0.008856 10.0.0.27 - - [2025-06-09 02:24:49] "POST /neutron/port HTTP/1.1" 200 1083 0.034801 10.0.0.27 - - [2025-06-09 02:24:49] "POST /neutron/port HTTP/1.1" 200 1109 0.010545 10.0.0.27 - - [2025-06-09 02:24:49] "POST /neutron/port HTTP/1.1" 200 151 0.160903 10.0.0.27 - - [2025-06-09 02:24:49] "POST /neutron/network HTTP/1.1" 200 994 0.009203 10.0.0.27 - - [2025-06-09 02:24:49] "POST /neutron/network HTTP/1.1" 400 204 0.012581 10.0.0.27 - - [2025-06-09 02:24:49] "POST /neutron/port HTTP/1.1" 200 151 0.130601 10.0.0.27 - - [2025-06-09 02:24:51] "POST /neutron/network HTTP/1.1" 200 994 0.007013 10.0.0.27 - - [2025-06-09 02:24:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002627 10.0.0.27 - - [2025-06-09 02:24:51] "POST /useragent-kv HTTP/1.1" 200 115 0.001944 10.0.0.27 - - [2025-06-09 02:24:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002166 10.0.0.27 - - [2025-06-09 02:24:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002344 10.0.0.27 - - [2025-06-09 02:24:51] "POST /neutron/network HTTP/1.1" 200 151 0.110855 10.0.0.27 - - [2025-06-09 02:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.039052 10.0.0.27 - - [2025-06-09 02:24:51] "GET /routing-instance/7bf8c00e-761f-4711-9b40-841f80cd3e28 HTTP/1.1" 404 171 0.002409 10.0.0.27 - - [2025-06-09 02:24:51] "GET /domains HTTP/1.1" 200 280 0.002815 10.0.0.27 - - [2025-06-09 02:24:51] "DELETE /route-target/0f3aee3f-242a-4b26-8c96-00cb8bc3ba21 HTTP/1.1" 200 115 0.015575 10.0.0.27 - - [2025-06-09 02:24:51] "GET /domains?obj_uuids=02221717-eca1-43d9-adef-8bec404929db&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001104 10.0.0.27 - - [2025-06-09 02:24:51] "GET /domain/02221717-eca1-43d9-adef-8bec404929db HTTP/1.1" 200 2572 0.008109 10.0.0.27 - - [2025-06-09 02:24:51] "GET /projects?obj_uuids=f9458c6a-c7b6-4878-be87-274442b89309&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001550 10.0.0.27 - - [2025-06-09 02:24:51] "GET /project/f9458c6a-c7b6-4878-be87-274442b89309 HTTP/1.1" 200 2086 0.073064 10.0.0.27 - - [2025-06-09 02:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.27 - - [2025-06-09 02:24:51] "DELETE /network-ipam/e721fb36-df45-4408-b25d-25f9cf77845a HTTP/1.1" 200 115 0.022597 10.0.0.27 - - [2025-06-09 02:24:51] "POST /fqname-to-id HTTP/1.1" 404 211 0.002644 10.0.0.27 - - [2025-06-09 02:24:52] "GET /projects?obj_uuids=f9458c6a-c7b6-4878-be87-274442b89309&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001108 10.0.0.27 - - [2025-06-09 02:24:52] "GET /project/f9458c6a-c7b6-4878-be87-274442b89309?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.057895 10.0.0.27 - - [2025-06-09 02:24:52] "GET /projects?obj_uuids=f9458c6a-c7b6-4878-be87-274442b89309&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001731 10.0.0.27 - - [2025-06-09 02:24:52] "GET /project/f9458c6a-c7b6-4878-be87-274442b89309?fields=virtual_networks HTTP/1.1" 200 1033 0.071853 10.0.0.27 - - [2025-06-09 02:24:52] "GET /projects?obj_uuids=f9458c6a-c7b6-4878-be87-274442b89309&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001238 10.0.0.27 - - [2025-06-09 02:24:52] "GET /project/f9458c6a-c7b6-4878-be87-274442b89309?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.029188 10.0.0.27 - - [2025-06-09 02:24:52] "GET /projects?obj_uuids=f9458c6a-c7b6-4878-be87-274442b89309&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001226 10.0.0.27 - - [2025-06-09 02:24:52] "GET /project/f9458c6a-c7b6-4878-be87-274442b89309?fields=security_groups HTTP/1.1" 200 1259 0.028176