++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Thu Jul 10 02:18:52 UTC 2025 ===================' INFO: =================== Thu Jul 10 02:18:52 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 +++++ awk '{print $2}' +++++ grep -o 'dev.*' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ cut -d / -f 1 +++ ip addr show dev ens3 +++ grep 'inet ' +++ head -n 1 +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.22 ++ 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.22 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.22 ++ ANALYTICSDB_NODES=10.0.0.22 ++ ANALYTICS_SNMP_NODES=10.0.0.22 ++ 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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8081 ' +++ '[' -n '10.0.0.22:8081 ' ']' +++ echo 10.0.0.22:8081 ++ ANALYTICS_SERVERS=10.0.0.22: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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9042 ' +++ '[' -n '10.0.0.22:9042 ' ']' +++ echo 10.0.0.22:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.22:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.22 ++ 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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8086 ' +++ '[' -n '10.0.0.22:8086 ' ']' +++ echo 10.0.0.22:8086 ++ COLLECTOR_SERVERS=10.0.0.22: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.22 ++ CONFIGDB_NODES=10.0.0.22 ++ 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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8082 ' +++ '[' -n '10.0.0.22:8082 ' ']' +++ echo 10.0.0.22:8082 ++ CONFIG_SERVERS=10.0.0.22: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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9161 ' +++ '[' -n '10.0.0.22:9161 ' ']' +++ echo 10.0.0.22:9161 ++ CONFIGDB_SERVERS=10.0.0.22: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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9041 ' +++ '[' -n '10.0.0.22:9041 ' ']' +++ echo 10.0.0.22:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.22:9041 ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.209 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.209 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.22 ++ 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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:2181, +++ '[' -n 10.0.0.22:2181, ']' +++ echo 10.0.0.22:2181 ++ ZOOKEEPER_SERVERS=10.0.0.22: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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:2181 ' +++ '[' -n '10.0.0.22:2181 ' ']' +++ echo 10.0.0.22:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.22:2181 ++ RABBITMQ_NODES=10.0.0.22 ++ 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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:5673, +++ '[' -n 10.0.0.22:5673, ']' +++ echo 10.0.0.22:5673 ++ RABBITMQ_SERVERS=10.0.0.22: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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:6379 ' +++ '[' -n '10.0.0.22:6379 ' ']' +++ echo 10.0.0.22:6379 ++ REDIS_SERVERS=10.0.0.22: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.22 ++ 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.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9092 ' +++ '[' -n '10.0.0.22:9092 ' ']' +++ echo 10.0.0.22:9092 ++ KAFKA_SERVERS=10.0.0.22: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.22 ++ 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.22 ++ 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.22 ++ 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.22 ++ cut -d , -f 1 + local cassandra=10.0.0.22 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.22 9041 + echo -e '\035\nquit' + 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.22 +++ local servers=10.0.0.22 +++ cut -d ' ' -f 1 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ uniq ++++ sort +++ local local_ips=,10.0.0.22,10.20.0.209,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in '"${server_list[@]}"' +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.22'\''))' +++ local server_ip=10.0.0.22 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.22 ]] +++ [[ ,10.0.0.22,10.20.0.209,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.22, ]] +++ echo 10.0.0.22 1 +++ return ++ local ip=10.0.0.22 ++ [[ -z 10.0.0.22 ]] ++ echo 10.0.0.22 + host_ip=10.0.0.22 + [[ cql == \c\q\l ]] ++ echo 10.0.0.22:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.22:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.22: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=__ ++ grep '^API__.*__.*=.*$' ++ sort ++ cut -d = -f 1 ++ sed 's/^API__//g' ++ set -o posix ++ set + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 07/10/2025 02:19:01.619 7fac62250a88 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 07/10/2025 02:19:01.783 7fac62250a88 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 07/10/2025 02:19:01.798 7fac62250a88 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 07/10/2025 02:19:01.798 7fac62250a88 [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.22:8082/ Hit Ctrl-C to quit. 10.0.0.22 - - [2025-07-10 02:19:06] "GET / HTTP/1.1" 503 181 0.000290 10.0.0.22 - - [2025-07-10 02:19:06] "GET / HTTP/1.1" 503 181 0.000208 10.0.0.22 - - [2025-07-10 02:19:06] "GET / HTTP/1.1" 200 35931 0.002047 10.0.0.22 - - [2025-07-10 02:19:06] "GET / HTTP/1.1" 200 35931 0.048265 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.22 - - [2025-07-10 02:19:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000604 10.0.0.22 - - [2025-07-10 02:19:07] "GET / HTTP/1.1" 200 45871 0.001891 10.0.0.22 - - [2025-07-10 02:19:07] "GET / HTTP/1.1" 200 45871 0.001356 10.0.0.22 - - [2025-07-10 02:19:07] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000480 10.0.0.22 - - [2025-07-10 02:19:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000317 10.0.0.22 - - [2025-07-10 02:19:07] "POST /fqname-to-id HTTP/1.1" 404 196 0.377656 10.0.0.22 - - [2025-07-10 02:19:07] "POST /job-templates HTTP/1.1" 200 555 0.069136 10.0.0.22 - - [2025-07-10 02:19:07] "POST /fqname-to-id HTTP/1.1" 404 200 0.005938 10.0.0.22 - - [2025-07-10 02:19:07] "GET / HTTP/1.1" 200 35931 0.001853 10.0.0.22 - - [2025-07-10 02:19:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000501 10.0.0.22 - - [2025-07-10 02:19:07] "POST /job-templates HTTP/1.1" 200 563 0.069327 10.0.0.22 - - [2025-07-10 02:19:07] "POST /fqname-to-id HTTP/1.1" 404 191 0.003497 10.0.0.22 - - [2025-07-10 02:19:07] "POST /job-templates HTTP/1.1" 200 545 0.075095 10.0.0.22 - - [2025-07-10 02:19:07] "POST /fqname-to-id HTTP/1.1" 404 207 0.003546 10.0.0.22 - - [2025-07-10 02:19:07] "POST /job-templates HTTP/1.1" 200 577 0.081185 10.0.0.22 - - [2025-07-10 02:19:07] "POST /fqname-to-id HTTP/1.1" 404 208 0.004184 10.0.0.22 - - [2025-07-10 02:19:08] "POST /job-templates HTTP/1.1" 200 579 0.072272 10.0.0.22 - - [2025-07-10 02:19:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000536 10.0.0.22 - - [2025-07-10 02:19:08] "POST /fqname-to-id HTTP/1.1" 404 210 0.005448 10.0.0.22 - - [2025-07-10 02:19:08] "POST /job-templates HTTP/1.1" 200 583 0.077097 10.0.0.22 - - [2025-07-10 02:19:08] "POST /fqname-to-id HTTP/1.1" 404 198 0.003229 10.0.0.22 - - [2025-07-10 02:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.678584 10.0.0.22 - - [2025-07-10 02:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004104 10.0.0.22 - - [2025-07-10 02:19:08] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.375022 10.0.0.22 - - [2025-07-10 02:19:08] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.003459 10.0.0.22 - - [2025-07-10 02:19:08] "POST /job-templates HTTP/1.1" 200 559 0.081578 10.0.0.22 - - [2025-07-10 02:19:08] "POST /fqname-to-id HTTP/1.1" 404 203 0.003519 10.0.0.22 - - [2025-07-10 02:19:08] "POST /job-templates HTTP/1.1" 200 569 0.081321 10.0.0.22 - - [2025-07-10 02:19:08] "POST /fqname-to-id HTTP/1.1" 404 196 0.006142 10.0.0.22 - - [2025-07-10 02:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.398681 10.0.0.22 - - [2025-07-10 02:19:08] "GET /global-system-config/931952e0-52d5-46e0-8ac6-dca3eb994af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.009392 10.0.0.22 - - [2025-07-10 02:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.059840 10.0.0.22 - - [2025-07-10 02:19:08] "GET /network-ipam/71ecbcd2-d2ef-494b-804b-40198a70d88f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1952 0.005855 10.0.0.22 - - [2025-07-10 02:19:08] "POST /fqname-to-id HTTP/1.1" 404 220 0.003539 10.0.0.22 - - [2025-07-10 02:19:08] "POST /job-templates HTTP/1.1" 200 555 0.098689 10.0.0.22 - - [2025-07-10 02:19:08] "POST /config-nodes HTTP/1.1" 200 599 0.026274 10.0.0.22 - - [2025-07-10 02:19:08] "POST /fqname-to-id HTTP/1.1" 404 196 0.006481 10.0.0.22 - - [2025-07-10 02:19:08] "POST /job-templates HTTP/1.1" 200 555 0.087337 10.0.0.22 - - [2025-07-10 02:19:08] "POST /fqname-to-id HTTP/1.1" 404 196 0.004961 10.0.0.22 - - [2025-07-10 02:19:08] "GET / HTTP/1.1" 200 35931 0.002288 /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.22 - - [2025-07-10 02:19:09] "POST /job-templates HTTP/1.1" 200 555 0.082232 10.0.0.22 - - [2025-07-10 02:19:09] "POST /fqname-to-id HTTP/1.1" 404 186 0.003788 10.0.0.22 - - [2025-07-10 02:19:09] "GET / HTTP/1.1" 200 35931 0.003672 10.0.0.22 - - [2025-07-10 02:19:09] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000697 10.0.0.22 - - [2025-07-10 02:19:09] "POST /fqname-to-id HTTP/1.1" 401 292 0.000589 10.0.0.22 - - [2025-07-10 02:19:09] "POST /fqname-to-id HTTP/1.1" 404 225 0.004029 10.0.0.22 - - [2025-07-10 02:19:09] "POST /job-templates HTTP/1.1" 200 535 0.085041 10.0.0.22 - - [2025-07-10 02:19:09] "POST /access-control-lists HTTP/1.1" 200 587 0.026102 10.0.0.22 - - [2025-07-10 02:19:09] "POST /fqname-to-id HTTP/1.1" 404 198 0.003964 10.0.0.22 - - [2025-07-10 02:19:09] "POST /fqname-to-id HTTP/1.1" 404 224 0.004468 10.0.0.22 - - [2025-07-10 02:19:09] "POST /job-templates HTTP/1.1" 200 559 0.064369 10.0.0.22 - - [2025-07-10 02:19:09] "POST /access-control-lists HTTP/1.1" 200 585 0.050318 10.0.0.22 - - [2025-07-10 02:19:09] "POST /fqname-to-id HTTP/1.1" 404 198 0.003835 10.0.0.22 - - [2025-07-10 02:19:09] "POST /route-targets HTTP/1.1" 200 327 0.014801 10.0.0.22 - - [2025-07-10 02:19:09] "POST /job-templates HTTP/1.1" 200 559 0.073614 10.0.0.22 - - [2025-07-10 02:19:09] "POST /ref-update HTTP/1.1" 200 156 0.015748 10.0.0.22 - - [2025-07-10 02:19:09] "POST /fqname-to-id HTTP/1.1" 404 198 0.004503 10.0.0.22 - - [2025-07-10 02:19:09] "POST /route-targets HTTP/1.1" 200 327 0.013380 10.0.0.22 - - [2025-07-10 02:19:09] "POST /job-templates HTTP/1.1" 200 559 0.066555 10.0.0.22 - - [2025-07-10 02:19:09] "POST /ref-update HTTP/1.1" 200 156 0.039550 10.0.0.22 - - [2025-07-10 02:19:09] "POST /fqname-to-id HTTP/1.1" 404 201 0.004625 10.0.0.22 - - [2025-07-10 02:19:09] "POST /route-targets HTTP/1.1" 200 327 0.019465 10.0.0.22 - - [2025-07-10 02:19:09] "POST /fqname-to-id HTTP/1.1" 404 186 0.354556 10.0.0.22 - - [2025-07-10 02:19:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004486 10.0.0.22 - - [2025-07-10 02:19:09] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.038430 10.0.0.22 - - [2025-07-10 02:19:09] "POST /job-templates HTTP/1.1" 200 565 0.081033 10.0.0.22 - - [2025-07-10 02:19:09] "GET /global-system-config/931952e0-52d5-46e0-8ac6-dca3eb994af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.005960 10.0.0.22 - - [2025-07-10 02:19:09] "POST /ref-update HTTP/1.1" 200 156 0.041463 10.0.0.22 - - [2025-07-10 02:19:09] "POST /fqname-to-id HTTP/1.1" 404 197 0.003261 10.0.0.22 - - [2025-07-10 02:19:10] "POST /service-appliance-sets HTTP/1.1" 200 553 0.023974 10.0.0.22 - - [2025-07-10 02:19:10] "POST /route-targets HTTP/1.1" 200 327 0.020491 10.0.0.22 - - [2025-07-10 02:19:10] "POST /fqname-to-id HTTP/1.1" 404 180 0.003853 10.0.0.22 - - [2025-07-10 02:19:10] "POST /job-templates HTTP/1.1" 200 557 0.066728 10.0.0.22 - - [2025-07-10 02:19:10] "POST /ref-update HTTP/1.1" 200 156 0.028389 10.0.0.22 - - [2025-07-10 02:19:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.22 - - [2025-07-10 02:19:10] "POST /fqname-to-id HTTP/1.1" 404 196 0.003485 10.0.0.22 - - [2025-07-10 02:19:10] "POST /fqname-to-id HTTP/1.1" 404 201 0.003314 10.0.0.22 - - [2025-07-10 02:19:10] "GET /global-system-config/931952e0-52d5-46e0-8ac6-dca3eb994af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.006460 10.0.0.22 - - [2025-07-10 02:19:10] "POST /job-templates HTTP/1.1" 200 555 0.085498 10.0.0.22 - - [2025-07-10 02:19:10] "POST /service-appliance-sets HTTP/1.1" 200 541 0.058363 10.0.0.22 - - [2025-07-10 02:19:10] "POST /fqname-to-id HTTP/1.1" 404 205 0.003933 10.0.0.22 - - [2025-07-10 02:19:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003192 10.0.0.22 - - [2025-07-10 02:19:10] "POST /access-control-lists HTTP/1.1" 200 551 0.126688 10.0.0.22 - - [2025-07-10 02:19:10] "GET /network-ipam/71ecbcd2-d2ef-494b-804b-40198a70d88f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1952 0.004159 10.0.0.22 - - [2025-07-10 02:19:10] "PUT /access-control-list/3b40f5c4-9522-4c7e-ab1b-ae94b4269ed2 HTTP/1.1" 200 272 0.010994 10.0.0.22 - - [2025-07-10 02:19:10] "POST /job-templates HTTP/1.1" 200 573 0.117503 10.0.0.22 - - [2025-07-10 02:19:10] "PUT /access-control-list/ab40e912-9d7f-499a-837d-bf64fdef73ea HTTP/1.1" 200 272 0.044206 10.0.0.22 - - [2025-07-10 02:19:10] "POST /service-templates HTTP/1.1" 200 511 0.049742 10.0.0.22 - - [2025-07-10 02:19:10] "POST /fqname-to-id HTTP/1.1" 404 194 0.004098 10.0.0.22 - - [2025-07-10 02:19:10] "POST /service-templates HTTP/1.1" 200 501 0.111979 10.0.0.22 - - [2025-07-10 02:19:10] "POST /job-templates HTTP/1.1" 200 551 0.123482 10.0.0.22 - - [2025-07-10 02:19:10] "POST /service-templates HTTP/1.1" 200 515 0.034228 10.0.0.22 - - [2025-07-10 02:19:10] "POST /fqname-to-id HTTP/1.1" 404 208 0.003614 10.0.0.22 - - [2025-07-10 02:19:10] "POST /service-templates HTTP/1.1" 200 535 0.026479 10.0.0.22 - - [2025-07-10 02:19:10] "POST /job-templates HTTP/1.1" 200 579 0.069839 10.0.0.22 - - [2025-07-10 02:19:10] "POST /service-templates HTTP/1.1" 200 507 0.023731 10.0.0.22 - - [2025-07-10 02:19:10] "POST /fqname-to-id HTTP/1.1" 404 196 0.003330 10.0.0.22 - - [2025-07-10 02:19:11] "POST /job-templates HTTP/1.1" 200 555 0.177046 10.0.0.22 - - [2025-07-10 02:19:11] "POST /fqname-to-id HTTP/1.1" 404 198 0.003497 10.0.0.22 - - [2025-07-10 02:19:11] "POST /job-templates HTTP/1.1" 200 559 0.081110 10.0.0.22 - - [2025-07-10 02:19:11] "POST /fqname-to-id HTTP/1.1" 404 206 0.003592 10.0.0.22 - - [2025-07-10 02:19:11] "POST /job-templates HTTP/1.1" 200 575 0.137925 10.0.0.22 - - [2025-07-10 02:19:11] "POST /fqname-to-id HTTP/1.1" 404 197 0.003513 10.0.0.22 - - [2025-07-10 02:19:11] "POST /job-templates HTTP/1.1" 200 557 0.113703 10.0.0.22 - - [2025-07-10 02:19:11] "POST /fqname-to-id HTTP/1.1" 404 198 0.004284 10.0.0.22 - - [2025-07-10 02:19:11] "POST /job-templates HTTP/1.1" 200 559 0.065817 10.0.0.22 - - [2025-07-10 02:19:11] "POST /fqname-to-id HTTP/1.1" 404 196 0.004293 10.0.0.22 - - [2025-07-10 02:19:12] "POST /job-templates HTTP/1.1" 200 555 0.070310 10.0.0.22 - - [2025-07-10 02:19:12] "POST /fqname-to-id HTTP/1.1" 404 195 0.003438 10.0.0.22 - - [2025-07-10 02:19:12] "POST /job-templates HTTP/1.1" 200 553 0.060880 10.0.0.22 - - [2025-07-10 02:19:12] "POST /fqname-to-id HTTP/1.1" 404 195 0.003320 10.0.0.22 - - [2025-07-10 02:19:12] "POST /job-templates HTTP/1.1" 200 553 0.061368 10.0.0.22 - - [2025-07-10 02:19:12] "POST /fqname-to-id HTTP/1.1" 404 195 0.003361 10.0.0.22 - - [2025-07-10 02:19:12] "POST /job-templates HTTP/1.1" 200 553 0.069457 10.0.0.22 - - [2025-07-10 02:19:12] "POST /fqname-to-id HTTP/1.1" 404 200 0.003699 10.0.0.22 - - [2025-07-10 02:19:12] "POST /job-templates HTTP/1.1" 200 563 0.069484 10.0.0.22 - - [2025-07-10 02:19:12] "POST /fqname-to-id HTTP/1.1" 404 201 0.003353 10.0.0.22 - - [2025-07-10 02:19:12] "POST /job-templates HTTP/1.1" 200 565 0.071849 10.0.0.22 - - [2025-07-10 02:19:12] "POST /fqname-to-id HTTP/1.1" 404 189 0.003538 10.0.0.22 - - [2025-07-10 02:19:13] "POST /config-propertiess HTTP/1.1" 200 551 0.023069 10.0.0.22 - - [2025-07-10 02:19:13] "POST /fqname-to-id HTTP/1.1" 404 168 0.003642 10.0.0.22 - - [2025-07-10 02:19:13] "POST /tags HTTP/1.1" 200 321 0.043492 10.0.0.22 - - [2025-07-10 02:19:13] "POST /fqname-to-id HTTP/1.1" 404 166 0.004596 10.0.0.22 - - [2025-07-10 02:19:13] "POST /tags HTTP/1.1" 200 317 0.026662 10.0.0.22 - - [2025-07-10 02:19:13] "POST /fqname-to-id HTTP/1.1" 404 174 0.003906 10.0.0.22 - - [2025-07-10 02:19:13] "POST /tags HTTP/1.1" 200 333 0.029762 10.0.0.22 - - [2025-07-10 02:19:13] "POST /fqname-to-id HTTP/1.1" 404 162 0.003872 10.0.0.22 - - [2025-07-10 02:19:13] "POST /tags HTTP/1.1" 200 309 0.026968 10.0.0.22 - - [2025-07-10 02:19:13] "POST /fqname-to-id HTTP/1.1" 404 174 0.003426 10.0.0.22 - - [2025-07-10 02:19:13] "POST /tags HTTP/1.1" 200 333 0.028819 10.0.0.22 - - [2025-07-10 02:19:13] "POST /fqname-to-id HTTP/1.1" 404 164 0.003525 10.0.0.22 - - [2025-07-10 02:19:13] "POST /tags HTTP/1.1" 200 313 0.024672 10.0.0.22 - - [2025-07-10 02:19:13] "POST /fqname-to-id HTTP/1.1" 404 169 0.004467 10.0.0.22 - - [2025-07-10 02:19:13] "POST /tags HTTP/1.1" 200 323 0.026704 10.0.0.22 - - [2025-07-10 02:19:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004082 10.0.0.22 - - [2025-07-10 02:19:13] "PUT /global-system-config/931952e0-52d5-46e0-8ac6-dca3eb994af3 HTTP/1.1" 200 274 0.011186 10.0.0.22 - - [2025-07-10 02:19:14] "POST /fqname-to-id HTTP/1.1" 404 166 0.004253 10.0.0.22 - - [2025-07-10 02:19:14] "POST /hardwares HTTP/1.1" 200 327 0.013539 10.0.0.22 - - [2025-07-10 02:19:14] "POST /fqname-to-id HTTP/1.1" 404 166 0.003458 10.0.0.22 - - [2025-07-10 02:19:14] "POST /hardwares HTTP/1.1" 200 327 0.012826 10.0.0.22 - - [2025-07-10 02:19:14] "POST /fqname-to-id HTTP/1.1" 404 166 0.003388 10.0.0.22 - - [2025-07-10 02:19:14] "POST /hardwares HTTP/1.1" 200 327 0.012669 10.0.0.22 - - [2025-07-10 02:19:14] "POST /fqname-to-id HTTP/1.1" 404 166 0.003418 10.0.0.22 - - [2025-07-10 02:19:14] "POST /hardwares HTTP/1.1" 200 327 0.012364 10.0.0.22 - - [2025-07-10 02:19:14] "POST /fqname-to-id HTTP/1.1" 404 164 0.004600 10.0.0.22 - - [2025-07-10 02:19:14] "POST /hardwares HTTP/1.1" 200 323 0.016258 10.0.0.22 - - [2025-07-10 02:19:14] "POST /fqname-to-id HTTP/1.1" 404 164 0.003327 10.0.0.22 - - [2025-07-10 02:19:14] "POST /hardwares HTTP/1.1" 200 323 0.011261 10.0.0.22 - - [2025-07-10 02:19:14] "POST /fqname-to-id HTTP/1.1" 404 161 0.003206 10.0.0.22 - - [2025-07-10 02:19:14] "POST /hardwares HTTP/1.1" 200 317 0.011842 10.0.0.22 - - [2025-07-10 02:19:14] "POST /fqname-to-id HTTP/1.1" 404 164 0.003515 10.0.0.22 - - [2025-07-10 02:19:14] "POST /hardwares HTTP/1.1" 200 323 0.011909 10.0.0.22 - - [2025-07-10 02:19:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004684 10.0.0.22 - - [2025-07-10 02:19:14] "POST /fqname-to-id HTTP/1.1" 404 164 0.003206 10.0.0.22 - - [2025-07-10 02:19:14] "GET /global-vrouter-config/4bebef79-bfbe-4af5-b033-c012e63d2029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1161 0.004930 10.0.0.22 - - [2025-07-10 02:19:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.22 - - [2025-07-10 02:19:14] "POST /hardwares HTTP/1.1" 200 323 0.013633 10.0.0.22 - - [2025-07-10 02:19:15] "POST /fqname-to-id HTTP/1.1" 404 164 0.003871 10.0.0.22 - - [2025-07-10 02:19:15] "PUT /global-vrouter-config/4bebef79-bfbe-4af5-b033-c012e63d2029 HTTP/1.1" 200 276 0.011804 10.0.0.22 - - [2025-07-10 02:19:15] "POST /hardwares HTTP/1.1" 200 323 0.012742 10.0.0.22 - - [2025-07-10 02:19:15] "POST /fqname-to-id HTTP/1.1" 404 165 0.003837 10.0.0.22 - - [2025-07-10 02:19:15] "POST /hardwares HTTP/1.1" 200 325 0.013099 10.0.0.22 - - [2025-07-10 02:19:15] "POST /fqname-to-id HTTP/1.1" 404 165 0.003621 10.0.0.22 - - [2025-07-10 02:19:15] "POST /hardwares HTTP/1.1" 200 325 0.011878 10.0.0.22 - - [2025-07-10 02:19:15] "POST /fqname-to-id HTTP/1.1" 404 165 0.003247 10.0.0.22 - - [2025-07-10 02:19:15] "GET / HTTP/1.1" 200 35931 0.001494 10.0.0.22 - - [2025-07-10 02:19:15] "POST /alarms HTTP/1.1" 401 292 0.000448 10.0.0.22 - - [2025-07-10 02:19:15] "POST /hardwares HTTP/1.1" 200 325 0.013841 10.0.0.22 - - [2025-07-10 02:19:15] "POST /fqname-to-id HTTP/1.1" 404 165 0.003339 10.0.0.22 - - [2025-07-10 02:19:15] "POST /hardwares HTTP/1.1" 200 325 0.011596 10.0.0.22 - - [2025-07-10 02:19:15] "POST /fqname-to-id HTTP/1.1" 404 164 0.003148 10.0.0.22 - - [2025-07-10 02:19:15] "POST /hardwares HTTP/1.1" 200 323 0.011183 10.0.0.22 - - [2025-07-10 02:19:15] "POST /fqname-to-id HTTP/1.1" 404 161 0.003420 10.0.0.22 - - [2025-07-10 02:19:15] "POST /hardwares HTTP/1.1" 200 317 0.014731 10.0.0.22 - - [2025-07-10 02:19:15] "POST /fqname-to-id HTTP/1.1" 404 164 0.004117 10.0.0.22 - - [2025-07-10 02:19:15] "POST /alarms HTTP/1.1" 200 581 0.043291 10.0.0.22 - - [2025-07-10 02:19:15] "POST /hardwares HTTP/1.1" 200 323 0.010021 10.0.0.22 - - [2025-07-10 02:19:15] "POST /alarms HTTP/1.1" 200 575 0.020638 10.0.0.22 - - [2025-07-10 02:19:15] "POST /fqname-to-id HTTP/1.1" 404 161 0.004099 10.0.0.22 - - [2025-07-10 02:19:15] "POST /alarms HTTP/1.1" 200 575 0.016767 10.0.0.22 - - [2025-07-10 02:19:15] "POST /hardwares HTTP/1.1" 200 317 0.009936 10.0.0.22 - - [2025-07-10 02:19:15] "POST /alarms HTTP/1.1" 200 559 0.014718 10.0.0.22 - - [2025-07-10 02:19:15] "POST /fqname-to-id HTTP/1.1" 404 164 0.002947 10.0.0.22 - - [2025-07-10 02:19:16] "POST /alarms HTTP/1.1" 200 555 0.016791 10.0.0.22 - - [2025-07-10 02:19:16] "POST /hardwares HTTP/1.1" 200 323 0.011891 10.0.0.22 - - [2025-07-10 02:19:16] "POST /fqname-to-id HTTP/1.1" 404 162 0.002918 10.0.0.22 - - [2025-07-10 02:19:16] "POST /alarms HTTP/1.1" 200 557 0.021405 10.0.0.22 - - [2025-07-10 02:19:16] "POST /hardwares HTTP/1.1" 200 319 0.015152 10.0.0.22 - - [2025-07-10 02:19:16] "POST /alarms HTTP/1.1" 200 565 0.021782 10.0.0.22 - - [2025-07-10 02:19:16] "POST /fqname-to-id HTTP/1.1" 404 162 0.003262 10.0.0.22 - - [2025-07-10 02:19:16] "POST /alarms HTTP/1.1" 200 549 0.016782 10.0.0.22 - - [2025-07-10 02:19:16] "POST /hardwares HTTP/1.1" 200 319 0.011612 10.0.0.22 - - [2025-07-10 02:19:16] "POST /alarms HTTP/1.1" 200 557 0.017772 10.0.0.22 - - [2025-07-10 02:19:16] "POST /fqname-to-id HTTP/1.1" 404 165 0.003095 10.0.0.22 - - [2025-07-10 02:19:16] "POST /alarms HTTP/1.1" 200 567 0.017322 10.0.0.22 - - [2025-07-10 02:19:16] "POST /hardwares HTTP/1.1" 200 325 0.010225 10.0.0.22 - - [2025-07-10 02:19:16] "POST /alarms HTTP/1.1" 200 555 0.017501 10.0.0.22 - - [2025-07-10 02:19:16] "POST /fqname-to-id HTTP/1.1" 404 161 0.002754 10.0.0.22 - - [2025-07-10 02:19:16] "GET / HTTP/1.1" 200 35931 0.002729 10.0.0.22 - - [2025-07-10 02:19:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000457 10.0.0.22 - - [2025-07-10 02:19:16] "POST /alarms HTTP/1.1" 200 567 0.018906 10.0.0.22 - - [2025-07-10 02:19:16] "POST /hardwares HTTP/1.1" 200 317 0.011995 10.0.0.22 - - [2025-07-10 02:19:16] "POST /fqname-to-id HTTP/1.1" 404 161 0.004358 10.0.0.22 - - [2025-07-10 02:19:16] "POST /alarms HTTP/1.1" 200 575 0.065146 10.0.0.22 - - [2025-07-10 02:19:16] "POST /hardwares HTTP/1.1" 200 317 0.024341 10.0.0.22 - - [2025-07-10 02:19:16] "POST /fqname-to-id HTTP/1.1" 404 162 0.002299 10.0.0.22 - - [2025-07-10 02:19:16] "POST /alarms HTTP/1.1" 200 569 0.019607 10.0.0.22 - - [2025-07-10 02:19:16] "POST /hardwares HTTP/1.1" 200 319 0.017346 10.0.0.22 - - [2025-07-10 02:19:16] "POST /alarms HTTP/1.1" 200 561 0.017008 10.0.0.22 - - [2025-07-10 02:19:16] "POST /fqname-to-id HTTP/1.1" 404 162 0.003908 10.0.0.22 - - [2025-07-10 02:19:16] "POST /alarms HTTP/1.1" 200 561 0.018664 10.0.0.22 - - [2025-07-10 02:19:16] "POST /hardwares HTTP/1.1" 200 319 0.010918 10.0.0.22 - - [2025-07-10 02:19:16] "POST /alarms HTTP/1.1" 200 561 0.017880 10.0.0.22 - - [2025-07-10 02:19:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.027028 10.0.0.22 - - [2025-07-10 02:19:16] "GET /global-system-config/931952e0-52d5-46e0-8ac6-dca3eb994af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.006937 10.0.0.22 - - [2025-07-10 02:19:16] "POST /fqname-to-id HTTP/1.1" 404 162 0.005866 10.0.0.22 - - [2025-07-10 02:19:16] "POST /fqname-to-id HTTP/1.1" 404 220 0.002835 10.0.0.22 - - [2025-07-10 02:19:16] "POST /alarms HTTP/1.1" 200 547 0.021003 10.0.0.22 - - [2025-07-10 02:19:16] "POST /hardwares HTTP/1.1" 200 319 0.012201 10.0.0.22 - - [2025-07-10 02:19:16] "POST /fqname-to-id HTTP/1.1" 404 158 0.003916 10.0.0.22 - - [2025-07-10 02:19:16] "POST /config-database-nodes HTTP/1.1" 200 617 0.026175 10.0.0.22 - - [2025-07-10 02:19:16] "POST /alarms HTTP/1.1" 200 595 0.026045 10.0.0.22 - - [2025-07-10 02:19:17] "POST /hardwares HTTP/1.1" 200 311 0.011673 10.0.0.22 - - [2025-07-10 02:19:17] "POST /alarms HTTP/1.1" 200 575 0.019411 10.0.0.22 - - [2025-07-10 02:19:17] "POST /fqname-to-id HTTP/1.1" 404 158 0.003311 10.0.0.22 - - [2025-07-10 02:19:17] "POST /alarms HTTP/1.1" 200 571 0.017186 10.0.0.22 - - [2025-07-10 02:19:17] "POST /hardwares HTTP/1.1" 200 311 0.010254 10.0.0.22 - - [2025-07-10 02:19:17] "POST /alarms HTTP/1.1" 200 583 0.016563 10.0.0.22 - - [2025-07-10 02:19:17] "POST /fqname-to-id HTTP/1.1" 404 160 0.002836 10.0.0.22 - - [2025-07-10 02:19:17] "POST /alarms HTTP/1.1" 200 609 0.017984 10.0.0.22 - - [2025-07-10 02:19:17] "POST /hardwares HTTP/1.1" 200 315 0.013188 10.0.0.22 - - [2025-07-10 02:19:17] "POST /fqname-to-id HTTP/1.1" 404 154 0.003423 10.0.0.22 - - [2025-07-10 02:19:17] "POST /hardwares HTTP/1.1" 200 303 0.011552 10.0.0.22 - - [2025-07-10 02:19:17] "POST /fqname-to-id HTTP/1.1" 404 158 0.003253 10.0.0.22 - - [2025-07-10 02:19:17] "POST /hardwares HTTP/1.1" 200 311 0.015717 10.0.0.22 - - [2025-07-10 02:19:17] "POST /fqname-to-id HTTP/1.1" 404 155 0.003192 10.0.0.22 - - [2025-07-10 02:19:17] "POST /hardwares HTTP/1.1" 200 305 0.011890 10.0.0.22 - - [2025-07-10 02:19:17] "GET / HTTP/1.1" 200 35931 0.001729 10.0.0.22 - - [2025-07-10 02:19:17] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000541 10.0.0.22 - - [2025-07-10 02:19:17] "POST /fqname-to-id HTTP/1.1" 404 155 0.002968 10.0.0.22 - - [2025-07-10 02:19:17] "POST /hardwares HTTP/1.1" 200 305 0.010843 10.0.0.22 - - [2025-07-10 02:19:17] "POST /fqname-to-id HTTP/1.1" 404 155 0.003112 10.0.0.22 - - [2025-07-10 02:19:17] "POST /hardwares HTTP/1.1" 200 305 0.012090 10.0.0.22 - - [2025-07-10 02:19:17] "POST /fqname-to-id HTTP/1.1" 404 155 0.003395 10.0.0.22 - - [2025-07-10 02:19:17] "POST /hardwares HTTP/1.1" 200 305 0.012342 10.0.0.22 - - [2025-07-10 02:19:17] "POST /fqname-to-id HTTP/1.1" 404 156 0.003303 10.0.0.22 - - [2025-07-10 02:19:18] "POST /hardwares HTTP/1.1" 200 307 0.015309 10.0.0.22 - - [2025-07-10 02:19:18] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.025138 10.0.0.22 - - [2025-07-10 02:19:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002592 10.0.0.22 - - [2025-07-10 02:19:18] "POST /fqname-to-id HTTP/1.1" 404 156 0.003423 10.0.0.22 - - [2025-07-10 02:19:18] "PUT /global-vrouter-config/4bebef79-bfbe-4af5-b033-c012e63d2029 HTTP/1.1" 200 276 0.009007 10.0.0.22 - - [2025-07-10 02:19:18] "POST /hardwares HTTP/1.1" 200 307 0.012142 10.0.0.22 - - [2025-07-10 02:19:18] "POST /fqname-to-id HTTP/1.1" 404 156 0.004867 10.0.0.22 - - [2025-07-10 02:19:18] "POST /hardwares HTTP/1.1" 200 307 0.014025 10.0.0.22 - - [2025-07-10 02:19:18] "POST /fqname-to-id HTTP/1.1" 404 157 0.003987 10.0.0.22 - - [2025-07-10 02:19:18] "POST /hardwares HTTP/1.1" 200 309 0.013847 10.0.0.22 - - [2025-07-10 02:19:18] "POST /fqname-to-id HTTP/1.1" 404 158 0.003543 10.0.0.22 - - [2025-07-10 02:19:18] "POST /hardwares HTTP/1.1" 200 311 0.011828 10.0.0.22 - - [2025-07-10 02:19:18] "GET / HTTP/1.1" 200 35931 0.001559 10.0.0.22 - - [2025-07-10 02:19:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000453 10.0.0.22 - - [2025-07-10 02:19:18] "POST /fqname-to-id HTTP/1.1" 404 158 0.003085 10.0.0.22 - - [2025-07-10 02:19:18] "POST /hardwares HTTP/1.1" 200 311 0.012218 10.0.0.22 - - [2025-07-10 02:19:18] "POST /fqname-to-id HTTP/1.1" 404 153 0.003428 10.0.0.22 - - [2025-07-10 02:19:18] "POST /hardwares HTTP/1.1" 200 301 0.011870 10.0.0.22 - - [2025-07-10 02:19:18] "POST /fqname-to-id HTTP/1.1" 404 157 0.003276 10.0.0.22 - - [2025-07-10 02:19:18] "POST /hardwares HTTP/1.1" 200 309 0.014476 10.0.0.22 - - [2025-07-10 02:19:18] "POST /fqname-to-id HTTP/1.1" 404 157 0.003913 10.0.0.22 - - [2025-07-10 02:19:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.022928 10.0.0.22 - - [2025-07-10 02:19:18] "GET /global-vrouter-config/4bebef79-bfbe-4af5-b033-c012e63d2029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004466 10.0.0.22 - - [2025-07-10 02:19:18] "POST /hardwares HTTP/1.1" 200 309 0.010642 10.0.0.22 - - [2025-07-10 02:19:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.22 - - [2025-07-10 02:19:18] "POST /fqname-to-id HTTP/1.1" 404 157 0.002411 10.0.0.22 - - [2025-07-10 02:19:18] "PUT /global-vrouter-config/4bebef79-bfbe-4af5-b033-c012e63d2029 HTTP/1.1" 200 276 0.008696 10.0.0.22 - - [2025-07-10 02:19:18] "POST /hardwares HTTP/1.1" 200 309 0.009770 10.0.0.22 - - [2025-07-10 02:19:19] "POST /fqname-to-id HTTP/1.1" 404 157 0.003322 10.0.0.22 - - [2025-07-10 02:19:19] "POST /hardwares HTTP/1.1" 200 309 0.012188 10.0.0.22 - - [2025-07-10 02:19:19] "POST /fqname-to-id HTTP/1.1" 404 157 0.003668 10.0.0.22 - - [2025-07-10 02:19:19] "POST /hardwares HTTP/1.1" 200 309 0.011717 10.0.0.22 - - [2025-07-10 02:19:19] "POST /fqname-to-id HTTP/1.1" 404 161 0.003282 10.0.0.22 - - [2025-07-10 02:19:19] "POST /hardwares HTTP/1.1" 200 317 0.011957 10.0.0.22 - - [2025-07-10 02:19:19] "POST /fqname-to-id HTTP/1.1" 404 157 0.003393 10.0.0.22 - - [2025-07-10 02:19:19] "GET / HTTP/1.1" 200 35931 0.001657 10.0.0.22 - - [2025-07-10 02:19:19] "POST /fqname-to-id HTTP/1.1" 401 292 0.000484 10.0.0.22 - - [2025-07-10 02:19:19] "POST /hardwares HTTP/1.1" 200 309 0.012368 10.0.0.22 - - [2025-07-10 02:19:19] "POST /fqname-to-id HTTP/1.1" 404 157 0.003937 10.0.0.22 - - [2025-07-10 02:19:19] "POST /hardwares HTTP/1.1" 200 309 0.014175 10.0.0.22 - - [2025-07-10 02:19:19] "POST /fqname-to-id HTTP/1.1" 404 154 0.003928 10.0.0.22 - - [2025-07-10 02:19:19] "POST /hardwares HTTP/1.1" 200 303 0.011487 10.0.0.22 - - [2025-07-10 02:19:19] "POST /fqname-to-id HTTP/1.1" 404 190 0.003173 10.0.0.22 - - [2025-07-10 02:19:19] "POST /features HTTP/1.1" 200 533 0.017075 10.0.0.22 - - [2025-07-10 02:19:19] "POST /fqname-to-id HTTP/1.1" 404 185 0.003525 10.0.0.22 - - [2025-07-10 02:19:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.026365 10.0.0.22 - - [2025-07-10 02:19:19] "GET /global-system-config/931952e0-52d5-46e0-8ac6-dca3eb994af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.006173 10.0.0.22 - - [2025-07-10 02:19:19] "POST /features HTTP/1.1" 200 523 0.017958 10.0.0.22 - - [2025-07-10 02:19:19] "PUT /global-system-config/931952e0-52d5-46e0-8ac6-dca3eb994af3 HTTP/1.1" 200 274 0.016512 10.0.0.22 - - [2025-07-10 02:19:19] "POST /fqname-to-id HTTP/1.1" 404 184 0.002883 10.0.0.22 - - [2025-07-10 02:19:19] "POST /features HTTP/1.1" 200 521 0.018716 10.0.0.22 - - [2025-07-10 02:19:19] "POST /fqname-to-id HTTP/1.1" 404 184 0.003786 10.0.0.22 - - [2025-07-10 02:19:20] "POST /features HTTP/1.1" 200 521 0.019854 10.0.0.22 - - [2025-07-10 02:19:20] "POST /fqname-to-id HTTP/1.1" 404 189 0.003597 10.0.0.22 - - [2025-07-10 02:19:20] "POST /features HTTP/1.1" 200 531 0.019916 10.0.0.22 - - [2025-07-10 02:19:20] "POST /fqname-to-id HTTP/1.1" 404 184 0.003377 10.0.0.22 - - [2025-07-10 02:19:20] "POST /features HTTP/1.1" 200 521 0.017267 10.0.0.22 - - [2025-07-10 02:19:20] "POST /fqname-to-id HTTP/1.1" 404 193 0.003328 10.0.0.22 - - [2025-07-10 02:19:20] "POST /features HTTP/1.1" 200 539 0.020627 10.0.0.22 - - [2025-07-10 02:19:20] "POST /fqname-to-id HTTP/1.1" 404 186 0.003631 10.0.0.22 - - [2025-07-10 02:19:20] "POST /features HTTP/1.1" 200 525 0.019951 10.0.0.22 - - [2025-07-10 02:19:20] "POST /fqname-to-id HTTP/1.1" 404 183 0.003414 10.0.0.22 - - [2025-07-10 02:19:20] "POST /features HTTP/1.1" 200 519 0.018638 10.0.0.22 - - [2025-07-10 02:19:20] "POST /fqname-to-id HTTP/1.1" 404 182 0.003276 10.0.0.22 - - [2025-07-10 02:19:20] "POST /features HTTP/1.1" 200 517 0.018349 10.0.0.22 - - [2025-07-10 02:19:20] "POST /fqname-to-id HTTP/1.1" 404 190 0.003281 10.0.0.22 - - [2025-07-10 02:19:20] "POST /features HTTP/1.1" 200 533 0.017172 10.0.0.22 - - [2025-07-10 02:19:20] "POST /fqname-to-id HTTP/1.1" 404 194 0.003273 10.0.0.22 - - [2025-07-10 02:19:20] "POST /features HTTP/1.1" 200 541 0.018239 10.0.0.22 - - [2025-07-10 02:19:20] "POST /fqname-to-id HTTP/1.1" 404 178 0.003093 10.0.0.22 - - [2025-07-10 02:19:21] "POST /physical-roles HTTP/1.1" 200 521 0.016847 10.0.0.22 - - [2025-07-10 02:19:21] "POST /fqname-to-id HTTP/1.1" 404 179 0.004113 10.0.0.22 - - [2025-07-10 02:19:21] "POST /physical-roles HTTP/1.1" 200 523 0.024387 10.0.0.22 - - [2025-07-10 02:19:21] "POST /fqname-to-id HTTP/1.1" 404 184 0.003767 10.0.0.22 - - [2025-07-10 02:19:21] "POST /physical-roles HTTP/1.1" 200 533 0.020360 10.0.0.22 - - [2025-07-10 02:19:21] "POST /fqname-to-id HTTP/1.1" 404 177 0.003829 10.0.0.22 - - [2025-07-10 02:19:21] "POST /physical-roles HTTP/1.1" 200 519 0.017469 10.0.0.22 - - [2025-07-10 02:19:21] "POST /fqname-to-id HTTP/1.1" 404 191 0.003291 10.0.0.22 - - [2025-07-10 02:19:21] "POST /overlay-roles HTTP/1.1" 200 545 0.025533 10.0.0.22 - - [2025-07-10 02:19:21] "POST /fqname-to-id HTTP/1.1" 404 184 0.003338 10.0.0.22 - - [2025-07-10 02:19:21] "POST /overlay-roles HTTP/1.1" 200 531 0.018085 10.0.0.22 - - [2025-07-10 02:19:21] "POST /fqname-to-id HTTP/1.1" 404 191 0.003494 10.0.0.22 - - [2025-07-10 02:19:21] "POST /overlay-roles HTTP/1.1" 200 545 0.017561 10.0.0.22 - - [2025-07-10 02:19:21] "POST /fqname-to-id HTTP/1.1" 404 185 0.003212 10.0.0.22 - - [2025-07-10 02:19:21] "POST /overlay-roles HTTP/1.1" 200 533 0.017164 10.0.0.22 - - [2025-07-10 02:19:21] "POST /fqname-to-id HTTP/1.1" 404 189 0.003288 10.0.0.22 - - [2025-07-10 02:19:21] "POST /overlay-roles HTTP/1.1" 200 541 0.017068 10.0.0.22 - - [2025-07-10 02:19:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.22 - - [2025-07-10 02:19:22] "PUT /overlay-role/561e6b47-9d67-41ad-8d79-c0e95a47afb5 HTTP/1.1" 200 258 0.010105 10.0.0.22 - - [2025-07-10 02:19:22] "POST /fqname-to-id HTTP/1.1" 404 184 0.003301 10.0.0.22 - - [2025-07-10 02:19:22] "POST /overlay-roles HTTP/1.1" 200 531 0.027170 10.0.0.22 - - [2025-07-10 02:19:22] "POST /fqname-to-id HTTP/1.1" 404 185 0.003359 10.0.0.22 - - [2025-07-10 02:19:22] "POST /overlay-roles HTTP/1.1" 200 533 0.016992 10.0.0.22 - - [2025-07-10 02:19:22] "POST /fqname-to-id HTTP/1.1" 404 183 0.004494 10.0.0.22 - - [2025-07-10 02:19:22] "POST /overlay-roles HTTP/1.1" 200 529 0.018373 10.0.0.22 - - [2025-07-10 02:19:22] "POST /fqname-to-id HTTP/1.1" 404 187 0.003204 10.0.0.22 - - [2025-07-10 02:19:22] "POST /overlay-roles HTTP/1.1" 200 537 0.020472 10.0.0.22 - - [2025-07-10 02:19:22] "POST /fqname-to-id HTTP/1.1" 404 189 0.003658 10.0.0.22 - - [2025-07-10 02:19:22] "POST /overlay-roles HTTP/1.1" 200 541 0.026758 10.0.0.22 - - [2025-07-10 02:19:22] "POST /fqname-to-id HTTP/1.1" 404 178 0.006910 10.0.0.22 - - [2025-07-10 02:19:22] "POST /overlay-roles HTTP/1.1" 200 519 0.027333 10.0.0.22 - - [2025-07-10 02:19:22] "POST /fqname-to-id HTTP/1.1" 404 190 0.003796 10.0.0.22 - - [2025-07-10 02:19:22] "POST /overlay-roles HTTP/1.1" 200 543 0.017013 10.0.0.22 - - [2025-07-10 02:19:22] "POST /fqname-to-id HTTP/1.1" 404 182 0.003215 10.0.0.22 - - [2025-07-10 02:19:23] "POST /role-definitions HTTP/1.1" 200 533 0.017849 10.0.0.22 - - [2025-07-10 02:19:23] "POST /fqname-to-id HTTP/1.1" 404 189 0.004051 10.0.0.22 - - [2025-07-10 02:19:23] "POST /role-definitions HTTP/1.1" 200 547 0.019805 10.0.0.22 - - [2025-07-10 02:19:23] "POST /fqname-to-id HTTP/1.1" 404 190 0.003309 10.0.0.22 - - [2025-07-10 02:19:23] "POST /role-definitions HTTP/1.1" 200 549 0.018794 10.0.0.22 - - [2025-07-10 02:19:23] "POST /fqname-to-id HTTP/1.1" 404 191 0.003355 10.0.0.22 - - [2025-07-10 02:19:23] "POST /role-definitions HTTP/1.1" 200 551 0.022533 10.0.0.22 - - [2025-07-10 02:19:23] "POST /fqname-to-id HTTP/1.1" 404 197 0.003357 10.0.0.22 - - [2025-07-10 02:19:23] "POST /role-definitions HTTP/1.1" 200 563 0.018550 10.0.0.22 - - [2025-07-10 02:19:23] "POST /fqname-to-id HTTP/1.1" 404 189 0.004099 10.0.0.22 - - [2025-07-10 02:19:23] "POST /role-definitions HTTP/1.1" 200 547 0.019851 10.0.0.22 - - [2025-07-10 02:19:23] "POST /fqname-to-id HTTP/1.1" 404 190 0.003706 10.0.0.22 - - [2025-07-10 02:19:23] "POST /role-definitions HTTP/1.1" 200 549 0.016983 10.0.0.22 - - [2025-07-10 02:19:23] "POST /fqname-to-id HTTP/1.1" 404 191 0.003426 10.0.0.22 - - [2025-07-10 02:19:23] "POST /role-definitions HTTP/1.1" 200 551 0.016846 10.0.0.22 - - [2025-07-10 02:19:23] "POST /fqname-to-id HTTP/1.1" 404 190 0.003424 10.0.0.22 - - [2025-07-10 02:19:23] "POST /role-definitions HTTP/1.1" 200 549 0.020581 10.0.0.22 - - [2025-07-10 02:19:23] "POST /fqname-to-id HTTP/1.1" 404 196 0.003311 10.0.0.22 - - [2025-07-10 02:19:24] "POST /role-definitions HTTP/1.1" 200 561 0.016669 10.0.0.22 - - [2025-07-10 02:19:24] "POST /fqname-to-id HTTP/1.1" 404 189 0.003548 10.0.0.22 - - [2025-07-10 02:19:24] "POST /role-definitions HTTP/1.1" 200 547 0.043245 10.0.0.22 - - [2025-07-10 02:19:24] "POST /fqname-to-id HTTP/1.1" 404 190 0.003841 10.0.0.22 - - [2025-07-10 02:19:24] "POST /role-definitions HTTP/1.1" 200 549 0.021050 10.0.0.22 - - [2025-07-10 02:19:24] "POST /fqname-to-id HTTP/1.1" 404 188 0.003432 10.0.0.22 - - [2025-07-10 02:19:24] "POST /role-definitions HTTP/1.1" 200 545 0.027878 10.0.0.22 - - [2025-07-10 02:19:24] "POST /fqname-to-id HTTP/1.1" 404 189 0.004025 10.0.0.22 - - [2025-07-10 02:19:24] "POST /role-definitions HTTP/1.1" 200 547 0.020668 10.0.0.22 - - [2025-07-10 02:19:24] "POST /fqname-to-id HTTP/1.1" 404 192 0.003376 10.0.0.22 - - [2025-07-10 02:19:24] "POST /role-definitions HTTP/1.1" 200 553 0.016798 10.0.0.22 - - [2025-07-10 02:19:24] "POST /fqname-to-id HTTP/1.1" 404 193 0.003946 10.0.0.22 - - [2025-07-10 02:19:24] "POST /role-definitions HTTP/1.1" 200 555 0.019067 10.0.0.22 - - [2025-07-10 02:19:24] "POST /fqname-to-id HTTP/1.1" 404 182 0.003498 10.0.0.22 - - [2025-07-10 02:19:24] "POST /role-definitions HTTP/1.1" 200 533 0.021899 10.0.0.22 - - [2025-07-10 02:19:24] "POST /fqname-to-id HTTP/1.1" 404 187 0.003542 10.0.0.22 - - [2025-07-10 02:19:24] "POST /role-definitions HTTP/1.1" 200 543 0.025506 10.0.0.22 - - [2025-07-10 02:19:25] "POST /fqname-to-id HTTP/1.1" 404 181 0.005067 10.0.0.22 - - [2025-07-10 02:19:25] "POST /role-definitions HTTP/1.1" 200 531 0.023607 10.0.0.22 - - [2025-07-10 02:19:25] "POST /fqname-to-id HTTP/1.1" 404 184 0.004120 10.0.0.22 - - [2025-07-10 02:19:25] "POST /role-definitions HTTP/1.1" 200 537 0.018951 10.0.0.22 - - [2025-07-10 02:19:25] "POST /fqname-to-id HTTP/1.1" 404 189 0.004002 10.0.0.22 - - [2025-07-10 02:19:25] "POST /role-definitions HTTP/1.1" 200 547 0.020591 10.0.0.22 - - [2025-07-10 02:19:25] "POST /fqname-to-id HTTP/1.1" 404 194 0.003446 10.0.0.22 - - [2025-07-10 02:19:25] "POST /role-definitions HTTP/1.1" 200 557 0.019146 10.0.0.22 - - [2025-07-10 02:19:25] "POST /fqname-to-id HTTP/1.1" 404 196 0.003601 10.0.0.22 - - [2025-07-10 02:19:25] "POST /role-definitions HTTP/1.1" 200 561 0.019824 10.0.0.22 - - [2025-07-10 02:19:25] "POST /fqname-to-id HTTP/1.1" 404 195 0.003334 10.0.0.22 - - [2025-07-10 02:19:25] "POST /role-definitions HTTP/1.1" 200 559 0.017081 10.0.0.22 - - [2025-07-10 02:19:25] "POST /fqname-to-id HTTP/1.1" 404 196 0.003349 10.0.0.22 - - [2025-07-10 02:19:25] "POST /feature-configs HTTP/1.1" 200 537 0.022353 10.0.0.22 - - [2025-07-10 02:19:25] "POST /fqname-to-id HTTP/1.1" 404 212 0.003159 10.0.0.22 - - [2025-07-10 02:19:25] "POST /feature-configs HTTP/1.1" 200 562 0.021271 10.0.0.22 - - [2025-07-10 02:19:25] "POST /fqname-to-id HTTP/1.1" 404 211 0.003543 10.0.0.22 - - [2025-07-10 02:19:26] "POST /feature-configs HTTP/1.1" 200 561 0.019387 10.0.0.22 - - [2025-07-10 02:19:26] "GET /global-system-configs HTTP/1.1" 200 322 0.027956 10.0.0.22 - - [2025-07-10 02:19:26] "POST /fqname-to-id HTTP/1.1" 404 192 0.003097 10.0.0.22 - - [2025-07-10 02:19:26] "POST /node-profiles HTTP/1.1" 200 547 0.018208 10.0.0.22 - - [2025-07-10 02:19:26] "POST /fqname-to-id HTTP/1.1" 404 187 0.003344 10.0.0.22 - - [2025-07-10 02:19:26] "POST /node-profiles HTTP/1.1" 200 537 0.019917 10.0.0.22 - - [2025-07-10 02:19:26] "POST /fqname-to-id HTTP/1.1" 404 193 0.003499 10.0.0.22 - - [2025-07-10 02:19:26] "POST /node-profiles HTTP/1.1" 200 549 0.021427 10.0.0.22 - - [2025-07-10 02:19:26] "POST /fqname-to-id HTTP/1.1" 404 189 0.004256 10.0.0.22 - - [2025-07-10 02:19:26] "POST /node-profiles HTTP/1.1" 200 541 0.020359 10.0.0.22 - - [2025-07-10 02:19:26] "POST /fqname-to-id HTTP/1.1" 404 189 0.004393 10.0.0.22 - - [2025-07-10 02:19:26] "POST /node-profiles HTTP/1.1" 200 541 0.021289 10.0.0.22 - - [2025-07-10 02:19:26] "POST /fqname-to-id HTTP/1.1" 404 188 0.003510 10.0.0.22 - - [2025-07-10 02:19:26] "POST /node-profiles HTTP/1.1" 200 539 0.019846 10.0.0.22 - - [2025-07-10 02:19:26] "POST /fqname-to-id HTTP/1.1" 404 184 0.003940 10.0.0.22 - - [2025-07-10 02:19:26] "POST /node-profiles HTTP/1.1" 200 531 0.022867 10.0.0.22 - - [2025-07-10 02:19:26] "POST /fqname-to-id HTTP/1.1" 404 185 0.003595 10.0.0.22 - - [2025-07-10 02:19:26] "POST /node-profiles HTTP/1.1" 200 533 0.018275 10.0.0.22 - - [2025-07-10 02:19:26] "POST /fqname-to-id HTTP/1.1" 404 197 0.004351 10.0.0.22 - - [2025-07-10 02:19:27] "POST /node-profiles HTTP/1.1" 200 557 0.019076 10.0.0.22 - - [2025-07-10 02:19:27] "POST /fqname-to-id HTTP/1.1" 404 206 0.003574 10.0.0.22 - - [2025-07-10 02:19:27] "POST /telemetry-profiles HTTP/1.1" 200 554 0.017767 10.0.0.22 - - [2025-07-10 02:19:27] "POST /fqname-to-id HTTP/1.1" 404 206 0.003231 10.0.0.22 - - [2025-07-10 02:19:27] "POST /telemetry-profiles HTTP/1.1" 200 554 0.016965 10.0.0.22 - - [2025-07-10 02:19:27] "POST /fqname-to-id HTTP/1.1" 404 206 0.004484 10.0.0.22 - - [2025-07-10 02:19:27] "POST /telemetry-profiles HTTP/1.1" 200 554 0.017033 10.0.0.22 - - [2025-07-10 02:19:27] "POST /fqname-to-id HTTP/1.1" 404 206 0.003258 10.0.0.22 - - [2025-07-10 02:19:27] "POST /telemetry-profiles HTTP/1.1" 200 554 0.017848 10.0.0.22 - - [2025-07-10 02:19:27] "POST /fqname-to-id HTTP/1.1" 404 206 0.003263 10.0.0.22 - - [2025-07-10 02:19:27] "POST /telemetry-profiles HTTP/1.1" 200 554 0.017455 10.0.0.22 - - [2025-07-10 02:19:27] "POST /fqname-to-id HTTP/1.1" 404 206 0.003143 10.0.0.22 - - [2025-07-10 02:19:27] "POST /telemetry-profiles HTTP/1.1" 200 554 0.017372 10.0.0.22 - - [2025-07-10 02:19:27] "POST /fqname-to-id HTTP/1.1" 404 199 0.003276 10.0.0.22 - - [2025-07-10 02:19:27] "POST /sflow-profiles HTTP/1.1" 200 532 0.020267 10.0.0.22 - - [2025-07-10 02:19:27] "POST /fqname-to-id HTTP/1.1" 404 202 0.003375 10.0.0.22 - - [2025-07-10 02:19:27] "POST /sflow-profiles HTTP/1.1" 200 538 0.039038 10.0.0.22 - - [2025-07-10 02:19:28] "POST /fqname-to-id HTTP/1.1" 404 202 0.003250 10.0.0.22 - - [2025-07-10 02:19:28] "POST /sflow-profiles HTTP/1.1" 200 538 0.019027 10.0.0.22 - - [2025-07-10 02:19:28] "GET /global-system-configs HTTP/1.1" 200 322 0.346697 10.0.0.22 - - [2025-07-10 02:19:28] "POST /fqname-to-id HTTP/1.1" 404 199 0.003206 10.0.0.22 - - [2025-07-10 02:19:28] "POST /grpc-profiles HTTP/1.1" 200 530 0.017371 10.0.0.22 - - [2025-07-10 02:19:28] "POST /fqname-to-id HTTP/1.1" 404 199 0.003324 10.0.0.22 - - [2025-07-10 02:19:28] "POST /snmp-profiles HTTP/1.1" 200 530 0.019642 10.0.0.22 - - [2025-07-10 02:19:28] "POST /fqname-to-id HTTP/1.1" 404 202 0.004414 10.0.0.22 - - [2025-07-10 02:19:28] "POST /netconf-profiles HTTP/1.1" 200 542 0.017775 10.0.0.22 - - [2025-07-10 02:19:28] "POST /fqname-to-id HTTP/1.1" 404 193 0.003706 10.0.0.22 - - [2025-07-10 02:19:28] "POST /device-functional-groups HTTP/1.1" 200 540 0.018824 10.0.0.22 - - [2025-07-10 02:19:28] "POST /fqname-to-id HTTP/1.1" 404 193 0.003595 10.0.0.22 - - [2025-07-10 02:19:28] "POST /device-functional-groups HTTP/1.1" 200 540 0.020437 10.0.0.22 - - [2025-07-10 02:19:28] "POST /fqname-to-id HTTP/1.1" 404 195 0.003904 10.0.0.22 - - [2025-07-10 02:19:28] "POST /device-functional-groups HTTP/1.1" 200 544 0.020962 10.0.0.22 - - [2025-07-10 02:19:28] "POST /fqname-to-id HTTP/1.1" 404 194 0.003942 10.0.0.22 - - [2025-07-10 02:19:28] "POST /device-functional-groups HTTP/1.1" 200 542 0.018265 10.0.0.22 - - [2025-07-10 02:19:28] "POST /fqname-to-id HTTP/1.1" 404 218 0.003284 10.0.0.22 - - [2025-07-10 02:19:29] "POST /device-functional-groups HTTP/1.1" 200 590 0.016871 10.0.0.22 - - [2025-07-10 02:19:29] "POST /fqname-to-id HTTP/1.1" 404 208 0.003139 10.0.0.22 - - [2025-07-10 02:19:29] "POST /device-functional-groups HTTP/1.1" 200 570 0.018179 10.0.0.22 - - [2025-07-10 02:19:29] "POST /fqname-to-id HTTP/1.1" 404 236 0.003541 10.0.0.22 - - [2025-07-10 02:19:29] "POST /device-functional-groups HTTP/1.1" 200 620 0.018195 10.0.0.22 - - [2025-07-10 02:19:29] "POST /fqname-to-id HTTP/1.1" 404 206 0.003246 10.0.0.22 - - [2025-07-10 02:19:29] "POST /device-functional-groups HTTP/1.1" 200 566 0.017371 10.0.0.22 - - [2025-07-10 02:19:29] "POST /fqname-to-id HTTP/1.1" 404 205 0.003437 10.0.0.22 - - [2025-07-10 02:19:29] "POST /device-functional-groups HTTP/1.1" 200 564 0.021448 10.0.0.22 - - [2025-07-10 02:19:29] "POST /fqname-to-id HTTP/1.1" 404 210 0.003415 10.0.0.22 - - [2025-07-10 02:19:29] "POST /device-functional-groups HTTP/1.1" 200 574 0.017767 10.0.0.22 - - [2025-07-10 02:19:29] "POST /fqname-to-id HTTP/1.1" 404 201 0.003080 10.0.0.22 - - [2025-07-10 02:19:29] "POST /role-configs HTTP/1.1" 200 525 0.017902 10.0.0.22 - - [2025-07-10 02:19:29] "POST /fqname-to-id HTTP/1.1" 404 196 0.003242 10.0.0.22 - - [2025-07-10 02:19:29] "POST /role-configs HTTP/1.1" 200 520 0.018136 10.0.0.22 - - [2025-07-10 02:19:29] "POST /fqname-to-id HTTP/1.1" 404 198 0.003445 10.0.0.22 - - [2025-07-10 02:19:29] "POST /role-configs HTTP/1.1" 200 522 0.021717 10.0.0.22 - - [2025-07-10 02:19:30] "POST /fqname-to-id HTTP/1.1" 404 198 0.003263 10.0.0.22 - - [2025-07-10 02:19:30] "POST /role-configs HTTP/1.1" 200 522 0.023243 10.0.0.22 - - [2025-07-10 02:19:30] "POST /fqname-to-id HTTP/1.1" 404 202 0.003155 10.0.0.22 - - [2025-07-10 02:19:30] "POST /role-configs HTTP/1.1" 200 526 0.019596 10.0.0.22 - - [2025-07-10 02:19:30] "POST /fqname-to-id HTTP/1.1" 404 197 0.003760 10.0.0.22 - - [2025-07-10 02:19:30] "POST /role-configs HTTP/1.1" 200 521 0.021547 10.0.0.22 - - [2025-07-10 02:19:30] "POST /fqname-to-id HTTP/1.1" 404 193 0.003289 10.0.0.22 - - [2025-07-10 02:19:30] "POST /role-configs HTTP/1.1" 200 517 0.020627 10.0.0.22 - - [2025-07-10 02:19:30] "POST /fqname-to-id HTTP/1.1" 404 194 0.003445 10.0.0.22 - - [2025-07-10 02:19:30] "POST /role-configs HTTP/1.1" 200 518 0.018991 10.0.0.22 - - [2025-07-10 02:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003775 10.0.0.22 - - [2025-07-10 02:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.22 - - [2025-07-10 02:19:30] "POST /ref-update HTTP/1.1" 200 156 0.010355 10.0.0.22 - - [2025-07-10 02:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.22 - - [2025-07-10 02:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.22 - - [2025-07-10 02:19:30] "POST /ref-update HTTP/1.1" 200 156 0.011065 10.0.0.22 - - [2025-07-10 02:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003814 10.0.0.22 - - [2025-07-10 02:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470 10.0.0.22 - - [2025-07-10 02:19:31] "POST /ref-update HTTP/1.1" 200 156 0.009838 10.0.0.22 - - [2025-07-10 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.22 - - [2025-07-10 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.22 - - [2025-07-10 02:19:31] "POST /ref-update HTTP/1.1" 200 156 0.009708 10.0.0.22 - - [2025-07-10 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.22 - - [2025-07-10 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.22 - - [2025-07-10 02:19:31] "POST /ref-update HTTP/1.1" 200 156 0.010107 10.0.0.22 - - [2025-07-10 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004562 10.0.0.22 - - [2025-07-10 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004172 10.0.0.22 - - [2025-07-10 02:19:31] "POST /ref-update HTTP/1.1" 200 156 0.010369 10.0.0.22 - - [2025-07-10 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.22 - - [2025-07-10 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.22 - - [2025-07-10 02:19:31] "POST /ref-update HTTP/1.1" 200 156 0.008492 10.0.0.22 - - [2025-07-10 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003245 10.0.0.22 - - [2025-07-10 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.22 - - [2025-07-10 02:19:31] "POST /ref-update HTTP/1.1" 200 156 0.009225 10.0.0.22 - - [2025-07-10 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.22 - - [2025-07-10 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.22 - - [2025-07-10 02:19:31] "POST /ref-update HTTP/1.1" 200 156 0.009187 10.0.0.22 - - [2025-07-10 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615 10.0.0.22 - - [2025-07-10 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003920 10.0.0.22 - - [2025-07-10 02:19:32] "POST /ref-update HTTP/1.1" 200 156 0.009536 10.0.0.22 - - [2025-07-10 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004707 10.0.0.22 - - [2025-07-10 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003934 10.0.0.22 - - [2025-07-10 02:19:32] "POST /ref-update HTTP/1.1" 200 156 0.009963 10.0.0.22 - - [2025-07-10 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773 10.0.0.22 - - [2025-07-10 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.22 - - [2025-07-10 02:19:32] "POST /ref-update HTTP/1.1" 200 156 0.008440 10.0.0.22 - - [2025-07-10 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.22 - - [2025-07-10 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.22 - - [2025-07-10 02:19:32] "POST /ref-update HTTP/1.1" 200 156 0.009180 10.0.0.22 - - [2025-07-10 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003843 10.0.0.22 - - [2025-07-10 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003624 10.0.0.22 - - [2025-07-10 02:19:32] "POST /ref-update HTTP/1.1" 200 156 0.009215 10.0.0.22 - - [2025-07-10 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.22 - - [2025-07-10 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003530 10.0.0.22 - - [2025-07-10 02:19:32] "POST /ref-update HTTP/1.1" 200 156 0.008303 10.0.0.22 - - [2025-07-10 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.22 - - [2025-07-10 02:19:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.22 - - [2025-07-10 02:19:33] "POST /ref-update HTTP/1.1" 200 156 0.008207 10.0.0.22 - - [2025-07-10 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.22 - - [2025-07-10 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.22 - - [2025-07-10 02:19:33] "POST /ref-update HTTP/1.1" 200 156 0.008775 10.0.0.22 - - [2025-07-10 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.22 - - [2025-07-10 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.22 - - [2025-07-10 02:19:33] "POST /ref-update HTTP/1.1" 200 156 0.009377 10.0.0.22 - - [2025-07-10 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.22 - - [2025-07-10 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.22 - - [2025-07-10 02:19:33] "POST /ref-update HTTP/1.1" 200 156 0.010303 10.0.0.22 - - [2025-07-10 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.22 - - [2025-07-10 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004177 10.0.0.22 - - [2025-07-10 02:19:33] "POST /ref-update HTTP/1.1" 200 156 0.007960 10.0.0.22 - - [2025-07-10 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.22 - - [2025-07-10 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003301 10.0.0.22 - - [2025-07-10 02:19:33] "POST /ref-update HTTP/1.1" 200 156 0.008325 10.0.0.22 - - [2025-07-10 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003766 10.0.0.22 - - [2025-07-10 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.22 - - [2025-07-10 02:19:33] "POST /ref-update HTTP/1.1" 200 156 0.009125 10.0.0.22 - - [2025-07-10 02:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003954 10.0.0.22 - - [2025-07-10 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003910 10.0.0.22 - - [2025-07-10 02:19:34] "POST /ref-update HTTP/1.1" 200 156 0.009323 10.0.0.22 - - [2025-07-10 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004875 10.0.0.22 - - [2025-07-10 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004280 10.0.0.22 - - [2025-07-10 02:19:34] "POST /ref-update HTTP/1.1" 200 156 0.008179 10.0.0.22 - - [2025-07-10 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003493 10.0.0.22 - - [2025-07-10 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.22 - - [2025-07-10 02:19:34] "POST /ref-update HTTP/1.1" 200 156 0.008388 10.0.0.22 - - [2025-07-10 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004118 10.0.0.22 - - [2025-07-10 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.22 - - [2025-07-10 02:19:34] "POST /ref-update HTTP/1.1" 200 156 0.007812 10.0.0.22 - - [2025-07-10 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.22 - - [2025-07-10 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003059 10.0.0.22 - - [2025-07-10 02:19:34] "POST /ref-update HTTP/1.1" 200 156 0.008647 10.0.0.22 - - [2025-07-10 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.22 - - [2025-07-10 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.22 - - [2025-07-10 02:19:34] "POST /ref-update HTTP/1.1" 200 156 0.007991 10.0.0.22 - - [2025-07-10 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003754 10.0.0.22 - - [2025-07-10 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.22 - - [2025-07-10 02:19:35] "POST /ref-update HTTP/1.1" 200 156 0.008321 10.0.0.22 - - [2025-07-10 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003482 10.0.0.22 - - [2025-07-10 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003990 10.0.0.22 - - [2025-07-10 02:19:35] "POST /ref-update HTTP/1.1" 200 156 0.008610 10.0.0.22 - - [2025-07-10 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.22 - - [2025-07-10 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.22 - - [2025-07-10 02:19:35] "POST /ref-update HTTP/1.1" 200 156 0.007931 10.0.0.22 - - [2025-07-10 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.22 - - [2025-07-10 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004422 10.0.0.22 - - [2025-07-10 02:19:35] "POST /ref-update HTTP/1.1" 200 156 0.008267 10.0.0.22 - - [2025-07-10 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004310 10.0.0.22 - - [2025-07-10 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.22 - - [2025-07-10 02:19:35] "POST /ref-update HTTP/1.1" 200 156 0.010214 10.0.0.22 - - [2025-07-10 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004500 10.0.0.22 - - [2025-07-10 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.22 - - [2025-07-10 02:19:35] "POST /ref-update HTTP/1.1" 200 156 0.008946 10.0.0.22 - - [2025-07-10 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004058 10.0.0.22 - - [2025-07-10 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003895 10.0.0.22 - - [2025-07-10 02:19:35] "POST /ref-update HTTP/1.1" 200 156 0.009956 10.0.0.22 - - [2025-07-10 02:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.22 - - [2025-07-10 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003301 10.0.0.22 - - [2025-07-10 02:19:36] "POST /ref-update HTTP/1.1" 200 156 0.007584 10.0.0.22 - - [2025-07-10 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.22 - - [2025-07-10 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.22 - - [2025-07-10 02:19:36] "POST /ref-update HTTP/1.1" 200 156 0.008138 10.0.0.22 - - [2025-07-10 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003646 10.0.0.22 - - [2025-07-10 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.22 - - [2025-07-10 02:19:36] "POST /ref-update HTTP/1.1" 200 156 0.008245 10.0.0.22 - - [2025-07-10 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256 10.0.0.22 - - [2025-07-10 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003295 10.0.0.22 - - [2025-07-10 02:19:36] "POST /ref-update HTTP/1.1" 200 156 0.007818 10.0.0.22 - - [2025-07-10 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.22 - - [2025-07-10 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003528 10.0.0.22 - - [2025-07-10 02:19:36] "POST /ref-update HTTP/1.1" 200 156 0.007970 10.0.0.22 - - [2025-07-10 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003202 10.0.0.22 - - [2025-07-10 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.22 - - [2025-07-10 02:19:36] "POST /ref-update HTTP/1.1" 200 156 0.007936 10.0.0.22 - - [2025-07-10 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.22 - - [2025-07-10 02:19:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.22 - - [2025-07-10 02:19:36] "POST /ref-update HTTP/1.1" 200 156 0.007876 10.0.0.22 - - [2025-07-10 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.22 - - [2025-07-10 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.22 - - [2025-07-10 02:19:37] "POST /ref-update HTTP/1.1" 200 156 0.010026 10.0.0.22 - - [2025-07-10 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004155 10.0.0.22 - - [2025-07-10 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.22 - - [2025-07-10 02:19:37] "POST /ref-update HTTP/1.1" 200 156 0.011437 10.0.0.22 - - [2025-07-10 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004289 10.0.0.22 - - [2025-07-10 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004161 10.0.0.22 - - [2025-07-10 02:19:37] "POST /ref-update HTTP/1.1" 200 156 0.009711 10.0.0.22 - - [2025-07-10 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.22 - - [2025-07-10 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003496 10.0.0.22 - - [2025-07-10 02:19:37] "POST /ref-update HTTP/1.1" 200 156 0.008295 10.0.0.22 - - [2025-07-10 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.22 - - [2025-07-10 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.22 - - [2025-07-10 02:19:37] "POST /ref-update HTTP/1.1" 200 156 0.008416 10.0.0.22 - - [2025-07-10 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004209 10.0.0.22 - - [2025-07-10 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.22 - - [2025-07-10 02:19:37] "POST /ref-update HTTP/1.1" 200 156 0.007483 10.0.0.22 - - [2025-07-10 02:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.22 - - [2025-07-10 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735 10.0.0.22 - - [2025-07-10 02:19:38] "POST /ref-update HTTP/1.1" 200 156 0.008452 10.0.0.22 - - [2025-07-10 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.22 - - [2025-07-10 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.22 - - [2025-07-10 02:19:38] "POST /ref-update HTTP/1.1" 200 156 0.009760 10.0.0.22 - - [2025-07-10 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003849 10.0.0.22 - - [2025-07-10 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.22 - - [2025-07-10 02:19:38] "POST /ref-update HTTP/1.1" 200 156 0.011114 10.0.0.22 - - [2025-07-10 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.22 - - [2025-07-10 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.22 - - [2025-07-10 02:19:38] "POST /ref-update HTTP/1.1" 200 156 0.008600 10.0.0.22 - - [2025-07-10 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.22 - - [2025-07-10 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.22 - - [2025-07-10 02:19:38] "POST /ref-update HTTP/1.1" 200 156 0.007608 10.0.0.22 - - [2025-07-10 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.22 - - [2025-07-10 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003876 10.0.0.22 - - [2025-07-10 02:19:38] "POST /ref-update HTTP/1.1" 200 156 0.008199 10.0.0.22 - - [2025-07-10 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003409 10.0.0.22 - - [2025-07-10 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.22 - - [2025-07-10 02:19:38] "POST /ref-update HTTP/1.1" 200 156 0.008784 10.0.0.22 - - [2025-07-10 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.22 - - [2025-07-10 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.22 - - [2025-07-10 02:19:39] "POST /ref-update HTTP/1.1" 200 156 0.007847 10.0.0.22 - - [2025-07-10 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.22 - - [2025-07-10 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.22 - - [2025-07-10 02:19:39] "POST /ref-update HTTP/1.1" 200 156 0.009269 10.0.0.22 - - [2025-07-10 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.22 - - [2025-07-10 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004227 10.0.0.22 - - [2025-07-10 02:19:39] "POST /ref-update HTTP/1.1" 200 156 0.010273 10.0.0.22 - - [2025-07-10 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.22 - - [2025-07-10 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003477 10.0.0.22 - - [2025-07-10 02:19:39] "POST /ref-update HTTP/1.1" 200 156 0.007759 10.0.0.22 - - [2025-07-10 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.22 - - [2025-07-10 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003809 10.0.0.22 - - [2025-07-10 02:19:39] "POST /ref-update HTTP/1.1" 200 156 0.008707 10.0.0.22 - - [2025-07-10 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.22 - - [2025-07-10 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.22 - - [2025-07-10 02:19:39] "POST /ref-update HTTP/1.1" 200 156 0.008633 10.0.0.22 - - [2025-07-10 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.22 - - [2025-07-10 02:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.22 - - [2025-07-10 02:19:40] "POST /ref-update HTTP/1.1" 200 156 0.015547 10.0.0.22 - - [2025-07-10 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.22 - - [2025-07-10 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003230 10.0.0.22 - - [2025-07-10 02:19:40] "POST /ref-update HTTP/1.1" 200 156 0.007943 10.0.0.22 - - [2025-07-10 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.22 - - [2025-07-10 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.22 - - [2025-07-10 02:19:40] "POST /ref-update HTTP/1.1" 200 156 0.009976 10.0.0.22 - - [2025-07-10 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.22 - - [2025-07-10 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.22 - - [2025-07-10 02:19:40] "POST /ref-update HTTP/1.1" 200 156 0.008162 10.0.0.22 - - [2025-07-10 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003241 10.0.0.22 - - [2025-07-10 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.22 - - [2025-07-10 02:19:40] "POST /ref-update HTTP/1.1" 200 156 0.008949 10.0.0.22 - - [2025-07-10 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.22 - - [2025-07-10 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.22 - - [2025-07-10 02:19:40] "POST /ref-update HTTP/1.1" 200 156 0.008616 10.0.0.22 - - [2025-07-10 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.22 - - [2025-07-10 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003108 10.0.0.22 - - [2025-07-10 02:19:40] "POST /ref-update HTTP/1.1" 200 156 0.007973 10.0.0.22 - - [2025-07-10 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.22 - - [2025-07-10 02:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.22 - - [2025-07-10 02:19:41] "POST /ref-update HTTP/1.1" 200 156 0.009573 10.0.0.22 - - [2025-07-10 02:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.22 - - [2025-07-10 02:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004125 10.0.0.22 - - [2025-07-10 02:19:41] "POST /ref-update HTTP/1.1" 200 156 0.007539 10.0.0.22 - - [2025-07-10 02:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004265 10.0.0.22 - - [2025-07-10 02:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.22 - - [2025-07-10 02:19:41] "POST /ref-update HTTP/1.1" 200 156 0.009303 10.0.0.22 - - [2025-07-10 02:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.22 - - [2025-07-10 02:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.22 - - [2025-07-10 02:19:41] "POST /ref-update HTTP/1.1" 200 156 0.008507 10.0.0.22 - - [2025-07-10 02:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.22 - - [2025-07-10 02:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004483 10.0.0.22 - - [2025-07-10 02:19:41] "POST /ref-update HTTP/1.1" 200 156 0.007787 10.0.0.22 - - [2025-07-10 02:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004140 10.0.0.22 - - [2025-07-10 02:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328 10.0.0.22 - - [2025-07-10 02:19:41] "POST /ref-update HTTP/1.1" 200 156 0.008985 10.0.0.22 - - [2025-07-10 02:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003972 10.0.0.22 - - [2025-07-10 02:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003437 10.0.0.22 - - [2025-07-10 02:19:42] "POST /ref-update HTTP/1.1" 200 156 0.008416 10.0.0.22 - - [2025-07-10 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.22 - - [2025-07-10 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.22 - - [2025-07-10 02:19:42] "POST /ref-update HTTP/1.1" 200 156 0.007924 10.0.0.22 - - [2025-07-10 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.22 - - [2025-07-10 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.22 - - [2025-07-10 02:19:42] "POST /ref-update HTTP/1.1" 200 156 0.008821 10.0.0.22 - - [2025-07-10 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003477 10.0.0.22 - - [2025-07-10 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.22 - - [2025-07-10 02:19:42] "POST /ref-update HTTP/1.1" 200 156 0.008665 10.0.0.22 - - [2025-07-10 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.22 - - [2025-07-10 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.22 - - [2025-07-10 02:19:42] "POST /ref-update HTTP/1.1" 200 156 0.007862 10.0.0.22 - - [2025-07-10 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.22 - - [2025-07-10 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.22 - - [2025-07-10 02:19:42] "POST /ref-update HTTP/1.1" 200 156 0.007759 10.0.0.22 - - [2025-07-10 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.22 - - [2025-07-10 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.22 - - [2025-07-10 02:19:42] "POST /ref-update HTTP/1.1" 200 156 0.007681 10.0.0.22 - - [2025-07-10 02:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004004 10.0.0.22 - - [2025-07-10 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.22 - - [2025-07-10 02:19:43] "POST /ref-update HTTP/1.1" 200 156 0.008262 10.0.0.22 - - [2025-07-10 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003477 10.0.0.22 - - [2025-07-10 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003346 10.0.0.22 - - [2025-07-10 02:19:43] "POST /ref-update HTTP/1.1" 200 156 0.009026 10.0.0.22 - - [2025-07-10 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003927 10.0.0.22 - - [2025-07-10 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.22 - - [2025-07-10 02:19:43] "POST /ref-update HTTP/1.1" 200 156 0.009075 10.0.0.22 - - [2025-07-10 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003961 10.0.0.22 - - [2025-07-10 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.22 - - [2025-07-10 02:19:43] "POST /ref-update HTTP/1.1" 200 156 0.008644 10.0.0.22 - - [2025-07-10 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661 10.0.0.22 - - [2025-07-10 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.22 - - [2025-07-10 02:19:43] "POST /ref-update HTTP/1.1" 200 156 0.008978 10.0.0.22 - - [2025-07-10 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.22 - - [2025-07-10 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003738 10.0.0.22 - - [2025-07-10 02:19:43] "POST /ref-update HTTP/1.1" 200 156 0.008675 10.0.0.22 - - [2025-07-10 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.22 - - [2025-07-10 02:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.22 - - [2025-07-10 02:19:43] "POST /ref-update HTTP/1.1" 200 156 0.009731 10.0.0.22 - - [2025-07-10 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.22 - - [2025-07-10 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.22 - - [2025-07-10 02:19:44] "POST /ref-update HTTP/1.1" 200 156 0.008281 10.0.0.22 - - [2025-07-10 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.22 - - [2025-07-10 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.22 - - [2025-07-10 02:19:44] "POST /ref-update HTTP/1.1" 200 156 0.010210 10.0.0.22 - - [2025-07-10 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003549 10.0.0.22 - - [2025-07-10 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.22 - - [2025-07-10 02:19:44] "POST /ref-update HTTP/1.1" 200 156 0.007815 10.0.0.22 - - [2025-07-10 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003770 10.0.0.22 - - [2025-07-10 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.22 - - [2025-07-10 02:19:44] "POST /ref-update HTTP/1.1" 200 156 0.008808 10.0.0.22 - - [2025-07-10 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.22 - - [2025-07-10 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.22 - - [2025-07-10 02:19:44] "POST /ref-update HTTP/1.1" 200 156 0.007402 10.0.0.22 - - [2025-07-10 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.22 - - [2025-07-10 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.22 - - [2025-07-10 02:19:44] "POST /ref-update HTTP/1.1" 200 156 0.007731 10.0.0.22 - - [2025-07-10 02:19:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.22 - - [2025-07-10 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.22 - - [2025-07-10 02:19:45] "POST /ref-update HTTP/1.1" 200 156 0.008099 10.0.0.22 - - [2025-07-10 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.22 - - [2025-07-10 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003307 10.0.0.22 - - [2025-07-10 02:19:45] "POST /ref-update HTTP/1.1" 200 156 0.007698 10.0.0.22 - - [2025-07-10 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.22 - - [2025-07-10 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750 10.0.0.22 - - [2025-07-10 02:19:45] "POST /ref-update HTTP/1.1" 200 156 0.007985 10.0.0.22 - - [2025-07-10 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003265 10.0.0.22 - - [2025-07-10 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003365 10.0.0.22 - - [2025-07-10 02:19:45] "POST /ref-update HTTP/1.1" 200 156 0.008573 10.0.0.22 - - [2025-07-10 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.22 - - [2025-07-10 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004054 10.0.0.22 - - [2025-07-10 02:19:45] "POST /ref-update HTTP/1.1" 200 156 0.007608 10.0.0.22 - - [2025-07-10 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.22 - - [2025-07-10 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003193 10.0.0.22 - - [2025-07-10 02:19:45] "POST /ref-update HTTP/1.1" 200 156 0.007278 10.0.0.22 - - [2025-07-10 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003738 10.0.0.22 - - [2025-07-10 02:19:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003244 10.0.0.22 - - [2025-07-10 02:19:45] "POST /ref-update HTTP/1.1" 200 156 0.007461 10.0.0.22 - - [2025-07-10 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645 10.0.0.22 - - [2025-07-10 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.22 - - [2025-07-10 02:19:46] "POST /ref-update HTTP/1.1" 200 156 0.008859 10.0.0.22 - - [2025-07-10 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003267 10.0.0.22 - - [2025-07-10 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003296 10.0.0.22 - - [2025-07-10 02:19:46] "POST /ref-update HTTP/1.1" 200 156 0.009241 10.0.0.22 - - [2025-07-10 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003719 10.0.0.22 - - [2025-07-10 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.22 - - [2025-07-10 02:19:46] "POST /ref-update HTTP/1.1" 200 156 0.007804 10.0.0.22 - - [2025-07-10 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004560 10.0.0.22 - - [2025-07-10 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.22 - - [2025-07-10 02:19:46] "POST /ref-update HTTP/1.1" 200 156 0.009421 10.0.0.22 - - [2025-07-10 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.22 - - [2025-07-10 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.22 - - [2025-07-10 02:19:46] "POST /ref-update HTTP/1.1" 200 156 0.007895 10.0.0.22 - - [2025-07-10 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.22 - - [2025-07-10 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003228 10.0.0.22 - - [2025-07-10 02:19:46] "POST /ref-update HTTP/1.1" 200 156 0.007368 10.0.0.22 - - [2025-07-10 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.22 - - [2025-07-10 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.22 - - [2025-07-10 02:19:47] "POST /ref-update HTTP/1.1" 200 156 0.008109 10.0.0.22 - - [2025-07-10 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.22 - - [2025-07-10 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.22 - - [2025-07-10 02:19:47] "POST /ref-update HTTP/1.1" 200 156 0.007927 10.0.0.22 - - [2025-07-10 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003787 10.0.0.22 - - [2025-07-10 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003622 10.0.0.22 - - [2025-07-10 02:19:47] "POST /ref-update HTTP/1.1" 200 156 0.010059 10.0.0.22 - - [2025-07-10 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.22 - - [2025-07-10 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.22 - - [2025-07-10 02:19:47] "POST /ref-update HTTP/1.1" 200 156 0.008124 10.0.0.22 - - [2025-07-10 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004050 10.0.0.22 - - [2025-07-10 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.22 - - [2025-07-10 02:19:47] "POST /ref-update HTTP/1.1" 200 156 0.008162 10.0.0.22 - - [2025-07-10 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003269 10.0.0.22 - - [2025-07-10 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.22 - - [2025-07-10 02:19:47] "POST /ref-update HTTP/1.1" 200 156 0.008434 10.0.0.22 - - [2025-07-10 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.22 - - [2025-07-10 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004049 10.0.0.22 - - [2025-07-10 02:19:47] "POST /ref-update HTTP/1.1" 200 156 0.007882 10.0.0.22 - - [2025-07-10 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003334 10.0.0.22 - - [2025-07-10 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.22 - - [2025-07-10 02:19:48] "POST /ref-update HTTP/1.1" 200 156 0.008701 10.0.0.22 - - [2025-07-10 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003609 10.0.0.22 - - [2025-07-10 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.22 - - [2025-07-10 02:19:48] "POST /ref-update HTTP/1.1" 200 156 0.008499 10.0.0.22 - - [2025-07-10 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003901 10.0.0.22 - - [2025-07-10 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003665 10.0.0.22 - - [2025-07-10 02:19:48] "POST /ref-update HTTP/1.1" 200 156 0.011032 10.0.0.22 - - [2025-07-10 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.22 - - [2025-07-10 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.22 - - [2025-07-10 02:19:48] "POST /ref-update HTTP/1.1" 200 156 0.007779 10.0.0.22 - - [2025-07-10 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.22 - - [2025-07-10 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003423 10.0.0.22 - - [2025-07-10 02:19:48] "POST /ref-update HTTP/1.1" 200 156 0.009439 10.0.0.22 - - [2025-07-10 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.22 - - [2025-07-10 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003743 10.0.0.22 - - [2025-07-10 02:19:48] "POST /ref-update HTTP/1.1" 200 156 0.008196 10.0.0.22 - - [2025-07-10 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.22 - - [2025-07-10 02:19:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.22 - - [2025-07-10 02:19:48] "POST /ref-update HTTP/1.1" 200 156 0.008598 10.0.0.22 - - [2025-07-10 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.22 - - [2025-07-10 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003369 10.0.0.22 - - [2025-07-10 02:19:49] "POST /ref-update HTTP/1.1" 200 156 0.007752 10.0.0.22 - - [2025-07-10 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004463 10.0.0.22 - - [2025-07-10 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494 10.0.0.22 - - [2025-07-10 02:19:49] "POST /ref-update HTTP/1.1" 200 156 0.009854 10.0.0.22 - - [2025-07-10 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004295 10.0.0.22 - - [2025-07-10 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.22 - - [2025-07-10 02:19:49] "POST /ref-update HTTP/1.1" 200 156 0.008483 10.0.0.22 - - [2025-07-10 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881 10.0.0.22 - - [2025-07-10 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.22 - - [2025-07-10 02:19:49] "POST /ref-update HTTP/1.1" 200 156 0.008163 10.0.0.22 - - [2025-07-10 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.22 - - [2025-07-10 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003267 10.0.0.22 - - [2025-07-10 02:19:49] "POST /ref-update HTTP/1.1" 200 156 0.008448 10.0.0.22 - - [2025-07-10 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.22 - - [2025-07-10 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.22 - - [2025-07-10 02:19:49] "POST /ref-update HTTP/1.1" 200 156 0.008238 10.0.0.22 - - [2025-07-10 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.22 - - [2025-07-10 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004148 10.0.0.22 - - [2025-07-10 02:19:50] "POST /ref-update HTTP/1.1" 200 156 0.007564 10.0.0.22 - - [2025-07-10 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004033 10.0.0.22 - - [2025-07-10 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.22 - - [2025-07-10 02:19:50] "POST /ref-update HTTP/1.1" 200 156 0.007919 10.0.0.22 - - [2025-07-10 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.22 - - [2025-07-10 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.22 - - [2025-07-10 02:19:50] "POST /ref-update HTTP/1.1" 200 156 0.007565 10.0.0.22 - - [2025-07-10 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004489 10.0.0.22 - - [2025-07-10 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.22 - - [2025-07-10 02:19:50] "POST /ref-update HTTP/1.1" 200 156 0.007905 10.0.0.22 - - [2025-07-10 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.22 - - [2025-07-10 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.22 - - [2025-07-10 02:19:50] "POST /ref-update HTTP/1.1" 200 156 0.007867 10.0.0.22 - - [2025-07-10 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003307 10.0.0.22 - - [2025-07-10 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.22 - - [2025-07-10 02:19:50] "POST /ref-update HTTP/1.1" 200 156 0.009788 10.0.0.22 - - [2025-07-10 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.22 - - [2025-07-10 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003560 10.0.0.22 - - [2025-07-10 02:19:50] "POST /ref-update HTTP/1.1" 200 156 0.007805 10.0.0.22 - - [2025-07-10 02:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.22 - - [2025-07-10 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.22 - - [2025-07-10 02:19:51] "POST /ref-update HTTP/1.1" 200 156 0.008315 10.0.0.22 - - [2025-07-10 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.22 - - [2025-07-10 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.22 - - [2025-07-10 02:19:51] "POST /ref-update HTTP/1.1" 200 156 0.007714 10.0.0.22 - - [2025-07-10 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.22 - - [2025-07-10 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.22 - - [2025-07-10 02:19:51] "POST /ref-update HTTP/1.1" 200 156 0.007634 10.0.0.22 - - [2025-07-10 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.22 - - [2025-07-10 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.22 - - [2025-07-10 02:19:51] "POST /ref-update HTTP/1.1" 200 156 0.008713 10.0.0.22 - - [2025-07-10 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004081 10.0.0.22 - - [2025-07-10 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.22 - - [2025-07-10 02:19:51] "POST /ref-update HTTP/1.1" 200 156 0.008358 10.0.0.22 - - [2025-07-10 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.22 - - [2025-07-10 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.22 - - [2025-07-10 02:19:51] "POST /ref-update HTTP/1.1" 200 156 0.007881 10.0.0.22 - - [2025-07-10 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.22 - - [2025-07-10 02:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.22 - - [2025-07-10 02:19:51] "POST /ref-update HTTP/1.1" 200 156 0.008737 10.0.0.22 - - [2025-07-10 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.22 - - [2025-07-10 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.22 - - [2025-07-10 02:19:52] "POST /ref-update HTTP/1.1" 200 156 0.007559 10.0.0.22 - - [2025-07-10 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.22 - - [2025-07-10 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.22 - - [2025-07-10 02:19:52] "POST /ref-update HTTP/1.1" 200 156 0.009634 10.0.0.22 - - [2025-07-10 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003770 10.0.0.22 - - [2025-07-10 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.22 - - [2025-07-10 02:19:52] "POST /ref-update HTTP/1.1" 200 156 0.010609 10.0.0.22 - - [2025-07-10 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823 10.0.0.22 - - [2025-07-10 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.22 - - [2025-07-10 02:19:52] "POST /ref-update HTTP/1.1" 200 156 0.008126 10.0.0.22 - - [2025-07-10 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004440 10.0.0.22 - - [2025-07-10 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.22 - - [2025-07-10 02:19:52] "POST /ref-update HTTP/1.1" 200 156 0.007836 10.0.0.22 - - [2025-07-10 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.22 - - [2025-07-10 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750 10.0.0.22 - - [2025-07-10 02:19:52] "POST /ref-update HTTP/1.1" 200 156 0.008442 10.0.0.22 - - [2025-07-10 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.22 - - [2025-07-10 02:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308 10.0.0.22 - - [2025-07-10 02:19:53] "POST /ref-update HTTP/1.1" 200 156 0.007468 10.0.0.22 - - [2025-07-10 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.22 - - [2025-07-10 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003766 10.0.0.22 - - [2025-07-10 02:19:53] "POST /ref-update HTTP/1.1" 200 156 0.011128 10.0.0.22 - - [2025-07-10 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004295 10.0.0.22 - - [2025-07-10 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.22 - - [2025-07-10 02:19:53] "POST /ref-update HTTP/1.1" 200 156 0.008005 10.0.0.22 - - [2025-07-10 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.22 - - [2025-07-10 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.22 - - [2025-07-10 02:19:53] "POST /ref-update HTTP/1.1" 200 156 0.009407 10.0.0.22 - - [2025-07-10 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004560 10.0.0.22 - - [2025-07-10 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.22 - - [2025-07-10 02:19:53] "POST /ref-update HTTP/1.1" 200 156 0.009615 10.0.0.22 - - [2025-07-10 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004929 10.0.0.22 - - [2025-07-10 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004736 10.0.0.22 - - [2025-07-10 02:19:53] "POST /ref-update HTTP/1.1" 200 156 0.010848 10.0.0.22 - - [2025-07-10 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004584 10.0.0.22 - - [2025-07-10 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004591 10.0.0.22 - - [2025-07-10 02:19:53] "POST /ref-update HTTP/1.1" 200 156 0.012100 10.0.0.22 - - [2025-07-10 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004170 10.0.0.22 - - [2025-07-10 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005593 10.0.0.22 - - [2025-07-10 02:19:54] "POST /ref-update HTTP/1.1" 200 156 0.010624 10.0.0.22 - - [2025-07-10 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.22 - - [2025-07-10 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.22 - - [2025-07-10 02:19:54] "POST /ref-update HTTP/1.1" 200 156 0.008570 10.0.0.22 - - [2025-07-10 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.22 - - [2025-07-10 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.22 - - [2025-07-10 02:19:54] "POST /ref-update HTTP/1.1" 200 156 0.008620 10.0.0.22 - - [2025-07-10 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003921 10.0.0.22 - - [2025-07-10 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.22 - - [2025-07-10 02:19:54] "POST /ref-update HTTP/1.1" 200 156 0.008226 10.0.0.22 - - [2025-07-10 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.22 - - [2025-07-10 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.22 - - [2025-07-10 02:19:54] "POST /ref-update HTTP/1.1" 200 156 0.007925 10.0.0.22 - - [2025-07-10 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.22 - - [2025-07-10 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003264 10.0.0.22 - - [2025-07-10 02:19:54] "POST /ref-update HTTP/1.1" 200 156 0.010719 10.0.0.22 - - [2025-07-10 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.22 - - [2025-07-10 02:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004709 10.0.0.22 - - [2025-07-10 02:19:55] "POST /ref-update HTTP/1.1" 200 156 0.007937 10.0.0.22 - - [2025-07-10 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.22 - - [2025-07-10 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.22 - - [2025-07-10 02:19:55] "POST /ref-update HTTP/1.1" 200 156 0.008769 10.0.0.22 - - [2025-07-10 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.22 - - [2025-07-10 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.22 - - [2025-07-10 02:19:55] "POST /ref-update HTTP/1.1" 200 156 0.009765 10.0.0.22 - - [2025-07-10 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.22 - - [2025-07-10 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.22 - - [2025-07-10 02:19:55] "POST /ref-update HTTP/1.1" 200 156 0.010749 10.0.0.22 - - [2025-07-10 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.22 - - [2025-07-10 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.22 - - [2025-07-10 02:19:55] "POST /ref-update HTTP/1.1" 200 156 0.008327 10.0.0.22 - - [2025-07-10 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.22 - - [2025-07-10 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.22 - - [2025-07-10 02:19:55] "POST /ref-update HTTP/1.1" 200 156 0.007453 10.0.0.22 - - [2025-07-10 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.22 - - [2025-07-10 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.22 - - [2025-07-10 02:19:55] "POST /ref-update HTTP/1.1" 200 156 0.008708 10.0.0.22 - - [2025-07-10 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.22 - - [2025-07-10 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003560 10.0.0.22 - - [2025-07-10 02:19:56] "POST /ref-update HTTP/1.1" 200 156 0.009101 10.0.0.22 - - [2025-07-10 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.016725 10.0.0.22 - - [2025-07-10 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005160 10.0.0.22 - - [2025-07-10 02:19:56] "POST /ref-update HTTP/1.1" 200 156 0.010584 10.0.0.22 - - [2025-07-10 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.22 - - [2025-07-10 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.22 - - [2025-07-10 02:19:56] "POST /ref-update HTTP/1.1" 200 156 0.008696 10.0.0.22 - - [2025-07-10 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.22 - - [2025-07-10 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.22 - - [2025-07-10 02:19:56] "POST /ref-update HTTP/1.1" 200 156 0.008750 10.0.0.22 - - [2025-07-10 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004028 10.0.0.22 - - [2025-07-10 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.22 - - [2025-07-10 02:19:56] "POST /ref-update HTTP/1.1" 200 156 0.022716 10.0.0.22 - - [2025-07-10 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.22 - - [2025-07-10 02:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.22 - - [2025-07-10 02:19:56] "POST /ref-update HTTP/1.1" 200 156 0.008246 10.0.0.22 - - [2025-07-10 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.22 - - [2025-07-10 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003957 10.0.0.22 - - [2025-07-10 02:19:57] "POST /ref-update HTTP/1.1" 200 156 0.010137 10.0.0.22 - - [2025-07-10 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004266 10.0.0.22 - - [2025-07-10 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003766 10.0.0.22 - - [2025-07-10 02:19:57] "POST /ref-update HTTP/1.1" 200 156 0.010359 10.0.0.22 - - [2025-07-10 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.22 - - [2025-07-10 02:19:57] "GET / HTTP/1.1" 200 35931 0.001849 10.0.0.22 - - [2025-07-10 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005518 10.0.0.22 - - [2025-07-10 02:19:57] "POST /fqname-to-id HTTP/1.1" 401 292 0.000535 10.0.0.22 - - [2025-07-10 02:19:57] "POST /ref-update HTTP/1.1" 200 156 0.009575 10.0.0.22 - - [2025-07-10 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.22 - - [2025-07-10 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.22 - - [2025-07-10 02:19:57] "POST /ref-update HTTP/1.1" 200 156 0.008818 10.0.0.22 - - [2025-07-10 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003287 10.0.0.22 - - [2025-07-10 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750 10.0.0.22 - - [2025-07-10 02:19:57] "POST /ref-update HTTP/1.1" 200 156 0.009360 10.0.0.22 - - [2025-07-10 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.026967 10.0.0.22 - - [2025-07-10 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.22 - - [2025-07-10 02:19:57] "GET /routing-instance/63a2e888-b502-476e-99c2-666b47d9df57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.004706 10.0.0.22 - - [2025-07-10 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.22 - - [2025-07-10 02:19:57] "POST /bgp-routers HTTP/1.1" 200 620 0.018536 10.0.0.22 - - [2025-07-10 02:19:57] "POST /ref-update HTTP/1.1" 200 156 0.007987 10.0.0.22 - - [2025-07-10 02:19:57] "GET /bgp-router/1273f6e3-b2ca-496f-ab07-3360d43cee5f?fields=global_system_config_back_refs HTTP/1.1" 200 1116 0.005857 10.0.0.22 - - [2025-07-10 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.22 - - [2025-07-10 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.22 - - [2025-07-10 02:19:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.22 - - [2025-07-10 02:19:58] "GET /global-system-config/931952e0-52d5-46e0-8ac6-dca3eb994af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.007490 10.0.0.22 - - [2025-07-10 02:19:58] "POST /ref-update HTTP/1.1" 200 156 0.008941 10.0.0.22 - - [2025-07-10 02:19:58] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003495 10.0.0.22 - - [2025-07-10 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003313 10.0.0.22 - - [2025-07-10 02:19:58] "POST /ref-update HTTP/1.1" 200 156 0.008400 10.0.0.22 - - [2025-07-10 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002574 10.0.0.22 - - [2025-07-10 02:19:58] "POST /ref-update HTTP/1.1" 200 156 0.007737 10.0.0.22 - - [2025-07-10 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.22 - - [2025-07-10 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.22 - - [2025-07-10 02:19:58] "POST /ref-update HTTP/1.1" 200 156 0.007805 10.0.0.22 - - [2025-07-10 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.22 - - [2025-07-10 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.22 - - [2025-07-10 02:19:58] "POST /ref-update HTTP/1.1" 200 156 0.010590 10.0.0.22 - - [2025-07-10 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.22 - - [2025-07-10 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003423 10.0.0.22 - - [2025-07-10 02:19:58] "POST /ref-update HTTP/1.1" 200 156 0.009080 10.0.0.22 - - [2025-07-10 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003384 10.0.0.22 - - [2025-07-10 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.22 - - [2025-07-10 02:19:58] "POST /ref-update HTTP/1.1" 200 156 0.009497 10.0.0.22 - - [2025-07-10 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003236 10.0.0.22 - - [2025-07-10 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.22 - - [2025-07-10 02:19:58] "POST /ref-update HTTP/1.1" 200 156 0.008649 10.0.0.22 - - [2025-07-10 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.22 - - [2025-07-10 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.22 - - [2025-07-10 02:19:59] "POST /ref-update HTTP/1.1" 200 156 0.009371 10.0.0.22 - - [2025-07-10 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.22 - - [2025-07-10 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.22 - - [2025-07-10 02:19:59] "POST /ref-update HTTP/1.1" 200 156 0.009689 10.0.0.22 - - [2025-07-10 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.22 - - [2025-07-10 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.22 - - [2025-07-10 02:19:59] "POST /ref-update HTTP/1.1" 200 156 0.009618 10.0.0.22 - - [2025-07-10 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.22 - - [2025-07-10 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.22 - - [2025-07-10 02:19:59] "POST /ref-update HTTP/1.1" 200 156 0.010052 10.0.0.22 - - [2025-07-10 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.22 - - [2025-07-10 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.22 - - [2025-07-10 02:19:59] "POST /ref-update HTTP/1.1" 200 156 0.009425 10.0.0.22 - - [2025-07-10 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003882 10.0.0.22 - - [2025-07-10 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004449 10.0.0.22 - - [2025-07-10 02:19:59] "POST /ref-update HTTP/1.1" 200 156 0.009392 10.0.0.22 - - [2025-07-10 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.22 - - [2025-07-10 02:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.22 - - [2025-07-10 02:20:00] "POST /ref-update HTTP/1.1" 200 156 0.010039 10.0.0.22 - - [2025-07-10 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.22 - - [2025-07-10 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.22 - - [2025-07-10 02:20:00] "POST /ref-update HTTP/1.1" 200 156 0.008897 10.0.0.22 - - [2025-07-10 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003769 10.0.0.22 - - [2025-07-10 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003323 10.0.0.22 - - [2025-07-10 02:20:00] "POST /ref-update HTTP/1.1" 200 156 0.008899 10.0.0.22 - - [2025-07-10 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.22 - - [2025-07-10 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.22 - - [2025-07-10 02:20:00] "POST /ref-update HTTP/1.1" 200 156 0.009650 10.0.0.22 - - [2025-07-10 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.22 - - [2025-07-10 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003295 10.0.0.22 - - [2025-07-10 02:20:00] "POST /ref-update HTTP/1.1" 200 156 0.010204 10.0.0.22 - - [2025-07-10 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.22 - - [2025-07-10 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.22 - - [2025-07-10 02:20:00] "POST /ref-update HTTP/1.1" 200 156 0.009123 10.0.0.22 - - [2025-07-10 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208 10.0.0.22 - - [2025-07-10 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.22 - - [2025-07-10 02:20:00] "POST /ref-update HTTP/1.1" 200 156 0.009464 10.0.0.22 - - [2025-07-10 02:20:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.22 - - [2025-07-10 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003323 10.0.0.22 - - [2025-07-10 02:20:01] "POST /ref-update HTTP/1.1" 200 156 0.009352 10.0.0.22 - - [2025-07-10 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.22 - - [2025-07-10 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.22 - - [2025-07-10 02:20:01] "POST /ref-update HTTP/1.1" 200 156 0.011225 10.0.0.22 - - [2025-07-10 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.22 - - [2025-07-10 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.22 - - [2025-07-10 02:20:01] "POST /ref-update HTTP/1.1" 200 156 0.012930 10.0.0.22 - - [2025-07-10 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.22 - - [2025-07-10 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.22 - - [2025-07-10 02:20:01] "POST /ref-update HTTP/1.1" 200 156 0.010987 10.0.0.22 - - [2025-07-10 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.22 - - [2025-07-10 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.22 - - [2025-07-10 02:20:01] "POST /ref-update HTTP/1.1" 200 156 0.009592 10.0.0.22 - - [2025-07-10 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.22 - - [2025-07-10 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004069 10.0.0.22 - - [2025-07-10 02:20:01] "POST /ref-update HTTP/1.1" 200 156 0.013615 10.0.0.22 - - [2025-07-10 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.22 - - [2025-07-10 02:20:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004261 10.0.0.22 - - [2025-07-10 02:20:02] "POST /ref-update HTTP/1.1" 200 156 0.009662 10.0.0.22 - - [2025-07-10 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.22 - - [2025-07-10 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.22 - - [2025-07-10 02:20:02] "POST /ref-update HTTP/1.1" 200 156 0.009779 10.0.0.22 - - [2025-07-10 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.22 - - [2025-07-10 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003423 10.0.0.22 - - [2025-07-10 02:20:02] "POST /ref-update HTTP/1.1" 200 156 0.009592 10.0.0.22 - - [2025-07-10 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.22 - - [2025-07-10 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003282 10.0.0.22 - - [2025-07-10 02:20:02] "POST /ref-update HTTP/1.1" 200 156 0.009814 10.0.0.22 - - [2025-07-10 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.22 - - [2025-07-10 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.22 - - [2025-07-10 02:20:02] "POST /ref-update HTTP/1.1" 200 156 0.010545 10.0.0.22 - - [2025-07-10 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.22 - - [2025-07-10 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004076 10.0.0.22 - - [2025-07-10 02:20:02] "POST /ref-update HTTP/1.1" 200 156 0.010332 10.0.0.22 - - [2025-07-10 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003992 10.0.0.22 - - [2025-07-10 02:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003391 10.0.0.22 - - [2025-07-10 02:20:02] "POST /ref-update HTTP/1.1" 200 156 0.009239 10.0.0.22 - - [2025-07-10 02:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003220 10.0.0.22 - - [2025-07-10 02:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.22 - - [2025-07-10 02:20:03] "POST /ref-update HTTP/1.1" 200 156 0.010040 10.0.0.22 - - [2025-07-10 02:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003591 10.0.0.22 - - [2025-07-10 02:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.22 - - [2025-07-10 02:20:03] "POST /ref-update HTTP/1.1" 200 156 0.008946 10.0.0.22 - - [2025-07-10 02:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.22 - - [2025-07-10 02:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.22 - - [2025-07-10 02:20:03] "POST /ref-update HTTP/1.1" 200 156 0.010052 10.0.0.22 - - [2025-07-10 02:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.22 - - [2025-07-10 02:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.22 - - [2025-07-10 02:20:03] "POST /ref-update HTTP/1.1" 200 156 0.009566 10.0.0.22 - - [2025-07-10 02:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.22 - - [2025-07-10 02:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.22 - - [2025-07-10 02:20:03] "POST /ref-update HTTP/1.1" 200 156 0.008296 10.0.0.22 - - [2025-07-10 02:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.22 - - [2025-07-10 02:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.22 - - [2025-07-10 02:20:03] "POST /ref-update HTTP/1.1" 200 156 0.008549 10.0.0.22 - - [2025-07-10 02:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003296 10.0.0.22 - - [2025-07-10 02:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.22 - - [2025-07-10 02:20:04] "POST /ref-update HTTP/1.1" 200 156 0.009428 10.0.0.22 - - [2025-07-10 02:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.22 - - [2025-07-10 02:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.22 - - [2025-07-10 02:20:04] "POST /ref-update HTTP/1.1" 200 156 0.008851 10.0.0.22 - - [2025-07-10 02:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003364 10.0.0.22 - - [2025-07-10 02:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.22 - - [2025-07-10 02:20:04] "POST /ref-update HTTP/1.1" 200 156 0.008987 10.0.0.22 - - [2025-07-10 02:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.22 - - [2025-07-10 02:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003285 10.0.0.22 - - [2025-07-10 02:20:04] "POST /ref-update HTTP/1.1" 200 156 0.014875 10.0.0.22 - - [2025-07-10 02:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.22 - - [2025-07-10 02:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003637 10.0.0.22 - - [2025-07-10 02:20:04] "POST /ref-update HTTP/1.1" 200 156 0.009592 10.0.0.22 - - [2025-07-10 02:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003296 10.0.0.22 - - [2025-07-10 02:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256 10.0.0.22 - - [2025-07-10 02:20:04] "POST /ref-update HTTP/1.1" 200 156 0.009376 10.0.0.22 - - [2025-07-10 02:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.22 - - [2025-07-10 02:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004246 10.0.0.22 - - [2025-07-10 02:20:04] "POST /ref-update HTTP/1.1" 200 156 0.009085 10.0.0.22 - - [2025-07-10 02:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003288 10.0.0.22 - - [2025-07-10 02:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.22 - - [2025-07-10 02:20:05] "POST /ref-update HTTP/1.1" 200 156 0.009913 10.0.0.22 - - [2025-07-10 02:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.22 - - [2025-07-10 02:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.22 - - [2025-07-10 02:20:05] "POST /ref-update HTTP/1.1" 200 156 0.009316 10.0.0.22 - - [2025-07-10 02:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.22 - - [2025-07-10 02:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.22 - - [2025-07-10 02:20:05] "POST /ref-update HTTP/1.1" 200 156 0.008303 10.0.0.22 - - [2025-07-10 02:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.22 - - [2025-07-10 02:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.22 - - [2025-07-10 02:20:05] "POST /ref-update HTTP/1.1" 200 156 0.008491 10.0.0.22 - - [2025-07-10 02:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.22 - - [2025-07-10 02:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.22 - - [2025-07-10 02:20:05] "POST /ref-update HTTP/1.1" 200 156 0.009623 10.0.0.22 - - [2025-07-10 02:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.22 - - [2025-07-10 02:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003200 10.0.0.22 - - [2025-07-10 02:20:05] "POST /ref-update HTTP/1.1" 200 156 0.008837 10.0.0.22 - - [2025-07-10 02:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.22 - - [2025-07-10 02:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.22 - - [2025-07-10 02:20:06] "POST /ref-update HTTP/1.1" 200 156 0.008289 10.0.0.22 - - [2025-07-10 02:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.22 - - [2025-07-10 02:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003353 10.0.0.22 - - [2025-07-10 02:20:06] "POST /ref-update HTTP/1.1" 200 156 0.009268 10.0.0.22 - - [2025-07-10 02:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004018 10.0.0.22 - - [2025-07-10 02:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.22 - - [2025-07-10 02:20:06] "POST /ref-update HTTP/1.1" 200 156 0.009995 10.0.0.22 - - [2025-07-10 02:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.22 - - [2025-07-10 02:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003940 10.0.0.22 - - [2025-07-10 02:20:06] "POST /ref-update HTTP/1.1" 200 156 0.009351 10.0.0.22 - - [2025-07-10 02:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.22 - - [2025-07-10 02:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.22 - - [2025-07-10 02:20:06] "POST /ref-update HTTP/1.1" 200 156 0.007427 10.0.0.22 - - [2025-07-10 02:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.22 - - [2025-07-10 02:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003143 10.0.0.22 - - [2025-07-10 02:20:06] "POST /ref-update HTTP/1.1" 200 156 0.007679 10.0.0.22 - - [2025-07-10 02:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.22 - - [2025-07-10 02:20:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.22 - - [2025-07-10 02:20:06] "POST /ref-update HTTP/1.1" 200 156 0.010440 10.0.0.22 - - [2025-07-10 02:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003405 10.0.0.22 - - [2025-07-10 02:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.22 - - [2025-07-10 02:20:07] "POST /ref-update HTTP/1.1" 200 156 0.007643 10.0.0.22 - - [2025-07-10 02:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003229 10.0.0.22 - - [2025-07-10 02:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.22 - - [2025-07-10 02:20:07] "POST /ref-update HTTP/1.1" 200 156 0.007960 10.0.0.22 - - [2025-07-10 02:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.22 - - [2025-07-10 02:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003295 10.0.0.22 - - [2025-07-10 02:20:07] "POST /ref-update HTTP/1.1" 200 156 0.007739 10.0.0.22 - - [2025-07-10 02:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.22 - - [2025-07-10 02:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.22 - - [2025-07-10 02:20:07] "POST /ref-update HTTP/1.1" 200 156 0.010214 10.0.0.22 - - [2025-07-10 02:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.22 - - [2025-07-10 02:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.22 - - [2025-07-10 02:20:07] "POST /ref-update HTTP/1.1" 200 156 0.007800 10.0.0.22 - - [2025-07-10 02:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.22 - - [2025-07-10 02:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.22 - - [2025-07-10 02:20:07] "POST /ref-update HTTP/1.1" 200 156 0.007714 10.0.0.22 - - [2025-07-10 02:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.22 - - [2025-07-10 02:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.22 - - [2025-07-10 02:20:08] "POST /ref-update HTTP/1.1" 200 156 0.007848 10.0.0.22 - - [2025-07-10 02:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.22 - - [2025-07-10 02:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.22 - - [2025-07-10 02:20:08] "POST /ref-update HTTP/1.1" 200 156 0.011226 10.0.0.22 - - [2025-07-10 02:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.22 - - [2025-07-10 02:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.22 - - [2025-07-10 02:20:08] "POST /ref-update HTTP/1.1" 200 156 0.011134 10.0.0.22 - - [2025-07-10 02:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.22 - - [2025-07-10 02:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003802 10.0.0.22 - - [2025-07-10 02:20:08] "POST /ref-update HTTP/1.1" 200 156 0.011764 10.0.0.22 - - [2025-07-10 02:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003931 10.0.0.22 - - [2025-07-10 02:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.22 - - [2025-07-10 02:20:08] "POST /ref-update HTTP/1.1" 200 156 0.011913 10.0.0.22 - - [2025-07-10 02:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003229 10.0.0.22 - - [2025-07-10 02:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.22 - - [2025-07-10 02:20:08] "POST /ref-update HTTP/1.1" 200 156 0.010834 10.0.0.22 - - [2025-07-10 02:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.22 - - [2025-07-10 02:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.22 - - [2025-07-10 02:20:08] "POST /ref-update HTTP/1.1" 200 156 0.010058 10.0.0.22 - - [2025-07-10 02:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.22 - - [2025-07-10 02:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.22 - - [2025-07-10 02:20:09] "POST /ref-update HTTP/1.1" 200 156 0.008513 10.0.0.22 - - [2025-07-10 02:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003192 10.0.0.22 - - [2025-07-10 02:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.22 - - [2025-07-10 02:20:09] "POST /ref-update HTTP/1.1" 200 156 0.008182 10.0.0.22 - - [2025-07-10 02:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.22 - - [2025-07-10 02:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.22 - - [2025-07-10 02:20:09] "POST /ref-update HTTP/1.1" 200 156 0.008770 10.0.0.22 - - [2025-07-10 02:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.22 - - [2025-07-10 02:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004076 10.0.0.22 - - [2025-07-10 02:20:09] "POST /ref-update HTTP/1.1" 200 156 0.010208 10.0.0.22 - - [2025-07-10 02:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.22 - - [2025-07-10 02:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.22 - - [2025-07-10 02:20:09] "POST /ref-update HTTP/1.1" 200 156 0.008609 10.0.0.22 - - [2025-07-10 02:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.22 - - [2025-07-10 02:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.22 - - [2025-07-10 02:20:09] "POST /ref-update HTTP/1.1" 200 156 0.008917 10.0.0.22 - - [2025-07-10 02:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.22 - - [2025-07-10 02:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003147 10.0.0.22 - - [2025-07-10 02:20:10] "POST /ref-update HTTP/1.1" 200 156 0.008749 10.0.0.22 - - [2025-07-10 02:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.22 - - [2025-07-10 02:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.22 - - [2025-07-10 02:20:10] "POST /ref-update HTTP/1.1" 200 156 0.009734 10.0.0.22 - - [2025-07-10 02:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.22 - - [2025-07-10 02:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.22 - - [2025-07-10 02:20:10] "POST /ref-update HTTP/1.1" 200 156 0.010378 10.0.0.22 - - [2025-07-10 02:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.22 - - [2025-07-10 02:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.22 - - [2025-07-10 02:20:10] "POST /ref-update HTTP/1.1" 200 156 0.010096 10.0.0.22 - - [2025-07-10 02:20:10] "POST /network-ipams HTTP/1.1" 200 550 0.018660 10.0.0.22 - - [2025-07-10 02:20:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002543 10.0.0.22 - - [2025-07-10 02:20:10] "POST /virtual-networks HTTP/1.1" 200 552 0.113778 10.0.0.22 - - [2025-07-10 02:20:10] "GET /physical-routers?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.004027 10.0.0.22 - - [2025-07-10 02:20:10] "POST /fqname-to-id HTTP/1.1" 404 188 0.004603 10.0.0.22 - - [2025-07-10 02:20:10] "POST /fqname-to-id HTTP/1.1" 404 178 0.006984 10.0.0.22 - - [2025-07-10 02:20:10] "GET /fabrics?detail=False&count=False&shared=False HTTP/1.1" 200 312 0.003206 10.0.0.22 - - [2025-07-10 02:20:10] "GET /fabric/a07d68a3-cd11-4ed5-b117-23a10f1fade4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1117 0.006305 10.0.0.22 - - [2025-07-10 02:20:10] "POST /fqname-to-id HTTP/1.1" 404 198 0.003139 10.0.0.22 - - [2025-07-10 02:20:11] "POST /fqname-to-id HTTP/1.1" 404 205 0.003340 10.0.0.22 - - [2025-07-10 02:20:11] "POST /fqname-to-id HTTP/1.1" 404 207 0.003973 10.0.0.22 - - [2025-07-10 02:20:11] "POST /route-targets HTTP/1.1" 200 327 0.009919 10.0.0.22 - - [2025-07-10 02:20:11] "POST /ref-update HTTP/1.1" 200 156 0.010014 10.0.0.22 - - [2025-07-10 02:20:29] "GET / HTTP/1.1" 200 35931 0.002091 10.0.0.22 - - [2025-07-10 02:20:29] "POST /fqname-to-id HTTP/1.1" 401 292 0.000582 10.0.0.22 - - [2025-07-10 02:20:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.027106 10.0.0.22 - - [2025-07-10 02:20:29] "GET /global-system-config/931952e0-52d5-46e0-8ac6-dca3eb994af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.014821 10.0.0.22 - - [2025-07-10 02:20:29] "POST /fqname-to-id HTTP/1.1" 404 220 0.003151 10.0.0.22 - - [2025-07-10 02:20:30] "POST /database-nodes HTTP/1.1" 200 603 0.021583 10.0.0.22 - - [2025-07-10 02:21:03] "GET / HTTP/1.1" 200 35931 0.001938 10.0.0.22 - - [2025-07-10 02:21:03] "POST /fqname-to-id HTTP/1.1" 401 292 0.000492 10.0.0.22 - - [2025-07-10 02:21:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.024187 10.0.0.22 - - [2025-07-10 02:21:03] "GET /global-system-config/931952e0-52d5-46e0-8ac6-dca3eb994af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.006045 10.0.0.22 - - [2025-07-10 02:21:03] "POST /fqname-to-id HTTP/1.1" 404 220 0.003304 10.0.0.22 - - [2025-07-10 02:21:04] "POST /analytics-nodes HTTP/1.1" 200 605 0.017349 10.0.0.22 - - [2025-07-10 02:21:09] "GET / HTTP/1.1" 200 35931 0.002186 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.22 - - [2025-07-10 02:21:12] "GET /obj-perms HTTP/1.1" 200 5056 0.396060 10.0.0.22 - - [2025-07-10 02:21:12] "GET /obj-perms HTTP/1.1" 200 5056 0.053859 10.0.0.22 - - [2025-07-10 02:21:18] "GET / HTTP/1.1" 200 35931 0.002066 10.0.0.22 - - [2025-07-10 02:21:18] "POST /fqname-to-id HTTP/1.1" 401 292 0.000627 10.0.0.22 - - [2025-07-10 02:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.041638 10.0.0.22 - - [2025-07-10 02:21:18] "GET /global-system-config/931952e0-52d5-46e0-8ac6-dca3eb994af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.006491 10.0.0.22 - - [2025-07-10 02:21:18] "POST /fqname-to-id HTTP/1.1" 404 220 0.003199 10.0.0.22 - - [2025-07-10 02:21:18] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.021918 10.0.0.22 - - [2025-07-10 02:21:27] "GET / HTTP/1.1" 200 35931 0.001671 10.0.0.22 - - [2025-07-10 02:21:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000507 10.0.0.22 - - [2025-07-10 02:21:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.026067 10.0.0.22 - - [2025-07-10 02:21:27] "GET /global-system-config/931952e0-52d5-46e0-8ac6-dca3eb994af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.006950 10.0.0.22 - - [2025-07-10 02:21:27] "POST /fqname-to-id HTTP/1.1" 404 220 0.003070 10.0.0.22 - - [2025-07-10 02:21:27] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.019259 10.0.0.22 - - [2025-07-10 02:22:13] "GET /obj-perms HTTP/1.1" 200 5056 0.047693 10.0.0.22 - - [2025-07-10 02:22:13] "GET /obj-perms HTTP/1.1" 200 5056 0.060728 10.0.0.22 - - [2025-07-10 02:23:13] "GET /obj-perms HTTP/1.1" 200 5056 0.058118 10.0.0.22 - - [2025-07-10 02:23:14] "GET /obj-perms HTTP/1.1" 200 5056 0.052524 10.0.0.22 - - [2025-07-10 02:23:53] "GET / HTTP/1.1" 200 35931 0.002789 10.0.0.22 - - [2025-07-10 02:23:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000439 10.0.0.22 - - [2025-07-10 02:23:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.030892 10.0.0.22 - - [2025-07-10 02:23:53] "GET /global-system-config/931952e0-52d5-46e0-8ac6-dca3eb994af3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.006116 10.0.0.22 - - [2025-07-10 02:23:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004178 10.0.0.22 - - [2025-07-10 02:23:54] "GET /routing-instance/63a2e888-b502-476e-99c2-666b47d9df57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.004476 10.0.0.22 - - [2025-07-10 02:23:54] "PUT /global-system-config/931952e0-52d5-46e0-8ac6-dca3eb994af3 HTTP/1.1" 200 274 0.019134 10.0.0.22 - - [2025-07-10 02:23:54] "POST /fqname-to-id HTTP/1.1" 404 218 0.003094 10.0.0.22 - - [2025-07-10 02:23:54] "POST /virtual-routers HTTP/1.1" 200 603 0.024318 10.0.0.22 - - [2025-07-10 02:23:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.22 - - [2025-07-10 02:23:54] "GET /virtual-router/1b5de326-c8e9-4cb4-a3a7-5332c16455bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.006247 10.0.0.22 - - [2025-07-10 02:23:54] "POST /fqname-to-id HTTP/1.1" 404 231 0.003355 10.0.0.22 - - [2025-07-10 02:23:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.22 - - [2025-07-10 02:23:54] "GET /virtual-network/ad7eecf5-3756-482d-98db-b6d57d3745d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.006210 10.0.0.22 - - [2025-07-10 02:23:54] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.057943 10.0.0.22 - - [2025-07-10 02:23:55] "PUT /access-control-list/264ed482-4201-42b1-8f13-a6f1912ee868 HTTP/1.1" 200 272 0.015763 [Introspect:8084]10.0.0.22 - - [2025-07-10 02:24:01] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001013 [Introspect:8084]10.0.0.22 - - [2025-07-10 02:24:01] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000928 [Introspect:8084]10.0.0.22 - - [2025-07-10 02:24:03] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000874 [Introspect:8084]10.0.0.22 - - [2025-07-10 02:24:03] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.000882 10.0.0.22 - - [2025-07-10 02:24:14] "GET /obj-perms HTTP/1.1" 200 5056 0.048267 10.0.0.22 - - [2025-07-10 02:24:15] "GET /obj-perms HTTP/1.1" 200 5056 0.047419 10.0.0.22 - - [2025-07-10 02:24:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.22 - - [2025-07-10 02:24:15] "GET /virtual-router/1b5de326-c8e9-4cb4-a3a7-5332c16455bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.003718 10.0.0.22 - - [2025-07-10 02:24:24] "GET /global-system-configs HTTP/1.1" 200 322 0.007251 10.0.0.22 - - [2025-07-10 02:24:24] "GET /obj-perms HTTP/1.1" 200 5056 0.038123 10.0.0.22 - - [2025-07-10 02:24:26] "GET /global-system-configs HTTP/1.1" 200 322 0.028529 10.0.0.22 - - [2025-07-10 02:24:26] "GET /obj-perms HTTP/1.1" 200 5056 0.063748 10.0.0.22 - - [2025-07-10 02:24:57] "GET / HTTP/1.1" 200 35931 0.001987 10.0.0.22 - - [2025-07-10 02:24:58] "GET /project/f5d18a3f-e7ed-4979-8fe5-d7e8e03fbb49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000554 10.0.0.22 - - [2025-07-10 02:24:58] "GET /projects?obj_uuids=f5d18a3f-e7ed-4979-8fe5-d7e8e03fbb49&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.027191 10.0.0.22 - - [2025-07-10 02:24:58] "GET /domains?obj_uuids=3dee1766-372a-4f75-b1e1-89cf3e854bde&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001463 10.0.0.22 - - [2025-07-10 02:24:59] "GET /domain/3dee1766-372a-4f75-b1e1-89cf3e854bde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.037149 10.0.0.22 - - [2025-07-10 02:24:59] "POST /id-to-fqname HTTP/1.1" 200 167 0.001778 10.0.0.22 - - [2025-07-10 02:24:59] "POST /fqname-to-id HTTP/1.1" 404 176 0.003083 10.0.0.22 - - [2025-07-10 02:24:59] "POST /security-groups HTTP/1.1" 200 568 0.064224 10.0.0.22 - - [2025-07-10 02:24:59] "POST /projects HTTP/1.1" 200 539 0.230802 10.0.0.22 - - [2025-07-10 02:24:59] "POST /fqname-to-id HTTP/1.1" 404 207 0.026580 10.0.0.22 - - [2025-07-10 02:24:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.304861 10.0.0.22 - - [2025-07-10 02:24:59] "POST /access-control-lists HTTP/1.1" 200 573 0.062414 10.0.0.22 - - [2025-07-10 02:24:59] "GET /project/f5d18a3f-e7ed-4979-8fe5-d7e8e03fbb49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.486962 10.0.0.22 - - [2025-07-10 02:24:59] "POST /fqname-to-id HTTP/1.1" 404 206 0.003339 10.0.0.22 - - [2025-07-10 02:24:59] "POST /access-control-lists HTTP/1.1" 200 571 0.060087 [Introspect:8084]10.0.0.22 - - [2025-07-10 02:24:59] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2958 0.001208 10.0.0.22 - - [2025-07-10 02:25:00] "POST /fqname-to-id HTTP/1.1" 404 199 0.026062 10.0.0.22 - - [2025-07-10 02:25:00] "GET /projects?obj_uuids=6cb7b6ab-c333-4a47-b905-d84cc8ed83e9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003435 10.0.0.22 - - [2025-07-10 02:25:00] "GET /domains?obj_uuids=3dee1766-372a-4f75-b1e1-89cf3e854bde&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001321 10.0.0.22 - - [2025-07-10 02:25:00] "GET /domain/3dee1766-372a-4f75-b1e1-89cf3e854bde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008507 10.0.0.22 - - [2025-07-10 02:25:00] "POST /id-to-fqname HTTP/1.1" 200 201 0.002040 10.0.0.22 - - [2025-07-10 02:25:00] "POST /fqname-to-id HTTP/1.1" 404 210 0.004032 10.0.0.22 - - [2025-07-10 02:25:00] "POST /security-groups HTTP/1.1" 200 602 0.063645 10.0.0.22 - - [2025-07-10 02:25:00] "POST /fqname-to-id HTTP/1.1" 404 245 0.002780 10.0.0.22 - - [2025-07-10 02:25:00] "POST /projects HTTP/1.1" 200 607 0.233058 10.0.0.22 - - [2025-07-10 02:25:00] "POST /access-control-lists HTTP/1.1" 200 607 0.059629 10.0.0.22 - - [2025-07-10 02:25:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.309562 10.0.0.22 - - [2025-07-10 02:25:00] "POST /fqname-to-id HTTP/1.1" 404 244 0.003786 10.0.0.22 - - [2025-07-10 02:25:00] "GET /project/6cb7b6ab-c333-4a47-b905-d84cc8ed83e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.433971 10.0.0.22 - - [2025-07-10 02:25:00] "POST /access-control-lists HTTP/1.1" 200 605 0.062827 10.0.0.22 - - [2025-07-10 02:25:01] "GET / HTTP/1.1" 200 35931 0.003382 10.0.0.22 - - [2025-07-10 02:25:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000554 10.0.0.22 - - [2025-07-10 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.073143 10.0.0.22 - - [2025-07-10 02:25:02] "GET /projects?obj_uuids=6cb7b6ab-c333-4a47-b905-d84cc8ed83e9&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001228 10.0.0.22 - - [2025-07-10 02:25:02] "GET /project/6cb7b6ab-c333-4a47-b905-d84cc8ed83e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.032274 10.0.0.22 - - [2025-07-10 02:25:03] "POST /neutron/network HTTP/1.1" 200 117 0.044417 10.0.0.22 - - [2025-07-10 02:25:03] "GET /projects?obj_uuids=6cb7b6ab-c333-4a47-b905-d84cc8ed83e9&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001371 10.0.0.22 - - [2025-07-10 02:25:03] "POST /neutron/network HTTP/1.1" 200 620 0.084651 10.0.0.22 - - [2025-07-10 02:25:03] "POST /route-targets HTTP/1.1" 200 327 0.015444 10.0.0.22 - - [2025-07-10 02:25:03] "POST /ref-update HTTP/1.1" 200 156 0.017229 10.0.0.22 - - [2025-07-10 02:25:03] "POST /useragent-kv HTTP/1.1" 200 115 0.004428 10.0.0.22 - - [2025-07-10 02:25:03] "POST /neutron/subnet HTTP/1.1" 200 719 0.212685 10.0.0.22 - - [2025-07-10 02:25:03] "POST /neutron/network HTTP/1.1" 200 838 0.007051 10.0.0.22 - - [2025-07-10 02:25:03] "POST /id-to-fqname HTTP/1.1" 200 233 0.001328 10.0.0.22 - - [2025-07-10 02:25:03] "GET /virtual-network/21c8aef6-d36a-4c6b-9ebf-d979c6f541c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.007032 10.0.0.22 - - [2025-07-10 02:25:03] "POST /neutron/network HTTP/1.1" 200 838 0.006889 10.0.0.22 - - [2025-07-10 02:25:03] "GET /virtual-network/21c8aef6-d36a-4c6b-9ebf-d979c6f541c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006060 10.0.0.22 - - [2025-07-10 02:25:03] "POST /neutron/network HTTP/1.1" 200 838 0.009970 10.0.0.22 - - [2025-07-10 02:25:03] "POST /neutron/subnet HTTP/1.1" 200 719 0.009217 10.0.0.22 - - [2025-07-10 02:25:03] "GET /domains HTTP/1.1" 401 292 0.000516 10.0.0.22 - - [2025-07-10 02:25:04] "GET /domains HTTP/1.1" 200 280 0.029530 10.0.0.22 - - [2025-07-10 02:25:04] "GET /domains?obj_uuids=3dee1766-372a-4f75-b1e1-89cf3e854bde&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001174 10.0.0.22 - - [2025-07-10 02:25:04] "GET /domain/3dee1766-372a-4f75-b1e1-89cf3e854bde HTTP/1.1" 200 2584 0.014385 10.0.0.22 - - [2025-07-10 02:25:04] "GET /projects?obj_uuids=6cb7b6ab-c333-4a47-b905-d84cc8ed83e9&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001212 10.0.0.22 - - [2025-07-10 02:25:04] "GET /project/6cb7b6ab-c333-4a47-b905-d84cc8ed83e9 HTTP/1.1" 200 2168 0.072611 10.0.0.22 - - [2025-07-10 02:25:04] "GET /virtual-network/21c8aef6-d36a-4c6b-9ebf-d979c6f541c5 HTTP/1.1" 200 2339 0.007019 10.0.0.22 - - [2025-07-10 02:25:04] "GET /virtual-network/21c8aef6-d36a-4c6b-9ebf-d979c6f541c5 HTTP/1.1" 200 2339 0.005605 10.0.0.22 - - [2025-07-10 02:25:04] "GET /routing-instance/c4a4462f-614d-4ac9-a3fa-4a04ef3bcb16 HTTP/1.1" 200 1495 0.003764 10.0.0.22 - - [2025-07-10 02:25:04] "GET /routing-instance/c4a4462f-614d-4ac9-a3fa-4a04ef3bcb16 HTTP/1.1" 200 1495 0.003405 10.0.0.22 - - [2025-07-10 02:25:04] "GET /route-target/aeb1105c-8267-4114-9287-af92acaceb9c HTTP/1.1" 200 1220 0.003308 10.0.0.22 - - [2025-07-10 02:25:04] "GET /virtual-network/21c8aef6-d36a-4c6b-9ebf-d979c6f541c5 HTTP/1.1" 200 2339 0.004994 10.0.0.22 - - [2025-07-10 02:25:04] "GET /routing-instance/c4a4462f-614d-4ac9-a3fa-4a04ef3bcb16 HTTP/1.1" 200 1495 0.003870 10.0.0.22 - - [2025-07-10 02:25:04] "GET /virtual-network/21c8aef6-d36a-4c6b-9ebf-d979c6f541c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005282 10.0.0.22 - - [2025-07-10 02:25:04] "GET /virtual-network/21c8aef6-d36a-4c6b-9ebf-d979c6f541c5 HTTP/1.1" 200 2339 0.005473 10.0.0.22 - - [2025-07-10 02:25:04] "GET /routing-instance/c4a4462f-614d-4ac9-a3fa-4a04ef3bcb16 HTTP/1.1" 200 1495 0.003633 10.0.0.22 - - [2025-07-10 02:25:04] "GET /routing-instance/c4a4462f-614d-4ac9-a3fa-4a04ef3bcb16 HTTP/1.1" 200 1495 0.003547 10.0.0.22 - - [2025-07-10 02:25:04] "GET /route-target/aeb1105c-8267-4114-9287-af92acaceb9c HTTP/1.1" 200 1220 0.003061 10.0.0.22 - - [2025-07-10 02:25:04] "GET /domains HTTP/1.1" 200 280 0.002966 10.0.0.22 - - [2025-07-10 02:25:04] "GET /domains?obj_uuids=3dee1766-372a-4f75-b1e1-89cf3e854bde&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001194 10.0.0.22 - - [2025-07-10 02:25:04] "GET /domain/3dee1766-372a-4f75-b1e1-89cf3e854bde HTTP/1.1" 200 2584 0.007886 10.0.0.22 - - [2025-07-10 02:25:04] "GET /projects?obj_uuids=6cb7b6ab-c333-4a47-b905-d84cc8ed83e9&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001631 10.0.0.22 - - [2025-07-10 02:25:04] "GET /project/6cb7b6ab-c333-4a47-b905-d84cc8ed83e9 HTTP/1.1" 200 2168 0.068749 10.0.0.22 - - [2025-07-10 02:25:04] "GET /virtual-network/21c8aef6-d36a-4c6b-9ebf-d979c6f541c5 HTTP/1.1" 200 2339 0.005528 10.0.0.22 - - [2025-07-10 02:25:04] "GET /obj-perms HTTP/1.1" 200 5052 0.056544 10.0.0.22 - - [2025-07-10 02:25:04] "POST /id-to-fqname HTTP/1.1" 200 233 0.001572 10.0.0.22 - - [2025-07-10 02:25:06] "POST /neutron/network HTTP/1.1" 200 848 0.006352 10.0.0.22 - - [2025-07-10 02:25:06] "GET /aaa-mode HTTP/1.1" 401 292 0.000499 10.0.0.22 - - [2025-07-10 02:25:07] "GET / HTTP/1.1" 200 35931 0.002182 10.0.0.22 - - [2025-07-10 02:25:07] "GET /project/6cb7b6ab-c333-4a47-b905-d84cc8ed83e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000438 10.0.0.22 - - [2025-07-10 02:25:07] "GET /projects?obj_uuids=6cb7b6ab-c333-4a47-b905-d84cc8ed83e9&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001184 10.0.0.22 - - [2025-07-10 02:25:07] "GET /project/6cb7b6ab-c333-4a47-b905-d84cc8ed83e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.053018 10.0.0.22 - - [2025-07-10 02:25:08] "POST /neutron/network HTTP/1.1" 200 838 0.029895 10.0.0.22 - - [2025-07-10 02:25:08] "POST /neutron/port HTTP/1.1" 200 117 0.005590 10.0.0.22 - - [2025-07-10 02:25:08] "POST /neutron/port HTTP/1.1" 200 117 0.005360 10.0.0.22 - - [2025-07-10 02:25:08] "POST /neutron/port HTTP/1.1" 200 117 0.007251 10.0.0.22 - - [2025-07-10 02:25:09] "POST /neutron/network HTTP/1.1" 200 848 0.006636 10.0.0.22 - - [2025-07-10 02:25:09] "DELETE /project/6cb7b6abc3334a47b905d84cc8ed83e9 HTTP/1.1" 404 173 0.004220 10.0.0.22 - - [2025-07-10 02:25:09] "DELETE /project/f5d18a3fe7ed49798fe5d7e8e03fbb49 HTTP/1.1" 404 173 0.002997 10.0.0.22 - - [2025-07-10 02:25:09] "GET /projects?obj_uuids=6cb7b6ab-c333-4a47-b905-d84cc8ed83e9&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001288 10.0.0.22 - - [2025-07-10 02:25:09] "POST /neutron/port HTTP/1.1" 200 1070 0.240525 10.0.0.22 - - [2025-07-10 02:25:10] "POST /neutron/port HTTP/1.1" 200 1070 0.033873 10.0.0.22 - - [2025-07-10 02:25:10] "POST /neutron/port HTTP/1.1" 200 1070 0.009740 10.0.0.22 - - [2025-07-10 02:25:10] "POST /neutron/port HTTP/1.1" 200 1124 0.071939 10.0.0.22 - - [2025-07-10 02:25:10] "POST /neutron/port HTTP/1.1" 200 1098 0.011544 10.0.0.22 - - [2025-07-10 02:25:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003634 10.0.0.22 - - [2025-07-10 02:25:10] "POST /neutron/subnet HTTP/1.1" 200 693 0.007570 10.0.0.22 - - [2025-07-10 02:25:10] "POST /neutron/port HTTP/1.1" 200 117 0.001198 10.0.0.22 - - [2025-07-10 02:25:10] "POST /neutron/network HTTP/1.1" 200 838 0.005589 10.0.0.22 - - [2025-07-10 02:25:13] "POST /neutron/port HTTP/1.1" 200 1098 0.011415 10.0.0.22 - - [2025-07-10 02:25:13] "POST /neutron/security_group HTTP/1.1" 200 2069 0.006977 10.0.0.22 - - [2025-07-10 02:25:15] "GET /obj-perms HTTP/1.1" 200 5056 0.051023 10.0.0.22 - - [2025-07-10 02:25:15] "GET /obj-perms HTTP/1.1" 200 5056 0.043435 10.0.0.22 - - [2025-07-10 02:25:18] "POST /neutron/port HTTP/1.1" 200 1098 0.014405 10.0.0.22 - - [2025-07-10 02:25:18] "POST /neutron/security_group HTTP/1.1" 200 2069 0.006617 10.0.0.22 - - [2025-07-10 02:25:18] "GET /obj-perms HTTP/1.1" 200 5052 0.003443 10.0.0.22 - - [2025-07-10 02:25:19] "GET /obj-perms HTTP/1.1" 200 5052 0.003675 10.0.0.22 - - [2025-07-10 02:25:20] "GET /obj-perms HTTP/1.1" 200 5052 0.004013 10.0.0.22 - - [2025-07-10 02:25:21] "GET /obj-perms HTTP/1.1" 200 5052 0.004016 10.0.0.22 - - [2025-07-10 02:25:22] "GET /obj-perms HTTP/1.1" 200 5052 0.003930 10.0.0.22 - - [2025-07-10 02:25:24] "POST /neutron/network HTTP/1.1" 200 838 0.008008 10.0.0.22 - - [2025-07-10 02:25:24] "POST /neutron/network HTTP/1.1" 400 204 0.012634 10.0.0.22 - - [2025-07-10 02:25:24] "POST /neutron/port HTTP/1.1" 200 1098 0.012672 10.0.0.22 - - [2025-07-10 02:25:24] "POST /neutron/port HTTP/1.1" 200 1124 0.012703 10.0.0.22 - - [2025-07-10 02:25:24] "POST /neutron/port HTTP/1.1" 200 151 0.127037 10.0.0.22 - - [2025-07-10 02:25:26] "POST /neutron/network HTTP/1.1" 200 838 0.006642 10.0.0.22 - - [2025-07-10 02:25:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.22 - - [2025-07-10 02:25:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002885 10.0.0.22 - - [2025-07-10 02:25:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002178 10.0.0.22 - - [2025-07-10 02:25:26] "POST /neutron/network HTTP/1.1" 200 151 0.109560 10.0.0.22 - - [2025-07-10 02:25:26] "DELETE /route-target/aeb1105c-8267-4114-9287-af92acaceb9c HTTP/1.1" 200 115 0.029077 10.0.0.22 - - [2025-07-10 02:25:26] "GET /routing-instance/c4a4462f-614d-4ac9-a3fa-4a04ef3bcb16 HTTP/1.1" 404 171 0.002856 10.0.0.22 - - [2025-07-10 02:25:26] "GET /domains HTTP/1.1" 200 280 0.003097 10.0.0.22 - - [2025-07-10 02:25:26] "GET /domains?obj_uuids=3dee1766-372a-4f75-b1e1-89cf3e854bde&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001297 10.0.0.22 - - [2025-07-10 02:25:26] "GET /domain/3dee1766-372a-4f75-b1e1-89cf3e854bde HTTP/1.1" 200 2584 0.052140 10.0.0.22 - - [2025-07-10 02:25:26] "GET /projects?obj_uuids=6cb7b6ab-c333-4a47-b905-d84cc8ed83e9&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001214 10.0.0.22 - - [2025-07-10 02:25:26] "GET /project/6cb7b6ab-c333-4a47-b905-d84cc8ed83e9 HTTP/1.1" 200 1918 0.077775 10.0.0.22 - - [2025-07-10 02:25:26] "GET /projects?obj_uuids=6cb7b6ab-c333-4a47-b905-d84cc8ed83e9&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001724 10.0.0.22 - - [2025-07-10 02:25:26] "GET /project/6cb7b6ab-c333-4a47-b905-d84cc8ed83e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.031792 10.0.0.22 - - [2025-07-10 02:25:26] "GET /projects?obj_uuids=6cb7b6ab-c333-4a47-b905-d84cc8ed83e9&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001265 10.0.0.22 - - [2025-07-10 02:25:26] "GET /project/6cb7b6ab-c333-4a47-b905-d84cc8ed83e9?fields=virtual_networks HTTP/1.1" 200 1054 0.077144 10.0.0.22 - - [2025-07-10 02:25:26] "GET /projects?obj_uuids=6cb7b6ab-c333-4a47-b905-d84cc8ed83e9&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001189 10.0.0.22 - - [2025-07-10 02:25:26] "GET /project/6cb7b6ab-c333-4a47-b905-d84cc8ed83e9?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.030665 10.0.0.22 - - [2025-07-10 02:25:26] "GET /projects?obj_uuids=6cb7b6ab-c333-4a47-b905-d84cc8ed83e9&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001230 10.0.0.22 - - [2025-07-10 02:25:26] "GET /project/6cb7b6ab-c333-4a47-b905-d84cc8ed83e9?fields=security_groups HTTP/1.1" 200 1291 0.031520 10.0.0.22 - - [2025-07-10 02:25:27] "POST /fqname-to-id HTTP/1.1" 404 200 0.025408 10.0.0.22 - - [2025-07-10 02:25:27] "GET /projects?obj_uuids=28d2f851-0e7c-4bd0-ac66-887301924f29&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003031 10.0.0.22 - - [2025-07-10 02:25:27] "GET /domains?obj_uuids=3dee1766-372a-4f75-b1e1-89cf3e854bde&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002790 10.0.0.22 - - [2025-07-10 02:25:27] "GET /domain/3dee1766-372a-4f75-b1e1-89cf3e854bde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.012860 10.0.0.22 - - [2025-07-10 02:25:27] "POST /id-to-fqname HTTP/1.1" 200 202 0.001599 10.0.0.22 - - [2025-07-10 02:25:27] "POST /fqname-to-id HTTP/1.1" 404 211 0.003856 10.0.0.22 - - [2025-07-10 02:25:28] "POST /security-groups HTTP/1.1" 200 603 0.063700 10.0.0.22 - - [2025-07-10 02:25:28] "POST /fqname-to-id HTTP/1.1" 404 246 0.002584 10.0.0.22 - - [2025-07-10 02:25:28] "POST /projects HTTP/1.1" 200 609 0.223484 10.0.0.22 - - [2025-07-10 02:25:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.254244 10.0.0.22 - - [2025-07-10 02:25:28] "POST /access-control-lists HTTP/1.1" 200 608 0.060559 10.0.0.22 - - [2025-07-10 02:25:28] "GET /project/28d2f851-0e7c-4bd0-ac66-887301924f29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.394626 10.0.0.22 - - [2025-07-10 02:25:28] "POST /fqname-to-id HTTP/1.1" 404 245 0.002842 10.0.0.22 - - [2025-07-10 02:25:28] "POST /access-control-lists HTTP/1.1" 200 606 0.060097 10.0.0.22 - - [2025-07-10 02:25:29] "GET / HTTP/1.1" 200 35931 0.003296 10.0.0.22 - - [2025-07-10 02:25:29] "GET /projects?obj_uuids=f5d18a3f-e7ed-4979-8fe5-d7e8e03fbb49&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001244 10.0.0.22 - - [2025-07-10 02:25:29] "GET /project/f5d18a3f-e7ed-4979-8fe5-d7e8e03fbb49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.023900 10.0.0.22 - - [2025-07-10 02:25:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.22 - - [2025-07-10 02:25:30] "GET /security-group/98f23cd1-0d22-44c3-b8f7-5b1a523b969e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.005218 10.0.0.22 - - [2025-07-10 02:25:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.22 - - [2025-07-10 02:25:30] "GET /projects?obj_uuids=f5d18a3f-e7ed-4979-8fe5-d7e8e03fbb49&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001141 10.0.0.22 - - [2025-07-10 02:25:30] "GET /project/f5d18a3f-e7ed-4979-8fe5-d7e8e03fbb49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.024217 10.0.0.22 - - [2025-07-10 02:25:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.22 - - [2025-07-10 02:25:30] "GET /security-group/98f23cd1-0d22-44c3-b8f7-5b1a523b969e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.005199 10.0.0.22 - - [2025-07-10 02:25:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.22 - - [2025-07-10 02:25:30] "PUT /security-group/98f23cd1-0d22-44c3-b8f7-5b1a523b969e HTTP/1.1" 200 262 0.014998 10.0.0.22 - - [2025-07-10 02:25:30] "PUT /access-control-list/9ab8a4c1-e8ac-4994-91ad-9690a4f3484b HTTP/1.1" 200 272 0.010755 10.0.0.22 - - [2025-07-10 02:25:30] "PUT /access-control-list/505622ab-11a2-4eca-b50a-e7c90da16161 HTTP/1.1" 200 272 0.010450 10.0.0.22 - - [2025-07-10 02:25:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000595 10.0.0.22 - - [2025-07-10 02:25:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.053504 10.0.0.22 - - [2025-07-10 02:25:31] "GET /projects?obj_uuids=28d2f851-0e7c-4bd0-ac66-887301924f29&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001096 10.0.0.22 - - [2025-07-10 02:25:31] "GET /project/28d2f851-0e7c-4bd0-ac66-887301924f29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.025596 10.0.0.22 - - [2025-07-10 02:25:31] "POST /neutron/network HTTP/1.1" 200 117 0.055264 10.0.0.22 - - [2025-07-10 02:25:31] "GET /projects?obj_uuids=28d2f851-0e7c-4bd0-ac66-887301924f29&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001179 10.0.0.22 - - [2025-07-10 02:25:31] "POST /neutron/network HTTP/1.1" 200 619 0.092252 10.0.0.22 - - [2025-07-10 02:25:31] "POST /route-targets HTTP/1.1" 200 327 0.017274 10.0.0.22 - - [2025-07-10 02:25:31] "POST /ref-update HTTP/1.1" 200 156 0.024748 10.0.0.22 - - [2025-07-10 02:25:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003266 10.0.0.22 - - [2025-07-10 02:25:31] "POST /neutron/subnet HTTP/1.1" 200 724 0.187451 10.0.0.22 - - [2025-07-10 02:25:31] "POST /neutron/network HTTP/1.1" 200 838 0.006951 10.0.0.22 - - [2025-07-10 02:25:31] "POST /id-to-fqname HTTP/1.1" 200 233 0.001577 10.0.0.22 - - [2025-07-10 02:25:31] "GET /virtual-network/b4594956-0604-40e8-9b33-4289abd06d18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006113 10.0.0.22 - - [2025-07-10 02:25:32] "POST /neutron/network HTTP/1.1" 200 838 0.006208 10.0.0.22 - - [2025-07-10 02:25:32] "GET /virtual-network/b4594956-0604-40e8-9b33-4289abd06d18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005745 10.0.0.22 - - [2025-07-10 02:25:32] "POST /neutron/network HTTP/1.1" 200 838 0.007967 10.0.0.22 - - [2025-07-10 02:25:32] "POST /neutron/subnet HTTP/1.1" 200 724 0.009359 10.0.0.22 - - [2025-07-10 02:25:32] "GET /domains HTTP/1.1" 401 292 0.000506 10.0.0.22 - - [2025-07-10 02:25:32] "GET /domains HTTP/1.1" 200 280 0.028530 10.0.0.22 - - [2025-07-10 02:25:32] "GET /domains?obj_uuids=3dee1766-372a-4f75-b1e1-89cf3e854bde&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001137 10.0.0.22 - - [2025-07-10 02:25:32] "GET /domain/3dee1766-372a-4f75-b1e1-89cf3e854bde HTTP/1.1" 200 2782 0.009180 10.0.0.22 - - [2025-07-10 02:25:32] "GET /projects?obj_uuids=28d2f851-0e7c-4bd0-ac66-887301924f29&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001108 10.0.0.22 - - [2025-07-10 02:25:32] "GET /project/28d2f851-0e7c-4bd0-ac66-887301924f29 HTTP/1.1" 200 2174 0.071563 10.0.0.22 - - [2025-07-10 02:25:32] "GET /virtual-network/b4594956-0604-40e8-9b33-4289abd06d18 HTTP/1.1" 200 2341 0.007672 10.0.0.22 - - [2025-07-10 02:25:32] "GET /virtual-network/b4594956-0604-40e8-9b33-4289abd06d18 HTTP/1.1" 200 2341 0.005131 10.0.0.22 - - [2025-07-10 02:25:32] "GET /routing-instance/e96ddfcf-9af0-4c21-a367-f3eb44e6281e HTTP/1.1" 200 1492 0.004621 10.0.0.22 - - [2025-07-10 02:25:32] "GET /routing-instance/e96ddfcf-9af0-4c21-a367-f3eb44e6281e HTTP/1.1" 200 1492 0.003473 10.0.0.22 - - [2025-07-10 02:25:32] "GET /route-target/b720178f-17ba-4246-a08d-7f8ab6951d5c HTTP/1.1" 200 1219 0.003093 10.0.0.22 - - [2025-07-10 02:25:32] "GET /virtual-network/b4594956-0604-40e8-9b33-4289abd06d18 HTTP/1.1" 200 2341 0.004992 10.0.0.22 - - [2025-07-10 02:25:32] "GET /routing-instance/e96ddfcf-9af0-4c21-a367-f3eb44e6281e HTTP/1.1" 200 1492 0.003335 10.0.0.22 - - [2025-07-10 02:25:32] "GET /virtual-network/b4594956-0604-40e8-9b33-4289abd06d18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005086 10.0.0.22 - - [2025-07-10 02:25:32] "GET /virtual-network/b4594956-0604-40e8-9b33-4289abd06d18 HTTP/1.1" 200 2341 0.006419 10.0.0.22 - - [2025-07-10 02:25:32] "GET /routing-instance/e96ddfcf-9af0-4c21-a367-f3eb44e6281e HTTP/1.1" 200 1492 0.004594 10.0.0.22 - - [2025-07-10 02:25:32] "GET /routing-instance/e96ddfcf-9af0-4c21-a367-f3eb44e6281e HTTP/1.1" 200 1492 0.003553 10.0.0.22 - - [2025-07-10 02:25:32] "GET /route-target/b720178f-17ba-4246-a08d-7f8ab6951d5c HTTP/1.1" 200 1219 0.003274 10.0.0.22 - - [2025-07-10 02:25:32] "GET /domains HTTP/1.1" 200 280 0.002918 10.0.0.22 - - [2025-07-10 02:25:32] "GET /domains?obj_uuids=3dee1766-372a-4f75-b1e1-89cf3e854bde&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001309 10.0.0.22 - - [2025-07-10 02:25:32] "GET /domain/3dee1766-372a-4f75-b1e1-89cf3e854bde HTTP/1.1" 200 2782 0.008162 10.0.0.22 - - [2025-07-10 02:25:32] "GET /projects?obj_uuids=28d2f851-0e7c-4bd0-ac66-887301924f29&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001544 10.0.0.22 - - [2025-07-10 02:25:32] "GET /project/28d2f851-0e7c-4bd0-ac66-887301924f29 HTTP/1.1" 200 2174 0.101364 10.0.0.22 - - [2025-07-10 02:25:32] "GET /virtual-network/b4594956-0604-40e8-9b33-4289abd06d18 HTTP/1.1" 200 2341 0.005324 10.0.0.22 - - [2025-07-10 02:25:33] "GET /obj-perms HTTP/1.1" 200 5054 0.053981 10.0.0.22 - - [2025-07-10 02:25:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.22 - - [2025-07-10 02:25:33] "GET /projects?obj_uuids=28d2f851-0e7c-4bd0-ac66-887301924f29&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001449 10.0.0.22 - - [2025-07-10 02:25:33] "GET /project/28d2f851-0e7c-4bd0-ac66-887301924f29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.028184 10.0.0.22 - - [2025-07-10 02:25:33] "POST /neutron/network HTTP/1.1" 200 117 0.010460 10.0.0.22 - - [2025-07-10 02:25:33] "GET /projects?obj_uuids=28d2f851-0e7c-4bd0-ac66-887301924f29&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001332 10.0.0.22 - - [2025-07-10 02:25:33] "POST /neutron/network HTTP/1.1" 200 619 0.082908 10.0.0.22 - - [2025-07-10 02:25:33] "POST /route-targets HTTP/1.1" 200 327 0.014562 10.0.0.22 - - [2025-07-10 02:25:33] "POST /ref-update HTTP/1.1" 200 156 0.012535 10.0.0.22 - - [2025-07-10 02:25:33] "POST /useragent-kv HTTP/1.1" 200 115 0.010243 10.0.0.22 - - [2025-07-10 02:25:33] "POST /neutron/subnet HTTP/1.1" 200 720 0.201348 10.0.0.22 - - [2025-07-10 02:25:33] "POST /neutron/network HTTP/1.1" 200 837 0.009452 10.0.0.22 - - [2025-07-10 02:25:33] "POST /id-to-fqname HTTP/1.1" 200 233 0.001453 10.0.0.22 - - [2025-07-10 02:25:33] "GET /virtual-network/62a4e7ab-b777-49d2-88d6-e056248ea3ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005791 10.0.0.22 - - [2025-07-10 02:25:33] "POST /neutron/network HTTP/1.1" 200 837 0.006237 10.0.0.22 - - [2025-07-10 02:25:33] "GET /virtual-network/62a4e7ab-b777-49d2-88d6-e056248ea3ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005402 10.0.0.22 - - [2025-07-10 02:25:33] "POST /neutron/network HTTP/1.1" 200 837 0.007931 10.0.0.22 - - [2025-07-10 02:25:33] "POST /neutron/subnet HTTP/1.1" 200 720 0.008337 10.0.0.22 - - [2025-07-10 02:25:33] "GET /domains HTTP/1.1" 200 280 0.002655 10.0.0.22 - - [2025-07-10 02:25:33] "GET /domains?obj_uuids=3dee1766-372a-4f75-b1e1-89cf3e854bde&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001130 10.0.0.22 - - [2025-07-10 02:25:33] "GET /domain/3dee1766-372a-4f75-b1e1-89cf3e854bde HTTP/1.1" 200 2782 0.007482 10.0.0.22 - - [2025-07-10 02:25:33] "GET /projects?obj_uuids=28d2f851-0e7c-4bd0-ac66-887301924f29&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001026 10.0.0.22 - - [2025-07-10 02:25:34] "GET /project/28d2f851-0e7c-4bd0-ac66-887301924f29 HTTP/1.1" 200 2402 0.078706 10.0.0.22 - - [2025-07-10 02:25:34] "GET /virtual-network/62a4e7ab-b777-49d2-88d6-e056248ea3ab HTTP/1.1" 200 2336 0.007447 10.0.0.22 - - [2025-07-10 02:25:34] "GET /virtual-network/62a4e7ab-b777-49d2-88d6-e056248ea3ab HTTP/1.1" 200 2336 0.006944 10.0.0.22 - - [2025-07-10 02:25:34] "GET /routing-instance/c02405e5-485e-4703-8c68-adbdbab75233 HTTP/1.1" 200 1492 0.004180 10.0.0.22 - - [2025-07-10 02:25:34] "GET /routing-instance/c02405e5-485e-4703-8c68-adbdbab75233 HTTP/1.1" 200 1492 0.003232 10.0.0.22 - - [2025-07-10 02:25:34] "GET /route-target/e6a46e63-a248-4d4e-9006-e9604b1024b1 HTTP/1.1" 200 1219 0.002818 10.0.0.22 - - [2025-07-10 02:25:34] "GET /virtual-network/62a4e7ab-b777-49d2-88d6-e056248ea3ab HTTP/1.1" 200 2336 0.004714 10.0.0.22 - - [2025-07-10 02:25:34] "GET /routing-instance/c02405e5-485e-4703-8c68-adbdbab75233 HTTP/1.1" 200 1492 0.003109 10.0.0.22 - - [2025-07-10 02:25:34] "GET /virtual-network/62a4e7ab-b777-49d2-88d6-e056248ea3ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.004810 10.0.0.22 - - [2025-07-10 02:25:34] "GET /virtual-network/62a4e7ab-b777-49d2-88d6-e056248ea3ab HTTP/1.1" 200 2336 0.004733 10.0.0.22 - - [2025-07-10 02:25:34] "GET /routing-instance/c02405e5-485e-4703-8c68-adbdbab75233 HTTP/1.1" 200 1492 0.003238 10.0.0.22 - - [2025-07-10 02:25:34] "GET /routing-instance/c02405e5-485e-4703-8c68-adbdbab75233 HTTP/1.1" 200 1492 0.003446 10.0.0.22 - - [2025-07-10 02:25:34] "GET /route-target/e6a46e63-a248-4d4e-9006-e9604b1024b1 HTTP/1.1" 200 1219 0.002712 10.0.0.22 - - [2025-07-10 02:25:34] "GET /domains HTTP/1.1" 200 280 0.002464 10.0.0.22 - - [2025-07-10 02:25:34] "GET /domains?obj_uuids=3dee1766-372a-4f75-b1e1-89cf3e854bde&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001043 10.0.0.22 - - [2025-07-10 02:25:34] "GET /domain/3dee1766-372a-4f75-b1e1-89cf3e854bde HTTP/1.1" 200 2782 0.007007 10.0.0.22 - - [2025-07-10 02:25:34] "GET /projects?obj_uuids=28d2f851-0e7c-4bd0-ac66-887301924f29&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000989 10.0.0.22 - - [2025-07-10 02:25:34] "GET /project/28d2f851-0e7c-4bd0-ac66-887301924f29 HTTP/1.1" 200 2402 0.067145 10.0.0.22 - - [2025-07-10 02:25:34] "GET /virtual-network/62a4e7ab-b777-49d2-88d6-e056248ea3ab HTTP/1.1" 200 2336 0.005457 10.0.0.22 - - [2025-07-10 02:25:34] "GET /obj-perms HTTP/1.1" 200 5054 0.002908 10.0.0.22 - - [2025-07-10 02:25:34] "POST /id-to-fqname HTTP/1.1" 200 233 0.001462 10.0.0.22 - - [2025-07-10 02:25:34] "POST /neutron/network HTTP/1.1" 200 847 0.006040 10.0.0.22 - - [2025-07-10 02:25:34] "GET /aaa-mode HTTP/1.1" 401 292 0.000449 10.0.0.22 - - [2025-07-10 02:25:34] "GET / HTTP/1.1" 200 35931 0.001977 10.0.0.22 - - [2025-07-10 02:25:34] "GET /project/28d2f851-0e7c-4bd0-ac66-887301924f29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000464 10.0.0.22 - - [2025-07-10 02:25:35] "GET /projects?obj_uuids=28d2f851-0e7c-4bd0-ac66-887301924f29&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001209 10.0.0.22 - - [2025-07-10 02:25:35] "GET /project/28d2f851-0e7c-4bd0-ac66-887301924f29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.047553 10.0.0.22 - - [2025-07-10 02:25:35] "POST /neutron/network HTTP/1.1" 200 837 0.005329 10.0.0.22 - - [2025-07-10 02:25:35] "POST /neutron/port HTTP/1.1" 200 117 0.005584 10.0.0.22 - - [2025-07-10 02:25:35] "POST /neutron/port HTTP/1.1" 200 117 0.005419 10.0.0.22 - - [2025-07-10 02:25:35] "POST /id-to-fqname HTTP/1.1" 200 233 0.001379 10.0.0.22 - - [2025-07-10 02:25:35] "POST /neutron/port HTTP/1.1" 200 117 0.006656 10.0.0.22 - - [2025-07-10 02:25:35] "POST /neutron/network HTTP/1.1" 200 848 0.006200 10.0.0.22 - - [2025-07-10 02:25:35] "GET /aaa-mode HTTP/1.1" 401 292 0.000477 10.0.0.22 - - [2025-07-10 02:25:35] "POST /neutron/network HTTP/1.1" 200 847 0.006642 10.0.0.22 - - [2025-07-10 02:25:35] "GET /projects?obj_uuids=28d2f851-0e7c-4bd0-ac66-887301924f29&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001237 10.0.0.22 - - [2025-07-10 02:25:35] "GET / HTTP/1.1" 200 35931 0.001558 10.0.0.22 - - [2025-07-10 02:25:35] "GET /project/28d2f851-0e7c-4bd0-ac66-887301924f29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000432 10.0.0.22 - - [2025-07-10 02:25:36] "POST /neutron/port HTTP/1.1" 200 1071 0.272698 10.0.0.22 - - [2025-07-10 02:25:36] "POST /neutron/port HTTP/1.1" 200 1071 0.012729 10.0.0.22 - - [2025-07-10 02:25:36] "POST /neutron/port HTTP/1.1" 200 1071 0.010814 10.0.0.22 - - [2025-07-10 02:25:36] "POST /neutron/port HTTP/1.1" 200 1125 0.088600 10.0.0.22 - - [2025-07-10 02:25:36] "POST /neutron/port HTTP/1.1" 200 1099 0.011536 10.0.0.22 - - [2025-07-10 02:25:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003572 10.0.0.22 - - [2025-07-10 02:25:36] "POST /neutron/subnet HTTP/1.1" 200 694 0.007012 10.0.0.22 - - [2025-07-10 02:25:36] "POST /neutron/port HTTP/1.1" 200 117 0.001181 10.0.0.22 - - [2025-07-10 02:25:36] "POST /neutron/network HTTP/1.1" 200 837 0.006898 10.0.0.22 - - [2025-07-10 02:25:36] "GET /projects?obj_uuids=28d2f851-0e7c-4bd0-ac66-887301924f29&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001195 10.0.0.22 - - [2025-07-10 02:25:36] "GET /project/28d2f851-0e7c-4bd0-ac66-887301924f29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.056609 10.0.0.22 - - [2025-07-10 02:25:36] "POST /neutron/network HTTP/1.1" 200 838 0.006863 10.0.0.22 - - [2025-07-10 02:25:36] "POST /neutron/port HTTP/1.1" 200 1099 0.020345 10.0.0.22 - - [2025-07-10 02:25:36] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008222 10.0.0.22 - - [2025-07-10 02:25:36] "POST /neutron/port HTTP/1.1" 200 117 0.005916 10.0.0.22 - - [2025-07-10 02:25:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003147 10.0.0.22 - - [2025-07-10 02:25:36] "GET /projects?obj_uuids=28d2f851-0e7c-4bd0-ac66-887301924f29&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001478 10.0.0.22 - - [2025-07-10 02:25:36] "GET /project/28d2f851-0e7c-4bd0-ac66-887301924f29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.039346 10.0.0.22 - - [2025-07-10 02:25:36] "GET /virtual-network/b4594956-0604-40e8-9b33-4289abd06d18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.008283 10.0.0.22 - - [2025-07-10 02:25:36] "GET /floating-ip-pools?parent_id=b4594956-0604-40e8-9b33-4289abd06d18&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003386 10.0.0.22 - - [2025-07-10 02:25:36] "GET /virtual-network/b4594956-0604-40e8-9b33-4289abd06d18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005846 10.0.0.22 - - [2025-07-10 02:25:36] "POST /floating-ip-pools HTTP/1.1" 200 609 0.023875 10.0.0.22 - - [2025-07-10 02:25:37] "POST /neutron/network HTTP/1.1" 200 848 0.016051 10.0.0.22 - - [2025-07-10 02:25:37] "POST /ref-update HTTP/1.1" 200 156 0.026969 10.0.0.22 - - [2025-07-10 02:25:37] "GET /projects?obj_uuids=28d2f851-0e7c-4bd0-ac66-887301924f29&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001823 10.0.0.22 - - [2025-07-10 02:25:37] "GET /virtual-network/b4594956-0604-40e8-9b33-4289abd06d18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.008052 10.0.0.22 - - [2025-07-10 02:25:37] "GET /domains HTTP/1.1" 200 280 0.011855 10.0.0.22 - - [2025-07-10 02:25:37] "GET /domains?obj_uuids=3dee1766-372a-4f75-b1e1-89cf3e854bde&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001704 10.0.0.22 - - [2025-07-10 02:25:37] "GET /domain/3dee1766-372a-4f75-b1e1-89cf3e854bde HTTP/1.1" 200 2782 0.017639 10.0.0.22 - - [2025-07-10 02:25:37] "GET /projects?obj_uuids=28d2f851-0e7c-4bd0-ac66-887301924f29&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001151 10.0.0.22 - - [2025-07-10 02:25:37] "GET /project/28d2f851-0e7c-4bd0-ac66-887301924f29 HTTP/1.1" 200 3244 0.109000 10.0.0.22 - - [2025-07-10 02:25:37] "GET /virtual-network/b4594956-0604-40e8-9b33-4289abd06d18 HTTP/1.1" 200 2932 0.019398 10.0.0.22 - - [2025-07-10 02:25:37] "GET /floating-ip-pool/20fa050d-aafc-4ea0-ae5a-33bb6858505d HTTP/1.1" 200 1441 0.003320 10.0.0.22 - - [2025-07-10 02:25:37] "GET /domains HTTP/1.1" 200 280 0.002764 10.0.0.22 - - [2025-07-10 02:25:37] "GET /domains?obj_uuids=3dee1766-372a-4f75-b1e1-89cf3e854bde&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001692 10.0.0.22 - - [2025-07-10 02:25:37] "GET /domain/3dee1766-372a-4f75-b1e1-89cf3e854bde HTTP/1.1" 200 2782 0.012466 10.0.0.22 - - [2025-07-10 02:25:37] "GET /projects?obj_uuids=28d2f851-0e7c-4bd0-ac66-887301924f29&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002980 10.0.0.22 - - [2025-07-10 02:25:37] "GET /project/28d2f851-0e7c-4bd0-ac66-887301924f29 HTTP/1.1" 200 3244 0.093619 10.0.0.22 - - [2025-07-10 02:25:37] "POST /neutron/port HTTP/1.1" 200 1072 0.410427 10.0.0.22 - - [2025-07-10 02:25:37] "GET /virtual-network/b4594956-0604-40e8-9b33-4289abd06d18 HTTP/1.1" 200 3153 0.006415 10.0.0.22 - - [2025-07-10 02:25:37] "GET /virtual-network/b4594956-0604-40e8-9b33-4289abd06d18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005504 10.0.0.22 - - [2025-07-10 02:25:37] "POST /neutron/port HTTP/1.1" 200 1072 0.016927 10.0.0.22 - - [2025-07-10 02:25:37] "POST /neutron/port HTTP/1.1" 200 1072 0.009428 10.0.0.22 - - [2025-07-10 02:25:37] "POST /neutron/port HTTP/1.1" 200 1099 0.040407 10.0.0.22 - - [2025-07-10 02:25:37] "POST /neutron/security_group HTTP/1.1" 200 2070 0.019168 10.0.0.22 - - [2025-07-10 02:25:37] "POST /neutron/port HTTP/1.1" 200 1126 0.127460 10.0.0.22 - - [2025-07-10 02:25:37] "POST /neutron/port HTTP/1.1" 200 1100 0.012133 10.0.0.22 - - [2025-07-10 02:25:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003984 10.0.0.22 - - [2025-07-10 02:25:37] "POST /neutron/subnet HTTP/1.1" 200 698 0.007997 10.0.0.22 - - [2025-07-10 02:25:37] "POST /neutron/port HTTP/1.1" 200 117 0.001317 10.0.0.22 - - [2025-07-10 02:25:37] "POST /neutron/network HTTP/1.1" 200 838 0.006791 10.0.0.22 - - [2025-07-10 02:25:42] "POST /neutron/port HTTP/1.1" 200 1099 0.012531 10.0.0.22 - - [2025-07-10 02:25:42] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006450 10.0.0.22 - - [2025-07-10 02:25:42] "POST /neutron/port HTTP/1.1" 200 1099 0.017009 10.0.0.22 - - [2025-07-10 02:25:42] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009336 10.0.0.22 - - [2025-07-10 02:25:42] "POST /neutron/port HTTP/1.1" 200 1099 0.014664 10.0.0.22 - - [2025-07-10 02:25:42] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006675 10.0.0.22 - - [2025-07-10 02:25:42] "GET /virtual-machine/fc4a5a75-4fa2-4b8c-a5da-3f96c124ee1d HTTP/1.1" 200 1305 0.006097 10.0.0.22 - - [2025-07-10 02:25:42] "GET /virtual-machine-interface/f96c5b77-277c-47c1-ae56-713be72c2dfd HTTP/1.1" 200 3005 0.007587 10.0.0.22 - - [2025-07-10 02:25:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.22 - - [2025-07-10 02:25:42] "GET /global-vrouter-config/4bebef79-bfbe-4af5-b033-c012e63d2029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004134 10.0.0.22 - - [2025-07-10 02:25:43] "GET /virtual-networks?parent_id=28d2f851-0e7c-4bd0-ac66-887301924f29&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.005779 10.0.0.22 - - [2025-07-10 02:25:43] "GET /virtual-network/62a4e7ab-b777-49d2-88d6-e056248ea3ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.006190 10.0.0.22 - - [2025-07-10 02:25:43] "POST /neutron/port HTTP/1.1" 200 1099 0.015080 10.0.0.22 - - [2025-07-10 02:25:43] "POST /neutron/port HTTP/1.1" 200 1099 0.012641 10.0.0.22 - - [2025-07-10 02:25:43] "POST /neutron/network HTTP/1.1" 200 847 0.006607 10.0.0.22 - - [2025-07-10 02:25:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004325 10.0.0.22 - - [2025-07-10 02:25:43] "POST /neutron/subnet HTTP/1.1" 200 694 0.011456 10.0.0.22 - - [2025-07-10 02:25:43] "POST /neutron/port HTTP/1.1" 200 117 0.001362 10.0.0.22 - - [2025-07-10 02:25:43] "POST /neutron/network HTTP/1.1" 200 837 0.006397 10.0.0.22 - - [2025-07-10 02:25:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003843 10.0.0.22 - - [2025-07-10 02:25:46] "GET /virtual-network/62a4e7ab-b777-49d2-88d6-e056248ea3ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.007252 10.0.0.22 - - [2025-07-10 02:25:46] "POST /neutron/port HTTP/1.1" 200 1099 0.035912 10.0.0.22 - - [2025-07-10 02:25:46] "POST /neutron/security_group HTTP/1.1" 200 2070 0.018141 10.0.0.22 - - [2025-07-10 02:25:47] "POST /neutron/port HTTP/1.1" 200 1100 0.013696 10.0.0.22 - - [2025-07-10 02:25:47] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006679 10.0.0.22 - - [2025-07-10 02:25:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.22 - - [2025-07-10 02:25:48] "GET /global-vrouter-config/4bebef79-bfbe-4af5-b033-c012e63d2029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003620 10.0.0.22 - - [2025-07-10 02:25:48] "GET /virtual-networks?parent_id=28d2f851-0e7c-4bd0-ac66-887301924f29&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004066 10.0.0.22 - - [2025-07-10 02:25:48] "GET /virtual-network/62a4e7ab-b777-49d2-88d6-e056248ea3ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.006421 10.0.0.22 - - [2025-07-10 02:25:48] "POST /neutron/port HTTP/1.1" 200 1099 0.014580 10.0.0.22 - - [2025-07-10 02:25:48] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007018 10.0.0.22 - - [2025-07-10 02:25:53] "GET /projects?obj_uuids=28d2f851-0e7c-4bd0-ac66-887301924f29&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001198 10.0.0.22 - - [2025-07-10 02:25:53] "POST /neutron/floatingip HTTP/1.1" 200 530 0.096522 10.0.0.22 - - [2025-07-10 02:25:53] "POST /neutron/port HTTP/1.1" 200 1099 0.015394 10.0.0.22 - - [2025-07-10 02:25:53] "POST /neutron/floatingip HTTP/1.1" 200 530 0.006311 10.0.0.22 - - [2025-07-10 02:25:53] "POST /neutron/floatingip HTTP/1.1" 200 576 0.043660 10.0.0.22 - - [2025-07-10 02:25:53] "POST /neutron/port HTTP/1.1" 200 1100 0.013004 10.0.0.22 - - [2025-07-10 02:25:53] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007282 10.0.0.22 - - [2025-07-10 02:25:53] "POST /neutron/port HTTP/1.1" 200 1100 0.011700 10.0.0.22 - - [2025-07-10 02:25:53] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006574 10.0.0.22 - - [2025-07-10 02:25:53] "POST /neutron/port HTTP/1.1" 200 1100 0.011798 10.0.0.22 - - [2025-07-10 02:25:54] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006307 10.0.0.22 - - [2025-07-10 02:25:54] "GET /virtual-machine/39d1da25-1d53-4149-9450-994498a5d35f HTTP/1.1" 200 1304 0.005550 10.0.0.22 - - [2025-07-10 02:25:54] "GET /virtual-machine-interface/2f4bb9b0-7386-4c3f-ae18-e36ed49e871c HTTP/1.1" 200 3004 0.005306 10.0.0.22 - - [2025-07-10 02:25:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.22 - - [2025-07-10 02:25:54] "GET /global-vrouter-config/4bebef79-bfbe-4af5-b033-c012e63d2029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003234 10.0.0.22 - - [2025-07-10 02:25:54] "GET /virtual-networks?parent_id=28d2f851-0e7c-4bd0-ac66-887301924f29&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003120 10.0.0.22 - - [2025-07-10 02:25:54] "GET /virtual-network/b4594956-0604-40e8-9b33-4289abd06d18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005730 10.0.0.22 - - [2025-07-10 02:25:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.22 - - [2025-07-10 02:25:55] "GET /global-vrouter-config/4bebef79-bfbe-4af5-b033-c012e63d2029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003164 10.0.0.22 - - [2025-07-10 02:25:55] "GET /virtual-networks?parent_id=28d2f851-0e7c-4bd0-ac66-887301924f29&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003281 10.0.0.22 - - [2025-07-10 02:25:55] "GET /virtual-network/b4594956-0604-40e8-9b33-4289abd06d18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005903 10.0.0.22 - - [2025-07-10 02:25:55] "POST /neutron/floatingip HTTP/1.1" 200 576 0.011563 10.0.0.22 - - [2025-07-10 02:25:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002459 10.0.0.22 - - [2025-07-10 02:25:55] "GET /routing-instance/e96ddfcf-9af0-4c21-a367-f3eb44e6281e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.003343 10.0.0.22 - - [2025-07-10 02:25:55] "GET /route-target/b720178f-17ba-4246-a08d-7f8ab6951d5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003924 10.0.0.22 - - [2025-07-10 02:25:55] "GET /floating-ip/f154fa03-8723-421c-9f8e-641003c9eb41 HTTP/1.1" 200 1889 0.005925 10.0.0.22 - - [2025-07-10 02:25:58] "POST /neutron/floatingip HTTP/1.1" 200 576 0.011487 10.0.0.22 - - [2025-07-10 02:25:58] "POST /neutron/floatingip HTTP/1.1" 200 530 0.019631 10.0.0.22 - - [2025-07-10 02:25:58] "POST /neutron/floatingip HTTP/1.1" 200 530 0.006040 10.0.0.22 - - [2025-07-10 02:25:58] "POST /neutron/floatingip HTTP/1.1" 200 115 0.036237 10.0.0.22 - - [2025-07-10 02:25:58] "GET /floating-ip-pool/20fa050d-aafc-4ea0-ae5a-33bb6858505d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.004381 10.0.0.22 - - [2025-07-10 02:25:58] "POST /ref-update HTTP/1.1" 200 156 0.011446 10.0.0.22 - - [2025-07-10 02:25:58] "DELETE /floating-ip-pool/20fa050d-aafc-4ea0-ae5a-33bb6858505d HTTP/1.1" 200 115 0.027596 10.0.0.22 - - [2025-07-10 02:25:59] "POST /neutron/network HTTP/1.1" 200 837 0.006388 10.0.0.22 - - [2025-07-10 02:25:59] "POST /neutron/network HTTP/1.1" 400 204 0.013231 10.0.0.22 - - [2025-07-10 02:25:59] "POST /neutron/port HTTP/1.1" 200 1100 0.012199 10.0.0.22 - - [2025-07-10 02:25:59] "POST /neutron/port HTTP/1.1" 200 1126 0.009893 10.0.0.22 - - [2025-07-10 02:25:59] "POST /neutron/port HTTP/1.1" 200 1099 0.023121 10.0.0.22 - - [2025-07-10 02:25:59] "POST /neutron/port HTTP/1.1" 200 1125 0.009475 10.0.0.22 - - [2025-07-10 02:25:59] "POST /neutron/port HTTP/1.1" 200 151 0.142696 10.0.0.22 - - [2025-07-10 02:25:59] "POST /neutron/port HTTP/1.1" 200 151 0.151626 10.0.0.22 - - [2025-07-10 02:26:01] "POST /neutron/network HTTP/1.1" 200 837 0.006217 10.0.0.22 - - [2025-07-10 02:26:01] "POST /useragent-kv HTTP/1.1" 200 115 0.005308 10.0.0.22 - - [2025-07-10 02:26:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.006881 10.0.0.22 - - [2025-07-10 02:26:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003820 10.0.0.22 - - [2025-07-10 02:26:01] "POST /neutron/network HTTP/1.1" 200 151 0.095622 10.0.0.22 - - [2025-07-10 02:26:01] "GET /routing-instance/c02405e5-485e-4703-8c68-adbdbab75233 HTTP/1.1" 404 171 0.003332 10.0.0.22 - - [2025-07-10 02:26:01] "DELETE /route-target/e6a46e63-a248-4d4e-9006-e9604b1024b1 HTTP/1.1" 200 115 0.023366 10.0.0.22 - - [2025-07-10 02:26:01] "GET /domains HTTP/1.1" 200 280 0.005455 10.0.0.22 - - [2025-07-10 02:26:01] "GET /domains?obj_uuids=3dee1766-372a-4f75-b1e1-89cf3e854bde&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001684 10.0.0.22 - - [2025-07-10 02:26:01] "GET /domain/3dee1766-372a-4f75-b1e1-89cf3e854bde HTTP/1.1" 200 2782 0.049632 10.0.0.22 - - [2025-07-10 02:26:01] "GET /projects?obj_uuids=28d2f851-0e7c-4bd0-ac66-887301924f29&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001309 10.0.0.22 - - [2025-07-10 02:26:01] "GET /project/28d2f851-0e7c-4bd0-ac66-887301924f29 HTTP/1.1" 200 2174 0.077141 10.0.0.22 - - [2025-07-10 02:26:01] "POST /neutron/network HTTP/1.1" 200 838 0.006677 10.0.0.22 - - [2025-07-10 02:26:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.006573 10.0.0.22 - - [2025-07-10 02:26:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002598 10.0.0.22 - - [2025-07-10 02:26:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003348 10.0.0.22 - - [2025-07-10 02:26:01] "POST /neutron/network HTTP/1.1" 200 151 0.097073 10.0.0.22 - - [2025-07-10 02:26:01] "DELETE /route-target/b720178f-17ba-4246-a08d-7f8ab6951d5c HTTP/1.1" 200 115 0.020254 10.0.0.22 - - [2025-07-10 02:26:01] "GET /routing-instance/e96ddfcf-9af0-4c21-a367-f3eb44e6281e HTTP/1.1" 404 171 0.004740 10.0.0.22 - - [2025-07-10 02:26:01] "GET /domains HTTP/1.1" 200 280 0.002943 10.0.0.22 - - [2025-07-10 02:26:01] "GET /domains?obj_uuids=3dee1766-372a-4f75-b1e1-89cf3e854bde&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001121 10.0.0.22 - - [2025-07-10 02:26:01] "GET /domain/3dee1766-372a-4f75-b1e1-89cf3e854bde HTTP/1.1" 200 2782 0.049598 10.0.0.22 - - [2025-07-10 02:26:01] "GET /projects?obj_uuids=28d2f851-0e7c-4bd0-ac66-887301924f29&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001826 10.0.0.22 - - [2025-07-10 02:26:01] "GET /project/28d2f851-0e7c-4bd0-ac66-887301924f29 HTTP/1.1" 200 1924 0.078310 10.0.0.22 - - [2025-07-10 02:26:02] "GET /projects?obj_uuids=28d2f851-0e7c-4bd0-ac66-887301924f29&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001297 10.0.0.22 - - [2025-07-10 02:26:02] "GET /project/28d2f851-0e7c-4bd0-ac66-887301924f29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.032763 10.0.0.22 - - [2025-07-10 02:26:02] "GET /projects?obj_uuids=28d2f851-0e7c-4bd0-ac66-887301924f29&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001252 10.0.0.22 - - [2025-07-10 02:26:02] "GET /project/28d2f851-0e7c-4bd0-ac66-887301924f29?fields=virtual_networks HTTP/1.1" 200 1056 0.073850 10.0.0.22 - - [2025-07-10 02:26:02] "GET /projects?obj_uuids=28d2f851-0e7c-4bd0-ac66-887301924f29&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001666 10.0.0.22 - - [2025-07-10 02:26:02] "GET /project/28d2f851-0e7c-4bd0-ac66-887301924f29?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.041003 10.0.0.22 - - [2025-07-10 02:26:02] "GET /projects?obj_uuids=28d2f851-0e7c-4bd0-ac66-887301924f29&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001991 10.0.0.22 - - [2025-07-10 02:26:02] "GET /project/28d2f851-0e7c-4bd0-ac66-887301924f29?fields=security_groups HTTP/1.1" 200 1294 0.040510 10.0.0.22 - - [2025-07-10 02:26:03] "POST /fqname-to-id HTTP/1.1" 404 183 0.026012 10.0.0.22 - - [2025-07-10 02:26:03] "GET /projects?obj_uuids=f80efb5b-2ef2-4760-b96d-0c2bf76c4ddd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002758 10.0.0.22 - - [2025-07-10 02:26:03] "GET /domains?obj_uuids=3dee1766-372a-4f75-b1e1-89cf3e854bde&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001610 10.0.0.22 - - [2025-07-10 02:26:03] "GET /domain/3dee1766-372a-4f75-b1e1-89cf3e854bde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008316 10.0.0.22 - - [2025-07-10 02:26:03] "POST /id-to-fqname HTTP/1.1" 200 185 0.001327 10.0.0.22 - - [2025-07-10 02:26:03] "POST /fqname-to-id HTTP/1.1" 404 194 0.003345 10.0.0.22 - - [2025-07-10 02:26:03] "POST /security-groups HTTP/1.1" 200 586 0.063963 10.0.0.22 - - [2025-07-10 02:26:03] "POST /fqname-to-id HTTP/1.1" 404 229 0.003781 10.0.0.22 - - [2025-07-10 02:26:03] "POST /projects HTTP/1.1" 200 575 0.230594 10.0.0.22 - - [2025-07-10 02:26:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.302507 10.0.0.22 - - [2025-07-10 02:26:03] "POST /access-control-lists HTTP/1.1" 200 591 0.064593 10.0.0.22 - - [2025-07-10 02:26:03] "POST /fqname-to-id HTTP/1.1" 404 228 0.003885 10.0.0.22 - - [2025-07-10 02:26:03] "GET /project/f80efb5b-2ef2-4760-b96d-0c2bf76c4ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.430517 10.0.0.22 - - [2025-07-10 02:26:03] "POST /access-control-lists HTTP/1.1" 200 589 0.060759 10.0.0.22 - - [2025-07-10 02:26:04] "GET / HTTP/1.1" 200 35931 0.003032 10.0.0.22 - - [2025-07-10 02:26:06] "GET /projects?obj_uuids=f80efb5b-2ef2-4760-b96d-0c2bf76c4ddd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001326 10.0.0.22 - - [2025-07-10 02:26:06] "GET /project/f80efb5b-2ef2-4760-b96d-0c2bf76c4ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.028904 10.0.0.22 - - [2025-07-10 02:26:06] "GET /projects?obj_uuids=f80efb5b-2ef2-4760-b96d-0c2bf76c4ddd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001507 10.0.0.22 - - [2025-07-10 02:26:06] "GET /project/f80efb5b-2ef2-4760-b96d-0c2bf76c4ddd?fields=virtual_networks HTTP/1.1" 200 1023 0.084449 10.0.0.22 - - [2025-07-10 02:26:06] "GET /projects?obj_uuids=f80efb5b-2ef2-4760-b96d-0c2bf76c4ddd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001139 10.0.0.22 - - [2025-07-10 02:26:06] "GET /project/f80efb5b-2ef2-4760-b96d-0c2bf76c4ddd?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.028675 10.0.0.22 - - [2025-07-10 02:26:06] "GET /projects?obj_uuids=f80efb5b-2ef2-4760-b96d-0c2bf76c4ddd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001174 10.0.0.22 - - [2025-07-10 02:26:06] "GET /project/f80efb5b-2ef2-4760-b96d-0c2bf76c4ddd?fields=security_groups HTTP/1.1" 200 1244 0.025084 10.0.0.22 - - [2025-07-10 02:26:07] "POST /fqname-to-id HTTP/1.1" 404 191 0.027661 10.0.0.22 - - [2025-07-10 02:26:07] "GET /projects?obj_uuids=de05a7ad-b892-44fd-a564-34b51094875b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002767 10.0.0.22 - - [2025-07-10 02:26:07] "GET /domains?obj_uuids=3dee1766-372a-4f75-b1e1-89cf3e854bde&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001357 10.0.0.22 - - [2025-07-10 02:26:07] "GET /domain/3dee1766-372a-4f75-b1e1-89cf3e854bde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008727 10.0.0.22 - - [2025-07-10 02:26:07] "POST /id-to-fqname HTTP/1.1" 200 193 0.001791 10.0.0.22 - - [2025-07-10 02:26:07] "POST /fqname-to-id HTTP/1.1" 404 202 0.005245 10.0.0.22 - - [2025-07-10 02:26:07] "POST /security-groups HTTP/1.1" 200 594 0.068018 10.0.0.22 - - [2025-07-10 02:26:07] "POST /fqname-to-id HTTP/1.1" 404 237 0.003209 10.0.0.22 - - [2025-07-10 02:26:07] "POST /projects HTTP/1.1" 200 591 0.255491 10.0.0.22 - - [2025-07-10 02:26:07] "POST /access-control-lists HTTP/1.1" 200 599 0.059383 10.0.0.22 - - [2025-07-10 02:26:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.332580 10.0.0.22 - - [2025-07-10 02:26:07] "POST /fqname-to-id HTTP/1.1" 404 236 0.002955 10.0.0.22 - - [2025-07-10 02:26:07] "GET /project/de05a7ad-b892-44fd-a564-34b51094875b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.456463 10.0.0.22 - - [2025-07-10 02:26:07] "POST /access-control-lists HTTP/1.1" 200 597 0.064330 10.0.0.22 - - [2025-07-10 02:26:08] "GET / HTTP/1.1" 200 35931 0.002284 10.0.0.22 - - [2025-07-10 02:26:09] "DELETE /project/f80efb5b2ef24760b96d0c2bf76c4ddd HTTP/1.1" 404 173 0.014585 10.0.0.22 - - [2025-07-10 02:26:09] "DELETE /project/de05a7adb89244fda56434b51094875b HTTP/1.1" 404 173 0.009609 10.0.0.22 - - [2025-07-10 02:26:09] "DELETE /project/28d2f8510e7c4bd0ac66887301924f29 HTTP/1.1" 404 173 0.011676 10.0.0.22 - - [2025-07-10 02:26:09] "GET /projects?obj_uuids=28d2f851-0e7c-4bd0-ac66-887301924f29&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001265 10.0.0.22 - - [2025-07-10 02:26:09] "GET /projects?obj_uuids=f80efb5b-2ef2-4760-b96d-0c2bf76c4ddd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001350 10.0.0.22 - - [2025-07-10 02:26:09] "GET /projects?obj_uuids=6cb7b6ab-c333-4a47-b905-d84cc8ed83e9&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001533 10.0.0.22 - - [2025-07-10 02:26:09] "GET /project/f80efb5b-2ef2-4760-b96d-0c2bf76c4ddd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.062535 10.0.0.22 - - [2025-07-10 02:26:09] "GET /project/28d2f851-0e7c-4bd0-ac66-887301924f29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.069153 10.0.0.22 - - [2025-07-10 02:26:09] "GET /project/6cb7b6ab-c333-4a47-b905-d84cc8ed83e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.073520 10.0.0.22 - - [2025-07-10 02:26:09] "GET /projects?obj_uuids=28d2f851-0e7c-4bd0-ac66-887301924f29&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001202 10.0.0.22 - - [2025-07-10 02:26:09] "GET /projects?obj_uuids=f80efb5b-2ef2-4760-b96d-0c2bf76c4ddd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001551 10.0.0.22 - - [2025-07-10 02:26:09] "GET /projects?obj_uuids=6cb7b6ab-c333-4a47-b905-d84cc8ed83e9&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000993 10.0.0.22 - - [2025-07-10 02:26:09] "GET /project/f80efb5b-2ef2-4760-b96d-0c2bf76c4ddd?fields=security_groups HTTP/1.1" 200 1349 0.060172 10.0.0.22 - - [2025-07-10 02:26:09] "GET /project/6cb7b6ab-c333-4a47-b905-d84cc8ed83e9?fields=security_groups HTTP/1.1" 200 1396 0.059322 10.0.0.22 - - [2025-07-10 02:26:09] "GET /project/28d2f851-0e7c-4bd0-ac66-887301924f29?fields=security_groups HTTP/1.1" 200 1399 0.071734 10.0.0.22 - - [2025-07-10 02:26:09] "DELETE /security-group/aa9eb3ae-bbf7-4f79-8722-2548d6214cd2 HTTP/1.1" 200 115 0.083876 10.0.0.22 - - [2025-07-10 02:26:09] "GET /projects?obj_uuids=f80efb5b-2ef2-4760-b96d-0c2bf76c4ddd&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001270 10.0.0.22 - - [2025-07-10 02:26:09] "DELETE /security-group/69a6ad25-9edb-48e0-b14e-3f6829ef163a HTTP/1.1" 200 115 0.093941 10.0.0.22 - - [2025-07-10 02:26:09] "GET /projects?obj_uuids=6cb7b6ab-c333-4a47-b905-d84cc8ed83e9&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001240 10.0.0.22 - - [2025-07-10 02:26:09] "DELETE /access-control-list/46c0dac2-d05d-4ca6-a913-ace55f61c0b4 HTTP/1.1" 200 115 0.070131 10.0.0.22 - - [2025-07-10 02:26:09] "DELETE /security-group/e103309d-3acf-4f51-aa81-7aaf5a61dcd9 HTTP/1.1" 200 115 0.105076 10.0.0.22 - - [2025-07-10 02:26:09] "GET /project/f80efb5b-2ef2-4760-b96d-0c2bf76c4ddd?fields=application_policy_sets HTTP/1.1" 200 1388 0.055483 10.0.0.22 - - [2025-07-10 02:26:09] "GET /projects?obj_uuids=28d2f851-0e7c-4bd0-ac66-887301924f29&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001289 10.0.0.22 - - [2025-07-10 02:26:09] "DELETE /access-control-list/40c8652d-cefd-4b4f-98ec-0458314c37d4 HTTP/1.1" 200 115 0.055400 10.0.0.22 - - [2025-07-10 02:26:09] "GET /project/28d2f851-0e7c-4bd0-ac66-887301924f29?fields=application_policy_sets HTTP/1.1" 200 1438 0.046418 10.0.0.22 - - [2025-07-10 02:26:09] "GET /project/6cb7b6ab-c333-4a47-b905-d84cc8ed83e9?fields=application_policy_sets HTTP/1.1" 200 1435 0.094329 10.0.0.22 - - [2025-07-10 02:26:10] "DELETE /access-control-list/3dc7bef3-552f-4896-aac9-e87ea5d7892c HTTP/1.1" 200 115 0.046302 10.0.0.22 - - [2025-07-10 02:26:10] "DELETE /access-control-list/c39c86eb-f348-4175-baca-58459b21e980 HTTP/1.1" 200 115 0.065626 10.0.0.22 - - [2025-07-10 02:26:10] "DELETE /project/f80efb5b-2ef2-4760-b96d-0c2bf76c4ddd HTTP/1.1" 200 115 0.569872 10.0.0.22 - - [2025-07-10 02:26:10] "DELETE /access-control-list/427d17f0-71c4-4ee7-a228-d66a177d8eee HTTP/1.1" 200 115 0.056204 10.0.0.22 - - [2025-07-10 02:26:10] "GET /project/de05a7ad-b892-44fd-a564-34b51094875b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.001013 10.0.0.22 - - [2025-07-10 02:26:10] "DELETE /project/28d2f851-0e7c-4bd0-ac66-887301924f29 HTTP/1.1" 200 115 0.596210 10.0.0.22 - - [2025-07-10 02:26:10] "DELETE /project/6cb7b6ab-c333-4a47-b905-d84cc8ed83e9 HTTP/1.1" 200 115 0.598201 10.0.0.22 - - [2025-07-10 02:26:10] "DELETE /access-control-list/4a40392a-75ee-4dde-b601-d56091e3ef37 HTTP/1.1" 200 115 0.032855 10.0.0.22 - - [2025-07-10 02:26:10] "GET /projects?obj_uuids=de05a7ad-b892-44fd-a564-34b51094875b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001492 10.0.0.22 - - [2025-07-10 02:26:10] "GET /project/de05a7ad-b892-44fd-a564-34b51094875b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.059515 10.0.0.22 - - [2025-07-10 02:26:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002697 10.0.0.22 - - [2025-07-10 02:26:10] "GET /security-group/f09b32be-2662-4b2c-917b-20d5965e1fff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.007776 10.0.0.22 - - [2025-07-10 02:26:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.22 - - [2025-07-10 02:26:10] "GET /projects?obj_uuids=de05a7ad-b892-44fd-a564-34b51094875b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001225 10.0.0.22 - - [2025-07-10 02:26:10] "GET /project/de05a7ad-b892-44fd-a564-34b51094875b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.032575 10.0.0.22 - - [2025-07-10 02:26:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003204 10.0.0.22 - - [2025-07-10 02:26:10] "GET /security-group/f09b32be-2662-4b2c-917b-20d5965e1fff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3764 0.004471 10.0.0.22 - - [2025-07-10 02:26:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.22 - - [2025-07-10 02:26:10] "PUT /security-group/f09b32be-2662-4b2c-917b-20d5965e1fff HTTP/1.1" 200 262 0.016551 10.0.0.22 - - [2025-07-10 02:26:11] "PUT /access-control-list/c16faab4-2e6a-43fc-b525-19ee257e43d8 HTTP/1.1" 200 272 0.010741 10.0.0.22 - - [2025-07-10 02:26:11] "PUT /access-control-list/ef45eaf9-33bd-4ca9-b00c-538ba4baf338 HTTP/1.1" 200 272 0.013788 10.0.0.22 - - [2025-07-10 02:26:11] "POST /fqname-to-id HTTP/1.1" 404 202 0.004423 10.0.0.22 - - [2025-07-10 02:26:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003771 10.0.0.22 - - [2025-07-10 02:26:11] "GET /projects?obj_uuids=de05a7ad-b892-44fd-a564-34b51094875b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001282 10.0.0.22 - - [2025-07-10 02:26:11] "GET /project/de05a7ad-b892-44fd-a564-34b51094875b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.046769 10.0.0.22 - - [2025-07-10 02:26:11] "POST /neutron/network HTTP/1.1" 200 117 0.036925 10.0.0.22 - - [2025-07-10 02:26:11] "GET /projects?obj_uuids=de05a7ad-b892-44fd-a564-34b51094875b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002058 10.0.0.22 - - [2025-07-10 02:26:11] "POST /neutron/network HTTP/1.1" 200 608 0.093088 10.0.0.22 - - [2025-07-10 02:26:11] "POST /route-targets HTTP/1.1" 200 327 0.012127 10.0.0.22 - - [2025-07-10 02:26:11] "POST /ref-update HTTP/1.1" 200 156 0.016886 10.0.0.22 - - [2025-07-10 02:26:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003244 10.0.0.22 - - [2025-07-10 02:26:11] "POST /neutron/subnet HTTP/1.1" 200 720 0.163714 10.0.0.22 - - [2025-07-10 02:26:11] "POST /neutron/network HTTP/1.1" 200 826 0.008204 10.0.0.22 - - [2025-07-10 02:26:11] "POST /id-to-fqname HTTP/1.1" 200 223 0.001400 10.0.0.22 - - [2025-07-10 02:26:11] "GET /virtual-network/2397795a-6cd9-4f3c-996b-44e97c0f07f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006659 10.0.0.22 - - [2025-07-10 02:26:11] "POST /neutron/network HTTP/1.1" 200 826 0.006752 10.0.0.22 - - [2025-07-10 02:26:11] "GET /virtual-network/2397795a-6cd9-4f3c-996b-44e97c0f07f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006055 10.0.0.22 - - [2025-07-10 02:26:11] "POST /neutron/network HTTP/1.1" 200 826 0.006087 10.0.0.22 - - [2025-07-10 02:26:11] "POST /neutron/subnet HTTP/1.1" 200 720 0.019471 10.0.0.22 - - [2025-07-10 02:26:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002786 10.0.0.22 - - [2025-07-10 02:26:11] "GET /projects?obj_uuids=de05a7ad-b892-44fd-a564-34b51094875b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001691 10.0.0.22 - - [2025-07-10 02:26:11] "GET /project/de05a7ad-b892-44fd-a564-34b51094875b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.032902 10.0.0.22 - - [2025-07-10 02:26:11] "POST /neutron/network HTTP/1.1" 200 117 0.011059 10.0.0.22 - - [2025-07-10 02:26:11] "GET /projects?obj_uuids=de05a7ad-b892-44fd-a564-34b51094875b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001263 10.0.0.22 - - [2025-07-10 02:26:12] "POST /route-targets HTTP/1.1" 200 327 0.017454 10.0.0.22 - - [2025-07-10 02:26:12] "POST /neutron/network HTTP/1.1" 200 615 0.155365 10.0.0.22 - - [2025-07-10 02:26:12] "POST /ref-update HTTP/1.1" 200 156 0.015801 10.0.0.22 - - [2025-07-10 02:26:12] "POST /useragent-kv HTTP/1.1" 200 115 0.007946 10.0.0.22 - - [2025-07-10 02:26:12] "POST /neutron/subnet HTTP/1.1" 200 719 0.143203 10.0.0.22 - - [2025-07-10 02:26:12] "POST /neutron/network HTTP/1.1" 200 833 0.006246 10.0.0.22 - - [2025-07-10 02:26:12] "POST /id-to-fqname HTTP/1.1" 200 227 0.001381 10.0.0.22 - - [2025-07-10 02:26:12] "GET /virtual-network/0d828226-d18a-427e-b3cd-3dac80d9e069?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005438 10.0.0.22 - - [2025-07-10 02:26:12] "POST /neutron/network HTTP/1.1" 200 833 0.006588 10.0.0.22 - - [2025-07-10 02:26:12] "GET /virtual-network/0d828226-d18a-427e-b3cd-3dac80d9e069?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.008602 10.0.0.22 - - [2025-07-10 02:26:12] "POST /neutron/network HTTP/1.1" 200 833 0.007131 10.0.0.22 - - [2025-07-10 02:26:12] "POST /neutron/subnet HTTP/1.1" 200 719 0.008243 10.0.0.22 - - [2025-07-10 02:26:12] "POST /id-to-fqname HTTP/1.1" 200 223 0.001585 10.0.0.22 - - [2025-07-10 02:26:12] "POST /neutron/network HTTP/1.1" 200 836 0.006191 10.0.0.22 - - [2025-07-10 02:26:12] "GET /aaa-mode HTTP/1.1" 401 292 0.000484 10.0.0.22 - - [2025-07-10 02:26:13] "GET / HTTP/1.1" 200 35931 0.001961 10.0.0.22 - - [2025-07-10 02:26:13] "GET /project/de05a7ad-b892-44fd-a564-34b51094875b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000453 10.0.0.22 - - [2025-07-10 02:26:13] "GET /projects?obj_uuids=de05a7ad-b892-44fd-a564-34b51094875b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001255 10.0.0.22 - - [2025-07-10 02:26:13] "GET /project/de05a7ad-b892-44fd-a564-34b51094875b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.057173 10.0.0.22 - - [2025-07-10 02:26:13] "POST /neutron/network HTTP/1.1" 200 826 0.005943 10.0.0.22 - - [2025-07-10 02:26:13] "POST /neutron/port HTTP/1.1" 200 117 0.005094 10.0.0.22 - - [2025-07-10 02:26:13] "POST /neutron/port HTTP/1.1" 200 117 0.009930 10.0.0.22 - - [2025-07-10 02:26:13] "POST /id-to-fqname HTTP/1.1" 200 227 0.001558 10.0.0.22 - - [2025-07-10 02:26:13] "POST /neutron/port HTTP/1.1" 200 117 0.005569 10.0.0.22 - - [2025-07-10 02:26:13] "POST /neutron/network HTTP/1.1" 200 843 0.006200 10.0.0.22 - - [2025-07-10 02:26:13] "GET /aaa-mode HTTP/1.1" 401 292 0.000549 10.0.0.22 - - [2025-07-10 02:26:14] "POST /neutron/network HTTP/1.1" 200 836 0.006438 10.0.0.22 - - [2025-07-10 02:26:14] "GET /projects?obj_uuids=de05a7ad-b892-44fd-a564-34b51094875b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001267 10.0.0.22 - - [2025-07-10 02:26:14] "GET / HTTP/1.1" 200 35931 0.001898 10.0.0.22 - - [2025-07-10 02:26:14] "GET /project/de05a7ad-b892-44fd-a564-34b51094875b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000457 10.0.0.22 - - [2025-07-10 02:26:14] "POST /neutron/port HTTP/1.1" 200 1062 0.264334 10.0.0.22 - - [2025-07-10 02:26:14] "POST /neutron/port HTTP/1.1" 200 1062 0.011179 10.0.0.22 - - [2025-07-10 02:26:14] "POST /neutron/port HTTP/1.1" 200 1062 0.010004 10.0.0.22 - - [2025-07-10 02:26:14] "POST /neutron/port HTTP/1.1" 200 1116 0.069887 10.0.0.22 - - [2025-07-10 02:26:14] "POST /neutron/port HTTP/1.1" 200 1090 0.012252 10.0.0.22 - - [2025-07-10 02:26:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003633 10.0.0.22 - - [2025-07-10 02:26:14] "POST /neutron/subnet HTTP/1.1" 200 694 0.007674 10.0.0.22 - - [2025-07-10 02:26:14] "POST /neutron/port HTTP/1.1" 200 117 0.001343 10.0.0.22 - - [2025-07-10 02:26:14] "POST /neutron/network HTTP/1.1" 200 826 0.006320 10.0.0.22 - - [2025-07-10 02:26:14] "GET /projects?obj_uuids=de05a7ad-b892-44fd-a564-34b51094875b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001241 10.0.0.22 - - [2025-07-10 02:26:14] "GET /project/de05a7ad-b892-44fd-a564-34b51094875b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.054962 10.0.0.22 - - [2025-07-10 02:26:14] "POST /neutron/network HTTP/1.1" 200 833 0.006543 10.0.0.22 - - [2025-07-10 02:26:14] "POST /neutron/port HTTP/1.1" 200 1090 0.017680 10.0.0.22 - - [2025-07-10 02:26:14] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007653 10.0.0.22 - - [2025-07-10 02:26:14] "POST /neutron/port HTTP/1.1" 200 117 0.008583 10.0.0.22 - - [2025-07-10 02:26:14] "GET /projects?obj_uuids=de05a7ad-b892-44fd-a564-34b51094875b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001615 10.0.0.22 - - [2025-07-10 02:26:14] "POST /neutron/router HTTP/1.1" 200 585 0.065778 10.0.0.22 - - [2025-07-10 02:26:14] "POST /route-targets HTTP/1.1" 200 327 0.012076 10.0.0.22 - - [2025-07-10 02:26:15] "POST /neutron/router HTTP/1.1" 200 585 0.006105 10.0.0.22 - - [2025-07-10 02:26:15] "PUT /logical-router/61b8ffe2-d61e-45da-acc8-5bc093cd9f30 HTTP/1.1" 200 262 0.024756 10.0.0.22 - - [2025-07-10 02:26:15] "POST /neutron/router HTTP/1.1" 200 656 0.022938 10.0.0.22 - - [2025-07-10 02:26:15] "GET /logical-router/61b8ffe2-d61e-45da-acc8-5bc093cd9f30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1641 0.006160 10.0.0.22 - - [2025-07-10 02:26:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.007536 10.0.0.22 - - [2025-07-10 02:26:15] "POST /neutron/router HTTP/1.1" 200 656 0.006553 10.0.0.22 - - [2025-07-10 02:26:15] "GET /projects?obj_uuids=de05a7ad-b892-44fd-a564-34b51094875b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001300 10.0.0.22 - - [2025-07-10 02:26:15] "GET /service-template/8c13027a-902e-4e45-aa02-c80ae61847d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1682 0.005259 10.0.0.22 - - [2025-07-10 02:26:15] "POST /fqname-to-id HTTP/1.1" 404 215 0.003569 10.0.0.22 - - [2025-07-10 02:26:15] "POST /useragent-kv HTTP/1.1" 200 115 0.011850 10.0.0.22 - - [2025-07-10 02:26:15] "POST /virtual-networks HTTP/1.1" 200 694 0.132838 10.0.0.22 - - [2025-07-10 02:26:15] "POST /neutron/router HTTP/1.1" 200 344 0.315562 10.0.0.22 - - [2025-07-10 02:26:15] "POST /neutron/network HTTP/1.1" 200 843 0.015240 10.0.0.22 - - [2025-07-10 02:26:15] "POST /route-targets HTTP/1.1" 200 327 0.035089 10.0.0.22 - - [2025-07-10 02:26:15] "GET /projects?obj_uuids=de05a7ad-b892-44fd-a564-34b51094875b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003606 10.0.0.22 - - [2025-07-10 02:26:15] "POST /ref-update HTTP/1.1" 200 156 0.057213 10.0.0.22 - - [2025-07-10 02:26:15] "POST /neutron/port HTTP/1.1" 200 1090 0.047464 10.0.0.22 - - [2025-07-10 02:26:15] "POST /service-instances HTTP/1.1" 200 670 0.086682 10.0.0.22 - - [2025-07-10 02:26:15] "POST /neutron/security_group HTTP/1.1" 200 2002 0.014454 10.0.0.22 - - [2025-07-10 02:26:15] "POST /ref-update HTTP/1.1" 200 156 0.030823 10.0.0.22 - - [2025-07-10 02:26:15] "POST /route-tables HTTP/1.1" 200 582 0.041191 10.0.0.22 - - [2025-07-10 02:26:15] "PUT /logical-router/61b8ffe2-d61e-45da-acc8-5bc093cd9f30 HTTP/1.1" 200 262 0.064774 10.0.0.22 - - [2025-07-10 02:26:15] "POST /ref-update HTTP/1.1" 200 156 0.044043 10.0.0.22 - - [2025-07-10 02:26:15] "POST /neutron/port HTTP/1.1" 200 1062 0.395633 10.0.0.22 - - [2025-07-10 02:26:15] "POST /neutron/port HTTP/1.1" 200 1062 0.011851 10.0.0.22 - - [2025-07-10 02:26:15] "POST /neutron/port HTTP/1.1" 200 1062 0.013087 10.0.0.22 - - [2025-07-10 02:26:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.014342 10.0.0.22 - - [2025-07-10 02:26:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.22 - - [2025-07-10 02:26:15] "POST /neutron/port HTTP/1.1" 200 1116 0.084960 10.0.0.22 - - [2025-07-10 02:26:15] "POST /virtual-machines HTTP/1.1" 200 553 0.026158 10.0.0.22 - - [2025-07-10 02:26:16] "POST /neutron/port HTTP/1.1" 200 1090 0.017446 10.0.0.22 - - [2025-07-10 02:26:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005589 10.0.0.22 - - [2025-07-10 02:26:16] "POST /neutron/subnet HTTP/1.1" 200 693 0.008838 10.0.0.22 - - [2025-07-10 02:26:16] "POST /neutron/port HTTP/1.1" 200 117 0.001378 10.0.0.22 - - [2025-07-10 02:26:16] "POST /neutron/network HTTP/1.1" 200 833 0.017097 10.0.0.22 - - [2025-07-10 02:26:16] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.109905 10.0.0.22 - - [2025-07-10 02:26:16] "POST /chown HTTP/1.1" 200 109 0.008120 10.0.0.22 - - [2025-07-10 02:26:16] "POST /instance-ips HTTP/1.1" 200 551 0.026465 10.0.0.22 - - [2025-07-10 02:26:16] "POST /instance-ips HTTP/1.1" 400 246 0.015927 10.0.0.22 - - [2025-07-10 02:26:16] "GET /obj-perms HTTP/1.1" 200 5056 0.052876 10.0.0.22 - - [2025-07-10 02:26:16] "POST /chown HTTP/1.1" 200 109 0.012399 10.0.0.22 - - [2025-07-10 02:26:16] "PUT /virtual-machine-interface/45b850bb-2bc8-4391-a733-a32c1072c4a4 HTTP/1.1" 200 284 0.029863 10.0.0.22 - - [2025-07-10 02:26:16] "PUT /instance-ip/66f543bc-2763-4995-a886-cd612dbed807 HTTP/1.1" 200 256 0.020673 10.0.0.22 - - [2025-07-10 02:26:16] "POST /ref-update HTTP/1.1" 200 156 0.014390 10.0.0.22 - - [2025-07-10 02:26:16] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.111303 10.0.0.22 - - [2025-07-10 02:26:16] "POST /chown HTTP/1.1" 200 109 0.013341 10.0.0.22 - - [2025-07-10 02:26:16] "GET /obj-perms HTTP/1.1" 200 5056 0.066033 10.0.0.22 - - [2025-07-10 02:26:16] "POST /instance-ips HTTP/1.1" 200 549 0.040061 10.0.0.22 - - [2025-07-10 02:26:16] "POST /instance-ips HTTP/1.1" 400 316 0.024273 10.0.0.22 - - [2025-07-10 02:26:17] "POST /chown HTTP/1.1" 200 109 0.009120 10.0.0.22 - - [2025-07-10 02:26:17] "PUT /virtual-machine-interface/783203d2-271c-4f89-9fdd-f0bf3dac0dcf HTTP/1.1" 200 284 0.013264 10.0.0.22 - - [2025-07-10 02:26:17] "PUT /instance-ip/b58b298a-42bd-460b-80d6-27893bb77eeb HTTP/1.1" 200 256 0.030469 10.0.0.22 - - [2025-07-10 02:26:17] "POST /ref-update HTTP/1.1" 200 156 0.012106 10.0.0.22 - - [2025-07-10 02:26:17] "POST /ref-update HTTP/1.1" 200 156 0.009794 10.0.0.22 - - [2025-07-10 02:26:17] "PUT /routing-instance/e4adb5e8-12dc-4de8-9563-4c8becfc7262 HTTP/1.1" 200 266 0.031783 10.0.0.22 - - [2025-07-10 02:26:17] "POST /ref-update HTTP/1.1" 200 156 0.015364 10.0.0.22 - - [2025-07-10 02:26:17] "POST /virtual-machines HTTP/1.1" 200 553 0.016055 10.0.0.22 - - [2025-07-10 02:26:17] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.121562 10.0.0.22 - - [2025-07-10 02:26:17] "POST /chown HTTP/1.1" 200 109 0.008985 10.0.0.22 - - [2025-07-10 02:26:17] "POST /instance-ips HTTP/1.1" 400 246 0.016494 10.0.0.22 - - [2025-07-10 02:26:17] "POST /chown HTTP/1.1" 200 109 0.011290 10.0.0.22 - - [2025-07-10 02:26:17] "PUT /virtual-machine-interface/78bfc41b-80b9-463f-a9f2-128a23165b68 HTTP/1.1" 200 284 0.015138 10.0.0.22 - - [2025-07-10 02:26:17] "PUT /instance-ip/66f543bc-2763-4995-a886-cd612dbed807 HTTP/1.1" 200 256 0.013559 10.0.0.22 - - [2025-07-10 02:26:17] "POST /ref-update HTTP/1.1" 200 156 0.019938 10.0.0.22 - - [2025-07-10 02:26:17] "POST /ref-update HTTP/1.1" 200 156 0.017333 10.0.0.22 - - [2025-07-10 02:26:18] "POST /virtual-machine-interfaces HTTP/1.1" 200 810 0.098662 10.0.0.22 - - [2025-07-10 02:26:18] "POST /ref-update HTTP/1.1" 200 156 0.034645 10.0.0.22 - - [2025-07-10 02:26:18] "PUT /routing-instance/e4adb5e8-12dc-4de8-9563-4c8becfc7262 HTTP/1.1" 200 266 0.028997 10.0.0.22 - - [2025-07-10 02:26:18] "POST /chown HTTP/1.1" 200 109 0.013614 10.0.0.22 - - [2025-07-10 02:26:18] "POST /instance-ips HTTP/1.1" 400 316 0.018646 10.0.0.22 - - [2025-07-10 02:26:18] "POST /chown HTTP/1.1" 200 109 0.008273 10.0.0.22 - - [2025-07-10 02:26:18] "PUT /virtual-machine-interface/23d745f9-4018-463f-ba3d-394b9a5c988c HTTP/1.1" 200 284 0.013746 10.0.0.22 - - [2025-07-10 02:26:18] "PUT /instance-ip/b58b298a-42bd-460b-80d6-27893bb77eeb HTTP/1.1" 200 256 0.020520 10.0.0.22 - - [2025-07-10 02:26:18] "POST /ref-update HTTP/1.1" 200 156 0.012831 10.0.0.22 - - [2025-07-10 02:26:18] "POST /ref-update HTTP/1.1" 200 156 0.011545 10.0.0.22 - - [2025-07-10 02:26:18] "PUT /routing-instance/e4adb5e8-12dc-4de8-9563-4c8becfc7262 HTTP/1.1" 200 266 0.025089 10.0.0.22 - - [2025-07-10 02:26:18] "POST /ref-update HTTP/1.1" 200 156 0.021699 10.0.0.22 - - [2025-07-10 02:26:20] "POST /neutron/port HTTP/1.1" 200 1090 0.013321 10.0.0.22 - - [2025-07-10 02:26:20] "POST /neutron/security_group HTTP/1.1" 200 2002 0.010288 10.0.0.22 - - [2025-07-10 02:26:20] "POST /neutron/port HTTP/1.1" 200 1090 0.012168 10.0.0.22 - - [2025-07-10 02:26:20] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006707 10.0.0.22 - - [2025-07-10 02:26:20] "POST /neutron/port HTTP/1.1" 200 1090 0.012433 10.0.0.22 - - [2025-07-10 02:26:20] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008407 10.0.0.22 - - [2025-07-10 02:26:20] "GET /virtual-machine/ff89eb2f-e6e1-4553-b2ce-61181087a641 HTTP/1.1" 401 292 0.000488 10.0.0.22 - - [2025-07-10 02:26:21] "GET /virtual-machine/ff89eb2f-e6e1-4553-b2ce-61181087a641 HTTP/1.1" 200 1296 0.029531 10.0.0.22 - - [2025-07-10 02:26:21] "GET /virtual-machine-interface/f2b0c0d5-70cc-4167-9185-0592c0a3b95e HTTP/1.1" 200 2957 0.006152 10.0.0.22 - - [2025-07-10 02:26:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.22 - - [2025-07-10 02:26:21] "GET /global-vrouter-config/4bebef79-bfbe-4af5-b033-c012e63d2029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003471 10.0.0.22 - - [2025-07-10 02:26:21] "GET /virtual-networks?parent_id=de05a7ad-b892-44fd-a564-34b51094875b&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003417 10.0.0.22 - - [2025-07-10 02:26:21] "GET /virtual-network/2397795a-6cd9-4f3c-996b-44e97c0f07f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006414 10.0.0.22 - - [2025-07-10 02:26:24] "POST /neutron/port HTTP/1.1" 200 1090 0.013957 10.0.0.22 - - [2025-07-10 02:26:24] "POST /neutron/security_group HTTP/1.1" 200 2002 0.010426 10.0.0.22 - - [2025-07-10 02:26:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003353 10.0.0.22 - - [2025-07-10 02:26:24] "GET /virtual-network/2397795a-6cd9-4f3c-996b-44e97c0f07f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005712 10.0.0.22 - - [2025-07-10 02:26:26] "POST /neutron/port HTTP/1.1" 200 1090 0.012578 10.0.0.22 - - [2025-07-10 02:26:26] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006302 10.0.0.22 - - [2025-07-10 02:26:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348 10.0.0.22 - - [2025-07-10 02:26:26] "GET /global-vrouter-config/4bebef79-bfbe-4af5-b033-c012e63d2029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003553 10.0.0.22 - - [2025-07-10 02:26:26] "GET /virtual-networks?parent_id=de05a7ad-b892-44fd-a564-34b51094875b&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003485 10.0.0.22 - - [2025-07-10 02:26:26] "GET /virtual-network/2397795a-6cd9-4f3c-996b-44e97c0f07f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006262 10.0.0.22 - - [2025-07-10 02:26:26] "POST /neutron/port HTTP/1.1" 200 1090 0.012939 10.0.0.22 - - [2025-07-10 02:26:26] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006665 10.0.0.22 - - [2025-07-10 02:26:27] "POST /neutron/port HTTP/1.1" 200 1090 0.011569 10.0.0.22 - - [2025-07-10 02:26:27] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006964 10.0.0.22 - - [2025-07-10 02:26:27] "POST /neutron/port HTTP/1.1" 200 1090 0.011964 10.0.0.22 - - [2025-07-10 02:26:27] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006850 10.0.0.22 - - [2025-07-10 02:26:27] "GET /virtual-machine/2d92988f-290b-48b9-8fd2-5fa176370ff7 HTTP/1.1" 200 1295 0.005670 10.0.0.22 - - [2025-07-10 02:26:27] "GET /virtual-machine-interface/885ab0c1-a4e5-4ea1-b8ee-59966d6bbc96 HTTP/1.1" 200 2968 0.005353 10.0.0.22 - - [2025-07-10 02:26:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.22 - - [2025-07-10 02:26:27] "GET /global-vrouter-config/4bebef79-bfbe-4af5-b033-c012e63d2029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003315 10.0.0.22 - - [2025-07-10 02:26:27] "GET /virtual-networks?parent_id=de05a7ad-b892-44fd-a564-34b51094875b&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003392 10.0.0.22 - - [2025-07-10 02:26:27] "GET /virtual-network/0d828226-d18a-427e-b3cd-3dac80d9e069?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005832 10.0.0.22 - - [2025-07-10 02:26:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.22 - - [2025-07-10 02:26:28] "GET /global-vrouter-config/4bebef79-bfbe-4af5-b033-c012e63d2029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003506 10.0.0.22 - - [2025-07-10 02:26:28] "GET /virtual-networks?parent_id=de05a7ad-b892-44fd-a564-34b51094875b&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003427 10.0.0.22 - - [2025-07-10 02:26:28] "GET /virtual-network/0d828226-d18a-427e-b3cd-3dac80d9e069?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.007455 10.0.0.22 - - [2025-07-10 02:26:32] "POST /neutron/router HTTP/1.1" 200 656 0.006661 10.0.0.22 - - [2025-07-10 02:26:32] "POST /ref-update HTTP/1.1" 200 156 0.014743 10.0.0.22 - - [2025-07-10 02:26:32] "POST /neutron/router HTTP/1.1" 200 344 0.134475 10.0.0.22 - - [2025-07-10 02:26:32] "POST /neutron/router HTTP/1.1" 200 656 0.005872 10.0.0.22 - - [2025-07-10 02:26:32] "GET /logical-router/61b8ffe2-d61e-45da-acc8-5bc093cd9f30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1972 0.006381 10.0.0.22 - - [2025-07-10 02:26:32] "GET /service-instance/d04c4d47-946e-4461-a57a-d59bb38f1a02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2316 0.004301 10.0.0.22 - - [2025-07-10 02:26:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.006822 10.0.0.22 - - [2025-07-10 02:26:32] "POST /neutron/router HTTP/1.1" 200 151 0.077009 10.0.0.22 - - [2025-07-10 02:26:32] "DELETE /route-target/0510a746-183a-4482-9660-1c20a2b0f63e HTTP/1.1" 409 239 0.008700 10.0.0.22 - - [2025-07-10 02:26:32] "PUT /logical-router/61b8ffe2-d61e-45da-acc8-5bc093cd9f30 HTTP/1.1" 404 171 0.004035 10.0.0.22 - - [2025-07-10 02:26:32] "POST /ref-update HTTP/1.1" 200 156 0.012211 10.0.0.22 - - [2025-07-10 02:26:32] "DELETE /route-table/51cd7047-4017-4584-b879-500b2b0f1d30 HTTP/1.1" 200 115 0.052455 10.0.0.22 - - [2025-07-10 02:26:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004864 10.0.0.22 - - [2025-07-10 02:26:32] "PUT /routing-instance/e4adb5e8-12dc-4de8-9563-4c8becfc7262 HTTP/1.1" 200 266 0.024500 10.0.0.22 - - [2025-07-10 02:26:32] "GET /virtual-network/b15c0674-ba30-40b6-9db6-248122ccc88f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2124 0.010664 10.0.0.22 - - [2025-07-10 02:26:32] "POST /neutron/network HTTP/1.1" 200 833 0.011487 10.0.0.22 - - [2025-07-10 02:26:32] "POST /ref-update HTTP/1.1" 200 156 0.030949 10.0.0.22 - - [2025-07-10 02:26:33] "POST /ref-update HTTP/1.1" 200 156 0.048758 10.0.0.22 - - [2025-07-10 02:26:33] "POST /neutron/network HTTP/1.1" 400 204 0.123712 10.0.0.22 - - [2025-07-10 02:26:33] "DELETE /instance-ip/b58b298a-42bd-460b-80d6-27893bb77eeb HTTP/1.1" 200 115 0.050853 10.0.0.22 - - [2025-07-10 02:26:33] "POST /neutron/port HTTP/1.1" 200 1090 0.022094 10.0.0.22 - - [2025-07-10 02:26:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.012107 10.0.0.22 - - [2025-07-10 02:26:33] "POST /neutron/port HTTP/1.1" 200 1116 0.034021 10.0.0.22 - - [2025-07-10 02:26:33] "POST /useragent-kv HTTP/1.1" 200 115 0.010833 10.0.0.22 - - [2025-07-10 02:26:33] "POST /useragent-kv HTTP/1.1" 200 115 0.006194 10.0.0.22 - - [2025-07-10 02:26:33] "DELETE /virtual-network/b15c0674-ba30-40b6-9db6-248122ccc88f HTTP/1.1" 200 115 0.278211 10.0.0.22 - - [2025-07-10 02:26:33] "DELETE /route-target/9c6e7fe3-9df7-462c-a978-14036d17729c HTTP/1.1" 200 115 0.054560 10.0.0.22 - - [2025-07-10 02:26:33] "DELETE /service-instance/d04c4d47-946e-4461-a57a-d59bb38f1a02 HTTP/1.1" 200 115 0.047307 10.0.0.22 - - [2025-07-10 02:26:33] "GET /logical-router/61b8ffe2-d61e-45da-acc8-5bc093cd9f30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004431 10.0.0.22 - - [2025-07-10 02:26:33] "POST /neutron/port HTTP/1.1" 200 1090 0.019494 10.0.0.22 - - [2025-07-10 02:26:33] "GET /service-instance/d04c4d47-946e-4461-a57a-d59bb38f1a02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004517 10.0.0.22 - - [2025-07-10 02:26:33] "POST /neutron/port HTTP/1.1" 200 1116 0.009636 10.0.0.22 - - [2025-07-10 02:26:33] "POST /neutron/port HTTP/1.1" 200 151 0.193972 10.0.0.22 - - [2025-07-10 02:26:33] "GET /virtual-machine-interface/45b850bb-2bc8-4391-a733-a32c1072c4a4?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1653 0.010278 10.0.0.22 - - [2025-07-10 02:26:33] "POST /ref-update HTTP/1.1" 200 156 0.033684 10.0.0.22 - - [2025-07-10 02:26:33] "POST /neutron/port HTTP/1.1" 200 151 0.146684 10.0.0.22 - - [2025-07-10 02:26:33] "GET /instance-ip/66f543bc-2763-4995-a886-cd612dbed807?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004829 10.0.0.22 - - [2025-07-10 02:26:33] "DELETE /virtual-machine-interface/45b850bb-2bc8-4391-a733-a32c1072c4a4 HTTP/1.1" 200 115 0.040174 10.0.0.22 - - [2025-07-10 02:26:33] "GET /virtual-machine-interface/783203d2-271c-4f89-9fdd-f0bf3dac0dcf?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1333 0.006359 10.0.0.22 - - [2025-07-10 02:26:33] "DELETE /virtual-machine-interface/783203d2-271c-4f89-9fdd-f0bf3dac0dcf HTTP/1.1" 200 115 0.035263 10.0.0.22 - - [2025-07-10 02:26:33] "POST /ref-update HTTP/1.1" 200 156 0.014252 10.0.0.22 - - [2025-07-10 02:26:34] "DELETE /virtual-machine/e9d252bc-3d5e-4984-b178-53fbad34e5e3 HTTP/1.1" 200 115 0.019096 10.0.0.22 - - [2025-07-10 02:26:34] "GET /virtual-machine-interface/78bfc41b-80b9-463f-a9f2-128a23165b68?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1653 0.005751 10.0.0.22 - - [2025-07-10 02:26:34] "POST /ref-update HTTP/1.1" 200 156 0.011965 10.0.0.22 - - [2025-07-10 02:26:34] "GET /instance-ip/66f543bc-2763-4995-a886-cd612dbed807?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1694 0.005715 10.0.0.22 - - [2025-07-10 02:26:34] "DELETE /instance-ip/66f543bc-2763-4995-a886-cd612dbed807 HTTP/1.1" 200 115 0.026264 10.0.0.22 - - [2025-07-10 02:26:34] "DELETE /virtual-machine-interface/78bfc41b-80b9-463f-a9f2-128a23165b68 HTTP/1.1" 200 115 0.032252 10.0.0.22 - - [2025-07-10 02:26:34] "GET /virtual-machine-interface/23d745f9-4018-463f-ba3d-394b9a5c988c?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1333 0.005706 10.0.0.22 - - [2025-07-10 02:26:34] "DELETE /virtual-machine-interface/23d745f9-4018-463f-ba3d-394b9a5c988c HTTP/1.1" 200 115 0.027650 10.0.0.22 - - [2025-07-10 02:26:34] "DELETE /virtual-machine/ac618c84-4b4e-4e73-8ce7-78eefb6df121 HTTP/1.1" 200 115 0.019609 10.0.0.22 - - [2025-07-10 02:26:35] "POST /neutron/network HTTP/1.1" 200 833 0.008656 10.0.0.22 - - [2025-07-10 02:26:35] "POST /useragent-kv HTTP/1.1" 200 115 0.007575 10.0.0.22 - - [2025-07-10 02:26:35] "POST /useragent-kv HTTP/1.1" 200 115 0.003234 10.0.0.22 - - [2025-07-10 02:26:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.22 - - [2025-07-10 02:26:35] "POST /neutron/network HTTP/1.1" 200 151 0.100288 10.0.0.22 - - [2025-07-10 02:26:35] "POST /neutron/network HTTP/1.1" 200 826 0.007014 10.0.0.22 - - [2025-07-10 02:26:35] "DELETE /route-target/06500063-3e9d-457d-b9e4-9422adbc1c63 HTTP/1.1" 200 115 0.023062 10.0.0.22 - - [2025-07-10 02:26:35] "POST /useragent-kv HTTP/1.1" 200 115 0.003324 10.0.0.22 - - [2025-07-10 02:26:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004963 10.0.0.22 - - [2025-07-10 02:26:35] "POST /useragent-kv HTTP/1.1" 200 115 0.001968 10.0.0.22 - - [2025-07-10 02:26:35] "POST /neutron/network HTTP/1.1" 200 151 0.089996 10.0.0.22 - - [2025-07-10 02:26:35] "DELETE /route-target/8cf6c9a3-c89b-4b02-b299-8c50f4ad4f41 HTTP/1.1" 200 115 0.015999 10.0.0.22 - - [2025-07-10 02:26:35] "GET /projects?obj_uuids=de05a7ad-b892-44fd-a564-34b51094875b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001966 10.0.0.22 - - [2025-07-10 02:26:35] "GET /project/de05a7ad-b892-44fd-a564-34b51094875b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.028261 10.0.0.22 - - [2025-07-10 02:26:35] "GET /projects?obj_uuids=de05a7ad-b892-44fd-a564-34b51094875b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001342 10.0.0.22 - - [2025-07-10 02:26:35] "GET /project/de05a7ad-b892-44fd-a564-34b51094875b?fields=virtual_networks HTTP/1.1" 200 1039 0.076368 10.0.0.22 - - [2025-07-10 02:26:35] "GET /projects?obj_uuids=de05a7ad-b892-44fd-a564-34b51094875b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001194 10.0.0.22 - - [2025-07-10 02:26:35] "GET /project/de05a7ad-b892-44fd-a564-34b51094875b?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.024034 10.0.0.22 - - [2025-07-10 02:26:35] "GET /projects?obj_uuids=de05a7ad-b892-44fd-a564-34b51094875b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001340 10.0.0.22 - - [2025-07-10 02:26:35] "GET /project/de05a7ad-b892-44fd-a564-34b51094875b?fields=security_groups HTTP/1.1" 200 1268 0.029752 10.0.0.22 - - [2025-07-10 02:26:36] "POST /fqname-to-id HTTP/1.1" 404 196 0.026638 10.0.0.22 - - [2025-07-10 02:26:36] "GET /projects?obj_uuids=607df3f2-b860-4c4c-bb0b-2b8a62ac811b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003193 10.0.0.22 - - [2025-07-10 02:26:36] "GET /domains?obj_uuids=3dee1766-372a-4f75-b1e1-89cf3e854bde&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001194 10.0.0.22 - - [2025-07-10 02:26:36] "GET /domain/3dee1766-372a-4f75-b1e1-89cf3e854bde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007852 10.0.0.22 - - [2025-07-10 02:26:36] "POST /id-to-fqname HTTP/1.1" 200 198 0.001472 10.0.0.22 - - [2025-07-10 02:26:36] "POST /fqname-to-id HTTP/1.1" 404 207 0.003942 10.0.0.22 - - [2025-07-10 02:26:37] "POST /security-groups HTTP/1.1" 200 599 0.063409 10.0.0.22 - - [2025-07-10 02:26:37] "POST /fqname-to-id HTTP/1.1" 404 242 0.002712 10.0.0.22 - - [2025-07-10 02:26:37] "POST /projects HTTP/1.1" 200 601 0.218226 10.0.0.22 - - [2025-07-10 02:26:37] "POST /access-control-lists HTTP/1.1" 200 604 0.060578 10.0.0.22 - - [2025-07-10 02:26:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.289088 10.0.0.22 - - [2025-07-10 02:26:37] "POST /fqname-to-id HTTP/1.1" 404 241 0.003354 10.0.0.22 - - [2025-07-10 02:26:37] "GET /project/607df3f2-b860-4c4c-bb0b-2b8a62ac811b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.411588 10.0.0.22 - - [2025-07-10 02:26:37] "POST /access-control-lists HTTP/1.1" 200 602 0.060003 10.0.0.22 - - [2025-07-10 02:26:38] "GET / HTTP/1.1" 200 35931 0.002234 10.0.0.22 - - [2025-07-10 02:26:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000536 10.0.0.22 - - [2025-07-10 02:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.055649 10.0.0.22 - - [2025-07-10 02:26:39] "GET /projects?obj_uuids=607df3f2-b860-4c4c-bb0b-2b8a62ac811b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001492 10.0.0.22 - - [2025-07-10 02:26:39] "GET /project/607df3f2-b860-4c4c-bb0b-2b8a62ac811b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.026165 10.0.0.22 - - [2025-07-10 02:26:39] "POST /neutron/network HTTP/1.1" 200 117 0.030849 10.0.0.22 - - [2025-07-10 02:26:39] "GET /projects?obj_uuids=607df3f2-b860-4c4c-bb0b-2b8a62ac811b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002192 10.0.0.22 - - [2025-07-10 02:26:39] "POST /neutron/network HTTP/1.1" 200 613 0.078050 10.0.0.22 - - [2025-07-10 02:26:39] "POST /route-targets HTTP/1.1" 200 327 0.010463 10.0.0.22 - - [2025-07-10 02:26:39] "POST /ref-update HTTP/1.1" 200 156 0.012183 10.0.0.22 - - [2025-07-10 02:26:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003666 10.0.0.22 - - [2025-07-10 02:26:39] "POST /neutron/subnet HTTP/1.1" 200 725 0.157241 10.0.0.22 - - [2025-07-10 02:26:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002320 10.0.0.22 - - [2025-07-10 02:26:39] "POST /neutron/subnet HTTP/1.1" 200 828 0.159310 10.0.0.22 - - [2025-07-10 02:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.032692 10.0.0.22 - - [2025-07-10 02:26:39] "GET /virtual-network/199b808a-dcad-4501-9407-013b98443cc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.011920 10.0.0.22 - - [2025-07-10 02:26:39] "POST /neutron/network HTTP/1.1" 200 1006 0.009981 10.0.0.22 - - [2025-07-10 02:26:39] "POST /id-to-fqname HTTP/1.1" 200 228 0.001282 10.0.0.22 - - [2025-07-10 02:26:40] "GET /virtual-network/28c94468-25d3-498f-b54b-ce92af5f1d90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005352 10.0.0.22 - - [2025-07-10 02:26:40] "POST /neutron/network HTTP/1.1" 200 1006 0.007957 10.0.0.22 - - [2025-07-10 02:26:40] "GET /virtual-network/28c94468-25d3-498f-b54b-ce92af5f1d90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.004819 10.0.0.22 - - [2025-07-10 02:26:40] "POST /neutron/network HTTP/1.1" 200 1006 0.008390 10.0.0.22 - - [2025-07-10 02:26:40] "POST /neutron/subnet HTTP/1.1" 200 725 0.006791 10.0.0.22 - - [2025-07-10 02:26:40] "POST /neutron/subnet HTTP/1.1" 200 828 0.007629 10.0.0.22 - - [2025-07-10 02:26:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.22 - - [2025-07-10 02:26:40] "GET /projects?obj_uuids=607df3f2-b860-4c4c-bb0b-2b8a62ac811b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001185 10.0.0.22 - - [2025-07-10 02:26:40] "GET /project/607df3f2-b860-4c4c-bb0b-2b8a62ac811b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.028575 10.0.0.22 - - [2025-07-10 02:26:40] "POST /neutron/network HTTP/1.1" 200 117 0.010165 10.0.0.22 - - [2025-07-10 02:26:40] "GET /projects?obj_uuids=607df3f2-b860-4c4c-bb0b-2b8a62ac811b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001219 10.0.0.22 - - [2025-07-10 02:26:40] "POST /neutron/network HTTP/1.1" 200 613 0.072313 10.0.0.22 - - [2025-07-10 02:26:40] "POST /route-targets HTTP/1.1" 200 327 0.017879 10.0.0.22 - - [2025-07-10 02:26:40] "POST /ref-update HTTP/1.1" 200 156 0.014047 10.0.0.22 - - [2025-07-10 02:26:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003574 10.0.0.22 - - [2025-07-10 02:26:40] "POST /neutron/subnet HTTP/1.1" 200 705 0.198382 10.0.0.22 - - [2025-07-10 02:26:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002876 10.0.0.22 - - [2025-07-10 02:26:40] "GET /virtual-network/199b808a-dcad-4501-9407-013b98443cc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.009036 10.0.0.22 - - [2025-07-10 02:26:40] "POST /useragent-kv HTTP/1.1" 200 115 0.007453 10.0.0.22 - - [2025-07-10 02:26:40] "POST /neutron/subnet HTTP/1.1" 200 828 0.180115 10.0.0.22 - - [2025-07-10 02:26:40] "POST /neutron/network HTTP/1.1" 200 1002 0.007380 10.0.0.22 - - [2025-07-10 02:26:40] "POST /id-to-fqname HTTP/1.1" 200 228 0.001181 10.0.0.22 - - [2025-07-10 02:26:40] "GET /virtual-network/e9869900-891b-45a5-a431-49f6abedce26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.004973 10.0.0.22 - - [2025-07-10 02:26:40] "POST /neutron/network HTTP/1.1" 200 1002 0.007413 10.0.0.22 - - [2025-07-10 02:26:40] "GET /virtual-network/e9869900-891b-45a5-a431-49f6abedce26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.005378 10.0.0.22 - - [2025-07-10 02:26:40] "POST /neutron/network HTTP/1.1" 200 1002 0.007528 10.0.0.22 - - [2025-07-10 02:26:40] "POST /neutron/subnet HTTP/1.1" 200 705 0.008358 10.0.0.22 - - [2025-07-10 02:26:41] "POST /neutron/subnet HTTP/1.1" 200 828 0.007372 10.0.0.22 - - [2025-07-10 02:26:41] "POST /fqname-to-id HTTP/1.1" 404 234 0.002292 10.0.0.22 - - [2025-07-10 02:26:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002517 10.0.0.22 - - [2025-07-10 02:26:41] "GET /projects?obj_uuids=607df3f2-b860-4c4c-bb0b-2b8a62ac811b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001208 10.0.0.22 - - [2025-07-10 02:26:41] "GET /project/607df3f2-b860-4c4c-bb0b-2b8a62ac811b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.026356 10.0.0.22 - - [2025-07-10 02:26:41] "POST /network-policys HTTP/1.1" 200 577 0.063999 10.0.0.22 - - [2025-07-10 02:26:41] "GET /network-policy/acca5570-f5f1-4c34-9e7c-0411cf9eca1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.004973 10.0.0.22 - - [2025-07-10 02:26:41] "POST /neutron/network HTTP/1.1" 200 1006 0.008052 10.0.0.22 - - [2025-07-10 02:26:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.007480 10.0.0.22 - - [2025-07-10 02:26:41] "POST /fqname-to-id HTTP/1.1" 404 242 0.004024 10.0.0.22 - - [2025-07-10 02:26:41] "GET /virtual-network/199b808a-dcad-4501-9407-013b98443cc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.006656 10.0.0.22 - - [2025-07-10 02:26:41] "POST /neutron/network HTTP/1.1" 200 1114 0.054047 10.0.0.22 - - [2025-07-10 02:26:41] "POST /access-control-lists HTTP/1.1" 200 596 0.074150 10.0.0.22 - - [2025-07-10 02:26:41] "POST /neutron/network HTTP/1.1" 200 1114 0.046124 10.0.0.22 - - [2025-07-10 02:26:41] "GET /virtual-network/28c94468-25d3-498f-b54b-ce92af5f1d90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.005951 10.0.0.22 - - [2025-07-10 02:26:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003482 10.0.0.22 - - [2025-07-10 02:26:41] "GET /network-policy/acca5570-f5f1-4c34-9e7c-0411cf9eca1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.003946 10.0.0.22 - - [2025-07-10 02:26:41] "POST /neutron/network HTTP/1.1" 200 1002 0.007845 10.0.0.22 - - [2025-07-10 02:26:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.006243 10.0.0.22 - - [2025-07-10 02:26:41] "GET /virtual-network/199b808a-dcad-4501-9407-013b98443cc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.005503 10.0.0.22 - - [2025-07-10 02:26:41] "PUT /access-control-list/5801bbaa-54e6-4e15-838d-1a490f23707c HTTP/1.1" 200 272 0.065143 10.0.0.22 - - [2025-07-10 02:26:41] "POST /fqname-to-id HTTP/1.1" 404 242 0.006191 10.0.0.22 - - [2025-07-10 02:26:41] "POST /neutron/network HTTP/1.1" 200 1110 0.111966 10.0.0.22 - - [2025-07-10 02:26:41] "POST /neutron/network HTTP/1.1" 200 1110 0.008455 10.0.0.22 - - [2025-07-10 02:26:41] "GET /virtual-network/e9869900-891b-45a5-a431-49f6abedce26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.005057 10.0.0.22 - - [2025-07-10 02:26:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002319 10.0.0.22 - - [2025-07-10 02:26:41] "GET /network-policy/acca5570-f5f1-4c34-9e7c-0411cf9eca1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.021509 10.0.0.22 - - [2025-07-10 02:26:41] "POST /access-control-lists HTTP/1.1" 200 596 0.063651 10.0.0.22 - - [2025-07-10 02:26:41] "GET /domains HTTP/1.1" 401 292 0.000533 10.0.0.22 - - [2025-07-10 02:26:41] "POST /ref-update HTTP/1.1" 200 156 0.018261 10.0.0.22 - - [2025-07-10 02:26:42] "GET /domains HTTP/1.1" 200 280 0.024613 10.0.0.22 - - [2025-07-10 02:26:42] "GET /domains?obj_uuids=3dee1766-372a-4f75-b1e1-89cf3e854bde&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001142 10.0.0.22 - - [2025-07-10 02:26:42] "GET /domain/3dee1766-372a-4f75-b1e1-89cf3e854bde HTTP/1.1" 200 2770 0.008782 10.0.0.22 - - [2025-07-10 02:26:42] "GET /projects?obj_uuids=607df3f2-b860-4c4c-bb0b-2b8a62ac811b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001105 10.0.0.22 - - [2025-07-10 02:26:42] "GET /project/607df3f2-b860-4c4c-bb0b-2b8a62ac811b HTTP/1.1" 200 2625 0.077720 10.0.0.22 - - [2025-07-10 02:26:42] "GET /virtual-network/28c94468-25d3-498f-b54b-ce92af5f1d90 HTTP/1.1" 200 3505 0.007459 10.0.0.22 - - [2025-07-10 02:26:42] "GET /virtual-network/28c94468-25d3-498f-b54b-ce92af5f1d90 HTTP/1.1" 200 3505 0.005902 10.0.0.22 - - [2025-07-10 02:26:42] "GET /routing-instance/7172225e-82b6-4483-977b-e2ab0008dcca HTTP/1.1" 200 1795 0.004646 10.0.0.22 - - [2025-07-10 02:26:42] "GET /routing-instance/7172225e-82b6-4483-977b-e2ab0008dcca HTTP/1.1" 200 1795 0.003731 10.0.0.22 - - [2025-07-10 02:26:42] "GET /route-target/597e979b-01eb-45bb-b30e-1309f21137ac HTTP/1.1" 200 1212 0.003565 10.0.0.22 - - [2025-07-10 02:26:42] "GET /virtual-network/28c94468-25d3-498f-b54b-ce92af5f1d90 HTTP/1.1" 200 3505 0.007071 10.0.0.22 - - [2025-07-10 02:26:42] "GET /routing-instance/7172225e-82b6-4483-977b-e2ab0008dcca HTTP/1.1" 200 1795 0.004561 10.0.0.22 - - [2025-07-10 02:26:42] "GET /virtual-network/28c94468-25d3-498f-b54b-ce92af5f1d90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.006778 10.0.0.22 - - [2025-07-10 02:26:42] "GET /virtual-network/28c94468-25d3-498f-b54b-ce92af5f1d90 HTTP/1.1" 200 3505 0.007282 10.0.0.22 - - [2025-07-10 02:26:42] "GET /routing-instance/7172225e-82b6-4483-977b-e2ab0008dcca HTTP/1.1" 200 1795 0.004820 10.0.0.22 - - [2025-07-10 02:26:42] "GET /routing-instance/7172225e-82b6-4483-977b-e2ab0008dcca HTTP/1.1" 200 1795 0.005058 10.0.0.22 - - [2025-07-10 02:26:42] "GET /route-target/597e979b-01eb-45bb-b30e-1309f21137ac HTTP/1.1" 200 1212 0.004744 10.0.0.22 - - [2025-07-10 02:26:42] "GET /domains HTTP/1.1" 200 280 0.003826 10.0.0.22 - - [2025-07-10 02:26:42] "GET /domains?obj_uuids=3dee1766-372a-4f75-b1e1-89cf3e854bde&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001750 10.0.0.22 - - [2025-07-10 02:26:42] "GET /domain/3dee1766-372a-4f75-b1e1-89cf3e854bde HTTP/1.1" 200 2770 0.011057 10.0.0.22 - - [2025-07-10 02:26:42] "GET /projects?obj_uuids=607df3f2-b860-4c4c-bb0b-2b8a62ac811b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001738 10.0.0.22 - - [2025-07-10 02:26:42] "GET /project/607df3f2-b860-4c4c-bb0b-2b8a62ac811b HTTP/1.1" 200 2625 0.070309 10.0.0.22 - - [2025-07-10 02:26:42] "GET /virtual-network/28c94468-25d3-498f-b54b-ce92af5f1d90 HTTP/1.1" 200 3505 0.007160 10.0.0.22 - - [2025-07-10 02:26:42] "GET /obj-perms HTTP/1.1" 200 5046 0.048881 10.0.0.22 - - [2025-07-10 02:26:42] "GET /domains HTTP/1.1" 200 280 0.002934 10.0.0.22 - - [2025-07-10 02:26:42] "GET /domains?obj_uuids=3dee1766-372a-4f75-b1e1-89cf3e854bde&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001174 10.0.0.22 - - [2025-07-10 02:26:43] "GET /domain/3dee1766-372a-4f75-b1e1-89cf3e854bde HTTP/1.1" 200 2770 0.007678 10.0.0.22 - - [2025-07-10 02:26:43] "GET /projects?obj_uuids=607df3f2-b860-4c4c-bb0b-2b8a62ac811b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001014 10.0.0.22 - - [2025-07-10 02:26:43] "GET /project/607df3f2-b860-4c4c-bb0b-2b8a62ac811b HTTP/1.1" 200 2625 0.073917 10.0.0.22 - - [2025-07-10 02:26:43] "GET /virtual-network/e9869900-891b-45a5-a431-49f6abedce26 HTTP/1.1" 200 3494 0.007033 10.0.0.22 - - [2025-07-10 02:26:43] "GET /virtual-network/e9869900-891b-45a5-a431-49f6abedce26 HTTP/1.1" 200 3494 0.004789 10.0.0.22 - - [2025-07-10 02:26:43] "GET /routing-instance/c18e088c-cf0f-433e-bf79-383af53aaaff HTTP/1.1" 200 1796 0.003874 10.0.0.22 - - [2025-07-10 02:26:43] "GET /routing-instance/c18e088c-cf0f-433e-bf79-383af53aaaff HTTP/1.1" 200 1796 0.003108 10.0.0.22 - - [2025-07-10 02:26:43] "GET /route-target/9da3d13d-3683-4b9d-8bff-fe633856e55c HTTP/1.1" 200 1213 0.002981 10.0.0.22 - - [2025-07-10 02:26:43] "GET /virtual-network/e9869900-891b-45a5-a431-49f6abedce26 HTTP/1.1" 200 3494 0.004746 10.0.0.22 - - [2025-07-10 02:26:43] "GET /routing-instance/c18e088c-cf0f-433e-bf79-383af53aaaff HTTP/1.1" 200 1796 0.003244 10.0.0.22 - - [2025-07-10 02:26:43] "GET /virtual-network/e9869900-891b-45a5-a431-49f6abedce26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.004863 10.0.0.22 - - [2025-07-10 02:26:43] "GET /virtual-network/e9869900-891b-45a5-a431-49f6abedce26 HTTP/1.1" 200 3494 0.005170 10.0.0.22 - - [2025-07-10 02:26:43] "GET /routing-instance/c18e088c-cf0f-433e-bf79-383af53aaaff HTTP/1.1" 200 1796 0.003364 10.0.0.22 - - [2025-07-10 02:26:43] "GET /routing-instance/c18e088c-cf0f-433e-bf79-383af53aaaff HTTP/1.1" 200 1796 0.003484 10.0.0.22 - - [2025-07-10 02:26:43] "GET /route-target/9da3d13d-3683-4b9d-8bff-fe633856e55c HTTP/1.1" 200 1213 0.003293 10.0.0.22 - - [2025-07-10 02:26:43] "GET /domains HTTP/1.1" 200 280 0.002788 10.0.0.22 - - [2025-07-10 02:26:43] "GET /domains?obj_uuids=3dee1766-372a-4f75-b1e1-89cf3e854bde&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001123 10.0.0.22 - - [2025-07-10 02:26:43] "GET /domain/3dee1766-372a-4f75-b1e1-89cf3e854bde HTTP/1.1" 200 2770 0.007583 10.0.0.22 - - [2025-07-10 02:26:43] "GET /projects?obj_uuids=607df3f2-b860-4c4c-bb0b-2b8a62ac811b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001383 10.0.0.22 - - [2025-07-10 02:26:43] "GET /project/607df3f2-b860-4c4c-bb0b-2b8a62ac811b HTTP/1.1" 200 2625 0.086910 10.0.0.22 - - [2025-07-10 02:26:43] "GET /virtual-network/e9869900-891b-45a5-a431-49f6abedce26 HTTP/1.1" 200 3494 0.005450 10.0.0.22 - - [2025-07-10 02:26:43] "GET /obj-perms HTTP/1.1" 200 5046 0.003641 10.0.0.22 - - [2025-07-10 02:26:43] "GET /virtual-network/e9869900-891b-45a5-a431-49f6abedce26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.005559 10.0.0.22 - - [2025-07-10 02:26:43] "POST /neutron/network HTTP/1.1" 200 1110 0.008486 10.0.0.22 - - [2025-07-10 02:26:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004201 10.0.0.22 - - [2025-07-10 02:26:43] "GET /virtual-network/199b808a-dcad-4501-9407-013b98443cc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.006419 10.0.0.22 - - [2025-07-10 02:26:43] "POST /neutron/network HTTP/1.1" 200 1002 0.061562 10.0.0.22 - - [2025-07-10 02:26:43] "DELETE /access-control-list/6ad8270c-d0b0-4c0b-978f-e6abe435ac8d HTTP/1.1" 200 115 0.042584 10.0.0.22 - - [2025-07-10 02:26:43] "POST /neutron/network HTTP/1.1" 200 1002 0.015096 10.0.0.22 - - [2025-07-10 02:26:43] "POST /ref-update HTTP/1.1" 200 156 0.014324 10.0.0.22 - - [2025-07-10 02:26:43] "GET /virtual-network/e9869900-891b-45a5-a431-49f6abedce26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2628 0.006178 10.0.0.22 - - [2025-07-10 02:26:43] "GET /virtual-network/28c94468-25d3-498f-b54b-ce92af5f1d90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.007545 10.0.0.22 - - [2025-07-10 02:26:43] "POST /neutron/network HTTP/1.1" 200 1114 0.007874 10.0.0.22 - - [2025-07-10 02:26:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.007609 10.0.0.22 - - [2025-07-10 02:26:43] "GET /virtual-network/199b808a-dcad-4501-9407-013b98443cc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.006968 10.0.0.22 - - [2025-07-10 02:26:43] "POST /neutron/network HTTP/1.1" 200 1006 0.056598 10.0.0.22 - - [2025-07-10 02:26:43] "DELETE /access-control-list/5801bbaa-54e6-4e15-838d-1a490f23707c HTTP/1.1" 200 115 0.040655 10.0.0.22 - - [2025-07-10 02:26:43] "POST /neutron/network HTTP/1.1" 200 1006 0.008716 10.0.0.22 - - [2025-07-10 02:26:43] "GET /virtual-network/28c94468-25d3-498f-b54b-ce92af5f1d90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005530 10.0.0.22 - - [2025-07-10 02:26:43] "POST /ref-update HTTP/1.1" 200 156 0.017069 10.0.0.22 - - [2025-07-10 02:26:43] "DELETE /network-policy/acca5570-f5f1-4c34-9e7c-0411cf9eca1c HTTP/1.1" 200 115 0.029722 10.0.0.22 - - [2025-07-10 02:26:43] "POST /neutron/network HTTP/1.1" 200 1002 0.011781 10.0.0.22 - - [2025-07-10 02:26:43] "POST /useragent-kv HTTP/1.1" 200 115 0.004124 10.0.0.22 - - [2025-07-10 02:26:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004872 10.0.0.22 - - [2025-07-10 02:26:43] "POST /useragent-kv HTTP/1.1" 200 115 0.001976 10.0.0.22 - - [2025-07-10 02:26:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003074 10.0.0.22 - - [2025-07-10 02:26:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002166 10.0.0.22 - - [2025-07-10 02:26:43] "POST /neutron/network HTTP/1.1" 200 151 0.088586 10.0.0.22 - - [2025-07-10 02:26:43] "DELETE /route-target/9da3d13d-3683-4b9d-8bff-fe633856e55c HTTP/1.1" 200 115 0.020291 10.0.0.22 - - [2025-07-10 02:26:43] "GET /routing-instance/c18e088c-cf0f-433e-bf79-383af53aaaff HTTP/1.1" 404 171 0.002695 10.0.0.22 - - [2025-07-10 02:26:43] "GET /domains HTTP/1.1" 200 280 0.002774 10.0.0.22 - - [2025-07-10 02:26:43] "GET /domains?obj_uuids=3dee1766-372a-4f75-b1e1-89cf3e854bde&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001625 10.0.0.22 - - [2025-07-10 02:26:43] "GET /domain/3dee1766-372a-4f75-b1e1-89cf3e854bde HTTP/1.1" 200 2770 0.049709 10.0.0.22 - - [2025-07-10 02:26:43] "GET /projects?obj_uuids=607df3f2-b860-4c4c-bb0b-2b8a62ac811b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001274 10.0.0.22 - - [2025-07-10 02:26:43] "GET /project/607df3f2-b860-4c4c-bb0b-2b8a62ac811b HTTP/1.1" 200 2145 0.071595 10.0.0.22 - - [2025-07-10 02:26:44] "POST /neutron/network HTTP/1.1" 200 1006 0.007807 10.0.0.22 - - [2025-07-10 02:26:44] "POST /useragent-kv HTTP/1.1" 200 115 0.002358 10.0.0.22 - - [2025-07-10 02:26:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003740 10.0.0.22 - - [2025-07-10 02:26:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004880 10.0.0.22 - - [2025-07-10 02:26:44] "POST /useragent-kv HTTP/1.1" 200 115 0.001932 10.0.0.22 - - [2025-07-10 02:26:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003234 10.0.0.22 - - [2025-07-10 02:26:44] "POST /neutron/network HTTP/1.1" 200 151 0.096653 10.0.0.22 - - [2025-07-10 02:26:44] "GET /routing-instance/7172225e-82b6-4483-977b-e2ab0008dcca HTTP/1.1" 404 171 0.003552 10.0.0.22 - - [2025-07-10 02:26:44] "DELETE /route-target/597e979b-01eb-45bb-b30e-1309f21137ac HTTP/1.1" 200 115 0.028473 10.0.0.22 - - [2025-07-10 02:26:44] "GET /domains HTTP/1.1" 200 280 0.003150 10.0.0.22 - - [2025-07-10 02:26:44] "GET /domains?obj_uuids=3dee1766-372a-4f75-b1e1-89cf3e854bde&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001150 10.0.0.22 - - [2025-07-10 02:26:44] "GET /domain/3dee1766-372a-4f75-b1e1-89cf3e854bde HTTP/1.1" 200 2770 0.048469 10.0.0.22 - - [2025-07-10 02:26:44] "GET /projects?obj_uuids=607df3f2-b860-4c4c-bb0b-2b8a62ac811b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001212 10.0.0.22 - - [2025-07-10 02:26:44] "GET /project/607df3f2-b860-4c4c-bb0b-2b8a62ac811b HTTP/1.1" 200 1900 0.071002 10.0.0.22 - - [2025-07-10 02:26:44] "GET /projects?obj_uuids=607df3f2-b860-4c4c-bb0b-2b8a62ac811b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001899 10.0.0.22 - - [2025-07-10 02:26:44] "GET /project/607df3f2-b860-4c4c-bb0b-2b8a62ac811b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.030047 10.0.0.22 - - [2025-07-10 02:26:44] "GET /projects?obj_uuids=607df3f2-b860-4c4c-bb0b-2b8a62ac811b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001252 10.0.0.22 - - [2025-07-10 02:26:44] "GET /project/607df3f2-b860-4c4c-bb0b-2b8a62ac811b?fields=virtual_networks HTTP/1.1" 200 1048 0.071155 10.0.0.22 - - [2025-07-10 02:26:44] "GET /projects?obj_uuids=607df3f2-b860-4c4c-bb0b-2b8a62ac811b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001244 10.0.0.22 - - [2025-07-10 02:26:44] "GET /project/607df3f2-b860-4c4c-bb0b-2b8a62ac811b?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.090367 10.0.0.22 - - [2025-07-10 02:26:44] "GET /projects?obj_uuids=607df3f2-b860-4c4c-bb0b-2b8a62ac811b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001278 10.0.0.22 - - [2025-07-10 02:26:44] "GET /project/607df3f2-b860-4c4c-bb0b-2b8a62ac811b?fields=security_groups HTTP/1.1" 200 1282 0.029793 10.0.0.22 - - [2025-07-10 02:26:45] "POST /fqname-to-id HTTP/1.1" 404 190 0.032281 10.0.0.22 - - [2025-07-10 02:26:45] "GET /projects?obj_uuids=adb7ea44-9821-4c3a-a7e6-9d7efb65e8b7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003148 10.0.0.22 - - [2025-07-10 02:26:45] "GET /domains?obj_uuids=3dee1766-372a-4f75-b1e1-89cf3e854bde&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001392 10.0.0.22 - - [2025-07-10 02:26:45] "GET /domain/3dee1766-372a-4f75-b1e1-89cf3e854bde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008543 10.0.0.22 - - [2025-07-10 02:26:45] "POST /id-to-fqname HTTP/1.1" 200 192 0.001935 10.0.0.22 - - [2025-07-10 02:26:45] "POST /fqname-to-id HTTP/1.1" 404 201 0.003708 10.0.0.22 - - [2025-07-10 02:26:46] "POST /security-groups HTTP/1.1" 200 593 0.063578 10.0.0.22 - - [2025-07-10 02:26:46] "POST /fqname-to-id HTTP/1.1" 404 236 0.002894 10.0.0.22 - - [2025-07-10 02:26:46] "POST /projects HTTP/1.1" 200 589 0.221124 10.0.0.22 - - [2025-07-10 02:26:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.291962 10.0.0.22 - - [2025-07-10 02:26:46] "POST /access-control-lists HTTP/1.1" 200 598 0.059023 10.0.0.22 - - [2025-07-10 02:26:46] "POST /fqname-to-id HTTP/1.1" 404 235 0.002831 10.0.0.22 - - [2025-07-10 02:26:46] "GET /project/adb7ea44-9821-4c3a-a7e6-9d7efb65e8b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.421632 10.0.0.22 - - [2025-07-10 02:26:46] "POST /access-control-lists HTTP/1.1" 200 596 0.068014 10.0.0.22 - - [2025-07-10 02:26:47] "GET / HTTP/1.1" 200 35931 0.001801 10.0.0.22 - - [2025-07-10 02:26:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000718 10.0.0.22 - - [2025-07-10 02:26:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.058342 10.0.0.22 - - [2025-07-10 02:26:48] "GET /projects?obj_uuids=adb7ea44-9821-4c3a-a7e6-9d7efb65e8b7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001283 10.0.0.22 - - [2025-07-10 02:26:48] "GET /project/adb7ea44-9821-4c3a-a7e6-9d7efb65e8b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.028071 10.0.0.22 - - [2025-07-10 02:26:48] "POST /neutron/network HTTP/1.1" 200 117 0.029133 10.0.0.22 - - [2025-07-10 02:26:48] "GET /projects?obj_uuids=adb7ea44-9821-4c3a-a7e6-9d7efb65e8b7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001183 10.0.0.22 - - [2025-07-10 02:26:48] "POST /neutron/network HTTP/1.1" 200 607 0.074523 10.0.0.22 - - [2025-07-10 02:26:48] "POST /route-targets HTTP/1.1" 200 327 0.012477 10.0.0.22 - - [2025-07-10 02:26:48] "POST /ref-update HTTP/1.1" 200 156 0.012430 10.0.0.22 - - [2025-07-10 02:26:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003005 10.0.0.22 - - [2025-07-10 02:26:48] "POST /neutron/subnet HTTP/1.1" 200 725 0.219541 10.0.0.22 - - [2025-07-10 02:26:49] "POST /neutron/network HTTP/1.1" 200 826 0.007222 10.0.0.22 - - [2025-07-10 02:26:49] "POST /id-to-fqname HTTP/1.1" 200 222 0.001547 10.0.0.22 - - [2025-07-10 02:26:49] "GET /virtual-network/d6b67976-d052-49b3-9caf-b71f2419f6e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005709 10.0.0.22 - - [2025-07-10 02:26:49] "POST /neutron/network HTTP/1.1" 200 826 0.006508 10.0.0.22 - - [2025-07-10 02:26:49] "GET /virtual-network/d6b67976-d052-49b3-9caf-b71f2419f6e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006910 10.0.0.22 - - [2025-07-10 02:26:49] "POST /neutron/network HTTP/1.1" 200 826 0.007652 10.0.0.22 - - [2025-07-10 02:26:49] "POST /neutron/subnet HTTP/1.1" 200 725 0.008319 10.0.0.22 - - [2025-07-10 02:26:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002695 10.0.0.22 - - [2025-07-10 02:26:49] "GET /projects?obj_uuids=adb7ea44-9821-4c3a-a7e6-9d7efb65e8b7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001159 10.0.0.22 - - [2025-07-10 02:26:49] "GET /project/adb7ea44-9821-4c3a-a7e6-9d7efb65e8b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.026421 10.0.0.22 - - [2025-07-10 02:26:49] "POST /neutron/network HTTP/1.1" 200 117 0.015239 10.0.0.22 - - [2025-07-10 02:26:49] "GET /projects?obj_uuids=adb7ea44-9821-4c3a-a7e6-9d7efb65e8b7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001212 10.0.0.22 - - [2025-07-10 02:26:49] "POST /neutron/network HTTP/1.1" 200 607 0.076325 10.0.0.22 - - [2025-07-10 02:26:49] "POST /route-targets HTTP/1.1" 200 327 0.010342 10.0.0.22 - - [2025-07-10 02:26:49] "POST /ref-update HTTP/1.1" 200 156 0.011633 10.0.0.22 - - [2025-07-10 02:26:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003371 10.0.0.22 - - [2025-07-10 02:26:49] "POST /neutron/subnet HTTP/1.1" 200 725 0.130615 10.0.0.22 - - [2025-07-10 02:26:49] "POST /neutron/network HTTP/1.1" 200 826 0.005952 10.0.0.22 - - [2025-07-10 02:26:49] "POST /id-to-fqname HTTP/1.1" 200 222 0.001508 10.0.0.22 - - [2025-07-10 02:26:49] "GET /virtual-network/2a46d7f6-42d4-4899-b1ca-85433a74e8ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005146 10.0.0.22 - - [2025-07-10 02:26:49] "POST /neutron/network HTTP/1.1" 200 826 0.007901 10.0.0.22 - - [2025-07-10 02:26:49] "GET /virtual-network/2a46d7f6-42d4-4899-b1ca-85433a74e8ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005621 10.0.0.22 - - [2025-07-10 02:26:49] "POST /neutron/network HTTP/1.1" 200 826 0.005876 10.0.0.22 - - [2025-07-10 02:26:49] "POST /neutron/subnet HTTP/1.1" 200 725 0.007104 10.0.0.22 - - [2025-07-10 02:26:49] "POST /fqname-to-id HTTP/1.1" 404 228 0.002463 10.0.0.22 - - [2025-07-10 02:26:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002176 10.0.0.22 - - [2025-07-10 02:26:49] "GET /projects?obj_uuids=adb7ea44-9821-4c3a-a7e6-9d7efb65e8b7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001211 10.0.0.22 - - [2025-07-10 02:26:49] "GET /project/adb7ea44-9821-4c3a-a7e6-9d7efb65e8b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.027230 10.0.0.22 - - [2025-07-10 02:26:49] "POST /network-policys HTTP/1.1" 200 571 0.016808 10.0.0.22 - - [2025-07-10 02:26:49] "GET /network-policy/77d8b697-4130-46b6-8f70-19f92b6957c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.005400 10.0.0.22 - - [2025-07-10 02:26:49] "POST /neutron/network HTTP/1.1" 200 826 0.006022 10.0.0.22 - - [2025-07-10 02:26:50] "POST /fqname-to-id HTTP/1.1" 404 236 0.004034 10.0.0.22 - - [2025-07-10 02:26:50] "POST /neutron/network HTTP/1.1" 200 928 0.057118 10.0.0.22 - - [2025-07-10 02:26:50] "POST /neutron/network HTTP/1.1" 200 928 0.008085 10.0.0.22 - - [2025-07-10 02:26:50] "GET /virtual-network/d6b67976-d052-49b3-9caf-b71f2419f6e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005319 10.0.0.22 - - [2025-07-10 02:26:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002740 10.0.0.22 - - [2025-07-10 02:26:50] "POST /access-control-lists HTTP/1.1" 200 590 0.090163 10.0.0.22 - - [2025-07-10 02:26:50] "GET /network-policy/77d8b697-4130-46b6-8f70-19f92b6957c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.006171 10.0.0.22 - - [2025-07-10 02:26:50] "POST /neutron/network HTTP/1.1" 200 826 0.005968 10.0.0.22 - - [2025-07-10 02:26:50] "PUT /access-control-list/d66889f8-37d0-4954-b888-d5aa727409f3 HTTP/1.1" 200 272 0.058385 10.0.0.22 - - [2025-07-10 02:26:50] "POST /neutron/network HTTP/1.1" 200 928 0.090278 10.0.0.22 - - [2025-07-10 02:26:50] "POST /fqname-to-id HTTP/1.1" 404 236 0.007444 10.0.0.22 - - [2025-07-10 02:26:50] "POST /neutron/network HTTP/1.1" 200 928 0.006641 10.0.0.22 - - [2025-07-10 02:26:50] "GET /virtual-network/2a46d7f6-42d4-4899-b1ca-85433a74e8ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005561 10.0.0.22 - - [2025-07-10 02:26:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003002 10.0.0.22 - - [2025-07-10 02:26:50] "GET /network-policy/77d8b697-4130-46b6-8f70-19f92b6957c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.032272 10.0.0.22 - - [2025-07-10 02:26:50] "POST /access-control-lists HTTP/1.1" 200 590 0.061592 10.0.0.22 - - [2025-07-10 02:26:50] "GET /domains HTTP/1.1" 401 292 0.000457 10.0.0.22 - - [2025-07-10 02:26:50] "POST /ref-update HTTP/1.1" 200 156 0.012692 10.0.0.22 - - [2025-07-10 02:26:50] "GET /domains HTTP/1.1" 200 280 0.026795 10.0.0.22 - - [2025-07-10 02:26:50] "GET /domains?obj_uuids=3dee1766-372a-4f75-b1e1-89cf3e854bde&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001322 10.0.0.22 - - [2025-07-10 02:26:50] "GET /domain/3dee1766-372a-4f75-b1e1-89cf3e854bde HTTP/1.1" 200 2958 0.009715 10.0.0.22 - - [2025-07-10 02:26:50] "GET /projects?obj_uuids=adb7ea44-9821-4c3a-a7e6-9d7efb65e8b7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001364 10.0.0.22 - - [2025-07-10 02:26:50] "GET /project/adb7ea44-9821-4c3a-a7e6-9d7efb65e8b7 HTTP/1.1" 200 2572 0.071441 10.0.0.22 - - [2025-07-10 02:26:50] "GET /virtual-network/d6b67976-d052-49b3-9caf-b71f2419f6e0 HTTP/1.1" 200 2892 0.006850 10.0.0.22 - - [2025-07-10 02:26:50] "GET /virtual-network/d6b67976-d052-49b3-9caf-b71f2419f6e0 HTTP/1.1" 200 2892 0.005435 10.0.0.22 - - [2025-07-10 02:26:50] "GET /routing-instance/60358287-a5e1-4c76-b0a2-6ca7575abd07 HTTP/1.1" 200 1783 0.003832 10.0.0.22 - - [2025-07-10 02:26:50] "GET /routing-instance/60358287-a5e1-4c76-b0a2-6ca7575abd07 HTTP/1.1" 200 1783 0.003644 10.0.0.22 - - [2025-07-10 02:26:50] "GET /route-target/d6052aa4-608a-4f27-a242-00523e9fbfef HTTP/1.1" 200 1207 0.003552 10.0.0.22 - - [2025-07-10 02:26:50] "GET /virtual-network/d6b67976-d052-49b3-9caf-b71f2419f6e0 HTTP/1.1" 200 2892 0.005395 10.0.0.22 - - [2025-07-10 02:26:50] "GET /routing-instance/60358287-a5e1-4c76-b0a2-6ca7575abd07 HTTP/1.1" 200 1783 0.003759 10.0.0.22 - - [2025-07-10 02:26:51] "GET /virtual-network/d6b67976-d052-49b3-9caf-b71f2419f6e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005686 10.0.0.22 - - [2025-07-10 02:26:51] "GET /virtual-network/d6b67976-d052-49b3-9caf-b71f2419f6e0 HTTP/1.1" 200 2892 0.005221 10.0.0.22 - - [2025-07-10 02:26:51] "GET /routing-instance/60358287-a5e1-4c76-b0a2-6ca7575abd07 HTTP/1.1" 200 1783 0.003571 10.0.0.22 - - [2025-07-10 02:26:51] "GET /routing-instance/60358287-a5e1-4c76-b0a2-6ca7575abd07 HTTP/1.1" 200 1783 0.003551 10.0.0.22 - - [2025-07-10 02:26:51] "GET /route-target/d6052aa4-608a-4f27-a242-00523e9fbfef HTTP/1.1" 200 1207 0.004223 10.0.0.22 - - [2025-07-10 02:26:51] "GET /domains HTTP/1.1" 200 280 0.003056 10.0.0.22 - - [2025-07-10 02:26:51] "GET /domains?obj_uuids=3dee1766-372a-4f75-b1e1-89cf3e854bde&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001634 10.0.0.22 - - [2025-07-10 02:26:51] "GET /domain/3dee1766-372a-4f75-b1e1-89cf3e854bde HTTP/1.1" 200 2958 0.008710 10.0.0.22 - - [2025-07-10 02:26:51] "GET /projects?obj_uuids=adb7ea44-9821-4c3a-a7e6-9d7efb65e8b7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001182 10.0.0.22 - - [2025-07-10 02:26:51] "GET /project/adb7ea44-9821-4c3a-a7e6-9d7efb65e8b7 HTTP/1.1" 200 2572 0.069564 10.0.0.22 - - [2025-07-10 02:26:51] "GET /virtual-network/d6b67976-d052-49b3-9caf-b71f2419f6e0 HTTP/1.1" 200 2892 0.007069 10.0.0.22 - - [2025-07-10 02:26:51] "GET /obj-perms HTTP/1.1" 200 5034 0.050666 10.0.0.22 - - [2025-07-10 02:26:51] "GET /domains HTTP/1.1" 200 280 0.002996 10.0.0.22 - - [2025-07-10 02:26:51] "GET /domains?obj_uuids=3dee1766-372a-4f75-b1e1-89cf3e854bde&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001239 10.0.0.22 - - [2025-07-10 02:26:51] "GET /domain/3dee1766-372a-4f75-b1e1-89cf3e854bde HTTP/1.1" 200 2958 0.008005 10.0.0.22 - - [2025-07-10 02:26:51] "GET /projects?obj_uuids=adb7ea44-9821-4c3a-a7e6-9d7efb65e8b7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001270 10.0.0.22 - - [2025-07-10 02:26:51] "GET /project/adb7ea44-9821-4c3a-a7e6-9d7efb65e8b7 HTTP/1.1" 200 2572 0.069714 10.0.0.22 - - [2025-07-10 02:26:51] "GET /virtual-network/2a46d7f6-42d4-4899-b1ca-85433a74e8ee HTTP/1.1" 200 2891 0.007478 10.0.0.22 - - [2025-07-10 02:26:51] "GET /virtual-network/2a46d7f6-42d4-4899-b1ca-85433a74e8ee HTTP/1.1" 200 2891 0.005368 10.0.0.22 - - [2025-07-10 02:26:51] "GET /routing-instance/d3369aa4-ac61-427d-b416-91d41730bb7f HTTP/1.1" 200 1784 0.003716 10.0.0.22 - - [2025-07-10 02:26:51] "GET /routing-instance/d3369aa4-ac61-427d-b416-91d41730bb7f HTTP/1.1" 200 1784 0.003401 10.0.0.22 - - [2025-07-10 02:26:51] "GET /route-target/e58b36ba-3847-4bf7-9012-81597677e5f0 HTTP/1.1" 200 1207 0.003320 10.0.0.22 - - [2025-07-10 02:26:51] "GET /virtual-network/2a46d7f6-42d4-4899-b1ca-85433a74e8ee HTTP/1.1" 200 2891 0.006012 10.0.0.22 - - [2025-07-10 02:26:51] "GET /routing-instance/d3369aa4-ac61-427d-b416-91d41730bb7f HTTP/1.1" 200 1784 0.004421 10.0.0.22 - - [2025-07-10 02:26:51] "GET /virtual-network/2a46d7f6-42d4-4899-b1ca-85433a74e8ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005250 10.0.0.22 - - [2025-07-10 02:26:51] "GET /virtual-network/2a46d7f6-42d4-4899-b1ca-85433a74e8ee HTTP/1.1" 200 2891 0.005005 10.0.0.22 - - [2025-07-10 02:26:51] "GET /routing-instance/d3369aa4-ac61-427d-b416-91d41730bb7f HTTP/1.1" 200 1784 0.003578 10.0.0.22 - - [2025-07-10 02:26:51] "GET /routing-instance/d3369aa4-ac61-427d-b416-91d41730bb7f HTTP/1.1" 200 1784 0.003501 10.0.0.22 - - [2025-07-10 02:26:51] "GET /route-target/e58b36ba-3847-4bf7-9012-81597677e5f0 HTTP/1.1" 200 1207 0.003111 10.0.0.22 - - [2025-07-10 02:26:51] "GET /domains HTTP/1.1" 200 280 0.003094 10.0.0.22 - - [2025-07-10 02:26:51] "GET /domains?obj_uuids=3dee1766-372a-4f75-b1e1-89cf3e854bde&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001642 10.0.0.22 - - [2025-07-10 02:26:51] "GET /domain/3dee1766-372a-4f75-b1e1-89cf3e854bde HTTP/1.1" 200 2958 0.008274 10.0.0.22 - - [2025-07-10 02:26:51] "GET /projects?obj_uuids=adb7ea44-9821-4c3a-a7e6-9d7efb65e8b7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001137 10.0.0.22 - - [2025-07-10 02:26:51] "GET /project/adb7ea44-9821-4c3a-a7e6-9d7efb65e8b7 HTTP/1.1" 200 2572 0.070795 10.0.0.22 - - [2025-07-10 02:26:51] "GET /virtual-network/2a46d7f6-42d4-4899-b1ca-85433a74e8ee HTTP/1.1" 200 2891 0.005407 10.0.0.22 - - [2025-07-10 02:26:51] "GET /obj-perms HTTP/1.1" 200 5034 0.003501 10.0.0.22 - - [2025-07-10 02:26:51] "POST /id-to-fqname HTTP/1.1" 200 222 0.001605 10.0.0.22 - - [2025-07-10 02:26:52] "POST /neutron/network HTTP/1.1" 200 938 0.008516 10.0.0.22 - - [2025-07-10 02:26:52] "GET /aaa-mode HTTP/1.1" 401 292 0.000446 10.0.0.22 - - [2025-07-10 02:26:52] "GET / HTTP/1.1" 200 35931 0.001684 10.0.0.22 - - [2025-07-10 02:26:52] "GET /project/adb7ea44-9821-4c3a-a7e6-9d7efb65e8b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000451 10.0.0.22 - - [2025-07-10 02:26:52] "GET /projects?obj_uuids=adb7ea44-9821-4c3a-a7e6-9d7efb65e8b7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001946 10.0.0.22 - - [2025-07-10 02:26:52] "GET /project/adb7ea44-9821-4c3a-a7e6-9d7efb65e8b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.067433 10.0.0.22 - - [2025-07-10 02:26:52] "POST /neutron/network HTTP/1.1" 200 928 0.008035 10.0.0.22 - - [2025-07-10 02:26:53] "POST /neutron/port HTTP/1.1" 200 117 0.007486 10.0.0.22 - - [2025-07-10 02:26:53] "POST /neutron/port HTTP/1.1" 200 117 0.005823 10.0.0.22 - - [2025-07-10 02:26:53] "POST /id-to-fqname HTTP/1.1" 200 222 0.001541 10.0.0.22 - - [2025-07-10 02:26:53] "POST /neutron/port HTTP/1.1" 200 117 0.005452 10.0.0.22 - - [2025-07-10 02:26:53] "POST /neutron/network HTTP/1.1" 200 938 0.006128 10.0.0.22 - - [2025-07-10 02:26:53] "GET /aaa-mode HTTP/1.1" 401 292 0.000490 10.0.0.22 - - [2025-07-10 02:26:53] "POST /neutron/network HTTP/1.1" 200 938 0.006754 10.0.0.22 - - [2025-07-10 02:26:53] "GET /projects?obj_uuids=adb7ea44-9821-4c3a-a7e6-9d7efb65e8b7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001779 10.0.0.22 - - [2025-07-10 02:26:53] "POST /neutron/port HTTP/1.1" 200 1062 0.236879 10.0.0.22 - - [2025-07-10 02:26:53] "GET / HTTP/1.1" 200 35931 0.002040 10.0.0.22 - - [2025-07-10 02:26:53] "GET /project/adb7ea44-9821-4c3a-a7e6-9d7efb65e8b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000437 10.0.0.22 - - [2025-07-10 02:26:53] "POST /neutron/port HTTP/1.1" 200 1062 0.010212 10.0.0.22 - - [2025-07-10 02:26:53] "POST /neutron/port HTTP/1.1" 200 1062 0.011734 10.0.0.22 - - [2025-07-10 02:26:53] "POST /neutron/port HTTP/1.1" 200 1116 0.053273 10.0.0.22 - - [2025-07-10 02:26:54] "POST /neutron/port HTTP/1.1" 200 1090 0.011790 10.0.0.22 - - [2025-07-10 02:26:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003516 10.0.0.22 - - [2025-07-10 02:26:54] "POST /neutron/subnet HTTP/1.1" 200 699 0.007535 10.0.0.22 - - [2025-07-10 02:26:54] "POST /neutron/port HTTP/1.1" 200 117 0.001294 10.0.0.22 - - [2025-07-10 02:26:54] "POST /neutron/network HTTP/1.1" 200 928 0.006751 10.0.0.22 - - [2025-07-10 02:26:54] "GET /projects?obj_uuids=adb7ea44-9821-4c3a-a7e6-9d7efb65e8b7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001648 10.0.0.22 - - [2025-07-10 02:26:54] "GET /project/adb7ea44-9821-4c3a-a7e6-9d7efb65e8b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.048114 10.0.0.22 - - [2025-07-10 02:26:54] "POST /neutron/network HTTP/1.1" 200 928 0.007996 10.0.0.22 - - [2025-07-10 02:26:54] "POST /neutron/port HTTP/1.1" 200 1090 0.016019 10.0.0.22 - - [2025-07-10 02:26:54] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009834 10.0.0.22 - - [2025-07-10 02:26:54] "POST /neutron/port HTTP/1.1" 200 117 0.005616 10.0.0.22 - - [2025-07-10 02:26:54] "POST /neutron/port HTTP/1.1" 200 1090 0.025603 10.0.0.22 - - [2025-07-10 02:26:54] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009221 10.0.0.22 - - [2025-07-10 02:26:54] "POST /neutron/network HTTP/1.1" 200 938 0.006887 10.0.0.22 - - [2025-07-10 02:26:54] "GET /projects?obj_uuids=adb7ea44-9821-4c3a-a7e6-9d7efb65e8b7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001376 10.0.0.22 - - [2025-07-10 02:26:55] "PUT /access-control-list/c0d5fef4-26b4-44dd-91ca-81c49b18b1dc HTTP/1.1" 200 272 0.020819 10.0.0.22 - - [2025-07-10 02:26:55] "POST /neutron/port HTTP/1.1" 200 1062 0.254987 10.0.0.22 - - [2025-07-10 02:26:55] "POST /neutron/port HTTP/1.1" 200 1062 0.009493 10.0.0.22 - - [2025-07-10 02:26:55] "POST /neutron/port HTTP/1.1" 200 1062 0.009065 10.0.0.22 - - [2025-07-10 02:26:55] "POST /neutron/port HTTP/1.1" 200 1116 0.064494 10.0.0.22 - - [2025-07-10 02:26:55] "POST /neutron/port HTTP/1.1" 200 1090 0.012074 10.0.0.22 - - [2025-07-10 02:26:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003656 10.0.0.22 - - [2025-07-10 02:26:55] "POST /neutron/subnet HTTP/1.1" 200 699 0.008372 10.0.0.22 - - [2025-07-10 02:26:55] "POST /neutron/port HTTP/1.1" 200 117 0.001411 10.0.0.22 - - [2025-07-10 02:26:55] "POST /neutron/network HTTP/1.1" 200 928 0.006083 10.0.0.22 - - [2025-07-10 02:26:59] "POST /neutron/port HTTP/1.1" 200 1090 0.011693 10.0.0.22 - - [2025-07-10 02:26:59] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006872 10.0.0.22 - - [2025-07-10 02:26:59] "POST /neutron/port HTTP/1.1" 200 1090 0.014966 10.0.0.22 - - [2025-07-10 02:26:59] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007000 10.0.0.22 - - [2025-07-10 02:26:59] "POST /neutron/port HTTP/1.1" 200 1090 0.012588 10.0.0.22 - - [2025-07-10 02:26:59] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006474 10.0.0.22 - - [2025-07-10 02:26:59] "GET /virtual-machine/8dbcca16-eb11-4899-b08e-d4257cf2de52 HTTP/1.1" 200 1295 0.006129 10.0.0.22 - - [2025-07-10 02:26:59] "GET /virtual-machine-interface/f99b4647-2df2-41e7-93cb-caa7eb5d571b HTTP/1.1" 200 2952 0.006335 10.0.0.22 - - [2025-07-10 02:27:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.22 - - [2025-07-10 02:27:00] "GET /global-vrouter-config/4bebef79-bfbe-4af5-b033-c012e63d2029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004346 10.0.0.22 - - [2025-07-10 02:27:00] "GET /virtual-networks?parent_id=adb7ea44-9821-4c3a-a7e6-9d7efb65e8b7&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004132 10.0.0.22 - - [2025-07-10 02:27:00] "GET /virtual-network/d6b67976-d052-49b3-9caf-b71f2419f6e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005964 10.0.0.22 - - [2025-07-10 02:27:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.22 - - [2025-07-10 02:27:03] "GET /virtual-network/d6b67976-d052-49b3-9caf-b71f2419f6e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005397 10.0.0.22 - - [2025-07-10 02:27:03] "POST /neutron/port HTTP/1.1" 200 1090 0.013022 10.0.0.22 - - [2025-07-10 02:27:03] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007085 10.0.0.22 - - [2025-07-10 02:27:04] "POST /neutron/port HTTP/1.1" 200 1090 0.013461 10.0.0.22 - - [2025-07-10 02:27:04] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006115 10.0.0.22 - - [2025-07-10 02:27:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003367 10.0.0.22 - - [2025-07-10 02:27:05] "GET /global-vrouter-config/4bebef79-bfbe-4af5-b033-c012e63d2029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003335 10.0.0.22 - - [2025-07-10 02:27:05] "GET /virtual-networks?parent_id=adb7ea44-9821-4c3a-a7e6-9d7efb65e8b7&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003373 10.0.0.22 - - [2025-07-10 02:27:05] "GET /virtual-network/d6b67976-d052-49b3-9caf-b71f2419f6e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.006212 10.0.0.22 - - [2025-07-10 02:27:05] "POST /neutron/port HTTP/1.1" 200 1090 0.015399 10.0.0.22 - - [2025-07-10 02:27:05] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008374 10.0.0.22 - - [2025-07-10 02:27:05] "POST /neutron/port HTTP/1.1" 200 1090 0.014055 10.0.0.22 - - [2025-07-10 02:27:05] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006418 10.0.0.22 - - [2025-07-10 02:27:05] "POST /neutron/port HTTP/1.1" 200 1090 0.012042 10.0.0.22 - - [2025-07-10 02:27:05] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006972 10.0.0.22 - - [2025-07-10 02:27:05] "GET /virtual-machine/e25907ad-bce7-4552-bd46-d23da49e0eff HTTP/1.1" 200 1295 0.005047 10.0.0.22 - - [2025-07-10 02:27:05] "GET /virtual-machine-interface/c5a3bc78-877e-4aa6-ad59-3509291d24e2 HTTP/1.1" 200 2952 0.005861 10.0.0.22 - - [2025-07-10 02:27:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004245 10.0.0.22 - - [2025-07-10 02:27:06] "GET /global-vrouter-config/4bebef79-bfbe-4af5-b033-c012e63d2029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004699 10.0.0.22 - - [2025-07-10 02:27:06] "GET /virtual-networks?parent_id=adb7ea44-9821-4c3a-a7e6-9d7efb65e8b7&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003474 10.0.0.22 - - [2025-07-10 02:27:06] "GET /virtual-network/2a46d7f6-42d4-4899-b1ca-85433a74e8ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005821 10.0.0.22 - - [2025-07-10 02:27:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003204 10.0.0.22 - - [2025-07-10 02:27:07] "GET /global-vrouter-config/4bebef79-bfbe-4af5-b033-c012e63d2029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003441 10.0.0.22 - - [2025-07-10 02:27:07] "GET /virtual-networks?parent_id=adb7ea44-9821-4c3a-a7e6-9d7efb65e8b7&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004072 10.0.0.22 - - [2025-07-10 02:27:07] "GET /virtual-network/2a46d7f6-42d4-4899-b1ca-85433a74e8ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005942 10.0.0.22 - - [2025-07-10 02:27:10] "DELETE /project/adb7ea4498214c3aa7e69d7efb65e8b7 HTTP/1.1" 404 173 0.013267 10.0.0.22 - - [2025-07-10 02:27:10] "DELETE /project/607df3f2b8604c4cbb0b2b8a62ac811b HTTP/1.1" 404 173 0.012193 10.0.0.22 - - [2025-07-10 02:27:10] "GET /projects?obj_uuids=607df3f2-b860-4c4c-bb0b-2b8a62ac811b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001261 10.0.0.22 - - [2025-07-10 02:27:10] "GET /projects?obj_uuids=de05a7ad-b892-44fd-a564-34b51094875b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000969 10.0.0.22 - - [2025-07-10 02:27:10] "GET /project/de05a7ad-b892-44fd-a564-34b51094875b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.037156 10.0.0.22 - - [2025-07-10 02:27:10] "GET /project/607df3f2-b860-4c4c-bb0b-2b8a62ac811b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.040467 10.0.0.22 - - [2025-07-10 02:27:10] "GET /projects?obj_uuids=607df3f2-b860-4c4c-bb0b-2b8a62ac811b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001153 10.0.0.22 - - [2025-07-10 02:27:10] "GET /projects?obj_uuids=de05a7ad-b892-44fd-a564-34b51094875b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001009 10.0.0.22 - - [2025-07-10 02:27:10] "GET /project/de05a7ad-b892-44fd-a564-34b51094875b?fields=security_groups HTTP/1.1" 200 1373 0.032372 10.0.0.22 - - [2025-07-10 02:27:10] "GET /project/607df3f2-b860-4c4c-bb0b-2b8a62ac811b?fields=security_groups HTTP/1.1" 200 1387 0.037247 10.0.0.22 - - [2025-07-10 02:27:10] "DELETE /security-group/f09b32be-2662-4b2c-917b-20d5965e1fff HTTP/1.1" 200 115 0.044001 10.0.0.22 - - [2025-07-10 02:27:10] "GET /projects?obj_uuids=de05a7ad-b892-44fd-a564-34b51094875b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001379 10.0.0.22 - - [2025-07-10 02:27:10] "DELETE /access-control-list/c16faab4-2e6a-43fc-b525-19ee257e43d8 HTTP/1.1" 200 115 0.042345 10.0.0.22 - - [2025-07-10 02:27:10] "DELETE /security-group/652cbec0-5046-47df-8725-13bfdfd31a88 HTTP/1.1" 200 115 0.070170 10.0.0.22 - - [2025-07-10 02:27:10] "GET /project/de05a7ad-b892-44fd-a564-34b51094875b?fields=application_policy_sets HTTP/1.1" 200 1412 0.044615 10.0.0.22 - - [2025-07-10 02:27:10] "GET /projects?obj_uuids=607df3f2-b860-4c4c-bb0b-2b8a62ac811b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001247 10.0.0.22 - - [2025-07-10 02:27:10] "DELETE /access-control-list/ef45eaf9-33bd-4ca9-b00c-538ba4baf338 HTTP/1.1" 200 115 0.034645 10.0.0.22 - - [2025-07-10 02:27:10] "DELETE /access-control-list/0e0f4432-2bdf-4146-855b-959b4d28b74c HTTP/1.1" 200 115 0.023858 10.0.0.22 - - [2025-07-10 02:27:10] "GET /project/607df3f2-b860-4c4c-bb0b-2b8a62ac811b?fields=application_policy_sets HTTP/1.1" 200 1426 0.105725 10.0.0.22 - - [2025-07-10 02:27:10] "DELETE /access-control-list/3e1de4aa-1ded-432e-862a-3bf4060fc8ac HTTP/1.1" 200 115 0.050097 10.0.0.22 - - [2025-07-10 02:27:10] "DELETE /project/de05a7ad-b892-44fd-a564-34b51094875b HTTP/1.1" 200 115 0.368043 10.0.0.22 - - [2025-07-10 02:27:10] "DELETE /project/607df3f2-b860-4c4c-bb0b-2b8a62ac811b HTTP/1.1" 200 115 0.432668 10.0.0.22 - - [2025-07-10 02:27:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.22 - - [2025-07-10 02:27:11] "GET /projects?obj_uuids=adb7ea44-9821-4c3a-a7e6-9d7efb65e8b7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001319 10.0.0.22 - - [2025-07-10 02:27:11] "GET /project/adb7ea44-9821-4c3a-a7e6-9d7efb65e8b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.028811 10.0.0.22 - - [2025-07-10 02:27:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174 10.0.0.22 - - [2025-07-10 02:27:11] "PUT /network-policy/77d8b697-4130-46b6-8f70-19f92b6957c7 HTTP/1.1" 200 262 0.012024 10.0.0.22 - - [2025-07-10 02:27:12] "PUT /access-control-list/d66889f8-37d0-4954-b888-d5aa727409f3 HTTP/1.1" 200 272 0.055132 10.0.0.22 - - [2025-07-10 02:27:12] "POST /ref-update HTTP/1.1" 200 156 0.014213 10.0.0.22 - - [2025-07-10 02:27:12] "PUT /access-control-list/c0d5fef4-26b4-44dd-91ca-81c49b18b1dc HTTP/1.1" 200 272 0.052068 10.0.0.22 - - [2025-07-10 02:27:12] "POST /ref-update HTTP/1.1" 200 156 0.012831 10.0.0.22 - - [2025-07-10 02:27:15] "GET /virtual-network/2a46d7f6-42d4-4899-b1ca-85433a74e8ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.006036 10.0.0.22 - - [2025-07-10 02:27:15] "POST /neutron/network HTTP/1.1" 200 928 0.006450 10.0.0.22 - - [2025-07-10 02:27:15] "POST /neutron/network HTTP/1.1" 200 826 0.052840 10.0.0.22 - - [2025-07-10 02:27:15] "DELETE /access-control-list/c0d5fef4-26b4-44dd-91ca-81c49b18b1dc HTTP/1.1" 200 115 0.035617 10.0.0.22 - - [2025-07-10 02:27:15] "POST /neutron/network HTTP/1.1" 200 826 0.007879 10.0.0.22 - - [2025-07-10 02:27:15] "GET /virtual-network/2a46d7f6-42d4-4899-b1ca-85433a74e8ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006364 10.0.0.22 - - [2025-07-10 02:27:15] "GET /virtual-network/d6b67976-d052-49b3-9caf-b71f2419f6e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2362 0.005511 10.0.0.22 - - [2025-07-10 02:27:15] "POST /neutron/network HTTP/1.1" 200 928 0.006545 10.0.0.22 - - [2025-07-10 02:27:15] "POST /neutron/network HTTP/1.1" 200 826 0.064569 10.0.0.22 - - [2025-07-10 02:27:15] "DELETE /access-control-list/d66889f8-37d0-4954-b888-d5aa727409f3 HTTP/1.1" 200 115 0.047154 10.0.0.22 - - [2025-07-10 02:27:15] "POST /neutron/network HTTP/1.1" 200 826 0.012478 10.0.0.22 - - [2025-07-10 02:27:15] "GET /virtual-network/d6b67976-d052-49b3-9caf-b71f2419f6e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005893 10.0.0.22 - - [2025-07-10 02:27:15] "DELETE /network-policy/77d8b697-4130-46b6-8f70-19f92b6957c7 HTTP/1.1" 200 115 0.022826 10.0.0.22 - - [2025-07-10 02:27:15] "POST /neutron/network HTTP/1.1" 200 826 0.006843 10.0.0.22 - - [2025-07-10 02:27:15] "POST /neutron/network HTTP/1.1" 400 204 0.014177 10.0.0.22 - - [2025-07-10 02:27:15] "POST /neutron/port HTTP/1.1" 200 1090 0.012521 10.0.0.22 - - [2025-07-10 02:27:15] "POST /neutron/port HTTP/1.1" 200 1116 0.010513 10.0.0.22 - - [2025-07-10 02:27:15] "POST /neutron/port HTTP/1.1" 200 1090 0.021377 10.0.0.22 - - [2025-07-10 02:27:15] "POST /neutron/port HTTP/1.1" 200 1116 0.013206 10.0.0.22 - - [2025-07-10 02:27:15] "POST /neutron/port HTTP/1.1" 200 151 0.157998 10.0.0.22 - - [2025-07-10 02:27:15] "POST /neutron/port HTTP/1.1" 200 151 0.126763 10.0.0.22 - - [2025-07-10 02:27:17] "GET /obj-perms HTTP/1.1" 200 5056 0.049403 10.0.0.22 - - [2025-07-10 02:27:17] "POST /neutron/network HTTP/1.1" 200 826 0.006829 10.0.0.22 - - [2025-07-10 02:27:17] "GET /obj-perms HTTP/1.1" 200 5056 0.058715 10.0.0.22 - - [2025-07-10 02:27:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003631 10.0.0.22 - - [2025-07-10 02:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004918 10.0.0.22 - - [2025-07-10 02:27:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003119 10.0.0.22 - - [2025-07-10 02:27:17] "POST /neutron/network HTTP/1.1" 200 151 0.110093 10.0.0.22 - - [2025-07-10 02:27:17] "GET /routing-instance/d3369aa4-ac61-427d-b416-91d41730bb7f HTTP/1.1" 404 171 0.003343 10.0.0.22 - - [2025-07-10 02:27:17] "DELETE /route-target/e58b36ba-3847-4bf7-9012-81597677e5f0 HTTP/1.1" 200 115 0.023628 10.0.0.22 - - [2025-07-10 02:27:17] "GET /domains HTTP/1.1" 200 280 0.003283 10.0.0.22 - - [2025-07-10 02:27:17] "GET /domains?obj_uuids=3dee1766-372a-4f75-b1e1-89cf3e854bde&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001143 10.0.0.22 - - [2025-07-10 02:27:17] "GET /domain/3dee1766-372a-4f75-b1e1-89cf3e854bde HTTP/1.1" 200 2575 0.051807 10.0.0.22 - - [2025-07-10 02:27:17] "GET /projects?obj_uuids=adb7ea44-9821-4c3a-a7e6-9d7efb65e8b7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002066 10.0.0.22 - - [2025-07-10 02:27:17] "GET /project/adb7ea44-9821-4c3a-a7e6-9d7efb65e8b7 HTTP/1.1" 200 2104 0.076212 10.0.0.22 - - [2025-07-10 02:27:17] "POST /neutron/network HTTP/1.1" 200 826 0.006342 10.0.0.22 - - [2025-07-10 02:27:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003020 10.0.0.22 - - [2025-07-10 02:27:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004731 10.0.0.22 - - [2025-07-10 02:27:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002862 10.0.0.22 - - [2025-07-10 02:27:18] "POST /neutron/network HTTP/1.1" 200 151 0.091798 10.0.0.22 - - [2025-07-10 02:27:18] "GET /routing-instance/60358287-a5e1-4c76-b0a2-6ca7575abd07 HTTP/1.1" 404 171 0.003053 10.0.0.22 - - [2025-07-10 02:27:18] "GET /domains HTTP/1.1" 200 280 0.006753 10.0.0.22 - - [2025-07-10 02:27:18] "GET /domains?obj_uuids=3dee1766-372a-4f75-b1e1-89cf3e854bde&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001234 10.0.0.22 - - [2025-07-10 02:27:18] "DELETE /route-target/d6052aa4-608a-4f27-a242-00523e9fbfef HTTP/1.1" 200 115 0.033846 10.0.0.22 - - [2025-07-10 02:27:18] "GET /domain/3dee1766-372a-4f75-b1e1-89cf3e854bde HTTP/1.1" 200 2575 0.050683 10.0.0.22 - - [2025-07-10 02:27:18] "GET /projects?obj_uuids=adb7ea44-9821-4c3a-a7e6-9d7efb65e8b7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001532 10.0.0.22 - - [2025-07-10 02:27:18] "GET /project/adb7ea44-9821-4c3a-a7e6-9d7efb65e8b7 HTTP/1.1" 200 1865 0.080501 10.0.0.22 - - [2025-07-10 02:27:18] "GET /projects?obj_uuids=adb7ea44-9821-4c3a-a7e6-9d7efb65e8b7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001369 10.0.0.22 - - [2025-07-10 02:27:18] "GET /project/adb7ea44-9821-4c3a-a7e6-9d7efb65e8b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.029091 10.0.0.22 - - [2025-07-10 02:27:18] "GET /projects?obj_uuids=adb7ea44-9821-4c3a-a7e6-9d7efb65e8b7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001602 10.0.0.22 - - [2025-07-10 02:27:18] "GET /project/adb7ea44-9821-4c3a-a7e6-9d7efb65e8b7?fields=virtual_networks HTTP/1.1" 200 1037 0.076544 10.0.0.22 - - [2025-07-10 02:27:18] "GET /projects?obj_uuids=adb7ea44-9821-4c3a-a7e6-9d7efb65e8b7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001185 10.0.0.22 - - [2025-07-10 02:27:18] "GET /project/adb7ea44-9821-4c3a-a7e6-9d7efb65e8b7?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.032774 10.0.0.22 - - [2025-07-10 02:27:18] "GET /projects?obj_uuids=adb7ea44-9821-4c3a-a7e6-9d7efb65e8b7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001263 10.0.0.22 - - [2025-07-10 02:27:18] "GET /project/adb7ea44-9821-4c3a-a7e6-9d7efb65e8b7?fields=security_groups HTTP/1.1" 200 1265 0.032741 10.0.0.22 - - [2025-07-10 02:27:19] "POST /fqname-to-id HTTP/1.1" 404 186 0.024468 10.0.0.22 - - [2025-07-10 02:27:19] "GET /projects?obj_uuids=587f6788-4667-4a09-947d-0893b5d572c3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002673 10.0.0.22 - - [2025-07-10 02:27:19] "GET /domains?obj_uuids=3dee1766-372a-4f75-b1e1-89cf3e854bde&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001173 10.0.0.22 - - [2025-07-10 02:27:19] "GET /domain/3dee1766-372a-4f75-b1e1-89cf3e854bde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007614 10.0.0.22 - - [2025-07-10 02:27:19] "POST /id-to-fqname HTTP/1.1" 200 188 0.001802 10.0.0.22 - - [2025-07-10 02:27:19] "POST /fqname-to-id HTTP/1.1" 404 197 0.003093 10.0.0.22 - - [2025-07-10 02:27:19] "POST /security-groups HTTP/1.1" 200 589 0.063557 10.0.0.22 - - [2025-07-10 02:27:19] "POST /fqname-to-id HTTP/1.1" 404 232 0.002851 10.0.0.22 - - [2025-07-10 02:27:19] "POST /projects HTTP/1.1" 200 581 0.221930 10.0.0.22 - - [2025-07-10 02:27:19] "POST /access-control-lists HTTP/1.1" 200 594 0.057856 10.0.0.22 - - [2025-07-10 02:27:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.296682 10.0.0.22 - - [2025-07-10 02:27:19] "POST /fqname-to-id HTTP/1.1" 404 231 0.002991 10.0.0.22 - - [2025-07-10 02:27:20] "GET /project/587f6788-4667-4a09-947d-0893b5d572c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.417570 10.0.0.22 - - [2025-07-10 02:27:20] "POST /access-control-lists HTTP/1.1" 200 592 0.059919 10.0.0.22 - - [2025-07-10 02:27:21] "GET / HTTP/1.1" 200 35931 0.002234 10.0.0.22 - - [2025-07-10 02:27:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000565 10.0.0.22 - - [2025-07-10 02:27:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.054257 10.0.0.22 - - [2025-07-10 02:27:22] "GET /projects?obj_uuids=587f6788-4667-4a09-947d-0893b5d572c3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001089 10.0.0.22 - - [2025-07-10 02:27:22] "GET /project/587f6788-4667-4a09-947d-0893b5d572c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.029457 10.0.0.22 - - [2025-07-10 02:27:22] "POST /neutron/network HTTP/1.1" 200 117 0.029367 10.0.0.22 - - [2025-07-10 02:27:22] "GET /projects?obj_uuids=587f6788-4667-4a09-947d-0893b5d572c3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001815 10.0.0.22 - - [2025-07-10 02:27:22] "POST /neutron/network HTTP/1.1" 200 613 0.063666 10.0.0.22 - - [2025-07-10 02:27:22] "POST /route-targets HTTP/1.1" 200 327 0.010284 10.0.0.22 - - [2025-07-10 02:27:22] "POST /ref-update HTTP/1.1" 200 156 0.014156 10.0.0.22 - - [2025-07-10 02:27:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003264 10.0.0.22 - - [2025-07-10 02:27:22] "POST /neutron/subnet HTTP/1.1" 200 730 0.140879 10.0.0.22 - - [2025-07-10 02:27:22] "POST /neutron/network HTTP/1.1" 200 833 0.005971 10.0.0.22 - - [2025-07-10 02:27:22] "POST /id-to-fqname HTTP/1.1" 200 223 0.001242 10.0.0.22 - - [2025-07-10 02:27:22] "GET /virtual-network/29c92237-d88b-4a50-9205-da32e80444d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005096 10.0.0.22 - - [2025-07-10 02:27:22] "POST /neutron/network HTTP/1.1" 200 833 0.005976 10.0.0.22 - - [2025-07-10 02:27:22] "GET /virtual-network/29c92237-d88b-4a50-9205-da32e80444d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005169 10.0.0.22 - - [2025-07-10 02:27:22] "POST /neutron/network HTTP/1.1" 200 833 0.006088 10.0.0.22 - - [2025-07-10 02:27:22] "POST /neutron/subnet HTTP/1.1" 200 730 0.007290 10.0.0.22 - - [2025-07-10 02:27:22] "GET /domains HTTP/1.1" 401 292 0.000489 10.0.0.22 - - [2025-07-10 02:27:23] "GET /domains HTTP/1.1" 200 280 0.028834 10.0.0.22 - - [2025-07-10 02:27:23] "GET /domains?obj_uuids=3dee1766-372a-4f75-b1e1-89cf3e854bde&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001225 10.0.0.22 - - [2025-07-10 02:27:23] "GET /domain/3dee1766-372a-4f75-b1e1-89cf3e854bde HTTP/1.1" 200 2759 0.009174 10.0.0.22 - - [2025-07-10 02:27:23] "GET /projects?obj_uuids=587f6788-4667-4a09-947d-0893b5d572c3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001279 10.0.0.22 - - [2025-07-10 02:27:23] "GET /project/587f6788-4667-4a09-947d-0893b5d572c3 HTTP/1.1" 200 2080 0.073352 10.0.0.22 - - [2025-07-10 02:27:23] "GET /virtual-network/29c92237-d88b-4a50-9205-da32e80444d9 HTTP/1.1" 200 2321 0.006668 10.0.0.22 - - [2025-07-10 02:27:23] "GET /virtual-network/29c92237-d88b-4a50-9205-da32e80444d9 HTTP/1.1" 200 2321 0.005894 10.0.0.22 - - [2025-07-10 02:27:23] "GET /routing-instance/5181c90e-a834-48b5-8d0f-518be6582102 HTTP/1.1" 200 1493 0.004795 10.0.0.22 - - [2025-07-10 02:27:23] "GET /routing-instance/5181c90e-a834-48b5-8d0f-518be6582102 HTTP/1.1" 200 1493 0.004281 10.0.0.22 - - [2025-07-10 02:27:23] "GET /route-target/37dbfc18-ae3f-49a9-8155-4a1b764a5cff HTTP/1.1" 200 1211 0.003722 10.0.0.22 - - [2025-07-10 02:27:23] "GET /virtual-network/29c92237-d88b-4a50-9205-da32e80444d9 HTTP/1.1" 200 2321 0.005191 10.0.0.22 - - [2025-07-10 02:27:23] "GET /routing-instance/5181c90e-a834-48b5-8d0f-518be6582102 HTTP/1.1" 200 1493 0.003751 10.0.0.22 - - [2025-07-10 02:27:23] "GET /virtual-network/29c92237-d88b-4a50-9205-da32e80444d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005190 10.0.0.22 - - [2025-07-10 02:27:23] "GET /virtual-network/29c92237-d88b-4a50-9205-da32e80444d9 HTTP/1.1" 200 2321 0.004929 10.0.0.22 - - [2025-07-10 02:27:23] "GET /routing-instance/5181c90e-a834-48b5-8d0f-518be6582102 HTTP/1.1" 200 1493 0.003613 10.0.0.22 - - [2025-07-10 02:27:23] "GET /routing-instance/5181c90e-a834-48b5-8d0f-518be6582102 HTTP/1.1" 200 1493 0.003683 10.0.0.22 - - [2025-07-10 02:27:23] "GET /route-target/37dbfc18-ae3f-49a9-8155-4a1b764a5cff HTTP/1.1" 200 1211 0.003689 10.0.0.22 - - [2025-07-10 02:27:23] "GET /domains HTTP/1.1" 200 280 0.002720 10.0.0.22 - - [2025-07-10 02:27:23] "GET /domains?obj_uuids=3dee1766-372a-4f75-b1e1-89cf3e854bde&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001173 10.0.0.22 - - [2025-07-10 02:27:23] "GET /domain/3dee1766-372a-4f75-b1e1-89cf3e854bde HTTP/1.1" 200 2759 0.007487 10.0.0.22 - - [2025-07-10 02:27:23] "GET /projects?obj_uuids=587f6788-4667-4a09-947d-0893b5d572c3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001103 10.0.0.22 - - [2025-07-10 02:27:23] "GET /project/587f6788-4667-4a09-947d-0893b5d572c3 HTTP/1.1" 200 2080 0.068773 10.0.0.22 - - [2025-07-10 02:27:23] "GET /virtual-network/29c92237-d88b-4a50-9205-da32e80444d9 HTTP/1.1" 200 2321 0.005367 10.0.0.22 - - [2025-07-10 02:27:23] "GET /obj-perms HTTP/1.1" 200 5026 0.050038 10.0.0.22 - - [2025-07-10 02:27:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003223 10.0.0.22 - - [2025-07-10 02:27:23] "GET /projects?obj_uuids=587f6788-4667-4a09-947d-0893b5d572c3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001324 10.0.0.22 - - [2025-07-10 02:27:23] "GET /project/587f6788-4667-4a09-947d-0893b5d572c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.028280 10.0.0.22 - - [2025-07-10 02:27:24] "POST /neutron/network HTTP/1.1" 200 117 0.009455 10.0.0.22 - - [2025-07-10 02:27:24] "GET /projects?obj_uuids=587f6788-4667-4a09-947d-0893b5d572c3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001160 10.0.0.22 - - [2025-07-10 02:27:24] "POST /neutron/network HTTP/1.1" 200 613 0.065928 10.0.0.22 - - [2025-07-10 02:27:24] "POST /route-targets HTTP/1.1" 200 327 0.012817 10.0.0.22 - - [2025-07-10 02:27:24] "POST /ref-update HTTP/1.1" 200 156 0.012760 10.0.0.22 - - [2025-07-10 02:27:24] "POST /useragent-kv HTTP/1.1" 200 115 0.003829 10.0.0.22 - - [2025-07-10 02:27:24] "POST /neutron/subnet HTTP/1.1" 200 714 0.137323 10.0.0.22 - - [2025-07-10 02:27:24] "POST /neutron/network HTTP/1.1" 200 830 0.005643 10.0.0.22 - - [2025-07-10 02:27:24] "POST /id-to-fqname HTTP/1.1" 200 223 0.001263 10.0.0.22 - - [2025-07-10 02:27:24] "GET /virtual-network/850861fe-2cac-4dec-b918-e9996879ab38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005142 10.0.0.22 - - [2025-07-10 02:27:24] "POST /neutron/network HTTP/1.1" 200 830 0.005998 10.0.0.22 - - [2025-07-10 02:27:24] "GET /virtual-network/850861fe-2cac-4dec-b918-e9996879ab38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005146 10.0.0.22 - - [2025-07-10 02:27:24] "POST /neutron/network HTTP/1.1" 200 830 0.005988 10.0.0.22 - - [2025-07-10 02:27:24] "POST /neutron/subnet HTTP/1.1" 200 714 0.008205 10.0.0.22 - - [2025-07-10 02:27:24] "GET /domains HTTP/1.1" 200 280 0.002332 10.0.0.22 - - [2025-07-10 02:27:24] "GET /domains?obj_uuids=3dee1766-372a-4f75-b1e1-89cf3e854bde&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001166 10.0.0.22 - - [2025-07-10 02:27:24] "GET /domain/3dee1766-372a-4f75-b1e1-89cf3e854bde HTTP/1.1" 200 2759 0.007816 10.0.0.22 - - [2025-07-10 02:27:24] "GET /projects?obj_uuids=587f6788-4667-4a09-947d-0893b5d572c3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001091 10.0.0.22 - - [2025-07-10 02:27:24] "GET /project/587f6788-4667-4a09-947d-0893b5d572c3 HTTP/1.1" 200 2298 0.068013 10.0.0.22 - - [2025-07-10 02:27:24] "GET /virtual-network/850861fe-2cac-4dec-b918-e9996879ab38 HTTP/1.1" 200 2312 0.006795 10.0.0.22 - - [2025-07-10 02:27:24] "GET /virtual-network/850861fe-2cac-4dec-b918-e9996879ab38 HTTP/1.1" 200 2312 0.005495 10.0.0.22 - - [2025-07-10 02:27:24] "GET /routing-instance/d5050c74-f615-4484-9d2e-7fe8c348d051 HTTP/1.1" 200 1494 0.005161 10.0.0.22 - - [2025-07-10 02:27:24] "GET /routing-instance/d5050c74-f615-4484-9d2e-7fe8c348d051 HTTP/1.1" 200 1494 0.004019 10.0.0.22 - - [2025-07-10 02:27:24] "GET /route-target/f992a141-7f73-4acf-b87a-706d06382e12 HTTP/1.1" 200 1213 0.003588 10.0.0.22 - - [2025-07-10 02:27:24] "GET /virtual-network/850861fe-2cac-4dec-b918-e9996879ab38 HTTP/1.1" 200 2312 0.005566 10.0.0.22 - - [2025-07-10 02:27:24] "GET /routing-instance/d5050c74-f615-4484-9d2e-7fe8c348d051 HTTP/1.1" 200 1494 0.004050 10.0.0.22 - - [2025-07-10 02:27:24] "GET /virtual-network/850861fe-2cac-4dec-b918-e9996879ab38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005164 10.0.0.22 - - [2025-07-10 02:27:24] "GET /virtual-network/850861fe-2cac-4dec-b918-e9996879ab38 HTTP/1.1" 200 2312 0.005483 10.0.0.22 - - [2025-07-10 02:27:24] "GET /routing-instance/d5050c74-f615-4484-9d2e-7fe8c348d051 HTTP/1.1" 200 1494 0.003709 10.0.0.22 - - [2025-07-10 02:27:24] "GET /routing-instance/d5050c74-f615-4484-9d2e-7fe8c348d051 HTTP/1.1" 200 1494 0.004018 10.0.0.22 - - [2025-07-10 02:27:24] "GET /route-target/f992a141-7f73-4acf-b87a-706d06382e12 HTTP/1.1" 200 1213 0.003234 10.0.0.22 - - [2025-07-10 02:27:24] "GET /domains HTTP/1.1" 200 280 0.002993 10.0.0.22 - - [2025-07-10 02:27:24] "GET /domains?obj_uuids=3dee1766-372a-4f75-b1e1-89cf3e854bde&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001194 10.0.0.22 - - [2025-07-10 02:27:24] "GET /domain/3dee1766-372a-4f75-b1e1-89cf3e854bde HTTP/1.1" 200 2759 0.008113 10.0.0.22 - - [2025-07-10 02:27:24] "GET /projects?obj_uuids=587f6788-4667-4a09-947d-0893b5d572c3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001020 10.0.0.22 - - [2025-07-10 02:27:24] "GET /project/587f6788-4667-4a09-947d-0893b5d572c3 HTTP/1.1" 200 2298 0.063763 10.0.0.22 - - [2025-07-10 02:27:24] "GET /virtual-network/850861fe-2cac-4dec-b918-e9996879ab38 HTTP/1.1" 200 2312 0.004845 10.0.0.22 - - [2025-07-10 02:27:24] "GET /obj-perms HTTP/1.1" 200 5026 0.003568 10.0.0.22 - - [2025-07-10 02:27:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.22 - - [2025-07-10 02:27:24] "GET /projects?obj_uuids=587f6788-4667-4a09-947d-0893b5d572c3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001165 10.0.0.22 - - [2025-07-10 02:27:24] "GET /project/587f6788-4667-4a09-947d-0893b5d572c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.026106 10.0.0.22 - - [2025-07-10 02:27:24] "POST /neutron/network HTTP/1.1" 200 117 0.015871 10.0.0.22 - - [2025-07-10 02:27:24] "GET /projects?obj_uuids=587f6788-4667-4a09-947d-0893b5d572c3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001456 10.0.0.22 - - [2025-07-10 02:27:25] "POST /neutron/network HTTP/1.1" 200 615 0.095177 10.0.0.22 - - [2025-07-10 02:27:25] "POST /ref-update HTTP/1.1" 200 156 0.012629 10.0.0.22 - - [2025-07-10 02:27:25] "POST /useragent-kv HTTP/1.1" 200 115 0.005510 10.0.0.22 - - [2025-07-10 02:27:25] "POST /neutron/subnet HTTP/1.1" 200 729 0.184451 10.0.0.22 - - [2025-07-10 02:27:25] "POST /neutron/network HTTP/1.1" 200 835 0.005917 10.0.0.22 - - [2025-07-10 02:27:25] "POST /id-to-fqname HTTP/1.1" 200 224 0.001191 10.0.0.22 - - [2025-07-10 02:27:25] "GET /virtual-network/ea7c3b15-0688-4d59-81ee-f1024f7f36d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004858 10.0.0.22 - - [2025-07-10 02:27:25] "POST /neutron/network HTTP/1.1" 200 835 0.005968 10.0.0.22 - - [2025-07-10 02:27:25] "GET /virtual-network/ea7c3b15-0688-4d59-81ee-f1024f7f36d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004892 10.0.0.22 - - [2025-07-10 02:27:25] "POST /neutron/network HTTP/1.1" 200 835 0.005557 10.0.0.22 - - [2025-07-10 02:27:25] "POST /neutron/subnet HTTP/1.1" 200 729 0.006947 10.0.0.22 - - [2025-07-10 02:27:25] "GET /domains HTTP/1.1" 200 280 0.003001 10.0.0.22 - - [2025-07-10 02:27:25] "GET /domains?obj_uuids=3dee1766-372a-4f75-b1e1-89cf3e854bde&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001445 10.0.0.22 - - [2025-07-10 02:27:25] "GET /domain/3dee1766-372a-4f75-b1e1-89cf3e854bde HTTP/1.1" 200 2759 0.010056 10.0.0.22 - - [2025-07-10 02:27:25] "GET /projects?obj_uuids=587f6788-4667-4a09-947d-0893b5d572c3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001134 10.0.0.22 - - [2025-07-10 02:27:25] "GET /project/587f6788-4667-4a09-947d-0893b5d572c3 HTTP/1.1" 200 2517 0.074631 10.0.0.22 - - [2025-07-10 02:27:25] "GET /virtual-network/ea7c3b15-0688-4d59-81ee-f1024f7f36d3 HTTP/1.1" 200 2327 0.006259 10.0.0.22 - - [2025-07-10 02:27:25] "GET /virtual-network/ea7c3b15-0688-4d59-81ee-f1024f7f36d3 HTTP/1.1" 200 2327 0.004917 10.0.0.22 - - [2025-07-10 02:27:25] "GET /routing-instance/d79a13d2-dbc6-4b59-8891-df3ae5ec91e5 HTTP/1.1" 200 1497 0.003475 10.0.0.22 - - [2025-07-10 02:27:25] "GET /routing-instance/d79a13d2-dbc6-4b59-8891-df3ae5ec91e5 HTTP/1.1" 200 1497 0.002912 10.0.0.22 - - [2025-07-10 02:27:25] "GET /route-target/0510a746-183a-4482-9660-1c20a2b0f63e HTTP/1.1" 200 1213 0.004267 10.0.0.22 - - [2025-07-10 02:27:25] "GET /virtual-network/ea7c3b15-0688-4d59-81ee-f1024f7f36d3 HTTP/1.1" 200 2327 0.004600 10.0.0.22 - - [2025-07-10 02:27:25] "GET /routing-instance/d79a13d2-dbc6-4b59-8891-df3ae5ec91e5 HTTP/1.1" 200 1497 0.003156 10.0.0.22 - - [2025-07-10 02:27:25] "GET /virtual-network/ea7c3b15-0688-4d59-81ee-f1024f7f36d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004605 10.0.0.22 - - [2025-07-10 02:27:25] "GET /virtual-network/ea7c3b15-0688-4d59-81ee-f1024f7f36d3 HTTP/1.1" 200 2327 0.004812 10.0.0.22 - - [2025-07-10 02:27:25] "GET /routing-instance/d79a13d2-dbc6-4b59-8891-df3ae5ec91e5 HTTP/1.1" 200 1497 0.003029 10.0.0.22 - - [2025-07-10 02:27:25] "GET /routing-instance/d79a13d2-dbc6-4b59-8891-df3ae5ec91e5 HTTP/1.1" 200 1497 0.003328 10.0.0.22 - - [2025-07-10 02:27:25] "GET /route-target/0510a746-183a-4482-9660-1c20a2b0f63e HTTP/1.1" 200 1213 0.002983 10.0.0.22 - - [2025-07-10 02:27:25] "GET /domains HTTP/1.1" 200 280 0.003358 10.0.0.22 - - [2025-07-10 02:27:25] "GET /domains?obj_uuids=3dee1766-372a-4f75-b1e1-89cf3e854bde&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001016 10.0.0.22 - - [2025-07-10 02:27:25] "GET /domain/3dee1766-372a-4f75-b1e1-89cf3e854bde HTTP/1.1" 200 2759 0.007035 10.0.0.22 - - [2025-07-10 02:27:25] "GET /projects?obj_uuids=587f6788-4667-4a09-947d-0893b5d572c3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001018 10.0.0.22 - - [2025-07-10 02:27:25] "GET /project/587f6788-4667-4a09-947d-0893b5d572c3 HTTP/1.1" 200 2517 0.074772 10.0.0.22 - - [2025-07-10 02:27:25] "GET /virtual-network/ea7c3b15-0688-4d59-81ee-f1024f7f36d3 HTTP/1.1" 200 2327 0.005117 10.0.0.22 - - [2025-07-10 02:27:25] "GET /obj-perms HTTP/1.1" 200 5026 0.003080 10.0.0.22 - - [2025-07-10 02:27:25] "POST /id-to-fqname HTTP/1.1" 200 223 0.001581 10.0.0.22 - - [2025-07-10 02:27:25] "POST /neutron/network HTTP/1.1" 200 840 0.006305 10.0.0.22 - - [2025-07-10 02:27:25] "GET /aaa-mode HTTP/1.1" 401 292 0.000437 10.0.0.22 - - [2025-07-10 02:27:26] "GET / HTTP/1.1" 200 35931 0.001790 10.0.0.22 - - [2025-07-10 02:27:26] "GET /project/587f6788-4667-4a09-947d-0893b5d572c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000487 10.0.0.22 - - [2025-07-10 02:27:26] "GET /projects?obj_uuids=587f6788-4667-4a09-947d-0893b5d572c3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001261 10.0.0.22 - - [2025-07-10 02:27:26] "GET /project/587f6788-4667-4a09-947d-0893b5d572c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.050636 10.0.0.22 - - [2025-07-10 02:27:26] "POST /neutron/network HTTP/1.1" 200 830 0.006826 10.0.0.22 - - [2025-07-10 02:27:26] "POST /neutron/port HTTP/1.1" 200 117 0.005850 10.0.0.22 - - [2025-07-10 02:27:26] "POST /neutron/port HTTP/1.1" 200 117 0.007532 10.0.0.22 - - [2025-07-10 02:27:26] "POST /id-to-fqname HTTP/1.1" 200 224 0.002231 10.0.0.22 - - [2025-07-10 02:27:26] "POST /neutron/port HTTP/1.1" 200 117 0.005264 10.0.0.22 - - [2025-07-10 02:27:27] "POST /neutron/network HTTP/1.1" 200 845 0.006813 10.0.0.22 - - [2025-07-10 02:27:27] "GET /aaa-mode HTTP/1.1" 401 292 0.000475 10.0.0.22 - - [2025-07-10 02:27:27] "POST /neutron/network HTTP/1.1" 200 840 0.009511 10.0.0.22 - - [2025-07-10 02:27:27] "GET /projects?obj_uuids=587f6788-4667-4a09-947d-0893b5d572c3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001658 10.0.0.22 - - [2025-07-10 02:27:27] "GET / HTTP/1.1" 200 35931 0.003123 10.0.0.22 - - [2025-07-10 02:27:27] "GET /project/587f6788-4667-4a09-947d-0893b5d572c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000721 10.0.0.22 - - [2025-07-10 02:27:27] "POST /neutron/port HTTP/1.1" 200 1056 0.232529 10.0.0.22 - - [2025-07-10 02:27:27] "POST /neutron/port HTTP/1.1" 200 1056 0.012398 10.0.0.22 - - [2025-07-10 02:27:27] "POST /neutron/port HTTP/1.1" 200 1056 0.010563 10.0.0.22 - - [2025-07-10 02:27:27] "POST /neutron/port HTTP/1.1" 200 1110 0.081867 10.0.0.22 - - [2025-07-10 02:27:27] "POST /neutron/port HTTP/1.1" 200 1084 0.012464 10.0.0.22 - - [2025-07-10 02:27:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003942 10.0.0.22 - - [2025-07-10 02:27:27] "POST /neutron/subnet HTTP/1.1" 200 688 0.007126 10.0.0.22 - - [2025-07-10 02:27:27] "POST /neutron/port HTTP/1.1" 200 117 0.001269 10.0.0.22 - - [2025-07-10 02:27:27] "POST /neutron/network HTTP/1.1" 200 830 0.006411 10.0.0.22 - - [2025-07-10 02:27:27] "GET /projects?obj_uuids=587f6788-4667-4a09-947d-0893b5d572c3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001301 10.0.0.22 - - [2025-07-10 02:27:27] "GET /project/587f6788-4667-4a09-947d-0893b5d572c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.063082 10.0.0.22 - - [2025-07-10 02:27:27] "POST /neutron/network HTTP/1.1" 200 835 0.009159 10.0.0.22 - - [2025-07-10 02:27:28] "POST /neutron/port HTTP/1.1" 200 1084 0.018490 10.0.0.22 - - [2025-07-10 02:27:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007998 10.0.0.22 - - [2025-07-10 02:27:28] "POST /neutron/port HTTP/1.1" 200 117 0.006460 10.0.0.22 - - [2025-07-10 02:27:28] "POST /fqname-to-id HTTP/1.1" 404 193 0.003933 10.0.0.22 - - [2025-07-10 02:27:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.22 - - [2025-07-10 02:27:28] "GET /domains?obj_uuids=3dee1766-372a-4f75-b1e1-89cf3e854bde&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001673 10.0.0.22 - - [2025-07-10 02:27:28] "GET /domain/3dee1766-372a-4f75-b1e1-89cf3e854bde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.010998 10.0.0.22 - - [2025-07-10 02:27:28] "POST /service-templates HTTP/1.1" 200 543 0.025186 10.0.0.22 - - [2025-07-10 02:27:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.22 - - [2025-07-10 02:27:28] "GET /service-template/9adad846-e256-4348-8ee5-2bb916f6b9ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.005630 10.0.0.22 - - [2025-07-10 02:27:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.22 - - [2025-07-10 02:27:28] "POST /neutron/network HTTP/1.1" 200 845 0.008507 10.0.0.22 - - [2025-07-10 02:27:28] "GET /service-template/9adad846-e256-4348-8ee5-2bb916f6b9ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.004894 10.0.0.22 - - [2025-07-10 02:27:28] "GET /projects?obj_uuids=587f6788-4667-4a09-947d-0893b5d572c3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001792 10.0.0.22 - - [2025-07-10 02:27:28] "POST /id-to-fqname HTTP/1.1" 200 223 0.001661 10.0.0.22 - - [2025-07-10 02:27:28] "POST /id-to-fqname HTTP/1.1" 200 223 0.001573 10.0.0.22 - - [2025-07-10 02:27:28] "POST /id-to-fqname HTTP/1.1" 200 224 0.001738 10.0.0.22 - - [2025-07-10 02:27:28] "POST /neutron/port HTTP/1.1" 200 1059 0.308161 10.0.0.22 - - [2025-07-10 02:27:28] "POST /neutron/port HTTP/1.1" 200 1059 0.019160 10.0.0.22 - - [2025-07-10 02:27:28] "POST /neutron/port HTTP/1.1" 200 2001 0.029231 10.0.0.22 - - [2025-07-10 02:27:28] "POST /neutron/port HTTP/1.1" 200 1059 0.009814 10.0.0.22 - - [2025-07-10 02:27:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008296 10.0.0.22 - - [2025-07-10 02:27:29] "POST /neutron/port HTTP/1.1" 200 1113 0.092669 10.0.0.22 - - [2025-07-10 02:27:29] "POST /neutron/port HTTP/1.1" 200 1087 0.014045 10.0.0.22 - - [2025-07-10 02:27:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003984 10.0.0.22 - - [2025-07-10 02:27:29] "POST /neutron/subnet HTTP/1.1" 200 703 0.008282 10.0.0.22 - - [2025-07-10 02:27:29] "POST /neutron/port HTTP/1.1" 200 117 0.001419 10.0.0.22 - - [2025-07-10 02:27:29] "POST /neutron/network HTTP/1.1" 200 835 0.007845 10.0.0.22 - - [2025-07-10 02:27:29] "POST /neutron/network HTTP/1.1" 200 2223 0.017058 10.0.0.22 - - [2025-07-10 02:27:29] "GET /aaa-mode HTTP/1.1" 401 292 0.000493 10.0.0.22 - - [2025-07-10 02:27:30] "GET / HTTP/1.1" 200 35931 0.002392 10.0.0.22 - - [2025-07-10 02:27:30] "GET /project/587f6788-4667-4a09-947d-0893b5d572c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000475 10.0.0.22 - - [2025-07-10 02:27:30] "GET /projects?obj_uuids=587f6788-4667-4a09-947d-0893b5d572c3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001982 10.0.0.22 - - [2025-07-10 02:27:30] "GET /project/587f6788-4667-4a09-947d-0893b5d572c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.067568 10.0.0.22 - - [2025-07-10 02:27:30] "POST /neutron/network HTTP/1.1" 200 833 0.007910 10.0.0.22 - - [2025-07-10 02:27:30] "POST /neutron/network HTTP/1.1" 200 830 0.006096 10.0.0.22 - - [2025-07-10 02:27:30] "POST /neutron/network HTTP/1.1" 200 835 0.006522 10.0.0.22 - - [2025-07-10 02:27:30] "POST /neutron/port HTTP/1.1" 200 2055 0.019119 10.0.0.22 - - [2025-07-10 02:27:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010652 10.0.0.22 - - [2025-07-10 02:27:30] "POST /neutron/port HTTP/1.1" 200 117 0.005438 10.0.0.22 - - [2025-07-10 02:27:30] "POST /neutron/port HTTP/1.1" 200 117 0.008587 10.0.0.22 - - [2025-07-10 02:27:31] "POST /neutron/network HTTP/1.1" 200 2223 0.018450 10.0.0.22 - - [2025-07-10 02:27:31] "GET /projects?obj_uuids=587f6788-4667-4a09-947d-0893b5d572c3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002264 10.0.0.22 - - [2025-07-10 02:27:31] "POST /neutron/port HTTP/1.1" 200 1059 0.323859 10.0.0.22 - - [2025-07-10 02:27:31] "GET /projects?obj_uuids=587f6788-4667-4a09-947d-0893b5d572c3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002059 10.0.0.22 - - [2025-07-10 02:27:31] "POST /neutron/port HTTP/1.1" 200 1056 0.269927 10.0.0.22 - - [2025-07-10 02:27:31] "GET /projects?obj_uuids=587f6788-4667-4a09-947d-0893b5d572c3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001410 10.0.0.22 - - [2025-07-10 02:27:32] "POST /neutron/port HTTP/1.1" 200 1059 0.203782 10.0.0.22 - - [2025-07-10 02:27:32] "POST /neutron/port HTTP/1.1" 200 1059 0.013611 10.0.0.22 - - [2025-07-10 02:27:32] "POST /neutron/port HTTP/1.1" 200 1059 0.013142 10.0.0.22 - - [2025-07-10 02:27:32] "POST /neutron/port HTTP/1.1" 200 1113 0.121032 10.0.0.22 - - [2025-07-10 02:27:32] "POST /neutron/port HTTP/1.1" 200 1056 0.013662 10.0.0.22 - - [2025-07-10 02:27:32] "POST /neutron/port HTTP/1.1" 200 1056 0.014447 10.0.0.22 - - [2025-07-10 02:27:32] "POST /neutron/port HTTP/1.1" 200 1110 0.132951 10.0.0.22 - - [2025-07-10 02:27:32] "POST /neutron/port HTTP/1.1" 200 1059 0.011420 10.0.0.22 - - [2025-07-10 02:27:32] "POST /neutron/port HTTP/1.1" 200 1059 0.009958 10.0.0.22 - - [2025-07-10 02:27:32] "POST /neutron/port HTTP/1.1" 200 1113 0.091259 10.0.0.22 - - [2025-07-10 02:27:32] "POST /neutron/port HTTP/1.1" 200 3025 0.025547 10.0.0.22 - - [2025-07-10 02:27:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005419 10.0.0.22 - - [2025-07-10 02:27:32] "POST /neutron/subnet HTTP/1.1" 200 704 0.009109 10.0.0.22 - - [2025-07-10 02:27:32] "POST /neutron/port HTTP/1.1" 200 117 0.001443 10.0.0.22 - - [2025-07-10 02:27:32] "POST /neutron/network HTTP/1.1" 200 833 0.006929 10.0.0.22 - - [2025-07-10 02:27:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003946 10.0.0.22 - - [2025-07-10 02:27:32] "POST /neutron/subnet HTTP/1.1" 200 688 0.010531 10.0.0.22 - - [2025-07-10 02:27:32] "POST /neutron/port HTTP/1.1" 200 117 0.001509 10.0.0.22 - - [2025-07-10 02:27:32] "POST /neutron/network HTTP/1.1" 200 830 0.006997 10.0.0.22 - - [2025-07-10 02:27:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003989 10.0.0.22 - - [2025-07-10 02:27:32] "POST /neutron/subnet HTTP/1.1" 200 703 0.009000 10.0.0.22 - - [2025-07-10 02:27:32] "POST /neutron/port HTTP/1.1" 200 117 0.001736 10.0.0.22 - - [2025-07-10 02:27:32] "POST /neutron/network HTTP/1.1" 200 835 0.006947 10.0.0.22 - - [2025-07-10 02:27:36] "POST /neutron/port HTTP/1.1" 200 3025 0.020281 10.0.0.22 - - [2025-07-10 02:27:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008337 10.0.0.22 - - [2025-07-10 02:27:36] "POST /neutron/port HTTP/1.1" 200 3025 0.025913 10.0.0.22 - - [2025-07-10 02:27:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009106 10.0.0.22 - - [2025-07-10 02:27:36] "POST /neutron/port HTTP/1.1" 200 3025 0.024134 10.0.0.22 - - [2025-07-10 02:27:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006541 10.0.0.22 - - [2025-07-10 02:27:36] "POST /neutron/port HTTP/1.1" 200 3025 0.016959 10.0.0.22 - - [2025-07-10 02:27:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006625 10.0.0.22 - - [2025-07-10 02:27:36] "POST /neutron/port HTTP/1.1" 200 3025 0.017479 10.0.0.22 - - [2025-07-10 02:27:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006310 10.0.0.22 - - [2025-07-10 02:27:36] "GET /virtual-machine/89d3c50c-6e24-47d2-b88d-afe3c20c3dae HTTP/1.1" 200 1802 0.008980 10.0.0.22 - - [2025-07-10 02:27:36] "GET /virtual-machine-interface/4fc65440-3b5e-4ae0-869b-7745c365dae0 HTTP/1.1" 200 2948 0.005261 10.0.0.22 - - [2025-07-10 02:27:36] "GET /virtual-machine-interface/a373295b-bf3d-42f4-8cbe-07a98658061b HTTP/1.1" 200 2947 0.005441 10.0.0.22 - - [2025-07-10 02:27:36] "GET /virtual-machine-interface/ff2081e7-a84e-4c99-9824-58e8abb1c4dd HTTP/1.1" 200 2947 0.005851 10.0.0.22 - - [2025-07-10 02:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.22 - - [2025-07-10 02:27:36] "GET /global-vrouter-config/4bebef79-bfbe-4af5-b033-c012e63d2029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004247 10.0.0.22 - - [2025-07-10 02:27:36] "GET /virtual-networks?parent_id=587f6788-4667-4a09-947d-0893b5d572c3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003350 10.0.0.22 - - [2025-07-10 02:27:36] "GET /virtual-network/29c92237-d88b-4a50-9205-da32e80444d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006665 10.0.0.22 - - [2025-07-10 02:27:37] "POST /neutron/port HTTP/1.1" 200 1084 0.012587 10.0.0.22 - - [2025-07-10 02:27:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005982 10.0.0.22 - - [2025-07-10 02:27:38] "POST /neutron/port HTTP/1.1" 200 1087 0.013659 10.0.0.22 - - [2025-07-10 02:27:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.013692 10.0.0.22 - - [2025-07-10 02:27:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.22 - - [2025-07-10 02:27:39] "GET /virtual-network/29c92237-d88b-4a50-9205-da32e80444d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006357 10.0.0.22 - - [2025-07-10 02:27:42] "POST /neutron/port HTTP/1.1" 200 1084 0.012792 10.0.0.22 - - [2025-07-10 02:27:42] "POST /neutron/port HTTP/1.1" 200 1084 0.011570 10.0.0.22 - - [2025-07-10 02:27:42] "POST /neutron/network HTTP/1.1" 200 840 0.006032 10.0.0.22 - - [2025-07-10 02:27:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003529 10.0.0.22 - - [2025-07-10 02:27:42] "POST /neutron/subnet HTTP/1.1" 200 688 0.007262 10.0.0.22 - - [2025-07-10 02:27:42] "POST /neutron/port HTTP/1.1" 200 117 0.001374 10.0.0.22 - - [2025-07-10 02:27:42] "POST /neutron/network HTTP/1.1" 200 830 0.005784 10.0.0.22 - - [2025-07-10 02:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.22 - - [2025-07-10 02:27:43] "GET /virtual-network/29c92237-d88b-4a50-9205-da32e80444d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006318 10.0.0.22 - - [2025-07-10 02:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003283 10.0.0.22 - - [2025-07-10 02:27:48] "GET /virtual-network/29c92237-d88b-4a50-9205-da32e80444d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005330 10.0.0.22 - - [2025-07-10 02:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003643 10.0.0.22 - - [2025-07-10 02:27:52] "GET /virtual-network/29c92237-d88b-4a50-9205-da32e80444d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006536 10.0.0.22 - - [2025-07-10 02:27:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003956 10.0.0.22 - - [2025-07-10 02:27:56] "GET /global-vrouter-config/4bebef79-bfbe-4af5-b033-c012e63d2029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003888 10.0.0.22 - - [2025-07-10 02:27:56] "GET /virtual-networks?parent_id=587f6788-4667-4a09-947d-0893b5d572c3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003526 10.0.0.22 - - [2025-07-10 02:27:56] "GET /virtual-network/29c92237-d88b-4a50-9205-da32e80444d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005956 10.0.0.22 - - [2025-07-10 02:27:56] "POST /neutron/port HTTP/1.1" 200 3025 0.019017 10.0.0.22 - - [2025-07-10 02:27:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006552 10.0.0.22 - - [2025-07-10 02:28:01] "POST /neutron/port HTTP/1.1" 200 3025 0.016321 10.0.0.22 - - [2025-07-10 02:28:01] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007631 10.0.0.22 - - [2025-07-10 02:28:06] "POST /neutron/port HTTP/1.1" 200 3025 0.018445 10.0.0.22 - - [2025-07-10 02:28:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006243 10.0.0.22 - - [2025-07-10 02:28:06] "POST /neutron/port HTTP/1.1" 200 3025 0.021823 10.0.0.22 - - [2025-07-10 02:28:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006718 10.0.0.22 - - [2025-07-10 02:28:10] "DELETE /project/587f678846674a09947d0893b5d572c3 HTTP/1.1" 404 173 0.008661 10.0.0.22 - - [2025-07-10 02:28:10] "GET /projects?obj_uuids=adb7ea44-9821-4c3a-a7e6-9d7efb65e8b7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001204 10.0.0.22 - - [2025-07-10 02:28:10] "GET /project/adb7ea44-9821-4c3a-a7e6-9d7efb65e8b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.036736 10.0.0.22 - - [2025-07-10 02:28:10] "GET /projects?obj_uuids=adb7ea44-9821-4c3a-a7e6-9d7efb65e8b7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001280 10.0.0.22 - - [2025-07-10 02:28:10] "GET /project/adb7ea44-9821-4c3a-a7e6-9d7efb65e8b7?fields=security_groups HTTP/1.1" 200 1370 0.038948 10.0.0.22 - - [2025-07-10 02:28:10] "DELETE /security-group/ca9cc404-0309-4622-983e-e2f216cf0960 HTTP/1.1" 200 115 0.061918 10.0.0.22 - - [2025-07-10 02:28:10] "GET /projects?obj_uuids=adb7ea44-9821-4c3a-a7e6-9d7efb65e8b7&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001256 10.0.0.22 - - [2025-07-10 02:28:10] "DELETE /access-control-list/b5708485-8f71-40e2-b302-b1f7a0a09a7e HTTP/1.1" 200 115 0.044637 10.0.0.22 - - [2025-07-10 02:28:10] "GET /project/adb7ea44-9821-4c3a-a7e6-9d7efb65e8b7?fields=application_policy_sets HTTP/1.1" 200 1409 0.052873 10.0.0.22 - - [2025-07-10 02:28:10] "DELETE /access-control-list/d41efe75-8bb4-4770-ad1a-0168fa5fcdeb HTTP/1.1" 200 115 0.038371 10.0.0.22 - - [2025-07-10 02:28:11] "DELETE /project/adb7ea44-9821-4c3a-a7e6-9d7efb65e8b7 HTTP/1.1" 200 115 0.363156 10.0.0.22 - - [2025-07-10 02:28:12] "POST /neutron/port HTTP/1.1" 200 3025 0.025069 10.0.0.22 - - [2025-07-10 02:28:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009389 10.0.0.22 - - [2025-07-10 02:28:17] "POST /neutron/port HTTP/1.1" 200 3025 0.015884 10.0.0.22 - - [2025-07-10 02:28:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006291 10.0.0.22 - - [2025-07-10 02:28:18] "GET /obj-perms HTTP/1.1" 200 5056 0.047945 10.0.0.22 - - [2025-07-10 02:28:18] "GET /obj-perms HTTP/1.1" 200 5056 0.052125 10.0.0.22 - - [2025-07-10 02:28:22] "POST /neutron/port HTTP/1.1" 200 3025 0.018414 10.0.0.22 - - [2025-07-10 02:28:22] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007988 10.0.0.22 - - [2025-07-10 02:28:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351 10.0.0.22 - - [2025-07-10 02:28:27] "GET /global-vrouter-config/4bebef79-bfbe-4af5-b033-c012e63d2029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003754 10.0.0.22 - - [2025-07-10 02:28:27] "GET /virtual-networks?parent_id=587f6788-4667-4a09-947d-0893b5d572c3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003294 10.0.0.22 - - [2025-07-10 02:28:27] "GET /virtual-network/850861fe-2cac-4dec-b918-e9996879ab38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006094 10.0.0.22 - - [2025-07-10 02:28:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.22 - - [2025-07-10 02:28:27] "GET /global-vrouter-config/4bebef79-bfbe-4af5-b033-c012e63d2029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003291 10.0.0.22 - - [2025-07-10 02:28:27] "GET /virtual-networks?parent_id=587f6788-4667-4a09-947d-0893b5d572c3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003233 10.0.0.22 - - [2025-07-10 02:28:27] "GET /virtual-network/ea7c3b15-0688-4d59-81ee-f1024f7f36d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006263 10.0.0.22 - - [2025-07-10 02:28:28] "POST /fqname-to-id HTTP/1.1" 404 207 0.007087 10.0.0.22 - - [2025-07-10 02:28:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003066 10.0.0.22 - - [2025-07-10 02:28:28] "GET /projects?obj_uuids=587f6788-4667-4a09-947d-0893b5d572c3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001408 10.0.0.22 - - [2025-07-10 02:28:28] "GET /project/587f6788-4667-4a09-947d-0893b5d572c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.034548 10.0.0.22 - - [2025-07-10 02:28:28] "POST /service-instances HTTP/1.1" 200 543 0.068109 10.0.0.22 - - [2025-07-10 02:28:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003142 10.0.0.22 - - [2025-07-10 02:28:28] "GET /service-instance/ce956af1-4c13-48bc-9ee9-7cdcaa59a57b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2136 0.007299 10.0.0.22 - - [2025-07-10 02:28:28] "POST /port-tuples HTTP/1.1" 200 586 0.024198 10.0.0.22 - - [2025-07-10 02:28:28] "GET /virtual-machine-interface/ff2081e7-a84e-4c99-9824-58e8abb1c4dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2726 0.006392 10.0.0.22 - - [2025-07-10 02:28:28] "PUT /virtual-machine-interface/ff2081e7-a84e-4c99-9824-58e8abb1c4dd HTTP/1.1" 200 284 0.011357 10.0.0.22 - - [2025-07-10 02:28:28] "POST /ref-update HTTP/1.1" 200 156 0.011788 10.0.0.22 - - [2025-07-10 02:28:28] "POST /instance-ips HTTP/1.1" 200 385 0.023352 10.0.0.22 - - [2025-07-10 02:28:28] "GET /virtual-machine-interface/a373295b-bf3d-42f4-8cbe-07a98658061b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2726 0.007363 10.0.0.22 - - [2025-07-10 02:28:28] "POST /ref-update HTTP/1.1" 200 156 0.016102 10.0.0.22 - - [2025-07-10 02:28:28] "PUT /virtual-machine-interface/a373295b-bf3d-42f4-8cbe-07a98658061b HTTP/1.1" 200 284 0.014156 10.0.0.22 - - [2025-07-10 02:28:28] "POST /ref-update HTTP/1.1" 200 156 0.016891 10.0.0.22 - - [2025-07-10 02:28:28] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003459 10.0.0.22 - - [2025-07-10 02:28:28] "POST /ref-update HTTP/1.1" 200 156 0.011626 10.0.0.22 - - [2025-07-10 02:28:28] "GET /virtual-machine-interface/4fc65440-3b5e-4ae0-869b-7745c365dae0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2727 0.007749 10.0.0.22 - - [2025-07-10 02:28:28] "POST /instance-ips HTTP/1.1" 200 385 0.032068 10.0.0.22 - - [2025-07-10 02:28:29] "PUT /virtual-machine-interface/4fc65440-3b5e-4ae0-869b-7745c365dae0 HTTP/1.1" 200 284 0.011257 10.0.0.22 - - [2025-07-10 02:28:29] "POST /ref-update HTTP/1.1" 200 156 0.013047 10.0.0.22 - - [2025-07-10 02:28:29] "POST /ref-update HTTP/1.1" 200 156 0.010449 10.0.0.22 - - [2025-07-10 02:28:29] "POST /ref-update HTTP/1.1" 200 156 0.010368 10.0.0.22 - - [2025-07-10 02:28:29] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003688 10.0.0.22 - - [2025-07-10 02:28:29] "POST /neutron/port HTTP/1.1" 200 1084 0.011492 10.0.0.22 - - [2025-07-10 02:28:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006462 10.0.0.22 - - [2025-07-10 02:28:29] "POST /instance-ips HTTP/1.1" 200 373 0.017965 10.0.0.22 - - [2025-07-10 02:28:29] "POST /neutron/port HTTP/1.1" 200 1084 0.011215 10.0.0.22 - - [2025-07-10 02:28:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005965 10.0.0.22 - - [2025-07-10 02:28:29] "POST /ref-update HTTP/1.1" 200 156 0.009407 10.0.0.22 - - [2025-07-10 02:28:29] "POST /neutron/port HTTP/1.1" 200 1084 0.016773 10.0.0.22 - - [2025-07-10 02:28:29] "POST /ref-update HTTP/1.1" 200 156 0.010622 10.0.0.22 - - [2025-07-10 02:28:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006721 10.0.0.22 - - [2025-07-10 02:28:29] "GET /virtual-machine/c8ec140b-0adf-4841-bb9c-77defd29f662 HTTP/1.1" 200 1291 0.004863 10.0.0.22 - - [2025-07-10 02:28:29] "GET /virtual-machine-interface/55fdbd1f-798d-4934-b1dd-44aff79c5820 HTTP/1.1" 200 2946 0.006918 10.0.0.22 - - [2025-07-10 02:28:29] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003582 10.0.0.22 - - [2025-07-10 02:28:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.22 - - [2025-07-10 02:28:29] "GET /global-vrouter-config/4bebef79-bfbe-4af5-b033-c012e63d2029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003438 10.0.0.22 - - [2025-07-10 02:28:29] "POST /instance-ips HTTP/1.1" 200 373 0.016082 10.0.0.22 - - [2025-07-10 02:28:29] "GET /virtual-networks?parent_id=587f6788-4667-4a09-947d-0893b5d572c3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003107 10.0.0.22 - - [2025-07-10 02:28:29] "POST /ref-update HTTP/1.1" 200 156 0.009383 10.0.0.22 - - [2025-07-10 02:28:29] "GET /virtual-network/850861fe-2cac-4dec-b918-e9996879ab38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005958 10.0.0.22 - - [2025-07-10 02:28:29] "POST /ref-update HTTP/1.1" 200 156 0.009019 10.0.0.22 - - [2025-07-10 02:28:29] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003167 10.0.0.22 - - [2025-07-10 02:28:29] "POST /instance-ips HTTP/1.1" 200 375 0.020968 10.0.0.22 - - [2025-07-10 02:28:29] "POST /ref-update HTTP/1.1" 200 156 0.010636 10.0.0.22 - - [2025-07-10 02:28:29] "POST /ref-update HTTP/1.1" 200 156 0.009206 10.0.0.22 - - [2025-07-10 02:28:29] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004202 10.0.0.22 - - [2025-07-10 02:28:29] "POST /instance-ips HTTP/1.1" 200 375 0.016248 10.0.0.22 - - [2025-07-10 02:28:29] "POST /ref-update HTTP/1.1" 200 156 0.009719 10.0.0.22 - - [2025-07-10 02:28:30] "POST /ref-update HTTP/1.1" 200 156 0.010657 10.0.0.22 - - [2025-07-10 02:28:30] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003294 10.0.0.22 - - [2025-07-10 02:28:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.22 - - [2025-07-10 02:28:30] "GET /global-vrouter-config/4bebef79-bfbe-4af5-b033-c012e63d2029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003577 10.0.0.22 - - [2025-07-10 02:28:30] "GET /virtual-networks?parent_id=587f6788-4667-4a09-947d-0893b5d572c3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.005163 10.0.0.22 - - [2025-07-10 02:28:30] "GET /virtual-network/850861fe-2cac-4dec-b918-e9996879ab38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005899 10.0.0.22 - - [2025-07-10 02:28:30] "POST /neutron/port HTTP/1.1" 200 1087 0.012240 10.0.0.22 - - [2025-07-10 02:28:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006188 10.0.0.22 - - [2025-07-10 02:28:31] "POST /neutron/port HTTP/1.1" 200 1087 0.011863 10.0.0.22 - - [2025-07-10 02:28:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006662 10.0.0.22 - - [2025-07-10 02:28:31] "POST /neutron/port HTTP/1.1" 200 1087 0.012069 10.0.0.22 - - [2025-07-10 02:28:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006736 10.0.0.22 - - [2025-07-10 02:28:31] "GET /virtual-machine/6701dff0-7a3d-4e96-9d91-6d3f5695e570 HTTP/1.1" 200 1290 0.007147 10.0.0.22 - - [2025-07-10 02:28:31] "GET /virtual-machine-interface/d117262b-890e-4a90-9a2c-fadada0081f5 HTTP/1.1" 200 2950 0.005773 10.0.0.22 - - [2025-07-10 02:28:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.22 - - [2025-07-10 02:28:31] "GET /global-vrouter-config/4bebef79-bfbe-4af5-b033-c012e63d2029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003516 10.0.0.22 - - [2025-07-10 02:28:31] "GET /virtual-networks?parent_id=587f6788-4667-4a09-947d-0893b5d572c3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003719 10.0.0.22 - - [2025-07-10 02:28:31] "GET /virtual-network/ea7c3b15-0688-4d59-81ee-f1024f7f36d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006070 10.0.0.22 - - [2025-07-10 02:28:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208 10.0.0.22 - - [2025-07-10 02:28:32] "GET /global-vrouter-config/4bebef79-bfbe-4af5-b033-c012e63d2029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003413 10.0.0.22 - - [2025-07-10 02:28:32] "GET /virtual-networks?parent_id=587f6788-4667-4a09-947d-0893b5d572c3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003273 10.0.0.22 - - [2025-07-10 02:28:32] "GET /virtual-network/ea7c3b15-0688-4d59-81ee-f1024f7f36d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006086 10.0.0.22 - - [2025-07-10 02:28:32] "POST /fqname-to-id HTTP/1.1" 404 211 0.003536 10.0.0.22 - - [2025-07-10 02:28:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002667 10.0.0.22 - - [2025-07-10 02:28:32] "GET /projects?obj_uuids=587f6788-4667-4a09-947d-0893b5d572c3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001241 10.0.0.22 - - [2025-07-10 02:28:32] "GET /project/587f6788-4667-4a09-947d-0893b5d572c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.038764 10.0.0.22 - - [2025-07-10 02:28:32] "POST /network-policys HTTP/1.1" 200 547 0.020521 10.0.0.22 - - [2025-07-10 02:28:32] "GET /network-policy/c6a20548-25c7-468a-9b12-e29916379637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.005652 10.0.0.22 - - [2025-07-10 02:28:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.22 - - [2025-07-10 02:28:33] "GET /virtual-network/850861fe-2cac-4dec-b918-e9996879ab38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006191 10.0.0.22 - - [2025-07-10 02:28:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003269 10.0.0.22 - - [2025-07-10 02:28:33] "GET /network-policy/c6a20548-25c7-468a-9b12-e29916379637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.004312 10.0.0.22 - - [2025-07-10 02:28:33] "POST /ref-update HTTP/1.1" 200 156 0.043261 10.0.0.22 - - [2025-07-10 02:28:33] "POST /fqname-to-id HTTP/1.1" 404 242 0.003147 10.0.0.22 - - [2025-07-10 02:28:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005360 10.0.0.22 - - [2025-07-10 02:28:33] "POST /access-control-lists HTTP/1.1" 200 601 0.070386 10.0.0.22 - - [2025-07-10 02:28:33] "GET /network-policy/c6a20548-25c7-468a-9b12-e29916379637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.006297 10.0.0.22 - - [2025-07-10 02:28:33] "POST /neutron/network HTTP/1.1" 200 918 0.007536 10.0.0.22 - - [2025-07-10 02:28:33] "GET /virtual-network/850861fe-2cac-4dec-b918-e9996879ab38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.006537 10.0.0.22 - - [2025-07-10 02:28:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.22 - - [2025-07-10 02:28:33] "GET /network-policy/c6a20548-25c7-468a-9b12-e29916379637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003870 10.0.0.22 - - [2025-07-10 02:28:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.011499 10.0.0.22 - - [2025-07-10 02:28:33] "GET /virtual-network/ea7c3b15-0688-4d59-81ee-f1024f7f36d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006770 10.0.0.22 - - [2025-07-10 02:28:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.22 - - [2025-07-10 02:28:33] "GET /network-policy/c6a20548-25c7-468a-9b12-e29916379637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.004710 10.0.0.22 - - [2025-07-10 02:28:33] "PUT /access-control-list/cddd7b60-bde8-4db8-8328-84e950eb4e09 HTTP/1.1" 200 272 0.014194 10.0.0.22 - - [2025-07-10 02:28:33] "POST /fqname-to-id HTTP/1.1" 404 244 0.005738 10.0.0.22 - - [2025-07-10 02:28:33] "POST /ref-update HTTP/1.1" 200 156 0.053078 10.0.0.22 - - [2025-07-10 02:28:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002559 10.0.0.22 - - [2025-07-10 02:28:33] "GET /network-policy/c6a20548-25c7-468a-9b12-e29916379637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.004115 10.0.0.22 - - [2025-07-10 02:28:33] "POST /access-control-lists HTTP/1.1" 200 604 0.061182 10.0.0.22 - - [2025-07-10 02:28:33] "POST /neutron/network HTTP/1.1" 200 923 0.008096 10.0.0.22 - - [2025-07-10 02:28:33] "GET /virtual-network/ea7c3b15-0688-4d59-81ee-f1024f7f36d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005094 10.0.0.22 - - [2025-07-10 02:28:33] "POST /routing-instances HTTP/1.1" 200 759 0.024338 10.0.0.22 - - [2025-07-10 02:28:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002879 10.0.0.22 - - [2025-07-10 02:28:34] "POST /route-targets HTTP/1.1" 200 327 0.009339 10.0.0.22 - - [2025-07-10 02:28:34] "GET /network-policy/c6a20548-25c7-468a-9b12-e29916379637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.004481 10.0.0.22 - - [2025-07-10 02:28:34] "POST /ref-update HTTP/1.1" 200 156 0.010380 10.0.0.22 - - [2025-07-10 02:28:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.22 - - [2025-07-10 02:28:34] "GET /routing-instance/a78f075e-8910-49e0-88ba-6306b09c9fba?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1277 0.005282 10.0.0.22 - - [2025-07-10 02:28:34] "GET /service-template/9adad846-e256-4348-8ee5-2bb916f6b9ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.003799 10.0.0.22 - - [2025-07-10 02:28:34] "GET /routing-instance/a78f075e-8910-49e0-88ba-6306b09c9fba?fields=routing_policy_back_refs HTTP/1.1" 200 1277 0.004016 10.0.0.22 - - [2025-07-10 02:28:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002950 10.0.0.22 - - [2025-07-10 02:28:34] "POST /ref-update HTTP/1.1" 200 156 0.010203 10.0.0.22 - - [2025-07-10 02:28:34] "GET /projects?obj_uuids=587f6788-4667-4a09-947d-0893b5d572c3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001405 10.0.0.22 - - [2025-07-10 02:28:34] "GET /project/587f6788-4667-4a09-947d-0893b5d572c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.033159 10.0.0.22 - - [2025-07-10 02:28:34] "POST /routing-instances HTTP/1.1" 200 760 0.023866 10.0.0.22 - - [2025-07-10 02:28:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.22 - - [2025-07-10 02:28:34] "POST /route-targets HTTP/1.1" 200 327 0.011814 10.0.0.22 - - [2025-07-10 02:28:34] "GET /service-instance/ce956af1-4c13-48bc-9ee9-7cdcaa59a57b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3530 0.009968 10.0.0.22 - - [2025-07-10 02:28:34] "POST /ref-update HTTP/1.1" 200 156 0.014169 10.0.0.22 - - [2025-07-10 02:28:34] "GET /domains HTTP/1.1" 200 280 0.003775 10.0.0.22 - - [2025-07-10 02:28:34] "GET /domains?obj_uuids=3dee1766-372a-4f75-b1e1-89cf3e854bde&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001234 10.0.0.22 - - [2025-07-10 02:28:34] "GET /domain/3dee1766-372a-4f75-b1e1-89cf3e854bde HTTP/1.1" 200 2771 0.009689 10.0.0.22 - - [2025-07-10 02:28:34] "GET /projects?obj_uuids=587f6788-4667-4a09-947d-0893b5d572c3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001153 10.0.0.22 - - [2025-07-10 02:28:34] "GET /routing-instance/ad866e19-feb2-4a34-b397-894298860c1b?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1279 0.004108 10.0.0.22 - - [2025-07-10 02:28:34] "GET /project/587f6788-4667-4a09-947d-0893b5d572c3 HTTP/1.1" 200 4233 0.069534 10.0.0.22 - - [2025-07-10 02:28:34] "GET /routing-instance/ad866e19-feb2-4a34-b397-894298860c1b?fields=routing_policy_back_refs HTTP/1.1" 200 1279 0.007516 10.0.0.22 - - [2025-07-10 02:28:34] "GET /service-instance/ce956af1-4c13-48bc-9ee9-7cdcaa59a57b HTTP/1.1" 200 3784 0.006217 10.0.0.22 - - [2025-07-10 02:28:34] "GET /domains HTTP/1.1" 200 280 0.003319 10.0.0.22 - - [2025-07-10 02:28:34] "GET /domains?obj_uuids=3dee1766-372a-4f75-b1e1-89cf3e854bde&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001243 10.0.0.22 - - [2025-07-10 02:28:34] "GET /domain/3dee1766-372a-4f75-b1e1-89cf3e854bde HTTP/1.1" 200 2771 0.008460 10.0.0.22 - - [2025-07-10 02:28:34] "GET /projects?obj_uuids=587f6788-4667-4a09-947d-0893b5d572c3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001213 10.0.0.22 - - [2025-07-10 02:28:34] "PUT /routing-instance/a78f075e-8910-49e0-88ba-6306b09c9fba HTTP/1.1" 200 266 0.013218 10.0.0.22 - - [2025-07-10 02:28:34] "GET /project/587f6788-4667-4a09-947d-0893b5d572c3 HTTP/1.1" 200 4233 0.074126 10.0.0.22 - - [2025-07-10 02:28:34] "GET /service-instance/ce956af1-4c13-48bc-9ee9-7cdcaa59a57b HTTP/1.1" 200 3784 0.004504 10.0.0.22 - - [2025-07-10 02:28:34] "PUT /routing-instance/ad866e19-feb2-4a34-b397-894298860c1b HTTP/1.1" 200 266 0.015649 10.0.0.22 - - [2025-07-10 02:28:34] "GET /port-tuple/378cffab-d33a-451d-8f03-44be85ec7f47 HTTP/1.1" 200 1979 0.008752 10.0.0.22 - - [2025-07-10 02:28:34] "GET /virtual-machine-interface/4fc65440-3b5e-4ae0-869b-7745c365dae0 HTTP/1.1" 200 3803 0.006347 10.0.0.22 - - [2025-07-10 02:28:34] "GET /virtual-machine-interface/a373295b-bf3d-42f4-8cbe-07a98658061b HTTP/1.1" 200 3799 0.007183 10.0.0.22 - - [2025-07-10 02:28:34] "GET /virtual-machine-interface/ff2081e7-a84e-4c99-9824-58e8abb1c4dd HTTP/1.1" 200 3817 0.008129 10.0.0.22 - - [2025-07-10 02:28:34] "POST /ref-update HTTP/1.1" 200 156 0.023326 10.0.0.22 - - [2025-07-10 02:28:34] "PUT /access-control-list/e2b0b8c5-22ea-4227-9c2d-b2e59c1a66a6 HTTP/1.1" 200 272 0.014257 10.0.0.22 - - [2025-07-10 02:28:34] "POST /neutron/port HTTP/1.1" 200 3832 0.062414 10.0.0.22 - - [2025-07-10 02:28:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006837 10.0.0.22 - - [2025-07-10 02:28:34] "POST /neutron/port HTTP/1.1" 200 3832 0.032417 10.0.0.22 - - [2025-07-10 02:28:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007391 10.0.0.22 - - [2025-07-10 02:28:35] "POST /neutron/port HTTP/1.1" 200 3832 0.034483 10.0.0.22 - - [2025-07-10 02:28:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008286 10.0.0.22 - - [2025-07-10 02:28:35] "POST /neutron/port HTTP/1.1" 200 3832 0.030438 10.0.0.22 - - [2025-07-10 02:28:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007944 10.0.0.22 - - [2025-07-10 02:28:35] "POST /neutron/network HTTP/1.1" 200 892 0.015651 10.0.0.22 - - [2025-07-10 02:28:35] "POST /neutron/network HTTP/1.1" 200 918 0.006809 10.0.0.22 - - [2025-07-10 02:28:35] "POST /neutron/network HTTP/1.1" 200 807 0.015642 10.0.0.22 - - [2025-07-10 02:28:35] "POST /neutron/network HTTP/1.1" 200 833 0.006176 10.0.0.22 - - [2025-07-10 02:28:35] "POST /neutron/network HTTP/1.1" 200 897 0.013500 10.0.0.22 - - [2025-07-10 02:28:35] "POST /neutron/network HTTP/1.1" 200 923 0.006603 10.0.0.22 - - [2025-07-10 02:28:35] "POST /id-to-fqname HTTP/1.1" 200 223 0.001558 10.0.0.22 - - [2025-07-10 02:28:35] "POST /id-to-fqname HTTP/1.1" 200 223 0.001493 10.0.0.22 - - [2025-07-10 02:28:35] "POST /id-to-fqname HTTP/1.1" 200 224 0.001653 10.0.0.22 - - [2025-07-10 02:28:35] "GET /virtual-machine/89d3c50c-6e24-47d2-b88d-afe3c20c3dae HTTP/1.1" 200 1802 0.005895 10.0.0.22 - - [2025-07-10 02:28:35] "GET /virtual-machine-interface/4fc65440-3b5e-4ae0-869b-7745c365dae0 HTTP/1.1" 200 3803 0.007402 10.0.0.22 - - [2025-07-10 02:28:35] "GET /virtual-machine-interface/a373295b-bf3d-42f4-8cbe-07a98658061b HTTP/1.1" 200 3799 0.005924 10.0.0.22 - - [2025-07-10 02:28:35] "GET /virtual-machine-interface/ff2081e7-a84e-4c99-9824-58e8abb1c4dd HTTP/1.1" 200 3817 0.005753 10.0.0.22 - - [2025-07-10 02:28:35] "GET /instance-ip/30af5a35-52bd-463b-bcb4-8e2b8314b125 HTTP/1.1" 200 1960 0.004277 10.0.0.22 - - [2025-07-10 02:28:35] "GET /instance-ip/5983e721-852a-4933-ba2c-c57a3586a4ba HTTP/1.1" 200 1958 0.004520 10.0.0.22 - - [2025-07-10 02:28:35] "GET /instance-ip/d360a478-9c51-48ff-a9da-692c37dcc524 HTTP/1.1" 200 1624 0.006013 10.0.0.22 - - [2025-07-10 02:28:35] "GET /instance-ip/88980c65-f4ff-4008-8639-bdfa67b4b526 HTTP/1.1" 200 1953 0.004155 10.0.0.22 - - [2025-07-10 02:28:35] "GET /instance-ip/bb086fac-407f-481d-a799-e368a3819714 HTTP/1.1" 200 1957 0.004612 10.0.0.22 - - [2025-07-10 02:28:35] "GET /instance-ip/f46ea59e-397d-42ce-bd9a-e564088bbda9 HTTP/1.1" 200 1620 0.006273 10.0.0.22 - - [2025-07-10 02:28:35] "GET /instance-ip/6238c444-b7a3-417d-a67f-691a72d6f911 HTTP/1.1" 200 1980 0.004316 10.0.0.22 - - [2025-07-10 02:28:35] "GET /instance-ip/b8ebf106-33bc-42d3-921a-0d5ff960d385 HTTP/1.1" 200 1979 0.004026 10.0.0.22 - - [2025-07-10 02:28:35] "GET /instance-ip/ca46d007-7edc-4b5e-8da3-0ec18e29b60d HTTP/1.1" 200 1623 0.005118 10.0.0.22 - - [2025-07-10 02:28:35] "POST /neutron/port HTTP/1.1" 200 3832 0.031957 10.0.0.22 - - [2025-07-10 02:28:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006627 10.0.0.22 - - [2025-07-10 02:28:35] "POST /neutron/port HTTP/1.1" 200 3832 0.028748 10.0.0.22 - - [2025-07-10 02:28:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006350 10.0.0.22 - - [2025-07-10 02:28:35] "POST /neutron/port HTTP/1.1" 200 3832 0.028664 10.0.0.22 - - [2025-07-10 02:28:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006508 10.0.0.22 - - [2025-07-10 02:28:36] "POST /neutron/port HTTP/1.1" 200 3832 0.029287 10.0.0.22 - - [2025-07-10 02:28:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006521 10.0.0.22 - - [2025-07-10 02:28:36] "GET /virtual-machine/89d3c50c-6e24-47d2-b88d-afe3c20c3dae HTTP/1.1" 200 1802 0.003792 10.0.0.22 - - [2025-07-10 02:28:36] "GET /virtual-machine-interface/4fc65440-3b5e-4ae0-869b-7745c365dae0 HTTP/1.1" 200 3803 0.005294 10.0.0.22 - - [2025-07-10 02:28:36] "GET /virtual-machine-interface/a373295b-bf3d-42f4-8cbe-07a98658061b HTTP/1.1" 200 3799 0.006132 10.0.0.22 - - [2025-07-10 02:28:36] "GET /virtual-machine-interface/ff2081e7-a84e-4c99-9824-58e8abb1c4dd HTTP/1.1" 200 3817 0.005374 10.0.0.22 - - [2025-07-10 02:28:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.22 - - [2025-07-10 02:28:36] "GET /global-vrouter-config/4bebef79-bfbe-4af5-b033-c012e63d2029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003099 10.0.0.22 - - [2025-07-10 02:28:36] "GET /virtual-networks?parent_id=587f6788-4667-4a09-947d-0893b5d572c3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003269 10.0.0.22 - - [2025-07-10 02:28:36] "GET /virtual-network/850861fe-2cac-4dec-b918-e9996879ab38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.007790 10.0.0.22 - - [2025-07-10 02:28:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003144 10.0.0.22 - - [2025-07-10 02:28:37] "GET /global-vrouter-config/4bebef79-bfbe-4af5-b033-c012e63d2029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003391 10.0.0.22 - - [2025-07-10 02:28:37] "GET /virtual-networks?parent_id=587f6788-4667-4a09-947d-0893b5d572c3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003466 10.0.0.22 - - [2025-07-10 02:28:37] "GET /virtual-network/850861fe-2cac-4dec-b918-e9996879ab38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.005847 10.0.0.22 - - [2025-07-10 02:28:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003240 10.0.0.22 - - [2025-07-10 02:28:37] "GET /global-vrouter-config/4bebef79-bfbe-4af5-b033-c012e63d2029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003775 10.0.0.22 - - [2025-07-10 02:28:37] "GET /virtual-networks?parent_id=587f6788-4667-4a09-947d-0893b5d572c3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003569 10.0.0.22 - - [2025-07-10 02:28:37] "GET /virtual-network/850861fe-2cac-4dec-b918-e9996879ab38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.006358 10.0.0.22 - - [2025-07-10 02:28:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003476 10.0.0.22 - - [2025-07-10 02:28:37] "GET /global-vrouter-config/4bebef79-bfbe-4af5-b033-c012e63d2029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.005268 10.0.0.22 - - [2025-07-10 02:28:37] "GET /virtual-networks?parent_id=587f6788-4667-4a09-947d-0893b5d572c3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003417 10.0.0.22 - - [2025-07-10 02:28:37] "GET /virtual-network/850861fe-2cac-4dec-b918-e9996879ab38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.007994 10.0.0.22 - - [2025-07-10 02:28:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.22 - - [2025-07-10 02:28:38] "GET /global-vrouter-config/4bebef79-bfbe-4af5-b033-c012e63d2029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003815 10.0.0.22 - - [2025-07-10 02:28:38] "GET /virtual-networks?parent_id=587f6788-4667-4a09-947d-0893b5d572c3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003455 10.0.0.22 - - [2025-07-10 02:28:38] "GET /virtual-network/850861fe-2cac-4dec-b918-e9996879ab38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.005956 10.0.0.22 - - [2025-07-10 02:28:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.22 - - [2025-07-10 02:28:38] "GET /global-vrouter-config/4bebef79-bfbe-4af5-b033-c012e63d2029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003719 10.0.0.22 - - [2025-07-10 02:28:38] "GET /virtual-networks?parent_id=587f6788-4667-4a09-947d-0893b5d572c3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003867 10.0.0.22 - - [2025-07-10 02:28:38] "GET /virtual-network/29c92237-d88b-4a50-9205-da32e80444d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006524 10.0.0.22 - - [2025-07-10 02:28:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003101 10.0.0.22 - - [2025-07-10 02:28:38] "GET /global-vrouter-config/4bebef79-bfbe-4af5-b033-c012e63d2029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004614 10.0.0.22 - - [2025-07-10 02:28:38] "GET /virtual-networks?parent_id=587f6788-4667-4a09-947d-0893b5d572c3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003347 10.0.0.22 - - [2025-07-10 02:28:38] "GET /virtual-network/29c92237-d88b-4a50-9205-da32e80444d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.008384 10.0.0.22 - - [2025-07-10 02:28:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.22 - - [2025-07-10 02:28:38] "GET /global-vrouter-config/4bebef79-bfbe-4af5-b033-c012e63d2029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004142 10.0.0.22 - - [2025-07-10 02:28:38] "GET /virtual-networks?parent_id=587f6788-4667-4a09-947d-0893b5d572c3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003605 10.0.0.22 - - [2025-07-10 02:28:38] "GET /virtual-network/29c92237-d88b-4a50-9205-da32e80444d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006548 10.0.0.22 - - [2025-07-10 02:28:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823 10.0.0.22 - - [2025-07-10 02:28:38] "GET /global-vrouter-config/4bebef79-bfbe-4af5-b033-c012e63d2029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004036 10.0.0.22 - - [2025-07-10 02:28:38] "GET /virtual-networks?parent_id=587f6788-4667-4a09-947d-0893b5d572c3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003502 10.0.0.22 - - [2025-07-10 02:28:38] "GET /virtual-network/29c92237-d88b-4a50-9205-da32e80444d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006029 10.0.0.22 - - [2025-07-10 02:28:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.22 - - [2025-07-10 02:28:39] "GET /global-vrouter-config/4bebef79-bfbe-4af5-b033-c012e63d2029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003577 10.0.0.22 - - [2025-07-10 02:28:39] "GET /virtual-networks?parent_id=587f6788-4667-4a09-947d-0893b5d572c3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003678 10.0.0.22 - - [2025-07-10 02:28:39] "GET /virtual-network/ea7c3b15-0688-4d59-81ee-f1024f7f36d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006433 10.0.0.22 - - [2025-07-10 02:28:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.22 - - [2025-07-10 02:28:39] "GET /global-vrouter-config/4bebef79-bfbe-4af5-b033-c012e63d2029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003942 10.0.0.22 - - [2025-07-10 02:28:39] "GET /virtual-networks?parent_id=587f6788-4667-4a09-947d-0893b5d572c3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003916 10.0.0.22 - - [2025-07-10 02:28:39] "GET /virtual-network/ea7c3b15-0688-4d59-81ee-f1024f7f36d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005902 10.0.0.22 - - [2025-07-10 02:28:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.22 - - [2025-07-10 02:28:39] "GET /global-vrouter-config/4bebef79-bfbe-4af5-b033-c012e63d2029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004276 10.0.0.22 - - [2025-07-10 02:28:39] "GET /virtual-networks?parent_id=587f6788-4667-4a09-947d-0893b5d572c3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003731 10.0.0.22 - - [2025-07-10 02:28:39] "GET /virtual-network/ea7c3b15-0688-4d59-81ee-f1024f7f36d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006868 10.0.0.22 - - [2025-07-10 02:28:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.22 - - [2025-07-10 02:28:39] "GET /global-vrouter-config/4bebef79-bfbe-4af5-b033-c012e63d2029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003939 10.0.0.22 - - [2025-07-10 02:28:39] "GET /virtual-networks?parent_id=587f6788-4667-4a09-947d-0893b5d572c3&detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003448 10.0.0.22 - - [2025-07-10 02:28:39] "GET /virtual-network/ea7c3b15-0688-4d59-81ee-f1024f7f36d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005798 10.0.0.22 - - [2025-07-10 02:28:39] "GET /virtual-machine/89d3c50c-6e24-47d2-b88d-afe3c20c3dae HTTP/1.1" 200 1802 0.006312 10.0.0.22 - - [2025-07-10 02:28:39] "GET /domains HTTP/1.1" 200 280 0.003524 10.0.0.22 - - [2025-07-10 02:28:39] "GET /domains?obj_uuids=3dee1766-372a-4f75-b1e1-89cf3e854bde&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001876 10.0.0.22 - - [2025-07-10 02:28:39] "GET /domain/3dee1766-372a-4f75-b1e1-89cf3e854bde HTTP/1.1" 200 2771 0.011993 10.0.0.22 - - [2025-07-10 02:28:39] "GET /projects?obj_uuids=587f6788-4667-4a09-947d-0893b5d572c3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001274 10.0.0.22 - - [2025-07-10 02:28:39] "GET /project/587f6788-4667-4a09-947d-0893b5d572c3 HTTP/1.1" 200 4233 0.070496 10.0.0.22 - - [2025-07-10 02:28:39] "GET /service-instance/ce956af1-4c13-48bc-9ee9-7cdcaa59a57b HTTP/1.1" 200 3784 0.004546 10.0.0.22 - - [2025-07-10 02:28:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.22 - - [2025-07-10 02:28:39] "GET /routing-instance/d5050c74-f615-4484-9d2e-7fe8c348d051?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1888 0.004544 10.0.0.22 - - [2025-07-10 02:28:40] "GET /routing-instance/d5050c74-f615-4484-9d2e-7fe8c348d051?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2021 0.006507 10.0.0.22 - - [2025-07-10 02:28:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.22 - - [2025-07-10 02:28:40] "GET /routing-instance/d79a13d2-dbc6-4b59-8891-df3ae5ec91e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1892 0.005099 10.0.0.22 - - [2025-07-10 02:28:40] "GET /routing-instance/d79a13d2-dbc6-4b59-8891-df3ae5ec91e5?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2023 0.006180 10.0.0.22 - - [2025-07-10 02:28:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003216 10.0.0.22 - - [2025-07-10 02:28:40] "GET /virtual-network/850861fe-2cac-4dec-b918-e9996879ab38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.005805 10.0.0.22 - - [2025-07-10 02:28:40] "GET /virtual-network/850861fe-2cac-4dec-b918-e9996879ab38?fields=routing_instances HTTP/1.1" 200 1683 0.007217 10.0.0.22 - - [2025-07-10 02:28:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003193 10.0.0.22 - - [2025-07-10 02:28:40] "GET /virtual-network/ea7c3b15-0688-4d59-81ee-f1024f7f36d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006028 10.0.0.22 - - [2025-07-10 02:28:40] "GET /virtual-network/ea7c3b15-0688-4d59-81ee-f1024f7f36d3?fields=routing_instances HTTP/1.1" 200 1688 0.007838 10.0.0.22 - - [2025-07-10 02:28:44] "POST /ref-update HTTP/1.1" 200 156 0.039718 10.0.0.22 - - [2025-07-10 02:28:44] "DELETE /access-control-list/e2b0b8c5-22ea-4227-9c2d-b2e59c1a66a6 HTTP/1.1" 200 115 0.028452 10.0.0.22 - - [2025-07-10 02:28:44] "POST /neutron/network HTTP/1.1" 200 835 0.008892 10.0.0.22 - - [2025-07-10 02:28:44] "GET /virtual-network/ea7c3b15-0688-4d59-81ee-f1024f7f36d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.008198 10.0.0.22 - - [2025-07-10 02:28:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.22 - - [2025-07-10 02:28:44] "DELETE /routing-instance/a78f075e-8910-49e0-88ba-6306b09c9fba HTTP/1.1" 200 115 0.028666 10.0.0.22 - - [2025-07-10 02:28:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003770 10.0.0.22 - - [2025-07-10 02:28:44] "GET /network-policy/c6a20548-25c7-468a-9b12-e29916379637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.004178 10.0.0.22 - - [2025-07-10 02:28:44] "DELETE /route-target/5c8405f0-e59c-4845-8cf6-2b5e4b06496d HTTP/1.1" 200 115 0.029736 10.0.0.22 - - [2025-07-10 02:28:44] "POST /ref-update HTTP/1.1" 200 156 0.031029 10.0.0.22 - - [2025-07-10 02:28:44] "DELETE /routing-instance/ad866e19-feb2-4a34-b397-894298860c1b HTTP/1.1" 200 115 0.027997 10.0.0.22 - - [2025-07-10 02:28:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004864 10.0.0.22 - - [2025-07-10 02:28:44] "POST /neutron/network HTTP/1.1" 200 830 0.006915 10.0.0.22 - - [2025-07-10 02:28:44] "GET /virtual-network/850861fe-2cac-4dec-b918-e9996879ab38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005383 10.0.0.22 - - [2025-07-10 02:28:45] "DELETE /route-target/3a746f2b-5e44-4686-82cf-29bb08753128 HTTP/1.1" 200 115 0.020732 10.0.0.22 - - [2025-07-10 02:28:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.007120 10.0.0.22 - - [2025-07-10 02:28:45] "DELETE /access-control-list/cddd7b60-bde8-4db8-8328-84e950eb4e09 HTTP/1.1" 200 115 0.026515 10.0.0.22 - - [2025-07-10 02:28:45] "GET /network-policy/c6a20548-25c7-468a-9b12-e29916379637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003865 10.0.0.22 - - [2025-07-10 02:28:45] "DELETE /network-policy/c6a20548-25c7-468a-9b12-e29916379637 HTTP/1.1" 200 115 0.021470 10.0.0.22 - - [2025-07-10 02:28:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002824 10.0.0.22 - - [2025-07-10 02:28:45] "DELETE /service-instance/ce956af1-4c13-48bc-9ee9-7cdcaa59a57b HTTP/1.1" 200 115 0.046368 10.0.0.22 - - [2025-07-10 02:28:45] "GET /domains HTTP/1.1" 200 280 0.002425 10.0.0.22 - - [2025-07-10 02:28:45] "POST /ref-update HTTP/1.1" 200 156 0.016752 10.0.0.22 - - [2025-07-10 02:28:45] "GET /domains?obj_uuids=3dee1766-372a-4f75-b1e1-89cf3e854bde&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001769 10.0.0.22 - - [2025-07-10 02:28:45] "GET /domain/3dee1766-372a-4f75-b1e1-89cf3e854bde HTTP/1.1" 200 2771 0.009769 10.0.0.22 - - [2025-07-10 02:28:45] "GET /projects?obj_uuids=587f6788-4667-4a09-947d-0893b5d572c3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001243 10.0.0.22 - - [2025-07-10 02:28:45] "DELETE /instance-ip/6238c444-b7a3-417d-a67f-691a72d6f911 HTTP/1.1" 200 115 0.030828 10.0.0.22 - - [2025-07-10 02:28:45] "POST /ref-update HTTP/1.1" 200 156 0.011112 10.0.0.22 - - [2025-07-10 02:28:45] "POST /neutron/port HTTP/1.1" 200 1087 0.019193 10.0.0.22 - - [2025-07-10 02:28:45] "GET /project/587f6788-4667-4a09-947d-0893b5d572c3 HTTP/1.1" 200 3759 0.077556 10.0.0.22 - - [2025-07-10 02:28:45] "GET /virtual-machine/89d3c50c-6e24-47d2-b88d-afe3c20c3dae HTTP/1.1" 200 1802 0.005094 10.0.0.22 - - [2025-07-10 02:28:45] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003355 10.0.0.22 - - [2025-07-10 02:28:45] "POST /neutron/port HTTP/1.1" 200 1087 0.019658 10.0.0.22 - - [2025-07-10 02:28:45] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.005661 10.0.0.22 - - [2025-07-10 02:28:45] "DELETE /instance-ip/5983e721-852a-4933-ba2c-c57a3586a4ba HTTP/1.1" 200 115 0.036781 10.0.0.22 - - [2025-07-10 02:28:45] "POST /ref-update HTTP/1.1" 200 156 0.016401 10.0.0.22 - - [2025-07-10 02:28:45] "POST /neutron/network HTTP/1.1" 200 845 0.006744 10.0.0.22 - - [2025-07-10 02:28:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006789 10.0.0.22 - - [2025-07-10 02:28:45] "POST /neutron/subnet HTTP/1.1" 200 703 0.010642 10.0.0.22 - - [2025-07-10 02:28:45] "POST /neutron/port HTTP/1.1" 200 117 0.001765 10.0.0.22 - - [2025-07-10 02:28:45] "DELETE /instance-ip/b8ebf106-33bc-42d3-921a-0d5ff960d385 HTTP/1.1" 200 115 0.029886 10.0.0.22 - - [2025-07-10 02:28:45] "POST /neutron/network HTTP/1.1" 200 835 0.006887 10.0.0.22 - - [2025-07-10 02:28:45] "POST /ref-update HTTP/1.1" 200 156 0.020976 10.0.0.22 - - [2025-07-10 02:28:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.007340 10.0.0.22 - - [2025-07-10 02:28:45] "DELETE /service-template/9adad846-e256-4348-8ee5-2bb916f6b9ef HTTP/1.1" 200 115 0.044506 10.0.0.22 - - [2025-07-10 02:28:45] "POST /fqname-to-id HTTP/1.1" 404 193 0.003188 10.0.0.22 - - [2025-07-10 02:28:45] "DELETE /instance-ip/88980c65-f4ff-4008-8639-bdfa67b4b526 HTTP/1.1" 200 115 0.039064 10.0.0.22 - - [2025-07-10 02:28:45] "POST /ref-update HTTP/1.1" 200 156 0.019516 10.0.0.22 - - [2025-07-10 02:28:45] "DELETE /instance-ip/bb086fac-407f-481d-a799-e368a3819714 HTTP/1.1" 200 115 0.031074 10.0.0.22 - - [2025-07-10 02:28:45] "POST /ref-update HTTP/1.1" 200 156 0.011902 10.0.0.22 - - [2025-07-10 02:28:45] "DELETE /instance-ip/30af5a35-52bd-463b-bcb4-8e2b8314b125 HTTP/1.1" 200 115 0.024029 10.0.0.22 - - [2025-07-10 02:28:45] "POST /neutron/network HTTP/1.1" 200 835 0.006505 10.0.0.22 - - [2025-07-10 02:28:45] "POST /neutron/network HTTP/1.1" 400 204 0.018931 10.0.0.22 - - [2025-07-10 02:28:46] "POST /neutron/port HTTP/1.1" 200 1087 0.011884 10.0.0.22 - - [2025-07-10 02:28:46] "POST /neutron/port HTTP/1.1" 200 1113 0.009748 10.0.0.22 - - [2025-07-10 02:28:46] "POST /neutron/port HTTP/1.1" 200 1084 0.016715 10.0.0.22 - - [2025-07-10 02:28:46] "POST /neutron/port HTTP/1.1" 200 1110 0.009990 10.0.0.22 - - [2025-07-10 02:28:46] "POST /neutron/port HTTP/1.1" 200 151 0.147888 10.0.0.22 - - [2025-07-10 02:28:46] "POST /neutron/port HTTP/1.1" 200 3025 0.029300 10.0.0.22 - - [2025-07-10 02:28:46] "POST /neutron/port HTTP/1.1" 200 151 0.159234 10.0.0.22 - - [2025-07-10 02:28:46] "POST /neutron/port HTTP/1.1" 200 1113 0.010666 10.0.0.22 - - [2025-07-10 02:28:46] "POST /neutron/port HTTP/1.1" 200 151 0.119142 10.0.0.22 - - [2025-07-10 02:28:46] "POST /neutron/port HTTP/1.1" 200 1110 0.010852 10.0.0.22 - - [2025-07-10 02:28:46] "POST /neutron/port HTTP/1.1" 200 151 0.113851 10.0.0.22 - - [2025-07-10 02:28:46] "POST /neutron/port HTTP/1.1" 200 1113 0.009515 10.0.0.22 - - [2025-07-10 02:28:46] "POST /neutron/port HTTP/1.1" 200 151 0.117942 10.0.0.22 - - [2025-07-10 02:28:47] "POST /neutron/network HTTP/1.1" 200 835 0.006413 10.0.0.22 - - [2025-07-10 02:28:47] "POST /useragent-kv HTTP/1.1" 200 115 0.006418 10.0.0.22 - - [2025-07-10 02:28:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.007688 10.0.0.22 - - [2025-07-10 02:28:47] "POST /useragent-kv HTTP/1.1" 200 115 0.003313 10.0.0.22 - - [2025-07-10 02:28:47] "POST /neutron/network HTTP/1.1" 200 151 0.089739 10.0.0.22 - - [2025-07-10 02:28:47] "GET /routing-instance/d79a13d2-dbc6-4b59-8891-df3ae5ec91e5 HTTP/1.1" 404 171 0.002652 10.0.0.22 - - [2025-07-10 02:28:47] "DELETE /route-target/0510a746-183a-4482-9660-1c20a2b0f63e HTTP/1.1" 200 115 0.021370 10.0.0.22 - - [2025-07-10 02:28:47] "GET /domains HTTP/1.1" 200 280 0.003508 10.0.0.22 - - [2025-07-10 02:28:48] "GET /domains?obj_uuids=3dee1766-372a-4f75-b1e1-89cf3e854bde&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001169 10.0.0.22 - - [2025-07-10 02:28:48] "GET /domain/3dee1766-372a-4f75-b1e1-89cf3e854bde HTTP/1.1" 200 2571 0.056312 10.0.0.22 - - [2025-07-10 02:28:48] "GET /projects?obj_uuids=587f6788-4667-4a09-947d-0893b5d572c3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001140 10.0.0.22 - - [2025-07-10 02:28:48] "GET /project/587f6788-4667-4a09-947d-0893b5d572c3 HTTP/1.1" 200 2298 0.065871 10.0.0.22 - - [2025-07-10 02:28:48] "POST /neutron/network HTTP/1.1" 200 830 0.006036 10.0.0.22 - - [2025-07-10 02:28:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002831 10.0.0.22 - - [2025-07-10 02:28:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003018 10.0.0.22 - - [2025-07-10 02:28:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002253 10.0.0.22 - - [2025-07-10 02:28:48] "POST /neutron/network HTTP/1.1" 200 151 0.087592 10.0.0.22 - - [2025-07-10 02:28:48] "DELETE /route-target/f992a141-7f73-4acf-b87a-706d06382e12 HTTP/1.1" 200 115 0.024010 10.0.0.22 - - [2025-07-10 02:28:48] "GET /routing-instance/d5050c74-f615-4484-9d2e-7fe8c348d051 HTTP/1.1" 404 171 0.005225 10.0.0.22 - - [2025-07-10 02:28:48] "GET /domains HTTP/1.1" 200 280 0.002317 10.0.0.22 - - [2025-07-10 02:28:48] "GET /domains?obj_uuids=3dee1766-372a-4f75-b1e1-89cf3e854bde&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001071 10.0.0.22 - - [2025-07-10 02:28:48] "GET /domain/3dee1766-372a-4f75-b1e1-89cf3e854bde HTTP/1.1" 200 2571 0.050147 10.0.0.22 - - [2025-07-10 02:28:48] "GET /projects?obj_uuids=587f6788-4667-4a09-947d-0893b5d572c3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001174 10.0.0.22 - - [2025-07-10 02:28:48] "GET /project/587f6788-4667-4a09-947d-0893b5d572c3 HTTP/1.1" 200 2080 0.081640 10.0.0.22 - - [2025-07-10 02:28:48] "POST /neutron/network HTTP/1.1" 200 833 0.006706 10.0.0.22 - - [2025-07-10 02:28:48] "POST /useragent-kv HTTP/1.1" 200 115 0.004015 10.0.0.22 - - [2025-07-10 02:28:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004892 10.0.0.22 - - [2025-07-10 02:28:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003325 10.0.0.22 - - [2025-07-10 02:28:48] "POST /neutron/network HTTP/1.1" 200 151 0.086361 10.0.0.22 - - [2025-07-10 02:28:48] "GET /routing-instance/5181c90e-a834-48b5-8d0f-518be6582102 HTTP/1.1" 404 171 0.002715 10.0.0.22 - - [2025-07-10 02:28:48] "DELETE /route-target/37dbfc18-ae3f-49a9-8155-4a1b764a5cff HTTP/1.1" 200 115 0.019525 10.0.0.22 - - [2025-07-10 02:28:48] "GET /domains HTTP/1.1" 200 280 0.002602 10.0.0.22 - - [2025-07-10 02:28:48] "GET /domains?obj_uuids=3dee1766-372a-4f75-b1e1-89cf3e854bde&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001919 10.0.0.22 - - [2025-07-10 02:28:48] "GET /domain/3dee1766-372a-4f75-b1e1-89cf3e854bde HTTP/1.1" 200 2571 0.052317 10.0.0.22 - - [2025-07-10 02:28:48] "GET /projects?obj_uuids=587f6788-4667-4a09-947d-0893b5d572c3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001207 10.0.0.22 - - [2025-07-10 02:28:48] "GET /project/587f6788-4667-4a09-947d-0893b5d572c3 HTTP/1.1" 200 1840 0.071949 10.0.0.22 - - [2025-07-10 02:28:49] "GET /projects?obj_uuids=587f6788-4667-4a09-947d-0893b5d572c3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001283 10.0.0.22 - - [2025-07-10 02:28:49] "GET /project/587f6788-4667-4a09-947d-0893b5d572c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.026468 10.0.0.22 - - [2025-07-10 02:28:49] "GET /projects?obj_uuids=587f6788-4667-4a09-947d-0893b5d572c3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001198 10.0.0.22 - - [2025-07-10 02:28:49] "GET /project/587f6788-4667-4a09-947d-0893b5d572c3?fields=virtual_networks HTTP/1.1" 200 1028 0.070060 10.0.0.22 - - [2025-07-10 02:28:49] "GET /projects?obj_uuids=587f6788-4667-4a09-947d-0893b5d572c3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001198 10.0.0.22 - - [2025-07-10 02:28:49] "GET /project/587f6788-4667-4a09-947d-0893b5d572c3?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.032762 10.0.0.22 - - [2025-07-10 02:28:49] "GET /projects?obj_uuids=587f6788-4667-4a09-947d-0893b5d572c3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001826 10.0.0.22 - - [2025-07-10 02:28:49] "GET /project/587f6788-4667-4a09-947d-0893b5d572c3?fields=security_groups HTTP/1.1" 200 1252 0.036609 10.0.0.22 - - [2025-07-10 02:28:50] "POST /fqname-to-id HTTP/1.1" 404 189 0.025589 10.0.0.22 - - [2025-07-10 02:28:50] "GET /projects?obj_uuids=73169506-328d-4570-8c90-7a3fa99b5806&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002646 10.0.0.22 - - [2025-07-10 02:28:50] "GET /domains?obj_uuids=3dee1766-372a-4f75-b1e1-89cf3e854bde&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001152 10.0.0.22 - - [2025-07-10 02:28:50] "GET /domain/3dee1766-372a-4f75-b1e1-89cf3e854bde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008632 10.0.0.22 - - [2025-07-10 02:28:50] "POST /id-to-fqname HTTP/1.1" 200 191 0.002553 10.0.0.22 - - [2025-07-10 02:28:50] "POST /fqname-to-id HTTP/1.1" 404 200 0.004717 10.0.0.22 - - [2025-07-10 02:28:50] "POST /security-groups HTTP/1.1" 200 592 0.063790 10.0.0.22 - - [2025-07-10 02:28:50] "POST /fqname-to-id HTTP/1.1" 404 235 0.002942 10.0.0.22 - - [2025-07-10 02:28:50] "POST /projects HTTP/1.1" 200 587 0.226621 10.0.0.22 - - [2025-07-10 02:28:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.300640 10.0.0.22 - - [2025-07-10 02:28:50] "POST /access-control-lists HTTP/1.1" 200 597 0.063581 10.0.0.22 - - [2025-07-10 02:28:50] "POST /fqname-to-id HTTP/1.1" 404 234 0.003965 10.0.0.22 - - [2025-07-10 02:28:50] "GET /project/73169506-328d-4570-8c90-7a3fa99b5806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.433965 10.0.0.22 - - [2025-07-10 02:28:50] "POST /access-control-lists HTTP/1.1" 200 595 0.063915 10.0.0.22 - - [2025-07-10 02:28:51] "GET / HTTP/1.1" 200 35931 0.004968 10.0.0.22 - - [2025-07-10 02:28:52] "GET /project/73169506-328d-4570-8c90-7a3fa99b5806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000732 10.0.0.22 - - [2025-07-10 02:28:53] "GET /projects?obj_uuids=73169506-328d-4570-8c90-7a3fa99b5806&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001752 10.0.0.22 - - [2025-07-10 02:28:53] "GET /project/73169506-328d-4570-8c90-7a3fa99b5806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.057581 10.0.0.22 - - [2025-07-10 02:28:53] "POST /fqname-to-id HTTP/1.1" 404 180 0.002480 10.0.0.22 - - [2025-07-10 02:28:53] "POST /virtual-DNSs HTTP/1.1" 200 507 0.017725 10.0.0.22 - - [2025-07-10 02:28:53] "GET /virtual-DNS/cf6040d1-8cfa-4fdf-96b5-fa7f58230779?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.004936 10.0.0.22 - - [2025-07-10 02:28:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.22 - - [2025-07-10 02:28:53] "GET /virtual-DNS/cf6040d1-8cfa-4fdf-96b5-fa7f58230779?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.004763 10.0.0.22 - - [2025-07-10 02:28:53] "GET /domains HTTP/1.1" 401 292 0.000502 10.0.0.22 - - [2025-07-10 02:28:54] "GET /domains HTTP/1.1" 200 280 0.028767 10.0.0.22 - - [2025-07-10 02:28:54] "GET /domains?obj_uuids=3dee1766-372a-4f75-b1e1-89cf3e854bde&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001855 10.0.0.22 - - [2025-07-10 02:28:54] "GET /domain/3dee1766-372a-4f75-b1e1-89cf3e854bde HTTP/1.1" 200 2958 0.012722 10.0.0.22 - - [2025-07-10 02:28:54] "GET /virtual-DNS/cf6040d1-8cfa-4fdf-96b5-fa7f58230779 HTTP/1.1" 200 1439 0.006037 10.0.0.22 - - [2025-07-10 02:28:54] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.003446 10.0.0.22 - - [2025-07-10 02:28:54] "POST /network-ipams HTTP/1.1" 200 514 0.019533 10.0.0.22 - - [2025-07-10 02:28:54] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 968 0.003032 10.0.0.22 - - [2025-07-10 02:28:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.22 - - [2025-07-10 02:28:54] "GET /network-ipam/09e88aee-5489-4639-a7ee-71138b2010f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.005146 10.0.0.22 - - [2025-07-10 02:28:54] "PUT /network-ipam/09e88aee-5489-4639-a7ee-71138b2010f7 HTTP/1.1" 200 258 0.010325 10.0.0.22 - - [2025-07-10 02:28:54] "POST /ref-update HTTP/1.1" 200 156 0.008904 10.0.0.22 - - [2025-07-10 02:28:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003369 10.0.0.22 - - [2025-07-10 02:28:54] "GET /projects?obj_uuids=73169506-328d-4570-8c90-7a3fa99b5806&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001681 10.0.0.22 - - [2025-07-10 02:28:54] "GET /project/73169506-328d-4570-8c90-7a3fa99b5806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.026868 10.0.0.22 - - [2025-07-10 02:28:54] "POST /neutron/network HTTP/1.1" 200 117 0.038734 10.0.0.22 - - [2025-07-10 02:28:54] "GET /projects?obj_uuids=73169506-328d-4570-8c90-7a3fa99b5806&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002090 10.0.0.22 - - [2025-07-10 02:28:54] "POST /neutron/network HTTP/1.1" 200 618 0.093122 10.0.0.22 - - [2025-07-10 02:28:54] "POST /route-targets HTTP/1.1" 200 327 0.019383 10.0.0.22 - - [2025-07-10 02:28:54] "POST /ref-update HTTP/1.1" 200 156 0.018620 10.0.0.22 - - [2025-07-10 02:28:54] "POST /useragent-kv HTTP/1.1" 200 115 0.006408 10.0.0.22 - - [2025-07-10 02:28:54] "POST /neutron/subnet HTTP/1.1" 200 711 0.229613 10.0.0.22 - - [2025-07-10 02:28:54] "POST /neutron/network HTTP/1.1" 200 833 0.007711 10.0.0.22 - - [2025-07-10 02:28:54] "POST /id-to-fqname HTTP/1.1" 200 227 0.002046 10.0.0.22 - - [2025-07-10 02:28:54] "GET /virtual-network/e7c1bee6-32c7-4cca-a1e8-0bb9e1cf092b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007539 10.0.0.22 - - [2025-07-10 02:28:55] "POST /neutron/network HTTP/1.1" 200 833 0.005710 10.0.0.22 - - [2025-07-10 02:28:55] "GET /virtual-network/e7c1bee6-32c7-4cca-a1e8-0bb9e1cf092b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005510 10.0.0.22 - - [2025-07-10 02:28:55] "POST /neutron/network HTTP/1.1" 200 833 0.007033 10.0.0.22 - - [2025-07-10 02:28:55] "POST /neutron/subnet HTTP/1.1" 200 711 0.007933 10.0.0.22 - - [2025-07-10 02:28:55] "POST /neutron/network HTTP/1.1" 200 807 0.013093 10.0.0.22 - - [2025-07-10 02:28:55] "POST /neutron/network HTTP/1.1" 200 833 0.006258 10.0.0.22 - - [2025-07-10 02:28:55] "POST /id-to-fqname HTTP/1.1" 200 227 0.001478 10.0.0.22 - - [2025-07-10 02:28:55] "POST /neutron/network HTTP/1.1" 200 843 0.005947 10.0.0.22 - - [2025-07-10 02:28:55] "GET /aaa-mode HTTP/1.1" 401 292 0.000447 10.0.0.22 - - [2025-07-10 02:28:55] "GET / HTTP/1.1" 200 35931 0.002186 10.0.0.22 - - [2025-07-10 02:28:55] "GET /project/73169506-328d-4570-8c90-7a3fa99b5806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000464 10.0.0.22 - - [2025-07-10 02:28:56] "GET /projects?obj_uuids=73169506-328d-4570-8c90-7a3fa99b5806&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001341 10.0.0.22 - - [2025-07-10 02:28:56] "GET /project/73169506-328d-4570-8c90-7a3fa99b5806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.050487 10.0.0.22 - - [2025-07-10 02:28:56] "POST /neutron/network HTTP/1.1" 200 833 0.005637 10.0.0.22 - - [2025-07-10 02:28:56] "POST /neutron/port HTTP/1.1" 200 117 0.006563 10.0.0.22 - - [2025-07-10 02:28:56] "POST /neutron/port HTTP/1.1" 200 117 0.008491 10.0.0.22 - - [2025-07-10 02:28:56] "POST /neutron/port HTTP/1.1" 200 117 0.008512 10.0.0.22 - - [2025-07-10 02:28:56] "POST /neutron/network HTTP/1.1" 200 843 0.006411 10.0.0.22 - - [2025-07-10 02:28:56] "GET /projects?obj_uuids=73169506-328d-4570-8c90-7a3fa99b5806&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001388 10.0.0.22 - - [2025-07-10 02:28:57] "POST /neutron/port HTTP/1.1" 200 1058 0.232929 10.0.0.22 - - [2025-07-10 02:28:57] "POST /neutron/port HTTP/1.1" 200 1058 0.011605 10.0.0.22 - - [2025-07-10 02:28:57] "POST /neutron/port HTTP/1.1" 200 1058 0.010324 10.0.0.22 - - [2025-07-10 02:28:57] "POST /neutron/port HTTP/1.1" 200 1112 0.071767 10.0.0.22 - - [2025-07-10 02:28:57] "POST /neutron/port HTTP/1.1" 200 1086 0.014588 10.0.0.22 - - [2025-07-10 02:28:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005708 10.0.0.22 - - [2025-07-10 02:28:57] "POST /neutron/subnet HTTP/1.1" 200 685 0.007597 10.0.0.22 - - [2025-07-10 02:28:57] "POST /neutron/port HTTP/1.1" 200 117 0.001372 10.0.0.22 - - [2025-07-10 02:28:57] "POST /neutron/network HTTP/1.1" 200 833 0.006537 10.0.0.22 - - [2025-07-10 02:29:01] "POST /neutron/port HTTP/1.1" 200 1086 0.011422 10.0.0.22 - - [2025-07-10 02:29:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008214 10.0.0.22 - - [2025-07-10 02:29:01] "POST /neutron/port HTTP/1.1" 200 1086 0.011309 10.0.0.22 - - [2025-07-10 02:29:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006483 10.0.0.22 - - [2025-07-10 02:29:01] "POST /neutron/port HTTP/1.1" 200 1086 0.011544 10.0.0.22 - - [2025-07-10 02:29:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006597 10.0.0.22 - - [2025-07-10 02:29:01] "GET /virtual-machine/cf5f06b3-29e8-4683-b13f-4f96a8994849 HTTP/1.1" 200 1294 0.005963 10.0.0.22 - - [2025-07-10 02:29:01] "GET /virtual-machine-interface/ca150bc6-35f9-43c1-91d3-8f152bd72614 HTTP/1.1" 200 2965 0.006413 10.0.0.22 - - [2025-07-10 02:29:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.22 - - [2025-07-10 02:29:01] "GET /global-vrouter-config/4bebef79-bfbe-4af5-b033-c012e63d2029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003607 10.0.0.22 - - [2025-07-10 02:29:01] "GET /virtual-networks?parent_id=73169506-328d-4570-8c90-7a3fa99b5806&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003310 10.0.0.22 - - [2025-07-10 02:29:01] "GET /virtual-network/e7c1bee6-32c7-4cca-a1e8-0bb9e1cf092b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006264 10.0.0.22 - - [2025-07-10 02:29:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.22 - - [2025-07-10 02:29:04] "GET /virtual-network/e7c1bee6-32c7-4cca-a1e8-0bb9e1cf092b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005424 10.0.0.22 - - [2025-07-10 02:29:06] "POST /neutron/port HTTP/1.1" 200 1086 0.011887 10.0.0.22 - - [2025-07-10 02:29:06] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006410 10.0.0.22 - - [2025-07-10 02:29:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003204 10.0.0.22 - - [2025-07-10 02:29:09] "GET /global-vrouter-config/4bebef79-bfbe-4af5-b033-c012e63d2029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003609 10.0.0.22 - - [2025-07-10 02:29:09] "GET /virtual-networks?parent_id=73169506-328d-4570-8c90-7a3fa99b5806&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003599 10.0.0.22 - - [2025-07-10 02:29:09] "GET /virtual-network/e7c1bee6-32c7-4cca-a1e8-0bb9e1cf092b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006320 10.0.0.22 - - [2025-07-10 02:29:11] "DELETE /project/73169506328d45708c907a3fa99b5806 HTTP/1.1" 404 173 0.006081 10.0.0.22 - - [2025-07-10 02:29:11] "GET /projects?obj_uuids=587f6788-4667-4a09-947d-0893b5d572c3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001112 10.0.0.22 - - [2025-07-10 02:29:11] "GET /project/587f6788-4667-4a09-947d-0893b5d572c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.036167 10.0.0.22 - - [2025-07-10 02:29:11] "GET /projects?obj_uuids=587f6788-4667-4a09-947d-0893b5d572c3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001207 10.0.0.22 - - [2025-07-10 02:29:11] "GET /project/587f6788-4667-4a09-947d-0893b5d572c3?fields=security_groups HTTP/1.1" 200 1357 0.071133 10.0.0.22 - - [2025-07-10 02:29:11] "DELETE /security-group/35f3c562-4884-4f17-abaa-c959c551a7d6 HTTP/1.1" 200 115 0.052793 10.0.0.22 - - [2025-07-10 02:29:11] "GET /projects?obj_uuids=587f6788-4667-4a09-947d-0893b5d572c3&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001868 10.0.0.22 - - [2025-07-10 02:29:11] "DELETE /access-control-list/4798a020-39fa-4501-98e1-b85554920662 HTTP/1.1" 200 115 0.051049 10.0.0.22 - - [2025-07-10 02:29:11] "GET /project/587f6788-4667-4a09-947d-0893b5d572c3?fields=application_policy_sets HTTP/1.1" 200 1396 0.053611 10.0.0.22 - - [2025-07-10 02:29:11] "DELETE /access-control-list/1e5d1c47-109a-46ea-a6c7-e3ba471eac23 HTTP/1.1" 200 115 0.053266 10.0.0.22 - - [2025-07-10 02:29:11] "DELETE /project/587f6788-4667-4a09-947d-0893b5d572c3 HTTP/1.1" 200 115 0.407084 10.0.0.22 - - [2025-07-10 02:29:13] "POST /neutron/network HTTP/1.1" 200 807 0.011868 10.0.0.22 - - [2025-07-10 02:29:13] "POST /neutron/network HTTP/1.1" 200 833 0.005510 10.0.0.22 - - [2025-07-10 02:29:13] "POST /id-to-fqname HTTP/1.1" 200 227 0.001331 10.0.0.22 - - [2025-07-10 02:29:13] "POST /neutron/port HTTP/1.1" 200 1086 0.016445 10.0.0.22 - - [2025-07-10 02:29:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008931 10.0.0.22 - - [2025-07-10 02:29:13] "POST /neutron/network HTTP/1.1" 200 843 0.006010 10.0.0.22 - - [2025-07-10 02:29:13] "GET /aaa-mode HTTP/1.1" 401 292 0.000461 10.0.0.22 - - [2025-07-10 02:29:14] "GET / HTTP/1.1" 200 35931 0.002170 10.0.0.22 - - [2025-07-10 02:29:14] "GET /project/73169506-328d-4570-8c90-7a3fa99b5806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000448 10.0.0.22 - - [2025-07-10 02:29:14] "GET /projects?obj_uuids=73169506-328d-4570-8c90-7a3fa99b5806&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001343 10.0.0.22 - - [2025-07-10 02:29:14] "GET /project/73169506-328d-4570-8c90-7a3fa99b5806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.053299 10.0.0.22 - - [2025-07-10 02:29:14] "POST /neutron/network HTTP/1.1" 200 833 0.006225 10.0.0.22 - - [2025-07-10 02:29:14] "POST /neutron/port HTTP/1.1" 200 1086 0.013725 10.0.0.22 - - [2025-07-10 02:29:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007091 10.0.0.22 - - [2025-07-10 02:29:14] "POST /neutron/port HTTP/1.1" 200 117 0.005221 10.0.0.22 - - [2025-07-10 02:29:15] "POST /neutron/port HTTP/1.1" 200 117 0.005692 10.0.0.22 - - [2025-07-10 02:29:15] "POST /neutron/network HTTP/1.1" 200 843 0.006032 10.0.0.22 - - [2025-07-10 02:29:15] "GET /projects?obj_uuids=73169506-328d-4570-8c90-7a3fa99b5806&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001219 10.0.0.22 - - [2025-07-10 02:29:15] "POST /neutron/port HTTP/1.1" 200 1058 0.215315 10.0.0.22 - - [2025-07-10 02:29:15] "POST /neutron/port HTTP/1.1" 200 1058 0.011302 10.0.0.22 - - [2025-07-10 02:29:15] "POST /neutron/port HTTP/1.1" 200 1058 0.009453 10.0.0.22 - - [2025-07-10 02:29:15] "POST /neutron/port HTTP/1.1" 200 1112 0.059123 10.0.0.22 - - [2025-07-10 02:29:15] "POST /neutron/port HTTP/1.1" 200 1086 0.012328 10.0.0.22 - - [2025-07-10 02:29:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003578 10.0.0.22 - - [2025-07-10 02:29:15] "POST /neutron/subnet HTTP/1.1" 200 685 0.007305 10.0.0.22 - - [2025-07-10 02:29:15] "POST /neutron/port HTTP/1.1" 200 117 0.001472 10.0.0.22 - - [2025-07-10 02:29:15] "POST /neutron/network HTTP/1.1" 200 833 0.005667 10.0.0.22 - - [2025-07-10 02:29:18] "GET /obj-perms HTTP/1.1" 200 5056 0.050337 10.0.0.22 - - [2025-07-10 02:29:19] "GET /obj-perms HTTP/1.1" 200 5056 0.045407 10.0.0.22 - - [2025-07-10 02:29:20] "POST /neutron/port HTTP/1.1" 200 1086 0.012400 10.0.0.22 - - [2025-07-10 02:29:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006924 10.0.0.22 - - [2025-07-10 02:29:20] "POST /neutron/port HTTP/1.1" 200 1086 0.015387 10.0.0.22 - - [2025-07-10 02:29:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007890 10.0.0.22 - - [2025-07-10 02:29:20] "POST /neutron/port HTTP/1.1" 200 1086 0.013137 10.0.0.22 - - [2025-07-10 02:29:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006513 10.0.0.22 - - [2025-07-10 02:29:20] "GET /virtual-machine/9146b749-68e5-4f64-b271-2cfc8a485599 HTTP/1.1" 200 1294 0.004894 10.0.0.22 - - [2025-07-10 02:29:20] "GET /virtual-machine-interface/b23502d7-6618-4f3e-bc62-a2ef860f1e37 HTTP/1.1" 200 2965 0.005192 10.0.0.22 - - [2025-07-10 02:29:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003384 10.0.0.22 - - [2025-07-10 02:29:20] "GET /global-vrouter-config/4bebef79-bfbe-4af5-b033-c012e63d2029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.006398 10.0.0.22 - - [2025-07-10 02:29:20] "GET /virtual-networks?parent_id=73169506-328d-4570-8c90-7a3fa99b5806&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003503 10.0.0.22 - - [2025-07-10 02:29:20] "GET /virtual-network/e7c1bee6-32c7-4cca-a1e8-0bb9e1cf092b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006625 10.0.0.22 - - [2025-07-10 02:29:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.22 - - [2025-07-10 02:29:23] "GET /virtual-network/e7c1bee6-32c7-4cca-a1e8-0bb9e1cf092b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006174 10.0.0.22 - - [2025-07-10 02:29:24] "GET /global-system-configs HTTP/1.1" 200 322 0.034331 10.0.0.22 - - [2025-07-10 02:29:24] "GET /obj-perms HTTP/1.1" 200 5056 0.070232 10.0.0.22 - - [2025-07-10 02:29:24] "POST /neutron/port HTTP/1.1" 200 1086 0.012192 10.0.0.22 - - [2025-07-10 02:29:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006421 10.0.0.22 - - [2025-07-10 02:29:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003945 10.0.0.22 - - [2025-07-10 02:29:25] "GET /global-vrouter-config/4bebef79-bfbe-4af5-b033-c012e63d2029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004340 10.0.0.22 - - [2025-07-10 02:29:25] "GET /virtual-networks?parent_id=73169506-328d-4570-8c90-7a3fa99b5806&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004050 10.0.0.22 - - [2025-07-10 02:29:25] "GET /virtual-network/e7c1bee6-32c7-4cca-a1e8-0bb9e1cf092b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007430 10.0.0.22 - - [2025-07-10 02:29:25] "POST /neutron/port HTTP/1.1" 200 1086 0.012067 10.0.0.22 - - [2025-07-10 02:29:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006574 10.0.0.22 - - [2025-07-10 02:29:26] "GET /global-system-configs HTTP/1.1" 200 322 0.032785 10.0.0.22 - - [2025-07-10 02:29:26] "GET /obj-perms HTTP/1.1" 200 5056 0.064487 10.0.0.22 - - [2025-07-10 02:29:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003409 10.0.0.22 - - [2025-07-10 02:29:36] "DELETE /virtual-DNS/cf6040d1-8cfa-4fdf-96b5-fa7f58230779 HTTP/1.1" 409 235 0.008638 10.0.0.22 - - [2025-07-10 02:29:36] "POST /fqname-to-id HTTP/1.1" 404 192 0.002969 10.0.0.22 - - [2025-07-10 02:29:37] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.016755 10.0.0.22 - - [2025-07-10 02:29:37] "GET /virtual-DNS-record/e500ec5b-a257-4c6f-8cba-09a5f530504b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.004699 10.0.0.22 - - [2025-07-10 02:29:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.22 - - [2025-07-10 02:29:37] "GET /virtual-DNS-record/e500ec5b-a257-4c6f-8cba-09a5f530504b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.003524 10.0.0.22 - - [2025-07-10 02:29:37] "GET /domains HTTP/1.1" 200 280 0.003764 10.0.0.22 - - [2025-07-10 02:29:37] "GET /domains?obj_uuids=3dee1766-372a-4f75-b1e1-89cf3e854bde&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001156 10.0.0.22 - - [2025-07-10 02:29:37] "GET /domain/3dee1766-372a-4f75-b1e1-89cf3e854bde HTTP/1.1" 200 2774 0.008887 10.0.0.22 - - [2025-07-10 02:29:37] "GET /virtual-DNS/cf6040d1-8cfa-4fdf-96b5-fa7f58230779 HTTP/1.1" 200 1908 0.004157 10.0.0.22 - - [2025-07-10 02:29:37] "GET /virtual-DNS-record/e500ec5b-a257-4c6f-8cba-09a5f530504b HTTP/1.1" 200 1337 0.002869 10.0.0.22 - - [2025-07-10 02:29:42] "DELETE /virtual-DNS-record/e500ec5b-a257-4c6f-8cba-09a5f530504b HTTP/1.1" 200 115 0.026735 10.0.0.22 - - [2025-07-10 02:29:42] "POST /fqname-to-id HTTP/1.1" 404 184 0.002914 10.0.0.22 - - [2025-07-10 02:29:42] "POST /neutron/network HTTP/1.1" 200 833 0.009435 10.0.0.22 - - [2025-07-10 02:29:42] "POST /neutron/network HTTP/1.1" 400 204 0.010617 10.0.0.22 - - [2025-07-10 02:29:43] "POST /neutron/port HTTP/1.1" 200 1086 0.015391 10.0.0.22 - - [2025-07-10 02:29:43] "POST /neutron/port HTTP/1.1" 200 1112 0.010372 10.0.0.22 - - [2025-07-10 02:29:43] "POST /neutron/port HTTP/1.1" 200 1086 0.018604 10.0.0.22 - - [2025-07-10 02:29:43] "POST /neutron/port HTTP/1.1" 200 1112 0.010477 10.0.0.22 - - [2025-07-10 02:29:43] "POST /neutron/port HTTP/1.1" 200 151 0.146117 10.0.0.22 - - [2025-07-10 02:29:43] "POST /neutron/port HTTP/1.1" 200 151 0.133061 10.0.0.22 - - [2025-07-10 02:29:44] "POST /neutron/network HTTP/1.1" 200 833 0.006801 10.0.0.22 - - [2025-07-10 02:29:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.22 - - [2025-07-10 02:29:45] "DELETE /route-target/924714c9-53ce-4cc3-98b1-17c96b576237 HTTP/1.1" 200 115 0.054075 10.0.0.22 - - [2025-07-10 02:29:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002889 10.0.0.22 - - [2025-07-10 02:29:45] "POST /useragent-kv HTTP/1.1" 200 115 0.004389 10.0.0.22 - - [2025-07-10 02:29:45] "POST /neutron/network HTTP/1.1" 200 151 0.217109 10.0.0.22 - - [2025-07-10 02:29:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003980 10.0.0.22 - - [2025-07-10 02:29:45] "DELETE /network-ipam/09e88aee-5489-4639-a7ee-71138b2010f7 HTTP/1.1" 200 115 0.027317 10.0.0.22 - - [2025-07-10 02:29:45] "DELETE /virtual-DNS/cf6040d1-8cfa-4fdf-96b5-fa7f58230779 HTTP/1.1" 200 115 0.022612 10.0.0.22 - - [2025-07-10 02:29:45] "POST /fqname-to-id HTTP/1.1" 404 180 0.002767 10.0.0.22 - - [2025-07-10 02:29:45] "GET /domains HTTP/1.1" 200 280 0.003528 10.0.0.22 - - [2025-07-10 02:29:45] "GET /domains?obj_uuids=3dee1766-372a-4f75-b1e1-89cf3e854bde&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001216 10.0.0.22 - - [2025-07-10 02:29:45] "GET /domain/3dee1766-372a-4f75-b1e1-89cf3e854bde HTTP/1.1" 200 2574 0.009161 10.0.0.22 - - [2025-07-10 02:29:45] "GET /projects?obj_uuids=73169506-328d-4570-8c90-7a3fa99b5806&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001420 10.0.0.22 - - [2025-07-10 02:29:45] "GET /project/73169506-328d-4570-8c90-7a3fa99b5806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.027750 10.0.0.22 - - [2025-07-10 02:29:45] "GET /projects?obj_uuids=73169506-328d-4570-8c90-7a3fa99b5806&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001186 10.0.0.22 - - [2025-07-10 02:29:45] "GET /project/73169506-328d-4570-8c90-7a3fa99b5806?fields=virtual_networks HTTP/1.1" 200 1034 0.074949 10.0.0.22 - - [2025-07-10 02:29:45] "GET /projects?obj_uuids=73169506-328d-4570-8c90-7a3fa99b5806&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004001 10.0.0.22 - - [2025-07-10 02:29:45] "GET /project/73169506-328d-4570-8c90-7a3fa99b5806?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.032805 10.0.0.22 - - [2025-07-10 02:29:45] "GET /projects?obj_uuids=73169506-328d-4570-8c90-7a3fa99b5806&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001423 10.0.0.22 - - [2025-07-10 02:29:45] "GET /project/73169506-328d-4570-8c90-7a3fa99b5806?fields=security_groups HTTP/1.1" 200 1261 0.027359 10.0.0.22 - - [2025-07-10 02:29:46] "POST /fqname-to-id HTTP/1.1" 404 189 0.025505 10.0.0.22 - - [2025-07-10 02:29:46] "GET /projects?obj_uuids=1ee38c3e-74b2-4d74-ae6e-bf8748b03796&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002806 10.0.0.22 - - [2025-07-10 02:29:46] "GET /domains?obj_uuids=3dee1766-372a-4f75-b1e1-89cf3e854bde&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001169 10.0.0.22 - - [2025-07-10 02:29:46] "GET /domain/3dee1766-372a-4f75-b1e1-89cf3e854bde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008789 10.0.0.22 - - [2025-07-10 02:29:46] "POST /id-to-fqname HTTP/1.1" 200 191 0.001391 10.0.0.22 - - [2025-07-10 02:29:46] "POST /fqname-to-id HTTP/1.1" 404 200 0.003436 10.0.0.22 - - [2025-07-10 02:29:46] "POST /security-groups HTTP/1.1" 200 592 0.068020 10.0.0.22 - - [2025-07-10 02:29:46] "POST /fqname-to-id HTTP/1.1" 404 235 0.003429 10.0.0.22 - - [2025-07-10 02:29:46] "POST /projects HTTP/1.1" 200 587 0.225811 10.0.0.22 - - [2025-07-10 02:29:47] "POST /access-control-lists HTTP/1.1" 200 597 0.059859 10.0.0.22 - - [2025-07-10 02:29:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.299701 10.0.0.22 - - [2025-07-10 02:29:47] "POST /fqname-to-id HTTP/1.1" 404 234 0.003147 10.0.0.22 - - [2025-07-10 02:29:47] "GET /project/1ee38c3e-74b2-4d74-ae6e-bf8748b03796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.426036 10.0.0.22 - - [2025-07-10 02:29:47] "POST /access-control-lists HTTP/1.1" 200 595 0.064650 10.0.0.22 - - [2025-07-10 02:29:48] "GET / HTTP/1.1" 200 35931 0.002216 10.0.0.22 - - [2025-07-10 02:29:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000543 10.0.0.22 - - [2025-07-10 02:29:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.058392 10.0.0.22 - - [2025-07-10 02:29:49] "GET /projects?obj_uuids=1ee38c3e-74b2-4d74-ae6e-bf8748b03796&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001629 10.0.0.22 - - [2025-07-10 02:29:49] "GET /project/1ee38c3e-74b2-4d74-ae6e-bf8748b03796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.036233 10.0.0.22 - - [2025-07-10 02:29:49] "POST /neutron/network HTTP/1.1" 200 117 0.030593 10.0.0.22 - - [2025-07-10 02:29:49] "GET /projects?obj_uuids=1ee38c3e-74b2-4d74-ae6e-bf8748b03796&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001656 10.0.0.22 - - [2025-07-10 02:29:49] "POST /neutron/network HTTP/1.1" 200 606 0.076052 10.0.0.22 - - [2025-07-10 02:29:49] "POST /route-targets HTTP/1.1" 200 327 0.014684 10.0.0.22 - - [2025-07-10 02:29:49] "POST /ref-update HTTP/1.1" 200 156 0.012737 10.0.0.22 - - [2025-07-10 02:29:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002791 10.0.0.22 - - [2025-07-10 02:29:49] "POST /neutron/subnet HTTP/1.1" 200 720 0.165262 10.0.0.22 - - [2025-07-10 02:29:49] "POST /neutron/network HTTP/1.1" 200 824 0.005423 10.0.0.22 - - [2025-07-10 02:29:49] "POST /id-to-fqname HTTP/1.1" 200 221 0.001184 10.0.0.22 - - [2025-07-10 02:29:49] "GET /virtual-network/88324aef-aa25-43e9-b81d-eadbf4a61023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004868 10.0.0.22 - - [2025-07-10 02:29:49] "POST /neutron/network HTTP/1.1" 200 824 0.006487 10.0.0.22 - - [2025-07-10 02:29:49] "GET /virtual-network/88324aef-aa25-43e9-b81d-eadbf4a61023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004924 10.0.0.22 - - [2025-07-10 02:29:49] "POST /neutron/network HTTP/1.1" 200 824 0.006074 10.0.0.22 - - [2025-07-10 02:29:49] "POST /neutron/subnet HTTP/1.1" 200 720 0.006704 10.0.0.22 - - [2025-07-10 02:29:49] "POST /id-to-fqname HTTP/1.1" 200 221 0.001234 10.0.0.22 - - [2025-07-10 02:29:50] "POST /neutron/network HTTP/1.1" 200 834 0.006508 10.0.0.22 - - [2025-07-10 02:29:50] "GET /aaa-mode HTTP/1.1" 401 292 0.000488 10.0.0.22 - - [2025-07-10 02:29:50] "GET / HTTP/1.1" 200 35931 0.002097 10.0.0.22 - - [2025-07-10 02:29:50] "GET /project/1ee38c3e-74b2-4d74-ae6e-bf8748b03796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000471 10.0.0.22 - - [2025-07-10 02:29:50] "GET /projects?obj_uuids=1ee38c3e-74b2-4d74-ae6e-bf8748b03796&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001354 10.0.0.22 - - [2025-07-10 02:29:50] "GET /project/1ee38c3e-74b2-4d74-ae6e-bf8748b03796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.055733 10.0.0.22 - - [2025-07-10 02:29:50] "POST /neutron/network HTTP/1.1" 200 824 0.006109 10.0.0.22 - - [2025-07-10 02:29:51] "POST /neutron/port HTTP/1.1" 200 117 0.006167 10.0.0.22 - - [2025-07-10 02:29:51] "POST /neutron/port HTTP/1.1" 200 117 0.006522 10.0.0.22 - - [2025-07-10 02:29:51] "POST /id-to-fqname HTTP/1.1" 200 221 0.001500 10.0.0.22 - - [2025-07-10 02:29:51] "POST /neutron/port HTTP/1.1" 200 117 0.008469 10.0.0.22 - - [2025-07-10 02:29:51] "POST /neutron/network HTTP/1.1" 200 834 0.008066 10.0.0.22 - - [2025-07-10 02:29:51] "GET /aaa-mode HTTP/1.1" 401 292 0.000755 10.0.0.22 - - [2025-07-10 02:29:51] "POST /neutron/network HTTP/1.1" 200 834 0.006228 10.0.0.22 - - [2025-07-10 02:29:51] "GET /projects?obj_uuids=1ee38c3e-74b2-4d74-ae6e-bf8748b03796&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001279 10.0.0.22 - - [2025-07-10 02:29:51] "GET / HTTP/1.1" 200 35931 0.001906 10.0.0.22 - - [2025-07-10 02:29:51] "GET /project/1ee38c3e-74b2-4d74-ae6e-bf8748b03796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000444 10.0.0.22 - - [2025-07-10 02:29:51] "POST /neutron/port HTTP/1.1" 200 1060 0.223687 10.0.0.22 - - [2025-07-10 02:29:51] "POST /neutron/port HTTP/1.1" 200 1060 0.009602 10.0.0.22 - - [2025-07-10 02:29:51] "POST /neutron/port HTTP/1.1" 200 1060 0.008988 10.0.0.22 - - [2025-07-10 02:29:51] "POST /neutron/port HTTP/1.1" 200 1114 0.071063 10.0.0.22 - - [2025-07-10 02:29:51] "POST /neutron/port HTTP/1.1" 200 1088 0.014751 10.0.0.22 - - [2025-07-10 02:29:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004387 10.0.0.22 - - [2025-07-10 02:29:51] "POST /neutron/subnet HTTP/1.1" 200 694 0.008789 10.0.0.22 - - [2025-07-10 02:29:51] "POST /neutron/port HTTP/1.1" 200 117 0.001385 10.0.0.22 - - [2025-07-10 02:29:52] "POST /neutron/network HTTP/1.1" 200 824 0.006051 10.0.0.22 - - [2025-07-10 02:29:52] "GET /projects?obj_uuids=1ee38c3e-74b2-4d74-ae6e-bf8748b03796&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001861 10.0.0.22 - - [2025-07-10 02:29:52] "GET /project/1ee38c3e-74b2-4d74-ae6e-bf8748b03796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.061378 10.0.0.22 - - [2025-07-10 02:29:52] "POST /neutron/network HTTP/1.1" 200 824 0.006608 10.0.0.22 - - [2025-07-10 02:29:52] "POST /neutron/port HTTP/1.1" 200 1088 0.022315 10.0.0.22 - - [2025-07-10 02:29:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007494 10.0.0.22 - - [2025-07-10 02:29:52] "POST /neutron/port HTTP/1.1" 200 117 0.005305 10.0.0.22 - - [2025-07-10 02:29:52] "POST /neutron/port HTTP/1.1" 200 1088 0.013275 10.0.0.22 - - [2025-07-10 02:29:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007312 10.0.0.22 - - [2025-07-10 02:29:52] "POST /neutron/network HTTP/1.1" 200 834 0.006471 10.0.0.22 - - [2025-07-10 02:29:52] "GET /projects?obj_uuids=1ee38c3e-74b2-4d74-ae6e-bf8748b03796&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001291 10.0.0.22 - - [2025-07-10 02:29:53] "POST /neutron/port HTTP/1.1" 200 1060 0.278409 10.0.0.22 - - [2025-07-10 02:29:53] "POST /neutron/port HTTP/1.1" 200 1060 0.021158 10.0.0.22 - - [2025-07-10 02:29:53] "POST /neutron/port HTTP/1.1" 200 1060 0.033757 10.0.0.22 - - [2025-07-10 02:29:53] "POST /neutron/port HTTP/1.1" 200 1114 0.098320 10.0.0.22 - - [2025-07-10 02:29:53] "POST /neutron/port HTTP/1.1" 200 1088 0.021291 10.0.0.22 - - [2025-07-10 02:29:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004950 10.0.0.22 - - [2025-07-10 02:29:53] "POST /neutron/subnet HTTP/1.1" 200 694 0.007970 10.0.0.22 - - [2025-07-10 02:29:53] "POST /neutron/port HTTP/1.1" 200 117 0.001434 10.0.0.22 - - [2025-07-10 02:29:53] "POST /neutron/network HTTP/1.1" 200 824 0.006218 10.0.0.22 - - [2025-07-10 02:29:57] "POST /neutron/port HTTP/1.1" 200 1088 0.012174 10.0.0.22 - - [2025-07-10 02:29:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006944 10.0.0.22 - - [2025-07-10 02:29:57] "POST /neutron/port HTTP/1.1" 200 1088 0.012703 10.0.0.22 - - [2025-07-10 02:29:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007203 10.0.0.22 - - [2025-07-10 02:29:57] "POST /neutron/port HTTP/1.1" 200 1088 0.012616 10.0.0.22 - - [2025-07-10 02:29:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006852 10.0.0.22 - - [2025-07-10 02:29:57] "GET /virtual-machine/b25f91bb-59d5-4de7-9cab-e5998728438b HTTP/1.1" 401 292 0.000519 10.0.0.22 - - [2025-07-10 02:29:58] "GET /virtual-machine/b25f91bb-59d5-4de7-9cab-e5998728438b HTTP/1.1" 200 1294 0.034558 10.0.0.22 - - [2025-07-10 02:29:58] "GET /virtual-machine-interface/11bb1a22-b6c1-42b5-8e2c-74093b6fb9ef HTTP/1.1" 200 2946 0.006070 10.0.0.22 - - [2025-07-10 02:29:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.22 - - [2025-07-10 02:29:58] "GET /global-vrouter-config/4bebef79-bfbe-4af5-b033-c012e63d2029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003494 10.0.0.22 - - [2025-07-10 02:29:58] "GET /virtual-networks?parent_id=1ee38c3e-74b2-4d74-ae6e-bf8748b03796&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003307 10.0.0.22 - - [2025-07-10 02:29:58] "GET /virtual-network/88324aef-aa25-43e9-b81d-eadbf4a61023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005950 10.0.0.22 - - [2025-07-10 02:30:01] "POST /neutron/port HTTP/1.1" 200 1088 0.011272 10.0.0.22 - - [2025-07-10 02:30:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005723 10.0.0.22 - - [2025-07-10 02:30:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.22 - - [2025-07-10 02:30:01] "GET /virtual-network/88324aef-aa25-43e9-b81d-eadbf4a61023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005788 10.0.0.22 - - [2025-07-10 02:30:02] "POST /neutron/port HTTP/1.1" 200 1088 0.012410 10.0.0.22 - - [2025-07-10 02:30:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006229 10.0.0.22 - - [2025-07-10 02:30:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.22 - - [2025-07-10 02:30:03] "GET /global-vrouter-config/4bebef79-bfbe-4af5-b033-c012e63d2029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003309 10.0.0.22 - - [2025-07-10 02:30:03] "GET /virtual-networks?parent_id=1ee38c3e-74b2-4d74-ae6e-bf8748b03796&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003256 10.0.0.22 - - [2025-07-10 02:30:03] "GET /virtual-network/88324aef-aa25-43e9-b81d-eadbf4a61023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006023 10.0.0.22 - - [2025-07-10 02:30:03] "POST /neutron/port HTTP/1.1" 200 1088 0.013844 10.0.0.22 - - [2025-07-10 02:30:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010039 10.0.0.22 - - [2025-07-10 02:30:04] "POST /neutron/port HTTP/1.1" 200 1088 0.012047 10.0.0.22 - - [2025-07-10 02:30:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007372 10.0.0.22 - - [2025-07-10 02:30:04] "POST /neutron/port HTTP/1.1" 200 1088 0.012486 10.0.0.22 - - [2025-07-10 02:30:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006756 10.0.0.22 - - [2025-07-10 02:30:04] "GET /virtual-machine/464f8de9-1911-424f-8bf0-3065b6bd45b2 HTTP/1.1" 200 1293 0.005760 10.0.0.22 - - [2025-07-10 02:30:04] "GET /virtual-machine-interface/78963e2d-6bf8-4e63-82be-0c78a6487b51 HTTP/1.1" 200 2945 0.005895 10.0.0.22 - - [2025-07-10 02:30:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.22 - - [2025-07-10 02:30:04] "GET /global-vrouter-config/4bebef79-bfbe-4af5-b033-c012e63d2029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003620 10.0.0.22 - - [2025-07-10 02:30:04] "GET /virtual-networks?parent_id=1ee38c3e-74b2-4d74-ae6e-bf8748b03796&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003428 10.0.0.22 - - [2025-07-10 02:30:04] "GET /virtual-network/88324aef-aa25-43e9-b81d-eadbf4a61023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006245 10.0.0.22 - - [2025-07-10 02:30:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003496 10.0.0.22 - - [2025-07-10 02:30:05] "GET /global-vrouter-config/4bebef79-bfbe-4af5-b033-c012e63d2029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004292 10.0.0.22 - - [2025-07-10 02:30:05] "GET /virtual-networks?parent_id=1ee38c3e-74b2-4d74-ae6e-bf8748b03796&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003396 10.0.0.22 - - [2025-07-10 02:30:05] "GET /virtual-network/88324aef-aa25-43e9-b81d-eadbf4a61023?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.008106 10.0.0.22 - - [2025-07-10 02:30:10] "POST /neutron/network HTTP/1.1" 200 824 0.009947 10.0.0.22 - - [2025-07-10 02:30:10] "POST /neutron/network HTTP/1.1" 400 204 0.012065 10.0.0.22 - - [2025-07-10 02:30:11] "POST /neutron/port HTTP/1.1" 200 1088 0.012890 10.0.0.22 - - [2025-07-10 02:30:11] "POST /neutron/port HTTP/1.1" 200 1114 0.010124 10.0.0.22 - - [2025-07-10 02:30:11] "POST /neutron/port HTTP/1.1" 200 1088 0.015642 10.0.0.22 - - [2025-07-10 02:30:11] "POST /neutron/port HTTP/1.1" 200 1114 0.009503 10.0.0.22 - - [2025-07-10 02:30:11] "POST /neutron/port HTTP/1.1" 200 151 0.138775 10.0.0.22 - - [2025-07-10 02:30:11] "POST /neutron/port HTTP/1.1" 200 151 0.153145 10.0.0.22 - - [2025-07-10 02:30:11] "DELETE /project/1ee38c3e74b24d74ae6ebf8748b03796 HTTP/1.1" 404 173 0.048301 10.0.0.22 - - [2025-07-10 02:30:11] "GET /projects?obj_uuids=73169506-328d-4570-8c90-7a3fa99b5806&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001315 10.0.0.22 - - [2025-07-10 02:30:11] "GET /project/73169506-328d-4570-8c90-7a3fa99b5806?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.067118 10.0.0.22 - - [2025-07-10 02:30:11] "GET /projects?obj_uuids=73169506-328d-4570-8c90-7a3fa99b5806&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001114 10.0.0.22 - - [2025-07-10 02:30:11] "GET /project/73169506-328d-4570-8c90-7a3fa99b5806?fields=security_groups HTTP/1.1" 200 1366 0.079278 10.0.0.22 - - [2025-07-10 02:30:11] "DELETE /security-group/84561edc-9e20-4f29-a946-dd6fe06cb9fd HTTP/1.1" 200 115 0.048717 10.0.0.22 - - [2025-07-10 02:30:11] "GET /projects?obj_uuids=73169506-328d-4570-8c90-7a3fa99b5806&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002481 10.0.0.22 - - [2025-07-10 02:30:11] "GET /project/73169506-328d-4570-8c90-7a3fa99b5806?fields=application_policy_sets HTTP/1.1" 200 1405 0.036490 10.0.0.22 - - [2025-07-10 02:30:11] "DELETE /access-control-list/1f742084-a0df-4d88-b245-59d57f720517 HTTP/1.1" 200 115 0.075418 10.0.0.22 - - [2025-07-10 02:30:11] "DELETE /access-control-list/1b4a25dc-7e90-4f93-abc4-44bc357aa437 HTTP/1.1" 200 115 0.029370 10.0.0.22 - - [2025-07-10 02:30:12] "DELETE /project/73169506-328d-4570-8c90-7a3fa99b5806 HTTP/1.1" 200 115 0.432687 10.0.0.22 - - [2025-07-10 02:30:12] "POST /neutron/network HTTP/1.1" 200 824 0.008524 10.0.0.22 - - [2025-07-10 02:30:12] "POST /useragent-kv HTTP/1.1" 200 115 0.003404 10.0.0.22 - - [2025-07-10 02:30:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.006272 10.0.0.22 - - [2025-07-10 02:30:12] "POST /useragent-kv HTTP/1.1" 200 115 0.003282 10.0.0.22 - - [2025-07-10 02:30:12] "POST /neutron/network HTTP/1.1" 200 151 0.095947 10.0.0.22 - - [2025-07-10 02:30:12] "DELETE /route-target/75c5117f-dc40-4ad6-a9b7-dbd37e22156e HTTP/1.1" 200 115 0.021032 10.0.0.22 - - [2025-07-10 02:30:13] "GET /projects?obj_uuids=1ee38c3e-74b2-4d74-ae6e-bf8748b03796&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001233 10.0.0.22 - - [2025-07-10 02:30:13] "GET /project/1ee38c3e-74b2-4d74-ae6e-bf8748b03796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.055601 10.0.0.22 - - [2025-07-10 02:30:13] "GET /projects?obj_uuids=1ee38c3e-74b2-4d74-ae6e-bf8748b03796&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001142 10.0.0.22 - - [2025-07-10 02:30:13] "GET /project/1ee38c3e-74b2-4d74-ae6e-bf8748b03796?fields=virtual_networks HTTP/1.1" 200 1034 0.072187 10.0.0.22 - - [2025-07-10 02:30:13] "GET /projects?obj_uuids=1ee38c3e-74b2-4d74-ae6e-bf8748b03796&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001882 10.0.0.22 - - [2025-07-10 02:30:13] "GET /project/1ee38c3e-74b2-4d74-ae6e-bf8748b03796?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.032629 10.0.0.22 - - [2025-07-10 02:30:13] "GET /projects?obj_uuids=1ee38c3e-74b2-4d74-ae6e-bf8748b03796&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001303 10.0.0.22 - - [2025-07-10 02:30:13] "GET /project/1ee38c3e-74b2-4d74-ae6e-bf8748b03796?fields=security_groups HTTP/1.1" 200 1261 0.030747 10.0.0.22 - - [2025-07-10 02:30:14] "POST /fqname-to-id HTTP/1.1" 404 188 0.025904 10.0.0.22 - - [2025-07-10 02:30:14] "GET /projects?obj_uuids=12a0b9d6-e6b1-486a-b5b6-e3632afc2526&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002657 10.0.0.22 - - [2025-07-10 02:30:14] "GET /domains?obj_uuids=3dee1766-372a-4f75-b1e1-89cf3e854bde&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002100 10.0.0.22 - - [2025-07-10 02:30:14] "GET /domain/3dee1766-372a-4f75-b1e1-89cf3e854bde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010069 10.0.0.22 - - [2025-07-10 02:30:14] "POST /id-to-fqname HTTP/1.1" 200 190 0.001423 10.0.0.22 - - [2025-07-10 02:30:14] "POST /fqname-to-id HTTP/1.1" 404 199 0.002683 10.0.0.22 - - [2025-07-10 02:30:14] "POST /security-groups HTTP/1.1" 200 591 0.064047 10.0.0.22 - - [2025-07-10 02:30:14] "POST /fqname-to-id HTTP/1.1" 404 234 0.002987 10.0.0.22 - - [2025-07-10 02:30:14] "POST /projects HTTP/1.1" 200 585 0.221699 10.0.0.22 - - [2025-07-10 02:30:14] "POST /access-control-lists HTTP/1.1" 200 596 0.059892 10.0.0.22 - - [2025-07-10 02:30:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.300874 10.0.0.22 - - [2025-07-10 02:30:14] "POST /fqname-to-id HTTP/1.1" 404 233 0.003311 10.0.0.22 - - [2025-07-10 02:30:14] "GET /project/12a0b9d6-e6b1-486a-b5b6-e3632afc2526?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.441067 10.0.0.22 - - [2025-07-10 02:30:14] "POST /access-control-lists HTTP/1.1" 200 594 0.063497 10.0.0.22 - - [2025-07-10 02:30:15] "GET / HTTP/1.1" 200 35931 0.002216 10.0.0.22 - - [2025-07-10 02:30:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000544 10.0.0.22 - - [2025-07-10 02:30:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.059480 10.0.0.22 - - [2025-07-10 02:30:16] "GET /projects?obj_uuids=12a0b9d6-e6b1-486a-b5b6-e3632afc2526&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001323 10.0.0.22 - - [2025-07-10 02:30:16] "GET /project/12a0b9d6-e6b1-486a-b5b6-e3632afc2526?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.025526 10.0.0.22 - - [2025-07-10 02:30:17] "POST /neutron/network HTTP/1.1" 200 117 0.031425 10.0.0.22 - - [2025-07-10 02:30:17] "GET /projects?obj_uuids=12a0b9d6-e6b1-486a-b5b6-e3632afc2526&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004210 10.0.0.22 - - [2025-07-10 02:30:17] "POST /neutron/network HTTP/1.1" 200 625 0.075830 10.0.0.22 - - [2025-07-10 02:30:17] "POST /route-targets HTTP/1.1" 200 327 0.019308 10.0.0.22 - - [2025-07-10 02:30:17] "POST /ref-update HTTP/1.1" 200 156 0.015376 10.0.0.22 - - [2025-07-10 02:30:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003750 10.0.0.22 - - [2025-07-10 02:30:17] "POST /neutron/subnet HTTP/1.1" 200 701 0.204962 10.0.0.22 - - [2025-07-10 02:30:17] "POST /neutron/network HTTP/1.1" 200 839 0.005335 10.0.0.22 - - [2025-07-10 02:30:17] "POST /id-to-fqname HTTP/1.1" 200 230 0.001228 10.0.0.22 - - [2025-07-10 02:30:17] "GET /virtual-network/d57d8229-adbb-4fd8-9932-2313e8024aa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005310 10.0.0.22 - - [2025-07-10 02:30:17] "POST /neutron/network HTTP/1.1" 200 839 0.005719 10.0.0.22 - - [2025-07-10 02:30:17] "GET /virtual-network/d57d8229-adbb-4fd8-9932-2313e8024aa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004898 10.0.0.22 - - [2025-07-10 02:30:17] "POST /neutron/network HTTP/1.1" 200 839 0.005899 10.0.0.22 - - [2025-07-10 02:30:17] "POST /neutron/subnet HTTP/1.1" 200 701 0.006941 10.0.0.22 - - [2025-07-10 02:30:17] "POST /neutron/network HTTP/1.1" 200 839 0.005610 10.0.0.22 - - [2025-07-10 02:30:17] "POST /id-to-fqname HTTP/1.1" 200 230 0.001369 10.0.0.22 - - [2025-07-10 02:30:17] "POST /neutron/network HTTP/1.1" 200 849 0.006539 10.0.0.22 - - [2025-07-10 02:30:17] "GET /aaa-mode HTTP/1.1" 401 292 0.000450 10.0.0.22 - - [2025-07-10 02:30:18] "GET / HTTP/1.1" 200 35931 0.001789 10.0.0.22 - - [2025-07-10 02:30:18] "GET /project/12a0b9d6-e6b1-486a-b5b6-e3632afc2526?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000541 10.0.0.22 - - [2025-07-10 02:30:18] "GET /projects?obj_uuids=12a0b9d6-e6b1-486a-b5b6-e3632afc2526&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001351 10.0.0.22 - - [2025-07-10 02:30:18] "GET /project/12a0b9d6-e6b1-486a-b5b6-e3632afc2526?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.060434 10.0.0.22 - - [2025-07-10 02:30:18] "POST /neutron/network HTTP/1.1" 200 839 0.035611 10.0.0.22 - - [2025-07-10 02:30:18] "POST /neutron/port HTTP/1.1" 200 117 0.005840 10.0.0.22 - - [2025-07-10 02:30:18] "POST /neutron/port HTTP/1.1" 200 117 0.005147 10.0.0.22 - - [2025-07-10 02:30:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002787 10.0.0.22 - - [2025-07-10 02:30:18] "GET /global-vrouter-config/4bebef79-bfbe-4af5-b033-c012e63d2029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003124 10.0.0.22 - - [2025-07-10 02:30:18] "PUT /global-vrouter-config/4bebef79-bfbe-4af5-b033-c012e63d2029 HTTP/1.1" 200 276 0.009693 10.0.0.22 - - [2025-07-10 02:30:19] "POST /neutron/port HTTP/1.1" 200 117 0.005412 10.0.0.22 - - [2025-07-10 02:30:19] "POST /neutron/network HTTP/1.1" 200 849 0.006723 10.0.0.22 - - [2025-07-10 02:30:19] "GET /projects?obj_uuids=12a0b9d6-e6b1-486a-b5b6-e3632afc2526&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001708 10.0.0.22 - - [2025-07-10 02:30:19] "POST /neutron/port HTTP/1.1" 200 1055 0.238129 10.0.0.22 - - [2025-07-10 02:30:19] "POST /neutron/port HTTP/1.1" 200 1055 0.038104 10.0.0.22 - - [2025-07-10 02:30:19] "GET /obj-perms HTTP/1.1" 200 5056 0.073330 10.0.0.22 - - [2025-07-10 02:30:19] "POST /neutron/port HTTP/1.1" 200 1055 0.011715 10.0.0.22 - - [2025-07-10 02:30:19] "POST /neutron/port HTTP/1.1" 200 1109 0.059553 10.0.0.22 - - [2025-07-10 02:30:19] "POST /neutron/port HTTP/1.1" 200 1083 0.011550 10.0.0.22 - - [2025-07-10 02:30:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003252 10.0.0.22 - - [2025-07-10 02:30:19] "POST /neutron/subnet HTTP/1.1" 200 675 0.007278 10.0.0.22 - - [2025-07-10 02:30:19] "POST /neutron/port HTTP/1.1" 200 117 0.001268 10.0.0.22 - - [2025-07-10 02:30:19] "POST /neutron/network HTTP/1.1" 200 839 0.006021 10.0.0.22 - - [2025-07-10 02:30:20] "GET /obj-perms HTTP/1.1" 200 5056 0.049043 10.0.0.22 - - [2025-07-10 02:30:24] "POST /neutron/port HTTP/1.1" 200 1083 0.011676 10.0.0.22 - - [2025-07-10 02:30:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006962 10.0.0.22 - - [2025-07-10 02:30:24] "POST /neutron/port HTTP/1.1" 200 1083 0.013761 10.0.0.22 - - [2025-07-10 02:30:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006344 10.0.0.22 - - [2025-07-10 02:30:24] "POST /neutron/port HTTP/1.1" 200 1083 0.012117 10.0.0.22 - - [2025-07-10 02:30:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006514 10.0.0.22 - - [2025-07-10 02:30:24] "GET /virtual-machine/a2666dd7-a508-48b4-a469-cb6014b06890 HTTP/1.1" 401 292 0.000473 10.0.0.22 - - [2025-07-10 02:30:24] "GET /virtual-machine/a2666dd7-a508-48b4-a469-cb6014b06890 HTTP/1.1" 200 1293 0.034896 10.0.0.22 - - [2025-07-10 02:30:24] "GET /virtual-machine-interface/c9a095d4-59e0-46ff-ae77-6170340ff06f HTTP/1.1" 200 2972 0.006401 10.0.0.22 - - [2025-07-10 02:30:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.22 - - [2025-07-10 02:30:24] "GET /global-vrouter-config/4bebef79-bfbe-4af5-b033-c012e63d2029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1829 0.004439 10.0.0.22 - - [2025-07-10 02:30:24] "GET /virtual-networks?parent_id=12a0b9d6-e6b1-486a-b5b6-e3632afc2526&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003324 10.0.0.22 - - [2025-07-10 02:30:24] "GET /virtual-network/d57d8229-adbb-4fd8-9932-2313e8024aa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006854 10.0.0.22 - - [2025-07-10 02:30:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.22 - - [2025-07-10 02:30:28] "GET /virtual-network/d57d8229-adbb-4fd8-9932-2313e8024aa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005556 10.0.0.22 - - [2025-07-10 02:30:29] "POST /neutron/port HTTP/1.1" 200 1083 0.013512 10.0.0.22 - - [2025-07-10 02:30:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006532 10.0.0.22 - - [2025-07-10 02:30:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004683 10.0.0.22 - - [2025-07-10 02:30:30] "GET /global-vrouter-config/4bebef79-bfbe-4af5-b033-c012e63d2029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1829 0.003588 10.0.0.22 - - [2025-07-10 02:30:30] "GET /virtual-networks?parent_id=12a0b9d6-e6b1-486a-b5b6-e3632afc2526&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003731 10.0.0.22 - - [2025-07-10 02:30:30] "GET /virtual-network/d57d8229-adbb-4fd8-9932-2313e8024aa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005801 10.0.0.22 - - [2025-07-10 02:30:30] "POST /neutron/port HTTP/1.1" 200 1083 0.011279 10.0.0.22 - - [2025-07-10 02:30:30] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008799 10.0.0.22 - - [2025-07-10 02:30:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.22 - - [2025-07-10 02:30:37] "GET /global-vrouter-config/4bebef79-bfbe-4af5-b033-c012e63d2029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1829 0.003247 10.0.0.22 - - [2025-07-10 02:30:37] "PUT /global-vrouter-config/4bebef79-bfbe-4af5-b033-c012e63d2029 HTTP/1.1" 200 276 0.009124 10.0.0.22 - - [2025-07-10 02:30:37] "POST /neutron/network HTTP/1.1" 200 839 0.006319 10.0.0.22 - - [2025-07-10 02:30:37] "POST /neutron/network HTTP/1.1" 400 204 0.012467 10.0.0.22 - - [2025-07-10 02:30:38] "POST /neutron/port HTTP/1.1" 200 1083 0.012796 10.0.0.22 - - [2025-07-10 02:30:38] "POST /neutron/port HTTP/1.1" 200 1109 0.009948 10.0.0.22 - - [2025-07-10 02:30:38] "POST /neutron/port HTTP/1.1" 200 151 0.109601 10.0.0.22 - - [2025-07-10 02:30:39] "POST /neutron/network HTTP/1.1" 200 839 0.006184 10.0.0.22 - - [2025-07-10 02:30:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003531 10.0.0.22 - - [2025-07-10 02:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004785 10.0.0.22 - - [2025-07-10 02:30:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002066 10.0.0.22 - - [2025-07-10 02:30:39] "POST /neutron/network HTTP/1.1" 200 151 0.093837 10.0.0.22 - - [2025-07-10 02:30:39] "DELETE /route-target/d3ddf91f-08e6-48c7-b158-80e6c171c00b HTTP/1.1" 200 115 0.017469 10.0.0.22 - - [2025-07-10 02:30:40] "GET /global-vrouter-configs HTTP/1.1" 200 357 0.003865 10.0.0.22 - - [2025-07-10 02:30:40] "GET /global-vrouter-config/4bebef79-bfbe-4af5-b033-c012e63d2029 HTTP/1.1" 200 1826 0.004208 10.0.0.22 - - [2025-07-10 02:30:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.22 - - [2025-07-10 02:30:40] "GET /projects?obj_uuids=12a0b9d6-e6b1-486a-b5b6-e3632afc2526&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001646 10.0.0.22 - - [2025-07-10 02:30:40] "GET /project/12a0b9d6-e6b1-486a-b5b6-e3632afc2526?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.032886 10.0.0.22 - - [2025-07-10 02:30:40] "POST /neutron/network HTTP/1.1" 200 117 0.007517 10.0.0.22 - - [2025-07-10 02:30:40] "GET /projects?obj_uuids=12a0b9d6-e6b1-486a-b5b6-e3632afc2526&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001238 10.0.0.22 - - [2025-07-10 02:30:40] "POST /neutron/network HTTP/1.1" 200 605 0.070405 10.0.0.22 - - [2025-07-10 02:30:40] "POST /route-targets HTTP/1.1" 200 327 0.017101 10.0.0.22 - - [2025-07-10 02:30:40] "POST /ref-update HTTP/1.1" 200 156 0.014396 10.0.0.22 - - [2025-07-10 02:30:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003123 10.0.0.22 - - [2025-07-10 02:30:40] "POST /neutron/subnet HTTP/1.1" 200 725 0.185290 10.0.0.22 - - [2025-07-10 02:30:40] "POST /neutron/network HTTP/1.1" 200 824 0.005999 10.0.0.22 - - [2025-07-10 02:30:40] "POST /id-to-fqname HTTP/1.1" 200 220 0.001423 10.0.0.22 - - [2025-07-10 02:30:40] "GET /virtual-network/730a09d3-ece5-45b3-84c5-bcb8156d9538?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005829 10.0.0.22 - - [2025-07-10 02:30:40] "POST /neutron/network HTTP/1.1" 200 824 0.006836 10.0.0.22 - - [2025-07-10 02:30:40] "GET /virtual-network/730a09d3-ece5-45b3-84c5-bcb8156d9538?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006697 10.0.0.22 - - [2025-07-10 02:30:40] "POST /neutron/network HTTP/1.1" 200 824 0.006383 10.0.0.22 - - [2025-07-10 02:30:40] "POST /neutron/subnet HTTP/1.1" 200 725 0.007184 10.0.0.22 - - [2025-07-10 02:30:40] "POST /id-to-fqname HTTP/1.1" 200 220 0.001260 10.0.0.22 - - [2025-07-10 02:30:41] "POST /neutron/network HTTP/1.1" 200 834 0.005960 10.0.0.22 - - [2025-07-10 02:30:41] "GET /aaa-mode HTTP/1.1" 401 292 0.000566 10.0.0.22 - - [2025-07-10 02:30:41] "GET / HTTP/1.1" 200 35931 0.002133 10.0.0.22 - - [2025-07-10 02:30:41] "GET /project/12a0b9d6-e6b1-486a-b5b6-e3632afc2526?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000437 10.0.0.22 - - [2025-07-10 02:30:41] "GET /projects?obj_uuids=12a0b9d6-e6b1-486a-b5b6-e3632afc2526&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001284 10.0.0.22 - - [2025-07-10 02:30:41] "GET /project/12a0b9d6-e6b1-486a-b5b6-e3632afc2526?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.055207 10.0.0.22 - - [2025-07-10 02:30:41] "POST /neutron/network HTTP/1.1" 200 824 0.006567 10.0.0.22 - - [2025-07-10 02:30:41] "POST /neutron/port HTTP/1.1" 200 117 0.005168 10.0.0.22 - - [2025-07-10 02:30:42] "POST /neutron/port HTTP/1.1" 200 117 0.005565 10.0.0.22 - - [2025-07-10 02:30:42] "POST /neutron/port HTTP/1.1" 200 117 0.005561 10.0.0.22 - - [2025-07-10 02:30:42] "POST /neutron/network HTTP/1.1" 200 834 0.006259 10.0.0.22 - - [2025-07-10 02:30:42] "GET /projects?obj_uuids=12a0b9d6-e6b1-486a-b5b6-e3632afc2526&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001820 10.0.0.22 - - [2025-07-10 02:30:42] "POST /neutron/port HTTP/1.1" 200 1060 0.214149 10.0.0.22 - - [2025-07-10 02:30:42] "POST /neutron/port HTTP/1.1" 200 1060 0.012612 10.0.0.22 - - [2025-07-10 02:30:42] "POST /neutron/port HTTP/1.1" 200 1060 0.010064 10.0.0.22 - - [2025-07-10 02:30:42] "POST /neutron/port HTTP/1.1" 200 1114 0.062001 10.0.0.22 - - [2025-07-10 02:30:42] "POST /neutron/port HTTP/1.1" 200 1088 0.013335 10.0.0.22 - - [2025-07-10 02:30:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003605 10.0.0.22 - - [2025-07-10 02:30:42] "POST /neutron/subnet HTTP/1.1" 200 699 0.007419 10.0.0.22 - - [2025-07-10 02:30:42] "POST /neutron/port HTTP/1.1" 200 117 0.001365 10.0.0.22 - - [2025-07-10 02:30:42] "POST /neutron/network HTTP/1.1" 200 824 0.006068 10.0.0.22 - - [2025-07-10 02:30:45] "POST /neutron/port HTTP/1.1" 200 1088 0.013442 10.0.0.22 - - [2025-07-10 02:30:45] "POST /neutron/port HTTP/1.1" 200 1088 0.012109 10.0.0.22 - - [2025-07-10 02:30:45] "POST /neutron/network HTTP/1.1" 200 834 0.006826 10.0.0.22 - - [2025-07-10 02:30:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003777 10.0.0.22 - - [2025-07-10 02:30:45] "POST /neutron/subnet HTTP/1.1" 200 699 0.007476 10.0.0.22 - - [2025-07-10 02:30:45] "POST /neutron/port HTTP/1.1" 200 117 0.001271 10.0.0.22 - - [2025-07-10 02:30:45] "POST /neutron/network HTTP/1.1" 200 824 0.007295 10.0.0.22 - - [2025-07-10 02:30:47] "POST /neutron/port HTTP/1.1" 200 1088 0.012960 10.0.0.22 - - [2025-07-10 02:30:47] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006173 10.0.0.22 - - [2025-07-10 02:30:47] "POST /neutron/port HTTP/1.1" 200 1088 0.011461 10.0.0.22 - - [2025-07-10 02:30:47] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005769 10.0.0.22 - - [2025-07-10 02:30:47] "POST /neutron/port HTTP/1.1" 200 1088 0.011077 10.0.0.22 - - [2025-07-10 02:30:47] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005866 10.0.0.22 - - [2025-07-10 02:30:47] "GET /virtual-machine/82b8d8e7-f15c-473c-a261-ddad55cea523 HTTP/1.1" 200 1292 0.004846 10.0.0.22 - - [2025-07-10 02:30:47] "GET /virtual-machine-interface/03fd1796-dd29-45f9-92b3-ccb8e4202d77 HTTP/1.1" 200 2940 0.005481 10.0.0.22 - - [2025-07-10 02:30:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.22 - - [2025-07-10 02:30:47] "GET /global-vrouter-config/4bebef79-bfbe-4af5-b033-c012e63d2029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002883 10.0.0.22 - - [2025-07-10 02:30:47] "GET /virtual-networks?parent_id=12a0b9d6-e6b1-486a-b5b6-e3632afc2526&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003548 10.0.0.22 - - [2025-07-10 02:30:47] "GET /virtual-network/730a09d3-ece5-45b3-84c5-bcb8156d9538?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005805 10.0.0.22 - - [2025-07-10 02:30:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.22 - - [2025-07-10 02:30:50] "GET /virtual-network/730a09d3-ece5-45b3-84c5-bcb8156d9538?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005250 10.0.0.22 - - [2025-07-10 02:30:51] "POST /neutron/port HTTP/1.1" 200 1088 0.044480 10.0.0.22 - - [2025-07-10 02:30:51] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006214 10.0.0.22 - - [2025-07-10 02:30:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.22 - - [2025-07-10 02:30:52] "GET /global-vrouter-config/4bebef79-bfbe-4af5-b033-c012e63d2029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003583 10.0.0.22 - - [2025-07-10 02:30:52] "GET /virtual-networks?parent_id=12a0b9d6-e6b1-486a-b5b6-e3632afc2526&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004317 10.0.0.22 - - [2025-07-10 02:30:52] "GET /virtual-network/730a09d3-ece5-45b3-84c5-bcb8156d9538?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007969 10.0.0.22 - - [2025-07-10 02:30:52] "POST /neutron/port HTTP/1.1" 200 1088 0.014907 10.0.0.22 - - [2025-07-10 02:30:52] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008158 10.0.0.22 - - [2025-07-10 02:30:59] "POST /neutron/network HTTP/1.1" 200 824 0.006493 10.0.0.22 - - [2025-07-10 02:30:59] "POST /neutron/network HTTP/1.1" 400 204 0.010993 10.0.0.22 - - [2025-07-10 02:31:00] "POST /neutron/port HTTP/1.1" 200 1088 0.011320 10.0.0.22 - - [2025-07-10 02:31:00] "POST /neutron/port HTTP/1.1" 200 1114 0.009789 10.0.0.22 - - [2025-07-10 02:31:00] "POST /neutron/port HTTP/1.1" 200 151 0.110210 10.0.0.22 - - [2025-07-10 02:31:01] "POST /neutron/network HTTP/1.1" 200 824 0.006258 10.0.0.22 - - [2025-07-10 02:31:02] "POST /useragent-kv HTTP/1.1" 200 115 0.007096 10.0.0.22 - - [2025-07-10 02:31:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004993 10.0.0.22 - - [2025-07-10 02:31:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002154 10.0.0.22 - - [2025-07-10 02:31:02] "POST /neutron/network HTTP/1.1" 200 151 0.087949 10.0.0.22 - - [2025-07-10 02:31:02] "DELETE /route-target/9f3e9537-0d69-4dfa-adda-2493a0b3d1f4 HTTP/1.1" 200 115 0.013471 10.0.0.22 - - [2025-07-10 02:31:02] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 762 0.003052 10.0.0.22 - - [2025-07-10 02:31:02] "POST /network-ipams HTTP/1.1" 200 541 0.016643 10.0.0.22 - - [2025-07-10 02:31:02] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 981 0.003784 10.0.0.22 - - [2025-07-10 02:31:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.22 - - [2025-07-10 02:31:02] "GET /network-ipam/c3fea3d7-c7d2-48ea-ad15-f8faba860e2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.006131 10.0.0.22 - - [2025-07-10 02:31:02] "PUT /network-ipam/c3fea3d7-c7d2-48ea-ad15-f8faba860e2b HTTP/1.1" 200 258 0.010760 10.0.0.22 - - [2025-07-10 02:31:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003528 10.0.0.22 - - [2025-07-10 02:31:02] "GET /projects?obj_uuids=12a0b9d6-e6b1-486a-b5b6-e3632afc2526&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001288 10.0.0.22 - - [2025-07-10 02:31:02] "GET /project/12a0b9d6-e6b1-486a-b5b6-e3632afc2526?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.024177 10.0.0.22 - - [2025-07-10 02:31:02] "POST /neutron/network HTTP/1.1" 200 117 0.008276 10.0.0.22 - - [2025-07-10 02:31:02] "GET /projects?obj_uuids=12a0b9d6-e6b1-486a-b5b6-e3632afc2526&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001267 10.0.0.22 - - [2025-07-10 02:31:03] "POST /neutron/network HTTP/1.1" 200 605 0.063271 10.0.0.22 - - [2025-07-10 02:31:03] "POST /route-targets HTTP/1.1" 200 327 0.011768 10.0.0.22 - - [2025-07-10 02:31:03] "POST /ref-update HTTP/1.1" 200 156 0.014937 10.0.0.22 - - [2025-07-10 02:31:03] "POST /useragent-kv HTTP/1.1" 200 115 0.005936 10.0.0.22 - - [2025-07-10 02:31:03] "POST /neutron/subnet HTTP/1.1" 200 699 0.171672 10.0.0.22 - - [2025-07-10 02:31:03] "POST /useragent-kv HTTP/1.1" 200 115 0.003816 10.0.0.22 - - [2025-07-10 02:31:03] "POST /neutron/subnet HTTP/1.1" 200 699 0.128379 10.0.0.22 - - [2025-07-10 02:31:03] "POST /neutron/network HTTP/1.1" 200 994 0.007716 10.0.0.22 - - [2025-07-10 02:31:03] "POST /id-to-fqname HTTP/1.1" 200 220 0.001256 10.0.0.22 - - [2025-07-10 02:31:03] "GET /virtual-network/693e9c6a-370f-4fb4-a042-631fa81c1d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005107 10.0.0.22 - - [2025-07-10 02:31:03] "POST /neutron/network HTTP/1.1" 200 994 0.007407 10.0.0.22 - - [2025-07-10 02:31:03] "GET /virtual-network/693e9c6a-370f-4fb4-a042-631fa81c1d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.004875 10.0.0.22 - - [2025-07-10 02:31:03] "POST /neutron/network HTTP/1.1" 200 994 0.007354 10.0.0.22 - - [2025-07-10 02:31:03] "POST /neutron/subnet HTTP/1.1" 200 699 0.007100 10.0.0.22 - - [2025-07-10 02:31:03] "POST /neutron/subnet HTTP/1.1" 200 699 0.007564 10.0.0.22 - - [2025-07-10 02:31:03] "POST /neutron/network HTTP/1.1" 200 994 0.006852 10.0.0.22 - - [2025-07-10 02:31:03] "POST /neutron/subnet HTTP/1.1" 200 699 0.006732 10.0.0.22 - - [2025-07-10 02:31:03] "POST /neutron/subnet HTTP/1.1" 200 699 0.006535 10.0.0.22 - - [2025-07-10 02:31:03] "GET /projects?obj_uuids=12a0b9d6-e6b1-486a-b5b6-e3632afc2526&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001279 10.0.0.22 - - [2025-07-10 02:31:03] "POST /neutron/port HTTP/1.1" 200 1017 0.169366 10.0.0.22 - - [2025-07-10 02:31:03] "GET /projects?obj_uuids=12a0b9d6-e6b1-486a-b5b6-e3632afc2526&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001210 10.0.0.22 - - [2025-07-10 02:31:04] "POST /neutron/port HTTP/1.1" 200 1017 0.166546 10.0.0.22 - - [2025-07-10 02:31:04] "POST /id-to-fqname HTTP/1.1" 200 220 0.001324 10.0.0.22 - - [2025-07-10 02:31:04] "POST /neutron/port HTTP/1.1" 200 1017 0.008415 10.0.0.22 - - [2025-07-10 02:31:04] "POST /neutron/port HTTP/1.1" 200 1017 0.009264 10.0.0.22 - - [2025-07-10 02:31:04] "POST /neutron/network HTTP/1.1" 200 994 0.007388 10.0.0.22 - - [2025-07-10 02:31:04] "POST /neutron/port HTTP/1.1" 200 1017 0.007373 10.0.0.22 - - [2025-07-10 02:31:04] "POST /neutron/port HTTP/1.1" 200 117 0.005787 10.0.0.22 - - [2025-07-10 02:31:04] "POST /neutron/port HTTP/1.1" 200 117 0.004879 10.0.0.22 - - [2025-07-10 02:31:04] "POST /id-to-fqname HTTP/1.1" 200 220 0.001317 10.0.0.22 - - [2025-07-10 02:31:04] "POST /neutron/port HTTP/1.1" 200 117 0.005337 10.0.0.22 - - [2025-07-10 02:31:04] "POST /neutron/port HTTP/1.1" 200 1017 0.008428 10.0.0.22 - - [2025-07-10 02:31:04] "POST /neutron/port HTTP/1.1" 200 1017 0.008190 10.0.0.22 - - [2025-07-10 02:31:04] "POST /neutron/network HTTP/1.1" 200 994 0.007768 10.0.0.22 - - [2025-07-10 02:31:04] "POST /neutron/port HTTP/1.1" 200 1017 0.007939 10.0.0.22 - - [2025-07-10 02:31:04] "POST /neutron/port HTTP/1.1" 200 1017 0.010156 10.0.0.22 - - [2025-07-10 02:31:04] "POST /neutron/port HTTP/1.1" 200 1017 0.008217 10.0.0.22 - - [2025-07-10 02:31:04] "POST /neutron/port HTTP/1.1" 200 117 0.006893 10.0.0.22 - - [2025-07-10 02:31:04] "POST /neutron/port HTTP/1.1" 200 117 0.005316 10.0.0.22 - - [2025-07-10 02:31:04] "POST /id-to-fqname HTTP/1.1" 200 220 0.001572 10.0.0.22 - - [2025-07-10 02:31:04] "POST /neutron/port HTTP/1.1" 200 117 0.006882 10.0.0.22 - - [2025-07-10 02:31:05] "POST /neutron/network HTTP/1.1" 200 1004 0.008322 10.0.0.22 - - [2025-07-10 02:31:05] "GET /aaa-mode HTTP/1.1" 401 292 0.000527 10.0.0.22 - - [2025-07-10 02:31:05] "POST /neutron/port HTTP/1.1" 200 1017 0.008439 10.0.0.22 - - [2025-07-10 02:31:05] "POST /neutron/port HTTP/1.1" 200 1017 0.007160 10.0.0.22 - - [2025-07-10 02:31:05] "POST /neutron/network HTTP/1.1" 200 1004 0.007391 10.0.0.22 - - [2025-07-10 02:31:05] "POST /neutron/network HTTP/1.1" 200 1004 0.008756 10.0.0.22 - - [2025-07-10 02:31:05] "POST /neutron/port HTTP/1.1" 200 1017 0.008816 10.0.0.22 - - [2025-07-10 02:31:05] "POST /neutron/port HTTP/1.1" 200 1017 0.010724 10.0.0.22 - - [2025-07-10 02:31:05] "POST /neutron/port HTTP/1.1" 200 1017 0.009818 10.0.0.22 - - [2025-07-10 02:31:05] "POST /neutron/port HTTP/1.1" 200 1017 0.009925 10.0.0.22 - - [2025-07-10 02:31:05] "GET / HTTP/1.1" 200 35931 0.003789 10.0.0.22 - - [2025-07-10 02:31:05] "GET /project/12a0b9d6-e6b1-486a-b5b6-e3632afc2526?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000493 10.0.0.22 - - [2025-07-10 02:31:05] "POST /neutron/port HTTP/1.1" 200 1109 0.149132 10.0.0.22 - - [2025-07-10 02:31:05] "POST /neutron/port HTTP/1.1" 200 1109 0.157183 10.0.0.22 - - [2025-07-10 02:31:05] "POST /neutron/port HTTP/1.1" 200 1083 0.014790 10.0.0.22 - - [2025-07-10 02:31:05] "POST /neutron/port HTTP/1.1" 200 1083 0.021462 10.0.0.22 - - [2025-07-10 02:31:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003609 10.0.0.22 - - [2025-07-10 02:31:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005973 10.0.0.22 - - [2025-07-10 02:31:05] "POST /neutron/subnet HTTP/1.1" 200 673 0.014066 10.0.0.22 - - [2025-07-10 02:31:05] "POST /neutron/port HTTP/1.1" 200 117 0.001122 10.0.0.22 - - [2025-07-10 02:31:05] "POST /neutron/subnet HTTP/1.1" 200 673 0.010670 10.0.0.22 - - [2025-07-10 02:31:05] "POST /neutron/port HTTP/1.1" 200 117 0.001172 10.0.0.22 - - [2025-07-10 02:31:05] "POST /neutron/network HTTP/1.1" 200 994 0.009902 10.0.0.22 - - [2025-07-10 02:31:05] "POST /neutron/network HTTP/1.1" 200 994 0.008437 10.0.0.22 - - [2025-07-10 02:31:05] "GET /projects?obj_uuids=12a0b9d6-e6b1-486a-b5b6-e3632afc2526&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001284 10.0.0.22 - - [2025-07-10 02:31:05] "GET /project/12a0b9d6-e6b1-486a-b5b6-e3632afc2526?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.055852 10.0.0.22 - - [2025-07-10 02:31:05] "POST /neutron/network HTTP/1.1" 200 994 0.010053 10.0.0.22 - - [2025-07-10 02:31:06] "POST /neutron/port HTTP/1.1" 200 2050 0.030608 10.0.0.22 - - [2025-07-10 02:31:06] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010631 10.0.0.22 - - [2025-07-10 02:31:06] "POST /neutron/port HTTP/1.1" 200 117 0.008807 10.0.0.22 - - [2025-07-10 02:31:06] "GET /domains HTTP/1.1" 200 280 0.009665 10.0.0.22 - - [2025-07-10 02:31:06] "GET /domains?obj_uuids=3dee1766-372a-4f75-b1e1-89cf3e854bde&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001264 10.0.0.22 - - [2025-07-10 02:31:06] "GET /domain/3dee1766-372a-4f75-b1e1-89cf3e854bde HTTP/1.1" 200 2760 0.017530 10.0.0.22 - - [2025-07-10 02:31:06] "GET /projects?obj_uuids=12a0b9d6-e6b1-486a-b5b6-e3632afc2526&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005895 10.0.0.22 - - [2025-07-10 02:31:06] "GET /project/12a0b9d6-e6b1-486a-b5b6-e3632afc2526 HTTP/1.1" 200 2842 0.077120 10.0.0.22 - - [2025-07-10 02:31:06] "GET /network-ipam/c3fea3d7-c7d2-48ea-ad15-f8faba860e2b HTTP/1.1" 200 2602 0.006203 10.0.0.22 - - [2025-07-10 02:31:06] "GET /domains HTTP/1.1" 200 280 0.004079 10.0.0.22 - - [2025-07-10 02:31:06] "GET /domains?obj_uuids=3dee1766-372a-4f75-b1e1-89cf3e854bde&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001869 10.0.0.22 - - [2025-07-10 02:31:06] "GET /domain/3dee1766-372a-4f75-b1e1-89cf3e854bde HTTP/1.1" 200 2760 0.025400 10.0.0.22 - - [2025-07-10 02:31:06] "GET /projects?obj_uuids=12a0b9d6-e6b1-486a-b5b6-e3632afc2526&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003402 10.0.0.22 - - [2025-07-10 02:31:06] "GET /project/12a0b9d6-e6b1-486a-b5b6-e3632afc2526 HTTP/1.1" 200 2842 0.076608 10.0.0.22 - - [2025-07-10 02:31:06] "GET /virtual-network/693e9c6a-370f-4fb4-a042-631fa81c1d4c HTTP/1.1" 200 3779 0.007716 10.0.0.22 - - [2025-07-10 02:31:06] "GET /virtual-network/693e9c6a-370f-4fb4-a042-631fa81c1d4c HTTP/1.1" 200 3779 0.008777 10.0.0.22 - - [2025-07-10 02:31:06] "GET /routing-instance/b578db3f-8205-4457-8781-a4e8ef2888de HTTP/1.1" 200 2380 0.006168 10.0.0.22 - - [2025-07-10 02:31:06] "GET /routing-instance/b578db3f-8205-4457-8781-a4e8ef2888de HTTP/1.1" 200 2380 0.010395 10.0.0.22 - - [2025-07-10 02:31:06] "POST /neutron/network HTTP/1.1" 200 1004 0.018229 10.0.0.22 - - [2025-07-10 02:31:06] "GET /route-target/0abae956-eddd-4f9c-8c9f-0c5efc298901 HTTP/1.1" 200 1203 0.006075 10.0.0.22 - - [2025-07-10 02:31:06] "GET /virtual-network/693e9c6a-370f-4fb4-a042-631fa81c1d4c HTTP/1.1" 200 3779 0.007544 10.0.0.22 - - [2025-07-10 02:31:06] "GET /projects?obj_uuids=12a0b9d6-e6b1-486a-b5b6-e3632afc2526&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001860 10.0.0.22 - - [2025-07-10 02:31:06] "GET /routing-instance/b578db3f-8205-4457-8781-a4e8ef2888de HTTP/1.1" 200 2380 0.009512 10.0.0.22 - - [2025-07-10 02:31:06] "GET /virtual-network/693e9c6a-370f-4fb4-a042-631fa81c1d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.011326 10.0.0.22 - - [2025-07-10 02:31:06] "GET /virtual-network/693e9c6a-370f-4fb4-a042-631fa81c1d4c HTTP/1.1" 200 3779 0.011065 10.0.0.22 - - [2025-07-10 02:31:06] "GET /routing-instance/b578db3f-8205-4457-8781-a4e8ef2888de HTTP/1.1" 200 2380 0.012851 10.0.0.22 - - [2025-07-10 02:31:06] "GET /routing-instance/b578db3f-8205-4457-8781-a4e8ef2888de HTTP/1.1" 200 2380 0.008381 10.0.0.22 - - [2025-07-10 02:31:06] "GET /route-target/0abae956-eddd-4f9c-8c9f-0c5efc298901 HTTP/1.1" 200 1203 0.006078 10.0.0.22 - - [2025-07-10 02:31:06] "GET /domains HTTP/1.1" 200 280 0.007076 10.0.0.22 - - [2025-07-10 02:31:06] "GET /domains?obj_uuids=3dee1766-372a-4f75-b1e1-89cf3e854bde&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002227 10.0.0.22 - - [2025-07-10 02:31:06] "GET /domain/3dee1766-372a-4f75-b1e1-89cf3e854bde HTTP/1.1" 200 2760 0.017470 10.0.0.22 - - [2025-07-10 02:31:06] "GET /projects?obj_uuids=12a0b9d6-e6b1-486a-b5b6-e3632afc2526&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002229 10.0.0.22 - - [2025-07-10 02:31:06] "GET /project/12a0b9d6-e6b1-486a-b5b6-e3632afc2526 HTTP/1.1" 200 3086 0.170411 10.0.0.22 - - [2025-07-10 02:31:07] "GET /virtual-network/693e9c6a-370f-4fb4-a042-631fa81c1d4c HTTP/1.1" 200 4037 0.022886 10.0.0.22 - - [2025-07-10 02:31:07] "POST /neutron/port HTTP/1.1" 200 1055 0.477421 10.0.0.22 - - [2025-07-10 02:31:07] "POST /neutron/port HTTP/1.1" 200 1055 0.017363 10.0.0.22 - - [2025-07-10 02:31:07] "POST /neutron/port HTTP/1.1" 200 1055 0.020338 10.0.0.22 - - [2025-07-10 02:31:07] "POST /neutron/port HTTP/1.1" 200 1109 0.120159 10.0.0.22 - - [2025-07-10 02:31:07] "POST /neutron/port HTTP/1.1" 200 1083 0.016654 10.0.0.22 - - [2025-07-10 02:31:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006860 10.0.0.22 - - [2025-07-10 02:31:07] "POST /neutron/subnet HTTP/1.1" 200 673 0.013494 10.0.0.22 - - [2025-07-10 02:31:07] "POST /neutron/port HTTP/1.1" 200 117 0.001242 10.0.0.22 - - [2025-07-10 02:31:07] "POST /neutron/network HTTP/1.1" 200 994 0.014300 10.0.0.22 - - [2025-07-10 02:31:07] "GET /obj-perms HTTP/1.1" 200 5030 0.055013 10.0.0.22 - - [2025-07-10 02:31:07] "POST /neutron/port HTTP/1.1" 200 1083 0.021478 10.0.0.22 - - [2025-07-10 02:31:07] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007143 10.0.0.22 - - [2025-07-10 02:31:07] "POST /neutron/port HTTP/1.1" 200 1083 0.011454 10.0.0.22 - - [2025-07-10 02:31:07] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008299 10.0.0.22 - - [2025-07-10 02:31:07] "POST /neutron/port HTTP/1.1" 200 1083 0.016742 10.0.0.22 - - [2025-07-10 02:31:07] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007323 10.0.0.22 - - [2025-07-10 02:31:07] "GET /virtual-machine/a925593f-2bb7-44f3-9263-24697f1c2c4c HTTP/1.1" 200 1289 0.005055 10.0.0.22 - - [2025-07-10 02:31:07] "GET /virtual-machine-interface/efbcc4c4-fb91-4a19-b228-67b3e1072a4c HTTP/1.1" 200 2942 0.008572 10.0.0.22 - - [2025-07-10 02:31:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003676 10.0.0.22 - - [2025-07-10 02:31:07] "GET /global-vrouter-config/4bebef79-bfbe-4af5-b033-c012e63d2029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003869 10.0.0.22 - - [2025-07-10 02:31:07] "GET /virtual-networks?parent_id=12a0b9d6-e6b1-486a-b5b6-e3632afc2526&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003170 10.0.0.22 - - [2025-07-10 02:31:08] "GET /virtual-network/693e9c6a-370f-4fb4-a042-631fa81c1d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006696 10.0.0.22 - - [2025-07-10 02:31:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.22 - - [2025-07-10 02:31:11] "GET /virtual-network/693e9c6a-370f-4fb4-a042-631fa81c1d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005791 10.0.0.22 - - [2025-07-10 02:31:12] "DELETE /project/12a0b9d6e6b1486ab5b6e3632afc2526 HTTP/1.1" 404 173 0.007023 10.0.0.22 - - [2025-07-10 02:31:12] "GET /projects?obj_uuids=1ee38c3e-74b2-4d74-ae6e-bf8748b03796&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001216 10.0.0.22 - - [2025-07-10 02:31:12] "GET /project/1ee38c3e-74b2-4d74-ae6e-bf8748b03796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.047464 10.0.0.22 - - [2025-07-10 02:31:12] "GET /projects?obj_uuids=1ee38c3e-74b2-4d74-ae6e-bf8748b03796&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002002 10.0.0.22 - - [2025-07-10 02:31:12] "GET /project/1ee38c3e-74b2-4d74-ae6e-bf8748b03796?fields=security_groups HTTP/1.1" 200 1366 0.055635 10.0.0.22 - - [2025-07-10 02:31:12] "DELETE /security-group/d123780f-8aee-48f7-8f8d-4f8fc49262f3 HTTP/1.1" 200 115 0.063717 10.0.0.22 - - [2025-07-10 02:31:12] "GET /projects?obj_uuids=1ee38c3e-74b2-4d74-ae6e-bf8748b03796&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001296 10.0.0.22 - - [2025-07-10 02:31:12] "DELETE /access-control-list/76236d5d-a561-4ef9-8085-9e7c20e82c26 HTTP/1.1" 200 115 0.057882 10.0.0.22 - - [2025-07-10 02:31:12] "GET /project/1ee38c3e-74b2-4d74-ae6e-bf8748b03796?fields=application_policy_sets HTTP/1.1" 200 1405 0.072661 10.0.0.22 - - [2025-07-10 02:31:12] "DELETE /access-control-list/48041c8f-fa6f-49b9-9536-4dd0eacc66af HTTP/1.1" 200 115 0.055352 10.0.0.22 - - [2025-07-10 02:31:12] "DELETE /project/1ee38c3e-74b2-4d74-ae6e-bf8748b03796 HTTP/1.1" 200 115 0.452877 10.0.0.22 - - [2025-07-10 02:31:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.007605 10.0.0.22 - - [2025-07-10 02:31:15] "GET /virtual-network/693e9c6a-370f-4fb4-a042-631fa81c1d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.007971 10.0.0.22 - - [2025-07-10 02:31:15] "POST /neutron/port HTTP/1.1" 200 1083 0.013097 10.0.0.22 - - [2025-07-10 02:31:15] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006683 10.0.0.22 - - [2025-07-10 02:31:15] "POST /neutron/port HTTP/1.1" 200 1083 0.012514 10.0.0.22 - - [2025-07-10 02:31:16] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006365 10.0.0.22 - - [2025-07-10 02:31:16] "POST /neutron/port HTTP/1.1" 200 1083 0.013391 10.0.0.22 - - [2025-07-10 02:31:16] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007695 10.0.0.22 - - [2025-07-10 02:31:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.22 - - [2025-07-10 02:31:17] "GET /global-vrouter-config/4bebef79-bfbe-4af5-b033-c012e63d2029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004388 10.0.0.22 - - [2025-07-10 02:31:17] "GET /virtual-networks?parent_id=12a0b9d6-e6b1-486a-b5b6-e3632afc2526&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003751 10.0.0.22 - - [2025-07-10 02:31:17] "GET /virtual-network/693e9c6a-370f-4fb4-a042-631fa81c1d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006063 10.0.0.22 - - [2025-07-10 02:31:17] "POST /neutron/port HTTP/1.1" 200 1083 0.012138 10.0.0.22 - - [2025-07-10 02:31:17] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006346 10.0.0.22 - - [2025-07-10 02:31:20] "GET /obj-perms HTTP/1.1" 200 5056 0.051317 10.0.0.22 - - [2025-07-10 02:31:20] "GET /obj-perms HTTP/1.1" 200 5056 0.046036 10.0.0.22 - - [2025-07-10 02:31:22] "POST /neutron/port HTTP/1.1" 200 1083 0.011845 10.0.0.22 - - [2025-07-10 02:31:22] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006441 10.0.0.22 - - [2025-07-10 02:31:23] "POST /neutron/port HTTP/1.1" 200 1083 0.011082 10.0.0.22 - - [2025-07-10 02:31:23] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005872 10.0.0.22 - - [2025-07-10 02:31:23] "POST /neutron/port HTTP/1.1" 200 1083 0.011344 10.0.0.22 - - [2025-07-10 02:31:23] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006264 10.0.0.22 - - [2025-07-10 02:31:23] "GET /virtual-machine/a0d8057f-b67d-4023-bb84-a6fe3db3fd9f HTTP/1.1" 200 1289 0.005297 10.0.0.22 - - [2025-07-10 02:31:23] "GET /virtual-machine-interface/cb94645c-64e8-466d-b792-7af078f950d1 HTTP/1.1" 200 2942 0.005048 10.0.0.22 - - [2025-07-10 02:31:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.22 - - [2025-07-10 02:31:23] "GET /global-vrouter-config/4bebef79-bfbe-4af5-b033-c012e63d2029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.002918 10.0.0.22 - - [2025-07-10 02:31:23] "GET /virtual-networks?parent_id=12a0b9d6-e6b1-486a-b5b6-e3632afc2526&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003160 10.0.0.22 - - [2025-07-10 02:31:23] "GET /virtual-network/693e9c6a-370f-4fb4-a042-631fa81c1d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005902 10.0.0.22 - - [2025-07-10 02:31:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.22 - - [2025-07-10 02:31:24] "GET /global-vrouter-config/4bebef79-bfbe-4af5-b033-c012e63d2029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004300 10.0.0.22 - - [2025-07-10 02:31:24] "GET /virtual-networks?parent_id=12a0b9d6-e6b1-486a-b5b6-e3632afc2526&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003934 10.0.0.22 - - [2025-07-10 02:31:24] "GET /virtual-network/693e9c6a-370f-4fb4-a042-631fa81c1d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.008837 10.0.0.22 - - [2025-07-10 02:31:24] "POST /neutron/port HTTP/1.1" 200 1083 0.012345 10.0.0.22 - - [2025-07-10 02:31:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006876 10.0.0.22 - - [2025-07-10 02:31:24] "POST /neutron/port HTTP/1.1" 200 1083 0.020183 10.0.0.22 - - [2025-07-10 02:31:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006906 10.0.0.22 - - [2025-07-10 02:31:24] "POST /neutron/port HTTP/1.1" 200 1083 0.011446 10.0.0.22 - - [2025-07-10 02:31:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007542 10.0.0.22 - - [2025-07-10 02:31:24] "GET /virtual-machine/ab438a0a-6970-49be-95b4-a41aa80285b1 HTTP/1.1" 200 1293 0.004879 10.0.0.22 - - [2025-07-10 02:31:24] "GET /virtual-machine-interface/22f903b2-27da-42ac-840b-c376067b46e6 HTTP/1.1" 200 2940 0.005262 10.0.0.22 - - [2025-07-10 02:31:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.22 - - [2025-07-10 02:31:25] "GET /global-vrouter-config/4bebef79-bfbe-4af5-b033-c012e63d2029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.003189 10.0.0.22 - - [2025-07-10 02:31:25] "GET /virtual-networks?parent_id=12a0b9d6-e6b1-486a-b5b6-e3632afc2526&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003369 10.0.0.22 - - [2025-07-10 02:31:25] "GET /virtual-network/693e9c6a-370f-4fb4-a042-631fa81c1d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.006202 10.0.0.22 - - [2025-07-10 02:31:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003831 10.0.0.22 - - [2025-07-10 02:31:26] "GET /global-vrouter-config/4bebef79-bfbe-4af5-b033-c012e63d2029?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004197 10.0.0.22 - - [2025-07-10 02:31:26] "GET /virtual-networks?parent_id=12a0b9d6-e6b1-486a-b5b6-e3632afc2526&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004025 10.0.0.22 - - [2025-07-10 02:31:26] "GET /virtual-network/693e9c6a-370f-4fb4-a042-631fa81c1d4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2547 0.005883 10.0.0.22 - - [2025-07-10 02:31:42] "POST /neutron/port HTTP/1.1" 200 1109 0.010459 10.0.0.22 - - [2025-07-10 02:31:42] "POST /neutron/port HTTP/1.1" 200 1109 0.010235 10.0.0.22 - - [2025-07-10 02:31:42] "POST /neutron/port HTTP/1.1" 200 151 0.108655 10.0.0.22 - - [2025-07-10 02:31:42] "POST /neutron/port HTTP/1.1" 200 1109 0.012302 10.0.0.22 - - [2025-07-10 02:31:42] "POST /neutron/port HTTP/1.1" 200 1109 0.019439 10.0.0.22 - - [2025-07-10 02:31:42] "POST /neutron/port HTTP/1.1" 200 1083 0.019365 10.0.0.22 - - [2025-07-10 02:31:42] "POST /neutron/port HTTP/1.1" 200 1109 0.010530 10.0.0.22 - - [2025-07-10 02:31:42] "POST /neutron/port HTTP/1.1" 200 151 0.156076 10.0.0.22 - - [2025-07-10 02:31:42] "POST /neutron/network HTTP/1.1" 200 994 0.008039 10.0.0.22 - - [2025-07-10 02:31:42] "POST /neutron/network HTTP/1.1" 400 204 0.017457 10.0.0.22 - - [2025-07-10 02:31:42] "POST /neutron/port HTTP/1.1" 200 151 0.144050 10.0.0.22 - - [2025-07-10 02:31:44] "POST /neutron/network HTTP/1.1" 200 994 0.008066 10.0.0.22 - - [2025-07-10 02:31:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005923 10.0.0.22 - - [2025-07-10 02:31:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002977 10.0.0.22 - - [2025-07-10 02:31:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002543 10.0.0.22 - - [2025-07-10 02:31:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003482 10.0.0.22 - - [2025-07-10 02:31:45] "DELETE /route-target/0abae956-eddd-4f9c-8c9f-0c5efc298901 HTTP/1.1" 200 115 0.040335 10.0.0.22 - - [2025-07-10 02:31:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003011 10.0.0.22 - - [2025-07-10 02:31:45] "POST /neutron/network HTTP/1.1" 200 151 0.144917 10.0.0.22 - - [2025-07-10 02:31:45] "GET /routing-instance/b578db3f-8205-4457-8781-a4e8ef2888de HTTP/1.1" 404 171 0.002717 10.0.0.22 - - [2025-07-10 02:31:45] "GET /domains HTTP/1.1" 200 280 0.003276 10.0.0.22 - - [2025-07-10 02:31:45] "GET /domains?obj_uuids=3dee1766-372a-4f75-b1e1-89cf3e854bde&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001177 10.0.0.22 - - [2025-07-10 02:31:45] "GET /domain/3dee1766-372a-4f75-b1e1-89cf3e854bde HTTP/1.1" 200 2573 0.050927 10.0.0.22 - - [2025-07-10 02:31:45] "GET /projects?obj_uuids=12a0b9d6-e6b1-486a-b5b6-e3632afc2526&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001255 10.0.0.22 - - [2025-07-10 02:31:45] "GET /project/12a0b9d6-e6b1-486a-b5b6-e3632afc2526 HTTP/1.1" 200 2085 0.091330 10.0.0.22 - - [2025-07-10 02:31:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.22 - - [2025-07-10 02:31:45] "DELETE /network-ipam/c3fea3d7-c7d2-48ea-ad15-f8faba860e2b HTTP/1.1" 200 115 0.052638 10.0.0.22 - - [2025-07-10 02:31:45] "POST /fqname-to-id HTTP/1.1" 404 211 0.004727 10.0.0.22 - - [2025-07-10 02:31:45] "GET /projects?obj_uuids=12a0b9d6-e6b1-486a-b5b6-e3632afc2526&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001414 10.0.0.22 - - [2025-07-10 02:31:45] "GET /project/12a0b9d6-e6b1-486a-b5b6-e3632afc2526?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.042344 10.0.0.22 - - [2025-07-10 02:31:45] "GET /projects?obj_uuids=12a0b9d6-e6b1-486a-b5b6-e3632afc2526&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001746