++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Mon Jun 30 02:26:56 UTC 2025 ===================' INFO: =================== Mon Jun 30 02:26:56 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 +++ cut -d / -f 1 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.19 ++ 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.19 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.19 ++ ANALYTICSDB_NODES=10.0.0.19 ++ ANALYTICS_SNMP_NODES=10.0.0.19 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8081 ' +++ '[' -n '10.0.0.19:8081 ' ']' +++ echo 10.0.0.19:8081 ++ ANALYTICS_SERVERS=10.0.0.19: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9042 ' +++ '[' -n '10.0.0.19:9042 ' ']' +++ echo 10.0.0.19:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.19:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.19 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8086 ' +++ '[' -n '10.0.0.19:8086 ' ']' +++ echo 10.0.0.19:8086 ++ COLLECTOR_SERVERS=10.0.0.19: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.19 ++ CONFIGDB_NODES=10.0.0.19 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8082 ' +++ '[' -n '10.0.0.19:8082 ' ']' +++ echo 10.0.0.19:8082 ++ CONFIG_SERVERS=10.0.0.19: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9161 ' +++ '[' -n '10.0.0.19:9161 ' ']' +++ echo 10.0.0.19:9161 ++ CONFIGDB_SERVERS=10.0.0.19: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9041 ' +++ '[' -n '10.0.0.19:9041 ' ']' +++ echo 10.0.0.19:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.19:9041 ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.25 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.19 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+=10.0.0.19:2181, +++ '[' -n 10.0.0.19:2181, ']' +++ echo 10.0.0.19:2181 ++ ZOOKEEPER_SERVERS=10.0.0.19: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:2181 ' +++ '[' -n '10.0.0.19:2181 ' ']' +++ echo 10.0.0.19:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.19:2181 ++ RABBITMQ_NODES=10.0.0.19 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+=10.0.0.19:5673, +++ '[' -n 10.0.0.19:5673, ']' +++ echo 10.0.0.19:5673 ++ RABBITMQ_SERVERS=10.0.0.19: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:6379 ' +++ '[' -n '10.0.0.19:6379 ' ']' +++ echo 10.0.0.19:6379 ++ REDIS_SERVERS=10.0.0.19: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.19 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9092 ' +++ '[' -n '10.0.0.19:9092 ' ']' +++ echo 10.0.0.19:9092 ++ KAFKA_SERVERS=10.0.0.19: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.19 ++ 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.19 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.19 ++ 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.19 ++ cut -d , -f 1 + local cassandra=10.0.0.19 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.19 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.19 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.19 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ grep -vi host ++++ awk '/32 host/ { print f } {f=$2}' ++++ sort ++++ uniq ++++ cat /proc/net/fib_trie +++ local local_ips=,10.0.0.19,10.20.0.25,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in '"${server_list[@]}"' +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.19'\''))' +++ local server_ip=10.0.0.19 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.19 ]] +++ [[ ,10.0.0.19,10.20.0.25,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.19, ]] +++ echo 10.0.0.19 1 +++ return ++ local ip=10.0.0.19 ++ [[ -z 10.0.0.19 ]] ++ echo 10.0.0.19 + host_ip=10.0.0.19 + [[ cql == \c\q\l ]] ++ echo 10.0.0.19:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.19:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.19: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__.*__.*=.*$' ++ cut -d = -f 1 ++ sed 's/^API__//g' ++ sort + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 06/30/2025 02:27:05.057 7f93dcb71ec8 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 06/30/2025 02:27:05.196 7f93dcb71ec8 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 06/30/2025 02:27:05.209 7f93dcb71ec8 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 06/30/2025 02:27:05.209 7f93dcb71ec8 [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.19:8082/ Hit Ctrl-C to quit. 10.0.0.19 - - [2025-06-30 02:27:08] "GET / HTTP/1.1" 503 181 0.000303 10.0.0.19 - - [2025-06-30 02:27:08] "GET / HTTP/1.1" 503 181 0.000189 10.0.0.19 - - [2025-06-30 02:27:08] "GET / HTTP/1.1" 503 181 0.000269 10.0.0.19 - - [2025-06-30 02:27:09] "GET / HTTP/1.1" 200 45871 0.043979 10.0.0.19 - - [2025-06-30 02:27:09] "GET / HTTP/1.1" 200 45871 0.001299 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.19 - - [2025-06-30 02:27:09] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000569 10.0.0.19 - - [2025-06-30 02:27:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000266 10.0.0.19 - - [2025-06-30 02:27:09] "GET / HTTP/1.1" 200 35931 0.001689 10.0.0.19 - - [2025-06-30 02:27:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000488 10.0.0.19 - - [2025-06-30 02:27:10] "GET / HTTP/1.1" 200 35931 0.001729 10.0.0.19 - - [2025-06-30 02:27:10] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.884753 10.0.0.19 - - [2025-06-30 02:27:10] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.002700 10.0.0.19 - - [2025-06-30 02:27:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.614321 10.0.0.19 - - [2025-06-30 02:27:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.19 - - [2025-06-30 02:27:10] "POST /fqname-to-id HTTP/1.1" 404 196 0.346663 10.0.0.19 - - [2025-06-30 02:27:10] "POST /job-templates HTTP/1.1" 200 555 0.065745 10.0.0.19 - - [2025-06-30 02:27:10] "POST /fqname-to-id HTTP/1.1" 404 200 0.003367 10.0.0.19 - - [2025-06-30 02:27:10] "POST /job-templates HTTP/1.1" 200 563 0.066577 10.0.0.19 - - [2025-06-30 02:27:10] "POST /fqname-to-id HTTP/1.1" 404 191 0.003204 10.0.0.19 - - [2025-06-30 02:27:10] "GET / HTTP/1.1" 200 35931 0.002209 /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.19 - - [2025-06-30 02:27:11] "POST /job-templates HTTP/1.1" 200 545 0.071657 10.0.0.19 - - [2025-06-30 02:27:11] "GET / HTTP/1.1" 200 35931 0.001627 10.0.0.19 - - [2025-06-30 02:27:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000425 10.0.0.19 - - [2025-06-30 02:27:11] "POST /fqname-to-id HTTP/1.1" 404 207 0.003313 10.0.0.19 - - [2025-06-30 02:27:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000374 10.0.0.19 - - [2025-06-30 02:27:11] "POST /job-templates HTTP/1.1" 200 577 0.073956 10.0.0.19 - - [2025-06-30 02:27:11] "POST /fqname-to-id HTTP/1.1" 404 208 0.004262 10.0.0.19 - - [2025-06-30 02:27:11] "POST /job-templates HTTP/1.1" 200 579 0.076876 10.0.0.19 - - [2025-06-30 02:27:11] "POST /fqname-to-id HTTP/1.1" 404 210 0.003783 10.0.0.19 - - [2025-06-30 02:27:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000448 10.0.0.19 - - [2025-06-30 02:27:11] "POST /job-templates HTTP/1.1" 200 583 0.061743 10.0.0.19 - - [2025-06-30 02:27:11] "POST /fqname-to-id HTTP/1.1" 404 198 0.003272 10.0.0.19 - - [2025-06-30 02:27:11] "POST /job-templates HTTP/1.1" 200 559 0.061129 10.0.0.19 - - [2025-06-30 02:27:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.310666 10.0.0.19 - - [2025-06-30 02:27:11] "GET /global-system-config/5499adc5-931a-47c2-b0da-b5d5a4571fe2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.005562 10.0.0.19 - - [2025-06-30 02:27:11] "POST /fqname-to-id HTTP/1.1" 404 203 0.003229 10.0.0.19 - - [2025-06-30 02:27:11] "POST /fqname-to-id HTTP/1.1" 404 220 0.003039 10.0.0.19 - - [2025-06-30 02:27:11] "POST /job-templates HTTP/1.1" 200 569 0.063819 10.0.0.19 - - [2025-06-30 02:27:11] "POST /config-nodes HTTP/1.1" 200 599 0.052485 10.0.0.19 - - [2025-06-30 02:27:11] "POST /fqname-to-id HTTP/1.1" 404 196 0.003822 10.0.0.19 - - [2025-06-30 02:27:12] "POST /job-templates HTTP/1.1" 200 555 0.060853 10.0.0.19 - - [2025-06-30 02:27:12] "POST /fqname-to-id HTTP/1.1" 404 186 0.314085 10.0.0.19 - - [2025-06-30 02:27:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002445 10.0.0.19 - - [2025-06-30 02:27:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.028539 10.0.0.19 - - [2025-06-30 02:27:12] "GET /network-ipam/1bcd572e-84c3-4963-9e81-12c0dda84f11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.003611 10.0.0.19 - - [2025-06-30 02:27:12] "POST /fqname-to-id HTTP/1.1" 404 196 0.003363 10.0.0.19 - - [2025-06-30 02:27:12] "GET /global-system-config/5499adc5-931a-47c2-b0da-b5d5a4571fe2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.006272 10.0.0.19 - - [2025-06-30 02:27:12] "GET / HTTP/1.1" 200 35931 0.001313 10.0.0.19 - - [2025-06-30 02:27:12] "POST /fqname-to-id HTTP/1.1" 401 292 0.000346 10.0.0.19 - - [2025-06-30 02:27:12] "POST /job-templates HTTP/1.1" 200 555 0.065558 10.0.0.19 - - [2025-06-30 02:27:12] "POST /service-appliance-sets HTTP/1.1" 200 553 0.052459 10.0.0.19 - - [2025-06-30 02:27:12] "POST /fqname-to-id HTTP/1.1" 404 196 0.003195 10.0.0.19 - - [2025-06-30 02:27:12] "POST /fqname-to-id HTTP/1.1" 404 180 0.002407 10.0.0.19 - - [2025-06-30 02:27:12] "GET / HTTP/1.1" 200 35931 0.002439 10.0.0.19 - - [2025-06-30 02:27:12] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000302 10.0.0.19 - - [2025-06-30 02:27:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.19 - - [2025-06-30 02:27:12] "GET /global-system-config/5499adc5-931a-47c2-b0da-b5d5a4571fe2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.010831 10.0.0.19 - - [2025-06-30 02:27:12] "POST /job-templates HTTP/1.1" 200 555 0.064981 10.0.0.19 - - [2025-06-30 02:27:12] "POST /fqname-to-id HTTP/1.1" 404 186 0.002521 10.0.0.19 - - [2025-06-30 02:27:12] "POST /service-appliance-sets HTTP/1.1" 200 541 0.018430 10.0.0.19 - - [2025-06-30 02:27:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002713 10.0.0.19 - - [2025-06-30 02:27:12] "POST /job-templates HTTP/1.1" 200 535 0.066104 10.0.0.19 - - [2025-06-30 02:27:12] "GET /network-ipam/1bcd572e-84c3-4963-9e81-12c0dda84f11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.003762 10.0.0.19 - - [2025-06-30 02:27:12] "POST /fqname-to-id HTTP/1.1" 404 198 0.002834 10.0.0.19 - - [2025-06-30 02:27:12] "POST /job-templates HTTP/1.1" 200 559 0.024107 10.0.0.19 - - [2025-06-30 02:27:12] "POST /service-templates HTTP/1.1" 200 511 0.018029 10.0.0.19 - - [2025-06-30 02:27:12] "POST /fqname-to-id HTTP/1.1" 404 225 0.002473 10.0.0.19 - - [2025-06-30 02:27:12] "POST /service-templates HTTP/1.1" 200 501 0.032505 10.0.0.19 - - [2025-06-30 02:27:12] "POST /access-control-lists HTTP/1.1" 200 587 0.033388 10.0.0.19 - - [2025-06-30 02:27:12] "POST /fqname-to-id HTTP/1.1" 404 198 0.004297 10.0.0.19 - - [2025-06-30 02:27:12] "POST /fqname-to-id HTTP/1.1" 404 224 0.004023 10.0.0.19 - - [2025-06-30 02:27:12] "POST /service-templates HTTP/1.1" 200 515 0.020196 10.0.0.19 - - [2025-06-30 02:27:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.305510 10.0.0.19 - - [2025-06-30 02:27:12] "POST /job-templates HTTP/1.1" 200 559 0.064588 10.0.0.19 - - [2025-06-30 02:27:12] "GET /global-system-config/5499adc5-931a-47c2-b0da-b5d5a4571fe2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.007931 10.0.0.19 - - [2025-06-30 02:27:12] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.040994 10.0.0.19 - - [2025-06-30 02:27:12] "POST /access-control-lists HTTP/1.1" 200 585 0.042660 10.0.0.19 - - [2025-06-30 02:27:12] "POST /service-templates HTTP/1.1" 200 535 0.021252 10.0.0.19 - - [2025-06-30 02:27:12] "POST /fqname-to-id HTTP/1.1" 404 198 0.003842 10.0.0.19 - - [2025-06-30 02:27:12] "POST /fqname-to-id HTTP/1.1" 404 220 0.002213 10.0.0.19 - - [2025-06-30 02:27:12] "POST /service-templates HTTP/1.1" 200 507 0.017807 10.0.0.19 - - [2025-06-30 02:27:12] "POST /route-targets HTTP/1.1" 200 327 0.016016 10.0.0.19 - - [2025-06-30 02:27:12] "POST /job-templates HTTP/1.1" 200 559 0.071949 10.0.0.19 - - [2025-06-30 02:27:12] "POST /config-database-nodes HTTP/1.1" 200 617 0.064887 10.0.0.19 - - [2025-06-30 02:27:12] "POST /ref-update HTTP/1.1" 200 156 0.013044 10.0.0.19 - - [2025-06-30 02:27:12] "POST /fqname-to-id HTTP/1.1" 404 201 0.002826 10.0.0.19 - - [2025-06-30 02:27:13] "POST /route-targets HTTP/1.1" 200 327 0.010272 10.0.0.19 - - [2025-06-30 02:27:13] "POST /job-templates HTTP/1.1" 200 565 0.061930 10.0.0.19 - - [2025-06-30 02:27:13] "POST /ref-update HTTP/1.1" 200 156 0.047295 10.0.0.19 - - [2025-06-30 02:27:13] "POST /fqname-to-id HTTP/1.1" 404 197 0.002569 10.0.0.19 - - [2025-06-30 02:27:13] "POST /route-targets HTTP/1.1" 200 327 0.011189 10.0.0.19 - - [2025-06-30 02:27:13] "POST /job-templates HTTP/1.1" 200 557 0.062510 10.0.0.19 - - [2025-06-30 02:27:13] "POST /ref-update HTTP/1.1" 200 156 0.051606 10.0.0.19 - - [2025-06-30 02:27:13] "POST /fqname-to-id HTTP/1.1" 404 196 0.002892 10.0.0.19 - - [2025-06-30 02:27:13] "POST /route-targets HTTP/1.1" 200 327 0.010033 10.0.0.19 - - [2025-06-30 02:27:13] "POST /job-templates HTTP/1.1" 200 555 0.062089 10.0.0.19 - - [2025-06-30 02:27:13] "POST /ref-update HTTP/1.1" 200 156 0.040709 10.0.0.19 - - [2025-06-30 02:27:13] "POST /fqname-to-id HTTP/1.1" 404 205 0.003354 10.0.0.19 - - [2025-06-30 02:27:13] "POST /fqname-to-id HTTP/1.1" 404 201 0.002655 10.0.0.19 - - [2025-06-30 02:27:13] "POST /job-templates HTTP/1.1" 200 573 0.066761 10.0.0.19 - - [2025-06-30 02:27:13] "POST /fqname-to-id HTTP/1.1" 404 194 0.002896 10.0.0.19 - - [2025-06-30 02:27:13] "POST /access-control-lists HTTP/1.1" 200 551 0.097410 10.0.0.19 - - [2025-06-30 02:27:13] "PUT /access-control-list/43030245-5174-4d59-ada3-adba86484078 HTTP/1.1" 200 272 0.061443 10.0.0.19 - - [2025-06-30 02:27:13] "POST /job-templates HTTP/1.1" 200 551 0.073998 10.0.0.19 - - [2025-06-30 02:27:13] "POST /fqname-to-id HTTP/1.1" 404 208 0.002785 10.0.0.19 - - [2025-06-30 02:27:13] "PUT /access-control-list/2e896c2c-f98c-4d94-bdc2-a751e0ea5ee2 HTTP/1.1" 200 272 0.011391 10.0.0.19 - - [2025-06-30 02:27:13] "POST /job-templates HTTP/1.1" 200 579 0.064671 10.0.0.19 - - [2025-06-30 02:27:13] "POST /fqname-to-id HTTP/1.1" 404 196 0.003406 10.0.0.19 - - [2025-06-30 02:27:14] "POST /job-templates HTTP/1.1" 200 555 0.061902 10.0.0.19 - - [2025-06-30 02:27:14] "POST /fqname-to-id HTTP/1.1" 404 198 0.002867 10.0.0.19 - - [2025-06-30 02:27:14] "POST /job-templates HTTP/1.1" 200 559 0.060861 10.0.0.19 - - [2025-06-30 02:27:14] "POST /fqname-to-id HTTP/1.1" 404 206 0.003131 10.0.0.19 - - [2025-06-30 02:27:14] "POST /job-templates HTTP/1.1" 200 575 0.062489 10.0.0.19 - - [2025-06-30 02:27:14] "POST /fqname-to-id HTTP/1.1" 404 197 0.002888 10.0.0.19 - - [2025-06-30 02:27:14] "POST /job-templates HTTP/1.1" 200 557 0.061219 10.0.0.19 - - [2025-06-30 02:27:14] "POST /fqname-to-id HTTP/1.1" 404 198 0.003040 10.0.0.19 - - [2025-06-30 02:27:14] "POST /job-templates HTTP/1.1" 200 559 0.061234 10.0.0.19 - - [2025-06-30 02:27:14] "POST /fqname-to-id HTTP/1.1" 404 196 0.002821 10.0.0.19 - - [2025-06-30 02:27:14] "POST /job-templates HTTP/1.1" 200 555 0.065107 10.0.0.19 - - [2025-06-30 02:27:14] "POST /fqname-to-id HTTP/1.1" 404 195 0.003235 10.0.0.19 - - [2025-06-30 02:27:14] "POST /job-templates HTTP/1.1" 200 553 0.062414 10.0.0.19 - - [2025-06-30 02:27:15] "POST /fqname-to-id HTTP/1.1" 404 195 0.003178 10.0.0.19 - - [2025-06-30 02:27:15] "POST /job-templates HTTP/1.1" 200 553 0.065456 10.0.0.19 - - [2025-06-30 02:27:15] "POST /fqname-to-id HTTP/1.1" 404 195 0.003130 10.0.0.19 - - [2025-06-30 02:27:15] "POST /job-templates HTTP/1.1" 200 553 0.063847 10.0.0.19 - - [2025-06-30 02:27:15] "POST /fqname-to-id HTTP/1.1" 404 200 0.003204 10.0.0.19 - - [2025-06-30 02:27:15] "POST /job-templates HTTP/1.1" 200 563 0.061015 10.0.0.19 - - [2025-06-30 02:27:15] "POST /fqname-to-id HTTP/1.1" 404 201 0.002940 10.0.0.19 - - [2025-06-30 02:27:15] "POST /job-templates HTTP/1.1" 200 565 0.061252 10.0.0.19 - - [2025-06-30 02:27:15] "POST /fqname-to-id HTTP/1.1" 404 189 0.002923 10.0.0.19 - - [2025-06-30 02:27:15] "POST /config-propertiess HTTP/1.1" 200 551 0.019404 10.0.0.19 - - [2025-06-30 02:27:15] "POST /fqname-to-id HTTP/1.1" 404 168 0.003779 10.0.0.19 - - [2025-06-30 02:27:15] "POST /tags HTTP/1.1" 200 321 0.029917 10.0.0.19 - - [2025-06-30 02:27:15] "POST /fqname-to-id HTTP/1.1" 404 166 0.002872 10.0.0.19 - - [2025-06-30 02:27:15] "POST /tags HTTP/1.1" 200 317 0.020890 10.0.0.19 - - [2025-06-30 02:27:16] "POST /fqname-to-id HTTP/1.1" 404 174 0.002901 10.0.0.19 - - [2025-06-30 02:27:16] "POST /tags HTTP/1.1" 200 333 0.025803 10.0.0.19 - - [2025-06-30 02:27:16] "POST /fqname-to-id HTTP/1.1" 404 162 0.002859 10.0.0.19 - - [2025-06-30 02:27:16] "POST /tags HTTP/1.1" 200 309 0.019298 10.0.0.19 - - [2025-06-30 02:27:16] "POST /fqname-to-id HTTP/1.1" 404 174 0.003066 10.0.0.19 - - [2025-06-30 02:27:16] "POST /tags HTTP/1.1" 200 333 0.021727 10.0.0.19 - - [2025-06-30 02:27:16] "POST /fqname-to-id HTTP/1.1" 404 164 0.003066 10.0.0.19 - - [2025-06-30 02:27:16] "POST /tags HTTP/1.1" 200 313 0.019930 10.0.0.19 - - [2025-06-30 02:27:16] "POST /fqname-to-id HTTP/1.1" 404 169 0.003100 10.0.0.19 - - [2025-06-30 02:27:16] "POST /tags HTTP/1.1" 200 323 0.021263 10.0.0.19 - - [2025-06-30 02:27:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003250 10.0.0.19 - - [2025-06-30 02:27:16] "PUT /global-system-config/5499adc5-931a-47c2-b0da-b5d5a4571fe2 HTTP/1.1" 200 274 0.011247 10.0.0.19 - - [2025-06-30 02:27:16] "POST /fqname-to-id HTTP/1.1" 404 166 0.003025 10.0.0.19 - - [2025-06-30 02:27:16] "POST /hardwares HTTP/1.1" 200 327 0.012945 10.0.0.19 - - [2025-06-30 02:27:16] "POST /fqname-to-id HTTP/1.1" 404 166 0.002832 10.0.0.19 - - [2025-06-30 02:27:16] "POST /hardwares HTTP/1.1" 200 327 0.012347 10.0.0.19 - - [2025-06-30 02:27:16] "POST /fqname-to-id HTTP/1.1" 404 166 0.002820 10.0.0.19 - - [2025-06-30 02:27:16] "POST /hardwares HTTP/1.1" 200 327 0.010534 10.0.0.19 - - [2025-06-30 02:27:17] "POST /fqname-to-id HTTP/1.1" 404 166 0.003785 10.0.0.19 - - [2025-06-30 02:27:17] "POST /hardwares HTTP/1.1" 200 327 0.011612 10.0.0.19 - - [2025-06-30 02:27:17] "POST /fqname-to-id HTTP/1.1" 404 164 0.002811 10.0.0.19 - - [2025-06-30 02:27:17] "POST /hardwares HTTP/1.1" 200 323 0.012830 10.0.0.19 - - [2025-06-30 02:27:17] "POST /fqname-to-id HTTP/1.1" 404 164 0.003077 10.0.0.19 - - [2025-06-30 02:27:17] "POST /hardwares HTTP/1.1" 200 323 0.010537 10.0.0.19 - - [2025-06-30 02:27:17] "POST /fqname-to-id HTTP/1.1" 404 161 0.002735 10.0.0.19 - - [2025-06-30 02:27:17] "POST /hardwares HTTP/1.1" 200 317 0.012019 10.0.0.19 - - [2025-06-30 02:27:17] "POST /fqname-to-id HTTP/1.1" 404 164 0.002831 10.0.0.19 - - [2025-06-30 02:27:17] "POST /hardwares HTTP/1.1" 200 323 0.012902 10.0.0.19 - - [2025-06-30 02:27:17] "POST /fqname-to-id HTTP/1.1" 404 164 0.002815 10.0.0.19 - - [2025-06-30 02:27:17] "POST /hardwares HTTP/1.1" 200 323 0.010028 10.0.0.19 - - [2025-06-30 02:27:17] "POST /fqname-to-id HTTP/1.1" 404 164 0.002942 10.0.0.19 - - [2025-06-30 02:27:17] "POST /hardwares HTTP/1.1" 200 323 0.010234 10.0.0.19 - - [2025-06-30 02:27:17] "POST /fqname-to-id HTTP/1.1" 404 165 0.003057 10.0.0.19 - - [2025-06-30 02:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.19 - - [2025-06-30 02:27:17] "GET /global-vrouter-config/73bcbcba-a6d5-41b8-a730-7861dab88d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1161 0.003405 10.0.0.19 - - [2025-06-30 02:27:17] "POST /hardwares HTTP/1.1" 200 325 0.011873 10.0.0.19 - - [2025-06-30 02:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.19 - - [2025-06-30 02:27:17] "POST /fqname-to-id HTTP/1.1" 404 165 0.002649 10.0.0.19 - - [2025-06-30 02:27:17] "PUT /global-vrouter-config/73bcbcba-a6d5-41b8-a730-7861dab88d6c HTTP/1.1" 200 276 0.011729 10.0.0.19 - - [2025-06-30 02:27:17] "POST /hardwares HTTP/1.1" 200 325 0.011085 10.0.0.19 - - [2025-06-30 02:27:17] "POST /fqname-to-id HTTP/1.1" 404 165 0.003114 10.0.0.19 - - [2025-06-30 02:27:18] "POST /hardwares HTTP/1.1" 200 325 0.011377 10.0.0.19 - - [2025-06-30 02:27:18] "POST /fqname-to-id HTTP/1.1" 404 165 0.003079 10.0.0.19 - - [2025-06-30 02:27:18] "POST /hardwares HTTP/1.1" 200 325 0.010813 10.0.0.19 - - [2025-06-30 02:27:18] "POST /fqname-to-id HTTP/1.1" 404 164 0.002906 10.0.0.19 - - [2025-06-30 02:27:18] "GET / HTTP/1.1" 200 35931 0.001526 10.0.0.19 - - [2025-06-30 02:27:18] "POST /alarms HTTP/1.1" 401 292 0.000364 10.0.0.19 - - [2025-06-30 02:27:18] "POST /hardwares HTTP/1.1" 200 323 0.014999 10.0.0.19 - - [2025-06-30 02:27:18] "POST /fqname-to-id HTTP/1.1" 404 161 0.002985 10.0.0.19 - - [2025-06-30 02:27:18] "POST /hardwares HTTP/1.1" 200 317 0.011723 10.0.0.19 - - [2025-06-30 02:27:18] "POST /fqname-to-id HTTP/1.1" 404 164 0.002868 10.0.0.19 - - [2025-06-30 02:27:18] "POST /hardwares HTTP/1.1" 200 323 0.011750 10.0.0.19 - - [2025-06-30 02:27:18] "POST /fqname-to-id HTTP/1.1" 404 161 0.002966 10.0.0.19 - - [2025-06-30 02:27:18] "POST /hardwares HTTP/1.1" 200 317 0.010490 10.0.0.19 - - [2025-06-30 02:27:18] "POST /alarms HTTP/1.1" 200 581 0.035121 10.0.0.19 - - [2025-06-30 02:27:18] "POST /fqname-to-id HTTP/1.1" 404 164 0.004786 10.0.0.19 - - [2025-06-30 02:27:18] "POST /alarms HTTP/1.1" 200 575 0.015779 10.0.0.19 - - [2025-06-30 02:27:18] "POST /hardwares HTTP/1.1" 200 323 0.014887 10.0.0.19 - - [2025-06-30 02:27:18] "POST /alarms HTTP/1.1" 200 575 0.017233 10.0.0.19 - - [2025-06-30 02:27:18] "POST /fqname-to-id HTTP/1.1" 404 162 0.002915 10.0.0.19 - - [2025-06-30 02:27:18] "POST /alarms HTTP/1.1" 200 559 0.016549 10.0.0.19 - - [2025-06-30 02:27:18] "POST /hardwares HTTP/1.1" 200 319 0.010637 10.0.0.19 - - [2025-06-30 02:27:18] "POST /alarms HTTP/1.1" 200 555 0.015074 10.0.0.19 - - [2025-06-30 02:27:18] "POST /fqname-to-id HTTP/1.1" 404 162 0.002816 10.0.0.19 - - [2025-06-30 02:27:18] "POST /alarms HTTP/1.1" 200 557 0.021086 10.0.0.19 - - [2025-06-30 02:27:18] "POST /hardwares HTTP/1.1" 200 319 0.011149 10.0.0.19 - - [2025-06-30 02:27:18] "POST /fqname-to-id HTTP/1.1" 404 165 0.002734 10.0.0.19 - - [2025-06-30 02:27:18] "POST /alarms HTTP/1.1" 200 565 0.015590 10.0.0.19 - - [2025-06-30 02:27:18] "POST /hardwares HTTP/1.1" 200 325 0.013503 10.0.0.19 - - [2025-06-30 02:27:18] "POST /alarms HTTP/1.1" 200 549 0.018339 10.0.0.19 - - [2025-06-30 02:27:19] "POST /fqname-to-id HTTP/1.1" 404 161 0.003508 10.0.0.19 - - [2025-06-30 02:27:19] "POST /alarms HTTP/1.1" 200 557 0.026870 10.0.0.19 - - [2025-06-30 02:27:19] "POST /hardwares HTTP/1.1" 200 317 0.010003 10.0.0.19 - - [2025-06-30 02:27:19] "POST /alarms HTTP/1.1" 200 567 0.014582 10.0.0.19 - - [2025-06-30 02:27:19] "POST /fqname-to-id HTTP/1.1" 404 161 0.002311 10.0.0.19 - - [2025-06-30 02:27:19] "POST /alarms HTTP/1.1" 200 555 0.017801 10.0.0.19 - - [2025-06-30 02:27:19] "POST /hardwares HTTP/1.1" 200 317 0.012560 10.0.0.19 - - [2025-06-30 02:27:19] "POST /fqname-to-id HTTP/1.1" 404 162 0.003466 10.0.0.19 - - [2025-06-30 02:27:19] "POST /alarms HTTP/1.1" 200 567 0.023679 10.0.0.19 - - [2025-06-30 02:27:19] "POST /hardwares HTTP/1.1" 200 319 0.010240 10.0.0.19 - - [2025-06-30 02:27:19] "POST /fqname-to-id HTTP/1.1" 404 162 0.002894 10.0.0.19 - - [2025-06-30 02:27:19] "POST /alarms HTTP/1.1" 200 575 0.065787 10.0.0.19 - - [2025-06-30 02:27:19] "POST /hardwares HTTP/1.1" 200 319 0.010190 10.0.0.19 - - [2025-06-30 02:27:19] "POST /alarms HTTP/1.1" 200 569 0.016515 10.0.0.19 - - [2025-06-30 02:27:19] "POST /fqname-to-id HTTP/1.1" 404 162 0.002871 10.0.0.19 - - [2025-06-30 02:27:19] "POST /alarms HTTP/1.1" 200 561 0.019449 10.0.0.19 - - [2025-06-30 02:27:19] "POST /hardwares HTTP/1.1" 200 319 0.009515 10.0.0.19 - - [2025-06-30 02:27:19] "POST /alarms HTTP/1.1" 200 561 0.017263 10.0.0.19 - - [2025-06-30 02:27:19] "POST /fqname-to-id HTTP/1.1" 404 158 0.004310 10.0.0.19 - - [2025-06-30 02:27:19] "POST /hardwares HTTP/1.1" 200 311 0.020511 10.0.0.19 - - [2025-06-30 02:27:19] "POST /alarms HTTP/1.1" 200 561 0.029667 10.0.0.19 - - [2025-06-30 02:27:19] "POST /fqname-to-id HTTP/1.1" 404 158 0.002633 10.0.0.19 - - [2025-06-30 02:27:19] "POST /alarms HTTP/1.1" 200 547 0.018434 10.0.0.19 - - [2025-06-30 02:27:19] "POST /hardwares HTTP/1.1" 200 311 0.011150 10.0.0.19 - - [2025-06-30 02:27:19] "POST /alarms HTTP/1.1" 200 595 0.016438 10.0.0.19 - - [2025-06-30 02:27:19] "POST /fqname-to-id HTTP/1.1" 404 160 0.002858 10.0.0.19 - - [2025-06-30 02:27:19] "POST /alarms HTTP/1.1" 200 575 0.018909 10.0.0.19 - - [2025-06-30 02:27:19] "POST /hardwares HTTP/1.1" 200 315 0.018019 10.0.0.19 - - [2025-06-30 02:27:19] "POST /alarms HTTP/1.1" 200 571 0.018644 10.0.0.19 - - [2025-06-30 02:27:19] "POST /fqname-to-id HTTP/1.1" 404 154 0.002753 10.0.0.19 - - [2025-06-30 02:27:19] "POST /alarms HTTP/1.1" 200 583 0.024255 10.0.0.19 - - [2025-06-30 02:27:19] "POST /hardwares HTTP/1.1" 200 303 0.021182 10.0.0.19 - - [2025-06-30 02:27:20] "POST /fqname-to-id HTTP/1.1" 404 158 0.002918 10.0.0.19 - - [2025-06-30 02:27:20] "POST /alarms HTTP/1.1" 200 609 0.017860 10.0.0.19 - - [2025-06-30 02:27:20] "POST /hardwares HTTP/1.1" 200 311 0.013690 10.0.0.19 - - [2025-06-30 02:27:20] "POST /fqname-to-id HTTP/1.1" 404 155 0.002866 10.0.0.19 - - [2025-06-30 02:27:20] "POST /hardwares HTTP/1.1" 200 305 0.010616 10.0.0.19 - - [2025-06-30 02:27:20] "POST /fqname-to-id HTTP/1.1" 404 155 0.002888 10.0.0.19 - - [2025-06-30 02:27:20] "POST /hardwares HTTP/1.1" 200 305 0.011196 10.0.0.19 - - [2025-06-30 02:27:20] "POST /fqname-to-id HTTP/1.1" 404 155 0.002806 10.0.0.19 - - [2025-06-30 02:27:20] "GET / HTTP/1.1" 200 35931 0.001793 10.0.0.19 - - [2025-06-30 02:27:20] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000464 10.0.0.19 - - [2025-06-30 02:27:20] "POST /hardwares HTTP/1.1" 200 305 0.012538 10.0.0.19 - - [2025-06-30 02:27:20] "POST /fqname-to-id HTTP/1.1" 404 155 0.002962 10.0.0.19 - - [2025-06-30 02:27:20] "POST /hardwares HTTP/1.1" 200 305 0.010384 10.0.0.19 - - [2025-06-30 02:27:20] "POST /fqname-to-id HTTP/1.1" 404 156 0.003078 10.0.0.19 - - [2025-06-30 02:27:20] "POST /hardwares HTTP/1.1" 200 307 0.010620 10.0.0.19 - - [2025-06-30 02:27:20] "POST /fqname-to-id HTTP/1.1" 404 156 0.002883 10.0.0.19 - - [2025-06-30 02:27:20] "POST /hardwares HTTP/1.1" 200 307 0.010124 10.0.0.19 - - [2025-06-30 02:27:20] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.020485 10.0.0.19 - - [2025-06-30 02:27:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002324 10.0.0.19 - - [2025-06-30 02:27:20] "POST /fqname-to-id HTTP/1.1" 404 156 0.003881 10.0.0.19 - - [2025-06-30 02:27:20] "PUT /global-vrouter-config/73bcbcba-a6d5-41b8-a730-7861dab88d6c HTTP/1.1" 200 276 0.008609 10.0.0.19 - - [2025-06-30 02:27:20] "POST /hardwares HTTP/1.1" 200 307 0.009730 10.0.0.19 - - [2025-06-30 02:27:20] "POST /fqname-to-id HTTP/1.1" 404 157 0.003036 10.0.0.19 - - [2025-06-30 02:27:20] "POST /hardwares HTTP/1.1" 200 309 0.013927 10.0.0.19 - - [2025-06-30 02:27:20] "POST /fqname-to-id HTTP/1.1" 404 158 0.003207 10.0.0.19 - - [2025-06-30 02:27:21] "POST /hardwares HTTP/1.1" 200 311 0.011343 10.0.0.19 - - [2025-06-30 02:27:21] "POST /fqname-to-id HTTP/1.1" 404 158 0.004041 10.0.0.19 - - [2025-06-30 02:27:21] "GET / HTTP/1.1" 200 35931 0.002570 10.0.0.19 - - [2025-06-30 02:27:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000529 10.0.0.19 - - [2025-06-30 02:27:21] "POST /hardwares HTTP/1.1" 200 311 0.014884 10.0.0.19 - - [2025-06-30 02:27:21] "POST /fqname-to-id HTTP/1.1" 404 153 0.002829 10.0.0.19 - - [2025-06-30 02:27:21] "POST /hardwares HTTP/1.1" 200 301 0.010111 10.0.0.19 - - [2025-06-30 02:27:21] "POST /fqname-to-id HTTP/1.1" 404 157 0.002786 10.0.0.19 - - [2025-06-30 02:27:21] "POST /hardwares HTTP/1.1" 200 309 0.012248 10.0.0.19 - - [2025-06-30 02:27:21] "POST /fqname-to-id HTTP/1.1" 404 157 0.002834 10.0.0.19 - - [2025-06-30 02:27:21] "POST /hardwares HTTP/1.1" 200 309 0.011888 10.0.0.19 - - [2025-06-30 02:27:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.028011 10.0.0.19 - - [2025-06-30 02:27:21] "POST /fqname-to-id HTTP/1.1" 404 157 0.002758 10.0.0.19 - - [2025-06-30 02:27:21] "GET /global-vrouter-config/73bcbcba-a6d5-41b8-a730-7861dab88d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003194 10.0.0.19 - - [2025-06-30 02:27:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.19 - - [2025-06-30 02:27:21] "POST /hardwares HTTP/1.1" 200 309 0.010077 10.0.0.19 - - [2025-06-30 02:27:21] "PUT /global-vrouter-config/73bcbcba-a6d5-41b8-a730-7861dab88d6c HTTP/1.1" 200 276 0.012511 10.0.0.19 - - [2025-06-30 02:27:21] "POST /fqname-to-id HTTP/1.1" 404 157 0.003482 10.0.0.19 - - [2025-06-30 02:27:21] "POST /hardwares HTTP/1.1" 200 309 0.014975 10.0.0.19 - - [2025-06-30 02:27:21] "POST /fqname-to-id HTTP/1.1" 404 157 0.002771 10.0.0.19 - - [2025-06-30 02:27:21] "POST /hardwares HTTP/1.1" 200 309 0.010078 10.0.0.19 - - [2025-06-30 02:27:21] "POST /fqname-to-id HTTP/1.1" 404 161 0.002791 10.0.0.19 - - [2025-06-30 02:27:21] "POST /hardwares HTTP/1.1" 200 317 0.010473 10.0.0.19 - - [2025-06-30 02:27:21] "POST /fqname-to-id HTTP/1.1" 404 157 0.002693 10.0.0.19 - - [2025-06-30 02:27:21] "GET / HTTP/1.1" 200 35931 0.001701 10.0.0.19 - - [2025-06-30 02:27:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000389 10.0.0.19 - - [2025-06-30 02:27:21] "POST /hardwares HTTP/1.1" 200 309 0.010379 10.0.0.19 - - [2025-06-30 02:27:22] "POST /fqname-to-id HTTP/1.1" 404 157 0.002935 10.0.0.19 - - [2025-06-30 02:27:22] "POST /hardwares HTTP/1.1" 200 309 0.009905 10.0.0.19 - - [2025-06-30 02:27:22] "POST /fqname-to-id HTTP/1.1" 404 154 0.002912 10.0.0.19 - - [2025-06-30 02:27:22] "POST /hardwares HTTP/1.1" 200 303 0.010621 10.0.0.19 - - [2025-06-30 02:27:22] "POST /fqname-to-id HTTP/1.1" 404 190 0.003121 10.0.0.19 - - [2025-06-30 02:27:22] "POST /features HTTP/1.1" 200 533 0.021236 10.0.0.19 - - [2025-06-30 02:27:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.020392 10.0.0.19 - - [2025-06-30 02:27:22] "GET /global-system-config/5499adc5-931a-47c2-b0da-b5d5a4571fe2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.005114 10.0.0.19 - - [2025-06-30 02:27:22] "POST /fqname-to-id HTTP/1.1" 404 185 0.002870 10.0.0.19 - - [2025-06-30 02:27:22] "PUT /global-system-config/5499adc5-931a-47c2-b0da-b5d5a4571fe2 HTTP/1.1" 200 274 0.016077 10.0.0.19 - - [2025-06-30 02:27:22] "POST /features HTTP/1.1" 200 523 0.022768 10.0.0.19 - - [2025-06-30 02:27:22] "POST /fqname-to-id HTTP/1.1" 404 184 0.002981 10.0.0.19 - - [2025-06-30 02:27:22] "POST /features HTTP/1.1" 200 521 0.016406 10.0.0.19 - - [2025-06-30 02:27:22] "POST /fqname-to-id HTTP/1.1" 404 184 0.002900 10.0.0.19 - - [2025-06-30 02:27:22] "POST /features HTTP/1.1" 200 521 0.023063 10.0.0.19 - - [2025-06-30 02:27:22] "POST /fqname-to-id HTTP/1.1" 404 189 0.002881 10.0.0.19 - - [2025-06-30 02:27:22] "POST /features HTTP/1.1" 200 531 0.015201 10.0.0.19 - - [2025-06-30 02:27:22] "POST /fqname-to-id HTTP/1.1" 404 184 0.002750 10.0.0.19 - - [2025-06-30 02:27:22] "POST /features HTTP/1.1" 200 521 0.074082 10.0.0.19 - - [2025-06-30 02:27:22] "POST /fqname-to-id HTTP/1.1" 404 193 0.002856 10.0.0.19 - - [2025-06-30 02:27:23] "POST /features HTTP/1.1" 200 539 0.040190 10.0.0.19 - - [2025-06-30 02:27:23] "POST /fqname-to-id HTTP/1.1" 404 186 0.002995 10.0.0.19 - - [2025-06-30 02:27:23] "POST /features HTTP/1.1" 200 525 0.025640 10.0.0.19 - - [2025-06-30 02:27:23] "POST /fqname-to-id HTTP/1.1" 404 183 0.003185 10.0.0.19 - - [2025-06-30 02:27:23] "POST /features HTTP/1.1" 200 519 0.037923 10.0.0.19 - - [2025-06-30 02:27:23] "POST /fqname-to-id HTTP/1.1" 404 182 0.003839 10.0.0.19 - - [2025-06-30 02:27:23] "POST /features HTTP/1.1" 200 517 0.188753 10.0.0.19 - - [2025-06-30 02:27:23] "POST /fqname-to-id HTTP/1.1" 404 190 0.003712 10.0.0.19 - - [2025-06-30 02:27:23] "POST /features HTTP/1.1" 200 533 0.030423 10.0.0.19 - - [2025-06-30 02:27:23] "POST /fqname-to-id HTTP/1.1" 404 194 0.003092 10.0.0.19 - - [2025-06-30 02:27:23] "POST /features HTTP/1.1" 200 541 0.021616 10.0.0.19 - - [2025-06-30 02:27:23] "POST /fqname-to-id HTTP/1.1" 404 178 0.003175 10.0.0.19 - - [2025-06-30 02:27:23] "POST /physical-roles HTTP/1.1" 200 521 0.035247 10.0.0.19 - - [2025-06-30 02:27:24] "POST /fqname-to-id HTTP/1.1" 404 179 0.003059 10.0.0.19 - - [2025-06-30 02:27:24] "POST /physical-roles HTTP/1.1" 200 523 0.019126 10.0.0.19 - - [2025-06-30 02:27:24] "POST /fqname-to-id HTTP/1.1" 404 184 0.003078 10.0.0.19 - - [2025-06-30 02:27:24] "POST /physical-roles HTTP/1.1" 200 533 0.029894 10.0.0.19 - - [2025-06-30 02:27:24] "POST /fqname-to-id HTTP/1.1" 404 177 0.006723 10.0.0.19 - - [2025-06-30 02:27:24] "POST /physical-roles HTTP/1.1" 200 519 0.018032 10.0.0.19 - - [2025-06-30 02:27:24] "POST /fqname-to-id HTTP/1.1" 404 191 0.002970 10.0.0.19 - - [2025-06-30 02:27:24] "POST /overlay-roles HTTP/1.1" 200 545 0.021366 10.0.0.19 - - [2025-06-30 02:27:24] "POST /fqname-to-id HTTP/1.1" 404 184 0.003207 10.0.0.19 - - [2025-06-30 02:27:24] "POST /overlay-roles HTTP/1.1" 200 531 0.018150 10.0.0.19 - - [2025-06-30 02:27:24] "POST /fqname-to-id HTTP/1.1" 404 191 0.003243 10.0.0.19 - - [2025-06-30 02:27:24] "POST /overlay-roles HTTP/1.1" 200 545 0.019286 10.0.0.19 - - [2025-06-30 02:27:24] "POST /fqname-to-id HTTP/1.1" 404 185 0.002983 10.0.0.19 - - [2025-06-30 02:27:24] "POST /overlay-roles HTTP/1.1" 200 533 0.016009 10.0.0.19 - - [2025-06-30 02:27:24] "POST /fqname-to-id HTTP/1.1" 404 189 0.002850 10.0.0.19 - - [2025-06-30 02:27:24] "POST /overlay-roles HTTP/1.1" 200 541 0.019168 10.0.0.19 - - [2025-06-30 02:27:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.19 - - [2025-06-30 02:27:24] "PUT /overlay-role/49e732dc-79e3-4289-8931-df331ef48a69 HTTP/1.1" 200 258 0.011508 10.0.0.19 - - [2025-06-30 02:27:25] "POST /fqname-to-id HTTP/1.1" 404 184 0.003130 10.0.0.19 - - [2025-06-30 02:27:25] "POST /overlay-roles HTTP/1.1" 200 531 0.021774 10.0.0.19 - - [2025-06-30 02:27:25] "POST /fqname-to-id HTTP/1.1" 404 185 0.002928 10.0.0.19 - - [2025-06-30 02:27:25] "POST /overlay-roles HTTP/1.1" 200 533 0.020828 10.0.0.19 - - [2025-06-30 02:27:25] "POST /fqname-to-id HTTP/1.1" 404 183 0.003571 10.0.0.19 - - [2025-06-30 02:27:25] "POST /overlay-roles HTTP/1.1" 200 529 0.021228 10.0.0.19 - - [2025-06-30 02:27:25] "POST /fqname-to-id HTTP/1.1" 404 187 0.003453 10.0.0.19 - - [2025-06-30 02:27:25] "POST /overlay-roles HTTP/1.1" 200 537 0.017164 10.0.0.19 - - [2025-06-30 02:27:25] "POST /fqname-to-id HTTP/1.1" 404 189 0.003133 10.0.0.19 - - [2025-06-30 02:27:25] "POST /overlay-roles HTTP/1.1" 200 541 0.019750 10.0.0.19 - - [2025-06-30 02:27:25] "POST /fqname-to-id HTTP/1.1" 404 178 0.002792 10.0.0.19 - - [2025-06-30 02:27:25] "POST /overlay-roles HTTP/1.1" 200 519 0.017078 10.0.0.19 - - [2025-06-30 02:27:25] "POST /fqname-to-id HTTP/1.1" 404 190 0.002691 10.0.0.19 - - [2025-06-30 02:27:25] "POST /overlay-roles HTTP/1.1" 200 543 0.017384 10.0.0.19 - - [2025-06-30 02:27:25] "POST /fqname-to-id HTTP/1.1" 404 182 0.003299 10.0.0.19 - - [2025-06-30 02:27:25] "POST /role-definitions HTTP/1.1" 200 533 0.015898 10.0.0.19 - - [2025-06-30 02:27:25] "POST /fqname-to-id HTTP/1.1" 404 189 0.003695 10.0.0.19 - - [2025-06-30 02:27:26] "POST /role-definitions HTTP/1.1" 200 547 0.014609 10.0.0.19 - - [2025-06-30 02:27:26] "POST /fqname-to-id HTTP/1.1" 404 190 0.003549 10.0.0.19 - - [2025-06-30 02:27:26] "POST /role-definitions HTTP/1.1" 200 549 0.034210 10.0.0.19 - - [2025-06-30 02:27:26] "POST /fqname-to-id HTTP/1.1" 404 191 0.002815 10.0.0.19 - - [2025-06-30 02:27:26] "POST /role-definitions HTTP/1.1" 200 551 0.015621 10.0.0.19 - - [2025-06-30 02:27:26] "POST /fqname-to-id HTTP/1.1" 404 197 0.004281 10.0.0.19 - - [2025-06-30 02:27:26] "POST /role-definitions HTTP/1.1" 200 563 0.016266 10.0.0.19 - - [2025-06-30 02:27:26] "POST /fqname-to-id HTTP/1.1" 404 189 0.003253 10.0.0.19 - - [2025-06-30 02:27:26] "POST /role-definitions HTTP/1.1" 200 547 0.021587 10.0.0.19 - - [2025-06-30 02:27:26] "POST /fqname-to-id HTTP/1.1" 404 190 0.003037 10.0.0.19 - - [2025-06-30 02:27:26] "POST /role-definitions HTTP/1.1" 200 549 0.015369 10.0.0.19 - - [2025-06-30 02:27:26] "POST /fqname-to-id HTTP/1.1" 404 191 0.003175 10.0.0.19 - - [2025-06-30 02:27:26] "POST /role-definitions HTTP/1.1" 200 551 0.016120 10.0.0.19 - - [2025-06-30 02:27:26] "POST /fqname-to-id HTTP/1.1" 404 190 0.002966 10.0.0.19 - - [2025-06-30 02:27:26] "POST /role-definitions HTTP/1.1" 200 549 0.018994 10.0.0.19 - - [2025-06-30 02:27:26] "POST /fqname-to-id HTTP/1.1" 404 196 0.002935 10.0.0.19 - - [2025-06-30 02:27:26] "POST /role-definitions HTTP/1.1" 200 561 0.020633 10.0.0.19 - - [2025-06-30 02:27:26] "POST /fqname-to-id HTTP/1.1" 404 189 0.002736 10.0.0.19 - - [2025-06-30 02:27:27] "POST /role-definitions HTTP/1.1" 200 547 0.015995 10.0.0.19 - - [2025-06-30 02:27:27] "POST /fqname-to-id HTTP/1.1" 404 190 0.002773 10.0.0.19 - - [2025-06-30 02:27:27] "POST /role-definitions HTTP/1.1" 200 549 0.029444 10.0.0.19 - - [2025-06-30 02:27:27] "POST /fqname-to-id HTTP/1.1" 404 188 0.003005 10.0.0.19 - - [2025-06-30 02:27:27] "POST /role-definitions HTTP/1.1" 200 545 0.016443 10.0.0.19 - - [2025-06-30 02:27:27] "POST /fqname-to-id HTTP/1.1" 404 189 0.002892 10.0.0.19 - - [2025-06-30 02:27:27] "POST /role-definitions HTTP/1.1" 200 547 0.017649 10.0.0.19 - - [2025-06-30 02:27:27] "POST /fqname-to-id HTTP/1.1" 404 192 0.003008 10.0.0.19 - - [2025-06-30 02:27:27] "POST /role-definitions HTTP/1.1" 200 553 0.028056 10.0.0.19 - - [2025-06-30 02:27:27] "POST /fqname-to-id HTTP/1.1" 404 193 0.003602 10.0.0.19 - - [2025-06-30 02:27:27] "POST /role-definitions HTTP/1.1" 200 555 0.016394 10.0.0.19 - - [2025-06-30 02:27:27] "POST /fqname-to-id HTTP/1.1" 404 182 0.003146 10.0.0.19 - - [2025-06-30 02:27:27] "GET /global-system-configs HTTP/1.1" 200 322 0.593363 10.0.0.19 - - [2025-06-30 02:27:27] "POST /role-definitions HTTP/1.1" 200 533 0.015334 10.0.0.19 - - [2025-06-30 02:27:27] "POST /fqname-to-id HTTP/1.1" 404 187 0.002935 10.0.0.19 - - [2025-06-30 02:27:27] "POST /role-definitions HTTP/1.1" 200 543 0.015962 10.0.0.19 - - [2025-06-30 02:27:27] "POST /fqname-to-id HTTP/1.1" 404 181 0.002757 10.0.0.19 - - [2025-06-30 02:27:27] "POST /role-definitions HTTP/1.1" 200 531 0.015942 10.0.0.19 - - [2025-06-30 02:27:28] "POST /fqname-to-id HTTP/1.1" 404 184 0.003070 10.0.0.19 - - [2025-06-30 02:27:28] "POST /role-definitions HTTP/1.1" 200 537 0.026207 10.0.0.19 - - [2025-06-30 02:27:28] "POST /fqname-to-id HTTP/1.1" 404 189 0.003004 10.0.0.19 - - [2025-06-30 02:27:28] "POST /role-definitions HTTP/1.1" 200 547 0.021379 10.0.0.19 - - [2025-06-30 02:27:28] "POST /fqname-to-id HTTP/1.1" 404 194 0.003133 10.0.0.19 - - [2025-06-30 02:27:28] "POST /role-definitions HTTP/1.1" 200 557 0.015393 10.0.0.19 - - [2025-06-30 02:27:28] "POST /fqname-to-id HTTP/1.1" 404 196 0.002927 10.0.0.19 - - [2025-06-30 02:27:28] "POST /role-definitions HTTP/1.1" 200 561 0.015211 10.0.0.19 - - [2025-06-30 02:27:28] "POST /fqname-to-id HTTP/1.1" 404 195 0.004334 10.0.0.19 - - [2025-06-30 02:27:28] "POST /role-definitions HTTP/1.1" 200 559 0.014922 10.0.0.19 - - [2025-06-30 02:27:28] "POST /fqname-to-id HTTP/1.1" 404 196 0.003034 10.0.0.19 - - [2025-06-30 02:27:28] "POST /feature-configs HTTP/1.1" 200 537 0.016626 10.0.0.19 - - [2025-06-30 02:27:28] "POST /fqname-to-id HTTP/1.1" 404 212 0.002752 10.0.0.19 - - [2025-06-30 02:27:28] "POST /feature-configs HTTP/1.1" 200 562 0.016238 10.0.0.19 - - [2025-06-30 02:27:28] "POST /fqname-to-id HTTP/1.1" 404 211 0.002963 10.0.0.19 - - [2025-06-30 02:27:28] "GET /global-system-configs HTTP/1.1" 200 322 0.021017 10.0.0.19 - - [2025-06-30 02:27:28] "POST /feature-configs HTTP/1.1" 200 561 0.017934 10.0.0.19 - - [2025-06-30 02:27:28] "POST /fqname-to-id HTTP/1.1" 404 192 0.002877 10.0.0.19 - - [2025-06-30 02:27:28] "POST /node-profiles HTTP/1.1" 200 547 0.018336 10.0.0.19 - - [2025-06-30 02:27:29] "POST /fqname-to-id HTTP/1.1" 404 187 0.003205 10.0.0.19 - - [2025-06-30 02:27:29] "POST /node-profiles HTTP/1.1" 200 537 0.015717 10.0.0.19 - - [2025-06-30 02:27:29] "POST /fqname-to-id HTTP/1.1" 404 193 0.003010 10.0.0.19 - - [2025-06-30 02:27:29] "POST /node-profiles HTTP/1.1" 200 549 0.017175 10.0.0.19 - - [2025-06-30 02:27:29] "POST /fqname-to-id HTTP/1.1" 404 189 0.003029 10.0.0.19 - - [2025-06-30 02:27:29] "POST /node-profiles HTTP/1.1" 200 541 0.015474 10.0.0.19 - - [2025-06-30 02:27:29] "POST /fqname-to-id HTTP/1.1" 404 189 0.002763 10.0.0.19 - - [2025-06-30 02:27:29] "POST /node-profiles HTTP/1.1" 200 541 0.015848 10.0.0.19 - - [2025-06-30 02:27:29] "POST /fqname-to-id HTTP/1.1" 404 188 0.002824 10.0.0.19 - - [2025-06-30 02:27:29] "POST /node-profiles HTTP/1.1" 200 539 0.016267 10.0.0.19 - - [2025-06-30 02:27:29] "POST /fqname-to-id HTTP/1.1" 404 184 0.002999 10.0.0.19 - - [2025-06-30 02:27:29] "POST /node-profiles HTTP/1.1" 200 531 0.017073 10.0.0.19 - - [2025-06-30 02:27:29] "POST /fqname-to-id HTTP/1.1" 404 185 0.003036 10.0.0.19 - - [2025-06-30 02:27:29] "POST /node-profiles HTTP/1.1" 200 533 0.039580 10.0.0.19 - - [2025-06-30 02:27:29] "POST /fqname-to-id HTTP/1.1" 404 197 0.002985 10.0.0.19 - - [2025-06-30 02:27:29] "POST /node-profiles HTTP/1.1" 200 557 0.015804 10.0.0.19 - - [2025-06-30 02:27:29] "POST /fqname-to-id HTTP/1.1" 404 206 0.002938 10.0.0.19 - - [2025-06-30 02:27:29] "POST /telemetry-profiles HTTP/1.1" 200 554 0.015905 10.0.0.19 - - [2025-06-30 02:27:30] "POST /fqname-to-id HTTP/1.1" 404 206 0.002729 10.0.0.19 - - [2025-06-30 02:27:30] "POST /telemetry-profiles HTTP/1.1" 200 554 0.024844 10.0.0.19 - - [2025-06-30 02:27:30] "POST /fqname-to-id HTTP/1.1" 404 206 0.002766 10.0.0.19 - - [2025-06-30 02:27:30] "POST /telemetry-profiles HTTP/1.1" 200 554 0.014929 10.0.0.19 - - [2025-06-30 02:27:30] "POST /fqname-to-id HTTP/1.1" 404 206 0.002968 10.0.0.19 - - [2025-06-30 02:27:30] "POST /telemetry-profiles HTTP/1.1" 200 554 0.015588 10.0.0.19 - - [2025-06-30 02:27:30] "POST /fqname-to-id HTTP/1.1" 404 206 0.002938 10.0.0.19 - - [2025-06-30 02:27:30] "POST /telemetry-profiles HTTP/1.1" 200 554 0.016070 10.0.0.19 - - [2025-06-30 02:27:30] "POST /fqname-to-id HTTP/1.1" 404 206 0.003078 10.0.0.19 - - [2025-06-30 02:27:30] "POST /telemetry-profiles HTTP/1.1" 200 554 0.016679 10.0.0.19 - - [2025-06-30 02:27:30] "POST /fqname-to-id HTTP/1.1" 404 199 0.002756 10.0.0.19 - - [2025-06-30 02:27:30] "POST /sflow-profiles HTTP/1.1" 200 532 0.017390 10.0.0.19 - - [2025-06-30 02:27:30] "POST /fqname-to-id HTTP/1.1" 404 202 0.002977 10.0.0.19 - - [2025-06-30 02:27:30] "POST /sflow-profiles HTTP/1.1" 200 538 0.015474 10.0.0.19 - - [2025-06-30 02:27:30] "POST /fqname-to-id HTTP/1.1" 404 202 0.002748 10.0.0.19 - - [2025-06-30 02:27:30] "POST /sflow-profiles HTTP/1.1" 200 538 0.016372 10.0.0.19 - - [2025-06-30 02:27:30] "POST /fqname-to-id HTTP/1.1" 404 199 0.002690 10.0.0.19 - - [2025-06-30 02:27:30] "POST /grpc-profiles HTTP/1.1" 200 530 0.016866 10.0.0.19 - - [2025-06-30 02:27:31] "POST /fqname-to-id HTTP/1.1" 404 199 0.003034 10.0.0.19 - - [2025-06-30 02:27:31] "POST /snmp-profiles HTTP/1.1" 200 530 0.015117 10.0.0.19 - - [2025-06-30 02:27:31] "POST /fqname-to-id HTTP/1.1" 404 202 0.002782 10.0.0.19 - - [2025-06-30 02:27:31] "POST /netconf-profiles HTTP/1.1" 200 542 0.014830 10.0.0.19 - - [2025-06-30 02:27:31] "POST /fqname-to-id HTTP/1.1" 404 193 0.003047 10.0.0.19 - - [2025-06-30 02:27:31] "POST /device-functional-groups HTTP/1.1" 200 540 0.015153 10.0.0.19 - - [2025-06-30 02:27:31] "POST /fqname-to-id HTTP/1.1" 404 193 0.002836 10.0.0.19 - - [2025-06-30 02:27:31] "POST /device-functional-groups HTTP/1.1" 200 540 0.014956 10.0.0.19 - - [2025-06-30 02:27:31] "POST /fqname-to-id HTTP/1.1" 404 195 0.002830 10.0.0.19 - - [2025-06-30 02:27:31] "POST /device-functional-groups HTTP/1.1" 200 544 0.016161 10.0.0.19 - - [2025-06-30 02:27:31] "POST /fqname-to-id HTTP/1.1" 404 194 0.002811 10.0.0.19 - - [2025-06-30 02:27:31] "POST /device-functional-groups HTTP/1.1" 200 542 0.015405 10.0.0.19 - - [2025-06-30 02:27:31] "POST /fqname-to-id HTTP/1.1" 404 218 0.002737 10.0.0.19 - - [2025-06-30 02:27:31] "POST /device-functional-groups HTTP/1.1" 200 590 0.029235 10.0.0.19 - - [2025-06-30 02:27:31] "POST /fqname-to-id HTTP/1.1" 404 208 0.002720 10.0.0.19 - - [2025-06-30 02:27:31] "POST /device-functional-groups HTTP/1.1" 200 570 0.016078 10.0.0.19 - - [2025-06-30 02:27:31] "POST /fqname-to-id HTTP/1.1" 404 236 0.003020 10.0.0.19 - - [2025-06-30 02:27:31] "POST /device-functional-groups HTTP/1.1" 200 620 0.016967 10.0.0.19 - - [2025-06-30 02:27:32] "POST /fqname-to-id HTTP/1.1" 404 206 0.003200 10.0.0.19 - - [2025-06-30 02:27:32] "POST /device-functional-groups HTTP/1.1" 200 566 0.014233 10.0.0.19 - - [2025-06-30 02:27:32] "POST /fqname-to-id HTTP/1.1" 404 205 0.002943 10.0.0.19 - - [2025-06-30 02:27:32] "POST /device-functional-groups HTTP/1.1" 200 564 0.014961 10.0.0.19 - - [2025-06-30 02:27:32] "POST /fqname-to-id HTTP/1.1" 404 210 0.002986 10.0.0.19 - - [2025-06-30 02:27:32] "POST /device-functional-groups HTTP/1.1" 200 574 0.014985 10.0.0.19 - - [2025-06-30 02:27:32] "POST /fqname-to-id HTTP/1.1" 404 201 0.002764 10.0.0.19 - - [2025-06-30 02:27:32] "POST /role-configs HTTP/1.1" 200 525 0.015938 10.0.0.19 - - [2025-06-30 02:27:32] "POST /fqname-to-id HTTP/1.1" 404 196 0.002820 10.0.0.19 - - [2025-06-30 02:27:32] "POST /role-configs HTTP/1.1" 200 520 0.018541 10.0.0.19 - - [2025-06-30 02:27:32] "POST /fqname-to-id HTTP/1.1" 404 198 0.002870 10.0.0.19 - - [2025-06-30 02:27:32] "POST /role-configs HTTP/1.1" 200 522 0.018447 10.0.0.19 - - [2025-06-30 02:27:32] "POST /fqname-to-id HTTP/1.1" 404 198 0.002911 10.0.0.19 - - [2025-06-30 02:27:32] "POST /role-configs HTTP/1.1" 200 522 0.021068 10.0.0.19 - - [2025-06-30 02:27:32] "POST /fqname-to-id HTTP/1.1" 404 202 0.003244 10.0.0.19 - - [2025-06-30 02:27:32] "POST /role-configs HTTP/1.1" 200 526 0.017140 10.0.0.19 - - [2025-06-30 02:27:32] "POST /fqname-to-id HTTP/1.1" 404 197 0.003308 10.0.0.19 - - [2025-06-30 02:27:32] "POST /role-configs HTTP/1.1" 200 521 0.017367 10.0.0.19 - - [2025-06-30 02:27:33] "POST /fqname-to-id HTTP/1.1" 404 193 0.003669 10.0.0.19 - - [2025-06-30 02:27:33] "POST /role-configs HTTP/1.1" 200 517 0.018675 10.0.0.19 - - [2025-06-30 02:27:33] "POST /fqname-to-id HTTP/1.1" 404 194 0.003707 10.0.0.19 - - [2025-06-30 02:27:33] "POST /role-configs HTTP/1.1" 200 518 0.020160 10.0.0.19 - - [2025-06-30 02:27:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.19 - - [2025-06-30 02:27:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002762 10.0.0.19 - - [2025-06-30 02:27:33] "POST /ref-update HTTP/1.1" 200 156 0.009312 10.0.0.19 - - [2025-06-30 02:27:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.19 - - [2025-06-30 02:27:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.19 - - [2025-06-30 02:27:33] "POST /ref-update HTTP/1.1" 200 156 0.007879 10.0.0.19 - - [2025-06-30 02:27:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.19 - - [2025-06-30 02:27:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002937 10.0.0.19 - - [2025-06-30 02:27:33] "POST /ref-update HTTP/1.1" 200 156 0.007630 10.0.0.19 - - [2025-06-30 02:27:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.19 - - [2025-06-30 02:27:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.19 - - [2025-06-30 02:27:33] "POST /ref-update HTTP/1.1" 200 156 0.008584 10.0.0.19 - - [2025-06-30 02:27:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.19 - - [2025-06-30 02:27:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.19 - - [2025-06-30 02:27:33] "POST /ref-update HTTP/1.1" 200 156 0.008519 10.0.0.19 - - [2025-06-30 02:27:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002870 10.0.0.19 - - [2025-06-30 02:27:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002868 10.0.0.19 - - [2025-06-30 02:27:34] "POST /ref-update HTTP/1.1" 200 156 0.008130 10.0.0.19 - - [2025-06-30 02:27:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002811 10.0.0.19 - - [2025-06-30 02:27:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004148 10.0.0.19 - - [2025-06-30 02:27:34] "POST /ref-update HTTP/1.1" 200 156 0.009078 10.0.0.19 - - [2025-06-30 02:27:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002953 10.0.0.19 - - [2025-06-30 02:27:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.19 - - [2025-06-30 02:27:34] "POST /ref-update HTTP/1.1" 200 156 0.008630 10.0.0.19 - - [2025-06-30 02:27:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003017 10.0.0.19 - - [2025-06-30 02:27:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.19 - - [2025-06-30 02:27:34] "POST /ref-update HTTP/1.1" 200 156 0.008305 10.0.0.19 - - [2025-06-30 02:27:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.19 - - [2025-06-30 02:27:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.19 - - [2025-06-30 02:27:34] "POST /ref-update HTTP/1.1" 200 156 0.009674 10.0.0.19 - - [2025-06-30 02:27:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003856 10.0.0.19 - - [2025-06-30 02:27:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.19 - - [2025-06-30 02:27:34] "POST /ref-update HTTP/1.1" 200 156 0.010490 10.0.0.19 - - [2025-06-30 02:27:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.19 - - [2025-06-30 02:27:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002818 10.0.0.19 - - [2025-06-30 02:27:35] "POST /ref-update HTTP/1.1" 200 156 0.009109 10.0.0.19 - - [2025-06-30 02:27:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002895 10.0.0.19 - - [2025-06-30 02:27:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.19 - - [2025-06-30 02:27:35] "POST /ref-update HTTP/1.1" 200 156 0.007402 10.0.0.19 - - [2025-06-30 02:27:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003765 10.0.0.19 - - [2025-06-30 02:27:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002744 10.0.0.19 - - [2025-06-30 02:27:35] "POST /ref-update HTTP/1.1" 200 156 0.007522 10.0.0.19 - - [2025-06-30 02:27:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002967 10.0.0.19 - - [2025-06-30 02:27:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002965 10.0.0.19 - - [2025-06-30 02:27:35] "POST /ref-update HTTP/1.1" 200 156 0.007733 10.0.0.19 - - [2025-06-30 02:27:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.19 - - [2025-06-30 02:27:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.19 - - [2025-06-30 02:27:35] "POST /ref-update HTTP/1.1" 200 156 0.008045 10.0.0.19 - - [2025-06-30 02:27:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.19 - - [2025-06-30 02:27:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003060 10.0.0.19 - - [2025-06-30 02:27:35] "POST /ref-update HTTP/1.1" 200 156 0.007897 10.0.0.19 - - [2025-06-30 02:27:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003789 10.0.0.19 - - [2025-06-30 02:27:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003753 10.0.0.19 - - [2025-06-30 02:27:35] "POST /ref-update HTTP/1.1" 200 156 0.009907 10.0.0.19 - - [2025-06-30 02:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.19 - - [2025-06-30 02:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.19 - - [2025-06-30 02:27:36] "POST /ref-update HTTP/1.1" 200 156 0.007438 10.0.0.19 - - [2025-06-30 02:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.19 - - [2025-06-30 02:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003060 10.0.0.19 - - [2025-06-30 02:27:36] "POST /ref-update HTTP/1.1" 200 156 0.008314 10.0.0.19 - - [2025-06-30 02:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003990 10.0.0.19 - - [2025-06-30 02:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002873 10.0.0.19 - - [2025-06-30 02:27:36] "POST /ref-update HTTP/1.1" 200 156 0.008753 10.0.0.19 - - [2025-06-30 02:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.19 - - [2025-06-30 02:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002790 10.0.0.19 - - [2025-06-30 02:27:36] "POST /ref-update HTTP/1.1" 200 156 0.007087 10.0.0.19 - - [2025-06-30 02:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002862 10.0.0.19 - - [2025-06-30 02:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003142 10.0.0.19 - - [2025-06-30 02:27:36] "POST /ref-update HTTP/1.1" 200 156 0.006974 10.0.0.19 - - [2025-06-30 02:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.19 - - [2025-06-30 02:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.19 - - [2025-06-30 02:27:36] "POST /ref-update HTTP/1.1" 200 156 0.007924 10.0.0.19 - - [2025-06-30 02:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002994 10.0.0.19 - - [2025-06-30 02:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003971 10.0.0.19 - - [2025-06-30 02:27:37] "POST /ref-update HTTP/1.1" 200 156 0.008232 10.0.0.19 - - [2025-06-30 02:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003079 10.0.0.19 - - [2025-06-30 02:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002809 10.0.0.19 - - [2025-06-30 02:27:37] "POST /ref-update HTTP/1.1" 200 156 0.007052 10.0.0.19 - - [2025-06-30 02:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002890 10.0.0.19 - - [2025-06-30 02:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002936 10.0.0.19 - - [2025-06-30 02:27:37] "POST /ref-update HTTP/1.1" 200 156 0.007670 10.0.0.19 - - [2025-06-30 02:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.19 - - [2025-06-30 02:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002770 10.0.0.19 - - [2025-06-30 02:27:37] "POST /ref-update HTTP/1.1" 200 156 0.007429 10.0.0.19 - - [2025-06-30 02:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.19 - - [2025-06-30 02:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.19 - - [2025-06-30 02:27:37] "POST /ref-update HTTP/1.1" 200 156 0.007269 10.0.0.19 - - [2025-06-30 02:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.19 - - [2025-06-30 02:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.19 - - [2025-06-30 02:27:37] "POST /ref-update HTTP/1.1" 200 156 0.007630 10.0.0.19 - - [2025-06-30 02:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003245 10.0.0.19 - - [2025-06-30 02:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.19 - - [2025-06-30 02:27:37] "POST /ref-update HTTP/1.1" 200 156 0.007966 10.0.0.19 - - [2025-06-30 02:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003095 10.0.0.19 - - [2025-06-30 02:27:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002785 10.0.0.19 - - [2025-06-30 02:27:38] "POST /ref-update HTTP/1.1" 200 156 0.007140 10.0.0.19 - - [2025-06-30 02:27:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002674 10.0.0.19 - - [2025-06-30 02:27:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002721 10.0.0.19 - - [2025-06-30 02:27:38] "POST /ref-update HTTP/1.1" 200 156 0.007697 10.0.0.19 - - [2025-06-30 02:27:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002925 10.0.0.19 - - [2025-06-30 02:27:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002878 10.0.0.19 - - [2025-06-30 02:27:38] "POST /ref-update HTTP/1.1" 200 156 0.008848 10.0.0.19 - - [2025-06-30 02:27:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.19 - - [2025-06-30 02:27:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.19 - - [2025-06-30 02:27:38] "POST /ref-update HTTP/1.1" 200 156 0.008431 10.0.0.19 - - [2025-06-30 02:27:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002830 10.0.0.19 - - [2025-06-30 02:27:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.19 - - [2025-06-30 02:27:38] "POST /ref-update HTTP/1.1" 200 156 0.007330 10.0.0.19 - - [2025-06-30 02:27:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003981 10.0.0.19 - - [2025-06-30 02:27:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004036 10.0.0.19 - - [2025-06-30 02:27:38] "POST /ref-update HTTP/1.1" 200 156 0.009441 10.0.0.19 - - [2025-06-30 02:27:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.19 - - [2025-06-30 02:27:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002893 10.0.0.19 - - [2025-06-30 02:27:38] "POST /ref-update HTTP/1.1" 200 156 0.006388 10.0.0.19 - - [2025-06-30 02:27:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.19 - - [2025-06-30 02:27:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003033 10.0.0.19 - - [2025-06-30 02:27:39] "POST /ref-update HTTP/1.1" 200 156 0.007257 10.0.0.19 - - [2025-06-30 02:27:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.19 - - [2025-06-30 02:27:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002925 10.0.0.19 - - [2025-06-30 02:27:39] "POST /ref-update HTTP/1.1" 200 156 0.006546 10.0.0.19 - - [2025-06-30 02:27:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004006 10.0.0.19 - - [2025-06-30 02:27:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002894 10.0.0.19 - - [2025-06-30 02:27:39] "POST /ref-update HTTP/1.1" 200 156 0.009570 10.0.0.19 - - [2025-06-30 02:27:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.19 - - [2025-06-30 02:27:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003811 10.0.0.19 - - [2025-06-30 02:27:39] "POST /ref-update HTTP/1.1" 200 156 0.008803 10.0.0.19 - - [2025-06-30 02:27:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003997 10.0.0.19 - - [2025-06-30 02:27:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002777 10.0.0.19 - - [2025-06-30 02:27:39] "POST /ref-update HTTP/1.1" 200 156 0.012841 10.0.0.19 - - [2025-06-30 02:27:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.19 - - [2025-06-30 02:27:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348 10.0.0.19 - - [2025-06-30 02:27:39] "POST /ref-update HTTP/1.1" 200 156 0.006395 10.0.0.19 - - [2025-06-30 02:27:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.19 - - [2025-06-30 02:27:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002801 10.0.0.19 - - [2025-06-30 02:27:40] "POST /ref-update HTTP/1.1" 200 156 0.009085 10.0.0.19 - - [2025-06-30 02:27:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002815 10.0.0.19 - - [2025-06-30 02:27:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003108 10.0.0.19 - - [2025-06-30 02:27:40] "POST /ref-update HTTP/1.1" 200 156 0.006645 10.0.0.19 - - [2025-06-30 02:27:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004487 10.0.0.19 - - [2025-06-30 02:27:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002854 10.0.0.19 - - [2025-06-30 02:27:40] "POST /ref-update HTTP/1.1" 200 156 0.009380 10.0.0.19 - - [2025-06-30 02:27:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002743 10.0.0.19 - - [2025-06-30 02:27:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003193 10.0.0.19 - - [2025-06-30 02:27:40] "POST /ref-update HTTP/1.1" 200 156 0.006318 10.0.0.19 - - [2025-06-30 02:27:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002956 10.0.0.19 - - [2025-06-30 02:27:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002751 10.0.0.19 - - [2025-06-30 02:27:40] "POST /ref-update HTTP/1.1" 200 156 0.006741 10.0.0.19 - - [2025-06-30 02:27:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.19 - - [2025-06-30 02:27:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.19 - - [2025-06-30 02:27:40] "POST /ref-update HTTP/1.1" 200 156 0.007578 10.0.0.19 - - [2025-06-30 02:27:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.19 - - [2025-06-30 02:27:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002845 10.0.0.19 - - [2025-06-30 02:27:40] "POST /ref-update HTTP/1.1" 200 156 0.007282 10.0.0.19 - - [2025-06-30 02:27:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002830 10.0.0.19 - - [2025-06-30 02:27:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.19 - - [2025-06-30 02:27:41] "POST /ref-update HTTP/1.1" 200 156 0.006724 10.0.0.19 - - [2025-06-30 02:27:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.19 - - [2025-06-30 02:27:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003833 10.0.0.19 - - [2025-06-30 02:27:41] "POST /ref-update HTTP/1.1" 200 156 0.009310 10.0.0.19 - - [2025-06-30 02:27:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002859 10.0.0.19 - - [2025-06-30 02:27:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.19 - - [2025-06-30 02:27:41] "POST /ref-update HTTP/1.1" 200 156 0.006441 10.0.0.19 - - [2025-06-30 02:27:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003143 10.0.0.19 - - [2025-06-30 02:27:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003094 10.0.0.19 - - [2025-06-30 02:27:41] "POST /ref-update HTTP/1.1" 200 156 0.007489 10.0.0.19 - - [2025-06-30 02:27:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.19 - - [2025-06-30 02:27:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003423 10.0.0.19 - - [2025-06-30 02:27:41] "POST /ref-update HTTP/1.1" 200 156 0.006670 10.0.0.19 - - [2025-06-30 02:27:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002979 10.0.0.19 - - [2025-06-30 02:27:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.19 - - [2025-06-30 02:27:41] "POST /ref-update HTTP/1.1" 200 156 0.007459 10.0.0.19 - - [2025-06-30 02:27:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.19 - - [2025-06-30 02:27:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.19 - - [2025-06-30 02:27:42] "POST /ref-update HTTP/1.1" 200 156 0.007119 10.0.0.19 - - [2025-06-30 02:27:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.19 - - [2025-06-30 02:27:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002856 10.0.0.19 - - [2025-06-30 02:27:42] "POST /ref-update HTTP/1.1" 200 156 0.007056 10.0.0.19 - - [2025-06-30 02:27:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002912 10.0.0.19 - - [2025-06-30 02:27:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.19 - - [2025-06-30 02:27:42] "POST /ref-update HTTP/1.1" 200 156 0.006996 10.0.0.19 - - [2025-06-30 02:27:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.19 - - [2025-06-30 02:27:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.19 - - [2025-06-30 02:27:42] "POST /ref-update HTTP/1.1" 200 156 0.007788 10.0.0.19 - - [2025-06-30 02:27:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.19 - - [2025-06-30 02:27:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002786 10.0.0.19 - - [2025-06-30 02:27:42] "POST /ref-update HTTP/1.1" 200 156 0.006989 10.0.0.19 - - [2025-06-30 02:27:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002834 10.0.0.19 - - [2025-06-30 02:27:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.19 - - [2025-06-30 02:27:42] "POST /ref-update HTTP/1.1" 200 156 0.006904 10.0.0.19 - - [2025-06-30 02:27:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.19 - - [2025-06-30 02:27:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.19 - - [2025-06-30 02:27:42] "POST /ref-update HTTP/1.1" 200 156 0.008538 10.0.0.19 - - [2025-06-30 02:27:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002868 10.0.0.19 - - [2025-06-30 02:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.19 - - [2025-06-30 02:27:43] "POST /ref-update HTTP/1.1" 200 156 0.006969 10.0.0.19 - - [2025-06-30 02:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.19 - - [2025-06-30 02:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.19 - - [2025-06-30 02:27:43] "POST /ref-update HTTP/1.1" 200 156 0.009819 10.0.0.19 - - [2025-06-30 02:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002817 10.0.0.19 - - [2025-06-30 02:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.19 - - [2025-06-30 02:27:43] "POST /ref-update HTTP/1.1" 200 156 0.009384 10.0.0.19 - - [2025-06-30 02:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002918 10.0.0.19 - - [2025-06-30 02:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002760 10.0.0.19 - - [2025-06-30 02:27:43] "POST /ref-update HTTP/1.1" 200 156 0.006779 10.0.0.19 - - [2025-06-30 02:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002916 10.0.0.19 - - [2025-06-30 02:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002873 10.0.0.19 - - [2025-06-30 02:27:43] "POST /ref-update HTTP/1.1" 200 156 0.008048 10.0.0.19 - - [2025-06-30 02:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.19 - - [2025-06-30 02:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002701 10.0.0.19 - - [2025-06-30 02:27:43] "POST /ref-update HTTP/1.1" 200 156 0.006765 10.0.0.19 - - [2025-06-30 02:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002829 10.0.0.19 - - [2025-06-30 02:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002831 10.0.0.19 - - [2025-06-30 02:27:44] "POST /ref-update HTTP/1.1" 200 156 0.007495 10.0.0.19 - - [2025-06-30 02:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002850 10.0.0.19 - - [2025-06-30 02:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.19 - - [2025-06-30 02:27:44] "POST /ref-update HTTP/1.1" 200 156 0.006805 10.0.0.19 - - [2025-06-30 02:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002842 10.0.0.19 - - [2025-06-30 02:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002715 10.0.0.19 - - [2025-06-30 02:27:44] "POST /ref-update HTTP/1.1" 200 156 0.006773 10.0.0.19 - - [2025-06-30 02:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002896 10.0.0.19 - - [2025-06-30 02:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.19 - - [2025-06-30 02:27:44] "POST /ref-update HTTP/1.1" 200 156 0.007910 10.0.0.19 - - [2025-06-30 02:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.19 - - [2025-06-30 02:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752 10.0.0.19 - - [2025-06-30 02:27:44] "POST /ref-update HTTP/1.1" 200 156 0.006897 10.0.0.19 - - [2025-06-30 02:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003956 10.0.0.19 - - [2025-06-30 02:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002747 10.0.0.19 - - [2025-06-30 02:27:44] "POST /ref-update HTTP/1.1" 200 156 0.007086 10.0.0.19 - - [2025-06-30 02:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002931 10.0.0.19 - - [2025-06-30 02:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002819 10.0.0.19 - - [2025-06-30 02:27:44] "POST /ref-update HTTP/1.1" 200 156 0.006661 10.0.0.19 - - [2025-06-30 02:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002898 10.0.0.19 - - [2025-06-30 02:27:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.19 - - [2025-06-30 02:27:45] "POST /ref-update HTTP/1.1" 200 156 0.006439 10.0.0.19 - - [2025-06-30 02:27:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.19 - - [2025-06-30 02:27:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002830 10.0.0.19 - - [2025-06-30 02:27:45] "POST /ref-update HTTP/1.1" 200 156 0.006972 10.0.0.19 - - [2025-06-30 02:27:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.19 - - [2025-06-30 02:27:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002890 10.0.0.19 - - [2025-06-30 02:27:45] "POST /ref-update HTTP/1.1" 200 156 0.007910 10.0.0.19 - - [2025-06-30 02:27:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.19 - - [2025-06-30 02:27:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002948 10.0.0.19 - - [2025-06-30 02:27:45] "POST /ref-update HTTP/1.1" 200 156 0.007011 10.0.0.19 - - [2025-06-30 02:27:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.19 - - [2025-06-30 02:27:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004515 10.0.0.19 - - [2025-06-30 02:27:45] "POST /ref-update HTTP/1.1" 200 156 0.007309 10.0.0.19 - - [2025-06-30 02:27:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.19 - - [2025-06-30 02:27:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002863 10.0.0.19 - - [2025-06-30 02:27:45] "POST /ref-update HTTP/1.1" 200 156 0.007715 10.0.0.19 - - [2025-06-30 02:27:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.19 - - [2025-06-30 02:27:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002813 10.0.0.19 - - [2025-06-30 02:27:45] "POST /ref-update HTTP/1.1" 200 156 0.006834 10.0.0.19 - - [2025-06-30 02:27:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002972 10.0.0.19 - - [2025-06-30 02:27:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003207 10.0.0.19 - - [2025-06-30 02:27:46] "POST /ref-update HTTP/1.1" 200 156 0.006564 10.0.0.19 - - [2025-06-30 02:27:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002976 10.0.0.19 - - [2025-06-30 02:27:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.19 - - [2025-06-30 02:27:46] "POST /ref-update HTTP/1.1" 200 156 0.007604 10.0.0.19 - - [2025-06-30 02:27:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.19 - - [2025-06-30 02:27:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002892 10.0.0.19 - - [2025-06-30 02:27:46] "POST /ref-update HTTP/1.1" 200 156 0.007457 10.0.0.19 - - [2025-06-30 02:27:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002914 10.0.0.19 - - [2025-06-30 02:27:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002884 10.0.0.19 - - [2025-06-30 02:27:46] "POST /ref-update HTTP/1.1" 200 156 0.007891 10.0.0.19 - - [2025-06-30 02:27:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.19 - - [2025-06-30 02:27:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.19 - - [2025-06-30 02:27:46] "POST /ref-update HTTP/1.1" 200 156 0.007215 10.0.0.19 - - [2025-06-30 02:27:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.19 - - [2025-06-30 02:27:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002936 10.0.0.19 - - [2025-06-30 02:27:46] "POST /ref-update HTTP/1.1" 200 156 0.008157 10.0.0.19 - - [2025-06-30 02:27:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003046 10.0.0.19 - - [2025-06-30 02:27:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002918 10.0.0.19 - - [2025-06-30 02:27:47] "POST /ref-update HTTP/1.1" 200 156 0.007342 10.0.0.19 - - [2025-06-30 02:27:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003122 10.0.0.19 - - [2025-06-30 02:27:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003051 10.0.0.19 - - [2025-06-30 02:27:47] "POST /ref-update HTTP/1.1" 200 156 0.007884 10.0.0.19 - - [2025-06-30 02:27:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.19 - - [2025-06-30 02:27:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002842 10.0.0.19 - - [2025-06-30 02:27:47] "POST /ref-update HTTP/1.1" 200 156 0.007577 10.0.0.19 - - [2025-06-30 02:27:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.19 - - [2025-06-30 02:27:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.19 - - [2025-06-30 02:27:47] "POST /ref-update HTTP/1.1" 200 156 0.007936 10.0.0.19 - - [2025-06-30 02:27:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003153 10.0.0.19 - - [2025-06-30 02:27:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.19 - - [2025-06-30 02:27:47] "POST /ref-update HTTP/1.1" 200 156 0.007664 10.0.0.19 - - [2025-06-30 02:27:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.19 - - [2025-06-30 02:27:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002849 10.0.0.19 - - [2025-06-30 02:27:47] "POST /ref-update HTTP/1.1" 200 156 0.012850 10.0.0.19 - - [2025-06-30 02:27:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003992 10.0.0.19 - - [2025-06-30 02:27:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002953 10.0.0.19 - - [2025-06-30 02:27:47] "POST /ref-update HTTP/1.1" 200 156 0.007043 10.0.0.19 - - [2025-06-30 02:27:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003048 10.0.0.19 - - [2025-06-30 02:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002881 10.0.0.19 - - [2025-06-30 02:27:48] "POST /ref-update HTTP/1.1" 200 156 0.007551 10.0.0.19 - - [2025-06-30 02:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002880 10.0.0.19 - - [2025-06-30 02:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.19 - - [2025-06-30 02:27:48] "POST /ref-update HTTP/1.1" 200 156 0.008574 10.0.0.19 - - [2025-06-30 02:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351 10.0.0.19 - - [2025-06-30 02:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.19 - - [2025-06-30 02:27:48] "POST /ref-update HTTP/1.1" 200 156 0.008473 10.0.0.19 - - [2025-06-30 02:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003071 10.0.0.19 - - [2025-06-30 02:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.19 - - [2025-06-30 02:27:48] "POST /ref-update HTTP/1.1" 200 156 0.007252 10.0.0.19 - - [2025-06-30 02:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002913 10.0.0.19 - - [2025-06-30 02:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002967 10.0.0.19 - - [2025-06-30 02:27:48] "POST /ref-update HTTP/1.1" 200 156 0.007992 10.0.0.19 - - [2025-06-30 02:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.19 - - [2025-06-30 02:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002974 10.0.0.19 - - [2025-06-30 02:27:48] "POST /ref-update HTTP/1.1" 200 156 0.007320 10.0.0.19 - - [2025-06-30 02:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003122 10.0.0.19 - - [2025-06-30 02:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.19 - - [2025-06-30 02:27:48] "POST /ref-update HTTP/1.1" 200 156 0.006896 10.0.0.19 - - [2025-06-30 02:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002916 10.0.0.19 - - [2025-06-30 02:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.19 - - [2025-06-30 02:27:49] "POST /ref-update HTTP/1.1" 200 156 0.007177 10.0.0.19 - - [2025-06-30 02:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002892 10.0.0.19 - - [2025-06-30 02:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.19 - - [2025-06-30 02:27:49] "POST /ref-update HTTP/1.1" 200 156 0.006851 10.0.0.19 - - [2025-06-30 02:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002621 10.0.0.19 - - [2025-06-30 02:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002809 10.0.0.19 - - [2025-06-30 02:27:49] "POST /ref-update HTTP/1.1" 200 156 0.006618 10.0.0.19 - - [2025-06-30 02:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002902 10.0.0.19 - - [2025-06-30 02:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.19 - - [2025-06-30 02:27:49] "POST /ref-update HTTP/1.1" 200 156 0.007815 10.0.0.19 - - [2025-06-30 02:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.19 - - [2025-06-30 02:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.19 - - [2025-06-30 02:27:49] "POST /ref-update HTTP/1.1" 200 156 0.007696 10.0.0.19 - - [2025-06-30 02:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002889 10.0.0.19 - - [2025-06-30 02:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002696 10.0.0.19 - - [2025-06-30 02:27:49] "POST /ref-update HTTP/1.1" 200 156 0.007881 10.0.0.19 - - [2025-06-30 02:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002774 10.0.0.19 - - [2025-06-30 02:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002907 10.0.0.19 - - [2025-06-30 02:27:50] "POST /ref-update HTTP/1.1" 200 156 0.007303 10.0.0.19 - - [2025-06-30 02:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002958 10.0.0.19 - - [2025-06-30 02:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003132 10.0.0.19 - - [2025-06-30 02:27:50] "POST /ref-update HTTP/1.1" 200 156 0.006836 10.0.0.19 - - [2025-06-30 02:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002882 10.0.0.19 - - [2025-06-30 02:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.19 - - [2025-06-30 02:27:50] "POST /ref-update HTTP/1.1" 200 156 0.007854 10.0.0.19 - - [2025-06-30 02:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.19 - - [2025-06-30 02:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003989 10.0.0.19 - - [2025-06-30 02:27:50] "POST /ref-update HTTP/1.1" 200 156 0.006706 10.0.0.19 - - [2025-06-30 02:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004039 10.0.0.19 - - [2025-06-30 02:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002882 10.0.0.19 - - [2025-06-30 02:27:50] "POST /ref-update HTTP/1.1" 200 156 0.008986 10.0.0.19 - - [2025-06-30 02:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.19 - - [2025-06-30 02:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003922 10.0.0.19 - - [2025-06-30 02:27:50] "POST /ref-update HTTP/1.1" 200 156 0.007761 10.0.0.19 - - [2025-06-30 02:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.19 - - [2025-06-30 02:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002943 10.0.0.19 - - [2025-06-30 02:27:50] "POST /ref-update HTTP/1.1" 200 156 0.007894 10.0.0.19 - - [2025-06-30 02:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002802 10.0.0.19 - - [2025-06-30 02:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002852 10.0.0.19 - - [2025-06-30 02:27:51] "POST /ref-update HTTP/1.1" 200 156 0.007365 10.0.0.19 - - [2025-06-30 02:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003250 10.0.0.19 - - [2025-06-30 02:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002781 10.0.0.19 - - [2025-06-30 02:27:51] "POST /ref-update HTTP/1.1" 200 156 0.007644 10.0.0.19 - - [2025-06-30 02:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.19 - - [2025-06-30 02:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002720 10.0.0.19 - - [2025-06-30 02:27:51] "POST /ref-update HTTP/1.1" 200 156 0.008183 10.0.0.19 - - [2025-06-30 02:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.19 - - [2025-06-30 02:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002955 10.0.0.19 - - [2025-06-30 02:27:51] "POST /ref-update HTTP/1.1" 200 156 0.010525 10.0.0.19 - - [2025-06-30 02:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003813 10.0.0.19 - - [2025-06-30 02:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002994 10.0.0.19 - - [2025-06-30 02:27:51] "POST /ref-update HTTP/1.1" 200 156 0.006775 10.0.0.19 - - [2025-06-30 02:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.19 - - [2025-06-30 02:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002902 10.0.0.19 - - [2025-06-30 02:27:51] "POST /ref-update HTTP/1.1" 200 156 0.009567 10.0.0.19 - - [2025-06-30 02:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003202 10.0.0.19 - - [2025-06-30 02:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.19 - - [2025-06-30 02:27:52] "POST /ref-update HTTP/1.1" 200 156 0.007001 10.0.0.19 - - [2025-06-30 02:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.19 - - [2025-06-30 02:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.19 - - [2025-06-30 02:27:52] "POST /ref-update HTTP/1.1" 200 156 0.007067 10.0.0.19 - - [2025-06-30 02:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002827 10.0.0.19 - - [2025-06-30 02:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002829 10.0.0.19 - - [2025-06-30 02:27:52] "POST /ref-update HTTP/1.1" 200 156 0.006737 10.0.0.19 - - [2025-06-30 02:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.19 - - [2025-06-30 02:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002739 10.0.0.19 - - [2025-06-30 02:27:52] "POST /ref-update HTTP/1.1" 200 156 0.008713 10.0.0.19 - - [2025-06-30 02:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002660 10.0.0.19 - - [2025-06-30 02:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002802 10.0.0.19 - - [2025-06-30 02:27:52] "POST /ref-update HTTP/1.1" 200 156 0.006457 10.0.0.19 - - [2025-06-30 02:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002766 10.0.0.19 - - [2025-06-30 02:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002752 10.0.0.19 - - [2025-06-30 02:27:52] "POST /ref-update HTTP/1.1" 200 156 0.032289 10.0.0.19 - - [2025-06-30 02:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.19 - - [2025-06-30 02:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002810 10.0.0.19 - - [2025-06-30 02:27:52] "POST /ref-update HTTP/1.1" 200 156 0.007277 10.0.0.19 - - [2025-06-30 02:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002824 10.0.0.19 - - [2025-06-30 02:27:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002976 10.0.0.19 - - [2025-06-30 02:27:53] "POST /ref-update HTTP/1.1" 200 156 0.007041 10.0.0.19 - - [2025-06-30 02:27:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002891 10.0.0.19 - - [2025-06-30 02:27:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308 10.0.0.19 - - [2025-06-30 02:27:53] "POST /ref-update HTTP/1.1" 200 156 0.008154 10.0.0.19 - - [2025-06-30 02:27:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.19 - - [2025-06-30 02:27:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.19 - - [2025-06-30 02:27:53] "POST /ref-update HTTP/1.1" 200 156 0.055957 10.0.0.19 - - [2025-06-30 02:27:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003006 10.0.0.19 - - [2025-06-30 02:27:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.19 - - [2025-06-30 02:27:53] "POST /ref-update HTTP/1.1" 200 156 0.007660 10.0.0.19 - - [2025-06-30 02:27:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003240 10.0.0.19 - - [2025-06-30 02:27:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002823 10.0.0.19 - - [2025-06-30 02:27:53] "POST /ref-update HTTP/1.1" 200 156 0.007627 10.0.0.19 - - [2025-06-30 02:27:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.19 - - [2025-06-30 02:27:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002735 10.0.0.19 - - [2025-06-30 02:27:53] "POST /ref-update HTTP/1.1" 200 156 0.011711 10.0.0.19 - - [2025-06-30 02:27:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004473 10.0.0.19 - - [2025-06-30 02:27:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.19 - - [2025-06-30 02:27:54] "POST /ref-update HTTP/1.1" 200 156 0.007858 10.0.0.19 - - [2025-06-30 02:27:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.19 - - [2025-06-30 02:27:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003017 10.0.0.19 - - [2025-06-30 02:27:54] "POST /ref-update HTTP/1.1" 200 156 0.007514 10.0.0.19 - - [2025-06-30 02:27:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.19 - - [2025-06-30 02:27:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003929 10.0.0.19 - - [2025-06-30 02:27:54] "POST /ref-update HTTP/1.1" 200 156 0.008697 10.0.0.19 - - [2025-06-30 02:27:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.19 - - [2025-06-30 02:27:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005348 10.0.0.19 - - [2025-06-30 02:27:54] "POST /ref-update HTTP/1.1" 200 156 0.010103 10.0.0.19 - - [2025-06-30 02:27:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.19 - - [2025-06-30 02:27:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003207 10.0.0.19 - - [2025-06-30 02:27:54] "POST /ref-update HTTP/1.1" 200 156 0.008329 10.0.0.19 - - [2025-06-30 02:27:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.19 - - [2025-06-30 02:27:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.19 - - [2025-06-30 02:27:54] "POST /ref-update HTTP/1.1" 200 156 0.007849 10.0.0.19 - - [2025-06-30 02:27:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002929 10.0.0.19 - - [2025-06-30 02:27:54] "GET / HTTP/1.1" 200 35931 0.001684 10.0.0.19 - - [2025-06-30 02:27:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000387 10.0.0.19 - - [2025-06-30 02:27:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.19 - - [2025-06-30 02:27:54] "POST /ref-update HTTP/1.1" 200 156 0.008430 10.0.0.19 - - [2025-06-30 02:27:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004190 10.0.0.19 - - [2025-06-30 02:27:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.19 - - [2025-06-30 02:27:55] "POST /ref-update HTTP/1.1" 200 156 0.007759 10.0.0.19 - - [2025-06-30 02:27:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.19 - - [2025-06-30 02:27:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.19 - - [2025-06-30 02:27:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.024359 10.0.0.19 - - [2025-06-30 02:27:55] "GET /routing-instance/28b5f622-d344-4eef-b31c-5b6fe6a469a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.004305 10.0.0.19 - - [2025-06-30 02:27:55] "POST /ref-update HTTP/1.1" 200 156 0.007094 10.0.0.19 - - [2025-06-30 02:27:55] "POST /bgp-routers HTTP/1.1" 200 620 0.017082 10.0.0.19 - - [2025-06-30 02:27:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002214 10.0.0.19 - - [2025-06-30 02:27:55] "GET /bgp-router/8c7c42a5-e450-442c-84f2-b06ee187964c?fields=global_system_config_back_refs HTTP/1.1" 200 1116 0.005225 10.0.0.19 - - [2025-06-30 02:27:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.19 - - [2025-06-30 02:27:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002748 10.0.0.19 - - [2025-06-30 02:27:55] "POST /ref-update HTTP/1.1" 200 156 0.007121 10.0.0.19 - - [2025-06-30 02:27:55] "GET /global-system-config/5499adc5-931a-47c2-b0da-b5d5a4571fe2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.006155 10.0.0.19 - - [2025-06-30 02:27:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002834 10.0.0.19 - - [2025-06-30 02:27:55] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002960 10.0.0.19 - - [2025-06-30 02:27:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002800 10.0.0.19 - - [2025-06-30 02:27:55] "POST /ref-update HTTP/1.1" 200 156 0.006722 10.0.0.19 - - [2025-06-30 02:27:55] "POST /ref-update HTTP/1.1" 200 156 0.006819 10.0.0.19 - - [2025-06-30 02:27:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003033 10.0.0.19 - - [2025-06-30 02:27:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.19 - - [2025-06-30 02:27:55] "POST /ref-update HTTP/1.1" 200 156 0.008685 10.0.0.19 - - [2025-06-30 02:27:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.19 - - [2025-06-30 02:27:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002924 10.0.0.19 - - [2025-06-30 02:27:55] "POST /ref-update HTTP/1.1" 200 156 0.006786 10.0.0.19 - - [2025-06-30 02:27:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002828 10.0.0.19 - - [2025-06-30 02:27:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002814 10.0.0.19 - - [2025-06-30 02:27:56] "POST /ref-update HTTP/1.1" 200 156 0.007807 10.0.0.19 - - [2025-06-30 02:27:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002837 10.0.0.19 - - [2025-06-30 02:27:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002818 10.0.0.19 - - [2025-06-30 02:27:56] "POST /ref-update HTTP/1.1" 200 156 0.007007 10.0.0.19 - - [2025-06-30 02:27:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002782 10.0.0.19 - - [2025-06-30 02:27:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002942 10.0.0.19 - - [2025-06-30 02:27:56] "POST /ref-update HTTP/1.1" 200 156 0.007880 10.0.0.19 - - [2025-06-30 02:27:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.19 - - [2025-06-30 02:27:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003243 10.0.0.19 - - [2025-06-30 02:27:56] "POST /ref-update HTTP/1.1" 200 156 0.006517 10.0.0.19 - - [2025-06-30 02:27:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.19 - - [2025-06-30 02:27:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002789 10.0.0.19 - - [2025-06-30 02:27:56] "POST /ref-update HTTP/1.1" 200 156 0.007293 10.0.0.19 - - [2025-06-30 02:27:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.19 - - [2025-06-30 02:27:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002822 10.0.0.19 - - [2025-06-30 02:27:56] "POST /ref-update HTTP/1.1" 200 156 0.007003 10.0.0.19 - - [2025-06-30 02:27:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003240 10.0.0.19 - - [2025-06-30 02:27:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.19 - - [2025-06-30 02:27:56] "POST /ref-update HTTP/1.1" 200 156 0.007182 10.0.0.19 - - [2025-06-30 02:27:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002951 10.0.0.19 - - [2025-06-30 02:27:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002747 10.0.0.19 - - [2025-06-30 02:27:57] "POST /ref-update HTTP/1.1" 200 156 0.007844 10.0.0.19 - - [2025-06-30 02:27:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003104 10.0.0.19 - - [2025-06-30 02:27:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.19 - - [2025-06-30 02:27:57] "POST /ref-update HTTP/1.1" 200 156 0.007886 10.0.0.19 - - [2025-06-30 02:27:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.19 - - [2025-06-30 02:27:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002832 10.0.0.19 - - [2025-06-30 02:27:57] "POST /ref-update HTTP/1.1" 200 156 0.006882 10.0.0.19 - - [2025-06-30 02:27:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.19 - - [2025-06-30 02:27:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002716 10.0.0.19 - - [2025-06-30 02:27:57] "POST /ref-update HTTP/1.1" 200 156 0.007349 10.0.0.19 - - [2025-06-30 02:27:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002763 10.0.0.19 - - [2025-06-30 02:27:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003393 10.0.0.19 - - [2025-06-30 02:27:57] "POST /ref-update HTTP/1.1" 200 156 0.007304 10.0.0.19 - - [2025-06-30 02:27:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.19 - - [2025-06-30 02:27:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.19 - - [2025-06-30 02:27:57] "POST /ref-update HTTP/1.1" 200 156 0.007365 10.0.0.19 - - [2025-06-30 02:27:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003878 10.0.0.19 - - [2025-06-30 02:27:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.19 - - [2025-06-30 02:27:58] "POST /ref-update HTTP/1.1" 200 156 0.007795 10.0.0.19 - - [2025-06-30 02:27:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.19 - - [2025-06-30 02:27:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002866 10.0.0.19 - - [2025-06-30 02:27:58] "POST /ref-update HTTP/1.1" 200 156 0.006826 10.0.0.19 - - [2025-06-30 02:27:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.19 - - [2025-06-30 02:27:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002958 10.0.0.19 - - [2025-06-30 02:27:58] "POST /ref-update HTTP/1.1" 200 156 0.007134 10.0.0.19 - - [2025-06-30 02:27:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002806 10.0.0.19 - - [2025-06-30 02:27:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002740 10.0.0.19 - - [2025-06-30 02:27:58] "POST /ref-update HTTP/1.1" 200 156 0.007981 10.0.0.19 - - [2025-06-30 02:27:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002794 10.0.0.19 - - [2025-06-30 02:27:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.19 - - [2025-06-30 02:27:58] "POST /ref-update HTTP/1.1" 200 156 0.007124 10.0.0.19 - - [2025-06-30 02:27:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002775 10.0.0.19 - - [2025-06-30 02:27:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003477 10.0.0.19 - - [2025-06-30 02:27:58] "POST /ref-update HTTP/1.1" 200 156 0.008527 10.0.0.19 - - [2025-06-30 02:27:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.19 - - [2025-06-30 02:27:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.19 - - [2025-06-30 02:27:58] "POST /ref-update HTTP/1.1" 200 156 0.007419 10.0.0.19 - - [2025-06-30 02:27:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003014 10.0.0.19 - - [2025-06-30 02:27:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002992 10.0.0.19 - - [2025-06-30 02:27:59] "POST /ref-update HTTP/1.1" 200 156 0.007330 10.0.0.19 - - [2025-06-30 02:27:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002878 10.0.0.19 - - [2025-06-30 02:27:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002831 10.0.0.19 - - [2025-06-30 02:27:59] "POST /ref-update HTTP/1.1" 200 156 0.007014 10.0.0.19 - - [2025-06-30 02:27:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002876 10.0.0.19 - - [2025-06-30 02:27:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002993 10.0.0.19 - - [2025-06-30 02:27:59] "POST /ref-update HTTP/1.1" 200 156 0.007787 10.0.0.19 - - [2025-06-30 02:27:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.19 - - [2025-06-30 02:27:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.19 - - [2025-06-30 02:27:59] "POST /ref-update HTTP/1.1" 200 156 0.008189 10.0.0.19 - - [2025-06-30 02:27:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.19 - - [2025-06-30 02:27:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.19 - - [2025-06-30 02:27:59] "POST /ref-update HTTP/1.1" 200 156 0.008662 10.0.0.19 - - [2025-06-30 02:27:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.19 - - [2025-06-30 02:27:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003084 10.0.0.19 - - [2025-06-30 02:27:59] "POST /ref-update HTTP/1.1" 200 156 0.007914 10.0.0.19 - - [2025-06-30 02:27:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.19 - - [2025-06-30 02:27:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.19 - - [2025-06-30 02:27:59] "POST /ref-update HTTP/1.1" 200 156 0.008044 10.0.0.19 - - [2025-06-30 02:28:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.19 - - [2025-06-30 02:28:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002914 10.0.0.19 - - [2025-06-30 02:28:00] "POST /ref-update HTTP/1.1" 200 156 0.008415 10.0.0.19 - - [2025-06-30 02:28:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.19 - - [2025-06-30 02:28:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002882 10.0.0.19 - - [2025-06-30 02:28:00] "POST /ref-update HTTP/1.1" 200 156 0.007289 10.0.0.19 - - [2025-06-30 02:28:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002850 10.0.0.19 - - [2025-06-30 02:28:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002896 10.0.0.19 - - [2025-06-30 02:28:00] "POST /ref-update HTTP/1.1" 200 156 0.006873 10.0.0.19 - - [2025-06-30 02:28:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.19 - - [2025-06-30 02:28:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.19 - - [2025-06-30 02:28:00] "POST /ref-update HTTP/1.1" 200 156 0.010787 10.0.0.19 - - [2025-06-30 02:28:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.19 - - [2025-06-30 02:28:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.19 - - [2025-06-30 02:28:00] "POST /ref-update HTTP/1.1" 200 156 0.008456 10.0.0.19 - - [2025-06-30 02:28:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.19 - - [2025-06-30 02:28:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.19 - - [2025-06-30 02:28:00] "POST /ref-update HTTP/1.1" 200 156 0.008389 10.0.0.19 - - [2025-06-30 02:28:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002920 10.0.0.19 - - [2025-06-30 02:28:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.19 - - [2025-06-30 02:28:01] "POST /ref-update HTTP/1.1" 200 156 0.010898 10.0.0.19 - - [2025-06-30 02:28:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.19 - - [2025-06-30 02:28:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.19 - - [2025-06-30 02:28:01] "POST /ref-update HTTP/1.1" 200 156 0.008045 10.0.0.19 - - [2025-06-30 02:28:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.19 - - [2025-06-30 02:28:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.19 - - [2025-06-30 02:28:01] "POST /ref-update HTTP/1.1" 200 156 0.009972 10.0.0.19 - - [2025-06-30 02:28:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002841 10.0.0.19 - - [2025-06-30 02:28:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.19 - - [2025-06-30 02:28:01] "POST /ref-update HTTP/1.1" 200 156 0.009123 10.0.0.19 - - [2025-06-30 02:28:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003146 10.0.0.19 - - [2025-06-30 02:28:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002942 10.0.0.19 - - [2025-06-30 02:28:01] "POST /ref-update HTTP/1.1" 200 156 0.008319 10.0.0.19 - - [2025-06-30 02:28:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.19 - - [2025-06-30 02:28:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359 10.0.0.19 - - [2025-06-30 02:28:01] "POST /ref-update HTTP/1.1" 200 156 0.008466 10.0.0.19 - - [2025-06-30 02:28:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.19 - - [2025-06-30 02:28:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003050 10.0.0.19 - - [2025-06-30 02:28:01] "POST /ref-update HTTP/1.1" 200 156 0.008392 10.0.0.19 - - [2025-06-30 02:28:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002893 10.0.0.19 - - [2025-06-30 02:28:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003164 10.0.0.19 - - [2025-06-30 02:28:02] "POST /ref-update HTTP/1.1" 200 156 0.008024 10.0.0.19 - - [2025-06-30 02:28:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.19 - - [2025-06-30 02:28:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003550 10.0.0.19 - - [2025-06-30 02:28:02] "POST /ref-update HTTP/1.1" 200 156 0.008415 10.0.0.19 - - [2025-06-30 02:28:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002815 10.0.0.19 - - [2025-06-30 02:28:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002852 10.0.0.19 - - [2025-06-30 02:28:02] "POST /ref-update HTTP/1.1" 200 156 0.007778 10.0.0.19 - - [2025-06-30 02:28:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003002 10.0.0.19 - - [2025-06-30 02:28:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002854 10.0.0.19 - - [2025-06-30 02:28:02] "POST /ref-update HTTP/1.1" 200 156 0.008499 10.0.0.19 - - [2025-06-30 02:28:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.19 - - [2025-06-30 02:28:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.19 - - [2025-06-30 02:28:02] "POST /ref-update HTTP/1.1" 200 156 0.007917 10.0.0.19 - - [2025-06-30 02:28:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.19 - - [2025-06-30 02:28:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002784 10.0.0.19 - - [2025-06-30 02:28:02] "POST /ref-update HTTP/1.1" 200 156 0.008239 10.0.0.19 - - [2025-06-30 02:28:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002853 10.0.0.19 - - [2025-06-30 02:28:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002896 10.0.0.19 - - [2025-06-30 02:28:03] "POST /ref-update HTTP/1.1" 200 156 0.008584 10.0.0.19 - - [2025-06-30 02:28:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.19 - - [2025-06-30 02:28:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.19 - - [2025-06-30 02:28:03] "POST /ref-update HTTP/1.1" 200 156 0.009835 10.0.0.19 - - [2025-06-30 02:28:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.19 - - [2025-06-30 02:28:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002892 10.0.0.19 - - [2025-06-30 02:28:03] "POST /ref-update HTTP/1.1" 200 156 0.007643 10.0.0.19 - - [2025-06-30 02:28:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002993 10.0.0.19 - - [2025-06-30 02:28:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002781 10.0.0.19 - - [2025-06-30 02:28:03] "POST /ref-update HTTP/1.1" 200 156 0.010423 10.0.0.19 - - [2025-06-30 02:28:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002738 10.0.0.19 - - [2025-06-30 02:28:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002833 10.0.0.19 - - [2025-06-30 02:28:03] "POST /ref-update HTTP/1.1" 200 156 0.007220 10.0.0.19 - - [2025-06-30 02:28:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.19 - - [2025-06-30 02:28:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002767 10.0.0.19 - - [2025-06-30 02:28:03] "POST /ref-update HTTP/1.1" 200 156 0.007835 10.0.0.19 - - [2025-06-30 02:28:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002951 10.0.0.19 - - [2025-06-30 02:28:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.19 - - [2025-06-30 02:28:03] "POST /ref-update HTTP/1.1" 200 156 0.010227 10.0.0.19 - - [2025-06-30 02:28:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.19 - - [2025-06-30 02:28:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.19 - - [2025-06-30 02:28:04] "POST /ref-update HTTP/1.1" 200 156 0.008393 10.0.0.19 - - [2025-06-30 02:28:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002965 10.0.0.19 - - [2025-06-30 02:28:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002730 10.0.0.19 - - [2025-06-30 02:28:04] "POST /ref-update HTTP/1.1" 200 156 0.007806 10.0.0.19 - - [2025-06-30 02:28:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003288 10.0.0.19 - - [2025-06-30 02:28:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002688 10.0.0.19 - - [2025-06-30 02:28:04] "POST /ref-update HTTP/1.1" 200 156 0.008145 10.0.0.19 - - [2025-06-30 02:28:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.19 - - [2025-06-30 02:28:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.19 - - [2025-06-30 02:28:04] "POST /ref-update HTTP/1.1" 200 156 0.007786 10.0.0.19 - - [2025-06-30 02:28:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.19 - - [2025-06-30 02:28:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002893 10.0.0.19 - - [2025-06-30 02:28:04] "POST /ref-update HTTP/1.1" 200 156 0.008527 10.0.0.19 - - [2025-06-30 02:28:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002741 10.0.0.19 - - [2025-06-30 02:28:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.19 - - [2025-06-30 02:28:04] "POST /ref-update HTTP/1.1" 200 156 0.007793 10.0.0.19 - - [2025-06-30 02:28:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002863 10.0.0.19 - - [2025-06-30 02:28:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.19 - - [2025-06-30 02:28:04] "POST /ref-update HTTP/1.1" 200 156 0.007846 10.0.0.19 - - [2025-06-30 02:28:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.19 - - [2025-06-30 02:28:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002891 10.0.0.19 - - [2025-06-30 02:28:05] "POST /ref-update HTTP/1.1" 200 156 0.007967 10.0.0.19 - - [2025-06-30 02:28:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003975 10.0.0.19 - - [2025-06-30 02:28:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002739 10.0.0.19 - - [2025-06-30 02:28:05] "POST /ref-update HTTP/1.1" 200 156 0.007268 10.0.0.19 - - [2025-06-30 02:28:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002703 10.0.0.19 - - [2025-06-30 02:28:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002914 10.0.0.19 - - [2025-06-30 02:28:05] "POST /ref-update HTTP/1.1" 200 156 0.007539 10.0.0.19 - - [2025-06-30 02:28:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004200 10.0.0.19 - - [2025-06-30 02:28:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.19 - - [2025-06-30 02:28:05] "POST /ref-update HTTP/1.1" 200 156 0.010487 10.0.0.19 - - [2025-06-30 02:28:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.19 - - [2025-06-30 02:28:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.19 - - [2025-06-30 02:28:05] "POST /ref-update HTTP/1.1" 200 156 0.008070 10.0.0.19 - - [2025-06-30 02:28:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.19 - - [2025-06-30 02:28:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.19 - - [2025-06-30 02:28:05] "POST /ref-update HTTP/1.1" 200 156 0.007836 10.0.0.19 - - [2025-06-30 02:28:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.19 - - [2025-06-30 02:28:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002768 10.0.0.19 - - [2025-06-30 02:28:06] "POST /ref-update HTTP/1.1" 200 156 0.007345 10.0.0.19 - - [2025-06-30 02:28:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.19 - - [2025-06-30 02:28:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002741 10.0.0.19 - - [2025-06-30 02:28:06] "POST /ref-update HTTP/1.1" 200 156 0.008000 10.0.0.19 - - [2025-06-30 02:28:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.19 - - [2025-06-30 02:28:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002730 10.0.0.19 - - [2025-06-30 02:28:06] "POST /ref-update HTTP/1.1" 200 156 0.007633 10.0.0.19 - - [2025-06-30 02:28:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002988 10.0.0.19 - - [2025-06-30 02:28:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002865 10.0.0.19 - - [2025-06-30 02:28:06] "POST /ref-update HTTP/1.1" 200 156 0.007615 10.0.0.19 - - [2025-06-30 02:28:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002878 10.0.0.19 - - [2025-06-30 02:28:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003014 10.0.0.19 - - [2025-06-30 02:28:06] "POST /ref-update HTTP/1.1" 200 156 0.007418 10.0.0.19 - - [2025-06-30 02:28:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002752 10.0.0.19 - - [2025-06-30 02:28:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.19 - - [2025-06-30 02:28:06] "POST /ref-update HTTP/1.1" 200 156 0.007622 10.0.0.19 - - [2025-06-30 02:28:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002783 10.0.0.19 - - [2025-06-30 02:28:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002772 10.0.0.19 - - [2025-06-30 02:28:06] "POST /ref-update HTTP/1.1" 200 156 0.007886 10.0.0.19 - - [2025-06-30 02:28:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002759 10.0.0.19 - - [2025-06-30 02:28:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002754 10.0.0.19 - - [2025-06-30 02:28:07] "POST /ref-update HTTP/1.1" 200 156 0.007933 10.0.0.19 - - [2025-06-30 02:28:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004385 10.0.0.19 - - [2025-06-30 02:28:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.19 - - [2025-06-30 02:28:07] "POST /ref-update HTTP/1.1" 200 156 0.008850 10.0.0.19 - - [2025-06-30 02:28:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.19 - - [2025-06-30 02:28:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003246 10.0.0.19 - - [2025-06-30 02:28:07] "POST /ref-update HTTP/1.1" 200 156 0.008095 10.0.0.19 - - [2025-06-30 02:28:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656 10.0.0.19 - - [2025-06-30 02:28:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002658 10.0.0.19 - - [2025-06-30 02:28:07] "POST /ref-update HTTP/1.1" 200 156 0.007958 10.0.0.19 - - [2025-06-30 02:28:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002974 10.0.0.19 - - [2025-06-30 02:28:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002812 10.0.0.19 - - [2025-06-30 02:28:07] "POST /ref-update HTTP/1.1" 200 156 0.007926 10.0.0.19 - - [2025-06-30 02:28:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002839 10.0.0.19 - - [2025-06-30 02:28:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002801 10.0.0.19 - - [2025-06-30 02:28:07] "POST /ref-update HTTP/1.1" 200 156 0.007146 10.0.0.19 - - [2025-06-30 02:28:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002830 10.0.0.19 - - [2025-06-30 02:28:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.19 - - [2025-06-30 02:28:07] "POST /ref-update HTTP/1.1" 200 156 0.008035 10.0.0.19 - - [2025-06-30 02:28:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002797 10.0.0.19 - - [2025-06-30 02:28:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002833 10.0.0.19 - - [2025-06-30 02:28:08] "POST /ref-update HTTP/1.1" 200 156 0.008131 10.0.0.19 - - [2025-06-30 02:28:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003077 10.0.0.19 - - [2025-06-30 02:28:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002972 10.0.0.19 - - [2025-06-30 02:28:08] "POST /ref-update HTTP/1.1" 200 156 0.007555 10.0.0.19 - - [2025-06-30 02:28:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002939 10.0.0.19 - - [2025-06-30 02:28:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.19 - - [2025-06-30 02:28:08] "POST /ref-update HTTP/1.1" 200 156 0.007477 10.0.0.19 - - [2025-06-30 02:28:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.19 - - [2025-06-30 02:28:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002743 10.0.0.19 - - [2025-06-30 02:28:08] "POST /ref-update HTTP/1.1" 200 156 0.007894 10.0.0.19 - - [2025-06-30 02:28:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002784 10.0.0.19 - - [2025-06-30 02:28:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002804 10.0.0.19 - - [2025-06-30 02:28:08] "POST /ref-update HTTP/1.1" 200 156 0.007888 10.0.0.19 - - [2025-06-30 02:28:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.19 - - [2025-06-30 02:28:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002928 10.0.0.19 - - [2025-06-30 02:28:08] "POST /ref-update HTTP/1.1" 200 156 0.009173 10.0.0.19 - - [2025-06-30 02:28:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.19 - - [2025-06-30 02:28:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.19 - - [2025-06-30 02:28:09] "POST /ref-update HTTP/1.1" 200 156 0.006993 10.0.0.19 - - [2025-06-30 02:28:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003066 10.0.0.19 - - [2025-06-30 02:28:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.19 - - [2025-06-30 02:28:09] "POST /ref-update HTTP/1.1" 200 156 0.007421 10.0.0.19 - - [2025-06-30 02:28:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.19 - - [2025-06-30 02:28:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.19 - - [2025-06-30 02:28:09] "POST /ref-update HTTP/1.1" 200 156 0.008510 10.0.0.19 - - [2025-06-30 02:28:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002850 10.0.0.19 - - [2025-06-30 02:28:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.19 - - [2025-06-30 02:28:09] "POST /ref-update HTTP/1.1" 200 156 0.007908 10.0.0.19 - - [2025-06-30 02:28:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.19 - - [2025-06-30 02:28:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.19 - - [2025-06-30 02:28:09] "POST /ref-update HTTP/1.1" 200 156 0.006934 10.0.0.19 - - [2025-06-30 02:28:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.19 - - [2025-06-30 02:28:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.19 - - [2025-06-30 02:28:09] "POST /ref-update HTTP/1.1" 200 156 0.006981 10.0.0.19 - - [2025-06-30 02:28:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.19 - - [2025-06-30 02:28:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.19 - - [2025-06-30 02:28:09] "POST /ref-update HTTP/1.1" 200 156 0.007429 10.0.0.19 - - [2025-06-30 02:28:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.19 - - [2025-06-30 02:28:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003220 10.0.0.19 - - [2025-06-30 02:28:10] "POST /ref-update HTTP/1.1" 200 156 0.007262 10.0.0.19 - - [2025-06-30 02:28:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003387 10.0.0.19 - - [2025-06-30 02:28:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.19 - - [2025-06-30 02:28:10] "POST /ref-update HTTP/1.1" 200 156 0.007071 10.0.0.19 - - [2025-06-30 02:28:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.19 - - [2025-06-30 02:28:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.19 - - [2025-06-30 02:28:10] "POST /ref-update HTTP/1.1" 200 156 0.008267 10.0.0.19 - - [2025-06-30 02:28:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002852 10.0.0.19 - - [2025-06-30 02:28:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002783 10.0.0.19 - - [2025-06-30 02:28:10] "POST /ref-update HTTP/1.1" 200 156 0.009317 10.0.0.19 - - [2025-06-30 02:28:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002933 10.0.0.19 - - [2025-06-30 02:28:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002852 10.0.0.19 - - [2025-06-30 02:28:10] "POST /ref-update HTTP/1.1" 200 156 0.010206 10.0.0.19 - - [2025-06-30 02:28:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002859 10.0.0.19 - - [2025-06-30 02:28:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002828 10.0.0.19 - - [2025-06-30 02:28:10] "POST /ref-update HTTP/1.1" 200 156 0.012014 10.0.0.19 - - [2025-06-30 02:28:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.19 - - [2025-06-30 02:28:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.19 - - [2025-06-30 02:28:11] "POST /ref-update HTTP/1.1" 200 156 0.011793 10.0.0.19 - - [2025-06-30 02:28:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.19 - - [2025-06-30 02:28:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002741 10.0.0.19 - - [2025-06-30 02:28:11] "POST /ref-update HTTP/1.1" 200 156 0.008842 10.0.0.19 - - [2025-06-30 02:28:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002757 10.0.0.19 - - [2025-06-30 02:28:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.19 - - [2025-06-30 02:28:11] "POST /ref-update HTTP/1.1" 200 156 0.008902 10.0.0.19 - - [2025-06-30 02:28:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.19 - - [2025-06-30 02:28:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002860 10.0.0.19 - - [2025-06-30 02:28:11] "POST /ref-update HTTP/1.1" 200 156 0.007510 10.0.0.19 - - [2025-06-30 02:28:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002744 10.0.0.19 - - [2025-06-30 02:28:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002768 10.0.0.19 - - [2025-06-30 02:28:11] "POST /ref-update HTTP/1.1" 200 156 0.007462 10.0.0.19 - - [2025-06-30 02:28:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.19 - - [2025-06-30 02:28:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.19 - - [2025-06-30 02:28:11] "POST /ref-update HTTP/1.1" 200 156 0.007648 10.0.0.19 - - [2025-06-30 02:28:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.19 - - [2025-06-30 02:28:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002855 10.0.0.19 - - [2025-06-30 02:28:11] "POST /ref-update HTTP/1.1" 200 156 0.009793 10.0.0.19 - - [2025-06-30 02:28:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002880 10.0.0.19 - - [2025-06-30 02:28:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002794 10.0.0.19 - - [2025-06-30 02:28:12] "POST /ref-update HTTP/1.1" 200 156 0.008158 10.0.0.19 - - [2025-06-30 02:28:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002897 10.0.0.19 - - [2025-06-30 02:28:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002891 10.0.0.19 - - [2025-06-30 02:28:12] "POST /ref-update HTTP/1.1" 200 156 0.007879 10.0.0.19 - - [2025-06-30 02:28:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002707 10.0.0.19 - - [2025-06-30 02:28:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002892 10.0.0.19 - - [2025-06-30 02:28:12] "POST /ref-update HTTP/1.1" 200 156 0.007564 10.0.0.19 - - [2025-06-30 02:28:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002810 10.0.0.19 - - [2025-06-30 02:28:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.19 - - [2025-06-30 02:28:12] "POST /ref-update HTTP/1.1" 200 156 0.007891 10.0.0.19 - - [2025-06-30 02:28:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.19 - - [2025-06-30 02:28:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002884 10.0.0.19 - - [2025-06-30 02:28:12] "POST /ref-update HTTP/1.1" 200 156 0.007917 10.0.0.19 - - [2025-06-30 02:28:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002830 10.0.0.19 - - [2025-06-30 02:28:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002708 10.0.0.19 - - [2025-06-30 02:28:12] "POST /ref-update HTTP/1.1" 200 156 0.007648 10.0.0.19 - - [2025-06-30 02:28:12] "POST /network-ipams HTTP/1.1" 200 550 0.016684 10.0.0.19 - - [2025-06-30 02:28:13] "POST /useragent-kv HTTP/1.1" 200 115 0.004437 10.0.0.19 - - [2025-06-30 02:28:13] "POST /virtual-networks HTTP/1.1" 200 552 0.094014 10.0.0.19 - - [2025-06-30 02:28:13] "GET /physical-routers?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.002918 10.0.0.19 - - [2025-06-30 02:28:13] "POST /fqname-to-id HTTP/1.1" 404 188 0.002850 10.0.0.19 - - [2025-06-30 02:28:13] "POST /fqname-to-id HTTP/1.1" 404 178 0.002657 10.0.0.19 - - [2025-06-30 02:28:13] "GET /fabrics?detail=False&count=False&shared=False HTTP/1.1" 200 312 0.002532 10.0.0.19 - - [2025-06-30 02:28:13] "GET /fabric/337bca0e-2a70-4e03-a8f3-5620b0dec487?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1116 0.003928 10.0.0.19 - - [2025-06-30 02:28:13] "POST /fqname-to-id HTTP/1.1" 404 198 0.002718 10.0.0.19 - - [2025-06-30 02:28:13] "POST /fqname-to-id HTTP/1.1" 404 205 0.003099 10.0.0.19 - - [2025-06-30 02:28:13] "POST /fqname-to-id HTTP/1.1" 404 207 0.002955 10.0.0.19 - - [2025-06-30 02:28:13] "POST /route-targets HTTP/1.1" 200 327 0.009063 10.0.0.19 - - [2025-06-30 02:28:13] "POST /ref-update HTTP/1.1" 200 156 0.010400 10.0.0.19 - - [2025-06-30 02:28:24] "GET / HTTP/1.1" 200 35931 0.002102 10.0.0.19 - - [2025-06-30 02:28:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000519 10.0.0.19 - - [2025-06-30 02:28:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.035751 10.0.0.19 - - [2025-06-30 02:28:24] "GET /global-system-config/5499adc5-931a-47c2-b0da-b5d5a4571fe2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.009103 10.0.0.19 - - [2025-06-30 02:28:24] "POST /fqname-to-id HTTP/1.1" 404 220 0.003409 10.0.0.19 - - [2025-06-30 02:28:25] "POST /database-nodes HTTP/1.1" 200 603 0.016135 10.0.0.19 - - [2025-06-30 02:28:55] "GET / HTTP/1.1" 200 35931 0.001559 10.0.0.19 - - [2025-06-30 02:28:55] "POST /fqname-to-id HTTP/1.1" 401 292 0.000415 10.0.0.19 - - [2025-06-30 02:28:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.025581 10.0.0.19 - - [2025-06-30 02:28:55] "GET /global-system-config/5499adc5-931a-47c2-b0da-b5d5a4571fe2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.008260 10.0.0.19 - - [2025-06-30 02:28:55] "POST /fqname-to-id HTTP/1.1" 404 220 0.003260 10.0.0.19 - - [2025-06-30 02:28:55] "POST /analytics-nodes HTTP/1.1" 200 605 0.015323 10.0.0.19 - - [2025-06-30 02:29:01] "GET / HTTP/1.1" 200 35931 0.001773 10.0.0.19 - - [2025-06-30 02:29:08] "GET / HTTP/1.1" 200 35931 0.002402 10.0.0.19 - - [2025-06-30 02:29:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000423 10.0.0.19 - - [2025-06-30 02:29:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.022897 10.0.0.19 - - [2025-06-30 02:29:09] "GET /global-system-config/5499adc5-931a-47c2-b0da-b5d5a4571fe2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.005975 10.0.0.19 - - [2025-06-30 02:29:09] "POST /fqname-to-id HTTP/1.1" 404 220 0.002838 10.0.0.19 - - [2025-06-30 02:29:09] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.020353 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.19 - - [2025-06-30 02:29:14] "GET /obj-perms HTTP/1.1" 200 5056 0.359502 10.0.0.19 - - [2025-06-30 02:29:14] "GET /obj-perms HTTP/1.1" 200 5056 0.046520 10.0.0.19 - - [2025-06-30 02:29:16] "GET / HTTP/1.1" 200 35931 0.002363 10.0.0.19 - - [2025-06-30 02:29:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000623 10.0.0.19 - - [2025-06-30 02:29:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.024687 10.0.0.19 - - [2025-06-30 02:29:17] "GET /global-system-config/5499adc5-931a-47c2-b0da-b5d5a4571fe2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.006407 10.0.0.19 - - [2025-06-30 02:29:17] "POST /fqname-to-id HTTP/1.1" 404 220 0.002811 10.0.0.19 - - [2025-06-30 02:29:17] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.017659 10.0.0.19 - - [2025-06-30 02:30:14] "GET /obj-perms HTTP/1.1" 200 5056 0.063307 10.0.0.19 - - [2025-06-30 02:30:15] "GET /obj-perms HTTP/1.1" 200 5056 0.041388 10.0.0.19 - - [2025-06-30 02:30:50] "GET / HTTP/1.1" 200 35931 0.001748 10.0.0.19 - - [2025-06-30 02:30:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000465 10.0.0.19 - - [2025-06-30 02:30:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.021944 10.0.0.19 - - [2025-06-30 02:30:50] "GET /global-system-config/5499adc5-931a-47c2-b0da-b5d5a4571fe2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.005748 10.0.0.19 - - [2025-06-30 02:30:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003177 10.0.0.19 - - [2025-06-30 02:30:50] "GET /routing-instance/28b5f622-d344-4eef-b31c-5b6fe6a469a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.003732 10.0.0.19 - - [2025-06-30 02:30:50] "PUT /global-system-config/5499adc5-931a-47c2-b0da-b5d5a4571fe2 HTTP/1.1" 200 274 0.009947 10.0.0.19 - - [2025-06-30 02:30:50] "POST /fqname-to-id HTTP/1.1" 404 218 0.002625 10.0.0.19 - - [2025-06-30 02:30:50] "POST /virtual-routers HTTP/1.1" 200 603 0.016497 10.0.0.19 - - [2025-06-30 02:30:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003094 10.0.0.19 - - [2025-06-30 02:30:50] "GET /virtual-router/3f738984-95bc-453f-b946-9a77c30f0890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1245 0.005398 10.0.0.19 - - [2025-06-30 02:30:51] "POST /fqname-to-id HTTP/1.1" 404 231 0.002704 10.0.0.19 - - [2025-06-30 02:30:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002819 10.0.0.19 - - [2025-06-30 02:30:51] "GET /virtual-network/3cef9878-3af9-4760-bfe0-825df68a10e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.005014 10.0.0.19 - - [2025-06-30 02:30:51] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.051014 10.0.0.19 - - [2025-06-30 02:30:51] "PUT /access-control-list/06d1962f-568f-41a3-bea6-938a1fceb270 HTTP/1.1" 200 272 0.010298 [Introspect:8084]10.0.0.19 - - [2025-06-30 02:31:02] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000828 [Introspect:8084]10.0.0.19 - - [2025-06-30 02:31:02] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000847 [Introspect:8084]10.0.0.19 - - [2025-06-30 02:31:04] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000784 [Introspect:8084]10.0.0.19 - - [2025-06-30 02:31:04] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000787 10.0.0.19 - - [2025-06-30 02:31:15] "GET /obj-perms HTTP/1.1" 200 5056 0.046918 10.0.0.19 - - [2025-06-30 02:31:15] "GET /obj-perms HTTP/1.1" 200 5056 0.040550 10.0.0.19 - - [2025-06-30 02:31:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002880 10.0.0.19 - - [2025-06-30 02:31:15] "GET /virtual-router/3f738984-95bc-453f-b946-9a77c30f0890?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1245 0.004719 10.0.0.19 - - [2025-06-30 02:31:53] "GET / HTTP/1.1" 200 35931 0.001916 10.0.0.19 - - [2025-06-30 02:31:54] "GET /project/137f25a2-74c4-4322-bad5-3ecb37bdade8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000573 10.0.0.19 - - [2025-06-30 02:31:54] "GET /projects?obj_uuids=137f25a2-74c4-4322-bad5-3ecb37bdade8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002582 10.0.0.19 - - [2025-06-30 02:31:54] "GET /domains?obj_uuids=2079f23d-ad5a-4df4-a8b3-dec8e90e045f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000997 10.0.0.19 - - [2025-06-30 02:31:54] "GET /domain/2079f23d-ad5a-4df4-a8b3-dec8e90e045f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.049068 10.0.0.19 - - [2025-06-30 02:31:54] "POST /id-to-fqname HTTP/1.1" 200 167 0.001884 10.0.0.19 - - [2025-06-30 02:31:54] "POST /fqname-to-id HTTP/1.1" 404 176 0.002393 10.0.0.19 - - [2025-06-30 02:31:54] "POST /security-groups HTTP/1.1" 200 568 0.059772 10.0.0.19 - - [2025-06-30 02:31:54] "POST /fqname-to-id HTTP/1.1" 404 207 0.002412 10.0.0.19 - - [2025-06-30 02:31:54] "POST /projects HTTP/1.1" 200 539 0.220673 10.0.0.19 - - [2025-06-30 02:31:55] "POST /access-control-lists HTTP/1.1" 200 573 0.056381 10.0.0.19 - - [2025-06-30 02:31:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.287756 10.0.0.19 - - [2025-06-30 02:31:55] "POST /fqname-to-id HTTP/1.1" 404 206 0.002769 10.0.0.19 - - [2025-06-30 02:31:55] "GET /project/137f25a2-74c4-4322-bad5-3ecb37bdade8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.438735 10.0.0.19 - - [2025-06-30 02:31:55] "POST /access-control-lists HTTP/1.1" 200 571 0.060056 [Introspect:8084]10.0.0.19 - - [2025-06-30 02:31:55] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001183 10.0.0.19 - - [2025-06-30 02:31:55] "POST /fqname-to-id HTTP/1.1" 404 199 0.021476 10.0.0.19 - - [2025-06-30 02:31:55] "GET /projects?obj_uuids=3f983f09-e13d-41ed-9ccf-a0e9fab14977&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002831 10.0.0.19 - - [2025-06-30 02:31:55] "GET /domains?obj_uuids=2079f23d-ad5a-4df4-a8b3-dec8e90e045f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001097 10.0.0.19 - - [2025-06-30 02:31:55] "GET /domain/2079f23d-ad5a-4df4-a8b3-dec8e90e045f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008194 10.0.0.19 - - [2025-06-30 02:31:56] "POST /id-to-fqname HTTP/1.1" 200 201 0.001141 10.0.0.19 - - [2025-06-30 02:31:56] "POST /fqname-to-id HTTP/1.1" 404 210 0.004204 10.0.0.19 - - [2025-06-30 02:31:56] "POST /security-groups HTTP/1.1" 200 602 0.075863 10.0.0.19 - - [2025-06-30 02:31:56] "POST /fqname-to-id HTTP/1.1" 404 245 0.002625 10.0.0.19 - - [2025-06-30 02:31:56] "POST /projects HTTP/1.1" 200 607 0.220639 10.0.0.19 - - [2025-06-30 02:31:56] "POST /access-control-lists HTTP/1.1" 200 607 0.055889 10.0.0.19 - - [2025-06-30 02:31:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.294535 10.0.0.19 - - [2025-06-30 02:31:56] "POST /fqname-to-id HTTP/1.1" 404 244 0.002937 10.0.0.19 - - [2025-06-30 02:31:56] "GET /project/3f983f09-e13d-41ed-9ccf-a0e9fab14977?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.414345 10.0.0.19 - - [2025-06-30 02:31:56] "POST /access-control-lists HTTP/1.1" 200 605 0.059808 10.0.0.19 - - [2025-06-30 02:31:57] "GET / HTTP/1.1" 200 35931 0.001889 10.0.0.19 - - [2025-06-30 02:31:57] "POST /fqname-to-id HTTP/1.1" 401 292 0.000437 10.0.0.19 - - [2025-06-30 02:31:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.051631 10.0.0.19 - - [2025-06-30 02:31:58] "GET /projects?obj_uuids=3f983f09-e13d-41ed-9ccf-a0e9fab14977&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001473 10.0.0.19 - - [2025-06-30 02:31:58] "GET /project/3f983f09-e13d-41ed-9ccf-a0e9fab14977?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.026483 10.0.0.19 - - [2025-06-30 02:31:58] "POST /neutron/network HTTP/1.1" 200 117 0.034250 10.0.0.19 - - [2025-06-30 02:31:58] "GET /projects?obj_uuids=3f983f09-e13d-41ed-9ccf-a0e9fab14977&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001055 10.0.0.19 - - [2025-06-30 02:31:58] "POST /neutron/network HTTP/1.1" 200 620 0.062867 10.0.0.19 - - [2025-06-30 02:31:58] "POST /route-targets HTTP/1.1" 200 327 0.011149 10.0.0.19 - - [2025-06-30 02:31:58] "POST /ref-update HTTP/1.1" 200 156 0.012139 10.0.0.19 - - [2025-06-30 02:31:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002447 10.0.0.19 - - [2025-06-30 02:31:58] "POST /neutron/subnet HTTP/1.1" 200 725 0.170251 10.0.0.19 - - [2025-06-30 02:31:58] "POST /neutron/network HTTP/1.1" 200 839 0.005207 10.0.0.19 - - [2025-06-30 02:31:58] "POST /id-to-fqname HTTP/1.1" 200 233 0.001122 10.0.0.19 - - [2025-06-30 02:31:58] "GET /virtual-network/9ce2f20f-51a6-40ea-ad46-85b9c444dee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.004490 10.0.0.19 - - [2025-06-30 02:31:58] "POST /neutron/network HTTP/1.1" 200 839 0.005288 10.0.0.19 - - [2025-06-30 02:31:58] "GET /virtual-network/9ce2f20f-51a6-40ea-ad46-85b9c444dee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.004219 10.0.0.19 - - [2025-06-30 02:31:58] "POST /neutron/network HTTP/1.1" 200 839 0.005089 10.0.0.19 - - [2025-06-30 02:31:58] "POST /neutron/subnet HTTP/1.1" 200 725 0.007313 10.0.0.19 - - [2025-06-30 02:31:58] "GET /domains HTTP/1.1" 401 292 0.000394 10.0.0.19 - - [2025-06-30 02:31:59] "GET /domains HTTP/1.1" 200 280 0.021974 10.0.0.19 - - [2025-06-30 02:31:59] "GET /domains?obj_uuids=2079f23d-ad5a-4df4-a8b3-dec8e90e045f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001042 10.0.0.19 - - [2025-06-30 02:31:59] "GET /domain/2079f23d-ad5a-4df4-a8b3-dec8e90e045f HTTP/1.1" 200 2584 0.011929 10.0.0.19 - - [2025-06-30 02:31:59] "GET /projects?obj_uuids=3f983f09-e13d-41ed-9ccf-a0e9fab14977&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000987 10.0.0.19 - - [2025-06-30 02:31:59] "GET /project/3f983f09-e13d-41ed-9ccf-a0e9fab14977 HTTP/1.1" 200 2168 0.067677 10.0.0.19 - - [2025-06-30 02:31:59] "GET /virtual-network/9ce2f20f-51a6-40ea-ad46-85b9c444dee2 HTTP/1.1" 200 2343 0.005900 10.0.0.19 - - [2025-06-30 02:31:59] "GET /virtual-network/9ce2f20f-51a6-40ea-ad46-85b9c444dee2 HTTP/1.1" 200 2343 0.004865 10.0.0.19 - - [2025-06-30 02:31:59] "GET /routing-instance/6e34ba4b-4233-413c-993d-f01b6b3a33c5 HTTP/1.1" 200 1494 0.003587 10.0.0.19 - - [2025-06-30 02:31:59] "GET /routing-instance/6e34ba4b-4233-413c-993d-f01b6b3a33c5 HTTP/1.1" 200 1494 0.003489 10.0.0.19 - - [2025-06-30 02:31:59] "GET /route-target/c1be5f0a-49f7-4d31-bfbe-801fe230fc6f HTTP/1.1" 200 1220 0.003203 10.0.0.19 - - [2025-06-30 02:31:59] "GET /virtual-network/9ce2f20f-51a6-40ea-ad46-85b9c444dee2 HTTP/1.1" 200 2343 0.004785 10.0.0.19 - - [2025-06-30 02:31:59] "GET /routing-instance/6e34ba4b-4233-413c-993d-f01b6b3a33c5 HTTP/1.1" 200 1494 0.003740 10.0.0.19 - - [2025-06-30 02:31:59] "GET /virtual-network/9ce2f20f-51a6-40ea-ad46-85b9c444dee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.004643 10.0.0.19 - - [2025-06-30 02:31:59] "GET /virtual-network/9ce2f20f-51a6-40ea-ad46-85b9c444dee2 HTTP/1.1" 200 2343 0.004833 10.0.0.19 - - [2025-06-30 02:31:59] "GET /routing-instance/6e34ba4b-4233-413c-993d-f01b6b3a33c5 HTTP/1.1" 200 1494 0.003196 10.0.0.19 - - [2025-06-30 02:31:59] "GET /routing-instance/6e34ba4b-4233-413c-993d-f01b6b3a33c5 HTTP/1.1" 200 1494 0.003381 10.0.0.19 - - [2025-06-30 02:31:59] "GET /route-target/c1be5f0a-49f7-4d31-bfbe-801fe230fc6f HTTP/1.1" 200 1220 0.002889 10.0.0.19 - - [2025-06-30 02:31:59] "GET /domains HTTP/1.1" 200 280 0.003670 10.0.0.19 - - [2025-06-30 02:31:59] "GET /domains?obj_uuids=2079f23d-ad5a-4df4-a8b3-dec8e90e045f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001447 10.0.0.19 - - [2025-06-30 02:31:59] "GET /domain/2079f23d-ad5a-4df4-a8b3-dec8e90e045f HTTP/1.1" 200 2584 0.009226 10.0.0.19 - - [2025-06-30 02:31:59] "GET /projects?obj_uuids=3f983f09-e13d-41ed-9ccf-a0e9fab14977&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001430 10.0.0.19 - - [2025-06-30 02:31:59] "GET /project/3f983f09-e13d-41ed-9ccf-a0e9fab14977 HTTP/1.1" 200 2168 0.074128 10.0.0.19 - - [2025-06-30 02:31:59] "GET /virtual-network/9ce2f20f-51a6-40ea-ad46-85b9c444dee2 HTTP/1.1" 200 2343 0.004793 10.0.0.19 - - [2025-06-30 02:31:59] "GET /obj-perms HTTP/1.1" 200 5052 0.042415 10.0.0.19 - - [2025-06-30 02:31:59] "POST /id-to-fqname HTTP/1.1" 200 233 0.001289 10.0.0.19 - - [2025-06-30 02:32:01] "POST /neutron/network HTTP/1.1" 200 849 0.005873 10.0.0.19 - - [2025-06-30 02:32:01] "GET /aaa-mode HTTP/1.1" 401 292 0.000641 10.0.0.19 - - [2025-06-30 02:32:01] "GET / HTTP/1.1" 200 35931 0.002477 10.0.0.19 - - [2025-06-30 02:32:01] "GET /project/3f983f09-e13d-41ed-9ccf-a0e9fab14977?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000511 10.0.0.19 - - [2025-06-30 02:32:02] "GET /projects?obj_uuids=3f983f09-e13d-41ed-9ccf-a0e9fab14977&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001012 10.0.0.19 - - [2025-06-30 02:32:02] "GET /project/3f983f09-e13d-41ed-9ccf-a0e9fab14977?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.043605 10.0.0.19 - - [2025-06-30 02:32:02] "POST /neutron/network HTTP/1.1" 200 839 0.029847 10.0.0.19 - - [2025-06-30 02:32:02] "POST /neutron/port HTTP/1.1" 200 117 0.005501 10.0.0.19 - - [2025-06-30 02:32:02] "POST /neutron/port HTTP/1.1" 200 117 0.005595 10.0.0.19 - - [2025-06-30 02:32:03] "POST /neutron/port HTTP/1.1" 200 117 0.006637 10.0.0.19 - - [2025-06-30 02:32:03] "POST /neutron/network HTTP/1.1" 200 849 0.008096 10.0.0.19 - - [2025-06-30 02:32:03] "GET /projects?obj_uuids=3f983f09-e13d-41ed-9ccf-a0e9fab14977&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001645 10.0.0.19 - - [2025-06-30 02:32:04] "POST /neutron/port HTTP/1.1" 200 1071 0.224793 10.0.0.19 - - [2025-06-30 02:32:04] "POST /neutron/port HTTP/1.1" 200 1071 0.030038 10.0.0.19 - - [2025-06-30 02:32:04] "POST /neutron/port HTTP/1.1" 200 1071 0.007543 10.0.0.19 - - [2025-06-30 02:32:04] "POST /neutron/port HTTP/1.1" 200 1125 0.062091 10.0.0.19 - - [2025-06-30 02:32:04] "POST /neutron/port HTTP/1.1" 200 1099 0.014428 10.0.0.19 - - [2025-06-30 02:32:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003325 10.0.0.19 - - [2025-06-30 02:32:04] "POST /neutron/subnet HTTP/1.1" 200 699 0.009756 10.0.0.19 - - [2025-06-30 02:32:04] "POST /neutron/port HTTP/1.1" 200 117 0.001105 10.0.0.19 - - [2025-06-30 02:32:04] "POST /neutron/network HTTP/1.1" 200 839 0.005485 10.0.0.19 - - [2025-06-30 02:32:08] "POST /neutron/port HTTP/1.1" 200 1099 0.013820 10.0.0.19 - - [2025-06-30 02:32:08] "POST /neutron/security_group HTTP/1.1" 200 2069 0.024848 10.0.0.19 - - [2025-06-30 02:32:08] "GET /obj-perms HTTP/1.1" 200 5052 0.003308 10.0.0.19 - - [2025-06-30 02:32:09] "GET /obj-perms HTTP/1.1" 200 5052 0.003335 10.0.0.19 - - [2025-06-30 02:32:10] "GET /obj-perms HTTP/1.1" 200 5052 0.003559 10.0.0.19 - - [2025-06-30 02:32:11] "DELETE /project/137f25a274c44322bad53ecb37bdade8 HTTP/1.1" 404 173 0.024089 10.0.0.19 - - [2025-06-30 02:32:11] "GET /obj-perms HTTP/1.1" 200 5052 0.003123 10.0.0.19 - - [2025-06-30 02:32:11] "DELETE /project/3f983f09e13d41ed9ccfa0e9fab14977 HTTP/1.1" 404 173 0.035567 10.0.0.19 - - [2025-06-30 02:32:12] "GET /obj-perms HTTP/1.1" 200 5052 0.003281 10.0.0.19 - - [2025-06-30 02:32:13] "POST /neutron/network HTTP/1.1" 200 839 0.007158 10.0.0.19 - - [2025-06-30 02:32:13] "POST /neutron/network HTTP/1.1" 400 204 0.010911 10.0.0.19 - - [2025-06-30 02:32:13] "POST /neutron/port HTTP/1.1" 200 1099 0.012284 10.0.0.19 - - [2025-06-30 02:32:13] "POST /neutron/port HTTP/1.1" 200 1125 0.007912 10.0.0.19 - - [2025-06-30 02:32:14] "POST /neutron/port HTTP/1.1" 200 151 0.101805 10.0.0.19 - - [2025-06-30 02:32:15] "POST /neutron/network HTTP/1.1" 200 839 0.005905 10.0.0.19 - - [2025-06-30 02:32:15] "POST /useragent-kv HTTP/1.1" 200 115 0.030156 10.0.0.19 - - [2025-06-30 02:32:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002083 10.0.0.19 - - [2025-06-30 02:32:15] "POST /neutron/network HTTP/1.1" 200 151 0.106682 10.0.0.19 - - [2025-06-30 02:32:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.040685 10.0.0.19 - - [2025-06-30 02:32:15] "GET /routing-instance/6e34ba4b-4233-413c-993d-f01b6b3a33c5 HTTP/1.1" 404 171 0.003006 10.0.0.19 - - [2025-06-30 02:32:15] "GET /domains HTTP/1.1" 200 280 0.001944 10.0.0.19 - - [2025-06-30 02:32:15] "GET /domains?obj_uuids=2079f23d-ad5a-4df4-a8b3-dec8e90e045f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001685 10.0.0.19 - - [2025-06-30 02:32:15] "DELETE /route-target/c1be5f0a-49f7-4d31-bfbe-801fe230fc6f HTTP/1.1" 200 115 0.022285 10.0.0.19 - - [2025-06-30 02:32:15] "GET /domain/2079f23d-ad5a-4df4-a8b3-dec8e90e045f HTTP/1.1" 200 2584 0.053126 10.0.0.19 - - [2025-06-30 02:32:15] "GET /projects?obj_uuids=3f983f09-e13d-41ed-9ccf-a0e9fab14977&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000994 10.0.0.19 - - [2025-06-30 02:32:15] "GET /project/3f983f09-e13d-41ed-9ccf-a0e9fab14977 HTTP/1.1" 200 1918 0.070323 10.0.0.19 - - [2025-06-30 02:32:15] "GET /projects?obj_uuids=3f983f09-e13d-41ed-9ccf-a0e9fab14977&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001168 10.0.0.19 - - [2025-06-30 02:32:15] "GET /project/3f983f09-e13d-41ed-9ccf-a0e9fab14977?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.028001 10.0.0.19 - - [2025-06-30 02:32:15] "GET /projects?obj_uuids=3f983f09-e13d-41ed-9ccf-a0e9fab14977&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000998 10.0.0.19 - - [2025-06-30 02:32:15] "GET /project/3f983f09-e13d-41ed-9ccf-a0e9fab14977?fields=virtual_networks HTTP/1.1" 200 1054 0.063628 10.0.0.19 - - [2025-06-30 02:32:16] "GET /projects?obj_uuids=3f983f09-e13d-41ed-9ccf-a0e9fab14977&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001139 10.0.0.19 - - [2025-06-30 02:32:16] "GET /project/3f983f09-e13d-41ed-9ccf-a0e9fab14977?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.024200 10.0.0.19 - - [2025-06-30 02:32:16] "GET /projects?obj_uuids=3f983f09-e13d-41ed-9ccf-a0e9fab14977&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001105 10.0.0.19 - - [2025-06-30 02:32:16] "GET /project/3f983f09-e13d-41ed-9ccf-a0e9fab14977?fields=security_groups HTTP/1.1" 200 1291 0.025307 10.0.0.19 - - [2025-06-30 02:32:16] "GET /obj-perms HTTP/1.1" 200 5056 0.322052 10.0.0.19 - - [2025-06-30 02:32:17] "GET /obj-perms HTTP/1.1" 200 5056 0.141010 10.0.0.19 - - [2025-06-30 02:32:17] "POST /fqname-to-id HTTP/1.1" 404 200 0.021118 10.0.0.19 - - [2025-06-30 02:32:17] "GET /projects?obj_uuids=e98b313e-c92e-44e9-8bee-7fb99095152b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002373 10.0.0.19 - - [2025-06-30 02:32:17] "GET /domains?obj_uuids=2079f23d-ad5a-4df4-a8b3-dec8e90e045f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000975 10.0.0.19 - - [2025-06-30 02:32:17] "GET /domain/2079f23d-ad5a-4df4-a8b3-dec8e90e045f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006489 10.0.0.19 - - [2025-06-30 02:32:17] "POST /id-to-fqname HTTP/1.1" 200 202 0.001359 10.0.0.19 - - [2025-06-30 02:32:17] "POST /fqname-to-id HTTP/1.1" 404 211 0.002232 10.0.0.19 - - [2025-06-30 02:32:17] "POST /security-groups HTTP/1.1" 200 603 0.066137 10.0.0.19 - - [2025-06-30 02:32:17] "POST /fqname-to-id HTTP/1.1" 404 246 0.004477 10.0.0.19 - - [2025-06-30 02:32:17] "POST /projects HTTP/1.1" 200 609 0.219044 10.0.0.19 - - [2025-06-30 02:32:17] "POST /access-control-lists HTTP/1.1" 200 608 0.063184 10.0.0.19 - - [2025-06-30 02:32:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.290959 10.0.0.19 - - [2025-06-30 02:32:17] "POST /fqname-to-id HTTP/1.1" 404 245 0.002723 10.0.0.19 - - [2025-06-30 02:32:17] "GET /project/e98b313e-c92e-44e9-8bee-7fb99095152b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.407163 10.0.0.19 - - [2025-06-30 02:32:17] "POST /access-control-lists HTTP/1.1" 200 606 0.072217 10.0.0.19 - - [2025-06-30 02:32:18] "GET / HTTP/1.1" 200 35931 0.002023 10.0.0.19 - - [2025-06-30 02:32:19] "GET /projects?obj_uuids=137f25a2-74c4-4322-bad5-3ecb37bdade8&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001394 10.0.0.19 - - [2025-06-30 02:32:19] "GET /project/137f25a2-74c4-4322-bad5-3ecb37bdade8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.029680 10.0.0.19 - - [2025-06-30 02:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.011343 10.0.0.19 - - [2025-06-30 02:32:19] "GET /security-group/999050f2-6667-4bab-82b8-e9f9645c5534?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.005328 10.0.0.19 - - [2025-06-30 02:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.19 - - [2025-06-30 02:32:19] "GET /projects?obj_uuids=137f25a2-74c4-4322-bad5-3ecb37bdade8&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001125 10.0.0.19 - - [2025-06-30 02:32:20] "GET /project/137f25a2-74c4-4322-bad5-3ecb37bdade8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.039135 10.0.0.19 - - [2025-06-30 02:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002814 10.0.0.19 - - [2025-06-30 02:32:20] "GET /security-group/999050f2-6667-4bab-82b8-e9f9645c5534?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.003802 10.0.0.19 - - [2025-06-30 02:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002776 10.0.0.19 - - [2025-06-30 02:32:20] "PUT /security-group/999050f2-6667-4bab-82b8-e9f9645c5534 HTTP/1.1" 200 262 0.013088 10.0.0.19 - - [2025-06-30 02:32:20] "PUT /access-control-list/e8f09955-402e-49d0-900b-0922ead4f0a7 HTTP/1.1" 200 272 0.009430 10.0.0.19 - - [2025-06-30 02:32:20] "PUT /access-control-list/c12177fb-b7bd-4151-9318-3cdfa5a280bc HTTP/1.1" 200 272 0.012007 10.0.0.19 - - [2025-06-30 02:32:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000465 10.0.0.19 - - [2025-06-30 02:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.051909 10.0.0.19 - - [2025-06-30 02:32:20] "GET /projects?obj_uuids=e98b313e-c92e-44e9-8bee-7fb99095152b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000979 10.0.0.19 - - [2025-06-30 02:32:20] "GET /project/e98b313e-c92e-44e9-8bee-7fb99095152b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.025698 10.0.0.19 - - [2025-06-30 02:32:20] "POST /neutron/network HTTP/1.1" 200 117 0.027557 10.0.0.19 - - [2025-06-30 02:32:20] "GET /projects?obj_uuids=e98b313e-c92e-44e9-8bee-7fb99095152b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001253 10.0.0.19 - - [2025-06-30 02:32:20] "POST /neutron/network HTTP/1.1" 200 619 0.072902 10.0.0.19 - - [2025-06-30 02:32:21] "POST /route-targets HTTP/1.1" 200 327 0.014455 10.0.0.19 - - [2025-06-30 02:32:21] "POST /ref-update HTTP/1.1" 200 156 0.015274 10.0.0.19 - - [2025-06-30 02:32:21] "POST /useragent-kv HTTP/1.1" 200 115 0.004558 10.0.0.19 - - [2025-06-30 02:32:21] "POST /neutron/subnet HTTP/1.1" 200 725 0.151772 10.0.0.19 - - [2025-06-30 02:32:21] "POST /neutron/network HTTP/1.1" 200 838 0.005193 10.0.0.19 - - [2025-06-30 02:32:21] "POST /id-to-fqname HTTP/1.1" 200 233 0.001173 10.0.0.19 - - [2025-06-30 02:32:21] "GET /virtual-network/db4c5609-a5b9-427d-b45d-de24ff9bcd94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005237 10.0.0.19 - - [2025-06-30 02:32:21] "POST /neutron/network HTTP/1.1" 200 838 0.005230 10.0.0.19 - - [2025-06-30 02:32:21] "GET /virtual-network/db4c5609-a5b9-427d-b45d-de24ff9bcd94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.004560 10.0.0.19 - - [2025-06-30 02:32:21] "POST /neutron/network HTTP/1.1" 200 838 0.006993 10.0.0.19 - - [2025-06-30 02:32:21] "POST /neutron/subnet HTTP/1.1" 200 725 0.006142 10.0.0.19 - - [2025-06-30 02:32:21] "GET /domains HTTP/1.1" 401 292 0.000377 10.0.0.19 - - [2025-06-30 02:32:21] "GET /domains HTTP/1.1" 200 280 0.026527 10.0.0.19 - - [2025-06-30 02:32:21] "GET /domains?obj_uuids=2079f23d-ad5a-4df4-a8b3-dec8e90e045f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000973 10.0.0.19 - - [2025-06-30 02:32:21] "GET /domain/2079f23d-ad5a-4df4-a8b3-dec8e90e045f HTTP/1.1" 200 2782 0.007841 10.0.0.19 - - [2025-06-30 02:32:21] "GET /projects?obj_uuids=e98b313e-c92e-44e9-8bee-7fb99095152b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001026 10.0.0.19 - - [2025-06-30 02:32:21] "GET /project/e98b313e-c92e-44e9-8bee-7fb99095152b HTTP/1.1" 200 2175 0.078408 10.0.0.19 - - [2025-06-30 02:32:21] "GET /virtual-network/db4c5609-a5b9-427d-b45d-de24ff9bcd94 HTTP/1.1" 200 2341 0.008422 10.0.0.19 - - [2025-06-30 02:32:21] "GET /virtual-network/db4c5609-a5b9-427d-b45d-de24ff9bcd94 HTTP/1.1" 200 2341 0.009417 10.0.0.19 - - [2025-06-30 02:32:21] "GET /routing-instance/ab931cbc-4a5c-4f4f-9037-e29ff52c4976 HTTP/1.1" 200 1492 0.007138 10.0.0.19 - - [2025-06-30 02:32:21] "GET /routing-instance/ab931cbc-4a5c-4f4f-9037-e29ff52c4976 HTTP/1.1" 200 1492 0.004659 10.0.0.19 - - [2025-06-30 02:32:21] "GET /route-target/712e9658-0746-4cc3-8b8c-ed006271f0fc HTTP/1.1" 200 1218 0.003104 10.0.0.19 - - [2025-06-30 02:32:21] "GET /virtual-network/db4c5609-a5b9-427d-b45d-de24ff9bcd94 HTTP/1.1" 200 2341 0.005698 10.0.0.19 - - [2025-06-30 02:32:21] "GET /routing-instance/ab931cbc-4a5c-4f4f-9037-e29ff52c4976 HTTP/1.1" 200 1492 0.003127 10.0.0.19 - - [2025-06-30 02:32:21] "GET /virtual-network/db4c5609-a5b9-427d-b45d-de24ff9bcd94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.004603 10.0.0.19 - - [2025-06-30 02:32:21] "GET /virtual-network/db4c5609-a5b9-427d-b45d-de24ff9bcd94 HTTP/1.1" 200 2341 0.005684 10.0.0.19 - - [2025-06-30 02:32:21] "GET /routing-instance/ab931cbc-4a5c-4f4f-9037-e29ff52c4976 HTTP/1.1" 200 1492 0.003453 10.0.0.19 - - [2025-06-30 02:32:21] "GET /routing-instance/ab931cbc-4a5c-4f4f-9037-e29ff52c4976 HTTP/1.1" 200 1492 0.003064 10.0.0.19 - - [2025-06-30 02:32:21] "GET /route-target/712e9658-0746-4cc3-8b8c-ed006271f0fc HTTP/1.1" 200 1218 0.002744 10.0.0.19 - - [2025-06-30 02:32:21] "GET /domains HTTP/1.1" 200 280 0.003039 10.0.0.19 - - [2025-06-30 02:32:21] "GET /domains?obj_uuids=2079f23d-ad5a-4df4-a8b3-dec8e90e045f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000978 10.0.0.19 - - [2025-06-30 02:32:21] "GET /domain/2079f23d-ad5a-4df4-a8b3-dec8e90e045f HTTP/1.1" 200 2782 0.006697 10.0.0.19 - - [2025-06-30 02:32:21] "GET /projects?obj_uuids=e98b313e-c92e-44e9-8bee-7fb99095152b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001833 10.0.0.19 - - [2025-06-30 02:32:21] "GET /project/e98b313e-c92e-44e9-8bee-7fb99095152b HTTP/1.1" 200 2175 0.071463 10.0.0.19 - - [2025-06-30 02:32:21] "GET /virtual-network/db4c5609-a5b9-427d-b45d-de24ff9bcd94 HTTP/1.1" 200 2341 0.004436 10.0.0.19 - - [2025-06-30 02:32:22] "GET /obj-perms HTTP/1.1" 200 5054 0.048227 10.0.0.19 - - [2025-06-30 02:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003051 10.0.0.19 - - [2025-06-30 02:32:22] "GET /projects?obj_uuids=e98b313e-c92e-44e9-8bee-7fb99095152b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001547 10.0.0.19 - - [2025-06-30 02:32:22] "GET /project/e98b313e-c92e-44e9-8bee-7fb99095152b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.026658 10.0.0.19 - - [2025-06-30 02:32:22] "POST /neutron/network HTTP/1.1" 200 117 0.009141 10.0.0.19 - - [2025-06-30 02:32:22] "GET /projects?obj_uuids=e98b313e-c92e-44e9-8bee-7fb99095152b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001152 10.0.0.19 - - [2025-06-30 02:32:22] "POST /neutron/network HTTP/1.1" 200 619 0.083062 10.0.0.19 - - [2025-06-30 02:32:22] "POST /route-targets HTTP/1.1" 200 327 0.009772 10.0.0.19 - - [2025-06-30 02:32:22] "POST /ref-update HTTP/1.1" 200 156 0.012293 10.0.0.19 - - [2025-06-30 02:32:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003418 10.0.0.19 - - [2025-06-30 02:32:22] "POST /neutron/subnet HTTP/1.1" 200 734 0.180128 10.0.0.19 - - [2025-06-30 02:32:22] "POST /neutron/network HTTP/1.1" 200 840 0.005680 10.0.0.19 - - [2025-06-30 02:32:22] "POST /id-to-fqname HTTP/1.1" 200 233 0.001287 10.0.0.19 - - [2025-06-30 02:32:22] "GET /virtual-network/fb335a9e-9468-439c-8b2c-476bb9df95e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005341 10.0.0.19 - - [2025-06-30 02:32:22] "POST /neutron/network HTTP/1.1" 200 840 0.006361 10.0.0.19 - - [2025-06-30 02:32:22] "GET /virtual-network/fb335a9e-9468-439c-8b2c-476bb9df95e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.004634 10.0.0.19 - - [2025-06-30 02:32:22] "POST /neutron/network HTTP/1.1" 200 840 0.005391 10.0.0.19 - - [2025-06-30 02:32:22] "POST /neutron/subnet HTTP/1.1" 200 734 0.007009 10.0.0.19 - - [2025-06-30 02:32:22] "GET /domains HTTP/1.1" 200 280 0.002371 10.0.0.19 - - [2025-06-30 02:32:22] "GET /domains?obj_uuids=2079f23d-ad5a-4df4-a8b3-dec8e90e045f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001060 10.0.0.19 - - [2025-06-30 02:32:22] "GET /domain/2079f23d-ad5a-4df4-a8b3-dec8e90e045f HTTP/1.1" 200 2782 0.006943 10.0.0.19 - - [2025-06-30 02:32:22] "GET /projects?obj_uuids=e98b313e-c92e-44e9-8bee-7fb99095152b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001048 10.0.0.19 - - [2025-06-30 02:32:23] "GET /project/e98b313e-c92e-44e9-8bee-7fb99095152b HTTP/1.1" 200 2403 0.079245 10.0.0.19 - - [2025-06-30 02:32:23] "GET /virtual-network/fb335a9e-9468-439c-8b2c-476bb9df95e7 HTTP/1.1" 200 2347 0.006155 10.0.0.19 - - [2025-06-30 02:32:23] "GET /virtual-network/fb335a9e-9468-439c-8b2c-476bb9df95e7 HTTP/1.1" 200 2347 0.005241 10.0.0.19 - - [2025-06-30 02:32:23] "GET /routing-instance/a03e0e67-081a-4c61-ac00-047a19e591a7 HTTP/1.1" 200 1492 0.004567 10.0.0.19 - - [2025-06-30 02:32:23] "GET /routing-instance/a03e0e67-081a-4c61-ac00-047a19e591a7 HTTP/1.1" 200 1492 0.003754 10.0.0.19 - - [2025-06-30 02:32:23] "GET /route-target/556dc6f1-1448-407b-b410-2cf2e4834b59 HTTP/1.1" 200 1218 0.004089 10.0.0.19 - - [2025-06-30 02:32:23] "GET /virtual-network/fb335a9e-9468-439c-8b2c-476bb9df95e7 HTTP/1.1" 200 2347 0.005977 10.0.0.19 - - [2025-06-30 02:32:23] "GET /routing-instance/a03e0e67-081a-4c61-ac00-047a19e591a7 HTTP/1.1" 200 1492 0.003463 10.0.0.19 - - [2025-06-30 02:32:23] "GET /virtual-network/fb335a9e-9468-439c-8b2c-476bb9df95e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005048 10.0.0.19 - - [2025-06-30 02:32:23] "GET /virtual-network/fb335a9e-9468-439c-8b2c-476bb9df95e7 HTTP/1.1" 200 2347 0.004573 10.0.0.19 - - [2025-06-30 02:32:23] "GET /routing-instance/a03e0e67-081a-4c61-ac00-047a19e591a7 HTTP/1.1" 200 1492 0.003441 10.0.0.19 - - [2025-06-30 02:32:23] "GET /routing-instance/a03e0e67-081a-4c61-ac00-047a19e591a7 HTTP/1.1" 200 1492 0.003761 10.0.0.19 - - [2025-06-30 02:32:23] "GET /route-target/556dc6f1-1448-407b-b410-2cf2e4834b59 HTTP/1.1" 200 1218 0.003610 10.0.0.19 - - [2025-06-30 02:32:23] "GET /domains HTTP/1.1" 200 280 0.002577 10.0.0.19 - - [2025-06-30 02:32:23] "GET /domains?obj_uuids=2079f23d-ad5a-4df4-a8b3-dec8e90e045f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001526 10.0.0.19 - - [2025-06-30 02:32:23] "GET /domain/2079f23d-ad5a-4df4-a8b3-dec8e90e045f HTTP/1.1" 200 2782 0.008059 10.0.0.19 - - [2025-06-30 02:32:23] "GET /projects?obj_uuids=e98b313e-c92e-44e9-8bee-7fb99095152b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001035 10.0.0.19 - - [2025-06-30 02:32:23] "GET /project/e98b313e-c92e-44e9-8bee-7fb99095152b HTTP/1.1" 200 2403 0.070111 10.0.0.19 - - [2025-06-30 02:32:23] "GET /virtual-network/fb335a9e-9468-439c-8b2c-476bb9df95e7 HTTP/1.1" 200 2347 0.005980 10.0.0.19 - - [2025-06-30 02:32:23] "GET /obj-perms HTTP/1.1" 200 5054 0.003074 10.0.0.19 - - [2025-06-30 02:32:23] "POST /id-to-fqname HTTP/1.1" 200 233 0.001330 10.0.0.19 - - [2025-06-30 02:32:23] "POST /neutron/network HTTP/1.1" 200 850 0.007322 10.0.0.19 - - [2025-06-30 02:32:23] "GET /aaa-mode HTTP/1.1" 401 292 0.000406 10.0.0.19 - - [2025-06-30 02:32:23] "GET / HTTP/1.1" 200 35931 0.001726 10.0.0.19 - - [2025-06-30 02:32:23] "GET /project/e98b313e-c92e-44e9-8bee-7fb99095152b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000415 10.0.0.19 - - [2025-06-30 02:32:24] "GET /projects?obj_uuids=e98b313e-c92e-44e9-8bee-7fb99095152b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001061 10.0.0.19 - - [2025-06-30 02:32:24] "GET /project/e98b313e-c92e-44e9-8bee-7fb99095152b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.052276 10.0.0.19 - - [2025-06-30 02:32:24] "POST /neutron/network HTTP/1.1" 200 840 0.006997 10.0.0.19 - - [2025-06-30 02:32:24] "POST /neutron/port HTTP/1.1" 200 117 0.004681 10.0.0.19 - - [2025-06-30 02:32:24] "POST /neutron/port HTTP/1.1" 200 117 0.004683 10.0.0.19 - - [2025-06-30 02:32:24] "POST /id-to-fqname HTTP/1.1" 200 233 0.001279 10.0.0.19 - - [2025-06-30 02:32:24] "POST /neutron/port HTTP/1.1" 200 117 0.005507 10.0.0.19 - - [2025-06-30 02:32:24] "POST /neutron/network HTTP/1.1" 200 848 0.005855 10.0.0.19 - - [2025-06-30 02:32:24] "GET /aaa-mode HTTP/1.1" 401 292 0.000568 10.0.0.19 - - [2025-06-30 02:32:24] "POST /neutron/network HTTP/1.1" 200 850 0.005350 10.0.0.19 - - [2025-06-30 02:32:24] "GET /projects?obj_uuids=e98b313e-c92e-44e9-8bee-7fb99095152b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001074 10.0.0.19 - - [2025-06-30 02:32:24] "GET / HTTP/1.1" 200 35931 0.001611 10.0.0.19 - - [2025-06-30 02:32:24] "GET /project/e98b313e-c92e-44e9-8bee-7fb99095152b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000392 10.0.0.19 - - [2025-06-30 02:32:24] "POST /neutron/port HTTP/1.1" 200 1074 0.236953 10.0.0.19 - - [2025-06-30 02:32:24] "POST /neutron/port HTTP/1.1" 200 1074 0.008392 10.0.0.19 - - [2025-06-30 02:32:24] "POST /neutron/port HTTP/1.1" 200 1074 0.010174 10.0.0.19 - - [2025-06-30 02:32:25] "POST /neutron/port HTTP/1.1" 200 1128 0.084078 10.0.0.19 - - [2025-06-30 02:32:25] "POST /neutron/port HTTP/1.1" 200 1102 0.014216 10.0.0.19 - - [2025-06-30 02:32:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003324 10.0.0.19 - - [2025-06-30 02:32:25] "POST /neutron/subnet HTTP/1.1" 200 708 0.008750 10.0.0.19 - - [2025-06-30 02:32:25] "POST /neutron/port HTTP/1.1" 200 117 0.001117 10.0.0.19 - - [2025-06-30 02:32:25] "POST /neutron/network HTTP/1.1" 200 840 0.005410 10.0.0.19 - - [2025-06-30 02:32:25] "GET /projects?obj_uuids=e98b313e-c92e-44e9-8bee-7fb99095152b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001077 10.0.0.19 - - [2025-06-30 02:32:25] "GET /project/e98b313e-c92e-44e9-8bee-7fb99095152b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.051629 10.0.0.19 - - [2025-06-30 02:32:25] "POST /neutron/network HTTP/1.1" 200 838 0.006500 10.0.0.19 - - [2025-06-30 02:32:25] "POST /neutron/port HTTP/1.1" 200 1102 0.019786 10.0.0.19 - - [2025-06-30 02:32:25] "GET /global-system-configs HTTP/1.1" 200 322 0.013059 10.0.0.19 - - [2025-06-30 02:32:25] "POST /neutron/security_group HTTP/1.1" 200 2070 0.014727 10.0.0.19 - - [2025-06-30 02:32:25] "GET /obj-perms HTTP/1.1" 200 5056 0.049879 10.0.0.19 - - [2025-06-30 02:32:25] "POST /neutron/port HTTP/1.1" 200 117 0.004949 10.0.0.19 - - [2025-06-30 02:32:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002929 10.0.0.19 - - [2025-06-30 02:32:25] "GET /projects?obj_uuids=e98b313e-c92e-44e9-8bee-7fb99095152b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001120 10.0.0.19 - - [2025-06-30 02:32:25] "GET /project/e98b313e-c92e-44e9-8bee-7fb99095152b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.033116 10.0.0.19 - - [2025-06-30 02:32:25] "GET /virtual-network/db4c5609-a5b9-427d-b45d-de24ff9bcd94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005380 10.0.0.19 - - [2025-06-30 02:32:25] "GET /floating-ip-pools?parent_id=db4c5609-a5b9-427d-b45d-de24ff9bcd94&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002775 10.0.0.19 - - [2025-06-30 02:32:25] "GET /virtual-network/db4c5609-a5b9-427d-b45d-de24ff9bcd94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.004951 10.0.0.19 - - [2025-06-30 02:32:25] "POST /floating-ip-pools HTTP/1.1" 200 609 0.023779 10.0.0.19 - - [2025-06-30 02:32:25] "POST /ref-update HTTP/1.1" 200 156 0.009298 10.0.0.19 - - [2025-06-30 02:32:25] "GET /virtual-network/db4c5609-a5b9-427d-b45d-de24ff9bcd94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006056 10.0.0.19 - - [2025-06-30 02:32:25] "GET /domains HTTP/1.1" 200 280 0.002780 10.0.0.19 - - [2025-06-30 02:32:25] "GET /domains?obj_uuids=2079f23d-ad5a-4df4-a8b3-dec8e90e045f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001070 10.0.0.19 - - [2025-06-30 02:32:25] "GET /domain/2079f23d-ad5a-4df4-a8b3-dec8e90e045f HTTP/1.1" 200 2782 0.006977 10.0.0.19 - - [2025-06-30 02:32:25] "GET /projects?obj_uuids=e98b313e-c92e-44e9-8bee-7fb99095152b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001433 10.0.0.19 - - [2025-06-30 02:32:26] "GET /project/e98b313e-c92e-44e9-8bee-7fb99095152b HTTP/1.1" 200 2989 0.089134 10.0.0.19 - - [2025-06-30 02:32:26] "GET /virtual-network/db4c5609-a5b9-427d-b45d-de24ff9bcd94 HTTP/1.1" 200 2621 0.013757 10.0.0.19 - - [2025-06-30 02:32:26] "GET /floating-ip-pool/ced3db47-4c0d-4fc4-8bef-4867fcffa01f HTTP/1.1" 200 1442 0.004595 10.0.0.19 - - [2025-06-30 02:32:26] "GET /domains HTTP/1.1" 200 280 0.003475 10.0.0.19 - - [2025-06-30 02:32:26] "GET /domains?obj_uuids=2079f23d-ad5a-4df4-a8b3-dec8e90e045f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001283 10.0.0.19 - - [2025-06-30 02:32:26] "GET /domain/2079f23d-ad5a-4df4-a8b3-dec8e90e045f HTTP/1.1" 200 2782 0.013084 10.0.0.19 - - [2025-06-30 02:32:26] "GET /projects?obj_uuids=e98b313e-c92e-44e9-8bee-7fb99095152b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001471 10.0.0.19 - - [2025-06-30 02:32:26] "POST /neutron/network HTTP/1.1" 200 848 0.012383 10.0.0.19 - - [2025-06-30 02:32:26] "GET /projects?obj_uuids=e98b313e-c92e-44e9-8bee-7fb99095152b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001654 10.0.0.19 - - [2025-06-30 02:32:26] "GET /project/e98b313e-c92e-44e9-8bee-7fb99095152b HTTP/1.1" 200 2989 0.096545 10.0.0.19 - - [2025-06-30 02:32:26] "GET /virtual-network/db4c5609-a5b9-427d-b45d-de24ff9bcd94 HTTP/1.1" 200 2621 0.019416 10.0.0.19 - - [2025-06-30 02:32:26] "GET /virtual-network/db4c5609-a5b9-427d-b45d-de24ff9bcd94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.007524 10.0.0.19 - - [2025-06-30 02:32:26] "POST /neutron/port HTTP/1.1" 200 1102 0.019634 10.0.0.19 - - [2025-06-30 02:32:26] "POST /neutron/security_group HTTP/1.1" 200 2070 0.038179 10.0.0.19 - - [2025-06-30 02:32:26] "POST /neutron/port HTTP/1.1" 200 1102 0.033386 10.0.0.19 - - [2025-06-30 02:32:26] "POST /neutron/port HTTP/1.1" 200 1072 0.325350 10.0.0.19 - - [2025-06-30 02:32:26] "POST /neutron/security_group HTTP/1.1" 200 2070 0.017830 10.0.0.19 - - [2025-06-30 02:32:26] "POST /neutron/port HTTP/1.1" 200 1072 0.019812 10.0.0.19 - - [2025-06-30 02:32:26] "POST /neutron/port HTTP/1.1" 200 1072 0.017357 10.0.0.19 - - [2025-06-30 02:32:26] "POST /neutron/port HTTP/1.1" 200 1102 0.060858 10.0.0.19 - - [2025-06-30 02:32:26] "POST /neutron/security_group HTTP/1.1" 200 2070 0.012465 10.0.0.19 - - [2025-06-30 02:32:26] "POST /neutron/port HTTP/1.1" 200 1126 0.130080 10.0.0.19 - - [2025-06-30 02:32:26] "GET /virtual-machine/7b8daf35-87e3-4e9a-91a1-594fe60ce241 HTTP/1.1" 200 1304 0.004815 10.0.0.19 - - [2025-06-30 02:32:26] "GET /virtual-machine-interface/ecc7b08b-a431-48b4-981d-9af162e43452 HTTP/1.1" 200 3005 0.004719 10.0.0.19 - - [2025-06-30 02:32:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002396 10.0.0.19 - - [2025-06-30 02:32:26] "GET /global-vrouter-config/73bcbcba-a6d5-41b8-a730-7861dab88d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003255 10.0.0.19 - - [2025-06-30 02:32:26] "POST /neutron/port HTTP/1.1" 200 1100 0.023597 10.0.0.19 - - [2025-06-30 02:32:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003984 10.0.0.19 - - [2025-06-30 02:32:26] "GET /virtual-networks?parent_id=e98b313e-c92e-44e9-8bee-7fb99095152b&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003122 10.0.0.19 - - [2025-06-30 02:32:26] "POST /neutron/subnet HTTP/1.1" 200 699 0.016732 10.0.0.19 - - [2025-06-30 02:32:26] "POST /neutron/port HTTP/1.1" 200 117 0.001179 10.0.0.19 - - [2025-06-30 02:32:26] "POST /neutron/network HTTP/1.1" 200 838 0.005951 10.0.0.19 - - [2025-06-30 02:32:26] "GET /virtual-network/fb335a9e-9468-439c-8b2c-476bb9df95e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006698 10.0.0.19 - - [2025-06-30 02:32:26] "GET /global-system-configs HTTP/1.1" 200 322 0.006650 10.0.0.19 - - [2025-06-30 02:32:26] "GET /obj-perms HTTP/1.1" 200 5056 0.036170 10.0.0.19 - - [2025-06-30 02:32:26] "POST /neutron/port HTTP/1.1" 200 1102 0.013593 10.0.0.19 - - [2025-06-30 02:32:27] "POST /neutron/port HTTP/1.1" 200 1102 0.022034 10.0.0.19 - - [2025-06-30 02:32:27] "POST /neutron/network HTTP/1.1" 200 850 0.006882 10.0.0.19 - - [2025-06-30 02:32:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003539 10.0.0.19 - - [2025-06-30 02:32:27] "POST /neutron/subnet HTTP/1.1" 200 708 0.008893 10.0.0.19 - - [2025-06-30 02:32:27] "POST /neutron/port HTTP/1.1" 200 117 0.001547 10.0.0.19 - - [2025-06-30 02:32:27] "POST /neutron/network HTTP/1.1" 200 840 0.008467 10.0.0.19 - - [2025-06-30 02:32:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002830 10.0.0.19 - - [2025-06-30 02:32:29] "GET /virtual-network/fb335a9e-9468-439c-8b2c-476bb9df95e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.004916 10.0.0.19 - - [2025-06-30 02:32:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002728 10.0.0.19 - - [2025-06-30 02:32:33] "GET /virtual-network/fb335a9e-9468-439c-8b2c-476bb9df95e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.004956 10.0.0.19 - - [2025-06-30 02:32:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002784 10.0.0.19 - - [2025-06-30 02:32:36] "GET /global-vrouter-config/73bcbcba-a6d5-41b8-a730-7861dab88d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002998 10.0.0.19 - - [2025-06-30 02:32:36] "GET /virtual-networks?parent_id=e98b313e-c92e-44e9-8bee-7fb99095152b&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002898 10.0.0.19 - - [2025-06-30 02:32:36] "GET /virtual-network/fb335a9e-9468-439c-8b2c-476bb9df95e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005157 10.0.0.19 - - [2025-06-30 02:32:36] "POST /neutron/port HTTP/1.1" 200 1102 0.015595 10.0.0.19 - - [2025-06-30 02:32:36] "POST /neutron/security_group HTTP/1.1" 200 2070 0.014091 10.0.0.19 - - [2025-06-30 02:32:36] "POST /neutron/port HTTP/1.1" 200 1102 0.033480 10.0.0.19 - - [2025-06-30 02:32:36] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005006 10.0.0.19 - - [2025-06-30 02:32:36] "POST /neutron/port HTTP/1.1" 200 1100 0.012935 10.0.0.19 - - [2025-06-30 02:32:36] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005885 10.0.0.19 - - [2025-06-30 02:32:41] "GET /projects?obj_uuids=e98b313e-c92e-44e9-8bee-7fb99095152b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001073 10.0.0.19 - - [2025-06-30 02:32:41] "POST /neutron/floatingip HTTP/1.1" 200 530 0.054894 10.0.0.19 - - [2025-06-30 02:32:41] "POST /neutron/port HTTP/1.1" 200 1102 0.011926 10.0.0.19 - - [2025-06-30 02:32:41] "POST /neutron/floatingip HTTP/1.1" 200 530 0.004546 10.0.0.19 - - [2025-06-30 02:32:41] "POST /neutron/floatingip HTTP/1.1" 200 579 0.026102 10.0.0.19 - - [2025-06-30 02:32:41] "POST /neutron/port HTTP/1.1" 200 1100 0.013164 10.0.0.19 - - [2025-06-30 02:32:41] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005543 10.0.0.19 - - [2025-06-30 02:32:41] "POST /neutron/port HTTP/1.1" 200 1100 0.012611 10.0.0.19 - - [2025-06-30 02:32:41] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005258 10.0.0.19 - - [2025-06-30 02:32:41] "POST /neutron/port HTTP/1.1" 200 1100 0.013864 10.0.0.19 - - [2025-06-30 02:32:41] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006658 10.0.0.19 - - [2025-06-30 02:32:41] "GET /virtual-machine/6b1105fd-1268-4105-b3d8-ae6dc1fb533f HTTP/1.1" 200 1304 0.004532 10.0.0.19 - - [2025-06-30 02:32:41] "GET /virtual-machine-interface/9f7b849e-c279-480d-bdb9-85f8817351da HTTP/1.1" 200 3005 0.004871 10.0.0.19 - - [2025-06-30 02:32:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.19 - - [2025-06-30 02:32:41] "GET /global-vrouter-config/73bcbcba-a6d5-41b8-a730-7861dab88d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002769 10.0.0.19 - - [2025-06-30 02:32:41] "GET /virtual-networks?parent_id=e98b313e-c92e-44e9-8bee-7fb99095152b&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002844 10.0.0.19 - - [2025-06-30 02:32:41] "GET /virtual-network/db4c5609-a5b9-427d-b45d-de24ff9bcd94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005250 10.0.0.19 - - [2025-06-30 02:32:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002745 10.0.0.19 - - [2025-06-30 02:32:42] "GET /global-vrouter-config/73bcbcba-a6d5-41b8-a730-7861dab88d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003263 10.0.0.19 - - [2025-06-30 02:32:42] "GET /virtual-networks?parent_id=e98b313e-c92e-44e9-8bee-7fb99095152b&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.002796 10.0.0.19 - - [2025-06-30 02:32:43] "GET /virtual-network/db4c5609-a5b9-427d-b45d-de24ff9bcd94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005271 10.0.0.19 - - [2025-06-30 02:32:43] "POST /neutron/floatingip HTTP/1.1" 200 579 0.008917 10.0.0.19 - - [2025-06-30 02:32:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002254 10.0.0.19 - - [2025-06-30 02:32:43] "GET /routing-instance/ab931cbc-4a5c-4f4f-9037-e29ff52c4976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.003331 10.0.0.19 - - [2025-06-30 02:32:43] "GET /route-target/712e9658-0746-4cc3-8b8c-ed006271f0fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003611 10.0.0.19 - - [2025-06-30 02:32:43] "GET /floating-ip/34318f6c-bee3-4aa5-b425-63eddb4c98bb HTTP/1.1" 200 1891 0.004439 10.0.0.19 - - [2025-06-30 02:32:45] "POST /neutron/floatingip HTTP/1.1" 200 579 0.008631 10.0.0.19 - - [2025-06-30 02:32:45] "POST /neutron/floatingip HTTP/1.1" 200 530 0.014473 10.0.0.19 - - [2025-06-30 02:32:46] "POST /neutron/floatingip HTTP/1.1" 200 530 0.006043 10.0.0.19 - - [2025-06-30 02:32:46] "POST /neutron/floatingip HTTP/1.1" 200 115 0.030162 10.0.0.19 - - [2025-06-30 02:32:46] "GET /floating-ip-pool/ced3db47-4c0d-4fc4-8bef-4867fcffa01f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1207 0.002924 10.0.0.19 - - [2025-06-30 02:32:46] "POST /ref-update HTTP/1.1" 200 156 0.007362 10.0.0.19 - - [2025-06-30 02:32:46] "DELETE /floating-ip-pool/ced3db47-4c0d-4fc4-8bef-4867fcffa01f HTTP/1.1" 200 115 0.021949 10.0.0.19 - - [2025-06-30 02:32:46] "POST /neutron/network HTTP/1.1" 200 840 0.007913 10.0.0.19 - - [2025-06-30 02:32:46] "POST /neutron/network HTTP/1.1" 400 204 0.011027 10.0.0.19 - - [2025-06-30 02:32:46] "POST /neutron/port HTTP/1.1" 200 1100 0.015371 10.0.0.19 - - [2025-06-30 02:32:46] "POST /neutron/port HTTP/1.1" 200 1126 0.014355 10.0.0.19 - - [2025-06-30 02:32:46] "POST /neutron/port HTTP/1.1" 200 1102 0.018194 10.0.0.19 - - [2025-06-30 02:32:46] "POST /neutron/port HTTP/1.1" 200 1128 0.008262 10.0.0.19 - - [2025-06-30 02:32:46] "POST /neutron/port HTTP/1.1" 200 151 0.121732 10.0.0.19 - - [2025-06-30 02:32:46] "POST /neutron/port HTTP/1.1" 200 151 0.114478 10.0.0.19 - - [2025-06-30 02:32:48] "POST /neutron/network HTTP/1.1" 200 840 0.005287 10.0.0.19 - - [2025-06-30 02:32:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003215 10.0.0.19 - - [2025-06-30 02:32:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004148 10.0.0.19 - - [2025-06-30 02:32:48] "POST /useragent-kv HTTP/1.1" 200 115 0.001642 10.0.0.19 - - [2025-06-30 02:32:48] "POST /neutron/network HTTP/1.1" 200 151 0.070323 10.0.0.19 - - [2025-06-30 02:32:48] "GET /routing-instance/a03e0e67-081a-4c61-ac00-047a19e591a7 HTTP/1.1" 404 171 0.002656 10.0.0.19 - - [2025-06-30 02:32:48] "DELETE /route-target/556dc6f1-1448-407b-b410-2cf2e4834b59 HTTP/1.1" 200 115 0.012888 10.0.0.19 - - [2025-06-30 02:32:48] "GET /domains HTTP/1.1" 200 280 0.002262 10.0.0.19 - - [2025-06-30 02:32:48] "GET /domains?obj_uuids=2079f23d-ad5a-4df4-a8b3-dec8e90e045f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000918 10.0.0.19 - - [2025-06-30 02:32:48] "GET /domain/2079f23d-ad5a-4df4-a8b3-dec8e90e045f HTTP/1.1" 200 2782 0.047447 10.0.0.19 - - [2025-06-30 02:32:48] "GET /projects?obj_uuids=e98b313e-c92e-44e9-8bee-7fb99095152b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001058 10.0.0.19 - - [2025-06-30 02:32:48] "GET /project/e98b313e-c92e-44e9-8bee-7fb99095152b HTTP/1.1" 200 2175 0.061647 10.0.0.19 - - [2025-06-30 02:32:48] "POST /neutron/network HTTP/1.1" 200 838 0.005477 10.0.0.19 - - [2025-06-30 02:32:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003135 10.0.0.19 - - [2025-06-30 02:32:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004463 10.0.0.19 - - [2025-06-30 02:32:48] "POST /useragent-kv HTTP/1.1" 200 115 0.001865 10.0.0.19 - - [2025-06-30 02:32:48] "POST /neutron/network HTTP/1.1" 200 151 0.082461 10.0.0.19 - - [2025-06-30 02:32:48] "DELETE /route-target/712e9658-0746-4cc3-8b8c-ed006271f0fc HTTP/1.1" 200 115 0.016534 10.0.0.19 - - [2025-06-30 02:32:48] "GET /routing-instance/ab931cbc-4a5c-4f4f-9037-e29ff52c4976 HTTP/1.1" 404 171 0.005095 10.0.0.19 - - [2025-06-30 02:32:48] "GET /domains HTTP/1.1" 200 280 0.002266 10.0.0.19 - - [2025-06-30 02:32:48] "GET /domains?obj_uuids=2079f23d-ad5a-4df4-a8b3-dec8e90e045f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001070 10.0.0.19 - - [2025-06-30 02:32:48] "GET /domain/2079f23d-ad5a-4df4-a8b3-dec8e90e045f HTTP/1.1" 200 2782 0.051612 10.0.0.19 - - [2025-06-30 02:32:48] "GET /projects?obj_uuids=e98b313e-c92e-44e9-8bee-7fb99095152b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000990 10.0.0.19 - - [2025-06-30 02:32:48] "GET /project/e98b313e-c92e-44e9-8bee-7fb99095152b HTTP/1.1" 200 1925 0.067503 10.0.0.19 - - [2025-06-30 02:32:49] "GET /projects?obj_uuids=e98b313e-c92e-44e9-8bee-7fb99095152b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001033 10.0.0.19 - - [2025-06-30 02:32:49] "GET /project/e98b313e-c92e-44e9-8bee-7fb99095152b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.043559 10.0.0.19 - - [2025-06-30 02:32:49] "GET /projects?obj_uuids=e98b313e-c92e-44e9-8bee-7fb99095152b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001020 10.0.0.19 - - [2025-06-30 02:32:49] "GET /project/e98b313e-c92e-44e9-8bee-7fb99095152b?fields=virtual_networks HTTP/1.1" 200 1057 0.022100 10.0.0.19 - - [2025-06-30 02:32:49] "GET /projects?obj_uuids=e98b313e-c92e-44e9-8bee-7fb99095152b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001076 10.0.0.19 - - [2025-06-30 02:32:49] "GET /project/e98b313e-c92e-44e9-8bee-7fb99095152b?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.026947 10.0.0.19 - - [2025-06-30 02:32:49] "GET /projects?obj_uuids=e98b313e-c92e-44e9-8bee-7fb99095152b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001062 10.0.0.19 - - [2025-06-30 02:32:49] "GET /project/e98b313e-c92e-44e9-8bee-7fb99095152b?fields=security_groups HTTP/1.1" 200 1295 0.026446 10.0.0.19 - - [2025-06-30 02:32:50] "POST /fqname-to-id HTTP/1.1" 404 183 0.020871 10.0.0.19 - - [2025-06-30 02:32:50] "GET /projects?obj_uuids=9255bae1-df2c-419c-95c8-f52d98850548&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002462 10.0.0.19 - - [2025-06-30 02:32:50] "GET /domains?obj_uuids=2079f23d-ad5a-4df4-a8b3-dec8e90e045f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001030 10.0.0.19 - - [2025-06-30 02:32:50] "GET /domain/2079f23d-ad5a-4df4-a8b3-dec8e90e045f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006864 10.0.0.19 - - [2025-06-30 02:32:50] "POST /id-to-fqname HTTP/1.1" 200 185 0.001120 10.0.0.19 - - [2025-06-30 02:32:50] "POST /fqname-to-id HTTP/1.1" 404 194 0.003060 10.0.0.19 - - [2025-06-30 02:32:50] "POST /security-groups HTTP/1.1" 200 586 0.071809 10.0.0.19 - - [2025-06-30 02:32:50] "POST /fqname-to-id HTTP/1.1" 404 229 0.002670 10.0.0.19 - - [2025-06-30 02:32:50] "POST /projects HTTP/1.1" 200 575 0.213147 10.0.0.19 - - [2025-06-30 02:32:50] "POST /access-control-lists HTTP/1.1" 200 591 0.057802 10.0.0.19 - - [2025-06-30 02:32:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.281730 10.0.0.19 - - [2025-06-30 02:32:50] "POST /fqname-to-id HTTP/1.1" 404 228 0.002586 10.0.0.19 - - [2025-06-30 02:32:50] "GET /project/9255bae1-df2c-419c-95c8-f52d98850548?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.405408 10.0.0.19 - - [2025-06-30 02:32:50] "POST /access-control-lists HTTP/1.1" 200 589 0.064201 10.0.0.19 - - [2025-06-30 02:32:51] "GET / HTTP/1.1" 200 35931 0.001866 10.0.0.19 - - [2025-06-30 02:32:52] "GET /projects?obj_uuids=9255bae1-df2c-419c-95c8-f52d98850548&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001044 10.0.0.19 - - [2025-06-30 02:32:52] "GET /project/9255bae1-df2c-419c-95c8-f52d98850548?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.024143 10.0.0.19 - - [2025-06-30 02:32:52] "GET /projects?obj_uuids=9255bae1-df2c-419c-95c8-f52d98850548&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000972 10.0.0.19 - - [2025-06-30 02:32:52] "GET /project/9255bae1-df2c-419c-95c8-f52d98850548?fields=virtual_networks HTTP/1.1" 200 1023 0.063704 10.0.0.19 - - [2025-06-30 02:32:52] "GET /projects?obj_uuids=9255bae1-df2c-419c-95c8-f52d98850548&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001059 10.0.0.19 - - [2025-06-30 02:32:52] "GET /project/9255bae1-df2c-419c-95c8-f52d98850548?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.024820 10.0.0.19 - - [2025-06-30 02:32:52] "GET /projects?obj_uuids=9255bae1-df2c-419c-95c8-f52d98850548&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001040 10.0.0.19 - - [2025-06-30 02:32:52] "GET /project/9255bae1-df2c-419c-95c8-f52d98850548?fields=security_groups HTTP/1.1" 200 1244 0.023142 10.0.0.19 - - [2025-06-30 02:32:53] "POST /fqname-to-id HTTP/1.1" 404 191 0.021190 10.0.0.19 - - [2025-06-30 02:32:53] "GET /projects?obj_uuids=6b5f9239-74bf-4555-abe6-6d173bb9b904&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002956 10.0.0.19 - - [2025-06-30 02:32:53] "GET /domains?obj_uuids=2079f23d-ad5a-4df4-a8b3-dec8e90e045f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002096 10.0.0.19 - - [2025-06-30 02:32:53] "GET /domain/2079f23d-ad5a-4df4-a8b3-dec8e90e045f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010219 10.0.0.19 - - [2025-06-30 02:32:53] "POST /id-to-fqname HTTP/1.1" 200 193 0.003336 10.0.0.19 - - [2025-06-30 02:32:53] "POST /fqname-to-id HTTP/1.1" 404 202 0.002615 10.0.0.19 - - [2025-06-30 02:32:53] "POST /security-groups HTTP/1.1" 200 594 0.059654 10.0.0.19 - - [2025-06-30 02:32:53] "POST /fqname-to-id HTTP/1.1" 404 237 0.002867 10.0.0.19 - - [2025-06-30 02:32:53] "POST /projects HTTP/1.1" 200 591 0.233903 10.0.0.19 - - [2025-06-30 02:32:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.305290 10.0.0.19 - - [2025-06-30 02:32:53] "POST /access-control-lists HTTP/1.1" 200 599 0.060284 10.0.0.19 - - [2025-06-30 02:32:54] "POST /fqname-to-id HTTP/1.1" 404 236 0.002748 10.0.0.19 - - [2025-06-30 02:32:54] "GET /project/6b5f9239-74bf-4555-abe6-6d173bb9b904?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.434278 10.0.0.19 - - [2025-06-30 02:32:54] "POST /access-control-lists HTTP/1.1" 200 597 0.060333 10.0.0.19 - - [2025-06-30 02:32:55] "GET / HTTP/1.1" 200 35931 0.002229 10.0.0.19 - - [2025-06-30 02:32:56] "GET /project/6b5f9239-74bf-4555-abe6-6d173bb9b904?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000568 10.0.0.19 - - [2025-06-30 02:32:56] "GET /projects?obj_uuids=6b5f9239-74bf-4555-abe6-6d173bb9b904&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001024 10.0.0.19 - - [2025-06-30 02:32:56] "GET /project/6b5f9239-74bf-4555-abe6-6d173bb9b904?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.044167 10.0.0.19 - - [2025-06-30 02:32:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.001966 10.0.0.19 - - [2025-06-30 02:32:56] "GET /security-group/862415f4-b451-4bda-be90-6b27384b3446?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.004884 10.0.0.19 - - [2025-06-30 02:32:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002834 10.0.0.19 - - [2025-06-30 02:32:56] "GET /projects?obj_uuids=6b5f9239-74bf-4555-abe6-6d173bb9b904&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001455 10.0.0.19 - - [2025-06-30 02:32:56] "GET /project/6b5f9239-74bf-4555-abe6-6d173bb9b904?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.026883 10.0.0.19 - - [2025-06-30 02:32:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.19 - - [2025-06-30 02:32:56] "GET /security-group/862415f4-b451-4bda-be90-6b27384b3446?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.004353 10.0.0.19 - - [2025-06-30 02:32:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.19 - - [2025-06-30 02:32:56] "PUT /security-group/862415f4-b451-4bda-be90-6b27384b3446 HTTP/1.1" 200 262 0.016937 10.0.0.19 - - [2025-06-30 02:32:56] "PUT /access-control-list/c390f5ec-97bd-489a-860a-8661f0d6f647 HTTP/1.1" 200 272 0.008624 10.0.0.19 - - [2025-06-30 02:32:56] "PUT /access-control-list/a5f569ad-064d-4484-be24-c3fc9cae5c12 HTTP/1.1" 200 272 0.009561 10.0.0.19 - - [2025-06-30 02:32:56] "POST /fqname-to-id HTTP/1.1" 404 202 0.002410 10.0.0.19 - - [2025-06-30 02:32:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002723 10.0.0.19 - - [2025-06-30 02:32:56] "GET /projects?obj_uuids=6b5f9239-74bf-4555-abe6-6d173bb9b904&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001527 10.0.0.19 - - [2025-06-30 02:32:56] "GET /project/6b5f9239-74bf-4555-abe6-6d173bb9b904?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.026880 10.0.0.19 - - [2025-06-30 02:32:57] "POST /neutron/network HTTP/1.1" 200 117 0.029560 10.0.0.19 - - [2025-06-30 02:32:57] "GET /projects?obj_uuids=6b5f9239-74bf-4555-abe6-6d173bb9b904&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001582 10.0.0.19 - - [2025-06-30 02:32:57] "POST /neutron/network HTTP/1.1" 200 608 0.087734 10.0.0.19 - - [2025-06-30 02:32:57] "POST /useragent-kv HTTP/1.1" 200 115 0.002905 10.0.0.19 - - [2025-06-30 02:32:57] "POST /neutron/subnet HTTP/1.1" 200 725 0.193626 10.0.0.19 - - [2025-06-30 02:32:57] "POST /route-targets HTTP/1.1" 200 327 0.009596 10.0.0.19 - - [2025-06-30 02:32:57] "POST /ref-update HTTP/1.1" 200 156 0.010468 10.0.0.19 - - [2025-06-30 02:32:57] "POST /neutron/network HTTP/1.1" 200 827 0.005743 10.0.0.19 - - [2025-06-30 02:32:57] "POST /id-to-fqname HTTP/1.1" 200 223 0.001196 10.0.0.19 - - [2025-06-30 02:32:57] "GET /virtual-network/bc8296b8-21ba-4905-aea3-fed48054a4f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004702 10.0.0.19 - - [2025-06-30 02:32:57] "POST /neutron/network HTTP/1.1" 200 827 0.005305 10.0.0.19 - - [2025-06-30 02:32:57] "GET /virtual-network/bc8296b8-21ba-4905-aea3-fed48054a4f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004981 10.0.0.19 - - [2025-06-30 02:32:57] "POST /neutron/network HTTP/1.1" 200 827 0.006242 10.0.0.19 - - [2025-06-30 02:32:57] "POST /neutron/subnet HTTP/1.1" 200 725 0.008042 10.0.0.19 - - [2025-06-30 02:32:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002848 10.0.0.19 - - [2025-06-30 02:32:57] "GET /projects?obj_uuids=6b5f9239-74bf-4555-abe6-6d173bb9b904&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001592 10.0.0.19 - - [2025-06-30 02:32:57] "GET /project/6b5f9239-74bf-4555-abe6-6d173bb9b904?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.025290 10.0.0.19 - - [2025-06-30 02:32:57] "POST /neutron/network HTTP/1.1" 200 117 0.008962 10.0.0.19 - - [2025-06-30 02:32:57] "GET /projects?obj_uuids=6b5f9239-74bf-4555-abe6-6d173bb9b904&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001156 10.0.0.19 - - [2025-06-30 02:32:57] "POST /neutron/network HTTP/1.1" 200 615 0.102763 10.0.0.19 - - [2025-06-30 02:32:57] "POST /route-targets HTTP/1.1" 200 327 0.025837 10.0.0.19 - - [2025-06-30 02:32:57] "POST /ref-update HTTP/1.1" 200 156 0.012964 10.0.0.19 - - [2025-06-30 02:32:58] "POST /useragent-kv HTTP/1.1" 200 115 0.004427 10.0.0.19 - - [2025-06-30 02:32:58] "POST /neutron/subnet HTTP/1.1" 200 724 0.214153 10.0.0.19 - - [2025-06-30 02:32:58] "POST /neutron/network HTTP/1.1" 200 834 0.004956 10.0.0.19 - - [2025-06-30 02:32:58] "POST /id-to-fqname HTTP/1.1" 200 227 0.001098 10.0.0.19 - - [2025-06-30 02:32:58] "GET /virtual-network/b14142b3-ddaa-49e2-9655-f27be8a232f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004430 10.0.0.19 - - [2025-06-30 02:32:58] "POST /neutron/network HTTP/1.1" 200 834 0.005512 10.0.0.19 - - [2025-06-30 02:32:58] "GET /virtual-network/b14142b3-ddaa-49e2-9655-f27be8a232f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005695 10.0.0.19 - - [2025-06-30 02:32:58] "POST /neutron/network HTTP/1.1" 200 834 0.006409 10.0.0.19 - - [2025-06-30 02:32:58] "POST /neutron/subnet HTTP/1.1" 200 724 0.005801 10.0.0.19 - - [2025-06-30 02:32:58] "POST /id-to-fqname HTTP/1.1" 200 223 0.001064 10.0.0.19 - - [2025-06-30 02:32:58] "POST /neutron/network HTTP/1.1" 200 837 0.004973 10.0.0.19 - - [2025-06-30 02:32:58] "GET /aaa-mode HTTP/1.1" 401 292 0.000416 10.0.0.19 - - [2025-06-30 02:32:58] "GET / HTTP/1.1" 200 35931 0.001625 10.0.0.19 - - [2025-06-30 02:32:58] "GET /project/6b5f9239-74bf-4555-abe6-6d173bb9b904?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000368 10.0.0.19 - - [2025-06-30 02:32:59] "GET /projects?obj_uuids=6b5f9239-74bf-4555-abe6-6d173bb9b904&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001046 10.0.0.19 - - [2025-06-30 02:32:59] "GET /project/6b5f9239-74bf-4555-abe6-6d173bb9b904?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.050805 10.0.0.19 - - [2025-06-30 02:32:59] "POST /neutron/network HTTP/1.1" 200 827 0.004882 10.0.0.19 - - [2025-06-30 02:32:59] "POST /neutron/port HTTP/1.1" 200 117 0.004745 10.0.0.19 - - [2025-06-30 02:32:59] "POST /neutron/port HTTP/1.1" 200 117 0.005482 10.0.0.19 - - [2025-06-30 02:32:59] "POST /id-to-fqname HTTP/1.1" 200 227 0.001283 10.0.0.19 - - [2025-06-30 02:32:59] "POST /neutron/port HTTP/1.1" 200 117 0.004819 10.0.0.19 - - [2025-06-30 02:32:59] "POST /neutron/network HTTP/1.1" 200 844 0.005541 10.0.0.19 - - [2025-06-30 02:32:59] "GET /aaa-mode HTTP/1.1" 401 292 0.000426 10.0.0.19 - - [2025-06-30 02:32:59] "POST /neutron/network HTTP/1.1" 200 837 0.005744 10.0.0.19 - - [2025-06-30 02:32:59] "GET /projects?obj_uuids=6b5f9239-74bf-4555-abe6-6d173bb9b904&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001198 10.0.0.19 - - [2025-06-30 02:32:59] "GET / HTTP/1.1" 200 35931 0.001867 10.0.0.19 - - [2025-06-30 02:32:59] "GET /project/6b5f9239-74bf-4555-abe6-6d173bb9b904?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000372 10.0.0.19 - - [2025-06-30 02:32:59] "POST /neutron/port HTTP/1.1" 200 1063 0.214246 10.0.0.19 - - [2025-06-30 02:32:59] "POST /neutron/port HTTP/1.1" 200 1063 0.010155 10.0.0.19 - - [2025-06-30 02:32:59] "POST /neutron/port HTTP/1.1" 200 1063 0.008563 10.0.0.19 - - [2025-06-30 02:33:00] "POST /neutron/port HTTP/1.1" 200 1117 0.060638 10.0.0.19 - - [2025-06-30 02:33:00] "POST /neutron/port HTTP/1.1" 200 1091 0.013248 10.0.0.19 - - [2025-06-30 02:33:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003153 10.0.0.19 - - [2025-06-30 02:33:00] "POST /neutron/subnet HTTP/1.1" 200 699 0.011457 10.0.0.19 - - [2025-06-30 02:33:00] "POST /neutron/port HTTP/1.1" 200 117 0.001089 10.0.0.19 - - [2025-06-30 02:33:00] "POST /neutron/network HTTP/1.1" 200 827 0.005383 10.0.0.19 - - [2025-06-30 02:33:00] "GET /projects?obj_uuids=6b5f9239-74bf-4555-abe6-6d173bb9b904&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001094 10.0.0.19 - - [2025-06-30 02:33:00] "GET /project/6b5f9239-74bf-4555-abe6-6d173bb9b904?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.050108 10.0.0.19 - - [2025-06-30 02:33:00] "POST /neutron/network HTTP/1.1" 200 834 0.005116 10.0.0.19 - - [2025-06-30 02:33:00] "POST /neutron/port HTTP/1.1" 200 1091 0.018670 10.0.0.19 - - [2025-06-30 02:33:00] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009283 10.0.0.19 - - [2025-06-30 02:33:00] "POST /neutron/port HTTP/1.1" 200 117 0.006794 10.0.0.19 - - [2025-06-30 02:33:00] "GET /projects?obj_uuids=6b5f9239-74bf-4555-abe6-6d173bb9b904&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001789 10.0.0.19 - - [2025-06-30 02:33:00] "POST /neutron/router HTTP/1.1" 200 585 0.071000 10.0.0.19 - - [2025-06-30 02:33:00] "POST /neutron/router HTTP/1.1" 200 585 0.004066 10.0.0.19 - - [2025-06-30 02:33:00] "POST /route-targets HTTP/1.1" 200 327 0.016358 10.0.0.19 - - [2025-06-30 02:33:00] "POST /neutron/router HTTP/1.1" 200 656 0.059715 10.0.0.19 - - [2025-06-30 02:33:00] "PUT /logical-router/4f544e0a-58e7-4e71-b814-7e0507c52ecf HTTP/1.1" 200 262 0.040669 10.0.0.19 - - [2025-06-30 02:33:00] "GET /logical-router/4f544e0a-58e7-4e71-b814-7e0507c52ecf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1641 0.007867 10.0.0.19 - - [2025-06-30 02:33:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.19 - - [2025-06-30 02:33:00] "POST /neutron/router HTTP/1.1" 200 656 0.003102 10.0.0.19 - - [2025-06-30 02:33:00] "GET /projects?obj_uuids=6b5f9239-74bf-4555-abe6-6d173bb9b904&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001044 10.0.0.19 - - [2025-06-30 02:33:00] "GET /service-template/c2f82dd5-07e7-4628-bc9e-f784c9ab4b14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1682 0.002959 10.0.0.19 - - [2025-06-30 02:33:00] "POST /fqname-to-id HTTP/1.1" 404 215 0.002400 10.0.0.19 - - [2025-06-30 02:33:00] "POST /neutron/network HTTP/1.1" 200 844 0.016331 10.0.0.19 - - [2025-06-30 02:33:00] "GET /projects?obj_uuids=6b5f9239-74bf-4555-abe6-6d173bb9b904&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001886 10.0.0.19 - - [2025-06-30 02:33:01] "POST /neutron/router HTTP/1.1" 200 344 0.369976 10.0.0.19 - - [2025-06-30 02:33:01] "POST /useragent-kv HTTP/1.1" 200 115 0.015469 10.0.0.19 - - [2025-06-30 02:33:01] "POST /virtual-networks HTTP/1.1" 200 694 0.232857 10.0.0.19 - - [2025-06-30 02:33:01] "POST /route-targets HTTP/1.1" 200 327 0.077261 10.0.0.19 - - [2025-06-30 02:33:01] "POST /ref-update HTTP/1.1" 200 156 0.047220 10.0.0.19 - - [2025-06-30 02:33:01] "POST /neutron/port HTTP/1.1" 200 1091 0.067082 10.0.0.19 - - [2025-06-30 02:33:01] "POST /service-instances HTTP/1.1" 200 670 0.087085 10.0.0.19 - - [2025-06-30 02:33:01] "POST /neutron/security_group HTTP/1.1" 200 2002 0.016252 10.0.0.19 - - [2025-06-30 02:33:01] "POST /ref-update HTTP/1.1" 200 156 0.013854 10.0.0.19 - - [2025-06-30 02:33:01] "POST /route-tables HTTP/1.1" 200 582 0.046349 10.0.0.19 - - [2025-06-30 02:33:01] "POST /neutron/port HTTP/1.1" 200 1063 0.476932 10.0.0.19 - - [2025-06-30 02:33:01] "PUT /logical-router/4f544e0a-58e7-4e71-b814-7e0507c52ecf HTTP/1.1" 200 262 0.015079 10.0.0.19 - - [2025-06-30 02:33:01] "POST /neutron/port HTTP/1.1" 200 1063 0.011859 10.0.0.19 - - [2025-06-30 02:33:01] "POST /neutron/port HTTP/1.1" 200 1063 0.009101 10.0.0.19 - - [2025-06-30 02:33:01] "POST /ref-update HTTP/1.1" 200 156 0.029180 10.0.0.19 - - [2025-06-30 02:33:01] "POST /neutron/port HTTP/1.1" 200 1117 0.080913 10.0.0.19 - - [2025-06-30 02:33:01] "POST /neutron/port HTTP/1.1" 200 1091 0.012346 10.0.0.19 - - [2025-06-30 02:33:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002041 10.0.0.19 - - [2025-06-30 02:33:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002035 10.0.0.19 - - [2025-06-30 02:33:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002877 10.0.0.19 - - [2025-06-30 02:33:01] "POST /neutron/subnet HTTP/1.1" 200 698 0.009867 10.0.0.19 - - [2025-06-30 02:33:01] "POST /neutron/port HTTP/1.1" 200 117 0.001013 10.0.0.19 - - [2025-06-30 02:33:01] "POST /neutron/network HTTP/1.1" 200 834 0.007419 10.0.0.19 - - [2025-06-30 02:33:01] "POST /virtual-machines HTTP/1.1" 200 553 0.022720 10.0.0.19 - - [2025-06-30 02:33:01] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.086823 10.0.0.19 - - [2025-06-30 02:33:01] "POST /chown HTTP/1.1" 200 109 0.007972 10.0.0.19 - - [2025-06-30 02:33:01] "POST /instance-ips HTTP/1.1" 200 551 0.020599 10.0.0.19 - - [2025-06-30 02:33:01] "POST /instance-ips HTTP/1.1" 400 246 0.013061 10.0.0.19 - - [2025-06-30 02:33:02] "POST /chown HTTP/1.1" 200 109 0.009516 10.0.0.19 - - [2025-06-30 02:33:02] "PUT /virtual-machine-interface/a6c3164a-e995-4b86-af65-7af82c2329bf HTTP/1.1" 200 284 0.010493 10.0.0.19 - - [2025-06-30 02:33:02] "PUT /instance-ip/2749c964-7754-4f72-bf15-7b75058efe20 HTTP/1.1" 200 256 0.013149 10.0.0.19 - - [2025-06-30 02:33:02] "POST /ref-update HTTP/1.1" 200 156 0.014772 10.0.0.19 - - [2025-06-30 02:33:02] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.093973 10.0.0.19 - - [2025-06-30 02:33:02] "POST /chown HTTP/1.1" 200 109 0.007171 10.0.0.19 - - [2025-06-30 02:33:02] "POST /instance-ips HTTP/1.1" 200 549 0.044220 10.0.0.19 - - [2025-06-30 02:33:02] "POST /instance-ips HTTP/1.1" 400 316 0.020631 10.0.0.19 - - [2025-06-30 02:33:02] "POST /chown HTTP/1.1" 200 109 0.007556 10.0.0.19 - - [2025-06-30 02:33:02] "PUT /virtual-machine-interface/8e5ae8ed-6be1-4858-8bc7-2013ab74d32f HTTP/1.1" 200 284 0.010911 10.0.0.19 - - [2025-06-30 02:33:02] "PUT /instance-ip/6d9f207a-d16f-4dfd-9f19-558008a6495e HTTP/1.1" 200 256 0.012626 10.0.0.19 - - [2025-06-30 02:33:02] "POST /ref-update HTTP/1.1" 200 156 0.010809 10.0.0.19 - - [2025-06-30 02:33:02] "POST /ref-update HTTP/1.1" 200 156 0.011484 10.0.0.19 - - [2025-06-30 02:33:02] "PUT /routing-instance/0fd668b2-ea22-4047-b62e-f5889a12e5ce HTTP/1.1" 200 266 0.014849 10.0.0.19 - - [2025-06-30 02:33:02] "POST /ref-update HTTP/1.1" 200 156 0.010389 10.0.0.19 - - [2025-06-30 02:33:02] "POST /virtual-machines HTTP/1.1" 200 553 0.015097 10.0.0.19 - - [2025-06-30 02:33:03] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.093437 10.0.0.19 - - [2025-06-30 02:33:03] "POST /chown HTTP/1.1" 200 109 0.007505 10.0.0.19 - - [2025-06-30 02:33:03] "POST /instance-ips HTTP/1.1" 400 246 0.013131 10.0.0.19 - - [2025-06-30 02:33:03] "POST /chown HTTP/1.1" 200 109 0.007436 10.0.0.19 - - [2025-06-30 02:33:03] "PUT /virtual-machine-interface/416442cf-e58d-427e-8637-abec708f0e14 HTTP/1.1" 200 284 0.011281 10.0.0.19 - - [2025-06-30 02:33:03] "PUT /instance-ip/2749c964-7754-4f72-bf15-7b75058efe20 HTTP/1.1" 200 256 0.013042 10.0.0.19 - - [2025-06-30 02:33:03] "POST /ref-update HTTP/1.1" 200 156 0.012901 10.0.0.19 - - [2025-06-30 02:33:03] "POST /ref-update HTTP/1.1" 200 156 0.010858 10.0.0.19 - - [2025-06-30 02:33:03] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.083383 10.0.0.19 - - [2025-06-30 02:33:03] "POST /ref-update HTTP/1.1" 200 156 0.012990 10.0.0.19 - - [2025-06-30 02:33:03] "PUT /routing-instance/0fd668b2-ea22-4047-b62e-f5889a12e5ce HTTP/1.1" 200 266 0.019029 10.0.0.19 - - [2025-06-30 02:33:03] "POST /chown HTTP/1.1" 200 109 0.019344 10.0.0.19 - - [2025-06-30 02:33:03] "POST /instance-ips HTTP/1.1" 400 316 0.015608 10.0.0.19 - - [2025-06-30 02:33:03] "POST /chown HTTP/1.1" 200 109 0.007461 10.0.0.19 - - [2025-06-30 02:33:03] "PUT /virtual-machine-interface/3ed6a837-9c0d-46cd-92db-0fe3fac04e5f HTTP/1.1" 200 284 0.018443 10.0.0.19 - - [2025-06-30 02:33:03] "PUT /instance-ip/6d9f207a-d16f-4dfd-9f19-558008a6495e HTTP/1.1" 200 256 0.011597 10.0.0.19 - - [2025-06-30 02:33:03] "POST /ref-update HTTP/1.1" 200 156 0.009956 10.0.0.19 - - [2025-06-30 02:33:03] "POST /ref-update HTTP/1.1" 200 156 0.010359 10.0.0.19 - - [2025-06-30 02:33:03] "PUT /routing-instance/0fd668b2-ea22-4047-b62e-f5889a12e5ce HTTP/1.1" 200 266 0.014569 10.0.0.19 - - [2025-06-30 02:33:03] "POST /ref-update HTTP/1.1" 200 156 0.011707 10.0.0.19 - - [2025-06-30 02:33:06] "POST /neutron/port HTTP/1.1" 200 1091 0.012610 10.0.0.19 - - [2025-06-30 02:33:06] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005710 10.0.0.19 - - [2025-06-30 02:33:06] "POST /neutron/port HTTP/1.1" 200 1091 0.013646 10.0.0.19 - - [2025-06-30 02:33:06] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005845 10.0.0.19 - - [2025-06-30 02:33:06] "POST /neutron/port HTTP/1.1" 200 1091 0.013242 10.0.0.19 - - [2025-06-30 02:33:06] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005966 10.0.0.19 - - [2025-06-30 02:33:06] "GET /virtual-machine/f837a83a-f952-48c4-9a0e-d8159b5f4b90 HTTP/1.1" 401 292 0.000413 10.0.0.19 - - [2025-06-30 02:33:06] "GET /virtual-machine/f837a83a-f952-48c4-9a0e-d8159b5f4b90 HTTP/1.1" 200 1296 0.024481 10.0.0.19 - - [2025-06-30 02:33:06] "GET /virtual-machine-interface/606d0c74-4b60-40a0-a08a-1a50a2fcd9b6 HTTP/1.1" 200 2956 0.005918 10.0.0.19 - - [2025-06-30 02:33:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.19 - - [2025-06-30 02:33:06] "GET /global-vrouter-config/73bcbcba-a6d5-41b8-a730-7861dab88d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002817 10.0.0.19 - - [2025-06-30 02:33:06] "GET /virtual-networks?parent_id=6b5f9239-74bf-4555-abe6-6d173bb9b904&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002941 10.0.0.19 - - [2025-06-30 02:33:06] "GET /virtual-network/bc8296b8-21ba-4905-aea3-fed48054a4f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005266 10.0.0.19 - - [2025-06-30 02:33:08] "POST /neutron/port HTTP/1.1" 200 1091 0.014798 10.0.0.19 - - [2025-06-30 02:33:08] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004979 10.0.0.19 - - [2025-06-30 02:33:09] "POST /neutron/port HTTP/1.1" 200 1091 0.014635 10.0.0.19 - - [2025-06-30 02:33:09] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005649 10.0.0.19 - - [2025-06-30 02:33:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002721 10.0.0.19 - - [2025-06-30 02:33:10] "GET /virtual-network/bc8296b8-21ba-4905-aea3-fed48054a4f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004384 10.0.0.19 - - [2025-06-30 02:33:11] "DELETE /project/6b5f923974bf4555abe66d173bb9b904 HTTP/1.1" 404 173 0.015860 10.0.0.19 - - [2025-06-30 02:33:11] "DELETE /project/e98b313ec92e44e98bee7fb99095152b HTTP/1.1" 404 173 0.011015 10.0.0.19 - - [2025-06-30 02:33:11] "DELETE /project/9255bae1df2c419c95c8f52d98850548 HTTP/1.1" 404 173 0.007795 10.0.0.19 - - [2025-06-30 02:33:11] "GET /projects?obj_uuids=9255bae1-df2c-419c-95c8-f52d98850548&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000929 10.0.0.19 - - [2025-06-30 02:33:11] "GET /projects?obj_uuids=e98b313e-c92e-44e9-8bee-7fb99095152b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000901 10.0.0.19 - - [2025-06-30 02:33:11] "GET /projects?obj_uuids=3f983f09-e13d-41ed-9ccf-a0e9fab14977&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001217 10.0.0.19 - - [2025-06-30 02:33:11] "GET /project/9255bae1-df2c-419c-95c8-f52d98850548?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.049962 10.0.0.19 - - [2025-06-30 02:33:11] "GET /project/e98b313e-c92e-44e9-8bee-7fb99095152b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.053559 10.0.0.19 - - [2025-06-30 02:33:11] "GET /project/3f983f09-e13d-41ed-9ccf-a0e9fab14977?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.059146 10.0.0.19 - - [2025-06-30 02:33:11] "GET /projects?obj_uuids=e98b313e-c92e-44e9-8bee-7fb99095152b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000966 10.0.0.19 - - [2025-06-30 02:33:11] "GET /projects?obj_uuids=9255bae1-df2c-419c-95c8-f52d98850548&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000841 10.0.0.19 - - [2025-06-30 02:33:11] "GET /projects?obj_uuids=3f983f09-e13d-41ed-9ccf-a0e9fab14977&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000818 10.0.0.19 - - [2025-06-30 02:33:11] "GET /project/9255bae1-df2c-419c-95c8-f52d98850548?fields=security_groups HTTP/1.1" 200 1349 0.049075 10.0.0.19 - - [2025-06-30 02:33:11] "GET /project/e98b313e-c92e-44e9-8bee-7fb99095152b?fields=security_groups HTTP/1.1" 200 1400 0.053493 10.0.0.19 - - [2025-06-30 02:33:11] "GET /project/3f983f09-e13d-41ed-9ccf-a0e9fab14977?fields=security_groups HTTP/1.1" 200 1396 0.055522 10.0.0.19 - - [2025-06-30 02:33:11] "DELETE /security-group/52c98ad3-f2f3-4fa6-a9e7-db2b4365c048 HTTP/1.1" 200 115 0.073847 10.0.0.19 - - [2025-06-30 02:33:11] "GET /projects?obj_uuids=9255bae1-df2c-419c-95c8-f52d98850548&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001227 10.0.0.19 - - [2025-06-30 02:33:11] "DELETE /security-group/c16f5e77-0bca-4803-976f-29a0e9407aa5 HTTP/1.1" 200 115 0.082762 10.0.0.19 - - [2025-06-30 02:33:11] "DELETE /security-group/b774be74-65b9-4e46-a8ec-b212234ad1c7 HTTP/1.1" 200 115 0.084390 10.0.0.19 - - [2025-06-30 02:33:11] "GET /projects?obj_uuids=e98b313e-c92e-44e9-8bee-7fb99095152b&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001054 10.0.0.19 - - [2025-06-30 02:33:11] "GET /projects?obj_uuids=3f983f09-e13d-41ed-9ccf-a0e9fab14977&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000995 10.0.0.19 - - [2025-06-30 02:33:11] "DELETE /access-control-list/7b3537a2-2754-447f-bbfc-f86031a58bb5 HTTP/1.1" 200 115 0.071635 10.0.0.19 - - [2025-06-30 02:33:11] "GET /project/9255bae1-df2c-419c-95c8-f52d98850548?fields=application_policy_sets HTTP/1.1" 200 1388 0.052059 10.0.0.19 - - [2025-06-30 02:33:11] "GET /project/3f983f09-e13d-41ed-9ccf-a0e9fab14977?fields=application_policy_sets HTTP/1.1" 200 1435 0.044081 10.0.0.19 - - [2025-06-30 02:33:11] "DELETE /access-control-list/e978044d-8552-4299-bbaa-732941485c1e HTTP/1.1" 200 115 0.039779 10.0.0.19 - - [2025-06-30 02:33:11] "GET /project/e98b313e-c92e-44e9-8bee-7fb99095152b?fields=application_policy_sets HTTP/1.1" 200 1439 0.078714 10.0.0.19 - - [2025-06-30 02:33:11] "DELETE /access-control-list/3f027805-a95f-405b-83c5-9c609a455b6c HTTP/1.1" 200 115 0.027077 10.0.0.19 - - [2025-06-30 02:33:11] "DELETE /access-control-list/050879dd-d4f3-4eca-902a-0da37ec31318 HTTP/1.1" 200 115 0.048792 10.0.0.19 - - [2025-06-30 02:33:11] "DELETE /access-control-list/faeca791-cfab-4f2e-8e5b-207b6e1749a2 HTTP/1.1" 200 115 0.030420 10.0.0.19 - - [2025-06-30 02:33:11] "DELETE /project/9255bae1-df2c-419c-95c8-f52d98850548 HTTP/1.1" 200 115 0.485536 10.0.0.19 - - [2025-06-30 02:33:11] "DELETE /project/3f983f09-e13d-41ed-9ccf-a0e9fab14977 HTTP/1.1" 200 115 0.494570 10.0.0.19 - - [2025-06-30 02:33:11] "DELETE /access-control-list/a642d118-5e48-4ece-be38-87748959cdd7 HTTP/1.1" 200 115 0.032262 10.0.0.19 - - [2025-06-30 02:33:11] "DELETE /project/e98b313e-c92e-44e9-8bee-7fb99095152b HTTP/1.1" 200 115 0.513849 10.0.0.19 - - [2025-06-30 02:33:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002845 10.0.0.19 - - [2025-06-30 02:33:12] "GET /global-vrouter-config/73bcbcba-a6d5-41b8-a730-7861dab88d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002941 10.0.0.19 - - [2025-06-30 02:33:12] "GET /virtual-networks?parent_id=6b5f9239-74bf-4555-abe6-6d173bb9b904&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.007917 10.0.0.19 - - [2025-06-30 02:33:12] "GET /virtual-network/bc8296b8-21ba-4905-aea3-fed48054a4f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005522 10.0.0.19 - - [2025-06-30 02:33:12] "POST /neutron/port HTTP/1.1" 200 1091 0.013966 10.0.0.19 - - [2025-06-30 02:33:12] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005599 10.0.0.19 - - [2025-06-30 02:33:12] "POST /neutron/port HTTP/1.1" 200 1091 0.012549 10.0.0.19 - - [2025-06-30 02:33:12] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005433 10.0.0.19 - - [2025-06-30 02:33:12] "POST /neutron/port HTTP/1.1" 200 1091 0.012537 10.0.0.19 - - [2025-06-30 02:33:12] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005723 10.0.0.19 - - [2025-06-30 02:33:12] "GET /virtual-machine/6e76d65c-4fb9-4082-a150-020d67cf8dd8 HTTP/1.1" 200 1295 0.004734 10.0.0.19 - - [2025-06-30 02:33:12] "GET /virtual-machine-interface/64829d4a-4e63-4b1c-b243-50f379ee533f HTTP/1.1" 200 2968 0.004474 10.0.0.19 - - [2025-06-30 02:33:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002747 10.0.0.19 - - [2025-06-30 02:33:12] "GET /global-vrouter-config/73bcbcba-a6d5-41b8-a730-7861dab88d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003051 10.0.0.19 - - [2025-06-30 02:33:12] "GET /virtual-networks?parent_id=6b5f9239-74bf-4555-abe6-6d173bb9b904&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002837 10.0.0.19 - - [2025-06-30 02:33:12] "GET /virtual-network/b14142b3-ddaa-49e2-9655-f27be8a232f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005270 10.0.0.19 - - [2025-06-30 02:33:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002629 10.0.0.19 - - [2025-06-30 02:33:13] "GET /global-vrouter-config/73bcbcba-a6d5-41b8-a730-7861dab88d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002768 10.0.0.19 - - [2025-06-30 02:33:14] "GET /virtual-networks?parent_id=6b5f9239-74bf-4555-abe6-6d173bb9b904&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.002681 10.0.0.19 - - [2025-06-30 02:33:14] "GET /virtual-network/b14142b3-ddaa-49e2-9655-f27be8a232f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004942 10.0.0.19 - - [2025-06-30 02:33:17] "GET /obj-perms HTTP/1.1" 200 5056 0.041972 10.0.0.19 - - [2025-06-30 02:33:17] "GET /obj-perms HTTP/1.1" 200 5056 0.048398 10.0.0.19 - - [2025-06-30 02:33:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.19 - - [2025-06-30 02:33:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.19 - - [2025-06-30 02:33:17] "POST /chown HTTP/1.1" 200 109 0.008563 10.0.0.19 - - [2025-06-30 02:33:17] "POST /instance-ips HTTP/1.1" 400 246 0.015987 10.0.0.19 - - [2025-06-30 02:33:17] "POST /chown HTTP/1.1" 200 109 0.009052 10.0.0.19 - - [2025-06-30 02:33:17] "POST /chown HTTP/1.1" 200 109 0.009324 10.0.0.19 - - [2025-06-30 02:33:18] "POST /instance-ips HTTP/1.1" 400 316 0.016996 10.0.0.19 - - [2025-06-30 02:33:18] "POST /chown HTTP/1.1" 200 109 0.009450 10.0.0.19 - - [2025-06-30 02:33:18] "POST /chown HTTP/1.1" 200 109 0.007520 10.0.0.19 - - [2025-06-30 02:33:18] "POST /instance-ips HTTP/1.1" 400 246 0.017271 10.0.0.19 - - [2025-06-30 02:33:18] "POST /neutron/router HTTP/1.1" 200 656 0.003917 10.0.0.19 - - [2025-06-30 02:33:18] "POST /chown HTTP/1.1" 200 109 0.010401 10.0.0.19 - - [2025-06-30 02:33:18] "POST /ref-update HTTP/1.1" 200 156 0.015981 10.0.0.19 - - [2025-06-30 02:33:18] "POST /chown HTTP/1.1" 200 109 0.010976 10.0.0.19 - - [2025-06-30 02:33:18] "POST /neutron/router HTTP/1.1" 200 344 0.111649 10.0.0.19 - - [2025-06-30 02:33:18] "POST /neutron/router HTTP/1.1" 200 656 0.012296 10.0.0.19 - - [2025-06-30 02:33:18] "POST /instance-ips HTTP/1.1" 400 316 0.028788 10.0.0.19 - - [2025-06-30 02:33:18] "GET /logical-router/4f544e0a-58e7-4e71-b814-7e0507c52ecf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1972 0.005834 10.0.0.19 - - [2025-06-30 02:33:18] "GET /service-instance/a16c4c2d-e803-4a0b-9e45-836f35d0cd4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2316 0.004018 10.0.0.19 - - [2025-06-30 02:33:18] "POST /chown HTTP/1.1" 200 109 0.006728 10.0.0.19 - - [2025-06-30 02:33:18] "POST /neutron/router HTTP/1.1" 200 151 0.076925 10.0.0.19 - - [2025-06-30 02:33:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.006660 10.0.0.19 - - [2025-06-30 02:33:18] "DELETE /route-target/e2a74244-919d-439b-878f-0e3281e4da92 HTTP/1.1" 409 239 0.007236 10.0.0.19 - - [2025-06-30 02:33:18] "PUT /logical-router/4f544e0a-58e7-4e71-b814-7e0507c52ecf HTTP/1.1" 404 171 0.002623 10.0.0.19 - - [2025-06-30 02:33:18] "POST /ref-update HTTP/1.1" 200 156 0.022809 10.0.0.19 - - [2025-06-30 02:33:18] "DELETE /route-table/2a0f4ef2-6695-4523-ac59-81cf1da784ab HTTP/1.1" 200 115 0.048069 10.0.0.19 - - [2025-06-30 02:33:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002528 10.0.0.19 - - [2025-06-30 02:33:18] "PUT /routing-instance/0fd668b2-ea22-4047-b62e-f5889a12e5ce HTTP/1.1" 200 266 0.010226 10.0.0.19 - - [2025-06-30 02:33:18] "POST /neutron/network HTTP/1.1" 200 834 0.018833 10.0.0.19 - - [2025-06-30 02:33:18] "GET /virtual-network/b541447b-dd22-4c45-a5c7-3a2c7ea43c86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2124 0.005128 10.0.0.19 - - [2025-06-30 02:33:18] "POST /neutron/network HTTP/1.1" 400 204 0.044909 10.0.0.19 - - [2025-06-30 02:33:18] "POST /ref-update HTTP/1.1" 200 156 0.011190 10.0.0.19 - - [2025-06-30 02:33:18] "POST /ref-update HTTP/1.1" 200 156 0.009037 10.0.0.19 - - [2025-06-30 02:33:18] "DELETE /instance-ip/6d9f207a-d16f-4dfd-9f19-558008a6495e HTTP/1.1" 200 115 0.080934 10.0.0.19 - - [2025-06-30 02:33:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.006799 10.0.0.19 - - [2025-06-30 02:33:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002731 10.0.0.19 - - [2025-06-30 02:33:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003713 10.0.0.19 - - [2025-06-30 02:33:18] "DELETE /virtual-network/b541447b-dd22-4c45-a5c7-3a2c7ea43c86 HTTP/1.1" 200 115 0.127716 10.0.0.19 - - [2025-06-30 02:33:18] "DELETE /route-target/7580963f-1639-43ea-bb9e-d72b38b45c7b HTTP/1.1" 200 115 0.024371 10.0.0.19 - - [2025-06-30 02:33:19] "DELETE /service-instance/a16c4c2d-e803-4a0b-9e45-836f35d0cd4d HTTP/1.1" 200 115 0.045960 10.0.0.19 - - [2025-06-30 02:33:19] "GET /logical-router/4f544e0a-58e7-4e71-b814-7e0507c52ecf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003822 10.0.0.19 - - [2025-06-30 02:33:19] "GET /service-instance/a16c4c2d-e803-4a0b-9e45-836f35d0cd4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.010224 10.0.0.19 - - [2025-06-30 02:33:19] "POST /neutron/port HTTP/1.1" 200 1091 0.012459 10.0.0.19 - - [2025-06-30 02:33:19] "POST /neutron/port HTTP/1.1" 200 1117 0.008138 10.0.0.19 - - [2025-06-30 02:33:19] "POST /neutron/port HTTP/1.1" 200 1091 0.020546 10.0.0.19 - - [2025-06-30 02:33:19] "GET /virtual-machine-interface/3ed6a837-9c0d-46cd-92db-0fe3fac04e5f?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1333 0.006725 10.0.0.19 - - [2025-06-30 02:33:19] "POST /neutron/port HTTP/1.1" 200 1117 0.009613 10.0.0.19 - - [2025-06-30 02:33:19] "DELETE /virtual-machine-interface/3ed6a837-9c0d-46cd-92db-0fe3fac04e5f HTTP/1.1" 200 115 0.056947 10.0.0.19 - - [2025-06-30 02:33:19] "GET /virtual-machine-interface/416442cf-e58d-427e-8637-abec708f0e14?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1652 0.006045 10.0.0.19 - - [2025-06-30 02:33:19] "POST /neutron/port HTTP/1.1" 200 151 0.168044 10.0.0.19 - - [2025-06-30 02:33:19] "POST /ref-update HTTP/1.1" 200 156 0.016581 10.0.0.19 - - [2025-06-30 02:33:19] "POST /neutron/port HTTP/1.1" 200 151 0.170710 10.0.0.19 - - [2025-06-30 02:33:19] "GET /instance-ip/2749c964-7754-4f72-bf15-7b75058efe20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.003902 10.0.0.19 - - [2025-06-30 02:33:19] "DELETE /virtual-machine-interface/416442cf-e58d-427e-8637-abec708f0e14 HTTP/1.1" 200 115 0.040811 10.0.0.19 - - [2025-06-30 02:33:19] "DELETE /virtual-machine/43dd8ca0-5bba-4fce-8a4c-714af337a43d HTTP/1.1" 200 115 0.020490 10.0.0.19 - - [2025-06-30 02:33:19] "GET /virtual-machine-interface/a6c3164a-e995-4b86-af65-7af82c2329bf?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1654 0.007392 10.0.0.19 - - [2025-06-30 02:33:19] "POST /ref-update HTTP/1.1" 200 156 0.012127 10.0.0.19 - - [2025-06-30 02:33:19] "GET /instance-ip/2749c964-7754-4f72-bf15-7b75058efe20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1695 0.004848 10.0.0.19 - - [2025-06-30 02:33:19] "DELETE /instance-ip/2749c964-7754-4f72-bf15-7b75058efe20 HTTP/1.1" 200 115 0.024328 10.0.0.19 - - [2025-06-30 02:33:19] "DELETE /virtual-machine-interface/a6c3164a-e995-4b86-af65-7af82c2329bf HTTP/1.1" 200 115 0.029733 10.0.0.19 - - [2025-06-30 02:33:19] "GET /virtual-machine-interface/8e5ae8ed-6be1-4858-8bc7-2013ab74d32f?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1334 0.005687 10.0.0.19 - - [2025-06-30 02:33:19] "DELETE /virtual-machine-interface/8e5ae8ed-6be1-4858-8bc7-2013ab74d32f HTTP/1.1" 200 115 0.032379 10.0.0.19 - - [2025-06-30 02:33:19] "POST /ref-update HTTP/1.1" 200 156 0.013633 10.0.0.19 - - [2025-06-30 02:33:19] "DELETE /virtual-machine/eb40fcc9-daee-4e1d-8572-96283c1eedd5 HTTP/1.1" 200 115 0.015715 10.0.0.19 - - [2025-06-30 02:33:20] "POST /neutron/network HTTP/1.1" 200 834 0.005399 10.0.0.19 - - [2025-06-30 02:33:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003247 10.0.0.19 - - [2025-06-30 02:33:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004260 10.0.0.19 - - [2025-06-30 02:33:20] "POST /useragent-kv HTTP/1.1" 200 115 0.001705 10.0.0.19 - - [2025-06-30 02:33:20] "POST /neutron/network HTTP/1.1" 200 151 0.070296 10.0.0.19 - - [2025-06-30 02:33:20] "DELETE /route-target/fea8997d-15c1-4575-a7f2-756c40f91472 HTTP/1.1" 200 115 0.016378 10.0.0.19 - - [2025-06-30 02:33:20] "POST /neutron/network HTTP/1.1" 200 827 0.008611 10.0.0.19 - - [2025-06-30 02:33:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003951 10.0.0.19 - - [2025-06-30 02:33:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002011 10.0.0.19 - - [2025-06-30 02:33:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002793 10.0.0.19 - - [2025-06-30 02:33:20] "POST /neutron/network HTTP/1.1" 200 151 0.085149 10.0.0.19 - - [2025-06-30 02:33:20] "DELETE /route-target/cdd32fb9-fcb8-4f27-a0c4-dfaacf611b64 HTTP/1.1" 200 115 0.012743 10.0.0.19 - - [2025-06-30 02:33:21] "GET /projects?obj_uuids=6b5f9239-74bf-4555-abe6-6d173bb9b904&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001060 10.0.0.19 - - [2025-06-30 02:33:21] "GET /project/6b5f9239-74bf-4555-abe6-6d173bb9b904?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.022552 10.0.0.19 - - [2025-06-30 02:33:21] "GET /projects?obj_uuids=6b5f9239-74bf-4555-abe6-6d173bb9b904&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000989 10.0.0.19 - - [2025-06-30 02:33:21] "GET /project/6b5f9239-74bf-4555-abe6-6d173bb9b904?fields=virtual_networks HTTP/1.1" 200 1038 0.064449 10.0.0.19 - - [2025-06-30 02:33:21] "GET /projects?obj_uuids=6b5f9239-74bf-4555-abe6-6d173bb9b904&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002315 10.0.0.19 - - [2025-06-30 02:33:21] "GET /project/6b5f9239-74bf-4555-abe6-6d173bb9b904?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.022588 10.0.0.19 - - [2025-06-30 02:33:21] "GET /projects?obj_uuids=6b5f9239-74bf-4555-abe6-6d173bb9b904&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001092 10.0.0.19 - - [2025-06-30 02:33:21] "GET /project/6b5f9239-74bf-4555-abe6-6d173bb9b904?fields=security_groups HTTP/1.1" 200 1267 0.022503 10.0.0.19 - - [2025-06-30 02:33:22] "POST /fqname-to-id HTTP/1.1" 404 196 0.022005 10.0.0.19 - - [2025-06-30 02:33:22] "GET /projects?obj_uuids=d32eeb06-aa0b-41bc-9d2d-efa52f31ca38&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003186 10.0.0.19 - - [2025-06-30 02:33:22] "GET /domains?obj_uuids=2079f23d-ad5a-4df4-a8b3-dec8e90e045f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001686 10.0.0.19 - - [2025-06-30 02:33:22] "GET /domain/2079f23d-ad5a-4df4-a8b3-dec8e90e045f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010689 10.0.0.19 - - [2025-06-30 02:33:22] "POST /id-to-fqname HTTP/1.1" 200 198 0.001208 10.0.0.19 - - [2025-06-30 02:33:22] "POST /fqname-to-id HTTP/1.1" 404 207 0.003202 10.0.0.19 - - [2025-06-30 02:33:22] "POST /security-groups HTTP/1.1" 200 599 0.059550 10.0.0.19 - - [2025-06-30 02:33:22] "POST /fqname-to-id HTTP/1.1" 404 242 0.002615 10.0.0.19 - - [2025-06-30 02:33:22] "POST /projects HTTP/1.1" 200 601 0.204205 10.0.0.19 - - [2025-06-30 02:33:22] "POST /access-control-lists HTTP/1.1" 200 604 0.055136 10.0.0.19 - - [2025-06-30 02:33:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.274194 10.0.0.19 - - [2025-06-30 02:33:22] "POST /fqname-to-id HTTP/1.1" 404 241 0.002469 10.0.0.19 - - [2025-06-30 02:33:22] "GET /project/d32eeb06-aa0b-41bc-9d2d-efa52f31ca38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.398293 10.0.0.19 - - [2025-06-30 02:33:22] "POST /access-control-lists HTTP/1.1" 200 602 0.064014 10.0.0.19 - - [2025-06-30 02:33:23] "GET / HTTP/1.1" 200 35931 0.002019 10.0.0.19 - - [2025-06-30 02:33:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000515 10.0.0.19 - - [2025-06-30 02:33:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.047537 10.0.0.19 - - [2025-06-30 02:33:24] "GET /projects?obj_uuids=d32eeb06-aa0b-41bc-9d2d-efa52f31ca38&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001037 10.0.0.19 - - [2025-06-30 02:33:24] "GET /project/d32eeb06-aa0b-41bc-9d2d-efa52f31ca38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.026462 10.0.0.19 - - [2025-06-30 02:33:24] "POST /neutron/network HTTP/1.1" 200 117 0.025420 10.0.0.19 - - [2025-06-30 02:33:24] "GET /projects?obj_uuids=d32eeb06-aa0b-41bc-9d2d-efa52f31ca38&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001435 10.0.0.19 - - [2025-06-30 02:33:24] "POST /neutron/network HTTP/1.1" 200 613 0.074307 10.0.0.19 - - [2025-06-30 02:33:24] "POST /route-targets HTTP/1.1" 200 327 0.010007 10.0.0.19 - - [2025-06-30 02:33:24] "POST /ref-update HTTP/1.1" 200 156 0.019708 10.0.0.19 - - [2025-06-30 02:33:24] "POST /useragent-kv HTTP/1.1" 200 115 0.004384 10.0.0.19 - - [2025-06-30 02:33:24] "POST /neutron/subnet HTTP/1.1" 200 724 0.176549 10.0.0.19 - - [2025-06-30 02:33:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003013 10.0.0.19 - - [2025-06-30 02:33:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.031950 10.0.0.19 - - [2025-06-30 02:33:25] "POST /neutron/subnet HTTP/1.1" 200 828 0.189585 10.0.0.19 - - [2025-06-30 02:33:25] "GET /virtual-network/39b9b3de-99ee-4db5-bf0e-9fea4423951c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.006684 10.0.0.19 - - [2025-06-30 02:33:25] "POST /neutron/network HTTP/1.1" 200 1006 0.006204 10.0.0.19 - - [2025-06-30 02:33:25] "POST /id-to-fqname HTTP/1.1" 200 228 0.001297 10.0.0.19 - - [2025-06-30 02:33:25] "GET /virtual-network/e1e25151-9d1a-49dd-a588-521a294237cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005315 10.0.0.19 - - [2025-06-30 02:33:25] "POST /neutron/network HTTP/1.1" 200 1006 0.008824 10.0.0.19 - - [2025-06-30 02:33:25] "GET /virtual-network/e1e25151-9d1a-49dd-a588-521a294237cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005716 10.0.0.19 - - [2025-06-30 02:33:25] "POST /neutron/network HTTP/1.1" 200 1006 0.008114 10.0.0.19 - - [2025-06-30 02:33:25] "POST /neutron/subnet HTTP/1.1" 200 724 0.006577 10.0.0.19 - - [2025-06-30 02:33:25] "POST /neutron/subnet HTTP/1.1" 200 828 0.015773 10.0.0.19 - - [2025-06-30 02:33:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002483 10.0.0.19 - - [2025-06-30 02:33:25] "GET /projects?obj_uuids=d32eeb06-aa0b-41bc-9d2d-efa52f31ca38&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001007 10.0.0.19 - - [2025-06-30 02:33:25] "GET /project/d32eeb06-aa0b-41bc-9d2d-efa52f31ca38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.025236 10.0.0.19 - - [2025-06-30 02:33:25] "POST /neutron/network HTTP/1.1" 200 117 0.011422 10.0.0.19 - - [2025-06-30 02:33:25] "GET /projects?obj_uuids=d32eeb06-aa0b-41bc-9d2d-efa52f31ca38&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001059 10.0.0.19 - - [2025-06-30 02:33:25] "POST /neutron/network HTTP/1.1" 200 613 0.075169 10.0.0.19 - - [2025-06-30 02:33:25] "POST /route-targets HTTP/1.1" 200 327 0.011211 10.0.0.19 - - [2025-06-30 02:33:25] "POST /ref-update HTTP/1.1" 200 156 0.013116 10.0.0.19 - - [2025-06-30 02:33:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002815 10.0.0.19 - - [2025-06-30 02:33:25] "POST /neutron/subnet HTTP/1.1" 200 715 0.171470 10.0.0.19 - - [2025-06-30 02:33:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005734 10.0.0.19 - - [2025-06-30 02:33:25] "GET /virtual-network/39b9b3de-99ee-4db5-bf0e-9fea4423951c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.006877 10.0.0.19 - - [2025-06-30 02:33:25] "POST /useragent-kv HTTP/1.1" 200 115 0.004276 10.0.0.19 - - [2025-06-30 02:33:25] "POST /neutron/subnet HTTP/1.1" 200 828 0.173740 10.0.0.19 - - [2025-06-30 02:33:26] "POST /neutron/network HTTP/1.1" 200 1004 0.007009 10.0.0.19 - - [2025-06-30 02:33:26] "POST /id-to-fqname HTTP/1.1" 200 228 0.001391 10.0.0.19 - - [2025-06-30 02:33:26] "GET /virtual-network/7b9bdf40-82ca-473e-a37b-d7e86c924075?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.004555 10.0.0.19 - - [2025-06-30 02:33:26] "POST /neutron/network HTTP/1.1" 200 1004 0.008061 10.0.0.19 - - [2025-06-30 02:33:26] "GET /virtual-network/7b9bdf40-82ca-473e-a37b-d7e86c924075?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.005577 10.0.0.19 - - [2025-06-30 02:33:26] "POST /neutron/network HTTP/1.1" 200 1004 0.007431 10.0.0.19 - - [2025-06-30 02:33:26] "POST /neutron/subnet HTTP/1.1" 200 715 0.007255 10.0.0.19 - - [2025-06-30 02:33:26] "POST /neutron/subnet HTTP/1.1" 200 828 0.007061 10.0.0.19 - - [2025-06-30 02:33:26] "POST /fqname-to-id HTTP/1.1" 404 234 0.002237 10.0.0.19 - - [2025-06-30 02:33:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002564 10.0.0.19 - - [2025-06-30 02:33:26] "GET /projects?obj_uuids=d32eeb06-aa0b-41bc-9d2d-efa52f31ca38&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001032 10.0.0.19 - - [2025-06-30 02:33:26] "GET /project/d32eeb06-aa0b-41bc-9d2d-efa52f31ca38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.022745 10.0.0.19 - - [2025-06-30 02:33:26] "POST /network-policys HTTP/1.1" 200 577 0.060694 10.0.0.19 - - [2025-06-30 02:33:26] "GET /network-policy/d1cad523-548f-476b-afa1-391a4e78bd86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.006387 10.0.0.19 - - [2025-06-30 02:33:26] "POST /neutron/network HTTP/1.1" 200 1006 0.007686 10.0.0.19 - - [2025-06-30 02:33:26] "POST /fqname-to-id HTTP/1.1" 404 242 0.005100 10.0.0.19 - - [2025-06-30 02:33:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.009645 10.0.0.19 - - [2025-06-30 02:33:26] "GET /virtual-network/39b9b3de-99ee-4db5-bf0e-9fea4423951c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.008170 10.0.0.19 - - [2025-06-30 02:33:26] "POST /neutron/network HTTP/1.1" 200 1114 0.066033 10.0.0.19 - - [2025-06-30 02:33:26] "POST /access-control-lists HTTP/1.1" 200 596 0.078593 10.0.0.19 - - [2025-06-30 02:33:26] "POST /neutron/network HTTP/1.1" 200 1114 0.046202 10.0.0.19 - - [2025-06-30 02:33:26] "GET /virtual-network/e1e25151-9d1a-49dd-a588-521a294237cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.007391 10.0.0.19 - - [2025-06-30 02:33:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002470 10.0.0.19 - - [2025-06-30 02:33:26] "GET /network-policy/d1cad523-548f-476b-afa1-391a4e78bd86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.004349 10.0.0.19 - - [2025-06-30 02:33:26] "POST /neutron/network HTTP/1.1" 200 1004 0.006610 10.0.0.19 - - [2025-06-30 02:33:26] "POST /fqname-to-id HTTP/1.1" 404 242 0.004297 10.0.0.19 - - [2025-06-30 02:33:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.19 - - [2025-06-30 02:33:26] "GET /virtual-network/39b9b3de-99ee-4db5-bf0e-9fea4423951c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.009553 10.0.0.19 - - [2025-06-30 02:33:26] "POST /neutron/network HTTP/1.1" 200 1112 0.047107 10.0.0.19 - - [2025-06-30 02:33:26] "POST /neutron/network HTTP/1.1" 200 1112 0.007134 10.0.0.19 - - [2025-06-30 02:33:26] "GET /virtual-network/7b9bdf40-82ca-473e-a37b-d7e86c924075?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.042888 10.0.0.19 - - [2025-06-30 02:33:26] "POST /access-control-lists HTTP/1.1" 200 596 0.085239 10.0.0.19 - - [2025-06-30 02:33:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003540 10.0.0.19 - - [2025-06-30 02:33:26] "POST /ref-update HTTP/1.1" 200 156 0.009221 10.0.0.19 - - [2025-06-30 02:33:26] "GET /network-policy/d1cad523-548f-476b-afa1-391a4e78bd86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.007199 10.0.0.19 - - [2025-06-30 02:33:26] "GET /domains HTTP/1.1" 401 292 0.000378 10.0.0.19 - - [2025-06-30 02:33:27] "PUT /access-control-list/03afdfc2-df2e-41c9-8de8-112158279613 HTTP/1.1" 200 272 0.053531 10.0.0.19 - - [2025-06-30 02:33:27] "GET /domains HTTP/1.1" 200 280 0.021868 10.0.0.19 - - [2025-06-30 02:33:27] "GET /domains?obj_uuids=2079f23d-ad5a-4df4-a8b3-dec8e90e045f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000976 10.0.0.19 - - [2025-06-30 02:33:27] "GET /domain/2079f23d-ad5a-4df4-a8b3-dec8e90e045f HTTP/1.1" 200 2770 0.007437 10.0.0.19 - - [2025-06-30 02:33:27] "GET /projects?obj_uuids=d32eeb06-aa0b-41bc-9d2d-efa52f31ca38&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000924 10.0.0.19 - - [2025-06-30 02:33:27] "GET /project/d32eeb06-aa0b-41bc-9d2d-efa52f31ca38 HTTP/1.1" 200 2626 0.069107 10.0.0.19 - - [2025-06-30 02:33:27] "GET /virtual-network/e1e25151-9d1a-49dd-a588-521a294237cc HTTP/1.1" 200 3506 0.005668 10.0.0.19 - - [2025-06-30 02:33:27] "GET /virtual-network/e1e25151-9d1a-49dd-a588-521a294237cc HTTP/1.1" 200 3506 0.004347 10.0.0.19 - - [2025-06-30 02:33:27] "GET /routing-instance/524f12fb-412d-49c6-9c88-ec54683194d4 HTTP/1.1" 200 1795 0.003213 10.0.0.19 - - [2025-06-30 02:33:27] "GET /routing-instance/524f12fb-412d-49c6-9c88-ec54683194d4 HTTP/1.1" 200 1795 0.003516 10.0.0.19 - - [2025-06-30 02:33:27] "GET /route-target/e12e8b9b-5294-4922-8f51-422bce6d0a18 HTTP/1.1" 200 1213 0.004010 10.0.0.19 - - [2025-06-30 02:33:27] "GET /virtual-network/e1e25151-9d1a-49dd-a588-521a294237cc HTTP/1.1" 200 3506 0.006108 10.0.0.19 - - [2025-06-30 02:33:27] "GET /routing-instance/524f12fb-412d-49c6-9c88-ec54683194d4 HTTP/1.1" 200 1795 0.003295 10.0.0.19 - - [2025-06-30 02:33:27] "GET /virtual-network/e1e25151-9d1a-49dd-a588-521a294237cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.004817 10.0.0.19 - - [2025-06-30 02:33:27] "GET /virtual-network/e1e25151-9d1a-49dd-a588-521a294237cc HTTP/1.1" 200 3506 0.004630 10.0.0.19 - - [2025-06-30 02:33:27] "GET /routing-instance/524f12fb-412d-49c6-9c88-ec54683194d4 HTTP/1.1" 200 1795 0.003207 10.0.0.19 - - [2025-06-30 02:33:27] "GET /routing-instance/524f12fb-412d-49c6-9c88-ec54683194d4 HTTP/1.1" 200 1795 0.003132 10.0.0.19 - - [2025-06-30 02:33:27] "GET /route-target/e12e8b9b-5294-4922-8f51-422bce6d0a18 HTTP/1.1" 200 1213 0.004164 10.0.0.19 - - [2025-06-30 02:33:27] "GET /domains HTTP/1.1" 200 280 0.002800 10.0.0.19 - - [2025-06-30 02:33:27] "GET /domains?obj_uuids=2079f23d-ad5a-4df4-a8b3-dec8e90e045f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001042 10.0.0.19 - - [2025-06-30 02:33:27] "GET /domain/2079f23d-ad5a-4df4-a8b3-dec8e90e045f HTTP/1.1" 200 2770 0.006625 10.0.0.19 - - [2025-06-30 02:33:27] "GET /projects?obj_uuids=d32eeb06-aa0b-41bc-9d2d-efa52f31ca38&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000918 10.0.0.19 - - [2025-06-30 02:33:27] "GET /project/d32eeb06-aa0b-41bc-9d2d-efa52f31ca38 HTTP/1.1" 200 2626 0.067087 10.0.0.19 - - [2025-06-30 02:33:27] "GET /virtual-network/e1e25151-9d1a-49dd-a588-521a294237cc HTTP/1.1" 200 3506 0.004526 10.0.0.19 - - [2025-06-30 02:33:27] "GET /obj-perms HTTP/1.1" 200 5046 0.044666 10.0.0.19 - - [2025-06-30 02:33:27] "GET /domains HTTP/1.1" 200 280 0.002453 10.0.0.19 - - [2025-06-30 02:33:28] "GET /domains?obj_uuids=2079f23d-ad5a-4df4-a8b3-dec8e90e045f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000949 10.0.0.19 - - [2025-06-30 02:33:28] "GET /domain/2079f23d-ad5a-4df4-a8b3-dec8e90e045f HTTP/1.1" 200 2770 0.006467 10.0.0.19 - - [2025-06-30 02:33:28] "GET /projects?obj_uuids=d32eeb06-aa0b-41bc-9d2d-efa52f31ca38&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000923 10.0.0.19 - - [2025-06-30 02:33:28] "GET /project/d32eeb06-aa0b-41bc-9d2d-efa52f31ca38 HTTP/1.1" 200 2626 0.073078 10.0.0.19 - - [2025-06-30 02:33:28] "GET /virtual-network/7b9bdf40-82ca-473e-a37b-d7e86c924075 HTTP/1.1" 200 3499 0.009248 10.0.0.19 - - [2025-06-30 02:33:28] "GET /virtual-network/7b9bdf40-82ca-473e-a37b-d7e86c924075 HTTP/1.1" 200 3499 0.006130 10.0.0.19 - - [2025-06-30 02:33:28] "GET /routing-instance/2cb614f9-b329-427e-9861-70c37e5da668 HTTP/1.1" 200 1795 0.004994 10.0.0.19 - - [2025-06-30 02:33:28] "GET /routing-instance/2cb614f9-b329-427e-9861-70c37e5da668 HTTP/1.1" 200 1795 0.004824 10.0.0.19 - - [2025-06-30 02:33:28] "GET /route-target/7391c21a-71ec-4a0e-945b-9293791db3e0 HTTP/1.1" 200 1212 0.004719 10.0.0.19 - - [2025-06-30 02:33:28] "GET /virtual-network/7b9bdf40-82ca-473e-a37b-d7e86c924075 HTTP/1.1" 200 3499 0.006792 10.0.0.19 - - [2025-06-30 02:33:28] "GET /routing-instance/2cb614f9-b329-427e-9861-70c37e5da668 HTTP/1.1" 200 1795 0.004653 10.0.0.19 - - [2025-06-30 02:33:28] "GET /virtual-network/7b9bdf40-82ca-473e-a37b-d7e86c924075?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.004756 10.0.0.19 - - [2025-06-30 02:33:28] "GET /virtual-network/7b9bdf40-82ca-473e-a37b-d7e86c924075 HTTP/1.1" 200 3499 0.004722 10.0.0.19 - - [2025-06-30 02:33:28] "GET /routing-instance/2cb614f9-b329-427e-9861-70c37e5da668 HTTP/1.1" 200 1795 0.003117 10.0.0.19 - - [2025-06-30 02:33:28] "GET /routing-instance/2cb614f9-b329-427e-9861-70c37e5da668 HTTP/1.1" 200 1795 0.002987 10.0.0.19 - - [2025-06-30 02:33:28] "GET /route-target/7391c21a-71ec-4a0e-945b-9293791db3e0 HTTP/1.1" 200 1212 0.003066 10.0.0.19 - - [2025-06-30 02:33:28] "GET /domains HTTP/1.1" 200 280 0.002403 10.0.0.19 - - [2025-06-30 02:33:28] "GET /domains?obj_uuids=2079f23d-ad5a-4df4-a8b3-dec8e90e045f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001000 10.0.0.19 - - [2025-06-30 02:33:28] "GET /domain/2079f23d-ad5a-4df4-a8b3-dec8e90e045f HTTP/1.1" 200 2770 0.006670 10.0.0.19 - - [2025-06-30 02:33:28] "GET /projects?obj_uuids=d32eeb06-aa0b-41bc-9d2d-efa52f31ca38&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000934 10.0.0.19 - - [2025-06-30 02:33:28] "GET /project/d32eeb06-aa0b-41bc-9d2d-efa52f31ca38 HTTP/1.1" 200 2626 0.062889 10.0.0.19 - - [2025-06-30 02:33:28] "GET /virtual-network/7b9bdf40-82ca-473e-a37b-d7e86c924075 HTTP/1.1" 200 3499 0.004215 10.0.0.19 - - [2025-06-30 02:33:28] "GET /obj-perms HTTP/1.1" 200 5046 0.002532 10.0.0.19 - - [2025-06-30 02:33:28] "GET /virtual-network/7b9bdf40-82ca-473e-a37b-d7e86c924075?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2957 0.005179 10.0.0.19 - - [2025-06-30 02:33:28] "POST /neutron/network HTTP/1.1" 200 1112 0.006445 10.0.0.19 - - [2025-06-30 02:33:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005996 10.0.0.19 - - [2025-06-30 02:33:28] "GET /virtual-network/39b9b3de-99ee-4db5-bf0e-9fea4423951c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.005078 10.0.0.19 - - [2025-06-30 02:33:28] "POST /neutron/network HTTP/1.1" 200 1004 0.049416 10.0.0.19 - - [2025-06-30 02:33:28] "DELETE /access-control-list/0bea4fa7-046b-4735-b627-894f024ee9f6 HTTP/1.1" 200 115 0.031201 10.0.0.19 - - [2025-06-30 02:33:28] "POST /neutron/network HTTP/1.1" 200 1004 0.009275 10.0.0.19 - - [2025-06-30 02:33:28] "POST /ref-update HTTP/1.1" 200 156 0.011177 10.0.0.19 - - [2025-06-30 02:33:28] "GET /virtual-network/7b9bdf40-82ca-473e-a37b-d7e86c924075?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2633 0.006685 10.0.0.19 - - [2025-06-30 02:33:28] "GET /virtual-network/e1e25151-9d1a-49dd-a588-521a294237cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.004272 10.0.0.19 - - [2025-06-30 02:33:28] "POST /neutron/network HTTP/1.1" 200 1114 0.006735 10.0.0.19 - - [2025-06-30 02:33:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002055 10.0.0.19 - - [2025-06-30 02:33:28] "GET /virtual-network/39b9b3de-99ee-4db5-bf0e-9fea4423951c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.006434 10.0.0.19 - - [2025-06-30 02:33:28] "POST /neutron/network HTTP/1.1" 200 1006 0.046530 10.0.0.19 - - [2025-06-30 02:33:28] "DELETE /access-control-list/03afdfc2-df2e-41c9-8de8-112158279613 HTTP/1.1" 200 115 0.034158 10.0.0.19 - - [2025-06-30 02:33:28] "POST /neutron/network HTTP/1.1" 200 1006 0.008709 10.0.0.19 - - [2025-06-30 02:33:28] "POST /ref-update HTTP/1.1" 200 156 0.018402 10.0.0.19 - - [2025-06-30 02:33:28] "GET /virtual-network/e1e25151-9d1a-49dd-a588-521a294237cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006924 10.0.0.19 - - [2025-06-30 02:33:28] "DELETE /network-policy/d1cad523-548f-476b-afa1-391a4e78bd86 HTTP/1.1" 200 115 0.026394 10.0.0.19 - - [2025-06-30 02:33:28] "POST /neutron/network HTTP/1.1" 200 1004 0.006094 10.0.0.19 - - [2025-06-30 02:33:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004592 10.0.0.19 - - [2025-06-30 02:33:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002524 10.0.0.19 - - [2025-06-30 02:33:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003211 10.0.0.19 - - [2025-06-30 02:33:28] "POST /useragent-kv HTTP/1.1" 200 115 0.001748 10.0.0.19 - - [2025-06-30 02:33:28] "POST /useragent-kv HTTP/1.1" 200 115 0.001712 10.0.0.19 - - [2025-06-30 02:33:28] "POST /neutron/network HTTP/1.1" 200 151 0.081833 10.0.0.19 - - [2025-06-30 02:33:28] "DELETE /route-target/7391c21a-71ec-4a0e-945b-9293791db3e0 HTTP/1.1" 200 115 0.019572 10.0.0.19 - - [2025-06-30 02:33:28] "GET /routing-instance/2cb614f9-b329-427e-9861-70c37e5da668 HTTP/1.1" 404 171 0.002359 10.0.0.19 - - [2025-06-30 02:33:28] "GET /domains HTTP/1.1" 200 280 0.002097 10.0.0.19 - - [2025-06-30 02:33:28] "GET /domains?obj_uuids=2079f23d-ad5a-4df4-a8b3-dec8e90e045f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001019 10.0.0.19 - - [2025-06-30 02:33:28] "GET /domain/2079f23d-ad5a-4df4-a8b3-dec8e90e045f HTTP/1.1" 200 2770 0.048423 10.0.0.19 - - [2025-06-30 02:33:28] "GET /projects?obj_uuids=d32eeb06-aa0b-41bc-9d2d-efa52f31ca38&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000987 10.0.0.19 - - [2025-06-30 02:33:28] "GET /project/d32eeb06-aa0b-41bc-9d2d-efa52f31ca38 HTTP/1.1" 200 2146 0.064246 10.0.0.19 - - [2025-06-30 02:33:28] "POST /neutron/network HTTP/1.1" 200 1006 0.006596 10.0.0.19 - - [2025-06-30 02:33:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003453 10.0.0.19 - - [2025-06-30 02:33:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004960 10.0.0.19 - - [2025-06-30 02:33:28] "POST /useragent-kv HTTP/1.1" 200 115 0.001777 10.0.0.19 - - [2025-06-30 02:33:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002629 10.0.0.19 - - [2025-06-30 02:33:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002048 10.0.0.19 - - [2025-06-30 02:33:29] "POST /neutron/network HTTP/1.1" 200 151 0.127819 10.0.0.19 - - [2025-06-30 02:33:29] "DELETE /route-target/e12e8b9b-5294-4922-8f51-422bce6d0a18 HTTP/1.1" 200 115 0.065995 10.0.0.19 - - [2025-06-30 02:33:29] "GET /routing-instance/524f12fb-412d-49c6-9c88-ec54683194d4 HTTP/1.1" 404 171 0.003439 10.0.0.19 - - [2025-06-30 02:33:29] "GET /domains HTTP/1.1" 200 280 0.002139 10.0.0.19 - - [2025-06-30 02:33:29] "GET /domains?obj_uuids=2079f23d-ad5a-4df4-a8b3-dec8e90e045f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000918 10.0.0.19 - - [2025-06-30 02:33:29] "GET /domain/2079f23d-ad5a-4df4-a8b3-dec8e90e045f HTTP/1.1" 200 2770 0.048087 10.0.0.19 - - [2025-06-30 02:33:29] "GET /projects?obj_uuids=d32eeb06-aa0b-41bc-9d2d-efa52f31ca38&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001377 10.0.0.19 - - [2025-06-30 02:33:29] "GET /project/d32eeb06-aa0b-41bc-9d2d-efa52f31ca38 HTTP/1.1" 200 1901 0.062284 10.0.0.19 - - [2025-06-30 02:33:29] "GET /projects?obj_uuids=d32eeb06-aa0b-41bc-9d2d-efa52f31ca38&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001060 10.0.0.19 - - [2025-06-30 02:33:29] "GET /project/d32eeb06-aa0b-41bc-9d2d-efa52f31ca38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.032533 10.0.0.19 - - [2025-06-30 02:33:29] "GET /projects?obj_uuids=d32eeb06-aa0b-41bc-9d2d-efa52f31ca38&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000973 10.0.0.19 - - [2025-06-30 02:33:29] "GET /project/d32eeb06-aa0b-41bc-9d2d-efa52f31ca38?fields=virtual_networks HTTP/1.1" 200 1049 0.069010 10.0.0.19 - - [2025-06-30 02:33:29] "GET /projects?obj_uuids=d32eeb06-aa0b-41bc-9d2d-efa52f31ca38&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001041 10.0.0.19 - - [2025-06-30 02:33:29] "GET /project/d32eeb06-aa0b-41bc-9d2d-efa52f31ca38?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.025357 10.0.0.19 - - [2025-06-30 02:33:29] "GET /projects?obj_uuids=d32eeb06-aa0b-41bc-9d2d-efa52f31ca38&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001064 10.0.0.19 - - [2025-06-30 02:33:29] "GET /project/d32eeb06-aa0b-41bc-9d2d-efa52f31ca38?fields=security_groups HTTP/1.1" 200 1283 0.029067 10.0.0.19 - - [2025-06-30 02:33:30] "POST /fqname-to-id HTTP/1.1" 404 190 0.020736 10.0.0.19 - - [2025-06-30 02:33:30] "GET /projects?obj_uuids=f7053ae7-ed59-4eec-8cff-5baa31e71e76&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002173 10.0.0.19 - - [2025-06-30 02:33:30] "GET /domains?obj_uuids=2079f23d-ad5a-4df4-a8b3-dec8e90e045f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001228 10.0.0.19 - - [2025-06-30 02:33:30] "GET /domain/2079f23d-ad5a-4df4-a8b3-dec8e90e045f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007600 10.0.0.19 - - [2025-06-30 02:33:30] "POST /id-to-fqname HTTP/1.1" 200 192 0.001661 10.0.0.19 - - [2025-06-30 02:33:30] "POST /fqname-to-id HTTP/1.1" 404 201 0.001976 10.0.0.19 - - [2025-06-30 02:33:30] "POST /security-groups HTTP/1.1" 200 593 0.063581 10.0.0.19 - - [2025-06-30 02:33:30] "POST /fqname-to-id HTTP/1.1" 404 236 0.002190 10.0.0.19 - - [2025-06-30 02:33:30] "POST /projects HTTP/1.1" 200 589 0.214886 10.0.0.19 - - [2025-06-30 02:33:30] "POST /access-control-lists HTTP/1.1" 200 598 0.056997 10.0.0.19 - - [2025-06-30 02:33:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.283943 10.0.0.19 - - [2025-06-30 02:33:30] "POST /fqname-to-id HTTP/1.1" 404 235 0.002406 10.0.0.19 - - [2025-06-30 02:33:30] "GET /project/f7053ae7-ed59-4eec-8cff-5baa31e71e76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.394248 10.0.0.19 - - [2025-06-30 02:33:30] "POST /access-control-lists HTTP/1.1" 200 596 0.056509 10.0.0.19 - - [2025-06-30 02:33:31] "GET / HTTP/1.1" 200 35931 0.001863 10.0.0.19 - - [2025-06-30 02:33:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000432 10.0.0.19 - - [2025-06-30 02:33:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.047222 10.0.0.19 - - [2025-06-30 02:33:32] "GET /projects?obj_uuids=f7053ae7-ed59-4eec-8cff-5baa31e71e76&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001010 10.0.0.19 - - [2025-06-30 02:33:32] "GET /project/f7053ae7-ed59-4eec-8cff-5baa31e71e76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.021444 10.0.0.19 - - [2025-06-30 02:33:32] "POST /neutron/network HTTP/1.1" 200 117 0.025875 10.0.0.19 - - [2025-06-30 02:33:32] "GET /projects?obj_uuids=f7053ae7-ed59-4eec-8cff-5baa31e71e76&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001311 10.0.0.19 - - [2025-06-30 02:33:32] "POST /neutron/network HTTP/1.1" 200 607 0.058852 10.0.0.19 - - [2025-06-30 02:33:32] "POST /route-targets HTTP/1.1" 200 327 0.008667 10.0.0.19 - - [2025-06-30 02:33:32] "POST /ref-update HTTP/1.1" 200 156 0.009216 10.0.0.19 - - [2025-06-30 02:33:33] "POST /useragent-kv HTTP/1.1" 200 115 0.003432 10.0.0.19 - - [2025-06-30 02:33:33] "POST /neutron/subnet HTTP/1.1" 200 734 0.157061 10.0.0.19 - - [2025-06-30 02:33:33] "POST /neutron/network HTTP/1.1" 200 828 0.006068 10.0.0.19 - - [2025-06-30 02:33:33] "POST /id-to-fqname HTTP/1.1" 200 222 0.001060 10.0.0.19 - - [2025-06-30 02:33:33] "GET /virtual-network/3896d7ff-e0c8-42cc-953a-4845c9d33a1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004431 10.0.0.19 - - [2025-06-30 02:33:33] "POST /neutron/network HTTP/1.1" 200 828 0.005036 10.0.0.19 - - [2025-06-30 02:33:33] "GET /virtual-network/3896d7ff-e0c8-42cc-953a-4845c9d33a1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004398 10.0.0.19 - - [2025-06-30 02:33:33] "POST /neutron/network HTTP/1.1" 200 828 0.006110 10.0.0.19 - - [2025-06-30 02:33:33] "POST /neutron/subnet HTTP/1.1" 200 734 0.006860 10.0.0.19 - - [2025-06-30 02:33:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002250 10.0.0.19 - - [2025-06-30 02:33:33] "GET /projects?obj_uuids=f7053ae7-ed59-4eec-8cff-5baa31e71e76&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001366 10.0.0.19 - - [2025-06-30 02:33:33] "GET /project/f7053ae7-ed59-4eec-8cff-5baa31e71e76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.023215 10.0.0.19 - - [2025-06-30 02:33:33] "POST /neutron/network HTTP/1.1" 200 117 0.008374 10.0.0.19 - - [2025-06-30 02:33:33] "GET /projects?obj_uuids=f7053ae7-ed59-4eec-8cff-5baa31e71e76&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001185 10.0.0.19 - - [2025-06-30 02:33:33] "POST /neutron/network HTTP/1.1" 200 607 0.057816 10.0.0.19 - - [2025-06-30 02:33:33] "POST /route-targets HTTP/1.1" 200 327 0.011225 10.0.0.19 - - [2025-06-30 02:33:33] "POST /ref-update HTTP/1.1" 200 156 0.009084 10.0.0.19 - - [2025-06-30 02:33:33] "POST /useragent-kv HTTP/1.1" 200 115 0.005825 10.0.0.19 - - [2025-06-30 02:33:33] "POST /neutron/subnet HTTP/1.1" 200 725 0.144052 10.0.0.19 - - [2025-06-30 02:33:33] "POST /neutron/network HTTP/1.1" 200 826 0.005369 10.0.0.19 - - [2025-06-30 02:33:33] "POST /id-to-fqname HTTP/1.1" 200 222 0.001109 10.0.0.19 - - [2025-06-30 02:33:33] "GET /virtual-network/c01dfd1b-009f-48d6-92c8-7e2b0168eb55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005162 10.0.0.19 - - [2025-06-30 02:33:33] "POST /neutron/network HTTP/1.1" 200 826 0.005693 10.0.0.19 - - [2025-06-30 02:33:33] "GET /virtual-network/c01dfd1b-009f-48d6-92c8-7e2b0168eb55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005069 10.0.0.19 - - [2025-06-30 02:33:33] "POST /neutron/network HTTP/1.1" 200 826 0.005044 10.0.0.19 - - [2025-06-30 02:33:33] "POST /neutron/subnet HTTP/1.1" 200 725 0.006525 10.0.0.19 - - [2025-06-30 02:33:33] "POST /fqname-to-id HTTP/1.1" 404 228 0.002446 10.0.0.19 - - [2025-06-30 02:33:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002773 10.0.0.19 - - [2025-06-30 02:33:33] "GET /projects?obj_uuids=f7053ae7-ed59-4eec-8cff-5baa31e71e76&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001328 10.0.0.19 - - [2025-06-30 02:33:33] "GET /project/f7053ae7-ed59-4eec-8cff-5baa31e71e76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.028496 10.0.0.19 - - [2025-06-30 02:33:34] "POST /network-policys HTTP/1.1" 200 571 0.016102 10.0.0.19 - - [2025-06-30 02:33:34] "GET /network-policy/4dda6c36-ba45-4817-9f8c-1b289b257701?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.005002 10.0.0.19 - - [2025-06-30 02:33:34] "POST /neutron/network HTTP/1.1" 200 828 0.005174 10.0.0.19 - - [2025-06-30 02:33:34] "POST /fqname-to-id HTTP/1.1" 404 236 0.003762 10.0.0.19 - - [2025-06-30 02:33:34] "POST /neutron/network HTTP/1.1" 200 930 0.040544 10.0.0.19 - - [2025-06-30 02:33:34] "POST /neutron/network HTTP/1.1" 200 930 0.043501 10.0.0.19 - - [2025-06-30 02:33:34] "POST /access-control-lists HTTP/1.1" 200 590 0.065001 10.0.0.19 - - [2025-06-30 02:33:34] "GET /virtual-network/3896d7ff-e0c8-42cc-953a-4845c9d33a1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.004623 10.0.0.19 - - [2025-06-30 02:33:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.001918 10.0.0.19 - - [2025-06-30 02:33:34] "GET /network-policy/4dda6c36-ba45-4817-9f8c-1b289b257701?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.003431 10.0.0.19 - - [2025-06-30 02:33:34] "POST /neutron/network HTTP/1.1" 200 826 0.005133 10.0.0.19 - - [2025-06-30 02:33:34] "PUT /access-control-list/684299d2-96a9-446e-acc6-615de392eb31 HTTP/1.1" 200 272 0.059335 10.0.0.19 - - [2025-06-30 02:33:34] "POST /neutron/network HTTP/1.1" 200 928 0.084429 10.0.0.19 - - [2025-06-30 02:33:34] "POST /fqname-to-id HTTP/1.1" 404 236 0.002118 10.0.0.19 - - [2025-06-30 02:33:34] "POST /neutron/network HTTP/1.1" 200 928 0.004719 10.0.0.19 - - [2025-06-30 02:33:34] "GET /virtual-network/c01dfd1b-009f-48d6-92c8-7e2b0168eb55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004034 10.0.0.19 - - [2025-06-30 02:33:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.001890 10.0.0.19 - - [2025-06-30 02:33:34] "GET /network-policy/4dda6c36-ba45-4817-9f8c-1b289b257701?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.028309 10.0.0.19 - - [2025-06-30 02:33:34] "POST /access-control-lists HTTP/1.1" 200 590 0.057178 10.0.0.19 - - [2025-06-30 02:33:34] "GET /domains HTTP/1.1" 401 292 0.000390 10.0.0.19 - - [2025-06-30 02:33:34] "POST /ref-update HTTP/1.1" 200 156 0.009472 10.0.0.19 - - [2025-06-30 02:33:34] "GET /domains HTTP/1.1" 200 280 0.021748 10.0.0.19 - - [2025-06-30 02:33:34] "GET /domains?obj_uuids=2079f23d-ad5a-4df4-a8b3-dec8e90e045f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001351 10.0.0.19 - - [2025-06-30 02:33:34] "GET /domain/2079f23d-ad5a-4df4-a8b3-dec8e90e045f HTTP/1.1" 200 2958 0.008111 10.0.0.19 - - [2025-06-30 02:33:34] "GET /projects?obj_uuids=f7053ae7-ed59-4eec-8cff-5baa31e71e76&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000921 10.0.0.19 - - [2025-06-30 02:33:34] "GET /project/f7053ae7-ed59-4eec-8cff-5baa31e71e76 HTTP/1.1" 200 2572 0.068651 10.0.0.19 - - [2025-06-30 02:33:35] "GET /virtual-network/3896d7ff-e0c8-42cc-953a-4845c9d33a1b HTTP/1.1" 200 2897 0.005229 10.0.0.19 - - [2025-06-30 02:33:35] "GET /virtual-network/3896d7ff-e0c8-42cc-953a-4845c9d33a1b HTTP/1.1" 200 2897 0.003990 10.0.0.19 - - [2025-06-30 02:33:35] "GET /routing-instance/571d6b5b-d218-4d64-8d12-e149a58d67aa HTTP/1.1" 200 1783 0.002769 10.0.0.19 - - [2025-06-30 02:33:35] "GET /routing-instance/571d6b5b-d218-4d64-8d12-e149a58d67aa HTTP/1.1" 200 1783 0.002512 10.0.0.19 - - [2025-06-30 02:33:35] "GET /route-target/355ee379-8212-4774-a3e7-e31a4c51f0a9 HTTP/1.1" 200 1206 0.002736 10.0.0.19 - - [2025-06-30 02:33:35] "GET /virtual-network/3896d7ff-e0c8-42cc-953a-4845c9d33a1b HTTP/1.1" 200 2897 0.003866 10.0.0.19 - - [2025-06-30 02:33:35] "GET /routing-instance/571d6b5b-d218-4d64-8d12-e149a58d67aa HTTP/1.1" 200 1783 0.002549 10.0.0.19 - - [2025-06-30 02:33:35] "GET /virtual-network/3896d7ff-e0c8-42cc-953a-4845c9d33a1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.003853 10.0.0.19 - - [2025-06-30 02:33:35] "GET /virtual-network/3896d7ff-e0c8-42cc-953a-4845c9d33a1b HTTP/1.1" 200 2897 0.003894 10.0.0.19 - - [2025-06-30 02:33:35] "GET /routing-instance/571d6b5b-d218-4d64-8d12-e149a58d67aa HTTP/1.1" 200 1783 0.002445 10.0.0.19 - - [2025-06-30 02:33:35] "GET /routing-instance/571d6b5b-d218-4d64-8d12-e149a58d67aa HTTP/1.1" 200 1783 0.002336 10.0.0.19 - - [2025-06-30 02:33:35] "GET /route-target/355ee379-8212-4774-a3e7-e31a4c51f0a9 HTTP/1.1" 200 1206 0.002057 10.0.0.19 - - [2025-06-30 02:33:35] "GET /domains HTTP/1.1" 200 280 0.002404 10.0.0.19 - - [2025-06-30 02:33:35] "GET /domains?obj_uuids=2079f23d-ad5a-4df4-a8b3-dec8e90e045f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000926 10.0.0.19 - - [2025-06-30 02:33:35] "GET /domain/2079f23d-ad5a-4df4-a8b3-dec8e90e045f HTTP/1.1" 200 2958 0.006134 10.0.0.19 - - [2025-06-30 02:33:35] "GET /projects?obj_uuids=f7053ae7-ed59-4eec-8cff-5baa31e71e76&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000928 10.0.0.19 - - [2025-06-30 02:33:35] "GET /project/f7053ae7-ed59-4eec-8cff-5baa31e71e76 HTTP/1.1" 200 2572 0.067178 10.0.0.19 - - [2025-06-30 02:33:35] "GET /virtual-network/3896d7ff-e0c8-42cc-953a-4845c9d33a1b HTTP/1.1" 200 2897 0.004128 10.0.0.19 - - [2025-06-30 02:33:35] "GET /obj-perms HTTP/1.1" 200 5034 0.044082 10.0.0.19 - - [2025-06-30 02:33:35] "GET /domains HTTP/1.1" 200 280 0.002878 10.0.0.19 - - [2025-06-30 02:33:35] "GET /domains?obj_uuids=2079f23d-ad5a-4df4-a8b3-dec8e90e045f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001040 10.0.0.19 - - [2025-06-30 02:33:35] "GET /domain/2079f23d-ad5a-4df4-a8b3-dec8e90e045f HTTP/1.1" 200 2958 0.006675 10.0.0.19 - - [2025-06-30 02:33:35] "GET /projects?obj_uuids=f7053ae7-ed59-4eec-8cff-5baa31e71e76&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000957 10.0.0.19 - - [2025-06-30 02:33:35] "GET /project/f7053ae7-ed59-4eec-8cff-5baa31e71e76 HTTP/1.1" 200 2572 0.069787 10.0.0.19 - - [2025-06-30 02:33:35] "GET /virtual-network/c01dfd1b-009f-48d6-92c8-7e2b0168eb55 HTTP/1.1" 200 2892 0.006050 10.0.0.19 - - [2025-06-30 02:33:35] "GET /virtual-network/c01dfd1b-009f-48d6-92c8-7e2b0168eb55 HTTP/1.1" 200 2892 0.004288 10.0.0.19 - - [2025-06-30 02:33:35] "GET /routing-instance/74750136-7d58-4ac3-b398-fffda45eefca HTTP/1.1" 200 1783 0.003511 10.0.0.19 - - [2025-06-30 02:33:35] "GET /routing-instance/74750136-7d58-4ac3-b398-fffda45eefca HTTP/1.1" 200 1783 0.002990 10.0.0.19 - - [2025-06-30 02:33:35] "GET /route-target/3707a0a6-1f57-4fc4-a403-983f1278b881 HTTP/1.1" 200 1206 0.002611 10.0.0.19 - - [2025-06-30 02:33:35] "GET /virtual-network/c01dfd1b-009f-48d6-92c8-7e2b0168eb55 HTTP/1.1" 200 2892 0.004202 10.0.0.19 - - [2025-06-30 02:33:35] "GET /routing-instance/74750136-7d58-4ac3-b398-fffda45eefca HTTP/1.1" 200 1783 0.004486 10.0.0.19 - - [2025-06-30 02:33:35] "GET /virtual-network/c01dfd1b-009f-48d6-92c8-7e2b0168eb55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.004391 10.0.0.19 - - [2025-06-30 02:33:35] "GET /virtual-network/c01dfd1b-009f-48d6-92c8-7e2b0168eb55 HTTP/1.1" 200 2892 0.004513 10.0.0.19 - - [2025-06-30 02:33:35] "GET /routing-instance/74750136-7d58-4ac3-b398-fffda45eefca HTTP/1.1" 200 1783 0.002873 10.0.0.19 - - [2025-06-30 02:33:35] "GET /routing-instance/74750136-7d58-4ac3-b398-fffda45eefca HTTP/1.1" 200 1783 0.003987 10.0.0.19 - - [2025-06-30 02:33:35] "GET /route-target/3707a0a6-1f57-4fc4-a403-983f1278b881 HTTP/1.1" 200 1206 0.002657 10.0.0.19 - - [2025-06-30 02:33:35] "GET /domains HTTP/1.1" 200 280 0.001987 10.0.0.19 - - [2025-06-30 02:33:35] "GET /domains?obj_uuids=2079f23d-ad5a-4df4-a8b3-dec8e90e045f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001060 10.0.0.19 - - [2025-06-30 02:33:35] "GET /domain/2079f23d-ad5a-4df4-a8b3-dec8e90e045f HTTP/1.1" 200 2958 0.006546 10.0.0.19 - - [2025-06-30 02:33:35] "GET /projects?obj_uuids=f7053ae7-ed59-4eec-8cff-5baa31e71e76&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000867 10.0.0.19 - - [2025-06-30 02:33:35] "GET /project/f7053ae7-ed59-4eec-8cff-5baa31e71e76 HTTP/1.1" 200 2572 0.068438 10.0.0.19 - - [2025-06-30 02:33:35] "GET /virtual-network/c01dfd1b-009f-48d6-92c8-7e2b0168eb55 HTTP/1.1" 200 2892 0.004754 10.0.0.19 - - [2025-06-30 02:33:35] "GET /obj-perms HTTP/1.1" 200 5034 0.005558 10.0.0.19 - - [2025-06-30 02:33:35] "POST /id-to-fqname HTTP/1.1" 200 222 0.001548 10.0.0.19 - - [2025-06-30 02:33:36] "POST /neutron/network HTTP/1.1" 200 940 0.005374 10.0.0.19 - - [2025-06-30 02:33:36] "GET /aaa-mode HTTP/1.1" 401 292 0.000383 10.0.0.19 - - [2025-06-30 02:33:36] "GET / HTTP/1.1" 200 35931 0.001698 10.0.0.19 - - [2025-06-30 02:33:36] "GET /project/f7053ae7-ed59-4eec-8cff-5baa31e71e76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000364 10.0.0.19 - - [2025-06-30 02:33:36] "GET /projects?obj_uuids=f7053ae7-ed59-4eec-8cff-5baa31e71e76&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001010 10.0.0.19 - - [2025-06-30 02:33:36] "GET /project/f7053ae7-ed59-4eec-8cff-5baa31e71e76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.041507 10.0.0.19 - - [2025-06-30 02:33:36] "POST /neutron/network HTTP/1.1" 200 930 0.004749 10.0.0.19 - - [2025-06-30 02:33:36] "POST /neutron/port HTTP/1.1" 200 117 0.004676 10.0.0.19 - - [2025-06-30 02:33:36] "POST /neutron/port HTTP/1.1" 200 117 0.004511 10.0.0.19 - - [2025-06-30 02:33:36] "POST /id-to-fqname HTTP/1.1" 200 222 0.001227 10.0.0.19 - - [2025-06-30 02:33:36] "POST /neutron/port HTTP/1.1" 200 117 0.004998 10.0.0.19 - - [2025-06-30 02:33:37] "POST /neutron/network HTTP/1.1" 200 938 0.005180 10.0.0.19 - - [2025-06-30 02:33:37] "GET /aaa-mode HTTP/1.1" 401 292 0.000397 10.0.0.19 - - [2025-06-30 02:33:37] "POST /neutron/network HTTP/1.1" 200 940 0.005543 10.0.0.19 - - [2025-06-30 02:33:37] "GET /projects?obj_uuids=f7053ae7-ed59-4eec-8cff-5baa31e71e76&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001078 10.0.0.19 - - [2025-06-30 02:33:37] "POST /neutron/port HTTP/1.1" 200 1064 0.182111 10.0.0.19 - - [2025-06-30 02:33:37] "GET / HTTP/1.1" 200 35931 0.001529 10.0.0.19 - - [2025-06-30 02:33:37] "POST /neutron/port HTTP/1.1" 200 1064 0.009469 10.0.0.19 - - [2025-06-30 02:33:37] "GET /project/f7053ae7-ed59-4eec-8cff-5baa31e71e76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000347 10.0.0.19 - - [2025-06-30 02:33:37] "POST /neutron/port HTTP/1.1" 200 1064 0.007201 10.0.0.19 - - [2025-06-30 02:33:37] "POST /neutron/port HTTP/1.1" 200 1118 0.057675 10.0.0.19 - - [2025-06-30 02:33:37] "POST /neutron/port HTTP/1.1" 200 1092 0.015827 10.0.0.19 - - [2025-06-30 02:33:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002643 10.0.0.19 - - [2025-06-30 02:33:37] "POST /neutron/subnet HTTP/1.1" 200 708 0.010403 10.0.0.19 - - [2025-06-30 02:33:37] "POST /neutron/port HTTP/1.1" 200 117 0.001651 10.0.0.19 - - [2025-06-30 02:33:37] "POST /neutron/network HTTP/1.1" 200 930 0.006624 10.0.0.19 - - [2025-06-30 02:33:37] "GET /projects?obj_uuids=f7053ae7-ed59-4eec-8cff-5baa31e71e76&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002192 10.0.0.19 - - [2025-06-30 02:33:37] "GET /project/f7053ae7-ed59-4eec-8cff-5baa31e71e76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.049551 10.0.0.19 - - [2025-06-30 02:33:37] "POST /neutron/network HTTP/1.1" 200 928 0.005220 10.0.0.19 - - [2025-06-30 02:33:37] "POST /neutron/port HTTP/1.1" 200 1092 0.015677 10.0.0.19 - - [2025-06-30 02:33:38] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005589 10.0.0.19 - - [2025-06-30 02:33:38] "POST /neutron/port HTTP/1.1" 200 117 0.004956 10.0.0.19 - - [2025-06-30 02:33:38] "POST /neutron/port HTTP/1.1" 200 1092 0.018524 10.0.0.19 - - [2025-06-30 02:33:38] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005528 10.0.0.19 - - [2025-06-30 02:33:38] "POST /neutron/network HTTP/1.1" 200 938 0.005318 10.0.0.19 - - [2025-06-30 02:33:38] "GET /projects?obj_uuids=f7053ae7-ed59-4eec-8cff-5baa31e71e76&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001571 10.0.0.19 - - [2025-06-30 02:33:38] "PUT /access-control-list/4f23cdc3-d8e5-412b-bdd9-c5309a3ae99e HTTP/1.1" 200 272 0.058147 10.0.0.19 - - [2025-06-30 02:33:38] "POST /neutron/port HTTP/1.1" 200 1062 0.317758 10.0.0.19 - - [2025-06-30 02:33:38] "POST /neutron/port HTTP/1.1" 200 1062 0.018309 10.0.0.19 - - [2025-06-30 02:33:38] "POST /neutron/port HTTP/1.1" 200 1062 0.007748 10.0.0.19 - - [2025-06-30 02:33:38] "POST /neutron/port HTTP/1.1" 200 1116 0.060156 10.0.0.19 - - [2025-06-30 02:33:38] "POST /neutron/port HTTP/1.1" 200 1090 0.013986 10.0.0.19 - - [2025-06-30 02:33:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002751 10.0.0.19 - - [2025-06-30 02:33:38] "POST /neutron/subnet HTTP/1.1" 200 699 0.008916 10.0.0.19 - - [2025-06-30 02:33:38] "POST /neutron/port HTTP/1.1" 200 117 0.001078 10.0.0.19 - - [2025-06-30 02:33:38] "POST /neutron/network HTTP/1.1" 200 928 0.004959 10.0.0.19 - - [2025-06-30 02:33:43] "POST /neutron/port HTTP/1.1" 200 1092 0.013444 10.0.0.19 - - [2025-06-30 02:33:43] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005117 10.0.0.19 - - [2025-06-30 02:33:43] "POST /neutron/port HTTP/1.1" 200 1092 0.013322 10.0.0.19 - - [2025-06-30 02:33:43] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005016 10.0.0.19 - - [2025-06-30 02:33:43] "POST /neutron/port HTTP/1.1" 200 1092 0.014355 10.0.0.19 - - [2025-06-30 02:33:43] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006492 10.0.0.19 - - [2025-06-30 02:33:43] "GET /virtual-machine/ebe58faf-0cd0-44bc-8db9-b805f834b05e HTTP/1.1" 200 1295 0.003882 10.0.0.19 - - [2025-06-30 02:33:43] "GET /virtual-machine-interface/3e2011bb-8a87-40e1-8967-9459db52f7eb HTTP/1.1" 200 2950 0.004050 10.0.0.19 - - [2025-06-30 02:33:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002139 10.0.0.19 - - [2025-06-30 02:33:43] "GET /global-vrouter-config/73bcbcba-a6d5-41b8-a730-7861dab88d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002381 10.0.0.19 - - [2025-06-30 02:33:43] "GET /virtual-networks?parent_id=f7053ae7-ed59-4eec-8cff-5baa31e71e76&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002699 10.0.0.19 - - [2025-06-30 02:33:43] "GET /virtual-network/3896d7ff-e0c8-42cc-953a-4845c9d33a1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.004938 10.0.0.19 - - [2025-06-30 02:33:45] "POST /neutron/port HTTP/1.1" 200 1092 0.014820 10.0.0.19 - - [2025-06-30 02:33:45] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005117 10.0.0.19 - - [2025-06-30 02:33:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002870 10.0.0.19 - - [2025-06-30 02:33:46] "GET /virtual-network/3896d7ff-e0c8-42cc-953a-4845c9d33a1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.004725 10.0.0.19 - - [2025-06-30 02:33:46] "POST /neutron/port HTTP/1.1" 200 1090 0.015131 10.0.0.19 - - [2025-06-30 02:33:46] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004612 10.0.0.19 - - [2025-06-30 02:33:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002900 10.0.0.19 - - [2025-06-30 02:33:48] "GET /global-vrouter-config/73bcbcba-a6d5-41b8-a730-7861dab88d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002857 10.0.0.19 - - [2025-06-30 02:33:48] "GET /virtual-networks?parent_id=f7053ae7-ed59-4eec-8cff-5baa31e71e76&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003048 10.0.0.19 - - [2025-06-30 02:33:48] "GET /virtual-network/3896d7ff-e0c8-42cc-953a-4845c9d33a1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.005166 10.0.0.19 - - [2025-06-30 02:33:49] "POST /neutron/port HTTP/1.1" 200 1090 0.014164 10.0.0.19 - - [2025-06-30 02:33:49] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005652 10.0.0.19 - - [2025-06-30 02:33:49] "POST /neutron/port HTTP/1.1" 200 1090 0.013530 10.0.0.19 - - [2025-06-30 02:33:49] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005280 10.0.0.19 - - [2025-06-30 02:33:49] "POST /neutron/port HTTP/1.1" 200 1090 0.014320 10.0.0.19 - - [2025-06-30 02:33:49] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005342 10.0.0.19 - - [2025-06-30 02:33:49] "GET /virtual-machine/b0a6203f-ae81-45f5-90c4-441fb90b0109 HTTP/1.1" 200 1295 0.004158 10.0.0.19 - - [2025-06-30 02:33:49] "GET /virtual-machine-interface/c2688623-62e4-4382-91fe-92b338ace486 HTTP/1.1" 200 2952 0.004333 10.0.0.19 - - [2025-06-30 02:33:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002500 10.0.0.19 - - [2025-06-30 02:33:49] "GET /global-vrouter-config/73bcbcba-a6d5-41b8-a730-7861dab88d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002689 10.0.0.19 - - [2025-06-30 02:33:49] "GET /virtual-networks?parent_id=f7053ae7-ed59-4eec-8cff-5baa31e71e76&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002770 10.0.0.19 - - [2025-06-30 02:33:49] "GET /virtual-network/c01dfd1b-009f-48d6-92c8-7e2b0168eb55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005406 10.0.0.19 - - [2025-06-30 02:33:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002698 10.0.0.19 - - [2025-06-30 02:33:50] "GET /global-vrouter-config/73bcbcba-a6d5-41b8-a730-7861dab88d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003162 10.0.0.19 - - [2025-06-30 02:33:50] "GET /virtual-networks?parent_id=f7053ae7-ed59-4eec-8cff-5baa31e71e76&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002717 10.0.0.19 - - [2025-06-30 02:33:50] "GET /virtual-network/c01dfd1b-009f-48d6-92c8-7e2b0168eb55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005881 10.0.0.19 - - [2025-06-30 02:33:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.19 - - [2025-06-30 02:33:54] "GET /projects?obj_uuids=f7053ae7-ed59-4eec-8cff-5baa31e71e76&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000968 10.0.0.19 - - [2025-06-30 02:33:54] "GET /project/f7053ae7-ed59-4eec-8cff-5baa31e71e76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.026830 10.0.0.19 - - [2025-06-30 02:33:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002992 10.0.0.19 - - [2025-06-30 02:33:54] "PUT /network-policy/4dda6c36-ba45-4817-9f8c-1b289b257701 HTTP/1.1" 200 262 0.009749 10.0.0.19 - - [2025-06-30 02:33:54] "PUT /access-control-list/684299d2-96a9-446e-acc6-615de392eb31 HTTP/1.1" 200 272 0.052512 10.0.0.19 - - [2025-06-30 02:33:54] "POST /ref-update HTTP/1.1" 200 156 0.012601 10.0.0.19 - - [2025-06-30 02:33:54] "PUT /access-control-list/4f23cdc3-d8e5-412b-bdd9-c5309a3ae99e HTTP/1.1" 200 272 0.057504 10.0.0.19 - - [2025-06-30 02:33:54] "POST /ref-update HTTP/1.1" 200 156 0.013651 10.0.0.19 - - [2025-06-30 02:33:57] "GET /virtual-network/c01dfd1b-009f-48d6-92c8-7e2b0168eb55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.011420 10.0.0.19 - - [2025-06-30 02:33:57] "POST /neutron/network HTTP/1.1" 200 928 0.005599 10.0.0.19 - - [2025-06-30 02:33:58] "POST /neutron/network HTTP/1.1" 200 826 0.049392 10.0.0.19 - - [2025-06-30 02:33:58] "POST /neutron/network HTTP/1.1" 200 826 0.005735 10.0.0.19 - - [2025-06-30 02:33:58] "GET /virtual-network/c01dfd1b-009f-48d6-92c8-7e2b0168eb55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004725 10.0.0.19 - - [2025-06-30 02:33:58] "GET /virtual-network/3896d7ff-e0c8-42cc-953a-4845c9d33a1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.004448 10.0.0.19 - - [2025-06-30 02:33:58] "POST /neutron/network HTTP/1.1" 200 930 0.005228 10.0.0.19 - - [2025-06-30 02:33:58] "POST /neutron/network HTTP/1.1" 200 828 0.053629 10.0.0.19 - - [2025-06-30 02:33:58] "POST /neutron/network HTTP/1.1" 200 828 0.005109 10.0.0.19 - - [2025-06-30 02:33:58] "GET /virtual-network/3896d7ff-e0c8-42cc-953a-4845c9d33a1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004418 10.0.0.19 - - [2025-06-30 02:33:58] "DELETE /network-policy/4dda6c36-ba45-4817-9f8c-1b289b257701 HTTP/1.1" 200 115 0.024090 10.0.0.19 - - [2025-06-30 02:33:58] "POST /neutron/network HTTP/1.1" 200 826 0.005431 10.0.0.19 - - [2025-06-30 02:33:58] "POST /neutron/network HTTP/1.1" 400 204 0.011364 10.0.0.19 - - [2025-06-30 02:33:58] "POST /neutron/port HTTP/1.1" 200 1090 0.014353 10.0.0.19 - - [2025-06-30 02:33:58] "POST /neutron/port HTTP/1.1" 200 1116 0.008851 10.0.0.19 - - [2025-06-30 02:33:58] "POST /neutron/port HTTP/1.1" 200 1092 0.015519 10.0.0.19 - - [2025-06-30 02:33:58] "POST /neutron/port HTTP/1.1" 200 1118 0.009666 10.0.0.19 - - [2025-06-30 02:33:58] "DELETE /access-control-list/4f23cdc3-d8e5-412b-bdd9-c5309a3ae99e HTTP/1.1" 200 115 0.051688 10.0.0.19 - - [2025-06-30 02:33:58] "POST /neutron/port HTTP/1.1" 200 151 0.158495 10.0.0.19 - - [2025-06-30 02:33:58] "DELETE /access-control-list/684299d2-96a9-446e-acc6-615de392eb31 HTTP/1.1" 200 115 0.055597 10.0.0.19 - - [2025-06-30 02:33:58] "POST /neutron/port HTTP/1.1" 200 151 0.189693 10.0.0.19 - - [2025-06-30 02:34:00] "POST /neutron/network HTTP/1.1" 200 826 0.005921 10.0.0.19 - - [2025-06-30 02:34:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003598 10.0.0.19 - - [2025-06-30 02:34:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004282 10.0.0.19 - - [2025-06-30 02:34:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003654 10.0.0.19 - - [2025-06-30 02:34:00] "POST /neutron/network HTTP/1.1" 200 151 0.088448 10.0.0.19 - - [2025-06-30 02:34:00] "GET /routing-instance/74750136-7d58-4ac3-b398-fffda45eefca HTTP/1.1" 404 171 0.005423 10.0.0.19 - - [2025-06-30 02:34:00] "DELETE /route-target/3707a0a6-1f57-4fc4-a403-983f1278b881 HTTP/1.1" 200 115 0.020270 10.0.0.19 - - [2025-06-30 02:34:00] "GET /domains HTTP/1.1" 200 280 0.002637 10.0.0.19 - - [2025-06-30 02:34:00] "GET /domains?obj_uuids=2079f23d-ad5a-4df4-a8b3-dec8e90e045f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000930 10.0.0.19 - - [2025-06-30 02:34:00] "GET /domain/2079f23d-ad5a-4df4-a8b3-dec8e90e045f HTTP/1.1" 200 2958 0.049481 10.0.0.19 - - [2025-06-30 02:34:00] "GET /projects?obj_uuids=f7053ae7-ed59-4eec-8cff-5baa31e71e76&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001150 10.0.0.19 - - [2025-06-30 02:34:00] "GET /project/f7053ae7-ed59-4eec-8cff-5baa31e71e76 HTTP/1.1" 200 2104 0.071214 10.0.0.19 - - [2025-06-30 02:34:00] "POST /neutron/network HTTP/1.1" 200 828 0.005256 10.0.0.19 - - [2025-06-30 02:34:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003504 10.0.0.19 - - [2025-06-30 02:34:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004386 10.0.0.19 - - [2025-06-30 02:34:00] "POST /useragent-kv HTTP/1.1" 200 115 0.001941 10.0.0.19 - - [2025-06-30 02:34:00] "POST /neutron/network HTTP/1.1" 200 151 0.076389 10.0.0.19 - - [2025-06-30 02:34:00] "GET /routing-instance/571d6b5b-d218-4d64-8d12-e149a58d67aa HTTP/1.1" 404 171 0.001914 10.0.0.19 - - [2025-06-30 02:34:00] "DELETE /route-target/355ee379-8212-4774-a3e7-e31a4c51f0a9 HTTP/1.1" 200 115 0.021235 10.0.0.19 - - [2025-06-30 02:34:00] "GET /domains HTTP/1.1" 200 280 0.004973 10.0.0.19 - - [2025-06-30 02:34:00] "GET /domains?obj_uuids=2079f23d-ad5a-4df4-a8b3-dec8e90e045f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001441 10.0.0.19 - - [2025-06-30 02:34:00] "GET /domain/2079f23d-ad5a-4df4-a8b3-dec8e90e045f HTTP/1.1" 200 2958 0.051642 10.0.0.19 - - [2025-06-30 02:34:00] "GET /projects?obj_uuids=f7053ae7-ed59-4eec-8cff-5baa31e71e76&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001068 10.0.0.19 - - [2025-06-30 02:34:00] "GET /project/f7053ae7-ed59-4eec-8cff-5baa31e71e76 HTTP/1.1" 200 1865 0.067280 10.0.0.19 - - [2025-06-30 02:34:01] "GET /projects?obj_uuids=f7053ae7-ed59-4eec-8cff-5baa31e71e76&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001138 10.0.0.19 - - [2025-06-30 02:34:01] "GET /project/f7053ae7-ed59-4eec-8cff-5baa31e71e76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.029624 10.0.0.19 - - [2025-06-30 02:34:01] "GET /projects?obj_uuids=f7053ae7-ed59-4eec-8cff-5baa31e71e76&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000936 10.0.0.19 - - [2025-06-30 02:34:01] "GET /project/f7053ae7-ed59-4eec-8cff-5baa31e71e76?fields=virtual_networks HTTP/1.1" 200 1037 0.069210 10.0.0.19 - - [2025-06-30 02:34:01] "GET /projects?obj_uuids=f7053ae7-ed59-4eec-8cff-5baa31e71e76&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001112 10.0.0.19 - - [2025-06-30 02:34:01] "GET /project/f7053ae7-ed59-4eec-8cff-5baa31e71e76?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.029297 10.0.0.19 - - [2025-06-30 02:34:01] "GET /projects?obj_uuids=f7053ae7-ed59-4eec-8cff-5baa31e71e76&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001072 10.0.0.19 - - [2025-06-30 02:34:01] "GET /project/f7053ae7-ed59-4eec-8cff-5baa31e71e76?fields=security_groups HTTP/1.1" 200 1265 0.029463 10.0.0.19 - - [2025-06-30 02:34:02] "POST /fqname-to-id HTTP/1.1" 404 186 0.021853 10.0.0.19 - - [2025-06-30 02:34:02] "GET /projects?obj_uuids=4207f933-2c62-4eab-bb17-cb0619b61f72&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002563 10.0.0.19 - - [2025-06-30 02:34:02] "GET /domains?obj_uuids=2079f23d-ad5a-4df4-a8b3-dec8e90e045f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001015 10.0.0.19 - - [2025-06-30 02:34:02] "GET /domain/2079f23d-ad5a-4df4-a8b3-dec8e90e045f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007048 10.0.0.19 - - [2025-06-30 02:34:02] "POST /id-to-fqname HTTP/1.1" 200 188 0.001295 10.0.0.19 - - [2025-06-30 02:34:02] "POST /fqname-to-id HTTP/1.1" 404 197 0.004818 10.0.0.19 - - [2025-06-30 02:34:02] "POST /security-groups HTTP/1.1" 200 589 0.060030 10.0.0.19 - - [2025-06-30 02:34:02] "POST /fqname-to-id HTTP/1.1" 404 232 0.003265 10.0.0.19 - - [2025-06-30 02:34:02] "POST /projects HTTP/1.1" 200 581 0.209734 10.0.0.19 - - [2025-06-30 02:34:02] "POST /access-control-lists HTTP/1.1" 200 594 0.055937 10.0.0.19 - - [2025-06-30 02:34:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.279270 10.0.0.19 - - [2025-06-30 02:34:02] "POST /fqname-to-id HTTP/1.1" 404 231 0.002633 10.0.0.19 - - [2025-06-30 02:34:02] "GET /project/4207f933-2c62-4eab-bb17-cb0619b61f72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.395796 10.0.0.19 - - [2025-06-30 02:34:02] "POST /access-control-lists HTTP/1.1" 200 592 0.060090 10.0.0.19 - - [2025-06-30 02:34:03] "GET / HTTP/1.1" 200 35931 0.002002 10.0.0.19 - - [2025-06-30 02:34:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.000448 10.0.0.19 - - [2025-06-30 02:34:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.047231 10.0.0.19 - - [2025-06-30 02:34:04] "GET /projects?obj_uuids=4207f933-2c62-4eab-bb17-cb0619b61f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000945 10.0.0.19 - - [2025-06-30 02:34:04] "GET /project/4207f933-2c62-4eab-bb17-cb0619b61f72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.019500 10.0.0.19 - - [2025-06-30 02:34:04] "POST /neutron/network HTTP/1.1" 200 117 0.025916 10.0.0.19 - - [2025-06-30 02:34:04] "GET /projects?obj_uuids=4207f933-2c62-4eab-bb17-cb0619b61f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001387 10.0.0.19 - - [2025-06-30 02:34:04] "POST /neutron/network HTTP/1.1" 200 613 0.058668 10.0.0.19 - - [2025-06-30 02:34:04] "POST /route-targets HTTP/1.1" 200 327 0.011827 10.0.0.19 - - [2025-06-30 02:34:04] "POST /ref-update HTTP/1.1" 200 156 0.010884 10.0.0.19 - - [2025-06-30 02:34:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003308 10.0.0.19 - - [2025-06-30 02:34:04] "POST /neutron/subnet HTTP/1.1" 200 729 0.210783 10.0.0.19 - - [2025-06-30 02:34:04] "POST /neutron/network HTTP/1.1" 200 833 0.005501 10.0.0.19 - - [2025-06-30 02:34:04] "POST /id-to-fqname HTTP/1.1" 200 223 0.001648 10.0.0.19 - - [2025-06-30 02:34:04] "GET /virtual-network/aca3f875-4d2c-47df-92e7-4837f2e55c6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005416 10.0.0.19 - - [2025-06-30 02:34:04] "POST /neutron/network HTTP/1.1" 200 833 0.005691 10.0.0.19 - - [2025-06-30 02:34:04] "GET /virtual-network/aca3f875-4d2c-47df-92e7-4837f2e55c6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004426 10.0.0.19 - - [2025-06-30 02:34:04] "POST /neutron/network HTTP/1.1" 200 833 0.005235 10.0.0.19 - - [2025-06-30 02:34:05] "POST /neutron/subnet HTTP/1.1" 200 729 0.006093 10.0.0.19 - - [2025-06-30 02:34:05] "GET /domains HTTP/1.1" 401 292 0.000363 10.0.0.19 - - [2025-06-30 02:34:05] "GET /domains HTTP/1.1" 200 280 0.022147 10.0.0.19 - - [2025-06-30 02:34:05] "GET /domains?obj_uuids=2079f23d-ad5a-4df4-a8b3-dec8e90e045f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001061 10.0.0.19 - - [2025-06-30 02:34:05] "GET /domain/2079f23d-ad5a-4df4-a8b3-dec8e90e045f HTTP/1.1" 200 3142 0.007837 10.0.0.19 - - [2025-06-30 02:34:05] "GET /projects?obj_uuids=4207f933-2c62-4eab-bb17-cb0619b61f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000975 10.0.0.19 - - [2025-06-30 02:34:05] "GET /project/4207f933-2c62-4eab-bb17-cb0619b61f72 HTTP/1.1" 200 2080 0.072384 10.0.0.19 - - [2025-06-30 02:34:05] "GET /virtual-network/aca3f875-4d2c-47df-92e7-4837f2e55c6b HTTP/1.1" 200 2322 0.005194 10.0.0.19 - - [2025-06-30 02:34:05] "GET /virtual-network/aca3f875-4d2c-47df-92e7-4837f2e55c6b HTTP/1.1" 200 2322 0.004648 10.0.0.19 - - [2025-06-30 02:34:05] "GET /routing-instance/4a9b7b20-0fa4-40f2-a392-21160339964b HTTP/1.1" 200 1493 0.003776 10.0.0.19 - - [2025-06-30 02:34:05] "GET /routing-instance/4a9b7b20-0fa4-40f2-a392-21160339964b HTTP/1.1" 200 1493 0.003214 10.0.0.19 - - [2025-06-30 02:34:05] "GET /route-target/9dbdf71a-4f2c-45bf-8a6c-1e6b68a32d3a HTTP/1.1" 200 1212 0.003335 10.0.0.19 - - [2025-06-30 02:34:05] "GET /virtual-network/aca3f875-4d2c-47df-92e7-4837f2e55c6b HTTP/1.1" 200 2322 0.004513 10.0.0.19 - - [2025-06-30 02:34:05] "GET /routing-instance/4a9b7b20-0fa4-40f2-a392-21160339964b HTTP/1.1" 200 1493 0.003177 10.0.0.19 - - [2025-06-30 02:34:05] "GET /virtual-network/aca3f875-4d2c-47df-92e7-4837f2e55c6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004280 10.0.0.19 - - [2025-06-30 02:34:05] "GET /virtual-network/aca3f875-4d2c-47df-92e7-4837f2e55c6b HTTP/1.1" 200 2322 0.004127 10.0.0.19 - - [2025-06-30 02:34:05] "GET /routing-instance/4a9b7b20-0fa4-40f2-a392-21160339964b HTTP/1.1" 200 1493 0.003327 10.0.0.19 - - [2025-06-30 02:34:05] "GET /routing-instance/4a9b7b20-0fa4-40f2-a392-21160339964b HTTP/1.1" 200 1493 0.003428 10.0.0.19 - - [2025-06-30 02:34:05] "GET /route-target/9dbdf71a-4f2c-45bf-8a6c-1e6b68a32d3a HTTP/1.1" 200 1212 0.002827 10.0.0.19 - - [2025-06-30 02:34:05] "GET /domains HTTP/1.1" 200 280 0.002566 10.0.0.19 - - [2025-06-30 02:34:05] "GET /domains?obj_uuids=2079f23d-ad5a-4df4-a8b3-dec8e90e045f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001021 10.0.0.19 - - [2025-06-30 02:34:05] "GET /domain/2079f23d-ad5a-4df4-a8b3-dec8e90e045f HTTP/1.1" 200 3142 0.006689 10.0.0.19 - - [2025-06-30 02:34:05] "GET /projects?obj_uuids=4207f933-2c62-4eab-bb17-cb0619b61f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000969 10.0.0.19 - - [2025-06-30 02:34:05] "GET /project/4207f933-2c62-4eab-bb17-cb0619b61f72 HTTP/1.1" 200 2080 0.062930 10.0.0.19 - - [2025-06-30 02:34:05] "GET /virtual-network/aca3f875-4d2c-47df-92e7-4837f2e55c6b HTTP/1.1" 200 2322 0.004317 10.0.0.19 - - [2025-06-30 02:34:05] "GET /obj-perms HTTP/1.1" 200 5026 0.045297 10.0.0.19 - - [2025-06-30 02:34:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002661 10.0.0.19 - - [2025-06-30 02:34:05] "GET /projects?obj_uuids=4207f933-2c62-4eab-bb17-cb0619b61f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000944 10.0.0.19 - - [2025-06-30 02:34:06] "GET /project/4207f933-2c62-4eab-bb17-cb0619b61f72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.025900 10.0.0.19 - - [2025-06-30 02:34:06] "POST /neutron/network HTTP/1.1" 200 117 0.011153 10.0.0.19 - - [2025-06-30 02:34:06] "GET /projects?obj_uuids=4207f933-2c62-4eab-bb17-cb0619b61f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001045 10.0.0.19 - - [2025-06-30 02:34:06] "POST /neutron/network HTTP/1.1" 200 613 0.059722 10.0.0.19 - - [2025-06-30 02:34:06] "POST /route-targets HTTP/1.1" 200 327 0.010936 10.0.0.19 - - [2025-06-30 02:34:06] "POST /ref-update HTTP/1.1" 200 156 0.012527 10.0.0.19 - - [2025-06-30 02:34:06] "POST /useragent-kv HTTP/1.1" 200 115 0.004290 10.0.0.19 - - [2025-06-30 02:34:06] "POST /neutron/subnet HTTP/1.1" 200 725 0.137671 10.0.0.19 - - [2025-06-30 02:34:06] "POST /neutron/network HTTP/1.1" 200 832 0.004852 10.0.0.19 - - [2025-06-30 02:34:06] "POST /id-to-fqname HTTP/1.1" 200 223 0.001138 10.0.0.19 - - [2025-06-30 02:34:06] "GET /virtual-network/afb6ee4d-b1b6-4be6-a7bf-75698620ef5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004980 10.0.0.19 - - [2025-06-30 02:34:06] "POST /neutron/network HTTP/1.1" 200 832 0.005737 10.0.0.19 - - [2025-06-30 02:34:06] "GET /virtual-network/afb6ee4d-b1b6-4be6-a7bf-75698620ef5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004426 10.0.0.19 - - [2025-06-30 02:34:06] "POST /neutron/network HTTP/1.1" 200 832 0.005643 10.0.0.19 - - [2025-06-30 02:34:06] "POST /neutron/subnet HTTP/1.1" 200 725 0.007855 10.0.0.19 - - [2025-06-30 02:34:06] "GET /domains HTTP/1.1" 200 280 0.002110 10.0.0.19 - - [2025-06-30 02:34:06] "GET /domains?obj_uuids=2079f23d-ad5a-4df4-a8b3-dec8e90e045f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000973 10.0.0.19 - - [2025-06-30 02:34:06] "GET /domain/2079f23d-ad5a-4df4-a8b3-dec8e90e045f HTTP/1.1" 200 3142 0.007252 10.0.0.19 - - [2025-06-30 02:34:06] "GET /projects?obj_uuids=4207f933-2c62-4eab-bb17-cb0619b61f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000967 10.0.0.19 - - [2025-06-30 02:34:06] "GET /project/4207f933-2c62-4eab-bb17-cb0619b61f72 HTTP/1.1" 200 2298 0.064050 10.0.0.19 - - [2025-06-30 02:34:06] "GET /virtual-network/afb6ee4d-b1b6-4be6-a7bf-75698620ef5c HTTP/1.1" 200 2319 0.006540 10.0.0.19 - - [2025-06-30 02:34:06] "GET /virtual-network/afb6ee4d-b1b6-4be6-a7bf-75698620ef5c HTTP/1.1" 200 2319 0.004919 10.0.0.19 - - [2025-06-30 02:34:06] "GET /routing-instance/0a4d89b1-3da9-4ac4-801b-951549687e30 HTTP/1.1" 200 1491 0.003896 10.0.0.19 - - [2025-06-30 02:34:06] "GET /routing-instance/0a4d89b1-3da9-4ac4-801b-951549687e30 HTTP/1.1" 200 1491 0.002831 10.0.0.19 - - [2025-06-30 02:34:06] "GET /route-target/f5b68b81-f3fe-438a-93f1-0641dbe445e6 HTTP/1.1" 200 1213 0.002703 10.0.0.19 - - [2025-06-30 02:34:06] "GET /virtual-network/afb6ee4d-b1b6-4be6-a7bf-75698620ef5c HTTP/1.1" 200 2319 0.003995 10.0.0.19 - - [2025-06-30 02:34:06] "GET /routing-instance/0a4d89b1-3da9-4ac4-801b-951549687e30 HTTP/1.1" 200 1491 0.002805 10.0.0.19 - - [2025-06-30 02:34:06] "GET /virtual-network/afb6ee4d-b1b6-4be6-a7bf-75698620ef5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004501 10.0.0.19 - - [2025-06-30 02:34:06] "GET /virtual-network/afb6ee4d-b1b6-4be6-a7bf-75698620ef5c HTTP/1.1" 200 2319 0.004181 10.0.0.19 - - [2025-06-30 02:34:06] "GET /routing-instance/0a4d89b1-3da9-4ac4-801b-951549687e30 HTTP/1.1" 200 1491 0.002767 10.0.0.19 - - [2025-06-30 02:34:06] "GET /routing-instance/0a4d89b1-3da9-4ac4-801b-951549687e30 HTTP/1.1" 200 1491 0.003689 10.0.0.19 - - [2025-06-30 02:34:06] "GET /route-target/f5b68b81-f3fe-438a-93f1-0641dbe445e6 HTTP/1.1" 200 1213 0.002329 10.0.0.19 - - [2025-06-30 02:34:06] "GET /domains HTTP/1.1" 200 280 0.002647 10.0.0.19 - - [2025-06-30 02:34:06] "GET /domains?obj_uuids=2079f23d-ad5a-4df4-a8b3-dec8e90e045f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001102 10.0.0.19 - - [2025-06-30 02:34:06] "GET /domain/2079f23d-ad5a-4df4-a8b3-dec8e90e045f HTTP/1.1" 200 3142 0.007097 10.0.0.19 - - [2025-06-30 02:34:06] "GET /projects?obj_uuids=4207f933-2c62-4eab-bb17-cb0619b61f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001063 10.0.0.19 - - [2025-06-30 02:34:06] "GET /project/4207f933-2c62-4eab-bb17-cb0619b61f72 HTTP/1.1" 200 2298 0.063306 10.0.0.19 - - [2025-06-30 02:34:06] "GET /virtual-network/afb6ee4d-b1b6-4be6-a7bf-75698620ef5c HTTP/1.1" 200 2319 0.004641 10.0.0.19 - - [2025-06-30 02:34:06] "GET /obj-perms HTTP/1.1" 200 5026 0.003050 10.0.0.19 - - [2025-06-30 02:34:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002824 10.0.0.19 - - [2025-06-30 02:34:06] "GET /projects?obj_uuids=4207f933-2c62-4eab-bb17-cb0619b61f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000983 10.0.0.19 - - [2025-06-30 02:34:06] "GET /project/4207f933-2c62-4eab-bb17-cb0619b61f72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.021608 10.0.0.19 - - [2025-06-30 02:34:06] "POST /neutron/network HTTP/1.1" 200 117 0.010030 10.0.0.19 - - [2025-06-30 02:34:06] "GET /projects?obj_uuids=4207f933-2c62-4eab-bb17-cb0619b61f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001051 10.0.0.19 - - [2025-06-30 02:34:06] "POST /neutron/network HTTP/1.1" 200 615 0.054093 10.0.0.19 - - [2025-06-30 02:34:06] "POST /ref-update HTTP/1.1" 200 156 0.010200 10.0.0.19 - - [2025-06-30 02:34:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002452 10.0.0.19 - - [2025-06-30 02:34:07] "POST /neutron/subnet HTTP/1.1" 200 729 0.171988 10.0.0.19 - - [2025-06-30 02:34:07] "POST /neutron/network HTTP/1.1" 200 835 0.004892 10.0.0.19 - - [2025-06-30 02:34:07] "POST /id-to-fqname HTTP/1.1" 200 224 0.001077 10.0.0.19 - - [2025-06-30 02:34:07] "GET /virtual-network/10320d3f-a24e-4f18-9621-4a2060f19778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004013 10.0.0.19 - - [2025-06-30 02:34:07] "POST /neutron/network HTTP/1.1" 200 835 0.005070 10.0.0.19 - - [2025-06-30 02:34:07] "GET /virtual-network/10320d3f-a24e-4f18-9621-4a2060f19778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004328 10.0.0.19 - - [2025-06-30 02:34:07] "POST /neutron/network HTTP/1.1" 200 835 0.005600 10.0.0.19 - - [2025-06-30 02:34:07] "POST /neutron/subnet HTTP/1.1" 200 729 0.006272 10.0.0.19 - - [2025-06-30 02:34:07] "GET /domains HTTP/1.1" 200 280 0.001901 10.0.0.19 - - [2025-06-30 02:34:07] "GET /domains?obj_uuids=2079f23d-ad5a-4df4-a8b3-dec8e90e045f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000922 10.0.0.19 - - [2025-06-30 02:34:07] "GET /domain/2079f23d-ad5a-4df4-a8b3-dec8e90e045f HTTP/1.1" 200 3142 0.006361 10.0.0.19 - - [2025-06-30 02:34:07] "GET /projects?obj_uuids=4207f933-2c62-4eab-bb17-cb0619b61f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000932 10.0.0.19 - - [2025-06-30 02:34:07] "GET /project/4207f933-2c62-4eab-bb17-cb0619b61f72 HTTP/1.1" 200 2517 0.069271 10.0.0.19 - - [2025-06-30 02:34:07] "GET /virtual-network/10320d3f-a24e-4f18-9621-4a2060f19778 HTTP/1.1" 200 2327 0.005627 10.0.0.19 - - [2025-06-30 02:34:07] "GET /virtual-network/10320d3f-a24e-4f18-9621-4a2060f19778 HTTP/1.1" 200 2327 0.004243 10.0.0.19 - - [2025-06-30 02:34:07] "GET /routing-instance/b414daae-d327-4dcb-9a4a-769eca711750 HTTP/1.1" 200 1498 0.002880 10.0.0.19 - - [2025-06-30 02:34:07] "GET /routing-instance/b414daae-d327-4dcb-9a4a-769eca711750 HTTP/1.1" 200 1498 0.002729 10.0.0.19 - - [2025-06-30 02:34:07] "GET /route-target/e2a74244-919d-439b-878f-0e3281e4da92 HTTP/1.1" 200 1214 0.002770 10.0.0.19 - - [2025-06-30 02:34:07] "GET /virtual-network/10320d3f-a24e-4f18-9621-4a2060f19778 HTTP/1.1" 200 2327 0.003919 10.0.0.19 - - [2025-06-30 02:34:07] "GET /routing-instance/b414daae-d327-4dcb-9a4a-769eca711750 HTTP/1.1" 200 1498 0.002710 10.0.0.19 - - [2025-06-30 02:34:07] "GET /virtual-network/10320d3f-a24e-4f18-9621-4a2060f19778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004038 10.0.0.19 - - [2025-06-30 02:34:07] "GET /virtual-network/10320d3f-a24e-4f18-9621-4a2060f19778 HTTP/1.1" 200 2327 0.004121 10.0.0.19 - - [2025-06-30 02:34:07] "GET /routing-instance/b414daae-d327-4dcb-9a4a-769eca711750 HTTP/1.1" 200 1498 0.002647 10.0.0.19 - - [2025-06-30 02:34:07] "GET /routing-instance/b414daae-d327-4dcb-9a4a-769eca711750 HTTP/1.1" 200 1498 0.002559 10.0.0.19 - - [2025-06-30 02:34:07] "GET /route-target/e2a74244-919d-439b-878f-0e3281e4da92 HTTP/1.1" 200 1214 0.002342 10.0.0.19 - - [2025-06-30 02:34:07] "GET /domains HTTP/1.1" 200 280 0.002376 10.0.0.19 - - [2025-06-30 02:34:07] "GET /domains?obj_uuids=2079f23d-ad5a-4df4-a8b3-dec8e90e045f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000936 10.0.0.19 - - [2025-06-30 02:34:07] "GET /domain/2079f23d-ad5a-4df4-a8b3-dec8e90e045f HTTP/1.1" 200 3142 0.006207 10.0.0.19 - - [2025-06-30 02:34:07] "GET /projects?obj_uuids=4207f933-2c62-4eab-bb17-cb0619b61f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000963 10.0.0.19 - - [2025-06-30 02:34:07] "GET /project/4207f933-2c62-4eab-bb17-cb0619b61f72 HTTP/1.1" 200 2517 0.068145 10.0.0.19 - - [2025-06-30 02:34:07] "GET /virtual-network/10320d3f-a24e-4f18-9621-4a2060f19778 HTTP/1.1" 200 2327 0.004299 10.0.0.19 - - [2025-06-30 02:34:07] "GET /obj-perms HTTP/1.1" 200 5026 0.002677 10.0.0.19 - - [2025-06-30 02:34:07] "POST /id-to-fqname HTTP/1.1" 200 223 0.001080 10.0.0.19 - - [2025-06-30 02:34:07] "POST /neutron/network HTTP/1.1" 200 842 0.005461 10.0.0.19 - - [2025-06-30 02:34:07] "GET /aaa-mode HTTP/1.1" 401 292 0.000357 10.0.0.19 - - [2025-06-30 02:34:08] "GET / HTTP/1.1" 200 35931 0.001499 10.0.0.19 - - [2025-06-30 02:34:08] "GET /project/4207f933-2c62-4eab-bb17-cb0619b61f72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000448 10.0.0.19 - - [2025-06-30 02:34:08] "GET /projects?obj_uuids=4207f933-2c62-4eab-bb17-cb0619b61f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001060 10.0.0.19 - - [2025-06-30 02:34:08] "GET /project/4207f933-2c62-4eab-bb17-cb0619b61f72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.042295 10.0.0.19 - - [2025-06-30 02:34:08] "POST /neutron/network HTTP/1.1" 200 832 0.005466 10.0.0.19 - - [2025-06-30 02:34:08] "POST /neutron/port HTTP/1.1" 200 117 0.004447 10.0.0.19 - - [2025-06-30 02:34:08] "POST /neutron/port HTTP/1.1" 200 117 0.004826 10.0.0.19 - - [2025-06-30 02:34:08] "POST /id-to-fqname HTTP/1.1" 200 224 0.001181 10.0.0.19 - - [2025-06-30 02:34:08] "POST /neutron/port HTTP/1.1" 200 117 0.004661 10.0.0.19 - - [2025-06-30 02:34:08] "POST /neutron/network HTTP/1.1" 200 845 0.006609 10.0.0.19 - - [2025-06-30 02:34:08] "GET /aaa-mode HTTP/1.1" 401 292 0.000370 10.0.0.19 - - [2025-06-30 02:34:08] "POST /neutron/network HTTP/1.1" 200 842 0.005132 10.0.0.19 - - [2025-06-30 02:34:08] "GET /projects?obj_uuids=4207f933-2c62-4eab-bb17-cb0619b61f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002377 10.0.0.19 - - [2025-06-30 02:34:09] "GET / HTTP/1.1" 200 35931 0.001662 10.0.0.19 - - [2025-06-30 02:34:09] "GET /project/4207f933-2c62-4eab-bb17-cb0619b61f72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000360 10.0.0.19 - - [2025-06-30 02:34:09] "POST /neutron/port HTTP/1.1" 200 1058 0.192472 10.0.0.19 - - [2025-06-30 02:34:09] "POST /neutron/port HTTP/1.1" 200 1058 0.008569 10.0.0.19 - - [2025-06-30 02:34:09] "POST /neutron/port HTTP/1.1" 200 1058 0.007251 10.0.0.19 - - [2025-06-30 02:34:09] "POST /neutron/port HTTP/1.1" 200 1112 0.053881 10.0.0.19 - - [2025-06-30 02:34:09] "POST /neutron/port HTTP/1.1" 200 1086 0.014288 10.0.0.19 - - [2025-06-30 02:34:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002991 10.0.0.19 - - [2025-06-30 02:34:09] "POST /neutron/subnet HTTP/1.1" 200 699 0.010208 10.0.0.19 - - [2025-06-30 02:34:09] "POST /neutron/port HTTP/1.1" 200 117 0.001158 10.0.0.19 - - [2025-06-30 02:34:09] "POST /neutron/network HTTP/1.1" 200 832 0.005162 10.0.0.19 - - [2025-06-30 02:34:09] "GET /projects?obj_uuids=4207f933-2c62-4eab-bb17-cb0619b61f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001074 10.0.0.19 - - [2025-06-30 02:34:09] "GET /project/4207f933-2c62-4eab-bb17-cb0619b61f72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.043674 10.0.0.19 - - [2025-06-30 02:34:09] "POST /neutron/network HTTP/1.1" 200 835 0.005268 10.0.0.19 - - [2025-06-30 02:34:09] "POST /neutron/port HTTP/1.1" 200 1086 0.021345 10.0.0.19 - - [2025-06-30 02:34:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006283 10.0.0.19 - - [2025-06-30 02:34:09] "POST /neutron/port HTTP/1.1" 200 117 0.005093 10.0.0.19 - - [2025-06-30 02:34:09] "POST /fqname-to-id HTTP/1.1" 404 193 0.002613 10.0.0.19 - - [2025-06-30 02:34:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.001995 10.0.0.19 - - [2025-06-30 02:34:09] "GET /domains?obj_uuids=2079f23d-ad5a-4df4-a8b3-dec8e90e045f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001119 10.0.0.19 - - [2025-06-30 02:34:09] "GET /domain/2079f23d-ad5a-4df4-a8b3-dec8e90e045f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008377 10.0.0.19 - - [2025-06-30 02:34:09] "POST /service-templates HTTP/1.1" 200 543 0.023276 10.0.0.19 - - [2025-06-30 02:34:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002871 10.0.0.19 - - [2025-06-30 02:34:09] "GET /service-template/90da9ddf-9a7f-4004-9a91-446a939c4bb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.005399 10.0.0.19 - - [2025-06-30 02:34:09] "POST /neutron/network HTTP/1.1" 200 845 0.005251 10.0.0.19 - - [2025-06-30 02:34:09] "GET /projects?obj_uuids=4207f933-2c62-4eab-bb17-cb0619b61f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001536 10.0.0.19 - - [2025-06-30 02:34:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002718 10.0.0.19 - - [2025-06-30 02:34:10] "GET /service-template/90da9ddf-9a7f-4004-9a91-446a939c4bb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.007055 10.0.0.19 - - [2025-06-30 02:34:10] "POST /id-to-fqname HTTP/1.1" 200 223 0.001411 10.0.0.19 - - [2025-06-30 02:34:10] "POST /id-to-fqname HTTP/1.1" 200 223 0.003496 10.0.0.19 - - [2025-06-30 02:34:10] "POST /id-to-fqname HTTP/1.1" 200 224 0.003148 10.0.0.19 - - [2025-06-30 02:34:10] "POST /neutron/port HTTP/1.1" 200 1059 0.339923 10.0.0.19 - - [2025-06-30 02:34:10] "POST /neutron/port HTTP/1.1" 200 1059 0.010884 10.0.0.19 - - [2025-06-30 02:34:10] "POST /neutron/port HTTP/1.1" 200 1059 0.013971 10.0.0.19 - - [2025-06-30 02:34:10] "POST /neutron/port HTTP/1.1" 200 2003 0.026231 10.0.0.19 - - [2025-06-30 02:34:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006557 10.0.0.19 - - [2025-06-30 02:34:10] "POST /neutron/port HTTP/1.1" 200 1113 0.098666 10.0.0.19 - - [2025-06-30 02:34:10] "POST /neutron/port HTTP/1.1" 200 1087 0.013705 10.0.0.19 - - [2025-06-30 02:34:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003504 10.0.0.19 - - [2025-06-30 02:34:10] "POST /neutron/subnet HTTP/1.1" 200 703 0.010954 10.0.0.19 - - [2025-06-30 02:34:10] "POST /neutron/port HTTP/1.1" 200 117 0.001231 10.0.0.19 - - [2025-06-30 02:34:10] "POST /neutron/network HTTP/1.1" 200 835 0.005553 10.0.0.19 - - [2025-06-30 02:34:10] "POST /neutron/network HTTP/1.1" 200 2225 0.011746 10.0.0.19 - - [2025-06-30 02:34:10] "GET /aaa-mode HTTP/1.1" 401 292 0.000416 10.0.0.19 - - [2025-06-30 02:34:11] "GET / HTTP/1.1" 200 35931 0.001546 10.0.0.19 - - [2025-06-30 02:34:11] "GET /project/4207f933-2c62-4eab-bb17-cb0619b61f72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000386 10.0.0.19 - - [2025-06-30 02:34:11] "GET /projects?obj_uuids=4207f933-2c62-4eab-bb17-cb0619b61f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001085 10.0.0.19 - - [2025-06-30 02:34:11] "GET /project/4207f933-2c62-4eab-bb17-cb0619b61f72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.047279 10.0.0.19 - - [2025-06-30 02:34:11] "POST /neutron/network HTTP/1.1" 200 833 0.006814 10.0.0.19 - - [2025-06-30 02:34:11] "POST /neutron/network HTTP/1.1" 200 832 0.005169 10.0.0.19 - - [2025-06-30 02:34:11] "POST /neutron/network HTTP/1.1" 200 835 0.004984 10.0.0.19 - - [2025-06-30 02:34:11] "POST /neutron/port HTTP/1.1" 200 2057 0.030349 10.0.0.19 - - [2025-06-30 02:34:11] "DELETE /project/f7053ae7ed594eec8cff5baa31e71e76 HTTP/1.1" 404 173 0.020645 10.0.0.19 - - [2025-06-30 02:34:11] "DELETE /project/d32eeb06aa0b41bc9d2defa52f31ca38 HTTP/1.1" 404 173 0.016240 10.0.0.19 - - [2025-06-30 02:34:11] "DELETE /project/4207f9332c624eabbb17cb0619b61f72 HTTP/1.1" 404 173 0.015663 10.0.0.19 - - [2025-06-30 02:34:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.025515 10.0.0.19 - - [2025-06-30 02:34:11] "GET /projects?obj_uuids=6b5f9239-74bf-4555-abe6-6d173bb9b904&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000960 10.0.0.19 - - [2025-06-30 02:34:11] "GET /projects?obj_uuids=d32eeb06-aa0b-41bc-9d2d-efa52f31ca38&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000874 10.0.0.19 - - [2025-06-30 02:34:11] "GET /projects?obj_uuids=f7053ae7-ed59-4eec-8cff-5baa31e71e76&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000914 10.0.0.19 - - [2025-06-30 02:34:11] "GET /project/d32eeb06-aa0b-41bc-9d2d-efa52f31ca38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.046180 10.0.0.19 - - [2025-06-30 02:34:11] "GET /project/6b5f9239-74bf-4555-abe6-6d173bb9b904?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.056106 10.0.0.19 - - [2025-06-30 02:34:11] "GET /project/f7053ae7-ed59-4eec-8cff-5baa31e71e76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.064716 10.0.0.19 - - [2025-06-30 02:34:11] "POST /neutron/port HTTP/1.1" 200 117 0.020298 10.0.0.19 - - [2025-06-30 02:34:11] "GET /projects?obj_uuids=d32eeb06-aa0b-41bc-9d2d-efa52f31ca38&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001312 10.0.0.19 - - [2025-06-30 02:34:11] "GET /projects?obj_uuids=f7053ae7-ed59-4eec-8cff-5baa31e71e76&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000842 10.0.0.19 - - [2025-06-30 02:34:11] "GET /projects?obj_uuids=6b5f9239-74bf-4555-abe6-6d173bb9b904&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000810 10.0.0.19 - - [2025-06-30 02:34:12] "GET /project/6b5f9239-74bf-4555-abe6-6d173bb9b904?fields=security_groups HTTP/1.1" 200 1372 0.049783 10.0.0.19 - - [2025-06-30 02:34:12] "GET /project/f7053ae7-ed59-4eec-8cff-5baa31e71e76?fields=security_groups HTTP/1.1" 200 1370 0.051278 10.0.0.19 - - [2025-06-30 02:34:12] "GET /project/d32eeb06-aa0b-41bc-9d2d-efa52f31ca38?fields=security_groups HTTP/1.1" 200 1388 0.072790 10.0.0.19 - - [2025-06-30 02:34:12] "POST /neutron/port HTTP/1.1" 200 117 0.004667 10.0.0.19 - - [2025-06-30 02:34:12] "DELETE /security-group/862415f4-b451-4bda-be90-6b27384b3446 HTTP/1.1" 200 115 0.047501 10.0.0.19 - - [2025-06-30 02:34:12] "GET /projects?obj_uuids=6b5f9239-74bf-4555-abe6-6d173bb9b904&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000981 10.0.0.19 - - [2025-06-30 02:34:12] "DELETE /security-group/2a26cc85-61dd-4df3-a5ec-df3a3b20bc53 HTTP/1.1" 200 115 0.061211 10.0.0.19 - - [2025-06-30 02:34:12] "GET /projects?obj_uuids=f7053ae7-ed59-4eec-8cff-5baa31e71e76&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001457 10.0.0.19 - - [2025-06-30 02:34:12] "GET /project/6b5f9239-74bf-4555-abe6-6d173bb9b904?fields=application_policy_sets HTTP/1.1" 200 1411 0.050902 10.0.0.19 - - [2025-06-30 02:34:12] "DELETE /security-group/e7c87ad4-0dda-419e-959a-11a30f7d698b HTTP/1.1" 200 115 0.083039 10.0.0.19 - - [2025-06-30 02:34:12] "DELETE /access-control-list/c390f5ec-97bd-489a-860a-8661f0d6f647 HTTP/1.1" 200 115 0.050954 10.0.0.19 - - [2025-06-30 02:34:12] "GET /projects?obj_uuids=d32eeb06-aa0b-41bc-9d2d-efa52f31ca38&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001096 10.0.0.19 - - [2025-06-30 02:34:12] "GET /project/d32eeb06-aa0b-41bc-9d2d-efa52f31ca38?fields=application_policy_sets HTTP/1.1" 200 1427 0.043158 10.0.0.19 - - [2025-06-30 02:34:12] "GET /project/f7053ae7-ed59-4eec-8cff-5baa31e71e76?fields=application_policy_sets HTTP/1.1" 200 1409 0.096547 10.0.0.19 - - [2025-06-30 02:34:12] "DELETE /access-control-list/a5f569ad-064d-4484-be24-c3fc9cae5c12 HTTP/1.1" 200 115 0.058171 10.0.0.19 - - [2025-06-30 02:34:12] "DELETE /access-control-list/432c3ba3-7b5c-4f53-93f8-6bdb07324aaa HTTP/1.1" 200 115 0.061121 10.0.0.19 - - [2025-06-30 02:34:12] "POST /neutron/network HTTP/1.1" 200 2225 0.040778 10.0.0.19 - - [2025-06-30 02:34:12] "DELETE /access-control-list/1a23118f-39ca-484a-8c78-164e27a31117 HTTP/1.1" 200 115 0.078436 10.0.0.19 - - [2025-06-30 02:34:12] "GET /projects?obj_uuids=4207f933-2c62-4eab-bb17-cb0619b61f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001041 10.0.0.19 - - [2025-06-30 02:34:12] "DELETE /project/6b5f9239-74bf-4555-abe6-6d173bb9b904 HTTP/1.1" 200 115 0.580004 10.0.0.19 - - [2025-06-30 02:34:12] "DELETE /access-control-list/6f94b7e9-176f-402a-a290-97134e219cb7 HTTP/1.1" 200 115 0.058534 10.0.0.19 - - [2025-06-30 02:34:12] "DELETE /project/d32eeb06-aa0b-41bc-9d2d-efa52f31ca38 HTTP/1.1" 200 115 0.612057 10.0.0.19 - - [2025-06-30 02:34:12] "DELETE /project/f7053ae7-ed59-4eec-8cff-5baa31e71e76 HTTP/1.1" 200 115 0.621460 10.0.0.19 - - [2025-06-30 02:34:12] "DELETE /access-control-list/ab38ccad-f5cc-4b9d-94a5-8a5486f8b924 HTTP/1.1" 200 115 0.047934 10.0.0.19 - - [2025-06-30 02:34:12] "POST /neutron/port HTTP/1.1" 200 1059 0.286003 10.0.0.19 - - [2025-06-30 02:34:12] "GET /projects?obj_uuids=4207f933-2c62-4eab-bb17-cb0619b61f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001469 10.0.0.19 - - [2025-06-30 02:34:12] "POST /neutron/port HTTP/1.1" 200 1058 0.182815 10.0.0.19 - - [2025-06-30 02:34:12] "GET /projects?obj_uuids=4207f933-2c62-4eab-bb17-cb0619b61f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001063 10.0.0.19 - - [2025-06-30 02:34:13] "POST /neutron/port HTTP/1.1" 200 1059 0.239347 10.0.0.19 - - [2025-06-30 02:34:13] "POST /neutron/port HTTP/1.1" 200 1059 0.014134 10.0.0.19 - - [2025-06-30 02:34:13] "POST /neutron/port HTTP/1.1" 200 1059 0.012141 10.0.0.19 - - [2025-06-30 02:34:13] "POST /neutron/port HTTP/1.1" 200 1113 0.073900 10.0.0.19 - - [2025-06-30 02:34:13] "POST /neutron/port HTTP/1.1" 200 1058 0.008042 10.0.0.19 - - [2025-06-30 02:34:13] "POST /neutron/port HTTP/1.1" 200 1058 0.007223 10.0.0.19 - - [2025-06-30 02:34:13] "POST /neutron/port HTTP/1.1" 200 1112 0.075564 10.0.0.19 - - [2025-06-30 02:34:13] "POST /neutron/port HTTP/1.1" 200 1059 0.023133 10.0.0.19 - - [2025-06-30 02:34:13] "POST /neutron/port HTTP/1.1" 200 1059 0.009462 10.0.0.19 - - [2025-06-30 02:34:13] "POST /neutron/port HTTP/1.1" 200 1113 0.071990 10.0.0.19 - - [2025-06-30 02:34:13] "POST /neutron/port HTTP/1.1" 200 3027 0.019687 10.0.0.19 - - [2025-06-30 02:34:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003742 10.0.0.19 - - [2025-06-30 02:34:13] "POST /neutron/subnet HTTP/1.1" 200 703 0.011729 10.0.0.19 - - [2025-06-30 02:34:13] "POST /neutron/port HTTP/1.1" 200 117 0.001132 10.0.0.19 - - [2025-06-30 02:34:13] "POST /neutron/network HTTP/1.1" 200 833 0.005588 10.0.0.19 - - [2025-06-30 02:34:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003219 10.0.0.19 - - [2025-06-30 02:34:13] "POST /neutron/subnet HTTP/1.1" 200 699 0.010139 10.0.0.19 - - [2025-06-30 02:34:13] "POST /neutron/port HTTP/1.1" 200 117 0.001076 10.0.0.19 - - [2025-06-30 02:34:13] "POST /neutron/network HTTP/1.1" 200 832 0.005688 10.0.0.19 - - [2025-06-30 02:34:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003021 10.0.0.19 - - [2025-06-30 02:34:13] "POST /neutron/subnet HTTP/1.1" 200 703 0.010479 10.0.0.19 - - [2025-06-30 02:34:13] "POST /neutron/port HTTP/1.1" 200 117 0.001525 10.0.0.19 - - [2025-06-30 02:34:13] "POST /neutron/network HTTP/1.1" 200 835 0.005646 10.0.0.19 - - [2025-06-30 02:34:17] "POST /neutron/port HTTP/1.1" 200 3027 0.019407 10.0.0.19 - - [2025-06-30 02:34:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005444 10.0.0.19 - - [2025-06-30 02:34:17] "POST /neutron/port HTTP/1.1" 200 3027 0.017926 10.0.0.19 - - [2025-06-30 02:34:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005772 10.0.0.19 - - [2025-06-30 02:34:17] "POST /neutron/port HTTP/1.1" 200 3027 0.019879 10.0.0.19 - - [2025-06-30 02:34:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007549 10.0.0.19 - - [2025-06-30 02:34:17] "POST /neutron/port HTTP/1.1" 200 3027 0.020510 10.0.0.19 - - [2025-06-30 02:34:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005851 10.0.0.19 - - [2025-06-30 02:34:17] "POST /neutron/port HTTP/1.1" 200 3027 0.018560 10.0.0.19 - - [2025-06-30 02:34:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005850 10.0.0.19 - - [2025-06-30 02:34:17] "GET /virtual-machine/f0310f30-bcc1-4ba1-b606-687fd34eee39 HTTP/1.1" 200 1803 0.004270 10.0.0.19 - - [2025-06-30 02:34:17] "GET /virtual-machine-interface/008c2e0f-4823-4353-9125-baf2b10952b5 HTTP/1.1" 200 2944 0.004659 10.0.0.19 - - [2025-06-30 02:34:17] "GET /virtual-machine-interface/202c243b-d154-453e-8f6a-d9c03ce53c00 HTTP/1.1" 200 2949 0.004386 10.0.0.19 - - [2025-06-30 02:34:17] "GET /virtual-machine-interface/2b53a866-ec52-4a96-91c6-b0e49cf8a300 HTTP/1.1" 200 2946 0.004773 10.0.0.19 - - [2025-06-30 02:34:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002838 10.0.0.19 - - [2025-06-30 02:34:17] "GET /global-vrouter-config/73bcbcba-a6d5-41b8-a730-7861dab88d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002991 10.0.0.19 - - [2025-06-30 02:34:17] "GET /virtual-networks?parent_id=4207f933-2c62-4eab-bb17-cb0619b61f72&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002809 10.0.0.19 - - [2025-06-30 02:34:17] "GET /virtual-network/aca3f875-4d2c-47df-92e7-4837f2e55c6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005589 10.0.0.19 - - [2025-06-30 02:34:17] "POST /neutron/port HTTP/1.1" 200 1086 0.017127 10.0.0.19 - - [2025-06-30 02:34:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005458 10.0.0.19 - - [2025-06-30 02:34:18] "POST /neutron/port HTTP/1.1" 200 1087 0.024959 10.0.0.19 - - [2025-06-30 02:34:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.016791 10.0.0.19 - - [2025-06-30 02:34:18] "GET /obj-perms HTTP/1.1" 200 5056 0.059870 10.0.0.19 - - [2025-06-30 02:34:19] "GET /obj-perms HTTP/1.1" 200 5056 0.054271 10.0.0.19 - - [2025-06-30 02:34:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.19 - - [2025-06-30 02:34:20] "GET /virtual-network/aca3f875-4d2c-47df-92e7-4837f2e55c6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005033 10.0.0.19 - - [2025-06-30 02:34:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002741 10.0.0.19 - - [2025-06-30 02:34:24] "GET /virtual-network/aca3f875-4d2c-47df-92e7-4837f2e55c6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004876 10.0.0.19 - - [2025-06-30 02:34:28] "POST /neutron/port HTTP/1.1" 200 1086 0.015635 10.0.0.19 - - [2025-06-30 02:34:28] "POST /neutron/port HTTP/1.1" 200 1086 0.014474 10.0.0.19 - - [2025-06-30 02:34:28] "POST /neutron/network HTTP/1.1" 200 842 0.005076 10.0.0.19 - - [2025-06-30 02:34:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002936 10.0.0.19 - - [2025-06-30 02:34:29] "POST /neutron/subnet HTTP/1.1" 200 699 0.010298 10.0.0.19 - - [2025-06-30 02:34:29] "POST /neutron/port HTTP/1.1" 200 117 0.001147 10.0.0.19 - - [2025-06-30 02:34:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.19 - - [2025-06-30 02:34:29] "POST /neutron/network HTTP/1.1" 200 832 0.007020 10.0.0.19 - - [2025-06-30 02:34:29] "GET /virtual-network/aca3f875-4d2c-47df-92e7-4837f2e55c6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004689 10.0.0.19 - - [2025-06-30 02:34:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003770 10.0.0.19 - - [2025-06-30 02:34:33] "GET /global-vrouter-config/73bcbcba-a6d5-41b8-a730-7861dab88d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005099 10.0.0.19 - - [2025-06-30 02:34:33] "GET /virtual-networks?parent_id=4207f933-2c62-4eab-bb17-cb0619b61f72&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003106 10.0.0.19 - - [2025-06-30 02:34:33] "GET /virtual-network/aca3f875-4d2c-47df-92e7-4837f2e55c6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005280 10.0.0.19 - - [2025-06-30 02:34:33] "POST /neutron/port HTTP/1.1" 200 3027 0.018982 10.0.0.19 - - [2025-06-30 02:34:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005779 10.0.0.19 - - [2025-06-30 02:34:38] "POST /neutron/port HTTP/1.1" 200 3027 0.017167 10.0.0.19 - - [2025-06-30 02:34:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005168 10.0.0.19 - - [2025-06-30 02:34:43] "POST /neutron/port HTTP/1.1" 200 3027 0.020542 10.0.0.19 - - [2025-06-30 02:34:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005667 10.0.0.19 - - [2025-06-30 02:34:44] "POST /neutron/port HTTP/1.1" 200 3027 0.017705 10.0.0.19 - - [2025-06-30 02:34:44] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005133 10.0.0.19 - - [2025-06-30 02:34:48] "POST /neutron/port HTTP/1.1" 200 3027 0.018802 10.0.0.19 - - [2025-06-30 02:34:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006037 10.0.0.19 - - [2025-06-30 02:34:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002787 10.0.0.19 - - [2025-06-30 02:34:54] "GET /global-vrouter-config/73bcbcba-a6d5-41b8-a730-7861dab88d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002880 10.0.0.19 - - [2025-06-30 02:34:54] "GET /virtual-networks?parent_id=4207f933-2c62-4eab-bb17-cb0619b61f72&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003180 10.0.0.19 - - [2025-06-30 02:34:54] "GET /virtual-network/afb6ee4d-b1b6-4be6-a7bf-75698620ef5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007610 10.0.0.19 - - [2025-06-30 02:34:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.19 - - [2025-06-30 02:34:54] "GET /global-vrouter-config/73bcbcba-a6d5-41b8-a730-7861dab88d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003060 10.0.0.19 - - [2025-06-30 02:34:54] "GET /virtual-networks?parent_id=4207f933-2c62-4eab-bb17-cb0619b61f72&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002872 10.0.0.19 - - [2025-06-30 02:34:54] "GET /virtual-network/10320d3f-a24e-4f18-9621-4a2060f19778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005938 10.0.0.19 - - [2025-06-30 02:34:54] "POST /fqname-to-id HTTP/1.1" 404 207 0.002665 10.0.0.19 - - [2025-06-30 02:34:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002447 10.0.0.19 - - [2025-06-30 02:34:54] "GET /projects?obj_uuids=4207f933-2c62-4eab-bb17-cb0619b61f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001073 10.0.0.19 - - [2025-06-30 02:34:54] "GET /project/4207f933-2c62-4eab-bb17-cb0619b61f72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.027844 10.0.0.19 - - [2025-06-30 02:34:54] "POST /service-instances HTTP/1.1" 200 543 0.064482 10.0.0.19 - - [2025-06-30 02:34:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002826 10.0.0.19 - - [2025-06-30 02:34:54] "GET /service-instance/0787f59c-5a7b-4eac-9357-dc1e0a44e2be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2134 0.005363 10.0.0.19 - - [2025-06-30 02:34:55] "POST /port-tuples HTTP/1.1" 200 586 0.020401 10.0.0.19 - - [2025-06-30 02:34:55] "GET /virtual-machine-interface/2b53a866-ec52-4a96-91c6-b0e49cf8a300?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2725 0.005965 10.0.0.19 - - [2025-06-30 02:34:55] "PUT /virtual-machine-interface/2b53a866-ec52-4a96-91c6-b0e49cf8a300 HTTP/1.1" 200 284 0.011111 10.0.0.19 - - [2025-06-30 02:34:55] "POST /ref-update HTTP/1.1" 200 156 0.009947 10.0.0.19 - - [2025-06-30 02:34:55] "POST /instance-ips HTTP/1.1" 200 385 0.021682 10.0.0.19 - - [2025-06-30 02:34:55] "POST /ref-update HTTP/1.1" 200 156 0.012802 10.0.0.19 - - [2025-06-30 02:34:55] "GET /virtual-machine-interface/008c2e0f-4823-4353-9125-baf2b10952b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2723 0.007204 10.0.0.19 - - [2025-06-30 02:34:55] "POST /ref-update HTTP/1.1" 200 156 0.014722 10.0.0.19 - - [2025-06-30 02:34:55] "PUT /virtual-machine-interface/008c2e0f-4823-4353-9125-baf2b10952b5 HTTP/1.1" 200 284 0.016404 10.0.0.19 - - [2025-06-30 02:34:55] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002801 10.0.0.19 - - [2025-06-30 02:34:55] "POST /ref-update HTTP/1.1" 200 156 0.008707 10.0.0.19 - - [2025-06-30 02:34:55] "GET /virtual-machine-interface/202c243b-d154-453e-8f6a-d9c03ce53c00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2728 0.005757 10.0.0.19 - - [2025-06-30 02:34:55] "POST /instance-ips HTTP/1.1" 200 385 0.024265 10.0.0.19 - - [2025-06-30 02:34:55] "PUT /virtual-machine-interface/202c243b-d154-453e-8f6a-d9c03ce53c00 HTTP/1.1" 200 284 0.009919 10.0.0.19 - - [2025-06-30 02:34:55] "POST /ref-update HTTP/1.1" 200 156 0.007457 10.0.0.19 - - [2025-06-30 02:34:55] "POST /ref-update HTTP/1.1" 200 156 0.009835 10.0.0.19 - - [2025-06-30 02:34:55] "POST /ref-update HTTP/1.1" 200 156 0.010345 10.0.0.19 - - [2025-06-30 02:34:55] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002730 10.0.0.19 - - [2025-06-30 02:34:55] "POST /neutron/port HTTP/1.1" 200 1086 0.012995 10.0.0.19 - - [2025-06-30 02:34:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005628 10.0.0.19 - - [2025-06-30 02:34:55] "POST /instance-ips HTTP/1.1" 200 373 0.013298 10.0.0.19 - - [2025-06-30 02:34:55] "POST /neutron/port HTTP/1.1" 200 1086 0.014363 10.0.0.19 - - [2025-06-30 02:34:55] "POST /ref-update HTTP/1.1" 200 156 0.008228 10.0.0.19 - - [2025-06-30 02:34:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010374 10.0.0.19 - - [2025-06-30 02:34:55] "POST /ref-update HTTP/1.1" 200 156 0.012119 10.0.0.19 - - [2025-06-30 02:34:55] "POST /neutron/port HTTP/1.1" 200 1086 0.025837 10.0.0.19 - - [2025-06-30 02:34:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006764 10.0.0.19 - - [2025-06-30 02:34:55] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002258 10.0.0.19 - - [2025-06-30 02:34:55] "GET /virtual-machine/d5db04eb-9a4f-4e7e-8f0f-4a118f299262 HTTP/1.1" 200 1291 0.005684 10.0.0.19 - - [2025-06-30 02:34:55] "GET /virtual-machine-interface/57340a9f-09fa-475a-8db1-9e98b1609721 HTTP/1.1" 200 2946 0.004347 10.0.0.19 - - [2025-06-30 02:34:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002823 10.0.0.19 - - [2025-06-30 02:34:55] "GET /global-vrouter-config/73bcbcba-a6d5-41b8-a730-7861dab88d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003081 10.0.0.19 - - [2025-06-30 02:34:55] "POST /instance-ips HTTP/1.1" 200 373 0.019214 10.0.0.19 - - [2025-06-30 02:34:55] "GET /virtual-networks?parent_id=4207f933-2c62-4eab-bb17-cb0619b61f72&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002829 10.0.0.19 - - [2025-06-30 02:34:55] "POST /ref-update HTTP/1.1" 200 156 0.008294 10.0.0.19 - - [2025-06-30 02:34:55] "GET /virtual-network/afb6ee4d-b1b6-4be6-a7bf-75698620ef5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004740 10.0.0.19 - - [2025-06-30 02:34:56] "POST /ref-update HTTP/1.1" 200 156 0.007529 10.0.0.19 - - [2025-06-30 02:34:56] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002912 10.0.0.19 - - [2025-06-30 02:34:56] "POST /instance-ips HTTP/1.1" 200 375 0.014038 10.0.0.19 - - [2025-06-30 02:34:56] "POST /ref-update HTTP/1.1" 200 156 0.007710 10.0.0.19 - - [2025-06-30 02:34:56] "POST /ref-update HTTP/1.1" 200 156 0.008247 10.0.0.19 - - [2025-06-30 02:34:56] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002679 10.0.0.19 - - [2025-06-30 02:34:56] "POST /instance-ips HTTP/1.1" 200 375 0.013062 10.0.0.19 - - [2025-06-30 02:34:56] "POST /ref-update HTTP/1.1" 200 156 0.010992 10.0.0.19 - - [2025-06-30 02:34:56] "POST /ref-update HTTP/1.1" 200 156 0.007827 10.0.0.19 - - [2025-06-30 02:34:56] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002728 10.0.0.19 - - [2025-06-30 02:34:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002770 10.0.0.19 - - [2025-06-30 02:34:57] "GET /global-vrouter-config/73bcbcba-a6d5-41b8-a730-7861dab88d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002663 10.0.0.19 - - [2025-06-30 02:34:57] "GET /virtual-networks?parent_id=4207f933-2c62-4eab-bb17-cb0619b61f72&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002765 10.0.0.19 - - [2025-06-30 02:34:57] "GET /virtual-network/afb6ee4d-b1b6-4be6-a7bf-75698620ef5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004923 10.0.0.19 - - [2025-06-30 02:34:57] "POST /neutron/port HTTP/1.1" 200 1087 0.014020 10.0.0.19 - - [2025-06-30 02:34:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004943 10.0.0.19 - - [2025-06-30 02:34:57] "POST /neutron/port HTTP/1.1" 200 1087 0.012751 10.0.0.19 - - [2025-06-30 02:34:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005000 10.0.0.19 - - [2025-06-30 02:34:57] "POST /neutron/port HTTP/1.1" 200 1087 0.015925 10.0.0.19 - - [2025-06-30 02:34:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005316 10.0.0.19 - - [2025-06-30 02:34:57] "GET /virtual-machine/e9b02403-8011-403b-ace2-37313b299420 HTTP/1.1" 200 1291 0.004527 10.0.0.19 - - [2025-06-30 02:34:57] "GET /virtual-machine-interface/0b4ec254-ae5b-4384-86bd-48ac36a4937b HTTP/1.1" 200 2947 0.004506 10.0.0.19 - - [2025-06-30 02:34:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002641 10.0.0.19 - - [2025-06-30 02:34:57] "GET /global-vrouter-config/73bcbcba-a6d5-41b8-a730-7861dab88d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002769 10.0.0.19 - - [2025-06-30 02:34:57] "GET /virtual-networks?parent_id=4207f933-2c62-4eab-bb17-cb0619b61f72&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002856 10.0.0.19 - - [2025-06-30 02:34:57] "GET /virtual-network/10320d3f-a24e-4f18-9621-4a2060f19778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006440 10.0.0.19 - - [2025-06-30 02:34:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002700 10.0.0.19 - - [2025-06-30 02:34:58] "GET /global-vrouter-config/73bcbcba-a6d5-41b8-a730-7861dab88d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002850 10.0.0.19 - - [2025-06-30 02:34:58] "GET /virtual-networks?parent_id=4207f933-2c62-4eab-bb17-cb0619b61f72&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003428 10.0.0.19 - - [2025-06-30 02:34:58] "GET /virtual-network/10320d3f-a24e-4f18-9621-4a2060f19778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005097 10.0.0.19 - - [2025-06-30 02:34:59] "POST /fqname-to-id HTTP/1.1" 404 211 0.002974 10.0.0.19 - - [2025-06-30 02:34:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002262 10.0.0.19 - - [2025-06-30 02:34:59] "GET /projects?obj_uuids=4207f933-2c62-4eab-bb17-cb0619b61f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001059 10.0.0.19 - - [2025-06-30 02:34:59] "GET /project/4207f933-2c62-4eab-bb17-cb0619b61f72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.022357 10.0.0.19 - - [2025-06-30 02:34:59] "POST /network-policys HTTP/1.1" 200 547 0.015252 10.0.0.19 - - [2025-06-30 02:34:59] "GET /network-policy/592c2d46-e39c-4f0f-bcb8-dd2c98af8180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004313 10.0.0.19 - - [2025-06-30 02:34:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.19 - - [2025-06-30 02:34:59] "GET /virtual-network/afb6ee4d-b1b6-4be6-a7bf-75698620ef5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005598 10.0.0.19 - - [2025-06-30 02:34:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002806 10.0.0.19 - - [2025-06-30 02:34:59] "GET /network-policy/592c2d46-e39c-4f0f-bcb8-dd2c98af8180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003508 10.0.0.19 - - [2025-06-30 02:34:59] "POST /ref-update HTTP/1.1" 200 156 0.030599 10.0.0.19 - - [2025-06-30 02:34:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002789 10.0.0.19 - - [2025-06-30 02:34:59] "GET /network-policy/592c2d46-e39c-4f0f-bcb8-dd2c98af8180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003643 10.0.0.19 - - [2025-06-30 02:34:59] "POST /neutron/network HTTP/1.1" 200 920 0.005949 10.0.0.19 - - [2025-06-30 02:34:59] "GET /virtual-network/afb6ee4d-b1b6-4be6-a7bf-75698620ef5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.004318 10.0.0.19 - - [2025-06-30 02:34:59] "POST /fqname-to-id HTTP/1.1" 404 242 0.003095 10.0.0.19 - - [2025-06-30 02:34:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002557 10.0.0.19 - - [2025-06-30 02:34:59] "GET /network-policy/592c2d46-e39c-4f0f-bcb8-dd2c98af8180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.016154 10.0.0.19 - - [2025-06-30 02:34:59] "POST /access-control-lists HTTP/1.1" 200 601 0.069367 10.0.0.19 - - [2025-06-30 02:34:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002808 10.0.0.19 - - [2025-06-30 02:34:59] "GET /virtual-network/10320d3f-a24e-4f18-9621-4a2060f19778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005168 10.0.0.19 - - [2025-06-30 02:35:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002793 10.0.0.19 - - [2025-06-30 02:35:00] "GET /network-policy/592c2d46-e39c-4f0f-bcb8-dd2c98af8180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003839 10.0.0.19 - - [2025-06-30 02:35:00] "POST /ref-update HTTP/1.1" 200 156 0.028137 10.0.0.19 - - [2025-06-30 02:35:00] "PUT /access-control-list/0e961fbd-49e8-4390-acf9-c61de9f54811 HTTP/1.1" 200 272 0.011328 10.0.0.19 - - [2025-06-30 02:35:00] "POST /fqname-to-id HTTP/1.1" 404 244 0.004145 10.0.0.19 - - [2025-06-30 02:35:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002743 10.0.0.19 - - [2025-06-30 02:35:00] "GET /network-policy/592c2d46-e39c-4f0f-bcb8-dd2c98af8180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.028356 10.0.0.19 - - [2025-06-30 02:35:00] "POST /access-control-lists HTTP/1.1" 200 604 0.061290 10.0.0.19 - - [2025-06-30 02:35:00] "POST /neutron/network HTTP/1.1" 200 923 0.006181 10.0.0.19 - - [2025-06-30 02:35:00] "POST /routing-instances HTTP/1.1" 200 759 0.017770 10.0.0.19 - - [2025-06-30 02:35:00] "GET /virtual-network/10320d3f-a24e-4f18-9621-4a2060f19778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.010702 10.0.0.19 - - [2025-06-30 02:35:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002547 10.0.0.19 - - [2025-06-30 02:35:00] "POST /route-targets HTTP/1.1" 200 327 0.010342 10.0.0.19 - - [2025-06-30 02:35:00] "GET /network-policy/592c2d46-e39c-4f0f-bcb8-dd2c98af8180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.004141 10.0.0.19 - - [2025-06-30 02:35:00] "POST /ref-update HTTP/1.1" 200 156 0.008974 10.0.0.19 - - [2025-06-30 02:35:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.19 - - [2025-06-30 02:35:00] "GET /routing-instance/37340cd3-68bf-42b9-9c0e-e86463c89fe7?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1277 0.003118 10.0.0.19 - - [2025-06-30 02:35:00] "GET /service-template/90da9ddf-9a7f-4004-9a91-446a939c4bb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.003192 10.0.0.19 - - [2025-06-30 02:35:00] "GET /routing-instance/37340cd3-68bf-42b9-9c0e-e86463c89fe7?fields=routing_policy_back_refs HTTP/1.1" 200 1277 0.002747 10.0.0.19 - - [2025-06-30 02:35:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002730 10.0.0.19 - - [2025-06-30 02:35:00] "POST /ref-update HTTP/1.1" 200 156 0.009706 10.0.0.19 - - [2025-06-30 02:35:00] "GET /projects?obj_uuids=4207f933-2c62-4eab-bb17-cb0619b61f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001037 10.0.0.19 - - [2025-06-30 02:35:00] "GET /project/4207f933-2c62-4eab-bb17-cb0619b61f72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.043056 10.0.0.19 - - [2025-06-30 02:35:00] "POST /routing-instances HTTP/1.1" 200 760 0.035800 10.0.0.19 - - [2025-06-30 02:35:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.19 - - [2025-06-30 02:35:00] "POST /route-targets HTTP/1.1" 200 327 0.011863 10.0.0.19 - - [2025-06-30 02:35:00] "GET /service-instance/0787f59c-5a7b-4eac-9357-dc1e0a44e2be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3528 0.005743 10.0.0.19 - - [2025-06-30 02:35:00] "POST /ref-update HTTP/1.1" 200 156 0.014513 10.0.0.19 - - [2025-06-30 02:35:00] "GET /domains HTTP/1.1" 200 280 0.003678 10.0.0.19 - - [2025-06-30 02:35:00] "GET /domains?obj_uuids=2079f23d-ad5a-4df4-a8b3-dec8e90e045f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001185 10.0.0.19 - - [2025-06-30 02:35:00] "GET /domain/2079f23d-ad5a-4df4-a8b3-dec8e90e045f HTTP/1.1" 200 2771 0.009282 10.0.0.19 - - [2025-06-30 02:35:00] "GET /projects?obj_uuids=4207f933-2c62-4eab-bb17-cb0619b61f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001280 10.0.0.19 - - [2025-06-30 02:35:00] "GET /routing-instance/a85cedfd-3a08-4824-b302-1124152d4176?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1279 0.003852 10.0.0.19 - - [2025-06-30 02:35:00] "GET /routing-instance/a85cedfd-3a08-4824-b302-1124152d4176?fields=routing_policy_back_refs HTTP/1.1" 200 1279 0.003658 10.0.0.19 - - [2025-06-30 02:35:00] "GET /project/4207f933-2c62-4eab-bb17-cb0619b61f72 HTTP/1.1" 200 4233 0.066738 10.0.0.19 - - [2025-06-30 02:35:00] "GET /service-instance/0787f59c-5a7b-4eac-9357-dc1e0a44e2be HTTP/1.1" 200 3782 0.004799 10.0.0.19 - - [2025-06-30 02:35:00] "GET /domains HTTP/1.1" 200 280 0.003082 10.0.0.19 - - [2025-06-30 02:35:00] "GET /domains?obj_uuids=2079f23d-ad5a-4df4-a8b3-dec8e90e045f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001050 10.0.0.19 - - [2025-06-30 02:35:00] "GET /domain/2079f23d-ad5a-4df4-a8b3-dec8e90e045f HTTP/1.1" 200 2771 0.007105 10.0.0.19 - - [2025-06-30 02:35:00] "GET /projects?obj_uuids=4207f933-2c62-4eab-bb17-cb0619b61f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002451 10.0.0.19 - - [2025-06-30 02:35:00] "PUT /routing-instance/37340cd3-68bf-42b9-9c0e-e86463c89fe7 HTTP/1.1" 200 266 0.014395 10.0.0.19 - - [2025-06-30 02:35:01] "GET /project/4207f933-2c62-4eab-bb17-cb0619b61f72 HTTP/1.1" 200 4233 0.076782 10.0.0.19 - - [2025-06-30 02:35:01] "PUT /routing-instance/a85cedfd-3a08-4824-b302-1124152d4176 HTTP/1.1" 200 266 0.020130 10.0.0.19 - - [2025-06-30 02:35:01] "GET /service-instance/0787f59c-5a7b-4eac-9357-dc1e0a44e2be HTTP/1.1" 200 3782 0.004345 10.0.0.19 - - [2025-06-30 02:35:01] "GET /port-tuple/067654f5-1321-4e51-8be8-a9840fa2b937 HTTP/1.1" 200 1978 0.003697 10.0.0.19 - - [2025-06-30 02:35:01] "GET /virtual-machine-interface/008c2e0f-4823-4353-9125-baf2b10952b5 HTTP/1.1" 200 3796 0.005196 10.0.0.19 - - [2025-06-30 02:35:01] "GET /virtual-machine-interface/202c243b-d154-453e-8f6a-d9c03ce53c00 HTTP/1.1" 200 3804 0.005436 10.0.0.19 - - [2025-06-30 02:35:01] "GET /virtual-machine-interface/2b53a866-ec52-4a96-91c6-b0e49cf8a300 HTTP/1.1" 200 3816 0.005953 10.0.0.19 - - [2025-06-30 02:35:01] "POST /ref-update HTTP/1.1" 200 156 0.013152 10.0.0.19 - - [2025-06-30 02:35:01] "PUT /access-control-list/6a2ad37a-37aa-4cc5-a968-8164cd1f1956 HTTP/1.1" 200 272 0.013927 10.0.0.19 - - [2025-06-30 02:35:01] "POST /neutron/port HTTP/1.1" 200 3834 0.051269 10.0.0.19 - - [2025-06-30 02:35:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007066 10.0.0.19 - - [2025-06-30 02:35:01] "POST /neutron/port HTTP/1.1" 200 3834 0.028987 10.0.0.19 - - [2025-06-30 02:35:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005775 10.0.0.19 - - [2025-06-30 02:35:01] "POST /neutron/port HTTP/1.1" 200 3834 0.030097 10.0.0.19 - - [2025-06-30 02:35:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006049 10.0.0.19 - - [2025-06-30 02:35:01] "POST /neutron/port HTTP/1.1" 200 3834 0.034348 10.0.0.19 - - [2025-06-30 02:35:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005714 10.0.0.19 - - [2025-06-30 02:35:01] "POST /neutron/network HTTP/1.1" 200 894 0.013825 10.0.0.19 - - [2025-06-30 02:35:01] "POST /neutron/network HTTP/1.1" 200 920 0.007504 10.0.0.19 - - [2025-06-30 02:35:01] "POST /neutron/network HTTP/1.1" 200 807 0.013563 10.0.0.19 - - [2025-06-30 02:35:01] "POST /neutron/network HTTP/1.1" 200 833 0.005738 10.0.0.19 - - [2025-06-30 02:35:01] "POST /neutron/network HTTP/1.1" 200 897 0.011534 10.0.0.19 - - [2025-06-30 02:35:01] "POST /neutron/network HTTP/1.1" 200 923 0.005331 10.0.0.19 - - [2025-06-30 02:35:01] "POST /id-to-fqname HTTP/1.1" 200 223 0.001127 10.0.0.19 - - [2025-06-30 02:35:01] "POST /id-to-fqname HTTP/1.1" 200 223 0.000970 10.0.0.19 - - [2025-06-30 02:35:01] "POST /id-to-fqname HTTP/1.1" 200 224 0.001299 10.0.0.19 - - [2025-06-30 02:35:01] "GET /virtual-machine/f0310f30-bcc1-4ba1-b606-687fd34eee39 HTTP/1.1" 200 1803 0.003612 10.0.0.19 - - [2025-06-30 02:35:01] "GET /virtual-machine-interface/008c2e0f-4823-4353-9125-baf2b10952b5 HTTP/1.1" 200 3796 0.005463 10.0.0.19 - - [2025-06-30 02:35:01] "GET /virtual-machine-interface/202c243b-d154-453e-8f6a-d9c03ce53c00 HTTP/1.1" 200 3804 0.004757 10.0.0.19 - - [2025-06-30 02:35:01] "GET /virtual-machine-interface/2b53a866-ec52-4a96-91c6-b0e49cf8a300 HTTP/1.1" 200 3816 0.004389 10.0.0.19 - - [2025-06-30 02:35:01] "GET /instance-ip/061535c8-0859-42a3-973c-1f2c161a49ab HTTP/1.1" 200 1953 0.003023 10.0.0.19 - - [2025-06-30 02:35:01] "GET /instance-ip/5846c7f5-d65e-4046-98b5-aeb98306ea40 HTTP/1.1" 200 1956 0.002735 10.0.0.19 - - [2025-06-30 02:35:01] "GET /instance-ip/74d9d5cd-431f-4f98-8d16-b7b5d9433810 HTTP/1.1" 200 1621 0.005216 10.0.0.19 - - [2025-06-30 02:35:01] "GET /instance-ip/9d528bce-6056-4927-b271-24e903c8a4d9 HTTP/1.1" 200 1624 0.004946 10.0.0.19 - - [2025-06-30 02:35:01] "GET /instance-ip/c376ef6f-82dd-4e9f-aece-39d48f61bc7b HTTP/1.1" 200 1959 0.004389 10.0.0.19 - - [2025-06-30 02:35:01] "GET /instance-ip/dc6213a6-641b-4f11-9c35-e9818ea3c820 HTTP/1.1" 200 1961 0.004902 10.0.0.19 - - [2025-06-30 02:35:01] "GET /instance-ip/3a0a62c2-316e-48cd-90fe-6b2cee001b48 HTTP/1.1" 200 1980 0.004308 10.0.0.19 - - [2025-06-30 02:35:01] "GET /instance-ip/6dc5f581-087d-4f09-ba8b-780751de2813 HTTP/1.1" 200 1978 0.003729 10.0.0.19 - - [2025-06-30 02:35:01] "GET /instance-ip/ed8b5bcd-e2f5-4893-94c6-3a91c02a7f71 HTTP/1.1" 200 1623 0.004385 10.0.0.19 - - [2025-06-30 02:35:01] "POST /neutron/port HTTP/1.1" 200 3834 0.029114 10.0.0.19 - - [2025-06-30 02:35:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006069 10.0.0.19 - - [2025-06-30 02:35:01] "POST /neutron/port HTTP/1.1" 200 3834 0.029600 10.0.0.19 - - [2025-06-30 02:35:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005876 10.0.0.19 - - [2025-06-30 02:35:02] "POST /neutron/port HTTP/1.1" 200 3834 0.028898 10.0.0.19 - - [2025-06-30 02:35:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006028 10.0.0.19 - - [2025-06-30 02:35:02] "POST /neutron/port HTTP/1.1" 200 3834 0.030869 10.0.0.19 - - [2025-06-30 02:35:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005128 10.0.0.19 - - [2025-06-30 02:35:02] "GET /virtual-machine/f0310f30-bcc1-4ba1-b606-687fd34eee39 HTTP/1.1" 200 1803 0.003042 10.0.0.19 - - [2025-06-30 02:35:02] "GET /virtual-machine-interface/008c2e0f-4823-4353-9125-baf2b10952b5 HTTP/1.1" 200 3796 0.004508 10.0.0.19 - - [2025-06-30 02:35:02] "GET /virtual-machine-interface/202c243b-d154-453e-8f6a-d9c03ce53c00 HTTP/1.1" 200 3804 0.004810 10.0.0.19 - - [2025-06-30 02:35:02] "GET /virtual-machine-interface/2b53a866-ec52-4a96-91c6-b0e49cf8a300 HTTP/1.1" 200 3816 0.004752 10.0.0.19 - - [2025-06-30 02:35:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.19 - - [2025-06-30 02:35:02] "GET /global-vrouter-config/73bcbcba-a6d5-41b8-a730-7861dab88d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002877 10.0.0.19 - - [2025-06-30 02:35:02] "GET /virtual-networks?parent_id=4207f933-2c62-4eab-bb17-cb0619b61f72&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003111 10.0.0.19 - - [2025-06-30 02:35:02] "GET /virtual-network/afb6ee4d-b1b6-4be6-a7bf-75698620ef5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005708 10.0.0.19 - - [2025-06-30 02:35:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.19 - - [2025-06-30 02:35:03] "GET /global-vrouter-config/73bcbcba-a6d5-41b8-a730-7861dab88d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003184 10.0.0.19 - - [2025-06-30 02:35:03] "GET /virtual-networks?parent_id=4207f933-2c62-4eab-bb17-cb0619b61f72&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002896 10.0.0.19 - - [2025-06-30 02:35:03] "GET /virtual-network/afb6ee4d-b1b6-4be6-a7bf-75698620ef5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005121 10.0.0.19 - - [2025-06-30 02:35:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002915 10.0.0.19 - - [2025-06-30 02:35:03] "GET /global-vrouter-config/73bcbcba-a6d5-41b8-a730-7861dab88d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003427 10.0.0.19 - - [2025-06-30 02:35:03] "GET /virtual-networks?parent_id=4207f933-2c62-4eab-bb17-cb0619b61f72&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002745 10.0.0.19 - - [2025-06-30 02:35:03] "GET /virtual-network/afb6ee4d-b1b6-4be6-a7bf-75698620ef5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005705 10.0.0.19 - - [2025-06-30 02:35:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002776 10.0.0.19 - - [2025-06-30 02:35:03] "GET /global-vrouter-config/73bcbcba-a6d5-41b8-a730-7861dab88d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003881 10.0.0.19 - - [2025-06-30 02:35:03] "GET /virtual-networks?parent_id=4207f933-2c62-4eab-bb17-cb0619b61f72&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003035 10.0.0.19 - - [2025-06-30 02:35:04] "GET /virtual-network/afb6ee4d-b1b6-4be6-a7bf-75698620ef5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.006750 10.0.0.19 - - [2025-06-30 02:35:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.19 - - [2025-06-30 02:35:04] "GET /global-vrouter-config/73bcbcba-a6d5-41b8-a730-7861dab88d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003337 10.0.0.19 - - [2025-06-30 02:35:04] "GET /virtual-networks?parent_id=4207f933-2c62-4eab-bb17-cb0619b61f72&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002791 10.0.0.19 - - [2025-06-30 02:35:04] "GET /virtual-network/afb6ee4d-b1b6-4be6-a7bf-75698620ef5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005500 10.0.0.19 - - [2025-06-30 02:35:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002852 10.0.0.19 - - [2025-06-30 02:35:04] "GET /global-vrouter-config/73bcbcba-a6d5-41b8-a730-7861dab88d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003258 10.0.0.19 - - [2025-06-30 02:35:04] "GET /virtual-networks?parent_id=4207f933-2c62-4eab-bb17-cb0619b61f72&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003334 10.0.0.19 - - [2025-06-30 02:35:04] "GET /virtual-network/aca3f875-4d2c-47df-92e7-4837f2e55c6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006030 10.0.0.19 - - [2025-06-30 02:35:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002669 10.0.0.19 - - [2025-06-30 02:35:04] "GET /global-vrouter-config/73bcbcba-a6d5-41b8-a730-7861dab88d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003619 10.0.0.19 - - [2025-06-30 02:35:04] "GET /virtual-networks?parent_id=4207f933-2c62-4eab-bb17-cb0619b61f72&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003021 10.0.0.19 - - [2025-06-30 02:35:04] "GET /virtual-network/aca3f875-4d2c-47df-92e7-4837f2e55c6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005041 10.0.0.19 - - [2025-06-30 02:35:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002841 10.0.0.19 - - [2025-06-30 02:35:04] "GET /global-vrouter-config/73bcbcba-a6d5-41b8-a730-7861dab88d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003323 10.0.0.19 - - [2025-06-30 02:35:04] "GET /virtual-networks?parent_id=4207f933-2c62-4eab-bb17-cb0619b61f72&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002876 10.0.0.19 - - [2025-06-30 02:35:04] "GET /virtual-network/aca3f875-4d2c-47df-92e7-4837f2e55c6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004964 10.0.0.19 - - [2025-06-30 02:35:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.19 - - [2025-06-30 02:35:04] "GET /global-vrouter-config/73bcbcba-a6d5-41b8-a730-7861dab88d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003437 10.0.0.19 - - [2025-06-30 02:35:05] "GET /virtual-networks?parent_id=4207f933-2c62-4eab-bb17-cb0619b61f72&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002949 10.0.0.19 - - [2025-06-30 02:35:05] "GET /virtual-network/aca3f875-4d2c-47df-92e7-4837f2e55c6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005047 10.0.0.19 - - [2025-06-30 02:35:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002762 10.0.0.19 - - [2025-06-30 02:35:05] "GET /global-vrouter-config/73bcbcba-a6d5-41b8-a730-7861dab88d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003233 10.0.0.19 - - [2025-06-30 02:35:05] "GET /virtual-networks?parent_id=4207f933-2c62-4eab-bb17-cb0619b61f72&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003067 10.0.0.19 - - [2025-06-30 02:35:05] "GET /virtual-network/10320d3f-a24e-4f18-9621-4a2060f19778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005555 10.0.0.19 - - [2025-06-30 02:35:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.19 - - [2025-06-30 02:35:05] "GET /global-vrouter-config/73bcbcba-a6d5-41b8-a730-7861dab88d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003319 10.0.0.19 - - [2025-06-30 02:35:05] "GET /virtual-networks?parent_id=4207f933-2c62-4eab-bb17-cb0619b61f72&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003133 10.0.0.19 - - [2025-06-30 02:35:05] "GET /virtual-network/10320d3f-a24e-4f18-9621-4a2060f19778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005653 10.0.0.19 - - [2025-06-30 02:35:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002677 10.0.0.19 - - [2025-06-30 02:35:05] "GET /global-vrouter-config/73bcbcba-a6d5-41b8-a730-7861dab88d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003531 10.0.0.19 - - [2025-06-30 02:35:05] "GET /virtual-networks?parent_id=4207f933-2c62-4eab-bb17-cb0619b61f72&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003009 10.0.0.19 - - [2025-06-30 02:35:05] "GET /virtual-network/10320d3f-a24e-4f18-9621-4a2060f19778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005022 10.0.0.19 - - [2025-06-30 02:35:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002748 10.0.0.19 - - [2025-06-30 02:35:05] "GET /global-vrouter-config/73bcbcba-a6d5-41b8-a730-7861dab88d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003353 10.0.0.19 - - [2025-06-30 02:35:05] "GET /virtual-networks?parent_id=4207f933-2c62-4eab-bb17-cb0619b61f72&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.002751 10.0.0.19 - - [2025-06-30 02:35:05] "GET /virtual-network/10320d3f-a24e-4f18-9621-4a2060f19778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005083 10.0.0.19 - - [2025-06-30 02:35:05] "GET /virtual-machine/f0310f30-bcc1-4ba1-b606-687fd34eee39 HTTP/1.1" 200 1803 0.003996 10.0.0.19 - - [2025-06-30 02:35:05] "GET /domains HTTP/1.1" 200 280 0.002836 10.0.0.19 - - [2025-06-30 02:35:05] "GET /domains?obj_uuids=2079f23d-ad5a-4df4-a8b3-dec8e90e045f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001033 10.0.0.19 - - [2025-06-30 02:35:05] "GET /domain/2079f23d-ad5a-4df4-a8b3-dec8e90e045f HTTP/1.1" 200 2771 0.007020 10.0.0.19 - - [2025-06-30 02:35:06] "GET /projects?obj_uuids=4207f933-2c62-4eab-bb17-cb0619b61f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000978 10.0.0.19 - - [2025-06-30 02:35:06] "GET /project/4207f933-2c62-4eab-bb17-cb0619b61f72 HTTP/1.1" 200 4233 0.070224 10.0.0.19 - - [2025-06-30 02:35:06] "GET /service-instance/0787f59c-5a7b-4eac-9357-dc1e0a44e2be HTTP/1.1" 200 3782 0.006484 10.0.0.19 - - [2025-06-30 02:35:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002399 10.0.0.19 - - [2025-06-30 02:35:06] "GET /routing-instance/0a4d89b1-3da9-4ac4-801b-951549687e30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1885 0.003005 10.0.0.19 - - [2025-06-30 02:35:06] "GET /routing-instance/0a4d89b1-3da9-4ac4-801b-951549687e30?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2018 0.005172 10.0.0.19 - - [2025-06-30 02:35:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002740 10.0.0.19 - - [2025-06-30 02:35:06] "GET /routing-instance/b414daae-d327-4dcb-9a4a-769eca711750?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1893 0.003726 10.0.0.19 - - [2025-06-30 02:35:06] "GET /routing-instance/b414daae-d327-4dcb-9a4a-769eca711750?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2024 0.005207 10.0.0.19 - - [2025-06-30 02:35:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002651 10.0.0.19 - - [2025-06-30 02:35:06] "GET /virtual-network/afb6ee4d-b1b6-4be6-a7bf-75698620ef5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005028 10.0.0.19 - - [2025-06-30 02:35:06] "GET /virtual-network/afb6ee4d-b1b6-4be6-a7bf-75698620ef5c?fields=routing_instances HTTP/1.1" 200 1684 0.006214 10.0.0.19 - - [2025-06-30 02:35:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.19 - - [2025-06-30 02:35:06] "GET /virtual-network/10320d3f-a24e-4f18-9621-4a2060f19778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005170 10.0.0.19 - - [2025-06-30 02:35:06] "GET /virtual-network/10320d3f-a24e-4f18-9621-4a2060f19778?fields=routing_instances HTTP/1.1" 200 1688 0.008893 10.0.0.19 - - [2025-06-30 02:35:10] "POST /ref-update HTTP/1.1" 200 156 0.028348 10.0.0.19 - - [2025-06-30 02:35:10] "DELETE /access-control-list/6a2ad37a-37aa-4cc5-a968-8164cd1f1956 HTTP/1.1" 200 115 0.024145 10.0.0.19 - - [2025-06-30 02:35:10] "POST /neutron/network HTTP/1.1" 200 835 0.010668 10.0.0.19 - - [2025-06-30 02:35:10] "GET /virtual-network/10320d3f-a24e-4f18-9621-4a2060f19778?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004531 10.0.0.19 - - [2025-06-30 02:35:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002633 10.0.0.19 - - [2025-06-30 02:35:10] "DELETE /routing-instance/37340cd3-68bf-42b9-9c0e-e86463c89fe7 HTTP/1.1" 200 115 0.023297 10.0.0.19 - - [2025-06-30 02:35:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.19 - - [2025-06-30 02:35:10] "GET /network-policy/592c2d46-e39c-4f0f-bcb8-dd2c98af8180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003232 10.0.0.19 - - [2025-06-30 02:35:10] "DELETE /route-target/aa05b962-afb1-48f0-8a27-a8b47def40f2 HTTP/1.1" 200 115 0.012702 10.0.0.19 - - [2025-06-30 02:35:10] "POST /ref-update HTTP/1.1" 200 156 0.025237 10.0.0.19 - - [2025-06-30 02:35:10] "DELETE /routing-instance/a85cedfd-3a08-4824-b302-1124152d4176 HTTP/1.1" 200 115 0.039521 10.0.0.19 - - [2025-06-30 02:35:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.19 - - [2025-06-30 02:35:10] "POST /neutron/network HTTP/1.1" 200 832 0.010672 10.0.0.19 - - [2025-06-30 02:35:10] "GET /virtual-network/afb6ee4d-b1b6-4be6-a7bf-75698620ef5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004264 10.0.0.19 - - [2025-06-30 02:35:10] "DELETE /route-target/4a55143b-9d62-42bb-b06a-37c17ef6c109 HTTP/1.1" 200 115 0.019001 10.0.0.19 - - [2025-06-30 02:35:10] "DELETE /access-control-list/0e961fbd-49e8-4390-acf9-c61de9f54811 HTTP/1.1" 200 115 0.024190 10.0.0.19 - - [2025-06-30 02:35:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.007161 10.0.0.19 - - [2025-06-30 02:35:11] "GET /network-policy/592c2d46-e39c-4f0f-bcb8-dd2c98af8180?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.003316 10.0.0.19 - - [2025-06-30 02:35:11] "DELETE /network-policy/592c2d46-e39c-4f0f-bcb8-dd2c98af8180 HTTP/1.1" 200 115 0.025478 10.0.0.19 - - [2025-06-30 02:35:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002508 10.0.0.19 - - [2025-06-30 02:35:11] "DELETE /service-instance/0787f59c-5a7b-4eac-9357-dc1e0a44e2be HTTP/1.1" 200 115 0.052338 10.0.0.19 - - [2025-06-30 02:35:11] "GET /domains HTTP/1.1" 200 280 0.002042 10.0.0.19 - - [2025-06-30 02:35:11] "POST /ref-update HTTP/1.1" 200 156 0.011806 10.0.0.19 - - [2025-06-30 02:35:11] "GET /domains?obj_uuids=2079f23d-ad5a-4df4-a8b3-dec8e90e045f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000899 10.0.0.19 - - [2025-06-30 02:35:11] "GET /domain/2079f23d-ad5a-4df4-a8b3-dec8e90e045f HTTP/1.1" 200 2771 0.011342 10.0.0.19 - - [2025-06-30 02:35:11] "GET /projects?obj_uuids=4207f933-2c62-4eab-bb17-cb0619b61f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001359 10.0.0.19 - - [2025-06-30 02:35:11] "DELETE /instance-ip/dc6213a6-641b-4f11-9c35-e9818ea3c820 HTTP/1.1" 200 115 0.025886 10.0.0.19 - - [2025-06-30 02:35:11] "POST /ref-update HTTP/1.1" 200 156 0.009407 10.0.0.19 - - [2025-06-30 02:35:11] "GET /project/4207f933-2c62-4eab-bb17-cb0619b61f72 HTTP/1.1" 200 3759 0.065250 10.0.0.19 - - [2025-06-30 02:35:11] "GET /virtual-machine/f0310f30-bcc1-4ba1-b606-687fd34eee39 HTTP/1.1" 200 1803 0.003449 10.0.0.19 - - [2025-06-30 02:35:11] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.001897 10.0.0.19 - - [2025-06-30 02:35:11] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.001696 10.0.0.19 - - [2025-06-30 02:35:11] "DELETE /instance-ip/3a0a62c2-316e-48cd-90fe-6b2cee001b48 HTTP/1.1" 200 115 0.023509 10.0.0.19 - - [2025-06-30 02:35:11] "POST /ref-update HTTP/1.1" 200 156 0.007868 10.0.0.19 - - [2025-06-30 02:35:11] "DELETE /instance-ip/6dc5f581-087d-4f09-ba8b-780751de2813 HTTP/1.1" 200 115 0.018198 10.0.0.19 - - [2025-06-30 02:35:11] "POST /ref-update HTTP/1.1" 200 156 0.009033 10.0.0.19 - - [2025-06-30 02:35:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002711 10.0.0.19 - - [2025-06-30 02:35:11] "DELETE /service-template/90da9ddf-9a7f-4004-9a91-446a939c4bb3 HTTP/1.1" 200 115 0.020091 10.0.0.19 - - [2025-06-30 02:35:11] "POST /fqname-to-id HTTP/1.1" 404 193 0.004040 10.0.0.19 - - [2025-06-30 02:35:11] "DELETE /instance-ip/061535c8-0859-42a3-973c-1f2c161a49ab HTTP/1.1" 200 115 0.029404 10.0.0.19 - - [2025-06-30 02:35:11] "POST /ref-update HTTP/1.1" 200 156 0.009002 10.0.0.19 - - [2025-06-30 02:35:11] "DELETE /instance-ip/5846c7f5-d65e-4046-98b5-aeb98306ea40 HTTP/1.1" 200 115 0.018727 10.0.0.19 - - [2025-06-30 02:35:11] "POST /ref-update HTTP/1.1" 200 156 0.031308 10.0.0.19 - - [2025-06-30 02:35:11] "POST /neutron/network HTTP/1.1" 200 835 0.006907 10.0.0.19 - - [2025-06-30 02:35:11] "POST /neutron/network HTTP/1.1" 400 204 0.023213 10.0.0.19 - - [2025-06-30 02:35:11] "DELETE /instance-ip/c376ef6f-82dd-4e9f-aece-39d48f61bc7b HTTP/1.1" 200 115 0.052508 10.0.0.19 - - [2025-06-30 02:35:12] "POST /neutron/port HTTP/1.1" 200 1087 0.016279 10.0.0.19 - - [2025-06-30 02:35:12] "POST /neutron/port HTTP/1.1" 200 1113 0.008124 10.0.0.19 - - [2025-06-30 02:35:12] "POST /neutron/port HTTP/1.1" 200 1086 0.017306 10.0.0.19 - - [2025-06-30 02:35:12] "POST /neutron/port HTTP/1.1" 200 1112 0.008434 10.0.0.19 - - [2025-06-30 02:35:12] "POST /neutron/port HTTP/1.1" 200 151 0.128261 10.0.0.19 - - [2025-06-30 02:35:12] "POST /neutron/port HTTP/1.1" 200 151 0.134937 10.0.0.19 - - [2025-06-30 02:35:12] "POST /neutron/port HTTP/1.1" 200 3027 0.023180 10.0.0.19 - - [2025-06-30 02:35:12] "POST /neutron/port HTTP/1.1" 200 1113 0.012129 10.0.0.19 - - [2025-06-30 02:35:12] "POST /neutron/port HTTP/1.1" 200 151 0.090486 10.0.0.19 - - [2025-06-30 02:35:12] "POST /neutron/port HTTP/1.1" 200 1113 0.008050 10.0.0.19 - - [2025-06-30 02:35:12] "POST /neutron/port HTTP/1.1" 200 151 0.086610 10.0.0.19 - - [2025-06-30 02:35:12] "POST /neutron/port HTTP/1.1" 200 1112 0.009189 10.0.0.19 - - [2025-06-30 02:35:12] "POST /neutron/port HTTP/1.1" 200 151 0.094387 10.0.0.19 - - [2025-06-30 02:35:13] "POST /neutron/network HTTP/1.1" 200 835 0.005604 10.0.0.19 - - [2025-06-30 02:35:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005940 10.0.0.19 - - [2025-06-30 02:35:13] "POST /useragent-kv HTTP/1.1" 200 115 0.004245 10.0.0.19 - - [2025-06-30 02:35:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002819 10.0.0.19 - - [2025-06-30 02:35:13] "POST /neutron/network HTTP/1.1" 200 151 0.090051 10.0.0.19 - - [2025-06-30 02:35:13] "GET /routing-instance/b414daae-d327-4dcb-9a4a-769eca711750 HTTP/1.1" 404 171 0.003235 10.0.0.19 - - [2025-06-30 02:35:13] "DELETE /route-target/e2a74244-919d-439b-878f-0e3281e4da92 HTTP/1.1" 200 115 0.028010 10.0.0.19 - - [2025-06-30 02:35:13] "GET /domains HTTP/1.1" 200 280 0.002694 10.0.0.19 - - [2025-06-30 02:35:13] "GET /domains?obj_uuids=2079f23d-ad5a-4df4-a8b3-dec8e90e045f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001637 10.0.0.19 - - [2025-06-30 02:35:13] "GET /domain/2079f23d-ad5a-4df4-a8b3-dec8e90e045f HTTP/1.1" 200 2571 0.053793 10.0.0.19 - - [2025-06-30 02:35:13] "GET /projects?obj_uuids=4207f933-2c62-4eab-bb17-cb0619b61f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001333 10.0.0.19 - - [2025-06-30 02:35:13] "GET /project/4207f933-2c62-4eab-bb17-cb0619b61f72 HTTP/1.1" 200 2298 0.071712 10.0.0.19 - - [2025-06-30 02:35:14] "POST /neutron/network HTTP/1.1" 200 832 0.005540 10.0.0.19 - - [2025-06-30 02:35:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003382 10.0.0.19 - - [2025-06-30 02:35:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004336 10.0.0.19 - - [2025-06-30 02:35:14] "POST /useragent-kv HTTP/1.1" 200 115 0.001926 10.0.0.19 - - [2025-06-30 02:35:14] "POST /neutron/network HTTP/1.1" 200 151 0.079053 10.0.0.19 - - [2025-06-30 02:35:14] "GET /routing-instance/0a4d89b1-3da9-4ac4-801b-951549687e30 HTTP/1.1" 404 171 0.003991 10.0.0.19 - - [2025-06-30 02:35:14] "DELETE /route-target/f5b68b81-f3fe-438a-93f1-0641dbe445e6 HTTP/1.1" 200 115 0.020388 10.0.0.19 - - [2025-06-30 02:35:14] "GET /domains HTTP/1.1" 200 280 0.002273 10.0.0.19 - - [2025-06-30 02:35:14] "GET /domains?obj_uuids=2079f23d-ad5a-4df4-a8b3-dec8e90e045f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001115 10.0.0.19 - - [2025-06-30 02:35:14] "GET /domain/2079f23d-ad5a-4df4-a8b3-dec8e90e045f HTTP/1.1" 200 2571 0.047943 10.0.0.19 - - [2025-06-30 02:35:14] "GET /projects?obj_uuids=4207f933-2c62-4eab-bb17-cb0619b61f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001587 10.0.0.19 - - [2025-06-30 02:35:14] "GET /project/4207f933-2c62-4eab-bb17-cb0619b61f72 HTTP/1.1" 200 2080 0.068711 10.0.0.19 - - [2025-06-30 02:35:14] "POST /neutron/network HTTP/1.1" 200 833 0.005348 10.0.0.19 - - [2025-06-30 02:35:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003363 10.0.0.19 - - [2025-06-30 02:35:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.19 - - [2025-06-30 02:35:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002886 10.0.0.19 - - [2025-06-30 02:35:14] "POST /neutron/network HTTP/1.1" 200 151 0.075978 10.0.0.19 - - [2025-06-30 02:35:14] "DELETE /route-target/9dbdf71a-4f2c-45bf-8a6c-1e6b68a32d3a HTTP/1.1" 200 115 0.013323 10.0.0.19 - - [2025-06-30 02:35:14] "GET /routing-instance/4a9b7b20-0fa4-40f2-a392-21160339964b HTTP/1.1" 404 171 0.002024 10.0.0.19 - - [2025-06-30 02:35:14] "GET /domains HTTP/1.1" 200 280 0.003792 10.0.0.19 - - [2025-06-30 02:35:14] "GET /domains?obj_uuids=2079f23d-ad5a-4df4-a8b3-dec8e90e045f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001247 10.0.0.19 - - [2025-06-30 02:35:14] "GET /domain/2079f23d-ad5a-4df4-a8b3-dec8e90e045f HTTP/1.1" 200 2571 0.051589 10.0.0.19 - - [2025-06-30 02:35:14] "GET /projects?obj_uuids=4207f933-2c62-4eab-bb17-cb0619b61f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001594 10.0.0.19 - - [2025-06-30 02:35:14] "GET /project/4207f933-2c62-4eab-bb17-cb0619b61f72 HTTP/1.1" 200 1840 0.069188 10.0.0.19 - - [2025-06-30 02:35:14] "GET /projects?obj_uuids=4207f933-2c62-4eab-bb17-cb0619b61f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001082 10.0.0.19 - - [2025-06-30 02:35:14] "GET /project/4207f933-2c62-4eab-bb17-cb0619b61f72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.021511 10.0.0.19 - - [2025-06-30 02:35:14] "GET /projects?obj_uuids=4207f933-2c62-4eab-bb17-cb0619b61f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001361 10.0.0.19 - - [2025-06-30 02:35:14] "GET /project/4207f933-2c62-4eab-bb17-cb0619b61f72?fields=virtual_networks HTTP/1.1" 200 1028 0.071958 10.0.0.19 - - [2025-06-30 02:35:14] "GET /projects?obj_uuids=4207f933-2c62-4eab-bb17-cb0619b61f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001289 10.0.0.19 - - [2025-06-30 02:35:14] "GET /project/4207f933-2c62-4eab-bb17-cb0619b61f72?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.027264 10.0.0.19 - - [2025-06-30 02:35:15] "GET /projects?obj_uuids=4207f933-2c62-4eab-bb17-cb0619b61f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001077 10.0.0.19 - - [2025-06-30 02:35:15] "GET /project/4207f933-2c62-4eab-bb17-cb0619b61f72?fields=security_groups HTTP/1.1" 200 1252 0.023991 10.0.0.19 - - [2025-06-30 02:35:15] "POST /fqname-to-id HTTP/1.1" 404 189 0.023881 10.0.0.19 - - [2025-06-30 02:35:15] "GET /projects?obj_uuids=ecebb2f4-8786-4eab-aeae-8a5a9373561a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002947 10.0.0.19 - - [2025-06-30 02:35:15] "GET /domains?obj_uuids=2079f23d-ad5a-4df4-a8b3-dec8e90e045f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001014 10.0.0.19 - - [2025-06-30 02:35:15] "GET /domain/2079f23d-ad5a-4df4-a8b3-dec8e90e045f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007972 10.0.0.19 - - [2025-06-30 02:35:15] "POST /id-to-fqname HTTP/1.1" 200 191 0.001151 10.0.0.19 - - [2025-06-30 02:35:15] "POST /fqname-to-id HTTP/1.1" 404 200 0.004202 10.0.0.19 - - [2025-06-30 02:35:16] "POST /security-groups HTTP/1.1" 200 592 0.067778 10.0.0.19 - - [2025-06-30 02:35:16] "POST /fqname-to-id HTTP/1.1" 404 235 0.002626 10.0.0.19 - - [2025-06-30 02:35:16] "POST /projects HTTP/1.1" 200 587 0.222020 10.0.0.19 - - [2025-06-30 02:35:16] "POST /access-control-lists HTTP/1.1" 200 597 0.058401 10.0.0.19 - - [2025-06-30 02:35:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.290687 10.0.0.19 - - [2025-06-30 02:35:16] "POST /fqname-to-id HTTP/1.1" 404 234 0.002627 10.0.0.19 - - [2025-06-30 02:35:16] "GET /project/ecebb2f4-8786-4eab-aeae-8a5a9373561a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.404764 10.0.0.19 - - [2025-06-30 02:35:16] "POST /access-control-lists HTTP/1.1" 200 595 0.060012 10.0.0.19 - - [2025-06-30 02:35:17] "GET / HTTP/1.1" 200 35931 0.002871 10.0.0.19 - - [2025-06-30 02:35:18] "GET /project/ecebb2f4-8786-4eab-aeae-8a5a9373561a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000680 10.0.0.19 - - [2025-06-30 02:35:18] "GET /projects?obj_uuids=ecebb2f4-8786-4eab-aeae-8a5a9373561a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001182 10.0.0.19 - - [2025-06-30 02:35:18] "GET /project/ecebb2f4-8786-4eab-aeae-8a5a9373561a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.050981 10.0.0.19 - - [2025-06-30 02:35:18] "POST /fqname-to-id HTTP/1.1" 404 180 0.002470 10.0.0.19 - - [2025-06-30 02:35:18] "POST /virtual-DNSs HTTP/1.1" 200 507 0.020614 10.0.0.19 - - [2025-06-30 02:35:18] "GET /virtual-DNS/4b361205-0e5d-4bd3-9b0b-88b66e166ac3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.004702 10.0.0.19 - - [2025-06-30 02:35:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.19 - - [2025-06-30 02:35:18] "GET /virtual-DNS/4b361205-0e5d-4bd3-9b0b-88b66e166ac3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1438 0.003262 10.0.0.19 - - [2025-06-30 02:35:18] "GET /domains HTTP/1.1" 401 292 0.000435 10.0.0.19 - - [2025-06-30 02:35:19] "GET /domains HTTP/1.1" 200 280 0.023870 10.0.0.19 - - [2025-06-30 02:35:19] "GET /domains?obj_uuids=2079f23d-ad5a-4df4-a8b3-dec8e90e045f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001020 10.0.0.19 - - [2025-06-30 02:35:19] "GET /domain/2079f23d-ad5a-4df4-a8b3-dec8e90e045f HTTP/1.1" 200 2958 0.007797 10.0.0.19 - - [2025-06-30 02:35:19] "GET /virtual-DNS/4b361205-0e5d-4bd3-9b0b-88b66e166ac3 HTTP/1.1" 200 1438 0.003794 10.0.0.19 - - [2025-06-30 02:35:19] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.002113 10.0.0.19 - - [2025-06-30 02:35:19] "POST /network-ipams HTTP/1.1" 200 514 0.016024 10.0.0.19 - - [2025-06-30 02:35:19] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 968 0.002673 10.0.0.19 - - [2025-06-30 02:35:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002890 10.0.0.19 - - [2025-06-30 02:35:19] "GET /network-ipam/b23af63b-4127-48dc-b9f9-003326a1497a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.004300 10.0.0.19 - - [2025-06-30 02:35:19] "PUT /network-ipam/b23af63b-4127-48dc-b9f9-003326a1497a HTTP/1.1" 200 258 0.010339 10.0.0.19 - - [2025-06-30 02:35:19] "POST /ref-update HTTP/1.1" 200 156 0.014309 10.0.0.19 - - [2025-06-30 02:35:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.19 - - [2025-06-30 02:35:19] "GET /obj-perms HTTP/1.1" 200 5056 0.044382 10.0.0.19 - - [2025-06-30 02:35:19] "GET /projects?obj_uuids=ecebb2f4-8786-4eab-aeae-8a5a9373561a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001435 10.0.0.19 - - [2025-06-30 02:35:19] "GET /project/ecebb2f4-8786-4eab-aeae-8a5a9373561a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.031286 10.0.0.19 - - [2025-06-30 02:35:19] "POST /neutron/network HTTP/1.1" 200 117 0.200075 10.0.0.19 - - [2025-06-30 02:35:19] "GET /projects?obj_uuids=ecebb2f4-8786-4eab-aeae-8a5a9373561a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001031 10.0.0.19 - - [2025-06-30 02:35:19] "GET /obj-perms HTTP/1.1" 200 5056 0.052597 10.0.0.19 - - [2025-06-30 02:35:19] "POST /neutron/network HTTP/1.1" 200 618 0.084647 10.0.0.19 - - [2025-06-30 02:35:20] "POST /route-targets HTTP/1.1" 200 327 0.009341 10.0.0.19 - - [2025-06-30 02:35:20] "POST /ref-update HTTP/1.1" 200 156 0.016811 10.0.0.19 - - [2025-06-30 02:35:20] "POST /useragent-kv HTTP/1.1" 200 115 0.008322 10.0.0.19 - - [2025-06-30 02:35:20] "POST /neutron/subnet HTTP/1.1" 200 711 0.181138 10.0.0.19 - - [2025-06-30 02:35:20] "POST /neutron/network HTTP/1.1" 200 833 0.007349 10.0.0.19 - - [2025-06-30 02:35:20] "POST /id-to-fqname HTTP/1.1" 200 227 0.001411 10.0.0.19 - - [2025-06-30 02:35:20] "GET /virtual-network/df388318-fd82-4be7-9cec-1a56f4d40b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004599 10.0.0.19 - - [2025-06-30 02:35:20] "POST /neutron/network HTTP/1.1" 200 833 0.006227 10.0.0.19 - - [2025-06-30 02:35:20] "GET /virtual-network/df388318-fd82-4be7-9cec-1a56f4d40b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004984 10.0.0.19 - - [2025-06-30 02:35:20] "POST /neutron/network HTTP/1.1" 200 833 0.005179 10.0.0.19 - - [2025-06-30 02:35:20] "POST /neutron/subnet HTTP/1.1" 200 711 0.006580 10.0.0.19 - - [2025-06-30 02:35:20] "POST /neutron/network HTTP/1.1" 200 807 0.009827 10.0.0.19 - - [2025-06-30 02:35:20] "POST /neutron/network HTTP/1.1" 200 833 0.004791 10.0.0.19 - - [2025-06-30 02:35:20] "POST /id-to-fqname HTTP/1.1" 200 227 0.001065 10.0.0.19 - - [2025-06-30 02:35:20] "POST /neutron/network HTTP/1.1" 200 843 0.005562 10.0.0.19 - - [2025-06-30 02:35:20] "GET /aaa-mode HTTP/1.1" 401 292 0.000392 10.0.0.19 - - [2025-06-30 02:35:20] "GET / HTTP/1.1" 200 35931 0.001739 10.0.0.19 - - [2025-06-30 02:35:20] "GET /project/ecebb2f4-8786-4eab-aeae-8a5a9373561a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000420 10.0.0.19 - - [2025-06-30 02:35:21] "GET /projects?obj_uuids=ecebb2f4-8786-4eab-aeae-8a5a9373561a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001131 10.0.0.19 - - [2025-06-30 02:35:21] "GET /project/ecebb2f4-8786-4eab-aeae-8a5a9373561a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.048365 10.0.0.19 - - [2025-06-30 02:35:21] "POST /neutron/network HTTP/1.1" 200 833 0.005820 10.0.0.19 - - [2025-06-30 02:35:21] "POST /neutron/port HTTP/1.1" 200 117 0.006053 10.0.0.19 - - [2025-06-30 02:35:21] "POST /neutron/port HTTP/1.1" 200 117 0.004403 10.0.0.19 - - [2025-06-30 02:35:21] "POST /neutron/port HTTP/1.1" 200 117 0.005091 10.0.0.19 - - [2025-06-30 02:35:21] "POST /neutron/network HTTP/1.1" 200 843 0.005295 10.0.0.19 - - [2025-06-30 02:35:21] "GET /projects?obj_uuids=ecebb2f4-8786-4eab-aeae-8a5a9373561a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001005 10.0.0.19 - - [2025-06-30 02:35:21] "POST /neutron/port HTTP/1.1" 200 1058 0.189616 10.0.0.19 - - [2025-06-30 02:35:22] "POST /neutron/port HTTP/1.1" 200 1058 0.009075 10.0.0.19 - - [2025-06-30 02:35:22] "POST /neutron/port HTTP/1.1" 200 1058 0.007469 10.0.0.19 - - [2025-06-30 02:35:22] "POST /neutron/port HTTP/1.1" 200 1112 0.068074 10.0.0.19 - - [2025-06-30 02:35:22] "POST /neutron/port HTTP/1.1" 200 1086 0.013469 10.0.0.19 - - [2025-06-30 02:35:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003252 10.0.0.19 - - [2025-06-30 02:35:22] "POST /neutron/subnet HTTP/1.1" 200 685 0.010055 10.0.0.19 - - [2025-06-30 02:35:22] "POST /neutron/port HTTP/1.1" 200 117 0.001150 10.0.0.19 - - [2025-06-30 02:35:22] "POST /neutron/network HTTP/1.1" 200 833 0.004966 10.0.0.19 - - [2025-06-30 02:35:26] "POST /neutron/port HTTP/1.1" 200 1086 0.016601 10.0.0.19 - - [2025-06-30 02:35:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006922 10.0.0.19 - - [2025-06-30 02:35:26] "POST /neutron/port HTTP/1.1" 200 1086 0.013882 10.0.0.19 - - [2025-06-30 02:35:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005970 10.0.0.19 - - [2025-06-30 02:35:26] "POST /neutron/port HTTP/1.1" 200 1086 0.013296 10.0.0.19 - - [2025-06-30 02:35:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005192 10.0.0.19 - - [2025-06-30 02:35:26] "GET /virtual-machine/87192a41-7852-45aa-a375-56fd77a0a67b HTTP/1.1" 200 1293 0.004059 10.0.0.19 - - [2025-06-30 02:35:26] "GET /virtual-machine-interface/7b2dfd98-e023-435b-871e-cc514333acc7 HTTP/1.1" 200 2963 0.004359 10.0.0.19 - - [2025-06-30 02:35:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002612 10.0.0.19 - - [2025-06-30 02:35:26] "GET /global-vrouter-config/73bcbcba-a6d5-41b8-a730-7861dab88d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002815 10.0.0.19 - - [2025-06-30 02:35:26] "GET /virtual-networks?parent_id=ecebb2f4-8786-4eab-aeae-8a5a9373561a&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002764 10.0.0.19 - - [2025-06-30 02:35:26] "GET /virtual-network/df388318-fd82-4be7-9cec-1a56f4d40b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004998 10.0.0.19 - - [2025-06-30 02:35:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002795 10.0.0.19 - - [2025-06-30 02:35:29] "GET /virtual-network/df388318-fd82-4be7-9cec-1a56f4d40b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004930 10.0.0.19 - - [2025-06-30 02:35:30] "POST /neutron/port HTTP/1.1" 200 1086 0.013390 10.0.0.19 - - [2025-06-30 02:35:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004616 10.0.0.19 - - [2025-06-30 02:35:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002702 10.0.0.19 - - [2025-06-30 02:35:32] "GET /global-vrouter-config/73bcbcba-a6d5-41b8-a730-7861dab88d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002800 10.0.0.19 - - [2025-06-30 02:35:32] "GET /virtual-networks?parent_id=ecebb2f4-8786-4eab-aeae-8a5a9373561a&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002869 10.0.0.19 - - [2025-06-30 02:35:32] "GET /virtual-network/df388318-fd82-4be7-9cec-1a56f4d40b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004975 10.0.0.19 - - [2025-06-30 02:35:36] "POST /neutron/network HTTP/1.1" 200 807 0.009821 10.0.0.19 - - [2025-06-30 02:35:36] "POST /neutron/network HTTP/1.1" 200 833 0.004671 10.0.0.19 - - [2025-06-30 02:35:36] "POST /id-to-fqname HTTP/1.1" 200 227 0.001091 10.0.0.19 - - [2025-06-30 02:35:36] "POST /neutron/port HTTP/1.1" 200 1086 0.013757 10.0.0.19 - - [2025-06-30 02:35:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005189 10.0.0.19 - - [2025-06-30 02:35:36] "POST /neutron/network HTTP/1.1" 200 843 0.005261 10.0.0.19 - - [2025-06-30 02:35:36] "GET /aaa-mode HTTP/1.1" 401 292 0.000383 10.0.0.19 - - [2025-06-30 02:35:37] "GET / HTTP/1.1" 200 35931 0.001835 10.0.0.19 - - [2025-06-30 02:35:37] "GET /project/ecebb2f4-8786-4eab-aeae-8a5a9373561a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000383 10.0.0.19 - - [2025-06-30 02:35:37] "GET /projects?obj_uuids=ecebb2f4-8786-4eab-aeae-8a5a9373561a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001102 10.0.0.19 - - [2025-06-30 02:35:37] "GET /project/ecebb2f4-8786-4eab-aeae-8a5a9373561a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.045201 10.0.0.19 - - [2025-06-30 02:35:37] "POST /neutron/network HTTP/1.1" 200 833 0.004775 10.0.0.19 - - [2025-06-30 02:35:37] "POST /neutron/port HTTP/1.1" 200 1086 0.015447 10.0.0.19 - - [2025-06-30 02:35:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005744 10.0.0.19 - - [2025-06-30 02:35:37] "POST /neutron/port HTTP/1.1" 200 117 0.004337 10.0.0.19 - - [2025-06-30 02:35:37] "POST /neutron/port HTTP/1.1" 200 117 0.004412 10.0.0.19 - - [2025-06-30 02:35:37] "POST /neutron/network HTTP/1.1" 200 843 0.005141 10.0.0.19 - - [2025-06-30 02:35:37] "GET /projects?obj_uuids=ecebb2f4-8786-4eab-aeae-8a5a9373561a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001076 10.0.0.19 - - [2025-06-30 02:35:38] "POST /neutron/port HTTP/1.1" 200 1058 0.179257 10.0.0.19 - - [2025-06-30 02:35:38] "POST /neutron/port HTTP/1.1" 200 1058 0.008794 10.0.0.19 - - [2025-06-30 02:35:38] "POST /neutron/port HTTP/1.1" 200 1058 0.007373 10.0.0.19 - - [2025-06-30 02:35:38] "POST /neutron/port HTTP/1.1" 200 1112 0.045388 10.0.0.19 - - [2025-06-30 02:35:38] "POST /neutron/port HTTP/1.1" 200 1086 0.013804 10.0.0.19 - - [2025-06-30 02:35:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002991 10.0.0.19 - - [2025-06-30 02:35:38] "POST /neutron/subnet HTTP/1.1" 200 685 0.012028 10.0.0.19 - - [2025-06-30 02:35:38] "POST /neutron/port HTTP/1.1" 200 117 0.001290 10.0.0.19 - - [2025-06-30 02:35:38] "POST /neutron/network HTTP/1.1" 200 833 0.005056 10.0.0.19 - - [2025-06-30 02:35:42] "POST /neutron/port HTTP/1.1" 200 1086 0.013158 10.0.0.19 - - [2025-06-30 02:35:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005278 10.0.0.19 - - [2025-06-30 02:35:42] "POST /neutron/port HTTP/1.1" 200 1086 0.014771 10.0.0.19 - - [2025-06-30 02:35:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005728 10.0.0.19 - - [2025-06-30 02:35:42] "POST /neutron/port HTTP/1.1" 200 1086 0.013289 10.0.0.19 - - [2025-06-30 02:35:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005478 10.0.0.19 - - [2025-06-30 02:35:42] "GET /virtual-machine/1744945d-08e9-4eab-8a20-9aefa08115d2 HTTP/1.1" 200 1292 0.004112 10.0.0.19 - - [2025-06-30 02:35:42] "GET /virtual-machine-interface/953489aa-a095-480b-a9ac-4968b67b6465 HTTP/1.1" 200 2965 0.004297 10.0.0.19 - - [2025-06-30 02:35:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.19 - - [2025-06-30 02:35:42] "GET /global-vrouter-config/73bcbcba-a6d5-41b8-a730-7861dab88d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002888 10.0.0.19 - - [2025-06-30 02:35:42] "GET /virtual-networks?parent_id=ecebb2f4-8786-4eab-aeae-8a5a9373561a&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002757 10.0.0.19 - - [2025-06-30 02:35:43] "GET /virtual-network/df388318-fd82-4be7-9cec-1a56f4d40b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005160 10.0.0.19 - - [2025-06-30 02:35:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.19 - - [2025-06-30 02:35:46] "GET /virtual-network/df388318-fd82-4be7-9cec-1a56f4d40b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004711 10.0.0.19 - - [2025-06-30 02:35:46] "POST /neutron/port HTTP/1.1" 200 1086 0.015080 10.0.0.19 - - [2025-06-30 02:35:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005092 10.0.0.19 - - [2025-06-30 02:35:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.19 - - [2025-06-30 02:35:48] "GET /global-vrouter-config/73bcbcba-a6d5-41b8-a730-7861dab88d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003040 10.0.0.19 - - [2025-06-30 02:35:48] "GET /virtual-networks?parent_id=ecebb2f4-8786-4eab-aeae-8a5a9373561a&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002822 10.0.0.19 - - [2025-06-30 02:35:48] "GET /virtual-network/df388318-fd82-4be7-9cec-1a56f4d40b36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005358 10.0.0.19 - - [2025-06-30 02:35:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002898 10.0.0.19 - - [2025-06-30 02:35:54] "DELETE /virtual-DNS/4b361205-0e5d-4bd3-9b0b-88b66e166ac3 HTTP/1.1" 409 235 0.006028 10.0.0.19 - - [2025-06-30 02:35:54] "POST /fqname-to-id HTTP/1.1" 404 192 0.002697 10.0.0.19 - - [2025-06-30 02:35:54] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.015412 10.0.0.19 - - [2025-06-30 02:35:54] "GET /virtual-DNS-record/7baa83bf-5a43-4bfe-82ef-c1312fc43cb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.004364 10.0.0.19 - - [2025-06-30 02:35:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002627 10.0.0.19 - - [2025-06-30 02:35:54] "GET /virtual-DNS-record/7baa83bf-5a43-4bfe-82ef-c1312fc43cb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.007274 10.0.0.19 - - [2025-06-30 02:35:54] "GET /domains HTTP/1.1" 200 280 0.002556 10.0.0.19 - - [2025-06-30 02:35:54] "GET /domains?obj_uuids=2079f23d-ad5a-4df4-a8b3-dec8e90e045f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001009 10.0.0.19 - - [2025-06-30 02:35:54] "GET /domain/2079f23d-ad5a-4df4-a8b3-dec8e90e045f HTTP/1.1" 200 2958 0.006341 10.0.0.19 - - [2025-06-30 02:35:54] "GET /virtual-DNS/4b361205-0e5d-4bd3-9b0b-88b66e166ac3 HTTP/1.1" 200 1907 0.003962 10.0.0.19 - - [2025-06-30 02:35:54] "GET /virtual-DNS-record/7baa83bf-5a43-4bfe-82ef-c1312fc43cb3 HTTP/1.1" 200 1335 0.002377 10.0.0.19 - - [2025-06-30 02:35:59] "DELETE /virtual-DNS-record/7baa83bf-5a43-4bfe-82ef-c1312fc43cb3 HTTP/1.1" 200 115 0.017164 10.0.0.19 - - [2025-06-30 02:35:59] "POST /fqname-to-id HTTP/1.1" 404 184 0.003338 10.0.0.19 - - [2025-06-30 02:35:59] "POST /neutron/network HTTP/1.1" 200 833 0.005628 10.0.0.19 - - [2025-06-30 02:35:59] "POST /neutron/network HTTP/1.1" 400 204 0.009871 10.0.0.19 - - [2025-06-30 02:36:00] "POST /neutron/port HTTP/1.1" 200 1086 0.014064 10.0.0.19 - - [2025-06-30 02:36:00] "POST /neutron/port HTTP/1.1" 200 1112 0.008415 10.0.0.19 - - [2025-06-30 02:36:00] "POST /neutron/port HTTP/1.1" 200 1086 0.019197 10.0.0.19 - - [2025-06-30 02:36:00] "POST /neutron/port HTTP/1.1" 200 1112 0.015870 10.0.0.19 - - [2025-06-30 02:36:00] "POST /neutron/port HTTP/1.1" 200 151 0.115418 10.0.0.19 - - [2025-06-30 02:36:00] "POST /neutron/port HTTP/1.1" 200 151 0.109202 10.0.0.19 - - [2025-06-30 02:36:01] "POST /neutron/network HTTP/1.1" 200 833 0.005357 10.0.0.19 - - [2025-06-30 02:36:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003877 10.0.0.19 - - [2025-06-30 02:36:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002437 10.0.0.19 - - [2025-06-30 02:36:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002827 10.0.0.19 - - [2025-06-30 02:36:02] "POST /neutron/network HTTP/1.1" 200 151 0.221711 10.0.0.19 - - [2025-06-30 02:36:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002765 10.0.0.19 - - [2025-06-30 02:36:02] "DELETE /route-target/a1ed4059-5a60-4d37-9e23-6452be646c6c HTTP/1.1" 200 115 0.019065 10.0.0.19 - - [2025-06-30 02:36:02] "DELETE /network-ipam/b23af63b-4127-48dc-b9f9-003326a1497a HTTP/1.1" 200 115 0.032404 10.0.0.19 - - [2025-06-30 02:36:02] "DELETE /virtual-DNS/4b361205-0e5d-4bd3-9b0b-88b66e166ac3 HTTP/1.1" 200 115 0.028146 10.0.0.19 - - [2025-06-30 02:36:02] "POST /fqname-to-id HTTP/1.1" 404 180 0.003635 10.0.0.19 - - [2025-06-30 02:36:02] "GET /domains HTTP/1.1" 200 280 0.002871 10.0.0.19 - - [2025-06-30 02:36:02] "GET /domains?obj_uuids=2079f23d-ad5a-4df4-a8b3-dec8e90e045f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001058 10.0.0.19 - - [2025-06-30 02:36:02] "GET /domain/2079f23d-ad5a-4df4-a8b3-dec8e90e045f HTTP/1.1" 200 2758 0.011287 10.0.0.19 - - [2025-06-30 02:36:02] "GET /projects?obj_uuids=ecebb2f4-8786-4eab-aeae-8a5a9373561a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001569 10.0.0.19 - - [2025-06-30 02:36:02] "GET /project/ecebb2f4-8786-4eab-aeae-8a5a9373561a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.022875 10.0.0.19 - - [2025-06-30 02:36:02] "GET /projects?obj_uuids=ecebb2f4-8786-4eab-aeae-8a5a9373561a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001056 10.0.0.19 - - [2025-06-30 02:36:02] "GET /project/ecebb2f4-8786-4eab-aeae-8a5a9373561a?fields=virtual_networks HTTP/1.1" 200 1035 0.063339 10.0.0.19 - - [2025-06-30 02:36:02] "GET /projects?obj_uuids=ecebb2f4-8786-4eab-aeae-8a5a9373561a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001126 10.0.0.19 - - [2025-06-30 02:36:02] "GET /project/ecebb2f4-8786-4eab-aeae-8a5a9373561a?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.023008 10.0.0.19 - - [2025-06-30 02:36:02] "GET /projects?obj_uuids=ecebb2f4-8786-4eab-aeae-8a5a9373561a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001139 10.0.0.19 - - [2025-06-30 02:36:02] "GET /project/ecebb2f4-8786-4eab-aeae-8a5a9373561a?fields=security_groups HTTP/1.1" 200 1262 0.027893 10.0.0.19 - - [2025-06-30 02:36:03] "POST /fqname-to-id HTTP/1.1" 404 189 0.021819 10.0.0.19 - - [2025-06-30 02:36:03] "GET /projects?obj_uuids=dff13c01-58ee-4e9a-a7f6-555f9db10b19&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002528 10.0.0.19 - - [2025-06-30 02:36:03] "GET /domains?obj_uuids=2079f23d-ad5a-4df4-a8b3-dec8e90e045f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001046 10.0.0.19 - - [2025-06-30 02:36:03] "GET /domain/2079f23d-ad5a-4df4-a8b3-dec8e90e045f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006977 10.0.0.19 - - [2025-06-30 02:36:03] "POST /id-to-fqname HTTP/1.1" 200 191 0.001359 10.0.0.19 - - [2025-06-30 02:36:03] "POST /fqname-to-id HTTP/1.1" 404 200 0.002439 10.0.0.19 - - [2025-06-30 02:36:03] "POST /security-groups HTTP/1.1" 200 592 0.063691 10.0.0.19 - - [2025-06-30 02:36:03] "POST /fqname-to-id HTTP/1.1" 404 235 0.002442 10.0.0.19 - - [2025-06-30 02:36:03] "POST /projects HTTP/1.1" 200 587 0.203648 10.0.0.19 - - [2025-06-30 02:36:03] "POST /access-control-lists HTTP/1.1" 200 597 0.060050 10.0.0.19 - - [2025-06-30 02:36:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.273467 10.0.0.19 - - [2025-06-30 02:36:04] "POST /fqname-to-id HTTP/1.1" 404 234 0.002846 10.0.0.19 - - [2025-06-30 02:36:04] "GET /project/dff13c01-58ee-4e9a-a7f6-555f9db10b19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.394859 10.0.0.19 - - [2025-06-30 02:36:04] "POST /access-control-lists HTTP/1.1" 200 595 0.056266 10.0.0.19 - - [2025-06-30 02:36:04] "GET / HTTP/1.1" 200 35931 0.002038 10.0.0.19 - - [2025-06-30 02:36:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000438 10.0.0.19 - - [2025-06-30 02:36:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.050345 10.0.0.19 - - [2025-06-30 02:36:06] "GET /projects?obj_uuids=dff13c01-58ee-4e9a-a7f6-555f9db10b19&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001170 10.0.0.19 - - [2025-06-30 02:36:06] "GET /project/dff13c01-58ee-4e9a-a7f6-555f9db10b19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.023673 10.0.0.19 - - [2025-06-30 02:36:06] "POST /neutron/network HTTP/1.1" 200 117 0.030032 10.0.0.19 - - [2025-06-30 02:36:06] "GET /projects?obj_uuids=dff13c01-58ee-4e9a-a7f6-555f9db10b19&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001651 10.0.0.19 - - [2025-06-30 02:36:06] "POST /neutron/network HTTP/1.1" 200 606 0.060038 10.0.0.19 - - [2025-06-30 02:36:06] "POST /route-targets HTTP/1.1" 200 327 0.010439 10.0.0.19 - - [2025-06-30 02:36:06] "POST /ref-update HTTP/1.1" 200 156 0.013383 10.0.0.19 - - [2025-06-30 02:36:06] "POST /useragent-kv HTTP/1.1" 200 115 0.003617 10.0.0.19 - - [2025-06-30 02:36:06] "POST /neutron/subnet HTTP/1.1" 200 720 0.192010 10.0.0.19 - - [2025-06-30 02:36:06] "POST /neutron/network HTTP/1.1" 200 824 0.005357 10.0.0.19 - - [2025-06-30 02:36:06] "POST /id-to-fqname HTTP/1.1" 200 221 0.001193 10.0.0.19 - - [2025-06-30 02:36:06] "GET /virtual-network/de6199d4-ea40-404d-ac43-f969fc4e52ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004729 10.0.0.19 - - [2025-06-30 02:36:06] "POST /neutron/network HTTP/1.1" 200 824 0.005842 10.0.0.19 - - [2025-06-30 02:36:06] "GET /virtual-network/de6199d4-ea40-404d-ac43-f969fc4e52ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004725 10.0.0.19 - - [2025-06-30 02:36:06] "POST /neutron/network HTTP/1.1" 200 824 0.005167 10.0.0.19 - - [2025-06-30 02:36:06] "POST /neutron/subnet HTTP/1.1" 200 720 0.005861 10.0.0.19 - - [2025-06-30 02:36:06] "POST /id-to-fqname HTTP/1.1" 200 221 0.001107 10.0.0.19 - - [2025-06-30 02:36:06] "POST /neutron/network HTTP/1.1" 200 834 0.005114 10.0.0.19 - - [2025-06-30 02:36:06] "GET /aaa-mode HTTP/1.1" 401 292 0.000376 10.0.0.19 - - [2025-06-30 02:36:07] "GET / HTTP/1.1" 200 35931 0.001738 10.0.0.19 - - [2025-06-30 02:36:07] "GET /project/dff13c01-58ee-4e9a-a7f6-555f9db10b19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000389 10.0.0.19 - - [2025-06-30 02:36:07] "GET /projects?obj_uuids=dff13c01-58ee-4e9a-a7f6-555f9db10b19&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001072 10.0.0.19 - - [2025-06-30 02:36:07] "GET /project/dff13c01-58ee-4e9a-a7f6-555f9db10b19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.039601 10.0.0.19 - - [2025-06-30 02:36:07] "POST /neutron/network HTTP/1.1" 200 824 0.004481 10.0.0.19 - - [2025-06-30 02:36:07] "POST /neutron/port HTTP/1.1" 200 117 0.004491 10.0.0.19 - - [2025-06-30 02:36:07] "POST /neutron/port HTTP/1.1" 200 117 0.004327 10.0.0.19 - - [2025-06-30 02:36:07] "POST /id-to-fqname HTTP/1.1" 200 221 0.001163 10.0.0.19 - - [2025-06-30 02:36:07] "POST /neutron/port HTTP/1.1" 200 117 0.004892 10.0.0.19 - - [2025-06-30 02:36:07] "POST /neutron/network HTTP/1.1" 200 834 0.005197 10.0.0.19 - - [2025-06-30 02:36:07] "GET /aaa-mode HTTP/1.1" 401 292 0.000388 10.0.0.19 - - [2025-06-30 02:36:07] "POST /neutron/network HTTP/1.1" 200 834 0.005317 10.0.0.19 - - [2025-06-30 02:36:07] "GET /projects?obj_uuids=dff13c01-58ee-4e9a-a7f6-555f9db10b19&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001004 10.0.0.19 - - [2025-06-30 02:36:08] "GET / HTTP/1.1" 200 35931 0.001719 10.0.0.19 - - [2025-06-30 02:36:08] "GET /project/dff13c01-58ee-4e9a-a7f6-555f9db10b19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000383 10.0.0.19 - - [2025-06-30 02:36:08] "POST /neutron/port HTTP/1.1" 200 1060 0.183132 10.0.0.19 - - [2025-06-30 02:36:08] "POST /neutron/port HTTP/1.1" 200 1060 0.008698 10.0.0.19 - - [2025-06-30 02:36:08] "POST /neutron/port HTTP/1.1" 200 1060 0.007604 10.0.0.19 - - [2025-06-30 02:36:08] "POST /neutron/port HTTP/1.1" 200 1114 0.057154 10.0.0.19 - - [2025-06-30 02:36:08] "POST /neutron/port HTTP/1.1" 200 1088 0.013912 10.0.0.19 - - [2025-06-30 02:36:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003448 10.0.0.19 - - [2025-06-30 02:36:08] "POST /neutron/subnet HTTP/1.1" 200 694 0.010480 10.0.0.19 - - [2025-06-30 02:36:08] "POST /neutron/port HTTP/1.1" 200 117 0.001386 10.0.0.19 - - [2025-06-30 02:36:08] "POST /neutron/network HTTP/1.1" 200 824 0.006242 10.0.0.19 - - [2025-06-30 02:36:08] "GET /projects?obj_uuids=dff13c01-58ee-4e9a-a7f6-555f9db10b19&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001554 10.0.0.19 - - [2025-06-30 02:36:08] "GET /project/dff13c01-58ee-4e9a-a7f6-555f9db10b19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.044346 10.0.0.19 - - [2025-06-30 02:36:08] "POST /neutron/network HTTP/1.1" 200 824 0.004868 10.0.0.19 - - [2025-06-30 02:36:08] "POST /neutron/port HTTP/1.1" 200 1088 0.019486 10.0.0.19 - - [2025-06-30 02:36:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005660 10.0.0.19 - - [2025-06-30 02:36:08] "POST /neutron/port HTTP/1.1" 200 117 0.004697 10.0.0.19 - - [2025-06-30 02:36:08] "POST /neutron/port HTTP/1.1" 200 1088 0.014415 10.0.0.19 - - [2025-06-30 02:36:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009723 10.0.0.19 - - [2025-06-30 02:36:08] "POST /neutron/network HTTP/1.1" 200 834 0.005413 10.0.0.19 - - [2025-06-30 02:36:09] "GET /projects?obj_uuids=dff13c01-58ee-4e9a-a7f6-555f9db10b19&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001057 10.0.0.19 - - [2025-06-30 02:36:09] "POST /neutron/port HTTP/1.1" 200 1060 0.231783 10.0.0.19 - - [2025-06-30 02:36:09] "POST /neutron/port HTTP/1.1" 200 1060 0.011520 10.0.0.19 - - [2025-06-30 02:36:09] "POST /neutron/port HTTP/1.1" 200 1060 0.009005 10.0.0.19 - - [2025-06-30 02:36:09] "POST /neutron/port HTTP/1.1" 200 1114 0.066509 10.0.0.19 - - [2025-06-30 02:36:09] "POST /neutron/port HTTP/1.1" 200 1088 0.016204 10.0.0.19 - - [2025-06-30 02:36:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003417 10.0.0.19 - - [2025-06-30 02:36:09] "POST /neutron/subnet HTTP/1.1" 200 694 0.010259 10.0.0.19 - - [2025-06-30 02:36:09] "POST /neutron/port HTTP/1.1" 200 117 0.001616 10.0.0.19 - - [2025-06-30 02:36:09] "POST /neutron/network HTTP/1.1" 200 824 0.004853 10.0.0.19 - - [2025-06-30 02:36:12] "DELETE /project/dff13c0158ee4e9aa7f6555f9db10b19 HTTP/1.1" 404 173 0.008346 10.0.0.19 - - [2025-06-30 02:36:12] "DELETE /project/ecebb2f487864eabaeae8a5a9373561a HTTP/1.1" 404 173 0.007518 10.0.0.19 - - [2025-06-30 02:36:12] "GET /projects?obj_uuids=ecebb2f4-8786-4eab-aeae-8a5a9373561a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000980 10.0.0.19 - - [2025-06-30 02:36:12] "GET /projects?obj_uuids=4207f933-2c62-4eab-bb17-cb0619b61f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000850 10.0.0.19 - - [2025-06-30 02:36:12] "GET /project/4207f933-2c62-4eab-bb17-cb0619b61f72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.047861 10.0.0.19 - - [2025-06-30 02:36:12] "GET /project/ecebb2f4-8786-4eab-aeae-8a5a9373561a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.050615 10.0.0.19 - - [2025-06-30 02:36:12] "GET /projects?obj_uuids=ecebb2f4-8786-4eab-aeae-8a5a9373561a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000968 10.0.0.19 - - [2025-06-30 02:36:12] "GET /projects?obj_uuids=4207f933-2c62-4eab-bb17-cb0619b61f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000886 10.0.0.19 - - [2025-06-30 02:36:12] "GET /project/4207f933-2c62-4eab-bb17-cb0619b61f72?fields=security_groups HTTP/1.1" 200 1357 0.035320 10.0.0.19 - - [2025-06-30 02:36:12] "GET /project/ecebb2f4-8786-4eab-aeae-8a5a9373561a?fields=security_groups HTTP/1.1" 200 1367 0.038141 10.0.0.19 - - [2025-06-30 02:36:12] "DELETE /security-group/f011c852-462f-4d85-b433-3b6082067b24 HTTP/1.1" 200 115 0.055434 10.0.0.19 - - [2025-06-30 02:36:12] "GET /projects?obj_uuids=4207f933-2c62-4eab-bb17-cb0619b61f72&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001080 10.0.0.19 - - [2025-06-30 02:36:12] "DELETE /access-control-list/5551bc31-1ff9-4eb6-9217-0e7235e72847 HTTP/1.1" 200 115 0.042120 10.0.0.19 - - [2025-06-30 02:36:12] "DELETE /security-group/db6ec3ef-a3ae-4581-9da4-63b198b5800a HTTP/1.1" 200 115 0.066484 10.0.0.19 - - [2025-06-30 02:36:12] "GET /projects?obj_uuids=ecebb2f4-8786-4eab-aeae-8a5a9373561a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001053 10.0.0.19 - - [2025-06-30 02:36:12] "GET /project/4207f933-2c62-4eab-bb17-cb0619b61f72?fields=application_policy_sets HTTP/1.1" 200 1396 0.042318 10.0.0.19 - - [2025-06-30 02:36:12] "DELETE /access-control-list/0c7e01b8-9553-4b23-b0b2-61d8e7498acc HTTP/1.1" 200 115 0.041754 10.0.0.19 - - [2025-06-30 02:36:12] "DELETE /access-control-list/57d86bb1-18dc-42de-a2cf-76c9a721194c HTTP/1.1" 200 115 0.036017 10.0.0.19 - - [2025-06-30 02:36:12] "GET /project/ecebb2f4-8786-4eab-aeae-8a5a9373561a?fields=application_policy_sets HTTP/1.1" 200 1406 0.089738 10.0.0.19 - - [2025-06-30 02:36:12] "DELETE /access-control-list/13d590de-fc18-4902-ad42-6b4b475aa35c HTTP/1.1" 200 115 0.035829 10.0.0.19 - - [2025-06-30 02:36:13] "DELETE /project/4207f933-2c62-4eab-bb17-cb0619b61f72 HTTP/1.1" 200 115 0.399324 10.0.0.19 - - [2025-06-30 02:36:13] "DELETE /project/ecebb2f4-8786-4eab-aeae-8a5a9373561a HTTP/1.1" 200 115 0.461755 10.0.0.19 - - [2025-06-30 02:36:13] "POST /neutron/port HTTP/1.1" 200 1088 0.014511 10.0.0.19 - - [2025-06-30 02:36:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006906 10.0.0.19 - - [2025-06-30 02:36:13] "POST /neutron/port HTTP/1.1" 200 1088 0.013844 10.0.0.19 - - [2025-06-30 02:36:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005975 10.0.0.19 - - [2025-06-30 02:36:14] "POST /neutron/port HTTP/1.1" 200 1088 0.015273 10.0.0.19 - - [2025-06-30 02:36:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005692 10.0.0.19 - - [2025-06-30 02:36:14] "GET /virtual-machine/8141a06b-8089-4239-920b-46eee6dc463c HTTP/1.1" 401 292 0.000458 10.0.0.19 - - [2025-06-30 02:36:14] "GET /virtual-machine/8141a06b-8089-4239-920b-46eee6dc463c HTTP/1.1" 200 1293 0.024354 10.0.0.19 - - [2025-06-30 02:36:14] "GET /virtual-machine-interface/f9b270e2-5875-4ac7-a7b8-dba2b896598c HTTP/1.1" 200 2947 0.005997 10.0.0.19 - - [2025-06-30 02:36:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.19 - - [2025-06-30 02:36:14] "GET /global-vrouter-config/73bcbcba-a6d5-41b8-a730-7861dab88d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003345 10.0.0.19 - - [2025-06-30 02:36:14] "GET /virtual-networks?parent_id=dff13c01-58ee-4e9a-a7f6-555f9db10b19&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003584 10.0.0.19 - - [2025-06-30 02:36:14] "GET /virtual-network/de6199d4-ea40-404d-ac43-f969fc4e52ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005011 10.0.0.19 - - [2025-06-30 02:36:16] "POST /neutron/port HTTP/1.1" 200 1088 0.014596 10.0.0.19 - - [2025-06-30 02:36:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005383 10.0.0.19 - - [2025-06-30 02:36:17] "POST /neutron/port HTTP/1.1" 200 1088 0.014727 10.0.0.19 - - [2025-06-30 02:36:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004609 10.0.0.19 - - [2025-06-30 02:36:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002719 10.0.0.19 - - [2025-06-30 02:36:17] "GET /virtual-network/de6199d4-ea40-404d-ac43-f969fc4e52ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.004445 10.0.0.19 - - [2025-06-30 02:36:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002675 10.0.0.19 - - [2025-06-30 02:36:19] "GET /global-vrouter-config/73bcbcba-a6d5-41b8-a730-7861dab88d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003271 10.0.0.19 - - [2025-06-30 02:36:19] "GET /virtual-networks?parent_id=dff13c01-58ee-4e9a-a7f6-555f9db10b19&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002898 10.0.0.19 - - [2025-06-30 02:36:19] "GET /virtual-network/de6199d4-ea40-404d-ac43-f969fc4e52ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005038 10.0.0.19 - - [2025-06-30 02:36:20] "POST /neutron/port HTTP/1.1" 200 1088 0.015130 10.0.0.19 - - [2025-06-30 02:36:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005943 10.0.0.19 - - [2025-06-30 02:36:20] "POST /neutron/port HTTP/1.1" 200 1088 0.013324 10.0.0.19 - - [2025-06-30 02:36:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005784 10.0.0.19 - - [2025-06-30 02:36:20] "POST /neutron/port HTTP/1.1" 200 1088 0.019057 10.0.0.19 - - [2025-06-30 02:36:20] "GET /obj-perms HTTP/1.1" 200 5056 0.055297 10.0.0.19 - - [2025-06-30 02:36:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008711 10.0.0.19 - - [2025-06-30 02:36:20] "GET /virtual-machine/cafcef2b-5ccf-4a10-866a-7ff480e4a72c HTTP/1.1" 200 1293 0.007558 10.0.0.19 - - [2025-06-30 02:36:20] "GET /virtual-machine-interface/c10065f2-1968-4c59-b6a4-a7e31415c215 HTTP/1.1" 200 2947 0.004783 10.0.0.19 - - [2025-06-30 02:36:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002715 10.0.0.19 - - [2025-06-30 02:36:20] "GET /global-vrouter-config/73bcbcba-a6d5-41b8-a730-7861dab88d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002752 10.0.0.19 - - [2025-06-30 02:36:20] "GET /virtual-networks?parent_id=dff13c01-58ee-4e9a-a7f6-555f9db10b19&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002801 10.0.0.19 - - [2025-06-30 02:36:20] "GET /virtual-network/de6199d4-ea40-404d-ac43-f969fc4e52ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005718 10.0.0.19 - - [2025-06-30 02:36:20] "GET /obj-perms HTTP/1.1" 200 5056 0.038567 10.0.0.19 - - [2025-06-30 02:36:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.19 - - [2025-06-30 02:36:21] "GET /global-vrouter-config/73bcbcba-a6d5-41b8-a730-7861dab88d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002689 10.0.0.19 - - [2025-06-30 02:36:21] "GET /virtual-networks?parent_id=dff13c01-58ee-4e9a-a7f6-555f9db10b19&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002745 10.0.0.19 - - [2025-06-30 02:36:21] "GET /virtual-network/de6199d4-ea40-404d-ac43-f969fc4e52ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.009789 10.0.0.19 - - [2025-06-30 02:36:26] "POST /neutron/network HTTP/1.1" 200 824 0.007123 10.0.0.19 - - [2025-06-30 02:36:26] "POST /neutron/network HTTP/1.1" 400 204 0.009418 10.0.0.19 - - [2025-06-30 02:36:26] "POST /neutron/port HTTP/1.1" 200 1088 0.017801 10.0.0.19 - - [2025-06-30 02:36:26] "POST /neutron/port HTTP/1.1" 200 1114 0.007951 10.0.0.19 - - [2025-06-30 02:36:26] "POST /neutron/port HTTP/1.1" 200 1088 0.019013 10.0.0.19 - - [2025-06-30 02:36:26] "POST /neutron/port HTTP/1.1" 200 1114 0.012271 10.0.0.19 - - [2025-06-30 02:36:26] "POST /neutron/port HTTP/1.1" 200 151 0.171602 10.0.0.19 - - [2025-06-30 02:36:26] "POST /neutron/port HTTP/1.1" 200 151 0.158405 10.0.0.19 - - [2025-06-30 02:36:28] "POST /neutron/network HTTP/1.1" 200 824 0.005332 10.0.0.19 - - [2025-06-30 02:36:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003238 10.0.0.19 - - [2025-06-30 02:36:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004246 10.0.0.19 - - [2025-06-30 02:36:28] "POST /useragent-kv HTTP/1.1" 200 115 0.001686 10.0.0.19 - - [2025-06-30 02:36:28] "POST /neutron/network HTTP/1.1" 200 151 0.073030 10.0.0.19 - - [2025-06-30 02:36:28] "DELETE /route-target/65dfd1de-2014-409b-a631-f96792e07ae6 HTTP/1.1" 200 115 0.012750 10.0.0.19 - - [2025-06-30 02:36:28] "GET /projects?obj_uuids=dff13c01-58ee-4e9a-a7f6-555f9db10b19&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001570 10.0.0.19 - - [2025-06-30 02:36:28] "GET /project/dff13c01-58ee-4e9a-a7f6-555f9db10b19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.024526 10.0.0.19 - - [2025-06-30 02:36:28] "GET /projects?obj_uuids=dff13c01-58ee-4e9a-a7f6-555f9db10b19&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001618 10.0.0.19 - - [2025-06-30 02:36:28] "GET /project/dff13c01-58ee-4e9a-a7f6-555f9db10b19?fields=virtual_networks HTTP/1.1" 200 1035 0.064452 10.0.0.19 - - [2025-06-30 02:36:28] "GET /projects?obj_uuids=dff13c01-58ee-4e9a-a7f6-555f9db10b19&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001058 10.0.0.19 - - [2025-06-30 02:36:28] "GET /project/dff13c01-58ee-4e9a-a7f6-555f9db10b19?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.022750 10.0.0.19 - - [2025-06-30 02:36:28] "GET /projects?obj_uuids=dff13c01-58ee-4e9a-a7f6-555f9db10b19&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001032 10.0.0.19 - - [2025-06-30 02:36:28] "GET /project/dff13c01-58ee-4e9a-a7f6-555f9db10b19?fields=security_groups HTTP/1.1" 200 1262 0.020801 10.0.0.19 - - [2025-06-30 02:36:29] "POST /fqname-to-id HTTP/1.1" 404 188 0.028803 10.0.0.19 - - [2025-06-30 02:36:29] "GET /projects?obj_uuids=bfa7dbf0-fb74-4628-8fba-056c3070d38c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002635 10.0.0.19 - - [2025-06-30 02:36:29] "GET /domains?obj_uuids=2079f23d-ad5a-4df4-a8b3-dec8e90e045f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001034 10.0.0.19 - - [2025-06-30 02:36:29] "GET /domain/2079f23d-ad5a-4df4-a8b3-dec8e90e045f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007073 10.0.0.19 - - [2025-06-30 02:36:29] "POST /id-to-fqname HTTP/1.1" 200 190 0.001194 10.0.0.19 - - [2025-06-30 02:36:29] "POST /fqname-to-id HTTP/1.1" 404 199 0.004171 10.0.0.19 - - [2025-06-30 02:36:30] "POST /security-groups HTTP/1.1" 200 591 0.059585 10.0.0.19 - - [2025-06-30 02:36:30] "POST /fqname-to-id HTTP/1.1" 404 234 0.002412 10.0.0.19 - - [2025-06-30 02:36:30] "POST /projects HTTP/1.1" 200 585 0.223798 10.0.0.19 - - [2025-06-30 02:36:30] "POST /access-control-lists HTTP/1.1" 200 596 0.056705 10.0.0.19 - - [2025-06-30 02:36:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.294580 10.0.0.19 - - [2025-06-30 02:36:30] "POST /fqname-to-id HTTP/1.1" 404 233 0.002619 10.0.0.19 - - [2025-06-30 02:36:30] "GET /project/bfa7dbf0-fb74-4628-8fba-056c3070d38c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.411201 10.0.0.19 - - [2025-06-30 02:36:30] "POST /access-control-lists HTTP/1.1" 200 594 0.060057 10.0.0.19 - - [2025-06-30 02:36:31] "GET / HTTP/1.1" 200 35931 0.002822 10.0.0.19 - - [2025-06-30 02:36:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000452 10.0.0.19 - - [2025-06-30 02:36:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.049941 10.0.0.19 - - [2025-06-30 02:36:32] "GET /projects?obj_uuids=bfa7dbf0-fb74-4628-8fba-056c3070d38c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001045 10.0.0.19 - - [2025-06-30 02:36:32] "GET /project/bfa7dbf0-fb74-4628-8fba-056c3070d38c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.022682 10.0.0.19 - - [2025-06-30 02:36:32] "POST /neutron/network HTTP/1.1" 200 117 0.025751 10.0.0.19 - - [2025-06-30 02:36:32] "GET /projects?obj_uuids=bfa7dbf0-fb74-4628-8fba-056c3070d38c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002128 10.0.0.19 - - [2025-06-30 02:36:32] "POST /neutron/network HTTP/1.1" 200 625 0.075143 10.0.0.19 - - [2025-06-30 02:36:32] "POST /route-targets HTTP/1.1" 200 327 0.012770 10.0.0.19 - - [2025-06-30 02:36:32] "POST /ref-update HTTP/1.1" 200 156 0.010207 10.0.0.19 - - [2025-06-30 02:36:32] "POST /useragent-kv HTTP/1.1" 200 115 0.003172 10.0.0.19 - - [2025-06-30 02:36:32] "POST /neutron/subnet HTTP/1.1" 200 701 0.200927 10.0.0.19 - - [2025-06-30 02:36:32] "POST /neutron/network HTTP/1.1" 200 839 0.004894 10.0.0.19 - - [2025-06-30 02:36:32] "POST /id-to-fqname HTTP/1.1" 200 230 0.001129 10.0.0.19 - - [2025-06-30 02:36:32] "GET /virtual-network/58f0d2c7-3c0f-4364-a429-171413fb737c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004545 10.0.0.19 - - [2025-06-30 02:36:32] "POST /neutron/network HTTP/1.1" 200 839 0.005535 10.0.0.19 - - [2025-06-30 02:36:32] "GET /virtual-network/58f0d2c7-3c0f-4364-a429-171413fb737c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004286 10.0.0.19 - - [2025-06-30 02:36:32] "POST /neutron/network HTTP/1.1" 200 839 0.004927 10.0.0.19 - - [2025-06-30 02:36:32] "POST /neutron/subnet HTTP/1.1" 200 701 0.005835 10.0.0.19 - - [2025-06-30 02:36:32] "POST /neutron/network HTTP/1.1" 200 839 0.005282 10.0.0.19 - - [2025-06-30 02:36:32] "POST /id-to-fqname HTTP/1.1" 200 230 0.001149 10.0.0.19 - - [2025-06-30 02:36:32] "POST /neutron/network HTTP/1.1" 200 849 0.005453 10.0.0.19 - - [2025-06-30 02:36:32] "GET /aaa-mode HTTP/1.1" 401 292 0.000499 10.0.0.19 - - [2025-06-30 02:36:33] "GET / HTTP/1.1" 200 35931 0.002012 10.0.0.19 - - [2025-06-30 02:36:33] "GET /project/bfa7dbf0-fb74-4628-8fba-056c3070d38c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000379 10.0.0.19 - - [2025-06-30 02:36:33] "GET /projects?obj_uuids=bfa7dbf0-fb74-4628-8fba-056c3070d38c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001175 10.0.0.19 - - [2025-06-30 02:36:33] "GET /project/bfa7dbf0-fb74-4628-8fba-056c3070d38c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.042634 10.0.0.19 - - [2025-06-30 02:36:33] "POST /neutron/network HTTP/1.1" 200 839 0.005330 10.0.0.19 - - [2025-06-30 02:36:33] "POST /neutron/port HTTP/1.1" 200 117 0.004601 10.0.0.19 - - [2025-06-30 02:36:33] "POST /neutron/port HTTP/1.1" 200 117 0.004469 10.0.0.19 - - [2025-06-30 02:36:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002332 10.0.0.19 - - [2025-06-30 02:36:33] "GET /global-vrouter-config/73bcbcba-a6d5-41b8-a730-7861dab88d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003377 10.0.0.19 - - [2025-06-30 02:36:33] "PUT /global-vrouter-config/73bcbcba-a6d5-41b8-a730-7861dab88d6c HTTP/1.1" 200 276 0.008826 10.0.0.19 - - [2025-06-30 02:36:33] "POST /neutron/port HTTP/1.1" 200 117 0.004662 10.0.0.19 - - [2025-06-30 02:36:34] "POST /neutron/network HTTP/1.1" 200 849 0.005310 10.0.0.19 - - [2025-06-30 02:36:34] "GET /projects?obj_uuids=bfa7dbf0-fb74-4628-8fba-056c3070d38c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001074 10.0.0.19 - - [2025-06-30 02:36:34] "POST /neutron/port HTTP/1.1" 200 1055 0.186384 10.0.0.19 - - [2025-06-30 02:36:34] "POST /neutron/port HTTP/1.1" 200 1055 0.008152 10.0.0.19 - - [2025-06-30 02:36:34] "POST /neutron/port HTTP/1.1" 200 1055 0.007075 10.0.0.19 - - [2025-06-30 02:36:34] "POST /neutron/port HTTP/1.1" 200 1109 0.050055 10.0.0.19 - - [2025-06-30 02:36:34] "POST /neutron/port HTTP/1.1" 200 1083 0.013081 10.0.0.19 - - [2025-06-30 02:36:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002780 10.0.0.19 - - [2025-06-30 02:36:34] "POST /neutron/subnet HTTP/1.1" 200 675 0.009741 10.0.0.19 - - [2025-06-30 02:36:34] "POST /neutron/port HTTP/1.1" 200 117 0.001053 10.0.0.19 - - [2025-06-30 02:36:34] "POST /neutron/network HTTP/1.1" 200 839 0.004727 10.0.0.19 - - [2025-06-30 02:36:38] "POST /neutron/port HTTP/1.1" 200 1083 0.012777 10.0.0.19 - - [2025-06-30 02:36:38] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005522 10.0.0.19 - - [2025-06-30 02:36:39] "POST /neutron/port HTTP/1.1" 200 1083 0.013598 10.0.0.19 - - [2025-06-30 02:36:39] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005791 10.0.0.19 - - [2025-06-30 02:36:39] "POST /neutron/port HTTP/1.1" 200 1083 0.014317 10.0.0.19 - - [2025-06-30 02:36:39] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005579 10.0.0.19 - - [2025-06-30 02:36:39] "GET /virtual-machine/73fc8286-f086-4f93-8c1d-de84ebaee2b1 HTTP/1.1" 401 292 0.000389 10.0.0.19 - - [2025-06-30 02:36:39] "GET /virtual-machine/73fc8286-f086-4f93-8c1d-de84ebaee2b1 HTTP/1.1" 200 1292 0.024032 10.0.0.19 - - [2025-06-30 02:36:39] "GET /virtual-machine-interface/c27810f1-b6ae-4066-8912-b44c927decf9 HTTP/1.1" 200 2971 0.006415 10.0.0.19 - - [2025-06-30 02:36:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002718 10.0.0.19 - - [2025-06-30 02:36:39] "GET /global-vrouter-config/73bcbcba-a6d5-41b8-a730-7861dab88d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.003071 10.0.0.19 - - [2025-06-30 02:36:39] "GET /virtual-networks?parent_id=bfa7dbf0-fb74-4628-8fba-056c3070d38c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002772 10.0.0.19 - - [2025-06-30 02:36:39] "GET /virtual-network/58f0d2c7-3c0f-4364-a429-171413fb737c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005051 10.0.0.19 - - [2025-06-30 02:36:42] "POST /neutron/port HTTP/1.1" 200 1083 0.013866 10.0.0.19 - - [2025-06-30 02:36:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005284 10.0.0.19 - - [2025-06-30 02:36:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002670 10.0.0.19 - - [2025-06-30 02:36:42] "GET /virtual-network/58f0d2c7-3c0f-4364-a429-171413fb737c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004839 10.0.0.19 - - [2025-06-30 02:36:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002851 10.0.0.19 - - [2025-06-30 02:36:44] "GET /global-vrouter-config/73bcbcba-a6d5-41b8-a730-7861dab88d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.002690 10.0.0.19 - - [2025-06-30 02:36:44] "GET /virtual-networks?parent_id=bfa7dbf0-fb74-4628-8fba-056c3070d38c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002782 10.0.0.19 - - [2025-06-30 02:36:45] "GET /virtual-network/58f0d2c7-3c0f-4364-a429-171413fb737c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004960 10.0.0.19 - - [2025-06-30 02:36:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.19 - - [2025-06-30 02:36:46] "GET /global-vrouter-config/73bcbcba-a6d5-41b8-a730-7861dab88d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1828 0.003009 10.0.0.19 - - [2025-06-30 02:36:47] "PUT /global-vrouter-config/73bcbcba-a6d5-41b8-a730-7861dab88d6c HTTP/1.1" 200 276 0.008730 10.0.0.19 - - [2025-06-30 02:36:47] "POST /neutron/network HTTP/1.1" 200 839 0.005559 10.0.0.19 - - [2025-06-30 02:36:47] "POST /neutron/network HTTP/1.1" 400 204 0.009392 10.0.0.19 - - [2025-06-30 02:36:47] "POST /neutron/port HTTP/1.1" 200 1083 0.014390 10.0.0.19 - - [2025-06-30 02:36:47] "POST /neutron/port HTTP/1.1" 200 1109 0.007726 10.0.0.19 - - [2025-06-30 02:36:47] "POST /neutron/port HTTP/1.1" 200 151 0.090065 10.0.0.19 - - [2025-06-30 02:36:49] "POST /neutron/network HTTP/1.1" 200 839 0.005703 10.0.0.19 - - [2025-06-30 02:36:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005009 10.0.0.19 - - [2025-06-30 02:36:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003016 10.0.0.19 - - [2025-06-30 02:36:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003183 10.0.0.19 - - [2025-06-30 02:36:49] "POST /neutron/network HTTP/1.1" 200 151 0.076129 10.0.0.19 - - [2025-06-30 02:36:49] "DELETE /route-target/69cefa58-e861-4e4a-81f7-8333d6778f9c HTTP/1.1" 200 115 0.015312 10.0.0.19 - - [2025-06-30 02:36:49] "GET /global-vrouter-configs HTTP/1.1" 200 357 0.002837 10.0.0.19 - - [2025-06-30 02:36:49] "GET /global-vrouter-config/73bcbcba-a6d5-41b8-a730-7861dab88d6c HTTP/1.1" 200 1826 0.003106 10.0.0.19 - - [2025-06-30 02:36:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002657 10.0.0.19 - - [2025-06-30 02:36:49] "GET /projects?obj_uuids=bfa7dbf0-fb74-4628-8fba-056c3070d38c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001127 10.0.0.19 - - [2025-06-30 02:36:49] "GET /project/bfa7dbf0-fb74-4628-8fba-056c3070d38c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.022028 10.0.0.19 - - [2025-06-30 02:36:49] "POST /neutron/network HTTP/1.1" 200 117 0.007769 10.0.0.19 - - [2025-06-30 02:36:49] "GET /projects?obj_uuids=bfa7dbf0-fb74-4628-8fba-056c3070d38c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001194 10.0.0.19 - - [2025-06-30 02:36:49] "POST /neutron/network HTTP/1.1" 200 605 0.060515 10.0.0.19 - - [2025-06-30 02:36:50] "POST /route-targets HTTP/1.1" 200 327 0.012658 10.0.0.19 - - [2025-06-30 02:36:50] "POST /ref-update HTTP/1.1" 200 156 0.010001 10.0.0.19 - - [2025-06-30 02:36:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002878 10.0.0.19 - - [2025-06-30 02:36:50] "POST /neutron/subnet HTTP/1.1" 200 725 0.176289 10.0.0.19 - - [2025-06-30 02:36:50] "POST /neutron/network HTTP/1.1" 200 824 0.005433 10.0.0.19 - - [2025-06-30 02:36:50] "POST /id-to-fqname HTTP/1.1" 200 220 0.001173 10.0.0.19 - - [2025-06-30 02:36:50] "GET /virtual-network/de8692a2-12a6-4b36-907e-5a00dad819ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004440 10.0.0.19 - - [2025-06-30 02:36:50] "POST /neutron/network HTTP/1.1" 200 824 0.005140 10.0.0.19 - - [2025-06-30 02:36:50] "GET /virtual-network/de8692a2-12a6-4b36-907e-5a00dad819ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004942 10.0.0.19 - - [2025-06-30 02:36:50] "POST /neutron/network HTTP/1.1" 200 824 0.005379 10.0.0.19 - - [2025-06-30 02:36:50] "POST /neutron/subnet HTTP/1.1" 200 725 0.007039 10.0.0.19 - - [2025-06-30 02:36:50] "POST /id-to-fqname HTTP/1.1" 200 220 0.001200 10.0.0.19 - - [2025-06-30 02:36:50] "POST /neutron/network HTTP/1.1" 200 834 0.005552 10.0.0.19 - - [2025-06-30 02:36:50] "GET /aaa-mode HTTP/1.1" 401 292 0.000404 10.0.0.19 - - [2025-06-30 02:36:50] "GET / HTTP/1.1" 200 35931 0.001769 10.0.0.19 - - [2025-06-30 02:36:50] "GET /project/bfa7dbf0-fb74-4628-8fba-056c3070d38c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000395 10.0.0.19 - - [2025-06-30 02:36:51] "GET /projects?obj_uuids=bfa7dbf0-fb74-4628-8fba-056c3070d38c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001284 10.0.0.19 - - [2025-06-30 02:36:51] "GET /project/bfa7dbf0-fb74-4628-8fba-056c3070d38c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.045238 10.0.0.19 - - [2025-06-30 02:36:51] "POST /neutron/network HTTP/1.1" 200 824 0.005504 10.0.0.19 - - [2025-06-30 02:36:51] "POST /neutron/port HTTP/1.1" 200 117 0.004741 10.0.0.19 - - [2025-06-30 02:36:51] "POST /neutron/port HTTP/1.1" 200 117 0.005420 10.0.0.19 - - [2025-06-30 02:36:51] "POST /neutron/port HTTP/1.1" 200 117 0.005104 10.0.0.19 - - [2025-06-30 02:36:51] "POST /neutron/network HTTP/1.1" 200 834 0.005377 10.0.0.19 - - [2025-06-30 02:36:51] "GET /projects?obj_uuids=bfa7dbf0-fb74-4628-8fba-056c3070d38c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001135 10.0.0.19 - - [2025-06-30 02:36:51] "POST /neutron/port HTTP/1.1" 200 1060 0.203805 10.0.0.19 - - [2025-06-30 02:36:51] "POST /neutron/port HTTP/1.1" 200 1060 0.008400 10.0.0.19 - - [2025-06-30 02:36:52] "POST /neutron/port HTTP/1.1" 200 1060 0.007744 10.0.0.19 - - [2025-06-30 02:36:52] "POST /neutron/port HTTP/1.1" 200 1114 0.053673 10.0.0.19 - - [2025-06-30 02:36:52] "POST /neutron/port HTTP/1.1" 200 1088 0.013629 10.0.0.19 - - [2025-06-30 02:36:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002670 10.0.0.19 - - [2025-06-30 02:36:52] "POST /neutron/subnet HTTP/1.1" 200 699 0.009406 10.0.0.19 - - [2025-06-30 02:36:52] "POST /neutron/port HTTP/1.1" 200 117 0.001225 10.0.0.19 - - [2025-06-30 02:36:52] "POST /neutron/network HTTP/1.1" 200 824 0.005513 10.0.0.19 - - [2025-06-30 02:36:56] "POST /neutron/port HTTP/1.1" 200 1088 0.016257 10.0.0.19 - - [2025-06-30 02:36:56] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007061 10.0.0.19 - - [2025-06-30 02:36:56] "POST /neutron/port HTTP/1.1" 200 1088 0.015093 10.0.0.19 - - [2025-06-30 02:36:56] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006267 10.0.0.19 - - [2025-06-30 02:36:56] "POST /neutron/port HTTP/1.1" 200 1088 0.014241 10.0.0.19 - - [2025-06-30 02:36:56] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005807 10.0.0.19 - - [2025-06-30 02:36:56] "GET /virtual-machine/36e6a396-bc94-49a3-97bb-3075cf2c2bf4 HTTP/1.1" 200 1292 0.004326 10.0.0.19 - - [2025-06-30 02:36:56] "GET /virtual-machine-interface/b4df1e49-c4e5-4e5a-903a-2dda24f8443f HTTP/1.1" 200 2942 0.004604 10.0.0.19 - - [2025-06-30 02:36:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002939 10.0.0.19 - - [2025-06-30 02:36:56] "GET /global-vrouter-config/73bcbcba-a6d5-41b8-a730-7861dab88d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002698 10.0.0.19 - - [2025-06-30 02:36:56] "GET /virtual-networks?parent_id=bfa7dbf0-fb74-4628-8fba-056c3070d38c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002772 10.0.0.19 - - [2025-06-30 02:36:56] "GET /virtual-network/de8692a2-12a6-4b36-907e-5a00dad819ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004905 10.0.0.19 - - [2025-06-30 02:36:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002794 10.0.0.19 - - [2025-06-30 02:36:59] "GET /virtual-network/de8692a2-12a6-4b36-907e-5a00dad819ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004835 10.0.0.19 - - [2025-06-30 02:37:00] "POST /neutron/port HTTP/1.1" 200 1088 0.013732 10.0.0.19 - - [2025-06-30 02:37:00] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005512 10.0.0.19 - - [2025-06-30 02:37:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003895 10.0.0.19 - - [2025-06-30 02:37:02] "GET /global-vrouter-config/73bcbcba-a6d5-41b8-a730-7861dab88d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003103 10.0.0.19 - - [2025-06-30 02:37:02] "GET /virtual-networks?parent_id=bfa7dbf0-fb74-4628-8fba-056c3070d38c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003075 10.0.0.19 - - [2025-06-30 02:37:02] "GET /virtual-network/de8692a2-12a6-4b36-907e-5a00dad819ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005202 10.0.0.19 - - [2025-06-30 02:37:04] "POST /neutron/network HTTP/1.1" 200 824 0.005219 10.0.0.19 - - [2025-06-30 02:37:04] "POST /neutron/network HTTP/1.1" 400 204 0.009614 10.0.0.19 - - [2025-06-30 02:37:04] "POST /neutron/port HTTP/1.1" 200 1088 0.014163 10.0.0.19 - - [2025-06-30 02:37:04] "POST /neutron/port HTTP/1.1" 200 1114 0.008521 10.0.0.19 - - [2025-06-30 02:37:04] "POST /neutron/port HTTP/1.1" 200 151 0.086221 10.0.0.19 - - [2025-06-30 02:37:06] "POST /neutron/network HTTP/1.1" 200 824 0.005415 10.0.0.19 - - [2025-06-30 02:37:06] "POST /useragent-kv HTTP/1.1" 200 115 0.004116 10.0.0.19 - - [2025-06-30 02:37:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004110 10.0.0.19 - - [2025-06-30 02:37:06] "POST /useragent-kv HTTP/1.1" 200 115 0.001568 10.0.0.19 - - [2025-06-30 02:37:06] "POST /neutron/network HTTP/1.1" 200 151 0.073351 10.0.0.19 - - [2025-06-30 02:37:06] "DELETE /route-target/6d10c3f3-6eba-46c3-8cb4-54cf760b6e83 HTTP/1.1" 200 115 0.013293 10.0.0.19 - - [2025-06-30 02:37:06] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.002912 10.0.0.19 - - [2025-06-30 02:37:06] "POST /network-ipams HTTP/1.1" 200 541 0.015716 10.0.0.19 - - [2025-06-30 02:37:06] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 981 0.002678 10.0.0.19 - - [2025-06-30 02:37:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002750 10.0.0.19 - - [2025-06-30 02:37:06] "GET /network-ipam/daeb0ce8-23ab-4e4a-8ef8-c82a286b30ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.004297 10.0.0.19 - - [2025-06-30 02:37:06] "PUT /network-ipam/daeb0ce8-23ab-4e4a-8ef8-c82a286b30ae HTTP/1.1" 200 258 0.008742 10.0.0.19 - - [2025-06-30 02:37:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.19 - - [2025-06-30 02:37:07] "GET /projects?obj_uuids=bfa7dbf0-fb74-4628-8fba-056c3070d38c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001028 10.0.0.19 - - [2025-06-30 02:37:07] "GET /project/bfa7dbf0-fb74-4628-8fba-056c3070d38c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.021147 10.0.0.19 - - [2025-06-30 02:37:07] "POST /neutron/network HTTP/1.1" 200 117 0.006545 10.0.0.19 - - [2025-06-30 02:37:07] "GET /projects?obj_uuids=bfa7dbf0-fb74-4628-8fba-056c3070d38c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001060 10.0.0.19 - - [2025-06-30 02:37:07] "POST /neutron/network HTTP/1.1" 200 605 0.061645 10.0.0.19 - - [2025-06-30 02:37:07] "POST /route-targets HTTP/1.1" 200 327 0.009292 10.0.0.19 - - [2025-06-30 02:37:07] "POST /ref-update HTTP/1.1" 200 156 0.010910 10.0.0.19 - - [2025-06-30 02:37:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002871 10.0.0.19 - - [2025-06-30 02:37:07] "POST /neutron/subnet HTTP/1.1" 200 699 0.140366 10.0.0.19 - - [2025-06-30 02:37:07] "POST /useragent-kv HTTP/1.1" 200 115 0.001820 10.0.0.19 - - [2025-06-30 02:37:07] "POST /neutron/subnet HTTP/1.1" 200 699 0.188492 10.0.0.19 - - [2025-06-30 02:37:07] "POST /neutron/network HTTP/1.1" 200 994 0.005835 10.0.0.19 - - [2025-06-30 02:37:07] "POST /id-to-fqname HTTP/1.1" 200 220 0.001063 10.0.0.19 - - [2025-06-30 02:37:07] "GET /virtual-network/2fce33a0-8024-43bb-b53f-2e2e2b246bf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.004149 10.0.0.19 - - [2025-06-30 02:37:07] "POST /neutron/network HTTP/1.1" 200 994 0.006343 10.0.0.19 - - [2025-06-30 02:37:07] "GET /virtual-network/2fce33a0-8024-43bb-b53f-2e2e2b246bf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.004445 10.0.0.19 - - [2025-06-30 02:37:07] "POST /neutron/network HTTP/1.1" 200 994 0.006381 10.0.0.19 - - [2025-06-30 02:37:07] "POST /neutron/subnet HTTP/1.1" 200 699 0.006078 10.0.0.19 - - [2025-06-30 02:37:07] "POST /neutron/subnet HTTP/1.1" 200 699 0.005367 10.0.0.19 - - [2025-06-30 02:37:07] "POST /neutron/network HTTP/1.1" 200 994 0.005724 10.0.0.19 - - [2025-06-30 02:37:07] "POST /neutron/subnet HTTP/1.1" 200 699 0.005883 10.0.0.19 - - [2025-06-30 02:37:07] "POST /neutron/subnet HTTP/1.1" 200 699 0.005889 10.0.0.19 - - [2025-06-30 02:37:07] "GET /projects?obj_uuids=bfa7dbf0-fb74-4628-8fba-056c3070d38c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002208 10.0.0.19 - - [2025-06-30 02:37:07] "POST /neutron/port HTTP/1.1" 200 1017 0.148728 10.0.0.19 - - [2025-06-30 02:37:07] "GET /projects?obj_uuids=bfa7dbf0-fb74-4628-8fba-056c3070d38c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001035 10.0.0.19 - - [2025-06-30 02:37:08] "POST /neutron/port HTTP/1.1" 200 1017 0.150452 10.0.0.19 - - [2025-06-30 02:37:08] "POST /id-to-fqname HTTP/1.1" 200 220 0.001250 10.0.0.19 - - [2025-06-30 02:37:08] "POST /neutron/port HTTP/1.1" 200 1017 0.007911 10.0.0.19 - - [2025-06-30 02:37:08] "POST /neutron/port HTTP/1.1" 200 1017 0.026637 10.0.0.19 - - [2025-06-30 02:37:08] "POST /neutron/network HTTP/1.1" 200 994 0.006640 10.0.0.19 - - [2025-06-30 02:37:08] "POST /neutron/port HTTP/1.1" 200 1017 0.008641 10.0.0.19 - - [2025-06-30 02:37:08] "POST /neutron/port HTTP/1.1" 200 117 0.005043 10.0.0.19 - - [2025-06-30 02:37:08] "POST /neutron/port HTTP/1.1" 200 117 0.004627 10.0.0.19 - - [2025-06-30 02:37:08] "POST /id-to-fqname HTTP/1.1" 200 220 0.001274 10.0.0.19 - - [2025-06-30 02:37:08] "POST /neutron/port HTTP/1.1" 200 117 0.004626 10.0.0.19 - - [2025-06-30 02:37:08] "POST /neutron/port HTTP/1.1" 200 1017 0.007319 10.0.0.19 - - [2025-06-30 02:37:08] "POST /neutron/port HTTP/1.1" 200 1017 0.006759 10.0.0.19 - - [2025-06-30 02:37:08] "POST /neutron/network HTTP/1.1" 200 994 0.006028 10.0.0.19 - - [2025-06-30 02:37:08] "POST /neutron/port HTTP/1.1" 200 1017 0.006874 10.0.0.19 - - [2025-06-30 02:37:08] "POST /neutron/port HTTP/1.1" 200 1017 0.006941 10.0.0.19 - - [2025-06-30 02:37:08] "POST /neutron/port HTTP/1.1" 200 1017 0.007956 10.0.0.19 - - [2025-06-30 02:37:08] "POST /neutron/port HTTP/1.1" 200 117 0.005212 10.0.0.19 - - [2025-06-30 02:37:08] "POST /neutron/port HTTP/1.1" 200 117 0.004495 10.0.0.19 - - [2025-06-30 02:37:08] "POST /id-to-fqname HTTP/1.1" 200 220 0.001244 10.0.0.19 - - [2025-06-30 02:37:08] "POST /neutron/port HTTP/1.1" 200 117 0.005463 10.0.0.19 - - [2025-06-30 02:37:09] "POST /neutron/network HTTP/1.1" 200 1004 0.006970 10.0.0.19 - - [2025-06-30 02:37:09] "GET /aaa-mode HTTP/1.1" 401 292 0.000390 10.0.0.19 - - [2025-06-30 02:37:09] "GET / HTTP/1.1" 200 35931 0.001550 10.0.0.19 - - [2025-06-30 02:37:09] "GET /project/bfa7dbf0-fb74-4628-8fba-056c3070d38c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000384 10.0.0.19 - - [2025-06-30 02:37:09] "POST /neutron/port HTTP/1.1" 200 1017 0.029336 10.0.0.19 - - [2025-06-30 02:37:09] "POST /neutron/port HTTP/1.1" 200 1017 0.030519 10.0.0.19 - - [2025-06-30 02:37:09] "POST /neutron/network HTTP/1.1" 200 1004 0.008046 10.0.0.19 - - [2025-06-30 02:37:09] "POST /neutron/network HTTP/1.1" 200 1004 0.005795 10.0.0.19 - - [2025-06-30 02:37:09] "POST /neutron/port HTTP/1.1" 200 1017 0.007720 10.0.0.19 - - [2025-06-30 02:37:09] "POST /neutron/port HTTP/1.1" 200 1017 0.007309 10.0.0.19 - - [2025-06-30 02:37:09] "POST /neutron/port HTTP/1.1" 200 1017 0.009915 10.0.0.19 - - [2025-06-30 02:37:09] "POST /neutron/port HTTP/1.1" 200 1017 0.007742 10.0.0.19 - - [2025-06-30 02:37:09] "POST /neutron/port HTTP/1.1" 200 1109 0.126944 10.0.0.19 - - [2025-06-30 02:37:09] "POST /neutron/port HTTP/1.1" 200 1109 0.128594 10.0.0.19 - - [2025-06-30 02:37:09] "POST /neutron/port HTTP/1.1" 200 1083 0.017945 10.0.0.19 - - [2025-06-30 02:37:09] "POST /neutron/port HTTP/1.1" 200 1083 0.014716 10.0.0.19 - - [2025-06-30 02:37:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002905 10.0.0.19 - - [2025-06-30 02:37:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002448 10.0.0.19 - - [2025-06-30 02:37:09] "GET /projects?obj_uuids=bfa7dbf0-fb74-4628-8fba-056c3070d38c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000952 10.0.0.19 - - [2025-06-30 02:37:09] "POST /neutron/subnet HTTP/1.1" 200 673 0.027355 10.0.0.19 - - [2025-06-30 02:37:09] "POST /neutron/subnet HTTP/1.1" 200 673 0.022096 10.0.0.19 - - [2025-06-30 02:37:09] "GET /project/bfa7dbf0-fb74-4628-8fba-056c3070d38c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.054191 10.0.0.19 - - [2025-06-30 02:37:09] "POST /neutron/port HTTP/1.1" 200 117 0.001212 10.0.0.19 - - [2025-06-30 02:37:09] "POST /neutron/port HTTP/1.1" 200 117 0.000865 10.0.0.19 - - [2025-06-30 02:37:09] "POST /neutron/network HTTP/1.1" 200 994 0.006647 10.0.0.19 - - [2025-06-30 02:37:09] "POST /neutron/network HTTP/1.1" 200 994 0.009106 10.0.0.19 - - [2025-06-30 02:37:09] "POST /neutron/network HTTP/1.1" 200 994 0.006813 10.0.0.19 - - [2025-06-30 02:37:09] "POST /neutron/port HTTP/1.1" 200 2050 0.018161 10.0.0.19 - - [2025-06-30 02:37:09] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005466 10.0.0.19 - - [2025-06-30 02:37:09] "POST /neutron/port HTTP/1.1" 200 117 0.004646 10.0.0.19 - - [2025-06-30 02:37:09] "GET /domains HTTP/1.1" 200 280 0.002452 10.0.0.19 - - [2025-06-30 02:37:09] "GET /domains?obj_uuids=2079f23d-ad5a-4df4-a8b3-dec8e90e045f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001726 10.0.0.19 - - [2025-06-30 02:37:09] "GET /domain/2079f23d-ad5a-4df4-a8b3-dec8e90e045f HTTP/1.1" 200 2760 0.008502 10.0.0.19 - - [2025-06-30 02:37:10] "GET /projects?obj_uuids=bfa7dbf0-fb74-4628-8fba-056c3070d38c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001098 10.0.0.19 - - [2025-06-30 02:37:10] "GET /project/bfa7dbf0-fb74-4628-8fba-056c3070d38c HTTP/1.1" 200 2843 0.086920 10.0.0.19 - - [2025-06-30 02:37:10] "GET /network-ipam/daeb0ce8-23ab-4e4a-8ef8-c82a286b30ae HTTP/1.1" 200 2602 0.006081 10.0.0.19 - - [2025-06-30 02:37:10] "GET /domains HTTP/1.1" 200 280 0.003623 10.0.0.19 - - [2025-06-30 02:37:10] "GET /domains?obj_uuids=2079f23d-ad5a-4df4-a8b3-dec8e90e045f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001071 10.0.0.19 - - [2025-06-30 02:37:10] "GET /domain/2079f23d-ad5a-4df4-a8b3-dec8e90e045f HTTP/1.1" 200 2760 0.019674 10.0.0.19 - - [2025-06-30 02:37:10] "GET /projects?obj_uuids=bfa7dbf0-fb74-4628-8fba-056c3070d38c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001203 10.0.0.19 - - [2025-06-30 02:37:10] "GET /project/bfa7dbf0-fb74-4628-8fba-056c3070d38c HTTP/1.1" 200 2843 0.074456 10.0.0.19 - - [2025-06-30 02:37:10] "GET /virtual-network/2fce33a0-8024-43bb-b53f-2e2e2b246bf1 HTTP/1.1" 200 3779 0.006399 10.0.0.19 - - [2025-06-30 02:37:10] "GET /virtual-network/2fce33a0-8024-43bb-b53f-2e2e2b246bf1 HTTP/1.1" 200 3779 0.005291 10.0.0.19 - - [2025-06-30 02:37:10] "GET /routing-instance/dae1f432-ca8a-43fe-a764-265e807de7b3 HTTP/1.1" 200 2381 0.003191 10.0.0.19 - - [2025-06-30 02:37:10] "GET /routing-instance/dae1f432-ca8a-43fe-a764-265e807de7b3 HTTP/1.1" 200 2381 0.002939 10.0.0.19 - - [2025-06-30 02:37:10] "GET /route-target/01b04d82-bbb9-4ba2-8d91-0336ceda9975 HTTP/1.1" 200 1203 0.003860 10.0.0.19 - - [2025-06-30 02:37:10] "POST /neutron/network HTTP/1.1" 200 1004 0.012558 10.0.0.19 - - [2025-06-30 02:37:10] "GET /virtual-network/2fce33a0-8024-43bb-b53f-2e2e2b246bf1 HTTP/1.1" 200 3779 0.004122 10.0.0.19 - - [2025-06-30 02:37:10] "GET /routing-instance/dae1f432-ca8a-43fe-a764-265e807de7b3 HTTP/1.1" 200 2381 0.005342 10.0.0.19 - - [2025-06-30 02:37:10] "GET /projects?obj_uuids=bfa7dbf0-fb74-4628-8fba-056c3070d38c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000946 10.0.0.19 - - [2025-06-30 02:37:10] "GET /virtual-network/2fce33a0-8024-43bb-b53f-2e2e2b246bf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.007582 10.0.0.19 - - [2025-06-30 02:37:10] "GET /virtual-network/2fce33a0-8024-43bb-b53f-2e2e2b246bf1 HTTP/1.1" 200 3779 0.011270 10.0.0.19 - - [2025-06-30 02:37:10] "GET /routing-instance/dae1f432-ca8a-43fe-a764-265e807de7b3 HTTP/1.1" 200 2381 0.007241 10.0.0.19 - - [2025-06-30 02:37:10] "GET /routing-instance/dae1f432-ca8a-43fe-a764-265e807de7b3 HTTP/1.1" 200 2381 0.019371 10.0.0.19 - - [2025-06-30 02:37:10] "GET /route-target/01b04d82-bbb9-4ba2-8d91-0336ceda9975 HTTP/1.1" 200 1203 0.011476 10.0.0.19 - - [2025-06-30 02:37:10] "GET /domains HTTP/1.1" 200 280 0.009048 10.0.0.19 - - [2025-06-30 02:37:10] "GET /domains?obj_uuids=2079f23d-ad5a-4df4-a8b3-dec8e90e045f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001339 10.0.0.19 - - [2025-06-30 02:37:10] "GET /domain/2079f23d-ad5a-4df4-a8b3-dec8e90e045f HTTP/1.1" 200 2760 0.014007 10.0.0.19 - - [2025-06-30 02:37:10] "GET /projects?obj_uuids=bfa7dbf0-fb74-4628-8fba-056c3070d38c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000963 10.0.0.19 - - [2025-06-30 02:37:10] "GET /project/bfa7dbf0-fb74-4628-8fba-056c3070d38c HTTP/1.1" 200 3087 0.132387 10.0.0.19 - - [2025-06-30 02:37:10] "GET /virtual-network/2fce33a0-8024-43bb-b53f-2e2e2b246bf1 HTTP/1.1" 200 4037 0.034103 10.0.0.19 - - [2025-06-30 02:37:10] "POST /neutron/port HTTP/1.1" 200 1055 0.351595 10.0.0.19 - - [2025-06-30 02:37:10] "POST /neutron/port HTTP/1.1" 200 1055 0.009603 10.0.0.19 - - [2025-06-30 02:37:10] "POST /neutron/port HTTP/1.1" 200 1055 0.007597 10.0.0.19 - - [2025-06-30 02:37:10] "POST /neutron/port HTTP/1.1" 200 1109 0.087016 10.0.0.19 - - [2025-06-30 02:37:10] "POST /neutron/port HTTP/1.1" 200 1083 0.018214 10.0.0.19 - - [2025-06-30 02:37:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005100 10.0.0.19 - - [2025-06-30 02:37:10] "POST /neutron/subnet HTTP/1.1" 200 673 0.029417 10.0.0.19 - - [2025-06-30 02:37:10] "POST /neutron/port HTTP/1.1" 200 117 0.001315 10.0.0.19 - - [2025-06-30 02:37:11] "GET /obj-perms HTTP/1.1" 200 5030 0.075860 10.0.0.19 - - [2025-06-30 02:37:11] "POST /neutron/network HTTP/1.1" 200 994 0.016785 10.0.0.19 - - [2025-06-30 02:37:11] "POST /neutron/port HTTP/1.1" 200 1083 0.020308 10.0.0.19 - - [2025-06-30 02:37:11] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009771 10.0.0.19 - - [2025-06-30 02:37:11] "POST /neutron/port HTTP/1.1" 200 1083 0.015185 10.0.0.19 - - [2025-06-30 02:37:11] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007281 10.0.0.19 - - [2025-06-30 02:37:11] "POST /neutron/port HTTP/1.1" 200 1083 0.023507 10.0.0.19 - - [2025-06-30 02:37:11] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007983 10.0.0.19 - - [2025-06-30 02:37:11] "GET /virtual-machine/39f68016-6d63-4f97-afbc-cc1adbcff3f1 HTTP/1.1" 200 1288 0.005953 10.0.0.19 - - [2025-06-30 02:37:11] "GET /virtual-machine-interface/31435d34-c662-495f-9148-ba0b34d667a5 HTTP/1.1" 200 2941 0.007336 10.0.0.19 - - [2025-06-30 02:37:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005773 10.0.0.19 - - [2025-06-30 02:37:11] "GET /global-vrouter-config/73bcbcba-a6d5-41b8-a730-7861dab88d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003512 10.0.0.19 - - [2025-06-30 02:37:11] "GET /virtual-networks?parent_id=bfa7dbf0-fb74-4628-8fba-056c3070d38c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002833 10.0.0.19 - - [2025-06-30 02:37:11] "GET /virtual-network/2fce33a0-8024-43bb-b53f-2e2e2b246bf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005719 10.0.0.19 - - [2025-06-30 02:37:13] "GET /projects?obj_uuids=dff13c01-58ee-4e9a-a7f6-555f9db10b19&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001269 10.0.0.19 - - [2025-06-30 02:37:13] "DELETE /project/bfa7dbf0fb7446288fba056c3070d38c HTTP/1.1" 404 173 0.046344 10.0.0.19 - - [2025-06-30 02:37:13] "GET /project/dff13c01-58ee-4e9a-a7f6-555f9db10b19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.036405 10.0.0.19 - - [2025-06-30 02:37:13] "GET /projects?obj_uuids=dff13c01-58ee-4e9a-a7f6-555f9db10b19&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001515 10.0.0.19 - - [2025-06-30 02:37:13] "GET /project/dff13c01-58ee-4e9a-a7f6-555f9db10b19?fields=security_groups HTTP/1.1" 200 1367 0.040577 10.0.0.19 - - [2025-06-30 02:37:13] "DELETE /security-group/477037a4-743b-4b6f-8933-7ae095d95d49 HTTP/1.1" 200 115 0.046314 10.0.0.19 - - [2025-06-30 02:37:13] "GET /projects?obj_uuids=dff13c01-58ee-4e9a-a7f6-555f9db10b19&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000995 10.0.0.19 - - [2025-06-30 02:37:13] "DELETE /access-control-list/1be6b29d-bd2a-4e6e-a7b6-ffa0264cd95e HTTP/1.1" 200 115 0.037818 10.0.0.19 - - [2025-06-30 02:37:13] "GET /project/dff13c01-58ee-4e9a-a7f6-555f9db10b19?fields=application_policy_sets HTTP/1.1" 200 1406 0.037351 10.0.0.19 - - [2025-06-30 02:37:13] "DELETE /access-control-list/4bc1d6a0-9859-4d67-84dc-8b297226f9ad HTTP/1.1" 200 115 0.035062 10.0.0.19 - - [2025-06-30 02:37:13] "DELETE /project/dff13c01-58ee-4e9a-a7f6-555f9db10b19 HTTP/1.1" 200 115 0.363369 10.0.0.19 - - [2025-06-30 02:37:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.19 - - [2025-06-30 02:37:14] "GET /virtual-network/2fce33a0-8024-43bb-b53f-2e2e2b246bf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.004541 10.0.0.19 - - [2025-06-30 02:37:18] "POST /neutron/port HTTP/1.1" 200 1083 0.014665 10.0.0.19 - - [2025-06-30 02:37:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005154 10.0.0.19 - - [2025-06-30 02:37:18] "POST /neutron/port HTTP/1.1" 200 1083 0.014249 10.0.0.19 - - [2025-06-30 02:37:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008294 10.0.0.19 - - [2025-06-30 02:37:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004249 10.0.0.19 - - [2025-06-30 02:37:18] "GET /virtual-network/2fce33a0-8024-43bb-b53f-2e2e2b246bf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005426 10.0.0.19 - - [2025-06-30 02:37:19] "POST /neutron/port HTTP/1.1" 200 1083 0.034294 10.0.0.19 - - [2025-06-30 02:37:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005778 10.0.0.19 - - [2025-06-30 02:37:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002856 10.0.0.19 - - [2025-06-30 02:37:20] "GET /global-vrouter-config/73bcbcba-a6d5-41b8-a730-7861dab88d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002805 10.0.0.19 - - [2025-06-30 02:37:20] "GET /virtual-networks?parent_id=bfa7dbf0-fb74-4628-8fba-056c3070d38c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002849 10.0.0.19 - - [2025-06-30 02:37:20] "GET /virtual-network/2fce33a0-8024-43bb-b53f-2e2e2b246bf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.004927 10.0.0.19 - - [2025-06-30 02:37:20] "GET /obj-perms HTTP/1.1" 200 5056 0.042221 10.0.0.19 - - [2025-06-30 02:37:21] "POST /neutron/port HTTP/1.1" 200 1083 0.013473 10.0.0.19 - - [2025-06-30 02:37:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004813 10.0.0.19 - - [2025-06-30 02:37:21] "POST /neutron/port HTTP/1.1" 200 1083 0.013218 10.0.0.19 - - [2025-06-30 02:37:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007705 10.0.0.19 - - [2025-06-30 02:37:21] "GET /obj-perms HTTP/1.1" 200 5056 0.039579 10.0.0.19 - - [2025-06-30 02:37:21] "POST /neutron/port HTTP/1.1" 200 1083 0.013548 10.0.0.19 - - [2025-06-30 02:37:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007252 10.0.0.19 - - [2025-06-30 02:37:21] "GET /virtual-machine/8803a4c2-2916-46a2-84fe-e270147f789c HTTP/1.1" 200 1287 0.005285 10.0.0.19 - - [2025-06-30 02:37:21] "GET /virtual-machine-interface/63630c3f-8b75-46df-b4a2-2de2fc620543 HTTP/1.1" 200 2941 0.005290 10.0.0.19 - - [2025-06-30 02:37:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002588 10.0.0.19 - - [2025-06-30 02:37:21] "GET /global-vrouter-config/73bcbcba-a6d5-41b8-a730-7861dab88d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002856 10.0.0.19 - - [2025-06-30 02:37:21] "GET /virtual-networks?parent_id=bfa7dbf0-fb74-4628-8fba-056c3070d38c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003134 10.0.0.19 - - [2025-06-30 02:37:21] "GET /virtual-network/2fce33a0-8024-43bb-b53f-2e2e2b246bf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.007758 10.0.0.19 - - [2025-06-30 02:37:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.19 - - [2025-06-30 02:37:22] "GET /global-vrouter-config/73bcbcba-a6d5-41b8-a730-7861dab88d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003214 10.0.0.19 - - [2025-06-30 02:37:22] "GET /virtual-networks?parent_id=bfa7dbf0-fb74-4628-8fba-056c3070d38c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002818 10.0.0.19 - - [2025-06-30 02:37:22] "GET /virtual-network/2fce33a0-8024-43bb-b53f-2e2e2b246bf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005045 10.0.0.19 - - [2025-06-30 02:37:22] "POST /neutron/port HTTP/1.1" 200 1083 0.013343 10.0.0.19 - - [2025-06-30 02:37:22] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005297 10.0.0.19 - - [2025-06-30 02:37:23] "POST /neutron/port HTTP/1.1" 200 1083 0.013495 10.0.0.19 - - [2025-06-30 02:37:23] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005069 10.0.0.19 - - [2025-06-30 02:37:23] "POST /neutron/port HTTP/1.1" 200 1083 0.013819 10.0.0.19 - - [2025-06-30 02:37:23] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005487 10.0.0.19 - - [2025-06-30 02:37:23] "GET /virtual-machine/9c2d6e0b-8d82-40e8-a025-0da50c46ae57 HTTP/1.1" 200 1293 0.003832 10.0.0.19 - - [2025-06-30 02:37:23] "GET /virtual-machine-interface/b7baf55a-6c5a-4317-b780-14e2782131de HTTP/1.1" 200 2942 0.004640 10.0.0.19 - - [2025-06-30 02:37:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002526 10.0.0.19 - - [2025-06-30 02:37:23] "GET /global-vrouter-config/73bcbcba-a6d5-41b8-a730-7861dab88d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002721 10.0.0.19 - - [2025-06-30 02:37:23] "GET /virtual-networks?parent_id=bfa7dbf0-fb74-4628-8fba-056c3070d38c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003203 10.0.0.19 - - [2025-06-30 02:37:23] "GET /virtual-network/2fce33a0-8024-43bb-b53f-2e2e2b246bf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005186 10.0.0.19 - - [2025-06-30 02:37:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002667 10.0.0.19 - - [2025-06-30 02:37:24] "GET /global-vrouter-config/73bcbcba-a6d5-41b8-a730-7861dab88d6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003270 10.0.0.19 - - [2025-06-30 02:37:24] "GET /virtual-networks?parent_id=bfa7dbf0-fb74-4628-8fba-056c3070d38c&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002641 10.0.0.19 - - [2025-06-30 02:37:24] "GET /virtual-network/2fce33a0-8024-43bb-b53f-2e2e2b246bf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.004924 10.0.0.19 - - [2025-06-30 02:37:25] "GET /global-system-configs HTTP/1.1" 200 322 0.025449 10.0.0.19 - - [2025-06-30 02:37:25] "GET /obj-perms HTTP/1.1" 200 5056 0.052557 10.0.0.19 - - [2025-06-30 02:37:26] "GET /global-system-configs HTTP/1.1" 200 322 0.031790 10.0.0.19 - - [2025-06-30 02:37:26] "GET /obj-perms HTTP/1.1" 200 5056 0.060805 10.0.0.19 - - [2025-06-30 02:37:32] "POST /neutron/port HTTP/1.1" 200 1083 0.027769 10.0.0.19 - - [2025-06-30 02:37:32] "POST /neutron/port HTTP/1.1" 200 1083 0.016613 10.0.0.19 - - [2025-06-30 02:37:32] "POST /neutron/network HTTP/1.1" 200 1004 0.008196 10.0.0.19 - - [2025-06-30 02:37:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003548 10.0.0.19 - - [2025-06-30 02:37:32] "POST /neutron/subnet HTTP/1.1" 200 673 0.017092 10.0.0.19 - - [2025-06-30 02:37:32] "POST /neutron/port HTTP/1.1" 200 117 0.001344 10.0.0.19 - - [2025-06-30 02:37:33] "POST /neutron/network HTTP/1.1" 200 994 0.011441 10.0.0.19 - - [2025-06-30 02:37:40] "POST /neutron/port HTTP/1.1" 200 1109 0.009919 10.0.0.19 - - [2025-06-30 02:37:40] "POST /neutron/port HTTP/1.1" 200 1109 0.008276 10.0.0.19 - - [2025-06-30 02:37:40] "POST /neutron/port HTTP/1.1" 200 151 0.117006 10.0.0.19 - - [2025-06-30 02:37:40] "POST /neutron/port HTTP/1.1" 200 1109 0.010836 10.0.0.19 - - [2025-06-30 02:37:40] "POST /neutron/port HTTP/1.1" 200 1109 0.008823 10.0.0.19 - - [2025-06-30 02:37:40] "POST /neutron/port HTTP/1.1" 200 1083 0.038463 10.0.0.19 - - [2025-06-30 02:37:40] "POST /neutron/port HTTP/1.1" 200 151 0.141011 10.0.0.19 - - [2025-06-30 02:37:40] "POST /neutron/port HTTP/1.1" 200 1109 0.021222 10.0.0.19 - - [2025-06-30 02:37:40] "POST /neutron/network HTTP/1.1" 200 994 0.009672 10.0.0.19 - - [2025-06-30 02:37:40] "POST /neutron/network HTTP/1.1" 400 204 0.014278 10.0.0.19 - - [2025-06-30 02:37:40] "POST /neutron/port HTTP/1.1" 200 117 0.008832 10.0.0.19 - - [2025-06-30 02:37:40] "POST /neutron/port HTTP/1.1" 200 151 0.116395 10.0.0.19 - - [2025-06-30 02:37:40] "POST /neutron/port HTTP/1.1" 400 205 0.005710 10.0.0.19 - - [2025-06-30 02:37:42] "POST /neutron/network HTTP/1.1" 200 994 0.006504 10.0.0.19 - - [2025-06-30 02:37:42] "POST /useragent-kv HTTP/1.1" 200 115 0.024922 10.0.0.19 - - [2025-06-30 02:37:42] "POST /useragent-kv HTTP/1.1" 200 115 0.001629 10.0.0.19 - - [2025-06-30 02:37:42] "POST /useragent-kv HTTP/1.1" 200 115 0.001611 10.0.0.19 - - [2025-06-30 02:37:42] "POST /useragent-kv HTTP/1.1" 200 115 0.001566 10.0.0.19 - - [2025-06-30 02:37:42] "POST /neutron/network HTTP/1.1" 200 151 0.103004 10.0.0.19 - - [2025-06-30 02:37:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.041088 10.0.0.19 - - [2025-06-30 02:37:42] "GET /routing-instance/dae1f432-ca8a-43fe-a764-265e807de7b3 HTTP/1.1" 404 171 0.002436 10.0.0.19 - - [2025-06-30 02:37:42] "GET /domains HTTP/1.1" 200 280 0.002347 10.0.0.19 - - [2025-06-30 02:37:42] "GET /domains?obj_uuids=2079f23d-ad5a-4df4-a8b3-dec8e90e045f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001038 10.0.0.19 - - [2025-06-30 02:37:42] "GET /domain/2079f23d-ad5a-4df4-a8b3-dec8e90e045f HTTP/1.1" 200 2573 0.052357 10.0.0.19 - - [2025-06-30 02:37:42] "GET /projects?obj_uuids=bfa7dbf0-fb74-4628-8fba-056c3070d38c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001025 10.0.0.19 - - [2025-06-30 02:37:42] "DELETE /route-target/01b04d82-bbb9-4ba2-8d91-0336ceda9975 HTTP/1.1" 200 115 0.091646 10.0.0.19 - - [2025-06-30 02:37:42] "GET /project/bfa7dbf0-fb74-4628-8fba-056c3070d38c HTTP/1.1" 200 2086 0.078968 10.0.0.19 - - [2025-06-30 02:37:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002625 10.0.0.19 - - [2025-06-30 02:37:42] "DELETE /network-ipam/daeb0ce8-23ab-4e4a-8ef8-c82a286b30ae HTTP/1.1" 200 115 0.023954 10.0.0.19 - - [2025-06-30 02:37:42] "POST /fqname-to-id HTTP/1.1" 404 211 0.002994 10.0.0.19 - - [2025-06-30 02:37:43] "GET /projects?obj_uuids=bfa7dbf0-fb74-4628-8fba-056c3070d38c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001082 10.0.0.19 - - [2025-06-30 02:37:43] "GET /project/bfa7dbf0-fb74-4628-8fba-056c3070d38c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.042458 10.0.0.19 - - [2025-06-30 02:37:43] "GET /projects?obj_uuids=bfa7dbf0-fb74-4628-8fba-056c3070d38c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000995 10.0.0.19 - - [2025-06-30 02:37:43] "GET /project/bfa7dbf0-fb74-4628-8fba-056c3070d38c?fields=virtual_networks HTTP/1.1" 200 1033 0.069529 10.0.0.19 - - [2025-06-30 02:37:43] "GET /projects?obj_uuids=bfa7dbf0-fb74-4628-8fba-056c3070d38c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001027 10.0.0.19 - - [2025-06-30 02:37:43] "GET /project/bfa7dbf0-fb74-4628-8fba-056c3070d38c?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.028355 10.0.0.19 - - [2025-06-30 02:37:43] "GET /projects?obj_uuids=bfa7dbf0-fb74-4628-8fba-056c3070d38c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001387 10.0.0.19 - - [2025-06-30 02:37:43] "GET /project/bfa7dbf0-fb74-4628-8fba-056c3070d38c?fields=security_groups HTTP/1.1" 200 1259 0.025872 10.0.0.19 - - [2025-06-30 02:37:45] "POST /neutron/port HTTP/1.1" 200 117 0.004708 10.0.0.19 - - [2025-06-30 02:37:45] "POST /neutron/port HTTP/1.1" 400 205 0.002532 10.0.0.19 - - [2025-06-30 02:37:50] "GET / HTTP/1.1" 200 35931 0.001842 10.0.0.19 - - [2025-06-30 02:37:51] "GET /project/137f25a2-74c4-4322-bad5-3ecb37bdade8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000599 10.0.0.19 - - [2025-06-30 02:37:51] "GET /projects?obj_uuids=137f25a2-74c4-4322-bad5-3ecb37bdade8&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001155 10.0.0.19 - - [2025-06-30 02:37:51] "GET /project/137f25a2-74c4-4322-bad5-3ecb37bdade8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.067774