++ 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 Mar 24 02:09:10 UTC 2025 ===================' INFO: =================== Mon Mar 24 02:09:10 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.7 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.7 ++ 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_CRYPT_INTERFACE=crypt0 ++ VROUTER_DECRYPT_INTERFACE=decrypt0 ++ VROUTER_DECRYPT_KEY=15 ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.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.7,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.7,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 ++ cut -d = -f 1 ++ grep '^API__.*__.*=.*$' ++ sed 's/^API__//g' ++ sort + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/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/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/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/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.6/site-packages/keystonemiddleware/auth_token/_memcache_crypt.py:42: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography. The next release of cryptography will remove support for Python 3.6. from cryptography.hazmat import backends as crypto_backends 03/24/2025 02:09:17.835 7f2b527f6f48 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 03/24/2025 02:09:17.865 7f2b527f6f48 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 03/24/2025 02:09:17.880 7f2b527f6f48 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 03/24/2025 02:09:17.880 7f2b527f6f48 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] ovl: Error while doing RPMdb copy-up: [Errno 13] Permission denied: '/var/lib/rpm/__db.003' 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-03-24 02:09:23] "GET / HTTP/1.1" 200 45871 0.001577 10.0.0.27 - - [2025-03-24 02:09:23] "GET / HTTP/1.1" 200 45871 0.001119 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-03-24 02:09:23] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.001406 10.0.0.27 - - [2025-03-24 02:09:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000403 10.0.0.27 - - [2025-03-24 02:09:23] "GET / HTTP/1.1" 200 35931 0.001523 10.0.0.27 - - [2025-03-24 02:09:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000798 10.0.0.27 - - [2025-03-24 02:09:23] "GET / HTTP/1.1" 200 35931 0.003221 10.0.0.27 - - [2025-03-24 02:09:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.001361 10.0.0.27 - - [2025-03-24 02:09:24] "POST /fqname-to-id HTTP/1.1" 200 156 1.181282 10.0.0.27 - - [2025-03-24 02:09:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002741 10.0.0.27 - - [2025-03-24 02:09:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.334828 10.0.0.27 - - [2025-03-24 02:09:24] "GET /global-system-config/48d4e99f-f8a9-4f7e-b1ca-1b2d2b2ee13f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.003043 10.0.0.27 - - [2025-03-24 02:09:24] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.914294 10.0.0.27 - - [2025-03-24 02:09:24] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.002442 10.0.0.27 - - [2025-03-24 02:09:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.646212 10.0.0.27 - - [2025-03-24 02:09:24] "GET /global-system-config/48d4e99f-f8a9-4f7e-b1ca-1b2d2b2ee13f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.002749 10.0.0.27 - - [2025-03-24 02:09:24] "POST /fqname-to-id HTTP/1.1" 404 220 0.004303 10.0.0.27 - - [2025-03-24 02:09:24] "POST /fqname-to-id HTTP/1.1" 404 220 0.003543 10.0.0.27 - - [2025-03-24 02:09:24] "POST /config-nodes HTTP/1.1" 200 599 0.021586 10.0.0.27 - - [2025-03-24 02:09:24] "POST /config-database-nodes HTTP/1.1" 200 617 0.019391 /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-03-24 02:09:25] "GET / HTTP/1.1" 200 35931 0.003720 10.0.0.27 - - [2025-03-24 02:09:25] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000472 10.0.0.27 - - [2025-03-24 02:09:25] "GET / HTTP/1.1" 200 35931 0.001564 10.0.0.27 - - [2025-03-24 02:09:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000459 10.0.0.27 - - [2025-03-24 02:09:25] "GET / HTTP/1.1" 200 35931 0.001439 10.0.0.27 - - [2025-03-24 02:09:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000648 10.0.0.27 - - [2025-03-24 02:09:25] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.304399 10.0.0.27 - - [2025-03-24 02:09:25] "POST /fqname-to-id HTTP/1.1" 404 186 0.032851 10.0.0.27 - - [2025-03-24 02:09:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.27 - - [2025-03-24 02:09:25] "GET /global-system-config/48d4e99f-f8a9-4f7e-b1ca-1b2d2b2ee13f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.003824 10.0.0.27 - - [2025-03-24 02:09:25] "GET / HTTP/1.1" 200 35931 0.006480 10.0.0.27 - - [2025-03-24 02:09:25] "POST /service-appliance-sets HTTP/1.1" 200 553 0.017034 10.0.0.27 - - [2025-03-24 02:09:25] "POST /fqname-to-id HTTP/1.1" 404 180 0.002712 10.0.0.27 - - [2025-03-24 02:09:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002673 10.0.0.27 - - [2025-03-24 02:09:25] "GET /global-system-config/48d4e99f-f8a9-4f7e-b1ca-1b2d2b2ee13f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.003309 10.0.0.27 - - [2025-03-24 02:09:26] "POST /fqname-to-id HTTP/1.1" 404 196 0.022727 10.0.0.27 - - [2025-03-24 02:09:26] "POST /service-appliance-sets HTTP/1.1" 200 541 0.019748 10.0.0.27 - - [2025-03-24 02:09:26] "POST /job-templates HTTP/1.1" 200 555 0.025704 10.0.0.27 - - [2025-03-24 02:09:26] "POST /fqname-to-id HTTP/1.1" 404 200 0.002593 10.0.0.27 - - [2025-03-24 02:09:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002484 10.0.0.27 - - [2025-03-24 02:09:26] "GET /network-ipam/65e0d63a-6fe4-43f0-96e1-a34b3071fcec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.003190 10.0.0.27 - - [2025-03-24 02:09:26] "POST /job-templates HTTP/1.1" 200 563 0.078986 10.0.0.27 - - [2025-03-24 02:09:26] "POST /service-templates HTTP/1.1" 200 511 0.021959 10.0.0.27 - - [2025-03-24 02:09:26] "POST /fqname-to-id HTTP/1.1" 404 191 0.002166 10.0.0.27 - - [2025-03-24 02:09:26] "POST /service-templates HTTP/1.1" 200 501 0.021004 10.0.0.27 - - [2025-03-24 02:09:26] "POST /job-templates HTTP/1.1" 200 545 0.062739 10.0.0.27 - - [2025-03-24 02:09:26] "POST /service-templates HTTP/1.1" 200 515 0.047885 10.0.0.27 - - [2025-03-24 02:09:26] "POST /fqname-to-id HTTP/1.1" 404 207 0.002853 10.0.0.27 - - [2025-03-24 02:09:26] "POST /service-templates HTTP/1.1" 200 535 0.017764 10.0.0.27 - - [2025-03-24 02:09:26] "POST /job-templates HTTP/1.1" 200 577 0.063078 10.0.0.27 - - [2025-03-24 02:09:26] "POST /service-templates HTTP/1.1" 200 507 0.045920 10.0.0.27 - - [2025-03-24 02:09:26] "POST /fqname-to-id HTTP/1.1" 404 208 0.002953 10.0.0.27 - - [2025-03-24 02:09:26] "POST /job-templates HTTP/1.1" 200 579 0.065497 10.0.0.27 - - [2025-03-24 02:09:26] "POST /fqname-to-id HTTP/1.1" 404 210 0.003225 10.0.0.27 - - [2025-03-24 02:09:26] "POST /job-templates HTTP/1.1" 200 583 0.065483 10.0.0.27 - - [2025-03-24 02:09:26] "POST /fqname-to-id HTTP/1.1" 404 198 0.003637 10.0.0.27 - - [2025-03-24 02:09:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000548 10.0.0.27 - - [2025-03-24 02:09:27] "POST /job-templates HTTP/1.1" 200 559 0.072953 10.0.0.27 - - [2025-03-24 02:09:27] "POST /fqname-to-id HTTP/1.1" 404 203 0.003108 10.0.0.27 - - [2025-03-24 02:09:27] "POST /job-templates HTTP/1.1" 200 569 0.065866 10.0.0.27 - - [2025-03-24 02:09:27] "POST /fqname-to-id HTTP/1.1" 404 196 0.004100 10.0.0.27 - - [2025-03-24 02:09:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.027328 10.0.0.27 - - [2025-03-24 02:09:27] "GET /network-ipam/65e0d63a-6fe4-43f0-96e1-a34b3071fcec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.008404 10.0.0.27 - - [2025-03-24 02:09:27] "POST /job-templates HTTP/1.1" 200 555 0.077074 10.0.0.27 - - [2025-03-24 02:09:27] "POST /fqname-to-id HTTP/1.1" 404 196 0.002718 10.0.0.27 - - [2025-03-24 02:09:27] "POST /job-templates HTTP/1.1" 200 555 0.060649 10.0.0.27 - - [2025-03-24 02:09:27] "POST /fqname-to-id HTTP/1.1" 404 196 0.002958 10.0.0.27 - - [2025-03-24 02:09:27] "POST /job-templates HTTP/1.1" 200 555 0.060853 10.0.0.27 - - [2025-03-24 02:09:27] "POST /fqname-to-id HTTP/1.1" 404 186 0.002852 10.0.0.27 - - [2025-03-24 02:09:27] "POST /job-templates HTTP/1.1" 200 535 0.060971 10.0.0.27 - - [2025-03-24 02:09:27] "POST /fqname-to-id HTTP/1.1" 404 198 0.002898 10.0.0.27 - - [2025-03-24 02:09:27] "POST /fqname-to-id HTTP/1.1" 404 225 0.002538 10.0.0.27 - - [2025-03-24 02:09:27] "POST /access-control-lists HTTP/1.1" 200 587 0.027591 10.0.0.27 - - [2025-03-24 02:09:27] "POST /fqname-to-id HTTP/1.1" 404 224 0.003352 10.0.0.27 - - [2025-03-24 02:09:27] "POST /job-templates HTTP/1.1" 200 559 0.062496 10.0.0.27 - - [2025-03-24 02:09:28] "POST /fqname-to-id HTTP/1.1" 404 198 0.003574 10.0.0.27 - - [2025-03-24 02:09:28] "POST /access-control-lists HTTP/1.1" 200 585 0.022547 10.0.0.27 - - [2025-03-24 02:09:28] "POST /route-targets HTTP/1.1" 200 327 0.028220 10.0.0.27 - - [2025-03-24 02:09:28] "POST /job-templates HTTP/1.1" 200 559 0.076736 10.0.0.27 - - [2025-03-24 02:09:28] "POST /ref-update HTTP/1.1" 200 156 0.013315 10.0.0.27 - - [2025-03-24 02:09:28] "POST /fqname-to-id HTTP/1.1" 404 198 0.003084 10.0.0.27 - - [2025-03-24 02:09:28] "POST /route-targets HTTP/1.1" 200 327 0.016151 10.0.0.27 - - [2025-03-24 02:09:28] "POST /job-templates HTTP/1.1" 200 559 0.061475 10.0.0.27 - - [2025-03-24 02:09:28] "POST /ref-update HTTP/1.1" 200 156 0.033211 10.0.0.27 - - [2025-03-24 02:09:28] "POST /fqname-to-id HTTP/1.1" 404 201 0.002985 10.0.0.27 - - [2025-03-24 02:09:28] "POST /route-targets HTTP/1.1" 200 327 0.009571 10.0.0.27 - - [2025-03-24 02:09:28] "POST /job-templates HTTP/1.1" 200 565 0.064209 10.0.0.27 - - [2025-03-24 02:09:28] "POST /ref-update HTTP/1.1" 200 156 0.054963 10.0.0.27 - - [2025-03-24 02:09:28] "POST /fqname-to-id HTTP/1.1" 404 197 0.003099 10.0.0.27 - - [2025-03-24 02:09:28] "POST /route-targets HTTP/1.1" 200 327 0.011655 10.0.0.27 - - [2025-03-24 02:09:28] "POST /job-templates HTTP/1.1" 200 557 0.064767 10.0.0.27 - - [2025-03-24 02:09:28] "POST /ref-update HTTP/1.1" 200 156 0.039287 10.0.0.27 - - [2025-03-24 02:09:28] "POST /fqname-to-id HTTP/1.1" 404 196 0.002747 10.0.0.27 - - [2025-03-24 02:09:28] "POST /fqname-to-id HTTP/1.1" 404 201 0.002625 10.0.0.27 - - [2025-03-24 02:09:28] "POST /job-templates HTTP/1.1" 200 555 0.062311 10.0.0.27 - - [2025-03-24 02:09:28] "POST /fqname-to-id HTTP/1.1" 404 205 0.002724 10.0.0.27 - - [2025-03-24 02:09:28] "POST /access-control-lists HTTP/1.1" 200 551 0.080415 10.0.0.27 - - [2025-03-24 02:09:28] "PUT /access-control-list/bd55a7b9-fa40-42c9-ac94-81910548d093 HTTP/1.1" 200 272 0.011411 10.0.0.27 - - [2025-03-24 02:09:28] "POST /job-templates HTTP/1.1" 200 573 0.071018 10.0.0.27 - - [2025-03-24 02:09:28] "PUT /access-control-list/47180fd0-030d-4c8d-a787-5721afd0c378 HTTP/1.1" 200 272 0.015904 10.0.0.27 - - [2025-03-24 02:09:28] "POST /fqname-to-id HTTP/1.1" 404 194 0.002732 10.0.0.27 - - [2025-03-24 02:09:29] "POST /job-templates HTTP/1.1" 200 551 0.060928 10.0.0.27 - - [2025-03-24 02:09:29] "POST /fqname-to-id HTTP/1.1" 404 208 0.003452 10.0.0.27 - - [2025-03-24 02:09:29] "POST /job-templates HTTP/1.1" 200 579 0.061109 10.0.0.27 - - [2025-03-24 02:09:29] "POST /fqname-to-id HTTP/1.1" 404 196 0.003437 10.0.0.27 - - [2025-03-24 02:09:29] "POST /job-templates HTTP/1.1" 200 555 0.066739 10.0.0.27 - - [2025-03-24 02:09:29] "POST /fqname-to-id HTTP/1.1" 404 198 0.003526 10.0.0.27 - - [2025-03-24 02:09:29] "POST /job-templates HTTP/1.1" 200 559 0.060575 10.0.0.27 - - [2025-03-24 02:09:29] "POST /fqname-to-id HTTP/1.1" 404 206 0.003469 10.0.0.27 - - [2025-03-24 02:09:29] "POST /job-templates HTTP/1.1" 200 575 0.077484 10.0.0.27 - - [2025-03-24 02:09:29] "POST /fqname-to-id HTTP/1.1" 404 197 0.002947 10.0.0.27 - - [2025-03-24 02:09:29] "POST /job-templates HTTP/1.1" 200 557 0.067478 10.0.0.27 - - [2025-03-24 02:09:29] "POST /fqname-to-id HTTP/1.1" 404 198 0.002989 10.0.0.27 - - [2025-03-24 02:09:30] "POST /job-templates HTTP/1.1" 200 559 0.061233 10.0.0.27 - - [2025-03-24 02:09:30] "POST /fqname-to-id HTTP/1.1" 404 196 0.003333 10.0.0.27 - - [2025-03-24 02:09:30] "POST /job-templates HTTP/1.1" 200 555 0.060847 10.0.0.27 - - [2025-03-24 02:09:30] "POST /fqname-to-id HTTP/1.1" 404 195 0.003628 10.0.0.27 - - [2025-03-24 02:09:30] "POST /job-templates HTTP/1.1" 200 553 0.065174 10.0.0.27 - - [2025-03-24 02:09:30] "POST /fqname-to-id HTTP/1.1" 404 195 0.002696 10.0.0.27 - - [2025-03-24 02:09:30] "POST /job-templates HTTP/1.1" 200 553 0.060925 10.0.0.27 - - [2025-03-24 02:09:30] "POST /fqname-to-id HTTP/1.1" 404 195 0.003215 10.0.0.27 - - [2025-03-24 02:09:30] "POST /job-templates HTTP/1.1" 200 553 0.060982 10.0.0.27 - - [2025-03-24 02:09:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003334 10.0.0.27 - - [2025-03-24 02:09:30] "GET /global-vrouter-config/06d5e8c9-4721-4a57-b10f-0dc724ec4557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1160 0.002790 10.0.0.27 - - [2025-03-24 02:09:30] "POST /fqname-to-id HTTP/1.1" 404 200 0.001953 10.0.0.27 - - [2025-03-24 02:09:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002925 10.0.0.27 - - [2025-03-24 02:09:30] "POST /job-templates HTTP/1.1" 200 563 0.062819 10.0.0.27 - - [2025-03-24 02:09:30] "PUT /global-vrouter-config/06d5e8c9-4721-4a57-b10f-0dc724ec4557 HTTP/1.1" 200 276 0.020259 10.0.0.27 - - [2025-03-24 02:09:30] "POST /fqname-to-id HTTP/1.1" 404 201 0.003247 10.0.0.27 - - [2025-03-24 02:09:30] "POST /job-templates HTTP/1.1" 200 565 0.064508 10.0.0.27 - - [2025-03-24 02:09:31] "POST /fqname-to-id HTTP/1.1" 404 189 0.003103 10.0.0.27 - - [2025-03-24 02:09:31] "POST /config-propertiess HTTP/1.1" 200 551 0.020073 10.0.0.27 - - [2025-03-24 02:09:31] "POST /fqname-to-id HTTP/1.1" 404 168 0.002743 10.0.0.27 - - [2025-03-24 02:09:31] "GET / HTTP/1.1" 200 35931 0.001671 10.0.0.27 - - [2025-03-24 02:09:31] "POST /alarms HTTP/1.1" 401 292 0.000456 10.0.0.27 - - [2025-03-24 02:09:31] "POST /tags HTTP/1.1" 200 321 0.031421 10.0.0.27 - - [2025-03-24 02:09:31] "POST /fqname-to-id HTTP/1.1" 404 166 0.003013 10.0.0.27 - - [2025-03-24 02:09:31] "POST /tags HTTP/1.1" 200 317 0.019025 10.0.0.27 - - [2025-03-24 02:09:31] "POST /fqname-to-id HTTP/1.1" 404 174 0.002848 10.0.0.27 - - [2025-03-24 02:09:31] "POST /tags HTTP/1.1" 200 333 0.028117 10.0.0.27 - - [2025-03-24 02:09:31] "POST /fqname-to-id HTTP/1.1" 404 162 0.002397 10.0.0.27 - - [2025-03-24 02:09:31] "POST /alarms HTTP/1.1" 200 581 0.039335 10.0.0.27 - - [2025-03-24 02:09:31] "POST /alarms HTTP/1.1" 200 575 0.028830 10.0.0.27 - - [2025-03-24 02:09:31] "POST /tags HTTP/1.1" 200 309 0.017867 10.0.0.27 - - [2025-03-24 02:09:31] "POST /alarms HTTP/1.1" 200 575 0.014057 10.0.0.27 - - [2025-03-24 02:09:31] "POST /fqname-to-id HTTP/1.1" 404 174 0.002239 10.0.0.27 - - [2025-03-24 02:09:31] "POST /alarms HTTP/1.1" 200 559 0.018038 10.0.0.27 - - [2025-03-24 02:09:31] "POST /tags HTTP/1.1" 200 333 0.021961 10.0.0.27 - - [2025-03-24 02:09:31] "POST /alarms HTTP/1.1" 200 555 0.016540 10.0.0.27 - - [2025-03-24 02:09:31] "POST /fqname-to-id HTTP/1.1" 404 164 0.003426 10.0.0.27 - - [2025-03-24 02:09:31] "POST /alarms HTTP/1.1" 200 557 0.024585 10.0.0.27 - - [2025-03-24 02:09:31] "POST /tags HTTP/1.1" 200 313 0.028804 10.0.0.27 - - [2025-03-24 02:09:31] "POST /fqname-to-id HTTP/1.1" 404 169 0.002573 10.0.0.27 - - [2025-03-24 02:09:31] "POST /alarms HTTP/1.1" 200 565 0.016034 10.0.0.27 - - [2025-03-24 02:09:31] "POST /tags HTTP/1.1" 200 323 0.028119 10.0.0.27 - - [2025-03-24 02:09:31] "POST /alarms HTTP/1.1" 200 549 0.025425 10.0.0.27 - - [2025-03-24 02:09:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.27 - - [2025-03-24 02:09:31] "POST /alarms HTTP/1.1" 200 557 0.017125 10.0.0.27 - - [2025-03-24 02:09:32] "PUT /global-system-config/48d4e99f-f8a9-4f7e-b1ca-1b2d2b2ee13f HTTP/1.1" 200 274 0.020527 10.0.0.27 - - [2025-03-24 02:09:32] "POST /alarms HTTP/1.1" 200 567 0.017935 10.0.0.27 - - [2025-03-24 02:09:32] "POST /fqname-to-id HTTP/1.1" 404 166 0.002406 10.0.0.27 - - [2025-03-24 02:09:32] "POST /alarms HTTP/1.1" 200 555 0.017403 10.0.0.27 - - [2025-03-24 02:09:32] "POST /hardwares HTTP/1.1" 200 327 0.014796 10.0.0.27 - - [2025-03-24 02:09:32] "POST /alarms HTTP/1.1" 200 567 0.018401 10.0.0.27 - - [2025-03-24 02:09:32] "POST /fqname-to-id HTTP/1.1" 404 166 0.002912 10.0.0.27 - - [2025-03-24 02:09:32] "POST /alarms HTTP/1.1" 200 575 0.062376 10.0.0.27 - - [2025-03-24 02:09:32] "POST /hardwares HTTP/1.1" 200 327 0.030895 10.0.0.27 - - [2025-03-24 02:09:32] "POST /fqname-to-id HTTP/1.1" 404 166 0.004706 10.0.0.27 - - [2025-03-24 02:09:32] "POST /alarms HTTP/1.1" 200 569 0.028210 10.0.0.27 - - [2025-03-24 02:09:32] "POST /hardwares HTTP/1.1" 200 327 0.014721 10.0.0.27 - - [2025-03-24 02:09:32] "POST /fqname-to-id HTTP/1.1" 404 166 0.006495 10.0.0.27 - - [2025-03-24 02:09:32] "POST /alarms HTTP/1.1" 200 561 0.040144 10.0.0.27 - - [2025-03-24 02:09:32] "POST /hardwares HTTP/1.1" 200 327 0.011624 10.0.0.27 - - [2025-03-24 02:09:32] "POST /alarms HTTP/1.1" 200 561 0.021259 10.0.0.27 - - [2025-03-24 02:09:32] "POST /fqname-to-id HTTP/1.1" 404 164 0.002649 10.0.0.27 - - [2025-03-24 02:09:32] "POST /alarms HTTP/1.1" 200 561 0.030356 10.0.0.27 - - [2025-03-24 02:09:32] "POST /hardwares HTTP/1.1" 200 323 0.009569 10.0.0.27 - - [2025-03-24 02:09:32] "POST /alarms HTTP/1.1" 200 547 0.018502 10.0.0.27 - - [2025-03-24 02:09:32] "POST /fqname-to-id HTTP/1.1" 404 164 0.002087 10.0.0.27 - - [2025-03-24 02:09:32] "POST /hardwares HTTP/1.1" 200 323 0.010179 10.0.0.27 - - [2025-03-24 02:09:32] "POST /alarms HTTP/1.1" 200 595 0.018017 10.0.0.27 - - [2025-03-24 02:09:32] "POST /fqname-to-id HTTP/1.1" 404 161 0.003127 10.0.0.27 - - [2025-03-24 02:09:32] "POST /alarms HTTP/1.1" 200 575 0.014839 10.0.0.27 - - [2025-03-24 02:09:32] "POST /hardwares HTTP/1.1" 200 317 0.009921 10.0.0.27 - - [2025-03-24 02:09:32] "POST /alarms HTTP/1.1" 200 571 0.014566 10.0.0.27 - - [2025-03-24 02:09:32] "POST /fqname-to-id HTTP/1.1" 404 164 0.002712 10.0.0.27 - - [2025-03-24 02:09:32] "POST /alarms HTTP/1.1" 200 583 0.015264 10.0.0.27 - - [2025-03-24 02:09:32] "POST /hardwares HTTP/1.1" 200 323 0.009403 10.0.0.27 - - [2025-03-24 02:09:32] "POST /alarms HTTP/1.1" 200 609 0.014832 10.0.0.27 - - [2025-03-24 02:09:32] "POST /fqname-to-id HTTP/1.1" 404 164 0.002213 10.0.0.27 - - [2025-03-24 02:09:33] "POST /hardwares HTTP/1.1" 200 323 0.014689 10.0.0.27 - - [2025-03-24 02:09:33] "POST /fqname-to-id HTTP/1.1" 404 164 0.002626 10.0.0.27 - - [2025-03-24 02:09:33] "POST /hardwares HTTP/1.1" 200 323 0.009516 10.0.0.27 - - [2025-03-24 02:09:33] "POST /fqname-to-id HTTP/1.1" 404 165 0.003667 10.0.0.27 - - [2025-03-24 02:09:33] "POST /hardwares HTTP/1.1" 200 325 0.011376 10.0.0.27 - - [2025-03-24 02:09:33] "GET / HTTP/1.1" 200 35931 0.002800 10.0.0.27 - - [2025-03-24 02:09:33] "POST /fqname-to-id HTTP/1.1" 404 165 0.005173 10.0.0.27 - - [2025-03-24 02:09:33] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000367 10.0.0.27 - - [2025-03-24 02:09:33] "POST /hardwares HTTP/1.1" 200 325 0.014293 10.0.0.27 - - [2025-03-24 02:09:33] "POST /fqname-to-id HTTP/1.1" 404 165 0.002894 10.0.0.27 - - [2025-03-24 02:09:33] "POST /hardwares HTTP/1.1" 200 325 0.011541 10.0.0.27 - - [2025-03-24 02:09:33] "POST /fqname-to-id HTTP/1.1" 404 165 0.015996 10.0.0.27 - - [2025-03-24 02:09:33] "POST /hardwares HTTP/1.1" 200 325 0.010360 10.0.0.27 - - [2025-03-24 02:09:33] "POST /fqname-to-id HTTP/1.1" 404 164 0.003139 10.0.0.27 - - [2025-03-24 02:09:33] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.022812 10.0.0.27 - - [2025-03-24 02:09:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002529 10.0.0.27 - - [2025-03-24 02:09:33] "POST /hardwares HTTP/1.1" 200 323 0.015271 10.0.0.27 - - [2025-03-24 02:09:33] "PUT /global-vrouter-config/06d5e8c9-4721-4a57-b10f-0dc724ec4557 HTTP/1.1" 200 276 0.027042 10.0.0.27 - - [2025-03-24 02:09:33] "POST /fqname-to-id HTTP/1.1" 404 161 0.004395 10.0.0.27 - - [2025-03-24 02:09:33] "POST /hardwares HTTP/1.1" 200 317 0.011925 10.0.0.27 - - [2025-03-24 02:09:33] "POST /fqname-to-id HTTP/1.1" 404 164 0.002837 10.0.0.27 - - [2025-03-24 02:09:33] "POST /hardwares HTTP/1.1" 200 323 0.009840 10.0.0.27 - - [2025-03-24 02:09:33] "POST /fqname-to-id HTTP/1.1" 404 161 0.003070 10.0.0.27 - - [2025-03-24 02:09:33] "POST /hardwares HTTP/1.1" 200 317 0.014234 10.0.0.27 - - [2025-03-24 02:09:34] "GET / HTTP/1.1" 200 35931 0.002172 10.0.0.27 - - [2025-03-24 02:09:34] "POST /fqname-to-id HTTP/1.1" 404 164 0.005567 10.0.0.27 - - [2025-03-24 02:09:34] "POST /fqname-to-id HTTP/1.1" 401 292 0.000360 10.0.0.27 - - [2025-03-24 02:09:34] "POST /hardwares HTTP/1.1" 200 323 0.010493 10.0.0.27 - - [2025-03-24 02:09:34] "POST /fqname-to-id HTTP/1.1" 404 162 0.002783 10.0.0.27 - - [2025-03-24 02:09:34] "POST /hardwares HTTP/1.1" 200 319 0.013026 10.0.0.27 - - [2025-03-24 02:09:34] "POST /fqname-to-id HTTP/1.1" 404 162 0.003111 10.0.0.27 - - [2025-03-24 02:09:34] "POST /hardwares HTTP/1.1" 200 319 0.014954 10.0.0.27 - - [2025-03-24 02:09:34] "POST /fqname-to-id HTTP/1.1" 404 165 0.003003 10.0.0.27 - - [2025-03-24 02:09:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.020655 10.0.0.27 - - [2025-03-24 02:09:34] "GET /global-vrouter-config/06d5e8c9-4721-4a57-b10f-0dc724ec4557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.004107 10.0.0.27 - - [2025-03-24 02:09:34] "POST /hardwares HTTP/1.1" 200 325 0.008934 10.0.0.27 - - [2025-03-24 02:09:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003185 10.0.0.27 - - [2025-03-24 02:09:34] "POST /fqname-to-id HTTP/1.1" 404 161 0.002793 10.0.0.27 - - [2025-03-24 02:09:34] "PUT /global-vrouter-config/06d5e8c9-4721-4a57-b10f-0dc724ec4557 HTTP/1.1" 200 276 0.011589 10.0.0.27 - - [2025-03-24 02:09:34] "POST /hardwares HTTP/1.1" 200 317 0.009184 10.0.0.27 - - [2025-03-24 02:09:34] "POST /fqname-to-id HTTP/1.1" 404 161 0.002822 10.0.0.27 - - [2025-03-24 02:09:34] "POST /hardwares HTTP/1.1" 200 317 0.028783 10.0.0.27 - - [2025-03-24 02:09:34] "POST /fqname-to-id HTTP/1.1" 404 162 0.003219 10.0.0.27 - - [2025-03-24 02:09:34] "POST /hardwares HTTP/1.1" 200 319 0.010252 10.0.0.27 - - [2025-03-24 02:09:34] "POST /fqname-to-id HTTP/1.1" 404 162 0.002793 10.0.0.27 - - [2025-03-24 02:09:34] "POST /hardwares HTTP/1.1" 200 319 0.010571 10.0.0.27 - - [2025-03-24 02:09:34] "GET / HTTP/1.1" 200 35931 0.001641 10.0.0.27 - - [2025-03-24 02:09:34] "POST /fqname-to-id HTTP/1.1" 401 292 0.000400 10.0.0.27 - - [2025-03-24 02:09:34] "POST /fqname-to-id HTTP/1.1" 404 162 0.002697 10.0.0.27 - - [2025-03-24 02:09:34] "POST /hardwares HTTP/1.1" 200 319 0.010654 10.0.0.27 - - [2025-03-24 02:09:35] "POST /fqname-to-id HTTP/1.1" 404 158 0.003472 10.0.0.27 - - [2025-03-24 02:09:35] "POST /hardwares HTTP/1.1" 200 311 0.011835 10.0.0.27 - - [2025-03-24 02:09:35] "POST /fqname-to-id HTTP/1.1" 404 158 0.003229 10.0.0.27 - - [2025-03-24 02:09:35] "POST /hardwares HTTP/1.1" 200 311 0.011445 10.0.0.27 - - [2025-03-24 02:09:35] "POST /fqname-to-id HTTP/1.1" 404 160 0.004863 10.0.0.27 - - [2025-03-24 02:09:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.021397 10.0.0.27 - - [2025-03-24 02:09:35] "GET /global-system-config/48d4e99f-f8a9-4f7e-b1ca-1b2d2b2ee13f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.003437 10.0.0.27 - - [2025-03-24 02:09:35] "POST /hardwares HTTP/1.1" 200 315 0.011310 10.0.0.27 - - [2025-03-24 02:09:35] "PUT /global-system-config/48d4e99f-f8a9-4f7e-b1ca-1b2d2b2ee13f HTTP/1.1" 200 274 0.017258 10.0.0.27 - - [2025-03-24 02:09:35] "POST /fqname-to-id HTTP/1.1" 404 154 0.002631 10.0.0.27 - - [2025-03-24 02:09:35] "POST /hardwares HTTP/1.1" 200 303 0.010180 10.0.0.27 - - [2025-03-24 02:09:35] "POST /fqname-to-id HTTP/1.1" 404 158 0.002874 10.0.0.27 - - [2025-03-24 02:09:35] "POST /hardwares HTTP/1.1" 200 311 0.010109 10.0.0.27 - - [2025-03-24 02:09:35] "POST /fqname-to-id HTTP/1.1" 404 155 0.002897 10.0.0.27 - - [2025-03-24 02:09:35] "POST /hardwares HTTP/1.1" 200 305 0.013083 10.0.0.27 - - [2025-03-24 02:09:35] "POST /fqname-to-id HTTP/1.1" 404 155 0.002637 10.0.0.27 - - [2025-03-24 02:09:35] "POST /hardwares HTTP/1.1" 200 305 0.009642 10.0.0.27 - - [2025-03-24 02:09:35] "POST /fqname-to-id HTTP/1.1" 404 155 0.003771 10.0.0.27 - - [2025-03-24 02:09:35] "POST /hardwares HTTP/1.1" 200 305 0.010791 10.0.0.27 - - [2025-03-24 02:09:35] "POST /fqname-to-id HTTP/1.1" 404 155 0.003536 10.0.0.27 - - [2025-03-24 02:09:35] "POST /hardwares HTTP/1.1" 200 305 0.014525 10.0.0.27 - - [2025-03-24 02:09:35] "POST /fqname-to-id HTTP/1.1" 404 156 0.002789 10.0.0.27 - - [2025-03-24 02:09:36] "POST /hardwares HTTP/1.1" 200 307 0.009999 10.0.0.27 - - [2025-03-24 02:09:36] "POST /fqname-to-id HTTP/1.1" 404 156 0.002737 10.0.0.27 - - [2025-03-24 02:09:36] "POST /hardwares HTTP/1.1" 200 307 0.009563 10.0.0.27 - - [2025-03-24 02:09:36] "POST /fqname-to-id HTTP/1.1" 404 156 0.002724 10.0.0.27 - - [2025-03-24 02:09:36] "POST /hardwares HTTP/1.1" 200 307 0.010629 10.0.0.27 - - [2025-03-24 02:09:36] "POST /fqname-to-id HTTP/1.1" 404 157 0.002759 10.0.0.27 - - [2025-03-24 02:09:36] "POST /hardwares HTTP/1.1" 200 309 0.010422 10.0.0.27 - - [2025-03-24 02:09:36] "POST /fqname-to-id HTTP/1.1" 404 158 0.002777 10.0.0.27 - - [2025-03-24 02:09:36] "POST /hardwares HTTP/1.1" 200 311 0.012453 10.0.0.27 - - [2025-03-24 02:09:36] "POST /fqname-to-id HTTP/1.1" 404 158 0.003099 10.0.0.27 - - [2025-03-24 02:09:36] "POST /hardwares HTTP/1.1" 200 311 0.009764 10.0.0.27 - - [2025-03-24 02:09:36] "POST /fqname-to-id HTTP/1.1" 404 153 0.002655 10.0.0.27 - - [2025-03-24 02:09:36] "POST /hardwares HTTP/1.1" 200 301 0.009876 10.0.0.27 - - [2025-03-24 02:09:36] "POST /fqname-to-id HTTP/1.1" 404 157 0.002753 10.0.0.27 - - [2025-03-24 02:09:36] "POST /hardwares HTTP/1.1" 200 309 0.013706 10.0.0.27 - - [2025-03-24 02:09:36] "POST /fqname-to-id HTTP/1.1" 404 157 0.002750 10.0.0.27 - - [2025-03-24 02:09:36] "POST /hardwares HTTP/1.1" 200 309 0.010251 10.0.0.27 - - [2025-03-24 02:09:36] "POST /fqname-to-id HTTP/1.1" 404 157 0.003521 10.0.0.27 - - [2025-03-24 02:09:36] "POST /hardwares HTTP/1.1" 200 309 0.010723 10.0.0.27 - - [2025-03-24 02:09:37] "POST /fqname-to-id HTTP/1.1" 404 157 0.003215 10.0.0.27 - - [2025-03-24 02:09:37] "POST /hardwares HTTP/1.1" 200 309 0.009160 10.0.0.27 - - [2025-03-24 02:09:37] "POST /fqname-to-id HTTP/1.1" 404 157 0.002830 10.0.0.27 - - [2025-03-24 02:09:37] "POST /hardwares HTTP/1.1" 200 309 0.010348 10.0.0.27 - - [2025-03-24 02:09:37] "POST /fqname-to-id HTTP/1.1" 404 161 0.003214 10.0.0.27 - - [2025-03-24 02:09:37] "POST /hardwares HTTP/1.1" 200 317 0.010856 10.0.0.27 - - [2025-03-24 02:09:37] "POST /fqname-to-id HTTP/1.1" 404 157 0.002855 10.0.0.27 - - [2025-03-24 02:09:37] "POST /hardwares HTTP/1.1" 200 309 0.009862 10.0.0.27 - - [2025-03-24 02:09:37] "POST /fqname-to-id HTTP/1.1" 404 157 0.003156 10.0.0.27 - - [2025-03-24 02:09:37] "POST /hardwares HTTP/1.1" 200 309 0.010399 10.0.0.27 - - [2025-03-24 02:09:37] "POST /fqname-to-id HTTP/1.1" 404 154 0.003427 10.0.0.27 - - [2025-03-24 02:09:37] "POST /hardwares HTTP/1.1" 200 303 0.010006 10.0.0.27 - - [2025-03-24 02:09:37] "POST /fqname-to-id HTTP/1.1" 404 190 0.002767 10.0.0.27 - - [2025-03-24 02:09:37] "POST /features HTTP/1.1" 200 533 0.017871 10.0.0.27 - - [2025-03-24 02:09:37] "POST /fqname-to-id HTTP/1.1" 404 185 0.003456 10.0.0.27 - - [2025-03-24 02:09:37] "POST /features HTTP/1.1" 200 523 0.017152 10.0.0.27 - - [2025-03-24 02:09:37] "POST /fqname-to-id HTTP/1.1" 404 184 0.002760 10.0.0.27 - - [2025-03-24 02:09:37] "POST /features HTTP/1.1" 200 521 0.025157 10.0.0.27 - - [2025-03-24 02:09:37] "POST /fqname-to-id HTTP/1.1" 404 184 0.002871 10.0.0.27 - - [2025-03-24 02:09:38] "POST /features HTTP/1.1" 200 521 0.021368 10.0.0.27 - - [2025-03-24 02:09:38] "POST /fqname-to-id HTTP/1.1" 404 189 0.002686 10.0.0.27 - - [2025-03-24 02:09:38] "POST /features HTTP/1.1" 200 531 0.015537 10.0.0.27 - - [2025-03-24 02:09:38] "POST /fqname-to-id HTTP/1.1" 404 184 0.003094 10.0.0.27 - - [2025-03-24 02:09:38] "POST /features HTTP/1.1" 200 521 0.017698 10.0.0.27 - - [2025-03-24 02:09:38] "POST /fqname-to-id HTTP/1.1" 404 193 0.002861 10.0.0.27 - - [2025-03-24 02:09:38] "POST /features HTTP/1.1" 200 539 0.018355 10.0.0.27 - - [2025-03-24 02:09:38] "POST /fqname-to-id HTTP/1.1" 404 186 0.002630 10.0.0.27 - - [2025-03-24 02:09:38] "POST /features HTTP/1.1" 200 525 0.014994 10.0.0.27 - - [2025-03-24 02:09:38] "POST /fqname-to-id HTTP/1.1" 404 183 0.002746 10.0.0.27 - - [2025-03-24 02:09:38] "POST /features HTTP/1.1" 200 519 0.014841 10.0.0.27 - - [2025-03-24 02:09:38] "POST /fqname-to-id HTTP/1.1" 404 182 0.002666 10.0.0.27 - - [2025-03-24 02:09:38] "POST /features HTTP/1.1" 200 517 0.042374 10.0.0.27 - - [2025-03-24 02:09:38] "POST /fqname-to-id HTTP/1.1" 404 190 0.002956 10.0.0.27 - - [2025-03-24 02:09:38] "POST /features HTTP/1.1" 200 533 0.016691 10.0.0.27 - - [2025-03-24 02:09:38] "POST /fqname-to-id HTTP/1.1" 404 194 0.003224 10.0.0.27 - - [2025-03-24 02:09:38] "POST /features HTTP/1.1" 200 541 0.015120 10.0.0.27 - - [2025-03-24 02:09:39] "POST /fqname-to-id HTTP/1.1" 404 178 0.002922 10.0.0.27 - - [2025-03-24 02:09:39] "POST /physical-roles HTTP/1.1" 200 521 0.015980 10.0.0.27 - - [2025-03-24 02:09:39] "POST /fqname-to-id HTTP/1.1" 404 179 0.003095 10.0.0.27 - - [2025-03-24 02:09:39] "POST /physical-roles HTTP/1.1" 200 523 0.018806 10.0.0.27 - - [2025-03-24 02:09:39] "POST /fqname-to-id HTTP/1.1" 404 184 0.002965 10.0.0.27 - - [2025-03-24 02:09:39] "POST /physical-roles HTTP/1.1" 200 533 0.015507 10.0.0.27 - - [2025-03-24 02:09:39] "POST /fqname-to-id HTTP/1.1" 404 177 0.002764 10.0.0.27 - - [2025-03-24 02:09:39] "POST /physical-roles HTTP/1.1" 200 519 0.014710 10.0.0.27 - - [2025-03-24 02:09:39] "POST /fqname-to-id HTTP/1.1" 404 191 0.002666 10.0.0.27 - - [2025-03-24 02:09:39] "POST /overlay-roles HTTP/1.1" 200 545 0.014725 10.0.0.27 - - [2025-03-24 02:09:39] "POST /fqname-to-id HTTP/1.1" 404 184 0.003194 10.0.0.27 - - [2025-03-24 02:09:39] "POST /overlay-roles HTTP/1.1" 200 531 0.014551 10.0.0.27 - - [2025-03-24 02:09:39] "POST /fqname-to-id HTTP/1.1" 404 191 0.002841 10.0.0.27 - - [2025-03-24 02:09:39] "POST /overlay-roles HTTP/1.1" 200 545 0.016608 10.0.0.27 - - [2025-03-24 02:09:39] "POST /fqname-to-id HTTP/1.1" 404 185 0.003225 10.0.0.27 - - [2025-03-24 02:09:39] "POST /overlay-roles HTTP/1.1" 200 533 0.015489 10.0.0.27 - - [2025-03-24 02:09:39] "POST /fqname-to-id HTTP/1.1" 404 189 0.003044 10.0.0.27 - - [2025-03-24 02:09:39] "POST /overlay-roles HTTP/1.1" 200 541 0.015373 10.0.0.27 - - [2025-03-24 02:09:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002846 10.0.0.27 - - [2025-03-24 02:09:40] "PUT /overlay-role/dd1dc35f-bcc4-47b9-9e09-067ccb91872f HTTP/1.1" 200 258 0.010188 10.0.0.27 - - [2025-03-24 02:09:40] "POST /fqname-to-id HTTP/1.1" 404 184 0.002758 10.0.0.27 - - [2025-03-24 02:09:40] "POST /overlay-roles HTTP/1.1" 200 531 0.019344 10.0.0.27 - - [2025-03-24 02:09:40] "POST /fqname-to-id HTTP/1.1" 404 185 0.002800 10.0.0.27 - - [2025-03-24 02:09:40] "POST /overlay-roles HTTP/1.1" 200 533 0.014071 10.0.0.27 - - [2025-03-24 02:09:40] "POST /fqname-to-id HTTP/1.1" 404 183 0.003255 10.0.0.27 - - [2025-03-24 02:09:40] "POST /overlay-roles HTTP/1.1" 200 529 0.023510 10.0.0.27 - - [2025-03-24 02:09:40] "POST /fqname-to-id HTTP/1.1" 404 187 0.003321 10.0.0.27 - - [2025-03-24 02:09:40] "POST /overlay-roles HTTP/1.1" 200 537 0.015661 10.0.0.27 - - [2025-03-24 02:09:40] "POST /fqname-to-id HTTP/1.1" 404 189 0.003086 10.0.0.27 - - [2025-03-24 02:09:40] "POST /overlay-roles HTTP/1.1" 200 541 0.016996 10.0.0.27 - - [2025-03-24 02:09:40] "POST /fqname-to-id HTTP/1.1" 404 178 0.002916 10.0.0.27 - - [2025-03-24 02:09:40] "POST /overlay-roles HTTP/1.1" 200 519 0.018388 10.0.0.27 - - [2025-03-24 02:09:40] "POST /fqname-to-id HTTP/1.1" 404 190 0.003949 10.0.0.27 - - [2025-03-24 02:09:40] "POST /overlay-roles HTTP/1.1" 200 543 0.016571 10.0.0.27 - - [2025-03-24 02:09:40] "POST /fqname-to-id HTTP/1.1" 404 182 0.002959 10.0.0.27 - - [2025-03-24 02:09:40] "POST /role-definitions HTTP/1.1" 200 533 0.015926 10.0.0.27 - - [2025-03-24 02:09:40] "POST /fqname-to-id HTTP/1.1" 404 189 0.002749 10.0.0.27 - - [2025-03-24 02:09:41] "POST /role-definitions HTTP/1.1" 200 547 0.015386 10.0.0.27 - - [2025-03-24 02:09:41] "POST /fqname-to-id HTTP/1.1" 404 190 0.003047 10.0.0.27 - - [2025-03-24 02:09:41] "POST /role-definitions HTTP/1.1" 200 549 0.014673 10.0.0.27 - - [2025-03-24 02:09:41] "POST /fqname-to-id HTTP/1.1" 404 191 0.002682 10.0.0.27 - - [2025-03-24 02:09:41] "POST /role-definitions HTTP/1.1" 200 551 0.032042 10.0.0.27 - - [2025-03-24 02:09:41] "POST /fqname-to-id HTTP/1.1" 404 197 0.003521 10.0.0.27 - - [2025-03-24 02:09:41] "POST /role-definitions HTTP/1.1" 200 563 0.015218 10.0.0.27 - - [2025-03-24 02:09:41] "POST /fqname-to-id HTTP/1.1" 404 189 0.002764 10.0.0.27 - - [2025-03-24 02:09:41] "POST /role-definitions HTTP/1.1" 200 547 0.018920 10.0.0.27 - - [2025-03-24 02:09:41] "POST /fqname-to-id HTTP/1.1" 404 190 0.002788 10.0.0.27 - - [2025-03-24 02:09:41] "POST /role-definitions HTTP/1.1" 200 549 0.017753 10.0.0.27 - - [2025-03-24 02:09:41] "POST /fqname-to-id HTTP/1.1" 404 191 0.002720 10.0.0.27 - - [2025-03-24 02:09:41] "POST /role-definitions HTTP/1.1" 200 551 0.015860 10.0.0.27 - - [2025-03-24 02:09:41] "POST /fqname-to-id HTTP/1.1" 404 190 0.002768 10.0.0.27 - - [2025-03-24 02:09:41] "POST /role-definitions HTTP/1.1" 200 549 0.014716 10.0.0.27 - - [2025-03-24 02:09:41] "POST /fqname-to-id HTTP/1.1" 404 196 0.002651 10.0.0.27 - - [2025-03-24 02:09:41] "POST /role-definitions HTTP/1.1" 200 561 0.016339 10.0.0.27 - - [2025-03-24 02:09:42] "POST /fqname-to-id HTTP/1.1" 404 189 0.003189 10.0.0.27 - - [2025-03-24 02:09:42] "POST /role-definitions HTTP/1.1" 200 547 0.017867 10.0.0.27 - - [2025-03-24 02:09:42] "POST /fqname-to-id HTTP/1.1" 404 190 0.003060 10.0.0.27 - - [2025-03-24 02:09:42] "POST /role-definitions HTTP/1.1" 200 549 0.019401 10.0.0.27 - - [2025-03-24 02:09:42] "POST /fqname-to-id HTTP/1.1" 404 188 0.003102 10.0.0.27 - - [2025-03-24 02:09:42] "POST /role-definitions HTTP/1.1" 200 545 0.018564 10.0.0.27 - - [2025-03-24 02:09:42] "POST /fqname-to-id HTTP/1.1" 404 189 0.002791 10.0.0.27 - - [2025-03-24 02:09:42] "POST /role-definitions HTTP/1.1" 200 547 0.015451 10.0.0.27 - - [2025-03-24 02:09:42] "POST /fqname-to-id HTTP/1.1" 404 192 0.003588 10.0.0.27 - - [2025-03-24 02:09:42] "POST /role-definitions HTTP/1.1" 200 553 0.015136 10.0.0.27 - - [2025-03-24 02:09:42] "POST /fqname-to-id HTTP/1.1" 404 193 0.002902 10.0.0.27 - - [2025-03-24 02:09:42] "POST /role-definitions HTTP/1.1" 200 555 0.020166 10.0.0.27 - - [2025-03-24 02:09:42] "POST /fqname-to-id HTTP/1.1" 404 182 0.003555 10.0.0.27 - - [2025-03-24 02:09:42] "POST /role-definitions HTTP/1.1" 200 533 0.037119 10.0.0.27 - - [2025-03-24 02:09:42] "POST /fqname-to-id HTTP/1.1" 404 187 0.003190 10.0.0.27 - - [2025-03-24 02:09:42] "POST /role-definitions HTTP/1.1" 200 543 0.018717 10.0.0.27 - - [2025-03-24 02:09:42] "POST /fqname-to-id HTTP/1.1" 404 181 0.002982 10.0.0.27 - - [2025-03-24 02:09:42] "POST /role-definitions HTTP/1.1" 200 531 0.016145 10.0.0.27 - - [2025-03-24 02:09:43] "POST /fqname-to-id HTTP/1.1" 404 184 0.002631 10.0.0.27 - - [2025-03-24 02:09:43] "POST /role-definitions HTTP/1.1" 200 537 0.014935 10.0.0.27 - - [2025-03-24 02:09:43] "POST /fqname-to-id HTTP/1.1" 404 189 0.002932 10.0.0.27 - - [2025-03-24 02:09:43] "POST /role-definitions HTTP/1.1" 200 547 0.014864 10.0.0.27 - - [2025-03-24 02:09:43] "POST /fqname-to-id HTTP/1.1" 404 194 0.002757 10.0.0.27 - - [2025-03-24 02:09:43] "POST /role-definitions HTTP/1.1" 200 557 0.015949 10.0.0.27 - - [2025-03-24 02:09:43] "POST /fqname-to-id HTTP/1.1" 404 196 0.002609 10.0.0.27 - - [2025-03-24 02:09:43] "POST /role-definitions HTTP/1.1" 200 561 0.015816 10.0.0.27 - - [2025-03-24 02:09:43] "POST /fqname-to-id HTTP/1.1" 404 195 0.002570 10.0.0.27 - - [2025-03-24 02:09:43] "POST /role-definitions HTTP/1.1" 200 559 0.015800 10.0.0.27 - - [2025-03-24 02:09:43] "POST /fqname-to-id HTTP/1.1" 404 196 0.002739 10.0.0.27 - - [2025-03-24 02:09:43] "POST /feature-configs HTTP/1.1" 200 537 0.022144 10.0.0.27 - - [2025-03-24 02:09:43] "POST /fqname-to-id HTTP/1.1" 404 212 0.002848 10.0.0.27 - - [2025-03-24 02:09:43] "POST /feature-configs HTTP/1.1" 200 562 0.014808 10.0.0.27 - - [2025-03-24 02:09:43] "POST /fqname-to-id HTTP/1.1" 404 211 0.002998 10.0.0.27 - - [2025-03-24 02:09:43] "POST /feature-configs HTTP/1.1" 200 561 0.037810 10.0.0.27 - - [2025-03-24 02:09:43] "POST /fqname-to-id HTTP/1.1" 404 192 0.002807 10.0.0.27 - - [2025-03-24 02:09:44] "POST /node-profiles HTTP/1.1" 200 547 0.014415 10.0.0.27 - - [2025-03-24 02:09:44] "POST /fqname-to-id HTTP/1.1" 404 187 0.003397 10.0.0.27 - - [2025-03-24 02:09:44] "POST /node-profiles HTTP/1.1" 200 537 0.018499 10.0.0.27 - - [2025-03-24 02:09:44] "POST /fqname-to-id HTTP/1.1" 404 193 0.003011 10.0.0.27 - - [2025-03-24 02:09:44] "POST /node-profiles HTTP/1.1" 200 549 0.014630 10.0.0.27 - - [2025-03-24 02:09:44] "POST /fqname-to-id HTTP/1.1" 404 189 0.002679 10.0.0.27 - - [2025-03-24 02:09:44] "POST /node-profiles HTTP/1.1" 200 541 0.021373 10.0.0.27 - - [2025-03-24 02:09:44] "POST /fqname-to-id HTTP/1.1" 404 189 0.002639 10.0.0.27 - - [2025-03-24 02:09:44] "POST /node-profiles HTTP/1.1" 200 541 0.015946 10.0.0.27 - - [2025-03-24 02:09:44] "POST /fqname-to-id HTTP/1.1" 404 188 0.003417 10.0.0.27 - - [2025-03-24 02:09:44] "POST /node-profiles HTTP/1.1" 200 539 0.015871 10.0.0.27 - - [2025-03-24 02:09:44] "POST /fqname-to-id HTTP/1.1" 404 184 0.002856 10.0.0.27 - - [2025-03-24 02:09:44] "POST /node-profiles HTTP/1.1" 200 531 0.015273 10.0.0.27 - - [2025-03-24 02:09:44] "POST /fqname-to-id HTTP/1.1" 404 185 0.003361 10.0.0.27 - - [2025-03-24 02:09:44] "POST /node-profiles HTTP/1.1" 200 533 0.014217 10.0.0.27 - - [2025-03-24 02:09:44] "POST /fqname-to-id HTTP/1.1" 404 197 0.003140 10.0.0.27 - - [2025-03-24 02:09:44] "POST /node-profiles HTTP/1.1" 200 557 0.015418 10.0.0.27 - - [2025-03-24 02:09:44] "POST /fqname-to-id HTTP/1.1" 404 206 0.002706 10.0.0.27 - - [2025-03-24 02:09:45] "POST /telemetry-profiles HTTP/1.1" 200 554 0.023779 10.0.0.27 - - [2025-03-24 02:09:45] "POST /fqname-to-id HTTP/1.1" 404 206 0.003245 10.0.0.27 - - [2025-03-24 02:09:45] "POST /telemetry-profiles HTTP/1.1" 200 554 0.014981 10.0.0.27 - - [2025-03-24 02:09:45] "POST /fqname-to-id HTTP/1.1" 404 206 0.002722 10.0.0.27 - - [2025-03-24 02:09:45] "POST /telemetry-profiles HTTP/1.1" 200 554 0.017527 10.0.0.27 - - [2025-03-24 02:09:45] "POST /fqname-to-id HTTP/1.1" 404 206 0.002806 10.0.0.27 - - [2025-03-24 02:09:45] "POST /telemetry-profiles HTTP/1.1" 200 554 0.015454 10.0.0.27 - - [2025-03-24 02:09:45] "POST /fqname-to-id HTTP/1.1" 404 206 0.002695 10.0.0.27 - - [2025-03-24 02:09:45] "POST /telemetry-profiles HTTP/1.1" 200 554 0.014995 10.0.0.27 - - [2025-03-24 02:09:45] "POST /fqname-to-id HTTP/1.1" 404 206 0.003245 10.0.0.27 - - [2025-03-24 02:09:45] "POST /telemetry-profiles HTTP/1.1" 200 554 0.030282 10.0.0.27 - - [2025-03-24 02:09:45] "POST /fqname-to-id HTTP/1.1" 404 199 0.003331 10.0.0.27 - - [2025-03-24 02:09:45] "POST /sflow-profiles HTTP/1.1" 200 532 0.014306 10.0.0.27 - - [2025-03-24 02:09:45] "POST /fqname-to-id HTTP/1.1" 404 202 0.002727 10.0.0.27 - - [2025-03-24 02:09:45] "POST /sflow-profiles HTTP/1.1" 200 538 0.020830 10.0.0.27 - - [2025-03-24 02:09:45] "POST /fqname-to-id HTTP/1.1" 404 202 0.002693 10.0.0.27 - - [2025-03-24 02:09:45] "POST /sflow-profiles HTTP/1.1" 200 538 0.015251 10.0.0.27 - - [2025-03-24 02:09:45] "POST /fqname-to-id HTTP/1.1" 404 199 0.002703 10.0.0.27 - - [2025-03-24 02:09:46] "POST /grpc-profiles HTTP/1.1" 200 530 0.015119 10.0.0.27 - - [2025-03-24 02:09:46] "POST /fqname-to-id HTTP/1.1" 404 199 0.003083 10.0.0.27 - - [2025-03-24 02:09:46] "POST /snmp-profiles HTTP/1.1" 200 530 0.015006 10.0.0.27 - - [2025-03-24 02:09:46] "POST /fqname-to-id HTTP/1.1" 404 202 0.002833 10.0.0.27 - - [2025-03-24 02:09:46] "POST /netconf-profiles HTTP/1.1" 200 542 0.023910 10.0.0.27 - - [2025-03-24 02:09:46] "POST /fqname-to-id HTTP/1.1" 404 193 0.002715 10.0.0.27 - - [2025-03-24 02:09:46] "POST /device-functional-groups HTTP/1.1" 200 540 0.014185 10.0.0.27 - - [2025-03-24 02:09:46] "POST /fqname-to-id HTTP/1.1" 404 193 0.003319 10.0.0.27 - - [2025-03-24 02:09:46] "POST /device-functional-groups HTTP/1.1" 200 540 0.014221 10.0.0.27 - - [2025-03-24 02:09:46] "POST /fqname-to-id HTTP/1.1" 404 195 0.003272 10.0.0.27 - - [2025-03-24 02:09:46] "POST /device-functional-groups HTTP/1.1" 200 544 0.015472 10.0.0.27 - - [2025-03-24 02:09:46] "POST /fqname-to-id HTTP/1.1" 404 194 0.002775 10.0.0.27 - - [2025-03-24 02:09:46] "POST /device-functional-groups HTTP/1.1" 200 542 0.015021 10.0.0.27 - - [2025-03-24 02:09:46] "POST /fqname-to-id HTTP/1.1" 404 218 0.017759 10.0.0.27 - - [2025-03-24 02:09:46] "POST /device-functional-groups HTTP/1.1" 200 590 0.015140 10.0.0.27 - - [2025-03-24 02:09:46] "POST /fqname-to-id HTTP/1.1" 404 208 0.002703 10.0.0.27 - - [2025-03-24 02:09:46] "POST /device-functional-groups HTTP/1.1" 200 570 0.014995 10.0.0.27 - - [2025-03-24 02:09:46] "POST /fqname-to-id HTTP/1.1" 404 236 0.002729 10.0.0.27 - - [2025-03-24 02:09:47] "POST /device-functional-groups HTTP/1.1" 200 620 0.014962 10.0.0.27 - - [2025-03-24 02:09:47] "POST /fqname-to-id HTTP/1.1" 404 206 0.002813 10.0.0.27 - - [2025-03-24 02:09:47] "POST /device-functional-groups HTTP/1.1" 200 566 0.014343 10.0.0.27 - - [2025-03-24 02:09:47] "POST /fqname-to-id HTTP/1.1" 404 205 0.003236 10.0.0.27 - - [2025-03-24 02:09:47] "POST /device-functional-groups HTTP/1.1" 200 564 0.017848 10.0.0.27 - - [2025-03-24 02:09:47] "POST /fqname-to-id HTTP/1.1" 404 210 0.003105 10.0.0.27 - - [2025-03-24 02:09:47] "POST /device-functional-groups HTTP/1.1" 200 574 0.014910 10.0.0.27 - - [2025-03-24 02:09:47] "POST /fqname-to-id HTTP/1.1" 404 201 0.002681 10.0.0.27 - - [2025-03-24 02:09:47] "POST /role-configs HTTP/1.1" 200 525 0.016716 10.0.0.27 - - [2025-03-24 02:09:47] "POST /fqname-to-id HTTP/1.1" 404 196 0.003327 10.0.0.27 - - [2025-03-24 02:09:47] "POST /role-configs HTTP/1.1" 200 520 0.015968 10.0.0.27 - - [2025-03-24 02:09:47] "POST /fqname-to-id HTTP/1.1" 404 198 0.002746 10.0.0.27 - - [2025-03-24 02:09:47] "POST /role-configs HTTP/1.1" 200 522 0.015074 10.0.0.27 - - [2025-03-24 02:09:47] "POST /fqname-to-id HTTP/1.1" 404 198 0.002682 10.0.0.27 - - [2025-03-24 02:09:47] "POST /role-configs HTTP/1.1" 200 522 0.024511 10.0.0.27 - - [2025-03-24 02:09:47] "POST /fqname-to-id HTTP/1.1" 404 202 0.003070 10.0.0.27 - - [2025-03-24 02:09:47] "POST /role-configs HTTP/1.1" 200 526 0.017982 10.0.0.27 - - [2025-03-24 02:09:47] "POST /fqname-to-id HTTP/1.1" 404 197 0.002744 10.0.0.27 - - [2025-03-24 02:09:48] "POST /role-configs HTTP/1.1" 200 521 0.015190 10.0.0.27 - - [2025-03-24 02:09:48] "POST /fqname-to-id HTTP/1.1" 404 193 0.003675 10.0.0.27 - - [2025-03-24 02:09:48] "POST /role-configs HTTP/1.1" 200 517 0.014068 10.0.0.27 - - [2025-03-24 02:09:48] "POST /fqname-to-id HTTP/1.1" 404 194 0.002816 10.0.0.27 - - [2025-03-24 02:09:48] "POST /role-configs HTTP/1.1" 200 518 0.015243 10.0.0.27 - - [2025-03-24 02:09:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002905 10.0.0.27 - - [2025-03-24 02:09:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003405 10.0.0.27 - - [2025-03-24 02:09:48] "POST /ref-update HTTP/1.1" 200 156 0.009310 10.0.0.27 - - [2025-03-24 02:09:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.27 - - [2025-03-24 02:09:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002939 10.0.0.27 - - [2025-03-24 02:09:48] "POST /ref-update HTTP/1.1" 200 156 0.022891 10.0.0.27 - - [2025-03-24 02:09:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003198 10.0.0.27 - - [2025-03-24 02:09:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.27 - - [2025-03-24 02:09:48] "POST /ref-update HTTP/1.1" 200 156 0.007904 10.0.0.27 - - [2025-03-24 02:09:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.27 - - [2025-03-24 02:09:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.27 - - [2025-03-24 02:09:48] "POST /ref-update HTTP/1.1" 200 156 0.007412 10.0.0.27 - - [2025-03-24 02:09:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002875 10.0.0.27 - - [2025-03-24 02:09:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002794 10.0.0.27 - - [2025-03-24 02:09:49] "POST /ref-update HTTP/1.1" 200 156 0.008036 10.0.0.27 - - [2025-03-24 02:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.27 - - [2025-03-24 02:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002951 10.0.0.27 - - [2025-03-24 02:09:49] "POST /ref-update HTTP/1.1" 200 156 0.008014 10.0.0.27 - - [2025-03-24 02:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.27 - - [2025-03-24 02:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003051 10.0.0.27 - - [2025-03-24 02:09:49] "POST /ref-update HTTP/1.1" 200 156 0.009095 10.0.0.27 - - [2025-03-24 02:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002789 10.0.0.27 - - [2025-03-24 02:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002851 10.0.0.27 - - [2025-03-24 02:09:49] "POST /ref-update HTTP/1.1" 200 156 0.008038 10.0.0.27 - - [2025-03-24 02:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.27 - - [2025-03-24 02:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002909 10.0.0.27 - - [2025-03-24 02:09:49] "POST /ref-update HTTP/1.1" 200 156 0.008479 10.0.0.27 - - [2025-03-24 02:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002842 10.0.0.27 - - [2025-03-24 02:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002788 10.0.0.27 - - [2025-03-24 02:09:49] "POST /ref-update HTTP/1.1" 200 156 0.007856 10.0.0.27 - - [2025-03-24 02:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002845 10.0.0.27 - - [2025-03-24 02:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002857 10.0.0.27 - - [2025-03-24 02:09:49] "POST /ref-update HTTP/1.1" 200 156 0.008451 10.0.0.27 - - [2025-03-24 02:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.27 - - [2025-03-24 02:09:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002822 10.0.0.27 - - [2025-03-24 02:09:50] "POST /ref-update HTTP/1.1" 200 156 0.007789 10.0.0.27 - - [2025-03-24 02:09:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002846 10.0.0.27 - - [2025-03-24 02:09:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002808 10.0.0.27 - - [2025-03-24 02:09:50] "POST /ref-update HTTP/1.1" 200 156 0.007035 10.0.0.27 - - [2025-03-24 02:09:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002829 10.0.0.27 - - [2025-03-24 02:09:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002770 10.0.0.27 - - [2025-03-24 02:09:50] "POST /ref-update HTTP/1.1" 200 156 0.007278 10.0.0.27 - - [2025-03-24 02:09:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002830 10.0.0.27 - - [2025-03-24 02:09:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.27 - - [2025-03-24 02:09:50] "POST /ref-update HTTP/1.1" 200 156 0.006739 10.0.0.27 - - [2025-03-24 02:09:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.27 - - [2025-03-24 02:09:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002847 10.0.0.27 - - [2025-03-24 02:09:50] "POST /ref-update HTTP/1.1" 200 156 0.006669 10.0.0.27 - - [2025-03-24 02:09:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002852 10.0.0.27 - - [2025-03-24 02:09:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.27 - - [2025-03-24 02:09:50] "POST /ref-update HTTP/1.1" 200 156 0.008613 10.0.0.27 - - [2025-03-24 02:09:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002935 10.0.0.27 - - [2025-03-24 02:09:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.011970 10.0.0.27 - - [2025-03-24 02:09:51] "POST /ref-update HTTP/1.1" 200 156 0.010317 10.0.0.27 - - [2025-03-24 02:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002747 10.0.0.27 - - [2025-03-24 02:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.27 - - [2025-03-24 02:09:51] "POST /ref-update HTTP/1.1" 200 156 0.007725 10.0.0.27 - - [2025-03-24 02:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002796 10.0.0.27 - - [2025-03-24 02:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.27 - - [2025-03-24 02:09:51] "POST /ref-update HTTP/1.1" 200 156 0.006889 10.0.0.27 - - [2025-03-24 02:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003741 10.0.0.27 - - [2025-03-24 02:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002866 10.0.0.27 - - [2025-03-24 02:09:51] "POST /ref-update HTTP/1.1" 200 156 0.007065 10.0.0.27 - - [2025-03-24 02:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002839 10.0.0.27 - - [2025-03-24 02:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002798 10.0.0.27 - - [2025-03-24 02:09:51] "POST /ref-update HTTP/1.1" 200 156 0.007212 10.0.0.27 - - [2025-03-24 02:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003144 10.0.0.27 - - [2025-03-24 02:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.27 - - [2025-03-24 02:09:51] "POST /ref-update HTTP/1.1" 200 156 0.007759 10.0.0.27 - - [2025-03-24 02:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002933 10.0.0.27 - - [2025-03-24 02:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002865 10.0.0.27 - - [2025-03-24 02:09:51] "POST /ref-update HTTP/1.1" 200 156 0.007696 10.0.0.27 - - [2025-03-24 02:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003738 10.0.0.27 - - [2025-03-24 02:09:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.27 - - [2025-03-24 02:09:52] "POST /ref-update HTTP/1.1" 200 156 0.008414 10.0.0.27 - - [2025-03-24 02:09:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002897 10.0.0.27 - - [2025-03-24 02:09:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002900 10.0.0.27 - - [2025-03-24 02:09:52] "POST /ref-update HTTP/1.1" 200 156 0.006645 10.0.0.27 - - [2025-03-24 02:09:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.27 - - [2025-03-24 02:09:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002879 10.0.0.27 - - [2025-03-24 02:09:52] "POST /ref-update HTTP/1.1" 200 156 0.009768 10.0.0.27 - - [2025-03-24 02:09:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002844 10.0.0.27 - - [2025-03-24 02:09:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002745 10.0.0.27 - - [2025-03-24 02:09:52] "POST /ref-update HTTP/1.1" 200 156 0.007247 10.0.0.27 - - [2025-03-24 02:09:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002717 10.0.0.27 - - [2025-03-24 02:09:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002683 10.0.0.27 - - [2025-03-24 02:09:52] "POST /ref-update HTTP/1.1" 200 156 0.006998 10.0.0.27 - - [2025-03-24 02:09:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002849 10.0.0.27 - - [2025-03-24 02:09:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002955 10.0.0.27 - - [2025-03-24 02:09:52] "POST /ref-update HTTP/1.1" 200 156 0.006823 10.0.0.27 - - [2025-03-24 02:09:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.27 - - [2025-03-24 02:09:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004361 10.0.0.27 - - [2025-03-24 02:09:52] "POST /ref-update HTTP/1.1" 200 156 0.007757 10.0.0.27 - - [2025-03-24 02:09:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002876 10.0.0.27 - - [2025-03-24 02:09:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002647 10.0.0.27 - - [2025-03-24 02:09:53] "POST /ref-update HTTP/1.1" 200 156 0.006664 10.0.0.27 - - [2025-03-24 02:09:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002852 10.0.0.27 - - [2025-03-24 02:09:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002933 10.0.0.27 - - [2025-03-24 02:09:53] "POST /ref-update HTTP/1.1" 200 156 0.007618 10.0.0.27 - - [2025-03-24 02:09:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003051 10.0.0.27 - - [2025-03-24 02:09:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.015281 10.0.0.27 - - [2025-03-24 02:09:53] "POST /ref-update HTTP/1.1" 200 156 0.007946 10.0.0.27 - - [2025-03-24 02:09:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002750 10.0.0.27 - - [2025-03-24 02:09:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.27 - - [2025-03-24 02:09:53] "POST /ref-update HTTP/1.1" 200 156 0.007719 10.0.0.27 - - [2025-03-24 02:09:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002841 10.0.0.27 - - [2025-03-24 02:09:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003944 10.0.0.27 - - [2025-03-24 02:09:53] "POST /ref-update HTTP/1.1" 200 156 0.007495 10.0.0.27 - - [2025-03-24 02:09:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003063 10.0.0.27 - - [2025-03-24 02:09:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002965 10.0.0.27 - - [2025-03-24 02:09:53] "POST /ref-update HTTP/1.1" 200 156 0.007098 10.0.0.27 - - [2025-03-24 02:09:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002787 10.0.0.27 - - [2025-03-24 02:09:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002727 10.0.0.27 - - [2025-03-24 02:09:54] "POST /ref-update HTTP/1.1" 200 156 0.006797 10.0.0.27 - - [2025-03-24 02:09:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002695 10.0.0.27 - - [2025-03-24 02:09:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003283 10.0.0.27 - - [2025-03-24 02:09:54] "POST /ref-update HTTP/1.1" 200 156 0.006644 10.0.0.27 - - [2025-03-24 02:09:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002723 10.0.0.27 - - [2025-03-24 02:09:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002897 10.0.0.27 - - [2025-03-24 02:09:54] "POST /ref-update HTTP/1.1" 200 156 0.007377 10.0.0.27 - - [2025-03-24 02:09:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002816 10.0.0.27 - - [2025-03-24 02:09:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002802 10.0.0.27 - - [2025-03-24 02:09:54] "POST /ref-update HTTP/1.1" 200 156 0.006835 10.0.0.27 - - [2025-03-24 02:09:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.27 - - [2025-03-24 02:09:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002704 10.0.0.27 - - [2025-03-24 02:09:54] "POST /ref-update HTTP/1.1" 200 156 0.007459 10.0.0.27 - - [2025-03-24 02:09:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.27 - - [2025-03-24 02:09:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554 10.0.0.27 - - [2025-03-24 02:09:54] "POST /ref-update HTTP/1.1" 200 156 0.008240 10.0.0.27 - - [2025-03-24 02:09:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002718 10.0.0.27 - - [2025-03-24 02:09:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002641 10.0.0.27 - - [2025-03-24 02:09:54] "POST /ref-update HTTP/1.1" 200 156 0.007412 10.0.0.27 - - [2025-03-24 02:09:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002820 10.0.0.27 - - [2025-03-24 02:09:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002969 10.0.0.27 - - [2025-03-24 02:09:55] "POST /ref-update HTTP/1.1" 200 156 0.007515 10.0.0.27 - - [2025-03-24 02:09:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002963 10.0.0.27 - - [2025-03-24 02:09:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002811 10.0.0.27 - - [2025-03-24 02:09:55] "POST /ref-update HTTP/1.1" 200 156 0.007893 10.0.0.27 - - [2025-03-24 02:09:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002906 10.0.0.27 - - [2025-03-24 02:09:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.27 - - [2025-03-24 02:09:55] "POST /ref-update HTTP/1.1" 200 156 0.008997 10.0.0.27 - - [2025-03-24 02:09:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.006196 10.0.0.27 - - [2025-03-24 02:09:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003952 10.0.0.27 - - [2025-03-24 02:09:55] "POST /ref-update HTTP/1.1" 200 156 0.009162 10.0.0.27 - - [2025-03-24 02:09:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.27 - - [2025-03-24 02:09:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002727 10.0.0.27 - - [2025-03-24 02:09:55] "POST /ref-update HTTP/1.1" 200 156 0.008904 10.0.0.27 - - [2025-03-24 02:09:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002871 10.0.0.27 - - [2025-03-24 02:09:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.27 - - [2025-03-24 02:09:55] "POST /ref-update HTTP/1.1" 200 156 0.007406 10.0.0.27 - - [2025-03-24 02:09:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002803 10.0.0.27 - - [2025-03-24 02:09:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003022 10.0.0.27 - - [2025-03-24 02:09:55] "POST /ref-update HTTP/1.1" 200 156 0.007277 10.0.0.27 - - [2025-03-24 02:09:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002654 10.0.0.27 - - [2025-03-24 02:09:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002522 10.0.0.27 - - [2025-03-24 02:09:56] "POST /ref-update HTTP/1.1" 200 156 0.006923 10.0.0.27 - - [2025-03-24 02:09:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.27 - - [2025-03-24 02:09:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002792 10.0.0.27 - - [2025-03-24 02:09:56] "POST /ref-update HTTP/1.1" 200 156 0.006690 10.0.0.27 - - [2025-03-24 02:09:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002841 10.0.0.27 - - [2025-03-24 02:09:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.27 - - [2025-03-24 02:09:56] "POST /ref-update HTTP/1.1" 200 156 0.006969 10.0.0.27 - - [2025-03-24 02:09:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002625 10.0.0.27 - - [2025-03-24 02:09:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.27 - - [2025-03-24 02:09:56] "POST /ref-update HTTP/1.1" 200 156 0.007659 10.0.0.27 - - [2025-03-24 02:09:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002784 10.0.0.27 - - [2025-03-24 02:09:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002717 10.0.0.27 - - [2025-03-24 02:09:56] "POST /ref-update HTTP/1.1" 200 156 0.007311 10.0.0.27 - - [2025-03-24 02:09:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.27 - - [2025-03-24 02:09:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.27 - - [2025-03-24 02:09:56] "POST /ref-update HTTP/1.1" 200 156 0.007879 10.0.0.27 - - [2025-03-24 02:09:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.27 - - [2025-03-24 02:09:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.27 - - [2025-03-24 02:09:57] "POST /ref-update HTTP/1.1" 200 156 0.007266 10.0.0.27 - - [2025-03-24 02:09:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002789 10.0.0.27 - - [2025-03-24 02:09:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002794 10.0.0.27 - - [2025-03-24 02:09:57] "POST /ref-update HTTP/1.1" 200 156 0.009774 10.0.0.27 - - [2025-03-24 02:09:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.27 - - [2025-03-24 02:09:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.27 - - [2025-03-24 02:09:57] "POST /ref-update HTTP/1.1" 200 156 0.006903 10.0.0.27 - - [2025-03-24 02:09:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.27 - - [2025-03-24 02:09:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003046 10.0.0.27 - - [2025-03-24 02:09:57] "POST /ref-update HTTP/1.1" 200 156 0.007913 10.0.0.27 - - [2025-03-24 02:09:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002879 10.0.0.27 - - [2025-03-24 02:09:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002933 10.0.0.27 - - [2025-03-24 02:09:57] "POST /ref-update HTTP/1.1" 200 156 0.007084 10.0.0.27 - - [2025-03-24 02:09:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.27 - - [2025-03-24 02:09:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.27 - - [2025-03-24 02:09:57] "POST /ref-update HTTP/1.1" 200 156 0.007463 10.0.0.27 - - [2025-03-24 02:09:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.27 - - [2025-03-24 02:09:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.27 - - [2025-03-24 02:09:57] "POST /ref-update HTTP/1.1" 200 156 0.008145 10.0.0.27 - - [2025-03-24 02:09:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002950 10.0.0.27 - - [2025-03-24 02:09:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002782 10.0.0.27 - - [2025-03-24 02:09:58] "POST /ref-update HTTP/1.1" 200 156 0.023405 10.0.0.27 - - [2025-03-24 02:09:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002765 10.0.0.27 - - [2025-03-24 02:09:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002792 10.0.0.27 - - [2025-03-24 02:09:58] "POST /ref-update HTTP/1.1" 200 156 0.009964 10.0.0.27 - - [2025-03-24 02:09:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002828 10.0.0.27 - - [2025-03-24 02:09:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002721 10.0.0.27 - - [2025-03-24 02:09:58] "POST /ref-update HTTP/1.1" 200 156 0.008541 10.0.0.27 - - [2025-03-24 02:09:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002745 10.0.0.27 - - [2025-03-24 02:09:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002853 10.0.0.27 - - [2025-03-24 02:09:58] "POST /ref-update HTTP/1.1" 200 156 0.009154 10.0.0.27 - - [2025-03-24 02:09:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002805 10.0.0.27 - - [2025-03-24 02:09:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.27 - - [2025-03-24 02:09:58] "POST /ref-update HTTP/1.1" 200 156 0.007809 10.0.0.27 - - [2025-03-24 02:09:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.27 - - [2025-03-24 02:09:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002760 10.0.0.27 - - [2025-03-24 02:09:58] "POST /ref-update HTTP/1.1" 200 156 0.009572 10.0.0.27 - - [2025-03-24 02:09:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002987 10.0.0.27 - - [2025-03-24 02:09:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002816 10.0.0.27 - - [2025-03-24 02:09:59] "POST /ref-update HTTP/1.1" 200 156 0.009604 10.0.0.27 - - [2025-03-24 02:09:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003999 10.0.0.27 - - [2025-03-24 02:09:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002935 10.0.0.27 - - [2025-03-24 02:09:59] "POST /ref-update HTTP/1.1" 200 156 0.006812 10.0.0.27 - - [2025-03-24 02:09:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002817 10.0.0.27 - - [2025-03-24 02:09:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.27 - - [2025-03-24 02:09:59] "POST /ref-update HTTP/1.1" 200 156 0.007634 10.0.0.27 - - [2025-03-24 02:09:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004044 10.0.0.27 - - [2025-03-24 02:09:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002760 10.0.0.27 - - [2025-03-24 02:09:59] "POST /ref-update HTTP/1.1" 200 156 0.007939 10.0.0.27 - - [2025-03-24 02:09:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002850 10.0.0.27 - - [2025-03-24 02:09:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002904 10.0.0.27 - - [2025-03-24 02:09:59] "POST /ref-update HTTP/1.1" 200 156 0.006838 10.0.0.27 - - [2025-03-24 02:09:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002780 10.0.0.27 - - [2025-03-24 02:09:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002798 10.0.0.27 - - [2025-03-24 02:09:59] "POST /ref-update HTTP/1.1" 200 156 0.006946 10.0.0.27 - - [2025-03-24 02:09:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002653 10.0.0.27 - - [2025-03-24 02:09:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.27 - - [2025-03-24 02:09:59] "POST /ref-update HTTP/1.1" 200 156 0.009895 10.0.0.27 - - [2025-03-24 02:09:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002790 10.0.0.27 - - [2025-03-24 02:10:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002738 10.0.0.27 - - [2025-03-24 02:10:00] "POST /ref-update HTTP/1.1" 200 156 0.006820 10.0.0.27 - - [2025-03-24 02:10:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002775 10.0.0.27 - - [2025-03-24 02:10:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002788 10.0.0.27 - - [2025-03-24 02:10:00] "POST /ref-update HTTP/1.1" 200 156 0.006783 10.0.0.27 - - [2025-03-24 02:10:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004790 10.0.0.27 - - [2025-03-24 02:10:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.27 - - [2025-03-24 02:10:00] "POST /ref-update HTTP/1.1" 200 156 0.006820 10.0.0.27 - - [2025-03-24 02:10:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002789 10.0.0.27 - - [2025-03-24 02:10:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002862 10.0.0.27 - - [2025-03-24 02:10:00] "POST /ref-update HTTP/1.1" 200 156 0.007021 10.0.0.27 - - [2025-03-24 02:10:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.27 - - [2025-03-24 02:10:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.27 - - [2025-03-24 02:10:00] "POST /ref-update HTTP/1.1" 200 156 0.007128 10.0.0.27 - - [2025-03-24 02:10:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.27 - - [2025-03-24 02:10:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002784 10.0.0.27 - - [2025-03-24 02:10:00] "POST /ref-update HTTP/1.1" 200 156 0.008038 10.0.0.27 - - [2025-03-24 02:10:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.27 - - [2025-03-24 02:10:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002794 10.0.0.27 - - [2025-03-24 02:10:00] "POST /ref-update HTTP/1.1" 200 156 0.006608 10.0.0.27 - - [2025-03-24 02:10:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002747 10.0.0.27 - - [2025-03-24 02:10:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.27 - - [2025-03-24 02:10:01] "POST /ref-update HTTP/1.1" 200 156 0.009781 10.0.0.27 - - [2025-03-24 02:10:01] "GET /global-system-configs HTTP/1.1" 200 322 0.585573 10.0.0.27 - - [2025-03-24 02:10:01] "GET /global-system-configs HTTP/1.1" 200 322 0.034843 10.0.0.27 - - [2025-03-24 02:10:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002673 10.0.0.27 - - [2025-03-24 02:10:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.27 - - [2025-03-24 02:10:01] "POST /ref-update HTTP/1.1" 200 156 0.007027 10.0.0.27 - - [2025-03-24 02:10:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002787 10.0.0.27 - - [2025-03-24 02:10:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002928 10.0.0.27 - - [2025-03-24 02:10:01] "POST /ref-update HTTP/1.1" 200 156 0.009858 10.0.0.27 - - [2025-03-24 02:10:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.27 - - [2025-03-24 02:10:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.27 - - [2025-03-24 02:10:01] "POST /ref-update HTTP/1.1" 200 156 0.007631 10.0.0.27 - - [2025-03-24 02:10:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003010 10.0.0.27 - - [2025-03-24 02:10:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002776 10.0.0.27 - - [2025-03-24 02:10:01] "POST /ref-update HTTP/1.1" 200 156 0.008935 10.0.0.27 - - [2025-03-24 02:10:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.27 - - [2025-03-24 02:10:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002802 10.0.0.27 - - [2025-03-24 02:10:01] "POST /ref-update HTTP/1.1" 200 156 0.008858 10.0.0.27 - - [2025-03-24 02:10:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003071 10.0.0.27 - - [2025-03-24 02:10:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002827 10.0.0.27 - - [2025-03-24 02:10:02] "POST /ref-update HTTP/1.1" 200 156 0.007939 10.0.0.27 - - [2025-03-24 02:10:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004469 10.0.0.27 - - [2025-03-24 02:10:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.27 - - [2025-03-24 02:10:02] "POST /ref-update HTTP/1.1" 200 156 0.008276 10.0.0.27 - - [2025-03-24 02:10:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.27 - - [2025-03-24 02:10:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.27 - - [2025-03-24 02:10:02] "POST /ref-update HTTP/1.1" 200 156 0.006761 10.0.0.27 - - [2025-03-24 02:10:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002812 10.0.0.27 - - [2025-03-24 02:10:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002743 10.0.0.27 - - [2025-03-24 02:10:02] "POST /ref-update HTTP/1.1" 200 156 0.007025 10.0.0.27 - - [2025-03-24 02:10:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002858 10.0.0.27 - - [2025-03-24 02:10:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002803 10.0.0.27 - - [2025-03-24 02:10:02] "POST /ref-update HTTP/1.1" 200 156 0.007913 10.0.0.27 - - [2025-03-24 02:10:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002680 10.0.0.27 - - [2025-03-24 02:10:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.27 - - [2025-03-24 02:10:02] "POST /ref-update HTTP/1.1" 200 156 0.007067 10.0.0.27 - - [2025-03-24 02:10:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002829 10.0.0.27 - - [2025-03-24 02:10:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002714 10.0.0.27 - - [2025-03-24 02:10:02] "POST /ref-update HTTP/1.1" 200 156 0.006858 10.0.0.27 - - [2025-03-24 02:10:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002897 10.0.0.27 - - [2025-03-24 02:10:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002883 10.0.0.27 - - [2025-03-24 02:10:03] "POST /ref-update HTTP/1.1" 200 156 0.008283 10.0.0.27 - - [2025-03-24 02:10:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.27 - - [2025-03-24 02:10:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002727 10.0.0.27 - - [2025-03-24 02:10:03] "POST /ref-update HTTP/1.1" 200 156 0.007112 10.0.0.27 - - [2025-03-24 02:10:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002960 10.0.0.27 - - [2025-03-24 02:10:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002723 10.0.0.27 - - [2025-03-24 02:10:03] "POST /ref-update HTTP/1.1" 200 156 0.006747 10.0.0.27 - - [2025-03-24 02:10:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002939 10.0.0.27 - - [2025-03-24 02:10:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003122 10.0.0.27 - - [2025-03-24 02:10:03] "POST /ref-update HTTP/1.1" 200 156 0.008088 10.0.0.27 - - [2025-03-24 02:10:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002917 10.0.0.27 - - [2025-03-24 02:10:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.27 - - [2025-03-24 02:10:03] "POST /ref-update HTTP/1.1" 200 156 0.007266 10.0.0.27 - - [2025-03-24 02:10:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.27 - - [2025-03-24 02:10:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.27 - - [2025-03-24 02:10:03] "POST /ref-update HTTP/1.1" 200 156 0.008390 10.0.0.27 - - [2025-03-24 02:10:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.27 - - [2025-03-24 02:10:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.27 - - [2025-03-24 02:10:04] "POST /ref-update HTTP/1.1" 200 156 0.013617 10.0.0.27 - - [2025-03-24 02:10:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002848 10.0.0.27 - - [2025-03-24 02:10:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.27 - - [2025-03-24 02:10:04] "POST /ref-update HTTP/1.1" 200 156 0.008068 10.0.0.27 - - [2025-03-24 02:10:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002754 10.0.0.27 - - [2025-03-24 02:10:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002724 10.0.0.27 - - [2025-03-24 02:10:04] "POST /ref-update HTTP/1.1" 200 156 0.007169 10.0.0.27 - - [2025-03-24 02:10:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.27 - - [2025-03-24 02:10:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002791 10.0.0.27 - - [2025-03-24 02:10:04] "POST /ref-update HTTP/1.1" 200 156 0.006810 10.0.0.27 - - [2025-03-24 02:10:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.27 - - [2025-03-24 02:10:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002695 10.0.0.27 - - [2025-03-24 02:10:04] "POST /ref-update HTTP/1.1" 200 156 0.007572 10.0.0.27 - - [2025-03-24 02:10:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002510 10.0.0.27 - - [2025-03-24 02:10:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003110 10.0.0.27 - - [2025-03-24 02:10:04] "POST /ref-update HTTP/1.1" 200 156 0.006851 10.0.0.27 - - [2025-03-24 02:10:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.27 - - [2025-03-24 02:10:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.27 - - [2025-03-24 02:10:04] "POST /ref-update HTTP/1.1" 200 156 0.008657 10.0.0.27 - - [2025-03-24 02:10:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002611 10.0.0.27 - - [2025-03-24 02:10:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002842 10.0.0.27 - - [2025-03-24 02:10:05] "POST /ref-update HTTP/1.1" 200 156 0.007150 10.0.0.27 - - [2025-03-24 02:10:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002754 10.0.0.27 - - [2025-03-24 02:10:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.27 - - [2025-03-24 02:10:05] "POST /ref-update HTTP/1.1" 200 156 0.006320 10.0.0.27 - - [2025-03-24 02:10:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002818 10.0.0.27 - - [2025-03-24 02:10:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002650 10.0.0.27 - - [2025-03-24 02:10:05] "POST /ref-update HTTP/1.1" 200 156 0.007741 10.0.0.27 - - [2025-03-24 02:10:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002843 10.0.0.27 - - [2025-03-24 02:10:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002724 10.0.0.27 - - [2025-03-24 02:10:05] "POST /ref-update HTTP/1.1" 200 156 0.006882 10.0.0.27 - - [2025-03-24 02:10:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002942 10.0.0.27 - - [2025-03-24 02:10:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002800 10.0.0.27 - - [2025-03-24 02:10:05] "POST /ref-update HTTP/1.1" 200 156 0.006942 10.0.0.27 - - [2025-03-24 02:10:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002834 10.0.0.27 - - [2025-03-24 02:10:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002776 10.0.0.27 - - [2025-03-24 02:10:05] "POST /ref-update HTTP/1.1" 200 156 0.008124 10.0.0.27 - - [2025-03-24 02:10:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004001 10.0.0.27 - - [2025-03-24 02:10:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003924 10.0.0.27 - - [2025-03-24 02:10:05] "POST /ref-update HTTP/1.1" 200 156 0.008506 10.0.0.27 - - [2025-03-24 02:10:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.27 - - [2025-03-24 02:10:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.27 - - [2025-03-24 02:10:06] "POST /ref-update HTTP/1.1" 200 156 0.008069 10.0.0.27 - - [2025-03-24 02:10:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002811 10.0.0.27 - - [2025-03-24 02:10:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003753 10.0.0.27 - - [2025-03-24 02:10:06] "POST /ref-update HTTP/1.1" 200 156 0.007078 10.0.0.27 - - [2025-03-24 02:10:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002620 10.0.0.27 - - [2025-03-24 02:10:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003241 10.0.0.27 - - [2025-03-24 02:10:06] "POST /ref-update HTTP/1.1" 200 156 0.006777 10.0.0.27 - - [2025-03-24 02:10:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002800 10.0.0.27 - - [2025-03-24 02:10:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003050 10.0.0.27 - - [2025-03-24 02:10:06] "POST /ref-update HTTP/1.1" 200 156 0.007828 10.0.0.27 - - [2025-03-24 02:10:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002933 10.0.0.27 - - [2025-03-24 02:10:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003029 10.0.0.27 - - [2025-03-24 02:10:06] "POST /ref-update HTTP/1.1" 200 156 0.007671 10.0.0.27 - - [2025-03-24 02:10:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004003 10.0.0.27 - - [2025-03-24 02:10:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002920 10.0.0.27 - - [2025-03-24 02:10:06] "POST /ref-update HTTP/1.1" 200 156 0.008220 10.0.0.27 - - [2025-03-24 02:10:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002805 10.0.0.27 - - [2025-03-24 02:10:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002967 10.0.0.27 - - [2025-03-24 02:10:07] "POST /ref-update HTTP/1.1" 200 156 0.006905 10.0.0.27 - - [2025-03-24 02:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002711 10.0.0.27 - - [2025-03-24 02:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003111 10.0.0.27 - - [2025-03-24 02:10:07] "POST /ref-update HTTP/1.1" 200 156 0.007729 10.0.0.27 - - [2025-03-24 02:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002941 10.0.0.27 - - [2025-03-24 02:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002830 10.0.0.27 - - [2025-03-24 02:10:07] "POST /ref-update HTTP/1.1" 200 156 0.007188 10.0.0.27 - - [2025-03-24 02:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002642 10.0.0.27 - - [2025-03-24 02:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003246 10.0.0.27 - - [2025-03-24 02:10:07] "POST /ref-update HTTP/1.1" 200 156 0.007763 10.0.0.27 - - [2025-03-24 02:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.27 - - [2025-03-24 02:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002837 10.0.0.27 - - [2025-03-24 02:10:07] "POST /ref-update HTTP/1.1" 200 156 0.007627 10.0.0.27 - - [2025-03-24 02:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002874 10.0.0.27 - - [2025-03-24 02:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002852 10.0.0.27 - - [2025-03-24 02:10:07] "POST /ref-update HTTP/1.1" 200 156 0.006909 10.0.0.27 - - [2025-03-24 02:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002658 10.0.0.27 - - [2025-03-24 02:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002865 10.0.0.27 - - [2025-03-24 02:10:07] "POST /ref-update HTTP/1.1" 200 156 0.006494 10.0.0.27 - - [2025-03-24 02:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003684 10.0.0.27 - - [2025-03-24 02:10:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003095 10.0.0.27 - - [2025-03-24 02:10:08] "POST /ref-update HTTP/1.1" 200 156 0.006819 10.0.0.27 - - [2025-03-24 02:10:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.27 - - [2025-03-24 02:10:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003624 10.0.0.27 - - [2025-03-24 02:10:08] "POST /ref-update HTTP/1.1" 200 156 0.007509 10.0.0.27 - - [2025-03-24 02:10:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002786 10.0.0.27 - - [2025-03-24 02:10:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002967 10.0.0.27 - - [2025-03-24 02:10:08] "POST /ref-update HTTP/1.1" 200 156 0.007047 10.0.0.27 - - [2025-03-24 02:10:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003228 10.0.0.27 - - [2025-03-24 02:10:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002713 10.0.0.27 - - [2025-03-24 02:10:08] "POST /ref-update HTTP/1.1" 200 156 0.007061 10.0.0.27 - - [2025-03-24 02:10:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003094 10.0.0.27 - - [2025-03-24 02:10:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002653 10.0.0.27 - - [2025-03-24 02:10:08] "POST /ref-update HTTP/1.1" 200 156 0.007472 10.0.0.27 - - [2025-03-24 02:10:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002996 10.0.0.27 - - [2025-03-24 02:10:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002928 10.0.0.27 - - [2025-03-24 02:10:08] "POST /ref-update HTTP/1.1" 200 156 0.007811 10.0.0.27 - - [2025-03-24 02:10:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.27 - - [2025-03-24 02:10:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002916 10.0.0.27 - - [2025-03-24 02:10:09] "POST /ref-update HTTP/1.1" 200 156 0.006693 10.0.0.27 - - [2025-03-24 02:10:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002808 10.0.0.27 - - [2025-03-24 02:10:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002624 10.0.0.27 - - [2025-03-24 02:10:09] "POST /ref-update HTTP/1.1" 200 156 0.006770 10.0.0.27 - - [2025-03-24 02:10:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002848 10.0.0.27 - - [2025-03-24 02:10:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.27 - - [2025-03-24 02:10:09] "POST /ref-update HTTP/1.1" 200 156 0.009698 10.0.0.27 - - [2025-03-24 02:10:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.27 - - [2025-03-24 02:10:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003728 10.0.0.27 - - [2025-03-24 02:10:09] "POST /ref-update HTTP/1.1" 200 156 0.006892 10.0.0.27 - - [2025-03-24 02:10:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003082 10.0.0.27 - - [2025-03-24 02:10:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.27 - - [2025-03-24 02:10:09] "POST /ref-update HTTP/1.1" 200 156 0.007246 10.0.0.27 - - [2025-03-24 02:10:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002807 10.0.0.27 - - [2025-03-24 02:10:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.27 - - [2025-03-24 02:10:09] "POST /ref-update HTTP/1.1" 200 156 0.007162 10.0.0.27 - - [2025-03-24 02:10:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002827 10.0.0.27 - - [2025-03-24 02:10:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.27 - - [2025-03-24 02:10:09] "POST /ref-update HTTP/1.1" 200 156 0.008219 10.0.0.27 - - [2025-03-24 02:10:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002882 10.0.0.27 - - [2025-03-24 02:10:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002897 10.0.0.27 - - [2025-03-24 02:10:10] "POST /ref-update HTTP/1.1" 200 156 0.007285 10.0.0.27 - - [2025-03-24 02:10:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002839 10.0.0.27 - - [2025-03-24 02:10:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002753 10.0.0.27 - - [2025-03-24 02:10:10] "POST /ref-update HTTP/1.1" 200 156 0.006995 10.0.0.27 - - [2025-03-24 02:10:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.27 - - [2025-03-24 02:10:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.27 - - [2025-03-24 02:10:10] "POST /ref-update HTTP/1.1" 200 156 0.006772 10.0.0.27 - - [2025-03-24 02:10:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002691 10.0.0.27 - - [2025-03-24 02:10:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002955 10.0.0.27 - - [2025-03-24 02:10:10] "POST /ref-update HTTP/1.1" 200 156 0.007465 10.0.0.27 - - [2025-03-24 02:10:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002794 10.0.0.27 - - [2025-03-24 02:10:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002767 10.0.0.27 - - [2025-03-24 02:10:10] "POST /ref-update HTTP/1.1" 200 156 0.006650 10.0.0.27 - - [2025-03-24 02:10:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002824 10.0.0.27 - - [2025-03-24 02:10:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002940 10.0.0.27 - - [2025-03-24 02:10:10] "POST /ref-update HTTP/1.1" 200 156 0.006675 10.0.0.27 - - [2025-03-24 02:10:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002879 10.0.0.27 - - [2025-03-24 02:10:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003816 10.0.0.27 - - [2025-03-24 02:10:10] "POST /ref-update HTTP/1.1" 200 156 0.007262 10.0.0.27 - - [2025-03-24 02:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003482 10.0.0.27 - - [2025-03-24 02:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.27 - - [2025-03-24 02:10:11] "POST /ref-update HTTP/1.1" 200 156 0.007935 10.0.0.27 - - [2025-03-24 02:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002811 10.0.0.27 - - [2025-03-24 02:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002717 10.0.0.27 - - [2025-03-24 02:10:11] "POST /ref-update HTTP/1.1" 200 156 0.007687 10.0.0.27 - - [2025-03-24 02:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.27 - - [2025-03-24 02:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002882 10.0.0.27 - - [2025-03-24 02:10:11] "POST /ref-update HTTP/1.1" 200 156 0.006983 10.0.0.27 - - [2025-03-24 02:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002992 10.0.0.27 - - [2025-03-24 02:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002821 10.0.0.27 - - [2025-03-24 02:10:11] "POST /ref-update HTTP/1.1" 200 156 0.006598 10.0.0.27 - - [2025-03-24 02:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002622 10.0.0.27 - - [2025-03-24 02:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002789 10.0.0.27 - - [2025-03-24 02:10:11] "POST /ref-update HTTP/1.1" 200 156 0.007478 10.0.0.27 - - [2025-03-24 02:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256 10.0.0.27 - - [2025-03-24 02:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002761 10.0.0.27 - - [2025-03-24 02:10:11] "POST /ref-update HTTP/1.1" 200 156 0.006937 10.0.0.27 - - [2025-03-24 02:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.27 - - [2025-03-24 02:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002759 10.0.0.27 - - [2025-03-24 02:10:12] "POST /ref-update HTTP/1.1" 200 156 0.007259 10.0.0.27 - - [2025-03-24 02:10:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.27 - - [2025-03-24 02:10:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002816 10.0.0.27 - - [2025-03-24 02:10:12] "POST /ref-update HTTP/1.1" 200 156 0.008487 10.0.0.27 - - [2025-03-24 02:10:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002895 10.0.0.27 - - [2025-03-24 02:10:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004852 10.0.0.27 - - [2025-03-24 02:10:12] "POST /ref-update HTTP/1.1" 200 156 0.008085 10.0.0.27 - - [2025-03-24 02:10:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002800 10.0.0.27 - - [2025-03-24 02:10:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002886 10.0.0.27 - - [2025-03-24 02:10:12] "POST /ref-update HTTP/1.1" 200 156 0.007183 10.0.0.27 - - [2025-03-24 02:10:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002843 10.0.0.27 - - [2025-03-24 02:10:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003496 10.0.0.27 - - [2025-03-24 02:10:12] "POST /ref-update HTTP/1.1" 200 156 0.007029 10.0.0.27 - - [2025-03-24 02:10:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002779 10.0.0.27 - - [2025-03-24 02:10:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002953 10.0.0.27 - - [2025-03-24 02:10:12] "POST /ref-update HTTP/1.1" 200 156 0.006618 10.0.0.27 - - [2025-03-24 02:10:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002751 10.0.0.27 - - [2025-03-24 02:10:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002696 10.0.0.27 - - [2025-03-24 02:10:12] "POST /ref-update HTTP/1.1" 200 156 0.008002 10.0.0.27 - - [2025-03-24 02:10:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.27 - - [2025-03-24 02:10:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002922 10.0.0.27 - - [2025-03-24 02:10:13] "POST /ref-update HTTP/1.1" 200 156 0.009452 10.0.0.27 - - [2025-03-24 02:10:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002798 10.0.0.27 - - [2025-03-24 02:10:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.27 - - [2025-03-24 02:10:13] "POST /ref-update HTTP/1.1" 200 156 0.007832 10.0.0.27 - - [2025-03-24 02:10:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002673 10.0.0.27 - - [2025-03-24 02:10:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002779 10.0.0.27 - - [2025-03-24 02:10:13] "POST /ref-update HTTP/1.1" 200 156 0.006819 10.0.0.27 - - [2025-03-24 02:10:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.021686 10.0.0.27 - - [2025-03-24 02:10:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.008918 10.0.0.27 - - [2025-03-24 02:10:13] "POST /ref-update HTTP/1.1" 200 156 0.006858 10.0.0.27 - - [2025-03-24 02:10:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002896 10.0.0.27 - - [2025-03-24 02:10:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.27 - - [2025-03-24 02:10:13] "POST /ref-update HTTP/1.1" 200 156 0.006661 10.0.0.27 - - [2025-03-24 02:10:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002719 10.0.0.27 - - [2025-03-24 02:10:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002620 10.0.0.27 - - [2025-03-24 02:10:13] "POST /ref-update HTTP/1.1" 200 156 0.006990 10.0.0.27 - - [2025-03-24 02:10:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002741 10.0.0.27 - - [2025-03-24 02:10:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002722 10.0.0.27 - - [2025-03-24 02:10:14] "POST /ref-update HTTP/1.1" 200 156 0.007175 10.0.0.27 - - [2025-03-24 02:10:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002834 10.0.0.27 - - [2025-03-24 02:10:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.27 - - [2025-03-24 02:10:14] "POST /ref-update HTTP/1.1" 200 156 0.007292 10.0.0.27 - - [2025-03-24 02:10:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.27 - - [2025-03-24 02:10:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.27 - - [2025-03-24 02:10:14] "POST /ref-update HTTP/1.1" 200 156 0.008314 10.0.0.27 - - [2025-03-24 02:10:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002826 10.0.0.27 - - [2025-03-24 02:10:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002849 10.0.0.27 - - [2025-03-24 02:10:14] "POST /ref-update HTTP/1.1" 200 156 0.007275 10.0.0.27 - - [2025-03-24 02:10:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002707 10.0.0.27 - - [2025-03-24 02:10:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002902 10.0.0.27 - - [2025-03-24 02:10:14] "POST /ref-update HTTP/1.1" 200 156 0.009037 10.0.0.27 - - [2025-03-24 02:10:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.27 - - [2025-03-24 02:10:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002653 10.0.0.27 - - [2025-03-24 02:10:14] "POST /ref-update HTTP/1.1" 200 156 0.009150 10.0.0.27 - - [2025-03-24 02:10:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002708 10.0.0.27 - - [2025-03-24 02:10:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002744 10.0.0.27 - - [2025-03-24 02:10:14] "POST /ref-update HTTP/1.1" 200 156 0.007779 10.0.0.27 - - [2025-03-24 02:10:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081 10.0.0.27 - - [2025-03-24 02:10:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.27 - - [2025-03-24 02:10:15] "POST /ref-update HTTP/1.1" 200 156 0.008561 10.0.0.27 - - [2025-03-24 02:10:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002743 10.0.0.27 - - [2025-03-24 02:10:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002773 10.0.0.27 - - [2025-03-24 02:10:15] "POST /ref-update HTTP/1.1" 200 156 0.007101 10.0.0.27 - - [2025-03-24 02:10:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002987 10.0.0.27 - - [2025-03-24 02:10:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002751 10.0.0.27 - - [2025-03-24 02:10:15] "POST /ref-update HTTP/1.1" 200 156 0.007253 10.0.0.27 - - [2025-03-24 02:10:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002760 10.0.0.27 - - [2025-03-24 02:10:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004265 10.0.0.27 - - [2025-03-24 02:10:15] "POST /ref-update HTTP/1.1" 200 156 0.007530 10.0.0.27 - - [2025-03-24 02:10:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002821 10.0.0.27 - - [2025-03-24 02:10:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004560 10.0.0.27 - - [2025-03-24 02:10:15] "POST /ref-update HTTP/1.1" 200 156 0.011524 10.0.0.27 - - [2025-03-24 02:10:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004501 10.0.0.27 - - [2025-03-24 02:10:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.27 - - [2025-03-24 02:10:15] "POST /ref-update HTTP/1.1" 200 156 0.007874 10.0.0.27 - - [2025-03-24 02:10:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002973 10.0.0.27 - - [2025-03-24 02:10:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002906 10.0.0.27 - - [2025-03-24 02:10:15] "POST /ref-update HTTP/1.1" 200 156 0.008838 10.0.0.27 - - [2025-03-24 02:10:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002759 10.0.0.27 - - [2025-03-24 02:10:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002758 10.0.0.27 - - [2025-03-24 02:10:16] "POST /ref-update HTTP/1.1" 200 156 0.007422 10.0.0.27 - - [2025-03-24 02:10:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002882 10.0.0.27 - - [2025-03-24 02:10:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002748 10.0.0.27 - - [2025-03-24 02:10:16] "POST /ref-update HTTP/1.1" 200 156 0.008096 10.0.0.27 - - [2025-03-24 02:10:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.27 - - [2025-03-24 02:10:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002771 10.0.0.27 - - [2025-03-24 02:10:16] "POST /ref-update HTTP/1.1" 200 156 0.007830 10.0.0.27 - - [2025-03-24 02:10:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.27 - - [2025-03-24 02:10:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.27 - - [2025-03-24 02:10:16] "POST /ref-update HTTP/1.1" 200 156 0.008284 10.0.0.27 - - [2025-03-24 02:10:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003207 10.0.0.27 - - [2025-03-24 02:10:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002744 10.0.0.27 - - [2025-03-24 02:10:16] "POST /ref-update HTTP/1.1" 200 156 0.009292 10.0.0.27 - - [2025-03-24 02:10:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002925 10.0.0.27 - - [2025-03-24 02:10:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002752 10.0.0.27 - - [2025-03-24 02:10:16] "POST /ref-update HTTP/1.1" 200 156 0.007752 10.0.0.27 - - [2025-03-24 02:10:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.27 - - [2025-03-24 02:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002935 10.0.0.27 - - [2025-03-24 02:10:17] "POST /ref-update HTTP/1.1" 200 156 0.008188 10.0.0.27 - - [2025-03-24 02:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002801 10.0.0.27 - - [2025-03-24 02:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.27 - - [2025-03-24 02:10:17] "POST /ref-update HTTP/1.1" 200 156 0.008485 10.0.0.27 - - [2025-03-24 02:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002809 10.0.0.27 - - [2025-03-24 02:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002747 10.0.0.27 - - [2025-03-24 02:10:17] "POST /ref-update HTTP/1.1" 200 156 0.007759 10.0.0.27 - - [2025-03-24 02:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.27 - - [2025-03-24 02:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002886 10.0.0.27 - - [2025-03-24 02:10:17] "POST /ref-update HTTP/1.1" 200 156 0.008538 10.0.0.27 - - [2025-03-24 02:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004286 10.0.0.27 - - [2025-03-24 02:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.27 - - [2025-03-24 02:10:17] "POST /ref-update HTTP/1.1" 200 156 0.010048 10.0.0.27 - - [2025-03-24 02:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002821 10.0.0.27 - - [2025-03-24 02:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002666 10.0.0.27 - - [2025-03-24 02:10:17] "POST /ref-update HTTP/1.1" 200 156 0.011526 10.0.0.27 - - [2025-03-24 02:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002937 10.0.0.27 - - [2025-03-24 02:10:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002817 10.0.0.27 - - [2025-03-24 02:10:17] "POST /ref-update HTTP/1.1" 200 156 0.008750 10.0.0.27 - - [2025-03-24 02:10:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003728 10.0.0.27 - - [2025-03-24 02:10:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003754 10.0.0.27 - - [2025-03-24 02:10:18] "POST /ref-update HTTP/1.1" 200 156 0.010840 10.0.0.27 - - [2025-03-24 02:10:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.27 - - [2025-03-24 02:10:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002692 10.0.0.27 - - [2025-03-24 02:10:18] "POST /ref-update HTTP/1.1" 200 156 0.008645 10.0.0.27 - - [2025-03-24 02:10:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002879 10.0.0.27 - - [2025-03-24 02:10:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002829 10.0.0.27 - - [2025-03-24 02:10:18] "POST /ref-update HTTP/1.1" 200 156 0.010048 10.0.0.27 - - [2025-03-24 02:10:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002920 10.0.0.27 - - [2025-03-24 02:10:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002865 10.0.0.27 - - [2025-03-24 02:10:18] "POST /ref-update HTTP/1.1" 200 156 0.007312 10.0.0.27 - - [2025-03-24 02:10:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002886 10.0.0.27 - - [2025-03-24 02:10:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002818 10.0.0.27 - - [2025-03-24 02:10:18] "POST /ref-update HTTP/1.1" 200 156 0.008644 10.0.0.27 - - [2025-03-24 02:10:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002778 10.0.0.27 - - [2025-03-24 02:10:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.27 - - [2025-03-24 02:10:18] "POST /ref-update HTTP/1.1" 200 156 0.009016 10.0.0.27 - - [2025-03-24 02:10:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002733 10.0.0.27 - - [2025-03-24 02:10:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002770 10.0.0.27 - - [2025-03-24 02:10:19] "POST /ref-update HTTP/1.1" 200 156 0.016001 10.0.0.27 - - [2025-03-24 02:10:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002687 10.0.0.27 - - [2025-03-24 02:10:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002574 10.0.0.27 - - [2025-03-24 02:10:19] "POST /ref-update HTTP/1.1" 200 156 0.008064 10.0.0.27 - - [2025-03-24 02:10:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.27 - - [2025-03-24 02:10:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002804 10.0.0.27 - - [2025-03-24 02:10:19] "POST /ref-update HTTP/1.1" 200 156 0.010075 10.0.0.27 - - [2025-03-24 02:10:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002882 10.0.0.27 - - [2025-03-24 02:10:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002809 10.0.0.27 - - [2025-03-24 02:10:19] "POST /ref-update HTTP/1.1" 200 156 0.012863 10.0.0.27 - - [2025-03-24 02:10:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002721 10.0.0.27 - - [2025-03-24 02:10:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.27 - - [2025-03-24 02:10:19] "POST /ref-update HTTP/1.1" 200 156 0.008519 10.0.0.27 - - [2025-03-24 02:10:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002731 10.0.0.27 - - [2025-03-24 02:10:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002625 10.0.0.27 - - [2025-03-24 02:10:19] "POST /ref-update HTTP/1.1" 200 156 0.007763 10.0.0.27 - - [2025-03-24 02:10:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002700 10.0.0.27 - - [2025-03-24 02:10:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002767 10.0.0.27 - - [2025-03-24 02:10:19] "POST /ref-update HTTP/1.1" 200 156 0.007784 10.0.0.27 - - [2025-03-24 02:10:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.27 - - [2025-03-24 02:10:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002848 10.0.0.27 - - [2025-03-24 02:10:20] "POST /ref-update HTTP/1.1" 200 156 0.007421 10.0.0.27 - - [2025-03-24 02:10:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256 10.0.0.27 - - [2025-03-24 02:10:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.27 - - [2025-03-24 02:10:20] "POST /ref-update HTTP/1.1" 200 156 0.007663 10.0.0.27 - - [2025-03-24 02:10:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002700 10.0.0.27 - - [2025-03-24 02:10:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002643 10.0.0.27 - - [2025-03-24 02:10:20] "POST /ref-update HTTP/1.1" 200 156 0.007464 10.0.0.27 - - [2025-03-24 02:10:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002756 10.0.0.27 - - [2025-03-24 02:10:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002901 10.0.0.27 - - [2025-03-24 02:10:20] "POST /ref-update HTTP/1.1" 200 156 0.008126 10.0.0.27 - - [2025-03-24 02:10:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002815 10.0.0.27 - - [2025-03-24 02:10:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002702 10.0.0.27 - - [2025-03-24 02:10:20] "POST /ref-update HTTP/1.1" 200 156 0.007524 10.0.0.27 - - [2025-03-24 02:10:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002708 10.0.0.27 - - [2025-03-24 02:10:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.27 - - [2025-03-24 02:10:20] "POST /ref-update HTTP/1.1" 200 156 0.007510 10.0.0.27 - - [2025-03-24 02:10:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.27 - - [2025-03-24 02:10:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002804 10.0.0.27 - - [2025-03-24 02:10:20] "POST /ref-update HTTP/1.1" 200 156 0.008730 10.0.0.27 - - [2025-03-24 02:10:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002840 10.0.0.27 - - [2025-03-24 02:10:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002879 10.0.0.27 - - [2025-03-24 02:10:21] "POST /ref-update HTTP/1.1" 200 156 0.007196 10.0.0.27 - - [2025-03-24 02:10:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002784 10.0.0.27 - - [2025-03-24 02:10:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002746 10.0.0.27 - - [2025-03-24 02:10:21] "POST /ref-update HTTP/1.1" 200 156 0.007433 10.0.0.27 - - [2025-03-24 02:10:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002714 10.0.0.27 - - [2025-03-24 02:10:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002744 10.0.0.27 - - [2025-03-24 02:10:21] "POST /ref-update HTTP/1.1" 200 156 0.007546 10.0.0.27 - - [2025-03-24 02:10:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002749 10.0.0.27 - - [2025-03-24 02:10:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002682 10.0.0.27 - - [2025-03-24 02:10:21] "POST /ref-update HTTP/1.1" 200 156 0.009718 10.0.0.27 - - [2025-03-24 02:10:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002771 10.0.0.27 - - [2025-03-24 02:10:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002815 10.0.0.27 - - [2025-03-24 02:10:21] "POST /ref-update HTTP/1.1" 200 156 0.009418 10.0.0.27 - - [2025-03-24 02:10:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003665 10.0.0.27 - - [2025-03-24 02:10:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003710 10.0.0.27 - - [2025-03-24 02:10:21] "POST /ref-update HTTP/1.1" 200 156 0.007962 10.0.0.27 - - [2025-03-24 02:10:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002968 10.0.0.27 - - [2025-03-24 02:10:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004052 10.0.0.27 - - [2025-03-24 02:10:22] "POST /ref-update HTTP/1.1" 200 156 0.008289 10.0.0.27 - - [2025-03-24 02:10:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002729 10.0.0.27 - - [2025-03-24 02:10:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003957 10.0.0.27 - - [2025-03-24 02:10:22] "POST /ref-update HTTP/1.1" 200 156 0.009503 10.0.0.27 - - [2025-03-24 02:10:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002737 10.0.0.27 - - [2025-03-24 02:10:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002845 10.0.0.27 - - [2025-03-24 02:10:22] "POST /ref-update HTTP/1.1" 200 156 0.008304 10.0.0.27 - - [2025-03-24 02:10:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.27 - - [2025-03-24 02:10:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.27 - - [2025-03-24 02:10:22] "POST /ref-update HTTP/1.1" 200 156 0.008635 10.0.0.27 - - [2025-03-24 02:10:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004225 10.0.0.27 - - [2025-03-24 02:10:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.27 - - [2025-03-24 02:10:22] "POST /ref-update HTTP/1.1" 200 156 0.008331 10.0.0.27 - - [2025-03-24 02:10:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002629 10.0.0.27 - - [2025-03-24 02:10:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.27 - - [2025-03-24 02:10:22] "POST /ref-update HTTP/1.1" 200 156 0.007771 10.0.0.27 - - [2025-03-24 02:10:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002931 10.0.0.27 - - [2025-03-24 02:10:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002955 10.0.0.27 - - [2025-03-24 02:10:22] "POST /ref-update HTTP/1.1" 200 156 0.008540 10.0.0.27 - - [2025-03-24 02:10:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004145 10.0.0.27 - - [2025-03-24 02:10:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.27 - - [2025-03-24 02:10:23] "POST /ref-update HTTP/1.1" 200 156 0.007731 10.0.0.27 - - [2025-03-24 02:10:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.27 - - [2025-03-24 02:10:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002916 10.0.0.27 - - [2025-03-24 02:10:23] "POST /ref-update HTTP/1.1" 200 156 0.022907 10.0.0.27 - - [2025-03-24 02:10:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.27 - - [2025-03-24 02:10:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.27 - - [2025-03-24 02:10:23] "POST /ref-update HTTP/1.1" 200 156 0.010210 10.0.0.27 - - [2025-03-24 02:10:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.27 - - [2025-03-24 02:10:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002773 10.0.0.27 - - [2025-03-24 02:10:23] "POST /ref-update HTTP/1.1" 200 156 0.008476 10.0.0.27 - - [2025-03-24 02:10:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002901 10.0.0.27 - - [2025-03-24 02:10:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002784 10.0.0.27 - - [2025-03-24 02:10:23] "POST /ref-update HTTP/1.1" 200 156 0.007622 10.0.0.27 - - [2025-03-24 02:10:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003185 10.0.0.27 - - [2025-03-24 02:10:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.27 - - [2025-03-24 02:10:23] "POST /ref-update HTTP/1.1" 200 156 0.006669 10.0.0.27 - - [2025-03-24 02:10:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.27 - - [2025-03-24 02:10:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.27 - - [2025-03-24 02:10:24] "POST /ref-update HTTP/1.1" 200 156 0.008325 10.0.0.27 - - [2025-03-24 02:10:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.27 - - [2025-03-24 02:10:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003276 10.0.0.27 - - [2025-03-24 02:10:24] "POST /ref-update HTTP/1.1" 200 156 0.008166 10.0.0.27 - - [2025-03-24 02:10:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004124 10.0.0.27 - - [2025-03-24 02:10:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.27 - - [2025-03-24 02:10:24] "POST /ref-update HTTP/1.1" 200 156 0.011297 10.0.0.27 - - [2025-03-24 02:10:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004453 10.0.0.27 - - [2025-03-24 02:10:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004722 10.0.0.27 - - [2025-03-24 02:10:24] "POST /ref-update HTTP/1.1" 200 156 0.009265 10.0.0.27 - - [2025-03-24 02:10:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.27 - - [2025-03-24 02:10:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002790 10.0.0.27 - - [2025-03-24 02:10:24] "POST /ref-update HTTP/1.1" 200 156 0.007413 10.0.0.27 - - [2025-03-24 02:10:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002716 10.0.0.27 - - [2025-03-24 02:10:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002711 10.0.0.27 - - [2025-03-24 02:10:24] "POST /ref-update HTTP/1.1" 200 156 0.007556 10.0.0.27 - - [2025-03-24 02:10:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002861 10.0.0.27 - - [2025-03-24 02:10:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002974 10.0.0.27 - - [2025-03-24 02:10:24] "POST /ref-update HTTP/1.1" 200 156 0.009058 10.0.0.27 - - [2025-03-24 02:10:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.27 - - [2025-03-24 02:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002796 10.0.0.27 - - [2025-03-24 02:10:25] "POST /ref-update HTTP/1.1" 200 156 0.008431 10.0.0.27 - - [2025-03-24 02:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002858 10.0.0.27 - - [2025-03-24 02:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002676 10.0.0.27 - - [2025-03-24 02:10:25] "POST /ref-update HTTP/1.1" 200 156 0.009124 10.0.0.27 - - [2025-03-24 02:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002799 10.0.0.27 - - [2025-03-24 02:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002718 10.0.0.27 - - [2025-03-24 02:10:25] "POST /ref-update HTTP/1.1" 200 156 0.007385 10.0.0.27 - - [2025-03-24 02:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003185 10.0.0.27 - - [2025-03-24 02:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.27 - - [2025-03-24 02:10:25] "POST /ref-update HTTP/1.1" 200 156 0.011086 10.0.0.27 - - [2025-03-24 02:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.27 - - [2025-03-24 02:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.010920 10.0.0.27 - - [2025-03-24 02:10:25] "POST /ref-update HTTP/1.1" 200 156 0.010215 10.0.0.27 - - [2025-03-24 02:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.27 - - [2025-03-24 02:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.27 - - [2025-03-24 02:10:25] "POST /ref-update HTTP/1.1" 200 156 0.010922 10.0.0.27 - - [2025-03-24 02:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.27 - - [2025-03-24 02:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002843 10.0.0.27 - - [2025-03-24 02:10:26] "POST /ref-update HTTP/1.1" 200 156 0.011572 10.0.0.27 - - [2025-03-24 02:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.27 - - [2025-03-24 02:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002837 10.0.0.27 - - [2025-03-24 02:10:26] "POST /ref-update HTTP/1.1" 200 156 0.008968 10.0.0.27 - - [2025-03-24 02:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.27 - - [2025-03-24 02:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003418 10.0.0.27 - - [2025-03-24 02:10:26] "POST /ref-update HTTP/1.1" 200 156 0.009409 10.0.0.27 - - [2025-03-24 02:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002905 10.0.0.27 - - [2025-03-24 02:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.010494 10.0.0.27 - - [2025-03-24 02:10:26] "POST /ref-update HTTP/1.1" 200 156 0.008070 10.0.0.27 - - [2025-03-24 02:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003121 10.0.0.27 - - [2025-03-24 02:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.27 - - [2025-03-24 02:10:26] "POST /ref-update HTTP/1.1" 200 156 0.009591 10.0.0.27 - - [2025-03-24 02:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.27 - - [2025-03-24 02:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002896 10.0.0.27 - - [2025-03-24 02:10:26] "POST /ref-update HTTP/1.1" 200 156 0.007247 10.0.0.27 - - [2025-03-24 02:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002694 10.0.0.27 - - [2025-03-24 02:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002784 10.0.0.27 - - [2025-03-24 02:10:26] "POST /ref-update HTTP/1.1" 200 156 0.008017 10.0.0.27 - - [2025-03-24 02:10:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002688 10.0.0.27 - - [2025-03-24 02:10:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.27 - - [2025-03-24 02:10:27] "POST /ref-update HTTP/1.1" 200 156 0.007640 10.0.0.27 - - [2025-03-24 02:10:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002971 10.0.0.27 - - [2025-03-24 02:10:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002689 10.0.0.27 - - [2025-03-24 02:10:27] "POST /ref-update HTTP/1.1" 200 156 0.008376 10.0.0.27 - - [2025-03-24 02:10:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002656 10.0.0.27 - - [2025-03-24 02:10:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002833 10.0.0.27 - - [2025-03-24 02:10:27] "POST /ref-update HTTP/1.1" 200 156 0.007862 10.0.0.27 - - [2025-03-24 02:10:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002813 10.0.0.27 - - [2025-03-24 02:10:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002730 10.0.0.27 - - [2025-03-24 02:10:27] "POST /ref-update HTTP/1.1" 200 156 0.007878 10.0.0.27 - - [2025-03-24 02:10:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002710 10.0.0.27 - - [2025-03-24 02:10:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002891 10.0.0.27 - - [2025-03-24 02:10:27] "POST /ref-update HTTP/1.1" 200 156 0.008068 10.0.0.27 - - [2025-03-24 02:10:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002652 10.0.0.27 - - [2025-03-24 02:10:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002826 10.0.0.27 - - [2025-03-24 02:10:27] "POST /ref-update HTTP/1.1" 200 156 0.007632 10.0.0.27 - - [2025-03-24 02:10:27] "POST /network-ipams HTTP/1.1" 200 550 0.015736 10.0.0.27 - - [2025-03-24 02:10:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002931 10.0.0.27 - - [2025-03-24 02:10:28] "POST /virtual-networks HTTP/1.1" 200 552 0.105643 10.0.0.27 - - [2025-03-24 02:10:28] "GET /physical-routers?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.002306 10.0.0.27 - - [2025-03-24 02:10:28] "POST /fqname-to-id HTTP/1.1" 404 188 0.002702 10.0.0.27 - - [2025-03-24 02:10:28] "POST /fqname-to-id HTTP/1.1" 404 178 0.002474 10.0.0.27 - - [2025-03-24 02:10:28] "GET /fabrics?detail=False&count=False&shared=False HTTP/1.1" 200 312 0.002701 10.0.0.27 - - [2025-03-24 02:10:28] "GET /fabric/f3dd8f2b-a755-4efa-acf6-f73ecaa1d858?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1117 0.003379 10.0.0.27 - - [2025-03-24 02:10:28] "POST /fqname-to-id HTTP/1.1" 404 198 0.003349 10.0.0.27 - - [2025-03-24 02:10:28] "POST /fqname-to-id HTTP/1.1" 404 205 0.002743 10.0.0.27 - - [2025-03-24 02:10:28] "POST /fqname-to-id HTTP/1.1" 404 207 0.003416 10.0.0.27 - - [2025-03-24 02:10:28] "POST /route-targets HTTP/1.1" 200 327 0.009047 10.0.0.27 - - [2025-03-24 02:10:28] "POST /ref-update HTTP/1.1" 200 156 0.008801 10.0.0.27 - - [2025-03-24 02:10:41] "GET / HTTP/1.1" 200 35931 0.002968 10.0.0.27 - - [2025-03-24 02:10:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000533 10.0.0.27 - - [2025-03-24 02:10:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.023436 10.0.0.27 - - [2025-03-24 02:10:41] "GET /routing-instance/d50aea56-c651-43e0-abe4-3ac8c2f84500?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.003456 10.0.0.27 - - [2025-03-24 02:10:41] "POST /bgp-routers HTTP/1.1" 200 620 0.017111 10.0.0.27 - - [2025-03-24 02:10:41] "GET /bgp-router/a3acc395-e994-4a11-a099-d431a73b9301?fields=global_system_config_back_refs HTTP/1.1" 200 1116 0.004022 10.0.0.27 - - [2025-03-24 02:10:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004255 10.0.0.27 - - [2025-03-24 02:10:41] "GET /global-system-config/48d4e99f-f8a9-4f7e-b1ca-1b2d2b2ee13f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.003464 10.0.0.27 - - [2025-03-24 02:10:41] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002782 10.0.0.27 - - [2025-03-24 02:10:41] "POST /ref-update HTTP/1.1" 200 156 0.007216 10.0.0.27 - - [2025-03-24 02:11:31] "GET / HTTP/1.1" 200 35931 0.001737 10.0.0.27 - - [2025-03-24 02:11:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000574 10.0.0.27 - - [2025-03-24 02:11:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.030606 10.0.0.27 - - [2025-03-24 02:11:32] "GET /global-system-config/48d4e99f-f8a9-4f7e-b1ca-1b2d2b2ee13f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.003541 10.0.0.27 - - [2025-03-24 02:11:32] "POST /fqname-to-id HTTP/1.1" 404 220 0.002849 10.0.0.27 - - [2025-03-24 02:11:32] "POST /database-nodes HTTP/1.1" 200 603 0.019173 10.0.0.27 - - [2025-03-24 02:12:15] "GET / HTTP/1.1" 200 35931 0.001703 10.0.0.27 - - [2025-03-24 02:12:15] "POST /fqname-to-id HTTP/1.1" 401 292 0.000441 10.0.0.27 - - [2025-03-24 02:12:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.023317 10.0.0.27 - - [2025-03-24 02:12:15] "GET /global-system-config/48d4e99f-f8a9-4f7e-b1ca-1b2d2b2ee13f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.002630 10.0.0.27 - - [2025-03-24 02:12:15] "POST /fqname-to-id HTTP/1.1" 404 220 0.002916 10.0.0.27 - - [2025-03-24 02:12:15] "POST /analytics-nodes HTTP/1.1" 200 605 0.018144 10.0.0.27 - - [2025-03-24 02:12:20] "GET / HTTP/1.1" 200 35931 0.002604 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-03-24 02:12:28] "GET /obj-perms HTTP/1.1" 200 5056 0.347134 10.0.0.27 - - [2025-03-24 02:12:28] "GET /obj-perms HTTP/1.1" 200 5056 0.057907 10.0.0.27 - - [2025-03-24 02:12:30] "GET / HTTP/1.1" 200 35931 0.001437 10.0.0.27 - - [2025-03-24 02:12:30] "POST /fqname-to-id HTTP/1.1" 401 292 0.000370 10.0.0.27 - - [2025-03-24 02:12:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.021571 10.0.0.27 - - [2025-03-24 02:12:30] "GET /global-system-config/48d4e99f-f8a9-4f7e-b1ca-1b2d2b2ee13f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.002778 10.0.0.27 - - [2025-03-24 02:12:31] "POST /fqname-to-id HTTP/1.1" 404 220 0.003036 10.0.0.27 - - [2025-03-24 02:12:31] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.063516 10.0.0.27 - - [2025-03-24 02:12:41] "GET / HTTP/1.1" 200 35931 0.002990 10.0.0.27 - - [2025-03-24 02:12:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000608 10.0.0.27 - - [2025-03-24 02:12:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.027834 10.0.0.27 - - [2025-03-24 02:12:41] "GET /global-system-config/48d4e99f-f8a9-4f7e-b1ca-1b2d2b2ee13f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.002446 10.0.0.27 - - [2025-03-24 02:12:41] "POST /fqname-to-id HTTP/1.1" 404 220 0.002930 10.0.0.27 - - [2025-03-24 02:12:41] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.034500 10.0.0.27 - - [2025-03-24 02:13:28] "GET /obj-perms HTTP/1.1" 200 5056 0.040412 10.0.0.27 - - [2025-03-24 02:13:29] "GET /obj-perms HTTP/1.1" 200 5056 0.039186 10.0.0.27 - - [2025-03-24 02:14:14] "GET / HTTP/1.1" 200 35931 0.002018 10.0.0.27 - - [2025-03-24 02:14:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000538 10.0.0.27 - - [2025-03-24 02:14:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.023754 10.0.0.27 - - [2025-03-24 02:14:14] "GET /global-system-config/48d4e99f-f8a9-4f7e-b1ca-1b2d2b2ee13f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.002666 10.0.0.27 - - [2025-03-24 02:14:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002809 10.0.0.27 - - [2025-03-24 02:14:14] "GET /routing-instance/d50aea56-c651-43e0-abe4-3ac8c2f84500?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.002859 10.0.0.27 - - [2025-03-24 02:14:14] "PUT /global-system-config/48d4e99f-f8a9-4f7e-b1ca-1b2d2b2ee13f HTTP/1.1" 200 274 0.011237 10.0.0.27 - - [2025-03-24 02:14:14] "POST /fqname-to-id HTTP/1.1" 404 218 0.003173 10.0.0.27 - - [2025-03-24 02:14:14] "POST /virtual-routers HTTP/1.1" 200 603 0.028462 10.0.0.27 - - [2025-03-24 02:14:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.27 - - [2025-03-24 02:14:14] "GET /virtual-router/1c35e766-c0df-41bc-9ad5-50855311a29a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1243 0.003883 10.0.0.27 - - [2025-03-24 02:14:14] "POST /fqname-to-id HTTP/1.1" 404 231 0.002510 10.0.0.27 - - [2025-03-24 02:14:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002574 10.0.0.27 - - [2025-03-24 02:14:14] "GET /virtual-network/11685a7d-fca7-4f2b-b2ba-7418849513b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.003523 10.0.0.27 - - [2025-03-24 02:14:15] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.035254 10.0.0.27 - - [2025-03-24 02:14:15] "PUT /access-control-list/111b750f-e0b5-4649-92db-b55b8a8dcc44 HTTP/1.1" 200 272 0.010927 [Introspect:8084]10.0.0.27 - - [2025-03-24 02:14:25] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000937 [Introspect:8084]10.0.0.27 - - [2025-03-24 02:14:25] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000832 [Introspect:8084]10.0.0.27 - - [2025-03-24 02:14:27] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000745 [Introspect:8084]10.0.0.27 - - [2025-03-24 02:14:27] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000843 10.0.0.27 - - [2025-03-24 02:14:29] "GET /obj-perms HTTP/1.1" 200 5056 0.045835 10.0.0.27 - - [2025-03-24 02:14:29] "GET /obj-perms HTTP/1.1" 200 5056 0.039010 10.0.0.27 - - [2025-03-24 02:14:57] "GET /global-system-configs HTTP/1.1" 200 322 0.006560 10.0.0.27 - - [2025-03-24 02:14:57] "GET /obj-perms HTTP/1.1" 200 5056 0.028012 10.0.0.27 - - [2025-03-24 02:14:58] "GET /global-system-configs HTTP/1.1" 200 322 0.006709 10.0.0.27 - - [2025-03-24 02:14:58] "GET /obj-perms HTTP/1.1" 200 5056 0.025253 10.0.0.27 - - [2025-03-24 02:15:28] "GET / HTTP/1.1" 200 35931 0.001599 10.0.0.27 - - [2025-03-24 02:15:28] "GET /project/842bbff0-6c83-4faf-af01-f592b619466c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000428 10.0.0.27 - - [2025-03-24 02:15:28] "GET /projects?obj_uuids=842bbff0-6c83-4faf-af01-f592b619466c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.025923 10.0.0.27 - - [2025-03-24 02:15:28] "GET /domains?obj_uuids=79b30645-0539-4daf-9ae9-b83a3811325a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001711 10.0.0.27 - - [2025-03-24 02:15:28] "GET /domain/79b30645-0539-4daf-9ae9-b83a3811325a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.029465 10.0.0.27 - - [2025-03-24 02:15:28] "POST /id-to-fqname HTTP/1.1" 200 167 0.001142 10.0.0.27 - - [2025-03-24 02:15:28] "POST /fqname-to-id HTTP/1.1" 404 176 0.003441 10.0.0.27 - - [2025-03-24 02:15:29] "POST /security-groups HTTP/1.1" 200 568 0.059685 10.0.0.27 - - [2025-03-24 02:15:29] "POST /fqname-to-id HTTP/1.1" 404 207 0.023461 10.0.0.27 - - [2025-03-24 02:15:29] "POST /projects HTTP/1.1" 200 539 0.204678 10.0.0.27 - - [2025-03-24 02:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.272794 10.0.0.27 - - [2025-03-24 02:15:29] "POST /access-control-lists HTTP/1.1" 200 573 0.059108 10.0.0.27 - - [2025-03-24 02:15:29] "GET /project/842bbff0-6c83-4faf-af01-f592b619466c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.426158 10.0.0.27 - - [2025-03-24 02:15:29] "POST /fqname-to-id HTTP/1.1" 404 206 0.003595 10.0.0.27 - - [2025-03-24 02:15:29] "POST /access-control-lists HTTP/1.1" 200 571 0.060271 [Introspect:8084]10.0.0.27 - - [2025-03-24 02:15:29] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001063 10.0.0.27 - - [2025-03-24 02:15:30] "GET /obj-perms HTTP/1.1" 200 5056 0.072464 10.0.0.27 - - [2025-03-24 02:15:30] "GET /obj-perms HTTP/1.1" 200 5056 0.090277 10.0.0.27 - - [2025-03-24 02:15:30] "POST /fqname-to-id HTTP/1.1" 404 199 0.019186 10.0.0.27 - - [2025-03-24 02:15:30] "GET /projects?obj_uuids=0555db71-d5cc-4fde-9939-492d74f6db15&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002276 10.0.0.27 - - [2025-03-24 02:15:30] "GET /domains?obj_uuids=79b30645-0539-4daf-9ae9-b83a3811325a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000957 10.0.0.27 - - [2025-03-24 02:15:30] "GET /domain/79b30645-0539-4daf-9ae9-b83a3811325a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006266 10.0.0.27 - - [2025-03-24 02:15:30] "POST /id-to-fqname HTTP/1.1" 200 201 0.002620 10.0.0.27 - - [2025-03-24 02:15:30] "POST /fqname-to-id HTTP/1.1" 404 210 0.005439 10.0.0.27 - - [2025-03-24 02:15:30] "POST /security-groups HTTP/1.1" 200 602 0.059423 10.0.0.27 - - [2025-03-24 02:15:30] "POST /fqname-to-id HTTP/1.1" 404 245 0.002514 10.0.0.27 - - [2025-03-24 02:15:30] "POST /projects HTTP/1.1" 200 607 0.218127 10.0.0.27 - - [2025-03-24 02:15:30] "POST /access-control-lists HTTP/1.1" 200 607 0.061037 10.0.0.27 - - [2025-03-24 02:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.283187 10.0.0.27 - - [2025-03-24 02:15:31] "POST /fqname-to-id HTTP/1.1" 404 244 0.002607 10.0.0.27 - - [2025-03-24 02:15:31] "GET /project/0555db71-d5cc-4fde-9939-492d74f6db15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.394747 10.0.0.27 - - [2025-03-24 02:15:31] "POST /access-control-lists HTTP/1.1" 200 605 0.073876 10.0.0.27 - - [2025-03-24 02:15:31] "GET / HTTP/1.1" 200 35931 0.001789 10.0.0.27 - - [2025-03-24 02:15:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000483 10.0.0.27 - - [2025-03-24 02:15:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.054786 10.0.0.27 - - [2025-03-24 02:15:32] "GET /projects?obj_uuids=0555db71-d5cc-4fde-9939-492d74f6db15&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000994 10.0.0.27 - - [2025-03-24 02:15:32] "GET /project/0555db71-d5cc-4fde-9939-492d74f6db15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.031878 10.0.0.27 - - [2025-03-24 02:15:33] "POST /neutron/network HTTP/1.1" 200 117 0.037503 10.0.0.27 - - [2025-03-24 02:15:33] "GET /projects?obj_uuids=0555db71-d5cc-4fde-9939-492d74f6db15&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001018 10.0.0.27 - - [2025-03-24 02:15:33] "POST /neutron/network HTTP/1.1" 200 620 0.066928 10.0.0.27 - - [2025-03-24 02:15:33] "POST /route-targets HTTP/1.1" 200 327 0.009075 10.0.0.27 - - [2025-03-24 02:15:33] "POST /ref-update HTTP/1.1" 200 156 0.011401 10.0.0.27 - - [2025-03-24 02:15:33] "POST /useragent-kv HTTP/1.1" 200 115 0.003325 10.0.0.27 - - [2025-03-24 02:15:33] "POST /neutron/subnet HTTP/1.1" 200 729 0.148108 10.0.0.27 - - [2025-03-24 02:15:33] "POST /neutron/network HTTP/1.1" 200 840 0.005113 10.0.0.27 - - [2025-03-24 02:15:33] "POST /id-to-fqname HTTP/1.1" 200 233 0.001050 10.0.0.27 - - [2025-03-24 02:15:33] "GET /virtual-network/2d1089d5-b46c-4073-b6a6-3af95fe908c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.002374 10.0.0.27 - - [2025-03-24 02:15:33] "POST /neutron/network HTTP/1.1" 200 840 0.007134 10.0.0.27 - - [2025-03-24 02:15:33] "GET /virtual-network/2d1089d5-b46c-4073-b6a6-3af95fe908c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.002422 10.0.0.27 - - [2025-03-24 02:15:33] "POST /neutron/network HTTP/1.1" 200 840 0.005961 10.0.0.27 - - [2025-03-24 02:15:33] "POST /neutron/subnet HTTP/1.1" 200 729 0.006812 10.0.0.27 - - [2025-03-24 02:15:33] "GET /domains HTTP/1.1" 401 292 0.000559 10.0.0.27 - - [2025-03-24 02:15:33] "GET /domains HTTP/1.1" 200 280 0.025828 10.0.0.27 - - [2025-03-24 02:15:33] "GET /domains?obj_uuids=79b30645-0539-4daf-9ae9-b83a3811325a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002190 10.0.0.27 - - [2025-03-24 02:15:33] "GET /domain/79b30645-0539-4daf-9ae9-b83a3811325a HTTP/1.1" 200 2584 0.012895 10.0.0.27 - - [2025-03-24 02:15:34] "GET /projects?obj_uuids=0555db71-d5cc-4fde-9939-492d74f6db15&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000963 10.0.0.27 - - [2025-03-24 02:15:34] "GET /project/0555db71-d5cc-4fde-9939-492d74f6db15 HTTP/1.1" 200 2166 0.068954 10.0.0.27 - - [2025-03-24 02:15:34] "GET /virtual-network/2d1089d5-b46c-4073-b6a6-3af95fe908c1 HTTP/1.1" 200 2344 0.004907 10.0.0.27 - - [2025-03-24 02:15:34] "GET /virtual-network/2d1089d5-b46c-4073-b6a6-3af95fe908c1 HTTP/1.1" 200 2344 0.003043 10.0.0.27 - - [2025-03-24 02:15:34] "GET /routing-instance/bc4460ff-afc0-43c6-9f20-a62ba4885a22 HTTP/1.1" 200 1495 0.002304 10.0.0.27 - - [2025-03-24 02:15:34] "GET /routing-instance/bc4460ff-afc0-43c6-9f20-a62ba4885a22 HTTP/1.1" 200 1495 0.002137 10.0.0.27 - - [2025-03-24 02:15:34] "GET /route-target/b227c674-ba2a-4454-867a-c9fb29033b0f HTTP/1.1" 200 1219 0.002458 10.0.0.27 - - [2025-03-24 02:15:34] "GET /virtual-network/2d1089d5-b46c-4073-b6a6-3af95fe908c1 HTTP/1.1" 200 2344 0.002653 10.0.0.27 - - [2025-03-24 02:15:34] "GET /routing-instance/bc4460ff-afc0-43c6-9f20-a62ba4885a22 HTTP/1.1" 200 1495 0.002151 10.0.0.27 - - [2025-03-24 02:15:34] "GET /virtual-network/2d1089d5-b46c-4073-b6a6-3af95fe908c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.002149 10.0.0.27 - - [2025-03-24 02:15:34] "GET /virtual-network/2d1089d5-b46c-4073-b6a6-3af95fe908c1 HTTP/1.1" 200 2344 0.002140 10.0.0.27 - - [2025-03-24 02:15:34] "GET /routing-instance/bc4460ff-afc0-43c6-9f20-a62ba4885a22 HTTP/1.1" 200 1495 0.002028 10.0.0.27 - - [2025-03-24 02:15:34] "GET /routing-instance/bc4460ff-afc0-43c6-9f20-a62ba4885a22 HTTP/1.1" 200 1495 0.001999 10.0.0.27 - - [2025-03-24 02:15:34] "GET /route-target/b227c674-ba2a-4454-867a-c9fb29033b0f HTTP/1.1" 200 1219 0.002081 10.0.0.27 - - [2025-03-24 02:15:34] "GET /domains HTTP/1.1" 200 280 0.002952 10.0.0.27 - - [2025-03-24 02:15:34] "GET /domains?obj_uuids=79b30645-0539-4daf-9ae9-b83a3811325a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000915 10.0.0.27 - - [2025-03-24 02:15:34] "GET /domain/79b30645-0539-4daf-9ae9-b83a3811325a HTTP/1.1" 200 2584 0.010046 10.0.0.27 - - [2025-03-24 02:15:34] "GET /projects?obj_uuids=0555db71-d5cc-4fde-9939-492d74f6db15&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000892 10.0.0.27 - - [2025-03-24 02:15:34] "GET /project/0555db71-d5cc-4fde-9939-492d74f6db15 HTTP/1.1" 200 2166 0.081182 10.0.0.27 - - [2025-03-24 02:15:34] "GET /virtual-network/2d1089d5-b46c-4073-b6a6-3af95fe908c1 HTTP/1.1" 200 2344 0.002656 10.0.0.27 - - [2025-03-24 02:15:34] "GET /obj-perms HTTP/1.1" 200 5052 0.049729 10.0.0.27 - - [2025-03-24 02:15:34] "POST /id-to-fqname HTTP/1.1" 200 233 0.001293 10.0.0.27 - - [2025-03-24 02:15:36] "POST /neutron/network HTTP/1.1" 200 850 0.005732 10.0.0.27 - - [2025-03-24 02:15:36] "GET /aaa-mode HTTP/1.1" 401 292 0.000401 10.0.0.27 - - [2025-03-24 02:15:36] "GET / HTTP/1.1" 200 35931 0.001504 10.0.0.27 - - [2025-03-24 02:15:36] "GET /project/0555db71-d5cc-4fde-9939-492d74f6db15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000419 10.0.0.27 - - [2025-03-24 02:15:37] "GET /projects?obj_uuids=0555db71-d5cc-4fde-9939-492d74f6db15&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001004 10.0.0.27 - - [2025-03-24 02:15:37] "GET /project/0555db71-d5cc-4fde-9939-492d74f6db15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.039238 10.0.0.27 - - [2025-03-24 02:15:37] "POST /neutron/network HTTP/1.1" 200 840 0.025846 10.0.0.27 - - [2025-03-24 02:15:37] "POST /neutron/port HTTP/1.1" 200 117 0.005140 10.0.0.27 - - [2025-03-24 02:15:37] "POST /neutron/port HTTP/1.1" 200 117 0.004793 10.0.0.27 - - [2025-03-24 02:15:37] "POST /neutron/port HTTP/1.1" 200 117 0.004839 10.0.0.27 - - [2025-03-24 02:15:38] "POST /neutron/network HTTP/1.1" 200 850 0.007571 10.0.0.27 - - [2025-03-24 02:15:38] "GET /projects?obj_uuids=0555db71-d5cc-4fde-9939-492d74f6db15&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000992 10.0.0.27 - - [2025-03-24 02:15:39] "POST /neutron/port HTTP/1.1" 200 1072 0.211416 10.0.0.27 - - [2025-03-24 02:15:39] "POST /neutron/port HTTP/1.1" 200 1072 0.030299 10.0.0.27 - - [2025-03-24 02:15:39] "POST /neutron/port HTTP/1.1" 200 1072 0.028339 10.0.0.27 - - [2025-03-24 02:15:39] "POST /neutron/port HTTP/1.1" 200 1126 0.070317 10.0.0.27 - - [2025-03-24 02:15:39] "POST /neutron/port HTTP/1.1" 200 1100 0.013677 10.0.0.27 - - [2025-03-24 02:15:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003218 10.0.0.27 - - [2025-03-24 02:15:39] "POST /neutron/subnet HTTP/1.1" 200 703 0.008829 10.0.0.27 - - [2025-03-24 02:15:39] "POST /neutron/port HTTP/1.1" 200 117 0.001160 10.0.0.27 - - [2025-03-24 02:15:39] "POST /neutron/network HTTP/1.1" 200 840 0.004932 10.0.0.27 - - [2025-03-24 02:15:42] "POST /neutron/port HTTP/1.1" 200 1100 0.014014 10.0.0.27 - - [2025-03-24 02:15:42] "POST /neutron/security_group HTTP/1.1" 200 2069 0.006764 10.0.0.27 - - [2025-03-24 02:15:43] "GET /obj-perms HTTP/1.1" 200 5052 0.003262 10.0.0.27 - - [2025-03-24 02:15:44] "GET /obj-perms HTTP/1.1" 200 5052 0.003115 10.0.0.27 - - [2025-03-24 02:15:44] "POST /neutron/port HTTP/1.1" 200 1100 0.015419 10.0.0.27 - - [2025-03-24 02:15:44] "POST /neutron/port HTTP/1.1" 200 1100 0.025615 10.0.0.27 - - [2025-03-24 02:15:45] "POST /neutron/network HTTP/1.1" 200 850 0.006645 10.0.0.27 - - [2025-03-24 02:15:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003100 10.0.0.27 - - [2025-03-24 02:15:45] "GET /obj-perms HTTP/1.1" 200 5052 0.008629 10.0.0.27 - - [2025-03-24 02:15:45] "POST /neutron/subnet HTTP/1.1" 200 703 0.020830 10.0.0.27 - - [2025-03-24 02:15:45] "POST /neutron/port HTTP/1.1" 200 117 0.001696 10.0.0.27 - - [2025-03-24 02:15:45] "POST /neutron/network HTTP/1.1" 200 840 0.006526 10.0.0.27 - - [2025-03-24 02:15:46] "GET /obj-perms HTTP/1.1" 200 5052 0.003512 10.0.0.27 - - [2025-03-24 02:15:47] "GET /obj-perms HTTP/1.1" 200 5052 0.003181 10.0.0.27 - - [2025-03-24 02:15:48] "POST /neutron/network HTTP/1.1" 200 840 0.006362 10.0.0.27 - - [2025-03-24 02:15:48] "POST /neutron/network HTTP/1.1" 400 204 0.011306 10.0.0.27 - - [2025-03-24 02:15:48] "POST /neutron/port HTTP/1.1" 200 1100 0.013517 10.0.0.27 - - [2025-03-24 02:15:48] "POST /neutron/port HTTP/1.1" 200 1126 0.009009 10.0.0.27 - - [2025-03-24 02:15:48] "POST /neutron/port HTTP/1.1" 200 151 0.109440 10.0.0.27 - - [2025-03-24 02:15:50] "POST /neutron/network HTTP/1.1" 200 840 0.005875 10.0.0.27 - - [2025-03-24 02:15:50] "POST /useragent-kv HTTP/1.1" 200 115 0.001164 10.0.0.27 - - [2025-03-24 02:15:50] "POST /useragent-kv HTTP/1.1" 200 115 0.000962 10.0.0.27 - - [2025-03-24 02:15:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005489 10.0.0.27 - - [2025-03-24 02:15:50] "POST /neutron/network HTTP/1.1" 200 151 0.072127 10.0.0.27 - - [2025-03-24 02:15:50] "GET /routing-instance/bc4460ff-afc0-43c6-9f20-a62ba4885a22 HTTP/1.1" 404 171 0.001912 10.0.0.27 - - [2025-03-24 02:15:50] "DELETE /route-target/b227c674-ba2a-4454-867a-c9fb29033b0f HTTP/1.1" 200 115 0.017341 10.0.0.27 - - [2025-03-24 02:15:50] "GET /domains HTTP/1.1" 200 280 0.002557 10.0.0.27 - - [2025-03-24 02:15:50] "GET /domains?obj_uuids=79b30645-0539-4daf-9ae9-b83a3811325a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001684 10.0.0.27 - - [2025-03-24 02:15:50] "GET /domain/79b30645-0539-4daf-9ae9-b83a3811325a HTTP/1.1" 200 2584 0.049731 10.0.0.27 - - [2025-03-24 02:15:50] "GET /projects?obj_uuids=0555db71-d5cc-4fde-9939-492d74f6db15&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002158 10.0.0.27 - - [2025-03-24 02:15:50] "GET /project/0555db71-d5cc-4fde-9939-492d74f6db15 HTTP/1.1" 200 1916 0.066665 10.0.0.27 - - [2025-03-24 02:15:50] "GET /projects?obj_uuids=0555db71-d5cc-4fde-9939-492d74f6db15&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001189 10.0.0.27 - - [2025-03-24 02:15:50] "GET /project/0555db71-d5cc-4fde-9939-492d74f6db15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.022310 10.0.0.27 - - [2025-03-24 02:15:50] "GET /projects?obj_uuids=0555db71-d5cc-4fde-9939-492d74f6db15&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001015 10.0.0.27 - - [2025-03-24 02:15:50] "GET /project/0555db71-d5cc-4fde-9939-492d74f6db15?fields=virtual_networks HTTP/1.1" 200 1052 0.063672 10.0.0.27 - - [2025-03-24 02:15:50] "GET /projects?obj_uuids=0555db71-d5cc-4fde-9939-492d74f6db15&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001156 10.0.0.27 - - [2025-03-24 02:15:50] "GET /project/0555db71-d5cc-4fde-9939-492d74f6db15?fields=virtual_machine_interfaces HTTP/1.1" 200 1052 0.022039 10.0.0.27 - - [2025-03-24 02:15:50] "GET /projects?obj_uuids=0555db71-d5cc-4fde-9939-492d74f6db15&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001006 10.0.0.27 - - [2025-03-24 02:15:50] "GET /project/0555db71-d5cc-4fde-9939-492d74f6db15?fields=security_groups HTTP/1.1" 200 1289 0.021807 10.0.0.27 - - [2025-03-24 02:15:51] "POST /fqname-to-id HTTP/1.1" 404 200 0.022490 10.0.0.27 - - [2025-03-24 02:15:51] "GET /projects?obj_uuids=22b9329e-c0a4-4e59-bbfe-73df28ffcfd3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002384 10.0.0.27 - - [2025-03-24 02:15:51] "GET /domains?obj_uuids=79b30645-0539-4daf-9ae9-b83a3811325a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000963 10.0.0.27 - - [2025-03-24 02:15:51] "GET /domain/79b30645-0539-4daf-9ae9-b83a3811325a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006606 10.0.0.27 - - [2025-03-24 02:15:51] "POST /id-to-fqname HTTP/1.1" 200 202 0.001655 10.0.0.27 - - [2025-03-24 02:15:51] "POST /fqname-to-id HTTP/1.1" 404 211 0.002237 10.0.0.27 - - [2025-03-24 02:15:52] "POST /security-groups HTTP/1.1" 200 603 0.063343 10.0.0.27 - - [2025-03-24 02:15:52] "POST /fqname-to-id HTTP/1.1" 404 246 0.002527 10.0.0.27 - - [2025-03-24 02:15:52] "POST /projects HTTP/1.1" 200 609 0.226736 10.0.0.27 - - [2025-03-24 02:15:52] "POST /access-control-lists HTTP/1.1" 200 608 0.061322 10.0.0.27 - - [2025-03-24 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.297229 10.0.0.27 - - [2025-03-24 02:15:52] "POST /fqname-to-id HTTP/1.1" 404 245 0.002703 10.0.0.27 - - [2025-03-24 02:15:52] "GET /project/22b9329e-c0a4-4e59-bbfe-73df28ffcfd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.408271 10.0.0.27 - - [2025-03-24 02:15:52] "POST /access-control-lists HTTP/1.1" 200 606 0.065278 10.0.0.27 - - [2025-03-24 02:15:53] "GET / HTTP/1.1" 200 35931 0.001857 10.0.0.27 - - [2025-03-24 02:15:53] "GET /projects?obj_uuids=842bbff0-6c83-4faf-af01-f592b619466c&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001038 10.0.0.27 - - [2025-03-24 02:15:53] "GET /project/842bbff0-6c83-4faf-af01-f592b619466c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.019937 10.0.0.27 - - [2025-03-24 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002756 10.0.0.27 - - [2025-03-24 02:15:54] "GET /security-group/4d2175f9-7d1a-4875-a6ae-72cc3028a1a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3684 0.004085 10.0.0.27 - - [2025-03-24 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002988 10.0.0.27 - - [2025-03-24 02:15:54] "GET /projects?obj_uuids=842bbff0-6c83-4faf-af01-f592b619466c&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001060 10.0.0.27 - - [2025-03-24 02:15:54] "GET /project/842bbff0-6c83-4faf-af01-f592b619466c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.022031 10.0.0.27 - - [2025-03-24 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003048 10.0.0.27 - - [2025-03-24 02:15:54] "GET /security-group/4d2175f9-7d1a-4875-a6ae-72cc3028a1a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3684 0.003249 10.0.0.27 - - [2025-03-24 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002810 10.0.0.27 - - [2025-03-24 02:15:54] "PUT /security-group/4d2175f9-7d1a-4875-a6ae-72cc3028a1a8 HTTP/1.1" 200 262 0.015100 10.0.0.27 - - [2025-03-24 02:15:54] "PUT /access-control-list/9aa97d44-ee86-4b16-af7f-48e270405b5b HTTP/1.1" 200 272 0.008472 10.0.0.27 - - [2025-03-24 02:15:54] "PUT /access-control-list/8a8f4fb1-7ddc-41fe-bdad-aeccc2f15eb3 HTTP/1.1" 200 272 0.013947 10.0.0.27 - - [2025-03-24 02:15:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000454 10.0.0.27 - - [2025-03-24 02:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.046955 10.0.0.27 - - [2025-03-24 02:15:55] "GET /projects?obj_uuids=22b9329e-c0a4-4e59-bbfe-73df28ffcfd3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000953 10.0.0.27 - - [2025-03-24 02:15:55] "GET /project/22b9329e-c0a4-4e59-bbfe-73df28ffcfd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.019819 10.0.0.27 - - [2025-03-24 02:15:55] "POST /neutron/network HTTP/1.1" 200 117 0.027989 10.0.0.27 - - [2025-03-24 02:15:55] "GET /projects?obj_uuids=22b9329e-c0a4-4e59-bbfe-73df28ffcfd3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001098 10.0.0.27 - - [2025-03-24 02:15:55] "POST /neutron/network HTTP/1.1" 200 619 0.060311 10.0.0.27 - - [2025-03-24 02:15:55] "POST /route-targets HTTP/1.1" 200 327 0.009527 10.0.0.27 - - [2025-03-24 02:15:55] "POST /ref-update HTTP/1.1" 200 156 0.011411 10.0.0.27 - - [2025-03-24 02:15:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003037 10.0.0.27 - - [2025-03-24 02:15:55] "POST /neutron/subnet HTTP/1.1" 200 719 0.218142 10.0.0.27 - - [2025-03-24 02:15:55] "POST /neutron/network HTTP/1.1" 200 837 0.005107 10.0.0.27 - - [2025-03-24 02:15:55] "POST /id-to-fqname HTTP/1.1" 200 233 0.001142 10.0.0.27 - - [2025-03-24 02:15:55] "GET /virtual-network/a999e7fb-03df-4194-a4f7-466c0c2530ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.002467 10.0.0.27 - - [2025-03-24 02:15:55] "POST /neutron/network HTTP/1.1" 200 837 0.005427 10.0.0.27 - - [2025-03-24 02:15:55] "GET /virtual-network/a999e7fb-03df-4194-a4f7-466c0c2530ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.002542 10.0.0.27 - - [2025-03-24 02:15:55] "POST /neutron/network HTTP/1.1" 200 837 0.005792 10.0.0.27 - - [2025-03-24 02:15:55] "POST /neutron/subnet HTTP/1.1" 200 719 0.006087 10.0.0.27 - - [2025-03-24 02:15:55] "GET /domains HTTP/1.1" 401 292 0.000373 10.0.0.27 - - [2025-03-24 02:15:56] "GET /domains HTTP/1.1" 200 280 0.024005 10.0.0.27 - - [2025-03-24 02:15:56] "GET /domains?obj_uuids=79b30645-0539-4daf-9ae9-b83a3811325a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001111 10.0.0.27 - - [2025-03-24 02:15:56] "GET /domain/79b30645-0539-4daf-9ae9-b83a3811325a HTTP/1.1" 200 2782 0.007857 10.0.0.27 - - [2025-03-24 02:15:56] "GET /projects?obj_uuids=22b9329e-c0a4-4e59-bbfe-73df28ffcfd3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000939 10.0.0.27 - - [2025-03-24 02:15:56] "GET /project/22b9329e-c0a4-4e59-bbfe-73df28ffcfd3 HTTP/1.1" 200 2173 0.079612 10.0.0.27 - - [2025-03-24 02:15:56] "GET /virtual-network/a999e7fb-03df-4194-a4f7-466c0c2530ab HTTP/1.1" 200 2337 0.003492 10.0.0.27 - - [2025-03-24 02:15:56] "GET /virtual-network/a999e7fb-03df-4194-a4f7-466c0c2530ab HTTP/1.1" 200 2337 0.002410 10.0.0.27 - - [2025-03-24 02:15:56] "GET /routing-instance/634aed15-5d28-4288-9104-1735f003f99d HTTP/1.1" 200 1491 0.002756 10.0.0.27 - - [2025-03-24 02:15:56] "GET /routing-instance/634aed15-5d28-4288-9104-1735f003f99d HTTP/1.1" 200 1491 0.002399 10.0.0.27 - - [2025-03-24 02:15:56] "GET /route-target/4fa0ae20-6b89-4401-bccd-a3b5cc3a7257 HTTP/1.1" 200 1218 0.002152 10.0.0.27 - - [2025-03-24 02:15:56] "GET /virtual-network/a999e7fb-03df-4194-a4f7-466c0c2530ab HTTP/1.1" 200 2337 0.002070 10.0.0.27 - - [2025-03-24 02:15:56] "GET /routing-instance/634aed15-5d28-4288-9104-1735f003f99d HTTP/1.1" 200 1491 0.001967 10.0.0.27 - - [2025-03-24 02:15:56] "GET /virtual-network/a999e7fb-03df-4194-a4f7-466c0c2530ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.002063 10.0.0.27 - - [2025-03-24 02:15:56] "GET /virtual-network/a999e7fb-03df-4194-a4f7-466c0c2530ab HTTP/1.1" 200 2337 0.002548 10.0.0.27 - - [2025-03-24 02:15:56] "GET /routing-instance/634aed15-5d28-4288-9104-1735f003f99d HTTP/1.1" 200 1491 0.002139 10.0.0.27 - - [2025-03-24 02:15:56] "GET /routing-instance/634aed15-5d28-4288-9104-1735f003f99d HTTP/1.1" 200 1491 0.002025 10.0.0.27 - - [2025-03-24 02:15:56] "GET /route-target/4fa0ae20-6b89-4401-bccd-a3b5cc3a7257 HTTP/1.1" 200 1218 0.002070 10.0.0.27 - - [2025-03-24 02:15:56] "GET /domains HTTP/1.1" 200 280 0.002130 10.0.0.27 - - [2025-03-24 02:15:56] "GET /domains?obj_uuids=79b30645-0539-4daf-9ae9-b83a3811325a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000942 10.0.0.27 - - [2025-03-24 02:15:56] "GET /domain/79b30645-0539-4daf-9ae9-b83a3811325a HTTP/1.1" 200 2782 0.005646 10.0.0.27 - - [2025-03-24 02:15:56] "GET /projects?obj_uuids=22b9329e-c0a4-4e59-bbfe-73df28ffcfd3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001130 10.0.0.27 - - [2025-03-24 02:15:56] "GET /project/22b9329e-c0a4-4e59-bbfe-73df28ffcfd3 HTTP/1.1" 200 2173 0.070620 10.0.0.27 - - [2025-03-24 02:15:56] "GET /virtual-network/a999e7fb-03df-4194-a4f7-466c0c2530ab HTTP/1.1" 200 2337 0.002678 10.0.0.27 - - [2025-03-24 02:15:56] "GET /obj-perms HTTP/1.1" 200 5054 0.043419 10.0.0.27 - - [2025-03-24 02:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002726 10.0.0.27 - - [2025-03-24 02:15:56] "GET /projects?obj_uuids=22b9329e-c0a4-4e59-bbfe-73df28ffcfd3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000916 10.0.0.27 - - [2025-03-24 02:15:56] "GET /project/22b9329e-c0a4-4e59-bbfe-73df28ffcfd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.020199 10.0.0.27 - - [2025-03-24 02:15:56] "POST /neutron/network HTTP/1.1" 200 117 0.009504 10.0.0.27 - - [2025-03-24 02:15:56] "GET /projects?obj_uuids=22b9329e-c0a4-4e59-bbfe-73df28ffcfd3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001007 10.0.0.27 - - [2025-03-24 02:15:56] "POST /neutron/network HTTP/1.1" 200 619 0.063718 10.0.0.27 - - [2025-03-24 02:15:56] "POST /route-targets HTTP/1.1" 200 327 0.008194 10.0.0.27 - - [2025-03-24 02:15:56] "POST /ref-update HTTP/1.1" 200 156 0.009744 10.0.0.27 - - [2025-03-24 02:15:56] "POST /useragent-kv HTTP/1.1" 200 115 0.004523 10.0.0.27 - - [2025-03-24 02:15:56] "POST /neutron/subnet HTTP/1.1" 200 724 0.148802 10.0.0.27 - - [2025-03-24 02:15:56] "POST /neutron/network HTTP/1.1" 200 838 0.005117 10.0.0.27 - - [2025-03-24 02:15:57] "POST /id-to-fqname HTTP/1.1" 200 233 0.001512 10.0.0.27 - - [2025-03-24 02:15:57] "GET /virtual-network/1256038d-0a30-4ae4-9a55-bb9c681956e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.002638 10.0.0.27 - - [2025-03-24 02:15:57] "POST /neutron/network HTTP/1.1" 200 838 0.005275 10.0.0.27 - - [2025-03-24 02:15:57] "GET /virtual-network/1256038d-0a30-4ae4-9a55-bb9c681956e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.002503 10.0.0.27 - - [2025-03-24 02:15:57] "POST /neutron/network HTTP/1.1" 200 838 0.006910 10.0.0.27 - - [2025-03-24 02:15:57] "POST /neutron/subnet HTTP/1.1" 200 724 0.008133 10.0.0.27 - - [2025-03-24 02:15:57] "GET /domains HTTP/1.1" 200 280 0.002158 10.0.0.27 - - [2025-03-24 02:15:57] "GET /domains?obj_uuids=79b30645-0539-4daf-9ae9-b83a3811325a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000984 10.0.0.27 - - [2025-03-24 02:15:57] "GET /domain/79b30645-0539-4daf-9ae9-b83a3811325a HTTP/1.1" 200 2782 0.006544 10.0.0.27 - - [2025-03-24 02:15:57] "GET /projects?obj_uuids=22b9329e-c0a4-4e59-bbfe-73df28ffcfd3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000994 10.0.0.27 - - [2025-03-24 02:15:57] "GET /project/22b9329e-c0a4-4e59-bbfe-73df28ffcfd3 HTTP/1.1" 200 2401 0.071669 10.0.0.27 - - [2025-03-24 02:15:57] "GET /virtual-network/1256038d-0a30-4ae4-9a55-bb9c681956e6 HTTP/1.1" 200 2339 0.004017 10.0.0.27 - - [2025-03-24 02:15:57] "GET /virtual-network/1256038d-0a30-4ae4-9a55-bb9c681956e6 HTTP/1.1" 200 2339 0.002434 10.0.0.27 - - [2025-03-24 02:15:57] "GET /routing-instance/848e7c07-ff5b-41e9-8c9d-d07e9b772a53 HTTP/1.1" 200 1491 0.002844 10.0.0.27 - - [2025-03-24 02:15:57] "GET /routing-instance/848e7c07-ff5b-41e9-8c9d-d07e9b772a53 HTTP/1.1" 200 1491 0.002325 10.0.0.27 - - [2025-03-24 02:15:57] "GET /route-target/3d92e4a0-28c8-4019-ad4d-dd3d5fc02513 HTTP/1.1" 200 1218 0.002268 10.0.0.27 - - [2025-03-24 02:15:57] "GET /virtual-network/1256038d-0a30-4ae4-9a55-bb9c681956e6 HTTP/1.1" 200 2339 0.002094 10.0.0.27 - - [2025-03-24 02:15:57] "GET /routing-instance/848e7c07-ff5b-41e9-8c9d-d07e9b772a53 HTTP/1.1" 200 1491 0.001959 10.0.0.27 - - [2025-03-24 02:15:57] "GET /virtual-network/1256038d-0a30-4ae4-9a55-bb9c681956e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.003084 10.0.0.27 - - [2025-03-24 02:15:57] "GET /virtual-network/1256038d-0a30-4ae4-9a55-bb9c681956e6 HTTP/1.1" 200 2339 0.002133 10.0.0.27 - - [2025-03-24 02:15:57] "GET /routing-instance/848e7c07-ff5b-41e9-8c9d-d07e9b772a53 HTTP/1.1" 200 1491 0.002212 10.0.0.27 - - [2025-03-24 02:15:57] "GET /routing-instance/848e7c07-ff5b-41e9-8c9d-d07e9b772a53 HTTP/1.1" 200 1491 0.002512 10.0.0.27 - - [2025-03-24 02:15:57] "GET /route-target/3d92e4a0-28c8-4019-ad4d-dd3d5fc02513 HTTP/1.1" 200 1218 0.002235 10.0.0.27 - - [2025-03-24 02:15:57] "GET /domains HTTP/1.1" 200 280 0.002308 10.0.0.27 - - [2025-03-24 02:15:57] "GET /domains?obj_uuids=79b30645-0539-4daf-9ae9-b83a3811325a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000934 10.0.0.27 - - [2025-03-24 02:15:57] "GET /domain/79b30645-0539-4daf-9ae9-b83a3811325a HTTP/1.1" 200 2782 0.007482 10.0.0.27 - - [2025-03-24 02:15:57] "GET /projects?obj_uuids=22b9329e-c0a4-4e59-bbfe-73df28ffcfd3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001038 10.0.0.27 - - [2025-03-24 02:15:57] "GET /project/22b9329e-c0a4-4e59-bbfe-73df28ffcfd3 HTTP/1.1" 200 2401 0.066599 10.0.0.27 - - [2025-03-24 02:15:57] "GET /virtual-network/1256038d-0a30-4ae4-9a55-bb9c681956e6 HTTP/1.1" 200 2339 0.002794 10.0.0.27 - - [2025-03-24 02:15:57] "GET /obj-perms HTTP/1.1" 200 5054 0.004455 10.0.0.27 - - [2025-03-24 02:15:57] "POST /id-to-fqname HTTP/1.1" 200 233 0.001275 10.0.0.27 - - [2025-03-24 02:15:57] "POST /neutron/network HTTP/1.1" 200 848 0.008137 10.0.0.27 - - [2025-03-24 02:15:57] "GET /aaa-mode HTTP/1.1" 401 292 0.000404 10.0.0.27 - - [2025-03-24 02:15:57] "GET / HTTP/1.1" 200 35931 0.001611 10.0.0.27 - - [2025-03-24 02:15:57] "GET /project/22b9329e-c0a4-4e59-bbfe-73df28ffcfd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000385 10.0.0.27 - - [2025-03-24 02:15:58] "GET /projects?obj_uuids=22b9329e-c0a4-4e59-bbfe-73df28ffcfd3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001040 10.0.0.27 - - [2025-03-24 02:15:58] "GET /project/22b9329e-c0a4-4e59-bbfe-73df28ffcfd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.042539 10.0.0.27 - - [2025-03-24 02:15:58] "POST /neutron/network HTTP/1.1" 200 838 0.005361 10.0.0.27 - - [2025-03-24 02:15:58] "POST /neutron/port HTTP/1.1" 200 117 0.005552 10.0.0.27 - - [2025-03-24 02:15:58] "POST /neutron/port HTTP/1.1" 200 117 0.007199 10.0.0.27 - - [2025-03-24 02:15:58] "POST /id-to-fqname HTTP/1.1" 200 233 0.001165 10.0.0.27 - - [2025-03-24 02:15:58] "POST /neutron/port HTTP/1.1" 200 117 0.005044 10.0.0.27 - - [2025-03-24 02:15:58] "POST /neutron/network HTTP/1.1" 200 847 0.005465 10.0.0.27 - - [2025-03-24 02:15:58] "GET /aaa-mode HTTP/1.1" 401 292 0.000380 10.0.0.27 - - [2025-03-24 02:15:58] "POST /neutron/network HTTP/1.1" 200 848 0.005898 10.0.0.27 - - [2025-03-24 02:15:58] "GET /projects?obj_uuids=22b9329e-c0a4-4e59-bbfe-73df28ffcfd3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001063 10.0.0.27 - - [2025-03-24 02:15:58] "GET / HTTP/1.1" 200 35931 0.001523 10.0.0.27 - - [2025-03-24 02:15:58] "GET /project/22b9329e-c0a4-4e59-bbfe-73df28ffcfd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.004428 10.0.0.27 - - [2025-03-24 02:15:59] "POST /neutron/port HTTP/1.1" 200 1072 0.225107 10.0.0.27 - - [2025-03-24 02:15:59] "POST /neutron/port HTTP/1.1" 200 1072 0.008396 10.0.0.27 - - [2025-03-24 02:15:59] "POST /neutron/port HTTP/1.1" 200 1072 0.007729 10.0.0.27 - - [2025-03-24 02:15:59] "POST /neutron/port HTTP/1.1" 200 1126 0.055554 10.0.0.27 - - [2025-03-24 02:15:59] "POST /neutron/port HTTP/1.1" 200 1100 0.022180 10.0.0.27 - - [2025-03-24 02:15:59] "GET /projects?obj_uuids=22b9329e-c0a4-4e59-bbfe-73df28ffcfd3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000973 10.0.0.27 - - [2025-03-24 02:15:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003222 10.0.0.27 - - [2025-03-24 02:15:59] "GET /project/22b9329e-c0a4-4e59-bbfe-73df28ffcfd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.046902 10.0.0.27 - - [2025-03-24 02:15:59] "POST /neutron/subnet HTTP/1.1" 200 698 0.013680 10.0.0.27 - - [2025-03-24 02:15:59] "POST /neutron/network HTTP/1.1" 200 837 0.005474 10.0.0.27 - - [2025-03-24 02:15:59] "POST /neutron/port HTTP/1.1" 200 117 0.001189 10.0.0.27 - - [2025-03-24 02:15:59] "POST /neutron/network HTTP/1.1" 200 838 0.008027 10.0.0.27 - - [2025-03-24 02:15:59] "POST /neutron/port HTTP/1.1" 200 1100 0.024935 10.0.0.27 - - [2025-03-24 02:15:59] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006372 10.0.0.27 - - [2025-03-24 02:15:59] "POST /neutron/port HTTP/1.1" 200 117 0.004929 10.0.0.27 - - [2025-03-24 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002406 10.0.0.27 - - [2025-03-24 02:15:59] "GET /projects?obj_uuids=22b9329e-c0a4-4e59-bbfe-73df28ffcfd3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001167 10.0.0.27 - - [2025-03-24 02:15:59] "GET /project/22b9329e-c0a4-4e59-bbfe-73df28ffcfd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.034876 10.0.0.27 - - [2025-03-24 02:15:59] "GET /virtual-network/a999e7fb-03df-4194-a4f7-466c0c2530ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.004129 10.0.0.27 - - [2025-03-24 02:15:59] "GET /floating-ip-pools?parent_id=a999e7fb-03df-4194-a4f7-466c0c2530ab&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004121 10.0.0.27 - - [2025-03-24 02:15:59] "GET /virtual-network/a999e7fb-03df-4194-a4f7-466c0c2530ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.004410 10.0.0.27 - - [2025-03-24 02:15:59] "POST /neutron/network HTTP/1.1" 200 847 0.007979 10.0.0.27 - - [2025-03-24 02:15:59] "GET /projects?obj_uuids=22b9329e-c0a4-4e59-bbfe-73df28ffcfd3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001180 10.0.0.27 - - [2025-03-24 02:15:59] "POST /floating-ip-pools HTTP/1.1" 200 609 0.044674 10.0.0.27 - - [2025-03-24 02:15:59] "POST /ref-update HTTP/1.1" 200 156 0.009852 10.0.0.27 - - [2025-03-24 02:16:00] "GET /virtual-network/a999e7fb-03df-4194-a4f7-466c0c2530ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.027425 10.0.0.27 - - [2025-03-24 02:16:00] "GET /domains HTTP/1.1" 200 280 0.003813 10.0.0.27 - - [2025-03-24 02:16:00] "GET /domains?obj_uuids=79b30645-0539-4daf-9ae9-b83a3811325a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001482 10.0.0.27 - - [2025-03-24 02:16:00] "GET /domain/79b30645-0539-4daf-9ae9-b83a3811325a HTTP/1.1" 200 2782 0.009919 10.0.0.27 - - [2025-03-24 02:16:00] "GET /projects?obj_uuids=22b9329e-c0a4-4e59-bbfe-73df28ffcfd3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001992 10.0.0.27 - - [2025-03-24 02:16:00] "POST /neutron/port HTTP/1.1" 200 1071 0.266280 10.0.0.27 - - [2025-03-24 02:16:00] "GET /project/22b9329e-c0a4-4e59-bbfe-73df28ffcfd3 HTTP/1.1" 200 3243 0.069215 10.0.0.27 - - [2025-03-24 02:16:00] "GET /virtual-network/a999e7fb-03df-4194-a4f7-466c0c2530ab HTTP/1.1" 200 3149 0.005497 10.0.0.27 - - [2025-03-24 02:16:00] "GET /floating-ip-pool/3e5df0a2-9b11-452b-96dd-ac817da48b73 HTTP/1.1" 200 1440 0.003755 10.0.0.27 - - [2025-03-24 02:16:00] "POST /neutron/port HTTP/1.1" 200 1071 0.012338 10.0.0.27 - - [2025-03-24 02:16:00] "GET /domains HTTP/1.1" 200 280 0.002301 10.0.0.27 - - [2025-03-24 02:16:00] "GET /domains?obj_uuids=79b30645-0539-4daf-9ae9-b83a3811325a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001148 10.0.0.27 - - [2025-03-24 02:16:00] "GET /domain/79b30645-0539-4daf-9ae9-b83a3811325a HTTP/1.1" 200 2782 0.010989 10.0.0.27 - - [2025-03-24 02:16:00] "POST /neutron/port HTTP/1.1" 200 1071 0.018820 10.0.0.27 - - [2025-03-24 02:16:00] "GET /projects?obj_uuids=22b9329e-c0a4-4e59-bbfe-73df28ffcfd3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000980 10.0.0.27 - - [2025-03-24 02:16:00] "POST /neutron/port HTTP/1.1" 200 1125 0.063746 10.0.0.27 - - [2025-03-24 02:16:00] "GET /project/22b9329e-c0a4-4e59-bbfe-73df28ffcfd3 HTTP/1.1" 200 3243 0.083618 10.0.0.27 - - [2025-03-24 02:16:00] "GET /virtual-network/a999e7fb-03df-4194-a4f7-466c0c2530ab HTTP/1.1" 200 3149 0.003515 10.0.0.27 - - [2025-03-24 02:16:00] "GET /virtual-network/a999e7fb-03df-4194-a4f7-466c0c2530ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.010829 10.0.0.27 - - [2025-03-24 02:16:00] "POST /neutron/port HTTP/1.1" 200 1100 0.013815 10.0.0.27 - - [2025-03-24 02:16:00] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007057 10.0.0.27 - - [2025-03-24 02:16:00] "POST /neutron/port HTTP/1.1" 200 1099 0.018783 10.0.0.27 - - [2025-03-24 02:16:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004472 10.0.0.27 - - [2025-03-24 02:16:00] "POST /neutron/subnet HTTP/1.1" 200 693 0.008945 10.0.0.27 - - [2025-03-24 02:16:00] "POST /neutron/port HTTP/1.1" 200 117 0.001156 10.0.0.27 - - [2025-03-24 02:16:00] "POST /neutron/network HTTP/1.1" 200 837 0.005334 10.0.0.27 - - [2025-03-24 02:16:05] "POST /neutron/port HTTP/1.1" 200 1100 0.013702 10.0.0.27 - - [2025-03-24 02:16:05] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006204 10.0.0.27 - - [2025-03-24 02:16:05] "POST /neutron/port HTTP/1.1" 200 1100 0.015157 10.0.0.27 - - [2025-03-24 02:16:05] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007898 10.0.0.27 - - [2025-03-24 02:16:05] "POST /neutron/port HTTP/1.1" 200 1100 0.018374 10.0.0.27 - - [2025-03-24 02:16:05] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007084 10.0.0.27 - - [2025-03-24 02:16:05] "GET /virtual-machine/2e019586-827e-46d7-bffc-85a49c0ae964 HTTP/1.1" 200 1304 0.005077 10.0.0.27 - - [2025-03-24 02:16:05] "GET /virtual-machine-interface/69aa4fe9-dd0e-4012-9024-b864d0fc35ed HTTP/1.1" 200 3003 0.003381 10.0.0.27 - - [2025-03-24 02:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002860 10.0.0.27 - - [2025-03-24 02:16:05] "GET /global-vrouter-config/06d5e8c9-4721-4a57-b10f-0dc724ec4557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002424 10.0.0.27 - - [2025-03-24 02:16:05] "GET /virtual-networks?parent_id=22b9329e-c0a4-4e59-bbfe-73df28ffcfd3&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002857 10.0.0.27 - - [2025-03-24 02:16:05] "GET /virtual-network/1256038d-0a30-4ae4-9a55-bb9c681956e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.004223 10.0.0.27 - - [2025-03-24 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002664 10.0.0.27 - - [2025-03-24 02:16:08] "GET /virtual-network/1256038d-0a30-4ae4-9a55-bb9c681956e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.002500 10.0.0.27 - - [2025-03-24 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.006984 10.0.0.27 - - [2025-03-24 02:16:10] "GET /global-vrouter-config/06d5e8c9-4721-4a57-b10f-0dc724ec4557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.005110 10.0.0.27 - - [2025-03-24 02:16:10] "GET /virtual-networks?parent_id=22b9329e-c0a4-4e59-bbfe-73df28ffcfd3&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002724 10.0.0.27 - - [2025-03-24 02:16:11] "GET /virtual-network/1256038d-0a30-4ae4-9a55-bb9c681956e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2065 0.003388 10.0.0.27 - - [2025-03-24 02:16:11] "POST /neutron/port HTTP/1.1" 200 1100 0.014975 10.0.0.27 - - [2025-03-24 02:16:11] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007711 10.0.0.27 - - [2025-03-24 02:16:11] "POST /neutron/port HTTP/1.1" 200 1100 0.045683 10.0.0.27 - - [2025-03-24 02:16:11] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005517 10.0.0.27 - - [2025-03-24 02:16:11] "POST /neutron/port HTTP/1.1" 200 1099 0.016227 10.0.0.27 - - [2025-03-24 02:16:11] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005224 10.0.0.27 - - [2025-03-24 02:16:16] "GET /projects?obj_uuids=22b9329e-c0a4-4e59-bbfe-73df28ffcfd3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001051 10.0.0.27 - - [2025-03-24 02:16:16] "POST /neutron/floatingip HTTP/1.1" 200 529 0.068828 10.0.0.27 - - [2025-03-24 02:16:16] "POST /neutron/port HTTP/1.1" 200 1100 0.013479 10.0.0.27 - - [2025-03-24 02:16:16] "POST /neutron/floatingip HTTP/1.1" 200 529 0.005927 10.0.0.27 - - [2025-03-24 02:16:16] "POST /neutron/floatingip HTTP/1.1" 200 576 0.041673 10.0.0.27 - - [2025-03-24 02:16:16] "POST /neutron/port HTTP/1.1" 200 1099 0.013710 10.0.0.27 - - [2025-03-24 02:16:16] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005848 10.0.0.27 - - [2025-03-24 02:16:16] "POST /neutron/port HTTP/1.1" 200 1099 0.014838 10.0.0.27 - - [2025-03-24 02:16:16] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006432 10.0.0.27 - - [2025-03-24 02:16:16] "POST /neutron/port HTTP/1.1" 200 1099 0.025418 10.0.0.27 - - [2025-03-24 02:16:16] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006779 10.0.0.27 - - [2025-03-24 02:16:16] "GET /virtual-machine/1d8daa81-de3b-487b-bb4f-1d61a151ce99 HTTP/1.1" 200 1304 0.006109 10.0.0.27 - - [2025-03-24 02:16:16] "GET /virtual-machine-interface/d1573849-ca10-4b95-bd3e-8ef390404ec3 HTTP/1.1" 200 3004 0.003950 10.0.0.27 - - [2025-03-24 02:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003046 10.0.0.27 - - [2025-03-24 02:16:16] "GET /global-vrouter-config/06d5e8c9-4721-4a57-b10f-0dc724ec4557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002868 10.0.0.27 - - [2025-03-24 02:16:16] "GET /virtual-networks?parent_id=22b9329e-c0a4-4e59-bbfe-73df28ffcfd3&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003068 10.0.0.27 - - [2025-03-24 02:16:16] "GET /virtual-network/a999e7fb-03df-4194-a4f7-466c0c2530ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.003198 10.0.0.27 - - [2025-03-24 02:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.27 - - [2025-03-24 02:16:17] "GET /global-vrouter-config/06d5e8c9-4721-4a57-b10f-0dc724ec4557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002762 10.0.0.27 - - [2025-03-24 02:16:17] "GET /virtual-networks?parent_id=22b9329e-c0a4-4e59-bbfe-73df28ffcfd3&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003320 10.0.0.27 - - [2025-03-24 02:16:17] "GET /virtual-network/a999e7fb-03df-4194-a4f7-466c0c2530ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.002966 10.0.0.27 - - [2025-03-24 02:16:18] "POST /neutron/floatingip HTTP/1.1" 200 576 0.010882 10.0.0.27 - - [2025-03-24 02:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002241 10.0.0.27 - - [2025-03-24 02:16:18] "GET /routing-instance/634aed15-5d28-4288-9104-1735f003f99d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.002253 10.0.0.27 - - [2025-03-24 02:16:18] "GET /route-target/4fa0ae20-6b89-4401-bccd-a3b5cc3a7257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003239 10.0.0.27 - - [2025-03-24 02:16:18] "GET /floating-ip/c841722e-66d2-43c0-adec-aae3a91bb854 HTTP/1.1" 200 1888 0.004082 10.0.0.27 - - [2025-03-24 02:16:20] "POST /neutron/floatingip HTTP/1.1" 200 576 0.008608 10.0.0.27 - - [2025-03-24 02:16:20] "POST /neutron/floatingip HTTP/1.1" 200 529 0.014548 10.0.0.27 - - [2025-03-24 02:16:20] "POST /neutron/floatingip HTTP/1.1" 200 529 0.005236 10.0.0.27 - - [2025-03-24 02:16:20] "POST /neutron/floatingip HTTP/1.1" 200 115 0.028305 10.0.0.27 - - [2025-03-24 02:16:20] "GET /floating-ip-pool/3e5df0a2-9b11-452b-96dd-ac817da48b73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1205 0.002856 10.0.0.27 - - [2025-03-24 02:16:20] "POST /ref-update HTTP/1.1" 200 156 0.007875 10.0.0.27 - - [2025-03-24 02:16:21] "DELETE /floating-ip-pool/3e5df0a2-9b11-452b-96dd-ac817da48b73 HTTP/1.1" 200 115 0.019023 10.0.0.27 - - [2025-03-24 02:16:21] "POST /neutron/network HTTP/1.1" 200 838 0.006619 10.0.0.27 - - [2025-03-24 02:16:21] "POST /neutron/network HTTP/1.1" 400 204 0.011059 10.0.0.27 - - [2025-03-24 02:16:21] "POST /neutron/port HTTP/1.1" 200 1099 0.020660 10.0.0.27 - - [2025-03-24 02:16:21] "POST /neutron/port HTTP/1.1" 200 1125 0.010512 10.0.0.27 - - [2025-03-24 02:16:21] "POST /neutron/port HTTP/1.1" 200 1100 0.018825 10.0.0.27 - - [2025-03-24 02:16:21] "POST /neutron/port HTTP/1.1" 200 1126 0.011677 10.0.0.27 - - [2025-03-24 02:16:21] "POST /neutron/port HTTP/1.1" 200 151 0.135700 10.0.0.27 - - [2025-03-24 02:16:21] "POST /neutron/port HTTP/1.1" 200 151 0.136091 10.0.0.27 - - [2025-03-24 02:16:23] "POST /neutron/network HTTP/1.1" 200 838 0.007807 10.0.0.27 - - [2025-03-24 02:16:23] "POST /useragent-kv HTTP/1.1" 200 115 0.001207 10.0.0.27 - - [2025-03-24 02:16:23] "POST /useragent-kv HTTP/1.1" 200 115 0.000973 10.0.0.27 - - [2025-03-24 02:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005546 10.0.0.27 - - [2025-03-24 02:16:23] "POST /neutron/network HTTP/1.1" 200 151 0.069153 10.0.0.27 - - [2025-03-24 02:16:23] "GET /routing-instance/848e7c07-ff5b-41e9-8c9d-d07e9b772a53 HTTP/1.1" 404 171 0.001907 10.0.0.27 - - [2025-03-24 02:16:23] "GET /domains HTTP/1.1" 200 280 0.002147 10.0.0.27 - - [2025-03-24 02:16:23] "GET /domains?obj_uuids=79b30645-0539-4daf-9ae9-b83a3811325a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000946 10.0.0.27 - - [2025-03-24 02:16:23] "DELETE /route-target/3d92e4a0-28c8-4019-ad4d-dd3d5fc02513 HTTP/1.1" 200 115 0.025823 10.0.0.27 - - [2025-03-24 02:16:23] "GET /domain/79b30645-0539-4daf-9ae9-b83a3811325a HTTP/1.1" 200 2782 0.049903 10.0.0.27 - - [2025-03-24 02:16:23] "GET /projects?obj_uuids=22b9329e-c0a4-4e59-bbfe-73df28ffcfd3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000965 10.0.0.27 - - [2025-03-24 02:16:23] "GET /project/22b9329e-c0a4-4e59-bbfe-73df28ffcfd3 HTTP/1.1" 200 2173 0.060789 10.0.0.27 - - [2025-03-24 02:16:23] "POST /neutron/network HTTP/1.1" 200 837 0.005266 10.0.0.27 - - [2025-03-24 02:16:23] "POST /useragent-kv HTTP/1.1" 200 115 0.000997 10.0.0.27 - - [2025-03-24 02:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005597 10.0.0.27 - - [2025-03-24 02:16:23] "POST /useragent-kv HTTP/1.1" 200 115 0.001093 10.0.0.27 - - [2025-03-24 02:16:23] "POST /neutron/network HTTP/1.1" 200 151 0.071501 10.0.0.27 - - [2025-03-24 02:16:23] "GET /routing-instance/634aed15-5d28-4288-9104-1735f003f99d HTTP/1.1" 404 171 0.002729 10.0.0.27 - - [2025-03-24 02:16:23] "DELETE /route-target/4fa0ae20-6b89-4401-bccd-a3b5cc3a7257 HTTP/1.1" 200 115 0.017452 10.0.0.27 - - [2025-03-24 02:16:23] "GET /domains HTTP/1.1" 200 280 0.002405 10.0.0.27 - - [2025-03-24 02:16:23] "GET /domains?obj_uuids=79b30645-0539-4daf-9ae9-b83a3811325a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000916 10.0.0.27 - - [2025-03-24 02:16:23] "GET /domain/79b30645-0539-4daf-9ae9-b83a3811325a HTTP/1.1" 200 2782 0.048723 10.0.0.27 - - [2025-03-24 02:16:23] "GET /projects?obj_uuids=22b9329e-c0a4-4e59-bbfe-73df28ffcfd3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001485 10.0.0.27 - - [2025-03-24 02:16:23] "GET /project/22b9329e-c0a4-4e59-bbfe-73df28ffcfd3 HTTP/1.1" 200 1923 0.061816 10.0.0.27 - - [2025-03-24 02:16:24] "GET /projects?obj_uuids=22b9329e-c0a4-4e59-bbfe-73df28ffcfd3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001029 10.0.0.27 - - [2025-03-24 02:16:24] "GET /project/22b9329e-c0a4-4e59-bbfe-73df28ffcfd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.017805 10.0.0.27 - - [2025-03-24 02:16:24] "GET /projects?obj_uuids=22b9329e-c0a4-4e59-bbfe-73df28ffcfd3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001491 10.0.0.27 - - [2025-03-24 02:16:24] "GET /project/22b9329e-c0a4-4e59-bbfe-73df28ffcfd3?fields=virtual_networks HTTP/1.1" 200 1055 0.065386 10.0.0.27 - - [2025-03-24 02:16:24] "GET /projects?obj_uuids=22b9329e-c0a4-4e59-bbfe-73df28ffcfd3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001026 10.0.0.27 - - [2025-03-24 02:16:24] "GET /project/22b9329e-c0a4-4e59-bbfe-73df28ffcfd3?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.016976 10.0.0.27 - - [2025-03-24 02:16:24] "GET /projects?obj_uuids=22b9329e-c0a4-4e59-bbfe-73df28ffcfd3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001020 10.0.0.27 - - [2025-03-24 02:16:24] "GET /project/22b9329e-c0a4-4e59-bbfe-73df28ffcfd3?fields=security_groups HTTP/1.1" 200 1293 0.020562 10.0.0.27 - - [2025-03-24 02:16:24] "POST /fqname-to-id HTTP/1.1" 404 183 0.023049 10.0.0.27 - - [2025-03-24 02:16:25] "GET /projects?obj_uuids=314904cb-81de-41cc-bb95-5af1a7e24ffb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002354 10.0.0.27 - - [2025-03-24 02:16:25] "GET /domains?obj_uuids=79b30645-0539-4daf-9ae9-b83a3811325a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000972 10.0.0.27 - - [2025-03-24 02:16:25] "GET /domain/79b30645-0539-4daf-9ae9-b83a3811325a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006036 10.0.0.27 - - [2025-03-24 02:16:25] "POST /id-to-fqname HTTP/1.1" 200 185 0.001539 10.0.0.27 - - [2025-03-24 02:16:25] "POST /fqname-to-id HTTP/1.1" 404 194 0.002682 10.0.0.27 - - [2025-03-24 02:16:25] "POST /security-groups HTTP/1.1" 200 586 0.059723 10.0.0.27 - - [2025-03-24 02:16:25] "POST /fqname-to-id HTTP/1.1" 404 229 0.003786 10.0.0.27 - - [2025-03-24 02:16:25] "POST /projects HTTP/1.1" 200 575 0.204443 10.0.0.27 - - [2025-03-24 02:16:25] "GET /projects?obj_uuids=0555db71-d5cc-4fde-9939-492d74f6db15&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001436 10.0.0.27 - - [2025-03-24 02:16:25] "DELETE /project/842bbff06c834fafaf01f592b619466c HTTP/1.1" 404 173 0.018160 10.0.0.27 - - [2025-03-24 02:16:25] "DELETE /project/22b9329ec0a44e59bbfe73df28ffcfd3 HTTP/1.1" 404 173 0.020855 10.0.0.27 - - [2025-03-24 02:16:25] "DELETE /project/0555db71d5cc4fde9939492d74f6db15 HTTP/1.1" 404 173 0.015253 10.0.0.27 - - [2025-03-24 02:16:25] "POST /access-control-lists HTTP/1.1" 200 591 0.064768 10.0.0.27 - - [2025-03-24 02:16:25] "GET /projects?obj_uuids=22b9329e-c0a4-4e59-bbfe-73df28ffcfd3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000886 10.0.0.27 - - [2025-03-24 02:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.276440 10.0.0.27 - - [2025-03-24 02:16:25] "GET /project/0555db71-d5cc-4fde-9939-492d74f6db15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1510 0.036460 10.0.0.27 - - [2025-03-24 02:16:25] "POST /fqname-to-id HTTP/1.1" 404 228 0.003480 10.0.0.27 - - [2025-03-24 02:16:25] "GET /projects?obj_uuids=0555db71-d5cc-4fde-9939-492d74f6db15&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001001 10.0.0.27 - - [2025-03-24 02:16:25] "GET /project/314904cb-81de-41cc-bb95-5af1a7e24ffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.407358 10.0.0.27 - - [2025-03-24 02:16:25] "GET /project/22b9329e-c0a4-4e59-bbfe-73df28ffcfd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1515 0.091498 10.0.0.27 - - [2025-03-24 02:16:25] "GET /projects?obj_uuids=22b9329e-c0a4-4e59-bbfe-73df28ffcfd3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000996 10.0.0.27 - - [2025-03-24 02:16:25] "GET /project/22b9329e-c0a4-4e59-bbfe-73df28ffcfd3?fields=security_groups HTTP/1.1" 200 1398 0.027639 10.0.0.27 - - [2025-03-24 02:16:25] "POST /access-control-lists HTTP/1.1" 200 589 0.071431 10.0.0.27 - - [2025-03-24 02:16:25] "GET /project/0555db71-d5cc-4fde-9939-492d74f6db15?fields=security_groups HTTP/1.1" 200 1394 0.119352 10.0.0.27 - - [2025-03-24 02:16:25] "DELETE /security-group/0121449d-8593-4013-8be8-0b34dbb29dbb HTTP/1.1" 200 115 0.041213 10.0.0.27 - - [2025-03-24 02:16:25] "GET /projects?obj_uuids=22b9329e-c0a4-4e59-bbfe-73df28ffcfd3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000946 10.0.0.27 - - [2025-03-24 02:16:25] "GET /project/22b9329e-c0a4-4e59-bbfe-73df28ffcfd3?fields=application_policy_sets HTTP/1.1" 200 1437 0.025487 10.0.0.27 - - [2025-03-24 02:16:25] "DELETE /access-control-list/b95b7f23-0764-4ef0-a117-0916ddf9f362 HTTP/1.1" 200 115 0.021886 10.0.0.27 - - [2025-03-24 02:16:25] "DELETE /security-group/e088d6d1-d082-4c45-962b-fa30e6a4b3a6 HTTP/1.1" 200 115 0.054639 10.0.0.27 - - [2025-03-24 02:16:25] "GET /projects?obj_uuids=0555db71-d5cc-4fde-9939-492d74f6db15&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000999 10.0.0.27 - - [2025-03-24 02:16:25] "DELETE /access-control-list/a85230df-c116-45c7-92f9-2d8ee4590508 HTTP/1.1" 200 115 0.039434 10.0.0.27 - - [2025-03-24 02:16:25] "DELETE /access-control-list/897d5cb6-a9db-4236-b2c3-139a1805e868 HTTP/1.1" 200 115 0.024462 10.0.0.27 - - [2025-03-24 02:16:25] "GET /project/0555db71-d5cc-4fde-9939-492d74f6db15?fields=application_policy_sets HTTP/1.1" 200 1433 0.076699 10.0.0.27 - - [2025-03-24 02:16:25] "DELETE /access-control-list/dff2ed1d-015b-4451-87ee-322e8405b76b HTTP/1.1" 200 115 0.039201 10.0.0.27 - - [2025-03-24 02:16:25] "DELETE /project/22b9329e-c0a4-4e59-bbfe-73df28ffcfd3 HTTP/1.1" 200 115 0.390008 10.0.0.27 - - [2025-03-24 02:16:25] "DELETE /project/0555db71-d5cc-4fde-9939-492d74f6db15 HTTP/1.1" 200 115 0.487241 10.0.0.27 - - [2025-03-24 02:16:26] "GET / HTTP/1.1" 200 35931 0.002048 10.0.0.27 - - [2025-03-24 02:16:27] "GET /projects?obj_uuids=314904cb-81de-41cc-bb95-5af1a7e24ffb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001055 10.0.0.27 - - [2025-03-24 02:16:27] "GET /project/314904cb-81de-41cc-bb95-5af1a7e24ffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.024520 10.0.0.27 - - [2025-03-24 02:16:27] "GET /projects?obj_uuids=314904cb-81de-41cc-bb95-5af1a7e24ffb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001472 10.0.0.27 - - [2025-03-24 02:16:27] "GET /project/314904cb-81de-41cc-bb95-5af1a7e24ffb?fields=virtual_networks HTTP/1.1" 200 1021 0.064877 10.0.0.27 - - [2025-03-24 02:16:27] "GET /projects?obj_uuids=314904cb-81de-41cc-bb95-5af1a7e24ffb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001148 10.0.0.27 - - [2025-03-24 02:16:27] "GET /project/314904cb-81de-41cc-bb95-5af1a7e24ffb?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.025062 10.0.0.27 - - [2025-03-24 02:16:27] "GET /projects?obj_uuids=314904cb-81de-41cc-bb95-5af1a7e24ffb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001053 10.0.0.27 - - [2025-03-24 02:16:27] "GET /project/314904cb-81de-41cc-bb95-5af1a7e24ffb?fields=security_groups HTTP/1.1" 200 1242 0.021651 10.0.0.27 - - [2025-03-24 02:16:28] "POST /fqname-to-id HTTP/1.1" 404 191 0.021965 10.0.0.27 - - [2025-03-24 02:16:28] "GET /projects?obj_uuids=03efd4ce-dc2f-4ebc-b200-36a912c696cb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004720 10.0.0.27 - - [2025-03-24 02:16:28] "GET /domains?obj_uuids=79b30645-0539-4daf-9ae9-b83a3811325a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001725 10.0.0.27 - - [2025-03-24 02:16:28] "GET /domain/79b30645-0539-4daf-9ae9-b83a3811325a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007662 10.0.0.27 - - [2025-03-24 02:16:28] "POST /id-to-fqname HTTP/1.1" 200 193 0.001503 10.0.0.27 - - [2025-03-24 02:16:28] "POST /fqname-to-id HTTP/1.1" 404 202 0.002026 10.0.0.27 - - [2025-03-24 02:16:28] "POST /security-groups HTTP/1.1" 200 594 0.063283 10.0.0.27 - - [2025-03-24 02:16:28] "POST /fqname-to-id HTTP/1.1" 404 237 0.002326 10.0.0.27 - - [2025-03-24 02:16:28] "POST /projects HTTP/1.1" 200 591 0.217077 10.0.0.27 - - [2025-03-24 02:16:28] "POST /access-control-lists HTTP/1.1" 200 599 0.056360 10.0.0.27 - - [2025-03-24 02:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.290070 10.0.0.27 - - [2025-03-24 02:16:28] "POST /fqname-to-id HTTP/1.1" 404 236 0.002811 10.0.0.27 - - [2025-03-24 02:16:28] "GET /project/03efd4ce-dc2f-4ebc-b200-36a912c696cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.409842 10.0.0.27 - - [2025-03-24 02:16:29] "POST /access-control-lists HTTP/1.1" 200 597 0.064869 10.0.0.27 - - [2025-03-24 02:16:30] "GET / HTTP/1.1" 200 35931 0.002853 10.0.0.27 - - [2025-03-24 02:16:31] "GET /obj-perms HTTP/1.1" 200 5056 0.331883 10.0.0.27 - - [2025-03-24 02:16:31] "GET /project/03efd4ce-dc2f-4ebc-b200-36a912c696cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000435 10.0.0.27 - - [2025-03-24 02:16:31] "GET /projects?obj_uuids=03efd4ce-dc2f-4ebc-b200-36a912c696cb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001558 10.0.0.27 - - [2025-03-24 02:16:31] "GET /obj-perms HTTP/1.1" 200 5056 0.375628 10.0.0.27 - - [2025-03-24 02:16:31] "GET /project/03efd4ce-dc2f-4ebc-b200-36a912c696cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.096742 10.0.0.27 - - [2025-03-24 02:16:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002575 10.0.0.27 - - [2025-03-24 02:16:31] "GET /security-group/b515d50f-8f43-41d0-ae55-4b804b8580c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.004329 10.0.0.27 - - [2025-03-24 02:16:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002672 10.0.0.27 - - [2025-03-24 02:16:32] "GET /projects?obj_uuids=03efd4ce-dc2f-4ebc-b200-36a912c696cb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001015 10.0.0.27 - - [2025-03-24 02:16:32] "GET /project/03efd4ce-dc2f-4ebc-b200-36a912c696cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.021503 10.0.0.27 - - [2025-03-24 02:16:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002732 10.0.0.27 - - [2025-03-24 02:16:32] "GET /security-group/b515d50f-8f43-41d0-ae55-4b804b8580c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.003134 10.0.0.27 - - [2025-03-24 02:16:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003291 10.0.0.27 - - [2025-03-24 02:16:32] "PUT /security-group/b515d50f-8f43-41d0-ae55-4b804b8580c5 HTTP/1.1" 200 262 0.014958 10.0.0.27 - - [2025-03-24 02:16:32] "PUT /access-control-list/c11007f4-b919-4e6b-9650-32b24df4ab7e HTTP/1.1" 200 272 0.007552 10.0.0.27 - - [2025-03-24 02:16:32] "PUT /access-control-list/5a72086b-6b8d-4392-ba37-3a43e603af13 HTTP/1.1" 200 272 0.007940 10.0.0.27 - - [2025-03-24 02:16:32] "POST /fqname-to-id HTTP/1.1" 404 202 0.002545 10.0.0.27 - - [2025-03-24 02:16:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002788 10.0.0.27 - - [2025-03-24 02:16:32] "GET /projects?obj_uuids=03efd4ce-dc2f-4ebc-b200-36a912c696cb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001032 10.0.0.27 - - [2025-03-24 02:16:32] "GET /project/03efd4ce-dc2f-4ebc-b200-36a912c696cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.020817 10.0.0.27 - - [2025-03-24 02:16:32] "POST /neutron/network HTTP/1.1" 200 117 0.031882 10.0.0.27 - - [2025-03-24 02:16:32] "GET /projects?obj_uuids=03efd4ce-dc2f-4ebc-b200-36a912c696cb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001116 10.0.0.27 - - [2025-03-24 02:16:32] "POST /neutron/network HTTP/1.1" 200 608 0.057288 10.0.0.27 - - [2025-03-24 02:16:32] "POST /useragent-kv HTTP/1.1" 200 115 0.003882 10.0.0.27 - - [2025-03-24 02:16:32] "POST /neutron/subnet HTTP/1.1" 200 719 0.187742 10.0.0.27 - - [2025-03-24 02:16:32] "POST /neutron/network HTTP/1.1" 200 826 0.004912 10.0.0.27 - - [2025-03-24 02:16:32] "POST /id-to-fqname HTTP/1.1" 200 223 0.001430 10.0.0.27 - - [2025-03-24 02:16:32] "GET /virtual-network/c052e72e-864c-4088-84af-40f8b3a02d08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.002763 10.0.0.27 - - [2025-03-24 02:16:32] "POST /neutron/network HTTP/1.1" 200 826 0.005857 10.0.0.27 - - [2025-03-24 02:16:32] "GET /virtual-network/c052e72e-864c-4088-84af-40f8b3a02d08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.002618 10.0.0.27 - - [2025-03-24 02:16:32] "POST /route-targets HTTP/1.1" 200 327 0.021819 10.0.0.27 - - [2025-03-24 02:16:32] "POST /ref-update HTTP/1.1" 200 156 0.008823 10.0.0.27 - - [2025-03-24 02:16:32] "POST /neutron/network HTTP/1.1" 200 826 0.010006 10.0.0.27 - - [2025-03-24 02:16:32] "POST /neutron/subnet HTTP/1.1" 200 719 0.006889 10.0.0.27 - - [2025-03-24 02:16:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002591 10.0.0.27 - - [2025-03-24 02:16:33] "GET /projects?obj_uuids=03efd4ce-dc2f-4ebc-b200-36a912c696cb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001000 10.0.0.27 - - [2025-03-24 02:16:33] "GET /project/03efd4ce-dc2f-4ebc-b200-36a912c696cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.024440 10.0.0.27 - - [2025-03-24 02:16:33] "POST /neutron/network HTTP/1.1" 200 117 0.009429 10.0.0.27 - - [2025-03-24 02:16:33] "GET /projects?obj_uuids=03efd4ce-dc2f-4ebc-b200-36a912c696cb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001031 10.0.0.27 - - [2025-03-24 02:16:33] "POST /neutron/network HTTP/1.1" 200 615 0.114955 10.0.0.27 - - [2025-03-24 02:16:33] "POST /route-targets HTTP/1.1" 200 327 0.020816 10.0.0.27 - - [2025-03-24 02:16:33] "POST /ref-update HTTP/1.1" 200 156 0.012250 10.0.0.27 - - [2025-03-24 02:16:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002513 10.0.0.27 - - [2025-03-24 02:16:33] "POST /neutron/subnet HTTP/1.1" 200 715 0.160386 10.0.0.27 - - [2025-03-24 02:16:33] "POST /neutron/network HTTP/1.1" 200 832 0.006139 10.0.0.27 - - [2025-03-24 02:16:33] "POST /id-to-fqname HTTP/1.1" 200 227 0.001108 10.0.0.27 - - [2025-03-24 02:16:33] "GET /virtual-network/4afc1a4f-4b9b-449f-bf1d-3a00fe5d7f31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.002926 10.0.0.27 - - [2025-03-24 02:16:33] "POST /neutron/network HTTP/1.1" 200 832 0.005160 10.0.0.27 - - [2025-03-24 02:16:33] "GET /virtual-network/4afc1a4f-4b9b-449f-bf1d-3a00fe5d7f31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.002613 10.0.0.27 - - [2025-03-24 02:16:33] "POST /neutron/network HTTP/1.1" 200 832 0.005099 10.0.0.27 - - [2025-03-24 02:16:33] "POST /neutron/subnet HTTP/1.1" 200 715 0.006034 10.0.0.27 - - [2025-03-24 02:16:33] "POST /id-to-fqname HTTP/1.1" 200 223 0.001094 10.0.0.27 - - [2025-03-24 02:16:33] "POST /neutron/network HTTP/1.1" 200 836 0.005531 10.0.0.27 - - [2025-03-24 02:16:33] "GET /aaa-mode HTTP/1.1" 401 292 0.000597 10.0.0.27 - - [2025-03-24 02:16:34] "GET / HTTP/1.1" 200 35931 0.001718 10.0.0.27 - - [2025-03-24 02:16:34] "GET /project/03efd4ce-dc2f-4ebc-b200-36a912c696cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000362 10.0.0.27 - - [2025-03-24 02:16:34] "GET /projects?obj_uuids=03efd4ce-dc2f-4ebc-b200-36a912c696cb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001002 10.0.0.27 - - [2025-03-24 02:16:34] "GET /project/03efd4ce-dc2f-4ebc-b200-36a912c696cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.041448 10.0.0.27 - - [2025-03-24 02:16:34] "POST /neutron/network HTTP/1.1" 200 826 0.004796 10.0.0.27 - - [2025-03-24 02:16:34] "POST /neutron/port HTTP/1.1" 200 117 0.004983 10.0.0.27 - - [2025-03-24 02:16:34] "POST /neutron/port HTTP/1.1" 200 117 0.004451 10.0.0.27 - - [2025-03-24 02:16:34] "POST /id-to-fqname HTTP/1.1" 200 227 0.001321 10.0.0.27 - - [2025-03-24 02:16:34] "POST /neutron/port HTTP/1.1" 200 117 0.005702 10.0.0.27 - - [2025-03-24 02:16:34] "POST /neutron/network HTTP/1.1" 200 842 0.005441 10.0.0.27 - - [2025-03-24 02:16:34] "GET /aaa-mode HTTP/1.1" 401 292 0.000408 10.0.0.27 - - [2025-03-24 02:16:35] "GET / HTTP/1.1" 200 35931 0.001484 10.0.0.27 - - [2025-03-24 02:16:35] "GET /project/03efd4ce-dc2f-4ebc-b200-36a912c696cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000429 10.0.0.27 - - [2025-03-24 02:16:35] "POST /neutron/network HTTP/1.1" 200 836 0.005634 10.0.0.27 - - [2025-03-24 02:16:35] "GET /projects?obj_uuids=03efd4ce-dc2f-4ebc-b200-36a912c696cb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001065 10.0.0.27 - - [2025-03-24 02:16:35] "POST /neutron/port HTTP/1.1" 200 1062 0.181686 10.0.0.27 - - [2025-03-24 02:16:35] "POST /neutron/port HTTP/1.1" 200 1062 0.007687 10.0.0.27 - - [2025-03-24 02:16:35] "POST /neutron/port HTTP/1.1" 200 1062 0.008554 10.0.0.27 - - [2025-03-24 02:16:35] "POST /neutron/port HTTP/1.1" 200 1116 0.059276 10.0.0.27 - - [2025-03-24 02:16:35] "GET /projects?obj_uuids=03efd4ce-dc2f-4ebc-b200-36a912c696cb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000967 10.0.0.27 - - [2025-03-24 02:16:35] "POST /neutron/port HTTP/1.1" 200 1090 0.018097 10.0.0.27 - - [2025-03-24 02:16:35] "GET /project/03efd4ce-dc2f-4ebc-b200-36a912c696cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.047632 10.0.0.27 - - [2025-03-24 02:16:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004075 10.0.0.27 - - [2025-03-24 02:16:35] "POST /neutron/subnet HTTP/1.1" 200 693 0.014306 10.0.0.27 - - [2025-03-24 02:16:35] "POST /neutron/network HTTP/1.1" 200 832 0.006831 10.0.0.27 - - [2025-03-24 02:16:35] "POST /neutron/port HTTP/1.1" 200 117 0.001021 10.0.0.27 - - [2025-03-24 02:16:35] "POST /neutron/network HTTP/1.1" 200 826 0.006650 10.0.0.27 - - [2025-03-24 02:16:35] "POST /neutron/port HTTP/1.1" 200 1090 0.015507 10.0.0.27 - - [2025-03-24 02:16:35] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006026 10.0.0.27 - - [2025-03-24 02:16:35] "POST /neutron/port HTTP/1.1" 200 117 0.005224 10.0.0.27 - - [2025-03-24 02:16:35] "GET /projects?obj_uuids=03efd4ce-dc2f-4ebc-b200-36a912c696cb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001093 10.0.0.27 - - [2025-03-24 02:16:35] "POST /neutron/router HTTP/1.1" 200 585 0.061352 10.0.0.27 - - [2025-03-24 02:16:35] "POST /neutron/router HTTP/1.1" 200 585 0.004085 10.0.0.27 - - [2025-03-24 02:16:35] "POST /route-targets HTTP/1.1" 200 327 0.015642 10.0.0.27 - - [2025-03-24 02:16:35] "POST /neutron/router HTTP/1.1" 200 656 0.029368 10.0.0.27 - - [2025-03-24 02:16:35] "GET /logical-router/9ca83f7a-9fa8-4412-91f0-37c2d878c300?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.002825 10.0.0.27 - - [2025-03-24 02:16:35] "PUT /logical-router/9ca83f7a-9fa8-4412-91f0-37c2d878c300 HTTP/1.1" 200 262 0.023662 10.0.0.27 - - [2025-03-24 02:16:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004398 10.0.0.27 - - [2025-03-24 02:16:35] "POST /neutron/router HTTP/1.1" 200 656 0.004291 10.0.0.27 - - [2025-03-24 02:16:35] "GET /projects?obj_uuids=03efd4ce-dc2f-4ebc-b200-36a912c696cb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002059 10.0.0.27 - - [2025-03-24 02:16:35] "GET /service-template/fb1d3555-5b8b-469f-803b-914a721ac206?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.006964 10.0.0.27 - - [2025-03-24 02:16:35] "POST /fqname-to-id HTTP/1.1" 404 215 0.002351 10.0.0.27 - - [2025-03-24 02:16:36] "POST /neutron/network HTTP/1.1" 200 842 0.008372 10.0.0.27 - - [2025-03-24 02:16:36] "POST /neutron/router HTTP/1.1" 200 344 0.222183 10.0.0.27 - - [2025-03-24 02:16:36] "POST /ref-update HTTP/1.1" 200 156 0.016184 10.0.0.27 - - [2025-03-24 02:16:36] "POST /useragent-kv HTTP/1.1" 200 115 0.004365 10.0.0.27 - - [2025-03-24 02:16:36] "POST /virtual-networks HTTP/1.1" 200 694 0.099275 10.0.0.27 - - [2025-03-24 02:16:36] "GET /projects?obj_uuids=03efd4ce-dc2f-4ebc-b200-36a912c696cb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001244 10.0.0.27 - - [2025-03-24 02:16:36] "POST /route-targets HTTP/1.1" 200 327 0.015898 10.0.0.27 - - [2025-03-24 02:16:36] "POST /neutron/port HTTP/1.1" 200 1090 0.034499 10.0.0.27 - - [2025-03-24 02:16:36] "POST /neutron/security_group HTTP/1.1" 200 2002 0.012741 10.0.0.27 - - [2025-03-24 02:16:36] "POST /service-instances HTTP/1.1" 200 670 0.071022 10.0.0.27 - - [2025-03-24 02:16:36] "POST /ref-update HTTP/1.1" 200 156 0.041398 10.0.0.27 - - [2025-03-24 02:16:36] "POST /route-tables HTTP/1.1" 200 582 0.065374 10.0.0.27 - - [2025-03-24 02:16:36] "PUT /logical-router/9ca83f7a-9fa8-4412-91f0-37c2d878c300 HTTP/1.1" 200 262 0.027718 10.0.0.27 - - [2025-03-24 02:16:36] "POST /neutron/port HTTP/1.1" 200 1061 0.329533 10.0.0.27 - - [2025-03-24 02:16:36] "POST /neutron/port HTTP/1.1" 200 1061 0.010634 10.0.0.27 - - [2025-03-24 02:16:36] "POST /ref-update HTTP/1.1" 200 156 0.022423 10.0.0.27 - - [2025-03-24 02:16:36] "POST /neutron/port HTTP/1.1" 200 1061 0.013380 10.0.0.27 - - [2025-03-24 02:16:36] "POST /neutron/port HTTP/1.1" 200 1115 0.100598 10.0.0.27 - - [2025-03-24 02:16:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002516 10.0.0.27 - - [2025-03-24 02:16:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002238 10.0.0.27 - - [2025-03-24 02:16:36] "POST /neutron/port HTTP/1.1" 200 1089 0.018508 10.0.0.27 - - [2025-03-24 02:16:36] "POST /virtual-machines HTTP/1.1" 200 553 0.025805 10.0.0.27 - - [2025-03-24 02:16:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003790 10.0.0.27 - - [2025-03-24 02:16:36] "POST /neutron/subnet HTTP/1.1" 200 689 0.011312 10.0.0.27 - - [2025-03-24 02:16:36] "POST /neutron/port HTTP/1.1" 200 117 0.001313 10.0.0.27 - - [2025-03-24 02:16:36] "POST /neutron/network HTTP/1.1" 200 832 0.006944 10.0.0.27 - - [2025-03-24 02:16:36] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.108726 10.0.0.27 - - [2025-03-24 02:16:36] "POST /chown HTTP/1.1" 200 109 0.008135 10.0.0.27 - - [2025-03-24 02:16:36] "POST /instance-ips HTTP/1.1" 200 551 0.017558 10.0.0.27 - - [2025-03-24 02:16:37] "POST /instance-ips HTTP/1.1" 400 246 0.016992 10.0.0.27 - - [2025-03-24 02:16:37] "POST /chown HTTP/1.1" 200 109 0.008757 10.0.0.27 - - [2025-03-24 02:16:37] "PUT /virtual-machine-interface/607ec047-774b-47a3-aac6-51e2193405e4 HTTP/1.1" 200 284 0.009940 10.0.0.27 - - [2025-03-24 02:16:37] "PUT /instance-ip/2dcc09ba-69b8-4960-8ebd-d68529b999c9 HTTP/1.1" 200 256 0.011616 10.0.0.27 - - [2025-03-24 02:16:37] "POST /ref-update HTTP/1.1" 200 156 0.014359 10.0.0.27 - - [2025-03-24 02:16:37] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.092129 10.0.0.27 - - [2025-03-24 02:16:37] "POST /chown HTTP/1.1" 200 109 0.008536 10.0.0.27 - - [2025-03-24 02:16:37] "POST /instance-ips HTTP/1.1" 200 549 0.039276 10.0.0.27 - - [2025-03-24 02:16:37] "POST /instance-ips HTTP/1.1" 400 316 0.023037 10.0.0.27 - - [2025-03-24 02:16:37] "POST /chown HTTP/1.1" 200 109 0.015674 10.0.0.27 - - [2025-03-24 02:16:37] "PUT /virtual-machine-interface/77511fee-15b7-46c8-9640-11f9bc6f37ce HTTP/1.1" 200 284 0.009577 10.0.0.27 - - [2025-03-24 02:16:37] "PUT /instance-ip/41ad9062-bda9-42cb-86d1-bc9686bbe3fc HTTP/1.1" 200 256 0.015699 10.0.0.27 - - [2025-03-24 02:16:37] "POST /ref-update HTTP/1.1" 200 156 0.013299 10.0.0.27 - - [2025-03-24 02:16:37] "POST /ref-update HTTP/1.1" 200 156 0.007806 10.0.0.27 - - [2025-03-24 02:16:37] "PUT /routing-instance/4f21918a-cfe6-4861-9523-155e162d32af HTTP/1.1" 200 266 0.010563 10.0.0.27 - - [2025-03-24 02:16:37] "POST /ref-update HTTP/1.1" 200 156 0.009284 10.0.0.27 - - [2025-03-24 02:16:37] "POST /virtual-machines HTTP/1.1" 200 553 0.012698 10.0.0.27 - - [2025-03-24 02:16:38] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.093057 10.0.0.27 - - [2025-03-24 02:16:38] "POST /chown HTTP/1.1" 200 109 0.007991 10.0.0.27 - - [2025-03-24 02:16:38] "POST /instance-ips HTTP/1.1" 400 246 0.015218 10.0.0.27 - - [2025-03-24 02:16:38] "POST /chown HTTP/1.1" 200 109 0.007502 10.0.0.27 - - [2025-03-24 02:16:38] "PUT /virtual-machine-interface/99f204c9-0aca-4c41-9dcf-7b8879d3cda4 HTTP/1.1" 200 284 0.009646 10.0.0.27 - - [2025-03-24 02:16:38] "PUT /instance-ip/2dcc09ba-69b8-4960-8ebd-d68529b999c9 HTTP/1.1" 200 256 0.013155 10.0.0.27 - - [2025-03-24 02:16:38] "POST /ref-update HTTP/1.1" 200 156 0.011685 10.0.0.27 - - [2025-03-24 02:16:38] "POST /ref-update HTTP/1.1" 200 156 0.019464 10.0.0.27 - - [2025-03-24 02:16:38] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.082036 10.0.0.27 - - [2025-03-24 02:16:38] "POST /ref-update HTTP/1.1" 200 156 0.015695 10.0.0.27 - - [2025-03-24 02:16:38] "PUT /routing-instance/4f21918a-cfe6-4861-9523-155e162d32af HTTP/1.1" 200 266 0.009971 10.0.0.27 - - [2025-03-24 02:16:38] "POST /chown HTTP/1.1" 200 109 0.007908 10.0.0.27 - - [2025-03-24 02:16:38] "POST /instance-ips HTTP/1.1" 400 316 0.015519 10.0.0.27 - - [2025-03-24 02:16:38] "POST /chown HTTP/1.1" 200 109 0.007843 10.0.0.27 - - [2025-03-24 02:16:38] "PUT /virtual-machine-interface/87a677ae-110c-4789-bd6e-bcc2402c2790 HTTP/1.1" 200 284 0.012674 10.0.0.27 - - [2025-03-24 02:16:38] "PUT /instance-ip/41ad9062-bda9-42cb-86d1-bc9686bbe3fc HTTP/1.1" 200 256 0.013621 10.0.0.27 - - [2025-03-24 02:16:38] "POST /ref-update HTTP/1.1" 200 156 0.012125 10.0.0.27 - - [2025-03-24 02:16:39] "POST /ref-update HTTP/1.1" 200 156 0.010769 10.0.0.27 - - [2025-03-24 02:16:39] "POST /ref-update HTTP/1.1" 200 156 0.007028 10.0.0.27 - - [2025-03-24 02:16:39] "PUT /routing-instance/4f21918a-cfe6-4861-9523-155e162d32af HTTP/1.1" 200 266 0.009093 10.0.0.27 - - [2025-03-24 02:16:41] "POST /neutron/port HTTP/1.1" 200 1090 0.016553 10.0.0.27 - - [2025-03-24 02:16:41] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006562 10.0.0.27 - - [2025-03-24 02:16:41] "POST /neutron/port HTTP/1.1" 200 1090 0.014128 10.0.0.27 - - [2025-03-24 02:16:41] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006076 10.0.0.27 - - [2025-03-24 02:16:41] "POST /neutron/port HTTP/1.1" 200 1090 0.013983 10.0.0.27 - - [2025-03-24 02:16:41] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005851 10.0.0.27 - - [2025-03-24 02:16:41] "GET /virtual-machine/045d2af4-9f83-4ac4-813d-5988ef773944 HTTP/1.1" 401 292 0.000812 10.0.0.27 - - [2025-03-24 02:16:41] "GET /virtual-machine/045d2af4-9f83-4ac4-813d-5988ef773944 HTTP/1.1" 200 1293 0.024958 10.0.0.27 - - [2025-03-24 02:16:41] "GET /virtual-machine-interface/1f58c97a-a789-49ae-8569-bf0c8d46c723 HTTP/1.1" 200 2954 0.006131 10.0.0.27 - - [2025-03-24 02:16:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002791 10.0.0.27 - - [2025-03-24 02:16:41] "GET /global-vrouter-config/06d5e8c9-4721-4a57-b10f-0dc724ec4557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002346 10.0.0.27 - - [2025-03-24 02:16:41] "GET /virtual-networks?parent_id=03efd4ce-dc2f-4ebc-b200-36a912c696cb&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002697 10.0.0.27 - - [2025-03-24 02:16:41] "GET /virtual-network/c052e72e-864c-4088-84af-40f8b3a02d08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.003200 10.0.0.27 - - [2025-03-24 02:16:43] "POST /neutron/port HTTP/1.1" 200 1090 0.014220 10.0.0.27 - - [2025-03-24 02:16:43] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005052 10.0.0.27 - - [2025-03-24 02:16:44] "POST /neutron/port HTTP/1.1" 200 1089 0.013270 10.0.0.27 - - [2025-03-24 02:16:44] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006537 10.0.0.27 - - [2025-03-24 02:16:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002933 10.0.0.27 - - [2025-03-24 02:16:45] "GET /virtual-network/c052e72e-864c-4088-84af-40f8b3a02d08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.002836 10.0.0.27 - - [2025-03-24 02:16:45] "POST /neutron/port HTTP/1.1" 200 1090 0.014414 10.0.0.27 - - [2025-03-24 02:16:45] "POST /neutron/port HTTP/1.1" 200 1090 0.020559 10.0.0.27 - - [2025-03-24 02:16:46] "POST /neutron/network HTTP/1.1" 200 836 0.005141 10.0.0.27 - - [2025-03-24 02:16:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003247 10.0.0.27 - - [2025-03-24 02:16:46] "POST /neutron/subnet HTTP/1.1" 200 693 0.011265 10.0.0.27 - - [2025-03-24 02:16:46] "POST /neutron/port HTTP/1.1" 200 117 0.001109 10.0.0.27 - - [2025-03-24 02:16:46] "POST /neutron/network HTTP/1.1" 200 826 0.004985 10.0.0.27 - - [2025-03-24 02:16:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.27 - - [2025-03-24 02:16:47] "GET /global-vrouter-config/06d5e8c9-4721-4a57-b10f-0dc724ec4557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002577 10.0.0.27 - - [2025-03-24 02:16:47] "GET /virtual-networks?parent_id=03efd4ce-dc2f-4ebc-b200-36a912c696cb&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.006648 10.0.0.27 - - [2025-03-24 02:16:47] "GET /virtual-network/c052e72e-864c-4088-84af-40f8b3a02d08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.003359 10.0.0.27 - - [2025-03-24 02:16:47] "POST /neutron/port HTTP/1.1" 200 1089 0.013104 10.0.0.27 - - [2025-03-24 02:16:47] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005836 10.0.0.27 - - [2025-03-24 02:16:47] "POST /neutron/port HTTP/1.1" 200 1089 0.021844 10.0.0.27 - - [2025-03-24 02:16:47] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006504 10.0.0.27 - - [2025-03-24 02:16:47] "POST /neutron/port HTTP/1.1" 200 1089 0.014066 10.0.0.27 - - [2025-03-24 02:16:47] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005687 10.0.0.27 - - [2025-03-24 02:16:47] "GET /virtual-machine/572a01fd-1027-4453-a114-04d41cf69105 HTTP/1.1" 200 1295 0.003216 10.0.0.27 - - [2025-03-24 02:16:47] "GET /virtual-machine-interface/a075537b-7593-4019-a900-d70d5c568d51 HTTP/1.1" 200 2968 0.002278 10.0.0.27 - - [2025-03-24 02:16:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002810 10.0.0.27 - - [2025-03-24 02:16:47] "GET /global-vrouter-config/06d5e8c9-4721-4a57-b10f-0dc724ec4557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002987 10.0.0.27 - - [2025-03-24 02:16:47] "GET /virtual-networks?parent_id=03efd4ce-dc2f-4ebc-b200-36a912c696cb&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003450 10.0.0.27 - - [2025-03-24 02:16:47] "GET /virtual-network/4afc1a4f-4b9b-449f-bf1d-3a00fe5d7f31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.003021 10.0.0.27 - - [2025-03-24 02:16:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002966 10.0.0.27 - - [2025-03-24 02:16:48] "GET /global-vrouter-config/06d5e8c9-4721-4a57-b10f-0dc724ec4557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002287 10.0.0.27 - - [2025-03-24 02:16:48] "GET /virtual-networks?parent_id=03efd4ce-dc2f-4ebc-b200-36a912c696cb&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003101 10.0.0.27 - - [2025-03-24 02:16:49] "GET /virtual-network/4afc1a4f-4b9b-449f-bf1d-3a00fe5d7f31?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.003118 10.0.0.27 - - [2025-03-24 02:16:53] "POST /neutron/router HTTP/1.1" 200 656 0.003706 10.0.0.27 - - [2025-03-24 02:16:53] "POST /ref-update HTTP/1.1" 200 156 0.009962 10.0.0.27 - - [2025-03-24 02:16:53] "POST /neutron/router HTTP/1.1" 200 344 0.086215 10.0.0.27 - - [2025-03-24 02:16:53] "POST /neutron/router HTTP/1.1" 200 656 0.004118 10.0.0.27 - - [2025-03-24 02:16:53] "GET /logical-router/9ca83f7a-9fa8-4412-91f0-37c2d878c300?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1972 0.003916 10.0.0.27 - - [2025-03-24 02:16:53] "GET /service-instance/8d644567-3816-4cfa-9148-fb9317980c63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2315 0.002443 10.0.0.27 - - [2025-03-24 02:16:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.27 - - [2025-03-24 02:16:53] "POST /neutron/router HTTP/1.1" 200 151 0.049745 10.0.0.27 - - [2025-03-24 02:16:53] "DELETE /route-target/a0d9758d-c80e-4299-9ca1-a95b12b52c9b HTTP/1.1" 409 239 0.006344 10.0.0.27 - - [2025-03-24 02:16:53] "PUT /logical-router/9ca83f7a-9fa8-4412-91f0-37c2d878c300 HTTP/1.1" 404 171 0.002375 10.0.0.27 - - [2025-03-24 02:16:53] "POST /ref-update HTTP/1.1" 200 156 0.010471 10.0.0.27 - - [2025-03-24 02:16:53] "DELETE /route-table/22a4025a-4260-4968-9841-4bade254d39f HTTP/1.1" 200 115 0.024161 10.0.0.27 - - [2025-03-24 02:16:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002260 10.0.0.27 - - [2025-03-24 02:16:53] "PUT /routing-instance/4f21918a-cfe6-4861-9523-155e162d32af HTTP/1.1" 200 266 0.008951 10.0.0.27 - - [2025-03-24 02:16:53] "POST /neutron/network HTTP/1.1" 200 832 0.007097 10.0.0.27 - - [2025-03-24 02:16:53] "GET /virtual-network/35f9c3a4-6b7b-4788-a102-bb7044f5ccf4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.005120 10.0.0.27 - - [2025-03-24 02:16:53] "POST /neutron/network HTTP/1.1" 400 204 0.032384 10.0.0.27 - - [2025-03-24 02:16:53] "POST /ref-update HTTP/1.1" 200 156 0.008278 10.0.0.27 - - [2025-03-24 02:16:53] "POST /ref-update HTTP/1.1" 200 156 0.009114 10.0.0.27 - - [2025-03-24 02:16:53] "DELETE /instance-ip/41ad9062-bda9-42cb-86d1-bc9686bbe3fc HTTP/1.1" 200 115 0.040457 10.0.0.27 - - [2025-03-24 02:16:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.27 - - [2025-03-24 02:16:53] "POST /useragent-kv HTTP/1.1" 200 115 0.001045 10.0.0.27 - - [2025-03-24 02:16:53] "POST /useragent-kv HTTP/1.1" 200 115 0.000967 10.0.0.27 - - [2025-03-24 02:16:53] "DELETE /virtual-network/35f9c3a4-6b7b-4788-a102-bb7044f5ccf4 HTTP/1.1" 200 115 0.117401 10.0.0.27 - - [2025-03-24 02:16:53] "DELETE /route-target/fb59d836-c927-40cf-a108-5503a3aacb26 HTTP/1.1" 200 115 0.023960 10.0.0.27 - - [2025-03-24 02:16:53] "DELETE /service-instance/8d644567-3816-4cfa-9148-fb9317980c63 HTTP/1.1" 200 115 0.029591 10.0.0.27 - - [2025-03-24 02:16:53] "GET /logical-router/9ca83f7a-9fa8-4412-91f0-37c2d878c300?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002240 10.0.0.27 - - [2025-03-24 02:16:53] "GET /service-instance/8d644567-3816-4cfa-9148-fb9317980c63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003854 10.0.0.27 - - [2025-03-24 02:16:53] "POST /neutron/port HTTP/1.1" 200 1089 0.013035 10.0.0.27 - - [2025-03-24 02:16:53] "POST /neutron/port HTTP/1.1" 200 1115 0.011583 10.0.0.27 - - [2025-03-24 02:16:53] "GET /virtual-machine-interface/77511fee-15b7-46c8-9640-11f9bc6f37ce?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1332 0.006018 10.0.0.27 - - [2025-03-24 02:16:54] "POST /neutron/port HTTP/1.1" 200 1090 0.016416 10.0.0.27 - - [2025-03-24 02:16:54] "POST /neutron/port HTTP/1.1" 200 1116 0.008290 10.0.0.27 - - [2025-03-24 02:16:54] "POST /neutron/port HTTP/1.1" 200 151 0.135477 10.0.0.27 - - [2025-03-24 02:16:54] "DELETE /virtual-machine-interface/77511fee-15b7-46c8-9640-11f9bc6f37ce HTTP/1.1" 200 115 0.054107 10.0.0.27 - - [2025-03-24 02:16:54] "GET /virtual-machine-interface/607ec047-774b-47a3-aac6-51e2193405e4?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1652 0.003117 10.0.0.27 - - [2025-03-24 02:16:54] "POST /ref-update HTTP/1.1" 200 156 0.016649 10.0.0.27 - - [2025-03-24 02:16:54] "POST /neutron/port HTTP/1.1" 200 151 0.132091 10.0.0.27 - - [2025-03-24 02:16:54] "GET /instance-ip/2dcc09ba-69b8-4960-8ebd-d68529b999c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.003273 10.0.0.27 - - [2025-03-24 02:16:54] "DELETE /virtual-machine-interface/607ec047-774b-47a3-aac6-51e2193405e4 HTTP/1.1" 200 115 0.041518 10.0.0.27 - - [2025-03-24 02:16:54] "POST /ref-update HTTP/1.1" 200 156 0.009429 10.0.0.27 - - [2025-03-24 02:16:54] "DELETE /virtual-machine/b2c692c4-4db0-428b-8655-7c3b7f848106 HTTP/1.1" 200 115 0.022469 10.0.0.27 - - [2025-03-24 02:16:54] "GET /virtual-machine-interface/99f204c9-0aca-4c41-9dcf-7b8879d3cda4?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1653 0.002594 10.0.0.27 - - [2025-03-24 02:16:54] "POST /ref-update HTTP/1.1" 200 156 0.011943 10.0.0.27 - - [2025-03-24 02:16:54] "GET /instance-ip/2dcc09ba-69b8-4960-8ebd-d68529b999c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1693 0.003722 10.0.0.27 - - [2025-03-24 02:16:54] "DELETE /instance-ip/2dcc09ba-69b8-4960-8ebd-d68529b999c9 HTTP/1.1" 200 115 0.024132 10.0.0.27 - - [2025-03-24 02:16:54] "DELETE /virtual-machine-interface/99f204c9-0aca-4c41-9dcf-7b8879d3cda4 HTTP/1.1" 200 115 0.051031 10.0.0.27 - - [2025-03-24 02:16:54] "GET /virtual-machine-interface/87a677ae-110c-4789-bd6e-bcc2402c2790?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1332 0.002825 10.0.0.27 - - [2025-03-24 02:16:54] "DELETE /virtual-machine-interface/87a677ae-110c-4789-bd6e-bcc2402c2790 HTTP/1.1" 200 115 0.027014 10.0.0.27 - - [2025-03-24 02:16:54] "DELETE /virtual-machine/217cb0e7-9610-44d7-a309-3cd17919fb0a HTTP/1.1" 200 115 0.018768 10.0.0.27 - - [2025-03-24 02:16:55] "POST /neutron/network HTTP/1.1" 200 832 0.005368 10.0.0.27 - - [2025-03-24 02:16:55] "POST /useragent-kv HTTP/1.1" 200 115 0.000997 10.0.0.27 - - [2025-03-24 02:16:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005780 10.0.0.27 - - [2025-03-24 02:16:55] "POST /useragent-kv HTTP/1.1" 200 115 0.000900 10.0.0.27 - - [2025-03-24 02:16:55] "POST /neutron/network HTTP/1.1" 200 151 0.072000 10.0.0.27 - - [2025-03-24 02:16:55] "DELETE /route-target/41a3d58b-c529-4b02-b575-5c56e049228f HTTP/1.1" 200 115 0.016777 10.0.0.27 - - [2025-03-24 02:16:55] "POST /neutron/network HTTP/1.1" 200 826 0.005214 10.0.0.27 - - [2025-03-24 02:16:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.006074 10.0.0.27 - - [2025-03-24 02:16:55] "POST /useragent-kv HTTP/1.1" 200 115 0.001611 10.0.0.27 - - [2025-03-24 02:16:55] "POST /useragent-kv HTTP/1.1" 200 115 0.001416 10.0.0.27 - - [2025-03-24 02:16:55] "POST /neutron/network HTTP/1.1" 200 151 0.109245 10.0.0.27 - - [2025-03-24 02:16:55] "DELETE /route-target/389bc75f-c10b-407f-afb7-c52b291f6103 HTTP/1.1" 200 115 0.027501 10.0.0.27 - - [2025-03-24 02:16:56] "GET /projects?obj_uuids=03efd4ce-dc2f-4ebc-b200-36a912c696cb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001302 10.0.0.27 - - [2025-03-24 02:16:56] "GET /project/03efd4ce-dc2f-4ebc-b200-36a912c696cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.020230 10.0.0.27 - - [2025-03-24 02:16:56] "GET /projects?obj_uuids=03efd4ce-dc2f-4ebc-b200-36a912c696cb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001375 10.0.0.27 - - [2025-03-24 02:16:56] "GET /project/03efd4ce-dc2f-4ebc-b200-36a912c696cb?fields=virtual_networks HTTP/1.1" 200 1036 0.064837 10.0.0.27 - - [2025-03-24 02:16:56] "GET /projects?obj_uuids=03efd4ce-dc2f-4ebc-b200-36a912c696cb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001015 10.0.0.27 - - [2025-03-24 02:16:56] "GET /project/03efd4ce-dc2f-4ebc-b200-36a912c696cb?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.019844 10.0.0.27 - - [2025-03-24 02:16:56] "GET /projects?obj_uuids=03efd4ce-dc2f-4ebc-b200-36a912c696cb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001550 10.0.0.27 - - [2025-03-24 02:16:56] "GET /project/03efd4ce-dc2f-4ebc-b200-36a912c696cb?fields=security_groups HTTP/1.1" 200 1265 0.020834 10.0.0.27 - - [2025-03-24 02:16:57] "POST /fqname-to-id HTTP/1.1" 404 196 0.020075 10.0.0.27 - - [2025-03-24 02:16:57] "GET /projects?obj_uuids=bf663bae-e167-4d53-94c6-db6d4a96dc66&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002152 10.0.0.27 - - [2025-03-24 02:16:57] "GET /domains?obj_uuids=79b30645-0539-4daf-9ae9-b83a3811325a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000988 10.0.0.27 - - [2025-03-24 02:16:57] "GET /domain/79b30645-0539-4daf-9ae9-b83a3811325a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005888 10.0.0.27 - - [2025-03-24 02:16:57] "POST /id-to-fqname HTTP/1.1" 200 198 0.001162 10.0.0.27 - - [2025-03-24 02:16:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.002884 10.0.0.27 - - [2025-03-24 02:16:57] "POST /security-groups HTTP/1.1" 200 599 0.063468 10.0.0.27 - - [2025-03-24 02:16:57] "POST /fqname-to-id HTTP/1.1" 404 242 0.002310 10.0.0.27 - - [2025-03-24 02:16:57] "POST /projects HTTP/1.1" 200 601 0.202951 10.0.0.27 - - [2025-03-24 02:16:57] "POST /access-control-lists HTTP/1.1" 200 604 0.056863 10.0.0.27 - - [2025-03-24 02:16:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.270565 10.0.0.27 - - [2025-03-24 02:16:57] "POST /fqname-to-id HTTP/1.1" 404 241 0.002748 10.0.0.27 - - [2025-03-24 02:16:57] "GET /project/bf663bae-e167-4d53-94c6-db6d4a96dc66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.382358 10.0.0.27 - - [2025-03-24 02:16:57] "POST /access-control-lists HTTP/1.1" 200 602 0.064037 10.0.0.27 - - [2025-03-24 02:16:58] "GET / HTTP/1.1" 200 35931 0.002194 10.0.0.27 - - [2025-03-24 02:16:59] "POST /fqname-to-id HTTP/1.1" 401 292 0.000453 10.0.0.27 - - [2025-03-24 02:16:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.059031 10.0.0.27 - - [2025-03-24 02:16:59] "GET /projects?obj_uuids=bf663bae-e167-4d53-94c6-db6d4a96dc66&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001534 10.0.0.27 - - [2025-03-24 02:16:59] "GET /project/bf663bae-e167-4d53-94c6-db6d4a96dc66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.019543 10.0.0.27 - - [2025-03-24 02:16:59] "POST /neutron/network HTTP/1.1" 200 117 0.027170 10.0.0.27 - - [2025-03-24 02:16:59] "GET /projects?obj_uuids=bf663bae-e167-4d53-94c6-db6d4a96dc66&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001363 10.0.0.27 - - [2025-03-24 02:16:59] "POST /neutron/network HTTP/1.1" 200 613 0.058327 10.0.0.27 - - [2025-03-24 02:16:59] "POST /route-targets HTTP/1.1" 200 327 0.011544 10.0.0.27 - - [2025-03-24 02:16:59] "POST /ref-update HTTP/1.1" 200 156 0.010754 10.0.0.27 - - [2025-03-24 02:16:59] "POST /useragent-kv HTTP/1.1" 200 115 0.003645 10.0.0.27 - - [2025-03-24 02:16:59] "POST /neutron/subnet HTTP/1.1" 200 724 0.140138 10.0.0.27 - - [2025-03-24 02:17:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003329 10.0.0.27 - - [2025-03-24 02:17:00] "POST /neutron/subnet HTTP/1.1" 200 828 0.137614 10.0.0.27 - - [2025-03-24 02:17:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.028419 10.0.0.27 - - [2025-03-24 02:17:00] "GET /virtual-network/047d07e4-9e9b-4258-a340-a5c283236a8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1948 0.013104 10.0.0.27 - - [2025-03-24 02:17:00] "POST /neutron/network HTTP/1.1" 200 1006 0.006860 10.0.0.27 - - [2025-03-24 02:17:00] "POST /id-to-fqname HTTP/1.1" 200 228 0.001060 10.0.0.27 - - [2025-03-24 02:17:00] "GET /virtual-network/1e94543b-4c52-4050-ba9f-77aa0d75dcc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.002679 10.0.0.27 - - [2025-03-24 02:17:00] "POST /neutron/network HTTP/1.1" 200 1006 0.009127 10.0.0.27 - - [2025-03-24 02:17:00] "GET /virtual-network/1e94543b-4c52-4050-ba9f-77aa0d75dcc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.002651 10.0.0.27 - - [2025-03-24 02:17:00] "POST /neutron/network HTTP/1.1" 200 1006 0.006726 10.0.0.27 - - [2025-03-24 02:17:00] "POST /neutron/subnet HTTP/1.1" 200 724 0.006828 10.0.0.27 - - [2025-03-24 02:17:00] "POST /neutron/subnet HTTP/1.1" 200 828 0.006808 10.0.0.27 - - [2025-03-24 02:17:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002348 10.0.0.27 - - [2025-03-24 02:17:00] "GET /projects?obj_uuids=bf663bae-e167-4d53-94c6-db6d4a96dc66&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000928 10.0.0.27 - - [2025-03-24 02:17:00] "GET /project/bf663bae-e167-4d53-94c6-db6d4a96dc66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.023784 10.0.0.27 - - [2025-03-24 02:17:00] "POST /neutron/network HTTP/1.1" 200 117 0.008182 10.0.0.27 - - [2025-03-24 02:17:00] "GET /projects?obj_uuids=bf663bae-e167-4d53-94c6-db6d4a96dc66&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001363 10.0.0.27 - - [2025-03-24 02:17:00] "POST /neutron/network HTTP/1.1" 200 613 0.062671 10.0.0.27 - - [2025-03-24 02:17:00] "POST /route-targets HTTP/1.1" 200 327 0.009454 10.0.0.27 - - [2025-03-24 02:17:00] "POST /ref-update HTTP/1.1" 200 156 0.008468 10.0.0.27 - - [2025-03-24 02:17:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002202 10.0.0.27 - - [2025-03-24 02:17:00] "POST /neutron/subnet HTTP/1.1" 200 725 0.128489 10.0.0.27 - - [2025-03-24 02:17:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004400 10.0.0.27 - - [2025-03-24 02:17:00] "GET /virtual-network/047d07e4-9e9b-4258-a340-a5c283236a8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1948 0.002503 10.0.0.27 - - [2025-03-24 02:17:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002261 10.0.0.27 - - [2025-03-24 02:17:00] "POST /neutron/subnet HTTP/1.1" 200 828 0.166507 10.0.0.27 - - [2025-03-24 02:17:00] "POST /neutron/network HTTP/1.1" 200 1006 0.007686 10.0.0.27 - - [2025-03-24 02:17:00] "POST /id-to-fqname HTTP/1.1" 200 228 0.001573 10.0.0.27 - - [2025-03-24 02:17:00] "GET /virtual-network/2291b802-f404-4de4-ab54-61c468f27c3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.003306 10.0.0.27 - - [2025-03-24 02:17:00] "POST /neutron/network HTTP/1.1" 200 1006 0.018960 10.0.0.27 - - [2025-03-24 02:17:00] "GET /virtual-network/2291b802-f404-4de4-ab54-61c468f27c3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.002737 10.0.0.27 - - [2025-03-24 02:17:00] "POST /neutron/network HTTP/1.1" 200 1006 0.007368 10.0.0.27 - - [2025-03-24 02:17:00] "POST /neutron/subnet HTTP/1.1" 200 725 0.007237 10.0.0.27 - - [2025-03-24 02:17:00] "POST /neutron/subnet HTTP/1.1" 200 828 0.007361 10.0.0.27 - - [2025-03-24 02:17:00] "POST /fqname-to-id HTTP/1.1" 404 234 0.002096 10.0.0.27 - - [2025-03-24 02:17:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002140 10.0.0.27 - - [2025-03-24 02:17:01] "GET /projects?obj_uuids=bf663bae-e167-4d53-94c6-db6d4a96dc66&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001066 10.0.0.27 - - [2025-03-24 02:17:01] "GET /project/bf663bae-e167-4d53-94c6-db6d4a96dc66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.021834 10.0.0.27 - - [2025-03-24 02:17:01] "POST /network-policys HTTP/1.1" 200 577 0.059974 10.0.0.27 - - [2025-03-24 02:17:01] "GET /network-policy/0a096b30-4daf-4f08-a418-7904cf40180e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3126 0.004695 10.0.0.27 - - [2025-03-24 02:17:01] "POST /neutron/network HTTP/1.1" 200 1006 0.006919 10.0.0.27 - - [2025-03-24 02:17:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004931 10.0.0.27 - - [2025-03-24 02:17:01] "POST /fqname-to-id HTTP/1.1" 404 242 0.002604 10.0.0.27 - - [2025-03-24 02:17:01] "GET /virtual-network/047d07e4-9e9b-4258-a340-a5c283236a8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1948 0.005877 10.0.0.27 - - [2025-03-24 02:17:01] "POST /neutron/network HTTP/1.1" 200 1114 0.043017 10.0.0.27 - - [2025-03-24 02:17:01] "POST /access-control-lists HTTP/1.1" 200 596 0.067366 10.0.0.27 - - [2025-03-24 02:17:01] "POST /neutron/network HTTP/1.1" 200 1114 0.044614 10.0.0.27 - - [2025-03-24 02:17:01] "GET /virtual-network/1e94543b-4c52-4050-ba9f-77aa0d75dcc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.004267 10.0.0.27 - - [2025-03-24 02:17:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002087 10.0.0.27 - - [2025-03-24 02:17:01] "GET /network-policy/0a096b30-4daf-4f08-a418-7904cf40180e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3126 0.003644 10.0.0.27 - - [2025-03-24 02:17:01] "POST /neutron/network HTTP/1.1" 200 1006 0.008183 10.0.0.27 - - [2025-03-24 02:17:01] "POST /fqname-to-id HTTP/1.1" 404 242 0.006974 10.0.0.27 - - [2025-03-24 02:17:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005254 10.0.0.27 - - [2025-03-24 02:17:01] "GET /virtual-network/047d07e4-9e9b-4258-a340-a5c283236a8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1948 0.003090 10.0.0.27 - - [2025-03-24 02:17:01] "POST /neutron/network HTTP/1.1" 200 1114 0.072814 10.0.0.27 - - [2025-03-24 02:17:01] "POST /access-control-lists HTTP/1.1" 200 596 0.071393 10.0.0.27 - - [2025-03-24 02:17:01] "POST /neutron/network HTTP/1.1" 200 1114 0.047931 10.0.0.27 - - [2025-03-24 02:17:01] "GET /virtual-network/2291b802-f404-4de4-ab54-61c468f27c3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.002606 10.0.0.27 - - [2025-03-24 02:17:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002220 10.0.0.27 - - [2025-03-24 02:17:01] "POST /ref-update HTTP/1.1" 200 156 0.010538 10.0.0.27 - - [2025-03-24 02:17:01] "GET /network-policy/0a096b30-4daf-4f08-a418-7904cf40180e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3126 0.002797 10.0.0.27 - - [2025-03-24 02:17:01] "GET /domains HTTP/1.1" 401 292 0.000425 10.0.0.27 - - [2025-03-24 02:17:01] "PUT /access-control-list/492bb93b-8be9-43c0-bd2a-efde58b5b2a4 HTTP/1.1" 200 272 0.054395 10.0.0.27 - - [2025-03-24 02:17:02] "GET /domains HTTP/1.1" 200 280 0.022856 10.0.0.27 - - [2025-03-24 02:17:02] "GET /domains?obj_uuids=79b30645-0539-4daf-9ae9-b83a3811325a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001181 10.0.0.27 - - [2025-03-24 02:17:02] "GET /domain/79b30645-0539-4daf-9ae9-b83a3811325a HTTP/1.1" 200 2951 0.007276 10.0.0.27 - - [2025-03-24 02:17:02] "GET /projects?obj_uuids=bf663bae-e167-4d53-94c6-db6d4a96dc66&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000986 10.0.0.27 - - [2025-03-24 02:17:02] "GET /project/bf663bae-e167-4d53-94c6-db6d4a96dc66 HTTP/1.1" 200 2625 0.064107 10.0.0.27 - - [2025-03-24 02:17:02] "GET /virtual-network/1e94543b-4c52-4050-ba9f-77aa0d75dcc6 HTTP/1.1" 200 3504 0.003632 10.0.0.27 - - [2025-03-24 02:17:02] "GET /virtual-network/1e94543b-4c52-4050-ba9f-77aa0d75dcc6 HTTP/1.1" 200 3504 0.002752 10.0.0.27 - - [2025-03-24 02:17:02] "GET /routing-instance/77f8d66c-50b5-4ade-a42a-9e862a8be1b0 HTTP/1.1" 200 1795 0.002245 10.0.0.27 - - [2025-03-24 02:17:02] "GET /routing-instance/77f8d66c-50b5-4ade-a42a-9e862a8be1b0 HTTP/1.1" 200 1795 0.002651 10.0.0.27 - - [2025-03-24 02:17:02] "GET /route-target/d77202b6-e00d-41e0-b064-c5c43effcc3b HTTP/1.1" 200 1213 0.006886 10.0.0.27 - - [2025-03-24 02:17:02] "GET /virtual-network/1e94543b-4c52-4050-ba9f-77aa0d75dcc6 HTTP/1.1" 200 3504 0.002984 10.0.0.27 - - [2025-03-24 02:17:02] "GET /routing-instance/77f8d66c-50b5-4ade-a42a-9e862a8be1b0 HTTP/1.1" 200 1795 0.002261 10.0.0.27 - - [2025-03-24 02:17:02] "GET /virtual-network/1e94543b-4c52-4050-ba9f-77aa0d75dcc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.002560 10.0.0.27 - - [2025-03-24 02:17:02] "GET /virtual-network/1e94543b-4c52-4050-ba9f-77aa0d75dcc6 HTTP/1.1" 200 3504 0.002465 10.0.0.27 - - [2025-03-24 02:17:02] "GET /routing-instance/77f8d66c-50b5-4ade-a42a-9e862a8be1b0 HTTP/1.1" 200 1795 0.002402 10.0.0.27 - - [2025-03-24 02:17:02] "GET /routing-instance/77f8d66c-50b5-4ade-a42a-9e862a8be1b0 HTTP/1.1" 200 1795 0.002210 10.0.0.27 - - [2025-03-24 02:17:02] "GET /route-target/d77202b6-e00d-41e0-b064-c5c43effcc3b HTTP/1.1" 200 1213 0.002082 10.0.0.27 - - [2025-03-24 02:17:02] "GET /domains HTTP/1.1" 200 280 0.002447 10.0.0.27 - - [2025-03-24 02:17:02] "GET /domains?obj_uuids=79b30645-0539-4daf-9ae9-b83a3811325a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001090 10.0.0.27 - - [2025-03-24 02:17:02] "GET /domain/79b30645-0539-4daf-9ae9-b83a3811325a HTTP/1.1" 200 2951 0.006361 10.0.0.27 - - [2025-03-24 02:17:02] "GET /projects?obj_uuids=bf663bae-e167-4d53-94c6-db6d4a96dc66&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001532 10.0.0.27 - - [2025-03-24 02:17:02] "GET /project/bf663bae-e167-4d53-94c6-db6d4a96dc66 HTTP/1.1" 200 2625 0.065655 10.0.0.27 - - [2025-03-24 02:17:02] "GET /virtual-network/1e94543b-4c52-4050-ba9f-77aa0d75dcc6 HTTP/1.1" 200 3504 0.002600 10.0.0.27 - - [2025-03-24 02:17:02] "GET /obj-perms HTTP/1.1" 200 5046 0.045091 10.0.0.27 - - [2025-03-24 02:17:02] "GET /domains HTTP/1.1" 200 280 0.004512 10.0.0.27 - - [2025-03-24 02:17:02] "GET /domains?obj_uuids=79b30645-0539-4daf-9ae9-b83a3811325a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001044 10.0.0.27 - - [2025-03-24 02:17:02] "GET /domain/79b30645-0539-4daf-9ae9-b83a3811325a HTTP/1.1" 200 2951 0.006554 10.0.0.27 - - [2025-03-24 02:17:02] "GET /projects?obj_uuids=bf663bae-e167-4d53-94c6-db6d4a96dc66&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001338 10.0.0.27 - - [2025-03-24 02:17:02] "GET /project/bf663bae-e167-4d53-94c6-db6d4a96dc66 HTTP/1.1" 200 2625 0.060855 10.0.0.27 - - [2025-03-24 02:17:02] "GET /virtual-network/2291b802-f404-4de4-ab54-61c468f27c3a HTTP/1.1" 200 3504 0.004267 10.0.0.27 - - [2025-03-24 02:17:02] "GET /virtual-network/2291b802-f404-4de4-ab54-61c468f27c3a HTTP/1.1" 200 3504 0.002669 10.0.0.27 - - [2025-03-24 02:17:02] "GET /routing-instance/05c95aff-b2c1-461e-97dc-d8eded5ef595 HTTP/1.1" 200 1794 0.002469 10.0.0.27 - - [2025-03-24 02:17:02] "GET /routing-instance/05c95aff-b2c1-461e-97dc-d8eded5ef595 HTTP/1.1" 200 1794 0.002210 10.0.0.27 - - [2025-03-24 02:17:02] "GET /route-target/8f4b625b-8a06-4190-a28c-eb3231ae6db2 HTTP/1.1" 200 1213 0.002219 10.0.0.27 - - [2025-03-24 02:17:02] "GET /virtual-network/2291b802-f404-4de4-ab54-61c468f27c3a HTTP/1.1" 200 3504 0.002252 10.0.0.27 - - [2025-03-24 02:17:02] "GET /routing-instance/05c95aff-b2c1-461e-97dc-d8eded5ef595 HTTP/1.1" 200 1794 0.002399 10.0.0.27 - - [2025-03-24 02:17:02] "GET /virtual-network/2291b802-f404-4de4-ab54-61c468f27c3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.002372 10.0.0.27 - - [2025-03-24 02:17:02] "GET /virtual-network/2291b802-f404-4de4-ab54-61c468f27c3a HTTP/1.1" 200 3504 0.002820 10.0.0.27 - - [2025-03-24 02:17:02] "GET /routing-instance/05c95aff-b2c1-461e-97dc-d8eded5ef595 HTTP/1.1" 200 1794 0.002367 10.0.0.27 - - [2025-03-24 02:17:02] "GET /routing-instance/05c95aff-b2c1-461e-97dc-d8eded5ef595 HTTP/1.1" 200 1794 0.002251 10.0.0.27 - - [2025-03-24 02:17:02] "GET /route-target/8f4b625b-8a06-4190-a28c-eb3231ae6db2 HTTP/1.1" 200 1213 0.002226 10.0.0.27 - - [2025-03-24 02:17:02] "GET /domains HTTP/1.1" 200 280 0.002470 10.0.0.27 - - [2025-03-24 02:17:02] "GET /domains?obj_uuids=79b30645-0539-4daf-9ae9-b83a3811325a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001094 10.0.0.27 - - [2025-03-24 02:17:02] "GET /domain/79b30645-0539-4daf-9ae9-b83a3811325a HTTP/1.1" 200 2951 0.006548 10.0.0.27 - - [2025-03-24 02:17:02] "GET /projects?obj_uuids=bf663bae-e167-4d53-94c6-db6d4a96dc66&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001707 10.0.0.27 - - [2025-03-24 02:17:02] "GET /project/bf663bae-e167-4d53-94c6-db6d4a96dc66 HTTP/1.1" 200 2625 0.081150 10.0.0.27 - - [2025-03-24 02:17:02] "GET /virtual-network/2291b802-f404-4de4-ab54-61c468f27c3a HTTP/1.1" 200 3504 0.002808 10.0.0.27 - - [2025-03-24 02:17:03] "GET /obj-perms HTTP/1.1" 200 5046 0.003186 10.0.0.27 - - [2025-03-24 02:17:03] "GET /virtual-network/2291b802-f404-4de4-ab54-61c468f27c3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.003758 10.0.0.27 - - [2025-03-24 02:17:03] "POST /neutron/network HTTP/1.1" 200 1114 0.008754 10.0.0.27 - - [2025-03-24 02:17:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005923 10.0.0.27 - - [2025-03-24 02:17:03] "GET /virtual-network/047d07e4-9e9b-4258-a340-a5c283236a8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1948 0.002995 10.0.0.27 - - [2025-03-24 02:17:03] "POST /neutron/network HTTP/1.1" 200 1006 0.056578 10.0.0.27 - - [2025-03-24 02:17:03] "DELETE /access-control-list/dc0a24b0-3b9a-4159-901f-e2b0d8dd1f3b HTTP/1.1" 200 115 0.028849 10.0.0.27 - - [2025-03-24 02:17:03] "POST /neutron/network HTTP/1.1" 200 1006 0.008424 10.0.0.27 - - [2025-03-24 02:17:03] "POST /ref-update HTTP/1.1" 200 156 0.016337 10.0.0.27 - - [2025-03-24 02:17:03] "GET /virtual-network/2291b802-f404-4de4-ab54-61c468f27c3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.003172 10.0.0.27 - - [2025-03-24 02:17:03] "GET /virtual-network/1e94543b-4c52-4050-ba9f-77aa0d75dcc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.004389 10.0.0.27 - - [2025-03-24 02:17:03] "POST /neutron/network HTTP/1.1" 200 1114 0.007774 10.0.0.27 - - [2025-03-24 02:17:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004777 10.0.0.27 - - [2025-03-24 02:17:03] "POST /neutron/network HTTP/1.1" 200 1006 0.042844 10.0.0.27 - - [2025-03-24 02:17:03] "GET /virtual-network/047d07e4-9e9b-4258-a340-a5c283236a8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1948 0.006538 10.0.0.27 - - [2025-03-24 02:17:03] "DELETE /access-control-list/492bb93b-8be9-43c0-bd2a-efde58b5b2a4 HTTP/1.1" 200 115 0.043861 10.0.0.27 - - [2025-03-24 02:17:03] "POST /neutron/network HTTP/1.1" 200 1006 0.006921 10.0.0.27 - - [2025-03-24 02:17:03] "GET /virtual-network/1e94543b-4c52-4050-ba9f-77aa0d75dcc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.002489 10.0.0.27 - - [2025-03-24 02:17:03] "POST /ref-update HTTP/1.1" 200 156 0.013900 10.0.0.27 - - [2025-03-24 02:17:03] "DELETE /network-policy/0a096b30-4daf-4f08-a418-7904cf40180e HTTP/1.1" 200 115 0.029993 10.0.0.27 - - [2025-03-24 02:17:03] "POST /neutron/network HTTP/1.1" 200 1006 0.007107 10.0.0.27 - - [2025-03-24 02:17:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004201 10.0.0.27 - - [2025-03-24 02:17:03] "POST /useragent-kv HTTP/1.1" 200 115 0.001050 10.0.0.27 - - [2025-03-24 02:17:03] "POST /useragent-kv HTTP/1.1" 200 115 0.000914 10.0.0.27 - - [2025-03-24 02:17:03] "POST /useragent-kv HTTP/1.1" 200 115 0.000947 10.0.0.27 - - [2025-03-24 02:17:03] "POST /useragent-kv HTTP/1.1" 200 115 0.001302 10.0.0.27 - - [2025-03-24 02:17:03] "POST /neutron/network HTTP/1.1" 200 151 0.089351 10.0.0.27 - - [2025-03-24 02:17:03] "DELETE /route-target/8f4b625b-8a06-4190-a28c-eb3231ae6db2 HTTP/1.1" 200 115 0.020765 10.0.0.27 - - [2025-03-24 02:17:03] "GET /routing-instance/05c95aff-b2c1-461e-97dc-d8eded5ef595 HTTP/1.1" 404 171 0.002223 10.0.0.27 - - [2025-03-24 02:17:03] "GET /domains HTTP/1.1" 200 280 0.002040 10.0.0.27 - - [2025-03-24 02:17:03] "GET /domains?obj_uuids=79b30645-0539-4daf-9ae9-b83a3811325a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001012 10.0.0.27 - - [2025-03-24 02:17:03] "GET /domain/79b30645-0539-4daf-9ae9-b83a3811325a HTTP/1.1" 200 2951 0.048300 10.0.0.27 - - [2025-03-24 02:17:03] "GET /projects?obj_uuids=bf663bae-e167-4d53-94c6-db6d4a96dc66&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001034 10.0.0.27 - - [2025-03-24 02:17:03] "GET /project/bf663bae-e167-4d53-94c6-db6d4a96dc66 HTTP/1.1" 200 2145 0.065060 10.0.0.27 - - [2025-03-24 02:17:03] "POST /neutron/network HTTP/1.1" 200 1006 0.007154 10.0.0.27 - - [2025-03-24 02:17:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004698 10.0.0.27 - - [2025-03-24 02:17:03] "POST /useragent-kv HTTP/1.1" 200 115 0.001127 10.0.0.27 - - [2025-03-24 02:17:03] "POST /useragent-kv HTTP/1.1" 200 115 0.000967 10.0.0.27 - - [2025-03-24 02:17:03] "POST /useragent-kv HTTP/1.1" 200 115 0.001289 10.0.0.27 - - [2025-03-24 02:17:03] "POST /useragent-kv HTTP/1.1" 200 115 0.001385 10.0.0.27 - - [2025-03-24 02:17:03] "POST /neutron/network HTTP/1.1" 200 151 0.090793 10.0.0.27 - - [2025-03-24 02:17:03] "GET /routing-instance/77f8d66c-50b5-4ade-a42a-9e862a8be1b0 HTTP/1.1" 404 171 0.002459 10.0.0.27 - - [2025-03-24 02:17:03] "DELETE /route-target/d77202b6-e00d-41e0-b064-c5c43effcc3b HTTP/1.1" 200 115 0.030254 10.0.0.27 - - [2025-03-24 02:17:03] "GET /domains HTTP/1.1" 200 280 0.002235 10.0.0.27 - - [2025-03-24 02:17:03] "GET /domains?obj_uuids=79b30645-0539-4daf-9ae9-b83a3811325a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001092 10.0.0.27 - - [2025-03-24 02:17:03] "GET /domain/79b30645-0539-4daf-9ae9-b83a3811325a HTTP/1.1" 200 2951 0.050120 10.0.0.27 - - [2025-03-24 02:17:03] "GET /projects?obj_uuids=bf663bae-e167-4d53-94c6-db6d4a96dc66&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001042 10.0.0.27 - - [2025-03-24 02:17:03] "GET /project/bf663bae-e167-4d53-94c6-db6d4a96dc66 HTTP/1.1" 200 1900 0.063032 10.0.0.27 - - [2025-03-24 02:17:04] "GET /projects?obj_uuids=bf663bae-e167-4d53-94c6-db6d4a96dc66&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001070 10.0.0.27 - - [2025-03-24 02:17:04] "GET /project/bf663bae-e167-4d53-94c6-db6d4a96dc66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.021287 10.0.0.27 - - [2025-03-24 02:17:04] "GET /projects?obj_uuids=bf663bae-e167-4d53-94c6-db6d4a96dc66&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001018 10.0.0.27 - - [2025-03-24 02:17:04] "GET /project/bf663bae-e167-4d53-94c6-db6d4a96dc66?fields=virtual_networks HTTP/1.1" 200 1048 0.059581 10.0.0.27 - - [2025-03-24 02:17:04] "GET /projects?obj_uuids=bf663bae-e167-4d53-94c6-db6d4a96dc66&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001340 10.0.0.27 - - [2025-03-24 02:17:04] "GET /project/bf663bae-e167-4d53-94c6-db6d4a96dc66?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.019670 10.0.0.27 - - [2025-03-24 02:17:04] "GET /projects?obj_uuids=bf663bae-e167-4d53-94c6-db6d4a96dc66&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001326 10.0.0.27 - - [2025-03-24 02:17:04] "GET /project/bf663bae-e167-4d53-94c6-db6d4a96dc66?fields=security_groups HTTP/1.1" 200 1282 0.021471 10.0.0.27 - - [2025-03-24 02:17:05] "POST /fqname-to-id HTTP/1.1" 404 190 0.020646 10.0.0.27 - - [2025-03-24 02:17:05] "GET /projects?obj_uuids=d89c42b3-4cf8-47a0-a418-c883cfaec319&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002385 10.0.0.27 - - [2025-03-24 02:17:05] "GET /domains?obj_uuids=79b30645-0539-4daf-9ae9-b83a3811325a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001340 10.0.0.27 - - [2025-03-24 02:17:05] "GET /domain/79b30645-0539-4daf-9ae9-b83a3811325a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006354 10.0.0.27 - - [2025-03-24 02:17:05] "POST /id-to-fqname HTTP/1.1" 200 192 0.002221 10.0.0.27 - - [2025-03-24 02:17:05] "POST /fqname-to-id HTTP/1.1" 404 201 0.003820 10.0.0.27 - - [2025-03-24 02:17:05] "POST /security-groups HTTP/1.1" 200 593 0.063838 10.0.0.27 - - [2025-03-24 02:17:05] "POST /fqname-to-id HTTP/1.1" 404 236 0.002105 10.0.0.27 - - [2025-03-24 02:17:05] "POST /projects HTTP/1.1" 200 589 0.203082 10.0.0.27 - - [2025-03-24 02:17:05] "POST /access-control-lists HTTP/1.1" 200 598 0.056772 10.0.0.27 - - [2025-03-24 02:17:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.269147 10.0.0.27 - - [2025-03-24 02:17:05] "POST /fqname-to-id HTTP/1.1" 404 235 0.002618 10.0.0.27 - - [2025-03-24 02:17:05] "GET /project/d89c42b3-4cf8-47a0-a418-c883cfaec319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.380805 10.0.0.27 - - [2025-03-24 02:17:05] "POST /access-control-lists HTTP/1.1" 200 596 0.068307 10.0.0.27 - - [2025-03-24 02:17:06] "GET / HTTP/1.1" 200 35931 0.001987 10.0.0.27 - - [2025-03-24 02:17:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000483 10.0.0.27 - - [2025-03-24 02:17:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.066464 10.0.0.27 - - [2025-03-24 02:17:07] "GET /projects?obj_uuids=d89c42b3-4cf8-47a0-a418-c883cfaec319&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001006 10.0.0.27 - - [2025-03-24 02:17:07] "GET /project/d89c42b3-4cf8-47a0-a418-c883cfaec319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.022456 10.0.0.27 - - [2025-03-24 02:17:07] "POST /neutron/network HTTP/1.1" 200 117 0.026314 10.0.0.27 - - [2025-03-24 02:17:07] "GET /projects?obj_uuids=d89c42b3-4cf8-47a0-a418-c883cfaec319&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002413 10.0.0.27 - - [2025-03-24 02:17:07] "POST /neutron/network HTTP/1.1" 200 607 0.062995 10.0.0.27 - - [2025-03-24 02:17:07] "POST /route-targets HTTP/1.1" 200 327 0.014686 10.0.0.27 - - [2025-03-24 02:17:07] "POST /ref-update HTTP/1.1" 200 156 0.010477 10.0.0.27 - - [2025-03-24 02:17:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002174 10.0.0.27 - - [2025-03-24 02:17:07] "POST /neutron/subnet HTTP/1.1" 200 719 0.197508 10.0.0.27 - - [2025-03-24 02:17:08] "POST /neutron/network HTTP/1.1" 200 825 0.005733 10.0.0.27 - - [2025-03-24 02:17:08] "POST /id-to-fqname HTTP/1.1" 200 222 0.001848 10.0.0.27 - - [2025-03-24 02:17:08] "GET /virtual-network/c79f3a5e-e198-4616-a5d8-36019b5e937b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.003254 10.0.0.27 - - [2025-03-24 02:17:08] "POST /neutron/network HTTP/1.1" 200 825 0.006030 10.0.0.27 - - [2025-03-24 02:17:08] "GET /virtual-network/c79f3a5e-e198-4616-a5d8-36019b5e937b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.002528 10.0.0.27 - - [2025-03-24 02:17:08] "POST /neutron/network HTTP/1.1" 200 825 0.006174 10.0.0.27 - - [2025-03-24 02:17:08] "POST /neutron/subnet HTTP/1.1" 200 719 0.006677 10.0.0.27 - - [2025-03-24 02:17:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002290 10.0.0.27 - - [2025-03-24 02:17:08] "GET /projects?obj_uuids=d89c42b3-4cf8-47a0-a418-c883cfaec319&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001337 10.0.0.27 - - [2025-03-24 02:17:08] "GET /project/d89c42b3-4cf8-47a0-a418-c883cfaec319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.020850 10.0.0.27 - - [2025-03-24 02:17:08] "POST /neutron/network HTTP/1.1" 200 117 0.010206 10.0.0.27 - - [2025-03-24 02:17:08] "GET /projects?obj_uuids=d89c42b3-4cf8-47a0-a418-c883cfaec319&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001086 10.0.0.27 - - [2025-03-24 02:17:08] "POST /neutron/network HTTP/1.1" 200 607 0.063419 10.0.0.27 - - [2025-03-24 02:17:08] "POST /route-targets HTTP/1.1" 200 327 0.010987 10.0.0.27 - - [2025-03-24 02:17:08] "POST /ref-update HTTP/1.1" 200 156 0.009454 10.0.0.27 - - [2025-03-24 02:17:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002311 10.0.0.27 - - [2025-03-24 02:17:08] "POST /neutron/subnet HTTP/1.1" 200 719 0.164744 10.0.0.27 - - [2025-03-24 02:17:08] "POST /neutron/network HTTP/1.1" 200 825 0.004944 10.0.0.27 - - [2025-03-24 02:17:08] "POST /id-to-fqname HTTP/1.1" 200 222 0.003189 10.0.0.27 - - [2025-03-24 02:17:08] "GET /virtual-network/080badc1-c53c-4a7f-af7c-c78695f0dc81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.002531 10.0.0.27 - - [2025-03-24 02:17:08] "POST /neutron/network HTTP/1.1" 200 825 0.004987 10.0.0.27 - - [2025-03-24 02:17:08] "GET /virtual-network/080badc1-c53c-4a7f-af7c-c78695f0dc81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.002456 10.0.0.27 - - [2025-03-24 02:17:08] "POST /neutron/network HTTP/1.1" 200 825 0.005451 10.0.0.27 - - [2025-03-24 02:17:08] "POST /neutron/subnet HTTP/1.1" 200 719 0.009659 10.0.0.27 - - [2025-03-24 02:17:08] "POST /fqname-to-id HTTP/1.1" 404 228 0.001824 10.0.0.27 - - [2025-03-24 02:17:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.001769 10.0.0.27 - - [2025-03-24 02:17:08] "GET /projects?obj_uuids=d89c42b3-4cf8-47a0-a418-c883cfaec319&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001044 10.0.0.27 - - [2025-03-24 02:17:08] "GET /project/d89c42b3-4cf8-47a0-a418-c883cfaec319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.024864 10.0.0.27 - - [2025-03-24 02:17:08] "POST /network-policys HTTP/1.1" 200 571 0.016380 10.0.0.27 - - [2025-03-24 02:17:08] "GET /network-policy/d3ec613e-d79d-4c01-9fee-c904f90cb90a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.004144 10.0.0.27 - - [2025-03-24 02:17:08] "POST /neutron/network HTTP/1.1" 200 825 0.005211 10.0.0.27 - - [2025-03-24 02:17:08] "POST /fqname-to-id HTTP/1.1" 404 236 0.004377 10.0.0.27 - - [2025-03-24 02:17:08] "POST /neutron/network HTTP/1.1" 200 927 0.036365 10.0.0.27 - - [2025-03-24 02:17:09] "POST /neutron/network HTTP/1.1" 200 927 0.040985 10.0.0.27 - - [2025-03-24 02:17:09] "POST /access-control-lists HTTP/1.1" 200 590 0.059800 10.0.0.27 - - [2025-03-24 02:17:09] "GET /virtual-network/c79f3a5e-e198-4616-a5d8-36019b5e937b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.002380 10.0.0.27 - - [2025-03-24 02:17:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002048 10.0.0.27 - - [2025-03-24 02:17:09] "GET /network-policy/d3ec613e-d79d-4c01-9fee-c904f90cb90a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.003968 10.0.0.27 - - [2025-03-24 02:17:09] "POST /neutron/network HTTP/1.1" 200 825 0.006723 10.0.0.27 - - [2025-03-24 02:17:09] "POST /fqname-to-id HTTP/1.1" 404 236 0.003077 10.0.0.27 - - [2025-03-24 02:17:09] "POST /neutron/network HTTP/1.1" 200 927 0.034566 10.0.0.27 - - [2025-03-24 02:17:09] "POST /neutron/network HTTP/1.1" 200 927 0.043277 10.0.0.27 - - [2025-03-24 02:17:09] "POST /access-control-lists HTTP/1.1" 200 590 0.061571 10.0.0.27 - - [2025-03-24 02:17:09] "GET /virtual-network/080badc1-c53c-4a7f-af7c-c78695f0dc81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.002453 10.0.0.27 - - [2025-03-24 02:17:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.001952 10.0.0.27 - - [2025-03-24 02:17:09] "POST /ref-update HTTP/1.1" 200 156 0.009129 10.0.0.27 - - [2025-03-24 02:17:09] "GET /network-policy/d3ec613e-d79d-4c01-9fee-c904f90cb90a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.002687 10.0.0.27 - - [2025-03-24 02:17:09] "GET /domains HTTP/1.1" 401 292 0.000389 10.0.0.27 - - [2025-03-24 02:17:09] "PUT /access-control-list/b6c40062-fb84-4bcb-95c4-494f844cbae0 HTTP/1.1" 200 272 0.054471 10.0.0.27 - - [2025-03-24 02:17:09] "GET /domains HTTP/1.1" 200 280 0.021457 10.0.0.27 - - [2025-03-24 02:17:09] "GET /domains?obj_uuids=79b30645-0539-4daf-9ae9-b83a3811325a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001003 10.0.0.27 - - [2025-03-24 02:17:09] "GET /domain/79b30645-0539-4daf-9ae9-b83a3811325a HTTP/1.1" 200 3139 0.008595 10.0.0.27 - - [2025-03-24 02:17:09] "GET /projects?obj_uuids=d89c42b3-4cf8-47a0-a418-c883cfaec319&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000949 10.0.0.27 - - [2025-03-24 02:17:09] "GET /project/d89c42b3-4cf8-47a0-a418-c883cfaec319 HTTP/1.1" 200 2571 0.063926 10.0.0.27 - - [2025-03-24 02:17:09] "GET /virtual-network/c79f3a5e-e198-4616-a5d8-36019b5e937b HTTP/1.1" 200 2888 0.003552 10.0.0.27 - - [2025-03-24 02:17:09] "GET /virtual-network/c79f3a5e-e198-4616-a5d8-36019b5e937b HTTP/1.1" 200 2888 0.002494 10.0.0.27 - - [2025-03-24 02:17:09] "GET /routing-instance/7ca856d0-97aa-4fc6-b267-c3f55fec001f HTTP/1.1" 200 1783 0.002653 10.0.0.27 - - [2025-03-24 02:17:09] "GET /routing-instance/7ca856d0-97aa-4fc6-b267-c3f55fec001f HTTP/1.1" 200 1783 0.002944 10.0.0.27 - - [2025-03-24 02:17:09] "GET /route-target/5687acee-94e3-4cbd-b61b-2dd99d5796af HTTP/1.1" 200 1206 0.002664 10.0.0.27 - - [2025-03-24 02:17:09] "GET /virtual-network/c79f3a5e-e198-4616-a5d8-36019b5e937b HTTP/1.1" 200 2888 0.002491 10.0.0.27 - - [2025-03-24 02:17:09] "GET /routing-instance/7ca856d0-97aa-4fc6-b267-c3f55fec001f HTTP/1.1" 200 1783 0.002757 10.0.0.27 - - [2025-03-24 02:17:09] "GET /virtual-network/c79f3a5e-e198-4616-a5d8-36019b5e937b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.002311 10.0.0.27 - - [2025-03-24 02:17:09] "GET /virtual-network/c79f3a5e-e198-4616-a5d8-36019b5e937b HTTP/1.1" 200 2888 0.005472 10.0.0.27 - - [2025-03-24 02:17:09] "GET /routing-instance/7ca856d0-97aa-4fc6-b267-c3f55fec001f HTTP/1.1" 200 1783 0.002220 10.0.0.27 - - [2025-03-24 02:17:09] "GET /routing-instance/7ca856d0-97aa-4fc6-b267-c3f55fec001f HTTP/1.1" 200 1783 0.002117 10.0.0.27 - - [2025-03-24 02:17:09] "GET /route-target/5687acee-94e3-4cbd-b61b-2dd99d5796af HTTP/1.1" 200 1206 0.001976 10.0.0.27 - - [2025-03-24 02:17:09] "GET /domains HTTP/1.1" 200 280 0.002614 10.0.0.27 - - [2025-03-24 02:17:09] "GET /domains?obj_uuids=79b30645-0539-4daf-9ae9-b83a3811325a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000947 10.0.0.27 - - [2025-03-24 02:17:09] "GET /domain/79b30645-0539-4daf-9ae9-b83a3811325a HTTP/1.1" 200 3139 0.005991 10.0.0.27 - - [2025-03-24 02:17:09] "GET /projects?obj_uuids=d89c42b3-4cf8-47a0-a418-c883cfaec319&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001269 10.0.0.27 - - [2025-03-24 02:17:09] "GET /project/d89c42b3-4cf8-47a0-a418-c883cfaec319 HTTP/1.1" 200 2571 0.062217 10.0.0.27 - - [2025-03-24 02:17:09] "GET /virtual-network/c79f3a5e-e198-4616-a5d8-36019b5e937b HTTP/1.1" 200 2888 0.002848 10.0.0.27 - - [2025-03-24 02:17:10] "GET /obj-perms HTTP/1.1" 200 5034 0.045065 10.0.0.27 - - [2025-03-24 02:17:10] "GET /domains HTTP/1.1" 200 280 0.002465 10.0.0.27 - - [2025-03-24 02:17:10] "GET /domains?obj_uuids=79b30645-0539-4daf-9ae9-b83a3811325a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000982 10.0.0.27 - - [2025-03-24 02:17:10] "GET /domain/79b30645-0539-4daf-9ae9-b83a3811325a HTTP/1.1" 200 3139 0.006150 10.0.0.27 - - [2025-03-24 02:17:10] "GET /projects?obj_uuids=d89c42b3-4cf8-47a0-a418-c883cfaec319&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001299 10.0.0.27 - - [2025-03-24 02:17:10] "GET /project/d89c42b3-4cf8-47a0-a418-c883cfaec319 HTTP/1.1" 200 2571 0.064387 10.0.0.27 - - [2025-03-24 02:17:10] "GET /virtual-network/080badc1-c53c-4a7f-af7c-c78695f0dc81 HTTP/1.1" 200 2886 0.004657 10.0.0.27 - - [2025-03-24 02:17:10] "GET /virtual-network/080badc1-c53c-4a7f-af7c-c78695f0dc81 HTTP/1.1" 200 2886 0.002427 10.0.0.27 - - [2025-03-24 02:17:10] "GET /routing-instance/dc59fb23-0408-4aef-bcfb-62c66d702920 HTTP/1.1" 200 1784 0.002814 10.0.0.27 - - [2025-03-24 02:17:10] "GET /routing-instance/dc59fb23-0408-4aef-bcfb-62c66d702920 HTTP/1.1" 200 1784 0.002632 10.0.0.27 - - [2025-03-24 02:17:10] "GET /route-target/9d5a03cf-2718-41a7-9fb0-09cf7dcc0e81 HTTP/1.1" 200 1207 0.002621 10.0.0.27 - - [2025-03-24 02:17:10] "GET /virtual-network/080badc1-c53c-4a7f-af7c-c78695f0dc81 HTTP/1.1" 200 2886 0.002265 10.0.0.27 - - [2025-03-24 02:17:10] "GET /routing-instance/dc59fb23-0408-4aef-bcfb-62c66d702920 HTTP/1.1" 200 1784 0.002040 10.0.0.27 - - [2025-03-24 02:17:10] "GET /virtual-network/080badc1-c53c-4a7f-af7c-c78695f0dc81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.002191 10.0.0.27 - - [2025-03-24 02:17:10] "GET /virtual-network/080badc1-c53c-4a7f-af7c-c78695f0dc81 HTTP/1.1" 200 2886 0.002547 10.0.0.27 - - [2025-03-24 02:17:10] "GET /routing-instance/dc59fb23-0408-4aef-bcfb-62c66d702920 HTTP/1.1" 200 1784 0.002203 10.0.0.27 - - [2025-03-24 02:17:10] "GET /routing-instance/dc59fb23-0408-4aef-bcfb-62c66d702920 HTTP/1.1" 200 1784 0.002118 10.0.0.27 - - [2025-03-24 02:17:10] "GET /route-target/9d5a03cf-2718-41a7-9fb0-09cf7dcc0e81 HTTP/1.1" 200 1207 0.002241 10.0.0.27 - - [2025-03-24 02:17:10] "GET /domains HTTP/1.1" 200 280 0.002371 10.0.0.27 - - [2025-03-24 02:17:10] "GET /domains?obj_uuids=79b30645-0539-4daf-9ae9-b83a3811325a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000926 10.0.0.27 - - [2025-03-24 02:17:10] "GET /domain/79b30645-0539-4daf-9ae9-b83a3811325a HTTP/1.1" 200 3139 0.005796 10.0.0.27 - - [2025-03-24 02:17:10] "GET /projects?obj_uuids=d89c42b3-4cf8-47a0-a418-c883cfaec319&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001186 10.0.0.27 - - [2025-03-24 02:17:10] "GET /project/d89c42b3-4cf8-47a0-a418-c883cfaec319 HTTP/1.1" 200 2571 0.061832 10.0.0.27 - - [2025-03-24 02:17:10] "GET /virtual-network/080badc1-c53c-4a7f-af7c-c78695f0dc81 HTTP/1.1" 200 2886 0.002571 10.0.0.27 - - [2025-03-24 02:17:10] "GET /obj-perms HTTP/1.1" 200 5034 0.003044 10.0.0.27 - - [2025-03-24 02:17:10] "POST /id-to-fqname HTTP/1.1" 200 222 0.001247 10.0.0.27 - - [2025-03-24 02:17:10] "POST /neutron/network HTTP/1.1" 200 937 0.005343 10.0.0.27 - - [2025-03-24 02:17:10] "GET /aaa-mode HTTP/1.1" 401 292 0.000371 10.0.0.27 - - [2025-03-24 02:17:11] "GET / HTTP/1.1" 200 35931 0.001786 10.0.0.27 - - [2025-03-24 02:17:11] "GET /project/d89c42b3-4cf8-47a0-a418-c883cfaec319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000385 10.0.0.27 - - [2025-03-24 02:17:11] "GET /projects?obj_uuids=d89c42b3-4cf8-47a0-a418-c883cfaec319&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001072 10.0.0.27 - - [2025-03-24 02:17:11] "GET /project/d89c42b3-4cf8-47a0-a418-c883cfaec319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.041050 10.0.0.27 - - [2025-03-24 02:17:11] "POST /neutron/network HTTP/1.1" 200 927 0.005057 10.0.0.27 - - [2025-03-24 02:17:11] "POST /neutron/port HTTP/1.1" 200 117 0.004652 10.0.0.27 - - [2025-03-24 02:17:11] "POST /neutron/port HTTP/1.1" 200 117 0.004589 10.0.0.27 - - [2025-03-24 02:17:11] "POST /id-to-fqname HTTP/1.1" 200 222 0.001400 10.0.0.27 - - [2025-03-24 02:17:11] "POST /neutron/port HTTP/1.1" 200 117 0.004889 10.0.0.27 - - [2025-03-24 02:17:11] "POST /neutron/network HTTP/1.1" 200 937 0.006451 10.0.0.27 - - [2025-03-24 02:17:11] "GET /aaa-mode HTTP/1.1" 401 292 0.000409 10.0.0.27 - - [2025-03-24 02:17:12] "POST /neutron/network HTTP/1.1" 200 937 0.007761 10.0.0.27 - - [2025-03-24 02:17:12] "GET /projects?obj_uuids=d89c42b3-4cf8-47a0-a418-c883cfaec319&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000999 10.0.0.27 - - [2025-03-24 02:17:12] "GET / HTTP/1.1" 200 35931 0.001396 10.0.0.27 - - [2025-03-24 02:17:12] "GET /project/d89c42b3-4cf8-47a0-a418-c883cfaec319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000374 10.0.0.27 - - [2025-03-24 02:17:12] "POST /neutron/port HTTP/1.1" 200 1061 0.193779 10.0.0.27 - - [2025-03-24 02:17:12] "POST /neutron/port HTTP/1.1" 200 1061 0.007980 10.0.0.27 - - [2025-03-24 02:17:12] "POST /neutron/port HTTP/1.1" 200 1061 0.007332 10.0.0.27 - - [2025-03-24 02:17:12] "POST /neutron/port HTTP/1.1" 200 1115 0.053168 10.0.0.27 - - [2025-03-24 02:17:12] "GET /projects?obj_uuids=d89c42b3-4cf8-47a0-a418-c883cfaec319&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001011 10.0.0.27 - - [2025-03-24 02:17:12] "GET /project/d89c42b3-4cf8-47a0-a418-c883cfaec319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.041965 10.0.0.27 - - [2025-03-24 02:17:12] "POST /neutron/port HTTP/1.1" 200 1089 0.020584 10.0.0.27 - - [2025-03-24 02:17:12] "POST /neutron/network HTTP/1.1" 200 927 0.006359 10.0.0.27 - - [2025-03-24 02:17:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003281 10.0.0.27 - - [2025-03-24 02:17:12] "POST /neutron/subnet HTTP/1.1" 200 693 0.011436 10.0.0.27 - - [2025-03-24 02:17:12] "POST /neutron/port HTTP/1.1" 200 117 0.001069 10.0.0.27 - - [2025-03-24 02:17:12] "POST /neutron/network HTTP/1.1" 200 927 0.004821 10.0.0.27 - - [2025-03-24 02:17:12] "POST /neutron/port HTTP/1.1" 200 1089 0.016623 10.0.0.27 - - [2025-03-24 02:17:12] "POST /neutron/security_group HTTP/1.1" 200 2060 0.016045 10.0.0.27 - - [2025-03-24 02:17:12] "POST /neutron/port HTTP/1.1" 200 117 0.004796 10.0.0.27 - - [2025-03-24 02:17:12] "POST /neutron/port HTTP/1.1" 200 1089 0.015810 10.0.0.27 - - [2025-03-24 02:17:12] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007370 10.0.0.27 - - [2025-03-24 02:17:13] "POST /neutron/network HTTP/1.1" 200 937 0.005773 10.0.0.27 - - [2025-03-24 02:17:13] "GET /projects?obj_uuids=d89c42b3-4cf8-47a0-a418-c883cfaec319&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003390 10.0.0.27 - - [2025-03-24 02:17:13] "PUT /access-control-list/d6de7b19-4e57-43af-bb83-41f10bb73eaa HTTP/1.1" 200 272 0.060489 10.0.0.27 - - [2025-03-24 02:17:13] "POST /neutron/port HTTP/1.1" 200 1061 0.300081 10.0.0.27 - - [2025-03-24 02:17:13] "POST /neutron/port HTTP/1.1" 200 1061 0.011578 10.0.0.27 - - [2025-03-24 02:17:13] "POST /neutron/port HTTP/1.1" 200 1061 0.009136 10.0.0.27 - - [2025-03-24 02:17:13] "POST /neutron/port HTTP/1.1" 200 1115 0.061358 10.0.0.27 - - [2025-03-24 02:17:13] "POST /neutron/port HTTP/1.1" 200 1089 0.013466 10.0.0.27 - - [2025-03-24 02:17:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002831 10.0.0.27 - - [2025-03-24 02:17:13] "POST /neutron/subnet HTTP/1.1" 200 693 0.010257 10.0.0.27 - - [2025-03-24 02:17:13] "POST /neutron/port HTTP/1.1" 200 117 0.001045 10.0.0.27 - - [2025-03-24 02:17:13] "POST /neutron/network HTTP/1.1" 200 927 0.006854 10.0.0.27 - - [2025-03-24 02:17:17] "POST /neutron/port HTTP/1.1" 200 1089 0.014411 10.0.0.27 - - [2025-03-24 02:17:17] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005453 10.0.0.27 - - [2025-03-24 02:17:18] "POST /neutron/port HTTP/1.1" 200 1089 0.015169 10.0.0.27 - - [2025-03-24 02:17:18] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005499 10.0.0.27 - - [2025-03-24 02:17:18] "POST /neutron/port HTTP/1.1" 200 1089 0.013525 10.0.0.27 - - [2025-03-24 02:17:18] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006102 10.0.0.27 - - [2025-03-24 02:17:18] "GET /virtual-machine/c89cc7c0-74f8-4350-b918-7c3b0e0f289f HTTP/1.1" 200 1295 0.007118 10.0.0.27 - - [2025-03-24 02:17:18] "GET /virtual-machine-interface/85b056d1-46d2-4a58-b211-e8444c4aa086 HTTP/1.1" 200 2950 0.009944 10.0.0.27 - - [2025-03-24 02:17:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002778 10.0.0.27 - - [2025-03-24 02:17:18] "GET /global-vrouter-config/06d5e8c9-4721-4a57-b10f-0dc724ec4557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002297 10.0.0.27 - - [2025-03-24 02:17:18] "GET /virtual-networks?parent_id=d89c42b3-4cf8-47a0-a418-c883cfaec319&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002898 10.0.0.27 - - [2025-03-24 02:17:18] "GET /virtual-network/c79f3a5e-e198-4616-a5d8-36019b5e937b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.002911 10.0.0.27 - - [2025-03-24 02:17:21] "POST /neutron/port HTTP/1.1" 200 1089 0.015544 10.0.0.27 - - [2025-03-24 02:17:21] "POST /neutron/security_group HTTP/1.1" 200 2060 0.011821 10.0.0.27 - - [2025-03-24 02:17:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002805 10.0.0.27 - - [2025-03-24 02:17:21] "GET /virtual-network/c79f3a5e-e198-4616-a5d8-36019b5e937b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.002807 10.0.0.27 - - [2025-03-24 02:17:21] "POST /neutron/port HTTP/1.1" 200 1089 0.013622 10.0.0.27 - - [2025-03-24 02:17:21] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004740 10.0.0.27 - - [2025-03-24 02:17:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.27 - - [2025-03-24 02:17:23] "GET /global-vrouter-config/06d5e8c9-4721-4a57-b10f-0dc724ec4557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002455 10.0.0.27 - - [2025-03-24 02:17:23] "GET /virtual-networks?parent_id=d89c42b3-4cf8-47a0-a418-c883cfaec319&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002721 10.0.0.27 - - [2025-03-24 02:17:23] "GET /virtual-network/c79f3a5e-e198-4616-a5d8-36019b5e937b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.004238 10.0.0.27 - - [2025-03-24 02:17:23] "POST /neutron/port HTTP/1.1" 200 1089 0.014817 10.0.0.27 - - [2025-03-24 02:17:23] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005904 10.0.0.27 - - [2025-03-24 02:17:23] "POST /neutron/port HTTP/1.1" 200 1089 0.016145 10.0.0.27 - - [2025-03-24 02:17:23] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007380 10.0.0.27 - - [2025-03-24 02:17:23] "POST /neutron/port HTTP/1.1" 200 1089 0.014792 10.0.0.27 - - [2025-03-24 02:17:24] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005893 10.0.0.27 - - [2025-03-24 02:17:24] "GET /virtual-machine/7da2c242-2c55-478c-9c0c-c418df5bbb1d HTTP/1.1" 200 1294 0.004154 10.0.0.27 - - [2025-03-24 02:17:24] "GET /virtual-machine-interface/aeaf588b-4a92-4f97-b237-0afe9ba83f46 HTTP/1.1" 200 2951 0.004679 10.0.0.27 - - [2025-03-24 02:17:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002628 10.0.0.27 - - [2025-03-24 02:17:24] "GET /global-vrouter-config/06d5e8c9-4721-4a57-b10f-0dc724ec4557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002606 10.0.0.27 - - [2025-03-24 02:17:24] "GET /virtual-networks?parent_id=d89c42b3-4cf8-47a0-a418-c883cfaec319&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002748 10.0.0.27 - - [2025-03-24 02:17:24] "GET /virtual-network/080badc1-c53c-4a7f-af7c-c78695f0dc81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.003569 10.0.0.27 - - [2025-03-24 02:17:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002796 10.0.0.27 - - [2025-03-24 02:17:25] "GET /global-vrouter-config/06d5e8c9-4721-4a57-b10f-0dc724ec4557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002376 10.0.0.27 - - [2025-03-24 02:17:25] "GET /virtual-networks?parent_id=d89c42b3-4cf8-47a0-a418-c883cfaec319&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003183 10.0.0.27 - - [2025-03-24 02:17:25] "GET /virtual-network/080badc1-c53c-4a7f-af7c-c78695f0dc81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.002973 10.0.0.27 - - [2025-03-24 02:17:25] "DELETE /project/d89c42b34cf847a0a418c883cfaec319 HTTP/1.1" 404 173 0.018363 10.0.0.27 - - [2025-03-24 02:17:25] "DELETE /project/bf663baee1674d5394c6db6d4a96dc66 HTTP/1.1" 404 173 0.010902 10.0.0.27 - - [2025-03-24 02:17:25] "DELETE /project/03efd4cedc2f4ebcb20036a912c696cb HTTP/1.1" 404 173 0.010273 10.0.0.27 - - [2025-03-24 02:17:25] "GET /projects?obj_uuids=314904cb-81de-41cc-bb95-5af1a7e24ffb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000930 10.0.0.27 - - [2025-03-24 02:17:25] "GET /projects?obj_uuids=bf663bae-e167-4d53-94c6-db6d4a96dc66&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000899 10.0.0.27 - - [2025-03-24 02:17:25] "GET /projects?obj_uuids=03efd4ce-dc2f-4ebc-b200-36a912c696cb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000916 10.0.0.27 - - [2025-03-24 02:17:25] "GET /project/314904cb-81de-41cc-bb95-5af1a7e24ffb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.035541 10.0.0.27 - - [2025-03-24 02:17:25] "GET /project/bf663bae-e167-4d53-94c6-db6d4a96dc66?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.035403 10.0.0.27 - - [2025-03-24 02:17:25] "GET /project/03efd4ce-dc2f-4ebc-b200-36a912c696cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.034583 10.0.0.27 - - [2025-03-24 02:17:25] "GET /projects?obj_uuids=03efd4ce-dc2f-4ebc-b200-36a912c696cb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000975 10.0.0.27 - - [2025-03-24 02:17:25] "GET /projects?obj_uuids=bf663bae-e167-4d53-94c6-db6d4a96dc66&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000850 10.0.0.27 - - [2025-03-24 02:17:25] "GET /projects?obj_uuids=314904cb-81de-41cc-bb95-5af1a7e24ffb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000833 10.0.0.27 - - [2025-03-24 02:17:25] "GET /project/314904cb-81de-41cc-bb95-5af1a7e24ffb?fields=security_groups HTTP/1.1" 200 1347 0.047927 10.0.0.27 - - [2025-03-24 02:17:25] "GET /project/03efd4ce-dc2f-4ebc-b200-36a912c696cb?fields=security_groups HTTP/1.1" 200 1370 0.046030 10.0.0.27 - - [2025-03-24 02:17:25] "GET /project/bf663bae-e167-4d53-94c6-db6d4a96dc66?fields=security_groups HTTP/1.1" 200 1387 0.048933 10.0.0.27 - - [2025-03-24 02:17:26] "DELETE /security-group/b515d50f-8f43-41d0-ae55-4b804b8580c5 HTTP/1.1" 200 115 0.063373 10.0.0.27 - - [2025-03-24 02:17:26] "DELETE /security-group/f1970db7-fa34-4036-bf10-922d50aa9bf4 HTTP/1.1" 200 115 0.068715 10.0.0.27 - - [2025-03-24 02:17:26] "GET /projects?obj_uuids=03efd4ce-dc2f-4ebc-b200-36a912c696cb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001024 10.0.0.27 - - [2025-03-24 02:17:26] "GET /projects?obj_uuids=314904cb-81de-41cc-bb95-5af1a7e24ffb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000947 10.0.0.27 - - [2025-03-24 02:17:26] "DELETE /security-group/f74046d2-e4f5-42b2-b1a9-5af005b52356 HTTP/1.1" 200 115 0.086764 10.0.0.27 - - [2025-03-24 02:17:26] "GET /projects?obj_uuids=bf663bae-e167-4d53-94c6-db6d4a96dc66&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000953 10.0.0.27 - - [2025-03-24 02:17:26] "DELETE /access-control-list/c11007f4-b919-4e6b-9650-32b24df4ab7e HTTP/1.1" 200 115 0.050099 10.0.0.27 - - [2025-03-24 02:17:26] "GET /project/03efd4ce-dc2f-4ebc-b200-36a912c696cb?fields=application_policy_sets HTTP/1.1" 200 1409 0.047481 10.0.0.27 - - [2025-03-24 02:17:26] "GET /project/bf663bae-e167-4d53-94c6-db6d4a96dc66?fields=application_policy_sets HTTP/1.1" 200 1426 0.032692 10.0.0.27 - - [2025-03-24 02:17:26] "DELETE /access-control-list/5a72086b-6b8d-4392-ba37-3a43e603af13 HTTP/1.1" 200 115 0.040004 10.0.0.27 - - [2025-03-24 02:17:26] "GET /project/314904cb-81de-41cc-bb95-5af1a7e24ffb?fields=application_policy_sets HTTP/1.1" 200 1386 0.087461 10.0.0.27 - - [2025-03-24 02:17:26] "DELETE /access-control-list/0b0eda1e-ba58-4e02-aae3-ebc0e180533e HTTP/1.1" 200 115 0.034662 10.0.0.27 - - [2025-03-24 02:17:26] "DELETE /access-control-list/6b28e58c-2a65-4a65-88f1-b91f31480701 HTTP/1.1" 200 115 0.041220 10.0.0.27 - - [2025-03-24 02:17:26] "DELETE /project/03efd4ce-dc2f-4ebc-b200-36a912c696cb HTTP/1.1" 200 115 0.425930 10.0.0.27 - - [2025-03-24 02:17:26] "DELETE /access-control-list/5a220024-f8a7-4933-ba6c-a61371f77b25 HTTP/1.1" 200 115 0.029085 10.0.0.27 - - [2025-03-24 02:17:26] "DELETE /project/bf663bae-e167-4d53-94c6-db6d4a96dc66 HTTP/1.1" 200 115 0.434212 10.0.0.27 - - [2025-03-24 02:17:26] "DELETE /project/314904cb-81de-41cc-bb95-5af1a7e24ffb HTTP/1.1" 200 115 0.445328 10.0.0.27 - - [2025-03-24 02:17:26] "DELETE /access-control-list/db11dd91-b5d4-41a1-a58a-d1e2769c6303 HTTP/1.1" 200 115 0.025515 10.0.0.27 - - [2025-03-24 02:17:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002858 10.0.0.27 - - [2025-03-24 02:17:29] "GET /projects?obj_uuids=d89c42b3-4cf8-47a0-a418-c883cfaec319&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000975 10.0.0.27 - - [2025-03-24 02:17:29] "GET /project/d89c42b3-4cf8-47a0-a418-c883cfaec319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.019669 10.0.0.27 - - [2025-03-24 02:17:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002708 10.0.0.27 - - [2025-03-24 02:17:29] "PUT /network-policy/d3ec613e-d79d-4c01-9fee-c904f90cb90a HTTP/1.1" 200 262 0.011158 10.0.0.27 - - [2025-03-24 02:17:29] "PUT /access-control-list/d6de7b19-4e57-43af-bb83-41f10bb73eaa HTTP/1.1" 200 272 0.051815 10.0.0.27 - - [2025-03-24 02:17:29] "POST /ref-update HTTP/1.1" 200 156 0.010334 10.0.0.27 - - [2025-03-24 02:17:29] "PUT /access-control-list/b6c40062-fb84-4bcb-95c4-494f844cbae0 HTTP/1.1" 200 272 0.053119 10.0.0.27 - - [2025-03-24 02:17:29] "POST /ref-update HTTP/1.1" 200 156 0.010461 10.0.0.27 - - [2025-03-24 02:17:32] "GET /obj-perms HTTP/1.1" 200 5056 0.044150 10.0.0.27 - - [2025-03-24 02:17:32] "GET /obj-perms HTTP/1.1" 200 5056 0.038948 10.0.0.27 - - [2025-03-24 02:17:32] "GET /virtual-network/080badc1-c53c-4a7f-af7c-c78695f0dc81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.003116 10.0.0.27 - - [2025-03-24 02:17:32] "POST /neutron/network HTTP/1.1" 200 927 0.013123 10.0.0.27 - - [2025-03-24 02:17:32] "POST /neutron/network HTTP/1.1" 200 825 0.048739 10.0.0.27 - - [2025-03-24 02:17:32] "DELETE /access-control-list/d6de7b19-4e57-43af-bb83-41f10bb73eaa HTTP/1.1" 200 115 0.029507 10.0.0.27 - - [2025-03-24 02:17:32] "POST /neutron/network HTTP/1.1" 200 825 0.012943 10.0.0.27 - - [2025-03-24 02:17:32] "GET /virtual-network/080badc1-c53c-4a7f-af7c-c78695f0dc81?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.003929 10.0.0.27 - - [2025-03-24 02:17:32] "GET /virtual-network/c79f3a5e-e198-4616-a5d8-36019b5e937b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.003454 10.0.0.27 - - [2025-03-24 02:17:32] "POST /neutron/network HTTP/1.1" 200 927 0.011653 10.0.0.27 - - [2025-03-24 02:17:32] "POST /neutron/network HTTP/1.1" 200 825 0.045139 10.0.0.27 - - [2025-03-24 02:17:33] "POST /neutron/network HTTP/1.1" 200 825 0.005443 10.0.0.27 - - [2025-03-24 02:17:33] "GET /virtual-network/c79f3a5e-e198-4616-a5d8-36019b5e937b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.002956 10.0.0.27 - - [2025-03-24 02:17:33] "DELETE /network-policy/d3ec613e-d79d-4c01-9fee-c904f90cb90a HTTP/1.1" 200 115 0.025604 10.0.0.27 - - [2025-03-24 02:17:33] "POST /neutron/network HTTP/1.1" 200 825 0.006062 10.0.0.27 - - [2025-03-24 02:17:33] "POST /neutron/network HTTP/1.1" 400 204 0.011631 10.0.0.27 - - [2025-03-24 02:17:33] "POST /neutron/port HTTP/1.1" 200 1089 0.022009 10.0.0.27 - - [2025-03-24 02:17:33] "POST /neutron/port HTTP/1.1" 200 1115 0.008766 10.0.0.27 - - [2025-03-24 02:17:33] "POST /neutron/port HTTP/1.1" 200 1089 0.018757 10.0.0.27 - - [2025-03-24 02:17:33] "POST /neutron/port HTTP/1.1" 200 1115 0.011450 10.0.0.27 - - [2025-03-24 02:17:33] "POST /neutron/port HTTP/1.1" 200 151 0.133452 10.0.0.27 - - [2025-03-24 02:17:33] "DELETE /access-control-list/b6c40062-fb84-4bcb-95c4-494f844cbae0 HTTP/1.1" 200 115 0.031030 10.0.0.27 - - [2025-03-24 02:17:33] "POST /neutron/port HTTP/1.1" 200 151 0.138040 10.0.0.27 - - [2025-03-24 02:17:35] "POST /neutron/network HTTP/1.1" 200 825 0.007249 10.0.0.27 - - [2025-03-24 02:17:35] "POST /useragent-kv HTTP/1.1" 200 115 0.001193 10.0.0.27 - - [2025-03-24 02:17:35] "POST /useragent-kv HTTP/1.1" 200 115 0.001244 10.0.0.27 - - [2025-03-24 02:17:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004145 10.0.0.27 - - [2025-03-24 02:17:35] "POST /neutron/network HTTP/1.1" 200 151 0.080783 10.0.0.27 - - [2025-03-24 02:17:35] "GET /routing-instance/dc59fb23-0408-4aef-bcfb-62c66d702920 HTTP/1.1" 404 171 0.001817 10.0.0.27 - - [2025-03-24 02:17:35] "GET /domains HTTP/1.1" 200 280 0.001796 10.0.0.27 - - [2025-03-24 02:17:35] "DELETE /route-target/9d5a03cf-2718-41a7-9fb0-09cf7dcc0e81 HTTP/1.1" 200 115 0.019235 10.0.0.27 - - [2025-03-24 02:17:35] "GET /domains?obj_uuids=79b30645-0539-4daf-9ae9-b83a3811325a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000880 10.0.0.27 - - [2025-03-24 02:17:35] "GET /domain/79b30645-0539-4daf-9ae9-b83a3811325a HTTP/1.1" 200 2575 0.051245 10.0.0.27 - - [2025-03-24 02:17:35] "GET /projects?obj_uuids=d89c42b3-4cf8-47a0-a418-c883cfaec319&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001027 10.0.0.27 - - [2025-03-24 02:17:35] "GET /project/d89c42b3-4cf8-47a0-a418-c883cfaec319 HTTP/1.1" 200 2103 0.069208 10.0.0.27 - - [2025-03-24 02:17:35] "POST /neutron/network HTTP/1.1" 200 825 0.005601 10.0.0.27 - - [2025-03-24 02:17:35] "POST /useragent-kv HTTP/1.1" 200 115 0.001409 10.0.0.27 - - [2025-03-24 02:17:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004507 10.0.0.27 - - [2025-03-24 02:17:35] "POST /useragent-kv HTTP/1.1" 200 115 0.001319 10.0.0.27 - - [2025-03-24 02:17:35] "POST /neutron/network HTTP/1.1" 200 151 0.081024 10.0.0.27 - - [2025-03-24 02:17:35] "GET /routing-instance/7ca856d0-97aa-4fc6-b267-c3f55fec001f HTTP/1.1" 404 171 0.002996 10.0.0.27 - - [2025-03-24 02:17:35] "GET /domains HTTP/1.1" 200 280 0.004695 10.0.0.27 - - [2025-03-24 02:17:35] "DELETE /route-target/5687acee-94e3-4cbd-b61b-2dd99d5796af HTTP/1.1" 200 115 0.033501 10.0.0.27 - - [2025-03-24 02:17:35] "GET /domains?obj_uuids=79b30645-0539-4daf-9ae9-b83a3811325a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001367 10.0.0.27 - - [2025-03-24 02:17:35] "GET /domain/79b30645-0539-4daf-9ae9-b83a3811325a HTTP/1.1" 200 2575 0.052894 10.0.0.27 - - [2025-03-24 02:17:35] "GET /projects?obj_uuids=d89c42b3-4cf8-47a0-a418-c883cfaec319&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001516 10.0.0.27 - - [2025-03-24 02:17:35] "GET /project/d89c42b3-4cf8-47a0-a418-c883cfaec319 HTTP/1.1" 200 1864 0.068826 10.0.0.27 - - [2025-03-24 02:17:35] "GET /projects?obj_uuids=d89c42b3-4cf8-47a0-a418-c883cfaec319&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001170 10.0.0.27 - - [2025-03-24 02:17:35] "GET /project/d89c42b3-4cf8-47a0-a418-c883cfaec319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.022881 10.0.0.27 - - [2025-03-24 02:17:35] "GET /projects?obj_uuids=d89c42b3-4cf8-47a0-a418-c883cfaec319&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001432 10.0.0.27 - - [2025-03-24 02:17:36] "GET /project/d89c42b3-4cf8-47a0-a418-c883cfaec319?fields=virtual_networks HTTP/1.1" 200 1036 0.061713 10.0.0.27 - - [2025-03-24 02:17:36] "GET /projects?obj_uuids=d89c42b3-4cf8-47a0-a418-c883cfaec319&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001131 10.0.0.27 - - [2025-03-24 02:17:36] "GET /project/d89c42b3-4cf8-47a0-a418-c883cfaec319?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.020540 10.0.0.27 - - [2025-03-24 02:17:36] "GET /projects?obj_uuids=d89c42b3-4cf8-47a0-a418-c883cfaec319&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001059 10.0.0.27 - - [2025-03-24 02:17:36] "GET /project/d89c42b3-4cf8-47a0-a418-c883cfaec319?fields=security_groups HTTP/1.1" 200 1264 0.020837 10.0.0.27 - - [2025-03-24 02:17:36] "POST /fqname-to-id HTTP/1.1" 404 186 0.022212 10.0.0.27 - - [2025-03-24 02:17:36] "GET /projects?obj_uuids=e492147d-2dc1-4c71-bf72-d30034537a96&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002655 10.0.0.27 - - [2025-03-24 02:17:36] "GET /domains?obj_uuids=79b30645-0539-4daf-9ae9-b83a3811325a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001108 10.0.0.27 - - [2025-03-24 02:17:36] "GET /domain/79b30645-0539-4daf-9ae9-b83a3811325a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006305 10.0.0.27 - - [2025-03-24 02:17:37] "POST /id-to-fqname HTTP/1.1" 200 188 0.001529 10.0.0.27 - - [2025-03-24 02:17:37] "POST /fqname-to-id HTTP/1.1" 404 197 0.002521 10.0.0.27 - - [2025-03-24 02:17:37] "POST /security-groups HTTP/1.1" 200 589 0.063653 10.0.0.27 - - [2025-03-24 02:17:37] "POST /fqname-to-id HTTP/1.1" 404 232 0.002512 10.0.0.27 - - [2025-03-24 02:17:37] "POST /projects HTTP/1.1" 200 581 0.205637 10.0.0.27 - - [2025-03-24 02:17:37] "POST /access-control-lists HTTP/1.1" 200 594 0.059121 10.0.0.27 - - [2025-03-24 02:17:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.271820 10.0.0.27 - - [2025-03-24 02:17:37] "POST /fqname-to-id HTTP/1.1" 404 231 0.003243 10.0.0.27 - - [2025-03-24 02:17:37] "GET /project/e492147d-2dc1-4c71-bf72-d30034537a96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.386244 10.0.0.27 - - [2025-03-24 02:17:37] "POST /access-control-lists HTTP/1.1" 200 592 0.060334 10.0.0.27 - - [2025-03-24 02:17:38] "GET / HTTP/1.1" 200 35931 0.003078 10.0.0.27 - - [2025-03-24 02:17:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000561 10.0.0.27 - - [2025-03-24 02:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.050384 10.0.0.27 - - [2025-03-24 02:17:39] "GET /projects?obj_uuids=e492147d-2dc1-4c71-bf72-d30034537a96&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001039 10.0.0.27 - - [2025-03-24 02:17:39] "GET /project/e492147d-2dc1-4c71-bf72-d30034537a96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.019635 10.0.0.27 - - [2025-03-24 02:17:39] "POST /neutron/network HTTP/1.1" 200 117 0.026659 10.0.0.27 - - [2025-03-24 02:17:39] "GET /projects?obj_uuids=e492147d-2dc1-4c71-bf72-d30034537a96&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001000 10.0.0.27 - - [2025-03-24 02:17:39] "POST /neutron/network HTTP/1.1" 200 613 0.058052 10.0.0.27 - - [2025-03-24 02:17:39] "POST /route-targets HTTP/1.1" 200 327 0.008377 10.0.0.27 - - [2025-03-24 02:17:39] "POST /ref-update HTTP/1.1" 200 156 0.011189 10.0.0.27 - - [2025-03-24 02:17:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003788 10.0.0.27 - - [2025-03-24 02:17:39] "POST /neutron/subnet HTTP/1.1" 200 724 0.127705 10.0.0.27 - - [2025-03-24 02:17:39] "POST /neutron/network HTTP/1.1" 200 832 0.004711 10.0.0.27 - - [2025-03-24 02:17:39] "POST /id-to-fqname HTTP/1.1" 200 223 0.001097 10.0.0.27 - - [2025-03-24 02:17:39] "GET /virtual-network/171023d3-5b0c-4737-af06-eda60fd112ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.002414 10.0.0.27 - - [2025-03-24 02:17:39] "POST /neutron/network HTTP/1.1" 200 832 0.006489 10.0.0.27 - - [2025-03-24 02:17:39] "GET /virtual-network/171023d3-5b0c-4737-af06-eda60fd112ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.002604 10.0.0.27 - - [2025-03-24 02:17:39] "POST /neutron/network HTTP/1.1" 200 832 0.005446 10.0.0.27 - - [2025-03-24 02:17:39] "POST /neutron/subnet HTTP/1.1" 200 724 0.005693 10.0.0.27 - - [2025-03-24 02:17:39] "GET /domains HTTP/1.1" 401 292 0.000360 10.0.0.27 - - [2025-03-24 02:17:40] "GET /domains HTTP/1.1" 200 280 0.022919 10.0.0.27 - - [2025-03-24 02:17:40] "GET /domains?obj_uuids=79b30645-0539-4daf-9ae9-b83a3811325a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001528 10.0.0.27 - - [2025-03-24 02:17:40] "GET /domain/79b30645-0539-4daf-9ae9-b83a3811325a HTTP/1.1" 200 2759 0.008947 10.0.0.27 - - [2025-03-24 02:17:40] "GET /projects?obj_uuids=e492147d-2dc1-4c71-bf72-d30034537a96&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000948 10.0.0.27 - - [2025-03-24 02:17:40] "GET /project/e492147d-2dc1-4c71-bf72-d30034537a96 HTTP/1.1" 200 2080 0.065503 10.0.0.27 - - [2025-03-24 02:17:40] "GET /virtual-network/171023d3-5b0c-4737-af06-eda60fd112ca HTTP/1.1" 200 2317 0.004554 10.0.0.27 - - [2025-03-24 02:17:40] "GET /virtual-network/171023d3-5b0c-4737-af06-eda60fd112ca HTTP/1.1" 200 2317 0.002379 10.0.0.27 - - [2025-03-24 02:17:40] "GET /routing-instance/018888d6-7807-46a3-8bf9-5b224fee7542 HTTP/1.1" 200 1492 0.002431 10.0.0.27 - - [2025-03-24 02:17:40] "GET /routing-instance/018888d6-7807-46a3-8bf9-5b224fee7542 HTTP/1.1" 200 1492 0.003052 10.0.0.27 - - [2025-03-24 02:17:40] "GET /route-target/75c78508-82dc-45a7-94ea-87b15e777853 HTTP/1.1" 200 1212 0.002634 10.0.0.27 - - [2025-03-24 02:17:40] "GET /virtual-network/171023d3-5b0c-4737-af06-eda60fd112ca HTTP/1.1" 200 2317 0.003059 10.0.0.27 - - [2025-03-24 02:17:40] "GET /routing-instance/018888d6-7807-46a3-8bf9-5b224fee7542 HTTP/1.1" 200 1492 0.002309 10.0.0.27 - - [2025-03-24 02:17:40] "GET /virtual-network/171023d3-5b0c-4737-af06-eda60fd112ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.002377 10.0.0.27 - - [2025-03-24 02:17:40] "GET /virtual-network/171023d3-5b0c-4737-af06-eda60fd112ca HTTP/1.1" 200 2317 0.002747 10.0.0.27 - - [2025-03-24 02:17:40] "GET /routing-instance/018888d6-7807-46a3-8bf9-5b224fee7542 HTTP/1.1" 200 1492 0.002950 10.0.0.27 - - [2025-03-24 02:17:40] "GET /routing-instance/018888d6-7807-46a3-8bf9-5b224fee7542 HTTP/1.1" 200 1492 0.002309 10.0.0.27 - - [2025-03-24 02:17:40] "GET /route-target/75c78508-82dc-45a7-94ea-87b15e777853 HTTP/1.1" 200 1212 0.002193 10.0.0.27 - - [2025-03-24 02:17:40] "GET /domains HTTP/1.1" 200 280 0.002448 10.0.0.27 - - [2025-03-24 02:17:40] "GET /domains?obj_uuids=79b30645-0539-4daf-9ae9-b83a3811325a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001003 10.0.0.27 - - [2025-03-24 02:17:40] "GET /domain/79b30645-0539-4daf-9ae9-b83a3811325a HTTP/1.1" 200 2759 0.006423 10.0.0.27 - - [2025-03-24 02:17:40] "GET /projects?obj_uuids=e492147d-2dc1-4c71-bf72-d30034537a96&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001031 10.0.0.27 - - [2025-03-24 02:17:40] "GET /project/e492147d-2dc1-4c71-bf72-d30034537a96 HTTP/1.1" 200 2080 0.059433 10.0.0.27 - - [2025-03-24 02:17:40] "GET /virtual-network/171023d3-5b0c-4737-af06-eda60fd112ca HTTP/1.1" 200 2317 0.002360 10.0.0.27 - - [2025-03-24 02:17:40] "GET /obj-perms HTTP/1.1" 200 5026 0.046576 10.0.0.27 - - [2025-03-24 02:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.27 - - [2025-03-24 02:17:40] "GET /projects?obj_uuids=e492147d-2dc1-4c71-bf72-d30034537a96&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001365 10.0.0.27 - - [2025-03-24 02:17:40] "GET /project/e492147d-2dc1-4c71-bf72-d30034537a96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.020157 10.0.0.27 - - [2025-03-24 02:17:40] "POST /neutron/network HTTP/1.1" 200 117 0.008462 10.0.0.27 - - [2025-03-24 02:17:40] "GET /projects?obj_uuids=e492147d-2dc1-4c71-bf72-d30034537a96&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001163 10.0.0.27 - - [2025-03-24 02:17:40] "POST /neutron/network HTTP/1.1" 200 613 0.061291 10.0.0.27 - - [2025-03-24 02:17:41] "POST /route-targets HTTP/1.1" 200 327 0.008760 10.0.0.27 - - [2025-03-24 02:17:41] "POST /ref-update HTTP/1.1" 200 156 0.011119 10.0.0.27 - - [2025-03-24 02:17:41] "POST /useragent-kv HTTP/1.1" 200 115 0.001832 10.0.0.27 - - [2025-03-24 02:17:41] "POST /neutron/subnet HTTP/1.1" 200 734 0.181555 10.0.0.27 - - [2025-03-24 02:17:41] "POST /neutron/network HTTP/1.1" 200 834 0.004827 10.0.0.27 - - [2025-03-24 02:17:41] "POST /id-to-fqname HTTP/1.1" 200 223 0.001049 10.0.0.27 - - [2025-03-24 02:17:41] "GET /virtual-network/85ed0caf-f537-4318-97c9-3629c5eba14c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.003199 10.0.0.27 - - [2025-03-24 02:17:41] "POST /neutron/network HTTP/1.1" 200 834 0.005619 10.0.0.27 - - [2025-03-24 02:17:41] "GET /virtual-network/85ed0caf-f537-4318-97c9-3629c5eba14c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.002436 10.0.0.27 - - [2025-03-24 02:17:41] "POST /neutron/network HTTP/1.1" 200 834 0.005738 10.0.0.27 - - [2025-03-24 02:17:41] "POST /neutron/subnet HTTP/1.1" 200 734 0.007439 10.0.0.27 - - [2025-03-24 02:17:41] "GET /domains HTTP/1.1" 200 280 0.002344 10.0.0.27 - - [2025-03-24 02:17:41] "GET /domains?obj_uuids=79b30645-0539-4daf-9ae9-b83a3811325a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001087 10.0.0.27 - - [2025-03-24 02:17:41] "GET /domain/79b30645-0539-4daf-9ae9-b83a3811325a HTTP/1.1" 200 2759 0.006345 10.0.0.27 - - [2025-03-24 02:17:41] "GET /projects?obj_uuids=e492147d-2dc1-4c71-bf72-d30034537a96&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000948 10.0.0.27 - - [2025-03-24 02:17:41] "GET /project/e492147d-2dc1-4c71-bf72-d30034537a96 HTTP/1.1" 200 2298 0.064454 10.0.0.27 - - [2025-03-24 02:17:41] "GET /virtual-network/85ed0caf-f537-4318-97c9-3629c5eba14c HTTP/1.1" 200 2323 0.003462 10.0.0.27 - - [2025-03-24 02:17:41] "GET /virtual-network/85ed0caf-f537-4318-97c9-3629c5eba14c HTTP/1.1" 200 2323 0.002361 10.0.0.27 - - [2025-03-24 02:17:41] "GET /routing-instance/e20b5f93-2ed0-41db-b9a9-998910746978 HTTP/1.1" 200 1494 0.002384 10.0.0.27 - - [2025-03-24 02:17:41] "GET /routing-instance/e20b5f93-2ed0-41db-b9a9-998910746978 HTTP/1.1" 200 1494 0.002155 10.0.0.27 - - [2025-03-24 02:17:41] "GET /route-target/c5435f5e-278f-46d4-a6eb-143fb3d503d6 HTTP/1.1" 200 1213 0.002159 10.0.0.27 - - [2025-03-24 02:17:41] "GET /virtual-network/85ed0caf-f537-4318-97c9-3629c5eba14c HTTP/1.1" 200 2323 0.002151 10.0.0.27 - - [2025-03-24 02:17:41] "GET /routing-instance/e20b5f93-2ed0-41db-b9a9-998910746978 HTTP/1.1" 200 1494 0.003829 10.0.0.27 - - [2025-03-24 02:17:41] "GET /virtual-network/85ed0caf-f537-4318-97c9-3629c5eba14c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.002207 10.0.0.27 - - [2025-03-24 02:17:41] "GET /virtual-network/85ed0caf-f537-4318-97c9-3629c5eba14c HTTP/1.1" 200 2323 0.002425 10.0.0.27 - - [2025-03-24 02:17:41] "GET /routing-instance/e20b5f93-2ed0-41db-b9a9-998910746978 HTTP/1.1" 200 1494 0.001976 10.0.0.27 - - [2025-03-24 02:17:41] "GET /routing-instance/e20b5f93-2ed0-41db-b9a9-998910746978 HTTP/1.1" 200 1494 0.001845 10.0.0.27 - - [2025-03-24 02:17:41] "GET /route-target/c5435f5e-278f-46d4-a6eb-143fb3d503d6 HTTP/1.1" 200 1213 0.002013 10.0.0.27 - - [2025-03-24 02:17:41] "GET /domains HTTP/1.1" 200 280 0.002355 10.0.0.27 - - [2025-03-24 02:17:41] "GET /domains?obj_uuids=79b30645-0539-4daf-9ae9-b83a3811325a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000959 10.0.0.27 - - [2025-03-24 02:17:41] "GET /domain/79b30645-0539-4daf-9ae9-b83a3811325a HTTP/1.1" 200 2759 0.005875 10.0.0.27 - - [2025-03-24 02:17:41] "GET /projects?obj_uuids=e492147d-2dc1-4c71-bf72-d30034537a96&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001457 10.0.0.27 - - [2025-03-24 02:17:41] "GET /project/e492147d-2dc1-4c71-bf72-d30034537a96 HTTP/1.1" 200 2298 0.060394 10.0.0.27 - - [2025-03-24 02:17:41] "GET /virtual-network/85ed0caf-f537-4318-97c9-3629c5eba14c HTTP/1.1" 200 2323 0.002201 10.0.0.27 - - [2025-03-24 02:17:41] "GET /obj-perms HTTP/1.1" 200 5026 0.002619 10.0.0.27 - - [2025-03-24 02:17:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002571 10.0.0.27 - - [2025-03-24 02:17:41] "GET /projects?obj_uuids=e492147d-2dc1-4c71-bf72-d30034537a96&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001011 10.0.0.27 - - [2025-03-24 02:17:41] "GET /project/e492147d-2dc1-4c71-bf72-d30034537a96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.016940 10.0.0.27 - - [2025-03-24 02:17:41] "POST /neutron/network HTTP/1.1" 200 117 0.009285 10.0.0.27 - - [2025-03-24 02:17:41] "GET /projects?obj_uuids=e492147d-2dc1-4c71-bf72-d30034537a96&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001016 10.0.0.27 - - [2025-03-24 02:17:41] "POST /neutron/network HTTP/1.1" 200 615 0.053602 10.0.0.27 - - [2025-03-24 02:17:41] "POST /ref-update HTTP/1.1" 200 156 0.012344 10.0.0.27 - - [2025-03-24 02:17:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002947 10.0.0.27 - - [2025-03-24 02:17:41] "POST /neutron/subnet HTTP/1.1" 200 725 0.154178 10.0.0.27 - - [2025-03-24 02:17:41] "POST /neutron/network HTTP/1.1" 200 834 0.004762 10.0.0.27 - - [2025-03-24 02:17:41] "POST /id-to-fqname HTTP/1.1" 200 224 0.001204 10.0.0.27 - - [2025-03-24 02:17:42] "GET /virtual-network/9f538e98-2e1c-422f-b823-126a514e9219?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.003529 10.0.0.27 - - [2025-03-24 02:17:42] "POST /neutron/network HTTP/1.1" 200 834 0.006263 10.0.0.27 - - [2025-03-24 02:17:42] "GET /virtual-network/9f538e98-2e1c-422f-b823-126a514e9219?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.003373 10.0.0.27 - - [2025-03-24 02:17:42] "POST /neutron/network HTTP/1.1" 200 834 0.006887 10.0.0.27 - - [2025-03-24 02:17:42] "POST /neutron/subnet HTTP/1.1" 200 725 0.006353 10.0.0.27 - - [2025-03-24 02:17:42] "GET /domains HTTP/1.1" 200 280 0.002009 10.0.0.27 - - [2025-03-24 02:17:42] "GET /domains?obj_uuids=79b30645-0539-4daf-9ae9-b83a3811325a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001233 10.0.0.27 - - [2025-03-24 02:17:42] "GET /domain/79b30645-0539-4daf-9ae9-b83a3811325a HTTP/1.1" 200 2759 0.006006 10.0.0.27 - - [2025-03-24 02:17:42] "GET /projects?obj_uuids=e492147d-2dc1-4c71-bf72-d30034537a96&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000856 10.0.0.27 - - [2025-03-24 02:17:42] "GET /project/e492147d-2dc1-4c71-bf72-d30034537a96 HTTP/1.1" 200 2517 0.060180 10.0.0.27 - - [2025-03-24 02:17:42] "GET /virtual-network/9f538e98-2e1c-422f-b823-126a514e9219 HTTP/1.1" 200 2324 0.003781 10.0.0.27 - - [2025-03-24 02:17:42] "GET /virtual-network/9f538e98-2e1c-422f-b823-126a514e9219 HTTP/1.1" 200 2324 0.002295 10.0.0.27 - - [2025-03-24 02:17:42] "GET /routing-instance/5446a2c2-559f-403e-a09a-cbabca076b70 HTTP/1.1" 200 1497 0.003083 10.0.0.27 - - [2025-03-24 02:17:42] "GET /routing-instance/5446a2c2-559f-403e-a09a-cbabca076b70 HTTP/1.1" 200 1497 0.002249 10.0.0.27 - - [2025-03-24 02:17:42] "GET /route-target/a0d9758d-c80e-4299-9ca1-a95b12b52c9b HTTP/1.1" 200 1215 0.002336 10.0.0.27 - - [2025-03-24 02:17:42] "GET /virtual-network/9f538e98-2e1c-422f-b823-126a514e9219 HTTP/1.1" 200 2324 0.002679 10.0.0.27 - - [2025-03-24 02:17:42] "GET /routing-instance/5446a2c2-559f-403e-a09a-cbabca076b70 HTTP/1.1" 200 1497 0.002278 10.0.0.27 - - [2025-03-24 02:17:42] "GET /virtual-network/9f538e98-2e1c-422f-b823-126a514e9219?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.002236 10.0.0.27 - - [2025-03-24 02:17:42] "GET /virtual-network/9f538e98-2e1c-422f-b823-126a514e9219 HTTP/1.1" 200 2324 0.002304 10.0.0.27 - - [2025-03-24 02:17:42] "GET /routing-instance/5446a2c2-559f-403e-a09a-cbabca076b70 HTTP/1.1" 200 1497 0.002297 10.0.0.27 - - [2025-03-24 02:17:42] "GET /routing-instance/5446a2c2-559f-403e-a09a-cbabca076b70 HTTP/1.1" 200 1497 0.002108 10.0.0.27 - - [2025-03-24 02:17:42] "GET /route-target/a0d9758d-c80e-4299-9ca1-a95b12b52c9b HTTP/1.1" 200 1215 0.001965 10.0.0.27 - - [2025-03-24 02:17:42] "GET /domains HTTP/1.1" 200 280 0.002311 10.0.0.27 - - [2025-03-24 02:17:42] "GET /domains?obj_uuids=79b30645-0539-4daf-9ae9-b83a3811325a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000954 10.0.0.27 - - [2025-03-24 02:17:42] "GET /domain/79b30645-0539-4daf-9ae9-b83a3811325a HTTP/1.1" 200 2759 0.006446 10.0.0.27 - - [2025-03-24 02:17:42] "GET /projects?obj_uuids=e492147d-2dc1-4c71-bf72-d30034537a96&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001064 10.0.0.27 - - [2025-03-24 02:17:42] "GET /project/e492147d-2dc1-4c71-bf72-d30034537a96 HTTP/1.1" 200 2517 0.062627 10.0.0.27 - - [2025-03-24 02:17:42] "GET /virtual-network/9f538e98-2e1c-422f-b823-126a514e9219 HTTP/1.1" 200 2324 0.002298 10.0.0.27 - - [2025-03-24 02:17:42] "GET /obj-perms HTTP/1.1" 200 5026 0.002818 10.0.0.27 - - [2025-03-24 02:17:42] "POST /id-to-fqname HTTP/1.1" 200 223 0.001306 10.0.0.27 - - [2025-03-24 02:17:42] "POST /neutron/network HTTP/1.1" 200 844 0.006125 10.0.0.27 - - [2025-03-24 02:17:42] "GET /aaa-mode HTTP/1.1" 401 292 0.000415 10.0.0.27 - - [2025-03-24 02:17:42] "GET / HTTP/1.1" 200 35931 0.001895 10.0.0.27 - - [2025-03-24 02:17:42] "GET /project/e492147d-2dc1-4c71-bf72-d30034537a96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000423 10.0.0.27 - - [2025-03-24 02:17:43] "GET /projects?obj_uuids=e492147d-2dc1-4c71-bf72-d30034537a96&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001750 10.0.0.27 - - [2025-03-24 02:17:43] "GET /project/e492147d-2dc1-4c71-bf72-d30034537a96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.039660 10.0.0.27 - - [2025-03-24 02:17:43] "POST /neutron/network HTTP/1.1" 200 834 0.004799 10.0.0.27 - - [2025-03-24 02:17:43] "POST /neutron/port HTTP/1.1" 200 117 0.005653 10.0.0.27 - - [2025-03-24 02:17:43] "POST /neutron/port HTTP/1.1" 200 117 0.004853 10.0.0.27 - - [2025-03-24 02:17:43] "POST /id-to-fqname HTTP/1.1" 200 224 0.001258 10.0.0.27 - - [2025-03-24 02:17:43] "POST /neutron/port HTTP/1.1" 200 117 0.007874 10.0.0.27 - - [2025-03-24 02:17:43] "POST /neutron/network HTTP/1.1" 200 844 0.006053 10.0.0.27 - - [2025-03-24 02:17:43] "GET /aaa-mode HTTP/1.1" 401 292 0.000408 10.0.0.27 - - [2025-03-24 02:17:43] "POST /neutron/network HTTP/1.1" 200 844 0.006685 10.0.0.27 - - [2025-03-24 02:17:43] "GET /projects?obj_uuids=e492147d-2dc1-4c71-bf72-d30034537a96&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001013 10.0.0.27 - - [2025-03-24 02:17:43] "GET / HTTP/1.1" 200 35931 0.001691 10.0.0.27 - - [2025-03-24 02:17:43] "GET /project/e492147d-2dc1-4c71-bf72-d30034537a96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000399 10.0.0.27 - - [2025-03-24 02:17:44] "POST /neutron/port HTTP/1.1" 200 1060 0.182950 10.0.0.27 - - [2025-03-24 02:17:44] "POST /neutron/port HTTP/1.1" 200 1060 0.012111 10.0.0.27 - - [2025-03-24 02:17:44] "POST /neutron/port HTTP/1.1" 200 1060 0.008187 10.0.0.27 - - [2025-03-24 02:17:44] "POST /neutron/port HTTP/1.1" 200 1114 0.044502 10.0.0.27 - - [2025-03-24 02:17:44] "POST /neutron/port HTTP/1.1" 200 1088 0.014875 10.0.0.27 - - [2025-03-24 02:17:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002952 10.0.0.27 - - [2025-03-24 02:17:44] "POST /neutron/subnet HTTP/1.1" 200 708 0.010183 10.0.0.27 - - [2025-03-24 02:17:44] "POST /neutron/port HTTP/1.1" 200 117 0.001073 10.0.0.27 - - [2025-03-24 02:17:44] "POST /neutron/network HTTP/1.1" 200 834 0.004837 10.0.0.27 - - [2025-03-24 02:17:44] "GET /projects?obj_uuids=e492147d-2dc1-4c71-bf72-d30034537a96&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001146 10.0.0.27 - - [2025-03-24 02:17:44] "GET /project/e492147d-2dc1-4c71-bf72-d30034537a96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.044431 10.0.0.27 - - [2025-03-24 02:17:44] "POST /neutron/network HTTP/1.1" 200 834 0.005140 10.0.0.27 - - [2025-03-24 02:17:44] "POST /neutron/port HTTP/1.1" 200 1088 0.024960 10.0.0.27 - - [2025-03-24 02:17:44] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012668 10.0.0.27 - - [2025-03-24 02:17:44] "POST /neutron/port HTTP/1.1" 200 117 0.004970 10.0.0.27 - - [2025-03-24 02:17:44] "POST /fqname-to-id HTTP/1.1" 404 193 0.002275 10.0.0.27 - - [2025-03-24 02:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002077 10.0.0.27 - - [2025-03-24 02:17:44] "GET /domains?obj_uuids=79b30645-0539-4daf-9ae9-b83a3811325a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001032 10.0.0.27 - - [2025-03-24 02:17:44] "GET /domain/79b30645-0539-4daf-9ae9-b83a3811325a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008870 10.0.0.27 - - [2025-03-24 02:17:44] "POST /service-templates HTTP/1.1" 200 543 0.021332 10.0.0.27 - - [2025-03-24 02:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004534 10.0.0.27 - - [2025-03-24 02:17:44] "GET /service-template/8cd3f465-ef4c-47b9-8a15-9a9cb66120d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.003685 10.0.0.27 - - [2025-03-24 02:17:44] "POST /neutron/network HTTP/1.1" 200 844 0.005241 10.0.0.27 - - [2025-03-24 02:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005048 10.0.0.27 - - [2025-03-24 02:17:44] "GET /projects?obj_uuids=e492147d-2dc1-4c71-bf72-d30034537a96&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000923 10.0.0.27 - - [2025-03-24 02:17:44] "GET /service-template/8cd3f465-ef4c-47b9-8a15-9a9cb66120d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.002995 10.0.0.27 - - [2025-03-24 02:17:44] "POST /id-to-fqname HTTP/1.1" 200 223 0.001615 10.0.0.27 - - [2025-03-24 02:17:45] "POST /id-to-fqname HTTP/1.1" 200 223 0.001746 10.0.0.27 - - [2025-03-24 02:17:45] "POST /neutron/port HTTP/1.1" 200 1058 0.211491 10.0.0.27 - - [2025-03-24 02:17:45] "POST /id-to-fqname HTTP/1.1" 200 224 0.001191 10.0.0.27 - - [2025-03-24 02:17:45] "POST /neutron/port HTTP/1.1" 200 1058 0.007965 10.0.0.27 - - [2025-03-24 02:17:45] "POST /neutron/port HTTP/1.1" 200 1058 0.008437 10.0.0.27 - - [2025-03-24 02:17:45] "POST /neutron/port HTTP/1.1" 200 1112 0.056341 10.0.0.27 - - [2025-03-24 02:17:45] "POST /neutron/port HTTP/1.1" 200 2058 0.019299 10.0.0.27 - - [2025-03-24 02:17:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005594 10.0.0.27 - - [2025-03-24 02:17:45] "POST /neutron/port HTTP/1.1" 200 1086 0.012948 10.0.0.27 - - [2025-03-24 02:17:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002941 10.0.0.27 - - [2025-03-24 02:17:45] "POST /neutron/subnet HTTP/1.1" 200 699 0.010833 10.0.0.27 - - [2025-03-24 02:17:45] "POST /neutron/port HTTP/1.1" 200 117 0.001081 10.0.0.27 - - [2025-03-24 02:17:45] "POST /neutron/network HTTP/1.1" 200 834 0.005630 10.0.0.27 - - [2025-03-24 02:17:45] "POST /neutron/network HTTP/1.1" 200 2225 0.012347 10.0.0.27 - - [2025-03-24 02:17:45] "GET /aaa-mode HTTP/1.1" 401 292 0.000453 10.0.0.27 - - [2025-03-24 02:17:46] "GET / HTTP/1.1" 200 35931 0.001780 10.0.0.27 - - [2025-03-24 02:17:46] "GET /project/e492147d-2dc1-4c71-bf72-d30034537a96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000391 10.0.0.27 - - [2025-03-24 02:17:46] "GET /projects?obj_uuids=e492147d-2dc1-4c71-bf72-d30034537a96&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001141 10.0.0.27 - - [2025-03-24 02:17:46] "GET /project/e492147d-2dc1-4c71-bf72-d30034537a96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.039471 10.0.0.27 - - [2025-03-24 02:17:46] "POST /neutron/network HTTP/1.1" 200 832 0.004670 10.0.0.27 - - [2025-03-24 02:17:46] "POST /neutron/network HTTP/1.1" 200 834 0.005641 10.0.0.27 - - [2025-03-24 02:17:46] "POST /neutron/network HTTP/1.1" 200 834 0.005042 10.0.0.27 - - [2025-03-24 02:17:46] "POST /neutron/port HTTP/1.1" 200 2058 0.021588 10.0.0.27 - - [2025-03-24 02:17:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007494 10.0.0.27 - - [2025-03-24 02:17:46] "POST /neutron/port HTTP/1.1" 200 117 0.007350 10.0.0.27 - - [2025-03-24 02:17:46] "POST /neutron/port HTTP/1.1" 200 117 0.005069 10.0.0.27 - - [2025-03-24 02:17:47] "POST /neutron/network HTTP/1.1" 200 2225 0.012322 10.0.0.27 - - [2025-03-24 02:17:47] "GET /projects?obj_uuids=e492147d-2dc1-4c71-bf72-d30034537a96&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001553 10.0.0.27 - - [2025-03-24 02:17:47] "POST /neutron/port HTTP/1.1" 200 1058 0.258661 10.0.0.27 - - [2025-03-24 02:17:47] "GET /projects?obj_uuids=e492147d-2dc1-4c71-bf72-d30034537a96&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001298 10.0.0.27 - - [2025-03-24 02:17:47] "POST /neutron/port HTTP/1.1" 200 1060 0.184644 10.0.0.27 - - [2025-03-24 02:17:47] "GET /projects?obj_uuids=e492147d-2dc1-4c71-bf72-d30034537a96&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001467 10.0.0.27 - - [2025-03-24 02:17:47] "POST /neutron/port HTTP/1.1" 200 1058 0.184441 10.0.0.27 - - [2025-03-24 02:17:47] "POST /neutron/port HTTP/1.1" 200 1058 0.008673 10.0.0.27 - - [2025-03-24 02:17:47] "POST /neutron/port HTTP/1.1" 200 1058 0.012417 10.0.0.27 - - [2025-03-24 02:17:48] "POST /neutron/port HTTP/1.1" 200 1112 0.092165 10.0.0.27 - - [2025-03-24 02:17:48] "POST /neutron/port HTTP/1.1" 200 1060 0.011271 10.0.0.27 - - [2025-03-24 02:17:48] "POST /neutron/port HTTP/1.1" 200 1060 0.011383 10.0.0.27 - - [2025-03-24 02:17:48] "POST /neutron/port HTTP/1.1" 200 1114 0.061399 10.0.0.27 - - [2025-03-24 02:17:48] "POST /neutron/port HTTP/1.1" 200 1058 0.010221 10.0.0.27 - - [2025-03-24 02:17:48] "POST /neutron/port HTTP/1.1" 200 1058 0.009003 10.0.0.27 - - [2025-03-24 02:17:48] "POST /neutron/port HTTP/1.1" 200 1112 0.084936 10.0.0.27 - - [2025-03-24 02:17:48] "POST /neutron/port HTTP/1.1" 200 3027 0.019090 10.0.0.27 - - [2025-03-24 02:17:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003033 10.0.0.27 - - [2025-03-24 02:17:48] "POST /neutron/subnet HTTP/1.1" 200 698 0.009052 10.0.0.27 - - [2025-03-24 02:17:48] "POST /neutron/port HTTP/1.1" 200 117 0.001127 10.0.0.27 - - [2025-03-24 02:17:48] "POST /neutron/network HTTP/1.1" 200 832 0.005879 10.0.0.27 - - [2025-03-24 02:17:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003414 10.0.0.27 - - [2025-03-24 02:17:48] "POST /neutron/subnet HTTP/1.1" 200 708 0.009999 10.0.0.27 - - [2025-03-24 02:17:48] "POST /neutron/port HTTP/1.1" 200 117 0.001189 10.0.0.27 - - [2025-03-24 02:17:48] "POST /neutron/network HTTP/1.1" 200 834 0.005283 10.0.0.27 - - [2025-03-24 02:17:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002812 10.0.0.27 - - [2025-03-24 02:17:48] "POST /neutron/subnet HTTP/1.1" 200 699 0.009749 10.0.0.27 - - [2025-03-24 02:17:48] "POST /neutron/port HTTP/1.1" 200 117 0.001021 10.0.0.27 - - [2025-03-24 02:17:48] "POST /neutron/network HTTP/1.1" 200 834 0.004997 10.0.0.27 - - [2025-03-24 02:17:52] "POST /neutron/port HTTP/1.1" 200 3027 0.023222 10.0.0.27 - - [2025-03-24 02:17:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006738 10.0.0.27 - - [2025-03-24 02:17:52] "POST /neutron/port HTTP/1.1" 200 3027 0.023300 10.0.0.27 - - [2025-03-24 02:17:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006567 10.0.0.27 - - [2025-03-24 02:17:52] "POST /neutron/port HTTP/1.1" 200 3027 0.023757 10.0.0.27 - - [2025-03-24 02:17:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007213 10.0.0.27 - - [2025-03-24 02:17:52] "POST /neutron/port HTTP/1.1" 200 3027 0.023167 10.0.0.27 - - [2025-03-24 02:17:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005786 10.0.0.27 - - [2025-03-24 02:17:52] "POST /neutron/port HTTP/1.1" 200 3027 0.019249 10.0.0.27 - - [2025-03-24 02:17:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005717 10.0.0.27 - - [2025-03-24 02:17:52] "GET /virtual-machine/f9be4988-af7c-4cbb-b0e5-7acac891ccfa HTTP/1.1" 200 1803 0.003409 10.0.0.27 - - [2025-03-24 02:17:52] "GET /virtual-machine-interface/39727ebd-d8a7-4f7a-9322-2cf89d65bf9f HTTP/1.1" 200 2945 0.002268 10.0.0.27 - - [2025-03-24 02:17:52] "GET /virtual-machine-interface/91d7a5e4-cefb-4eab-9be4-6973bed4f3b6 HTTP/1.1" 200 2946 0.002208 10.0.0.27 - - [2025-03-24 02:17:52] "GET /virtual-machine-interface/e4ce0789-82f5-43a7-bd98-ee48e1ba9fe7 HTTP/1.1" 200 2949 0.002204 10.0.0.27 - - [2025-03-24 02:17:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.27 - - [2025-03-24 02:17:52] "GET /global-vrouter-config/06d5e8c9-4721-4a57-b10f-0dc724ec4557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003117 10.0.0.27 - - [2025-03-24 02:17:52] "GET /virtual-networks?parent_id=e492147d-2dc1-4c71-bf72-d30034537a96&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002794 10.0.0.27 - - [2025-03-24 02:17:52] "POST /neutron/port HTTP/1.1" 200 1088 0.014838 10.0.0.27 - - [2025-03-24 02:17:52] "GET /virtual-network/171023d3-5b0c-4737-af06-eda60fd112ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.002136 10.0.0.27 - - [2025-03-24 02:17:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004945 10.0.0.27 - - [2025-03-24 02:17:53] "POST /neutron/port HTTP/1.1" 200 1086 0.020376 10.0.0.27 - - [2025-03-24 02:17:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005449 10.0.0.27 - - [2025-03-24 02:17:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002665 10.0.0.27 - - [2025-03-24 02:17:55] "GET /virtual-network/171023d3-5b0c-4737-af06-eda60fd112ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.002549 10.0.0.27 - - [2025-03-24 02:17:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002708 10.0.0.27 - - [2025-03-24 02:17:59] "GET /virtual-network/171023d3-5b0c-4737-af06-eda60fd112ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.002643 10.0.0.27 - - [2025-03-24 02:18:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002785 10.0.0.27 - - [2025-03-24 02:18:03] "GET /virtual-network/171023d3-5b0c-4737-af06-eda60fd112ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.002562 10.0.0.27 - - [2025-03-24 02:18:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.27 - - [2025-03-24 02:18:08] "GET /virtual-network/171023d3-5b0c-4737-af06-eda60fd112ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.003597 10.0.0.27 - - [2025-03-24 02:18:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.27 - - [2025-03-24 02:18:10] "GET /global-vrouter-config/06d5e8c9-4721-4a57-b10f-0dc724ec4557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002587 10.0.0.27 - - [2025-03-24 02:18:10] "GET /virtual-networks?parent_id=e492147d-2dc1-4c71-bf72-d30034537a96&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002839 10.0.0.27 - - [2025-03-24 02:18:10] "GET /virtual-network/171023d3-5b0c-4737-af06-eda60fd112ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.003780 10.0.0.27 - - [2025-03-24 02:18:10] "POST /neutron/port HTTP/1.1" 200 3027 0.018953 10.0.0.27 - - [2025-03-24 02:18:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006086 10.0.0.27 - - [2025-03-24 02:18:15] "POST /neutron/port HTTP/1.1" 200 3027 0.019670 10.0.0.27 - - [2025-03-24 02:18:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007102 10.0.0.27 - - [2025-03-24 02:18:18] "POST /neutron/port HTTP/1.1" 200 3027 0.024483 10.0.0.27 - - [2025-03-24 02:18:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005871 10.0.0.27 - - [2025-03-24 02:18:20] "POST /neutron/port HTTP/1.1" 200 3027 0.018902 10.0.0.27 - - [2025-03-24 02:18:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005896 10.0.0.27 - - [2025-03-24 02:18:25] "POST /neutron/port HTTP/1.1" 200 3027 0.018162 10.0.0.27 - - [2025-03-24 02:18:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006104 10.0.0.27 - - [2025-03-24 02:18:26] "DELETE /project/e492147d2dc14c71bf72d30034537a96 HTTP/1.1" 404 173 0.008452 10.0.0.27 - - [2025-03-24 02:18:26] "GET /projects?obj_uuids=d89c42b3-4cf8-47a0-a418-c883cfaec319&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001317 10.0.0.27 - - [2025-03-24 02:18:26] "GET /project/d89c42b3-4cf8-47a0-a418-c883cfaec319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.028176 10.0.0.27 - - [2025-03-24 02:18:26] "GET /projects?obj_uuids=d89c42b3-4cf8-47a0-a418-c883cfaec319&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001204 10.0.0.27 - - [2025-03-24 02:18:26] "GET /project/d89c42b3-4cf8-47a0-a418-c883cfaec319?fields=security_groups HTTP/1.1" 200 1369 0.069263 10.0.0.27 - - [2025-03-24 02:18:26] "DELETE /security-group/ad5d1534-37d4-445e-a187-9413b7777ffd HTTP/1.1" 200 115 0.031860 10.0.0.27 - - [2025-03-24 02:18:26] "GET /projects?obj_uuids=d89c42b3-4cf8-47a0-a418-c883cfaec319&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000960 10.0.0.27 - - [2025-03-24 02:18:26] "GET /project/d89c42b3-4cf8-47a0-a418-c883cfaec319?fields=application_policy_sets HTTP/1.1" 200 1408 0.025046 10.0.0.27 - - [2025-03-24 02:18:26] "DELETE /access-control-list/928f50f7-83cc-4f69-b745-584d7cd28d29 HTTP/1.1" 200 115 0.032374 10.0.0.27 - - [2025-03-24 02:18:26] "DELETE /access-control-list/ffb91b40-c1fe-42e7-a234-038833c49bb7 HTTP/1.1" 200 115 0.018271 10.0.0.27 - - [2025-03-24 02:18:26] "DELETE /project/d89c42b3-4cf8-47a0-a418-c883cfaec319 HTTP/1.1" 200 115 0.325064 10.0.0.27 - - [2025-03-24 02:18:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.010547 10.0.0.27 - - [2025-03-24 02:18:31] "GET /global-vrouter-config/06d5e8c9-4721-4a57-b10f-0dc724ec4557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002507 10.0.0.27 - - [2025-03-24 02:18:31] "GET /virtual-networks?parent_id=e492147d-2dc1-4c71-bf72-d30034537a96&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002772 10.0.0.27 - - [2025-03-24 02:18:31] "GET /virtual-network/85ed0caf-f537-4318-97c9-3629c5eba14c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.003080 10.0.0.27 - - [2025-03-24 02:18:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002792 10.0.0.27 - - [2025-03-24 02:18:31] "GET /global-vrouter-config/06d5e8c9-4721-4a57-b10f-0dc724ec4557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003609 10.0.0.27 - - [2025-03-24 02:18:31] "GET /virtual-networks?parent_id=e492147d-2dc1-4c71-bf72-d30034537a96&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.004043 10.0.0.27 - - [2025-03-24 02:18:31] "GET /virtual-network/9f538e98-2e1c-422f-b823-126a514e9219?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.003243 10.0.0.27 - - [2025-03-24 02:18:31] "POST /fqname-to-id HTTP/1.1" 404 207 0.004954 10.0.0.27 - - [2025-03-24 02:18:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002393 10.0.0.27 - - [2025-03-24 02:18:31] "GET /projects?obj_uuids=e492147d-2dc1-4c71-bf72-d30034537a96&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001057 10.0.0.27 - - [2025-03-24 02:18:31] "GET /project/e492147d-2dc1-4c71-bf72-d30034537a96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.018159 10.0.0.27 - - [2025-03-24 02:18:31] "POST /service-instances HTTP/1.1" 200 543 0.071658 10.0.0.27 - - [2025-03-24 02:18:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002727 10.0.0.27 - - [2025-03-24 02:18:31] "GET /service-instance/80a7ff6c-ac49-438e-b33c-5afc9e3f9d83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2134 0.004365 10.0.0.27 - - [2025-03-24 02:18:32] "POST /port-tuples HTTP/1.1" 200 586 0.023726 10.0.0.27 - - [2025-03-24 02:18:32] "GET /virtual-machine-interface/91d7a5e4-cefb-4eab-9be4-6973bed4f3b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.003140 10.0.0.27 - - [2025-03-24 02:18:32] "PUT /virtual-machine-interface/91d7a5e4-cefb-4eab-9be4-6973bed4f3b6 HTTP/1.1" 200 284 0.009988 10.0.0.27 - - [2025-03-24 02:18:32] "POST /ref-update HTTP/1.1" 200 156 0.011159 10.0.0.27 - - [2025-03-24 02:18:32] "POST /instance-ips HTTP/1.1" 200 385 0.022174 10.0.0.27 - - [2025-03-24 02:18:32] "POST /ref-update HTTP/1.1" 200 156 0.009010 10.0.0.27 - - [2025-03-24 02:18:32] "GET /virtual-machine-interface/39727ebd-d8a7-4f7a-9322-2cf89d65bf9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2724 0.003826 10.0.0.27 - - [2025-03-24 02:18:32] "POST /ref-update HTTP/1.1" 200 156 0.009407 10.0.0.27 - - [2025-03-24 02:18:32] "PUT /virtual-machine-interface/39727ebd-d8a7-4f7a-9322-2cf89d65bf9f HTTP/1.1" 200 284 0.012546 10.0.0.27 - - [2025-03-24 02:18:32] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003630 10.0.0.27 - - [2025-03-24 02:18:32] "POST /ref-update HTTP/1.1" 200 156 0.009621 10.0.0.27 - - [2025-03-24 02:18:32] "GET /virtual-machine-interface/e4ce0789-82f5-43a7-bd98-ee48e1ba9fe7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2728 0.002784 10.0.0.27 - - [2025-03-24 02:18:32] "POST /instance-ips HTTP/1.1" 200 385 0.019615 10.0.0.27 - - [2025-03-24 02:18:32] "PUT /virtual-machine-interface/e4ce0789-82f5-43a7-bd98-ee48e1ba9fe7 HTTP/1.1" 200 284 0.011367 10.0.0.27 - - [2025-03-24 02:18:32] "POST /ref-update HTTP/1.1" 200 156 0.008216 10.0.0.27 - - [2025-03-24 02:18:32] "POST /ref-update HTTP/1.1" 200 156 0.008373 10.0.0.27 - - [2025-03-24 02:18:32] "POST /ref-update HTTP/1.1" 200 156 0.007890 10.0.0.27 - - [2025-03-24 02:18:32] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002775 10.0.0.27 - - [2025-03-24 02:18:32] "POST /neutron/port HTTP/1.1" 200 1088 0.016963 10.0.0.27 - - [2025-03-24 02:18:32] "POST /neutron/security_group HTTP/1.1" 200 2056 0.027826 10.0.0.27 - - [2025-03-24 02:18:32] "POST /instance-ips HTTP/1.1" 200 373 0.018347 10.0.0.27 - - [2025-03-24 02:18:32] "POST /ref-update HTTP/1.1" 200 156 0.008662 10.0.0.27 - - [2025-03-24 02:18:32] "POST /neutron/port HTTP/1.1" 200 1088 0.038357 10.0.0.27 - - [2025-03-24 02:18:32] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005294 10.0.0.27 - - [2025-03-24 02:18:32] "POST /ref-update HTTP/1.1" 200 156 0.007493 10.0.0.27 - - [2025-03-24 02:18:32] "POST /neutron/port HTTP/1.1" 200 1088 0.015620 10.0.0.27 - - [2025-03-24 02:18:32] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.005085 10.0.0.27 - - [2025-03-24 02:18:32] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008331 10.0.0.27 - - [2025-03-24 02:18:32] "GET /virtual-machine/c151f01e-f60e-4188-9c29-47a02cba828d HTTP/1.1" 200 1291 0.003413 10.0.0.27 - - [2025-03-24 02:18:32] "GET /virtual-machine-interface/8fc32b55-336a-49b3-81eb-67f960d8cb27 HTTP/1.1" 200 2945 0.002617 10.0.0.27 - - [2025-03-24 02:18:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003866 10.0.0.27 - - [2025-03-24 02:18:32] "GET /global-vrouter-config/06d5e8c9-4721-4a57-b10f-0dc724ec4557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002753 10.0.0.27 - - [2025-03-24 02:18:32] "POST /instance-ips HTTP/1.1" 200 373 0.017435 10.0.0.27 - - [2025-03-24 02:18:32] "GET /virtual-networks?parent_id=e492147d-2dc1-4c71-bf72-d30034537a96&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.009658 10.0.0.27 - - [2025-03-24 02:18:32] "GET /obj-perms HTTP/1.1" 200 5056 0.066562 10.0.0.27 - - [2025-03-24 02:18:32] "POST /ref-update HTTP/1.1" 200 156 0.052605 10.0.0.27 - - [2025-03-24 02:18:32] "GET /virtual-network/85ed0caf-f537-4318-97c9-3629c5eba14c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006225 10.0.0.27 - - [2025-03-24 02:18:33] "POST /ref-update HTTP/1.1" 200 156 0.008998 10.0.0.27 - - [2025-03-24 02:18:33] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003716 10.0.0.27 - - [2025-03-24 02:18:33] "POST /instance-ips HTTP/1.1" 200 375 0.015512 10.0.0.27 - - [2025-03-24 02:18:33] "POST /ref-update HTTP/1.1" 200 156 0.008820 10.0.0.27 - - [2025-03-24 02:18:33] "POST /ref-update HTTP/1.1" 200 156 0.036014 10.0.0.27 - - [2025-03-24 02:18:33] "GET /obj-perms HTTP/1.1" 200 5056 0.059741 10.0.0.27 - - [2025-03-24 02:18:33] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002968 10.0.0.27 - - [2025-03-24 02:18:33] "POST /instance-ips HTTP/1.1" 200 375 0.016048 10.0.0.27 - - [2025-03-24 02:18:33] "POST /ref-update HTTP/1.1" 200 156 0.018847 10.0.0.27 - - [2025-03-24 02:18:33] "POST /ref-update HTTP/1.1" 200 156 0.008557 10.0.0.27 - - [2025-03-24 02:18:33] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002708 10.0.0.27 - - [2025-03-24 02:18:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002996 10.0.0.27 - - [2025-03-24 02:18:34] "GET /global-vrouter-config/06d5e8c9-4721-4a57-b10f-0dc724ec4557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002427 10.0.0.27 - - [2025-03-24 02:18:34] "GET /virtual-networks?parent_id=e492147d-2dc1-4c71-bf72-d30034537a96&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002859 10.0.0.27 - - [2025-03-24 02:18:34] "GET /virtual-network/85ed0caf-f537-4318-97c9-3629c5eba14c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.003009 10.0.0.27 - - [2025-03-24 02:18:34] "POST /neutron/port HTTP/1.1" 200 1086 0.018188 10.0.0.27 - - [2025-03-24 02:18:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005549 10.0.0.27 - - [2025-03-24 02:18:34] "POST /neutron/port HTTP/1.1" 200 1086 0.014408 10.0.0.27 - - [2025-03-24 02:18:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005860 10.0.0.27 - - [2025-03-24 02:18:34] "POST /neutron/port HTTP/1.1" 200 1086 0.016714 10.0.0.27 - - [2025-03-24 02:18:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006226 10.0.0.27 - - [2025-03-24 02:18:34] "GET /virtual-machine/458848a9-caa6-4a80-a9ca-3b2ab7046c34 HTTP/1.1" 200 1290 0.007828 10.0.0.27 - - [2025-03-24 02:18:34] "GET /virtual-machine-interface/dd4af658-8d03-443b-a4db-15f258c4f408 HTTP/1.1" 200 2949 0.003191 10.0.0.27 - - [2025-03-24 02:18:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.27 - - [2025-03-24 02:18:34] "GET /global-vrouter-config/06d5e8c9-4721-4a57-b10f-0dc724ec4557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003161 10.0.0.27 - - [2025-03-24 02:18:34] "GET /virtual-networks?parent_id=e492147d-2dc1-4c71-bf72-d30034537a96&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003161 10.0.0.27 - - [2025-03-24 02:18:34] "GET /virtual-network/9f538e98-2e1c-422f-b823-126a514e9219?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.003112 10.0.0.27 - - [2025-03-24 02:18:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.27 - - [2025-03-24 02:18:35] "GET /global-vrouter-config/06d5e8c9-4721-4a57-b10f-0dc724ec4557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003019 10.0.0.27 - - [2025-03-24 02:18:35] "GET /virtual-networks?parent_id=e492147d-2dc1-4c71-bf72-d30034537a96&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003161 10.0.0.27 - - [2025-03-24 02:18:35] "GET /virtual-network/9f538e98-2e1c-422f-b823-126a514e9219?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.003759 10.0.0.27 - - [2025-03-24 02:18:36] "POST /fqname-to-id HTTP/1.1" 404 211 0.003104 10.0.0.27 - - [2025-03-24 02:18:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002560 10.0.0.27 - - [2025-03-24 02:18:36] "GET /projects?obj_uuids=e492147d-2dc1-4c71-bf72-d30034537a96&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001221 10.0.0.27 - - [2025-03-24 02:18:36] "GET /project/e492147d-2dc1-4c71-bf72-d30034537a96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.018343 10.0.0.27 - - [2025-03-24 02:18:36] "POST /network-policys HTTP/1.1" 200 547 0.015263 10.0.0.27 - - [2025-03-24 02:18:36] "GET /network-policy/bbc8bae0-ab24-4704-84af-c81612034751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.004100 10.0.0.27 - - [2025-03-24 02:18:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002576 10.0.0.27 - - [2025-03-24 02:18:36] "GET /virtual-network/85ed0caf-f537-4318-97c9-3629c5eba14c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.003262 10.0.0.27 - - [2025-03-24 02:18:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.27 - - [2025-03-24 02:18:36] "GET /network-policy/bbc8bae0-ab24-4704-84af-c81612034751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.002960 10.0.0.27 - - [2025-03-24 02:18:36] "POST /ref-update HTTP/1.1" 200 156 0.027161 10.0.0.27 - - [2025-03-24 02:18:36] "POST /fqname-to-id HTTP/1.1" 404 242 0.004233 10.0.0.27 - - [2025-03-24 02:18:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.27 - - [2025-03-24 02:18:36] "POST /access-control-lists HTTP/1.1" 200 601 0.061290 10.0.0.27 - - [2025-03-24 02:18:36] "GET /network-policy/bbc8bae0-ab24-4704-84af-c81612034751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003000 10.0.0.27 - - [2025-03-24 02:18:36] "POST /neutron/network HTTP/1.1" 200 922 0.006208 10.0.0.27 - - [2025-03-24 02:18:36] "GET /virtual-network/85ed0caf-f537-4318-97c9-3629c5eba14c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.002405 10.0.0.27 - - [2025-03-24 02:18:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002892 10.0.0.27 - - [2025-03-24 02:18:36] "GET /network-policy/bbc8bae0-ab24-4704-84af-c81612034751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003018 10.0.0.27 - - [2025-03-24 02:18:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.27 - - [2025-03-24 02:18:37] "GET /virtual-network/9f538e98-2e1c-422f-b823-126a514e9219?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.003068 10.0.0.27 - - [2025-03-24 02:18:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002674 10.0.0.27 - - [2025-03-24 02:18:37] "GET /network-policy/bbc8bae0-ab24-4704-84af-c81612034751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003388 10.0.0.27 - - [2025-03-24 02:18:37] "POST /fqname-to-id HTTP/1.1" 404 244 0.003780 10.0.0.27 - - [2025-03-24 02:18:37] "POST /ref-update HTTP/1.1" 200 156 0.027158 10.0.0.27 - - [2025-03-24 02:18:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002839 10.0.0.27 - - [2025-03-24 02:18:37] "POST /access-control-lists HTTP/1.1" 200 604 0.059083 10.0.0.27 - - [2025-03-24 02:18:37] "GET /network-policy/bbc8bae0-ab24-4704-84af-c81612034751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003097 10.0.0.27 - - [2025-03-24 02:18:37] "POST /routing-instances HTTP/1.1" 200 759 0.017611 10.0.0.27 - - [2025-03-24 02:18:37] "POST /neutron/network HTTP/1.1" 200 922 0.006963 10.0.0.27 - - [2025-03-24 02:18:37] "GET /virtual-network/9f538e98-2e1c-422f-b823-126a514e9219?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.002590 10.0.0.27 - - [2025-03-24 02:18:37] "POST /route-targets HTTP/1.1" 200 327 0.009406 10.0.0.27 - - [2025-03-24 02:18:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002515 10.0.0.27 - - [2025-03-24 02:18:37] "POST /ref-update HTTP/1.1" 200 156 0.011648 10.0.0.27 - - [2025-03-24 02:18:37] "GET /network-policy/bbc8bae0-ab24-4704-84af-c81612034751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.002602 10.0.0.27 - - [2025-03-24 02:18:37] "GET /routing-instance/1afc3885-877f-4766-9ae8-a5b01454688b?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1276 0.003053 10.0.0.27 - - [2025-03-24 02:18:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002735 10.0.0.27 - - [2025-03-24 02:18:37] "GET /routing-instance/1afc3885-877f-4766-9ae8-a5b01454688b?fields=routing_policy_back_refs HTTP/1.1" 200 1276 0.003093 10.0.0.27 - - [2025-03-24 02:18:37] "GET /service-template/8cd3f465-ef4c-47b9-8a15-9a9cb66120d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.002898 10.0.0.27 - - [2025-03-24 02:18:37] "POST /ref-update HTTP/1.1" 200 156 0.009923 10.0.0.27 - - [2025-03-24 02:18:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002600 10.0.0.27 - - [2025-03-24 02:18:37] "POST /routing-instances HTTP/1.1" 200 760 0.015041 10.0.0.27 - - [2025-03-24 02:18:37] "GET /projects?obj_uuids=e492147d-2dc1-4c71-bf72-d30034537a96&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001131 10.0.0.27 - - [2025-03-24 02:18:37] "GET /project/e492147d-2dc1-4c71-bf72-d30034537a96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.026045 10.0.0.27 - - [2025-03-24 02:18:37] "POST /route-targets HTTP/1.1" 200 327 0.009951 10.0.0.27 - - [2025-03-24 02:18:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002720 10.0.0.27 - - [2025-03-24 02:18:37] "POST /ref-update HTTP/1.1" 200 156 0.009678 10.0.0.27 - - [2025-03-24 02:18:37] "GET /service-instance/80a7ff6c-ac49-438e-b33c-5afc9e3f9d83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3528 0.004518 10.0.0.27 - - [2025-03-24 02:18:37] "GET /routing-instance/22686568-1b13-4934-9aa4-0dc5855c66c7?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1277 0.003278 10.0.0.27 - - [2025-03-24 02:18:37] "GET /domains HTTP/1.1" 200 280 0.003066 10.0.0.27 - - [2025-03-24 02:18:37] "GET /domains?obj_uuids=79b30645-0539-4daf-9ae9-b83a3811325a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001051 10.0.0.27 - - [2025-03-24 02:18:37] "GET /domain/79b30645-0539-4daf-9ae9-b83a3811325a HTTP/1.1" 200 2771 0.007347 10.0.0.27 - - [2025-03-24 02:18:37] "GET /projects?obj_uuids=e492147d-2dc1-4c71-bf72-d30034537a96&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000977 10.0.0.27 - - [2025-03-24 02:18:37] "GET /routing-instance/22686568-1b13-4934-9aa4-0dc5855c66c7?fields=routing_policy_back_refs HTTP/1.1" 200 1277 0.002491 10.0.0.27 - - [2025-03-24 02:18:37] "GET /project/e492147d-2dc1-4c71-bf72-d30034537a96 HTTP/1.1" 200 4233 0.066831 10.0.0.27 - - [2025-03-24 02:18:37] "GET /service-instance/80a7ff6c-ac49-438e-b33c-5afc9e3f9d83 HTTP/1.1" 200 3782 0.003765 10.0.0.27 - - [2025-03-24 02:18:37] "PUT /routing-instance/1afc3885-877f-4766-9ae8-a5b01454688b HTTP/1.1" 200 266 0.014520 10.0.0.27 - - [2025-03-24 02:18:37] "GET /domains HTTP/1.1" 200 280 0.002021 10.0.0.27 - - [2025-03-24 02:18:37] "GET /domains?obj_uuids=79b30645-0539-4daf-9ae9-b83a3811325a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000992 10.0.0.27 - - [2025-03-24 02:18:37] "GET /domain/79b30645-0539-4daf-9ae9-b83a3811325a HTTP/1.1" 200 2771 0.006796 10.0.0.27 - - [2025-03-24 02:18:37] "GET /projects?obj_uuids=e492147d-2dc1-4c71-bf72-d30034537a96&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000892 10.0.0.27 - - [2025-03-24 02:18:37] "PUT /routing-instance/22686568-1b13-4934-9aa4-0dc5855c66c7 HTTP/1.1" 200 266 0.010764 10.0.0.27 - - [2025-03-24 02:18:38] "GET /project/e492147d-2dc1-4c71-bf72-d30034537a96 HTTP/1.1" 200 4233 0.064654 10.0.0.27 - - [2025-03-24 02:18:38] "GET /service-instance/80a7ff6c-ac49-438e-b33c-5afc9e3f9d83 HTTP/1.1" 200 3782 0.003097 10.0.0.27 - - [2025-03-24 02:18:38] "GET /port-tuple/6c71e996-a8f2-44d0-be69-c3c8302214e6 HTTP/1.1" 200 1978 0.002685 10.0.0.27 - - [2025-03-24 02:18:38] "GET /virtual-machine-interface/39727ebd-d8a7-4f7a-9322-2cf89d65bf9f HTTP/1.1" 200 3797 0.002624 10.0.0.27 - - [2025-03-24 02:18:38] "POST /ref-update HTTP/1.1" 200 156 0.014044 10.0.0.27 - - [2025-03-24 02:18:38] "GET /virtual-machine-interface/91d7a5e4-cefb-4eab-9be4-6973bed4f3b6 HTTP/1.1" 200 3816 0.004680 10.0.0.27 - - [2025-03-24 02:18:38] "GET /virtual-machine-interface/e4ce0789-82f5-43a7-bd98-ee48e1ba9fe7 HTTP/1.1" 200 3804 0.003167 10.0.0.27 - - [2025-03-24 02:18:38] "PUT /access-control-list/b7683241-45b5-46ba-a9d3-f3b20fe5caf6 HTTP/1.1" 200 272 0.014473 10.0.0.27 - - [2025-03-24 02:18:38] "POST /neutron/port HTTP/1.1" 200 3834 0.043311 10.0.0.27 - - [2025-03-24 02:18:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.015527 10.0.0.27 - - [2025-03-24 02:18:38] "PUT /access-control-list/16146e65-f60e-4f02-be45-605c61f4a1b3 HTTP/1.1" 200 272 0.009891 10.0.0.27 - - [2025-03-24 02:18:38] "POST /neutron/port HTTP/1.1" 200 3834 0.037287 10.0.0.27 - - [2025-03-24 02:18:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006123 10.0.0.27 - - [2025-03-24 02:18:38] "POST /neutron/port HTTP/1.1" 200 3834 0.030831 10.0.0.27 - - [2025-03-24 02:18:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006323 10.0.0.27 - - [2025-03-24 02:18:38] "POST /neutron/port HTTP/1.1" 200 3834 0.029529 10.0.0.27 - - [2025-03-24 02:18:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006231 10.0.0.27 - - [2025-03-24 02:18:38] "POST /neutron/network HTTP/1.1" 200 896 0.010620 10.0.0.27 - - [2025-03-24 02:18:38] "POST /neutron/network HTTP/1.1" 200 922 0.004584 10.0.0.27 - - [2025-03-24 02:18:38] "POST /neutron/network HTTP/1.1" 200 806 0.011292 10.0.0.27 - - [2025-03-24 02:18:38] "POST /neutron/network HTTP/1.1" 200 832 0.005364 10.0.0.27 - - [2025-03-24 02:18:38] "POST /neutron/network HTTP/1.1" 200 896 0.013679 10.0.0.27 - - [2025-03-24 02:18:38] "POST /neutron/network HTTP/1.1" 200 922 0.008824 10.0.0.27 - - [2025-03-24 02:18:38] "POST /id-to-fqname HTTP/1.1" 200 223 0.001230 10.0.0.27 - - [2025-03-24 02:18:38] "POST /id-to-fqname HTTP/1.1" 200 223 0.001095 10.0.0.27 - - [2025-03-24 02:18:38] "POST /id-to-fqname HTTP/1.1" 200 224 0.001451 10.0.0.27 - - [2025-03-24 02:18:38] "GET /virtual-machine/f9be4988-af7c-4cbb-b0e5-7acac891ccfa HTTP/1.1" 200 1803 0.003339 10.0.0.27 - - [2025-03-24 02:18:38] "GET /virtual-machine-interface/39727ebd-d8a7-4f7a-9322-2cf89d65bf9f HTTP/1.1" 200 3797 0.003532 10.0.0.27 - - [2025-03-24 02:18:38] "GET /virtual-machine-interface/91d7a5e4-cefb-4eab-9be4-6973bed4f3b6 HTTP/1.1" 200 3816 0.002982 10.0.0.27 - - [2025-03-24 02:18:38] "GET /virtual-machine-interface/e4ce0789-82f5-43a7-bd98-ee48e1ba9fe7 HTTP/1.1" 200 3804 0.004183 10.0.0.27 - - [2025-03-24 02:18:38] "GET /instance-ip/25e5f4cb-a406-40cd-ac87-18527c88dd4c HTTP/1.1" 200 1956 0.002817 10.0.0.27 - - [2025-03-24 02:18:38] "GET /instance-ip/7de9f70d-5106-49df-ab82-0bd35baf0f28 HTTP/1.1" 200 1623 0.004155 10.0.0.27 - - [2025-03-24 02:18:38] "GET /instance-ip/a1663536-8edd-49b8-8272-e629331e68f2 HTTP/1.1" 200 1954 0.003368 10.0.0.27 - - [2025-03-24 02:18:38] "GET /instance-ip/5b123594-6792-464a-9679-52ac715fba89 HTTP/1.1" 200 1621 0.003587 10.0.0.27 - - [2025-03-24 02:18:38] "GET /instance-ip/c5a86468-f506-4594-acd0-2739a695e5da HTTP/1.1" 200 1981 0.002713 10.0.0.27 - - [2025-03-24 02:18:38] "GET /instance-ip/e5b0667a-55ac-40f3-abca-afb8757aa642 HTTP/1.1" 200 1979 0.003021 10.0.0.27 - - [2025-03-24 02:18:38] "GET /instance-ip/225ca8a0-9621-49fb-9faf-e8fe05ab97fe HTTP/1.1" 200 1960 0.002800 10.0.0.27 - - [2025-03-24 02:18:38] "GET /instance-ip/865ca6f2-ea57-46a1-aca1-2e5b28ee33da HTTP/1.1" 200 1958 0.003285 10.0.0.27 - - [2025-03-24 02:18:38] "GET /instance-ip/88a4b6d6-eb41-4623-a049-26a663d76609 HTTP/1.1" 200 1622 0.003914 10.0.0.27 - - [2025-03-24 02:18:38] "POST /neutron/port HTTP/1.1" 200 3834 0.034378 10.0.0.27 - - [2025-03-24 02:18:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006181 10.0.0.27 - - [2025-03-24 02:18:38] "POST /neutron/port HTTP/1.1" 200 3834 0.033778 10.0.0.27 - - [2025-03-24 02:18:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005857 10.0.0.27 - - [2025-03-24 02:18:39] "POST /neutron/port HTTP/1.1" 200 3834 0.030810 10.0.0.27 - - [2025-03-24 02:18:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009993 10.0.0.27 - - [2025-03-24 02:18:39] "POST /neutron/port HTTP/1.1" 200 3834 0.031031 10.0.0.27 - - [2025-03-24 02:18:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006308 10.0.0.27 - - [2025-03-24 02:18:39] "GET /virtual-machine/f9be4988-af7c-4cbb-b0e5-7acac891ccfa HTTP/1.1" 200 1803 0.002725 10.0.0.27 - - [2025-03-24 02:18:39] "GET /virtual-machine-interface/39727ebd-d8a7-4f7a-9322-2cf89d65bf9f HTTP/1.1" 200 3797 0.003117 10.0.0.27 - - [2025-03-24 02:18:39] "GET /virtual-machine-interface/91d7a5e4-cefb-4eab-9be4-6973bed4f3b6 HTTP/1.1" 200 3816 0.003497 10.0.0.27 - - [2025-03-24 02:18:39] "GET /virtual-machine-interface/e4ce0789-82f5-43a7-bd98-ee48e1ba9fe7 HTTP/1.1" 200 3804 0.002961 10.0.0.27 - - [2025-03-24 02:18:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002826 10.0.0.27 - - [2025-03-24 02:18:39] "GET /global-vrouter-config/06d5e8c9-4721-4a57-b10f-0dc724ec4557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002545 10.0.0.27 - - [2025-03-24 02:18:39] "GET /virtual-networks?parent_id=e492147d-2dc1-4c71-bf72-d30034537a96&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002975 10.0.0.27 - - [2025-03-24 02:18:39] "GET /virtual-network/85ed0caf-f537-4318-97c9-3629c5eba14c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.003393 10.0.0.27 - - [2025-03-24 02:18:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002671 10.0.0.27 - - [2025-03-24 02:18:40] "GET /global-vrouter-config/06d5e8c9-4721-4a57-b10f-0dc724ec4557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002342 10.0.0.27 - - [2025-03-24 02:18:40] "GET /virtual-networks?parent_id=e492147d-2dc1-4c71-bf72-d30034537a96&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003276 10.0.0.27 - - [2025-03-24 02:18:40] "GET /virtual-network/85ed0caf-f537-4318-97c9-3629c5eba14c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.003351 10.0.0.27 - - [2025-03-24 02:18:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002841 10.0.0.27 - - [2025-03-24 02:18:40] "GET /global-vrouter-config/06d5e8c9-4721-4a57-b10f-0dc724ec4557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002876 10.0.0.27 - - [2025-03-24 02:18:40] "GET /virtual-networks?parent_id=e492147d-2dc1-4c71-bf72-d30034537a96&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002934 10.0.0.27 - - [2025-03-24 02:18:40] "GET /virtual-network/85ed0caf-f537-4318-97c9-3629c5eba14c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.003130 10.0.0.27 - - [2025-03-24 02:18:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002845 10.0.0.27 - - [2025-03-24 02:18:40] "GET /global-vrouter-config/06d5e8c9-4721-4a57-b10f-0dc724ec4557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003174 10.0.0.27 - - [2025-03-24 02:18:40] "GET /virtual-networks?parent_id=e492147d-2dc1-4c71-bf72-d30034537a96&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002790 10.0.0.27 - - [2025-03-24 02:18:41] "GET /virtual-network/85ed0caf-f537-4318-97c9-3629c5eba14c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.003027 10.0.0.27 - - [2025-03-24 02:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002733 10.0.0.27 - - [2025-03-24 02:18:41] "GET /global-vrouter-config/06d5e8c9-4721-4a57-b10f-0dc724ec4557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002804 10.0.0.27 - - [2025-03-24 02:18:41] "GET /virtual-networks?parent_id=e492147d-2dc1-4c71-bf72-d30034537a96&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002754 10.0.0.27 - - [2025-03-24 02:18:41] "GET /virtual-network/85ed0caf-f537-4318-97c9-3629c5eba14c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.003278 10.0.0.27 - - [2025-03-24 02:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002953 10.0.0.27 - - [2025-03-24 02:18:41] "GET /global-vrouter-config/06d5e8c9-4721-4a57-b10f-0dc724ec4557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003711 10.0.0.27 - - [2025-03-24 02:18:41] "GET /virtual-networks?parent_id=e492147d-2dc1-4c71-bf72-d30034537a96&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003339 10.0.0.27 - - [2025-03-24 02:18:41] "GET /virtual-network/171023d3-5b0c-4737-af06-eda60fd112ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004879 10.0.0.27 - - [2025-03-24 02:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.27 - - [2025-03-24 02:18:41] "GET /global-vrouter-config/06d5e8c9-4721-4a57-b10f-0dc724ec4557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003076 10.0.0.27 - - [2025-03-24 02:18:41] "GET /virtual-networks?parent_id=e492147d-2dc1-4c71-bf72-d30034537a96&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003186 10.0.0.27 - - [2025-03-24 02:18:41] "GET /virtual-network/171023d3-5b0c-4737-af06-eda60fd112ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.003090 10.0.0.27 - - [2025-03-24 02:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002682 10.0.0.27 - - [2025-03-24 02:18:41] "GET /global-vrouter-config/06d5e8c9-4721-4a57-b10f-0dc724ec4557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002859 10.0.0.27 - - [2025-03-24 02:18:41] "GET /virtual-networks?parent_id=e492147d-2dc1-4c71-bf72-d30034537a96&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002870 10.0.0.27 - - [2025-03-24 02:18:41] "GET /virtual-network/171023d3-5b0c-4737-af06-eda60fd112ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004017 10.0.0.27 - - [2025-03-24 02:18:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.27 - - [2025-03-24 02:18:41] "GET /global-vrouter-config/06d5e8c9-4721-4a57-b10f-0dc724ec4557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.005643 10.0.0.27 - - [2025-03-24 02:18:41] "GET /virtual-networks?parent_id=e492147d-2dc1-4c71-bf72-d30034537a96&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002919 10.0.0.27 - - [2025-03-24 02:18:42] "GET /virtual-network/171023d3-5b0c-4737-af06-eda60fd112ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.003102 10.0.0.27 - - [2025-03-24 02:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002815 10.0.0.27 - - [2025-03-24 02:18:42] "GET /global-vrouter-config/06d5e8c9-4721-4a57-b10f-0dc724ec4557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002300 10.0.0.27 - - [2025-03-24 02:18:42] "GET /virtual-networks?parent_id=e492147d-2dc1-4c71-bf72-d30034537a96&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002955 10.0.0.27 - - [2025-03-24 02:18:42] "GET /virtual-network/9f538e98-2e1c-422f-b823-126a514e9219?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.003017 10.0.0.27 - - [2025-03-24 02:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002968 10.0.0.27 - - [2025-03-24 02:18:42] "GET /global-vrouter-config/06d5e8c9-4721-4a57-b10f-0dc724ec4557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003224 10.0.0.27 - - [2025-03-24 02:18:42] "GET /virtual-networks?parent_id=e492147d-2dc1-4c71-bf72-d30034537a96&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003079 10.0.0.27 - - [2025-03-24 02:18:42] "GET /virtual-network/9f538e98-2e1c-422f-b823-126a514e9219?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.003755 10.0.0.27 - - [2025-03-24 02:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003112 10.0.0.27 - - [2025-03-24 02:18:42] "GET /global-vrouter-config/06d5e8c9-4721-4a57-b10f-0dc724ec4557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003116 10.0.0.27 - - [2025-03-24 02:18:42] "GET /virtual-networks?parent_id=e492147d-2dc1-4c71-bf72-d30034537a96&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003226 10.0.0.27 - - [2025-03-24 02:18:42] "GET /virtual-network/9f538e98-2e1c-422f-b823-126a514e9219?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.003056 10.0.0.27 - - [2025-03-24 02:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002650 10.0.0.27 - - [2025-03-24 02:18:42] "GET /global-vrouter-config/06d5e8c9-4721-4a57-b10f-0dc724ec4557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003062 10.0.0.27 - - [2025-03-24 02:18:42] "GET /virtual-networks?parent_id=e492147d-2dc1-4c71-bf72-d30034537a96&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003370 10.0.0.27 - - [2025-03-24 02:18:42] "GET /virtual-network/9f538e98-2e1c-422f-b823-126a514e9219?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.002951 10.0.0.27 - - [2025-03-24 02:18:42] "GET /virtual-machine/f9be4988-af7c-4cbb-b0e5-7acac891ccfa HTTP/1.1" 200 1803 0.003159 10.0.0.27 - - [2025-03-24 02:18:42] "GET /domains HTTP/1.1" 200 280 0.002814 10.0.0.27 - - [2025-03-24 02:18:42] "GET /domains?obj_uuids=79b30645-0539-4daf-9ae9-b83a3811325a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001266 10.0.0.27 - - [2025-03-24 02:18:42] "GET /domain/79b30645-0539-4daf-9ae9-b83a3811325a HTTP/1.1" 200 2771 0.007267 10.0.0.27 - - [2025-03-24 02:18:42] "GET /projects?obj_uuids=e492147d-2dc1-4c71-bf72-d30034537a96&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000939 10.0.0.27 - - [2025-03-24 02:18:43] "GET /project/e492147d-2dc1-4c71-bf72-d30034537a96 HTTP/1.1" 200 4233 0.062986 10.0.0.27 - - [2025-03-24 02:18:43] "GET /service-instance/80a7ff6c-ac49-438e-b33c-5afc9e3f9d83 HTTP/1.1" 200 3782 0.002907 10.0.0.27 - - [2025-03-24 02:18:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002526 10.0.0.27 - - [2025-03-24 02:18:43] "GET /routing-instance/e20b5f93-2ed0-41db-b9a9-998910746978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1888 0.002409 10.0.0.27 - - [2025-03-24 02:18:43] "GET /routing-instance/e20b5f93-2ed0-41db-b9a9-998910746978?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2021 0.004488 10.0.0.27 - - [2025-03-24 02:18:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002888 10.0.0.27 - - [2025-03-24 02:18:43] "GET /routing-instance/5446a2c2-559f-403e-a09a-cbabca076b70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1892 0.003605 10.0.0.27 - - [2025-03-24 02:18:43] "GET /routing-instance/5446a2c2-559f-403e-a09a-cbabca076b70?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2023 0.007387 10.0.0.27 - - [2025-03-24 02:18:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002886 10.0.0.27 - - [2025-03-24 02:18:43] "GET /virtual-network/85ed0caf-f537-4318-97c9-3629c5eba14c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.002977 10.0.0.27 - - [2025-03-24 02:18:43] "GET /virtual-network/85ed0caf-f537-4318-97c9-3629c5eba14c?fields=routing_instances HTTP/1.1" 200 1682 0.004074 10.0.0.27 - - [2025-03-24 02:18:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.27 - - [2025-03-24 02:18:43] "GET /virtual-network/9f538e98-2e1c-422f-b823-126a514e9219?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.003199 10.0.0.27 - - [2025-03-24 02:18:43] "GET /virtual-network/9f538e98-2e1c-422f-b823-126a514e9219?fields=routing_instances HTTP/1.1" 200 1688 0.004427 10.0.0.27 - - [2025-03-24 02:18:47] "POST /ref-update HTTP/1.1" 200 156 0.026491 10.0.0.27 - - [2025-03-24 02:18:47] "POST /neutron/network HTTP/1.1" 200 834 0.005566 10.0.0.27 - - [2025-03-24 02:18:47] "DELETE /access-control-list/16146e65-f60e-4f02-be45-605c61f4a1b3 HTTP/1.1" 200 115 0.035558 10.0.0.27 - - [2025-03-24 02:18:47] "GET /virtual-network/9f538e98-2e1c-422f-b823-126a514e9219?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008670 10.0.0.27 - - [2025-03-24 02:18:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002653 10.0.0.27 - - [2025-03-24 02:18:47] "DELETE /routing-instance/1afc3885-877f-4766-9ae8-a5b01454688b HTTP/1.1" 200 115 0.023076 10.0.0.27 - - [2025-03-24 02:18:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.27 - - [2025-03-24 02:18:47] "GET /network-policy/bbc8bae0-ab24-4704-84af-c81612034751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.002742 10.0.0.27 - - [2025-03-24 02:18:47] "DELETE /route-target/88bdf223-d6b9-450a-bca6-e23ac13bf98e HTTP/1.1" 200 115 0.015872 10.0.0.27 - - [2025-03-24 02:18:47] "POST /ref-update HTTP/1.1" 200 156 0.029632 10.0.0.27 - - [2025-03-24 02:18:47] "DELETE /routing-instance/22686568-1b13-4934-9aa4-0dc5855c66c7 HTTP/1.1" 200 115 0.039929 10.0.0.27 - - [2025-03-24 02:18:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002307 10.0.0.27 - - [2025-03-24 02:18:47] "POST /neutron/network HTTP/1.1" 200 834 0.006489 10.0.0.27 - - [2025-03-24 02:18:47] "GET /virtual-network/85ed0caf-f537-4318-97c9-3629c5eba14c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.003303 10.0.0.27 - - [2025-03-24 02:18:47] "DELETE /route-target/13d6c77c-f426-47dc-9a6b-62685d194a87 HTTP/1.1" 200 115 0.015417 10.0.0.27 - - [2025-03-24 02:18:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002132 10.0.0.27 - - [2025-03-24 02:18:47] "DELETE /access-control-list/b7683241-45b5-46ba-a9d3-f3b20fe5caf6 HTTP/1.1" 200 115 0.026528 10.0.0.27 - - [2025-03-24 02:18:47] "GET /network-policy/bbc8bae0-ab24-4704-84af-c81612034751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003040 10.0.0.27 - - [2025-03-24 02:18:48] "DELETE /network-policy/bbc8bae0-ab24-4704-84af-c81612034751 HTTP/1.1" 200 115 0.022061 10.0.0.27 - - [2025-03-24 02:18:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002682 10.0.0.27 - - [2025-03-24 02:18:48] "DELETE /service-instance/80a7ff6c-ac49-438e-b33c-5afc9e3f9d83 HTTP/1.1" 200 115 0.039297 10.0.0.27 - - [2025-03-24 02:18:48] "GET /domains HTTP/1.1" 200 280 0.001936 10.0.0.27 - - [2025-03-24 02:18:48] "POST /ref-update HTTP/1.1" 200 156 0.010100 10.0.0.27 - - [2025-03-24 02:18:48] "GET /domains?obj_uuids=79b30645-0539-4daf-9ae9-b83a3811325a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000926 10.0.0.27 - - [2025-03-24 02:18:48] "GET /domain/79b30645-0539-4daf-9ae9-b83a3811325a HTTP/1.1" 200 2771 0.008206 10.0.0.27 - - [2025-03-24 02:18:48] "GET /projects?obj_uuids=e492147d-2dc1-4c71-bf72-d30034537a96&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001323 10.0.0.27 - - [2025-03-24 02:18:48] "DELETE /instance-ip/225ca8a0-9621-49fb-9faf-e8fe05ab97fe HTTP/1.1" 200 115 0.031737 10.0.0.27 - - [2025-03-24 02:18:48] "POST /ref-update HTTP/1.1" 200 156 0.008508 10.0.0.27 - - [2025-03-24 02:18:48] "GET /project/e492147d-2dc1-4c71-bf72-d30034537a96 HTTP/1.1" 200 3759 0.067123 10.0.0.27 - - [2025-03-24 02:18:48] "GET /virtual-machine/f9be4988-af7c-4cbb-b0e5-7acac891ccfa HTTP/1.1" 200 1803 0.003616 10.0.0.27 - - [2025-03-24 02:18:48] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002174 10.0.0.27 - - [2025-03-24 02:18:48] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002446 10.0.0.27 - - [2025-03-24 02:18:48] "DELETE /instance-ip/865ca6f2-ea57-46a1-aca1-2e5b28ee33da HTTP/1.1" 200 115 0.025562 10.0.0.27 - - [2025-03-24 02:18:48] "POST /ref-update HTTP/1.1" 200 156 0.009531 10.0.0.27 - - [2025-03-24 02:18:48] "DELETE /instance-ip/25e5f4cb-a406-40cd-ac87-18527c88dd4c HTTP/1.1" 200 115 0.020915 10.0.0.27 - - [2025-03-24 02:18:48] "POST /ref-update HTTP/1.1" 200 156 0.010130 10.0.0.27 - - [2025-03-24 02:18:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.27 - - [2025-03-24 02:18:48] "DELETE /service-template/8cd3f465-ef4c-47b9-8a15-9a9cb66120d7 HTTP/1.1" 200 115 0.031150 10.0.0.27 - - [2025-03-24 02:18:48] "POST /fqname-to-id HTTP/1.1" 404 193 0.004402 10.0.0.27 - - [2025-03-24 02:18:48] "DELETE /instance-ip/e5b0667a-55ac-40f3-abca-afb8757aa642 HTTP/1.1" 200 115 0.028914 10.0.0.27 - - [2025-03-24 02:18:48] "POST /ref-update HTTP/1.1" 200 156 0.015554 10.0.0.27 - - [2025-03-24 02:18:48] "DELETE /instance-ip/a1663536-8edd-49b8-8272-e629331e68f2 HTTP/1.1" 200 115 0.020849 10.0.0.27 - - [2025-03-24 02:18:48] "POST /ref-update HTTP/1.1" 200 156 0.008654 10.0.0.27 - - [2025-03-24 02:18:48] "DELETE /instance-ip/c5a86468-f506-4594-acd0-2739a695e5da HTTP/1.1" 200 115 0.020011 10.0.0.27 - - [2025-03-24 02:18:48] "POST /neutron/network HTTP/1.1" 200 834 0.012702 10.0.0.27 - - [2025-03-24 02:18:48] "POST /neutron/network HTTP/1.1" 400 204 0.009988 10.0.0.27 - - [2025-03-24 02:18:48] "POST /neutron/port HTTP/1.1" 200 1086 0.018300 10.0.0.27 - - [2025-03-24 02:18:49] "POST /neutron/port HTTP/1.1" 200 1112 0.009300 10.0.0.27 - - [2025-03-24 02:18:49] "POST /neutron/port HTTP/1.1" 200 1088 0.024031 10.0.0.27 - - [2025-03-24 02:18:49] "POST /neutron/port HTTP/1.1" 200 1114 0.015926 10.0.0.27 - - [2025-03-24 02:18:49] "POST /neutron/port HTTP/1.1" 200 151 0.123232 10.0.0.27 - - [2025-03-24 02:18:49] "POST /neutron/port HTTP/1.1" 200 151 0.120457 10.0.0.27 - - [2025-03-24 02:18:49] "POST /neutron/port HTTP/1.1" 200 3027 0.027666 10.0.0.27 - - [2025-03-24 02:18:49] "POST /neutron/port HTTP/1.1" 200 1114 0.009285 10.0.0.27 - - [2025-03-24 02:18:49] "POST /neutron/port HTTP/1.1" 200 151 0.092531 10.0.0.27 - - [2025-03-24 02:18:49] "POST /neutron/port HTTP/1.1" 200 1112 0.010347 10.0.0.27 - - [2025-03-24 02:18:49] "POST /neutron/port HTTP/1.1" 200 151 0.081348 10.0.0.27 - - [2025-03-24 02:18:49] "POST /neutron/port HTTP/1.1" 200 1112 0.008861 10.0.0.27 - - [2025-03-24 02:18:49] "POST /neutron/port HTTP/1.1" 200 151 0.092352 10.0.0.27 - - [2025-03-24 02:18:50] "POST /neutron/network HTTP/1.1" 200 834 0.006020 10.0.0.27 - - [2025-03-24 02:18:50] "POST /useragent-kv HTTP/1.1" 200 115 0.001268 10.0.0.27 - - [2025-03-24 02:18:50] "POST /useragent-kv HTTP/1.1" 200 115 0.001090 10.0.0.27 - - [2025-03-24 02:18:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002639 10.0.0.27 - - [2025-03-24 02:18:50] "POST /neutron/network HTTP/1.1" 200 151 0.073372 10.0.0.27 - - [2025-03-24 02:18:50] "GET /routing-instance/5446a2c2-559f-403e-a09a-cbabca076b70 HTTP/1.1" 404 171 0.001817 10.0.0.27 - - [2025-03-24 02:18:50] "GET /domains HTTP/1.1" 200 280 0.002216 10.0.0.27 - - [2025-03-24 02:18:50] "GET /domains?obj_uuids=79b30645-0539-4daf-9ae9-b83a3811325a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000885 10.0.0.27 - - [2025-03-24 02:18:50] "DELETE /route-target/a0d9758d-c80e-4299-9ca1-a95b12b52c9b HTTP/1.1" 200 115 0.020180 10.0.0.27 - - [2025-03-24 02:18:50] "GET /domain/79b30645-0539-4daf-9ae9-b83a3811325a HTTP/1.1" 200 2571 0.050394 10.0.0.27 - - [2025-03-24 02:18:50] "GET /projects?obj_uuids=e492147d-2dc1-4c71-bf72-d30034537a96&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001024 10.0.0.27 - - [2025-03-24 02:18:50] "GET /project/e492147d-2dc1-4c71-bf72-d30034537a96 HTTP/1.1" 200 2298 0.067348 10.0.0.27 - - [2025-03-24 02:18:50] "POST /neutron/network HTTP/1.1" 200 834 0.006269 10.0.0.27 - - [2025-03-24 02:18:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004206 10.0.0.27 - - [2025-03-24 02:18:50] "POST /useragent-kv HTTP/1.1" 200 115 0.001105 10.0.0.27 - - [2025-03-24 02:18:50] "POST /useragent-kv HTTP/1.1" 200 115 0.000976 10.0.0.27 - - [2025-03-24 02:18:50] "POST /neutron/network HTTP/1.1" 200 151 0.080144 10.0.0.27 - - [2025-03-24 02:18:50] "DELETE /route-target/c5435f5e-278f-46d4-a6eb-143fb3d503d6 HTTP/1.1" 200 115 0.017312 10.0.0.27 - - [2025-03-24 02:18:50] "GET /routing-instance/e20b5f93-2ed0-41db-b9a9-998910746978 HTTP/1.1" 404 171 0.002007 10.0.0.27 - - [2025-03-24 02:18:50] "GET /domains HTTP/1.1" 200 280 0.002167 10.0.0.27 - - [2025-03-24 02:18:50] "GET /domains?obj_uuids=79b30645-0539-4daf-9ae9-b83a3811325a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000949 10.0.0.27 - - [2025-03-24 02:18:51] "GET /domain/79b30645-0539-4daf-9ae9-b83a3811325a HTTP/1.1" 200 2571 0.047747 10.0.0.27 - - [2025-03-24 02:18:51] "GET /projects?obj_uuids=e492147d-2dc1-4c71-bf72-d30034537a96&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000992 10.0.0.27 - - [2025-03-24 02:18:51] "GET /project/e492147d-2dc1-4c71-bf72-d30034537a96 HTTP/1.1" 200 2080 0.059715 10.0.0.27 - - [2025-03-24 02:18:51] "POST /neutron/network HTTP/1.1" 200 832 0.005229 10.0.0.27 - - [2025-03-24 02:18:51] "POST /useragent-kv HTTP/1.1" 200 115 0.001096 10.0.0.27 - - [2025-03-24 02:18:51] "POST /useragent-kv HTTP/1.1" 200 115 0.001055 10.0.0.27 - - [2025-03-24 02:18:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.015166 10.0.0.27 - - [2025-03-24 02:18:51] "POST /neutron/network HTTP/1.1" 200 151 0.074146 10.0.0.27 - - [2025-03-24 02:18:51] "GET /routing-instance/018888d6-7807-46a3-8bf9-5b224fee7542 HTTP/1.1" 404 171 0.005546 10.0.0.27 - - [2025-03-24 02:18:51] "GET /domains HTTP/1.1" 200 280 0.004571 10.0.0.27 - - [2025-03-24 02:18:51] "GET /domains?obj_uuids=79b30645-0539-4daf-9ae9-b83a3811325a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001008 10.0.0.27 - - [2025-03-24 02:18:51] "DELETE /route-target/75c78508-82dc-45a7-94ea-87b15e777853 HTTP/1.1" 200 115 0.027271 10.0.0.27 - - [2025-03-24 02:18:51] "GET /domain/79b30645-0539-4daf-9ae9-b83a3811325a HTTP/1.1" 200 2571 0.054450 10.0.0.27 - - [2025-03-24 02:18:51] "GET /projects?obj_uuids=e492147d-2dc1-4c71-bf72-d30034537a96&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001013 10.0.0.27 - - [2025-03-24 02:18:51] "GET /project/e492147d-2dc1-4c71-bf72-d30034537a96 HTTP/1.1" 200 1840 0.062541 10.0.0.27 - - [2025-03-24 02:18:51] "GET /projects?obj_uuids=e492147d-2dc1-4c71-bf72-d30034537a96&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001153 10.0.0.27 - - [2025-03-24 02:18:51] "GET /project/e492147d-2dc1-4c71-bf72-d30034537a96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.020723 10.0.0.27 - - [2025-03-24 02:18:51] "GET /projects?obj_uuids=e492147d-2dc1-4c71-bf72-d30034537a96&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001010 10.0.0.27 - - [2025-03-24 02:18:51] "GET /project/e492147d-2dc1-4c71-bf72-d30034537a96?fields=virtual_networks HTTP/1.1" 200 1028 0.061455 10.0.0.27 - - [2025-03-24 02:18:51] "GET /projects?obj_uuids=e492147d-2dc1-4c71-bf72-d30034537a96&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001664 10.0.0.27 - - [2025-03-24 02:18:51] "GET /project/e492147d-2dc1-4c71-bf72-d30034537a96?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.023252 10.0.0.27 - - [2025-03-24 02:18:51] "GET /projects?obj_uuids=e492147d-2dc1-4c71-bf72-d30034537a96&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001172 10.0.0.27 - - [2025-03-24 02:18:51] "GET /project/e492147d-2dc1-4c71-bf72-d30034537a96?fields=security_groups HTTP/1.1" 200 1252 0.020554 10.0.0.27 - - [2025-03-24 02:18:52] "POST /fqname-to-id HTTP/1.1" 404 189 0.021939 10.0.0.27 - - [2025-03-24 02:18:52] "GET /projects?obj_uuids=97a37a64-d221-487e-a705-395526785f3b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002312 10.0.0.27 - - [2025-03-24 02:18:52] "GET /domains?obj_uuids=79b30645-0539-4daf-9ae9-b83a3811325a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001062 10.0.0.27 - - [2025-03-24 02:18:52] "GET /domain/79b30645-0539-4daf-9ae9-b83a3811325a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006963 10.0.0.27 - - [2025-03-24 02:18:52] "POST /id-to-fqname HTTP/1.1" 200 191 0.001635 10.0.0.27 - - [2025-03-24 02:18:52] "POST /fqname-to-id HTTP/1.1" 404 200 0.003046 10.0.0.27 - - [2025-03-24 02:18:52] "POST /security-groups HTTP/1.1" 200 592 0.063650 10.0.0.27 - - [2025-03-24 02:18:52] "POST /fqname-to-id HTTP/1.1" 404 235 0.002615 10.0.0.27 - - [2025-03-24 02:18:52] "POST /projects HTTP/1.1" 200 587 0.204654 10.0.0.27 - - [2025-03-24 02:18:53] "POST /access-control-lists HTTP/1.1" 200 597 0.062035 10.0.0.27 - - [2025-03-24 02:18:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.275264 10.0.0.27 - - [2025-03-24 02:18:53] "POST /fqname-to-id HTTP/1.1" 404 234 0.002752 10.0.0.27 - - [2025-03-24 02:18:53] "GET /project/97a37a64-d221-487e-a705-395526785f3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.389887 10.0.0.27 - - [2025-03-24 02:18:53] "POST /access-control-lists HTTP/1.1" 200 595 0.060644 10.0.0.27 - - [2025-03-24 02:18:54] "GET / HTTP/1.1" 200 35931 0.001835 10.0.0.27 - - [2025-03-24 02:18:55] "GET /project/97a37a64-d221-487e-a705-395526785f3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000467 10.0.0.27 - - [2025-03-24 02:18:55] "GET /projects?obj_uuids=97a37a64-d221-487e-a705-395526785f3b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001045 10.0.0.27 - - [2025-03-24 02:18:55] "GET /project/97a37a64-d221-487e-a705-395526785f3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.045181 10.0.0.27 - - [2025-03-24 02:18:55] "POST /fqname-to-id HTTP/1.1" 404 180 0.002033 10.0.0.27 - - [2025-03-24 02:18:55] "POST /virtual-DNSs HTTP/1.1" 200 507 0.017985 10.0.0.27 - - [2025-03-24 02:18:55] "GET /virtual-DNS/3b6c498c-e0de-458a-ba87-bd527376f4e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.003746 10.0.0.27 - - [2025-03-24 02:18:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005110 10.0.0.27 - - [2025-03-24 02:18:55] "GET /virtual-DNS/3b6c498c-e0de-458a-ba87-bd527376f4e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.002743 10.0.0.27 - - [2025-03-24 02:18:55] "GET /domains HTTP/1.1" 401 292 0.002298 10.0.0.27 - - [2025-03-24 02:18:56] "GET /domains HTTP/1.1" 200 280 0.022183 10.0.0.27 - - [2025-03-24 02:18:56] "GET /domains?obj_uuids=79b30645-0539-4daf-9ae9-b83a3811325a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000971 10.0.0.27 - - [2025-03-24 02:18:56] "GET /domain/79b30645-0539-4daf-9ae9-b83a3811325a HTTP/1.1" 200 2958 0.007460 10.0.0.27 - - [2025-03-24 02:18:56] "GET /virtual-DNS/3b6c498c-e0de-458a-ba87-bd527376f4e9 HTTP/1.1" 200 1437 0.003276 10.0.0.27 - - [2025-03-24 02:18:56] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.001870 10.0.0.27 - - [2025-03-24 02:18:56] "POST /network-ipams HTTP/1.1" 200 514 0.015541 10.0.0.27 - - [2025-03-24 02:18:56] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 968 0.003369 10.0.0.27 - - [2025-03-24 02:18:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002991 10.0.0.27 - - [2025-03-24 02:18:56] "GET /network-ipam/851ddc14-d419-4d9b-a6e8-01ca6f4ff5f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.003994 10.0.0.27 - - [2025-03-24 02:18:56] "PUT /network-ipam/851ddc14-d419-4d9b-a6e8-01ca6f4ff5f9 HTTP/1.1" 200 258 0.010196 10.0.0.27 - - [2025-03-24 02:18:56] "POST /ref-update HTTP/1.1" 200 156 0.008751 10.0.0.27 - - [2025-03-24 02:18:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002683 10.0.0.27 - - [2025-03-24 02:18:56] "GET /projects?obj_uuids=97a37a64-d221-487e-a705-395526785f3b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001411 10.0.0.27 - - [2025-03-24 02:18:56] "GET /project/97a37a64-d221-487e-a705-395526785f3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.021222 10.0.0.27 - - [2025-03-24 02:18:56] "POST /neutron/network HTTP/1.1" 200 117 0.026390 10.0.0.27 - - [2025-03-24 02:18:56] "GET /projects?obj_uuids=97a37a64-d221-487e-a705-395526785f3b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001129 10.0.0.27 - - [2025-03-24 02:18:56] "POST /neutron/network HTTP/1.1" 200 618 0.062299 10.0.0.27 - - [2025-03-24 02:18:56] "POST /route-targets HTTP/1.1" 200 327 0.011554 10.0.0.27 - - [2025-03-24 02:18:56] "POST /ref-update HTTP/1.1" 200 156 0.011676 10.0.0.27 - - [2025-03-24 02:18:56] "POST /useragent-kv HTTP/1.1" 200 115 0.004586 10.0.0.27 - - [2025-03-24 02:18:56] "POST /neutron/subnet HTTP/1.1" 200 711 0.146857 10.0.0.27 - - [2025-03-24 02:18:56] "POST /neutron/network HTTP/1.1" 200 833 0.006284 10.0.0.27 - - [2025-03-24 02:18:56] "POST /id-to-fqname HTTP/1.1" 200 227 0.001155 10.0.0.27 - - [2025-03-24 02:18:56] "GET /virtual-network/8b6e705b-5ec1-491e-b91a-1151e4f4de5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.002687 10.0.0.27 - - [2025-03-24 02:18:56] "POST /neutron/network HTTP/1.1" 200 833 0.005107 10.0.0.27 - - [2025-03-24 02:18:56] "GET /virtual-network/8b6e705b-5ec1-491e-b91a-1151e4f4de5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.002425 10.0.0.27 - - [2025-03-24 02:18:56] "POST /neutron/network HTTP/1.1" 200 833 0.006273 10.0.0.27 - - [2025-03-24 02:18:56] "POST /neutron/subnet HTTP/1.1" 200 711 0.007006 10.0.0.27 - - [2025-03-24 02:18:56] "POST /neutron/network HTTP/1.1" 200 807 0.010198 10.0.0.27 - - [2025-03-24 02:18:56] "POST /neutron/network HTTP/1.1" 200 833 0.005159 10.0.0.27 - - [2025-03-24 02:18:56] "POST /id-to-fqname HTTP/1.1" 200 227 0.001100 10.0.0.27 - - [2025-03-24 02:18:57] "POST /neutron/network HTTP/1.1" 200 843 0.005341 10.0.0.27 - - [2025-03-24 02:18:57] "GET /aaa-mode HTTP/1.1" 401 292 0.000359 10.0.0.27 - - [2025-03-24 02:18:57] "GET / HTTP/1.1" 200 35931 0.001761 10.0.0.27 - - [2025-03-24 02:18:57] "GET /project/97a37a64-d221-487e-a705-395526785f3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000377 10.0.0.27 - - [2025-03-24 02:18:57] "GET /projects?obj_uuids=97a37a64-d221-487e-a705-395526785f3b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001763 10.0.0.27 - - [2025-03-24 02:18:57] "GET /project/97a37a64-d221-487e-a705-395526785f3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.043693 10.0.0.27 - - [2025-03-24 02:18:57] "POST /neutron/network HTTP/1.1" 200 833 0.007166 10.0.0.27 - - [2025-03-24 02:18:57] "POST /neutron/port HTTP/1.1" 200 117 0.005332 10.0.0.27 - - [2025-03-24 02:18:57] "POST /neutron/port HTTP/1.1" 200 117 0.007081 10.0.0.27 - - [2025-03-24 02:18:57] "POST /neutron/port HTTP/1.1" 200 117 0.005886 10.0.0.27 - - [2025-03-24 02:18:58] "POST /neutron/network HTTP/1.1" 200 843 0.008034 10.0.0.27 - - [2025-03-24 02:18:58] "GET /projects?obj_uuids=97a37a64-d221-487e-a705-395526785f3b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001412 10.0.0.27 - - [2025-03-24 02:18:58] "POST /neutron/port HTTP/1.1" 200 1058 0.182359 10.0.0.27 - - [2025-03-24 02:18:58] "POST /neutron/port HTTP/1.1" 200 1058 0.008645 10.0.0.27 - - [2025-03-24 02:18:58] "POST /neutron/port HTTP/1.1" 200 1058 0.007653 10.0.0.27 - - [2025-03-24 02:18:58] "POST /neutron/port HTTP/1.1" 200 1112 0.048375 10.0.0.27 - - [2025-03-24 02:18:58] "POST /neutron/port HTTP/1.1" 200 1086 0.014648 10.0.0.27 - - [2025-03-24 02:18:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003086 10.0.0.27 - - [2025-03-24 02:18:58] "POST /neutron/subnet HTTP/1.1" 200 685 0.044682 10.0.0.27 - - [2025-03-24 02:18:58] "POST /neutron/port HTTP/1.1" 200 117 0.001143 10.0.0.27 - - [2025-03-24 02:18:58] "POST /neutron/network HTTP/1.1" 200 833 0.005437 10.0.0.27 - - [2025-03-24 02:19:03] "POST /neutron/port HTTP/1.1" 200 1086 0.014428 10.0.0.27 - - [2025-03-24 02:19:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012050 10.0.0.27 - - [2025-03-24 02:19:03] "POST /neutron/port HTTP/1.1" 200 1086 0.013748 10.0.0.27 - - [2025-03-24 02:19:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005676 10.0.0.27 - - [2025-03-24 02:19:03] "POST /neutron/port HTTP/1.1" 200 1086 0.024811 10.0.0.27 - - [2025-03-24 02:19:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005542 10.0.0.27 - - [2025-03-24 02:19:03] "GET /virtual-machine/e8d99ec9-3de7-404f-b4d4-78fe7eef0fb4 HTTP/1.1" 200 1294 0.006156 10.0.0.27 - - [2025-03-24 02:19:03] "GET /virtual-machine-interface/47b24bdc-6a1b-40ff-b294-01f92af96906 HTTP/1.1" 200 2963 0.002577 10.0.0.27 - - [2025-03-24 02:19:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003848 10.0.0.27 - - [2025-03-24 02:19:03] "GET /global-vrouter-config/06d5e8c9-4721-4a57-b10f-0dc724ec4557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002618 10.0.0.27 - - [2025-03-24 02:19:03] "GET /virtual-networks?parent_id=97a37a64-d221-487e-a705-395526785f3b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003858 10.0.0.27 - - [2025-03-24 02:19:03] "GET /virtual-network/8b6e705b-5ec1-491e-b91a-1151e4f4de5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.002962 10.0.0.27 - - [2025-03-24 02:19:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002733 10.0.0.27 - - [2025-03-24 02:19:06] "GET /virtual-network/8b6e705b-5ec1-491e-b91a-1151e4f4de5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.002538 10.0.0.27 - - [2025-03-24 02:19:07] "POST /neutron/port HTTP/1.1" 200 1086 0.016040 10.0.0.27 - - [2025-03-24 02:19:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005342 10.0.0.27 - - [2025-03-24 02:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.27 - - [2025-03-24 02:19:08] "GET /global-vrouter-config/06d5e8c9-4721-4a57-b10f-0dc724ec4557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002768 10.0.0.27 - - [2025-03-24 02:19:08] "GET /virtual-networks?parent_id=97a37a64-d221-487e-a705-395526785f3b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002762 10.0.0.27 - - [2025-03-24 02:19:08] "GET /virtual-network/8b6e705b-5ec1-491e-b91a-1151e4f4de5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.003134 10.0.0.27 - - [2025-03-24 02:19:08] "POST /neutron/port HTTP/1.1" 200 1086 0.012913 10.0.0.27 - - [2025-03-24 02:19:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010059 10.0.0.27 - - [2025-03-24 02:19:18] "POST /neutron/network HTTP/1.1" 200 807 0.009998 10.0.0.27 - - [2025-03-24 02:19:18] "POST /neutron/network HTTP/1.1" 200 833 0.004813 10.0.0.27 - - [2025-03-24 02:19:18] "POST /id-to-fqname HTTP/1.1" 200 227 0.001081 10.0.0.27 - - [2025-03-24 02:19:18] "POST /neutron/port HTTP/1.1" 200 1086 0.017348 10.0.0.27 - - [2025-03-24 02:19:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005716 10.0.0.27 - - [2025-03-24 02:19:18] "POST /neutron/network HTTP/1.1" 200 843 0.007441 10.0.0.27 - - [2025-03-24 02:19:18] "GET /aaa-mode HTTP/1.1" 401 292 0.000402 10.0.0.27 - - [2025-03-24 02:19:18] "GET / HTTP/1.1" 200 35931 0.002774 10.0.0.27 - - [2025-03-24 02:19:18] "GET /project/97a37a64-d221-487e-a705-395526785f3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000398 10.0.0.27 - - [2025-03-24 02:19:19] "GET /projects?obj_uuids=97a37a64-d221-487e-a705-395526785f3b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001188 10.0.0.27 - - [2025-03-24 02:19:19] "GET /project/97a37a64-d221-487e-a705-395526785f3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.040231 10.0.0.27 - - [2025-03-24 02:19:19] "POST /neutron/network HTTP/1.1" 200 833 0.005019 10.0.0.27 - - [2025-03-24 02:19:19] "POST /neutron/port HTTP/1.1" 200 1086 0.024511 10.0.0.27 - - [2025-03-24 02:19:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007190 10.0.0.27 - - [2025-03-24 02:19:19] "POST /neutron/port HTTP/1.1" 200 117 0.004700 10.0.0.27 - - [2025-03-24 02:19:19] "POST /neutron/port HTTP/1.1" 200 117 0.004531 10.0.0.27 - - [2025-03-24 02:19:19] "POST /neutron/network HTTP/1.1" 200 843 0.010480 10.0.0.27 - - [2025-03-24 02:19:19] "GET /projects?obj_uuids=97a37a64-d221-487e-a705-395526785f3b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001305 10.0.0.27 - - [2025-03-24 02:19:19] "POST /neutron/port HTTP/1.1" 200 1058 0.186091 10.0.0.27 - - [2025-03-24 02:19:19] "POST /neutron/port HTTP/1.1" 200 1058 0.009656 10.0.0.27 - - [2025-03-24 02:19:19] "POST /neutron/port HTTP/1.1" 200 1058 0.008236 10.0.0.27 - - [2025-03-24 02:19:19] "POST /neutron/port HTTP/1.1" 200 1112 0.053226 10.0.0.27 - - [2025-03-24 02:19:19] "POST /neutron/port HTTP/1.1" 200 1086 0.013930 10.0.0.27 - - [2025-03-24 02:19:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003238 10.0.0.27 - - [2025-03-24 02:19:20] "POST /neutron/subnet HTTP/1.1" 200 685 0.009956 10.0.0.27 - - [2025-03-24 02:19:20] "POST /neutron/port HTTP/1.1" 200 117 0.001153 10.0.0.27 - - [2025-03-24 02:19:20] "POST /neutron/network HTTP/1.1" 200 833 0.005250 10.0.0.27 - - [2025-03-24 02:19:24] "POST /neutron/port HTTP/1.1" 200 1086 0.013705 10.0.0.27 - - [2025-03-24 02:19:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005167 10.0.0.27 - - [2025-03-24 02:19:24] "POST /neutron/port HTTP/1.1" 200 1086 0.016251 10.0.0.27 - - [2025-03-24 02:19:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005215 10.0.0.27 - - [2025-03-24 02:19:24] "POST /neutron/port HTTP/1.1" 200 1086 0.013838 10.0.0.27 - - [2025-03-24 02:19:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005342 10.0.0.27 - - [2025-03-24 02:19:24] "GET /virtual-machine/9352d83d-bcd0-4bee-9443-bf68543c64cd HTTP/1.1" 200 1294 0.003860 10.0.0.27 - - [2025-03-24 02:19:24] "GET /virtual-machine-interface/ffecccaf-592c-4542-b3c6-f98632efaf38 HTTP/1.1" 200 2964 0.002401 10.0.0.27 - - [2025-03-24 02:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002502 10.0.0.27 - - [2025-03-24 02:19:24] "GET /global-vrouter-config/06d5e8c9-4721-4a57-b10f-0dc724ec4557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002450 10.0.0.27 - - [2025-03-24 02:19:24] "GET /virtual-networks?parent_id=97a37a64-d221-487e-a705-395526785f3b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003185 10.0.0.27 - - [2025-03-24 02:19:24] "GET /virtual-network/8b6e705b-5ec1-491e-b91a-1151e4f4de5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.003600 10.0.0.27 - - [2025-03-24 02:19:26] "DELETE /project/97a37a64d221487ea705395526785f3b HTTP/1.1" 404 173 0.004377 10.0.0.27 - - [2025-03-24 02:19:26] "GET /projects?obj_uuids=e492147d-2dc1-4c71-bf72-d30034537a96&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000930 10.0.0.27 - - [2025-03-24 02:19:26] "GET /project/e492147d-2dc1-4c71-bf72-d30034537a96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.031953 10.0.0.27 - - [2025-03-24 02:19:26] "GET /projects?obj_uuids=e492147d-2dc1-4c71-bf72-d30034537a96&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001049 10.0.0.27 - - [2025-03-24 02:19:26] "GET /project/e492147d-2dc1-4c71-bf72-d30034537a96?fields=security_groups HTTP/1.1" 200 1357 0.062246 10.0.0.27 - - [2025-03-24 02:19:26] "DELETE /security-group/56b4a52a-ade6-43a3-ba24-afefa83c588c HTTP/1.1" 200 115 0.036589 10.0.0.27 - - [2025-03-24 02:19:26] "GET /projects?obj_uuids=e492147d-2dc1-4c71-bf72-d30034537a96&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000935 10.0.0.27 - - [2025-03-24 02:19:26] "DELETE /access-control-list/76c47f40-00b8-436c-930e-e400c483e80d HTTP/1.1" 200 115 0.030213 10.0.0.27 - - [2025-03-24 02:19:26] "GET /project/e492147d-2dc1-4c71-bf72-d30034537a96?fields=application_policy_sets HTTP/1.1" 200 1396 0.049463 10.0.0.27 - - [2025-03-24 02:19:26] "DELETE /access-control-list/0707dc9b-cdca-4b00-9171-9819b01d8b49 HTTP/1.1" 200 115 0.041370 10.0.0.27 - - [2025-03-24 02:19:27] "DELETE /project/e492147d-2dc1-4c71-bf72-d30034537a96 HTTP/1.1" 200 115 0.325314 10.0.0.27 - - [2025-03-24 02:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002992 10.0.0.27 - - [2025-03-24 02:19:27] "GET /virtual-network/8b6e705b-5ec1-491e-b91a-1151e4f4de5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.002712 10.0.0.27 - - [2025-03-24 02:19:28] "POST /neutron/port HTTP/1.1" 200 1086 0.016308 10.0.0.27 - - [2025-03-24 02:19:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005119 10.0.0.27 - - [2025-03-24 02:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002871 10.0.0.27 - - [2025-03-24 02:19:29] "GET /global-vrouter-config/06d5e8c9-4721-4a57-b10f-0dc724ec4557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002748 10.0.0.27 - - [2025-03-24 02:19:30] "GET /virtual-networks?parent_id=97a37a64-d221-487e-a705-395526785f3b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002895 10.0.0.27 - - [2025-03-24 02:19:30] "GET /virtual-network/8b6e705b-5ec1-491e-b91a-1151e4f4de5d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.003050 10.0.0.27 - - [2025-03-24 02:19:33] "GET /obj-perms HTTP/1.1" 200 5056 0.046473 10.0.0.27 - - [2025-03-24 02:19:34] "GET /obj-perms HTTP/1.1" 200 5056 0.041518 10.0.0.27 - - [2025-03-24 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002769 10.0.0.27 - - [2025-03-24 02:19:35] "DELETE /virtual-DNS/3b6c498c-e0de-458a-ba87-bd527376f4e9 HTTP/1.1" 409 235 0.006588 10.0.0.27 - - [2025-03-24 02:19:35] "POST /fqname-to-id HTTP/1.1" 404 192 0.002613 10.0.0.27 - - [2025-03-24 02:19:36] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.021231 10.0.0.27 - - [2025-03-24 02:19:36] "GET /virtual-DNS-record/dc10c9d6-4c5e-4dc5-b966-651ba129024f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.004122 10.0.0.27 - - [2025-03-24 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.27 - - [2025-03-24 02:19:36] "GET /virtual-DNS-record/dc10c9d6-4c5e-4dc5-b966-651ba129024f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.002827 10.0.0.27 - - [2025-03-24 02:19:36] "GET /domains HTTP/1.1" 200 280 0.002654 10.0.0.27 - - [2025-03-24 02:19:36] "GET /domains?obj_uuids=79b30645-0539-4daf-9ae9-b83a3811325a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002507 10.0.0.27 - - [2025-03-24 02:19:36] "GET /domain/79b30645-0539-4daf-9ae9-b83a3811325a HTTP/1.1" 200 2774 0.013963 10.0.0.27 - - [2025-03-24 02:19:36] "GET /virtual-DNS/3b6c498c-e0de-458a-ba87-bd527376f4e9 HTTP/1.1" 200 1906 0.007101 10.0.0.27 - - [2025-03-24 02:19:36] "GET /virtual-DNS-record/dc10c9d6-4c5e-4dc5-b966-651ba129024f HTTP/1.1" 200 1336 0.004419 10.0.0.27 - - [2025-03-24 02:19:41] "DELETE /virtual-DNS-record/dc10c9d6-4c5e-4dc5-b966-651ba129024f HTTP/1.1" 200 115 0.017612 10.0.0.27 - - [2025-03-24 02:19:41] "POST /fqname-to-id HTTP/1.1" 404 184 0.002711 10.0.0.27 - - [2025-03-24 02:19:41] "POST /neutron/network HTTP/1.1" 200 833 0.005733 10.0.0.27 - - [2025-03-24 02:19:41] "POST /neutron/network HTTP/1.1" 400 204 0.010873 10.0.0.27 - - [2025-03-24 02:19:42] "POST /neutron/port HTTP/1.1" 200 1086 0.013361 10.0.0.27 - - [2025-03-24 02:19:42] "POST /neutron/port HTTP/1.1" 200 1112 0.010461 10.0.0.27 - - [2025-03-24 02:19:42] "POST /neutron/port HTTP/1.1" 200 1086 0.018385 10.0.0.27 - - [2025-03-24 02:19:42] "POST /neutron/port HTTP/1.1" 200 1112 0.008116 10.0.0.27 - - [2025-03-24 02:19:42] "POST /neutron/port HTTP/1.1" 200 151 0.114641 10.0.0.27 - - [2025-03-24 02:19:42] "POST /neutron/port HTTP/1.1" 200 151 0.120388 10.0.0.27 - - [2025-03-24 02:19:43] "POST /neutron/network HTTP/1.1" 200 833 0.005123 10.0.0.27 - - [2025-03-24 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002883 10.0.0.27 - - [2025-03-24 02:19:44] "POST /useragent-kv HTTP/1.1" 200 115 0.001645 10.0.0.27 - - [2025-03-24 02:19:44] "DELETE /route-target/f540d72c-318d-4c3c-9cd5-1dfde2ed2060 HTTP/1.1" 200 115 0.060533 10.0.0.27 - - [2025-03-24 02:19:44] "POST /useragent-kv HTTP/1.1" 200 115 0.001059 10.0.0.27 - - [2025-03-24 02:19:44] "POST /neutron/network HTTP/1.1" 200 151 0.211795 10.0.0.27 - - [2025-03-24 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002354 10.0.0.27 - - [2025-03-24 02:19:44] "DELETE /network-ipam/851ddc14-d419-4d9b-a6e8-01ca6f4ff5f9 HTTP/1.1" 200 115 0.033693 10.0.0.27 - - [2025-03-24 02:19:44] "DELETE /virtual-DNS/3b6c498c-e0de-458a-ba87-bd527376f4e9 HTTP/1.1" 200 115 0.019500 10.0.0.27 - - [2025-03-24 02:19:44] "POST /fqname-to-id HTTP/1.1" 404 180 0.002683 10.0.0.27 - - [2025-03-24 02:19:44] "GET /domains HTTP/1.1" 200 280 0.002974 10.0.0.27 - - [2025-03-24 02:19:44] "GET /domains?obj_uuids=79b30645-0539-4daf-9ae9-b83a3811325a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001104 10.0.0.27 - - [2025-03-24 02:19:44] "GET /domain/79b30645-0539-4daf-9ae9-b83a3811325a HTTP/1.1" 200 2574 0.007540 10.0.0.27 - - [2025-03-24 02:19:44] "GET /projects?obj_uuids=97a37a64-d221-487e-a705-395526785f3b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001040 10.0.0.27 - - [2025-03-24 02:19:44] "GET /project/97a37a64-d221-487e-a705-395526785f3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.019748 10.0.0.27 - - [2025-03-24 02:19:44] "GET /projects?obj_uuids=97a37a64-d221-487e-a705-395526785f3b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000962 10.0.0.27 - - [2025-03-24 02:19:44] "GET /project/97a37a64-d221-487e-a705-395526785f3b?fields=virtual_networks HTTP/1.1" 200 1034 0.060439 10.0.0.27 - - [2025-03-24 02:19:44] "GET /projects?obj_uuids=97a37a64-d221-487e-a705-395526785f3b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001429 10.0.0.27 - - [2025-03-24 02:19:44] "GET /project/97a37a64-d221-487e-a705-395526785f3b?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.020203 10.0.0.27 - - [2025-03-24 02:19:44] "GET /projects?obj_uuids=97a37a64-d221-487e-a705-395526785f3b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001049 10.0.0.27 - - [2025-03-24 02:19:44] "GET /project/97a37a64-d221-487e-a705-395526785f3b?fields=security_groups HTTP/1.1" 200 1261 0.018343 10.0.0.27 - - [2025-03-24 02:19:45] "POST /fqname-to-id HTTP/1.1" 404 189 0.024782 10.0.0.27 - - [2025-03-24 02:19:45] "GET /projects?obj_uuids=45cf3b92-43cf-4e72-bfc9-6be900172937&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002522 10.0.0.27 - - [2025-03-24 02:19:45] "GET /domains?obj_uuids=79b30645-0539-4daf-9ae9-b83a3811325a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001028 10.0.0.27 - - [2025-03-24 02:19:45] "GET /domain/79b30645-0539-4daf-9ae9-b83a3811325a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006163 10.0.0.27 - - [2025-03-24 02:19:45] "POST /id-to-fqname HTTP/1.1" 200 191 0.001141 10.0.0.27 - - [2025-03-24 02:19:45] "POST /fqname-to-id HTTP/1.1" 404 200 0.002069 10.0.0.27 - - [2025-03-24 02:19:45] "POST /security-groups HTTP/1.1" 200 592 0.063123 10.0.0.27 - - [2025-03-24 02:19:45] "POST /fqname-to-id HTTP/1.1" 404 235 0.002732 10.0.0.27 - - [2025-03-24 02:19:45] "POST /projects HTTP/1.1" 200 587 0.206384 10.0.0.27 - - [2025-03-24 02:19:45] "POST /access-control-lists HTTP/1.1" 200 597 0.058179 10.0.0.27 - - [2025-03-24 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.274832 10.0.0.27 - - [2025-03-24 02:19:45] "POST /fqname-to-id HTTP/1.1" 404 234 0.002640 10.0.0.27 - - [2025-03-24 02:19:45] "GET /project/45cf3b92-43cf-4e72-bfc9-6be900172937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.383101 10.0.0.27 - - [2025-03-24 02:19:45] "POST /access-control-lists HTTP/1.1" 200 595 0.056034 10.0.0.27 - - [2025-03-24 02:19:46] "GET / HTTP/1.1" 200 35931 0.002048 10.0.0.27 - - [2025-03-24 02:19:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.000456 10.0.0.27 - - [2025-03-24 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.054775 10.0.0.27 - - [2025-03-24 02:19:47] "GET /projects?obj_uuids=45cf3b92-43cf-4e72-bfc9-6be900172937&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001085 10.0.0.27 - - [2025-03-24 02:19:47] "GET /project/45cf3b92-43cf-4e72-bfc9-6be900172937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.020191 10.0.0.27 - - [2025-03-24 02:19:47] "POST /neutron/network HTTP/1.1" 200 117 0.034393 10.0.0.27 - - [2025-03-24 02:19:47] "GET /projects?obj_uuids=45cf3b92-43cf-4e72-bfc9-6be900172937&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002282 10.0.0.27 - - [2025-03-24 02:19:48] "POST /neutron/network HTTP/1.1" 200 606 0.075682 10.0.0.27 - - [2025-03-24 02:19:48] "POST /route-targets HTTP/1.1" 200 327 0.017809 10.0.0.27 - - [2025-03-24 02:19:48] "POST /ref-update HTTP/1.1" 200 156 0.009768 10.0.0.27 - - [2025-03-24 02:19:48] "POST /useragent-kv HTTP/1.1" 200 115 0.001948 10.0.0.27 - - [2025-03-24 02:19:48] "POST /neutron/subnet HTTP/1.1" 200 729 0.202819 10.0.0.27 - - [2025-03-24 02:19:48] "POST /neutron/network HTTP/1.1" 200 826 0.005713 10.0.0.27 - - [2025-03-24 02:19:48] "POST /id-to-fqname HTTP/1.1" 200 221 0.001197 10.0.0.27 - - [2025-03-24 02:19:48] "GET /virtual-network/e4ff4e19-0d92-40be-96b4-19ac35a7f5eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.002687 10.0.0.27 - - [2025-03-24 02:19:48] "POST /neutron/network HTTP/1.1" 200 826 0.005725 10.0.0.27 - - [2025-03-24 02:19:48] "GET /virtual-network/e4ff4e19-0d92-40be-96b4-19ac35a7f5eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.002393 10.0.0.27 - - [2025-03-24 02:19:48] "POST /neutron/network HTTP/1.1" 200 826 0.006496 10.0.0.27 - - [2025-03-24 02:19:48] "POST /neutron/subnet HTTP/1.1" 200 729 0.006252 10.0.0.27 - - [2025-03-24 02:19:48] "POST /id-to-fqname HTTP/1.1" 200 221 0.001148 10.0.0.27 - - [2025-03-24 02:19:48] "POST /neutron/network HTTP/1.1" 200 836 0.005286 10.0.0.27 - - [2025-03-24 02:19:48] "GET /aaa-mode HTTP/1.1" 401 292 0.000368 10.0.0.27 - - [2025-03-24 02:19:48] "GET / HTTP/1.1" 200 35931 0.001715 10.0.0.27 - - [2025-03-24 02:19:48] "GET /project/45cf3b92-43cf-4e72-bfc9-6be900172937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000371 10.0.0.27 - - [2025-03-24 02:19:49] "GET /projects?obj_uuids=45cf3b92-43cf-4e72-bfc9-6be900172937&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001085 10.0.0.27 - - [2025-03-24 02:19:49] "GET /project/45cf3b92-43cf-4e72-bfc9-6be900172937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.040663 10.0.0.27 - - [2025-03-24 02:19:49] "POST /neutron/network HTTP/1.1" 200 826 0.004920 10.0.0.27 - - [2025-03-24 02:19:49] "POST /neutron/port HTTP/1.1" 200 117 0.005474 10.0.0.27 - - [2025-03-24 02:19:49] "POST /neutron/port HTTP/1.1" 200 117 0.004501 10.0.0.27 - - [2025-03-24 02:19:49] "POST /id-to-fqname HTTP/1.1" 200 221 0.001228 10.0.0.27 - - [2025-03-24 02:19:49] "POST /neutron/port HTTP/1.1" 200 117 0.006037 10.0.0.27 - - [2025-03-24 02:19:49] "POST /neutron/network HTTP/1.1" 200 836 0.005958 10.0.0.27 - - [2025-03-24 02:19:49] "GET /aaa-mode HTTP/1.1" 401 292 0.000407 10.0.0.27 - - [2025-03-24 02:19:49] "POST /neutron/network HTTP/1.1" 200 836 0.006173 10.0.0.27 - - [2025-03-24 02:19:49] "GET /projects?obj_uuids=45cf3b92-43cf-4e72-bfc9-6be900172937&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001246 10.0.0.27 - - [2025-03-24 02:19:49] "GET / HTTP/1.1" 200 35931 0.002408 10.0.0.27 - - [2025-03-24 02:19:49] "GET /project/45cf3b92-43cf-4e72-bfc9-6be900172937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000964 10.0.0.27 - - [2025-03-24 02:19:49] "POST /neutron/port HTTP/1.1" 200 1062 0.187386 10.0.0.27 - - [2025-03-24 02:19:50] "POST /neutron/port HTTP/1.1" 200 1062 0.014107 10.0.0.27 - - [2025-03-24 02:19:50] "POST /neutron/port HTTP/1.1" 200 1062 0.007454 10.0.0.27 - - [2025-03-24 02:19:50] "POST /neutron/port HTTP/1.1" 200 1116 0.052253 10.0.0.27 - - [2025-03-24 02:19:50] "POST /neutron/port HTTP/1.1" 200 1090 0.013653 10.0.0.27 - - [2025-03-24 02:19:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003083 10.0.0.27 - - [2025-03-24 02:19:50] "POST /neutron/subnet HTTP/1.1" 200 703 0.013982 10.0.0.27 - - [2025-03-24 02:19:50] "POST /neutron/port HTTP/1.1" 200 117 0.001076 10.0.0.27 - - [2025-03-24 02:19:50] "POST /neutron/network HTTP/1.1" 200 826 0.005169 10.0.0.27 - - [2025-03-24 02:19:50] "GET /projects?obj_uuids=45cf3b92-43cf-4e72-bfc9-6be900172937&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001247 10.0.0.27 - - [2025-03-24 02:19:50] "GET /project/45cf3b92-43cf-4e72-bfc9-6be900172937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.039754 10.0.0.27 - - [2025-03-24 02:19:50] "POST /neutron/network HTTP/1.1" 200 826 0.006015 10.0.0.27 - - [2025-03-24 02:19:50] "POST /neutron/port HTTP/1.1" 200 1090 0.019150 10.0.0.27 - - [2025-03-24 02:19:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007461 10.0.0.27 - - [2025-03-24 02:19:50] "POST /neutron/port HTTP/1.1" 200 117 0.005964 10.0.0.27 - - [2025-03-24 02:19:50] "POST /neutron/port HTTP/1.1" 200 1090 0.020235 10.0.0.27 - - [2025-03-24 02:19:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006710 10.0.0.27 - - [2025-03-24 02:19:50] "POST /neutron/network HTTP/1.1" 200 836 0.006697 10.0.0.27 - - [2025-03-24 02:19:50] "GET /projects?obj_uuids=45cf3b92-43cf-4e72-bfc9-6be900172937&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001183 10.0.0.27 - - [2025-03-24 02:19:51] "POST /neutron/port HTTP/1.1" 200 1062 0.213339 10.0.0.27 - - [2025-03-24 02:19:51] "POST /neutron/port HTTP/1.1" 200 1062 0.014811 10.0.0.27 - - [2025-03-24 02:19:51] "POST /neutron/port HTTP/1.1" 200 1062 0.013296 10.0.0.27 - - [2025-03-24 02:19:51] "POST /neutron/port HTTP/1.1" 200 1116 0.064087 10.0.0.27 - - [2025-03-24 02:19:51] "POST /neutron/port HTTP/1.1" 200 1090 0.014424 10.0.0.27 - - [2025-03-24 02:19:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006767 10.0.0.27 - - [2025-03-24 02:19:51] "POST /neutron/subnet HTTP/1.1" 200 703 0.009173 10.0.0.27 - - [2025-03-24 02:19:51] "POST /neutron/port HTTP/1.1" 200 117 0.001109 10.0.0.27 - - [2025-03-24 02:19:51] "POST /neutron/network HTTP/1.1" 200 826 0.005200 10.0.0.27 - - [2025-03-24 02:19:55] "POST /neutron/port HTTP/1.1" 200 1090 0.013755 10.0.0.27 - - [2025-03-24 02:19:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006338 10.0.0.27 - - [2025-03-24 02:19:55] "POST /neutron/port HTTP/1.1" 200 1090 0.013775 10.0.0.27 - - [2025-03-24 02:19:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005727 10.0.0.27 - - [2025-03-24 02:19:55] "POST /neutron/port HTTP/1.1" 200 1090 0.015294 10.0.0.27 - - [2025-03-24 02:19:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005642 10.0.0.27 - - [2025-03-24 02:19:55] "GET /virtual-machine/d584a7d2-ad77-4477-970b-eaaf65800752 HTTP/1.1" 401 292 0.000412 10.0.0.27 - - [2025-03-24 02:19:56] "GET /virtual-machine/d584a7d2-ad77-4477-970b-eaaf65800752 HTTP/1.1" 200 1294 0.024926 10.0.0.27 - - [2025-03-24 02:19:56] "GET /virtual-machine-interface/8ec73f9c-2b8b-41b9-83fd-74b0edd08e2d HTTP/1.1" 200 2945 0.003403 10.0.0.27 - - [2025-03-24 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002847 10.0.0.27 - - [2025-03-24 02:19:56] "GET /global-vrouter-config/06d5e8c9-4721-4a57-b10f-0dc724ec4557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002910 10.0.0.27 - - [2025-03-24 02:19:56] "GET /virtual-networks?parent_id=45cf3b92-43cf-4e72-bfc9-6be900172937&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003356 10.0.0.27 - - [2025-03-24 02:19:56] "GET /virtual-network/e4ff4e19-0d92-40be-96b4-19ac35a7f5eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.003478 10.0.0.27 - - [2025-03-24 02:19:57] "GET /global-system-configs HTTP/1.1" 200 322 0.030399 10.0.0.27 - - [2025-03-24 02:19:57] "GET /obj-perms HTTP/1.1" 200 5056 0.064421 10.0.0.27 - - [2025-03-24 02:19:58] "GET /global-system-configs HTTP/1.1" 200 322 0.030680 10.0.0.27 - - [2025-03-24 02:19:58] "GET /obj-perms HTTP/1.1" 200 5056 0.060555 10.0.0.27 - - [2025-03-24 02:19:58] "POST /neutron/port HTTP/1.1" 200 1090 0.014807 10.0.0.27 - - [2025-03-24 02:19:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005193 10.0.0.27 - - [2025-03-24 02:19:59] "POST /neutron/port HTTP/1.1" 200 1090 0.014929 10.0.0.27 - - [2025-03-24 02:19:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004740 10.0.0.27 - - [2025-03-24 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002748 10.0.0.27 - - [2025-03-24 02:19:59] "GET /virtual-network/e4ff4e19-0d92-40be-96b4-19ac35a7f5eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.002807 10.0.0.27 - - [2025-03-24 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004097 10.0.0.27 - - [2025-03-24 02:20:01] "GET /global-vrouter-config/06d5e8c9-4721-4a57-b10f-0dc724ec4557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002837 10.0.0.27 - - [2025-03-24 02:20:01] "GET /virtual-networks?parent_id=45cf3b92-43cf-4e72-bfc9-6be900172937&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002684 10.0.0.27 - - [2025-03-24 02:20:01] "GET /virtual-network/e4ff4e19-0d92-40be-96b4-19ac35a7f5eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.008099 10.0.0.27 - - [2025-03-24 02:20:01] "POST /neutron/port HTTP/1.1" 200 1090 0.013418 10.0.0.27 - - [2025-03-24 02:20:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005788 10.0.0.27 - - [2025-03-24 02:20:01] "POST /neutron/port HTTP/1.1" 200 1090 0.016297 10.0.0.27 - - [2025-03-24 02:20:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007534 10.0.0.27 - - [2025-03-24 02:20:02] "POST /neutron/port HTTP/1.1" 200 1090 0.014531 10.0.0.27 - - [2025-03-24 02:20:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005375 10.0.0.27 - - [2025-03-24 02:20:02] "GET /virtual-machine/d660cdf8-53dc-4214-9dbe-ca975c8c093c HTTP/1.1" 200 1294 0.003804 10.0.0.27 - - [2025-03-24 02:20:02] "GET /virtual-machine-interface/b8fdade0-cc78-479b-8287-ed5d18f200c0 HTTP/1.1" 200 2945 0.002838 10.0.0.27 - - [2025-03-24 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002508 10.0.0.27 - - [2025-03-24 02:20:02] "GET /global-vrouter-config/06d5e8c9-4721-4a57-b10f-0dc724ec4557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002342 10.0.0.27 - - [2025-03-24 02:20:02] "GET /virtual-networks?parent_id=45cf3b92-43cf-4e72-bfc9-6be900172937&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003737 10.0.0.27 - - [2025-03-24 02:20:02] "GET /virtual-network/e4ff4e19-0d92-40be-96b4-19ac35a7f5eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.003097 10.0.0.27 - - [2025-03-24 02:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002901 10.0.0.27 - - [2025-03-24 02:20:03] "GET /global-vrouter-config/06d5e8c9-4721-4a57-b10f-0dc724ec4557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002428 10.0.0.27 - - [2025-03-24 02:20:03] "GET /virtual-networks?parent_id=45cf3b92-43cf-4e72-bfc9-6be900172937&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002850 10.0.0.27 - - [2025-03-24 02:20:03] "GET /virtual-network/e4ff4e19-0d92-40be-96b4-19ac35a7f5eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.003103 10.0.0.27 - - [2025-03-24 02:20:08] "POST /neutron/network HTTP/1.1" 200 826 0.005605 10.0.0.27 - - [2025-03-24 02:20:08] "POST /neutron/network HTTP/1.1" 400 204 0.009153 10.0.0.27 - - [2025-03-24 02:20:08] "POST /neutron/port HTTP/1.1" 200 1090 0.016880 10.0.0.27 - - [2025-03-24 02:20:08] "POST /neutron/port HTTP/1.1" 200 1116 0.008184 10.0.0.27 - - [2025-03-24 02:20:08] "POST /neutron/port HTTP/1.1" 200 1090 0.017997 10.0.0.27 - - [2025-03-24 02:20:08] "POST /neutron/port HTTP/1.1" 200 1116 0.012612 10.0.0.27 - - [2025-03-24 02:20:08] "POST /neutron/port HTTP/1.1" 200 151 0.114062 10.0.0.27 - - [2025-03-24 02:20:08] "POST /neutron/port HTTP/1.1" 200 151 0.097553 10.0.0.27 - - [2025-03-24 02:20:10] "POST /neutron/network HTTP/1.1" 200 826 0.005763 10.0.0.27 - - [2025-03-24 02:20:10] "POST /useragent-kv HTTP/1.1" 200 115 0.001058 10.0.0.27 - - [2025-03-24 02:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005897 10.0.0.27 - - [2025-03-24 02:20:10] "POST /useragent-kv HTTP/1.1" 200 115 0.001006 10.0.0.27 - - [2025-03-24 02:20:10] "POST /neutron/network HTTP/1.1" 200 151 0.076545 10.0.0.27 - - [2025-03-24 02:20:10] "DELETE /route-target/ca0aadcc-b915-4a5c-a26c-c58b77f4d763 HTTP/1.1" 200 115 0.011673 10.0.0.27 - - [2025-03-24 02:20:10] "GET /projects?obj_uuids=45cf3b92-43cf-4e72-bfc9-6be900172937&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001009 10.0.0.27 - - [2025-03-24 02:20:10] "GET /project/45cf3b92-43cf-4e72-bfc9-6be900172937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.017981 10.0.0.27 - - [2025-03-24 02:20:10] "GET /projects?obj_uuids=45cf3b92-43cf-4e72-bfc9-6be900172937&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001008 10.0.0.27 - - [2025-03-24 02:20:10] "GET /project/45cf3b92-43cf-4e72-bfc9-6be900172937?fields=virtual_networks HTTP/1.1" 200 1033 0.059402 10.0.0.27 - - [2025-03-24 02:20:10] "GET /projects?obj_uuids=45cf3b92-43cf-4e72-bfc9-6be900172937&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001087 10.0.0.27 - - [2025-03-24 02:20:10] "GET /project/45cf3b92-43cf-4e72-bfc9-6be900172937?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.021380 10.0.0.27 - - [2025-03-24 02:20:10] "GET /projects?obj_uuids=45cf3b92-43cf-4e72-bfc9-6be900172937&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001047 10.0.0.27 - - [2025-03-24 02:20:10] "GET /project/45cf3b92-43cf-4e72-bfc9-6be900172937?fields=security_groups HTTP/1.1" 200 1260 0.019590 10.0.0.27 - - [2025-03-24 02:20:11] "POST /fqname-to-id HTTP/1.1" 404 188 0.021131 10.0.0.27 - - [2025-03-24 02:20:11] "GET /projects?obj_uuids=6c72693e-e001-43be-862b-f52ebfb7813c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002411 10.0.0.27 - - [2025-03-24 02:20:11] "GET /domains?obj_uuids=79b30645-0539-4daf-9ae9-b83a3811325a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001512 10.0.0.27 - - [2025-03-24 02:20:11] "GET /domain/79b30645-0539-4daf-9ae9-b83a3811325a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006603 10.0.0.27 - - [2025-03-24 02:20:11] "POST /id-to-fqname HTTP/1.1" 200 190 0.001299 10.0.0.27 - - [2025-03-24 02:20:11] "POST /fqname-to-id HTTP/1.1" 404 199 0.002732 10.0.0.27 - - [2025-03-24 02:20:11] "POST /security-groups HTTP/1.1" 200 591 0.059117 10.0.0.27 - - [2025-03-24 02:20:12] "POST /fqname-to-id HTTP/1.1" 404 234 0.002549 10.0.0.27 - - [2025-03-24 02:20:12] "POST /projects HTTP/1.1" 200 585 0.206337 10.0.0.27 - - [2025-03-24 02:20:12] "POST /access-control-lists HTTP/1.1" 200 596 0.062493 10.0.0.27 - - [2025-03-24 02:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.282497 10.0.0.27 - - [2025-03-24 02:20:12] "POST /fqname-to-id HTTP/1.1" 404 233 0.002602 10.0.0.27 - - [2025-03-24 02:20:12] "GET /project/6c72693e-e001-43be-862b-f52ebfb7813c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.399450 10.0.0.27 - - [2025-03-24 02:20:12] "POST /access-control-lists HTTP/1.1" 200 594 0.068102 10.0.0.27 - - [2025-03-24 02:20:13] "GET / HTTP/1.1" 200 35931 0.002079 10.0.0.27 - - [2025-03-24 02:20:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000452 10.0.0.27 - - [2025-03-24 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.050981 10.0.0.27 - - [2025-03-24 02:20:14] "GET /projects?obj_uuids=6c72693e-e001-43be-862b-f52ebfb7813c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001034 10.0.0.27 - - [2025-03-24 02:20:14] "GET /project/6c72693e-e001-43be-862b-f52ebfb7813c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.018678 10.0.0.27 - - [2025-03-24 02:20:14] "POST /neutron/network HTTP/1.1" 200 117 0.028817 10.0.0.27 - - [2025-03-24 02:20:14] "GET /projects?obj_uuids=6c72693e-e001-43be-862b-f52ebfb7813c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001349 10.0.0.27 - - [2025-03-24 02:20:14] "POST /neutron/network HTTP/1.1" 200 625 0.059558 10.0.0.27 - - [2025-03-24 02:20:14] "POST /route-targets HTTP/1.1" 200 327 0.012108 10.0.0.27 - - [2025-03-24 02:20:14] "POST /ref-update HTTP/1.1" 200 156 0.010678 10.0.0.27 - - [2025-03-24 02:20:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002094 10.0.0.27 - - [2025-03-24 02:20:14] "POST /neutron/subnet HTTP/1.1" 200 701 0.171292 10.0.0.27 - - [2025-03-24 02:20:14] "POST /neutron/network HTTP/1.1" 200 839 0.004838 10.0.0.27 - - [2025-03-24 02:20:14] "POST /id-to-fqname HTTP/1.1" 200 230 0.001070 10.0.0.27 - - [2025-03-24 02:20:14] "GET /virtual-network/36543f56-83fe-4a54-a24a-1b0fd563d0f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.002471 10.0.0.27 - - [2025-03-24 02:20:14] "POST /neutron/network HTTP/1.1" 200 839 0.005677 10.0.0.27 - - [2025-03-24 02:20:14] "GET /virtual-network/36543f56-83fe-4a54-a24a-1b0fd563d0f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.002262 10.0.0.27 - - [2025-03-24 02:20:14] "POST /neutron/network HTTP/1.1" 200 839 0.006646 10.0.0.27 - - [2025-03-24 02:20:14] "POST /neutron/subnet HTTP/1.1" 200 701 0.006625 10.0.0.27 - - [2025-03-24 02:20:14] "POST /neutron/network HTTP/1.1" 200 839 0.005105 10.0.0.27 - - [2025-03-24 02:20:14] "POST /id-to-fqname HTTP/1.1" 200 230 0.001151 10.0.0.27 - - [2025-03-24 02:20:14] "POST /neutron/network HTTP/1.1" 200 849 0.007456 10.0.0.27 - - [2025-03-24 02:20:15] "GET /aaa-mode HTTP/1.1" 401 292 0.000604 10.0.0.27 - - [2025-03-24 02:20:15] "GET / HTTP/1.1" 200 35931 0.002651 10.0.0.27 - - [2025-03-24 02:20:15] "GET /project/6c72693e-e001-43be-862b-f52ebfb7813c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000369 10.0.0.27 - - [2025-03-24 02:20:15] "GET /projects?obj_uuids=6c72693e-e001-43be-862b-f52ebfb7813c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001724 10.0.0.27 - - [2025-03-24 02:20:15] "GET /project/6c72693e-e001-43be-862b-f52ebfb7813c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.045481 10.0.0.27 - - [2025-03-24 02:20:15] "POST /neutron/network HTTP/1.1" 200 839 0.006248 10.0.0.27 - - [2025-03-24 02:20:15] "POST /neutron/port HTTP/1.1" 200 117 0.006378 10.0.0.27 - - [2025-03-24 02:20:15] "POST /neutron/port HTTP/1.1" 200 117 0.008244 10.0.0.27 - - [2025-03-24 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002775 10.0.0.27 - - [2025-03-24 02:20:15] "GET /global-vrouter-config/06d5e8c9-4721-4a57-b10f-0dc724ec4557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.003718 10.0.0.27 - - [2025-03-24 02:20:15] "PUT /global-vrouter-config/06d5e8c9-4721-4a57-b10f-0dc724ec4557 HTTP/1.1" 200 276 0.009048 10.0.0.27 - - [2025-03-24 02:20:16] "POST /neutron/port HTTP/1.1" 200 117 0.007566 10.0.0.27 - - [2025-03-24 02:20:16] "POST /neutron/network HTTP/1.1" 200 849 0.005029 10.0.0.27 - - [2025-03-24 02:20:16] "GET /projects?obj_uuids=6c72693e-e001-43be-862b-f52ebfb7813c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001145 10.0.0.27 - - [2025-03-24 02:20:16] "POST /neutron/port HTTP/1.1" 200 1055 0.181555 10.0.0.27 - - [2025-03-24 02:20:16] "POST /neutron/port HTTP/1.1" 200 1055 0.010676 10.0.0.27 - - [2025-03-24 02:20:16] "POST /neutron/port HTTP/1.1" 200 1055 0.007468 10.0.0.27 - - [2025-03-24 02:20:16] "POST /neutron/port HTTP/1.1" 200 1109 0.056490 10.0.0.27 - - [2025-03-24 02:20:16] "POST /neutron/port HTTP/1.1" 200 1083 0.013165 10.0.0.27 - - [2025-03-24 02:20:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002657 10.0.0.27 - - [2025-03-24 02:20:16] "POST /neutron/subnet HTTP/1.1" 200 675 0.009158 10.0.0.27 - - [2025-03-24 02:20:16] "POST /neutron/port HTTP/1.1" 200 117 0.001588 10.0.0.27 - - [2025-03-24 02:20:16] "POST /neutron/network HTTP/1.1" 200 839 0.006073 10.0.0.27 - - [2025-03-24 02:20:21] "POST /neutron/port HTTP/1.1" 200 1083 0.014279 10.0.0.27 - - [2025-03-24 02:20:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005273 10.0.0.27 - - [2025-03-24 02:20:21] "POST /neutron/port HTTP/1.1" 200 1083 0.015160 10.0.0.27 - - [2025-03-24 02:20:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005083 10.0.0.27 - - [2025-03-24 02:20:21] "POST /neutron/port HTTP/1.1" 200 1083 0.014944 10.0.0.27 - - [2025-03-24 02:20:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005658 10.0.0.27 - - [2025-03-24 02:20:21] "GET /virtual-machine/23262d1d-f9c5-429f-b413-6b854dd6fefe HTTP/1.1" 401 292 0.000371 10.0.0.27 - - [2025-03-24 02:20:21] "GET /virtual-machine/23262d1d-f9c5-429f-b413-6b854dd6fefe HTTP/1.1" 200 1292 0.024109 10.0.0.27 - - [2025-03-24 02:20:21] "GET /virtual-machine-interface/9975dd5f-879e-44d0-a31b-77b5af7e5807 HTTP/1.1" 200 2971 0.002599 10.0.0.27 - - [2025-03-24 02:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002670 10.0.0.27 - - [2025-03-24 02:20:21] "GET /global-vrouter-config/06d5e8c9-4721-4a57-b10f-0dc724ec4557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1826 0.002465 10.0.0.27 - - [2025-03-24 02:20:21] "GET /virtual-networks?parent_id=6c72693e-e001-43be-862b-f52ebfb7813c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002721 10.0.0.27 - - [2025-03-24 02:20:21] "GET /virtual-network/36543f56-83fe-4a54-a24a-1b0fd563d0f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.002917 10.0.0.27 - - [2025-03-24 02:20:24] "POST /neutron/port HTTP/1.1" 200 1083 0.014251 10.0.0.27 - - [2025-03-24 02:20:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005904 10.0.0.27 - - [2025-03-24 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002689 10.0.0.27 - - [2025-03-24 02:20:24] "GET /virtual-network/36543f56-83fe-4a54-a24a-1b0fd563d0f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.003142 10.0.0.27 - - [2025-03-24 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004893 10.0.0.27 - - [2025-03-24 02:20:27] "GET /global-vrouter-config/06d5e8c9-4721-4a57-b10f-0dc724ec4557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1826 0.002401 10.0.0.27 - - [2025-03-24 02:20:27] "DELETE /project/45cf3b9243cf4e72bfc96be900172937 HTTP/1.1" 404 173 0.010673 10.0.0.27 - - [2025-03-24 02:20:27] "DELETE /project/6c72693ee00143be862bf52ebfb7813c HTTP/1.1" 404 173 0.009172 10.0.0.27 - - [2025-03-24 02:20:27] "GET /projects?obj_uuids=45cf3b92-43cf-4e72-bfc9-6be900172937&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000910 10.0.0.27 - - [2025-03-24 02:20:27] "GET /projects?obj_uuids=97a37a64-d221-487e-a705-395526785f3b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000835 10.0.0.27 - - [2025-03-24 02:20:27] "GET /virtual-networks?parent_id=6c72693e-e001-43be-862b-f52ebfb7813c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002493 10.0.0.27 - - [2025-03-24 02:20:27] "GET /project/97a37a64-d221-487e-a705-395526785f3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.026509 10.0.0.27 - - [2025-03-24 02:20:27] "GET /project/45cf3b92-43cf-4e72-bfc9-6be900172937?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.026202 10.0.0.27 - - [2025-03-24 02:20:27] "GET /projects?obj_uuids=45cf3b92-43cf-4e72-bfc9-6be900172937&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000991 10.0.0.27 - - [2025-03-24 02:20:27] "GET /projects?obj_uuids=97a37a64-d221-487e-a705-395526785f3b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001234 10.0.0.27 - - [2025-03-24 02:20:27] "GET /virtual-network/36543f56-83fe-4a54-a24a-1b0fd563d0f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004238 10.0.0.27 - - [2025-03-24 02:20:27] "GET /project/45cf3b92-43cf-4e72-bfc9-6be900172937?fields=security_groups HTTP/1.1" 200 1365 0.067939 10.0.0.27 - - [2025-03-24 02:20:27] "GET /project/97a37a64-d221-487e-a705-395526785f3b?fields=security_groups HTTP/1.1" 200 1366 0.072027 10.0.0.27 - - [2025-03-24 02:20:27] "DELETE /security-group/e1014002-0df5-43a6-9d5c-57ec08cefe10 HTTP/1.1" 200 115 0.064484 10.0.0.27 - - [2025-03-24 02:20:27] "DELETE /security-group/26279c8b-2be0-4230-9315-79033aa6ff78 HTTP/1.1" 200 115 0.068150 10.0.0.27 - - [2025-03-24 02:20:27] "GET /projects?obj_uuids=97a37a64-d221-487e-a705-395526785f3b&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000927 10.0.0.27 - - [2025-03-24 02:20:27] "DELETE /access-control-list/7c0931c5-0f54-447e-bd21-66a9bb9e694b HTTP/1.1" 200 115 0.039785 10.0.0.27 - - [2025-03-24 02:20:27] "GET /projects?obj_uuids=45cf3b92-43cf-4e72-bfc9-6be900172937&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000890 10.0.0.27 - - [2025-03-24 02:20:27] "GET /project/97a37a64-d221-487e-a705-395526785f3b?fields=application_policy_sets HTTP/1.1" 200 1405 0.031520 10.0.0.27 - - [2025-03-24 02:20:27] "DELETE /access-control-list/c00ef4ff-90f5-440a-91a6-f128f5b7d4fe HTTP/1.1" 200 115 0.026516 10.0.0.27 - - [2025-03-24 02:20:27] "GET /project/45cf3b92-43cf-4e72-bfc9-6be900172937?fields=application_policy_sets HTTP/1.1" 200 1404 0.038697 10.0.0.27 - - [2025-03-24 02:20:27] "DELETE /access-control-list/264824d5-b790-4225-ac23-091730c43357 HTTP/1.1" 200 115 0.019673 10.0.0.27 - - [2025-03-24 02:20:27] "DELETE /access-control-list/0482d3c7-8ea0-4c05-b49a-eea371588845 HTTP/1.1" 200 115 0.034767 10.0.0.27 - - [2025-03-24 02:20:27] "DELETE /project/97a37a64-d221-487e-a705-395526785f3b HTTP/1.1" 200 115 0.368706 10.0.0.27 - - [2025-03-24 02:20:27] "DELETE /project/45cf3b92-43cf-4e72-bfc9-6be900172937 HTTP/1.1" 200 115 0.389766 10.0.0.27 - - [2025-03-24 02:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002680 10.0.0.27 - - [2025-03-24 02:20:29] "GET /global-vrouter-config/06d5e8c9-4721-4a57-b10f-0dc724ec4557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1826 0.002229 10.0.0.27 - - [2025-03-24 02:20:29] "PUT /global-vrouter-config/06d5e8c9-4721-4a57-b10f-0dc724ec4557 HTTP/1.1" 200 276 0.008473 10.0.0.27 - - [2025-03-24 02:20:29] "POST /neutron/network HTTP/1.1" 200 839 0.008029 10.0.0.27 - - [2025-03-24 02:20:29] "POST /neutron/network HTTP/1.1" 400 204 0.010081 10.0.0.27 - - [2025-03-24 02:20:29] "POST /neutron/port HTTP/1.1" 200 1083 0.014331 10.0.0.27 - - [2025-03-24 02:20:29] "POST /neutron/port HTTP/1.1" 200 1109 0.008571 10.0.0.27 - - [2025-03-24 02:20:29] "POST /neutron/port HTTP/1.1" 200 151 0.094734 10.0.0.27 - - [2025-03-24 02:20:31] "POST /neutron/network HTTP/1.1" 200 839 0.005290 10.0.0.27 - - [2025-03-24 02:20:31] "POST /useragent-kv HTTP/1.1" 200 115 0.027421 10.0.0.27 - - [2025-03-24 02:20:31] "POST /useragent-kv HTTP/1.1" 200 115 0.001176 10.0.0.27 - - [2025-03-24 02:20:31] "POST /neutron/network HTTP/1.1" 200 151 0.091459 10.0.0.27 - - [2025-03-24 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.046258 10.0.0.27 - - [2025-03-24 02:20:31] "DELETE /route-target/0641da70-90ff-4211-9ca8-00436c8f06a3 HTTP/1.1" 200 115 0.012738 10.0.0.27 - - [2025-03-24 02:20:32] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.002944 10.0.0.27 - - [2025-03-24 02:20:32] "POST /network-ipams HTTP/1.1" 200 541 0.015417 10.0.0.27 - - [2025-03-24 02:20:32] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 981 0.002595 10.0.0.27 - - [2025-03-24 02:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.27 - - [2025-03-24 02:20:32] "GET /network-ipam/3b4c837b-274f-415b-97cf-adaec3147e7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1283 0.004000 10.0.0.27 - - [2025-03-24 02:20:32] "PUT /network-ipam/3b4c837b-274f-415b-97cf-adaec3147e7d HTTP/1.1" 200 258 0.009197 10.0.0.27 - - [2025-03-24 02:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002874 10.0.0.27 - - [2025-03-24 02:20:32] "GET /projects?obj_uuids=6c72693e-e001-43be-862b-f52ebfb7813c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001188 10.0.0.27 - - [2025-03-24 02:20:32] "GET /project/6c72693e-e001-43be-862b-f52ebfb7813c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.019072 10.0.0.27 - - [2025-03-24 02:20:32] "POST /neutron/network HTTP/1.1" 200 117 0.008336 10.0.0.27 - - [2025-03-24 02:20:32] "GET /projects?obj_uuids=6c72693e-e001-43be-862b-f52ebfb7813c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001483 10.0.0.27 - - [2025-03-24 02:20:32] "POST /neutron/network HTTP/1.1" 200 605 0.073469 10.0.0.27 - - [2025-03-24 02:20:32] "POST /route-targets HTTP/1.1" 200 327 0.010616 10.0.0.27 - - [2025-03-24 02:20:32] "POST /ref-update HTTP/1.1" 200 156 0.009289 10.0.0.27 - - [2025-03-24 02:20:32] "POST /useragent-kv HTTP/1.1" 200 115 0.003360 10.0.0.27 - - [2025-03-24 02:20:32] "POST /neutron/subnet HTTP/1.1" 200 699 0.189383 10.0.0.27 - - [2025-03-24 02:20:32] "POST /useragent-kv HTTP/1.1" 200 115 0.003840 10.0.0.27 - - [2025-03-24 02:20:32] "POST /neutron/subnet HTTP/1.1" 200 699 0.203167 10.0.0.27 - - [2025-03-24 02:20:32] "POST /neutron/network HTTP/1.1" 200 994 0.007698 10.0.0.27 - - [2025-03-24 02:20:32] "POST /id-to-fqname HTTP/1.1" 200 220 0.001098 10.0.0.27 - - [2025-03-24 02:20:32] "GET /virtual-network/74318b6e-cf9a-4c0c-81cc-feb1789e0b14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.002864 10.0.0.27 - - [2025-03-24 02:20:33] "POST /neutron/network HTTP/1.1" 200 994 0.006591 10.0.0.27 - - [2025-03-24 02:20:33] "GET /virtual-network/74318b6e-cf9a-4c0c-81cc-feb1789e0b14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.002362 10.0.0.27 - - [2025-03-24 02:20:33] "POST /neutron/network HTTP/1.1" 200 994 0.007274 10.0.0.27 - - [2025-03-24 02:20:33] "POST /neutron/subnet HTTP/1.1" 200 699 0.008768 10.0.0.27 - - [2025-03-24 02:20:33] "POST /neutron/subnet HTTP/1.1" 200 699 0.006386 10.0.0.27 - - [2025-03-24 02:20:33] "POST /neutron/network HTTP/1.1" 200 994 0.005621 10.0.0.27 - - [2025-03-24 02:20:33] "POST /neutron/subnet HTTP/1.1" 200 699 0.005507 10.0.0.27 - - [2025-03-24 02:20:33] "POST /neutron/subnet HTTP/1.1" 200 699 0.007046 10.0.0.27 - - [2025-03-24 02:20:33] "GET /projects?obj_uuids=6c72693e-e001-43be-862b-f52ebfb7813c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001495 10.0.0.27 - - [2025-03-24 02:20:33] "POST /neutron/port HTTP/1.1" 200 1017 0.155570 10.0.0.27 - - [2025-03-24 02:20:33] "GET /projects?obj_uuids=6c72693e-e001-43be-862b-f52ebfb7813c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001267 10.0.0.27 - - [2025-03-24 02:20:33] "POST /neutron/port HTTP/1.1" 200 1017 0.213172 10.0.0.27 - - [2025-03-24 02:20:33] "POST /id-to-fqname HTTP/1.1" 200 220 0.004127 10.0.0.27 - - [2025-03-24 02:20:33] "POST /neutron/port HTTP/1.1" 200 1017 0.006778 10.0.0.27 - - [2025-03-24 02:20:33] "POST /neutron/port HTTP/1.1" 200 1017 0.011847 10.0.0.27 - - [2025-03-24 02:20:33] "POST /neutron/network HTTP/1.1" 200 994 0.006634 10.0.0.27 - - [2025-03-24 02:20:33] "POST /neutron/port HTTP/1.1" 200 1017 0.007556 10.0.0.27 - - [2025-03-24 02:20:33] "POST /neutron/port HTTP/1.1" 200 117 0.004585 10.0.0.27 - - [2025-03-24 02:20:33] "POST /neutron/port HTTP/1.1" 200 117 0.004453 10.0.0.27 - - [2025-03-24 02:20:33] "POST /id-to-fqname HTTP/1.1" 200 220 0.002308 10.0.0.27 - - [2025-03-24 02:20:33] "POST /neutron/port HTTP/1.1" 200 117 0.004799 10.0.0.27 - - [2025-03-24 02:20:34] "POST /neutron/port HTTP/1.1" 200 1017 0.007208 10.0.0.27 - - [2025-03-24 02:20:34] "POST /neutron/port HTTP/1.1" 200 1017 0.006609 10.0.0.27 - - [2025-03-24 02:20:34] "POST /neutron/network HTTP/1.1" 200 994 0.005846 10.0.0.27 - - [2025-03-24 02:20:34] "POST /neutron/port HTTP/1.1" 200 1017 0.006121 10.0.0.27 - - [2025-03-24 02:20:34] "POST /neutron/port HTTP/1.1" 200 117 0.011033 10.0.0.27 - - [2025-03-24 02:20:34] "POST /neutron/port HTTP/1.1" 200 117 0.004573 10.0.0.27 - - [2025-03-24 02:20:34] "POST /id-to-fqname HTTP/1.1" 200 220 0.001206 10.0.0.27 - - [2025-03-24 02:20:34] "POST /neutron/port HTTP/1.1" 200 117 0.006760 10.0.0.27 - - [2025-03-24 02:20:34] "POST /neutron/network HTTP/1.1" 200 1004 0.008002 10.0.0.27 - - [2025-03-24 02:20:34] "GET /aaa-mode HTTP/1.1" 401 292 0.000421 10.0.0.27 - - [2025-03-24 02:20:34] "POST /neutron/port HTTP/1.1" 200 1017 0.007361 10.0.0.27 - - [2025-03-24 02:20:34] "POST /neutron/port HTTP/1.1" 200 1017 0.010005 10.0.0.27 - - [2025-03-24 02:20:34] "GET /obj-perms HTTP/1.1" 200 5056 0.082632 10.0.0.27 - - [2025-03-24 02:20:34] "GET / HTTP/1.1" 200 35931 0.001447 10.0.0.27 - - [2025-03-24 02:20:34] "GET /project/6c72693e-e001-43be-862b-f52ebfb7813c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000404 10.0.0.27 - - [2025-03-24 02:20:34] "GET /obj-perms HTTP/1.1" 200 5056 0.058876 10.0.0.27 - - [2025-03-24 02:20:35] "POST /neutron/port HTTP/1.1" 200 1017 0.007704 10.0.0.27 - - [2025-03-24 02:20:35] "POST /neutron/network HTTP/1.1" 200 1004 0.007742 10.0.0.27 - - [2025-03-24 02:20:35] "POST /neutron/port HTTP/1.1" 200 1017 0.011582 10.0.0.27 - - [2025-03-24 02:20:35] "POST /neutron/port HTTP/1.1" 200 1017 0.011004 10.0.0.27 - - [2025-03-24 02:20:35] "POST /neutron/port HTTP/1.1" 200 1017 0.006931 10.0.0.27 - - [2025-03-24 02:20:35] "POST /neutron/network HTTP/1.1" 200 1004 0.012750 10.0.0.27 - - [2025-03-24 02:20:35] "POST /neutron/port HTTP/1.1" 200 1017 0.017627 10.0.0.27 - - [2025-03-24 02:20:35] "POST /neutron/port HTTP/1.1" 200 1017 0.015921 10.0.0.27 - - [2025-03-24 02:20:35] "GET /projects?obj_uuids=6c72693e-e001-43be-862b-f52ebfb7813c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001007 10.0.0.27 - - [2025-03-24 02:20:35] "GET /project/6c72693e-e001-43be-862b-f52ebfb7813c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.091427 10.0.0.27 - - [2025-03-24 02:20:35] "POST /neutron/port HTTP/1.1" 200 1109 0.133681 10.0.0.27 - - [2025-03-24 02:20:35] "POST /neutron/network HTTP/1.1" 200 994 0.012044 10.0.0.27 - - [2025-03-24 02:20:35] "POST /neutron/port HTTP/1.1" 200 1109 0.130101 10.0.0.27 - - [2025-03-24 02:20:35] "POST /neutron/port HTTP/1.1" 200 1083 0.024205 10.0.0.27 - - [2025-03-24 02:20:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003574 10.0.0.27 - - [2025-03-24 02:20:35] "POST /neutron/port HTTP/1.1" 200 1083 0.019920 10.0.0.27 - - [2025-03-24 02:20:35] "POST /neutron/subnet HTTP/1.1" 200 673 0.022619 10.0.0.27 - - [2025-03-24 02:20:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003920 10.0.0.27 - - [2025-03-24 02:20:35] "POST /neutron/port HTTP/1.1" 200 117 0.002099 10.0.0.27 - - [2025-03-24 02:20:35] "POST /neutron/port HTTP/1.1" 200 2050 0.029003 10.0.0.27 - - [2025-03-24 02:20:35] "POST /neutron/network HTTP/1.1" 200 994 0.013981 10.0.0.27 - - [2025-03-24 02:20:35] "POST /neutron/subnet HTTP/1.1" 200 673 0.023319 10.0.0.27 - - [2025-03-24 02:20:35] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009389 10.0.0.27 - - [2025-03-24 02:20:35] "POST /neutron/port HTTP/1.1" 200 117 0.002449 10.0.0.27 - - [2025-03-24 02:20:35] "POST /neutron/port HTTP/1.1" 200 117 0.005438 10.0.0.27 - - [2025-03-24 02:20:35] "POST /neutron/network HTTP/1.1" 200 994 0.006263 10.0.0.27 - - [2025-03-24 02:20:35] "GET /domains HTTP/1.1" 200 280 0.002058 10.0.0.27 - - [2025-03-24 02:20:35] "GET /domains?obj_uuids=79b30645-0539-4daf-9ae9-b83a3811325a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000993 10.0.0.27 - - [2025-03-24 02:20:35] "GET /domain/79b30645-0539-4daf-9ae9-b83a3811325a HTTP/1.1" 200 2573 0.007461 10.0.0.27 - - [2025-03-24 02:20:35] "GET /projects?obj_uuids=6c72693e-e001-43be-862b-f52ebfb7813c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000933 10.0.0.27 - - [2025-03-24 02:20:35] "GET /project/6c72693e-e001-43be-862b-f52ebfb7813c HTTP/1.1" 200 2840 0.069215 10.0.0.27 - - [2025-03-24 02:20:35] "GET /network-ipam/3b4c837b-274f-415b-97cf-adaec3147e7d HTTP/1.1" 200 2600 0.005866 10.0.0.27 - - [2025-03-24 02:20:35] "GET /domains HTTP/1.1" 200 280 0.003374 10.0.0.27 - - [2025-03-24 02:20:35] "GET /domains?obj_uuids=79b30645-0539-4daf-9ae9-b83a3811325a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001485 10.0.0.27 - - [2025-03-24 02:20:35] "GET /domain/79b30645-0539-4daf-9ae9-b83a3811325a HTTP/1.1" 200 2573 0.008319 10.0.0.27 - - [2025-03-24 02:20:35] "GET /projects?obj_uuids=6c72693e-e001-43be-862b-f52ebfb7813c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000970 10.0.0.27 - - [2025-03-24 02:20:35] "GET /project/6c72693e-e001-43be-862b-f52ebfb7813c HTTP/1.1" 200 2840 0.060058 10.0.0.27 - - [2025-03-24 02:20:35] "GET /virtual-network/74318b6e-cf9a-4c0c-81cc-feb1789e0b14 HTTP/1.1" 200 3777 0.004194 10.0.0.27 - - [2025-03-24 02:20:35] "GET /virtual-network/74318b6e-cf9a-4c0c-81cc-feb1789e0b14 HTTP/1.1" 200 3777 0.002759 10.0.0.27 - - [2025-03-24 02:20:35] "GET /routing-instance/be564a05-64e8-4c1c-a7d4-34a28e59c651 HTTP/1.1" 200 2381 0.003484 10.0.0.27 - - [2025-03-24 02:20:35] "GET /routing-instance/be564a05-64e8-4c1c-a7d4-34a28e59c651 HTTP/1.1" 200 2381 0.009142 10.0.0.27 - - [2025-03-24 02:20:35] "GET /route-target/d2289bc6-aedf-490b-8259-c24d24cec417 HTTP/1.1" 200 1204 0.003480 10.0.0.27 - - [2025-03-24 02:20:35] "GET /virtual-network/74318b6e-cf9a-4c0c-81cc-feb1789e0b14 HTTP/1.1" 200 3777 0.002934 10.0.0.27 - - [2025-03-24 02:20:35] "GET /routing-instance/be564a05-64e8-4c1c-a7d4-34a28e59c651 HTTP/1.1" 200 2381 0.002763 10.0.0.27 - - [2025-03-24 02:20:35] "GET /virtual-network/74318b6e-cf9a-4c0c-81cc-feb1789e0b14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.003023 10.0.0.27 - - [2025-03-24 02:20:35] "GET /virtual-network/74318b6e-cf9a-4c0c-81cc-feb1789e0b14 HTTP/1.1" 200 3777 0.002660 10.0.0.27 - - [2025-03-24 02:20:35] "GET /routing-instance/be564a05-64e8-4c1c-a7d4-34a28e59c651 HTTP/1.1" 200 2381 0.008269 10.0.0.27 - - [2025-03-24 02:20:35] "POST /neutron/network HTTP/1.1" 200 1004 0.013806 10.0.0.27 - - [2025-03-24 02:20:35] "GET /routing-instance/be564a05-64e8-4c1c-a7d4-34a28e59c651 HTTP/1.1" 200 2381 0.002962 10.0.0.27 - - [2025-03-24 02:20:35] "GET /route-target/d2289bc6-aedf-490b-8259-c24d24cec417 HTTP/1.1" 200 1204 0.002773 10.0.0.27 - - [2025-03-24 02:20:35] "GET /projects?obj_uuids=6c72693e-e001-43be-862b-f52ebfb7813c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001385 10.0.0.27 - - [2025-03-24 02:20:35] "GET /domains HTTP/1.1" 200 280 0.005961 10.0.0.27 - - [2025-03-24 02:20:35] "GET /domains?obj_uuids=79b30645-0539-4daf-9ae9-b83a3811325a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001054 10.0.0.27 - - [2025-03-24 02:20:35] "GET /domain/79b30645-0539-4daf-9ae9-b83a3811325a HTTP/1.1" 200 2573 0.049452 10.0.0.27 - - [2025-03-24 02:20:35] "GET /projects?obj_uuids=6c72693e-e001-43be-862b-f52ebfb7813c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001256 10.0.0.27 - - [2025-03-24 02:20:36] "GET /project/6c72693e-e001-43be-862b-f52ebfb7813c HTTP/1.1" 200 3084 0.082533 10.0.0.27 - - [2025-03-24 02:20:36] "GET /virtual-network/74318b6e-cf9a-4c0c-81cc-feb1789e0b14 HTTP/1.1" 200 4035 0.006163 10.0.0.27 - - [2025-03-24 02:20:36] "POST /neutron/port HTTP/1.1" 200 1055 0.237997 10.0.0.27 - - [2025-03-24 02:20:36] "POST /neutron/port HTTP/1.1" 200 1055 0.010591 10.0.0.27 - - [2025-03-24 02:20:36] "POST /neutron/port HTTP/1.1" 200 1055 0.009943 10.0.0.27 - - [2025-03-24 02:20:36] "POST /neutron/port HTTP/1.1" 200 1109 0.069752 10.0.0.27 - - [2025-03-24 02:20:36] "POST /neutron/port HTTP/1.1" 200 1083 0.024601 10.0.0.27 - - [2025-03-24 02:20:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003464 10.0.0.27 - - [2025-03-24 02:20:36] "POST /neutron/subnet HTTP/1.1" 200 673 0.018155 10.0.0.27 - - [2025-03-24 02:20:36] "POST /neutron/port HTTP/1.1" 200 117 0.001706 10.0.0.27 - - [2025-03-24 02:20:36] "POST /neutron/network HTTP/1.1" 200 994 0.006822 10.0.0.27 - - [2025-03-24 02:20:36] "GET /obj-perms HTTP/1.1" 200 5030 0.056823 10.0.0.27 - - [2025-03-24 02:20:36] "POST /neutron/port HTTP/1.1" 200 1083 0.014145 10.0.0.27 - - [2025-03-24 02:20:36] "POST /neutron/security_group HTTP/1.1" 200 2058 0.016597 10.0.0.27 - - [2025-03-24 02:20:41] "POST /neutron/port HTTP/1.1" 200 1083 0.016907 10.0.0.27 - - [2025-03-24 02:20:41] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006871 10.0.0.27 - - [2025-03-24 02:20:41] "POST /neutron/port HTTP/1.1" 200 1083 0.016024 10.0.0.27 - - [2025-03-24 02:20:41] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007103 10.0.0.27 - - [2025-03-24 02:20:41] "POST /neutron/port HTTP/1.1" 200 1083 0.020233 10.0.0.27 - - [2025-03-24 02:20:41] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006158 10.0.0.27 - - [2025-03-24 02:20:41] "GET /virtual-machine/3781f5b8-7a4a-4049-adcc-7923ac582be7 HTTP/1.1" 200 1288 0.004641 10.0.0.27 - - [2025-03-24 02:20:41] "GET /virtual-machine-interface/1f875a94-61dc-4bfb-86e3-a96c495913f9 HTTP/1.1" 200 2939 0.005007 10.0.0.27 - - [2025-03-24 02:20:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005203 10.0.0.27 - - [2025-03-24 02:20:41] "GET /global-vrouter-config/06d5e8c9-4721-4a57-b10f-0dc724ec4557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.004540 10.0.0.27 - - [2025-03-24 02:20:41] "GET /virtual-networks?parent_id=6c72693e-e001-43be-862b-f52ebfb7813c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003766 10.0.0.27 - - [2025-03-24 02:20:41] "GET /virtual-network/74318b6e-cf9a-4c0c-81cc-feb1789e0b14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.003106 10.0.0.27 - - [2025-03-24 02:20:44] "POST /neutron/port HTTP/1.1" 200 1083 0.017736 10.0.0.27 - - [2025-03-24 02:20:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005369 10.0.0.27 - - [2025-03-24 02:20:44] "POST /neutron/port HTTP/1.1" 200 1083 0.013509 10.0.0.27 - - [2025-03-24 02:20:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005346 10.0.0.27 - - [2025-03-24 02:20:44] "POST /neutron/port HTTP/1.1" 200 1083 0.015260 10.0.0.27 - - [2025-03-24 02:20:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006916 10.0.0.27 - - [2025-03-24 02:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.27 - - [2025-03-24 02:20:45] "GET /virtual-network/74318b6e-cf9a-4c0c-81cc-feb1789e0b14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.002837 10.0.0.27 - - [2025-03-24 02:20:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002685 10.0.0.27 - - [2025-03-24 02:20:47] "GET /global-vrouter-config/06d5e8c9-4721-4a57-b10f-0dc724ec4557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002580 10.0.0.27 - - [2025-03-24 02:20:47] "GET /virtual-networks?parent_id=6c72693e-e001-43be-862b-f52ebfb7813c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002771 10.0.0.27 - - [2025-03-24 02:20:47] "GET /virtual-network/74318b6e-cf9a-4c0c-81cc-feb1789e0b14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.002823 10.0.0.27 - - [2025-03-24 02:20:47] "POST /neutron/port HTTP/1.1" 200 1083 0.013887 10.0.0.27 - - [2025-03-24 02:20:47] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006351 10.0.0.27 - - [2025-03-24 02:20:47] "POST /neutron/port HTTP/1.1" 200 1083 0.014670 10.0.0.27 - - [2025-03-24 02:20:47] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005564 10.0.0.27 - - [2025-03-24 02:20:47] "POST /neutron/port HTTP/1.1" 200 1083 0.016801 10.0.0.27 - - [2025-03-24 02:20:47] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007353 10.0.0.27 - - [2025-03-24 02:20:47] "GET /virtual-machine/b19757f1-d6b6-4afa-a0ae-ec7bd76d84db HTTP/1.1" 200 1289 0.003782 10.0.0.27 - - [2025-03-24 02:20:47] "GET /virtual-machine-interface/d7d05d73-ae41-4f47-baab-8bbb215ef0d0 HTTP/1.1" 200 2941 0.002830 10.0.0.27 - - [2025-03-24 02:20:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002760 10.0.0.27 - - [2025-03-24 02:20:47] "GET /global-vrouter-config/06d5e8c9-4721-4a57-b10f-0dc724ec4557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002267 10.0.0.27 - - [2025-03-24 02:20:47] "GET /virtual-networks?parent_id=6c72693e-e001-43be-862b-f52ebfb7813c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002699 10.0.0.27 - - [2025-03-24 02:20:47] "GET /virtual-network/74318b6e-cf9a-4c0c-81cc-feb1789e0b14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.002933 10.0.0.27 - - [2025-03-24 02:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002582 10.0.0.27 - - [2025-03-24 02:20:48] "GET /global-vrouter-config/06d5e8c9-4721-4a57-b10f-0dc724ec4557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002397 10.0.0.27 - - [2025-03-24 02:20:49] "GET /virtual-networks?parent_id=6c72693e-e001-43be-862b-f52ebfb7813c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003430 10.0.0.27 - - [2025-03-24 02:20:49] "GET /virtual-network/74318b6e-cf9a-4c0c-81cc-feb1789e0b14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.003089 10.0.0.27 - - [2025-03-24 02:20:49] "POST /neutron/port HTTP/1.1" 200 1083 0.014302 10.0.0.27 - - [2025-03-24 02:20:49] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005453 10.0.0.27 - - [2025-03-24 02:20:49] "POST /neutron/port HTTP/1.1" 200 1083 0.013300 10.0.0.27 - - [2025-03-24 02:20:49] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005714 10.0.0.27 - - [2025-03-24 02:20:49] "POST /neutron/port HTTP/1.1" 200 1083 0.013697 10.0.0.27 - - [2025-03-24 02:20:49] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005534 10.0.0.27 - - [2025-03-24 02:20:49] "GET /virtual-machine/2a27ca11-3ad5-4565-ba08-84c7897e81d2 HTTP/1.1" 200 1292 0.005661 10.0.0.27 - - [2025-03-24 02:20:49] "GET /virtual-machine-interface/d023b256-3616-43c7-af8e-5d3e31e9779f HTTP/1.1" 200 2941 0.002414 10.0.0.27 - - [2025-03-24 02:20:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002843 10.0.0.27 - - [2025-03-24 02:20:49] "GET /global-vrouter-config/06d5e8c9-4721-4a57-b10f-0dc724ec4557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002361 10.0.0.27 - - [2025-03-24 02:20:49] "GET /virtual-networks?parent_id=6c72693e-e001-43be-862b-f52ebfb7813c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002820 10.0.0.27 - - [2025-03-24 02:20:49] "GET /virtual-network/74318b6e-cf9a-4c0c-81cc-feb1789e0b14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.003474 10.0.0.27 - - [2025-03-24 02:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002771 10.0.0.27 - - [2025-03-24 02:20:50] "GET /global-vrouter-config/06d5e8c9-4721-4a57-b10f-0dc724ec4557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1559 0.002592 10.0.0.27 - - [2025-03-24 02:20:50] "GET /virtual-networks?parent_id=6c72693e-e001-43be-862b-f52ebfb7813c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002867 10.0.0.27 - - [2025-03-24 02:20:50] "GET /virtual-network/74318b6e-cf9a-4c0c-81cc-feb1789e0b14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.003422 10.0.0.27 - - [2025-03-24 02:20:51] "POST /neutron/port HTTP/1.1" 200 1083 0.037348 10.0.0.27 - - [2025-03-24 02:20:52] "POST /neutron/port HTTP/1.1" 200 1083 0.015086 10.0.0.27 - - [2025-03-24 02:20:52] "POST /neutron/network HTTP/1.1" 200 1004 0.007204 10.0.0.27 - - [2025-03-24 02:20:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003255 10.0.0.27 - - [2025-03-24 02:20:52] "POST /neutron/subnet HTTP/1.1" 200 673 0.010645 10.0.0.27 - - [2025-03-24 02:20:52] "POST /neutron/port HTTP/1.1" 200 117 0.001332 10.0.0.27 - - [2025-03-24 02:20:52] "POST /neutron/network HTTP/1.1" 200 994 0.006492 10.0.0.27 - - [2025-03-24 02:21:06] "POST /neutron/port HTTP/1.1" 200 1109 0.016248 10.0.0.27 - - [2025-03-24 02:21:06] "POST /neutron/port HTTP/1.1" 200 1109 0.008537 10.0.0.27 - - [2025-03-24 02:21:06] "POST /neutron/port HTTP/1.1" 200 151 0.098658 10.0.0.27 - - [2025-03-24 02:21:06] "POST /neutron/port HTTP/1.1" 200 1109 0.007838 10.0.0.27 - - [2025-03-24 02:21:06] "POST /neutron/port HTTP/1.1" 200 1109 0.007886 10.0.0.27 - - [2025-03-24 02:21:06] "POST /neutron/port HTTP/1.1" 200 1083 0.012471 10.0.0.27 - - [2025-03-24 02:21:06] "POST /neutron/port HTTP/1.1" 200 1109 0.009997 10.0.0.27 - - [2025-03-24 02:21:06] "POST /neutron/port HTTP/1.1" 200 151 0.111717 10.0.0.27 - - [2025-03-24 02:21:06] "POST /neutron/network HTTP/1.1" 200 994 0.006955 10.0.0.27 - - [2025-03-24 02:21:06] "POST /neutron/network HTTP/1.1" 400 204 0.008107 10.0.0.27 - - [2025-03-24 02:21:06] "POST /neutron/port HTTP/1.1" 200 151 0.097660 10.0.0.27 - - [2025-03-24 02:21:08] "POST /neutron/network HTTP/1.1" 200 994 0.007807 10.0.0.27 - - [2025-03-24 02:21:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002470 10.0.0.27 - - [2025-03-24 02:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.007493 10.0.0.27 - - [2025-03-24 02:21:08] "POST /useragent-kv HTTP/1.1" 200 115 0.001567 10.0.0.27 - - [2025-03-24 02:21:08] "POST /useragent-kv HTTP/1.1" 200 115 0.001770 10.0.0.27 - - [2025-03-24 02:21:08] "POST /useragent-kv HTTP/1.1" 200 115 0.001568 10.0.0.27 - - [2025-03-24 02:21:08] "POST /neutron/network HTTP/1.1" 200 151 0.111895 10.0.0.27 - - [2025-03-24 02:21:08] "DELETE /route-target/d2289bc6-aedf-490b-8259-c24d24cec417 HTTP/1.1" 200 115 0.030257 10.0.0.27 - - [2025-03-24 02:21:08] "GET /routing-instance/be564a05-64e8-4c1c-a7d4-34a28e59c651 HTTP/1.1" 404 171 0.003054 10.0.0.27 - - [2025-03-24 02:21:08] "GET /domains HTTP/1.1" 200 280 0.002891 10.0.0.27 - - [2025-03-24 02:21:08] "GET /domains?obj_uuids=79b30645-0539-4daf-9ae9-b83a3811325a&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001399 10.0.0.27 - - [2025-03-24 02:21:08] "GET /domain/79b30645-0539-4daf-9ae9-b83a3811325a HTTP/1.1" 200 2573 0.048018 10.0.0.27 - - [2025-03-24 02:21:08] "GET /projects?obj_uuids=6c72693e-e001-43be-862b-f52ebfb7813c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001069 10.0.0.27 - - [2025-03-24 02:21:08] "GET /project/6c72693e-e001-43be-862b-f52ebfb7813c HTTP/1.1" 200 2083 0.063925 10.0.0.27 - - [2025-03-24 02:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002728 10.0.0.27 - - [2025-03-24 02:21:08] "DELETE /network-ipam/3b4c837b-274f-415b-97cf-adaec3147e7d HTTP/1.1" 200 115 0.017427 10.0.0.27 - - [2025-03-24 02:21:08] "POST /fqname-to-id HTTP/1.1" 404 211 0.001992 10.0.0.27 - - [2025-03-24 02:21:09] "GET /projects?obj_uuids=6c72693e-e001-43be-862b-f52ebfb7813c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001064 10.0.0.27 - - [2025-03-24 02:21:09] "GET /project/6c72693e-e001-43be-862b-f52ebfb7813c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.044996 10.0.0.27 - - [2025-03-24 02:21:09] "GET /projects?obj_uuids=6c72693e-e001-43be-862b-f52ebfb7813c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001685 10.0.0.27 - - [2025-03-24 02:21:09] "GET /project/6c72693e-e001-43be-862b-f52ebfb7813c?fields=virtual_networks HTTP/1.1" 200 1030 0.065028 10.0.0.27 - - [2025-03-24 02:21:09] "GET /projects?obj_uuids=6c72693e-e001-43be-862b-f52ebfb7813c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001071 10.0.0.27 - - [2025-03-24 02:21:09] "GET /project/6c72693e-e001-43be-862b-f52ebfb7813c?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.018953 10.0.0.27 - - [2025-03-24 02:21:09] "GET /projects?obj_uuids=6c72693e-e001-43be-862b-f52ebfb7813c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001198 10.0.0.27 - - [2025-03-24 02:21:09] "GET /project/6c72693e-e001-43be-862b-f52ebfb7813c?fields=security_groups HTTP/1.1" 200 1256 0.020042 10.0.0.27 - - [2025-03-24 02:21:11] "POST /neutron/port HTTP/1.1" 200 117 0.004820 10.0.0.27 - - [2025-03-24 02:21:11] "POST /neutron/port HTTP/1.1" 400 205 0.004766 10.0.0.27 - - [2025-03-24 02:21:11] "POST /neutron/port HTTP/1.1" 200 117 0.005076 10.0.0.27 - - [2025-03-24 02:21:11] "POST /neutron/port HTTP/1.1" 400 205 0.003071 10.0.0.27 - - [2025-03-24 02:21:17] "GET / HTTP/1.1" 200 35931 0.001848