++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Mon Apr 28 02:00:27 UTC 2025 ===================' INFO: =================== Mon Apr 28 02:00:27 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 +++ head -n 1 +++ awk '{print $2}' +++ grep 'inet ' ++ DEFAULT_LOCAL_IP=10.0.0.50 ++ 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.50 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.50 ++ ANALYTICSDB_NODES=10.0.0.50 ++ ANALYTICS_SNMP_NODES=10.0.0.50 ++ 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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8081 ' +++ '[' -n '10.0.0.50:8081 ' ']' +++ echo 10.0.0.50:8081 ++ ANALYTICS_SERVERS=10.0.0.50: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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9042 ' +++ '[' -n '10.0.0.50:9042 ' ']' +++ echo 10.0.0.50:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.50:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.50 ++ 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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8086 ' +++ '[' -n '10.0.0.50:8086 ' ']' +++ echo 10.0.0.50:8086 ++ COLLECTOR_SERVERS=10.0.0.50: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.50 ++ CONFIGDB_NODES=10.0.0.50 ++ 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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8082 ' +++ '[' -n '10.0.0.50:8082 ' ']' +++ echo 10.0.0.50:8082 ++ CONFIG_SERVERS=10.0.0.50: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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9161 ' +++ '[' -n '10.0.0.50:9161 ' ']' +++ echo 10.0.0.50:9161 ++ CONFIGDB_SERVERS=10.0.0.50: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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9041 ' +++ '[' -n '10.0.0.50:9041 ' ']' +++ echo 10.0.0.50:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.50: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.209 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.209 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.50 ++ 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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:2181, +++ '[' -n 10.0.0.50:2181, ']' +++ echo 10.0.0.50:2181 ++ ZOOKEEPER_SERVERS=10.0.0.50: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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:2181 ' +++ '[' -n '10.0.0.50:2181 ' ']' +++ echo 10.0.0.50:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.50:2181 ++ RABBITMQ_NODES=10.0.0.50 ++ 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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:5673, +++ '[' -n 10.0.0.50:5673, ']' +++ echo 10.0.0.50:5673 ++ RABBITMQ_SERVERS=10.0.0.50: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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:6379 ' +++ '[' -n '10.0.0.50:6379 ' ']' +++ echo 10.0.0.50:6379 ++ REDIS_SERVERS=10.0.0.50: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.50 ++ 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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9092 ' +++ '[' -n '10.0.0.50:9092 ' ']' +++ echo 10.0.0.50:9092 ++ KAFKA_SERVERS=10.0.0.50: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.50 ++ 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.50 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_CRYPT_INTERFACE=crypt0 ++ VROUTER_DECRYPT_INTERFACE=decrypt0 ++ VROUTER_DECRYPT_KEY=15 ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.50 ++ 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.50 ++ cut -d , -f 1 + local cassandra=10.0.0.50 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.50 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node_list 10.0.0.50 +++ local servers=10.0.0.50 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ sort ++++ grep -vi host ++++ uniq +++ local local_ips=,10.0.0.50,10.20.0.209,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.50'\''))' +++ local server_ip=10.0.0.50 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.50 ]] +++ [[ ,10.0.0.50,10.20.0.209,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.50, ]] +++ echo 10.0.0.50 1 +++ return ++ local ip=10.0.0.50 ++ [[ -z 10.0.0.50 ]] ++ echo 10.0.0.50 + host_ip=10.0.0.50 + [[ cql == \c\q\l ]] ++ echo 10.0.0.50:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.50:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.50:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ sort ++ cut -d = -f 1 ++ sed 's/^API__//g' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 04/28/2025 02:00:35.699 7eff60468308 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 04/28/2025 02:00:35.835 7eff60468308 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 04/28/2025 02:00:35.848 7eff60468308 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 04/28/2025 02:00:35.848 7eff60468308 [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.50:8082/ Hit Ctrl-C to quit. 10.0.0.50 - - [2025-04-28 02:00:38] "GET / HTTP/1.1" 503 181 0.000248 10.0.0.50 - - [2025-04-28 02:00:38] "GET / HTTP/1.1" 503 181 0.000164 10.0.0.50 - - [2025-04-28 02:00:39] "GET / HTTP/1.1" 200 45871 0.001406 10.0.0.50 - - [2025-04-28 02:00:39] "GET / HTTP/1.1" 200 45871 0.001083 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.50 - - [2025-04-28 02:00:40] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000516 10.0.0.50 - - [2025-04-28 02:00:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000290 10.0.0.50 - - [2025-04-28 02:00:40] "GET / HTTP/1.1" 200 35931 0.002128 10.0.0.50 - - [2025-04-28 02:00:41] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.608204 10.0.0.50 - - [2025-04-28 02:00:41] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.002400 10.0.0.50 - - [2025-04-28 02:00:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.337487 10.0.0.50 - - [2025-04-28 02:00:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.040754 /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.50 - - [2025-04-28 02:00:41] "GET / HTTP/1.1" 200 35931 0.001548 10.0.0.50 - - [2025-04-28 02:00:41] "GET / HTTP/1.1" 200 35931 0.001364 10.0.0.50 - - [2025-04-28 02:00:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000410 10.0.0.50 - - [2025-04-28 02:00:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000392 10.0.0.50 - - [2025-04-28 02:00:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000441 10.0.0.50 - - [2025-04-28 02:00:41] "GET / HTTP/1.1" 200 35931 0.001569 10.0.0.50 - - [2025-04-28 02:00:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000432 10.0.0.50 - - [2025-04-28 02:00:42] "POST /fqname-to-id HTTP/1.1" 404 186 0.586065 10.0.0.50 - - [2025-04-28 02:00:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002681 10.0.0.50 - - [2025-04-28 02:00:42] "GET /global-system-config/3234f21e-3594-454b-9862-1c6c5d4b5452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.007138 10.0.0.50 - - [2025-04-28 02:00:42] "POST /service-appliance-sets HTTP/1.1" 200 553 0.016299 10.0.0.50 - - [2025-04-28 02:00:42] "POST /fqname-to-id HTTP/1.1" 404 180 0.002937 10.0.0.50 - - [2025-04-28 02:00:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003063 10.0.0.50 - - [2025-04-28 02:00:42] "GET /global-system-config/3234f21e-3594-454b-9862-1c6c5d4b5452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.005943 10.0.0.50 - - [2025-04-28 02:00:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.596395 10.0.0.50 - - [2025-04-28 02:00:42] "GET /global-system-config/3234f21e-3594-454b-9862-1c6c5d4b5452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.005431 10.0.0.50 - - [2025-04-28 02:00:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.325081 10.0.0.50 - - [2025-04-28 02:00:42] "GET /network-ipam/bf114fdf-0406-4e1d-b911-9da0cdd76fd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.003268 10.0.0.50 - - [2025-04-28 02:00:42] "POST /fqname-to-id HTTP/1.1" 404 196 0.040976 10.0.0.50 - - [2025-04-28 02:00:42] "POST /service-appliance-sets HTTP/1.1" 200 541 0.018770 10.0.0.50 - - [2025-04-28 02:00:42] "POST /fqname-to-id HTTP/1.1" 404 220 0.002236 10.0.0.50 - - [2025-04-28 02:00:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002623 10.0.0.50 - - [2025-04-28 02:00:42] "POST /job-templates HTTP/1.1" 200 555 0.060122 10.0.0.50 - - [2025-04-28 02:00:42] "POST /config-nodes HTTP/1.1" 200 599 0.018604 10.0.0.50 - - [2025-04-28 02:00:42] "POST /fqname-to-id HTTP/1.1" 404 200 0.003163 10.0.0.50 - - [2025-04-28 02:00:42] "GET /network-ipam/bf114fdf-0406-4e1d-b911-9da0cdd76fd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.002842 10.0.0.50 - - [2025-04-28 02:00:43] "POST /job-templates HTTP/1.1" 200 563 0.061763 10.0.0.50 - - [2025-04-28 02:00:43] "POST /service-templates HTTP/1.1" 200 511 0.015910 10.0.0.50 - - [2025-04-28 02:00:43] "POST /service-templates HTTP/1.1" 200 501 0.014555 10.0.0.50 - - [2025-04-28 02:00:43] "POST /fqname-to-id HTTP/1.1" 404 191 0.002658 10.0.0.50 - - [2025-04-28 02:00:43] "POST /service-templates HTTP/1.1" 200 515 0.013572 10.0.0.50 - - [2025-04-28 02:00:43] "POST /job-templates HTTP/1.1" 200 545 0.056655 10.0.0.50 - - [2025-04-28 02:00:43] "POST /service-templates HTTP/1.1" 200 535 0.021051 10.0.0.50 - - [2025-04-28 02:00:43] "GET / HTTP/1.1" 200 35931 0.001369 10.0.0.50 - - [2025-04-28 02:00:43] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000369 10.0.0.50 - - [2025-04-28 02:00:43] "POST /fqname-to-id HTTP/1.1" 404 207 0.002672 10.0.0.50 - - [2025-04-28 02:00:43] "POST /service-templates HTTP/1.1" 200 507 0.022057 10.0.0.50 - - [2025-04-28 02:00:43] "POST /job-templates HTTP/1.1" 200 577 0.057709 10.0.0.50 - - [2025-04-28 02:00:43] "POST /fqname-to-id HTTP/1.1" 404 225 0.002638 10.0.0.50 - - [2025-04-28 02:00:43] "POST /fqname-to-id HTTP/1.1" 404 208 0.001880 10.0.0.50 - - [2025-04-28 02:00:43] "POST /access-control-lists HTTP/1.1" 200 587 0.014286 10.0.0.50 - - [2025-04-28 02:00:43] "POST /fqname-to-id HTTP/1.1" 404 224 0.002931 10.0.0.50 - - [2025-04-28 02:00:43] "POST /job-templates HTTP/1.1" 200 579 0.067023 10.0.0.50 - - [2025-04-28 02:00:43] "POST /access-control-lists HTTP/1.1" 200 585 0.017885 10.0.0.50 - - [2025-04-28 02:00:43] "POST /fqname-to-id HTTP/1.1" 404 210 0.002658 10.0.0.50 - - [2025-04-28 02:00:43] "POST /route-targets HTTP/1.1" 200 327 0.008743 10.0.0.50 - - [2025-04-28 02:00:43] "POST /job-templates HTTP/1.1" 200 583 0.066031 10.0.0.50 - - [2025-04-28 02:00:43] "POST /ref-update HTTP/1.1" 200 156 0.031645 10.0.0.50 - - [2025-04-28 02:00:43] "POST /fqname-to-id HTTP/1.1" 404 198 0.002700 10.0.0.50 - - [2025-04-28 02:00:43] "POST /route-targets HTTP/1.1" 200 327 0.008712 10.0.0.50 - - [2025-04-28 02:00:43] "POST /job-templates HTTP/1.1" 200 559 0.057971 10.0.0.50 - - [2025-04-28 02:00:43] "POST /ref-update HTTP/1.1" 200 156 0.051356 10.0.0.50 - - [2025-04-28 02:00:43] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.301297 10.0.0.50 - - [2025-04-28 02:00:43] "POST /fqname-to-id HTTP/1.1" 404 203 0.002878 10.0.0.50 - - [2025-04-28 02:00:43] "POST /route-targets HTTP/1.1" 200 327 0.010370 10.0.0.50 - - [2025-04-28 02:00:43] "POST /job-templates HTTP/1.1" 200 569 0.058142 10.0.0.50 - - [2025-04-28 02:00:43] "POST /ref-update HTTP/1.1" 200 156 0.036396 10.0.0.50 - - [2025-04-28 02:00:44] "POST /fqname-to-id HTTP/1.1" 404 196 0.002836 10.0.0.50 - - [2025-04-28 02:00:44] "POST /route-targets HTTP/1.1" 200 327 0.014569 10.0.0.50 - - [2025-04-28 02:00:44] "POST /job-templates HTTP/1.1" 200 555 0.057629 10.0.0.50 - - [2025-04-28 02:00:44] "POST /ref-update HTTP/1.1" 200 156 0.030892 10.0.0.50 - - [2025-04-28 02:00:44] "POST /fqname-to-id HTTP/1.1" 404 196 0.002767 10.0.0.50 - - [2025-04-28 02:00:44] "POST /fqname-to-id HTTP/1.1" 404 201 0.002410 10.0.0.50 - - [2025-04-28 02:00:44] "POST /job-templates HTTP/1.1" 200 555 0.058329 10.0.0.50 - - [2025-04-28 02:00:44] "POST /fqname-to-id HTTP/1.1" 404 196 0.002450 10.0.0.50 - - [2025-04-28 02:00:44] "POST /access-control-lists HTTP/1.1" 200 551 0.079836 10.0.0.50 - - [2025-04-28 02:00:44] "PUT /access-control-list/557d54c7-4306-438f-ad95-1346a85214fe HTTP/1.1" 200 272 0.008971 10.0.0.50 - - [2025-04-28 02:00:44] "POST /job-templates HTTP/1.1" 200 555 0.061634 10.0.0.50 - - [2025-04-28 02:00:44] "PUT /access-control-list/cc6bf7d8-6065-4707-b459-2c66f1e71d4c HTTP/1.1" 200 272 0.010835 10.0.0.50 - - [2025-04-28 02:00:44] "POST /fqname-to-id HTTP/1.1" 404 186 0.002609 10.0.0.50 - - [2025-04-28 02:00:44] "POST /job-templates HTTP/1.1" 200 535 0.062179 10.0.0.50 - - [2025-04-28 02:00:44] "POST /fqname-to-id HTTP/1.1" 404 198 0.002811 10.0.0.50 - - [2025-04-28 02:00:44] "POST /job-templates HTTP/1.1" 200 559 0.057521 10.0.0.50 - - [2025-04-28 02:00:44] "POST /fqname-to-id HTTP/1.1" 404 198 0.003173 10.0.0.50 - - [2025-04-28 02:00:44] "POST /job-templates HTTP/1.1" 200 559 0.060977 10.0.0.50 - - [2025-04-28 02:00:44] "POST /fqname-to-id HTTP/1.1" 404 198 0.002728 10.0.0.50 - - [2025-04-28 02:00:45] "POST /job-templates HTTP/1.1" 200 559 0.060880 10.0.0.50 - - [2025-04-28 02:00:45] "POST /fqname-to-id HTTP/1.1" 404 201 0.002746 10.0.0.50 - - [2025-04-28 02:00:45] "POST /job-templates HTTP/1.1" 200 565 0.056820 10.0.0.50 - - [2025-04-28 02:00:45] "POST /fqname-to-id HTTP/1.1" 404 197 0.002734 10.0.0.50 - - [2025-04-28 02:00:45] "POST /job-templates HTTP/1.1" 200 557 0.061869 10.0.0.50 - - [2025-04-28 02:00:45] "POST /fqname-to-id HTTP/1.1" 404 196 0.002884 10.0.0.50 - - [2025-04-28 02:00:45] "POST /job-templates HTTP/1.1" 200 555 0.065769 10.0.0.50 - - [2025-04-28 02:00:45] "POST /fqname-to-id HTTP/1.1" 404 205 0.002703 10.0.0.50 - - [2025-04-28 02:00:45] "POST /job-templates HTTP/1.1" 200 573 0.057930 10.0.0.50 - - [2025-04-28 02:00:45] "POST /fqname-to-id HTTP/1.1" 404 194 0.002671 10.0.0.50 - - [2025-04-28 02:00:45] "POST /job-templates HTTP/1.1" 200 551 0.065158 10.0.0.50 - - [2025-04-28 02:00:45] "POST /fqname-to-id HTTP/1.1" 404 208 0.002759 10.0.0.50 - - [2025-04-28 02:00:45] "GET / HTTP/1.1" 200 35931 0.001575 10.0.0.50 - - [2025-04-28 02:00:45] "POST /fqname-to-id HTTP/1.1" 401 292 0.000373 10.0.0.50 - - [2025-04-28 02:00:45] "POST /job-templates HTTP/1.1" 200 579 0.065121 10.0.0.50 - - [2025-04-28 02:00:46] "POST /fqname-to-id HTTP/1.1" 404 196 0.002988 10.0.0.50 - - [2025-04-28 02:00:46] "POST /job-templates HTTP/1.1" 200 555 0.057074 10.0.0.50 - - [2025-04-28 02:00:46] "POST /fqname-to-id HTTP/1.1" 404 198 0.002775 10.0.0.50 - - [2025-04-28 02:00:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.019917 10.0.0.50 - - [2025-04-28 02:00:46] "GET /global-system-config/3234f21e-3594-454b-9862-1c6c5d4b5452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.004909 10.0.0.50 - - [2025-04-28 02:00:46] "POST /job-templates HTTP/1.1" 200 559 0.061902 10.0.0.50 - - [2025-04-28 02:00:46] "POST /fqname-to-id HTTP/1.1" 404 220 0.002569 10.0.0.50 - - [2025-04-28 02:00:46] "POST /fqname-to-id HTTP/1.1" 404 206 0.003237 10.0.0.50 - - [2025-04-28 02:00:46] "POST /config-database-nodes HTTP/1.1" 200 617 0.015676 10.0.0.50 - - [2025-04-28 02:00:46] "POST /job-templates HTTP/1.1" 200 575 0.057806 10.0.0.50 - - [2025-04-28 02:00:46] "POST /fqname-to-id HTTP/1.1" 404 197 0.002613 10.0.0.50 - - [2025-04-28 02:00:46] "POST /job-templates HTTP/1.1" 200 557 0.057468 10.0.0.50 - - [2025-04-28 02:00:46] "POST /fqname-to-id HTTP/1.1" 404 198 0.002928 10.0.0.50 - - [2025-04-28 02:00:46] "POST /job-templates HTTP/1.1" 200 559 0.056919 10.0.0.50 - - [2025-04-28 02:00:46] "POST /fqname-to-id HTTP/1.1" 404 196 0.002774 10.0.0.50 - - [2025-04-28 02:00:46] "POST /job-templates HTTP/1.1" 200 555 0.057193 10.0.0.50 - - [2025-04-28 02:00:46] "POST /fqname-to-id HTTP/1.1" 404 195 0.002783 10.0.0.50 - - [2025-04-28 02:00:47] "POST /job-templates HTTP/1.1" 200 553 0.056701 10.0.0.50 - - [2025-04-28 02:00:47] "POST /fqname-to-id HTTP/1.1" 404 195 0.002703 10.0.0.50 - - [2025-04-28 02:00:47] "POST /job-templates HTTP/1.1" 200 553 0.060552 10.0.0.50 - - [2025-04-28 02:00:47] "POST /fqname-to-id HTTP/1.1" 404 195 0.002825 10.0.0.50 - - [2025-04-28 02:00:47] "POST /job-templates HTTP/1.1" 200 553 0.060801 10.0.0.50 - - [2025-04-28 02:00:47] "POST /fqname-to-id HTTP/1.1" 404 200 0.002986 10.0.0.50 - - [2025-04-28 02:00:47] "POST /job-templates HTTP/1.1" 200 563 0.060898 10.0.0.50 - - [2025-04-28 02:00:47] "POST /fqname-to-id HTTP/1.1" 404 201 0.002810 10.0.0.50 - - [2025-04-28 02:00:47] "POST /job-templates HTTP/1.1" 200 565 0.064708 10.0.0.50 - - [2025-04-28 02:00:47] "POST /fqname-to-id HTTP/1.1" 404 189 0.002743 10.0.0.50 - - [2025-04-28 02:00:47] "POST /config-propertiess HTTP/1.1" 200 551 0.015248 10.0.0.50 - - [2025-04-28 02:00:47] "POST /fqname-to-id HTTP/1.1" 404 168 0.002615 10.0.0.50 - - [2025-04-28 02:00:47] "POST /tags HTTP/1.1" 200 321 0.033428 10.0.0.50 - - [2025-04-28 02:00:47] "POST /fqname-to-id HTTP/1.1" 404 166 0.002909 10.0.0.50 - - [2025-04-28 02:00:48] "POST /tags HTTP/1.1" 200 317 0.019194 10.0.0.50 - - [2025-04-28 02:00:48] "POST /fqname-to-id HTTP/1.1" 404 174 0.003106 10.0.0.50 - - [2025-04-28 02:00:48] "POST /tags HTTP/1.1" 200 333 0.023262 10.0.0.50 - - [2025-04-28 02:00:48] "POST /fqname-to-id HTTP/1.1" 404 162 0.002774 10.0.0.50 - - [2025-04-28 02:00:48] "POST /tags HTTP/1.1" 200 309 0.018543 10.0.0.50 - - [2025-04-28 02:00:48] "POST /fqname-to-id HTTP/1.1" 404 174 0.002744 10.0.0.50 - - [2025-04-28 02:00:48] "POST /tags HTTP/1.1" 200 333 0.019244 10.0.0.50 - - [2025-04-28 02:00:48] "POST /fqname-to-id HTTP/1.1" 404 164 0.002738 10.0.0.50 - - [2025-04-28 02:00:48] "POST /tags HTTP/1.1" 200 313 0.019867 10.0.0.50 - - [2025-04-28 02:00:48] "POST /fqname-to-id HTTP/1.1" 404 169 0.002759 10.0.0.50 - - [2025-04-28 02:00:48] "POST /tags HTTP/1.1" 200 323 0.018367 10.0.0.50 - - [2025-04-28 02:00:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.50 - - [2025-04-28 02:00:48] "PUT /global-system-config/3234f21e-3594-454b-9862-1c6c5d4b5452 HTTP/1.1" 200 274 0.009043 10.0.0.50 - - [2025-04-28 02:00:48] "POST /fqname-to-id HTTP/1.1" 404 166 0.002594 10.0.0.50 - - [2025-04-28 02:00:48] "POST /hardwares HTTP/1.1" 200 327 0.010291 10.0.0.50 - - [2025-04-28 02:00:48] "POST /fqname-to-id HTTP/1.1" 404 166 0.002674 10.0.0.50 - - [2025-04-28 02:00:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002231 10.0.0.50 - - [2025-04-28 02:00:48] "GET /global-vrouter-config/b6b2affd-b3f8-462f-be29-ea233c5c3c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1162 0.002857 10.0.0.50 - - [2025-04-28 02:00:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002798 10.0.0.50 - - [2025-04-28 02:00:48] "POST /hardwares HTTP/1.1" 200 327 0.011827 10.0.0.50 - - [2025-04-28 02:00:48] "POST /fqname-to-id HTTP/1.1" 404 166 0.002182 10.0.0.50 - - [2025-04-28 02:00:48] "PUT /global-vrouter-config/b6b2affd-b3f8-462f-be29-ea233c5c3c74 HTTP/1.1" 200 276 0.008973 10.0.0.50 - - [2025-04-28 02:00:49] "POST /hardwares HTTP/1.1" 200 327 0.009973 10.0.0.50 - - [2025-04-28 02:00:49] "POST /fqname-to-id HTTP/1.1" 404 166 0.002838 10.0.0.50 - - [2025-04-28 02:00:49] "POST /hardwares HTTP/1.1" 200 327 0.010072 10.0.0.50 - - [2025-04-28 02:00:49] "POST /fqname-to-id HTTP/1.1" 404 164 0.002773 10.0.0.50 - - [2025-04-28 02:00:49] "POST /hardwares HTTP/1.1" 200 323 0.010044 10.0.0.50 - - [2025-04-28 02:00:49] "POST /fqname-to-id HTTP/1.1" 404 164 0.002779 10.0.0.50 - - [2025-04-28 02:00:49] "GET / HTTP/1.1" 200 35931 0.002089 10.0.0.50 - - [2025-04-28 02:00:49] "POST /alarms HTTP/1.1" 401 292 0.000401 10.0.0.50 - - [2025-04-28 02:00:49] "POST /hardwares HTTP/1.1" 200 323 0.010093 10.0.0.50 - - [2025-04-28 02:00:49] "POST /fqname-to-id HTTP/1.1" 404 161 0.002764 10.0.0.50 - - [2025-04-28 02:00:49] "POST /hardwares HTTP/1.1" 200 317 0.009928 10.0.0.50 - - [2025-04-28 02:00:49] "POST /fqname-to-id HTTP/1.1" 404 164 0.002567 10.0.0.50 - - [2025-04-28 02:00:49] "POST /hardwares HTTP/1.1" 200 323 0.010688 10.0.0.50 - - [2025-04-28 02:00:49] "POST /fqname-to-id HTTP/1.1" 404 164 0.002694 10.0.0.50 - - [2025-04-28 02:00:49] "POST /hardwares HTTP/1.1" 200 323 0.010996 10.0.0.50 - - [2025-04-28 02:00:49] "POST /alarms HTTP/1.1" 200 581 0.034662 10.0.0.50 - - [2025-04-28 02:00:49] "POST /alarms HTTP/1.1" 200 575 0.021300 10.0.0.50 - - [2025-04-28 02:00:49] "POST /fqname-to-id HTTP/1.1" 404 164 0.002073 10.0.0.50 - - [2025-04-28 02:00:49] "POST /alarms HTTP/1.1" 200 575 0.016076 10.0.0.50 - - [2025-04-28 02:00:49] "POST /hardwares HTTP/1.1" 200 323 0.010647 10.0.0.50 - - [2025-04-28 02:00:49] "POST /fqname-to-id HTTP/1.1" 404 165 0.002352 10.0.0.50 - - [2025-04-28 02:00:49] "POST /alarms HTTP/1.1" 200 559 0.015607 10.0.0.50 - - [2025-04-28 02:00:49] "POST /hardwares HTTP/1.1" 200 325 0.011011 10.0.0.50 - - [2025-04-28 02:00:49] "POST /alarms HTTP/1.1" 200 555 0.016640 10.0.0.50 - - [2025-04-28 02:00:49] "POST /fqname-to-id HTTP/1.1" 404 165 0.002747 10.0.0.50 - - [2025-04-28 02:00:49] "POST /alarms HTTP/1.1" 200 557 0.015114 10.0.0.50 - - [2025-04-28 02:00:49] "POST /hardwares HTTP/1.1" 200 325 0.009715 10.0.0.50 - - [2025-04-28 02:00:49] "POST /alarms HTTP/1.1" 200 565 0.014969 10.0.0.50 - - [2025-04-28 02:00:50] "POST /fqname-to-id HTTP/1.1" 404 165 0.002952 10.0.0.50 - - [2025-04-28 02:00:50] "POST /alarms HTTP/1.1" 200 549 0.016398 10.0.0.50 - - [2025-04-28 02:00:50] "POST /hardwares HTTP/1.1" 200 325 0.008242 10.0.0.50 - - [2025-04-28 02:00:50] "POST /alarms HTTP/1.1" 200 557 0.015185 10.0.0.50 - - [2025-04-28 02:00:50] "POST /fqname-to-id HTTP/1.1" 404 165 0.003104 10.0.0.50 - - [2025-04-28 02:00:50] "POST /hardwares HTTP/1.1" 200 325 0.010277 10.0.0.50 - - [2025-04-28 02:00:50] "POST /alarms HTTP/1.1" 200 567 0.017849 10.0.0.50 - - [2025-04-28 02:00:50] "POST /fqname-to-id HTTP/1.1" 404 164 0.002742 10.0.0.50 - - [2025-04-28 02:00:50] "POST /alarms HTTP/1.1" 200 555 0.014424 10.0.0.50 - - [2025-04-28 02:00:50] "POST /hardwares HTTP/1.1" 200 323 0.009367 10.0.0.50 - - [2025-04-28 02:00:50] "POST /alarms HTTP/1.1" 200 567 0.014653 10.0.0.50 - - [2025-04-28 02:00:50] "POST /fqname-to-id HTTP/1.1" 404 161 0.002369 10.0.0.50 - - [2025-04-28 02:00:50] "POST /alarms HTTP/1.1" 200 575 0.057413 10.0.0.50 - - [2025-04-28 02:00:50] "POST /hardwares HTTP/1.1" 200 317 0.034103 10.0.0.50 - - [2025-04-28 02:00:50] "POST /fqname-to-id HTTP/1.1" 404 164 0.002516 10.0.0.50 - - [2025-04-28 02:00:50] "POST /alarms HTTP/1.1" 200 569 0.015588 10.0.0.50 - - [2025-04-28 02:00:50] "POST /hardwares HTTP/1.1" 200 323 0.011973 10.0.0.50 - - [2025-04-28 02:00:50] "POST /alarms HTTP/1.1" 200 561 0.013565 10.0.0.50 - - [2025-04-28 02:00:50] "POST /fqname-to-id HTTP/1.1" 404 161 0.002464 10.0.0.50 - - [2025-04-28 02:00:50] "POST /alarms HTTP/1.1" 200 561 0.013273 10.0.0.50 - - [2025-04-28 02:00:50] "POST /hardwares HTTP/1.1" 200 317 0.009052 10.0.0.50 - - [2025-04-28 02:00:50] "POST /alarms HTTP/1.1" 200 561 0.014595 10.0.0.50 - - [2025-04-28 02:00:50] "POST /fqname-to-id HTTP/1.1" 404 164 0.002278 10.0.0.50 - - [2025-04-28 02:00:50] "POST /alarms HTTP/1.1" 200 547 0.014233 10.0.0.50 - - [2025-04-28 02:00:50] "POST /hardwares HTTP/1.1" 200 323 0.008762 10.0.0.50 - - [2025-04-28 02:00:50] "POST /fqname-to-id HTTP/1.1" 404 162 0.002280 10.0.0.50 - - [2025-04-28 02:00:50] "POST /alarms HTTP/1.1" 200 595 0.015703 10.0.0.50 - - [2025-04-28 02:00:50] "POST /hardwares HTTP/1.1" 200 319 0.010386 10.0.0.50 - - [2025-04-28 02:00:50] "POST /alarms HTTP/1.1" 200 575 0.017518 10.0.0.50 - - [2025-04-28 02:00:50] "POST /fqname-to-id HTTP/1.1" 404 162 0.002601 10.0.0.50 - - [2025-04-28 02:00:50] "POST /alarms HTTP/1.1" 200 571 0.013277 10.0.0.50 - - [2025-04-28 02:00:50] "POST /hardwares HTTP/1.1" 200 319 0.010912 10.0.0.50 - - [2025-04-28 02:00:50] "POST /alarms HTTP/1.1" 200 583 0.014366 10.0.0.50 - - [2025-04-28 02:00:50] "POST /fqname-to-id HTTP/1.1" 404 165 0.002578 10.0.0.50 - - [2025-04-28 02:00:50] "POST /alarms HTTP/1.1" 200 609 0.014643 10.0.0.50 - - [2025-04-28 02:00:51] "POST /hardwares HTTP/1.1" 200 325 0.008767 10.0.0.50 - - [2025-04-28 02:00:51] "POST /fqname-to-id HTTP/1.1" 404 161 0.002752 10.0.0.50 - - [2025-04-28 02:00:51] "POST /hardwares HTTP/1.1" 200 317 0.009846 10.0.0.50 - - [2025-04-28 02:00:51] "POST /fqname-to-id HTTP/1.1" 404 161 0.002824 10.0.0.50 - - [2025-04-28 02:00:51] "POST /hardwares HTTP/1.1" 200 317 0.009118 10.0.0.50 - - [2025-04-28 02:00:51] "POST /fqname-to-id HTTP/1.1" 404 162 0.002685 10.0.0.50 - - [2025-04-28 02:00:51] "GET / HTTP/1.1" 200 35931 0.001517 10.0.0.50 - - [2025-04-28 02:00:51] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000353 10.0.0.50 - - [2025-04-28 02:00:51] "POST /hardwares HTTP/1.1" 200 319 0.009381 10.0.0.50 - - [2025-04-28 02:00:51] "POST /fqname-to-id HTTP/1.1" 404 162 0.002797 10.0.0.50 - - [2025-04-28 02:00:51] "POST /hardwares HTTP/1.1" 200 319 0.009358 10.0.0.50 - - [2025-04-28 02:00:51] "POST /fqname-to-id HTTP/1.1" 404 162 0.002774 10.0.0.50 - - [2025-04-28 02:00:51] "POST /hardwares HTTP/1.1" 200 319 0.009968 10.0.0.50 - - [2025-04-28 02:00:51] "POST /fqname-to-id HTTP/1.1" 404 158 0.002436 10.0.0.50 - - [2025-04-28 02:00:51] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.019854 10.0.0.50 - - [2025-04-28 02:00:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002118 10.0.0.50 - - [2025-04-28 02:00:51] "POST /hardwares HTTP/1.1" 200 311 0.011343 10.0.0.50 - - [2025-04-28 02:00:51] "PUT /global-vrouter-config/b6b2affd-b3f8-462f-be29-ea233c5c3c74 HTTP/1.1" 200 276 0.007517 10.0.0.50 - - [2025-04-28 02:00:51] "POST /fqname-to-id HTTP/1.1" 404 158 0.002963 10.0.0.50 - - [2025-04-28 02:00:51] "POST /hardwares HTTP/1.1" 200 311 0.012137 10.0.0.50 - - [2025-04-28 02:00:51] "POST /fqname-to-id HTTP/1.1" 404 160 0.002696 10.0.0.50 - - [2025-04-28 02:00:51] "POST /hardwares HTTP/1.1" 200 315 0.038402 10.0.0.50 - - [2025-04-28 02:00:51] "POST /fqname-to-id HTTP/1.1" 404 154 0.003019 10.0.0.50 - - [2025-04-28 02:00:52] "GET / HTTP/1.1" 200 35931 0.001431 10.0.0.50 - - [2025-04-28 02:00:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000360 10.0.0.50 - - [2025-04-28 02:00:52] "POST /hardwares HTTP/1.1" 200 303 0.035892 10.0.0.50 - - [2025-04-28 02:00:52] "POST /fqname-to-id HTTP/1.1" 404 158 0.002783 10.0.0.50 - - [2025-04-28 02:00:52] "POST /hardwares HTTP/1.1" 200 311 0.034087 10.0.0.50 - - [2025-04-28 02:00:52] "POST /fqname-to-id HTTP/1.1" 404 155 0.002722 10.0.0.50 - - [2025-04-28 02:00:52] "POST /hardwares HTTP/1.1" 200 305 0.018872 10.0.0.50 - - [2025-04-28 02:00:52] "POST /fqname-to-id HTTP/1.1" 404 155 0.004515 10.0.0.50 - - [2025-04-28 02:00:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.022042 10.0.0.50 - - [2025-04-28 02:00:52] "GET /global-vrouter-config/b6b2affd-b3f8-462f-be29-ea233c5c3c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003563 10.0.0.50 - - [2025-04-28 02:00:52] "POST /hardwares HTTP/1.1" 200 305 0.010735 10.0.0.50 - - [2025-04-28 02:00:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002900 10.0.0.50 - - [2025-04-28 02:00:52] "POST /fqname-to-id HTTP/1.1" 404 155 0.002140 10.0.0.50 - - [2025-04-28 02:00:52] "PUT /global-vrouter-config/b6b2affd-b3f8-462f-be29-ea233c5c3c74 HTTP/1.1" 200 276 0.007751 10.0.0.50 - - [2025-04-28 02:00:52] "POST /hardwares HTTP/1.1" 200 305 0.023521 10.0.0.50 - - [2025-04-28 02:00:52] "POST /fqname-to-id HTTP/1.1" 404 155 0.002729 10.0.0.50 - - [2025-04-28 02:00:52] "POST /hardwares HTTP/1.1" 200 305 0.061116 10.0.0.50 - - [2025-04-28 02:00:52] "POST /fqname-to-id HTTP/1.1" 404 156 0.002728 10.0.0.50 - - [2025-04-28 02:00:52] "POST /hardwares HTTP/1.1" 200 307 0.030264 10.0.0.50 - - [2025-04-28 02:00:52] "POST /fqname-to-id HTTP/1.1" 404 156 0.002777 10.0.0.50 - - [2025-04-28 02:00:52] "GET / HTTP/1.1" 200 35931 0.002385 10.0.0.50 - - [2025-04-28 02:00:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000326 10.0.0.50 - - [2025-04-28 02:00:52] "POST /hardwares HTTP/1.1" 200 307 0.010549 10.0.0.50 - - [2025-04-28 02:00:52] "POST /fqname-to-id HTTP/1.1" 404 156 0.002941 10.0.0.50 - - [2025-04-28 02:00:53] "POST /hardwares HTTP/1.1" 200 307 0.012549 10.0.0.50 - - [2025-04-28 02:00:53] "POST /fqname-to-id HTTP/1.1" 404 157 0.002784 10.0.0.50 - - [2025-04-28 02:00:53] "POST /hardwares HTTP/1.1" 200 309 0.025951 10.0.0.50 - - [2025-04-28 02:00:53] "POST /fqname-to-id HTTP/1.1" 404 158 0.002775 10.0.0.50 - - [2025-04-28 02:00:53] "POST /hardwares HTTP/1.1" 200 311 0.009822 10.0.0.50 - - [2025-04-28 02:00:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.022519 10.0.0.50 - - [2025-04-28 02:00:53] "GET /global-system-config/3234f21e-3594-454b-9862-1c6c5d4b5452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.006715 10.0.0.50 - - [2025-04-28 02:00:53] "POST /fqname-to-id HTTP/1.1" 404 158 0.002272 10.0.0.50 - - [2025-04-28 02:00:53] "PUT /global-system-config/3234f21e-3594-454b-9862-1c6c5d4b5452 HTTP/1.1" 200 274 0.023890 10.0.0.50 - - [2025-04-28 02:00:53] "POST /hardwares HTTP/1.1" 200 311 0.014703 10.0.0.50 - - [2025-04-28 02:00:53] "POST /fqname-to-id HTTP/1.1" 404 153 0.002812 10.0.0.50 - - [2025-04-28 02:00:53] "POST /hardwares HTTP/1.1" 200 301 0.013138 10.0.0.50 - - [2025-04-28 02:00:53] "POST /fqname-to-id HTTP/1.1" 404 157 0.002762 10.0.0.50 - - [2025-04-28 02:00:53] "POST /hardwares HTTP/1.1" 200 309 0.010394 10.0.0.50 - - [2025-04-28 02:00:53] "POST /fqname-to-id HTTP/1.1" 404 157 0.002853 10.0.0.50 - - [2025-04-28 02:00:53] "POST /hardwares HTTP/1.1" 200 309 0.010771 10.0.0.50 - - [2025-04-28 02:00:53] "POST /fqname-to-id HTTP/1.1" 404 157 0.002930 10.0.0.50 - - [2025-04-28 02:00:53] "POST /hardwares HTTP/1.1" 200 309 0.010755 10.0.0.50 - - [2025-04-28 02:00:53] "POST /fqname-to-id HTTP/1.1" 404 157 0.003168 10.0.0.50 - - [2025-04-28 02:00:53] "POST /hardwares HTTP/1.1" 200 309 0.011021 10.0.0.50 - - [2025-04-28 02:00:53] "POST /fqname-to-id HTTP/1.1" 404 157 0.002692 10.0.0.50 - - [2025-04-28 02:00:53] "POST /hardwares HTTP/1.1" 200 309 0.011831 10.0.0.50 - - [2025-04-28 02:00:54] "POST /fqname-to-id HTTP/1.1" 404 161 0.003011 10.0.0.50 - - [2025-04-28 02:00:54] "POST /hardwares HTTP/1.1" 200 317 0.010184 10.0.0.50 - - [2025-04-28 02:00:54] "POST /fqname-to-id HTTP/1.1" 404 157 0.002791 10.0.0.50 - - [2025-04-28 02:00:54] "POST /hardwares HTTP/1.1" 200 309 0.009621 10.0.0.50 - - [2025-04-28 02:00:54] "POST /fqname-to-id HTTP/1.1" 404 157 0.003026 10.0.0.50 - - [2025-04-28 02:00:54] "POST /hardwares HTTP/1.1" 200 309 0.009779 10.0.0.50 - - [2025-04-28 02:00:54] "POST /fqname-to-id HTTP/1.1" 404 154 0.002622 10.0.0.50 - - [2025-04-28 02:00:54] "POST /hardwares HTTP/1.1" 200 303 0.012141 10.0.0.50 - - [2025-04-28 02:00:54] "POST /fqname-to-id HTTP/1.1" 404 190 0.002668 10.0.0.50 - - [2025-04-28 02:00:54] "POST /features HTTP/1.1" 200 533 0.018196 10.0.0.50 - - [2025-04-28 02:00:54] "POST /fqname-to-id HTTP/1.1" 404 185 0.002785 10.0.0.50 - - [2025-04-28 02:00:54] "POST /features HTTP/1.1" 200 523 0.014984 10.0.0.50 - - [2025-04-28 02:00:54] "POST /fqname-to-id HTTP/1.1" 404 184 0.002706 10.0.0.50 - - [2025-04-28 02:00:54] "POST /features HTTP/1.1" 200 521 0.013946 10.0.0.50 - - [2025-04-28 02:00:54] "POST /fqname-to-id HTTP/1.1" 404 184 0.003035 10.0.0.50 - - [2025-04-28 02:00:54] "POST /features HTTP/1.1" 200 521 0.014357 10.0.0.50 - - [2025-04-28 02:00:54] "POST /fqname-to-id HTTP/1.1" 404 189 0.002601 10.0.0.50 - - [2025-04-28 02:00:54] "POST /features HTTP/1.1" 200 531 0.023687 10.0.0.50 - - [2025-04-28 02:00:54] "POST /fqname-to-id HTTP/1.1" 404 184 0.003383 10.0.0.50 - - [2025-04-28 02:00:55] "POST /features HTTP/1.1" 200 521 0.014823 10.0.0.50 - - [2025-04-28 02:00:55] "POST /fqname-to-id HTTP/1.1" 404 193 0.002743 10.0.0.50 - - [2025-04-28 02:00:55] "POST /features HTTP/1.1" 200 539 0.015130 10.0.0.50 - - [2025-04-28 02:00:55] "POST /fqname-to-id HTTP/1.1" 404 186 0.002801 10.0.0.50 - - [2025-04-28 02:00:55] "POST /features HTTP/1.1" 200 525 0.016247 10.0.0.50 - - [2025-04-28 02:00:55] "POST /fqname-to-id HTTP/1.1" 404 183 0.002699 10.0.0.50 - - [2025-04-28 02:00:55] "POST /features HTTP/1.1" 200 519 0.015953 10.0.0.50 - - [2025-04-28 02:00:55] "POST /fqname-to-id HTTP/1.1" 404 182 0.002795 10.0.0.50 - - [2025-04-28 02:00:55] "POST /features HTTP/1.1" 200 517 0.014316 10.0.0.50 - - [2025-04-28 02:00:55] "POST /fqname-to-id HTTP/1.1" 404 190 0.003128 10.0.0.50 - - [2025-04-28 02:00:55] "POST /features HTTP/1.1" 200 533 0.017893 10.0.0.50 - - [2025-04-28 02:00:55] "POST /fqname-to-id HTTP/1.1" 404 194 0.002782 10.0.0.50 - - [2025-04-28 02:00:55] "POST /features HTTP/1.1" 200 541 0.016028 10.0.0.50 - - [2025-04-28 02:00:55] "POST /fqname-to-id HTTP/1.1" 404 178 0.002704 10.0.0.50 - - [2025-04-28 02:00:55] "POST /physical-roles HTTP/1.1" 200 521 0.032261 10.0.0.50 - - [2025-04-28 02:00:55] "POST /fqname-to-id HTTP/1.1" 404 179 0.002339 10.0.0.50 - - [2025-04-28 02:00:55] "POST /physical-roles HTTP/1.1" 200 523 0.017951 10.0.0.50 - - [2025-04-28 02:00:56] "POST /fqname-to-id HTTP/1.1" 404 184 0.002622 10.0.0.50 - - [2025-04-28 02:00:56] "POST /physical-roles HTTP/1.1" 200 533 0.014522 10.0.0.50 - - [2025-04-28 02:00:56] "POST /fqname-to-id HTTP/1.1" 404 177 0.002182 10.0.0.50 - - [2025-04-28 02:00:56] "POST /physical-roles HTTP/1.1" 200 519 0.014110 10.0.0.50 - - [2025-04-28 02:00:56] "POST /fqname-to-id HTTP/1.1" 404 191 0.002482 10.0.0.50 - - [2025-04-28 02:00:56] "POST /overlay-roles HTTP/1.1" 200 545 0.015481 10.0.0.50 - - [2025-04-28 02:00:56] "POST /fqname-to-id HTTP/1.1" 404 184 0.002704 10.0.0.50 - - [2025-04-28 02:00:56] "POST /overlay-roles HTTP/1.1" 200 531 0.015296 10.0.0.50 - - [2025-04-28 02:00:56] "POST /fqname-to-id HTTP/1.1" 404 191 0.002775 10.0.0.50 - - [2025-04-28 02:00:56] "POST /overlay-roles HTTP/1.1" 200 545 0.015086 10.0.0.50 - - [2025-04-28 02:00:56] "POST /fqname-to-id HTTP/1.1" 404 185 0.002767 10.0.0.50 - - [2025-04-28 02:00:56] "POST /overlay-roles HTTP/1.1" 200 533 0.015132 10.0.0.50 - - [2025-04-28 02:00:56] "POST /fqname-to-id HTTP/1.1" 404 189 0.002726 10.0.0.50 - - [2025-04-28 02:00:56] "POST /overlay-roles HTTP/1.1" 200 541 0.024965 10.0.0.50 - - [2025-04-28 02:00:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.50 - - [2025-04-28 02:00:56] "PUT /overlay-role/6d88d89a-7418-4189-8d07-98cef6b6197c HTTP/1.1" 200 258 0.008710 10.0.0.50 - - [2025-04-28 02:00:56] "POST /fqname-to-id HTTP/1.1" 404 184 0.002757 10.0.0.50 - - [2025-04-28 02:00:56] "POST /overlay-roles HTTP/1.1" 200 531 0.014892 10.0.0.50 - - [2025-04-28 02:00:57] "POST /fqname-to-id HTTP/1.1" 404 185 0.002679 10.0.0.50 - - [2025-04-28 02:00:57] "POST /overlay-roles HTTP/1.1" 200 533 0.015838 10.0.0.50 - - [2025-04-28 02:00:57] "GET /global-system-configs HTTP/1.1" 200 322 0.857398 10.0.0.50 - - [2025-04-28 02:00:57] "POST /fqname-to-id HTTP/1.1" 404 183 0.002576 10.0.0.50 - - [2025-04-28 02:00:57] "POST /overlay-roles HTTP/1.1" 200 529 0.014550 10.0.0.50 - - [2025-04-28 02:00:57] "POST /fqname-to-id HTTP/1.1" 404 187 0.002743 10.0.0.50 - - [2025-04-28 02:00:57] "POST /overlay-roles HTTP/1.1" 200 537 0.015164 10.0.0.50 - - [2025-04-28 02:00:57] "POST /fqname-to-id HTTP/1.1" 404 189 0.003219 10.0.0.50 - - [2025-04-28 02:00:57] "POST /overlay-roles HTTP/1.1" 200 541 0.015539 10.0.0.50 - - [2025-04-28 02:00:57] "POST /fqname-to-id HTTP/1.1" 404 178 0.002653 10.0.0.50 - - [2025-04-28 02:00:57] "POST /overlay-roles HTTP/1.1" 200 519 0.014939 10.0.0.50 - - [2025-04-28 02:00:57] "POST /fqname-to-id HTTP/1.1" 404 190 0.002633 10.0.0.50 - - [2025-04-28 02:00:57] "POST /overlay-roles HTTP/1.1" 200 543 0.015333 10.0.0.50 - - [2025-04-28 02:00:57] "POST /fqname-to-id HTTP/1.1" 404 182 0.002767 10.0.0.50 - - [2025-04-28 02:00:57] "POST /role-definitions HTTP/1.1" 200 533 0.015114 10.0.0.50 - - [2025-04-28 02:00:57] "POST /fqname-to-id HTTP/1.1" 404 189 0.002760 10.0.0.50 - - [2025-04-28 02:00:57] "POST /role-definitions HTTP/1.1" 200 547 0.014924 10.0.0.50 - - [2025-04-28 02:00:57] "POST /fqname-to-id HTTP/1.1" 404 190 0.002731 10.0.0.50 - - [2025-04-28 02:00:57] "POST /role-definitions HTTP/1.1" 200 549 0.016824 10.0.0.50 - - [2025-04-28 02:00:57] "POST /fqname-to-id HTTP/1.1" 404 191 0.002823 10.0.0.50 - - [2025-04-28 02:00:58] "POST /role-definitions HTTP/1.1" 200 551 0.014920 10.0.0.50 - - [2025-04-28 02:00:58] "POST /fqname-to-id HTTP/1.1" 404 197 0.004030 10.0.0.50 - - [2025-04-28 02:00:58] "POST /role-definitions HTTP/1.1" 200 563 0.014688 10.0.0.50 - - [2025-04-28 02:00:58] "POST /fqname-to-id HTTP/1.1" 404 189 0.003644 10.0.0.50 - - [2025-04-28 02:00:58] "GET /global-system-configs HTTP/1.1" 200 322 0.022083 10.0.0.50 - - [2025-04-28 02:00:58] "POST /role-definitions HTTP/1.1" 200 547 0.015560 10.0.0.50 - - [2025-04-28 02:00:58] "POST /fqname-to-id HTTP/1.1" 404 190 0.002933 10.0.0.50 - - [2025-04-28 02:00:58] "POST /role-definitions HTTP/1.1" 200 549 0.015098 10.0.0.50 - - [2025-04-28 02:00:58] "POST /fqname-to-id HTTP/1.1" 404 191 0.002444 10.0.0.50 - - [2025-04-28 02:00:58] "POST /role-definitions HTTP/1.1" 200 551 0.015378 10.0.0.50 - - [2025-04-28 02:00:58] "POST /fqname-to-id HTTP/1.1" 404 190 0.002575 10.0.0.50 - - [2025-04-28 02:00:58] "POST /role-definitions HTTP/1.1" 200 549 0.013866 10.0.0.50 - - [2025-04-28 02:00:58] "POST /fqname-to-id HTTP/1.1" 404 196 0.002639 10.0.0.50 - - [2025-04-28 02:00:58] "POST /role-definitions HTTP/1.1" 200 561 0.014254 10.0.0.50 - - [2025-04-28 02:00:58] "POST /fqname-to-id HTTP/1.1" 404 189 0.002450 10.0.0.50 - - [2025-04-28 02:00:58] "POST /role-definitions HTTP/1.1" 200 547 0.015284 10.0.0.50 - - [2025-04-28 02:00:58] "POST /fqname-to-id HTTP/1.1" 404 190 0.002670 10.0.0.50 - - [2025-04-28 02:00:58] "POST /role-definitions HTTP/1.1" 200 549 0.038444 10.0.0.50 - - [2025-04-28 02:00:58] "POST /fqname-to-id HTTP/1.1" 404 188 0.002484 10.0.0.50 - - [2025-04-28 02:00:59] "POST /role-definitions HTTP/1.1" 200 545 0.014457 10.0.0.50 - - [2025-04-28 02:00:59] "POST /fqname-to-id HTTP/1.1" 404 189 0.002974 10.0.0.50 - - [2025-04-28 02:00:59] "POST /role-definitions HTTP/1.1" 200 547 0.014948 10.0.0.50 - - [2025-04-28 02:00:59] "POST /fqname-to-id HTTP/1.1" 404 192 0.002567 10.0.0.50 - - [2025-04-28 02:00:59] "POST /role-definitions HTTP/1.1" 200 553 0.019394 10.0.0.50 - - [2025-04-28 02:00:59] "POST /fqname-to-id HTTP/1.1" 404 193 0.002482 10.0.0.50 - - [2025-04-28 02:00:59] "POST /role-definitions HTTP/1.1" 200 555 0.014310 10.0.0.50 - - [2025-04-28 02:00:59] "POST /fqname-to-id HTTP/1.1" 404 182 0.002656 10.0.0.50 - - [2025-04-28 02:00:59] "POST /role-definitions HTTP/1.1" 200 533 0.018622 10.0.0.50 - - [2025-04-28 02:00:59] "POST /fqname-to-id HTTP/1.1" 404 187 0.002510 10.0.0.50 - - [2025-04-28 02:00:59] "POST /role-definitions HTTP/1.1" 200 543 0.015426 10.0.0.50 - - [2025-04-28 02:00:59] "POST /fqname-to-id HTTP/1.1" 404 181 0.002725 10.0.0.50 - - [2025-04-28 02:00:59] "POST /role-definitions HTTP/1.1" 200 531 0.014801 10.0.0.50 - - [2025-04-28 02:00:59] "POST /fqname-to-id HTTP/1.1" 404 184 0.002591 10.0.0.50 - - [2025-04-28 02:00:59] "POST /role-definitions HTTP/1.1" 200 537 0.015125 10.0.0.50 - - [2025-04-28 02:00:59] "POST /fqname-to-id HTTP/1.1" 404 189 0.002791 10.0.0.50 - - [2025-04-28 02:00:59] "POST /role-definitions HTTP/1.1" 200 547 0.014329 10.0.0.50 - - [2025-04-28 02:00:59] "POST /fqname-to-id HTTP/1.1" 404 194 0.002790 10.0.0.50 - - [2025-04-28 02:01:00] "POST /role-definitions HTTP/1.1" 200 557 0.014902 10.0.0.50 - - [2025-04-28 02:01:00] "POST /fqname-to-id HTTP/1.1" 404 196 0.003054 10.0.0.50 - - [2025-04-28 02:01:00] "POST /role-definitions HTTP/1.1" 200 561 0.014725 10.0.0.50 - - [2025-04-28 02:01:00] "POST /fqname-to-id HTTP/1.1" 404 195 0.002713 10.0.0.50 - - [2025-04-28 02:01:00] "POST /role-definitions HTTP/1.1" 200 559 0.014079 10.0.0.50 - - [2025-04-28 02:01:00] "POST /fqname-to-id HTTP/1.1" 404 196 0.002618 10.0.0.50 - - [2025-04-28 02:01:00] "POST /feature-configs HTTP/1.1" 200 537 0.015061 10.0.0.50 - - [2025-04-28 02:01:00] "POST /fqname-to-id HTTP/1.1" 404 212 0.002566 10.0.0.50 - - [2025-04-28 02:01:00] "POST /feature-configs HTTP/1.1" 200 562 0.014543 10.0.0.50 - - [2025-04-28 02:01:00] "POST /fqname-to-id HTTP/1.1" 404 211 0.002530 10.0.0.50 - - [2025-04-28 02:01:00] "POST /feature-configs HTTP/1.1" 200 561 0.014624 10.0.0.50 - - [2025-04-28 02:01:00] "POST /fqname-to-id HTTP/1.1" 404 192 0.002651 10.0.0.50 - - [2025-04-28 02:01:00] "POST /node-profiles HTTP/1.1" 200 547 0.014856 10.0.0.50 - - [2025-04-28 02:01:00] "POST /fqname-to-id HTTP/1.1" 404 187 0.003215 10.0.0.50 - - [2025-04-28 02:01:00] "POST /node-profiles HTTP/1.1" 200 537 0.014720 10.0.0.50 - - [2025-04-28 02:01:00] "POST /fqname-to-id HTTP/1.1" 404 193 0.002969 10.0.0.50 - - [2025-04-28 02:01:00] "POST /node-profiles HTTP/1.1" 200 549 0.014114 10.0.0.50 - - [2025-04-28 02:01:00] "POST /fqname-to-id HTTP/1.1" 404 189 0.002770 10.0.0.50 - - [2025-04-28 02:01:01] "POST /node-profiles HTTP/1.1" 200 541 0.014386 10.0.0.50 - - [2025-04-28 02:01:01] "POST /fqname-to-id HTTP/1.1" 404 189 0.002624 10.0.0.50 - - [2025-04-28 02:01:01] "POST /node-profiles HTTP/1.1" 200 541 0.017537 10.0.0.50 - - [2025-04-28 02:01:01] "POST /fqname-to-id HTTP/1.1" 404 188 0.002542 10.0.0.50 - - [2025-04-28 02:01:01] "POST /node-profiles HTTP/1.1" 200 539 0.014481 10.0.0.50 - - [2025-04-28 02:01:01] "POST /fqname-to-id HTTP/1.1" 404 184 0.002866 10.0.0.50 - - [2025-04-28 02:01:01] "POST /node-profiles HTTP/1.1" 200 531 0.016606 10.0.0.50 - - [2025-04-28 02:01:01] "POST /fqname-to-id HTTP/1.1" 404 185 0.002727 10.0.0.50 - - [2025-04-28 02:01:01] "POST /node-profiles HTTP/1.1" 200 533 0.016175 10.0.0.50 - - [2025-04-28 02:01:01] "POST /fqname-to-id HTTP/1.1" 404 197 0.002497 10.0.0.50 - - [2025-04-28 02:01:01] "POST /node-profiles HTTP/1.1" 200 557 0.014047 10.0.0.50 - - [2025-04-28 02:01:01] "POST /fqname-to-id HTTP/1.1" 404 206 0.003611 10.0.0.50 - - [2025-04-28 02:01:01] "POST /telemetry-profiles HTTP/1.1" 200 554 0.014133 10.0.0.50 - - [2025-04-28 02:01:01] "POST /fqname-to-id HTTP/1.1" 404 206 0.002780 10.0.0.50 - - [2025-04-28 02:01:01] "POST /telemetry-profiles HTTP/1.1" 200 554 0.015221 10.0.0.50 - - [2025-04-28 02:01:01] "POST /fqname-to-id HTTP/1.1" 404 206 0.002632 10.0.0.50 - - [2025-04-28 02:01:01] "POST /telemetry-profiles HTTP/1.1" 200 554 0.019227 10.0.0.50 - - [2025-04-28 02:01:01] "POST /fqname-to-id HTTP/1.1" 404 206 0.002608 10.0.0.50 - - [2025-04-28 02:01:02] "POST /telemetry-profiles HTTP/1.1" 200 554 0.014159 10.0.0.50 - - [2025-04-28 02:01:02] "POST /fqname-to-id HTTP/1.1" 404 206 0.002723 10.0.0.50 - - [2025-04-28 02:01:02] "POST /telemetry-profiles HTTP/1.1" 200 554 0.014361 10.0.0.50 - - [2025-04-28 02:01:02] "POST /fqname-to-id HTTP/1.1" 404 206 0.002933 10.0.0.50 - - [2025-04-28 02:01:02] "POST /telemetry-profiles HTTP/1.1" 200 554 0.013768 10.0.0.50 - - [2025-04-28 02:01:02] "POST /fqname-to-id HTTP/1.1" 404 199 0.002237 10.0.0.50 - - [2025-04-28 02:01:02] "POST /sflow-profiles HTTP/1.1" 200 532 0.013531 10.0.0.50 - - [2025-04-28 02:01:02] "POST /fqname-to-id HTTP/1.1" 404 202 0.002644 10.0.0.50 - - [2025-04-28 02:01:02] "POST /sflow-profiles HTTP/1.1" 200 538 0.014520 10.0.0.50 - - [2025-04-28 02:01:02] "POST /fqname-to-id HTTP/1.1" 404 202 0.002295 10.0.0.50 - - [2025-04-28 02:01:02] "POST /sflow-profiles HTTP/1.1" 200 538 0.013423 10.0.0.50 - - [2025-04-28 02:01:02] "POST /fqname-to-id HTTP/1.1" 404 199 0.002295 10.0.0.50 - - [2025-04-28 02:01:02] "POST /grpc-profiles HTTP/1.1" 200 530 0.014725 10.0.0.50 - - [2025-04-28 02:01:02] "POST /fqname-to-id HTTP/1.1" 404 199 0.002504 10.0.0.50 - - [2025-04-28 02:01:02] "POST /snmp-profiles HTTP/1.1" 200 530 0.016293 10.0.0.50 - - [2025-04-28 02:01:02] "POST /fqname-to-id HTTP/1.1" 404 202 0.002566 10.0.0.50 - - [2025-04-28 02:01:02] "POST /netconf-profiles HTTP/1.1" 200 542 0.017515 10.0.0.50 - - [2025-04-28 02:01:02] "POST /fqname-to-id HTTP/1.1" 404 193 0.002562 10.0.0.50 - - [2025-04-28 02:01:03] "POST /device-functional-groups HTTP/1.1" 200 540 0.015107 10.0.0.50 - - [2025-04-28 02:01:03] "POST /fqname-to-id HTTP/1.1" 404 193 0.002153 10.0.0.50 - - [2025-04-28 02:01:03] "POST /device-functional-groups HTTP/1.1" 200 540 0.017946 10.0.0.50 - - [2025-04-28 02:01:03] "POST /fqname-to-id HTTP/1.1" 404 195 0.002650 10.0.0.50 - - [2025-04-28 02:01:03] "POST /device-functional-groups HTTP/1.1" 200 544 0.014704 10.0.0.50 - - [2025-04-28 02:01:03] "POST /fqname-to-id HTTP/1.1" 404 194 0.002737 10.0.0.50 - - [2025-04-28 02:01:03] "POST /device-functional-groups HTTP/1.1" 200 542 0.014999 10.0.0.50 - - [2025-04-28 02:01:03] "POST /fqname-to-id HTTP/1.1" 404 218 0.002297 10.0.0.50 - - [2025-04-28 02:01:03] "POST /device-functional-groups HTTP/1.1" 200 590 0.016501 10.0.0.50 - - [2025-04-28 02:01:03] "POST /fqname-to-id HTTP/1.1" 404 208 0.002573 10.0.0.50 - - [2025-04-28 02:01:03] "POST /device-functional-groups HTTP/1.1" 200 570 0.014413 10.0.0.50 - - [2025-04-28 02:01:03] "POST /fqname-to-id HTTP/1.1" 404 236 0.002340 10.0.0.50 - - [2025-04-28 02:01:03] "POST /device-functional-groups HTTP/1.1" 200 620 0.014299 10.0.0.50 - - [2025-04-28 02:01:03] "POST /fqname-to-id HTTP/1.1" 404 206 0.002745 10.0.0.50 - - [2025-04-28 02:01:03] "POST /device-functional-groups HTTP/1.1" 200 566 0.017048 10.0.0.50 - - [2025-04-28 02:01:03] "POST /fqname-to-id HTTP/1.1" 404 205 0.002542 10.0.0.50 - - [2025-04-28 02:01:03] "POST /device-functional-groups HTTP/1.1" 200 564 0.014642 10.0.0.50 - - [2025-04-28 02:01:03] "POST /fqname-to-id HTTP/1.1" 404 210 0.002767 10.0.0.50 - - [2025-04-28 02:01:04] "POST /device-functional-groups HTTP/1.1" 200 574 0.014994 10.0.0.50 - - [2025-04-28 02:01:04] "POST /fqname-to-id HTTP/1.1" 404 201 0.002694 10.0.0.50 - - [2025-04-28 02:01:04] "POST /role-configs HTTP/1.1" 200 525 0.013940 10.0.0.50 - - [2025-04-28 02:01:04] "POST /fqname-to-id HTTP/1.1" 404 196 0.002841 10.0.0.50 - - [2025-04-28 02:01:04] "POST /role-configs HTTP/1.1" 200 520 0.013785 10.0.0.50 - - [2025-04-28 02:01:04] "POST /fqname-to-id HTTP/1.1" 404 198 0.002341 10.0.0.50 - - [2025-04-28 02:01:04] "POST /role-configs HTTP/1.1" 200 522 0.014973 10.0.0.50 - - [2025-04-28 02:01:04] "POST /fqname-to-id HTTP/1.1" 404 198 0.002489 10.0.0.50 - - [2025-04-28 02:01:04] "POST /role-configs HTTP/1.1" 200 522 0.015071 10.0.0.50 - - [2025-04-28 02:01:04] "POST /fqname-to-id HTTP/1.1" 404 202 0.002557 10.0.0.50 - - [2025-04-28 02:01:04] "POST /role-configs HTTP/1.1" 200 526 0.013890 10.0.0.50 - - [2025-04-28 02:01:04] "POST /fqname-to-id HTTP/1.1" 404 197 0.002361 10.0.0.50 - - [2025-04-28 02:01:04] "POST /role-configs HTTP/1.1" 200 521 0.014014 10.0.0.50 - - [2025-04-28 02:01:04] "POST /fqname-to-id HTTP/1.1" 404 193 0.002373 10.0.0.50 - - [2025-04-28 02:01:04] "POST /role-configs HTTP/1.1" 200 517 0.013857 10.0.0.50 - - [2025-04-28 02:01:04] "POST /fqname-to-id HTTP/1.1" 404 194 0.002557 10.0.0.50 - - [2025-04-28 02:01:04] "POST /role-configs HTTP/1.1" 200 518 0.013801 10.0.0.50 - - [2025-04-28 02:01:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.50 - - [2025-04-28 02:01:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002681 10.0.0.50 - - [2025-04-28 02:01:05] "POST /ref-update HTTP/1.1" 200 156 0.007962 10.0.0.50 - - [2025-04-28 02:01:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002704 10.0.0.50 - - [2025-04-28 02:01:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002682 10.0.0.50 - - [2025-04-28 02:01:05] "POST /ref-update HTTP/1.1" 200 156 0.007253 10.0.0.50 - - [2025-04-28 02:01:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002519 10.0.0.50 - - [2025-04-28 02:01:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002414 10.0.0.50 - - [2025-04-28 02:01:05] "POST /ref-update HTTP/1.1" 200 156 0.007077 10.0.0.50 - - [2025-04-28 02:01:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002411 10.0.0.50 - - [2025-04-28 02:01:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002472 10.0.0.50 - - [2025-04-28 02:01:05] "POST /ref-update HTTP/1.1" 200 156 0.006901 10.0.0.50 - - [2025-04-28 02:01:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002700 10.0.0.50 - - [2025-04-28 02:01:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002791 10.0.0.50 - - [2025-04-28 02:01:05] "POST /ref-update HTTP/1.1" 200 156 0.007066 10.0.0.50 - - [2025-04-28 02:01:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002263 10.0.0.50 - - [2025-04-28 02:01:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002321 10.0.0.50 - - [2025-04-28 02:01:05] "POST /ref-update HTTP/1.1" 200 156 0.007348 10.0.0.50 - - [2025-04-28 02:01:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002863 10.0.0.50 - - [2025-04-28 02:01:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002779 10.0.0.50 - - [2025-04-28 02:01:05] "POST /ref-update HTTP/1.1" 200 156 0.007402 10.0.0.50 - - [2025-04-28 02:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002636 10.0.0.50 - - [2025-04-28 02:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002320 10.0.0.50 - - [2025-04-28 02:01:06] "POST /ref-update HTTP/1.1" 200 156 0.007476 10.0.0.50 - - [2025-04-28 02:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002426 10.0.0.50 - - [2025-04-28 02:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004020 10.0.0.50 - - [2025-04-28 02:01:06] "POST /ref-update HTTP/1.1" 200 156 0.009272 10.0.0.50 - - [2025-04-28 02:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002668 10.0.0.50 - - [2025-04-28 02:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002750 10.0.0.50 - - [2025-04-28 02:01:06] "POST /ref-update HTTP/1.1" 200 156 0.007233 10.0.0.50 - - [2025-04-28 02:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002876 10.0.0.50 - - [2025-04-28 02:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002645 10.0.0.50 - - [2025-04-28 02:01:06] "POST /ref-update HTTP/1.1" 200 156 0.007637 10.0.0.50 - - [2025-04-28 02:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002715 10.0.0.50 - - [2025-04-28 02:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002516 10.0.0.50 - - [2025-04-28 02:01:06] "POST /ref-update HTTP/1.1" 200 156 0.006320 10.0.0.50 - - [2025-04-28 02:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002428 10.0.0.50 - - [2025-04-28 02:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002714 10.0.0.50 - - [2025-04-28 02:01:06] "POST /ref-update HTTP/1.1" 200 156 0.006228 10.0.0.50 - - [2025-04-28 02:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002795 10.0.0.50 - - [2025-04-28 02:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002698 10.0.0.50 - - [2025-04-28 02:01:07] "POST /ref-update HTTP/1.1" 200 156 0.006823 10.0.0.50 - - [2025-04-28 02:01:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002736 10.0.0.50 - - [2025-04-28 02:01:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.50 - - [2025-04-28 02:01:07] "POST /ref-update HTTP/1.1" 200 156 0.006974 10.0.0.50 - - [2025-04-28 02:01:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002799 10.0.0.50 - - [2025-04-28 02:01:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002860 10.0.0.50 - - [2025-04-28 02:01:07] "POST /ref-update HTTP/1.1" 200 156 0.007300 10.0.0.50 - - [2025-04-28 02:01:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002809 10.0.0.50 - - [2025-04-28 02:01:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002755 10.0.0.50 - - [2025-04-28 02:01:07] "POST /ref-update HTTP/1.1" 200 156 0.006894 10.0.0.50 - - [2025-04-28 02:01:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002894 10.0.0.50 - - [2025-04-28 02:01:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002878 10.0.0.50 - - [2025-04-28 02:01:07] "POST /ref-update HTTP/1.1" 200 156 0.007291 10.0.0.50 - - [2025-04-28 02:01:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002848 10.0.0.50 - - [2025-04-28 02:01:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002913 10.0.0.50 - - [2025-04-28 02:01:07] "POST /ref-update HTTP/1.1" 200 156 0.007733 10.0.0.50 - - [2025-04-28 02:01:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.50 - - [2025-04-28 02:01:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004169 10.0.0.50 - - [2025-04-28 02:01:07] "POST /ref-update HTTP/1.1" 200 156 0.008614 10.0.0.50 - - [2025-04-28 02:01:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002846 10.0.0.50 - - [2025-04-28 02:01:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002838 10.0.0.50 - - [2025-04-28 02:01:08] "POST /ref-update HTTP/1.1" 200 156 0.006631 10.0.0.50 - - [2025-04-28 02:01:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002780 10.0.0.50 - - [2025-04-28 02:01:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002790 10.0.0.50 - - [2025-04-28 02:01:08] "POST /ref-update HTTP/1.1" 200 156 0.006353 10.0.0.50 - - [2025-04-28 02:01:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002988 10.0.0.50 - - [2025-04-28 02:01:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002751 10.0.0.50 - - [2025-04-28 02:01:08] "POST /ref-update HTTP/1.1" 200 156 0.006341 10.0.0.50 - - [2025-04-28 02:01:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002474 10.0.0.50 - - [2025-04-28 02:01:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002360 10.0.0.50 - - [2025-04-28 02:01:08] "POST /ref-update HTTP/1.1" 200 156 0.006195 10.0.0.50 - - [2025-04-28 02:01:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002582 10.0.0.50 - - [2025-04-28 02:01:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002488 10.0.0.50 - - [2025-04-28 02:01:08] "POST /ref-update HTTP/1.1" 200 156 0.007250 10.0.0.50 - - [2025-04-28 02:01:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002538 10.0.0.50 - - [2025-04-28 02:01:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002661 10.0.0.50 - - [2025-04-28 02:01:08] "POST /ref-update HTTP/1.1" 200 156 0.006434 10.0.0.50 - - [2025-04-28 02:01:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002893 10.0.0.50 - - [2025-04-28 02:01:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002874 10.0.0.50 - - [2025-04-28 02:01:08] "POST /ref-update HTTP/1.1" 200 156 0.008734 10.0.0.50 - - [2025-04-28 02:01:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003646 10.0.0.50 - - [2025-04-28 02:01:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.50 - - [2025-04-28 02:01:09] "POST /ref-update HTTP/1.1" 200 156 0.006907 10.0.0.50 - - [2025-04-28 02:01:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002836 10.0.0.50 - - [2025-04-28 02:01:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002690 10.0.0.50 - - [2025-04-28 02:01:09] "POST /ref-update HTTP/1.1" 200 156 0.006532 10.0.0.50 - - [2025-04-28 02:01:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002811 10.0.0.50 - - [2025-04-28 02:01:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002836 10.0.0.50 - - [2025-04-28 02:01:09] "POST /ref-update HTTP/1.1" 200 156 0.006444 10.0.0.50 - - [2025-04-28 02:01:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002774 10.0.0.50 - - [2025-04-28 02:01:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.50 - - [2025-04-28 02:01:09] "POST /ref-update HTTP/1.1" 200 156 0.006427 10.0.0.50 - - [2025-04-28 02:01:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002673 10.0.0.50 - - [2025-04-28 02:01:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002723 10.0.0.50 - - [2025-04-28 02:01:09] "POST /ref-update HTTP/1.1" 200 156 0.006459 10.0.0.50 - - [2025-04-28 02:01:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002890 10.0.0.50 - - [2025-04-28 02:01:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.50 - - [2025-04-28 02:01:09] "POST /ref-update HTTP/1.1" 200 156 0.007726 10.0.0.50 - - [2025-04-28 02:01:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.50 - - [2025-04-28 02:01:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002760 10.0.0.50 - - [2025-04-28 02:01:10] "POST /ref-update HTTP/1.1" 200 156 0.006687 10.0.0.50 - - [2025-04-28 02:01:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002719 10.0.0.50 - - [2025-04-28 02:01:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002727 10.0.0.50 - - [2025-04-28 02:01:10] "POST /ref-update HTTP/1.1" 200 156 0.006847 10.0.0.50 - - [2025-04-28 02:01:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002358 10.0.0.50 - - [2025-04-28 02:01:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002210 10.0.0.50 - - [2025-04-28 02:01:10] "POST /ref-update HTTP/1.1" 200 156 0.006610 10.0.0.50 - - [2025-04-28 02:01:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002776 10.0.0.50 - - [2025-04-28 02:01:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002939 10.0.0.50 - - [2025-04-28 02:01:10] "POST /ref-update HTTP/1.1" 200 156 0.006970 10.0.0.50 - - [2025-04-28 02:01:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002762 10.0.0.50 - - [2025-04-28 02:01:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.50 - - [2025-04-28 02:01:10] "POST /ref-update HTTP/1.1" 200 156 0.006575 10.0.0.50 - - [2025-04-28 02:01:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002956 10.0.0.50 - - [2025-04-28 02:01:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002856 10.0.0.50 - - [2025-04-28 02:01:10] "POST /ref-update HTTP/1.1" 200 156 0.006756 10.0.0.50 - - [2025-04-28 02:01:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002714 10.0.0.50 - - [2025-04-28 02:01:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002750 10.0.0.50 - - [2025-04-28 02:01:10] "POST /ref-update HTTP/1.1" 200 156 0.006473 10.0.0.50 - - [2025-04-28 02:01:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002719 10.0.0.50 - - [2025-04-28 02:01:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002568 10.0.0.50 - - [2025-04-28 02:01:11] "POST /ref-update HTTP/1.1" 200 156 0.006619 10.0.0.50 - - [2025-04-28 02:01:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002776 10.0.0.50 - - [2025-04-28 02:01:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002913 10.0.0.50 - - [2025-04-28 02:01:11] "POST /ref-update HTTP/1.1" 200 156 0.006049 10.0.0.50 - - [2025-04-28 02:01:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002496 10.0.0.50 - - [2025-04-28 02:01:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003358 10.0.0.50 - - [2025-04-28 02:01:11] "POST /ref-update HTTP/1.1" 200 156 0.006931 10.0.0.50 - - [2025-04-28 02:01:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002495 10.0.0.50 - - [2025-04-28 02:01:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002650 10.0.0.50 - - [2025-04-28 02:01:11] "POST /ref-update HTTP/1.1" 200 156 0.006416 10.0.0.50 - - [2025-04-28 02:01:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002851 10.0.0.50 - - [2025-04-28 02:01:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002749 10.0.0.50 - - [2025-04-28 02:01:11] "POST /ref-update HTTP/1.1" 200 156 0.006392 10.0.0.50 - - [2025-04-28 02:01:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002639 10.0.0.50 - - [2025-04-28 02:01:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002472 10.0.0.50 - - [2025-04-28 02:01:11] "POST /ref-update HTTP/1.1" 200 156 0.006207 10.0.0.50 - - [2025-04-28 02:01:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002786 10.0.0.50 - - [2025-04-28 02:01:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002766 10.0.0.50 - - [2025-04-28 02:01:12] "POST /ref-update HTTP/1.1" 200 156 0.006906 10.0.0.50 - - [2025-04-28 02:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002703 10.0.0.50 - - [2025-04-28 02:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002808 10.0.0.50 - - [2025-04-28 02:01:12] "POST /ref-update HTTP/1.1" 200 156 0.006793 10.0.0.50 - - [2025-04-28 02:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003364 10.0.0.50 - - [2025-04-28 02:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002863 10.0.0.50 - - [2025-04-28 02:01:12] "POST /ref-update HTTP/1.1" 200 156 0.006653 10.0.0.50 - - [2025-04-28 02:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002787 10.0.0.50 - - [2025-04-28 02:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.50 - - [2025-04-28 02:01:12] "POST /ref-update HTTP/1.1" 200 156 0.007397 10.0.0.50 - - [2025-04-28 02:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002783 10.0.0.50 - - [2025-04-28 02:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002664 10.0.0.50 - - [2025-04-28 02:01:12] "POST /ref-update HTTP/1.1" 200 156 0.007366 10.0.0.50 - - [2025-04-28 02:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002787 10.0.0.50 - - [2025-04-28 02:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002815 10.0.0.50 - - [2025-04-28 02:01:12] "POST /ref-update HTTP/1.1" 200 156 0.006900 10.0.0.50 - - [2025-04-28 02:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003066 10.0.0.50 - - [2025-04-28 02:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002838 10.0.0.50 - - [2025-04-28 02:01:12] "POST /ref-update HTTP/1.1" 200 156 0.006567 10.0.0.50 - - [2025-04-28 02:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002737 10.0.0.50 - - [2025-04-28 02:01:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002775 10.0.0.50 - - [2025-04-28 02:01:13] "POST /ref-update HTTP/1.1" 200 156 0.007579 10.0.0.50 - - [2025-04-28 02:01:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002753 10.0.0.50 - - [2025-04-28 02:01:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002707 10.0.0.50 - - [2025-04-28 02:01:13] "POST /ref-update HTTP/1.1" 200 156 0.007172 10.0.0.50 - - [2025-04-28 02:01:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002740 10.0.0.50 - - [2025-04-28 02:01:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002879 10.0.0.50 - - [2025-04-28 02:01:13] "POST /ref-update HTTP/1.1" 200 156 0.007035 10.0.0.50 - - [2025-04-28 02:01:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003679 10.0.0.50 - - [2025-04-28 02:01:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002680 10.0.0.50 - - [2025-04-28 02:01:13] "POST /ref-update HTTP/1.1" 200 156 0.007455 10.0.0.50 - - [2025-04-28 02:01:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002787 10.0.0.50 - - [2025-04-28 02:01:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002743 10.0.0.50 - - [2025-04-28 02:01:13] "POST /ref-update HTTP/1.1" 200 156 0.006866 10.0.0.50 - - [2025-04-28 02:01:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002782 10.0.0.50 - - [2025-04-28 02:01:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002643 10.0.0.50 - - [2025-04-28 02:01:13] "POST /ref-update HTTP/1.1" 200 156 0.007144 10.0.0.50 - - [2025-04-28 02:01:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002824 10.0.0.50 - - [2025-04-28 02:01:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002894 10.0.0.50 - - [2025-04-28 02:01:13] "POST /ref-update HTTP/1.1" 200 156 0.006988 10.0.0.50 - - [2025-04-28 02:01:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.50 - - [2025-04-28 02:01:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174 10.0.0.50 - - [2025-04-28 02:01:14] "POST /ref-update HTTP/1.1" 200 156 0.007445 10.0.0.50 - - [2025-04-28 02:01:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002904 10.0.0.50 - - [2025-04-28 02:01:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002806 10.0.0.50 - - [2025-04-28 02:01:14] "POST /ref-update HTTP/1.1" 200 156 0.008123 10.0.0.50 - - [2025-04-28 02:01:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002582 10.0.0.50 - - [2025-04-28 02:01:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002644 10.0.0.50 - - [2025-04-28 02:01:14] "POST /ref-update HTTP/1.1" 200 156 0.007097 10.0.0.50 - - [2025-04-28 02:01:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002961 10.0.0.50 - - [2025-04-28 02:01:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.50 - - [2025-04-28 02:01:14] "POST /ref-update HTTP/1.1" 200 156 0.007544 10.0.0.50 - - [2025-04-28 02:01:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002491 10.0.0.50 - - [2025-04-28 02:01:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002619 10.0.0.50 - - [2025-04-28 02:01:14] "POST /ref-update HTTP/1.1" 200 156 0.007850 10.0.0.50 - - [2025-04-28 02:01:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.50 - - [2025-04-28 02:01:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002834 10.0.0.50 - - [2025-04-28 02:01:14] "POST /ref-update HTTP/1.1" 200 156 0.010445 10.0.0.50 - - [2025-04-28 02:01:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002860 10.0.0.50 - - [2025-04-28 02:01:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002812 10.0.0.50 - - [2025-04-28 02:01:15] "POST /ref-update HTTP/1.1" 200 156 0.007144 10.0.0.50 - - [2025-04-28 02:01:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002696 10.0.0.50 - - [2025-04-28 02:01:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002625 10.0.0.50 - - [2025-04-28 02:01:15] "POST /ref-update HTTP/1.1" 200 156 0.006807 10.0.0.50 - - [2025-04-28 02:01:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002784 10.0.0.50 - - [2025-04-28 02:01:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002743 10.0.0.50 - - [2025-04-28 02:01:15] "POST /ref-update HTTP/1.1" 200 156 0.007263 10.0.0.50 - - [2025-04-28 02:01:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002525 10.0.0.50 - - [2025-04-28 02:01:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002556 10.0.0.50 - - [2025-04-28 02:01:15] "POST /ref-update HTTP/1.1" 200 156 0.005995 10.0.0.50 - - [2025-04-28 02:01:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002362 10.0.0.50 - - [2025-04-28 02:01:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002280 10.0.0.50 - - [2025-04-28 02:01:15] "POST /ref-update HTTP/1.1" 200 156 0.006875 10.0.0.50 - - [2025-04-28 02:01:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002440 10.0.0.50 - - [2025-04-28 02:01:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002841 10.0.0.50 - - [2025-04-28 02:01:15] "POST /ref-update HTTP/1.1" 200 156 0.007485 10.0.0.50 - - [2025-04-28 02:01:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.50 - - [2025-04-28 02:01:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002715 10.0.0.50 - - [2025-04-28 02:01:15] "POST /ref-update HTTP/1.1" 200 156 0.006690 10.0.0.50 - - [2025-04-28 02:01:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002760 10.0.0.50 - - [2025-04-28 02:01:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002660 10.0.0.50 - - [2025-04-28 02:01:16] "POST /ref-update HTTP/1.1" 200 156 0.007998 10.0.0.50 - - [2025-04-28 02:01:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002661 10.0.0.50 - - [2025-04-28 02:01:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002645 10.0.0.50 - - [2025-04-28 02:01:16] "POST /ref-update HTTP/1.1" 200 156 0.006473 10.0.0.50 - - [2025-04-28 02:01:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002793 10.0.0.50 - - [2025-04-28 02:01:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002645 10.0.0.50 - - [2025-04-28 02:01:16] "POST /ref-update HTTP/1.1" 200 156 0.006202 10.0.0.50 - - [2025-04-28 02:01:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002802 10.0.0.50 - - [2025-04-28 02:01:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002742 10.0.0.50 - - [2025-04-28 02:01:16] "POST /ref-update HTTP/1.1" 200 156 0.006396 10.0.0.50 - - [2025-04-28 02:01:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002320 10.0.0.50 - - [2025-04-28 02:01:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002538 10.0.0.50 - - [2025-04-28 02:01:16] "POST /ref-update HTTP/1.1" 200 156 0.006442 10.0.0.50 - - [2025-04-28 02:01:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002839 10.0.0.50 - - [2025-04-28 02:01:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002733 10.0.0.50 - - [2025-04-28 02:01:16] "POST /ref-update HTTP/1.1" 200 156 0.006679 10.0.0.50 - - [2025-04-28 02:01:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002791 10.0.0.50 - - [2025-04-28 02:01:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.50 - - [2025-04-28 02:01:17] "POST /ref-update HTTP/1.1" 200 156 0.006991 10.0.0.50 - - [2025-04-28 02:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002717 10.0.0.50 - - [2025-04-28 02:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002755 10.0.0.50 - - [2025-04-28 02:01:17] "POST /ref-update HTTP/1.1" 200 156 0.006944 10.0.0.50 - - [2025-04-28 02:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002600 10.0.0.50 - - [2025-04-28 02:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002786 10.0.0.50 - - [2025-04-28 02:01:17] "POST /ref-update HTTP/1.1" 200 156 0.006411 10.0.0.50 - - [2025-04-28 02:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.50 - - [2025-04-28 02:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002791 10.0.0.50 - - [2025-04-28 02:01:17] "POST /ref-update HTTP/1.1" 200 156 0.007196 10.0.0.50 - - [2025-04-28 02:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002723 10.0.0.50 - - [2025-04-28 02:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002615 10.0.0.50 - - [2025-04-28 02:01:17] "POST /ref-update HTTP/1.1" 200 156 0.006277 10.0.0.50 - - [2025-04-28 02:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002623 10.0.0.50 - - [2025-04-28 02:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002637 10.0.0.50 - - [2025-04-28 02:01:17] "POST /ref-update HTTP/1.1" 200 156 0.006711 10.0.0.50 - - [2025-04-28 02:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002770 10.0.0.50 - - [2025-04-28 02:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002584 10.0.0.50 - - [2025-04-28 02:01:17] "POST /ref-update HTTP/1.1" 200 156 0.006711 10.0.0.50 - - [2025-04-28 02:01:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002855 10.0.0.50 - - [2025-04-28 02:01:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.50 - - [2025-04-28 02:01:18] "POST /ref-update HTTP/1.1" 200 156 0.006450 10.0.0.50 - - [2025-04-28 02:01:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.50 - - [2025-04-28 02:01:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002750 10.0.0.50 - - [2025-04-28 02:01:18] "POST /ref-update HTTP/1.1" 200 156 0.006782 10.0.0.50 - - [2025-04-28 02:01:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002744 10.0.0.50 - - [2025-04-28 02:01:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002628 10.0.0.50 - - [2025-04-28 02:01:18] "POST /ref-update HTTP/1.1" 200 156 0.006588 10.0.0.50 - - [2025-04-28 02:01:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002537 10.0.0.50 - - [2025-04-28 02:01:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002641 10.0.0.50 - - [2025-04-28 02:01:18] "POST /ref-update HTTP/1.1" 200 156 0.007452 10.0.0.50 - - [2025-04-28 02:01:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002961 10.0.0.50 - - [2025-04-28 02:01:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.50 - - [2025-04-28 02:01:18] "POST /ref-update HTTP/1.1" 200 156 0.006309 10.0.0.50 - - [2025-04-28 02:01:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002916 10.0.0.50 - - [2025-04-28 02:01:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002818 10.0.0.50 - - [2025-04-28 02:01:18] "POST /ref-update HTTP/1.1" 200 156 0.007454 10.0.0.50 - - [2025-04-28 02:01:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002764 10.0.0.50 - - [2025-04-28 02:01:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002673 10.0.0.50 - - [2025-04-28 02:01:18] "POST /ref-update HTTP/1.1" 200 156 0.006497 10.0.0.50 - - [2025-04-28 02:01:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.50 - - [2025-04-28 02:01:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002717 10.0.0.50 - - [2025-04-28 02:01:19] "POST /ref-update HTTP/1.1" 200 156 0.006163 10.0.0.50 - - [2025-04-28 02:01:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002811 10.0.0.50 - - [2025-04-28 02:01:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002704 10.0.0.50 - - [2025-04-28 02:01:19] "POST /ref-update HTTP/1.1" 200 156 0.006688 10.0.0.50 - - [2025-04-28 02:01:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002651 10.0.0.50 - - [2025-04-28 02:01:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002706 10.0.0.50 - - [2025-04-28 02:01:19] "POST /ref-update HTTP/1.1" 200 156 0.006924 10.0.0.50 - - [2025-04-28 02:01:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002642 10.0.0.50 - - [2025-04-28 02:01:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002732 10.0.0.50 - - [2025-04-28 02:01:19] "POST /ref-update HTTP/1.1" 200 156 0.006279 10.0.0.50 - - [2025-04-28 02:01:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002623 10.0.0.50 - - [2025-04-28 02:01:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002729 10.0.0.50 - - [2025-04-28 02:01:19] "POST /ref-update HTTP/1.1" 200 156 0.006375 10.0.0.50 - - [2025-04-28 02:01:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002646 10.0.0.50 - - [2025-04-28 02:01:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002756 10.0.0.50 - - [2025-04-28 02:01:19] "POST /ref-update HTTP/1.1" 200 156 0.007392 10.0.0.50 - - [2025-04-28 02:01:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002734 10.0.0.50 - - [2025-04-28 02:01:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002645 10.0.0.50 - - [2025-04-28 02:01:20] "POST /ref-update HTTP/1.1" 200 156 0.006624 10.0.0.50 - - [2025-04-28 02:01:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002806 10.0.0.50 - - [2025-04-28 02:01:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002587 10.0.0.50 - - [2025-04-28 02:01:20] "POST /ref-update HTTP/1.1" 200 156 0.006214 10.0.0.50 - - [2025-04-28 02:01:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004817 10.0.0.50 - - [2025-04-28 02:01:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002609 10.0.0.50 - - [2025-04-28 02:01:20] "POST /ref-update HTTP/1.1" 200 156 0.008754 10.0.0.50 - - [2025-04-28 02:01:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002615 10.0.0.50 - - [2025-04-28 02:01:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002657 10.0.0.50 - - [2025-04-28 02:01:20] "POST /ref-update HTTP/1.1" 200 156 0.012766 10.0.0.50 - - [2025-04-28 02:01:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.50 - - [2025-04-28 02:01:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002650 10.0.0.50 - - [2025-04-28 02:01:20] "POST /ref-update HTTP/1.1" 200 156 0.007212 10.0.0.50 - - [2025-04-28 02:01:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002855 10.0.0.50 - - [2025-04-28 02:01:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002602 10.0.0.50 - - [2025-04-28 02:01:20] "POST /ref-update HTTP/1.1" 200 156 0.009443 10.0.0.50 - - [2025-04-28 02:01:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.50 - - [2025-04-28 02:01:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002645 10.0.0.50 - - [2025-04-28 02:01:20] "POST /ref-update HTTP/1.1" 200 156 0.006647 10.0.0.50 - - [2025-04-28 02:01:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002968 10.0.0.50 - - [2025-04-28 02:01:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.50 - - [2025-04-28 02:01:21] "POST /ref-update HTTP/1.1" 200 156 0.049736 10.0.0.50 - - [2025-04-28 02:01:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002912 10.0.0.50 - - [2025-04-28 02:01:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.50 - - [2025-04-28 02:01:21] "POST /ref-update HTTP/1.1" 200 156 0.007475 10.0.0.50 - - [2025-04-28 02:01:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.010718 10.0.0.50 - - [2025-04-28 02:01:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.50 - - [2025-04-28 02:01:21] "POST /ref-update HTTP/1.1" 200 156 0.008375 10.0.0.50 - - [2025-04-28 02:01:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004542 10.0.0.50 - - [2025-04-28 02:01:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003530 10.0.0.50 - - [2025-04-28 02:01:21] "POST /ref-update HTTP/1.1" 200 156 0.008471 10.0.0.50 - - [2025-04-28 02:01:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002848 10.0.0.50 - - [2025-04-28 02:01:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002937 10.0.0.50 - - [2025-04-28 02:01:21] "POST /ref-update HTTP/1.1" 200 156 0.008249 10.0.0.50 - - [2025-04-28 02:01:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002864 10.0.0.50 - - [2025-04-28 02:01:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002915 10.0.0.50 - - [2025-04-28 02:01:21] "POST /ref-update HTTP/1.1" 200 156 0.006901 10.0.0.50 - - [2025-04-28 02:01:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.50 - - [2025-04-28 02:01:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002880 10.0.0.50 - - [2025-04-28 02:01:22] "POST /ref-update HTTP/1.1" 200 156 0.007855 10.0.0.50 - - [2025-04-28 02:01:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002932 10.0.0.50 - - [2025-04-28 02:01:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002651 10.0.0.50 - - [2025-04-28 02:01:22] "POST /ref-update HTTP/1.1" 200 156 0.006387 10.0.0.50 - - [2025-04-28 02:01:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002711 10.0.0.50 - - [2025-04-28 02:01:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002710 10.0.0.50 - - [2025-04-28 02:01:22] "POST /ref-update HTTP/1.1" 200 156 0.007324 10.0.0.50 - - [2025-04-28 02:01:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002795 10.0.0.50 - - [2025-04-28 02:01:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002580 10.0.0.50 - - [2025-04-28 02:01:22] "GET / HTTP/1.1" 200 35931 0.001490 10.0.0.50 - - [2025-04-28 02:01:22] "POST /fqname-to-id HTTP/1.1" 401 292 0.000378 10.0.0.50 - - [2025-04-28 02:01:22] "POST /ref-update HTTP/1.1" 200 156 0.006391 10.0.0.50 - - [2025-04-28 02:01:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002764 10.0.0.50 - - [2025-04-28 02:01:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002720 10.0.0.50 - - [2025-04-28 02:01:22] "POST /ref-update HTTP/1.1" 200 156 0.007390 10.0.0.50 - - [2025-04-28 02:01:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002749 10.0.0.50 - - [2025-04-28 02:01:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002720 10.0.0.50 - - [2025-04-28 02:01:22] "POST /ref-update HTTP/1.1" 200 156 0.006915 10.0.0.50 - - [2025-04-28 02:01:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.020115 10.0.0.50 - - [2025-04-28 02:01:22] "GET /routing-instance/b16caa39-23a1-4658-b79e-8911a2299f4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.003155 10.0.0.50 - - [2025-04-28 02:01:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002104 10.0.0.50 - - [2025-04-28 02:01:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002223 10.0.0.50 - - [2025-04-28 02:01:22] "POST /bgp-routers HTTP/1.1" 200 620 0.015850 10.0.0.50 - - [2025-04-28 02:01:22] "GET /bgp-router/dc7df587-e1a6-4a10-bf3b-9bb23f43db07?fields=global_system_config_back_refs HTTP/1.1" 200 1127 0.004246 10.0.0.50 - - [2025-04-28 02:01:22] "POST /ref-update HTTP/1.1" 200 156 0.009390 10.0.0.50 - - [2025-04-28 02:01:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.50 - - [2025-04-28 02:01:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002289 10.0.0.50 - - [2025-04-28 02:01:23] "GET /global-system-config/3234f21e-3594-454b-9862-1c6c5d4b5452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.006042 10.0.0.50 - - [2025-04-28 02:01:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005146 10.0.0.50 - - [2025-04-28 02:01:23] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003822 10.0.0.50 - - [2025-04-28 02:01:23] "POST /ref-update HTTP/1.1" 200 156 0.008436 10.0.0.50 - - [2025-04-28 02:01:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002438 10.0.0.50 - - [2025-04-28 02:01:23] "POST /ref-update HTTP/1.1" 200 156 0.007765 10.0.0.50 - - [2025-04-28 02:01:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002408 10.0.0.50 - - [2025-04-28 02:01:23] "POST /ref-update HTTP/1.1" 200 156 0.007115 10.0.0.50 - - [2025-04-28 02:01:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002720 10.0.0.50 - - [2025-04-28 02:01:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002720 10.0.0.50 - - [2025-04-28 02:01:23] "POST /ref-update HTTP/1.1" 200 156 0.006683 10.0.0.50 - - [2025-04-28 02:01:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002553 10.0.0.50 - - [2025-04-28 02:01:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002602 10.0.0.50 - - [2025-04-28 02:01:23] "POST /ref-update HTTP/1.1" 200 156 0.007880 10.0.0.50 - - [2025-04-28 02:01:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002559 10.0.0.50 - - [2025-04-28 02:01:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002684 10.0.0.50 - - [2025-04-28 02:01:23] "POST /ref-update HTTP/1.1" 200 156 0.008018 10.0.0.50 - - [2025-04-28 02:01:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002781 10.0.0.50 - - [2025-04-28 02:01:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003837 10.0.0.50 - - [2025-04-28 02:01:23] "POST /ref-update HTTP/1.1" 200 156 0.008016 10.0.0.50 - - [2025-04-28 02:01:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.50 - - [2025-04-28 02:01:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004002 10.0.0.50 - - [2025-04-28 02:01:24] "POST /ref-update HTTP/1.1" 200 156 0.008242 10.0.0.50 - - [2025-04-28 02:01:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.50 - - [2025-04-28 02:01:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004001 10.0.0.50 - - [2025-04-28 02:01:24] "POST /ref-update HTTP/1.1" 200 156 0.008837 10.0.0.50 - - [2025-04-28 02:01:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003738 10.0.0.50 - - [2025-04-28 02:01:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.50 - - [2025-04-28 02:01:24] "POST /ref-update HTTP/1.1" 200 156 0.007210 10.0.0.50 - - [2025-04-28 02:01:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002717 10.0.0.50 - - [2025-04-28 02:01:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002395 10.0.0.50 - - [2025-04-28 02:01:24] "POST /ref-update HTTP/1.1" 200 156 0.007608 10.0.0.50 - - [2025-04-28 02:01:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002904 10.0.0.50 - - [2025-04-28 02:01:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.50 - - [2025-04-28 02:01:24] "POST /ref-update HTTP/1.1" 200 156 0.008424 10.0.0.50 - - [2025-04-28 02:01:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003279 10.0.0.50 - - [2025-04-28 02:01:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.50 - - [2025-04-28 02:01:24] "POST /ref-update HTTP/1.1" 200 156 0.007921 10.0.0.50 - - [2025-04-28 02:01:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003032 10.0.0.50 - - [2025-04-28 02:01:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002767 10.0.0.50 - - [2025-04-28 02:01:24] "POST /ref-update HTTP/1.1" 200 156 0.007000 10.0.0.50 - - [2025-04-28 02:01:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002732 10.0.0.50 - - [2025-04-28 02:01:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002948 10.0.0.50 - - [2025-04-28 02:01:25] "POST /ref-update HTTP/1.1" 200 156 0.006737 10.0.0.50 - - [2025-04-28 02:01:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002470 10.0.0.50 - - [2025-04-28 02:01:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002639 10.0.0.50 - - [2025-04-28 02:01:25] "POST /ref-update HTTP/1.1" 200 156 0.006581 10.0.0.50 - - [2025-04-28 02:01:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002414 10.0.0.50 - - [2025-04-28 02:01:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002588 10.0.0.50 - - [2025-04-28 02:01:25] "POST /ref-update HTTP/1.1" 200 156 0.006441 10.0.0.50 - - [2025-04-28 02:01:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.50 - - [2025-04-28 02:01:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.50 - - [2025-04-28 02:01:25] "POST /ref-update HTTP/1.1" 200 156 0.007999 10.0.0.50 - - [2025-04-28 02:01:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002590 10.0.0.50 - - [2025-04-28 02:01:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002767 10.0.0.50 - - [2025-04-28 02:01:25] "POST /ref-update HTTP/1.1" 200 156 0.006501 10.0.0.50 - - [2025-04-28 02:01:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002306 10.0.0.50 - - [2025-04-28 02:01:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002594 10.0.0.50 - - [2025-04-28 02:01:25] "POST /ref-update HTTP/1.1" 200 156 0.006320 10.0.0.50 - - [2025-04-28 02:01:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002668 10.0.0.50 - - [2025-04-28 02:01:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002617 10.0.0.50 - - [2025-04-28 02:01:25] "POST /ref-update HTTP/1.1" 200 156 0.006693 10.0.0.50 - - [2025-04-28 02:01:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002940 10.0.0.50 - - [2025-04-28 02:01:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002644 10.0.0.50 - - [2025-04-28 02:01:26] "POST /ref-update HTTP/1.1" 200 156 0.006475 10.0.0.50 - - [2025-04-28 02:01:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002784 10.0.0.50 - - [2025-04-28 02:01:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002782 10.0.0.50 - - [2025-04-28 02:01:26] "POST /ref-update HTTP/1.1" 200 156 0.006720 10.0.0.50 - - [2025-04-28 02:01:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002518 10.0.0.50 - - [2025-04-28 02:01:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002629 10.0.0.50 - - [2025-04-28 02:01:26] "POST /ref-update HTTP/1.1" 200 156 0.007250 10.0.0.50 - - [2025-04-28 02:01:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002601 10.0.0.50 - - [2025-04-28 02:01:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002465 10.0.0.50 - - [2025-04-28 02:01:26] "POST /ref-update HTTP/1.1" 200 156 0.007389 10.0.0.50 - - [2025-04-28 02:01:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002469 10.0.0.50 - - [2025-04-28 02:01:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002484 10.0.0.50 - - [2025-04-28 02:01:26] "POST /ref-update HTTP/1.1" 200 156 0.006286 10.0.0.50 - - [2025-04-28 02:01:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002498 10.0.0.50 - - [2025-04-28 02:01:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002484 10.0.0.50 - - [2025-04-28 02:01:26] "POST /ref-update HTTP/1.1" 200 156 0.007006 10.0.0.50 - - [2025-04-28 02:01:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002701 10.0.0.50 - - [2025-04-28 02:01:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002533 10.0.0.50 - - [2025-04-28 02:01:27] "POST /ref-update HTTP/1.1" 200 156 0.006783 10.0.0.50 - - [2025-04-28 02:01:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002563 10.0.0.50 - - [2025-04-28 02:01:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002485 10.0.0.50 - - [2025-04-28 02:01:27] "POST /ref-update HTTP/1.1" 200 156 0.006359 10.0.0.50 - - [2025-04-28 02:01:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002846 10.0.0.50 - - [2025-04-28 02:01:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002804 10.0.0.50 - - [2025-04-28 02:01:27] "POST /ref-update HTTP/1.1" 200 156 0.006203 10.0.0.50 - - [2025-04-28 02:01:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002618 10.0.0.50 - - [2025-04-28 02:01:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002553 10.0.0.50 - - [2025-04-28 02:01:27] "POST /ref-update HTTP/1.1" 200 156 0.006337 10.0.0.50 - - [2025-04-28 02:01:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002337 10.0.0.50 - - [2025-04-28 02:01:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002349 10.0.0.50 - - [2025-04-28 02:01:27] "POST /ref-update HTTP/1.1" 200 156 0.006334 10.0.0.50 - - [2025-04-28 02:01:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002651 10.0.0.50 - - [2025-04-28 02:01:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002604 10.0.0.50 - - [2025-04-28 02:01:27] "POST /ref-update HTTP/1.1" 200 156 0.006392 10.0.0.50 - - [2025-04-28 02:01:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002552 10.0.0.50 - - [2025-04-28 02:01:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002511 10.0.0.50 - - [2025-04-28 02:01:27] "POST /ref-update HTTP/1.1" 200 156 0.006440 10.0.0.50 - - [2025-04-28 02:01:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003171 10.0.0.50 - - [2025-04-28 02:01:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002576 10.0.0.50 - - [2025-04-28 02:01:28] "POST /ref-update HTTP/1.1" 200 156 0.006666 10.0.0.50 - - [2025-04-28 02:01:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002676 10.0.0.50 - - [2025-04-28 02:01:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002738 10.0.0.50 - - [2025-04-28 02:01:28] "POST /ref-update HTTP/1.1" 200 156 0.006455 10.0.0.50 - - [2025-04-28 02:01:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002652 10.0.0.50 - - [2025-04-28 02:01:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002573 10.0.0.50 - - [2025-04-28 02:01:28] "POST /ref-update HTTP/1.1" 200 156 0.006560 10.0.0.50 - - [2025-04-28 02:01:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002647 10.0.0.50 - - [2025-04-28 02:01:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002897 10.0.0.50 - - [2025-04-28 02:01:28] "POST /ref-update HTTP/1.1" 200 156 0.006305 10.0.0.50 - - [2025-04-28 02:01:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002549 10.0.0.50 - - [2025-04-28 02:01:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002552 10.0.0.50 - - [2025-04-28 02:01:28] "POST /ref-update HTTP/1.1" 200 156 0.006346 10.0.0.50 - - [2025-04-28 02:01:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002619 10.0.0.50 - - [2025-04-28 02:01:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002551 10.0.0.50 - - [2025-04-28 02:01:28] "POST /ref-update HTTP/1.1" 200 156 0.006339 10.0.0.50 - - [2025-04-28 02:01:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.50 - - [2025-04-28 02:01:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002640 10.0.0.50 - - [2025-04-28 02:01:29] "POST /ref-update HTTP/1.1" 200 156 0.006620 10.0.0.50 - - [2025-04-28 02:01:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002668 10.0.0.50 - - [2025-04-28 02:01:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002619 10.0.0.50 - - [2025-04-28 02:01:29] "POST /ref-update HTTP/1.1" 200 156 0.006220 10.0.0.50 - - [2025-04-28 02:01:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002645 10.0.0.50 - - [2025-04-28 02:01:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002620 10.0.0.50 - - [2025-04-28 02:01:29] "POST /ref-update HTTP/1.1" 200 156 0.007152 10.0.0.50 - - [2025-04-28 02:01:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002704 10.0.0.50 - - [2025-04-28 02:01:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002605 10.0.0.50 - - [2025-04-28 02:01:29] "POST /ref-update HTTP/1.1" 200 156 0.007274 10.0.0.50 - - [2025-04-28 02:01:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002599 10.0.0.50 - - [2025-04-28 02:01:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002757 10.0.0.50 - - [2025-04-28 02:01:29] "POST /ref-update HTTP/1.1" 200 156 0.007219 10.0.0.50 - - [2025-04-28 02:01:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002764 10.0.0.50 - - [2025-04-28 02:01:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002645 10.0.0.50 - - [2025-04-28 02:01:29] "POST /ref-update HTTP/1.1" 200 156 0.006933 10.0.0.50 - - [2025-04-28 02:01:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002743 10.0.0.50 - - [2025-04-28 02:01:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002855 10.0.0.50 - - [2025-04-28 02:01:29] "POST /ref-update HTTP/1.1" 200 156 0.006388 10.0.0.50 - - [2025-04-28 02:01:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002691 10.0.0.50 - - [2025-04-28 02:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002704 10.0.0.50 - - [2025-04-28 02:01:30] "POST /ref-update HTTP/1.1" 200 156 0.006628 10.0.0.50 - - [2025-04-28 02:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002785 10.0.0.50 - - [2025-04-28 02:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003014 10.0.0.50 - - [2025-04-28 02:01:30] "POST /ref-update HTTP/1.1" 200 156 0.006533 10.0.0.50 - - [2025-04-28 02:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002744 10.0.0.50 - - [2025-04-28 02:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002893 10.0.0.50 - - [2025-04-28 02:01:30] "POST /ref-update HTTP/1.1" 200 156 0.007406 10.0.0.50 - - [2025-04-28 02:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002788 10.0.0.50 - - [2025-04-28 02:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002695 10.0.0.50 - - [2025-04-28 02:01:30] "POST /ref-update HTTP/1.1" 200 156 0.006022 10.0.0.50 - - [2025-04-28 02:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.50 - - [2025-04-28 02:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002633 10.0.0.50 - - [2025-04-28 02:01:30] "POST /ref-update HTTP/1.1" 200 156 0.006060 10.0.0.50 - - [2025-04-28 02:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002719 10.0.0.50 - - [2025-04-28 02:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002656 10.0.0.50 - - [2025-04-28 02:01:30] "POST /ref-update HTTP/1.1" 200 156 0.006495 10.0.0.50 - - [2025-04-28 02:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002866 10.0.0.50 - - [2025-04-28 02:01:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003095 10.0.0.50 - - [2025-04-28 02:01:30] "POST /ref-update HTTP/1.1" 200 156 0.008899 10.0.0.50 - - [2025-04-28 02:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002806 10.0.0.50 - - [2025-04-28 02:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002790 10.0.0.50 - - [2025-04-28 02:01:31] "POST /ref-update HTTP/1.1" 200 156 0.008919 10.0.0.50 - - [2025-04-28 02:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002764 10.0.0.50 - - [2025-04-28 02:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002681 10.0.0.50 - - [2025-04-28 02:01:31] "POST /ref-update HTTP/1.1" 200 156 0.008377 10.0.0.50 - - [2025-04-28 02:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002820 10.0.0.50 - - [2025-04-28 02:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.50 - - [2025-04-28 02:01:31] "POST /ref-update HTTP/1.1" 200 156 0.007987 10.0.0.50 - - [2025-04-28 02:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002704 10.0.0.50 - - [2025-04-28 02:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002578 10.0.0.50 - - [2025-04-28 02:01:31] "POST /ref-update HTTP/1.1" 200 156 0.006979 10.0.0.50 - - [2025-04-28 02:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002759 10.0.0.50 - - [2025-04-28 02:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002675 10.0.0.50 - - [2025-04-28 02:01:31] "POST /ref-update HTTP/1.1" 200 156 0.007467 10.0.0.50 - - [2025-04-28 02:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002567 10.0.0.50 - - [2025-04-28 02:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002864 10.0.0.50 - - [2025-04-28 02:01:31] "POST /ref-update HTTP/1.1" 200 156 0.007860 10.0.0.50 - - [2025-04-28 02:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002816 10.0.0.50 - - [2025-04-28 02:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002730 10.0.0.50 - - [2025-04-28 02:01:32] "POST /ref-update HTTP/1.1" 200 156 0.006706 10.0.0.50 - - [2025-04-28 02:01:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002743 10.0.0.50 - - [2025-04-28 02:01:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002712 10.0.0.50 - - [2025-04-28 02:01:32] "POST /ref-update HTTP/1.1" 200 156 0.007513 10.0.0.50 - - [2025-04-28 02:01:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002788 10.0.0.50 - - [2025-04-28 02:01:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002741 10.0.0.50 - - [2025-04-28 02:01:32] "POST /ref-update HTTP/1.1" 200 156 0.006643 10.0.0.50 - - [2025-04-28 02:01:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002672 10.0.0.50 - - [2025-04-28 02:01:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002727 10.0.0.50 - - [2025-04-28 02:01:32] "POST /ref-update HTTP/1.1" 200 156 0.005903 10.0.0.50 - - [2025-04-28 02:01:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002653 10.0.0.50 - - [2025-04-28 02:01:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002687 10.0.0.50 - - [2025-04-28 02:01:32] "POST /ref-update HTTP/1.1" 200 156 0.008131 10.0.0.50 - - [2025-04-28 02:01:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002751 10.0.0.50 - - [2025-04-28 02:01:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002723 10.0.0.50 - - [2025-04-28 02:01:32] "POST /ref-update HTTP/1.1" 200 156 0.007350 10.0.0.50 - - [2025-04-28 02:01:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002692 10.0.0.50 - - [2025-04-28 02:01:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002742 10.0.0.50 - - [2025-04-28 02:01:32] "POST /ref-update HTTP/1.1" 200 156 0.007504 10.0.0.50 - - [2025-04-28 02:01:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002811 10.0.0.50 - - [2025-04-28 02:01:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.50 - - [2025-04-28 02:01:33] "POST /ref-update HTTP/1.1" 200 156 0.007164 10.0.0.50 - - [2025-04-28 02:01:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002829 10.0.0.50 - - [2025-04-28 02:01:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002791 10.0.0.50 - - [2025-04-28 02:01:33] "POST /ref-update HTTP/1.1" 200 156 0.007405 10.0.0.50 - - [2025-04-28 02:01:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002687 10.0.0.50 - - [2025-04-28 02:01:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002796 10.0.0.50 - - [2025-04-28 02:01:33] "POST /ref-update HTTP/1.1" 200 156 0.007251 10.0.0.50 - - [2025-04-28 02:01:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.50 - - [2025-04-28 02:01:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002848 10.0.0.50 - - [2025-04-28 02:01:33] "POST /ref-update HTTP/1.1" 200 156 0.007282 10.0.0.50 - - [2025-04-28 02:01:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002635 10.0.0.50 - - [2025-04-28 02:01:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002653 10.0.0.50 - - [2025-04-28 02:01:33] "POST /ref-update HTTP/1.1" 200 156 0.007447 10.0.0.50 - - [2025-04-28 02:01:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002826 10.0.0.50 - - [2025-04-28 02:01:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002681 10.0.0.50 - - [2025-04-28 02:01:33] "POST /ref-update HTTP/1.1" 200 156 0.008065 10.0.0.50 - - [2025-04-28 02:01:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003014 10.0.0.50 - - [2025-04-28 02:01:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002838 10.0.0.50 - - [2025-04-28 02:01:34] "POST /ref-update HTTP/1.1" 200 156 0.007664 10.0.0.50 - - [2025-04-28 02:01:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002706 10.0.0.50 - - [2025-04-28 02:01:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002707 10.0.0.50 - - [2025-04-28 02:01:34] "POST /ref-update HTTP/1.1" 200 156 0.007315 10.0.0.50 - - [2025-04-28 02:01:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002633 10.0.0.50 - - [2025-04-28 02:01:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002692 10.0.0.50 - - [2025-04-28 02:01:34] "POST /ref-update HTTP/1.1" 200 156 0.008193 10.0.0.50 - - [2025-04-28 02:01:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002750 10.0.0.50 - - [2025-04-28 02:01:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002731 10.0.0.50 - - [2025-04-28 02:01:34] "POST /ref-update HTTP/1.1" 200 156 0.007706 10.0.0.50 - - [2025-04-28 02:01:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002727 10.0.0.50 - - [2025-04-28 02:01:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002639 10.0.0.50 - - [2025-04-28 02:01:34] "POST /ref-update HTTP/1.1" 200 156 0.007030 10.0.0.50 - - [2025-04-28 02:01:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002758 10.0.0.50 - - [2025-04-28 02:01:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002969 10.0.0.50 - - [2025-04-28 02:01:34] "POST /ref-update HTTP/1.1" 200 156 0.008041 10.0.0.50 - - [2025-04-28 02:01:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002774 10.0.0.50 - - [2025-04-28 02:01:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002679 10.0.0.50 - - [2025-04-28 02:01:34] "POST /ref-update HTTP/1.1" 200 156 0.007348 10.0.0.50 - - [2025-04-28 02:01:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002651 10.0.0.50 - - [2025-04-28 02:01:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002493 10.0.0.50 - - [2025-04-28 02:01:35] "POST /ref-update HTTP/1.1" 200 156 0.007744 10.0.0.50 - - [2025-04-28 02:01:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002802 10.0.0.50 - - [2025-04-28 02:01:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002656 10.0.0.50 - - [2025-04-28 02:01:35] "POST /ref-update HTTP/1.1" 200 156 0.007111 10.0.0.50 - - [2025-04-28 02:01:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002594 10.0.0.50 - - [2025-04-28 02:01:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002561 10.0.0.50 - - [2025-04-28 02:01:35] "POST /ref-update HTTP/1.1" 200 156 0.007101 10.0.0.50 - - [2025-04-28 02:01:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.50 - - [2025-04-28 02:01:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002618 10.0.0.50 - - [2025-04-28 02:01:35] "POST /ref-update HTTP/1.1" 200 156 0.007730 10.0.0.50 - - [2025-04-28 02:01:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002516 10.0.0.50 - - [2025-04-28 02:01:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002773 10.0.0.50 - - [2025-04-28 02:01:35] "POST /ref-update HTTP/1.1" 200 156 0.007376 10.0.0.50 - - [2025-04-28 02:01:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002464 10.0.0.50 - - [2025-04-28 02:01:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002430 10.0.0.50 - - [2025-04-28 02:01:35] "POST /ref-update HTTP/1.1" 200 156 0.007158 10.0.0.50 - - [2025-04-28 02:01:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002835 10.0.0.50 - - [2025-04-28 02:01:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003228 10.0.0.50 - - [2025-04-28 02:01:35] "POST /ref-update HTTP/1.1" 200 156 0.008167 10.0.0.50 - - [2025-04-28 02:01:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002800 10.0.0.50 - - [2025-04-28 02:01:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002767 10.0.0.50 - - [2025-04-28 02:01:36] "POST /ref-update HTTP/1.1" 200 156 0.007286 10.0.0.50 - - [2025-04-28 02:01:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002767 10.0.0.50 - - [2025-04-28 02:01:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002641 10.0.0.50 - - [2025-04-28 02:01:36] "POST /ref-update HTTP/1.1" 200 156 0.008112 10.0.0.50 - - [2025-04-28 02:01:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002600 10.0.0.50 - - [2025-04-28 02:01:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002631 10.0.0.50 - - [2025-04-28 02:01:36] "POST /ref-update HTTP/1.1" 200 156 0.006851 10.0.0.50 - - [2025-04-28 02:01:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002893 10.0.0.50 - - [2025-04-28 02:01:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002854 10.0.0.50 - - [2025-04-28 02:01:36] "POST /ref-update HTTP/1.1" 200 156 0.007071 10.0.0.50 - - [2025-04-28 02:01:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002651 10.0.0.50 - - [2025-04-28 02:01:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002602 10.0.0.50 - - [2025-04-28 02:01:36] "POST /ref-update HTTP/1.1" 200 156 0.007590 10.0.0.50 - - [2025-04-28 02:01:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002826 10.0.0.50 - - [2025-04-28 02:01:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002768 10.0.0.50 - - [2025-04-28 02:01:36] "POST /ref-update HTTP/1.1" 200 156 0.007965 10.0.0.50 - - [2025-04-28 02:01:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002754 10.0.0.50 - - [2025-04-28 02:01:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002801 10.0.0.50 - - [2025-04-28 02:01:37] "POST /ref-update HTTP/1.1" 200 156 0.007156 10.0.0.50 - - [2025-04-28 02:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002732 10.0.0.50 - - [2025-04-28 02:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.50 - - [2025-04-28 02:01:37] "POST /ref-update HTTP/1.1" 200 156 0.007801 10.0.0.50 - - [2025-04-28 02:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002583 10.0.0.50 - - [2025-04-28 02:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002581 10.0.0.50 - - [2025-04-28 02:01:37] "POST /ref-update HTTP/1.1" 200 156 0.031929 10.0.0.50 - - [2025-04-28 02:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002773 10.0.0.50 - - [2025-04-28 02:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002644 10.0.0.50 - - [2025-04-28 02:01:37] "POST /ref-update HTTP/1.1" 200 156 0.007155 10.0.0.50 - - [2025-04-28 02:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002967 10.0.0.50 - - [2025-04-28 02:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002773 10.0.0.50 - - [2025-04-28 02:01:37] "POST /ref-update HTTP/1.1" 200 156 0.007903 10.0.0.50 - - [2025-04-28 02:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002678 10.0.0.50 - - [2025-04-28 02:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002966 10.0.0.50 - - [2025-04-28 02:01:37] "POST /ref-update HTTP/1.1" 200 156 0.007471 10.0.0.50 - - [2025-04-28 02:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002860 10.0.0.50 - - [2025-04-28 02:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002668 10.0.0.50 - - [2025-04-28 02:01:37] "POST /ref-update HTTP/1.1" 200 156 0.008594 10.0.0.50 - - [2025-04-28 02:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002787 10.0.0.50 - - [2025-04-28 02:01:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002824 10.0.0.50 - - [2025-04-28 02:01:38] "POST /ref-update HTTP/1.1" 200 156 0.007203 10.0.0.50 - - [2025-04-28 02:01:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002721 10.0.0.50 - - [2025-04-28 02:01:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002573 10.0.0.50 - - [2025-04-28 02:01:38] "POST /ref-update HTTP/1.1" 200 156 0.007348 10.0.0.50 - - [2025-04-28 02:01:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002393 10.0.0.50 - - [2025-04-28 02:01:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.50 - - [2025-04-28 02:01:38] "POST /ref-update HTTP/1.1" 200 156 0.007323 10.0.0.50 - - [2025-04-28 02:01:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002573 10.0.0.50 - - [2025-04-28 02:01:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002618 10.0.0.50 - - [2025-04-28 02:01:38] "POST /ref-update HTTP/1.1" 200 156 0.007245 10.0.0.50 - - [2025-04-28 02:01:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002595 10.0.0.50 - - [2025-04-28 02:01:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002445 10.0.0.50 - - [2025-04-28 02:01:38] "POST /ref-update HTTP/1.1" 200 156 0.007165 10.0.0.50 - - [2025-04-28 02:01:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002824 10.0.0.50 - - [2025-04-28 02:01:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002668 10.0.0.50 - - [2025-04-28 02:01:38] "POST /ref-update HTTP/1.1" 200 156 0.009133 10.0.0.50 - - [2025-04-28 02:01:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002654 10.0.0.50 - - [2025-04-28 02:01:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002731 10.0.0.50 - - [2025-04-28 02:01:39] "POST /ref-update HTTP/1.1" 200 156 0.007313 10.0.0.50 - - [2025-04-28 02:01:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002799 10.0.0.50 - - [2025-04-28 02:01:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002668 10.0.0.50 - - [2025-04-28 02:01:39] "POST /ref-update HTTP/1.1" 200 156 0.007793 10.0.0.50 - - [2025-04-28 02:01:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002668 10.0.0.50 - - [2025-04-28 02:01:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002976 10.0.0.50 - - [2025-04-28 02:01:39] "POST /ref-update HTTP/1.1" 200 156 0.006638 10.0.0.50 - - [2025-04-28 02:01:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002428 10.0.0.50 - - [2025-04-28 02:01:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002476 10.0.0.50 - - [2025-04-28 02:01:39] "POST /ref-update HTTP/1.1" 200 156 0.007073 10.0.0.50 - - [2025-04-28 02:01:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002335 10.0.0.50 - - [2025-04-28 02:01:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002209 10.0.0.50 - - [2025-04-28 02:01:39] "POST /ref-update HTTP/1.1" 200 156 0.006746 10.0.0.50 - - [2025-04-28 02:01:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002738 10.0.0.50 - - [2025-04-28 02:01:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002426 10.0.0.50 - - [2025-04-28 02:01:39] "POST /ref-update HTTP/1.1" 200 156 0.006937 10.0.0.50 - - [2025-04-28 02:01:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002501 10.0.0.50 - - [2025-04-28 02:01:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002527 10.0.0.50 - - [2025-04-28 02:01:39] "POST /ref-update HTTP/1.1" 200 156 0.007449 10.0.0.50 - - [2025-04-28 02:01:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002620 10.0.0.50 - - [2025-04-28 02:01:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002416 10.0.0.50 - - [2025-04-28 02:01:40] "POST /ref-update HTTP/1.1" 200 156 0.007252 10.0.0.50 - - [2025-04-28 02:01:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002487 10.0.0.50 - - [2025-04-28 02:01:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002636 10.0.0.50 - - [2025-04-28 02:01:40] "POST /ref-update HTTP/1.1" 200 156 0.006898 10.0.0.50 - - [2025-04-28 02:01:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002544 10.0.0.50 - - [2025-04-28 02:01:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002551 10.0.0.50 - - [2025-04-28 02:01:40] "POST /ref-update HTTP/1.1" 200 156 0.006748 10.0.0.50 - - [2025-04-28 02:01:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002733 10.0.0.50 - - [2025-04-28 02:01:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002471 10.0.0.50 - - [2025-04-28 02:01:40] "POST /ref-update HTTP/1.1" 200 156 0.006658 10.0.0.50 - - [2025-04-28 02:01:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002676 10.0.0.50 - - [2025-04-28 02:01:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002589 10.0.0.50 - - [2025-04-28 02:01:40] "POST /ref-update HTTP/1.1" 200 156 0.006382 10.0.0.50 - - [2025-04-28 02:01:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002614 10.0.0.50 - - [2025-04-28 02:01:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002462 10.0.0.50 - - [2025-04-28 02:01:40] "POST /ref-update HTTP/1.1" 200 156 0.006123 10.0.0.50 - - [2025-04-28 02:01:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002551 10.0.0.50 - - [2025-04-28 02:01:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002582 10.0.0.50 - - [2025-04-28 02:01:40] "POST /ref-update HTTP/1.1" 200 156 0.007843 10.0.0.50 - - [2025-04-28 02:01:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002570 10.0.0.50 - - [2025-04-28 02:01:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002608 10.0.0.50 - - [2025-04-28 02:01:41] "POST /ref-update HTTP/1.1" 200 156 0.007237 10.0.0.50 - - [2025-04-28 02:01:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.50 - - [2025-04-28 02:01:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002603 10.0.0.50 - - [2025-04-28 02:01:41] "POST /ref-update HTTP/1.1" 200 156 0.006196 10.0.0.50 - - [2025-04-28 02:01:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002662 10.0.0.50 - - [2025-04-28 02:01:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002776 10.0.0.50 - - [2025-04-28 02:01:41] "POST /ref-update HTTP/1.1" 200 156 0.007972 10.0.0.50 - - [2025-04-28 02:01:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002534 10.0.0.50 - - [2025-04-28 02:01:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002347 10.0.0.50 - - [2025-04-28 02:01:41] "POST /ref-update HTTP/1.1" 200 156 0.006959 10.0.0.50 - - [2025-04-28 02:01:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002587 10.0.0.50 - - [2025-04-28 02:01:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002550 10.0.0.50 - - [2025-04-28 02:01:41] "POST /ref-update HTTP/1.1" 200 156 0.006211 10.0.0.50 - - [2025-04-28 02:01:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002926 10.0.0.50 - - [2025-04-28 02:01:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002388 10.0.0.50 - - [2025-04-28 02:01:41] "POST /ref-update HTTP/1.1" 200 156 0.006415 10.0.0.50 - - [2025-04-28 02:01:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002676 10.0.0.50 - - [2025-04-28 02:01:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002668 10.0.0.50 - - [2025-04-28 02:01:42] "POST /ref-update HTTP/1.1" 200 156 0.006918 10.0.0.50 - - [2025-04-28 02:01:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002577 10.0.0.50 - - [2025-04-28 02:01:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002584 10.0.0.50 - - [2025-04-28 02:01:42] "POST /ref-update HTTP/1.1" 200 156 0.008819 10.0.0.50 - - [2025-04-28 02:01:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002403 10.0.0.50 - - [2025-04-28 02:01:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002784 10.0.0.50 - - [2025-04-28 02:01:42] "POST /ref-update HTTP/1.1" 200 156 0.008999 10.0.0.50 - - [2025-04-28 02:01:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002943 10.0.0.50 - - [2025-04-28 02:01:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002526 10.0.0.50 - - [2025-04-28 02:01:42] "POST /ref-update HTTP/1.1" 200 156 0.009282 10.0.0.50 - - [2025-04-28 02:01:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002429 10.0.0.50 - - [2025-04-28 02:01:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002639 10.0.0.50 - - [2025-04-28 02:01:42] "POST /ref-update HTTP/1.1" 200 156 0.008954 10.0.0.50 - - [2025-04-28 02:01:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002817 10.0.0.50 - - [2025-04-28 02:01:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.50 - - [2025-04-28 02:01:42] "POST /ref-update HTTP/1.1" 200 156 0.008706 10.0.0.50 - - [2025-04-28 02:01:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002660 10.0.0.50 - - [2025-04-28 02:01:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002588 10.0.0.50 - - [2025-04-28 02:01:42] "POST /ref-update HTTP/1.1" 200 156 0.009320 10.0.0.50 - - [2025-04-28 02:01:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002540 10.0.0.50 - - [2025-04-28 02:01:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002895 10.0.0.50 - - [2025-04-28 02:01:43] "POST /ref-update HTTP/1.1" 200 156 0.006996 10.0.0.50 - - [2025-04-28 02:01:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002649 10.0.0.50 - - [2025-04-28 02:01:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002448 10.0.0.50 - - [2025-04-28 02:01:43] "POST /ref-update HTTP/1.1" 200 156 0.007221 10.0.0.50 - - [2025-04-28 02:01:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002497 10.0.0.50 - - [2025-04-28 02:01:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002552 10.0.0.50 - - [2025-04-28 02:01:43] "POST /ref-update HTTP/1.1" 200 156 0.006838 10.0.0.50 - - [2025-04-28 02:01:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002729 10.0.0.50 - - [2025-04-28 02:01:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002395 10.0.0.50 - - [2025-04-28 02:01:43] "POST /ref-update HTTP/1.1" 200 156 0.007884 10.0.0.50 - - [2025-04-28 02:01:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002723 10.0.0.50 - - [2025-04-28 02:01:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002797 10.0.0.50 - - [2025-04-28 02:01:43] "POST /ref-update HTTP/1.1" 200 156 0.007659 10.0.0.50 - - [2025-04-28 02:01:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002571 10.0.0.50 - - [2025-04-28 02:01:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002667 10.0.0.50 - - [2025-04-28 02:01:43] "POST /ref-update HTTP/1.1" 200 156 0.007881 10.0.0.50 - - [2025-04-28 02:01:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002651 10.0.0.50 - - [2025-04-28 02:01:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002769 10.0.0.50 - - [2025-04-28 02:01:44] "POST /ref-update HTTP/1.1" 200 156 0.007028 10.0.0.50 - - [2025-04-28 02:01:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002901 10.0.0.50 - - [2025-04-28 02:01:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002528 10.0.0.50 - - [2025-04-28 02:01:44] "POST /ref-update HTTP/1.1" 200 156 0.006672 10.0.0.50 - - [2025-04-28 02:01:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002526 10.0.0.50 - - [2025-04-28 02:01:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003405 10.0.0.50 - - [2025-04-28 02:01:44] "POST /ref-update HTTP/1.1" 200 156 0.007024 10.0.0.50 - - [2025-04-28 02:01:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002481 10.0.0.50 - - [2025-04-28 02:01:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002622 10.0.0.50 - - [2025-04-28 02:01:44] "POST /ref-update HTTP/1.1" 200 156 0.007422 10.0.0.50 - - [2025-04-28 02:01:44] "POST /network-ipams HTTP/1.1" 200 550 0.014548 10.0.0.50 - - [2025-04-28 02:01:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003146 10.0.0.50 - - [2025-04-28 02:01:44] "POST /virtual-networks HTTP/1.1" 200 552 0.107294 10.0.0.50 - - [2025-04-28 02:01:44] "GET /physical-routers?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.002453 10.0.0.50 - - [2025-04-28 02:01:44] "POST /fqname-to-id HTTP/1.1" 404 188 0.002505 10.0.0.50 - - [2025-04-28 02:01:44] "POST /fqname-to-id HTTP/1.1" 404 178 0.002412 10.0.0.50 - - [2025-04-28 02:01:44] "GET /fabrics?detail=False&count=False&shared=False HTTP/1.1" 200 312 0.002960 10.0.0.50 - - [2025-04-28 02:01:44] "GET /fabric/795b003d-12ac-4e8e-930f-7cbce4eab0be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1116 0.003992 10.0.0.50 - - [2025-04-28 02:01:44] "POST /fqname-to-id HTTP/1.1" 404 198 0.002509 10.0.0.50 - - [2025-04-28 02:01:45] "POST /fqname-to-id HTTP/1.1" 404 205 0.002463 10.0.0.50 - - [2025-04-28 02:01:45] "POST /fqname-to-id HTTP/1.1" 404 207 0.002753 10.0.0.50 - - [2025-04-28 02:01:45] "POST /route-targets HTTP/1.1" 200 327 0.007906 10.0.0.50 - - [2025-04-28 02:01:45] "POST /ref-update HTTP/1.1" 200 156 0.010057 10.0.0.50 - - [2025-04-28 02:01:50] "GET / HTTP/1.1" 200 35931 0.001843 10.0.0.50 - - [2025-04-28 02:01:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000456 10.0.0.50 - - [2025-04-28 02:01:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.021308 10.0.0.50 - - [2025-04-28 02:01:50] "GET /global-system-config/3234f21e-3594-454b-9862-1c6c5d4b5452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.006794 10.0.0.50 - - [2025-04-28 02:01:51] "POST /fqname-to-id HTTP/1.1" 404 220 0.003056 10.0.0.50 - - [2025-04-28 02:01:51] "POST /database-nodes HTTP/1.1" 200 603 0.015226 10.0.0.50 - - [2025-04-28 02:02:19] "GET / HTTP/1.1" 200 35931 0.001528 10.0.0.50 - - [2025-04-28 02:02:19] "POST /fqname-to-id HTTP/1.1" 401 292 0.000472 10.0.0.50 - - [2025-04-28 02:02:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.021459 10.0.0.50 - - [2025-04-28 02:02:19] "GET /global-system-config/3234f21e-3594-454b-9862-1c6c5d4b5452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.005551 10.0.0.50 - - [2025-04-28 02:02:19] "POST /fqname-to-id HTTP/1.1" 404 220 0.002641 10.0.0.50 - - [2025-04-28 02:02:19] "POST /analytics-nodes HTTP/1.1" 200 605 0.016845 10.0.0.50 - - [2025-04-28 02:02:25] "GET / HTTP/1.1" 200 35931 0.001997 10.0.0.50 - - [2025-04-28 02:02:31] "GET / HTTP/1.1" 200 35931 0.001788 10.0.0.50 - - [2025-04-28 02:02:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000643 10.0.0.50 - - [2025-04-28 02:02:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.027770 10.0.0.50 - - [2025-04-28 02:02:32] "GET /global-system-config/3234f21e-3594-454b-9862-1c6c5d4b5452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.005337 10.0.0.50 - - [2025-04-28 02:02:32] "POST /fqname-to-id HTTP/1.1" 404 220 0.004047 10.0.0.50 - - [2025-04-28 02:02:32] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.017045 10.0.0.50 - - [2025-04-28 02:02:39] "GET / HTTP/1.1" 200 35931 0.001451 10.0.0.50 - - [2025-04-28 02:02:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000389 10.0.0.50 - - [2025-04-28 02:02:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.023532 10.0.0.50 - - [2025-04-28 02:02:39] "GET /global-system-config/3234f21e-3594-454b-9862-1c6c5d4b5452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.006789 10.0.0.50 - - [2025-04-28 02:02:39] "POST /fqname-to-id HTTP/1.1" 404 220 0.002932 10.0.0.50 - - [2025-04-28 02:02:40] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.039433 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.50 - - [2025-04-28 02:02:44] "GET /obj-perms HTTP/1.1" 200 5056 0.339488 10.0.0.50 - - [2025-04-28 02:02:45] "GET /obj-perms HTTP/1.1" 200 5056 0.040344 10.0.0.50 - - [2025-04-28 02:03:45] "GET /obj-perms HTTP/1.1" 200 5056 0.037743 10.0.0.50 - - [2025-04-28 02:03:45] "GET /obj-perms HTTP/1.1" 200 5056 0.036742 10.0.0.50 - - [2025-04-28 02:04:07] "GET / HTTP/1.1" 200 35931 0.002378 10.0.0.50 - - [2025-04-28 02:04:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000381 10.0.0.50 - - [2025-04-28 02:04:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.022202 10.0.0.50 - - [2025-04-28 02:04:08] "GET /global-system-config/3234f21e-3594-454b-9862-1c6c5d4b5452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.005135 10.0.0.50 - - [2025-04-28 02:04:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002703 10.0.0.50 - - [2025-04-28 02:04:08] "GET /routing-instance/b16caa39-23a1-4658-b79e-8911a2299f4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.003676 10.0.0.50 - - [2025-04-28 02:04:08] "PUT /global-system-config/3234f21e-3594-454b-9862-1c6c5d4b5452 HTTP/1.1" 200 274 0.009881 10.0.0.50 - - [2025-04-28 02:04:08] "POST /fqname-to-id HTTP/1.1" 404 218 0.002549 10.0.0.50 - - [2025-04-28 02:04:08] "POST /virtual-routers HTTP/1.1" 200 603 0.014864 10.0.0.50 - - [2025-04-28 02:04:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002587 10.0.0.50 - - [2025-04-28 02:04:08] "GET /virtual-router/22f6eb79-f70a-4384-934f-fb1188b7f49c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1256 0.004830 10.0.0.50 - - [2025-04-28 02:04:08] "POST /fqname-to-id HTTP/1.1" 404 231 0.002590 10.0.0.50 - - [2025-04-28 02:04:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.50 - - [2025-04-28 02:04:08] "GET /virtual-network/e8aa6b04-e343-48c4-8db2-ba5dad79249d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.005008 10.0.0.50 - - [2025-04-28 02:04:08] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.042502 10.0.0.50 - - [2025-04-28 02:04:09] "PUT /access-control-list/8f076a38-9ed5-472c-8b0b-d3e9308a555a HTTP/1.1" 200 272 0.009712 [Introspect:8084]10.0.0.50 - - [2025-04-28 02:04:20] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000812 [Introspect:8084]10.0.0.50 - - [2025-04-28 02:04:20] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000799 [Introspect:8084]10.0.0.50 - - [2025-04-28 02:04:22] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000753 [Introspect:8084]10.0.0.50 - - [2025-04-28 02:04:22] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000800 10.0.0.50 - - [2025-04-28 02:04:46] "GET /obj-perms HTTP/1.1" 200 5056 0.039653 10.0.0.50 - - [2025-04-28 02:04:46] "GET /obj-perms HTTP/1.1" 200 5056 0.038363 10.0.0.50 - - [2025-04-28 02:05:13] "GET / HTTP/1.1" 200 35931 0.001722 10.0.0.50 - - [2025-04-28 02:05:14] "GET /project/30d10817-127d-4b42-af26-b2f74a9d2685?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000442 10.0.0.50 - - [2025-04-28 02:05:15] "GET /projects?obj_uuids=30d10817-127d-4b42-af26-b2f74a9d2685&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002409 10.0.0.50 - - [2025-04-28 02:05:15] "GET /domains?obj_uuids=09530269-b2df-4ef6-995f-dfbc59aefc94&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000977 10.0.0.50 - - [2025-04-28 02:05:15] "GET /domain/09530269-b2df-4ef6-995f-dfbc59aefc94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.050530 10.0.0.50 - - [2025-04-28 02:05:15] "POST /id-to-fqname HTTP/1.1" 200 167 0.001195 10.0.0.50 - - [2025-04-28 02:05:15] "POST /fqname-to-id HTTP/1.1" 404 176 0.002816 10.0.0.50 - - [2025-04-28 02:05:15] "POST /security-groups HTTP/1.1" 200 568 0.059655 10.0.0.50 - - [2025-04-28 02:05:15] "POST /fqname-to-id HTTP/1.1" 404 207 0.002320 10.0.0.50 - - [2025-04-28 02:05:15] "POST /projects HTTP/1.1" 200 539 0.209897 10.0.0.50 - - [2025-04-28 02:05:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.276578 10.0.0.50 - - [2025-04-28 02:05:15] "POST /access-control-lists HTTP/1.1" 200 573 0.065425 10.0.0.50 - - [2025-04-28 02:05:15] "POST /fqname-to-id HTTP/1.1" 404 206 0.002393 10.0.0.50 - - [2025-04-28 02:05:15] "GET /project/30d10817-127d-4b42-af26-b2f74a9d2685?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.425506 10.0.0.50 - - [2025-04-28 02:05:15] "POST /access-control-lists HTTP/1.1" 200 571 0.060298 [Introspect:8084]10.0.0.50 - - [2025-04-28 02:05:15] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000997 10.0.0.50 - - [2025-04-28 02:05:16] "POST /fqname-to-id HTTP/1.1" 404 199 0.025023 10.0.0.50 - - [2025-04-28 02:05:16] "GET /projects?obj_uuids=417c900f-7b4e-4d84-a4eb-25aec3d07338&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002868 10.0.0.50 - - [2025-04-28 02:05:16] "GET /domains?obj_uuids=09530269-b2df-4ef6-995f-dfbc59aefc94&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001049 10.0.0.50 - - [2025-04-28 02:05:16] "GET /domain/09530269-b2df-4ef6-995f-dfbc59aefc94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007003 10.0.0.50 - - [2025-04-28 02:05:16] "POST /id-to-fqname HTTP/1.1" 200 201 0.001177 10.0.0.50 - - [2025-04-28 02:05:16] "POST /fqname-to-id HTTP/1.1" 404 210 0.003073 10.0.0.50 - - [2025-04-28 02:05:16] "POST /security-groups HTTP/1.1" 200 602 0.063655 10.0.0.50 - - [2025-04-28 02:05:16] "POST /fqname-to-id HTTP/1.1" 404 245 0.002215 10.0.0.50 - - [2025-04-28 02:05:16] "POST /projects HTTP/1.1" 200 607 0.235486 10.0.0.50 - - [2025-04-28 02:05:16] "POST /access-control-lists HTTP/1.1" 200 607 0.059146 10.0.0.50 - - [2025-04-28 02:05:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.300140 10.0.0.50 - - [2025-04-28 02:05:16] "POST /fqname-to-id HTTP/1.1" 404 244 0.002425 10.0.0.50 - - [2025-04-28 02:05:16] "GET /project/417c900f-7b4e-4d84-a4eb-25aec3d07338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.419885 10.0.0.50 - - [2025-04-28 02:05:16] "POST /access-control-lists HTTP/1.1" 200 605 0.055708 10.0.0.50 - - [2025-04-28 02:05:17] "GET / HTTP/1.1" 200 35931 0.001852 10.0.0.50 - - [2025-04-28 02:05:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000462 10.0.0.50 - - [2025-04-28 02:05:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.044018 10.0.0.50 - - [2025-04-28 02:05:18] "GET /projects?obj_uuids=417c900f-7b4e-4d84-a4eb-25aec3d07338&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000925 10.0.0.50 - - [2025-04-28 02:05:18] "GET /project/417c900f-7b4e-4d84-a4eb-25aec3d07338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.019761 10.0.0.50 - - [2025-04-28 02:05:18] "POST /neutron/network HTTP/1.1" 200 117 0.033176 10.0.0.50 - - [2025-04-28 02:05:18] "GET /projects?obj_uuids=417c900f-7b4e-4d84-a4eb-25aec3d07338&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001001 10.0.0.50 - - [2025-04-28 02:05:18] "POST /neutron/network HTTP/1.1" 200 620 0.059289 10.0.0.50 - - [2025-04-28 02:05:18] "POST /route-targets HTTP/1.1" 200 327 0.009106 10.0.0.50 - - [2025-04-28 02:05:18] "POST /ref-update HTTP/1.1" 200 156 0.010161 10.0.0.50 - - [2025-04-28 02:05:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002249 10.0.0.50 - - [2025-04-28 02:05:18] "POST /neutron/subnet HTTP/1.1" 200 705 0.138570 10.0.0.50 - - [2025-04-28 02:05:18] "POST /neutron/network HTTP/1.1" 200 835 0.005132 10.0.0.50 - - [2025-04-28 02:05:18] "POST /id-to-fqname HTTP/1.1" 200 233 0.001548 10.0.0.50 - - [2025-04-28 02:05:19] "GET /virtual-network/c8a0fb46-be70-49c8-9758-3c872baeda8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006777 10.0.0.50 - - [2025-04-28 02:05:19] "POST /neutron/network HTTP/1.1" 200 835 0.006616 10.0.0.50 - - [2025-04-28 02:05:19] "GET /virtual-network/c8a0fb46-be70-49c8-9758-3c872baeda8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006349 10.0.0.50 - - [2025-04-28 02:05:19] "POST /neutron/network HTTP/1.1" 200 835 0.005420 10.0.0.50 - - [2025-04-28 02:05:19] "POST /neutron/subnet HTTP/1.1" 200 705 0.007936 10.0.0.50 - - [2025-04-28 02:05:19] "GET /domains HTTP/1.1" 401 292 0.000501 10.0.0.50 - - [2025-04-28 02:05:19] "GET /domains HTTP/1.1" 200 280 0.022796 10.0.0.50 - - [2025-04-28 02:05:19] "GET /domains?obj_uuids=09530269-b2df-4ef6-995f-dfbc59aefc94&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001358 10.0.0.50 - - [2025-04-28 02:05:19] "GET /domain/09530269-b2df-4ef6-995f-dfbc59aefc94 HTTP/1.1" 200 2583 0.014984 10.0.0.50 - - [2025-04-28 02:05:19] "GET /projects?obj_uuids=417c900f-7b4e-4d84-a4eb-25aec3d07338&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001385 10.0.0.50 - - [2025-04-28 02:05:19] "GET /project/417c900f-7b4e-4d84-a4eb-25aec3d07338 HTTP/1.1" 200 2178 0.069916 10.0.0.50 - - [2025-04-28 02:05:19] "GET /virtual-network/c8a0fb46-be70-49c8-9758-3c872baeda8a HTTP/1.1" 200 2330 0.005589 10.0.0.50 - - [2025-04-28 02:05:19] "GET /virtual-network/c8a0fb46-be70-49c8-9758-3c872baeda8a HTTP/1.1" 200 2330 0.004265 10.0.0.50 - - [2025-04-28 02:05:19] "GET /routing-instance/4319abb2-905e-40f2-80fd-69b224a6f4ea HTTP/1.1" 200 1493 0.003078 10.0.0.50 - - [2025-04-28 02:05:19] "GET /routing-instance/4319abb2-905e-40f2-80fd-69b224a6f4ea HTTP/1.1" 200 1493 0.002822 10.0.0.50 - - [2025-04-28 02:05:19] "GET /route-target/74d9cdf8-cbff-4c55-86d6-6169d866b78f HTTP/1.1" 200 1218 0.002586 10.0.0.50 - - [2025-04-28 02:05:19] "GET /virtual-network/c8a0fb46-be70-49c8-9758-3c872baeda8a HTTP/1.1" 200 2330 0.004081 10.0.0.50 - - [2025-04-28 02:05:19] "GET /routing-instance/4319abb2-905e-40f2-80fd-69b224a6f4ea HTTP/1.1" 200 1493 0.002548 10.0.0.50 - - [2025-04-28 02:05:19] "GET /virtual-network/c8a0fb46-be70-49c8-9758-3c872baeda8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.003971 10.0.0.50 - - [2025-04-28 02:05:19] "GET /virtual-network/c8a0fb46-be70-49c8-9758-3c872baeda8a HTTP/1.1" 200 2330 0.004192 10.0.0.50 - - [2025-04-28 02:05:19] "GET /routing-instance/4319abb2-905e-40f2-80fd-69b224a6f4ea HTTP/1.1" 200 1493 0.002530 10.0.0.50 - - [2025-04-28 02:05:19] "GET /routing-instance/4319abb2-905e-40f2-80fd-69b224a6f4ea HTTP/1.1" 200 1493 0.002535 10.0.0.50 - - [2025-04-28 02:05:19] "GET /route-target/74d9cdf8-cbff-4c55-86d6-6169d866b78f HTTP/1.1" 200 1218 0.002218 10.0.0.50 - - [2025-04-28 02:05:19] "GET /domains HTTP/1.1" 200 280 0.001971 10.0.0.50 - - [2025-04-28 02:05:19] "GET /domains?obj_uuids=09530269-b2df-4ef6-995f-dfbc59aefc94&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000938 10.0.0.50 - - [2025-04-28 02:05:19] "GET /domain/09530269-b2df-4ef6-995f-dfbc59aefc94 HTTP/1.1" 200 2583 0.006337 10.0.0.50 - - [2025-04-28 02:05:19] "GET /projects?obj_uuids=417c900f-7b4e-4d84-a4eb-25aec3d07338&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001177 10.0.0.50 - - [2025-04-28 02:05:19] "GET /project/417c900f-7b4e-4d84-a4eb-25aec3d07338 HTTP/1.1" 200 2178 0.076211 10.0.0.50 - - [2025-04-28 02:05:19] "GET /virtual-network/c8a0fb46-be70-49c8-9758-3c872baeda8a HTTP/1.1" 200 2330 0.004267 10.0.0.50 - - [2025-04-28 02:05:20] "GET /obj-perms HTTP/1.1" 200 5052 0.041094 10.0.0.50 - - [2025-04-28 02:05:20] "POST /id-to-fqname HTTP/1.1" 200 233 0.001644 10.0.0.50 - - [2025-04-28 02:05:21] "POST /neutron/network HTTP/1.1" 200 845 0.005186 10.0.0.50 - - [2025-04-28 02:05:21] "GET /aaa-mode HTTP/1.1" 401 292 0.000391 10.0.0.50 - - [2025-04-28 02:05:21] "GET / HTTP/1.1" 200 35931 0.001680 10.0.0.50 - - [2025-04-28 02:05:21] "GET /project/417c900f-7b4e-4d84-a4eb-25aec3d07338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000363 10.0.0.50 - - [2025-04-28 02:05:22] "GET /projects?obj_uuids=417c900f-7b4e-4d84-a4eb-25aec3d07338&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001033 10.0.0.50 - - [2025-04-28 02:05:22] "GET /project/417c900f-7b4e-4d84-a4eb-25aec3d07338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.043634 10.0.0.50 - - [2025-04-28 02:05:22] "POST /neutron/network HTTP/1.1" 200 835 0.025125 10.0.0.50 - - [2025-04-28 02:05:22] "POST /neutron/port HTTP/1.1" 200 117 0.004668 10.0.0.50 - - [2025-04-28 02:05:23] "POST /neutron/port HTTP/1.1" 200 117 0.004260 10.0.0.50 - - [2025-04-28 02:05:23] "POST /neutron/port HTTP/1.1" 200 117 0.004398 10.0.0.50 - - [2025-04-28 02:05:23] "POST /neutron/network HTTP/1.1" 200 845 0.007163 10.0.0.50 - - [2025-04-28 02:05:23] "GET /projects?obj_uuids=417c900f-7b4e-4d84-a4eb-25aec3d07338&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001533 10.0.0.50 - - [2025-04-28 02:05:24] "POST /neutron/port HTTP/1.1" 200 1067 0.216744 10.0.0.50 - - [2025-04-28 02:05:24] "POST /neutron/port HTTP/1.1" 200 1067 0.027416 10.0.0.50 - - [2025-04-28 02:05:24] "POST /neutron/port HTTP/1.1" 200 1067 0.006773 10.0.0.50 - - [2025-04-28 02:05:24] "POST /neutron/port HTTP/1.1" 200 1121 0.055750 10.0.0.50 - - [2025-04-28 02:05:24] "POST /neutron/port HTTP/1.1" 200 1095 0.012482 10.0.0.50 - - [2025-04-28 02:05:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002460 10.0.0.50 - - [2025-04-28 02:05:24] "POST /neutron/subnet HTTP/1.1" 200 679 0.007847 10.0.0.50 - - [2025-04-28 02:05:24] "POST /neutron/port HTTP/1.1" 200 117 0.001017 10.0.0.50 - - [2025-04-28 02:05:24] "POST /neutron/network HTTP/1.1" 200 835 0.005259 10.0.0.50 - - [2025-04-28 02:05:28] "POST /neutron/port HTTP/1.1" 200 1095 0.012238 10.0.0.50 - - [2025-04-28 02:05:28] "POST /neutron/security_group HTTP/1.1" 200 2069 0.004932 10.0.0.50 - - [2025-04-28 02:05:28] "GET /obj-perms HTTP/1.1" 200 5052 0.002434 10.0.0.50 - - [2025-04-28 02:05:29] "GET /obj-perms HTTP/1.1" 200 5052 0.003150 10.0.0.50 - - [2025-04-28 02:05:30] "GET /obj-perms HTTP/1.1" 200 5052 0.003219 10.0.0.50 - - [2025-04-28 02:05:31] "GET /obj-perms HTTP/1.1" 200 5052 0.003318 10.0.0.50 - - [2025-04-28 02:05:32] "GET /obj-perms HTTP/1.1" 200 5052 0.003163 10.0.0.50 - - [2025-04-28 02:05:33] "POST /neutron/network HTTP/1.1" 200 835 0.007269 10.0.0.50 - - [2025-04-28 02:05:33] "POST /neutron/network HTTP/1.1" 400 204 0.009335 10.0.0.50 - - [2025-04-28 02:05:33] "POST /neutron/port HTTP/1.1" 200 1095 0.011919 10.0.0.50 - - [2025-04-28 02:05:33] "POST /neutron/port HTTP/1.1" 200 1121 0.007305 10.0.0.50 - - [2025-04-28 02:05:33] "POST /neutron/port HTTP/1.1" 200 151 0.103448 10.0.0.50 - - [2025-04-28 02:05:35] "POST /neutron/network HTTP/1.1" 200 835 0.005366 10.0.0.50 - - [2025-04-28 02:05:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002570 10.0.0.50 - - [2025-04-28 02:05:35] "POST /useragent-kv HTTP/1.1" 200 115 0.005037 10.0.0.50 - - [2025-04-28 02:05:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.50 - - [2025-04-28 02:05:35] "POST /neutron/network HTTP/1.1" 200 151 0.085457 10.0.0.50 - - [2025-04-28 02:05:35] "GET /routing-instance/4319abb2-905e-40f2-80fd-69b224a6f4ea HTTP/1.1" 404 171 0.001840 10.0.0.50 - - [2025-04-28 02:05:35] "DELETE /route-target/74d9cdf8-cbff-4c55-86d6-6169d866b78f HTTP/1.1" 200 115 0.018675 10.0.0.50 - - [2025-04-28 02:05:35] "GET /domains HTTP/1.1" 200 280 0.003678 10.0.0.50 - - [2025-04-28 02:05:35] "GET /domains?obj_uuids=09530269-b2df-4ef6-995f-dfbc59aefc94&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000980 10.0.0.50 - - [2025-04-28 02:05:35] "GET /domain/09530269-b2df-4ef6-995f-dfbc59aefc94 HTTP/1.1" 200 2583 0.048946 10.0.0.50 - - [2025-04-28 02:05:35] "GET /projects?obj_uuids=417c900f-7b4e-4d84-a4eb-25aec3d07338&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001387 10.0.0.50 - - [2025-04-28 02:05:35] "GET /project/417c900f-7b4e-4d84-a4eb-25aec3d07338 HTTP/1.1" 200 1928 0.065241 10.0.0.50 - - [2025-04-28 02:05:35] "GET /projects?obj_uuids=417c900f-7b4e-4d84-a4eb-25aec3d07338&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000998 10.0.0.50 - - [2025-04-28 02:05:35] "GET /project/417c900f-7b4e-4d84-a4eb-25aec3d07338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1417 0.027372 10.0.0.50 - - [2025-04-28 02:05:35] "GET /projects?obj_uuids=417c900f-7b4e-4d84-a4eb-25aec3d07338&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001280 10.0.0.50 - - [2025-04-28 02:05:35] "GET /project/417c900f-7b4e-4d84-a4eb-25aec3d07338?fields=virtual_networks HTTP/1.1" 200 1064 0.070484 10.0.0.50 - - [2025-04-28 02:05:35] "GET /projects?obj_uuids=417c900f-7b4e-4d84-a4eb-25aec3d07338&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000970 10.0.0.50 - - [2025-04-28 02:05:35] "GET /project/417c900f-7b4e-4d84-a4eb-25aec3d07338?fields=virtual_machine_interfaces HTTP/1.1" 200 1064 0.025034 10.0.0.50 - - [2025-04-28 02:05:36] "GET /projects?obj_uuids=417c900f-7b4e-4d84-a4eb-25aec3d07338&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001042 10.0.0.50 - - [2025-04-28 02:05:36] "GET /project/417c900f-7b4e-4d84-a4eb-25aec3d07338?fields=security_groups HTTP/1.1" 200 1301 0.029019 10.0.0.50 - - [2025-04-28 02:05:36] "POST /fqname-to-id HTTP/1.1" 404 200 0.020019 10.0.0.50 - - [2025-04-28 02:05:36] "GET /projects?obj_uuids=98c6889e-ac88-4060-bbd1-dfac25b6e486&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002204 10.0.0.50 - - [2025-04-28 02:05:36] "GET /domains?obj_uuids=09530269-b2df-4ef6-995f-dfbc59aefc94&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001023 10.0.0.50 - - [2025-04-28 02:05:36] "GET /domain/09530269-b2df-4ef6-995f-dfbc59aefc94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007107 10.0.0.50 - - [2025-04-28 02:05:36] "POST /id-to-fqname HTTP/1.1" 200 202 0.001132 10.0.0.50 - - [2025-04-28 02:05:36] "POST /fqname-to-id HTTP/1.1" 404 211 0.002210 10.0.0.50 - - [2025-04-28 02:05:37] "POST /security-groups HTTP/1.1" 200 603 0.059748 10.0.0.50 - - [2025-04-28 02:05:37] "POST /fqname-to-id HTTP/1.1" 404 246 0.002230 10.0.0.50 - - [2025-04-28 02:05:37] "POST /projects HTTP/1.1" 200 609 0.224199 10.0.0.50 - - [2025-04-28 02:05:37] "POST /access-control-lists HTTP/1.1" 200 608 0.063594 10.0.0.50 - - [2025-04-28 02:05:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.293039 10.0.0.50 - - [2025-04-28 02:05:37] "POST /fqname-to-id HTTP/1.1" 404 245 0.004351 10.0.0.50 - - [2025-04-28 02:05:37] "GET /project/98c6889e-ac88-4060-bbd1-dfac25b6e486?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.408600 10.0.0.50 - - [2025-04-28 02:05:37] "POST /access-control-lists HTTP/1.1" 200 606 0.062414 10.0.0.50 - - [2025-04-28 02:05:38] "GET / HTTP/1.1" 200 35931 0.001764 10.0.0.50 - - [2025-04-28 02:05:38] "GET /projects?obj_uuids=30d10817-127d-4b42-af26-b2f74a9d2685&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000990 10.0.0.50 - - [2025-04-28 02:05:38] "GET /project/30d10817-127d-4b42-af26-b2f74a9d2685?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.021097 10.0.0.50 - - [2025-04-28 02:05:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002704 10.0.0.50 - - [2025-04-28 02:05:39] "GET /security-group/6ea492f4-82f1-407a-842d-c6cfb19bdf12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3694 0.003920 10.0.0.50 - - [2025-04-28 02:05:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002649 10.0.0.50 - - [2025-04-28 02:05:39] "GET /projects?obj_uuids=30d10817-127d-4b42-af26-b2f74a9d2685&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001027 10.0.0.50 - - [2025-04-28 02:05:39] "GET /project/30d10817-127d-4b42-af26-b2f74a9d2685?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.025371 10.0.0.50 - - [2025-04-28 02:05:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002805 10.0.0.50 - - [2025-04-28 02:05:39] "GET /security-group/6ea492f4-82f1-407a-842d-c6cfb19bdf12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3694 0.003599 10.0.0.50 - - [2025-04-28 02:05:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002544 10.0.0.50 - - [2025-04-28 02:05:39] "PUT /security-group/6ea492f4-82f1-407a-842d-c6cfb19bdf12 HTTP/1.1" 200 262 0.012081 10.0.0.50 - - [2025-04-28 02:05:39] "PUT /access-control-list/a90c7609-42b4-4a08-bc67-8fcb5a9062a7 HTTP/1.1" 200 272 0.007994 10.0.0.50 - - [2025-04-28 02:05:39] "PUT /access-control-list/1c4cc6fc-66ee-4126-9967-282c9405bbe7 HTTP/1.1" 200 272 0.019790 10.0.0.50 - - [2025-04-28 02:05:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000496 10.0.0.50 - - [2025-04-28 02:05:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.047259 10.0.0.50 - - [2025-04-28 02:05:40] "GET /projects?obj_uuids=98c6889e-ac88-4060-bbd1-dfac25b6e486&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000963 10.0.0.50 - - [2025-04-28 02:05:40] "GET /project/98c6889e-ac88-4060-bbd1-dfac25b6e486?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.021765 10.0.0.50 - - [2025-04-28 02:05:40] "POST /neutron/network HTTP/1.1" 200 117 0.025313 10.0.0.50 - - [2025-04-28 02:05:40] "GET /projects?obj_uuids=98c6889e-ac88-4060-bbd1-dfac25b6e486&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000958 10.0.0.50 - - [2025-04-28 02:05:40] "POST /neutron/network HTTP/1.1" 200 619 0.057268 10.0.0.50 - - [2025-04-28 02:05:40] "POST /route-targets HTTP/1.1" 200 327 0.013496 10.0.0.50 - - [2025-04-28 02:05:40] "POST /ref-update HTTP/1.1" 200 156 0.009855 10.0.0.50 - - [2025-04-28 02:05:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002771 10.0.0.50 - - [2025-04-28 02:05:40] "POST /neutron/subnet HTTP/1.1" 200 725 0.134838 10.0.0.50 - - [2025-04-28 02:05:40] "POST /neutron/network HTTP/1.1" 200 838 0.004199 10.0.0.50 - - [2025-04-28 02:05:40] "POST /id-to-fqname HTTP/1.1" 200 233 0.000999 10.0.0.50 - - [2025-04-28 02:05:40] "GET /virtual-network/dece83fe-20dd-4e9d-a3d1-e101d0c7da60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004184 10.0.0.50 - - [2025-04-28 02:05:40] "POST /neutron/network HTTP/1.1" 200 838 0.004905 10.0.0.50 - - [2025-04-28 02:05:40] "GET /virtual-network/dece83fe-20dd-4e9d-a3d1-e101d0c7da60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004174 10.0.0.50 - - [2025-04-28 02:05:40] "POST /neutron/network HTTP/1.1" 200 838 0.005372 10.0.0.50 - - [2025-04-28 02:05:40] "POST /neutron/subnet HTTP/1.1" 200 725 0.006152 10.0.0.50 - - [2025-04-28 02:05:40] "GET /domains HTTP/1.1" 401 292 0.000362 10.0.0.50 - - [2025-04-28 02:05:40] "GET /domains HTTP/1.1" 200 280 0.025399 10.0.0.50 - - [2025-04-28 02:05:40] "GET /domains?obj_uuids=09530269-b2df-4ef6-995f-dfbc59aefc94&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000901 10.0.0.50 - - [2025-04-28 02:05:40] "GET /domain/09530269-b2df-4ef6-995f-dfbc59aefc94 HTTP/1.1" 200 2781 0.006986 10.0.0.50 - - [2025-04-28 02:05:40] "GET /projects?obj_uuids=98c6889e-ac88-4060-bbd1-dfac25b6e486&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000916 10.0.0.50 - - [2025-04-28 02:05:41] "GET /project/98c6889e-ac88-4060-bbd1-dfac25b6e486 HTTP/1.1" 200 2185 0.067859 10.0.0.50 - - [2025-04-28 02:05:41] "GET /virtual-network/dece83fe-20dd-4e9d-a3d1-e101d0c7da60 HTTP/1.1" 200 2340 0.005615 10.0.0.50 - - [2025-04-28 02:05:41] "GET /virtual-network/dece83fe-20dd-4e9d-a3d1-e101d0c7da60 HTTP/1.1" 200 2340 0.004634 10.0.0.50 - - [2025-04-28 02:05:41] "GET /routing-instance/b0bc7f12-a6af-4f59-a3df-9cad0202ee83 HTTP/1.1" 200 1492 0.003347 10.0.0.50 - - [2025-04-28 02:05:41] "GET /routing-instance/b0bc7f12-a6af-4f59-a3df-9cad0202ee83 HTTP/1.1" 200 1492 0.002578 10.0.0.50 - - [2025-04-28 02:05:41] "GET /route-target/79f6e4c1-e123-4a2e-8bdd-fe462ca0c5f0 HTTP/1.1" 200 1218 0.002421 10.0.0.50 - - [2025-04-28 02:05:41] "GET /virtual-network/dece83fe-20dd-4e9d-a3d1-e101d0c7da60 HTTP/1.1" 200 2340 0.004483 10.0.0.50 - - [2025-04-28 02:05:41] "GET /routing-instance/b0bc7f12-a6af-4f59-a3df-9cad0202ee83 HTTP/1.1" 200 1492 0.002711 10.0.0.50 - - [2025-04-28 02:05:41] "GET /virtual-network/dece83fe-20dd-4e9d-a3d1-e101d0c7da60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004333 10.0.0.50 - - [2025-04-28 02:05:41] "GET /virtual-network/dece83fe-20dd-4e9d-a3d1-e101d0c7da60 HTTP/1.1" 200 2340 0.005137 10.0.0.50 - - [2025-04-28 02:05:41] "GET /routing-instance/b0bc7f12-a6af-4f59-a3df-9cad0202ee83 HTTP/1.1" 200 1492 0.002800 10.0.0.50 - - [2025-04-28 02:05:41] "GET /routing-instance/b0bc7f12-a6af-4f59-a3df-9cad0202ee83 HTTP/1.1" 200 1492 0.002878 10.0.0.50 - - [2025-04-28 02:05:41] "GET /route-target/79f6e4c1-e123-4a2e-8bdd-fe462ca0c5f0 HTTP/1.1" 200 1218 0.002369 10.0.0.50 - - [2025-04-28 02:05:41] "GET /domains HTTP/1.1" 200 280 0.001873 10.0.0.50 - - [2025-04-28 02:05:41] "GET /domains?obj_uuids=09530269-b2df-4ef6-995f-dfbc59aefc94&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.020617 10.0.0.50 - - [2025-04-28 02:05:41] "GET /domain/09530269-b2df-4ef6-995f-dfbc59aefc94 HTTP/1.1" 200 2781 0.025986 10.0.0.50 - - [2025-04-28 02:05:41] "GET /projects?obj_uuids=98c6889e-ac88-4060-bbd1-dfac25b6e486&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001515 10.0.0.50 - - [2025-04-28 02:05:41] "GET /project/98c6889e-ac88-4060-bbd1-dfac25b6e486 HTTP/1.1" 200 2185 0.073003 10.0.0.50 - - [2025-04-28 02:05:41] "GET /virtual-network/dece83fe-20dd-4e9d-a3d1-e101d0c7da60 HTTP/1.1" 200 2340 0.004436 10.0.0.50 - - [2025-04-28 02:05:41] "GET /obj-perms HTTP/1.1" 200 5054 0.040415 10.0.0.50 - - [2025-04-28 02:05:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002518 10.0.0.50 - - [2025-04-28 02:05:41] "GET /projects?obj_uuids=98c6889e-ac88-4060-bbd1-dfac25b6e486&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000915 10.0.0.50 - - [2025-04-28 02:05:41] "GET /project/98c6889e-ac88-4060-bbd1-dfac25b6e486?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.028380 10.0.0.50 - - [2025-04-28 02:05:41] "DELETE /project/30d10817127d4b42af26b2f74a9d2685 HTTP/1.1" 404 173 0.023584 10.0.0.50 - - [2025-04-28 02:05:41] "POST /neutron/network HTTP/1.1" 200 117 0.007997 10.0.0.50 - - [2025-04-28 02:05:41] "DELETE /project/417c900f7b4e4d84a4eb25aec3d07338 HTTP/1.1" 404 173 0.028487 10.0.0.50 - - [2025-04-28 02:05:41] "GET /projects?obj_uuids=98c6889e-ac88-4060-bbd1-dfac25b6e486&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000936 10.0.0.50 - - [2025-04-28 02:05:41] "GET /projects?obj_uuids=417c900f-7b4e-4d84-a4eb-25aec3d07338&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001143 10.0.0.50 - - [2025-04-28 02:05:41] "DELETE /project/98c6889eac884060bbd1dfac25b6e486 HTTP/1.1" 404 173 0.053779 10.0.0.50 - - [2025-04-28 02:05:41] "GET /project/417c900f-7b4e-4d84-a4eb-25aec3d07338?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1522 0.040944 10.0.0.50 - - [2025-04-28 02:05:41] "POST /neutron/network HTTP/1.1" 200 619 0.086799 10.0.0.50 - - [2025-04-28 02:05:41] "GET /projects?obj_uuids=417c900f-7b4e-4d84-a4eb-25aec3d07338&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001633 10.0.0.50 - - [2025-04-28 02:05:41] "GET /project/417c900f-7b4e-4d84-a4eb-25aec3d07338?fields=security_groups HTTP/1.1" 200 1406 0.033098 10.0.0.50 - - [2025-04-28 02:05:41] "POST /route-targets HTTP/1.1" 200 327 0.020636 10.0.0.50 - - [2025-04-28 02:05:41] "POST /ref-update HTTP/1.1" 200 156 0.009317 10.0.0.50 - - [2025-04-28 02:05:41] "DELETE /security-group/69dbfae7-689c-4c27-ab84-03cf61439ccc HTTP/1.1" 200 115 0.025619 10.0.0.50 - - [2025-04-28 02:05:41] "GET /projects?obj_uuids=417c900f-7b4e-4d84-a4eb-25aec3d07338&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000907 10.0.0.50 - - [2025-04-28 02:05:41] "GET /project/417c900f-7b4e-4d84-a4eb-25aec3d07338?fields=application_policy_sets HTTP/1.1" 200 1445 0.044781 10.0.0.50 - - [2025-04-28 02:05:41] "DELETE /access-control-list/2a95bb0e-5155-4cc0-9d21-892c7c6164f8 HTTP/1.1" 200 115 0.056426 10.0.0.50 - - [2025-04-28 02:05:41] "POST /useragent-kv HTTP/1.1" 200 115 0.003087 10.0.0.50 - - [2025-04-28 02:05:41] "DELETE /access-control-list/18d17de6-2923-431f-9a46-915d66f20d7d HTTP/1.1" 200 115 0.033539 10.0.0.50 - - [2025-04-28 02:05:41] "POST /neutron/subnet HTTP/1.1" 200 729 0.198208 10.0.0.50 - - [2025-04-28 02:05:41] "POST /neutron/network HTTP/1.1" 200 839 0.005835 10.0.0.50 - - [2025-04-28 02:05:42] "POST /id-to-fqname HTTP/1.1" 200 233 0.004467 10.0.0.50 - - [2025-04-28 02:05:42] "GET /virtual-network/eca57b6d-0f65-4a80-94f4-ee246e5965a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005742 10.0.0.50 - - [2025-04-28 02:05:42] "DELETE /project/417c900f-7b4e-4d84-a4eb-25aec3d07338 HTTP/1.1" 200 115 0.407103 10.0.0.50 - - [2025-04-28 02:05:42] "POST /neutron/network HTTP/1.1" 200 839 0.004974 10.0.0.50 - - [2025-04-28 02:05:42] "GET /virtual-network/eca57b6d-0f65-4a80-94f4-ee246e5965a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.004235 10.0.0.50 - - [2025-04-28 02:05:42] "POST /neutron/network HTTP/1.1" 200 839 0.005407 10.0.0.50 - - [2025-04-28 02:05:42] "POST /neutron/subnet HTTP/1.1" 200 729 0.006325 10.0.0.50 - - [2025-04-28 02:05:42] "GET /domains HTTP/1.1" 200 280 0.002021 10.0.0.50 - - [2025-04-28 02:05:42] "GET /domains?obj_uuids=09530269-b2df-4ef6-995f-dfbc59aefc94&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000944 10.0.0.50 - - [2025-04-28 02:05:42] "GET /domain/09530269-b2df-4ef6-995f-dfbc59aefc94 HTTP/1.1" 200 2584 0.007156 10.0.0.50 - - [2025-04-28 02:05:42] "GET /projects?obj_uuids=98c6889e-ac88-4060-bbd1-dfac25b6e486&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000894 10.0.0.50 - - [2025-04-28 02:05:42] "GET /project/98c6889e-ac88-4060-bbd1-dfac25b6e486 HTTP/1.1" 200 2413 0.073332 10.0.0.50 - - [2025-04-28 02:05:42] "GET /virtual-network/eca57b6d-0f65-4a80-94f4-ee246e5965a9 HTTP/1.1" 200 2343 0.005547 10.0.0.50 - - [2025-04-28 02:05:42] "GET /virtual-network/eca57b6d-0f65-4a80-94f4-ee246e5965a9 HTTP/1.1" 200 2343 0.004540 10.0.0.50 - - [2025-04-28 02:05:42] "GET /routing-instance/01d9a39b-c525-48d0-84b4-395fc8c5689c HTTP/1.1" 200 1489 0.003258 10.0.0.50 - - [2025-04-28 02:05:42] "GET /routing-instance/01d9a39b-c525-48d0-84b4-395fc8c5689c HTTP/1.1" 200 1489 0.002897 10.0.0.50 - - [2025-04-28 02:05:42] "GET /route-target/477f34ff-ed7f-4825-89c4-4f7eb0c6bf1a HTTP/1.1" 200 1217 0.002398 10.0.0.50 - - [2025-04-28 02:05:42] "GET /virtual-network/eca57b6d-0f65-4a80-94f4-ee246e5965a9 HTTP/1.1" 200 2343 0.003925 10.0.0.50 - - [2025-04-28 02:05:42] "GET /routing-instance/01d9a39b-c525-48d0-84b4-395fc8c5689c HTTP/1.1" 200 1489 0.002450 10.0.0.50 - - [2025-04-28 02:05:42] "GET /virtual-network/eca57b6d-0f65-4a80-94f4-ee246e5965a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.003829 10.0.0.50 - - [2025-04-28 02:05:42] "GET /virtual-network/eca57b6d-0f65-4a80-94f4-ee246e5965a9 HTTP/1.1" 200 2343 0.004195 10.0.0.50 - - [2025-04-28 02:05:42] "GET /routing-instance/01d9a39b-c525-48d0-84b4-395fc8c5689c HTTP/1.1" 200 1489 0.003753 10.0.0.50 - - [2025-04-28 02:05:42] "GET /routing-instance/01d9a39b-c525-48d0-84b4-395fc8c5689c HTTP/1.1" 200 1489 0.005343 10.0.0.50 - - [2025-04-28 02:05:42] "GET /route-target/477f34ff-ed7f-4825-89c4-4f7eb0c6bf1a HTTP/1.1" 200 1217 0.002250 10.0.0.50 - - [2025-04-28 02:05:42] "GET /domains HTTP/1.1" 200 280 0.002006 10.0.0.50 - - [2025-04-28 02:05:42] "GET /domains?obj_uuids=09530269-b2df-4ef6-995f-dfbc59aefc94&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000952 10.0.0.50 - - [2025-04-28 02:05:42] "GET /domain/09530269-b2df-4ef6-995f-dfbc59aefc94 HTTP/1.1" 200 2584 0.006090 10.0.0.50 - - [2025-04-28 02:05:42] "GET /projects?obj_uuids=98c6889e-ac88-4060-bbd1-dfac25b6e486&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001147 10.0.0.50 - - [2025-04-28 02:05:42] "GET /project/98c6889e-ac88-4060-bbd1-dfac25b6e486 HTTP/1.1" 200 2413 0.068640 10.0.0.50 - - [2025-04-28 02:05:42] "GET /virtual-network/eca57b6d-0f65-4a80-94f4-ee246e5965a9 HTTP/1.1" 200 2343 0.004805 10.0.0.50 - - [2025-04-28 02:05:42] "GET /obj-perms HTTP/1.1" 200 5054 0.002844 10.0.0.50 - - [2025-04-28 02:05:42] "POST /id-to-fqname HTTP/1.1" 200 233 0.001278 10.0.0.50 - - [2025-04-28 02:05:42] "POST /neutron/network HTTP/1.1" 200 849 0.005204 10.0.0.50 - - [2025-04-28 02:05:42] "GET /aaa-mode HTTP/1.1" 401 292 0.000341 10.0.0.50 - - [2025-04-28 02:05:42] "GET / HTTP/1.1" 200 35931 0.001704 10.0.0.50 - - [2025-04-28 02:05:42] "GET /project/98c6889e-ac88-4060-bbd1-dfac25b6e486?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000370 10.0.0.50 - - [2025-04-28 02:05:43] "GET /projects?obj_uuids=98c6889e-ac88-4060-bbd1-dfac25b6e486&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001060 10.0.0.50 - - [2025-04-28 02:05:43] "GET /project/98c6889e-ac88-4060-bbd1-dfac25b6e486?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.044337 10.0.0.50 - - [2025-04-28 02:05:43] "POST /neutron/network HTTP/1.1" 200 839 0.004669 10.0.0.50 - - [2025-04-28 02:05:43] "POST /neutron/port HTTP/1.1" 200 117 0.004467 10.0.0.50 - - [2025-04-28 02:05:43] "POST /neutron/port HTTP/1.1" 200 117 0.004284 10.0.0.50 - - [2025-04-28 02:05:43] "POST /id-to-fqname HTTP/1.1" 200 233 0.001156 10.0.0.50 - - [2025-04-28 02:05:43] "POST /neutron/port HTTP/1.1" 200 117 0.004654 10.0.0.50 - - [2025-04-28 02:05:43] "POST /neutron/network HTTP/1.1" 200 848 0.006349 10.0.0.50 - - [2025-04-28 02:05:43] "GET /aaa-mode HTTP/1.1" 401 292 0.000359 10.0.0.50 - - [2025-04-28 02:05:43] "POST /neutron/network HTTP/1.1" 200 849 0.005149 10.0.0.50 - - [2025-04-28 02:05:43] "GET /projects?obj_uuids=98c6889e-ac88-4060-bbd1-dfac25b6e486&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001041 10.0.0.50 - - [2025-04-28 02:05:43] "GET / HTTP/1.1" 200 35931 0.001388 10.0.0.50 - - [2025-04-28 02:05:43] "GET /project/98c6889e-ac88-4060-bbd1-dfac25b6e486?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000407 10.0.0.50 - - [2025-04-28 02:05:44] "POST /neutron/port HTTP/1.1" 200 1073 0.261510 10.0.0.50 - - [2025-04-28 02:05:44] "POST /neutron/port HTTP/1.1" 200 1073 0.007285 10.0.0.50 - - [2025-04-28 02:05:44] "POST /neutron/port HTTP/1.1" 200 1073 0.007147 10.0.0.50 - - [2025-04-28 02:05:44] "POST /neutron/port HTTP/1.1" 200 1127 0.064334 10.0.0.50 - - [2025-04-28 02:05:44] "POST /neutron/port HTTP/1.1" 200 1101 0.011448 10.0.0.50 - - [2025-04-28 02:05:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002684 10.0.0.50 - - [2025-04-28 02:05:44] "POST /neutron/subnet HTTP/1.1" 200 703 0.007778 10.0.0.50 - - [2025-04-28 02:05:44] "POST /neutron/port HTTP/1.1" 200 117 0.000934 10.0.0.50 - - [2025-04-28 02:05:44] "POST /neutron/network HTTP/1.1" 200 839 0.004394 10.0.0.50 - - [2025-04-28 02:05:44] "GET /projects?obj_uuids=98c6889e-ac88-4060-bbd1-dfac25b6e486&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001001 10.0.0.50 - - [2025-04-28 02:05:44] "GET /project/98c6889e-ac88-4060-bbd1-dfac25b6e486?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.047402 10.0.0.50 - - [2025-04-28 02:05:44] "POST /neutron/network HTTP/1.1" 200 838 0.006119 10.0.0.50 - - [2025-04-28 02:05:44] "POST /neutron/port HTTP/1.1" 200 1101 0.015858 10.0.0.50 - - [2025-04-28 02:05:44] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007842 10.0.0.50 - - [2025-04-28 02:05:44] "POST /neutron/port HTTP/1.1" 200 117 0.006300 10.0.0.50 - - [2025-04-28 02:05:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002348 10.0.0.50 - - [2025-04-28 02:05:44] "GET /projects?obj_uuids=98c6889e-ac88-4060-bbd1-dfac25b6e486&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003404 10.0.0.50 - - [2025-04-28 02:05:44] "GET /project/98c6889e-ac88-4060-bbd1-dfac25b6e486?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.035452 10.0.0.50 - - [2025-04-28 02:05:44] "GET /virtual-network/dece83fe-20dd-4e9d-a3d1-e101d0c7da60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005002 10.0.0.50 - - [2025-04-28 02:05:44] "GET /floating-ip-pools?parent_id=dece83fe-20dd-4e9d-a3d1-e101d0c7da60&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003031 10.0.0.50 - - [2025-04-28 02:05:44] "GET /virtual-network/dece83fe-20dd-4e9d-a3d1-e101d0c7da60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004899 10.0.0.50 - - [2025-04-28 02:05:44] "POST /neutron/network HTTP/1.1" 200 848 0.004864 10.0.0.50 - - [2025-04-28 02:05:44] "GET /projects?obj_uuids=98c6889e-ac88-4060-bbd1-dfac25b6e486&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000952 10.0.0.50 - - [2025-04-28 02:05:44] "POST /floating-ip-pools HTTP/1.1" 200 609 0.060139 10.0.0.50 - - [2025-04-28 02:05:44] "POST /ref-update HTTP/1.1" 200 156 0.023868 10.0.0.50 - - [2025-04-28 02:05:44] "GET /virtual-network/dece83fe-20dd-4e9d-a3d1-e101d0c7da60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.007177 10.0.0.50 - - [2025-04-28 02:05:44] "GET /domains HTTP/1.1" 200 280 0.002171 10.0.0.50 - - [2025-04-28 02:05:44] "GET /domains?obj_uuids=09530269-b2df-4ef6-995f-dfbc59aefc94&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001300 10.0.0.50 - - [2025-04-28 02:05:44] "GET /domain/09530269-b2df-4ef6-995f-dfbc59aefc94 HTTP/1.1" 200 2584 0.007730 10.0.0.50 - - [2025-04-28 02:05:45] "GET /projects?obj_uuids=98c6889e-ac88-4060-bbd1-dfac25b6e486&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000912 10.0.0.50 - - [2025-04-28 02:05:45] "POST /neutron/port HTTP/1.1" 200 1072 0.250743 10.0.0.50 - - [2025-04-28 02:05:45] "POST /neutron/port HTTP/1.1" 200 1072 0.008647 10.0.0.50 - - [2025-04-28 02:05:45] "POST /neutron/port HTTP/1.1" 200 1072 0.009876 10.0.0.50 - - [2025-04-28 02:05:45] "GET /project/98c6889e-ac88-4060-bbd1-dfac25b6e486 HTTP/1.1" 200 3255 0.085871 10.0.0.50 - - [2025-04-28 02:05:45] "GET /virtual-network/dece83fe-20dd-4e9d-a3d1-e101d0c7da60 HTTP/1.1" 200 3152 0.013402 10.0.0.50 - - [2025-04-28 02:05:45] "GET /floating-ip-pool/3f252412-9ad2-4e2e-893a-cd52943646d9 HTTP/1.1" 200 1439 0.002924 10.0.0.50 - - [2025-04-28 02:05:45] "GET /domains HTTP/1.1" 200 280 0.005172 10.0.0.50 - - [2025-04-28 02:05:45] "POST /neutron/port HTTP/1.1" 200 1126 0.097737 10.0.0.50 - - [2025-04-28 02:05:45] "GET /domains?obj_uuids=09530269-b2df-4ef6-995f-dfbc59aefc94&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000986 10.0.0.50 - - [2025-04-28 02:05:45] "GET /domain/09530269-b2df-4ef6-995f-dfbc59aefc94 HTTP/1.1" 200 2584 0.006887 10.0.0.50 - - [2025-04-28 02:05:45] "GET /projects?obj_uuids=98c6889e-ac88-4060-bbd1-dfac25b6e486&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001406 10.0.0.50 - - [2025-04-28 02:05:45] "POST /neutron/port HTTP/1.1" 200 1100 0.028556 10.0.0.50 - - [2025-04-28 02:05:45] "GET /project/98c6889e-ac88-4060-bbd1-dfac25b6e486 HTTP/1.1" 200 3255 0.093762 10.0.0.50 - - [2025-04-28 02:05:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003817 10.0.0.50 - - [2025-04-28 02:05:45] "GET /virtual-network/dece83fe-20dd-4e9d-a3d1-e101d0c7da60 HTTP/1.1" 200 3152 0.004956 10.0.0.50 - - [2025-04-28 02:05:45] "GET /virtual-network/dece83fe-20dd-4e9d-a3d1-e101d0c7da60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004217 10.0.0.50 - - [2025-04-28 02:05:45] "POST /neutron/subnet HTTP/1.1" 200 699 0.012678 10.0.0.50 - - [2025-04-28 02:05:45] "POST /neutron/port HTTP/1.1" 200 117 0.000992 10.0.0.50 - - [2025-04-28 02:05:45] "POST /neutron/network HTTP/1.1" 200 838 0.004896 10.0.0.50 - - [2025-04-28 02:05:45] "POST /neutron/port HTTP/1.1" 200 1101 0.011632 10.0.0.50 - - [2025-04-28 02:05:45] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004969 10.0.0.50 - - [2025-04-28 02:05:45] "POST /neutron/port HTTP/1.1" 200 1101 0.012887 10.0.0.50 - - [2025-04-28 02:05:45] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005008 10.0.0.50 - - [2025-04-28 02:05:45] "POST /neutron/port HTTP/1.1" 200 1101 0.011950 10.0.0.50 - - [2025-04-28 02:05:45] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004841 10.0.0.50 - - [2025-04-28 02:05:45] "GET /virtual-machine/aaea1185-e53f-4fa0-a7f4-540014c7114c HTTP/1.1" 200 1305 0.008834 10.0.0.50 - - [2025-04-28 02:05:45] "GET /virtual-machine-interface/d0ddcfff-638d-42d7-8bed-bc118ff059fa HTTP/1.1" 200 3004 0.005207 10.0.0.50 - - [2025-04-28 02:05:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.50 - - [2025-04-28 02:05:45] "GET /global-vrouter-config/b6b2affd-b3f8-462f-be29-ea233c5c3c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.005049 10.0.0.50 - - [2025-04-28 02:05:45] "GET /virtual-networks?parent_id=98c6889e-ac88-4060-bbd1-dfac25b6e486&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002844 10.0.0.50 - - [2025-04-28 02:05:45] "GET /virtual-network/eca57b6d-0f65-4a80-94f4-ee246e5965a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005013 10.0.0.50 - - [2025-04-28 02:05:46] "GET /obj-perms HTTP/1.1" 200 5056 0.035470 10.0.0.50 - - [2025-04-28 02:05:47] "GET /obj-perms HTTP/1.1" 200 5056 0.039743 10.0.0.50 - - [2025-04-28 02:05:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.50 - - [2025-04-28 02:05:48] "GET /virtual-network/eca57b6d-0f65-4a80-94f4-ee246e5965a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005157 10.0.0.50 - - [2025-04-28 02:05:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002611 10.0.0.50 - - [2025-04-28 02:05:52] "GET /virtual-network/eca57b6d-0f65-4a80-94f4-ee246e5965a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005086 10.0.0.50 - - [2025-04-28 02:05:54] "GET /global-system-configs HTTP/1.1" 200 322 0.025905 10.0.0.50 - - [2025-04-28 02:05:54] "GET /obj-perms HTTP/1.1" 200 5056 0.053018 10.0.0.50 - - [2025-04-28 02:05:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002684 10.0.0.50 - - [2025-04-28 02:05:54] "GET /global-vrouter-config/b6b2affd-b3f8-462f-be29-ea233c5c3c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002555 10.0.0.50 - - [2025-04-28 02:05:54] "GET /virtual-networks?parent_id=98c6889e-ac88-4060-bbd1-dfac25b6e486&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002878 10.0.0.50 - - [2025-04-28 02:05:54] "GET /virtual-network/eca57b6d-0f65-4a80-94f4-ee246e5965a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005028 10.0.0.50 - - [2025-04-28 02:05:55] "POST /neutron/port HTTP/1.1" 200 1101 0.012499 10.0.0.50 - - [2025-04-28 02:05:55] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004973 10.0.0.50 - - [2025-04-28 02:05:55] "POST /neutron/port HTTP/1.1" 200 1101 0.029902 10.0.0.50 - - [2025-04-28 02:05:55] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004738 10.0.0.50 - - [2025-04-28 02:05:55] "POST /neutron/port HTTP/1.1" 200 1100 0.014185 10.0.0.50 - - [2025-04-28 02:05:55] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004466 10.0.0.50 - - [2025-04-28 02:05:55] "GET /global-system-configs HTTP/1.1" 200 322 0.005785 10.0.0.50 - - [2025-04-28 02:05:55] "GET /obj-perms HTTP/1.1" 200 5056 0.023014 10.0.0.50 - - [2025-04-28 02:06:00] "GET /projects?obj_uuids=98c6889e-ac88-4060-bbd1-dfac25b6e486&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000982 10.0.0.50 - - [2025-04-28 02:06:00] "POST /neutron/floatingip HTTP/1.1" 200 530 0.069797 10.0.0.50 - - [2025-04-28 02:06:00] "POST /neutron/port HTTP/1.1" 200 1101 0.011441 10.0.0.50 - - [2025-04-28 02:06:00] "POST /neutron/floatingip HTTP/1.1" 200 530 0.003864 10.0.0.50 - - [2025-04-28 02:06:00] "POST /neutron/floatingip HTTP/1.1" 200 578 0.039818 10.0.0.50 - - [2025-04-28 02:06:00] "POST /neutron/port HTTP/1.1" 200 1100 0.012256 10.0.0.50 - - [2025-04-28 02:06:00] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004773 10.0.0.50 - - [2025-04-28 02:06:00] "POST /neutron/port HTTP/1.1" 200 1100 0.011358 10.0.0.50 - - [2025-04-28 02:06:00] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004690 10.0.0.50 - - [2025-04-28 02:06:00] "POST /neutron/port HTTP/1.1" 200 1100 0.011106 10.0.0.50 - - [2025-04-28 02:06:00] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004991 10.0.0.50 - - [2025-04-28 02:06:00] "GET /virtual-machine/5e427162-8290-4c59-8cb1-89ab3d5a5bae HTTP/1.1" 200 1304 0.003757 10.0.0.50 - - [2025-04-28 02:06:00] "GET /virtual-machine-interface/62f1a0e4-e6c5-4e12-b07f-eb104a807896 HTTP/1.1" 200 3003 0.004280 10.0.0.50 - - [2025-04-28 02:06:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002406 10.0.0.50 - - [2025-04-28 02:06:00] "GET /global-vrouter-config/b6b2affd-b3f8-462f-be29-ea233c5c3c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002654 10.0.0.50 - - [2025-04-28 02:06:00] "GET /virtual-networks?parent_id=98c6889e-ac88-4060-bbd1-dfac25b6e486&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002685 10.0.0.50 - - [2025-04-28 02:06:00] "GET /virtual-network/dece83fe-20dd-4e9d-a3d1-e101d0c7da60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004946 10.0.0.50 - - [2025-04-28 02:06:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002744 10.0.0.50 - - [2025-04-28 02:06:01] "GET /global-vrouter-config/b6b2affd-b3f8-462f-be29-ea233c5c3c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002999 10.0.0.50 - - [2025-04-28 02:06:01] "GET /virtual-networks?parent_id=98c6889e-ac88-4060-bbd1-dfac25b6e486&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002618 10.0.0.50 - - [2025-04-28 02:06:01] "GET /virtual-network/dece83fe-20dd-4e9d-a3d1-e101d0c7da60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005122 10.0.0.50 - - [2025-04-28 02:06:01] "POST /neutron/floatingip HTTP/1.1" 200 578 0.008583 10.0.0.50 - - [2025-04-28 02:06:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.001975 10.0.0.50 - - [2025-04-28 02:06:01] "GET /routing-instance/b0bc7f12-a6af-4f59-a3df-9cad0202ee83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.002678 10.0.0.50 - - [2025-04-28 02:06:02] "GET /route-target/79f6e4c1-e123-4a2e-8bdd-fe462ca0c5f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003100 10.0.0.50 - - [2025-04-28 02:06:02] "GET /floating-ip/35e704bf-50ff-467a-99bf-3c31dc5f9af7 HTTP/1.1" 200 1889 0.004233 10.0.0.50 - - [2025-04-28 02:06:04] "POST /neutron/floatingip HTTP/1.1" 200 578 0.008000 10.0.0.50 - - [2025-04-28 02:06:04] "POST /neutron/floatingip HTTP/1.1" 200 530 0.013924 10.0.0.50 - - [2025-04-28 02:06:04] "POST /neutron/floatingip HTTP/1.1" 200 530 0.004548 10.0.0.50 - - [2025-04-28 02:06:04] "POST /neutron/floatingip HTTP/1.1" 200 115 0.036610 10.0.0.50 - - [2025-04-28 02:06:04] "GET /floating-ip-pool/3f252412-9ad2-4e2e-893a-cd52943646d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1204 0.003496 10.0.0.50 - - [2025-04-28 02:06:04] "POST /ref-update HTTP/1.1" 200 156 0.007686 10.0.0.50 - - [2025-04-28 02:06:04] "DELETE /floating-ip-pool/3f252412-9ad2-4e2e-893a-cd52943646d9 HTTP/1.1" 200 115 0.022336 10.0.0.50 - - [2025-04-28 02:06:05] "POST /neutron/network HTTP/1.1" 200 839 0.005360 10.0.0.50 - - [2025-04-28 02:06:05] "POST /neutron/network HTTP/1.1" 400 204 0.008498 10.0.0.50 - - [2025-04-28 02:06:05] "POST /neutron/port HTTP/1.1" 200 1100 0.012575 10.0.0.50 - - [2025-04-28 02:06:05] "POST /neutron/port HTTP/1.1" 200 1126 0.007209 10.0.0.50 - - [2025-04-28 02:06:05] "POST /neutron/port HTTP/1.1" 200 1101 0.021135 10.0.0.50 - - [2025-04-28 02:06:05] "POST /neutron/port HTTP/1.1" 200 1127 0.016627 10.0.0.50 - - [2025-04-28 02:06:05] "POST /neutron/port HTTP/1.1" 200 151 0.107589 10.0.0.50 - - [2025-04-28 02:06:05] "POST /neutron/port HTTP/1.1" 200 151 0.096859 10.0.0.50 - - [2025-04-28 02:06:07] "POST /neutron/network HTTP/1.1" 200 839 0.004988 10.0.0.50 - - [2025-04-28 02:06:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002161 10.0.0.50 - - [2025-04-28 02:06:07] "POST /useragent-kv HTTP/1.1" 200 115 0.001907 10.0.0.50 - - [2025-04-28 02:06:07] "POST /neutron/network HTTP/1.1" 200 151 0.068160 10.0.0.50 - - [2025-04-28 02:06:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.024293 10.0.0.50 - - [2025-04-28 02:06:07] "GET /routing-instance/01d9a39b-c525-48d0-84b4-395fc8c5689c HTTP/1.1" 404 171 0.002008 10.0.0.50 - - [2025-04-28 02:06:07] "GET /domains HTTP/1.1" 200 280 0.003042 10.0.0.50 - - [2025-04-28 02:06:07] "GET /domains?obj_uuids=09530269-b2df-4ef6-995f-dfbc59aefc94&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000910 10.0.0.50 - - [2025-04-28 02:06:07] "DELETE /route-target/477f34ff-ed7f-4825-89c4-4f7eb0c6bf1a HTTP/1.1" 200 115 0.016529 10.0.0.50 - - [2025-04-28 02:06:07] "GET /domain/09530269-b2df-4ef6-995f-dfbc59aefc94 HTTP/1.1" 200 2584 0.049536 10.0.0.50 - - [2025-04-28 02:06:07] "GET /projects?obj_uuids=98c6889e-ac88-4060-bbd1-dfac25b6e486&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001019 10.0.0.50 - - [2025-04-28 02:06:07] "GET /project/98c6889e-ac88-4060-bbd1-dfac25b6e486 HTTP/1.1" 200 2185 0.069645 10.0.0.50 - - [2025-04-28 02:06:07] "POST /neutron/network HTTP/1.1" 200 838 0.005273 10.0.0.50 - - [2025-04-28 02:06:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003765 10.0.0.50 - - [2025-04-28 02:06:07] "POST /useragent-kv HTTP/1.1" 200 115 0.001991 10.0.0.50 - - [2025-04-28 02:06:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002816 10.0.0.50 - - [2025-04-28 02:06:07] "POST /neutron/network HTTP/1.1" 200 151 0.080847 10.0.0.50 - - [2025-04-28 02:06:07] "DELETE /route-target/79f6e4c1-e123-4a2e-8bdd-fe462ca0c5f0 HTTP/1.1" 200 115 0.016361 10.0.0.50 - - [2025-04-28 02:06:07] "GET /routing-instance/b0bc7f12-a6af-4f59-a3df-9cad0202ee83 HTTP/1.1" 404 171 0.002707 10.0.0.50 - - [2025-04-28 02:06:07] "GET /domains HTTP/1.1" 200 280 0.001938 10.0.0.50 - - [2025-04-28 02:06:07] "GET /domains?obj_uuids=09530269-b2df-4ef6-995f-dfbc59aefc94&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000913 10.0.0.50 - - [2025-04-28 02:06:07] "GET /domain/09530269-b2df-4ef6-995f-dfbc59aefc94 HTTP/1.1" 200 2584 0.046962 10.0.0.50 - - [2025-04-28 02:06:07] "GET /projects?obj_uuids=98c6889e-ac88-4060-bbd1-dfac25b6e486&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001238 10.0.0.50 - - [2025-04-28 02:06:07] "GET /project/98c6889e-ac88-4060-bbd1-dfac25b6e486 HTTP/1.1" 200 1935 0.063483 10.0.0.50 - - [2025-04-28 02:06:07] "GET /projects?obj_uuids=98c6889e-ac88-4060-bbd1-dfac25b6e486&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001024 10.0.0.50 - - [2025-04-28 02:06:07] "GET /project/98c6889e-ac88-4060-bbd1-dfac25b6e486?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.024147 10.0.0.50 - - [2025-04-28 02:06:07] "GET /projects?obj_uuids=98c6889e-ac88-4060-bbd1-dfac25b6e486&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001160 10.0.0.50 - - [2025-04-28 02:06:07] "GET /project/98c6889e-ac88-4060-bbd1-dfac25b6e486?fields=virtual_networks HTTP/1.1" 200 1067 0.072289 10.0.0.50 - - [2025-04-28 02:06:08] "GET /projects?obj_uuids=98c6889e-ac88-4060-bbd1-dfac25b6e486&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000985 10.0.0.50 - - [2025-04-28 02:06:08] "GET /project/98c6889e-ac88-4060-bbd1-dfac25b6e486?fields=virtual_machine_interfaces HTTP/1.1" 200 1067 0.023713 10.0.0.50 - - [2025-04-28 02:06:08] "GET /projects?obj_uuids=98c6889e-ac88-4060-bbd1-dfac25b6e486&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001034 10.0.0.50 - - [2025-04-28 02:06:08] "GET /project/98c6889e-ac88-4060-bbd1-dfac25b6e486?fields=security_groups HTTP/1.1" 200 1305 0.022446 10.0.0.50 - - [2025-04-28 02:06:08] "POST /fqname-to-id HTTP/1.1" 404 183 0.021227 10.0.0.50 - - [2025-04-28 02:06:08] "GET /projects?obj_uuids=9361ddcd-c1b2-4437-a25e-a00bea924bb6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002226 10.0.0.50 - - [2025-04-28 02:06:08] "GET /domains?obj_uuids=09530269-b2df-4ef6-995f-dfbc59aefc94&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000919 10.0.0.50 - - [2025-04-28 02:06:08] "GET /domain/09530269-b2df-4ef6-995f-dfbc59aefc94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006297 10.0.0.50 - - [2025-04-28 02:06:09] "POST /id-to-fqname HTTP/1.1" 200 185 0.001604 10.0.0.50 - - [2025-04-28 02:06:09] "POST /fqname-to-id HTTP/1.1" 404 194 0.002056 10.0.0.50 - - [2025-04-28 02:06:09] "POST /security-groups HTTP/1.1" 200 586 0.059931 10.0.0.50 - - [2025-04-28 02:06:09] "POST /fqname-to-id HTTP/1.1" 404 229 0.002840 10.0.0.50 - - [2025-04-28 02:06:09] "POST /projects HTTP/1.1" 200 575 0.231347 10.0.0.50 - - [2025-04-28 02:06:09] "POST /access-control-lists HTTP/1.1" 200 591 0.055396 10.0.0.50 - - [2025-04-28 02:06:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.294941 10.0.0.50 - - [2025-04-28 02:06:09] "POST /fqname-to-id HTTP/1.1" 404 228 0.002513 10.0.0.50 - - [2025-04-28 02:06:09] "GET /project/9361ddcd-c1b2-4437-a25e-a00bea924bb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.409088 10.0.0.50 - - [2025-04-28 02:06:09] "POST /access-control-lists HTTP/1.1" 200 589 0.063986 10.0.0.50 - - [2025-04-28 02:06:10] "GET / HTTP/1.1" 200 35931 0.001823 10.0.0.50 - - [2025-04-28 02:06:11] "GET /projects?obj_uuids=9361ddcd-c1b2-4437-a25e-a00bea924bb6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000994 10.0.0.50 - - [2025-04-28 02:06:11] "GET /project/9361ddcd-c1b2-4437-a25e-a00bea924bb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.022623 10.0.0.50 - - [2025-04-28 02:06:11] "GET /projects?obj_uuids=9361ddcd-c1b2-4437-a25e-a00bea924bb6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000941 10.0.0.50 - - [2025-04-28 02:06:11] "GET /project/9361ddcd-c1b2-4437-a25e-a00bea924bb6?fields=virtual_networks HTTP/1.1" 200 1033 0.071701 10.0.0.50 - - [2025-04-28 02:06:11] "GET /projects?obj_uuids=9361ddcd-c1b2-4437-a25e-a00bea924bb6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000954 10.0.0.50 - - [2025-04-28 02:06:11] "GET /project/9361ddcd-c1b2-4437-a25e-a00bea924bb6?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.022975 10.0.0.50 - - [2025-04-28 02:06:11] "GET /projects?obj_uuids=9361ddcd-c1b2-4437-a25e-a00bea924bb6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001427 10.0.0.50 - - [2025-04-28 02:06:11] "GET /project/9361ddcd-c1b2-4437-a25e-a00bea924bb6?fields=security_groups HTTP/1.1" 200 1254 0.022956 10.0.0.50 - - [2025-04-28 02:06:12] "POST /fqname-to-id HTTP/1.1" 404 191 0.020887 10.0.0.50 - - [2025-04-28 02:06:12] "GET /projects?obj_uuids=0f0b7226-a8d9-4da7-b9c7-20ed551765cc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002234 10.0.0.50 - - [2025-04-28 02:06:12] "GET /domains?obj_uuids=09530269-b2df-4ef6-995f-dfbc59aefc94&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000985 10.0.0.50 - - [2025-04-28 02:06:12] "GET /domain/09530269-b2df-4ef6-995f-dfbc59aefc94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006862 10.0.0.50 - - [2025-04-28 02:06:12] "POST /id-to-fqname HTTP/1.1" 200 193 0.001147 10.0.0.50 - - [2025-04-28 02:06:12] "POST /fqname-to-id HTTP/1.1" 404 202 0.002337 10.0.0.50 - - [2025-04-28 02:06:12] "POST /security-groups HTTP/1.1" 200 594 0.059654 10.0.0.50 - - [2025-04-28 02:06:12] "POST /fqname-to-id HTTP/1.1" 404 237 0.002102 10.0.0.50 - - [2025-04-28 02:06:12] "POST /projects HTTP/1.1" 200 591 0.191962 10.0.0.50 - - [2025-04-28 02:06:12] "POST /access-control-lists HTTP/1.1" 200 599 0.056500 10.0.0.50 - - [2025-04-28 02:06:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.258543 10.0.0.50 - - [2025-04-28 02:06:12] "POST /fqname-to-id HTTP/1.1" 404 236 0.002598 10.0.0.50 - - [2025-04-28 02:06:12] "GET /project/0f0b7226-a8d9-4da7-b9c7-20ed551765cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.367730 10.0.0.50 - - [2025-04-28 02:06:12] "POST /access-control-lists HTTP/1.1" 200 597 0.055461 10.0.0.50 - - [2025-04-28 02:06:13] "GET / HTTP/1.1" 200 35931 0.001849 10.0.0.50 - - [2025-04-28 02:06:14] "GET /project/0f0b7226-a8d9-4da7-b9c7-20ed551765cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000441 10.0.0.50 - - [2025-04-28 02:06:14] "GET /projects?obj_uuids=0f0b7226-a8d9-4da7-b9c7-20ed551765cc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001067 10.0.0.50 - - [2025-04-28 02:06:14] "GET /project/0f0b7226-a8d9-4da7-b9c7-20ed551765cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.045838 10.0.0.50 - - [2025-04-28 02:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002209 10.0.0.50 - - [2025-04-28 02:06:15] "GET /security-group/bfb8cfbc-4c5c-421b-8d11-4e8e7aedb865?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3774 0.004865 10.0.0.50 - - [2025-04-28 02:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002712 10.0.0.50 - - [2025-04-28 02:06:15] "GET /projects?obj_uuids=0f0b7226-a8d9-4da7-b9c7-20ed551765cc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001403 10.0.0.50 - - [2025-04-28 02:06:15] "GET /project/0f0b7226-a8d9-4da7-b9c7-20ed551765cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.022308 10.0.0.50 - - [2025-04-28 02:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002490 10.0.0.50 - - [2025-04-28 02:06:15] "GET /security-group/bfb8cfbc-4c5c-421b-8d11-4e8e7aedb865?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3774 0.004831 10.0.0.50 - - [2025-04-28 02:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.50 - - [2025-04-28 02:06:15] "PUT /security-group/bfb8cfbc-4c5c-421b-8d11-4e8e7aedb865 HTTP/1.1" 200 262 0.015105 10.0.0.50 - - [2025-04-28 02:06:15] "PUT /access-control-list/bef4e581-93c4-4e88-9082-1623082f0403 HTTP/1.1" 200 272 0.007968 10.0.0.50 - - [2025-04-28 02:06:15] "PUT /access-control-list/763c6ec7-bb2f-4268-8c35-b8977e27a09f HTTP/1.1" 200 272 0.008403 10.0.0.50 - - [2025-04-28 02:06:15] "POST /fqname-to-id HTTP/1.1" 404 202 0.002561 10.0.0.50 - - [2025-04-28 02:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002393 10.0.0.50 - - [2025-04-28 02:06:15] "GET /projects?obj_uuids=0f0b7226-a8d9-4da7-b9c7-20ed551765cc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001373 10.0.0.50 - - [2025-04-28 02:06:15] "GET /project/0f0b7226-a8d9-4da7-b9c7-20ed551765cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.021674 10.0.0.50 - - [2025-04-28 02:06:15] "POST /neutron/network HTTP/1.1" 200 117 0.024664 10.0.0.50 - - [2025-04-28 02:06:15] "GET /projects?obj_uuids=0f0b7226-a8d9-4da7-b9c7-20ed551765cc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000958 10.0.0.50 - - [2025-04-28 02:06:15] "POST /neutron/network HTTP/1.1" 200 608 0.053641 10.0.0.50 - - [2025-04-28 02:06:15] "POST /route-targets HTTP/1.1" 200 327 0.012574 10.0.0.50 - - [2025-04-28 02:06:15] "POST /ref-update HTTP/1.1" 200 156 0.011150 10.0.0.50 - - [2025-04-28 02:06:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002910 10.0.0.50 - - [2025-04-28 02:06:15] "POST /neutron/subnet HTTP/1.1" 200 710 0.159178 10.0.0.50 - - [2025-04-28 02:06:15] "POST /neutron/network HTTP/1.1" 200 824 0.004814 10.0.0.50 - - [2025-04-28 02:06:15] "POST /id-to-fqname HTTP/1.1" 200 223 0.001046 10.0.0.50 - - [2025-04-28 02:06:15] "GET /virtual-network/fb1d13aa-bccc-4c4e-a4e1-42c9f80032d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004155 10.0.0.50 - - [2025-04-28 02:06:15] "POST /neutron/network HTTP/1.1" 200 824 0.004779 10.0.0.50 - - [2025-04-28 02:06:15] "GET /virtual-network/fb1d13aa-bccc-4c4e-a4e1-42c9f80032d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004137 10.0.0.50 - - [2025-04-28 02:06:15] "POST /neutron/network HTTP/1.1" 200 824 0.005294 10.0.0.50 - - [2025-04-28 02:06:15] "POST /neutron/subnet HTTP/1.1" 200 710 0.006736 10.0.0.50 - - [2025-04-28 02:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002003 10.0.0.50 - - [2025-04-28 02:06:16] "GET /projects?obj_uuids=0f0b7226-a8d9-4da7-b9c7-20ed551765cc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000986 10.0.0.50 - - [2025-04-28 02:06:16] "GET /project/0f0b7226-a8d9-4da7-b9c7-20ed551765cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.022785 10.0.0.50 - - [2025-04-28 02:06:16] "POST /neutron/network HTTP/1.1" 200 117 0.008351 10.0.0.50 - - [2025-04-28 02:06:16] "GET /projects?obj_uuids=0f0b7226-a8d9-4da7-b9c7-20ed551765cc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000943 10.0.0.50 - - [2025-04-28 02:06:16] "POST /neutron/network HTTP/1.1" 200 615 0.084013 10.0.0.50 - - [2025-04-28 02:06:16] "POST /useragent-kv HTTP/1.1" 200 115 0.004067 10.0.0.50 - - [2025-04-28 02:06:16] "POST /neutron/subnet HTTP/1.1" 200 720 0.119355 10.0.0.50 - - [2025-04-28 02:06:16] "POST /neutron/network HTTP/1.1" 200 833 0.004282 10.0.0.50 - - [2025-04-28 02:06:16] "POST /id-to-fqname HTTP/1.1" 200 227 0.001030 10.0.0.50 - - [2025-04-28 02:06:16] "GET /virtual-network/26b5ab17-3e20-4945-b127-eb07d5439e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004154 10.0.0.50 - - [2025-04-28 02:06:16] "POST /neutron/network HTTP/1.1" 200 833 0.005133 10.0.0.50 - - [2025-04-28 02:06:16] "GET /virtual-network/26b5ab17-3e20-4945-b127-eb07d5439e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004262 10.0.0.50 - - [2025-04-28 02:06:16] "POST /neutron/network HTTP/1.1" 200 833 0.005009 10.0.0.50 - - [2025-04-28 02:06:16] "POST /neutron/subnet HTTP/1.1" 200 720 0.005702 10.0.0.50 - - [2025-04-28 02:06:16] "POST /id-to-fqname HTTP/1.1" 200 223 0.000974 10.0.0.50 - - [2025-04-28 02:06:16] "POST /route-targets HTTP/1.1" 200 327 0.008589 10.0.0.50 - - [2025-04-28 02:06:16] "POST /ref-update HTTP/1.1" 200 156 0.012207 10.0.0.50 - - [2025-04-28 02:06:16] "POST /neutron/network HTTP/1.1" 200 834 0.004897 10.0.0.50 - - [2025-04-28 02:06:16] "GET /aaa-mode HTTP/1.1" 401 292 0.000382 10.0.0.50 - - [2025-04-28 02:06:17] "GET / HTTP/1.1" 200 35931 0.001624 10.0.0.50 - - [2025-04-28 02:06:17] "GET /project/0f0b7226-a8d9-4da7-b9c7-20ed551765cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000372 10.0.0.50 - - [2025-04-28 02:06:17] "GET /projects?obj_uuids=0f0b7226-a8d9-4da7-b9c7-20ed551765cc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001590 10.0.0.50 - - [2025-04-28 02:06:17] "GET /project/0f0b7226-a8d9-4da7-b9c7-20ed551765cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.049261 10.0.0.50 - - [2025-04-28 02:06:17] "POST /neutron/network HTTP/1.1" 200 824 0.005034 10.0.0.50 - - [2025-04-28 02:06:17] "POST /neutron/port HTTP/1.1" 200 117 0.004430 10.0.0.50 - - [2025-04-28 02:06:17] "POST /neutron/port HTTP/1.1" 200 117 0.004370 10.0.0.50 - - [2025-04-28 02:06:17] "POST /id-to-fqname HTTP/1.1" 200 227 0.001145 10.0.0.50 - - [2025-04-28 02:06:17] "POST /neutron/port HTTP/1.1" 200 117 0.004793 10.0.0.50 - - [2025-04-28 02:06:17] "POST /neutron/network HTTP/1.1" 200 843 0.005032 10.0.0.50 - - [2025-04-28 02:06:17] "GET /aaa-mode HTTP/1.1" 401 292 0.000368 10.0.0.50 - - [2025-04-28 02:06:17] "POST /neutron/network HTTP/1.1" 200 834 0.005095 10.0.0.50 - - [2025-04-28 02:06:17] "GET /projects?obj_uuids=0f0b7226-a8d9-4da7-b9c7-20ed551765cc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001071 10.0.0.50 - - [2025-04-28 02:06:18] "GET / HTTP/1.1" 200 35931 0.003723 10.0.0.50 - - [2025-04-28 02:06:18] "GET /project/0f0b7226-a8d9-4da7-b9c7-20ed551765cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000403 10.0.0.50 - - [2025-04-28 02:06:18] "POST /neutron/port HTTP/1.1" 200 1060 0.199299 10.0.0.50 - - [2025-04-28 02:06:18] "POST /neutron/port HTTP/1.1" 200 1060 0.007867 10.0.0.50 - - [2025-04-28 02:06:18] "POST /neutron/port HTTP/1.1" 200 1060 0.008392 10.0.0.50 - - [2025-04-28 02:06:18] "POST /neutron/port HTTP/1.1" 200 1114 0.074863 10.0.0.50 - - [2025-04-28 02:06:18] "POST /neutron/port HTTP/1.1" 200 1088 0.012411 10.0.0.50 - - [2025-04-28 02:06:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002439 10.0.0.50 - - [2025-04-28 02:06:18] "POST /neutron/subnet HTTP/1.1" 200 684 0.009470 10.0.0.50 - - [2025-04-28 02:06:18] "POST /neutron/port HTTP/1.1" 200 117 0.000926 10.0.0.50 - - [2025-04-28 02:06:18] "POST /neutron/network HTTP/1.1" 200 824 0.004386 10.0.0.50 - - [2025-04-28 02:06:18] "GET /projects?obj_uuids=0f0b7226-a8d9-4da7-b9c7-20ed551765cc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001043 10.0.0.50 - - [2025-04-28 02:06:18] "GET /project/0f0b7226-a8d9-4da7-b9c7-20ed551765cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.041925 10.0.0.50 - - [2025-04-28 02:06:18] "POST /neutron/network HTTP/1.1" 200 833 0.004614 10.0.0.50 - - [2025-04-28 02:06:18] "POST /neutron/port HTTP/1.1" 200 1088 0.015742 10.0.0.50 - - [2025-04-28 02:06:18] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005587 10.0.0.50 - - [2025-04-28 02:06:18] "POST /neutron/port HTTP/1.1" 200 117 0.004599 10.0.0.50 - - [2025-04-28 02:06:18] "GET /projects?obj_uuids=0f0b7226-a8d9-4da7-b9c7-20ed551765cc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000976 10.0.0.50 - - [2025-04-28 02:06:18] "POST /neutron/router HTTP/1.1" 200 585 0.068225 10.0.0.50 - - [2025-04-28 02:06:18] "POST /neutron/router HTTP/1.1" 200 585 0.010898 10.0.0.50 - - [2025-04-28 02:06:18] "POST /route-targets HTTP/1.1" 200 327 0.038209 10.0.0.50 - - [2025-04-28 02:06:18] "POST /neutron/router HTTP/1.1" 200 656 0.054127 10.0.0.50 - - [2025-04-28 02:06:18] "PUT /logical-router/9ee7119e-169f-4228-a251-a70e57b33413 HTTP/1.1" 200 262 0.039633 10.0.0.50 - - [2025-04-28 02:06:18] "GET /logical-router/9ee7119e-169f-4228-a251-a70e57b33413?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1641 0.011701 10.0.0.50 - - [2025-04-28 02:06:18] "POST /neutron/router HTTP/1.1" 200 656 0.004291 10.0.0.50 - - [2025-04-28 02:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002729 10.0.0.50 - - [2025-04-28 02:06:18] "GET /projects?obj_uuids=0f0b7226-a8d9-4da7-b9c7-20ed551765cc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001018 10.0.0.50 - - [2025-04-28 02:06:18] "GET /service-template/c327c839-b39b-4616-b276-9f8731a0a989?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1692 0.005223 10.0.0.50 - - [2025-04-28 02:06:18] "POST /fqname-to-id HTTP/1.1" 404 215 0.003543 10.0.0.50 - - [2025-04-28 02:06:19] "POST /neutron/network HTTP/1.1" 200 843 0.011839 10.0.0.50 - - [2025-04-28 02:06:19] "GET /projects?obj_uuids=0f0b7226-a8d9-4da7-b9c7-20ed551765cc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000996 10.0.0.50 - - [2025-04-28 02:06:19] "POST /neutron/router HTTP/1.1" 200 344 0.342644 10.0.0.50 - - [2025-04-28 02:06:19] "POST /ref-update HTTP/1.1" 200 156 0.015551 10.0.0.50 - - [2025-04-28 02:06:19] "POST /useragent-kv HTTP/1.1" 200 115 0.013205 10.0.0.50 - - [2025-04-28 02:06:19] "POST /virtual-networks HTTP/1.1" 200 694 0.245717 10.0.0.50 - - [2025-04-28 02:06:19] "POST /route-targets HTTP/1.1" 200 327 0.018056 10.0.0.50 - - [2025-04-28 02:06:19] "POST /neutron/port HTTP/1.1" 200 1088 0.075677 10.0.0.50 - - [2025-04-28 02:06:19] "POST /neutron/security_group HTTP/1.1" 200 2002 0.018982 10.0.0.50 - - [2025-04-28 02:06:19] "POST /ref-update HTTP/1.1" 200 156 0.047426 10.0.0.50 - - [2025-04-28 02:06:19] "POST /service-instances HTTP/1.1" 200 670 0.115283 10.0.0.50 - - [2025-04-28 02:06:19] "POST /neutron/port HTTP/1.1" 200 1062 0.429364 10.0.0.50 - - [2025-04-28 02:06:19] "POST /route-tables HTTP/1.1" 200 582 0.027025 10.0.0.50 - - [2025-04-28 02:06:19] "POST /neutron/port HTTP/1.1" 200 1062 0.008100 10.0.0.50 - - [2025-04-28 02:06:19] "POST /neutron/port HTTP/1.1" 200 1062 0.007148 10.0.0.50 - - [2025-04-28 02:06:19] "PUT /logical-router/9ee7119e-169f-4228-a251-a70e57b33413 HTTP/1.1" 200 262 0.023543 10.0.0.50 - - [2025-04-28 02:06:19] "POST /neutron/port HTTP/1.1" 200 1116 0.060194 10.0.0.50 - - [2025-04-28 02:06:19] "POST /ref-update HTTP/1.1" 200 156 0.027237 10.0.0.50 - - [2025-04-28 02:06:19] "POST /neutron/port HTTP/1.1" 200 1090 0.013711 10.0.0.50 - - [2025-04-28 02:06:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004310 10.0.0.50 - - [2025-04-28 02:06:19] "POST /neutron/subnet HTTP/1.1" 200 694 0.009990 10.0.0.50 - - [2025-04-28 02:06:19] "POST /neutron/port HTTP/1.1" 200 117 0.000938 10.0.0.50 - - [2025-04-28 02:06:19] "POST /neutron/network HTTP/1.1" 200 833 0.004390 10.0.0.50 - - [2025-04-28 02:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002574 10.0.0.50 - - [2025-04-28 02:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002062 10.0.0.50 - - [2025-04-28 02:06:19] "POST /virtual-machines HTTP/1.1" 200 553 0.011602 10.0.0.50 - - [2025-04-28 02:06:19] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.091058 10.0.0.50 - - [2025-04-28 02:06:20] "POST /chown HTTP/1.1" 200 109 0.006951 10.0.0.50 - - [2025-04-28 02:06:20] "POST /instance-ips HTTP/1.1" 200 551 0.016415 10.0.0.50 - - [2025-04-28 02:06:20] "POST /instance-ips HTTP/1.1" 400 246 0.013310 10.0.0.50 - - [2025-04-28 02:06:20] "POST /chown HTTP/1.1" 200 109 0.007411 10.0.0.50 - - [2025-04-28 02:06:20] "PUT /virtual-machine-interface/c7e65325-cb85-473d-b1d0-33b3831c7291 HTTP/1.1" 200 284 0.009402 10.0.0.50 - - [2025-04-28 02:06:20] "PUT /instance-ip/9680d896-8676-4bc7-9b7d-f87ec29a94eb HTTP/1.1" 200 256 0.013289 10.0.0.50 - - [2025-04-28 02:06:20] "POST /ref-update HTTP/1.1" 200 156 0.012537 10.0.0.50 - - [2025-04-28 02:06:20] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.097244 10.0.0.50 - - [2025-04-28 02:06:20] "POST /chown HTTP/1.1" 200 109 0.006594 10.0.0.50 - - [2025-04-28 02:06:20] "POST /instance-ips HTTP/1.1" 200 549 0.025362 10.0.0.50 - - [2025-04-28 02:06:20] "POST /instance-ips HTTP/1.1" 400 316 0.033377 10.0.0.50 - - [2025-04-28 02:06:20] "POST /chown HTTP/1.1" 200 109 0.006342 10.0.0.50 - - [2025-04-28 02:06:20] "PUT /virtual-machine-interface/c8a3f7e8-c5d5-4764-9661-74e621c70f37 HTTP/1.1" 200 284 0.008440 10.0.0.50 - - [2025-04-28 02:06:20] "PUT /instance-ip/a951db6d-2939-4bc2-80db-c69aea9d4b6e HTTP/1.1" 200 256 0.010571 10.0.0.50 - - [2025-04-28 02:06:20] "POST /ref-update HTTP/1.1" 200 156 0.009520 10.0.0.50 - - [2025-04-28 02:06:20] "POST /ref-update HTTP/1.1" 200 156 0.007256 10.0.0.50 - - [2025-04-28 02:06:20] "PUT /routing-instance/1c68d37d-f3d1-49e9-8eeb-b3f2056af833 HTTP/1.1" 200 266 0.012520 10.0.0.50 - - [2025-04-28 02:06:20] "POST /ref-update HTTP/1.1" 200 156 0.007710 10.0.0.50 - - [2025-04-28 02:06:21] "POST /virtual-machines HTTP/1.1" 200 553 0.010563 10.0.0.50 - - [2025-04-28 02:06:21] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.081295 10.0.0.50 - - [2025-04-28 02:06:21] "POST /chown HTTP/1.1" 200 109 0.006379 10.0.0.50 - - [2025-04-28 02:06:21] "POST /instance-ips HTTP/1.1" 400 246 0.012570 10.0.0.50 - - [2025-04-28 02:06:21] "POST /chown HTTP/1.1" 200 109 0.007761 10.0.0.50 - - [2025-04-28 02:06:21] "PUT /virtual-machine-interface/1491d6ef-9eba-4bc8-8243-ec5cba110f24 HTTP/1.1" 200 284 0.011355 10.0.0.50 - - [2025-04-28 02:06:21] "PUT /instance-ip/9680d896-8676-4bc7-9b7d-f87ec29a94eb HTTP/1.1" 200 256 0.010329 10.0.0.50 - - [2025-04-28 02:06:21] "POST /ref-update HTTP/1.1" 200 156 0.009387 10.0.0.50 - - [2025-04-28 02:06:21] "POST /ref-update HTTP/1.1" 200 156 0.013319 10.0.0.50 - - [2025-04-28 02:06:21] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.112537 10.0.0.50 - - [2025-04-28 02:06:21] "POST /chown HTTP/1.1" 200 109 0.006740 10.0.0.50 - - [2025-04-28 02:06:21] "POST /instance-ips HTTP/1.1" 400 316 0.020056 10.0.0.50 - - [2025-04-28 02:06:21] "POST /chown HTTP/1.1" 200 109 0.008458 10.0.0.50 - - [2025-04-28 02:06:21] "PUT /virtual-machine-interface/c7b5ab82-195a-4e96-8d9b-62f257422b3d HTTP/1.1" 200 284 0.009301 10.0.0.50 - - [2025-04-28 02:06:21] "PUT /instance-ip/a951db6d-2939-4bc2-80db-c69aea9d4b6e HTTP/1.1" 200 256 0.010435 10.0.0.50 - - [2025-04-28 02:06:22] "POST /ref-update HTTP/1.1" 200 156 0.014164 10.0.0.50 - - [2025-04-28 02:06:22] "POST /ref-update HTTP/1.1" 200 156 0.010693 10.0.0.50 - - [2025-04-28 02:06:24] "POST /neutron/port HTTP/1.1" 200 1088 0.012264 10.0.0.50 - - [2025-04-28 02:06:24] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004919 10.0.0.50 - - [2025-04-28 02:06:24] "POST /neutron/port HTTP/1.1" 200 1088 0.012365 10.0.0.50 - - [2025-04-28 02:06:24] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005114 10.0.0.50 - - [2025-04-28 02:06:24] "POST /neutron/port HTTP/1.1" 200 1088 0.012672 10.0.0.50 - - [2025-04-28 02:06:24] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006365 10.0.0.50 - - [2025-04-28 02:06:24] "GET /virtual-machine/d5c66881-f027-41aa-9ea0-0b39b606b8fd HTTP/1.1" 401 292 0.000546 10.0.0.50 - - [2025-04-28 02:06:24] "GET /virtual-machine/d5c66881-f027-41aa-9ea0-0b39b606b8fd HTTP/1.1" 200 1296 0.028843 10.0.0.50 - - [2025-04-28 02:06:24] "GET /virtual-machine-interface/08ed5fb6-a69c-4ed9-a9b9-a200c2961089 HTTP/1.1" 200 2954 0.004269 10.0.0.50 - - [2025-04-28 02:06:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002401 10.0.0.50 - - [2025-04-28 02:06:24] "GET /global-vrouter-config/b6b2affd-b3f8-462f-be29-ea233c5c3c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002816 10.0.0.50 - - [2025-04-28 02:06:25] "GET /virtual-networks?parent_id=0f0b7226-a8d9-4da7-b9c7-20ed551765cc&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003044 10.0.0.50 - - [2025-04-28 02:06:25] "GET /virtual-network/fb1d13aa-bccc-4c4e-a4e1-42c9f80032d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004993 10.0.0.50 - - [2025-04-28 02:06:26] "POST /neutron/port HTTP/1.1" 200 1088 0.013653 10.0.0.50 - - [2025-04-28 02:06:26] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004483 10.0.0.50 - - [2025-04-28 02:06:27] "POST /neutron/port HTTP/1.1" 200 1090 0.013330 10.0.0.50 - - [2025-04-28 02:06:27] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004344 10.0.0.50 - - [2025-04-28 02:06:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002731 10.0.0.50 - - [2025-04-28 02:06:28] "GET /global-vrouter-config/b6b2affd-b3f8-462f-be29-ea233c5c3c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002708 10.0.0.50 - - [2025-04-28 02:06:28] "GET /virtual-networks?parent_id=0f0b7226-a8d9-4da7-b9c7-20ed551765cc&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003053 10.0.0.50 - - [2025-04-28 02:06:28] "GET /virtual-network/fb1d13aa-bccc-4c4e-a4e1-42c9f80032d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005176 10.0.0.50 - - [2025-04-28 02:06:28] "POST /neutron/port HTTP/1.1" 200 1090 0.012219 10.0.0.50 - - [2025-04-28 02:06:28] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004847 10.0.0.50 - - [2025-04-28 02:06:28] "POST /neutron/port HTTP/1.1" 200 1090 0.011633 10.0.0.50 - - [2025-04-28 02:06:28] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004531 10.0.0.50 - - [2025-04-28 02:06:28] "POST /neutron/port HTTP/1.1" 200 1090 0.011848 10.0.0.50 - - [2025-04-28 02:06:28] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005040 10.0.0.50 - - [2025-04-28 02:06:28] "GET /virtual-machine/a2452d7c-f011-4d79-9646-db2cef1ba2ea HTTP/1.1" 200 1296 0.004001 10.0.0.50 - - [2025-04-28 02:06:28] "GET /virtual-machine-interface/3b2203d6-61c9-4264-a6f6-43ba6a1bac8e HTTP/1.1" 200 2967 0.004575 10.0.0.50 - - [2025-04-28 02:06:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002216 10.0.0.50 - - [2025-04-28 02:06:28] "GET /global-vrouter-config/b6b2affd-b3f8-462f-be29-ea233c5c3c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002669 10.0.0.50 - - [2025-04-28 02:06:28] "GET /virtual-networks?parent_id=0f0b7226-a8d9-4da7-b9c7-20ed551765cc&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002421 10.0.0.50 - - [2025-04-28 02:06:28] "GET /virtual-network/26b5ab17-3e20-4945-b127-eb07d5439e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005283 10.0.0.50 - - [2025-04-28 02:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002707 10.0.0.50 - - [2025-04-28 02:06:29] "GET /global-vrouter-config/b6b2affd-b3f8-462f-be29-ea233c5c3c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003312 10.0.0.50 - - [2025-04-28 02:06:29] "GET /virtual-networks?parent_id=0f0b7226-a8d9-4da7-b9c7-20ed551765cc&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002620 10.0.0.50 - - [2025-04-28 02:06:30] "GET /virtual-network/26b5ab17-3e20-4945-b127-eb07d5439e1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004799 10.0.0.50 - - [2025-04-28 02:06:34] "POST /neutron/router HTTP/1.1" 200 656 0.003746 10.0.0.50 - - [2025-04-28 02:06:34] "POST /ref-update HTTP/1.1" 200 156 0.010228 10.0.0.50 - - [2025-04-28 02:06:34] "POST /neutron/router HTTP/1.1" 200 344 0.093695 10.0.0.50 - - [2025-04-28 02:06:34] "POST /neutron/router HTTP/1.1" 200 656 0.004899 10.0.0.50 - - [2025-04-28 02:06:34] "GET /logical-router/9ee7119e-169f-4228-a251-a70e57b33413?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1972 0.004323 10.0.0.50 - - [2025-04-28 02:06:34] "GET /service-instance/2830627b-5789-485a-a974-10b3af918a76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2325 0.003305 10.0.0.50 - - [2025-04-28 02:06:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002177 10.0.0.50 - - [2025-04-28 02:06:34] "POST /neutron/router HTTP/1.1" 200 151 0.047260 10.0.0.50 - - [2025-04-28 02:06:34] "DELETE /route-target/75487cad-6d4f-4528-bfff-f16877cdb9e2 HTTP/1.1" 409 239 0.007871 10.0.0.50 - - [2025-04-28 02:06:34] "PUT /logical-router/9ee7119e-169f-4228-a251-a70e57b33413 HTTP/1.1" 404 171 0.002510 10.0.0.50 - - [2025-04-28 02:06:34] "POST /ref-update HTTP/1.1" 200 156 0.008525 10.0.0.50 - - [2025-04-28 02:06:34] "DELETE /route-table/760a4343-f100-4778-8b55-2934333e124d HTTP/1.1" 200 115 0.022195 10.0.0.50 - - [2025-04-28 02:06:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002092 10.0.0.50 - - [2025-04-28 02:06:34] "PUT /routing-instance/1c68d37d-f3d1-49e9-8eeb-b3f2056af833 HTTP/1.1" 200 266 0.013187 10.0.0.50 - - [2025-04-28 02:06:34] "POST /neutron/network HTTP/1.1" 200 833 0.005261 10.0.0.50 - - [2025-04-28 02:06:34] "GET /virtual-network/ab41a4a1-3d5e-41b4-bcc2-c69239f25955?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2133 0.006843 10.0.0.50 - - [2025-04-28 02:06:34] "POST /ref-update HTTP/1.1" 200 156 0.009404 10.0.0.50 - - [2025-04-28 02:06:34] "POST /neutron/network HTTP/1.1" 400 204 0.042366 10.0.0.50 - - [2025-04-28 02:06:34] "POST /ref-update HTTP/1.1" 200 156 0.007779 10.0.0.50 - - [2025-04-28 02:06:34] "DELETE /instance-ip/a951db6d-2939-4bc2-80db-c69aea9d4b6e HTTP/1.1" 200 115 0.036949 10.0.0.50 - - [2025-04-28 02:06:34] "POST /useragent-kv HTTP/1.1" 200 115 0.004198 10.0.0.50 - - [2025-04-28 02:06:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.006744 10.0.0.50 - - [2025-04-28 02:06:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002363 10.0.0.50 - - [2025-04-28 02:06:34] "DELETE /virtual-network/ab41a4a1-3d5e-41b4-bcc2-c69239f25955 HTTP/1.1" 200 115 0.099822 10.0.0.50 - - [2025-04-28 02:06:34] "DELETE /route-target/9236d04e-fe95-4439-9584-4aee969abfd1 HTTP/1.1" 200 115 0.019414 10.0.0.50 - - [2025-04-28 02:06:34] "DELETE /service-instance/2830627b-5789-485a-a974-10b3af918a76 HTTP/1.1" 200 115 0.032600 10.0.0.50 - - [2025-04-28 02:06:34] "GET /logical-router/9ee7119e-169f-4228-a251-a70e57b33413?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003053 10.0.0.50 - - [2025-04-28 02:06:34] "GET /service-instance/2830627b-5789-485a-a974-10b3af918a76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002381 10.0.0.50 - - [2025-04-28 02:06:34] "GET /virtual-machine-interface/1491d6ef-9eba-4bc8-8243-ec5cba110f24?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1662 0.006324 10.0.0.50 - - [2025-04-28 02:06:34] "POST /neutron/port HTTP/1.1" 200 1090 0.017459 10.0.0.50 - - [2025-04-28 02:06:34] "POST /neutron/port HTTP/1.1" 200 1116 0.007988 10.0.0.50 - - [2025-04-28 02:06:34] "POST /ref-update HTTP/1.1" 200 156 0.011450 10.0.0.50 - - [2025-04-28 02:06:34] "POST /neutron/port HTTP/1.1" 200 1088 0.021509 10.0.0.50 - - [2025-04-28 02:06:35] "GET /instance-ip/9680d896-8676-4bc7-9b7d-f87ec29a94eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004134 10.0.0.50 - - [2025-04-28 02:06:35] "POST /neutron/port HTTP/1.1" 200 1114 0.010362 10.0.0.50 - - [2025-04-28 02:06:35] "POST /neutron/port HTTP/1.1" 200 151 0.138888 10.0.0.50 - - [2025-04-28 02:06:35] "DELETE /virtual-machine-interface/1491d6ef-9eba-4bc8-8243-ec5cba110f24 HTTP/1.1" 200 115 0.056873 10.0.0.50 - - [2025-04-28 02:06:35] "GET /virtual-machine-interface/c7b5ab82-195a-4e96-8d9b-62f257422b3d?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1344 0.005623 10.0.0.50 - - [2025-04-28 02:06:35] "POST /neutron/port HTTP/1.1" 200 151 0.122865 10.0.0.50 - - [2025-04-28 02:06:35] "DELETE /virtual-machine-interface/c7b5ab82-195a-4e96-8d9b-62f257422b3d HTTP/1.1" 200 115 0.034155 10.0.0.50 - - [2025-04-28 02:06:35] "DELETE /virtual-machine/06bb62ac-74a2-4bcd-b5db-964697602f63 HTTP/1.1" 200 115 0.022664 10.0.0.50 - - [2025-04-28 02:06:35] "GET /virtual-machine-interface/c8a3f7e8-c5d5-4764-9661-74e621c70f37?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1344 0.004708 10.0.0.50 - - [2025-04-28 02:06:35] "DELETE /virtual-machine-interface/c8a3f7e8-c5d5-4764-9661-74e621c70f37 HTTP/1.1" 200 115 0.027136 10.0.0.50 - - [2025-04-28 02:06:35] "GET /virtual-machine-interface/c7e65325-cb85-473d-b1d0-33b3831c7291?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1664 0.005166 10.0.0.50 - - [2025-04-28 02:06:35] "POST /ref-update HTTP/1.1" 200 156 0.010581 10.0.0.50 - - [2025-04-28 02:06:35] "GET /instance-ip/9680d896-8676-4bc7-9b7d-f87ec29a94eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1695 0.004626 10.0.0.50 - - [2025-04-28 02:06:35] "DELETE /instance-ip/9680d896-8676-4bc7-9b7d-f87ec29a94eb HTTP/1.1" 200 115 0.021165 10.0.0.50 - - [2025-04-28 02:06:35] "DELETE /virtual-machine-interface/c7e65325-cb85-473d-b1d0-33b3831c7291 HTTP/1.1" 200 115 0.028038 10.0.0.50 - - [2025-04-28 02:06:35] "POST /ref-update HTTP/1.1" 200 156 0.007760 10.0.0.50 - - [2025-04-28 02:06:35] "DELETE /virtual-machine/44e05314-c4f3-4aaa-a21d-e3fc3c47ad8d HTTP/1.1" 200 115 0.013982 10.0.0.50 - - [2025-04-28 02:06:36] "POST /neutron/network HTTP/1.1" 200 833 0.005043 10.0.0.50 - - [2025-04-28 02:06:36] "POST /useragent-kv HTTP/1.1" 200 115 0.001836 10.0.0.50 - - [2025-04-28 02:06:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002943 10.0.0.50 - - [2025-04-28 02:06:36] "POST /useragent-kv HTTP/1.1" 200 115 0.001761 10.0.0.50 - - [2025-04-28 02:06:36] "POST /neutron/network HTTP/1.1" 200 151 0.063195 10.0.0.50 - - [2025-04-28 02:06:36] "DELETE /route-target/e732e049-eda9-4cf0-9a90-c899e1d15a48 HTTP/1.1" 200 115 0.011700 10.0.0.50 - - [2025-04-28 02:06:36] "POST /neutron/network HTTP/1.1" 200 824 0.004566 10.0.0.50 - - [2025-04-28 02:06:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.006059 10.0.0.50 - - [2025-04-28 02:06:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003958 10.0.0.50 - - [2025-04-28 02:06:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002414 10.0.0.50 - - [2025-04-28 02:06:36] "POST /neutron/network HTTP/1.1" 200 151 0.071751 10.0.0.50 - - [2025-04-28 02:06:36] "DELETE /route-target/332e9d39-64e5-498c-aa52-3bcb67d6384d HTTP/1.1" 200 115 0.016205 10.0.0.50 - - [2025-04-28 02:06:36] "GET /projects?obj_uuids=0f0b7226-a8d9-4da7-b9c7-20ed551765cc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001041 10.0.0.50 - - [2025-04-28 02:06:36] "GET /project/0f0b7226-a8d9-4da7-b9c7-20ed551765cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1385 0.022678 10.0.0.50 - - [2025-04-28 02:06:36] "GET /projects?obj_uuids=0f0b7226-a8d9-4da7-b9c7-20ed551765cc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000946 10.0.0.50 - - [2025-04-28 02:06:37] "GET /project/0f0b7226-a8d9-4da7-b9c7-20ed551765cc?fields=virtual_networks HTTP/1.1" 200 1048 0.062809 10.0.0.50 - - [2025-04-28 02:06:37] "GET /projects?obj_uuids=0f0b7226-a8d9-4da7-b9c7-20ed551765cc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001048 10.0.0.50 - - [2025-04-28 02:06:37] "GET /project/0f0b7226-a8d9-4da7-b9c7-20ed551765cc?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.024875 10.0.0.50 - - [2025-04-28 02:06:37] "GET /projects?obj_uuids=0f0b7226-a8d9-4da7-b9c7-20ed551765cc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001006 10.0.0.50 - - [2025-04-28 02:06:37] "GET /project/0f0b7226-a8d9-4da7-b9c7-20ed551765cc?fields=security_groups HTTP/1.1" 200 1277 0.020571 10.0.0.50 - - [2025-04-28 02:06:37] "POST /fqname-to-id HTTP/1.1" 404 196 0.023651 10.0.0.50 - - [2025-04-28 02:06:37] "GET /projects?obj_uuids=22f73ac4-eac5-4a88-bd9f-8b67ff837d7e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002138 10.0.0.50 - - [2025-04-28 02:06:37] "GET /domains?obj_uuids=09530269-b2df-4ef6-995f-dfbc59aefc94&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001066 10.0.0.50 - - [2025-04-28 02:06:37] "GET /domain/09530269-b2df-4ef6-995f-dfbc59aefc94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.007248 10.0.0.50 - - [2025-04-28 02:06:38] "POST /id-to-fqname HTTP/1.1" 200 198 0.001262 10.0.0.50 - - [2025-04-28 02:06:38] "POST /fqname-to-id HTTP/1.1" 404 207 0.003064 10.0.0.50 - - [2025-04-28 02:06:38] "POST /security-groups HTTP/1.1" 200 599 0.071632 10.0.0.50 - - [2025-04-28 02:06:38] "POST /fqname-to-id HTTP/1.1" 404 242 0.002291 10.0.0.50 - - [2025-04-28 02:06:38] "POST /projects HTTP/1.1" 200 601 0.215807 10.0.0.50 - - [2025-04-28 02:06:38] "POST /access-control-lists HTTP/1.1" 200 604 0.054372 10.0.0.50 - - [2025-04-28 02:06:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.280898 10.0.0.50 - - [2025-04-28 02:06:38] "POST /fqname-to-id HTTP/1.1" 404 241 0.002385 10.0.0.50 - - [2025-04-28 02:06:38] "GET /project/22f73ac4-eac5-4a88-bd9f-8b67ff837d7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.389706 10.0.0.50 - - [2025-04-28 02:06:38] "POST /access-control-lists HTTP/1.1" 200 602 0.056045 10.0.0.50 - - [2025-04-28 02:06:39] "GET / HTTP/1.1" 200 35931 0.001929 10.0.0.50 - - [2025-04-28 02:06:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000498 10.0.0.50 - - [2025-04-28 02:06:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.047969 10.0.0.50 - - [2025-04-28 02:06:40] "GET /projects?obj_uuids=22f73ac4-eac5-4a88-bd9f-8b67ff837d7e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001264 10.0.0.50 - - [2025-04-28 02:06:40] "GET /project/22f73ac4-eac5-4a88-bd9f-8b67ff837d7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.024848 10.0.0.50 - - [2025-04-28 02:06:40] "POST /neutron/network HTTP/1.1" 200 117 0.027424 10.0.0.50 - - [2025-04-28 02:06:40] "GET /projects?obj_uuids=22f73ac4-eac5-4a88-bd9f-8b67ff837d7e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001235 10.0.0.50 - - [2025-04-28 02:06:40] "POST /neutron/network HTTP/1.1" 200 613 0.058664 10.0.0.50 - - [2025-04-28 02:06:40] "POST /route-targets HTTP/1.1" 200 327 0.010992 10.0.0.50 - - [2025-04-28 02:06:40] "POST /ref-update HTTP/1.1" 200 156 0.010352 10.0.0.50 - - [2025-04-28 02:06:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002746 10.0.0.50 - - [2025-04-28 02:06:40] "POST /neutron/subnet HTTP/1.1" 200 720 0.144550 10.0.0.50 - - [2025-04-28 02:06:40] "POST /useragent-kv HTTP/1.1" 200 115 0.004022 10.0.0.50 - - [2025-04-28 02:06:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.028344 10.0.0.50 - - [2025-04-28 02:06:40] "POST /neutron/subnet HTTP/1.1" 200 828 0.168895 10.0.0.50 - - [2025-04-28 02:06:40] "GET /virtual-network/ac21ba02-e552-4d77-9fc7-fa614fe8ab89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1961 0.006212 10.0.0.50 - - [2025-04-28 02:06:40] "POST /neutron/network HTTP/1.1" 200 1005 0.005486 10.0.0.50 - - [2025-04-28 02:06:40] "POST /id-to-fqname HTTP/1.1" 200 228 0.000985 10.0.0.50 - - [2025-04-28 02:06:40] "GET /virtual-network/492e7110-2a56-4207-b66a-75137f6d5c0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.004050 10.0.0.50 - - [2025-04-28 02:06:40] "POST /neutron/network HTTP/1.1" 200 1005 0.006243 10.0.0.50 - - [2025-04-28 02:06:40] "GET /virtual-network/492e7110-2a56-4207-b66a-75137f6d5c0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005493 10.0.0.50 - - [2025-04-28 02:06:40] "POST /neutron/network HTTP/1.1" 200 1005 0.006605 10.0.0.50 - - [2025-04-28 02:06:41] "POST /neutron/subnet HTTP/1.1" 200 720 0.005044 10.0.0.50 - - [2025-04-28 02:06:41] "POST /neutron/subnet HTTP/1.1" 200 828 0.005870 10.0.0.50 - - [2025-04-28 02:06:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.001988 10.0.0.50 - - [2025-04-28 02:06:41] "GET /projects?obj_uuids=22f73ac4-eac5-4a88-bd9f-8b67ff837d7e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001010 10.0.0.50 - - [2025-04-28 02:06:41] "GET /project/22f73ac4-eac5-4a88-bd9f-8b67ff837d7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.025148 10.0.0.50 - - [2025-04-28 02:06:41] "POST /neutron/network HTTP/1.1" 200 117 0.008061 10.0.0.50 - - [2025-04-28 02:06:41] "GET /projects?obj_uuids=22f73ac4-eac5-4a88-bd9f-8b67ff837d7e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001201 10.0.0.50 - - [2025-04-28 02:06:41] "POST /neutron/network HTTP/1.1" 200 613 0.068251 10.0.0.50 - - [2025-04-28 02:06:41] "POST /route-targets HTTP/1.1" 200 327 0.015265 10.0.0.50 - - [2025-04-28 02:06:41] "POST /ref-update HTTP/1.1" 200 156 0.009728 10.0.0.50 - - [2025-04-28 02:06:41] "POST /useragent-kv HTTP/1.1" 200 115 0.003670 10.0.0.50 - - [2025-04-28 02:06:41] "POST /neutron/subnet HTTP/1.1" 200 719 0.178871 10.0.0.50 - - [2025-04-28 02:06:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003537 10.0.0.50 - - [2025-04-28 02:06:41] "GET /virtual-network/ac21ba02-e552-4d77-9fc7-fa614fe8ab89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1961 0.004303 10.0.0.50 - - [2025-04-28 02:06:41] "POST /useragent-kv HTTP/1.1" 200 115 0.001940 10.0.0.50 - - [2025-04-28 02:06:41] "POST /neutron/subnet HTTP/1.1" 200 823 0.178182 10.0.0.50 - - [2025-04-28 02:06:41] "POST /neutron/network HTTP/1.1" 200 1004 0.005721 10.0.0.50 - - [2025-04-28 02:06:41] "POST /id-to-fqname HTTP/1.1" 200 228 0.000982 10.0.0.50 - - [2025-04-28 02:06:41] "GET /virtual-network/94b40362-15c3-4f79-aa8d-596633462b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.004019 10.0.0.50 - - [2025-04-28 02:06:41] "POST /neutron/network HTTP/1.1" 200 1004 0.006640 10.0.0.50 - - [2025-04-28 02:06:41] "GET /virtual-network/94b40362-15c3-4f79-aa8d-596633462b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.004176 10.0.0.50 - - [2025-04-28 02:06:41] "POST /neutron/network HTTP/1.1" 200 1004 0.007136 10.0.0.50 - - [2025-04-28 02:06:41] "POST /neutron/subnet HTTP/1.1" 200 719 0.006928 10.0.0.50 - - [2025-04-28 02:06:41] "POST /neutron/subnet HTTP/1.1" 200 823 0.007420 10.0.0.50 - - [2025-04-28 02:06:41] "POST /fqname-to-id HTTP/1.1" 404 234 0.001942 10.0.0.50 - - [2025-04-28 02:06:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.001769 10.0.0.50 - - [2025-04-28 02:06:41] "GET /projects?obj_uuids=22f73ac4-eac5-4a88-bd9f-8b67ff837d7e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000986 10.0.0.50 - - [2025-04-28 02:06:41] "GET /project/22f73ac4-eac5-4a88-bd9f-8b67ff837d7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.029016 10.0.0.50 - - [2025-04-28 02:06:41] "POST /network-policys HTTP/1.1" 200 577 0.055970 10.0.0.50 - - [2025-04-28 02:06:42] "GET /network-policy/962b2970-cefc-41a7-9fe2-25afe2680e3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.004251 10.0.0.50 - - [2025-04-28 02:06:42] "POST /neutron/network HTTP/1.1" 200 1005 0.016288 10.0.0.50 - - [2025-04-28 02:06:42] "DELETE /project/22f73ac4eac54a88bd9f8b67ff837d7e HTTP/1.1" 404 173 0.017832 10.0.0.50 - - [2025-04-28 02:06:42] "DELETE /project/0f0b7226a8d94da7b9c720ed551765cc HTTP/1.1" 404 173 0.012858 10.0.0.50 - - [2025-04-28 02:06:42] "DELETE /project/9361ddcdc1b24437a25ea00bea924bb6 HTTP/1.1" 404 173 0.008763 10.0.0.50 - - [2025-04-28 02:06:42] "GET /projects?obj_uuids=98c6889e-ac88-4060-bbd1-dfac25b6e486&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000932 10.0.0.50 - - [2025-04-28 02:06:42] "GET /projects?obj_uuids=0f0b7226-a8d9-4da7-b9c7-20ed551765cc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000859 10.0.0.50 - - [2025-04-28 02:06:42] "GET /projects?obj_uuids=9361ddcd-c1b2-4437-a25e-a00bea924bb6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001165 10.0.0.50 - - [2025-04-28 02:06:42] "GET /project/0f0b7226-a8d9-4da7-b9c7-20ed551765cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1490 0.044336 10.0.0.50 - - [2025-04-28 02:06:42] "GET /project/98c6889e-ac88-4060-bbd1-dfac25b6e486?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1527 0.051727 10.0.0.50 - - [2025-04-28 02:06:42] "GET /project/9361ddcd-c1b2-4437-a25e-a00bea924bb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.068063 10.0.0.50 - - [2025-04-28 02:06:42] "GET /projects?obj_uuids=98c6889e-ac88-4060-bbd1-dfac25b6e486&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000981 10.0.0.50 - - [2025-04-28 02:06:42] "GET /projects?obj_uuids=0f0b7226-a8d9-4da7-b9c7-20ed551765cc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000830 10.0.0.50 - - [2025-04-28 02:06:42] "POST /fqname-to-id HTTP/1.1" 404 242 0.015841 10.0.0.50 - - [2025-04-28 02:06:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.009511 10.0.0.50 - - [2025-04-28 02:06:42] "POST /neutron/network HTTP/1.1" 200 1113 0.111194 10.0.0.50 - - [2025-04-28 02:06:42] "GET /virtual-network/ac21ba02-e552-4d77-9fc7-fa614fe8ab89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1961 0.014036 10.0.0.50 - - [2025-04-28 02:06:42] "GET /projects?obj_uuids=9361ddcd-c1b2-4437-a25e-a00bea924bb6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000840 10.0.0.50 - - [2025-04-28 02:06:42] "POST /neutron/network HTTP/1.1" 200 1113 0.007964 10.0.0.50 - - [2025-04-28 02:06:42] "GET /project/0f0b7226-a8d9-4da7-b9c7-20ed551765cc?fields=security_groups HTTP/1.1" 200 1382 0.070152 10.0.0.50 - - [2025-04-28 02:06:42] "GET /project/98c6889e-ac88-4060-bbd1-dfac25b6e486?fields=security_groups HTTP/1.1" 200 1410 0.073215 10.0.0.50 - - [2025-04-28 02:06:42] "GET /virtual-network/492e7110-2a56-4207-b66a-75137f6d5c0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.005471 10.0.0.50 - - [2025-04-28 02:06:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.001969 10.0.0.50 - - [2025-04-28 02:06:42] "GET /network-policy/962b2970-cefc-41a7-9fe2-25afe2680e3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.005506 10.0.0.50 - - [2025-04-28 02:06:42] "POST /access-control-lists HTTP/1.1" 200 596 0.138605 10.0.0.50 - - [2025-04-28 02:06:42] "GET /project/9361ddcd-c1b2-4437-a25e-a00bea924bb6?fields=security_groups HTTP/1.1" 200 1359 0.161849 10.0.0.50 - - [2025-04-28 02:06:42] "DELETE /security-group/bfb8cfbc-4c5c-421b-8d11-4e8e7aedb865 HTTP/1.1" 200 115 0.113223 10.0.0.50 - - [2025-04-28 02:06:42] "GET /projects?obj_uuids=0f0b7226-a8d9-4da7-b9c7-20ed551765cc&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000956 10.0.0.50 - - [2025-04-28 02:06:42] "DELETE /security-group/ddb3587d-9e5d-4244-b4bf-b723721b6878 HTTP/1.1" 200 115 0.126998 10.0.0.50 - - [2025-04-28 02:06:42] "POST /neutron/network HTTP/1.1" 200 1004 0.021007 10.0.0.50 - - [2025-04-28 02:06:42] "GET /projects?obj_uuids=98c6889e-ac88-4060-bbd1-dfac25b6e486&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000895 10.0.0.50 - - [2025-04-28 02:06:42] "GET /project/0f0b7226-a8d9-4da7-b9c7-20ed551765cc?fields=application_policy_sets HTTP/1.1" 200 1421 0.050853 10.0.0.50 - - [2025-04-28 02:06:42] "DELETE /access-control-list/bef4e581-93c4-4e88-9082-1623082f0403 HTTP/1.1" 200 115 0.060405 10.0.0.50 - - [2025-04-28 02:06:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004480 10.0.0.50 - - [2025-04-28 02:06:42] "GET /virtual-network/ac21ba02-e552-4d77-9fc7-fa614fe8ab89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1961 0.005991 10.0.0.50 - - [2025-04-28 02:06:42] "DELETE /security-group/8a99e5bc-74f4-4682-a76d-dc527fd57526 HTTP/1.1" 200 115 0.092952 10.0.0.50 - - [2025-04-28 02:06:42] "POST /neutron/network HTTP/1.1" 200 1112 0.089200 10.0.0.50 - - [2025-04-28 02:06:42] "GET /projects?obj_uuids=9361ddcd-c1b2-4437-a25e-a00bea924bb6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000901 10.0.0.50 - - [2025-04-28 02:06:42] "DELETE /access-control-list/763c6ec7-bb2f-4268-8c35-b8977e27a09f HTTP/1.1" 200 115 0.052785 10.0.0.50 - - [2025-04-28 02:06:42] "GET /project/98c6889e-ac88-4060-bbd1-dfac25b6e486?fields=application_policy_sets HTTP/1.1" 200 1449 0.108100 10.0.0.50 - - [2025-04-28 02:06:42] "POST /neutron/network HTTP/1.1" 200 1112 0.016542 10.0.0.50 - - [2025-04-28 02:06:42] "GET /virtual-network/94b40362-15c3-4f79-aa8d-596633462b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.007954 10.0.0.50 - - [2025-04-28 02:06:42] "DELETE /access-control-list/8fc0ba7b-8d0d-40d6-9d3a-508ea7ae92e9 HTTP/1.1" 200 115 0.041503 10.0.0.50 - - [2025-04-28 02:06:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.008651 10.0.0.50 - - [2025-04-28 02:06:42] "GET /project/9361ddcd-c1b2-4437-a25e-a00bea924bb6?fields=application_policy_sets HTTP/1.1" 200 1398 0.092070 10.0.0.50 - - [2025-04-28 02:06:42] "DELETE /access-control-list/32f5f8b4-92a3-4f5c-95d2-b3de2d6a7ff1 HTTP/1.1" 200 115 0.051178 10.0.0.50 - - [2025-04-28 02:06:42] "GET /network-policy/962b2970-cefc-41a7-9fe2-25afe2680e3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.003907 10.0.0.50 - - [2025-04-28 02:06:42] "DELETE /project/0f0b7226-a8d9-4da7-b9c7-20ed551765cc HTTP/1.1" 200 115 0.560280 10.0.0.50 - - [2025-04-28 02:06:42] "DELETE /access-control-list/648043eb-a87a-4c60-8c68-269260585927 HTTP/1.1" 200 115 0.028017 10.0.0.50 - - [2025-04-28 02:06:42] "GET /domains HTTP/1.1" 401 292 0.001395 10.0.0.50 - - [2025-04-28 02:06:42] "DELETE /access-control-list/89b59c55-5aba-41ce-84c2-86be9fa47cee HTTP/1.1" 200 115 0.032043 10.0.0.50 - - [2025-04-28 02:06:42] "DELETE /project/98c6889e-ac88-4060-bbd1-dfac25b6e486 HTTP/1.1" 200 115 0.607328 10.0.0.50 - - [2025-04-28 02:06:42] "POST /fqname-to-id HTTP/1.1" 404 242 0.001849 10.0.0.50 - - [2025-04-28 02:06:42] "DELETE /project/9361ddcd-c1b2-4437-a25e-a00bea924bb6 HTTP/1.1" 200 115 0.626461 10.0.0.50 - - [2025-04-28 02:06:42] "POST /access-control-lists HTTP/1.1" 200 596 0.056425 10.0.0.50 - - [2025-04-28 02:06:42] "POST /ref-update HTTP/1.1" 200 156 0.009087 10.0.0.50 - - [2025-04-28 02:06:42] "PUT /access-control-list/57de7b79-31a0-4b8d-a40e-e219d310dad2 HTTP/1.1" 200 272 0.054029 10.0.0.50 - - [2025-04-28 02:06:43] "GET /domains HTTP/1.1" 200 280 0.020890 10.0.0.50 - - [2025-04-28 02:06:43] "GET /domains?obj_uuids=09530269-b2df-4ef6-995f-dfbc59aefc94&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000980 10.0.0.50 - - [2025-04-28 02:06:43] "GET /domain/09530269-b2df-4ef6-995f-dfbc59aefc94 HTTP/1.1" 200 2580 0.007409 10.0.0.50 - - [2025-04-28 02:06:43] "GET /projects?obj_uuids=22f73ac4-eac5-4a88-bd9f-8b67ff837d7e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001230 10.0.0.50 - - [2025-04-28 02:06:43] "GET /project/22f73ac4-eac5-4a88-bd9f-8b67ff837d7e HTTP/1.1" 200 2635 0.072791 10.0.0.50 - - [2025-04-28 02:06:43] "GET /virtual-network/492e7110-2a56-4207-b66a-75137f6d5c0b HTTP/1.1" 200 3501 0.005533 10.0.0.50 - - [2025-04-28 02:06:43] "GET /virtual-network/492e7110-2a56-4207-b66a-75137f6d5c0b HTTP/1.1" 200 3501 0.004343 10.0.0.50 - - [2025-04-28 02:06:43] "GET /routing-instance/cb2fcd3e-f786-46ec-8fd4-0442efd0d60d HTTP/1.1" 200 1796 0.002993 10.0.0.50 - - [2025-04-28 02:06:43] "GET /routing-instance/cb2fcd3e-f786-46ec-8fd4-0442efd0d60d HTTP/1.1" 200 1796 0.002730 10.0.0.50 - - [2025-04-28 02:06:43] "GET /route-target/6756fca3-0023-42ce-ab8e-e00d45eb3321 HTTP/1.1" 200 1212 0.002590 10.0.0.50 - - [2025-04-28 02:06:43] "GET /virtual-network/492e7110-2a56-4207-b66a-75137f6d5c0b HTTP/1.1" 200 3501 0.004024 10.0.0.50 - - [2025-04-28 02:06:43] "GET /routing-instance/cb2fcd3e-f786-46ec-8fd4-0442efd0d60d HTTP/1.1" 200 1796 0.002576 10.0.0.50 - - [2025-04-28 02:06:43] "GET /virtual-network/492e7110-2a56-4207-b66a-75137f6d5c0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.004506 10.0.0.50 - - [2025-04-28 02:06:43] "GET /virtual-network/492e7110-2a56-4207-b66a-75137f6d5c0b HTTP/1.1" 200 3501 0.004270 10.0.0.50 - - [2025-04-28 02:06:43] "GET /routing-instance/cb2fcd3e-f786-46ec-8fd4-0442efd0d60d HTTP/1.1" 200 1796 0.002695 10.0.0.50 - - [2025-04-28 02:06:43] "GET /routing-instance/cb2fcd3e-f786-46ec-8fd4-0442efd0d60d HTTP/1.1" 200 1796 0.002790 10.0.0.50 - - [2025-04-28 02:06:43] "GET /route-target/6756fca3-0023-42ce-ab8e-e00d45eb3321 HTTP/1.1" 200 1212 0.002904 10.0.0.50 - - [2025-04-28 02:06:43] "GET /domains HTTP/1.1" 200 280 0.001961 10.0.0.50 - - [2025-04-28 02:06:43] "GET /domains?obj_uuids=09530269-b2df-4ef6-995f-dfbc59aefc94&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000872 10.0.0.50 - - [2025-04-28 02:06:43] "GET /domain/09530269-b2df-4ef6-995f-dfbc59aefc94 HTTP/1.1" 200 2580 0.005916 10.0.0.50 - - [2025-04-28 02:06:43] "GET /projects?obj_uuids=22f73ac4-eac5-4a88-bd9f-8b67ff837d7e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000861 10.0.0.50 - - [2025-04-28 02:06:43] "GET /project/22f73ac4-eac5-4a88-bd9f-8b67ff837d7e HTTP/1.1" 200 2635 0.063546 10.0.0.50 - - [2025-04-28 02:06:43] "GET /virtual-network/492e7110-2a56-4207-b66a-75137f6d5c0b HTTP/1.1" 200 3501 0.004160 10.0.0.50 - - [2025-04-28 02:06:43] "GET /obj-perms HTTP/1.1" 200 5046 0.039878 10.0.0.50 - - [2025-04-28 02:06:43] "GET /domains HTTP/1.1" 200 280 0.002185 10.0.0.50 - - [2025-04-28 02:06:43] "GET /domains?obj_uuids=09530269-b2df-4ef6-995f-dfbc59aefc94&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000929 10.0.0.50 - - [2025-04-28 02:06:43] "GET /domain/09530269-b2df-4ef6-995f-dfbc59aefc94 HTTP/1.1" 200 2580 0.006252 10.0.0.50 - - [2025-04-28 02:06:43] "GET /projects?obj_uuids=22f73ac4-eac5-4a88-bd9f-8b67ff837d7e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000929 10.0.0.50 - - [2025-04-28 02:06:43] "GET /project/22f73ac4-eac5-4a88-bd9f-8b67ff837d7e HTTP/1.1" 200 2635 0.068570 10.0.0.50 - - [2025-04-28 02:06:43] "GET /virtual-network/94b40362-15c3-4f79-aa8d-596633462b36 HTTP/1.1" 200 3499 0.006115 10.0.0.50 - - [2025-04-28 02:06:43] "GET /virtual-network/94b40362-15c3-4f79-aa8d-596633462b36 HTTP/1.1" 200 3499 0.003948 10.0.0.50 - - [2025-04-28 02:06:43] "GET /routing-instance/e245f224-2995-44a8-a492-b5ebcfa8c183 HTTP/1.1" 200 1796 0.002858 10.0.0.50 - - [2025-04-28 02:06:43] "GET /routing-instance/e245f224-2995-44a8-a492-b5ebcfa8c183 HTTP/1.1" 200 1796 0.002769 10.0.0.50 - - [2025-04-28 02:06:43] "GET /route-target/cd8556e3-c7b4-4b26-9b0e-6b6af19baf3e HTTP/1.1" 200 1213 0.002573 10.0.0.50 - - [2025-04-28 02:06:43] "GET /virtual-network/94b40362-15c3-4f79-aa8d-596633462b36 HTTP/1.1" 200 3499 0.004174 10.0.0.50 - - [2025-04-28 02:06:43] "GET /routing-instance/e245f224-2995-44a8-a492-b5ebcfa8c183 HTTP/1.1" 200 1796 0.003101 10.0.0.50 - - [2025-04-28 02:06:43] "GET /virtual-network/94b40362-15c3-4f79-aa8d-596633462b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.004308 10.0.0.50 - - [2025-04-28 02:06:43] "GET /virtual-network/94b40362-15c3-4f79-aa8d-596633462b36 HTTP/1.1" 200 3499 0.004075 10.0.0.50 - - [2025-04-28 02:06:43] "GET /routing-instance/e245f224-2995-44a8-a492-b5ebcfa8c183 HTTP/1.1" 200 1796 0.002431 10.0.0.50 - - [2025-04-28 02:06:43] "GET /routing-instance/e245f224-2995-44a8-a492-b5ebcfa8c183 HTTP/1.1" 200 1796 0.002470 10.0.0.50 - - [2025-04-28 02:06:43] "GET /route-target/cd8556e3-c7b4-4b26-9b0e-6b6af19baf3e HTTP/1.1" 200 1213 0.002068 10.0.0.50 - - [2025-04-28 02:06:43] "GET /domains HTTP/1.1" 200 280 0.001719 10.0.0.50 - - [2025-04-28 02:06:43] "GET /domains?obj_uuids=09530269-b2df-4ef6-995f-dfbc59aefc94&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001153 10.0.0.50 - - [2025-04-28 02:06:43] "GET /domain/09530269-b2df-4ef6-995f-dfbc59aefc94 HTTP/1.1" 200 2580 0.006161 10.0.0.50 - - [2025-04-28 02:06:43] "GET /projects?obj_uuids=22f73ac4-eac5-4a88-bd9f-8b67ff837d7e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000895 10.0.0.50 - - [2025-04-28 02:06:43] "GET /project/22f73ac4-eac5-4a88-bd9f-8b67ff837d7e HTTP/1.1" 200 2635 0.066062 10.0.0.50 - - [2025-04-28 02:06:43] "GET /virtual-network/94b40362-15c3-4f79-aa8d-596633462b36 HTTP/1.1" 200 3499 0.004108 10.0.0.50 - - [2025-04-28 02:06:43] "GET /obj-perms HTTP/1.1" 200 5046 0.002381 10.0.0.50 - - [2025-04-28 02:06:43] "GET /virtual-network/94b40362-15c3-4f79-aa8d-596633462b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.004686 10.0.0.50 - - [2025-04-28 02:06:43] "POST /neutron/network HTTP/1.1" 200 1112 0.006791 10.0.0.50 - - [2025-04-28 02:06:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005270 10.0.0.50 - - [2025-04-28 02:06:44] "GET /virtual-network/ac21ba02-e552-4d77-9fc7-fa614fe8ab89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1961 0.004757 10.0.0.50 - - [2025-04-28 02:06:44] "POST /neutron/network HTTP/1.1" 200 1004 0.047513 10.0.0.50 - - [2025-04-28 02:06:44] "DELETE /access-control-list/d890d6f9-6fb4-413d-b737-34669b487393 HTTP/1.1" 200 115 0.046673 10.0.0.50 - - [2025-04-28 02:06:44] "POST /neutron/network HTTP/1.1" 200 1004 0.013640 10.0.0.50 - - [2025-04-28 02:06:44] "GET /virtual-network/94b40362-15c3-4f79-aa8d-596633462b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.004334 10.0.0.50 - - [2025-04-28 02:06:44] "POST /ref-update HTTP/1.1" 200 156 0.015735 10.0.0.50 - - [2025-04-28 02:06:44] "GET /virtual-network/492e7110-2a56-4207-b66a-75137f6d5c0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.007206 10.0.0.50 - - [2025-04-28 02:06:44] "POST /neutron/network HTTP/1.1" 200 1113 0.006847 10.0.0.50 - - [2025-04-28 02:06:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.50 - - [2025-04-28 02:06:44] "GET /virtual-network/ac21ba02-e552-4d77-9fc7-fa614fe8ab89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1961 0.004376 10.0.0.50 - - [2025-04-28 02:06:44] "POST /neutron/network HTTP/1.1" 200 1005 0.038183 10.0.0.50 - - [2025-04-28 02:06:44] "DELETE /access-control-list/57de7b79-31a0-4b8d-a40e-e219d310dad2 HTTP/1.1" 200 115 0.023756 10.0.0.50 - - [2025-04-28 02:06:44] "POST /neutron/network HTTP/1.1" 200 1005 0.007571 10.0.0.50 - - [2025-04-28 02:06:44] "GET /virtual-network/492e7110-2a56-4207-b66a-75137f6d5c0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.004278 10.0.0.50 - - [2025-04-28 02:06:44] "POST /ref-update HTTP/1.1" 200 156 0.014149 10.0.0.50 - - [2025-04-28 02:06:44] "DELETE /network-policy/962b2970-cefc-41a7-9fe2-25afe2680e3f HTTP/1.1" 200 115 0.025168 10.0.0.50 - - [2025-04-28 02:06:44] "POST /neutron/network HTTP/1.1" 200 1004 0.005908 10.0.0.50 - - [2025-04-28 02:06:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002837 10.0.0.50 - - [2025-04-28 02:06:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.50 - - [2025-04-28 02:06:44] "POST /useragent-kv HTTP/1.1" 200 115 0.001597 10.0.0.50 - - [2025-04-28 02:06:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002326 10.0.0.50 - - [2025-04-28 02:06:44] "POST /useragent-kv HTTP/1.1" 200 115 0.001743 10.0.0.50 - - [2025-04-28 02:06:44] "POST /neutron/network HTTP/1.1" 200 151 0.074076 10.0.0.50 - - [2025-04-28 02:06:44] "DELETE /route-target/cd8556e3-c7b4-4b26-9b0e-6b6af19baf3e HTTP/1.1" 200 115 0.022874 10.0.0.50 - - [2025-04-28 02:06:44] "GET /routing-instance/e245f224-2995-44a8-a492-b5ebcfa8c183 HTTP/1.1" 404 171 0.003064 10.0.0.50 - - [2025-04-28 02:06:44] "GET /domains HTTP/1.1" 200 280 0.002170 10.0.0.50 - - [2025-04-28 02:06:44] "GET /domains?obj_uuids=09530269-b2df-4ef6-995f-dfbc59aefc94&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000878 10.0.0.50 - - [2025-04-28 02:06:44] "GET /domain/09530269-b2df-4ef6-995f-dfbc59aefc94 HTTP/1.1" 200 2580 0.047755 10.0.0.50 - - [2025-04-28 02:06:44] "GET /projects?obj_uuids=22f73ac4-eac5-4a88-bd9f-8b67ff837d7e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001396 10.0.0.50 - - [2025-04-28 02:06:44] "GET /project/22f73ac4-eac5-4a88-bd9f-8b67ff837d7e HTTP/1.1" 200 2155 0.063341 10.0.0.50 - - [2025-04-28 02:06:44] "POST /neutron/network HTTP/1.1" 200 1005 0.006476 10.0.0.50 - - [2025-04-28 02:06:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002043 10.0.0.50 - - [2025-04-28 02:06:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.50 - - [2025-04-28 02:06:44] "POST /useragent-kv HTTP/1.1" 200 115 0.001969 10.0.0.50 - - [2025-04-28 02:06:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003855 10.0.0.50 - - [2025-04-28 02:06:44] "POST /useragent-kv HTTP/1.1" 200 115 0.001760 10.0.0.50 - - [2025-04-28 02:06:44] "POST /neutron/network HTTP/1.1" 200 151 0.072006 10.0.0.50 - - [2025-04-28 02:06:44] "DELETE /route-target/6756fca3-0023-42ce-ab8e-e00d45eb3321 HTTP/1.1" 200 115 0.020835 10.0.0.50 - - [2025-04-28 02:06:44] "GET /routing-instance/cb2fcd3e-f786-46ec-8fd4-0442efd0d60d HTTP/1.1" 404 171 0.002273 10.0.0.50 - - [2025-04-28 02:06:44] "GET /domains HTTP/1.1" 200 280 0.001867 10.0.0.50 - - [2025-04-28 02:06:44] "GET /domains?obj_uuids=09530269-b2df-4ef6-995f-dfbc59aefc94&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000985 10.0.0.50 - - [2025-04-28 02:06:44] "GET /domain/09530269-b2df-4ef6-995f-dfbc59aefc94 HTTP/1.1" 200 2580 0.046442 10.0.0.50 - - [2025-04-28 02:06:44] "GET /projects?obj_uuids=22f73ac4-eac5-4a88-bd9f-8b67ff837d7e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000871 10.0.0.50 - - [2025-04-28 02:06:44] "GET /project/22f73ac4-eac5-4a88-bd9f-8b67ff837d7e HTTP/1.1" 200 1910 0.063236 10.0.0.50 - - [2025-04-28 02:06:44] "GET /projects?obj_uuids=22f73ac4-eac5-4a88-bd9f-8b67ff837d7e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001085 10.0.0.50 - - [2025-04-28 02:06:45] "GET /project/22f73ac4-eac5-4a88-bd9f-8b67ff837d7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1405 0.023942 10.0.0.50 - - [2025-04-28 02:06:45] "GET /projects?obj_uuids=22f73ac4-eac5-4a88-bd9f-8b67ff837d7e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000931 10.0.0.50 - - [2025-04-28 02:06:45] "GET /project/22f73ac4-eac5-4a88-bd9f-8b67ff837d7e?fields=virtual_networks HTTP/1.1" 200 1058 0.061764 10.0.0.50 - - [2025-04-28 02:06:45] "GET /projects?obj_uuids=22f73ac4-eac5-4a88-bd9f-8b67ff837d7e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001034 10.0.0.50 - - [2025-04-28 02:06:45] "GET /project/22f73ac4-eac5-4a88-bd9f-8b67ff837d7e?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.022352 10.0.0.50 - - [2025-04-28 02:06:45] "GET /projects?obj_uuids=22f73ac4-eac5-4a88-bd9f-8b67ff837d7e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001060 10.0.0.50 - - [2025-04-28 02:06:45] "GET /project/22f73ac4-eac5-4a88-bd9f-8b67ff837d7e?fields=security_groups HTTP/1.1" 200 1292 0.022271 10.0.0.50 - - [2025-04-28 02:06:45] "POST /fqname-to-id HTTP/1.1" 404 190 0.019076 10.0.0.50 - - [2025-04-28 02:06:45] "GET /projects?obj_uuids=32eb31c1-756c-4147-b222-fcc95ce334dd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002198 10.0.0.50 - - [2025-04-28 02:06:45] "GET /domains?obj_uuids=09530269-b2df-4ef6-995f-dfbc59aefc94&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000954 10.0.0.50 - - [2025-04-28 02:06:45] "GET /domain/09530269-b2df-4ef6-995f-dfbc59aefc94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006690 10.0.0.50 - - [2025-04-28 02:06:46] "POST /id-to-fqname HTTP/1.1" 200 192 0.001174 10.0.0.50 - - [2025-04-28 02:06:46] "POST /fqname-to-id HTTP/1.1" 404 201 0.003467 10.0.0.50 - - [2025-04-28 02:06:46] "POST /security-groups HTTP/1.1" 200 593 0.060347 10.0.0.50 - - [2025-04-28 02:06:46] "POST /fqname-to-id HTTP/1.1" 404 236 0.002386 10.0.0.50 - - [2025-04-28 02:06:46] "POST /projects HTTP/1.1" 200 589 0.201336 10.0.0.50 - - [2025-04-28 02:06:46] "POST /access-control-lists HTTP/1.1" 200 598 0.055377 10.0.0.50 - - [2025-04-28 02:06:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.265125 10.0.0.50 - - [2025-04-28 02:06:46] "POST /fqname-to-id HTTP/1.1" 404 235 0.002466 10.0.0.50 - - [2025-04-28 02:06:46] "GET /project/32eb31c1-756c-4147-b222-fcc95ce334dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.372251 10.0.0.50 - - [2025-04-28 02:06:46] "POST /access-control-lists HTTP/1.1" 200 596 0.059947 10.0.0.50 - - [2025-04-28 02:06:47] "GET / HTTP/1.1" 200 35931 0.001915 10.0.0.50 - - [2025-04-28 02:06:47] "GET /obj-perms HTTP/1.1" 200 5056 0.319020 10.0.0.50 - - [2025-04-28 02:06:48] "GET /obj-perms HTTP/1.1" 200 5056 0.066829 10.0.0.50 - - [2025-04-28 02:06:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000452 10.0.0.50 - - [2025-04-28 02:06:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.023117 10.0.0.50 - - [2025-04-28 02:06:48] "GET /projects?obj_uuids=32eb31c1-756c-4147-b222-fcc95ce334dd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000971 10.0.0.50 - - [2025-04-28 02:06:48] "GET /project/32eb31c1-756c-4147-b222-fcc95ce334dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.025069 10.0.0.50 - - [2025-04-28 02:06:48] "POST /neutron/network HTTP/1.1" 200 117 0.024784 10.0.0.50 - - [2025-04-28 02:06:48] "GET /projects?obj_uuids=32eb31c1-756c-4147-b222-fcc95ce334dd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000983 10.0.0.50 - - [2025-04-28 02:06:48] "POST /neutron/network HTTP/1.1" 200 607 0.052922 10.0.0.50 - - [2025-04-28 02:06:49] "POST /route-targets HTTP/1.1" 200 327 0.009062 10.0.0.50 - - [2025-04-28 02:06:49] "POST /ref-update HTTP/1.1" 200 156 0.009166 10.0.0.50 - - [2025-04-28 02:06:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002844 10.0.0.50 - - [2025-04-28 02:06:49] "POST /neutron/subnet HTTP/1.1" 200 729 0.149324 10.0.0.50 - - [2025-04-28 02:06:49] "POST /neutron/network HTTP/1.1" 200 827 0.004516 10.0.0.50 - - [2025-04-28 02:06:49] "POST /id-to-fqname HTTP/1.1" 200 222 0.001451 10.0.0.50 - - [2025-04-28 02:06:49] "GET /virtual-network/0d8a2c7f-86d0-4ab5-847f-a032637c4e80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005224 10.0.0.50 - - [2025-04-28 02:06:49] "POST /neutron/network HTTP/1.1" 200 827 0.005418 10.0.0.50 - - [2025-04-28 02:06:49] "GET /virtual-network/0d8a2c7f-86d0-4ab5-847f-a032637c4e80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004265 10.0.0.50 - - [2025-04-28 02:06:49] "POST /neutron/network HTTP/1.1" 200 827 0.005103 10.0.0.50 - - [2025-04-28 02:06:49] "POST /neutron/subnet HTTP/1.1" 200 729 0.005443 10.0.0.50 - - [2025-04-28 02:06:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.001969 10.0.0.50 - - [2025-04-28 02:06:49] "GET /projects?obj_uuids=32eb31c1-756c-4147-b222-fcc95ce334dd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000966 10.0.0.50 - - [2025-04-28 02:06:49] "GET /project/32eb31c1-756c-4147-b222-fcc95ce334dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.022267 10.0.0.50 - - [2025-04-28 02:06:49] "POST /neutron/network HTTP/1.1" 200 117 0.007478 10.0.0.50 - - [2025-04-28 02:06:49] "GET /projects?obj_uuids=32eb31c1-756c-4147-b222-fcc95ce334dd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000919 10.0.0.50 - - [2025-04-28 02:06:49] "POST /neutron/network HTTP/1.1" 200 607 0.055933 10.0.0.50 - - [2025-04-28 02:06:49] "POST /route-targets HTTP/1.1" 200 327 0.011420 10.0.0.50 - - [2025-04-28 02:06:49] "POST /ref-update HTTP/1.1" 200 156 0.013176 10.0.0.50 - - [2025-04-28 02:06:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002611 10.0.0.50 - - [2025-04-28 02:06:49] "POST /neutron/subnet HTTP/1.1" 200 720 0.157212 10.0.0.50 - - [2025-04-28 02:06:49] "POST /neutron/network HTTP/1.1" 200 825 0.004462 10.0.0.50 - - [2025-04-28 02:06:49] "POST /id-to-fqname HTTP/1.1" 200 222 0.000990 10.0.0.50 - - [2025-04-28 02:06:49] "GET /virtual-network/bcfad73e-feb0-45e5-888a-053856243c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004091 10.0.0.50 - - [2025-04-28 02:06:49] "POST /neutron/network HTTP/1.1" 200 825 0.004886 10.0.0.50 - - [2025-04-28 02:06:49] "GET /virtual-network/bcfad73e-feb0-45e5-888a-053856243c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004261 10.0.0.50 - - [2025-04-28 02:06:49] "POST /neutron/network HTTP/1.1" 200 825 0.004619 10.0.0.50 - - [2025-04-28 02:06:49] "POST /neutron/subnet HTTP/1.1" 200 720 0.005187 10.0.0.50 - - [2025-04-28 02:06:49] "POST /fqname-to-id HTTP/1.1" 404 228 0.001690 10.0.0.50 - - [2025-04-28 02:06:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002494 10.0.0.50 - - [2025-04-28 02:06:49] "GET /projects?obj_uuids=32eb31c1-756c-4147-b222-fcc95ce334dd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001000 10.0.0.50 - - [2025-04-28 02:06:49] "GET /project/32eb31c1-756c-4147-b222-fcc95ce334dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.020132 10.0.0.50 - - [2025-04-28 02:06:50] "POST /network-policys HTTP/1.1" 200 571 0.014708 10.0.0.50 - - [2025-04-28 02:06:50] "GET /network-policy/0ea16de0-d14f-4f72-bc8d-48d63f06600e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.004339 10.0.0.50 - - [2025-04-28 02:06:50] "POST /neutron/network HTTP/1.1" 200 827 0.005062 10.0.0.50 - - [2025-04-28 02:06:50] "POST /fqname-to-id HTTP/1.1" 404 236 0.004262 10.0.0.50 - - [2025-04-28 02:06:50] "POST /neutron/network HTTP/1.1" 200 929 0.042204 10.0.0.50 - - [2025-04-28 02:06:50] "POST /neutron/network HTTP/1.1" 200 929 0.046614 10.0.0.50 - - [2025-04-28 02:06:50] "POST /access-control-lists HTTP/1.1" 200 590 0.070166 10.0.0.50 - - [2025-04-28 02:06:50] "GET /virtual-network/0d8a2c7f-86d0-4ab5-847f-a032637c4e80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.004368 10.0.0.50 - - [2025-04-28 02:06:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.001827 10.0.0.50 - - [2025-04-28 02:06:50] "GET /network-policy/0ea16de0-d14f-4f72-bc8d-48d63f06600e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.003325 10.0.0.50 - - [2025-04-28 02:06:50] "POST /neutron/network HTTP/1.1" 200 825 0.005326 10.0.0.50 - - [2025-04-28 02:06:50] "POST /fqname-to-id HTTP/1.1" 404 236 0.003390 10.0.0.50 - - [2025-04-28 02:06:50] "POST /neutron/network HTTP/1.1" 200 927 0.039790 10.0.0.50 - - [2025-04-28 02:06:50] "POST /neutron/network HTTP/1.1" 200 927 0.041380 10.0.0.50 - - [2025-04-28 02:06:50] "POST /access-control-lists HTTP/1.1" 200 590 0.065409 10.0.0.50 - - [2025-04-28 02:06:50] "GET /virtual-network/bcfad73e-feb0-45e5-888a-053856243c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.004614 10.0.0.50 - - [2025-04-28 02:06:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002048 10.0.0.50 - - [2025-04-28 02:06:50] "POST /ref-update HTTP/1.1" 200 156 0.008026 10.0.0.50 - - [2025-04-28 02:06:50] "GET /network-policy/0ea16de0-d14f-4f72-bc8d-48d63f06600e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.002556 10.0.0.50 - - [2025-04-28 02:06:50] "GET /domains HTTP/1.1" 401 292 0.000386 10.0.0.50 - - [2025-04-28 02:06:50] "PUT /access-control-list/eb142f11-a8c8-4120-a338-349817ba0999 HTTP/1.1" 200 272 0.055223 10.0.0.50 - - [2025-04-28 02:06:50] "GET /domains HTTP/1.1" 200 280 0.021569 10.0.0.50 - - [2025-04-28 02:06:50] "GET /domains?obj_uuids=09530269-b2df-4ef6-995f-dfbc59aefc94&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000943 10.0.0.50 - - [2025-04-28 02:06:50] "GET /domain/09530269-b2df-4ef6-995f-dfbc59aefc94 HTTP/1.1" 200 2768 0.007254 10.0.0.50 - - [2025-04-28 02:06:50] "GET /projects?obj_uuids=32eb31c1-756c-4147-b222-fcc95ce334dd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000834 10.0.0.50 - - [2025-04-28 02:06:50] "GET /project/32eb31c1-756c-4147-b222-fcc95ce334dd HTTP/1.1" 200 2581 0.069609 10.0.0.50 - - [2025-04-28 02:06:50] "GET /virtual-network/0d8a2c7f-86d0-4ab5-847f-a032637c4e80 HTTP/1.1" 200 2891 0.007412 10.0.0.50 - - [2025-04-28 02:06:50] "GET /virtual-network/0d8a2c7f-86d0-4ab5-847f-a032637c4e80 HTTP/1.1" 200 2891 0.006160 10.0.0.50 - - [2025-04-28 02:06:50] "GET /routing-instance/2ea417bc-7899-4e2a-b079-31c324178a39 HTTP/1.1" 200 1783 0.002999 10.0.0.50 - - [2025-04-28 02:06:51] "GET /routing-instance/2ea417bc-7899-4e2a-b079-31c324178a39 HTTP/1.1" 200 1783 0.002735 10.0.0.50 - - [2025-04-28 02:06:51] "GET /route-target/ca9f3a38-ddbf-4fb8-ac66-516316b403d7 HTTP/1.1" 200 1207 0.002386 10.0.0.50 - - [2025-04-28 02:06:51] "GET /virtual-network/0d8a2c7f-86d0-4ab5-847f-a032637c4e80 HTTP/1.1" 200 2891 0.004191 10.0.0.50 - - [2025-04-28 02:06:51] "GET /routing-instance/2ea417bc-7899-4e2a-b079-31c324178a39 HTTP/1.1" 200 1783 0.002971 10.0.0.50 - - [2025-04-28 02:06:51] "GET /virtual-network/0d8a2c7f-86d0-4ab5-847f-a032637c4e80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.003868 10.0.0.50 - - [2025-04-28 02:06:51] "GET /virtual-network/0d8a2c7f-86d0-4ab5-847f-a032637c4e80 HTTP/1.1" 200 2891 0.004464 10.0.0.50 - - [2025-04-28 02:06:51] "GET /routing-instance/2ea417bc-7899-4e2a-b079-31c324178a39 HTTP/1.1" 200 1783 0.002840 10.0.0.50 - - [2025-04-28 02:06:51] "GET /routing-instance/2ea417bc-7899-4e2a-b079-31c324178a39 HTTP/1.1" 200 1783 0.002441 10.0.0.50 - - [2025-04-28 02:06:51] "GET /route-target/ca9f3a38-ddbf-4fb8-ac66-516316b403d7 HTTP/1.1" 200 1207 0.002257 10.0.0.50 - - [2025-04-28 02:06:51] "GET /domains HTTP/1.1" 200 280 0.002529 10.0.0.50 - - [2025-04-28 02:06:51] "GET /domains?obj_uuids=09530269-b2df-4ef6-995f-dfbc59aefc94&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000951 10.0.0.50 - - [2025-04-28 02:06:51] "GET /domain/09530269-b2df-4ef6-995f-dfbc59aefc94 HTTP/1.1" 200 2768 0.006256 10.0.0.50 - - [2025-04-28 02:06:51] "GET /projects?obj_uuids=32eb31c1-756c-4147-b222-fcc95ce334dd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000838 10.0.0.50 - - [2025-04-28 02:06:51] "GET /project/32eb31c1-756c-4147-b222-fcc95ce334dd HTTP/1.1" 200 2581 0.065310 10.0.0.50 - - [2025-04-28 02:06:51] "GET /virtual-network/0d8a2c7f-86d0-4ab5-847f-a032637c4e80 HTTP/1.1" 200 2891 0.004261 10.0.0.50 - - [2025-04-28 02:06:51] "GET /obj-perms HTTP/1.1" 200 5034 0.039782 10.0.0.50 - - [2025-04-28 02:06:51] "GET /domains HTTP/1.1" 200 280 0.002289 10.0.0.50 - - [2025-04-28 02:06:51] "GET /domains?obj_uuids=09530269-b2df-4ef6-995f-dfbc59aefc94&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000927 10.0.0.50 - - [2025-04-28 02:06:51] "GET /domain/09530269-b2df-4ef6-995f-dfbc59aefc94 HTTP/1.1" 200 2768 0.006115 10.0.0.50 - - [2025-04-28 02:06:51] "GET /projects?obj_uuids=32eb31c1-756c-4147-b222-fcc95ce334dd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001163 10.0.0.50 - - [2025-04-28 02:06:51] "GET /project/32eb31c1-756c-4147-b222-fcc95ce334dd HTTP/1.1" 200 2581 0.071034 10.0.0.50 - - [2025-04-28 02:06:51] "GET /virtual-network/bcfad73e-feb0-45e5-888a-053856243c87 HTTP/1.1" 200 2887 0.005903 10.0.0.50 - - [2025-04-28 02:06:51] "GET /virtual-network/bcfad73e-feb0-45e5-888a-053856243c87 HTTP/1.1" 200 2887 0.003968 10.0.0.50 - - [2025-04-28 02:06:51] "GET /routing-instance/d8f64ef7-c642-4829-8fea-4c6960bb025a HTTP/1.1" 200 1784 0.002719 10.0.0.50 - - [2025-04-28 02:06:51] "GET /routing-instance/d8f64ef7-c642-4829-8fea-4c6960bb025a HTTP/1.1" 200 1784 0.003612 10.0.0.50 - - [2025-04-28 02:06:51] "GET /route-target/f4d6b419-135e-464d-a20f-89ebab4f22e5 HTTP/1.1" 200 1207 0.002329 10.0.0.50 - - [2025-04-28 02:06:51] "GET /virtual-network/bcfad73e-feb0-45e5-888a-053856243c87 HTTP/1.1" 200 2887 0.003867 10.0.0.50 - - [2025-04-28 02:06:51] "GET /routing-instance/d8f64ef7-c642-4829-8fea-4c6960bb025a HTTP/1.1" 200 1784 0.002604 10.0.0.50 - - [2025-04-28 02:06:51] "GET /virtual-network/bcfad73e-feb0-45e5-888a-053856243c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005565 10.0.0.50 - - [2025-04-28 02:06:51] "GET /virtual-network/bcfad73e-feb0-45e5-888a-053856243c87 HTTP/1.1" 200 2887 0.003912 10.0.0.50 - - [2025-04-28 02:06:51] "GET /routing-instance/d8f64ef7-c642-4829-8fea-4c6960bb025a HTTP/1.1" 200 1784 0.002581 10.0.0.50 - - [2025-04-28 02:06:51] "GET /routing-instance/d8f64ef7-c642-4829-8fea-4c6960bb025a HTTP/1.1" 200 1784 0.002724 10.0.0.50 - - [2025-04-28 02:06:51] "GET /route-target/f4d6b419-135e-464d-a20f-89ebab4f22e5 HTTP/1.1" 200 1207 0.002081 10.0.0.50 - - [2025-04-28 02:06:51] "GET /domains HTTP/1.1" 200 280 0.001761 10.0.0.50 - - [2025-04-28 02:06:51] "GET /domains?obj_uuids=09530269-b2df-4ef6-995f-dfbc59aefc94&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000884 10.0.0.50 - - [2025-04-28 02:06:51] "GET /domain/09530269-b2df-4ef6-995f-dfbc59aefc94 HTTP/1.1" 200 2768 0.005839 10.0.0.50 - - [2025-04-28 02:06:51] "GET /projects?obj_uuids=32eb31c1-756c-4147-b222-fcc95ce334dd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000857 10.0.0.50 - - [2025-04-28 02:06:51] "GET /project/32eb31c1-756c-4147-b222-fcc95ce334dd HTTP/1.1" 200 2581 0.068063 10.0.0.50 - - [2025-04-28 02:06:51] "GET /virtual-network/bcfad73e-feb0-45e5-888a-053856243c87 HTTP/1.1" 200 2887 0.004240 10.0.0.50 - - [2025-04-28 02:06:51] "GET /obj-perms HTTP/1.1" 200 5034 0.002432 10.0.0.50 - - [2025-04-28 02:06:51] "POST /id-to-fqname HTTP/1.1" 200 222 0.001116 10.0.0.50 - - [2025-04-28 02:06:51] "POST /neutron/network HTTP/1.1" 200 939 0.005247 10.0.0.50 - - [2025-04-28 02:06:51] "GET /aaa-mode HTTP/1.1" 401 292 0.000374 10.0.0.50 - - [2025-04-28 02:06:52] "GET / HTTP/1.1" 200 35931 0.001744 10.0.0.50 - - [2025-04-28 02:06:52] "GET /project/32eb31c1-756c-4147-b222-fcc95ce334dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000426 10.0.0.50 - - [2025-04-28 02:06:52] "GET /projects?obj_uuids=32eb31c1-756c-4147-b222-fcc95ce334dd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001089 10.0.0.50 - - [2025-04-28 02:06:52] "GET /project/32eb31c1-756c-4147-b222-fcc95ce334dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.048088 10.0.0.50 - - [2025-04-28 02:06:52] "POST /neutron/network HTTP/1.1" 200 929 0.006931 10.0.0.50 - - [2025-04-28 02:06:52] "POST /neutron/port HTTP/1.1" 200 117 0.004377 10.0.0.50 - - [2025-04-28 02:06:52] "POST /neutron/port HTTP/1.1" 200 117 0.004223 10.0.0.50 - - [2025-04-28 02:06:52] "POST /id-to-fqname HTTP/1.1" 200 222 0.001168 10.0.0.50 - - [2025-04-28 02:06:52] "POST /neutron/port HTTP/1.1" 200 117 0.004618 10.0.0.50 - - [2025-04-28 02:06:53] "POST /neutron/network HTTP/1.1" 200 937 0.005233 10.0.0.50 - - [2025-04-28 02:06:53] "GET /aaa-mode HTTP/1.1" 401 292 0.000467 10.0.0.50 - - [2025-04-28 02:06:53] "POST /neutron/network HTTP/1.1" 200 939 0.006943 10.0.0.50 - - [2025-04-28 02:06:53] "GET /projects?obj_uuids=32eb31c1-756c-4147-b222-fcc95ce334dd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001022 10.0.0.50 - - [2025-04-28 02:06:53] "GET / HTTP/1.1" 200 35931 0.001569 10.0.0.50 - - [2025-04-28 02:06:53] "GET /project/32eb31c1-756c-4147-b222-fcc95ce334dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000824 10.0.0.50 - - [2025-04-28 02:06:53] "POST /neutron/port HTTP/1.1" 200 1063 0.225796 10.0.0.50 - - [2025-04-28 02:06:53] "POST /neutron/port HTTP/1.1" 200 1063 0.010898 10.0.0.50 - - [2025-04-28 02:06:53] "POST /neutron/port HTTP/1.1" 200 1063 0.008727 10.0.0.50 - - [2025-04-28 02:06:53] "POST /neutron/port HTTP/1.1" 200 1117 0.058170 10.0.0.50 - - [2025-04-28 02:06:53] "POST /neutron/port HTTP/1.1" 200 1091 0.014835 10.0.0.50 - - [2025-04-28 02:06:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002921 10.0.0.50 - - [2025-04-28 02:06:53] "POST /neutron/subnet HTTP/1.1" 200 703 0.012937 10.0.0.50 - - [2025-04-28 02:06:53] "POST /neutron/port HTTP/1.1" 200 117 0.001109 10.0.0.50 - - [2025-04-28 02:06:53] "POST /neutron/network HTTP/1.1" 200 929 0.005127 10.0.0.50 - - [2025-04-28 02:06:53] "GET /projects?obj_uuids=32eb31c1-756c-4147-b222-fcc95ce334dd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001436 10.0.0.50 - - [2025-04-28 02:06:53] "GET /project/32eb31c1-756c-4147-b222-fcc95ce334dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.050838 10.0.0.50 - - [2025-04-28 02:06:53] "POST /neutron/network HTTP/1.1" 200 927 0.004858 10.0.0.50 - - [2025-04-28 02:06:54] "POST /neutron/port HTTP/1.1" 200 1091 0.028498 10.0.0.50 - - [2025-04-28 02:06:54] "POST /neutron/security_group HTTP/1.1" 200 2060 0.020037 10.0.0.50 - - [2025-04-28 02:06:54] "POST /neutron/port HTTP/1.1" 200 117 0.006195 10.0.0.50 - - [2025-04-28 02:06:54] "POST /neutron/port HTTP/1.1" 200 1091 0.027954 10.0.0.50 - - [2025-04-28 02:06:54] "POST /neutron/security_group HTTP/1.1" 200 2060 0.011815 10.0.0.50 - - [2025-04-28 02:06:54] "POST /neutron/network HTTP/1.1" 200 937 0.005829 10.0.0.50 - - [2025-04-28 02:06:54] "GET /projects?obj_uuids=32eb31c1-756c-4147-b222-fcc95ce334dd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001088 10.0.0.50 - - [2025-04-28 02:06:54] "PUT /access-control-list/4f95ba7f-ea89-4f55-ac42-63d5237ead12 HTTP/1.1" 200 272 0.065176 10.0.0.50 - - [2025-04-28 02:06:54] "POST /neutron/port HTTP/1.1" 200 1061 0.288938 10.0.0.50 - - [2025-04-28 02:06:54] "POST /neutron/port HTTP/1.1" 200 1061 0.013737 10.0.0.50 - - [2025-04-28 02:06:54] "POST /neutron/port HTTP/1.1" 200 1061 0.017336 10.0.0.50 - - [2025-04-28 02:06:54] "POST /neutron/port HTTP/1.1" 200 1115 0.083372 10.0.0.50 - - [2025-04-28 02:06:54] "POST /neutron/port HTTP/1.1" 200 1089 0.013854 10.0.0.50 - - [2025-04-28 02:06:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002603 10.0.0.50 - - [2025-04-28 02:06:54] "POST /neutron/subnet HTTP/1.1" 200 694 0.009496 10.0.0.50 - - [2025-04-28 02:06:54] "POST /neutron/port HTTP/1.1" 200 117 0.000878 10.0.0.50 - - [2025-04-28 02:06:54] "POST /neutron/network HTTP/1.1" 200 927 0.004504 10.0.0.50 - - [2025-04-28 02:06:59] "POST /neutron/port HTTP/1.1" 200 1091 0.013273 10.0.0.50 - - [2025-04-28 02:06:59] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004827 10.0.0.50 - - [2025-04-28 02:06:59] "POST /neutron/port HTTP/1.1" 200 1091 0.013389 10.0.0.50 - - [2025-04-28 02:06:59] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004874 10.0.0.50 - - [2025-04-28 02:06:59] "POST /neutron/port HTTP/1.1" 200 1091 0.013100 10.0.0.50 - - [2025-04-28 02:06:59] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004792 10.0.0.50 - - [2025-04-28 02:06:59] "GET /virtual-machine/cd2ac02c-aa64-4c79-a6fa-5c2c7ff961b5 HTTP/1.1" 200 1295 0.003710 10.0.0.50 - - [2025-04-28 02:06:59] "GET /virtual-machine-interface/b3919e05-35d8-4583-8c40-c49a743fffd4 HTTP/1.1" 200 2951 0.004206 10.0.0.50 - - [2025-04-28 02:06:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002425 10.0.0.50 - - [2025-04-28 02:06:59] "GET /global-vrouter-config/b6b2affd-b3f8-462f-be29-ea233c5c3c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002512 10.0.0.50 - - [2025-04-28 02:06:59] "GET /virtual-networks?parent_id=32eb31c1-756c-4147-b222-fcc95ce334dd&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002645 10.0.0.50 - - [2025-04-28 02:06:59] "GET /virtual-network/0d8a2c7f-86d0-4ab5-847f-a032637c4e80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.004792 10.0.0.50 - - [2025-04-28 02:07:01] "POST /neutron/port HTTP/1.1" 200 1091 0.013187 10.0.0.50 - - [2025-04-28 02:07:01] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004448 10.0.0.50 - - [2025-04-28 02:07:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002664 10.0.0.50 - - [2025-04-28 02:07:02] "GET /virtual-network/0d8a2c7f-86d0-4ab5-847f-a032637c4e80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.004282 10.0.0.50 - - [2025-04-28 02:07:02] "POST /neutron/port HTTP/1.1" 200 1089 0.019329 10.0.0.50 - - [2025-04-28 02:07:02] "POST /neutron/security_group HTTP/1.1" 200 2060 0.012462 10.0.0.50 - - [2025-04-28 02:07:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002756 10.0.0.50 - - [2025-04-28 02:07:04] "GET /global-vrouter-config/b6b2affd-b3f8-462f-be29-ea233c5c3c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002638 10.0.0.50 - - [2025-04-28 02:07:04] "GET /virtual-networks?parent_id=32eb31c1-756c-4147-b222-fcc95ce334dd&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002801 10.0.0.50 - - [2025-04-28 02:07:04] "GET /virtual-network/0d8a2c7f-86d0-4ab5-847f-a032637c4e80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.004734 10.0.0.50 - - [2025-04-28 02:07:05] "POST /neutron/port HTTP/1.1" 200 1089 0.016452 10.0.0.50 - - [2025-04-28 02:07:05] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005646 10.0.0.50 - - [2025-04-28 02:07:05] "POST /neutron/port HTTP/1.1" 200 1089 0.013227 10.0.0.50 - - [2025-04-28 02:07:05] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004865 10.0.0.50 - - [2025-04-28 02:07:05] "POST /neutron/port HTTP/1.1" 200 1089 0.013111 10.0.0.50 - - [2025-04-28 02:07:05] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005065 10.0.0.50 - - [2025-04-28 02:07:05] "GET /virtual-machine/0abf3a1a-a55f-4856-8239-154ec236b2cd HTTP/1.1" 200 1292 0.003417 10.0.0.50 - - [2025-04-28 02:07:05] "GET /virtual-machine-interface/aac14a8b-1732-46b4-997f-d3596bcf79af HTTP/1.1" 200 2951 0.004063 10.0.0.50 - - [2025-04-28 02:07:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002054 10.0.0.50 - - [2025-04-28 02:07:05] "GET /global-vrouter-config/b6b2affd-b3f8-462f-be29-ea233c5c3c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002339 10.0.0.50 - - [2025-04-28 02:07:05] "GET /virtual-networks?parent_id=32eb31c1-756c-4147-b222-fcc95ce334dd&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002429 10.0.0.50 - - [2025-04-28 02:07:05] "GET /virtual-network/bcfad73e-feb0-45e5-888a-053856243c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.004683 10.0.0.50 - - [2025-04-28 02:07:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002614 10.0.0.50 - - [2025-04-28 02:07:06] "GET /global-vrouter-config/b6b2affd-b3f8-462f-be29-ea233c5c3c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002855 10.0.0.50 - - [2025-04-28 02:07:06] "GET /virtual-networks?parent_id=32eb31c1-756c-4147-b222-fcc95ce334dd&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003099 10.0.0.50 - - [2025-04-28 02:07:06] "GET /virtual-network/bcfad73e-feb0-45e5-888a-053856243c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005033 10.0.0.50 - - [2025-04-28 02:07:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002855 10.0.0.50 - - [2025-04-28 02:07:10] "GET /projects?obj_uuids=32eb31c1-756c-4147-b222-fcc95ce334dd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001345 10.0.0.50 - - [2025-04-28 02:07:10] "GET /project/32eb31c1-756c-4147-b222-fcc95ce334dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.029486 10.0.0.50 - - [2025-04-28 02:07:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002822 10.0.0.50 - - [2025-04-28 02:07:10] "PUT /network-policy/0ea16de0-d14f-4f72-bc8d-48d63f06600e HTTP/1.1" 200 262 0.008892 10.0.0.50 - - [2025-04-28 02:07:10] "PUT /access-control-list/4f95ba7f-ea89-4f55-ac42-63d5237ead12 HTTP/1.1" 200 272 0.050579 10.0.0.50 - - [2025-04-28 02:07:10] "POST /ref-update HTTP/1.1" 200 156 0.010016 10.0.0.50 - - [2025-04-28 02:07:10] "PUT /access-control-list/eb142f11-a8c8-4120-a338-349817ba0999 HTTP/1.1" 200 272 0.053467 10.0.0.50 - - [2025-04-28 02:07:10] "POST /ref-update HTTP/1.1" 200 156 0.009281 10.0.0.50 - - [2025-04-28 02:07:14] "GET /virtual-network/bcfad73e-feb0-45e5-888a-053856243c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005438 10.0.0.50 - - [2025-04-28 02:07:14] "POST /neutron/network HTTP/1.1" 200 927 0.005044 10.0.0.50 - - [2025-04-28 02:07:14] "POST /neutron/network HTTP/1.1" 200 825 0.045703 10.0.0.50 - - [2025-04-28 02:07:14] "DELETE /access-control-list/4f95ba7f-ea89-4f55-ac42-63d5237ead12 HTTP/1.1" 200 115 0.055138 10.0.0.50 - - [2025-04-28 02:07:14] "POST /neutron/network HTTP/1.1" 200 825 0.022574 10.0.0.50 - - [2025-04-28 02:07:14] "GET /virtual-network/bcfad73e-feb0-45e5-888a-053856243c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007053 10.0.0.50 - - [2025-04-28 02:07:14] "GET /virtual-network/0d8a2c7f-86d0-4ab5-847f-a032637c4e80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.004470 10.0.0.50 - - [2025-04-28 02:07:14] "POST /neutron/network HTTP/1.1" 200 929 0.005646 10.0.0.50 - - [2025-04-28 02:07:14] "POST /neutron/network HTTP/1.1" 200 827 0.058234 10.0.0.50 - - [2025-04-28 02:07:14] "POST /neutron/network HTTP/1.1" 200 827 0.010142 10.0.0.50 - - [2025-04-28 02:07:14] "GET /virtual-network/0d8a2c7f-86d0-4ab5-847f-a032637c4e80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004751 10.0.0.50 - - [2025-04-28 02:07:14] "DELETE /access-control-list/eb142f11-a8c8-4120-a338-349817ba0999 HTTP/1.1" 200 115 0.064015 10.0.0.50 - - [2025-04-28 02:07:14] "DELETE /network-policy/0ea16de0-d14f-4f72-bc8d-48d63f06600e HTTP/1.1" 200 115 0.020923 10.0.0.50 - - [2025-04-28 02:07:14] "POST /neutron/network HTTP/1.1" 200 825 0.007580 10.0.0.50 - - [2025-04-28 02:07:14] "POST /neutron/network HTTP/1.1" 400 204 0.008859 10.0.0.50 - - [2025-04-28 02:07:14] "POST /neutron/port HTTP/1.1" 200 1089 0.017161 10.0.0.50 - - [2025-04-28 02:07:14] "POST /neutron/port HTTP/1.1" 200 1115 0.007905 10.0.0.50 - - [2025-04-28 02:07:14] "POST /neutron/port HTTP/1.1" 200 1091 0.024152 10.0.0.50 - - [2025-04-28 02:07:14] "POST /neutron/port HTTP/1.1" 200 1117 0.009385 10.0.0.50 - - [2025-04-28 02:07:14] "POST /neutron/port HTTP/1.1" 200 151 0.127316 10.0.0.50 - - [2025-04-28 02:07:14] "POST /neutron/port HTTP/1.1" 200 151 0.126527 10.0.0.50 - - [2025-04-28 02:07:16] "POST /neutron/network HTTP/1.1" 200 825 0.005980 10.0.0.50 - - [2025-04-28 02:07:16] "POST /useragent-kv HTTP/1.1" 200 115 0.004304 10.0.0.50 - - [2025-04-28 02:07:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005388 10.0.0.50 - - [2025-04-28 02:07:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002086 10.0.0.50 - - [2025-04-28 02:07:16] "POST /neutron/network HTTP/1.1" 200 151 0.076796 10.0.0.50 - - [2025-04-28 02:07:16] "GET /routing-instance/d8f64ef7-c642-4829-8fea-4c6960bb025a HTTP/1.1" 404 171 0.002477 10.0.0.50 - - [2025-04-28 02:07:16] "GET /domains HTTP/1.1" 200 280 0.002783 10.0.0.50 - - [2025-04-28 02:07:16] "DELETE /route-target/f4d6b419-135e-464d-a20f-89ebab4f22e5 HTTP/1.1" 200 115 0.017918 10.0.0.50 - - [2025-04-28 02:07:16] "GET /domains?obj_uuids=09530269-b2df-4ef6-995f-dfbc59aefc94&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001040 10.0.0.50 - - [2025-04-28 02:07:16] "GET /domain/09530269-b2df-4ef6-995f-dfbc59aefc94 HTTP/1.1" 200 2768 0.050143 10.0.0.50 - - [2025-04-28 02:07:16] "GET /projects?obj_uuids=32eb31c1-756c-4147-b222-fcc95ce334dd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000939 10.0.0.50 - - [2025-04-28 02:07:16] "GET /project/32eb31c1-756c-4147-b222-fcc95ce334dd HTTP/1.1" 200 2113 0.065092 10.0.0.50 - - [2025-04-28 02:07:16] "POST /neutron/network HTTP/1.1" 200 827 0.004800 10.0.0.50 - - [2025-04-28 02:07:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003515 10.0.0.50 - - [2025-04-28 02:07:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003996 10.0.0.50 - - [2025-04-28 02:07:16] "POST /useragent-kv HTTP/1.1" 200 115 0.001499 10.0.0.50 - - [2025-04-28 02:07:16] "POST /neutron/network HTTP/1.1" 200 151 0.068453 10.0.0.50 - - [2025-04-28 02:07:16] "GET /routing-instance/2ea417bc-7899-4e2a-b079-31c324178a39 HTTP/1.1" 404 171 0.002577 10.0.0.50 - - [2025-04-28 02:07:16] "DELETE /route-target/ca9f3a38-ddbf-4fb8-ac66-516316b403d7 HTTP/1.1" 200 115 0.015598 10.0.0.50 - - [2025-04-28 02:07:16] "GET /domains HTTP/1.1" 200 280 0.001818 10.0.0.50 - - [2025-04-28 02:07:16] "GET /domains?obj_uuids=09530269-b2df-4ef6-995f-dfbc59aefc94&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000890 10.0.0.50 - - [2025-04-28 02:07:16] "GET /domain/09530269-b2df-4ef6-995f-dfbc59aefc94 HTTP/1.1" 200 2768 0.048541 10.0.0.50 - - [2025-04-28 02:07:16] "GET /projects?obj_uuids=32eb31c1-756c-4147-b222-fcc95ce334dd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001501 10.0.0.50 - - [2025-04-28 02:07:16] "GET /project/32eb31c1-756c-4147-b222-fcc95ce334dd HTTP/1.1" 200 1874 0.066473 10.0.0.50 - - [2025-04-28 02:07:17] "GET /projects?obj_uuids=32eb31c1-756c-4147-b222-fcc95ce334dd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001075 10.0.0.50 - - [2025-04-28 02:07:17] "GET /project/32eb31c1-756c-4147-b222-fcc95ce334dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.021574 10.0.0.50 - - [2025-04-28 02:07:17] "GET /projects?obj_uuids=32eb31c1-756c-4147-b222-fcc95ce334dd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000942 10.0.0.50 - - [2025-04-28 02:07:17] "GET /project/32eb31c1-756c-4147-b222-fcc95ce334dd?fields=virtual_networks HTTP/1.1" 200 1046 0.064914 10.0.0.50 - - [2025-04-28 02:07:17] "GET /projects?obj_uuids=32eb31c1-756c-4147-b222-fcc95ce334dd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001023 10.0.0.50 - - [2025-04-28 02:07:17] "GET /project/32eb31c1-756c-4147-b222-fcc95ce334dd?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.023067 10.0.0.50 - - [2025-04-28 02:07:17] "GET /projects?obj_uuids=32eb31c1-756c-4147-b222-fcc95ce334dd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001046 10.0.0.50 - - [2025-04-28 02:07:17] "GET /project/32eb31c1-756c-4147-b222-fcc95ce334dd?fields=security_groups HTTP/1.1" 200 1274 0.022100 10.0.0.50 - - [2025-04-28 02:07:18] "POST /fqname-to-id HTTP/1.1" 404 186 0.019464 10.0.0.50 - - [2025-04-28 02:07:18] "GET /projects?obj_uuids=2d2aa3e2-c426-4c59-85e6-ee56931afd99&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002296 10.0.0.50 - - [2025-04-28 02:07:18] "GET /domains?obj_uuids=09530269-b2df-4ef6-995f-dfbc59aefc94&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001299 10.0.0.50 - - [2025-04-28 02:07:18] "GET /domain/09530269-b2df-4ef6-995f-dfbc59aefc94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006639 10.0.0.50 - - [2025-04-28 02:07:18] "POST /id-to-fqname HTTP/1.1" 200 188 0.003518 10.0.0.50 - - [2025-04-28 02:07:18] "POST /fqname-to-id HTTP/1.1" 404 197 0.002087 10.0.0.50 - - [2025-04-28 02:07:18] "POST /security-groups HTTP/1.1" 200 589 0.059831 10.0.0.50 - - [2025-04-28 02:07:18] "POST /fqname-to-id HTTP/1.1" 404 232 0.002680 10.0.0.50 - - [2025-04-28 02:07:18] "POST /projects HTTP/1.1" 200 581 0.202960 10.0.0.50 - - [2025-04-28 02:07:18] "POST /access-control-lists HTTP/1.1" 200 594 0.055719 10.0.0.50 - - [2025-04-28 02:07:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.270890 10.0.0.50 - - [2025-04-28 02:07:18] "POST /fqname-to-id HTTP/1.1" 404 231 0.002311 10.0.0.50 - - [2025-04-28 02:07:18] "GET /project/2d2aa3e2-c426-4c59-85e6-ee56931afd99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.378122 10.0.0.50 - - [2025-04-28 02:07:18] "POST /access-control-lists HTTP/1.1" 200 592 0.055558 10.0.0.50 - - [2025-04-28 02:07:19] "GET / HTTP/1.1" 200 35931 0.001880 10.0.0.50 - - [2025-04-28 02:07:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000467 10.0.0.50 - - [2025-04-28 02:07:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.048180 10.0.0.50 - - [2025-04-28 02:07:20] "GET /projects?obj_uuids=2d2aa3e2-c426-4c59-85e6-ee56931afd99&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000941 10.0.0.50 - - [2025-04-28 02:07:20] "GET /project/2d2aa3e2-c426-4c59-85e6-ee56931afd99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.024398 10.0.0.50 - - [2025-04-28 02:07:20] "POST /neutron/network HTTP/1.1" 200 117 0.025531 10.0.0.50 - - [2025-04-28 02:07:20] "GET /projects?obj_uuids=2d2aa3e2-c426-4c59-85e6-ee56931afd99&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002177 10.0.0.50 - - [2025-04-28 02:07:20] "POST /neutron/network HTTP/1.1" 200 613 0.061171 10.0.0.50 - - [2025-04-28 02:07:20] "POST /route-targets HTTP/1.1" 200 327 0.010336 10.0.0.50 - - [2025-04-28 02:07:20] "POST /ref-update HTTP/1.1" 200 156 0.009278 10.0.0.50 - - [2025-04-28 02:07:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002947 10.0.0.50 - - [2025-04-28 02:07:20] "POST /neutron/subnet HTTP/1.1" 200 730 0.149442 10.0.0.50 - - [2025-04-28 02:07:20] "POST /neutron/network HTTP/1.1" 200 833 0.004444 10.0.0.50 - - [2025-04-28 02:07:20] "POST /id-to-fqname HTTP/1.1" 200 223 0.001016 10.0.0.50 - - [2025-04-28 02:07:20] "GET /virtual-network/c3cb17d0-ef5f-4dfa-8bdc-9c445151e739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004106 10.0.0.50 - - [2025-04-28 02:07:20] "POST /neutron/network HTTP/1.1" 200 833 0.004844 10.0.0.50 - - [2025-04-28 02:07:20] "GET /virtual-network/c3cb17d0-ef5f-4dfa-8bdc-9c445151e739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004183 10.0.0.50 - - [2025-04-28 02:07:20] "POST /neutron/network HTTP/1.1" 200 833 0.005033 10.0.0.50 - - [2025-04-28 02:07:20] "POST /neutron/subnet HTTP/1.1" 200 730 0.005708 10.0.0.50 - - [2025-04-28 02:07:20] "GET /domains HTTP/1.1" 401 292 0.000478 10.0.0.50 - - [2025-04-28 02:07:21] "GET /domains HTTP/1.1" 200 280 0.021109 10.0.0.50 - - [2025-04-28 02:07:21] "GET /domains?obj_uuids=09530269-b2df-4ef6-995f-dfbc59aefc94&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001275 10.0.0.50 - - [2025-04-28 02:07:21] "GET /domain/09530269-b2df-4ef6-995f-dfbc59aefc94 HTTP/1.1" 200 2952 0.009938 10.0.0.50 - - [2025-04-28 02:07:21] "GET /projects?obj_uuids=2d2aa3e2-c426-4c59-85e6-ee56931afd99&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001367 10.0.0.50 - - [2025-04-28 02:07:21] "GET /project/2d2aa3e2-c426-4c59-85e6-ee56931afd99 HTTP/1.1" 200 2089 0.072152 10.0.0.50 - - [2025-04-28 02:07:21] "GET /virtual-network/c3cb17d0-ef5f-4dfa-8bdc-9c445151e739 HTTP/1.1" 200 2321 0.005646 10.0.0.50 - - [2025-04-28 02:07:21] "GET /virtual-network/c3cb17d0-ef5f-4dfa-8bdc-9c445151e739 HTTP/1.1" 200 2321 0.005120 10.0.0.50 - - [2025-04-28 02:07:21] "GET /routing-instance/6a067ab4-aebc-43ec-b5ac-0ecf8a9bac71 HTTP/1.1" 200 1493 0.003514 10.0.0.50 - - [2025-04-28 02:07:21] "GET /routing-instance/6a067ab4-aebc-43ec-b5ac-0ecf8a9bac71 HTTP/1.1" 200 1493 0.007336 10.0.0.50 - - [2025-04-28 02:07:21] "GET /route-target/98c0afe4-70a5-460f-86b6-576e511caeb6 HTTP/1.1" 200 1212 0.002519 10.0.0.50 - - [2025-04-28 02:07:21] "GET /virtual-network/c3cb17d0-ef5f-4dfa-8bdc-9c445151e739 HTTP/1.1" 200 2321 0.004074 10.0.0.50 - - [2025-04-28 02:07:21] "GET /routing-instance/6a067ab4-aebc-43ec-b5ac-0ecf8a9bac71 HTTP/1.1" 200 1493 0.003170 10.0.0.50 - - [2025-04-28 02:07:21] "GET /virtual-network/c3cb17d0-ef5f-4dfa-8bdc-9c445151e739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005554 10.0.0.50 - - [2025-04-28 02:07:21] "GET /virtual-network/c3cb17d0-ef5f-4dfa-8bdc-9c445151e739 HTTP/1.1" 200 2321 0.004494 10.0.0.50 - - [2025-04-28 02:07:21] "GET /routing-instance/6a067ab4-aebc-43ec-b5ac-0ecf8a9bac71 HTTP/1.1" 200 1493 0.003574 10.0.0.50 - - [2025-04-28 02:07:21] "GET /routing-instance/6a067ab4-aebc-43ec-b5ac-0ecf8a9bac71 HTTP/1.1" 200 1493 0.002993 10.0.0.50 - - [2025-04-28 02:07:21] "GET /route-target/98c0afe4-70a5-460f-86b6-576e511caeb6 HTTP/1.1" 200 1212 0.002814 10.0.0.50 - - [2025-04-28 02:07:21] "GET /domains HTTP/1.1" 200 280 0.002498 10.0.0.50 - - [2025-04-28 02:07:21] "GET /domains?obj_uuids=09530269-b2df-4ef6-995f-dfbc59aefc94&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001222 10.0.0.50 - - [2025-04-28 02:07:21] "GET /domain/09530269-b2df-4ef6-995f-dfbc59aefc94 HTTP/1.1" 200 2952 0.007936 10.0.0.50 - - [2025-04-28 02:07:21] "GET /projects?obj_uuids=2d2aa3e2-c426-4c59-85e6-ee56931afd99&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000854 10.0.0.50 - - [2025-04-28 02:07:21] "GET /project/2d2aa3e2-c426-4c59-85e6-ee56931afd99 HTTP/1.1" 200 2089 0.067476 10.0.0.50 - - [2025-04-28 02:07:21] "GET /virtual-network/c3cb17d0-ef5f-4dfa-8bdc-9c445151e739 HTTP/1.1" 200 2321 0.005893 10.0.0.50 - - [2025-04-28 02:07:21] "GET /obj-perms HTTP/1.1" 200 5026 0.040922 10.0.0.50 - - [2025-04-28 02:07:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002457 10.0.0.50 - - [2025-04-28 02:07:21] "GET /projects?obj_uuids=2d2aa3e2-c426-4c59-85e6-ee56931afd99&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000980 10.0.0.50 - - [2025-04-28 02:07:21] "GET /project/2d2aa3e2-c426-4c59-85e6-ee56931afd99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.026260 10.0.0.50 - - [2025-04-28 02:07:21] "POST /neutron/network HTTP/1.1" 200 117 0.008490 10.0.0.50 - - [2025-04-28 02:07:21] "GET /projects?obj_uuids=2d2aa3e2-c426-4c59-85e6-ee56931afd99&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001416 10.0.0.50 - - [2025-04-28 02:07:22] "POST /neutron/network HTTP/1.1" 200 613 0.059973 10.0.0.50 - - [2025-04-28 02:07:22] "POST /route-targets HTTP/1.1" 200 327 0.008773 10.0.0.50 - - [2025-04-28 02:07:22] "POST /ref-update HTTP/1.1" 200 156 0.008987 10.0.0.50 - - [2025-04-28 02:07:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002979 10.0.0.50 - - [2025-04-28 02:07:22] "POST /neutron/subnet HTTP/1.1" 200 715 0.189811 10.0.0.50 - - [2025-04-28 02:07:22] "POST /neutron/network HTTP/1.1" 200 830 0.004177 10.0.0.50 - - [2025-04-28 02:07:22] "POST /id-to-fqname HTTP/1.1" 200 223 0.001059 10.0.0.50 - - [2025-04-28 02:07:22] "GET /virtual-network/d81331a5-4f7e-4c54-8b4e-04fd56502416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004170 10.0.0.50 - - [2025-04-28 02:07:22] "POST /neutron/network HTTP/1.1" 200 830 0.005873 10.0.0.50 - - [2025-04-28 02:07:22] "GET /virtual-network/d81331a5-4f7e-4c54-8b4e-04fd56502416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004367 10.0.0.50 - - [2025-04-28 02:07:22] "POST /neutron/network HTTP/1.1" 200 830 0.005429 10.0.0.50 - - [2025-04-28 02:07:22] "POST /neutron/subnet HTTP/1.1" 200 715 0.005611 10.0.0.50 - - [2025-04-28 02:07:22] "GET /domains HTTP/1.1" 200 280 0.001912 10.0.0.50 - - [2025-04-28 02:07:22] "GET /domains?obj_uuids=09530269-b2df-4ef6-995f-dfbc59aefc94&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000942 10.0.0.50 - - [2025-04-28 02:07:22] "GET /domain/09530269-b2df-4ef6-995f-dfbc59aefc94 HTTP/1.1" 200 2952 0.006275 10.0.0.50 - - [2025-04-28 02:07:22] "GET /projects?obj_uuids=2d2aa3e2-c426-4c59-85e6-ee56931afd99&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001167 10.0.0.50 - - [2025-04-28 02:07:22] "GET /project/2d2aa3e2-c426-4c59-85e6-ee56931afd99 HTTP/1.1" 200 2307 0.064609 10.0.0.50 - - [2025-04-28 02:07:22] "GET /virtual-network/d81331a5-4f7e-4c54-8b4e-04fd56502416 HTTP/1.1" 200 2312 0.005213 10.0.0.50 - - [2025-04-28 02:07:22] "GET /virtual-network/d81331a5-4f7e-4c54-8b4e-04fd56502416 HTTP/1.1" 200 2312 0.003872 10.0.0.50 - - [2025-04-28 02:07:22] "GET /routing-instance/2a98dc58-84ff-4024-97ed-76938fc95fea HTTP/1.1" 200 1493 0.002576 10.0.0.50 - - [2025-04-28 02:07:22] "GET /routing-instance/2a98dc58-84ff-4024-97ed-76938fc95fea HTTP/1.1" 200 1493 0.002517 10.0.0.50 - - [2025-04-28 02:07:22] "GET /route-target/fe419bd4-3e3f-4a28-9e48-2c13abd50880 HTTP/1.1" 200 1213 0.002165 10.0.0.50 - - [2025-04-28 02:07:22] "GET /virtual-network/d81331a5-4f7e-4c54-8b4e-04fd56502416 HTTP/1.1" 200 2312 0.003728 10.0.0.50 - - [2025-04-28 02:07:22] "GET /routing-instance/2a98dc58-84ff-4024-97ed-76938fc95fea HTTP/1.1" 200 1493 0.002381 10.0.0.50 - - [2025-04-28 02:07:22] "GET /virtual-network/d81331a5-4f7e-4c54-8b4e-04fd56502416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.003859 10.0.0.50 - - [2025-04-28 02:07:22] "GET /virtual-network/d81331a5-4f7e-4c54-8b4e-04fd56502416 HTTP/1.1" 200 2312 0.004025 10.0.0.50 - - [2025-04-28 02:07:22] "GET /routing-instance/2a98dc58-84ff-4024-97ed-76938fc95fea HTTP/1.1" 200 1493 0.002399 10.0.0.50 - - [2025-04-28 02:07:22] "GET /routing-instance/2a98dc58-84ff-4024-97ed-76938fc95fea HTTP/1.1" 200 1493 0.002370 10.0.0.50 - - [2025-04-28 02:07:22] "GET /route-target/fe419bd4-3e3f-4a28-9e48-2c13abd50880 HTTP/1.1" 200 1213 0.002024 10.0.0.50 - - [2025-04-28 02:07:22] "GET /domains HTTP/1.1" 200 280 0.001922 10.0.0.50 - - [2025-04-28 02:07:22] "GET /domains?obj_uuids=09530269-b2df-4ef6-995f-dfbc59aefc94&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000912 10.0.0.50 - - [2025-04-28 02:07:22] "GET /domain/09530269-b2df-4ef6-995f-dfbc59aefc94 HTTP/1.1" 200 2952 0.005978 10.0.0.50 - - [2025-04-28 02:07:22] "GET /projects?obj_uuids=2d2aa3e2-c426-4c59-85e6-ee56931afd99&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002206 10.0.0.50 - - [2025-04-28 02:07:22] "GET /project/2d2aa3e2-c426-4c59-85e6-ee56931afd99 HTTP/1.1" 200 2307 0.068154 10.0.0.50 - - [2025-04-28 02:07:22] "GET /virtual-network/d81331a5-4f7e-4c54-8b4e-04fd56502416 HTTP/1.1" 200 2312 0.004119 10.0.0.50 - - [2025-04-28 02:07:22] "GET /obj-perms HTTP/1.1" 200 5026 0.002453 10.0.0.50 - - [2025-04-28 02:07:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002212 10.0.0.50 - - [2025-04-28 02:07:22] "GET /projects?obj_uuids=2d2aa3e2-c426-4c59-85e6-ee56931afd99&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000889 10.0.0.50 - - [2025-04-28 02:07:22] "GET /project/2d2aa3e2-c426-4c59-85e6-ee56931afd99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.020128 10.0.0.50 - - [2025-04-28 02:07:22] "POST /neutron/network HTTP/1.1" 200 117 0.008721 10.0.0.50 - - [2025-04-28 02:07:22] "GET /projects?obj_uuids=2d2aa3e2-c426-4c59-85e6-ee56931afd99&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001013 10.0.0.50 - - [2025-04-28 02:07:22] "POST /neutron/network HTTP/1.1" 200 615 0.051895 10.0.0.50 - - [2025-04-28 02:07:22] "POST /ref-update HTTP/1.1" 200 156 0.010711 10.0.0.50 - - [2025-04-28 02:07:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002987 10.0.0.50 - - [2025-04-28 02:07:22] "POST /neutron/subnet HTTP/1.1" 200 720 0.134064 10.0.0.50 - - [2025-04-28 02:07:22] "POST /neutron/network HTTP/1.1" 200 833 0.005863 10.0.0.50 - - [2025-04-28 02:07:23] "POST /id-to-fqname HTTP/1.1" 200 224 0.001041 10.0.0.50 - - [2025-04-28 02:07:23] "GET /virtual-network/2a8970d1-faa6-4dfa-a756-da0bc64d0fb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004421 10.0.0.50 - - [2025-04-28 02:07:23] "POST /neutron/network HTTP/1.1" 200 833 0.005141 10.0.0.50 - - [2025-04-28 02:07:23] "GET /virtual-network/2a8970d1-faa6-4dfa-a756-da0bc64d0fb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004643 10.0.0.50 - - [2025-04-28 02:07:23] "POST /neutron/network HTTP/1.1" 200 833 0.007261 10.0.0.50 - - [2025-04-28 02:07:23] "POST /neutron/subnet HTTP/1.1" 200 720 0.006557 10.0.0.50 - - [2025-04-28 02:07:23] "GET /domains HTTP/1.1" 200 280 0.002422 10.0.0.50 - - [2025-04-28 02:07:23] "GET /domains?obj_uuids=09530269-b2df-4ef6-995f-dfbc59aefc94&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000984 10.0.0.50 - - [2025-04-28 02:07:23] "GET /domain/09530269-b2df-4ef6-995f-dfbc59aefc94 HTTP/1.1" 200 2952 0.007123 10.0.0.50 - - [2025-04-28 02:07:23] "GET /projects?obj_uuids=2d2aa3e2-c426-4c59-85e6-ee56931afd99&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000903 10.0.0.50 - - [2025-04-28 02:07:23] "GET /project/2d2aa3e2-c426-4c59-85e6-ee56931afd99 HTTP/1.1" 200 2526 0.068869 10.0.0.50 - - [2025-04-28 02:07:23] "GET /virtual-network/2a8970d1-faa6-4dfa-a756-da0bc64d0fb4 HTTP/1.1" 200 2320 0.005527 10.0.0.50 - - [2025-04-28 02:07:23] "GET /virtual-network/2a8970d1-faa6-4dfa-a756-da0bc64d0fb4 HTTP/1.1" 200 2320 0.004498 10.0.0.50 - - [2025-04-28 02:07:23] "GET /routing-instance/7216a089-127a-4b5a-aa86-a24ab289b823 HTTP/1.1" 200 1497 0.003166 10.0.0.50 - - [2025-04-28 02:07:23] "GET /routing-instance/7216a089-127a-4b5a-aa86-a24ab289b823 HTTP/1.1" 200 1497 0.002739 10.0.0.50 - - [2025-04-28 02:07:23] "GET /route-target/75487cad-6d4f-4528-bfff-f16877cdb9e2 HTTP/1.1" 200 1214 0.002841 10.0.0.50 - - [2025-04-28 02:07:23] "GET /virtual-network/2a8970d1-faa6-4dfa-a756-da0bc64d0fb4 HTTP/1.1" 200 2320 0.003960 10.0.0.50 - - [2025-04-28 02:07:23] "GET /routing-instance/7216a089-127a-4b5a-aa86-a24ab289b823 HTTP/1.1" 200 1497 0.002568 10.0.0.50 - - [2025-04-28 02:07:23] "GET /virtual-network/2a8970d1-faa6-4dfa-a756-da0bc64d0fb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004309 10.0.0.50 - - [2025-04-28 02:07:23] "GET /virtual-network/2a8970d1-faa6-4dfa-a756-da0bc64d0fb4 HTTP/1.1" 200 2320 0.004042 10.0.0.50 - - [2025-04-28 02:07:23] "GET /routing-instance/7216a089-127a-4b5a-aa86-a24ab289b823 HTTP/1.1" 200 1497 0.003023 10.0.0.50 - - [2025-04-28 02:07:23] "GET /routing-instance/7216a089-127a-4b5a-aa86-a24ab289b823 HTTP/1.1" 200 1497 0.002590 10.0.0.50 - - [2025-04-28 02:07:23] "GET /route-target/75487cad-6d4f-4528-bfff-f16877cdb9e2 HTTP/1.1" 200 1214 0.002205 10.0.0.50 - - [2025-04-28 02:07:23] "GET /domains HTTP/1.1" 200 280 0.002408 10.0.0.50 - - [2025-04-28 02:07:23] "GET /domains?obj_uuids=09530269-b2df-4ef6-995f-dfbc59aefc94&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000941 10.0.0.50 - - [2025-04-28 02:07:23] "GET /domain/09530269-b2df-4ef6-995f-dfbc59aefc94 HTTP/1.1" 200 2952 0.006510 10.0.0.50 - - [2025-04-28 02:07:23] "GET /projects?obj_uuids=2d2aa3e2-c426-4c59-85e6-ee56931afd99&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000930 10.0.0.50 - - [2025-04-28 02:07:23] "GET /project/2d2aa3e2-c426-4c59-85e6-ee56931afd99 HTTP/1.1" 200 2526 0.064622 10.0.0.50 - - [2025-04-28 02:07:23] "GET /virtual-network/2a8970d1-faa6-4dfa-a756-da0bc64d0fb4 HTTP/1.1" 200 2320 0.004140 10.0.0.50 - - [2025-04-28 02:07:23] "GET /obj-perms HTTP/1.1" 200 5026 0.002358 10.0.0.50 - - [2025-04-28 02:07:23] "POST /id-to-fqname HTTP/1.1" 200 223 0.001215 10.0.0.50 - - [2025-04-28 02:07:23] "POST /neutron/network HTTP/1.1" 200 840 0.005449 10.0.0.50 - - [2025-04-28 02:07:23] "GET /aaa-mode HTTP/1.1" 401 292 0.000338 10.0.0.50 - - [2025-04-28 02:07:23] "GET / HTTP/1.1" 200 35931 0.001501 10.0.0.50 - - [2025-04-28 02:07:23] "GET /project/2d2aa3e2-c426-4c59-85e6-ee56931afd99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000378 10.0.0.50 - - [2025-04-28 02:07:24] "GET /projects?obj_uuids=2d2aa3e2-c426-4c59-85e6-ee56931afd99&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001023 10.0.0.50 - - [2025-04-28 02:07:24] "GET /project/2d2aa3e2-c426-4c59-85e6-ee56931afd99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.043634 10.0.0.50 - - [2025-04-28 02:07:24] "POST /neutron/network HTTP/1.1" 200 830 0.004279 10.0.0.50 - - [2025-04-28 02:07:24] "POST /neutron/port HTTP/1.1" 200 117 0.004287 10.0.0.50 - - [2025-04-28 02:07:24] "POST /neutron/port HTTP/1.1" 200 117 0.004471 10.0.0.50 - - [2025-04-28 02:07:24] "POST /id-to-fqname HTTP/1.1" 200 224 0.001165 10.0.0.50 - - [2025-04-28 02:07:24] "POST /neutron/port HTTP/1.1" 200 117 0.004642 10.0.0.50 - - [2025-04-28 02:07:24] "POST /neutron/network HTTP/1.1" 200 843 0.005182 10.0.0.50 - - [2025-04-28 02:07:24] "GET /aaa-mode HTTP/1.1" 401 292 0.000352 10.0.0.50 - - [2025-04-28 02:07:24] "POST /neutron/network HTTP/1.1" 200 840 0.005221 10.0.0.50 - - [2025-04-28 02:07:24] "GET /projects?obj_uuids=2d2aa3e2-c426-4c59-85e6-ee56931afd99&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001039 10.0.0.50 - - [2025-04-28 02:07:24] "GET / HTTP/1.1" 200 35931 0.001512 10.0.0.50 - - [2025-04-28 02:07:24] "GET /project/2d2aa3e2-c426-4c59-85e6-ee56931afd99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000364 10.0.0.50 - - [2025-04-28 02:07:25] "POST /neutron/port HTTP/1.1" 200 1056 0.199368 10.0.0.50 - - [2025-04-28 02:07:25] "POST /neutron/port HTTP/1.1" 200 1056 0.008028 10.0.0.50 - - [2025-04-28 02:07:25] "POST /neutron/port HTTP/1.1" 200 1056 0.011900 10.0.0.50 - - [2025-04-28 02:07:25] "POST /neutron/port HTTP/1.1" 200 1110 0.083854 10.0.0.50 - - [2025-04-28 02:07:25] "POST /neutron/port HTTP/1.1" 200 1084 0.015191 10.0.0.50 - - [2025-04-28 02:07:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002534 10.0.0.50 - - [2025-04-28 02:07:25] "POST /neutron/subnet HTTP/1.1" 200 689 0.008808 10.0.0.50 - - [2025-04-28 02:07:25] "POST /neutron/port HTTP/1.1" 200 117 0.001064 10.0.0.50 - - [2025-04-28 02:07:25] "POST /neutron/network HTTP/1.1" 200 830 0.005031 10.0.0.50 - - [2025-04-28 02:07:25] "GET /projects?obj_uuids=2d2aa3e2-c426-4c59-85e6-ee56931afd99&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001069 10.0.0.50 - - [2025-04-28 02:07:25] "GET /project/2d2aa3e2-c426-4c59-85e6-ee56931afd99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.050315 10.0.0.50 - - [2025-04-28 02:07:25] "POST /neutron/network HTTP/1.1" 200 833 0.004985 10.0.0.50 - - [2025-04-28 02:07:25] "POST /neutron/port HTTP/1.1" 200 1084 0.046131 10.0.0.50 - - [2025-04-28 02:07:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005522 10.0.0.50 - - [2025-04-28 02:07:25] "POST /neutron/port HTTP/1.1" 200 117 0.009045 10.0.0.50 - - [2025-04-28 02:07:25] "POST /fqname-to-id HTTP/1.1" 404 193 0.002656 10.0.0.50 - - [2025-04-28 02:07:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002232 10.0.0.50 - - [2025-04-28 02:07:25] "GET /domains?obj_uuids=09530269-b2df-4ef6-995f-dfbc59aefc94&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000991 10.0.0.50 - - [2025-04-28 02:07:25] "GET /domain/09530269-b2df-4ef6-995f-dfbc59aefc94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 892 0.007660 10.0.0.50 - - [2025-04-28 02:07:25] "POST /service-templates HTTP/1.1" 200 543 0.020442 10.0.0.50 - - [2025-04-28 02:07:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005327 10.0.0.50 - - [2025-04-28 02:07:25] "GET /service-template/1481aaa1-53c6-469a-850b-a5523ef3e508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1811 0.005301 10.0.0.50 - - [2025-04-28 02:07:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.50 - - [2025-04-28 02:07:25] "POST /neutron/network HTTP/1.1" 200 843 0.010948 10.0.0.50 - - [2025-04-28 02:07:25] "GET /projects?obj_uuids=2d2aa3e2-c426-4c59-85e6-ee56931afd99&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001291 10.0.0.50 - - [2025-04-28 02:07:25] "GET /service-template/1481aaa1-53c6-469a-850b-a5523ef3e508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1811 0.007740 10.0.0.50 - - [2025-04-28 02:07:25] "POST /id-to-fqname HTTP/1.1" 200 223 0.002085 10.0.0.50 - - [2025-04-28 02:07:26] "POST /id-to-fqname HTTP/1.1" 200 223 0.001116 10.0.0.50 - - [2025-04-28 02:07:26] "POST /id-to-fqname HTTP/1.1" 200 224 0.001299 10.0.0.50 - - [2025-04-28 02:07:26] "POST /neutron/port HTTP/1.1" 200 1057 0.281152 10.0.0.50 - - [2025-04-28 02:07:26] "POST /neutron/port HTTP/1.1" 200 1057 0.012018 10.0.0.50 - - [2025-04-28 02:07:26] "POST /neutron/port HTTP/1.1" 200 1057 0.013535 10.0.0.50 - - [2025-04-28 02:07:26] "POST /neutron/port HTTP/1.1" 200 1999 0.037932 10.0.0.50 - - [2025-04-28 02:07:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.015801 10.0.0.50 - - [2025-04-28 02:07:26] "POST /neutron/port HTTP/1.1" 200 1111 0.100281 10.0.0.50 - - [2025-04-28 02:07:26] "POST /neutron/port HTTP/1.1" 200 1085 0.013807 10.0.0.50 - - [2025-04-28 02:07:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002653 10.0.0.50 - - [2025-04-28 02:07:26] "POST /neutron/subnet HTTP/1.1" 200 694 0.011424 10.0.0.50 - - [2025-04-28 02:07:26] "POST /neutron/port HTTP/1.1" 200 117 0.001022 10.0.0.50 - - [2025-04-28 02:07:26] "POST /neutron/network HTTP/1.1" 200 833 0.005058 10.0.0.50 - - [2025-04-28 02:07:26] "POST /neutron/network HTTP/1.1" 200 2221 0.014691 10.0.0.50 - - [2025-04-28 02:07:26] "GET /aaa-mode HTTP/1.1" 401 292 0.000382 10.0.0.50 - - [2025-04-28 02:07:27] "GET / HTTP/1.1" 200 35931 0.001653 10.0.0.50 - - [2025-04-28 02:07:27] "GET /project/2d2aa3e2-c426-4c59-85e6-ee56931afd99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000397 10.0.0.50 - - [2025-04-28 02:07:27] "GET /projects?obj_uuids=2d2aa3e2-c426-4c59-85e6-ee56931afd99&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001019 10.0.0.50 - - [2025-04-28 02:07:27] "GET /project/2d2aa3e2-c426-4c59-85e6-ee56931afd99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.043834 10.0.0.50 - - [2025-04-28 02:07:27] "POST /neutron/network HTTP/1.1" 200 833 0.004839 10.0.0.50 - - [2025-04-28 02:07:27] "POST /neutron/network HTTP/1.1" 200 830 0.005134 10.0.0.50 - - [2025-04-28 02:07:27] "POST /neutron/network HTTP/1.1" 200 833 0.004318 10.0.0.50 - - [2025-04-28 02:07:27] "POST /neutron/port HTTP/1.1" 200 2053 0.019117 10.0.0.50 - - [2025-04-28 02:07:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005447 10.0.0.50 - - [2025-04-28 02:07:27] "POST /neutron/port HTTP/1.1" 200 117 0.004543 10.0.0.50 - - [2025-04-28 02:07:27] "POST /neutron/port HTTP/1.1" 200 117 0.005500 10.0.0.50 - - [2025-04-28 02:07:28] "POST /neutron/network HTTP/1.1" 200 2221 0.011658 10.0.0.50 - - [2025-04-28 02:07:28] "GET /projects?obj_uuids=2d2aa3e2-c426-4c59-85e6-ee56931afd99&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001452 10.0.0.50 - - [2025-04-28 02:07:28] "POST /neutron/port HTTP/1.1" 200 1059 0.237030 10.0.0.50 - - [2025-04-28 02:07:28] "GET /projects?obj_uuids=2d2aa3e2-c426-4c59-85e6-ee56931afd99&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001027 10.0.0.50 - - [2025-04-28 02:07:28] "POST /neutron/port HTTP/1.1" 200 1056 0.207789 10.0.0.50 - - [2025-04-28 02:07:28] "GET /projects?obj_uuids=2d2aa3e2-c426-4c59-85e6-ee56931afd99&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000997 10.0.0.50 - - [2025-04-28 02:07:28] "POST /neutron/port HTTP/1.1" 200 1057 0.247720 10.0.0.50 - - [2025-04-28 02:07:28] "POST /neutron/port HTTP/1.1" 200 1059 0.008139 10.0.0.50 - - [2025-04-28 02:07:28] "POST /neutron/port HTTP/1.1" 200 1059 0.008150 10.0.0.50 - - [2025-04-28 02:07:28] "POST /neutron/port HTTP/1.1" 200 1113 0.076381 10.0.0.50 - - [2025-04-28 02:07:28] "POST /neutron/port HTTP/1.1" 200 1056 0.008076 10.0.0.50 - - [2025-04-28 02:07:28] "POST /neutron/port HTTP/1.1" 200 1056 0.007225 10.0.0.50 - - [2025-04-28 02:07:29] "POST /neutron/port HTTP/1.1" 200 1110 0.065532 10.0.0.50 - - [2025-04-28 02:07:29] "POST /neutron/port HTTP/1.1" 200 1057 0.008673 10.0.0.50 - - [2025-04-28 02:07:29] "POST /neutron/port HTTP/1.1" 200 1057 0.009355 10.0.0.50 - - [2025-04-28 02:07:29] "POST /neutron/port HTTP/1.1" 200 1111 0.072828 10.0.0.50 - - [2025-04-28 02:07:29] "POST /neutron/port HTTP/1.1" 200 3023 0.020569 10.0.0.50 - - [2025-04-28 02:07:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002783 10.0.0.50 - - [2025-04-28 02:07:29] "POST /neutron/subnet HTTP/1.1" 200 704 0.009481 10.0.0.50 - - [2025-04-28 02:07:29] "POST /neutron/port HTTP/1.1" 200 117 0.000996 10.0.0.50 - - [2025-04-28 02:07:29] "POST /neutron/network HTTP/1.1" 200 833 0.005010 10.0.0.50 - - [2025-04-28 02:07:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002595 10.0.0.50 - - [2025-04-28 02:07:29] "POST /neutron/subnet HTTP/1.1" 200 689 0.009058 10.0.0.50 - - [2025-04-28 02:07:29] "POST /neutron/port HTTP/1.1" 200 117 0.000964 10.0.0.50 - - [2025-04-28 02:07:29] "POST /neutron/network HTTP/1.1" 200 830 0.004223 10.0.0.50 - - [2025-04-28 02:07:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002310 10.0.0.50 - - [2025-04-28 02:07:29] "POST /neutron/subnet HTTP/1.1" 200 694 0.008248 10.0.0.50 - - [2025-04-28 02:07:29] "POST /neutron/port HTTP/1.1" 200 117 0.001095 10.0.0.50 - - [2025-04-28 02:07:29] "POST /neutron/network HTTP/1.1" 200 833 0.004913 10.0.0.50 - - [2025-04-28 02:07:32] "POST /neutron/port HTTP/1.1" 200 3023 0.022496 10.0.0.50 - - [2025-04-28 02:07:32] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005473 10.0.0.50 - - [2025-04-28 02:07:32] "POST /neutron/port HTTP/1.1" 200 3023 0.016948 10.0.0.50 - - [2025-04-28 02:07:32] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005534 10.0.0.50 - - [2025-04-28 02:07:33] "POST /neutron/port HTTP/1.1" 200 3023 0.025488 10.0.0.50 - - [2025-04-28 02:07:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007442 10.0.0.50 - - [2025-04-28 02:07:33] "POST /neutron/port HTTP/1.1" 200 3023 0.022840 10.0.0.50 - - [2025-04-28 02:07:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006382 10.0.0.50 - - [2025-04-28 02:07:33] "POST /neutron/port HTTP/1.1" 200 3023 0.040284 10.0.0.50 - - [2025-04-28 02:07:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007536 10.0.0.50 - - [2025-04-28 02:07:33] "GET /virtual-machine/e1c375a7-142c-47a8-a9ec-207cf40cbeb6 HTTP/1.1" 200 1803 0.004343 10.0.0.50 - - [2025-04-28 02:07:33] "GET /virtual-machine-interface/0f39bbcf-10dd-4f21-a811-8b1e1eb7859b HTTP/1.1" 200 2945 0.004542 10.0.0.50 - - [2025-04-28 02:07:33] "GET /virtual-machine-interface/ca89dc02-8b9c-4f65-840b-2a9709295c13 HTTP/1.1" 200 2945 0.006652 10.0.0.50 - - [2025-04-28 02:07:33] "GET /virtual-machine-interface/d0545d4d-34b1-407b-a9ab-a1960e6de08e HTTP/1.1" 200 2949 0.006892 10.0.0.50 - - [2025-04-28 02:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.50 - - [2025-04-28 02:07:33] "GET /global-vrouter-config/b6b2affd-b3f8-462f-be29-ea233c5c3c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002725 10.0.0.50 - - [2025-04-28 02:07:33] "POST /neutron/port HTTP/1.1" 200 1084 0.019471 10.0.0.50 - - [2025-04-28 02:07:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004462 10.0.0.50 - - [2025-04-28 02:07:33] "GET /virtual-networks?parent_id=2d2aa3e2-c426-4c59-85e6-ee56931afd99&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002795 10.0.0.50 - - [2025-04-28 02:07:33] "GET /virtual-network/c3cb17d0-ef5f-4dfa-8bdc-9c445151e739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005889 10.0.0.50 - - [2025-04-28 02:07:34] "POST /neutron/port HTTP/1.1" 200 1085 0.017351 10.0.0.50 - - [2025-04-28 02:07:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006403 10.0.0.50 - - [2025-04-28 02:07:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002806 10.0.0.50 - - [2025-04-28 02:07:36] "GET /virtual-network/c3cb17d0-ef5f-4dfa-8bdc-9c445151e739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004874 10.0.0.50 - - [2025-04-28 02:07:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002874 10.0.0.50 - - [2025-04-28 02:07:40] "GET /virtual-network/c3cb17d0-ef5f-4dfa-8bdc-9c445151e739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004843 10.0.0.50 - - [2025-04-28 02:07:42] "DELETE /project/2d2aa3e2c4264c5985e6ee56931afd99 HTTP/1.1" 404 173 0.012197 10.0.0.50 - - [2025-04-28 02:07:42] "DELETE /project/32eb31c1756c4147b222fcc95ce334dd HTTP/1.1" 404 173 0.009106 10.0.0.50 - - [2025-04-28 02:07:42] "GET /projects?obj_uuids=22f73ac4-eac5-4a88-bd9f-8b67ff837d7e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000903 10.0.0.50 - - [2025-04-28 02:07:42] "GET /projects?obj_uuids=32eb31c1-756c-4147-b222-fcc95ce334dd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000822 10.0.0.50 - - [2025-04-28 02:07:42] "GET /project/32eb31c1-756c-4147-b222-fcc95ce334dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.044519 10.0.0.50 - - [2025-04-28 02:07:42] "GET /project/22f73ac4-eac5-4a88-bd9f-8b67ff837d7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1510 0.047006 10.0.0.50 - - [2025-04-28 02:07:42] "GET /projects?obj_uuids=22f73ac4-eac5-4a88-bd9f-8b67ff837d7e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000932 10.0.0.50 - - [2025-04-28 02:07:42] "GET /projects?obj_uuids=32eb31c1-756c-4147-b222-fcc95ce334dd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000865 10.0.0.50 - - [2025-04-28 02:07:42] "GET /project/32eb31c1-756c-4147-b222-fcc95ce334dd?fields=security_groups HTTP/1.1" 200 1379 0.042302 10.0.0.50 - - [2025-04-28 02:07:42] "GET /project/22f73ac4-eac5-4a88-bd9f-8b67ff837d7e?fields=security_groups HTTP/1.1" 200 1397 0.045478 10.0.0.50 - - [2025-04-28 02:07:42] "DELETE /security-group/343fdaa6-86d8-4f3b-b0bf-e40228ddadf3 HTTP/1.1" 200 115 0.071276 10.0.0.50 - - [2025-04-28 02:07:43] "GET /projects?obj_uuids=32eb31c1-756c-4147-b222-fcc95ce334dd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002156 10.0.0.50 - - [2025-04-28 02:07:43] "DELETE /security-group/e5d4362e-6b2a-45f0-9763-6c45e16382c0 HTTP/1.1" 200 115 0.095553 10.0.0.50 - - [2025-04-28 02:07:43] "GET /projects?obj_uuids=22f73ac4-eac5-4a88-bd9f-8b67ff837d7e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001516 10.0.0.50 - - [2025-04-28 02:07:43] "GET /project/32eb31c1-756c-4147-b222-fcc95ce334dd?fields=application_policy_sets HTTP/1.1" 200 1418 0.056652 10.0.0.50 - - [2025-04-28 02:07:43] "DELETE /access-control-list/adaba4dc-1c50-47bd-acbc-b079078eddd1 HTTP/1.1" 200 115 0.070857 10.0.0.50 - - [2025-04-28 02:07:43] "DELETE /access-control-list/ae1c3910-9171-4d44-b042-5d6e4fab858d HTTP/1.1" 200 115 0.017619 10.0.0.50 - - [2025-04-28 02:07:43] "DELETE /access-control-list/0580c943-e7dd-43b3-be3c-d22b90aeaf98 HTTP/1.1" 200 115 0.026906 10.0.0.50 - - [2025-04-28 02:07:43] "GET /project/22f73ac4-eac5-4a88-bd9f-8b67ff837d7e?fields=application_policy_sets HTTP/1.1" 200 1436 0.087228 10.0.0.50 - - [2025-04-28 02:07:43] "DELETE /access-control-list/7889bbd0-6c66-4817-a95e-8a6a3759d168 HTTP/1.1" 200 115 0.048675 10.0.0.50 - - [2025-04-28 02:07:43] "DELETE /project/32eb31c1-756c-4147-b222-fcc95ce334dd HTTP/1.1" 200 115 0.444108 10.0.0.50 - - [2025-04-28 02:07:43] "DELETE /project/22f73ac4-eac5-4a88-bd9f-8b67ff837d7e HTTP/1.1" 200 115 0.471277 10.0.0.50 - - [2025-04-28 02:07:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003741 10.0.0.50 - - [2025-04-28 02:07:44] "GET /virtual-network/c3cb17d0-ef5f-4dfa-8bdc-9c445151e739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004599 10.0.0.50 - - [2025-04-28 02:07:45] "POST /neutron/port HTTP/1.1" 200 1084 0.013034 10.0.0.50 - - [2025-04-28 02:07:45] "POST /neutron/port HTTP/1.1" 200 1084 0.013500 10.0.0.50 - - [2025-04-28 02:07:45] "POST /neutron/network HTTP/1.1" 200 840 0.005148 10.0.0.50 - - [2025-04-28 02:07:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002478 10.0.0.50 - - [2025-04-28 02:07:45] "POST /neutron/subnet HTTP/1.1" 200 689 0.008679 10.0.0.50 - - [2025-04-28 02:07:45] "POST /neutron/port HTTP/1.1" 200 117 0.000911 10.0.0.50 - - [2025-04-28 02:07:45] "POST /neutron/network HTTP/1.1" 200 830 0.004283 10.0.0.50 - - [2025-04-28 02:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002812 10.0.0.50 - - [2025-04-28 02:07:46] "GET /global-vrouter-config/b6b2affd-b3f8-462f-be29-ea233c5c3c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002738 10.0.0.50 - - [2025-04-28 02:07:47] "GET /virtual-networks?parent_id=2d2aa3e2-c426-4c59-85e6-ee56931afd99&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002599 10.0.0.50 - - [2025-04-28 02:07:47] "GET /virtual-network/c3cb17d0-ef5f-4dfa-8bdc-9c445151e739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005857 10.0.0.50 - - [2025-04-28 02:07:47] "POST /neutron/port HTTP/1.1" 200 3023 0.017033 10.0.0.50 - - [2025-04-28 02:07:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005185 10.0.0.50 - - [2025-04-28 02:07:48] "GET /obj-perms HTTP/1.1" 200 5056 0.037116 10.0.0.50 - - [2025-04-28 02:07:48] "GET /obj-perms HTTP/1.1" 200 5056 0.037287 10.0.0.50 - - [2025-04-28 02:07:52] "POST /neutron/port HTTP/1.1" 200 3023 0.028339 10.0.0.50 - - [2025-04-28 02:07:52] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006466 10.0.0.50 - - [2025-04-28 02:07:57] "POST /neutron/port HTTP/1.1" 200 3023 0.016580 10.0.0.50 - - [2025-04-28 02:07:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004710 10.0.0.50 - - [2025-04-28 02:07:58] "POST /neutron/port HTTP/1.1" 200 3023 0.017426 10.0.0.50 - - [2025-04-28 02:07:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004134 10.0.0.50 - - [2025-04-28 02:08:02] "POST /neutron/port HTTP/1.1" 200 3023 0.019829 10.0.0.50 - - [2025-04-28 02:08:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006643 10.0.0.50 - - [2025-04-28 02:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002750 10.0.0.50 - - [2025-04-28 02:08:07] "GET /global-vrouter-config/b6b2affd-b3f8-462f-be29-ea233c5c3c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002701 10.0.0.50 - - [2025-04-28 02:08:07] "GET /virtual-networks?parent_id=2d2aa3e2-c426-4c59-85e6-ee56931afd99&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003187 10.0.0.50 - - [2025-04-28 02:08:07] "GET /virtual-network/d81331a5-4f7e-4c54-8b4e-04fd56502416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006136 10.0.0.50 - - [2025-04-28 02:08:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003029 10.0.0.50 - - [2025-04-28 02:08:08] "GET /global-vrouter-config/b6b2affd-b3f8-462f-be29-ea233c5c3c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003780 10.0.0.50 - - [2025-04-28 02:08:08] "GET /virtual-networks?parent_id=2d2aa3e2-c426-4c59-85e6-ee56931afd99&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002678 10.0.0.50 - - [2025-04-28 02:08:08] "GET /virtual-network/2a8970d1-faa6-4dfa-a756-da0bc64d0fb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005004 10.0.0.50 - - [2025-04-28 02:08:08] "POST /fqname-to-id HTTP/1.1" 404 207 0.002591 10.0.0.50 - - [2025-04-28 02:08:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002119 10.0.0.50 - - [2025-04-28 02:08:08] "GET /projects?obj_uuids=2d2aa3e2-c426-4c59-85e6-ee56931afd99&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001025 10.0.0.50 - - [2025-04-28 02:08:08] "GET /project/2d2aa3e2-c426-4c59-85e6-ee56931afd99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.023050 10.0.0.50 - - [2025-04-28 02:08:08] "POST /service-instances HTTP/1.1" 200 543 0.064039 10.0.0.50 - - [2025-04-28 02:08:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002580 10.0.0.50 - - [2025-04-28 02:08:08] "GET /service-instance/582c5226-9a7f-4ca4-a5fb-aea7d052d81d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2134 0.004807 10.0.0.50 - - [2025-04-28 02:08:08] "POST /port-tuples HTTP/1.1" 200 586 0.021727 10.0.0.50 - - [2025-04-28 02:08:08] "GET /virtual-machine-interface/0f39bbcf-10dd-4f21-a811-8b1e1eb7859b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2724 0.005176 10.0.0.50 - - [2025-04-28 02:08:08] "PUT /virtual-machine-interface/0f39bbcf-10dd-4f21-a811-8b1e1eb7859b HTTP/1.1" 200 284 0.009207 10.0.0.50 - - [2025-04-28 02:08:08] "POST /ref-update HTTP/1.1" 200 156 0.008629 10.0.0.50 - - [2025-04-28 02:08:08] "POST /instance-ips HTTP/1.1" 200 385 0.020444 10.0.0.50 - - [2025-04-28 02:08:09] "POST /ref-update HTTP/1.1" 200 156 0.008365 10.0.0.50 - - [2025-04-28 02:08:09] "GET /virtual-machine-interface/ca89dc02-8b9c-4f65-840b-2a9709295c13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2724 0.004646 10.0.0.50 - - [2025-04-28 02:08:09] "POST /ref-update HTTP/1.1" 200 156 0.008491 10.0.0.50 - - [2025-04-28 02:08:09] "PUT /virtual-machine-interface/ca89dc02-8b9c-4f65-840b-2a9709295c13 HTTP/1.1" 200 284 0.011231 10.0.0.50 - - [2025-04-28 02:08:09] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002632 10.0.0.50 - - [2025-04-28 02:08:09] "POST /ref-update HTTP/1.1" 200 156 0.008255 10.0.0.50 - - [2025-04-28 02:08:09] "GET /virtual-machine-interface/d0545d4d-34b1-407b-a9ab-a1960e6de08e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2728 0.006139 10.0.0.50 - - [2025-04-28 02:08:09] "POST /instance-ips HTTP/1.1" 200 385 0.027742 10.0.0.50 - - [2025-04-28 02:08:09] "POST /ref-update HTTP/1.1" 200 156 0.009622 10.0.0.50 - - [2025-04-28 02:08:09] "PUT /virtual-machine-interface/d0545d4d-34b1-407b-a9ab-a1960e6de08e HTTP/1.1" 200 284 0.010698 10.0.0.50 - - [2025-04-28 02:08:09] "POST /ref-update HTTP/1.1" 200 156 0.012418 10.0.0.50 - - [2025-04-28 02:08:09] "POST /ref-update HTTP/1.1" 200 156 0.011445 10.0.0.50 - - [2025-04-28 02:08:09] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002662 10.0.0.50 - - [2025-04-28 02:08:09] "POST /neutron/port HTTP/1.1" 200 1084 0.015264 10.0.0.50 - - [2025-04-28 02:08:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005491 10.0.0.50 - - [2025-04-28 02:08:09] "POST /instance-ips HTTP/1.1" 200 373 0.012393 10.0.0.50 - - [2025-04-28 02:08:09] "POST /neutron/port HTTP/1.1" 200 1084 0.012542 10.0.0.50 - - [2025-04-28 02:08:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006659 10.0.0.50 - - [2025-04-28 02:08:09] "POST /ref-update HTTP/1.1" 200 156 0.010895 10.0.0.50 - - [2025-04-28 02:08:09] "POST /neutron/port HTTP/1.1" 200 1084 0.015504 10.0.0.50 - - [2025-04-28 02:08:09] "POST /ref-update HTTP/1.1" 200 156 0.009468 10.0.0.50 - - [2025-04-28 02:08:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005111 10.0.0.50 - - [2025-04-28 02:08:09] "GET /virtual-machine/65aac2d0-877f-4eb5-8d5a-7f6c24b9eb20 HTTP/1.1" 200 1290 0.004138 10.0.0.50 - - [2025-04-28 02:08:09] "GET /virtual-machine-interface/1733b4a9-ebdd-4618-8c7e-e3f3356656b8 HTTP/1.1" 200 2945 0.004373 10.0.0.50 - - [2025-04-28 02:08:09] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002150 10.0.0.50 - - [2025-04-28 02:08:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002182 10.0.0.50 - - [2025-04-28 02:08:09] "GET /global-vrouter-config/b6b2affd-b3f8-462f-be29-ea233c5c3c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002782 10.0.0.50 - - [2025-04-28 02:08:09] "POST /instance-ips HTTP/1.1" 200 373 0.013286 10.0.0.50 - - [2025-04-28 02:08:09] "GET /virtual-networks?parent_id=2d2aa3e2-c426-4c59-85e6-ee56931afd99&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002471 10.0.0.50 - - [2025-04-28 02:08:09] "GET /virtual-network/d81331a5-4f7e-4c54-8b4e-04fd56502416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004366 10.0.0.50 - - [2025-04-28 02:08:09] "POST /ref-update HTTP/1.1" 200 156 0.010959 10.0.0.50 - - [2025-04-28 02:08:09] "POST /ref-update HTTP/1.1" 200 156 0.007314 10.0.0.50 - - [2025-04-28 02:08:09] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002937 10.0.0.50 - - [2025-04-28 02:08:09] "POST /instance-ips HTTP/1.1" 200 375 0.012795 10.0.0.50 - - [2025-04-28 02:08:09] "POST /ref-update HTTP/1.1" 200 156 0.007701 10.0.0.50 - - [2025-04-28 02:08:09] "POST /ref-update HTTP/1.1" 200 156 0.007744 10.0.0.50 - - [2025-04-28 02:08:10] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003381 10.0.0.50 - - [2025-04-28 02:08:10] "POST /instance-ips HTTP/1.1" 200 375 0.015673 10.0.0.50 - - [2025-04-28 02:08:10] "POST /ref-update HTTP/1.1" 200 156 0.008971 10.0.0.50 - - [2025-04-28 02:08:10] "POST /ref-update HTTP/1.1" 200 156 0.007351 10.0.0.50 - - [2025-04-28 02:08:10] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002706 10.0.0.50 - - [2025-04-28 02:08:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002670 10.0.0.50 - - [2025-04-28 02:08:10] "GET /global-vrouter-config/b6b2affd-b3f8-462f-be29-ea233c5c3c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002602 10.0.0.50 - - [2025-04-28 02:08:10] "GET /virtual-networks?parent_id=2d2aa3e2-c426-4c59-85e6-ee56931afd99&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002824 10.0.0.50 - - [2025-04-28 02:08:10] "GET /virtual-network/d81331a5-4f7e-4c54-8b4e-04fd56502416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005224 10.0.0.50 - - [2025-04-28 02:08:11] "POST /neutron/port HTTP/1.1" 200 1085 0.014046 10.0.0.50 - - [2025-04-28 02:08:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005659 10.0.0.50 - - [2025-04-28 02:08:11] "POST /neutron/port HTTP/1.1" 200 1085 0.013242 10.0.0.50 - - [2025-04-28 02:08:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005000 10.0.0.50 - - [2025-04-28 02:08:11] "POST /neutron/port HTTP/1.1" 200 1085 0.014291 10.0.0.50 - - [2025-04-28 02:08:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007191 10.0.0.50 - - [2025-04-28 02:08:11] "GET /virtual-machine/d1156457-d88b-445d-bd3e-8d870576e890 HTTP/1.1" 200 1291 0.003729 10.0.0.50 - - [2025-04-28 02:08:11] "GET /virtual-machine-interface/ceb9b577-3c9f-4ed1-bf94-f07dff92a9d0 HTTP/1.1" 200 2949 0.004704 10.0.0.50 - - [2025-04-28 02:08:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002494 10.0.0.50 - - [2025-04-28 02:08:11] "GET /global-vrouter-config/b6b2affd-b3f8-462f-be29-ea233c5c3c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002569 10.0.0.50 - - [2025-04-28 02:08:11] "GET /virtual-networks?parent_id=2d2aa3e2-c426-4c59-85e6-ee56931afd99&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002773 10.0.0.50 - - [2025-04-28 02:08:11] "GET /virtual-network/2a8970d1-faa6-4dfa-a756-da0bc64d0fb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004884 10.0.0.50 - - [2025-04-28 02:08:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.50 - - [2025-04-28 02:08:12] "GET /global-vrouter-config/b6b2affd-b3f8-462f-be29-ea233c5c3c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003141 10.0.0.50 - - [2025-04-28 02:08:12] "GET /virtual-networks?parent_id=2d2aa3e2-c426-4c59-85e6-ee56931afd99&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002681 10.0.0.50 - - [2025-04-28 02:08:12] "GET /virtual-network/2a8970d1-faa6-4dfa-a756-da0bc64d0fb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005070 10.0.0.50 - - [2025-04-28 02:08:12] "POST /fqname-to-id HTTP/1.1" 404 211 0.002476 10.0.0.50 - - [2025-04-28 02:08:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.001989 10.0.0.50 - - [2025-04-28 02:08:12] "GET /projects?obj_uuids=2d2aa3e2-c426-4c59-85e6-ee56931afd99&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001594 10.0.0.50 - - [2025-04-28 02:08:12] "GET /project/2d2aa3e2-c426-4c59-85e6-ee56931afd99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.027939 10.0.0.50 - - [2025-04-28 02:08:13] "POST /network-policys HTTP/1.1" 200 547 0.015862 10.0.0.50 - - [2025-04-28 02:08:13] "GET /network-policy/223afae8-799c-4a42-9cf2-d13e27a1a85a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.004487 10.0.0.50 - - [2025-04-28 02:08:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002763 10.0.0.50 - - [2025-04-28 02:08:13] "GET /virtual-network/d81331a5-4f7e-4c54-8b4e-04fd56502416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005127 10.0.0.50 - - [2025-04-28 02:08:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002642 10.0.0.50 - - [2025-04-28 02:08:13] "GET /network-policy/223afae8-799c-4a42-9cf2-d13e27a1a85a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003395 10.0.0.50 - - [2025-04-28 02:08:13] "POST /fqname-to-id HTTP/1.1" 404 242 0.002417 10.0.0.50 - - [2025-04-28 02:08:13] "POST /ref-update HTTP/1.1" 200 156 0.026930 10.0.0.50 - - [2025-04-28 02:08:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002491 10.0.0.50 - - [2025-04-28 02:08:13] "POST /access-control-lists HTTP/1.1" 200 601 0.059897 10.0.0.50 - - [2025-04-28 02:08:13] "GET /network-policy/223afae8-799c-4a42-9cf2-d13e27a1a85a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003074 10.0.0.50 - - [2025-04-28 02:08:13] "POST /neutron/network HTTP/1.1" 200 918 0.005992 10.0.0.50 - - [2025-04-28 02:08:13] "GET /virtual-network/d81331a5-4f7e-4c54-8b4e-04fd56502416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.003964 10.0.0.50 - - [2025-04-28 02:08:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002337 10.0.0.50 - - [2025-04-28 02:08:13] "GET /network-policy/223afae8-799c-4a42-9cf2-d13e27a1a85a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003603 10.0.0.50 - - [2025-04-28 02:08:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002452 10.0.0.50 - - [2025-04-28 02:08:13] "GET /virtual-network/2a8970d1-faa6-4dfa-a756-da0bc64d0fb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004904 10.0.0.50 - - [2025-04-28 02:08:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002357 10.0.0.50 - - [2025-04-28 02:08:13] "GET /network-policy/223afae8-799c-4a42-9cf2-d13e27a1a85a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003603 10.0.0.50 - - [2025-04-28 02:08:13] "POST /fqname-to-id HTTP/1.1" 404 244 0.004204 10.0.0.50 - - [2025-04-28 02:08:13] "POST /ref-update HTTP/1.1" 200 156 0.027552 10.0.0.50 - - [2025-04-28 02:08:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002154 10.0.0.50 - - [2025-04-28 02:08:13] "POST /access-control-lists HTTP/1.1" 200 604 0.062679 10.0.0.50 - - [2025-04-28 02:08:13] "GET /network-policy/223afae8-799c-4a42-9cf2-d13e27a1a85a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.002996 10.0.0.50 - - [2025-04-28 02:08:13] "POST /routing-instances HTTP/1.1" 200 759 0.013734 10.0.0.50 - - [2025-04-28 02:08:14] "POST /neutron/network HTTP/1.1" 200 921 0.005719 10.0.0.50 - - [2025-04-28 02:08:14] "GET /virtual-network/2a8970d1-faa6-4dfa-a756-da0bc64d0fb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.004125 10.0.0.50 - - [2025-04-28 02:08:14] "POST /route-targets HTTP/1.1" 200 327 0.008300 10.0.0.50 - - [2025-04-28 02:08:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002653 10.0.0.50 - - [2025-04-28 02:08:14] "POST /ref-update HTTP/1.1" 200 156 0.009456 10.0.0.50 - - [2025-04-28 02:08:14] "GET /network-policy/223afae8-799c-4a42-9cf2-d13e27a1a85a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003103 10.0.0.50 - - [2025-04-28 02:08:14] "GET /routing-instance/d5415a6b-0655-462c-bfd8-78e3ba2ef7e6?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1288 0.003254 10.0.0.50 - - [2025-04-28 02:08:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002520 10.0.0.50 - - [2025-04-28 02:08:14] "GET /routing-instance/d5415a6b-0655-462c-bfd8-78e3ba2ef7e6?fields=routing_policy_back_refs HTTP/1.1" 200 1288 0.003453 10.0.0.50 - - [2025-04-28 02:08:14] "GET /service-template/1481aaa1-53c6-469a-850b-a5523ef3e508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1811 0.003058 10.0.0.50 - - [2025-04-28 02:08:14] "POST /ref-update HTTP/1.1" 200 156 0.016376 10.0.0.50 - - [2025-04-28 02:08:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002822 10.0.0.50 - - [2025-04-28 02:08:14] "GET /projects?obj_uuids=2d2aa3e2-c426-4c59-85e6-ee56931afd99&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000975 10.0.0.50 - - [2025-04-28 02:08:14] "POST /routing-instances HTTP/1.1" 200 760 0.021308 10.0.0.50 - - [2025-04-28 02:08:14] "GET /project/2d2aa3e2-c426-4c59-85e6-ee56931afd99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.030014 10.0.0.50 - - [2025-04-28 02:08:14] "POST /route-targets HTTP/1.1" 200 327 0.008822 10.0.0.50 - - [2025-04-28 02:08:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.50 - - [2025-04-28 02:08:14] "POST /ref-update HTTP/1.1" 200 156 0.010545 10.0.0.50 - - [2025-04-28 02:08:14] "GET /service-instance/582c5226-9a7f-4ca4-a5fb-aea7d052d81d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3528 0.006823 10.0.0.50 - - [2025-04-28 02:08:14] "GET /routing-instance/b6b3670e-95a2-407a-a159-66534fbc4747?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1289 0.004286 10.0.0.50 - - [2025-04-28 02:08:14] "GET /domains HTTP/1.1" 200 280 0.003245 10.0.0.50 - - [2025-04-28 02:08:14] "GET /domains?obj_uuids=09530269-b2df-4ef6-995f-dfbc59aefc94&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000885 10.0.0.50 - - [2025-04-28 02:08:14] "GET /domain/09530269-b2df-4ef6-995f-dfbc59aefc94 HTTP/1.1" 200 2770 0.007439 10.0.0.50 - - [2025-04-28 02:08:14] "GET /projects?obj_uuids=2d2aa3e2-c426-4c59-85e6-ee56931afd99&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001163 10.0.0.50 - - [2025-04-28 02:08:14] "GET /routing-instance/b6b3670e-95a2-407a-a159-66534fbc4747?fields=routing_policy_back_refs HTTP/1.1" 200 1289 0.003968 10.0.0.50 - - [2025-04-28 02:08:14] "GET /project/2d2aa3e2-c426-4c59-85e6-ee56931afd99 HTTP/1.1" 200 4242 0.067731 10.0.0.50 - - [2025-04-28 02:08:14] "GET /service-instance/582c5226-9a7f-4ca4-a5fb-aea7d052d81d HTTP/1.1" 200 3782 0.004623 10.0.0.50 - - [2025-04-28 02:08:14] "GET /domains HTTP/1.1" 200 280 0.003030 10.0.0.50 - - [2025-04-28 02:08:14] "GET /domains?obj_uuids=09530269-b2df-4ef6-995f-dfbc59aefc94&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001432 10.0.0.50 - - [2025-04-28 02:08:14] "GET /domain/09530269-b2df-4ef6-995f-dfbc59aefc94 HTTP/1.1" 200 2770 0.008151 10.0.0.50 - - [2025-04-28 02:08:14] "PUT /routing-instance/d5415a6b-0655-462c-bfd8-78e3ba2ef7e6 HTTP/1.1" 200 266 0.017809 10.0.0.50 - - [2025-04-28 02:08:14] "GET /projects?obj_uuids=2d2aa3e2-c426-4c59-85e6-ee56931afd99&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000934 10.0.0.50 - - [2025-04-28 02:08:14] "PUT /routing-instance/b6b3670e-95a2-407a-a159-66534fbc4747 HTTP/1.1" 200 266 0.010326 10.0.0.50 - - [2025-04-28 02:08:14] "GET /project/2d2aa3e2-c426-4c59-85e6-ee56931afd99 HTTP/1.1" 200 4242 0.068457 10.0.0.50 - - [2025-04-28 02:08:14] "GET /service-instance/582c5226-9a7f-4ca4-a5fb-aea7d052d81d HTTP/1.1" 200 3782 0.003464 10.0.0.50 - - [2025-04-28 02:08:14] "GET /port-tuple/e4cc5fb4-02c0-4209-a2d1-5ec66039604a HTTP/1.1" 200 1979 0.002591 10.0.0.50 - - [2025-04-28 02:08:14] "GET /virtual-machine-interface/0f39bbcf-10dd-4f21-a811-8b1e1eb7859b HTTP/1.1" 200 3815 0.004379 10.0.0.50 - - [2025-04-28 02:08:14] "GET /virtual-machine-interface/ca89dc02-8b9c-4f65-840b-2a9709295c13 HTTP/1.1" 200 3797 0.004844 10.0.0.50 - - [2025-04-28 02:08:14] "POST /ref-update HTTP/1.1" 200 156 0.012297 10.0.0.50 - - [2025-04-28 02:08:14] "GET /virtual-machine-interface/d0545d4d-34b1-407b-a9ab-a1960e6de08e HTTP/1.1" 200 3804 0.005962 10.0.0.50 - - [2025-04-28 02:08:14] "PUT /access-control-list/90eb0d5c-8aa2-4f1f-84af-fee16fd2b631 HTTP/1.1" 200 272 0.012373 10.0.0.50 - - [2025-04-28 02:08:14] "POST /neutron/port HTTP/1.1" 200 3830 0.040529 10.0.0.50 - - [2025-04-28 02:08:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005996 10.0.0.50 - - [2025-04-28 02:08:14] "PUT /access-control-list/df320490-fefa-4189-8ba8-81bec717ca0f HTTP/1.1" 200 272 0.015211 10.0.0.50 - - [2025-04-28 02:08:14] "POST /neutron/port HTTP/1.1" 200 3830 0.028561 10.0.0.50 - - [2025-04-28 02:08:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005146 10.0.0.50 - - [2025-04-28 02:08:14] "POST /neutron/port HTTP/1.1" 200 3830 0.026683 10.0.0.50 - - [2025-04-28 02:08:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004804 10.0.0.50 - - [2025-04-28 02:08:15] "POST /neutron/port HTTP/1.1" 200 3830 0.026379 10.0.0.50 - - [2025-04-28 02:08:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005031 10.0.0.50 - - [2025-04-28 02:08:15] "POST /neutron/network HTTP/1.1" 200 892 0.010459 10.0.0.50 - - [2025-04-28 02:08:15] "POST /neutron/network HTTP/1.1" 200 918 0.004216 10.0.0.50 - - [2025-04-28 02:08:15] "POST /neutron/network HTTP/1.1" 200 807 0.009828 10.0.0.50 - - [2025-04-28 02:08:15] "POST /neutron/network HTTP/1.1" 200 833 0.004740 10.0.0.50 - - [2025-04-28 02:08:15] "POST /neutron/network HTTP/1.1" 200 895 0.010775 10.0.0.50 - - [2025-04-28 02:08:15] "POST /neutron/network HTTP/1.1" 200 921 0.004658 10.0.0.50 - - [2025-04-28 02:08:15] "POST /id-to-fqname HTTP/1.1" 200 223 0.001069 10.0.0.50 - - [2025-04-28 02:08:15] "POST /id-to-fqname HTTP/1.1" 200 223 0.000933 10.0.0.50 - - [2025-04-28 02:08:15] "POST /id-to-fqname HTTP/1.1" 200 224 0.001224 10.0.0.50 - - [2025-04-28 02:08:15] "GET /virtual-machine/e1c375a7-142c-47a8-a9ec-207cf40cbeb6 HTTP/1.1" 200 1803 0.003424 10.0.0.50 - - [2025-04-28 02:08:15] "GET /virtual-machine-interface/0f39bbcf-10dd-4f21-a811-8b1e1eb7859b HTTP/1.1" 200 3815 0.005996 10.0.0.50 - - [2025-04-28 02:08:15] "GET /virtual-machine-interface/ca89dc02-8b9c-4f65-840b-2a9709295c13 HTTP/1.1" 200 3797 0.004380 10.0.0.50 - - [2025-04-28 02:08:15] "GET /virtual-machine-interface/d0545d4d-34b1-407b-a9ab-a1960e6de08e HTTP/1.1" 200 3804 0.004159 10.0.0.50 - - [2025-04-28 02:08:15] "GET /instance-ip/6d2df008-6830-4d3e-b799-1d100545a2e0 HTTP/1.1" 200 1622 0.003708 10.0.0.50 - - [2025-04-28 02:08:15] "GET /instance-ip/891c7021-104d-4230-9cff-ef38c6b72589 HTTP/1.1" 200 1980 0.002801 10.0.0.50 - - [2025-04-28 02:08:15] "GET /instance-ip/f810a314-aadd-4d09-93be-b3f51278aaea HTTP/1.1" 200 1979 0.002673 10.0.0.50 - - [2025-04-28 02:08:15] "GET /instance-ip/6b063c56-c924-45e6-bfc2-575da7619dce HTTP/1.1" 200 1956 0.002676 10.0.0.50 - - [2025-04-28 02:08:15] "GET /instance-ip/a3860848-bd98-4e55-b1fa-6c768caf58c9 HTTP/1.1" 200 1955 0.002621 10.0.0.50 - - [2025-04-28 02:08:15] "GET /instance-ip/c845a2b3-0a70-4976-9bbd-86f42521cc0c HTTP/1.1" 200 1620 0.004172 10.0.0.50 - - [2025-04-28 02:08:15] "GET /instance-ip/09876adc-14c1-42fd-9756-b2944fb75549 HTTP/1.1" 200 1957 0.002772 10.0.0.50 - - [2025-04-28 02:08:15] "GET /instance-ip/9c5b9e39-9637-442f-8c10-0fbce25e0de5 HTTP/1.1" 200 1961 0.002684 10.0.0.50 - - [2025-04-28 02:08:15] "GET /instance-ip/e311645f-a3d6-41f1-aebb-9e29aac204a7 HTTP/1.1" 200 1622 0.003797 10.0.0.50 - - [2025-04-28 02:08:15] "POST /neutron/port HTTP/1.1" 200 3830 0.027610 10.0.0.50 - - [2025-04-28 02:08:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004959 10.0.0.50 - - [2025-04-28 02:08:15] "POST /neutron/port HTTP/1.1" 200 3830 0.027027 10.0.0.50 - - [2025-04-28 02:08:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004518 10.0.0.50 - - [2025-04-28 02:08:15] "POST /neutron/port HTTP/1.1" 200 3830 0.026429 10.0.0.50 - - [2025-04-28 02:08:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004662 10.0.0.50 - - [2025-04-28 02:08:15] "POST /neutron/port HTTP/1.1" 200 3830 0.027162 10.0.0.50 - - [2025-04-28 02:08:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004824 10.0.0.50 - - [2025-04-28 02:08:15] "GET /virtual-machine/e1c375a7-142c-47a8-a9ec-207cf40cbeb6 HTTP/1.1" 200 1803 0.002912 10.0.0.50 - - [2025-04-28 02:08:15] "GET /virtual-machine-interface/0f39bbcf-10dd-4f21-a811-8b1e1eb7859b HTTP/1.1" 200 3815 0.004495 10.0.0.50 - - [2025-04-28 02:08:15] "GET /virtual-machine-interface/ca89dc02-8b9c-4f65-840b-2a9709295c13 HTTP/1.1" 200 3797 0.004229 10.0.0.50 - - [2025-04-28 02:08:15] "GET /virtual-machine-interface/d0545d4d-34b1-407b-a9ab-a1960e6de08e HTTP/1.1" 200 3804 0.004087 10.0.0.50 - - [2025-04-28 02:08:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002341 10.0.0.50 - - [2025-04-28 02:08:15] "GET /global-vrouter-config/b6b2affd-b3f8-462f-be29-ea233c5c3c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002555 10.0.0.50 - - [2025-04-28 02:08:15] "GET /virtual-networks?parent_id=2d2aa3e2-c426-4c59-85e6-ee56931afd99&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002561 10.0.0.50 - - [2025-04-28 02:08:15] "GET /virtual-network/d81331a5-4f7e-4c54-8b4e-04fd56502416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.005079 10.0.0.50 - - [2025-04-28 02:08:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002676 10.0.0.50 - - [2025-04-28 02:08:17] "GET /global-vrouter-config/b6b2affd-b3f8-462f-be29-ea233c5c3c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003436 10.0.0.50 - - [2025-04-28 02:08:17] "GET /virtual-networks?parent_id=2d2aa3e2-c426-4c59-85e6-ee56931afd99&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002674 10.0.0.50 - - [2025-04-28 02:08:17] "GET /virtual-network/d81331a5-4f7e-4c54-8b4e-04fd56502416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.005064 10.0.0.50 - - [2025-04-28 02:08:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002635 10.0.0.50 - - [2025-04-28 02:08:17] "GET /global-vrouter-config/b6b2affd-b3f8-462f-be29-ea233c5c3c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003241 10.0.0.50 - - [2025-04-28 02:08:17] "GET /virtual-networks?parent_id=2d2aa3e2-c426-4c59-85e6-ee56931afd99&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002734 10.0.0.50 - - [2025-04-28 02:08:17] "GET /virtual-network/d81331a5-4f7e-4c54-8b4e-04fd56502416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.004986 10.0.0.50 - - [2025-04-28 02:08:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002609 10.0.0.50 - - [2025-04-28 02:08:17] "GET /global-vrouter-config/b6b2affd-b3f8-462f-be29-ea233c5c3c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004128 10.0.0.50 - - [2025-04-28 02:08:17] "GET /virtual-networks?parent_id=2d2aa3e2-c426-4c59-85e6-ee56931afd99&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002666 10.0.0.50 - - [2025-04-28 02:08:17] "GET /virtual-network/d81331a5-4f7e-4c54-8b4e-04fd56502416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.004795 10.0.0.50 - - [2025-04-28 02:08:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002669 10.0.0.50 - - [2025-04-28 02:08:17] "GET /global-vrouter-config/b6b2affd-b3f8-462f-be29-ea233c5c3c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003229 10.0.0.50 - - [2025-04-28 02:08:17] "GET /virtual-networks?parent_id=2d2aa3e2-c426-4c59-85e6-ee56931afd99&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002604 10.0.0.50 - - [2025-04-28 02:08:17] "GET /virtual-network/d81331a5-4f7e-4c54-8b4e-04fd56502416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.004777 10.0.0.50 - - [2025-04-28 02:08:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002677 10.0.0.50 - - [2025-04-28 02:08:17] "GET /global-vrouter-config/b6b2affd-b3f8-462f-be29-ea233c5c3c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003182 10.0.0.50 - - [2025-04-28 02:08:17] "GET /virtual-networks?parent_id=2d2aa3e2-c426-4c59-85e6-ee56931afd99&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002968 10.0.0.50 - - [2025-04-28 02:08:17] "GET /virtual-network/c3cb17d0-ef5f-4dfa-8bdc-9c445151e739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004869 10.0.0.50 - - [2025-04-28 02:08:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002618 10.0.0.50 - - [2025-04-28 02:08:18] "GET /global-vrouter-config/b6b2affd-b3f8-462f-be29-ea233c5c3c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004428 10.0.0.50 - - [2025-04-28 02:08:18] "GET /virtual-networks?parent_id=2d2aa3e2-c426-4c59-85e6-ee56931afd99&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002833 10.0.0.50 - - [2025-04-28 02:08:18] "GET /virtual-network/c3cb17d0-ef5f-4dfa-8bdc-9c445151e739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004881 10.0.0.50 - - [2025-04-28 02:08:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.50 - - [2025-04-28 02:08:18] "GET /global-vrouter-config/b6b2affd-b3f8-462f-be29-ea233c5c3c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003707 10.0.0.50 - - [2025-04-28 02:08:18] "GET /virtual-networks?parent_id=2d2aa3e2-c426-4c59-85e6-ee56931afd99&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002658 10.0.0.50 - - [2025-04-28 02:08:18] "GET /virtual-network/c3cb17d0-ef5f-4dfa-8bdc-9c445151e739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004790 10.0.0.50 - - [2025-04-28 02:08:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002854 10.0.0.50 - - [2025-04-28 02:08:18] "GET /global-vrouter-config/b6b2affd-b3f8-462f-be29-ea233c5c3c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002894 10.0.0.50 - - [2025-04-28 02:08:18] "GET /virtual-networks?parent_id=2d2aa3e2-c426-4c59-85e6-ee56931afd99&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002434 10.0.0.50 - - [2025-04-28 02:08:18] "GET /virtual-network/c3cb17d0-ef5f-4dfa-8bdc-9c445151e739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004843 10.0.0.50 - - [2025-04-28 02:08:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002664 10.0.0.50 - - [2025-04-28 02:08:18] "GET /global-vrouter-config/b6b2affd-b3f8-462f-be29-ea233c5c3c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003724 10.0.0.50 - - [2025-04-28 02:08:18] "GET /virtual-networks?parent_id=2d2aa3e2-c426-4c59-85e6-ee56931afd99&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002647 10.0.0.50 - - [2025-04-28 02:08:18] "GET /virtual-network/2a8970d1-faa6-4dfa-a756-da0bc64d0fb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005482 10.0.0.50 - - [2025-04-28 02:08:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002774 10.0.0.50 - - [2025-04-28 02:08:18] "GET /global-vrouter-config/b6b2affd-b3f8-462f-be29-ea233c5c3c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003727 10.0.0.50 - - [2025-04-28 02:08:18] "GET /virtual-networks?parent_id=2d2aa3e2-c426-4c59-85e6-ee56931afd99&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003322 10.0.0.50 - - [2025-04-28 02:08:19] "GET /virtual-network/2a8970d1-faa6-4dfa-a756-da0bc64d0fb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005180 10.0.0.50 - - [2025-04-28 02:08:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002749 10.0.0.50 - - [2025-04-28 02:08:19] "GET /global-vrouter-config/b6b2affd-b3f8-462f-be29-ea233c5c3c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003344 10.0.0.50 - - [2025-04-28 02:08:19] "GET /virtual-networks?parent_id=2d2aa3e2-c426-4c59-85e6-ee56931afd99&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002954 10.0.0.50 - - [2025-04-28 02:08:19] "GET /virtual-network/2a8970d1-faa6-4dfa-a756-da0bc64d0fb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.005321 10.0.0.50 - - [2025-04-28 02:08:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004083 10.0.0.50 - - [2025-04-28 02:08:19] "GET /global-vrouter-config/b6b2affd-b3f8-462f-be29-ea233c5c3c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003310 10.0.0.50 - - [2025-04-28 02:08:19] "GET /virtual-networks?parent_id=2d2aa3e2-c426-4c59-85e6-ee56931afd99&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002754 10.0.0.50 - - [2025-04-28 02:08:19] "GET /virtual-network/2a8970d1-faa6-4dfa-a756-da0bc64d0fb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.006127 10.0.0.50 - - [2025-04-28 02:08:19] "GET /virtual-machine/e1c375a7-142c-47a8-a9ec-207cf40cbeb6 HTTP/1.1" 200 1803 0.004073 10.0.0.50 - - [2025-04-28 02:08:19] "GET /domains HTTP/1.1" 200 280 0.005788 10.0.0.50 - - [2025-04-28 02:08:19] "GET /domains?obj_uuids=09530269-b2df-4ef6-995f-dfbc59aefc94&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001582 10.0.0.50 - - [2025-04-28 02:08:19] "GET /domain/09530269-b2df-4ef6-995f-dfbc59aefc94 HTTP/1.1" 200 2770 0.008775 10.0.0.50 - - [2025-04-28 02:08:19] "GET /projects?obj_uuids=2d2aa3e2-c426-4c59-85e6-ee56931afd99&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000962 10.0.0.50 - - [2025-04-28 02:08:19] "GET /project/2d2aa3e2-c426-4c59-85e6-ee56931afd99 HTTP/1.1" 200 4242 0.068806 10.0.0.50 - - [2025-04-28 02:08:19] "GET /service-instance/582c5226-9a7f-4ca4-a5fb-aea7d052d81d HTTP/1.1" 200 3782 0.003272 10.0.0.50 - - [2025-04-28 02:08:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002517 10.0.0.50 - - [2025-04-28 02:08:19] "GET /routing-instance/2a98dc58-84ff-4024-97ed-76938fc95fea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1887 0.003793 10.0.0.50 - - [2025-04-28 02:08:19] "GET /routing-instance/2a98dc58-84ff-4024-97ed-76938fc95fea?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2020 0.005800 10.0.0.50 - - [2025-04-28 02:08:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002853 10.0.0.50 - - [2025-04-28 02:08:19] "GET /routing-instance/7216a089-127a-4b5a-aa86-a24ab289b823?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1892 0.003602 10.0.0.50 - - [2025-04-28 02:08:19] "GET /routing-instance/7216a089-127a-4b5a-aa86-a24ab289b823?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2023 0.004647 10.0.0.50 - - [2025-04-28 02:08:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002575 10.0.0.50 - - [2025-04-28 02:08:19] "GET /virtual-network/d81331a5-4f7e-4c54-8b4e-04fd56502416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.004976 10.0.0.50 - - [2025-04-28 02:08:19] "GET /virtual-network/d81331a5-4f7e-4c54-8b4e-04fd56502416?fields=routing_instances HTTP/1.1" 200 1683 0.005980 10.0.0.50 - - [2025-04-28 02:08:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002800 10.0.0.50 - - [2025-04-28 02:08:20] "GET /virtual-network/2a8970d1-faa6-4dfa-a756-da0bc64d0fb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.004889 10.0.0.50 - - [2025-04-28 02:08:20] "GET /virtual-network/2a8970d1-faa6-4dfa-a756-da0bc64d0fb4?fields=routing_instances HTTP/1.1" 200 1687 0.006600 10.0.0.50 - - [2025-04-28 02:08:24] "POST /ref-update HTTP/1.1" 200 156 0.028979 10.0.0.50 - - [2025-04-28 02:08:24] "POST /neutron/network HTTP/1.1" 200 833 0.006989 10.0.0.50 - - [2025-04-28 02:08:24] "GET /virtual-network/2a8970d1-faa6-4dfa-a756-da0bc64d0fb4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004262 10.0.0.50 - - [2025-04-28 02:08:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002623 10.0.0.50 - - [2025-04-28 02:08:24] "GET /network-policy/223afae8-799c-4a42-9cf2-d13e27a1a85a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.003159 10.0.0.50 - - [2025-04-28 02:08:24] "POST /ref-update HTTP/1.1" 200 156 0.025075 10.0.0.50 - - [2025-04-28 02:08:24] "POST /neutron/network HTTP/1.1" 200 830 0.006303 10.0.0.50 - - [2025-04-28 02:08:24] "GET /virtual-network/d81331a5-4f7e-4c54-8b4e-04fd56502416?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004174 10.0.0.50 - - [2025-04-28 02:08:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002892 10.0.0.50 - - [2025-04-28 02:08:24] "GET /network-policy/223afae8-799c-4a42-9cf2-d13e27a1a85a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.004177 10.0.0.50 - - [2025-04-28 02:08:24] "DELETE /network-policy/223afae8-799c-4a42-9cf2-d13e27a1a85a HTTP/1.1" 200 115 0.019469 10.0.0.50 - - [2025-04-28 02:08:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002740 10.0.0.50 - - [2025-04-28 02:08:24] "DELETE /access-control-list/df320490-fefa-4189-8ba8-81bec717ca0f HTTP/1.1" 200 115 0.024775 10.0.0.50 - - [2025-04-28 02:08:24] "DELETE /service-instance/582c5226-9a7f-4ca4-a5fb-aea7d052d81d HTTP/1.1" 200 115 0.058409 10.0.0.50 - - [2025-04-28 02:08:24] "POST /ref-update HTTP/1.1" 200 156 0.011265 10.0.0.50 - - [2025-04-28 02:08:24] "GET /domains HTTP/1.1" 200 280 0.004381 10.0.0.50 - - [2025-04-28 02:08:24] "GET /domains?obj_uuids=09530269-b2df-4ef6-995f-dfbc59aefc94&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000934 10.0.0.50 - - [2025-04-28 02:08:24] "GET /domain/09530269-b2df-4ef6-995f-dfbc59aefc94 HTTP/1.1" 200 2770 0.010557 10.0.0.50 - - [2025-04-28 02:08:24] "GET /projects?obj_uuids=2d2aa3e2-c426-4c59-85e6-ee56931afd99&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001251 10.0.0.50 - - [2025-04-28 02:08:24] "DELETE /instance-ip/6b063c56-c924-45e6-bfc2-575da7619dce HTTP/1.1" 200 115 0.031110 10.0.0.50 - - [2025-04-28 02:08:24] "POST /ref-update HTTP/1.1" 200 156 0.007572 10.0.0.50 - - [2025-04-28 02:08:24] "DELETE /routing-instance/d5415a6b-0655-462c-bfd8-78e3ba2ef7e6 HTTP/1.1" 200 115 0.033228 10.0.0.50 - - [2025-04-28 02:08:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.50 - - [2025-04-28 02:08:24] "GET /project/2d2aa3e2-c426-4c59-85e6-ee56931afd99 HTTP/1.1" 200 3768 0.066502 10.0.0.50 - - [2025-04-28 02:08:24] "GET /virtual-machine/e1c375a7-142c-47a8-a9ec-207cf40cbeb6 HTTP/1.1" 200 1803 0.002737 10.0.0.50 - - [2025-04-28 02:08:24] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002174 10.0.0.50 - - [2025-04-28 02:08:24] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002972 10.0.0.50 - - [2025-04-28 02:08:24] "DELETE /instance-ip/9c5b9e39-9637-442f-8c10-0fbce25e0de5 HTTP/1.1" 200 115 0.020897 10.0.0.50 - - [2025-04-28 02:08:24] "POST /ref-update HTTP/1.1" 200 156 0.009041 10.0.0.50 - - [2025-04-28 02:08:24] "DELETE /route-target/a9c932c9-0b84-4bb9-b12d-7be428adeaa5 HTTP/1.1" 200 115 0.016669 10.0.0.50 - - [2025-04-28 02:08:24] "DELETE /routing-instance/b6b3670e-95a2-407a-a159-66534fbc4747 HTTP/1.1" 200 115 0.021179 10.0.0.50 - - [2025-04-28 02:08:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005119 10.0.0.50 - - [2025-04-28 02:08:24] "DELETE /instance-ip/f810a314-aadd-4d09-93be-b3f51278aaea HTTP/1.1" 200 115 0.023070 10.0.0.50 - - [2025-04-28 02:08:24] "POST /ref-update HTTP/1.1" 200 156 0.009089 10.0.0.50 - - [2025-04-28 02:08:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002095 10.0.0.50 - - [2025-04-28 02:08:24] "DELETE /route-target/5488a50a-91a3-4259-bc24-f166fe913719 HTTP/1.1" 200 115 0.019845 10.0.0.50 - - [2025-04-28 02:08:24] "DELETE /service-template/1481aaa1-53c6-469a-850b-a5523ef3e508 HTTP/1.1" 200 115 0.043189 10.0.0.50 - - [2025-04-28 02:08:25] "DELETE /access-control-list/90eb0d5c-8aa2-4f1f-84af-fee16fd2b631 HTTP/1.1" 200 115 0.029047 10.0.0.50 - - [2025-04-28 02:08:25] "DELETE /instance-ip/09876adc-14c1-42fd-9756-b2944fb75549 HTTP/1.1" 200 115 0.029952 10.0.0.50 - - [2025-04-28 02:08:25] "POST /fqname-to-id HTTP/1.1" 404 193 0.003693 10.0.0.50 - - [2025-04-28 02:08:25] "POST /ref-update HTTP/1.1" 200 156 0.017544 10.0.0.50 - - [2025-04-28 02:08:25] "DELETE /instance-ip/a3860848-bd98-4e55-b1fa-6c768caf58c9 HTTP/1.1" 200 115 0.022056 10.0.0.50 - - [2025-04-28 02:08:25] "POST /ref-update HTTP/1.1" 200 156 0.009493 10.0.0.50 - - [2025-04-28 02:08:25] "DELETE /instance-ip/891c7021-104d-4230-9cff-ef38c6b72589 HTTP/1.1" 200 115 0.024087 10.0.0.50 - - [2025-04-28 02:08:25] "POST /neutron/network HTTP/1.1" 200 833 0.006761 10.0.0.50 - - [2025-04-28 02:08:25] "POST /neutron/network HTTP/1.1" 400 204 0.010218 10.0.0.50 - - [2025-04-28 02:08:25] "POST /neutron/port HTTP/1.1" 200 1085 0.014484 10.0.0.50 - - [2025-04-28 02:08:25] "POST /neutron/port HTTP/1.1" 200 1111 0.008595 10.0.0.50 - - [2025-04-28 02:08:25] "POST /neutron/port HTTP/1.1" 200 1084 0.029082 10.0.0.50 - - [2025-04-28 02:08:25] "POST /neutron/port HTTP/1.1" 200 1110 0.021003 10.0.0.50 - - [2025-04-28 02:08:25] "POST /neutron/port HTTP/1.1" 200 151 0.137770 10.0.0.50 - - [2025-04-28 02:08:25] "POST /neutron/port HTTP/1.1" 200 3023 0.027820 10.0.0.50 - - [2025-04-28 02:08:25] "POST /neutron/port HTTP/1.1" 200 1111 0.013927 10.0.0.50 - - [2025-04-28 02:08:25] "POST /neutron/port HTTP/1.1" 200 151 0.167380 10.0.0.50 - - [2025-04-28 02:08:25] "POST /neutron/port HTTP/1.1" 200 151 0.083956 10.0.0.50 - - [2025-04-28 02:08:25] "POST /neutron/port HTTP/1.1" 200 1110 0.008396 10.0.0.50 - - [2025-04-28 02:08:26] "POST /neutron/port HTTP/1.1" 200 151 0.080804 10.0.0.50 - - [2025-04-28 02:08:26] "POST /neutron/port HTTP/1.1" 200 1113 0.008032 10.0.0.50 - - [2025-04-28 02:08:26] "POST /neutron/port HTTP/1.1" 200 151 0.093157 10.0.0.50 - - [2025-04-28 02:08:27] "POST /neutron/network HTTP/1.1" 200 833 0.005684 10.0.0.50 - - [2025-04-28 02:08:27] "POST /useragent-kv HTTP/1.1" 200 115 0.003891 10.0.0.50 - - [2025-04-28 02:08:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004031 10.0.0.50 - - [2025-04-28 02:08:27] "POST /useragent-kv HTTP/1.1" 200 115 0.001555 10.0.0.50 - - [2025-04-28 02:08:27] "POST /neutron/network HTTP/1.1" 200 151 0.061817 10.0.0.50 - - [2025-04-28 02:08:27] "DELETE /route-target/75487cad-6d4f-4528-bfff-f16877cdb9e2 HTTP/1.1" 200 115 0.013831 10.0.0.50 - - [2025-04-28 02:08:27] "GET /routing-instance/7216a089-127a-4b5a-aa86-a24ab289b823 HTTP/1.1" 404 171 0.001968 10.0.0.50 - - [2025-04-28 02:08:27] "GET /domains HTTP/1.1" 200 280 0.001841 10.0.0.50 - - [2025-04-28 02:08:27] "GET /domains?obj_uuids=09530269-b2df-4ef6-995f-dfbc59aefc94&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000879 10.0.0.50 - - [2025-04-28 02:08:27] "GET /domain/09530269-b2df-4ef6-995f-dfbc59aefc94 HTTP/1.1" 200 2570 0.048151 10.0.0.50 - - [2025-04-28 02:08:27] "GET /projects?obj_uuids=2d2aa3e2-c426-4c59-85e6-ee56931afd99&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000989 10.0.0.50 - - [2025-04-28 02:08:27] "GET /project/2d2aa3e2-c426-4c59-85e6-ee56931afd99 HTTP/1.1" 200 2307 0.067088 10.0.0.50 - - [2025-04-28 02:08:27] "POST /neutron/network HTTP/1.1" 200 830 0.004959 10.0.0.50 - - [2025-04-28 02:08:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004138 10.0.0.50 - - [2025-04-28 02:08:27] "POST /useragent-kv HTTP/1.1" 200 115 0.001685 10.0.0.50 - - [2025-04-28 02:08:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002598 10.0.0.50 - - [2025-04-28 02:08:27] "POST /neutron/network HTTP/1.1" 200 151 0.067552 10.0.0.50 - - [2025-04-28 02:08:27] "DELETE /route-target/fe419bd4-3e3f-4a28-9e48-2c13abd50880 HTTP/1.1" 200 115 0.013690 10.0.0.50 - - [2025-04-28 02:08:27] "GET /routing-instance/2a98dc58-84ff-4024-97ed-76938fc95fea HTTP/1.1" 404 171 0.001780 10.0.0.50 - - [2025-04-28 02:08:27] "GET /domains HTTP/1.1" 200 280 0.001793 10.0.0.50 - - [2025-04-28 02:08:27] "GET /domains?obj_uuids=09530269-b2df-4ef6-995f-dfbc59aefc94&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000836 10.0.0.50 - - [2025-04-28 02:08:27] "GET /domain/09530269-b2df-4ef6-995f-dfbc59aefc94 HTTP/1.1" 200 2570 0.048157 10.0.0.50 - - [2025-04-28 02:08:27] "GET /projects?obj_uuids=2d2aa3e2-c426-4c59-85e6-ee56931afd99&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001397 10.0.0.50 - - [2025-04-28 02:08:27] "GET /project/2d2aa3e2-c426-4c59-85e6-ee56931afd99 HTTP/1.1" 200 2089 0.069361 10.0.0.50 - - [2025-04-28 02:08:27] "POST /neutron/network HTTP/1.1" 200 833 0.004625 10.0.0.50 - - [2025-04-28 02:08:27] "POST /useragent-kv HTTP/1.1" 200 115 0.003036 10.0.0.50 - - [2025-04-28 02:08:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.50 - - [2025-04-28 02:08:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002623 10.0.0.50 - - [2025-04-28 02:08:27] "POST /neutron/network HTTP/1.1" 200 151 0.072191 10.0.0.50 - - [2025-04-28 02:08:27] "DELETE /route-target/98c0afe4-70a5-460f-86b6-576e511caeb6 HTTP/1.1" 200 115 0.014725 10.0.0.50 - - [2025-04-28 02:08:27] "GET /routing-instance/6a067ab4-aebc-43ec-b5ac-0ecf8a9bac71 HTTP/1.1" 404 171 0.002724 10.0.0.50 - - [2025-04-28 02:08:27] "GET /domains HTTP/1.1" 200 280 0.001714 10.0.0.50 - - [2025-04-28 02:08:27] "GET /domains?obj_uuids=09530269-b2df-4ef6-995f-dfbc59aefc94&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001060 10.0.0.50 - - [2025-04-28 02:08:27] "GET /domain/09530269-b2df-4ef6-995f-dfbc59aefc94 HTTP/1.1" 200 2570 0.051903 10.0.0.50 - - [2025-04-28 02:08:27] "GET /projects?obj_uuids=2d2aa3e2-c426-4c59-85e6-ee56931afd99&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002614 10.0.0.50 - - [2025-04-28 02:08:27] "GET /project/2d2aa3e2-c426-4c59-85e6-ee56931afd99 HTTP/1.1" 200 1849 0.074263 10.0.0.50 - - [2025-04-28 02:08:28] "GET /projects?obj_uuids=2d2aa3e2-c426-4c59-85e6-ee56931afd99&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001013 10.0.0.50 - - [2025-04-28 02:08:28] "GET /project/2d2aa3e2-c426-4c59-85e6-ee56931afd99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.023046 10.0.0.50 - - [2025-04-28 02:08:28] "GET /projects?obj_uuids=2d2aa3e2-c426-4c59-85e6-ee56931afd99&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000932 10.0.0.50 - - [2025-04-28 02:08:28] "GET /project/2d2aa3e2-c426-4c59-85e6-ee56931afd99?fields=virtual_networks HTTP/1.1" 200 1037 0.061927 10.0.0.50 - - [2025-04-28 02:08:28] "GET /projects?obj_uuids=2d2aa3e2-c426-4c59-85e6-ee56931afd99&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001021 10.0.0.50 - - [2025-04-28 02:08:28] "GET /project/2d2aa3e2-c426-4c59-85e6-ee56931afd99?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.025036 10.0.0.50 - - [2025-04-28 02:08:28] "GET /projects?obj_uuids=2d2aa3e2-c426-4c59-85e6-ee56931afd99&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001021 10.0.0.50 - - [2025-04-28 02:08:28] "GET /project/2d2aa3e2-c426-4c59-85e6-ee56931afd99?fields=security_groups HTTP/1.1" 200 1261 0.023399 10.0.0.50 - - [2025-04-28 02:08:29] "POST /fqname-to-id HTTP/1.1" 404 189 0.021183 10.0.0.50 - - [2025-04-28 02:08:29] "GET /projects?obj_uuids=8b8b2cb3-d04b-48f8-a559-d1e8dc8011dd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002135 10.0.0.50 - - [2025-04-28 02:08:29] "GET /domains?obj_uuids=09530269-b2df-4ef6-995f-dfbc59aefc94&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001386 10.0.0.50 - - [2025-04-28 02:08:29] "GET /domain/09530269-b2df-4ef6-995f-dfbc59aefc94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.049227 10.0.0.50 - - [2025-04-28 02:08:29] "POST /id-to-fqname HTTP/1.1" 200 191 0.001122 10.0.0.50 - - [2025-04-28 02:08:29] "POST /fqname-to-id HTTP/1.1" 404 200 0.002337 10.0.0.50 - - [2025-04-28 02:08:29] "POST /security-groups HTTP/1.1" 200 592 0.067073 10.0.0.50 - - [2025-04-28 02:08:29] "POST /fqname-to-id HTTP/1.1" 404 235 0.002904 10.0.0.50 - - [2025-04-28 02:08:29] "POST /projects HTTP/1.1" 200 587 0.207690 10.0.0.50 - - [2025-04-28 02:08:29] "POST /access-control-lists HTTP/1.1" 200 597 0.055246 10.0.0.50 - - [2025-04-28 02:08:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.272414 10.0.0.50 - - [2025-04-28 02:08:29] "POST /fqname-to-id HTTP/1.1" 404 234 0.002496 10.0.0.50 - - [2025-04-28 02:08:29] "GET /project/8b8b2cb3-d04b-48f8-a559-d1e8dc8011dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.427937 10.0.0.50 - - [2025-04-28 02:08:29] "POST /access-control-lists HTTP/1.1" 200 595 0.055947 10.0.0.50 - - [2025-04-28 02:08:30] "GET / HTTP/1.1" 200 35931 0.001924 10.0.0.50 - - [2025-04-28 02:08:31] "GET /project/8b8b2cb3-d04b-48f8-a559-d1e8dc8011dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000490 10.0.0.50 - - [2025-04-28 02:08:32] "GET /projects?obj_uuids=8b8b2cb3-d04b-48f8-a559-d1e8dc8011dd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001100 10.0.0.50 - - [2025-04-28 02:08:32] "GET /project/8b8b2cb3-d04b-48f8-a559-d1e8dc8011dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.057070 10.0.0.50 - - [2025-04-28 02:08:32] "POST /fqname-to-id HTTP/1.1" 404 180 0.002056 10.0.0.50 - - [2025-04-28 02:08:32] "POST /virtual-DNSs HTTP/1.1" 200 507 0.016279 10.0.0.50 - - [2025-04-28 02:08:32] "GET /virtual-DNS/5eb4b947-b8d9-495f-866a-8802c95079d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.004254 10.0.0.50 - - [2025-04-28 02:08:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003358 10.0.0.50 - - [2025-04-28 02:08:32] "GET /virtual-DNS/5eb4b947-b8d9-495f-866a-8802c95079d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1436 0.003429 10.0.0.50 - - [2025-04-28 02:08:32] "GET /domains HTTP/1.1" 401 292 0.000423 10.0.0.50 - - [2025-04-28 02:08:32] "GET /domains HTTP/1.1" 200 280 0.021751 10.0.0.50 - - [2025-04-28 02:08:32] "GET /domains?obj_uuids=09530269-b2df-4ef6-995f-dfbc59aefc94&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000942 10.0.0.50 - - [2025-04-28 02:08:32] "GET /domain/09530269-b2df-4ef6-995f-dfbc59aefc94 HTTP/1.1" 200 2957 0.007312 10.0.0.50 - - [2025-04-28 02:08:32] "GET /virtual-DNS/5eb4b947-b8d9-495f-866a-8802c95079d3 HTTP/1.1" 200 1436 0.003323 10.0.0.50 - - [2025-04-28 02:08:32] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.001822 10.0.0.50 - - [2025-04-28 02:08:32] "POST /network-ipams HTTP/1.1" 200 514 0.013576 10.0.0.50 - - [2025-04-28 02:08:32] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 968 0.002689 10.0.0.50 - - [2025-04-28 02:08:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002718 10.0.0.50 - - [2025-04-28 02:08:32] "GET /network-ipam/3115abc4-493b-41b6-80fe-f9b965599bea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1353 0.004311 10.0.0.50 - - [2025-04-28 02:08:32] "PUT /network-ipam/3115abc4-493b-41b6-80fe-f9b965599bea HTTP/1.1" 200 258 0.008181 10.0.0.50 - - [2025-04-28 02:08:32] "POST /ref-update HTTP/1.1" 200 156 0.007854 10.0.0.50 - - [2025-04-28 02:08:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002671 10.0.0.50 - - [2025-04-28 02:08:33] "GET /projects?obj_uuids=8b8b2cb3-d04b-48f8-a559-d1e8dc8011dd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001429 10.0.0.50 - - [2025-04-28 02:08:33] "GET /project/8b8b2cb3-d04b-48f8-a559-d1e8dc8011dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.024813 10.0.0.50 - - [2025-04-28 02:08:33] "POST /neutron/network HTTP/1.1" 200 117 0.026464 10.0.0.50 - - [2025-04-28 02:08:33] "GET /projects?obj_uuids=8b8b2cb3-d04b-48f8-a559-d1e8dc8011dd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001062 10.0.0.50 - - [2025-04-28 02:08:33] "POST /neutron/network HTTP/1.1" 200 618 0.055432 10.0.0.50 - - [2025-04-28 02:08:33] "POST /route-targets HTTP/1.1" 200 327 0.010945 10.0.0.50 - - [2025-04-28 02:08:33] "POST /ref-update HTTP/1.1" 200 156 0.009044 10.0.0.50 - - [2025-04-28 02:08:33] "POST /useragent-kv HTTP/1.1" 200 115 0.003068 10.0.0.50 - - [2025-04-28 02:08:33] "POST /neutron/subnet HTTP/1.1" 200 711 0.172345 10.0.0.50 - - [2025-04-28 02:08:33] "POST /neutron/network HTTP/1.1" 200 833 0.007030 10.0.0.50 - - [2025-04-28 02:08:33] "POST /id-to-fqname HTTP/1.1" 200 227 0.001249 10.0.0.50 - - [2025-04-28 02:08:33] "GET /virtual-network/eba9a98c-d7ae-49db-b1e2-bdb3265f5f6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004690 10.0.0.50 - - [2025-04-28 02:08:33] "POST /neutron/network HTTP/1.1" 200 833 0.004745 10.0.0.50 - - [2025-04-28 02:08:33] "GET /virtual-network/eba9a98c-d7ae-49db-b1e2-bdb3265f5f6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004017 10.0.0.50 - - [2025-04-28 02:08:33] "POST /neutron/network HTTP/1.1" 200 833 0.005268 10.0.0.50 - - [2025-04-28 02:08:33] "POST /neutron/subnet HTTP/1.1" 200 711 0.005445 10.0.0.50 - - [2025-04-28 02:08:33] "POST /neutron/network HTTP/1.1" 200 807 0.008095 10.0.0.50 - - [2025-04-28 02:08:33] "POST /neutron/network HTTP/1.1" 200 833 0.003828 10.0.0.50 - - [2025-04-28 02:08:33] "POST /id-to-fqname HTTP/1.1" 200 227 0.000978 10.0.0.50 - - [2025-04-28 02:08:33] "POST /neutron/network HTTP/1.1" 200 843 0.005049 10.0.0.50 - - [2025-04-28 02:08:33] "GET /aaa-mode HTTP/1.1" 401 292 0.000343 10.0.0.50 - - [2025-04-28 02:08:34] "GET / HTTP/1.1" 200 35931 0.002724 10.0.0.50 - - [2025-04-28 02:08:34] "GET /project/8b8b2cb3-d04b-48f8-a559-d1e8dc8011dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000386 10.0.0.50 - - [2025-04-28 02:08:34] "GET /projects?obj_uuids=8b8b2cb3-d04b-48f8-a559-d1e8dc8011dd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001044 10.0.0.50 - - [2025-04-28 02:08:34] "GET /project/8b8b2cb3-d04b-48f8-a559-d1e8dc8011dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.040726 10.0.0.50 - - [2025-04-28 02:08:34] "POST /neutron/network HTTP/1.1" 200 833 0.004441 10.0.0.50 - - [2025-04-28 02:08:34] "POST /neutron/port HTTP/1.1" 200 117 0.004420 10.0.0.50 - - [2025-04-28 02:08:34] "POST /neutron/port HTTP/1.1" 200 117 0.004547 10.0.0.50 - - [2025-04-28 02:08:34] "POST /neutron/port HTTP/1.1" 200 117 0.004661 10.0.0.50 - - [2025-04-28 02:08:34] "POST /neutron/network HTTP/1.1" 200 843 0.005063 10.0.0.50 - - [2025-04-28 02:08:34] "GET /projects?obj_uuids=8b8b2cb3-d04b-48f8-a559-d1e8dc8011dd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000983 10.0.0.50 - - [2025-04-28 02:08:35] "POST /neutron/port HTTP/1.1" 200 1058 0.180322 10.0.0.50 - - [2025-04-28 02:08:35] "POST /neutron/port HTTP/1.1" 200 1058 0.010667 10.0.0.50 - - [2025-04-28 02:08:35] "POST /neutron/port HTTP/1.1" 200 1058 0.007455 10.0.0.50 - - [2025-04-28 02:08:35] "POST /neutron/port HTTP/1.1" 200 1112 0.049826 10.0.0.50 - - [2025-04-28 02:08:35] "POST /neutron/port HTTP/1.1" 200 1086 0.013681 10.0.0.50 - - [2025-04-28 02:08:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002442 10.0.0.50 - - [2025-04-28 02:08:35] "POST /neutron/subnet HTTP/1.1" 200 685 0.008368 10.0.0.50 - - [2025-04-28 02:08:35] "POST /neutron/port HTTP/1.1" 200 117 0.001001 10.0.0.50 - - [2025-04-28 02:08:35] "POST /neutron/network HTTP/1.1" 200 833 0.011565 10.0.0.50 - - [2025-04-28 02:08:39] "POST /neutron/port HTTP/1.1" 200 1086 0.012383 10.0.0.50 - - [2025-04-28 02:08:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009151 10.0.0.50 - - [2025-04-28 02:08:39] "POST /neutron/port HTTP/1.1" 200 1086 0.013027 10.0.0.50 - - [2025-04-28 02:08:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004708 10.0.0.50 - - [2025-04-28 02:08:39] "POST /neutron/port HTTP/1.1" 200 1086 0.013476 10.0.0.50 - - [2025-04-28 02:08:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005261 10.0.0.50 - - [2025-04-28 02:08:39] "GET /virtual-machine/d47c8fec-6038-4d0f-b7e8-8968831ea7e9 HTTP/1.1" 200 1294 0.003760 10.0.0.50 - - [2025-04-28 02:08:39] "GET /virtual-machine-interface/edd57d2c-d188-4cb0-b793-5713fa414658 HTTP/1.1" 200 2964 0.004488 10.0.0.50 - - [2025-04-28 02:08:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002265 10.0.0.50 - - [2025-04-28 02:08:39] "GET /global-vrouter-config/b6b2affd-b3f8-462f-be29-ea233c5c3c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002541 10.0.0.50 - - [2025-04-28 02:08:39] "GET /virtual-networks?parent_id=8b8b2cb3-d04b-48f8-a559-d1e8dc8011dd&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003040 10.0.0.50 - - [2025-04-28 02:08:39] "GET /virtual-network/eba9a98c-d7ae-49db-b1e2-bdb3265f5f6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004688 10.0.0.50 - - [2025-04-28 02:08:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002708 10.0.0.50 - - [2025-04-28 02:08:43] "GET /virtual-network/eba9a98c-d7ae-49db-b1e2-bdb3265f5f6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004503 10.0.0.50 - - [2025-04-28 02:08:43] "POST /neutron/port HTTP/1.1" 200 1086 0.012872 10.0.0.50 - - [2025-04-28 02:08:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004305 10.0.0.50 - - [2025-04-28 02:08:43] "DELETE /project/8b8b2cb3d04b48f8a559d1e8dc8011dd HTTP/1.1" 404 173 0.007051 10.0.0.50 - - [2025-04-28 02:08:43] "GET /projects?obj_uuids=2d2aa3e2-c426-4c59-85e6-ee56931afd99&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000923 10.0.0.50 - - [2025-04-28 02:08:43] "GET /project/2d2aa3e2-c426-4c59-85e6-ee56931afd99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.031596 10.0.0.50 - - [2025-04-28 02:08:43] "GET /projects?obj_uuids=2d2aa3e2-c426-4c59-85e6-ee56931afd99&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000938 10.0.0.50 - - [2025-04-28 02:08:43] "GET /project/2d2aa3e2-c426-4c59-85e6-ee56931afd99?fields=security_groups HTTP/1.1" 200 1366 0.070819 10.0.0.50 - - [2025-04-28 02:08:43] "DELETE /security-group/41404d39-dcf4-453e-a304-7ea969720d8f HTTP/1.1" 200 115 0.034482 10.0.0.50 - - [2025-04-28 02:08:43] "GET /projects?obj_uuids=2d2aa3e2-c426-4c59-85e6-ee56931afd99&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000972 10.0.0.50 - - [2025-04-28 02:08:43] "GET /project/2d2aa3e2-c426-4c59-85e6-ee56931afd99?fields=application_policy_sets HTTP/1.1" 200 1405 0.033659 10.0.0.50 - - [2025-04-28 02:08:43] "DELETE /access-control-list/b47fb3aa-ca42-4230-b568-87bc675e5d7b HTTP/1.1" 200 115 0.042613 10.0.0.50 - - [2025-04-28 02:08:43] "DELETE /access-control-list/7120d44b-bffc-4ee9-9742-d845f88d6ff0 HTTP/1.1" 200 115 0.028006 10.0.0.50 - - [2025-04-28 02:08:43] "DELETE /project/2d2aa3e2-c426-4c59-85e6-ee56931afd99 HTTP/1.1" 200 115 0.330917 10.0.0.50 - - [2025-04-28 02:08:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002716 10.0.0.50 - - [2025-04-28 02:08:45] "GET /global-vrouter-config/b6b2affd-b3f8-462f-be29-ea233c5c3c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002988 10.0.0.50 - - [2025-04-28 02:08:45] "GET /virtual-networks?parent_id=8b8b2cb3-d04b-48f8-a559-d1e8dc8011dd&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002682 10.0.0.50 - - [2025-04-28 02:08:45] "GET /virtual-network/eba9a98c-d7ae-49db-b1e2-bdb3265f5f6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005138 10.0.0.50 - - [2025-04-28 02:08:45] "POST /neutron/port HTTP/1.1" 200 1086 0.012606 10.0.0.50 - - [2025-04-28 02:08:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004855 10.0.0.50 - - [2025-04-28 02:08:49] "GET /obj-perms HTTP/1.1" 200 5056 0.040692 10.0.0.50 - - [2025-04-28 02:08:49] "GET /obj-perms HTTP/1.1" 200 5056 0.037596 10.0.0.50 - - [2025-04-28 02:08:54] "POST /neutron/network HTTP/1.1" 200 807 0.011781 10.0.0.50 - - [2025-04-28 02:08:54] "POST /neutron/network HTTP/1.1" 200 833 0.005109 10.0.0.50 - - [2025-04-28 02:08:54] "POST /id-to-fqname HTTP/1.1" 200 227 0.001036 10.0.0.50 - - [2025-04-28 02:08:54] "POST /neutron/port HTTP/1.1" 200 1086 0.014885 10.0.0.50 - - [2025-04-28 02:08:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006259 10.0.0.50 - - [2025-04-28 02:08:54] "POST /neutron/network HTTP/1.1" 200 843 0.005445 10.0.0.50 - - [2025-04-28 02:08:54] "GET /aaa-mode HTTP/1.1" 401 292 0.000425 10.0.0.50 - - [2025-04-28 02:08:55] "GET / HTTP/1.1" 200 35931 0.001503 10.0.0.50 - - [2025-04-28 02:08:55] "GET /project/8b8b2cb3-d04b-48f8-a559-d1e8dc8011dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000390 10.0.0.50 - - [2025-04-28 02:08:55] "GET /projects?obj_uuids=8b8b2cb3-d04b-48f8-a559-d1e8dc8011dd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001096 10.0.0.50 - - [2025-04-28 02:08:55] "GET /project/8b8b2cb3-d04b-48f8-a559-d1e8dc8011dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.040452 10.0.0.50 - - [2025-04-28 02:08:55] "POST /neutron/network HTTP/1.1" 200 833 0.004361 10.0.0.50 - - [2025-04-28 02:08:55] "POST /neutron/port HTTP/1.1" 200 1086 0.015494 10.0.0.50 - - [2025-04-28 02:08:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005025 10.0.0.50 - - [2025-04-28 02:08:55] "POST /neutron/port HTTP/1.1" 200 117 0.004206 10.0.0.50 - - [2025-04-28 02:08:55] "POST /neutron/port HTTP/1.1" 200 117 0.004445 10.0.0.50 - - [2025-04-28 02:08:56] "POST /neutron/network HTTP/1.1" 200 843 0.005075 10.0.0.50 - - [2025-04-28 02:08:56] "GET /projects?obj_uuids=8b8b2cb3-d04b-48f8-a559-d1e8dc8011dd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001023 10.0.0.50 - - [2025-04-28 02:08:56] "POST /neutron/port HTTP/1.1" 200 1058 0.178774 10.0.0.50 - - [2025-04-28 02:08:56] "POST /neutron/port HTTP/1.1" 200 1058 0.008646 10.0.0.50 - - [2025-04-28 02:08:56] "POST /neutron/port HTTP/1.1" 200 1058 0.007012 10.0.0.50 - - [2025-04-28 02:08:56] "POST /neutron/port HTTP/1.1" 200 1112 0.050156 10.0.0.50 - - [2025-04-28 02:08:56] "POST /neutron/port HTTP/1.1" 200 1086 0.013308 10.0.0.50 - - [2025-04-28 02:08:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002476 10.0.0.50 - - [2025-04-28 02:08:56] "POST /neutron/subnet HTTP/1.1" 200 685 0.008053 10.0.0.50 - - [2025-04-28 02:08:56] "POST /neutron/port HTTP/1.1" 200 117 0.001003 10.0.0.50 - - [2025-04-28 02:08:56] "POST /neutron/network HTTP/1.1" 200 833 0.004153 10.0.0.50 - - [2025-04-28 02:09:00] "POST /neutron/port HTTP/1.1" 200 1086 0.012923 10.0.0.50 - - [2025-04-28 02:09:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005131 10.0.0.50 - - [2025-04-28 02:09:00] "POST /neutron/port HTTP/1.1" 200 1086 0.012634 10.0.0.50 - - [2025-04-28 02:09:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004903 10.0.0.50 - - [2025-04-28 02:09:01] "POST /neutron/port HTTP/1.1" 200 1086 0.013217 10.0.0.50 - - [2025-04-28 02:09:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004868 10.0.0.50 - - [2025-04-28 02:09:01] "GET /virtual-machine/95741441-8038-43fa-bcf9-306d6066b431 HTTP/1.1" 200 1294 0.003735 10.0.0.50 - - [2025-04-28 02:09:01] "GET /virtual-machine-interface/14e8b718-5308-46c7-9f6d-f4b1005e4745 HTTP/1.1" 200 2963 0.004663 10.0.0.50 - - [2025-04-28 02:09:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002996 10.0.0.50 - - [2025-04-28 02:09:01] "GET /global-vrouter-config/b6b2affd-b3f8-462f-be29-ea233c5c3c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002763 10.0.0.50 - - [2025-04-28 02:09:01] "GET /virtual-networks?parent_id=8b8b2cb3-d04b-48f8-a559-d1e8dc8011dd&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002744 10.0.0.50 - - [2025-04-28 02:09:01] "GET /virtual-network/eba9a98c-d7ae-49db-b1e2-bdb3265f5f6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005028 10.0.0.50 - - [2025-04-28 02:09:04] "POST /neutron/port HTTP/1.1" 200 1086 0.013090 10.0.0.50 - - [2025-04-28 02:09:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004325 10.0.0.50 - - [2025-04-28 02:09:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002748 10.0.0.50 - - [2025-04-28 02:09:04] "GET /virtual-network/eba9a98c-d7ae-49db-b1e2-bdb3265f5f6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004538 10.0.0.50 - - [2025-04-28 02:09:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002759 10.0.0.50 - - [2025-04-28 02:09:06] "GET /global-vrouter-config/b6b2affd-b3f8-462f-be29-ea233c5c3c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003033 10.0.0.50 - - [2025-04-28 02:09:06] "GET /virtual-networks?parent_id=8b8b2cb3-d04b-48f8-a559-d1e8dc8011dd&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002547 10.0.0.50 - - [2025-04-28 02:09:06] "GET /virtual-network/eba9a98c-d7ae-49db-b1e2-bdb3265f5f6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004742 10.0.0.50 - - [2025-04-28 02:09:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003250 10.0.0.50 - - [2025-04-28 02:09:12] "DELETE /virtual-DNS/5eb4b947-b8d9-495f-866a-8802c95079d3 HTTP/1.1" 409 235 0.004903 10.0.0.50 - - [2025-04-28 02:09:12] "POST /fqname-to-id HTTP/1.1" 404 192 0.002460 10.0.0.50 - - [2025-04-28 02:09:12] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.013830 10.0.0.50 - - [2025-04-28 02:09:12] "GET /virtual-DNS-record/04cc92ab-e931-49bf-8521-56a414394508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.004038 10.0.0.50 - - [2025-04-28 02:09:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002637 10.0.0.50 - - [2025-04-28 02:09:12] "GET /virtual-DNS-record/04cc92ab-e931-49bf-8521-56a414394508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.003149 10.0.0.50 - - [2025-04-28 02:09:12] "GET /domains HTTP/1.1" 200 280 0.002446 10.0.0.50 - - [2025-04-28 02:09:12] "GET /domains?obj_uuids=09530269-b2df-4ef6-995f-dfbc59aefc94&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000977 10.0.0.50 - - [2025-04-28 02:09:12] "GET /domain/09530269-b2df-4ef6-995f-dfbc59aefc94 HTTP/1.1" 200 2773 0.007575 10.0.0.50 - - [2025-04-28 02:09:12] "GET /virtual-DNS/5eb4b947-b8d9-495f-866a-8802c95079d3 HTTP/1.1" 200 1905 0.003064 10.0.0.50 - - [2025-04-28 02:09:12] "GET /virtual-DNS-record/04cc92ab-e931-49bf-8521-56a414394508 HTTP/1.1" 200 1333 0.002086 10.0.0.50 - - [2025-04-28 02:09:17] "DELETE /virtual-DNS-record/04cc92ab-e931-49bf-8521-56a414394508 HTTP/1.1" 200 115 0.017792 10.0.0.50 - - [2025-04-28 02:09:17] "POST /fqname-to-id HTTP/1.1" 404 184 0.002146 10.0.0.50 - - [2025-04-28 02:09:18] "POST /neutron/network HTTP/1.1" 200 833 0.006234 10.0.0.50 - - [2025-04-28 02:09:18] "POST /neutron/network HTTP/1.1" 400 204 0.008567 10.0.0.50 - - [2025-04-28 02:09:18] "POST /neutron/port HTTP/1.1" 200 1086 0.016533 10.0.0.50 - - [2025-04-28 02:09:18] "POST /neutron/port HTTP/1.1" 200 1112 0.007643 10.0.0.50 - - [2025-04-28 02:09:18] "POST /neutron/port HTTP/1.1" 200 1086 0.016181 10.0.0.50 - - [2025-04-28 02:09:18] "POST /neutron/port HTTP/1.1" 200 1112 0.007765 10.0.0.50 - - [2025-04-28 02:09:18] "POST /neutron/port HTTP/1.1" 200 151 0.108191 10.0.0.50 - - [2025-04-28 02:09:18] "POST /neutron/port HTTP/1.1" 200 151 0.104544 10.0.0.50 - - [2025-04-28 02:09:20] "POST /neutron/network HTTP/1.1" 200 833 0.005089 10.0.0.50 - - [2025-04-28 02:09:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004015 10.0.0.50 - - [2025-04-28 02:09:20] "POST /useragent-kv HTTP/1.1" 200 115 0.022154 10.0.0.50 - - [2025-04-28 02:09:20] "POST /useragent-kv HTTP/1.1" 200 115 0.001981 10.0.0.50 - - [2025-04-28 02:09:20] "DELETE /route-target/65c022f9-9991-4101-a74a-4b61148ebdd7 HTTP/1.1" 200 115 0.046418 10.0.0.50 - - [2025-04-28 02:09:20] "POST /neutron/network HTTP/1.1" 200 151 0.186431 10.0.0.50 - - [2025-04-28 02:09:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002535 10.0.0.50 - - [2025-04-28 02:09:20] "DELETE /network-ipam/3115abc4-493b-41b6-80fe-f9b965599bea HTTP/1.1" 200 115 0.017795 10.0.0.50 - - [2025-04-28 02:09:20] "DELETE /virtual-DNS/5eb4b947-b8d9-495f-866a-8802c95079d3 HTTP/1.1" 200 115 0.030906 10.0.0.50 - - [2025-04-28 02:09:20] "POST /fqname-to-id HTTP/1.1" 404 180 0.002362 10.0.0.50 - - [2025-04-28 02:09:20] "GET /domains HTTP/1.1" 200 280 0.003046 10.0.0.50 - - [2025-04-28 02:09:20] "GET /domains?obj_uuids=09530269-b2df-4ef6-995f-dfbc59aefc94&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001045 10.0.0.50 - - [2025-04-28 02:09:20] "GET /domain/09530269-b2df-4ef6-995f-dfbc59aefc94 HTTP/1.1" 200 2573 0.008318 10.0.0.50 - - [2025-04-28 02:09:20] "GET /projects?obj_uuids=8b8b2cb3-d04b-48f8-a559-d1e8dc8011dd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001061 10.0.0.50 - - [2025-04-28 02:09:20] "GET /project/8b8b2cb3-d04b-48f8-a559-d1e8dc8011dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.022439 10.0.0.50 - - [2025-04-28 02:09:20] "GET /projects?obj_uuids=8b8b2cb3-d04b-48f8-a559-d1e8dc8011dd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000950 10.0.0.50 - - [2025-04-28 02:09:20] "GET /project/8b8b2cb3-d04b-48f8-a559-d1e8dc8011dd?fields=virtual_networks HTTP/1.1" 200 1045 0.063623 10.0.0.50 - - [2025-04-28 02:09:20] "GET /projects?obj_uuids=8b8b2cb3-d04b-48f8-a559-d1e8dc8011dd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001388 10.0.0.50 - - [2025-04-28 02:09:20] "GET /project/8b8b2cb3-d04b-48f8-a559-d1e8dc8011dd?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.023461 10.0.0.50 - - [2025-04-28 02:09:20] "GET /projects?obj_uuids=8b8b2cb3-d04b-48f8-a559-d1e8dc8011dd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001008 10.0.0.50 - - [2025-04-28 02:09:20] "GET /project/8b8b2cb3-d04b-48f8-a559-d1e8dc8011dd?fields=security_groups HTTP/1.1" 200 1272 0.021529 10.0.0.50 - - [2025-04-28 02:09:21] "POST /fqname-to-id HTTP/1.1" 404 189 0.019181 10.0.0.50 - - [2025-04-28 02:09:21] "GET /projects?obj_uuids=ff39f351-8a39-4131-9d0b-73d56568339d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002188 10.0.0.50 - - [2025-04-28 02:09:21] "GET /domains?obj_uuids=09530269-b2df-4ef6-995f-dfbc59aefc94&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000949 10.0.0.50 - - [2025-04-28 02:09:21] "GET /domain/09530269-b2df-4ef6-995f-dfbc59aefc94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.050820 10.0.0.50 - - [2025-04-28 02:09:21] "POST /id-to-fqname HTTP/1.1" 200 191 0.001177 10.0.0.50 - - [2025-04-28 02:09:21] "POST /fqname-to-id HTTP/1.1" 404 200 0.005518 10.0.0.50 - - [2025-04-28 02:09:21] "POST /security-groups HTTP/1.1" 200 592 0.059086 10.0.0.50 - - [2025-04-28 02:09:21] "POST /fqname-to-id HTTP/1.1" 404 235 0.002730 10.0.0.50 - - [2025-04-28 02:09:21] "POST /projects HTTP/1.1" 200 587 0.205558 10.0.0.50 - - [2025-04-28 02:09:21] "POST /access-control-lists HTTP/1.1" 200 597 0.062904 10.0.0.50 - - [2025-04-28 02:09:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.274316 10.0.0.50 - - [2025-04-28 02:09:21] "POST /fqname-to-id HTTP/1.1" 404 234 0.002596 10.0.0.50 - - [2025-04-28 02:09:22] "GET /project/ff39f351-8a39-4131-9d0b-73d56568339d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.430214 10.0.0.50 - - [2025-04-28 02:09:22] "POST /access-control-lists HTTP/1.1" 200 595 0.055955 10.0.0.50 - - [2025-04-28 02:09:22] "GET / HTTP/1.1" 200 35931 0.001927 10.0.0.50 - - [2025-04-28 02:09:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000463 10.0.0.50 - - [2025-04-28 02:09:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.067359 10.0.0.50 - - [2025-04-28 02:09:23] "GET /projects?obj_uuids=ff39f351-8a39-4131-9d0b-73d56568339d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000958 10.0.0.50 - - [2025-04-28 02:09:24] "GET /project/ff39f351-8a39-4131-9d0b-73d56568339d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.023011 10.0.0.50 - - [2025-04-28 02:09:24] "POST /neutron/network HTTP/1.1" 200 117 0.031733 10.0.0.50 - - [2025-04-28 02:09:24] "GET /projects?obj_uuids=ff39f351-8a39-4131-9d0b-73d56568339d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001310 10.0.0.50 - - [2025-04-28 02:09:24] "POST /neutron/network HTTP/1.1" 200 606 0.057033 10.0.0.50 - - [2025-04-28 02:09:24] "POST /route-targets HTTP/1.1" 200 327 0.008897 10.0.0.50 - - [2025-04-28 02:09:24] "POST /ref-update HTTP/1.1" 200 156 0.011553 10.0.0.50 - - [2025-04-28 02:09:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002367 10.0.0.50 - - [2025-04-28 02:09:24] "POST /neutron/subnet HTTP/1.1" 200 729 0.195308 10.0.0.50 - - [2025-04-28 02:09:24] "POST /neutron/network HTTP/1.1" 200 826 0.004855 10.0.0.50 - - [2025-04-28 02:09:24] "POST /id-to-fqname HTTP/1.1" 200 221 0.001081 10.0.0.50 - - [2025-04-28 02:09:24] "GET /virtual-network/9828ad91-125f-47a7-a4ee-866272f137d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004421 10.0.0.50 - - [2025-04-28 02:09:24] "POST /neutron/network HTTP/1.1" 200 826 0.005733 10.0.0.50 - - [2025-04-28 02:09:24] "GET /virtual-network/9828ad91-125f-47a7-a4ee-866272f137d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004801 10.0.0.50 - - [2025-04-28 02:09:24] "POST /neutron/network HTTP/1.1" 200 826 0.005029 10.0.0.50 - - [2025-04-28 02:09:24] "POST /neutron/subnet HTTP/1.1" 200 729 0.006100 10.0.0.50 - - [2025-04-28 02:09:24] "POST /id-to-fqname HTTP/1.1" 200 221 0.001017 10.0.0.50 - - [2025-04-28 02:09:24] "POST /neutron/network HTTP/1.1" 200 836 0.005075 10.0.0.50 - - [2025-04-28 02:09:24] "GET /aaa-mode HTTP/1.1" 401 292 0.000335 10.0.0.50 - - [2025-04-28 02:09:25] "GET / HTTP/1.1" 200 35931 0.001662 10.0.0.50 - - [2025-04-28 02:09:25] "GET /project/ff39f351-8a39-4131-9d0b-73d56568339d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000376 10.0.0.50 - - [2025-04-28 02:09:25] "GET /projects?obj_uuids=ff39f351-8a39-4131-9d0b-73d56568339d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001069 10.0.0.50 - - [2025-04-28 02:09:25] "GET /project/ff39f351-8a39-4131-9d0b-73d56568339d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.045618 10.0.0.50 - - [2025-04-28 02:09:25] "POST /neutron/network HTTP/1.1" 200 826 0.005664 10.0.0.50 - - [2025-04-28 02:09:25] "POST /neutron/port HTTP/1.1" 200 117 0.004337 10.0.0.50 - - [2025-04-28 02:09:25] "POST /neutron/port HTTP/1.1" 200 117 0.004360 10.0.0.50 - - [2025-04-28 02:09:25] "POST /id-to-fqname HTTP/1.1" 200 221 0.001118 10.0.0.50 - - [2025-04-28 02:09:25] "POST /neutron/port HTTP/1.1" 200 117 0.005731 10.0.0.50 - - [2025-04-28 02:09:25] "POST /neutron/network HTTP/1.1" 200 836 0.005109 10.0.0.50 - - [2025-04-28 02:09:25] "GET /aaa-mode HTTP/1.1" 401 292 0.000372 10.0.0.50 - - [2025-04-28 02:09:25] "POST /neutron/network HTTP/1.1" 200 836 0.005016 10.0.0.50 - - [2025-04-28 02:09:25] "GET /projects?obj_uuids=ff39f351-8a39-4131-9d0b-73d56568339d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001024 10.0.0.50 - - [2025-04-28 02:09:26] "GET / HTTP/1.1" 200 35931 0.001725 10.0.0.50 - - [2025-04-28 02:09:26] "GET /project/ff39f351-8a39-4131-9d0b-73d56568339d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000360 10.0.0.50 - - [2025-04-28 02:09:26] "POST /neutron/port HTTP/1.1" 200 1062 0.200626 10.0.0.50 - - [2025-04-28 02:09:26] "POST /neutron/port HTTP/1.1" 200 1062 0.009462 10.0.0.50 - - [2025-04-28 02:09:26] "POST /neutron/port HTTP/1.1" 200 1062 0.007723 10.0.0.50 - - [2025-04-28 02:09:26] "POST /neutron/port HTTP/1.1" 200 1116 0.052165 10.0.0.50 - - [2025-04-28 02:09:26] "POST /neutron/port HTTP/1.1" 200 1090 0.015012 10.0.0.50 - - [2025-04-28 02:09:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002772 10.0.0.50 - - [2025-04-28 02:09:26] "POST /neutron/subnet HTTP/1.1" 200 703 0.012877 10.0.0.50 - - [2025-04-28 02:09:26] "POST /neutron/port HTTP/1.1" 200 117 0.001463 10.0.0.50 - - [2025-04-28 02:09:26] "POST /neutron/network HTTP/1.1" 200 826 0.005435 10.0.0.50 - - [2025-04-28 02:09:26] "GET /projects?obj_uuids=ff39f351-8a39-4131-9d0b-73d56568339d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001079 10.0.0.50 - - [2025-04-28 02:09:26] "GET /project/ff39f351-8a39-4131-9d0b-73d56568339d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.041049 10.0.0.50 - - [2025-04-28 02:09:26] "POST /neutron/network HTTP/1.1" 200 826 0.004785 10.0.0.50 - - [2025-04-28 02:09:26] "POST /neutron/port HTTP/1.1" 200 1090 0.019425 10.0.0.50 - - [2025-04-28 02:09:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010347 10.0.0.50 - - [2025-04-28 02:09:26] "POST /neutron/port HTTP/1.1" 200 117 0.004681 10.0.0.50 - - [2025-04-28 02:09:26] "POST /neutron/port HTTP/1.1" 200 1090 0.014022 10.0.0.50 - - [2025-04-28 02:09:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005168 10.0.0.50 - - [2025-04-28 02:09:26] "POST /neutron/network HTTP/1.1" 200 836 0.008910 10.0.0.50 - - [2025-04-28 02:09:26] "GET /projects?obj_uuids=ff39f351-8a39-4131-9d0b-73d56568339d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001064 10.0.0.50 - - [2025-04-28 02:09:27] "POST /neutron/port HTTP/1.1" 200 1062 0.256536 10.0.0.50 - - [2025-04-28 02:09:27] "POST /neutron/port HTTP/1.1" 200 1062 0.009301 10.0.0.50 - - [2025-04-28 02:09:27] "POST /neutron/port HTTP/1.1" 200 1062 0.013103 10.0.0.50 - - [2025-04-28 02:09:27] "POST /neutron/port HTTP/1.1" 200 1116 0.076708 10.0.0.50 - - [2025-04-28 02:09:27] "POST /neutron/port HTTP/1.1" 200 1090 0.019802 10.0.0.50 - - [2025-04-28 02:09:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002807 10.0.0.50 - - [2025-04-28 02:09:27] "POST /neutron/subnet HTTP/1.1" 200 703 0.010231 10.0.0.50 - - [2025-04-28 02:09:27] "POST /neutron/port HTTP/1.1" 200 117 0.001055 10.0.0.50 - - [2025-04-28 02:09:27] "POST /neutron/network HTTP/1.1" 200 826 0.004776 10.0.0.50 - - [2025-04-28 02:09:31] "POST /neutron/port HTTP/1.1" 200 1090 0.013587 10.0.0.50 - - [2025-04-28 02:09:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005056 10.0.0.50 - - [2025-04-28 02:09:31] "POST /neutron/port HTTP/1.1" 200 1090 0.017797 10.0.0.50 - - [2025-04-28 02:09:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007852 10.0.0.50 - - [2025-04-28 02:09:31] "POST /neutron/port HTTP/1.1" 200 1090 0.012614 10.0.0.50 - - [2025-04-28 02:09:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005294 10.0.0.50 - - [2025-04-28 02:09:32] "GET /virtual-machine/ae780b63-80d2-43ef-8b63-ef65dc02c5e5 HTTP/1.1" 401 292 0.000415 10.0.0.50 - - [2025-04-28 02:09:32] "GET /virtual-machine/ae780b63-80d2-43ef-8b63-ef65dc02c5e5 HTTP/1.1" 200 1294 0.024754 10.0.0.50 - - [2025-04-28 02:09:32] "GET /virtual-machine-interface/dbe081f7-e8fb-4fe7-8036-c65be3cd1f06 HTTP/1.1" 200 2945 0.004590 10.0.0.50 - - [2025-04-28 02:09:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002662 10.0.0.50 - - [2025-04-28 02:09:32] "GET /global-vrouter-config/b6b2affd-b3f8-462f-be29-ea233c5c3c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002843 10.0.0.50 - - [2025-04-28 02:09:32] "GET /virtual-networks?parent_id=ff39f351-8a39-4131-9d0b-73d56568339d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002672 10.0.0.50 - - [2025-04-28 02:09:32] "GET /virtual-network/9828ad91-125f-47a7-a4ee-866272f137d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005175 10.0.0.50 - - [2025-04-28 02:09:34] "POST /neutron/port HTTP/1.1" 200 1090 0.014779 10.0.0.50 - - [2025-04-28 02:09:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004764 10.0.0.50 - - [2025-04-28 02:09:35] "POST /neutron/port HTTP/1.1" 200 1090 0.013505 10.0.0.50 - - [2025-04-28 02:09:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004372 10.0.0.50 - - [2025-04-28 02:09:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002711 10.0.0.50 - - [2025-04-28 02:09:35] "GET /virtual-network/9828ad91-125f-47a7-a4ee-866272f137d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004379 10.0.0.50 - - [2025-04-28 02:09:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.50 - - [2025-04-28 02:09:37] "GET /global-vrouter-config/b6b2affd-b3f8-462f-be29-ea233c5c3c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003107 10.0.0.50 - - [2025-04-28 02:09:37] "GET /virtual-networks?parent_id=ff39f351-8a39-4131-9d0b-73d56568339d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003681 10.0.0.50 - - [2025-04-28 02:09:37] "GET /virtual-network/9828ad91-125f-47a7-a4ee-866272f137d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006138 10.0.0.50 - - [2025-04-28 02:09:38] "POST /neutron/port HTTP/1.1" 200 1090 0.014712 10.0.0.50 - - [2025-04-28 02:09:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006113 10.0.0.50 - - [2025-04-28 02:09:38] "POST /neutron/port HTTP/1.1" 200 1090 0.012879 10.0.0.50 - - [2025-04-28 02:09:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005055 10.0.0.50 - - [2025-04-28 02:09:38] "POST /neutron/port HTTP/1.1" 200 1090 0.013444 10.0.0.50 - - [2025-04-28 02:09:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005527 10.0.0.50 - - [2025-04-28 02:09:38] "GET /virtual-machine/df6a3282-8b91-4487-aafe-0b2e2fc2a5e7 HTTP/1.1" 200 1294 0.003772 10.0.0.50 - - [2025-04-28 02:09:38] "GET /virtual-machine-interface/8db6e0bc-ff1d-4f87-bde5-ef27d361b75f HTTP/1.1" 200 2946 0.004115 10.0.0.50 - - [2025-04-28 02:09:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002396 10.0.0.50 - - [2025-04-28 02:09:38] "GET /global-vrouter-config/b6b2affd-b3f8-462f-be29-ea233c5c3c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002579 10.0.0.50 - - [2025-04-28 02:09:38] "GET /virtual-networks?parent_id=ff39f351-8a39-4131-9d0b-73d56568339d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002568 10.0.0.50 - - [2025-04-28 02:09:38] "GET /virtual-network/9828ad91-125f-47a7-a4ee-866272f137d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004843 10.0.0.50 - - [2025-04-28 02:09:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002608 10.0.0.50 - - [2025-04-28 02:09:39] "GET /global-vrouter-config/b6b2affd-b3f8-462f-be29-ea233c5c3c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003067 10.0.0.50 - - [2025-04-28 02:09:39] "GET /virtual-networks?parent_id=ff39f351-8a39-4131-9d0b-73d56568339d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002607 10.0.0.50 - - [2025-04-28 02:09:39] "GET /virtual-network/9828ad91-125f-47a7-a4ee-866272f137d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004935 10.0.0.50 - - [2025-04-28 02:09:43] "DELETE /project/ff39f3518a3941319d0b73d56568339d HTTP/1.1" 404 173 0.006840 10.0.0.50 - - [2025-04-28 02:09:43] "GET /projects?obj_uuids=8b8b2cb3-d04b-48f8-a559-d1e8dc8011dd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001284 10.0.0.50 - - [2025-04-28 02:09:43] "GET /project/8b8b2cb3-d04b-48f8-a559-d1e8dc8011dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.023152 10.0.0.50 - - [2025-04-28 02:09:43] "GET /projects?obj_uuids=8b8b2cb3-d04b-48f8-a559-d1e8dc8011dd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000942 10.0.0.50 - - [2025-04-28 02:09:43] "GET /project/8b8b2cb3-d04b-48f8-a559-d1e8dc8011dd?fields=security_groups HTTP/1.1" 200 1377 0.061909 10.0.0.50 - - [2025-04-28 02:09:43] "DELETE /security-group/05ee040d-28ce-4dcf-af07-f34ce80db7af HTTP/1.1" 200 115 0.035780 10.0.0.50 - - [2025-04-28 02:09:43] "GET /projects?obj_uuids=8b8b2cb3-d04b-48f8-a559-d1e8dc8011dd&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001459 10.0.0.50 - - [2025-04-28 02:09:43] "DELETE /access-control-list/f53648f9-1f7d-4912-9204-8a249bd4557f HTTP/1.1" 200 115 0.038275 10.0.0.50 - - [2025-04-28 02:09:43] "GET /project/8b8b2cb3-d04b-48f8-a559-d1e8dc8011dd?fields=application_policy_sets HTTP/1.1" 200 1416 0.043939 10.0.0.50 - - [2025-04-28 02:09:43] "DELETE /access-control-list/019aadd6-9f9c-435d-b4fe-fcf4a1f9a00a HTTP/1.1" 200 115 0.036225 10.0.0.50 - - [2025-04-28 02:09:43] "DELETE /project/8b8b2cb3-d04b-48f8-a559-d1e8dc8011dd HTTP/1.1" 200 115 0.313438 10.0.0.50 - - [2025-04-28 02:09:44] "POST /neutron/network HTTP/1.1" 200 826 0.005893 10.0.0.50 - - [2025-04-28 02:09:44] "POST /neutron/network HTTP/1.1" 400 204 0.011971 10.0.0.50 - - [2025-04-28 02:09:44] "POST /neutron/port HTTP/1.1" 200 1090 0.014463 10.0.0.50 - - [2025-04-28 02:09:44] "POST /neutron/port HTTP/1.1" 200 1116 0.007846 10.0.0.50 - - [2025-04-28 02:09:44] "POST /neutron/port HTTP/1.1" 200 1090 0.013369 10.0.0.50 - - [2025-04-28 02:09:44] "POST /neutron/port HTTP/1.1" 200 1116 0.009161 10.0.0.50 - - [2025-04-28 02:09:44] "POST /neutron/port HTTP/1.1" 200 151 0.123823 10.0.0.50 - - [2025-04-28 02:09:44] "POST /neutron/port HTTP/1.1" 200 151 0.130337 10.0.0.50 - - [2025-04-28 02:09:46] "POST /neutron/network HTTP/1.1" 200 826 0.005569 10.0.0.50 - - [2025-04-28 02:09:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004230 10.0.0.50 - - [2025-04-28 02:09:46] "POST /useragent-kv HTTP/1.1" 200 115 0.001898 10.0.0.50 - - [2025-04-28 02:09:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002592 10.0.0.50 - - [2025-04-28 02:09:46] "POST /neutron/network HTTP/1.1" 200 151 0.080284 10.0.0.50 - - [2025-04-28 02:09:46] "DELETE /route-target/6f6aecab-c004-4c41-be79-de33e7796c07 HTTP/1.1" 200 115 0.015343 10.0.0.50 - - [2025-04-28 02:09:46] "GET /projects?obj_uuids=ff39f351-8a39-4131-9d0b-73d56568339d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001059 10.0.0.50 - - [2025-04-28 02:09:46] "GET /project/ff39f351-8a39-4131-9d0b-73d56568339d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.019434 10.0.0.50 - - [2025-04-28 02:09:46] "GET /projects?obj_uuids=ff39f351-8a39-4131-9d0b-73d56568339d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002164 10.0.0.50 - - [2025-04-28 02:09:46] "GET /project/ff39f351-8a39-4131-9d0b-73d56568339d?fields=virtual_networks HTTP/1.1" 200 1045 0.074092 10.0.0.50 - - [2025-04-28 02:09:46] "GET /projects?obj_uuids=ff39f351-8a39-4131-9d0b-73d56568339d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001036 10.0.0.50 - - [2025-04-28 02:09:46] "GET /project/ff39f351-8a39-4131-9d0b-73d56568339d?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.021926 10.0.0.50 - - [2025-04-28 02:09:46] "GET /projects?obj_uuids=ff39f351-8a39-4131-9d0b-73d56568339d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001002 10.0.0.50 - - [2025-04-28 02:09:46] "GET /project/ff39f351-8a39-4131-9d0b-73d56568339d?fields=security_groups HTTP/1.1" 200 1272 0.020959 10.0.0.50 - - [2025-04-28 02:09:47] "POST /fqname-to-id HTTP/1.1" 404 188 0.021175 10.0.0.50 - - [2025-04-28 02:09:47] "GET /projects?obj_uuids=86251532-b625-4af6-bee3-e458616f9e15&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002540 10.0.0.50 - - [2025-04-28 02:09:47] "GET /domains?obj_uuids=09530269-b2df-4ef6-995f-dfbc59aefc94&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001002 10.0.0.50 - - [2025-04-28 02:09:47] "GET /domain/09530269-b2df-4ef6-995f-dfbc59aefc94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.006584 10.0.0.50 - - [2025-04-28 02:09:47] "POST /id-to-fqname HTTP/1.1" 200 190 0.004085 10.0.0.50 - - [2025-04-28 02:09:47] "POST /fqname-to-id HTTP/1.1" 404 199 0.004587 10.0.0.50 - - [2025-04-28 02:09:47] "POST /security-groups HTTP/1.1" 200 591 0.063520 10.0.0.50 - - [2025-04-28 02:09:47] "POST /fqname-to-id HTTP/1.1" 404 234 0.003966 10.0.0.50 - - [2025-04-28 02:09:47] "POST /projects HTTP/1.1" 200 585 0.209833 10.0.0.50 - - [2025-04-28 02:09:47] "POST /access-control-lists HTTP/1.1" 200 596 0.056674 10.0.0.50 - - [2025-04-28 02:09:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.277822 10.0.0.50 - - [2025-04-28 02:09:47] "POST /fqname-to-id HTTP/1.1" 404 233 0.002656 10.0.0.50 - - [2025-04-28 02:09:47] "GET /project/86251532-b625-4af6-bee3-e458616f9e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.392698 10.0.0.50 - - [2025-04-28 02:09:48] "POST /access-control-lists HTTP/1.1" 200 594 0.059780 10.0.0.50 - - [2025-04-28 02:09:48] "GET / HTTP/1.1" 200 35931 0.001921 10.0.0.50 - - [2025-04-28 02:09:49] "POST /fqname-to-id HTTP/1.1" 401 292 0.000506 10.0.0.50 - - [2025-04-28 02:09:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.029539 10.0.0.50 - - [2025-04-28 02:09:50] "GET /projects?obj_uuids=86251532-b625-4af6-bee3-e458616f9e15&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001062 10.0.0.50 - - [2025-04-28 02:09:50] "GET /obj-perms HTTP/1.1" 200 5056 0.321561 10.0.0.50 - - [2025-04-28 02:09:50] "GET /project/86251532-b625-4af6-bee3-e458616f9e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.024353 10.0.0.50 - - [2025-04-28 02:09:50] "POST /neutron/network HTTP/1.1" 200 117 0.245014 10.0.0.50 - - [2025-04-28 02:09:50] "GET /projects?obj_uuids=86251532-b625-4af6-bee3-e458616f9e15&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000951 10.0.0.50 - - [2025-04-28 02:09:50] "GET /obj-perms HTTP/1.1" 200 5056 0.041618 10.0.0.50 - - [2025-04-28 02:09:50] "POST /neutron/network HTTP/1.1" 200 625 0.068379 10.0.0.50 - - [2025-04-28 02:09:50] "POST /route-targets HTTP/1.1" 200 327 0.009810 10.0.0.50 - - [2025-04-28 02:09:50] "POST /ref-update HTTP/1.1" 200 156 0.010621 10.0.0.50 - - [2025-04-28 02:09:50] "POST /useragent-kv HTTP/1.1" 200 115 0.003489 10.0.0.50 - - [2025-04-28 02:09:50] "POST /neutron/subnet HTTP/1.1" 200 701 0.151278 10.0.0.50 - - [2025-04-28 02:09:50] "POST /neutron/network HTTP/1.1" 200 839 0.004199 10.0.0.50 - - [2025-04-28 02:09:50] "POST /id-to-fqname HTTP/1.1" 200 230 0.001064 10.0.0.50 - - [2025-04-28 02:09:50] "GET /virtual-network/6e5c58e2-455e-430c-9161-1a003f95a326?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004151 10.0.0.50 - - [2025-04-28 02:09:50] "POST /neutron/network HTTP/1.1" 200 839 0.005019 10.0.0.50 - - [2025-04-28 02:09:50] "GET /virtual-network/6e5c58e2-455e-430c-9161-1a003f95a326?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004191 10.0.0.50 - - [2025-04-28 02:09:50] "POST /neutron/network HTTP/1.1" 200 839 0.005332 10.0.0.50 - - [2025-04-28 02:09:50] "POST /neutron/subnet HTTP/1.1" 200 701 0.005304 10.0.0.50 - - [2025-04-28 02:09:50] "POST /neutron/network HTTP/1.1" 200 839 0.003909 10.0.0.50 - - [2025-04-28 02:09:50] "POST /id-to-fqname HTTP/1.1" 200 230 0.000949 10.0.0.50 - - [2025-04-28 02:09:51] "POST /neutron/network HTTP/1.1" 200 849 0.005107 10.0.0.50 - - [2025-04-28 02:09:51] "GET /aaa-mode HTTP/1.1" 401 292 0.000360 10.0.0.50 - - [2025-04-28 02:09:51] "GET / HTTP/1.1" 200 35931 0.001806 10.0.0.50 - - [2025-04-28 02:09:51] "GET /project/86251532-b625-4af6-bee3-e458616f9e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000373 10.0.0.50 - - [2025-04-28 02:09:51] "GET /projects?obj_uuids=86251532-b625-4af6-bee3-e458616f9e15&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001086 10.0.0.50 - - [2025-04-28 02:09:51] "GET /project/86251532-b625-4af6-bee3-e458616f9e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.041961 10.0.0.50 - - [2025-04-28 02:09:51] "POST /neutron/network HTTP/1.1" 200 839 0.004843 10.0.0.50 - - [2025-04-28 02:09:51] "POST /neutron/port HTTP/1.1" 200 117 0.004925 10.0.0.50 - - [2025-04-28 02:09:51] "POST /neutron/port HTTP/1.1" 200 117 0.004418 10.0.0.50 - - [2025-04-28 02:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002502 10.0.0.50 - - [2025-04-28 02:09:51] "GET /global-vrouter-config/b6b2affd-b3f8-462f-be29-ea233c5c3c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.003226 10.0.0.50 - - [2025-04-28 02:09:51] "PUT /global-vrouter-config/b6b2affd-b3f8-462f-be29-ea233c5c3c74 HTTP/1.1" 200 276 0.011353 10.0.0.50 - - [2025-04-28 02:09:52] "POST /neutron/port HTTP/1.1" 200 117 0.004361 10.0.0.50 - - [2025-04-28 02:09:52] "POST /neutron/network HTTP/1.1" 200 849 0.005310 10.0.0.50 - - [2025-04-28 02:09:52] "GET /projects?obj_uuids=86251532-b625-4af6-bee3-e458616f9e15&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001001 10.0.0.50 - - [2025-04-28 02:09:52] "POST /neutron/port HTTP/1.1" 200 1055 0.228766 10.0.0.50 - - [2025-04-28 02:09:52] "POST /neutron/port HTTP/1.1" 200 1055 0.010033 10.0.0.50 - - [2025-04-28 02:09:52] "POST /neutron/port HTTP/1.1" 200 1055 0.007502 10.0.0.50 - - [2025-04-28 02:09:52] "POST /neutron/port HTTP/1.1" 200 1109 0.081735 10.0.0.50 - - [2025-04-28 02:09:52] "POST /neutron/port HTTP/1.1" 200 1083 0.019123 10.0.0.50 - - [2025-04-28 02:09:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002897 10.0.0.50 - - [2025-04-28 02:09:52] "POST /neutron/subnet HTTP/1.1" 200 675 0.021061 10.0.0.50 - - [2025-04-28 02:09:52] "POST /neutron/port HTTP/1.1" 200 117 0.001175 10.0.0.50 - - [2025-04-28 02:09:52] "POST /neutron/network HTTP/1.1" 200 839 0.004852 10.0.0.50 - - [2025-04-28 02:09:57] "POST /neutron/port HTTP/1.1" 200 1083 0.015390 10.0.0.50 - - [2025-04-28 02:09:57] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005357 10.0.0.50 - - [2025-04-28 02:09:57] "POST /neutron/port HTTP/1.1" 200 1083 0.013584 10.0.0.50 - - [2025-04-28 02:09:57] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004944 10.0.0.50 - - [2025-04-28 02:09:57] "POST /neutron/port HTTP/1.1" 200 1083 0.013659 10.0.0.50 - - [2025-04-28 02:09:57] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005642 10.0.0.50 - - [2025-04-28 02:09:57] "GET /virtual-machine/8874a98f-c250-4f4e-8070-505f1d484f6c HTTP/1.1" 401 292 0.000378 10.0.0.50 - - [2025-04-28 02:09:57] "GET /virtual-machine/8874a98f-c250-4f4e-8070-505f1d484f6c HTTP/1.1" 200 1291 0.023328 10.0.0.50 - - [2025-04-28 02:09:57] "GET /virtual-machine-interface/9d586e2d-736d-41cd-a597-c0f25bd1c805 HTTP/1.1" 200 2971 0.004316 10.0.0.50 - - [2025-04-28 02:09:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002523 10.0.0.50 - - [2025-04-28 02:09:57] "GET /global-vrouter-config/b6b2affd-b3f8-462f-be29-ea233c5c3c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1830 0.002772 10.0.0.50 - - [2025-04-28 02:09:57] "GET /virtual-networks?parent_id=86251532-b625-4af6-bee3-e458616f9e15&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002592 10.0.0.50 - - [2025-04-28 02:09:57] "GET /virtual-network/6e5c58e2-455e-430c-9161-1a003f95a326?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004833 10.0.0.50 - - [2025-04-28 02:10:00] "POST /neutron/port HTTP/1.1" 200 1083 0.013385 10.0.0.50 - - [2025-04-28 02:10:00] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004369 10.0.0.50 - - [2025-04-28 02:10:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002827 10.0.0.50 - - [2025-04-28 02:10:00] "GET /virtual-network/6e5c58e2-455e-430c-9161-1a003f95a326?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005030 10.0.0.50 - - [2025-04-28 02:10:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002673 10.0.0.50 - - [2025-04-28 02:10:03] "GET /global-vrouter-config/b6b2affd-b3f8-462f-be29-ea233c5c3c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1830 0.002781 10.0.0.50 - - [2025-04-28 02:10:03] "GET /virtual-networks?parent_id=86251532-b625-4af6-bee3-e458616f9e15&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002717 10.0.0.50 - - [2025-04-28 02:10:03] "GET /virtual-network/6e5c58e2-455e-430c-9161-1a003f95a326?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005075 10.0.0.50 - - [2025-04-28 02:10:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002689 10.0.0.50 - - [2025-04-28 02:10:05] "GET /global-vrouter-config/b6b2affd-b3f8-462f-be29-ea233c5c3c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1830 0.002610 10.0.0.50 - - [2025-04-28 02:10:05] "PUT /global-vrouter-config/b6b2affd-b3f8-462f-be29-ea233c5c3c74 HTTP/1.1" 200 276 0.008565 10.0.0.50 - - [2025-04-28 02:10:05] "POST /neutron/network HTTP/1.1" 200 839 0.005225 10.0.0.50 - - [2025-04-28 02:10:05] "POST /neutron/network HTTP/1.1" 400 204 0.010420 10.0.0.50 - - [2025-04-28 02:10:05] "POST /neutron/port HTTP/1.1" 200 1083 0.012149 10.0.0.50 - - [2025-04-28 02:10:05] "POST /neutron/port HTTP/1.1" 200 1109 0.007261 10.0.0.50 - - [2025-04-28 02:10:05] "POST /neutron/port HTTP/1.1" 200 151 0.072764 10.0.0.50 - - [2025-04-28 02:10:07] "POST /neutron/network HTTP/1.1" 200 839 0.005426 10.0.0.50 - - [2025-04-28 02:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003765 10.0.0.50 - - [2025-04-28 02:10:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002165 10.0.0.50 - - [2025-04-28 02:10:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002734 10.0.0.50 - - [2025-04-28 02:10:07] "POST /neutron/network HTTP/1.1" 200 151 0.071046 10.0.0.50 - - [2025-04-28 02:10:07] "DELETE /route-target/dc31cf7d-5012-487a-8a7a-f222c8fb0f40 HTTP/1.1" 200 115 0.012649 10.0.0.50 - - [2025-04-28 02:10:07] "GET /global-vrouter-configs HTTP/1.1" 200 357 0.003188 10.0.0.50 - - [2025-04-28 02:10:07] "GET /global-vrouter-config/b6b2affd-b3f8-462f-be29-ea233c5c3c74 HTTP/1.1" 200 1827 0.002838 10.0.0.50 - - [2025-04-28 02:10:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.001864 10.0.0.50 - - [2025-04-28 02:10:07] "GET /projects?obj_uuids=86251532-b625-4af6-bee3-e458616f9e15&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000909 10.0.0.50 - - [2025-04-28 02:10:07] "GET /project/86251532-b625-4af6-bee3-e458616f9e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.026656 10.0.0.50 - - [2025-04-28 02:10:08] "POST /neutron/network HTTP/1.1" 200 117 0.006023 10.0.0.50 - - [2025-04-28 02:10:08] "GET /projects?obj_uuids=86251532-b625-4af6-bee3-e458616f9e15&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001011 10.0.0.50 - - [2025-04-28 02:10:08] "POST /neutron/network HTTP/1.1" 200 605 0.060353 10.0.0.50 - - [2025-04-28 02:10:08] "POST /route-targets HTTP/1.1" 200 327 0.009439 10.0.0.50 - - [2025-04-28 02:10:08] "POST /ref-update HTTP/1.1" 200 156 0.008600 10.0.0.50 - - [2025-04-28 02:10:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003749 10.0.0.50 - - [2025-04-28 02:10:08] "POST /neutron/subnet HTTP/1.1" 200 720 0.195990 10.0.0.50 - - [2025-04-28 02:10:08] "POST /neutron/network HTTP/1.1" 200 823 0.004543 10.0.0.50 - - [2025-04-28 02:10:08] "POST /id-to-fqname HTTP/1.1" 200 220 0.001365 10.0.0.50 - - [2025-04-28 02:10:08] "GET /virtual-network/2681db97-5d69-4ade-8cdf-c1cd0d878eb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.004078 10.0.0.50 - - [2025-04-28 02:10:08] "POST /neutron/network HTTP/1.1" 200 823 0.004901 10.0.0.50 - - [2025-04-28 02:10:08] "GET /virtual-network/2681db97-5d69-4ade-8cdf-c1cd0d878eb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.004412 10.0.0.50 - - [2025-04-28 02:10:08] "POST /neutron/network HTTP/1.1" 200 823 0.005304 10.0.0.50 - - [2025-04-28 02:10:08] "POST /neutron/subnet HTTP/1.1" 200 720 0.005714 10.0.0.50 - - [2025-04-28 02:10:08] "POST /id-to-fqname HTTP/1.1" 200 220 0.001051 10.0.0.50 - - [2025-04-28 02:10:08] "POST /neutron/network HTTP/1.1" 200 833 0.005167 10.0.0.50 - - [2025-04-28 02:10:08] "GET /aaa-mode HTTP/1.1" 401 292 0.000383 10.0.0.50 - - [2025-04-28 02:10:08] "GET / HTTP/1.1" 200 35931 0.001773 10.0.0.50 - - [2025-04-28 02:10:08] "GET /project/86251532-b625-4af6-bee3-e458616f9e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000399 10.0.0.50 - - [2025-04-28 02:10:09] "GET /projects?obj_uuids=86251532-b625-4af6-bee3-e458616f9e15&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001098 10.0.0.50 - - [2025-04-28 02:10:09] "GET /project/86251532-b625-4af6-bee3-e458616f9e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.040381 10.0.0.50 - - [2025-04-28 02:10:09] "POST /neutron/network HTTP/1.1" 200 823 0.004323 10.0.0.50 - - [2025-04-28 02:10:09] "POST /neutron/port HTTP/1.1" 200 117 0.004383 10.0.0.50 - - [2025-04-28 02:10:09] "POST /neutron/port HTTP/1.1" 200 117 0.004609 10.0.0.50 - - [2025-04-28 02:10:09] "POST /neutron/port HTTP/1.1" 200 117 0.007805 10.0.0.50 - - [2025-04-28 02:10:09] "POST /neutron/network HTTP/1.1" 200 833 0.005124 10.0.0.50 - - [2025-04-28 02:10:09] "GET /projects?obj_uuids=86251532-b625-4af6-bee3-e458616f9e15&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001038 10.0.0.50 - - [2025-04-28 02:10:09] "POST /neutron/port HTTP/1.1" 200 1059 0.179111 10.0.0.50 - - [2025-04-28 02:10:09] "POST /neutron/port HTTP/1.1" 200 1059 0.008433 10.0.0.50 - - [2025-04-28 02:10:10] "POST /neutron/port HTTP/1.1" 200 1059 0.007325 10.0.0.50 - - [2025-04-28 02:10:10] "POST /neutron/port HTTP/1.1" 200 1113 0.053165 10.0.0.50 - - [2025-04-28 02:10:10] "POST /neutron/port HTTP/1.1" 200 1087 0.013605 10.0.0.50 - - [2025-04-28 02:10:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002574 10.0.0.50 - - [2025-04-28 02:10:10] "POST /neutron/subnet HTTP/1.1" 200 694 0.008812 10.0.0.50 - - [2025-04-28 02:10:10] "POST /neutron/port HTTP/1.1" 200 117 0.001138 10.0.0.50 - - [2025-04-28 02:10:10] "POST /neutron/network HTTP/1.1" 200 823 0.005149 10.0.0.50 - - [2025-04-28 02:10:14] "POST /neutron/port HTTP/1.1" 200 1087 0.013678 10.0.0.50 - - [2025-04-28 02:10:14] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007790 10.0.0.50 - - [2025-04-28 02:10:14] "POST /neutron/port HTTP/1.1" 200 1087 0.014811 10.0.0.50 - - [2025-04-28 02:10:14] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006206 10.0.0.50 - - [2025-04-28 02:10:14] "POST /neutron/port HTTP/1.1" 200 1087 0.012056 10.0.0.50 - - [2025-04-28 02:10:14] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004827 10.0.0.50 - - [2025-04-28 02:10:14] "GET /virtual-machine/f903e3e5-4853-4b76-a2dd-4f7eb3a1ea57 HTTP/1.1" 200 1293 0.003871 10.0.0.50 - - [2025-04-28 02:10:14] "GET /virtual-machine-interface/4fb0eeb4-a777-43fd-91fa-0460270dc0c8 HTTP/1.1" 200 2940 0.004149 10.0.0.50 - - [2025-04-28 02:10:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002194 10.0.0.50 - - [2025-04-28 02:10:14] "GET /global-vrouter-config/b6b2affd-b3f8-462f-be29-ea233c5c3c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002296 10.0.0.50 - - [2025-04-28 02:10:14] "GET /virtual-networks?parent_id=86251532-b625-4af6-bee3-e458616f9e15&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003083 10.0.0.50 - - [2025-04-28 02:10:14] "GET /virtual-network/2681db97-5d69-4ade-8cdf-c1cd0d878eb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005297 10.0.0.50 - - [2025-04-28 02:10:17] "POST /neutron/port HTTP/1.1" 200 1087 0.013141 10.0.0.50 - - [2025-04-28 02:10:17] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004212 10.0.0.50 - - [2025-04-28 02:10:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002298 10.0.0.50 - - [2025-04-28 02:10:18] "GET /virtual-network/2681db97-5d69-4ade-8cdf-c1cd0d878eb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.004161 10.0.0.50 - - [2025-04-28 02:10:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002688 10.0.0.50 - - [2025-04-28 02:10:20] "GET /global-vrouter-config/b6b2affd-b3f8-462f-be29-ea233c5c3c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002583 10.0.0.50 - - [2025-04-28 02:10:20] "GET /virtual-networks?parent_id=86251532-b625-4af6-bee3-e458616f9e15&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002741 10.0.0.50 - - [2025-04-28 02:10:20] "GET /virtual-network/2681db97-5d69-4ade-8cdf-c1cd0d878eb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005341 10.0.0.50 - - [2025-04-28 02:10:22] "POST /neutron/network HTTP/1.1" 200 823 0.009706 10.0.0.50 - - [2025-04-28 02:10:22] "POST /neutron/network HTTP/1.1" 400 204 0.009143 10.0.0.50 - - [2025-04-28 02:10:22] "POST /neutron/port HTTP/1.1" 200 1087 0.012573 10.0.0.50 - - [2025-04-28 02:10:22] "POST /neutron/port HTTP/1.1" 200 1113 0.007411 10.0.0.50 - - [2025-04-28 02:10:22] "POST /neutron/port HTTP/1.1" 200 151 0.093163 10.0.0.50 - - [2025-04-28 02:10:24] "POST /neutron/network HTTP/1.1" 200 823 0.005259 10.0.0.50 - - [2025-04-28 02:10:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003895 10.0.0.50 - - [2025-04-28 02:10:24] "POST /useragent-kv HTTP/1.1" 200 115 0.001740 10.0.0.50 - - [2025-04-28 02:10:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002785 10.0.0.50 - - [2025-04-28 02:10:24] "POST /neutron/network HTTP/1.1" 200 151 0.073712 10.0.0.50 - - [2025-04-28 02:10:24] "DELETE /route-target/3d7d6e54-f1e0-4f95-943c-fe956daf2714 HTTP/1.1" 200 115 0.020567 10.0.0.50 - - [2025-04-28 02:10:24] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.002625 10.0.0.50 - - [2025-04-28 02:10:24] "POST /network-ipams HTTP/1.1" 200 541 0.014171 10.0.0.50 - - [2025-04-28 02:10:24] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 981 0.002871 10.0.0.50 - - [2025-04-28 02:10:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002495 10.0.0.50 - - [2025-04-28 02:10:24] "GET /network-ipam/60616ce6-0b70-4be5-963a-1571a86256f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1283 0.004347 10.0.0.50 - - [2025-04-28 02:10:25] "PUT /network-ipam/60616ce6-0b70-4be5-963a-1571a86256f8 HTTP/1.1" 200 258 0.008201 10.0.0.50 - - [2025-04-28 02:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002489 10.0.0.50 - - [2025-04-28 02:10:25] "GET /projects?obj_uuids=86251532-b625-4af6-bee3-e458616f9e15&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001015 10.0.0.50 - - [2025-04-28 02:10:25] "GET /project/86251532-b625-4af6-bee3-e458616f9e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.023433 10.0.0.50 - - [2025-04-28 02:10:25] "POST /neutron/network HTTP/1.1" 200 117 0.006593 10.0.0.50 - - [2025-04-28 02:10:25] "GET /projects?obj_uuids=86251532-b625-4af6-bee3-e458616f9e15&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001035 10.0.0.50 - - [2025-04-28 02:10:25] "POST /neutron/network HTTP/1.1" 200 605 0.057431 10.0.0.50 - - [2025-04-28 02:10:25] "POST /route-targets HTTP/1.1" 200 327 0.008317 10.0.0.50 - - [2025-04-28 02:10:25] "POST /ref-update HTTP/1.1" 200 156 0.010284 10.0.0.50 - - [2025-04-28 02:10:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003221 10.0.0.50 - - [2025-04-28 02:10:25] "POST /neutron/subnet HTTP/1.1" 200 699 0.133900 10.0.0.50 - - [2025-04-28 02:10:25] "POST /useragent-kv HTTP/1.1" 200 115 0.004482 10.0.0.50 - - [2025-04-28 02:10:25] "POST /neutron/subnet HTTP/1.1" 200 699 0.147743 10.0.0.50 - - [2025-04-28 02:10:25] "POST /neutron/network HTTP/1.1" 200 994 0.006515 10.0.0.50 - - [2025-04-28 02:10:25] "POST /id-to-fqname HTTP/1.1" 200 220 0.001572 10.0.0.50 - - [2025-04-28 02:10:25] "GET /virtual-network/d14d0b49-3279-4181-9018-b1a4642edf5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.004529 10.0.0.50 - - [2025-04-28 02:10:25] "POST /neutron/network HTTP/1.1" 200 994 0.006219 10.0.0.50 - - [2025-04-28 02:10:25] "GET /virtual-network/d14d0b49-3279-4181-9018-b1a4642edf5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.004301 10.0.0.50 - - [2025-04-28 02:10:25] "POST /neutron/network HTTP/1.1" 200 994 0.006193 10.0.0.50 - - [2025-04-28 02:10:25] "POST /neutron/subnet HTTP/1.1" 200 699 0.005287 10.0.0.50 - - [2025-04-28 02:10:25] "POST /neutron/subnet HTTP/1.1" 200 699 0.005702 10.0.0.50 - - [2025-04-28 02:10:25] "POST /neutron/network HTTP/1.1" 200 994 0.005091 10.0.0.50 - - [2025-04-28 02:10:25] "POST /neutron/subnet HTTP/1.1" 200 699 0.005108 10.0.0.50 - - [2025-04-28 02:10:25] "POST /neutron/subnet HTTP/1.1" 200 699 0.005157 10.0.0.50 - - [2025-04-28 02:10:25] "GET /projects?obj_uuids=86251532-b625-4af6-bee3-e458616f9e15&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000985 10.0.0.50 - - [2025-04-28 02:10:25] "POST /neutron/port HTTP/1.1" 200 1017 0.165346 10.0.0.50 - - [2025-04-28 02:10:25] "GET /projects?obj_uuids=86251532-b625-4af6-bee3-e458616f9e15&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001561 10.0.0.50 - - [2025-04-28 02:10:26] "POST /neutron/port HTTP/1.1" 200 1017 0.156602 10.0.0.50 - - [2025-04-28 02:10:26] "POST /id-to-fqname HTTP/1.1" 200 220 0.001249 10.0.0.50 - - [2025-04-28 02:10:26] "POST /neutron/port HTTP/1.1" 200 1017 0.006835 10.0.0.50 - - [2025-04-28 02:10:26] "POST /neutron/port HTTP/1.1" 200 1017 0.025212 10.0.0.50 - - [2025-04-28 02:10:26] "POST /neutron/network HTTP/1.1" 200 994 0.006268 10.0.0.50 - - [2025-04-28 02:10:26] "POST /neutron/port HTTP/1.1" 200 1017 0.006328 10.0.0.50 - - [2025-04-28 02:10:26] "POST /neutron/port HTTP/1.1" 200 117 0.004462 10.0.0.50 - - [2025-04-28 02:10:26] "POST /neutron/port HTTP/1.1" 200 117 0.004447 10.0.0.50 - - [2025-04-28 02:10:26] "POST /id-to-fqname HTTP/1.1" 200 220 0.001166 10.0.0.50 - - [2025-04-28 02:10:26] "POST /neutron/port HTTP/1.1" 200 117 0.004266 10.0.0.50 - - [2025-04-28 02:10:26] "POST /neutron/port HTTP/1.1" 200 1017 0.006945 10.0.0.50 - - [2025-04-28 02:10:26] "POST /neutron/port HTTP/1.1" 200 1017 0.006219 10.0.0.50 - - [2025-04-28 02:10:26] "POST /neutron/port HTTP/1.1" 200 1017 0.006673 10.0.0.50 - - [2025-04-28 02:10:26] "POST /neutron/network HTTP/1.1" 200 994 0.006211 10.0.0.50 - - [2025-04-28 02:10:26] "POST /neutron/port HTTP/1.1" 200 1017 0.006130 10.0.0.50 - - [2025-04-28 02:10:26] "POST /neutron/port HTTP/1.1" 200 1017 0.006917 10.0.0.50 - - [2025-04-28 02:10:26] "POST /neutron/port HTTP/1.1" 200 117 0.005307 10.0.0.50 - - [2025-04-28 02:10:26] "POST /neutron/port HTTP/1.1" 200 117 0.004458 10.0.0.50 - - [2025-04-28 02:10:26] "POST /id-to-fqname HTTP/1.1" 200 220 0.001205 10.0.0.50 - - [2025-04-28 02:10:27] "POST /neutron/port HTTP/1.1" 200 117 0.005234 10.0.0.50 - - [2025-04-28 02:10:27] "POST /neutron/network HTTP/1.1" 200 1004 0.006713 10.0.0.50 - - [2025-04-28 02:10:27] "GET /aaa-mode HTTP/1.1" 401 292 0.000378 10.0.0.50 - - [2025-04-28 02:10:27] "GET / HTTP/1.1" 200 35931 0.001451 10.0.0.50 - - [2025-04-28 02:10:27] "GET /project/86251532-b625-4af6-bee3-e458616f9e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000386 10.0.0.50 - - [2025-04-28 02:10:27] "POST /neutron/port HTTP/1.1" 200 1017 0.035604 10.0.0.50 - - [2025-04-28 02:10:27] "POST /neutron/port HTTP/1.1" 200 1017 0.031625 10.0.0.50 - - [2025-04-28 02:10:27] "POST /neutron/network HTTP/1.1" 200 1004 0.007971 10.0.0.50 - - [2025-04-28 02:10:27] "POST /neutron/network HTTP/1.1" 200 1004 0.007716 10.0.0.50 - - [2025-04-28 02:10:27] "POST /neutron/port HTTP/1.1" 200 1017 0.008157 10.0.0.50 - - [2025-04-28 02:10:27] "POST /neutron/port HTTP/1.1" 200 1017 0.008992 10.0.0.50 - - [2025-04-28 02:10:27] "POST /neutron/port HTTP/1.1" 200 1017 0.008407 10.0.0.50 - - [2025-04-28 02:10:27] "POST /neutron/port HTTP/1.1" 200 1017 0.008549 10.0.0.50 - - [2025-04-28 02:10:27] "POST /neutron/port HTTP/1.1" 200 1109 0.090855 10.0.0.50 - - [2025-04-28 02:10:27] "POST /neutron/port HTTP/1.1" 200 1109 0.089131 10.0.0.50 - - [2025-04-28 02:10:27] "POST /neutron/port HTTP/1.1" 200 1083 0.017870 10.0.0.50 - - [2025-04-28 02:10:27] "POST /neutron/port HTTP/1.1" 200 1083 0.014962 10.0.0.50 - - [2025-04-28 02:10:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002689 10.0.0.50 - - [2025-04-28 02:10:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002634 10.0.0.50 - - [2025-04-28 02:10:27] "POST /neutron/subnet HTTP/1.1" 200 673 0.012348 10.0.0.50 - - [2025-04-28 02:10:27] "POST /neutron/subnet HTTP/1.1" 200 673 0.010119 10.0.0.50 - - [2025-04-28 02:10:27] "POST /neutron/port HTTP/1.1" 200 117 0.001010 10.0.0.50 - - [2025-04-28 02:10:27] "POST /neutron/port HTTP/1.1" 200 117 0.000917 10.0.0.50 - - [2025-04-28 02:10:27] "GET /projects?obj_uuids=86251532-b625-4af6-bee3-e458616f9e15&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001000 10.0.0.50 - - [2025-04-28 02:10:27] "POST /neutron/network HTTP/1.1" 200 994 0.012705 10.0.0.50 - - [2025-04-28 02:10:27] "POST /neutron/network HTTP/1.1" 200 994 0.008499 10.0.0.50 - - [2025-04-28 02:10:27] "GET /project/86251532-b625-4af6-bee3-e458616f9e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.058463 10.0.0.50 - - [2025-04-28 02:10:27] "POST /neutron/network HTTP/1.1" 200 994 0.006156 10.0.0.50 - - [2025-04-28 02:10:28] "POST /neutron/port HTTP/1.1" 200 2050 0.019758 10.0.0.50 - - [2025-04-28 02:10:28] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005271 10.0.0.50 - - [2025-04-28 02:10:28] "POST /neutron/port HTTP/1.1" 200 117 0.004791 10.0.0.50 - - [2025-04-28 02:10:28] "GET /domains HTTP/1.1" 200 280 0.002467 10.0.0.50 - - [2025-04-28 02:10:28] "GET /domains?obj_uuids=09530269-b2df-4ef6-995f-dfbc59aefc94&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001065 10.0.0.50 - - [2025-04-28 02:10:28] "GET /domain/09530269-b2df-4ef6-995f-dfbc59aefc94 HTTP/1.1" 200 2759 0.008402 10.0.0.50 - - [2025-04-28 02:10:28] "GET /projects?obj_uuids=86251532-b625-4af6-bee3-e458616f9e15&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001070 10.0.0.50 - - [2025-04-28 02:10:28] "GET /project/86251532-b625-4af6-bee3-e458616f9e15 HTTP/1.1" 200 2852 0.081336 10.0.0.50 - - [2025-04-28 02:10:28] "GET /network-ipam/60616ce6-0b70-4be5-963a-1571a86256f8 HTTP/1.1" 200 2600 0.006692 10.0.0.50 - - [2025-04-28 02:10:28] "GET /domains HTTP/1.1" 200 280 0.002360 10.0.0.50 - - [2025-04-28 02:10:28] "GET /domains?obj_uuids=09530269-b2df-4ef6-995f-dfbc59aefc94&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001209 10.0.0.50 - - [2025-04-28 02:10:28] "GET /domain/09530269-b2df-4ef6-995f-dfbc59aefc94 HTTP/1.1" 200 2759 0.007177 10.0.0.50 - - [2025-04-28 02:10:28] "GET /projects?obj_uuids=86251532-b625-4af6-bee3-e458616f9e15&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000963 10.0.0.50 - - [2025-04-28 02:10:28] "GET /project/86251532-b625-4af6-bee3-e458616f9e15 HTTP/1.1" 200 2852 0.074156 10.0.0.50 - - [2025-04-28 02:10:28] "GET /virtual-network/d14d0b49-3279-4181-9018-b1a4642edf5b HTTP/1.1" 200 3779 0.006613 10.0.0.50 - - [2025-04-28 02:10:28] "GET /virtual-network/d14d0b49-3279-4181-9018-b1a4642edf5b HTTP/1.1" 200 3779 0.005931 10.0.0.50 - - [2025-04-28 02:10:28] "GET /routing-instance/60dd9a68-5bc9-412d-b24a-37a1d60c782e HTTP/1.1" 200 2380 0.006032 10.0.0.50 - - [2025-04-28 02:10:28] "GET /routing-instance/60dd9a68-5bc9-412d-b24a-37a1d60c782e HTTP/1.1" 200 2380 0.004542 10.0.0.50 - - [2025-04-28 02:10:28] "GET /route-target/5adb0ec1-679b-4d19-aebf-186c9c145d26 HTTP/1.1" 200 1204 0.002948 10.0.0.50 - - [2025-04-28 02:10:28] "GET /virtual-network/d14d0b49-3279-4181-9018-b1a4642edf5b HTTP/1.1" 200 3779 0.004955 10.0.0.50 - - [2025-04-28 02:10:28] "GET /routing-instance/60dd9a68-5bc9-412d-b24a-37a1d60c782e HTTP/1.1" 200 2380 0.002925 10.0.0.50 - - [2025-04-28 02:10:28] "GET /virtual-network/d14d0b49-3279-4181-9018-b1a4642edf5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005300 10.0.0.50 - - [2025-04-28 02:10:28] "GET /virtual-network/d14d0b49-3279-4181-9018-b1a4642edf5b HTTP/1.1" 200 3779 0.005308 10.0.0.50 - - [2025-04-28 02:10:28] "GET /routing-instance/60dd9a68-5bc9-412d-b24a-37a1d60c782e HTTP/1.1" 200 2380 0.004259 10.0.0.50 - - [2025-04-28 02:10:28] "POST /neutron/network HTTP/1.1" 200 1004 0.010776 10.0.0.50 - - [2025-04-28 02:10:28] "GET /routing-instance/60dd9a68-5bc9-412d-b24a-37a1d60c782e HTTP/1.1" 200 2380 0.002779 10.0.0.50 - - [2025-04-28 02:10:28] "GET /route-target/5adb0ec1-679b-4d19-aebf-186c9c145d26 HTTP/1.1" 200 1204 0.004511 10.0.0.50 - - [2025-04-28 02:10:28] "GET /projects?obj_uuids=86251532-b625-4af6-bee3-e458616f9e15&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000983 10.0.0.50 - - [2025-04-28 02:10:28] "GET /domains HTTP/1.1" 200 280 0.008314 10.0.0.50 - - [2025-04-28 02:10:28] "GET /domains?obj_uuids=09530269-b2df-4ef6-995f-dfbc59aefc94&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001045 10.0.0.50 - - [2025-04-28 02:10:28] "GET /domain/09530269-b2df-4ef6-995f-dfbc59aefc94 HTTP/1.1" 200 2759 0.087257 10.0.0.50 - - [2025-04-28 02:10:28] "GET /projects?obj_uuids=86251532-b625-4af6-bee3-e458616f9e15&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001419 10.0.0.50 - - [2025-04-28 02:10:28] "GET /project/86251532-b625-4af6-bee3-e458616f9e15 HTTP/1.1" 200 3096 0.051433 10.0.0.50 - - [2025-04-28 02:10:28] "GET /virtual-network/d14d0b49-3279-4181-9018-b1a4642edf5b HTTP/1.1" 200 4037 0.006285 10.0.0.50 - - [2025-04-28 02:10:28] "POST /neutron/port HTTP/1.1" 200 1055 0.236026 10.0.0.50 - - [2025-04-28 02:10:28] "POST /neutron/port HTTP/1.1" 200 1055 0.014415 10.0.0.50 - - [2025-04-28 02:10:28] "POST /neutron/port HTTP/1.1" 200 1055 0.011081 10.0.0.50 - - [2025-04-28 02:10:28] "POST /neutron/port HTTP/1.1" 200 1109 0.091750 10.0.0.50 - - [2025-04-28 02:10:28] "POST /neutron/port HTTP/1.1" 200 1083 0.022731 10.0.0.50 - - [2025-04-28 02:10:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003146 10.0.0.50 - - [2025-04-28 02:10:28] "POST /neutron/subnet HTTP/1.1" 200 673 0.014911 10.0.0.50 - - [2025-04-28 02:10:29] "POST /neutron/port HTTP/1.1" 200 117 0.001024 10.0.0.50 - - [2025-04-28 02:10:29] "POST /neutron/network HTTP/1.1" 200 994 0.010858 10.0.0.50 - - [2025-04-28 02:10:29] "GET /obj-perms HTTP/1.1" 200 5030 0.048678 10.0.0.50 - - [2025-04-28 02:10:29] "POST /neutron/port HTTP/1.1" 200 1083 0.026511 10.0.0.50 - - [2025-04-28 02:10:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009164 10.0.0.50 - - [2025-04-28 02:10:29] "POST /neutron/port HTTP/1.1" 200 1083 0.018045 10.0.0.50 - - [2025-04-28 02:10:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008630 10.0.0.50 - - [2025-04-28 02:10:29] "POST /neutron/port HTTP/1.1" 200 1083 0.016855 10.0.0.50 - - [2025-04-28 02:10:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007357 10.0.0.50 - - [2025-04-28 02:10:29] "GET /virtual-machine/46412987-1e0d-4085-8201-ba83f9c9d7ac HTTP/1.1" 200 1287 0.005751 10.0.0.50 - - [2025-04-28 02:10:29] "GET /virtual-machine-interface/56ba67ab-41f4-4aed-8186-9284d7e51528 HTTP/1.1" 200 2939 0.006587 10.0.0.50 - - [2025-04-28 02:10:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.006141 10.0.0.50 - - [2025-04-28 02:10:29] "GET /global-vrouter-config/b6b2affd-b3f8-462f-be29-ea233c5c3c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.004359 10.0.0.50 - - [2025-04-28 02:10:29] "GET /virtual-networks?parent_id=86251532-b625-4af6-bee3-e458616f9e15&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003766 10.0.0.50 - - [2025-04-28 02:10:29] "GET /virtual-network/d14d0b49-3279-4181-9018-b1a4642edf5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.007391 10.0.0.50 - - [2025-04-28 02:10:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002799 10.0.0.50 - - [2025-04-28 02:10:32] "GET /virtual-network/d14d0b49-3279-4181-9018-b1a4642edf5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006431 10.0.0.50 - - [2025-04-28 02:10:36] "POST /neutron/port HTTP/1.1" 200 1083 0.013668 10.0.0.50 - - [2025-04-28 02:10:36] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005441 10.0.0.50 - - [2025-04-28 02:10:36] "POST /neutron/port HTTP/1.1" 200 1083 0.012766 10.0.0.50 - - [2025-04-28 02:10:36] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005180 10.0.0.50 - - [2025-04-28 02:10:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002697 10.0.0.50 - - [2025-04-28 02:10:36] "GET /virtual-network/d14d0b49-3279-4181-9018-b1a4642edf5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.004341 10.0.0.50 - - [2025-04-28 02:10:37] "POST /neutron/port HTTP/1.1" 200 1083 0.024011 10.0.0.50 - - [2025-04-28 02:10:37] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008293 10.0.0.50 - - [2025-04-28 02:10:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002679 10.0.0.50 - - [2025-04-28 02:10:38] "GET /global-vrouter-config/b6b2affd-b3f8-462f-be29-ea233c5c3c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002579 10.0.0.50 - - [2025-04-28 02:10:38] "GET /virtual-networks?parent_id=86251532-b625-4af6-bee3-e458616f9e15&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002884 10.0.0.50 - - [2025-04-28 02:10:39] "GET /virtual-network/d14d0b49-3279-4181-9018-b1a4642edf5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.004853 10.0.0.50 - - [2025-04-28 02:10:39] "POST /neutron/port HTTP/1.1" 200 1083 0.014220 10.0.0.50 - - [2025-04-28 02:10:39] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004833 10.0.0.50 - - [2025-04-28 02:10:39] "POST /neutron/port HTTP/1.1" 200 1083 0.012286 10.0.0.50 - - [2025-04-28 02:10:39] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004913 10.0.0.50 - - [2025-04-28 02:10:39] "POST /neutron/port HTTP/1.1" 200 1083 0.012272 10.0.0.50 - - [2025-04-28 02:10:39] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004792 10.0.0.50 - - [2025-04-28 02:10:39] "GET /virtual-machine/9b6c8050-e16c-4b47-8392-b9efc0f7d7c5 HTTP/1.1" 200 1288 0.003832 10.0.0.50 - - [2025-04-28 02:10:39] "GET /virtual-machine-interface/7b36b221-bf1e-4551-a670-83a071962c25 HTTP/1.1" 200 2940 0.004175 10.0.0.50 - - [2025-04-28 02:10:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002460 10.0.0.50 - - [2025-04-28 02:10:39] "GET /global-vrouter-config/b6b2affd-b3f8-462f-be29-ea233c5c3c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002493 10.0.0.50 - - [2025-04-28 02:10:39] "GET /virtual-networks?parent_id=86251532-b625-4af6-bee3-e458616f9e15&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002398 10.0.0.50 - - [2025-04-28 02:10:39] "GET /virtual-network/d14d0b49-3279-4181-9018-b1a4642edf5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.004833 10.0.0.50 - - [2025-04-28 02:10:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002746 10.0.0.50 - - [2025-04-28 02:10:40] "GET /global-vrouter-config/b6b2affd-b3f8-462f-be29-ea233c5c3c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002821 10.0.0.50 - - [2025-04-28 02:10:40] "GET /virtual-networks?parent_id=86251532-b625-4af6-bee3-e458616f9e15&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002725 10.0.0.50 - - [2025-04-28 02:10:40] "GET /virtual-network/d14d0b49-3279-4181-9018-b1a4642edf5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005031 10.0.0.50 - - [2025-04-28 02:10:40] "POST /neutron/port HTTP/1.1" 200 1083 0.013587 10.0.0.50 - - [2025-04-28 02:10:41] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005380 10.0.0.50 - - [2025-04-28 02:10:41] "POST /neutron/port HTTP/1.1" 200 1083 0.012257 10.0.0.50 - - [2025-04-28 02:10:41] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004951 10.0.0.50 - - [2025-04-28 02:10:41] "POST /neutron/port HTTP/1.1" 200 1083 0.012853 10.0.0.50 - - [2025-04-28 02:10:41] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010567 10.0.0.50 - - [2025-04-28 02:10:41] "GET /virtual-machine/e6326a31-f7b6-4e43-b620-b9f325fa2881 HTTP/1.1" 200 1293 0.005034 10.0.0.50 - - [2025-04-28 02:10:41] "GET /virtual-machine-interface/5ee6d141-0f2c-4a20-a020-baf751657224 HTTP/1.1" 200 2940 0.004471 10.0.0.50 - - [2025-04-28 02:10:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002837 10.0.0.50 - - [2025-04-28 02:10:41] "GET /global-vrouter-config/b6b2affd-b3f8-462f-be29-ea233c5c3c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002873 10.0.0.50 - - [2025-04-28 02:10:41] "GET /virtual-networks?parent_id=86251532-b625-4af6-bee3-e458616f9e15&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002803 10.0.0.50 - - [2025-04-28 02:10:41] "GET /virtual-network/d14d0b49-3279-4181-9018-b1a4642edf5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005052 10.0.0.50 - - [2025-04-28 02:10:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002802 10.0.0.50 - - [2025-04-28 02:10:42] "GET /global-vrouter-config/b6b2affd-b3f8-462f-be29-ea233c5c3c74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1561 0.002740 10.0.0.50 - - [2025-04-28 02:10:42] "GET /virtual-networks?parent_id=86251532-b625-4af6-bee3-e458616f9e15&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002999 10.0.0.50 - - [2025-04-28 02:10:42] "GET /virtual-network/d14d0b49-3279-4181-9018-b1a4642edf5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.004979 10.0.0.50 - - [2025-04-28 02:10:44] "DELETE /project/86251532b6254af6bee3e458616f9e15 HTTP/1.1" 404 173 0.035064 10.0.0.50 - - [2025-04-28 02:10:44] "GET /projects?obj_uuids=ff39f351-8a39-4131-9d0b-73d56568339d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001156 10.0.0.50 - - [2025-04-28 02:10:44] "GET /project/ff39f351-8a39-4131-9d0b-73d56568339d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.044033 10.0.0.50 - - [2025-04-28 02:10:44] "GET /projects?obj_uuids=ff39f351-8a39-4131-9d0b-73d56568339d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000995 10.0.0.50 - - [2025-04-28 02:10:44] "GET /project/ff39f351-8a39-4131-9d0b-73d56568339d?fields=security_groups HTTP/1.1" 200 1377 0.065489 10.0.0.50 - - [2025-04-28 02:10:44] "DELETE /security-group/37b59318-6a5c-4da7-9a9b-9603e01d7241 HTTP/1.1" 200 115 0.042324 10.0.0.50 - - [2025-04-28 02:10:44] "GET /projects?obj_uuids=ff39f351-8a39-4131-9d0b-73d56568339d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001079 10.0.0.50 - - [2025-04-28 02:10:44] "DELETE /access-control-list/5dd46df0-64bc-4be0-baa9-ed7336953026 HTTP/1.1" 200 115 0.036743 10.0.0.50 - - [2025-04-28 02:10:44] "GET /project/ff39f351-8a39-4131-9d0b-73d56568339d?fields=application_policy_sets HTTP/1.1" 200 1416 0.033448 10.0.0.50 - - [2025-04-28 02:10:44] "DELETE /access-control-list/e48f79ab-e34f-47e0-8e65-dffe261213ea HTTP/1.1" 200 115 0.027125 10.0.0.50 - - [2025-04-28 02:10:44] "DELETE /project/ff39f351-8a39-4131-9d0b-73d56568339d HTTP/1.1" 200 115 0.376495 10.0.0.50 - - [2025-04-28 02:10:50] "POST /neutron/port HTTP/1.1" 200 1083 0.013938 10.0.0.50 - - [2025-04-28 02:10:50] "POST /neutron/port HTTP/1.1" 200 1083 0.013491 10.0.0.50 - - [2025-04-28 02:10:50] "POST /neutron/network HTTP/1.1" 200 1004 0.006574 10.0.0.50 - - [2025-04-28 02:10:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002974 10.0.0.50 - - [2025-04-28 02:10:50] "POST /neutron/subnet HTTP/1.1" 200 673 0.010993 10.0.0.50 - - [2025-04-28 02:10:50] "POST /neutron/port HTTP/1.1" 200 117 0.001104 10.0.0.50 - - [2025-04-28 02:10:50] "POST /neutron/network HTTP/1.1" 200 994 0.005966 10.0.0.50 - - [2025-04-28 02:10:50] "GET /obj-perms HTTP/1.1" 200 5056 0.043641 10.0.0.50 - - [2025-04-28 02:10:51] "GET /obj-perms HTTP/1.1" 200 5056 0.039525 10.0.0.50 - - [2025-04-28 02:10:54] "GET /global-system-configs HTTP/1.1" 200 322 0.025071 10.0.0.50 - - [2025-04-28 02:10:54] "GET /obj-perms HTTP/1.1" 200 5056 0.050937 10.0.0.50 - - [2025-04-28 02:10:55] "GET /global-system-configs HTTP/1.1" 200 322 0.025560 10.0.0.50 - - [2025-04-28 02:10:55] "GET /obj-perms HTTP/1.1" 200 5056 0.052586 10.0.0.50 - - [2025-04-28 02:10:58] "POST /neutron/port HTTP/1.1" 200 1109 0.012117 10.0.0.50 - - [2025-04-28 02:10:58] "POST /neutron/port HTTP/1.1" 200 1109 0.007613 10.0.0.50 - - [2025-04-28 02:10:58] "POST /neutron/port HTTP/1.1" 200 151 0.094496 10.0.0.50 - - [2025-04-28 02:10:58] "POST /neutron/port HTTP/1.1" 200 1109 0.020976 10.0.0.50 - - [2025-04-28 02:10:58] "POST /neutron/port HTTP/1.1" 200 1109 0.008051 10.0.0.50 - - [2025-04-28 02:10:58] "POST /neutron/port HTTP/1.1" 200 151 0.115816 10.0.0.50 - - [2025-04-28 02:10:58] "POST /neutron/port HTTP/1.1" 200 1083 0.023914 10.0.0.50 - - [2025-04-28 02:10:58] "POST /neutron/network HTTP/1.1" 200 994 0.021666 10.0.0.50 - - [2025-04-28 02:10:58] "POST /neutron/port HTTP/1.1" 200 1109 0.012651 10.0.0.50 - - [2025-04-28 02:10:58] "POST /neutron/network HTTP/1.1" 400 204 0.010409 10.0.0.50 - - [2025-04-28 02:10:58] "POST /neutron/port HTTP/1.1" 200 151 0.097848 10.0.0.50 - - [2025-04-28 02:11:00] "POST /neutron/network HTTP/1.1" 200 994 0.006550 10.0.0.50 - - [2025-04-28 02:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004734 10.0.0.50 - - [2025-04-28 02:11:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002135 10.0.0.50 - - [2025-04-28 02:11:00] "POST /useragent-kv HTTP/1.1" 200 115 0.002419 10.0.0.50 - - [2025-04-28 02:11:00] "POST /useragent-kv HTTP/1.1" 200 115 0.004765 10.0.0.50 - - [2025-04-28 02:11:00] "DELETE /route-target/5adb0ec1-679b-4d19-aebf-186c9c145d26 HTTP/1.1" 200 115 0.030706 10.0.0.50 - - [2025-04-28 02:11:00] "POST /useragent-kv HTTP/1.1" 200 115 0.001987 10.0.0.50 - - [2025-04-28 02:11:00] "POST /neutron/network HTTP/1.1" 200 151 0.110777 10.0.0.50 - - [2025-04-28 02:11:00] "GET /routing-instance/60dd9a68-5bc9-412d-b24a-37a1d60c782e HTTP/1.1" 404 171 0.002043 10.0.0.50 - - [2025-04-28 02:11:00] "GET /domains HTTP/1.1" 200 280 0.002221 10.0.0.50 - - [2025-04-28 02:11:00] "GET /domains?obj_uuids=09530269-b2df-4ef6-995f-dfbc59aefc94&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000930 10.0.0.50 - - [2025-04-28 02:11:00] "GET /domain/09530269-b2df-4ef6-995f-dfbc59aefc94 HTTP/1.1" 200 2572 0.051901 10.0.0.50 - - [2025-04-28 02:11:00] "GET /projects?obj_uuids=86251532-b625-4af6-bee3-e458616f9e15&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001035 10.0.0.50 - - [2025-04-28 02:11:00] "GET /project/86251532-b625-4af6-bee3-e458616f9e15 HTTP/1.1" 200 2095 0.073292 10.0.0.50 - - [2025-04-28 02:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002715 10.0.0.50 - - [2025-04-28 02:11:00] "DELETE /network-ipam/60616ce6-0b70-4be5-963a-1571a86256f8 HTTP/1.1" 200 115 0.021453 10.0.0.50 - - [2025-04-28 02:11:00] "POST /fqname-to-id HTTP/1.1" 404 211 0.002142 10.0.0.50 - - [2025-04-28 02:11:01] "GET /projects?obj_uuids=86251532-b625-4af6-bee3-e458616f9e15&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001168 10.0.0.50 - - [2025-04-28 02:11:01] "GET /project/86251532-b625-4af6-bee3-e458616f9e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.044936 10.0.0.50 - - [2025-04-28 02:11:01] "GET /projects?obj_uuids=86251532-b625-4af6-bee3-e458616f9e15&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001422 10.0.0.50 - - [2025-04-28 02:11:01] "GET /project/86251532-b625-4af6-bee3-e458616f9e15?fields=virtual_networks HTTP/1.1" 200 1042 0.071900 10.0.0.50 - - [2025-04-28 02:11:01] "GET /projects?obj_uuids=86251532-b625-4af6-bee3-e458616f9e15&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001095 10.0.0.50 - - [2025-04-28 02:11:01] "GET /project/86251532-b625-4af6-bee3-e458616f9e15?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.029814 10.0.0.50 - - [2025-04-28 02:11:01] "GET /projects?obj_uuids=86251532-b625-4af6-bee3-e458616f9e15&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001030 10.0.0.50 - - [2025-04-28 02:11:01] "GET /project/86251532-b625-4af6-bee3-e458616f9e15?fields=security_groups HTTP/1.1" 200 1268 0.026668 10.0.0.50 - - [2025-04-28 02:11:03] "POST /neutron/port HTTP/1.1" 200 117 0.004876 10.0.0.50 - - [2025-04-28 02:11:03] "POST /neutron/port HTTP/1.1" 400 205 0.002928 10.0.0.50 - - [2025-04-28 02:11:03] "POST /neutron/port HTTP/1.1" 200 117 0.004634 10.0.0.50 - - [2025-04-28 02:11:03] "POST /neutron/port HTTP/1.1" 400 205 0.002582 10.0.0.50 - - [2025-04-28 02:11:08] "GET / HTTP/1.1" 200 35931 0.001975 10.0.0.50 - - [2025-04-28 02:11:09] "GET /project/30d10817-127d-4b42-af26-b2f74a9d2685?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000445 10.0.0.50 - - [2025-04-28 02:11:09] "GET /projects?obj_uuids=30d10817-127d-4b42-af26-b2f74a9d2685&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001096 10.0.0.50 - - [2025-04-28 02:11:09] "GET /project/30d10817-127d-4b42-af26-b2f74a9d2685?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1281 0.049982 [Introspect:8084]10.0.0.50 - - [2025-04-28 02:11:09] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000983 10.0.0.50 - - [2025-04-28 02:11:10] "POST /fqname-to-id HTTP/1.1" 404 184 0.019292 10.0.0.50 - - [2025-04-28 02:11:10] "GET /projects?obj_uuids=3b0f99e3-22d0-494d-b46a-1120ba806706&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002230 10.0.0.50 - - [2025-04-28 02:11:10] "GET /domains?obj_uuids=09530269-b2df-4ef6-995f-dfbc59aefc94&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000991 10.0.0.50 - - [2025-04-28 02:11:10] "GET /domain/09530269-b2df-4ef6-995f-dfbc59aefc94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 927 0.050261 10.0.0.50 - - [2025-04-28 02:11:10] "POST /id-to-fqname HTTP/1.1" 200 186 0.003208 10.0.0.50 - - [2025-04-28 02:11:10] "POST /fqname-to-id HTTP/1.1" 404 195 0.003030 10.0.0.50 - - [2025-04-28 02:11:10] "POST /security-groups HTTP/1.1" 200 587 0.061539 10.0.0.50 - - [2025-04-28 02:11:10] "POST /projects HTTP/1.1" 200 577 0.202924 10.0.0.50 - - [2025-04-28 02:11:10] "POST /fqname-to-id HTTP/1.1" 404 230 0.030764 10.0.0.50 - - [2025-04-28 02:11:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.268252 10.0.0.50 - - [2025-04-28 02:11:10] "POST /access-control-lists HTTP/1.1" 200 592 0.057013 10.0.0.50 - - [2025-04-28 02:11:10] "GET /project/3b0f99e3-22d0-494d-b46a-1120ba806706?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.426188 10.0.0.50 - - [2025-04-28 02:11:10] "POST /fqname-to-id HTTP/1.1" 404 229 0.003477 10.0.0.50 - - [2025-04-28 02:11:10] "POST /access-control-lists HTTP/1.1" 200 590 0.055882 10.0.0.50 - - [2025-04-28 02:11:11] "GET / HTTP/1.1" 200 35931 0.001920 10.0.0.50 - - [2025-04-28 02:11:11] "GET /projects?obj_uuids=3b0f99e3-22d0-494d-b46a-1120ba806706&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001050 10.0.0.50 - - [2025-04-28 02:11:11] "GET /project/3b0f99e3-22d0-494d-b46a-1120ba806706?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.023365 10.0.0.50 - - [2025-04-28 02:11:11] "GET /projects?obj_uuids=3b0f99e3-22d0-494d-b46a-1120ba806706&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000958 10.0.0.50 - - [2025-04-28 02:11:12] "GET /project/3b0f99e3-22d0-494d-b46a-1120ba806706?fields=virtual_networks HTTP/1.1" 200 1034 0.066856 10.0.0.50 - - [2025-04-28 02:11:12] "GET /projects?obj_uuids=3b0f99e3-22d0-494d-b46a-1120ba806706&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000997 10.0.0.50 - - [2025-04-28 02:11:12] "GET /project/3b0f99e3-22d0-494d-b46a-1120ba806706?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.020813 10.0.0.50 - - [2025-04-28 02:11:12] "GET /projects?obj_uuids=3b0f99e3-22d0-494d-b46a-1120ba806706&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001403 10.0.0.50 - - [2025-04-28 02:11:12] "GET /project/3b0f99e3-22d0-494d-b46a-1120ba806706?fields=security_groups HTTP/1.1" 200 1256 0.022232 10.0.0.50 - - [2025-04-28 02:11:44] "DELETE /project/3b0f99e322d0494db46a1120ba806706 HTTP/1.1" 404 173 0.011078 10.0.0.50 - - [2025-04-28 02:11:44] "GET /projects?obj_uuids=86251532-b625-4af6-bee3-e458616f9e15&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001131 10.0.0.50 - - [2025-04-28 02:11:44] "GET /projects?obj_uuids=3b0f99e3-22d0-494d-b46a-1120ba806706&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001178 10.0.0.50 - - [2025-04-28 02:11:44] "GET /project/3b0f99e3-22d0-494d-b46a-1120ba806706?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.044630 10.0.0.50 - - [2025-04-28 02:11:44] "GET /project/86251532-b625-4af6-bee3-e458616f9e15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.049167