++ 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 Jul 17 02:19:19 UTC 2025 ===================' INFO: =================== Thu Jul 17 02:19:19 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.49 ++ 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.49 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.49 ++ ANALYTICSDB_NODES=10.0.0.49 ++ ANALYTICS_SNMP_NODES=10.0.0.49 ++ 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.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:8081 ' +++ '[' -n '10.0.0.49:8081 ' ']' +++ echo 10.0.0.49:8081 ++ ANALYTICS_SERVERS=10.0.0.49: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.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:9042 ' +++ '[' -n '10.0.0.49:9042 ' ']' +++ echo 10.0.0.49:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.49:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.49 ++ 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.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:8086 ' +++ '[' -n '10.0.0.49:8086 ' ']' +++ echo 10.0.0.49:8086 ++ COLLECTOR_SERVERS=10.0.0.49: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.49 ++ CONFIGDB_NODES=10.0.0.49 ++ 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.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:8082 ' +++ '[' -n '10.0.0.49:8082 ' ']' +++ echo 10.0.0.49:8082 ++ CONFIG_SERVERS=10.0.0.49: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.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:9161 ' +++ '[' -n '10.0.0.49:9161 ' ']' +++ echo 10.0.0.49:9161 ++ CONFIGDB_SERVERS=10.0.0.49: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.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:9041 ' +++ '[' -n '10.0.0.49:9041 ' ']' +++ echo 10.0.0.49:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.49: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.252 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.252 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.49 ++ 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.49 +++ local server_address=10.0.0.49 +++ extended_server_list+=10.0.0.49:2181, +++ '[' -n 10.0.0.49:2181, ']' +++ echo 10.0.0.49:2181 ++ ZOOKEEPER_SERVERS=10.0.0.49: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.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:2181 ' +++ '[' -n '10.0.0.49:2181 ' ']' +++ echo 10.0.0.49:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.49:2181 ++ RABBITMQ_NODES=10.0.0.49 ++ 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.49 +++ local server_address=10.0.0.49 +++ extended_server_list+=10.0.0.49:5673, +++ '[' -n 10.0.0.49:5673, ']' +++ echo 10.0.0.49:5673 ++ RABBITMQ_SERVERS=10.0.0.49: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.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:6379 ' +++ '[' -n '10.0.0.49:6379 ' ']' +++ echo 10.0.0.49:6379 ++ REDIS_SERVERS=10.0.0.49: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.49 ++ 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.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:9092 ' +++ '[' -n '10.0.0.49:9092 ' ']' +++ echo 10.0.0.49:9092 ++ KAFKA_SERVERS=10.0.0.49: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.49 ++ 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.49 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.49 ++ 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.49 ++ cut -d , -f 1 + local cassandra=10.0.0.49 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.49 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.49 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.49 +++ 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}' ++++ grep -vi host ++++ sort ++++ uniq +++ local local_ips=,10.0.0.49,10.20.0.252,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.49'\''))' +++ local server_ip=10.0.0.49 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.49 ]] +++ [[ ,10.0.0.49,10.20.0.252,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.49, ]] +++ echo 10.0.0.49 1 +++ return ++ local ip=10.0.0.49 ++ [[ -z 10.0.0.49 ]] ++ echo 10.0.0.49 + host_ip=10.0.0.49 + [[ cql == \c\q\l ]] ++ echo 10.0.0.49:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.49:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.49: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 07/17/2025 02:19:27.303 7f0ca678ca88 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 07/17/2025 02:19:27.443 7f0ca678ca88 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 07/17/2025 02:19:27.456 7f0ca678ca88 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 07/17/2025 02:19:27.456 7f0ca678ca88 [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.49:8082/ Hit Ctrl-C to quit. 10.0.0.49 - - [2025-07-17 02:19:30] "GET / HTTP/1.1" 503 181 0.000246 10.0.0.49 - - [2025-07-17 02:19:30] "GET / HTTP/1.1" 503 181 0.000152 10.0.0.49 - - [2025-07-17 02:19:31] "GET / HTTP/1.1" 200 45871 0.001642 10.0.0.49 - - [2025-07-17 02:19:31] "GET / HTTP/1.1" 200 45871 0.001184 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.49 - - [2025-07-17 02:19:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000595 10.0.0.49 - - [2025-07-17 02:19:31] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000291 10.0.0.49 - - [2025-07-17 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.598195 10.0.0.49 - - [2025-07-17 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002639 10.0.0.49 - - [2025-07-17 02:19:32] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.327845 10.0.0.49 - - [2025-07-17 02:19:32] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.002181 10.0.0.49 - - [2025-07-17 02:19:32] "GET / HTTP/1.1" 200 35931 0.001719 /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.49 - - [2025-07-17 02:19:32] "GET / HTTP/1.1" 200 35931 0.001461 10.0.0.49 - - [2025-07-17 02:19:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000637 10.0.0.49 - - [2025-07-17 02:19:33] "GET / HTTP/1.1" 200 35931 0.001531 10.0.0.49 - - [2025-07-17 02:19:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000452 10.0.0.49 - - [2025-07-17 02:19:33] "GET / HTTP/1.1" 200 35931 0.001975 10.0.0.49 - - [2025-07-17 02:19:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000564 10.0.0.49 - - [2025-07-17 02:19:33] "POST /fqname-to-id HTTP/1.1" 404 186 0.303795 10.0.0.49 - - [2025-07-17 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002798 10.0.0.49 - - [2025-07-17 02:19:33] "GET /global-system-config/bc614dde-146d-4e3d-a4f0-089174bf21a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.012937 10.0.0.49 - - [2025-07-17 02:19:33] "POST /service-appliance-sets HTTP/1.1" 200 553 0.021468 10.0.0.49 - - [2025-07-17 02:19:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000409 10.0.0.49 - - [2025-07-17 02:19:33] "POST /fqname-to-id HTTP/1.1" 404 180 0.002696 10.0.0.49 - - [2025-07-17 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.49 - - [2025-07-17 02:19:33] "GET /global-system-config/bc614dde-146d-4e3d-a4f0-089174bf21a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.006384 10.0.0.49 - - [2025-07-17 02:19:33] "POST /fqname-to-id HTTP/1.1" 404 196 0.326307 10.0.0.49 - - [2025-07-17 02:19:34] "POST /job-templates HTTP/1.1" 200 555 0.070813 10.0.0.49 - - [2025-07-17 02:19:34] "POST /service-appliance-sets HTTP/1.1" 200 541 0.064297 10.0.0.49 - - [2025-07-17 02:19:34] "POST /fqname-to-id HTTP/1.1" 404 200 0.003150 10.0.0.49 - - [2025-07-17 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.49 - - [2025-07-17 02:19:34] "GET /network-ipam/f1e5e470-edff-4ca6-83f4-1747394ef14e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.003238 10.0.0.49 - - [2025-07-17 02:19:34] "POST /job-templates HTTP/1.1" 200 563 0.060195 10.0.0.49 - - [2025-07-17 02:19:34] "POST /fqname-to-id HTTP/1.1" 404 191 0.002558 10.0.0.49 - - [2025-07-17 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.313313 10.0.0.49 - - [2025-07-17 02:19:34] "GET /global-system-config/bc614dde-146d-4e3d-a4f0-089174bf21a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.012507 10.0.0.49 - - [2025-07-17 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.033128 10.0.0.49 - - [2025-07-17 02:19:34] "GET /network-ipam/f1e5e470-edff-4ca6-83f4-1747394ef14e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.003963 10.0.0.49 - - [2025-07-17 02:19:34] "POST /service-templates HTTP/1.1" 200 511 0.037386 10.0.0.49 - - [2025-07-17 02:19:34] "POST /fqname-to-id HTTP/1.1" 404 220 0.003146 10.0.0.49 - - [2025-07-17 02:19:34] "POST /job-templates HTTP/1.1" 200 545 0.064785 10.0.0.49 - - [2025-07-17 02:19:34] "POST /service-templates HTTP/1.1" 200 501 0.059754 10.0.0.49 - - [2025-07-17 02:19:34] "POST /config-nodes HTTP/1.1" 200 599 0.017569 10.0.0.49 - - [2025-07-17 02:19:34] "POST /fqname-to-id HTTP/1.1" 404 207 0.002531 10.0.0.49 - - [2025-07-17 02:19:34] "POST /service-templates HTTP/1.1" 200 515 0.018767 10.0.0.49 - - [2025-07-17 02:19:34] "POST /job-templates HTTP/1.1" 200 577 0.067703 10.0.0.49 - - [2025-07-17 02:19:34] "POST /service-templates HTTP/1.1" 200 535 0.050209 10.0.0.49 - - [2025-07-17 02:19:34] "POST /fqname-to-id HTTP/1.1" 404 208 0.002841 10.0.0.49 - - [2025-07-17 02:19:34] "POST /service-templates HTTP/1.1" 200 507 0.016233 10.0.0.49 - - [2025-07-17 02:19:34] "POST /job-templates HTTP/1.1" 200 579 0.057297 10.0.0.49 - - [2025-07-17 02:19:34] "POST /fqname-to-id HTTP/1.1" 404 210 0.002909 10.0.0.49 - - [2025-07-17 02:19:34] "GET / HTTP/1.1" 200 35931 0.001640 10.0.0.49 - - [2025-07-17 02:19:34] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000388 10.0.0.49 - - [2025-07-17 02:19:34] "POST /job-templates HTTP/1.1" 200 583 0.065357 10.0.0.49 - - [2025-07-17 02:19:34] "POST /fqname-to-id HTTP/1.1" 404 225 0.003515 10.0.0.49 - - [2025-07-17 02:19:34] "POST /fqname-to-id HTTP/1.1" 404 198 0.002226 10.0.0.49 - - [2025-07-17 02:19:34] "POST /access-control-lists HTTP/1.1" 200 587 0.014284 10.0.0.49 - - [2025-07-17 02:19:34] "POST /fqname-to-id HTTP/1.1" 404 224 0.003414 10.0.0.49 - - [2025-07-17 02:19:35] "POST /job-templates HTTP/1.1" 200 559 0.090067 10.0.0.49 - - [2025-07-17 02:19:35] "POST /access-control-lists HTTP/1.1" 200 585 0.031372 10.0.0.49 - - [2025-07-17 02:19:35] "POST /fqname-to-id HTTP/1.1" 404 203 0.002879 10.0.0.49 - - [2025-07-17 02:19:35] "POST /route-targets HTTP/1.1" 200 327 0.009988 10.0.0.49 - - [2025-07-17 02:19:35] "POST /job-templates HTTP/1.1" 200 569 0.063112 10.0.0.49 - - [2025-07-17 02:19:35] "POST /ref-update HTTP/1.1" 200 156 0.031430 10.0.0.49 - - [2025-07-17 02:19:35] "GET / HTTP/1.1" 200 35931 0.001527 10.0.0.49 - - [2025-07-17 02:19:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000392 10.0.0.49 - - [2025-07-17 02:19:35] "POST /fqname-to-id HTTP/1.1" 404 196 0.002699 10.0.0.49 - - [2025-07-17 02:19:35] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.022023 10.0.0.49 - - [2025-07-17 02:19:35] "POST /route-targets HTTP/1.1" 200 327 0.009452 10.0.0.49 - - [2025-07-17 02:19:35] "POST /job-templates HTTP/1.1" 200 555 0.061319 10.0.0.49 - - [2025-07-17 02:19:35] "POST /ref-update HTTP/1.1" 200 156 0.044135 10.0.0.49 - - [2025-07-17 02:19:35] "POST /fqname-to-id HTTP/1.1" 404 196 0.002900 10.0.0.49 - - [2025-07-17 02:19:35] "POST /route-targets HTTP/1.1" 200 327 0.009200 10.0.0.49 - - [2025-07-17 02:19:35] "POST /job-templates HTTP/1.1" 200 555 0.058125 10.0.0.49 - - [2025-07-17 02:19:35] "POST /ref-update HTTP/1.1" 200 156 0.044077 10.0.0.49 - - [2025-07-17 02:19:35] "POST /fqname-to-id HTTP/1.1" 404 196 0.005490 10.0.0.49 - - [2025-07-17 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.026538 10.0.0.49 - - [2025-07-17 02:19:35] "POST /route-targets HTTP/1.1" 200 327 0.018516 10.0.0.49 - - [2025-07-17 02:19:35] "GET /global-system-config/bc614dde-146d-4e3d-a4f0-089174bf21a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.005244 10.0.0.49 - - [2025-07-17 02:19:35] "POST /fqname-to-id HTTP/1.1" 404 220 0.003252 10.0.0.49 - - [2025-07-17 02:19:35] "POST /job-templates HTTP/1.1" 200 555 0.058468 10.0.0.49 - - [2025-07-17 02:19:35] "POST /ref-update HTTP/1.1" 200 156 0.033209 10.0.0.49 - - [2025-07-17 02:19:35] "POST /config-database-nodes HTTP/1.1" 200 617 0.015857 10.0.0.49 - - [2025-07-17 02:19:35] "POST /fqname-to-id HTTP/1.1" 404 186 0.002544 10.0.0.49 - - [2025-07-17 02:19:35] "POST /fqname-to-id HTTP/1.1" 404 201 0.002831 10.0.0.49 - - [2025-07-17 02:19:35] "POST /job-templates HTTP/1.1" 200 535 0.062346 10.0.0.49 - - [2025-07-17 02:19:35] "POST /fqname-to-id HTTP/1.1" 404 198 0.002709 10.0.0.49 - - [2025-07-17 02:19:35] "POST /access-control-lists HTTP/1.1" 200 551 0.083605 10.0.0.49 - - [2025-07-17 02:19:35] "PUT /access-control-list/8a593d95-b1cd-4f07-b18c-b7f36bfb4184 HTTP/1.1" 200 272 0.010798 10.0.0.49 - - [2025-07-17 02:19:35] "POST /job-templates HTTP/1.1" 200 559 0.065829 10.0.0.49 - - [2025-07-17 02:19:35] "PUT /access-control-list/8e9e624b-a434-439b-87a9-3f85ded9965d HTTP/1.1" 200 272 0.016469 10.0.0.49 - - [2025-07-17 02:19:36] "POST /fqname-to-id HTTP/1.1" 404 198 0.003473 10.0.0.49 - - [2025-07-17 02:19:36] "POST /job-templates HTTP/1.1" 200 559 0.061269 10.0.0.49 - - [2025-07-17 02:19:36] "POST /fqname-to-id HTTP/1.1" 404 198 0.002840 10.0.0.49 - - [2025-07-17 02:19:36] "POST /job-templates HTTP/1.1" 200 559 0.060866 10.0.0.49 - - [2025-07-17 02:19:36] "POST /fqname-to-id HTTP/1.1" 404 201 0.002870 10.0.0.49 - - [2025-07-17 02:19:36] "POST /job-templates HTTP/1.1" 200 565 0.058147 10.0.0.49 - - [2025-07-17 02:19:36] "POST /fqname-to-id HTTP/1.1" 404 197 0.003076 10.0.0.49 - - [2025-07-17 02:19:36] "POST /job-templates HTTP/1.1" 200 557 0.062318 10.0.0.49 - - [2025-07-17 02:19:36] "POST /fqname-to-id HTTP/1.1" 404 196 0.003206 10.0.0.49 - - [2025-07-17 02:19:36] "POST /job-templates HTTP/1.1" 200 555 0.061712 10.0.0.49 - - [2025-07-17 02:19:36] "POST /fqname-to-id HTTP/1.1" 404 205 0.002855 10.0.0.49 - - [2025-07-17 02:19:36] "POST /job-templates HTTP/1.1" 200 573 0.062197 10.0.0.49 - - [2025-07-17 02:19:36] "POST /fqname-to-id HTTP/1.1" 404 194 0.002769 10.0.0.49 - - [2025-07-17 02:19:37] "POST /job-templates HTTP/1.1" 200 551 0.065473 10.0.0.49 - - [2025-07-17 02:19:37] "POST /fqname-to-id HTTP/1.1" 404 208 0.003030 10.0.0.49 - - [2025-07-17 02:19:37] "POST /job-templates HTTP/1.1" 200 579 0.064939 10.0.0.49 - - [2025-07-17 02:19:37] "POST /fqname-to-id HTTP/1.1" 404 196 0.002836 10.0.0.49 - - [2025-07-17 02:19:37] "POST /job-templates HTTP/1.1" 200 555 0.062589 10.0.0.49 - - [2025-07-17 02:19:37] "POST /fqname-to-id HTTP/1.1" 404 198 0.003881 10.0.0.49 - - [2025-07-17 02:19:37] "POST /job-templates HTTP/1.1" 200 559 0.065006 10.0.0.49 - - [2025-07-17 02:19:37] "POST /fqname-to-id HTTP/1.1" 404 206 0.003024 10.0.0.49 - - [2025-07-17 02:19:37] "POST /job-templates HTTP/1.1" 200 575 0.065565 10.0.0.49 - - [2025-07-17 02:19:37] "POST /fqname-to-id HTTP/1.1" 404 197 0.002797 10.0.0.49 - - [2025-07-17 02:19:37] "POST /job-templates HTTP/1.1" 200 557 0.061050 10.0.0.49 - - [2025-07-17 02:19:37] "POST /fqname-to-id HTTP/1.1" 404 198 0.002813 10.0.0.49 - - [2025-07-17 02:19:38] "POST /job-templates HTTP/1.1" 200 559 0.080104 10.0.0.49 - - [2025-07-17 02:19:38] "POST /fqname-to-id HTTP/1.1" 404 196 0.003416 10.0.0.49 - - [2025-07-17 02:19:38] "POST /job-templates HTTP/1.1" 200 555 0.061294 10.0.0.49 - - [2025-07-17 02:19:38] "POST /fqname-to-id HTTP/1.1" 404 195 0.003128 10.0.0.49 - - [2025-07-17 02:19:38] "POST /job-templates HTTP/1.1" 200 553 0.061501 10.0.0.49 - - [2025-07-17 02:19:38] "POST /fqname-to-id HTTP/1.1" 404 195 0.003283 10.0.0.49 - - [2025-07-17 02:19:38] "POST /job-templates HTTP/1.1" 200 553 0.065048 10.0.0.49 - - [2025-07-17 02:19:38] "POST /fqname-to-id HTTP/1.1" 404 195 0.003154 10.0.0.49 - - [2025-07-17 02:19:38] "POST /job-templates HTTP/1.1" 200 553 0.060817 10.0.0.49 - - [2025-07-17 02:19:38] "POST /fqname-to-id HTTP/1.1" 404 200 0.003011 10.0.0.49 - - [2025-07-17 02:19:38] "POST /job-templates HTTP/1.1" 200 563 0.064684 10.0.0.49 - - [2025-07-17 02:19:38] "POST /fqname-to-id HTTP/1.1" 404 201 0.003071 10.0.0.49 - - [2025-07-17 02:19:38] "POST /job-templates HTTP/1.1" 200 565 0.060716 10.0.0.49 - - [2025-07-17 02:19:39] "POST /fqname-to-id HTTP/1.1" 404 189 0.002804 10.0.0.49 - - [2025-07-17 02:19:39] "POST /config-propertiess HTTP/1.1" 200 551 0.015462 10.0.0.49 - - [2025-07-17 02:19:39] "POST /fqname-to-id HTTP/1.1" 404 168 0.002771 10.0.0.49 - - [2025-07-17 02:19:39] "POST /tags HTTP/1.1" 200 321 0.028010 10.0.0.49 - - [2025-07-17 02:19:39] "POST /fqname-to-id HTTP/1.1" 404 166 0.003047 10.0.0.49 - - [2025-07-17 02:19:39] "POST /tags HTTP/1.1" 200 317 0.020282 10.0.0.49 - - [2025-07-17 02:19:39] "POST /fqname-to-id HTTP/1.1" 404 174 0.002877 10.0.0.49 - - [2025-07-17 02:19:39] "POST /tags HTTP/1.1" 200 333 0.020030 10.0.0.49 - - [2025-07-17 02:19:39] "POST /fqname-to-id HTTP/1.1" 404 162 0.003095 10.0.0.49 - - [2025-07-17 02:19:39] "POST /tags HTTP/1.1" 200 309 0.018551 10.0.0.49 - - [2025-07-17 02:19:39] "POST /fqname-to-id HTTP/1.1" 404 174 0.002807 10.0.0.49 - - [2025-07-17 02:19:39] "POST /tags HTTP/1.1" 200 333 0.021276 10.0.0.49 - - [2025-07-17 02:19:39] "POST /fqname-to-id HTTP/1.1" 404 164 0.002864 10.0.0.49 - - [2025-07-17 02:19:39] "POST /tags HTTP/1.1" 200 313 0.020182 10.0.0.49 - - [2025-07-17 02:19:39] "POST /fqname-to-id HTTP/1.1" 404 169 0.002833 10.0.0.49 - - [2025-07-17 02:19:39] "POST /tags HTTP/1.1" 200 323 0.026120 10.0.0.49 - - [2025-07-17 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003331 10.0.0.49 - - [2025-07-17 02:19:39] "PUT /global-system-config/bc614dde-146d-4e3d-a4f0-089174bf21a0 HTTP/1.1" 200 274 0.008552 10.0.0.49 - - [2025-07-17 02:19:40] "POST /fqname-to-id HTTP/1.1" 404 166 0.003267 10.0.0.49 - - [2025-07-17 02:19:40] "POST /hardwares HTTP/1.1" 200 327 0.010286 10.0.0.49 - - [2025-07-17 02:19:40] "POST /fqname-to-id HTTP/1.1" 404 166 0.002819 10.0.0.49 - - [2025-07-17 02:19:40] "POST /hardwares HTTP/1.1" 200 327 0.010203 10.0.0.49 - - [2025-07-17 02:19:40] "POST /fqname-to-id HTTP/1.1" 404 166 0.003166 10.0.0.49 - - [2025-07-17 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002741 10.0.0.49 - - [2025-07-17 02:19:40] "GET /global-vrouter-config/2bbac615-16a4-4bf9-98ec-95dec7bcbaae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1161 0.003191 10.0.0.49 - - [2025-07-17 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002786 10.0.0.49 - - [2025-07-17 02:19:40] "POST /hardwares HTTP/1.1" 200 327 0.014909 10.0.0.49 - - [2025-07-17 02:19:40] "POST /fqname-to-id HTTP/1.1" 404 166 0.003366 10.0.0.49 - - [2025-07-17 02:19:40] "PUT /global-vrouter-config/2bbac615-16a4-4bf9-98ec-95dec7bcbaae HTTP/1.1" 200 276 0.007150 10.0.0.49 - - [2025-07-17 02:19:40] "POST /hardwares HTTP/1.1" 200 327 0.010789 10.0.0.49 - - [2025-07-17 02:19:40] "POST /fqname-to-id HTTP/1.1" 404 164 0.002826 10.0.0.49 - - [2025-07-17 02:19:40] "POST /hardwares HTTP/1.1" 200 323 0.011780 10.0.0.49 - - [2025-07-17 02:19:40] "POST /fqname-to-id HTTP/1.1" 404 164 0.003689 10.0.0.49 - - [2025-07-17 02:19:40] "POST /hardwares HTTP/1.1" 200 323 0.012473 10.0.0.49 - - [2025-07-17 02:19:40] "POST /fqname-to-id HTTP/1.1" 404 161 0.002926 10.0.0.49 - - [2025-07-17 02:19:40] "GET / HTTP/1.1" 200 35931 0.001966 10.0.0.49 - - [2025-07-17 02:19:40] "POST /alarms HTTP/1.1" 401 292 0.000545 10.0.0.49 - - [2025-07-17 02:19:40] "POST /hardwares HTTP/1.1" 200 317 0.010218 10.0.0.49 - - [2025-07-17 02:19:40] "POST /fqname-to-id HTTP/1.1" 404 164 0.003255 10.0.0.49 - - [2025-07-17 02:19:40] "POST /hardwares HTTP/1.1" 200 323 0.010652 10.0.0.49 - - [2025-07-17 02:19:40] "POST /fqname-to-id HTTP/1.1" 404 164 0.003027 10.0.0.49 - - [2025-07-17 02:19:40] "POST /hardwares HTTP/1.1" 200 323 0.012523 10.0.0.49 - - [2025-07-17 02:19:40] "POST /fqname-to-id HTTP/1.1" 404 164 0.002829 10.0.0.49 - - [2025-07-17 02:19:41] "POST /hardwares HTTP/1.1" 200 323 0.010788 10.0.0.49 - - [2025-07-17 02:19:41] "POST /alarms HTTP/1.1" 200 581 0.037139 10.0.0.49 - - [2025-07-17 02:19:41] "POST /fqname-to-id HTTP/1.1" 404 165 0.003408 10.0.0.49 - - [2025-07-17 02:19:41] "POST /alarms HTTP/1.1" 200 575 0.014028 10.0.0.49 - - [2025-07-17 02:19:41] "POST /hardwares HTTP/1.1" 200 325 0.009896 10.0.0.49 - - [2025-07-17 02:19:41] "POST /alarms HTTP/1.1" 200 575 0.014018 10.0.0.49 - - [2025-07-17 02:19:41] "POST /fqname-to-id HTTP/1.1" 404 165 0.002895 10.0.0.49 - - [2025-07-17 02:19:41] "POST /alarms HTTP/1.1" 200 559 0.016030 10.0.0.49 - - [2025-07-17 02:19:41] "POST /hardwares HTTP/1.1" 200 325 0.016350 10.0.0.49 - - [2025-07-17 02:19:41] "POST /alarms HTTP/1.1" 200 555 0.017094 10.0.0.49 - - [2025-07-17 02:19:41] "POST /fqname-to-id HTTP/1.1" 404 165 0.003090 10.0.0.49 - - [2025-07-17 02:19:41] "POST /alarms HTTP/1.1" 200 557 0.016022 10.0.0.49 - - [2025-07-17 02:19:41] "POST /hardwares HTTP/1.1" 200 325 0.009034 10.0.0.49 - - [2025-07-17 02:19:41] "POST /fqname-to-id HTTP/1.1" 404 165 0.001901 10.0.0.49 - - [2025-07-17 02:19:41] "POST /alarms HTTP/1.1" 200 565 0.018038 10.0.0.49 - - [2025-07-17 02:19:41] "POST /hardwares HTTP/1.1" 200 325 0.014856 10.0.0.49 - - [2025-07-17 02:19:41] "POST /alarms HTTP/1.1" 200 549 0.031419 10.0.0.49 - - [2025-07-17 02:19:41] "POST /fqname-to-id HTTP/1.1" 404 164 0.003146 10.0.0.49 - - [2025-07-17 02:19:41] "POST /alarms HTTP/1.1" 200 557 0.015133 10.0.0.49 - - [2025-07-17 02:19:41] "POST /hardwares HTTP/1.1" 200 323 0.009558 10.0.0.49 - - [2025-07-17 02:19:41] "POST /alarms HTTP/1.1" 200 567 0.016492 10.0.0.49 - - [2025-07-17 02:19:41] "POST /fqname-to-id HTTP/1.1" 404 161 0.002146 10.0.0.49 - - [2025-07-17 02:19:41] "POST /alarms HTTP/1.1" 200 555 0.018910 10.0.0.49 - - [2025-07-17 02:19:41] "POST /hardwares HTTP/1.1" 200 317 0.012057 10.0.0.49 - - [2025-07-17 02:19:41] "POST /fqname-to-id HTTP/1.1" 404 164 0.003783 10.0.0.49 - - [2025-07-17 02:19:41] "POST /alarms HTTP/1.1" 200 567 0.017735 10.0.0.49 - - [2025-07-17 02:19:41] "POST /hardwares HTTP/1.1" 200 323 0.013218 10.0.0.49 - - [2025-07-17 02:19:41] "POST /fqname-to-id HTTP/1.1" 404 161 0.003348 10.0.0.49 - - [2025-07-17 02:19:41] "POST /alarms HTTP/1.1" 200 575 0.065531 10.0.0.49 - - [2025-07-17 02:19:41] "POST /hardwares HTTP/1.1" 200 317 0.022529 10.0.0.49 - - [2025-07-17 02:19:41] "POST /alarms HTTP/1.1" 200 569 0.026186 10.0.0.49 - - [2025-07-17 02:19:41] "POST /fqname-to-id HTTP/1.1" 404 164 0.002855 10.0.0.49 - - [2025-07-17 02:19:41] "POST /alarms HTTP/1.1" 200 561 0.016944 10.0.0.49 - - [2025-07-17 02:19:42] "POST /hardwares HTTP/1.1" 200 323 0.010098 10.0.0.49 - - [2025-07-17 02:19:42] "POST /alarms HTTP/1.1" 200 561 0.015154 10.0.0.49 - - [2025-07-17 02:19:42] "POST /fqname-to-id HTTP/1.1" 404 162 0.002806 10.0.0.49 - - [2025-07-17 02:19:42] "POST /alarms HTTP/1.1" 200 561 0.015709 10.0.0.49 - - [2025-07-17 02:19:42] "POST /hardwares HTTP/1.1" 200 319 0.009998 10.0.0.49 - - [2025-07-17 02:19:42] "POST /alarms HTTP/1.1" 200 547 0.015778 10.0.0.49 - - [2025-07-17 02:19:42] "POST /fqname-to-id HTTP/1.1" 404 162 0.003403 10.0.0.49 - - [2025-07-17 02:19:42] "POST /hardwares HTTP/1.1" 200 319 0.010810 10.0.0.49 - - [2025-07-17 02:19:42] "POST /alarms HTTP/1.1" 200 595 0.020427 10.0.0.49 - - [2025-07-17 02:19:42] "POST /fqname-to-id HTTP/1.1" 404 165 0.003146 10.0.0.49 - - [2025-07-17 02:19:42] "POST /alarms HTTP/1.1" 200 575 0.019205 10.0.0.49 - - [2025-07-17 02:19:42] "POST /hardwares HTTP/1.1" 200 325 0.010530 10.0.0.49 - - [2025-07-17 02:19:42] "POST /alarms HTTP/1.1" 200 571 0.014333 10.0.0.49 - - [2025-07-17 02:19:42] "POST /fqname-to-id HTTP/1.1" 404 161 0.002671 10.0.0.49 - - [2025-07-17 02:19:42] "POST /alarms HTTP/1.1" 200 583 0.023715 10.0.0.49 - - [2025-07-17 02:19:42] "POST /hardwares HTTP/1.1" 200 317 0.010754 10.0.0.49 - - [2025-07-17 02:19:42] "POST /fqname-to-id HTTP/1.1" 404 161 0.002301 10.0.0.49 - - [2025-07-17 02:19:42] "POST /alarms HTTP/1.1" 200 609 0.016337 10.0.0.49 - - [2025-07-17 02:19:42] "POST /hardwares HTTP/1.1" 200 317 0.010472 10.0.0.49 - - [2025-07-17 02:19:42] "POST /fqname-to-id HTTP/1.1" 404 162 0.002717 10.0.0.49 - - [2025-07-17 02:19:42] "POST /hardwares HTTP/1.1" 200 319 0.010133 10.0.0.49 - - [2025-07-17 02:19:42] "POST /fqname-to-id HTTP/1.1" 404 162 0.002688 10.0.0.49 - - [2025-07-17 02:19:42] "POST /hardwares HTTP/1.1" 200 319 0.010429 10.0.0.49 - - [2025-07-17 02:19:42] "GET / HTTP/1.1" 200 35931 0.001739 10.0.0.49 - - [2025-07-17 02:19:42] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000339 10.0.0.49 - - [2025-07-17 02:19:42] "POST /fqname-to-id HTTP/1.1" 404 162 0.002511 10.0.0.49 - - [2025-07-17 02:19:42] "POST /hardwares HTTP/1.1" 200 319 0.010638 10.0.0.49 - - [2025-07-17 02:19:42] "POST /fqname-to-id HTTP/1.1" 404 158 0.003006 10.0.0.49 - - [2025-07-17 02:19:42] "POST /hardwares HTTP/1.1" 200 311 0.010765 10.0.0.49 - - [2025-07-17 02:19:42] "POST /fqname-to-id HTTP/1.1" 404 158 0.003221 10.0.0.49 - - [2025-07-17 02:19:43] "POST /hardwares HTTP/1.1" 200 311 0.011121 10.0.0.49 - - [2025-07-17 02:19:43] "POST /fqname-to-id HTTP/1.1" 404 160 0.003174 10.0.0.49 - - [2025-07-17 02:19:43] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.022464 10.0.0.49 - - [2025-07-17 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002632 10.0.0.49 - - [2025-07-17 02:19:43] "POST /hardwares HTTP/1.1" 200 315 0.009876 10.0.0.49 - - [2025-07-17 02:19:43] "PUT /global-vrouter-config/2bbac615-16a4-4bf9-98ec-95dec7bcbaae HTTP/1.1" 200 276 0.008422 10.0.0.49 - - [2025-07-17 02:19:43] "POST /fqname-to-id HTTP/1.1" 404 154 0.002283 10.0.0.49 - - [2025-07-17 02:19:43] "POST /hardwares HTTP/1.1" 200 303 0.010403 10.0.0.49 - - [2025-07-17 02:19:43] "POST /fqname-to-id HTTP/1.1" 404 158 0.002716 10.0.0.49 - - [2025-07-17 02:19:43] "POST /hardwares HTTP/1.1" 200 311 0.010162 10.0.0.49 - - [2025-07-17 02:19:43] "POST /fqname-to-id HTTP/1.1" 404 155 0.002742 10.0.0.49 - - [2025-07-17 02:19:43] "POST /hardwares HTTP/1.1" 200 305 0.010544 10.0.0.49 - - [2025-07-17 02:19:43] "POST /fqname-to-id HTTP/1.1" 404 155 0.003813 10.0.0.49 - - [2025-07-17 02:19:43] "GET / HTTP/1.1" 200 35931 0.002308 10.0.0.49 - - [2025-07-17 02:19:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000488 10.0.0.49 - - [2025-07-17 02:19:43] "POST /hardwares HTTP/1.1" 200 305 0.009855 10.0.0.49 - - [2025-07-17 02:19:43] "POST /fqname-to-id HTTP/1.1" 404 155 0.002863 10.0.0.49 - - [2025-07-17 02:19:43] "POST /hardwares HTTP/1.1" 200 305 0.009878 10.0.0.49 - - [2025-07-17 02:19:43] "POST /fqname-to-id HTTP/1.1" 404 155 0.002736 10.0.0.49 - - [2025-07-17 02:19:43] "POST /hardwares HTTP/1.1" 200 305 0.011367 10.0.0.49 - - [2025-07-17 02:19:43] "POST /fqname-to-id HTTP/1.1" 404 156 0.002805 10.0.0.49 - - [2025-07-17 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.022664 10.0.0.49 - - [2025-07-17 02:19:43] "GET /global-vrouter-config/2bbac615-16a4-4bf9-98ec-95dec7bcbaae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003375 10.0.0.49 - - [2025-07-17 02:19:43] "POST /hardwares HTTP/1.1" 200 307 0.010398 10.0.0.49 - - [2025-07-17 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.49 - - [2025-07-17 02:19:43] "POST /fqname-to-id HTTP/1.1" 404 156 0.002457 10.0.0.49 - - [2025-07-17 02:19:44] "PUT /global-vrouter-config/2bbac615-16a4-4bf9-98ec-95dec7bcbaae HTTP/1.1" 200 276 0.008813 10.0.0.49 - - [2025-07-17 02:19:44] "POST /hardwares HTTP/1.1" 200 307 0.012575 10.0.0.49 - - [2025-07-17 02:19:44] "POST /fqname-to-id HTTP/1.1" 404 156 0.002973 10.0.0.49 - - [2025-07-17 02:19:44] "POST /hardwares HTTP/1.1" 200 307 0.011185 10.0.0.49 - - [2025-07-17 02:19:44] "POST /fqname-to-id HTTP/1.1" 404 157 0.002796 10.0.0.49 - - [2025-07-17 02:19:44] "POST /hardwares HTTP/1.1" 200 309 0.013800 10.0.0.49 - - [2025-07-17 02:19:44] "POST /fqname-to-id HTTP/1.1" 404 158 0.002799 10.0.0.49 - - [2025-07-17 02:19:44] "POST /hardwares HTTP/1.1" 200 311 0.012010 10.0.0.49 - - [2025-07-17 02:19:44] "GET / HTTP/1.1" 200 35931 0.002807 10.0.0.49 - - [2025-07-17 02:19:44] "POST /fqname-to-id HTTP/1.1" 401 292 0.000437 10.0.0.49 - - [2025-07-17 02:19:44] "POST /fqname-to-id HTTP/1.1" 404 158 0.002731 10.0.0.49 - - [2025-07-17 02:19:44] "POST /hardwares HTTP/1.1" 200 311 0.009919 10.0.0.49 - - [2025-07-17 02:19:44] "POST /fqname-to-id HTTP/1.1" 404 153 0.002805 10.0.0.49 - - [2025-07-17 02:19:44] "POST /hardwares HTTP/1.1" 200 301 0.010304 10.0.0.49 - - [2025-07-17 02:19:44] "POST /fqname-to-id HTTP/1.1" 404 157 0.003118 10.0.0.49 - - [2025-07-17 02:19:44] "POST /hardwares HTTP/1.1" 200 309 0.010530 10.0.0.49 - - [2025-07-17 02:19:44] "POST /fqname-to-id HTTP/1.1" 404 157 0.002665 10.0.0.49 - - [2025-07-17 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.023231 10.0.0.49 - - [2025-07-17 02:19:44] "GET /global-system-config/bc614dde-146d-4e3d-a4f0-089174bf21a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2342 0.005655 10.0.0.49 - - [2025-07-17 02:19:44] "POST /hardwares HTTP/1.1" 200 309 0.009682 10.0.0.49 - - [2025-07-17 02:19:44] "POST /fqname-to-id HTTP/1.1" 404 157 0.002731 10.0.0.49 - - [2025-07-17 02:19:44] "PUT /global-system-config/bc614dde-146d-4e3d-a4f0-089174bf21a0 HTTP/1.1" 200 274 0.016577 10.0.0.49 - - [2025-07-17 02:19:44] "POST /hardwares HTTP/1.1" 200 309 0.010540 10.0.0.49 - - [2025-07-17 02:19:44] "POST /fqname-to-id HTTP/1.1" 404 157 0.003012 10.0.0.49 - - [2025-07-17 02:19:44] "POST /hardwares HTTP/1.1" 200 309 0.038152 10.0.0.49 - - [2025-07-17 02:19:45] "POST /fqname-to-id HTTP/1.1" 404 157 0.002930 10.0.0.49 - - [2025-07-17 02:19:45] "POST /hardwares HTTP/1.1" 200 309 0.035025 10.0.0.49 - - [2025-07-17 02:19:45] "POST /fqname-to-id HTTP/1.1" 404 161 0.002692 10.0.0.49 - - [2025-07-17 02:19:45] "POST /hardwares HTTP/1.1" 200 317 0.010597 10.0.0.49 - - [2025-07-17 02:19:45] "POST /fqname-to-id HTTP/1.1" 404 157 0.003469 10.0.0.49 - - [2025-07-17 02:19:45] "POST /hardwares HTTP/1.1" 200 309 0.026433 10.0.0.49 - - [2025-07-17 02:19:45] "POST /fqname-to-id HTTP/1.1" 404 157 0.003491 10.0.0.49 - - [2025-07-17 02:19:45] "POST /hardwares HTTP/1.1" 200 309 0.051883 10.0.0.49 - - [2025-07-17 02:19:45] "POST /fqname-to-id HTTP/1.1" 404 154 0.002789 10.0.0.49 - - [2025-07-17 02:19:45] "POST /hardwares HTTP/1.1" 200 303 0.171189 10.0.0.49 - - [2025-07-17 02:19:45] "POST /fqname-to-id HTTP/1.1" 404 190 0.002669 10.0.0.49 - - [2025-07-17 02:19:45] "POST /features HTTP/1.1" 200 533 0.031346 10.0.0.49 - - [2025-07-17 02:19:45] "POST /fqname-to-id HTTP/1.1" 404 185 0.002848 10.0.0.49 - - [2025-07-17 02:19:46] "POST /features HTTP/1.1" 200 523 0.015572 10.0.0.49 - - [2025-07-17 02:19:46] "POST /fqname-to-id HTTP/1.1" 404 184 0.002885 10.0.0.49 - - [2025-07-17 02:19:46] "POST /features HTTP/1.1" 200 521 0.051377 10.0.0.49 - - [2025-07-17 02:19:46] "POST /fqname-to-id HTTP/1.1" 404 184 0.002756 10.0.0.49 - - [2025-07-17 02:19:46] "POST /features HTTP/1.1" 200 521 0.024341 10.0.0.49 - - [2025-07-17 02:19:46] "POST /fqname-to-id HTTP/1.1" 404 189 0.003230 10.0.0.49 - - [2025-07-17 02:19:46] "POST /features HTTP/1.1" 200 531 0.019756 10.0.0.49 - - [2025-07-17 02:19:46] "POST /fqname-to-id HTTP/1.1" 404 184 0.002799 10.0.0.49 - - [2025-07-17 02:19:46] "POST /features HTTP/1.1" 200 521 0.018293 10.0.0.49 - - [2025-07-17 02:19:46] "POST /fqname-to-id HTTP/1.1" 404 193 0.003152 10.0.0.49 - - [2025-07-17 02:19:46] "POST /features HTTP/1.1" 200 539 0.017433 10.0.0.49 - - [2025-07-17 02:19:46] "POST /fqname-to-id HTTP/1.1" 404 186 0.002668 10.0.0.49 - - [2025-07-17 02:19:46] "POST /features HTTP/1.1" 200 525 0.015799 10.0.0.49 - - [2025-07-17 02:19:46] "POST /fqname-to-id HTTP/1.1" 404 183 0.003000 10.0.0.49 - - [2025-07-17 02:19:46] "POST /features HTTP/1.1" 200 519 0.017096 10.0.0.49 - - [2025-07-17 02:19:46] "POST /fqname-to-id HTTP/1.1" 404 182 0.002886 10.0.0.49 - - [2025-07-17 02:19:46] "POST /features HTTP/1.1" 200 517 0.019770 10.0.0.49 - - [2025-07-17 02:19:47] "POST /fqname-to-id HTTP/1.1" 404 190 0.002754 10.0.0.49 - - [2025-07-17 02:19:47] "POST /features HTTP/1.1" 200 533 0.015928 10.0.0.49 - - [2025-07-17 02:19:47] "POST /fqname-to-id HTTP/1.1" 404 194 0.003255 10.0.0.49 - - [2025-07-17 02:19:47] "POST /features HTTP/1.1" 200 541 0.023790 10.0.0.49 - - [2025-07-17 02:19:47] "POST /fqname-to-id HTTP/1.1" 404 178 0.003043 10.0.0.49 - - [2025-07-17 02:19:47] "POST /physical-roles HTTP/1.1" 200 521 0.016957 10.0.0.49 - - [2025-07-17 02:19:47] "POST /fqname-to-id HTTP/1.1" 404 179 0.003819 10.0.0.49 - - [2025-07-17 02:19:47] "POST /physical-roles HTTP/1.1" 200 523 0.016874 10.0.0.49 - - [2025-07-17 02:19:47] "POST /fqname-to-id HTTP/1.1" 404 184 0.002877 10.0.0.49 - - [2025-07-17 02:19:47] "POST /physical-roles HTTP/1.1" 200 533 0.015509 10.0.0.49 - - [2025-07-17 02:19:47] "POST /fqname-to-id HTTP/1.1" 404 177 0.003268 10.0.0.49 - - [2025-07-17 02:19:47] "POST /physical-roles HTTP/1.1" 200 519 0.027259 10.0.0.49 - - [2025-07-17 02:19:47] "POST /fqname-to-id HTTP/1.1" 404 191 0.003452 10.0.0.49 - - [2025-07-17 02:19:47] "POST /overlay-roles HTTP/1.1" 200 545 0.017820 10.0.0.49 - - [2025-07-17 02:19:47] "POST /fqname-to-id HTTP/1.1" 404 184 0.003046 10.0.0.49 - - [2025-07-17 02:19:47] "POST /overlay-roles HTTP/1.1" 200 531 0.016893 10.0.0.49 - - [2025-07-17 02:19:47] "POST /fqname-to-id HTTP/1.1" 404 191 0.002947 10.0.0.49 - - [2025-07-17 02:19:48] "POST /overlay-roles HTTP/1.1" 200 545 0.016257 10.0.0.49 - - [2025-07-17 02:19:48] "POST /fqname-to-id HTTP/1.1" 404 185 0.003452 10.0.0.49 - - [2025-07-17 02:19:48] "POST /overlay-roles HTTP/1.1" 200 533 0.048749 10.0.0.49 - - [2025-07-17 02:19:48] "POST /fqname-to-id HTTP/1.1" 404 189 0.003991 10.0.0.49 - - [2025-07-17 02:19:48] "POST /overlay-roles HTTP/1.1" 200 541 0.015810 10.0.0.49 - - [2025-07-17 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.49 - - [2025-07-17 02:19:48] "PUT /overlay-role/b4100411-f547-458b-a185-25ea051cd7fa HTTP/1.1" 200 258 0.008960 10.0.0.49 - - [2025-07-17 02:19:48] "POST /fqname-to-id HTTP/1.1" 404 184 0.003034 10.0.0.49 - - [2025-07-17 02:19:48] "POST /overlay-roles HTTP/1.1" 200 531 0.017576 10.0.0.49 - - [2025-07-17 02:19:48] "POST /fqname-to-id HTTP/1.1" 404 185 0.002882 10.0.0.49 - - [2025-07-17 02:19:48] "POST /overlay-roles HTTP/1.1" 200 533 0.014685 10.0.0.49 - - [2025-07-17 02:19:48] "POST /fqname-to-id HTTP/1.1" 404 183 0.002824 10.0.0.49 - - [2025-07-17 02:19:48] "POST /overlay-roles HTTP/1.1" 200 529 0.017972 10.0.0.49 - - [2025-07-17 02:19:48] "POST /fqname-to-id HTTP/1.1" 404 187 0.003376 10.0.0.49 - - [2025-07-17 02:19:48] "POST /overlay-roles HTTP/1.1" 200 537 0.016842 10.0.0.49 - - [2025-07-17 02:19:48] "POST /fqname-to-id HTTP/1.1" 404 189 0.002885 10.0.0.49 - - [2025-07-17 02:19:48] "POST /overlay-roles HTTP/1.1" 200 541 0.019025 10.0.0.49 - - [2025-07-17 02:19:48] "POST /fqname-to-id HTTP/1.1" 404 178 0.002816 10.0.0.49 - - [2025-07-17 02:19:49] "POST /overlay-roles HTTP/1.1" 200 519 0.015243 10.0.0.49 - - [2025-07-17 02:19:49] "POST /fqname-to-id HTTP/1.1" 404 190 0.002762 10.0.0.49 - - [2025-07-17 02:19:49] "POST /overlay-roles HTTP/1.1" 200 543 0.015528 10.0.0.49 - - [2025-07-17 02:19:49] "POST /fqname-to-id HTTP/1.1" 404 182 0.002746 10.0.0.49 - - [2025-07-17 02:19:49] "POST /role-definitions HTTP/1.1" 200 533 0.018307 10.0.0.49 - - [2025-07-17 02:19:49] "POST /fqname-to-id HTTP/1.1" 404 189 0.002965 10.0.0.49 - - [2025-07-17 02:19:49] "POST /role-definitions HTTP/1.1" 200 547 0.019596 10.0.0.49 - - [2025-07-17 02:19:49] "POST /fqname-to-id HTTP/1.1" 404 190 0.002857 10.0.0.49 - - [2025-07-17 02:19:49] "POST /role-definitions HTTP/1.1" 200 549 0.016370 10.0.0.49 - - [2025-07-17 02:19:49] "POST /fqname-to-id HTTP/1.1" 404 191 0.003191 10.0.0.49 - - [2025-07-17 02:19:49] "POST /role-definitions HTTP/1.1" 200 551 0.015551 10.0.0.49 - - [2025-07-17 02:19:49] "POST /fqname-to-id HTTP/1.1" 404 197 0.002858 10.0.0.49 - - [2025-07-17 02:19:49] "POST /role-definitions HTTP/1.1" 200 563 0.016170 10.0.0.49 - - [2025-07-17 02:19:49] "POST /fqname-to-id HTTP/1.1" 404 189 0.002660 10.0.0.49 - - [2025-07-17 02:19:49] "POST /role-definitions HTTP/1.1" 200 547 0.014974 10.0.0.49 - - [2025-07-17 02:19:49] "POST /fqname-to-id HTTP/1.1" 404 190 0.002869 10.0.0.49 - - [2025-07-17 02:19:49] "POST /role-definitions HTTP/1.1" 200 549 0.015381 10.0.0.49 - - [2025-07-17 02:19:49] "POST /fqname-to-id HTTP/1.1" 404 191 0.003040 10.0.0.49 - - [2025-07-17 02:19:50] "POST /role-definitions HTTP/1.1" 200 551 0.016301 10.0.0.49 - - [2025-07-17 02:19:50] "POST /fqname-to-id HTTP/1.1" 404 190 0.002807 10.0.0.49 - - [2025-07-17 02:19:50] "POST /role-definitions HTTP/1.1" 200 549 0.015862 10.0.0.49 - - [2025-07-17 02:19:50] "POST /fqname-to-id HTTP/1.1" 404 196 0.003294 10.0.0.49 - - [2025-07-17 02:19:50] "GET /global-system-configs HTTP/1.1" 200 322 0.583909 10.0.0.49 - - [2025-07-17 02:19:50] "POST /role-definitions HTTP/1.1" 200 561 0.018181 10.0.0.49 - - [2025-07-17 02:19:50] "POST /fqname-to-id HTTP/1.1" 404 189 0.002848 10.0.0.49 - - [2025-07-17 02:19:50] "POST /role-definitions HTTP/1.1" 200 547 0.015875 10.0.0.49 - - [2025-07-17 02:19:50] "POST /fqname-to-id HTTP/1.1" 404 190 0.002858 10.0.0.49 - - [2025-07-17 02:19:50] "POST /role-definitions HTTP/1.1" 200 549 0.014990 10.0.0.49 - - [2025-07-17 02:19:50] "POST /fqname-to-id HTTP/1.1" 404 188 0.003325 10.0.0.49 - - [2025-07-17 02:19:50] "POST /role-definitions HTTP/1.1" 200 545 0.015971 10.0.0.49 - - [2025-07-17 02:19:50] "POST /fqname-to-id HTTP/1.1" 404 189 0.003078 10.0.0.49 - - [2025-07-17 02:19:50] "POST /role-definitions HTTP/1.1" 200 547 0.015511 10.0.0.49 - - [2025-07-17 02:19:50] "POST /fqname-to-id HTTP/1.1" 404 192 0.003122 10.0.0.49 - - [2025-07-17 02:19:50] "POST /role-definitions HTTP/1.1" 200 553 0.017429 10.0.0.49 - - [2025-07-17 02:19:50] "POST /fqname-to-id HTTP/1.1" 404 193 0.002883 10.0.0.49 - - [2025-07-17 02:19:50] "POST /role-definitions HTTP/1.1" 200 555 0.016310 10.0.0.49 - - [2025-07-17 02:19:50] "POST /fqname-to-id HTTP/1.1" 404 182 0.003399 10.0.0.49 - - [2025-07-17 02:19:51] "POST /role-definitions HTTP/1.1" 200 533 0.016156 10.0.0.49 - - [2025-07-17 02:19:51] "POST /fqname-to-id HTTP/1.1" 404 187 0.002875 10.0.0.49 - - [2025-07-17 02:19:51] "POST /role-definitions HTTP/1.1" 200 543 0.015969 10.0.0.49 - - [2025-07-17 02:19:51] "POST /fqname-to-id HTTP/1.1" 404 181 0.002699 10.0.0.49 - - [2025-07-17 02:19:51] "POST /role-definitions HTTP/1.1" 200 531 0.015227 10.0.0.49 - - [2025-07-17 02:19:51] "POST /fqname-to-id HTTP/1.1" 404 184 0.003075 10.0.0.49 - - [2025-07-17 02:19:51] "POST /role-definitions HTTP/1.1" 200 537 0.015265 10.0.0.49 - - [2025-07-17 02:19:51] "GET /global-system-configs HTTP/1.1" 200 322 0.297802 10.0.0.49 - - [2025-07-17 02:19:51] "POST /fqname-to-id HTTP/1.1" 404 189 0.002667 10.0.0.49 - - [2025-07-17 02:19:51] "POST /role-definitions HTTP/1.1" 200 547 0.021766 10.0.0.49 - - [2025-07-17 02:19:51] "POST /fqname-to-id HTTP/1.1" 404 194 0.003051 10.0.0.49 - - [2025-07-17 02:19:51] "POST /role-definitions HTTP/1.1" 200 557 0.041289 10.0.0.49 - - [2025-07-17 02:19:51] "POST /fqname-to-id HTTP/1.1" 404 196 0.003374 10.0.0.49 - - [2025-07-17 02:19:51] "POST /role-definitions HTTP/1.1" 200 561 0.015022 10.0.0.49 - - [2025-07-17 02:19:51] "POST /fqname-to-id HTTP/1.1" 404 195 0.003918 10.0.0.49 - - [2025-07-17 02:19:51] "POST /role-definitions HTTP/1.1" 200 559 0.017480 10.0.0.49 - - [2025-07-17 02:19:51] "POST /fqname-to-id HTTP/1.1" 404 196 0.003319 10.0.0.49 - - [2025-07-17 02:19:51] "POST /feature-configs HTTP/1.1" 200 537 0.014912 10.0.0.49 - - [2025-07-17 02:19:51] "POST /fqname-to-id HTTP/1.1" 404 212 0.002850 10.0.0.49 - - [2025-07-17 02:19:52] "POST /feature-configs HTTP/1.1" 200 562 0.014919 10.0.0.49 - - [2025-07-17 02:19:52] "POST /fqname-to-id HTTP/1.1" 404 211 0.002819 10.0.0.49 - - [2025-07-17 02:19:52] "POST /feature-configs HTTP/1.1" 200 561 0.015235 10.0.0.49 - - [2025-07-17 02:19:52] "POST /fqname-to-id HTTP/1.1" 404 192 0.002779 10.0.0.49 - - [2025-07-17 02:19:52] "POST /node-profiles HTTP/1.1" 200 547 0.019397 10.0.0.49 - - [2025-07-17 02:19:52] "POST /fqname-to-id HTTP/1.1" 404 187 0.002737 10.0.0.49 - - [2025-07-17 02:19:52] "POST /node-profiles HTTP/1.1" 200 537 0.015525 10.0.0.49 - - [2025-07-17 02:19:52] "POST /fqname-to-id HTTP/1.1" 404 193 0.002751 10.0.0.49 - - [2025-07-17 02:19:52] "POST /node-profiles HTTP/1.1" 200 549 0.014873 10.0.0.49 - - [2025-07-17 02:19:52] "POST /fqname-to-id HTTP/1.1" 404 189 0.003006 10.0.0.49 - - [2025-07-17 02:19:52] "POST /node-profiles HTTP/1.1" 200 541 0.015950 10.0.0.49 - - [2025-07-17 02:19:52] "POST /fqname-to-id HTTP/1.1" 404 189 0.002979 10.0.0.49 - - [2025-07-17 02:19:52] "POST /node-profiles HTTP/1.1" 200 541 0.015676 10.0.0.49 - - [2025-07-17 02:19:52] "POST /fqname-to-id HTTP/1.1" 404 188 0.002861 10.0.0.49 - - [2025-07-17 02:19:52] "POST /node-profiles HTTP/1.1" 200 539 0.016277 10.0.0.49 - - [2025-07-17 02:19:52] "POST /fqname-to-id HTTP/1.1" 404 184 0.002674 10.0.0.49 - - [2025-07-17 02:19:52] "POST /node-profiles HTTP/1.1" 200 531 0.016187 10.0.0.49 - - [2025-07-17 02:19:52] "POST /fqname-to-id HTTP/1.1" 404 185 0.002644 10.0.0.49 - - [2025-07-17 02:19:53] "POST /node-profiles HTTP/1.1" 200 533 0.016251 10.0.0.49 - - [2025-07-17 02:19:53] "POST /fqname-to-id HTTP/1.1" 404 197 0.002798 10.0.0.49 - - [2025-07-17 02:19:53] "POST /node-profiles HTTP/1.1" 200 557 0.015462 10.0.0.49 - - [2025-07-17 02:19:53] "POST /fqname-to-id HTTP/1.1" 404 206 0.002769 10.0.0.49 - - [2025-07-17 02:19:53] "POST /telemetry-profiles HTTP/1.1" 200 554 0.014899 10.0.0.49 - - [2025-07-17 02:19:53] "POST /fqname-to-id HTTP/1.1" 404 206 0.003779 10.0.0.49 - - [2025-07-17 02:19:53] "POST /telemetry-profiles HTTP/1.1" 200 554 0.015277 10.0.0.49 - - [2025-07-17 02:19:53] "POST /fqname-to-id HTTP/1.1" 404 206 0.002713 10.0.0.49 - - [2025-07-17 02:19:53] "POST /telemetry-profiles HTTP/1.1" 200 554 0.014522 10.0.0.49 - - [2025-07-17 02:19:53] "POST /fqname-to-id HTTP/1.1" 404 206 0.002768 10.0.0.49 - - [2025-07-17 02:19:53] "POST /telemetry-profiles HTTP/1.1" 200 554 0.016890 10.0.0.49 - - [2025-07-17 02:19:53] "POST /fqname-to-id HTTP/1.1" 404 206 0.003011 10.0.0.49 - - [2025-07-17 02:19:53] "POST /telemetry-profiles HTTP/1.1" 200 554 0.020988 10.0.0.49 - - [2025-07-17 02:19:53] "POST /fqname-to-id HTTP/1.1" 404 206 0.002785 10.0.0.49 - - [2025-07-17 02:19:53] "POST /telemetry-profiles HTTP/1.1" 200 554 0.017332 10.0.0.49 - - [2025-07-17 02:19:53] "POST /fqname-to-id HTTP/1.1" 404 199 0.002738 10.0.0.49 - - [2025-07-17 02:19:53] "POST /sflow-profiles HTTP/1.1" 200 532 0.014815 10.0.0.49 - - [2025-07-17 02:19:53] "POST /fqname-to-id HTTP/1.1" 404 202 0.002781 10.0.0.49 - - [2025-07-17 02:19:54] "POST /sflow-profiles HTTP/1.1" 200 538 0.014903 10.0.0.49 - - [2025-07-17 02:19:54] "POST /fqname-to-id HTTP/1.1" 404 202 0.003010 10.0.0.49 - - [2025-07-17 02:19:54] "POST /sflow-profiles HTTP/1.1" 200 538 0.015468 10.0.0.49 - - [2025-07-17 02:19:54] "POST /fqname-to-id HTTP/1.1" 404 199 0.002834 10.0.0.49 - - [2025-07-17 02:19:54] "POST /grpc-profiles HTTP/1.1" 200 530 0.015768 10.0.0.49 - - [2025-07-17 02:19:54] "POST /fqname-to-id HTTP/1.1" 404 199 0.002613 10.0.0.49 - - [2025-07-17 02:19:54] "POST /snmp-profiles HTTP/1.1" 200 530 0.014583 10.0.0.49 - - [2025-07-17 02:19:54] "POST /fqname-to-id HTTP/1.1" 404 202 0.002793 10.0.0.49 - - [2025-07-17 02:19:54] "POST /netconf-profiles HTTP/1.1" 200 542 0.014733 10.0.0.49 - - [2025-07-17 02:19:54] "POST /fqname-to-id HTTP/1.1" 404 193 0.002809 10.0.0.49 - - [2025-07-17 02:19:54] "POST /device-functional-groups HTTP/1.1" 200 540 0.018576 10.0.0.49 - - [2025-07-17 02:19:54] "POST /fqname-to-id HTTP/1.1" 404 193 0.002820 10.0.0.49 - - [2025-07-17 02:19:54] "POST /device-functional-groups HTTP/1.1" 200 540 0.014787 10.0.0.49 - - [2025-07-17 02:19:54] "POST /fqname-to-id HTTP/1.1" 404 195 0.002794 10.0.0.49 - - [2025-07-17 02:19:54] "POST /device-functional-groups HTTP/1.1" 200 544 0.014728 10.0.0.49 - - [2025-07-17 02:19:54] "POST /fqname-to-id HTTP/1.1" 404 194 0.003132 10.0.0.49 - - [2025-07-17 02:19:54] "POST /device-functional-groups HTTP/1.1" 200 542 0.015018 10.0.0.49 - - [2025-07-17 02:19:54] "POST /fqname-to-id HTTP/1.1" 404 218 0.002883 10.0.0.49 - - [2025-07-17 02:19:55] "POST /device-functional-groups HTTP/1.1" 200 590 0.016721 10.0.0.49 - - [2025-07-17 02:19:55] "POST /fqname-to-id HTTP/1.1" 404 208 0.003431 10.0.0.49 - - [2025-07-17 02:19:55] "POST /device-functional-groups HTTP/1.1" 200 570 0.026999 10.0.0.49 - - [2025-07-17 02:19:55] "POST /fqname-to-id HTTP/1.1" 404 236 0.002902 10.0.0.49 - - [2025-07-17 02:19:55] "POST /device-functional-groups HTTP/1.1" 200 620 0.016228 10.0.0.49 - - [2025-07-17 02:19:55] "POST /fqname-to-id HTTP/1.1" 404 206 0.002651 10.0.0.49 - - [2025-07-17 02:19:55] "POST /device-functional-groups HTTP/1.1" 200 566 0.015691 10.0.0.49 - - [2025-07-17 02:19:55] "POST /fqname-to-id HTTP/1.1" 404 205 0.002979 10.0.0.49 - - [2025-07-17 02:19:55] "POST /device-functional-groups HTTP/1.1" 200 564 0.016631 10.0.0.49 - - [2025-07-17 02:19:55] "POST /fqname-to-id HTTP/1.1" 404 210 0.002822 10.0.0.49 - - [2025-07-17 02:19:55] "POST /device-functional-groups HTTP/1.1" 200 574 0.015477 10.0.0.49 - - [2025-07-17 02:19:55] "POST /fqname-to-id HTTP/1.1" 404 201 0.002774 10.0.0.49 - - [2025-07-17 02:19:55] "POST /role-configs HTTP/1.1" 200 525 0.132036 10.0.0.49 - - [2025-07-17 02:19:55] "POST /fqname-to-id HTTP/1.1" 404 196 0.002944 10.0.0.49 - - [2025-07-17 02:19:55] "POST /role-configs HTTP/1.1" 200 520 0.021719 10.0.0.49 - - [2025-07-17 02:19:55] "POST /fqname-to-id HTTP/1.1" 404 198 0.003962 10.0.0.49 - - [2025-07-17 02:19:56] "POST /role-configs HTTP/1.1" 200 522 0.022608 10.0.0.49 - - [2025-07-17 02:19:56] "POST /fqname-to-id HTTP/1.1" 404 198 0.002735 10.0.0.49 - - [2025-07-17 02:19:56] "POST /role-configs HTTP/1.1" 200 522 0.047279 10.0.0.49 - - [2025-07-17 02:19:56] "POST /fqname-to-id HTTP/1.1" 404 202 0.003154 10.0.0.49 - - [2025-07-17 02:19:56] "POST /role-configs HTTP/1.1" 200 526 0.038806 10.0.0.49 - - [2025-07-17 02:19:56] "POST /fqname-to-id HTTP/1.1" 404 197 0.002973 10.0.0.49 - - [2025-07-17 02:19:56] "POST /role-configs HTTP/1.1" 200 521 0.118626 10.0.0.49 - - [2025-07-17 02:19:56] "POST /fqname-to-id HTTP/1.1" 404 193 0.002715 10.0.0.49 - - [2025-07-17 02:19:56] "POST /role-configs HTTP/1.1" 200 517 0.095913 10.0.0.49 - - [2025-07-17 02:19:56] "POST /fqname-to-id HTTP/1.1" 404 194 0.002664 10.0.0.49 - - [2025-07-17 02:19:56] "POST /role-configs HTTP/1.1" 200 518 0.023268 10.0.0.49 - - [2025-07-17 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002878 10.0.0.49 - - [2025-07-17 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.49 - - [2025-07-17 02:19:56] "POST /ref-update HTTP/1.1" 200 156 0.009105 10.0.0.49 - - [2025-07-17 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002976 10.0.0.49 - - [2025-07-17 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.49 - - [2025-07-17 02:19:57] "POST /ref-update HTTP/1.1" 200 156 0.008127 10.0.0.49 - - [2025-07-17 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002994 10.0.0.49 - - [2025-07-17 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002974 10.0.0.49 - - [2025-07-17 02:19:57] "POST /ref-update HTTP/1.1" 200 156 0.008078 10.0.0.49 - - [2025-07-17 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.49 - - [2025-07-17 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002947 10.0.0.49 - - [2025-07-17 02:19:57] "POST /ref-update HTTP/1.1" 200 156 0.007627 10.0.0.49 - - [2025-07-17 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.49 - - [2025-07-17 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.49 - - [2025-07-17 02:19:57] "POST /ref-update HTTP/1.1" 200 156 0.008291 10.0.0.49 - - [2025-07-17 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.49 - - [2025-07-17 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002881 10.0.0.49 - - [2025-07-17 02:19:57] "POST /ref-update HTTP/1.1" 200 156 0.007728 10.0.0.49 - - [2025-07-17 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002811 10.0.0.49 - - [2025-07-17 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.49 - - [2025-07-17 02:19:57] "POST /ref-update HTTP/1.1" 200 156 0.008467 10.0.0.49 - - [2025-07-17 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002939 10.0.0.49 - - [2025-07-17 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002992 10.0.0.49 - - [2025-07-17 02:19:58] "POST /ref-update HTTP/1.1" 200 156 0.007842 10.0.0.49 - - [2025-07-17 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.49 - - [2025-07-17 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.49 - - [2025-07-17 02:19:58] "POST /ref-update HTTP/1.1" 200 156 0.008125 10.0.0.49 - - [2025-07-17 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002878 10.0.0.49 - - [2025-07-17 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.49 - - [2025-07-17 02:19:58] "POST /ref-update HTTP/1.1" 200 156 0.009362 10.0.0.49 - - [2025-07-17 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.49 - - [2025-07-17 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003738 10.0.0.49 - - [2025-07-17 02:19:58] "POST /ref-update HTTP/1.1" 200 156 0.007801 10.0.0.49 - - [2025-07-17 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002874 10.0.0.49 - - [2025-07-17 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002807 10.0.0.49 - - [2025-07-17 02:19:58] "POST /ref-update HTTP/1.1" 200 156 0.007141 10.0.0.49 - - [2025-07-17 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002991 10.0.0.49 - - [2025-07-17 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.49 - - [2025-07-17 02:19:58] "POST /ref-update HTTP/1.1" 200 156 0.007147 10.0.0.49 - - [2025-07-17 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.49 - - [2025-07-17 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.49 - - [2025-07-17 02:19:58] "POST /ref-update HTTP/1.1" 200 156 0.007128 10.0.0.49 - - [2025-07-17 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002926 10.0.0.49 - - [2025-07-17 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002874 10.0.0.49 - - [2025-07-17 02:19:59] "POST /ref-update HTTP/1.1" 200 156 0.006714 10.0.0.49 - - [2025-07-17 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.49 - - [2025-07-17 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002988 10.0.0.49 - - [2025-07-17 02:19:59] "POST /ref-update HTTP/1.1" 200 156 0.007482 10.0.0.49 - - [2025-07-17 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003236 10.0.0.49 - - [2025-07-17 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.49 - - [2025-07-17 02:19:59] "POST /ref-update HTTP/1.1" 200 156 0.006841 10.0.0.49 - - [2025-07-17 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.49 - - [2025-07-17 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002937 10.0.0.49 - - [2025-07-17 02:19:59] "POST /ref-update HTTP/1.1" 200 156 0.007796 10.0.0.49 - - [2025-07-17 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002838 10.0.0.49 - - [2025-07-17 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002794 10.0.0.49 - - [2025-07-17 02:19:59] "POST /ref-update HTTP/1.1" 200 156 0.008351 10.0.0.49 - - [2025-07-17 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002851 10.0.0.49 - - [2025-07-17 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.49 - - [2025-07-17 02:19:59] "POST /ref-update HTTP/1.1" 200 156 0.006806 10.0.0.49 - - [2025-07-17 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002823 10.0.0.49 - - [2025-07-17 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.49 - - [2025-07-17 02:19:59] "POST /ref-update HTTP/1.1" 200 156 0.006488 10.0.0.49 - - [2025-07-17 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003063 10.0.0.49 - - [2025-07-17 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002916 10.0.0.49 - - [2025-07-17 02:20:00] "POST /ref-update HTTP/1.1" 200 156 0.006837 10.0.0.49 - - [2025-07-17 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003022 10.0.0.49 - - [2025-07-17 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.49 - - [2025-07-17 02:20:00] "POST /ref-update HTTP/1.1" 200 156 0.007451 10.0.0.49 - - [2025-07-17 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.49 - - [2025-07-17 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.49 - - [2025-07-17 02:20:00] "POST /ref-update HTTP/1.1" 200 156 0.007555 10.0.0.49 - - [2025-07-17 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.49 - - [2025-07-17 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002987 10.0.0.49 - - [2025-07-17 02:20:00] "POST /ref-update HTTP/1.1" 200 156 0.008595 10.0.0.49 - - [2025-07-17 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.49 - - [2025-07-17 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002912 10.0.0.49 - - [2025-07-17 02:20:00] "POST /ref-update HTTP/1.1" 200 156 0.008318 10.0.0.49 - - [2025-07-17 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002795 10.0.0.49 - - [2025-07-17 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.49 - - [2025-07-17 02:20:00] "POST /ref-update HTTP/1.1" 200 156 0.007587 10.0.0.49 - - [2025-07-17 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002894 10.0.0.49 - - [2025-07-17 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004233 10.0.0.49 - - [2025-07-17 02:20:01] "POST /ref-update HTTP/1.1" 200 156 0.006551 10.0.0.49 - - [2025-07-17 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002806 10.0.0.49 - - [2025-07-17 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002805 10.0.0.49 - - [2025-07-17 02:20:01] "POST /ref-update HTTP/1.1" 200 156 0.006985 10.0.0.49 - - [2025-07-17 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002831 10.0.0.49 - - [2025-07-17 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002790 10.0.0.49 - - [2025-07-17 02:20:01] "POST /ref-update HTTP/1.1" 200 156 0.007301 10.0.0.49 - - [2025-07-17 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.49 - - [2025-07-17 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002897 10.0.0.49 - - [2025-07-17 02:20:01] "POST /ref-update HTTP/1.1" 200 156 0.007367 10.0.0.49 - - [2025-07-17 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.49 - - [2025-07-17 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.49 - - [2025-07-17 02:20:01] "POST /ref-update HTTP/1.1" 200 156 0.008059 10.0.0.49 - - [2025-07-17 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002940 10.0.0.49 - - [2025-07-17 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002882 10.0.0.49 - - [2025-07-17 02:20:01] "POST /ref-update HTTP/1.1" 200 156 0.008616 10.0.0.49 - - [2025-07-17 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003108 10.0.0.49 - - [2025-07-17 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002789 10.0.0.49 - - [2025-07-17 02:20:01] "POST /ref-update HTTP/1.1" 200 156 0.006639 10.0.0.49 - - [2025-07-17 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.49 - - [2025-07-17 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002878 10.0.0.49 - - [2025-07-17 02:20:02] "POST /ref-update HTTP/1.1" 200 156 0.007934 10.0.0.49 - - [2025-07-17 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003003 10.0.0.49 - - [2025-07-17 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002994 10.0.0.49 - - [2025-07-17 02:20:02] "POST /ref-update HTTP/1.1" 200 156 0.006812 10.0.0.49 - - [2025-07-17 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.49 - - [2025-07-17 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002851 10.0.0.49 - - [2025-07-17 02:20:02] "POST /ref-update HTTP/1.1" 200 156 0.008528 10.0.0.49 - - [2025-07-17 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003014 10.0.0.49 - - [2025-07-17 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003393 10.0.0.49 - - [2025-07-17 02:20:02] "POST /ref-update HTTP/1.1" 200 156 0.008587 10.0.0.49 - - [2025-07-17 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.49 - - [2025-07-17 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.49 - - [2025-07-17 02:20:02] "POST /ref-update HTTP/1.1" 200 156 0.007335 10.0.0.49 - - [2025-07-17 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003153 10.0.0.49 - - [2025-07-17 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002893 10.0.0.49 - - [2025-07-17 02:20:02] "POST /ref-update HTTP/1.1" 200 156 0.007255 10.0.0.49 - - [2025-07-17 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003048 10.0.0.49 - - [2025-07-17 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.49 - - [2025-07-17 02:20:02] "POST /ref-update HTTP/1.1" 200 156 0.007330 10.0.0.49 - - [2025-07-17 02:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003418 10.0.0.49 - - [2025-07-17 02:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.49 - - [2025-07-17 02:20:03] "POST /ref-update HTTP/1.1" 200 156 0.007560 10.0.0.49 - - [2025-07-17 02:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002874 10.0.0.49 - - [2025-07-17 02:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.49 - - [2025-07-17 02:20:03] "POST /ref-update HTTP/1.1" 200 156 0.007341 10.0.0.49 - - [2025-07-17 02:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002962 10.0.0.49 - - [2025-07-17 02:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002808 10.0.0.49 - - [2025-07-17 02:20:03] "POST /ref-update HTTP/1.1" 200 156 0.006874 10.0.0.49 - - [2025-07-17 02:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003033 10.0.0.49 - - [2025-07-17 02:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002855 10.0.0.49 - - [2025-07-17 02:20:03] "POST /ref-update HTTP/1.1" 200 156 0.007599 10.0.0.49 - - [2025-07-17 02:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.49 - - [2025-07-17 02:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.49 - - [2025-07-17 02:20:03] "POST /ref-update HTTP/1.1" 200 156 0.006856 10.0.0.49 - - [2025-07-17 02:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002972 10.0.0.49 - - [2025-07-17 02:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002856 10.0.0.49 - - [2025-07-17 02:20:03] "POST /ref-update HTTP/1.1" 200 156 0.007865 10.0.0.49 - - [2025-07-17 02:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.49 - - [2025-07-17 02:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002873 10.0.0.49 - - [2025-07-17 02:20:04] "POST /ref-update HTTP/1.1" 200 156 0.006993 10.0.0.49 - - [2025-07-17 02:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002932 10.0.0.49 - - [2025-07-17 02:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002924 10.0.0.49 - - [2025-07-17 02:20:04] "POST /ref-update HTTP/1.1" 200 156 0.007689 10.0.0.49 - - [2025-07-17 02:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003012 10.0.0.49 - - [2025-07-17 02:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.49 - - [2025-07-17 02:20:04] "POST /ref-update HTTP/1.1" 200 156 0.007742 10.0.0.49 - - [2025-07-17 02:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002904 10.0.0.49 - - [2025-07-17 02:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003455 10.0.0.49 - - [2025-07-17 02:20:04] "POST /ref-update HTTP/1.1" 200 156 0.007528 10.0.0.49 - - [2025-07-17 02:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.49 - - [2025-07-17 02:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002850 10.0.0.49 - - [2025-07-17 02:20:04] "POST /ref-update HTTP/1.1" 200 156 0.007647 10.0.0.49 - - [2025-07-17 02:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.49 - - [2025-07-17 02:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.49 - - [2025-07-17 02:20:04] "POST /ref-update HTTP/1.1" 200 156 0.006917 10.0.0.49 - - [2025-07-17 02:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208 10.0.0.49 - - [2025-07-17 02:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.49 - - [2025-07-17 02:20:04] "POST /ref-update HTTP/1.1" 200 156 0.007514 10.0.0.49 - - [2025-07-17 02:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.49 - - [2025-07-17 02:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.49 - - [2025-07-17 02:20:05] "POST /ref-update HTTP/1.1" 200 156 0.007888 10.0.0.49 - - [2025-07-17 02:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.49 - - [2025-07-17 02:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003796 10.0.0.49 - - [2025-07-17 02:20:05] "POST /ref-update HTTP/1.1" 200 156 0.008497 10.0.0.49 - - [2025-07-17 02:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.49 - - [2025-07-17 02:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.49 - - [2025-07-17 02:20:05] "POST /ref-update HTTP/1.1" 200 156 0.007570 10.0.0.49 - - [2025-07-17 02:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002937 10.0.0.49 - - [2025-07-17 02:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002957 10.0.0.49 - - [2025-07-17 02:20:05] "POST /ref-update HTTP/1.1" 200 156 0.006586 10.0.0.49 - - [2025-07-17 02:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002904 10.0.0.49 - - [2025-07-17 02:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002912 10.0.0.49 - - [2025-07-17 02:20:05] "POST /ref-update HTTP/1.1" 200 156 0.010919 10.0.0.49 - - [2025-07-17 02:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003956 10.0.0.49 - - [2025-07-17 02:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002843 10.0.0.49 - - [2025-07-17 02:20:05] "POST /ref-update HTTP/1.1" 200 156 0.006737 10.0.0.49 - - [2025-07-17 02:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002850 10.0.0.49 - - [2025-07-17 02:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.49 - - [2025-07-17 02:20:06] "POST /ref-update HTTP/1.1" 200 156 0.007549 10.0.0.49 - - [2025-07-17 02:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003051 10.0.0.49 - - [2025-07-17 02:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.49 - - [2025-07-17 02:20:06] "POST /ref-update HTTP/1.1" 200 156 0.007470 10.0.0.49 - - [2025-07-17 02:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.49 - - [2025-07-17 02:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.49 - - [2025-07-17 02:20:06] "POST /ref-update HTTP/1.1" 200 156 0.007267 10.0.0.49 - - [2025-07-17 02:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.49 - - [2025-07-17 02:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002873 10.0.0.49 - - [2025-07-17 02:20:06] "POST /ref-update HTTP/1.1" 200 156 0.007423 10.0.0.49 - - [2025-07-17 02:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.49 - - [2025-07-17 02:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002878 10.0.0.49 - - [2025-07-17 02:20:06] "POST /ref-update HTTP/1.1" 200 156 0.006691 10.0.0.49 - - [2025-07-17 02:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002897 10.0.0.49 - - [2025-07-17 02:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002796 10.0.0.49 - - [2025-07-17 02:20:06] "POST /ref-update HTTP/1.1" 200 156 0.009470 10.0.0.49 - - [2025-07-17 02:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002879 10.0.0.49 - - [2025-07-17 02:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002920 10.0.0.49 - - [2025-07-17 02:20:06] "POST /ref-update HTTP/1.1" 200 156 0.008906 10.0.0.49 - - [2025-07-17 02:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002804 10.0.0.49 - - [2025-07-17 02:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.49 - - [2025-07-17 02:20:07] "POST /ref-update HTTP/1.1" 200 156 0.006542 10.0.0.49 - - [2025-07-17 02:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002848 10.0.0.49 - - [2025-07-17 02:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002781 10.0.0.49 - - [2025-07-17 02:20:07] "POST /ref-update HTTP/1.1" 200 156 0.007587 10.0.0.49 - - [2025-07-17 02:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002892 10.0.0.49 - - [2025-07-17 02:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002939 10.0.0.49 - - [2025-07-17 02:20:07] "POST /ref-update HTTP/1.1" 200 156 0.007842 10.0.0.49 - - [2025-07-17 02:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002966 10.0.0.49 - - [2025-07-17 02:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003060 10.0.0.49 - - [2025-07-17 02:20:07] "POST /ref-update HTTP/1.1" 200 156 0.007740 10.0.0.49 - - [2025-07-17 02:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002841 10.0.0.49 - - [2025-07-17 02:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002897 10.0.0.49 - - [2025-07-17 02:20:07] "POST /ref-update HTTP/1.1" 200 156 0.007038 10.0.0.49 - - [2025-07-17 02:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.49 - - [2025-07-17 02:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002799 10.0.0.49 - - [2025-07-17 02:20:07] "POST /ref-update HTTP/1.1" 200 156 0.007856 10.0.0.49 - - [2025-07-17 02:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.49 - - [2025-07-17 02:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.49 - - [2025-07-17 02:20:07] "POST /ref-update HTTP/1.1" 200 156 0.009462 10.0.0.49 - - [2025-07-17 02:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.49 - - [2025-07-17 02:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.49 - - [2025-07-17 02:20:08] "POST /ref-update HTTP/1.1" 200 156 0.007426 10.0.0.49 - - [2025-07-17 02:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.49 - - [2025-07-17 02:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002822 10.0.0.49 - - [2025-07-17 02:20:08] "POST /ref-update HTTP/1.1" 200 156 0.006746 10.0.0.49 - - [2025-07-17 02:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002902 10.0.0.49 - - [2025-07-17 02:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002880 10.0.0.49 - - [2025-07-17 02:20:08] "POST /ref-update HTTP/1.1" 200 156 0.008052 10.0.0.49 - - [2025-07-17 02:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002853 10.0.0.49 - - [2025-07-17 02:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002834 10.0.0.49 - - [2025-07-17 02:20:08] "POST /ref-update HTTP/1.1" 200 156 0.007339 10.0.0.49 - - [2025-07-17 02:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002884 10.0.0.49 - - [2025-07-17 02:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002968 10.0.0.49 - - [2025-07-17 02:20:08] "POST /ref-update HTTP/1.1" 200 156 0.007679 10.0.0.49 - - [2025-07-17 02:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002957 10.0.0.49 - - [2025-07-17 02:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002884 10.0.0.49 - - [2025-07-17 02:20:08] "POST /ref-update HTTP/1.1" 200 156 0.007656 10.0.0.49 - - [2025-07-17 02:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002997 10.0.0.49 - - [2025-07-17 02:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.49 - - [2025-07-17 02:20:09] "POST /ref-update HTTP/1.1" 200 156 0.007581 10.0.0.49 - - [2025-07-17 02:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002853 10.0.0.49 - - [2025-07-17 02:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004229 10.0.0.49 - - [2025-07-17 02:20:09] "POST /ref-update HTTP/1.1" 200 156 0.006810 10.0.0.49 - - [2025-07-17 02:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002696 10.0.0.49 - - [2025-07-17 02:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002888 10.0.0.49 - - [2025-07-17 02:20:09] "POST /ref-update HTTP/1.1" 200 156 0.007724 10.0.0.49 - - [2025-07-17 02:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003220 10.0.0.49 - - [2025-07-17 02:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002894 10.0.0.49 - - [2025-07-17 02:20:09] "POST /ref-update HTTP/1.1" 200 156 0.006642 10.0.0.49 - - [2025-07-17 02:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.49 - - [2025-07-17 02:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002810 10.0.0.49 - - [2025-07-17 02:20:09] "POST /ref-update HTTP/1.1" 200 156 0.007060 10.0.0.49 - - [2025-07-17 02:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003071 10.0.0.49 - - [2025-07-17 02:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002974 10.0.0.49 - - [2025-07-17 02:20:09] "POST /ref-update HTTP/1.1" 200 156 0.007083 10.0.0.49 - - [2025-07-17 02:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002950 10.0.0.49 - - [2025-07-17 02:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002996 10.0.0.49 - - [2025-07-17 02:20:09] "POST /ref-update HTTP/1.1" 200 156 0.010268 10.0.0.49 - - [2025-07-17 02:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.49 - - [2025-07-17 02:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002939 10.0.0.49 - - [2025-07-17 02:20:10] "POST /ref-update HTTP/1.1" 200 156 0.007115 10.0.0.49 - - [2025-07-17 02:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.49 - - [2025-07-17 02:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.49 - - [2025-07-17 02:20:10] "POST /ref-update HTTP/1.1" 200 156 0.007696 10.0.0.49 - - [2025-07-17 02:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.49 - - [2025-07-17 02:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002924 10.0.0.49 - - [2025-07-17 02:20:10] "POST /ref-update HTTP/1.1" 200 156 0.008548 10.0.0.49 - - [2025-07-17 02:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002913 10.0.0.49 - - [2025-07-17 02:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002953 10.0.0.49 - - [2025-07-17 02:20:10] "POST /ref-update HTTP/1.1" 200 156 0.006969 10.0.0.49 - - [2025-07-17 02:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.49 - - [2025-07-17 02:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002895 10.0.0.49 - - [2025-07-17 02:20:10] "POST /ref-update HTTP/1.1" 200 156 0.007770 10.0.0.49 - - [2025-07-17 02:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002832 10.0.0.49 - - [2025-07-17 02:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002813 10.0.0.49 - - [2025-07-17 02:20:10] "POST /ref-update HTTP/1.1" 200 156 0.006454 10.0.0.49 - - [2025-07-17 02:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002787 10.0.0.49 - - [2025-07-17 02:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.49 - - [2025-07-17 02:20:10] "POST /ref-update HTTP/1.1" 200 156 0.010806 10.0.0.49 - - [2025-07-17 02:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002829 10.0.0.49 - - [2025-07-17 02:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.49 - - [2025-07-17 02:20:11] "POST /ref-update HTTP/1.1" 200 156 0.007177 10.0.0.49 - - [2025-07-17 02:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002886 10.0.0.49 - - [2025-07-17 02:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002855 10.0.0.49 - - [2025-07-17 02:20:11] "POST /ref-update HTTP/1.1" 200 156 0.007100 10.0.0.49 - - [2025-07-17 02:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.49 - - [2025-07-17 02:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.49 - - [2025-07-17 02:20:11] "POST /ref-update HTTP/1.1" 200 156 0.007187 10.0.0.49 - - [2025-07-17 02:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.49 - - [2025-07-17 02:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002742 10.0.0.49 - - [2025-07-17 02:20:11] "POST /ref-update HTTP/1.1" 200 156 0.006503 10.0.0.49 - - [2025-07-17 02:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002726 10.0.0.49 - - [2025-07-17 02:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002750 10.0.0.49 - - [2025-07-17 02:20:11] "POST /ref-update HTTP/1.1" 200 156 0.007813 10.0.0.49 - - [2025-07-17 02:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003326 10.0.0.49 - - [2025-07-17 02:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002853 10.0.0.49 - - [2025-07-17 02:20:11] "POST /ref-update HTTP/1.1" 200 156 0.007263 10.0.0.49 - - [2025-07-17 02:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002895 10.0.0.49 - - [2025-07-17 02:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002960 10.0.0.49 - - [2025-07-17 02:20:12] "POST /ref-update HTTP/1.1" 200 156 0.008768 10.0.0.49 - - [2025-07-17 02:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.49 - - [2025-07-17 02:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002948 10.0.0.49 - - [2025-07-17 02:20:12] "POST /ref-update HTTP/1.1" 200 156 0.009680 10.0.0.49 - - [2025-07-17 02:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002844 10.0.0.49 - - [2025-07-17 02:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.49 - - [2025-07-17 02:20:12] "POST /ref-update HTTP/1.1" 200 156 0.007675 10.0.0.49 - - [2025-07-17 02:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.49 - - [2025-07-17 02:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002898 10.0.0.49 - - [2025-07-17 02:20:12] "POST /ref-update HTTP/1.1" 200 156 0.007112 10.0.0.49 - - [2025-07-17 02:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.49 - - [2025-07-17 02:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002940 10.0.0.49 - - [2025-07-17 02:20:12] "POST /ref-update HTTP/1.1" 200 156 0.007983 10.0.0.49 - - [2025-07-17 02:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.49 - - [2025-07-17 02:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002784 10.0.0.49 - - [2025-07-17 02:20:12] "POST /ref-update HTTP/1.1" 200 156 0.007123 10.0.0.49 - - [2025-07-17 02:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002953 10.0.0.49 - - [2025-07-17 02:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002987 10.0.0.49 - - [2025-07-17 02:20:12] "POST /ref-update HTTP/1.1" 200 156 0.006969 10.0.0.49 - - [2025-07-17 02:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003121 10.0.0.49 - - [2025-07-17 02:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.49 - - [2025-07-17 02:20:13] "POST /ref-update HTTP/1.1" 200 156 0.007917 10.0.0.49 - - [2025-07-17 02:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.49 - - [2025-07-17 02:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002844 10.0.0.49 - - [2025-07-17 02:20:13] "POST /ref-update HTTP/1.1" 200 156 0.007033 10.0.0.49 - - [2025-07-17 02:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.49 - - [2025-07-17 02:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.49 - - [2025-07-17 02:20:13] "POST /ref-update HTTP/1.1" 200 156 0.009374 10.0.0.49 - - [2025-07-17 02:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.49 - - [2025-07-17 02:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002922 10.0.0.49 - - [2025-07-17 02:20:13] "POST /ref-update HTTP/1.1" 200 156 0.007046 10.0.0.49 - - [2025-07-17 02:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002913 10.0.0.49 - - [2025-07-17 02:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.49 - - [2025-07-17 02:20:13] "POST /ref-update HTTP/1.1" 200 156 0.007169 10.0.0.49 - - [2025-07-17 02:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002863 10.0.0.49 - - [2025-07-17 02:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002794 10.0.0.49 - - [2025-07-17 02:20:13] "POST /ref-update HTTP/1.1" 200 156 0.008275 10.0.0.49 - - [2025-07-17 02:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.49 - - [2025-07-17 02:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.49 - - [2025-07-17 02:20:14] "POST /ref-update HTTP/1.1" 200 156 0.007294 10.0.0.49 - - [2025-07-17 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002883 10.0.0.49 - - [2025-07-17 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.49 - - [2025-07-17 02:20:14] "POST /ref-update HTTP/1.1" 200 156 0.007934 10.0.0.49 - - [2025-07-17 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002878 10.0.0.49 - - [2025-07-17 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.49 - - [2025-07-17 02:20:14] "POST /ref-update HTTP/1.1" 200 156 0.007139 10.0.0.49 - - [2025-07-17 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002837 10.0.0.49 - - [2025-07-17 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002837 10.0.0.49 - - [2025-07-17 02:20:14] "POST /ref-update HTTP/1.1" 200 156 0.008117 10.0.0.49 - - [2025-07-17 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.49 - - [2025-07-17 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.49 - - [2025-07-17 02:20:14] "POST /ref-update HTTP/1.1" 200 156 0.006505 10.0.0.49 - - [2025-07-17 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.49 - - [2025-07-17 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.49 - - [2025-07-17 02:20:14] "POST /ref-update HTTP/1.1" 200 156 0.008210 10.0.0.49 - - [2025-07-17 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.49 - - [2025-07-17 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.49 - - [2025-07-17 02:20:14] "POST /ref-update HTTP/1.1" 200 156 0.007983 10.0.0.49 - - [2025-07-17 02:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.49 - - [2025-07-17 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003113 10.0.0.49 - - [2025-07-17 02:20:15] "POST /ref-update HTTP/1.1" 200 156 0.007747 10.0.0.49 - - [2025-07-17 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003347 10.0.0.49 - - [2025-07-17 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.49 - - [2025-07-17 02:20:15] "POST /ref-update HTTP/1.1" 200 156 0.007198 10.0.0.49 - - [2025-07-17 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002898 10.0.0.49 - - [2025-07-17 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002852 10.0.0.49 - - [2025-07-17 02:20:15] "POST /ref-update HTTP/1.1" 200 156 0.007513 10.0.0.49 - - [2025-07-17 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002862 10.0.0.49 - - [2025-07-17 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003223 10.0.0.49 - - [2025-07-17 02:20:15] "POST /ref-update HTTP/1.1" 200 156 0.007999 10.0.0.49 - - [2025-07-17 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.49 - - [2025-07-17 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.49 - - [2025-07-17 02:20:15] "POST /ref-update HTTP/1.1" 200 156 0.006553 10.0.0.49 - - [2025-07-17 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002853 10.0.0.49 - - [2025-07-17 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002715 10.0.0.49 - - [2025-07-17 02:20:15] "POST /ref-update HTTP/1.1" 200 156 0.011129 10.0.0.49 - - [2025-07-17 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002973 10.0.0.49 - - [2025-07-17 02:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.49 - - [2025-07-17 02:20:15] "POST /ref-update HTTP/1.1" 200 156 0.008628 10.0.0.49 - - [2025-07-17 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.49 - - [2025-07-17 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.49 - - [2025-07-17 02:20:16] "POST /ref-update HTTP/1.1" 200 156 0.007110 10.0.0.49 - - [2025-07-17 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.49 - - [2025-07-17 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.49 - - [2025-07-17 02:20:16] "POST /ref-update HTTP/1.1" 200 156 0.006825 10.0.0.49 - - [2025-07-17 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003266 10.0.0.49 - - [2025-07-17 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002799 10.0.0.49 - - [2025-07-17 02:20:16] "POST /ref-update HTTP/1.1" 200 156 0.007497 10.0.0.49 - - [2025-07-17 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002722 10.0.0.49 - - [2025-07-17 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.49 - - [2025-07-17 02:20:16] "POST /ref-update HTTP/1.1" 200 156 0.007039 10.0.0.49 - - [2025-07-17 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.49 - - [2025-07-17 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351 10.0.0.49 - - [2025-07-17 02:20:16] "POST /ref-update HTTP/1.1" 200 156 0.006855 10.0.0.49 - - [2025-07-17 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002971 10.0.0.49 - - [2025-07-17 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002778 10.0.0.49 - - [2025-07-17 02:20:16] "POST /ref-update HTTP/1.1" 200 156 0.007228 10.0.0.49 - - [2025-07-17 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005654 10.0.0.49 - - [2025-07-17 02:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.49 - - [2025-07-17 02:20:17] "POST /ref-update HTTP/1.1" 200 156 0.007393 10.0.0.49 - - [2025-07-17 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002979 10.0.0.49 - - [2025-07-17 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.49 - - [2025-07-17 02:20:17] "POST /ref-update HTTP/1.1" 200 156 0.007871 10.0.0.49 - - [2025-07-17 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003994 10.0.0.49 - - [2025-07-17 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.49 - - [2025-07-17 02:20:17] "POST /ref-update HTTP/1.1" 200 156 0.007672 10.0.0.49 - - [2025-07-17 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003048 10.0.0.49 - - [2025-07-17 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002880 10.0.0.49 - - [2025-07-17 02:20:17] "POST /ref-update HTTP/1.1" 200 156 0.007111 10.0.0.49 - - [2025-07-17 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.49 - - [2025-07-17 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.49 - - [2025-07-17 02:20:17] "POST /ref-update HTTP/1.1" 200 156 0.007243 10.0.0.49 - - [2025-07-17 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.49 - - [2025-07-17 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.49 - - [2025-07-17 02:20:17] "POST /ref-update HTTP/1.1" 200 156 0.007115 10.0.0.49 - - [2025-07-17 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.49 - - [2025-07-17 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003173 10.0.0.49 - - [2025-07-17 02:20:17] "POST /ref-update HTTP/1.1" 200 156 0.012691 10.0.0.49 - - [2025-07-17 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003279 10.0.0.49 - - [2025-07-17 02:20:18] "GET / HTTP/1.1" 200 35931 0.001447 10.0.0.49 - - [2025-07-17 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002815 10.0.0.49 - - [2025-07-17 02:20:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000374 10.0.0.49 - - [2025-07-17 02:20:18] "POST /ref-update HTTP/1.1" 200 156 0.011374 10.0.0.49 - - [2025-07-17 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002858 10.0.0.49 - - [2025-07-17 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002943 10.0.0.49 - - [2025-07-17 02:20:18] "POST /ref-update HTTP/1.1" 200 156 0.007142 10.0.0.49 - - [2025-07-17 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002823 10.0.0.49 - - [2025-07-17 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003077 10.0.0.49 - - [2025-07-17 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.024275 10.0.0.49 - - [2025-07-17 02:20:18] "GET /routing-instance/19f217d1-8057-4fb7-9ac4-fbd3181676fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.003081 10.0.0.49 - - [2025-07-17 02:20:18] "POST /ref-update HTTP/1.1" 200 156 0.007962 10.0.0.49 - - [2025-07-17 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002524 10.0.0.49 - - [2025-07-17 02:20:18] "POST /bgp-routers HTTP/1.1" 200 620 0.016781 10.0.0.49 - - [2025-07-17 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002823 10.0.0.49 - - [2025-07-17 02:20:18] "GET /bgp-router/5d6ae78f-4857-434d-8310-25676b641d9b?fields=global_system_config_back_refs HTTP/1.1" 200 1114 0.005356 10.0.0.49 - - [2025-07-17 02:20:18] "POST /ref-update HTTP/1.1" 200 156 0.006812 10.0.0.49 - - [2025-07-17 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002658 10.0.0.49 - - [2025-07-17 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.49 - - [2025-07-17 02:20:18] "GET /global-system-config/bc614dde-146d-4e3d-a4f0-089174bf21a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2342 0.006140 10.0.0.49 - - [2025-07-17 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.49 - - [2025-07-17 02:20:18] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002843 10.0.0.49 - - [2025-07-17 02:20:18] "POST /ref-update HTTP/1.1" 200 156 0.006837 10.0.0.49 - - [2025-07-17 02:20:18] "POST /ref-update HTTP/1.1" 200 156 0.006386 10.0.0.49 - - [2025-07-17 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004255 10.0.0.49 - - [2025-07-17 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.49 - - [2025-07-17 02:20:18] "POST /ref-update HTTP/1.1" 200 156 0.008957 10.0.0.49 - - [2025-07-17 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003017 10.0.0.49 - - [2025-07-17 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002917 10.0.0.49 - - [2025-07-17 02:20:19] "POST /ref-update HTTP/1.1" 200 156 0.008196 10.0.0.49 - - [2025-07-17 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.49 - - [2025-07-17 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.49 - - [2025-07-17 02:20:19] "POST /ref-update HTTP/1.1" 200 156 0.008680 10.0.0.49 - - [2025-07-17 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.49 - - [2025-07-17 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003719 10.0.0.49 - - [2025-07-17 02:20:19] "POST /ref-update HTTP/1.1" 200 156 0.006902 10.0.0.49 - - [2025-07-17 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002828 10.0.0.49 - - [2025-07-17 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002775 10.0.0.49 - - [2025-07-17 02:20:19] "POST /ref-update HTTP/1.1" 200 156 0.007035 10.0.0.49 - - [2025-07-17 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.49 - - [2025-07-17 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003223 10.0.0.49 - - [2025-07-17 02:20:19] "POST /ref-update HTTP/1.1" 200 156 0.006947 10.0.0.49 - - [2025-07-17 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.49 - - [2025-07-17 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002902 10.0.0.49 - - [2025-07-17 02:20:19] "POST /ref-update HTTP/1.1" 200 156 0.006705 10.0.0.49 - - [2025-07-17 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002830 10.0.0.49 - - [2025-07-17 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002800 10.0.0.49 - - [2025-07-17 02:20:19] "POST /ref-update HTTP/1.1" 200 156 0.007734 10.0.0.49 - - [2025-07-17 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003831 10.0.0.49 - - [2025-07-17 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002731 10.0.0.49 - - [2025-07-17 02:20:20] "POST /ref-update HTTP/1.1" 200 156 0.007424 10.0.0.49 - - [2025-07-17 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.49 - - [2025-07-17 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.49 - - [2025-07-17 02:20:20] "POST /ref-update HTTP/1.1" 200 156 0.009820 10.0.0.49 - - [2025-07-17 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002804 10.0.0.49 - - [2025-07-17 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002735 10.0.0.49 - - [2025-07-17 02:20:20] "POST /ref-update HTTP/1.1" 200 156 0.007288 10.0.0.49 - - [2025-07-17 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002866 10.0.0.49 - - [2025-07-17 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002700 10.0.0.49 - - [2025-07-17 02:20:20] "POST /ref-update HTTP/1.1" 200 156 0.007341 10.0.0.49 - - [2025-07-17 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.49 - - [2025-07-17 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002892 10.0.0.49 - - [2025-07-17 02:20:20] "POST /ref-update HTTP/1.1" 200 156 0.006975 10.0.0.49 - - [2025-07-17 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002793 10.0.0.49 - - [2025-07-17 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.49 - - [2025-07-17 02:20:20] "POST /ref-update HTTP/1.1" 200 156 0.007245 10.0.0.49 - - [2025-07-17 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002856 10.0.0.49 - - [2025-07-17 02:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002625 10.0.0.49 - - [2025-07-17 02:20:21] "POST /ref-update HTTP/1.1" 200 156 0.006557 10.0.0.49 - - [2025-07-17 02:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002573 10.0.0.49 - - [2025-07-17 02:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002690 10.0.0.49 - - [2025-07-17 02:20:21] "POST /ref-update HTTP/1.1" 200 156 0.006632 10.0.0.49 - - [2025-07-17 02:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002722 10.0.0.49 - - [2025-07-17 02:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.49 - - [2025-07-17 02:20:21] "POST /ref-update HTTP/1.1" 200 156 0.008450 10.0.0.49 - - [2025-07-17 02:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.49 - - [2025-07-17 02:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.49 - - [2025-07-17 02:20:21] "POST /ref-update HTTP/1.1" 200 156 0.009907 10.0.0.49 - - [2025-07-17 02:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002932 10.0.0.49 - - [2025-07-17 02:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002972 10.0.0.49 - - [2025-07-17 02:20:21] "POST /ref-update HTTP/1.1" 200 156 0.009902 10.0.0.49 - - [2025-07-17 02:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.49 - - [2025-07-17 02:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.49 - - [2025-07-17 02:20:21] "POST /ref-update HTTP/1.1" 200 156 0.007583 10.0.0.49 - - [2025-07-17 02:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.49 - - [2025-07-17 02:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002800 10.0.0.49 - - [2025-07-17 02:20:21] "POST /ref-update HTTP/1.1" 200 156 0.006850 10.0.0.49 - - [2025-07-17 02:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.49 - - [2025-07-17 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.49 - - [2025-07-17 02:20:22] "POST /ref-update HTTP/1.1" 200 156 0.007342 10.0.0.49 - - [2025-07-17 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002927 10.0.0.49 - - [2025-07-17 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.49 - - [2025-07-17 02:20:22] "POST /ref-update HTTP/1.1" 200 156 0.007104 10.0.0.49 - - [2025-07-17 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002901 10.0.0.49 - - [2025-07-17 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002721 10.0.0.49 - - [2025-07-17 02:20:22] "POST /ref-update HTTP/1.1" 200 156 0.006824 10.0.0.49 - - [2025-07-17 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002807 10.0.0.49 - - [2025-07-17 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002781 10.0.0.49 - - [2025-07-17 02:20:22] "POST /ref-update HTTP/1.1" 200 156 0.007176 10.0.0.49 - - [2025-07-17 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002858 10.0.0.49 - - [2025-07-17 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002851 10.0.0.49 - - [2025-07-17 02:20:22] "POST /ref-update HTTP/1.1" 200 156 0.006846 10.0.0.49 - - [2025-07-17 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.49 - - [2025-07-17 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003185 10.0.0.49 - - [2025-07-17 02:20:22] "POST /ref-update HTTP/1.1" 200 156 0.007986 10.0.0.49 - - [2025-07-17 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002852 10.0.0.49 - - [2025-07-17 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.49 - - [2025-07-17 02:20:23] "POST /ref-update HTTP/1.1" 200 156 0.006943 10.0.0.49 - - [2025-07-17 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.49 - - [2025-07-17 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002871 10.0.0.49 - - [2025-07-17 02:20:23] "POST /ref-update HTTP/1.1" 200 156 0.009006 10.0.0.49 - - [2025-07-17 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002947 10.0.0.49 - - [2025-07-17 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.49 - - [2025-07-17 02:20:23] "POST /ref-update HTTP/1.1" 200 156 0.007769 10.0.0.49 - - [2025-07-17 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.49 - - [2025-07-17 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002695 10.0.0.49 - - [2025-07-17 02:20:23] "POST /ref-update HTTP/1.1" 200 156 0.007616 10.0.0.49 - - [2025-07-17 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002727 10.0.0.49 - - [2025-07-17 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002706 10.0.0.49 - - [2025-07-17 02:20:23] "POST /ref-update HTTP/1.1" 200 156 0.008730 10.0.0.49 - - [2025-07-17 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002937 10.0.0.49 - - [2025-07-17 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.49 - - [2025-07-17 02:20:23] "POST /ref-update HTTP/1.1" 200 156 0.006876 10.0.0.49 - - [2025-07-17 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002833 10.0.0.49 - - [2025-07-17 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002997 10.0.0.49 - - [2025-07-17 02:20:23] "POST /ref-update HTTP/1.1" 200 156 0.006712 10.0.0.49 - - [2025-07-17 02:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002850 10.0.0.49 - - [2025-07-17 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002835 10.0.0.49 - - [2025-07-17 02:20:24] "POST /ref-update HTTP/1.1" 200 156 0.007654 10.0.0.49 - - [2025-07-17 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002791 10.0.0.49 - - [2025-07-17 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.49 - - [2025-07-17 02:20:24] "POST /ref-update HTTP/1.1" 200 156 0.006815 10.0.0.49 - - [2025-07-17 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002843 10.0.0.49 - - [2025-07-17 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002858 10.0.0.49 - - [2025-07-17 02:20:24] "POST /ref-update HTTP/1.1" 200 156 0.006576 10.0.0.49 - - [2025-07-17 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002777 10.0.0.49 - - [2025-07-17 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002817 10.0.0.49 - - [2025-07-17 02:20:24] "POST /ref-update HTTP/1.1" 200 156 0.007960 10.0.0.49 - - [2025-07-17 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.49 - - [2025-07-17 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002793 10.0.0.49 - - [2025-07-17 02:20:24] "POST /ref-update HTTP/1.1" 200 156 0.007386 10.0.0.49 - - [2025-07-17 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002997 10.0.0.49 - - [2025-07-17 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002994 10.0.0.49 - - [2025-07-17 02:20:24] "POST /ref-update HTTP/1.1" 200 156 0.008137 10.0.0.49 - - [2025-07-17 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002895 10.0.0.49 - - [2025-07-17 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002987 10.0.0.49 - - [2025-07-17 02:20:24] "POST /ref-update HTTP/1.1" 200 156 0.008242 10.0.0.49 - - [2025-07-17 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.49 - - [2025-07-17 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002820 10.0.0.49 - - [2025-07-17 02:20:25] "POST /ref-update HTTP/1.1" 200 156 0.007794 10.0.0.49 - - [2025-07-17 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.49 - - [2025-07-17 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002812 10.0.0.49 - - [2025-07-17 02:20:25] "POST /ref-update HTTP/1.1" 200 156 0.007985 10.0.0.49 - - [2025-07-17 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.49 - - [2025-07-17 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.49 - - [2025-07-17 02:20:25] "POST /ref-update HTTP/1.1" 200 156 0.008094 10.0.0.49 - - [2025-07-17 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002883 10.0.0.49 - - [2025-07-17 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002774 10.0.0.49 - - [2025-07-17 02:20:25] "POST /ref-update HTTP/1.1" 200 156 0.007638 10.0.0.49 - - [2025-07-17 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002759 10.0.0.49 - - [2025-07-17 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.49 - - [2025-07-17 02:20:25] "POST /ref-update HTTP/1.1" 200 156 0.007788 10.0.0.49 - - [2025-07-17 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002979 10.0.0.49 - - [2025-07-17 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002957 10.0.0.49 - - [2025-07-17 02:20:25] "POST /ref-update HTTP/1.1" 200 156 0.008110 10.0.0.49 - - [2025-07-17 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.49 - - [2025-07-17 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002963 10.0.0.49 - - [2025-07-17 02:20:26] "POST /ref-update HTTP/1.1" 200 156 0.008055 10.0.0.49 - - [2025-07-17 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.49 - - [2025-07-17 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.49 - - [2025-07-17 02:20:26] "POST /ref-update HTTP/1.1" 200 156 0.007735 10.0.0.49 - - [2025-07-17 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002711 10.0.0.49 - - [2025-07-17 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003836 10.0.0.49 - - [2025-07-17 02:20:26] "POST /ref-update HTTP/1.1" 200 156 0.007912 10.0.0.49 - - [2025-07-17 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002771 10.0.0.49 - - [2025-07-17 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002698 10.0.0.49 - - [2025-07-17 02:20:26] "POST /ref-update HTTP/1.1" 200 156 0.007581 10.0.0.49 - - [2025-07-17 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002730 10.0.0.49 - - [2025-07-17 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002767 10.0.0.49 - - [2025-07-17 02:20:26] "POST /ref-update HTTP/1.1" 200 156 0.008619 10.0.0.49 - - [2025-07-17 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003323 10.0.0.49 - - [2025-07-17 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002804 10.0.0.49 - - [2025-07-17 02:20:26] "POST /ref-update HTTP/1.1" 200 156 0.007480 10.0.0.49 - - [2025-07-17 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002958 10.0.0.49 - - [2025-07-17 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308 10.0.0.49 - - [2025-07-17 02:20:26] "POST /ref-update HTTP/1.1" 200 156 0.008898 10.0.0.49 - - [2025-07-17 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.49 - - [2025-07-17 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002905 10.0.0.49 - - [2025-07-17 02:20:27] "POST /ref-update HTTP/1.1" 200 156 0.007690 10.0.0.49 - - [2025-07-17 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.49 - - [2025-07-17 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002779 10.0.0.49 - - [2025-07-17 02:20:27] "POST /ref-update HTTP/1.1" 200 156 0.008369 10.0.0.49 - - [2025-07-17 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002932 10.0.0.49 - - [2025-07-17 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002896 10.0.0.49 - - [2025-07-17 02:20:27] "POST /ref-update HTTP/1.1" 200 156 0.007954 10.0.0.49 - - [2025-07-17 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002978 10.0.0.49 - - [2025-07-17 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002757 10.0.0.49 - - [2025-07-17 02:20:27] "POST /ref-update HTTP/1.1" 200 156 0.008135 10.0.0.49 - - [2025-07-17 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002866 10.0.0.49 - - [2025-07-17 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002873 10.0.0.49 - - [2025-07-17 02:20:27] "POST /ref-update HTTP/1.1" 200 156 0.007694 10.0.0.49 - - [2025-07-17 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003066 10.0.0.49 - - [2025-07-17 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.49 - - [2025-07-17 02:20:27] "POST /ref-update HTTP/1.1" 200 156 0.008726 10.0.0.49 - - [2025-07-17 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.49 - - [2025-07-17 02:20:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002942 10.0.0.49 - - [2025-07-17 02:20:27] "POST /ref-update HTTP/1.1" 200 156 0.007894 10.0.0.49 - - [2025-07-17 02:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.49 - - [2025-07-17 02:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002757 10.0.0.49 - - [2025-07-17 02:20:28] "POST /ref-update HTTP/1.1" 200 156 0.007987 10.0.0.49 - - [2025-07-17 02:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.49 - - [2025-07-17 02:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002851 10.0.0.49 - - [2025-07-17 02:20:28] "POST /ref-update HTTP/1.1" 200 156 0.007893 10.0.0.49 - - [2025-07-17 02:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002857 10.0.0.49 - - [2025-07-17 02:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003110 10.0.0.49 - - [2025-07-17 02:20:28] "POST /ref-update HTTP/1.1" 200 156 0.008068 10.0.0.49 - - [2025-07-17 02:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003897 10.0.0.49 - - [2025-07-17 02:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773 10.0.0.49 - - [2025-07-17 02:20:28] "POST /ref-update HTTP/1.1" 200 156 0.009445 10.0.0.49 - - [2025-07-17 02:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003858 10.0.0.49 - - [2025-07-17 02:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.49 - - [2025-07-17 02:20:28] "POST /ref-update HTTP/1.1" 200 156 0.010355 10.0.0.49 - - [2025-07-17 02:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752 10.0.0.49 - - [2025-07-17 02:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.49 - - [2025-07-17 02:20:28] "POST /ref-update HTTP/1.1" 200 156 0.008289 10.0.0.49 - - [2025-07-17 02:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.49 - - [2025-07-17 02:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003113 10.0.0.49 - - [2025-07-17 02:20:29] "POST /ref-update HTTP/1.1" 200 156 0.009451 10.0.0.49 - - [2025-07-17 02:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003769 10.0.0.49 - - [2025-07-17 02:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003370 10.0.0.49 - - [2025-07-17 02:20:29] "POST /ref-update HTTP/1.1" 200 156 0.007721 10.0.0.49 - - [2025-07-17 02:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002830 10.0.0.49 - - [2025-07-17 02:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.49 - - [2025-07-17 02:20:29] "POST /ref-update HTTP/1.1" 200 156 0.007988 10.0.0.49 - - [2025-07-17 02:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002804 10.0.0.49 - - [2025-07-17 02:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002787 10.0.0.49 - - [2025-07-17 02:20:29] "POST /ref-update HTTP/1.1" 200 156 0.008174 10.0.0.49 - - [2025-07-17 02:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.49 - - [2025-07-17 02:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002799 10.0.0.49 - - [2025-07-17 02:20:29] "POST /ref-update HTTP/1.1" 200 156 0.007635 10.0.0.49 - - [2025-07-17 02:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.49 - - [2025-07-17 02:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002805 10.0.0.49 - - [2025-07-17 02:20:29] "POST /ref-update HTTP/1.1" 200 156 0.008585 10.0.0.49 - - [2025-07-17 02:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002904 10.0.0.49 - - [2025-07-17 02:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002711 10.0.0.49 - - [2025-07-17 02:20:29] "POST /ref-update HTTP/1.1" 200 156 0.008901 10.0.0.49 - - [2025-07-17 02:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002846 10.0.0.49 - - [2025-07-17 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002918 10.0.0.49 - - [2025-07-17 02:20:30] "POST /ref-update HTTP/1.1" 200 156 0.007854 10.0.0.49 - - [2025-07-17 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002772 10.0.0.49 - - [2025-07-17 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.49 - - [2025-07-17 02:20:30] "POST /ref-update HTTP/1.1" 200 156 0.007651 10.0.0.49 - - [2025-07-17 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002832 10.0.0.49 - - [2025-07-17 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002774 10.0.0.49 - - [2025-07-17 02:20:30] "POST /ref-update HTTP/1.1" 200 156 0.008507 10.0.0.49 - - [2025-07-17 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.49 - - [2025-07-17 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.49 - - [2025-07-17 02:20:30] "POST /ref-update HTTP/1.1" 200 156 0.007740 10.0.0.49 - - [2025-07-17 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002884 10.0.0.49 - - [2025-07-17 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002896 10.0.0.49 - - [2025-07-17 02:20:30] "POST /ref-update HTTP/1.1" 200 156 0.007842 10.0.0.49 - - [2025-07-17 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003113 10.0.0.49 - - [2025-07-17 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.49 - - [2025-07-17 02:20:30] "POST /ref-update HTTP/1.1" 200 156 0.008170 10.0.0.49 - - [2025-07-17 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.49 - - [2025-07-17 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002874 10.0.0.49 - - [2025-07-17 02:20:30] "POST /ref-update HTTP/1.1" 200 156 0.009074 10.0.0.49 - - [2025-07-17 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.49 - - [2025-07-17 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.49 - - [2025-07-17 02:20:31] "POST /ref-update HTTP/1.1" 200 156 0.007202 10.0.0.49 - - [2025-07-17 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.49 - - [2025-07-17 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.49 - - [2025-07-17 02:20:31] "POST /ref-update HTTP/1.1" 200 156 0.008459 10.0.0.49 - - [2025-07-17 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002897 10.0.0.49 - - [2025-07-17 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002818 10.0.0.49 - - [2025-07-17 02:20:31] "POST /ref-update HTTP/1.1" 200 156 0.007622 10.0.0.49 - - [2025-07-17 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004182 10.0.0.49 - - [2025-07-17 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002846 10.0.0.49 - - [2025-07-17 02:20:31] "POST /ref-update HTTP/1.1" 200 156 0.008061 10.0.0.49 - - [2025-07-17 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.49 - - [2025-07-17 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003282 10.0.0.49 - - [2025-07-17 02:20:31] "POST /ref-update HTTP/1.1" 200 156 0.008294 10.0.0.49 - - [2025-07-17 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002778 10.0.0.49 - - [2025-07-17 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002781 10.0.0.49 - - [2025-07-17 02:20:31] "POST /ref-update HTTP/1.1" 200 156 0.007532 10.0.0.49 - - [2025-07-17 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003046 10.0.0.49 - - [2025-07-17 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002863 10.0.0.49 - - [2025-07-17 02:20:32] "POST /ref-update HTTP/1.1" 200 156 0.008246 10.0.0.49 - - [2025-07-17 02:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003005 10.0.0.49 - - [2025-07-17 02:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002817 10.0.0.49 - - [2025-07-17 02:20:32] "POST /ref-update HTTP/1.1" 200 156 0.007915 10.0.0.49 - - [2025-07-17 02:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.49 - - [2025-07-17 02:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002742 10.0.0.49 - - [2025-07-17 02:20:32] "POST /ref-update HTTP/1.1" 200 156 0.007691 10.0.0.49 - - [2025-07-17 02:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.49 - - [2025-07-17 02:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.49 - - [2025-07-17 02:20:32] "POST /ref-update HTTP/1.1" 200 156 0.006756 10.0.0.49 - - [2025-07-17 02:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002843 10.0.0.49 - - [2025-07-17 02:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002830 10.0.0.49 - - [2025-07-17 02:20:32] "POST /ref-update HTTP/1.1" 200 156 0.007382 10.0.0.49 - - [2025-07-17 02:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.49 - - [2025-07-17 02:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.49 - - [2025-07-17 02:20:32] "POST /ref-update HTTP/1.1" 200 156 0.009542 10.0.0.49 - - [2025-07-17 02:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.49 - - [2025-07-17 02:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003068 10.0.0.49 - - [2025-07-17 02:20:32] "POST /ref-update HTTP/1.1" 200 156 0.008038 10.0.0.49 - - [2025-07-17 02:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.49 - - [2025-07-17 02:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003022 10.0.0.49 - - [2025-07-17 02:20:33] "POST /ref-update HTTP/1.1" 200 156 0.007329 10.0.0.49 - - [2025-07-17 02:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.49 - - [2025-07-17 02:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.49 - - [2025-07-17 02:20:33] "POST /ref-update HTTP/1.1" 200 156 0.007448 10.0.0.49 - - [2025-07-17 02:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.49 - - [2025-07-17 02:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.010358 10.0.0.49 - - [2025-07-17 02:20:33] "POST /ref-update HTTP/1.1" 200 156 0.008721 10.0.0.49 - - [2025-07-17 02:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002779 10.0.0.49 - - [2025-07-17 02:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002707 10.0.0.49 - - [2025-07-17 02:20:33] "POST /ref-update HTTP/1.1" 200 156 0.007258 10.0.0.49 - - [2025-07-17 02:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002811 10.0.0.49 - - [2025-07-17 02:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003094 10.0.0.49 - - [2025-07-17 02:20:33] "POST /ref-update HTTP/1.1" 200 156 0.007432 10.0.0.49 - - [2025-07-17 02:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.49 - - [2025-07-17 02:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002704 10.0.0.49 - - [2025-07-17 02:20:33] "POST /ref-update HTTP/1.1" 200 156 0.006942 10.0.0.49 - - [2025-07-17 02:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003185 10.0.0.49 - - [2025-07-17 02:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.49 - - [2025-07-17 02:20:34] "POST /ref-update HTTP/1.1" 200 156 0.009619 10.0.0.49 - - [2025-07-17 02:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002841 10.0.0.49 - - [2025-07-17 02:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.49 - - [2025-07-17 02:20:34] "POST /ref-update HTTP/1.1" 200 156 0.011885 10.0.0.49 - - [2025-07-17 02:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002721 10.0.0.49 - - [2025-07-17 02:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002789 10.0.0.49 - - [2025-07-17 02:20:34] "POST /ref-update HTTP/1.1" 200 156 0.009698 10.0.0.49 - - [2025-07-17 02:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.009302 10.0.0.49 - - [2025-07-17 02:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002763 10.0.0.49 - - [2025-07-17 02:20:34] "POST /ref-update HTTP/1.1" 200 156 0.009892 10.0.0.49 - - [2025-07-17 02:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.49 - - [2025-07-17 02:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002941 10.0.0.49 - - [2025-07-17 02:20:34] "POST /ref-update HTTP/1.1" 200 156 0.008829 10.0.0.49 - - [2025-07-17 02:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.49 - - [2025-07-17 02:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002863 10.0.0.49 - - [2025-07-17 02:20:34] "POST /ref-update HTTP/1.1" 200 156 0.009933 10.0.0.49 - - [2025-07-17 02:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002885 10.0.0.49 - - [2025-07-17 02:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002770 10.0.0.49 - - [2025-07-17 02:20:34] "POST /ref-update HTTP/1.1" 200 156 0.008717 10.0.0.49 - - [2025-07-17 02:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.49 - - [2025-07-17 02:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002849 10.0.0.49 - - [2025-07-17 02:20:35] "POST /ref-update HTTP/1.1" 200 156 0.008304 10.0.0.49 - - [2025-07-17 02:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.49 - - [2025-07-17 02:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002812 10.0.0.49 - - [2025-07-17 02:20:35] "POST /ref-update HTTP/1.1" 200 156 0.007616 10.0.0.49 - - [2025-07-17 02:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.49 - - [2025-07-17 02:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002801 10.0.0.49 - - [2025-07-17 02:20:35] "POST /ref-update HTTP/1.1" 200 156 0.007633 10.0.0.49 - - [2025-07-17 02:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002788 10.0.0.49 - - [2025-07-17 02:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004634 10.0.0.49 - - [2025-07-17 02:20:35] "POST /ref-update HTTP/1.1" 200 156 0.007318 10.0.0.49 - - [2025-07-17 02:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.49 - - [2025-07-17 02:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002785 10.0.0.49 - - [2025-07-17 02:20:35] "POST /ref-update HTTP/1.1" 200 156 0.008091 10.0.0.49 - - [2025-07-17 02:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002818 10.0.0.49 - - [2025-07-17 02:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003108 10.0.0.49 - - [2025-07-17 02:20:35] "POST /ref-update HTTP/1.1" 200 156 0.009798 10.0.0.49 - - [2025-07-17 02:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002963 10.0.0.49 - - [2025-07-17 02:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.49 - - [2025-07-17 02:20:36] "POST /ref-update HTTP/1.1" 200 156 0.007489 10.0.0.49 - - [2025-07-17 02:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002882 10.0.0.49 - - [2025-07-17 02:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002844 10.0.0.49 - - [2025-07-17 02:20:36] "POST /ref-update HTTP/1.1" 200 156 0.008131 10.0.0.49 - - [2025-07-17 02:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.49 - - [2025-07-17 02:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002978 10.0.0.49 - - [2025-07-17 02:20:36] "POST /ref-update HTTP/1.1" 200 156 0.008837 10.0.0.49 - - [2025-07-17 02:20:36] "POST /network-ipams HTTP/1.1" 200 550 0.016579 10.0.0.49 - - [2025-07-17 02:20:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003034 10.0.0.49 - - [2025-07-17 02:20:36] "POST /virtual-networks HTTP/1.1" 200 552 0.093745 10.0.0.49 - - [2025-07-17 02:20:36] "GET /physical-routers?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.003277 10.0.0.49 - - [2025-07-17 02:20:36] "POST /fqname-to-id HTTP/1.1" 404 188 0.005842 10.0.0.49 - - [2025-07-17 02:20:36] "POST /fqname-to-id HTTP/1.1" 404 178 0.003120 10.0.0.49 - - [2025-07-17 02:20:36] "GET /fabrics?detail=False&count=False&shared=False HTTP/1.1" 200 312 0.002756 10.0.0.49 - - [2025-07-17 02:20:36] "GET /fabric/622c88cb-cb2a-45c6-b36f-4e87ca221eef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1116 0.004005 10.0.0.49 - - [2025-07-17 02:20:36] "POST /fqname-to-id HTTP/1.1" 404 198 0.002829 10.0.0.49 - - [2025-07-17 02:20:36] "POST /fqname-to-id HTTP/1.1" 404 205 0.002911 10.0.0.49 - - [2025-07-17 02:20:36] "POST /fqname-to-id HTTP/1.1" 404 207 0.003054 10.0.0.49 - - [2025-07-17 02:20:37] "POST /route-targets HTTP/1.1" 200 327 0.009373 10.0.0.49 - - [2025-07-17 02:20:37] "POST /ref-update HTTP/1.1" 200 156 0.009336 10.0.0.49 - - [2025-07-17 02:20:47] "GET / HTTP/1.1" 200 35931 0.001793 10.0.0.49 - - [2025-07-17 02:20:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.000510 10.0.0.49 - - [2025-07-17 02:20:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.021595 10.0.0.49 - - [2025-07-17 02:20:47] "GET /global-system-config/bc614dde-146d-4e3d-a4f0-089174bf21a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.007424 10.0.0.49 - - [2025-07-17 02:20:47] "POST /fqname-to-id HTTP/1.1" 404 220 0.003706 10.0.0.49 - - [2025-07-17 02:20:48] "POST /database-nodes HTTP/1.1" 200 603 0.018196 10.0.0.49 - - [2025-07-17 02:21:17] "GET / HTTP/1.1" 200 35931 0.002027 10.0.0.49 - - [2025-07-17 02:21:17] "POST /fqname-to-id HTTP/1.1" 401 292 0.000398 10.0.0.49 - - [2025-07-17 02:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.024098 10.0.0.49 - - [2025-07-17 02:21:18] "GET /global-system-config/bc614dde-146d-4e3d-a4f0-089174bf21a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005801 10.0.0.49 - - [2025-07-17 02:21:18] "POST /fqname-to-id HTTP/1.1" 404 220 0.002751 10.0.0.49 - - [2025-07-17 02:21:18] "POST /analytics-nodes HTTP/1.1" 200 605 0.014530 10.0.0.49 - - [2025-07-17 02:21:24] "GET / HTTP/1.1" 200 35931 0.001758 10.0.0.49 - - [2025-07-17 02:21:30] "GET / HTTP/1.1" 200 35931 0.001400 10.0.0.49 - - [2025-07-17 02:21:30] "POST /fqname-to-id HTTP/1.1" 401 292 0.001314 10.0.0.49 - - [2025-07-17 02:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.024206 10.0.0.49 - - [2025-07-17 02:21:31] "GET /global-system-config/bc614dde-146d-4e3d-a4f0-089174bf21a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006118 10.0.0.49 - - [2025-07-17 02:21:31] "POST /fqname-to-id HTTP/1.1" 404 220 0.002822 10.0.0.49 - - [2025-07-17 02:21:31] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.047203 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.49 - - [2025-07-17 02:21:35] "GET /obj-perms HTTP/1.1" 200 5056 0.373995 10.0.0.49 - - [2025-07-17 02:21:36] "GET /obj-perms HTTP/1.1" 200 5056 0.044246 10.0.0.49 - - [2025-07-17 02:21:39] "GET / HTTP/1.1" 200 35931 0.002448 10.0.0.49 - - [2025-07-17 02:21:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000438 10.0.0.49 - - [2025-07-17 02:21:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.023045 10.0.0.49 - - [2025-07-17 02:21:39] "GET /global-system-config/bc614dde-146d-4e3d-a4f0-089174bf21a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006008 10.0.0.49 - - [2025-07-17 02:21:39] "POST /fqname-to-id HTTP/1.1" 404 220 0.002810 10.0.0.49 - - [2025-07-17 02:21:39] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.018517 10.0.0.49 - - [2025-07-17 02:22:36] "GET /obj-perms HTTP/1.1" 200 5056 0.047061 10.0.0.49 - - [2025-07-17 02:22:36] "GET /obj-perms HTTP/1.1" 200 5056 0.039560 10.0.0.49 - - [2025-07-17 02:23:07] "GET / HTTP/1.1" 200 35931 0.001638 10.0.0.49 - - [2025-07-17 02:23:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000420 10.0.0.49 - - [2025-07-17 02:23:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.026010 10.0.0.49 - - [2025-07-17 02:23:07] "GET /global-system-config/bc614dde-146d-4e3d-a4f0-089174bf21a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.007198 10.0.0.49 - - [2025-07-17 02:23:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002832 10.0.0.49 - - [2025-07-17 02:23:07] "GET /routing-instance/19f217d1-8057-4fb7-9ac4-fbd3181676fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.004798 10.0.0.49 - - [2025-07-17 02:23:07] "PUT /global-system-config/bc614dde-146d-4e3d-a4f0-089174bf21a0 HTTP/1.1" 200 274 0.010738 10.0.0.49 - - [2025-07-17 02:23:07] "POST /fqname-to-id HTTP/1.1" 404 218 0.002517 10.0.0.49 - - [2025-07-17 02:23:07] "POST /virtual-routers HTTP/1.1" 200 603 0.019645 10.0.0.49 - - [2025-07-17 02:23:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002831 10.0.0.49 - - [2025-07-17 02:23:07] "GET /virtual-router/fe3127a7-ee0b-4f08-9189-bd4a1de0daae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.004817 10.0.0.49 - - [2025-07-17 02:23:07] "POST /fqname-to-id HTTP/1.1" 404 231 0.002693 10.0.0.49 - - [2025-07-17 02:23:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002646 10.0.0.49 - - [2025-07-17 02:23:08] "GET /virtual-network/1600a7ff-4833-43d6-acc2-2e84e3b13d5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.004994 10.0.0.49 - - [2025-07-17 02:23:08] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.040066 10.0.0.49 - - [2025-07-17 02:23:08] "PUT /access-control-list/13685d51-dcae-44b3-b6f9-6af88e040657 HTTP/1.1" 200 272 0.013708 [Introspect:8084]10.0.0.49 - - [2025-07-17 02:23:13] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001281 [Introspect:8084]10.0.0.49 - - [2025-07-17 02:23:13] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001133 [Introspect:8084]10.0.0.49 - - [2025-07-17 02:23:15] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001080 [Introspect:8084]10.0.0.49 - - [2025-07-17 02:23:15] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001318 10.0.0.49 - - [2025-07-17 02:23:37] "GET /obj-perms HTTP/1.1" 200 5056 0.044653 10.0.0.49 - - [2025-07-17 02:23:37] "GET /obj-perms HTTP/1.1" 200 5056 0.054231 10.0.0.49 - - [2025-07-17 02:24:02] "GET / HTTP/1.1" 200 35931 0.001938 10.0.0.49 - - [2025-07-17 02:24:03] "GET /project/230adde6-4aa4-44ee-b86d-deb61f79f821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000467 10.0.0.49 - - [2025-07-17 02:24:03] "GET /projects?obj_uuids=230adde6-4aa4-44ee-b86d-deb61f79f821&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002360 10.0.0.49 - - [2025-07-17 02:24:03] "GET /domains?obj_uuids=2bbb6929-245b-47e4-9692-cd689f3f5260&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000997 10.0.0.49 - - [2025-07-17 02:24:03] "GET /domain/2bbb6929-245b-47e4-9692-cd689f3f5260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.047047 10.0.0.49 - - [2025-07-17 02:24:04] "POST /id-to-fqname HTTP/1.1" 200 167 0.001782 10.0.0.49 - - [2025-07-17 02:24:04] "POST /fqname-to-id HTTP/1.1" 404 176 0.002273 10.0.0.49 - - [2025-07-17 02:24:04] "POST /security-groups HTTP/1.1" 200 568 0.059652 10.0.0.49 - - [2025-07-17 02:24:04] "POST /fqname-to-id HTTP/1.1" 404 207 0.002664 10.0.0.49 - - [2025-07-17 02:24:04] "POST /projects HTTP/1.1" 200 539 0.213472 10.0.0.49 - - [2025-07-17 02:24:04] "POST /access-control-lists HTTP/1.1" 200 573 0.057342 10.0.0.49 - - [2025-07-17 02:24:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.283911 10.0.0.49 - - [2025-07-17 02:24:04] "POST /fqname-to-id HTTP/1.1" 404 206 0.002941 10.0.0.49 - - [2025-07-17 02:24:04] "GET /project/230adde6-4aa4-44ee-b86d-deb61f79f821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.432962 10.0.0.49 - - [2025-07-17 02:24:04] "POST /access-control-lists HTTP/1.1" 200 571 0.072315 [Introspect:8084]10.0.0.49 - - [2025-07-17 02:24:04] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000976 10.0.0.49 - - [2025-07-17 02:24:05] "POST /fqname-to-id HTTP/1.1" 404 199 0.024042 10.0.0.49 - - [2025-07-17 02:24:05] "GET /projects?obj_uuids=02347af3-68a5-45b1-bfa1-adc72b77bb26&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002925 10.0.0.49 - - [2025-07-17 02:24:05] "GET /domains?obj_uuids=2bbb6929-245b-47e4-9692-cd689f3f5260&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001019 10.0.0.49 - - [2025-07-17 02:24:05] "GET /domain/2bbb6929-245b-47e4-9692-cd689f3f5260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006744 10.0.0.49 - - [2025-07-17 02:24:05] "POST /id-to-fqname HTTP/1.1" 200 201 0.001167 10.0.0.49 - - [2025-07-17 02:24:05] "POST /fqname-to-id HTTP/1.1" 404 210 0.004383 10.0.0.49 - - [2025-07-17 02:24:05] "POST /security-groups HTTP/1.1" 200 602 0.059577 10.0.0.49 - - [2025-07-17 02:24:05] "POST /fqname-to-id HTTP/1.1" 404 245 0.002649 10.0.0.49 - - [2025-07-17 02:24:05] "POST /projects HTTP/1.1" 200 607 0.206322 10.0.0.49 - - [2025-07-17 02:24:05] "POST /access-control-lists HTTP/1.1" 200 607 0.059608 10.0.0.49 - - [2025-07-17 02:24:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.274668 10.0.0.49 - - [2025-07-17 02:24:05] "POST /fqname-to-id HTTP/1.1" 404 244 0.002687 10.0.0.49 - - [2025-07-17 02:24:05] "GET /project/02347af3-68a5-45b1-bfa1-adc72b77bb26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.403255 10.0.0.49 - - [2025-07-17 02:24:05] "POST /access-control-lists HTTP/1.1" 200 605 0.063811 10.0.0.49 - - [2025-07-17 02:24:06] "GET / HTTP/1.1" 200 35931 0.003533 10.0.0.49 - - [2025-07-17 02:24:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000448 10.0.0.49 - - [2025-07-17 02:24:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.049265 10.0.0.49 - - [2025-07-17 02:24:07] "GET /projects?obj_uuids=02347af3-68a5-45b1-bfa1-adc72b77bb26&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001007 10.0.0.49 - - [2025-07-17 02:24:07] "GET /project/02347af3-68a5-45b1-bfa1-adc72b77bb26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.024660 10.0.0.49 - - [2025-07-17 02:24:07] "POST /neutron/network HTTP/1.1" 200 117 0.036454 10.0.0.49 - - [2025-07-17 02:24:07] "GET /projects?obj_uuids=02347af3-68a5-45b1-bfa1-adc72b77bb26&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001026 10.0.0.49 - - [2025-07-17 02:24:07] "POST /neutron/network HTTP/1.1" 200 620 0.063231 10.0.0.49 - - [2025-07-17 02:24:07] "POST /route-targets HTTP/1.1" 200 327 0.011183 10.0.0.49 - - [2025-07-17 02:24:07] "POST /ref-update HTTP/1.1" 200 156 0.018818 10.0.0.49 - - [2025-07-17 02:24:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003998 10.0.0.49 - - [2025-07-17 02:24:07] "POST /neutron/subnet HTTP/1.1" 200 729 0.216359 10.0.0.49 - - [2025-07-17 02:24:08] "POST /neutron/network HTTP/1.1" 200 840 0.006006 10.0.0.49 - - [2025-07-17 02:24:08] "POST /id-to-fqname HTTP/1.1" 200 233 0.001176 10.0.0.49 - - [2025-07-17 02:24:08] "GET /virtual-network/32f397fd-4f20-476d-af35-bf1d1bdbfa9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005352 10.0.0.49 - - [2025-07-17 02:24:08] "POST /neutron/network HTTP/1.1" 200 840 0.005999 10.0.0.49 - - [2025-07-17 02:24:08] "GET /virtual-network/32f397fd-4f20-476d-af35-bf1d1bdbfa9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005005 10.0.0.49 - - [2025-07-17 02:24:08] "POST /neutron/network HTTP/1.1" 200 840 0.005571 10.0.0.49 - - [2025-07-17 02:24:08] "POST /neutron/subnet HTTP/1.1" 200 729 0.006363 10.0.0.49 - - [2025-07-17 02:24:08] "GET /domains HTTP/1.1" 401 292 0.000479 10.0.0.49 - - [2025-07-17 02:24:08] "GET /domains HTTP/1.1" 200 280 0.030327 10.0.0.49 - - [2025-07-17 02:24:08] "GET /domains?obj_uuids=2bbb6929-245b-47e4-9692-cd689f3f5260&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000997 10.0.0.49 - - [2025-07-17 02:24:08] "GET /domain/2bbb6929-245b-47e4-9692-cd689f3f5260 HTTP/1.1" 200 2584 0.011782 10.0.0.49 - - [2025-07-17 02:24:08] "GET /projects?obj_uuids=02347af3-68a5-45b1-bfa1-adc72b77bb26&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001121 10.0.0.49 - - [2025-07-17 02:24:08] "GET /project/02347af3-68a5-45b1-bfa1-adc72b77bb26 HTTP/1.1" 200 2166 0.073748 10.0.0.49 - - [2025-07-17 02:24:08] "GET /virtual-network/32f397fd-4f20-476d-af35-bf1d1bdbfa9b HTTP/1.1" 200 2344 0.006462 10.0.0.49 - - [2025-07-17 02:24:08] "GET /virtual-network/32f397fd-4f20-476d-af35-bf1d1bdbfa9b HTTP/1.1" 200 2344 0.005884 10.0.0.49 - - [2025-07-17 02:24:08] "GET /routing-instance/982d6adc-5ed2-4331-8cda-1d52b41e9116 HTTP/1.1" 200 1495 0.004718 10.0.0.49 - - [2025-07-17 02:24:08] "GET /routing-instance/982d6adc-5ed2-4331-8cda-1d52b41e9116 HTTP/1.1" 200 1495 0.004826 10.0.0.49 - - [2025-07-17 02:24:08] "GET /route-target/faa4bf7f-922d-44df-a10f-259aa074b7fa HTTP/1.1" 200 1220 0.003662 10.0.0.49 - - [2025-07-17 02:24:08] "GET /virtual-network/32f397fd-4f20-476d-af35-bf1d1bdbfa9b HTTP/1.1" 200 2344 0.005157 10.0.0.49 - - [2025-07-17 02:24:08] "GET /routing-instance/982d6adc-5ed2-4331-8cda-1d52b41e9116 HTTP/1.1" 200 1495 0.003706 10.0.0.49 - - [2025-07-17 02:24:08] "GET /virtual-network/32f397fd-4f20-476d-af35-bf1d1bdbfa9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005025 10.0.0.49 - - [2025-07-17 02:24:08] "GET /virtual-network/32f397fd-4f20-476d-af35-bf1d1bdbfa9b HTTP/1.1" 200 2344 0.005169 10.0.0.49 - - [2025-07-17 02:24:08] "GET /routing-instance/982d6adc-5ed2-4331-8cda-1d52b41e9116 HTTP/1.1" 200 1495 0.004158 10.0.0.49 - - [2025-07-17 02:24:08] "GET /routing-instance/982d6adc-5ed2-4331-8cda-1d52b41e9116 HTTP/1.1" 200 1495 0.003213 10.0.0.49 - - [2025-07-17 02:24:08] "GET /route-target/faa4bf7f-922d-44df-a10f-259aa074b7fa HTTP/1.1" 200 1220 0.003316 10.0.0.49 - - [2025-07-17 02:24:08] "GET /domains HTTP/1.1" 200 280 0.002684 10.0.0.49 - - [2025-07-17 02:24:08] "GET /domains?obj_uuids=2bbb6929-245b-47e4-9692-cd689f3f5260&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001040 10.0.0.49 - - [2025-07-17 02:24:08] "GET /domain/2bbb6929-245b-47e4-9692-cd689f3f5260 HTTP/1.1" 200 2584 0.006855 10.0.0.49 - - [2025-07-17 02:24:08] "GET /projects?obj_uuids=02347af3-68a5-45b1-bfa1-adc72b77bb26&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001272 10.0.0.49 - - [2025-07-17 02:24:08] "GET /project/02347af3-68a5-45b1-bfa1-adc72b77bb26 HTTP/1.1" 200 2166 0.063651 10.0.0.49 - - [2025-07-17 02:24:08] "GET /virtual-network/32f397fd-4f20-476d-af35-bf1d1bdbfa9b HTTP/1.1" 200 2344 0.004749 10.0.0.49 - - [2025-07-17 02:24:09] "GET /obj-perms HTTP/1.1" 200 5052 0.047698 10.0.0.49 - - [2025-07-17 02:24:09] "POST /id-to-fqname HTTP/1.1" 200 233 0.001278 10.0.0.49 - - [2025-07-17 02:24:10] "POST /neutron/network HTTP/1.1" 200 850 0.006205 10.0.0.49 - - [2025-07-17 02:24:10] "GET /aaa-mode HTTP/1.1" 401 292 0.000418 10.0.0.49 - - [2025-07-17 02:24:10] "GET / HTTP/1.1" 200 35931 0.002772 10.0.0.49 - - [2025-07-17 02:24:10] "GET /project/02347af3-68a5-45b1-bfa1-adc72b77bb26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000415 10.0.0.49 - - [2025-07-17 02:24:11] "GET /projects?obj_uuids=02347af3-68a5-45b1-bfa1-adc72b77bb26&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001178 10.0.0.49 - - [2025-07-17 02:24:11] "GET /project/02347af3-68a5-45b1-bfa1-adc72b77bb26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.045238 10.0.0.49 - - [2025-07-17 02:24:12] "POST /neutron/network HTTP/1.1" 200 840 0.026863 10.0.0.49 - - [2025-07-17 02:24:12] "POST /neutron/port HTTP/1.1" 200 117 0.004732 10.0.0.49 - - [2025-07-17 02:24:12] "POST /neutron/port HTTP/1.1" 200 117 0.005718 10.0.0.49 - - [2025-07-17 02:24:12] "POST /neutron/port HTTP/1.1" 200 117 0.004931 10.0.0.49 - - [2025-07-17 02:24:13] "POST /neutron/network HTTP/1.1" 200 850 0.005373 10.0.0.49 - - [2025-07-17 02:24:13] "GET /projects?obj_uuids=02347af3-68a5-45b1-bfa1-adc72b77bb26&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001020 10.0.0.49 - - [2025-07-17 02:24:13] "POST /neutron/port HTTP/1.1" 200 1072 0.190792 10.0.0.49 - - [2025-07-17 02:24:13] "POST /neutron/port HTTP/1.1" 200 1072 0.027367 10.0.0.49 - - [2025-07-17 02:24:13] "POST /neutron/port HTTP/1.1" 200 1072 0.007698 10.0.0.49 - - [2025-07-17 02:24:13] "POST /neutron/port HTTP/1.1" 200 1126 0.051590 10.0.0.49 - - [2025-07-17 02:24:13] "POST /neutron/port HTTP/1.1" 200 1100 0.010633 10.0.0.49 - - [2025-07-17 02:24:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002735 10.0.0.49 - - [2025-07-17 02:24:13] "POST /neutron/subnet HTTP/1.1" 200 703 0.006638 10.0.0.49 - - [2025-07-17 02:24:13] "POST /neutron/port HTTP/1.1" 200 117 0.001074 10.0.0.49 - - [2025-07-17 02:24:13] "POST /neutron/network HTTP/1.1" 200 840 0.004919 10.0.0.49 - - [2025-07-17 02:24:17] "POST /neutron/port HTTP/1.1" 200 1100 0.010763 10.0.0.49 - - [2025-07-17 02:24:17] "POST /neutron/security_group HTTP/1.1" 200 2069 0.005703 10.0.0.49 - - [2025-07-17 02:24:17] "GET /obj-perms HTTP/1.1" 200 5052 0.003335 10.0.0.49 - - [2025-07-17 02:24:18] "GET /obj-perms HTTP/1.1" 200 5052 0.003115 10.0.0.49 - - [2025-07-17 02:24:19] "GET /obj-perms HTTP/1.1" 200 5052 0.003280 10.0.0.49 - - [2025-07-17 02:24:20] "GET /obj-perms HTTP/1.1" 200 5052 0.003532 10.0.0.49 - - [2025-07-17 02:24:21] "GET /obj-perms HTTP/1.1" 200 5052 0.003279 10.0.0.49 - - [2025-07-17 02:24:22] "POST /neutron/network HTTP/1.1" 200 840 0.005810 10.0.0.49 - - [2025-07-17 02:24:22] "POST /neutron/network HTTP/1.1" 400 204 0.010758 10.0.0.49 - - [2025-07-17 02:24:23] "POST /neutron/port HTTP/1.1" 200 1100 0.010455 10.0.0.49 - - [2025-07-17 02:24:23] "POST /neutron/port HTTP/1.1" 200 1126 0.008158 10.0.0.49 - - [2025-07-17 02:24:23] "POST /neutron/port HTTP/1.1" 200 151 0.098613 10.0.0.49 - - [2025-07-17 02:24:24] "POST /neutron/network HTTP/1.1" 200 840 0.005331 10.0.0.49 - - [2025-07-17 02:24:24] "POST /useragent-kv HTTP/1.1" 200 115 0.003446 10.0.0.49 - - [2025-07-17 02:24:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004799 10.0.0.49 - - [2025-07-17 02:24:24] "POST /useragent-kv HTTP/1.1" 200 115 0.011629 10.0.0.49 - - [2025-07-17 02:24:24] "POST /neutron/network HTTP/1.1" 200 151 0.091659 10.0.0.49 - - [2025-07-17 02:24:24] "DELETE /route-target/faa4bf7f-922d-44df-a10f-259aa074b7fa HTTP/1.1" 200 115 0.021161 10.0.0.49 - - [2025-07-17 02:24:24] "GET /routing-instance/982d6adc-5ed2-4331-8cda-1d52b41e9116 HTTP/1.1" 404 171 0.004478 10.0.0.49 - - [2025-07-17 02:24:24] "GET /domains HTTP/1.1" 200 280 0.009786 10.0.0.49 - - [2025-07-17 02:24:24] "GET /domains?obj_uuids=2bbb6929-245b-47e4-9692-cd689f3f5260&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001159 10.0.0.49 - - [2025-07-17 02:24:24] "GET /domain/2bbb6929-245b-47e4-9692-cd689f3f5260 HTTP/1.1" 200 2584 0.050430 10.0.0.49 - - [2025-07-17 02:24:24] "GET /projects?obj_uuids=02347af3-68a5-45b1-bfa1-adc72b77bb26&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001320 10.0.0.49 - - [2025-07-17 02:24:24] "GET /project/02347af3-68a5-45b1-bfa1-adc72b77bb26 HTTP/1.1" 200 1916 0.066903 10.0.0.49 - - [2025-07-17 02:24:25] "GET /projects?obj_uuids=02347af3-68a5-45b1-bfa1-adc72b77bb26&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001023 10.0.0.49 - - [2025-07-17 02:24:25] "GET /project/02347af3-68a5-45b1-bfa1-adc72b77bb26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.030976 10.0.0.49 - - [2025-07-17 02:24:25] "GET /projects?obj_uuids=02347af3-68a5-45b1-bfa1-adc72b77bb26&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001060 10.0.0.49 - - [2025-07-17 02:24:25] "GET /project/02347af3-68a5-45b1-bfa1-adc72b77bb26?fields=virtual_networks HTTP/1.1" 200 1052 0.065853 10.0.0.49 - - [2025-07-17 02:24:25] "GET /projects?obj_uuids=02347af3-68a5-45b1-bfa1-adc72b77bb26&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001181 10.0.0.49 - - [2025-07-17 02:24:25] "GET /project/02347af3-68a5-45b1-bfa1-adc72b77bb26?fields=virtual_machine_interfaces HTTP/1.1" 200 1052 0.026195 10.0.0.49 - - [2025-07-17 02:24:25] "GET /projects?obj_uuids=02347af3-68a5-45b1-bfa1-adc72b77bb26&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001429 10.0.0.49 - - [2025-07-17 02:24:25] "GET /project/02347af3-68a5-45b1-bfa1-adc72b77bb26?fields=security_groups HTTP/1.1" 200 1289 0.030666 10.0.0.49 - - [2025-07-17 02:24:26] "POST /fqname-to-id HTTP/1.1" 404 200 0.025446 10.0.0.49 - - [2025-07-17 02:24:26] "GET /projects?obj_uuids=4e1a56f2-ee61-4d3d-8caf-fa37dd1dc151&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002609 10.0.0.49 - - [2025-07-17 02:24:26] "GET /domains?obj_uuids=2bbb6929-245b-47e4-9692-cd689f3f5260&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001578 10.0.0.49 - - [2025-07-17 02:24:26] "GET /domain/2bbb6929-245b-47e4-9692-cd689f3f5260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010688 10.0.0.49 - - [2025-07-17 02:24:26] "POST /id-to-fqname HTTP/1.1" 200 202 0.002280 10.0.0.49 - - [2025-07-17 02:24:26] "POST /fqname-to-id HTTP/1.1" 404 211 0.002941 10.0.0.49 - - [2025-07-17 02:24:26] "POST /security-groups HTTP/1.1" 200 603 0.064204 10.0.0.49 - - [2025-07-17 02:24:26] "POST /fqname-to-id HTTP/1.1" 404 246 0.003313 10.0.0.49 - - [2025-07-17 02:24:26] "POST /projects HTTP/1.1" 200 609 0.232622 10.0.0.49 - - [2025-07-17 02:24:26] "POST /access-control-lists HTTP/1.1" 200 608 0.060620 10.0.0.49 - - [2025-07-17 02:24:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.311673 10.0.0.49 - - [2025-07-17 02:24:26] "POST /fqname-to-id HTTP/1.1" 404 245 0.002594 10.0.0.49 - - [2025-07-17 02:24:26] "GET /project/4e1a56f2-ee61-4d3d-8caf-fa37dd1dc151?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.438390 10.0.0.49 - - [2025-07-17 02:24:26] "POST /access-control-lists HTTP/1.1" 200 606 0.064362 10.0.0.49 - - [2025-07-17 02:24:27] "GET / HTTP/1.1" 200 35931 0.001837 10.0.0.49 - - [2025-07-17 02:24:27] "GET /projects?obj_uuids=230adde6-4aa4-44ee-b86d-deb61f79f821&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001218 10.0.0.49 - - [2025-07-17 02:24:27] "GET /project/230adde6-4aa4-44ee-b86d-deb61f79f821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.024249 10.0.0.49 - - [2025-07-17 02:24:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.49 - - [2025-07-17 02:24:28] "GET /security-group/3513067b-47f5-4cc5-8cad-6cfb6b1f7e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3684 0.004881 10.0.0.49 - - [2025-07-17 02:24:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002777 10.0.0.49 - - [2025-07-17 02:24:28] "GET /projects?obj_uuids=230adde6-4aa4-44ee-b86d-deb61f79f821&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001276 10.0.0.49 - - [2025-07-17 02:24:28] "GET /project/230adde6-4aa4-44ee-b86d-deb61f79f821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.025419 10.0.0.49 - - [2025-07-17 02:24:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003146 10.0.0.49 - - [2025-07-17 02:24:28] "GET /security-group/3513067b-47f5-4cc5-8cad-6cfb6b1f7e36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3684 0.003739 10.0.0.49 - - [2025-07-17 02:24:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.49 - - [2025-07-17 02:24:28] "PUT /security-group/3513067b-47f5-4cc5-8cad-6cfb6b1f7e36 HTTP/1.1" 200 262 0.012354 10.0.0.49 - - [2025-07-17 02:24:28] "PUT /access-control-list/50c9665d-00a7-4571-b32c-400e2802417f HTTP/1.1" 200 272 0.008175 10.0.0.49 - - [2025-07-17 02:24:28] "PUT /access-control-list/614e3be4-cff1-40db-aed8-265fcfcdacc4 HTTP/1.1" 200 272 0.008266 10.0.0.49 - - [2025-07-17 02:24:29] "POST /fqname-to-id HTTP/1.1" 401 292 0.000476 10.0.0.49 - - [2025-07-17 02:24:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.047961 10.0.0.49 - - [2025-07-17 02:24:29] "GET /projects?obj_uuids=4e1a56f2-ee61-4d3d-8caf-fa37dd1dc151&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001062 10.0.0.49 - - [2025-07-17 02:24:29] "GET /project/4e1a56f2-ee61-4d3d-8caf-fa37dd1dc151?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.020594 10.0.0.49 - - [2025-07-17 02:24:29] "POST /neutron/network HTTP/1.1" 200 117 0.025753 10.0.0.49 - - [2025-07-17 02:24:29] "GET /projects?obj_uuids=4e1a56f2-ee61-4d3d-8caf-fa37dd1dc151&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001049 10.0.0.49 - - [2025-07-17 02:24:29] "POST /neutron/network HTTP/1.1" 200 619 0.070636 10.0.0.49 - - [2025-07-17 02:24:29] "POST /route-targets HTTP/1.1" 200 327 0.008624 10.0.0.49 - - [2025-07-17 02:24:29] "POST /ref-update HTTP/1.1" 200 156 0.008794 10.0.0.49 - - [2025-07-17 02:24:29] "POST /useragent-kv HTTP/1.1" 200 115 0.003087 10.0.0.49 - - [2025-07-17 02:24:29] "POST /neutron/subnet HTTP/1.1" 200 719 0.174900 10.0.0.49 - - [2025-07-17 02:24:29] "POST /neutron/network HTTP/1.1" 200 837 0.005203 10.0.0.49 - - [2025-07-17 02:24:29] "POST /id-to-fqname HTTP/1.1" 200 233 0.001154 10.0.0.49 - - [2025-07-17 02:24:29] "GET /virtual-network/491274f4-5e80-4a6e-820d-75b19b51c2d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004595 10.0.0.49 - - [2025-07-17 02:24:29] "POST /neutron/network HTTP/1.1" 200 837 0.004898 10.0.0.49 - - [2025-07-17 02:24:29] "GET /virtual-network/491274f4-5e80-4a6e-820d-75b19b51c2d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004351 10.0.0.49 - - [2025-07-17 02:24:30] "POST /neutron/network HTTP/1.1" 200 837 0.005726 10.0.0.49 - - [2025-07-17 02:24:30] "POST /neutron/subnet HTTP/1.1" 200 719 0.006364 10.0.0.49 - - [2025-07-17 02:24:30] "GET /domains HTTP/1.1" 401 292 0.000389 10.0.0.49 - - [2025-07-17 02:24:30] "GET /domains HTTP/1.1" 200 280 0.025173 10.0.0.49 - - [2025-07-17 02:24:30] "GET /domains?obj_uuids=2bbb6929-245b-47e4-9692-cd689f3f5260&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001066 10.0.0.49 - - [2025-07-17 02:24:30] "GET /domain/2bbb6929-245b-47e4-9692-cd689f3f5260 HTTP/1.1" 200 2782 0.008217 10.0.0.49 - - [2025-07-17 02:24:30] "GET /projects?obj_uuids=4e1a56f2-ee61-4d3d-8caf-fa37dd1dc151&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000938 10.0.0.49 - - [2025-07-17 02:24:30] "GET /project/4e1a56f2-ee61-4d3d-8caf-fa37dd1dc151 HTTP/1.1" 200 2173 0.076791 10.0.0.49 - - [2025-07-17 02:24:30] "GET /virtual-network/491274f4-5e80-4a6e-820d-75b19b51c2d0 HTTP/1.1" 200 2335 0.008468 10.0.0.49 - - [2025-07-17 02:24:30] "GET /virtual-network/491274f4-5e80-4a6e-820d-75b19b51c2d0 HTTP/1.1" 200 2335 0.006694 10.0.0.49 - - [2025-07-17 02:24:30] "GET /routing-instance/702879cb-dbe1-42aa-8a75-dc006d7d4fcf HTTP/1.1" 200 1490 0.004482 10.0.0.49 - - [2025-07-17 02:24:30] "GET /routing-instance/702879cb-dbe1-42aa-8a75-dc006d7d4fcf HTTP/1.1" 200 1490 0.003194 10.0.0.49 - - [2025-07-17 02:24:30] "GET /route-target/75230120-6cb0-47ed-8d59-7b4c662759dc HTTP/1.1" 200 1218 0.002923 10.0.0.49 - - [2025-07-17 02:24:30] "GET /virtual-network/491274f4-5e80-4a6e-820d-75b19b51c2d0 HTTP/1.1" 200 2335 0.004445 10.0.0.49 - - [2025-07-17 02:24:30] "GET /routing-instance/702879cb-dbe1-42aa-8a75-dc006d7d4fcf HTTP/1.1" 200 1490 0.002965 10.0.0.49 - - [2025-07-17 02:24:30] "GET /virtual-network/491274f4-5e80-4a6e-820d-75b19b51c2d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005788 10.0.0.49 - - [2025-07-17 02:24:30] "GET /virtual-network/491274f4-5e80-4a6e-820d-75b19b51c2d0 HTTP/1.1" 200 2335 0.007223 10.0.0.49 - - [2025-07-17 02:24:30] "GET /routing-instance/702879cb-dbe1-42aa-8a75-dc006d7d4fcf HTTP/1.1" 200 1490 0.003277 10.0.0.49 - - [2025-07-17 02:24:30] "GET /routing-instance/702879cb-dbe1-42aa-8a75-dc006d7d4fcf HTTP/1.1" 200 1490 0.008406 10.0.0.49 - - [2025-07-17 02:24:30] "GET /route-target/75230120-6cb0-47ed-8d59-7b4c662759dc HTTP/1.1" 200 1218 0.003259 10.0.0.49 - - [2025-07-17 02:24:30] "GET /domains HTTP/1.1" 200 280 0.002643 10.0.0.49 - - [2025-07-17 02:24:30] "GET /domains?obj_uuids=2bbb6929-245b-47e4-9692-cd689f3f5260&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001023 10.0.0.49 - - [2025-07-17 02:24:30] "GET /domain/2bbb6929-245b-47e4-9692-cd689f3f5260 HTTP/1.1" 200 2782 0.007440 10.0.0.49 - - [2025-07-17 02:24:30] "GET /projects?obj_uuids=4e1a56f2-ee61-4d3d-8caf-fa37dd1dc151&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001855 10.0.0.49 - - [2025-07-17 02:24:30] "GET /project/4e1a56f2-ee61-4d3d-8caf-fa37dd1dc151 HTTP/1.1" 200 2173 0.075833 10.0.0.49 - - [2025-07-17 02:24:30] "GET /virtual-network/491274f4-5e80-4a6e-820d-75b19b51c2d0 HTTP/1.1" 200 2335 0.004927 10.0.0.49 - - [2025-07-17 02:24:31] "GET /obj-perms HTTP/1.1" 200 5054 0.041686 10.0.0.49 - - [2025-07-17 02:24:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002640 10.0.0.49 - - [2025-07-17 02:24:31] "GET /projects?obj_uuids=4e1a56f2-ee61-4d3d-8caf-fa37dd1dc151&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001432 10.0.0.49 - - [2025-07-17 02:24:31] "GET /project/4e1a56f2-ee61-4d3d-8caf-fa37dd1dc151?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.024891 10.0.0.49 - - [2025-07-17 02:24:31] "POST /neutron/network HTTP/1.1" 200 117 0.008887 10.0.0.49 - - [2025-07-17 02:24:31] "GET /projects?obj_uuids=4e1a56f2-ee61-4d3d-8caf-fa37dd1dc151&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001194 10.0.0.49 - - [2025-07-17 02:24:31] "POST /neutron/network HTTP/1.1" 200 619 0.066083 10.0.0.49 - - [2025-07-17 02:24:31] "POST /route-targets HTTP/1.1" 200 327 0.015821 10.0.0.49 - - [2025-07-17 02:24:31] "POST /ref-update HTTP/1.1" 200 156 0.011696 10.0.0.49 - - [2025-07-17 02:24:31] "POST /useragent-kv HTTP/1.1" 200 115 0.005771 10.0.0.49 - - [2025-07-17 02:24:31] "POST /neutron/subnet HTTP/1.1" 200 715 0.182248 10.0.0.49 - - [2025-07-17 02:24:31] "POST /neutron/network HTTP/1.1" 200 836 0.005855 10.0.0.49 - - [2025-07-17 02:24:31] "POST /id-to-fqname HTTP/1.1" 200 233 0.001167 10.0.0.49 - - [2025-07-17 02:24:31] "GET /virtual-network/3c99e826-f60c-4dd4-923b-65a2b8ece965?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.004640 10.0.0.49 - - [2025-07-17 02:24:31] "POST /neutron/network HTTP/1.1" 200 836 0.005426 10.0.0.49 - - [2025-07-17 02:24:31] "GET /virtual-network/3c99e826-f60c-4dd4-923b-65a2b8ece965?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.004770 10.0.0.49 - - [2025-07-17 02:24:31] "POST /neutron/network HTTP/1.1" 200 836 0.005579 10.0.0.49 - - [2025-07-17 02:24:31] "POST /neutron/subnet HTTP/1.1" 200 715 0.006797 10.0.0.49 - - [2025-07-17 02:24:31] "GET /domains HTTP/1.1" 200 280 0.001958 10.0.0.49 - - [2025-07-17 02:24:31] "GET /domains?obj_uuids=2bbb6929-245b-47e4-9692-cd689f3f5260&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000977 10.0.0.49 - - [2025-07-17 02:24:31] "GET /domain/2bbb6929-245b-47e4-9692-cd689f3f5260 HTTP/1.1" 200 2782 0.006552 10.0.0.49 - - [2025-07-17 02:24:31] "GET /projects?obj_uuids=4e1a56f2-ee61-4d3d-8caf-fa37dd1dc151&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001092 10.0.0.49 - - [2025-07-17 02:24:31] "GET /project/4e1a56f2-ee61-4d3d-8caf-fa37dd1dc151 HTTP/1.1" 200 2401 0.072434 10.0.0.49 - - [2025-07-17 02:24:31] "GET /virtual-network/3c99e826-f60c-4dd4-923b-65a2b8ece965 HTTP/1.1" 200 2333 0.007005 10.0.0.49 - - [2025-07-17 02:24:31] "GET /virtual-network/3c99e826-f60c-4dd4-923b-65a2b8ece965 HTTP/1.1" 200 2333 0.004997 10.0.0.49 - - [2025-07-17 02:24:31] "GET /routing-instance/fe05fd00-b68e-4642-91ea-2bb680853c4a HTTP/1.1" 200 1492 0.005197 10.0.0.49 - - [2025-07-17 02:24:31] "GET /routing-instance/fe05fd00-b68e-4642-91ea-2bb680853c4a HTTP/1.1" 200 1492 0.004222 10.0.0.49 - - [2025-07-17 02:24:31] "GET /route-target/a06c89ab-df46-4f41-be27-b41193e31a1b HTTP/1.1" 200 1219 0.003152 10.0.0.49 - - [2025-07-17 02:24:31] "GET /virtual-network/3c99e826-f60c-4dd4-923b-65a2b8ece965 HTTP/1.1" 200 2333 0.005181 10.0.0.49 - - [2025-07-17 02:24:31] "GET /routing-instance/fe05fd00-b68e-4642-91ea-2bb680853c4a HTTP/1.1" 200 1492 0.003332 10.0.0.49 - - [2025-07-17 02:24:31] "GET /virtual-network/3c99e826-f60c-4dd4-923b-65a2b8ece965?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005171 10.0.0.49 - - [2025-07-17 02:24:31] "GET /virtual-network/3c99e826-f60c-4dd4-923b-65a2b8ece965 HTTP/1.1" 200 2333 0.004229 10.0.0.49 - - [2025-07-17 02:24:31] "GET /routing-instance/fe05fd00-b68e-4642-91ea-2bb680853c4a HTTP/1.1" 200 1492 0.003065 10.0.0.49 - - [2025-07-17 02:24:31] "GET /routing-instance/fe05fd00-b68e-4642-91ea-2bb680853c4a HTTP/1.1" 200 1492 0.003772 10.0.0.49 - - [2025-07-17 02:24:31] "GET /route-target/a06c89ab-df46-4f41-be27-b41193e31a1b HTTP/1.1" 200 1219 0.002859 10.0.0.49 - - [2025-07-17 02:24:31] "GET /domains HTTP/1.1" 200 280 0.002605 10.0.0.49 - - [2025-07-17 02:24:31] "GET /domains?obj_uuids=2bbb6929-245b-47e4-9692-cd689f3f5260&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000993 10.0.0.49 - - [2025-07-17 02:24:31] "GET /domain/2bbb6929-245b-47e4-9692-cd689f3f5260 HTTP/1.1" 200 2782 0.007083 10.0.0.49 - - [2025-07-17 02:24:31] "GET /projects?obj_uuids=4e1a56f2-ee61-4d3d-8caf-fa37dd1dc151&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000935 10.0.0.49 - - [2025-07-17 02:24:31] "GET /project/4e1a56f2-ee61-4d3d-8caf-fa37dd1dc151 HTTP/1.1" 200 2401 0.067957 10.0.0.49 - - [2025-07-17 02:24:31] "GET /virtual-network/3c99e826-f60c-4dd4-923b-65a2b8ece965 HTTP/1.1" 200 2333 0.004483 10.0.0.49 - - [2025-07-17 02:24:31] "GET /obj-perms HTTP/1.1" 200 5054 0.003294 10.0.0.49 - - [2025-07-17 02:24:31] "POST /id-to-fqname HTTP/1.1" 200 233 0.001386 10.0.0.49 - - [2025-07-17 02:24:32] "POST /neutron/network HTTP/1.1" 200 846 0.005519 10.0.0.49 - - [2025-07-17 02:24:32] "GET /aaa-mode HTTP/1.1" 401 292 0.000437 10.0.0.49 - - [2025-07-17 02:24:32] "GET / HTTP/1.1" 200 35931 0.001787 10.0.0.49 - - [2025-07-17 02:24:32] "GET /project/4e1a56f2-ee61-4d3d-8caf-fa37dd1dc151?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000401 10.0.0.49 - - [2025-07-17 02:24:32] "GET /projects?obj_uuids=4e1a56f2-ee61-4d3d-8caf-fa37dd1dc151&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.025234 10.0.0.49 - - [2025-07-17 02:24:32] "GET /project/4e1a56f2-ee61-4d3d-8caf-fa37dd1dc151?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.076616 10.0.0.49 - - [2025-07-17 02:24:32] "POST /neutron/network HTTP/1.1" 200 836 0.006134 10.0.0.49 - - [2025-07-17 02:24:32] "POST /neutron/port HTTP/1.1" 200 117 0.006608 10.0.0.49 - - [2025-07-17 02:24:33] "POST /neutron/port HTTP/1.1" 200 117 0.014834 10.0.0.49 - - [2025-07-17 02:24:33] "POST /id-to-fqname HTTP/1.1" 200 233 0.001373 10.0.0.49 - - [2025-07-17 02:24:33] "DELETE /project/4e1a56f2ee614d3d8caffa37dd1dc151 HTTP/1.1" 404 173 0.027207 10.0.0.49 - - [2025-07-17 02:24:33] "GET /projects?obj_uuids=02347af3-68a5-45b1-bfa1-adc72b77bb26&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001110 10.0.0.49 - - [2025-07-17 02:24:33] "DELETE /project/230adde64aa444eeb86ddeb61f79f821 HTTP/1.1" 404 173 0.064306 10.0.0.49 - - [2025-07-17 02:24:33] "POST /neutron/port HTTP/1.1" 200 117 0.021396 10.0.0.49 - - [2025-07-17 02:24:33] "DELETE /project/02347af368a545b1bfa1adc72b77bb26 HTTP/1.1" 404 173 0.094768 10.0.0.49 - - [2025-07-17 02:24:33] "GET /project/02347af3-68a5-45b1-bfa1-adc72b77bb26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1510 0.065279 10.0.0.49 - - [2025-07-17 02:24:33] "GET /projects?obj_uuids=02347af3-68a5-45b1-bfa1-adc72b77bb26&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001580 10.0.0.49 - - [2025-07-17 02:24:33] "GET /project/02347af3-68a5-45b1-bfa1-adc72b77bb26?fields=security_groups HTTP/1.1" 200 1394 0.033400 10.0.0.49 - - [2025-07-17 02:24:33] "POST /neutron/network HTTP/1.1" 200 847 0.005970 10.0.0.49 - - [2025-07-17 02:24:33] "GET /aaa-mode HTTP/1.1" 401 292 0.000465 10.0.0.49 - - [2025-07-17 02:24:33] "DELETE /security-group/a3fb9b6c-5f17-427d-8a29-a7876f0c10f0 HTTP/1.1" 200 115 0.072014 10.0.0.49 - - [2025-07-17 02:24:33] "GET /projects?obj_uuids=02347af3-68a5-45b1-bfa1-adc72b77bb26&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001255 10.0.0.49 - - [2025-07-17 02:24:33] "DELETE /access-control-list/4a580045-eaf5-4d71-95bc-d4dfb3f8f8c7 HTTP/1.1" 200 115 0.082290 10.0.0.49 - - [2025-07-17 02:24:33] "GET /project/02347af3-68a5-45b1-bfa1-adc72b77bb26?fields=application_policy_sets HTTP/1.1" 200 1433 0.074889 10.0.0.49 - - [2025-07-17 02:24:33] "DELETE /access-control-list/593d34f9-3f7a-4a85-b617-41c22704394c HTTP/1.1" 200 115 0.037341 10.0.0.49 - - [2025-07-17 02:24:33] "POST /neutron/network HTTP/1.1" 200 846 0.013753 10.0.0.49 - - [2025-07-17 02:24:33] "DELETE /project/02347af3-68a5-45b1-bfa1-adc72b77bb26 HTTP/1.1" 200 115 0.467651 10.0.0.49 - - [2025-07-17 02:24:33] "GET /projects?obj_uuids=4e1a56f2-ee61-4d3d-8caf-fa37dd1dc151&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001216 10.0.0.49 - - [2025-07-17 02:24:33] "GET / HTTP/1.1" 200 35931 0.001801 10.0.0.49 - - [2025-07-17 02:24:33] "GET /project/4e1a56f2-ee61-4d3d-8caf-fa37dd1dc151?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000394 10.0.0.49 - - [2025-07-17 02:24:33] "POST /neutron/port HTTP/1.1" 200 1070 0.226610 10.0.0.49 - - [2025-07-17 02:24:33] "POST /neutron/port HTTP/1.1" 200 1070 0.011614 10.0.0.49 - - [2025-07-17 02:24:33] "POST /neutron/port HTTP/1.1" 200 1070 0.008269 10.0.0.49 - - [2025-07-17 02:24:33] "POST /neutron/port HTTP/1.1" 200 1124 0.073829 10.0.0.49 - - [2025-07-17 02:24:33] "POST /neutron/port HTTP/1.1" 200 1098 0.011298 10.0.0.49 - - [2025-07-17 02:24:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003585 10.0.0.49 - - [2025-07-17 02:24:33] "POST /neutron/subnet HTTP/1.1" 200 689 0.006922 10.0.0.49 - - [2025-07-17 02:24:33] "POST /neutron/port HTTP/1.1" 200 117 0.001122 10.0.0.49 - - [2025-07-17 02:24:33] "POST /neutron/network HTTP/1.1" 200 836 0.005536 10.0.0.49 - - [2025-07-17 02:24:33] "GET /projects?obj_uuids=4e1a56f2-ee61-4d3d-8caf-fa37dd1dc151&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001112 10.0.0.49 - - [2025-07-17 02:24:34] "GET /project/4e1a56f2-ee61-4d3d-8caf-fa37dd1dc151?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.055594 10.0.0.49 - - [2025-07-17 02:24:34] "POST /neutron/network HTTP/1.1" 200 837 0.005769 10.0.0.49 - - [2025-07-17 02:24:34] "POST /neutron/port HTTP/1.1" 200 1098 0.015316 10.0.0.49 - - [2025-07-17 02:24:34] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005468 10.0.0.49 - - [2025-07-17 02:24:34] "POST /neutron/port HTTP/1.1" 200 117 0.004744 10.0.0.49 - - [2025-07-17 02:24:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002833 10.0.0.49 - - [2025-07-17 02:24:34] "GET /projects?obj_uuids=4e1a56f2-ee61-4d3d-8caf-fa37dd1dc151&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001032 10.0.0.49 - - [2025-07-17 02:24:34] "GET /project/4e1a56f2-ee61-4d3d-8caf-fa37dd1dc151?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.029969 10.0.0.49 - - [2025-07-17 02:24:34] "GET /virtual-network/491274f4-5e80-4a6e-820d-75b19b51c2d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005154 10.0.0.49 - - [2025-07-17 02:24:34] "GET /floating-ip-pools?parent_id=491274f4-5e80-4a6e-820d-75b19b51c2d0&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003020 10.0.0.49 - - [2025-07-17 02:24:34] "GET /virtual-network/491274f4-5e80-4a6e-820d-75b19b51c2d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005791 10.0.0.49 - - [2025-07-17 02:24:34] "POST /floating-ip-pools HTTP/1.1" 200 609 0.026749 10.0.0.49 - - [2025-07-17 02:24:34] "POST /ref-update HTTP/1.1" 200 156 0.008795 10.0.0.49 - - [2025-07-17 02:24:34] "POST /neutron/network HTTP/1.1" 200 847 0.013488 10.0.0.49 - - [2025-07-17 02:24:34] "GET /virtual-network/491274f4-5e80-4a6e-820d-75b19b51c2d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005106 10.0.0.49 - - [2025-07-17 02:24:34] "GET /projects?obj_uuids=4e1a56f2-ee61-4d3d-8caf-fa37dd1dc151&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001472 10.0.0.49 - - [2025-07-17 02:24:34] "GET /domains HTTP/1.1" 200 280 0.003010 10.0.0.49 - - [2025-07-17 02:24:34] "GET /domains?obj_uuids=2bbb6929-245b-47e4-9692-cd689f3f5260&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001055 10.0.0.49 - - [2025-07-17 02:24:34] "GET /domain/2bbb6929-245b-47e4-9692-cd689f3f5260 HTTP/1.1" 200 2585 0.024253 10.0.0.49 - - [2025-07-17 02:24:34] "GET /projects?obj_uuids=4e1a56f2-ee61-4d3d-8caf-fa37dd1dc151&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001055 10.0.0.49 - - [2025-07-17 02:24:34] "GET /project/4e1a56f2-ee61-4d3d-8caf-fa37dd1dc151 HTTP/1.1" 200 3243 0.091176 10.0.0.49 - - [2025-07-17 02:24:34] "GET /virtual-network/491274f4-5e80-4a6e-820d-75b19b51c2d0 HTTP/1.1" 200 2926 0.014905 10.0.0.49 - - [2025-07-17 02:24:34] "GET /floating-ip-pool/773176fa-857b-4106-9c63-93deb053858d HTTP/1.1" 200 1440 0.023291 10.0.0.49 - - [2025-07-17 02:24:34] "GET /domains HTTP/1.1" 200 280 0.021090 10.0.0.49 - - [2025-07-17 02:24:34] "GET /domains?obj_uuids=2bbb6929-245b-47e4-9692-cd689f3f5260&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001116 10.0.0.49 - - [2025-07-17 02:24:34] "GET /domain/2bbb6929-245b-47e4-9692-cd689f3f5260 HTTP/1.1" 200 2585 0.029310 10.0.0.49 - - [2025-07-17 02:24:34] "GET /projects?obj_uuids=4e1a56f2-ee61-4d3d-8caf-fa37dd1dc151&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.012825 10.0.0.49 - - [2025-07-17 02:24:35] "GET /project/4e1a56f2-ee61-4d3d-8caf-fa37dd1dc151 HTTP/1.1" 200 3243 0.106915 10.0.0.49 - - [2025-07-17 02:24:35] "POST /neutron/port HTTP/1.1" 200 1071 0.407271 10.0.0.49 - - [2025-07-17 02:24:35] "GET /virtual-network/491274f4-5e80-4a6e-820d-75b19b51c2d0 HTTP/1.1" 200 3147 0.018603 10.0.0.49 - - [2025-07-17 02:24:35] "GET /virtual-network/491274f4-5e80-4a6e-820d-75b19b51c2d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005975 10.0.0.49 - - [2025-07-17 02:24:35] "POST /neutron/port HTTP/1.1" 200 1071 0.019194 10.0.0.49 - - [2025-07-17 02:24:35] "POST /neutron/port HTTP/1.1" 200 1071 0.022945 10.0.0.49 - - [2025-07-17 02:24:35] "POST /neutron/port HTTP/1.1" 200 1098 0.016759 10.0.0.49 - - [2025-07-17 02:24:35] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007029 10.0.0.49 - - [2025-07-17 02:24:35] "POST /neutron/port HTTP/1.1" 200 1125 0.090886 10.0.0.49 - - [2025-07-17 02:24:35] "POST /neutron/port HTTP/1.1" 200 1099 0.016681 10.0.0.49 - - [2025-07-17 02:24:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003125 10.0.0.49 - - [2025-07-17 02:24:35] "POST /neutron/subnet HTTP/1.1" 200 693 0.006932 10.0.0.49 - - [2025-07-17 02:24:35] "POST /neutron/port HTTP/1.1" 200 117 0.001100 10.0.0.49 - - [2025-07-17 02:24:35] "POST /neutron/network HTTP/1.1" 200 837 0.008399 10.0.0.49 - - [2025-07-17 02:24:38] "GET /obj-perms HTTP/1.1" 200 5056 0.046072 10.0.0.49 - - [2025-07-17 02:24:38] "GET /obj-perms HTTP/1.1" 200 5056 0.039799 10.0.0.49 - - [2025-07-17 02:24:40] "POST /neutron/port HTTP/1.1" 200 1098 0.013758 10.0.0.49 - - [2025-07-17 02:24:40] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006343 10.0.0.49 - - [2025-07-17 02:24:40] "POST /neutron/port HTTP/1.1" 200 1098 0.011342 10.0.0.49 - - [2025-07-17 02:24:40] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006324 10.0.0.49 - - [2025-07-17 02:24:40] "POST /neutron/port HTTP/1.1" 200 1098 0.010422 10.0.0.49 - - [2025-07-17 02:24:40] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005783 10.0.0.49 - - [2025-07-17 02:24:40] "GET /virtual-machine/4f75f1d9-b88e-4d29-a07b-da38a5638a22 HTTP/1.1" 200 1304 0.004716 10.0.0.49 - - [2025-07-17 02:24:40] "GET /virtual-machine-interface/89336a8e-c370-4198-892e-1b0e91e73632 HTTP/1.1" 200 3002 0.004659 10.0.0.49 - - [2025-07-17 02:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002683 10.0.0.49 - - [2025-07-17 02:24:40] "GET /global-vrouter-config/2bbac615-16a4-4bf9-98ec-95dec7bcbaae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003110 10.0.0.49 - - [2025-07-17 02:24:40] "GET /virtual-networks?parent_id=4e1a56f2-ee61-4d3d-8caf-fa37dd1dc151&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002851 10.0.0.49 - - [2025-07-17 02:24:40] "GET /virtual-network/3c99e826-f60c-4dd4-923b-65a2b8ece965?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005276 10.0.0.49 - - [2025-07-17 02:24:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002812 10.0.0.49 - - [2025-07-17 02:24:43] "GET /virtual-network/3c99e826-f60c-4dd4-923b-65a2b8ece965?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.004606 10.0.0.49 - - [2025-07-17 02:24:44] "POST /neutron/port HTTP/1.1" 200 1098 0.010967 10.0.0.49 - - [2025-07-17 02:24:44] "POST /neutron/port HTTP/1.1" 200 1098 0.010887 10.0.0.49 - - [2025-07-17 02:24:44] "POST /neutron/network HTTP/1.1" 200 846 0.005232 10.0.0.49 - - [2025-07-17 02:24:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003603 10.0.0.49 - - [2025-07-17 02:24:44] "POST /neutron/subnet HTTP/1.1" 200 689 0.007128 10.0.0.49 - - [2025-07-17 02:24:44] "POST /neutron/port HTTP/1.1" 200 117 0.001083 10.0.0.49 - - [2025-07-17 02:24:44] "POST /neutron/network HTTP/1.1" 200 836 0.005090 10.0.0.49 - - [2025-07-17 02:24:45] "POST /neutron/port HTTP/1.1" 200 1098 0.034877 10.0.0.49 - - [2025-07-17 02:24:45] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005266 10.0.0.49 - - [2025-07-17 02:24:45] "POST /neutron/port HTTP/1.1" 200 1099 0.010300 10.0.0.49 - - [2025-07-17 02:24:45] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005472 10.0.0.49 - - [2025-07-17 02:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002791 10.0.0.49 - - [2025-07-17 02:24:45] "GET /global-vrouter-config/2bbac615-16a4-4bf9-98ec-95dec7bcbaae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003015 10.0.0.49 - - [2025-07-17 02:24:45] "GET /virtual-networks?parent_id=4e1a56f2-ee61-4d3d-8caf-fa37dd1dc151&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003060 10.0.0.49 - - [2025-07-17 02:24:45] "GET /virtual-network/3c99e826-f60c-4dd4-923b-65a2b8ece965?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005067 10.0.0.49 - - [2025-07-17 02:24:45] "POST /neutron/port HTTP/1.1" 200 1098 0.011849 10.0.0.49 - - [2025-07-17 02:24:45] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005465 10.0.0.49 - - [2025-07-17 02:24:47] "GET /global-system-configs HTTP/1.1" 200 322 0.006343 10.0.0.49 - - [2025-07-17 02:24:47] "GET /obj-perms HTTP/1.1" 200 5056 0.026271 10.0.0.49 - - [2025-07-17 02:24:49] "GET /global-system-configs HTTP/1.1" 200 322 0.029183 10.0.0.49 - - [2025-07-17 02:24:49] "GET /obj-perms HTTP/1.1" 200 5056 0.061307 10.0.0.49 - - [2025-07-17 02:24:51] "GET /projects?obj_uuids=4e1a56f2-ee61-4d3d-8caf-fa37dd1dc151&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001150 10.0.0.49 - - [2025-07-17 02:24:51] "POST /neutron/floatingip HTTP/1.1" 200 529 0.063643 10.0.0.49 - - [2025-07-17 02:24:51] "POST /neutron/port HTTP/1.1" 200 1098 0.010931 10.0.0.49 - - [2025-07-17 02:24:51] "POST /neutron/floatingip HTTP/1.1" 200 529 0.005392 10.0.0.49 - - [2025-07-17 02:24:51] "POST /neutron/floatingip HTTP/1.1" 200 574 0.032211 10.0.0.49 - - [2025-07-17 02:24:51] "POST /neutron/port HTTP/1.1" 200 1099 0.010987 10.0.0.49 - - [2025-07-17 02:24:51] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006270 10.0.0.49 - - [2025-07-17 02:24:51] "POST /neutron/port HTTP/1.1" 200 1099 0.010317 10.0.0.49 - - [2025-07-17 02:24:51] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005838 10.0.0.49 - - [2025-07-17 02:24:51] "POST /neutron/port HTTP/1.1" 200 1099 0.010945 10.0.0.49 - - [2025-07-17 02:24:51] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005979 10.0.0.49 - - [2025-07-17 02:24:51] "GET /virtual-machine/53c2114c-6fd2-4c7f-8274-7177c830bc49 HTTP/1.1" 200 1303 0.004905 10.0.0.49 - - [2025-07-17 02:24:51] "GET /virtual-machine-interface/3c8f38c2-378c-4fa9-b36f-70d3250d8996 HTTP/1.1" 200 3003 0.005111 10.0.0.49 - - [2025-07-17 02:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.49 - - [2025-07-17 02:24:51] "GET /global-vrouter-config/2bbac615-16a4-4bf9-98ec-95dec7bcbaae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004174 10.0.0.49 - - [2025-07-17 02:24:51] "GET /virtual-networks?parent_id=4e1a56f2-ee61-4d3d-8caf-fa37dd1dc151&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002952 10.0.0.49 - - [2025-07-17 02:24:51] "GET /virtual-network/491274f4-5e80-4a6e-820d-75b19b51c2d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005239 10.0.0.49 - - [2025-07-17 02:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.49 - - [2025-07-17 02:24:52] "GET /global-vrouter-config/2bbac615-16a4-4bf9-98ec-95dec7bcbaae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003533 10.0.0.49 - - [2025-07-17 02:24:52] "GET /virtual-networks?parent_id=4e1a56f2-ee61-4d3d-8caf-fa37dd1dc151&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002886 10.0.0.49 - - [2025-07-17 02:24:52] "GET /virtual-network/491274f4-5e80-4a6e-820d-75b19b51c2d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005136 10.0.0.49 - - [2025-07-17 02:24:52] "POST /neutron/floatingip HTTP/1.1" 200 574 0.009372 10.0.0.49 - - [2025-07-17 02:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002193 10.0.0.49 - - [2025-07-17 02:24:52] "GET /routing-instance/702879cb-dbe1-42aa-8a75-dc006d7d4fcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1490 0.003284 10.0.0.49 - - [2025-07-17 02:24:52] "GET /route-target/75230120-6cb0-47ed-8d59-7b4c662759dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003561 10.0.0.49 - - [2025-07-17 02:24:53] "GET /floating-ip/83f8865f-5605-4ca2-b340-5e7c3c0cc7bf HTTP/1.1" 200 1885 0.005036 10.0.0.49 - - [2025-07-17 02:24:56] "POST /neutron/floatingip HTTP/1.1" 200 574 0.009426 10.0.0.49 - - [2025-07-17 02:24:56] "POST /neutron/floatingip HTTP/1.1" 200 529 0.018789 10.0.0.49 - - [2025-07-17 02:24:56] "POST /neutron/floatingip HTTP/1.1" 200 529 0.005575 10.0.0.49 - - [2025-07-17 02:24:56] "POST /neutron/floatingip HTTP/1.1" 200 115 0.031680 10.0.0.49 - - [2025-07-17 02:24:56] "GET /floating-ip-pool/773176fa-857b-4106-9c63-93deb053858d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1205 0.003912 10.0.0.49 - - [2025-07-17 02:24:56] "POST /ref-update HTTP/1.1" 200 156 0.008448 10.0.0.49 - - [2025-07-17 02:24:56] "DELETE /floating-ip-pool/773176fa-857b-4106-9c63-93deb053858d HTTP/1.1" 200 115 0.021106 10.0.0.49 - - [2025-07-17 02:24:56] "POST /neutron/network HTTP/1.1" 200 836 0.006778 10.0.0.49 - - [2025-07-17 02:24:56] "POST /neutron/network HTTP/1.1" 400 204 0.009570 10.0.0.49 - - [2025-07-17 02:24:56] "POST /neutron/port HTTP/1.1" 200 1099 0.010427 10.0.0.49 - - [2025-07-17 02:24:56] "POST /neutron/port HTTP/1.1" 200 1125 0.015114 10.0.0.49 - - [2025-07-17 02:24:56] "POST /neutron/port HTTP/1.1" 200 1098 0.016325 10.0.0.49 - - [2025-07-17 02:24:56] "POST /neutron/port HTTP/1.1" 200 1124 0.009529 10.0.0.49 - - [2025-07-17 02:24:56] "POST /neutron/port HTTP/1.1" 200 151 0.134276 10.0.0.49 - - [2025-07-17 02:24:56] "POST /neutron/port HTTP/1.1" 200 151 0.128726 10.0.0.49 - - [2025-07-17 02:24:58] "POST /neutron/network HTTP/1.1" 200 836 0.005789 10.0.0.49 - - [2025-07-17 02:24:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002207 10.0.0.49 - - [2025-07-17 02:24:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003021 10.0.0.49 - - [2025-07-17 02:24:58] "POST /neutron/network HTTP/1.1" 200 151 0.077018 10.0.0.49 - - [2025-07-17 02:24:58] "GET /routing-instance/fe05fd00-b68e-4642-91ea-2bb680853c4a HTTP/1.1" 404 171 0.003237 10.0.0.49 - - [2025-07-17 02:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.027767 10.0.0.49 - - [2025-07-17 02:24:58] "GET /domains HTTP/1.1" 200 280 0.003049 10.0.0.49 - - [2025-07-17 02:24:58] "GET /domains?obj_uuids=2bbb6929-245b-47e4-9692-cd689f3f5260&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000889 10.0.0.49 - - [2025-07-17 02:24:58] "DELETE /route-target/a06c89ab-df46-4f41-be27-b41193e31a1b HTTP/1.1" 200 115 0.017282 10.0.0.49 - - [2025-07-17 02:24:58] "GET /domain/2bbb6929-245b-47e4-9692-cd689f3f5260 HTTP/1.1" 200 2585 0.048759 10.0.0.49 - - [2025-07-17 02:24:58] "GET /projects?obj_uuids=4e1a56f2-ee61-4d3d-8caf-fa37dd1dc151&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001143 10.0.0.49 - - [2025-07-17 02:24:58] "GET /project/4e1a56f2-ee61-4d3d-8caf-fa37dd1dc151 HTTP/1.1" 200 2173 0.066410 10.0.0.49 - - [2025-07-17 02:24:58] "POST /neutron/network HTTP/1.1" 200 837 0.005258 10.0.0.49 - - [2025-07-17 02:24:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003102 10.0.0.49 - - [2025-07-17 02:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005383 10.0.0.49 - - [2025-07-17 02:24:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003995 10.0.0.49 - - [2025-07-17 02:24:58] "POST /neutron/network HTTP/1.1" 200 151 0.075060 10.0.0.49 - - [2025-07-17 02:24:58] "DELETE /route-target/75230120-6cb0-47ed-8d59-7b4c662759dc HTTP/1.1" 200 115 0.014154 10.0.0.49 - - [2025-07-17 02:24:58] "GET /routing-instance/702879cb-dbe1-42aa-8a75-dc006d7d4fcf HTTP/1.1" 404 171 0.002071 10.0.0.49 - - [2025-07-17 02:24:58] "GET /domains HTTP/1.1" 200 280 0.002192 10.0.0.49 - - [2025-07-17 02:24:58] "GET /domains?obj_uuids=2bbb6929-245b-47e4-9692-cd689f3f5260&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000969 10.0.0.49 - - [2025-07-17 02:24:58] "GET /domain/2bbb6929-245b-47e4-9692-cd689f3f5260 HTTP/1.1" 200 2585 0.055295 10.0.0.49 - - [2025-07-17 02:24:58] "GET /projects?obj_uuids=4e1a56f2-ee61-4d3d-8caf-fa37dd1dc151&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000994 10.0.0.49 - - [2025-07-17 02:24:58] "GET /project/4e1a56f2-ee61-4d3d-8caf-fa37dd1dc151 HTTP/1.1" 200 1923 0.070600 10.0.0.49 - - [2025-07-17 02:24:59] "GET /projects?obj_uuids=4e1a56f2-ee61-4d3d-8caf-fa37dd1dc151&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001031 10.0.0.49 - - [2025-07-17 02:24:59] "GET /project/4e1a56f2-ee61-4d3d-8caf-fa37dd1dc151?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.024170 10.0.0.49 - - [2025-07-17 02:24:59] "GET /projects?obj_uuids=4e1a56f2-ee61-4d3d-8caf-fa37dd1dc151&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000990 10.0.0.49 - - [2025-07-17 02:24:59] "GET /project/4e1a56f2-ee61-4d3d-8caf-fa37dd1dc151?fields=virtual_networks HTTP/1.1" 200 1055 0.065417 10.0.0.49 - - [2025-07-17 02:24:59] "GET /projects?obj_uuids=4e1a56f2-ee61-4d3d-8caf-fa37dd1dc151&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001018 10.0.0.49 - - [2025-07-17 02:24:59] "GET /project/4e1a56f2-ee61-4d3d-8caf-fa37dd1dc151?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.021965 10.0.0.49 - - [2025-07-17 02:24:59] "GET /projects?obj_uuids=4e1a56f2-ee61-4d3d-8caf-fa37dd1dc151&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001106 10.0.0.49 - - [2025-07-17 02:24:59] "GET /project/4e1a56f2-ee61-4d3d-8caf-fa37dd1dc151?fields=security_groups HTTP/1.1" 200 1293 0.023442 10.0.0.49 - - [2025-07-17 02:25:00] "POST /fqname-to-id HTTP/1.1" 404 183 0.022513 10.0.0.49 - - [2025-07-17 02:25:00] "GET /projects?obj_uuids=d83a1f2d-7868-4979-b596-ec6e1235660b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002398 10.0.0.49 - - [2025-07-17 02:25:00] "GET /domains?obj_uuids=2bbb6929-245b-47e4-9692-cd689f3f5260&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001990 10.0.0.49 - - [2025-07-17 02:25:00] "GET /domain/2bbb6929-245b-47e4-9692-cd689f3f5260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010472 10.0.0.49 - - [2025-07-17 02:25:00] "POST /id-to-fqname HTTP/1.1" 200 185 0.001283 10.0.0.49 - - [2025-07-17 02:25:00] "POST /fqname-to-id HTTP/1.1" 404 194 0.004971 10.0.0.49 - - [2025-07-17 02:25:00] "POST /security-groups HTTP/1.1" 200 586 0.059431 10.0.0.49 - - [2025-07-17 02:25:00] "POST /fqname-to-id HTTP/1.1" 404 229 0.002434 10.0.0.49 - - [2025-07-17 02:25:00] "POST /projects HTTP/1.1" 200 575 0.209181 10.0.0.49 - - [2025-07-17 02:25:00] "POST /access-control-lists HTTP/1.1" 200 591 0.056716 10.0.0.49 - - [2025-07-17 02:25:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.279382 10.0.0.49 - - [2025-07-17 02:25:00] "POST /fqname-to-id HTTP/1.1" 404 228 0.002587 10.0.0.49 - - [2025-07-17 02:25:00] "GET /project/d83a1f2d-7868-4979-b596-ec6e1235660b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.399668 10.0.0.49 - - [2025-07-17 02:25:00] "POST /access-control-lists HTTP/1.1" 200 589 0.056082 10.0.0.49 - - [2025-07-17 02:25:01] "GET / HTTP/1.1" 200 35931 0.001872 10.0.0.49 - - [2025-07-17 02:25:02] "GET /projects?obj_uuids=d83a1f2d-7868-4979-b596-ec6e1235660b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001033 10.0.0.49 - - [2025-07-17 02:25:02] "GET /project/d83a1f2d-7868-4979-b596-ec6e1235660b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.023159 10.0.0.49 - - [2025-07-17 02:25:02] "GET /projects?obj_uuids=d83a1f2d-7868-4979-b596-ec6e1235660b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000993 10.0.0.49 - - [2025-07-17 02:25:02] "GET /project/d83a1f2d-7868-4979-b596-ec6e1235660b?fields=virtual_networks HTTP/1.1" 200 1022 0.066907 10.0.0.49 - - [2025-07-17 02:25:02] "GET /projects?obj_uuids=d83a1f2d-7868-4979-b596-ec6e1235660b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001032 10.0.0.49 - - [2025-07-17 02:25:02] "GET /project/d83a1f2d-7868-4979-b596-ec6e1235660b?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.026041 10.0.0.49 - - [2025-07-17 02:25:02] "GET /projects?obj_uuids=d83a1f2d-7868-4979-b596-ec6e1235660b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001387 10.0.0.49 - - [2025-07-17 02:25:02] "GET /project/d83a1f2d-7868-4979-b596-ec6e1235660b?fields=security_groups HTTP/1.1" 200 1243 0.022037 10.0.0.49 - - [2025-07-17 02:25:03] "POST /fqname-to-id HTTP/1.1" 404 191 0.027285 10.0.0.49 - - [2025-07-17 02:25:03] "GET /projects?obj_uuids=942ea89a-4c5f-4f97-8ac8-a95fd4d7f0ba&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002352 10.0.0.49 - - [2025-07-17 02:25:03] "GET /domains?obj_uuids=2bbb6929-245b-47e4-9692-cd689f3f5260&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001116 10.0.0.49 - - [2025-07-17 02:25:03] "GET /domain/2bbb6929-245b-47e4-9692-cd689f3f5260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007399 10.0.0.49 - - [2025-07-17 02:25:03] "POST /id-to-fqname HTTP/1.1" 200 193 0.001176 10.0.0.49 - - [2025-07-17 02:25:03] "POST /fqname-to-id HTTP/1.1" 404 202 0.002172 10.0.0.49 - - [2025-07-17 02:25:03] "POST /security-groups HTTP/1.1" 200 594 0.063792 10.0.0.49 - - [2025-07-17 02:25:03] "POST /fqname-to-id HTTP/1.1" 404 237 0.002228 10.0.0.49 - - [2025-07-17 02:25:04] "POST /projects HTTP/1.1" 200 591 0.203583 10.0.0.49 - - [2025-07-17 02:25:04] "POST /access-control-lists HTTP/1.1" 200 599 0.056171 10.0.0.49 - - [2025-07-17 02:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.271938 10.0.0.49 - - [2025-07-17 02:25:04] "POST /fqname-to-id HTTP/1.1" 404 236 0.002550 10.0.0.49 - - [2025-07-17 02:25:04] "GET /project/942ea89a-4c5f-4f97-8ac8-a95fd4d7f0ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.385023 10.0.0.49 - - [2025-07-17 02:25:04] "POST /access-control-lists HTTP/1.1" 200 597 0.063894 10.0.0.49 - - [2025-07-17 02:25:05] "GET / HTTP/1.1" 200 35931 0.001974 10.0.0.49 - - [2025-07-17 02:25:06] "GET /project/942ea89a-4c5f-4f97-8ac8-a95fd4d7f0ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000472 10.0.0.49 - - [2025-07-17 02:25:06] "GET /projects?obj_uuids=942ea89a-4c5f-4f97-8ac8-a95fd4d7f0ba&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001118 10.0.0.49 - - [2025-07-17 02:25:06] "GET /project/942ea89a-4c5f-4f97-8ac8-a95fd4d7f0ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.057557 10.0.0.49 - - [2025-07-17 02:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002390 10.0.0.49 - - [2025-07-17 02:25:06] "GET /security-group/39c1f665-1e2a-4486-93c6-f9284f489708?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3762 0.004836 10.0.0.49 - - [2025-07-17 02:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002738 10.0.0.49 - - [2025-07-17 02:25:06] "GET /projects?obj_uuids=942ea89a-4c5f-4f97-8ac8-a95fd4d7f0ba&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001565 10.0.0.49 - - [2025-07-17 02:25:06] "GET /project/942ea89a-4c5f-4f97-8ac8-a95fd4d7f0ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.026436 10.0.0.49 - - [2025-07-17 02:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.49 - - [2025-07-17 02:25:06] "GET /security-group/39c1f665-1e2a-4486-93c6-f9284f489708?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3762 0.003706 10.0.0.49 - - [2025-07-17 02:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.49 - - [2025-07-17 02:25:06] "PUT /security-group/39c1f665-1e2a-4486-93c6-f9284f489708 HTTP/1.1" 200 262 0.026329 10.0.0.49 - - [2025-07-17 02:25:06] "PUT /access-control-list/1de7b6e3-d249-4f66-b62d-c40e3648a9b4 HTTP/1.1" 200 272 0.008507 10.0.0.49 - - [2025-07-17 02:25:06] "PUT /access-control-list/dd222f2d-ad54-44e3-be0c-c16964207003 HTTP/1.1" 200 272 0.012537 10.0.0.49 - - [2025-07-17 02:25:06] "POST /fqname-to-id HTTP/1.1" 404 202 0.004327 10.0.0.49 - - [2025-07-17 02:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.49 - - [2025-07-17 02:25:06] "GET /projects?obj_uuids=942ea89a-4c5f-4f97-8ac8-a95fd4d7f0ba&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002257 10.0.0.49 - - [2025-07-17 02:25:07] "GET /project/942ea89a-4c5f-4f97-8ac8-a95fd4d7f0ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.046351 10.0.0.49 - - [2025-07-17 02:25:07] "POST /neutron/network HTTP/1.1" 200 117 0.027634 10.0.0.49 - - [2025-07-17 02:25:07] "GET /projects?obj_uuids=942ea89a-4c5f-4f97-8ac8-a95fd4d7f0ba&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001024 10.0.0.49 - - [2025-07-17 02:25:07] "POST /neutron/network HTTP/1.1" 200 608 0.066316 10.0.0.49 - - [2025-07-17 02:25:07] "POST /route-targets HTTP/1.1" 200 327 0.011104 10.0.0.49 - - [2025-07-17 02:25:07] "POST /ref-update HTTP/1.1" 200 156 0.011888 10.0.0.49 - - [2025-07-17 02:25:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003294 10.0.0.49 - - [2025-07-17 02:25:07] "POST /neutron/subnet HTTP/1.1" 200 715 0.192746 10.0.0.49 - - [2025-07-17 02:25:07] "POST /neutron/network HTTP/1.1" 200 825 0.005281 10.0.0.49 - - [2025-07-17 02:25:07] "POST /id-to-fqname HTTP/1.1" 200 223 0.001163 10.0.0.49 - - [2025-07-17 02:25:07] "GET /virtual-network/3aadc967-a9c4-4a07-b11e-cad534c086c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004384 10.0.0.49 - - [2025-07-17 02:25:07] "POST /neutron/network HTTP/1.1" 200 825 0.005372 10.0.0.49 - - [2025-07-17 02:25:07] "GET /virtual-network/3aadc967-a9c4-4a07-b11e-cad534c086c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004694 10.0.0.49 - - [2025-07-17 02:25:07] "POST /neutron/network HTTP/1.1" 200 825 0.005098 10.0.0.49 - - [2025-07-17 02:25:07] "POST /neutron/subnet HTTP/1.1" 200 715 0.006830 10.0.0.49 - - [2025-07-17 02:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002136 10.0.0.49 - - [2025-07-17 02:25:07] "GET /projects?obj_uuids=942ea89a-4c5f-4f97-8ac8-a95fd4d7f0ba&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000972 10.0.0.49 - - [2025-07-17 02:25:07] "GET /project/942ea89a-4c5f-4f97-8ac8-a95fd4d7f0ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.026166 10.0.0.49 - - [2025-07-17 02:25:07] "POST /neutron/network HTTP/1.1" 200 117 0.008749 10.0.0.49 - - [2025-07-17 02:25:07] "GET /projects?obj_uuids=942ea89a-4c5f-4f97-8ac8-a95fd4d7f0ba&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001018 10.0.0.49 - - [2025-07-17 02:25:07] "POST /neutron/network HTTP/1.1" 200 615 0.087083 10.0.0.49 - - [2025-07-17 02:25:07] "POST /route-targets HTTP/1.1" 200 327 0.011452 10.0.0.49 - - [2025-07-17 02:25:07] "POST /ref-update HTTP/1.1" 200 156 0.013579 10.0.0.49 - - [2025-07-17 02:25:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003212 10.0.0.49 - - [2025-07-17 02:25:08] "POST /neutron/subnet HTTP/1.1" 200 715 0.209669 10.0.0.49 - - [2025-07-17 02:25:08] "POST /neutron/network HTTP/1.1" 200 832 0.006743 10.0.0.49 - - [2025-07-17 02:25:08] "POST /id-to-fqname HTTP/1.1" 200 227 0.001257 10.0.0.49 - - [2025-07-17 02:25:08] "GET /virtual-network/b2565761-e950-4e4e-a303-85647c140375?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004952 10.0.0.49 - - [2025-07-17 02:25:08] "POST /neutron/network HTTP/1.1" 200 832 0.005098 10.0.0.49 - - [2025-07-17 02:25:08] "GET /virtual-network/b2565761-e950-4e4e-a303-85647c140375?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004428 10.0.0.49 - - [2025-07-17 02:25:08] "POST /neutron/network HTTP/1.1" 200 832 0.004878 10.0.0.49 - - [2025-07-17 02:25:08] "POST /neutron/subnet HTTP/1.1" 200 715 0.005639 10.0.0.49 - - [2025-07-17 02:25:08] "POST /id-to-fqname HTTP/1.1" 200 223 0.001233 10.0.0.49 - - [2025-07-17 02:25:08] "POST /neutron/network HTTP/1.1" 200 835 0.006237 10.0.0.49 - - [2025-07-17 02:25:08] "GET /aaa-mode HTTP/1.1" 401 292 0.000394 10.0.0.49 - - [2025-07-17 02:25:08] "GET / HTTP/1.1" 200 35931 0.001484 10.0.0.49 - - [2025-07-17 02:25:08] "GET /project/942ea89a-4c5f-4f97-8ac8-a95fd4d7f0ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000386 10.0.0.49 - - [2025-07-17 02:25:09] "GET /projects?obj_uuids=942ea89a-4c5f-4f97-8ac8-a95fd4d7f0ba&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001244 10.0.0.49 - - [2025-07-17 02:25:09] "GET /project/942ea89a-4c5f-4f97-8ac8-a95fd4d7f0ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.051034 10.0.0.49 - - [2025-07-17 02:25:09] "POST /neutron/network HTTP/1.1" 200 825 0.005818 10.0.0.49 - - [2025-07-17 02:25:09] "POST /neutron/port HTTP/1.1" 200 117 0.005853 10.0.0.49 - - [2025-07-17 02:25:09] "POST /neutron/port HTTP/1.1" 200 117 0.006071 10.0.0.49 - - [2025-07-17 02:25:09] "POST /id-to-fqname HTTP/1.1" 200 227 0.001574 10.0.0.49 - - [2025-07-17 02:25:09] "POST /neutron/port HTTP/1.1" 200 117 0.004836 10.0.0.49 - - [2025-07-17 02:25:09] "POST /neutron/network HTTP/1.1" 200 842 0.005586 10.0.0.49 - - [2025-07-17 02:25:09] "GET /aaa-mode HTTP/1.1" 401 292 0.000408 10.0.0.49 - - [2025-07-17 02:25:09] "POST /neutron/network HTTP/1.1" 200 835 0.007238 10.0.0.49 - - [2025-07-17 02:25:09] "GET /projects?obj_uuids=942ea89a-4c5f-4f97-8ac8-a95fd4d7f0ba&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001651 10.0.0.49 - - [2025-07-17 02:25:09] "GET / HTTP/1.1" 200 35931 0.001638 10.0.0.49 - - [2025-07-17 02:25:09] "GET /project/942ea89a-4c5f-4f97-8ac8-a95fd4d7f0ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000409 10.0.0.49 - - [2025-07-17 02:25:09] "POST /neutron/port HTTP/1.1" 200 1061 0.200183 10.0.0.49 - - [2025-07-17 02:25:09] "POST /neutron/port HTTP/1.1" 200 1061 0.008260 10.0.0.49 - - [2025-07-17 02:25:09] "POST /neutron/port HTTP/1.1" 200 1061 0.009416 10.0.0.49 - - [2025-07-17 02:25:10] "POST /neutron/port HTTP/1.1" 200 1115 0.062796 10.0.0.49 - - [2025-07-17 02:25:10] "POST /neutron/port HTTP/1.1" 200 1089 0.014878 10.0.0.49 - - [2025-07-17 02:25:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002938 10.0.0.49 - - [2025-07-17 02:25:10] "POST /neutron/subnet HTTP/1.1" 200 689 0.006282 10.0.0.49 - - [2025-07-17 02:25:10] "POST /neutron/port HTTP/1.1" 200 117 0.001137 10.0.0.49 - - [2025-07-17 02:25:10] "POST /neutron/network HTTP/1.1" 200 825 0.005138 10.0.0.49 - - [2025-07-17 02:25:10] "GET /projects?obj_uuids=942ea89a-4c5f-4f97-8ac8-a95fd4d7f0ba&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001007 10.0.0.49 - - [2025-07-17 02:25:10] "GET /project/942ea89a-4c5f-4f97-8ac8-a95fd4d7f0ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.047970 10.0.0.49 - - [2025-07-17 02:25:10] "POST /neutron/network HTTP/1.1" 200 832 0.006137 10.0.0.49 - - [2025-07-17 02:25:10] "POST /neutron/port HTTP/1.1" 200 1089 0.026428 10.0.0.49 - - [2025-07-17 02:25:10] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009281 10.0.0.49 - - [2025-07-17 02:25:10] "POST /neutron/port HTTP/1.1" 200 117 0.004660 10.0.0.49 - - [2025-07-17 02:25:10] "GET /projects?obj_uuids=942ea89a-4c5f-4f97-8ac8-a95fd4d7f0ba&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002477 10.0.0.49 - - [2025-07-17 02:25:10] "POST /neutron/router HTTP/1.1" 200 585 0.072477 10.0.0.49 - - [2025-07-17 02:25:10] "POST /neutron/router HTTP/1.1" 200 585 0.003682 10.0.0.49 - - [2025-07-17 02:25:10] "POST /route-targets HTTP/1.1" 200 327 0.016604 10.0.0.49 - - [2025-07-17 02:25:10] "PUT /logical-router/48878b54-4675-4f19-b311-415dca37b1bc HTTP/1.1" 200 262 0.025462 10.0.0.49 - - [2025-07-17 02:25:10] "POST /neutron/router HTTP/1.1" 200 656 0.046324 10.0.0.49 - - [2025-07-17 02:25:10] "POST /neutron/router HTTP/1.1" 200 656 0.004956 10.0.0.49 - - [2025-07-17 02:25:10] "GET /logical-router/48878b54-4675-4f19-b311-415dca37b1bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1640 0.003153 10.0.0.49 - - [2025-07-17 02:25:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002594 10.0.0.49 - - [2025-07-17 02:25:10] "GET /projects?obj_uuids=942ea89a-4c5f-4f97-8ac8-a95fd4d7f0ba&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001320 10.0.0.49 - - [2025-07-17 02:25:10] "GET /service-template/1127245b-a5ee-41ea-8c18-3743f12a3c40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.003612 10.0.0.49 - - [2025-07-17 02:25:10] "POST /fqname-to-id HTTP/1.1" 404 215 0.003071 10.0.0.49 - - [2025-07-17 02:25:10] "POST /neutron/network HTTP/1.1" 200 842 0.008605 10.0.0.49 - - [2025-07-17 02:25:10] "GET /projects?obj_uuids=942ea89a-4c5f-4f97-8ac8-a95fd4d7f0ba&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001492 10.0.0.49 - - [2025-07-17 02:25:10] "POST /useragent-kv HTTP/1.1" 200 115 0.004516 10.0.0.49 - - [2025-07-17 02:25:10] "POST /virtual-networks HTTP/1.1" 200 694 0.154537 10.0.0.49 - - [2025-07-17 02:25:10] "POST /neutron/router HTTP/1.1" 200 344 0.325537 10.0.0.49 - - [2025-07-17 02:25:11] "POST /route-targets HTTP/1.1" 200 327 0.074301 10.0.0.49 - - [2025-07-17 02:25:11] "POST /neutron/port HTTP/1.1" 200 1089 0.058518 10.0.0.49 - - [2025-07-17 02:25:11] "POST /ref-update HTTP/1.1" 200 156 0.050007 10.0.0.49 - - [2025-07-17 02:25:11] "POST /neutron/security_group HTTP/1.1" 200 2002 0.016165 10.0.0.49 - - [2025-07-17 02:25:11] "POST /service-instances HTTP/1.1" 200 670 0.168906 10.0.0.49 - - [2025-07-17 02:25:11] "POST /ref-update HTTP/1.1" 200 156 0.023315 10.0.0.49 - - [2025-07-17 02:25:11] "POST /route-tables HTTP/1.1" 200 582 0.038346 10.0.0.49 - - [2025-07-17 02:25:11] "POST /neutron/port HTTP/1.1" 200 1061 0.443688 10.0.0.49 - - [2025-07-17 02:25:11] "POST /neutron/port HTTP/1.1" 200 1061 0.015537 10.0.0.49 - - [2025-07-17 02:25:11] "POST /neutron/port HTTP/1.1" 200 1061 0.010604 10.0.0.49 - - [2025-07-17 02:25:11] "PUT /logical-router/48878b54-4675-4f19-b311-415dca37b1bc HTTP/1.1" 200 262 0.028414 10.0.0.49 - - [2025-07-17 02:25:11] "POST /ref-update HTTP/1.1" 200 156 0.032773 10.0.0.49 - - [2025-07-17 02:25:11] "POST /neutron/port HTTP/1.1" 200 1115 0.085065 10.0.0.49 - - [2025-07-17 02:25:11] "POST /neutron/port HTTP/1.1" 200 1089 0.010643 10.0.0.49 - - [2025-07-17 02:25:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003066 10.0.0.49 - - [2025-07-17 02:25:11] "POST /neutron/subnet HTTP/1.1" 200 689 0.007279 10.0.0.49 - - [2025-07-17 02:25:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002800 10.0.0.49 - - [2025-07-17 02:25:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.001984 10.0.0.49 - - [2025-07-17 02:25:11] "POST /neutron/port HTTP/1.1" 200 117 0.000932 10.0.0.49 - - [2025-07-17 02:25:11] "POST /neutron/network HTTP/1.1" 200 832 0.005095 10.0.0.49 - - [2025-07-17 02:25:11] "POST /virtual-machines HTTP/1.1" 200 553 0.019334 10.0.0.49 - - [2025-07-17 02:25:11] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.089992 10.0.0.49 - - [2025-07-17 02:25:11] "POST /chown HTTP/1.1" 200 109 0.007913 10.0.0.49 - - [2025-07-17 02:25:11] "POST /instance-ips HTTP/1.1" 200 551 0.026362 10.0.0.49 - - [2025-07-17 02:25:11] "POST /instance-ips HTTP/1.1" 400 246 0.014207 10.0.0.49 - - [2025-07-17 02:25:11] "POST /chown HTTP/1.1" 200 109 0.007854 10.0.0.49 - - [2025-07-17 02:25:12] "PUT /virtual-machine-interface/f82d3dc8-bcba-4e41-b22d-6862174774fa HTTP/1.1" 200 284 0.009891 10.0.0.49 - - [2025-07-17 02:25:12] "PUT /instance-ip/059e8fa8-9907-4c12-8c54-461d0f75c27b HTTP/1.1" 200 256 0.017217 10.0.0.49 - - [2025-07-17 02:25:12] "POST /ref-update HTTP/1.1" 200 156 0.015309 10.0.0.49 - - [2025-07-17 02:25:12] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.082064 10.0.0.49 - - [2025-07-17 02:25:12] "POST /chown HTTP/1.1" 200 109 0.014271 10.0.0.49 - - [2025-07-17 02:25:12] "POST /instance-ips HTTP/1.1" 200 549 0.030387 10.0.0.49 - - [2025-07-17 02:25:12] "POST /instance-ips HTTP/1.1" 400 316 0.019235 10.0.0.49 - - [2025-07-17 02:25:12] "POST /chown HTTP/1.1" 200 109 0.010708 10.0.0.49 - - [2025-07-17 02:25:12] "PUT /virtual-machine-interface/74e93d82-5dac-46df-b87f-60d9f4ad6e5d HTTP/1.1" 200 284 0.009425 10.0.0.49 - - [2025-07-17 02:25:12] "PUT /instance-ip/d95e4b96-1573-4dc8-9420-7eac4ad36a58 HTTP/1.1" 200 256 0.014913 10.0.0.49 - - [2025-07-17 02:25:12] "POST /ref-update HTTP/1.1" 200 156 0.011144 10.0.0.49 - - [2025-07-17 02:25:12] "POST /ref-update HTTP/1.1" 200 156 0.007906 10.0.0.49 - - [2025-07-17 02:25:12] "PUT /routing-instance/9c5cdf87-a2ad-4f6f-831f-c7cbd99da850 HTTP/1.1" 200 266 0.010588 10.0.0.49 - - [2025-07-17 02:25:12] "POST /ref-update HTTP/1.1" 200 156 0.007797 10.0.0.49 - - [2025-07-17 02:25:12] "POST /virtual-machines HTTP/1.1" 200 553 0.011825 10.0.0.49 - - [2025-07-17 02:25:12] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.097063 10.0.0.49 - - [2025-07-17 02:25:13] "POST /chown HTTP/1.1" 200 109 0.007729 10.0.0.49 - - [2025-07-17 02:25:13] "POST /instance-ips HTTP/1.1" 400 246 0.014110 10.0.0.49 - - [2025-07-17 02:25:13] "POST /chown HTTP/1.1" 200 109 0.007005 10.0.0.49 - - [2025-07-17 02:25:13] "PUT /virtual-machine-interface/5bfa6468-71f1-4d47-93f7-dfac77dba6f6 HTTP/1.1" 200 284 0.009439 10.0.0.49 - - [2025-07-17 02:25:13] "PUT /instance-ip/059e8fa8-9907-4c12-8c54-461d0f75c27b HTTP/1.1" 200 256 0.013787 10.0.0.49 - - [2025-07-17 02:25:13] "POST /ref-update HTTP/1.1" 200 156 0.011302 10.0.0.49 - - [2025-07-17 02:25:13] "POST /ref-update HTTP/1.1" 200 156 0.012105 10.0.0.49 - - [2025-07-17 02:25:13] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.088084 10.0.0.49 - - [2025-07-17 02:25:13] "POST /chown HTTP/1.1" 200 109 0.006750 10.0.0.49 - - [2025-07-17 02:25:13] "POST /instance-ips HTTP/1.1" 400 316 0.013878 10.0.0.49 - - [2025-07-17 02:25:13] "POST /chown HTTP/1.1" 200 109 0.010666 10.0.0.49 - - [2025-07-17 02:25:13] "PUT /virtual-machine-interface/805da2c8-622e-4ea9-9672-205a0122a632 HTTP/1.1" 200 284 0.010158 10.0.0.49 - - [2025-07-17 02:25:13] "PUT /instance-ip/d95e4b96-1573-4dc8-9420-7eac4ad36a58 HTTP/1.1" 200 256 0.013289 10.0.0.49 - - [2025-07-17 02:25:13] "POST /ref-update HTTP/1.1" 200 156 0.012672 10.0.0.49 - - [2025-07-17 02:25:13] "POST /ref-update HTTP/1.1" 200 156 0.011295 10.0.0.49 - - [2025-07-17 02:25:16] "POST /neutron/port HTTP/1.1" 200 1089 0.010991 10.0.0.49 - - [2025-07-17 02:25:16] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005826 10.0.0.49 - - [2025-07-17 02:25:16] "POST /neutron/port HTTP/1.1" 200 1089 0.010230 10.0.0.49 - - [2025-07-17 02:25:16] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006059 10.0.0.49 - - [2025-07-17 02:25:16] "POST /neutron/port HTTP/1.1" 200 1089 0.010546 10.0.0.49 - - [2025-07-17 02:25:16] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005850 10.0.0.49 - - [2025-07-17 02:25:16] "GET /virtual-machine/c75ed165-a99f-4665-a9e1-e07919ebb9d0 HTTP/1.1" 401 292 0.000414 10.0.0.49 - - [2025-07-17 02:25:16] "GET /virtual-machine/c75ed165-a99f-4665-a9e1-e07919ebb9d0 HTTP/1.1" 200 1296 0.026309 10.0.0.49 - - [2025-07-17 02:25:16] "GET /virtual-machine-interface/7d9d0e3a-15b6-404a-8f5a-a74a90818952 HTTP/1.1" 200 2955 0.004960 10.0.0.49 - - [2025-07-17 02:25:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002652 10.0.0.49 - - [2025-07-17 02:25:16] "GET /global-vrouter-config/2bbac615-16a4-4bf9-98ec-95dec7bcbaae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002898 10.0.0.49 - - [2025-07-17 02:25:16] "GET /virtual-networks?parent_id=942ea89a-4c5f-4f97-8ac8-a95fd4d7f0ba&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003224 10.0.0.49 - - [2025-07-17 02:25:16] "GET /virtual-network/3aadc967-a9c4-4a07-b11e-cad534c086c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006553 10.0.0.49 - - [2025-07-17 02:25:18] "POST /neutron/port HTTP/1.1" 200 1089 0.010630 10.0.0.49 - - [2025-07-17 02:25:18] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005027 10.0.0.49 - - [2025-07-17 02:25:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002706 10.0.0.49 - - [2025-07-17 02:25:19] "GET /virtual-network/3aadc967-a9c4-4a07-b11e-cad534c086c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004439 10.0.0.49 - - [2025-07-17 02:25:20] "POST /neutron/port HTTP/1.1" 200 1089 0.010475 10.0.0.49 - - [2025-07-17 02:25:20] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004700 10.0.0.49 - - [2025-07-17 02:25:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002864 10.0.0.49 - - [2025-07-17 02:25:22] "GET /global-vrouter-config/2bbac615-16a4-4bf9-98ec-95dec7bcbaae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003010 10.0.0.49 - - [2025-07-17 02:25:22] "GET /virtual-networks?parent_id=942ea89a-4c5f-4f97-8ac8-a95fd4d7f0ba&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002743 10.0.0.49 - - [2025-07-17 02:25:22] "GET /virtual-network/3aadc967-a9c4-4a07-b11e-cad534c086c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005080 10.0.0.49 - - [2025-07-17 02:25:22] "POST /neutron/port HTTP/1.1" 200 1089 0.010735 10.0.0.49 - - [2025-07-17 02:25:22] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007282 10.0.0.49 - - [2025-07-17 02:25:22] "POST /neutron/port HTTP/1.1" 200 1089 0.010351 10.0.0.49 - - [2025-07-17 02:25:22] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005841 10.0.0.49 - - [2025-07-17 02:25:22] "POST /neutron/port HTTP/1.1" 200 1089 0.010146 10.0.0.49 - - [2025-07-17 02:25:22] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005741 10.0.0.49 - - [2025-07-17 02:25:22] "GET /virtual-machine/3d1bfeee-65a7-42ab-bf25-15e0bf36d284 HTTP/1.1" 200 1295 0.004231 10.0.0.49 - - [2025-07-17 02:25:22] "GET /virtual-machine-interface/d54eac2b-ef19-41cb-ad87-8af0e9e9184f HTTP/1.1" 200 2968 0.004456 10.0.0.49 - - [2025-07-17 02:25:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003084 10.0.0.49 - - [2025-07-17 02:25:22] "GET /global-vrouter-config/2bbac615-16a4-4bf9-98ec-95dec7bcbaae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003503 10.0.0.49 - - [2025-07-17 02:25:22] "GET /virtual-networks?parent_id=942ea89a-4c5f-4f97-8ac8-a95fd4d7f0ba&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002991 10.0.0.49 - - [2025-07-17 02:25:22] "GET /virtual-network/b2565761-e950-4e4e-a303-85647c140375?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005083 10.0.0.49 - - [2025-07-17 02:25:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002803 10.0.0.49 - - [2025-07-17 02:25:23] "GET /global-vrouter-config/2bbac615-16a4-4bf9-98ec-95dec7bcbaae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002940 10.0.0.49 - - [2025-07-17 02:25:23] "GET /virtual-networks?parent_id=942ea89a-4c5f-4f97-8ac8-a95fd4d7f0ba&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002803 10.0.0.49 - - [2025-07-17 02:25:23] "GET /virtual-network/b2565761-e950-4e4e-a303-85647c140375?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005077 10.0.0.49 - - [2025-07-17 02:25:27] "POST /neutron/router HTTP/1.1" 200 656 0.003933 10.0.0.49 - - [2025-07-17 02:25:27] "POST /ref-update HTTP/1.1" 200 156 0.010400 10.0.0.49 - - [2025-07-17 02:25:27] "POST /neutron/router HTTP/1.1" 200 344 0.099280 10.0.0.49 - - [2025-07-17 02:25:27] "POST /neutron/router HTTP/1.1" 200 656 0.004468 10.0.0.49 - - [2025-07-17 02:25:28] "GET /logical-router/48878b54-4675-4f19-b311-415dca37b1bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1971 0.004353 10.0.0.49 - - [2025-07-17 02:25:28] "GET /service-instance/1cfbe847-5849-4062-9728-bc249447550a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.003870 10.0.0.49 - - [2025-07-17 02:25:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004709 10.0.0.49 - - [2025-07-17 02:25:28] "POST /neutron/router HTTP/1.1" 200 151 0.058362 10.0.0.49 - - [2025-07-17 02:25:28] "DELETE /route-target/921a9a5e-9078-4e26-9a2d-3236730e2924 HTTP/1.1" 409 239 0.004219 10.0.0.49 - - [2025-07-17 02:25:28] "PUT /logical-router/48878b54-4675-4f19-b311-415dca37b1bc HTTP/1.1" 404 171 0.002828 10.0.0.49 - - [2025-07-17 02:25:28] "POST /ref-update HTTP/1.1" 200 156 0.017354 10.0.0.49 - - [2025-07-17 02:25:28] "DELETE /route-table/cea4ac9d-53a0-4158-b9aa-ec6e9aad668e HTTP/1.1" 200 115 0.030437 10.0.0.49 - - [2025-07-17 02:25:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002367 10.0.0.49 - - [2025-07-17 02:25:28] "PUT /routing-instance/9c5cdf87-a2ad-4f6f-831f-c7cbd99da850 HTTP/1.1" 200 266 0.011372 10.0.0.49 - - [2025-07-17 02:25:28] "GET /virtual-network/ca817427-65a1-47c0-9798-49b11fb0ce02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.010355 10.0.0.49 - - [2025-07-17 02:25:28] "POST /neutron/network HTTP/1.1" 200 832 0.005832 10.0.0.49 - - [2025-07-17 02:25:28] "POST /neutron/network HTTP/1.1" 400 204 0.034682 10.0.0.49 - - [2025-07-17 02:25:28] "POST /ref-update HTTP/1.1" 200 156 0.007922 10.0.0.49 - - [2025-07-17 02:25:28] "POST /ref-update HTTP/1.1" 200 156 0.008953 10.0.0.49 - - [2025-07-17 02:25:28] "DELETE /instance-ip/d95e4b96-1573-4dc8-9420-7eac4ad36a58 HTTP/1.1" 200 115 0.032724 10.0.0.49 - - [2025-07-17 02:25:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030 10.0.0.49 - - [2025-07-17 02:25:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003769 10.0.0.49 - - [2025-07-17 02:25:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003198 10.0.0.49 - - [2025-07-17 02:25:28] "DELETE /virtual-network/ca817427-65a1-47c0-9798-49b11fb0ce02 HTTP/1.1" 200 115 0.130504 10.0.0.49 - - [2025-07-17 02:25:28] "DELETE /route-target/5d733334-1e26-4e9b-9d99-fcb3f04f35e8 HTTP/1.1" 200 115 0.028900 10.0.0.49 - - [2025-07-17 02:25:28] "DELETE /service-instance/1cfbe847-5849-4062-9728-bc249447550a HTTP/1.1" 200 115 0.036477 10.0.0.49 - - [2025-07-17 02:25:28] "GET /logical-router/48878b54-4675-4f19-b311-415dca37b1bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002213 10.0.0.49 - - [2025-07-17 02:25:28] "GET /service-instance/1cfbe847-5849-4062-9728-bc249447550a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002737 10.0.0.49 - - [2025-07-17 02:25:28] "POST /neutron/port HTTP/1.1" 200 1089 0.024274 10.0.0.49 - - [2025-07-17 02:25:28] "GET /virtual-machine-interface/f82d3dc8-bcba-4e41-b22d-6862174774fa?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1653 0.005814 10.0.0.49 - - [2025-07-17 02:25:28] "POST /neutron/port HTTP/1.1" 200 1115 0.012735 10.0.0.49 - - [2025-07-17 02:25:28] "POST /neutron/port HTTP/1.1" 200 1089 0.015620 10.0.0.49 - - [2025-07-17 02:25:28] "POST /neutron/port HTTP/1.1" 200 1115 0.020107 10.0.0.49 - - [2025-07-17 02:25:28] "POST /ref-update HTTP/1.1" 200 156 0.025382 10.0.0.49 - - [2025-07-17 02:25:28] "GET /instance-ip/059e8fa8-9907-4c12-8c54-461d0f75c27b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.006653 10.0.0.49 - - [2025-07-17 02:25:28] "POST /neutron/port HTTP/1.1" 200 151 0.135351 10.0.0.49 - - [2025-07-17 02:25:28] "POST /neutron/port HTTP/1.1" 200 151 0.136719 10.0.0.49 - - [2025-07-17 02:25:28] "DELETE /virtual-machine-interface/f82d3dc8-bcba-4e41-b22d-6862174774fa HTTP/1.1" 200 115 0.055774 10.0.0.49 - - [2025-07-17 02:25:28] "GET /virtual-machine-interface/74e93d82-5dac-46df-b87f-60d9f4ad6e5d?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1332 0.005529 10.0.0.49 - - [2025-07-17 02:25:29] "DELETE /virtual-machine-interface/74e93d82-5dac-46df-b87f-60d9f4ad6e5d HTTP/1.1" 200 115 0.033705 10.0.0.49 - - [2025-07-17 02:25:29] "POST /ref-update HTTP/1.1" 200 156 0.012557 10.0.0.49 - - [2025-07-17 02:25:29] "DELETE /virtual-machine/7d5fb5ab-67c9-4079-a1ad-c4b4ca3963a2 HTTP/1.1" 200 115 0.016373 10.0.0.49 - - [2025-07-17 02:25:29] "GET /virtual-machine-interface/805da2c8-622e-4ea9-9672-205a0122a632?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1332 0.005338 10.0.0.49 - - [2025-07-17 02:25:29] "DELETE /virtual-machine-interface/805da2c8-622e-4ea9-9672-205a0122a632 HTTP/1.1" 200 115 0.028806 10.0.0.49 - - [2025-07-17 02:25:29] "GET /virtual-machine-interface/5bfa6468-71f1-4d47-93f7-dfac77dba6f6?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1652 0.005481 10.0.0.49 - - [2025-07-17 02:25:29] "POST /ref-update HTTP/1.1" 200 156 0.010788 10.0.0.49 - - [2025-07-17 02:25:29] "GET /instance-ip/059e8fa8-9907-4c12-8c54-461d0f75c27b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1692 0.006745 10.0.0.49 - - [2025-07-17 02:25:29] "DELETE /instance-ip/059e8fa8-9907-4c12-8c54-461d0f75c27b HTTP/1.1" 200 115 0.021794 10.0.0.49 - - [2025-07-17 02:25:29] "DELETE /virtual-machine-interface/5bfa6468-71f1-4d47-93f7-dfac77dba6f6 HTTP/1.1" 200 115 0.028437 10.0.0.49 - - [2025-07-17 02:25:29] "DELETE /virtual-machine/1d3f3fc9-b42b-4080-b8af-77509290f385 HTTP/1.1" 200 115 0.014521 10.0.0.49 - - [2025-07-17 02:25:30] "POST /neutron/network HTTP/1.1" 200 832 0.005132 10.0.0.49 - - [2025-07-17 02:25:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003780 10.0.0.49 - - [2025-07-17 02:25:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002129 10.0.0.49 - - [2025-07-17 02:25:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002796 10.0.0.49 - - [2025-07-17 02:25:30] "POST /neutron/network HTTP/1.1" 200 151 0.078378 10.0.0.49 - - [2025-07-17 02:25:30] "DELETE /route-target/8a118c34-2012-4fcc-98e0-361a07cf6586 HTTP/1.1" 200 115 0.018100 10.0.0.49 - - [2025-07-17 02:25:30] "POST /neutron/network HTTP/1.1" 200 825 0.005170 10.0.0.49 - - [2025-07-17 02:25:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.49 - - [2025-07-17 02:25:30] "POST /useragent-kv HTTP/1.1" 200 115 0.001984 10.0.0.49 - - [2025-07-17 02:25:30] "POST /useragent-kv HTTP/1.1" 200 115 0.002826 10.0.0.49 - - [2025-07-17 02:25:30] "POST /neutron/network HTTP/1.1" 200 151 0.073720 10.0.0.49 - - [2025-07-17 02:25:30] "DELETE /route-target/5e4da018-6187-47ea-b72d-4c67a15b8cc0 HTTP/1.1" 200 115 0.015830 10.0.0.49 - - [2025-07-17 02:25:30] "GET /projects?obj_uuids=942ea89a-4c5f-4f97-8ac8-a95fd4d7f0ba&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001121 10.0.0.49 - - [2025-07-17 02:25:30] "GET /project/942ea89a-4c5f-4f97-8ac8-a95fd4d7f0ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.022829 10.0.0.49 - - [2025-07-17 02:25:30] "GET /projects?obj_uuids=942ea89a-4c5f-4f97-8ac8-a95fd4d7f0ba&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000997 10.0.0.49 - - [2025-07-17 02:25:30] "GET /project/942ea89a-4c5f-4f97-8ac8-a95fd4d7f0ba?fields=virtual_networks HTTP/1.1" 200 1038 0.062444 10.0.0.49 - - [2025-07-17 02:25:30] "GET /projects?obj_uuids=942ea89a-4c5f-4f97-8ac8-a95fd4d7f0ba&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000976 10.0.0.49 - - [2025-07-17 02:25:30] "GET /project/942ea89a-4c5f-4f97-8ac8-a95fd4d7f0ba?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.024609 10.0.0.49 - - [2025-07-17 02:25:30] "GET /projects?obj_uuids=942ea89a-4c5f-4f97-8ac8-a95fd4d7f0ba&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001162 10.0.0.49 - - [2025-07-17 02:25:30] "GET /project/942ea89a-4c5f-4f97-8ac8-a95fd4d7f0ba?fields=security_groups HTTP/1.1" 200 1267 0.027435 10.0.0.49 - - [2025-07-17 02:25:31] "POST /fqname-to-id HTTP/1.1" 404 196 0.021309 10.0.0.49 - - [2025-07-17 02:25:31] "GET /projects?obj_uuids=f649d90e-f5d5-47e0-a001-56a597c79b1e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002193 10.0.0.49 - - [2025-07-17 02:25:31] "GET /domains?obj_uuids=2bbb6929-245b-47e4-9692-cd689f3f5260&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001053 10.0.0.49 - - [2025-07-17 02:25:31] "GET /domain/2bbb6929-245b-47e4-9692-cd689f3f5260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006935 10.0.0.49 - - [2025-07-17 02:25:31] "POST /id-to-fqname HTTP/1.1" 200 198 0.001229 10.0.0.49 - - [2025-07-17 02:25:31] "POST /fqname-to-id HTTP/1.1" 404 207 0.003261 10.0.0.49 - - [2025-07-17 02:25:32] "POST /security-groups HTTP/1.1" 200 599 0.059459 10.0.0.49 - - [2025-07-17 02:25:32] "POST /fqname-to-id HTTP/1.1" 404 242 0.002906 10.0.0.49 - - [2025-07-17 02:25:32] "POST /projects HTTP/1.1" 200 601 0.211960 10.0.0.49 - - [2025-07-17 02:25:32] "POST /access-control-lists HTTP/1.1" 200 604 0.059247 10.0.0.49 - - [2025-07-17 02:25:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.288834 10.0.0.49 - - [2025-07-17 02:25:32] "POST /fqname-to-id HTTP/1.1" 404 241 0.002620 10.0.0.49 - - [2025-07-17 02:25:32] "GET /project/f649d90e-f5d5-47e0-a001-56a597c79b1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.403342 10.0.0.49 - - [2025-07-17 02:25:32] "POST /access-control-lists HTTP/1.1" 200 602 0.060035 10.0.0.49 - - [2025-07-17 02:25:33] "GET / HTTP/1.1" 200 35931 0.001854 10.0.0.49 - - [2025-07-17 02:25:33] "DELETE /project/d83a1f2d78684979b596ec6e1235660b HTTP/1.1" 404 173 0.015080 10.0.0.49 - - [2025-07-17 02:25:33] "DELETE /project/942ea89a4c5f4f978ac8a95fd4d7f0ba HTTP/1.1" 404 173 0.014555 10.0.0.49 - - [2025-07-17 02:25:33] "DELETE /project/f649d90ef5d547e0a00156a597c79b1e HTTP/1.1" 404 173 0.010000 10.0.0.49 - - [2025-07-17 02:25:33] "GET /projects?obj_uuids=4e1a56f2-ee61-4d3d-8caf-fa37dd1dc151&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001405 10.0.0.49 - - [2025-07-17 02:25:33] "GET /projects?obj_uuids=942ea89a-4c5f-4f97-8ac8-a95fd4d7f0ba&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001347 10.0.0.49 - - [2025-07-17 02:25:33] "GET /projects?obj_uuids=d83a1f2d-7868-4979-b596-ec6e1235660b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001302 10.0.0.49 - - [2025-07-17 02:25:33] "GET /project/942ea89a-4c5f-4f97-8ac8-a95fd4d7f0ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.066082 10.0.0.49 - - [2025-07-17 02:25:33] "GET /project/4e1a56f2-ee61-4d3d-8caf-fa37dd1dc151?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1515 0.077239 10.0.0.49 - - [2025-07-17 02:25:33] "GET /project/d83a1f2d-7868-4979-b596-ec6e1235660b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.072052 10.0.0.49 - - [2025-07-17 02:25:33] "GET /projects?obj_uuids=d83a1f2d-7868-4979-b596-ec6e1235660b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001027 10.0.0.49 - - [2025-07-17 02:25:33] "GET /projects?obj_uuids=4e1a56f2-ee61-4d3d-8caf-fa37dd1dc151&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000906 10.0.0.49 - - [2025-07-17 02:25:33] "GET /projects?obj_uuids=942ea89a-4c5f-4f97-8ac8-a95fd4d7f0ba&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000863 10.0.0.49 - - [2025-07-17 02:25:33] "GET /project/942ea89a-4c5f-4f97-8ac8-a95fd4d7f0ba?fields=security_groups HTTP/1.1" 200 1372 0.044710 10.0.0.49 - - [2025-07-17 02:25:33] "GET /project/4e1a56f2-ee61-4d3d-8caf-fa37dd1dc151?fields=security_groups HTTP/1.1" 200 1398 0.047021 10.0.0.49 - - [2025-07-17 02:25:33] "GET /project/d83a1f2d-7868-4979-b596-ec6e1235660b?fields=security_groups HTTP/1.1" 200 1348 0.049305 10.0.0.49 - - [2025-07-17 02:25:33] "DELETE /security-group/39c1f665-1e2a-4486-93c6-f9284f489708 HTTP/1.1" 200 115 0.067984 10.0.0.49 - - [2025-07-17 02:25:33] "GET /projects?obj_uuids=942ea89a-4c5f-4f97-8ac8-a95fd4d7f0ba&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001063 10.0.0.49 - - [2025-07-17 02:25:33] "DELETE /security-group/9dd2174d-24e9-4637-b651-f69ef1fd972f HTTP/1.1" 200 115 0.075145 10.0.0.49 - - [2025-07-17 02:25:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000510 10.0.0.49 - - [2025-07-17 02:25:33] "GET /projects?obj_uuids=4e1a56f2-ee61-4d3d-8caf-fa37dd1dc151&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001030 10.0.0.49 - - [2025-07-17 02:25:33] "DELETE /access-control-list/1de7b6e3-d249-4f66-b62d-c40e3648a9b4 HTTP/1.1" 200 115 0.058472 10.0.0.49 - - [2025-07-17 02:25:33] "DELETE /security-group/d4a8ad0a-34de-4f24-b9e3-efb65a2e50a8 HTTP/1.1" 200 115 0.091042 10.0.0.49 - - [2025-07-17 02:25:33] "GET /projects?obj_uuids=d83a1f2d-7868-4979-b596-ec6e1235660b&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000986 10.0.0.49 - - [2025-07-17 02:25:33] "GET /project/942ea89a-4c5f-4f97-8ac8-a95fd4d7f0ba?fields=application_policy_sets HTTP/1.1" 200 1411 0.048051 10.0.0.49 - - [2025-07-17 02:25:33] "DELETE /access-control-list/dd222f2d-ad54-44e3-be0c-c16964207003 HTTP/1.1" 200 115 0.034766 10.0.0.49 - - [2025-07-17 02:25:33] "GET /project/d83a1f2d-7868-4979-b596-ec6e1235660b?fields=application_policy_sets HTTP/1.1" 200 1387 0.045020 10.0.0.49 - - [2025-07-17 02:25:33] "GET /project/4e1a56f2-ee61-4d3d-8caf-fa37dd1dc151?fields=application_policy_sets HTTP/1.1" 200 1437 0.084985 10.0.0.49 - - [2025-07-17 02:25:33] "DELETE /access-control-list/73e47ab0-f472-47a1-a6d1-01009691da13 HTTP/1.1" 200 115 0.033974 10.0.0.49 - - [2025-07-17 02:25:34] "DELETE /access-control-list/5323fe06-141a-48b1-b19b-1af9f3c1a2ec HTTP/1.1" 200 115 0.053359 10.0.0.49 - - [2025-07-17 02:25:34] "DELETE /access-control-list/5302457e-37f2-4159-8b69-3c9f273340e0 HTTP/1.1" 200 115 0.030108 10.0.0.49 - - [2025-07-17 02:25:34] "DELETE /project/942ea89a-4c5f-4f97-8ac8-a95fd4d7f0ba HTTP/1.1" 200 115 0.492528 10.0.0.49 - - [2025-07-17 02:25:34] "DELETE /access-control-list/39ebbe2e-a79a-4fa2-8d7b-05608128c11a HTTP/1.1" 200 115 0.030269 10.0.0.49 - - [2025-07-17 02:25:34] "DELETE /project/d83a1f2d-7868-4979-b596-ec6e1235660b HTTP/1.1" 200 115 0.505186 10.0.0.49 - - [2025-07-17 02:25:34] "DELETE /project/4e1a56f2-ee61-4d3d-8caf-fa37dd1dc151 HTTP/1.1" 200 115 0.521471 10.0.0.49 - - [2025-07-17 02:25:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.026992 10.0.0.49 - - [2025-07-17 02:25:34] "GET /projects?obj_uuids=f649d90e-f5d5-47e0-a001-56a597c79b1e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001139 10.0.0.49 - - [2025-07-17 02:25:34] "GET /project/f649d90e-f5d5-47e0-a001-56a597c79b1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.022742 10.0.0.49 - - [2025-07-17 02:25:34] "POST /neutron/network HTTP/1.1" 200 117 0.033592 10.0.0.49 - - [2025-07-17 02:25:34] "GET /projects?obj_uuids=f649d90e-f5d5-47e0-a001-56a597c79b1e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001051 10.0.0.49 - - [2025-07-17 02:25:34] "POST /neutron/network HTTP/1.1" 200 613 0.058433 10.0.0.49 - - [2025-07-17 02:25:34] "POST /route-targets HTTP/1.1" 200 327 0.011939 10.0.0.49 - - [2025-07-17 02:25:34] "POST /ref-update HTTP/1.1" 200 156 0.012127 10.0.0.49 - - [2025-07-17 02:25:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003112 10.0.0.49 - - [2025-07-17 02:25:34] "POST /neutron/subnet HTTP/1.1" 200 724 0.174258 10.0.0.49 - - [2025-07-17 02:25:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002387 10.0.0.49 - - [2025-07-17 02:25:34] "POST /neutron/subnet HTTP/1.1" 200 828 0.152742 10.0.0.49 - - [2025-07-17 02:25:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.028225 10.0.0.49 - - [2025-07-17 02:25:34] "GET /virtual-network/2dcb8893-83a2-4a90-b0ec-fb95ec6f86a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1949 0.007374 10.0.0.49 - - [2025-07-17 02:25:34] "POST /neutron/network HTTP/1.1" 200 1006 0.006148 10.0.0.49 - - [2025-07-17 02:25:34] "POST /id-to-fqname HTTP/1.1" 200 228 0.001160 10.0.0.49 - - [2025-07-17 02:25:34] "GET /virtual-network/2fbdc9dc-534c-4b98-b7b4-e0f1116052bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.004805 10.0.0.49 - - [2025-07-17 02:25:34] "POST /neutron/network HTTP/1.1" 200 1006 0.007142 10.0.0.49 - - [2025-07-17 02:25:34] "GET /virtual-network/2fbdc9dc-534c-4b98-b7b4-e0f1116052bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006941 10.0.0.49 - - [2025-07-17 02:25:34] "POST /neutron/network HTTP/1.1" 200 1006 0.007058 10.0.0.49 - - [2025-07-17 02:25:34] "POST /neutron/subnet HTTP/1.1" 200 724 0.006847 10.0.0.49 - - [2025-07-17 02:25:34] "POST /neutron/subnet HTTP/1.1" 200 828 0.006044 10.0.0.49 - - [2025-07-17 02:25:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002420 10.0.0.49 - - [2025-07-17 02:25:34] "GET /projects?obj_uuids=f649d90e-f5d5-47e0-a001-56a597c79b1e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000980 10.0.0.49 - - [2025-07-17 02:25:35] "GET /project/f649d90e-f5d5-47e0-a001-56a597c79b1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.024556 10.0.0.49 - - [2025-07-17 02:25:35] "POST /neutron/network HTTP/1.1" 200 117 0.009100 10.0.0.49 - - [2025-07-17 02:25:35] "GET /projects?obj_uuids=f649d90e-f5d5-47e0-a001-56a597c79b1e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001325 10.0.0.49 - - [2025-07-17 02:25:35] "POST /neutron/network HTTP/1.1" 200 613 0.062043 10.0.0.49 - - [2025-07-17 02:25:35] "POST /route-targets HTTP/1.1" 200 327 0.012362 10.0.0.49 - - [2025-07-17 02:25:35] "POST /ref-update HTTP/1.1" 200 156 0.011963 10.0.0.49 - - [2025-07-17 02:25:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002886 10.0.0.49 - - [2025-07-17 02:25:35] "POST /neutron/subnet HTTP/1.1" 200 729 0.185259 10.0.0.49 - - [2025-07-17 02:25:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004556 10.0.0.49 - - [2025-07-17 02:25:35] "GET /virtual-network/2dcb8893-83a2-4a90-b0ec-fb95ec6f86a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1949 0.007014 10.0.0.49 - - [2025-07-17 02:25:35] "POST /useragent-kv HTTP/1.1" 200 115 0.005947 10.0.0.49 - - [2025-07-17 02:25:35] "POST /neutron/subnet HTTP/1.1" 200 828 0.187913 10.0.0.49 - - [2025-07-17 02:25:35] "POST /neutron/network HTTP/1.1" 200 1007 0.007128 10.0.0.49 - - [2025-07-17 02:25:35] "POST /id-to-fqname HTTP/1.1" 200 228 0.001275 10.0.0.49 - - [2025-07-17 02:25:35] "GET /virtual-network/02495c31-6aac-408a-9a85-ce6e01012c6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.004619 10.0.0.49 - - [2025-07-17 02:25:35] "POST /neutron/network HTTP/1.1" 200 1007 0.006987 10.0.0.49 - - [2025-07-17 02:25:35] "GET /virtual-network/02495c31-6aac-408a-9a85-ce6e01012c6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.004925 10.0.0.49 - - [2025-07-17 02:25:35] "POST /neutron/network HTTP/1.1" 200 1007 0.007370 10.0.0.49 - - [2025-07-17 02:25:35] "POST /neutron/subnet HTTP/1.1" 200 729 0.006563 10.0.0.49 - - [2025-07-17 02:25:35] "POST /neutron/subnet HTTP/1.1" 200 828 0.006541 10.0.0.49 - - [2025-07-17 02:25:35] "POST /fqname-to-id HTTP/1.1" 404 234 0.002226 10.0.0.49 - - [2025-07-17 02:25:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002330 10.0.0.49 - - [2025-07-17 02:25:35] "GET /projects?obj_uuids=f649d90e-f5d5-47e0-a001-56a597c79b1e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001595 10.0.0.49 - - [2025-07-17 02:25:35] "GET /project/f649d90e-f5d5-47e0-a001-56a597c79b1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.027406 10.0.0.49 - - [2025-07-17 02:25:35] "POST /network-policys HTTP/1.1" 200 577 0.059858 10.0.0.49 - - [2025-07-17 02:25:36] "GET /network-policy/e380079c-e5af-4033-848a-bcd35ba0dfe2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.005305 10.0.0.49 - - [2025-07-17 02:25:36] "POST /neutron/network HTTP/1.1" 200 1006 0.007197 10.0.0.49 - - [2025-07-17 02:25:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.006485 10.0.0.49 - - [2025-07-17 02:25:36] "POST /fqname-to-id HTTP/1.1" 404 242 0.006237 10.0.0.49 - - [2025-07-17 02:25:36] "GET /virtual-network/2dcb8893-83a2-4a90-b0ec-fb95ec6f86a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1949 0.006236 10.0.0.49 - - [2025-07-17 02:25:36] "POST /neutron/network HTTP/1.1" 200 1114 0.062826 10.0.0.49 - - [2025-07-17 02:25:36] "POST /access-control-lists HTTP/1.1" 200 596 0.072923 10.0.0.49 - - [2025-07-17 02:25:36] "POST /neutron/network HTTP/1.1" 200 1114 0.043572 10.0.0.49 - - [2025-07-17 02:25:36] "GET /virtual-network/2fbdc9dc-534c-4b98-b7b4-e0f1116052bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.004994 10.0.0.49 - - [2025-07-17 02:25:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002605 10.0.0.49 - - [2025-07-17 02:25:36] "GET /network-policy/e380079c-e5af-4033-848a-bcd35ba0dfe2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.003604 10.0.0.49 - - [2025-07-17 02:25:36] "POST /neutron/network HTTP/1.1" 200 1007 0.007883 10.0.0.49 - - [2025-07-17 02:25:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005765 10.0.0.49 - - [2025-07-17 02:25:36] "GET /virtual-network/2dcb8893-83a2-4a90-b0ec-fb95ec6f86a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1949 0.005184 10.0.0.49 - - [2025-07-17 02:25:36] "POST /neutron/network HTTP/1.1" 200 1115 0.046501 10.0.0.49 - - [2025-07-17 02:25:36] "PUT /access-control-list/6082c8a5-4cbc-44e3-aeb8-69be6dc7da61 HTTP/1.1" 200 272 0.064588 10.0.0.49 - - [2025-07-17 02:25:36] "POST /neutron/network HTTP/1.1" 200 1115 0.036305 10.0.0.49 - - [2025-07-17 02:25:36] "POST /fqname-to-id HTTP/1.1" 404 242 0.002956 10.0.0.49 - - [2025-07-17 02:25:36] "GET /virtual-network/02495c31-6aac-408a-9a85-ce6e01012c6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.004639 10.0.0.49 - - [2025-07-17 02:25:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002338 10.0.0.49 - - [2025-07-17 02:25:36] "GET /network-policy/e380079c-e5af-4033-848a-bcd35ba0dfe2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.003084 10.0.0.49 - - [2025-07-17 02:25:36] "GET /domains HTTP/1.1" 401 292 0.000478 10.0.0.49 - - [2025-07-17 02:25:36] "POST /access-control-lists HTTP/1.1" 200 596 0.060224 10.0.0.49 - - [2025-07-17 02:25:36] "POST /ref-update HTTP/1.1" 200 156 0.009783 10.0.0.49 - - [2025-07-17 02:25:36] "GET /domains HTTP/1.1" 200 280 0.024711 10.0.0.49 - - [2025-07-17 02:25:36] "GET /domains?obj_uuids=2bbb6929-245b-47e4-9692-cd689f3f5260&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.054630 10.0.0.49 - - [2025-07-17 02:25:36] "GET /domain/2bbb6929-245b-47e4-9692-cd689f3f5260 HTTP/1.1" 200 2581 0.062399 10.0.0.49 - - [2025-07-17 02:25:36] "GET /projects?obj_uuids=f649d90e-f5d5-47e0-a001-56a597c79b1e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001186 10.0.0.49 - - [2025-07-17 02:25:36] "GET /project/f649d90e-f5d5-47e0-a001-56a597c79b1e HTTP/1.1" 200 2625 0.069916 10.0.0.49 - - [2025-07-17 02:25:36] "GET /virtual-network/2fbdc9dc-534c-4b98-b7b4-e0f1116052bd HTTP/1.1" 200 3504 0.005879 10.0.0.49 - - [2025-07-17 02:25:37] "GET /virtual-network/2fbdc9dc-534c-4b98-b7b4-e0f1116052bd HTTP/1.1" 200 3504 0.004741 10.0.0.49 - - [2025-07-17 02:25:37] "GET /routing-instance/9d95a29a-d840-4bc4-b60e-299fc27e6427 HTTP/1.1" 200 1796 0.003188 10.0.0.49 - - [2025-07-17 02:25:37] "GET /routing-instance/9d95a29a-d840-4bc4-b60e-299fc27e6427 HTTP/1.1" 200 1796 0.003222 10.0.0.49 - - [2025-07-17 02:25:37] "GET /route-target/4eb60a38-9b03-4249-92cf-51886815b1da HTTP/1.1" 200 1212 0.002667 10.0.0.49 - - [2025-07-17 02:25:37] "GET /virtual-network/2fbdc9dc-534c-4b98-b7b4-e0f1116052bd HTTP/1.1" 200 3504 0.004289 10.0.0.49 - - [2025-07-17 02:25:37] "GET /routing-instance/9d95a29a-d840-4bc4-b60e-299fc27e6427 HTTP/1.1" 200 1796 0.003168 10.0.0.49 - - [2025-07-17 02:25:37] "GET /virtual-network/2fbdc9dc-534c-4b98-b7b4-e0f1116052bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.004532 10.0.0.49 - - [2025-07-17 02:25:37] "GET /virtual-network/2fbdc9dc-534c-4b98-b7b4-e0f1116052bd HTTP/1.1" 200 3504 0.004318 10.0.0.49 - - [2025-07-17 02:25:37] "GET /routing-instance/9d95a29a-d840-4bc4-b60e-299fc27e6427 HTTP/1.1" 200 1796 0.003054 10.0.0.49 - - [2025-07-17 02:25:37] "GET /routing-instance/9d95a29a-d840-4bc4-b60e-299fc27e6427 HTTP/1.1" 200 1796 0.002878 10.0.0.49 - - [2025-07-17 02:25:37] "GET /route-target/4eb60a38-9b03-4249-92cf-51886815b1da HTTP/1.1" 200 1212 0.003202 10.0.0.49 - - [2025-07-17 02:25:37] "GET /domains HTTP/1.1" 200 280 0.002484 10.0.0.49 - - [2025-07-17 02:25:37] "GET /domains?obj_uuids=2bbb6929-245b-47e4-9692-cd689f3f5260&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001127 10.0.0.49 - - [2025-07-17 02:25:37] "GET /domain/2bbb6929-245b-47e4-9692-cd689f3f5260 HTTP/1.1" 200 2581 0.007104 10.0.0.49 - - [2025-07-17 02:25:37] "GET /projects?obj_uuids=f649d90e-f5d5-47e0-a001-56a597c79b1e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000965 10.0.0.49 - - [2025-07-17 02:25:37] "GET /project/f649d90e-f5d5-47e0-a001-56a597c79b1e HTTP/1.1" 200 2625 0.069436 10.0.0.49 - - [2025-07-17 02:25:37] "GET /virtual-network/2fbdc9dc-534c-4b98-b7b4-e0f1116052bd HTTP/1.1" 200 3504 0.004395 10.0.0.49 - - [2025-07-17 02:25:37] "GET /obj-perms HTTP/1.1" 200 5046 0.044149 10.0.0.49 - - [2025-07-17 02:25:37] "GET /domains HTTP/1.1" 200 280 0.002617 10.0.0.49 - - [2025-07-17 02:25:37] "GET /domains?obj_uuids=2bbb6929-245b-47e4-9692-cd689f3f5260&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000985 10.0.0.49 - - [2025-07-17 02:25:37] "GET /domain/2bbb6929-245b-47e4-9692-cd689f3f5260 HTTP/1.1" 200 2581 0.006643 10.0.0.49 - - [2025-07-17 02:25:37] "GET /projects?obj_uuids=f649d90e-f5d5-47e0-a001-56a597c79b1e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000937 10.0.0.49 - - [2025-07-17 02:25:37] "GET /project/f649d90e-f5d5-47e0-a001-56a597c79b1e HTTP/1.1" 200 2625 0.064974 10.0.0.49 - - [2025-07-17 02:25:37] "GET /virtual-network/02495c31-6aac-408a-9a85-ce6e01012c6e HTTP/1.1" 200 3506 0.006527 10.0.0.49 - - [2025-07-17 02:25:37] "GET /virtual-network/02495c31-6aac-408a-9a85-ce6e01012c6e HTTP/1.1" 200 3506 0.004841 10.0.0.49 - - [2025-07-17 02:25:37] "GET /routing-instance/718b527b-5e58-44ee-8d96-025d6768700e HTTP/1.1" 200 1795 0.002975 10.0.0.49 - - [2025-07-17 02:25:37] "GET /routing-instance/718b527b-5e58-44ee-8d96-025d6768700e HTTP/1.1" 200 1795 0.002796 10.0.0.49 - - [2025-07-17 02:25:37] "GET /route-target/24bf2a06-502b-4535-8b54-ca711dc2ffbb HTTP/1.1" 200 1212 0.002535 10.0.0.49 - - [2025-07-17 02:25:37] "GET /virtual-network/02495c31-6aac-408a-9a85-ce6e01012c6e HTTP/1.1" 200 3506 0.004031 10.0.0.49 - - [2025-07-17 02:25:37] "GET /routing-instance/718b527b-5e58-44ee-8d96-025d6768700e HTTP/1.1" 200 1795 0.002858 10.0.0.49 - - [2025-07-17 02:25:37] "GET /virtual-network/02495c31-6aac-408a-9a85-ce6e01012c6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.004165 10.0.0.49 - - [2025-07-17 02:25:37] "GET /virtual-network/02495c31-6aac-408a-9a85-ce6e01012c6e HTTP/1.1" 200 3506 0.004261 10.0.0.49 - - [2025-07-17 02:25:37] "GET /routing-instance/718b527b-5e58-44ee-8d96-025d6768700e HTTP/1.1" 200 1795 0.003156 10.0.0.49 - - [2025-07-17 02:25:37] "GET /routing-instance/718b527b-5e58-44ee-8d96-025d6768700e HTTP/1.1" 200 1795 0.002892 10.0.0.49 - - [2025-07-17 02:25:37] "GET /route-target/24bf2a06-502b-4535-8b54-ca711dc2ffbb HTTP/1.1" 200 1212 0.002595 10.0.0.49 - - [2025-07-17 02:25:37] "GET /domains HTTP/1.1" 200 280 0.002567 10.0.0.49 - - [2025-07-17 02:25:37] "GET /domains?obj_uuids=2bbb6929-245b-47e4-9692-cd689f3f5260&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000988 10.0.0.49 - - [2025-07-17 02:25:37] "GET /domain/2bbb6929-245b-47e4-9692-cd689f3f5260 HTTP/1.1" 200 2581 0.006779 10.0.0.49 - - [2025-07-17 02:25:37] "GET /projects?obj_uuids=f649d90e-f5d5-47e0-a001-56a597c79b1e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000922 10.0.0.49 - - [2025-07-17 02:25:37] "GET /project/f649d90e-f5d5-47e0-a001-56a597c79b1e HTTP/1.1" 200 2625 0.066519 10.0.0.49 - - [2025-07-17 02:25:37] "GET /virtual-network/02495c31-6aac-408a-9a85-ce6e01012c6e HTTP/1.1" 200 3506 0.004477 10.0.0.49 - - [2025-07-17 02:25:37] "GET /obj-perms HTTP/1.1" 200 5046 0.002898 10.0.0.49 - - [2025-07-17 02:25:37] "GET /virtual-network/02495c31-6aac-408a-9a85-ce6e01012c6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.006397 10.0.0.49 - - [2025-07-17 02:25:37] "POST /neutron/network HTTP/1.1" 200 1115 0.006552 10.0.0.49 - - [2025-07-17 02:25:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.013998 10.0.0.49 - - [2025-07-17 02:25:37] "POST /neutron/network HTTP/1.1" 200 1007 0.048906 10.0.0.49 - - [2025-07-17 02:25:37] "GET /virtual-network/2dcb8893-83a2-4a90-b0ec-fb95ec6f86a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1949 0.010494 10.0.0.49 - - [2025-07-17 02:25:37] "DELETE /access-control-list/e8cf5a63-9f1e-4992-911f-ef3fafdcdc98 HTTP/1.1" 200 115 0.041199 10.0.0.49 - - [2025-07-17 02:25:37] "POST /neutron/network HTTP/1.1" 200 1007 0.011822 10.0.0.49 - - [2025-07-17 02:25:37] "GET /virtual-network/02495c31-6aac-408a-9a85-ce6e01012c6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.004992 10.0.0.49 - - [2025-07-17 02:25:37] "POST /ref-update HTTP/1.1" 200 156 0.019379 10.0.0.49 - - [2025-07-17 02:25:38] "GET /virtual-network/2fbdc9dc-534c-4b98-b7b4-e0f1116052bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.007641 10.0.0.49 - - [2025-07-17 02:25:38] "POST /neutron/network HTTP/1.1" 200 1114 0.007259 10.0.0.49 - - [2025-07-17 02:25:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004959 10.0.0.49 - - [2025-07-17 02:25:38] "GET /virtual-network/2dcb8893-83a2-4a90-b0ec-fb95ec6f86a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1949 0.004769 10.0.0.49 - - [2025-07-17 02:25:38] "POST /neutron/network HTTP/1.1" 200 1006 0.046459 10.0.0.49 - - [2025-07-17 02:25:38] "DELETE /access-control-list/6082c8a5-4cbc-44e3-aeb8-69be6dc7da61 HTTP/1.1" 200 115 0.037112 10.0.0.49 - - [2025-07-17 02:25:38] "POST /neutron/network HTTP/1.1" 200 1006 0.008969 10.0.0.49 - - [2025-07-17 02:25:38] "POST /ref-update HTTP/1.1" 200 156 0.013287 10.0.0.49 - - [2025-07-17 02:25:38] "GET /virtual-network/2fbdc9dc-534c-4b98-b7b4-e0f1116052bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005247 10.0.0.49 - - [2025-07-17 02:25:38] "DELETE /network-policy/e380079c-e5af-4033-848a-bcd35ba0dfe2 HTTP/1.1" 200 115 0.025666 10.0.0.49 - - [2025-07-17 02:25:38] "POST /neutron/network HTTP/1.1" 200 1007 0.006354 10.0.0.49 - - [2025-07-17 02:25:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002268 10.0.0.49 - - [2025-07-17 02:25:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.49 - - [2025-07-17 02:25:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002282 10.0.0.49 - - [2025-07-17 02:25:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002875 10.0.0.49 - - [2025-07-17 02:25:38] "POST /useragent-kv HTTP/1.1" 200 115 0.001827 10.0.0.49 - - [2025-07-17 02:25:38] "POST /neutron/network HTTP/1.1" 200 151 0.078128 10.0.0.49 - - [2025-07-17 02:25:38] "DELETE /route-target/24bf2a06-502b-4535-8b54-ca711dc2ffbb HTTP/1.1" 200 115 0.024717 10.0.0.49 - - [2025-07-17 02:25:38] "GET /routing-instance/718b527b-5e58-44ee-8d96-025d6768700e HTTP/1.1" 404 171 0.006183 10.0.0.49 - - [2025-07-17 02:25:38] "GET /domains HTTP/1.1" 200 280 0.002118 10.0.0.49 - - [2025-07-17 02:25:38] "GET /domains?obj_uuids=2bbb6929-245b-47e4-9692-cd689f3f5260&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000921 10.0.0.49 - - [2025-07-17 02:25:38] "GET /domain/2bbb6929-245b-47e4-9692-cd689f3f5260 HTTP/1.1" 200 2581 0.046368 10.0.0.49 - - [2025-07-17 02:25:38] "GET /projects?obj_uuids=f649d90e-f5d5-47e0-a001-56a597c79b1e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000989 10.0.0.49 - - [2025-07-17 02:25:38] "GET /project/f649d90e-f5d5-47e0-a001-56a597c79b1e HTTP/1.1" 200 2145 0.067759 10.0.0.49 - - [2025-07-17 02:25:38] "POST /neutron/network HTTP/1.1" 200 1006 0.007071 10.0.0.49 - - [2025-07-17 02:25:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002156 10.0.0.49 - - [2025-07-17 02:25:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004313 10.0.0.49 - - [2025-07-17 02:25:38] "POST /useragent-kv HTTP/1.1" 200 115 0.001838 10.0.0.49 - - [2025-07-17 02:25:38] "POST /useragent-kv HTTP/1.1" 200 115 0.002920 10.0.0.49 - - [2025-07-17 02:25:38] "POST /useragent-kv HTTP/1.1" 200 115 0.001873 10.0.0.49 - - [2025-07-17 02:25:38] "POST /neutron/network HTTP/1.1" 200 151 0.076086 10.0.0.49 - - [2025-07-17 02:25:38] "DELETE /route-target/4eb60a38-9b03-4249-92cf-51886815b1da HTTP/1.1" 200 115 0.019987 10.0.0.49 - - [2025-07-17 02:25:38] "GET /routing-instance/9d95a29a-d840-4bc4-b60e-299fc27e6427 HTTP/1.1" 404 171 0.003085 10.0.0.49 - - [2025-07-17 02:25:38] "GET /domains HTTP/1.1" 200 280 0.002010 10.0.0.49 - - [2025-07-17 02:25:38] "GET /domains?obj_uuids=2bbb6929-245b-47e4-9692-cd689f3f5260&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000955 10.0.0.49 - - [2025-07-17 02:25:38] "GET /domain/2bbb6929-245b-47e4-9692-cd689f3f5260 HTTP/1.1" 200 2581 0.053895 10.0.0.49 - - [2025-07-17 02:25:38] "GET /projects?obj_uuids=f649d90e-f5d5-47e0-a001-56a597c79b1e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001008 10.0.0.49 - - [2025-07-17 02:25:38] "GET /project/f649d90e-f5d5-47e0-a001-56a597c79b1e HTTP/1.1" 200 1900 0.070873 10.0.0.49 - - [2025-07-17 02:25:38] "GET /obj-perms HTTP/1.1" 200 5056 0.051484 10.0.0.49 - - [2025-07-17 02:25:38] "GET /projects?obj_uuids=f649d90e-f5d5-47e0-a001-56a597c79b1e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001091 10.0.0.49 - - [2025-07-17 02:25:39] "GET /project/f649d90e-f5d5-47e0-a001-56a597c79b1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.024578 10.0.0.49 - - [2025-07-17 02:25:39] "GET /projects?obj_uuids=f649d90e-f5d5-47e0-a001-56a597c79b1e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001322 10.0.0.49 - - [2025-07-17 02:25:39] "GET /obj-perms HTTP/1.1" 200 5056 0.046021 10.0.0.49 - - [2025-07-17 02:25:39] "GET /project/f649d90e-f5d5-47e0-a001-56a597c79b1e?fields=virtual_networks HTTP/1.1" 200 1048 0.068358 10.0.0.49 - - [2025-07-17 02:25:39] "GET /projects?obj_uuids=f649d90e-f5d5-47e0-a001-56a597c79b1e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001107 10.0.0.49 - - [2025-07-17 02:25:39] "GET /project/f649d90e-f5d5-47e0-a001-56a597c79b1e?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.026116 10.0.0.49 - - [2025-07-17 02:25:39] "GET /projects?obj_uuids=f649d90e-f5d5-47e0-a001-56a597c79b1e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001078 10.0.0.49 - - [2025-07-17 02:25:39] "GET /project/f649d90e-f5d5-47e0-a001-56a597c79b1e?fields=security_groups HTTP/1.1" 200 1282 0.022208 10.0.0.49 - - [2025-07-17 02:25:39] "POST /fqname-to-id HTTP/1.1" 404 190 0.022384 10.0.0.49 - - [2025-07-17 02:25:39] "GET /projects?obj_uuids=ec6750c4-4607-4370-b49d-a4b0fc6d9536&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002270 10.0.0.49 - - [2025-07-17 02:25:40] "GET /domains?obj_uuids=2bbb6929-245b-47e4-9692-cd689f3f5260&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001263 10.0.0.49 - - [2025-07-17 02:25:40] "GET /domain/2bbb6929-245b-47e4-9692-cd689f3f5260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008330 10.0.0.49 - - [2025-07-17 02:25:40] "POST /id-to-fqname HTTP/1.1" 200 192 0.001273 10.0.0.49 - - [2025-07-17 02:25:40] "POST /fqname-to-id HTTP/1.1" 404 201 0.005611 10.0.0.49 - - [2025-07-17 02:25:40] "POST /security-groups HTTP/1.1" 200 593 0.063639 10.0.0.49 - - [2025-07-17 02:25:40] "POST /fqname-to-id HTTP/1.1" 404 236 0.002520 10.0.0.49 - - [2025-07-17 02:25:40] "POST /projects HTTP/1.1" 200 589 0.218129 10.0.0.49 - - [2025-07-17 02:25:40] "POST /access-control-lists HTTP/1.1" 200 598 0.056939 10.0.0.49 - - [2025-07-17 02:25:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.292058 10.0.0.49 - - [2025-07-17 02:25:40] "POST /fqname-to-id HTTP/1.1" 404 235 0.002650 10.0.0.49 - - [2025-07-17 02:25:40] "GET /project/ec6750c4-4607-4370-b49d-a4b0fc6d9536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.413235 10.0.0.49 - - [2025-07-17 02:25:40] "POST /access-control-lists HTTP/1.1" 200 596 0.057843 10.0.0.49 - - [2025-07-17 02:25:41] "GET / HTTP/1.1" 200 35931 0.002558 10.0.0.49 - - [2025-07-17 02:25:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000473 10.0.0.49 - - [2025-07-17 02:25:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.056598 10.0.0.49 - - [2025-07-17 02:25:42] "GET /projects?obj_uuids=ec6750c4-4607-4370-b49d-a4b0fc6d9536&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001711 10.0.0.49 - - [2025-07-17 02:25:42] "GET /project/ec6750c4-4607-4370-b49d-a4b0fc6d9536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.045154 10.0.0.49 - - [2025-07-17 02:25:42] "POST /neutron/network HTTP/1.1" 200 117 0.028194 10.0.0.49 - - [2025-07-17 02:25:42] "GET /projects?obj_uuids=ec6750c4-4607-4370-b49d-a4b0fc6d9536&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001072 10.0.0.49 - - [2025-07-17 02:25:42] "POST /neutron/network HTTP/1.1" 200 607 0.060597 10.0.0.49 - - [2025-07-17 02:25:42] "POST /route-targets HTTP/1.1" 200 327 0.010187 10.0.0.49 - - [2025-07-17 02:25:42] "POST /ref-update HTTP/1.1" 200 156 0.012049 10.0.0.49 - - [2025-07-17 02:25:42] "POST /useragent-kv HTTP/1.1" 200 115 0.004733 10.0.0.49 - - [2025-07-17 02:25:42] "POST /neutron/subnet HTTP/1.1" 200 725 0.158111 10.0.0.49 - - [2025-07-17 02:25:42] "POST /neutron/network HTTP/1.1" 200 826 0.005158 10.0.0.49 - - [2025-07-17 02:25:42] "POST /id-to-fqname HTTP/1.1" 200 222 0.001211 10.0.0.49 - - [2025-07-17 02:25:42] "GET /virtual-network/1946e655-c705-4c24-a30a-83bdb7608777?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005195 10.0.0.49 - - [2025-07-17 02:25:42] "POST /neutron/network HTTP/1.1" 200 826 0.006118 10.0.0.49 - - [2025-07-17 02:25:42] "GET /virtual-network/1946e655-c705-4c24-a30a-83bdb7608777?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005130 10.0.0.49 - - [2025-07-17 02:25:42] "POST /neutron/network HTTP/1.1" 200 826 0.005167 10.0.0.49 - - [2025-07-17 02:25:42] "POST /neutron/subnet HTTP/1.1" 200 725 0.006000 10.0.0.49 - - [2025-07-17 02:25:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002176 10.0.0.49 - - [2025-07-17 02:25:43] "GET /projects?obj_uuids=ec6750c4-4607-4370-b49d-a4b0fc6d9536&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001129 10.0.0.49 - - [2025-07-17 02:25:43] "GET /project/ec6750c4-4607-4370-b49d-a4b0fc6d9536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.026223 10.0.0.49 - - [2025-07-17 02:25:43] "POST /neutron/network HTTP/1.1" 200 117 0.008318 10.0.0.49 - - [2025-07-17 02:25:43] "GET /projects?obj_uuids=ec6750c4-4607-4370-b49d-a4b0fc6d9536&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001258 10.0.0.49 - - [2025-07-17 02:25:43] "POST /neutron/network HTTP/1.1" 200 607 0.083500 10.0.0.49 - - [2025-07-17 02:25:43] "POST /route-targets HTTP/1.1" 200 327 0.011852 10.0.0.49 - - [2025-07-17 02:25:43] "POST /ref-update HTTP/1.1" 200 156 0.018175 10.0.0.49 - - [2025-07-17 02:25:43] "POST /useragent-kv HTTP/1.1" 200 115 0.004986 10.0.0.49 - - [2025-07-17 02:25:43] "POST /neutron/subnet HTTP/1.1" 200 729 0.190365 10.0.0.49 - - [2025-07-17 02:25:43] "POST /neutron/network HTTP/1.1" 200 827 0.005471 10.0.0.49 - - [2025-07-17 02:25:43] "POST /id-to-fqname HTTP/1.1" 200 222 0.001406 10.0.0.49 - - [2025-07-17 02:25:43] "GET /virtual-network/eb5d36ae-95cf-441b-a306-dbe5894134be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004962 10.0.0.49 - - [2025-07-17 02:25:43] "POST /neutron/network HTTP/1.1" 200 827 0.005922 10.0.0.49 - - [2025-07-17 02:25:43] "GET /virtual-network/eb5d36ae-95cf-441b-a306-dbe5894134be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004644 10.0.0.49 - - [2025-07-17 02:25:43] "POST /neutron/network HTTP/1.1" 200 827 0.005209 10.0.0.49 - - [2025-07-17 02:25:43] "POST /neutron/subnet HTTP/1.1" 200 729 0.006258 10.0.0.49 - - [2025-07-17 02:25:43] "POST /fqname-to-id HTTP/1.1" 404 228 0.002281 10.0.0.49 - - [2025-07-17 02:25:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002822 10.0.0.49 - - [2025-07-17 02:25:43] "GET /projects?obj_uuids=ec6750c4-4607-4370-b49d-a4b0fc6d9536&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001094 10.0.0.49 - - [2025-07-17 02:25:43] "GET /project/ec6750c4-4607-4370-b49d-a4b0fc6d9536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.028487 10.0.0.49 - - [2025-07-17 02:25:43] "POST /network-policys HTTP/1.1" 200 571 0.015596 10.0.0.49 - - [2025-07-17 02:25:43] "GET /network-policy/98dd8232-d13c-49c7-8c94-84c478595726?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.004352 10.0.0.49 - - [2025-07-17 02:25:43] "POST /neutron/network HTTP/1.1" 200 826 0.005730 10.0.0.49 - - [2025-07-17 02:25:43] "POST /fqname-to-id HTTP/1.1" 404 236 0.003024 10.0.0.49 - - [2025-07-17 02:25:43] "POST /neutron/network HTTP/1.1" 200 928 0.038058 10.0.0.49 - - [2025-07-17 02:25:43] "POST /neutron/network HTTP/1.1" 200 928 0.045902 10.0.0.49 - - [2025-07-17 02:25:43] "POST /access-control-lists HTTP/1.1" 200 590 0.066496 10.0.0.49 - - [2025-07-17 02:25:44] "GET /virtual-network/1946e655-c705-4c24-a30a-83bdb7608777?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.004759 10.0.0.49 - - [2025-07-17 02:25:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002322 10.0.0.49 - - [2025-07-17 02:25:44] "GET /network-policy/98dd8232-d13c-49c7-8c94-84c478595726?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.003535 10.0.0.49 - - [2025-07-17 02:25:44] "POST /neutron/network HTTP/1.1" 200 827 0.006308 10.0.0.49 - - [2025-07-17 02:25:44] "PUT /access-control-list/3fdc96e0-cef1-4ee5-be45-006f593fe480 HTTP/1.1" 200 272 0.061421 10.0.0.49 - - [2025-07-17 02:25:44] "POST /neutron/network HTTP/1.1" 200 929 0.089545 10.0.0.49 - - [2025-07-17 02:25:44] "POST /fqname-to-id HTTP/1.1" 404 236 0.002322 10.0.0.49 - - [2025-07-17 02:25:44] "POST /neutron/network HTTP/1.1" 200 929 0.005133 10.0.0.49 - - [2025-07-17 02:25:44] "GET /virtual-network/eb5d36ae-95cf-441b-a306-dbe5894134be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.004313 10.0.0.49 - - [2025-07-17 02:25:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002020 10.0.0.49 - - [2025-07-17 02:25:44] "GET /network-policy/98dd8232-d13c-49c7-8c94-84c478595726?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.027857 10.0.0.49 - - [2025-07-17 02:25:44] "POST /access-control-lists HTTP/1.1" 200 590 0.057132 10.0.0.49 - - [2025-07-17 02:25:44] "GET /domains HTTP/1.1" 401 292 0.000384 10.0.0.49 - - [2025-07-17 02:25:44] "POST /ref-update HTTP/1.1" 200 156 0.009884 10.0.0.49 - - [2025-07-17 02:25:44] "GET /domains HTTP/1.1" 200 280 0.023316 10.0.0.49 - - [2025-07-17 02:25:44] "GET /domains?obj_uuids=2bbb6929-245b-47e4-9692-cd689f3f5260&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001000 10.0.0.49 - - [2025-07-17 02:25:44] "GET /domain/2bbb6929-245b-47e4-9692-cd689f3f5260 HTTP/1.1" 200 2769 0.007522 10.0.0.49 - - [2025-07-17 02:25:44] "GET /projects?obj_uuids=ec6750c4-4607-4370-b49d-a4b0fc6d9536&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000887 10.0.0.49 - - [2025-07-17 02:25:44] "GET /project/ec6750c4-4607-4370-b49d-a4b0fc6d9536 HTTP/1.1" 200 2571 0.064569 10.0.0.49 - - [2025-07-17 02:25:44] "GET /virtual-network/1946e655-c705-4c24-a30a-83bdb7608777 HTTP/1.1" 200 2890 0.005501 10.0.0.49 - - [2025-07-17 02:25:44] "GET /virtual-network/1946e655-c705-4c24-a30a-83bdb7608777 HTTP/1.1" 200 2890 0.004310 10.0.0.49 - - [2025-07-17 02:25:44] "GET /routing-instance/f914d4bc-c86b-4161-ab2f-0910ec68d278 HTTP/1.1" 200 1784 0.003022 10.0.0.49 - - [2025-07-17 02:25:44] "GET /routing-instance/f914d4bc-c86b-4161-ab2f-0910ec68d278 HTTP/1.1" 200 1784 0.002687 10.0.0.49 - - [2025-07-17 02:25:44] "GET /route-target/00bb37e2-6104-4441-b7d3-aa4646b286c9 HTTP/1.1" 200 1204 0.002424 10.0.0.49 - - [2025-07-17 02:25:44] "GET /virtual-network/1946e655-c705-4c24-a30a-83bdb7608777 HTTP/1.1" 200 2890 0.004233 10.0.0.49 - - [2025-07-17 02:25:44] "GET /routing-instance/f914d4bc-c86b-4161-ab2f-0910ec68d278 HTTP/1.1" 200 1784 0.002548 10.0.0.49 - - [2025-07-17 02:25:44] "GET /virtual-network/1946e655-c705-4c24-a30a-83bdb7608777?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.004704 10.0.0.49 - - [2025-07-17 02:25:44] "GET /virtual-network/1946e655-c705-4c24-a30a-83bdb7608777 HTTP/1.1" 200 2890 0.004396 10.0.0.49 - - [2025-07-17 02:25:44] "GET /routing-instance/f914d4bc-c86b-4161-ab2f-0910ec68d278 HTTP/1.1" 200 1784 0.002811 10.0.0.49 - - [2025-07-17 02:25:44] "GET /routing-instance/f914d4bc-c86b-4161-ab2f-0910ec68d278 HTTP/1.1" 200 1784 0.002812 10.0.0.49 - - [2025-07-17 02:25:44] "GET /route-target/00bb37e2-6104-4441-b7d3-aa4646b286c9 HTTP/1.1" 200 1204 0.002540 10.0.0.49 - - [2025-07-17 02:25:44] "GET /domains HTTP/1.1" 200 280 0.002640 10.0.0.49 - - [2025-07-17 02:25:44] "GET /domains?obj_uuids=2bbb6929-245b-47e4-9692-cd689f3f5260&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001009 10.0.0.49 - - [2025-07-17 02:25:44] "GET /domain/2bbb6929-245b-47e4-9692-cd689f3f5260 HTTP/1.1" 200 2769 0.006814 10.0.0.49 - - [2025-07-17 02:25:44] "GET /projects?obj_uuids=ec6750c4-4607-4370-b49d-a4b0fc6d9536&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000973 10.0.0.49 - - [2025-07-17 02:25:44] "GET /project/ec6750c4-4607-4370-b49d-a4b0fc6d9536 HTTP/1.1" 200 2571 0.070168 10.0.0.49 - - [2025-07-17 02:25:44] "GET /virtual-network/1946e655-c705-4c24-a30a-83bdb7608777 HTTP/1.1" 200 2890 0.004731 10.0.0.49 - - [2025-07-17 02:25:45] "GET /obj-perms HTTP/1.1" 200 5034 0.047158 10.0.0.49 - - [2025-07-17 02:25:45] "GET /domains HTTP/1.1" 200 280 0.003298 10.0.0.49 - - [2025-07-17 02:25:45] "GET /domains?obj_uuids=2bbb6929-245b-47e4-9692-cd689f3f5260&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001556 10.0.0.49 - - [2025-07-17 02:25:45] "GET /domain/2bbb6929-245b-47e4-9692-cd689f3f5260 HTTP/1.1" 200 2769 0.009957 10.0.0.49 - - [2025-07-17 02:25:45] "GET /projects?obj_uuids=ec6750c4-4607-4370-b49d-a4b0fc6d9536&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001548 10.0.0.49 - - [2025-07-17 02:25:45] "GET /project/ec6750c4-4607-4370-b49d-a4b0fc6d9536 HTTP/1.1" 200 2571 0.080286 10.0.0.49 - - [2025-07-17 02:25:45] "GET /virtual-network/eb5d36ae-95cf-441b-a306-dbe5894134be HTTP/1.1" 200 2894 0.006624 10.0.0.49 - - [2025-07-17 02:25:45] "GET /virtual-network/eb5d36ae-95cf-441b-a306-dbe5894134be HTTP/1.1" 200 2894 0.004083 10.0.0.49 - - [2025-07-17 02:25:45] "GET /routing-instance/2056116b-920d-474c-8c6d-9f3660ede92e HTTP/1.1" 200 1783 0.003542 10.0.0.49 - - [2025-07-17 02:25:45] "GET /routing-instance/2056116b-920d-474c-8c6d-9f3660ede92e HTTP/1.1" 200 1783 0.003102 10.0.0.49 - - [2025-07-17 02:25:45] "GET /route-target/9c111a97-4e5c-47f2-91fa-b4a7d239d280 HTTP/1.1" 200 1207 0.003433 10.0.0.49 - - [2025-07-17 02:25:45] "GET /virtual-network/eb5d36ae-95cf-441b-a306-dbe5894134be HTTP/1.1" 200 2894 0.005610 10.0.0.49 - - [2025-07-17 02:25:45] "GET /routing-instance/2056116b-920d-474c-8c6d-9f3660ede92e HTTP/1.1" 200 1783 0.003927 10.0.0.49 - - [2025-07-17 02:25:45] "GET /virtual-network/eb5d36ae-95cf-441b-a306-dbe5894134be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005601 10.0.0.49 - - [2025-07-17 02:25:45] "GET /virtual-network/eb5d36ae-95cf-441b-a306-dbe5894134be HTTP/1.1" 200 2894 0.004662 10.0.0.49 - - [2025-07-17 02:25:45] "GET /routing-instance/2056116b-920d-474c-8c6d-9f3660ede92e HTTP/1.1" 200 1783 0.003580 10.0.0.49 - - [2025-07-17 02:25:45] "GET /routing-instance/2056116b-920d-474c-8c6d-9f3660ede92e HTTP/1.1" 200 1783 0.003475 10.0.0.49 - - [2025-07-17 02:25:45] "GET /route-target/9c111a97-4e5c-47f2-91fa-b4a7d239d280 HTTP/1.1" 200 1207 0.003016 10.0.0.49 - - [2025-07-17 02:25:45] "GET /domains HTTP/1.1" 200 280 0.004914 10.0.0.49 - - [2025-07-17 02:25:45] "GET /domains?obj_uuids=2bbb6929-245b-47e4-9692-cd689f3f5260&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001530 10.0.0.49 - - [2025-07-17 02:25:45] "GET /domain/2bbb6929-245b-47e4-9692-cd689f3f5260 HTTP/1.1" 200 2769 0.007600 10.0.0.49 - - [2025-07-17 02:25:45] "GET /projects?obj_uuids=ec6750c4-4607-4370-b49d-a4b0fc6d9536&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001037 10.0.0.49 - - [2025-07-17 02:25:45] "GET /project/ec6750c4-4607-4370-b49d-a4b0fc6d9536 HTTP/1.1" 200 2571 0.068310 10.0.0.49 - - [2025-07-17 02:25:45] "GET /virtual-network/eb5d36ae-95cf-441b-a306-dbe5894134be HTTP/1.1" 200 2894 0.005413 10.0.0.49 - - [2025-07-17 02:25:45] "GET /obj-perms HTTP/1.1" 200 5034 0.002764 10.0.0.49 - - [2025-07-17 02:25:45] "POST /id-to-fqname HTTP/1.1" 200 222 0.001361 10.0.0.49 - - [2025-07-17 02:25:45] "POST /neutron/network HTTP/1.1" 200 938 0.006328 10.0.0.49 - - [2025-07-17 02:25:45] "GET /aaa-mode HTTP/1.1" 401 292 0.000481 10.0.0.49 - - [2025-07-17 02:25:46] "GET / HTTP/1.1" 200 35931 0.001539 10.0.0.49 - - [2025-07-17 02:25:46] "GET /project/ec6750c4-4607-4370-b49d-a4b0fc6d9536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000389 10.0.0.49 - - [2025-07-17 02:25:46] "GET /projects?obj_uuids=ec6750c4-4607-4370-b49d-a4b0fc6d9536&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001064 10.0.0.49 - - [2025-07-17 02:25:46] "GET /project/ec6750c4-4607-4370-b49d-a4b0fc6d9536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.040812 10.0.0.49 - - [2025-07-17 02:25:46] "POST /neutron/network HTTP/1.1" 200 928 0.005179 10.0.0.49 - - [2025-07-17 02:25:46] "POST /neutron/port HTTP/1.1" 200 117 0.005896 10.0.0.49 - - [2025-07-17 02:25:46] "POST /neutron/port HTTP/1.1" 200 117 0.006675 10.0.0.49 - - [2025-07-17 02:25:46] "POST /id-to-fqname HTTP/1.1" 200 222 0.001781 10.0.0.49 - - [2025-07-17 02:25:46] "POST /neutron/port HTTP/1.1" 200 117 0.005482 10.0.0.49 - - [2025-07-17 02:25:46] "POST /neutron/network HTTP/1.1" 200 939 0.007327 10.0.0.49 - - [2025-07-17 02:25:46] "GET /aaa-mode HTTP/1.1" 401 292 0.000522 10.0.0.49 - - [2025-07-17 02:25:47] "POST /neutron/network HTTP/1.1" 200 938 0.005874 10.0.0.49 - - [2025-07-17 02:25:47] "GET /projects?obj_uuids=ec6750c4-4607-4370-b49d-a4b0fc6d9536&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001424 10.0.0.49 - - [2025-07-17 02:25:47] "POST /neutron/port HTTP/1.1" 200 1062 0.205703 10.0.0.49 - - [2025-07-17 02:25:47] "GET / HTTP/1.1" 200 35931 0.001690 10.0.0.49 - - [2025-07-17 02:25:47] "GET /project/ec6750c4-4607-4370-b49d-a4b0fc6d9536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000383 10.0.0.49 - - [2025-07-17 02:25:47] "POST /neutron/port HTTP/1.1" 200 1062 0.008389 10.0.0.49 - - [2025-07-17 02:25:47] "POST /neutron/port HTTP/1.1" 200 1062 0.007917 10.0.0.49 - - [2025-07-17 02:25:47] "POST /neutron/port HTTP/1.1" 200 1116 0.059647 10.0.0.49 - - [2025-07-17 02:25:47] "POST /neutron/port HTTP/1.1" 200 1090 0.010952 10.0.0.49 - - [2025-07-17 02:25:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003268 10.0.0.49 - - [2025-07-17 02:25:47] "POST /neutron/subnet HTTP/1.1" 200 699 0.006836 10.0.0.49 - - [2025-07-17 02:25:47] "POST /neutron/port HTTP/1.1" 200 117 0.001138 10.0.0.49 - - [2025-07-17 02:25:47] "POST /neutron/network HTTP/1.1" 200 928 0.005362 10.0.0.49 - - [2025-07-17 02:25:47] "GET /projects?obj_uuids=ec6750c4-4607-4370-b49d-a4b0fc6d9536&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002365 10.0.0.49 - - [2025-07-17 02:25:47] "GET /project/ec6750c4-4607-4370-b49d-a4b0fc6d9536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.060076 10.0.0.49 - - [2025-07-17 02:25:47] "POST /neutron/network HTTP/1.1" 200 929 0.007863 10.0.0.49 - - [2025-07-17 02:25:47] "POST /neutron/port HTTP/1.1" 200 1090 0.013453 10.0.0.49 - - [2025-07-17 02:25:47] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005748 10.0.0.49 - - [2025-07-17 02:25:47] "POST /neutron/port HTTP/1.1" 200 117 0.005014 10.0.0.49 - - [2025-07-17 02:25:48] "POST /neutron/port HTTP/1.1" 200 1090 0.012406 10.0.0.49 - - [2025-07-17 02:25:48] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006618 10.0.0.49 - - [2025-07-17 02:25:48] "POST /neutron/network HTTP/1.1" 200 939 0.005797 10.0.0.49 - - [2025-07-17 02:25:48] "GET /projects?obj_uuids=ec6750c4-4607-4370-b49d-a4b0fc6d9536&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001469 10.0.0.49 - - [2025-07-17 02:25:48] "PUT /access-control-list/a545a892-595a-4ded-82d6-c30798d64ccc HTTP/1.1" 200 272 0.061014 10.0.0.49 - - [2025-07-17 02:25:48] "POST /neutron/port HTTP/1.1" 200 1063 0.314167 10.0.0.49 - - [2025-07-17 02:25:48] "POST /neutron/port HTTP/1.1" 200 1063 0.010706 10.0.0.49 - - [2025-07-17 02:25:48] "POST /neutron/port HTTP/1.1" 200 1063 0.011241 10.0.0.49 - - [2025-07-17 02:25:48] "POST /neutron/port HTTP/1.1" 200 1117 0.097669 10.0.0.49 - - [2025-07-17 02:25:48] "POST /neutron/port HTTP/1.1" 200 1091 0.014180 10.0.0.49 - - [2025-07-17 02:25:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003303 10.0.0.49 - - [2025-07-17 02:25:48] "POST /neutron/subnet HTTP/1.1" 200 703 0.012659 10.0.0.49 - - [2025-07-17 02:25:48] "POST /neutron/port HTTP/1.1" 200 117 0.001224 10.0.0.49 - - [2025-07-17 02:25:48] "POST /neutron/network HTTP/1.1" 200 929 0.006610 10.0.0.49 - - [2025-07-17 02:25:53] "POST /neutron/port HTTP/1.1" 200 1090 0.010990 10.0.0.49 - - [2025-07-17 02:25:53] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006822 10.0.0.49 - - [2025-07-17 02:25:53] "POST /neutron/port HTTP/1.1" 200 1090 0.012536 10.0.0.49 - - [2025-07-17 02:25:53] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005625 10.0.0.49 - - [2025-07-17 02:25:53] "POST /neutron/port HTTP/1.1" 200 1090 0.010556 10.0.0.49 - - [2025-07-17 02:25:53] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005400 10.0.0.49 - - [2025-07-17 02:25:53] "GET /virtual-machine/55e3259e-134f-4745-a1f9-8dd073796434 HTTP/1.1" 200 1294 0.004107 10.0.0.49 - - [2025-07-17 02:25:53] "GET /virtual-machine-interface/e56c7704-3e4e-47ea-8efd-44a5174406d1 HTTP/1.1" 200 2951 0.004515 10.0.0.49 - - [2025-07-17 02:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002871 10.0.0.49 - - [2025-07-17 02:25:53] "GET /global-vrouter-config/2bbac615-16a4-4bf9-98ec-95dec7bcbaae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003010 10.0.0.49 - - [2025-07-17 02:25:53] "GET /virtual-networks?parent_id=ec6750c4-4607-4370-b49d-a4b0fc6d9536&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002808 10.0.0.49 - - [2025-07-17 02:25:53] "GET /virtual-network/1946e655-c705-4c24-a30a-83bdb7608777?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.007591 10.0.0.49 - - [2025-07-17 02:25:55] "POST /neutron/port HTTP/1.1" 200 1090 0.011837 10.0.0.49 - - [2025-07-17 02:25:55] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005159 10.0.0.49 - - [2025-07-17 02:25:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002819 10.0.0.49 - - [2025-07-17 02:25:56] "GET /virtual-network/1946e655-c705-4c24-a30a-83bdb7608777?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.004782 10.0.0.49 - - [2025-07-17 02:25:57] "POST /neutron/port HTTP/1.1" 200 1091 0.012145 10.0.0.49 - - [2025-07-17 02:25:57] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004979 10.0.0.49 - - [2025-07-17 02:25:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002913 10.0.0.49 - - [2025-07-17 02:25:58] "GET /global-vrouter-config/2bbac615-16a4-4bf9-98ec-95dec7bcbaae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002684 10.0.0.49 - - [2025-07-17 02:25:58] "GET /virtual-networks?parent_id=ec6750c4-4607-4370-b49d-a4b0fc6d9536&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003002 10.0.0.49 - - [2025-07-17 02:25:58] "GET /virtual-network/1946e655-c705-4c24-a30a-83bdb7608777?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.007924 10.0.0.49 - - [2025-07-17 02:25:59] "POST /neutron/port HTTP/1.1" 200 1091 0.011606 10.0.0.49 - - [2025-07-17 02:25:59] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006006 10.0.0.49 - - [2025-07-17 02:25:59] "POST /neutron/port HTTP/1.1" 200 1091 0.012072 10.0.0.49 - - [2025-07-17 02:25:59] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005320 10.0.0.49 - - [2025-07-17 02:25:59] "POST /neutron/port HTTP/1.1" 200 1091 0.011178 10.0.0.49 - - [2025-07-17 02:25:59] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005680 10.0.0.49 - - [2025-07-17 02:25:59] "GET /virtual-machine/d4b1346a-494f-48a1-a1ce-bb6d410b7647 HTTP/1.1" 200 1295 0.004223 10.0.0.49 - - [2025-07-17 02:25:59] "GET /virtual-machine-interface/8717dbc7-f438-4e1c-81fb-46acbfee5cd8 HTTP/1.1" 200 2949 0.004492 10.0.0.49 - - [2025-07-17 02:25:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002714 10.0.0.49 - - [2025-07-17 02:25:59] "GET /global-vrouter-config/2bbac615-16a4-4bf9-98ec-95dec7bcbaae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002733 10.0.0.49 - - [2025-07-17 02:25:59] "GET /virtual-networks?parent_id=ec6750c4-4607-4370-b49d-a4b0fc6d9536&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002823 10.0.0.49 - - [2025-07-17 02:25:59] "GET /virtual-network/eb5d36ae-95cf-441b-a306-dbe5894134be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.004949 10.0.0.49 - - [2025-07-17 02:26:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002789 10.0.0.49 - - [2025-07-17 02:26:00] "GET /global-vrouter-config/2bbac615-16a4-4bf9-98ec-95dec7bcbaae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003366 10.0.0.49 - - [2025-07-17 02:26:00] "GET /virtual-networks?parent_id=ec6750c4-4607-4370-b49d-a4b0fc6d9536&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002732 10.0.0.49 - - [2025-07-17 02:26:00] "GET /virtual-network/eb5d36ae-95cf-441b-a306-dbe5894134be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005191 10.0.0.49 - - [2025-07-17 02:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002865 10.0.0.49 - - [2025-07-17 02:26:04] "GET /projects?obj_uuids=ec6750c4-4607-4370-b49d-a4b0fc6d9536&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001156 10.0.0.49 - - [2025-07-17 02:26:04] "GET /project/ec6750c4-4607-4370-b49d-a4b0fc6d9536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.022175 10.0.0.49 - - [2025-07-17 02:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002942 10.0.0.49 - - [2025-07-17 02:26:04] "PUT /network-policy/98dd8232-d13c-49c7-8c94-84c478595726 HTTP/1.1" 200 262 0.011573 10.0.0.49 - - [2025-07-17 02:26:04] "PUT /access-control-list/3fdc96e0-cef1-4ee5-be45-006f593fe480 HTTP/1.1" 200 272 0.053234 10.0.0.49 - - [2025-07-17 02:26:04] "POST /ref-update HTTP/1.1" 200 156 0.011583 10.0.0.49 - - [2025-07-17 02:26:04] "PUT /access-control-list/a545a892-595a-4ded-82d6-c30798d64ccc HTTP/1.1" 200 272 0.051419 10.0.0.49 - - [2025-07-17 02:26:05] "POST /ref-update HTTP/1.1" 200 156 0.011680 10.0.0.49 - - [2025-07-17 02:26:08] "GET /virtual-network/eb5d36ae-95cf-441b-a306-dbe5894134be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.006620 10.0.0.49 - - [2025-07-17 02:26:08] "POST /neutron/network HTTP/1.1" 200 929 0.006819 10.0.0.49 - - [2025-07-17 02:26:08] "POST /neutron/network HTTP/1.1" 200 827 0.053755 10.0.0.49 - - [2025-07-17 02:26:08] "DELETE /access-control-list/a545a892-595a-4ded-82d6-c30798d64ccc HTTP/1.1" 200 115 0.029281 10.0.0.49 - - [2025-07-17 02:26:08] "POST /neutron/network HTTP/1.1" 200 827 0.007006 10.0.0.49 - - [2025-07-17 02:26:08] "GET /virtual-network/eb5d36ae-95cf-441b-a306-dbe5894134be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004842 10.0.0.49 - - [2025-07-17 02:26:08] "GET /virtual-network/1946e655-c705-4c24-a30a-83bdb7608777?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.004695 10.0.0.49 - - [2025-07-17 02:26:08] "POST /neutron/network HTTP/1.1" 200 928 0.005137 10.0.0.49 - - [2025-07-17 02:26:08] "POST /neutron/network HTTP/1.1" 200 826 0.048233 10.0.0.49 - - [2025-07-17 02:26:08] "DELETE /access-control-list/3fdc96e0-cef1-4ee5-be45-006f593fe480 HTTP/1.1" 200 115 0.037961 10.0.0.49 - - [2025-07-17 02:26:08] "POST /neutron/network HTTP/1.1" 200 826 0.012140 10.0.0.49 - - [2025-07-17 02:26:08] "GET /virtual-network/1946e655-c705-4c24-a30a-83bdb7608777?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007741 10.0.0.49 - - [2025-07-17 02:26:08] "DELETE /network-policy/98dd8232-d13c-49c7-8c94-84c478595726 HTTP/1.1" 200 115 0.025631 10.0.0.49 - - [2025-07-17 02:26:08] "POST /neutron/network HTTP/1.1" 200 827 0.005143 10.0.0.49 - - [2025-07-17 02:26:08] "POST /neutron/network HTTP/1.1" 400 204 0.009840 10.0.0.49 - - [2025-07-17 02:26:08] "POST /neutron/port HTTP/1.1" 200 1091 0.010833 10.0.0.49 - - [2025-07-17 02:26:08] "POST /neutron/port HTTP/1.1" 200 1117 0.008385 10.0.0.49 - - [2025-07-17 02:26:08] "POST /neutron/port HTTP/1.1" 200 1090 0.011237 10.0.0.49 - - [2025-07-17 02:26:08] "POST /neutron/port HTTP/1.1" 200 1116 0.011534 10.0.0.49 - - [2025-07-17 02:26:08] "POST /neutron/port HTTP/1.1" 200 151 0.134060 10.0.0.49 - - [2025-07-17 02:26:08] "POST /neutron/port HTTP/1.1" 200 151 0.126393 10.0.0.49 - - [2025-07-17 02:26:10] "POST /neutron/network HTTP/1.1" 200 827 0.005801 10.0.0.49 - - [2025-07-17 02:26:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003079 10.0.0.49 - - [2025-07-17 02:26:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003754 10.0.0.49 - - [2025-07-17 02:26:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003074 10.0.0.49 - - [2025-07-17 02:26:10] "POST /neutron/network HTTP/1.1" 200 151 0.077349 10.0.0.49 - - [2025-07-17 02:26:10] "DELETE /route-target/9c111a97-4e5c-47f2-91fa-b4a7d239d280 HTTP/1.1" 200 115 0.016300 10.0.0.49 - - [2025-07-17 02:26:10] "GET /routing-instance/2056116b-920d-474c-8c6d-9f3660ede92e HTTP/1.1" 404 171 0.002949 10.0.0.49 - - [2025-07-17 02:26:10] "GET /domains HTTP/1.1" 200 280 0.001993 10.0.0.49 - - [2025-07-17 02:26:10] "GET /domains?obj_uuids=2bbb6929-245b-47e4-9692-cd689f3f5260&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000916 10.0.0.49 - - [2025-07-17 02:26:10] "GET /domain/2bbb6929-245b-47e4-9692-cd689f3f5260 HTTP/1.1" 200 2769 0.048288 10.0.0.49 - - [2025-07-17 02:26:10] "GET /projects?obj_uuids=ec6750c4-4607-4370-b49d-a4b0fc6d9536&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001016 10.0.0.49 - - [2025-07-17 02:26:10] "GET /project/ec6750c4-4607-4370-b49d-a4b0fc6d9536 HTTP/1.1" 200 2103 0.069702 10.0.0.49 - - [2025-07-17 02:26:10] "POST /neutron/network HTTP/1.1" 200 826 0.005158 10.0.0.49 - - [2025-07-17 02:26:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.49 - - [2025-07-17 02:26:10] "POST /useragent-kv HTTP/1.1" 200 115 0.001930 10.0.0.49 - - [2025-07-17 02:26:10] "POST /useragent-kv HTTP/1.1" 200 115 0.001768 10.0.0.49 - - [2025-07-17 02:26:10] "POST /neutron/network HTTP/1.1" 200 151 0.087754 10.0.0.49 - - [2025-07-17 02:26:10] "DELETE /route-target/00bb37e2-6104-4441-b7d3-aa4646b286c9 HTTP/1.1" 200 115 0.020942 10.0.0.49 - - [2025-07-17 02:26:10] "GET /routing-instance/f914d4bc-c86b-4161-ab2f-0910ec68d278 HTTP/1.1" 404 171 0.002134 10.0.0.49 - - [2025-07-17 02:26:10] "GET /domains HTTP/1.1" 200 280 0.001999 10.0.0.49 - - [2025-07-17 02:26:10] "GET /domains?obj_uuids=2bbb6929-245b-47e4-9692-cd689f3f5260&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001280 10.0.0.49 - - [2025-07-17 02:26:10] "GET /domain/2bbb6929-245b-47e4-9692-cd689f3f5260 HTTP/1.1" 200 2769 0.048306 10.0.0.49 - - [2025-07-17 02:26:10] "GET /projects?obj_uuids=ec6750c4-4607-4370-b49d-a4b0fc6d9536&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000994 10.0.0.49 - - [2025-07-17 02:26:11] "GET /project/ec6750c4-4607-4370-b49d-a4b0fc6d9536 HTTP/1.1" 200 1864 0.062225 10.0.0.49 - - [2025-07-17 02:26:11] "GET /projects?obj_uuids=ec6750c4-4607-4370-b49d-a4b0fc6d9536&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001128 10.0.0.49 - - [2025-07-17 02:26:11] "GET /project/ec6750c4-4607-4370-b49d-a4b0fc6d9536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.021462 10.0.0.49 - - [2025-07-17 02:26:11] "GET /projects?obj_uuids=ec6750c4-4607-4370-b49d-a4b0fc6d9536&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001015 10.0.0.49 - - [2025-07-17 02:26:11] "GET /project/ec6750c4-4607-4370-b49d-a4b0fc6d9536?fields=virtual_networks HTTP/1.1" 200 1036 0.063229 10.0.0.49 - - [2025-07-17 02:26:11] "GET /projects?obj_uuids=ec6750c4-4607-4370-b49d-a4b0fc6d9536&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001111 10.0.0.49 - - [2025-07-17 02:26:11] "GET /project/ec6750c4-4607-4370-b49d-a4b0fc6d9536?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.026038 10.0.0.49 - - [2025-07-17 02:26:11] "GET /projects?obj_uuids=ec6750c4-4607-4370-b49d-a4b0fc6d9536&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001036 10.0.0.49 - - [2025-07-17 02:26:11] "GET /project/ec6750c4-4607-4370-b49d-a4b0fc6d9536?fields=security_groups HTTP/1.1" 200 1264 0.023466 10.0.0.49 - - [2025-07-17 02:26:12] "POST /fqname-to-id HTTP/1.1" 404 186 0.021822 10.0.0.49 - - [2025-07-17 02:26:12] "GET /projects?obj_uuids=5220591f-3eef-4358-9794-20d04fd471e6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002577 10.0.0.49 - - [2025-07-17 02:26:12] "GET /domains?obj_uuids=2bbb6929-245b-47e4-9692-cd689f3f5260&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001147 10.0.0.49 - - [2025-07-17 02:26:12] "GET /domain/2bbb6929-245b-47e4-9692-cd689f3f5260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006791 10.0.0.49 - - [2025-07-17 02:26:12] "POST /id-to-fqname HTTP/1.1" 200 188 0.001849 10.0.0.49 - - [2025-07-17 02:26:12] "POST /fqname-to-id HTTP/1.1" 404 197 0.002294 10.0.0.49 - - [2025-07-17 02:26:12] "POST /security-groups HTTP/1.1" 200 589 0.062822 10.0.0.49 - - [2025-07-17 02:26:12] "POST /fqname-to-id HTTP/1.1" 404 232 0.002959 10.0.0.49 - - [2025-07-17 02:26:12] "POST /projects HTTP/1.1" 200 581 0.226963 10.0.0.49 - - [2025-07-17 02:26:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.296878 10.0.0.49 - - [2025-07-17 02:26:12] "POST /access-control-lists HTTP/1.1" 200 594 0.062740 10.0.0.49 - - [2025-07-17 02:26:12] "POST /fqname-to-id HTTP/1.1" 404 231 0.002521 10.0.0.49 - - [2025-07-17 02:26:12] "GET /project/5220591f-3eef-4358-9794-20d04fd471e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.411081 10.0.0.49 - - [2025-07-17 02:26:12] "POST /access-control-lists HTTP/1.1" 200 592 0.059989 10.0.0.49 - - [2025-07-17 02:26:13] "GET / HTTP/1.1" 200 35931 0.001986 10.0.0.49 - - [2025-07-17 02:26:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000453 10.0.0.49 - - [2025-07-17 02:26:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.052211 10.0.0.49 - - [2025-07-17 02:26:14] "GET /projects?obj_uuids=5220591f-3eef-4358-9794-20d04fd471e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001050 10.0.0.49 - - [2025-07-17 02:26:14] "GET /project/5220591f-3eef-4358-9794-20d04fd471e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.028166 10.0.0.49 - - [2025-07-17 02:26:14] "POST /neutron/network HTTP/1.1" 200 117 0.026597 10.0.0.49 - - [2025-07-17 02:26:14] "GET /projects?obj_uuids=5220591f-3eef-4358-9794-20d04fd471e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001280 10.0.0.49 - - [2025-07-17 02:26:14] "POST /neutron/network HTTP/1.1" 200 613 0.069938 10.0.0.49 - - [2025-07-17 02:26:15] "POST /useragent-kv HTTP/1.1" 200 115 0.007702 10.0.0.49 - - [2025-07-17 02:26:15] "POST /neutron/subnet HTTP/1.1" 200 715 0.202257 10.0.0.49 - - [2025-07-17 02:26:15] "POST /neutron/network HTTP/1.1" 200 830 0.006397 10.0.0.49 - - [2025-07-17 02:26:15] "POST /id-to-fqname HTTP/1.1" 200 223 0.001264 10.0.0.49 - - [2025-07-17 02:26:15] "GET /virtual-network/73341af5-2eca-4ee2-8044-fd23e5b007a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006884 10.0.0.49 - - [2025-07-17 02:26:15] "POST /neutron/network HTTP/1.1" 200 830 0.007031 10.0.0.49 - - [2025-07-17 02:26:15] "GET /virtual-network/73341af5-2eca-4ee2-8044-fd23e5b007a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005236 10.0.0.49 - - [2025-07-17 02:26:15] "POST /neutron/network HTTP/1.1" 200 830 0.005856 10.0.0.49 - - [2025-07-17 02:26:15] "POST /neutron/subnet HTTP/1.1" 200 715 0.007073 10.0.0.49 - - [2025-07-17 02:26:15] "GET /domains HTTP/1.1" 401 292 0.000391 10.0.0.49 - - [2025-07-17 02:26:15] "POST /route-targets HTTP/1.1" 200 327 0.009473 10.0.0.49 - - [2025-07-17 02:26:15] "POST /ref-update HTTP/1.1" 200 156 0.010188 10.0.0.49 - - [2025-07-17 02:26:15] "GET /domains HTTP/1.1" 200 280 0.023281 10.0.0.49 - - [2025-07-17 02:26:15] "GET /domains?obj_uuids=2bbb6929-245b-47e4-9692-cd689f3f5260&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001099 10.0.0.49 - - [2025-07-17 02:26:15] "GET /domain/2bbb6929-245b-47e4-9692-cd689f3f5260 HTTP/1.1" 200 2953 0.008568 10.0.0.49 - - [2025-07-17 02:26:15] "GET /projects?obj_uuids=5220591f-3eef-4358-9794-20d04fd471e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000901 10.0.0.49 - - [2025-07-17 02:26:15] "GET /project/5220591f-3eef-4358-9794-20d04fd471e6 HTTP/1.1" 200 2079 0.065636 10.0.0.49 - - [2025-07-17 02:26:15] "GET /virtual-network/73341af5-2eca-4ee2-8044-fd23e5b007a2 HTTP/1.1" 200 2310 0.005289 10.0.0.49 - - [2025-07-17 02:26:15] "GET /virtual-network/73341af5-2eca-4ee2-8044-fd23e5b007a2 HTTP/1.1" 200 2310 0.004108 10.0.0.49 - - [2025-07-17 02:26:15] "GET /routing-instance/e50479ca-b6ec-4da1-a7c1-77ac8d31e930 HTTP/1.1" 200 1494 0.003019 10.0.0.49 - - [2025-07-17 02:26:15] "GET /routing-instance/e50479ca-b6ec-4da1-a7c1-77ac8d31e930 HTTP/1.1" 200 1494 0.002695 10.0.0.49 - - [2025-07-17 02:26:15] "GET /route-target/e2c5f7f6-28f5-4251-9fbe-de5cc226d05d HTTP/1.1" 200 1213 0.003083 10.0.0.49 - - [2025-07-17 02:26:15] "GET /virtual-network/73341af5-2eca-4ee2-8044-fd23e5b007a2 HTTP/1.1" 200 2310 0.004608 10.0.0.49 - - [2025-07-17 02:26:15] "GET /routing-instance/e50479ca-b6ec-4da1-a7c1-77ac8d31e930 HTTP/1.1" 200 1494 0.003017 10.0.0.49 - - [2025-07-17 02:26:15] "GET /virtual-network/73341af5-2eca-4ee2-8044-fd23e5b007a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004258 10.0.0.49 - - [2025-07-17 02:26:15] "GET /virtual-network/73341af5-2eca-4ee2-8044-fd23e5b007a2 HTTP/1.1" 200 2310 0.004272 10.0.0.49 - - [2025-07-17 02:26:15] "GET /routing-instance/e50479ca-b6ec-4da1-a7c1-77ac8d31e930 HTTP/1.1" 200 1494 0.002898 10.0.0.49 - - [2025-07-17 02:26:15] "GET /routing-instance/e50479ca-b6ec-4da1-a7c1-77ac8d31e930 HTTP/1.1" 200 1494 0.002844 10.0.0.49 - - [2025-07-17 02:26:15] "GET /route-target/e2c5f7f6-28f5-4251-9fbe-de5cc226d05d HTTP/1.1" 200 1213 0.002621 10.0.0.49 - - [2025-07-17 02:26:15] "GET /domains HTTP/1.1" 200 280 0.002755 10.0.0.49 - - [2025-07-17 02:26:15] "GET /domains?obj_uuids=2bbb6929-245b-47e4-9692-cd689f3f5260&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001049 10.0.0.49 - - [2025-07-17 02:26:15] "GET /domain/2bbb6929-245b-47e4-9692-cd689f3f5260 HTTP/1.1" 200 2953 0.006647 10.0.0.49 - - [2025-07-17 02:26:15] "GET /projects?obj_uuids=5220591f-3eef-4358-9794-20d04fd471e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000944 10.0.0.49 - - [2025-07-17 02:26:15] "GET /project/5220591f-3eef-4358-9794-20d04fd471e6 HTTP/1.1" 200 2079 0.065849 10.0.0.49 - - [2025-07-17 02:26:15] "GET /virtual-network/73341af5-2eca-4ee2-8044-fd23e5b007a2 HTTP/1.1" 200 2310 0.004596 10.0.0.49 - - [2025-07-17 02:26:16] "GET /obj-perms HTTP/1.1" 200 5026 0.045617 10.0.0.49 - - [2025-07-17 02:26:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.49 - - [2025-07-17 02:26:16] "GET /projects?obj_uuids=5220591f-3eef-4358-9794-20d04fd471e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000954 10.0.0.49 - - [2025-07-17 02:26:16] "GET /project/5220591f-3eef-4358-9794-20d04fd471e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.024880 10.0.0.49 - - [2025-07-17 02:26:16] "POST /neutron/network HTTP/1.1" 200 117 0.008836 10.0.0.49 - - [2025-07-17 02:26:16] "GET /projects?obj_uuids=5220591f-3eef-4358-9794-20d04fd471e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001039 10.0.0.49 - - [2025-07-17 02:26:16] "POST /neutron/network HTTP/1.1" 200 613 0.067286 10.0.0.49 - - [2025-07-17 02:26:16] "POST /route-targets HTTP/1.1" 200 327 0.014827 10.0.0.49 - - [2025-07-17 02:26:16] "POST /ref-update HTTP/1.1" 200 156 0.011109 10.0.0.49 - - [2025-07-17 02:26:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003250 10.0.0.49 - - [2025-07-17 02:26:16] "POST /neutron/subnet HTTP/1.1" 200 720 0.149107 10.0.0.49 - - [2025-07-17 02:26:16] "POST /neutron/network HTTP/1.1" 200 831 0.005380 10.0.0.49 - - [2025-07-17 02:26:16] "POST /id-to-fqname HTTP/1.1" 200 223 0.001572 10.0.0.49 - - [2025-07-17 02:26:16] "GET /virtual-network/99fff420-8cbd-43dc-899a-acf2b5eeaa63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005629 10.0.0.49 - - [2025-07-17 02:26:16] "POST /neutron/network HTTP/1.1" 200 831 0.006462 10.0.0.49 - - [2025-07-17 02:26:16] "GET /virtual-network/99fff420-8cbd-43dc-899a-acf2b5eeaa63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005499 10.0.0.49 - - [2025-07-17 02:26:16] "POST /neutron/network HTTP/1.1" 200 831 0.005397 10.0.0.49 - - [2025-07-17 02:26:16] "POST /neutron/subnet HTTP/1.1" 200 720 0.008287 10.0.0.49 - - [2025-07-17 02:26:16] "GET /domains HTTP/1.1" 200 280 0.002830 10.0.0.49 - - [2025-07-17 02:26:16] "GET /domains?obj_uuids=2bbb6929-245b-47e4-9692-cd689f3f5260&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001565 10.0.0.49 - - [2025-07-17 02:26:16] "GET /domain/2bbb6929-245b-47e4-9692-cd689f3f5260 HTTP/1.1" 200 2953 0.009726 10.0.0.49 - - [2025-07-17 02:26:16] "GET /projects?obj_uuids=5220591f-3eef-4358-9794-20d04fd471e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000969 10.0.0.49 - - [2025-07-17 02:26:16] "GET /project/5220591f-3eef-4358-9794-20d04fd471e6 HTTP/1.1" 200 2297 0.067098 10.0.0.49 - - [2025-07-17 02:26:16] "GET /virtual-network/99fff420-8cbd-43dc-899a-acf2b5eeaa63 HTTP/1.1" 200 2314 0.005210 10.0.0.49 - - [2025-07-17 02:26:16] "GET /virtual-network/99fff420-8cbd-43dc-899a-acf2b5eeaa63 HTTP/1.1" 200 2314 0.004387 10.0.0.49 - - [2025-07-17 02:26:16] "GET /routing-instance/7a4d8e17-1029-491f-92a6-b6917cc875bb HTTP/1.1" 200 1493 0.002939 10.0.0.49 - - [2025-07-17 02:26:16] "GET /routing-instance/7a4d8e17-1029-491f-92a6-b6917cc875bb HTTP/1.1" 200 1493 0.002639 10.0.0.49 - - [2025-07-17 02:26:16] "GET /route-target/bb33608e-883f-489a-9a23-f04cbfbbc738 HTTP/1.1" 200 1213 0.002465 10.0.0.49 - - [2025-07-17 02:26:16] "GET /virtual-network/99fff420-8cbd-43dc-899a-acf2b5eeaa63 HTTP/1.1" 200 2314 0.004192 10.0.0.49 - - [2025-07-17 02:26:16] "GET /routing-instance/7a4d8e17-1029-491f-92a6-b6917cc875bb HTTP/1.1" 200 1493 0.002803 10.0.0.49 - - [2025-07-17 02:26:16] "GET /virtual-network/99fff420-8cbd-43dc-899a-acf2b5eeaa63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004897 10.0.0.49 - - [2025-07-17 02:26:16] "GET /virtual-network/99fff420-8cbd-43dc-899a-acf2b5eeaa63 HTTP/1.1" 200 2314 0.004037 10.0.0.49 - - [2025-07-17 02:26:16] "GET /routing-instance/7a4d8e17-1029-491f-92a6-b6917cc875bb HTTP/1.1" 200 1493 0.002836 10.0.0.49 - - [2025-07-17 02:26:16] "GET /routing-instance/7a4d8e17-1029-491f-92a6-b6917cc875bb HTTP/1.1" 200 1493 0.002643 10.0.0.49 - - [2025-07-17 02:26:17] "GET /route-target/bb33608e-883f-489a-9a23-f04cbfbbc738 HTTP/1.1" 200 1213 0.002393 10.0.0.49 - - [2025-07-17 02:26:17] "GET /domains HTTP/1.1" 200 280 0.002472 10.0.0.49 - - [2025-07-17 02:26:17] "GET /domains?obj_uuids=2bbb6929-245b-47e4-9692-cd689f3f5260&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001056 10.0.0.49 - - [2025-07-17 02:26:17] "GET /domain/2bbb6929-245b-47e4-9692-cd689f3f5260 HTTP/1.1" 200 2953 0.006749 10.0.0.49 - - [2025-07-17 02:26:17] "GET /projects?obj_uuids=5220591f-3eef-4358-9794-20d04fd471e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000998 10.0.0.49 - - [2025-07-17 02:26:17] "GET /project/5220591f-3eef-4358-9794-20d04fd471e6 HTTP/1.1" 200 2297 0.069887 10.0.0.49 - - [2025-07-17 02:26:17] "GET /virtual-network/99fff420-8cbd-43dc-899a-acf2b5eeaa63 HTTP/1.1" 200 2314 0.004370 10.0.0.49 - - [2025-07-17 02:26:17] "GET /obj-perms HTTP/1.1" 200 5026 0.002682 10.0.0.49 - - [2025-07-17 02:26:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002750 10.0.0.49 - - [2025-07-17 02:26:17] "GET /projects?obj_uuids=5220591f-3eef-4358-9794-20d04fd471e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000975 10.0.0.49 - - [2025-07-17 02:26:17] "GET /project/5220591f-3eef-4358-9794-20d04fd471e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.024880 10.0.0.49 - - [2025-07-17 02:26:17] "POST /neutron/network HTTP/1.1" 200 117 0.010119 10.0.0.49 - - [2025-07-17 02:26:17] "GET /projects?obj_uuids=5220591f-3eef-4358-9794-20d04fd471e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001151 10.0.0.49 - - [2025-07-17 02:26:17] "POST /neutron/network HTTP/1.1" 200 615 0.074921 10.0.0.49 - - [2025-07-17 02:26:17] "POST /ref-update HTTP/1.1" 200 156 0.009654 10.0.0.49 - - [2025-07-17 02:26:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002178 10.0.0.49 - - [2025-07-17 02:26:17] "POST /neutron/subnet HTTP/1.1" 200 724 0.178099 10.0.0.49 - - [2025-07-17 02:26:17] "POST /neutron/network HTTP/1.1" 200 834 0.005620 10.0.0.49 - - [2025-07-17 02:26:17] "POST /id-to-fqname HTTP/1.1" 200 224 0.001058 10.0.0.49 - - [2025-07-17 02:26:17] "GET /virtual-network/2d163a73-4766-455e-85d4-deb8af42a4c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004174 10.0.0.49 - - [2025-07-17 02:26:17] "POST /neutron/network HTTP/1.1" 200 834 0.005381 10.0.0.49 - - [2025-07-17 02:26:17] "GET /virtual-network/2d163a73-4766-455e-85d4-deb8af42a4c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004507 10.0.0.49 - - [2025-07-17 02:26:17] "POST /neutron/network HTTP/1.1" 200 834 0.005537 10.0.0.49 - - [2025-07-17 02:26:17] "POST /neutron/subnet HTTP/1.1" 200 724 0.006230 10.0.0.49 - - [2025-07-17 02:26:17] "GET /domains HTTP/1.1" 200 280 0.002548 10.0.0.49 - - [2025-07-17 02:26:17] "GET /domains?obj_uuids=2bbb6929-245b-47e4-9692-cd689f3f5260&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000996 10.0.0.49 - - [2025-07-17 02:26:17] "GET /domain/2bbb6929-245b-47e4-9692-cd689f3f5260 HTTP/1.1" 200 2953 0.007543 10.0.0.49 - - [2025-07-17 02:26:17] "GET /projects?obj_uuids=5220591f-3eef-4358-9794-20d04fd471e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000972 10.0.0.49 - - [2025-07-17 02:26:17] "GET /project/5220591f-3eef-4358-9794-20d04fd471e6 HTTP/1.1" 200 2516 0.065038 10.0.0.49 - - [2025-07-17 02:26:17] "GET /virtual-network/2d163a73-4766-455e-85d4-deb8af42a4c1 HTTP/1.1" 200 2322 0.005996 10.0.0.49 - - [2025-07-17 02:26:17] "GET /virtual-network/2d163a73-4766-455e-85d4-deb8af42a4c1 HTTP/1.1" 200 2322 0.004402 10.0.0.49 - - [2025-07-17 02:26:17] "GET /routing-instance/f473d120-e5b4-416f-b857-98558f0c5875 HTTP/1.1" 200 1498 0.003103 10.0.0.49 - - [2025-07-17 02:26:17] "GET /routing-instance/f473d120-e5b4-416f-b857-98558f0c5875 HTTP/1.1" 200 1498 0.002652 10.0.0.49 - - [2025-07-17 02:26:17] "GET /route-target/921a9a5e-9078-4e26-9a2d-3236730e2924 HTTP/1.1" 200 1215 0.003171 10.0.0.49 - - [2025-07-17 02:26:17] "GET /virtual-network/2d163a73-4766-455e-85d4-deb8af42a4c1 HTTP/1.1" 200 2322 0.004064 10.0.0.49 - - [2025-07-17 02:26:17] "GET /routing-instance/f473d120-e5b4-416f-b857-98558f0c5875 HTTP/1.1" 200 1498 0.002688 10.0.0.49 - - [2025-07-17 02:26:17] "GET /virtual-network/2d163a73-4766-455e-85d4-deb8af42a4c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004112 10.0.0.49 - - [2025-07-17 02:26:17] "GET /virtual-network/2d163a73-4766-455e-85d4-deb8af42a4c1 HTTP/1.1" 200 2322 0.004078 10.0.0.49 - - [2025-07-17 02:26:17] "GET /routing-instance/f473d120-e5b4-416f-b857-98558f0c5875 HTTP/1.1" 200 1498 0.002714 10.0.0.49 - - [2025-07-17 02:26:17] "GET /routing-instance/f473d120-e5b4-416f-b857-98558f0c5875 HTTP/1.1" 200 1498 0.002481 10.0.0.49 - - [2025-07-17 02:26:17] "GET /route-target/921a9a5e-9078-4e26-9a2d-3236730e2924 HTTP/1.1" 200 1215 0.002264 10.0.0.49 - - [2025-07-17 02:26:17] "GET /domains HTTP/1.1" 200 280 0.002582 10.0.0.49 - - [2025-07-17 02:26:17] "GET /domains?obj_uuids=2bbb6929-245b-47e4-9692-cd689f3f5260&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000947 10.0.0.49 - - [2025-07-17 02:26:17] "GET /domain/2bbb6929-245b-47e4-9692-cd689f3f5260 HTTP/1.1" 200 2953 0.006694 10.0.0.49 - - [2025-07-17 02:26:17] "GET /projects?obj_uuids=5220591f-3eef-4358-9794-20d04fd471e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000935 10.0.0.49 - - [2025-07-17 02:26:17] "GET /project/5220591f-3eef-4358-9794-20d04fd471e6 HTTP/1.1" 200 2516 0.065468 10.0.0.49 - - [2025-07-17 02:26:17] "GET /virtual-network/2d163a73-4766-455e-85d4-deb8af42a4c1 HTTP/1.1" 200 2322 0.004198 10.0.0.49 - - [2025-07-17 02:26:17] "GET /obj-perms HTTP/1.1" 200 5026 0.002794 10.0.0.49 - - [2025-07-17 02:26:18] "POST /id-to-fqname HTTP/1.1" 200 223 0.001719 10.0.0.49 - - [2025-07-17 02:26:18] "POST /neutron/network HTTP/1.1" 200 841 0.007107 10.0.0.49 - - [2025-07-17 02:26:18] "GET /aaa-mode HTTP/1.1" 401 292 0.000391 10.0.0.49 - - [2025-07-17 02:26:18] "GET / HTTP/1.1" 200 35931 0.001533 10.0.0.49 - - [2025-07-17 02:26:18] "GET /project/5220591f-3eef-4358-9794-20d04fd471e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000387 10.0.0.49 - - [2025-07-17 02:26:18] "GET /projects?obj_uuids=5220591f-3eef-4358-9794-20d04fd471e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001066 10.0.0.49 - - [2025-07-17 02:26:18] "GET /project/5220591f-3eef-4358-9794-20d04fd471e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.047872 10.0.0.49 - - [2025-07-17 02:26:18] "POST /neutron/network HTTP/1.1" 200 831 0.005482 10.0.0.49 - - [2025-07-17 02:26:18] "POST /neutron/port HTTP/1.1" 200 117 0.004972 10.0.0.49 - - [2025-07-17 02:26:19] "POST /neutron/port HTTP/1.1" 200 117 0.005041 10.0.0.49 - - [2025-07-17 02:26:19] "POST /id-to-fqname HTTP/1.1" 200 224 0.001170 10.0.0.49 - - [2025-07-17 02:26:19] "POST /neutron/port HTTP/1.1" 200 117 0.004501 10.0.0.49 - - [2025-07-17 02:26:19] "POST /neutron/network HTTP/1.1" 200 844 0.005399 10.0.0.49 - - [2025-07-17 02:26:19] "GET /aaa-mode HTTP/1.1" 401 292 0.000402 10.0.0.49 - - [2025-07-17 02:26:19] "POST /neutron/network HTTP/1.1" 200 841 0.005846 10.0.0.49 - - [2025-07-17 02:26:19] "GET /projects?obj_uuids=5220591f-3eef-4358-9794-20d04fd471e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001631 10.0.0.49 - - [2025-07-17 02:26:19] "GET / HTTP/1.1" 200 35931 0.001981 10.0.0.49 - - [2025-07-17 02:26:19] "GET /project/5220591f-3eef-4358-9794-20d04fd471e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000380 10.0.0.49 - - [2025-07-17 02:26:19] "POST /neutron/port HTTP/1.1" 200 1057 0.198647 10.0.0.49 - - [2025-07-17 02:26:19] "POST /neutron/port HTTP/1.1" 200 1057 0.009133 10.0.0.49 - - [2025-07-17 02:26:19] "POST /neutron/port HTTP/1.1" 200 1057 0.007634 10.0.0.49 - - [2025-07-17 02:26:19] "POST /neutron/port HTTP/1.1" 200 1111 0.062775 10.0.0.49 - - [2025-07-17 02:26:19] "POST /neutron/port HTTP/1.1" 200 1085 0.010902 10.0.0.49 - - [2025-07-17 02:26:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003056 10.0.0.49 - - [2025-07-17 02:26:19] "POST /neutron/subnet HTTP/1.1" 200 694 0.006829 10.0.0.49 - - [2025-07-17 02:26:19] "POST /neutron/port HTTP/1.1" 200 117 0.001181 10.0.0.49 - - [2025-07-17 02:26:19] "POST /neutron/network HTTP/1.1" 200 831 0.005206 10.0.0.49 - - [2025-07-17 02:26:19] "GET /projects?obj_uuids=5220591f-3eef-4358-9794-20d04fd471e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001079 10.0.0.49 - - [2025-07-17 02:26:19] "GET /project/5220591f-3eef-4358-9794-20d04fd471e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.044409 10.0.0.49 - - [2025-07-17 02:26:19] "POST /neutron/network HTTP/1.1" 200 834 0.005704 10.0.0.49 - - [2025-07-17 02:26:20] "POST /neutron/port HTTP/1.1" 200 1085 0.018858 10.0.0.49 - - [2025-07-17 02:26:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007246 10.0.0.49 - - [2025-07-17 02:26:20] "POST /neutron/port HTTP/1.1" 200 117 0.004520 10.0.0.49 - - [2025-07-17 02:26:20] "POST /fqname-to-id HTTP/1.1" 404 193 0.002375 10.0.0.49 - - [2025-07-17 02:26:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002225 10.0.0.49 - - [2025-07-17 02:26:20] "GET /domains?obj_uuids=2bbb6929-245b-47e4-9692-cd689f3f5260&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001107 10.0.0.49 - - [2025-07-17 02:26:20] "GET /domain/2bbb6929-245b-47e4-9692-cd689f3f5260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007828 10.0.0.49 - - [2025-07-17 02:26:20] "POST /service-templates HTTP/1.1" 200 543 0.027037 10.0.0.49 - - [2025-07-17 02:26:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002926 10.0.0.49 - - [2025-07-17 02:26:20] "GET /service-template/617a795b-6e80-4ce3-b7c1-251923c3a883?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.004996 10.0.0.49 - - [2025-07-17 02:26:20] "POST /neutron/network HTTP/1.1" 200 844 0.005868 10.0.0.49 - - [2025-07-17 02:26:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002882 10.0.0.49 - - [2025-07-17 02:26:20] "GET /projects?obj_uuids=5220591f-3eef-4358-9794-20d04fd471e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001065 10.0.0.49 - - [2025-07-17 02:26:20] "GET /service-template/617a795b-6e80-4ce3-b7c1-251923c3a883?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.002926 10.0.0.49 - - [2025-07-17 02:26:20] "POST /id-to-fqname HTTP/1.1" 200 223 0.001314 10.0.0.49 - - [2025-07-17 02:26:20] "POST /id-to-fqname HTTP/1.1" 200 223 0.006151 10.0.0.49 - - [2025-07-17 02:26:20] "POST /id-to-fqname HTTP/1.1" 200 224 0.003605 10.0.0.49 - - [2025-07-17 02:26:20] "POST /neutron/port HTTP/1.1" 200 1058 0.251772 10.0.0.49 - - [2025-07-17 02:26:20] "POST /neutron/port HTTP/1.1" 200 1058 0.010949 10.0.0.49 - - [2025-07-17 02:26:20] "POST /neutron/port HTTP/1.1" 200 1058 0.010400 10.0.0.49 - - [2025-07-17 02:26:20] "POST /neutron/port HTTP/1.1" 200 1112 0.080809 10.0.0.49 - - [2025-07-17 02:26:20] "POST /neutron/port HTTP/1.1" 200 2055 0.039844 10.0.0.49 - - [2025-07-17 02:26:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006197 10.0.0.49 - - [2025-07-17 02:26:20] "POST /neutron/port HTTP/1.1" 200 1086 0.017715 10.0.0.49 - - [2025-07-17 02:26:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003183 10.0.0.49 - - [2025-07-17 02:26:20] "POST /neutron/subnet HTTP/1.1" 200 698 0.006428 10.0.0.49 - - [2025-07-17 02:26:20] "POST /neutron/port HTTP/1.1" 200 117 0.001163 10.0.0.49 - - [2025-07-17 02:26:20] "POST /neutron/network HTTP/1.1" 200 834 0.005052 10.0.0.49 - - [2025-07-17 02:26:21] "POST /neutron/network HTTP/1.1" 200 2220 0.016705 10.0.0.49 - - [2025-07-17 02:26:21] "GET /aaa-mode HTTP/1.1" 401 292 0.000423 10.0.0.49 - - [2025-07-17 02:26:21] "GET / HTTP/1.1" 200 35931 0.001622 10.0.0.49 - - [2025-07-17 02:26:21] "GET /project/5220591f-3eef-4358-9794-20d04fd471e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000406 10.0.0.49 - - [2025-07-17 02:26:22] "GET /projects?obj_uuids=5220591f-3eef-4358-9794-20d04fd471e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001375 10.0.0.49 - - [2025-07-17 02:26:22] "GET /project/5220591f-3eef-4358-9794-20d04fd471e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.051059 10.0.0.49 - - [2025-07-17 02:26:22] "POST /neutron/network HTTP/1.1" 200 830 0.005444 10.0.0.49 - - [2025-07-17 02:26:22] "POST /neutron/network HTTP/1.1" 200 831 0.005075 10.0.0.49 - - [2025-07-17 02:26:22] "POST /neutron/network HTTP/1.1" 200 834 0.005220 10.0.0.49 - - [2025-07-17 02:26:22] "POST /neutron/port HTTP/1.1" 200 2055 0.018085 10.0.0.49 - - [2025-07-17 02:26:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007487 10.0.0.49 - - [2025-07-17 02:26:22] "POST /neutron/port HTTP/1.1" 200 117 0.006806 10.0.0.49 - - [2025-07-17 02:26:22] "POST /neutron/port HTTP/1.1" 200 117 0.006212 10.0.0.49 - - [2025-07-17 02:26:22] "POST /neutron/network HTTP/1.1" 200 2220 0.012890 10.0.0.49 - - [2025-07-17 02:26:22] "GET /projects?obj_uuids=5220591f-3eef-4358-9794-20d04fd471e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001689 10.0.0.49 - - [2025-07-17 02:26:22] "POST /neutron/port HTTP/1.1" 200 1056 0.260820 10.0.0.49 - - [2025-07-17 02:26:22] "GET /projects?obj_uuids=5220591f-3eef-4358-9794-20d04fd471e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001271 10.0.0.49 - - [2025-07-17 02:26:23] "POST /neutron/port HTTP/1.1" 200 1057 0.281504 10.0.0.49 - - [2025-07-17 02:26:23] "GET /projects?obj_uuids=5220591f-3eef-4358-9794-20d04fd471e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001642 10.0.0.49 - - [2025-07-17 02:26:23] "POST /neutron/port HTTP/1.1" 200 1058 0.259777 10.0.0.49 - - [2025-07-17 02:26:23] "POST /neutron/port HTTP/1.1" 200 1056 0.012558 10.0.0.49 - - [2025-07-17 02:26:23] "POST /neutron/port HTTP/1.1" 200 1056 0.008064 10.0.0.49 - - [2025-07-17 02:26:23] "POST /neutron/port HTTP/1.1" 200 1110 0.088027 10.0.0.49 - - [2025-07-17 02:26:23] "POST /neutron/port HTTP/1.1" 200 1057 0.009152 10.0.0.49 - - [2025-07-17 02:26:23] "POST /neutron/port HTTP/1.1" 200 1057 0.008119 10.0.0.49 - - [2025-07-17 02:26:23] "POST /neutron/port HTTP/1.1" 200 1111 0.072761 10.0.0.49 - - [2025-07-17 02:26:23] "POST /neutron/port HTTP/1.1" 200 1058 0.009524 10.0.0.49 - - [2025-07-17 02:26:23] "POST /neutron/port HTTP/1.1" 200 1058 0.008233 10.0.0.49 - - [2025-07-17 02:26:23] "POST /neutron/port HTTP/1.1" 200 1112 0.089671 10.0.0.49 - - [2025-07-17 02:26:24] "POST /neutron/port HTTP/1.1" 200 3022 0.014898 10.0.0.49 - - [2025-07-17 02:26:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003435 10.0.0.49 - - [2025-07-17 02:26:24] "POST /neutron/subnet HTTP/1.1" 200 689 0.006819 10.0.0.49 - - [2025-07-17 02:26:24] "POST /neutron/port HTTP/1.1" 200 117 0.001167 10.0.0.49 - - [2025-07-17 02:26:24] "POST /neutron/network HTTP/1.1" 200 830 0.005354 10.0.0.49 - - [2025-07-17 02:26:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003042 10.0.0.49 - - [2025-07-17 02:26:24] "POST /neutron/subnet HTTP/1.1" 200 694 0.006984 10.0.0.49 - - [2025-07-17 02:26:24] "POST /neutron/port HTTP/1.1" 200 117 0.001557 10.0.0.49 - - [2025-07-17 02:26:24] "POST /neutron/network HTTP/1.1" 200 831 0.005499 10.0.0.49 - - [2025-07-17 02:26:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003534 10.0.0.49 - - [2025-07-17 02:26:24] "POST /neutron/subnet HTTP/1.1" 200 698 0.006447 10.0.0.49 - - [2025-07-17 02:26:24] "POST /neutron/port HTTP/1.1" 200 117 0.001199 10.0.0.49 - - [2025-07-17 02:26:24] "POST /neutron/network HTTP/1.1" 200 834 0.005116 10.0.0.49 - - [2025-07-17 02:26:27] "POST /neutron/port HTTP/1.1" 200 3022 0.016484 10.0.0.49 - - [2025-07-17 02:26:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006523 10.0.0.49 - - [2025-07-17 02:26:27] "POST /neutron/port HTTP/1.1" 200 3022 0.014119 10.0.0.49 - - [2025-07-17 02:26:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005830 10.0.0.49 - - [2025-07-17 02:26:27] "POST /neutron/port HTTP/1.1" 200 3022 0.015392 10.0.0.49 - - [2025-07-17 02:26:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006428 10.0.0.49 - - [2025-07-17 02:26:27] "POST /neutron/port HTTP/1.1" 200 3022 0.015782 10.0.0.49 - - [2025-07-17 02:26:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007632 10.0.0.49 - - [2025-07-17 02:26:27] "POST /neutron/port HTTP/1.1" 200 3022 0.017801 10.0.0.49 - - [2025-07-17 02:26:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005691 10.0.0.49 - - [2025-07-17 02:26:27] "GET /virtual-machine/c95a0ea2-4c60-4aa4-afb0-d295a0a3214a HTTP/1.1" 200 1803 0.004190 10.0.0.49 - - [2025-07-17 02:26:27] "GET /virtual-machine-interface/03dc9de1-1b7e-4aee-9618-41733aa98ba1 HTTP/1.1" 200 2944 0.004557 10.0.0.49 - - [2025-07-17 02:26:27] "GET /virtual-machine-interface/ba8bc664-c490-4411-aac7-0204c068e264 HTTP/1.1" 200 2946 0.004587 10.0.0.49 - - [2025-07-17 02:26:27] "GET /virtual-machine-interface/d5b0d512-c703-43c4-b1a9-4e579738e534 HTTP/1.1" 200 2949 0.004649 10.0.0.49 - - [2025-07-17 02:26:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003770 10.0.0.49 - - [2025-07-17 02:26:27] "GET /global-vrouter-config/2bbac615-16a4-4bf9-98ec-95dec7bcbaae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003136 10.0.0.49 - - [2025-07-17 02:26:27] "POST /neutron/port HTTP/1.1" 200 1085 0.010872 10.0.0.49 - - [2025-07-17 02:26:27] "GET /virtual-networks?parent_id=5220591f-3eef-4358-9794-20d04fd471e6&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002946 10.0.0.49 - - [2025-07-17 02:26:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006387 10.0.0.49 - - [2025-07-17 02:26:28] "GET /virtual-network/73341af5-2eca-4ee2-8044-fd23e5b007a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007184 10.0.0.49 - - [2025-07-17 02:26:29] "POST /neutron/port HTTP/1.1" 200 1086 0.018381 10.0.0.49 - - [2025-07-17 02:26:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005809 10.0.0.49 - - [2025-07-17 02:26:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002992 10.0.0.49 - - [2025-07-17 02:26:31] "GET /virtual-network/73341af5-2eca-4ee2-8044-fd23e5b007a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005668 10.0.0.49 - - [2025-07-17 02:26:34] "DELETE /project/5220591f3eef4358979420d04fd471e6 HTTP/1.1" 404 173 0.012846 10.0.0.49 - - [2025-07-17 02:26:34] "DELETE /project/ec6750c446074370b49da4b0fc6d9536 HTTP/1.1" 404 173 0.011839 10.0.0.49 - - [2025-07-17 02:26:34] "GET /projects?obj_uuids=f649d90e-f5d5-47e0-a001-56a597c79b1e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000981 10.0.0.49 - - [2025-07-17 02:26:34] "GET /projects?obj_uuids=ec6750c4-4607-4370-b49d-a4b0fc6d9536&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000879 10.0.0.49 - - [2025-07-17 02:26:34] "GET /project/ec6750c4-4607-4370-b49d-a4b0fc6d9536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.032774 10.0.0.49 - - [2025-07-17 02:26:34] "GET /project/f649d90e-f5d5-47e0-a001-56a597c79b1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.036047 10.0.0.49 - - [2025-07-17 02:26:34] "GET /projects?obj_uuids=f649d90e-f5d5-47e0-a001-56a597c79b1e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000993 10.0.0.49 - - [2025-07-17 02:26:34] "GET /projects?obj_uuids=ec6750c4-4607-4370-b49d-a4b0fc6d9536&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000895 10.0.0.49 - - [2025-07-17 02:26:34] "GET /project/ec6750c4-4607-4370-b49d-a4b0fc6d9536?fields=security_groups HTTP/1.1" 200 1369 0.031895 10.0.0.49 - - [2025-07-17 02:26:34] "GET /project/f649d90e-f5d5-47e0-a001-56a597c79b1e?fields=security_groups HTTP/1.1" 200 1387 0.035972 10.0.0.49 - - [2025-07-17 02:26:34] "DELETE /security-group/dfebe51f-831d-4271-adf4-0292ce1bffa2 HTTP/1.1" 200 115 0.059489 10.0.0.49 - - [2025-07-17 02:26:34] "GET /projects?obj_uuids=ec6750c4-4607-4370-b49d-a4b0fc6d9536&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001028 10.0.0.49 - - [2025-07-17 02:26:34] "DELETE /access-control-list/5f712984-f673-47e4-8f8f-fa3735edbf6e HTTP/1.1" 200 115 0.037646 10.0.0.49 - - [2025-07-17 02:26:34] "DELETE /security-group/d3979e4c-1d3f-4257-bc7f-f552cec2099d HTTP/1.1" 200 115 0.071095 10.0.0.49 - - [2025-07-17 02:26:34] "GET /projects?obj_uuids=f649d90e-f5d5-47e0-a001-56a597c79b1e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001044 10.0.0.49 - - [2025-07-17 02:26:34] "GET /project/ec6750c4-4607-4370-b49d-a4b0fc6d9536?fields=application_policy_sets HTTP/1.1" 200 1408 0.037048 10.0.0.49 - - [2025-07-17 02:26:34] "DELETE /access-control-list/86baa454-117c-4b98-a271-1aa6eafd3114 HTTP/1.1" 200 115 0.031388 10.0.0.49 - - [2025-07-17 02:26:34] "DELETE /access-control-list/437ce0d1-c326-4ba4-be91-17f65d15140b HTTP/1.1" 200 115 0.020893 10.0.0.49 - - [2025-07-17 02:26:34] "GET /project/f649d90e-f5d5-47e0-a001-56a597c79b1e?fields=application_policy_sets HTTP/1.1" 200 1426 0.088505 10.0.0.49 - - [2025-07-17 02:26:34] "DELETE /access-control-list/523b11ed-c548-4549-a408-183c3c639d3d HTTP/1.1" 200 115 0.047967 10.0.0.49 - - [2025-07-17 02:26:34] "DELETE /project/ec6750c4-4607-4370-b49d-a4b0fc6d9536 HTTP/1.1" 200 115 0.358857 10.0.0.49 - - [2025-07-17 02:26:34] "DELETE /project/f649d90e-f5d5-47e0-a001-56a597c79b1e HTTP/1.1" 200 115 0.405921 10.0.0.49 - - [2025-07-17 02:26:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002946 10.0.0.49 - - [2025-07-17 02:26:35] "GET /virtual-network/73341af5-2eca-4ee2-8044-fd23e5b007a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005539 10.0.0.49 - - [2025-07-17 02:26:39] "GET /obj-perms HTTP/1.1" 200 5056 0.045163 10.0.0.49 - - [2025-07-17 02:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.49 - - [2025-07-17 02:26:39] "GET /virtual-network/73341af5-2eca-4ee2-8044-fd23e5b007a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005114 10.0.0.49 - - [2025-07-17 02:26:39] "GET /obj-perms HTTP/1.1" 200 5056 0.042807 10.0.0.49 - - [2025-07-17 02:26:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002885 10.0.0.49 - - [2025-07-17 02:26:43] "GET /virtual-network/73341af5-2eca-4ee2-8044-fd23e5b007a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005116 10.0.0.49 - - [2025-07-17 02:26:43] "POST /neutron/port HTTP/1.1" 200 1085 0.010721 10.0.0.49 - - [2025-07-17 02:26:43] "POST /neutron/port HTTP/1.1" 200 1085 0.012768 10.0.0.49 - - [2025-07-17 02:26:43] "POST /neutron/network HTTP/1.1" 200 841 0.005652 10.0.0.49 - - [2025-07-17 02:26:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003500 10.0.0.49 - - [2025-07-17 02:26:43] "POST /neutron/subnet HTTP/1.1" 200 694 0.006798 10.0.0.49 - - [2025-07-17 02:26:44] "POST /neutron/port HTTP/1.1" 200 117 0.001361 10.0.0.49 - - [2025-07-17 02:26:44] "POST /neutron/network HTTP/1.1" 200 831 0.005671 10.0.0.49 - - [2025-07-17 02:26:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002635 10.0.0.49 - - [2025-07-17 02:26:45] "GET /global-vrouter-config/2bbac615-16a4-4bf9-98ec-95dec7bcbaae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003372 10.0.0.49 - - [2025-07-17 02:26:45] "GET /virtual-networks?parent_id=5220591f-3eef-4358-9794-20d04fd471e6&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003219 10.0.0.49 - - [2025-07-17 02:26:45] "GET /virtual-network/73341af5-2eca-4ee2-8044-fd23e5b007a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007527 10.0.0.49 - - [2025-07-17 02:26:45] "POST /neutron/port HTTP/1.1" 200 3022 0.015454 10.0.0.49 - - [2025-07-17 02:26:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006749 10.0.0.49 - - [2025-07-17 02:26:51] "POST /neutron/port HTTP/1.1" 200 3022 0.015563 10.0.0.49 - - [2025-07-17 02:26:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005841 10.0.0.49 - - [2025-07-17 02:26:53] "POST /neutron/port HTTP/1.1" 200 3022 0.014640 10.0.0.49 - - [2025-07-17 02:26:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005046 10.0.0.49 - - [2025-07-17 02:26:56] "POST /neutron/port HTTP/1.1" 200 3022 0.015620 10.0.0.49 - - [2025-07-17 02:26:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005169 10.0.0.49 - - [2025-07-17 02:27:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003358 10.0.0.49 - - [2025-07-17 02:27:01] "GET /global-vrouter-config/2bbac615-16a4-4bf9-98ec-95dec7bcbaae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003609 10.0.0.49 - - [2025-07-17 02:27:01] "GET /virtual-networks?parent_id=5220591f-3eef-4358-9794-20d04fd471e6&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002894 10.0.0.49 - - [2025-07-17 02:27:01] "GET /virtual-network/99fff420-8cbd-43dc-899a-acf2b5eeaa63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005915 10.0.0.49 - - [2025-07-17 02:27:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002744 10.0.0.49 - - [2025-07-17 02:27:01] "GET /global-vrouter-config/2bbac615-16a4-4bf9-98ec-95dec7bcbaae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003047 10.0.0.49 - - [2025-07-17 02:27:01] "GET /virtual-networks?parent_id=5220591f-3eef-4358-9794-20d04fd471e6&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002844 10.0.0.49 - - [2025-07-17 02:27:01] "GET /virtual-network/2d163a73-4766-455e-85d4-deb8af42a4c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005790 10.0.0.49 - - [2025-07-17 02:27:02] "POST /fqname-to-id HTTP/1.1" 404 207 0.002782 10.0.0.49 - - [2025-07-17 02:27:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002318 10.0.0.49 - - [2025-07-17 02:27:02] "GET /projects?obj_uuids=5220591f-3eef-4358-9794-20d04fd471e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001072 10.0.0.49 - - [2025-07-17 02:27:02] "GET /project/5220591f-3eef-4358-9794-20d04fd471e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.023862 10.0.0.49 - - [2025-07-17 02:27:02] "POST /service-instances HTTP/1.1" 200 543 0.059813 10.0.0.49 - - [2025-07-17 02:27:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.49 - - [2025-07-17 02:27:02] "GET /service-instance/862bbe7e-2837-4cfe-a914-a8c525aa7d68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2134 0.005793 10.0.0.49 - - [2025-07-17 02:27:02] "POST /port-tuples HTTP/1.1" 200 586 0.023879 10.0.0.49 - - [2025-07-17 02:27:02] "GET /virtual-machine-interface/03dc9de1-1b7e-4aee-9618-41733aa98ba1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2723 0.005289 10.0.0.49 - - [2025-07-17 02:27:02] "PUT /virtual-machine-interface/03dc9de1-1b7e-4aee-9618-41733aa98ba1 HTTP/1.1" 200 284 0.011206 10.0.0.49 - - [2025-07-17 02:27:02] "POST /ref-update HTTP/1.1" 200 156 0.009128 10.0.0.49 - - [2025-07-17 02:27:02] "POST /instance-ips HTTP/1.1" 200 385 0.022148 10.0.0.49 - - [2025-07-17 02:27:02] "POST /ref-update HTTP/1.1" 200 156 0.009576 10.0.0.49 - - [2025-07-17 02:27:02] "GET /virtual-machine-interface/ba8bc664-c490-4411-aac7-0204c068e264?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.004670 10.0.0.49 - - [2025-07-17 02:27:02] "POST /ref-update HTTP/1.1" 200 156 0.011431 10.0.0.49 - - [2025-07-17 02:27:02] "PUT /virtual-machine-interface/ba8bc664-c490-4411-aac7-0204c068e264 HTTP/1.1" 200 284 0.012325 10.0.0.49 - - [2025-07-17 02:27:02] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002685 10.0.0.49 - - [2025-07-17 02:27:02] "POST /ref-update HTTP/1.1" 200 156 0.008529 10.0.0.49 - - [2025-07-17 02:27:02] "GET /virtual-machine-interface/d5b0d512-c703-43c4-b1a9-4e579738e534?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2728 0.004751 10.0.0.49 - - [2025-07-17 02:27:02] "POST /instance-ips HTTP/1.1" 200 385 0.025943 10.0.0.49 - - [2025-07-17 02:27:02] "PUT /virtual-machine-interface/d5b0d512-c703-43c4-b1a9-4e579738e534 HTTP/1.1" 200 284 0.008937 10.0.0.49 - - [2025-07-17 02:27:02] "POST /ref-update HTTP/1.1" 200 156 0.009790 10.0.0.49 - - [2025-07-17 02:27:02] "POST /ref-update HTTP/1.1" 200 156 0.008941 10.0.0.49 - - [2025-07-17 02:27:02] "POST /ref-update HTTP/1.1" 200 156 0.007941 10.0.0.49 - - [2025-07-17 02:27:02] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002774 10.0.0.49 - - [2025-07-17 02:27:02] "POST /neutron/port HTTP/1.1" 200 1085 0.010294 10.0.0.49 - - [2025-07-17 02:27:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005924 10.0.0.49 - - [2025-07-17 02:27:03] "POST /instance-ips HTTP/1.1" 200 373 0.014423 10.0.0.49 - - [2025-07-17 02:27:03] "POST /neutron/port HTTP/1.1" 200 1085 0.012114 10.0.0.49 - - [2025-07-17 02:27:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005597 10.0.0.49 - - [2025-07-17 02:27:03] "POST /ref-update HTTP/1.1" 200 156 0.011780 10.0.0.49 - - [2025-07-17 02:27:03] "POST /neutron/port HTTP/1.1" 200 1085 0.010815 10.0.0.49 - - [2025-07-17 02:27:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009116 10.0.0.49 - - [2025-07-17 02:27:03] "POST /ref-update HTTP/1.1" 200 156 0.010128 10.0.0.49 - - [2025-07-17 02:27:03] "GET /virtual-machine/b3c5c6f5-9e64-4c73-b3c9-419bba411c4c HTTP/1.1" 200 1291 0.005651 10.0.0.49 - - [2025-07-17 02:27:03] "GET /virtual-machine-interface/92948525-e07b-42ce-b77b-4079fe898d33 HTTP/1.1" 200 2946 0.004852 10.0.0.49 - - [2025-07-17 02:27:03] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003666 10.0.0.49 - - [2025-07-17 02:27:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.49 - - [2025-07-17 02:27:03] "GET /global-vrouter-config/2bbac615-16a4-4bf9-98ec-95dec7bcbaae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003240 10.0.0.49 - - [2025-07-17 02:27:03] "GET /virtual-networks?parent_id=5220591f-3eef-4358-9794-20d04fd471e6&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003438 10.0.0.49 - - [2025-07-17 02:27:03] "POST /instance-ips HTTP/1.1" 200 373 0.016843 10.0.0.49 - - [2025-07-17 02:27:03] "GET /virtual-network/99fff420-8cbd-43dc-899a-acf2b5eeaa63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005094 10.0.0.49 - - [2025-07-17 02:27:03] "POST /ref-update HTTP/1.1" 200 156 0.007476 10.0.0.49 - - [2025-07-17 02:27:03] "POST /ref-update HTTP/1.1" 200 156 0.007951 10.0.0.49 - - [2025-07-17 02:27:03] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003728 10.0.0.49 - - [2025-07-17 02:27:03] "POST /instance-ips HTTP/1.1" 200 375 0.017262 10.0.0.49 - - [2025-07-17 02:27:03] "POST /ref-update HTTP/1.1" 200 156 0.009207 10.0.0.49 - - [2025-07-17 02:27:03] "POST /ref-update HTTP/1.1" 200 156 0.008081 10.0.0.49 - - [2025-07-17 02:27:03] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002926 10.0.0.49 - - [2025-07-17 02:27:03] "POST /instance-ips HTTP/1.1" 200 375 0.019719 10.0.0.49 - - [2025-07-17 02:27:03] "POST /ref-update HTTP/1.1" 200 156 0.009012 10.0.0.49 - - [2025-07-17 02:27:03] "POST /ref-update HTTP/1.1" 200 156 0.007567 10.0.0.49 - - [2025-07-17 02:27:03] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002724 10.0.0.49 - - [2025-07-17 02:27:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.49 - - [2025-07-17 02:27:04] "GET /global-vrouter-config/2bbac615-16a4-4bf9-98ec-95dec7bcbaae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002959 10.0.0.49 - - [2025-07-17 02:27:04] "GET /virtual-networks?parent_id=5220591f-3eef-4358-9794-20d04fd471e6&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003124 10.0.0.49 - - [2025-07-17 02:27:04] "GET /virtual-network/99fff420-8cbd-43dc-899a-acf2b5eeaa63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006158 10.0.0.49 - - [2025-07-17 02:27:04] "POST /neutron/port HTTP/1.1" 200 1086 0.010927 10.0.0.49 - - [2025-07-17 02:27:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005610 10.0.0.49 - - [2025-07-17 02:27:04] "POST /neutron/port HTTP/1.1" 200 1086 0.010220 10.0.0.49 - - [2025-07-17 02:27:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005568 10.0.0.49 - - [2025-07-17 02:27:04] "POST /neutron/port HTTP/1.1" 200 1086 0.010746 10.0.0.49 - - [2025-07-17 02:27:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005581 10.0.0.49 - - [2025-07-17 02:27:04] "GET /virtual-machine/600e5a0d-f807-4d6b-a120-5c8b62d69dc1 HTTP/1.1" 200 1290 0.005442 10.0.0.49 - - [2025-07-17 02:27:04] "GET /virtual-machine-interface/5798b1ff-101c-4e09-82f2-c5cd63c636ca HTTP/1.1" 200 2947 0.006181 10.0.0.49 - - [2025-07-17 02:27:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002749 10.0.0.49 - - [2025-07-17 02:27:04] "GET /global-vrouter-config/2bbac615-16a4-4bf9-98ec-95dec7bcbaae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002722 10.0.0.49 - - [2025-07-17 02:27:05] "GET /virtual-networks?parent_id=5220591f-3eef-4358-9794-20d04fd471e6&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002857 10.0.0.49 - - [2025-07-17 02:27:05] "GET /virtual-network/2d163a73-4766-455e-85d4-deb8af42a4c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005440 10.0.0.49 - - [2025-07-17 02:27:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003676 10.0.0.49 - - [2025-07-17 02:27:06] "GET /global-vrouter-config/2bbac615-16a4-4bf9-98ec-95dec7bcbaae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003128 10.0.0.49 - - [2025-07-17 02:27:06] "GET /virtual-networks?parent_id=5220591f-3eef-4358-9794-20d04fd471e6&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002880 10.0.0.49 - - [2025-07-17 02:27:06] "GET /virtual-network/2d163a73-4766-455e-85d4-deb8af42a4c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005672 10.0.0.49 - - [2025-07-17 02:27:06] "POST /fqname-to-id HTTP/1.1" 404 211 0.003081 10.0.0.49 - - [2025-07-17 02:27:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002520 10.0.0.49 - - [2025-07-17 02:27:06] "GET /projects?obj_uuids=5220591f-3eef-4358-9794-20d04fd471e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001068 10.0.0.49 - - [2025-07-17 02:27:06] "GET /project/5220591f-3eef-4358-9794-20d04fd471e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.025656 10.0.0.49 - - [2025-07-17 02:27:06] "POST /network-policys HTTP/1.1" 200 547 0.015062 10.0.0.49 - - [2025-07-17 02:27:06] "GET /network-policy/10fdd3db-ac37-4de6-a235-ea51977ac054?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.004569 10.0.0.49 - - [2025-07-17 02:27:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.49 - - [2025-07-17 02:27:06] "GET /virtual-network/99fff420-8cbd-43dc-899a-acf2b5eeaa63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.011100 10.0.0.49 - - [2025-07-17 02:27:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002676 10.0.0.49 - - [2025-07-17 02:27:06] "GET /network-policy/10fdd3db-ac37-4de6-a235-ea51977ac054?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003377 10.0.0.49 - - [2025-07-17 02:27:06] "POST /fqname-to-id HTTP/1.1" 404 242 0.004500 10.0.0.49 - - [2025-07-17 02:27:06] "POST /ref-update HTTP/1.1" 200 156 0.031010 10.0.0.49 - - [2025-07-17 02:27:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002697 10.0.0.49 - - [2025-07-17 02:27:07] "POST /access-control-lists HTTP/1.1" 200 601 0.062836 10.0.0.49 - - [2025-07-17 02:27:07] "GET /network-policy/10fdd3db-ac37-4de6-a235-ea51977ac054?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003962 10.0.0.49 - - [2025-07-17 02:27:07] "POST /neutron/network HTTP/1.1" 200 919 0.006464 10.0.0.49 - - [2025-07-17 02:27:07] "GET /virtual-network/99fff420-8cbd-43dc-899a-acf2b5eeaa63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.004809 10.0.0.49 - - [2025-07-17 02:27:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002931 10.0.0.49 - - [2025-07-17 02:27:07] "GET /network-policy/10fdd3db-ac37-4de6-a235-ea51977ac054?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003709 10.0.0.49 - - [2025-07-17 02:27:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.49 - - [2025-07-17 02:27:07] "GET /virtual-network/2d163a73-4766-455e-85d4-deb8af42a4c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.008687 10.0.0.49 - - [2025-07-17 02:27:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003759 10.0.0.49 - - [2025-07-17 02:27:07] "GET /network-policy/10fdd3db-ac37-4de6-a235-ea51977ac054?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.004889 10.0.0.49 - - [2025-07-17 02:27:07] "PUT /access-control-list/efeb41ff-a921-4eb6-8f64-13a3d70d55f5 HTTP/1.1" 200 272 0.019030 10.0.0.49 - - [2025-07-17 02:27:07] "POST /ref-update HTTP/1.1" 200 156 0.044314 10.0.0.49 - - [2025-07-17 02:27:07] "POST /fqname-to-id HTTP/1.1" 404 244 0.003887 10.0.0.49 - - [2025-07-17 02:27:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.49 - - [2025-07-17 02:27:07] "GET /network-policy/10fdd3db-ac37-4de6-a235-ea51977ac054?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.024813 10.0.0.49 - - [2025-07-17 02:27:07] "POST /access-control-lists HTTP/1.1" 200 604 0.060807 10.0.0.49 - - [2025-07-17 02:27:07] "POST /neutron/network HTTP/1.1" 200 922 0.009677 10.0.0.49 - - [2025-07-17 02:27:07] "GET /virtual-network/2d163a73-4766-455e-85d4-deb8af42a4c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.006274 10.0.0.49 - - [2025-07-17 02:27:07] "POST /routing-instances HTTP/1.1" 200 759 0.027035 10.0.0.49 - - [2025-07-17 02:27:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002646 10.0.0.49 - - [2025-07-17 02:27:07] "POST /route-targets HTTP/1.1" 200 327 0.010370 10.0.0.49 - - [2025-07-17 02:27:07] "GET /network-policy/10fdd3db-ac37-4de6-a235-ea51977ac054?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.004323 10.0.0.49 - - [2025-07-17 02:27:07] "POST /ref-update HTTP/1.1" 200 156 0.011881 10.0.0.49 - - [2025-07-17 02:27:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002913 10.0.0.49 - - [2025-07-17 02:27:07] "GET /routing-instance/c4e0a2cd-9896-4c5a-98d3-110170ff8175?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1277 0.003984 10.0.0.49 - - [2025-07-17 02:27:07] "GET /service-template/617a795b-6e80-4ce3-b7c1-251923c3a883?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.003509 10.0.0.49 - - [2025-07-17 02:27:07] "GET /routing-instance/c4e0a2cd-9896-4c5a-98d3-110170ff8175?fields=routing_policy_back_refs HTTP/1.1" 200 1277 0.003690 10.0.0.49 - - [2025-07-17 02:27:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002969 10.0.0.49 - - [2025-07-17 02:27:07] "POST /ref-update HTTP/1.1" 200 156 0.009525 10.0.0.49 - - [2025-07-17 02:27:07] "GET /projects?obj_uuids=5220591f-3eef-4358-9794-20d04fd471e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001211 10.0.0.49 - - [2025-07-17 02:27:08] "GET /project/5220591f-3eef-4358-9794-20d04fd471e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.023378 10.0.0.49 - - [2025-07-17 02:27:08] "POST /routing-instances HTTP/1.1" 200 760 0.019038 10.0.0.49 - - [2025-07-17 02:27:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.49 - - [2025-07-17 02:27:08] "POST /route-targets HTTP/1.1" 200 327 0.010960 10.0.0.49 - - [2025-07-17 02:27:08] "GET /service-instance/862bbe7e-2837-4cfe-a914-a8c525aa7d68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3528 0.006251 10.0.0.49 - - [2025-07-17 02:27:08] "GET /domains HTTP/1.1" 200 280 0.002558 10.0.0.49 - - [2025-07-17 02:27:08] "POST /ref-update HTTP/1.1" 200 156 0.026493 10.0.0.49 - - [2025-07-17 02:27:08] "GET /domains?obj_uuids=2bbb6929-245b-47e4-9692-cd689f3f5260&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001511 10.0.0.49 - - [2025-07-17 02:27:08] "GET /domain/2bbb6929-245b-47e4-9692-cd689f3f5260 HTTP/1.1" 200 2771 0.012233 10.0.0.49 - - [2025-07-17 02:27:08] "GET /projects?obj_uuids=5220591f-3eef-4358-9794-20d04fd471e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001053 10.0.0.49 - - [2025-07-17 02:27:08] "GET /routing-instance/7b77c2a1-df00-4839-a5f4-5e246467c641?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1277 0.004425 10.0.0.49 - - [2025-07-17 02:27:08] "GET /project/5220591f-3eef-4358-9794-20d04fd471e6 HTTP/1.1" 200 4232 0.070913 10.0.0.49 - - [2025-07-17 02:27:08] "GET /routing-instance/7b77c2a1-df00-4839-a5f4-5e246467c641?fields=routing_policy_back_refs HTTP/1.1" 200 1277 0.006530 10.0.0.49 - - [2025-07-17 02:27:08] "GET /service-instance/862bbe7e-2837-4cfe-a914-a8c525aa7d68 HTTP/1.1" 200 3782 0.007952 10.0.0.49 - - [2025-07-17 02:27:08] "GET /domains HTTP/1.1" 200 280 0.002739 10.0.0.49 - - [2025-07-17 02:27:08] "GET /domains?obj_uuids=2bbb6929-245b-47e4-9692-cd689f3f5260&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000974 10.0.0.49 - - [2025-07-17 02:27:08] "GET /domain/2bbb6929-245b-47e4-9692-cd689f3f5260 HTTP/1.1" 200 2771 0.006356 10.0.0.49 - - [2025-07-17 02:27:08] "GET /projects?obj_uuids=5220591f-3eef-4358-9794-20d04fd471e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000910 10.0.0.49 - - [2025-07-17 02:27:08] "PUT /routing-instance/c4e0a2cd-9896-4c5a-98d3-110170ff8175 HTTP/1.1" 200 266 0.010958 10.0.0.49 - - [2025-07-17 02:27:08] "GET /project/5220591f-3eef-4358-9794-20d04fd471e6 HTTP/1.1" 200 4232 0.078244 10.0.0.49 - - [2025-07-17 02:27:08] "GET /service-instance/862bbe7e-2837-4cfe-a914-a8c525aa7d68 HTTP/1.1" 200 3782 0.005745 10.0.0.49 - - [2025-07-17 02:27:08] "PUT /routing-instance/7b77c2a1-df00-4839-a5f4-5e246467c641 HTTP/1.1" 200 266 0.019975 10.0.0.49 - - [2025-07-17 02:27:08] "GET /port-tuple/40cdc1fe-dafa-45cb-a334-7a6dcf4498f8 HTTP/1.1" 200 1978 0.008733 10.0.0.49 - - [2025-07-17 02:27:08] "GET /virtual-machine-interface/03dc9de1-1b7e-4aee-9618-41733aa98ba1 HTTP/1.1" 200 3814 0.006732 10.0.0.49 - - [2025-07-17 02:27:08] "GET /virtual-machine-interface/ba8bc664-c490-4411-aac7-0204c068e264 HTTP/1.1" 200 3798 0.006489 10.0.0.49 - - [2025-07-17 02:27:08] "GET /virtual-machine-interface/d5b0d512-c703-43c4-b1a9-4e579738e534 HTTP/1.1" 200 3804 0.006569 10.0.0.49 - - [2025-07-17 02:27:08] "POST /ref-update HTTP/1.1" 200 156 0.013246 10.0.0.49 - - [2025-07-17 02:27:08] "POST /neutron/port HTTP/1.1" 200 3829 0.040329 10.0.0.49 - - [2025-07-17 02:27:08] "PUT /access-control-list/dae0e759-dc6b-44db-b935-1a9ffa999f16 HTTP/1.1" 200 272 0.013453 10.0.0.49 - - [2025-07-17 02:27:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006858 10.0.0.49 - - [2025-07-17 02:27:08] "POST /neutron/port HTTP/1.1" 200 3829 0.026248 10.0.0.49 - - [2025-07-17 02:27:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005660 10.0.0.49 - - [2025-07-17 02:27:08] "POST /neutron/port HTTP/1.1" 200 3829 0.024568 10.0.0.49 - - [2025-07-17 02:27:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005071 10.0.0.49 - - [2025-07-17 02:27:08] "POST /neutron/port HTTP/1.1" 200 3829 0.032449 10.0.0.49 - - [2025-07-17 02:27:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006161 10.0.0.49 - - [2025-07-17 02:27:08] "POST /neutron/network HTTP/1.1" 200 893 0.013652 10.0.0.49 - - [2025-07-17 02:27:08] "POST /neutron/network HTTP/1.1" 200 919 0.009462 10.0.0.49 - - [2025-07-17 02:27:08] "POST /neutron/network HTTP/1.1" 200 804 0.012477 10.0.0.49 - - [2025-07-17 02:27:08] "POST /neutron/network HTTP/1.1" 200 830 0.019558 10.0.0.49 - - [2025-07-17 02:27:08] "POST /neutron/network HTTP/1.1" 200 896 0.012471 10.0.0.49 - - [2025-07-17 02:27:08] "POST /neutron/network HTTP/1.1" 200 922 0.005830 10.0.0.49 - - [2025-07-17 02:27:08] "POST /id-to-fqname HTTP/1.1" 200 223 0.001294 10.0.0.49 - - [2025-07-17 02:27:08] "POST /id-to-fqname HTTP/1.1" 200 223 0.001133 10.0.0.49 - - [2025-07-17 02:27:09] "POST /id-to-fqname HTTP/1.1" 200 224 0.001260 10.0.0.49 - - [2025-07-17 02:27:09] "GET /virtual-machine/c95a0ea2-4c60-4aa4-afb0-d295a0a3214a HTTP/1.1" 200 1803 0.003385 10.0.0.49 - - [2025-07-17 02:27:09] "GET /virtual-machine-interface/03dc9de1-1b7e-4aee-9618-41733aa98ba1 HTTP/1.1" 200 3814 0.005002 10.0.0.49 - - [2025-07-17 02:27:09] "GET /virtual-machine-interface/ba8bc664-c490-4411-aac7-0204c068e264 HTTP/1.1" 200 3798 0.004735 10.0.0.49 - - [2025-07-17 02:27:09] "GET /virtual-machine-interface/d5b0d512-c703-43c4-b1a9-4e579738e534 HTTP/1.1" 200 3804 0.004588 10.0.0.49 - - [2025-07-17 02:27:09] "GET /instance-ip/68dc3f3e-7ab6-430f-80c7-241d4b858ec7 HTTP/1.1" 200 1979 0.003282 10.0.0.49 - - [2025-07-17 02:27:09] "GET /instance-ip/99af170f-5650-4824-aeba-7eca4fbf4b3d HTTP/1.1" 200 1620 0.004244 10.0.0.49 - - [2025-07-17 02:27:09] "GET /instance-ip/b197bde0-2e48-4ede-9c65-e049ea6ad43e HTTP/1.1" 200 1979 0.003071 10.0.0.49 - - [2025-07-17 02:27:09] "GET /instance-ip/1b0e5ef4-e81f-4a43-b898-de75374dd053 HTTP/1.1" 200 1620 0.004033 10.0.0.49 - - [2025-07-17 02:27:09] "GET /instance-ip/1e89fb60-c645-464a-96a1-701ec4214a99 HTTP/1.1" 200 1954 0.003127 10.0.0.49 - - [2025-07-17 02:27:09] "GET /instance-ip/df048e64-2a69-4166-9148-dfa29dfaff80 HTTP/1.1" 200 1957 0.003358 10.0.0.49 - - [2025-07-17 02:27:09] "GET /instance-ip/863249d5-9c73-43da-a91b-5c389eff3020 HTTP/1.1" 200 1958 0.003128 10.0.0.49 - - [2025-07-17 02:27:09] "GET /instance-ip/a453b58d-c5ef-49e7-9429-883e4964daaf HTTP/1.1" 200 1623 0.004030 10.0.0.49 - - [2025-07-17 02:27:09] "GET /instance-ip/fc289492-4318-4c1b-b385-f79bbd982e96 HTTP/1.1" 200 1961 0.003095 10.0.0.49 - - [2025-07-17 02:27:09] "POST /neutron/port HTTP/1.1" 200 3829 0.025328 10.0.0.49 - - [2025-07-17 02:27:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005798 10.0.0.49 - - [2025-07-17 02:27:09] "POST /neutron/port HTTP/1.1" 200 3829 0.031434 10.0.0.49 - - [2025-07-17 02:27:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005741 10.0.0.49 - - [2025-07-17 02:27:09] "POST /neutron/port HTTP/1.1" 200 3829 0.026031 10.0.0.49 - - [2025-07-17 02:27:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005944 10.0.0.49 - - [2025-07-17 02:27:09] "POST /neutron/port HTTP/1.1" 200 3829 0.024789 10.0.0.49 - - [2025-07-17 02:27:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005672 10.0.0.49 - - [2025-07-17 02:27:09] "GET /virtual-machine/c95a0ea2-4c60-4aa4-afb0-d295a0a3214a HTTP/1.1" 200 1803 0.003672 10.0.0.49 - - [2025-07-17 02:27:09] "GET /virtual-machine-interface/03dc9de1-1b7e-4aee-9618-41733aa98ba1 HTTP/1.1" 200 3814 0.005612 10.0.0.49 - - [2025-07-17 02:27:09] "GET /virtual-machine-interface/ba8bc664-c490-4411-aac7-0204c068e264 HTTP/1.1" 200 3798 0.004882 10.0.0.49 - - [2025-07-17 02:27:09] "GET /virtual-machine-interface/d5b0d512-c703-43c4-b1a9-4e579738e534 HTTP/1.1" 200 3804 0.005016 10.0.0.49 - - [2025-07-17 02:27:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002704 10.0.0.49 - - [2025-07-17 02:27:09] "GET /global-vrouter-config/2bbac615-16a4-4bf9-98ec-95dec7bcbaae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002941 10.0.0.49 - - [2025-07-17 02:27:09] "GET /virtual-networks?parent_id=5220591f-3eef-4358-9794-20d04fd471e6&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002984 10.0.0.49 - - [2025-07-17 02:27:09] "GET /virtual-network/99fff420-8cbd-43dc-899a-acf2b5eeaa63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.005898 10.0.0.49 - - [2025-07-17 02:27:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002851 10.0.0.49 - - [2025-07-17 02:27:10] "GET /global-vrouter-config/2bbac615-16a4-4bf9-98ec-95dec7bcbaae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003310 10.0.0.49 - - [2025-07-17 02:27:10] "GET /virtual-networks?parent_id=5220591f-3eef-4358-9794-20d04fd471e6&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002791 10.0.0.49 - - [2025-07-17 02:27:10] "GET /virtual-network/99fff420-8cbd-43dc-899a-acf2b5eeaa63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.005239 10.0.0.49 - - [2025-07-17 02:27:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.49 - - [2025-07-17 02:27:11] "GET /global-vrouter-config/2bbac615-16a4-4bf9-98ec-95dec7bcbaae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003344 10.0.0.49 - - [2025-07-17 02:27:11] "GET /virtual-networks?parent_id=5220591f-3eef-4358-9794-20d04fd471e6&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002811 10.0.0.49 - - [2025-07-17 02:27:11] "GET /virtual-network/99fff420-8cbd-43dc-899a-acf2b5eeaa63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.004919 10.0.0.49 - - [2025-07-17 02:27:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002740 10.0.0.49 - - [2025-07-17 02:27:11] "GET /global-vrouter-config/2bbac615-16a4-4bf9-98ec-95dec7bcbaae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003593 10.0.0.49 - - [2025-07-17 02:27:11] "GET /virtual-networks?parent_id=5220591f-3eef-4358-9794-20d04fd471e6&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002965 10.0.0.49 - - [2025-07-17 02:27:11] "GET /virtual-network/99fff420-8cbd-43dc-899a-acf2b5eeaa63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.005161 10.0.0.49 - - [2025-07-17 02:27:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002602 10.0.0.49 - - [2025-07-17 02:27:11] "GET /global-vrouter-config/2bbac615-16a4-4bf9-98ec-95dec7bcbaae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003863 10.0.0.49 - - [2025-07-17 02:27:11] "GET /virtual-networks?parent_id=5220591f-3eef-4358-9794-20d04fd471e6&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002802 10.0.0.49 - - [2025-07-17 02:27:11] "GET /virtual-network/99fff420-8cbd-43dc-899a-acf2b5eeaa63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.004955 10.0.0.49 - - [2025-07-17 02:27:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002727 10.0.0.49 - - [2025-07-17 02:27:11] "GET /global-vrouter-config/2bbac615-16a4-4bf9-98ec-95dec7bcbaae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003527 10.0.0.49 - - [2025-07-17 02:27:11] "GET /virtual-networks?parent_id=5220591f-3eef-4358-9794-20d04fd471e6&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003185 10.0.0.49 - - [2025-07-17 02:27:11] "GET /virtual-network/73341af5-2eca-4ee2-8044-fd23e5b007a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005417 10.0.0.49 - - [2025-07-17 02:27:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002691 10.0.0.49 - - [2025-07-17 02:27:11] "GET /global-vrouter-config/2bbac615-16a4-4bf9-98ec-95dec7bcbaae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003218 10.0.0.49 - - [2025-07-17 02:27:11] "GET /virtual-networks?parent_id=5220591f-3eef-4358-9794-20d04fd471e6&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002908 10.0.0.49 - - [2025-07-17 02:27:12] "GET /virtual-network/73341af5-2eca-4ee2-8044-fd23e5b007a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005292 10.0.0.49 - - [2025-07-17 02:27:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002832 10.0.0.49 - - [2025-07-17 02:27:12] "GET /global-vrouter-config/2bbac615-16a4-4bf9-98ec-95dec7bcbaae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003898 10.0.0.49 - - [2025-07-17 02:27:12] "GET /virtual-networks?parent_id=5220591f-3eef-4358-9794-20d04fd471e6&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002937 10.0.0.49 - - [2025-07-17 02:27:12] "GET /virtual-network/73341af5-2eca-4ee2-8044-fd23e5b007a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006024 10.0.0.49 - - [2025-07-17 02:27:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.49 - - [2025-07-17 02:27:12] "GET /global-vrouter-config/2bbac615-16a4-4bf9-98ec-95dec7bcbaae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003876 10.0.0.49 - - [2025-07-17 02:27:12] "GET /virtual-networks?parent_id=5220591f-3eef-4358-9794-20d04fd471e6&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002828 10.0.0.49 - - [2025-07-17 02:27:12] "GET /virtual-network/73341af5-2eca-4ee2-8044-fd23e5b007a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004947 10.0.0.49 - - [2025-07-17 02:27:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002642 10.0.0.49 - - [2025-07-17 02:27:12] "GET /global-vrouter-config/2bbac615-16a4-4bf9-98ec-95dec7bcbaae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003168 10.0.0.49 - - [2025-07-17 02:27:12] "GET /virtual-networks?parent_id=5220591f-3eef-4358-9794-20d04fd471e6&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002763 10.0.0.49 - - [2025-07-17 02:27:12] "GET /virtual-network/2d163a73-4766-455e-85d4-deb8af42a4c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005121 10.0.0.49 - - [2025-07-17 02:27:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002663 10.0.0.49 - - [2025-07-17 02:27:12] "GET /global-vrouter-config/2bbac615-16a4-4bf9-98ec-95dec7bcbaae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003509 10.0.0.49 - - [2025-07-17 02:27:12] "GET /virtual-networks?parent_id=5220591f-3eef-4358-9794-20d04fd471e6&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002998 10.0.0.49 - - [2025-07-17 02:27:12] "GET /virtual-network/2d163a73-4766-455e-85d4-deb8af42a4c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005842 10.0.0.49 - - [2025-07-17 02:27:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002578 10.0.0.49 - - [2025-07-17 02:27:12] "GET /global-vrouter-config/2bbac615-16a4-4bf9-98ec-95dec7bcbaae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003224 10.0.0.49 - - [2025-07-17 02:27:13] "GET /virtual-networks?parent_id=5220591f-3eef-4358-9794-20d04fd471e6&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002707 10.0.0.49 - - [2025-07-17 02:27:13] "GET /virtual-network/2d163a73-4766-455e-85d4-deb8af42a4c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.006198 10.0.0.49 - - [2025-07-17 02:27:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002794 10.0.0.49 - - [2025-07-17 02:27:13] "GET /global-vrouter-config/2bbac615-16a4-4bf9-98ec-95dec7bcbaae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003747 10.0.0.49 - - [2025-07-17 02:27:13] "GET /virtual-networks?parent_id=5220591f-3eef-4358-9794-20d04fd471e6&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002788 10.0.0.49 - - [2025-07-17 02:27:13] "GET /virtual-network/2d163a73-4766-455e-85d4-deb8af42a4c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005158 10.0.0.49 - - [2025-07-17 02:27:13] "GET /virtual-machine/c95a0ea2-4c60-4aa4-afb0-d295a0a3214a HTTP/1.1" 200 1803 0.003852 10.0.0.49 - - [2025-07-17 02:27:13] "GET /domains HTTP/1.1" 200 280 0.002248 10.0.0.49 - - [2025-07-17 02:27:13] "GET /domains?obj_uuids=2bbb6929-245b-47e4-9692-cd689f3f5260&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001020 10.0.0.49 - - [2025-07-17 02:27:13] "GET /domain/2bbb6929-245b-47e4-9692-cd689f3f5260 HTTP/1.1" 200 2771 0.006444 10.0.0.49 - - [2025-07-17 02:27:13] "GET /projects?obj_uuids=5220591f-3eef-4358-9794-20d04fd471e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000928 10.0.0.49 - - [2025-07-17 02:27:13] "GET /project/5220591f-3eef-4358-9794-20d04fd471e6 HTTP/1.1" 200 4232 0.067696 10.0.0.49 - - [2025-07-17 02:27:13] "GET /service-instance/862bbe7e-2837-4cfe-a914-a8c525aa7d68 HTTP/1.1" 200 3782 0.003403 10.0.0.49 - - [2025-07-17 02:27:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002150 10.0.0.49 - - [2025-07-17 02:27:13] "GET /routing-instance/7a4d8e17-1029-491f-92a6-b6917cc875bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1887 0.002819 10.0.0.49 - - [2025-07-17 02:27:13] "GET /routing-instance/7a4d8e17-1029-491f-92a6-b6917cc875bb?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2020 0.004924 10.0.0.49 - - [2025-07-17 02:27:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002663 10.0.0.49 - - [2025-07-17 02:27:13] "GET /routing-instance/f473d120-e5b4-416f-b857-98558f0c5875?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1893 0.003690 10.0.0.49 - - [2025-07-17 02:27:13] "GET /routing-instance/f473d120-e5b4-416f-b857-98558f0c5875?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2024 0.005516 10.0.0.49 - - [2025-07-17 02:27:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002781 10.0.0.49 - - [2025-07-17 02:27:13] "GET /virtual-network/99fff420-8cbd-43dc-899a-acf2b5eeaa63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2355 0.004977 10.0.0.49 - - [2025-07-17 02:27:13] "GET /virtual-network/99fff420-8cbd-43dc-899a-acf2b5eeaa63?fields=routing_instances HTTP/1.1" 200 1682 0.007355 10.0.0.49 - - [2025-07-17 02:27:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002684 10.0.0.49 - - [2025-07-17 02:27:13] "GET /virtual-network/2d163a73-4766-455e-85d4-deb8af42a4c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005208 10.0.0.49 - - [2025-07-17 02:27:13] "GET /virtual-network/2d163a73-4766-455e-85d4-deb8af42a4c1?fields=routing_instances HTTP/1.1" 200 1686 0.006652 10.0.0.49 - - [2025-07-17 02:27:17] "POST /ref-update HTTP/1.1" 200 156 0.029584 10.0.0.49 - - [2025-07-17 02:27:18] "POST /neutron/network HTTP/1.1" 200 834 0.006856 10.0.0.49 - - [2025-07-17 02:27:18] "GET /virtual-network/2d163a73-4766-455e-85d4-deb8af42a4c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004415 10.0.0.49 - - [2025-07-17 02:27:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.49 - - [2025-07-17 02:27:18] "GET /network-policy/10fdd3db-ac37-4de6-a235-ea51977ac054?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003399 10.0.0.49 - - [2025-07-17 02:27:18] "POST /ref-update HTTP/1.1" 200 156 0.034469 10.0.0.49 - - [2025-07-17 02:27:18] "POST /neutron/network HTTP/1.1" 200 831 0.006933 10.0.0.49 - - [2025-07-17 02:27:18] "GET /virtual-network/99fff420-8cbd-43dc-899a-acf2b5eeaa63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004844 10.0.0.49 - - [2025-07-17 02:27:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.49 - - [2025-07-17 02:27:18] "GET /network-policy/10fdd3db-ac37-4de6-a235-ea51977ac054?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003536 10.0.0.49 - - [2025-07-17 02:27:18] "DELETE /network-policy/10fdd3db-ac37-4de6-a235-ea51977ac054 HTTP/1.1" 200 115 0.024905 10.0.0.49 - - [2025-07-17 02:27:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002535 10.0.0.49 - - [2025-07-17 02:27:18] "DELETE /access-control-list/dae0e759-dc6b-44db-b935-1a9ffa999f16 HTTP/1.1" 200 115 0.032687 10.0.0.49 - - [2025-07-17 02:27:18] "DELETE /service-instance/862bbe7e-2837-4cfe-a914-a8c525aa7d68 HTTP/1.1" 200 115 0.069884 10.0.0.49 - - [2025-07-17 02:27:18] "GET /domains HTTP/1.1" 200 280 0.003583 10.0.0.49 - - [2025-07-17 02:27:18] "POST /ref-update HTTP/1.1" 200 156 0.013868 10.0.0.49 - - [2025-07-17 02:27:18] "GET /domains?obj_uuids=2bbb6929-245b-47e4-9692-cd689f3f5260&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001231 10.0.0.49 - - [2025-07-17 02:27:18] "GET /domain/2bbb6929-245b-47e4-9692-cd689f3f5260 HTTP/1.1" 200 2771 0.012552 10.0.0.49 - - [2025-07-17 02:27:18] "GET /projects?obj_uuids=5220591f-3eef-4358-9794-20d04fd471e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001460 10.0.0.49 - - [2025-07-17 02:27:18] "DELETE /instance-ip/863249d5-9c73-43da-a91b-5c389eff3020 HTTP/1.1" 200 115 0.042526 10.0.0.49 - - [2025-07-17 02:27:18] "POST /ref-update HTTP/1.1" 200 156 0.011561 10.0.0.49 - - [2025-07-17 02:27:18] "DELETE /routing-instance/c4e0a2cd-9896-4c5a-98d3-110170ff8175 HTTP/1.1" 200 115 0.050084 10.0.0.49 - - [2025-07-17 02:27:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002502 10.0.0.49 - - [2025-07-17 02:27:18] "GET /project/5220591f-3eef-4358-9794-20d04fd471e6 HTTP/1.1" 200 3758 0.077158 10.0.0.49 - - [2025-07-17 02:27:18] "GET /virtual-machine/c95a0ea2-4c60-4aa4-afb0-d295a0a3214a HTTP/1.1" 200 1803 0.004838 10.0.0.49 - - [2025-07-17 02:27:18] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002760 10.0.0.49 - - [2025-07-17 02:27:18] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002348 10.0.0.49 - - [2025-07-17 02:27:18] "DELETE /instance-ip/1e89fb60-c645-464a-96a1-701ec4214a99 HTTP/1.1" 200 115 0.044230 10.0.0.49 - - [2025-07-17 02:27:18] "DELETE /route-target/ff4db493-fc15-40e0-930d-6d274edaf275 HTTP/1.1" 200 115 0.033139 10.0.0.49 - - [2025-07-17 02:27:18] "POST /ref-update HTTP/1.1" 200 156 0.014254 10.0.0.49 - - [2025-07-17 02:27:18] "DELETE /routing-instance/7b77c2a1-df00-4839-a5f4-5e246467c641 HTTP/1.1" 200 115 0.035796 10.0.0.49 - - [2025-07-17 02:27:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004112 10.0.0.49 - - [2025-07-17 02:27:18] "DELETE /instance-ip/b197bde0-2e48-4ede-9c65-e049ea6ad43e HTTP/1.1" 200 115 0.018524 10.0.0.49 - - [2025-07-17 02:27:18] "POST /ref-update HTTP/1.1" 200 156 0.009815 10.0.0.49 - - [2025-07-17 02:27:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002710 10.0.0.49 - - [2025-07-17 02:27:18] "DELETE /route-target/161a0c86-5969-49de-bdd3-8becfeb5c6d3 HTTP/1.1" 200 115 0.018672 10.0.0.49 - - [2025-07-17 02:27:18] "DELETE /service-template/617a795b-6e80-4ce3-b7c1-251923c3a883 HTTP/1.1" 200 115 0.024446 10.0.0.49 - - [2025-07-17 02:27:18] "POST /fqname-to-id HTTP/1.1" 404 193 0.003325 10.0.0.49 - - [2025-07-17 02:27:18] "DELETE /instance-ip/df048e64-2a69-4166-9148-dfa29dfaff80 HTTP/1.1" 200 115 0.038317 10.0.0.49 - - [2025-07-17 02:27:18] "DELETE /access-control-list/efeb41ff-a921-4eb6-8f64-13a3d70d55f5 HTTP/1.1" 200 115 0.024470 10.0.0.49 - - [2025-07-17 02:27:18] "POST /ref-update HTTP/1.1" 200 156 0.009700 10.0.0.49 - - [2025-07-17 02:27:18] "DELETE /instance-ip/68dc3f3e-7ab6-430f-80c7-241d4b858ec7 HTTP/1.1" 200 115 0.016909 10.0.0.49 - - [2025-07-17 02:27:18] "POST /ref-update HTTP/1.1" 200 156 0.008831 10.0.0.49 - - [2025-07-17 02:27:19] "DELETE /instance-ip/fc289492-4318-4c1b-b385-f79bbd982e96 HTTP/1.1" 200 115 0.026852 10.0.0.49 - - [2025-07-17 02:27:19] "POST /neutron/network HTTP/1.1" 200 834 0.005841 10.0.0.49 - - [2025-07-17 02:27:19] "POST /neutron/network HTTP/1.1" 400 204 0.012676 10.0.0.49 - - [2025-07-17 02:27:19] "POST /neutron/port HTTP/1.1" 200 1086 0.010468 10.0.0.49 - - [2025-07-17 02:27:19] "POST /neutron/port HTTP/1.1" 200 1112 0.008627 10.0.0.49 - - [2025-07-17 02:27:19] "POST /neutron/port HTTP/1.1" 200 151 0.112624 10.0.0.49 - - [2025-07-17 02:27:19] "POST /neutron/port HTTP/1.1" 200 1085 0.014692 10.0.0.49 - - [2025-07-17 02:27:19] "POST /neutron/port HTTP/1.1" 200 1111 0.008223 10.0.0.49 - - [2025-07-17 02:27:19] "POST /neutron/port HTTP/1.1" 200 3022 0.025169 10.0.0.49 - - [2025-07-17 02:27:19] "POST /neutron/port HTTP/1.1" 200 1112 0.012412 10.0.0.49 - - [2025-07-17 02:27:19] "POST /neutron/port HTTP/1.1" 200 151 0.152121 10.0.0.49 - - [2025-07-17 02:27:19] "POST /neutron/port HTTP/1.1" 200 151 0.130813 10.0.0.49 - - [2025-07-17 02:27:19] "POST /neutron/port HTTP/1.1" 200 1111 0.012832 10.0.0.49 - - [2025-07-17 02:27:20] "POST /neutron/port HTTP/1.1" 200 151 0.100766 10.0.0.49 - - [2025-07-17 02:27:20] "POST /neutron/port HTTP/1.1" 200 1110 0.010381 10.0.0.49 - - [2025-07-17 02:27:20] "POST /neutron/port HTTP/1.1" 200 151 0.116126 10.0.0.49 - - [2025-07-17 02:27:21] "POST /neutron/network HTTP/1.1" 200 834 0.006290 10.0.0.49 - - [2025-07-17 02:27:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004567 10.0.0.49 - - [2025-07-17 02:27:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003031 10.0.0.49 - - [2025-07-17 02:27:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002892 10.0.0.49 - - [2025-07-17 02:27:21] "POST /neutron/network HTTP/1.1" 200 151 0.084114 10.0.0.49 - - [2025-07-17 02:27:21] "GET /routing-instance/f473d120-e5b4-416f-b857-98558f0c5875 HTTP/1.1" 404 171 0.003716 10.0.0.49 - - [2025-07-17 02:27:21] "DELETE /route-target/921a9a5e-9078-4e26-9a2d-3236730e2924 HTTP/1.1" 200 115 0.017776 10.0.0.49 - - [2025-07-17 02:27:21] "GET /domains HTTP/1.1" 200 280 0.002245 10.0.0.49 - - [2025-07-17 02:27:21] "GET /domains?obj_uuids=2bbb6929-245b-47e4-9692-cd689f3f5260&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001061 10.0.0.49 - - [2025-07-17 02:27:21] "GET /domain/2bbb6929-245b-47e4-9692-cd689f3f5260 HTTP/1.1" 200 2571 0.051248 10.0.0.49 - - [2025-07-17 02:27:21] "GET /projects?obj_uuids=5220591f-3eef-4358-9794-20d04fd471e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001088 10.0.0.49 - - [2025-07-17 02:27:21] "GET /project/5220591f-3eef-4358-9794-20d04fd471e6 HTTP/1.1" 200 2297 0.070739 10.0.0.49 - - [2025-07-17 02:27:21] "POST /neutron/network HTTP/1.1" 200 831 0.005299 10.0.0.49 - - [2025-07-17 02:27:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003870 10.0.0.49 - - [2025-07-17 02:27:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004416 10.0.0.49 - - [2025-07-17 02:27:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002064 10.0.0.49 - - [2025-07-17 02:27:21] "POST /neutron/network HTTP/1.1" 200 151 0.073181 10.0.0.49 - - [2025-07-17 02:27:21] "GET /routing-instance/7a4d8e17-1029-491f-92a6-b6917cc875bb HTTP/1.1" 404 171 0.001991 10.0.0.49 - - [2025-07-17 02:27:21] "DELETE /route-target/bb33608e-883f-489a-9a23-f04cbfbbc738 HTTP/1.1" 200 115 0.021713 10.0.0.49 - - [2025-07-17 02:27:21] "GET /domains HTTP/1.1" 200 280 0.003814 10.0.0.49 - - [2025-07-17 02:27:21] "GET /domains?obj_uuids=2bbb6929-245b-47e4-9692-cd689f3f5260&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001040 10.0.0.49 - - [2025-07-17 02:27:21] "GET /domain/2bbb6929-245b-47e4-9692-cd689f3f5260 HTTP/1.1" 200 2571 0.052984 10.0.0.49 - - [2025-07-17 02:27:21] "GET /projects?obj_uuids=5220591f-3eef-4358-9794-20d04fd471e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001578 10.0.0.49 - - [2025-07-17 02:27:21] "GET /project/5220591f-3eef-4358-9794-20d04fd471e6 HTTP/1.1" 200 2079 0.088853 10.0.0.49 - - [2025-07-17 02:27:21] "POST /neutron/network HTTP/1.1" 200 830 0.007726 10.0.0.49 - - [2025-07-17 02:27:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004206 10.0.0.49 - - [2025-07-17 02:27:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003162 10.0.0.49 - - [2025-07-17 02:27:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002356 10.0.0.49 - - [2025-07-17 02:27:21] "POST /neutron/network HTTP/1.1" 200 151 0.094203 10.0.0.49 - - [2025-07-17 02:27:21] "DELETE /route-target/e2c5f7f6-28f5-4251-9fbe-de5cc226d05d HTTP/1.1" 200 115 0.020326 10.0.0.49 - - [2025-07-17 02:27:21] "GET /routing-instance/e50479ca-b6ec-4da1-a7c1-77ac8d31e930 HTTP/1.1" 404 171 0.002882 10.0.0.49 - - [2025-07-17 02:27:21] "GET /domains HTTP/1.1" 200 280 0.002863 10.0.0.49 - - [2025-07-17 02:27:21] "GET /domains?obj_uuids=2bbb6929-245b-47e4-9692-cd689f3f5260&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001054 10.0.0.49 - - [2025-07-17 02:27:21] "GET /domain/2bbb6929-245b-47e4-9692-cd689f3f5260 HTTP/1.1" 200 2571 0.051941 10.0.0.49 - - [2025-07-17 02:27:21] "GET /projects?obj_uuids=5220591f-3eef-4358-9794-20d04fd471e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001047 10.0.0.49 - - [2025-07-17 02:27:21] "GET /project/5220591f-3eef-4358-9794-20d04fd471e6 HTTP/1.1" 200 1839 0.068664 10.0.0.49 - - [2025-07-17 02:27:22] "GET /projects?obj_uuids=5220591f-3eef-4358-9794-20d04fd471e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001074 10.0.0.49 - - [2025-07-17 02:27:22] "GET /project/5220591f-3eef-4358-9794-20d04fd471e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.024536 10.0.0.49 - - [2025-07-17 02:27:22] "GET /projects?obj_uuids=5220591f-3eef-4358-9794-20d04fd471e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001098 10.0.0.49 - - [2025-07-17 02:27:22] "GET /project/5220591f-3eef-4358-9794-20d04fd471e6?fields=virtual_networks HTTP/1.1" 200 1027 0.066384 10.0.0.49 - - [2025-07-17 02:27:22] "GET /projects?obj_uuids=5220591f-3eef-4358-9794-20d04fd471e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001280 10.0.0.49 - - [2025-07-17 02:27:22] "GET /project/5220591f-3eef-4358-9794-20d04fd471e6?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.026567 10.0.0.49 - - [2025-07-17 02:27:22] "GET /projects?obj_uuids=5220591f-3eef-4358-9794-20d04fd471e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001074 10.0.0.49 - - [2025-07-17 02:27:22] "GET /project/5220591f-3eef-4358-9794-20d04fd471e6?fields=security_groups HTTP/1.1" 200 1251 0.024374 10.0.0.49 - - [2025-07-17 02:27:23] "POST /fqname-to-id HTTP/1.1" 404 189 0.021195 10.0.0.49 - - [2025-07-17 02:27:23] "GET /projects?obj_uuids=787b1f15-a4cb-4c48-8d0c-c332c44afc3a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002591 10.0.0.49 - - [2025-07-17 02:27:23] "GET /domains?obj_uuids=2bbb6929-245b-47e4-9692-cd689f3f5260&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001649 10.0.0.49 - - [2025-07-17 02:27:23] "GET /domain/2bbb6929-245b-47e4-9692-cd689f3f5260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.018122 10.0.0.49 - - [2025-07-17 02:27:23] "POST /id-to-fqname HTTP/1.1" 200 191 0.001300 10.0.0.49 - - [2025-07-17 02:27:23] "POST /fqname-to-id HTTP/1.1" 404 200 0.002182 10.0.0.49 - - [2025-07-17 02:27:23] "POST /security-groups HTTP/1.1" 200 592 0.063949 10.0.0.49 - - [2025-07-17 02:27:23] "POST /fqname-to-id HTTP/1.1" 404 235 0.002378 10.0.0.49 - - [2025-07-17 02:27:23] "POST /projects HTTP/1.1" 200 587 0.208280 10.0.0.49 - - [2025-07-17 02:27:23] "POST /access-control-lists HTTP/1.1" 200 597 0.056671 10.0.0.49 - - [2025-07-17 02:27:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.277288 10.0.0.49 - - [2025-07-17 02:27:23] "POST /fqname-to-id HTTP/1.1" 404 234 0.002572 10.0.0.49 - - [2025-07-17 02:27:23] "GET /project/787b1f15-a4cb-4c48-8d0c-c332c44afc3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.402680 10.0.0.49 - - [2025-07-17 02:27:23] "POST /access-control-lists HTTP/1.1" 200 595 0.060031 10.0.0.49 - - [2025-07-17 02:27:24] "GET / HTTP/1.1" 200 35931 0.001873 10.0.0.49 - - [2025-07-17 02:27:25] "GET /project/787b1f15-a4cb-4c48-8d0c-c332c44afc3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000606 10.0.0.49 - - [2025-07-17 02:27:26] "GET /projects?obj_uuids=787b1f15-a4cb-4c48-8d0c-c332c44afc3a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001203 10.0.0.49 - - [2025-07-17 02:27:26] "GET /project/787b1f15-a4cb-4c48-8d0c-c332c44afc3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.044086 10.0.0.49 - - [2025-07-17 02:27:26] "POST /fqname-to-id HTTP/1.1" 404 180 0.002198 10.0.0.49 - - [2025-07-17 02:27:26] "POST /virtual-DNSs HTTP/1.1" 200 507 0.021100 10.0.0.49 - - [2025-07-17 02:27:26] "GET /virtual-DNS/de9cddc7-4088-4d6b-8056-5d9fd0f5c5b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.004550 10.0.0.49 - - [2025-07-17 02:27:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004305 10.0.0.49 - - [2025-07-17 02:27:26] "GET /virtual-DNS/de9cddc7-4088-4d6b-8056-5d9fd0f5c5b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1437 0.004224 10.0.0.49 - - [2025-07-17 02:27:26] "GET /domains HTTP/1.1" 401 292 0.000411 10.0.0.49 - - [2025-07-17 02:27:26] "GET /domains HTTP/1.1" 200 280 0.023223 10.0.0.49 - - [2025-07-17 02:27:26] "GET /domains?obj_uuids=2bbb6929-245b-47e4-9692-cd689f3f5260&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001030 10.0.0.49 - - [2025-07-17 02:27:26] "GET /domain/2bbb6929-245b-47e4-9692-cd689f3f5260 HTTP/1.1" 200 2958 0.007755 10.0.0.49 - - [2025-07-17 02:27:26] "GET /virtual-DNS/de9cddc7-4088-4d6b-8056-5d9fd0f5c5b9 HTTP/1.1" 200 1437 0.003904 10.0.0.49 - - [2025-07-17 02:27:26] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.004255 10.0.0.49 - - [2025-07-17 02:27:26] "POST /network-ipams HTTP/1.1" 200 514 0.015007 10.0.0.49 - - [2025-07-17 02:27:26] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 968 0.002652 10.0.0.49 - - [2025-07-17 02:27:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002958 10.0.0.49 - - [2025-07-17 02:27:26] "GET /network-ipam/f0a44a77-b597-48f8-9d16-35bd3def4960?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.004784 10.0.0.49 - - [2025-07-17 02:27:26] "PUT /network-ipam/f0a44a77-b597-48f8-9d16-35bd3def4960 HTTP/1.1" 200 258 0.008823 10.0.0.49 - - [2025-07-17 02:27:26] "POST /ref-update HTTP/1.1" 200 156 0.008447 10.0.0.49 - - [2025-07-17 02:27:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002683 10.0.0.49 - - [2025-07-17 02:27:27] "GET /projects?obj_uuids=787b1f15-a4cb-4c48-8d0c-c332c44afc3a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001524 10.0.0.49 - - [2025-07-17 02:27:27] "GET /project/787b1f15-a4cb-4c48-8d0c-c332c44afc3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.025547 10.0.0.49 - - [2025-07-17 02:27:27] "POST /neutron/network HTTP/1.1" 200 117 0.026098 10.0.0.49 - - [2025-07-17 02:27:27] "GET /projects?obj_uuids=787b1f15-a4cb-4c48-8d0c-c332c44afc3a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001069 10.0.0.49 - - [2025-07-17 02:27:27] "POST /neutron/network HTTP/1.1" 200 618 0.064491 10.0.0.49 - - [2025-07-17 02:27:27] "POST /route-targets HTTP/1.1" 200 327 0.008865 10.0.0.49 - - [2025-07-17 02:27:27] "POST /ref-update HTTP/1.1" 200 156 0.010558 10.0.0.49 - - [2025-07-17 02:27:27] "POST /useragent-kv HTTP/1.1" 200 115 0.003141 10.0.0.49 - - [2025-07-17 02:27:27] "POST /neutron/subnet HTTP/1.1" 200 711 0.128604 10.0.0.49 - - [2025-07-17 02:27:27] "POST /neutron/network HTTP/1.1" 200 833 0.005638 10.0.0.49 - - [2025-07-17 02:27:27] "POST /id-to-fqname HTTP/1.1" 200 227 0.001190 10.0.0.49 - - [2025-07-17 02:27:27] "GET /virtual-network/1f895d3d-8858-4a17-a6b5-19949142ff26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005072 10.0.0.49 - - [2025-07-17 02:27:27] "POST /neutron/network HTTP/1.1" 200 833 0.005270 10.0.0.49 - - [2025-07-17 02:27:27] "GET /virtual-network/1f895d3d-8858-4a17-a6b5-19949142ff26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004489 10.0.0.49 - - [2025-07-17 02:27:27] "POST /neutron/network HTTP/1.1" 200 833 0.005362 10.0.0.49 - - [2025-07-17 02:27:27] "POST /neutron/subnet HTTP/1.1" 200 711 0.006007 10.0.0.49 - - [2025-07-17 02:27:27] "POST /neutron/network HTTP/1.1" 200 807 0.008510 10.0.0.49 - - [2025-07-17 02:27:27] "POST /neutron/network HTTP/1.1" 200 833 0.004150 10.0.0.49 - - [2025-07-17 02:27:27] "POST /id-to-fqname HTTP/1.1" 200 227 0.001100 10.0.0.49 - - [2025-07-17 02:27:27] "POST /neutron/network HTTP/1.1" 200 843 0.005253 10.0.0.49 - - [2025-07-17 02:27:27] "GET /aaa-mode HTTP/1.1" 401 292 0.000377 10.0.0.49 - - [2025-07-17 02:27:28] "GET / HTTP/1.1" 200 35931 0.001913 10.0.0.49 - - [2025-07-17 02:27:28] "GET /project/787b1f15-a4cb-4c48-8d0c-c332c44afc3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000411 10.0.0.49 - - [2025-07-17 02:27:28] "GET /projects?obj_uuids=787b1f15-a4cb-4c48-8d0c-c332c44afc3a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001101 10.0.0.49 - - [2025-07-17 02:27:28] "GET /project/787b1f15-a4cb-4c48-8d0c-c332c44afc3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.047379 10.0.0.49 - - [2025-07-17 02:27:28] "POST /neutron/network HTTP/1.1" 200 833 0.005347 10.0.0.49 - - [2025-07-17 02:27:28] "POST /neutron/port HTTP/1.1" 200 117 0.005253 10.0.0.49 - - [2025-07-17 02:27:28] "POST /neutron/port HTTP/1.1" 200 117 0.004676 10.0.0.49 - - [2025-07-17 02:27:28] "POST /neutron/port HTTP/1.1" 200 117 0.004842 10.0.0.49 - - [2025-07-17 02:27:28] "POST /neutron/network HTTP/1.1" 200 843 0.006951 10.0.0.49 - - [2025-07-17 02:27:28] "GET /projects?obj_uuids=787b1f15-a4cb-4c48-8d0c-c332c44afc3a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001123 10.0.0.49 - - [2025-07-17 02:27:29] "POST /neutron/port HTTP/1.1" 200 1058 0.185445 10.0.0.49 - - [2025-07-17 02:27:29] "POST /neutron/port HTTP/1.1" 200 1058 0.011324 10.0.0.49 - - [2025-07-17 02:27:29] "POST /neutron/port HTTP/1.1" 200 1058 0.008206 10.0.0.49 - - [2025-07-17 02:27:29] "POST /neutron/port HTTP/1.1" 200 1112 0.050736 10.0.0.49 - - [2025-07-17 02:27:29] "POST /neutron/port HTTP/1.1" 200 1086 0.010692 10.0.0.49 - - [2025-07-17 02:27:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004576 10.0.0.49 - - [2025-07-17 02:27:29] "POST /neutron/subnet HTTP/1.1" 200 685 0.008554 10.0.0.49 - - [2025-07-17 02:27:29] "POST /neutron/port HTTP/1.1" 200 117 0.001246 10.0.0.49 - - [2025-07-17 02:27:29] "POST /neutron/network HTTP/1.1" 200 833 0.006971 10.0.0.49 - - [2025-07-17 02:27:33] "POST /neutron/port HTTP/1.1" 200 1086 0.010513 10.0.0.49 - - [2025-07-17 02:27:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005700 10.0.0.49 - - [2025-07-17 02:27:33] "POST /neutron/port HTTP/1.1" 200 1086 0.011372 10.0.0.49 - - [2025-07-17 02:27:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005767 10.0.0.49 - - [2025-07-17 02:27:33] "POST /neutron/port HTTP/1.1" 200 1086 0.010531 10.0.0.49 - - [2025-07-17 02:27:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005737 10.0.0.49 - - [2025-07-17 02:27:33] "GET /virtual-machine/3b80fb48-337f-453b-bbc2-1fc44c285b87 HTTP/1.1" 200 1293 0.004076 10.0.0.49 - - [2025-07-17 02:27:33] "GET /virtual-machine-interface/8e3a2c85-1201-43d1-afa8-f103fbc85cb6 HTTP/1.1" 200 2964 0.005042 10.0.0.49 - - [2025-07-17 02:27:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.49 - - [2025-07-17 02:27:33] "GET /global-vrouter-config/2bbac615-16a4-4bf9-98ec-95dec7bcbaae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003181 10.0.0.49 - - [2025-07-17 02:27:33] "GET /virtual-networks?parent_id=787b1f15-a4cb-4c48-8d0c-c332c44afc3a&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004311 10.0.0.49 - - [2025-07-17 02:27:34] "GET /virtual-network/1f895d3d-8858-4a17-a6b5-19949142ff26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005692 10.0.0.49 - - [2025-07-17 02:27:34] "DELETE /project/787b1f15a4cb4c488d0cc332c44afc3a HTTP/1.1" 404 173 0.006903 10.0.0.49 - - [2025-07-17 02:27:34] "GET /projects?obj_uuids=5220591f-3eef-4358-9794-20d04fd471e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000981 10.0.0.49 - - [2025-07-17 02:27:34] "GET /project/5220591f-3eef-4358-9794-20d04fd471e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.027654 10.0.0.49 - - [2025-07-17 02:27:34] "GET /projects?obj_uuids=5220591f-3eef-4358-9794-20d04fd471e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000981 10.0.0.49 - - [2025-07-17 02:27:34] "GET /project/5220591f-3eef-4358-9794-20d04fd471e6?fields=security_groups HTTP/1.1" 200 1356 0.070344 10.0.0.49 - - [2025-07-17 02:27:34] "DELETE /security-group/a94d58ed-5fce-4e04-89e1-77f0099464fb HTTP/1.1" 200 115 0.044949 10.0.0.49 - - [2025-07-17 02:27:34] "GET /projects?obj_uuids=5220591f-3eef-4358-9794-20d04fd471e6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001062 10.0.0.49 - - [2025-07-17 02:27:34] "DELETE /access-control-list/e9ac1430-06a8-455c-9162-e9f46d85ed1e HTTP/1.1" 200 115 0.040104 10.0.0.49 - - [2025-07-17 02:27:34] "GET /project/5220591f-3eef-4358-9794-20d04fd471e6?fields=application_policy_sets HTTP/1.1" 200 1395 0.039873 10.0.0.49 - - [2025-07-17 02:27:34] "DELETE /access-control-list/c219ba3c-0870-45c9-a12f-3517d3efb836 HTTP/1.1" 200 115 0.049958 10.0.0.49 - - [2025-07-17 02:27:34] "DELETE /project/5220591f-3eef-4358-9794-20d04fd471e6 HTTP/1.1" 200 115 0.333230 10.0.0.49 - - [2025-07-17 02:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002905 10.0.0.49 - - [2025-07-17 02:27:37] "GET /virtual-network/1f895d3d-8858-4a17-a6b5-19949142ff26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004914 10.0.0.49 - - [2025-07-17 02:27:37] "POST /neutron/port HTTP/1.1" 200 1086 0.011236 10.0.0.49 - - [2025-07-17 02:27:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005323 10.0.0.49 - - [2025-07-17 02:27:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002757 10.0.0.49 - - [2025-07-17 02:27:39] "GET /global-vrouter-config/2bbac615-16a4-4bf9-98ec-95dec7bcbaae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003155 10.0.0.49 - - [2025-07-17 02:27:39] "GET /virtual-networks?parent_id=787b1f15-a4cb-4c48-8d0c-c332c44afc3a&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003002 10.0.0.49 - - [2025-07-17 02:27:39] "GET /virtual-network/1f895d3d-8858-4a17-a6b5-19949142ff26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005055 10.0.0.49 - - [2025-07-17 02:27:40] "GET /obj-perms HTTP/1.1" 200 5056 0.043587 10.0.0.49 - - [2025-07-17 02:27:40] "GET /obj-perms HTTP/1.1" 200 5056 0.040633 10.0.0.49 - - [2025-07-17 02:27:43] "POST /neutron/network HTTP/1.1" 200 807 0.010372 10.0.0.49 - - [2025-07-17 02:27:43] "POST /neutron/network HTTP/1.1" 200 833 0.005074 10.0.0.49 - - [2025-07-17 02:27:43] "POST /id-to-fqname HTTP/1.1" 200 227 0.001158 10.0.0.49 - - [2025-07-17 02:27:43] "POST /neutron/port HTTP/1.1" 200 1086 0.010382 10.0.0.49 - - [2025-07-17 02:27:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005480 10.0.0.49 - - [2025-07-17 02:27:43] "POST /neutron/network HTTP/1.1" 200 843 0.005836 10.0.0.49 - - [2025-07-17 02:27:44] "GET /aaa-mode HTTP/1.1" 401 292 0.000384 10.0.0.49 - - [2025-07-17 02:27:44] "GET / HTTP/1.1" 200 35931 0.001558 10.0.0.49 - - [2025-07-17 02:27:44] "GET /project/787b1f15-a4cb-4c48-8d0c-c332c44afc3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000389 10.0.0.49 - - [2025-07-17 02:27:44] "GET /projects?obj_uuids=787b1f15-a4cb-4c48-8d0c-c332c44afc3a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001067 10.0.0.49 - - [2025-07-17 02:27:44] "GET /project/787b1f15-a4cb-4c48-8d0c-c332c44afc3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.048394 10.0.0.49 - - [2025-07-17 02:27:44] "POST /neutron/network HTTP/1.1" 200 833 0.006507 10.0.0.49 - - [2025-07-17 02:27:44] "POST /neutron/port HTTP/1.1" 200 1086 0.012938 10.0.0.49 - - [2025-07-17 02:27:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005778 10.0.0.49 - - [2025-07-17 02:27:44] "POST /neutron/port HTTP/1.1" 200 117 0.005121 10.0.0.49 - - [2025-07-17 02:27:44] "POST /neutron/port HTTP/1.1" 200 117 0.004969 10.0.0.49 - - [2025-07-17 02:27:45] "POST /neutron/network HTTP/1.1" 200 843 0.005376 10.0.0.49 - - [2025-07-17 02:27:45] "GET /projects?obj_uuids=787b1f15-a4cb-4c48-8d0c-c332c44afc3a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001503 10.0.0.49 - - [2025-07-17 02:27:45] "POST /neutron/port HTTP/1.1" 200 1058 0.192081 10.0.0.49 - - [2025-07-17 02:27:45] "POST /neutron/port HTTP/1.1" 200 1058 0.009930 10.0.0.49 - - [2025-07-17 02:27:45] "POST /neutron/port HTTP/1.1" 200 1058 0.009307 10.0.0.49 - - [2025-07-17 02:27:45] "POST /neutron/port HTTP/1.1" 200 1112 0.057824 10.0.0.49 - - [2025-07-17 02:27:45] "POST /neutron/port HTTP/1.1" 200 1086 0.011043 10.0.0.49 - - [2025-07-17 02:27:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003051 10.0.0.49 - - [2025-07-17 02:27:45] "POST /neutron/subnet HTTP/1.1" 200 685 0.007883 10.0.0.49 - - [2025-07-17 02:27:45] "POST /neutron/port HTTP/1.1" 200 117 0.001233 10.0.0.49 - - [2025-07-17 02:27:45] "POST /neutron/network HTTP/1.1" 200 833 0.005795 10.0.0.49 - - [2025-07-17 02:27:49] "POST /neutron/port HTTP/1.1" 200 1086 0.010769 10.0.0.49 - - [2025-07-17 02:27:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006021 10.0.0.49 - - [2025-07-17 02:27:50] "POST /neutron/port HTTP/1.1" 200 1086 0.012545 10.0.0.49 - - [2025-07-17 02:27:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010603 10.0.0.49 - - [2025-07-17 02:27:50] "POST /neutron/port HTTP/1.1" 200 1086 0.015637 10.0.0.49 - - [2025-07-17 02:27:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005758 10.0.0.49 - - [2025-07-17 02:27:50] "GET /virtual-machine/43eefbc1-8287-493b-947b-acddb778f722 HTTP/1.1" 200 1293 0.004416 10.0.0.49 - - [2025-07-17 02:27:50] "GET /virtual-machine-interface/edb6702f-59e3-4157-b699-f40a965d5a27 HTTP/1.1" 200 2964 0.004518 10.0.0.49 - - [2025-07-17 02:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.49 - - [2025-07-17 02:27:50] "GET /global-vrouter-config/2bbac615-16a4-4bf9-98ec-95dec7bcbaae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002811 10.0.0.49 - - [2025-07-17 02:27:50] "GET /virtual-networks?parent_id=787b1f15-a4cb-4c48-8d0c-c332c44afc3a&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002732 10.0.0.49 - - [2025-07-17 02:27:50] "GET /virtual-network/1f895d3d-8858-4a17-a6b5-19949142ff26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005025 10.0.0.49 - - [2025-07-17 02:27:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002912 10.0.0.49 - - [2025-07-17 02:27:53] "GET /virtual-network/1f895d3d-8858-4a17-a6b5-19949142ff26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004775 10.0.0.49 - - [2025-07-17 02:27:53] "POST /neutron/port HTTP/1.1" 200 1086 0.010887 10.0.0.49 - - [2025-07-17 02:27:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006339 10.0.0.49 - - [2025-07-17 02:27:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002707 10.0.0.49 - - [2025-07-17 02:27:55] "GET /global-vrouter-config/2bbac615-16a4-4bf9-98ec-95dec7bcbaae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003378 10.0.0.49 - - [2025-07-17 02:27:55] "GET /virtual-networks?parent_id=787b1f15-a4cb-4c48-8d0c-c332c44afc3a&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003008 10.0.0.49 - - [2025-07-17 02:27:55] "GET /virtual-network/1f895d3d-8858-4a17-a6b5-19949142ff26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005084 10.0.0.49 - - [2025-07-17 02:28:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002838 10.0.0.49 - - [2025-07-17 02:28:01] "DELETE /virtual-DNS/de9cddc7-4088-4d6b-8056-5d9fd0f5c5b9 HTTP/1.1" 409 235 0.005925 10.0.0.49 - - [2025-07-17 02:28:01] "POST /fqname-to-id HTTP/1.1" 404 192 0.002860 10.0.0.49 - - [2025-07-17 02:28:01] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.015192 10.0.0.49 - - [2025-07-17 02:28:01] "GET /virtual-DNS-record/89a73d3b-c954-4db1-ae19-92f4bd9049d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.004534 10.0.0.49 - - [2025-07-17 02:28:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002717 10.0.0.49 - - [2025-07-17 02:28:01] "GET /virtual-DNS-record/89a73d3b-c954-4db1-ae19-92f4bd9049d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.003851 10.0.0.49 - - [2025-07-17 02:28:01] "GET /domains HTTP/1.1" 200 280 0.002893 10.0.0.49 - - [2025-07-17 02:28:01] "GET /domains?obj_uuids=2bbb6929-245b-47e4-9692-cd689f3f5260&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001002 10.0.0.49 - - [2025-07-17 02:28:01] "GET /domain/2bbb6929-245b-47e4-9692-cd689f3f5260 HTTP/1.1" 200 2774 0.007814 10.0.0.49 - - [2025-07-17 02:28:01] "GET /virtual-DNS/de9cddc7-4088-4d6b-8056-5d9fd0f5c5b9 HTTP/1.1" 200 1906 0.003708 10.0.0.49 - - [2025-07-17 02:28:01] "GET /virtual-DNS-record/89a73d3b-c954-4db1-ae19-92f4bd9049d8 HTTP/1.1" 200 1335 0.002417 10.0.0.49 - - [2025-07-17 02:28:07] "DELETE /virtual-DNS-record/89a73d3b-c954-4db1-ae19-92f4bd9049d8 HTTP/1.1" 200 115 0.024788 10.0.0.49 - - [2025-07-17 02:28:07] "POST /fqname-to-id HTTP/1.1" 404 184 0.002886 10.0.0.49 - - [2025-07-17 02:28:07] "POST /neutron/network HTTP/1.1" 200 833 0.007725 10.0.0.49 - - [2025-07-17 02:28:07] "POST /neutron/network HTTP/1.1" 400 204 0.010597 10.0.0.49 - - [2025-07-17 02:28:07] "POST /neutron/port HTTP/1.1" 200 1086 0.011091 10.0.0.49 - - [2025-07-17 02:28:07] "POST /neutron/port HTTP/1.1" 200 1112 0.008502 10.0.0.49 - - [2025-07-17 02:28:07] "POST /neutron/port HTTP/1.1" 200 1086 0.012903 10.0.0.49 - - [2025-07-17 02:28:07] "POST /neutron/port HTTP/1.1" 200 1112 0.012121 10.0.0.49 - - [2025-07-17 02:28:07] "POST /neutron/port HTTP/1.1" 200 151 0.132997 10.0.0.49 - - [2025-07-17 02:28:07] "POST /neutron/port HTTP/1.1" 200 151 0.128896 10.0.0.49 - - [2025-07-17 02:28:09] "POST /neutron/network HTTP/1.1" 200 833 0.005841 10.0.0.49 - - [2025-07-17 02:28:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.008474 10.0.0.49 - - [2025-07-17 02:28:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002010 10.0.0.49 - - [2025-07-17 02:28:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002741 10.0.0.49 - - [2025-07-17 02:28:09] "POST /neutron/network HTTP/1.1" 200 151 0.174243 10.0.0.49 - - [2025-07-17 02:28:09] "DELETE /route-target/1a175f29-7bf6-4faf-8c12-9654090b30ea HTTP/1.1" 200 115 0.039582 10.0.0.49 - - [2025-07-17 02:28:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002560 10.0.0.49 - - [2025-07-17 02:28:09] "DELETE /network-ipam/f0a44a77-b597-48f8-9d16-35bd3def4960 HTTP/1.1" 200 115 0.020978 10.0.0.49 - - [2025-07-17 02:28:09] "DELETE /virtual-DNS/de9cddc7-4088-4d6b-8056-5d9fd0f5c5b9 HTTP/1.1" 200 115 0.016362 10.0.0.49 - - [2025-07-17 02:28:09] "POST /fqname-to-id HTTP/1.1" 404 180 0.008501 10.0.0.49 - - [2025-07-17 02:28:09] "GET /domains HTTP/1.1" 200 280 0.002780 10.0.0.49 - - [2025-07-17 02:28:09] "GET /domains?obj_uuids=2bbb6929-245b-47e4-9692-cd689f3f5260&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001230 10.0.0.49 - - [2025-07-17 02:28:09] "GET /domain/2bbb6929-245b-47e4-9692-cd689f3f5260 HTTP/1.1" 200 2574 0.009799 10.0.0.49 - - [2025-07-17 02:28:09] "GET /projects?obj_uuids=787b1f15-a4cb-4c48-8d0c-c332c44afc3a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001616 10.0.0.49 - - [2025-07-17 02:28:09] "GET /project/787b1f15-a4cb-4c48-8d0c-c332c44afc3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.026528 10.0.0.49 - - [2025-07-17 02:28:09] "GET /projects?obj_uuids=787b1f15-a4cb-4c48-8d0c-c332c44afc3a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001853 10.0.0.49 - - [2025-07-17 02:28:09] "GET /project/787b1f15-a4cb-4c48-8d0c-c332c44afc3a?fields=virtual_networks HTTP/1.1" 200 1033 0.067646 10.0.0.49 - - [2025-07-17 02:28:10] "GET /projects?obj_uuids=787b1f15-a4cb-4c48-8d0c-c332c44afc3a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001066 10.0.0.49 - - [2025-07-17 02:28:10] "GET /project/787b1f15-a4cb-4c48-8d0c-c332c44afc3a?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.025097 10.0.0.49 - - [2025-07-17 02:28:10] "GET /projects?obj_uuids=787b1f15-a4cb-4c48-8d0c-c332c44afc3a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001078 10.0.0.49 - - [2025-07-17 02:28:10] "GET /project/787b1f15-a4cb-4c48-8d0c-c332c44afc3a?fields=security_groups HTTP/1.1" 200 1260 0.027269 10.0.0.49 - - [2025-07-17 02:28:10] "POST /fqname-to-id HTTP/1.1" 404 189 0.026503 10.0.0.49 - - [2025-07-17 02:28:10] "GET /projects?obj_uuids=b5fb9a96-7f4e-44af-ba43-7b07943e54bf&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002331 10.0.0.49 - - [2025-07-17 02:28:10] "GET /domains?obj_uuids=2bbb6929-245b-47e4-9692-cd689f3f5260&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001182 10.0.0.49 - - [2025-07-17 02:28:10] "GET /domain/2bbb6929-245b-47e4-9692-cd689f3f5260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008036 10.0.0.49 - - [2025-07-17 02:28:11] "POST /id-to-fqname HTTP/1.1" 200 191 0.001177 10.0.0.49 - - [2025-07-17 02:28:11] "POST /fqname-to-id HTTP/1.1" 404 200 0.002140 10.0.0.49 - - [2025-07-17 02:28:11] "POST /security-groups HTTP/1.1" 200 592 0.058293 10.0.0.49 - - [2025-07-17 02:28:11] "POST /fqname-to-id HTTP/1.1" 404 235 0.002711 10.0.0.49 - - [2025-07-17 02:28:11] "POST /projects HTTP/1.1" 200 587 0.201204 10.0.0.49 - - [2025-07-17 02:28:11] "POST /access-control-lists HTTP/1.1" 200 597 0.057637 10.0.0.49 - - [2025-07-17 02:28:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.267087 10.0.0.49 - - [2025-07-17 02:28:11] "POST /fqname-to-id HTTP/1.1" 404 234 0.002489 10.0.0.49 - - [2025-07-17 02:28:11] "GET /project/b5fb9a96-7f4e-44af-ba43-7b07943e54bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.381734 10.0.0.49 - - [2025-07-17 02:28:11] "POST /access-control-lists HTTP/1.1" 200 595 0.055649 10.0.0.49 - - [2025-07-17 02:28:12] "GET / HTTP/1.1" 200 35931 0.002040 10.0.0.49 - - [2025-07-17 02:28:12] "POST /fqname-to-id HTTP/1.1" 401 292 0.000447 10.0.0.49 - - [2025-07-17 02:28:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.051351 10.0.0.49 - - [2025-07-17 02:28:13] "GET /projects?obj_uuids=b5fb9a96-7f4e-44af-ba43-7b07943e54bf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001450 10.0.0.49 - - [2025-07-17 02:28:13] "GET /project/b5fb9a96-7f4e-44af-ba43-7b07943e54bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.026918 10.0.0.49 - - [2025-07-17 02:28:13] "POST /neutron/network HTTP/1.1" 200 117 0.027002 10.0.0.49 - - [2025-07-17 02:28:13] "GET /projects?obj_uuids=b5fb9a96-7f4e-44af-ba43-7b07943e54bf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001485 10.0.0.49 - - [2025-07-17 02:28:13] "POST /neutron/network HTTP/1.1" 200 606 0.075872 10.0.0.49 - - [2025-07-17 02:28:13] "POST /route-targets HTTP/1.1" 200 327 0.009128 10.0.0.49 - - [2025-07-17 02:28:13] "POST /ref-update HTTP/1.1" 200 156 0.011039 10.0.0.49 - - [2025-07-17 02:28:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002276 10.0.0.49 - - [2025-07-17 02:28:13] "POST /neutron/subnet HTTP/1.1" 200 715 0.190825 10.0.0.49 - - [2025-07-17 02:28:13] "POST /neutron/network HTTP/1.1" 200 823 0.005407 10.0.0.49 - - [2025-07-17 02:28:13] "POST /id-to-fqname HTTP/1.1" 200 221 0.001174 10.0.0.49 - - [2025-07-17 02:28:13] "GET /virtual-network/5abd10b7-a795-49ea-a481-c4786422dac8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.004642 10.0.0.49 - - [2025-07-17 02:28:13] "POST /neutron/network HTTP/1.1" 200 823 0.005069 10.0.0.49 - - [2025-07-17 02:28:13] "GET /virtual-network/5abd10b7-a795-49ea-a481-c4786422dac8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.004344 10.0.0.49 - - [2025-07-17 02:28:13] "POST /neutron/network HTTP/1.1" 200 823 0.005014 10.0.0.49 - - [2025-07-17 02:28:13] "POST /neutron/subnet HTTP/1.1" 200 715 0.006080 10.0.0.49 - - [2025-07-17 02:28:13] "POST /id-to-fqname HTTP/1.1" 200 221 0.001099 10.0.0.49 - - [2025-07-17 02:28:14] "POST /neutron/network HTTP/1.1" 200 833 0.005429 10.0.0.49 - - [2025-07-17 02:28:14] "GET /aaa-mode HTTP/1.1" 401 292 0.000364 10.0.0.49 - - [2025-07-17 02:28:14] "GET / HTTP/1.1" 200 35931 0.001730 10.0.0.49 - - [2025-07-17 02:28:14] "GET /project/b5fb9a96-7f4e-44af-ba43-7b07943e54bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000425 10.0.0.49 - - [2025-07-17 02:28:14] "GET /projects?obj_uuids=b5fb9a96-7f4e-44af-ba43-7b07943e54bf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001023 10.0.0.49 - - [2025-07-17 02:28:14] "GET /project/b5fb9a96-7f4e-44af-ba43-7b07943e54bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.046161 10.0.0.49 - - [2025-07-17 02:28:14] "POST /neutron/network HTTP/1.1" 200 823 0.004794 10.0.0.49 - - [2025-07-17 02:28:14] "POST /neutron/port HTTP/1.1" 200 117 0.005147 10.0.0.49 - - [2025-07-17 02:28:14] "POST /neutron/port HTTP/1.1" 200 117 0.005178 10.0.0.49 - - [2025-07-17 02:28:14] "POST /id-to-fqname HTTP/1.1" 200 221 0.001179 10.0.0.49 - - [2025-07-17 02:28:14] "POST /neutron/port HTTP/1.1" 200 117 0.004576 10.0.0.49 - - [2025-07-17 02:28:15] "POST /neutron/network HTTP/1.1" 200 833 0.005518 10.0.0.49 - - [2025-07-17 02:28:15] "GET /aaa-mode HTTP/1.1" 401 292 0.000412 10.0.0.49 - - [2025-07-17 02:28:15] "POST /neutron/network HTTP/1.1" 200 833 0.005073 10.0.0.49 - - [2025-07-17 02:28:15] "GET /projects?obj_uuids=b5fb9a96-7f4e-44af-ba43-7b07943e54bf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001053 10.0.0.49 - - [2025-07-17 02:28:15] "GET / HTTP/1.1" 200 35931 0.001660 10.0.0.49 - - [2025-07-17 02:28:15] "GET /project/b5fb9a96-7f4e-44af-ba43-7b07943e54bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000592 10.0.0.49 - - [2025-07-17 02:28:15] "POST /neutron/port HTTP/1.1" 200 1059 0.219003 10.0.0.49 - - [2025-07-17 02:28:15] "POST /neutron/port HTTP/1.1" 200 1059 0.015681 10.0.0.49 - - [2025-07-17 02:28:15] "POST /neutron/port HTTP/1.1" 200 1059 0.011493 10.0.0.49 - - [2025-07-17 02:28:15] "POST /neutron/port HTTP/1.1" 200 1113 0.060933 10.0.0.49 - - [2025-07-17 02:28:15] "POST /neutron/port HTTP/1.1" 200 1087 0.010717 10.0.0.49 - - [2025-07-17 02:28:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003165 10.0.0.49 - - [2025-07-17 02:28:15] "POST /neutron/subnet HTTP/1.1" 200 689 0.006735 10.0.0.49 - - [2025-07-17 02:28:15] "POST /neutron/port HTTP/1.1" 200 117 0.001111 10.0.0.49 - - [2025-07-17 02:28:15] "POST /neutron/network HTTP/1.1" 200 823 0.005004 10.0.0.49 - - [2025-07-17 02:28:15] "GET /projects?obj_uuids=b5fb9a96-7f4e-44af-ba43-7b07943e54bf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001294 10.0.0.49 - - [2025-07-17 02:28:15] "GET /project/b5fb9a96-7f4e-44af-ba43-7b07943e54bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.047444 10.0.0.49 - - [2025-07-17 02:28:15] "POST /neutron/network HTTP/1.1" 200 823 0.005025 10.0.0.49 - - [2025-07-17 02:28:15] "POST /neutron/port HTTP/1.1" 200 1087 0.013690 10.0.0.49 - - [2025-07-17 02:28:15] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005788 10.0.0.49 - - [2025-07-17 02:28:15] "POST /neutron/port HTTP/1.1" 200 117 0.005632 10.0.0.49 - - [2025-07-17 02:28:16] "POST /neutron/port HTTP/1.1" 200 1087 0.010966 10.0.0.49 - - [2025-07-17 02:28:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006591 10.0.0.49 - - [2025-07-17 02:28:16] "POST /neutron/network HTTP/1.1" 200 833 0.005340 10.0.0.49 - - [2025-07-17 02:28:16] "GET /projects?obj_uuids=b5fb9a96-7f4e-44af-ba43-7b07943e54bf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001342 10.0.0.49 - - [2025-07-17 02:28:16] "POST /neutron/port HTTP/1.1" 200 1059 0.226240 10.0.0.49 - - [2025-07-17 02:28:16] "POST /neutron/port HTTP/1.1" 200 1059 0.011194 10.0.0.49 - - [2025-07-17 02:28:16] "POST /neutron/port HTTP/1.1" 200 1059 0.015649 10.0.0.49 - - [2025-07-17 02:28:16] "POST /neutron/port HTTP/1.1" 200 1113 0.087506 10.0.0.49 - - [2025-07-17 02:28:16] "POST /neutron/port HTTP/1.1" 200 1087 0.010122 10.0.0.49 - - [2025-07-17 02:28:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002782 10.0.0.49 - - [2025-07-17 02:28:16] "POST /neutron/subnet HTTP/1.1" 200 689 0.009979 10.0.0.49 - - [2025-07-17 02:28:16] "POST /neutron/port HTTP/1.1" 200 117 0.001118 10.0.0.49 - - [2025-07-17 02:28:16] "POST /neutron/network HTTP/1.1" 200 823 0.005188 10.0.0.49 - - [2025-07-17 02:28:21] "POST /neutron/port HTTP/1.1" 200 1087 0.011465 10.0.0.49 - - [2025-07-17 02:28:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005620 10.0.0.49 - - [2025-07-17 02:28:21] "POST /neutron/port HTTP/1.1" 200 1087 0.011492 10.0.0.49 - - [2025-07-17 02:28:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006732 10.0.0.49 - - [2025-07-17 02:28:21] "POST /neutron/port HTTP/1.1" 200 1087 0.010726 10.0.0.49 - - [2025-07-17 02:28:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006184 10.0.0.49 - - [2025-07-17 02:28:21] "GET /virtual-machine/c71156f7-60ab-4efd-9f64-1d1619773cc4 HTTP/1.1" 401 292 0.000460 10.0.0.49 - - [2025-07-17 02:28:21] "GET /virtual-machine/c71156f7-60ab-4efd-9f64-1d1619773cc4 HTTP/1.1" 200 1294 0.026278 10.0.0.49 - - [2025-07-17 02:28:21] "GET /virtual-machine-interface/c5d023f6-deb4-4df7-b963-5e40ecb39103 HTTP/1.1" 200 2946 0.004756 10.0.0.49 - - [2025-07-17 02:28:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002988 10.0.0.49 - - [2025-07-17 02:28:21] "GET /global-vrouter-config/2bbac615-16a4-4bf9-98ec-95dec7bcbaae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003149 10.0.0.49 - - [2025-07-17 02:28:21] "GET /virtual-networks?parent_id=b5fb9a96-7f4e-44af-ba43-7b07943e54bf&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002881 10.0.0.49 - - [2025-07-17 02:28:21] "GET /virtual-network/5abd10b7-a795-49ea-a481-c4786422dac8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005039 10.0.0.49 - - [2025-07-17 02:28:23] "POST /neutron/port HTTP/1.1" 200 1087 0.011338 10.0.0.49 - - [2025-07-17 02:28:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005406 10.0.0.49 - - [2025-07-17 02:28:24] "POST /neutron/port HTTP/1.1" 200 1087 0.010406 10.0.0.49 - - [2025-07-17 02:28:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004727 10.0.0.49 - - [2025-07-17 02:28:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002734 10.0.0.49 - - [2025-07-17 02:28:24] "GET /virtual-network/5abd10b7-a795-49ea-a481-c4786422dac8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.004873 10.0.0.49 - - [2025-07-17 02:28:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.49 - - [2025-07-17 02:28:26] "GET /global-vrouter-config/2bbac615-16a4-4bf9-98ec-95dec7bcbaae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003000 10.0.0.49 - - [2025-07-17 02:28:27] "GET /virtual-networks?parent_id=b5fb9a96-7f4e-44af-ba43-7b07943e54bf&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002950 10.0.0.49 - - [2025-07-17 02:28:27] "GET /virtual-network/5abd10b7-a795-49ea-a481-c4786422dac8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005249 10.0.0.49 - - [2025-07-17 02:28:27] "POST /neutron/port HTTP/1.1" 200 1087 0.013637 10.0.0.49 - - [2025-07-17 02:28:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005513 10.0.0.49 - - [2025-07-17 02:28:27] "POST /neutron/port HTTP/1.1" 200 1087 0.011793 10.0.0.49 - - [2025-07-17 02:28:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005935 10.0.0.49 - - [2025-07-17 02:28:27] "POST /neutron/port HTTP/1.1" 200 1087 0.010454 10.0.0.49 - - [2025-07-17 02:28:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006876 10.0.0.49 - - [2025-07-17 02:28:27] "GET /virtual-machine/2e08ba50-1ac8-41cd-9566-bde14024ca4b HTTP/1.1" 200 1293 0.004359 10.0.0.49 - - [2025-07-17 02:28:27] "GET /virtual-machine-interface/99040d3a-56fa-4d3a-85a9-0606b8f7658f HTTP/1.1" 200 2945 0.005044 10.0.0.49 - - [2025-07-17 02:28:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002571 10.0.0.49 - - [2025-07-17 02:28:27] "GET /global-vrouter-config/2bbac615-16a4-4bf9-98ec-95dec7bcbaae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002957 10.0.0.49 - - [2025-07-17 02:28:27] "GET /virtual-networks?parent_id=b5fb9a96-7f4e-44af-ba43-7b07943e54bf&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002729 10.0.0.49 - - [2025-07-17 02:28:27] "GET /virtual-network/5abd10b7-a795-49ea-a481-c4786422dac8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005626 10.0.0.49 - - [2025-07-17 02:28:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003400 10.0.0.49 - - [2025-07-17 02:28:28] "GET /global-vrouter-config/2bbac615-16a4-4bf9-98ec-95dec7bcbaae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003015 10.0.0.49 - - [2025-07-17 02:28:28] "GET /virtual-networks?parent_id=b5fb9a96-7f4e-44af-ba43-7b07943e54bf&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003282 10.0.0.49 - - [2025-07-17 02:28:28] "GET /virtual-network/5abd10b7-a795-49ea-a481-c4786422dac8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2034 0.005583 10.0.0.49 - - [2025-07-17 02:28:33] "POST /neutron/network HTTP/1.1" 200 823 0.008945 10.0.0.49 - - [2025-07-17 02:28:33] "POST /neutron/network HTTP/1.1" 400 204 0.010081 10.0.0.49 - - [2025-07-17 02:28:33] "POST /neutron/port HTTP/1.1" 200 1087 0.011596 10.0.0.49 - - [2025-07-17 02:28:33] "POST /neutron/port HTTP/1.1" 200 1113 0.009584 10.0.0.49 - - [2025-07-17 02:28:34] "POST /neutron/port HTTP/1.1" 200 1087 0.015456 10.0.0.49 - - [2025-07-17 02:28:34] "POST /neutron/port HTTP/1.1" 200 1113 0.013295 10.0.0.49 - - [2025-07-17 02:28:34] "POST /neutron/port HTTP/1.1" 200 151 0.125293 10.0.0.49 - - [2025-07-17 02:28:34] "POST /neutron/port HTTP/1.1" 200 151 0.101321 10.0.0.49 - - [2025-07-17 02:28:35] "DELETE /project/b5fb9a967f4e44afba437b07943e54bf HTTP/1.1" 404 173 0.007279 10.0.0.49 - - [2025-07-17 02:28:35] "GET /projects?obj_uuids=787b1f15-a4cb-4c48-8d0c-c332c44afc3a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001004 10.0.0.49 - - [2025-07-17 02:28:35] "GET /project/787b1f15-a4cb-4c48-8d0c-c332c44afc3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.021596 10.0.0.49 - - [2025-07-17 02:28:35] "GET /projects?obj_uuids=787b1f15-a4cb-4c48-8d0c-c332c44afc3a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000986 10.0.0.49 - - [2025-07-17 02:28:35] "GET /project/787b1f15-a4cb-4c48-8d0c-c332c44afc3a?fields=security_groups HTTP/1.1" 200 1365 0.064374 10.0.0.49 - - [2025-07-17 02:28:35] "DELETE /security-group/6dbab817-861e-4734-8c93-ce069632b1cc HTTP/1.1" 200 115 0.031996 10.0.0.49 - - [2025-07-17 02:28:35] "GET /projects?obj_uuids=787b1f15-a4cb-4c48-8d0c-c332c44afc3a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000998 10.0.0.49 - - [2025-07-17 02:28:35] "DELETE /access-control-list/7088a37b-328f-46f8-abe9-3afd0ba41b73 HTTP/1.1" 200 115 0.021505 10.0.0.49 - - [2025-07-17 02:28:35] "GET /project/787b1f15-a4cb-4c48-8d0c-c332c44afc3a?fields=application_policy_sets HTTP/1.1" 200 1404 0.024585 10.0.0.49 - - [2025-07-17 02:28:35] "DELETE /access-control-list/e9b917f9-55da-4b8a-a103-41e128ca2d9b HTTP/1.1" 200 115 0.024830 10.0.0.49 - - [2025-07-17 02:28:35] "DELETE /project/787b1f15-a4cb-4c48-8d0c-c332c44afc3a HTTP/1.1" 200 115 0.286668 10.0.0.49 - - [2025-07-17 02:28:35] "POST /neutron/network HTTP/1.1" 200 823 0.005770 10.0.0.49 - - [2025-07-17 02:28:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002404 10.0.0.49 - - [2025-07-17 02:28:35] "POST /useragent-kv HTTP/1.1" 200 115 0.003027 10.0.0.49 - - [2025-07-17 02:28:35] "POST /useragent-kv HTTP/1.1" 200 115 0.001903 10.0.0.49 - - [2025-07-17 02:28:35] "POST /neutron/network HTTP/1.1" 200 151 0.084487 10.0.0.49 - - [2025-07-17 02:28:35] "DELETE /route-target/457956ab-062e-4d7c-a66b-f08508f9b409 HTTP/1.1" 200 115 0.016778 10.0.0.49 - - [2025-07-17 02:28:35] "GET /projects?obj_uuids=b5fb9a96-7f4e-44af-ba43-7b07943e54bf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001127 10.0.0.49 - - [2025-07-17 02:28:35] "GET /project/b5fb9a96-7f4e-44af-ba43-7b07943e54bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.022860 10.0.0.49 - - [2025-07-17 02:28:35] "GET /projects?obj_uuids=b5fb9a96-7f4e-44af-ba43-7b07943e54bf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001460 10.0.0.49 - - [2025-07-17 02:28:36] "GET /project/b5fb9a96-7f4e-44af-ba43-7b07943e54bf?fields=virtual_networks HTTP/1.1" 200 1034 0.064172 10.0.0.49 - - [2025-07-17 02:28:36] "GET /projects?obj_uuids=b5fb9a96-7f4e-44af-ba43-7b07943e54bf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001302 10.0.0.49 - - [2025-07-17 02:28:36] "GET /project/b5fb9a96-7f4e-44af-ba43-7b07943e54bf?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.030907 10.0.0.49 - - [2025-07-17 02:28:36] "GET /projects?obj_uuids=b5fb9a96-7f4e-44af-ba43-7b07943e54bf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001057 10.0.0.49 - - [2025-07-17 02:28:36] "GET /project/b5fb9a96-7f4e-44af-ba43-7b07943e54bf?fields=security_groups HTTP/1.1" 200 1261 0.023006 10.0.0.49 - - [2025-07-17 02:28:36] "POST /fqname-to-id HTTP/1.1" 404 188 0.021395 10.0.0.49 - - [2025-07-17 02:28:36] "GET /projects?obj_uuids=4aaf1a97-0fa0-4b9d-9fc6-2b1e0253f42a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002717 10.0.0.49 - - [2025-07-17 02:28:37] "GET /domains?obj_uuids=2bbb6929-245b-47e4-9692-cd689f3f5260&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001071 10.0.0.49 - - [2025-07-17 02:28:37] "GET /domain/2bbb6929-245b-47e4-9692-cd689f3f5260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007259 10.0.0.49 - - [2025-07-17 02:28:37] "POST /id-to-fqname HTTP/1.1" 200 190 0.002054 10.0.0.49 - - [2025-07-17 02:28:37] "POST /fqname-to-id HTTP/1.1" 404 199 0.003218 10.0.0.49 - - [2025-07-17 02:28:37] "POST /security-groups HTTP/1.1" 200 591 0.059518 10.0.0.49 - - [2025-07-17 02:28:37] "POST /fqname-to-id HTTP/1.1" 404 234 0.004054 10.0.0.49 - - [2025-07-17 02:28:37] "POST /projects HTTP/1.1" 200 585 0.197670 10.0.0.49 - - [2025-07-17 02:28:37] "POST /access-control-lists HTTP/1.1" 200 596 0.065546 10.0.0.49 - - [2025-07-17 02:28:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.272407 10.0.0.49 - - [2025-07-17 02:28:37] "POST /fqname-to-id HTTP/1.1" 404 233 0.002496 10.0.0.49 - - [2025-07-17 02:28:37] "GET /project/4aaf1a97-0fa0-4b9d-9fc6-2b1e0253f42a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.391527 10.0.0.49 - - [2025-07-17 02:28:37] "POST /access-control-lists HTTP/1.1" 200 594 0.057056 10.0.0.49 - - [2025-07-17 02:28:38] "GET / HTTP/1.1" 200 35931 0.003222 10.0.0.49 - - [2025-07-17 02:28:38] "POST /fqname-to-id HTTP/1.1" 401 292 0.000658 10.0.0.49 - - [2025-07-17 02:28:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.048396 10.0.0.49 - - [2025-07-17 02:28:39] "GET /projects?obj_uuids=4aaf1a97-0fa0-4b9d-9fc6-2b1e0253f42a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001208 10.0.0.49 - - [2025-07-17 02:28:39] "GET /project/4aaf1a97-0fa0-4b9d-9fc6-2b1e0253f42a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.023575 10.0.0.49 - - [2025-07-17 02:28:39] "POST /neutron/network HTTP/1.1" 200 117 0.025109 10.0.0.49 - - [2025-07-17 02:28:39] "GET /projects?obj_uuids=4aaf1a97-0fa0-4b9d-9fc6-2b1e0253f42a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001292 10.0.0.49 - - [2025-07-17 02:28:39] "POST /neutron/network HTTP/1.1" 200 625 0.062431 10.0.0.49 - - [2025-07-17 02:28:39] "POST /route-targets HTTP/1.1" 200 327 0.011068 10.0.0.49 - - [2025-07-17 02:28:39] "POST /ref-update HTTP/1.1" 200 156 0.012172 10.0.0.49 - - [2025-07-17 02:28:39] "POST /useragent-kv HTTP/1.1" 200 115 0.001966 10.0.0.49 - - [2025-07-17 02:28:39] "POST /neutron/subnet HTTP/1.1" 200 701 0.169873 10.0.0.49 - - [2025-07-17 02:28:39] "POST /neutron/network HTTP/1.1" 200 839 0.006449 10.0.0.49 - - [2025-07-17 02:28:39] "POST /id-to-fqname HTTP/1.1" 200 230 0.001629 10.0.0.49 - - [2025-07-17 02:28:39] "GET /virtual-network/dea6f1f1-3e91-4f0a-acba-f8ec2b7e36c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008273 10.0.0.49 - - [2025-07-17 02:28:39] "POST /neutron/network HTTP/1.1" 200 839 0.005919 10.0.0.49 - - [2025-07-17 02:28:39] "GET /virtual-network/dea6f1f1-3e91-4f0a-acba-f8ec2b7e36c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004793 10.0.0.49 - - [2025-07-17 02:28:39] "POST /neutron/network HTTP/1.1" 200 839 0.005141 10.0.0.49 - - [2025-07-17 02:28:39] "POST /neutron/subnet HTTP/1.1" 200 701 0.006023 10.0.0.49 - - [2025-07-17 02:28:39] "POST /neutron/network HTTP/1.1" 200 839 0.004915 10.0.0.49 - - [2025-07-17 02:28:39] "POST /id-to-fqname HTTP/1.1" 200 230 0.002102 10.0.0.49 - - [2025-07-17 02:28:40] "POST /neutron/network HTTP/1.1" 200 849 0.005820 10.0.0.49 - - [2025-07-17 02:28:40] "GET /aaa-mode HTTP/1.1" 401 292 0.000422 10.0.0.49 - - [2025-07-17 02:28:40] "GET / HTTP/1.1" 200 35931 0.001627 10.0.0.49 - - [2025-07-17 02:28:40] "GET /project/4aaf1a97-0fa0-4b9d-9fc6-2b1e0253f42a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000427 10.0.0.49 - - [2025-07-17 02:28:40] "GET /projects?obj_uuids=4aaf1a97-0fa0-4b9d-9fc6-2b1e0253f42a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001040 10.0.0.49 - - [2025-07-17 02:28:40] "GET /project/4aaf1a97-0fa0-4b9d-9fc6-2b1e0253f42a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.060302 10.0.0.49 - - [2025-07-17 02:28:40] "POST /neutron/network HTTP/1.1" 200 839 0.005899 10.0.0.49 - - [2025-07-17 02:28:40] "GET /obj-perms HTTP/1.1" 200 5056 0.056664 10.0.0.49 - - [2025-07-17 02:28:40] "POST /neutron/port HTTP/1.1" 200 117 0.004776 10.0.0.49 - - [2025-07-17 02:28:40] "POST /neutron/port HTTP/1.1" 200 117 0.004673 10.0.0.49 - - [2025-07-17 02:28:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002472 10.0.0.49 - - [2025-07-17 02:28:40] "GET /global-vrouter-config/2bbac615-16a4-4bf9-98ec-95dec7bcbaae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002983 10.0.0.49 - - [2025-07-17 02:28:40] "PUT /global-vrouter-config/2bbac615-16a4-4bf9-98ec-95dec7bcbaae HTTP/1.1" 200 276 0.009025 10.0.0.49 - - [2025-07-17 02:28:41] "POST /neutron/port HTTP/1.1" 200 117 0.004441 10.0.0.49 - - [2025-07-17 02:28:41] "GET /obj-perms HTTP/1.1" 200 5056 0.040675 10.0.0.49 - - [2025-07-17 02:28:41] "POST /neutron/network HTTP/1.1" 200 849 0.006831 10.0.0.49 - - [2025-07-17 02:28:41] "GET /projects?obj_uuids=4aaf1a97-0fa0-4b9d-9fc6-2b1e0253f42a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001463 10.0.0.49 - - [2025-07-17 02:28:41] "POST /neutron/port HTTP/1.1" 200 1055 0.210689 10.0.0.49 - - [2025-07-17 02:28:41] "POST /neutron/port HTTP/1.1" 200 1055 0.012753 10.0.0.49 - - [2025-07-17 02:28:41] "POST /neutron/port HTTP/1.1" 200 1055 0.008351 10.0.0.49 - - [2025-07-17 02:28:41] "POST /neutron/port HTTP/1.1" 200 1109 0.063350 10.0.0.49 - - [2025-07-17 02:28:41] "POST /neutron/port HTTP/1.1" 200 1083 0.010225 10.0.0.49 - - [2025-07-17 02:28:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002737 10.0.0.49 - - [2025-07-17 02:28:41] "POST /neutron/subnet HTTP/1.1" 200 675 0.005739 10.0.0.49 - - [2025-07-17 02:28:41] "POST /neutron/port HTTP/1.1" 200 117 0.001018 10.0.0.49 - - [2025-07-17 02:28:41] "POST /neutron/network HTTP/1.1" 200 839 0.004816 10.0.0.49 - - [2025-07-17 02:28:46] "POST /neutron/port HTTP/1.1" 200 1083 0.012615 10.0.0.49 - - [2025-07-17 02:28:46] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007662 10.0.0.49 - - [2025-07-17 02:28:46] "POST /neutron/port HTTP/1.1" 200 1083 0.024265 10.0.0.49 - - [2025-07-17 02:28:46] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006079 10.0.0.49 - - [2025-07-17 02:28:46] "POST /neutron/port HTTP/1.1" 200 1083 0.010887 10.0.0.49 - - [2025-07-17 02:28:46] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007174 10.0.0.49 - - [2025-07-17 02:28:46] "GET /virtual-machine/04d2af28-2e9b-45c0-9d11-86126b698774 HTTP/1.1" 401 292 0.000458 10.0.0.49 - - [2025-07-17 02:28:46] "GET /virtual-machine/04d2af28-2e9b-45c0-9d11-86126b698774 HTTP/1.1" 200 1291 0.028509 10.0.0.49 - - [2025-07-17 02:28:46] "GET /virtual-machine-interface/9a55ca3a-5362-4e61-b89b-30d1bb89ce40 HTTP/1.1" 200 2971 0.009203 10.0.0.49 - - [2025-07-17 02:28:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.49 - - [2025-07-17 02:28:46] "GET /global-vrouter-config/2bbac615-16a4-4bf9-98ec-95dec7bcbaae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1829 0.004989 10.0.0.49 - - [2025-07-17 02:28:46] "GET /virtual-networks?parent_id=4aaf1a97-0fa0-4b9d-9fc6-2b1e0253f42a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002973 10.0.0.49 - - [2025-07-17 02:28:46] "POST /neutron/port HTTP/1.1" 200 1083 0.010728 10.0.0.49 - - [2025-07-17 02:28:46] "GET /virtual-network/dea6f1f1-3e91-4f0a-acba-f8ec2b7e36c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004977 10.0.0.49 - - [2025-07-17 02:28:46] "POST /neutron/port HTTP/1.1" 200 1083 0.010300 10.0.0.49 - - [2025-07-17 02:28:46] "POST /neutron/network HTTP/1.1" 200 849 0.005354 10.0.0.49 - - [2025-07-17 02:28:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003165 10.0.0.49 - - [2025-07-17 02:28:46] "POST /neutron/subnet HTTP/1.1" 200 675 0.005902 10.0.0.49 - - [2025-07-17 02:28:46] "POST /neutron/port HTTP/1.1" 200 117 0.001093 10.0.0.49 - - [2025-07-17 02:28:46] "POST /neutron/network HTTP/1.1" 200 839 0.005076 10.0.0.49 - - [2025-07-17 02:28:49] "POST /neutron/port HTTP/1.1" 200 1083 0.012505 10.0.0.49 - - [2025-07-17 02:28:49] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006401 10.0.0.49 - - [2025-07-17 02:28:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003048 10.0.0.49 - - [2025-07-17 02:28:50] "GET /virtual-network/dea6f1f1-3e91-4f0a-acba-f8ec2b7e36c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004930 10.0.0.49 - - [2025-07-17 02:28:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002839 10.0.0.49 - - [2025-07-17 02:28:52] "GET /global-vrouter-config/2bbac615-16a4-4bf9-98ec-95dec7bcbaae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1829 0.003633 10.0.0.49 - - [2025-07-17 02:28:52] "GET /virtual-networks?parent_id=4aaf1a97-0fa0-4b9d-9fc6-2b1e0253f42a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002764 10.0.0.49 - - [2025-07-17 02:28:52] "GET /virtual-network/dea6f1f1-3e91-4f0a-acba-f8ec2b7e36c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004904 10.0.0.49 - - [2025-07-17 02:28:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002697 10.0.0.49 - - [2025-07-17 02:28:54] "GET /global-vrouter-config/2bbac615-16a4-4bf9-98ec-95dec7bcbaae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1829 0.002823 10.0.0.49 - - [2025-07-17 02:28:54] "PUT /global-vrouter-config/2bbac615-16a4-4bf9-98ec-95dec7bcbaae HTTP/1.1" 200 276 0.008347 10.0.0.49 - - [2025-07-17 02:28:54] "POST /neutron/network HTTP/1.1" 200 839 0.006812 10.0.0.49 - - [2025-07-17 02:28:54] "POST /neutron/network HTTP/1.1" 400 204 0.008885 10.0.0.49 - - [2025-07-17 02:28:54] "POST /neutron/port HTTP/1.1" 200 1083 0.010074 10.0.0.49 - - [2025-07-17 02:28:54] "POST /neutron/port HTTP/1.1" 200 1109 0.008922 10.0.0.49 - - [2025-07-17 02:28:54] "POST /neutron/port HTTP/1.1" 200 151 0.096498 10.0.0.49 - - [2025-07-17 02:28:56] "POST /neutron/network HTTP/1.1" 200 839 0.005048 10.0.0.49 - - [2025-07-17 02:28:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002887 10.0.0.49 - - [2025-07-17 02:28:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.49 - - [2025-07-17 02:28:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002857 10.0.0.49 - - [2025-07-17 02:28:56] "POST /neutron/network HTTP/1.1" 200 151 0.076702 10.0.0.49 - - [2025-07-17 02:28:56] "DELETE /route-target/38df9535-73c2-4374-9338-178b081e95ce HTTP/1.1" 200 115 0.015547 10.0.0.49 - - [2025-07-17 02:28:57] "GET /global-vrouter-configs HTTP/1.1" 200 357 0.002678 10.0.0.49 - - [2025-07-17 02:28:57] "GET /global-vrouter-config/2bbac615-16a4-4bf9-98ec-95dec7bcbaae HTTP/1.1" 200 1826 0.002984 10.0.0.49 - - [2025-07-17 02:28:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002065 10.0.0.49 - - [2025-07-17 02:28:57] "GET /projects?obj_uuids=4aaf1a97-0fa0-4b9d-9fc6-2b1e0253f42a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000932 10.0.0.49 - - [2025-07-17 02:28:57] "GET /project/4aaf1a97-0fa0-4b9d-9fc6-2b1e0253f42a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.021452 10.0.0.49 - - [2025-07-17 02:28:57] "POST /neutron/network HTTP/1.1" 200 117 0.006293 10.0.0.49 - - [2025-07-17 02:28:57] "GET /projects?obj_uuids=4aaf1a97-0fa0-4b9d-9fc6-2b1e0253f42a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001126 10.0.0.49 - - [2025-07-17 02:28:57] "POST /neutron/network HTTP/1.1" 200 605 0.063434 10.0.0.49 - - [2025-07-17 02:28:57] "POST /route-targets HTTP/1.1" 200 327 0.011361 10.0.0.49 - - [2025-07-17 02:28:57] "POST /ref-update HTTP/1.1" 200 156 0.011636 10.0.0.49 - - [2025-07-17 02:28:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002922 10.0.0.49 - - [2025-07-17 02:28:57] "POST /neutron/subnet HTTP/1.1" 200 734 0.141553 10.0.0.49 - - [2025-07-17 02:28:57] "POST /neutron/network HTTP/1.1" 200 826 0.005117 10.0.0.49 - - [2025-07-17 02:28:57] "POST /id-to-fqname HTTP/1.1" 200 220 0.001158 10.0.0.49 - - [2025-07-17 02:28:57] "GET /virtual-network/4e73fc18-4a16-441d-bc2e-92ed487b5c69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004515 10.0.0.49 - - [2025-07-17 02:28:57] "POST /neutron/network HTTP/1.1" 200 826 0.005214 10.0.0.49 - - [2025-07-17 02:28:57] "GET /virtual-network/4e73fc18-4a16-441d-bc2e-92ed487b5c69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004527 10.0.0.49 - - [2025-07-17 02:28:57] "POST /neutron/network HTTP/1.1" 200 826 0.006244 10.0.0.49 - - [2025-07-17 02:28:57] "POST /neutron/subnet HTTP/1.1" 200 734 0.005973 10.0.0.49 - - [2025-07-17 02:28:57] "POST /id-to-fqname HTTP/1.1" 200 220 0.001065 10.0.0.49 - - [2025-07-17 02:28:57] "POST /neutron/network HTTP/1.1" 200 836 0.005189 10.0.0.49 - - [2025-07-17 02:28:57] "GET /aaa-mode HTTP/1.1" 401 292 0.000432 10.0.0.49 - - [2025-07-17 02:28:57] "GET / HTTP/1.1" 200 35931 0.001984 10.0.0.49 - - [2025-07-17 02:28:57] "GET /project/4aaf1a97-0fa0-4b9d-9fc6-2b1e0253f42a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000409 10.0.0.49 - - [2025-07-17 02:28:58] "GET /projects?obj_uuids=4aaf1a97-0fa0-4b9d-9fc6-2b1e0253f42a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001219 10.0.0.49 - - [2025-07-17 02:28:58] "GET /project/4aaf1a97-0fa0-4b9d-9fc6-2b1e0253f42a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.046520 10.0.0.49 - - [2025-07-17 02:28:58] "POST /neutron/network HTTP/1.1" 200 826 0.005032 10.0.0.49 - - [2025-07-17 02:28:58] "POST /neutron/port HTTP/1.1" 200 117 0.004712 10.0.0.49 - - [2025-07-17 02:28:58] "POST /neutron/port HTTP/1.1" 200 117 0.004438 10.0.0.49 - - [2025-07-17 02:28:58] "POST /neutron/port HTTP/1.1" 200 117 0.004959 10.0.0.49 - - [2025-07-17 02:28:58] "POST /neutron/network HTTP/1.1" 200 836 0.006784 10.0.0.49 - - [2025-07-17 02:28:58] "GET /projects?obj_uuids=4aaf1a97-0fa0-4b9d-9fc6-2b1e0253f42a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001094 10.0.0.49 - - [2025-07-17 02:28:59] "POST /neutron/port HTTP/1.1" 200 1062 0.209262 10.0.0.49 - - [2025-07-17 02:28:59] "POST /neutron/port HTTP/1.1" 200 1062 0.008976 10.0.0.49 - - [2025-07-17 02:28:59] "POST /neutron/port HTTP/1.1" 200 1062 0.009880 10.0.0.49 - - [2025-07-17 02:28:59] "POST /neutron/port HTTP/1.1" 200 1116 0.065713 10.0.0.49 - - [2025-07-17 02:28:59] "POST /neutron/port HTTP/1.1" 200 1090 0.011510 10.0.0.49 - - [2025-07-17 02:28:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003157 10.0.0.49 - - [2025-07-17 02:28:59] "POST /neutron/subnet HTTP/1.1" 200 708 0.007687 10.0.0.49 - - [2025-07-17 02:28:59] "POST /neutron/port HTTP/1.1" 200 117 0.001241 10.0.0.49 - - [2025-07-17 02:28:59] "POST /neutron/network HTTP/1.1" 200 826 0.005280 10.0.0.49 - - [2025-07-17 02:29:03] "POST /neutron/port HTTP/1.1" 200 1090 0.010279 10.0.0.49 - - [2025-07-17 02:29:03] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006088 10.0.0.49 - - [2025-07-17 02:29:03] "POST /neutron/port HTTP/1.1" 200 1090 0.012095 10.0.0.49 - - [2025-07-17 02:29:03] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005738 10.0.0.49 - - [2025-07-17 02:29:03] "POST /neutron/port HTTP/1.1" 200 1090 0.009651 10.0.0.49 - - [2025-07-17 02:29:03] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005458 10.0.0.49 - - [2025-07-17 02:29:03] "GET /virtual-machine/9aaf0b3d-d71a-45f4-9b9a-85e2a3b903d4 HTTP/1.1" 200 1293 0.004288 10.0.0.49 - - [2025-07-17 02:29:03] "GET /virtual-machine-interface/48821f7c-da11-4fe7-9225-8b9e16ee1f22 HTTP/1.1" 200 2940 0.004569 10.0.0.49 - - [2025-07-17 02:29:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002834 10.0.0.49 - - [2025-07-17 02:29:03] "GET /global-vrouter-config/2bbac615-16a4-4bf9-98ec-95dec7bcbaae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002962 10.0.0.49 - - [2025-07-17 02:29:03] "GET /virtual-networks?parent_id=4aaf1a97-0fa0-4b9d-9fc6-2b1e0253f42a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003258 10.0.0.49 - - [2025-07-17 02:29:03] "GET /virtual-network/4e73fc18-4a16-441d-bc2e-92ed487b5c69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005089 10.0.0.49 - - [2025-07-17 02:29:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002680 10.0.0.49 - - [2025-07-17 02:29:07] "GET /virtual-network/4e73fc18-4a16-441d-bc2e-92ed487b5c69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004635 10.0.0.49 - - [2025-07-17 02:29:07] "POST /neutron/port HTTP/1.1" 200 1090 0.010317 10.0.0.49 - - [2025-07-17 02:29:07] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004711 10.0.0.49 - - [2025-07-17 02:29:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.49 - - [2025-07-17 02:29:09] "GET /global-vrouter-config/2bbac615-16a4-4bf9-98ec-95dec7bcbaae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003083 10.0.0.49 - - [2025-07-17 02:29:09] "GET /virtual-networks?parent_id=4aaf1a97-0fa0-4b9d-9fc6-2b1e0253f42a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003709 10.0.0.49 - - [2025-07-17 02:29:09] "GET /virtual-network/4e73fc18-4a16-441d-bc2e-92ed487b5c69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007716 10.0.0.49 - - [2025-07-17 02:29:11] "POST /neutron/network HTTP/1.1" 200 826 0.006266 10.0.0.49 - - [2025-07-17 02:29:11] "POST /neutron/network HTTP/1.1" 400 204 0.008864 10.0.0.49 - - [2025-07-17 02:29:11] "POST /neutron/port HTTP/1.1" 200 1090 0.009977 10.0.0.49 - - [2025-07-17 02:29:11] "POST /neutron/port HTTP/1.1" 200 1116 0.007860 10.0.0.49 - - [2025-07-17 02:29:11] "POST /neutron/port HTTP/1.1" 200 151 0.086068 10.0.0.49 - - [2025-07-17 02:29:13] "POST /neutron/network HTTP/1.1" 200 826 0.005053 10.0.0.49 - - [2025-07-17 02:29:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004445 10.0.0.49 - - [2025-07-17 02:29:13] "POST /useragent-kv HTTP/1.1" 200 115 0.001766 10.0.0.49 - - [2025-07-17 02:29:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002700 10.0.0.49 - - [2025-07-17 02:29:13] "POST /neutron/network HTTP/1.1" 200 151 0.082408 10.0.0.49 - - [2025-07-17 02:29:13] "DELETE /route-target/d5065f4a-3838-4647-a0d5-73e208fce644 HTTP/1.1" 200 115 0.014523 10.0.0.49 - - [2025-07-17 02:29:13] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.002851 10.0.0.49 - - [2025-07-17 02:29:13] "POST /network-ipams HTTP/1.1" 200 541 0.015218 10.0.0.49 - - [2025-07-17 02:29:13] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 981 0.003356 10.0.0.49 - - [2025-07-17 02:29:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003223 10.0.0.49 - - [2025-07-17 02:29:14] "GET /network-ipam/164e107f-8c3d-4e36-90b1-d9a2b0700de9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1283 0.004836 10.0.0.49 - - [2025-07-17 02:29:14] "PUT /network-ipam/164e107f-8c3d-4e36-90b1-d9a2b0700de9 HTTP/1.1" 200 258 0.009054 10.0.0.49 - - [2025-07-17 02:29:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002871 10.0.0.49 - - [2025-07-17 02:29:14] "GET /projects?obj_uuids=4aaf1a97-0fa0-4b9d-9fc6-2b1e0253f42a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001085 10.0.0.49 - - [2025-07-17 02:29:14] "GET /project/4aaf1a97-0fa0-4b9d-9fc6-2b1e0253f42a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.024035 10.0.0.49 - - [2025-07-17 02:29:14] "POST /neutron/network HTTP/1.1" 200 117 0.006977 10.0.0.49 - - [2025-07-17 02:29:14] "GET /projects?obj_uuids=4aaf1a97-0fa0-4b9d-9fc6-2b1e0253f42a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001183 10.0.0.49 - - [2025-07-17 02:29:14] "POST /neutron/network HTTP/1.1" 200 605 0.062818 10.0.0.49 - - [2025-07-17 02:29:14] "POST /route-targets HTTP/1.1" 200 327 0.011033 10.0.0.49 - - [2025-07-17 02:29:14] "POST /ref-update HTTP/1.1" 200 156 0.009553 10.0.0.49 - - [2025-07-17 02:29:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003123 10.0.0.49 - - [2025-07-17 02:29:14] "POST /neutron/subnet HTTP/1.1" 200 699 0.180233 10.0.0.49 - - [2025-07-17 02:29:14] "POST /useragent-kv HTTP/1.1" 200 115 0.004265 10.0.0.49 - - [2025-07-17 02:29:14] "POST /neutron/subnet HTTP/1.1" 200 699 0.134439 10.0.0.49 - - [2025-07-17 02:29:14] "POST /neutron/network HTTP/1.1" 200 994 0.006420 10.0.0.49 - - [2025-07-17 02:29:14] "POST /id-to-fqname HTTP/1.1" 200 220 0.001135 10.0.0.49 - - [2025-07-17 02:29:14] "GET /virtual-network/0813845b-1afa-43bf-b0d9-c2a6906f1e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.004559 10.0.0.49 - - [2025-07-17 02:29:14] "POST /neutron/network HTTP/1.1" 200 994 0.006910 10.0.0.49 - - [2025-07-17 02:29:14] "GET /virtual-network/0813845b-1afa-43bf-b0d9-c2a6906f1e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.004480 10.0.0.49 - - [2025-07-17 02:29:14] "POST /neutron/network HTTP/1.1" 200 994 0.006451 10.0.0.49 - - [2025-07-17 02:29:14] "POST /neutron/subnet HTTP/1.1" 200 699 0.007142 10.0.0.49 - - [2025-07-17 02:29:14] "POST /neutron/subnet HTTP/1.1" 200 699 0.006664 10.0.0.49 - - [2025-07-17 02:29:14] "POST /neutron/network HTTP/1.1" 200 994 0.006720 10.0.0.49 - - [2025-07-17 02:29:14] "POST /neutron/subnet HTTP/1.1" 200 699 0.006303 10.0.0.49 - - [2025-07-17 02:29:14] "POST /neutron/subnet HTTP/1.1" 200 699 0.006139 10.0.0.49 - - [2025-07-17 02:29:14] "GET /projects?obj_uuids=4aaf1a97-0fa0-4b9d-9fc6-2b1e0253f42a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002372 10.0.0.49 - - [2025-07-17 02:29:15] "POST /neutron/port HTTP/1.1" 200 1017 0.155114 10.0.0.49 - - [2025-07-17 02:29:15] "GET /projects?obj_uuids=4aaf1a97-0fa0-4b9d-9fc6-2b1e0253f42a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001633 10.0.0.49 - - [2025-07-17 02:29:15] "POST /neutron/port HTTP/1.1" 200 1017 0.169702 10.0.0.49 - - [2025-07-17 02:29:15] "POST /id-to-fqname HTTP/1.1" 200 220 0.001988 10.0.0.49 - - [2025-07-17 02:29:15] "POST /neutron/port HTTP/1.1" 200 1017 0.007145 10.0.0.49 - - [2025-07-17 02:29:15] "POST /neutron/port HTTP/1.1" 200 1017 0.026905 10.0.0.49 - - [2025-07-17 02:29:15] "POST /neutron/network HTTP/1.1" 200 994 0.006618 10.0.0.49 - - [2025-07-17 02:29:15] "POST /neutron/port HTTP/1.1" 200 1017 0.006860 10.0.0.49 - - [2025-07-17 02:29:15] "POST /neutron/port HTTP/1.1" 200 117 0.004669 10.0.0.49 - - [2025-07-17 02:29:15] "POST /neutron/port HTTP/1.1" 200 117 0.004462 10.0.0.49 - - [2025-07-17 02:29:15] "POST /id-to-fqname HTTP/1.1" 200 220 0.001187 10.0.0.49 - - [2025-07-17 02:29:15] "POST /neutron/port HTTP/1.1" 200 117 0.004346 10.0.0.49 - - [2025-07-17 02:29:15] "POST /neutron/port HTTP/1.1" 200 1017 0.007303 10.0.0.49 - - [2025-07-17 02:29:15] "POST /neutron/port HTTP/1.1" 200 1017 0.006606 10.0.0.49 - - [2025-07-17 02:29:15] "POST /neutron/network HTTP/1.1" 200 994 0.006507 10.0.0.49 - - [2025-07-17 02:29:15] "POST /neutron/port HTTP/1.1" 200 1017 0.006781 10.0.0.49 - - [2025-07-17 02:29:15] "POST /neutron/port HTTP/1.1" 200 1017 0.012671 10.0.0.49 - - [2025-07-17 02:29:15] "POST /neutron/port HTTP/1.1" 200 1017 0.008906 10.0.0.49 - - [2025-07-17 02:29:16] "POST /neutron/port HTTP/1.1" 200 117 0.006392 10.0.0.49 - - [2025-07-17 02:29:16] "POST /neutron/port HTTP/1.1" 200 117 0.004515 10.0.0.49 - - [2025-07-17 02:29:16] "POST /id-to-fqname HTTP/1.1" 200 220 0.001232 10.0.0.49 - - [2025-07-17 02:29:16] "POST /neutron/port HTTP/1.1" 200 117 0.005819 10.0.0.49 - - [2025-07-17 02:29:16] "POST /neutron/network HTTP/1.1" 200 1004 0.006924 10.0.0.49 - - [2025-07-17 02:29:16] "GET /aaa-mode HTTP/1.1" 401 292 0.000405 10.0.0.49 - - [2025-07-17 02:29:16] "GET / HTTP/1.1" 200 35931 0.001862 10.0.0.49 - - [2025-07-17 02:29:16] "GET /project/4aaf1a97-0fa0-4b9d-9fc6-2b1e0253f42a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000394 10.0.0.49 - - [2025-07-17 02:29:16] "POST /neutron/port HTTP/1.1" 200 1017 0.030847 10.0.0.49 - - [2025-07-17 02:29:16] "POST /neutron/port HTTP/1.1" 200 1017 0.009403 10.0.0.49 - - [2025-07-17 02:29:16] "POST /neutron/network HTTP/1.1" 200 1004 0.006651 10.0.0.49 - - [2025-07-17 02:29:16] "POST /neutron/network HTTP/1.1" 200 1004 0.006829 10.0.0.49 - - [2025-07-17 02:29:16] "POST /neutron/port HTTP/1.1" 200 1017 0.008619 10.0.0.49 - - [2025-07-17 02:29:16] "POST /neutron/port HTTP/1.1" 200 1017 0.006520 10.0.0.49 - - [2025-07-17 02:29:16] "POST /neutron/port HTTP/1.1" 200 1017 0.007020 10.0.0.49 - - [2025-07-17 02:29:16] "POST /neutron/port HTTP/1.1" 200 1017 0.007115 10.0.0.49 - - [2025-07-17 02:29:16] "POST /neutron/port HTTP/1.1" 200 1109 0.112745 10.0.0.49 - - [2025-07-17 02:29:16] "POST /neutron/port HTTP/1.1" 200 1109 0.119238 10.0.0.49 - - [2025-07-17 02:29:16] "POST /neutron/port HTTP/1.1" 200 1083 0.018500 10.0.0.49 - - [2025-07-17 02:29:16] "POST /neutron/port HTTP/1.1" 200 1083 0.015546 10.0.0.49 - - [2025-07-17 02:29:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003325 10.0.0.49 - - [2025-07-17 02:29:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002678 10.0.0.49 - - [2025-07-17 02:29:16] "POST /neutron/subnet HTTP/1.1" 200 673 0.011674 10.0.0.49 - - [2025-07-17 02:29:16] "POST /neutron/subnet HTTP/1.1" 200 673 0.010604 10.0.0.49 - - [2025-07-17 02:29:16] "GET /projects?obj_uuids=4aaf1a97-0fa0-4b9d-9fc6-2b1e0253f42a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001027 10.0.0.49 - - [2025-07-17 02:29:16] "POST /neutron/port HTTP/1.1" 200 117 0.000913 10.0.0.49 - - [2025-07-17 02:29:16] "POST /neutron/port HTTP/1.1" 200 117 0.001243 10.0.0.49 - - [2025-07-17 02:29:16] "GET /project/4aaf1a97-0fa0-4b9d-9fc6-2b1e0253f42a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.046842 10.0.0.49 - - [2025-07-17 02:29:16] "POST /neutron/network HTTP/1.1" 200 994 0.005891 10.0.0.49 - - [2025-07-17 02:29:16] "POST /neutron/network HTTP/1.1" 200 994 0.005112 10.0.0.49 - - [2025-07-17 02:29:16] "POST /neutron/network HTTP/1.1" 200 994 0.007474 10.0.0.49 - - [2025-07-17 02:29:17] "POST /neutron/port HTTP/1.1" 200 2050 0.017823 10.0.0.49 - - [2025-07-17 02:29:17] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006045 10.0.0.49 - - [2025-07-17 02:29:17] "POST /neutron/port HTTP/1.1" 200 117 0.004788 10.0.0.49 - - [2025-07-17 02:29:17] "GET /domains HTTP/1.1" 200 280 0.004006 10.0.0.49 - - [2025-07-17 02:29:17] "GET /domains?obj_uuids=2bbb6929-245b-47e4-9692-cd689f3f5260&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001179 10.0.0.49 - - [2025-07-17 02:29:17] "GET /domain/2bbb6929-245b-47e4-9692-cd689f3f5260 HTTP/1.1" 200 2760 0.013524 10.0.0.49 - - [2025-07-17 02:29:17] "GET /projects?obj_uuids=4aaf1a97-0fa0-4b9d-9fc6-2b1e0253f42a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001129 10.0.0.49 - - [2025-07-17 02:29:17] "GET /project/4aaf1a97-0fa0-4b9d-9fc6-2b1e0253f42a HTTP/1.1" 200 2841 0.084134 10.0.0.49 - - [2025-07-17 02:29:17] "GET /network-ipam/164e107f-8c3d-4e36-90b1-d9a2b0700de9 HTTP/1.1" 200 2600 0.009963 10.0.0.49 - - [2025-07-17 02:29:17] "GET /domains HTTP/1.1" 200 280 0.011563 10.0.0.49 - - [2025-07-17 02:29:17] "GET /domains?obj_uuids=2bbb6929-245b-47e4-9692-cd689f3f5260&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001108 10.0.0.49 - - [2025-07-17 02:29:17] "GET /domain/2bbb6929-245b-47e4-9692-cd689f3f5260 HTTP/1.1" 200 2760 0.008562 10.0.0.49 - - [2025-07-17 02:29:17] "GET /projects?obj_uuids=4aaf1a97-0fa0-4b9d-9fc6-2b1e0253f42a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001360 10.0.0.49 - - [2025-07-17 02:29:17] "GET /project/4aaf1a97-0fa0-4b9d-9fc6-2b1e0253f42a HTTP/1.1" 200 2841 0.077834 10.0.0.49 - - [2025-07-17 02:29:17] "GET /virtual-network/0813845b-1afa-43bf-b0d9-c2a6906f1e82 HTTP/1.1" 200 3777 0.005980 10.0.0.49 - - [2025-07-17 02:29:17] "GET /virtual-network/0813845b-1afa-43bf-b0d9-c2a6906f1e82 HTTP/1.1" 200 3777 0.006787 10.0.0.49 - - [2025-07-17 02:29:17] "GET /routing-instance/e8ff79f2-a24a-4fb4-a5bd-0b515e26b721 HTTP/1.1" 200 2381 0.003747 10.0.0.49 - - [2025-07-17 02:29:17] "GET /routing-instance/e8ff79f2-a24a-4fb4-a5bd-0b515e26b721 HTTP/1.1" 200 2381 0.006208 10.0.0.49 - - [2025-07-17 02:29:17] "GET /route-target/b733f023-7e89-4771-9589-46af3e2faa55 HTTP/1.1" 200 1205 0.004414 10.0.0.49 - - [2025-07-17 02:29:17] "GET /virtual-network/0813845b-1afa-43bf-b0d9-c2a6906f1e82 HTTP/1.1" 200 3777 0.004908 10.0.0.49 - - [2025-07-17 02:29:17] "GET /routing-instance/e8ff79f2-a24a-4fb4-a5bd-0b515e26b721 HTTP/1.1" 200 2381 0.003151 10.0.0.49 - - [2025-07-17 02:29:17] "GET /virtual-network/0813845b-1afa-43bf-b0d9-c2a6906f1e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.005577 10.0.0.49 - - [2025-07-17 02:29:17] "GET /virtual-network/0813845b-1afa-43bf-b0d9-c2a6906f1e82 HTTP/1.1" 200 3777 0.004709 10.0.0.49 - - [2025-07-17 02:29:17] "GET /routing-instance/e8ff79f2-a24a-4fb4-a5bd-0b515e26b721 HTTP/1.1" 200 2381 0.009853 10.0.0.49 - - [2025-07-17 02:29:17] "GET /routing-instance/e8ff79f2-a24a-4fb4-a5bd-0b515e26b721 HTTP/1.1" 200 2381 0.005731 10.0.0.49 - - [2025-07-17 02:29:17] "POST /neutron/network HTTP/1.1" 200 1004 0.020673 10.0.0.49 - - [2025-07-17 02:29:17] "GET /route-target/b733f023-7e89-4771-9589-46af3e2faa55 HTTP/1.1" 200 1205 0.007075 10.0.0.49 - - [2025-07-17 02:29:17] "GET /projects?obj_uuids=4aaf1a97-0fa0-4b9d-9fc6-2b1e0253f42a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001272 10.0.0.49 - - [2025-07-17 02:29:17] "GET /domains HTTP/1.1" 200 280 0.004958 10.0.0.49 - - [2025-07-17 02:29:17] "GET /domains?obj_uuids=2bbb6929-245b-47e4-9692-cd689f3f5260&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001247 10.0.0.49 - - [2025-07-17 02:29:17] "GET /domain/2bbb6929-245b-47e4-9692-cd689f3f5260 HTTP/1.1" 200 2760 0.060372 10.0.0.49 - - [2025-07-17 02:29:17] "GET /projects?obj_uuids=4aaf1a97-0fa0-4b9d-9fc6-2b1e0253f42a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001601 10.0.0.49 - - [2025-07-17 02:29:17] "GET /project/4aaf1a97-0fa0-4b9d-9fc6-2b1e0253f42a HTTP/1.1" 200 3085 0.144730 10.0.0.49 - - [2025-07-17 02:29:17] "GET /virtual-network/0813845b-1afa-43bf-b0d9-c2a6906f1e82 HTTP/1.1" 200 4035 0.019563 10.0.0.49 - - [2025-07-17 02:29:17] "POST /neutron/port HTTP/1.1" 200 1055 0.390900 10.0.0.49 - - [2025-07-17 02:29:18] "POST /neutron/port HTTP/1.1" 200 1055 0.014615 10.0.0.49 - - [2025-07-17 02:29:18] "POST /neutron/port HTTP/1.1" 200 1055 0.015936 10.0.0.49 - - [2025-07-17 02:29:18] "POST /neutron/port HTTP/1.1" 200 1109 0.092721 10.0.0.49 - - [2025-07-17 02:29:18] "POST /neutron/port HTTP/1.1" 200 1083 0.015690 10.0.0.49 - - [2025-07-17 02:29:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003875 10.0.0.49 - - [2025-07-17 02:29:18] "POST /neutron/subnet HTTP/1.1" 200 673 0.023279 10.0.0.49 - - [2025-07-17 02:29:18] "GET /obj-perms HTTP/1.1" 200 5030 0.059578 10.0.0.49 - - [2025-07-17 02:29:18] "POST /neutron/port HTTP/1.1" 200 117 0.001049 10.0.0.49 - - [2025-07-17 02:29:18] "POST /neutron/network HTTP/1.1" 200 994 0.006603 10.0.0.49 - - [2025-07-17 02:29:18] "POST /neutron/port HTTP/1.1" 200 1083 0.013835 10.0.0.49 - - [2025-07-17 02:29:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010563 10.0.0.49 - - [2025-07-17 02:29:18] "POST /neutron/port HTTP/1.1" 200 1083 0.018962 10.0.0.49 - - [2025-07-17 02:29:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007681 10.0.0.49 - - [2025-07-17 02:29:18] "POST /neutron/port HTTP/1.1" 200 1083 0.010375 10.0.0.49 - - [2025-07-17 02:29:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.023857 10.0.0.49 - - [2025-07-17 02:29:18] "GET /virtual-machine/d040251f-216f-49a2-bfa0-14f284eea068 HTTP/1.1" 200 1289 0.004333 10.0.0.49 - - [2025-07-17 02:29:18] "GET /virtual-machine-interface/5b961db9-bcf6-48f7-89f0-0bf20c169c73 HTTP/1.1" 200 2939 0.004408 10.0.0.49 - - [2025-07-17 02:29:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.49 - - [2025-07-17 02:29:18] "GET /global-vrouter-config/2bbac615-16a4-4bf9-98ec-95dec7bcbaae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003088 10.0.0.49 - - [2025-07-17 02:29:18] "GET /virtual-networks?parent_id=4aaf1a97-0fa0-4b9d-9fc6-2b1e0253f42a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.006541 10.0.0.49 - - [2025-07-17 02:29:18] "GET /virtual-network/0813845b-1afa-43bf-b0d9-c2a6906f1e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.004986 10.0.0.49 - - [2025-07-17 02:29:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.49 - - [2025-07-17 02:29:21] "GET /virtual-network/0813845b-1afa-43bf-b0d9-c2a6906f1e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.005895 10.0.0.49 - - [2025-07-17 02:29:25] "POST /neutron/port HTTP/1.1" 200 1083 0.010563 10.0.0.49 - - [2025-07-17 02:29:25] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004962 10.0.0.49 - - [2025-07-17 02:29:25] "POST /neutron/port HTTP/1.1" 200 1083 0.012776 10.0.0.49 - - [2025-07-17 02:29:25] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005124 10.0.0.49 - - [2025-07-17 02:29:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002893 10.0.0.49 - - [2025-07-17 02:29:25] "GET /virtual-network/0813845b-1afa-43bf-b0d9-c2a6906f1e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.005438 10.0.0.49 - - [2025-07-17 02:29:26] "POST /neutron/port HTTP/1.1" 200 1083 0.010951 10.0.0.49 - - [2025-07-17 02:29:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005019 10.0.0.49 - - [2025-07-17 02:29:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002723 10.0.0.49 - - [2025-07-17 02:29:28] "GET /global-vrouter-config/2bbac615-16a4-4bf9-98ec-95dec7bcbaae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002578 10.0.0.49 - - [2025-07-17 02:29:28] "GET /virtual-networks?parent_id=4aaf1a97-0fa0-4b9d-9fc6-2b1e0253f42a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002982 10.0.0.49 - - [2025-07-17 02:29:28] "GET /virtual-network/0813845b-1afa-43bf-b0d9-c2a6906f1e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.004897 10.0.0.49 - - [2025-07-17 02:29:28] "POST /neutron/port HTTP/1.1" 200 1083 0.010173 10.0.0.49 - - [2025-07-17 02:29:28] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007061 10.0.0.49 - - [2025-07-17 02:29:28] "POST /neutron/port HTTP/1.1" 200 1083 0.011784 10.0.0.49 - - [2025-07-17 02:29:28] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005850 10.0.0.49 - - [2025-07-17 02:29:28] "POST /neutron/port HTTP/1.1" 200 1083 0.010243 10.0.0.49 - - [2025-07-17 02:29:28] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005050 10.0.0.49 - - [2025-07-17 02:29:28] "GET /virtual-machine/c72201a4-cdf2-4467-82d5-1fbfcfe9b230 HTTP/1.1" 200 1288 0.004069 10.0.0.49 - - [2025-07-17 02:29:28] "GET /virtual-machine-interface/87b0aa9c-f60d-4902-8322-081b7ad215b9 HTTP/1.1" 200 2939 0.004334 10.0.0.49 - - [2025-07-17 02:29:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002468 10.0.0.49 - - [2025-07-17 02:29:28] "GET /global-vrouter-config/2bbac615-16a4-4bf9-98ec-95dec7bcbaae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002633 10.0.0.49 - - [2025-07-17 02:29:28] "GET /virtual-networks?parent_id=4aaf1a97-0fa0-4b9d-9fc6-2b1e0253f42a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002750 10.0.0.49 - - [2025-07-17 02:29:28] "GET /virtual-network/0813845b-1afa-43bf-b0d9-c2a6906f1e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.004966 10.0.0.49 - - [2025-07-17 02:29:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002729 10.0.0.49 - - [2025-07-17 02:29:29] "GET /global-vrouter-config/2bbac615-16a4-4bf9-98ec-95dec7bcbaae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004256 10.0.0.49 - - [2025-07-17 02:29:29] "GET /virtual-networks?parent_id=4aaf1a97-0fa0-4b9d-9fc6-2b1e0253f42a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003078 10.0.0.49 - - [2025-07-17 02:29:29] "GET /virtual-network/0813845b-1afa-43bf-b0d9-c2a6906f1e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.005227 10.0.0.49 - - [2025-07-17 02:29:30] "POST /neutron/port HTTP/1.1" 200 1083 0.010770 10.0.0.49 - - [2025-07-17 02:29:30] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005250 10.0.0.49 - - [2025-07-17 02:29:30] "POST /neutron/port HTTP/1.1" 200 1083 0.014083 10.0.0.49 - - [2025-07-17 02:29:30] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007253 10.0.0.49 - - [2025-07-17 02:29:30] "POST /neutron/port HTTP/1.1" 200 1083 0.013210 10.0.0.49 - - [2025-07-17 02:29:30] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005753 10.0.0.49 - - [2025-07-17 02:29:30] "GET /virtual-machine/bdf9c483-39f5-4f31-8d0a-e89d38e3fe4c HTTP/1.1" 200 1293 0.004600 10.0.0.49 - - [2025-07-17 02:29:30] "GET /virtual-machine-interface/e3ddb863-2b96-48e9-a94a-dacc72b62618 HTTP/1.1" 200 2941 0.004410 10.0.0.49 - - [2025-07-17 02:29:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002597 10.0.0.49 - - [2025-07-17 02:29:30] "GET /global-vrouter-config/2bbac615-16a4-4bf9-98ec-95dec7bcbaae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002826 10.0.0.49 - - [2025-07-17 02:29:30] "GET /virtual-networks?parent_id=4aaf1a97-0fa0-4b9d-9fc6-2b1e0253f42a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003408 10.0.0.49 - - [2025-07-17 02:29:30] "GET /virtual-network/0813845b-1afa-43bf-b0d9-c2a6906f1e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.005220 10.0.0.49 - - [2025-07-17 02:29:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002703 10.0.0.49 - - [2025-07-17 02:29:31] "GET /global-vrouter-config/2bbac615-16a4-4bf9-98ec-95dec7bcbaae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002947 10.0.0.49 - - [2025-07-17 02:29:31] "GET /virtual-networks?parent_id=4aaf1a97-0fa0-4b9d-9fc6-2b1e0253f42a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002771 10.0.0.49 - - [2025-07-17 02:29:31] "GET /virtual-network/0813845b-1afa-43bf-b0d9-c2a6906f1e82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2545 0.004979 10.0.0.49 - - [2025-07-17 02:29:35] "DELETE /project/4aaf1a970fa04b9d9fc62b1e0253f42a HTTP/1.1" 404 173 0.048072 10.0.0.49 - - [2025-07-17 02:29:35] "GET /projects?obj_uuids=b5fb9a96-7f4e-44af-ba43-7b07943e54bf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001059 10.0.0.49 - - [2025-07-17 02:29:35] "GET /project/b5fb9a96-7f4e-44af-ba43-7b07943e54bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.053023 10.0.0.49 - - [2025-07-17 02:29:35] "GET /projects?obj_uuids=b5fb9a96-7f4e-44af-ba43-7b07943e54bf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001003 10.0.0.49 - - [2025-07-17 02:29:35] "GET /project/b5fb9a96-7f4e-44af-ba43-7b07943e54bf?fields=security_groups HTTP/1.1" 200 1366 0.067240 10.0.0.49 - - [2025-07-17 02:29:35] "DELETE /security-group/a9375839-f7e3-4942-b345-0a40bddd655b HTTP/1.1" 200 115 0.040709 10.0.0.49 - - [2025-07-17 02:29:35] "GET /projects?obj_uuids=b5fb9a96-7f4e-44af-ba43-7b07943e54bf&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001001 10.0.0.49 - - [2025-07-17 02:29:35] "DELETE /access-control-list/5df67030-180c-4a64-b122-64a0f078a7f8 HTTP/1.1" 200 115 0.035230 10.0.0.49 - - [2025-07-17 02:29:35] "GET /project/b5fb9a96-7f4e-44af-ba43-7b07943e54bf?fields=application_policy_sets HTTP/1.1" 200 1405 0.043135 10.0.0.49 - - [2025-07-17 02:29:35] "DELETE /access-control-list/f44106cf-158d-4cc7-a953-682b6ef0d05e HTTP/1.1" 200 115 0.036038 10.0.0.49 - - [2025-07-17 02:29:35] "DELETE /project/b5fb9a96-7f4e-44af-ba43-7b07943e54bf HTTP/1.1" 200 115 0.386900 10.0.0.49 - - [2025-07-17 02:29:41] "GET /obj-perms HTTP/1.1" 200 5056 0.044160 10.0.0.49 - - [2025-07-17 02:29:41] "GET /obj-perms HTTP/1.1" 200 5056 0.043716 10.0.0.49 - - [2025-07-17 02:29:46] "POST /neutron/port HTTP/1.1" 200 1083 0.010668 10.0.0.49 - - [2025-07-17 02:29:46] "POST /neutron/port HTTP/1.1" 200 1083 0.010667 10.0.0.49 - - [2025-07-17 02:29:46] "POST /neutron/network HTTP/1.1" 200 1004 0.007083 10.0.0.49 - - [2025-07-17 02:29:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003510 10.0.0.49 - - [2025-07-17 02:29:46] "POST /neutron/subnet HTTP/1.1" 200 673 0.008182 10.0.0.49 - - [2025-07-17 02:29:46] "POST /neutron/port HTTP/1.1" 200 117 0.001102 10.0.0.49 - - [2025-07-17 02:29:47] "POST /neutron/network HTTP/1.1" 200 994 0.007772 10.0.0.49 - - [2025-07-17 02:29:47] "POST /neutron/port HTTP/1.1" 200 1109 0.009129 10.0.0.49 - - [2025-07-17 02:29:47] "POST /neutron/port HTTP/1.1" 200 1109 0.011634 10.0.0.49 - - [2025-07-17 02:29:47] "POST /neutron/port HTTP/1.1" 200 1083 0.015914 10.0.0.49 - - [2025-07-17 02:29:47] "POST /neutron/port HTTP/1.1" 200 1109 0.037773 10.0.0.49 - - [2025-07-17 02:29:47] "POST /neutron/port HTTP/1.1" 200 151 0.149525 10.0.0.49 - - [2025-07-17 02:29:47] "POST /neutron/port HTTP/1.1" 200 1109 0.010115 10.0.0.49 - - [2025-07-17 02:29:47] "POST /neutron/port HTTP/1.1" 200 1109 0.013692 10.0.0.49 - - [2025-07-17 02:29:48] "GET /global-system-configs HTTP/1.1" 200 322 0.056133 10.0.0.49 - - [2025-07-17 02:29:48] "POST /neutron/port HTTP/1.1" 200 151 0.214695 10.0.0.49 - - [2025-07-17 02:29:48] "GET /obj-perms HTTP/1.1" 200 5056 0.159846 10.0.0.49 - - [2025-07-17 02:29:48] "POST /neutron/port HTTP/1.1" 200 151 0.218717 10.0.0.49 - - [2025-07-17 02:29:48] "POST /neutron/network HTTP/1.1" 200 994 0.011389 10.0.0.49 - - [2025-07-17 02:29:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002097 10.0.0.49 - - [2025-07-17 02:29:48] "POST /useragent-kv HTTP/1.1" 200 115 0.004488 10.0.0.49 - - [2025-07-17 02:29:48] "POST /useragent-kv HTTP/1.1" 200 115 0.001982 10.0.0.49 - - [2025-07-17 02:29:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003077 10.0.0.49 - - [2025-07-17 02:29:48] "POST /neutron/network HTTP/1.1" 200 151 0.099786 10.0.0.49 - - [2025-07-17 02:29:48] "GET /routing-instance/e8ff79f2-a24a-4fb4-a5bd-0b515e26b721 HTTP/1.1" 404 171 0.006510 10.0.0.49 - - [2025-07-17 02:29:48] "GET /domains HTTP/1.1" 200 280 0.005943 10.0.0.49 - - [2025-07-17 02:29:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005888 10.0.0.49 - - [2025-07-17 02:29:48] "GET /domains?obj_uuids=2bbb6929-245b-47e4-9692-cd689f3f5260&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000969 10.0.0.49 - - [2025-07-17 02:29:48] "DELETE /route-target/b733f023-7e89-4771-9589-46af3e2faa55 HTTP/1.1" 200 115 0.020705 10.0.0.49 - - [2025-07-17 02:29:48] "GET /domain/2bbb6929-245b-47e4-9692-cd689f3f5260 HTTP/1.1" 200 2573 0.052228 10.0.0.49 - - [2025-07-17 02:29:48] "GET /projects?obj_uuids=4aaf1a97-0fa0-4b9d-9fc6-2b1e0253f42a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001121 10.0.0.49 - - [2025-07-17 02:29:48] "GET /project/4aaf1a97-0fa0-4b9d-9fc6-2b1e0253f42a HTTP/1.1" 200 2084 0.074885 10.0.0.49 - - [2025-07-17 02:29:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.49 - - [2025-07-17 02:29:48] "DELETE /network-ipam/164e107f-8c3d-4e36-90b1-d9a2b0700de9 HTTP/1.1" 200 115 0.023811 10.0.0.49 - - [2025-07-17 02:29:48] "POST /fqname-to-id HTTP/1.1" 404 211 0.002827 10.0.0.49 - - [2025-07-17 02:29:48] "GET /projects?obj_uuids=4aaf1a97-0fa0-4b9d-9fc6-2b1e0253f42a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001733 10.0.0.49 - - [2025-07-17 02:29:48] "GET /project/4aaf1a97-0fa0-4b9d-9fc6-2b1e0253f42a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.054872 10.0.0.49 - - [2025-07-17 02:29:48] "GET /projects?obj_uuids=4aaf1a97-0fa0-4b9d-9fc6-2b1e0253f42a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001199 10.0.0.49 - - [2025-07-17 02:29:48] "GET /project/4aaf1a97-0fa0-4b9d-9fc6-2b1e0253f42a?fields=virtual_networks HTTP/1.1" 200 1031 0.069480 10.0.0.49 - - [2025-07-17 02:29:49] "GET /projects?obj_uuids=4aaf1a97-0fa0-4b9d-9fc6-2b1e0253f42a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001113 10.0.0.49 - - [2025-07-17 02:29:49] "GET /project/4aaf1a97-0fa0-4b9d-9fc6-2b1e0253f42a?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.027131 10.0.0.49 - - [2025-07-17 02:29:49] "GET /projects?obj_uuids=4aaf1a97-0fa0-4b9d-9fc6-2b1e0253f42a&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001144 10.0.0.49 - - [2025-07-17 02:29:49] "GET /project/4aaf1a97-0fa0-4b9d-9fc6-2b1e0253f42a?fields=security_groups HTTP/1.1" 200 1257 0.029896 10.0.0.49 - - [2025-07-17 02:29:49] "GET /global-system-configs HTTP/1.1" 200 322 0.159018 10.0.0.49 - - [2025-07-17 02:29:49] "GET /obj-perms HTTP/1.1" 200 5056 0.196862 10.0.0.49 - - [2025-07-17 02:29:52] "POST /neutron/port HTTP/1.1" 200 117 0.005609 10.0.0.49 - - [2025-07-17 02:29:52] "POST /neutron/port HTTP/1.1" 400 205 0.002981 10.0.0.49 - - [2025-07-17 02:29:52] "POST /neutron/port HTTP/1.1" 200 117 0.004945 10.0.0.49 - - [2025-07-17 02:29:52] "POST /neutron/port HTTP/1.1" 400 205 0.003167 10.0.0.49 - - [2025-07-17 02:29:56] "GET / HTTP/1.1" 200 35931 0.002322 10.0.0.49 - - [2025-07-17 02:29:57] "GET /project/230adde6-4aa4-44ee-b86d-deb61f79f821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000457 10.0.0.49 - - [2025-07-17 02:29:57] "GET /projects?obj_uuids=230adde6-4aa4-44ee-b86d-deb61f79f821&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001121 10.0.0.49 - - [2025-07-17 02:29:57] "GET /project/230adde6-4aa4-44ee-b86d-deb61f79f821?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1270 0.045861 [Introspect:8084]10.0.0.49 - - [2025-07-17 02:29:57] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001148 10.0.0.49 - - [2025-07-17 02:29:58] "POST /fqname-to-id HTTP/1.1" 404 184 0.021567 10.0.0.49 - - [2025-07-17 02:29:58] "GET /projects?obj_uuids=a989ed55-d7dc-40bb-954b-2eaf0071d660&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002237 10.0.0.49 - - [2025-07-17 02:29:58] "GET /domains?obj_uuids=2bbb6929-245b-47e4-9692-cd689f3f5260&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001017 10.0.0.49 - - [2025-07-17 02:29:58] "GET /domain/2bbb6929-245b-47e4-9692-cd689f3f5260?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007369 10.0.0.49 - - [2025-07-17 02:29:58] "POST /id-to-fqname HTTP/1.1" 200 186 0.001153 10.0.0.49 - - [2025-07-17 02:29:58] "POST /fqname-to-id HTTP/1.1" 404 195 0.003208 10.0.0.49 - - [2025-07-17 02:29:58] "POST /security-groups HTTP/1.1" 200 587 0.059927