++ 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: =================== Thu Apr 17 02:20:16 UTC 2025 ===================' INFO: =================== Thu Apr 17 02:20:16 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.25 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.27 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:2181, +++ '[' -n 10.0.0.27:2181, ']' +++ echo 10.0.0.27:2181 ++ ZOOKEEPER_SERVERS=10.0.0.27:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:2181 ' +++ '[' -n '10.0.0.27:2181 ' ']' +++ echo 10.0.0.27:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.27:2181 ++ RABBITMQ_NODES=10.0.0.27 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:5673, +++ '[' -n 10.0.0.27:5673, ']' +++ echo 10.0.0.27:5673 ++ RABBITMQ_SERVERS=10.0.0.27:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:6379 ' +++ '[' -n '10.0.0.27:6379 ' ']' +++ echo 10.0.0.27:6379 ++ REDIS_SERVERS=10.0.0.27:6379 ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.27 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9092 ' +++ '[' -n '10.0.0.27:9092 ' ']' +++ echo 10.0.0.27:9092 ++ KAFKA_SERVERS=10.0.0.27:9092 ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.27 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.27 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_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 +++ cut -d ' ' -f 1 +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.27 +++ local servers=10.0.0.27 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ uniq ++++ grep -vi host ++++ sort +++ local local_ips=,10.0.0.27,10.20.0.25,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in '"${server_list[@]}"' +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.27'\''))' +++ local server_ip=10.0.0.27 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.27 ]] +++ [[ ,10.0.0.27,10.20.0.25,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.27, ]] +++ echo 10.0.0.27 1 +++ return ++ local ip=10.0.0.27 ++ [[ -z 10.0.0.27 ]] ++ echo 10.0.0.27 + host_ip=10.0.0.27 + [[ cql == \c\q\l ]] ++ echo 10.0.0.27:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.27:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.27:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ sort ++ cut -d = -f 1 ++ sed 's/^API__//g' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 04/17/2025 02:20:25.160 7fd276cb9208 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 04/17/2025 02:20:25.301 7fd276cb9208 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 04/17/2025 02:20:25.314 7fd276cb9208 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 04/17/2025 02:20:25.314 7fd276cb9208 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://localhost:8095/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://10.0.0.27:8082/ Hit Ctrl-C to quit. 10.0.0.27 - - [2025-04-17 02:20:28] "GET / HTTP/1.1" 503 181 0.000255 10.0.0.27 - - [2025-04-17 02:20:28] "GET / HTTP/1.1" 503 181 0.000157 10.0.0.27 - - [2025-04-17 02:20:28] "GET / HTTP/1.1" 200 35931 0.040986 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-04-17 02:20:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000870 10.0.0.27 - - [2025-04-17 02:20:29] "POST /fqname-to-id HTTP/1.1" 404 196 0.321852 10.0.0.27 - - [2025-04-17 02:20:29] "GET / HTTP/1.1" 200 45871 0.001627 10.0.0.27 - - [2025-04-17 02:20:29] "GET / HTTP/1.1" 200 45871 0.001104 10.0.0.27 - - [2025-04-17 02:20:29] "POST /fqname-to-id HTTP/1.1" 401 292 0.000363 10.0.0.27 - - [2025-04-17 02:20:29] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000269 10.0.0.27 - - [2025-04-17 02:20:29] "POST /job-templates HTTP/1.1" 200 555 0.067358 10.0.0.27 - - [2025-04-17 02:20:29] "POST /fqname-to-id HTTP/1.1" 404 200 0.003049 10.0.0.27 - - [2025-04-17 02:20:29] "POST /job-templates HTTP/1.1" 200 563 0.069126 10.0.0.27 - - [2025-04-17 02:20:29] "POST /fqname-to-id HTTP/1.1" 404 191 0.003495 10.0.0.27 - - [2025-04-17 02:20:29] "POST /job-templates HTTP/1.1" 200 545 0.060820 10.0.0.27 - - [2025-04-17 02:20:30] "POST /fqname-to-id HTTP/1.1" 404 207 0.003419 10.0.0.27 - - [2025-04-17 02:20:30] "POST /job-templates HTTP/1.1" 200 577 0.065817 10.0.0.27 - - [2025-04-17 02:20:30] "POST /fqname-to-id HTTP/1.1" 404 208 0.004118 10.0.0.27 - - [2025-04-17 02:20:30] "POST /job-templates HTTP/1.1" 200 579 0.068543 10.0.0.27 - - [2025-04-17 02:20:30] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.302966 10.0.0.27 - - [2025-04-17 02:20:30] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.002265 10.0.0.27 - - [2025-04-17 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.032011 10.0.0.27 - - [2025-04-17 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002262 10.0.0.27 - - [2025-04-17 02:20:30] "POST /fqname-to-id HTTP/1.1" 404 210 0.003570 10.0.0.27 - - [2025-04-17 02:20:30] "GET / HTTP/1.1" 200 35931 0.001411 10.0.0.27 - - [2025-04-17 02:20:30] "POST /job-templates HTTP/1.1" 200 583 0.081760 10.0.0.27 - - [2025-04-17 02:20:30] "POST /fqname-to-id HTTP/1.1" 404 198 0.002782 10.0.0.27 - - [2025-04-17 02:20:30] "POST /job-templates HTTP/1.1" 200 559 0.066385 /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-04-17 02:20:30] "POST /fqname-to-id HTTP/1.1" 404 203 0.002780 10.0.0.27 - - [2025-04-17 02:20:30] "POST /job-templates HTTP/1.1" 200 569 0.061135 10.0.0.27 - - [2025-04-17 02:20:30] "POST /fqname-to-id HTTP/1.1" 404 196 0.004309 10.0.0.27 - - [2025-04-17 02:20:30] "POST /job-templates HTTP/1.1" 200 555 0.069094 10.0.0.27 - - [2025-04-17 02:20:31] "POST /fqname-to-id HTTP/1.1" 404 196 0.003244 10.0.0.27 - - [2025-04-17 02:20:31] "GET / HTTP/1.1" 200 35931 0.001904 10.0.0.27 - - [2025-04-17 02:20:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000386 10.0.0.27 - - [2025-04-17 02:20:31] "POST /job-templates HTTP/1.1" 200 555 0.067745 10.0.0.27 - - [2025-04-17 02:20:31] "GET / HTTP/1.1" 200 35931 0.001272 10.0.0.27 - - [2025-04-17 02:20:31] "POST /fqname-to-id HTTP/1.1" 404 196 0.002821 10.0.0.27 - - [2025-04-17 02:20:31] "POST /job-templates HTTP/1.1" 200 555 0.067569 10.0.0.27 - - [2025-04-17 02:20:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000359 10.0.0.27 - - [2025-04-17 02:20:31] "POST /fqname-to-id HTTP/1.1" 404 186 0.003752 10.0.0.27 - - [2025-04-17 02:20:31] "POST /job-templates HTTP/1.1" 200 535 0.066023 10.0.0.27 - - [2025-04-17 02:20:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000567 10.0.0.27 - - [2025-04-17 02:20:31] "POST /fqname-to-id HTTP/1.1" 404 198 0.002976 10.0.0.27 - - [2025-04-17 02:20:31] "POST /job-templates HTTP/1.1" 200 559 0.064980 10.0.0.27 - - [2025-04-17 02:20:31] "POST /fqname-to-id HTTP/1.1" 404 198 0.003027 10.0.0.27 - - [2025-04-17 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.307121 10.0.0.27 - - [2025-04-17 02:20:31] "GET /global-system-config/a10cef7c-0039-4a89-a4d5-d13e3c3baeb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.019787 10.0.0.27 - - [2025-04-17 02:20:31] "POST /job-templates HTTP/1.1" 200 559 0.068619 10.0.0.27 - - [2025-04-17 02:20:31] "POST /fqname-to-id HTTP/1.1" 404 220 0.004401 10.0.0.27 - - [2025-04-17 02:20:31] "POST /fqname-to-id HTTP/1.1" 404 198 0.002635 10.0.0.27 - - [2025-04-17 02:20:31] "POST /config-nodes HTTP/1.1" 200 599 0.026509 10.0.0.27 - - [2025-04-17 02:20:31] "POST /job-templates HTTP/1.1" 200 559 0.089707 10.0.0.27 - - [2025-04-17 02:20:32] "POST /fqname-to-id HTTP/1.1" 404 201 0.003224 10.0.0.27 - - [2025-04-17 02:20:32] "POST /fqname-to-id HTTP/1.1" 404 186 0.320503 10.0.0.27 - - [2025-04-17 02:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.27 - - [2025-04-17 02:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.039283 10.0.0.27 - - [2025-04-17 02:20:32] "GET /global-system-config/a10cef7c-0039-4a89-a4d5-d13e3c3baeb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.023093 10.0.0.27 - - [2025-04-17 02:20:32] "GET /network-ipam/00557b26-1b2c-4d37-abba-bb1ff93f3172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.007333 10.0.0.27 - - [2025-04-17 02:20:32] "POST /job-templates HTTP/1.1" 200 565 0.078994 10.0.0.27 - - [2025-04-17 02:20:32] "POST /fqname-to-id HTTP/1.1" 404 197 0.004799 10.0.0.27 - - [2025-04-17 02:20:32] "POST /service-appliance-sets HTTP/1.1" 200 553 0.022015 10.0.0.27 - - [2025-04-17 02:20:32] "GET / HTTP/1.1" 200 35931 0.001544 10.0.0.27 - - [2025-04-17 02:20:32] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000381 10.0.0.27 - - [2025-04-17 02:20:32] "POST /fqname-to-id HTTP/1.1" 404 180 0.007638 10.0.0.27 - - [2025-04-17 02:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.27 - - [2025-04-17 02:20:32] "POST /job-templates HTTP/1.1" 200 557 0.073566 10.0.0.27 - - [2025-04-17 02:20:32] "GET /global-system-config/a10cef7c-0039-4a89-a4d5-d13e3c3baeb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.006581 10.0.0.27 - - [2025-04-17 02:20:32] "POST /fqname-to-id HTTP/1.1" 404 196 0.003175 10.0.0.27 - - [2025-04-17 02:20:32] "POST /service-appliance-sets HTTP/1.1" 200 541 0.024986 10.0.0.27 - - [2025-04-17 02:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.27 - - [2025-04-17 02:20:32] "POST /job-templates HTTP/1.1" 200 555 0.071936 10.0.0.27 - - [2025-04-17 02:20:32] "GET /network-ipam/00557b26-1b2c-4d37-abba-bb1ff93f3172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1951 0.005029 10.0.0.27 - - [2025-04-17 02:20:32] "POST /fqname-to-id HTTP/1.1" 404 205 0.004169 10.0.0.27 - - [2025-04-17 02:20:32] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.021863 10.0.0.27 - - [2025-04-17 02:20:32] "POST /job-templates HTTP/1.1" 200 573 0.065006 10.0.0.27 - - [2025-04-17 02:20:32] "POST /service-templates HTTP/1.1" 200 511 0.018812 10.0.0.27 - - [2025-04-17 02:20:32] "POST /service-templates HTTP/1.1" 200 501 0.016203 10.0.0.27 - - [2025-04-17 02:20:32] "POST /fqname-to-id HTTP/1.1" 404 194 0.002276 10.0.0.27 - - [2025-04-17 02:20:32] "POST /fqname-to-id HTTP/1.1" 404 225 0.002955 10.0.0.27 - - [2025-04-17 02:20:32] "POST /service-templates HTTP/1.1" 200 515 0.024386 10.0.0.27 - - [2025-04-17 02:20:32] "POST /access-control-lists HTTP/1.1" 200 587 0.027179 10.0.0.27 - - [2025-04-17 02:20:32] "POST /job-templates HTTP/1.1" 200 551 0.026975 10.0.0.27 - - [2025-04-17 02:20:32] "POST /fqname-to-id HTTP/1.1" 404 208 0.005656 10.0.0.27 - - [2025-04-17 02:20:32] "POST /fqname-to-id HTTP/1.1" 404 224 0.004497 10.0.0.27 - - [2025-04-17 02:20:32] "POST /service-templates HTTP/1.1" 200 535 0.020761 10.0.0.27 - - [2025-04-17 02:20:32] "POST /access-control-lists HTTP/1.1" 200 585 0.079154 10.0.0.27 - - [2025-04-17 02:20:32] "POST /job-templates HTTP/1.1" 200 579 0.083320 10.0.0.27 - - [2025-04-17 02:20:32] "POST /service-templates HTTP/1.1" 200 507 0.065504 10.0.0.27 - - [2025-04-17 02:20:32] "POST /fqname-to-id HTTP/1.1" 404 196 0.002846 10.0.0.27 - - [2025-04-17 02:20:33] "POST /route-targets HTTP/1.1" 200 327 0.048827 10.0.0.27 - - [2025-04-17 02:20:33] "POST /job-templates HTTP/1.1" 200 555 0.091869 10.0.0.27 - - [2025-04-17 02:20:33] "POST /ref-update HTTP/1.1" 200 156 0.027586 10.0.0.27 - - [2025-04-17 02:20:33] "POST /fqname-to-id HTTP/1.1" 404 198 0.002867 10.0.0.27 - - [2025-04-17 02:20:33] "POST /route-targets HTTP/1.1" 200 327 0.009060 10.0.0.27 - - [2025-04-17 02:20:33] "POST /ref-update HTTP/1.1" 200 156 0.039112 10.0.0.27 - - [2025-04-17 02:20:33] "POST /job-templates HTTP/1.1" 200 559 0.064622 10.0.0.27 - - [2025-04-17 02:20:33] "POST /fqname-to-id HTTP/1.1" 404 206 0.004906 10.0.0.27 - - [2025-04-17 02:20:33] "POST /route-targets HTTP/1.1" 200 327 0.010838 10.0.0.27 - - [2025-04-17 02:20:33] "POST /job-templates HTTP/1.1" 200 575 0.069739 10.0.0.27 - - [2025-04-17 02:20:33] "POST /ref-update HTTP/1.1" 200 156 0.052723 10.0.0.27 - - [2025-04-17 02:20:33] "POST /fqname-to-id HTTP/1.1" 404 197 0.002796 10.0.0.27 - - [2025-04-17 02:20:33] "POST /route-targets HTTP/1.1" 200 327 0.009895 10.0.0.27 - - [2025-04-17 02:20:33] "POST /job-templates HTTP/1.1" 200 557 0.067240 10.0.0.27 - - [2025-04-17 02:20:33] "POST /ref-update HTTP/1.1" 200 156 0.054869 10.0.0.27 - - [2025-04-17 02:20:33] "POST /fqname-to-id HTTP/1.1" 404 198 0.003136 10.0.0.27 - - [2025-04-17 02:20:33] "POST /fqname-to-id HTTP/1.1" 404 201 0.002516 10.0.0.27 - - [2025-04-17 02:20:33] "POST /job-templates HTTP/1.1" 200 559 0.071650 10.0.0.27 - - [2025-04-17 02:20:33] "POST /fqname-to-id HTTP/1.1" 404 196 0.003071 10.0.0.27 - - [2025-04-17 02:20:33] "POST /access-control-lists HTTP/1.1" 200 551 0.093394 10.0.0.27 - - [2025-04-17 02:20:33] "PUT /access-control-list/8c6f9599-cc72-4f93-9991-93d93e671627 HTTP/1.1" 200 272 0.014158 10.0.0.27 - - [2025-04-17 02:20:33] "POST /job-templates HTTP/1.1" 200 555 0.067129 10.0.0.27 - - [2025-04-17 02:20:33] "PUT /access-control-list/50f0d839-3ad4-410c-b8d0-63bcc3ebc2cd HTTP/1.1" 200 272 0.017390 10.0.0.27 - - [2025-04-17 02:20:33] "POST /fqname-to-id HTTP/1.1" 404 195 0.003032 10.0.0.27 - - [2025-04-17 02:20:34] "POST /job-templates HTTP/1.1" 200 553 0.069189 10.0.0.27 - - [2025-04-17 02:20:34] "POST /fqname-to-id HTTP/1.1" 404 195 0.003012 10.0.0.27 - - [2025-04-17 02:20:34] "POST /job-templates HTTP/1.1" 200 553 0.060801 10.0.0.27 - - [2025-04-17 02:20:34] "POST /fqname-to-id HTTP/1.1" 404 195 0.003044 10.0.0.27 - - [2025-04-17 02:20:34] "POST /job-templates HTTP/1.1" 200 553 0.061049 10.0.0.27 - - [2025-04-17 02:20:34] "POST /fqname-to-id HTTP/1.1" 404 200 0.003553 10.0.0.27 - - [2025-04-17 02:20:34] "POST /job-templates HTTP/1.1" 200 563 0.077075 10.0.0.27 - - [2025-04-17 02:20:34] "POST /fqname-to-id HTTP/1.1" 404 201 0.002892 10.0.0.27 - - [2025-04-17 02:20:34] "POST /job-templates HTTP/1.1" 200 565 0.084488 10.0.0.27 - - [2025-04-17 02:20:34] "POST /fqname-to-id HTTP/1.1" 404 189 0.002820 10.0.0.27 - - [2025-04-17 02:20:34] "POST /config-propertiess HTTP/1.1" 200 551 0.034081 10.0.0.27 - - [2025-04-17 02:20:34] "POST /fqname-to-id HTTP/1.1" 404 168 0.003053 10.0.0.27 - - [2025-04-17 02:20:35] "POST /tags HTTP/1.1" 200 321 0.128064 10.0.0.27 - - [2025-04-17 02:20:35] "POST /fqname-to-id HTTP/1.1" 404 166 0.003458 10.0.0.27 - - [2025-04-17 02:20:35] "POST /tags HTTP/1.1" 200 317 0.038775 10.0.0.27 - - [2025-04-17 02:20:35] "POST /fqname-to-id HTTP/1.1" 404 174 0.003067 10.0.0.27 - - [2025-04-17 02:20:35] "POST /tags HTTP/1.1" 200 333 0.132715 10.0.0.27 - - [2025-04-17 02:20:35] "POST /fqname-to-id HTTP/1.1" 404 162 0.003280 10.0.0.27 - - [2025-04-17 02:20:35] "POST /tags HTTP/1.1" 200 309 0.180587 10.0.0.27 - - [2025-04-17 02:20:35] "POST /fqname-to-id HTTP/1.1" 404 174 0.002968 10.0.0.27 - - [2025-04-17 02:20:35] "POST /tags HTTP/1.1" 200 333 0.023569 10.0.0.27 - - [2025-04-17 02:20:35] "POST /fqname-to-id HTTP/1.1" 404 164 0.003215 10.0.0.27 - - [2025-04-17 02:20:35] "POST /tags HTTP/1.1" 200 313 0.022862 10.0.0.27 - - [2025-04-17 02:20:36] "POST /fqname-to-id HTTP/1.1" 404 169 0.003081 10.0.0.27 - - [2025-04-17 02:20:36] "POST /tags HTTP/1.1" 200 323 0.022576 10.0.0.27 - - [2025-04-17 02:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003082 10.0.0.27 - - [2025-04-17 02:20:36] "PUT /global-system-config/a10cef7c-0039-4a89-a4d5-d13e3c3baeb9 HTTP/1.1" 200 274 0.010317 10.0.0.27 - - [2025-04-17 02:20:36] "GET / HTTP/1.1" 200 35931 0.001630 10.0.0.27 - - [2025-04-17 02:20:36] "POST /fqname-to-id HTTP/1.1" 401 292 0.000418 10.0.0.27 - - [2025-04-17 02:20:36] "POST /fqname-to-id HTTP/1.1" 404 166 0.002829 10.0.0.27 - - [2025-04-17 02:20:36] "POST /hardwares HTTP/1.1" 200 327 0.015249 10.0.0.27 - - [2025-04-17 02:20:36] "POST /fqname-to-id HTTP/1.1" 404 166 0.003404 10.0.0.27 - - [2025-04-17 02:20:36] "POST /hardwares HTTP/1.1" 200 327 0.010439 10.0.0.27 - - [2025-04-17 02:20:36] "POST /fqname-to-id HTTP/1.1" 404 166 0.002810 10.0.0.27 - - [2025-04-17 02:20:36] "POST /hardwares HTTP/1.1" 200 327 0.011306 10.0.0.27 - - [2025-04-17 02:20:36] "POST /fqname-to-id HTTP/1.1" 404 166 0.003230 10.0.0.27 - - [2025-04-17 02:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.020580 10.0.0.27 - - [2025-04-17 02:20:36] "GET /global-system-config/a10cef7c-0039-4a89-a4d5-d13e3c3baeb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2342 0.005535 10.0.0.27 - - [2025-04-17 02:20:36] "POST /hardwares HTTP/1.1" 200 327 0.010083 10.0.0.27 - - [2025-04-17 02:20:36] "POST /fqname-to-id HTTP/1.1" 404 220 0.002923 10.0.0.27 - - [2025-04-17 02:20:36] "POST /fqname-to-id HTTP/1.1" 404 164 0.002774 10.0.0.27 - - [2025-04-17 02:20:36] "POST /config-database-nodes HTTP/1.1" 200 617 0.030047 10.0.0.27 - - [2025-04-17 02:20:36] "POST /hardwares HTTP/1.1" 200 323 0.021347 10.0.0.27 - - [2025-04-17 02:20:36] "POST /fqname-to-id HTTP/1.1" 404 164 0.002989 10.0.0.27 - - [2025-04-17 02:20:36] "POST /hardwares HTTP/1.1" 200 323 0.010942 10.0.0.27 - - [2025-04-17 02:20:36] "POST /fqname-to-id HTTP/1.1" 404 161 0.002885 10.0.0.27 - - [2025-04-17 02:20:36] "POST /hardwares HTTP/1.1" 200 317 0.014832 10.0.0.27 - - [2025-04-17 02:20:37] "POST /fqname-to-id HTTP/1.1" 404 164 0.003287 10.0.0.27 - - [2025-04-17 02:20:37] "POST /hardwares HTTP/1.1" 200 323 0.010660 10.0.0.27 - - [2025-04-17 02:20:37] "POST /fqname-to-id HTTP/1.1" 404 164 0.002902 10.0.0.27 - - [2025-04-17 02:20:37] "POST /hardwares HTTP/1.1" 200 323 0.010252 10.0.0.27 - - [2025-04-17 02:20:37] "POST /fqname-to-id HTTP/1.1" 404 164 0.003549 10.0.0.27 - - [2025-04-17 02:20:37] "POST /hardwares HTTP/1.1" 200 323 0.012024 10.0.0.27 - - [2025-04-17 02:20:37] "POST /fqname-to-id HTTP/1.1" 404 165 0.003901 10.0.0.27 - - [2025-04-17 02:20:37] "POST /hardwares HTTP/1.1" 200 325 0.010724 10.0.0.27 - - [2025-04-17 02:20:37] "POST /fqname-to-id HTTP/1.1" 404 165 0.003011 10.0.0.27 - - [2025-04-17 02:20:37] "POST /hardwares HTTP/1.1" 200 325 0.010550 10.0.0.27 - - [2025-04-17 02:20:37] "POST /fqname-to-id HTTP/1.1" 404 165 0.003042 10.0.0.27 - - [2025-04-17 02:20:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002758 10.0.0.27 - - [2025-04-17 02:20:37] "GET /global-vrouter-config/f44ad623-3db7-4a6b-9af9-3aea78651ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1162 0.003206 10.0.0.27 - - [2025-04-17 02:20:37] "POST /hardwares HTTP/1.1" 200 325 0.010121 10.0.0.27 - - [2025-04-17 02:20:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002466 10.0.0.27 - - [2025-04-17 02:20:37] "POST /fqname-to-id HTTP/1.1" 404 165 0.003697 10.0.0.27 - - [2025-04-17 02:20:37] "PUT /global-vrouter-config/f44ad623-3db7-4a6b-9af9-3aea78651ceb HTTP/1.1" 200 276 0.008156 10.0.0.27 - - [2025-04-17 02:20:37] "POST /hardwares HTTP/1.1" 200 325 0.011189 10.0.0.27 - - [2025-04-17 02:20:37] "POST /fqname-to-id HTTP/1.1" 404 164 0.002956 10.0.0.27 - - [2025-04-17 02:20:37] "POST /hardwares HTTP/1.1" 200 323 0.009785 10.0.0.27 - - [2025-04-17 02:20:37] "POST /fqname-to-id HTTP/1.1" 404 161 0.004194 10.0.0.27 - - [2025-04-17 02:20:37] "POST /hardwares HTTP/1.1" 200 317 0.010514 10.0.0.27 - - [2025-04-17 02:20:37] "POST /fqname-to-id HTTP/1.1" 404 164 0.002939 10.0.0.27 - - [2025-04-17 02:20:37] "GET / HTTP/1.1" 200 35931 0.002559 10.0.0.27 - - [2025-04-17 02:20:38] "POST /alarms HTTP/1.1" 401 292 0.000576 10.0.0.27 - - [2025-04-17 02:20:38] "POST /hardwares HTTP/1.1" 200 323 0.010292 10.0.0.27 - - [2025-04-17 02:20:38] "POST /fqname-to-id HTTP/1.1" 404 161 0.002798 10.0.0.27 - - [2025-04-17 02:20:38] "POST /hardwares HTTP/1.1" 200 317 0.010846 10.0.0.27 - - [2025-04-17 02:20:38] "POST /fqname-to-id HTTP/1.1" 404 164 0.002790 10.0.0.27 - - [2025-04-17 02:20:38] "POST /hardwares HTTP/1.1" 200 323 0.010976 10.0.0.27 - - [2025-04-17 02:20:38] "POST /fqname-to-id HTTP/1.1" 404 162 0.002839 10.0.0.27 - - [2025-04-17 02:20:38] "POST /hardwares HTTP/1.1" 200 319 0.015785 10.0.0.27 - - [2025-04-17 02:20:38] "POST /alarms HTTP/1.1" 200 581 0.038441 10.0.0.27 - - [2025-04-17 02:20:38] "POST /alarms HTTP/1.1" 200 575 0.017008 10.0.0.27 - - [2025-04-17 02:20:38] "POST /fqname-to-id HTTP/1.1" 404 162 0.002184 10.0.0.27 - - [2025-04-17 02:20:38] "POST /alarms HTTP/1.1" 200 575 0.017024 10.0.0.27 - - [2025-04-17 02:20:38] "POST /hardwares HTTP/1.1" 200 319 0.011576 10.0.0.27 - - [2025-04-17 02:20:38] "POST /alarms HTTP/1.1" 200 559 0.015860 10.0.0.27 - - [2025-04-17 02:20:38] "POST /fqname-to-id HTTP/1.1" 404 165 0.002917 10.0.0.27 - - [2025-04-17 02:20:38] "POST /hardwares HTTP/1.1" 200 325 0.012734 10.0.0.27 - - [2025-04-17 02:20:38] "POST /alarms HTTP/1.1" 200 555 0.022186 10.0.0.27 - - [2025-04-17 02:20:38] "POST /fqname-to-id HTTP/1.1" 404 161 0.002834 10.0.0.27 - - [2025-04-17 02:20:38] "POST /alarms HTTP/1.1" 200 557 0.026019 10.0.0.27 - - [2025-04-17 02:20:38] "POST /hardwares HTTP/1.1" 200 317 0.015240 10.0.0.27 - - [2025-04-17 02:20:38] "POST /alarms HTTP/1.1" 200 565 0.016651 10.0.0.27 - - [2025-04-17 02:20:38] "POST /fqname-to-id HTTP/1.1" 404 161 0.002563 10.0.0.27 - - [2025-04-17 02:20:38] "POST /alarms HTTP/1.1" 200 549 0.016810 10.0.0.27 - - [2025-04-17 02:20:38] "POST /hardwares HTTP/1.1" 200 317 0.010284 10.0.0.27 - - [2025-04-17 02:20:38] "POST /alarms HTTP/1.1" 200 557 0.017866 10.0.0.27 - - [2025-04-17 02:20:38] "POST /fqname-to-id HTTP/1.1" 404 162 0.002439 10.0.0.27 - - [2025-04-17 02:20:38] "POST /alarms HTTP/1.1" 200 567 0.023419 10.0.0.27 - - [2025-04-17 02:20:38] "POST /hardwares HTTP/1.1" 200 319 0.016369 10.0.0.27 - - [2025-04-17 02:20:38] "POST /fqname-to-id HTTP/1.1" 404 162 0.003677 10.0.0.27 - - [2025-04-17 02:20:38] "POST /alarms HTTP/1.1" 200 555 0.018237 10.0.0.27 - - [2025-04-17 02:20:39] "POST /hardwares HTTP/1.1" 200 319 0.009851 10.0.0.27 - - [2025-04-17 02:20:39] "POST /alarms HTTP/1.1" 200 567 0.016747 10.0.0.27 - - [2025-04-17 02:20:39] "POST /fqname-to-id HTTP/1.1" 404 162 0.002924 10.0.0.27 - - [2025-04-17 02:20:39] "POST /alarms HTTP/1.1" 200 575 0.062944 10.0.0.27 - - [2025-04-17 02:20:39] "POST /hardwares HTTP/1.1" 200 319 0.041447 10.0.0.27 - - [2025-04-17 02:20:39] "POST /fqname-to-id HTTP/1.1" 404 158 0.002486 10.0.0.27 - - [2025-04-17 02:20:39] "POST /alarms HTTP/1.1" 200 569 0.017593 10.0.0.27 - - [2025-04-17 02:20:39] "POST /hardwares HTTP/1.1" 200 311 0.009938 10.0.0.27 - - [2025-04-17 02:20:39] "POST /alarms HTTP/1.1" 200 561 0.016694 10.0.0.27 - - [2025-04-17 02:20:39] "POST /fqname-to-id HTTP/1.1" 404 158 0.002798 10.0.0.27 - - [2025-04-17 02:20:39] "POST /alarms HTTP/1.1" 200 561 0.016712 10.0.0.27 - - [2025-04-17 02:20:39] "POST /hardwares HTTP/1.1" 200 311 0.010433 10.0.0.27 - - [2025-04-17 02:20:39] "POST /alarms HTTP/1.1" 200 561 0.022203 10.0.0.27 - - [2025-04-17 02:20:39] "POST /fqname-to-id HTTP/1.1" 404 160 0.002569 10.0.0.27 - - [2025-04-17 02:20:39] "POST /hardwares HTTP/1.1" 200 315 0.010549 10.0.0.27 - - [2025-04-17 02:20:39] "POST /alarms HTTP/1.1" 200 547 0.022040 10.0.0.27 - - [2025-04-17 02:20:39] "POST /fqname-to-id HTTP/1.1" 404 154 0.003549 10.0.0.27 - - [2025-04-17 02:20:39] "POST /alarms HTTP/1.1" 200 595 0.018838 10.0.0.27 - - [2025-04-17 02:20:39] "POST /hardwares HTTP/1.1" 200 303 0.010906 10.0.0.27 - - [2025-04-17 02:20:39] "POST /alarms HTTP/1.1" 200 575 0.015524 10.0.0.27 - - [2025-04-17 02:20:39] "POST /fqname-to-id HTTP/1.1" 404 158 0.002204 10.0.0.27 - - [2025-04-17 02:20:39] "POST /alarms HTTP/1.1" 200 571 0.021504 10.0.0.27 - - [2025-04-17 02:20:39] "POST /hardwares HTTP/1.1" 200 311 0.017421 10.0.0.27 - - [2025-04-17 02:20:39] "POST /fqname-to-id HTTP/1.1" 404 155 0.002266 10.0.0.27 - - [2025-04-17 02:20:39] "POST /alarms HTTP/1.1" 200 583 0.020482 10.0.0.27 - - [2025-04-17 02:20:39] "POST /hardwares HTTP/1.1" 200 305 0.023359 10.0.0.27 - - [2025-04-17 02:20:39] "POST /alarms HTTP/1.1" 200 609 0.031370 10.0.0.27 - - [2025-04-17 02:20:39] "POST /fqname-to-id HTTP/1.1" 404 155 0.002634 10.0.0.27 - - [2025-04-17 02:20:39] "POST /hardwares HTTP/1.1" 200 305 0.011173 10.0.0.27 - - [2025-04-17 02:20:39] "POST /fqname-to-id HTTP/1.1" 404 155 0.002892 10.0.0.27 - - [2025-04-17 02:20:39] "POST /hardwares HTTP/1.1" 200 305 0.011030 10.0.0.27 - - [2025-04-17 02:20:40] "POST /fqname-to-id HTTP/1.1" 404 155 0.003087 10.0.0.27 - - [2025-04-17 02:20:40] "POST /hardwares HTTP/1.1" 200 305 0.011453 10.0.0.27 - - [2025-04-17 02:20:40] "GET / HTTP/1.1" 200 35931 0.001426 10.0.0.27 - - [2025-04-17 02:20:40] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000405 10.0.0.27 - - [2025-04-17 02:20:40] "POST /fqname-to-id HTTP/1.1" 404 156 0.002802 10.0.0.27 - - [2025-04-17 02:20:40] "POST /hardwares HTTP/1.1" 200 307 0.011089 10.0.0.27 - - [2025-04-17 02:20:40] "POST /fqname-to-id HTTP/1.1" 404 156 0.003062 10.0.0.27 - - [2025-04-17 02:20:40] "POST /hardwares HTTP/1.1" 200 307 0.012501 10.0.0.27 - - [2025-04-17 02:20:40] "POST /fqname-to-id HTTP/1.1" 404 156 0.003561 10.0.0.27 - - [2025-04-17 02:20:40] "POST /hardwares HTTP/1.1" 200 307 0.010245 10.0.0.27 - - [2025-04-17 02:20:40] "POST /fqname-to-id HTTP/1.1" 404 157 0.002890 10.0.0.27 - - [2025-04-17 02:20:40] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.021406 10.0.0.27 - - [2025-04-17 02:20:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002591 10.0.0.27 - - [2025-04-17 02:20:40] "POST /hardwares HTTP/1.1" 200 309 0.010813 10.0.0.27 - - [2025-04-17 02:20:40] "PUT /global-vrouter-config/f44ad623-3db7-4a6b-9af9-3aea78651ceb HTTP/1.1" 200 276 0.008272 10.0.0.27 - - [2025-04-17 02:20:40] "POST /fqname-to-id HTTP/1.1" 404 158 0.002926 10.0.0.27 - - [2025-04-17 02:20:40] "POST /hardwares HTTP/1.1" 200 311 0.010621 10.0.0.27 - - [2025-04-17 02:20:40] "POST /fqname-to-id HTTP/1.1" 404 158 0.002978 10.0.0.27 - - [2025-04-17 02:20:40] "POST /hardwares HTTP/1.1" 200 311 0.010226 10.0.0.27 - - [2025-04-17 02:20:40] "POST /fqname-to-id HTTP/1.1" 404 153 0.003089 10.0.0.27 - - [2025-04-17 02:20:40] "GET / HTTP/1.1" 200 35931 0.001559 10.0.0.27 - - [2025-04-17 02:20:40] "POST /hardwares HTTP/1.1" 200 301 0.011924 10.0.0.27 - - [2025-04-17 02:20:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000377 10.0.0.27 - - [2025-04-17 02:20:40] "POST /fqname-to-id HTTP/1.1" 404 157 0.002879 10.0.0.27 - - [2025-04-17 02:20:40] "POST /hardwares HTTP/1.1" 200 309 0.009950 10.0.0.27 - - [2025-04-17 02:20:40] "POST /fqname-to-id HTTP/1.1" 404 157 0.002848 10.0.0.27 - - [2025-04-17 02:20:41] "POST /hardwares HTTP/1.1" 200 309 0.013528 10.0.0.27 - - [2025-04-17 02:20:41] "POST /fqname-to-id HTTP/1.1" 404 157 0.003056 10.0.0.27 - - [2025-04-17 02:20:41] "POST /hardwares HTTP/1.1" 200 309 0.010928 10.0.0.27 - - [2025-04-17 02:20:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.022696 10.0.0.27 - - [2025-04-17 02:20:41] "GET /global-vrouter-config/f44ad623-3db7-4a6b-9af9-3aea78651ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003197 10.0.0.27 - - [2025-04-17 02:20:41] "POST /fqname-to-id HTTP/1.1" 404 157 0.002133 10.0.0.27 - - [2025-04-17 02:20:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002969 10.0.0.27 - - [2025-04-17 02:20:41] "POST /hardwares HTTP/1.1" 200 309 0.011443 10.0.0.27 - - [2025-04-17 02:20:41] "PUT /global-vrouter-config/f44ad623-3db7-4a6b-9af9-3aea78651ceb HTTP/1.1" 200 276 0.008180 10.0.0.27 - - [2025-04-17 02:20:41] "POST /fqname-to-id HTTP/1.1" 404 157 0.002371 10.0.0.27 - - [2025-04-17 02:20:41] "POST /hardwares HTTP/1.1" 200 309 0.015334 10.0.0.27 - - [2025-04-17 02:20:41] "POST /fqname-to-id HTTP/1.1" 404 161 0.002895 10.0.0.27 - - [2025-04-17 02:20:41] "POST /hardwares HTTP/1.1" 200 317 0.012540 10.0.0.27 - - [2025-04-17 02:20:41] "POST /fqname-to-id HTTP/1.1" 404 157 0.002797 10.0.0.27 - - [2025-04-17 02:20:41] "POST /hardwares HTTP/1.1" 200 309 0.012472 10.0.0.27 - - [2025-04-17 02:20:41] "POST /fqname-to-id HTTP/1.1" 404 157 0.002847 10.0.0.27 - - [2025-04-17 02:20:41] "GET / HTTP/1.1" 200 35931 0.001655 10.0.0.27 - - [2025-04-17 02:20:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000494 10.0.0.27 - - [2025-04-17 02:20:41] "POST /hardwares HTTP/1.1" 200 309 0.015089 10.0.0.27 - - [2025-04-17 02:20:41] "POST /fqname-to-id HTTP/1.1" 404 154 0.003541 10.0.0.27 - - [2025-04-17 02:20:41] "POST /hardwares HTTP/1.1" 200 303 0.010500 10.0.0.27 - - [2025-04-17 02:20:41] "POST /fqname-to-id HTTP/1.1" 404 190 0.003613 10.0.0.27 - - [2025-04-17 02:20:41] "POST /features HTTP/1.1" 200 533 0.020848 10.0.0.27 - - [2025-04-17 02:20:41] "POST /fqname-to-id HTTP/1.1" 404 185 0.003321 10.0.0.27 - - [2025-04-17 02:20:42] "POST /features HTTP/1.1" 200 523 0.019424 10.0.0.27 - - [2025-04-17 02:20:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.023695 10.0.0.27 - - [2025-04-17 02:20:42] "GET /global-system-config/a10cef7c-0039-4a89-a4d5-d13e3c3baeb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2342 0.005734 10.0.0.27 - - [2025-04-17 02:20:42] "POST /fqname-to-id HTTP/1.1" 404 184 0.003084 10.0.0.27 - - [2025-04-17 02:20:42] "PUT /global-system-config/a10cef7c-0039-4a89-a4d5-d13e3c3baeb9 HTTP/1.1" 200 274 0.018333 10.0.0.27 - - [2025-04-17 02:20:42] "POST /features HTTP/1.1" 200 521 0.016255 10.0.0.27 - - [2025-04-17 02:20:42] "POST /fqname-to-id HTTP/1.1" 404 184 0.003166 10.0.0.27 - - [2025-04-17 02:20:42] "POST /features HTTP/1.1" 200 521 0.051389 10.0.0.27 - - [2025-04-17 02:20:42] "POST /fqname-to-id HTTP/1.1" 404 189 0.003099 10.0.0.27 - - [2025-04-17 02:20:42] "POST /features HTTP/1.1" 200 531 0.016202 10.0.0.27 - - [2025-04-17 02:20:42] "POST /fqname-to-id HTTP/1.1" 404 184 0.003438 10.0.0.27 - - [2025-04-17 02:20:42] "POST /features HTTP/1.1" 200 521 0.015669 10.0.0.27 - - [2025-04-17 02:20:42] "POST /fqname-to-id HTTP/1.1" 404 193 0.003037 10.0.0.27 - - [2025-04-17 02:20:42] "POST /features HTTP/1.1" 200 539 0.016259 10.0.0.27 - - [2025-04-17 02:20:42] "POST /fqname-to-id HTTP/1.1" 404 186 0.002829 10.0.0.27 - - [2025-04-17 02:20:42] "POST /features HTTP/1.1" 200 525 0.015779 10.0.0.27 - - [2025-04-17 02:20:42] "POST /fqname-to-id HTTP/1.1" 404 183 0.003001 10.0.0.27 - - [2025-04-17 02:20:42] "POST /features HTTP/1.1" 200 519 0.019781 10.0.0.27 - - [2025-04-17 02:20:42] "POST /fqname-to-id HTTP/1.1" 404 182 0.006771 10.0.0.27 - - [2025-04-17 02:20:42] "POST /features HTTP/1.1" 200 517 0.016653 10.0.0.27 - - [2025-04-17 02:20:42] "POST /fqname-to-id HTTP/1.1" 404 190 0.002949 10.0.0.27 - - [2025-04-17 02:20:43] "POST /features HTTP/1.1" 200 533 0.015190 10.0.0.27 - - [2025-04-17 02:20:43] "POST /fqname-to-id HTTP/1.1" 404 194 0.003415 10.0.0.27 - - [2025-04-17 02:20:43] "POST /features HTTP/1.1" 200 541 0.016166 10.0.0.27 - - [2025-04-17 02:20:43] "POST /fqname-to-id HTTP/1.1" 404 178 0.002850 10.0.0.27 - - [2025-04-17 02:20:43] "POST /physical-roles HTTP/1.1" 200 521 0.016971 10.0.0.27 - - [2025-04-17 02:20:43] "POST /fqname-to-id HTTP/1.1" 404 179 0.003393 10.0.0.27 - - [2025-04-17 02:20:43] "POST /physical-roles HTTP/1.1" 200 523 0.015903 10.0.0.27 - - [2025-04-17 02:20:43] "POST /fqname-to-id HTTP/1.1" 404 184 0.002877 10.0.0.27 - - [2025-04-17 02:20:43] "POST /physical-roles HTTP/1.1" 200 533 0.019675 10.0.0.27 - - [2025-04-17 02:20:43] "POST /fqname-to-id HTTP/1.1" 404 177 0.003045 10.0.0.27 - - [2025-04-17 02:20:43] "POST /physical-roles HTTP/1.1" 200 519 0.017707 10.0.0.27 - - [2025-04-17 02:20:43] "POST /fqname-to-id HTTP/1.1" 404 191 0.003342 10.0.0.27 - - [2025-04-17 02:20:43] "POST /overlay-roles HTTP/1.1" 200 545 0.019630 10.0.0.27 - - [2025-04-17 02:20:43] "POST /fqname-to-id HTTP/1.1" 404 184 0.003235 10.0.0.27 - - [2025-04-17 02:20:43] "POST /overlay-roles HTTP/1.1" 200 531 0.017051 10.0.0.27 - - [2025-04-17 02:20:43] "POST /fqname-to-id HTTP/1.1" 404 191 0.002857 10.0.0.27 - - [2025-04-17 02:20:43] "POST /overlay-roles HTTP/1.1" 200 545 0.016101 10.0.0.27 - - [2025-04-17 02:20:43] "POST /fqname-to-id HTTP/1.1" 404 185 0.002741 10.0.0.27 - - [2025-04-17 02:20:44] "POST /overlay-roles HTTP/1.1" 200 533 0.016748 10.0.0.27 - - [2025-04-17 02:20:44] "POST /fqname-to-id HTTP/1.1" 404 189 0.002988 10.0.0.27 - - [2025-04-17 02:20:44] "POST /overlay-roles HTTP/1.1" 200 541 0.024969 10.0.0.27 - - [2025-04-17 02:20:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.27 - - [2025-04-17 02:20:44] "PUT /overlay-role/ac15d810-297f-4c4a-ac6b-75360617ba1a HTTP/1.1" 200 258 0.010309 10.0.0.27 - - [2025-04-17 02:20:44] "POST /fqname-to-id HTTP/1.1" 404 184 0.002895 10.0.0.27 - - [2025-04-17 02:20:44] "POST /overlay-roles HTTP/1.1" 200 531 0.018149 10.0.0.27 - - [2025-04-17 02:20:44] "POST /fqname-to-id HTTP/1.1" 404 185 0.002853 10.0.0.27 - - [2025-04-17 02:20:44] "POST /overlay-roles HTTP/1.1" 200 533 0.019668 10.0.0.27 - - [2025-04-17 02:20:44] "POST /fqname-to-id HTTP/1.1" 404 183 0.003369 10.0.0.27 - - [2025-04-17 02:20:44] "POST /overlay-roles HTTP/1.1" 200 529 0.015496 10.0.0.27 - - [2025-04-17 02:20:44] "POST /fqname-to-id HTTP/1.1" 404 187 0.002805 10.0.0.27 - - [2025-04-17 02:20:44] "POST /overlay-roles HTTP/1.1" 200 537 0.041651 10.0.0.27 - - [2025-04-17 02:20:44] "POST /fqname-to-id HTTP/1.1" 404 189 0.003225 10.0.0.27 - - [2025-04-17 02:20:44] "POST /overlay-roles HTTP/1.1" 200 541 0.015646 10.0.0.27 - - [2025-04-17 02:20:44] "POST /fqname-to-id HTTP/1.1" 404 178 0.003155 10.0.0.27 - - [2025-04-17 02:20:44] "POST /overlay-roles HTTP/1.1" 200 519 0.015072 10.0.0.27 - - [2025-04-17 02:20:44] "POST /fqname-to-id HTTP/1.1" 404 190 0.003132 10.0.0.27 - - [2025-04-17 02:20:45] "POST /overlay-roles HTTP/1.1" 200 543 0.015636 10.0.0.27 - - [2025-04-17 02:20:45] "POST /fqname-to-id HTTP/1.1" 404 182 0.002692 10.0.0.27 - - [2025-04-17 02:20:45] "POST /role-definitions HTTP/1.1" 200 533 0.015112 10.0.0.27 - - [2025-04-17 02:20:45] "POST /fqname-to-id HTTP/1.1" 404 189 0.003305 10.0.0.27 - - [2025-04-17 02:20:45] "POST /role-definitions HTTP/1.1" 200 547 0.016845 10.0.0.27 - - [2025-04-17 02:20:45] "POST /fqname-to-id HTTP/1.1" 404 190 0.002889 10.0.0.27 - - [2025-04-17 02:20:45] "POST /role-definitions HTTP/1.1" 200 549 0.018172 10.0.0.27 - - [2025-04-17 02:20:45] "POST /fqname-to-id HTTP/1.1" 404 191 0.004091 10.0.0.27 - - [2025-04-17 02:20:45] "POST /role-definitions HTTP/1.1" 200 551 0.015231 10.0.0.27 - - [2025-04-17 02:20:45] "POST /fqname-to-id HTTP/1.1" 404 197 0.003001 10.0.0.27 - - [2025-04-17 02:20:45] "POST /role-definitions HTTP/1.1" 200 563 0.014779 10.0.0.27 - - [2025-04-17 02:20:45] "POST /fqname-to-id HTTP/1.1" 404 189 0.002928 10.0.0.27 - - [2025-04-17 02:20:45] "POST /role-definitions HTTP/1.1" 200 547 0.015243 10.0.0.27 - - [2025-04-17 02:20:45] "POST /fqname-to-id HTTP/1.1" 404 190 0.002852 10.0.0.27 - - [2025-04-17 02:20:45] "POST /role-definitions HTTP/1.1" 200 549 0.034552 10.0.0.27 - - [2025-04-17 02:20:45] "POST /fqname-to-id HTTP/1.1" 404 191 0.002853 10.0.0.27 - - [2025-04-17 02:20:45] "POST /role-definitions HTTP/1.1" 200 551 0.017530 10.0.0.27 - - [2025-04-17 02:20:46] "POST /fqname-to-id HTTP/1.1" 404 190 0.004359 10.0.0.27 - - [2025-04-17 02:20:46] "POST /role-definitions HTTP/1.1" 200 549 0.024357 10.0.0.27 - - [2025-04-17 02:20:46] "POST /fqname-to-id HTTP/1.1" 404 196 0.002788 10.0.0.27 - - [2025-04-17 02:20:46] "POST /role-definitions HTTP/1.1" 200 561 0.016742 10.0.0.27 - - [2025-04-17 02:20:46] "POST /fqname-to-id HTTP/1.1" 404 189 0.002841 10.0.0.27 - - [2025-04-17 02:20:46] "POST /role-definitions HTTP/1.1" 200 547 0.015220 10.0.0.27 - - [2025-04-17 02:20:46] "POST /fqname-to-id HTTP/1.1" 404 190 0.003056 10.0.0.27 - - [2025-04-17 02:20:46] "POST /role-definitions HTTP/1.1" 200 549 0.018695 10.0.0.27 - - [2025-04-17 02:20:46] "POST /fqname-to-id HTTP/1.1" 404 188 0.002673 10.0.0.27 - - [2025-04-17 02:20:46] "POST /role-definitions HTTP/1.1" 200 545 0.015438 10.0.0.27 - - [2025-04-17 02:20:46] "POST /fqname-to-id HTTP/1.1" 404 189 0.002980 10.0.0.27 - - [2025-04-17 02:20:46] "POST /role-definitions HTTP/1.1" 200 547 0.015664 10.0.0.27 - - [2025-04-17 02:20:46] "POST /fqname-to-id HTTP/1.1" 404 192 0.003216 10.0.0.27 - - [2025-04-17 02:20:46] "POST /role-definitions HTTP/1.1" 200 553 0.016819 10.0.0.27 - - [2025-04-17 02:20:46] "POST /fqname-to-id HTTP/1.1" 404 193 0.003360 10.0.0.27 - - [2025-04-17 02:20:46] "POST /role-definitions HTTP/1.1" 200 555 0.017643 10.0.0.27 - - [2025-04-17 02:20:46] "POST /fqname-to-id HTTP/1.1" 404 182 0.003409 10.0.0.27 - - [2025-04-17 02:20:46] "POST /role-definitions HTTP/1.1" 200 533 0.017434 10.0.0.27 - - [2025-04-17 02:20:47] "POST /fqname-to-id HTTP/1.1" 404 187 0.002831 10.0.0.27 - - [2025-04-17 02:20:47] "POST /role-definitions HTTP/1.1" 200 543 0.015924 10.0.0.27 - - [2025-04-17 02:20:47] "POST /fqname-to-id HTTP/1.1" 404 181 0.003120 10.0.0.27 - - [2025-04-17 02:20:47] "POST /role-definitions HTTP/1.1" 200 531 0.015460 10.0.0.27 - - [2025-04-17 02:20:47] "POST /fqname-to-id HTTP/1.1" 404 184 0.003418 10.0.0.27 - - [2025-04-17 02:20:47] "POST /role-definitions HTTP/1.1" 200 537 0.015983 10.0.0.27 - - [2025-04-17 02:20:47] "POST /fqname-to-id HTTP/1.1" 404 189 0.002891 10.0.0.27 - - [2025-04-17 02:20:47] "POST /role-definitions HTTP/1.1" 200 547 0.015672 10.0.0.27 - - [2025-04-17 02:20:47] "POST /fqname-to-id HTTP/1.1" 404 194 0.004115 10.0.0.27 - - [2025-04-17 02:20:47] "POST /role-definitions HTTP/1.1" 200 557 0.015968 10.0.0.27 - - [2025-04-17 02:20:47] "POST /fqname-to-id HTTP/1.1" 404 196 0.003370 10.0.0.27 - - [2025-04-17 02:20:47] "POST /role-definitions HTTP/1.1" 200 561 0.015027 10.0.0.27 - - [2025-04-17 02:20:47] "POST /fqname-to-id HTTP/1.1" 404 195 0.002921 10.0.0.27 - - [2025-04-17 02:20:47] "POST /role-definitions HTTP/1.1" 200 559 0.015831 10.0.0.27 - - [2025-04-17 02:20:47] "POST /fqname-to-id HTTP/1.1" 404 196 0.002733 10.0.0.27 - - [2025-04-17 02:20:47] "POST /feature-configs HTTP/1.1" 200 537 0.039875 10.0.0.27 - - [2025-04-17 02:20:47] "POST /fqname-to-id HTTP/1.1" 404 212 0.002898 10.0.0.27 - - [2025-04-17 02:20:47] "POST /feature-configs HTTP/1.1" 200 562 0.033310 10.0.0.27 - - [2025-04-17 02:20:48] "POST /fqname-to-id HTTP/1.1" 404 211 0.002769 10.0.0.27 - - [2025-04-17 02:20:48] "POST /feature-configs HTTP/1.1" 200 561 0.015574 10.0.0.27 - - [2025-04-17 02:20:48] "POST /fqname-to-id HTTP/1.1" 404 192 0.002716 10.0.0.27 - - [2025-04-17 02:20:48] "POST /node-profiles HTTP/1.1" 200 547 0.021884 10.0.0.27 - - [2025-04-17 02:20:48] "POST /fqname-to-id HTTP/1.1" 404 187 0.003170 10.0.0.27 - - [2025-04-17 02:20:48] "POST /node-profiles HTTP/1.1" 200 537 0.016825 10.0.0.27 - - [2025-04-17 02:20:48] "POST /fqname-to-id HTTP/1.1" 404 193 0.003092 10.0.0.27 - - [2025-04-17 02:20:48] "POST /node-profiles HTTP/1.1" 200 549 0.014669 10.0.0.27 - - [2025-04-17 02:20:48] "POST /fqname-to-id HTTP/1.1" 404 189 0.002836 10.0.0.27 - - [2025-04-17 02:20:48] "POST /node-profiles HTTP/1.1" 200 541 0.015262 10.0.0.27 - - [2025-04-17 02:20:48] "POST /fqname-to-id HTTP/1.1" 404 189 0.002648 10.0.0.27 - - [2025-04-17 02:20:48] "POST /node-profiles HTTP/1.1" 200 541 0.018424 10.0.0.27 - - [2025-04-17 02:20:48] "POST /fqname-to-id HTTP/1.1" 404 188 0.003195 10.0.0.27 - - [2025-04-17 02:20:48] "POST /node-profiles HTTP/1.1" 200 539 0.016385 10.0.0.27 - - [2025-04-17 02:20:48] "POST /fqname-to-id HTTP/1.1" 404 184 0.003117 10.0.0.27 - - [2025-04-17 02:20:48] "POST /node-profiles HTTP/1.1" 200 531 0.015991 10.0.0.27 - - [2025-04-17 02:20:48] "POST /fqname-to-id HTTP/1.1" 404 185 0.003824 10.0.0.27 - - [2025-04-17 02:20:48] "POST /node-profiles HTTP/1.1" 200 533 0.015701 10.0.0.27 - - [2025-04-17 02:20:49] "POST /fqname-to-id HTTP/1.1" 404 197 0.003555 10.0.0.27 - - [2025-04-17 02:20:49] "POST /node-profiles HTTP/1.1" 200 557 0.020104 10.0.0.27 - - [2025-04-17 02:20:49] "POST /fqname-to-id HTTP/1.1" 404 206 0.004432 10.0.0.27 - - [2025-04-17 02:20:49] "POST /telemetry-profiles HTTP/1.1" 200 554 0.015431 10.0.0.27 - - [2025-04-17 02:20:49] "POST /fqname-to-id HTTP/1.1" 404 206 0.002934 10.0.0.27 - - [2025-04-17 02:20:49] "POST /telemetry-profiles HTTP/1.1" 200 554 0.016052 10.0.0.27 - - [2025-04-17 02:20:49] "POST /fqname-to-id HTTP/1.1" 404 206 0.002821 10.0.0.27 - - [2025-04-17 02:20:49] "POST /telemetry-profiles HTTP/1.1" 200 554 0.017422 10.0.0.27 - - [2025-04-17 02:20:49] "POST /fqname-to-id HTTP/1.1" 404 206 0.003030 10.0.0.27 - - [2025-04-17 02:20:49] "POST /telemetry-profiles HTTP/1.1" 200 554 0.014398 10.0.0.27 - - [2025-04-17 02:20:49] "POST /fqname-to-id HTTP/1.1" 404 206 0.002858 10.0.0.27 - - [2025-04-17 02:20:49] "POST /telemetry-profiles HTTP/1.1" 200 554 0.015440 10.0.0.27 - - [2025-04-17 02:20:49] "POST /fqname-to-id HTTP/1.1" 404 206 0.003024 10.0.0.27 - - [2025-04-17 02:20:49] "POST /telemetry-profiles HTTP/1.1" 200 554 0.015796 10.0.0.27 - - [2025-04-17 02:20:49] "POST /fqname-to-id HTTP/1.1" 404 199 0.002904 10.0.0.27 - - [2025-04-17 02:20:49] "POST /sflow-profiles HTTP/1.1" 200 532 0.015123 10.0.0.27 - - [2025-04-17 02:20:49] "POST /fqname-to-id HTTP/1.1" 404 202 0.003023 10.0.0.27 - - [2025-04-17 02:20:49] "POST /sflow-profiles HTTP/1.1" 200 538 0.017858 10.0.0.27 - - [2025-04-17 02:20:50] "POST /fqname-to-id HTTP/1.1" 404 202 0.002807 10.0.0.27 - - [2025-04-17 02:20:50] "POST /sflow-profiles HTTP/1.1" 200 538 0.015249 10.0.0.27 - - [2025-04-17 02:20:50] "POST /fqname-to-id HTTP/1.1" 404 199 0.002958 10.0.0.27 - - [2025-04-17 02:20:50] "POST /grpc-profiles HTTP/1.1" 200 530 0.015526 10.0.0.27 - - [2025-04-17 02:20:50] "POST /fqname-to-id HTTP/1.1" 404 199 0.002834 10.0.0.27 - - [2025-04-17 02:20:50] "POST /snmp-profiles HTTP/1.1" 200 530 0.017971 10.0.0.27 - - [2025-04-17 02:20:50] "POST /fqname-to-id HTTP/1.1" 404 202 0.002978 10.0.0.27 - - [2025-04-17 02:20:50] "POST /netconf-profiles HTTP/1.1" 200 542 0.015189 10.0.0.27 - - [2025-04-17 02:20:50] "POST /fqname-to-id HTTP/1.1" 404 193 0.002868 10.0.0.27 - - [2025-04-17 02:20:50] "POST /device-functional-groups HTTP/1.1" 200 540 0.014412 10.0.0.27 - - [2025-04-17 02:20:50] "POST /fqname-to-id HTTP/1.1" 404 193 0.002940 10.0.0.27 - - [2025-04-17 02:20:50] "POST /device-functional-groups HTTP/1.1" 200 540 0.014385 10.0.0.27 - - [2025-04-17 02:20:50] "POST /fqname-to-id HTTP/1.1" 404 195 0.003270 10.0.0.27 - - [2025-04-17 02:20:50] "POST /device-functional-groups HTTP/1.1" 200 544 0.017127 10.0.0.27 - - [2025-04-17 02:20:50] "POST /fqname-to-id HTTP/1.1" 404 194 0.002943 10.0.0.27 - - [2025-04-17 02:20:50] "POST /device-functional-groups HTTP/1.1" 200 542 0.014922 10.0.0.27 - - [2025-04-17 02:20:50] "POST /fqname-to-id HTTP/1.1" 404 218 0.002833 10.0.0.27 - - [2025-04-17 02:20:50] "POST /device-functional-groups HTTP/1.1" 200 590 0.031712 10.0.0.27 - - [2025-04-17 02:20:51] "POST /fqname-to-id HTTP/1.1" 404 208 0.002690 10.0.0.27 - - [2025-04-17 02:20:51] "POST /device-functional-groups HTTP/1.1" 200 570 0.017246 10.0.0.27 - - [2025-04-17 02:20:51] "POST /fqname-to-id HTTP/1.1" 404 236 0.002722 10.0.0.27 - - [2025-04-17 02:20:51] "POST /device-functional-groups HTTP/1.1" 200 620 0.015592 10.0.0.27 - - [2025-04-17 02:20:51] "POST /fqname-to-id HTTP/1.1" 404 206 0.002800 10.0.0.27 - - [2025-04-17 02:20:51] "POST /device-functional-groups HTTP/1.1" 200 566 0.039077 10.0.0.27 - - [2025-04-17 02:20:51] "POST /fqname-to-id HTTP/1.1" 404 205 0.002761 10.0.0.27 - - [2025-04-17 02:20:51] "POST /device-functional-groups HTTP/1.1" 200 564 0.016760 10.0.0.27 - - [2025-04-17 02:20:51] "POST /fqname-to-id HTTP/1.1" 404 210 0.003018 10.0.0.27 - - [2025-04-17 02:20:51] "POST /device-functional-groups HTTP/1.1" 200 574 0.015874 10.0.0.27 - - [2025-04-17 02:20:51] "POST /fqname-to-id HTTP/1.1" 404 201 0.002817 10.0.0.27 - - [2025-04-17 02:20:51] "POST /role-configs HTTP/1.1" 200 525 0.015335 10.0.0.27 - - [2025-04-17 02:20:51] "POST /fqname-to-id HTTP/1.1" 404 196 0.003857 10.0.0.27 - - [2025-04-17 02:20:51] "POST /role-configs HTTP/1.1" 200 520 0.014872 10.0.0.27 - - [2025-04-17 02:20:51] "POST /fqname-to-id HTTP/1.1" 404 198 0.002842 10.0.0.27 - - [2025-04-17 02:20:51] "POST /role-configs HTTP/1.1" 200 522 0.014503 10.0.0.27 - - [2025-04-17 02:20:51] "POST /fqname-to-id HTTP/1.1" 404 198 0.002522 10.0.0.27 - - [2025-04-17 02:20:51] "POST /role-configs HTTP/1.1" 200 522 0.016060 10.0.0.27 - - [2025-04-17 02:20:52] "POST /fqname-to-id HTTP/1.1" 404 202 0.003372 10.0.0.27 - - [2025-04-17 02:20:52] "POST /role-configs HTTP/1.1" 200 526 0.015090 10.0.0.27 - - [2025-04-17 02:20:52] "POST /fqname-to-id HTTP/1.1" 404 197 0.002702 10.0.0.27 - - [2025-04-17 02:20:52] "POST /role-configs HTTP/1.1" 200 521 0.015486 10.0.0.27 - - [2025-04-17 02:20:52] "POST /fqname-to-id HTTP/1.1" 404 193 0.004409 10.0.0.27 - - [2025-04-17 02:20:52] "POST /role-configs HTTP/1.1" 200 517 0.015254 10.0.0.27 - - [2025-04-17 02:20:52] "POST /fqname-to-id HTTP/1.1" 404 194 0.002912 10.0.0.27 - - [2025-04-17 02:20:52] "POST /role-configs HTTP/1.1" 200 518 0.018740 10.0.0.27 - - [2025-04-17 02:20:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002988 10.0.0.27 - - [2025-04-17 02:20:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003646 10.0.0.27 - - [2025-04-17 02:20:52] "POST /ref-update HTTP/1.1" 200 156 0.009115 10.0.0.27 - - [2025-04-17 02:20:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.27 - - [2025-04-17 02:20:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002979 10.0.0.27 - - [2025-04-17 02:20:52] "POST /ref-update HTTP/1.1" 200 156 0.012461 10.0.0.27 - - [2025-04-17 02:20:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002946 10.0.0.27 - - [2025-04-17 02:20:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003459 10.0.0.27 - - [2025-04-17 02:20:52] "POST /ref-update HTTP/1.1" 200 156 0.008231 10.0.0.27 - - [2025-04-17 02:20:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003087 10.0.0.27 - - [2025-04-17 02:20:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.27 - - [2025-04-17 02:20:53] "POST /ref-update HTTP/1.1" 200 156 0.008101 10.0.0.27 - - [2025-04-17 02:20:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002802 10.0.0.27 - - [2025-04-17 02:20:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003693 10.0.0.27 - - [2025-04-17 02:20:53] "POST /ref-update HTTP/1.1" 200 156 0.009085 10.0.0.27 - - [2025-04-17 02:20:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002774 10.0.0.27 - - [2025-04-17 02:20:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002856 10.0.0.27 - - [2025-04-17 02:20:53] "POST /ref-update HTTP/1.1" 200 156 0.012645 10.0.0.27 - - [2025-04-17 02:20:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002912 10.0.0.27 - - [2025-04-17 02:20:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002782 10.0.0.27 - - [2025-04-17 02:20:53] "POST /ref-update HTTP/1.1" 200 156 0.007715 10.0.0.27 - - [2025-04-17 02:20:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002945 10.0.0.27 - - [2025-04-17 02:20:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.27 - - [2025-04-17 02:20:53] "POST /ref-update HTTP/1.1" 200 156 0.008252 10.0.0.27 - - [2025-04-17 02:20:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.27 - - [2025-04-17 02:20:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.27 - - [2025-04-17 02:20:53] "POST /ref-update HTTP/1.1" 200 156 0.008014 10.0.0.27 - - [2025-04-17 02:20:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002847 10.0.0.27 - - [2025-04-17 02:20:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002851 10.0.0.27 - - [2025-04-17 02:20:53] "POST /ref-update HTTP/1.1" 200 156 0.008096 10.0.0.27 - - [2025-04-17 02:20:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002886 10.0.0.27 - - [2025-04-17 02:20:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002914 10.0.0.27 - - [2025-04-17 02:20:54] "POST /ref-update HTTP/1.1" 200 156 0.008403 10.0.0.27 - - [2025-04-17 02:20:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.27 - - [2025-04-17 02:20:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.27 - - [2025-04-17 02:20:54] "POST /ref-update HTTP/1.1" 200 156 0.008183 10.0.0.27 - - [2025-04-17 02:20:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002950 10.0.0.27 - - [2025-04-17 02:20:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002819 10.0.0.27 - - [2025-04-17 02:20:54] "POST /ref-update HTTP/1.1" 200 156 0.007215 10.0.0.27 - - [2025-04-17 02:20:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002702 10.0.0.27 - - [2025-04-17 02:20:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002855 10.0.0.27 - - [2025-04-17 02:20:54] "POST /ref-update HTTP/1.1" 200 156 0.007135 10.0.0.27 - - [2025-04-17 02:20:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351 10.0.0.27 - - [2025-04-17 02:20:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003789 10.0.0.27 - - [2025-04-17 02:20:54] "POST /ref-update HTTP/1.1" 200 156 0.007974 10.0.0.27 - - [2025-04-17 02:20:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002976 10.0.0.27 - - [2025-04-17 02:20:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002905 10.0.0.27 - - [2025-04-17 02:20:54] "POST /ref-update HTTP/1.1" 200 156 0.006856 10.0.0.27 - - [2025-04-17 02:20:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.27 - - [2025-04-17 02:20:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002664 10.0.0.27 - - [2025-04-17 02:20:54] "POST /ref-update HTTP/1.1" 200 156 0.007253 10.0.0.27 - - [2025-04-17 02:20:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002758 10.0.0.27 - - [2025-04-17 02:20:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.27 - - [2025-04-17 02:20:55] "POST /ref-update HTTP/1.1" 200 156 0.022023 10.0.0.27 - - [2025-04-17 02:20:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003895 10.0.0.27 - - [2025-04-17 02:20:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.27 - - [2025-04-17 02:20:55] "POST /ref-update HTTP/1.1" 200 156 0.008194 10.0.0.27 - - [2025-04-17 02:20:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002971 10.0.0.27 - - [2025-04-17 02:20:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.27 - - [2025-04-17 02:20:55] "POST /ref-update HTTP/1.1" 200 156 0.007017 10.0.0.27 - - [2025-04-17 02:20:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.27 - - [2025-04-17 02:20:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.27 - - [2025-04-17 02:20:55] "POST /ref-update HTTP/1.1" 200 156 0.008234 10.0.0.27 - - [2025-04-17 02:20:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.27 - - [2025-04-17 02:20:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002862 10.0.0.27 - - [2025-04-17 02:20:55] "POST /ref-update HTTP/1.1" 200 156 0.006824 10.0.0.27 - - [2025-04-17 02:20:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773 10.0.0.27 - - [2025-04-17 02:20:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.27 - - [2025-04-17 02:20:55] "POST /ref-update HTTP/1.1" 200 156 0.006935 10.0.0.27 - - [2025-04-17 02:20:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002986 10.0.0.27 - - [2025-04-17 02:20:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002918 10.0.0.27 - - [2025-04-17 02:20:56] "POST /ref-update HTTP/1.1" 200 156 0.007397 10.0.0.27 - - [2025-04-17 02:20:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.27 - - [2025-04-17 02:20:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.27 - - [2025-04-17 02:20:56] "POST /ref-update HTTP/1.1" 200 156 0.008413 10.0.0.27 - - [2025-04-17 02:20:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.27 - - [2025-04-17 02:20:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003148 10.0.0.27 - - [2025-04-17 02:20:56] "POST /ref-update HTTP/1.1" 200 156 0.008309 10.0.0.27 - - [2025-04-17 02:20:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.27 - - [2025-04-17 02:20:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.27 - - [2025-04-17 02:20:56] "POST /ref-update HTTP/1.1" 200 156 0.007941 10.0.0.27 - - [2025-04-17 02:20:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002838 10.0.0.27 - - [2025-04-17 02:20:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002961 10.0.0.27 - - [2025-04-17 02:20:56] "POST /ref-update HTTP/1.1" 200 156 0.007365 10.0.0.27 - - [2025-04-17 02:20:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.27 - - [2025-04-17 02:20:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.27 - - [2025-04-17 02:20:56] "POST /ref-update HTTP/1.1" 200 156 0.007173 10.0.0.27 - - [2025-04-17 02:20:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002685 10.0.0.27 - - [2025-04-17 02:20:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002942 10.0.0.27 - - [2025-04-17 02:20:56] "POST /ref-update HTTP/1.1" 200 156 0.007436 10.0.0.27 - - [2025-04-17 02:20:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.27 - - [2025-04-17 02:20:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004370 10.0.0.27 - - [2025-04-17 02:20:57] "POST /ref-update HTTP/1.1" 200 156 0.007491 10.0.0.27 - - [2025-04-17 02:20:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003029 10.0.0.27 - - [2025-04-17 02:20:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.27 - - [2025-04-17 02:20:57] "POST /ref-update HTTP/1.1" 200 156 0.007108 10.0.0.27 - - [2025-04-17 02:20:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003589 10.0.0.27 - - [2025-04-17 02:20:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002947 10.0.0.27 - - [2025-04-17 02:20:57] "POST /ref-update HTTP/1.1" 200 156 0.009110 10.0.0.27 - - [2025-04-17 02:20:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.27 - - [2025-04-17 02:20:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.27 - - [2025-04-17 02:20:57] "POST /ref-update HTTP/1.1" 200 156 0.006919 10.0.0.27 - - [2025-04-17 02:20:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002754 10.0.0.27 - - [2025-04-17 02:20:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.27 - - [2025-04-17 02:20:57] "POST /ref-update HTTP/1.1" 200 156 0.007255 10.0.0.27 - - [2025-04-17 02:20:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002767 10.0.0.27 - - [2025-04-17 02:20:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002876 10.0.0.27 - - [2025-04-17 02:20:57] "POST /ref-update HTTP/1.1" 200 156 0.007264 10.0.0.27 - - [2025-04-17 02:20:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003066 10.0.0.27 - - [2025-04-17 02:20:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002957 10.0.0.27 - - [2025-04-17 02:20:58] "POST /ref-update HTTP/1.1" 200 156 0.007783 10.0.0.27 - - [2025-04-17 02:20:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002849 10.0.0.27 - - [2025-04-17 02:20:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002912 10.0.0.27 - - [2025-04-17 02:20:58] "POST /ref-update HTTP/1.1" 200 156 0.008257 10.0.0.27 - - [2025-04-17 02:20:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002865 10.0.0.27 - - [2025-04-17 02:20:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003624 10.0.0.27 - - [2025-04-17 02:20:58] "POST /ref-update HTTP/1.1" 200 156 0.007130 10.0.0.27 - - [2025-04-17 02:20:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.27 - - [2025-04-17 02:20:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002799 10.0.0.27 - - [2025-04-17 02:20:58] "POST /ref-update HTTP/1.1" 200 156 0.007575 10.0.0.27 - - [2025-04-17 02:20:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002740 10.0.0.27 - - [2025-04-17 02:20:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.27 - - [2025-04-17 02:20:58] "POST /ref-update HTTP/1.1" 200 156 0.006948 10.0.0.27 - - [2025-04-17 02:20:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004128 10.0.0.27 - - [2025-04-17 02:20:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002770 10.0.0.27 - - [2025-04-17 02:20:58] "POST /ref-update HTTP/1.1" 200 156 0.006998 10.0.0.27 - - [2025-04-17 02:20:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002850 10.0.0.27 - - [2025-04-17 02:20:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002892 10.0.0.27 - - [2025-04-17 02:20:58] "POST /ref-update HTTP/1.1" 200 156 0.008026 10.0.0.27 - - [2025-04-17 02:20:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003017 10.0.0.27 - - [2025-04-17 02:20:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.27 - - [2025-04-17 02:20:59] "POST /ref-update HTTP/1.1" 200 156 0.007568 10.0.0.27 - - [2025-04-17 02:20:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.27 - - [2025-04-17 02:20:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004038 10.0.0.27 - - [2025-04-17 02:20:59] "POST /ref-update HTTP/1.1" 200 156 0.008612 10.0.0.27 - - [2025-04-17 02:20:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.27 - - [2025-04-17 02:20:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002937 10.0.0.27 - - [2025-04-17 02:20:59] "POST /ref-update HTTP/1.1" 200 156 0.006917 10.0.0.27 - - [2025-04-17 02:20:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002789 10.0.0.27 - - [2025-04-17 02:20:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002793 10.0.0.27 - - [2025-04-17 02:20:59] "POST /ref-update HTTP/1.1" 200 156 0.007406 10.0.0.27 - - [2025-04-17 02:20:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.27 - - [2025-04-17 02:20:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002838 10.0.0.27 - - [2025-04-17 02:20:59] "POST /ref-update HTTP/1.1" 200 156 0.007063 10.0.0.27 - - [2025-04-17 02:20:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.27 - - [2025-04-17 02:20:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.27 - - [2025-04-17 02:20:59] "POST /ref-update HTTP/1.1" 200 156 0.007303 10.0.0.27 - - [2025-04-17 02:20:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003285 10.0.0.27 - - [2025-04-17 02:20:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.27 - - [2025-04-17 02:20:59] "POST /ref-update HTTP/1.1" 200 156 0.008230 10.0.0.27 - - [2025-04-17 02:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.27 - - [2025-04-17 02:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.27 - - [2025-04-17 02:21:00] "POST /ref-update HTTP/1.1" 200 156 0.007293 10.0.0.27 - - [2025-04-17 02:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002943 10.0.0.27 - - [2025-04-17 02:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.27 - - [2025-04-17 02:21:00] "POST /ref-update HTTP/1.1" 200 156 0.007083 10.0.0.27 - - [2025-04-17 02:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003223 10.0.0.27 - - [2025-04-17 02:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002953 10.0.0.27 - - [2025-04-17 02:21:00] "POST /ref-update HTTP/1.1" 200 156 0.008124 10.0.0.27 - - [2025-04-17 02:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.27 - - [2025-04-17 02:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002822 10.0.0.27 - - [2025-04-17 02:21:00] "POST /ref-update HTTP/1.1" 200 156 0.007304 10.0.0.27 - - [2025-04-17 02:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.27 - - [2025-04-17 02:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002965 10.0.0.27 - - [2025-04-17 02:21:00] "POST /ref-update HTTP/1.1" 200 156 0.007341 10.0.0.27 - - [2025-04-17 02:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.27 - - [2025-04-17 02:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002897 10.0.0.27 - - [2025-04-17 02:21:00] "POST /ref-update HTTP/1.1" 200 156 0.006969 10.0.0.27 - - [2025-04-17 02:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002937 10.0.0.27 - - [2025-04-17 02:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002828 10.0.0.27 - - [2025-04-17 02:21:01] "POST /ref-update HTTP/1.1" 200 156 0.007809 10.0.0.27 - - [2025-04-17 02:21:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003029 10.0.0.27 - - [2025-04-17 02:21:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002864 10.0.0.27 - - [2025-04-17 02:21:01] "POST /ref-update HTTP/1.1" 200 156 0.008420 10.0.0.27 - - [2025-04-17 02:21:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002840 10.0.0.27 - - [2025-04-17 02:21:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.27 - - [2025-04-17 02:21:01] "POST /ref-update HTTP/1.1" 200 156 0.006957 10.0.0.27 - - [2025-04-17 02:21:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.27 - - [2025-04-17 02:21:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.27 - - [2025-04-17 02:21:01] "POST /ref-update HTTP/1.1" 200 156 0.090771 10.0.0.27 - - [2025-04-17 02:21:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003816 10.0.0.27 - - [2025-04-17 02:21:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.27 - - [2025-04-17 02:21:01] "POST /ref-update HTTP/1.1" 200 156 0.007944 10.0.0.27 - - [2025-04-17 02:21:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002933 10.0.0.27 - - [2025-04-17 02:21:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.27 - - [2025-04-17 02:21:01] "POST /ref-update HTTP/1.1" 200 156 0.007831 10.0.0.27 - - [2025-04-17 02:21:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002927 10.0.0.27 - - [2025-04-17 02:21:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.27 - - [2025-04-17 02:21:02] "POST /ref-update HTTP/1.1" 200 156 0.011819 10.0.0.27 - - [2025-04-17 02:21:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002968 10.0.0.27 - - [2025-04-17 02:21:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.27 - - [2025-04-17 02:21:02] "POST /ref-update HTTP/1.1" 200 156 0.009753 10.0.0.27 - - [2025-04-17 02:21:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002721 10.0.0.27 - - [2025-04-17 02:21:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002962 10.0.0.27 - - [2025-04-17 02:21:02] "POST /ref-update HTTP/1.1" 200 156 0.007001 10.0.0.27 - - [2025-04-17 02:21:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002924 10.0.0.27 - - [2025-04-17 02:21:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002854 10.0.0.27 - - [2025-04-17 02:21:02] "POST /ref-update HTTP/1.1" 200 156 0.011750 10.0.0.27 - - [2025-04-17 02:21:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002912 10.0.0.27 - - [2025-04-17 02:21:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002805 10.0.0.27 - - [2025-04-17 02:21:02] "POST /ref-update HTTP/1.1" 200 156 0.007664 10.0.0.27 - - [2025-04-17 02:21:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.27 - - [2025-04-17 02:21:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002922 10.0.0.27 - - [2025-04-17 02:21:02] "POST /ref-update HTTP/1.1" 200 156 0.007084 10.0.0.27 - - [2025-04-17 02:21:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002885 10.0.0.27 - - [2025-04-17 02:21:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003775 10.0.0.27 - - [2025-04-17 02:21:02] "POST /ref-update HTTP/1.1" 200 156 0.008453 10.0.0.27 - - [2025-04-17 02:21:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.27 - - [2025-04-17 02:21:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002760 10.0.0.27 - - [2025-04-17 02:21:03] "POST /ref-update HTTP/1.1" 200 156 0.009429 10.0.0.27 - - [2025-04-17 02:21:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.006068 10.0.0.27 - - [2025-04-17 02:21:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.27 - - [2025-04-17 02:21:03] "POST /ref-update HTTP/1.1" 200 156 0.007853 10.0.0.27 - - [2025-04-17 02:21:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003269 10.0.0.27 - - [2025-04-17 02:21:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003791 10.0.0.27 - - [2025-04-17 02:21:03] "POST /ref-update HTTP/1.1" 200 156 0.006933 10.0.0.27 - - [2025-04-17 02:21:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002874 10.0.0.27 - - [2025-04-17 02:21:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004905 10.0.0.27 - - [2025-04-17 02:21:03] "POST /ref-update HTTP/1.1" 200 156 0.007139 10.0.0.27 - - [2025-04-17 02:21:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.27 - - [2025-04-17 02:21:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.27 - - [2025-04-17 02:21:03] "POST /ref-update HTTP/1.1" 200 156 0.007831 10.0.0.27 - - [2025-04-17 02:21:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.27 - - [2025-04-17 02:21:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.27 - - [2025-04-17 02:21:03] "POST /ref-update HTTP/1.1" 200 156 0.008224 10.0.0.27 - - [2025-04-17 02:21:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.27 - - [2025-04-17 02:21:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002850 10.0.0.27 - - [2025-04-17 02:21:03] "POST /ref-update HTTP/1.1" 200 156 0.006828 10.0.0.27 - - [2025-04-17 02:21:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.27 - - [2025-04-17 02:21:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.27 - - [2025-04-17 02:21:04] "POST /ref-update HTTP/1.1" 200 156 0.007567 10.0.0.27 - - [2025-04-17 02:21:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.27 - - [2025-04-17 02:21:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.27 - - [2025-04-17 02:21:04] "POST /ref-update HTTP/1.1" 200 156 0.008070 10.0.0.27 - - [2025-04-17 02:21:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.27 - - [2025-04-17 02:21:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002892 10.0.0.27 - - [2025-04-17 02:21:04] "POST /ref-update HTTP/1.1" 200 156 0.007185 10.0.0.27 - - [2025-04-17 02:21:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.27 - - [2025-04-17 02:21:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.27 - - [2025-04-17 02:21:04] "POST /ref-update HTTP/1.1" 200 156 0.007378 10.0.0.27 - - [2025-04-17 02:21:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.27 - - [2025-04-17 02:21:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.27 - - [2025-04-17 02:21:04] "POST /ref-update HTTP/1.1" 200 156 0.007323 10.0.0.27 - - [2025-04-17 02:21:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002858 10.0.0.27 - - [2025-04-17 02:21:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003972 10.0.0.27 - - [2025-04-17 02:21:04] "POST /ref-update HTTP/1.1" 200 156 0.007375 10.0.0.27 - - [2025-04-17 02:21:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.27 - - [2025-04-17 02:21:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.27 - - [2025-04-17 02:21:05] "POST /ref-update HTTP/1.1" 200 156 0.008328 10.0.0.27 - - [2025-04-17 02:21:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002822 10.0.0.27 - - [2025-04-17 02:21:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.27 - - [2025-04-17 02:21:05] "POST /ref-update HTTP/1.1" 200 156 0.007039 10.0.0.27 - - [2025-04-17 02:21:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002858 10.0.0.27 - - [2025-04-17 02:21:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.27 - - [2025-04-17 02:21:05] "POST /ref-update HTTP/1.1" 200 156 0.012151 10.0.0.27 - - [2025-04-17 02:21:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.27 - - [2025-04-17 02:21:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.27 - - [2025-04-17 02:21:05] "POST /ref-update HTTP/1.1" 200 156 0.007006 10.0.0.27 - - [2025-04-17 02:21:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002883 10.0.0.27 - - [2025-04-17 02:21:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003992 10.0.0.27 - - [2025-04-17 02:21:05] "POST /ref-update HTTP/1.1" 200 156 0.008657 10.0.0.27 - - [2025-04-17 02:21:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003306 10.0.0.27 - - [2025-04-17 02:21:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003393 10.0.0.27 - - [2025-04-17 02:21:05] "POST /ref-update HTTP/1.1" 200 156 0.008257 10.0.0.27 - - [2025-04-17 02:21:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002790 10.0.0.27 - - [2025-04-17 02:21:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.27 - - [2025-04-17 02:21:05] "POST /ref-update HTTP/1.1" 200 156 0.007876 10.0.0.27 - - [2025-04-17 02:21:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.27 - - [2025-04-17 02:21:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.27 - - [2025-04-17 02:21:06] "POST /ref-update HTTP/1.1" 200 156 0.008990 10.0.0.27 - - [2025-04-17 02:21:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.27 - - [2025-04-17 02:21:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.27 - - [2025-04-17 02:21:06] "POST /ref-update HTTP/1.1" 200 156 0.008152 10.0.0.27 - - [2025-04-17 02:21:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003918 10.0.0.27 - - [2025-04-17 02:21:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002868 10.0.0.27 - - [2025-04-17 02:21:06] "POST /ref-update HTTP/1.1" 200 156 0.008420 10.0.0.27 - - [2025-04-17 02:21:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.27 - - [2025-04-17 02:21:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.27 - - [2025-04-17 02:21:06] "POST /ref-update HTTP/1.1" 200 156 0.006886 10.0.0.27 - - [2025-04-17 02:21:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002920 10.0.0.27 - - [2025-04-17 02:21:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.27 - - [2025-04-17 02:21:06] "POST /ref-update HTTP/1.1" 200 156 0.007161 10.0.0.27 - - [2025-04-17 02:21:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002780 10.0.0.27 - - [2025-04-17 02:21:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003132 10.0.0.27 - - [2025-04-17 02:21:06] "GET /global-system-configs HTTP/1.1" 200 322 0.579668 10.0.0.27 - - [2025-04-17 02:21:06] "GET /global-system-configs HTTP/1.1" 200 322 0.032614 10.0.0.27 - - [2025-04-17 02:21:06] "POST /ref-update HTTP/1.1" 200 156 0.007409 10.0.0.27 - - [2025-04-17 02:21:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002941 10.0.0.27 - - [2025-04-17 02:21:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.27 - - [2025-04-17 02:21:06] "POST /ref-update HTTP/1.1" 200 156 0.010031 10.0.0.27 - - [2025-04-17 02:21:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002947 10.0.0.27 - - [2025-04-17 02:21:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.27 - - [2025-04-17 02:21:07] "POST /ref-update HTTP/1.1" 200 156 0.008536 10.0.0.27 - - [2025-04-17 02:21:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.27 - - [2025-04-17 02:21:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003835 10.0.0.27 - - [2025-04-17 02:21:07] "POST /ref-update HTTP/1.1" 200 156 0.007042 10.0.0.27 - - [2025-04-17 02:21:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002890 10.0.0.27 - - [2025-04-17 02:21:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002736 10.0.0.27 - - [2025-04-17 02:21:07] "POST /ref-update HTTP/1.1" 200 156 0.008232 10.0.0.27 - - [2025-04-17 02:21:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003147 10.0.0.27 - - [2025-04-17 02:21:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.27 - - [2025-04-17 02:21:07] "POST /ref-update HTTP/1.1" 200 156 0.007681 10.0.0.27 - - [2025-04-17 02:21:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.27 - - [2025-04-17 02:21:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002808 10.0.0.27 - - [2025-04-17 02:21:07] "POST /ref-update HTTP/1.1" 200 156 0.007231 10.0.0.27 - - [2025-04-17 02:21:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002971 10.0.0.27 - - [2025-04-17 02:21:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.27 - - [2025-04-17 02:21:07] "POST /ref-update HTTP/1.1" 200 156 0.008600 10.0.0.27 - - [2025-04-17 02:21:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002969 10.0.0.27 - - [2025-04-17 02:21:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002837 10.0.0.27 - - [2025-04-17 02:21:08] "POST /ref-update HTTP/1.1" 200 156 0.008035 10.0.0.27 - - [2025-04-17 02:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002763 10.0.0.27 - - [2025-04-17 02:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002881 10.0.0.27 - - [2025-04-17 02:21:08] "POST /ref-update HTTP/1.1" 200 156 0.006878 10.0.0.27 - - [2025-04-17 02:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002701 10.0.0.27 - - [2025-04-17 02:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002703 10.0.0.27 - - [2025-04-17 02:21:08] "POST /ref-update HTTP/1.1" 200 156 0.007993 10.0.0.27 - - [2025-04-17 02:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002859 10.0.0.27 - - [2025-04-17 02:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.27 - - [2025-04-17 02:21:08] "POST /ref-update HTTP/1.1" 200 156 0.006736 10.0.0.27 - - [2025-04-17 02:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.27 - - [2025-04-17 02:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003476 10.0.0.27 - - [2025-04-17 02:21:08] "POST /ref-update HTTP/1.1" 200 156 0.008339 10.0.0.27 - - [2025-04-17 02:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002904 10.0.0.27 - - [2025-04-17 02:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002917 10.0.0.27 - - [2025-04-17 02:21:08] "POST /ref-update HTTP/1.1" 200 156 0.008268 10.0.0.27 - - [2025-04-17 02:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.27 - - [2025-04-17 02:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002895 10.0.0.27 - - [2025-04-17 02:21:08] "POST /ref-update HTTP/1.1" 200 156 0.006983 10.0.0.27 - - [2025-04-17 02:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002765 10.0.0.27 - - [2025-04-17 02:21:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002864 10.0.0.27 - - [2025-04-17 02:21:09] "POST /ref-update HTTP/1.1" 200 156 0.007902 10.0.0.27 - - [2025-04-17 02:21:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002730 10.0.0.27 - - [2025-04-17 02:21:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002657 10.0.0.27 - - [2025-04-17 02:21:09] "POST /ref-update HTTP/1.1" 200 156 0.007255 10.0.0.27 - - [2025-04-17 02:21:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002854 10.0.0.27 - - [2025-04-17 02:21:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002626 10.0.0.27 - - [2025-04-17 02:21:09] "POST /ref-update HTTP/1.1" 200 156 0.007024 10.0.0.27 - - [2025-04-17 02:21:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002692 10.0.0.27 - - [2025-04-17 02:21:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.27 - - [2025-04-17 02:21:09] "POST /ref-update HTTP/1.1" 200 156 0.008311 10.0.0.27 - - [2025-04-17 02:21:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.27 - - [2025-04-17 02:21:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.27 - - [2025-04-17 02:21:09] "POST /ref-update HTTP/1.1" 200 156 0.018027 10.0.0.27 - - [2025-04-17 02:21:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002731 10.0.0.27 - - [2025-04-17 02:21:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002769 10.0.0.27 - - [2025-04-17 02:21:09] "POST /ref-update HTTP/1.1" 200 156 0.006684 10.0.0.27 - - [2025-04-17 02:21:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002470 10.0.0.27 - - [2025-04-17 02:21:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002583 10.0.0.27 - - [2025-04-17 02:21:10] "POST /ref-update HTTP/1.1" 200 156 0.006498 10.0.0.27 - - [2025-04-17 02:21:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003370 10.0.0.27 - - [2025-04-17 02:21:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002857 10.0.0.27 - - [2025-04-17 02:21:10] "POST /ref-update HTTP/1.1" 200 156 0.010702 10.0.0.27 - - [2025-04-17 02:21:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002781 10.0.0.27 - - [2025-04-17 02:21:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002718 10.0.0.27 - - [2025-04-17 02:21:10] "POST /ref-update HTTP/1.1" 200 156 0.008296 10.0.0.27 - - [2025-04-17 02:21:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002948 10.0.0.27 - - [2025-04-17 02:21:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002813 10.0.0.27 - - [2025-04-17 02:21:10] "POST /ref-update HTTP/1.1" 200 156 0.008198 10.0.0.27 - - [2025-04-17 02:21:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002796 10.0.0.27 - - [2025-04-17 02:21:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002774 10.0.0.27 - - [2025-04-17 02:21:10] "POST /ref-update HTTP/1.1" 200 156 0.007583 10.0.0.27 - - [2025-04-17 02:21:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002731 10.0.0.27 - - [2025-04-17 02:21:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.27 - - [2025-04-17 02:21:10] "POST /ref-update HTTP/1.1" 200 156 0.008142 10.0.0.27 - - [2025-04-17 02:21:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.27 - - [2025-04-17 02:21:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.27 - - [2025-04-17 02:21:10] "POST /ref-update HTTP/1.1" 200 156 0.007260 10.0.0.27 - - [2025-04-17 02:21:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002892 10.0.0.27 - - [2025-04-17 02:21:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002940 10.0.0.27 - - [2025-04-17 02:21:11] "POST /ref-update HTTP/1.1" 200 156 0.007404 10.0.0.27 - - [2025-04-17 02:21:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002873 10.0.0.27 - - [2025-04-17 02:21:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002848 10.0.0.27 - - [2025-04-17 02:21:11] "POST /ref-update HTTP/1.1" 200 156 0.007663 10.0.0.27 - - [2025-04-17 02:21:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002863 10.0.0.27 - - [2025-04-17 02:21:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.27 - - [2025-04-17 02:21:11] "POST /ref-update HTTP/1.1" 200 156 0.006701 10.0.0.27 - - [2025-04-17 02:21:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.27 - - [2025-04-17 02:21:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002767 10.0.0.27 - - [2025-04-17 02:21:11] "POST /ref-update HTTP/1.1" 200 156 0.006675 10.0.0.27 - - [2025-04-17 02:21:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.27 - - [2025-04-17 02:21:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002793 10.0.0.27 - - [2025-04-17 02:21:11] "POST /ref-update HTTP/1.1" 200 156 0.006912 10.0.0.27 - - [2025-04-17 02:21:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003719 10.0.0.27 - - [2025-04-17 02:21:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002836 10.0.0.27 - - [2025-04-17 02:21:11] "POST /ref-update HTTP/1.1" 200 156 0.007132 10.0.0.27 - - [2025-04-17 02:21:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002898 10.0.0.27 - - [2025-04-17 02:21:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002993 10.0.0.27 - - [2025-04-17 02:21:11] "POST /ref-update HTTP/1.1" 200 156 0.007182 10.0.0.27 - - [2025-04-17 02:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.27 - - [2025-04-17 02:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.27 - - [2025-04-17 02:21:12] "POST /ref-update HTTP/1.1" 200 156 0.007210 10.0.0.27 - - [2025-04-17 02:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.27 - - [2025-04-17 02:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.27 - - [2025-04-17 02:21:12] "POST /ref-update HTTP/1.1" 200 156 0.008487 10.0.0.27 - - [2025-04-17 02:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.27 - - [2025-04-17 02:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002854 10.0.0.27 - - [2025-04-17 02:21:12] "POST /ref-update HTTP/1.1" 200 156 0.007691 10.0.0.27 - - [2025-04-17 02:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.27 - - [2025-04-17 02:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002858 10.0.0.27 - - [2025-04-17 02:21:12] "POST /ref-update HTTP/1.1" 200 156 0.007112 10.0.0.27 - - [2025-04-17 02:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002792 10.0.0.27 - - [2025-04-17 02:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002798 10.0.0.27 - - [2025-04-17 02:21:12] "POST /ref-update HTTP/1.1" 200 156 0.006849 10.0.0.27 - - [2025-04-17 02:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.27 - - [2025-04-17 02:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002860 10.0.0.27 - - [2025-04-17 02:21:12] "POST /ref-update HTTP/1.1" 200 156 0.006969 10.0.0.27 - - [2025-04-17 02:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002839 10.0.0.27 - - [2025-04-17 02:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003266 10.0.0.27 - - [2025-04-17 02:21:13] "POST /ref-update HTTP/1.1" 200 156 0.006926 10.0.0.27 - - [2025-04-17 02:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.27 - - [2025-04-17 02:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002871 10.0.0.27 - - [2025-04-17 02:21:13] "POST /ref-update HTTP/1.1" 200 156 0.007267 10.0.0.27 - - [2025-04-17 02:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002961 10.0.0.27 - - [2025-04-17 02:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002820 10.0.0.27 - - [2025-04-17 02:21:13] "POST /ref-update HTTP/1.1" 200 156 0.008503 10.0.0.27 - - [2025-04-17 02:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002936 10.0.0.27 - - [2025-04-17 02:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002854 10.0.0.27 - - [2025-04-17 02:21:13] "POST /ref-update HTTP/1.1" 200 156 0.007119 10.0.0.27 - - [2025-04-17 02:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.27 - - [2025-04-17 02:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002965 10.0.0.27 - - [2025-04-17 02:21:13] "POST /ref-update HTTP/1.1" 200 156 0.007325 10.0.0.27 - - [2025-04-17 02:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002859 10.0.0.27 - - [2025-04-17 02:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002831 10.0.0.27 - - [2025-04-17 02:21:13] "POST /ref-update HTTP/1.1" 200 156 0.007630 10.0.0.27 - - [2025-04-17 02:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002905 10.0.0.27 - - [2025-04-17 02:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002768 10.0.0.27 - - [2025-04-17 02:21:13] "POST /ref-update HTTP/1.1" 200 156 0.007353 10.0.0.27 - - [2025-04-17 02:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.27 - - [2025-04-17 02:21:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002882 10.0.0.27 - - [2025-04-17 02:21:14] "POST /ref-update HTTP/1.1" 200 156 0.008970 10.0.0.27 - - [2025-04-17 02:21:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002795 10.0.0.27 - - [2025-04-17 02:21:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003056 10.0.0.27 - - [2025-04-17 02:21:14] "POST /ref-update HTTP/1.1" 200 156 0.007066 10.0.0.27 - - [2025-04-17 02:21:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.27 - - [2025-04-17 02:21:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002971 10.0.0.27 - - [2025-04-17 02:21:14] "POST /ref-update HTTP/1.1" 200 156 0.006986 10.0.0.27 - - [2025-04-17 02:21:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002650 10.0.0.27 - - [2025-04-17 02:21:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002893 10.0.0.27 - - [2025-04-17 02:21:14] "POST /ref-update HTTP/1.1" 200 156 0.006852 10.0.0.27 - - [2025-04-17 02:21:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.27 - - [2025-04-17 02:21:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.27 - - [2025-04-17 02:21:14] "POST /ref-update HTTP/1.1" 200 156 0.007085 10.0.0.27 - - [2025-04-17 02:21:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002830 10.0.0.27 - - [2025-04-17 02:21:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.27 - - [2025-04-17 02:21:14] "POST /ref-update HTTP/1.1" 200 156 0.007109 10.0.0.27 - - [2025-04-17 02:21:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.27 - - [2025-04-17 02:21:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003151 10.0.0.27 - - [2025-04-17 02:21:14] "POST /ref-update HTTP/1.1" 200 156 0.007123 10.0.0.27 - - [2025-04-17 02:21:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002831 10.0.0.27 - - [2025-04-17 02:21:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.27 - - [2025-04-17 02:21:15] "POST /ref-update HTTP/1.1" 200 156 0.007098 10.0.0.27 - - [2025-04-17 02:21:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002629 10.0.0.27 - - [2025-04-17 02:21:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002876 10.0.0.27 - - [2025-04-17 02:21:15] "POST /ref-update HTTP/1.1" 200 156 0.007250 10.0.0.27 - - [2025-04-17 02:21:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002775 10.0.0.27 - - [2025-04-17 02:21:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002820 10.0.0.27 - - [2025-04-17 02:21:15] "POST /ref-update HTTP/1.1" 200 156 0.007256 10.0.0.27 - - [2025-04-17 02:21:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002814 10.0.0.27 - - [2025-04-17 02:21:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002642 10.0.0.27 - - [2025-04-17 02:21:15] "POST /ref-update HTTP/1.1" 200 156 0.007702 10.0.0.27 - - [2025-04-17 02:21:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003929 10.0.0.27 - - [2025-04-17 02:21:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.27 - - [2025-04-17 02:21:15] "POST /ref-update HTTP/1.1" 200 156 0.007553 10.0.0.27 - - [2025-04-17 02:21:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002837 10.0.0.27 - - [2025-04-17 02:21:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.27 - - [2025-04-17 02:21:15] "POST /ref-update HTTP/1.1" 200 156 0.006850 10.0.0.27 - - [2025-04-17 02:21:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002520 10.0.0.27 - - [2025-04-17 02:21:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002738 10.0.0.27 - - [2025-04-17 02:21:16] "POST /ref-update HTTP/1.1" 200 156 0.006898 10.0.0.27 - - [2025-04-17 02:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002743 10.0.0.27 - - [2025-04-17 02:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002871 10.0.0.27 - - [2025-04-17 02:21:16] "POST /ref-update HTTP/1.1" 200 156 0.007393 10.0.0.27 - - [2025-04-17 02:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.27 - - [2025-04-17 02:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.27 - - [2025-04-17 02:21:16] "POST /ref-update HTTP/1.1" 200 156 0.010181 10.0.0.27 - - [2025-04-17 02:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002773 10.0.0.27 - - [2025-04-17 02:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002647 10.0.0.27 - - [2025-04-17 02:21:16] "POST /ref-update HTTP/1.1" 200 156 0.008079 10.0.0.27 - - [2025-04-17 02:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002913 10.0.0.27 - - [2025-04-17 02:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002822 10.0.0.27 - - [2025-04-17 02:21:16] "POST /ref-update HTTP/1.1" 200 156 0.008873 10.0.0.27 - - [2025-04-17 02:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002940 10.0.0.27 - - [2025-04-17 02:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002832 10.0.0.27 - - [2025-04-17 02:21:16] "POST /ref-update HTTP/1.1" 200 156 0.007326 10.0.0.27 - - [2025-04-17 02:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002766 10.0.0.27 - - [2025-04-17 02:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002788 10.0.0.27 - - [2025-04-17 02:21:16] "POST /ref-update HTTP/1.1" 200 156 0.006423 10.0.0.27 - - [2025-04-17 02:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005793 10.0.0.27 - - [2025-04-17 02:21:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.27 - - [2025-04-17 02:21:17] "POST /ref-update HTTP/1.1" 200 156 0.008183 10.0.0.27 - - [2025-04-17 02:21:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.27 - - [2025-04-17 02:21:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002699 10.0.0.27 - - [2025-04-17 02:21:17] "POST /ref-update HTTP/1.1" 200 156 0.006868 10.0.0.27 - - [2025-04-17 02:21:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002803 10.0.0.27 - - [2025-04-17 02:21:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002718 10.0.0.27 - - [2025-04-17 02:21:17] "POST /ref-update HTTP/1.1" 200 156 0.007297 10.0.0.27 - - [2025-04-17 02:21:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.27 - - [2025-04-17 02:21:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.011957 10.0.0.27 - - [2025-04-17 02:21:17] "POST /ref-update HTTP/1.1" 200 156 0.007341 10.0.0.27 - - [2025-04-17 02:21:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002684 10.0.0.27 - - [2025-04-17 02:21:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002799 10.0.0.27 - - [2025-04-17 02:21:17] "POST /ref-update HTTP/1.1" 200 156 0.006656 10.0.0.27 - - [2025-04-17 02:21:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002803 10.0.0.27 - - [2025-04-17 02:21:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002801 10.0.0.27 - - [2025-04-17 02:21:17] "POST /ref-update HTTP/1.1" 200 156 0.007168 10.0.0.27 - - [2025-04-17 02:21:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002779 10.0.0.27 - - [2025-04-17 02:21:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002829 10.0.0.27 - - [2025-04-17 02:21:17] "POST /ref-update HTTP/1.1" 200 156 0.006982 10.0.0.27 - - [2025-04-17 02:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002865 10.0.0.27 - - [2025-04-17 02:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002855 10.0.0.27 - - [2025-04-17 02:21:18] "POST /ref-update HTTP/1.1" 200 156 0.008243 10.0.0.27 - - [2025-04-17 02:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002689 10.0.0.27 - - [2025-04-17 02:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.27 - - [2025-04-17 02:21:18] "POST /ref-update HTTP/1.1" 200 156 0.007453 10.0.0.27 - - [2025-04-17 02:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004942 10.0.0.27 - - [2025-04-17 02:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002928 10.0.0.27 - - [2025-04-17 02:21:18] "POST /ref-update HTTP/1.1" 200 156 0.008006 10.0.0.27 - - [2025-04-17 02:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.27 - - [2025-04-17 02:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003845 10.0.0.27 - - [2025-04-17 02:21:18] "POST /ref-update HTTP/1.1" 200 156 0.006696 10.0.0.27 - - [2025-04-17 02:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002788 10.0.0.27 - - [2025-04-17 02:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.27 - - [2025-04-17 02:21:18] "POST /ref-update HTTP/1.1" 200 156 0.008544 10.0.0.27 - - [2025-04-17 02:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003009 10.0.0.27 - - [2025-04-17 02:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003475 10.0.0.27 - - [2025-04-17 02:21:18] "POST /ref-update HTTP/1.1" 200 156 0.008167 10.0.0.27 - - [2025-04-17 02:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005893 10.0.0.27 - - [2025-04-17 02:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.27 - - [2025-04-17 02:21:19] "POST /ref-update HTTP/1.1" 200 156 0.007694 10.0.0.27 - - [2025-04-17 02:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.27 - - [2025-04-17 02:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002833 10.0.0.27 - - [2025-04-17 02:21:19] "POST /ref-update HTTP/1.1" 200 156 0.008103 10.0.0.27 - - [2025-04-17 02:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002874 10.0.0.27 - - [2025-04-17 02:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.27 - - [2025-04-17 02:21:19] "POST /ref-update HTTP/1.1" 200 156 0.007220 10.0.0.27 - - [2025-04-17 02:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002834 10.0.0.27 - - [2025-04-17 02:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.27 - - [2025-04-17 02:21:19] "POST /ref-update HTTP/1.1" 200 156 0.007741 10.0.0.27 - - [2025-04-17 02:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002853 10.0.0.27 - - [2025-04-17 02:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002717 10.0.0.27 - - [2025-04-17 02:21:19] "POST /ref-update HTTP/1.1" 200 156 0.007787 10.0.0.27 - - [2025-04-17 02:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002720 10.0.0.27 - - [2025-04-17 02:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003144 10.0.0.27 - - [2025-04-17 02:21:19] "POST /ref-update HTTP/1.1" 200 156 0.007329 10.0.0.27 - - [2025-04-17 02:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002687 10.0.0.27 - - [2025-04-17 02:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002705 10.0.0.27 - - [2025-04-17 02:21:19] "POST /ref-update HTTP/1.1" 200 156 0.006546 10.0.0.27 - - [2025-04-17 02:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.27 - - [2025-04-17 02:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002674 10.0.0.27 - - [2025-04-17 02:21:20] "POST /ref-update HTTP/1.1" 200 156 0.009321 10.0.0.27 - - [2025-04-17 02:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003400 10.0.0.27 - - [2025-04-17 02:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002820 10.0.0.27 - - [2025-04-17 02:21:20] "POST /ref-update HTTP/1.1" 200 156 0.007825 10.0.0.27 - - [2025-04-17 02:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002754 10.0.0.27 - - [2025-04-17 02:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.27 - - [2025-04-17 02:21:20] "POST /ref-update HTTP/1.1" 200 156 0.008408 10.0.0.27 - - [2025-04-17 02:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.27 - - [2025-04-17 02:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002855 10.0.0.27 - - [2025-04-17 02:21:20] "POST /ref-update HTTP/1.1" 200 156 0.007746 10.0.0.27 - - [2025-04-17 02:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002532 10.0.0.27 - - [2025-04-17 02:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.27 - - [2025-04-17 02:21:20] "POST /ref-update HTTP/1.1" 200 156 0.010479 10.0.0.27 - - [2025-04-17 02:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.27 - - [2025-04-17 02:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002799 10.0.0.27 - - [2025-04-17 02:21:20] "POST /ref-update HTTP/1.1" 200 156 0.008119 10.0.0.27 - - [2025-04-17 02:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.27 - - [2025-04-17 02:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002855 10.0.0.27 - - [2025-04-17 02:21:20] "POST /ref-update HTTP/1.1" 200 156 0.008153 10.0.0.27 - - [2025-04-17 02:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.27 - - [2025-04-17 02:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002789 10.0.0.27 - - [2025-04-17 02:21:21] "POST /ref-update HTTP/1.1" 200 156 0.008450 10.0.0.27 - - [2025-04-17 02:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002702 10.0.0.27 - - [2025-04-17 02:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002817 10.0.0.27 - - [2025-04-17 02:21:21] "POST /ref-update HTTP/1.1" 200 156 0.007695 10.0.0.27 - - [2025-04-17 02:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002683 10.0.0.27 - - [2025-04-17 02:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.27 - - [2025-04-17 02:21:21] "POST /ref-update HTTP/1.1" 200 156 0.008084 10.0.0.27 - - [2025-04-17 02:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002921 10.0.0.27 - - [2025-04-17 02:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003624 10.0.0.27 - - [2025-04-17 02:21:21] "POST /ref-update HTTP/1.1" 200 156 0.008147 10.0.0.27 - - [2025-04-17 02:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.27 - - [2025-04-17 02:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002972 10.0.0.27 - - [2025-04-17 02:21:21] "POST /ref-update HTTP/1.1" 200 156 0.007692 10.0.0.27 - - [2025-04-17 02:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003306 10.0.0.27 - - [2025-04-17 02:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.27 - - [2025-04-17 02:21:21] "POST /ref-update HTTP/1.1" 200 156 0.007755 10.0.0.27 - - [2025-04-17 02:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003761 10.0.0.27 - - [2025-04-17 02:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003006 10.0.0.27 - - [2025-04-17 02:21:22] "POST /ref-update HTTP/1.1" 200 156 0.012578 10.0.0.27 - - [2025-04-17 02:21:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002937 10.0.0.27 - - [2025-04-17 02:21:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002829 10.0.0.27 - - [2025-04-17 02:21:22] "POST /ref-update HTTP/1.1" 200 156 0.008628 10.0.0.27 - - [2025-04-17 02:21:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002916 10.0.0.27 - - [2025-04-17 02:21:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002691 10.0.0.27 - - [2025-04-17 02:21:22] "POST /ref-update HTTP/1.1" 200 156 0.007941 10.0.0.27 - - [2025-04-17 02:21:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002788 10.0.0.27 - - [2025-04-17 02:21:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.27 - - [2025-04-17 02:21:22] "POST /ref-update HTTP/1.1" 200 156 0.011056 10.0.0.27 - - [2025-04-17 02:21:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002785 10.0.0.27 - - [2025-04-17 02:21:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002675 10.0.0.27 - - [2025-04-17 02:21:22] "POST /ref-update HTTP/1.1" 200 156 0.007705 10.0.0.27 - - [2025-04-17 02:21:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002765 10.0.0.27 - - [2025-04-17 02:21:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.27 - - [2025-04-17 02:21:22] "POST /ref-update HTTP/1.1" 200 156 0.008097 10.0.0.27 - - [2025-04-17 02:21:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.27 - - [2025-04-17 02:21:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.27 - - [2025-04-17 02:21:22] "POST /ref-update HTTP/1.1" 200 156 0.007969 10.0.0.27 - - [2025-04-17 02:21:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002847 10.0.0.27 - - [2025-04-17 02:21:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002851 10.0.0.27 - - [2025-04-17 02:21:23] "POST /ref-update HTTP/1.1" 200 156 0.008191 10.0.0.27 - - [2025-04-17 02:21:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002727 10.0.0.27 - - [2025-04-17 02:21:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.27 - - [2025-04-17 02:21:23] "POST /ref-update HTTP/1.1" 200 156 0.008863 10.0.0.27 - - [2025-04-17 02:21:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.27 - - [2025-04-17 02:21:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002846 10.0.0.27 - - [2025-04-17 02:21:23] "POST /ref-update HTTP/1.1" 200 156 0.011447 10.0.0.27 - - [2025-04-17 02:21:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003112 10.0.0.27 - - [2025-04-17 02:21:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002830 10.0.0.27 - - [2025-04-17 02:21:23] "POST /ref-update HTTP/1.1" 200 156 0.007537 10.0.0.27 - - [2025-04-17 02:21:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002882 10.0.0.27 - - [2025-04-17 02:21:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002777 10.0.0.27 - - [2025-04-17 02:21:23] "POST /ref-update HTTP/1.1" 200 156 0.008337 10.0.0.27 - - [2025-04-17 02:21:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002842 10.0.0.27 - - [2025-04-17 02:21:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002743 10.0.0.27 - - [2025-04-17 02:21:23] "POST /ref-update HTTP/1.1" 200 156 0.008009 10.0.0.27 - - [2025-04-17 02:21:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.27 - - [2025-04-17 02:21:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.27 - - [2025-04-17 02:21:23] "POST /ref-update HTTP/1.1" 200 156 0.010268 10.0.0.27 - - [2025-04-17 02:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002806 10.0.0.27 - - [2025-04-17 02:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.010367 10.0.0.27 - - [2025-04-17 02:21:24] "POST /ref-update HTTP/1.1" 200 156 0.011739 10.0.0.27 - - [2025-04-17 02:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002850 10.0.0.27 - - [2025-04-17 02:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002796 10.0.0.27 - - [2025-04-17 02:21:24] "POST /ref-update HTTP/1.1" 200 156 0.007682 10.0.0.27 - - [2025-04-17 02:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.27 - - [2025-04-17 02:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002827 10.0.0.27 - - [2025-04-17 02:21:24] "POST /ref-update HTTP/1.1" 200 156 0.008015 10.0.0.27 - - [2025-04-17 02:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002542 10.0.0.27 - - [2025-04-17 02:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002687 10.0.0.27 - - [2025-04-17 02:21:24] "POST /ref-update HTTP/1.1" 200 156 0.008944 10.0.0.27 - - [2025-04-17 02:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.27 - - [2025-04-17 02:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.27 - - [2025-04-17 02:21:24] "POST /ref-update HTTP/1.1" 200 156 0.008185 10.0.0.27 - - [2025-04-17 02:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002813 10.0.0.27 - - [2025-04-17 02:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002799 10.0.0.27 - - [2025-04-17 02:21:24] "POST /ref-update HTTP/1.1" 200 156 0.007915 10.0.0.27 - - [2025-04-17 02:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.27 - - [2025-04-17 02:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002783 10.0.0.27 - - [2025-04-17 02:21:25] "POST /ref-update HTTP/1.1" 200 156 0.007692 10.0.0.27 - - [2025-04-17 02:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002814 10.0.0.27 - - [2025-04-17 02:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002661 10.0.0.27 - - [2025-04-17 02:21:25] "POST /ref-update HTTP/1.1" 200 156 0.008307 10.0.0.27 - - [2025-04-17 02:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.27 - - [2025-04-17 02:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003928 10.0.0.27 - - [2025-04-17 02:21:25] "POST /ref-update HTTP/1.1" 200 156 0.008537 10.0.0.27 - - [2025-04-17 02:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002809 10.0.0.27 - - [2025-04-17 02:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002844 10.0.0.27 - - [2025-04-17 02:21:25] "POST /ref-update HTTP/1.1" 200 156 0.007607 10.0.0.27 - - [2025-04-17 02:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.27 - - [2025-04-17 02:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003149 10.0.0.27 - - [2025-04-17 02:21:25] "POST /ref-update HTTP/1.1" 200 156 0.008516 10.0.0.27 - - [2025-04-17 02:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002847 10.0.0.27 - - [2025-04-17 02:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.27 - - [2025-04-17 02:21:25] "POST /ref-update HTTP/1.1" 200 156 0.008405 10.0.0.27 - - [2025-04-17 02:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002846 10.0.0.27 - - [2025-04-17 02:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003393 10.0.0.27 - - [2025-04-17 02:21:25] "POST /ref-update HTTP/1.1" 200 156 0.008576 10.0.0.27 - - [2025-04-17 02:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003872 10.0.0.27 - - [2025-04-17 02:21:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.27 - - [2025-04-17 02:21:26] "POST /ref-update HTTP/1.1" 200 156 0.008530 10.0.0.27 - - [2025-04-17 02:21:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002818 10.0.0.27 - - [2025-04-17 02:21:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002956 10.0.0.27 - - [2025-04-17 02:21:26] "POST /ref-update HTTP/1.1" 200 156 0.008096 10.0.0.27 - - [2025-04-17 02:21:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.27 - - [2025-04-17 02:21:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002879 10.0.0.27 - - [2025-04-17 02:21:26] "POST /ref-update HTTP/1.1" 200 156 0.008889 10.0.0.27 - - [2025-04-17 02:21:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002723 10.0.0.27 - - [2025-04-17 02:21:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003826 10.0.0.27 - - [2025-04-17 02:21:26] "POST /ref-update HTTP/1.1" 200 156 0.011397 10.0.0.27 - - [2025-04-17 02:21:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.27 - - [2025-04-17 02:21:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002722 10.0.0.27 - - [2025-04-17 02:21:26] "POST /ref-update HTTP/1.1" 200 156 0.007846 10.0.0.27 - - [2025-04-17 02:21:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.27 - - [2025-04-17 02:21:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003591 10.0.0.27 - - [2025-04-17 02:21:26] "POST /ref-update HTTP/1.1" 200 156 0.009542 10.0.0.27 - - [2025-04-17 02:21:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.27 - - [2025-04-17 02:21:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.27 - - [2025-04-17 02:21:26] "POST /ref-update HTTP/1.1" 200 156 0.019325 10.0.0.27 - - [2025-04-17 02:21:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.27 - - [2025-04-17 02:21:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.27 - - [2025-04-17 02:21:27] "POST /ref-update HTTP/1.1" 200 156 0.008924 10.0.0.27 - - [2025-04-17 02:21:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.27 - - [2025-04-17 02:21:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.27 - - [2025-04-17 02:21:27] "POST /ref-update HTTP/1.1" 200 156 0.009546 10.0.0.27 - - [2025-04-17 02:21:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.27 - - [2025-04-17 02:21:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.27 - - [2025-04-17 02:21:27] "POST /ref-update HTTP/1.1" 200 156 0.008169 10.0.0.27 - - [2025-04-17 02:21:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.27 - - [2025-04-17 02:21:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002979 10.0.0.27 - - [2025-04-17 02:21:27] "POST /ref-update HTTP/1.1" 200 156 0.008933 10.0.0.27 - - [2025-04-17 02:21:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.27 - - [2025-04-17 02:21:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002846 10.0.0.27 - - [2025-04-17 02:21:27] "POST /ref-update HTTP/1.1" 200 156 0.015832 10.0.0.27 - - [2025-04-17 02:21:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002870 10.0.0.27 - - [2025-04-17 02:21:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.27 - - [2025-04-17 02:21:27] "POST /ref-update HTTP/1.1" 200 156 0.023467 10.0.0.27 - - [2025-04-17 02:21:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002963 10.0.0.27 - - [2025-04-17 02:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.27 - - [2025-04-17 02:21:28] "POST /ref-update HTTP/1.1" 200 156 0.007914 10.0.0.27 - - [2025-04-17 02:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.27 - - [2025-04-17 02:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003048 10.0.0.27 - - [2025-04-17 02:21:28] "POST /ref-update HTTP/1.1" 200 156 0.006980 10.0.0.27 - - [2025-04-17 02:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.27 - - [2025-04-17 02:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002741 10.0.0.27 - - [2025-04-17 02:21:28] "POST /ref-update HTTP/1.1" 200 156 0.010637 10.0.0.27 - - [2025-04-17 02:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.27 - - [2025-04-17 02:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003216 10.0.0.27 - - [2025-04-17 02:21:28] "POST /ref-update HTTP/1.1" 200 156 0.006786 10.0.0.27 - - [2025-04-17 02:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003241 10.0.0.27 - - [2025-04-17 02:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002809 10.0.0.27 - - [2025-04-17 02:21:28] "POST /ref-update HTTP/1.1" 200 156 0.007053 10.0.0.27 - - [2025-04-17 02:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002695 10.0.0.27 - - [2025-04-17 02:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602 10.0.0.27 - - [2025-04-17 02:21:28] "POST /ref-update HTTP/1.1" 200 156 0.007197 10.0.0.27 - - [2025-04-17 02:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002786 10.0.0.27 - - [2025-04-17 02:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.27 - - [2025-04-17 02:21:28] "POST /ref-update HTTP/1.1" 200 156 0.008686 10.0.0.27 - - [2025-04-17 02:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002857 10.0.0.27 - - [2025-04-17 02:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.27 - - [2025-04-17 02:21:29] "POST /ref-update HTTP/1.1" 200 156 0.006909 10.0.0.27 - - [2025-04-17 02:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.27 - - [2025-04-17 02:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002748 10.0.0.27 - - [2025-04-17 02:21:29] "POST /ref-update HTTP/1.1" 200 156 0.007504 10.0.0.27 - - [2025-04-17 02:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.27 - - [2025-04-17 02:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.27 - - [2025-04-17 02:21:29] "POST /ref-update HTTP/1.1" 200 156 0.017363 10.0.0.27 - - [2025-04-17 02:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002798 10.0.0.27 - - [2025-04-17 02:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.27 - - [2025-04-17 02:21:29] "POST /ref-update HTTP/1.1" 200 156 0.035039 10.0.0.27 - - [2025-04-17 02:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002968 10.0.0.27 - - [2025-04-17 02:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.27 - - [2025-04-17 02:21:29] "POST /ref-update HTTP/1.1" 200 156 0.010689 10.0.0.27 - - [2025-04-17 02:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.27 - - [2025-04-17 02:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.27 - - [2025-04-17 02:21:29] "POST /ref-update HTTP/1.1" 200 156 0.009991 10.0.0.27 - - [2025-04-17 02:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002772 10.0.0.27 - - [2025-04-17 02:21:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.27 - - [2025-04-17 02:21:30] "POST /ref-update HTTP/1.1" 200 156 0.010962 10.0.0.27 - - [2025-04-17 02:21:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002823 10.0.0.27 - - [2025-04-17 02:21:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002769 10.0.0.27 - - [2025-04-17 02:21:30] "POST /ref-update HTTP/1.1" 200 156 0.010140 10.0.0.27 - - [2025-04-17 02:21:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.27 - - [2025-04-17 02:21:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003002 10.0.0.27 - - [2025-04-17 02:21:30] "POST /ref-update HTTP/1.1" 200 156 0.009946 10.0.0.27 - - [2025-04-17 02:21:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002701 10.0.0.27 - - [2025-04-17 02:21:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002920 10.0.0.27 - - [2025-04-17 02:21:30] "POST /ref-update HTTP/1.1" 200 156 0.007809 10.0.0.27 - - [2025-04-17 02:21:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002963 10.0.0.27 - - [2025-04-17 02:21:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002774 10.0.0.27 - - [2025-04-17 02:21:30] "POST /ref-update HTTP/1.1" 200 156 0.007622 10.0.0.27 - - [2025-04-17 02:21:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002708 10.0.0.27 - - [2025-04-17 02:21:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002815 10.0.0.27 - - [2025-04-17 02:21:30] "POST /ref-update HTTP/1.1" 200 156 0.007878 10.0.0.27 - - [2025-04-17 02:21:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.27 - - [2025-04-17 02:21:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002666 10.0.0.27 - - [2025-04-17 02:21:30] "POST /ref-update HTTP/1.1" 200 156 0.009410 10.0.0.27 - - [2025-04-17 02:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.011386 10.0.0.27 - - [2025-04-17 02:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002835 10.0.0.27 - - [2025-04-17 02:21:31] "POST /ref-update HTTP/1.1" 200 156 0.013860 10.0.0.27 - - [2025-04-17 02:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002717 10.0.0.27 - - [2025-04-17 02:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002771 10.0.0.27 - - [2025-04-17 02:21:31] "POST /ref-update HTTP/1.1" 200 156 0.008262 10.0.0.27 - - [2025-04-17 02:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002971 10.0.0.27 - - [2025-04-17 02:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.27 - - [2025-04-17 02:21:31] "POST /ref-update HTTP/1.1" 200 156 0.007713 10.0.0.27 - - [2025-04-17 02:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.27 - - [2025-04-17 02:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.27 - - [2025-04-17 02:21:31] "POST /ref-update HTTP/1.1" 200 156 0.008319 10.0.0.27 - - [2025-04-17 02:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002650 10.0.0.27 - - [2025-04-17 02:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003056 10.0.0.27 - - [2025-04-17 02:21:31] "POST /ref-update HTTP/1.1" 200 156 0.007568 10.0.0.27 - - [2025-04-17 02:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.27 - - [2025-04-17 02:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002649 10.0.0.27 - - [2025-04-17 02:21:31] "POST /ref-update HTTP/1.1" 200 156 0.008982 10.0.0.27 - - [2025-04-17 02:21:31] "POST /network-ipams HTTP/1.1" 200 550 0.022261 10.0.0.27 - - [2025-04-17 02:21:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002163 10.0.0.27 - - [2025-04-17 02:21:32] "POST /virtual-networks HTTP/1.1" 200 552 0.102289 10.0.0.27 - - [2025-04-17 02:21:32] "POST /route-targets HTTP/1.1" 200 327 0.015203 10.0.0.27 - - [2025-04-17 02:21:32] "POST /ref-update HTTP/1.1" 200 156 0.008632 10.0.0.27 - - [2025-04-17 02:21:32] "GET /physical-routers?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.002368 10.0.0.27 - - [2025-04-17 02:21:32] "POST /fqname-to-id HTTP/1.1" 404 188 0.002939 10.0.0.27 - - [2025-04-17 02:21:32] "POST /fqname-to-id HTTP/1.1" 404 178 0.002679 10.0.0.27 - - [2025-04-17 02:21:32] "GET /fabrics?detail=False&count=False&shared=False HTTP/1.1" 200 312 0.002953 10.0.0.27 - - [2025-04-17 02:21:32] "GET /fabric/3353e4b6-efed-4c64-b2a8-deb1af2e7eaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1116 0.004698 10.0.0.27 - - [2025-04-17 02:21:32] "POST /fqname-to-id HTTP/1.1" 404 198 0.002790 10.0.0.27 - - [2025-04-17 02:21:32] "POST /fqname-to-id HTTP/1.1" 404 205 0.002814 10.0.0.27 - - [2025-04-17 02:21:32] "POST /fqname-to-id HTTP/1.1" 404 207 0.002633 10.0.0.27 - - [2025-04-17 02:21:53] "GET / HTTP/1.1" 200 35931 0.002703 10.0.0.27 - - [2025-04-17 02:21:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000604 10.0.0.27 - - [2025-04-17 02:21:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.027021 10.0.0.27 - - [2025-04-17 02:21:54] "GET /routing-instance/27e6a682-88b5-4489-921a-359abaa34596?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.005223 10.0.0.27 - - [2025-04-17 02:21:54] "POST /bgp-routers HTTP/1.1" 200 620 0.023341 10.0.0.27 - - [2025-04-17 02:21:54] "GET /bgp-router/d52dc453-1fe5-4f96-8575-a13cbc574035?fields=global_system_config_back_refs HTTP/1.1" 200 1126 0.004940 10.0.0.27 - - [2025-04-17 02:21:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002897 10.0.0.27 - - [2025-04-17 02:21:54] "GET /global-system-config/a10cef7c-0039-4a89-a4d5-d13e3c3baeb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2342 0.006582 10.0.0.27 - - [2025-04-17 02:21:54] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003031 10.0.0.27 - - [2025-04-17 02:21:54] "POST /ref-update HTTP/1.1" 200 156 0.006979 10.0.0.27 - - [2025-04-17 02:22:42] "GET / HTTP/1.1" 200 35931 0.001813 10.0.0.27 - - [2025-04-17 02:22:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000601 10.0.0.27 - - [2025-04-17 02:22:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.022003 10.0.0.27 - - [2025-04-17 02:22:43] "GET /global-system-config/a10cef7c-0039-4a89-a4d5-d13e3c3baeb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.008615 10.0.0.27 - - [2025-04-17 02:22:43] "POST /fqname-to-id HTTP/1.1" 404 220 0.002613 10.0.0.27 - - [2025-04-17 02:22:43] "POST /database-nodes HTTP/1.1" 200 603 0.014547 10.0.0.27 - - [2025-04-17 02:23:33] "GET / HTTP/1.1" 200 35931 0.001802 10.0.0.27 - - [2025-04-17 02:23:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000424 10.0.0.27 - - [2025-04-17 02:23:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.307427 10.0.0.27 - - [2025-04-17 02:23:34] "GET /global-system-config/a10cef7c-0039-4a89-a4d5-d13e3c3baeb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005437 10.0.0.27 - - [2025-04-17 02:23:34] "POST /fqname-to-id HTTP/1.1" 404 220 0.002790 10.0.0.27 - - [2025-04-17 02:23:34] "POST /analytics-nodes HTTP/1.1" 200 605 0.016485 10.0.0.27 - - [2025-04-17 02:23:40] "GET / HTTP/1.1" 200 35931 0.002019 10.0.0.27 - - [2025-04-17 02:23:49] "GET / HTTP/1.1" 200 35931 0.001564 10.0.0.27 - - [2025-04-17 02:23:49] "POST /fqname-to-id HTTP/1.1" 401 292 0.000448 10.0.0.27 - - [2025-04-17 02:23:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.021170 10.0.0.27 - - [2025-04-17 02:23:50] "GET /global-system-config/a10cef7c-0039-4a89-a4d5-d13e3c3baeb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005528 10.0.0.27 - - [2025-04-17 02:23:50] "POST /fqname-to-id HTTP/1.1" 404 220 0.002522 10.0.0.27 - - [2025-04-17 02:23:50] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.015629 10.0.0.27 - - [2025-04-17 02:24:02] "GET / HTTP/1.1" 200 35931 0.001443 10.0.0.27 - - [2025-04-17 02:24:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000496 10.0.0.27 - - [2025-04-17 02:24:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.022592 10.0.0.27 - - [2025-04-17 02:24:02] "GET /global-system-config/a10cef7c-0039-4a89-a4d5-d13e3c3baeb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005229 10.0.0.27 - - [2025-04-17 02:24:02] "POST /fqname-to-id HTTP/1.1" 404 220 0.003380 10.0.0.27 - - [2025-04-17 02:24:02] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.017752 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-04-17 02:24:35] "GET /obj-perms HTTP/1.1" 200 5056 0.381795 10.0.0.27 - - [2025-04-17 02:24:35] "GET /obj-perms HTTP/1.1" 200 5056 0.044245 10.0.0.27 - - [2025-04-17 02:25:35] "GET /obj-perms HTTP/1.1" 200 5056 0.041891 10.0.0.27 - - [2025-04-17 02:25:36] "GET /obj-perms HTTP/1.1" 200 5056 0.042311 10.0.0.27 - - [2025-04-17 02:25:39] "GET / HTTP/1.1" 200 35931 0.001547 10.0.0.27 - - [2025-04-17 02:25:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000505 10.0.0.27 - - [2025-04-17 02:25:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.021094 10.0.0.27 - - [2025-04-17 02:25:39] "GET /global-system-config/a10cef7c-0039-4a89-a4d5-d13e3c3baeb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005213 10.0.0.27 - - [2025-04-17 02:25:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002705 10.0.0.27 - - [2025-04-17 02:25:39] "GET /routing-instance/27e6a682-88b5-4489-921a-359abaa34596?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.004113 10.0.0.27 - - [2025-04-17 02:25:39] "PUT /global-system-config/a10cef7c-0039-4a89-a4d5-d13e3c3baeb9 HTTP/1.1" 200 274 0.013026 10.0.0.27 - - [2025-04-17 02:25:39] "POST /fqname-to-id HTTP/1.1" 404 218 0.003084 10.0.0.27 - - [2025-04-17 02:25:39] "POST /virtual-routers HTTP/1.1" 200 603 0.060470 10.0.0.27 - - [2025-04-17 02:25:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.27 - - [2025-04-17 02:25:39] "GET /virtual-router/9ec5e93c-825e-44ff-866a-b0c2f977cb01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1255 0.006150 10.0.0.27 - - [2025-04-17 02:25:39] "POST /fqname-to-id HTTP/1.1" 404 231 0.003509 10.0.0.27 - - [2025-04-17 02:25:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.27 - - [2025-04-17 02:25:40] "GET /virtual-network/2f7f9647-cfe2-4f87-b76f-df25929dad12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.005364 10.0.0.27 - - [2025-04-17 02:25:40] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.047090 10.0.0.27 - - [2025-04-17 02:25:40] "PUT /access-control-list/e5632404-ebcd-4fd4-abf3-5686e8b45af7 HTTP/1.1" 200 272 0.052098 [Introspect:8084]10.0.0.27 - - [2025-04-17 02:25:49] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000880 [Introspect:8084]10.0.0.27 - - [2025-04-17 02:25:49] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000902 [Introspect:8084]10.0.0.27 - - [2025-04-17 02:25:51] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000781 [Introspect:8084]10.0.0.27 - - [2025-04-17 02:25:51] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000828 10.0.0.27 - - [2025-04-17 02:26:03] "GET /global-system-configs HTTP/1.1" 200 322 0.002646 10.0.0.27 - - [2025-04-17 02:26:03] "GET /obj-perms HTTP/1.1" 200 5056 0.026506 10.0.0.27 - - [2025-04-17 02:26:03] "GET /global-system-configs HTTP/1.1" 200 322 0.007294 10.0.0.27 - - [2025-04-17 02:26:03] "GET /obj-perms HTTP/1.1" 200 5056 0.024684 10.0.0.27 - - [2025-04-17 02:26:36] "GET /obj-perms HTTP/1.1" 200 5056 0.046868 10.0.0.27 - - [2025-04-17 02:26:36] "GET /obj-perms HTTP/1.1" 200 5056 0.043074 10.0.0.27 - - [2025-04-17 02:26:46] "GET / HTTP/1.1" 200 35931 0.002406 10.0.0.27 - - [2025-04-17 02:26:47] "GET /project/ab05ec5b-79b0-4a55-9ef0-e6e6ec444896?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000567 10.0.0.27 - - [2025-04-17 02:26:48] "GET /projects?obj_uuids=ab05ec5b-79b0-4a55-9ef0-e6e6ec444896&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.020388 10.0.0.27 - - [2025-04-17 02:26:48] "GET /domains?obj_uuids=2f062dde-ab10-4df9-9982-bea0b7a691cd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001128 10.0.0.27 - - [2025-04-17 02:26:48] "GET /domain/2f062dde-ab10-4df9-9982-bea0b7a691cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.067538 10.0.0.27 - - [2025-04-17 02:26:48] "POST /id-to-fqname HTTP/1.1" 200 167 0.001229 10.0.0.27 - - [2025-04-17 02:26:48] "POST /fqname-to-id HTTP/1.1" 404 176 0.002281 10.0.0.27 - - [2025-04-17 02:26:48] "POST /security-groups HTTP/1.1" 200 568 0.064012 10.0.0.27 - - [2025-04-17 02:26:48] "POST /fqname-to-id HTTP/1.1" 404 207 0.002604 10.0.0.27 - - [2025-04-17 02:26:48] "POST /projects HTTP/1.1" 200 539 0.213128 10.0.0.27 - - [2025-04-17 02:26:48] "POST /access-control-lists HTTP/1.1" 200 573 0.062077 10.0.0.27 - - [2025-04-17 02:26:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.282847 10.0.0.27 - - [2025-04-17 02:26:48] "POST /fqname-to-id HTTP/1.1" 404 206 0.002690 10.0.0.27 - - [2025-04-17 02:26:48] "GET /project/ab05ec5b-79b0-4a55-9ef0-e6e6ec444896?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1282 0.490128 10.0.0.27 - - [2025-04-17 02:26:48] "POST /access-control-lists HTTP/1.1" 200 571 0.060288 [Introspect:8084]10.0.0.27 - - [2025-04-17 02:26:48] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000986 10.0.0.27 - - [2025-04-17 02:26:49] "POST /fqname-to-id HTTP/1.1" 404 199 0.023307 10.0.0.27 - - [2025-04-17 02:26:49] "GET /projects?obj_uuids=76bec008-057d-47fb-94df-377714db4bba&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003596 10.0.0.27 - - [2025-04-17 02:26:49] "GET /domains?obj_uuids=2f062dde-ab10-4df9-9982-bea0b7a691cd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000966 10.0.0.27 - - [2025-04-17 02:26:49] "GET /domain/2f062dde-ab10-4df9-9982-bea0b7a691cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006772 10.0.0.27 - - [2025-04-17 02:26:49] "POST /id-to-fqname HTTP/1.1" 200 201 0.002120 10.0.0.27 - - [2025-04-17 02:26:49] "POST /fqname-to-id HTTP/1.1" 404 210 0.004411 10.0.0.27 - - [2025-04-17 02:26:49] "POST /security-groups HTTP/1.1" 200 602 0.060852 10.0.0.27 - - [2025-04-17 02:26:49] "POST /fqname-to-id HTTP/1.1" 404 245 0.002190 10.0.0.27 - - [2025-04-17 02:26:49] "POST /projects HTTP/1.1" 200 607 0.218201 10.0.0.27 - - [2025-04-17 02:26:49] "POST /access-control-lists HTTP/1.1" 200 607 0.056962 10.0.0.27 - - [2025-04-17 02:26:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.287616 10.0.0.27 - - [2025-04-17 02:26:49] "POST /fqname-to-id HTTP/1.1" 404 244 0.002867 10.0.0.27 - - [2025-04-17 02:26:49] "GET /project/76bec008-057d-47fb-94df-377714db4bba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.412102 10.0.0.27 - - [2025-04-17 02:26:49] "POST /access-control-lists HTTP/1.1" 200 605 0.063454 10.0.0.27 - - [2025-04-17 02:26:50] "GET / HTTP/1.1" 200 35931 0.001940 10.0.0.27 - - [2025-04-17 02:26:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000500 10.0.0.27 - - [2025-04-17 02:26:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.053126 10.0.0.27 - - [2025-04-17 02:26:51] "GET /projects?obj_uuids=76bec008-057d-47fb-94df-377714db4bba&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001404 10.0.0.27 - - [2025-04-17 02:26:51] "GET /project/76bec008-057d-47fb-94df-377714db4bba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.027539 10.0.0.27 - - [2025-04-17 02:26:51] "POST /neutron/network HTTP/1.1" 200 117 0.040351 10.0.0.27 - - [2025-04-17 02:26:51] "GET /projects?obj_uuids=76bec008-057d-47fb-94df-377714db4bba&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001096 10.0.0.27 - - [2025-04-17 02:26:51] "POST /neutron/network HTTP/1.1" 200 620 0.071603 10.0.0.27 - - [2025-04-17 02:26:52] "POST /route-targets HTTP/1.1" 200 327 0.009973 10.0.0.27 - - [2025-04-17 02:26:52] "POST /ref-update HTTP/1.1" 200 156 0.012848 10.0.0.27 - - [2025-04-17 02:26:52] "POST /useragent-kv HTTP/1.1" 200 115 0.005043 10.0.0.27 - - [2025-04-17 02:26:52] "POST /neutron/subnet HTTP/1.1" 200 734 0.208484 10.0.0.27 - - [2025-04-17 02:26:52] "POST /neutron/network HTTP/1.1" 200 841 0.005200 10.0.0.27 - - [2025-04-17 02:26:52] "POST /id-to-fqname HTTP/1.1" 200 233 0.001131 10.0.0.27 - - [2025-04-17 02:26:52] "GET /virtual-network/5539434c-d50f-43e5-bacf-e2a3591d1998?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005010 10.0.0.27 - - [2025-04-17 02:26:52] "POST /neutron/network HTTP/1.1" 200 841 0.006892 10.0.0.27 - - [2025-04-17 02:26:52] "GET /virtual-network/5539434c-d50f-43e5-bacf-e2a3591d1998?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.004661 10.0.0.27 - - [2025-04-17 02:26:52] "POST /neutron/network HTTP/1.1" 200 841 0.006214 10.0.0.27 - - [2025-04-17 02:26:52] "POST /neutron/subnet HTTP/1.1" 200 734 0.006750 10.0.0.27 - - [2025-04-17 02:26:52] "GET /domains HTTP/1.1" 401 292 0.000404 10.0.0.27 - - [2025-04-17 02:26:52] "GET /domains HTTP/1.1" 200 280 0.021063 10.0.0.27 - - [2025-04-17 02:26:52] "GET /domains?obj_uuids=2f062dde-ab10-4df9-9982-bea0b7a691cd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000957 10.0.0.27 - - [2025-04-17 02:26:52] "GET /domain/2f062dde-ab10-4df9-9982-bea0b7a691cd HTTP/1.1" 200 2584 0.011497 10.0.0.27 - - [2025-04-17 02:26:52] "GET /projects?obj_uuids=76bec008-057d-47fb-94df-377714db4bba&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000903 10.0.0.27 - - [2025-04-17 02:26:52] "GET /project/76bec008-057d-47fb-94df-377714db4bba HTTP/1.1" 200 2178 0.077461 10.0.0.27 - - [2025-04-17 02:26:52] "GET /virtual-network/5539434c-d50f-43e5-bacf-e2a3591d1998 HTTP/1.1" 200 2348 0.007613 10.0.0.27 - - [2025-04-17 02:26:52] "GET /virtual-network/5539434c-d50f-43e5-bacf-e2a3591d1998 HTTP/1.1" 200 2348 0.004400 10.0.0.27 - - [2025-04-17 02:26:52] "GET /routing-instance/d91af653-2302-4fb3-8251-8c849fef89d9 HTTP/1.1" 200 1494 0.002829 10.0.0.27 - - [2025-04-17 02:26:52] "GET /routing-instance/d91af653-2302-4fb3-8251-8c849fef89d9 HTTP/1.1" 200 1494 0.002987 10.0.0.27 - - [2025-04-17 02:26:52] "GET /route-target/7022e651-4096-451e-ad88-8fa479157ff4 HTTP/1.1" 200 1219 0.002503 10.0.0.27 - - [2025-04-17 02:26:52] "GET /virtual-network/5539434c-d50f-43e5-bacf-e2a3591d1998 HTTP/1.1" 200 2348 0.006355 10.0.0.27 - - [2025-04-17 02:26:52] "GET /routing-instance/d91af653-2302-4fb3-8251-8c849fef89d9 HTTP/1.1" 200 1494 0.002777 10.0.0.27 - - [2025-04-17 02:26:52] "GET /virtual-network/5539434c-d50f-43e5-bacf-e2a3591d1998?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.004081 10.0.0.27 - - [2025-04-17 02:26:52] "GET /virtual-network/5539434c-d50f-43e5-bacf-e2a3591d1998 HTTP/1.1" 200 2348 0.005267 10.0.0.27 - - [2025-04-17 02:26:52] "GET /routing-instance/d91af653-2302-4fb3-8251-8c849fef89d9 HTTP/1.1" 200 1494 0.002833 10.0.0.27 - - [2025-04-17 02:26:52] "GET /routing-instance/d91af653-2302-4fb3-8251-8c849fef89d9 HTTP/1.1" 200 1494 0.002717 10.0.0.27 - - [2025-04-17 02:26:52] "GET /route-target/7022e651-4096-451e-ad88-8fa479157ff4 HTTP/1.1" 200 1219 0.002380 10.0.0.27 - - [2025-04-17 02:26:52] "GET /domains HTTP/1.1" 200 280 0.002443 10.0.0.27 - - [2025-04-17 02:26:52] "GET /domains?obj_uuids=2f062dde-ab10-4df9-9982-bea0b7a691cd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000943 10.0.0.27 - - [2025-04-17 02:26:52] "GET /domain/2f062dde-ab10-4df9-9982-bea0b7a691cd HTTP/1.1" 200 2584 0.006500 10.0.0.27 - - [2025-04-17 02:26:52] "GET /projects?obj_uuids=76bec008-057d-47fb-94df-377714db4bba&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001147 10.0.0.27 - - [2025-04-17 02:26:53] "GET /project/76bec008-057d-47fb-94df-377714db4bba HTTP/1.1" 200 2178 0.074200 10.0.0.27 - - [2025-04-17 02:26:53] "GET /virtual-network/5539434c-d50f-43e5-bacf-e2a3591d1998 HTTP/1.1" 200 2348 0.004440 10.0.0.27 - - [2025-04-17 02:26:53] "GET /obj-perms HTTP/1.1" 200 5052 0.039770 10.0.0.27 - - [2025-04-17 02:26:53] "POST /id-to-fqname HTTP/1.1" 200 233 0.001376 10.0.0.27 - - [2025-04-17 02:26:54] "POST /neutron/network HTTP/1.1" 200 851 0.005155 10.0.0.27 - - [2025-04-17 02:26:54] "GET /aaa-mode HTTP/1.1" 401 292 0.000377 10.0.0.27 - - [2025-04-17 02:26:55] "GET / HTTP/1.1" 200 35931 0.001707 10.0.0.27 - - [2025-04-17 02:26:55] "GET /project/76bec008-057d-47fb-94df-377714db4bba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000375 10.0.0.27 - - [2025-04-17 02:26:55] "GET /projects?obj_uuids=76bec008-057d-47fb-94df-377714db4bba&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001015 10.0.0.27 - - [2025-04-17 02:26:55] "GET /project/76bec008-057d-47fb-94df-377714db4bba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.043084 10.0.0.27 - - [2025-04-17 02:26:56] "POST /neutron/network HTTP/1.1" 200 841 0.024429 10.0.0.27 - - [2025-04-17 02:26:56] "POST /neutron/port HTTP/1.1" 200 117 0.004894 10.0.0.27 - - [2025-04-17 02:26:56] "POST /neutron/port HTTP/1.1" 200 117 0.005332 10.0.0.27 - - [2025-04-17 02:26:56] "POST /neutron/port HTTP/1.1" 200 117 0.004816 10.0.0.27 - - [2025-04-17 02:26:57] "POST /neutron/network HTTP/1.1" 200 851 0.005599 10.0.0.27 - - [2025-04-17 02:26:57] "GET /projects?obj_uuids=76bec008-057d-47fb-94df-377714db4bba&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001114 10.0.0.27 - - [2025-04-17 02:26:57] "POST /neutron/port HTTP/1.1" 200 1073 0.217862 10.0.0.27 - - [2025-04-17 02:26:57] "POST /neutron/port HTTP/1.1" 200 1073 0.031559 10.0.0.27 - - [2025-04-17 02:26:57] "POST /neutron/port HTTP/1.1" 200 1073 0.007549 10.0.0.27 - - [2025-04-17 02:26:58] "POST /neutron/port HTTP/1.1" 200 1127 0.095829 10.0.0.27 - - [2025-04-17 02:26:58] "POST /neutron/port HTTP/1.1" 200 1101 0.013520 10.0.0.27 - - [2025-04-17 02:26:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003145 10.0.0.27 - - [2025-04-17 02:26:58] "POST /neutron/subnet HTTP/1.1" 200 708 0.008864 10.0.0.27 - - [2025-04-17 02:26:58] "POST /neutron/port HTTP/1.1" 200 117 0.001085 10.0.0.27 - - [2025-04-17 02:26:58] "POST /neutron/network HTTP/1.1" 200 841 0.005099 10.0.0.27 - - [2025-04-17 02:27:01] "POST /neutron/port HTTP/1.1" 200 1101 0.016068 10.0.0.27 - - [2025-04-17 02:27:01] "POST /neutron/security_group HTTP/1.1" 200 2069 0.007111 10.0.0.27 - - [2025-04-17 02:27:01] "GET /obj-perms HTTP/1.1" 200 5052 0.003195 10.0.0.27 - - [2025-04-17 02:27:02] "GET /obj-perms HTTP/1.1" 200 5052 0.003572 10.0.0.27 - - [2025-04-17 02:27:03] "GET /obj-perms HTTP/1.1" 200 5052 0.003316 10.0.0.27 - - [2025-04-17 02:27:04] "GET /obj-perms HTTP/1.1" 200 5052 0.003600 10.0.0.27 - - [2025-04-17 02:27:05] "POST /neutron/port HTTP/1.1" 200 1101 0.014354 10.0.0.27 - - [2025-04-17 02:27:05] "POST /neutron/port HTTP/1.1" 200 1101 0.016539 10.0.0.27 - - [2025-04-17 02:27:05] "POST /neutron/network HTTP/1.1" 200 851 0.005477 10.0.0.27 - - [2025-04-17 02:27:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003302 10.0.0.27 - - [2025-04-17 02:27:05] "POST /neutron/subnet HTTP/1.1" 200 708 0.010346 10.0.0.27 - - [2025-04-17 02:27:05] "POST /neutron/port HTTP/1.1" 200 117 0.001464 10.0.0.27 - - [2025-04-17 02:27:05] "POST /neutron/network HTTP/1.1" 200 841 0.006910 10.0.0.27 - - [2025-04-17 02:27:05] "GET /obj-perms HTTP/1.1" 200 5052 0.003417 10.0.0.27 - - [2025-04-17 02:27:06] "POST /neutron/network HTTP/1.1" 200 841 0.006518 10.0.0.27 - - [2025-04-17 02:27:06] "POST /neutron/network HTTP/1.1" 400 204 0.012515 10.0.0.27 - - [2025-04-17 02:27:07] "POST /neutron/port HTTP/1.1" 200 1101 0.013715 10.0.0.27 - - [2025-04-17 02:27:07] "POST /neutron/port HTTP/1.1" 200 1127 0.007812 10.0.0.27 - - [2025-04-17 02:27:07] "POST /neutron/port HTTP/1.1" 200 151 0.110791 10.0.0.27 - - [2025-04-17 02:27:08] "POST /neutron/network HTTP/1.1" 200 841 0.005234 10.0.0.27 - - [2025-04-17 02:27:08] "POST /useragent-kv HTTP/1.1" 200 115 0.007215 10.0.0.27 - - [2025-04-17 02:27:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.008184 10.0.0.27 - - [2025-04-17 02:27:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003435 10.0.0.27 - - [2025-04-17 02:27:08] "POST /neutron/network HTTP/1.1" 200 151 0.095386 10.0.0.27 - - [2025-04-17 02:27:08] "GET /routing-instance/d91af653-2302-4fb3-8251-8c849fef89d9 HTTP/1.1" 404 171 0.002628 10.0.0.27 - - [2025-04-17 02:27:08] "DELETE /route-target/7022e651-4096-451e-ad88-8fa479157ff4 HTTP/1.1" 200 115 0.020123 10.0.0.27 - - [2025-04-17 02:27:08] "GET /domains HTTP/1.1" 200 280 0.002073 10.0.0.27 - - [2025-04-17 02:27:08] "GET /domains?obj_uuids=2f062dde-ab10-4df9-9982-bea0b7a691cd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000983 10.0.0.27 - - [2025-04-17 02:27:08] "GET /domain/2f062dde-ab10-4df9-9982-bea0b7a691cd HTTP/1.1" 200 2584 0.047099 10.0.0.27 - - [2025-04-17 02:27:08] "GET /projects?obj_uuids=76bec008-057d-47fb-94df-377714db4bba&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000954 10.0.0.27 - - [2025-04-17 02:27:09] "GET /project/76bec008-057d-47fb-94df-377714db4bba HTTP/1.1" 200 1928 0.069176 10.0.0.27 - - [2025-04-17 02:27:09] "GET /projects?obj_uuids=76bec008-057d-47fb-94df-377714db4bba&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001059 10.0.0.27 - - [2025-04-17 02:27:09] "GET /project/76bec008-057d-47fb-94df-377714db4bba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.029943 10.0.0.27 - - [2025-04-17 02:27:09] "GET /projects?obj_uuids=76bec008-057d-47fb-94df-377714db4bba&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000982 10.0.0.27 - - [2025-04-17 02:27:09] "GET /project/76bec008-057d-47fb-94df-377714db4bba?fields=virtual_networks HTTP/1.1" 200 1064 0.069631 10.0.0.27 - - [2025-04-17 02:27:09] "GET /projects?obj_uuids=76bec008-057d-47fb-94df-377714db4bba&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001074 10.0.0.27 - - [2025-04-17 02:27:09] "GET /project/76bec008-057d-47fb-94df-377714db4bba?fields=virtual_machine_interfaces HTTP/1.1" 200 1064 0.031446 10.0.0.27 - - [2025-04-17 02:27:09] "GET /projects?obj_uuids=76bec008-057d-47fb-94df-377714db4bba&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001217 10.0.0.27 - - [2025-04-17 02:27:09] "GET /project/76bec008-057d-47fb-94df-377714db4bba?fields=security_groups HTTP/1.1" 200 1301 0.029483 10.0.0.27 - - [2025-04-17 02:27:10] "POST /fqname-to-id HTTP/1.1" 404 200 0.021849 10.0.0.27 - - [2025-04-17 02:27:10] "GET /projects?obj_uuids=87895ddc-00f0-4f50-a100-3138117a80b4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002229 10.0.0.27 - - [2025-04-17 02:27:10] "GET /domains?obj_uuids=2f062dde-ab10-4df9-9982-bea0b7a691cd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000971 10.0.0.27 - - [2025-04-17 02:27:10] "GET /domain/2f062dde-ab10-4df9-9982-bea0b7a691cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006975 10.0.0.27 - - [2025-04-17 02:27:10] "POST /id-to-fqname HTTP/1.1" 200 202 0.003080 10.0.0.27 - - [2025-04-17 02:27:10] "POST /fqname-to-id HTTP/1.1" 404 211 0.001916 10.0.0.27 - - [2025-04-17 02:27:10] "POST /security-groups HTTP/1.1" 200 603 0.066047 10.0.0.27 - - [2025-04-17 02:27:10] "POST /fqname-to-id HTTP/1.1" 404 246 0.008377 10.0.0.27 - - [2025-04-17 02:27:10] "POST /projects HTTP/1.1" 200 609 0.231510 10.0.0.27 - - [2025-04-17 02:27:10] "POST /access-control-lists HTTP/1.1" 200 608 0.060540 10.0.0.27 - - [2025-04-17 02:27:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.301378 10.0.0.27 - - [2025-04-17 02:27:10] "POST /fqname-to-id HTTP/1.1" 404 245 0.002778 10.0.0.27 - - [2025-04-17 02:27:10] "GET /project/87895ddc-00f0-4f50-a100-3138117a80b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.433743 10.0.0.27 - - [2025-04-17 02:27:10] "POST /access-control-lists HTTP/1.1" 200 606 0.065604 10.0.0.27 - - [2025-04-17 02:27:11] "GET / HTTP/1.1" 200 35931 0.001822 10.0.0.27 - - [2025-04-17 02:27:12] "GET /projects?obj_uuids=ab05ec5b-79b0-4a55-9ef0-e6e6ec444896&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001059 10.0.0.27 - - [2025-04-17 02:27:12] "GET /project/ab05ec5b-79b0-4a55-9ef0-e6e6ec444896?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1282 0.026178 10.0.0.27 - - [2025-04-17 02:27:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002807 10.0.0.27 - - [2025-04-17 02:27:12] "GET /security-group/1efdc456-82f1-4456-b909-0e7e2d64634b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3695 0.004409 10.0.0.27 - - [2025-04-17 02:27:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002755 10.0.0.27 - - [2025-04-17 02:27:12] "GET /projects?obj_uuids=ab05ec5b-79b0-4a55-9ef0-e6e6ec444896&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001050 10.0.0.27 - - [2025-04-17 02:27:12] "GET /project/ab05ec5b-79b0-4a55-9ef0-e6e6ec444896?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1282 0.023005 10.0.0.27 - - [2025-04-17 02:27:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003051 10.0.0.27 - - [2025-04-17 02:27:13] "GET /security-group/1efdc456-82f1-4456-b909-0e7e2d64634b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3695 0.003982 10.0.0.27 - - [2025-04-17 02:27:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002619 10.0.0.27 - - [2025-04-17 02:27:13] "PUT /security-group/1efdc456-82f1-4456-b909-0e7e2d64634b HTTP/1.1" 200 262 0.013188 10.0.0.27 - - [2025-04-17 02:27:13] "PUT /access-control-list/5d0604f0-5e83-4ea5-b84f-a36464c35e4d HTTP/1.1" 200 272 0.008808 10.0.0.27 - - [2025-04-17 02:27:13] "PUT /access-control-list/31342f6f-add7-46ad-87f0-f52af269182f HTTP/1.1" 200 272 0.008261 10.0.0.27 - - [2025-04-17 02:27:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000461 10.0.0.27 - - [2025-04-17 02:27:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.049748 10.0.0.27 - - [2025-04-17 02:27:13] "GET /projects?obj_uuids=87895ddc-00f0-4f50-a100-3138117a80b4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001008 10.0.0.27 - - [2025-04-17 02:27:13] "GET /project/87895ddc-00f0-4f50-a100-3138117a80b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.032780 10.0.0.27 - - [2025-04-17 02:27:13] "POST /neutron/network HTTP/1.1" 200 117 0.028109 10.0.0.27 - - [2025-04-17 02:27:13] "GET /projects?obj_uuids=87895ddc-00f0-4f50-a100-3138117a80b4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001046 10.0.0.27 - - [2025-04-17 02:27:13] "POST /neutron/network HTTP/1.1" 200 619 0.069638 10.0.0.27 - - [2025-04-17 02:27:13] "POST /route-targets HTTP/1.1" 200 327 0.011314 10.0.0.27 - - [2025-04-17 02:27:13] "POST /ref-update HTTP/1.1" 200 156 0.012231 10.0.0.27 - - [2025-04-17 02:27:14] "POST /useragent-kv HTTP/1.1" 200 115 0.006676 10.0.0.27 - - [2025-04-17 02:27:14] "POST /neutron/subnet HTTP/1.1" 200 729 0.196909 10.0.0.27 - - [2025-04-17 02:27:14] "POST /neutron/network HTTP/1.1" 200 839 0.005522 10.0.0.27 - - [2025-04-17 02:27:14] "POST /id-to-fqname HTTP/1.1" 200 233 0.001204 10.0.0.27 - - [2025-04-17 02:27:14] "GET /virtual-network/773431f9-bec8-4118-ba44-482646a535df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004727 10.0.0.27 - - [2025-04-17 02:27:14] "POST /neutron/network HTTP/1.1" 200 839 0.005426 10.0.0.27 - - [2025-04-17 02:27:14] "GET /virtual-network/773431f9-bec8-4118-ba44-482646a535df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005424 10.0.0.27 - - [2025-04-17 02:27:14] "POST /neutron/network HTTP/1.1" 200 839 0.005584 10.0.0.27 - - [2025-04-17 02:27:14] "POST /neutron/subnet HTTP/1.1" 200 729 0.006052 10.0.0.27 - - [2025-04-17 02:27:14] "GET /domains HTTP/1.1" 401 292 0.000392 10.0.0.27 - - [2025-04-17 02:27:14] "GET /domains HTTP/1.1" 200 280 0.029188 10.0.0.27 - - [2025-04-17 02:27:14] "GET /domains?obj_uuids=2f062dde-ab10-4df9-9982-bea0b7a691cd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001107 10.0.0.27 - - [2025-04-17 02:27:14] "GET /domain/2f062dde-ab10-4df9-9982-bea0b7a691cd HTTP/1.1" 200 2782 0.008552 10.0.0.27 - - [2025-04-17 02:27:14] "GET /projects?obj_uuids=87895ddc-00f0-4f50-a100-3138117a80b4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000967 10.0.0.27 - - [2025-04-17 02:27:14] "GET /project/87895ddc-00f0-4f50-a100-3138117a80b4 HTTP/1.1" 200 2184 0.070578 10.0.0.27 - - [2025-04-17 02:27:14] "GET /virtual-network/773431f9-bec8-4118-ba44-482646a535df HTTP/1.1" 200 2343 0.006230 10.0.0.27 - - [2025-04-17 02:27:14] "GET /virtual-network/773431f9-bec8-4118-ba44-482646a535df HTTP/1.1" 200 2343 0.004766 10.0.0.27 - - [2025-04-17 02:27:14] "GET /routing-instance/46ce0687-b94e-4350-87b4-583b651efe49 HTTP/1.1" 200 1490 0.003909 10.0.0.27 - - [2025-04-17 02:27:14] "GET /routing-instance/46ce0687-b94e-4350-87b4-583b651efe49 HTTP/1.1" 200 1490 0.003650 10.0.0.27 - - [2025-04-17 02:27:14] "GET /route-target/392d3197-8dda-4647-b7c2-ffc6b9accd7c HTTP/1.1" 200 1218 0.003079 10.0.0.27 - - [2025-04-17 02:27:14] "GET /virtual-network/773431f9-bec8-4118-ba44-482646a535df HTTP/1.1" 200 2343 0.004439 10.0.0.27 - - [2025-04-17 02:27:14] "GET /routing-instance/46ce0687-b94e-4350-87b4-583b651efe49 HTTP/1.1" 200 1490 0.002909 10.0.0.27 - - [2025-04-17 02:27:14] "GET /virtual-network/773431f9-bec8-4118-ba44-482646a535df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004416 10.0.0.27 - - [2025-04-17 02:27:14] "GET /virtual-network/773431f9-bec8-4118-ba44-482646a535df HTTP/1.1" 200 2343 0.004612 10.0.0.27 - - [2025-04-17 02:27:14] "GET /routing-instance/46ce0687-b94e-4350-87b4-583b651efe49 HTTP/1.1" 200 1490 0.004275 10.0.0.27 - - [2025-04-17 02:27:14] "GET /routing-instance/46ce0687-b94e-4350-87b4-583b651efe49 HTTP/1.1" 200 1490 0.003324 10.0.0.27 - - [2025-04-17 02:27:14] "GET /route-target/392d3197-8dda-4647-b7c2-ffc6b9accd7c HTTP/1.1" 200 1218 0.002855 10.0.0.27 - - [2025-04-17 02:27:14] "GET /domains HTTP/1.1" 200 280 0.002599 10.0.0.27 - - [2025-04-17 02:27:14] "GET /domains?obj_uuids=2f062dde-ab10-4df9-9982-bea0b7a691cd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000970 10.0.0.27 - - [2025-04-17 02:27:14] "GET /domain/2f062dde-ab10-4df9-9982-bea0b7a691cd HTTP/1.1" 200 2782 0.006479 10.0.0.27 - - [2025-04-17 02:27:14] "GET /projects?obj_uuids=87895ddc-00f0-4f50-a100-3138117a80b4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001243 10.0.0.27 - - [2025-04-17 02:27:14] "GET /project/87895ddc-00f0-4f50-a100-3138117a80b4 HTTP/1.1" 200 2184 0.067492 10.0.0.27 - - [2025-04-17 02:27:14] "GET /virtual-network/773431f9-bec8-4118-ba44-482646a535df HTTP/1.1" 200 2343 0.004723 10.0.0.27 - - [2025-04-17 02:27:15] "GET /obj-perms HTTP/1.1" 200 5054 0.056096 10.0.0.27 - - [2025-04-17 02:27:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002725 10.0.0.27 - - [2025-04-17 02:27:15] "GET /projects?obj_uuids=87895ddc-00f0-4f50-a100-3138117a80b4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000998 10.0.0.27 - - [2025-04-17 02:27:15] "GET /project/87895ddc-00f0-4f50-a100-3138117a80b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.023520 10.0.0.27 - - [2025-04-17 02:27:15] "POST /neutron/network HTTP/1.1" 200 117 0.009573 10.0.0.27 - - [2025-04-17 02:27:15] "GET /projects?obj_uuids=87895ddc-00f0-4f50-a100-3138117a80b4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001104 10.0.0.27 - - [2025-04-17 02:27:15] "POST /neutron/network HTTP/1.1" 200 619 0.074255 10.0.0.27 - - [2025-04-17 02:27:15] "POST /route-targets HTTP/1.1" 200 327 0.014646 10.0.0.27 - - [2025-04-17 02:27:15] "POST /ref-update HTTP/1.1" 200 156 0.011437 10.0.0.27 - - [2025-04-17 02:27:15] "POST /useragent-kv HTTP/1.1" 200 115 0.010228 10.0.0.27 - - [2025-04-17 02:27:15] "POST /neutron/subnet HTTP/1.1" 200 725 0.148627 10.0.0.27 - - [2025-04-17 02:27:15] "POST /neutron/network HTTP/1.1" 200 838 0.006252 10.0.0.27 - - [2025-04-17 02:27:15] "POST /id-to-fqname HTTP/1.1" 200 233 0.001183 10.0.0.27 - - [2025-04-17 02:27:15] "GET /virtual-network/d2d7fe6e-2385-4490-8e21-1492ead9926b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.004914 10.0.0.27 - - [2025-04-17 02:27:15] "POST /neutron/network HTTP/1.1" 200 838 0.005379 10.0.0.27 - - [2025-04-17 02:27:15] "GET /virtual-network/d2d7fe6e-2385-4490-8e21-1492ead9926b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005269 10.0.0.27 - - [2025-04-17 02:27:15] "POST /neutron/network HTTP/1.1" 200 838 0.005815 10.0.0.27 - - [2025-04-17 02:27:15] "POST /neutron/subnet HTTP/1.1" 200 725 0.007228 10.0.0.27 - - [2025-04-17 02:27:15] "GET /domains HTTP/1.1" 200 280 0.002463 10.0.0.27 - - [2025-04-17 02:27:15] "GET /domains?obj_uuids=2f062dde-ab10-4df9-9982-bea0b7a691cd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000975 10.0.0.27 - - [2025-04-17 02:27:15] "GET /domain/2f062dde-ab10-4df9-9982-bea0b7a691cd HTTP/1.1" 200 2782 0.006683 10.0.0.27 - - [2025-04-17 02:27:15] "GET /projects?obj_uuids=87895ddc-00f0-4f50-a100-3138117a80b4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000968 10.0.0.27 - - [2025-04-17 02:27:15] "GET /project/87895ddc-00f0-4f50-a100-3138117a80b4 HTTP/1.1" 200 2412 0.073793 10.0.0.27 - - [2025-04-17 02:27:15] "GET /virtual-network/d2d7fe6e-2385-4490-8e21-1492ead9926b HTTP/1.1" 200 2341 0.006762 10.0.0.27 - - [2025-04-17 02:27:15] "GET /virtual-network/d2d7fe6e-2385-4490-8e21-1492ead9926b HTTP/1.1" 200 2341 0.005725 10.0.0.27 - - [2025-04-17 02:27:15] "GET /routing-instance/2798c553-f79a-4ddb-b64d-ce2c9f88d537 HTTP/1.1" 200 1491 0.004417 10.0.0.27 - - [2025-04-17 02:27:16] "GET /routing-instance/2798c553-f79a-4ddb-b64d-ce2c9f88d537 HTTP/1.1" 200 1491 0.003277 10.0.0.27 - - [2025-04-17 02:27:16] "GET /route-target/60f82342-2c6b-464d-87a0-d16fd60e6b1c HTTP/1.1" 200 1217 0.002772 10.0.0.27 - - [2025-04-17 02:27:16] "GET /virtual-network/d2d7fe6e-2385-4490-8e21-1492ead9926b HTTP/1.1" 200 2341 0.004245 10.0.0.27 - - [2025-04-17 02:27:16] "GET /routing-instance/2798c553-f79a-4ddb-b64d-ce2c9f88d537 HTTP/1.1" 200 1491 0.003018 10.0.0.27 - - [2025-04-17 02:27:16] "GET /virtual-network/d2d7fe6e-2385-4490-8e21-1492ead9926b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006233 10.0.0.27 - - [2025-04-17 02:27:16] "GET /virtual-network/d2d7fe6e-2385-4490-8e21-1492ead9926b HTTP/1.1" 200 2341 0.005520 10.0.0.27 - - [2025-04-17 02:27:16] "GET /routing-instance/2798c553-f79a-4ddb-b64d-ce2c9f88d537 HTTP/1.1" 200 1491 0.003428 10.0.0.27 - - [2025-04-17 02:27:16] "GET /routing-instance/2798c553-f79a-4ddb-b64d-ce2c9f88d537 HTTP/1.1" 200 1491 0.003816 10.0.0.27 - - [2025-04-17 02:27:16] "GET /route-target/60f82342-2c6b-464d-87a0-d16fd60e6b1c HTTP/1.1" 200 1217 0.003217 10.0.0.27 - - [2025-04-17 02:27:16] "GET /domains HTTP/1.1" 200 280 0.002525 10.0.0.27 - - [2025-04-17 02:27:16] "GET /domains?obj_uuids=2f062dde-ab10-4df9-9982-bea0b7a691cd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001111 10.0.0.27 - - [2025-04-17 02:27:16] "GET /domain/2f062dde-ab10-4df9-9982-bea0b7a691cd HTTP/1.1" 200 2782 0.008342 10.0.0.27 - - [2025-04-17 02:27:16] "GET /projects?obj_uuids=87895ddc-00f0-4f50-a100-3138117a80b4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000921 10.0.0.27 - - [2025-04-17 02:27:16] "GET /project/87895ddc-00f0-4f50-a100-3138117a80b4 HTTP/1.1" 200 2412 0.075677 10.0.0.27 - - [2025-04-17 02:27:16] "GET /virtual-network/d2d7fe6e-2385-4490-8e21-1492ead9926b HTTP/1.1" 200 2341 0.004334 10.0.0.27 - - [2025-04-17 02:27:16] "GET /obj-perms HTTP/1.1" 200 5054 0.003302 10.0.0.27 - - [2025-04-17 02:27:16] "POST /id-to-fqname HTTP/1.1" 200 233 0.001773 10.0.0.27 - - [2025-04-17 02:27:16] "POST /neutron/network HTTP/1.1" 200 848 0.005750 10.0.0.27 - - [2025-04-17 02:27:16] "GET /aaa-mode HTTP/1.1" 401 292 0.000407 10.0.0.27 - - [2025-04-17 02:27:16] "GET / HTTP/1.1" 200 35931 0.003345 10.0.0.27 - - [2025-04-17 02:27:16] "GET /project/87895ddc-00f0-4f50-a100-3138117a80b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000372 10.0.0.27 - - [2025-04-17 02:27:17] "GET /projects?obj_uuids=87895ddc-00f0-4f50-a100-3138117a80b4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001162 10.0.0.27 - - [2025-04-17 02:27:17] "GET /project/87895ddc-00f0-4f50-a100-3138117a80b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.057061 10.0.0.27 - - [2025-04-17 02:27:17] "POST /neutron/network HTTP/1.1" 200 838 0.005344 10.0.0.27 - - [2025-04-17 02:27:17] "POST /neutron/port HTTP/1.1" 200 117 0.004782 10.0.0.27 - - [2025-04-17 02:27:17] "POST /neutron/port HTTP/1.1" 200 117 0.005245 10.0.0.27 - - [2025-04-17 02:27:17] "POST /id-to-fqname HTTP/1.1" 200 233 0.001348 10.0.0.27 - - [2025-04-17 02:27:17] "POST /neutron/port HTTP/1.1" 200 117 0.004806 10.0.0.27 - - [2025-04-17 02:27:17] "POST /neutron/network HTTP/1.1" 200 849 0.005325 10.0.0.27 - - [2025-04-17 02:27:17] "GET /aaa-mode HTTP/1.1" 401 292 0.000376 10.0.0.27 - - [2025-04-17 02:27:17] "POST /neutron/network HTTP/1.1" 200 848 0.008312 10.0.0.27 - - [2025-04-17 02:27:17] "GET /projects?obj_uuids=87895ddc-00f0-4f50-a100-3138117a80b4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001458 10.0.0.27 - - [2025-04-17 02:27:17] "GET / HTTP/1.1" 200 35931 0.002497 10.0.0.27 - - [2025-04-17 02:27:17] "GET /project/87895ddc-00f0-4f50-a100-3138117a80b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000447 10.0.0.27 - - [2025-04-17 02:27:17] "POST /neutron/port HTTP/1.1" 200 1072 0.246239 10.0.0.27 - - [2025-04-17 02:27:17] "POST /neutron/port HTTP/1.1" 200 1072 0.011201 10.0.0.27 - - [2025-04-17 02:27:17] "POST /neutron/port HTTP/1.1" 200 1072 0.007612 10.0.0.27 - - [2025-04-17 02:27:18] "POST /neutron/port HTTP/1.1" 200 1126 0.078963 10.0.0.27 - - [2025-04-17 02:27:18] "POST /neutron/port HTTP/1.1" 200 1100 0.017687 10.0.0.27 - - [2025-04-17 02:27:18] "GET /projects?obj_uuids=87895ddc-00f0-4f50-a100-3138117a80b4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001120 10.0.0.27 - - [2025-04-17 02:27:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003443 10.0.0.27 - - [2025-04-17 02:27:18] "GET /project/87895ddc-00f0-4f50-a100-3138117a80b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.072225 10.0.0.27 - - [2025-04-17 02:27:18] "POST /neutron/subnet HTTP/1.1" 200 699 0.041353 10.0.0.27 - - [2025-04-17 02:27:18] "POST /neutron/network HTTP/1.1" 200 839 0.007966 10.0.0.27 - - [2025-04-17 02:27:18] "POST /neutron/port HTTP/1.1" 200 117 0.000960 10.0.0.27 - - [2025-04-17 02:27:18] "POST /neutron/network HTTP/1.1" 200 838 0.006812 10.0.0.27 - - [2025-04-17 02:27:18] "POST /neutron/port HTTP/1.1" 200 1100 0.031218 10.0.0.27 - - [2025-04-17 02:27:18] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006198 10.0.0.27 - - [2025-04-17 02:27:18] "POST /neutron/port HTTP/1.1" 200 117 0.004998 10.0.0.27 - - [2025-04-17 02:27:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005978 10.0.0.27 - - [2025-04-17 02:27:18] "GET /projects?obj_uuids=87895ddc-00f0-4f50-a100-3138117a80b4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001131 10.0.0.27 - - [2025-04-17 02:27:18] "GET /project/87895ddc-00f0-4f50-a100-3138117a80b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.049261 10.0.0.27 - - [2025-04-17 02:27:18] "GET /virtual-network/773431f9-bec8-4118-ba44-482646a535df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005420 10.0.0.27 - - [2025-04-17 02:27:18] "GET /floating-ip-pools?parent_id=773431f9-bec8-4118-ba44-482646a535df&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003258 10.0.0.27 - - [2025-04-17 02:27:18] "GET /virtual-network/773431f9-bec8-4118-ba44-482646a535df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004980 10.0.0.27 - - [2025-04-17 02:27:18] "POST /neutron/network HTTP/1.1" 200 849 0.007981 10.0.0.27 - - [2025-04-17 02:27:18] "GET /projects?obj_uuids=87895ddc-00f0-4f50-a100-3138117a80b4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000992 10.0.0.27 - - [2025-04-17 02:27:18] "POST /floating-ip-pools HTTP/1.1" 200 609 0.053238 10.0.0.27 - - [2025-04-17 02:27:18] "POST /ref-update HTTP/1.1" 200 156 0.026176 10.0.0.27 - - [2025-04-17 02:27:18] "GET /virtual-network/773431f9-bec8-4118-ba44-482646a535df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.036790 10.0.0.27 - - [2025-04-17 02:27:19] "GET /domains HTTP/1.1" 200 280 0.006282 10.0.0.27 - - [2025-04-17 02:27:19] "GET /domains?obj_uuids=2f062dde-ab10-4df9-9982-bea0b7a691cd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001241 10.0.0.27 - - [2025-04-17 02:27:19] "GET /domain/2f062dde-ab10-4df9-9982-bea0b7a691cd HTTP/1.1" 200 2782 0.008505 10.0.0.27 - - [2025-04-17 02:27:19] "GET /projects?obj_uuids=87895ddc-00f0-4f50-a100-3138117a80b4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001447 10.0.0.27 - - [2025-04-17 02:27:19] "POST /neutron/port HTTP/1.1" 200 1073 0.326032 10.0.0.27 - - [2025-04-17 02:27:19] "GET /project/87895ddc-00f0-4f50-a100-3138117a80b4 HTTP/1.1" 200 3254 0.088324 10.0.0.27 - - [2025-04-17 02:27:19] "GET /virtual-network/773431f9-bec8-4118-ba44-482646a535df HTTP/1.1" 200 3155 0.016746 10.0.0.27 - - [2025-04-17 02:27:19] "GET /floating-ip-pool/0f6bc574-db07-433a-95cf-6b8e2cd21498 HTTP/1.1" 200 1441 0.004249 10.0.0.27 - - [2025-04-17 02:27:19] "POST /neutron/port HTTP/1.1" 200 1073 0.023132 10.0.0.27 - - [2025-04-17 02:27:19] "GET /domains HTTP/1.1" 200 280 0.007214 10.0.0.27 - - [2025-04-17 02:27:19] "GET /domains?obj_uuids=2f062dde-ab10-4df9-9982-bea0b7a691cd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000994 10.0.0.27 - - [2025-04-17 02:27:19] "POST /neutron/port HTTP/1.1" 200 1073 0.021264 10.0.0.27 - - [2025-04-17 02:27:19] "GET /domain/2f062dde-ab10-4df9-9982-bea0b7a691cd HTTP/1.1" 200 2782 0.014523 10.0.0.27 - - [2025-04-17 02:27:19] "GET /projects?obj_uuids=87895ddc-00f0-4f50-a100-3138117a80b4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000965 10.0.0.27 - - [2025-04-17 02:27:19] "POST /neutron/port HTTP/1.1" 200 1127 0.114453 10.0.0.27 - - [2025-04-17 02:27:19] "GET /project/87895ddc-00f0-4f50-a100-3138117a80b4 HTTP/1.1" 200 3254 0.115327 10.0.0.27 - - [2025-04-17 02:27:19] "GET /virtual-network/773431f9-bec8-4118-ba44-482646a535df HTTP/1.1" 200 3155 0.005672 10.0.0.27 - - [2025-04-17 02:27:19] "GET /virtual-network/773431f9-bec8-4118-ba44-482646a535df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004912 10.0.0.27 - - [2025-04-17 02:27:19] "POST /neutron/port HTTP/1.1" 200 1100 0.017478 10.0.0.27 - - [2025-04-17 02:27:19] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009184 10.0.0.27 - - [2025-04-17 02:27:19] "POST /neutron/port HTTP/1.1" 200 1101 0.021023 10.0.0.27 - - [2025-04-17 02:27:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005750 10.0.0.27 - - [2025-04-17 02:27:19] "POST /neutron/subnet HTTP/1.1" 200 703 0.012921 10.0.0.27 - - [2025-04-17 02:27:19] "POST /neutron/port HTTP/1.1" 200 117 0.001200 10.0.0.27 - - [2025-04-17 02:27:19] "POST /neutron/port HTTP/1.1" 200 1100 0.015626 10.0.0.27 - - [2025-04-17 02:27:19] "POST /neutron/network HTTP/1.1" 200 839 0.005464 10.0.0.27 - - [2025-04-17 02:27:19] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005975 10.0.0.27 - - [2025-04-17 02:27:19] "POST /neutron/port HTTP/1.1" 200 1100 0.016339 10.0.0.27 - - [2025-04-17 02:27:19] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008955 10.0.0.27 - - [2025-04-17 02:27:19] "GET /virtual-machine/34c04fce-b446-41d7-87d3-33999e75cdcf HTTP/1.1" 200 1303 0.004677 10.0.0.27 - - [2025-04-17 02:27:19] "GET /virtual-machine-interface/8f9c4d88-aa55-4336-9fa3-7c8e6f9ef9d1 HTTP/1.1" 200 3005 0.005183 10.0.0.27 - - [2025-04-17 02:27:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.27 - - [2025-04-17 02:27:19] "GET /global-vrouter-config/f44ad623-3db7-4a6b-9af9-3aea78651ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003445 10.0.0.27 - - [2025-04-17 02:27:19] "GET /virtual-networks?parent_id=87895ddc-00f0-4f50-a100-3138117a80b4&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003179 10.0.0.27 - - [2025-04-17 02:27:19] "GET /virtual-network/d2d7fe6e-2385-4490-8e21-1492ead9926b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005968 10.0.0.27 - - [2025-04-17 02:27:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002894 10.0.0.27 - - [2025-04-17 02:27:22] "GET /virtual-network/d2d7fe6e-2385-4490-8e21-1492ead9926b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.004757 10.0.0.27 - - [2025-04-17 02:27:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003393 10.0.0.27 - - [2025-04-17 02:27:26] "GET /virtual-network/d2d7fe6e-2385-4490-8e21-1492ead9926b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.008030 10.0.0.27 - - [2025-04-17 02:27:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002880 10.0.0.27 - - [2025-04-17 02:27:29] "GET /global-vrouter-config/f44ad623-3db7-4a6b-9af9-3aea78651ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002650 10.0.0.27 - - [2025-04-17 02:27:29] "GET /virtual-networks?parent_id=87895ddc-00f0-4f50-a100-3138117a80b4&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.014739 10.0.0.27 - - [2025-04-17 02:27:29] "GET /virtual-network/d2d7fe6e-2385-4490-8e21-1492ead9926b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005253 10.0.0.27 - - [2025-04-17 02:27:29] "POST /neutron/port HTTP/1.1" 200 1100 0.013965 10.0.0.27 - - [2025-04-17 02:27:29] "POST /neutron/security_group HTTP/1.1" 200 2070 0.011116 10.0.0.27 - - [2025-04-17 02:27:30] "POST /neutron/port HTTP/1.1" 200 1100 0.036035 10.0.0.27 - - [2025-04-17 02:27:30] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004813 10.0.0.27 - - [2025-04-17 02:27:30] "POST /neutron/port HTTP/1.1" 200 1101 0.014691 10.0.0.27 - - [2025-04-17 02:27:30] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005023 10.0.0.27 - - [2025-04-17 02:27:30] "DELETE /project/ab05ec5b79b04a559ef0e6e6ec444896 HTTP/1.1" 404 173 0.006521 10.0.0.27 - - [2025-04-17 02:27:30] "DELETE /project/76bec008057d47fb94df377714db4bba HTTP/1.1" 404 173 0.004726 10.0.0.27 - - [2025-04-17 02:27:31] "GET /projects?obj_uuids=76bec008-057d-47fb-94df-377714db4bba&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000942 10.0.0.27 - - [2025-04-17 02:27:31] "DELETE /project/87895ddc00f04f50a1003138117a80b4 HTTP/1.1" 404 173 0.003236 10.0.0.27 - - [2025-04-17 02:27:31] "GET /project/76bec008-057d-47fb-94df-377714db4bba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1522 0.029474 10.0.0.27 - - [2025-04-17 02:27:31] "GET /projects?obj_uuids=76bec008-057d-47fb-94df-377714db4bba&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000961 10.0.0.27 - - [2025-04-17 02:27:31] "GET /project/76bec008-057d-47fb-94df-377714db4bba?fields=security_groups HTTP/1.1" 200 1406 0.078475 10.0.0.27 - - [2025-04-17 02:27:31] "DELETE /security-group/8e1346f0-6dd6-407f-8760-2aac540f9f72 HTTP/1.1" 200 115 0.035717 10.0.0.27 - - [2025-04-17 02:27:31] "GET /projects?obj_uuids=76bec008-057d-47fb-94df-377714db4bba&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000965 10.0.0.27 - - [2025-04-17 02:27:31] "DELETE /access-control-list/670a0615-c7df-4179-b86d-e01ceff2cfbe HTTP/1.1" 200 115 0.030319 10.0.0.27 - - [2025-04-17 02:27:31] "GET /project/76bec008-057d-47fb-94df-377714db4bba?fields=application_policy_sets HTTP/1.1" 200 1445 0.032182 10.0.0.27 - - [2025-04-17 02:27:31] "DELETE /access-control-list/8b029d22-fffb-4f1e-8263-cecd3a305e1b HTTP/1.1" 200 115 0.030581 10.0.0.27 - - [2025-04-17 02:27:31] "DELETE /project/76bec008-057d-47fb-94df-377714db4bba HTTP/1.1" 200 115 0.334125 10.0.0.27 - - [2025-04-17 02:27:34] "GET /projects?obj_uuids=87895ddc-00f0-4f50-a100-3138117a80b4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001034 10.0.0.27 - - [2025-04-17 02:27:34] "POST /neutron/floatingip HTTP/1.1" 200 531 0.068978 10.0.0.27 - - [2025-04-17 02:27:34] "POST /neutron/port HTTP/1.1" 200 1100 0.012862 10.0.0.27 - - [2025-04-17 02:27:34] "POST /neutron/floatingip HTTP/1.1" 200 531 0.004272 10.0.0.27 - - [2025-04-17 02:27:34] "POST /neutron/floatingip HTTP/1.1" 200 578 0.024987 10.0.0.27 - - [2025-04-17 02:27:34] "POST /neutron/port HTTP/1.1" 200 1101 0.013216 10.0.0.27 - - [2025-04-17 02:27:34] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004790 10.0.0.27 - - [2025-04-17 02:27:34] "POST /neutron/port HTTP/1.1" 200 1101 0.012454 10.0.0.27 - - [2025-04-17 02:27:34] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005879 10.0.0.27 - - [2025-04-17 02:27:34] "POST /neutron/port HTTP/1.1" 200 1101 0.013273 10.0.0.27 - - [2025-04-17 02:27:34] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005327 10.0.0.27 - - [2025-04-17 02:27:34] "GET /virtual-machine/c4621386-da8f-4678-8bb4-d81a36f1fef1 HTTP/1.1" 200 1305 0.004720 10.0.0.27 - - [2025-04-17 02:27:34] "GET /virtual-machine-interface/0191db9f-e0c9-4430-aaeb-212dded101cb HTTP/1.1" 200 3003 0.004275 10.0.0.27 - - [2025-04-17 02:27:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002694 10.0.0.27 - - [2025-04-17 02:27:34] "GET /global-vrouter-config/f44ad623-3db7-4a6b-9af9-3aea78651ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002878 10.0.0.27 - - [2025-04-17 02:27:34] "GET /virtual-networks?parent_id=87895ddc-00f0-4f50-a100-3138117a80b4&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003206 10.0.0.27 - - [2025-04-17 02:27:34] "GET /virtual-network/773431f9-bec8-4118-ba44-482646a535df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005007 10.0.0.27 - - [2025-04-17 02:27:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003230 10.0.0.27 - - [2025-04-17 02:27:35] "GET /global-vrouter-config/f44ad623-3db7-4a6b-9af9-3aea78651ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003187 10.0.0.27 - - [2025-04-17 02:27:35] "GET /virtual-networks?parent_id=87895ddc-00f0-4f50-a100-3138117a80b4&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002934 10.0.0.27 - - [2025-04-17 02:27:36] "GET /virtual-network/773431f9-bec8-4118-ba44-482646a535df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005101 10.0.0.27 - - [2025-04-17 02:27:36] "POST /neutron/floatingip HTTP/1.1" 200 578 0.009140 10.0.0.27 - - [2025-04-17 02:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002165 10.0.0.27 - - [2025-04-17 02:27:36] "GET /routing-instance/46ce0687-b94e-4350-87b4-583b651efe49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1490 0.002804 10.0.0.27 - - [2025-04-17 02:27:36] "GET /route-target/392d3197-8dda-4647-b7c2-ffc6b9accd7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004797 10.0.0.27 - - [2025-04-17 02:27:36] "GET /floating-ip/3e857022-1851-4489-8d34-165f50ce8470 HTTP/1.1" 200 1890 0.004519 10.0.0.27 - - [2025-04-17 02:27:37] "GET /obj-perms HTTP/1.1" 200 5056 0.049893 10.0.0.27 - - [2025-04-17 02:27:37] "GET /obj-perms HTTP/1.1" 200 5056 0.043833 10.0.0.27 - - [2025-04-17 02:27:38] "POST /neutron/floatingip HTTP/1.1" 200 578 0.009114 10.0.0.27 - - [2025-04-17 02:27:38] "POST /neutron/floatingip HTTP/1.1" 200 531 0.016842 10.0.0.27 - - [2025-04-17 02:27:38] "POST /neutron/floatingip HTTP/1.1" 200 531 0.005139 10.0.0.27 - - [2025-04-17 02:27:39] "POST /neutron/floatingip HTTP/1.1" 200 115 0.038973 10.0.0.27 - - [2025-04-17 02:27:39] "GET /floating-ip-pool/0f6bc574-db07-433a-95cf-6b8e2cd21498?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.003280 10.0.0.27 - - [2025-04-17 02:27:39] "POST /ref-update HTTP/1.1" 200 156 0.007990 10.0.0.27 - - [2025-04-17 02:27:39] "DELETE /floating-ip-pool/0f6bc574-db07-433a-95cf-6b8e2cd21498 HTTP/1.1" 200 115 0.021687 10.0.0.27 - - [2025-04-17 02:27:39] "POST /neutron/network HTTP/1.1" 200 838 0.008962 10.0.0.27 - - [2025-04-17 02:27:39] "POST /neutron/network HTTP/1.1" 400 204 0.009287 10.0.0.27 - - [2025-04-17 02:27:39] "POST /neutron/port HTTP/1.1" 200 1101 0.014176 10.0.0.27 - - [2025-04-17 02:27:39] "POST /neutron/port HTTP/1.1" 200 1127 0.009905 10.0.0.27 - - [2025-04-17 02:27:39] "POST /neutron/port HTTP/1.1" 200 1100 0.021452 10.0.0.27 - - [2025-04-17 02:27:39] "POST /neutron/port HTTP/1.1" 200 1126 0.010161 10.0.0.27 - - [2025-04-17 02:27:39] "POST /neutron/port HTTP/1.1" 200 151 0.136496 10.0.0.27 - - [2025-04-17 02:27:39] "POST /neutron/port HTTP/1.1" 200 151 0.107715 10.0.0.27 - - [2025-04-17 02:27:41] "POST /neutron/network HTTP/1.1" 200 838 0.005277 10.0.0.27 - - [2025-04-17 02:27:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002859 10.0.0.27 - - [2025-04-17 02:27:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003936 10.0.0.27 - - [2025-04-17 02:27:41] "POST /useragent-kv HTTP/1.1" 200 115 0.005773 10.0.0.27 - - [2025-04-17 02:27:41] "POST /neutron/network HTTP/1.1" 200 151 0.080232 10.0.0.27 - - [2025-04-17 02:27:41] "GET /routing-instance/2798c553-f79a-4ddb-b64d-ce2c9f88d537 HTTP/1.1" 404 171 0.003072 10.0.0.27 - - [2025-04-17 02:27:41] "DELETE /route-target/60f82342-2c6b-464d-87a0-d16fd60e6b1c HTTP/1.1" 200 115 0.021965 10.0.0.27 - - [2025-04-17 02:27:41] "GET /domains HTTP/1.1" 200 280 0.002188 10.0.0.27 - - [2025-04-17 02:27:41] "GET /domains?obj_uuids=2f062dde-ab10-4df9-9982-bea0b7a691cd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001414 10.0.0.27 - - [2025-04-17 02:27:41] "GET /domain/2f062dde-ab10-4df9-9982-bea0b7a691cd HTTP/1.1" 200 2585 0.049334 10.0.0.27 - - [2025-04-17 02:27:41] "GET /projects?obj_uuids=87895ddc-00f0-4f50-a100-3138117a80b4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001060 10.0.0.27 - - [2025-04-17 02:27:41] "GET /project/87895ddc-00f0-4f50-a100-3138117a80b4 HTTP/1.1" 200 2184 0.072210 10.0.0.27 - - [2025-04-17 02:27:41] "POST /neutron/network HTTP/1.1" 200 839 0.005550 10.0.0.27 - - [2025-04-17 02:27:41] "POST /useragent-kv HTTP/1.1" 200 115 0.005223 10.0.0.27 - - [2025-04-17 02:27:41] "POST /useragent-kv HTTP/1.1" 200 115 0.004364 10.0.0.27 - - [2025-04-17 02:27:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.27 - - [2025-04-17 02:27:41] "POST /neutron/network HTTP/1.1" 200 151 0.106024 10.0.0.27 - - [2025-04-17 02:27:41] "GET /routing-instance/46ce0687-b94e-4350-87b4-583b651efe49 HTTP/1.1" 404 171 0.004189 10.0.0.27 - - [2025-04-17 02:27:41] "GET /domains HTTP/1.1" 200 280 0.002009 10.0.0.27 - - [2025-04-17 02:27:41] "GET /domains?obj_uuids=2f062dde-ab10-4df9-9982-bea0b7a691cd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000947 10.0.0.27 - - [2025-04-17 02:27:41] "DELETE /route-target/392d3197-8dda-4647-b7c2-ffc6b9accd7c HTTP/1.1" 200 115 0.025135 10.0.0.27 - - [2025-04-17 02:27:41] "GET /domain/2f062dde-ab10-4df9-9982-bea0b7a691cd HTTP/1.1" 200 2585 0.048245 10.0.0.27 - - [2025-04-17 02:27:41] "GET /projects?obj_uuids=87895ddc-00f0-4f50-a100-3138117a80b4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000973 10.0.0.27 - - [2025-04-17 02:27:41] "GET /project/87895ddc-00f0-4f50-a100-3138117a80b4 HTTP/1.1" 200 1934 0.067810 10.0.0.27 - - [2025-04-17 02:27:42] "GET /projects?obj_uuids=87895ddc-00f0-4f50-a100-3138117a80b4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001046 10.0.0.27 - - [2025-04-17 02:27:42] "GET /project/87895ddc-00f0-4f50-a100-3138117a80b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1421 0.026513 10.0.0.27 - - [2025-04-17 02:27:42] "GET /projects?obj_uuids=87895ddc-00f0-4f50-a100-3138117a80b4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000926 10.0.0.27 - - [2025-04-17 02:27:42] "GET /project/87895ddc-00f0-4f50-a100-3138117a80b4?fields=virtual_networks HTTP/1.1" 200 1066 0.064673 10.0.0.27 - - [2025-04-17 02:27:42] "GET /projects?obj_uuids=87895ddc-00f0-4f50-a100-3138117a80b4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000981 10.0.0.27 - - [2025-04-17 02:27:42] "GET /project/87895ddc-00f0-4f50-a100-3138117a80b4?fields=virtual_machine_interfaces HTTP/1.1" 200 1066 0.028263 10.0.0.27 - - [2025-04-17 02:27:42] "GET /projects?obj_uuids=87895ddc-00f0-4f50-a100-3138117a80b4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001017 10.0.0.27 - - [2025-04-17 02:27:42] "GET /project/87895ddc-00f0-4f50-a100-3138117a80b4?fields=security_groups HTTP/1.1" 200 1304 0.030082 10.0.0.27 - - [2025-04-17 02:27:43] "POST /fqname-to-id HTTP/1.1" 404 183 0.023160 10.0.0.27 - - [2025-04-17 02:27:43] "GET /projects?obj_uuids=47ed0d1a-9292-4a5a-8421-d800dc75dc53&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002219 10.0.0.27 - - [2025-04-17 02:27:43] "GET /domains?obj_uuids=2f062dde-ab10-4df9-9982-bea0b7a691cd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001062 10.0.0.27 - - [2025-04-17 02:27:43] "GET /domain/2f062dde-ab10-4df9-9982-bea0b7a691cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008409 10.0.0.27 - - [2025-04-17 02:27:43] "POST /id-to-fqname HTTP/1.1" 200 185 0.001158 10.0.0.27 - - [2025-04-17 02:27:43] "POST /fqname-to-id HTTP/1.1" 404 194 0.005080 10.0.0.27 - - [2025-04-17 02:27:43] "POST /security-groups HTTP/1.1" 200 586 0.066863 10.0.0.27 - - [2025-04-17 02:27:43] "POST /fqname-to-id HTTP/1.1" 404 229 0.002698 10.0.0.27 - - [2025-04-17 02:27:43] "POST /projects HTTP/1.1" 200 575 0.222742 10.0.0.27 - - [2025-04-17 02:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.289059 10.0.0.27 - - [2025-04-17 02:27:43] "POST /access-control-lists HTTP/1.1" 200 591 0.064381 10.0.0.27 - - [2025-04-17 02:27:43] "POST /fqname-to-id HTTP/1.1" 404 228 0.003299 10.0.0.27 - - [2025-04-17 02:27:43] "GET /project/47ed0d1a-9292-4a5a-8421-d800dc75dc53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.413537 10.0.0.27 - - [2025-04-17 02:27:43] "POST /access-control-lists HTTP/1.1" 200 589 0.066076 10.0.0.27 - - [2025-04-17 02:27:44] "GET / HTTP/1.1" 200 35931 0.001919 10.0.0.27 - - [2025-04-17 02:27:45] "GET /projects?obj_uuids=47ed0d1a-9292-4a5a-8421-d800dc75dc53&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001075 10.0.0.27 - - [2025-04-17 02:27:45] "GET /project/47ed0d1a-9292-4a5a-8421-d800dc75dc53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.026018 10.0.0.27 - - [2025-04-17 02:27:45] "GET /projects?obj_uuids=47ed0d1a-9292-4a5a-8421-d800dc75dc53&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001066 10.0.0.27 - - [2025-04-17 02:27:45] "GET /project/47ed0d1a-9292-4a5a-8421-d800dc75dc53?fields=virtual_networks HTTP/1.1" 200 1031 0.072390 10.0.0.27 - - [2025-04-17 02:27:45] "GET /projects?obj_uuids=47ed0d1a-9292-4a5a-8421-d800dc75dc53&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001026 10.0.0.27 - - [2025-04-17 02:27:45] "GET /project/47ed0d1a-9292-4a5a-8421-d800dc75dc53?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.028376 10.0.0.27 - - [2025-04-17 02:27:45] "GET /projects?obj_uuids=47ed0d1a-9292-4a5a-8421-d800dc75dc53&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001049 10.0.0.27 - - [2025-04-17 02:27:45] "GET /project/47ed0d1a-9292-4a5a-8421-d800dc75dc53?fields=security_groups HTTP/1.1" 200 1252 0.031778 10.0.0.27 - - [2025-04-17 02:27:46] "POST /fqname-to-id HTTP/1.1" 404 191 0.023368 10.0.0.27 - - [2025-04-17 02:27:46] "GET /projects?obj_uuids=d3e66669-a1a5-4ba8-99fa-97de384fc14a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002202 10.0.0.27 - - [2025-04-17 02:27:46] "GET /domains?obj_uuids=2f062dde-ab10-4df9-9982-bea0b7a691cd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000939 10.0.0.27 - - [2025-04-17 02:27:46] "GET /domain/2f062dde-ab10-4df9-9982-bea0b7a691cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006803 10.0.0.27 - - [2025-04-17 02:27:46] "POST /id-to-fqname HTTP/1.1" 200 193 0.001947 10.0.0.27 - - [2025-04-17 02:27:46] "POST /fqname-to-id HTTP/1.1" 404 202 0.003678 10.0.0.27 - - [2025-04-17 02:27:47] "POST /security-groups HTTP/1.1" 200 594 0.063875 10.0.0.27 - - [2025-04-17 02:27:47] "POST /fqname-to-id HTTP/1.1" 404 237 0.002300 10.0.0.27 - - [2025-04-17 02:27:47] "POST /projects HTTP/1.1" 200 591 0.224967 10.0.0.27 - - [2025-04-17 02:27:47] "POST /access-control-lists HTTP/1.1" 200 599 0.056393 10.0.0.27 - - [2025-04-17 02:27:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.294643 10.0.0.27 - - [2025-04-17 02:27:47] "POST /fqname-to-id HTTP/1.1" 404 236 0.003659 10.0.0.27 - - [2025-04-17 02:27:47] "GET /project/d3e66669-a1a5-4ba8-99fa-97de384fc14a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.408801 10.0.0.27 - - [2025-04-17 02:27:47] "POST /access-control-lists HTTP/1.1" 200 597 0.060314 10.0.0.27 - - [2025-04-17 02:27:48] "GET / HTTP/1.1" 200 35931 0.001828 10.0.0.27 - - [2025-04-17 02:27:49] "GET /project/d3e66669-a1a5-4ba8-99fa-97de384fc14a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000445 10.0.0.27 - - [2025-04-17 02:27:49] "GET /projects?obj_uuids=d3e66669-a1a5-4ba8-99fa-97de384fc14a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001076 10.0.0.27 - - [2025-04-17 02:27:49] "GET /project/d3e66669-a1a5-4ba8-99fa-97de384fc14a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.046206 10.0.0.27 - - [2025-04-17 02:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002753 10.0.0.27 - - [2025-04-17 02:27:49] "GET /security-group/ab4e4326-153e-4705-8c77-3df8089d2971?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3774 0.007688 10.0.0.27 - - [2025-04-17 02:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002812 10.0.0.27 - - [2025-04-17 02:27:49] "GET /projects?obj_uuids=d3e66669-a1a5-4ba8-99fa-97de384fc14a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000972 10.0.0.27 - - [2025-04-17 02:27:49] "GET /project/d3e66669-a1a5-4ba8-99fa-97de384fc14a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.029678 10.0.0.27 - - [2025-04-17 02:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002931 10.0.0.27 - - [2025-04-17 02:27:49] "GET /security-group/ab4e4326-153e-4705-8c77-3df8089d2971?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3774 0.003626 10.0.0.27 - - [2025-04-17 02:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002863 10.0.0.27 - - [2025-04-17 02:27:49] "PUT /security-group/ab4e4326-153e-4705-8c77-3df8089d2971 HTTP/1.1" 200 262 0.012928 10.0.0.27 - - [2025-04-17 02:27:49] "PUT /access-control-list/3971a523-ac83-453e-bd97-f6475533a39e HTTP/1.1" 200 272 0.009056 10.0.0.27 - - [2025-04-17 02:27:49] "PUT /access-control-list/da0b31a9-abbd-43e9-89de-fb2cc3d4afde HTTP/1.1" 200 272 0.011265 10.0.0.27 - - [2025-04-17 02:27:49] "POST /fqname-to-id HTTP/1.1" 404 202 0.002339 10.0.0.27 - - [2025-04-17 02:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002937 10.0.0.27 - - [2025-04-17 02:27:50] "GET /projects?obj_uuids=d3e66669-a1a5-4ba8-99fa-97de384fc14a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001541 10.0.0.27 - - [2025-04-17 02:27:50] "GET /project/d3e66669-a1a5-4ba8-99fa-97de384fc14a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.027293 10.0.0.27 - - [2025-04-17 02:27:50] "POST /neutron/network HTTP/1.1" 200 117 0.030524 10.0.0.27 - - [2025-04-17 02:27:50] "GET /projects?obj_uuids=d3e66669-a1a5-4ba8-99fa-97de384fc14a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001004 10.0.0.27 - - [2025-04-17 02:27:50] "POST /neutron/network HTTP/1.1" 200 608 0.065596 10.0.0.27 - - [2025-04-17 02:27:50] "POST /useragent-kv HTTP/1.1" 200 115 0.007037 10.0.0.27 - - [2025-04-17 02:27:50] "POST /neutron/subnet HTTP/1.1" 200 729 0.135732 10.0.0.27 - - [2025-04-17 02:27:50] "POST /neutron/network HTTP/1.1" 200 828 0.004482 10.0.0.27 - - [2025-04-17 02:27:50] "POST /id-to-fqname HTTP/1.1" 200 223 0.000993 10.0.0.27 - - [2025-04-17 02:27:50] "GET /virtual-network/19550a5a-5bef-487f-97e9-01b00240e35c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.003947 10.0.0.27 - - [2025-04-17 02:27:50] "POST /neutron/network HTTP/1.1" 200 828 0.006036 10.0.0.27 - - [2025-04-17 02:27:50] "GET /virtual-network/19550a5a-5bef-487f-97e9-01b00240e35c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007226 10.0.0.27 - - [2025-04-17 02:27:50] "POST /route-targets HTTP/1.1" 200 327 0.009836 10.0.0.27 - - [2025-04-17 02:27:50] "POST /ref-update HTTP/1.1" 200 156 0.010612 10.0.0.27 - - [2025-04-17 02:27:50] "POST /neutron/network HTTP/1.1" 200 828 0.004575 10.0.0.27 - - [2025-04-17 02:27:50] "POST /neutron/subnet HTTP/1.1" 200 729 0.006137 10.0.0.27 - - [2025-04-17 02:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002703 10.0.0.27 - - [2025-04-17 02:27:50] "GET /projects?obj_uuids=d3e66669-a1a5-4ba8-99fa-97de384fc14a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000997 10.0.0.27 - - [2025-04-17 02:27:50] "GET /project/d3e66669-a1a5-4ba8-99fa-97de384fc14a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.043359 10.0.0.27 - - [2025-04-17 02:27:50] "POST /neutron/network HTTP/1.1" 200 117 0.008826 10.0.0.27 - - [2025-04-17 02:27:50] "GET /projects?obj_uuids=d3e66669-a1a5-4ba8-99fa-97de384fc14a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001061 10.0.0.27 - - [2025-04-17 02:27:50] "POST /neutron/network HTTP/1.1" 200 615 0.097360 10.0.0.27 - - [2025-04-17 02:27:50] "POST /route-targets HTTP/1.1" 200 327 0.017015 10.0.0.27 - - [2025-04-17 02:27:50] "POST /ref-update HTTP/1.1" 200 156 0.015401 10.0.0.27 - - [2025-04-17 02:27:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002597 10.0.0.27 - - [2025-04-17 02:27:51] "POST /neutron/subnet HTTP/1.1" 200 729 0.192457 10.0.0.27 - - [2025-04-17 02:27:51] "POST /neutron/network HTTP/1.1" 200 835 0.005222 10.0.0.27 - - [2025-04-17 02:27:51] "POST /id-to-fqname HTTP/1.1" 200 227 0.001636 10.0.0.27 - - [2025-04-17 02:27:51] "GET /virtual-network/6b059f33-9a95-4e11-9116-137d513516d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.004552 10.0.0.27 - - [2025-04-17 02:27:51] "POST /neutron/network HTTP/1.1" 200 835 0.005996 10.0.0.27 - - [2025-04-17 02:27:51] "GET /virtual-network/6b059f33-9a95-4e11-9116-137d513516d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.004550 10.0.0.27 - - [2025-04-17 02:27:51] "POST /neutron/network HTTP/1.1" 200 835 0.006113 10.0.0.27 - - [2025-04-17 02:27:51] "POST /neutron/subnet HTTP/1.1" 200 729 0.006325 10.0.0.27 - - [2025-04-17 02:27:51] "POST /id-to-fqname HTTP/1.1" 200 223 0.001397 10.0.0.27 - - [2025-04-17 02:27:51] "POST /neutron/network HTTP/1.1" 200 838 0.005832 10.0.0.27 - - [2025-04-17 02:27:51] "GET /aaa-mode HTTP/1.1" 401 292 0.000384 10.0.0.27 - - [2025-04-17 02:27:51] "GET / HTTP/1.1" 200 35931 0.001654 10.0.0.27 - - [2025-04-17 02:27:51] "GET /project/d3e66669-a1a5-4ba8-99fa-97de384fc14a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000378 10.0.0.27 - - [2025-04-17 02:27:52] "GET /projects?obj_uuids=d3e66669-a1a5-4ba8-99fa-97de384fc14a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001039 10.0.0.27 - - [2025-04-17 02:27:52] "GET /project/d3e66669-a1a5-4ba8-99fa-97de384fc14a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.065136 10.0.0.27 - - [2025-04-17 02:27:52] "POST /neutron/network HTTP/1.1" 200 828 0.006050 10.0.0.27 - - [2025-04-17 02:27:52] "POST /neutron/port HTTP/1.1" 200 117 0.010803 10.0.0.27 - - [2025-04-17 02:27:52] "POST /neutron/port HTTP/1.1" 200 117 0.004630 10.0.0.27 - - [2025-04-17 02:27:52] "POST /id-to-fqname HTTP/1.1" 200 227 0.001253 10.0.0.27 - - [2025-04-17 02:27:52] "POST /neutron/port HTTP/1.1" 200 117 0.005092 10.0.0.27 - - [2025-04-17 02:27:52] "POST /neutron/network HTTP/1.1" 200 845 0.005807 10.0.0.27 - - [2025-04-17 02:27:52] "GET /aaa-mode HTTP/1.1" 401 292 0.000423 10.0.0.27 - - [2025-04-17 02:27:52] "POST /neutron/network HTTP/1.1" 200 838 0.005516 10.0.0.27 - - [2025-04-17 02:27:52] "GET /projects?obj_uuids=d3e66669-a1a5-4ba8-99fa-97de384fc14a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001013 10.0.0.27 - - [2025-04-17 02:27:52] "GET / HTTP/1.1" 200 35931 0.001618 10.0.0.27 - - [2025-04-17 02:27:52] "GET /project/d3e66669-a1a5-4ba8-99fa-97de384fc14a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000427 10.0.0.27 - - [2025-04-17 02:27:52] "POST /neutron/port HTTP/1.1" 200 1064 0.216362 10.0.0.27 - - [2025-04-17 02:27:52] "POST /neutron/port HTTP/1.1" 200 1064 0.008841 10.0.0.27 - - [2025-04-17 02:27:52] "POST /neutron/port HTTP/1.1" 200 1064 0.009331 10.0.0.27 - - [2025-04-17 02:27:53] "POST /neutron/port HTTP/1.1" 200 1118 0.064006 10.0.0.27 - - [2025-04-17 02:27:53] "POST /neutron/port HTTP/1.1" 200 1092 0.014054 10.0.0.27 - - [2025-04-17 02:27:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002714 10.0.0.27 - - [2025-04-17 02:27:53] "POST /neutron/subnet HTTP/1.1" 200 703 0.010324 10.0.0.27 - - [2025-04-17 02:27:53] "POST /neutron/port HTTP/1.1" 200 117 0.001096 10.0.0.27 - - [2025-04-17 02:27:53] "POST /neutron/network HTTP/1.1" 200 828 0.011257 10.0.0.27 - - [2025-04-17 02:27:53] "GET /projects?obj_uuids=d3e66669-a1a5-4ba8-99fa-97de384fc14a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001081 10.0.0.27 - - [2025-04-17 02:27:53] "GET /project/d3e66669-a1a5-4ba8-99fa-97de384fc14a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.054698 10.0.0.27 - - [2025-04-17 02:27:53] "POST /neutron/network HTTP/1.1" 200 835 0.005553 10.0.0.27 - - [2025-04-17 02:27:53] "POST /neutron/port HTTP/1.1" 200 1092 0.018842 10.0.0.27 - - [2025-04-17 02:27:53] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006335 10.0.0.27 - - [2025-04-17 02:27:53] "POST /neutron/port HTTP/1.1" 200 117 0.005079 10.0.0.27 - - [2025-04-17 02:27:53] "GET /projects?obj_uuids=d3e66669-a1a5-4ba8-99fa-97de384fc14a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001483 10.0.0.27 - - [2025-04-17 02:27:53] "POST /neutron/router HTTP/1.1" 200 585 0.066176 10.0.0.27 - - [2025-04-17 02:27:53] "POST /neutron/router HTTP/1.1" 200 585 0.003582 10.0.0.27 - - [2025-04-17 02:27:53] "POST /route-targets HTTP/1.1" 200 327 0.022590 10.0.0.27 - - [2025-04-17 02:27:53] "PUT /logical-router/dd2bfa38-a314-4610-90a4-b4e79f568064 HTTP/1.1" 200 262 0.045376 10.0.0.27 - - [2025-04-17 02:27:53] "POST /neutron/router HTTP/1.1" 200 656 0.059603 10.0.0.27 - - [2025-04-17 02:27:53] "GET /logical-router/dd2bfa38-a314-4610-90a4-b4e79f568064?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1642 0.014868 10.0.0.27 - - [2025-04-17 02:27:53] "POST /neutron/router HTTP/1.1" 200 656 0.005749 10.0.0.27 - - [2025-04-17 02:27:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.27 - - [2025-04-17 02:27:53] "GET /projects?obj_uuids=d3e66669-a1a5-4ba8-99fa-97de384fc14a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001018 10.0.0.27 - - [2025-04-17 02:27:53] "GET /service-template/f62938c6-34fb-4667-8048-de62692373c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1691 0.009535 10.0.0.27 - - [2025-04-17 02:27:53] "POST /fqname-to-id HTTP/1.1" 404 215 0.003105 10.0.0.27 - - [2025-04-17 02:27:53] "POST /neutron/network HTTP/1.1" 200 845 0.009153 10.0.0.27 - - [2025-04-17 02:27:53] "GET /projects?obj_uuids=d3e66669-a1a5-4ba8-99fa-97de384fc14a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001174 10.0.0.27 - - [2025-04-17 02:27:53] "POST /neutron/router HTTP/1.1" 200 344 0.365147 10.0.0.27 - - [2025-04-17 02:27:54] "POST /useragent-kv HTTP/1.1" 200 115 0.009388 10.0.0.27 - - [2025-04-17 02:27:54] "POST /virtual-networks HTTP/1.1" 200 694 0.240403 10.0.0.27 - - [2025-04-17 02:27:54] "POST /ref-update HTTP/1.1" 200 156 0.046105 10.0.0.27 - - [2025-04-17 02:27:54] "POST /route-targets HTTP/1.1" 200 327 0.033952 10.0.0.27 - - [2025-04-17 02:27:54] "POST /neutron/port HTTP/1.1" 200 1092 0.055638 10.0.0.27 - - [2025-04-17 02:27:54] "POST /neutron/security_group HTTP/1.1" 200 2002 0.044541 10.0.0.27 - - [2025-04-17 02:27:54] "POST /service-instances HTTP/1.1" 200 670 0.094486 10.0.0.27 - - [2025-04-17 02:27:54] "POST /ref-update HTTP/1.1" 200 156 0.106535 10.0.0.27 - - [2025-04-17 02:27:54] "POST /route-tables HTTP/1.1" 200 582 0.039767 10.0.0.27 - - [2025-04-17 02:27:54] "PUT /logical-router/dd2bfa38-a314-4610-90a4-b4e79f568064 HTTP/1.1" 200 262 0.032604 10.0.0.27 - - [2025-04-17 02:27:54] "POST /neutron/port HTTP/1.1" 200 1064 0.484115 10.0.0.27 - - [2025-04-17 02:27:54] "POST /neutron/port HTTP/1.1" 200 1064 0.008790 10.0.0.27 - - [2025-04-17 02:27:54] "POST /ref-update HTTP/1.1" 200 156 0.020247 10.0.0.27 - - [2025-04-17 02:27:54] "POST /neutron/port HTTP/1.1" 200 1064 0.011990 10.0.0.27 - - [2025-04-17 02:27:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.008120 10.0.0.27 - - [2025-04-17 02:27:54] "POST /neutron/port HTTP/1.1" 200 1118 0.089756 10.0.0.27 - - [2025-04-17 02:27:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004692 10.0.0.27 - - [2025-04-17 02:27:54] "POST /neutron/port HTTP/1.1" 200 1092 0.016939 10.0.0.27 - - [2025-04-17 02:27:54] "POST /virtual-machines HTTP/1.1" 200 553 0.015662 10.0.0.27 - - [2025-04-17 02:27:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002949 10.0.0.27 - - [2025-04-17 02:27:54] "POST /neutron/subnet HTTP/1.1" 200 703 0.009059 10.0.0.27 - - [2025-04-17 02:27:54] "POST /neutron/port HTTP/1.1" 200 117 0.001055 10.0.0.27 - - [2025-04-17 02:27:54] "POST /neutron/network HTTP/1.1" 200 835 0.004596 10.0.0.27 - - [2025-04-17 02:27:54] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.099300 10.0.0.27 - - [2025-04-17 02:27:54] "POST /chown HTTP/1.1" 200 109 0.007626 10.0.0.27 - - [2025-04-17 02:27:54] "POST /instance-ips HTTP/1.1" 200 551 0.022959 10.0.0.27 - - [2025-04-17 02:27:54] "POST /instance-ips HTTP/1.1" 400 246 0.025283 10.0.0.27 - - [2025-04-17 02:27:54] "POST /chown HTTP/1.1" 200 109 0.007021 10.0.0.27 - - [2025-04-17 02:27:55] "PUT /virtual-machine-interface/38da843c-5d9e-4c47-8125-011c3ba638a5 HTTP/1.1" 200 284 0.009816 10.0.0.27 - - [2025-04-17 02:27:55] "PUT /instance-ip/9eaf6c42-8bb9-4f0c-97fb-ecf623a321dd HTTP/1.1" 200 256 0.014220 10.0.0.27 - - [2025-04-17 02:27:55] "POST /ref-update HTTP/1.1" 200 156 0.011480 10.0.0.27 - - [2025-04-17 02:27:55] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.099537 10.0.0.27 - - [2025-04-17 02:27:55] "POST /chown HTTP/1.1" 200 109 0.007624 10.0.0.27 - - [2025-04-17 02:27:55] "POST /instance-ips HTTP/1.1" 200 549 0.023579 10.0.0.27 - - [2025-04-17 02:27:55] "POST /instance-ips HTTP/1.1" 400 316 0.035323 10.0.0.27 - - [2025-04-17 02:27:55] "POST /chown HTTP/1.1" 200 109 0.013144 10.0.0.27 - - [2025-04-17 02:27:55] "PUT /virtual-machine-interface/7073819d-fa39-4684-8f52-70b31536ae05 HTTP/1.1" 200 284 0.011274 10.0.0.27 - - [2025-04-17 02:27:55] "PUT /instance-ip/07d046d6-08b4-4c8f-8aff-7fa44593b43b HTTP/1.1" 200 256 0.012441 10.0.0.27 - - [2025-04-17 02:27:55] "POST /ref-update HTTP/1.1" 200 156 0.021113 10.0.0.27 - - [2025-04-17 02:27:55] "POST /ref-update HTTP/1.1" 200 156 0.012663 10.0.0.27 - - [2025-04-17 02:27:55] "PUT /routing-instance/945c2842-25dc-440f-b48e-43e10645f130 HTTP/1.1" 200 266 0.013657 10.0.0.27 - - [2025-04-17 02:27:55] "POST /ref-update HTTP/1.1" 200 156 0.013066 10.0.0.27 - - [2025-04-17 02:27:55] "POST /virtual-machines HTTP/1.1" 200 553 0.011132 10.0.0.27 - - [2025-04-17 02:27:55] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.081752 10.0.0.27 - - [2025-04-17 02:27:56] "POST /chown HTTP/1.1" 200 109 0.007713 10.0.0.27 - - [2025-04-17 02:27:56] "POST /instance-ips HTTP/1.1" 400 246 0.014646 10.0.0.27 - - [2025-04-17 02:27:56] "POST /chown HTTP/1.1" 200 109 0.006814 10.0.0.27 - - [2025-04-17 02:27:56] "PUT /virtual-machine-interface/892ce2bc-72e9-4ae2-b469-4b3e5c06293f HTTP/1.1" 200 284 0.009653 10.0.0.27 - - [2025-04-17 02:27:56] "PUT /instance-ip/9eaf6c42-8bb9-4f0c-97fb-ecf623a321dd HTTP/1.1" 200 256 0.009734 10.0.0.27 - - [2025-04-17 02:27:56] "POST /ref-update HTTP/1.1" 200 156 0.011282 10.0.0.27 - - [2025-04-17 02:27:56] "POST /ref-update HTTP/1.1" 200 156 0.011598 10.0.0.27 - - [2025-04-17 02:27:56] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.085886 10.0.0.27 - - [2025-04-17 02:27:56] "POST /chown HTTP/1.1" 200 109 0.007358 10.0.0.27 - - [2025-04-17 02:27:56] "POST /instance-ips HTTP/1.1" 400 316 0.015783 10.0.0.27 - - [2025-04-17 02:27:56] "POST /chown HTTP/1.1" 200 109 0.008085 10.0.0.27 - - [2025-04-17 02:27:56] "PUT /virtual-machine-interface/10b56da7-0e07-41af-9a69-e42a97708083 HTTP/1.1" 200 284 0.009322 10.0.0.27 - - [2025-04-17 02:27:56] "PUT /instance-ip/07d046d6-08b4-4c8f-8aff-7fa44593b43b HTTP/1.1" 200 256 0.011094 10.0.0.27 - - [2025-04-17 02:27:56] "POST /ref-update HTTP/1.1" 200 156 0.010273 10.0.0.27 - - [2025-04-17 02:27:56] "POST /ref-update HTTP/1.1" 200 156 0.010535 10.0.0.27 - - [2025-04-17 02:27:59] "POST /neutron/port HTTP/1.1" 200 1092 0.015445 10.0.0.27 - - [2025-04-17 02:27:59] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006272 10.0.0.27 - - [2025-04-17 02:27:59] "POST /neutron/port HTTP/1.1" 200 1092 0.014410 10.0.0.27 - - [2025-04-17 02:27:59] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006335 10.0.0.27 - - [2025-04-17 02:27:59] "POST /neutron/port HTTP/1.1" 200 1092 0.018018 10.0.0.27 - - [2025-04-17 02:27:59] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005567 10.0.0.27 - - [2025-04-17 02:27:59] "GET /virtual-machine/5a685676-815e-4585-9adf-5641050b2a78 HTTP/1.1" 401 292 0.000496 10.0.0.27 - - [2025-04-17 02:27:59] "GET /virtual-machine/5a685676-815e-4585-9adf-5641050b2a78 HTTP/1.1" 200 1295 0.023340 10.0.0.27 - - [2025-04-17 02:27:59] "GET /virtual-machine-interface/ec9ef59e-9f59-44a9-8522-c570901cb542 HTTP/1.1" 200 2956 0.004222 10.0.0.27 - - [2025-04-17 02:27:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002884 10.0.0.27 - - [2025-04-17 02:27:59] "GET /global-vrouter-config/f44ad623-3db7-4a6b-9af9-3aea78651ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002975 10.0.0.27 - - [2025-04-17 02:27:59] "GET /virtual-networks?parent_id=d3e66669-a1a5-4ba8-99fa-97de384fc14a&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003178 10.0.0.27 - - [2025-04-17 02:27:59] "GET /virtual-network/19550a5a-5bef-487f-97e9-01b00240e35c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005452 10.0.0.27 - - [2025-04-17 02:28:01] "POST /neutron/port HTTP/1.1" 200 1092 0.014914 10.0.0.27 - - [2025-04-17 02:28:01] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005079 10.0.0.27 - - [2025-04-17 02:28:02] "POST /neutron/port HTTP/1.1" 200 1092 0.014783 10.0.0.27 - - [2025-04-17 02:28:02] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005182 10.0.0.27 - - [2025-04-17 02:28:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.27 - - [2025-04-17 02:28:03] "GET /virtual-network/19550a5a-5bef-487f-97e9-01b00240e35c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004647 10.0.0.27 - - [2025-04-17 02:28:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002748 10.0.0.27 - - [2025-04-17 02:28:05] "GET /global-vrouter-config/f44ad623-3db7-4a6b-9af9-3aea78651ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002864 10.0.0.27 - - [2025-04-17 02:28:05] "GET /virtual-networks?parent_id=d3e66669-a1a5-4ba8-99fa-97de384fc14a&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003295 10.0.0.27 - - [2025-04-17 02:28:05] "GET /virtual-network/19550a5a-5bef-487f-97e9-01b00240e35c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004997 10.0.0.27 - - [2025-04-17 02:28:05] "POST /neutron/port HTTP/1.1" 200 1092 0.012645 10.0.0.27 - - [2025-04-17 02:28:05] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005385 10.0.0.27 - - [2025-04-17 02:28:05] "POST /neutron/port HTTP/1.1" 200 1092 0.015004 10.0.0.27 - - [2025-04-17 02:28:05] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005280 10.0.0.27 - - [2025-04-17 02:28:05] "POST /neutron/port HTTP/1.1" 200 1092 0.014530 10.0.0.27 - - [2025-04-17 02:28:05] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006102 10.0.0.27 - - [2025-04-17 02:28:05] "GET /virtual-machine/cfb3c4a1-ca8a-4b13-998a-c571bc760565 HTTP/1.1" 200 1296 0.003890 10.0.0.27 - - [2025-04-17 02:28:05] "GET /virtual-machine-interface/ed69ff58-d2a0-42d5-98dd-1d52c274093a HTTP/1.1" 200 2969 0.004380 10.0.0.27 - - [2025-04-17 02:28:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002311 10.0.0.27 - - [2025-04-17 02:28:05] "GET /global-vrouter-config/f44ad623-3db7-4a6b-9af9-3aea78651ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002498 10.0.0.27 - - [2025-04-17 02:28:05] "GET /virtual-networks?parent_id=d3e66669-a1a5-4ba8-99fa-97de384fc14a&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003001 10.0.0.27 - - [2025-04-17 02:28:05] "GET /virtual-network/6b059f33-9a95-4e11-9116-137d513516d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005473 10.0.0.27 - - [2025-04-17 02:28:06] "POST /neutron/port HTTP/1.1" 200 1092 0.017737 10.0.0.27 - - [2025-04-17 02:28:06] "POST /neutron/port HTTP/1.1" 200 1092 0.019677 10.0.0.27 - - [2025-04-17 02:28:06] "POST /neutron/network HTTP/1.1" 200 838 0.007892 10.0.0.27 - - [2025-04-17 02:28:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002694 10.0.0.27 - - [2025-04-17 02:28:06] "POST /neutron/subnet HTTP/1.1" 200 703 0.011995 10.0.0.27 - - [2025-04-17 02:28:06] "POST /neutron/port HTTP/1.1" 200 117 0.001083 10.0.0.27 - - [2025-04-17 02:28:06] "POST /neutron/network HTTP/1.1" 200 828 0.004916 10.0.0.27 - - [2025-04-17 02:28:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.27 - - [2025-04-17 02:28:06] "GET /global-vrouter-config/f44ad623-3db7-4a6b-9af9-3aea78651ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003213 10.0.0.27 - - [2025-04-17 02:28:06] "GET /virtual-networks?parent_id=d3e66669-a1a5-4ba8-99fa-97de384fc14a&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002978 10.0.0.27 - - [2025-04-17 02:28:07] "GET /virtual-network/6b059f33-9a95-4e11-9116-137d513516d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005241 10.0.0.27 - - [2025-04-17 02:28:10] "POST /neutron/router HTTP/1.1" 200 656 0.003748 10.0.0.27 - - [2025-04-17 02:28:10] "POST /ref-update HTTP/1.1" 200 156 0.011281 10.0.0.27 - - [2025-04-17 02:28:10] "POST /neutron/router HTTP/1.1" 200 344 0.091564 10.0.0.27 - - [2025-04-17 02:28:11] "POST /neutron/router HTTP/1.1" 200 656 0.004547 10.0.0.27 - - [2025-04-17 02:28:11] "GET /logical-router/dd2bfa38-a314-4610-90a4-b4e79f568064?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1973 0.003771 10.0.0.27 - - [2025-04-17 02:28:11] "GET /service-instance/fe11c390-027f-44d7-9208-0b590123ee18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2326 0.003348 10.0.0.27 - - [2025-04-17 02:28:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.27 - - [2025-04-17 02:28:11] "POST /neutron/router HTTP/1.1" 200 151 0.053375 10.0.0.27 - - [2025-04-17 02:28:11] "DELETE /route-target/b1a6fd28-b12c-4564-b06b-d5a0ae6570dc HTTP/1.1" 409 239 0.004619 10.0.0.27 - - [2025-04-17 02:28:11] "PUT /logical-router/dd2bfa38-a314-4610-90a4-b4e79f568064 HTTP/1.1" 404 171 0.002661 10.0.0.27 - - [2025-04-17 02:28:11] "POST /ref-update HTTP/1.1" 200 156 0.015046 10.0.0.27 - - [2025-04-17 02:28:11] "DELETE /route-table/cf705436-e057-4a6a-9365-8baa3b96e8f8 HTTP/1.1" 200 115 0.026746 10.0.0.27 - - [2025-04-17 02:28:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002528 10.0.0.27 - - [2025-04-17 02:28:11] "PUT /routing-instance/945c2842-25dc-440f-b48e-43e10645f130 HTTP/1.1" 200 266 0.011163 10.0.0.27 - - [2025-04-17 02:28:11] "POST /neutron/network HTTP/1.1" 200 835 0.009171 10.0.0.27 - - [2025-04-17 02:28:11] "GET /virtual-network/77c6fe4b-eb83-4a1d-9781-aee758b363ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2132 0.007026 10.0.0.27 - - [2025-04-17 02:28:11] "POST /ref-update HTTP/1.1" 200 156 0.010227 10.0.0.27 - - [2025-04-17 02:28:11] "POST /neutron/network HTTP/1.1" 400 204 0.052307 10.0.0.27 - - [2025-04-17 02:28:11] "POST /ref-update HTTP/1.1" 200 156 0.009655 10.0.0.27 - - [2025-04-17 02:28:11] "DELETE /instance-ip/07d046d6-08b4-4c8f-8aff-7fa44593b43b HTTP/1.1" 200 115 0.032497 10.0.0.27 - - [2025-04-17 02:28:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.27 - - [2025-04-17 02:28:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003486 10.0.0.27 - - [2025-04-17 02:28:11] "POST /useragent-kv HTTP/1.1" 200 115 0.006331 10.0.0.27 - - [2025-04-17 02:28:11] "DELETE /virtual-network/77c6fe4b-eb83-4a1d-9781-aee758b363ca HTTP/1.1" 200 115 0.123660 10.0.0.27 - - [2025-04-17 02:28:11] "DELETE /route-target/a32757a5-1b19-445c-82c4-f4cc38fa5643 HTTP/1.1" 200 115 0.023124 10.0.0.27 - - [2025-04-17 02:28:11] "DELETE /service-instance/fe11c390-027f-44d7-9208-0b590123ee18 HTTP/1.1" 200 115 0.030592 10.0.0.27 - - [2025-04-17 02:28:11] "GET /logical-router/dd2bfa38-a314-4610-90a4-b4e79f568064?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002120 10.0.0.27 - - [2025-04-17 02:28:11] "GET /service-instance/fe11c390-027f-44d7-9208-0b590123ee18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002666 10.0.0.27 - - [2025-04-17 02:28:11] "GET /virtual-machine-interface/38da843c-5d9e-4c47-8125-011c3ba638a5?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1662 0.009038 10.0.0.27 - - [2025-04-17 02:28:11] "POST /neutron/port HTTP/1.1" 200 1092 0.027346 10.0.0.27 - - [2025-04-17 02:28:11] "POST /neutron/port HTTP/1.1" 200 1118 0.016255 10.0.0.27 - - [2025-04-17 02:28:11] "POST /neutron/port HTTP/1.1" 200 1092 0.041294 10.0.0.27 - - [2025-04-17 02:28:11] "POST /ref-update HTTP/1.1" 200 156 0.027938 10.0.0.27 - - [2025-04-17 02:28:11] "POST /neutron/port HTTP/1.1" 200 1118 0.012236 10.0.0.27 - - [2025-04-17 02:28:11] "GET /instance-ip/9eaf6c42-8bb9-4f0c-97fb-ecf623a321dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.004101 10.0.0.27 - - [2025-04-17 02:28:11] "POST /neutron/port HTTP/1.1" 200 151 0.161749 10.0.0.27 - - [2025-04-17 02:28:11] "DELETE /virtual-machine-interface/38da843c-5d9e-4c47-8125-011c3ba638a5 HTTP/1.1" 200 115 0.064775 10.0.0.27 - - [2025-04-17 02:28:11] "GET /virtual-machine-interface/7073819d-fa39-4684-8f52-70b31536ae05?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1343 0.009949 10.0.0.27 - - [2025-04-17 02:28:11] "POST /neutron/port HTTP/1.1" 200 151 0.154883 10.0.0.27 - - [2025-04-17 02:28:12] "DELETE /virtual-machine-interface/7073819d-fa39-4684-8f52-70b31536ae05 HTTP/1.1" 200 115 0.037938 10.0.0.27 - - [2025-04-17 02:28:12] "POST /ref-update HTTP/1.1" 200 156 0.010368 10.0.0.27 - - [2025-04-17 02:28:12] "DELETE /virtual-machine/fccb2dd4-8eb3-4459-b94e-97d0f8f6e444 HTTP/1.1" 200 115 0.020454 10.0.0.27 - - [2025-04-17 02:28:12] "GET /virtual-machine-interface/892ce2bc-72e9-4ae2-b469-4b3e5c06293f?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1663 0.006161 10.0.0.27 - - [2025-04-17 02:28:12] "POST /ref-update HTTP/1.1" 200 156 0.012420 10.0.0.27 - - [2025-04-17 02:28:12] "GET /instance-ip/9eaf6c42-8bb9-4f0c-97fb-ecf623a321dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1697 0.005113 10.0.0.27 - - [2025-04-17 02:28:12] "DELETE /instance-ip/9eaf6c42-8bb9-4f0c-97fb-ecf623a321dd HTTP/1.1" 200 115 0.025330 10.0.0.27 - - [2025-04-17 02:28:12] "DELETE /virtual-machine-interface/892ce2bc-72e9-4ae2-b469-4b3e5c06293f HTTP/1.1" 200 115 0.030714 10.0.0.27 - - [2025-04-17 02:28:12] "GET /virtual-machine-interface/10b56da7-0e07-41af-9a69-e42a97708083?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1343 0.004693 10.0.0.27 - - [2025-04-17 02:28:12] "DELETE /virtual-machine-interface/10b56da7-0e07-41af-9a69-e42a97708083 HTTP/1.1" 200 115 0.028187 10.0.0.27 - - [2025-04-17 02:28:12] "DELETE /virtual-machine/69d8699d-7559-47e2-abbc-19ba36ea9265 HTTP/1.1" 200 115 0.017741 10.0.0.27 - - [2025-04-17 02:28:13] "POST /neutron/network HTTP/1.1" 200 835 0.005225 10.0.0.27 - - [2025-04-17 02:28:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003283 10.0.0.27 - - [2025-04-17 02:28:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004272 10.0.0.27 - - [2025-04-17 02:28:13] "POST /useragent-kv HTTP/1.1" 200 115 0.001805 10.0.0.27 - - [2025-04-17 02:28:13] "POST /neutron/network HTTP/1.1" 200 151 0.076639 10.0.0.27 - - [2025-04-17 02:28:13] "DELETE /route-target/333bf4b9-b683-4976-945f-79fc55080f24 HTTP/1.1" 200 115 0.014333 10.0.0.27 - - [2025-04-17 02:28:13] "POST /neutron/network HTTP/1.1" 200 828 0.005822 10.0.0.27 - - [2025-04-17 02:28:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004412 10.0.0.27 - - [2025-04-17 02:28:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002848 10.0.0.27 - - [2025-04-17 02:28:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003488 10.0.0.27 - - [2025-04-17 02:28:13] "POST /neutron/network HTTP/1.1" 200 151 0.077639 10.0.0.27 - - [2025-04-17 02:28:13] "DELETE /route-target/878448da-710b-49be-8d2f-5d85283d096f HTTP/1.1" 200 115 0.013883 10.0.0.27 - - [2025-04-17 02:28:13] "GET /projects?obj_uuids=d3e66669-a1a5-4ba8-99fa-97de384fc14a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001154 10.0.0.27 - - [2025-04-17 02:28:13] "GET /project/d3e66669-a1a5-4ba8-99fa-97de384fc14a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1386 0.024643 10.0.0.27 - - [2025-04-17 02:28:13] "GET /projects?obj_uuids=d3e66669-a1a5-4ba8-99fa-97de384fc14a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001037 10.0.0.27 - - [2025-04-17 02:28:13] "GET /project/d3e66669-a1a5-4ba8-99fa-97de384fc14a?fields=virtual_networks HTTP/1.1" 200 1049 0.078969 10.0.0.27 - - [2025-04-17 02:28:13] "GET /projects?obj_uuids=d3e66669-a1a5-4ba8-99fa-97de384fc14a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000997 10.0.0.27 - - [2025-04-17 02:28:13] "GET /project/d3e66669-a1a5-4ba8-99fa-97de384fc14a?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.024417 10.0.0.27 - - [2025-04-17 02:28:13] "GET /projects?obj_uuids=d3e66669-a1a5-4ba8-99fa-97de384fc14a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001032 10.0.0.27 - - [2025-04-17 02:28:13] "GET /project/d3e66669-a1a5-4ba8-99fa-97de384fc14a?fields=security_groups HTTP/1.1" 200 1278 0.029519 10.0.0.27 - - [2025-04-17 02:28:14] "POST /fqname-to-id HTTP/1.1" 404 196 0.024841 10.0.0.27 - - [2025-04-17 02:28:14] "GET /projects?obj_uuids=5338e278-0398-4efd-bd46-d0a0c21df2cb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002354 10.0.0.27 - - [2025-04-17 02:28:14] "GET /domains?obj_uuids=2f062dde-ab10-4df9-9982-bea0b7a691cd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000972 10.0.0.27 - - [2025-04-17 02:28:14] "GET /domain/2f062dde-ab10-4df9-9982-bea0b7a691cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006688 10.0.0.27 - - [2025-04-17 02:28:14] "POST /id-to-fqname HTTP/1.1" 200 198 0.001159 10.0.0.27 - - [2025-04-17 02:28:14] "POST /fqname-to-id HTTP/1.1" 404 207 0.003368 10.0.0.27 - - [2025-04-17 02:28:15] "POST /security-groups HTTP/1.1" 200 599 0.059524 10.0.0.27 - - [2025-04-17 02:28:15] "POST /fqname-to-id HTTP/1.1" 404 242 0.002357 10.0.0.27 - - [2025-04-17 02:28:15] "POST /projects HTTP/1.1" 200 601 0.206413 10.0.0.27 - - [2025-04-17 02:28:15] "POST /access-control-lists HTTP/1.1" 200 604 0.059298 10.0.0.27 - - [2025-04-17 02:28:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.271453 10.0.0.27 - - [2025-04-17 02:28:15] "POST /fqname-to-id HTTP/1.1" 404 241 0.002553 10.0.0.27 - - [2025-04-17 02:28:15] "GET /project/5338e278-0398-4efd-bd46-d0a0c21df2cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.388984 10.0.0.27 - - [2025-04-17 02:28:15] "POST /access-control-lists HTTP/1.1" 200 602 0.060371 10.0.0.27 - - [2025-04-17 02:28:16] "GET / HTTP/1.1" 200 35931 0.001932 10.0.0.27 - - [2025-04-17 02:28:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000457 10.0.0.27 - - [2025-04-17 02:28:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.055976 10.0.0.27 - - [2025-04-17 02:28:17] "GET /projects?obj_uuids=5338e278-0398-4efd-bd46-d0a0c21df2cb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001001 10.0.0.27 - - [2025-04-17 02:28:17] "GET /project/5338e278-0398-4efd-bd46-d0a0c21df2cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.028162 10.0.0.27 - - [2025-04-17 02:28:17] "POST /neutron/network HTTP/1.1" 200 117 0.028914 10.0.0.27 - - [2025-04-17 02:28:17] "GET /projects?obj_uuids=5338e278-0398-4efd-bd46-d0a0c21df2cb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002210 10.0.0.27 - - [2025-04-17 02:28:17] "POST /neutron/network HTTP/1.1" 200 613 0.080595 10.0.0.27 - - [2025-04-17 02:28:17] "POST /route-targets HTTP/1.1" 200 327 0.009742 10.0.0.27 - - [2025-04-17 02:28:17] "POST /ref-update HTTP/1.1" 200 156 0.011970 10.0.0.27 - - [2025-04-17 02:28:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003251 10.0.0.27 - - [2025-04-17 02:28:17] "POST /neutron/subnet HTTP/1.1" 200 725 0.157789 10.0.0.27 - - [2025-04-17 02:28:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002774 10.0.0.27 - - [2025-04-17 02:28:17] "POST /neutron/subnet HTTP/1.1" 200 828 0.147291 10.0.0.27 - - [2025-04-17 02:28:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.029762 10.0.0.27 - - [2025-04-17 02:28:17] "GET /virtual-network/4fd6f794-e293-4ab4-a416-e5c977184446?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1960 0.011284 10.0.0.27 - - [2025-04-17 02:28:17] "POST /neutron/network HTTP/1.1" 200 1006 0.010887 10.0.0.27 - - [2025-04-17 02:28:17] "POST /id-to-fqname HTTP/1.1" 200 228 0.001404 10.0.0.27 - - [2025-04-17 02:28:17] "GET /virtual-network/0012661c-0db3-4263-b22f-12194a32f810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.004917 10.0.0.27 - - [2025-04-17 02:28:17] "POST /neutron/network HTTP/1.1" 200 1006 0.007329 10.0.0.27 - - [2025-04-17 02:28:17] "GET /virtual-network/0012661c-0db3-4263-b22f-12194a32f810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005312 10.0.0.27 - - [2025-04-17 02:28:17] "POST /neutron/network HTTP/1.1" 200 1006 0.007005 10.0.0.27 - - [2025-04-17 02:28:17] "POST /neutron/subnet HTTP/1.1" 200 725 0.008667 10.0.0.27 - - [2025-04-17 02:28:17] "POST /neutron/subnet HTTP/1.1" 200 828 0.007936 10.0.0.27 - - [2025-04-17 02:28:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002646 10.0.0.27 - - [2025-04-17 02:28:17] "GET /projects?obj_uuids=5338e278-0398-4efd-bd46-d0a0c21df2cb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001011 10.0.0.27 - - [2025-04-17 02:28:17] "GET /project/5338e278-0398-4efd-bd46-d0a0c21df2cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.031579 10.0.0.27 - - [2025-04-17 02:28:18] "POST /neutron/network HTTP/1.1" 200 117 0.010410 10.0.0.27 - - [2025-04-17 02:28:18] "GET /projects?obj_uuids=5338e278-0398-4efd-bd46-d0a0c21df2cb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001058 10.0.0.27 - - [2025-04-17 02:28:18] "POST /neutron/network HTTP/1.1" 200 613 0.070264 10.0.0.27 - - [2025-04-17 02:28:18] "POST /route-targets HTTP/1.1" 200 327 0.010036 10.0.0.27 - - [2025-04-17 02:28:18] "POST /ref-update HTTP/1.1" 200 156 0.014526 10.0.0.27 - - [2025-04-17 02:28:18] "POST /useragent-kv HTTP/1.1" 200 115 0.007726 10.0.0.27 - - [2025-04-17 02:28:18] "POST /neutron/subnet HTTP/1.1" 200 715 0.195312 10.0.0.27 - - [2025-04-17 02:28:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.008256 10.0.0.27 - - [2025-04-17 02:28:18] "GET /virtual-network/4fd6f794-e293-4ab4-a416-e5c977184446?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1960 0.004610 10.0.0.27 - - [2025-04-17 02:28:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003616 10.0.0.27 - - [2025-04-17 02:28:18] "POST /neutron/subnet HTTP/1.1" 200 823 0.168800 10.0.0.27 - - [2025-04-17 02:28:18] "POST /neutron/network HTTP/1.1" 200 1003 0.006705 10.0.0.27 - - [2025-04-17 02:28:18] "POST /id-to-fqname HTTP/1.1" 200 228 0.001066 10.0.0.27 - - [2025-04-17 02:28:18] "GET /virtual-network/879eace5-0ef1-4cd8-b828-7f0a3ef7c461?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.004529 10.0.0.27 - - [2025-04-17 02:28:18] "POST /neutron/network HTTP/1.1" 200 1003 0.006979 10.0.0.27 - - [2025-04-17 02:28:18] "GET /virtual-network/879eace5-0ef1-4cd8-b828-7f0a3ef7c461?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.004868 10.0.0.27 - - [2025-04-17 02:28:18] "POST /neutron/network HTTP/1.1" 200 1003 0.007234 10.0.0.27 - - [2025-04-17 02:28:18] "POST /neutron/subnet HTTP/1.1" 200 715 0.006358 10.0.0.27 - - [2025-04-17 02:28:18] "POST /neutron/subnet HTTP/1.1" 200 823 0.006220 10.0.0.27 - - [2025-04-17 02:28:18] "POST /fqname-to-id HTTP/1.1" 404 234 0.001955 10.0.0.27 - - [2025-04-17 02:28:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.001949 10.0.0.27 - - [2025-04-17 02:28:18] "GET /projects?obj_uuids=5338e278-0398-4efd-bd46-d0a0c21df2cb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001675 10.0.0.27 - - [2025-04-17 02:28:18] "GET /project/5338e278-0398-4efd-bd46-d0a0c21df2cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.031004 10.0.0.27 - - [2025-04-17 02:28:18] "POST /network-policys HTTP/1.1" 200 577 0.060243 10.0.0.27 - - [2025-04-17 02:28:18] "GET /network-policy/d69f5cf6-2f80-414f-9610-3d0ab06026d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.004673 10.0.0.27 - - [2025-04-17 02:28:19] "POST /neutron/network HTTP/1.1" 200 1006 0.007119 10.0.0.27 - - [2025-04-17 02:28:19] "POST /fqname-to-id HTTP/1.1" 404 242 0.003173 10.0.0.27 - - [2025-04-17 02:28:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002559 10.0.0.27 - - [2025-04-17 02:28:19] "GET /virtual-network/4fd6f794-e293-4ab4-a416-e5c977184446?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1960 0.009090 10.0.0.27 - - [2025-04-17 02:28:19] "POST /neutron/network HTTP/1.1" 200 1114 0.065554 10.0.0.27 - - [2025-04-17 02:28:19] "POST /access-control-lists HTTP/1.1" 200 596 0.076012 10.0.0.27 - - [2025-04-17 02:28:19] "POST /neutron/network HTTP/1.1" 200 1114 0.037529 10.0.0.27 - - [2025-04-17 02:28:19] "GET /virtual-network/0012661c-0db3-4263-b22f-12194a32f810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.005036 10.0.0.27 - - [2025-04-17 02:28:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005663 10.0.0.27 - - [2025-04-17 02:28:19] "GET /network-policy/d69f5cf6-2f80-414f-9610-3d0ab06026d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.003332 10.0.0.27 - - [2025-04-17 02:28:19] "POST /neutron/network HTTP/1.1" 200 1003 0.012293 10.0.0.27 - - [2025-04-17 02:28:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.006267 10.0.0.27 - - [2025-04-17 02:28:19] "GET /virtual-network/4fd6f794-e293-4ab4-a416-e5c977184446?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1960 0.004956 10.0.0.27 - - [2025-04-17 02:28:19] "PUT /access-control-list/78705303-7ca4-43df-b689-bfa1589bb8d6 HTTP/1.1" 200 272 0.062291 10.0.0.27 - - [2025-04-17 02:28:19] "POST /fqname-to-id HTTP/1.1" 404 242 0.002319 10.0.0.27 - - [2025-04-17 02:28:19] "POST /neutron/network HTTP/1.1" 200 1111 0.097555 10.0.0.27 - - [2025-04-17 02:28:19] "POST /neutron/network HTTP/1.1" 200 1111 0.007279 10.0.0.27 - - [2025-04-17 02:28:19] "GET /virtual-network/879eace5-0ef1-4cd8-b828-7f0a3ef7c461?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.004538 10.0.0.27 - - [2025-04-17 02:28:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002146 10.0.0.27 - - [2025-04-17 02:28:19] "GET /network-policy/d69f5cf6-2f80-414f-9610-3d0ab06026d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.024350 10.0.0.27 - - [2025-04-17 02:28:19] "POST /access-control-lists HTTP/1.1" 200 596 0.065489 10.0.0.27 - - [2025-04-17 02:28:19] "GET /domains HTTP/1.1" 401 292 0.000453 10.0.0.27 - - [2025-04-17 02:28:19] "POST /ref-update HTTP/1.1" 200 156 0.011052 10.0.0.27 - - [2025-04-17 02:28:19] "GET /domains HTTP/1.1" 200 280 0.025156 10.0.0.27 - - [2025-04-17 02:28:19] "GET /domains?obj_uuids=2f062dde-ab10-4df9-9982-bea0b7a691cd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001502 10.0.0.27 - - [2025-04-17 02:28:19] "GET /domain/2f062dde-ab10-4df9-9982-bea0b7a691cd HTTP/1.1" 200 3149 0.009226 10.0.0.27 - - [2025-04-17 02:28:19] "GET /projects?obj_uuids=5338e278-0398-4efd-bd46-d0a0c21df2cb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001085 10.0.0.27 - - [2025-04-17 02:28:19] "GET /project/5338e278-0398-4efd-bd46-d0a0c21df2cb HTTP/1.1" 200 2635 0.070232 10.0.0.27 - - [2025-04-17 02:28:19] "GET /virtual-network/0012661c-0db3-4263-b22f-12194a32f810 HTTP/1.1" 200 3502 0.005871 10.0.0.27 - - [2025-04-17 02:28:19] "GET /virtual-network/0012661c-0db3-4263-b22f-12194a32f810 HTTP/1.1" 200 3502 0.004629 10.0.0.27 - - [2025-04-17 02:28:19] "GET /routing-instance/5b85ace0-4d32-4eff-aefb-9988d92dcf71 HTTP/1.1" 200 1795 0.003181 10.0.0.27 - - [2025-04-17 02:28:19] "GET /routing-instance/5b85ace0-4d32-4eff-aefb-9988d92dcf71 HTTP/1.1" 200 1795 0.002959 10.0.0.27 - - [2025-04-17 02:28:19] "GET /route-target/7f0dbc63-be45-4970-8176-9b48173089b5 HTTP/1.1" 200 1211 0.002827 10.0.0.27 - - [2025-04-17 02:28:19] "GET /virtual-network/0012661c-0db3-4263-b22f-12194a32f810 HTTP/1.1" 200 3502 0.004746 10.0.0.27 - - [2025-04-17 02:28:19] "GET /routing-instance/5b85ace0-4d32-4eff-aefb-9988d92dcf71 HTTP/1.1" 200 1795 0.003148 10.0.0.27 - - [2025-04-17 02:28:19] "GET /virtual-network/0012661c-0db3-4263-b22f-12194a32f810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.004650 10.0.0.27 - - [2025-04-17 02:28:19] "GET /virtual-network/0012661c-0db3-4263-b22f-12194a32f810 HTTP/1.1" 200 3502 0.004238 10.0.0.27 - - [2025-04-17 02:28:20] "GET /routing-instance/5b85ace0-4d32-4eff-aefb-9988d92dcf71 HTTP/1.1" 200 1795 0.002925 10.0.0.27 - - [2025-04-17 02:28:20] "GET /routing-instance/5b85ace0-4d32-4eff-aefb-9988d92dcf71 HTTP/1.1" 200 1795 0.003021 10.0.0.27 - - [2025-04-17 02:28:20] "GET /route-target/7f0dbc63-be45-4970-8176-9b48173089b5 HTTP/1.1" 200 1211 0.002534 10.0.0.27 - - [2025-04-17 02:28:20] "GET /domains HTTP/1.1" 200 280 0.002381 10.0.0.27 - - [2025-04-17 02:28:20] "GET /domains?obj_uuids=2f062dde-ab10-4df9-9982-bea0b7a691cd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000955 10.0.0.27 - - [2025-04-17 02:28:20] "GET /domain/2f062dde-ab10-4df9-9982-bea0b7a691cd HTTP/1.1" 200 3149 0.007061 10.0.0.27 - - [2025-04-17 02:28:20] "GET /projects?obj_uuids=5338e278-0398-4efd-bd46-d0a0c21df2cb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001166 10.0.0.27 - - [2025-04-17 02:28:20] "GET /project/5338e278-0398-4efd-bd46-d0a0c21df2cb HTTP/1.1" 200 2635 0.063719 10.0.0.27 - - [2025-04-17 02:28:20] "GET /virtual-network/0012661c-0db3-4263-b22f-12194a32f810 HTTP/1.1" 200 3502 0.004895 10.0.0.27 - - [2025-04-17 02:28:20] "GET /obj-perms HTTP/1.1" 200 5046 0.048098 10.0.0.27 - - [2025-04-17 02:28:20] "GET /domains HTTP/1.1" 200 280 0.002913 10.0.0.27 - - [2025-04-17 02:28:20] "GET /domains?obj_uuids=2f062dde-ab10-4df9-9982-bea0b7a691cd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001618 10.0.0.27 - - [2025-04-17 02:28:20] "GET /domain/2f062dde-ab10-4df9-9982-bea0b7a691cd HTTP/1.1" 200 3149 0.008024 10.0.0.27 - - [2025-04-17 02:28:20] "GET /projects?obj_uuids=5338e278-0398-4efd-bd46-d0a0c21df2cb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001054 10.0.0.27 - - [2025-04-17 02:28:20] "GET /project/5338e278-0398-4efd-bd46-d0a0c21df2cb HTTP/1.1" 200 2635 0.066343 10.0.0.27 - - [2025-04-17 02:28:20] "GET /virtual-network/879eace5-0ef1-4cd8-b828-7f0a3ef7c461 HTTP/1.1" 200 3496 0.006283 10.0.0.27 - - [2025-04-17 02:28:20] "GET /virtual-network/879eace5-0ef1-4cd8-b828-7f0a3ef7c461 HTTP/1.1" 200 3496 0.004470 10.0.0.27 - - [2025-04-17 02:28:20] "GET /routing-instance/b6569730-f7c8-44ed-bfd6-cf2982fa5cba HTTP/1.1" 200 1796 0.003348 10.0.0.27 - - [2025-04-17 02:28:20] "GET /routing-instance/b6569730-f7c8-44ed-bfd6-cf2982fa5cba HTTP/1.1" 200 1796 0.002959 10.0.0.27 - - [2025-04-17 02:28:20] "GET /route-target/866b6d7c-0876-47f5-a558-f5725983453f HTTP/1.1" 200 1212 0.003150 10.0.0.27 - - [2025-04-17 02:28:20] "GET /virtual-network/879eace5-0ef1-4cd8-b828-7f0a3ef7c461 HTTP/1.1" 200 3496 0.006432 10.0.0.27 - - [2025-04-17 02:28:20] "GET /routing-instance/b6569730-f7c8-44ed-bfd6-cf2982fa5cba HTTP/1.1" 200 1796 0.002848 10.0.0.27 - - [2025-04-17 02:28:20] "GET /virtual-network/879eace5-0ef1-4cd8-b828-7f0a3ef7c461?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.004167 10.0.0.27 - - [2025-04-17 02:28:20] "GET /virtual-network/879eace5-0ef1-4cd8-b828-7f0a3ef7c461 HTTP/1.1" 200 3496 0.004126 10.0.0.27 - - [2025-04-17 02:28:20] "GET /routing-instance/b6569730-f7c8-44ed-bfd6-cf2982fa5cba HTTP/1.1" 200 1796 0.002960 10.0.0.27 - - [2025-04-17 02:28:20] "GET /routing-instance/b6569730-f7c8-44ed-bfd6-cf2982fa5cba HTTP/1.1" 200 1796 0.002621 10.0.0.27 - - [2025-04-17 02:28:20] "GET /route-target/866b6d7c-0876-47f5-a558-f5725983453f HTTP/1.1" 200 1212 0.002376 10.0.0.27 - - [2025-04-17 02:28:20] "GET /domains HTTP/1.1" 200 280 0.001956 10.0.0.27 - - [2025-04-17 02:28:20] "GET /domains?obj_uuids=2f062dde-ab10-4df9-9982-bea0b7a691cd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000922 10.0.0.27 - - [2025-04-17 02:28:20] "GET /domain/2f062dde-ab10-4df9-9982-bea0b7a691cd HTTP/1.1" 200 3149 0.006678 10.0.0.27 - - [2025-04-17 02:28:20] "GET /projects?obj_uuids=5338e278-0398-4efd-bd46-d0a0c21df2cb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000867 10.0.0.27 - - [2025-04-17 02:28:20] "GET /project/5338e278-0398-4efd-bd46-d0a0c21df2cb HTTP/1.1" 200 2635 0.068616 10.0.0.27 - - [2025-04-17 02:28:20] "GET /virtual-network/879eace5-0ef1-4cd8-b828-7f0a3ef7c461 HTTP/1.1" 200 3496 0.004548 10.0.0.27 - - [2025-04-17 02:28:20] "GET /obj-perms HTTP/1.1" 200 5046 0.002826 10.0.0.27 - - [2025-04-17 02:28:20] "GET /virtual-network/879eace5-0ef1-4cd8-b828-7f0a3ef7c461?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.005081 10.0.0.27 - - [2025-04-17 02:28:20] "POST /neutron/network HTTP/1.1" 200 1111 0.007210 10.0.0.27 - - [2025-04-17 02:28:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003132 10.0.0.27 - - [2025-04-17 02:28:20] "GET /virtual-network/4fd6f794-e293-4ab4-a416-e5c977184446?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1960 0.004989 10.0.0.27 - - [2025-04-17 02:28:20] "POST /neutron/network HTTP/1.1" 200 1003 0.050193 10.0.0.27 - - [2025-04-17 02:28:20] "DELETE /access-control-list/0a1c8503-22f3-4862-8c3e-9f97511f4c06 HTTP/1.1" 200 115 0.041380 10.0.0.27 - - [2025-04-17 02:28:20] "POST /neutron/network HTTP/1.1" 200 1003 0.014982 10.0.0.27 - - [2025-04-17 02:28:20] "POST /ref-update HTTP/1.1" 200 156 0.016053 10.0.0.27 - - [2025-04-17 02:28:20] "GET /virtual-network/879eace5-0ef1-4cd8-b828-7f0a3ef7c461?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.008631 10.0.0.27 - - [2025-04-17 02:28:20] "GET /virtual-network/0012661c-0db3-4263-b22f-12194a32f810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.006361 10.0.0.27 - - [2025-04-17 02:28:21] "POST /neutron/network HTTP/1.1" 200 1114 0.007763 10.0.0.27 - - [2025-04-17 02:28:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005558 10.0.0.27 - - [2025-04-17 02:28:21] "GET /virtual-network/4fd6f794-e293-4ab4-a416-e5c977184446?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1960 0.011491 10.0.0.27 - - [2025-04-17 02:28:21] "POST /neutron/network HTTP/1.1" 200 1006 0.059166 10.0.0.27 - - [2025-04-17 02:28:21] "DELETE /access-control-list/78705303-7ca4-43df-b689-bfa1589bb8d6 HTTP/1.1" 200 115 0.050522 10.0.0.27 - - [2025-04-17 02:28:21] "POST /neutron/network HTTP/1.1" 200 1006 0.007379 10.0.0.27 - - [2025-04-17 02:28:21] "GET /virtual-network/0012661c-0db3-4263-b22f-12194a32f810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.004388 10.0.0.27 - - [2025-04-17 02:28:21] "POST /ref-update HTTP/1.1" 200 156 0.020169 10.0.0.27 - - [2025-04-17 02:28:21] "DELETE /network-policy/d69f5cf6-2f80-414f-9610-3d0ab06026d5 HTTP/1.1" 200 115 0.025682 10.0.0.27 - - [2025-04-17 02:28:21] "POST /neutron/network HTTP/1.1" 200 1003 0.007319 10.0.0.27 - - [2025-04-17 02:28:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.27 - - [2025-04-17 02:28:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002166 10.0.0.27 - - [2025-04-17 02:28:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003032 10.0.0.27 - - [2025-04-17 02:28:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002598 10.0.0.27 - - [2025-04-17 02:28:21] "POST /useragent-kv HTTP/1.1" 200 115 0.001925 10.0.0.27 - - [2025-04-17 02:28:21] "POST /neutron/network HTTP/1.1" 200 151 0.094033 10.0.0.27 - - [2025-04-17 02:28:21] "DELETE /route-target/866b6d7c-0876-47f5-a558-f5725983453f HTTP/1.1" 200 115 0.021156 10.0.0.27 - - [2025-04-17 02:28:21] "GET /routing-instance/b6569730-f7c8-44ed-bfd6-cf2982fa5cba HTTP/1.1" 404 171 0.002618 10.0.0.27 - - [2025-04-17 02:28:21] "GET /domains HTTP/1.1" 200 280 0.002121 10.0.0.27 - - [2025-04-17 02:28:21] "GET /domains?obj_uuids=2f062dde-ab10-4df9-9982-bea0b7a691cd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001058 10.0.0.27 - - [2025-04-17 02:28:21] "GET /domain/2f062dde-ab10-4df9-9982-bea0b7a691cd HTTP/1.1" 200 3149 0.049347 10.0.0.27 - - [2025-04-17 02:28:21] "GET /projects?obj_uuids=5338e278-0398-4efd-bd46-d0a0c21df2cb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001090 10.0.0.27 - - [2025-04-17 02:28:21] "GET /project/5338e278-0398-4efd-bd46-d0a0c21df2cb HTTP/1.1" 200 2155 0.067259 10.0.0.27 - - [2025-04-17 02:28:21] "POST /neutron/network HTTP/1.1" 200 1006 0.007159 10.0.0.27 - - [2025-04-17 02:28:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.27 - - [2025-04-17 02:28:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002041 10.0.0.27 - - [2025-04-17 02:28:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002647 10.0.0.27 - - [2025-04-17 02:28:21] "POST /useragent-kv HTTP/1.1" 200 115 0.001821 10.0.0.27 - - [2025-04-17 02:28:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002065 10.0.0.27 - - [2025-04-17 02:28:21] "POST /neutron/network HTTP/1.1" 200 151 0.091503 10.0.0.27 - - [2025-04-17 02:28:21] "DELETE /route-target/7f0dbc63-be45-4970-8176-9b48173089b5 HTTP/1.1" 200 115 0.020523 10.0.0.27 - - [2025-04-17 02:28:21] "GET /routing-instance/5b85ace0-4d32-4eff-aefb-9988d92dcf71 HTTP/1.1" 404 171 0.002640 10.0.0.27 - - [2025-04-17 02:28:21] "GET /domains HTTP/1.1" 200 280 0.002247 10.0.0.27 - - [2025-04-17 02:28:21] "GET /domains?obj_uuids=2f062dde-ab10-4df9-9982-bea0b7a691cd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001023 10.0.0.27 - - [2025-04-17 02:28:21] "GET /domain/2f062dde-ab10-4df9-9982-bea0b7a691cd HTTP/1.1" 200 3149 0.048299 10.0.0.27 - - [2025-04-17 02:28:21] "GET /projects?obj_uuids=5338e278-0398-4efd-bd46-d0a0c21df2cb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001061 10.0.0.27 - - [2025-04-17 02:28:21] "GET /project/5338e278-0398-4efd-bd46-d0a0c21df2cb HTTP/1.1" 200 1910 0.069124 10.0.0.27 - - [2025-04-17 02:28:21] "GET /projects?obj_uuids=5338e278-0398-4efd-bd46-d0a0c21df2cb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001059 10.0.0.27 - - [2025-04-17 02:28:22] "GET /project/5338e278-0398-4efd-bd46-d0a0c21df2cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.026895 10.0.0.27 - - [2025-04-17 02:28:22] "GET /projects?obj_uuids=5338e278-0398-4efd-bd46-d0a0c21df2cb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001041 10.0.0.27 - - [2025-04-17 02:28:22] "GET /project/5338e278-0398-4efd-bd46-d0a0c21df2cb?fields=virtual_networks HTTP/1.1" 200 1058 0.068827 10.0.0.27 - - [2025-04-17 02:28:22] "GET /projects?obj_uuids=5338e278-0398-4efd-bd46-d0a0c21df2cb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001080 10.0.0.27 - - [2025-04-17 02:28:22] "GET /project/5338e278-0398-4efd-bd46-d0a0c21df2cb?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.022943 10.0.0.27 - - [2025-04-17 02:28:22] "GET /projects?obj_uuids=5338e278-0398-4efd-bd46-d0a0c21df2cb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001138 10.0.0.27 - - [2025-04-17 02:28:22] "GET /project/5338e278-0398-4efd-bd46-d0a0c21df2cb?fields=security_groups HTTP/1.1" 200 1292 0.022728 10.0.0.27 - - [2025-04-17 02:28:23] "POST /fqname-to-id HTTP/1.1" 404 190 0.025546 10.0.0.27 - - [2025-04-17 02:28:23] "GET /projects?obj_uuids=c36df768-82da-4098-b68c-a9f523dd2a0a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003202 10.0.0.27 - - [2025-04-17 02:28:23] "GET /domains?obj_uuids=2f062dde-ab10-4df9-9982-bea0b7a691cd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001075 10.0.0.27 - - [2025-04-17 02:28:23] "GET /domain/2f062dde-ab10-4df9-9982-bea0b7a691cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006804 10.0.0.27 - - [2025-04-17 02:28:23] "POST /id-to-fqname HTTP/1.1" 200 192 0.001852 10.0.0.27 - - [2025-04-17 02:28:23] "POST /fqname-to-id HTTP/1.1" 404 201 0.002435 10.0.0.27 - - [2025-04-17 02:28:23] "POST /security-groups HTTP/1.1" 200 593 0.060132 10.0.0.27 - - [2025-04-17 02:28:23] "POST /fqname-to-id HTTP/1.1" 404 236 0.002786 10.0.0.27 - - [2025-04-17 02:28:23] "POST /projects HTTP/1.1" 200 589 0.257437 10.0.0.27 - - [2025-04-17 02:28:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.325269 10.0.0.27 - - [2025-04-17 02:28:23] "POST /access-control-lists HTTP/1.1" 200 598 0.115582 10.0.0.27 - - [2025-04-17 02:28:23] "GET /project/c36df768-82da-4098-b68c-a9f523dd2a0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.448899 10.0.0.27 - - [2025-04-17 02:28:23] "POST /fqname-to-id HTTP/1.1" 404 235 0.008355 10.0.0.27 - - [2025-04-17 02:28:23] "POST /access-control-lists HTTP/1.1" 200 596 0.055975 10.0.0.27 - - [2025-04-17 02:28:24] "GET / HTTP/1.1" 200 35931 0.001798 10.0.0.27 - - [2025-04-17 02:28:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000496 10.0.0.27 - - [2025-04-17 02:28:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.046916 10.0.0.27 - - [2025-04-17 02:28:25] "GET /projects?obj_uuids=c36df768-82da-4098-b68c-a9f523dd2a0a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000960 10.0.0.27 - - [2025-04-17 02:28:25] "GET /project/c36df768-82da-4098-b68c-a9f523dd2a0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.026063 10.0.0.27 - - [2025-04-17 02:28:25] "POST /neutron/network HTTP/1.1" 200 117 0.026747 10.0.0.27 - - [2025-04-17 02:28:25] "GET /projects?obj_uuids=c36df768-82da-4098-b68c-a9f523dd2a0a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001274 10.0.0.27 - - [2025-04-17 02:28:25] "POST /neutron/network HTTP/1.1" 200 607 0.066091 10.0.0.27 - - [2025-04-17 02:28:25] "POST /route-targets HTTP/1.1" 200 327 0.009048 10.0.0.27 - - [2025-04-17 02:28:25] "POST /ref-update HTTP/1.1" 200 156 0.009531 10.0.0.27 - - [2025-04-17 02:28:25] "POST /useragent-kv HTTP/1.1" 200 115 0.006110 10.0.0.27 - - [2025-04-17 02:28:25] "POST /neutron/subnet HTTP/1.1" 200 734 0.193726 10.0.0.27 - - [2025-04-17 02:28:26] "POST /neutron/network HTTP/1.1" 200 828 0.004785 10.0.0.27 - - [2025-04-17 02:28:26] "POST /id-to-fqname HTTP/1.1" 200 222 0.001107 10.0.0.27 - - [2025-04-17 02:28:26] "GET /virtual-network/44ae14ee-8f86-4dae-bcbf-36c70f506aec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004287 10.0.0.27 - - [2025-04-17 02:28:26] "POST /neutron/network HTTP/1.1" 200 828 0.005986 10.0.0.27 - - [2025-04-17 02:28:26] "GET /virtual-network/44ae14ee-8f86-4dae-bcbf-36c70f506aec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004262 10.0.0.27 - - [2025-04-17 02:28:26] "POST /neutron/network HTTP/1.1" 200 828 0.006001 10.0.0.27 - - [2025-04-17 02:28:26] "POST /neutron/subnet HTTP/1.1" 200 734 0.007588 10.0.0.27 - - [2025-04-17 02:28:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002063 10.0.0.27 - - [2025-04-17 02:28:26] "GET /projects?obj_uuids=c36df768-82da-4098-b68c-a9f523dd2a0a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001016 10.0.0.27 - - [2025-04-17 02:28:26] "GET /project/c36df768-82da-4098-b68c-a9f523dd2a0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.021195 10.0.0.27 - - [2025-04-17 02:28:26] "POST /neutron/network HTTP/1.1" 200 117 0.008143 10.0.0.27 - - [2025-04-17 02:28:26] "GET /projects?obj_uuids=c36df768-82da-4098-b68c-a9f523dd2a0a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001271 10.0.0.27 - - [2025-04-17 02:28:26] "POST /neutron/network HTTP/1.1" 200 607 0.062521 10.0.0.27 - - [2025-04-17 02:28:26] "POST /route-targets HTTP/1.1" 200 327 0.015205 10.0.0.27 - - [2025-04-17 02:28:26] "POST /ref-update HTTP/1.1" 200 156 0.009119 10.0.0.27 - - [2025-04-17 02:28:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002549 10.0.0.27 - - [2025-04-17 02:28:26] "POST /neutron/subnet HTTP/1.1" 200 724 0.146987 10.0.0.27 - - [2025-04-17 02:28:26] "POST /neutron/network HTTP/1.1" 200 826 0.004755 10.0.0.27 - - [2025-04-17 02:28:26] "POST /id-to-fqname HTTP/1.1" 200 222 0.001083 10.0.0.27 - - [2025-04-17 02:28:26] "GET /virtual-network/6e03a2e7-4651-46fe-9f80-e3f4aa16fe84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004417 10.0.0.27 - - [2025-04-17 02:28:26] "POST /neutron/network HTTP/1.1" 200 826 0.004993 10.0.0.27 - - [2025-04-17 02:28:26] "GET /virtual-network/6e03a2e7-4651-46fe-9f80-e3f4aa16fe84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004575 10.0.0.27 - - [2025-04-17 02:28:26] "POST /neutron/network HTTP/1.1" 200 826 0.005021 10.0.0.27 - - [2025-04-17 02:28:26] "POST /neutron/subnet HTTP/1.1" 200 724 0.006340 10.0.0.27 - - [2025-04-17 02:28:26] "POST /fqname-to-id HTTP/1.1" 404 228 0.002153 10.0.0.27 - - [2025-04-17 02:28:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002917 10.0.0.27 - - [2025-04-17 02:28:26] "GET /projects?obj_uuids=c36df768-82da-4098-b68c-a9f523dd2a0a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001031 10.0.0.27 - - [2025-04-17 02:28:26] "GET /project/c36df768-82da-4098-b68c-a9f523dd2a0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.023645 10.0.0.27 - - [2025-04-17 02:28:26] "POST /network-policys HTTP/1.1" 200 571 0.016187 10.0.0.27 - - [2025-04-17 02:28:26] "GET /network-policy/b5199f03-4a58-48bc-948a-558058d13c8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.004649 10.0.0.27 - - [2025-04-17 02:28:27] "POST /neutron/network HTTP/1.1" 200 828 0.005576 10.0.0.27 - - [2025-04-17 02:28:27] "POST /fqname-to-id HTTP/1.1" 404 236 0.005354 10.0.0.27 - - [2025-04-17 02:28:27] "POST /neutron/network HTTP/1.1" 200 930 0.044765 10.0.0.27 - - [2025-04-17 02:28:27] "POST /neutron/network HTTP/1.1" 200 930 0.041585 10.0.0.27 - - [2025-04-17 02:28:27] "POST /access-control-lists HTTP/1.1" 200 590 0.064339 10.0.0.27 - - [2025-04-17 02:28:27] "GET /virtual-network/44ae14ee-8f86-4dae-bcbf-36c70f506aec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.011442 10.0.0.27 - - [2025-04-17 02:28:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002094 10.0.0.27 - - [2025-04-17 02:28:27] "GET /network-policy/b5199f03-4a58-48bc-948a-558058d13c8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.003336 10.0.0.27 - - [2025-04-17 02:28:27] "POST /neutron/network HTTP/1.1" 200 826 0.005099 10.0.0.27 - - [2025-04-17 02:28:27] "POST /neutron/network HTTP/1.1" 200 928 0.083086 10.0.0.27 - - [2025-04-17 02:28:27] "PUT /access-control-list/d520ba8e-63fa-4975-b315-e5c846c87048 HTTP/1.1" 200 272 0.056660 10.0.0.27 - - [2025-04-17 02:28:27] "POST /fqname-to-id HTTP/1.1" 404 236 0.005188 10.0.0.27 - - [2025-04-17 02:28:27] "POST /neutron/network HTTP/1.1" 200 928 0.005568 10.0.0.27 - - [2025-04-17 02:28:27] "GET /virtual-network/6e03a2e7-4651-46fe-9f80-e3f4aa16fe84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004745 10.0.0.27 - - [2025-04-17 02:28:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002643 10.0.0.27 - - [2025-04-17 02:28:27] "GET /network-policy/b5199f03-4a58-48bc-948a-558058d13c8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.044575 10.0.0.27 - - [2025-04-17 02:28:27] "POST /access-control-lists HTTP/1.1" 200 590 0.073021 10.0.0.27 - - [2025-04-17 02:28:27] "GET /domains HTTP/1.1" 401 292 0.002564 10.0.0.27 - - [2025-04-17 02:28:27] "POST /ref-update HTTP/1.1" 200 156 0.023456 10.0.0.27 - - [2025-04-17 02:28:27] "GET /domains HTTP/1.1" 200 280 0.021650 10.0.0.27 - - [2025-04-17 02:28:27] "GET /domains?obj_uuids=2f062dde-ab10-4df9-9982-bea0b7a691cd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001269 10.0.0.27 - - [2025-04-17 02:28:27] "GET /domain/2f062dde-ab10-4df9-9982-bea0b7a691cd HTTP/1.1" 200 3337 0.007941 10.0.0.27 - - [2025-04-17 02:28:27] "GET /projects?obj_uuids=c36df768-82da-4098-b68c-a9f523dd2a0a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000989 10.0.0.27 - - [2025-04-17 02:28:27] "GET /project/c36df768-82da-4098-b68c-a9f523dd2a0a HTTP/1.1" 200 2582 0.065025 10.0.0.27 - - [2025-04-17 02:28:27] "GET /virtual-network/44ae14ee-8f86-4dae-bcbf-36c70f506aec HTTP/1.1" 200 2897 0.005269 10.0.0.27 - - [2025-04-17 02:28:27] "GET /virtual-network/44ae14ee-8f86-4dae-bcbf-36c70f506aec HTTP/1.1" 200 2897 0.004019 10.0.0.27 - - [2025-04-17 02:28:27] "GET /routing-instance/ba8ba0be-7aac-4b8b-a8a8-2cf1e7d2caa1 HTTP/1.1" 200 1784 0.002947 10.0.0.27 - - [2025-04-17 02:28:27] "GET /routing-instance/ba8ba0be-7aac-4b8b-a8a8-2cf1e7d2caa1 HTTP/1.1" 200 1784 0.002646 10.0.0.27 - - [2025-04-17 02:28:27] "GET /route-target/2c109ae3-cdc8-49c1-9310-2bf123902c27 HTTP/1.1" 200 1206 0.002799 10.0.0.27 - - [2025-04-17 02:28:27] "GET /virtual-network/44ae14ee-8f86-4dae-bcbf-36c70f506aec HTTP/1.1" 200 2897 0.004047 10.0.0.27 - - [2025-04-17 02:28:27] "GET /routing-instance/ba8ba0be-7aac-4b8b-a8a8-2cf1e7d2caa1 HTTP/1.1" 200 1784 0.002530 10.0.0.27 - - [2025-04-17 02:28:27] "GET /virtual-network/44ae14ee-8f86-4dae-bcbf-36c70f506aec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.004000 10.0.0.27 - - [2025-04-17 02:28:27] "GET /virtual-network/44ae14ee-8f86-4dae-bcbf-36c70f506aec HTTP/1.1" 200 2897 0.004354 10.0.0.27 - - [2025-04-17 02:28:27] "GET /routing-instance/ba8ba0be-7aac-4b8b-a8a8-2cf1e7d2caa1 HTTP/1.1" 200 1784 0.002810 10.0.0.27 - - [2025-04-17 02:28:27] "GET /routing-instance/ba8ba0be-7aac-4b8b-a8a8-2cf1e7d2caa1 HTTP/1.1" 200 1784 0.002752 10.0.0.27 - - [2025-04-17 02:28:27] "GET /route-target/2c109ae3-cdc8-49c1-9310-2bf123902c27 HTTP/1.1" 200 1206 0.002388 10.0.0.27 - - [2025-04-17 02:28:28] "GET /domains HTTP/1.1" 200 280 0.002862 10.0.0.27 - - [2025-04-17 02:28:28] "GET /domains?obj_uuids=2f062dde-ab10-4df9-9982-bea0b7a691cd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000969 10.0.0.27 - - [2025-04-17 02:28:28] "GET /domain/2f062dde-ab10-4df9-9982-bea0b7a691cd HTTP/1.1" 200 3337 0.006501 10.0.0.27 - - [2025-04-17 02:28:28] "GET /projects?obj_uuids=c36df768-82da-4098-b68c-a9f523dd2a0a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000923 10.0.0.27 - - [2025-04-17 02:28:28] "GET /project/c36df768-82da-4098-b68c-a9f523dd2a0a HTTP/1.1" 200 2582 0.067780 10.0.0.27 - - [2025-04-17 02:28:28] "GET /virtual-network/44ae14ee-8f86-4dae-bcbf-36c70f506aec HTTP/1.1" 200 2897 0.004214 10.0.0.27 - - [2025-04-17 02:28:28] "GET /obj-perms HTTP/1.1" 200 5034 0.041934 10.0.0.27 - - [2025-04-17 02:28:28] "GET /domains HTTP/1.1" 200 280 0.002882 10.0.0.27 - - [2025-04-17 02:28:28] "GET /domains?obj_uuids=2f062dde-ab10-4df9-9982-bea0b7a691cd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000993 10.0.0.27 - - [2025-04-17 02:28:28] "GET /domain/2f062dde-ab10-4df9-9982-bea0b7a691cd HTTP/1.1" 200 3337 0.006675 10.0.0.27 - - [2025-04-17 02:28:28] "GET /projects?obj_uuids=c36df768-82da-4098-b68c-a9f523dd2a0a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000922 10.0.0.27 - - [2025-04-17 02:28:28] "GET /project/c36df768-82da-4098-b68c-a9f523dd2a0a HTTP/1.1" 200 2582 0.068008 10.0.0.27 - - [2025-04-17 02:28:28] "GET /virtual-network/6e03a2e7-4651-46fe-9f80-e3f4aa16fe84 HTTP/1.1" 200 2892 0.006494 10.0.0.27 - - [2025-04-17 02:28:28] "GET /virtual-network/6e03a2e7-4651-46fe-9f80-e3f4aa16fe84 HTTP/1.1" 200 2892 0.004135 10.0.0.27 - - [2025-04-17 02:28:28] "GET /routing-instance/032412e7-ba6b-49e4-a623-87eb2d21ce7b HTTP/1.1" 200 1782 0.003335 10.0.0.27 - - [2025-04-17 02:28:28] "GET /routing-instance/032412e7-ba6b-49e4-a623-87eb2d21ce7b HTTP/1.1" 200 1782 0.002747 10.0.0.27 - - [2025-04-17 02:28:28] "GET /route-target/0273dde1-f106-4dbb-9b20-6a86280a6e59 HTTP/1.1" 200 1205 0.002444 10.0.0.27 - - [2025-04-17 02:28:28] "GET /virtual-network/6e03a2e7-4651-46fe-9f80-e3f4aa16fe84 HTTP/1.1" 200 2892 0.003873 10.0.0.27 - - [2025-04-17 02:28:28] "GET /routing-instance/032412e7-ba6b-49e4-a623-87eb2d21ce7b HTTP/1.1" 200 1782 0.002660 10.0.0.27 - - [2025-04-17 02:28:28] "GET /virtual-network/6e03a2e7-4651-46fe-9f80-e3f4aa16fe84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.003834 10.0.0.27 - - [2025-04-17 02:28:28] "GET /virtual-network/6e03a2e7-4651-46fe-9f80-e3f4aa16fe84 HTTP/1.1" 200 2892 0.003946 10.0.0.27 - - [2025-04-17 02:28:28] "GET /routing-instance/032412e7-ba6b-49e4-a623-87eb2d21ce7b HTTP/1.1" 200 1782 0.002748 10.0.0.27 - - [2025-04-17 02:28:28] "GET /routing-instance/032412e7-ba6b-49e4-a623-87eb2d21ce7b HTTP/1.1" 200 1782 0.003281 10.0.0.27 - - [2025-04-17 02:28:28] "GET /route-target/0273dde1-f106-4dbb-9b20-6a86280a6e59 HTTP/1.1" 200 1205 0.002433 10.0.0.27 - - [2025-04-17 02:28:28] "GET /domains HTTP/1.1" 200 280 0.002407 10.0.0.27 - - [2025-04-17 02:28:28] "GET /domains?obj_uuids=2f062dde-ab10-4df9-9982-bea0b7a691cd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000938 10.0.0.27 - - [2025-04-17 02:28:28] "GET /domain/2f062dde-ab10-4df9-9982-bea0b7a691cd HTTP/1.1" 200 3337 0.006859 10.0.0.27 - - [2025-04-17 02:28:28] "GET /projects?obj_uuids=c36df768-82da-4098-b68c-a9f523dd2a0a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000947 10.0.0.27 - - [2025-04-17 02:28:28] "GET /project/c36df768-82da-4098-b68c-a9f523dd2a0a HTTP/1.1" 200 2582 0.070536 10.0.0.27 - - [2025-04-17 02:28:28] "GET /virtual-network/6e03a2e7-4651-46fe-9f80-e3f4aa16fe84 HTTP/1.1" 200 2892 0.004707 10.0.0.27 - - [2025-04-17 02:28:28] "GET /obj-perms HTTP/1.1" 200 5034 0.002608 10.0.0.27 - - [2025-04-17 02:28:28] "POST /id-to-fqname HTTP/1.1" 200 222 0.001858 10.0.0.27 - - [2025-04-17 02:28:29] "POST /neutron/network HTTP/1.1" 200 940 0.006493 10.0.0.27 - - [2025-04-17 02:28:29] "GET /aaa-mode HTTP/1.1" 401 292 0.000371 10.0.0.27 - - [2025-04-17 02:28:29] "GET / HTTP/1.1" 200 35931 0.001661 10.0.0.27 - - [2025-04-17 02:28:29] "GET /project/c36df768-82da-4098-b68c-a9f523dd2a0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000381 10.0.0.27 - - [2025-04-17 02:28:29] "GET /projects?obj_uuids=c36df768-82da-4098-b68c-a9f523dd2a0a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001353 10.0.0.27 - - [2025-04-17 02:28:29] "GET /project/c36df768-82da-4098-b68c-a9f523dd2a0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.045602 10.0.0.27 - - [2025-04-17 02:28:29] "POST /neutron/network HTTP/1.1" 200 930 0.005276 10.0.0.27 - - [2025-04-17 02:28:29] "POST /neutron/port HTTP/1.1" 200 117 0.006064 10.0.0.27 - - [2025-04-17 02:28:29] "POST /neutron/port HTTP/1.1" 200 117 0.004845 10.0.0.27 - - [2025-04-17 02:28:29] "POST /id-to-fqname HTTP/1.1" 200 222 0.001233 10.0.0.27 - - [2025-04-17 02:28:29] "POST /neutron/port HTTP/1.1" 200 117 0.005613 10.0.0.27 - - [2025-04-17 02:28:30] "POST /neutron/network HTTP/1.1" 200 938 0.006630 10.0.0.27 - - [2025-04-17 02:28:30] "GET /aaa-mode HTTP/1.1" 401 292 0.000392 10.0.0.27 - - [2025-04-17 02:28:30] "POST /neutron/network HTTP/1.1" 200 940 0.005322 10.0.0.27 - - [2025-04-17 02:28:30] "GET /projects?obj_uuids=c36df768-82da-4098-b68c-a9f523dd2a0a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001079 10.0.0.27 - - [2025-04-17 02:28:30] "GET / HTTP/1.1" 200 35931 0.001383 10.0.0.27 - - [2025-04-17 02:28:30] "GET /project/c36df768-82da-4098-b68c-a9f523dd2a0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000372 10.0.0.27 - - [2025-04-17 02:28:30] "POST /neutron/port HTTP/1.1" 200 1064 0.203476 10.0.0.27 - - [2025-04-17 02:28:30] "POST /neutron/port HTTP/1.1" 200 1064 0.009224 10.0.0.27 - - [2025-04-17 02:28:30] "POST /neutron/port HTTP/1.1" 200 1064 0.008639 10.0.0.27 - - [2025-04-17 02:28:30] "POST /neutron/port HTTP/1.1" 200 1118 0.049765 10.0.0.27 - - [2025-04-17 02:28:30] "POST /neutron/port HTTP/1.1" 200 1092 0.014764 10.0.0.27 - - [2025-04-17 02:28:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003440 10.0.0.27 - - [2025-04-17 02:28:30] "POST /neutron/subnet HTTP/1.1" 200 708 0.008899 10.0.0.27 - - [2025-04-17 02:28:30] "POST /neutron/port HTTP/1.1" 200 117 0.001011 10.0.0.27 - - [2025-04-17 02:28:30] "POST /neutron/network HTTP/1.1" 200 930 0.005071 10.0.0.27 - - [2025-04-17 02:28:30] "GET /projects?obj_uuids=c36df768-82da-4098-b68c-a9f523dd2a0a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001486 10.0.0.27 - - [2025-04-17 02:28:30] "GET /project/c36df768-82da-4098-b68c-a9f523dd2a0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.049007 10.0.0.27 - - [2025-04-17 02:28:30] "POST /neutron/network HTTP/1.1" 200 928 0.005952 10.0.0.27 - - [2025-04-17 02:28:30] "POST /neutron/port HTTP/1.1" 200 1092 0.025447 10.0.0.27 - - [2025-04-17 02:28:30] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007930 10.0.0.27 - - [2025-04-17 02:28:31] "POST /neutron/port HTTP/1.1" 200 117 0.006180 10.0.0.27 - - [2025-04-17 02:28:31] "POST /neutron/port HTTP/1.1" 200 1092 0.017143 10.0.0.27 - - [2025-04-17 02:28:31] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007034 10.0.0.27 - - [2025-04-17 02:28:31] "POST /neutron/network HTTP/1.1" 200 938 0.011501 10.0.0.27 - - [2025-04-17 02:28:31] "GET /projects?obj_uuids=c36df768-82da-4098-b68c-a9f523dd2a0a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001145 10.0.0.27 - - [2025-04-17 02:28:31] "DELETE /project/d3e66669a1a54ba899fa97de384fc14a HTTP/1.1" 404 173 0.013709 10.0.0.27 - - [2025-04-17 02:28:31] "DELETE /project/5338e27803984efdbd46d0a0c21df2cb HTTP/1.1" 404 173 0.018934 10.0.0.27 - - [2025-04-17 02:28:31] "DELETE /project/47ed0d1a92924a5a8421d800dc75dc53 HTTP/1.1" 404 173 0.018205 10.0.0.27 - - [2025-04-17 02:28:31] "DELETE /project/c36df76882da4098b68ca9f523dd2a0a HTTP/1.1" 404 173 0.023284 10.0.0.27 - - [2025-04-17 02:28:31] "GET /projects?obj_uuids=5338e278-0398-4efd-bd46-d0a0c21df2cb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000937 10.0.0.27 - - [2025-04-17 02:28:31] "GET /projects?obj_uuids=87895ddc-00f0-4f50-a100-3138117a80b4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000895 10.0.0.27 - - [2025-04-17 02:28:31] "GET /projects?obj_uuids=d3e66669-a1a5-4ba8-99fa-97de384fc14a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000871 10.0.0.27 - - [2025-04-17 02:28:31] "GET /projects?obj_uuids=47ed0d1a-9292-4a5a-8421-d800dc75dc53&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001125 10.0.0.27 - - [2025-04-17 02:28:31] "PUT /access-control-list/dba9cffb-0fcf-4c09-a842-c9c368ee106c HTTP/1.1" 200 272 0.073287 10.0.0.27 - - [2025-04-17 02:28:31] "GET /project/47ed0d1a-9292-4a5a-8421-d800dc75dc53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.138879 10.0.0.27 - - [2025-04-17 02:28:31] "GET /project/5338e278-0398-4efd-bd46-d0a0c21df2cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1510 0.151274 10.0.0.27 - - [2025-04-17 02:28:31] "GET /project/d3e66669-a1a5-4ba8-99fa-97de384fc14a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.152251 10.0.0.27 - - [2025-04-17 02:28:31] "GET /project/87895ddc-00f0-4f50-a100-3138117a80b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1526 0.160278 10.0.0.27 - - [2025-04-17 02:28:31] "GET /projects?obj_uuids=87895ddc-00f0-4f50-a100-3138117a80b4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001187 10.0.0.27 - - [2025-04-17 02:28:31] "GET /projects?obj_uuids=d3e66669-a1a5-4ba8-99fa-97de384fc14a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000861 10.0.0.27 - - [2025-04-17 02:28:31] "GET /projects?obj_uuids=5338e278-0398-4efd-bd46-d0a0c21df2cb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000809 10.0.0.27 - - [2025-04-17 02:28:31] "GET /projects?obj_uuids=47ed0d1a-9292-4a5a-8421-d800dc75dc53&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000802 10.0.0.27 - - [2025-04-17 02:28:31] "GET /project/47ed0d1a-9292-4a5a-8421-d800dc75dc53?fields=security_groups HTTP/1.1" 200 1357 0.085428 10.0.0.27 - - [2025-04-17 02:28:31] "GET /project/5338e278-0398-4efd-bd46-d0a0c21df2cb?fields=security_groups HTTP/1.1" 200 1397 0.095527 10.0.0.27 - - [2025-04-17 02:28:31] "GET /project/87895ddc-00f0-4f50-a100-3138117a80b4?fields=security_groups HTTP/1.1" 200 1409 0.109760 10.0.0.27 - - [2025-04-17 02:28:31] "GET /project/d3e66669-a1a5-4ba8-99fa-97de384fc14a?fields=security_groups HTTP/1.1" 200 1383 0.115997 10.0.0.27 - - [2025-04-17 02:28:31] "DELETE /security-group/683564bc-fc00-4508-b8d1-b877dd6f2358 HTTP/1.1" 200 115 0.097885 10.0.0.27 - - [2025-04-17 02:28:31] "GET /projects?obj_uuids=47ed0d1a-9292-4a5a-8421-d800dc75dc53&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001338 10.0.0.27 - - [2025-04-17 02:28:31] "DELETE /security-group/c606efd3-679c-4478-ae96-22d45d91792e HTTP/1.1" 200 115 0.120851 10.0.0.27 - - [2025-04-17 02:28:31] "GET /projects?obj_uuids=5338e278-0398-4efd-bd46-d0a0c21df2cb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001030 10.0.0.27 - - [2025-04-17 02:28:31] "DELETE /access-control-list/da4eadae-ae7e-417e-b200-ed276f6fe0f6 HTTP/1.1" 200 115 0.084758 10.0.0.27 - - [2025-04-17 02:28:31] "GET /project/47ed0d1a-9292-4a5a-8421-d800dc75dc53?fields=application_policy_sets HTTP/1.1" 200 1396 0.072177 10.0.0.27 - - [2025-04-17 02:28:31] "POST /neutron/port HTTP/1.1" 200 1062 0.628560 10.0.0.27 - - [2025-04-17 02:28:31] "GET /project/5338e278-0398-4efd-bd46-d0a0c21df2cb?fields=application_policy_sets HTTP/1.1" 200 1436 0.053325 10.0.0.27 - - [2025-04-17 02:28:31] "DELETE /security-group/bdfb1cbe-4404-4964-9564-bc8e5e4b431c HTTP/1.1" 200 115 0.175682 10.0.0.27 - - [2025-04-17 02:28:31] "GET /projects?obj_uuids=87895ddc-00f0-4f50-a100-3138117a80b4&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001579 10.0.0.27 - - [2025-04-17 02:28:31] "DELETE /security-group/ab4e4326-153e-4705-8c77-3df8089d2971 HTTP/1.1" 200 115 0.182133 10.0.0.27 - - [2025-04-17 02:28:31] "DELETE /access-control-list/c90ba07b-b3f3-49c8-8754-6358c845f4a0 HTTP/1.1" 200 115 0.079968 10.0.0.27 - - [2025-04-17 02:28:31] "POST /neutron/port HTTP/1.1" 200 1062 0.028740 10.0.0.27 - - [2025-04-17 02:28:31] "GET /projects?obj_uuids=d3e66669-a1a5-4ba8-99fa-97de384fc14a&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000952 10.0.0.27 - - [2025-04-17 02:28:31] "POST /neutron/port HTTP/1.1" 200 1062 0.020998 10.0.0.27 - - [2025-04-17 02:28:31] "GET /project/87895ddc-00f0-4f50-a100-3138117a80b4?fields=application_policy_sets HTTP/1.1" 200 1448 0.062438 10.0.0.27 - - [2025-04-17 02:28:32] "DELETE /access-control-list/64a58e81-6718-43e1-8018-73a7a01247cc HTTP/1.1" 200 115 0.068351 10.0.0.27 - - [2025-04-17 02:28:32] "GET /project/d3e66669-a1a5-4ba8-99fa-97de384fc14a?fields=application_policy_sets HTTP/1.1" 200 1422 0.107862 10.0.0.27 - - [2025-04-17 02:28:32] "DELETE /access-control-list/0f0ccf49-6b3f-4abe-b938-29faf9d4e69c HTTP/1.1" 200 115 0.050546 10.0.0.27 - - [2025-04-17 02:28:32] "POST /neutron/port HTTP/1.1" 200 1116 0.157359 10.0.0.27 - - [2025-04-17 02:28:32] "DELETE /project/47ed0d1a-9292-4a5a-8421-d800dc75dc53 HTTP/1.1" 200 115 0.755444 10.0.0.27 - - [2025-04-17 02:28:32] "DELETE /project/5338e278-0398-4efd-bd46-d0a0c21df2cb HTTP/1.1" 200 115 0.777215 10.0.0.27 - - [2025-04-17 02:28:32] "DELETE /access-control-list/3971a523-ac83-453e-bd97-f6475533a39e HTTP/1.1" 200 115 0.069094 10.0.0.27 - - [2025-04-17 02:28:32] "DELETE /access-control-list/da0b31a9-abbd-43e9-89de-fb2cc3d4afde HTTP/1.1" 200 115 0.040374 10.0.0.27 - - [2025-04-17 02:28:32] "POST /neutron/port HTTP/1.1" 200 1090 0.039086 10.0.0.27 - - [2025-04-17 02:28:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003986 10.0.0.27 - - [2025-04-17 02:28:32] "DELETE /project/87895ddc-00f0-4f50-a100-3138117a80b4 HTTP/1.1" 200 115 0.863037 10.0.0.27 - - [2025-04-17 02:28:32] "DELETE /access-control-list/9b1c2639-3fa1-4067-8ac1-7e1a3c90a9c4 HTTP/1.1" 200 115 0.026447 10.0.0.27 - - [2025-04-17 02:28:32] "POST /neutron/subnet HTTP/1.1" 200 698 0.017612 10.0.0.27 - - [2025-04-17 02:28:32] "DELETE /project/d3e66669-a1a5-4ba8-99fa-97de384fc14a HTTP/1.1" 200 115 0.886378 10.0.0.27 - - [2025-04-17 02:28:32] "DELETE /access-control-list/93d57992-3349-4518-b7c3-9ec581cbbc9c HTTP/1.1" 200 115 0.030149 10.0.0.27 - - [2025-04-17 02:28:32] "POST /neutron/port HTTP/1.1" 200 117 0.001026 10.0.0.27 - - [2025-04-17 02:28:32] "POST /neutron/network HTTP/1.1" 200 928 0.007142 10.0.0.27 - - [2025-04-17 02:28:36] "POST /neutron/port HTTP/1.1" 200 1092 0.015265 10.0.0.27 - - [2025-04-17 02:28:36] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005470 10.0.0.27 - - [2025-04-17 02:28:36] "POST /neutron/port HTTP/1.1" 200 1092 0.015024 10.0.0.27 - - [2025-04-17 02:28:36] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006099 10.0.0.27 - - [2025-04-17 02:28:36] "POST /neutron/port HTTP/1.1" 200 1092 0.014345 10.0.0.27 - - [2025-04-17 02:28:36] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010378 10.0.0.27 - - [2025-04-17 02:28:36] "GET /virtual-machine/f7fd1878-7c35-4621-ba17-4b1b2468126d HTTP/1.1" 200 1295 0.005644 10.0.0.27 - - [2025-04-17 02:28:36] "GET /virtual-machine-interface/0c5254d3-299b-482e-a735-b5ce4b90e401 HTTP/1.1" 200 2950 0.004330 10.0.0.27 - - [2025-04-17 02:28:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002622 10.0.0.27 - - [2025-04-17 02:28:36] "GET /global-vrouter-config/f44ad623-3db7-4a6b-9af9-3aea78651ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002821 10.0.0.27 - - [2025-04-17 02:28:36] "GET /virtual-networks?parent_id=c36df768-82da-4098-b68c-a9f523dd2a0a&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003217 10.0.0.27 - - [2025-04-17 02:28:36] "GET /virtual-network/44ae14ee-8f86-4dae-bcbf-36c70f506aec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.004877 10.0.0.27 - - [2025-04-17 02:28:37] "GET /obj-perms HTTP/1.1" 200 5056 0.043528 10.0.0.27 - - [2025-04-17 02:28:38] "GET /obj-perms HTTP/1.1" 200 5056 0.043151 10.0.0.27 - - [2025-04-17 02:28:38] "POST /neutron/port HTTP/1.1" 200 1092 0.016977 10.0.0.27 - - [2025-04-17 02:28:38] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004699 10.0.0.27 - - [2025-04-17 02:28:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002943 10.0.0.27 - - [2025-04-17 02:28:39] "GET /virtual-network/44ae14ee-8f86-4dae-bcbf-36c70f506aec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.004488 10.0.0.27 - - [2025-04-17 02:28:40] "POST /neutron/port HTTP/1.1" 200 1090 0.014959 10.0.0.27 - - [2025-04-17 02:28:40] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005502 10.0.0.27 - - [2025-04-17 02:28:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.27 - - [2025-04-17 02:28:41] "GET /global-vrouter-config/f44ad623-3db7-4a6b-9af9-3aea78651ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003841 10.0.0.27 - - [2025-04-17 02:28:41] "GET /virtual-networks?parent_id=c36df768-82da-4098-b68c-a9f523dd2a0a&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004142 10.0.0.27 - - [2025-04-17 02:28:41] "GET /virtual-network/44ae14ee-8f86-4dae-bcbf-36c70f506aec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.005269 10.0.0.27 - - [2025-04-17 02:28:42] "POST /neutron/port HTTP/1.1" 200 1090 0.016754 10.0.0.27 - - [2025-04-17 02:28:42] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005903 10.0.0.27 - - [2025-04-17 02:28:42] "POST /neutron/port HTTP/1.1" 200 1090 0.015175 10.0.0.27 - - [2025-04-17 02:28:42] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005902 10.0.0.27 - - [2025-04-17 02:28:42] "POST /neutron/port HTTP/1.1" 200 1090 0.016146 10.0.0.27 - - [2025-04-17 02:28:42] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006555 10.0.0.27 - - [2025-04-17 02:28:42] "GET /virtual-machine/76a0b973-9309-445e-97eb-33d93f502199 HTTP/1.1" 200 1294 0.004880 10.0.0.27 - - [2025-04-17 02:28:42] "GET /virtual-machine-interface/4186c556-acf6-48d2-a982-b1d253325e94 HTTP/1.1" 200 2951 0.004646 10.0.0.27 - - [2025-04-17 02:28:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002804 10.0.0.27 - - [2025-04-17 02:28:42] "GET /global-vrouter-config/f44ad623-3db7-4a6b-9af9-3aea78651ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002807 10.0.0.27 - - [2025-04-17 02:28:42] "GET /virtual-networks?parent_id=c36df768-82da-4098-b68c-a9f523dd2a0a&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003232 10.0.0.27 - - [2025-04-17 02:28:42] "GET /virtual-network/6e03a2e7-4651-46fe-9f80-e3f4aa16fe84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005531 10.0.0.27 - - [2025-04-17 02:28:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.27 - - [2025-04-17 02:28:43] "GET /global-vrouter-config/f44ad623-3db7-4a6b-9af9-3aea78651ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003645 10.0.0.27 - - [2025-04-17 02:28:43] "GET /virtual-networks?parent_id=c36df768-82da-4098-b68c-a9f523dd2a0a&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002913 10.0.0.27 - - [2025-04-17 02:28:43] "GET /virtual-network/6e03a2e7-4651-46fe-9f80-e3f4aa16fe84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005494 10.0.0.27 - - [2025-04-17 02:28:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002708 10.0.0.27 - - [2025-04-17 02:28:47] "GET /projects?obj_uuids=c36df768-82da-4098-b68c-a9f523dd2a0a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000983 10.0.0.27 - - [2025-04-17 02:28:47] "GET /project/c36df768-82da-4098-b68c-a9f523dd2a0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.027783 10.0.0.27 - - [2025-04-17 02:28:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004369 10.0.0.27 - - [2025-04-17 02:28:47] "PUT /network-policy/b5199f03-4a58-48bc-948a-558058d13c8d HTTP/1.1" 200 262 0.010954 10.0.0.27 - - [2025-04-17 02:28:47] "PUT /access-control-list/d520ba8e-63fa-4975-b315-e5c846c87048 HTTP/1.1" 200 272 0.053085 10.0.0.27 - - [2025-04-17 02:28:47] "POST /ref-update HTTP/1.1" 200 156 0.012795 10.0.0.27 - - [2025-04-17 02:28:47] "PUT /access-control-list/dba9cffb-0fcf-4c09-a842-c9c368ee106c HTTP/1.1" 200 272 0.057450 10.0.0.27 - - [2025-04-17 02:28:47] "POST /ref-update HTTP/1.1" 200 156 0.013111 10.0.0.27 - - [2025-04-17 02:28:51] "GET /virtual-network/6e03a2e7-4651-46fe-9f80-e3f4aa16fe84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005583 10.0.0.27 - - [2025-04-17 02:28:51] "POST /neutron/network HTTP/1.1" 200 928 0.005406 10.0.0.27 - - [2025-04-17 02:28:51] "POST /neutron/network HTTP/1.1" 200 826 0.043315 10.0.0.27 - - [2025-04-17 02:28:51] "POST /neutron/network HTTP/1.1" 200 826 0.005525 10.0.0.27 - - [2025-04-17 02:28:51] "GET /virtual-network/6e03a2e7-4651-46fe-9f80-e3f4aa16fe84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004787 10.0.0.27 - - [2025-04-17 02:28:51] "GET /virtual-network/44ae14ee-8f86-4dae-bcbf-36c70f506aec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.005045 10.0.0.27 - - [2025-04-17 02:28:51] "POST /neutron/network HTTP/1.1" 200 930 0.005558 10.0.0.27 - - [2025-04-17 02:28:51] "POST /neutron/network HTTP/1.1" 200 828 0.045834 10.0.0.27 - - [2025-04-17 02:28:51] "POST /neutron/network HTTP/1.1" 200 828 0.005292 10.0.0.27 - - [2025-04-17 02:28:51] "GET /virtual-network/44ae14ee-8f86-4dae-bcbf-36c70f506aec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004570 10.0.0.27 - - [2025-04-17 02:28:51] "DELETE /network-policy/b5199f03-4a58-48bc-948a-558058d13c8d HTTP/1.1" 200 115 0.025534 10.0.0.27 - - [2025-04-17 02:28:51] "POST /neutron/network HTTP/1.1" 200 826 0.005961 10.0.0.27 - - [2025-04-17 02:28:51] "POST /neutron/network HTTP/1.1" 400 204 0.009901 10.0.0.27 - - [2025-04-17 02:28:51] "POST /neutron/port HTTP/1.1" 200 1090 0.023022 10.0.0.27 - - [2025-04-17 02:28:51] "POST /neutron/port HTTP/1.1" 200 1116 0.010420 10.0.0.27 - - [2025-04-17 02:28:51] "POST /neutron/port HTTP/1.1" 200 1092 0.018746 10.0.0.27 - - [2025-04-17 02:28:51] "POST /neutron/port HTTP/1.1" 200 1118 0.009984 10.0.0.27 - - [2025-04-17 02:28:51] "DELETE /access-control-list/dba9cffb-0fcf-4c09-a842-c9c368ee106c HTTP/1.1" 200 115 0.027444 10.0.0.27 - - [2025-04-17 02:28:51] "POST /neutron/port HTTP/1.1" 200 151 0.168294 10.0.0.27 - - [2025-04-17 02:28:51] "DELETE /access-control-list/d520ba8e-63fa-4975-b315-e5c846c87048 HTTP/1.1" 200 115 0.049424 10.0.0.27 - - [2025-04-17 02:28:51] "POST /neutron/port HTTP/1.1" 200 151 0.156812 10.0.0.27 - - [2025-04-17 02:28:53] "POST /neutron/network HTTP/1.1" 200 826 0.005565 10.0.0.27 - - [2025-04-17 02:28:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003571 10.0.0.27 - - [2025-04-17 02:28:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004329 10.0.0.27 - - [2025-04-17 02:28:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002653 10.0.0.27 - - [2025-04-17 02:28:53] "POST /neutron/network HTTP/1.1" 200 151 0.086403 10.0.0.27 - - [2025-04-17 02:28:53] "GET /routing-instance/032412e7-ba6b-49e4-a623-87eb2d21ce7b HTTP/1.1" 404 171 0.002611 10.0.0.27 - - [2025-04-17 02:28:53] "DELETE /route-target/0273dde1-f106-4dbb-9b20-6a86280a6e59 HTTP/1.1" 200 115 0.022813 10.0.0.27 - - [2025-04-17 02:28:53] "GET /domains HTTP/1.1" 200 280 0.008861 10.0.0.27 - - [2025-04-17 02:28:53] "GET /domains?obj_uuids=2f062dde-ab10-4df9-9982-bea0b7a691cd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001446 10.0.0.27 - - [2025-04-17 02:28:53] "GET /domain/2f062dde-ab10-4df9-9982-bea0b7a691cd HTTP/1.1" 200 2575 0.052921 10.0.0.27 - - [2025-04-17 02:28:53] "GET /projects?obj_uuids=c36df768-82da-4098-b68c-a9f523dd2a0a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001003 10.0.0.27 - - [2025-04-17 02:28:53] "GET /project/c36df768-82da-4098-b68c-a9f523dd2a0a HTTP/1.1" 200 2114 0.067655 10.0.0.27 - - [2025-04-17 02:28:53] "POST /neutron/network HTTP/1.1" 200 828 0.005653 10.0.0.27 - - [2025-04-17 02:28:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003236 10.0.0.27 - - [2025-04-17 02:28:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004124 10.0.0.27 - - [2025-04-17 02:28:53] "POST /useragent-kv HTTP/1.1" 200 115 0.001822 10.0.0.27 - - [2025-04-17 02:28:53] "POST /neutron/network HTTP/1.1" 200 151 0.071989 10.0.0.27 - - [2025-04-17 02:28:53] "DELETE /route-target/2c109ae3-cdc8-49c1-9310-2bf123902c27 HTTP/1.1" 200 115 0.013635 10.0.0.27 - - [2025-04-17 02:28:53] "GET /routing-instance/ba8ba0be-7aac-4b8b-a8a8-2cf1e7d2caa1 HTTP/1.1" 404 171 0.004721 10.0.0.27 - - [2025-04-17 02:28:53] "GET /domains HTTP/1.1" 200 280 0.002148 10.0.0.27 - - [2025-04-17 02:28:53] "GET /domains?obj_uuids=2f062dde-ab10-4df9-9982-bea0b7a691cd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001314 10.0.0.27 - - [2025-04-17 02:28:53] "GET /domain/2f062dde-ab10-4df9-9982-bea0b7a691cd HTTP/1.1" 200 2575 0.048108 10.0.0.27 - - [2025-04-17 02:28:53] "GET /projects?obj_uuids=c36df768-82da-4098-b68c-a9f523dd2a0a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001037 10.0.0.27 - - [2025-04-17 02:28:53] "GET /project/c36df768-82da-4098-b68c-a9f523dd2a0a HTTP/1.1" 200 1875 0.068643 10.0.0.27 - - [2025-04-17 02:28:54] "GET /projects?obj_uuids=c36df768-82da-4098-b68c-a9f523dd2a0a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001060 10.0.0.27 - - [2025-04-17 02:28:54] "GET /project/c36df768-82da-4098-b68c-a9f523dd2a0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.025166 10.0.0.27 - - [2025-04-17 02:28:54] "GET /projects?obj_uuids=c36df768-82da-4098-b68c-a9f523dd2a0a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000997 10.0.0.27 - - [2025-04-17 02:28:54] "GET /project/c36df768-82da-4098-b68c-a9f523dd2a0a?fields=virtual_networks HTTP/1.1" 200 1047 0.068817 10.0.0.27 - - [2025-04-17 02:28:54] "GET /projects?obj_uuids=c36df768-82da-4098-b68c-a9f523dd2a0a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001626 10.0.0.27 - - [2025-04-17 02:28:54] "GET /project/c36df768-82da-4098-b68c-a9f523dd2a0a?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.024915 10.0.0.27 - - [2025-04-17 02:28:54] "GET /projects?obj_uuids=c36df768-82da-4098-b68c-a9f523dd2a0a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001199 10.0.0.27 - - [2025-04-17 02:28:54] "GET /project/c36df768-82da-4098-b68c-a9f523dd2a0a?fields=security_groups HTTP/1.1" 200 1275 0.023676 10.0.0.27 - - [2025-04-17 02:28:55] "POST /fqname-to-id HTTP/1.1" 404 186 0.021561 10.0.0.27 - - [2025-04-17 02:28:55] "GET /projects?obj_uuids=301060f5-c07b-4052-bcf2-c232e1df44f3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002388 10.0.0.27 - - [2025-04-17 02:28:55] "GET /domains?obj_uuids=2f062dde-ab10-4df9-9982-bea0b7a691cd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001021 10.0.0.27 - - [2025-04-17 02:28:55] "GET /domain/2f062dde-ab10-4df9-9982-bea0b7a691cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006790 10.0.0.27 - - [2025-04-17 02:28:55] "POST /id-to-fqname HTTP/1.1" 200 188 0.002020 10.0.0.27 - - [2025-04-17 02:28:55] "POST /fqname-to-id HTTP/1.1" 404 197 0.002885 10.0.0.27 - - [2025-04-17 02:28:55] "POST /security-groups HTTP/1.1" 200 589 0.059469 10.0.0.27 - - [2025-04-17 02:28:55] "POST /fqname-to-id HTTP/1.1" 404 232 0.002324 10.0.0.27 - - [2025-04-17 02:28:55] "POST /projects HTTP/1.1" 200 581 0.204484 10.0.0.27 - - [2025-04-17 02:28:55] "POST /access-control-lists HTTP/1.1" 200 594 0.057330 10.0.0.27 - - [2025-04-17 02:28:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.271539 10.0.0.27 - - [2025-04-17 02:28:55] "POST /fqname-to-id HTTP/1.1" 404 231 0.002602 10.0.0.27 - - [2025-04-17 02:28:55] "GET /project/301060f5-c07b-4052-bcf2-c232e1df44f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.385435 10.0.0.27 - - [2025-04-17 02:28:55] "POST /access-control-lists HTTP/1.1" 200 592 0.059804 10.0.0.27 - - [2025-04-17 02:28:56] "GET / HTTP/1.1" 200 35931 0.001959 10.0.0.27 - - [2025-04-17 02:28:57] "POST /fqname-to-id HTTP/1.1" 401 292 0.000478 10.0.0.27 - - [2025-04-17 02:28:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.048175 10.0.0.27 - - [2025-04-17 02:28:57] "GET /projects?obj_uuids=301060f5-c07b-4052-bcf2-c232e1df44f3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001018 10.0.0.27 - - [2025-04-17 02:28:57] "GET /project/301060f5-c07b-4052-bcf2-c232e1df44f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.025429 10.0.0.27 - - [2025-04-17 02:28:57] "POST /neutron/network HTTP/1.1" 200 117 0.027226 10.0.0.27 - - [2025-04-17 02:28:57] "GET /projects?obj_uuids=301060f5-c07b-4052-bcf2-c232e1df44f3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001437 10.0.0.27 - - [2025-04-17 02:28:57] "POST /neutron/network HTTP/1.1" 200 613 0.063049 10.0.0.27 - - [2025-04-17 02:28:57] "POST /route-targets HTTP/1.1" 200 327 0.014698 10.0.0.27 - - [2025-04-17 02:28:57] "POST /ref-update HTTP/1.1" 200 156 0.009859 10.0.0.27 - - [2025-04-17 02:28:57] "POST /useragent-kv HTTP/1.1" 200 115 0.003909 10.0.0.27 - - [2025-04-17 02:28:57] "POST /neutron/subnet HTTP/1.1" 200 720 0.200375 10.0.0.27 - - [2025-04-17 02:28:57] "POST /neutron/network HTTP/1.1" 200 831 0.006746 10.0.0.27 - - [2025-04-17 02:28:57] "POST /id-to-fqname HTTP/1.1" 200 223 0.001165 10.0.0.27 - - [2025-04-17 02:28:58] "GET /virtual-network/61365576-4acb-4c67-a41f-265f3593013d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004856 10.0.0.27 - - [2025-04-17 02:28:58] "POST /neutron/network HTTP/1.1" 200 831 0.005437 10.0.0.27 - - [2025-04-17 02:28:58] "GET /virtual-network/61365576-4acb-4c67-a41f-265f3593013d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004363 10.0.0.27 - - [2025-04-17 02:28:58] "POST /neutron/network HTTP/1.1" 200 831 0.005152 10.0.0.27 - - [2025-04-17 02:28:58] "POST /neutron/subnet HTTP/1.1" 200 720 0.006038 10.0.0.27 - - [2025-04-17 02:28:58] "GET /domains HTTP/1.1" 401 292 0.000358 10.0.0.27 - - [2025-04-17 02:28:58] "GET /domains HTTP/1.1" 200 280 0.023289 10.0.0.27 - - [2025-04-17 02:28:58] "GET /domains?obj_uuids=2f062dde-ab10-4df9-9982-bea0b7a691cd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000980 10.0.0.27 - - [2025-04-17 02:28:58] "GET /domain/2f062dde-ab10-4df9-9982-bea0b7a691cd HTTP/1.1" 200 2759 0.007971 10.0.0.27 - - [2025-04-17 02:28:58] "GET /projects?obj_uuids=301060f5-c07b-4052-bcf2-c232e1df44f3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000874 10.0.0.27 - - [2025-04-17 02:28:58] "GET /project/301060f5-c07b-4052-bcf2-c232e1df44f3 HTTP/1.1" 200 2090 0.072111 10.0.0.27 - - [2025-04-17 02:28:58] "GET /virtual-network/61365576-4acb-4c67-a41f-265f3593013d HTTP/1.1" 200 2315 0.005177 10.0.0.27 - - [2025-04-17 02:28:58] "GET /virtual-network/61365576-4acb-4c67-a41f-265f3593013d HTTP/1.1" 200 2315 0.004166 10.0.0.27 - - [2025-04-17 02:28:58] "GET /routing-instance/40830d58-8d2f-4838-ad4b-a5e428ef905e HTTP/1.1" 200 1493 0.003209 10.0.0.27 - - [2025-04-17 02:28:58] "GET /routing-instance/40830d58-8d2f-4838-ad4b-a5e428ef905e HTTP/1.1" 200 1493 0.002990 10.0.0.27 - - [2025-04-17 02:28:58] "GET /route-target/d6c43343-056c-4d07-a81a-eb2fbc14bff8 HTTP/1.1" 200 1213 0.002384 10.0.0.27 - - [2025-04-17 02:28:58] "GET /virtual-network/61365576-4acb-4c67-a41f-265f3593013d HTTP/1.1" 200 2315 0.003914 10.0.0.27 - - [2025-04-17 02:28:58] "GET /routing-instance/40830d58-8d2f-4838-ad4b-a5e428ef905e HTTP/1.1" 200 1493 0.002792 10.0.0.27 - - [2025-04-17 02:28:58] "GET /virtual-network/61365576-4acb-4c67-a41f-265f3593013d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004090 10.0.0.27 - - [2025-04-17 02:28:58] "GET /virtual-network/61365576-4acb-4c67-a41f-265f3593013d HTTP/1.1" 200 2315 0.005829 10.0.0.27 - - [2025-04-17 02:28:58] "GET /routing-instance/40830d58-8d2f-4838-ad4b-a5e428ef905e HTTP/1.1" 200 1493 0.002773 10.0.0.27 - - [2025-04-17 02:28:58] "GET /routing-instance/40830d58-8d2f-4838-ad4b-a5e428ef905e HTTP/1.1" 200 1493 0.003002 10.0.0.27 - - [2025-04-17 02:28:58] "GET /route-target/d6c43343-056c-4d07-a81a-eb2fbc14bff8 HTTP/1.1" 200 1213 0.002937 10.0.0.27 - - [2025-04-17 02:28:58] "GET /domains HTTP/1.1" 200 280 0.004614 10.0.0.27 - - [2025-04-17 02:28:58] "GET /domains?obj_uuids=2f062dde-ab10-4df9-9982-bea0b7a691cd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000957 10.0.0.27 - - [2025-04-17 02:28:58] "GET /domain/2f062dde-ab10-4df9-9982-bea0b7a691cd HTTP/1.1" 200 2759 0.006271 10.0.0.27 - - [2025-04-17 02:28:58] "GET /projects?obj_uuids=301060f5-c07b-4052-bcf2-c232e1df44f3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001224 10.0.0.27 - - [2025-04-17 02:28:58] "GET /project/301060f5-c07b-4052-bcf2-c232e1df44f3 HTTP/1.1" 200 2090 0.074245 10.0.0.27 - - [2025-04-17 02:28:58] "GET /virtual-network/61365576-4acb-4c67-a41f-265f3593013d HTTP/1.1" 200 2315 0.005201 10.0.0.27 - - [2025-04-17 02:28:59] "GET /obj-perms HTTP/1.1" 200 5026 0.050784 10.0.0.27 - - [2025-04-17 02:28:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.27 - - [2025-04-17 02:28:59] "GET /projects?obj_uuids=301060f5-c07b-4052-bcf2-c232e1df44f3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000990 10.0.0.27 - - [2025-04-17 02:28:59] "GET /project/301060f5-c07b-4052-bcf2-c232e1df44f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.028409 10.0.0.27 - - [2025-04-17 02:28:59] "POST /neutron/network HTTP/1.1" 200 117 0.008943 10.0.0.27 - - [2025-04-17 02:28:59] "GET /projects?obj_uuids=301060f5-c07b-4052-bcf2-c232e1df44f3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001098 10.0.0.27 - - [2025-04-17 02:28:59] "POST /neutron/network HTTP/1.1" 200 613 0.069168 10.0.0.27 - - [2025-04-17 02:28:59] "POST /route-targets HTTP/1.1" 200 327 0.013034 10.0.0.27 - - [2025-04-17 02:28:59] "POST /ref-update HTTP/1.1" 200 156 0.012261 10.0.0.27 - - [2025-04-17 02:28:59] "POST /useragent-kv HTTP/1.1" 200 115 0.004247 10.0.0.27 - - [2025-04-17 02:28:59] "POST /neutron/subnet HTTP/1.1" 200 734 0.195858 10.0.0.27 - - [2025-04-17 02:28:59] "POST /neutron/network HTTP/1.1" 200 834 0.004954 10.0.0.27 - - [2025-04-17 02:28:59] "POST /id-to-fqname HTTP/1.1" 200 223 0.001164 10.0.0.27 - - [2025-04-17 02:28:59] "GET /virtual-network/164c537a-2188-47fb-8303-e02d9a5c6eb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004465 10.0.0.27 - - [2025-04-17 02:28:59] "POST /neutron/network HTTP/1.1" 200 834 0.005098 10.0.0.27 - - [2025-04-17 02:28:59] "GET /virtual-network/164c537a-2188-47fb-8303-e02d9a5c6eb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004200 10.0.0.27 - - [2025-04-17 02:28:59] "POST /neutron/network HTTP/1.1" 200 834 0.005104 10.0.0.27 - - [2025-04-17 02:28:59] "POST /neutron/subnet HTTP/1.1" 200 734 0.006417 10.0.0.27 - - [2025-04-17 02:28:59] "GET /domains HTTP/1.1" 200 280 0.002019 10.0.0.27 - - [2025-04-17 02:28:59] "GET /domains?obj_uuids=2f062dde-ab10-4df9-9982-bea0b7a691cd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000951 10.0.0.27 - - [2025-04-17 02:28:59] "GET /domain/2f062dde-ab10-4df9-9982-bea0b7a691cd HTTP/1.1" 200 2759 0.006104 10.0.0.27 - - [2025-04-17 02:28:59] "GET /projects?obj_uuids=301060f5-c07b-4052-bcf2-c232e1df44f3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000901 10.0.0.27 - - [2025-04-17 02:28:59] "GET /project/301060f5-c07b-4052-bcf2-c232e1df44f3 HTTP/1.1" 200 2308 0.063683 10.0.0.27 - - [2025-04-17 02:28:59] "GET /virtual-network/164c537a-2188-47fb-8303-e02d9a5c6eb5 HTTP/1.1" 200 2324 0.005481 10.0.0.27 - - [2025-04-17 02:28:59] "GET /virtual-network/164c537a-2188-47fb-8303-e02d9a5c6eb5 HTTP/1.1" 200 2324 0.004317 10.0.0.27 - - [2025-04-17 02:28:59] "GET /routing-instance/26e951c7-262b-4856-9255-e56e967df8ca HTTP/1.1" 200 1493 0.003953 10.0.0.27 - - [2025-04-17 02:28:59] "GET /routing-instance/26e951c7-262b-4856-9255-e56e967df8ca HTTP/1.1" 200 1493 0.002567 10.0.0.27 - - [2025-04-17 02:28:59] "GET /route-target/e5f59bb7-f04a-42ca-9dc7-51bfc4356b09 HTTP/1.1" 200 1213 0.002503 10.0.0.27 - - [2025-04-17 02:28:59] "GET /virtual-network/164c537a-2188-47fb-8303-e02d9a5c6eb5 HTTP/1.1" 200 2324 0.004005 10.0.0.27 - - [2025-04-17 02:28:59] "GET /routing-instance/26e951c7-262b-4856-9255-e56e967df8ca HTTP/1.1" 200 1493 0.002628 10.0.0.27 - - [2025-04-17 02:28:59] "GET /virtual-network/164c537a-2188-47fb-8303-e02d9a5c6eb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.003911 10.0.0.27 - - [2025-04-17 02:28:59] "GET /virtual-network/164c537a-2188-47fb-8303-e02d9a5c6eb5 HTTP/1.1" 200 2324 0.004107 10.0.0.27 - - [2025-04-17 02:28:59] "GET /routing-instance/26e951c7-262b-4856-9255-e56e967df8ca HTTP/1.1" 200 1493 0.002672 10.0.0.27 - - [2025-04-17 02:28:59] "GET /routing-instance/26e951c7-262b-4856-9255-e56e967df8ca HTTP/1.1" 200 1493 0.003065 10.0.0.27 - - [2025-04-17 02:28:59] "GET /route-target/e5f59bb7-f04a-42ca-9dc7-51bfc4356b09 HTTP/1.1" 200 1213 0.002732 10.0.0.27 - - [2025-04-17 02:28:59] "GET /domains HTTP/1.1" 200 280 0.002282 10.0.0.27 - - [2025-04-17 02:28:59] "GET /domains?obj_uuids=2f062dde-ab10-4df9-9982-bea0b7a691cd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000946 10.0.0.27 - - [2025-04-17 02:28:59] "GET /domain/2f062dde-ab10-4df9-9982-bea0b7a691cd HTTP/1.1" 200 2759 0.006843 10.0.0.27 - - [2025-04-17 02:28:59] "GET /projects?obj_uuids=301060f5-c07b-4052-bcf2-c232e1df44f3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000883 10.0.0.27 - - [2025-04-17 02:28:59] "GET /project/301060f5-c07b-4052-bcf2-c232e1df44f3 HTTP/1.1" 200 2308 0.068033 10.0.0.27 - - [2025-04-17 02:28:59] "GET /virtual-network/164c537a-2188-47fb-8303-e02d9a5c6eb5 HTTP/1.1" 200 2324 0.004288 10.0.0.27 - - [2025-04-17 02:28:59] "GET /obj-perms HTTP/1.1" 200 5026 0.002689 10.0.0.27 - - [2025-04-17 02:28:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002442 10.0.0.27 - - [2025-04-17 02:29:00] "GET /projects?obj_uuids=301060f5-c07b-4052-bcf2-c232e1df44f3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000969 10.0.0.27 - - [2025-04-17 02:29:00] "GET /project/301060f5-c07b-4052-bcf2-c232e1df44f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.026253 10.0.0.27 - - [2025-04-17 02:29:00] "POST /neutron/network HTTP/1.1" 200 117 0.010666 10.0.0.27 - - [2025-04-17 02:29:00] "GET /projects?obj_uuids=301060f5-c07b-4052-bcf2-c232e1df44f3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000985 10.0.0.27 - - [2025-04-17 02:29:00] "POST /neutron/network HTTP/1.1" 200 615 0.060590 10.0.0.27 - - [2025-04-17 02:29:00] "POST /ref-update HTTP/1.1" 200 156 0.008740 10.0.0.27 - - [2025-04-17 02:29:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002495 10.0.0.27 - - [2025-04-17 02:29:00] "POST /neutron/subnet HTTP/1.1" 200 729 0.160684 10.0.0.27 - - [2025-04-17 02:29:00] "POST /neutron/network HTTP/1.1" 200 835 0.005552 10.0.0.27 - - [2025-04-17 02:29:00] "POST /id-to-fqname HTTP/1.1" 200 224 0.001121 10.0.0.27 - - [2025-04-17 02:29:00] "GET /virtual-network/08b7a7ea-0e8b-45bd-92f6-96bc7b5fefa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004171 10.0.0.27 - - [2025-04-17 02:29:00] "POST /neutron/network HTTP/1.1" 200 835 0.005155 10.0.0.27 - - [2025-04-17 02:29:00] "GET /virtual-network/08b7a7ea-0e8b-45bd-92f6-96bc7b5fefa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004471 10.0.0.27 - - [2025-04-17 02:29:00] "POST /neutron/network HTTP/1.1" 200 835 0.005696 10.0.0.27 - - [2025-04-17 02:29:00] "POST /neutron/subnet HTTP/1.1" 200 729 0.007169 10.0.0.27 - - [2025-04-17 02:29:00] "GET /domains HTTP/1.1" 200 280 0.002557 10.0.0.27 - - [2025-04-17 02:29:00] "GET /domains?obj_uuids=2f062dde-ab10-4df9-9982-bea0b7a691cd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001372 10.0.0.27 - - [2025-04-17 02:29:00] "GET /domain/2f062dde-ab10-4df9-9982-bea0b7a691cd HTTP/1.1" 200 2759 0.008637 10.0.0.27 - - [2025-04-17 02:29:00] "GET /projects?obj_uuids=301060f5-c07b-4052-bcf2-c232e1df44f3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000880 10.0.0.27 - - [2025-04-17 02:29:00] "GET /project/301060f5-c07b-4052-bcf2-c232e1df44f3 HTTP/1.1" 200 2527 0.067459 10.0.0.27 - - [2025-04-17 02:29:00] "GET /virtual-network/08b7a7ea-0e8b-45bd-92f6-96bc7b5fefa5 HTTP/1.1" 200 2326 0.005836 10.0.0.27 - - [2025-04-17 02:29:00] "GET /virtual-network/08b7a7ea-0e8b-45bd-92f6-96bc7b5fefa5 HTTP/1.1" 200 2326 0.004368 10.0.0.27 - - [2025-04-17 02:29:00] "GET /routing-instance/07d1fa94-ddbd-4050-96dd-08a67f6ca86e HTTP/1.1" 200 1496 0.002998 10.0.0.27 - - [2025-04-17 02:29:00] "GET /routing-instance/07d1fa94-ddbd-4050-96dd-08a67f6ca86e HTTP/1.1" 200 1496 0.004987 10.0.0.27 - - [2025-04-17 02:29:00] "GET /route-target/b1a6fd28-b12c-4564-b06b-d5a0ae6570dc HTTP/1.1" 200 1215 0.003243 10.0.0.27 - - [2025-04-17 02:29:00] "GET /virtual-network/08b7a7ea-0e8b-45bd-92f6-96bc7b5fefa5 HTTP/1.1" 200 2326 0.004326 10.0.0.27 - - [2025-04-17 02:29:00] "GET /routing-instance/07d1fa94-ddbd-4050-96dd-08a67f6ca86e HTTP/1.1" 200 1496 0.003030 10.0.0.27 - - [2025-04-17 02:29:00] "GET /virtual-network/08b7a7ea-0e8b-45bd-92f6-96bc7b5fefa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004515 10.0.0.27 - - [2025-04-17 02:29:00] "GET /virtual-network/08b7a7ea-0e8b-45bd-92f6-96bc7b5fefa5 HTTP/1.1" 200 2326 0.004513 10.0.0.27 - - [2025-04-17 02:29:00] "GET /routing-instance/07d1fa94-ddbd-4050-96dd-08a67f6ca86e HTTP/1.1" 200 1496 0.002747 10.0.0.27 - - [2025-04-17 02:29:00] "GET /routing-instance/07d1fa94-ddbd-4050-96dd-08a67f6ca86e HTTP/1.1" 200 1496 0.002845 10.0.0.27 - - [2025-04-17 02:29:00] "GET /route-target/b1a6fd28-b12c-4564-b06b-d5a0ae6570dc HTTP/1.1" 200 1215 0.002280 10.0.0.27 - - [2025-04-17 02:29:00] "GET /domains HTTP/1.1" 200 280 0.002388 10.0.0.27 - - [2025-04-17 02:29:00] "GET /domains?obj_uuids=2f062dde-ab10-4df9-9982-bea0b7a691cd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000942 10.0.0.27 - - [2025-04-17 02:29:00] "GET /domain/2f062dde-ab10-4df9-9982-bea0b7a691cd HTTP/1.1" 200 2759 0.006174 10.0.0.27 - - [2025-04-17 02:29:00] "GET /projects?obj_uuids=301060f5-c07b-4052-bcf2-c232e1df44f3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000931 10.0.0.27 - - [2025-04-17 02:29:00] "GET /project/301060f5-c07b-4052-bcf2-c232e1df44f3 HTTP/1.1" 200 2527 0.066593 10.0.0.27 - - [2025-04-17 02:29:00] "GET /virtual-network/08b7a7ea-0e8b-45bd-92f6-96bc7b5fefa5 HTTP/1.1" 200 2326 0.004503 10.0.0.27 - - [2025-04-17 02:29:00] "GET /obj-perms HTTP/1.1" 200 5026 0.002770 10.0.0.27 - - [2025-04-17 02:29:00] "POST /id-to-fqname HTTP/1.1" 200 223 0.001319 10.0.0.27 - - [2025-04-17 02:29:00] "POST /neutron/network HTTP/1.1" 200 844 0.005776 10.0.0.27 - - [2025-04-17 02:29:00] "GET /aaa-mode HTTP/1.1" 401 292 0.000409 10.0.0.27 - - [2025-04-17 02:29:01] "GET / HTTP/1.1" 200 35931 0.001548 10.0.0.27 - - [2025-04-17 02:29:01] "GET /project/301060f5-c07b-4052-bcf2-c232e1df44f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000382 10.0.0.27 - - [2025-04-17 02:29:01] "GET /projects?obj_uuids=301060f5-c07b-4052-bcf2-c232e1df44f3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001134 10.0.0.27 - - [2025-04-17 02:29:01] "GET /project/301060f5-c07b-4052-bcf2-c232e1df44f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.059669 10.0.0.27 - - [2025-04-17 02:29:01] "POST /neutron/network HTTP/1.1" 200 834 0.004977 10.0.0.27 - - [2025-04-17 02:29:01] "POST /neutron/port HTTP/1.1" 200 117 0.004946 10.0.0.27 - - [2025-04-17 02:29:01] "POST /neutron/port HTTP/1.1" 200 117 0.004695 10.0.0.27 - - [2025-04-17 02:29:01] "POST /id-to-fqname HTTP/1.1" 200 224 0.001278 10.0.0.27 - - [2025-04-17 02:29:01] "POST /neutron/port HTTP/1.1" 200 117 0.006169 10.0.0.27 - - [2025-04-17 02:29:02] "POST /neutron/network HTTP/1.1" 200 845 0.007409 10.0.0.27 - - [2025-04-17 02:29:02] "GET /aaa-mode HTTP/1.1" 401 292 0.000582 10.0.0.27 - - [2025-04-17 02:29:02] "POST /neutron/network HTTP/1.1" 200 844 0.005110 10.0.0.27 - - [2025-04-17 02:29:02] "GET /projects?obj_uuids=301060f5-c07b-4052-bcf2-c232e1df44f3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001037 10.0.0.27 - - [2025-04-17 02:29:02] "GET / HTTP/1.1" 200 35931 0.001667 10.0.0.27 - - [2025-04-17 02:29:02] "GET /project/301060f5-c07b-4052-bcf2-c232e1df44f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000388 10.0.0.27 - - [2025-04-17 02:29:02] "POST /neutron/port HTTP/1.1" 200 1060 0.188377 10.0.0.27 - - [2025-04-17 02:29:02] "POST /neutron/port HTTP/1.1" 200 1060 0.008033 10.0.0.27 - - [2025-04-17 02:29:02] "POST /neutron/port HTTP/1.1" 200 1060 0.006980 10.0.0.27 - - [2025-04-17 02:29:02] "POST /neutron/port HTTP/1.1" 200 1114 0.055350 10.0.0.27 - - [2025-04-17 02:29:02] "POST /neutron/port HTTP/1.1" 200 1088 0.017108 10.0.0.27 - - [2025-04-17 02:29:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002872 10.0.0.27 - - [2025-04-17 02:29:02] "POST /neutron/subnet HTTP/1.1" 200 708 0.009437 10.0.0.27 - - [2025-04-17 02:29:02] "POST /neutron/port HTTP/1.1" 200 117 0.001137 10.0.0.27 - - [2025-04-17 02:29:02] "POST /neutron/network HTTP/1.1" 200 834 0.005354 10.0.0.27 - - [2025-04-17 02:29:02] "GET /projects?obj_uuids=301060f5-c07b-4052-bcf2-c232e1df44f3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000992 10.0.0.27 - - [2025-04-17 02:29:02] "GET /project/301060f5-c07b-4052-bcf2-c232e1df44f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.045027 10.0.0.27 - - [2025-04-17 02:29:02] "POST /neutron/network HTTP/1.1" 200 835 0.006191 10.0.0.27 - - [2025-04-17 02:29:02] "POST /neutron/port HTTP/1.1" 200 1088 0.020221 10.0.0.27 - - [2025-04-17 02:29:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007361 10.0.0.27 - - [2025-04-17 02:29:02] "POST /neutron/port HTTP/1.1" 200 117 0.005095 10.0.0.27 - - [2025-04-17 02:29:02] "POST /fqname-to-id HTTP/1.1" 404 193 0.004468 10.0.0.27 - - [2025-04-17 02:29:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.27 - - [2025-04-17 02:29:02] "GET /domains?obj_uuids=2f062dde-ab10-4df9-9982-bea0b7a691cd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001015 10.0.0.27 - - [2025-04-17 02:29:02] "GET /domain/2f062dde-ab10-4df9-9982-bea0b7a691cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008929 10.0.0.27 - - [2025-04-17 02:29:03] "POST /service-templates HTTP/1.1" 200 543 0.019066 10.0.0.27 - - [2025-04-17 02:29:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.27 - - [2025-04-17 02:29:03] "GET /service-template/6085e90f-c2e5-448d-b099-a5e8c087d1c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.004396 10.0.0.27 - - [2025-04-17 02:29:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002786 10.0.0.27 - - [2025-04-17 02:29:03] "GET /service-template/6085e90f-c2e5-448d-b099-a5e8c087d1c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.003233 10.0.0.27 - - [2025-04-17 02:29:03] "POST /id-to-fqname HTTP/1.1" 200 223 0.001386 10.0.0.27 - - [2025-04-17 02:29:03] "POST /neutron/network HTTP/1.1" 200 845 0.006048 10.0.0.27 - - [2025-04-17 02:29:03] "GET /projects?obj_uuids=301060f5-c07b-4052-bcf2-c232e1df44f3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001078 10.0.0.27 - - [2025-04-17 02:29:03] "POST /id-to-fqname HTTP/1.1" 200 223 0.001083 10.0.0.27 - - [2025-04-17 02:29:03] "POST /id-to-fqname HTTP/1.1" 200 224 0.001833 10.0.0.27 - - [2025-04-17 02:29:03] "POST /neutron/port HTTP/1.1" 200 1920 0.032728 10.0.0.27 - - [2025-04-17 02:29:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.026279 10.0.0.27 - - [2025-04-17 02:29:03] "POST /neutron/port HTTP/1.1" 200 1059 0.292244 10.0.0.27 - - [2025-04-17 02:29:03] "POST /neutron/port HTTP/1.1" 200 1059 0.014062 10.0.0.27 - - [2025-04-17 02:29:03] "POST /neutron/port HTTP/1.1" 200 1059 0.011714 10.0.0.27 - - [2025-04-17 02:29:03] "POST /neutron/port HTTP/1.1" 200 1113 0.086528 10.0.0.27 - - [2025-04-17 02:29:03] "POST /neutron/port HTTP/1.1" 200 1087 0.014875 10.0.0.27 - - [2025-04-17 02:29:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003012 10.0.0.27 - - [2025-04-17 02:29:03] "POST /neutron/subnet HTTP/1.1" 200 703 0.009813 10.0.0.27 - - [2025-04-17 02:29:03] "POST /neutron/port HTTP/1.1" 200 117 0.001090 10.0.0.27 - - [2025-04-17 02:29:03] "POST /neutron/network HTTP/1.1" 200 835 0.005539 10.0.0.27 - - [2025-04-17 02:29:04] "POST /neutron/network HTTP/1.1" 200 2225 0.012238 10.0.0.27 - - [2025-04-17 02:29:04] "GET /aaa-mode HTTP/1.1" 401 292 0.000643 10.0.0.27 - - [2025-04-17 02:29:04] "GET / HTTP/1.1" 200 35931 0.001575 10.0.0.27 - - [2025-04-17 02:29:04] "GET /project/301060f5-c07b-4052-bcf2-c232e1df44f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000475 10.0.0.27 - - [2025-04-17 02:29:04] "GET /projects?obj_uuids=301060f5-c07b-4052-bcf2-c232e1df44f3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001582 10.0.0.27 - - [2025-04-17 02:29:04] "GET /project/301060f5-c07b-4052-bcf2-c232e1df44f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.049456 10.0.0.27 - - [2025-04-17 02:29:04] "POST /neutron/network HTTP/1.1" 200 831 0.006913 10.0.0.27 - - [2025-04-17 02:29:05] "POST /neutron/network HTTP/1.1" 200 834 0.006306 10.0.0.27 - - [2025-04-17 02:29:05] "POST /neutron/network HTTP/1.1" 200 835 0.006337 10.0.0.27 - - [2025-04-17 02:29:05] "POST /neutron/port HTTP/1.1" 200 2059 0.023664 10.0.0.27 - - [2025-04-17 02:29:05] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005661 10.0.0.27 - - [2025-04-17 02:29:05] "POST /neutron/port HTTP/1.1" 200 117 0.005164 10.0.0.27 - - [2025-04-17 02:29:05] "POST /neutron/port HTTP/1.1" 200 117 0.006493 10.0.0.27 - - [2025-04-17 02:29:05] "POST /neutron/network HTTP/1.1" 200 2225 0.015222 10.0.0.27 - - [2025-04-17 02:29:05] "GET /projects?obj_uuids=301060f5-c07b-4052-bcf2-c232e1df44f3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001466 10.0.0.27 - - [2025-04-17 02:29:05] "POST /neutron/port HTTP/1.1" 200 1057 0.292434 10.0.0.27 - - [2025-04-17 02:29:05] "GET /projects?obj_uuids=301060f5-c07b-4052-bcf2-c232e1df44f3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001551 10.0.0.27 - - [2025-04-17 02:29:06] "POST /neutron/port HTTP/1.1" 200 1060 0.198913 10.0.0.27 - - [2025-04-17 02:29:06] "GET /projects?obj_uuids=301060f5-c07b-4052-bcf2-c232e1df44f3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001117 10.0.0.27 - - [2025-04-17 02:29:06] "POST /neutron/port HTTP/1.1" 200 1059 0.209850 10.0.0.27 - - [2025-04-17 02:29:06] "POST /neutron/port HTTP/1.1" 200 1057 0.007934 10.0.0.27 - - [2025-04-17 02:29:06] "POST /neutron/port HTTP/1.1" 200 1057 0.008741 10.0.0.27 - - [2025-04-17 02:29:06] "POST /neutron/port HTTP/1.1" 200 1111 0.073070 10.0.0.27 - - [2025-04-17 02:29:06] "POST /neutron/port HTTP/1.1" 200 1060 0.009465 10.0.0.27 - - [2025-04-17 02:29:06] "POST /neutron/port HTTP/1.1" 200 1060 0.007551 10.0.0.27 - - [2025-04-17 02:29:06] "POST /neutron/port HTTP/1.1" 200 1114 0.066834 10.0.0.27 - - [2025-04-17 02:29:06] "POST /neutron/port HTTP/1.1" 200 1059 0.007975 10.0.0.27 - - [2025-04-17 02:29:06] "POST /neutron/port HTTP/1.1" 200 1059 0.007872 10.0.0.27 - - [2025-04-17 02:29:06] "POST /neutron/port HTTP/1.1" 200 1113 0.062599 10.0.0.27 - - [2025-04-17 02:29:06] "POST /neutron/port HTTP/1.1" 200 3027 0.019606 10.0.0.27 - - [2025-04-17 02:29:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002907 10.0.0.27 - - [2025-04-17 02:29:06] "POST /neutron/subnet HTTP/1.1" 200 694 0.012793 10.0.0.27 - - [2025-04-17 02:29:06] "POST /neutron/port HTTP/1.1" 200 117 0.001280 10.0.0.27 - - [2025-04-17 02:29:06] "POST /neutron/network HTTP/1.1" 200 831 0.008693 10.0.0.27 - - [2025-04-17 02:29:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003422 10.0.0.27 - - [2025-04-17 02:29:06] "POST /neutron/subnet HTTP/1.1" 200 708 0.010415 10.0.0.27 - - [2025-04-17 02:29:06] "POST /neutron/port HTTP/1.1" 200 117 0.001395 10.0.0.27 - - [2025-04-17 02:29:06] "POST /neutron/network HTTP/1.1" 200 834 0.005455 10.0.0.27 - - [2025-04-17 02:29:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003314 10.0.0.27 - - [2025-04-17 02:29:06] "POST /neutron/subnet HTTP/1.1" 200 703 0.010605 10.0.0.27 - - [2025-04-17 02:29:06] "POST /neutron/port HTTP/1.1" 200 117 0.001070 10.0.0.27 - - [2025-04-17 02:29:06] "POST /neutron/network HTTP/1.1" 200 835 0.005217 10.0.0.27 - - [2025-04-17 02:29:10] "POST /neutron/port HTTP/1.1" 200 3027 0.021016 10.0.0.27 - - [2025-04-17 02:29:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007943 10.0.0.27 - - [2025-04-17 02:29:10] "POST /neutron/port HTTP/1.1" 200 3027 0.020807 10.0.0.27 - - [2025-04-17 02:29:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006203 10.0.0.27 - - [2025-04-17 02:29:10] "POST /neutron/port HTTP/1.1" 200 3027 0.019186 10.0.0.27 - - [2025-04-17 02:29:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007027 10.0.0.27 - - [2025-04-17 02:29:10] "POST /neutron/port HTTP/1.1" 200 3027 0.017204 10.0.0.27 - - [2025-04-17 02:29:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005836 10.0.0.27 - - [2025-04-17 02:29:10] "POST /neutron/port HTTP/1.1" 200 3027 0.020837 10.0.0.27 - - [2025-04-17 02:29:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005579 10.0.0.27 - - [2025-04-17 02:29:10] "GET /virtual-machine/b8822d6a-eb67-4522-9ac4-cfbad7ddd9b8 HTTP/1.1" 200 1803 0.004077 10.0.0.27 - - [2025-04-17 02:29:10] "GET /virtual-machine-interface/6f83e6bd-7d9a-48b6-892e-e71c8ab2f942 HTTP/1.1" 200 2945 0.004603 10.0.0.27 - - [2025-04-17 02:29:10] "GET /virtual-machine-interface/7e86e739-170d-428c-954f-a61ebbf4afe4 HTTP/1.1" 200 2946 0.005175 10.0.0.27 - - [2025-04-17 02:29:10] "GET /virtual-machine-interface/c2d339cd-318b-4a35-aa80-2fb92ed5232f HTTP/1.1" 200 2950 0.006702 10.0.0.27 - - [2025-04-17 02:29:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002801 10.0.0.27 - - [2025-04-17 02:29:10] "GET /global-vrouter-config/f44ad623-3db7-4a6b-9af9-3aea78651ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002930 10.0.0.27 - - [2025-04-17 02:29:10] "GET /virtual-networks?parent_id=301060f5-c07b-4052-bcf2-c232e1df44f3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002949 10.0.0.27 - - [2025-04-17 02:29:10] "GET /virtual-network/61365576-4acb-4c67-a41f-265f3593013d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005756 10.0.0.27 - - [2025-04-17 02:29:11] "POST /neutron/port HTTP/1.1" 200 1088 0.015272 10.0.0.27 - - [2025-04-17 02:29:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004807 10.0.0.27 - - [2025-04-17 02:29:12] "POST /neutron/port HTTP/1.1" 200 1087 0.014324 10.0.0.27 - - [2025-04-17 02:29:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005771 10.0.0.27 - - [2025-04-17 02:29:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002608 10.0.0.27 - - [2025-04-17 02:29:14] "GET /virtual-network/61365576-4acb-4c67-a41f-265f3593013d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004668 10.0.0.27 - - [2025-04-17 02:29:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002886 10.0.0.27 - - [2025-04-17 02:29:18] "GET /virtual-network/61365576-4acb-4c67-a41f-265f3593013d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.015710 10.0.0.27 - - [2025-04-17 02:29:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002974 10.0.0.27 - - [2025-04-17 02:29:22] "GET /virtual-network/61365576-4acb-4c67-a41f-265f3593013d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007024 10.0.0.27 - - [2025-04-17 02:29:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002821 10.0.0.27 - - [2025-04-17 02:29:26] "GET /global-vrouter-config/f44ad623-3db7-4a6b-9af9-3aea78651ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002966 10.0.0.27 - - [2025-04-17 02:29:26] "GET /virtual-networks?parent_id=301060f5-c07b-4052-bcf2-c232e1df44f3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002963 10.0.0.27 - - [2025-04-17 02:29:26] "GET /virtual-network/61365576-4acb-4c67-a41f-265f3593013d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005148 10.0.0.27 - - [2025-04-17 02:29:26] "POST /neutron/port HTTP/1.1" 200 3027 0.020651 10.0.0.27 - - [2025-04-17 02:29:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005175 10.0.0.27 - - [2025-04-17 02:29:31] "POST /neutron/port HTTP/1.1" 200 3027 0.018493 10.0.0.27 - - [2025-04-17 02:29:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005680 10.0.0.27 - - [2025-04-17 02:29:32] "DELETE /project/301060f5c07b4052bcf2c232e1df44f3 HTTP/1.1" 404 173 0.004801 10.0.0.27 - - [2025-04-17 02:29:32] "GET /projects?obj_uuids=c36df768-82da-4098-b68c-a9f523dd2a0a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000971 10.0.0.27 - - [2025-04-17 02:29:32] "GET /project/c36df768-82da-4098-b68c-a9f523dd2a0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.025648 10.0.0.27 - - [2025-04-17 02:29:32] "GET /projects?obj_uuids=c36df768-82da-4098-b68c-a9f523dd2a0a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001088 10.0.0.27 - - [2025-04-17 02:29:32] "GET /project/c36df768-82da-4098-b68c-a9f523dd2a0a?fields=security_groups HTTP/1.1" 200 1380 0.072241 10.0.0.27 - - [2025-04-17 02:29:32] "DELETE /security-group/4edd63ec-6eed-47d2-b0c4-931771e82e1b HTTP/1.1" 200 115 0.047928 10.0.0.27 - - [2025-04-17 02:29:32] "GET /projects?obj_uuids=c36df768-82da-4098-b68c-a9f523dd2a0a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001253 10.0.0.27 - - [2025-04-17 02:29:32] "DELETE /access-control-list/c886f846-e757-4101-9420-055f5563d454 HTTP/1.1" 200 115 0.030300 10.0.0.27 - - [2025-04-17 02:29:32] "GET /project/c36df768-82da-4098-b68c-a9f523dd2a0a?fields=application_policy_sets HTTP/1.1" 200 1419 0.035223 10.0.0.27 - - [2025-04-17 02:29:32] "DELETE /access-control-list/5342e372-d3ce-49f8-8c4d-ee606ff7473f HTTP/1.1" 200 115 0.032684 10.0.0.27 - - [2025-04-17 02:29:32] "DELETE /project/c36df768-82da-4098-b68c-a9f523dd2a0a HTTP/1.1" 200 115 0.339047 10.0.0.27 - - [2025-04-17 02:29:36] "POST /neutron/port HTTP/1.1" 200 3027 0.021668 10.0.0.27 - - [2025-04-17 02:29:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007177 10.0.0.27 - - [2025-04-17 02:29:36] "POST /neutron/port HTTP/1.1" 200 3027 0.021730 10.0.0.27 - - [2025-04-17 02:29:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006377 10.0.0.27 - - [2025-04-17 02:29:38] "GET /obj-perms HTTP/1.1" 200 5056 0.042271 10.0.0.27 - - [2025-04-17 02:29:38] "GET /obj-perms HTTP/1.1" 200 5056 0.051204 10.0.0.27 - - [2025-04-17 02:29:42] "POST /neutron/port HTTP/1.1" 200 3027 0.023132 10.0.0.27 - - [2025-04-17 02:29:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005522 10.0.0.27 - - [2025-04-17 02:29:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002801 10.0.0.27 - - [2025-04-17 02:29:47] "GET /global-vrouter-config/f44ad623-3db7-4a6b-9af9-3aea78651ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002855 10.0.0.27 - - [2025-04-17 02:29:47] "GET /virtual-networks?parent_id=301060f5-c07b-4052-bcf2-c232e1df44f3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002773 10.0.0.27 - - [2025-04-17 02:29:47] "GET /virtual-network/164c537a-2188-47fb-8303-e02d9a5c6eb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005848 10.0.0.27 - - [2025-04-17 02:29:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003264 10.0.0.27 - - [2025-04-17 02:29:47] "GET /global-vrouter-config/f44ad623-3db7-4a6b-9af9-3aea78651ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002843 10.0.0.27 - - [2025-04-17 02:29:47] "GET /virtual-networks?parent_id=301060f5-c07b-4052-bcf2-c232e1df44f3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003001 10.0.0.27 - - [2025-04-17 02:29:47] "GET /virtual-network/08b7a7ea-0e8b-45bd-92f6-96bc7b5fefa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005481 10.0.0.27 - - [2025-04-17 02:29:47] "POST /fqname-to-id HTTP/1.1" 404 207 0.003191 10.0.0.27 - - [2025-04-17 02:29:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002357 10.0.0.27 - - [2025-04-17 02:29:47] "GET /projects?obj_uuids=301060f5-c07b-4052-bcf2-c232e1df44f3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001052 10.0.0.27 - - [2025-04-17 02:29:48] "GET /project/301060f5-c07b-4052-bcf2-c232e1df44f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.027276 10.0.0.27 - - [2025-04-17 02:29:48] "POST /service-instances HTTP/1.1" 200 543 0.059813 10.0.0.27 - - [2025-04-17 02:29:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004103 10.0.0.27 - - [2025-04-17 02:29:48] "GET /service-instance/93628ca9-96e4-4471-8880-6fa23b549c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2135 0.005601 10.0.0.27 - - [2025-04-17 02:29:48] "POST /port-tuples HTTP/1.1" 200 586 0.019161 10.0.0.27 - - [2025-04-17 02:29:48] "GET /virtual-machine-interface/6f83e6bd-7d9a-48b6-892e-e71c8ab2f942?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2724 0.005287 10.0.0.27 - - [2025-04-17 02:29:48] "PUT /virtual-machine-interface/6f83e6bd-7d9a-48b6-892e-e71c8ab2f942 HTTP/1.1" 200 284 0.010808 10.0.0.27 - - [2025-04-17 02:29:48] "POST /ref-update HTTP/1.1" 200 156 0.009643 10.0.0.27 - - [2025-04-17 02:29:48] "POST /instance-ips HTTP/1.1" 200 385 0.024230 10.0.0.27 - - [2025-04-17 02:29:48] "GET /virtual-machine-interface/7e86e739-170d-428c-954f-a61ebbf4afe4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.005681 10.0.0.27 - - [2025-04-17 02:29:48] "POST /ref-update HTTP/1.1" 200 156 0.013062 10.0.0.27 - - [2025-04-17 02:29:48] "PUT /virtual-machine-interface/7e86e739-170d-428c-954f-a61ebbf4afe4 HTTP/1.1" 200 284 0.010947 10.0.0.27 - - [2025-04-17 02:29:48] "POST /ref-update HTTP/1.1" 200 156 0.013061 10.0.0.27 - - [2025-04-17 02:29:48] "POST /ref-update HTTP/1.1" 200 156 0.009994 10.0.0.27 - - [2025-04-17 02:29:48] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002753 10.0.0.27 - - [2025-04-17 02:29:48] "GET /virtual-machine-interface/c2d339cd-318b-4a35-aa80-2fb92ed5232f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2729 0.004882 10.0.0.27 - - [2025-04-17 02:29:48] "POST /instance-ips HTTP/1.1" 200 385 0.029346 10.0.0.27 - - [2025-04-17 02:29:48] "PUT /virtual-machine-interface/c2d339cd-318b-4a35-aa80-2fb92ed5232f HTTP/1.1" 200 284 0.008578 10.0.0.27 - - [2025-04-17 02:29:48] "POST /ref-update HTTP/1.1" 200 156 0.007610 10.0.0.27 - - [2025-04-17 02:29:48] "POST /ref-update HTTP/1.1" 200 156 0.009084 10.0.0.27 - - [2025-04-17 02:29:48] "POST /ref-update HTTP/1.1" 200 156 0.009732 10.0.0.27 - - [2025-04-17 02:29:48] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003608 10.0.0.27 - - [2025-04-17 02:29:48] "POST /neutron/port HTTP/1.1" 200 1088 0.017839 10.0.0.27 - - [2025-04-17 02:29:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005431 10.0.0.27 - - [2025-04-17 02:29:48] "POST /instance-ips HTTP/1.1" 200 373 0.017166 10.0.0.27 - - [2025-04-17 02:29:48] "POST /neutron/port HTTP/1.1" 200 1088 0.019376 10.0.0.27 - - [2025-04-17 02:29:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005051 10.0.0.27 - - [2025-04-17 02:29:48] "POST /ref-update HTTP/1.1" 200 156 0.008266 10.0.0.27 - - [2025-04-17 02:29:48] "POST /neutron/port HTTP/1.1" 200 1088 0.019377 10.0.0.27 - - [2025-04-17 02:29:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008421 10.0.0.27 - - [2025-04-17 02:29:49] "POST /ref-update HTTP/1.1" 200 156 0.009318 10.0.0.27 - - [2025-04-17 02:29:49] "GET /virtual-machine/161a7e6c-26b9-45d1-a3f7-b9dbb01d8bb4 HTTP/1.1" 200 1290 0.003827 10.0.0.27 - - [2025-04-17 02:29:49] "GET /virtual-machine-interface/871a26fc-bfae-45b6-835c-937cfea03315 HTTP/1.1" 200 2945 0.004313 10.0.0.27 - - [2025-04-17 02:29:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002751 10.0.0.27 - - [2025-04-17 02:29:49] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002238 10.0.0.27 - - [2025-04-17 02:29:49] "GET /global-vrouter-config/f44ad623-3db7-4a6b-9af9-3aea78651ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003390 10.0.0.27 - - [2025-04-17 02:29:49] "GET /virtual-networks?parent_id=301060f5-c07b-4052-bcf2-c232e1df44f3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.005972 10.0.0.27 - - [2025-04-17 02:29:49] "POST /instance-ips HTTP/1.1" 200 373 0.014750 10.0.0.27 - - [2025-04-17 02:29:49] "GET /virtual-network/164c537a-2188-47fb-8303-e02d9a5c6eb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005438 10.0.0.27 - - [2025-04-17 02:29:49] "POST /ref-update HTTP/1.1" 200 156 0.007941 10.0.0.27 - - [2025-04-17 02:29:49] "POST /ref-update HTTP/1.1" 200 156 0.008666 10.0.0.27 - - [2025-04-17 02:29:49] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003190 10.0.0.27 - - [2025-04-17 02:29:49] "POST /instance-ips HTTP/1.1" 200 375 0.014571 10.0.0.27 - - [2025-04-17 02:29:49] "POST /ref-update HTTP/1.1" 200 156 0.008415 10.0.0.27 - - [2025-04-17 02:29:49] "POST /ref-update HTTP/1.1" 200 156 0.007879 10.0.0.27 - - [2025-04-17 02:29:49] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002819 10.0.0.27 - - [2025-04-17 02:29:49] "POST /instance-ips HTTP/1.1" 200 375 0.016284 10.0.0.27 - - [2025-04-17 02:29:49] "POST /ref-update HTTP/1.1" 200 156 0.010026 10.0.0.27 - - [2025-04-17 02:29:49] "POST /ref-update HTTP/1.1" 200 156 0.009934 10.0.0.27 - - [2025-04-17 02:29:49] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002661 10.0.0.27 - - [2025-04-17 02:29:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002795 10.0.0.27 - - [2025-04-17 02:29:50] "GET /global-vrouter-config/f44ad623-3db7-4a6b-9af9-3aea78651ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002574 10.0.0.27 - - [2025-04-17 02:29:50] "GET /virtual-networks?parent_id=301060f5-c07b-4052-bcf2-c232e1df44f3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002781 10.0.0.27 - - [2025-04-17 02:29:50] "GET /virtual-network/164c537a-2188-47fb-8303-e02d9a5c6eb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005051 10.0.0.27 - - [2025-04-17 02:29:50] "POST /neutron/port HTTP/1.1" 200 1087 0.014878 10.0.0.27 - - [2025-04-17 02:29:50] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005354 10.0.0.27 - - [2025-04-17 02:29:50] "POST /neutron/port HTTP/1.1" 200 1087 0.016638 10.0.0.27 - - [2025-04-17 02:29:50] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005623 10.0.0.27 - - [2025-04-17 02:29:50] "POST /neutron/port HTTP/1.1" 200 1087 0.013940 10.0.0.27 - - [2025-04-17 02:29:50] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005253 10.0.0.27 - - [2025-04-17 02:29:50] "GET /virtual-machine/422a2c4a-076b-465a-b478-d2f145c04760 HTTP/1.1" 200 1290 0.004569 10.0.0.27 - - [2025-04-17 02:29:50] "GET /virtual-machine-interface/b375b596-b52d-4a5c-be03-e7f0398d7511 HTTP/1.1" 200 2950 0.005419 10.0.0.27 - - [2025-04-17 02:29:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002454 10.0.0.27 - - [2025-04-17 02:29:50] "GET /global-vrouter-config/f44ad623-3db7-4a6b-9af9-3aea78651ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002822 10.0.0.27 - - [2025-04-17 02:29:50] "GET /virtual-networks?parent_id=301060f5-c07b-4052-bcf2-c232e1df44f3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002975 10.0.0.27 - - [2025-04-17 02:29:50] "GET /virtual-network/08b7a7ea-0e8b-45bd-92f6-96bc7b5fefa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005086 10.0.0.27 - - [2025-04-17 02:29:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002978 10.0.0.27 - - [2025-04-17 02:29:52] "GET /global-vrouter-config/f44ad623-3db7-4a6b-9af9-3aea78651ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003564 10.0.0.27 - - [2025-04-17 02:29:52] "GET /virtual-networks?parent_id=301060f5-c07b-4052-bcf2-c232e1df44f3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002851 10.0.0.27 - - [2025-04-17 02:29:52] "GET /virtual-network/08b7a7ea-0e8b-45bd-92f6-96bc7b5fefa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004906 10.0.0.27 - - [2025-04-17 02:29:52] "POST /fqname-to-id HTTP/1.1" 404 211 0.003166 10.0.0.27 - - [2025-04-17 02:29:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002725 10.0.0.27 - - [2025-04-17 02:29:52] "GET /projects?obj_uuids=301060f5-c07b-4052-bcf2-c232e1df44f3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001046 10.0.0.27 - - [2025-04-17 02:29:52] "GET /project/301060f5-c07b-4052-bcf2-c232e1df44f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.027506 10.0.0.27 - - [2025-04-17 02:29:52] "POST /network-policys HTTP/1.1" 200 547 0.018020 10.0.0.27 - - [2025-04-17 02:29:52] "GET /network-policy/7e16c405-87c3-432a-a48e-4b32945da0ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004416 10.0.0.27 - - [2025-04-17 02:29:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.27 - - [2025-04-17 02:29:52] "GET /virtual-network/164c537a-2188-47fb-8303-e02d9a5c6eb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005080 10.0.0.27 - - [2025-04-17 02:29:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002785 10.0.0.27 - - [2025-04-17 02:29:52] "GET /network-policy/7e16c405-87c3-432a-a48e-4b32945da0ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003421 10.0.0.27 - - [2025-04-17 02:29:52] "POST /ref-update HTTP/1.1" 200 156 0.030246 10.0.0.27 - - [2025-04-17 02:29:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.27 - - [2025-04-17 02:29:52] "GET /network-policy/7e16c405-87c3-432a-a48e-4b32945da0ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003569 10.0.0.27 - - [2025-04-17 02:29:52] "POST /neutron/network HTTP/1.1" 200 922 0.007225 10.0.0.27 - - [2025-04-17 02:29:52] "GET /virtual-network/164c537a-2188-47fb-8303-e02d9a5c6eb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005884 10.0.0.27 - - [2025-04-17 02:29:53] "POST /fqname-to-id HTTP/1.1" 404 242 0.002608 10.0.0.27 - - [2025-04-17 02:29:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002565 10.0.0.27 - - [2025-04-17 02:29:53] "GET /network-policy/7e16c405-87c3-432a-a48e-4b32945da0ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003791 10.0.0.27 - - [2025-04-17 02:29:53] "POST /access-control-lists HTTP/1.1" 200 601 0.062772 10.0.0.27 - - [2025-04-17 02:29:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.27 - - [2025-04-17 02:29:53] "GET /virtual-network/08b7a7ea-0e8b-45bd-92f6-96bc7b5fefa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005697 10.0.0.27 - - [2025-04-17 02:29:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002765 10.0.0.27 - - [2025-04-17 02:29:53] "GET /network-policy/7e16c405-87c3-432a-a48e-4b32945da0ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003724 10.0.0.27 - - [2025-04-17 02:29:53] "POST /fqname-to-id HTTP/1.1" 404 244 0.002920 10.0.0.27 - - [2025-04-17 02:29:53] "POST /ref-update HTTP/1.1" 200 156 0.024309 10.0.0.27 - - [2025-04-17 02:29:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.27 - - [2025-04-17 02:29:53] "POST /access-control-lists HTTP/1.1" 200 604 0.063926 10.0.0.27 - - [2025-04-17 02:29:53] "GET /network-policy/7e16c405-87c3-432a-a48e-4b32945da0ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003464 10.0.0.27 - - [2025-04-17 02:29:53] "POST /routing-instances HTTP/1.1" 200 759 0.016845 10.0.0.27 - - [2025-04-17 02:29:53] "POST /neutron/network HTTP/1.1" 200 923 0.005740 10.0.0.27 - - [2025-04-17 02:29:53] "GET /virtual-network/08b7a7ea-0e8b-45bd-92f6-96bc7b5fefa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.004138 10.0.0.27 - - [2025-04-17 02:29:53] "POST /route-targets HTTP/1.1" 200 327 0.009053 10.0.0.27 - - [2025-04-17 02:29:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002862 10.0.0.27 - - [2025-04-17 02:29:53] "POST /ref-update HTTP/1.1" 200 156 0.009846 10.0.0.27 - - [2025-04-17 02:29:53] "GET /network-policy/7e16c405-87c3-432a-a48e-4b32945da0ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003122 10.0.0.27 - - [2025-04-17 02:29:53] "GET /routing-instance/36bcc7bb-3eb6-4689-a381-ee1dc135f46a?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1287 0.004432 10.0.0.27 - - [2025-04-17 02:29:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002365 10.0.0.27 - - [2025-04-17 02:29:53] "GET /routing-instance/36bcc7bb-3eb6-4689-a381-ee1dc135f46a?fields=routing_policy_back_refs HTTP/1.1" 200 1287 0.003490 10.0.0.27 - - [2025-04-17 02:29:53] "GET /service-template/6085e90f-c2e5-448d-b099-a5e8c087d1c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.002791 10.0.0.27 - - [2025-04-17 02:29:53] "POST /ref-update HTTP/1.1" 200 156 0.009396 10.0.0.27 - - [2025-04-17 02:29:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002213 10.0.0.27 - - [2025-04-17 02:29:53] "POST /routing-instances HTTP/1.1" 200 760 0.016245 10.0.0.27 - - [2025-04-17 02:29:53] "GET /projects?obj_uuids=301060f5-c07b-4052-bcf2-c232e1df44f3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001100 10.0.0.27 - - [2025-04-17 02:29:53] "GET /project/301060f5-c07b-4052-bcf2-c232e1df44f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.026999 10.0.0.27 - - [2025-04-17 02:29:53] "POST /route-targets HTTP/1.1" 200 327 0.010463 10.0.0.27 - - [2025-04-17 02:29:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002504 10.0.0.27 - - [2025-04-17 02:29:53] "POST /ref-update HTTP/1.1" 200 156 0.010839 10.0.0.27 - - [2025-04-17 02:29:53] "GET /service-instance/93628ca9-96e4-4471-8880-6fa23b549c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3529 0.006212 10.0.0.27 - - [2025-04-17 02:29:53] "GET /routing-instance/5f7e6052-af7c-49dc-a619-3f78c242deb8?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1288 0.003849 10.0.0.27 - - [2025-04-17 02:29:53] "GET /domains HTTP/1.1" 200 280 0.002052 10.0.0.27 - - [2025-04-17 02:29:53] "GET /domains?obj_uuids=2f062dde-ab10-4df9-9982-bea0b7a691cd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000940 10.0.0.27 - - [2025-04-17 02:29:54] "GET /domain/2f062dde-ab10-4df9-9982-bea0b7a691cd HTTP/1.1" 200 2771 0.007148 10.0.0.27 - - [2025-04-17 02:29:54] "GET /projects?obj_uuids=301060f5-c07b-4052-bcf2-c232e1df44f3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000918 10.0.0.27 - - [2025-04-17 02:29:54] "GET /routing-instance/5f7e6052-af7c-49dc-a619-3f78c242deb8?fields=routing_policy_back_refs HTTP/1.1" 200 1288 0.004765 10.0.0.27 - - [2025-04-17 02:29:54] "GET /project/301060f5-c07b-4052-bcf2-c232e1df44f3 HTTP/1.1" 200 4243 0.065525 10.0.0.27 - - [2025-04-17 02:29:54] "GET /service-instance/93628ca9-96e4-4471-8880-6fa23b549c59 HTTP/1.1" 200 3783 0.004815 10.0.0.27 - - [2025-04-17 02:29:54] "GET /domains HTTP/1.1" 200 280 0.003865 10.0.0.27 - - [2025-04-17 02:29:54] "GET /domains?obj_uuids=2f062dde-ab10-4df9-9982-bea0b7a691cd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001065 10.0.0.27 - - [2025-04-17 02:29:54] "GET /domain/2f062dde-ab10-4df9-9982-bea0b7a691cd HTTP/1.1" 200 2771 0.007260 10.0.0.27 - - [2025-04-17 02:29:54] "PUT /routing-instance/36bcc7bb-3eb6-4689-a381-ee1dc135f46a HTTP/1.1" 200 266 0.015802 10.0.0.27 - - [2025-04-17 02:29:54] "GET /projects?obj_uuids=301060f5-c07b-4052-bcf2-c232e1df44f3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002450 10.0.0.27 - - [2025-04-17 02:29:54] "PUT /routing-instance/5f7e6052-af7c-49dc-a619-3f78c242deb8 HTTP/1.1" 200 266 0.012900 10.0.0.27 - - [2025-04-17 02:29:54] "GET /project/301060f5-c07b-4052-bcf2-c232e1df44f3 HTTP/1.1" 200 4243 0.076292 10.0.0.27 - - [2025-04-17 02:29:54] "GET /service-instance/93628ca9-96e4-4471-8880-6fa23b549c59 HTTP/1.1" 200 3783 0.003364 10.0.0.27 - - [2025-04-17 02:29:54] "GET /port-tuple/8a16ed79-7758-428c-a81d-be66b5afc0c4 HTTP/1.1" 200 1979 0.002695 10.0.0.27 - - [2025-04-17 02:29:54] "GET /virtual-machine-interface/6f83e6bd-7d9a-48b6-892e-e71c8ab2f942 HTTP/1.1" 200 3815 0.005467 10.0.0.27 - - [2025-04-17 02:29:54] "GET /virtual-machine-interface/7e86e739-170d-428c-954f-a61ebbf4afe4 HTTP/1.1" 200 3798 0.004450 10.0.0.27 - - [2025-04-17 02:29:54] "POST /ref-update HTTP/1.1" 200 156 0.018027 10.0.0.27 - - [2025-04-17 02:29:54] "GET /virtual-machine-interface/c2d339cd-318b-4a35-aa80-2fb92ed5232f HTTP/1.1" 200 3805 0.010767 10.0.0.27 - - [2025-04-17 02:29:54] "PUT /access-control-list/17f90e76-6228-4cb9-8997-d4a0b9a0d6fc HTTP/1.1" 200 272 0.016367 10.0.0.27 - - [2025-04-17 02:29:54] "POST /neutron/port HTTP/1.1" 200 3834 0.044478 10.0.0.27 - - [2025-04-17 02:29:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009646 10.0.0.27 - - [2025-04-17 02:29:54] "PUT /access-control-list/67f15255-1615-4f30-be82-768dd97b7564 HTTP/1.1" 200 272 0.014784 10.0.0.27 - - [2025-04-17 02:29:54] "POST /neutron/port HTTP/1.1" 200 3834 0.043789 10.0.0.27 - - [2025-04-17 02:29:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005681 10.0.0.27 - - [2025-04-17 02:29:54] "POST /neutron/port HTTP/1.1" 200 3834 0.030998 10.0.0.27 - - [2025-04-17 02:29:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005919 10.0.0.27 - - [2025-04-17 02:29:54] "POST /neutron/port HTTP/1.1" 200 3834 0.030841 10.0.0.27 - - [2025-04-17 02:29:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005622 10.0.0.27 - - [2025-04-17 02:29:54] "POST /neutron/network HTTP/1.1" 200 896 0.012139 10.0.0.27 - - [2025-04-17 02:29:54] "POST /neutron/network HTTP/1.1" 200 922 0.006735 10.0.0.27 - - [2025-04-17 02:29:54] "POST /neutron/network HTTP/1.1" 200 805 0.012194 10.0.0.27 - - [2025-04-17 02:29:54] "POST /neutron/network HTTP/1.1" 200 831 0.004244 10.0.0.27 - - [2025-04-17 02:29:54] "POST /neutron/network HTTP/1.1" 200 897 0.010901 10.0.0.27 - - [2025-04-17 02:29:54] "POST /neutron/network HTTP/1.1" 200 923 0.004848 10.0.0.27 - - [2025-04-17 02:29:54] "POST /id-to-fqname HTTP/1.1" 200 223 0.001716 10.0.0.27 - - [2025-04-17 02:29:54] "POST /id-to-fqname HTTP/1.1" 200 223 0.001574 10.0.0.27 - - [2025-04-17 02:29:54] "POST /id-to-fqname HTTP/1.1" 200 224 0.001791 10.0.0.27 - - [2025-04-17 02:29:54] "GET /virtual-machine/b8822d6a-eb67-4522-9ac4-cfbad7ddd9b8 HTTP/1.1" 200 1803 0.003574 10.0.0.27 - - [2025-04-17 02:29:54] "GET /virtual-machine-interface/6f83e6bd-7d9a-48b6-892e-e71c8ab2f942 HTTP/1.1" 200 3815 0.005247 10.0.0.27 - - [2025-04-17 02:29:54] "GET /virtual-machine-interface/7e86e739-170d-428c-954f-a61ebbf4afe4 HTTP/1.1" 200 3798 0.004835 10.0.0.27 - - [2025-04-17 02:29:54] "GET /virtual-machine-interface/c2d339cd-318b-4a35-aa80-2fb92ed5232f HTTP/1.1" 200 3805 0.005062 10.0.0.27 - - [2025-04-17 02:29:54] "GET /instance-ip/2c212e66-2f3f-4ee6-98fd-3b6ac8e09924 HTTP/1.1" 200 1620 0.004966 10.0.0.27 - - [2025-04-17 02:29:54] "GET /instance-ip/a3e76107-f03c-4a2b-a050-6b6c62e5b322 HTTP/1.1" 200 1981 0.003067 10.0.0.27 - - [2025-04-17 02:29:54] "GET /instance-ip/c3714e93-b246-4129-996e-d727418a0af1 HTTP/1.1" 200 1979 0.003118 10.0.0.27 - - [2025-04-17 02:29:54] "GET /instance-ip/13c5040e-9516-46b8-8430-118118492c75 HTTP/1.1" 200 1955 0.003681 10.0.0.27 - - [2025-04-17 02:29:54] "GET /instance-ip/a6a7fe73-7095-464a-a5dc-d14d4a911d2f HTTP/1.1" 200 1955 0.003246 10.0.0.27 - - [2025-04-17 02:29:54] "GET /instance-ip/cd58255b-72b4-4bc7-ac24-43b795be6b38 HTTP/1.1" 200 1624 0.005078 10.0.0.27 - - [2025-04-17 02:29:54] "GET /instance-ip/267daf53-98b1-47d1-a5fa-52ae4e631b23 HTTP/1.1" 200 1623 0.004728 10.0.0.27 - - [2025-04-17 02:29:54] "GET /instance-ip/a1437dbf-924a-4e24-9c07-feb0a82d8665 HTTP/1.1" 200 1961 0.003197 10.0.0.27 - - [2025-04-17 02:29:54] "GET /instance-ip/c09d6e3c-4512-42c4-8283-b3dd4236c599 HTTP/1.1" 200 1958 0.003623 10.0.0.27 - - [2025-04-17 02:29:55] "POST /neutron/port HTTP/1.1" 200 3834 0.030396 10.0.0.27 - - [2025-04-17 02:29:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006963 10.0.0.27 - - [2025-04-17 02:29:55] "POST /neutron/port HTTP/1.1" 200 3834 0.030125 10.0.0.27 - - [2025-04-17 02:29:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005416 10.0.0.27 - - [2025-04-17 02:29:55] "POST /neutron/port HTTP/1.1" 200 3834 0.030645 10.0.0.27 - - [2025-04-17 02:29:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005383 10.0.0.27 - - [2025-04-17 02:29:55] "POST /neutron/port HTTP/1.1" 200 3834 0.050497 10.0.0.27 - - [2025-04-17 02:29:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009303 10.0.0.27 - - [2025-04-17 02:29:55] "GET /virtual-machine/b8822d6a-eb67-4522-9ac4-cfbad7ddd9b8 HTTP/1.1" 200 1803 0.003583 10.0.0.27 - - [2025-04-17 02:29:55] "GET /virtual-machine-interface/6f83e6bd-7d9a-48b6-892e-e71c8ab2f942 HTTP/1.1" 200 3815 0.006094 10.0.0.27 - - [2025-04-17 02:29:55] "GET /virtual-machine-interface/7e86e739-170d-428c-954f-a61ebbf4afe4 HTTP/1.1" 200 3798 0.005754 10.0.0.27 - - [2025-04-17 02:29:55] "GET /virtual-machine-interface/c2d339cd-318b-4a35-aa80-2fb92ed5232f HTTP/1.1" 200 3805 0.005070 10.0.0.27 - - [2025-04-17 02:29:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002640 10.0.0.27 - - [2025-04-17 02:29:55] "GET /global-vrouter-config/f44ad623-3db7-4a6b-9af9-3aea78651ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002839 10.0.0.27 - - [2025-04-17 02:29:55] "GET /virtual-networks?parent_id=301060f5-c07b-4052-bcf2-c232e1df44f3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002694 10.0.0.27 - - [2025-04-17 02:29:55] "GET /virtual-network/164c537a-2188-47fb-8303-e02d9a5c6eb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.006108 10.0.0.27 - - [2025-04-17 02:29:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002734 10.0.0.27 - - [2025-04-17 02:29:56] "GET /global-vrouter-config/f44ad623-3db7-4a6b-9af9-3aea78651ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003419 10.0.0.27 - - [2025-04-17 02:29:56] "GET /virtual-networks?parent_id=301060f5-c07b-4052-bcf2-c232e1df44f3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003129 10.0.0.27 - - [2025-04-17 02:29:56] "GET /virtual-network/164c537a-2188-47fb-8303-e02d9a5c6eb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005184 10.0.0.27 - - [2025-04-17 02:29:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002804 10.0.0.27 - - [2025-04-17 02:29:56] "GET /global-vrouter-config/f44ad623-3db7-4a6b-9af9-3aea78651ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004127 10.0.0.27 - - [2025-04-17 02:29:56] "GET /virtual-networks?parent_id=301060f5-c07b-4052-bcf2-c232e1df44f3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002899 10.0.0.27 - - [2025-04-17 02:29:56] "GET /virtual-network/164c537a-2188-47fb-8303-e02d9a5c6eb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005180 10.0.0.27 - - [2025-04-17 02:29:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.27 - - [2025-04-17 02:29:57] "GET /global-vrouter-config/f44ad623-3db7-4a6b-9af9-3aea78651ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003868 10.0.0.27 - - [2025-04-17 02:29:57] "GET /virtual-networks?parent_id=301060f5-c07b-4052-bcf2-c232e1df44f3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002963 10.0.0.27 - - [2025-04-17 02:29:57] "GET /virtual-network/164c537a-2188-47fb-8303-e02d9a5c6eb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005288 10.0.0.27 - - [2025-04-17 02:29:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002916 10.0.0.27 - - [2025-04-17 02:29:57] "GET /global-vrouter-config/f44ad623-3db7-4a6b-9af9-3aea78651ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003584 10.0.0.27 - - [2025-04-17 02:29:57] "GET /virtual-networks?parent_id=301060f5-c07b-4052-bcf2-c232e1df44f3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002934 10.0.0.27 - - [2025-04-17 02:29:57] "GET /virtual-network/164c537a-2188-47fb-8303-e02d9a5c6eb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.006048 10.0.0.27 - - [2025-04-17 02:29:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002784 10.0.0.27 - - [2025-04-17 02:29:57] "GET /global-vrouter-config/f44ad623-3db7-4a6b-9af9-3aea78651ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002685 10.0.0.27 - - [2025-04-17 02:29:57] "GET /virtual-networks?parent_id=301060f5-c07b-4052-bcf2-c232e1df44f3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003145 10.0.0.27 - - [2025-04-17 02:29:57] "GET /virtual-network/61365576-4acb-4c67-a41f-265f3593013d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005097 10.0.0.27 - - [2025-04-17 02:29:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937 10.0.0.27 - - [2025-04-17 02:29:57] "GET /global-vrouter-config/f44ad623-3db7-4a6b-9af9-3aea78651ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003469 10.0.0.27 - - [2025-04-17 02:29:57] "GET /virtual-networks?parent_id=301060f5-c07b-4052-bcf2-c232e1df44f3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003324 10.0.0.27 - - [2025-04-17 02:29:57] "GET /virtual-network/61365576-4acb-4c67-a41f-265f3593013d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005548 10.0.0.27 - - [2025-04-17 02:29:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.27 - - [2025-04-17 02:29:57] "GET /global-vrouter-config/f44ad623-3db7-4a6b-9af9-3aea78651ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003276 10.0.0.27 - - [2025-04-17 02:29:57] "GET /virtual-networks?parent_id=301060f5-c07b-4052-bcf2-c232e1df44f3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002929 10.0.0.27 - - [2025-04-17 02:29:58] "GET /virtual-network/61365576-4acb-4c67-a41f-265f3593013d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005593 10.0.0.27 - - [2025-04-17 02:29:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.27 - - [2025-04-17 02:29:58] "GET /global-vrouter-config/f44ad623-3db7-4a6b-9af9-3aea78651ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003539 10.0.0.27 - - [2025-04-17 02:29:58] "GET /virtual-networks?parent_id=301060f5-c07b-4052-bcf2-c232e1df44f3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003355 10.0.0.27 - - [2025-04-17 02:29:58] "GET /virtual-network/61365576-4acb-4c67-a41f-265f3593013d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005810 10.0.0.27 - - [2025-04-17 02:29:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002673 10.0.0.27 - - [2025-04-17 02:29:58] "GET /global-vrouter-config/f44ad623-3db7-4a6b-9af9-3aea78651ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002717 10.0.0.27 - - [2025-04-17 02:29:58] "GET /virtual-networks?parent_id=301060f5-c07b-4052-bcf2-c232e1df44f3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002978 10.0.0.27 - - [2025-04-17 02:29:58] "GET /virtual-network/08b7a7ea-0e8b-45bd-92f6-96bc7b5fefa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005044 10.0.0.27 - - [2025-04-17 02:29:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002978 10.0.0.27 - - [2025-04-17 02:29:58] "GET /global-vrouter-config/f44ad623-3db7-4a6b-9af9-3aea78651ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003335 10.0.0.27 - - [2025-04-17 02:29:58] "GET /virtual-networks?parent_id=301060f5-c07b-4052-bcf2-c232e1df44f3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003217 10.0.0.27 - - [2025-04-17 02:29:58] "GET /virtual-network/08b7a7ea-0e8b-45bd-92f6-96bc7b5fefa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.004855 10.0.0.27 - - [2025-04-17 02:29:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002655 10.0.0.27 - - [2025-04-17 02:29:58] "GET /global-vrouter-config/f44ad623-3db7-4a6b-9af9-3aea78651ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003518 10.0.0.27 - - [2025-04-17 02:29:58] "GET /virtual-networks?parent_id=301060f5-c07b-4052-bcf2-c232e1df44f3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003001 10.0.0.27 - - [2025-04-17 02:29:58] "GET /virtual-network/08b7a7ea-0e8b-45bd-92f6-96bc7b5fefa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005267 10.0.0.27 - - [2025-04-17 02:29:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002973 10.0.0.27 - - [2025-04-17 02:29:58] "GET /global-vrouter-config/f44ad623-3db7-4a6b-9af9-3aea78651ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003671 10.0.0.27 - - [2025-04-17 02:29:58] "GET /virtual-networks?parent_id=301060f5-c07b-4052-bcf2-c232e1df44f3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003671 10.0.0.27 - - [2025-04-17 02:29:59] "GET /virtual-network/08b7a7ea-0e8b-45bd-92f6-96bc7b5fefa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.013520 10.0.0.27 - - [2025-04-17 02:29:59] "GET /virtual-machine/b8822d6a-eb67-4522-9ac4-cfbad7ddd9b8 HTTP/1.1" 200 1803 0.003809 10.0.0.27 - - [2025-04-17 02:29:59] "GET /domains HTTP/1.1" 200 280 0.002185 10.0.0.27 - - [2025-04-17 02:29:59] "GET /domains?obj_uuids=2f062dde-ab10-4df9-9982-bea0b7a691cd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001081 10.0.0.27 - - [2025-04-17 02:29:59] "GET /domain/2f062dde-ab10-4df9-9982-bea0b7a691cd HTTP/1.1" 200 2771 0.006650 10.0.0.27 - - [2025-04-17 02:29:59] "GET /projects?obj_uuids=301060f5-c07b-4052-bcf2-c232e1df44f3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000868 10.0.0.27 - - [2025-04-17 02:29:59] "GET /project/301060f5-c07b-4052-bcf2-c232e1df44f3 HTTP/1.1" 200 4243 0.066067 10.0.0.27 - - [2025-04-17 02:29:59] "GET /service-instance/93628ca9-96e4-4471-8880-6fa23b549c59 HTTP/1.1" 200 3783 0.003371 10.0.0.27 - - [2025-04-17 02:29:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002226 10.0.0.27 - - [2025-04-17 02:29:59] "GET /routing-instance/26e951c7-262b-4856-9255-e56e967df8ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1887 0.002910 10.0.0.27 - - [2025-04-17 02:29:59] "GET /routing-instance/26e951c7-262b-4856-9255-e56e967df8ca?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2020 0.005305 10.0.0.27 - - [2025-04-17 02:29:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.27 - - [2025-04-17 02:29:59] "GET /routing-instance/07d1fa94-ddbd-4050-96dd-08a67f6ca86e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1891 0.003960 10.0.0.27 - - [2025-04-17 02:29:59] "GET /routing-instance/07d1fa94-ddbd-4050-96dd-08a67f6ca86e?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2022 0.005243 10.0.0.27 - - [2025-04-17 02:29:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003022 10.0.0.27 - - [2025-04-17 02:29:59] "GET /virtual-network/164c537a-2188-47fb-8303-e02d9a5c6eb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005063 10.0.0.27 - - [2025-04-17 02:29:59] "GET /virtual-network/164c537a-2188-47fb-8303-e02d9a5c6eb5?fields=routing_instances HTTP/1.1" 200 1682 0.006942 10.0.0.27 - - [2025-04-17 02:29:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002937 10.0.0.27 - - [2025-04-17 02:29:59] "GET /virtual-network/08b7a7ea-0e8b-45bd-92f6-96bc7b5fefa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.005294 10.0.0.27 - - [2025-04-17 02:29:59] "GET /virtual-network/08b7a7ea-0e8b-45bd-92f6-96bc7b5fefa5?fields=routing_instances HTTP/1.1" 200 1687 0.007376 10.0.0.27 - - [2025-04-17 02:30:03] "POST /ref-update HTTP/1.1" 200 156 0.030846 10.0.0.27 - - [2025-04-17 02:30:03] "DELETE /access-control-list/67f15255-1615-4f30-be82-768dd97b7564 HTTP/1.1" 200 115 0.019405 10.0.0.27 - - [2025-04-17 02:30:03] "POST /neutron/network HTTP/1.1" 200 835 0.011220 10.0.0.27 - - [2025-04-17 02:30:03] "GET /virtual-network/08b7a7ea-0e8b-45bd-92f6-96bc7b5fefa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004880 10.0.0.27 - - [2025-04-17 02:30:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002129 10.0.0.27 - - [2025-04-17 02:30:03] "DELETE /routing-instance/36bcc7bb-3eb6-4689-a381-ee1dc135f46a HTTP/1.1" 200 115 0.050160 10.0.0.27 - - [2025-04-17 02:30:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005241 10.0.0.27 - - [2025-04-17 02:30:03] "GET /network-policy/7e16c405-87c3-432a-a48e-4b32945da0ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003659 10.0.0.27 - - [2025-04-17 02:30:03] "DELETE /route-target/46f6393b-7612-4119-996f-bf3300add5bf HTTP/1.1" 200 115 0.020448 10.0.0.27 - - [2025-04-17 02:30:03] "POST /ref-update HTTP/1.1" 200 156 0.036007 10.0.0.27 - - [2025-04-17 02:30:03] "DELETE /routing-instance/5f7e6052-af7c-49dc-a619-3f78c242deb8 HTTP/1.1" 200 115 0.035856 10.0.0.27 - - [2025-04-17 02:30:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002383 10.0.0.27 - - [2025-04-17 02:30:04] "POST /neutron/network HTTP/1.1" 200 834 0.006073 10.0.0.27 - - [2025-04-17 02:30:04] "GET /virtual-network/164c537a-2188-47fb-8303-e02d9a5c6eb5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004931 10.0.0.27 - - [2025-04-17 02:30:04] "DELETE /route-target/c731a99f-5eb6-48b9-9082-c2646a37bab6 HTTP/1.1" 200 115 0.013845 10.0.0.27 - - [2025-04-17 02:30:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003738 10.0.0.27 - - [2025-04-17 02:30:04] "DELETE /access-control-list/17f90e76-6228-4cb9-8997-d4a0b9a0d6fc HTTP/1.1" 200 115 0.024070 10.0.0.27 - - [2025-04-17 02:30:04] "GET /network-policy/7e16c405-87c3-432a-a48e-4b32945da0ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003322 10.0.0.27 - - [2025-04-17 02:30:04] "DELETE /network-policy/7e16c405-87c3-432a-a48e-4b32945da0ce HTTP/1.1" 200 115 0.025130 10.0.0.27 - - [2025-04-17 02:30:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002651 10.0.0.27 - - [2025-04-17 02:30:04] "DELETE /service-instance/93628ca9-96e4-4471-8880-6fa23b549c59 HTTP/1.1" 200 115 0.050352 10.0.0.27 - - [2025-04-17 02:30:04] "POST /ref-update HTTP/1.1" 200 156 0.017768 10.0.0.27 - - [2025-04-17 02:30:04] "GET /domains HTTP/1.1" 200 280 0.002464 10.0.0.27 - - [2025-04-17 02:30:04] "GET /domains?obj_uuids=2f062dde-ab10-4df9-9982-bea0b7a691cd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001772 10.0.0.27 - - [2025-04-17 02:30:04] "GET /domain/2f062dde-ab10-4df9-9982-bea0b7a691cd HTTP/1.1" 200 2771 0.013585 10.0.0.27 - - [2025-04-17 02:30:04] "GET /projects?obj_uuids=301060f5-c07b-4052-bcf2-c232e1df44f3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001219 10.0.0.27 - - [2025-04-17 02:30:04] "DELETE /instance-ip/c09d6e3c-4512-42c4-8283-b3dd4236c599 HTTP/1.1" 200 115 0.035633 10.0.0.27 - - [2025-04-17 02:30:04] "POST /ref-update HTTP/1.1" 200 156 0.017656 10.0.0.27 - - [2025-04-17 02:30:04] "GET /project/301060f5-c07b-4052-bcf2-c232e1df44f3 HTTP/1.1" 200 3769 0.071398 10.0.0.27 - - [2025-04-17 02:30:04] "GET /virtual-machine/b8822d6a-eb67-4522-9ac4-cfbad7ddd9b8 HTTP/1.1" 200 1803 0.003267 10.0.0.27 - - [2025-04-17 02:30:04] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.008998 10.0.0.27 - - [2025-04-17 02:30:04] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003741 10.0.0.27 - - [2025-04-17 02:30:04] "DELETE /instance-ip/a6a7fe73-7095-464a-a5dc-d14d4a911d2f HTTP/1.1" 200 115 0.037843 10.0.0.27 - - [2025-04-17 02:30:04] "POST /ref-update HTTP/1.1" 200 156 0.011065 10.0.0.27 - - [2025-04-17 02:30:04] "DELETE /instance-ip/c3714e93-b246-4129-996e-d727418a0af1 HTTP/1.1" 200 115 0.024774 10.0.0.27 - - [2025-04-17 02:30:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.27 - - [2025-04-17 02:30:04] "POST /ref-update HTTP/1.1" 200 156 0.015614 10.0.0.27 - - [2025-04-17 02:30:04] "DELETE /service-template/6085e90f-c2e5-448d-b099-a5e8c087d1c7 HTTP/1.1" 200 115 0.025802 10.0.0.27 - - [2025-04-17 02:30:04] "POST /fqname-to-id HTTP/1.1" 404 193 0.002390 10.0.0.27 - - [2025-04-17 02:30:04] "DELETE /instance-ip/a3e76107-f03c-4a2b-a050-6b6c62e5b322 HTTP/1.1" 200 115 0.021754 10.0.0.27 - - [2025-04-17 02:30:04] "POST /ref-update HTTP/1.1" 200 156 0.010208 10.0.0.27 - - [2025-04-17 02:30:04] "DELETE /instance-ip/a1437dbf-924a-4e24-9c07-feb0a82d8665 HTTP/1.1" 200 115 0.029419 10.0.0.27 - - [2025-04-17 02:30:04] "POST /ref-update HTTP/1.1" 200 156 0.012061 10.0.0.27 - - [2025-04-17 02:30:04] "DELETE /instance-ip/13c5040e-9516-46b8-8430-118118492c75 HTTP/1.1" 200 115 0.029008 10.0.0.27 - - [2025-04-17 02:30:04] "POST /neutron/network HTTP/1.1" 200 835 0.005096 10.0.0.27 - - [2025-04-17 02:30:04] "POST /neutron/network HTTP/1.1" 400 204 0.017389 10.0.0.27 - - [2025-04-17 02:30:05] "POST /neutron/port HTTP/1.1" 200 1087 0.014939 10.0.0.27 - - [2025-04-17 02:30:05] "POST /neutron/port HTTP/1.1" 200 1113 0.009270 10.0.0.27 - - [2025-04-17 02:30:05] "POST /neutron/port HTTP/1.1" 200 1088 0.019148 10.0.0.27 - - [2025-04-17 02:30:05] "POST /neutron/port HTTP/1.1" 200 151 0.122722 10.0.0.27 - - [2025-04-17 02:30:05] "POST /neutron/port HTTP/1.1" 200 1114 0.012459 10.0.0.27 - - [2025-04-17 02:30:05] "POST /neutron/port HTTP/1.1" 200 151 0.106700 10.0.0.27 - - [2025-04-17 02:30:05] "POST /neutron/port HTTP/1.1" 200 3027 0.023743 10.0.0.27 - - [2025-04-17 02:30:05] "POST /neutron/port HTTP/1.1" 200 1111 0.011652 10.0.0.27 - - [2025-04-17 02:30:05] "POST /neutron/port HTTP/1.1" 200 151 0.110332 10.0.0.27 - - [2025-04-17 02:30:05] "POST /neutron/port HTTP/1.1" 200 1114 0.011344 10.0.0.27 - - [2025-04-17 02:30:05] "POST /neutron/port HTTP/1.1" 200 151 0.091736 10.0.0.27 - - [2025-04-17 02:30:05] "POST /neutron/port HTTP/1.1" 200 1113 0.008341 10.0.0.27 - - [2025-04-17 02:30:05] "POST /neutron/port HTTP/1.1" 200 151 0.099532 10.0.0.27 - - [2025-04-17 02:30:06] "POST /neutron/network HTTP/1.1" 200 835 0.005784 10.0.0.27 - - [2025-04-17 02:30:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004312 10.0.0.27 - - [2025-04-17 02:30:06] "POST /useragent-kv HTTP/1.1" 200 115 0.001881 10.0.0.27 - - [2025-04-17 02:30:06] "POST /useragent-kv HTTP/1.1" 200 115 0.003160 10.0.0.27 - - [2025-04-17 02:30:06] "POST /neutron/network HTTP/1.1" 200 151 0.082328 10.0.0.27 - - [2025-04-17 02:30:06] "DELETE /route-target/b1a6fd28-b12c-4564-b06b-d5a0ae6570dc HTTP/1.1" 200 115 0.020504 10.0.0.27 - - [2025-04-17 02:30:06] "GET /routing-instance/07d1fa94-ddbd-4050-96dd-08a67f6ca86e HTTP/1.1" 404 171 0.002426 10.0.0.27 - - [2025-04-17 02:30:06] "GET /domains HTTP/1.1" 200 280 0.002584 10.0.0.27 - - [2025-04-17 02:30:06] "GET /domains?obj_uuids=2f062dde-ab10-4df9-9982-bea0b7a691cd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001024 10.0.0.27 - - [2025-04-17 02:30:07] "GET /domain/2f062dde-ab10-4df9-9982-bea0b7a691cd HTTP/1.1" 200 2571 0.049982 10.0.0.27 - - [2025-04-17 02:30:07] "GET /projects?obj_uuids=301060f5-c07b-4052-bcf2-c232e1df44f3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001118 10.0.0.27 - - [2025-04-17 02:30:07] "GET /project/301060f5-c07b-4052-bcf2-c232e1df44f3 HTTP/1.1" 200 2308 0.069526 10.0.0.27 - - [2025-04-17 02:30:07] "POST /neutron/network HTTP/1.1" 200 834 0.006324 10.0.0.27 - - [2025-04-17 02:30:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004560 10.0.0.27 - - [2025-04-17 02:30:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002092 10.0.0.27 - - [2025-04-17 02:30:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003523 10.0.0.27 - - [2025-04-17 02:30:07] "POST /neutron/network HTTP/1.1" 200 151 0.089880 10.0.0.27 - - [2025-04-17 02:30:07] "DELETE /route-target/e5f59bb7-f04a-42ca-9dc7-51bfc4356b09 HTTP/1.1" 200 115 0.024565 10.0.0.27 - - [2025-04-17 02:30:07] "GET /routing-instance/26e951c7-262b-4856-9255-e56e967df8ca HTTP/1.1" 404 171 0.003505 10.0.0.27 - - [2025-04-17 02:30:07] "GET /domains HTTP/1.1" 200 280 0.002554 10.0.0.27 - - [2025-04-17 02:30:07] "GET /domains?obj_uuids=2f062dde-ab10-4df9-9982-bea0b7a691cd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001222 10.0.0.27 - - [2025-04-17 02:30:07] "GET /domain/2f062dde-ab10-4df9-9982-bea0b7a691cd HTTP/1.1" 200 2571 0.048563 10.0.0.27 - - [2025-04-17 02:30:07] "GET /projects?obj_uuids=301060f5-c07b-4052-bcf2-c232e1df44f3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001967 10.0.0.27 - - [2025-04-17 02:30:07] "GET /project/301060f5-c07b-4052-bcf2-c232e1df44f3 HTTP/1.1" 200 2090 0.075145 10.0.0.27 - - [2025-04-17 02:30:07] "POST /neutron/network HTTP/1.1" 200 831 0.006206 10.0.0.27 - - [2025-04-17 02:30:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.27 - - [2025-04-17 02:30:07] "POST /useragent-kv HTTP/1.1" 200 115 0.004090 10.0.0.27 - - [2025-04-17 02:30:07] "POST /useragent-kv HTTP/1.1" 200 115 0.005449 10.0.0.27 - - [2025-04-17 02:30:07] "POST /neutron/network HTTP/1.1" 200 151 0.103117 10.0.0.27 - - [2025-04-17 02:30:07] "DELETE /route-target/d6c43343-056c-4d07-a81a-eb2fbc14bff8 HTTP/1.1" 200 115 0.032561 10.0.0.27 - - [2025-04-17 02:30:07] "GET /routing-instance/40830d58-8d2f-4838-ad4b-a5e428ef905e HTTP/1.1" 404 171 0.002516 10.0.0.27 - - [2025-04-17 02:30:07] "GET /domains HTTP/1.1" 200 280 0.002452 10.0.0.27 - - [2025-04-17 02:30:07] "GET /domains?obj_uuids=2f062dde-ab10-4df9-9982-bea0b7a691cd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001093 10.0.0.27 - - [2025-04-17 02:30:07] "GET /domain/2f062dde-ab10-4df9-9982-bea0b7a691cd HTTP/1.1" 200 2571 0.048350 10.0.0.27 - - [2025-04-17 02:30:07] "GET /projects?obj_uuids=301060f5-c07b-4052-bcf2-c232e1df44f3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001049 10.0.0.27 - - [2025-04-17 02:30:07] "GET /project/301060f5-c07b-4052-bcf2-c232e1df44f3 HTTP/1.1" 200 1850 0.065023 10.0.0.27 - - [2025-04-17 02:30:07] "GET /projects?obj_uuids=301060f5-c07b-4052-bcf2-c232e1df44f3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001180 10.0.0.27 - - [2025-04-17 02:30:08] "GET /project/301060f5-c07b-4052-bcf2-c232e1df44f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.029171 10.0.0.27 - - [2025-04-17 02:30:08] "GET /projects?obj_uuids=301060f5-c07b-4052-bcf2-c232e1df44f3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001120 10.0.0.27 - - [2025-04-17 02:30:08] "GET /project/301060f5-c07b-4052-bcf2-c232e1df44f3?fields=virtual_networks HTTP/1.1" 200 1038 0.072616 10.0.0.27 - - [2025-04-17 02:30:08] "GET /projects?obj_uuids=301060f5-c07b-4052-bcf2-c232e1df44f3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001729 10.0.0.27 - - [2025-04-17 02:30:08] "GET /project/301060f5-c07b-4052-bcf2-c232e1df44f3?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.029048 10.0.0.27 - - [2025-04-17 02:30:08] "GET /projects?obj_uuids=301060f5-c07b-4052-bcf2-c232e1df44f3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001063 10.0.0.27 - - [2025-04-17 02:30:08] "GET /project/301060f5-c07b-4052-bcf2-c232e1df44f3?fields=security_groups HTTP/1.1" 200 1262 0.022452 10.0.0.27 - - [2025-04-17 02:30:09] "POST /fqname-to-id HTTP/1.1" 404 189 0.020872 10.0.0.27 - - [2025-04-17 02:30:09] "GET /projects?obj_uuids=91dae1e6-3fe1-46df-8d8e-979253d26a4d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002273 10.0.0.27 - - [2025-04-17 02:30:09] "GET /domains?obj_uuids=2f062dde-ab10-4df9-9982-bea0b7a691cd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001465 10.0.0.27 - - [2025-04-17 02:30:09] "GET /domain/2f062dde-ab10-4df9-9982-bea0b7a691cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007237 10.0.0.27 - - [2025-04-17 02:30:09] "POST /id-to-fqname HTTP/1.1" 200 191 0.001772 10.0.0.27 - - [2025-04-17 02:30:09] "POST /fqname-to-id HTTP/1.1" 404 200 0.003091 10.0.0.27 - - [2025-04-17 02:30:09] "POST /security-groups HTTP/1.1" 200 592 0.077166 10.0.0.27 - - [2025-04-17 02:30:09] "POST /fqname-to-id HTTP/1.1" 404 235 0.003182 10.0.0.27 - - [2025-04-17 02:30:09] "POST /projects HTTP/1.1" 200 587 0.251735 10.0.0.27 - - [2025-04-17 02:30:09] "POST /access-control-lists HTTP/1.1" 200 597 0.059544 10.0.0.27 - - [2025-04-17 02:30:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.323495 10.0.0.27 - - [2025-04-17 02:30:09] "POST /fqname-to-id HTTP/1.1" 404 234 0.002683 10.0.0.27 - - [2025-04-17 02:30:09] "GET /project/91dae1e6-3fe1-46df-8d8e-979253d26a4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.439160 10.0.0.27 - - [2025-04-17 02:30:09] "POST /access-control-lists HTTP/1.1" 200 595 0.058251 10.0.0.27 - - [2025-04-17 02:30:10] "GET / HTTP/1.1" 200 35931 0.001958 10.0.0.27 - - [2025-04-17 02:30:11] "GET /project/91dae1e6-3fe1-46df-8d8e-979253d26a4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000474 10.0.0.27 - - [2025-04-17 02:30:12] "GET /projects?obj_uuids=91dae1e6-3fe1-46df-8d8e-979253d26a4d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001144 10.0.0.27 - - [2025-04-17 02:30:12] "GET /project/91dae1e6-3fe1-46df-8d8e-979253d26a4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.055318 10.0.0.27 - - [2025-04-17 02:30:12] "POST /fqname-to-id HTTP/1.1" 404 180 0.002509 10.0.0.27 - - [2025-04-17 02:30:12] "POST /virtual-DNSs HTTP/1.1" 200 507 0.021782 10.0.0.27 - - [2025-04-17 02:30:12] "GET /virtual-DNS/50a53c26-3a3d-40d3-960c-df30afe19c1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.004809 10.0.0.27 - - [2025-04-17 02:30:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.27 - - [2025-04-17 02:30:12] "GET /virtual-DNS/50a53c26-3a3d-40d3-960c-df30afe19c1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.006989 10.0.0.27 - - [2025-04-17 02:30:12] "GET /domains HTTP/1.1" 401 292 0.000440 10.0.0.27 - - [2025-04-17 02:30:12] "GET /domains HTTP/1.1" 200 280 0.025845 10.0.0.27 - - [2025-04-17 02:30:12] "GET /domains?obj_uuids=2f062dde-ab10-4df9-9982-bea0b7a691cd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001270 10.0.0.27 - - [2025-04-17 02:30:12] "GET /domain/2f062dde-ab10-4df9-9982-bea0b7a691cd HTTP/1.1" 200 2958 0.010773 10.0.0.27 - - [2025-04-17 02:30:12] "GET /virtual-DNS/50a53c26-3a3d-40d3-960c-df30afe19c1b HTTP/1.1" 200 1438 0.004850 10.0.0.27 - - [2025-04-17 02:30:12] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.003329 10.0.0.27 - - [2025-04-17 02:30:12] "POST /network-ipams HTTP/1.1" 200 514 0.020027 10.0.0.27 - - [2025-04-17 02:30:12] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 968 0.002856 10.0.0.27 - - [2025-04-17 02:30:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002948 10.0.0.27 - - [2025-04-17 02:30:12] "GET /network-ipam/8591dc98-70ed-49a4-9cdc-b44105704b1d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.004831 10.0.0.27 - - [2025-04-17 02:30:12] "PUT /network-ipam/8591dc98-70ed-49a4-9cdc-b44105704b1d HTTP/1.1" 200 258 0.011776 10.0.0.27 - - [2025-04-17 02:30:12] "POST /ref-update HTTP/1.1" 200 156 0.009280 10.0.0.27 - - [2025-04-17 02:30:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.27 - - [2025-04-17 02:30:13] "GET /projects?obj_uuids=91dae1e6-3fe1-46df-8d8e-979253d26a4d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001775 10.0.0.27 - - [2025-04-17 02:30:13] "GET /project/91dae1e6-3fe1-46df-8d8e-979253d26a4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.027035 10.0.0.27 - - [2025-04-17 02:30:13] "POST /neutron/network HTTP/1.1" 200 117 0.030460 10.0.0.27 - - [2025-04-17 02:30:13] "GET /projects?obj_uuids=91dae1e6-3fe1-46df-8d8e-979253d26a4d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001200 10.0.0.27 - - [2025-04-17 02:30:13] "POST /neutron/network HTTP/1.1" 200 618 0.076900 10.0.0.27 - - [2025-04-17 02:30:13] "POST /route-targets HTTP/1.1" 200 327 0.015626 10.0.0.27 - - [2025-04-17 02:30:13] "POST /ref-update HTTP/1.1" 200 156 0.013006 10.0.0.27 - - [2025-04-17 02:30:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002511 10.0.0.27 - - [2025-04-17 02:30:13] "POST /neutron/subnet HTTP/1.1" 200 711 0.157942 10.0.0.27 - - [2025-04-17 02:30:13] "POST /neutron/network HTTP/1.1" 200 833 0.005661 10.0.0.27 - - [2025-04-17 02:30:13] "POST /id-to-fqname HTTP/1.1" 200 227 0.001315 10.0.0.27 - - [2025-04-17 02:30:13] "GET /virtual-network/d71db7a5-8eee-4677-8182-689eb55cbf54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006385 10.0.0.27 - - [2025-04-17 02:30:13] "POST /neutron/network HTTP/1.1" 200 833 0.006006 10.0.0.27 - - [2025-04-17 02:30:13] "GET /virtual-network/d71db7a5-8eee-4677-8182-689eb55cbf54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006830 10.0.0.27 - - [2025-04-17 02:30:13] "POST /neutron/network HTTP/1.1" 200 833 0.006913 10.0.0.27 - - [2025-04-17 02:30:13] "POST /neutron/subnet HTTP/1.1" 200 711 0.008755 10.0.0.27 - - [2025-04-17 02:30:13] "POST /neutron/network HTTP/1.1" 200 807 0.010719 10.0.0.27 - - [2025-04-17 02:30:13] "POST /neutron/network HTTP/1.1" 200 833 0.005733 10.0.0.27 - - [2025-04-17 02:30:13] "POST /id-to-fqname HTTP/1.1" 200 227 0.001391 10.0.0.27 - - [2025-04-17 02:30:13] "POST /neutron/network HTTP/1.1" 200 843 0.005914 10.0.0.27 - - [2025-04-17 02:30:13] "GET /aaa-mode HTTP/1.1" 401 292 0.000440 10.0.0.27 - - [2025-04-17 02:30:14] "GET / HTTP/1.1" 200 35931 0.001851 10.0.0.27 - - [2025-04-17 02:30:14] "GET /project/91dae1e6-3fe1-46df-8d8e-979253d26a4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000404 10.0.0.27 - - [2025-04-17 02:30:14] "GET /projects?obj_uuids=91dae1e6-3fe1-46df-8d8e-979253d26a4d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001800 10.0.0.27 - - [2025-04-17 02:30:14] "GET /project/91dae1e6-3fe1-46df-8d8e-979253d26a4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.053444 10.0.0.27 - - [2025-04-17 02:30:14] "POST /neutron/network HTTP/1.1" 200 833 0.005550 10.0.0.27 - - [2025-04-17 02:30:14] "POST /neutron/port HTTP/1.1" 200 117 0.005617 10.0.0.27 - - [2025-04-17 02:30:14] "POST /neutron/port HTTP/1.1" 200 117 0.006141 10.0.0.27 - - [2025-04-17 02:30:14] "POST /neutron/port HTTP/1.1" 200 117 0.005383 10.0.0.27 - - [2025-04-17 02:30:15] "POST /neutron/network HTTP/1.1" 200 843 0.006052 10.0.0.27 - - [2025-04-17 02:30:15] "GET /projects?obj_uuids=91dae1e6-3fe1-46df-8d8e-979253d26a4d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001150 10.0.0.27 - - [2025-04-17 02:30:15] "POST /neutron/port HTTP/1.1" 200 1058 0.197474 10.0.0.27 - - [2025-04-17 02:30:15] "POST /neutron/port HTTP/1.1" 200 1058 0.013602 10.0.0.27 - - [2025-04-17 02:30:15] "POST /neutron/port HTTP/1.1" 200 1058 0.009712 10.0.0.27 - - [2025-04-17 02:30:15] "POST /neutron/port HTTP/1.1" 200 1112 0.063730 10.0.0.27 - - [2025-04-17 02:30:15] "POST /neutron/port HTTP/1.1" 200 1086 0.018952 10.0.0.27 - - [2025-04-17 02:30:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003643 10.0.0.27 - - [2025-04-17 02:30:15] "POST /neutron/subnet HTTP/1.1" 200 685 0.010123 10.0.0.27 - - [2025-04-17 02:30:15] "POST /neutron/port HTTP/1.1" 200 117 0.001212 10.0.0.27 - - [2025-04-17 02:30:15] "POST /neutron/network HTTP/1.1" 200 833 0.005757 10.0.0.27 - - [2025-04-17 02:30:19] "POST /neutron/port HTTP/1.1" 200 1086 0.017599 10.0.0.27 - - [2025-04-17 02:30:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006751 10.0.0.27 - - [2025-04-17 02:30:19] "POST /neutron/port HTTP/1.1" 200 1086 0.017428 10.0.0.27 - - [2025-04-17 02:30:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006589 10.0.0.27 - - [2025-04-17 02:30:20] "POST /neutron/port HTTP/1.1" 200 1086 0.019083 10.0.0.27 - - [2025-04-17 02:30:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005941 10.0.0.27 - - [2025-04-17 02:30:20] "GET /virtual-machine/000590a5-7f9d-4693-b807-7374a46b48ae HTTP/1.1" 200 1290 0.004560 10.0.0.27 - - [2025-04-17 02:30:20] "GET /virtual-machine-interface/09c0b57a-9493-4063-a0ee-2565fb0b6c66 HTTP/1.1" 200 2963 0.007178 10.0.0.27 - - [2025-04-17 02:30:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.27 - - [2025-04-17 02:30:20] "GET /global-vrouter-config/f44ad623-3db7-4a6b-9af9-3aea78651ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003420 10.0.0.27 - - [2025-04-17 02:30:20] "GET /virtual-networks?parent_id=91dae1e6-3fe1-46df-8d8e-979253d26a4d&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004089 10.0.0.27 - - [2025-04-17 02:30:20] "GET /virtual-network/d71db7a5-8eee-4677-8182-689eb55cbf54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005280 10.0.0.27 - - [2025-04-17 02:30:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003144 10.0.0.27 - - [2025-04-17 02:30:23] "GET /virtual-network/d71db7a5-8eee-4677-8182-689eb55cbf54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005042 10.0.0.27 - - [2025-04-17 02:30:24] "POST /neutron/port HTTP/1.1" 200 1086 0.016292 10.0.0.27 - - [2025-04-17 02:30:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006352 10.0.0.27 - - [2025-04-17 02:30:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002746 10.0.0.27 - - [2025-04-17 02:30:25] "GET /global-vrouter-config/f44ad623-3db7-4a6b-9af9-3aea78651ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003753 10.0.0.27 - - [2025-04-17 02:30:25] "GET /virtual-networks?parent_id=91dae1e6-3fe1-46df-8d8e-979253d26a4d&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003212 10.0.0.27 - - [2025-04-17 02:30:25] "GET /virtual-network/d71db7a5-8eee-4677-8182-689eb55cbf54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005819 10.0.0.27 - - [2025-04-17 02:30:25] "POST /neutron/port HTTP/1.1" 200 1086 0.018550 10.0.0.27 - - [2025-04-17 02:30:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009895 10.0.0.27 - - [2025-04-17 02:30:32] "DELETE /project/91dae1e63fe146df8d8e979253d26a4d HTTP/1.1" 404 173 0.005058 10.0.0.27 - - [2025-04-17 02:30:32] "GET /projects?obj_uuids=301060f5-c07b-4052-bcf2-c232e1df44f3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001086 10.0.0.27 - - [2025-04-17 02:30:32] "GET /project/301060f5-c07b-4052-bcf2-c232e1df44f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1470 0.030435 10.0.0.27 - - [2025-04-17 02:30:32] "GET /projects?obj_uuids=301060f5-c07b-4052-bcf2-c232e1df44f3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001141 10.0.0.27 - - [2025-04-17 02:30:32] "GET /project/301060f5-c07b-4052-bcf2-c232e1df44f3?fields=security_groups HTTP/1.1" 200 1367 0.068018 10.0.0.27 - - [2025-04-17 02:30:32] "DELETE /security-group/c6fb78ef-8aed-4d49-8516-8fd56ab622e5 HTTP/1.1" 200 115 0.055971 10.0.0.27 - - [2025-04-17 02:30:32] "GET /projects?obj_uuids=301060f5-c07b-4052-bcf2-c232e1df44f3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001168 10.0.0.27 - - [2025-04-17 02:30:32] "DELETE /access-control-list/d1b433c1-2308-4389-b531-0d90dbf421c0 HTTP/1.1" 200 115 0.042659 10.0.0.27 - - [2025-04-17 02:30:32] "GET /project/301060f5-c07b-4052-bcf2-c232e1df44f3?fields=application_policy_sets HTTP/1.1" 200 1406 0.041226 10.0.0.27 - - [2025-04-17 02:30:32] "DELETE /access-control-list/88246441-a4fd-483a-a227-9bc27190b364 HTTP/1.1" 200 115 0.025677 10.0.0.27 - - [2025-04-17 02:30:33] "DELETE /project/301060f5-c07b-4052-bcf2-c232e1df44f3 HTTP/1.1" 200 115 0.355038 10.0.0.27 - - [2025-04-17 02:30:35] "POST /neutron/network HTTP/1.1" 200 807 0.010407 10.0.0.27 - - [2025-04-17 02:30:35] "POST /neutron/network HTTP/1.1" 200 833 0.004864 10.0.0.27 - - [2025-04-17 02:30:35] "POST /id-to-fqname HTTP/1.1" 200 227 0.001200 10.0.0.27 - - [2025-04-17 02:30:35] "POST /neutron/port HTTP/1.1" 200 1086 0.014733 10.0.0.27 - - [2025-04-17 02:30:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005808 10.0.0.27 - - [2025-04-17 02:30:35] "POST /neutron/network HTTP/1.1" 200 843 0.005797 10.0.0.27 - - [2025-04-17 02:30:35] "GET /aaa-mode HTTP/1.1" 401 292 0.000502 10.0.0.27 - - [2025-04-17 02:30:35] "GET / HTTP/1.1" 200 35931 0.002456 10.0.0.27 - - [2025-04-17 02:30:35] "GET /project/91dae1e6-3fe1-46df-8d8e-979253d26a4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000445 10.0.0.27 - - [2025-04-17 02:30:36] "GET /projects?obj_uuids=91dae1e6-3fe1-46df-8d8e-979253d26a4d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001212 10.0.0.27 - - [2025-04-17 02:30:36] "GET /project/91dae1e6-3fe1-46df-8d8e-979253d26a4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.050368 10.0.0.27 - - [2025-04-17 02:30:36] "POST /neutron/network HTTP/1.1" 200 833 0.007204 10.0.0.27 - - [2025-04-17 02:30:36] "POST /neutron/port HTTP/1.1" 200 1086 0.021380 10.0.0.27 - - [2025-04-17 02:30:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007180 10.0.0.27 - - [2025-04-17 02:30:36] "POST /neutron/port HTTP/1.1" 200 117 0.004956 10.0.0.27 - - [2025-04-17 02:30:36] "POST /neutron/port HTTP/1.1" 200 117 0.005735 10.0.0.27 - - [2025-04-17 02:30:36] "POST /neutron/network HTTP/1.1" 200 843 0.009131 10.0.0.27 - - [2025-04-17 02:30:36] "GET /projects?obj_uuids=91dae1e6-3fe1-46df-8d8e-979253d26a4d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001635 10.0.0.27 - - [2025-04-17 02:30:37] "POST /neutron/port HTTP/1.1" 200 1058 0.219081 10.0.0.27 - - [2025-04-17 02:30:37] "POST /neutron/port HTTP/1.1" 200 1058 0.009203 10.0.0.27 - - [2025-04-17 02:30:37] "POST /neutron/port HTTP/1.1" 200 1058 0.007904 10.0.0.27 - - [2025-04-17 02:30:37] "POST /neutron/port HTTP/1.1" 200 1112 0.062073 10.0.0.27 - - [2025-04-17 02:30:37] "POST /neutron/port HTTP/1.1" 200 1086 0.017205 10.0.0.27 - - [2025-04-17 02:30:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003654 10.0.0.27 - - [2025-04-17 02:30:37] "POST /neutron/subnet HTTP/1.1" 200 685 0.010980 10.0.0.27 - - [2025-04-17 02:30:37] "POST /neutron/port HTTP/1.1" 200 117 0.001291 10.0.0.27 - - [2025-04-17 02:30:37] "POST /neutron/network HTTP/1.1" 200 833 0.005875 10.0.0.27 - - [2025-04-17 02:30:39] "GET /obj-perms HTTP/1.1" 200 5056 0.047358 10.0.0.27 - - [2025-04-17 02:30:39] "GET /obj-perms HTTP/1.1" 200 5056 0.049034 10.0.0.27 - - [2025-04-17 02:30:41] "POST /neutron/port HTTP/1.1" 200 1086 0.014303 10.0.0.27 - - [2025-04-17 02:30:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005767 10.0.0.27 - - [2025-04-17 02:30:41] "POST /neutron/port HTTP/1.1" 200 1086 0.014790 10.0.0.27 - - [2025-04-17 02:30:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005774 10.0.0.27 - - [2025-04-17 02:30:41] "POST /neutron/port HTTP/1.1" 200 1086 0.021966 10.0.0.27 - - [2025-04-17 02:30:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006195 10.0.0.27 - - [2025-04-17 02:30:41] "GET /virtual-machine/d490391c-4ed5-4ae4-96a8-257ba6ea6311 HTTP/1.1" 200 1294 0.004716 10.0.0.27 - - [2025-04-17 02:30:41] "GET /virtual-machine-interface/1263a0d4-74ba-42ce-940a-c2dc2aad57c4 HTTP/1.1" 200 2964 0.004973 10.0.0.27 - - [2025-04-17 02:30:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081 10.0.0.27 - - [2025-04-17 02:30:41] "GET /global-vrouter-config/f44ad623-3db7-4a6b-9af9-3aea78651ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003417 10.0.0.27 - - [2025-04-17 02:30:41] "GET /virtual-networks?parent_id=91dae1e6-3fe1-46df-8d8e-979253d26a4d&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002886 10.0.0.27 - - [2025-04-17 02:30:41] "GET /virtual-network/d71db7a5-8eee-4677-8182-689eb55cbf54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005383 10.0.0.27 - - [2025-04-17 02:30:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003346 10.0.0.27 - - [2025-04-17 02:30:45] "GET /virtual-network/d71db7a5-8eee-4677-8182-689eb55cbf54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005264 10.0.0.27 - - [2025-04-17 02:30:45] "POST /neutron/port HTTP/1.1" 200 1086 0.019178 10.0.0.27 - - [2025-04-17 02:30:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005906 10.0.0.27 - - [2025-04-17 02:30:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003243 10.0.0.27 - - [2025-04-17 02:30:47] "GET /global-vrouter-config/f44ad623-3db7-4a6b-9af9-3aea78651ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003514 10.0.0.27 - - [2025-04-17 02:30:47] "GET /virtual-networks?parent_id=91dae1e6-3fe1-46df-8d8e-979253d26a4d&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002981 10.0.0.27 - - [2025-04-17 02:30:47] "GET /virtual-network/d71db7a5-8eee-4677-8182-689eb55cbf54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006468 10.0.0.27 - - [2025-04-17 02:30:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003353 10.0.0.27 - - [2025-04-17 02:30:53] "DELETE /virtual-DNS/50a53c26-3a3d-40d3-960c-df30afe19c1b HTTP/1.1" 409 235 0.007182 10.0.0.27 - - [2025-04-17 02:30:53] "POST /fqname-to-id HTTP/1.1" 404 192 0.002845 10.0.0.27 - - [2025-04-17 02:30:53] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.015936 10.0.0.27 - - [2025-04-17 02:30:53] "GET /virtual-DNS-record/f02a6049-734b-4cc4-9902-a3ddfabafbc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.004175 10.0.0.27 - - [2025-04-17 02:30:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002859 10.0.0.27 - - [2025-04-17 02:30:53] "GET /virtual-DNS-record/f02a6049-734b-4cc4-9902-a3ddfabafbc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.003636 10.0.0.27 - - [2025-04-17 02:30:53] "GET /domains HTTP/1.1" 200 280 0.003145 10.0.0.27 - - [2025-04-17 02:30:53] "GET /domains?obj_uuids=2f062dde-ab10-4df9-9982-bea0b7a691cd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001117 10.0.0.27 - - [2025-04-17 02:30:53] "GET /domain/2f062dde-ab10-4df9-9982-bea0b7a691cd HTTP/1.1" 200 2774 0.008784 10.0.0.27 - - [2025-04-17 02:30:53] "GET /virtual-DNS/50a53c26-3a3d-40d3-960c-df30afe19c1b HTTP/1.1" 200 1907 0.004232 10.0.0.27 - - [2025-04-17 02:30:53] "GET /virtual-DNS-record/f02a6049-734b-4cc4-9902-a3ddfabafbc0 HTTP/1.1" 200 1337 0.003536 10.0.0.27 - - [2025-04-17 02:30:58] "DELETE /virtual-DNS-record/f02a6049-734b-4cc4-9902-a3ddfabafbc0 HTTP/1.1" 200 115 0.020498 10.0.0.27 - - [2025-04-17 02:30:58] "POST /fqname-to-id HTTP/1.1" 404 184 0.002637 10.0.0.27 - - [2025-04-17 02:30:58] "POST /neutron/network HTTP/1.1" 200 833 0.007795 10.0.0.27 - - [2025-04-17 02:30:58] "POST /neutron/network HTTP/1.1" 400 204 0.012256 10.0.0.27 - - [2025-04-17 02:30:59] "POST /neutron/port HTTP/1.1" 200 1086 0.015193 10.0.0.27 - - [2025-04-17 02:30:59] "POST /neutron/port HTTP/1.1" 200 1112 0.012318 10.0.0.27 - - [2025-04-17 02:30:59] "POST /neutron/port HTTP/1.1" 200 1086 0.026021 10.0.0.27 - - [2025-04-17 02:30:59] "POST /neutron/port HTTP/1.1" 200 1112 0.012773 10.0.0.27 - - [2025-04-17 02:30:59] "POST /neutron/port HTTP/1.1" 200 151 0.140949 10.0.0.27 - - [2025-04-17 02:30:59] "POST /neutron/port HTTP/1.1" 200 151 0.127263 10.0.0.27 - - [2025-04-17 02:31:01] "POST /neutron/network HTTP/1.1" 200 833 0.005876 10.0.0.27 - - [2025-04-17 02:31:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002398 10.0.0.27 - - [2025-04-17 02:31:01] "POST /useragent-kv HTTP/1.1" 200 115 0.005132 10.0.0.27 - - [2025-04-17 02:31:01] "POST /neutron/network HTTP/1.1" 200 151 0.156648 10.0.0.27 - - [2025-04-17 02:31:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002658 10.0.0.27 - - [2025-04-17 02:31:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.031647 10.0.0.27 - - [2025-04-17 02:31:01] "DELETE /route-target/d7f7e56e-c98f-46fd-9b66-0627f05cb6bf HTTP/1.1" 200 115 0.034941 10.0.0.27 - - [2025-04-17 02:31:01] "DELETE /network-ipam/8591dc98-70ed-49a4-9cdc-b44105704b1d HTTP/1.1" 200 115 0.052522 10.0.0.27 - - [2025-04-17 02:31:01] "DELETE /virtual-DNS/50a53c26-3a3d-40d3-960c-df30afe19c1b HTTP/1.1" 200 115 0.026725 10.0.0.27 - - [2025-04-17 02:31:01] "POST /fqname-to-id HTTP/1.1" 404 180 0.003206 10.0.0.27 - - [2025-04-17 02:31:01] "GET /domains HTTP/1.1" 200 280 0.002861 10.0.0.27 - - [2025-04-17 02:31:01] "GET /domains?obj_uuids=2f062dde-ab10-4df9-9982-bea0b7a691cd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001707 10.0.0.27 - - [2025-04-17 02:31:01] "GET /domain/2f062dde-ab10-4df9-9982-bea0b7a691cd HTTP/1.1" 200 2574 0.012382 10.0.0.27 - - [2025-04-17 02:31:01] "GET /projects?obj_uuids=91dae1e6-3fe1-46df-8d8e-979253d26a4d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001072 10.0.0.27 - - [2025-04-17 02:31:01] "GET /project/91dae1e6-3fe1-46df-8d8e-979253d26a4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.025583 10.0.0.27 - - [2025-04-17 02:31:01] "GET /projects?obj_uuids=91dae1e6-3fe1-46df-8d8e-979253d26a4d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001224 10.0.0.27 - - [2025-04-17 02:31:01] "GET /project/91dae1e6-3fe1-46df-8d8e-979253d26a4d?fields=virtual_networks HTTP/1.1" 200 1045 0.070688 10.0.0.27 - - [2025-04-17 02:31:01] "GET /projects?obj_uuids=91dae1e6-3fe1-46df-8d8e-979253d26a4d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001116 10.0.0.27 - - [2025-04-17 02:31:01] "GET /project/91dae1e6-3fe1-46df-8d8e-979253d26a4d?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.025789 10.0.0.27 - - [2025-04-17 02:31:01] "GET /projects?obj_uuids=91dae1e6-3fe1-46df-8d8e-979253d26a4d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001218 10.0.0.27 - - [2025-04-17 02:31:01] "GET /project/91dae1e6-3fe1-46df-8d8e-979253d26a4d?fields=security_groups HTTP/1.1" 200 1272 0.028805 10.0.0.27 - - [2025-04-17 02:31:02] "POST /fqname-to-id HTTP/1.1" 404 189 0.024164 10.0.0.27 - - [2025-04-17 02:31:02] "GET /projects?obj_uuids=d4ef7497-57f9-4cac-a37a-28e4dca15136&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002748 10.0.0.27 - - [2025-04-17 02:31:02] "GET /domains?obj_uuids=2f062dde-ab10-4df9-9982-bea0b7a691cd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001652 10.0.0.27 - - [2025-04-17 02:31:02] "GET /domain/2f062dde-ab10-4df9-9982-bea0b7a691cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009973 10.0.0.27 - - [2025-04-17 02:31:02] "POST /id-to-fqname HTTP/1.1" 200 191 0.001489 10.0.0.27 - - [2025-04-17 02:31:02] "POST /fqname-to-id HTTP/1.1" 404 200 0.002898 10.0.0.27 - - [2025-04-17 02:31:02] "POST /security-groups HTTP/1.1" 200 592 0.067581 10.0.0.27 - - [2025-04-17 02:31:03] "POST /fqname-to-id HTTP/1.1" 404 235 0.002566 10.0.0.27 - - [2025-04-17 02:31:03] "POST /projects HTTP/1.1" 200 587 0.232651 10.0.0.27 - - [2025-04-17 02:31:03] "POST /access-control-lists HTTP/1.1" 200 597 0.058064 10.0.0.27 - - [2025-04-17 02:31:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.307000 10.0.0.27 - - [2025-04-17 02:31:03] "POST /fqname-to-id HTTP/1.1" 404 234 0.002775 10.0.0.27 - - [2025-04-17 02:31:03] "GET /project/d4ef7497-57f9-4cac-a37a-28e4dca15136?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.431335 10.0.0.27 - - [2025-04-17 02:31:03] "POST /access-control-lists HTTP/1.1" 200 595 0.060392 10.0.0.27 - - [2025-04-17 02:31:03] "GET /global-system-configs HTTP/1.1" 200 322 0.173847 10.0.0.27 - - [2025-04-17 02:31:03] "GET /obj-perms HTTP/1.1" 200 5056 0.220156 10.0.0.27 - - [2025-04-17 02:31:03] "GET /global-system-configs HTTP/1.1" 200 322 0.076661 10.0.0.27 - - [2025-04-17 02:31:04] "GET /obj-perms HTTP/1.1" 200 5056 0.428869 10.0.0.27 - - [2025-04-17 02:31:04] "GET / HTTP/1.1" 200 35931 0.001790 10.0.0.27 - - [2025-04-17 02:31:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000463 10.0.0.27 - - [2025-04-17 02:31:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.026155 10.0.0.27 - - [2025-04-17 02:31:05] "GET /projects?obj_uuids=d4ef7497-57f9-4cac-a37a-28e4dca15136&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001207 10.0.0.27 - - [2025-04-17 02:31:05] "GET /project/d4ef7497-57f9-4cac-a37a-28e4dca15136?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.027073 10.0.0.27 - - [2025-04-17 02:31:05] "POST /neutron/network HTTP/1.1" 200 117 0.029679 10.0.0.27 - - [2025-04-17 02:31:05] "GET /projects?obj_uuids=d4ef7497-57f9-4cac-a37a-28e4dca15136&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001366 10.0.0.27 - - [2025-04-17 02:31:05] "POST /neutron/network HTTP/1.1" 200 606 0.061690 10.0.0.27 - - [2025-04-17 02:31:05] "POST /route-targets HTTP/1.1" 200 327 0.009906 10.0.0.27 - - [2025-04-17 02:31:05] "POST /ref-update HTTP/1.1" 200 156 0.011415 10.0.0.27 - - [2025-04-17 02:31:05] "POST /useragent-kv HTTP/1.1" 200 115 0.004408 10.0.0.27 - - [2025-04-17 02:31:05] "POST /neutron/subnet HTTP/1.1" 200 724 0.185236 10.0.0.27 - - [2025-04-17 02:31:05] "POST /neutron/network HTTP/1.1" 200 825 0.007383 10.0.0.27 - - [2025-04-17 02:31:05] "POST /id-to-fqname HTTP/1.1" 200 221 0.001300 10.0.0.27 - - [2025-04-17 02:31:05] "GET /virtual-network/c7067fe6-f8b3-4a7d-85f8-ab2933bf0ebd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005078 10.0.0.27 - - [2025-04-17 02:31:05] "POST /neutron/network HTTP/1.1" 200 825 0.006642 10.0.0.27 - - [2025-04-17 02:31:05] "GET /virtual-network/c7067fe6-f8b3-4a7d-85f8-ab2933bf0ebd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005958 10.0.0.27 - - [2025-04-17 02:31:05] "POST /neutron/network HTTP/1.1" 200 825 0.006045 10.0.0.27 - - [2025-04-17 02:31:05] "POST /neutron/subnet HTTP/1.1" 200 724 0.007212 10.0.0.27 - - [2025-04-17 02:31:05] "POST /id-to-fqname HTTP/1.1" 200 221 0.001326 10.0.0.27 - - [2025-04-17 02:31:06] "POST /neutron/network HTTP/1.1" 200 835 0.005895 10.0.0.27 - - [2025-04-17 02:31:06] "GET /aaa-mode HTTP/1.1" 401 292 0.000455 10.0.0.27 - - [2025-04-17 02:31:06] "GET / HTTP/1.1" 200 35931 0.001761 10.0.0.27 - - [2025-04-17 02:31:06] "GET /project/d4ef7497-57f9-4cac-a37a-28e4dca15136?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000417 10.0.0.27 - - [2025-04-17 02:31:06] "GET /projects?obj_uuids=d4ef7497-57f9-4cac-a37a-28e4dca15136&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001382 10.0.0.27 - - [2025-04-17 02:31:06] "GET /project/d4ef7497-57f9-4cac-a37a-28e4dca15136?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.049991 10.0.0.27 - - [2025-04-17 02:31:06] "POST /neutron/network HTTP/1.1" 200 825 0.005717 10.0.0.27 - - [2025-04-17 02:31:06] "POST /neutron/port HTTP/1.1" 200 117 0.006722 10.0.0.27 - - [2025-04-17 02:31:07] "POST /neutron/port HTTP/1.1" 200 117 0.006002 10.0.0.27 - - [2025-04-17 02:31:07] "POST /id-to-fqname HTTP/1.1" 200 221 0.001422 10.0.0.27 - - [2025-04-17 02:31:07] "POST /neutron/port HTTP/1.1" 200 117 0.005371 10.0.0.27 - - [2025-04-17 02:31:07] "POST /neutron/network HTTP/1.1" 200 835 0.006309 10.0.0.27 - - [2025-04-17 02:31:07] "GET /aaa-mode HTTP/1.1" 401 292 0.000469 10.0.0.27 - - [2025-04-17 02:31:07] "POST /neutron/network HTTP/1.1" 200 835 0.006206 10.0.0.27 - - [2025-04-17 02:31:07] "GET /projects?obj_uuids=d4ef7497-57f9-4cac-a37a-28e4dca15136&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001292 10.0.0.27 - - [2025-04-17 02:31:07] "GET / HTTP/1.1" 200 35931 0.001694 10.0.0.27 - - [2025-04-17 02:31:07] "GET /project/d4ef7497-57f9-4cac-a37a-28e4dca15136?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000428 10.0.0.27 - - [2025-04-17 02:31:07] "POST /neutron/port HTTP/1.1" 200 1061 0.218138 10.0.0.27 - - [2025-04-17 02:31:07] "POST /neutron/port HTTP/1.1" 200 1061 0.012337 10.0.0.27 - - [2025-04-17 02:31:07] "POST /neutron/port HTTP/1.1" 200 1061 0.011882 10.0.0.27 - - [2025-04-17 02:31:07] "POST /neutron/port HTTP/1.1" 200 1115 0.086930 10.0.0.27 - - [2025-04-17 02:31:07] "POST /neutron/port HTTP/1.1" 200 1089 0.016061 10.0.0.27 - - [2025-04-17 02:31:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003400 10.0.0.27 - - [2025-04-17 02:31:07] "POST /neutron/subnet HTTP/1.1" 200 698 0.011624 10.0.0.27 - - [2025-04-17 02:31:07] "POST /neutron/port HTTP/1.1" 200 117 0.001253 10.0.0.27 - - [2025-04-17 02:31:07] "POST /neutron/network HTTP/1.1" 200 825 0.005602 10.0.0.27 - - [2025-04-17 02:31:07] "GET /projects?obj_uuids=d4ef7497-57f9-4cac-a37a-28e4dca15136&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001785 10.0.0.27 - - [2025-04-17 02:31:07] "GET /project/d4ef7497-57f9-4cac-a37a-28e4dca15136?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.062005 10.0.0.27 - - [2025-04-17 02:31:07] "POST /neutron/network HTTP/1.1" 200 825 0.007478 10.0.0.27 - - [2025-04-17 02:31:08] "POST /neutron/port HTTP/1.1" 200 1089 0.029719 10.0.0.27 - - [2025-04-17 02:31:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007480 10.0.0.27 - - [2025-04-17 02:31:08] "POST /neutron/port HTTP/1.1" 200 117 0.006244 10.0.0.27 - - [2025-04-17 02:31:08] "POST /neutron/port HTTP/1.1" 200 1089 0.016802 10.0.0.27 - - [2025-04-17 02:31:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008023 10.0.0.27 - - [2025-04-17 02:31:08] "POST /neutron/network HTTP/1.1" 200 835 0.005952 10.0.0.27 - - [2025-04-17 02:31:08] "GET /projects?obj_uuids=d4ef7497-57f9-4cac-a37a-28e4dca15136&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001271 10.0.0.27 - - [2025-04-17 02:31:08] "POST /neutron/port HTTP/1.1" 200 1061 0.259739 10.0.0.27 - - [2025-04-17 02:31:08] "POST /neutron/port HTTP/1.1" 200 1061 0.010474 10.0.0.27 - - [2025-04-17 02:31:08] "POST /neutron/port HTTP/1.1" 200 1061 0.010217 10.0.0.27 - - [2025-04-17 02:31:08] "POST /neutron/port HTTP/1.1" 200 1115 0.083808 10.0.0.27 - - [2025-04-17 02:31:09] "POST /neutron/port HTTP/1.1" 200 1089 0.018711 10.0.0.27 - - [2025-04-17 02:31:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003501 10.0.0.27 - - [2025-04-17 02:31:09] "POST /neutron/subnet HTTP/1.1" 200 698 0.016128 10.0.0.27 - - [2025-04-17 02:31:09] "POST /neutron/port HTTP/1.1" 200 117 0.001291 10.0.0.27 - - [2025-04-17 02:31:09] "POST /neutron/network HTTP/1.1" 200 825 0.007443 10.0.0.27 - - [2025-04-17 02:31:10] "POST /neutron/port HTTP/1.1" 200 1089 0.017570 10.0.0.27 - - [2025-04-17 02:31:10] "POST /neutron/port HTTP/1.1" 200 1089 0.019069 10.0.0.27 - - [2025-04-17 02:31:10] "POST /neutron/network HTTP/1.1" 200 835 0.011698 10.0.0.27 - - [2025-04-17 02:31:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004246 10.0.0.27 - - [2025-04-17 02:31:10] "POST /neutron/subnet HTTP/1.1" 200 698 0.011707 10.0.0.27 - - [2025-04-17 02:31:10] "POST /neutron/port HTTP/1.1" 200 117 0.001434 10.0.0.27 - - [2025-04-17 02:31:10] "POST /neutron/network HTTP/1.1" 200 825 0.006846 10.0.0.27 - - [2025-04-17 02:31:13] "POST /neutron/port HTTP/1.1" 200 1089 0.016504 10.0.0.27 - - [2025-04-17 02:31:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007262 10.0.0.27 - - [2025-04-17 02:31:13] "POST /neutron/port HTTP/1.1" 200 1089 0.015928 10.0.0.27 - - [2025-04-17 02:31:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007171 10.0.0.27 - - [2025-04-17 02:31:13] "POST /neutron/port HTTP/1.1" 200 1089 0.015736 10.0.0.27 - - [2025-04-17 02:31:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005832 10.0.0.27 - - [2025-04-17 02:31:13] "GET /virtual-machine/e29ba853-68e9-4edb-9cb1-06b3b2e7b2ee HTTP/1.1" 401 292 0.000466 10.0.0.27 - - [2025-04-17 02:31:13] "GET /virtual-machine/e29ba853-68e9-4edb-9cb1-06b3b2e7b2ee HTTP/1.1" 200 1294 0.029724 10.0.0.27 - - [2025-04-17 02:31:13] "GET /virtual-machine-interface/bdc15cb8-9752-45ee-900e-91a2408011fa HTTP/1.1" 200 2947 0.005990 10.0.0.27 - - [2025-04-17 02:31:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002909 10.0.0.27 - - [2025-04-17 02:31:13] "GET /global-vrouter-config/f44ad623-3db7-4a6b-9af9-3aea78651ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.005006 10.0.0.27 - - [2025-04-17 02:31:13] "GET /virtual-networks?parent_id=d4ef7497-57f9-4cac-a37a-28e4dca15136&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002938 10.0.0.27 - - [2025-04-17 02:31:14] "GET /virtual-network/c7067fe6-f8b3-4a7d-85f8-ab2933bf0ebd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005515 10.0.0.27 - - [2025-04-17 02:31:16] "POST /neutron/port HTTP/1.1" 200 1089 0.016626 10.0.0.27 - - [2025-04-17 02:31:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005858 10.0.0.27 - - [2025-04-17 02:31:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.27 - - [2025-04-17 02:31:17] "GET /virtual-network/c7067fe6-f8b3-4a7d-85f8-ab2933bf0ebd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005642 10.0.0.27 - - [2025-04-17 02:31:17] "POST /neutron/port HTTP/1.1" 200 1089 0.015715 10.0.0.27 - - [2025-04-17 02:31:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006385 10.0.0.27 - - [2025-04-17 02:31:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.27 - - [2025-04-17 02:31:19] "GET /global-vrouter-config/f44ad623-3db7-4a6b-9af9-3aea78651ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003619 10.0.0.27 - - [2025-04-17 02:31:19] "GET /virtual-networks?parent_id=d4ef7497-57f9-4cac-a37a-28e4dca15136&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004577 10.0.0.27 - - [2025-04-17 02:31:19] "GET /virtual-network/c7067fe6-f8b3-4a7d-85f8-ab2933bf0ebd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005379 10.0.0.27 - - [2025-04-17 02:31:19] "POST /neutron/port HTTP/1.1" 200 1089 0.017124 10.0.0.27 - - [2025-04-17 02:31:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008681 10.0.0.27 - - [2025-04-17 02:31:19] "POST /neutron/port HTTP/1.1" 200 1089 0.016118 10.0.0.27 - - [2025-04-17 02:31:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008150 10.0.0.27 - - [2025-04-17 02:31:19] "POST /neutron/port HTTP/1.1" 200 1089 0.019386 10.0.0.27 - - [2025-04-17 02:31:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008576 10.0.0.27 - - [2025-04-17 02:31:19] "GET /virtual-machine/42054733-3254-4db7-8932-c1ac97acc919 HTTP/1.1" 200 1292 0.006094 10.0.0.27 - - [2025-04-17 02:31:19] "GET /virtual-machine-interface/fbb3afc4-2c9d-4e96-bfa6-849a956f13c1 HTTP/1.1" 200 2947 0.007359 10.0.0.27 - - [2025-04-17 02:31:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.27 - - [2025-04-17 02:31:19] "GET /global-vrouter-config/f44ad623-3db7-4a6b-9af9-3aea78651ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.008097 10.0.0.27 - - [2025-04-17 02:31:19] "GET /virtual-networks?parent_id=d4ef7497-57f9-4cac-a37a-28e4dca15136&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003442 10.0.0.27 - - [2025-04-17 02:31:20] "GET /virtual-network/c7067fe6-f8b3-4a7d-85f8-ab2933bf0ebd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.008267 10.0.0.27 - - [2025-04-17 02:31:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.27 - - [2025-04-17 02:31:21] "GET /global-vrouter-config/f44ad623-3db7-4a6b-9af9-3aea78651ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.005087 10.0.0.27 - - [2025-04-17 02:31:21] "GET /virtual-networks?parent_id=d4ef7497-57f9-4cac-a37a-28e4dca15136&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003055 10.0.0.27 - - [2025-04-17 02:31:21] "GET /virtual-network/c7067fe6-f8b3-4a7d-85f8-ab2933bf0ebd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005789 10.0.0.27 - - [2025-04-17 02:31:26] "POST /neutron/network HTTP/1.1" 200 825 0.007306 10.0.0.27 - - [2025-04-17 02:31:26] "POST /neutron/network HTTP/1.1" 400 204 0.010869 10.0.0.27 - - [2025-04-17 02:31:26] "POST /neutron/port HTTP/1.1" 200 1089 0.015064 10.0.0.27 - - [2025-04-17 02:31:26] "POST /neutron/port HTTP/1.1" 200 1115 0.009437 10.0.0.27 - - [2025-04-17 02:31:26] "POST /neutron/port HTTP/1.1" 200 1089 0.016208 10.0.0.27 - - [2025-04-17 02:31:26] "POST /neutron/port HTTP/1.1" 200 1115 0.018792 10.0.0.27 - - [2025-04-17 02:31:26] "POST /neutron/port HTTP/1.1" 200 151 0.147572 10.0.0.27 - - [2025-04-17 02:31:26] "POST /neutron/port HTTP/1.1" 200 151 0.173354 10.0.0.27 - - [2025-04-17 02:31:28] "POST /neutron/network HTTP/1.1" 200 825 0.005916 10.0.0.27 - - [2025-04-17 02:31:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003322 10.0.0.27 - - [2025-04-17 02:31:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004037 10.0.0.27 - - [2025-04-17 02:31:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003505 10.0.0.27 - - [2025-04-17 02:31:28] "POST /neutron/network HTTP/1.1" 200 151 0.086370 10.0.0.27 - - [2025-04-17 02:31:28] "DELETE /route-target/4bd6c906-2cfd-4f30-a1ca-e5462e119af9 HTTP/1.1" 200 115 0.019716 10.0.0.27 - - [2025-04-17 02:31:28] "GET /projects?obj_uuids=d4ef7497-57f9-4cac-a37a-28e4dca15136&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001202 10.0.0.27 - - [2025-04-17 02:31:28] "GET /project/d4ef7497-57f9-4cac-a37a-28e4dca15136?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.026148 10.0.0.27 - - [2025-04-17 02:31:28] "GET /projects?obj_uuids=d4ef7497-57f9-4cac-a37a-28e4dca15136&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001124 10.0.0.27 - - [2025-04-17 02:31:28] "GET /project/d4ef7497-57f9-4cac-a37a-28e4dca15136?fields=virtual_networks HTTP/1.1" 200 1045 0.074103 10.0.0.27 - - [2025-04-17 02:31:28] "GET /projects?obj_uuids=d4ef7497-57f9-4cac-a37a-28e4dca15136&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001830 10.0.0.27 - - [2025-04-17 02:31:28] "GET /project/d4ef7497-57f9-4cac-a37a-28e4dca15136?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.043960 10.0.0.27 - - [2025-04-17 02:31:28] "GET /projects?obj_uuids=d4ef7497-57f9-4cac-a37a-28e4dca15136&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001147 10.0.0.27 - - [2025-04-17 02:31:28] "GET /project/d4ef7497-57f9-4cac-a37a-28e4dca15136?fields=security_groups HTTP/1.1" 200 1272 0.026531 10.0.0.27 - - [2025-04-17 02:31:29] "POST /fqname-to-id HTTP/1.1" 404 188 0.031879 10.0.0.27 - - [2025-04-17 02:31:29] "GET /projects?obj_uuids=11c6560f-4d89-42ac-adae-ac8c3bf77410&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002602 10.0.0.27 - - [2025-04-17 02:31:29] "GET /domains?obj_uuids=2f062dde-ab10-4df9-9982-bea0b7a691cd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001587 10.0.0.27 - - [2025-04-17 02:31:29] "GET /domain/2f062dde-ab10-4df9-9982-bea0b7a691cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009319 10.0.0.27 - - [2025-04-17 02:31:29] "POST /id-to-fqname HTTP/1.1" 200 190 0.003274 10.0.0.27 - - [2025-04-17 02:31:29] "POST /fqname-to-id HTTP/1.1" 404 199 0.003481 10.0.0.27 - - [2025-04-17 02:31:30] "POST /security-groups HTTP/1.1" 200 591 0.064165 10.0.0.27 - - [2025-04-17 02:31:30] "POST /fqname-to-id HTTP/1.1" 404 234 0.002587 10.0.0.27 - - [2025-04-17 02:31:30] "POST /projects HTTP/1.1" 200 585 0.224504 10.0.0.27 - - [2025-04-17 02:31:30] "POST /access-control-lists HTTP/1.1" 200 596 0.061037 10.0.0.27 - - [2025-04-17 02:31:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.302342 10.0.0.27 - - [2025-04-17 02:31:30] "POST /fqname-to-id HTTP/1.1" 404 233 0.003048 10.0.0.27 - - [2025-04-17 02:31:30] "GET /project/11c6560f-4d89-42ac-adae-ac8c3bf77410?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.431436 10.0.0.27 - - [2025-04-17 02:31:30] "POST /access-control-lists HTTP/1.1" 200 594 0.059170 10.0.0.27 - - [2025-04-17 02:31:31] "GET / HTTP/1.1" 200 35931 0.002001 10.0.0.27 - - [2025-04-17 02:31:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000471 10.0.0.27 - - [2025-04-17 02:31:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.055161 10.0.0.27 - - [2025-04-17 02:31:32] "GET /projects?obj_uuids=11c6560f-4d89-42ac-adae-ac8c3bf77410&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001848 10.0.0.27 - - [2025-04-17 02:31:32] "GET /project/11c6560f-4d89-42ac-adae-ac8c3bf77410?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.029328 10.0.0.27 - - [2025-04-17 02:31:32] "POST /neutron/network HTTP/1.1" 200 117 0.029605 10.0.0.27 - - [2025-04-17 02:31:32] "GET /projects?obj_uuids=11c6560f-4d89-42ac-adae-ac8c3bf77410&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002386 10.0.0.27 - - [2025-04-17 02:31:32] "POST /neutron/network HTTP/1.1" 200 625 0.079934 10.0.0.27 - - [2025-04-17 02:31:32] "POST /route-targets HTTP/1.1" 200 327 0.010686 10.0.0.27 - - [2025-04-17 02:31:32] "POST /ref-update HTTP/1.1" 200 156 0.009749 10.0.0.27 - - [2025-04-17 02:31:32] "POST /useragent-kv HTTP/1.1" 200 115 0.005286 10.0.0.27 - - [2025-04-17 02:31:32] "POST /neutron/subnet HTTP/1.1" 200 701 0.204186 10.0.0.27 - - [2025-04-17 02:31:32] "POST /neutron/network HTTP/1.1" 200 839 0.007045 10.0.0.27 - - [2025-04-17 02:31:32] "POST /id-to-fqname HTTP/1.1" 200 230 0.001395 10.0.0.27 - - [2025-04-17 02:31:32] "GET /virtual-network/892a9a24-a842-4bfe-9236-96957b2c6cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005053 10.0.0.27 - - [2025-04-17 02:31:32] "POST /neutron/network HTTP/1.1" 200 839 0.006766 10.0.0.27 - - [2025-04-17 02:31:32] "GET /virtual-network/892a9a24-a842-4bfe-9236-96957b2c6cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005122 10.0.0.27 - - [2025-04-17 02:31:32] "POST /neutron/network HTTP/1.1" 200 839 0.005752 10.0.0.27 - - [2025-04-17 02:31:32] "POST /neutron/subnet HTTP/1.1" 200 701 0.006636 10.0.0.27 - - [2025-04-17 02:31:32] "POST /neutron/network HTTP/1.1" 200 839 0.005770 10.0.0.27 - - [2025-04-17 02:31:32] "POST /id-to-fqname HTTP/1.1" 200 230 0.001177 10.0.0.27 - - [2025-04-17 02:31:33] "DELETE /project/d4ef749757f94caca37a28e4dca15136 HTTP/1.1" 404 173 0.008936 10.0.0.27 - - [2025-04-17 02:31:33] "DELETE /project/11c6560f4d8942acadaeac8c3bf77410 HTTP/1.1" 404 173 0.007993 10.0.0.27 - - [2025-04-17 02:31:33] "GET /projects?obj_uuids=91dae1e6-3fe1-46df-8d8e-979253d26a4d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001059 10.0.0.27 - - [2025-04-17 02:31:33] "GET /projects?obj_uuids=d4ef7497-57f9-4cac-a37a-28e4dca15136&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000895 10.0.0.27 - - [2025-04-17 02:31:33] "POST /neutron/network HTTP/1.1" 200 849 0.006048 10.0.0.27 - - [2025-04-17 02:31:33] "GET /aaa-mode HTTP/1.1" 401 292 0.000404 10.0.0.27 - - [2025-04-17 02:31:33] "GET /project/d4ef7497-57f9-4cac-a37a-28e4dca15136?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.045641 10.0.0.27 - - [2025-04-17 02:31:33] "GET /project/91dae1e6-3fe1-46df-8d8e-979253d26a4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.048647 10.0.0.27 - - [2025-04-17 02:31:33] "GET /projects?obj_uuids=91dae1e6-3fe1-46df-8d8e-979253d26a4d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001030 10.0.0.27 - - [2025-04-17 02:31:33] "GET /projects?obj_uuids=d4ef7497-57f9-4cac-a37a-28e4dca15136&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000913 10.0.0.27 - - [2025-04-17 02:31:33] "GET /project/d4ef7497-57f9-4cac-a37a-28e4dca15136?fields=security_groups HTTP/1.1" 200 1377 0.033869 10.0.0.27 - - [2025-04-17 02:31:33] "GET /project/91dae1e6-3fe1-46df-8d8e-979253d26a4d?fields=security_groups HTTP/1.1" 200 1377 0.036998 10.0.0.27 - - [2025-04-17 02:31:33] "DELETE /security-group/2ecb5c1f-99e9-4511-b9fc-0074ff9485dc HTTP/1.1" 200 115 0.062116 10.0.0.27 - - [2025-04-17 02:31:33] "GET /projects?obj_uuids=d4ef7497-57f9-4cac-a37a-28e4dca15136&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001733 10.0.0.27 - - [2025-04-17 02:31:33] "DELETE /access-control-list/7cc7d79a-7be2-4441-83b1-a45c8a8ea5ea HTTP/1.1" 200 115 0.053768 10.0.0.27 - - [2025-04-17 02:31:33] "DELETE /security-group/94a36d74-2df4-478f-ad11-c1ebf3bb1a3c HTTP/1.1" 200 115 0.077252 10.0.0.27 - - [2025-04-17 02:31:33] "GET /projects?obj_uuids=91dae1e6-3fe1-46df-8d8e-979253d26a4d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001671 10.0.0.27 - - [2025-04-17 02:31:33] "GET /project/d4ef7497-57f9-4cac-a37a-28e4dca15136?fields=application_policy_sets HTTP/1.1" 200 1416 0.055713 10.0.0.27 - - [2025-04-17 02:31:33] "DELETE /access-control-list/bbf67339-8c80-4dbd-9759-45a3ee8784fa HTTP/1.1" 200 115 0.049018 10.0.0.27 - - [2025-04-17 02:31:33] "GET /project/91dae1e6-3fe1-46df-8d8e-979253d26a4d?fields=application_policy_sets HTTP/1.1" 200 1416 0.084361 10.0.0.27 - - [2025-04-17 02:31:33] "DELETE /access-control-list/c7d0156c-3fab-497e-ad97-d86641ee4dcf HTTP/1.1" 200 115 0.043777 10.0.0.27 - - [2025-04-17 02:31:33] "DELETE /access-control-list/548f8637-e097-46a3-a23c-24bb95f5acea HTTP/1.1" 200 115 0.034709 10.0.0.27 - - [2025-04-17 02:31:33] "GET / HTTP/1.1" 200 35931 0.001812 10.0.0.27 - - [2025-04-17 02:31:33] "GET /project/11c6560f-4d89-42ac-adae-ac8c3bf77410?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000395 10.0.0.27 - - [2025-04-17 02:31:33] "DELETE /project/d4ef7497-57f9-4cac-a37a-28e4dca15136 HTTP/1.1" 200 115 0.414841 10.0.0.27 - - [2025-04-17 02:31:33] "DELETE /project/91dae1e6-3fe1-46df-8d8e-979253d26a4d HTTP/1.1" 200 115 0.443847 10.0.0.27 - - [2025-04-17 02:31:33] "GET /projects?obj_uuids=11c6560f-4d89-42ac-adae-ac8c3bf77410&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001125 10.0.0.27 - - [2025-04-17 02:31:33] "GET /project/11c6560f-4d89-42ac-adae-ac8c3bf77410?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.049549 10.0.0.27 - - [2025-04-17 02:31:33] "POST /neutron/network HTTP/1.1" 200 839 0.005267 10.0.0.27 - - [2025-04-17 02:31:34] "POST /neutron/port HTTP/1.1" 200 117 0.006546 10.0.0.27 - - [2025-04-17 02:31:34] "POST /neutron/port HTTP/1.1" 200 117 0.006712 10.0.0.27 - - [2025-04-17 02:31:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.27 - - [2025-04-17 02:31:34] "GET /global-vrouter-config/f44ad623-3db7-4a6b-9af9-3aea78651ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003426 10.0.0.27 - - [2025-04-17 02:31:34] "PUT /global-vrouter-config/f44ad623-3db7-4a6b-9af9-3aea78651ceb HTTP/1.1" 200 276 0.010203 10.0.0.27 - - [2025-04-17 02:31:34] "POST /neutron/port HTTP/1.1" 200 117 0.005575 10.0.0.27 - - [2025-04-17 02:31:34] "POST /neutron/network HTTP/1.1" 200 849 0.009455 10.0.0.27 - - [2025-04-17 02:31:34] "GET /projects?obj_uuids=11c6560f-4d89-42ac-adae-ac8c3bf77410&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001602 10.0.0.27 - - [2025-04-17 02:31:34] "POST /neutron/port HTTP/1.1" 200 1055 0.198654 10.0.0.27 - - [2025-04-17 02:31:34] "POST /neutron/port HTTP/1.1" 200 1055 0.008807 10.0.0.27 - - [2025-04-17 02:31:34] "POST /neutron/port HTTP/1.1" 200 1055 0.008378 10.0.0.27 - - [2025-04-17 02:31:34] "POST /neutron/port HTTP/1.1" 200 1109 0.054928 10.0.0.27 - - [2025-04-17 02:31:34] "POST /neutron/port HTTP/1.1" 200 1083 0.013760 10.0.0.27 - - [2025-04-17 02:31:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003392 10.0.0.27 - - [2025-04-17 02:31:34] "POST /neutron/subnet HTTP/1.1" 200 675 0.011161 10.0.0.27 - - [2025-04-17 02:31:34] "POST /neutron/port HTTP/1.1" 200 117 0.001212 10.0.0.27 - - [2025-04-17 02:31:34] "POST /neutron/network HTTP/1.1" 200 839 0.005703 10.0.0.27 - - [2025-04-17 02:31:39] "POST /neutron/port HTTP/1.1" 200 1083 0.015898 10.0.0.27 - - [2025-04-17 02:31:39] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006649 10.0.0.27 - - [2025-04-17 02:31:39] "POST /neutron/port HTTP/1.1" 200 1083 0.017241 10.0.0.27 - - [2025-04-17 02:31:39] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008888 10.0.0.27 - - [2025-04-17 02:31:39] "POST /neutron/port HTTP/1.1" 200 1083 0.015255 10.0.0.27 - - [2025-04-17 02:31:39] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006356 10.0.0.27 - - [2025-04-17 02:31:39] "GET /virtual-machine/2569a81f-afdb-4d0b-87d9-eb4df8e5e3e9 HTTP/1.1" 401 292 0.000441 10.0.0.27 - - [2025-04-17 02:31:40] "GET /virtual-machine/2569a81f-afdb-4d0b-87d9-eb4df8e5e3e9 HTTP/1.1" 200 1291 0.034820 10.0.0.27 - - [2025-04-17 02:31:40] "GET /virtual-machine-interface/5952d43c-f883-4fbb-9fa4-296e0236cc3c HTTP/1.1" 200 2971 0.005196 10.0.0.27 - - [2025-04-17 02:31:40] "GET /obj-perms HTTP/1.1" 200 5056 0.352993 10.0.0.27 - - [2025-04-17 02:31:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003010 10.0.0.27 - - [2025-04-17 02:31:40] "GET /global-vrouter-config/f44ad623-3db7-4a6b-9af9-3aea78651ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1829 0.003611 10.0.0.27 - - [2025-04-17 02:31:40] "GET /virtual-networks?parent_id=11c6560f-4d89-42ac-adae-ac8c3bf77410&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003473 10.0.0.27 - - [2025-04-17 02:31:40] "GET /virtual-network/892a9a24-a842-4bfe-9236-96957b2c6cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008169 10.0.0.27 - - [2025-04-17 02:31:40] "GET /obj-perms HTTP/1.1" 200 5056 0.051130 10.0.0.27 - - [2025-04-17 02:31:43] "POST /neutron/port HTTP/1.1" 200 1083 0.015501 10.0.0.27 - - [2025-04-17 02:31:43] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005633 10.0.0.27 - - [2025-04-17 02:31:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.27 - - [2025-04-17 02:31:43] "GET /virtual-network/892a9a24-a842-4bfe-9236-96957b2c6cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005526 10.0.0.27 - - [2025-04-17 02:31:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003921 10.0.0.27 - - [2025-04-17 02:31:45] "GET /global-vrouter-config/f44ad623-3db7-4a6b-9af9-3aea78651ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1829 0.004951 10.0.0.27 - - [2025-04-17 02:31:45] "GET /virtual-networks?parent_id=11c6560f-4d89-42ac-adae-ac8c3bf77410&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003868 10.0.0.27 - - [2025-04-17 02:31:45] "GET /virtual-network/892a9a24-a842-4bfe-9236-96957b2c6cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006321 10.0.0.27 - - [2025-04-17 02:31:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003287 10.0.0.27 - - [2025-04-17 02:31:47] "GET /global-vrouter-config/f44ad623-3db7-4a6b-9af9-3aea78651ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1829 0.003520 10.0.0.27 - - [2025-04-17 02:31:47] "PUT /global-vrouter-config/f44ad623-3db7-4a6b-9af9-3aea78651ceb HTTP/1.1" 200 276 0.009059 10.0.0.27 - - [2025-04-17 02:31:47] "POST /neutron/network HTTP/1.1" 200 839 0.009340 10.0.0.27 - - [2025-04-17 02:31:47] "POST /neutron/network HTTP/1.1" 400 204 0.010812 10.0.0.27 - - [2025-04-17 02:31:48] "POST /neutron/port HTTP/1.1" 200 1083 0.014168 10.0.0.27 - - [2025-04-17 02:31:48] "POST /neutron/port HTTP/1.1" 200 1109 0.010342 10.0.0.27 - - [2025-04-17 02:31:48] "POST /neutron/port HTTP/1.1" 200 151 0.093722 10.0.0.27 - - [2025-04-17 02:31:49] "POST /neutron/network HTTP/1.1" 200 839 0.005828 10.0.0.27 - - [2025-04-17 02:31:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.27 - - [2025-04-17 02:31:50] "DELETE /route-target/72848c56-09e0-4f3b-96ac-166559508557 HTTP/1.1" 200 115 0.015840 10.0.0.27 - - [2025-04-17 02:31:50] "POST /useragent-kv HTTP/1.1" 200 115 0.030278 10.0.0.27 - - [2025-04-17 02:31:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002529 10.0.0.27 - - [2025-04-17 02:31:50] "POST /neutron/network HTTP/1.1" 200 151 0.108051 10.0.0.27 - - [2025-04-17 02:31:50] "GET /global-vrouter-configs HTTP/1.1" 200 357 0.004041 10.0.0.27 - - [2025-04-17 02:31:50] "GET /global-vrouter-config/f44ad623-3db7-4a6b-9af9-3aea78651ceb HTTP/1.1" 200 1827 0.003476 10.0.0.27 - - [2025-04-17 02:31:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.27 - - [2025-04-17 02:31:50] "GET /projects?obj_uuids=11c6560f-4d89-42ac-adae-ac8c3bf77410&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001055 10.0.0.27 - - [2025-04-17 02:31:50] "GET /project/11c6560f-4d89-42ac-adae-ac8c3bf77410?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.023932 10.0.0.27 - - [2025-04-17 02:31:50] "POST /neutron/network HTTP/1.1" 200 117 0.009770 10.0.0.27 - - [2025-04-17 02:31:50] "GET /projects?obj_uuids=11c6560f-4d89-42ac-adae-ac8c3bf77410&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001033 10.0.0.27 - - [2025-04-17 02:31:50] "POST /neutron/network HTTP/1.1" 200 605 0.064256 10.0.0.27 - - [2025-04-17 02:31:50] "POST /route-targets HTTP/1.1" 200 327 0.010724 10.0.0.27 - - [2025-04-17 02:31:50] "POST /ref-update HTTP/1.1" 200 156 0.011828 10.0.0.27 - - [2025-04-17 02:31:50] "POST /useragent-kv HTTP/1.1" 200 115 0.003473 10.0.0.27 - - [2025-04-17 02:31:50] "POST /neutron/subnet HTTP/1.1" 200 734 0.164452 10.0.0.27 - - [2025-04-17 02:31:50] "POST /neutron/network HTTP/1.1" 200 826 0.004839 10.0.0.27 - - [2025-04-17 02:31:50] "POST /id-to-fqname HTTP/1.1" 200 220 0.001023 10.0.0.27 - - [2025-04-17 02:31:50] "GET /virtual-network/aaa6d1fe-8875-470a-987d-c6c585e37b33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005963 10.0.0.27 - - [2025-04-17 02:31:51] "POST /neutron/network HTTP/1.1" 200 826 0.005705 10.0.0.27 - - [2025-04-17 02:31:51] "GET /virtual-network/aaa6d1fe-8875-470a-987d-c6c585e37b33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005780 10.0.0.27 - - [2025-04-17 02:31:51] "POST /neutron/network HTTP/1.1" 200 826 0.005286 10.0.0.27 - - [2025-04-17 02:31:51] "POST /neutron/subnet HTTP/1.1" 200 734 0.007130 10.0.0.27 - - [2025-04-17 02:31:51] "POST /id-to-fqname HTTP/1.1" 200 220 0.001002 10.0.0.27 - - [2025-04-17 02:31:51] "POST /neutron/network HTTP/1.1" 200 836 0.004982 10.0.0.27 - - [2025-04-17 02:31:51] "GET /aaa-mode HTTP/1.1" 401 292 0.000386 10.0.0.27 - - [2025-04-17 02:31:51] "GET / HTTP/1.1" 200 35931 0.001792 10.0.0.27 - - [2025-04-17 02:31:51] "GET /project/11c6560f-4d89-42ac-adae-ac8c3bf77410?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000412 10.0.0.27 - - [2025-04-17 02:31:51] "GET /projects?obj_uuids=11c6560f-4d89-42ac-adae-ac8c3bf77410&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001230 10.0.0.27 - - [2025-04-17 02:31:52] "GET /project/11c6560f-4d89-42ac-adae-ac8c3bf77410?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.044227 10.0.0.27 - - [2025-04-17 02:31:52] "POST /neutron/network HTTP/1.1" 200 826 0.005384 10.0.0.27 - - [2025-04-17 02:31:52] "POST /neutron/port HTTP/1.1" 200 117 0.004775 10.0.0.27 - - [2025-04-17 02:31:52] "POST /neutron/port HTTP/1.1" 200 117 0.004804 10.0.0.27 - - [2025-04-17 02:31:52] "POST /neutron/port HTTP/1.1" 200 117 0.007652 10.0.0.27 - - [2025-04-17 02:31:52] "POST /neutron/network HTTP/1.1" 200 836 0.005379 10.0.0.27 - - [2025-04-17 02:31:52] "GET /projects?obj_uuids=11c6560f-4d89-42ac-adae-ac8c3bf77410&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001014 10.0.0.27 - - [2025-04-17 02:31:52] "POST /neutron/port HTTP/1.1" 200 1062 0.180362 10.0.0.27 - - [2025-04-17 02:31:52] "POST /neutron/port HTTP/1.1" 200 1062 0.009193 10.0.0.27 - - [2025-04-17 02:31:52] "POST /neutron/port HTTP/1.1" 200 1062 0.009429 10.0.0.27 - - [2025-04-17 02:31:52] "POST /neutron/port HTTP/1.1" 200 1116 0.055725 10.0.0.27 - - [2025-04-17 02:31:52] "POST /neutron/port HTTP/1.1" 200 1090 0.015434 10.0.0.27 - - [2025-04-17 02:31:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003290 10.0.0.27 - - [2025-04-17 02:31:52] "POST /neutron/subnet HTTP/1.1" 200 708 0.010018 10.0.0.27 - - [2025-04-17 02:31:52] "POST /neutron/port HTTP/1.1" 200 117 0.001085 10.0.0.27 - - [2025-04-17 02:31:52] "POST /neutron/network HTTP/1.1" 200 826 0.004863 10.0.0.27 - - [2025-04-17 02:31:57] "POST /neutron/port HTTP/1.1" 200 1090 0.017555 10.0.0.27 - - [2025-04-17 02:31:57] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009393 10.0.0.27 - - [2025-04-17 02:31:57] "POST /neutron/port HTTP/1.1" 200 1090 0.015618 10.0.0.27 - - [2025-04-17 02:31:57] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007498 10.0.0.27 - - [2025-04-17 02:31:57] "POST /neutron/port HTTP/1.1" 200 1090 0.019146 10.0.0.27 - - [2025-04-17 02:31:57] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010702 10.0.0.27 - - [2025-04-17 02:31:57] "GET /virtual-machine/5bea2bc5-8151-4ba0-9f21-bf818f97d3f6 HTTP/1.1" 200 1292 0.005548 10.0.0.27 - - [2025-04-17 02:31:57] "GET /virtual-machine-interface/b55cce1c-4db0-4447-83db-ea0ec9597e6e HTTP/1.1" 200 2941 0.005792 10.0.0.27 - - [2025-04-17 02:31:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.27 - - [2025-04-17 02:31:57] "GET /global-vrouter-config/f44ad623-3db7-4a6b-9af9-3aea78651ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003441 10.0.0.27 - - [2025-04-17 02:31:57] "GET /virtual-networks?parent_id=11c6560f-4d89-42ac-adae-ac8c3bf77410&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003593 10.0.0.27 - - [2025-04-17 02:31:57] "GET /virtual-network/aaa6d1fe-8875-470a-987d-c6c585e37b33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006862 10.0.0.27 - - [2025-04-17 02:32:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002906 10.0.0.27 - - [2025-04-17 02:32:00] "GET /virtual-network/aaa6d1fe-8875-470a-987d-c6c585e37b33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004683 10.0.0.27 - - [2025-04-17 02:32:01] "POST /neutron/port HTTP/1.1" 200 1090 0.016368 10.0.0.27 - - [2025-04-17 02:32:01] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005546 10.0.0.27 - - [2025-04-17 02:32:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.27 - - [2025-04-17 02:32:02] "GET /global-vrouter-config/f44ad623-3db7-4a6b-9af9-3aea78651ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003751 10.0.0.27 - - [2025-04-17 02:32:02] "GET /virtual-networks?parent_id=11c6560f-4d89-42ac-adae-ac8c3bf77410&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002852 10.0.0.27 - - [2025-04-17 02:32:03] "GET /virtual-network/aaa6d1fe-8875-470a-987d-c6c585e37b33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007761 10.0.0.27 - - [2025-04-17 02:32:04] "POST /neutron/network HTTP/1.1" 200 826 0.006322 10.0.0.27 - - [2025-04-17 02:32:04] "POST /neutron/network HTTP/1.1" 400 204 0.014188 10.0.0.27 - - [2025-04-17 02:32:05] "POST /neutron/port HTTP/1.1" 200 1090 0.016377 10.0.0.27 - - [2025-04-17 02:32:05] "POST /neutron/port HTTP/1.1" 200 1116 0.009095 10.0.0.27 - - [2025-04-17 02:32:05] "POST /neutron/port HTTP/1.1" 200 151 0.103988 10.0.0.27 - - [2025-04-17 02:32:07] "POST /neutron/network HTTP/1.1" 200 826 0.005528 10.0.0.27 - - [2025-04-17 02:32:07] "POST /useragent-kv HTTP/1.1" 200 115 0.005014 10.0.0.27 - - [2025-04-17 02:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.006908 10.0.0.27 - - [2025-04-17 02:32:07] "POST /useragent-kv HTTP/1.1" 200 115 0.004771 10.0.0.27 - - [2025-04-17 02:32:07] "POST /neutron/network HTTP/1.1" 200 151 0.088193 10.0.0.27 - - [2025-04-17 02:32:07] "DELETE /route-target/00e46fa2-4e82-462c-90fc-4bb555b38a6f HTTP/1.1" 200 115 0.018133 10.0.0.27 - - [2025-04-17 02:32:07] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.002959 10.0.0.27 - - [2025-04-17 02:32:07] "POST /network-ipams HTTP/1.1" 200 541 0.018442 10.0.0.27 - - [2025-04-17 02:32:07] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 981 0.002904 10.0.0.27 - - [2025-04-17 02:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.27 - - [2025-04-17 02:32:07] "GET /network-ipam/6193b3fa-dd0d-427e-84c4-29a9eadfd8a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1283 0.004791 10.0.0.27 - - [2025-04-17 02:32:07] "PUT /network-ipam/6193b3fa-dd0d-427e-84c4-29a9eadfd8a4 HTTP/1.1" 200 258 0.009737 10.0.0.27 - - [2025-04-17 02:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003065 10.0.0.27 - - [2025-04-17 02:32:07] "GET /projects?obj_uuids=11c6560f-4d89-42ac-adae-ac8c3bf77410&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001220 10.0.0.27 - - [2025-04-17 02:32:08] "GET /project/11c6560f-4d89-42ac-adae-ac8c3bf77410?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.025733 10.0.0.27 - - [2025-04-17 02:32:08] "POST /neutron/network HTTP/1.1" 200 117 0.007159 10.0.0.27 - - [2025-04-17 02:32:08] "GET /projects?obj_uuids=11c6560f-4d89-42ac-adae-ac8c3bf77410&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001083 10.0.0.27 - - [2025-04-17 02:32:08] "POST /neutron/network HTTP/1.1" 200 605 0.067564 10.0.0.27 - - [2025-04-17 02:32:08] "POST /route-targets HTTP/1.1" 200 327 0.017833 10.0.0.27 - - [2025-04-17 02:32:08] "POST /ref-update HTTP/1.1" 200 156 0.010365 10.0.0.27 - - [2025-04-17 02:32:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003327 10.0.0.27 - - [2025-04-17 02:32:08] "POST /neutron/subnet HTTP/1.1" 200 699 0.221517 10.0.0.27 - - [2025-04-17 02:32:08] "POST /useragent-kv HTTP/1.1" 200 115 0.004690 10.0.0.27 - - [2025-04-17 02:32:08] "POST /neutron/subnet HTTP/1.1" 200 699 0.178686 10.0.0.27 - - [2025-04-17 02:32:08] "POST /neutron/network HTTP/1.1" 200 994 0.006823 10.0.0.27 - - [2025-04-17 02:32:08] "POST /id-to-fqname HTTP/1.1" 200 220 0.001508 10.0.0.27 - - [2025-04-17 02:32:08] "GET /virtual-network/ec453bd2-6ad0-49bf-bb4c-654c345033b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.004944 10.0.0.27 - - [2025-04-17 02:32:08] "POST /neutron/network HTTP/1.1" 200 994 0.008366 10.0.0.27 - - [2025-04-17 02:32:08] "GET /virtual-network/ec453bd2-6ad0-49bf-bb4c-654c345033b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005605 10.0.0.27 - - [2025-04-17 02:32:08] "POST /neutron/network HTTP/1.1" 200 994 0.007721 10.0.0.27 - - [2025-04-17 02:32:08] "POST /neutron/subnet HTTP/1.1" 200 699 0.009040 10.0.0.27 - - [2025-04-17 02:32:08] "POST /neutron/subnet HTTP/1.1" 200 699 0.007604 10.0.0.27 - - [2025-04-17 02:32:08] "POST /neutron/network HTTP/1.1" 200 994 0.007232 10.0.0.27 - - [2025-04-17 02:32:08] "POST /neutron/subnet HTTP/1.1" 200 699 0.007093 10.0.0.27 - - [2025-04-17 02:32:08] "POST /neutron/subnet HTTP/1.1" 200 699 0.007160 10.0.0.27 - - [2025-04-17 02:32:08] "GET /projects?obj_uuids=11c6560f-4d89-42ac-adae-ac8c3bf77410&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001749 10.0.0.27 - - [2025-04-17 02:32:09] "POST /neutron/port HTTP/1.1" 200 1017 0.169488 10.0.0.27 - - [2025-04-17 02:32:09] "GET /projects?obj_uuids=11c6560f-4d89-42ac-adae-ac8c3bf77410&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001183 10.0.0.27 - - [2025-04-17 02:32:09] "POST /neutron/port HTTP/1.1" 200 1017 0.156601 10.0.0.27 - - [2025-04-17 02:32:09] "POST /id-to-fqname HTTP/1.1" 200 220 0.001681 10.0.0.27 - - [2025-04-17 02:32:09] "POST /neutron/port HTTP/1.1" 200 1017 0.007877 10.0.0.27 - - [2025-04-17 02:32:09] "POST /neutron/port HTTP/1.1" 200 1017 0.033336 10.0.0.27 - - [2025-04-17 02:32:09] "POST /neutron/network HTTP/1.1" 200 994 0.010776 10.0.0.27 - - [2025-04-17 02:32:09] "POST /neutron/port HTTP/1.1" 200 1017 0.007703 10.0.0.27 - - [2025-04-17 02:32:09] "POST /neutron/port HTTP/1.1" 200 117 0.006426 10.0.0.27 - - [2025-04-17 02:32:09] "POST /neutron/port HTTP/1.1" 200 117 0.010023 10.0.0.27 - - [2025-04-17 02:32:09] "POST /id-to-fqname HTTP/1.1" 200 220 0.002495 10.0.0.27 - - [2025-04-17 02:32:09] "POST /neutron/port HTTP/1.1" 200 117 0.007277 10.0.0.27 - - [2025-04-17 02:32:09] "POST /neutron/port HTTP/1.1" 200 1017 0.007634 10.0.0.27 - - [2025-04-17 02:32:09] "POST /neutron/port HTTP/1.1" 200 1017 0.007537 10.0.0.27 - - [2025-04-17 02:32:09] "POST /neutron/network HTTP/1.1" 200 994 0.010700 10.0.0.27 - - [2025-04-17 02:32:09] "POST /neutron/port HTTP/1.1" 200 1017 0.012598 10.0.0.27 - - [2025-04-17 02:32:09] "POST /neutron/port HTTP/1.1" 200 1017 0.009038 10.0.0.27 - - [2025-04-17 02:32:10] "POST /neutron/port HTTP/1.1" 200 1017 0.011741 10.0.0.27 - - [2025-04-17 02:32:10] "POST /neutron/port HTTP/1.1" 200 117 0.006976 10.0.0.27 - - [2025-04-17 02:32:10] "POST /neutron/port HTTP/1.1" 200 117 0.005931 10.0.0.27 - - [2025-04-17 02:32:10] "POST /id-to-fqname HTTP/1.1" 200 220 0.001478 10.0.0.27 - - [2025-04-17 02:32:10] "POST /neutron/port HTTP/1.1" 200 117 0.008404 10.0.0.27 - - [2025-04-17 02:32:10] "POST /neutron/network HTTP/1.1" 200 1004 0.006819 10.0.0.27 - - [2025-04-17 02:32:10] "GET /aaa-mode HTTP/1.1" 401 292 0.000448 10.0.0.27 - - [2025-04-17 02:32:10] "GET / HTTP/1.1" 200 35931 0.002550 10.0.0.27 - - [2025-04-17 02:32:10] "GET /project/11c6560f-4d89-42ac-adae-ac8c3bf77410?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000437 10.0.0.27 - - [2025-04-17 02:32:10] "POST /neutron/port HTTP/1.1" 200 1017 0.038282 10.0.0.27 - - [2025-04-17 02:32:10] "POST /neutron/port HTTP/1.1" 200 1017 0.045791 10.0.0.27 - - [2025-04-17 02:32:10] "POST /neutron/network HTTP/1.1" 200 1004 0.009050 10.0.0.27 - - [2025-04-17 02:32:10] "POST /neutron/port HTTP/1.1" 200 1017 0.012602 10.0.0.27 - - [2025-04-17 02:32:10] "POST /neutron/network HTTP/1.1" 200 1004 0.011573 10.0.0.27 - - [2025-04-17 02:32:10] "POST /neutron/port HTTP/1.1" 200 1017 0.008335 10.0.0.27 - - [2025-04-17 02:32:10] "POST /neutron/port HTTP/1.1" 200 1017 0.010884 10.0.0.27 - - [2025-04-17 02:32:10] "POST /neutron/port HTTP/1.1" 200 1017 0.013459 10.0.0.27 - - [2025-04-17 02:32:10] "POST /neutron/port HTTP/1.1" 200 1109 0.119250 10.0.0.27 - - [2025-04-17 02:32:10] "POST /neutron/port HTTP/1.1" 200 1109 0.114299 10.0.0.27 - - [2025-04-17 02:32:10] "POST /neutron/port HTTP/1.1" 200 1083 0.029248 10.0.0.27 - - [2025-04-17 02:32:10] "POST /neutron/port HTTP/1.1" 200 1083 0.020853 10.0.0.27 - - [2025-04-17 02:32:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007330 10.0.0.27 - - [2025-04-17 02:32:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005372 10.0.0.27 - - [2025-04-17 02:32:11] "GET /projects?obj_uuids=11c6560f-4d89-42ac-adae-ac8c3bf77410&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001679 10.0.0.27 - - [2025-04-17 02:32:11] "GET /project/11c6560f-4d89-42ac-adae-ac8c3bf77410?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.070892 10.0.0.27 - - [2025-04-17 02:32:11] "POST /neutron/subnet HTTP/1.1" 200 673 0.025510 10.0.0.27 - - [2025-04-17 02:32:11] "POST /neutron/subnet HTTP/1.1" 200 673 0.024099 10.0.0.27 - - [2025-04-17 02:32:11] "POST /neutron/network HTTP/1.1" 200 994 0.008640 10.0.0.27 - - [2025-04-17 02:32:11] "POST /neutron/port HTTP/1.1" 200 117 0.001292 10.0.0.27 - - [2025-04-17 02:32:11] "POST /neutron/port HTTP/1.1" 200 117 0.001182 10.0.0.27 - - [2025-04-17 02:32:11] "POST /neutron/network HTTP/1.1" 200 994 0.008515 10.0.0.27 - - [2025-04-17 02:32:11] "POST /neutron/network HTTP/1.1" 200 994 0.007591 10.0.0.27 - - [2025-04-17 02:32:11] "POST /neutron/port HTTP/1.1" 200 2050 0.027326 10.0.0.27 - - [2025-04-17 02:32:11] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011146 10.0.0.27 - - [2025-04-17 02:32:11] "POST /neutron/port HTTP/1.1" 200 117 0.005248 10.0.0.27 - - [2025-04-17 02:32:11] "GET /domains HTTP/1.1" 200 280 0.002697 10.0.0.27 - - [2025-04-17 02:32:11] "GET /domains?obj_uuids=2f062dde-ab10-4df9-9982-bea0b7a691cd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002341 10.0.0.27 - - [2025-04-17 02:32:11] "GET /domain/2f062dde-ab10-4df9-9982-bea0b7a691cd HTTP/1.1" 200 2573 0.013129 10.0.0.27 - - [2025-04-17 02:32:11] "GET /projects?obj_uuids=11c6560f-4d89-42ac-adae-ac8c3bf77410&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001199 10.0.0.27 - - [2025-04-17 02:32:11] "GET /project/11c6560f-4d89-42ac-adae-ac8c3bf77410 HTTP/1.1" 200 2852 0.085611 10.0.0.27 - - [2025-04-17 02:32:11] "GET /network-ipam/6193b3fa-dd0d-427e-84c4-29a9eadfd8a4 HTTP/1.1" 200 2600 0.007084 10.0.0.27 - - [2025-04-17 02:32:11] "GET /domains HTTP/1.1" 200 280 0.003851 10.0.0.27 - - [2025-04-17 02:32:11] "GET /domains?obj_uuids=2f062dde-ab10-4df9-9982-bea0b7a691cd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003752 10.0.0.27 - - [2025-04-17 02:32:11] "GET /domain/2f062dde-ab10-4df9-9982-bea0b7a691cd HTTP/1.1" 200 2573 0.017656 10.0.0.27 - - [2025-04-17 02:32:11] "GET /projects?obj_uuids=11c6560f-4d89-42ac-adae-ac8c3bf77410&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001184 10.0.0.27 - - [2025-04-17 02:32:11] "GET /project/11c6560f-4d89-42ac-adae-ac8c3bf77410 HTTP/1.1" 200 2852 0.081677 10.0.0.27 - - [2025-04-17 02:32:11] "GET /virtual-network/ec453bd2-6ad0-49bf-bb4c-654c345033b5 HTTP/1.1" 200 3780 0.014343 10.0.0.27 - - [2025-04-17 02:32:11] "GET /virtual-network/ec453bd2-6ad0-49bf-bb4c-654c345033b5 HTTP/1.1" 200 3780 0.009048 10.0.0.27 - - [2025-04-17 02:32:11] "GET /routing-instance/1b8cb127-22df-4da5-9762-2fbe0eeb3ef0 HTTP/1.1" 200 2380 0.004632 10.0.0.27 - - [2025-04-17 02:32:11] "GET /routing-instance/1b8cb127-22df-4da5-9762-2fbe0eeb3ef0 HTTP/1.1" 200 2380 0.005052 10.0.0.27 - - [2025-04-17 02:32:11] "GET /route-target/5f5a52b2-1e88-4356-b9fa-6d2e43bda323 HTTP/1.1" 200 1204 0.003474 10.0.0.27 - - [2025-04-17 02:32:11] "GET /virtual-network/ec453bd2-6ad0-49bf-bb4c-654c345033b5 HTTP/1.1" 200 3780 0.005749 10.0.0.27 - - [2025-04-17 02:32:11] "GET /routing-instance/1b8cb127-22df-4da5-9762-2fbe0eeb3ef0 HTTP/1.1" 200 2380 0.003942 10.0.0.27 - - [2025-04-17 02:32:11] "GET /virtual-network/ec453bd2-6ad0-49bf-bb4c-654c345033b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.008175 10.0.0.27 - - [2025-04-17 02:32:11] "GET /virtual-network/ec453bd2-6ad0-49bf-bb4c-654c345033b5 HTTP/1.1" 200 3780 0.010968 10.0.0.27 - - [2025-04-17 02:32:11] "GET /routing-instance/1b8cb127-22df-4da5-9762-2fbe0eeb3ef0 HTTP/1.1" 200 2380 0.007636 10.0.0.27 - - [2025-04-17 02:32:11] "GET /routing-instance/1b8cb127-22df-4da5-9762-2fbe0eeb3ef0 HTTP/1.1" 200 2380 0.005199 10.0.0.27 - - [2025-04-17 02:32:11] "POST /neutron/network HTTP/1.1" 200 1004 0.010874 10.0.0.27 - - [2025-04-17 02:32:11] "GET /route-target/5f5a52b2-1e88-4356-b9fa-6d2e43bda323 HTTP/1.1" 200 1204 0.002817 10.0.0.27 - - [2025-04-17 02:32:11] "GET /projects?obj_uuids=11c6560f-4d89-42ac-adae-ac8c3bf77410&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001194 10.0.0.27 - - [2025-04-17 02:32:11] "GET /domains HTTP/1.1" 200 280 0.002495 10.0.0.27 - - [2025-04-17 02:32:11] "GET /domains?obj_uuids=2f062dde-ab10-4df9-9982-bea0b7a691cd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001690 10.0.0.27 - - [2025-04-17 02:32:11] "GET /domain/2f062dde-ab10-4df9-9982-bea0b7a691cd HTTP/1.1" 200 2573 0.070446 10.0.0.27 - - [2025-04-17 02:32:11] "GET /projects?obj_uuids=11c6560f-4d89-42ac-adae-ac8c3bf77410&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001922 10.0.0.27 - - [2025-04-17 02:32:12] "GET /project/11c6560f-4d89-42ac-adae-ac8c3bf77410 HTTP/1.1" 200 3096 0.143418 10.0.0.27 - - [2025-04-17 02:32:12] "GET /virtual-network/ec453bd2-6ad0-49bf-bb4c-654c345033b5 HTTP/1.1" 200 4232 0.012177 10.0.0.27 - - [2025-04-17 02:32:12] "POST /neutron/port HTTP/1.1" 200 1055 0.337820 10.0.0.27 - - [2025-04-17 02:32:12] "POST /neutron/port HTTP/1.1" 200 1055 0.033918 10.0.0.27 - - [2025-04-17 02:32:12] "POST /neutron/port HTTP/1.1" 200 1055 0.023735 10.0.0.27 - - [2025-04-17 02:32:12] "POST /neutron/port HTTP/1.1" 200 1109 0.089470 10.0.0.27 - - [2025-04-17 02:32:12] "POST /neutron/port HTTP/1.1" 200 1083 0.025527 10.0.0.27 - - [2025-04-17 02:32:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003719 10.0.0.27 - - [2025-04-17 02:32:12] "POST /neutron/subnet HTTP/1.1" 200 673 0.016227 10.0.0.27 - - [2025-04-17 02:32:12] "POST /neutron/port HTTP/1.1" 200 117 0.002133 10.0.0.27 - - [2025-04-17 02:32:12] "POST /neutron/network HTTP/1.1" 200 994 0.008192 10.0.0.27 - - [2025-04-17 02:32:12] "GET /obj-perms HTTP/1.1" 200 5030 0.096260 10.0.0.27 - - [2025-04-17 02:32:12] "POST /neutron/port HTTP/1.1" 200 1083 0.034426 10.0.0.27 - - [2025-04-17 02:32:12] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009395 10.0.0.27 - - [2025-04-17 02:32:12] "POST /neutron/port HTTP/1.1" 200 1083 0.033006 10.0.0.27 - - [2025-04-17 02:32:12] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007483 10.0.0.27 - - [2025-04-17 02:32:12] "POST /neutron/port HTTP/1.1" 200 1083 0.017940 10.0.0.27 - - [2025-04-17 02:32:12] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007840 10.0.0.27 - - [2025-04-17 02:32:12] "GET /virtual-machine/8b0749ca-76e2-44b6-9c42-d408c4bc8773 HTTP/1.1" 200 1289 0.004801 10.0.0.27 - - [2025-04-17 02:32:12] "GET /virtual-machine-interface/cb91aecc-9f47-4161-a33c-b9d8b43a0d52 HTTP/1.1" 200 2942 0.008517 10.0.0.27 - - [2025-04-17 02:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002832 10.0.0.27 - - [2025-04-17 02:32:13] "GET /global-vrouter-config/f44ad623-3db7-4a6b-9af9-3aea78651ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003153 10.0.0.27 - - [2025-04-17 02:32:13] "GET /virtual-networks?parent_id=11c6560f-4d89-42ac-adae-ac8c3bf77410&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002908 10.0.0.27 - - [2025-04-17 02:32:13] "GET /virtual-network/ec453bd2-6ad0-49bf-bb4c-654c345033b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006093 10.0.0.27 - - [2025-04-17 02:32:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003029 10.0.0.27 - - [2025-04-17 02:32:16] "GET /virtual-network/ec453bd2-6ad0-49bf-bb4c-654c345033b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005543 10.0.0.27 - - [2025-04-17 02:32:20] "POST /neutron/port HTTP/1.1" 200 1083 0.024767 10.0.0.27 - - [2025-04-17 02:32:20] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007281 10.0.0.27 - - [2025-04-17 02:32:20] "POST /neutron/port HTTP/1.1" 200 1083 0.019072 10.0.0.27 - - [2025-04-17 02:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005887 10.0.0.27 - - [2025-04-17 02:32:20] "GET /virtual-network/ec453bd2-6ad0-49bf-bb4c-654c345033b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006512 10.0.0.27 - - [2025-04-17 02:32:20] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007828 10.0.0.27 - - [2025-04-17 02:32:21] "POST /neutron/port HTTP/1.1" 200 1083 0.022566 10.0.0.27 - - [2025-04-17 02:32:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005878 10.0.0.27 - - [2025-04-17 02:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.27 - - [2025-04-17 02:32:22] "GET /global-vrouter-config/f44ad623-3db7-4a6b-9af9-3aea78651ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003403 10.0.0.27 - - [2025-04-17 02:32:22] "GET /virtual-networks?parent_id=11c6560f-4d89-42ac-adae-ac8c3bf77410&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004172 10.0.0.27 - - [2025-04-17 02:32:22] "GET /virtual-network/ec453bd2-6ad0-49bf-bb4c-654c345033b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006386 10.0.0.27 - - [2025-04-17 02:32:22] "POST /neutron/port HTTP/1.1" 200 1083 0.024876 10.0.0.27 - - [2025-04-17 02:32:22] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006719 10.0.0.27 - - [2025-04-17 02:32:22] "POST /neutron/port HTTP/1.1" 200 1083 0.018341 10.0.0.27 - - [2025-04-17 02:32:22] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007316 10.0.0.27 - - [2025-04-17 02:32:23] "POST /neutron/port HTTP/1.1" 200 1083 0.018351 10.0.0.27 - - [2025-04-17 02:32:23] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010808 10.0.0.27 - - [2025-04-17 02:32:23] "GET /virtual-machine/23e2b5ad-b342-4dbc-a290-4e551d2b1b76 HTTP/1.1" 200 1288 0.006822 10.0.0.27 - - [2025-04-17 02:32:23] "GET /virtual-machine-interface/b7e2630e-44f2-4fde-a878-08a9e22e8a6f HTTP/1.1" 200 2942 0.007034 10.0.0.27 - - [2025-04-17 02:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.27 - - [2025-04-17 02:32:23] "GET /global-vrouter-config/f44ad623-3db7-4a6b-9af9-3aea78651ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003584 10.0.0.27 - - [2025-04-17 02:32:23] "GET /virtual-networks?parent_id=11c6560f-4d89-42ac-adae-ac8c3bf77410&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003063 10.0.0.27 - - [2025-04-17 02:32:23] "GET /virtual-network/ec453bd2-6ad0-49bf-bb4c-654c345033b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005639 10.0.0.27 - - [2025-04-17 02:32:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.27 - - [2025-04-17 02:32:24] "GET /global-vrouter-config/f44ad623-3db7-4a6b-9af9-3aea78651ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004739 10.0.0.27 - - [2025-04-17 02:32:24] "GET /virtual-networks?parent_id=11c6560f-4d89-42ac-adae-ac8c3bf77410&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003042 10.0.0.27 - - [2025-04-17 02:32:24] "GET /virtual-network/ec453bd2-6ad0-49bf-bb4c-654c345033b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.007681 10.0.0.27 - - [2025-04-17 02:32:24] "POST /neutron/port HTTP/1.1" 200 1083 0.021598 10.0.0.27 - - [2025-04-17 02:32:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009748 10.0.0.27 - - [2025-04-17 02:32:24] "POST /neutron/port HTTP/1.1" 200 1083 0.015434 10.0.0.27 - - [2025-04-17 02:32:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007537 10.0.0.27 - - [2025-04-17 02:32:24] "POST /neutron/port HTTP/1.1" 200 1083 0.017445 10.0.0.27 - - [2025-04-17 02:32:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006848 10.0.0.27 - - [2025-04-17 02:32:24] "GET /virtual-machine/43c5c79d-57f7-47d1-b3b6-35068d726bd5 HTTP/1.1" 200 1292 0.007076 10.0.0.27 - - [2025-04-17 02:32:24] "GET /virtual-machine-interface/182b33ab-c1fc-4e52-8ead-39bd840670c0 HTTP/1.1" 200 2941 0.004940 10.0.0.27 - - [2025-04-17 02:32:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.27 - - [2025-04-17 02:32:25] "GET /global-vrouter-config/f44ad623-3db7-4a6b-9af9-3aea78651ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003119 10.0.0.27 - - [2025-04-17 02:32:25] "GET /virtual-networks?parent_id=11c6560f-4d89-42ac-adae-ac8c3bf77410&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003189 10.0.0.27 - - [2025-04-17 02:32:25] "GET /virtual-network/ec453bd2-6ad0-49bf-bb4c-654c345033b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005759 10.0.0.27 - - [2025-04-17 02:32:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002786 10.0.0.27 - - [2025-04-17 02:32:26] "GET /global-vrouter-config/f44ad623-3db7-4a6b-9af9-3aea78651ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002599 10.0.0.27 - - [2025-04-17 02:32:26] "GET /virtual-networks?parent_id=11c6560f-4d89-42ac-adae-ac8c3bf77410&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003392 10.0.0.27 - - [2025-04-17 02:32:26] "GET /virtual-network/ec453bd2-6ad0-49bf-bb4c-654c345033b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005233 10.0.0.27 - - [2025-04-17 02:32:40] "GET /obj-perms HTTP/1.1" 200 5056 0.047801 10.0.0.27 - - [2025-04-17 02:32:41] "GET /obj-perms HTTP/1.1" 200 5056 0.050749 10.0.0.27 - - [2025-04-17 02:32:42] "POST /neutron/port HTTP/1.1" 200 1109 0.012397 10.0.0.27 - - [2025-04-17 02:32:42] "POST /neutron/port HTTP/1.1" 200 1109 0.009739 10.0.0.27 - - [2025-04-17 02:32:42] "POST /neutron/port HTTP/1.1" 200 151 0.136384 10.0.0.27 - - [2025-04-17 02:32:42] "POST /neutron/port HTTP/1.1" 200 1109 0.014411 10.0.0.27 - - [2025-04-17 02:32:42] "POST /neutron/port HTTP/1.1" 200 1109 0.011572 10.0.0.27 - - [2025-04-17 02:32:42] "POST /neutron/port HTTP/1.1" 200 1083 0.024207 10.0.0.27 - - [2025-04-17 02:32:42] "POST /neutron/port HTTP/1.1" 200 1109 0.020832 10.0.0.27 - - [2025-04-17 02:32:42] "POST /neutron/port HTTP/1.1" 200 151 0.156591 10.0.0.27 - - [2025-04-17 02:32:42] "POST /neutron/network HTTP/1.1" 200 994 0.010162 10.0.0.27 - - [2025-04-17 02:32:42] "POST /neutron/network HTTP/1.1" 400 204 0.017454 10.0.0.27 - - [2025-04-17 02:32:42] "POST /neutron/port HTTP/1.1" 200 117 0.006461 10.0.0.27 - - [2025-04-17 02:32:42] "POST /neutron/port HTTP/1.1" 400 205 0.003145 10.0.0.27 - - [2025-04-17 02:32:42] "POST /neutron/port HTTP/1.1" 200 151 0.154235 10.0.0.27 - - [2025-04-17 02:32:44] "POST /neutron/network HTTP/1.1" 200 994 0.007755 10.0.0.27 - - [2025-04-17 02:32:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003537 10.0.0.27 - - [2025-04-17 02:32:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.006340 10.0.0.27 - - [2025-04-17 02:32:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003266 10.0.0.27 - - [2025-04-17 02:32:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003645 10.0.0.27 - - [2025-04-17 02:32:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002750 10.0.0.27 - - [2025-04-17 02:32:45] "POST /neutron/network HTTP/1.1" 200 151 0.099722 10.0.0.27 - - [2025-04-17 02:32:45] "DELETE /route-target/5f5a52b2-1e88-4356-b9fa-6d2e43bda323 HTTP/1.1" 200 115 0.026886 10.0.0.27 - - [2025-04-17 02:32:45] "GET /routing-instance/1b8cb127-22df-4da5-9762-2fbe0eeb3ef0 HTTP/1.1" 404 171 0.004060 10.0.0.27 - - [2025-04-17 02:32:45] "GET /domains HTTP/1.1" 200 280 0.002727 10.0.0.27 - - [2025-04-17 02:32:45] "GET /domains?obj_uuids=2f062dde-ab10-4df9-9982-bea0b7a691cd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001101 10.0.0.27 - - [2025-04-17 02:32:45] "GET /domain/2f062dde-ab10-4df9-9982-bea0b7a691cd HTTP/1.1" 200 2573 0.048016 10.0.0.27 - - [2025-04-17 02:32:45] "GET /projects?obj_uuids=11c6560f-4d89-42ac-adae-ac8c3bf77410&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001725 10.0.0.27 - - [2025-04-17 02:32:45] "GET /project/11c6560f-4d89-42ac-adae-ac8c3bf77410 HTTP/1.1" 200 2095 0.096051 10.0.0.27 - - [2025-04-17 02:32:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002951 10.0.0.27 - - [2025-04-17 02:32:45] "DELETE /network-ipam/6193b3fa-dd0d-427e-84c4-29a9eadfd8a4 HTTP/1.1" 200 115 0.029761 10.0.0.27 - - [2025-04-17 02:32:45] "POST /fqname-to-id HTTP/1.1" 404 211 0.003020 10.0.0.27 - - [2025-04-17 02:32:45] "GET /projects?obj_uuids=11c6560f-4d89-42ac-adae-ac8c3bf77410&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001282 10.0.0.27 - - [2025-04-17 02:32:45] "GET /project/11c6560f-4d89-42ac-adae-ac8c3bf77410?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.069440 10.0.0.27 - - [2025-04-17 02:32:45] "GET /projects?obj_uuids=11c6560f-4d89-42ac-adae-ac8c3bf77410&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001475 10.0.0.27 - - [2025-04-17 02:32:45] "GET /project/11c6560f-4d89-42ac-adae-ac8c3bf77410?fields=virtual_networks HTTP/1.1" 200 1042 0.033619 10.0.0.27 - - [2025-04-17 02:32:45] "GET /projects?obj_uuids=11c6560f-4d89-42ac-adae-ac8c3bf77410&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001302 10.0.0.27 - - [2025-04-17 02:32:45] "GET /project/11c6560f-4d89-42ac-adae-ac8c3bf77410?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.032794 10.0.0.27 - - [2025-04-17 02:32:45] "GET /projects?obj_uuids=11c6560f-4d89-42ac-adae-ac8c3bf77410&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001031 10.0.0.27 - - [2025-04-17 02:32:45] "GET /project/11c6560f-4d89-42ac-adae-ac8c3bf77410?fields=security_groups HTTP/1.1" 200 1268 0.032876 10.0.0.27 - - [2025-04-17 02:32:47] "POST /neutron/port HTTP/1.1" 200 117 0.005787 10.0.0.27 - - [2025-04-17 02:32:47] "POST /neutron/port HTTP/1.1" 400 205 0.003211 10.0.0.27 - - [2025-04-17 02:32:53] "GET / HTTP/1.1" 200 35931 0.002457 10.0.0.27 - - [2025-04-17 02:32:54] "GET /project/ab05ec5b-79b0-4a55-9ef0-e6e6ec444896?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000488 10.0.0.27 - - [2025-04-17 02:32:54] "GET /projects?obj_uuids=ab05ec5b-79b0-4a55-9ef0-e6e6ec444896&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001146 10.0.0.27 - - [2025-04-17 02:32:54] "GET /project/ab05ec5b-79b0-4a55-9ef0-e6e6ec444896?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1282 0.053106 [Introspect:8084]10.0.0.27 - - [2025-04-17 02:32:55] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001683 10.0.0.27 - - [2025-04-17 02:32:55] "POST /fqname-to-id HTTP/1.1" 404 184 0.025766 10.0.0.27 - - [2025-04-17 02:32:55] "GET /projects?obj_uuids=dfb43a18-381a-484a-a79b-cf4fe252753b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002518 10.0.0.27 - - [2025-04-17 02:32:55] "GET /domains?obj_uuids=2f062dde-ab10-4df9-9982-bea0b7a691cd&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001229 10.0.0.27 - - [2025-04-17 02:32:55] "GET /domain/2f062dde-ab10-4df9-9982-bea0b7a691cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.030999 10.0.0.27 - - [2025-04-17 02:32:55] "POST /id-to-fqname HTTP/1.1" 200 186 0.001649 10.0.0.27 - - [2025-04-17 02:32:55] "POST /fqname-to-id HTTP/1.1" 404 195 0.002488 10.0.0.27 - - [2025-04-17 02:32:55] "POST /security-groups HTTP/1.1" 200 587 0.068359 10.0.0.27 - - [2025-04-17 02:32:55] "POST /fqname-to-id HTTP/1.1" 404 230 0.003480 10.0.0.27 - - [2025-04-17 02:32:55] "POST /projects HTTP/1.1" 200 577 0.221193 10.0.0.27 - - [2025-04-17 02:32:55] "POST /access-control-lists HTTP/1.1" 200 592 0.060724 10.0.0.27 - - [2025-04-17 02:32:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.293978 10.0.0.27 - - [2025-04-17 02:32:55] "POST /fqname-to-id HTTP/1.1" 404 229 0.002687 10.0.0.27 - - [2025-04-17 02:32:56] "GET /project/dfb43a18-381a-484a-a79b-cf4fe252753b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.446694 10.0.0.27 - - [2025-04-17 02:32:56] "POST /access-control-lists HTTP/1.1" 200 590 0.060323 10.0.0.27 - - [2025-04-17 02:32:57] "GET / HTTP/1.1" 200 35931 0.003154 10.0.0.27 - - [2025-04-17 02:32:57] "GET /projects?obj_uuids=dfb43a18-381a-484a-a79b-cf4fe252753b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001251 10.0.0.27 - - [2025-04-17 02:32:57] "GET /project/dfb43a18-381a-484a-a79b-cf4fe252753b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.031522 10.0.0.27 - - [2025-04-17 02:32:57] "GET /projects?obj_uuids=dfb43a18-381a-484a-a79b-cf4fe252753b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001220