++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Mon Jul 14 01:56:04 UTC 2025 ===================' INFO: =================== Mon Jul 14 01:56:04 UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ cut -d / -f 1 +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ head -n 1 +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.141 ++ 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 +++ tail -n 1 +++ awk '/pagesize=2M/{print($3)}' ++ 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.141 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.141 ++ ANALYTICSDB_NODES=10.0.0.141 ++ ANALYTICS_SNMP_NODES=10.0.0.141 ++ 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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:8081 ' +++ '[' -n '10.0.0.141:8081 ' ']' +++ echo 10.0.0.141:8081 ++ ANALYTICS_SERVERS=10.0.0.141: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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9042 ' +++ '[' -n '10.0.0.141:9042 ' ']' +++ echo 10.0.0.141:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.141:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.141 ++ 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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:8086 ' +++ '[' -n '10.0.0.141:8086 ' ']' +++ echo 10.0.0.141:8086 ++ COLLECTOR_SERVERS=10.0.0.141: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.141 ++ CONFIGDB_NODES=10.0.0.141 ++ 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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:8082 ' +++ '[' -n '10.0.0.141:8082 ' ']' +++ echo 10.0.0.141:8082 ++ CONFIG_SERVERS=10.0.0.141: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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9161 ' +++ '[' -n '10.0.0.141:9161 ' ']' +++ echo 10.0.0.141:9161 ++ CONFIGDB_SERVERS=10.0.0.141: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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9041 ' +++ '[' -n '10.0.0.141:9041 ' ']' +++ echo 10.0.0.141:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.141: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.200 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.200 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.141 ++ 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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+=10.0.0.141:2181, +++ '[' -n 10.0.0.141:2181, ']' +++ echo 10.0.0.141:2181 ++ ZOOKEEPER_SERVERS=10.0.0.141: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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:2181 ' +++ '[' -n '10.0.0.141:2181 ' ']' +++ echo 10.0.0.141:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.141:2181 ++ RABBITMQ_NODES=10.0.0.141 ++ 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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+=10.0.0.141:5673, +++ '[' -n 10.0.0.141:5673, ']' +++ echo 10.0.0.141:5673 ++ RABBITMQ_SERVERS=10.0.0.141: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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:6379 ' +++ '[' -n '10.0.0.141:6379 ' ']' +++ echo 10.0.0.141:6379 ++ REDIS_SERVERS=10.0.0.141: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.141 ++ 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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9092 ' +++ '[' -n '10.0.0.141:9092 ' ']' +++ echo 10.0.0.141:9092 ++ KAFKA_SERVERS=10.0.0.141: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.141 ++ 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.141 ++ 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.141 ++ 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 ++ cut -d , -f 1 ++ echo 10.0.0.141 + local cassandra=10.0.0.141 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.141 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ cut -d ' ' -f 1 +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.141 +++ local servers=10.0.0.141 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ uniq +++ local local_ips=,10.0.0.141,10.20.0.200,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.141'\''))' +++ local server_ip=10.0.0.141 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.141 ]] +++ [[ ,10.0.0.141,10.20.0.200,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.141, ]] +++ echo 10.0.0.141 1 +++ return ++ local ip=10.0.0.141 ++ [[ -z 10.0.0.141 ]] ++ echo 10.0.0.141 + host_ip=10.0.0.141 + [[ cql == \c\q\l ]] ++ echo 10.0.0.141:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.141:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.141:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ sort ++ cut -d = -f 1 ++ sed 's/^API__//g' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 07/14/2025 01:56:12.661 7f249a92c1c8 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 07/14/2025 01:56:12.800 7f249a92c1c8 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 07/14/2025 01:56:12.813 7f249a92c1c8 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 07/14/2025 01:56:12.813 7f249a92c1c8 [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.141:8082/ Hit Ctrl-C to quit. 10.0.0.141 - - [2025-07-14 01:56:17] "GET / HTTP/1.1" 503 181 0.000257 10.0.0.141 - - [2025-07-14 01:56:17] "GET / HTTP/1.1" 503 181 0.000159 10.0.0.141 - - [2025-07-14 01:56:17] "GET / HTTP/1.1" 200 36215 0.041840 10.0.0.141 - - [2025-07-14 01:56:18] "GET / HTTP/1.1" 200 45871 0.001590 10.0.0.141 - - [2025-07-14 01:56:18] "GET / HTTP/1.1" 200 45871 0.001164 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.141 - - [2025-07-14 01:56:18] "POST /fqname-to-id HTTP/1.1" 401 293 0.000582 10.0.0.141 - - [2025-07-14 01:56:18] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000298 10.0.0.141 - - [2025-07-14 01:56:18] "GET / HTTP/1.1" 200 36215 0.001829 10.0.0.141 - - [2025-07-14 01:56:18] "POST /fqname-to-id HTTP/1.1" 401 293 0.000408 10.0.0.141 - - [2025-07-14 01:56:18] "POST /fqname-to-id HTTP/1.1" 401 293 0.000512 10.0.0.141 - - [2025-07-14 01:56:19] "GET / HTTP/1.1" 200 36215 0.001840 10.0.0.141 - - [2025-07-14 01:56:19] "POST /fqname-to-id HTTP/1.1" 401 293 0.000539 10.0.0.141 - - [2025-07-14 01:56:19] "GET / HTTP/1.1" 200 36215 0.002428 10.0.0.141 - - [2025-07-14 01:56:19] "POST /fqname-to-id HTTP/1.1" 401 293 0.000461 10.0.0.141 - - [2025-07-14 01:56:20] "GET / HTTP/1.1" 200 36215 0.001614 10.0.0.141 - - [2025-07-14 01:56:20] "POST /fqname-to-id HTTP/1.1" 401 293 0.000552 10.0.0.141 - - [2025-07-14 01:56:20] "POST /fqname-to-id HTTP/1.1" 200 156 2.002800 10.0.0.141 - - [2025-07-14 01:56:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003144 10.0.0.141 - - [2025-07-14 01:56:20] "POST /fqname-to-id HTTP/1.1" 200 156 1.446279 10.0.0.141 - - [2025-07-14 01:56:20] "GET /global-system-config/4a44b192-8ed9-47ee-a70f-b76efb8ff902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.007462 10.0.0.141 - - [2025-07-14 01:56:20] "POST /fqname-to-id HTTP/1.1" 200 156 1.180130 10.0.0.141 - - [2025-07-14 01:56:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.912439 10.0.0.141 - - [2025-07-14 01:56:21] "GET /global-system-config/4a44b192-8ed9-47ee-a70f-b76efb8ff902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.005763 10.0.0.141 - - [2025-07-14 01:56:21] "POST /fqname-to-id HTTP/1.1" 404 186 0.365446 10.0.0.141 - - [2025-07-14 01:56:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.141 - - [2025-07-14 01:56:21] "POST /fqname-to-id HTTP/1.1" 404 220 0.002821 10.0.0.141 - - [2025-07-14 01:56:21] "GET /network-ipam/80b45a48-ca49-4723-b8de-947125ef94a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1955 0.004810 10.0.0.141 - - [2025-07-14 01:56:21] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 1.795967 10.0.0.141 - - [2025-07-14 01:56:21] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.002883 10.0.0.141 - - [2025-07-14 01:56:21] "POST /fqname-to-id HTTP/1.1" 404 196 0.109518 10.0.0.141 - - [2025-07-14 01:56:21] "POST /fqname-to-id HTTP/1.1" 404 220 0.002625 10.0.0.141 - - [2025-07-14 01:56:21] "GET /global-system-config/4a44b192-8ed9-47ee-a70f-b76efb8ff902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.044554 10.0.0.141 - - [2025-07-14 01:56:21] "POST /job-templates HTTP/1.1" 200 557 0.080641 10.0.0.141 - - [2025-07-14 01:56:21] "POST /config-nodes HTTP/1.1" 200 601 0.066283 10.0.0.141 - - [2025-07-14 01:56:21] "POST /config-database-nodes HTTP/1.1" 200 619 0.042201 10.0.0.141 - - [2025-07-14 01:56:21] "POST /fqname-to-id HTTP/1.1" 404 200 0.002928 10.0.0.141 - - [2025-07-14 01:56:21] "POST /service-appliance-sets HTTP/1.1" 200 555 0.035637 10.0.0.141 - - [2025-07-14 01:56:21] "POST /fqname-to-id HTTP/1.1" 404 180 0.005453 10.0.0.141 - - [2025-07-14 01:56:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003869 10.0.0.141 - - [2025-07-14 01:56:21] "POST /job-templates HTTP/1.1" 200 565 0.080928 10.0.0.141 - - [2025-07-14 01:56:21] "GET /global-system-config/4a44b192-8ed9-47ee-a70f-b76efb8ff902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.006180 10.0.0.141 - - [2025-07-14 01:56:21] "POST /fqname-to-id HTTP/1.1" 404 191 0.002890 /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.141 - - [2025-07-14 01:56:21] "POST /service-appliance-sets HTTP/1.1" 200 543 0.030645 10.0.0.141 - - [2025-07-14 01:56:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.141 - - [2025-07-14 01:56:21] "POST /job-templates HTTP/1.1" 200 547 0.075057 10.0.0.141 - - [2025-07-14 01:56:21] "POST /fqname-to-id HTTP/1.1" 404 207 0.004582 10.0.0.141 - - [2025-07-14 01:56:21] "GET /network-ipam/80b45a48-ca49-4723-b8de-947125ef94a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1955 0.004535 10.0.0.141 - - [2025-07-14 01:56:21] "GET / HTTP/1.1" 200 36215 0.004015 10.0.0.141 - - [2025-07-14 01:56:21] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000554 10.0.0.141 - - [2025-07-14 01:56:21] "POST /fqname-to-id HTTP/1.1" 404 225 0.003272 10.0.0.141 - - [2025-07-14 01:56:21] "POST /job-templates HTTP/1.1" 200 579 0.066695 10.0.0.141 - - [2025-07-14 01:56:21] "POST /access-control-lists HTTP/1.1" 200 589 0.051295 10.0.0.141 - - [2025-07-14 01:56:21] "POST /service-templates HTTP/1.1" 200 513 0.020051 10.0.0.141 - - [2025-07-14 01:56:21] "POST /fqname-to-id HTTP/1.1" 404 208 0.003143 10.0.0.141 - - [2025-07-14 01:56:21] "POST /service-templates HTTP/1.1" 200 503 0.019384 10.0.0.141 - - [2025-07-14 01:56:21] "POST /fqname-to-id HTTP/1.1" 404 224 0.003036 10.0.0.141 - - [2025-07-14 01:56:21] "POST /job-templates HTTP/1.1" 200 581 0.068814 10.0.0.141 - - [2025-07-14 01:56:21] "POST /service-templates HTTP/1.1" 200 517 0.064774 10.0.0.141 - - [2025-07-14 01:56:21] "POST /access-control-lists HTTP/1.1" 200 587 0.067162 10.0.0.141 - - [2025-07-14 01:56:21] "POST /fqname-to-id HTTP/1.1" 404 210 0.003790 10.0.0.141 - - [2025-07-14 01:56:21] "POST /service-templates HTTP/1.1" 200 537 0.022297 10.0.0.141 - - [2025-07-14 01:56:21] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.026773 10.0.0.141 - - [2025-07-14 01:56:21] "POST /job-templates HTTP/1.1" 200 585 0.066630 10.0.0.141 - - [2025-07-14 01:56:21] "POST /route-targets HTTP/1.1" 200 328 0.044967 10.0.0.141 - - [2025-07-14 01:56:21] "POST /service-templates HTTP/1.1" 200 509 0.050939 10.0.0.141 - - [2025-07-14 01:56:21] "POST /ref-update HTTP/1.1" 200 156 0.011551 10.0.0.141 - - [2025-07-14 01:56:22] "POST /fqname-to-id HTTP/1.1" 404 198 0.002868 10.0.0.141 - - [2025-07-14 01:56:22] "POST /route-targets HTTP/1.1" 200 328 0.012872 10.0.0.141 - - [2025-07-14 01:56:22] "POST /job-templates HTTP/1.1" 200 561 0.061876 10.0.0.141 - - [2025-07-14 01:56:22] "POST /ref-update HTTP/1.1" 200 156 0.039435 10.0.0.141 - - [2025-07-14 01:56:22] "POST /fqname-to-id HTTP/1.1" 404 203 0.002990 10.0.0.141 - - [2025-07-14 01:56:22] "POST /route-targets HTTP/1.1" 200 328 0.010128 10.0.0.141 - - [2025-07-14 01:56:22] "POST /job-templates HTTP/1.1" 200 571 0.066126 10.0.0.141 - - [2025-07-14 01:56:22] "POST /ref-update HTTP/1.1" 200 156 0.047860 10.0.0.141 - - [2025-07-14 01:56:22] "POST /fqname-to-id HTTP/1.1" 404 196 0.002732 10.0.0.141 - - [2025-07-14 01:56:22] "POST /route-targets HTTP/1.1" 200 328 0.011283 10.0.0.141 - - [2025-07-14 01:56:22] "POST /job-templates HTTP/1.1" 200 557 0.061101 10.0.0.141 - - [2025-07-14 01:56:22] "POST /ref-update HTTP/1.1" 200 156 0.049940 10.0.0.141 - - [2025-07-14 01:56:22] "POST /fqname-to-id HTTP/1.1" 404 196 0.003140 10.0.0.141 - - [2025-07-14 01:56:22] "POST /fqname-to-id HTTP/1.1" 404 201 0.002623 10.0.0.141 - - [2025-07-14 01:56:22] "POST /job-templates HTTP/1.1" 200 557 0.066323 10.0.0.141 - - [2025-07-14 01:56:22] "POST /fqname-to-id HTTP/1.1" 404 196 0.002919 10.0.0.141 - - [2025-07-14 01:56:22] "POST /access-control-lists HTTP/1.1" 200 553 0.100485 10.0.0.141 - - [2025-07-14 01:56:22] "PUT /access-control-list/8729e728-203d-4bdb-98ca-d7c448bdf416 HTTP/1.1" 200 273 0.011269 10.0.0.141 - - [2025-07-14 01:56:22] "POST /job-templates HTTP/1.1" 200 557 0.066046 10.0.0.141 - - [2025-07-14 01:56:22] "PUT /access-control-list/3873d40b-9d0c-42db-9df2-4f79c9bc8d3a HTTP/1.1" 200 273 0.012431 10.0.0.141 - - [2025-07-14 01:56:22] "POST /fqname-to-id HTTP/1.1" 404 186 0.004101 10.0.0.141 - - [2025-07-14 01:56:22] "POST /job-templates HTTP/1.1" 200 537 0.061980 10.0.0.141 - - [2025-07-14 01:56:22] "POST /fqname-to-id HTTP/1.1" 404 198 0.003157 10.0.0.141 - - [2025-07-14 01:56:23] "POST /job-templates HTTP/1.1" 200 561 0.065062 10.0.0.141 - - [2025-07-14 01:56:23] "POST /fqname-to-id HTTP/1.1" 404 198 0.003038 10.0.0.141 - - [2025-07-14 01:56:23] "POST /job-templates HTTP/1.1" 200 561 0.065421 10.0.0.141 - - [2025-07-14 01:56:23] "POST /fqname-to-id HTTP/1.1" 404 198 0.003101 10.0.0.141 - - [2025-07-14 01:56:23] "POST /job-templates HTTP/1.1" 200 561 0.064662 10.0.0.141 - - [2025-07-14 01:56:23] "POST /fqname-to-id HTTP/1.1" 404 201 0.003892 10.0.0.141 - - [2025-07-14 01:56:23] "POST /job-templates HTTP/1.1" 200 567 0.060832 10.0.0.141 - - [2025-07-14 01:56:23] "POST /fqname-to-id HTTP/1.1" 404 197 0.003276 10.0.0.141 - - [2025-07-14 01:56:23] "POST /job-templates HTTP/1.1" 200 559 0.064671 10.0.0.141 - - [2025-07-14 01:56:23] "POST /fqname-to-id HTTP/1.1" 404 196 0.003044 10.0.0.141 - - [2025-07-14 01:56:23] "POST /job-templates HTTP/1.1" 200 557 0.065403 10.0.0.141 - - [2025-07-14 01:56:23] "POST /fqname-to-id HTTP/1.1" 404 205 0.002999 10.0.0.141 - - [2025-07-14 01:56:24] "POST /job-templates HTTP/1.1" 200 575 0.062399 10.0.0.141 - - [2025-07-14 01:56:24] "POST /fqname-to-id HTTP/1.1" 404 194 0.002973 10.0.0.141 - - [2025-07-14 01:56:24] "POST /job-templates HTTP/1.1" 200 553 0.061734 10.0.0.141 - - [2025-07-14 01:56:24] "POST /fqname-to-id HTTP/1.1" 404 208 0.003832 10.0.0.141 - - [2025-07-14 01:56:24] "POST /job-templates HTTP/1.1" 200 581 0.064661 10.0.0.141 - - [2025-07-14 01:56:24] "POST /fqname-to-id HTTP/1.1" 404 196 0.003136 10.0.0.141 - - [2025-07-14 01:56:24] "POST /job-templates HTTP/1.1" 200 557 0.061292 10.0.0.141 - - [2025-07-14 01:56:24] "POST /fqname-to-id HTTP/1.1" 404 198 0.003242 10.0.0.141 - - [2025-07-14 01:56:24] "POST /job-templates HTTP/1.1" 200 561 0.061167 10.0.0.141 - - [2025-07-14 01:56:24] "POST /fqname-to-id HTTP/1.1" 404 206 0.003038 10.0.0.141 - - [2025-07-14 01:56:24] "POST /job-templates HTTP/1.1" 200 577 0.061552 10.0.0.141 - - [2025-07-14 01:56:24] "POST /fqname-to-id HTTP/1.1" 404 197 0.003260 10.0.0.141 - - [2025-07-14 01:56:24] "POST /job-templates HTTP/1.1" 200 559 0.060964 10.0.0.141 - - [2025-07-14 01:56:25] "POST /fqname-to-id HTTP/1.1" 404 198 0.003036 10.0.0.141 - - [2025-07-14 01:56:25] "POST /job-templates HTTP/1.1" 200 561 0.061095 10.0.0.141 - - [2025-07-14 01:56:25] "POST /fqname-to-id HTTP/1.1" 404 196 0.003490 10.0.0.141 - - [2025-07-14 01:56:25] "POST /job-templates HTTP/1.1" 200 557 0.066064 10.0.0.141 - - [2025-07-14 01:56:25] "POST /fqname-to-id HTTP/1.1" 404 195 0.003203 10.0.0.141 - - [2025-07-14 01:56:25] "POST /job-templates HTTP/1.1" 200 555 0.065660 10.0.0.141 - - [2025-07-14 01:56:25] "POST /fqname-to-id HTTP/1.1" 404 195 0.002909 10.0.0.141 - - [2025-07-14 01:56:25] "POST /job-templates HTTP/1.1" 200 555 0.064825 10.0.0.141 - - [2025-07-14 01:56:25] "POST /fqname-to-id HTTP/1.1" 404 195 0.003150 10.0.0.141 - - [2025-07-14 01:56:25] "POST /job-templates HTTP/1.1" 200 555 0.064790 10.0.0.141 - - [2025-07-14 01:56:25] "POST /fqname-to-id HTTP/1.1" 404 200 0.002905 10.0.0.141 - - [2025-07-14 01:56:25] "POST /job-templates HTTP/1.1" 200 565 0.061027 10.0.0.141 - - [2025-07-14 01:56:26] "POST /fqname-to-id HTTP/1.1" 404 201 0.002987 10.0.0.141 - - [2025-07-14 01:56:26] "POST /job-templates HTTP/1.1" 200 567 0.060678 10.0.0.141 - - [2025-07-14 01:56:26] "POST /fqname-to-id HTTP/1.1" 404 189 0.003464 10.0.0.141 - - [2025-07-14 01:56:26] "POST /config-propertiess HTTP/1.1" 200 553 0.025535 10.0.0.141 - - [2025-07-14 01:56:26] "POST /fqname-to-id HTTP/1.1" 404 168 0.003818 10.0.0.141 - - [2025-07-14 01:56:26] "POST /tags HTTP/1.1" 200 322 0.033498 10.0.0.141 - - [2025-07-14 01:56:26] "POST /fqname-to-id HTTP/1.1" 404 166 0.002933 10.0.0.141 - - [2025-07-14 01:56:26] "POST /tags HTTP/1.1" 200 318 0.020123 10.0.0.141 - - [2025-07-14 01:56:26] "POST /fqname-to-id HTTP/1.1" 404 174 0.002872 10.0.0.141 - - [2025-07-14 01:56:26] "POST /tags HTTP/1.1" 200 334 0.022320 10.0.0.141 - - [2025-07-14 01:56:26] "POST /fqname-to-id HTTP/1.1" 404 162 0.002839 10.0.0.141 - - [2025-07-14 01:56:26] "POST /tags HTTP/1.1" 200 310 0.023683 10.0.0.141 - - [2025-07-14 01:56:26] "POST /fqname-to-id HTTP/1.1" 404 174 0.003048 10.0.0.141 - - [2025-07-14 01:56:26] "POST /tags HTTP/1.1" 200 334 0.026882 10.0.0.141 - - [2025-07-14 01:56:26] "POST /fqname-to-id HTTP/1.1" 404 164 0.003126 10.0.0.141 - - [2025-07-14 01:56:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002841 10.0.0.141 - - [2025-07-14 01:56:26] "POST /tags HTTP/1.1" 200 314 0.038268 10.0.0.141 - - [2025-07-14 01:56:26] "GET /global-vrouter-config/6db92660-4b89-4abb-9338-6cb8fca32f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1163 0.008615 10.0.0.141 - - [2025-07-14 01:56:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.141 - - [2025-07-14 01:56:27] "POST /fqname-to-id HTTP/1.1" 404 169 0.002303 10.0.0.141 - - [2025-07-14 01:56:27] "PUT /global-vrouter-config/6db92660-4b89-4abb-9338-6cb8fca32f87 HTTP/1.1" 200 277 0.010897 10.0.0.141 - - [2025-07-14 01:56:27] "POST /tags HTTP/1.1" 200 324 0.037706 10.0.0.141 - - [2025-07-14 01:56:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.141 - - [2025-07-14 01:56:27] "PUT /global-system-config/4a44b192-8ed9-47ee-a70f-b76efb8ff902 HTTP/1.1" 200 275 0.012076 10.0.0.141 - - [2025-07-14 01:56:27] "POST /fqname-to-id HTTP/1.1" 404 166 0.002539 10.0.0.141 - - [2025-07-14 01:56:27] "POST /hardwares HTTP/1.1" 200 328 0.011434 10.0.0.141 - - [2025-07-14 01:56:27] "POST /fqname-to-id HTTP/1.1" 404 166 0.003373 10.0.0.141 - - [2025-07-14 01:56:27] "GET / HTTP/1.1" 200 36215 0.001560 10.0.0.141 - - [2025-07-14 01:56:27] "POST /alarms HTTP/1.1" 401 293 0.000404 10.0.0.141 - - [2025-07-14 01:56:27] "POST /hardwares HTTP/1.1" 200 328 0.012718 10.0.0.141 - - [2025-07-14 01:56:27] "POST /fqname-to-id HTTP/1.1" 404 166 0.003274 10.0.0.141 - - [2025-07-14 01:56:27] "POST /hardwares HTTP/1.1" 200 328 0.010166 10.0.0.141 - - [2025-07-14 01:56:27] "POST /fqname-to-id HTTP/1.1" 404 166 0.002996 10.0.0.141 - - [2025-07-14 01:56:27] "POST /hardwares HTTP/1.1" 200 328 0.010890 10.0.0.141 - - [2025-07-14 01:56:27] "POST /fqname-to-id HTTP/1.1" 404 164 0.002818 10.0.0.141 - - [2025-07-14 01:56:27] "POST /hardwares HTTP/1.1" 200 324 0.010656 10.0.0.141 - - [2025-07-14 01:56:27] "POST /alarms HTTP/1.1" 200 583 0.035172 10.0.0.141 - - [2025-07-14 01:56:27] "POST /fqname-to-id HTTP/1.1" 404 164 0.002388 10.0.0.141 - - [2025-07-14 01:56:27] "POST /alarms HTTP/1.1" 200 577 0.018893 10.0.0.141 - - [2025-07-14 01:56:27] "POST /hardwares HTTP/1.1" 200 324 0.011409 10.0.0.141 - - [2025-07-14 01:56:27] "POST /alarms HTTP/1.1" 200 577 0.016812 10.0.0.141 - - [2025-07-14 01:56:27] "POST /fqname-to-id HTTP/1.1" 404 161 0.003722 10.0.0.141 - - [2025-07-14 01:56:27] "POST /alarms HTTP/1.1" 200 561 0.016927 10.0.0.141 - - [2025-07-14 01:56:27] "POST /hardwares HTTP/1.1" 200 318 0.009588 10.0.0.141 - - [2025-07-14 01:56:27] "POST /alarms HTTP/1.1" 200 557 0.015928 10.0.0.141 - - [2025-07-14 01:56:28] "POST /fqname-to-id HTTP/1.1" 404 164 0.003036 10.0.0.141 - - [2025-07-14 01:56:28] "POST /alarms HTTP/1.1" 200 559 0.017475 10.0.0.141 - - [2025-07-14 01:56:28] "POST /hardwares HTTP/1.1" 200 324 0.009354 10.0.0.141 - - [2025-07-14 01:56:28] "POST /fqname-to-id HTTP/1.1" 404 164 0.002710 10.0.0.141 - - [2025-07-14 01:56:28] "POST /alarms HTTP/1.1" 200 567 0.019487 10.0.0.141 - - [2025-07-14 01:56:28] "POST /hardwares HTTP/1.1" 200 324 0.012048 10.0.0.141 - - [2025-07-14 01:56:28] "POST /alarms HTTP/1.1" 200 551 0.020691 10.0.0.141 - - [2025-07-14 01:56:28] "POST /fqname-to-id HTTP/1.1" 404 164 0.002862 10.0.0.141 - - [2025-07-14 01:56:28] "POST /alarms HTTP/1.1" 200 559 0.017115 10.0.0.141 - - [2025-07-14 01:56:28] "POST /hardwares HTTP/1.1" 200 324 0.012709 10.0.0.141 - - [2025-07-14 01:56:28] "POST /alarms HTTP/1.1" 200 569 0.017969 10.0.0.141 - - [2025-07-14 01:56:28] "POST /fqname-to-id HTTP/1.1" 404 165 0.003041 10.0.0.141 - - [2025-07-14 01:56:28] "POST /alarms HTTP/1.1" 200 557 0.018237 10.0.0.141 - - [2025-07-14 01:56:28] "POST /hardwares HTTP/1.1" 200 326 0.012949 10.0.0.141 - - [2025-07-14 01:56:28] "POST /alarms HTTP/1.1" 200 569 0.017908 10.0.0.141 - - [2025-07-14 01:56:28] "POST /fqname-to-id HTTP/1.1" 404 165 0.004827 10.0.0.141 - - [2025-07-14 01:56:28] "POST /hardwares HTTP/1.1" 200 326 0.012385 10.0.0.141 - - [2025-07-14 01:56:28] "POST /alarms HTTP/1.1" 200 577 0.062896 10.0.0.141 - - [2025-07-14 01:56:28] "POST /fqname-to-id HTTP/1.1" 404 165 0.003236 10.0.0.141 - - [2025-07-14 01:56:28] "POST /hardwares HTTP/1.1" 200 326 0.013554 10.0.0.141 - - [2025-07-14 01:56:28] "POST /alarms HTTP/1.1" 200 571 0.024687 10.0.0.141 - - [2025-07-14 01:56:28] "POST /fqname-to-id HTTP/1.1" 404 165 0.002968 10.0.0.141 - - [2025-07-14 01:56:28] "POST /alarms HTTP/1.1" 200 563 0.016509 10.0.0.141 - - [2025-07-14 01:56:28] "POST /hardwares HTTP/1.1" 200 326 0.011247 10.0.0.141 - - [2025-07-14 01:56:28] "POST /alarms HTTP/1.1" 200 563 0.016421 10.0.0.141 - - [2025-07-14 01:56:28] "POST /fqname-to-id HTTP/1.1" 404 164 0.003233 10.0.0.141 - - [2025-07-14 01:56:28] "POST /alarms HTTP/1.1" 200 563 0.018017 10.0.0.141 - - [2025-07-14 01:56:28] "POST /hardwares HTTP/1.1" 200 324 0.013309 10.0.0.141 - - [2025-07-14 01:56:28] "POST /fqname-to-id HTTP/1.1" 404 161 0.002467 10.0.0.141 - - [2025-07-14 01:56:28] "POST /alarms HTTP/1.1" 200 549 0.019791 10.0.0.141 - - [2025-07-14 01:56:28] "POST /hardwares HTTP/1.1" 200 318 0.012352 10.0.0.141 - - [2025-07-14 01:56:28] "POST /alarms HTTP/1.1" 200 597 0.018476 10.0.0.141 - - [2025-07-14 01:56:28] "POST /fqname-to-id HTTP/1.1" 404 164 0.003068 10.0.0.141 - - [2025-07-14 01:56:29] "POST /alarms HTTP/1.1" 200 577 0.016619 10.0.0.141 - - [2025-07-14 01:56:29] "POST /hardwares HTTP/1.1" 200 324 0.011005 10.0.0.141 - - [2025-07-14 01:56:29] "POST /alarms HTTP/1.1" 200 573 0.016768 10.0.0.141 - - [2025-07-14 01:56:29] "POST /fqname-to-id HTTP/1.1" 404 161 0.002682 10.0.0.141 - - [2025-07-14 01:56:29] "POST /alarms HTTP/1.1" 200 585 0.018467 10.0.0.141 - - [2025-07-14 01:56:29] "POST /hardwares HTTP/1.1" 200 318 0.013558 10.0.0.141 - - [2025-07-14 01:56:29] "POST /fqname-to-id HTTP/1.1" 404 164 0.003097 10.0.0.141 - - [2025-07-14 01:56:29] "POST /alarms HTTP/1.1" 200 611 0.019126 10.0.0.141 - - [2025-07-14 01:56:29] "POST /hardwares HTTP/1.1" 200 324 0.012881 10.0.0.141 - - [2025-07-14 01:56:29] "POST /fqname-to-id HTTP/1.1" 404 162 0.002985 10.0.0.141 - - [2025-07-14 01:56:29] "POST /hardwares HTTP/1.1" 200 320 0.011602 10.0.0.141 - - [2025-07-14 01:56:29] "POST /fqname-to-id HTTP/1.1" 404 162 0.002944 10.0.0.141 - - [2025-07-14 01:56:29] "POST /hardwares HTTP/1.1" 200 320 0.010976 10.0.0.141 - - [2025-07-14 01:56:29] "POST /fqname-to-id HTTP/1.1" 404 165 0.002984 10.0.0.141 - - [2025-07-14 01:56:29] "GET / HTTP/1.1" 200 36215 0.001628 10.0.0.141 - - [2025-07-14 01:56:29] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000385 10.0.0.141 - - [2025-07-14 01:56:29] "POST /hardwares HTTP/1.1" 200 326 0.010433 10.0.0.141 - - [2025-07-14 01:56:29] "POST /fqname-to-id HTTP/1.1" 404 161 0.002934 10.0.0.141 - - [2025-07-14 01:56:29] "POST /hardwares HTTP/1.1" 200 318 0.010992 10.0.0.141 - - [2025-07-14 01:56:29] "POST /fqname-to-id HTTP/1.1" 404 161 0.002982 10.0.0.141 - - [2025-07-14 01:56:29] "POST /hardwares HTTP/1.1" 200 318 0.011784 10.0.0.141 - - [2025-07-14 01:56:29] "POST /fqname-to-id HTTP/1.1" 404 162 0.003180 10.0.0.141 - - [2025-07-14 01:56:29] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.024646 10.0.0.141 - - [2025-07-14 01:56:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.141 - - [2025-07-14 01:56:29] "POST /hardwares HTTP/1.1" 200 320 0.016463 10.0.0.141 - - [2025-07-14 01:56:29] "PUT /global-vrouter-config/6db92660-4b89-4abb-9338-6cb8fca32f87 HTTP/1.1" 200 277 0.009523 10.0.0.141 - - [2025-07-14 01:56:29] "POST /fqname-to-id HTTP/1.1" 404 162 0.002505 10.0.0.141 - - [2025-07-14 01:56:29] "POST /hardwares HTTP/1.1" 200 320 0.011091 10.0.0.141 - - [2025-07-14 01:56:30] "POST /fqname-to-id HTTP/1.1" 404 162 0.002928 10.0.0.141 - - [2025-07-14 01:56:30] "POST /hardwares HTTP/1.1" 200 320 0.010747 10.0.0.141 - - [2025-07-14 01:56:30] "POST /fqname-to-id HTTP/1.1" 404 158 0.003293 10.0.0.141 - - [2025-07-14 01:56:30] "POST /hardwares HTTP/1.1" 200 312 0.011927 10.0.0.141 - - [2025-07-14 01:56:30] "POST /fqname-to-id HTTP/1.1" 404 158 0.003259 10.0.0.141 - - [2025-07-14 01:56:30] "GET / HTTP/1.1" 200 36215 0.001637 10.0.0.141 - - [2025-07-14 01:56:30] "POST /fqname-to-id HTTP/1.1" 401 293 0.000386 10.0.0.141 - - [2025-07-14 01:56:30] "POST /hardwares HTTP/1.1" 200 312 0.012400 10.0.0.141 - - [2025-07-14 01:56:30] "POST /fqname-to-id HTTP/1.1" 404 160 0.003289 10.0.0.141 - - [2025-07-14 01:56:30] "POST /hardwares HTTP/1.1" 200 316 0.010750 10.0.0.141 - - [2025-07-14 01:56:30] "POST /fqname-to-id HTTP/1.1" 404 154 0.002996 10.0.0.141 - - [2025-07-14 01:56:30] "POST /hardwares HTTP/1.1" 200 304 0.011296 10.0.0.141 - - [2025-07-14 01:56:30] "POST /fqname-to-id HTTP/1.1" 404 158 0.003068 10.0.0.141 - - [2025-07-14 01:56:30] "POST /hardwares HTTP/1.1" 200 312 0.011380 10.0.0.141 - - [2025-07-14 01:56:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.025230 10.0.0.141 - - [2025-07-14 01:56:30] "GET /global-vrouter-config/6db92660-4b89-4abb-9338-6cb8fca32f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.005655 10.0.0.141 - - [2025-07-14 01:56:30] "POST /fqname-to-id HTTP/1.1" 404 155 0.004525 10.0.0.141 - - [2025-07-14 01:56:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.141 - - [2025-07-14 01:56:30] "POST /hardwares HTTP/1.1" 200 306 0.014809 10.0.0.141 - - [2025-07-14 01:56:30] "POST /fqname-to-id HTTP/1.1" 404 155 0.002264 10.0.0.141 - - [2025-07-14 01:56:30] "PUT /global-vrouter-config/6db92660-4b89-4abb-9338-6cb8fca32f87 HTTP/1.1" 200 277 0.010800 10.0.0.141 - - [2025-07-14 01:56:30] "POST /hardwares HTTP/1.1" 200 306 0.012256 10.0.0.141 - - [2025-07-14 01:56:30] "POST /fqname-to-id HTTP/1.1" 404 155 0.003955 10.0.0.141 - - [2025-07-14 01:56:30] "POST /hardwares HTTP/1.1" 200 306 0.011218 10.0.0.141 - - [2025-07-14 01:56:30] "POST /fqname-to-id HTTP/1.1" 404 155 0.002959 10.0.0.141 - - [2025-07-14 01:56:31] "POST /hardwares HTTP/1.1" 200 306 0.012059 10.0.0.141 - - [2025-07-14 01:56:31] "POST /fqname-to-id HTTP/1.1" 404 156 0.004489 10.0.0.141 - - [2025-07-14 01:56:31] "POST /hardwares HTTP/1.1" 200 308 0.011330 10.0.0.141 - - [2025-07-14 01:56:31] "GET / HTTP/1.1" 200 36215 0.001834 10.0.0.141 - - [2025-07-14 01:56:31] "POST /fqname-to-id HTTP/1.1" 401 293 0.000460 10.0.0.141 - - [2025-07-14 01:56:31] "POST /fqname-to-id HTTP/1.1" 404 156 0.003258 10.0.0.141 - - [2025-07-14 01:56:31] "POST /hardwares HTTP/1.1" 200 308 0.012323 10.0.0.141 - - [2025-07-14 01:56:31] "POST /fqname-to-id HTTP/1.1" 404 156 0.002964 10.0.0.141 - - [2025-07-14 01:56:31] "POST /hardwares HTTP/1.1" 200 308 0.011915 10.0.0.141 - - [2025-07-14 01:56:31] "POST /fqname-to-id HTTP/1.1" 404 157 0.002952 10.0.0.141 - - [2025-07-14 01:56:31] "POST /hardwares HTTP/1.1" 200 310 0.010906 10.0.0.141 - - [2025-07-14 01:56:31] "POST /fqname-to-id HTTP/1.1" 404 158 0.003145 10.0.0.141 - - [2025-07-14 01:56:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.024422 10.0.0.141 - - [2025-07-14 01:56:31] "GET /global-system-config/4a44b192-8ed9-47ee-a70f-b76efb8ff902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2342 0.006530 10.0.0.141 - - [2025-07-14 01:56:31] "POST /hardwares HTTP/1.1" 200 312 0.011561 10.0.0.141 - - [2025-07-14 01:56:31] "PUT /global-system-config/4a44b192-8ed9-47ee-a70f-b76efb8ff902 HTTP/1.1" 200 275 0.017463 10.0.0.141 - - [2025-07-14 01:56:31] "POST /fqname-to-id HTTP/1.1" 404 158 0.002527 10.0.0.141 - - [2025-07-14 01:56:31] "POST /hardwares HTTP/1.1" 200 312 0.013765 10.0.0.141 - - [2025-07-14 01:56:31] "POST /fqname-to-id HTTP/1.1" 404 153 0.003013 10.0.0.141 - - [2025-07-14 01:56:31] "POST /hardwares HTTP/1.1" 200 302 0.095192 10.0.0.141 - - [2025-07-14 01:56:31] "POST /fqname-to-id HTTP/1.1" 404 157 0.003472 10.0.0.141 - - [2025-07-14 01:56:32] "POST /hardwares HTTP/1.1" 200 310 0.059176 10.0.0.141 - - [2025-07-14 01:56:32] "POST /fqname-to-id HTTP/1.1" 404 157 0.003214 10.0.0.141 - - [2025-07-14 01:56:32] "POST /hardwares HTTP/1.1" 200 310 0.057318 10.0.0.141 - - [2025-07-14 01:56:32] "POST /fqname-to-id HTTP/1.1" 404 157 0.004273 10.0.0.141 - - [2025-07-14 01:56:32] "POST /hardwares HTTP/1.1" 200 310 0.049738 10.0.0.141 - - [2025-07-14 01:56:32] "POST /fqname-to-id HTTP/1.1" 404 157 0.004040 10.0.0.141 - - [2025-07-14 01:56:32] "POST /hardwares HTTP/1.1" 200 310 0.047879 10.0.0.141 - - [2025-07-14 01:56:32] "POST /fqname-to-id HTTP/1.1" 404 157 0.003232 10.0.0.141 - - [2025-07-14 01:56:32] "POST /hardwares HTTP/1.1" 200 310 0.082581 10.0.0.141 - - [2025-07-14 01:56:32] "POST /fqname-to-id HTTP/1.1" 404 161 0.004427 10.0.0.141 - - [2025-07-14 01:56:32] "POST /hardwares HTTP/1.1" 200 318 0.014421 10.0.0.141 - - [2025-07-14 01:56:32] "POST /fqname-to-id HTTP/1.1" 404 157 0.003029 10.0.0.141 - - [2025-07-14 01:56:32] "POST /hardwares HTTP/1.1" 200 310 0.026736 10.0.0.141 - - [2025-07-14 01:56:32] "POST /fqname-to-id HTTP/1.1" 404 157 0.003057 10.0.0.141 - - [2025-07-14 01:56:33] "POST /hardwares HTTP/1.1" 200 310 0.030714 10.0.0.141 - - [2025-07-14 01:56:33] "POST /fqname-to-id HTTP/1.1" 404 154 0.002978 10.0.0.141 - - [2025-07-14 01:56:33] "POST /hardwares HTTP/1.1" 200 304 0.240857 10.0.0.141 - - [2025-07-14 01:56:33] "POST /fqname-to-id HTTP/1.1" 404 190 0.003406 10.0.0.141 - - [2025-07-14 01:56:33] "POST /features HTTP/1.1" 200 535 0.059835 10.0.0.141 - - [2025-07-14 01:56:33] "POST /fqname-to-id HTTP/1.1" 404 185 0.002872 10.0.0.141 - - [2025-07-14 01:56:33] "POST /features HTTP/1.1" 200 525 0.018063 10.0.0.141 - - [2025-07-14 01:56:33] "POST /fqname-to-id HTTP/1.1" 404 184 0.003899 10.0.0.141 - - [2025-07-14 01:56:33] "POST /features HTTP/1.1" 200 523 0.023491 10.0.0.141 - - [2025-07-14 01:56:33] "POST /fqname-to-id HTTP/1.1" 404 184 0.003229 10.0.0.141 - - [2025-07-14 01:56:33] "POST /features HTTP/1.1" 200 523 0.020472 10.0.0.141 - - [2025-07-14 01:56:33] "POST /fqname-to-id HTTP/1.1" 404 189 0.003050 10.0.0.141 - - [2025-07-14 01:56:33] "POST /features HTTP/1.1" 200 533 0.020929 10.0.0.141 - - [2025-07-14 01:56:33] "POST /fqname-to-id HTTP/1.1" 404 184 0.002948 10.0.0.141 - - [2025-07-14 01:56:34] "POST /features HTTP/1.1" 200 523 0.056777 10.0.0.141 - - [2025-07-14 01:56:34] "POST /fqname-to-id HTTP/1.1" 404 193 0.002995 10.0.0.141 - - [2025-07-14 01:56:34] "POST /features HTTP/1.1" 200 541 0.015814 10.0.0.141 - - [2025-07-14 01:56:34] "POST /fqname-to-id HTTP/1.1" 404 186 0.003961 10.0.0.141 - - [2025-07-14 01:56:34] "POST /features HTTP/1.1" 200 527 0.017310 10.0.0.141 - - [2025-07-14 01:56:34] "POST /fqname-to-id HTTP/1.1" 404 183 0.004290 10.0.0.141 - - [2025-07-14 01:56:34] "POST /features HTTP/1.1" 200 521 0.018618 10.0.0.141 - - [2025-07-14 01:56:34] "POST /fqname-to-id HTTP/1.1" 404 182 0.003801 10.0.0.141 - - [2025-07-14 01:56:34] "POST /features HTTP/1.1" 200 519 0.019568 10.0.0.141 - - [2025-07-14 01:56:34] "POST /fqname-to-id HTTP/1.1" 404 190 0.003187 10.0.0.141 - - [2025-07-14 01:56:34] "POST /features HTTP/1.1" 200 535 0.018658 10.0.0.141 - - [2025-07-14 01:56:34] "POST /fqname-to-id HTTP/1.1" 404 194 0.003076 10.0.0.141 - - [2025-07-14 01:56:34] "POST /features HTTP/1.1" 200 543 0.016289 10.0.0.141 - - [2025-07-14 01:56:34] "POST /fqname-to-id HTTP/1.1" 404 178 0.002943 10.0.0.141 - - [2025-07-14 01:56:34] "POST /physical-roles HTTP/1.1" 200 523 0.017163 10.0.0.141 - - [2025-07-14 01:56:34] "POST /fqname-to-id HTTP/1.1" 404 179 0.003925 10.0.0.141 - - [2025-07-14 01:56:34] "POST /physical-roles HTTP/1.1" 200 525 0.018090 10.0.0.141 - - [2025-07-14 01:56:35] "POST /fqname-to-id HTTP/1.1" 404 184 0.003664 10.0.0.141 - - [2025-07-14 01:56:35] "POST /physical-roles HTTP/1.1" 200 535 0.016537 10.0.0.141 - - [2025-07-14 01:56:35] "POST /fqname-to-id HTTP/1.1" 404 177 0.003103 10.0.0.141 - - [2025-07-14 01:56:35] "POST /physical-roles HTTP/1.1" 200 521 0.016012 10.0.0.141 - - [2025-07-14 01:56:35] "POST /fqname-to-id HTTP/1.1" 404 191 0.003166 10.0.0.141 - - [2025-07-14 01:56:35] "POST /overlay-roles HTTP/1.1" 200 547 0.022346 10.0.0.141 - - [2025-07-14 01:56:35] "POST /fqname-to-id HTTP/1.1" 404 184 0.003062 10.0.0.141 - - [2025-07-14 01:56:35] "POST /overlay-roles HTTP/1.1" 200 533 0.016065 10.0.0.141 - - [2025-07-14 01:56:35] "POST /fqname-to-id HTTP/1.1" 404 191 0.003064 10.0.0.141 - - [2025-07-14 01:56:35] "POST /overlay-roles HTTP/1.1" 200 547 0.018193 10.0.0.141 - - [2025-07-14 01:56:35] "POST /fqname-to-id HTTP/1.1" 404 185 0.003065 10.0.0.141 - - [2025-07-14 01:56:35] "POST /overlay-roles HTTP/1.1" 200 535 0.017711 10.0.0.141 - - [2025-07-14 01:56:35] "POST /fqname-to-id HTTP/1.1" 404 189 0.003472 10.0.0.141 - - [2025-07-14 01:56:35] "POST /overlay-roles HTTP/1.1" 200 543 0.019166 10.0.0.141 - - [2025-07-14 01:56:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704 10.0.0.141 - - [2025-07-14 01:56:35] "PUT /overlay-role/ddb4c9e6-dfd1-470b-9973-3ebc33cf9ec0 HTTP/1.1" 200 259 0.008949 10.0.0.141 - - [2025-07-14 01:56:35] "POST /fqname-to-id HTTP/1.1" 404 184 0.002830 10.0.0.141 - - [2025-07-14 01:56:35] "POST /overlay-roles HTTP/1.1" 200 533 0.016810 10.0.0.141 - - [2025-07-14 01:56:36] "POST /fqname-to-id HTTP/1.1" 404 185 0.002827 10.0.0.141 - - [2025-07-14 01:56:36] "POST /overlay-roles HTTP/1.1" 200 535 0.018605 10.0.0.141 - - [2025-07-14 01:56:36] "POST /fqname-to-id HTTP/1.1" 404 183 0.002988 10.0.0.141 - - [2025-07-14 01:56:36] "POST /overlay-roles HTTP/1.1" 200 531 0.018201 10.0.0.141 - - [2025-07-14 01:56:36] "POST /fqname-to-id HTTP/1.1" 404 187 0.003879 10.0.0.141 - - [2025-07-14 01:56:36] "POST /overlay-roles HTTP/1.1" 200 539 0.021443 10.0.0.141 - - [2025-07-14 01:56:36] "POST /fqname-to-id HTTP/1.1" 404 189 0.004628 10.0.0.141 - - [2025-07-14 01:56:36] "POST /overlay-roles HTTP/1.1" 200 543 0.018185 10.0.0.141 - - [2025-07-14 01:56:36] "POST /fqname-to-id HTTP/1.1" 404 178 0.003001 10.0.0.141 - - [2025-07-14 01:56:36] "POST /overlay-roles HTTP/1.1" 200 521 0.017522 10.0.0.141 - - [2025-07-14 01:56:36] "POST /fqname-to-id HTTP/1.1" 404 190 0.003553 10.0.0.141 - - [2025-07-14 01:56:36] "POST /overlay-roles HTTP/1.1" 200 545 0.017803 10.0.0.141 - - [2025-07-14 01:56:36] "POST /fqname-to-id HTTP/1.1" 404 182 0.002741 10.0.0.141 - - [2025-07-14 01:56:36] "POST /role-definitions HTTP/1.1" 200 535 0.017101 10.0.0.141 - - [2025-07-14 01:56:36] "POST /fqname-to-id HTTP/1.1" 404 189 0.003768 10.0.0.141 - - [2025-07-14 01:56:36] "POST /role-definitions HTTP/1.1" 200 549 0.017956 10.0.0.141 - - [2025-07-14 01:56:36] "POST /fqname-to-id HTTP/1.1" 404 190 0.003015 10.0.0.141 - - [2025-07-14 01:56:37] "POST /role-definitions HTTP/1.1" 200 551 0.015619 10.0.0.141 - - [2025-07-14 01:56:37] "POST /fqname-to-id HTTP/1.1" 404 191 0.003194 10.0.0.141 - - [2025-07-14 01:56:37] "POST /role-definitions HTTP/1.1" 200 553 0.017067 10.0.0.141 - - [2025-07-14 01:56:37] "POST /fqname-to-id HTTP/1.1" 404 197 0.002949 10.0.0.141 - - [2025-07-14 01:56:37] "POST /role-definitions HTTP/1.1" 200 565 0.016005 10.0.0.141 - - [2025-07-14 01:56:37] "POST /fqname-to-id HTTP/1.1" 404 189 0.003106 10.0.0.141 - - [2025-07-14 01:56:37] "POST /role-definitions HTTP/1.1" 200 549 0.019347 10.0.0.141 - - [2025-07-14 01:56:37] "POST /fqname-to-id HTTP/1.1" 404 190 0.003805 10.0.0.141 - - [2025-07-14 01:56:37] "POST /role-definitions HTTP/1.1" 200 551 0.015556 10.0.0.141 - - [2025-07-14 01:56:37] "POST /fqname-to-id HTTP/1.1" 404 191 0.002814 10.0.0.141 - - [2025-07-14 01:56:37] "POST /role-definitions HTTP/1.1" 200 553 0.016127 10.0.0.141 - - [2025-07-14 01:56:37] "POST /fqname-to-id HTTP/1.1" 404 190 0.003364 10.0.0.141 - - [2025-07-14 01:56:37] "POST /role-definitions HTTP/1.1" 200 551 0.028340 10.0.0.141 - - [2025-07-14 01:56:37] "POST /fqname-to-id HTTP/1.1" 404 196 0.002782 10.0.0.141 - - [2025-07-14 01:56:37] "POST /role-definitions HTTP/1.1" 200 563 0.018562 10.0.0.141 - - [2025-07-14 01:56:37] "POST /fqname-to-id HTTP/1.1" 404 189 0.003624 10.0.0.141 - - [2025-07-14 01:56:37] "POST /role-definitions HTTP/1.1" 200 549 0.017406 10.0.0.141 - - [2025-07-14 01:56:37] "POST /fqname-to-id HTTP/1.1" 404 190 0.002911 10.0.0.141 - - [2025-07-14 01:56:38] "POST /role-definitions HTTP/1.1" 200 551 0.016887 10.0.0.141 - - [2025-07-14 01:56:38] "POST /fqname-to-id HTTP/1.1" 404 188 0.002892 10.0.0.141 - - [2025-07-14 01:56:38] "POST /role-definitions HTTP/1.1" 200 547 0.018385 10.0.0.141 - - [2025-07-14 01:56:38] "POST /fqname-to-id HTTP/1.1" 404 189 0.002963 10.0.0.141 - - [2025-07-14 01:56:38] "POST /role-definitions HTTP/1.1" 200 549 0.019507 10.0.0.141 - - [2025-07-14 01:56:38] "POST /fqname-to-id HTTP/1.1" 404 192 0.002869 10.0.0.141 - - [2025-07-14 01:56:38] "POST /role-definitions HTTP/1.1" 200 555 0.016546 10.0.0.141 - - [2025-07-14 01:56:38] "POST /fqname-to-id HTTP/1.1" 404 193 0.004050 10.0.0.141 - - [2025-07-14 01:56:38] "GET /global-system-configs HTTP/1.1" 200 323 0.583479 10.0.0.141 - - [2025-07-14 01:56:38] "POST /role-definitions HTTP/1.1" 200 557 0.018777 10.0.0.141 - - [2025-07-14 01:56:38] "POST /fqname-to-id HTTP/1.1" 404 182 0.003318 10.0.0.141 - - [2025-07-14 01:56:38] "POST /role-definitions HTTP/1.1" 200 535 0.017773 10.0.0.141 - - [2025-07-14 01:56:38] "POST /fqname-to-id HTTP/1.1" 404 187 0.002775 10.0.0.141 - - [2025-07-14 01:56:38] "POST /role-definitions HTTP/1.1" 200 545 0.016678 10.0.0.141 - - [2025-07-14 01:56:38] "POST /fqname-to-id HTTP/1.1" 404 181 0.002866 10.0.0.141 - - [2025-07-14 01:56:38] "POST /role-definitions HTTP/1.1" 200 533 0.018060 10.0.0.141 - - [2025-07-14 01:56:38] "POST /fqname-to-id HTTP/1.1" 404 184 0.003569 10.0.0.141 - - [2025-07-14 01:56:38] "POST /role-definitions HTTP/1.1" 200 539 0.019005 10.0.0.141 - - [2025-07-14 01:56:39] "POST /fqname-to-id HTTP/1.1" 404 189 0.002926 10.0.0.141 - - [2025-07-14 01:56:39] "GET /global-system-configs HTTP/1.1" 200 323 0.024207 10.0.0.141 - - [2025-07-14 01:56:39] "POST /role-definitions HTTP/1.1" 200 549 0.016498 10.0.0.141 - - [2025-07-14 01:56:39] "POST /fqname-to-id HTTP/1.1" 404 194 0.003494 10.0.0.141 - - [2025-07-14 01:56:39] "POST /role-definitions HTTP/1.1" 200 559 0.016892 10.0.0.141 - - [2025-07-14 01:56:39] "POST /fqname-to-id HTTP/1.1" 404 196 0.003292 10.0.0.141 - - [2025-07-14 01:56:39] "POST /role-definitions HTTP/1.1" 200 563 0.017002 10.0.0.141 - - [2025-07-14 01:56:39] "POST /fqname-to-id HTTP/1.1" 404 195 0.003139 10.0.0.141 - - [2025-07-14 01:56:39] "POST /role-definitions HTTP/1.1" 200 561 0.016557 10.0.0.141 - - [2025-07-14 01:56:39] "POST /fqname-to-id HTTP/1.1" 404 196 0.003453 10.0.0.141 - - [2025-07-14 01:56:39] "POST /feature-configs HTTP/1.1" 200 539 0.016508 10.0.0.141 - - [2025-07-14 01:56:39] "POST /fqname-to-id HTTP/1.1" 404 212 0.002916 10.0.0.141 - - [2025-07-14 01:56:39] "POST /feature-configs HTTP/1.1" 200 564 0.015835 10.0.0.141 - - [2025-07-14 01:56:39] "POST /fqname-to-id HTTP/1.1" 404 211 0.002831 10.0.0.141 - - [2025-07-14 01:56:39] "POST /feature-configs HTTP/1.1" 200 563 0.017572 10.0.0.141 - - [2025-07-14 01:56:39] "POST /fqname-to-id HTTP/1.1" 404 192 0.002912 10.0.0.141 - - [2025-07-14 01:56:39] "POST /node-profiles HTTP/1.1" 200 549 0.038128 10.0.0.141 - - [2025-07-14 01:56:39] "POST /fqname-to-id HTTP/1.1" 404 187 0.002926 10.0.0.141 - - [2025-07-14 01:56:39] "POST /node-profiles HTTP/1.1" 200 539 0.018956 10.0.0.141 - - [2025-07-14 01:56:40] "POST /fqname-to-id HTTP/1.1" 404 193 0.003084 10.0.0.141 - - [2025-07-14 01:56:40] "POST /node-profiles HTTP/1.1" 200 551 0.016223 10.0.0.141 - - [2025-07-14 01:56:40] "POST /fqname-to-id HTTP/1.1" 404 189 0.002797 10.0.0.141 - - [2025-07-14 01:56:40] "POST /node-profiles HTTP/1.1" 200 543 0.016522 10.0.0.141 - - [2025-07-14 01:56:40] "POST /fqname-to-id HTTP/1.1" 404 189 0.003098 10.0.0.141 - - [2025-07-14 01:56:40] "POST /node-profiles HTTP/1.1" 200 543 0.016652 10.0.0.141 - - [2025-07-14 01:56:40] "POST /fqname-to-id HTTP/1.1" 404 188 0.003295 10.0.0.141 - - [2025-07-14 01:56:40] "POST /node-profiles HTTP/1.1" 200 541 0.017014 10.0.0.141 - - [2025-07-14 01:56:40] "POST /fqname-to-id HTTP/1.1" 404 184 0.002877 10.0.0.141 - - [2025-07-14 01:56:40] "POST /node-profiles HTTP/1.1" 200 533 0.018267 10.0.0.141 - - [2025-07-14 01:56:40] "POST /fqname-to-id HTTP/1.1" 404 185 0.002855 10.0.0.141 - - [2025-07-14 01:56:40] "POST /node-profiles HTTP/1.1" 200 535 0.016026 10.0.0.141 - - [2025-07-14 01:56:40] "POST /fqname-to-id HTTP/1.1" 404 197 0.003214 10.0.0.141 - - [2025-07-14 01:56:40] "POST /node-profiles HTTP/1.1" 200 559 0.016058 10.0.0.141 - - [2025-07-14 01:56:40] "POST /fqname-to-id HTTP/1.1" 404 206 0.002807 10.0.0.141 - - [2025-07-14 01:56:40] "POST /telemetry-profiles HTTP/1.1" 200 556 0.015614 10.0.0.141 - - [2025-07-14 01:56:40] "POST /fqname-to-id HTTP/1.1" 404 206 0.002775 10.0.0.141 - - [2025-07-14 01:56:40] "POST /telemetry-profiles HTTP/1.1" 200 556 0.018040 10.0.0.141 - - [2025-07-14 01:56:41] "POST /fqname-to-id HTTP/1.1" 404 206 0.003082 10.0.0.141 - - [2025-07-14 01:56:41] "POST /telemetry-profiles HTTP/1.1" 200 556 0.015598 10.0.0.141 - - [2025-07-14 01:56:41] "POST /fqname-to-id HTTP/1.1" 404 206 0.002778 10.0.0.141 - - [2025-07-14 01:56:41] "POST /telemetry-profiles HTTP/1.1" 200 556 0.015412 10.0.0.141 - - [2025-07-14 01:56:41] "POST /fqname-to-id HTTP/1.1" 404 206 0.003427 10.0.0.141 - - [2025-07-14 01:56:41] "POST /telemetry-profiles HTTP/1.1" 200 556 0.016092 10.0.0.141 - - [2025-07-14 01:56:41] "POST /fqname-to-id HTTP/1.1" 404 206 0.003039 10.0.0.141 - - [2025-07-14 01:56:41] "POST /telemetry-profiles HTTP/1.1" 200 556 0.015621 10.0.0.141 - - [2025-07-14 01:56:41] "POST /fqname-to-id HTTP/1.1" 404 199 0.002994 10.0.0.141 - - [2025-07-14 01:56:41] "POST /sflow-profiles HTTP/1.1" 200 534 0.016900 10.0.0.141 - - [2025-07-14 01:56:41] "POST /fqname-to-id HTTP/1.1" 404 202 0.002902 10.0.0.141 - - [2025-07-14 01:56:41] "POST /sflow-profiles HTTP/1.1" 200 540 0.017915 10.0.0.141 - - [2025-07-14 01:56:41] "POST /fqname-to-id HTTP/1.1" 404 202 0.003353 10.0.0.141 - - [2025-07-14 01:56:41] "POST /sflow-profiles HTTP/1.1" 200 540 0.017678 10.0.0.141 - - [2025-07-14 01:56:41] "POST /fqname-to-id HTTP/1.1" 404 199 0.002696 10.0.0.141 - - [2025-07-14 01:56:41] "POST /grpc-profiles HTTP/1.1" 200 532 0.016181 10.0.0.141 - - [2025-07-14 01:56:41] "POST /fqname-to-id HTTP/1.1" 404 199 0.002752 10.0.0.141 - - [2025-07-14 01:56:41] "POST /snmp-profiles HTTP/1.1" 200 532 0.024948 10.0.0.141 - - [2025-07-14 01:56:42] "POST /fqname-to-id HTTP/1.1" 404 202 0.003644 10.0.0.141 - - [2025-07-14 01:56:42] "POST /netconf-profiles HTTP/1.1" 200 544 0.017097 10.0.0.141 - - [2025-07-14 01:56:42] "POST /fqname-to-id HTTP/1.1" 404 193 0.002836 10.0.0.141 - - [2025-07-14 01:56:42] "POST /device-functional-groups HTTP/1.1" 200 542 0.022022 10.0.0.141 - - [2025-07-14 01:56:42] "POST /fqname-to-id HTTP/1.1" 404 193 0.002994 10.0.0.141 - - [2025-07-14 01:56:42] "POST /device-functional-groups HTTP/1.1" 200 542 0.017519 10.0.0.141 - - [2025-07-14 01:56:42] "POST /fqname-to-id HTTP/1.1" 404 195 0.002796 10.0.0.141 - - [2025-07-14 01:56:42] "POST /device-functional-groups HTTP/1.1" 200 546 0.017238 10.0.0.141 - - [2025-07-14 01:56:42] "POST /fqname-to-id HTTP/1.1" 404 194 0.002992 10.0.0.141 - - [2025-07-14 01:56:42] "POST /device-functional-groups HTTP/1.1" 200 544 0.019571 10.0.0.141 - - [2025-07-14 01:56:42] "POST /fqname-to-id HTTP/1.1" 404 218 0.003683 10.0.0.141 - - [2025-07-14 01:56:42] "POST /device-functional-groups HTTP/1.1" 200 592 0.016943 10.0.0.141 - - [2025-07-14 01:56:42] "POST /fqname-to-id HTTP/1.1" 404 208 0.002966 10.0.0.141 - - [2025-07-14 01:56:42] "POST /device-functional-groups HTTP/1.1" 200 572 0.018377 10.0.0.141 - - [2025-07-14 01:56:42] "POST /fqname-to-id HTTP/1.1" 404 236 0.004354 10.0.0.141 - - [2025-07-14 01:56:42] "POST /device-functional-groups HTTP/1.1" 200 622 0.020288 10.0.0.141 - - [2025-07-14 01:56:42] "POST /fqname-to-id HTTP/1.1" 404 206 0.003218 10.0.0.141 - - [2025-07-14 01:56:43] "POST /device-functional-groups HTTP/1.1" 200 568 0.017806 10.0.0.141 - - [2025-07-14 01:56:43] "POST /fqname-to-id HTTP/1.1" 404 205 0.002875 10.0.0.141 - - [2025-07-14 01:56:43] "POST /device-functional-groups HTTP/1.1" 200 566 0.017156 10.0.0.141 - - [2025-07-14 01:56:43] "POST /fqname-to-id HTTP/1.1" 404 210 0.003557 10.0.0.141 - - [2025-07-14 01:56:43] "POST /device-functional-groups HTTP/1.1" 200 576 0.017246 10.0.0.141 - - [2025-07-14 01:56:43] "POST /fqname-to-id HTTP/1.1" 404 201 0.003046 10.0.0.141 - - [2025-07-14 01:56:43] "POST /role-configs HTTP/1.1" 200 527 0.018875 10.0.0.141 - - [2025-07-14 01:56:43] "POST /fqname-to-id HTTP/1.1" 404 196 0.003260 10.0.0.141 - - [2025-07-14 01:56:43] "POST /role-configs HTTP/1.1" 200 522 0.016702 10.0.0.141 - - [2025-07-14 01:56:43] "POST /fqname-to-id HTTP/1.1" 404 198 0.003009 10.0.0.141 - - [2025-07-14 01:56:43] "POST /role-configs HTTP/1.1" 200 524 0.018615 10.0.0.141 - - [2025-07-14 01:56:43] "POST /fqname-to-id HTTP/1.1" 404 198 0.003982 10.0.0.141 - - [2025-07-14 01:56:43] "POST /role-configs HTTP/1.1" 200 524 0.016377 10.0.0.141 - - [2025-07-14 01:56:43] "POST /fqname-to-id HTTP/1.1" 404 202 0.002942 10.0.0.141 - - [2025-07-14 01:56:43] "POST /role-configs HTTP/1.1" 200 528 0.017142 10.0.0.141 - - [2025-07-14 01:56:43] "POST /fqname-to-id HTTP/1.1" 404 197 0.002937 10.0.0.141 - - [2025-07-14 01:56:43] "POST /role-configs HTTP/1.1" 200 523 0.019451 10.0.0.141 - - [2025-07-14 01:56:43] "POST /fqname-to-id HTTP/1.1" 404 193 0.003022 10.0.0.141 - - [2025-07-14 01:56:44] "POST /role-configs HTTP/1.1" 200 519 0.019525 10.0.0.141 - - [2025-07-14 01:56:44] "POST /fqname-to-id HTTP/1.1" 404 194 0.002979 10.0.0.141 - - [2025-07-14 01:56:44] "POST /role-configs HTTP/1.1" 200 520 0.022198 10.0.0.141 - - [2025-07-14 01:56:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.141 - - [2025-07-14 01:56:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.141 - - [2025-07-14 01:56:44] "POST /ref-update HTTP/1.1" 200 156 0.009665 10.0.0.141 - - [2025-07-14 01:56:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.141 - - [2025-07-14 01:56:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002951 10.0.0.141 - - [2025-07-14 01:56:44] "POST /ref-update HTTP/1.1" 200 156 0.009235 10.0.0.141 - - [2025-07-14 01:56:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003346 10.0.0.141 - - [2025-07-14 01:56:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003153 10.0.0.141 - - [2025-07-14 01:56:44] "POST /ref-update HTTP/1.1" 200 156 0.008139 10.0.0.141 - - [2025-07-14 01:56:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003113 10.0.0.141 - - [2025-07-14 01:56:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.141 - - [2025-07-14 01:56:44] "POST /ref-update HTTP/1.1" 200 156 0.010284 10.0.0.141 - - [2025-07-14 01:56:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.141 - - [2025-07-14 01:56:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.141 - - [2025-07-14 01:56:44] "POST /ref-update HTTP/1.1" 200 156 0.009020 10.0.0.141 - - [2025-07-14 01:56:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.141 - - [2025-07-14 01:56:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.141 - - [2025-07-14 01:56:45] "POST /ref-update HTTP/1.1" 200 156 0.008699 10.0.0.141 - - [2025-07-14 01:56:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002922 10.0.0.141 - - [2025-07-14 01:56:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.141 - - [2025-07-14 01:56:45] "POST /ref-update HTTP/1.1" 200 156 0.008236 10.0.0.141 - - [2025-07-14 01:56:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.141 - - [2025-07-14 01:56:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.141 - - [2025-07-14 01:56:45] "POST /ref-update HTTP/1.1" 200 156 0.009104 10.0.0.141 - - [2025-07-14 01:56:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.141 - - [2025-07-14 01:56:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.141 - - [2025-07-14 01:56:45] "POST /ref-update HTTP/1.1" 200 156 0.008484 10.0.0.141 - - [2025-07-14 01:56:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002988 10.0.0.141 - - [2025-07-14 01:56:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.141 - - [2025-07-14 01:56:45] "POST /ref-update HTTP/1.1" 200 156 0.008852 10.0.0.141 - - [2025-07-14 01:56:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.141 - - [2025-07-14 01:56:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.141 - - [2025-07-14 01:56:45] "POST /ref-update HTTP/1.1" 200 156 0.008316 10.0.0.141 - - [2025-07-14 01:56:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.141 - - [2025-07-14 01:56:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002968 10.0.0.141 - - [2025-07-14 01:56:45] "POST /ref-update HTTP/1.1" 200 156 0.007056 10.0.0.141 - - [2025-07-14 01:56:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.141 - - [2025-07-14 01:56:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.141 - - [2025-07-14 01:56:46] "POST /ref-update HTTP/1.1" 200 156 0.007071 10.0.0.141 - - [2025-07-14 01:56:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003893 10.0.0.141 - - [2025-07-14 01:56:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002914 10.0.0.141 - - [2025-07-14 01:56:46] "POST /ref-update HTTP/1.1" 200 156 0.008810 10.0.0.141 - - [2025-07-14 01:56:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.141 - - [2025-07-14 01:56:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.141 - - [2025-07-14 01:56:46] "POST /ref-update HTTP/1.1" 200 156 0.007292 10.0.0.141 - - [2025-07-14 01:56:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005037 10.0.0.141 - - [2025-07-14 01:56:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002878 10.0.0.141 - - [2025-07-14 01:56:46] "POST /ref-update HTTP/1.1" 200 156 0.007917 10.0.0.141 - - [2025-07-14 01:56:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003719 10.0.0.141 - - [2025-07-14 01:56:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.141 - - [2025-07-14 01:56:46] "POST /ref-update HTTP/1.1" 200 156 0.007560 10.0.0.141 - - [2025-07-14 01:56:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.141 - - [2025-07-14 01:56:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.141 - - [2025-07-14 01:56:46] "POST /ref-update HTTP/1.1" 200 156 0.009028 10.0.0.141 - - [2025-07-14 01:56:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003017 10.0.0.141 - - [2025-07-14 01:56:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003012 10.0.0.141 - - [2025-07-14 01:56:47] "POST /ref-update HTTP/1.1" 200 156 0.008472 10.0.0.141 - - [2025-07-14 01:56:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.141 - - [2025-07-14 01:56:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.141 - - [2025-07-14 01:56:47] "POST /ref-update HTTP/1.1" 200 156 0.009619 10.0.0.141 - - [2025-07-14 01:56:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003087 10.0.0.141 - - [2025-07-14 01:56:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.141 - - [2025-07-14 01:56:47] "POST /ref-update HTTP/1.1" 200 156 0.007205 10.0.0.141 - - [2025-07-14 01:56:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.141 - - [2025-07-14 01:56:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.141 - - [2025-07-14 01:56:47] "POST /ref-update HTTP/1.1" 200 156 0.007678 10.0.0.141 - - [2025-07-14 01:56:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003108 10.0.0.141 - - [2025-07-14 01:56:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002904 10.0.0.141 - - [2025-07-14 01:56:47] "POST /ref-update HTTP/1.1" 200 156 0.007642 10.0.0.141 - - [2025-07-14 01:56:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.141 - - [2025-07-14 01:56:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.141 - - [2025-07-14 01:56:47] "POST /ref-update HTTP/1.1" 200 156 0.006984 10.0.0.141 - - [2025-07-14 01:56:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.141 - - [2025-07-14 01:56:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.141 - - [2025-07-14 01:56:47] "POST /ref-update HTTP/1.1" 200 156 0.008335 10.0.0.141 - - [2025-07-14 01:56:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.141 - - [2025-07-14 01:56:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.141 - - [2025-07-14 01:56:48] "POST /ref-update HTTP/1.1" 200 156 0.007892 10.0.0.141 - - [2025-07-14 01:56:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002917 10.0.0.141 - - [2025-07-14 01:56:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002946 10.0.0.141 - - [2025-07-14 01:56:48] "POST /ref-update HTTP/1.1" 200 156 0.008859 10.0.0.141 - - [2025-07-14 01:56:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.141 - - [2025-07-14 01:56:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003144 10.0.0.141 - - [2025-07-14 01:56:48] "POST /ref-update HTTP/1.1" 200 156 0.007527 10.0.0.141 - - [2025-07-14 01:56:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.141 - - [2025-07-14 01:56:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.141 - - [2025-07-14 01:56:48] "POST /ref-update HTTP/1.1" 200 156 0.007192 10.0.0.141 - - [2025-07-14 01:56:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002960 10.0.0.141 - - [2025-07-14 01:56:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002917 10.0.0.141 - - [2025-07-14 01:56:48] "POST /ref-update HTTP/1.1" 200 156 0.007940 10.0.0.141 - - [2025-07-14 01:56:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.141 - - [2025-07-14 01:56:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002899 10.0.0.141 - - [2025-07-14 01:56:48] "POST /ref-update HTTP/1.1" 200 156 0.008865 10.0.0.141 - - [2025-07-14 01:56:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.141 - - [2025-07-14 01:56:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.141 - - [2025-07-14 01:56:48] "POST /ref-update HTTP/1.1" 200 156 0.007538 10.0.0.141 - - [2025-07-14 01:56:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.141 - - [2025-07-14 01:56:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.141 - - [2025-07-14 01:56:49] "POST /ref-update HTTP/1.1" 200 156 0.008471 10.0.0.141 - - [2025-07-14 01:56:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.141 - - [2025-07-14 01:56:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.141 - - [2025-07-14 01:56:49] "POST /ref-update HTTP/1.1" 200 156 0.007105 10.0.0.141 - - [2025-07-14 01:56:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.141 - - [2025-07-14 01:56:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.141 - - [2025-07-14 01:56:49] "POST /ref-update HTTP/1.1" 200 156 0.008895 10.0.0.141 - - [2025-07-14 01:56:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.141 - - [2025-07-14 01:56:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.141 - - [2025-07-14 01:56:49] "POST /ref-update HTTP/1.1" 200 156 0.007304 10.0.0.141 - - [2025-07-14 01:56:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003082 10.0.0.141 - - [2025-07-14 01:56:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.141 - - [2025-07-14 01:56:49] "POST /ref-update HTTP/1.1" 200 156 0.007450 10.0.0.141 - - [2025-07-14 01:56:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.141 - - [2025-07-14 01:56:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.141 - - [2025-07-14 01:56:49] "POST /ref-update HTTP/1.1" 200 156 0.007744 10.0.0.141 - - [2025-07-14 01:56:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002868 10.0.0.141 - - [2025-07-14 01:56:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002814 10.0.0.141 - - [2025-07-14 01:56:50] "POST /ref-update HTTP/1.1" 200 156 0.008881 10.0.0.141 - - [2025-07-14 01:56:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.141 - - [2025-07-14 01:56:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.141 - - [2025-07-14 01:56:50] "POST /ref-update HTTP/1.1" 200 156 0.007863 10.0.0.141 - - [2025-07-14 01:56:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.141 - - [2025-07-14 01:56:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.141 - - [2025-07-14 01:56:50] "POST /ref-update HTTP/1.1" 200 156 0.007209 10.0.0.141 - - [2025-07-14 01:56:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.141 - - [2025-07-14 01:56:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003122 10.0.0.141 - - [2025-07-14 01:56:50] "POST /ref-update HTTP/1.1" 200 156 0.007490 10.0.0.141 - - [2025-07-14 01:56:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003673 10.0.0.141 - - [2025-07-14 01:56:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002965 10.0.0.141 - - [2025-07-14 01:56:50] "POST /ref-update HTTP/1.1" 200 156 0.008727 10.0.0.141 - - [2025-07-14 01:56:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.141 - - [2025-07-14 01:56:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.141 - - [2025-07-14 01:56:50] "POST /ref-update HTTP/1.1" 200 156 0.007348 10.0.0.141 - - [2025-07-14 01:56:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.141 - - [2025-07-14 01:56:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002958 10.0.0.141 - - [2025-07-14 01:56:50] "POST /ref-update HTTP/1.1" 200 156 0.007178 10.0.0.141 - - [2025-07-14 01:56:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003243 10.0.0.141 - - [2025-07-14 01:56:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003269 10.0.0.141 - - [2025-07-14 01:56:51] "POST /ref-update HTTP/1.1" 200 156 0.007756 10.0.0.141 - - [2025-07-14 01:56:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.141 - - [2025-07-14 01:56:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.141 - - [2025-07-14 01:56:51] "POST /ref-update HTTP/1.1" 200 156 0.007271 10.0.0.141 - - [2025-07-14 01:56:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002918 10.0.0.141 - - [2025-07-14 01:56:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.141 - - [2025-07-14 01:56:51] "POST /ref-update HTTP/1.1" 200 156 0.008446 10.0.0.141 - - [2025-07-14 01:56:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003493 10.0.0.141 - - [2025-07-14 01:56:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.141 - - [2025-07-14 01:56:51] "POST /ref-update HTTP/1.1" 200 156 0.008471 10.0.0.141 - - [2025-07-14 01:56:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.141 - - [2025-07-14 01:56:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002875 10.0.0.141 - - [2025-07-14 01:56:51] "POST /ref-update HTTP/1.1" 200 156 0.009112 10.0.0.141 - - [2025-07-14 01:56:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.141 - - [2025-07-14 01:56:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.141 - - [2025-07-14 01:56:51] "POST /ref-update HTTP/1.1" 200 156 0.009112 10.0.0.141 - - [2025-07-14 01:56:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004006 10.0.0.141 - - [2025-07-14 01:56:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003512 10.0.0.141 - - [2025-07-14 01:56:51] "POST /ref-update HTTP/1.1" 200 156 0.007913 10.0.0.141 - - [2025-07-14 01:56:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.141 - - [2025-07-14 01:56:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.141 - - [2025-07-14 01:56:52] "POST /ref-update HTTP/1.1" 200 156 0.007677 10.0.0.141 - - [2025-07-14 01:56:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003391 10.0.0.141 - - [2025-07-14 01:56:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002997 10.0.0.141 - - [2025-07-14 01:56:52] "POST /ref-update HTTP/1.1" 200 156 0.007530 10.0.0.141 - - [2025-07-14 01:56:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.141 - - [2025-07-14 01:56:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.141 - - [2025-07-14 01:56:52] "POST /ref-update HTTP/1.1" 200 156 0.007420 10.0.0.141 - - [2025-07-14 01:56:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.141 - - [2025-07-14 01:56:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.141 - - [2025-07-14 01:56:52] "POST /ref-update HTTP/1.1" 200 156 0.007286 10.0.0.141 - - [2025-07-14 01:56:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.141 - - [2025-07-14 01:56:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.141 - - [2025-07-14 01:56:52] "POST /ref-update HTTP/1.1" 200 156 0.009278 10.0.0.141 - - [2025-07-14 01:56:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.141 - - [2025-07-14 01:56:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.141 - - [2025-07-14 01:56:52] "POST /ref-update HTTP/1.1" 200 156 0.007771 10.0.0.141 - - [2025-07-14 01:56:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.141 - - [2025-07-14 01:56:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.141 - - [2025-07-14 01:56:53] "POST /ref-update HTTP/1.1" 200 156 0.007104 10.0.0.141 - - [2025-07-14 01:56:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.141 - - [2025-07-14 01:56:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.141 - - [2025-07-14 01:56:53] "POST /ref-update HTTP/1.1" 200 156 0.008631 10.0.0.141 - - [2025-07-14 01:56:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.141 - - [2025-07-14 01:56:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003071 10.0.0.141 - - [2025-07-14 01:56:53] "POST /ref-update HTTP/1.1" 200 156 0.008001 10.0.0.141 - - [2025-07-14 01:56:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003920 10.0.0.141 - - [2025-07-14 01:56:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003589 10.0.0.141 - - [2025-07-14 01:56:53] "POST /ref-update HTTP/1.1" 200 156 0.009661 10.0.0.141 - - [2025-07-14 01:56:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003985 10.0.0.141 - - [2025-07-14 01:56:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.141 - - [2025-07-14 01:56:53] "POST /ref-update HTTP/1.1" 200 156 0.007479 10.0.0.141 - - [2025-07-14 01:56:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.141 - - [2025-07-14 01:56:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002956 10.0.0.141 - - [2025-07-14 01:56:53] "POST /ref-update HTTP/1.1" 200 156 0.008387 10.0.0.141 - - [2025-07-14 01:56:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.141 - - [2025-07-14 01:56:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003029 10.0.0.141 - - [2025-07-14 01:56:53] "POST /ref-update HTTP/1.1" 200 156 0.008762 10.0.0.141 - - [2025-07-14 01:56:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.141 - - [2025-07-14 01:56:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.141 - - [2025-07-14 01:56:54] "POST /ref-update HTTP/1.1" 200 156 0.009123 10.0.0.141 - - [2025-07-14 01:56:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002929 10.0.0.141 - - [2025-07-14 01:56:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002929 10.0.0.141 - - [2025-07-14 01:56:54] "POST /ref-update HTTP/1.1" 200 156 0.008196 10.0.0.141 - - [2025-07-14 01:56:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.141 - - [2025-07-14 01:56:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002969 10.0.0.141 - - [2025-07-14 01:56:54] "POST /ref-update HTTP/1.1" 200 156 0.008058 10.0.0.141 - - [2025-07-14 01:56:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.141 - - [2025-07-14 01:56:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002886 10.0.0.141 - - [2025-07-14 01:56:54] "POST /ref-update HTTP/1.1" 200 156 0.008257 10.0.0.141 - - [2025-07-14 01:56:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.141 - - [2025-07-14 01:56:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.141 - - [2025-07-14 01:56:54] "POST /ref-update HTTP/1.1" 200 156 0.007177 10.0.0.141 - - [2025-07-14 01:56:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.141 - - [2025-07-14 01:56:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.141 - - [2025-07-14 01:56:54] "POST /ref-update HTTP/1.1" 200 156 0.008347 10.0.0.141 - - [2025-07-14 01:56:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.141 - - [2025-07-14 01:56:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.141 - - [2025-07-14 01:56:54] "POST /ref-update HTTP/1.1" 200 156 0.009433 10.0.0.141 - - [2025-07-14 01:56:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003079 10.0.0.141 - - [2025-07-14 01:56:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.141 - - [2025-07-14 01:56:55] "POST /ref-update HTTP/1.1" 200 156 0.006870 10.0.0.141 - - [2025-07-14 01:56:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.141 - - [2025-07-14 01:56:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002933 10.0.0.141 - - [2025-07-14 01:56:55] "POST /ref-update HTTP/1.1" 200 156 0.008991 10.0.0.141 - - [2025-07-14 01:56:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.141 - - [2025-07-14 01:56:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.141 - - [2025-07-14 01:56:55] "POST /ref-update HTTP/1.1" 200 156 0.008527 10.0.0.141 - - [2025-07-14 01:56:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002889 10.0.0.141 - - [2025-07-14 01:56:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.141 - - [2025-07-14 01:56:55] "POST /ref-update HTTP/1.1" 200 156 0.007868 10.0.0.141 - - [2025-07-14 01:56:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.141 - - [2025-07-14 01:56:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.141 - - [2025-07-14 01:56:55] "POST /ref-update HTTP/1.1" 200 156 0.007240 10.0.0.141 - - [2025-07-14 01:56:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002991 10.0.0.141 - - [2025-07-14 01:56:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197 10.0.0.141 - - [2025-07-14 01:56:55] "POST /ref-update HTTP/1.1" 200 156 0.007726 10.0.0.141 - - [2025-07-14 01:56:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.141 - - [2025-07-14 01:56:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003279 10.0.0.141 - - [2025-07-14 01:56:56] "POST /ref-update HTTP/1.1" 200 156 0.007414 10.0.0.141 - - [2025-07-14 01:56:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.141 - - [2025-07-14 01:56:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.141 - - [2025-07-14 01:56:56] "POST /ref-update HTTP/1.1" 200 156 0.009073 10.0.0.141 - - [2025-07-14 01:56:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.141 - - [2025-07-14 01:56:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.141 - - [2025-07-14 01:56:56] "POST /ref-update HTTP/1.1" 200 156 0.009259 10.0.0.141 - - [2025-07-14 01:56:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003113 10.0.0.141 - - [2025-07-14 01:56:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003630 10.0.0.141 - - [2025-07-14 01:56:56] "POST /ref-update HTTP/1.1" 200 156 0.007025 10.0.0.141 - - [2025-07-14 01:56:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002860 10.0.0.141 - - [2025-07-14 01:56:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.141 - - [2025-07-14 01:56:56] "POST /ref-update HTTP/1.1" 200 156 0.008239 10.0.0.141 - - [2025-07-14 01:56:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003051 10.0.0.141 - - [2025-07-14 01:56:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.141 - - [2025-07-14 01:56:56] "POST /ref-update HTTP/1.1" 200 156 0.007698 10.0.0.141 - - [2025-07-14 01:56:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.141 - - [2025-07-14 01:56:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081 10.0.0.141 - - [2025-07-14 01:56:56] "POST /ref-update HTTP/1.1" 200 156 0.008064 10.0.0.141 - - [2025-07-14 01:56:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002918 10.0.0.141 - - [2025-07-14 01:56:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003147 10.0.0.141 - - [2025-07-14 01:56:57] "POST /ref-update HTTP/1.1" 200 156 0.008062 10.0.0.141 - - [2025-07-14 01:56:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.141 - - [2025-07-14 01:56:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.141 - - [2025-07-14 01:56:57] "POST /ref-update HTTP/1.1" 200 156 0.008248 10.0.0.141 - - [2025-07-14 01:56:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003198 10.0.0.141 - - [2025-07-14 01:56:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.141 - - [2025-07-14 01:56:57] "POST /ref-update HTTP/1.1" 200 156 0.009134 10.0.0.141 - - [2025-07-14 01:56:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.141 - - [2025-07-14 01:56:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692 10.0.0.141 - - [2025-07-14 01:56:57] "POST /ref-update HTTP/1.1" 200 156 0.008404 10.0.0.141 - - [2025-07-14 01:56:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003950 10.0.0.141 - - [2025-07-14 01:56:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.141 - - [2025-07-14 01:56:57] "POST /ref-update HTTP/1.1" 200 156 0.009631 10.0.0.141 - - [2025-07-14 01:56:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.141 - - [2025-07-14 01:56:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003331 10.0.0.141 - - [2025-07-14 01:56:57] "POST /ref-update HTTP/1.1" 200 156 0.007581 10.0.0.141 - - [2025-07-14 01:56:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.141 - - [2025-07-14 01:56:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003002 10.0.0.141 - - [2025-07-14 01:56:58] "POST /ref-update HTTP/1.1" 200 156 0.008497 10.0.0.141 - - [2025-07-14 01:56:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003144 10.0.0.141 - - [2025-07-14 01:56:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003843 10.0.0.141 - - [2025-07-14 01:56:58] "POST /ref-update HTTP/1.1" 200 156 0.008985 10.0.0.141 - - [2025-07-14 01:56:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.141 - - [2025-07-14 01:56:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.141 - - [2025-07-14 01:56:58] "POST /ref-update HTTP/1.1" 200 156 0.007138 10.0.0.141 - - [2025-07-14 01:56:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.141 - - [2025-07-14 01:56:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002994 10.0.0.141 - - [2025-07-14 01:56:58] "POST /ref-update HTTP/1.1" 200 156 0.007068 10.0.0.141 - - [2025-07-14 01:56:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003354 10.0.0.141 - - [2025-07-14 01:56:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002815 10.0.0.141 - - [2025-07-14 01:56:58] "POST /ref-update HTTP/1.1" 200 156 0.007644 10.0.0.141 - - [2025-07-14 01:56:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002991 10.0.0.141 - - [2025-07-14 01:56:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.141 - - [2025-07-14 01:56:58] "POST /ref-update HTTP/1.1" 200 156 0.006861 10.0.0.141 - - [2025-07-14 01:56:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.141 - - [2025-07-14 01:56:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003244 10.0.0.141 - - [2025-07-14 01:56:58] "POST /ref-update HTTP/1.1" 200 156 0.008362 10.0.0.141 - - [2025-07-14 01:56:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.141 - - [2025-07-14 01:56:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.141 - - [2025-07-14 01:56:59] "POST /ref-update HTTP/1.1" 200 156 0.007630 10.0.0.141 - - [2025-07-14 01:56:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.141 - - [2025-07-14 01:56:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.141 - - [2025-07-14 01:56:59] "POST /ref-update HTTP/1.1" 200 156 0.007492 10.0.0.141 - - [2025-07-14 01:56:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003202 10.0.0.141 - - [2025-07-14 01:56:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.141 - - [2025-07-14 01:56:59] "POST /ref-update HTTP/1.1" 200 156 0.008498 10.0.0.141 - - [2025-07-14 01:56:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003033 10.0.0.141 - - [2025-07-14 01:56:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002991 10.0.0.141 - - [2025-07-14 01:56:59] "POST /ref-update HTTP/1.1" 200 156 0.008389 10.0.0.141 - - [2025-07-14 01:56:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.141 - - [2025-07-14 01:56:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002978 10.0.0.141 - - [2025-07-14 01:56:59] "POST /ref-update HTTP/1.1" 200 156 0.007702 10.0.0.141 - - [2025-07-14 01:56:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002950 10.0.0.141 - - [2025-07-14 01:56:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.141 - - [2025-07-14 01:56:59] "POST /ref-update HTTP/1.1" 200 156 0.007607 10.0.0.141 - - [2025-07-14 01:56:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.141 - - [2025-07-14 01:56:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.141 - - [2025-07-14 01:56:59] "POST /ref-update HTTP/1.1" 200 156 0.008284 10.0.0.141 - - [2025-07-14 01:57:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003939 10.0.0.141 - - [2025-07-14 01:57:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.141 - - [2025-07-14 01:57:00] "POST /ref-update HTTP/1.1" 200 156 0.008728 10.0.0.141 - - [2025-07-14 01:57:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.141 - - [2025-07-14 01:57:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002951 10.0.0.141 - - [2025-07-14 01:57:00] "POST /ref-update HTTP/1.1" 200 156 0.007320 10.0.0.141 - - [2025-07-14 01:57:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003077 10.0.0.141 - - [2025-07-14 01:57:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.141 - - [2025-07-14 01:57:00] "POST /ref-update HTTP/1.1" 200 156 0.008439 10.0.0.141 - - [2025-07-14 01:57:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.141 - - [2025-07-14 01:57:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.141 - - [2025-07-14 01:57:00] "POST /ref-update HTTP/1.1" 200 156 0.007373 10.0.0.141 - - [2025-07-14 01:57:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.141 - - [2025-07-14 01:57:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.141 - - [2025-07-14 01:57:00] "POST /ref-update HTTP/1.1" 200 156 0.009749 10.0.0.141 - - [2025-07-14 01:57:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.141 - - [2025-07-14 01:57:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.141 - - [2025-07-14 01:57:00] "POST /ref-update HTTP/1.1" 200 156 0.008182 10.0.0.141 - - [2025-07-14 01:57:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.141 - - [2025-07-14 01:57:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.141 - - [2025-07-14 01:57:01] "POST /ref-update HTTP/1.1" 200 156 0.007452 10.0.0.141 - - [2025-07-14 01:57:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002926 10.0.0.141 - - [2025-07-14 01:57:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.141 - - [2025-07-14 01:57:01] "POST /ref-update HTTP/1.1" 200 156 0.008001 10.0.0.141 - - [2025-07-14 01:57:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002925 10.0.0.141 - - [2025-07-14 01:57:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003082 10.0.0.141 - - [2025-07-14 01:57:01] "POST /ref-update HTTP/1.1" 200 156 0.007005 10.0.0.141 - - [2025-07-14 01:57:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.141 - - [2025-07-14 01:57:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002999 10.0.0.141 - - [2025-07-14 01:57:01] "POST /ref-update HTTP/1.1" 200 156 0.007744 10.0.0.141 - - [2025-07-14 01:57:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002902 10.0.0.141 - - [2025-07-14 01:57:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.141 - - [2025-07-14 01:57:01] "POST /ref-update HTTP/1.1" 200 156 0.007237 10.0.0.141 - - [2025-07-14 01:57:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003928 10.0.0.141 - - [2025-07-14 01:57:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002950 10.0.0.141 - - [2025-07-14 01:57:01] "POST /ref-update HTTP/1.1" 200 156 0.009152 10.0.0.141 - - [2025-07-14 01:57:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002987 10.0.0.141 - - [2025-07-14 01:57:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081 10.0.0.141 - - [2025-07-14 01:57:01] "POST /ref-update HTTP/1.1" 200 156 0.007887 10.0.0.141 - - [2025-07-14 01:57:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.141 - - [2025-07-14 01:57:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003002 10.0.0.141 - - [2025-07-14 01:57:02] "POST /ref-update HTTP/1.1" 200 156 0.009078 10.0.0.141 - - [2025-07-14 01:57:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003475 10.0.0.141 - - [2025-07-14 01:57:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003045 10.0.0.141 - - [2025-07-14 01:57:02] "POST /ref-update HTTP/1.1" 200 156 0.008649 10.0.0.141 - - [2025-07-14 01:57:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002924 10.0.0.141 - - [2025-07-14 01:57:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.141 - - [2025-07-14 01:57:02] "POST /ref-update HTTP/1.1" 200 156 0.007766 10.0.0.141 - - [2025-07-14 01:57:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002958 10.0.0.141 - - [2025-07-14 01:57:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.141 - - [2025-07-14 01:57:02] "POST /ref-update HTTP/1.1" 200 156 0.006756 10.0.0.141 - - [2025-07-14 01:57:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003094 10.0.0.141 - - [2025-07-14 01:57:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.141 - - [2025-07-14 01:57:02] "POST /ref-update HTTP/1.1" 200 156 0.008073 10.0.0.141 - - [2025-07-14 01:57:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002950 10.0.0.141 - - [2025-07-14 01:57:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002958 10.0.0.141 - - [2025-07-14 01:57:02] "POST /ref-update HTTP/1.1" 200 156 0.007025 10.0.0.141 - - [2025-07-14 01:57:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002901 10.0.0.141 - - [2025-07-14 01:57:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002836 10.0.0.141 - - [2025-07-14 01:57:02] "POST /ref-update HTTP/1.1" 200 156 0.007229 10.0.0.141 - - [2025-07-14 01:57:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003908 10.0.0.141 - - [2025-07-14 01:57:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003014 10.0.0.141 - - [2025-07-14 01:57:03] "POST /ref-update HTTP/1.1" 200 156 0.007244 10.0.0.141 - - [2025-07-14 01:57:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.141 - - [2025-07-14 01:57:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.141 - - [2025-07-14 01:57:03] "POST /ref-update HTTP/1.1" 200 156 0.006716 10.0.0.141 - - [2025-07-14 01:57:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002974 10.0.0.141 - - [2025-07-14 01:57:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.141 - - [2025-07-14 01:57:03] "POST /ref-update HTTP/1.1" 200 156 0.007796 10.0.0.141 - - [2025-07-14 01:57:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.141 - - [2025-07-14 01:57:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.141 - - [2025-07-14 01:57:03] "POST /ref-update HTTP/1.1" 200 156 0.007001 10.0.0.141 - - [2025-07-14 01:57:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003071 10.0.0.141 - - [2025-07-14 01:57:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002928 10.0.0.141 - - [2025-07-14 01:57:03] "POST /ref-update HTTP/1.1" 200 156 0.006896 10.0.0.141 - - [2025-07-14 01:57:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.006472 10.0.0.141 - - [2025-07-14 01:57:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002920 10.0.0.141 - - [2025-07-14 01:57:03] "POST /ref-update HTTP/1.1" 200 156 0.008708 10.0.0.141 - - [2025-07-14 01:57:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.141 - - [2025-07-14 01:57:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003198 10.0.0.141 - - [2025-07-14 01:57:04] "POST /ref-update HTTP/1.1" 200 156 0.023004 10.0.0.141 - - [2025-07-14 01:57:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003101 10.0.0.141 - - [2025-07-14 01:57:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002937 10.0.0.141 - - [2025-07-14 01:57:04] "POST /ref-update HTTP/1.1" 200 156 0.007154 10.0.0.141 - - [2025-07-14 01:57:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.141 - - [2025-07-14 01:57:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003122 10.0.0.141 - - [2025-07-14 01:57:04] "POST /ref-update HTTP/1.1" 200 156 0.008175 10.0.0.141 - - [2025-07-14 01:57:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.141 - - [2025-07-14 01:57:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003154 10.0.0.141 - - [2025-07-14 01:57:04] "POST /ref-update HTTP/1.1" 200 156 0.007052 10.0.0.141 - - [2025-07-14 01:57:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.141 - - [2025-07-14 01:57:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003400 10.0.0.141 - - [2025-07-14 01:57:04] "POST /ref-update HTTP/1.1" 200 156 0.008760 10.0.0.141 - - [2025-07-14 01:57:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359 10.0.0.141 - - [2025-07-14 01:57:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003882 10.0.0.141 - - [2025-07-14 01:57:04] "POST /ref-update HTTP/1.1" 200 156 0.007871 10.0.0.141 - - [2025-07-14 01:57:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003050 10.0.0.141 - - [2025-07-14 01:57:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003094 10.0.0.141 - - [2025-07-14 01:57:04] "POST /ref-update HTTP/1.1" 200 156 0.008010 10.0.0.141 - - [2025-07-14 01:57:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005125 10.0.0.141 - - [2025-07-14 01:57:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.141 - - [2025-07-14 01:57:05] "POST /ref-update HTTP/1.1" 200 156 0.009024 10.0.0.141 - - [2025-07-14 01:57:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.141 - - [2025-07-14 01:57:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.141 - - [2025-07-14 01:57:05] "POST /ref-update HTTP/1.1" 200 156 0.008016 10.0.0.141 - - [2025-07-14 01:57:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.141 - - [2025-07-14 01:57:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002950 10.0.0.141 - - [2025-07-14 01:57:05] "POST /ref-update HTTP/1.1" 200 156 0.009463 10.0.0.141 - - [2025-07-14 01:57:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.141 - - [2025-07-14 01:57:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.141 - - [2025-07-14 01:57:05] "POST /ref-update HTTP/1.1" 200 156 0.010309 10.0.0.141 - - [2025-07-14 01:57:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005366 10.0.0.141 - - [2025-07-14 01:57:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004102 10.0.0.141 - - [2025-07-14 01:57:05] "POST /ref-update HTTP/1.1" 200 156 0.023202 10.0.0.141 - - [2025-07-14 01:57:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081 10.0.0.141 - - [2025-07-14 01:57:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.008398 10.0.0.141 - - [2025-07-14 01:57:05] "POST /ref-update HTTP/1.1" 200 156 0.010740 10.0.0.141 - - [2025-07-14 01:57:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.141 - - [2025-07-14 01:57:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002831 10.0.0.141 - - [2025-07-14 01:57:06] "POST /ref-update HTTP/1.1" 200 156 0.007410 10.0.0.141 - - [2025-07-14 01:57:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.141 - - [2025-07-14 01:57:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002828 10.0.0.141 - - [2025-07-14 01:57:06] "POST /ref-update HTTP/1.1" 200 156 0.007488 10.0.0.141 - - [2025-07-14 01:57:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003132 10.0.0.141 - - [2025-07-14 01:57:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.141 - - [2025-07-14 01:57:06] "POST /ref-update HTTP/1.1" 200 156 0.010700 10.0.0.141 - - [2025-07-14 01:57:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.141 - - [2025-07-14 01:57:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003048 10.0.0.141 - - [2025-07-14 01:57:06] "POST /ref-update HTTP/1.1" 200 156 0.007699 10.0.0.141 - - [2025-07-14 01:57:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.141 - - [2025-07-14 01:57:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.141 - - [2025-07-14 01:57:06] "POST /ref-update HTTP/1.1" 200 156 0.011984 10.0.0.141 - - [2025-07-14 01:57:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002924 10.0.0.141 - - [2025-07-14 01:57:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002885 10.0.0.141 - - [2025-07-14 01:57:06] "POST /ref-update HTTP/1.1" 200 156 0.007830 10.0.0.141 - - [2025-07-14 01:57:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003405 10.0.0.141 - - [2025-07-14 01:57:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003650 10.0.0.141 - - [2025-07-14 01:57:06] "GET / HTTP/1.1" 200 36215 0.001725 10.0.0.141 - - [2025-07-14 01:57:06] "POST /fqname-to-id HTTP/1.1" 401 293 0.000437 10.0.0.141 - - [2025-07-14 01:57:06] "POST /ref-update HTTP/1.1" 200 156 0.008393 10.0.0.141 - - [2025-07-14 01:57:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.141 - - [2025-07-14 01:57:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004245 10.0.0.141 - - [2025-07-14 01:57:07] "POST /ref-update HTTP/1.1" 200 156 0.012108 10.0.0.141 - - [2025-07-14 01:57:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.141 - - [2025-07-14 01:57:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.007156 10.0.0.141 - - [2025-07-14 01:57:07] "POST /ref-update HTTP/1.1" 200 156 0.009436 10.0.0.141 - - [2025-07-14 01:57:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.030434 10.0.0.141 - - [2025-07-14 01:57:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002440 10.0.0.141 - - [2025-07-14 01:57:07] "GET /routing-instance/8867ee2f-72eb-4ee0-b96d-baaaad0fa9d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.004090 10.0.0.141 - - [2025-07-14 01:57:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003147 10.0.0.141 - - [2025-07-14 01:57:07] "POST /bgp-routers HTTP/1.1" 200 622 0.017570 10.0.0.141 - - [2025-07-14 01:57:07] "POST /ref-update HTTP/1.1" 200 156 0.009631 10.0.0.141 - - [2025-07-14 01:57:07] "GET /bgp-router/3cf633c4-9c30-4b9d-b3c7-294e6d96d8e1?fields=global_system_config_back_refs HTTP/1.1" 200 1118 0.006667 10.0.0.141 - - [2025-07-14 01:57:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.141 - - [2025-07-14 01:57:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003177 10.0.0.141 - - [2025-07-14 01:57:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.141 - - [2025-07-14 01:57:07] "GET /global-system-config/4a44b192-8ed9-47ee-a70f-b76efb8ff902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2342 0.008437 10.0.0.141 - - [2025-07-14 01:57:07] "POST /ref-update HTTP/1.1" 200 156 0.009256 10.0.0.141 - - [2025-07-14 01:57:07] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003528 10.0.0.141 - - [2025-07-14 01:57:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003950 10.0.0.141 - - [2025-07-14 01:57:07] "POST /ref-update HTTP/1.1" 200 156 0.009058 10.0.0.141 - - [2025-07-14 01:57:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.141 - - [2025-07-14 01:57:07] "POST /ref-update HTTP/1.1" 200 156 0.007398 10.0.0.141 - - [2025-07-14 01:57:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.141 - - [2025-07-14 01:57:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.141 - - [2025-07-14 01:57:07] "POST /ref-update HTTP/1.1" 200 156 0.007110 10.0.0.141 - - [2025-07-14 01:57:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.141 - - [2025-07-14 01:57:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.141 - - [2025-07-14 01:57:08] "POST /ref-update HTTP/1.1" 200 156 0.007840 10.0.0.141 - - [2025-07-14 01:57:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003063 10.0.0.141 - - [2025-07-14 01:57:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.141 - - [2025-07-14 01:57:08] "POST /ref-update HTTP/1.1" 200 156 0.008640 10.0.0.141 - - [2025-07-14 01:57:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003952 10.0.0.141 - - [2025-07-14 01:57:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004044 10.0.0.141 - - [2025-07-14 01:57:08] "POST /ref-update HTTP/1.1" 200 156 0.007635 10.0.0.141 - - [2025-07-14 01:57:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.141 - - [2025-07-14 01:57:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003528 10.0.0.141 - - [2025-07-14 01:57:08] "POST /ref-update HTTP/1.1" 200 156 0.008145 10.0.0.141 - - [2025-07-14 01:57:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003056 10.0.0.141 - - [2025-07-14 01:57:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003814 10.0.0.141 - - [2025-07-14 01:57:08] "POST /ref-update HTTP/1.1" 200 156 0.007987 10.0.0.141 - - [2025-07-14 01:57:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002962 10.0.0.141 - - [2025-07-14 01:57:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002797 10.0.0.141 - - [2025-07-14 01:57:08] "POST /ref-update HTTP/1.1" 200 156 0.008114 10.0.0.141 - - [2025-07-14 01:57:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002979 10.0.0.141 - - [2025-07-14 01:57:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.141 - - [2025-07-14 01:57:08] "POST /ref-update HTTP/1.1" 200 156 0.007138 10.0.0.141 - - [2025-07-14 01:57:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.141 - - [2025-07-14 01:57:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.141 - - [2025-07-14 01:57:09] "POST /ref-update HTTP/1.1" 200 156 0.007585 10.0.0.141 - - [2025-07-14 01:57:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003220 10.0.0.141 - - [2025-07-14 01:57:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.141 - - [2025-07-14 01:57:09] "POST /ref-update HTTP/1.1" 200 156 0.007404 10.0.0.141 - - [2025-07-14 01:57:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.141 - - [2025-07-14 01:57:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359 10.0.0.141 - - [2025-07-14 01:57:09] "POST /ref-update HTTP/1.1" 200 156 0.007209 10.0.0.141 - - [2025-07-14 01:57:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.141 - - [2025-07-14 01:57:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002929 10.0.0.141 - - [2025-07-14 01:57:09] "POST /ref-update HTTP/1.1" 200 156 0.007244 10.0.0.141 - - [2025-07-14 01:57:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.141 - - [2025-07-14 01:57:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.141 - - [2025-07-14 01:57:09] "POST /ref-update HTTP/1.1" 200 156 0.007879 10.0.0.141 - - [2025-07-14 01:57:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.141 - - [2025-07-14 01:57:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003002 10.0.0.141 - - [2025-07-14 01:57:09] "POST /ref-update HTTP/1.1" 200 156 0.007812 10.0.0.141 - - [2025-07-14 01:57:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.141 - - [2025-07-14 01:57:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.141 - - [2025-07-14 01:57:09] "POST /ref-update HTTP/1.1" 200 156 0.008228 10.0.0.141 - - [2025-07-14 01:57:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003267 10.0.0.141 - - [2025-07-14 01:57:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.141 - - [2025-07-14 01:57:10] "POST /ref-update HTTP/1.1" 200 156 0.011336 10.0.0.141 - - [2025-07-14 01:57:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004130 10.0.0.141 - - [2025-07-14 01:57:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.141 - - [2025-07-14 01:57:10] "POST /ref-update HTTP/1.1" 200 156 0.008749 10.0.0.141 - - [2025-07-14 01:57:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003918 10.0.0.141 - - [2025-07-14 01:57:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.141 - - [2025-07-14 01:57:10] "POST /ref-update HTTP/1.1" 200 156 0.010808 10.0.0.141 - - [2025-07-14 01:57:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.141 - - [2025-07-14 01:57:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.141 - - [2025-07-14 01:57:10] "POST /ref-update HTTP/1.1" 200 156 0.008551 10.0.0.141 - - [2025-07-14 01:57:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003012 10.0.0.141 - - [2025-07-14 01:57:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.141 - - [2025-07-14 01:57:10] "POST /ref-update HTTP/1.1" 200 156 0.008693 10.0.0.141 - - [2025-07-14 01:57:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002988 10.0.0.141 - - [2025-07-14 01:57:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003276 10.0.0.141 - - [2025-07-14 01:57:10] "POST /ref-update HTTP/1.1" 200 156 0.008571 10.0.0.141 - - [2025-07-14 01:57:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.141 - - [2025-07-14 01:57:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003005 10.0.0.141 - - [2025-07-14 01:57:11] "POST /ref-update HTTP/1.1" 200 156 0.007571 10.0.0.141 - - [2025-07-14 01:57:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.141 - - [2025-07-14 01:57:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.141 - - [2025-07-14 01:57:11] "POST /ref-update HTTP/1.1" 200 156 0.007529 10.0.0.141 - - [2025-07-14 01:57:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.141 - - [2025-07-14 01:57:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002791 10.0.0.141 - - [2025-07-14 01:57:11] "POST /ref-update HTTP/1.1" 200 156 0.008570 10.0.0.141 - - [2025-07-14 01:57:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.141 - - [2025-07-14 01:57:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.141 - - [2025-07-14 01:57:11] "POST /ref-update HTTP/1.1" 200 156 0.007074 10.0.0.141 - - [2025-07-14 01:57:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.141 - - [2025-07-14 01:57:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002966 10.0.0.141 - - [2025-07-14 01:57:11] "POST /ref-update HTTP/1.1" 200 156 0.014613 10.0.0.141 - - [2025-07-14 01:57:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002906 10.0.0.141 - - [2025-07-14 01:57:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.141 - - [2025-07-14 01:57:11] "POST /ref-update HTTP/1.1" 200 156 0.009370 10.0.0.141 - - [2025-07-14 01:57:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002767 10.0.0.141 - - [2025-07-14 01:57:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002906 10.0.0.141 - - [2025-07-14 01:57:11] "POST /ref-update HTTP/1.1" 200 156 0.007748 10.0.0.141 - - [2025-07-14 01:57:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002966 10.0.0.141 - - [2025-07-14 01:57:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.141 - - [2025-07-14 01:57:12] "POST /ref-update HTTP/1.1" 200 156 0.008428 10.0.0.141 - - [2025-07-14 01:57:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003112 10.0.0.141 - - [2025-07-14 01:57:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.141 - - [2025-07-14 01:57:12] "POST /ref-update HTTP/1.1" 200 156 0.008581 10.0.0.141 - - [2025-07-14 01:57:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003007 10.0.0.141 - - [2025-07-14 01:57:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.141 - - [2025-07-14 01:57:12] "POST /ref-update HTTP/1.1" 200 156 0.008168 10.0.0.141 - - [2025-07-14 01:57:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.141 - - [2025-07-14 01:57:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002810 10.0.0.141 - - [2025-07-14 01:57:12] "POST /ref-update HTTP/1.1" 200 156 0.008803 10.0.0.141 - - [2025-07-14 01:57:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.141 - - [2025-07-14 01:57:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002920 10.0.0.141 - - [2025-07-14 01:57:12] "POST /ref-update HTTP/1.1" 200 156 0.008342 10.0.0.141 - - [2025-07-14 01:57:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002917 10.0.0.141 - - [2025-07-14 01:57:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.141 - - [2025-07-14 01:57:12] "POST /ref-update HTTP/1.1" 200 156 0.010114 10.0.0.141 - - [2025-07-14 01:57:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.141 - - [2025-07-14 01:57:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.141 - - [2025-07-14 01:57:13] "POST /ref-update HTTP/1.1" 200 156 0.008469 10.0.0.141 - - [2025-07-14 01:57:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.141 - - [2025-07-14 01:57:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.141 - - [2025-07-14 01:57:13] "POST /ref-update HTTP/1.1" 200 156 0.008821 10.0.0.141 - - [2025-07-14 01:57:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.141 - - [2025-07-14 01:57:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003364 10.0.0.141 - - [2025-07-14 01:57:13] "POST /ref-update HTTP/1.1" 200 156 0.008348 10.0.0.141 - - [2025-07-14 01:57:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.141 - - [2025-07-14 01:57:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.141 - - [2025-07-14 01:57:13] "POST /ref-update HTTP/1.1" 200 156 0.008698 10.0.0.141 - - [2025-07-14 01:57:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002889 10.0.0.141 - - [2025-07-14 01:57:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.141 - - [2025-07-14 01:57:13] "POST /ref-update HTTP/1.1" 200 156 0.008648 10.0.0.141 - - [2025-07-14 01:57:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.141 - - [2025-07-14 01:57:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.141 - - [2025-07-14 01:57:13] "POST /ref-update HTTP/1.1" 200 156 0.008888 10.0.0.141 - - [2025-07-14 01:57:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.141 - - [2025-07-14 01:57:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.141 - - [2025-07-14 01:57:13] "POST /ref-update HTTP/1.1" 200 156 0.009366 10.0.0.141 - - [2025-07-14 01:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.141 - - [2025-07-14 01:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.141 - - [2025-07-14 01:57:14] "POST /ref-update HTTP/1.1" 200 156 0.008666 10.0.0.141 - - [2025-07-14 01:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.141 - - [2025-07-14 01:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.141 - - [2025-07-14 01:57:14] "POST /ref-update HTTP/1.1" 200 156 0.011766 10.0.0.141 - - [2025-07-14 01:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004237 10.0.0.141 - - [2025-07-14 01:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.141 - - [2025-07-14 01:57:14] "POST /ref-update HTTP/1.1" 200 156 0.010011 10.0.0.141 - - [2025-07-14 01:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.141 - - [2025-07-14 01:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003267 10.0.0.141 - - [2025-07-14 01:57:14] "POST /ref-update HTTP/1.1" 200 156 0.008755 10.0.0.141 - - [2025-07-14 01:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.141 - - [2025-07-14 01:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003066 10.0.0.141 - - [2025-07-14 01:57:14] "POST /ref-update HTTP/1.1" 200 156 0.009243 10.0.0.141 - - [2025-07-14 01:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.141 - - [2025-07-14 01:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003009 10.0.0.141 - - [2025-07-14 01:57:14] "POST /ref-update HTTP/1.1" 200 156 0.008364 10.0.0.141 - - [2025-07-14 01:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.141 - - [2025-07-14 01:57:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470 10.0.0.141 - - [2025-07-14 01:57:15] "POST /ref-update HTTP/1.1" 200 156 0.010439 10.0.0.141 - - [2025-07-14 01:57:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.141 - - [2025-07-14 01:57:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002810 10.0.0.141 - - [2025-07-14 01:57:15] "POST /ref-update HTTP/1.1" 200 156 0.009466 10.0.0.141 - - [2025-07-14 01:57:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.141 - - [2025-07-14 01:57:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002847 10.0.0.141 - - [2025-07-14 01:57:15] "POST /ref-update HTTP/1.1" 200 156 0.008056 10.0.0.141 - - [2025-07-14 01:57:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002928 10.0.0.141 - - [2025-07-14 01:57:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002853 10.0.0.141 - - [2025-07-14 01:57:15] "POST /ref-update HTTP/1.1" 200 156 0.008553 10.0.0.141 - - [2025-07-14 01:57:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003619 10.0.0.141 - - [2025-07-14 01:57:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.141 - - [2025-07-14 01:57:15] "POST /ref-update HTTP/1.1" 200 156 0.007856 10.0.0.141 - - [2025-07-14 01:57:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.141 - - [2025-07-14 01:57:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002864 10.0.0.141 - - [2025-07-14 01:57:15] "POST /ref-update HTTP/1.1" 200 156 0.007804 10.0.0.141 - - [2025-07-14 01:57:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002924 10.0.0.141 - - [2025-07-14 01:57:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002838 10.0.0.141 - - [2025-07-14 01:57:15] "POST /ref-update HTTP/1.1" 200 156 0.008897 10.0.0.141 - - [2025-07-14 01:57:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.141 - - [2025-07-14 01:57:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003094 10.0.0.141 - - [2025-07-14 01:57:16] "POST /ref-update HTTP/1.1" 200 156 0.008396 10.0.0.141 - - [2025-07-14 01:57:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.141 - - [2025-07-14 01:57:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002823 10.0.0.141 - - [2025-07-14 01:57:16] "POST /ref-update HTTP/1.1" 200 156 0.008053 10.0.0.141 - - [2025-07-14 01:57:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003200 10.0.0.141 - - [2025-07-14 01:57:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.141 - - [2025-07-14 01:57:16] "POST /ref-update HTTP/1.1" 200 156 0.009101 10.0.0.141 - - [2025-07-14 01:57:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003216 10.0.0.141 - - [2025-07-14 01:57:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773 10.0.0.141 - - [2025-07-14 01:57:16] "POST /ref-update HTTP/1.1" 200 156 0.008549 10.0.0.141 - - [2025-07-14 01:57:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002913 10.0.0.141 - - [2025-07-14 01:57:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.141 - - [2025-07-14 01:57:16] "POST /ref-update HTTP/1.1" 200 156 0.010028 10.0.0.141 - - [2025-07-14 01:57:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.141 - - [2025-07-14 01:57:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.141 - - [2025-07-14 01:57:16] "POST /ref-update HTTP/1.1" 200 156 0.012729 10.0.0.141 - - [2025-07-14 01:57:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.141 - - [2025-07-14 01:57:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003189 10.0.0.141 - - [2025-07-14 01:57:17] "POST /ref-update HTTP/1.1" 200 156 0.008079 10.0.0.141 - - [2025-07-14 01:57:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.141 - - [2025-07-14 01:57:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.141 - - [2025-07-14 01:57:17] "POST /ref-update HTTP/1.1" 200 156 0.008433 10.0.0.141 - - [2025-07-14 01:57:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.141 - - [2025-07-14 01:57:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004133 10.0.0.141 - - [2025-07-14 01:57:17] "POST /ref-update HTTP/1.1" 200 156 0.008585 10.0.0.141 - - [2025-07-14 01:57:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.141 - - [2025-07-14 01:57:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002800 10.0.0.141 - - [2025-07-14 01:57:17] "POST /ref-update HTTP/1.1" 200 156 0.008009 10.0.0.141 - - [2025-07-14 01:57:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003110 10.0.0.141 - - [2025-07-14 01:57:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003051 10.0.0.141 - - [2025-07-14 01:57:17] "POST /ref-update HTTP/1.1" 200 156 0.008807 10.0.0.141 - - [2025-07-14 01:57:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.141 - - [2025-07-14 01:57:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.141 - - [2025-07-14 01:57:17] "POST /ref-update HTTP/1.1" 200 156 0.010199 10.0.0.141 - - [2025-07-14 01:57:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002946 10.0.0.141 - - [2025-07-14 01:57:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.141 - - [2025-07-14 01:57:17] "POST /ref-update HTTP/1.1" 200 156 0.008058 10.0.0.141 - - [2025-07-14 01:57:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.141 - - [2025-07-14 01:57:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002801 10.0.0.141 - - [2025-07-14 01:57:18] "POST /ref-update HTTP/1.1" 200 156 0.008486 10.0.0.141 - - [2025-07-14 01:57:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002935 10.0.0.141 - - [2025-07-14 01:57:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002993 10.0.0.141 - - [2025-07-14 01:57:18] "POST /ref-update HTTP/1.1" 200 156 0.008600 10.0.0.141 - - [2025-07-14 01:57:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002905 10.0.0.141 - - [2025-07-14 01:57:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002912 10.0.0.141 - - [2025-07-14 01:57:18] "POST /ref-update HTTP/1.1" 200 156 0.010348 10.0.0.141 - - [2025-07-14 01:57:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.141 - - [2025-07-14 01:57:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002898 10.0.0.141 - - [2025-07-14 01:57:18] "POST /ref-update HTTP/1.1" 200 156 0.008348 10.0.0.141 - - [2025-07-14 01:57:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.141 - - [2025-07-14 01:57:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.141 - - [2025-07-14 01:57:18] "POST /ref-update HTTP/1.1" 200 156 0.008339 10.0.0.141 - - [2025-07-14 01:57:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003817 10.0.0.141 - - [2025-07-14 01:57:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002898 10.0.0.141 - - [2025-07-14 01:57:18] "POST /ref-update HTTP/1.1" 200 156 0.008713 10.0.0.141 - - [2025-07-14 01:57:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.141 - - [2025-07-14 01:57:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.141 - - [2025-07-14 01:57:18] "POST /ref-update HTTP/1.1" 200 156 0.008487 10.0.0.141 - - [2025-07-14 01:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.141 - - [2025-07-14 01:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.141 - - [2025-07-14 01:57:19] "POST /ref-update HTTP/1.1" 200 156 0.009243 10.0.0.141 - - [2025-07-14 01:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.141 - - [2025-07-14 01:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003729 10.0.0.141 - - [2025-07-14 01:57:19] "POST /ref-update HTTP/1.1" 200 156 0.008517 10.0.0.141 - - [2025-07-14 01:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.141 - - [2025-07-14 01:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.141 - - [2025-07-14 01:57:19] "POST /ref-update HTTP/1.1" 200 156 0.008763 10.0.0.141 - - [2025-07-14 01:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003042 10.0.0.141 - - [2025-07-14 01:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.141 - - [2025-07-14 01:57:19] "POST /ref-update HTTP/1.1" 200 156 0.008404 10.0.0.141 - - [2025-07-14 01:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.141 - - [2025-07-14 01:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.141 - - [2025-07-14 01:57:19] "POST /ref-update HTTP/1.1" 200 156 0.007229 10.0.0.141 - - [2025-07-14 01:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002940 10.0.0.141 - - [2025-07-14 01:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003113 10.0.0.141 - - [2025-07-14 01:57:19] "POST /ref-update HTTP/1.1" 200 156 0.007540 10.0.0.141 - - [2025-07-14 01:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003079 10.0.0.141 - - [2025-07-14 01:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002967 10.0.0.141 - - [2025-07-14 01:57:20] "POST /ref-update HTTP/1.1" 200 156 0.008178 10.0.0.141 - - [2025-07-14 01:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.141 - - [2025-07-14 01:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002890 10.0.0.141 - - [2025-07-14 01:57:20] "POST /ref-update HTTP/1.1" 200 156 0.008507 10.0.0.141 - - [2025-07-14 01:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.141 - - [2025-07-14 01:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002878 10.0.0.141 - - [2025-07-14 01:57:20] "POST /ref-update HTTP/1.1" 200 156 0.006793 10.0.0.141 - - [2025-07-14 01:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003168 10.0.0.141 - - [2025-07-14 01:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003071 10.0.0.141 - - [2025-07-14 01:57:20] "POST /ref-update HTTP/1.1" 200 156 0.008433 10.0.0.141 - - [2025-07-14 01:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002965 10.0.0.141 - - [2025-07-14 01:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.141 - - [2025-07-14 01:57:20] "POST /ref-update HTTP/1.1" 200 156 0.007076 10.0.0.141 - - [2025-07-14 01:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002996 10.0.0.141 - - [2025-07-14 01:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003171 10.0.0.141 - - [2025-07-14 01:57:20] "POST /ref-update HTTP/1.1" 200 156 0.008039 10.0.0.141 - - [2025-07-14 01:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.141 - - [2025-07-14 01:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002993 10.0.0.141 - - [2025-07-14 01:57:20] "POST /ref-update HTTP/1.1" 200 156 0.007449 10.0.0.141 - - [2025-07-14 01:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.141 - - [2025-07-14 01:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.141 - - [2025-07-14 01:57:21] "POST /ref-update HTTP/1.1" 200 156 0.007245 10.0.0.141 - - [2025-07-14 01:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.141 - - [2025-07-14 01:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.141 - - [2025-07-14 01:57:21] "POST /ref-update HTTP/1.1" 200 156 0.007572 10.0.0.141 - - [2025-07-14 01:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002937 10.0.0.141 - - [2025-07-14 01:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.141 - - [2025-07-14 01:57:21] "POST /ref-update HTTP/1.1" 200 156 0.010002 10.0.0.141 - - [2025-07-14 01:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002956 10.0.0.141 - - [2025-07-14 01:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.141 - - [2025-07-14 01:57:21] "POST /ref-update HTTP/1.1" 200 156 0.009941 10.0.0.141 - - [2025-07-14 01:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002742 10.0.0.141 - - [2025-07-14 01:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.141 - - [2025-07-14 01:57:21] "POST /ref-update HTTP/1.1" 200 156 0.009741 10.0.0.141 - - [2025-07-14 01:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002824 10.0.0.141 - - [2025-07-14 01:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003245 10.0.0.141 - - [2025-07-14 01:57:21] "POST /ref-update HTTP/1.1" 200 156 0.010031 10.0.0.141 - - [2025-07-14 01:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.141 - - [2025-07-14 01:57:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.141 - - [2025-07-14 01:57:21] "POST /ref-update HTTP/1.1" 200 156 0.010859 10.0.0.141 - - [2025-07-14 01:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.141 - - [2025-07-14 01:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002878 10.0.0.141 - - [2025-07-14 01:57:22] "POST /ref-update HTTP/1.1" 200 156 0.010070 10.0.0.141 - - [2025-07-14 01:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.141 - - [2025-07-14 01:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002836 10.0.0.141 - - [2025-07-14 01:57:22] "POST /ref-update HTTP/1.1" 200 156 0.007505 10.0.0.141 - - [2025-07-14 01:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.141 - - [2025-07-14 01:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002931 10.0.0.141 - - [2025-07-14 01:57:22] "POST /ref-update HTTP/1.1" 200 156 0.008015 10.0.0.141 - - [2025-07-14 01:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002987 10.0.0.141 - - [2025-07-14 01:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.141 - - [2025-07-14 01:57:22] "POST /ref-update HTTP/1.1" 200 156 0.008959 10.0.0.141 - - [2025-07-14 01:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003810 10.0.0.141 - - [2025-07-14 01:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002955 10.0.0.141 - - [2025-07-14 01:57:22] "POST /ref-update HTTP/1.1" 200 156 0.007720 10.0.0.141 - - [2025-07-14 01:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002871 10.0.0.141 - - [2025-07-14 01:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002702 10.0.0.141 - - [2025-07-14 01:57:22] "POST /ref-update HTTP/1.1" 200 156 0.008336 10.0.0.141 - - [2025-07-14 01:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.141 - - [2025-07-14 01:57:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002882 10.0.0.141 - - [2025-07-14 01:57:23] "POST /ref-update HTTP/1.1" 200 156 0.009206 10.0.0.141 - - [2025-07-14 01:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.141 - - [2025-07-14 01:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.141 - - [2025-07-14 01:57:23] "POST /ref-update HTTP/1.1" 200 156 0.007383 10.0.0.141 - - [2025-07-14 01:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002988 10.0.0.141 - - [2025-07-14 01:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.141 - - [2025-07-14 01:57:23] "POST /ref-update HTTP/1.1" 200 156 0.008085 10.0.0.141 - - [2025-07-14 01:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.141 - - [2025-07-14 01:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.141 - - [2025-07-14 01:57:23] "POST /ref-update HTTP/1.1" 200 156 0.009820 10.0.0.141 - - [2025-07-14 01:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002996 10.0.0.141 - - [2025-07-14 01:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.141 - - [2025-07-14 01:57:23] "POST /ref-update HTTP/1.1" 200 156 0.007828 10.0.0.141 - - [2025-07-14 01:57:23] "POST /network-ipams HTTP/1.1" 200 552 0.018525 10.0.0.141 - - [2025-07-14 01:57:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003190 10.0.0.141 - - [2025-07-14 01:57:23] "POST /virtual-networks HTTP/1.1" 200 554 0.105240 10.0.0.141 - - [2025-07-14 01:57:23] "GET /physical-routers?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.002896 10.0.0.141 - - [2025-07-14 01:57:23] "POST /fqname-to-id HTTP/1.1" 404 188 0.002870 10.0.0.141 - - [2025-07-14 01:57:24] "POST /fqname-to-id HTTP/1.1" 404 178 0.002828 10.0.0.141 - - [2025-07-14 01:57:24] "GET /fabrics?detail=False&count=False&shared=False HTTP/1.1" 200 313 0.002923 10.0.0.141 - - [2025-07-14 01:57:24] "GET /fabric/e40fc81b-f072-4852-9fa8-9dc8ad392ff3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1119 0.004106 10.0.0.141 - - [2025-07-14 01:57:24] "POST /fqname-to-id HTTP/1.1" 404 198 0.003437 10.0.0.141 - - [2025-07-14 01:57:24] "POST /fqname-to-id HTTP/1.1" 404 205 0.003061 10.0.0.141 - - [2025-07-14 01:57:24] "POST /fqname-to-id HTTP/1.1" 404 207 0.003040 10.0.0.141 - - [2025-07-14 01:57:24] "POST /route-targets HTTP/1.1" 200 328 0.010912 10.0.0.141 - - [2025-07-14 01:57:24] "POST /ref-update HTTP/1.1" 200 156 0.009849 10.0.0.141 - - [2025-07-14 01:57:37] "GET / HTTP/1.1" 200 36215 0.001507 10.0.0.141 - - [2025-07-14 01:57:37] "POST /fqname-to-id HTTP/1.1" 401 293 0.000436 10.0.0.141 - - [2025-07-14 01:57:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.023322 10.0.0.141 - - [2025-07-14 01:57:37] "GET /global-system-config/4a44b192-8ed9-47ee-a70f-b76efb8ff902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.007980 10.0.0.141 - - [2025-07-14 01:57:37] "POST /fqname-to-id HTTP/1.1" 404 220 0.002658 10.0.0.141 - - [2025-07-14 01:57:37] "POST /database-nodes HTTP/1.1" 200 605 0.018137 10.0.0.141 - - [2025-07-14 01:58:09] "GET / HTTP/1.1" 200 36215 0.001880 10.0.0.141 - - [2025-07-14 01:58:09] "POST /fqname-to-id HTTP/1.1" 401 293 0.000466 10.0.0.141 - - [2025-07-14 01:58:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.023942 10.0.0.141 - - [2025-07-14 01:58:10] "GET /global-system-config/4a44b192-8ed9-47ee-a70f-b76efb8ff902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006373 10.0.0.141 - - [2025-07-14 01:58:10] "POST /fqname-to-id HTTP/1.1" 404 220 0.002864 10.0.0.141 - - [2025-07-14 01:58:10] "POST /analytics-nodes HTTP/1.1" 200 607 0.017078 10.0.0.141 - - [2025-07-14 01:58:16] "GET / HTTP/1.1" 200 36215 0.001990 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.141 - - [2025-07-14 01:58:23] "GET /obj-perms HTTP/1.1" 200 5075 0.378333 10.0.0.141 - - [2025-07-14 01:58:23] "GET /obj-perms HTTP/1.1" 200 5075 0.055395 10.0.0.141 - - [2025-07-14 01:58:23] "GET / HTTP/1.1" 200 36215 0.001419 10.0.0.141 - - [2025-07-14 01:58:23] "POST /fqname-to-id HTTP/1.1" 401 293 0.000403 10.0.0.141 - - [2025-07-14 01:58:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.022387 10.0.0.141 - - [2025-07-14 01:58:24] "GET /global-system-config/4a44b192-8ed9-47ee-a70f-b76efb8ff902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005654 10.0.0.141 - - [2025-07-14 01:58:24] "POST /fqname-to-id HTTP/1.1" 404 220 0.002661 10.0.0.141 - - [2025-07-14 01:58:24] "POST /analytics-alarm-nodes HTTP/1.1" 200 619 0.039773 10.0.0.141 - - [2025-07-14 01:58:32] "GET / HTTP/1.1" 200 36215 0.002367 10.0.0.141 - - [2025-07-14 01:58:32] "POST /fqname-to-id HTTP/1.1" 401 293 0.000560 10.0.0.141 - - [2025-07-14 01:58:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.024099 10.0.0.141 - - [2025-07-14 01:58:33] "GET /global-system-config/4a44b192-8ed9-47ee-a70f-b76efb8ff902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.007338 10.0.0.141 - - [2025-07-14 01:58:33] "POST /fqname-to-id HTTP/1.1" 404 220 0.006856 10.0.0.141 - - [2025-07-14 01:58:33] "POST /analytics-snmp-nodes HTTP/1.1" 200 617 0.019408 10.0.0.141 - - [2025-07-14 01:59:24] "GET /obj-perms HTTP/1.1" 200 5075 0.050032 10.0.0.141 - - [2025-07-14 01:59:24] "GET /obj-perms HTTP/1.1" 200 5075 0.046507 10.0.0.141 - - [2025-07-14 02:00:03] "GET / HTTP/1.1" 200 36215 0.001802 10.0.0.141 - - [2025-07-14 02:00:03] "POST /fqname-to-id HTTP/1.1" 401 293 0.000427 10.0.0.141 - - [2025-07-14 02:00:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.023100 10.0.0.141 - - [2025-07-14 02:00:03] "GET /global-system-config/4a44b192-8ed9-47ee-a70f-b76efb8ff902?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005592 10.0.0.141 - - [2025-07-14 02:00:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003265 10.0.0.141 - - [2025-07-14 02:00:03] "GET /routing-instance/8867ee2f-72eb-4ee0-b96d-baaaad0fa9d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.005070 10.0.0.141 - - [2025-07-14 02:00:03] "PUT /global-system-config/4a44b192-8ed9-47ee-a70f-b76efb8ff902 HTTP/1.1" 200 275 0.024284 10.0.0.141 - - [2025-07-14 02:00:03] "POST /fqname-to-id HTTP/1.1" 404 218 0.004102 10.0.0.141 - - [2025-07-14 02:00:03] "POST /virtual-routers HTTP/1.1" 200 605 0.025000 10.0.0.141 - - [2025-07-14 02:00:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.141 - - [2025-07-14 02:00:03] "GET /virtual-router/1814fe7e-67b2-4c52-9dbe-d955169f6baa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1248 0.006191 10.0.0.141 - - [2025-07-14 02:00:03] "POST /fqname-to-id HTTP/1.1" 404 231 0.002753 10.0.0.141 - - [2025-07-14 02:00:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002897 10.0.0.141 - - [2025-07-14 02:00:03] "GET /virtual-network/eeca890a-19fe-470f-a927-a668be6c5098?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.005401 10.0.0.141 - - [2025-07-14 02:00:04] "POST /virtual-machine-interfaces HTTP/1.1" 200 587 0.043287 10.0.0.141 - - [2025-07-14 02:00:04] "PUT /access-control-list/fd16ffaf-35f4-4ef0-8383-05a7c154b094 HTTP/1.1" 200 273 0.014227 [Introspect:8084]10.0.0.141 - - [2025-07-14 02:00:13] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000870 [Introspect:8084]10.0.0.141 - - [2025-07-14 02:00:13] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000870 [Introspect:8084]10.0.0.141 - - [2025-07-14 02:00:15] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000796 [Introspect:8084]10.0.0.141 - - [2025-07-14 02:00:15] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000880 10.0.0.141 - - [2025-07-14 02:00:24] "GET /obj-perms HTTP/1.1" 200 5075 0.047867 10.0.0.141 - - [2025-07-14 02:00:25] "GET /obj-perms HTTP/1.1" 200 5075 0.044910 10.0.0.141 - - [2025-07-14 02:00:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002836 10.0.0.141 - - [2025-07-14 02:00:25] "GET /virtual-router/1814fe7e-67b2-4c52-9dbe-d955169f6baa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1248 0.003820 10.0.0.141 - - [2025-07-14 02:01:05] "GET / HTTP/1.1" 200 36215 0.001766 10.0.0.141 - - [2025-07-14 02:01:05] "GET /project/0aa56540-d021-4910-9387-1622c2c9948e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000461 10.0.0.141 - - [2025-07-14 02:01:06] "GET /projects?obj_uuids=0aa56540-d021-4910-9387-1622c2c9948e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002656 10.0.0.141 - - [2025-07-14 02:01:06] "GET /domains?obj_uuids=d45b311b-3456-473f-8bc7-c85d702ccbc9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000968 10.0.0.141 - - [2025-07-14 02:01:06] "GET /domain/d45b311b-3456-473f-8bc7-c85d702ccbc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.048975 10.0.0.141 - - [2025-07-14 02:01:06] "POST /id-to-fqname HTTP/1.1" 200 167 0.001554 10.0.0.141 - - [2025-07-14 02:01:06] "POST /fqname-to-id HTTP/1.1" 404 176 0.002357 10.0.0.141 - - [2025-07-14 02:01:06] "POST /security-groups HTTP/1.1" 200 568 0.060101 10.0.0.141 - - [2025-07-14 02:01:06] "POST /fqname-to-id HTTP/1.1" 404 207 0.003209 10.0.0.141 - - [2025-07-14 02:01:06] "POST /projects HTTP/1.1" 200 539 0.206776 10.0.0.141 - - [2025-07-14 02:01:06] "POST /access-control-lists HTTP/1.1" 200 575 0.065071 10.0.0.141 - - [2025-07-14 02:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.281146 10.0.0.141 - - [2025-07-14 02:01:06] "POST /fqname-to-id HTTP/1.1" 404 206 0.002793 10.0.0.141 - - [2025-07-14 02:01:06] "GET /project/0aa56540-d021-4910-9387-1622c2c9948e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1273 0.430919 10.0.0.141 - - [2025-07-14 02:01:06] "POST /access-control-lists HTTP/1.1" 200 573 0.060100 [Introspect:8084]10.0.0.141 - - [2025-07-14 02:01:06] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001026 10.0.0.141 - - [2025-07-14 02:01:07] "POST /fqname-to-id HTTP/1.1" 404 199 0.022578 10.0.0.141 - - [2025-07-14 02:01:07] "GET /projects?obj_uuids=1951b9d6-4585-451c-af3f-324c7c83f11e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003624 10.0.0.141 - - [2025-07-14 02:01:07] "GET /domains?obj_uuids=d45b311b-3456-473f-8bc7-c85d702ccbc9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001314 10.0.0.141 - - [2025-07-14 02:01:07] "GET /domain/d45b311b-3456-473f-8bc7-c85d702ccbc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008156 10.0.0.141 - - [2025-07-14 02:01:07] "POST /id-to-fqname HTTP/1.1" 200 201 0.001176 10.0.0.141 - - [2025-07-14 02:01:07] "POST /fqname-to-id HTTP/1.1" 404 210 0.002249 10.0.0.141 - - [2025-07-14 02:01:07] "POST /security-groups HTTP/1.1" 200 602 0.063661 10.0.0.141 - - [2025-07-14 02:01:07] "POST /fqname-to-id HTTP/1.1" 404 245 0.002575 10.0.0.141 - - [2025-07-14 02:01:07] "POST /projects HTTP/1.1" 200 607 0.208404 10.0.0.141 - - [2025-07-14 02:01:07] "POST /access-control-lists HTTP/1.1" 200 609 0.056942 10.0.0.141 - - [2025-07-14 02:01:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.275455 10.0.0.141 - - [2025-07-14 02:01:07] "POST /fqname-to-id HTTP/1.1" 404 244 0.002860 10.0.0.141 - - [2025-07-14 02:01:07] "GET /project/1951b9d6-4585-451c-af3f-324c7c83f11e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.422616 10.0.0.141 - - [2025-07-14 02:01:07] "POST /access-control-lists HTTP/1.1" 200 607 0.072255 10.0.0.141 - - [2025-07-14 02:01:08] "GET / HTTP/1.1" 200 36215 0.002733 10.0.0.141 - - [2025-07-14 02:01:09] "POST /fqname-to-id HTTP/1.1" 401 293 0.000548 10.0.0.141 - - [2025-07-14 02:01:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.049517 10.0.0.141 - - [2025-07-14 02:01:09] "GET /projects?obj_uuids=1951b9d6-4585-451c-af3f-324c7c83f11e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001554 10.0.0.141 - - [2025-07-14 02:01:09] "GET /project/1951b9d6-4585-451c-af3f-324c7c83f11e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.025594 10.0.0.141 - - [2025-07-14 02:01:09] "POST /neutron/network HTTP/1.1" 200 117 0.038236 10.0.0.141 - - [2025-07-14 02:01:10] "GET /projects?obj_uuids=1951b9d6-4585-451c-af3f-324c7c83f11e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001081 10.0.0.141 - - [2025-07-14 02:01:10] "POST /neutron/network HTTP/1.1" 200 620 0.068903 10.0.0.141 - - [2025-07-14 02:01:10] "POST /route-targets HTTP/1.1" 200 328 0.010634 10.0.0.141 - - [2025-07-14 02:01:10] "POST /ref-update HTTP/1.1" 200 156 0.012208 10.0.0.141 - - [2025-07-14 02:01:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002886 10.0.0.141 - - [2025-07-14 02:01:10] "POST /neutron/subnet HTTP/1.1" 200 729 0.150313 10.0.0.141 - - [2025-07-14 02:01:10] "POST /neutron/network HTTP/1.1" 200 840 0.007013 10.0.0.141 - - [2025-07-14 02:01:10] "POST /id-to-fqname HTTP/1.1" 200 233 0.001666 10.0.0.141 - - [2025-07-14 02:01:10] "GET /virtual-network/ce405225-a837-4b00-a372-59a936bb4335?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.004937 10.0.0.141 - - [2025-07-14 02:01:10] "POST /neutron/network HTTP/1.1" 200 840 0.006193 10.0.0.141 - - [2025-07-14 02:01:10] "GET /virtual-network/ce405225-a837-4b00-a372-59a936bb4335?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.006189 10.0.0.141 - - [2025-07-14 02:01:10] "POST /neutron/network HTTP/1.1" 200 840 0.005558 10.0.0.141 - - [2025-07-14 02:01:10] "POST /neutron/subnet HTTP/1.1" 200 729 0.007663 10.0.0.141 - - [2025-07-14 02:01:10] "GET /domains HTTP/1.1" 401 293 0.000606 10.0.0.141 - - [2025-07-14 02:01:10] "GET /domains HTTP/1.1" 200 281 0.025553 10.0.0.141 - - [2025-07-14 02:01:10] "GET /domains?obj_uuids=d45b311b-3456-473f-8bc7-c85d702ccbc9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001035 10.0.0.141 - - [2025-07-14 02:01:10] "GET /domain/d45b311b-3456-473f-8bc7-c85d702ccbc9 HTTP/1.1" 200 2595 0.013561 10.0.0.141 - - [2025-07-14 02:01:10] "GET /projects?obj_uuids=1951b9d6-4585-451c-af3f-324c7c83f11e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001030 10.0.0.141 - - [2025-07-14 02:01:10] "GET /project/1951b9d6-4585-451c-af3f-324c7c83f11e HTTP/1.1" 200 2174 0.069406 10.0.0.141 - - [2025-07-14 02:01:10] "GET /virtual-network/ce405225-a837-4b00-a372-59a936bb4335 HTTP/1.1" 200 2350 0.007827 10.0.0.141 - - [2025-07-14 02:01:10] "GET /virtual-network/ce405225-a837-4b00-a372-59a936bb4335 HTTP/1.1" 200 2350 0.007906 10.0.0.141 - - [2025-07-14 02:01:10] "GET /routing-instance/c46b395e-3a5b-426b-a46d-0c7ee02bea07 HTTP/1.1" 200 1498 0.004875 10.0.0.141 - - [2025-07-14 02:01:10] "GET /routing-instance/c46b395e-3a5b-426b-a46d-0c7ee02bea07 HTTP/1.1" 200 1498 0.003762 10.0.0.141 - - [2025-07-14 02:01:10] "GET /route-target/9ff3e7e9-b765-4395-adb4-ee0b0c5b75e8 HTTP/1.1" 200 1222 0.003698 10.0.0.141 - - [2025-07-14 02:01:11] "GET /virtual-network/ce405225-a837-4b00-a372-59a936bb4335 HTTP/1.1" 200 2350 0.006165 10.0.0.141 - - [2025-07-14 02:01:11] "GET /routing-instance/c46b395e-3a5b-426b-a46d-0c7ee02bea07 HTTP/1.1" 200 1498 0.003381 10.0.0.141 - - [2025-07-14 02:01:11] "GET /virtual-network/ce405225-a837-4b00-a372-59a936bb4335?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.007243 10.0.0.141 - - [2025-07-14 02:01:11] "GET /virtual-network/ce405225-a837-4b00-a372-59a936bb4335 HTTP/1.1" 200 2350 0.007487 10.0.0.141 - - [2025-07-14 02:01:11] "GET /routing-instance/c46b395e-3a5b-426b-a46d-0c7ee02bea07 HTTP/1.1" 200 1498 0.004503 10.0.0.141 - - [2025-07-14 02:01:11] "GET /routing-instance/c46b395e-3a5b-426b-a46d-0c7ee02bea07 HTTP/1.1" 200 1498 0.004486 10.0.0.141 - - [2025-07-14 02:01:11] "GET /route-target/9ff3e7e9-b765-4395-adb4-ee0b0c5b75e8 HTTP/1.1" 200 1222 0.003883 10.0.0.141 - - [2025-07-14 02:01:11] "GET /domains HTTP/1.1" 200 281 0.003259 10.0.0.141 - - [2025-07-14 02:01:11] "GET /domains?obj_uuids=d45b311b-3456-473f-8bc7-c85d702ccbc9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001497 10.0.0.141 - - [2025-07-14 02:01:11] "GET /domain/d45b311b-3456-473f-8bc7-c85d702ccbc9 HTTP/1.1" 200 2595 0.009201 10.0.0.141 - - [2025-07-14 02:01:11] "GET /projects?obj_uuids=1951b9d6-4585-451c-af3f-324c7c83f11e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001866 10.0.0.141 - - [2025-07-14 02:01:11] "GET /project/1951b9d6-4585-451c-af3f-324c7c83f11e HTTP/1.1" 200 2174 0.067725 10.0.0.141 - - [2025-07-14 02:01:11] "GET /virtual-network/ce405225-a837-4b00-a372-59a936bb4335 HTTP/1.1" 200 2350 0.005020 10.0.0.141 - - [2025-07-14 02:01:11] "GET /obj-perms HTTP/1.1" 200 5071 0.042841 10.0.0.141 - - [2025-07-14 02:01:11] "POST /id-to-fqname HTTP/1.1" 200 233 0.001410 10.0.0.141 - - [2025-07-14 02:01:13] "POST /neutron/network HTTP/1.1" 200 850 0.005543 10.0.0.141 - - [2025-07-14 02:01:13] "GET /aaa-mode HTTP/1.1" 401 293 0.000433 10.0.0.141 - - [2025-07-14 02:01:13] "GET / HTTP/1.1" 200 36215 0.002902 10.0.0.141 - - [2025-07-14 02:01:13] "GET /project/1951b9d6-4585-451c-af3f-324c7c83f11e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000406 10.0.0.141 - - [2025-07-14 02:01:13] "GET /projects?obj_uuids=1951b9d6-4585-451c-af3f-324c7c83f11e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001025 10.0.0.141 - - [2025-07-14 02:01:13] "GET /project/1951b9d6-4585-451c-af3f-324c7c83f11e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.050048 10.0.0.141 - - [2025-07-14 02:01:14] "POST /neutron/network HTTP/1.1" 200 840 0.026674 10.0.0.141 - - [2025-07-14 02:01:14] "POST /neutron/port HTTP/1.1" 200 117 0.005054 10.0.0.141 - - [2025-07-14 02:01:14] "POST /neutron/port HTTP/1.1" 200 117 0.004808 10.0.0.141 - - [2025-07-14 02:01:14] "POST /neutron/port HTTP/1.1" 200 117 0.005497 10.0.0.141 - - [2025-07-14 02:01:15] "POST /neutron/network HTTP/1.1" 200 850 0.006246 10.0.0.141 - - [2025-07-14 02:01:15] "GET /projects?obj_uuids=1951b9d6-4585-451c-af3f-324c7c83f11e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001143 10.0.0.141 - - [2025-07-14 02:01:15] "POST /neutron/port HTTP/1.1" 200 1072 0.207488 10.0.0.141 - - [2025-07-14 02:01:16] "POST /neutron/port HTTP/1.1" 200 1072 0.068432 10.0.0.141 - - [2025-07-14 02:01:16] "POST /neutron/port HTTP/1.1" 200 1072 0.008714 10.0.0.141 - - [2025-07-14 02:01:16] "POST /neutron/port HTTP/1.1" 200 1126 0.059864 10.0.0.141 - - [2025-07-14 02:01:16] "POST /neutron/port HTTP/1.1" 200 1100 0.012121 10.0.0.141 - - [2025-07-14 02:01:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003561 10.0.0.141 - - [2025-07-14 02:01:16] "POST /neutron/subnet HTTP/1.1" 200 703 0.006786 10.0.0.141 - - [2025-07-14 02:01:16] "POST /neutron/port HTTP/1.1" 200 117 0.001117 10.0.0.141 - - [2025-07-14 02:01:16] "POST /neutron/network HTTP/1.1" 200 840 0.005239 10.0.0.141 - - [2025-07-14 02:01:19] "POST /neutron/port HTTP/1.1" 200 1100 0.011704 10.0.0.141 - - [2025-07-14 02:01:19] "POST /neutron/security_group HTTP/1.1" 200 2069 0.007387 10.0.0.141 - - [2025-07-14 02:01:19] "GET /obj-perms HTTP/1.1" 200 5071 0.006128 10.0.0.141 - - [2025-07-14 02:01:20] "GET /obj-perms HTTP/1.1" 200 5071 0.003873 10.0.0.141 - - [2025-07-14 02:01:21] "DELETE /project/0aa56540d021491093871622c2c9948e HTTP/1.1" 404 173 0.023269 10.0.0.141 - - [2025-07-14 02:01:21] "DELETE /project/1951b9d64585451caf3f324c7c83f11e HTTP/1.1" 404 173 0.034660 10.0.0.141 - - [2025-07-14 02:01:21] "GET /obj-perms HTTP/1.1" 200 5071 0.003915 10.0.0.141 - - [2025-07-14 02:01:22] "GET /obj-perms HTTP/1.1" 200 5071 0.004145 10.0.0.141 - - [2025-07-14 02:01:23] "GET /obj-perms HTTP/1.1" 200 5071 0.003237 10.0.0.141 - - [2025-07-14 02:01:25] "POST /neutron/network HTTP/1.1" 200 840 0.006439 10.0.0.141 - - [2025-07-14 02:01:25] "POST /neutron/network HTTP/1.1" 400 204 0.010717 10.0.0.141 - - [2025-07-14 02:01:25] "GET /obj-perms HTTP/1.1" 200 5075 0.041679 10.0.0.141 - - [2025-07-14 02:01:25] "POST /neutron/port HTTP/1.1" 200 1100 0.014028 10.0.0.141 - - [2025-07-14 02:01:25] "POST /neutron/port HTTP/1.1" 200 1126 0.010959 10.0.0.141 - - [2025-07-14 02:01:25] "POST /neutron/port HTTP/1.1" 200 151 0.116682 10.0.0.141 - - [2025-07-14 02:01:25] "GET /obj-perms HTTP/1.1" 200 5075 0.042772 10.0.0.141 - - [2025-07-14 02:01:27] "POST /neutron/network HTTP/1.1" 200 840 0.006105 10.0.0.141 - - [2025-07-14 02:01:27] "POST /useragent-kv HTTP/1.1" 200 115 0.027498 10.0.0.141 - - [2025-07-14 02:01:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002089 10.0.0.141 - - [2025-07-14 02:01:27] "POST /neutron/network HTTP/1.1" 200 151 0.108079 10.0.0.141 - - [2025-07-14 02:01:27] "GET /routing-instance/c46b395e-3a5b-426b-a46d-0c7ee02bea07 HTTP/1.1" 404 171 0.004060 10.0.0.141 - - [2025-07-14 02:01:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.042591 10.0.0.141 - - [2025-07-14 02:01:27] "GET /domains HTTP/1.1" 200 281 0.002967 10.0.0.141 - - [2025-07-14 02:01:27] "GET /domains?obj_uuids=d45b311b-3456-473f-8bc7-c85d702ccbc9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001002 10.0.0.141 - - [2025-07-14 02:01:27] "DELETE /route-target/9ff3e7e9-b765-4395-adb4-ee0b0c5b75e8 HTTP/1.1" 200 115 0.018994 10.0.0.141 - - [2025-07-14 02:01:27] "GET /domain/d45b311b-3456-473f-8bc7-c85d702ccbc9 HTTP/1.1" 200 2595 0.056334 10.0.0.141 - - [2025-07-14 02:01:27] "GET /projects?obj_uuids=1951b9d6-4585-451c-af3f-324c7c83f11e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002291 10.0.0.141 - - [2025-07-14 02:01:27] "GET /project/1951b9d6-4585-451c-af3f-324c7c83f11e HTTP/1.1" 200 1923 0.081495 10.0.0.141 - - [2025-07-14 02:01:27] "GET /projects?obj_uuids=1951b9d6-4585-451c-af3f-324c7c83f11e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001071 10.0.0.141 - - [2025-07-14 02:01:27] "GET /project/1951b9d6-4585-451c-af3f-324c7c83f11e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.030375 10.0.0.141 - - [2025-07-14 02:01:27] "GET /projects?obj_uuids=1951b9d6-4585-451c-af3f-324c7c83f11e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001028 10.0.0.141 - - [2025-07-14 02:01:27] "GET /project/1951b9d6-4585-451c-af3f-324c7c83f11e?fields=virtual_networks HTTP/1.1" 200 1056 0.070936 10.0.0.141 - - [2025-07-14 02:01:27] "GET /projects?obj_uuids=1951b9d6-4585-451c-af3f-324c7c83f11e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001034 10.0.0.141 - - [2025-07-14 02:01:27] "GET /project/1951b9d6-4585-451c-af3f-324c7c83f11e?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.032557 10.0.0.141 - - [2025-07-14 02:01:27] "GET /projects?obj_uuids=1951b9d6-4585-451c-af3f-324c7c83f11e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001066 10.0.0.141 - - [2025-07-14 02:01:27] "GET /project/1951b9d6-4585-451c-af3f-324c7c83f11e?fields=security_groups HTTP/1.1" 200 1294 0.031168 10.0.0.141 - - [2025-07-14 02:01:28] "POST /fqname-to-id HTTP/1.1" 404 200 0.022193 10.0.0.141 - - [2025-07-14 02:01:28] "GET /projects?obj_uuids=b2b9660a-d3ff-42ef-9a4e-8fde13653ead&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002402 10.0.0.141 - - [2025-07-14 02:01:28] "GET /domains?obj_uuids=d45b311b-3456-473f-8bc7-c85d702ccbc9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001060 10.0.0.141 - - [2025-07-14 02:01:28] "GET /domain/d45b311b-3456-473f-8bc7-c85d702ccbc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007544 10.0.0.141 - - [2025-07-14 02:01:28] "POST /id-to-fqname HTTP/1.1" 200 202 0.002935 10.0.0.141 - - [2025-07-14 02:01:28] "POST /fqname-to-id HTTP/1.1" 404 211 0.002944 10.0.0.141 - - [2025-07-14 02:01:28] "POST /security-groups HTTP/1.1" 200 603 0.063872 10.0.0.141 - - [2025-07-14 02:01:28] "POST /fqname-to-id HTTP/1.1" 404 246 0.002400 10.0.0.141 - - [2025-07-14 02:01:28] "POST /projects HTTP/1.1" 200 609 0.222667 10.0.0.141 - - [2025-07-14 02:01:28] "POST /access-control-lists HTTP/1.1" 200 610 0.058418 10.0.0.141 - - [2025-07-14 02:01:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.294812 10.0.0.141 - - [2025-07-14 02:01:28] "POST /fqname-to-id HTTP/1.1" 404 245 0.003158 10.0.0.141 - - [2025-07-14 02:01:28] "GET /project/b2b9660a-d3ff-42ef-9a4e-8fde13653ead?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.414130 10.0.0.141 - - [2025-07-14 02:01:29] "POST /access-control-lists HTTP/1.1" 200 608 0.060243 10.0.0.141 - - [2025-07-14 02:01:29] "GET / HTTP/1.1" 200 36215 0.001925 10.0.0.141 - - [2025-07-14 02:01:30] "GET /projects?obj_uuids=0aa56540-d021-4910-9387-1622c2c9948e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001298 10.0.0.141 - - [2025-07-14 02:01:30] "GET /project/0aa56540-d021-4910-9387-1622c2c9948e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1273 0.041824 10.0.0.141 - - [2025-07-14 02:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.141 - - [2025-07-14 02:01:31] "GET /security-group/d732b2ca-6b01-42bd-a01d-67542311d066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3688 0.004848 10.0.0.141 - - [2025-07-14 02:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002880 10.0.0.141 - - [2025-07-14 02:01:31] "GET /projects?obj_uuids=0aa56540-d021-4910-9387-1622c2c9948e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001164 10.0.0.141 - - [2025-07-14 02:01:31] "GET /project/0aa56540-d021-4910-9387-1622c2c9948e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1273 0.045954 10.0.0.141 - - [2025-07-14 02:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.141 - - [2025-07-14 02:01:31] "GET /security-group/d732b2ca-6b01-42bd-a01d-67542311d066?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3688 0.003756 10.0.0.141 - - [2025-07-14 02:01:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002939 10.0.0.141 - - [2025-07-14 02:01:31] "PUT /security-group/d732b2ca-6b01-42bd-a01d-67542311d066 HTTP/1.1" 200 263 0.015374 10.0.0.141 - - [2025-07-14 02:01:31] "PUT /access-control-list/c9cfc9b0-780c-4175-84ca-3ce99648ee38 HTTP/1.1" 200 273 0.010264 10.0.0.141 - - [2025-07-14 02:01:31] "PUT /access-control-list/2b1efec0-d9dd-4f8a-bd6e-d42a9efbbec0 HTTP/1.1" 200 273 0.009050 10.0.0.141 - - [2025-07-14 02:01:31] "POST /fqname-to-id HTTP/1.1" 401 293 0.000488 10.0.0.141 - - [2025-07-14 02:01:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.060175 10.0.0.141 - - [2025-07-14 02:01:32] "GET /projects?obj_uuids=b2b9660a-d3ff-42ef-9a4e-8fde13653ead&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001148 10.0.0.141 - - [2025-07-14 02:01:32] "GET /project/b2b9660a-d3ff-42ef-9a4e-8fde13653ead?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.027443 10.0.0.141 - - [2025-07-14 02:01:32] "POST /neutron/network HTTP/1.1" 200 117 0.031017 10.0.0.141 - - [2025-07-14 02:01:32] "GET /projects?obj_uuids=b2b9660a-d3ff-42ef-9a4e-8fde13653ead&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001496 10.0.0.141 - - [2025-07-14 02:01:32] "POST /neutron/network HTTP/1.1" 200 619 0.086009 10.0.0.141 - - [2025-07-14 02:01:32] "POST /route-targets HTTP/1.1" 200 328 0.011580 10.0.0.141 - - [2025-07-14 02:01:32] "POST /ref-update HTTP/1.1" 200 156 0.016461 10.0.0.141 - - [2025-07-14 02:01:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002665 10.0.0.141 - - [2025-07-14 02:01:32] "POST /neutron/subnet HTTP/1.1" 200 730 0.139844 10.0.0.141 - - [2025-07-14 02:01:32] "POST /neutron/network HTTP/1.1" 200 839 0.005474 10.0.0.141 - - [2025-07-14 02:01:32] "POST /id-to-fqname HTTP/1.1" 200 233 0.001289 10.0.0.141 - - [2025-07-14 02:01:32] "GET /virtual-network/426fd38f-1e0b-403a-b283-d45536faf360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.004854 10.0.0.141 - - [2025-07-14 02:01:32] "POST /neutron/network HTTP/1.1" 200 839 0.005852 10.0.0.141 - - [2025-07-14 02:01:32] "GET /virtual-network/426fd38f-1e0b-403a-b283-d45536faf360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005078 10.0.0.141 - - [2025-07-14 02:01:32] "POST /neutron/network HTTP/1.1" 200 839 0.006282 10.0.0.141 - - [2025-07-14 02:01:32] "POST /neutron/subnet HTTP/1.1" 200 730 0.006971 10.0.0.141 - - [2025-07-14 02:01:32] "GET /domains HTTP/1.1" 401 293 0.000522 10.0.0.141 - - [2025-07-14 02:01:32] "GET /domains HTTP/1.1" 200 281 0.028099 10.0.0.141 - - [2025-07-14 02:01:32] "GET /domains?obj_uuids=d45b311b-3456-473f-8bc7-c85d702ccbc9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001230 10.0.0.141 - - [2025-07-14 02:01:32] "GET /domain/d45b311b-3456-473f-8bc7-c85d702ccbc9 HTTP/1.1" 200 2794 0.009366 10.0.0.141 - - [2025-07-14 02:01:32] "GET /projects?obj_uuids=b2b9660a-d3ff-42ef-9a4e-8fde13653ead&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001068 10.0.0.141 - - [2025-07-14 02:01:33] "GET /project/b2b9660a-d3ff-42ef-9a4e-8fde13653ead HTTP/1.1" 200 2191 0.074465 10.0.0.141 - - [2025-07-14 02:01:33] "GET /virtual-network/426fd38f-1e0b-403a-b283-d45536faf360 HTTP/1.1" 200 2347 0.006180 10.0.0.141 - - [2025-07-14 02:01:33] "GET /virtual-network/426fd38f-1e0b-403a-b283-d45536faf360 HTTP/1.1" 200 2347 0.005038 10.0.0.141 - - [2025-07-14 02:01:33] "GET /routing-instance/b17a84c4-06ea-4872-8ee2-832f8f45fd5b HTTP/1.1" 200 1495 0.004626 10.0.0.141 - - [2025-07-14 02:01:33] "GET /routing-instance/b17a84c4-06ea-4872-8ee2-832f8f45fd5b HTTP/1.1" 200 1495 0.004086 10.0.0.141 - - [2025-07-14 02:01:33] "GET /route-target/b41f2585-e160-42c5-adf2-f05557186288 HTTP/1.1" 200 1221 0.004034 10.0.0.141 - - [2025-07-14 02:01:33] "GET /virtual-network/426fd38f-1e0b-403a-b283-d45536faf360 HTTP/1.1" 200 2347 0.005462 10.0.0.141 - - [2025-07-14 02:01:33] "GET /routing-instance/b17a84c4-06ea-4872-8ee2-832f8f45fd5b HTTP/1.1" 200 1495 0.004220 10.0.0.141 - - [2025-07-14 02:01:33] "GET /virtual-network/426fd38f-1e0b-403a-b283-d45536faf360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005124 10.0.0.141 - - [2025-07-14 02:01:33] "GET /virtual-network/426fd38f-1e0b-403a-b283-d45536faf360 HTTP/1.1" 200 2347 0.005226 10.0.0.141 - - [2025-07-14 02:01:33] "GET /routing-instance/b17a84c4-06ea-4872-8ee2-832f8f45fd5b HTTP/1.1" 200 1495 0.003276 10.0.0.141 - - [2025-07-14 02:01:33] "GET /routing-instance/b17a84c4-06ea-4872-8ee2-832f8f45fd5b HTTP/1.1" 200 1495 0.003374 10.0.0.141 - - [2025-07-14 02:01:33] "GET /route-target/b41f2585-e160-42c5-adf2-f05557186288 HTTP/1.1" 200 1221 0.003024 10.0.0.141 - - [2025-07-14 02:01:33] "GET /domains HTTP/1.1" 200 281 0.003191 10.0.0.141 - - [2025-07-14 02:01:33] "GET /domains?obj_uuids=d45b311b-3456-473f-8bc7-c85d702ccbc9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001014 10.0.0.141 - - [2025-07-14 02:01:33] "GET /domain/d45b311b-3456-473f-8bc7-c85d702ccbc9 HTTP/1.1" 200 2794 0.006925 10.0.0.141 - - [2025-07-14 02:01:33] "GET /projects?obj_uuids=b2b9660a-d3ff-42ef-9a4e-8fde13653ead&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001677 10.0.0.141 - - [2025-07-14 02:01:33] "GET /project/b2b9660a-d3ff-42ef-9a4e-8fde13653ead HTTP/1.1" 200 2191 0.070009 10.0.0.141 - - [2025-07-14 02:01:33] "GET /virtual-network/426fd38f-1e0b-403a-b283-d45536faf360 HTTP/1.1" 200 2347 0.005741 10.0.0.141 - - [2025-07-14 02:01:33] "GET /obj-perms HTTP/1.1" 200 5073 0.050551 10.0.0.141 - - [2025-07-14 02:01:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.141 - - [2025-07-14 02:01:33] "GET /projects?obj_uuids=b2b9660a-d3ff-42ef-9a4e-8fde13653ead&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001295 10.0.0.141 - - [2025-07-14 02:01:33] "GET /project/b2b9660a-d3ff-42ef-9a4e-8fde13653ead?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.038906 10.0.0.141 - - [2025-07-14 02:01:33] "POST /neutron/network HTTP/1.1" 200 117 0.011464 10.0.0.141 - - [2025-07-14 02:01:33] "GET /projects?obj_uuids=b2b9660a-d3ff-42ef-9a4e-8fde13653ead&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001109 10.0.0.141 - - [2025-07-14 02:01:33] "POST /neutron/network HTTP/1.1" 200 619 0.062608 10.0.0.141 - - [2025-07-14 02:01:33] "POST /route-targets HTTP/1.1" 200 328 0.013503 10.0.0.141 - - [2025-07-14 02:01:33] "POST /ref-update HTTP/1.1" 200 156 0.013518 10.0.0.141 - - [2025-07-14 02:01:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003516 10.0.0.141 - - [2025-07-14 02:01:34] "POST /neutron/subnet HTTP/1.1" 200 729 0.178992 10.0.0.141 - - [2025-07-14 02:01:34] "POST /neutron/network HTTP/1.1" 200 839 0.005647 10.0.0.141 - - [2025-07-14 02:01:34] "POST /id-to-fqname HTTP/1.1" 200 233 0.001698 10.0.0.141 - - [2025-07-14 02:01:34] "GET /virtual-network/005ba47c-e385-44e7-b754-e6478e9bf9a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006137 10.0.0.141 - - [2025-07-14 02:01:34] "POST /neutron/network HTTP/1.1" 200 839 0.006647 10.0.0.141 - - [2025-07-14 02:01:34] "GET /virtual-network/005ba47c-e385-44e7-b754-e6478e9bf9a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005350 10.0.0.141 - - [2025-07-14 02:01:34] "POST /neutron/network HTTP/1.1" 200 839 0.005683 10.0.0.141 - - [2025-07-14 02:01:34] "POST /neutron/subnet HTTP/1.1" 200 729 0.008274 10.0.0.141 - - [2025-07-14 02:01:34] "GET /domains HTTP/1.1" 200 281 0.002583 10.0.0.141 - - [2025-07-14 02:01:34] "GET /domains?obj_uuids=d45b311b-3456-473f-8bc7-c85d702ccbc9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000975 10.0.0.141 - - [2025-07-14 02:01:34] "GET /domain/d45b311b-3456-473f-8bc7-c85d702ccbc9 HTTP/1.1" 200 2794 0.006645 10.0.0.141 - - [2025-07-14 02:01:34] "GET /projects?obj_uuids=b2b9660a-d3ff-42ef-9a4e-8fde13653ead&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000986 10.0.0.141 - - [2025-07-14 02:01:34] "GET /project/b2b9660a-d3ff-42ef-9a4e-8fde13653ead HTTP/1.1" 200 2420 0.077626 10.0.0.141 - - [2025-07-14 02:01:34] "GET /virtual-network/005ba47c-e385-44e7-b754-e6478e9bf9a8 HTTP/1.1" 200 2345 0.006011 10.0.0.141 - - [2025-07-14 02:01:34] "GET /virtual-network/005ba47c-e385-44e7-b754-e6478e9bf9a8 HTTP/1.1" 200 2345 0.004673 10.0.0.141 - - [2025-07-14 02:01:34] "GET /routing-instance/24999614-c882-4bbf-8b57-d00e3e6b4e24 HTTP/1.1" 200 1494 0.003825 10.0.0.141 - - [2025-07-14 02:01:34] "GET /routing-instance/24999614-c882-4bbf-8b57-d00e3e6b4e24 HTTP/1.1" 200 1494 0.003398 10.0.0.141 - - [2025-07-14 02:01:34] "GET /route-target/4f99d76d-eb37-4958-b031-14a447a8cca8 HTTP/1.1" 200 1220 0.003141 10.0.0.141 - - [2025-07-14 02:01:34] "GET /virtual-network/005ba47c-e385-44e7-b754-e6478e9bf9a8 HTTP/1.1" 200 2345 0.004991 10.0.0.141 - - [2025-07-14 02:01:34] "GET /routing-instance/24999614-c882-4bbf-8b57-d00e3e6b4e24 HTTP/1.1" 200 1494 0.003615 10.0.0.141 - - [2025-07-14 02:01:34] "GET /virtual-network/005ba47c-e385-44e7-b754-e6478e9bf9a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004537 10.0.0.141 - - [2025-07-14 02:01:34] "GET /virtual-network/005ba47c-e385-44e7-b754-e6478e9bf9a8 HTTP/1.1" 200 2345 0.004561 10.0.0.141 - - [2025-07-14 02:01:34] "GET /routing-instance/24999614-c882-4bbf-8b57-d00e3e6b4e24 HTTP/1.1" 200 1494 0.003444 10.0.0.141 - - [2025-07-14 02:01:34] "GET /routing-instance/24999614-c882-4bbf-8b57-d00e3e6b4e24 HTTP/1.1" 200 1494 0.003670 10.0.0.141 - - [2025-07-14 02:01:34] "GET /route-target/4f99d76d-eb37-4958-b031-14a447a8cca8 HTTP/1.1" 200 1220 0.003093 10.0.0.141 - - [2025-07-14 02:01:34] "GET /domains HTTP/1.1" 200 281 0.002781 10.0.0.141 - - [2025-07-14 02:01:34] "GET /domains?obj_uuids=d45b311b-3456-473f-8bc7-c85d702ccbc9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001038 10.0.0.141 - - [2025-07-14 02:01:34] "GET /domain/d45b311b-3456-473f-8bc7-c85d702ccbc9 HTTP/1.1" 200 2794 0.007033 10.0.0.141 - - [2025-07-14 02:01:34] "GET /projects?obj_uuids=b2b9660a-d3ff-42ef-9a4e-8fde13653ead&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001000 10.0.0.141 - - [2025-07-14 02:01:34] "GET /project/b2b9660a-d3ff-42ef-9a4e-8fde13653ead HTTP/1.1" 200 2420 0.070066 10.0.0.141 - - [2025-07-14 02:01:34] "GET /virtual-network/005ba47c-e385-44e7-b754-e6478e9bf9a8 HTTP/1.1" 200 2345 0.005430 10.0.0.141 - - [2025-07-14 02:01:34] "GET /obj-perms HTTP/1.1" 200 5073 0.003361 10.0.0.141 - - [2025-07-14 02:01:34] "POST /id-to-fqname HTTP/1.1" 200 233 0.001339 10.0.0.141 - - [2025-07-14 02:01:34] "POST /neutron/network HTTP/1.1" 200 849 0.005693 10.0.0.141 - - [2025-07-14 02:01:34] "GET /aaa-mode HTTP/1.1" 401 293 0.000420 10.0.0.141 - - [2025-07-14 02:01:35] "GET / HTTP/1.1" 200 36215 0.001875 10.0.0.141 - - [2025-07-14 02:01:35] "GET /project/b2b9660a-d3ff-42ef-9a4e-8fde13653ead?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000459 10.0.0.141 - - [2025-07-14 02:01:35] "GET /projects?obj_uuids=b2b9660a-d3ff-42ef-9a4e-8fde13653ead&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001399 10.0.0.141 - - [2025-07-14 02:01:35] "GET /project/b2b9660a-d3ff-42ef-9a4e-8fde13653ead?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.055440 10.0.0.141 - - [2025-07-14 02:01:35] "POST /neutron/network HTTP/1.1" 200 839 0.006360 10.0.0.141 - - [2025-07-14 02:01:35] "GET /global-system-configs HTTP/1.1" 200 323 0.002780 10.0.0.141 - - [2025-07-14 02:01:35] "GET /obj-perms HTTP/1.1" 200 5075 0.028355 10.0.0.141 - - [2025-07-14 02:01:35] "POST /neutron/port HTTP/1.1" 200 117 0.005508 10.0.0.141 - - [2025-07-14 02:01:35] "POST /neutron/port HTTP/1.1" 200 117 0.005404 10.0.0.141 - - [2025-07-14 02:01:35] "POST /id-to-fqname HTTP/1.1" 200 233 0.001322 10.0.0.141 - - [2025-07-14 02:01:35] "POST /neutron/port HTTP/1.1" 200 117 0.016264 10.0.0.141 - - [2025-07-14 02:01:35] "POST /neutron/network HTTP/1.1" 200 849 0.005358 10.0.0.141 - - [2025-07-14 02:01:35] "GET /aaa-mode HTTP/1.1" 401 293 0.000548 10.0.0.141 - - [2025-07-14 02:01:35] "POST /neutron/network HTTP/1.1" 200 849 0.005554 10.0.0.141 - - [2025-07-14 02:01:36] "GET /projects?obj_uuids=b2b9660a-d3ff-42ef-9a4e-8fde13653ead&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001054 10.0.0.141 - - [2025-07-14 02:01:36] "GET / HTTP/1.1" 200 36215 0.001767 10.0.0.141 - - [2025-07-14 02:01:36] "GET /project/b2b9660a-d3ff-42ef-9a4e-8fde13653ead?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000459 10.0.0.141 - - [2025-07-14 02:01:36] "POST /neutron/port HTTP/1.1" 200 1073 0.221415 10.0.0.141 - - [2025-07-14 02:01:36] "POST /neutron/port HTTP/1.1" 200 1073 0.013479 10.0.0.141 - - [2025-07-14 02:01:36] "POST /neutron/port HTTP/1.1" 200 1073 0.009475 10.0.0.141 - - [2025-07-14 02:01:36] "POST /neutron/port HTTP/1.1" 200 1127 0.069161 10.0.0.141 - - [2025-07-14 02:01:36] "POST /neutron/port HTTP/1.1" 200 1101 0.011809 10.0.0.141 - - [2025-07-14 02:01:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003620 10.0.0.141 - - [2025-07-14 02:01:36] "POST /neutron/subnet HTTP/1.1" 200 703 0.006847 10.0.0.141 - - [2025-07-14 02:01:36] "POST /neutron/port HTTP/1.1" 200 117 0.001157 10.0.0.141 - - [2025-07-14 02:01:36] "POST /neutron/network HTTP/1.1" 200 839 0.008283 10.0.0.141 - - [2025-07-14 02:01:36] "GET /projects?obj_uuids=b2b9660a-d3ff-42ef-9a4e-8fde13653ead&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001072 10.0.0.141 - - [2025-07-14 02:01:36] "GET /project/b2b9660a-d3ff-42ef-9a4e-8fde13653ead?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.046632 10.0.0.141 - - [2025-07-14 02:01:36] "GET /global-system-configs HTTP/1.1" 200 323 0.003255 10.0.0.141 - - [2025-07-14 02:01:36] "POST /neutron/network HTTP/1.1" 200 839 0.005308 10.0.0.141 - - [2025-07-14 02:01:36] "GET /obj-perms HTTP/1.1" 200 5075 0.027088 10.0.0.141 - - [2025-07-14 02:01:36] "POST /neutron/port HTTP/1.1" 200 1101 0.016806 10.0.0.141 - - [2025-07-14 02:01:36] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007427 10.0.0.141 - - [2025-07-14 02:01:36] "POST /neutron/port HTTP/1.1" 200 117 0.007419 10.0.0.141 - - [2025-07-14 02:01:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.141 - - [2025-07-14 02:01:36] "GET /projects?obj_uuids=b2b9660a-d3ff-42ef-9a4e-8fde13653ead&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001250 10.0.0.141 - - [2025-07-14 02:01:36] "GET /project/b2b9660a-d3ff-42ef-9a4e-8fde13653ead?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.030766 10.0.0.141 - - [2025-07-14 02:01:36] "GET /virtual-network/426fd38f-1e0b-403a-b283-d45536faf360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.008224 10.0.0.141 - - [2025-07-14 02:01:36] "GET /floating-ip-pools?parent_id=426fd38f-1e0b-403a-b283-d45536faf360&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003806 10.0.0.141 - - [2025-07-14 02:01:36] "GET /virtual-network/426fd38f-1e0b-403a-b283-d45536faf360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.007533 10.0.0.141 - - [2025-07-14 02:01:37] "POST /neutron/network HTTP/1.1" 200 849 0.009723 10.0.0.141 - - [2025-07-14 02:01:37] "POST /floating-ip-pools HTTP/1.1" 200 611 0.056233 10.0.0.141 - - [2025-07-14 02:01:37] "GET /projects?obj_uuids=b2b9660a-d3ff-42ef-9a4e-8fde13653ead&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001686 10.0.0.141 - - [2025-07-14 02:01:37] "POST /ref-update HTTP/1.1" 200 156 0.011872 10.0.0.141 - - [2025-07-14 02:01:37] "GET /virtual-network/426fd38f-1e0b-403a-b283-d45536faf360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.008842 10.0.0.141 - - [2025-07-14 02:01:37] "GET /domains HTTP/1.1" 200 281 0.002698 10.0.0.141 - - [2025-07-14 02:01:37] "GET /domains?obj_uuids=d45b311b-3456-473f-8bc7-c85d702ccbc9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001079 10.0.0.141 - - [2025-07-14 02:01:37] "GET /domain/d45b311b-3456-473f-8bc7-c85d702ccbc9 HTTP/1.1" 200 2794 0.011368 10.0.0.141 - - [2025-07-14 02:01:37] "GET /projects?obj_uuids=b2b9660a-d3ff-42ef-9a4e-8fde13653ead&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001495 10.0.0.141 - - [2025-07-14 02:01:37] "GET /project/b2b9660a-d3ff-42ef-9a4e-8fde13653ead HTTP/1.1" 200 3265 0.090379 10.0.0.141 - - [2025-07-14 02:01:37] "GET /virtual-network/426fd38f-1e0b-403a-b283-d45536faf360 HTTP/1.1" 200 2940 0.010050 10.0.0.141 - - [2025-07-14 02:01:37] "GET /floating-ip-pool/476e3132-2923-4acf-a648-d0022f783357 HTTP/1.1" 200 1444 0.009665 10.0.0.141 - - [2025-07-14 02:01:37] "GET /domains HTTP/1.1" 200 281 0.003800 10.0.0.141 - - [2025-07-14 02:01:37] "GET /domains?obj_uuids=d45b311b-3456-473f-8bc7-c85d702ccbc9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002037 10.0.0.141 - - [2025-07-14 02:01:37] "GET /domain/d45b311b-3456-473f-8bc7-c85d702ccbc9 HTTP/1.1" 200 2794 0.015167 10.0.0.141 - - [2025-07-14 02:01:37] "GET /projects?obj_uuids=b2b9660a-d3ff-42ef-9a4e-8fde13653ead&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001596 10.0.0.141 - - [2025-07-14 02:01:37] "POST /neutron/port HTTP/1.1" 200 1073 0.342290 10.0.0.141 - - [2025-07-14 02:01:37] "POST /neutron/port HTTP/1.1" 200 1073 0.012982 10.0.0.141 - - [2025-07-14 02:01:37] "POST /neutron/port HTTP/1.1" 200 1073 0.028744 10.0.0.141 - - [2025-07-14 02:01:37] "GET /project/b2b9660a-d3ff-42ef-9a4e-8fde13653ead HTTP/1.1" 200 3265 0.111985 10.0.0.141 - - [2025-07-14 02:01:37] "GET /virtual-network/426fd38f-1e0b-403a-b283-d45536faf360 HTTP/1.1" 200 3162 0.017122 10.0.0.141 - - [2025-07-14 02:01:37] "GET /virtual-network/426fd38f-1e0b-403a-b283-d45536faf360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005084 10.0.0.141 - - [2025-07-14 02:01:37] "POST /neutron/port HTTP/1.1" 200 1127 0.182720 10.0.0.141 - - [2025-07-14 02:01:37] "POST /neutron/port HTTP/1.1" 200 1101 0.048785 10.0.0.141 - - [2025-07-14 02:01:37] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008568 10.0.0.141 - - [2025-07-14 02:01:37] "POST /neutron/port HTTP/1.1" 200 1101 0.018830 10.0.0.141 - - [2025-07-14 02:01:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.010739 10.0.0.141 - - [2025-07-14 02:01:37] "POST /neutron/port HTTP/1.1" 200 1101 0.028843 10.0.0.141 - - [2025-07-14 02:01:37] "POST /neutron/subnet HTTP/1.1" 200 704 0.012945 10.0.0.141 - - [2025-07-14 02:01:37] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008545 10.0.0.141 - - [2025-07-14 02:01:37] "POST /neutron/port HTTP/1.1" 200 117 0.001405 10.0.0.141 - - [2025-07-14 02:01:37] "POST /neutron/network HTTP/1.1" 200 839 0.005396 10.0.0.141 - - [2025-07-14 02:01:37] "POST /neutron/port HTTP/1.1" 200 1101 0.012074 10.0.0.141 - - [2025-07-14 02:01:37] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007040 10.0.0.141 - - [2025-07-14 02:01:37] "GET /virtual-machine/046c57ce-3def-4eb5-8fa7-06b0916dd88b HTTP/1.1" 200 1305 0.004928 10.0.0.141 - - [2025-07-14 02:01:37] "GET /virtual-machine-interface/de1ab5fb-f011-4b85-a562-260927722b75 HTTP/1.1" 200 3012 0.005650 10.0.0.141 - - [2025-07-14 02:01:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004048 10.0.0.141 - - [2025-07-14 02:01:38] "GET /global-vrouter-config/6db92660-4b89-4abb-9338-6cb8fca32f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004198 10.0.0.141 - - [2025-07-14 02:01:38] "GET /virtual-networks?parent_id=b2b9660a-d3ff-42ef-9a4e-8fde13653ead&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.004136 10.0.0.141 - - [2025-07-14 02:01:38] "GET /virtual-network/005ba47c-e385-44e7-b754-e6478e9bf9a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007223 10.0.0.141 - - [2025-07-14 02:01:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002991 10.0.0.141 - - [2025-07-14 02:01:41] "GET /virtual-network/005ba47c-e385-44e7-b754-e6478e9bf9a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005276 10.0.0.141 - - [2025-07-14 02:01:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.141 - - [2025-07-14 02:01:45] "GET /virtual-network/005ba47c-e385-44e7-b754-e6478e9bf9a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004966 10.0.0.141 - - [2025-07-14 02:01:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002855 10.0.0.141 - - [2025-07-14 02:01:47] "GET /global-vrouter-config/6db92660-4b89-4abb-9338-6cb8fca32f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003411 10.0.0.141 - - [2025-07-14 02:01:47] "GET /virtual-networks?parent_id=b2b9660a-d3ff-42ef-9a4e-8fde13653ead&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003530 10.0.0.141 - - [2025-07-14 02:01:47] "GET /virtual-network/005ba47c-e385-44e7-b754-e6478e9bf9a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007293 10.0.0.141 - - [2025-07-14 02:01:47] "POST /neutron/port HTTP/1.1" 200 1101 0.012641 10.0.0.141 - - [2025-07-14 02:01:47] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006096 10.0.0.141 - - [2025-07-14 02:01:48] "POST /neutron/port HTTP/1.1" 200 1101 0.038477 10.0.0.141 - - [2025-07-14 02:01:48] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006906 10.0.0.141 - - [2025-07-14 02:01:49] "POST /neutron/port HTTP/1.1" 200 1101 0.013490 10.0.0.141 - - [2025-07-14 02:01:49] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007037 10.0.0.141 - - [2025-07-14 02:01:52] "GET /projects?obj_uuids=b2b9660a-d3ff-42ef-9a4e-8fde13653ead&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001179 10.0.0.141 - - [2025-07-14 02:01:52] "POST /neutron/floatingip HTTP/1.1" 200 531 0.065533 10.0.0.141 - - [2025-07-14 02:01:52] "POST /neutron/port HTTP/1.1" 200 1101 0.012156 10.0.0.141 - - [2025-07-14 02:01:52] "POST /neutron/floatingip HTTP/1.1" 200 531 0.005430 10.0.0.141 - - [2025-07-14 02:01:52] "POST /neutron/floatingip HTTP/1.1" 200 579 0.027467 10.0.0.141 - - [2025-07-14 02:01:52] "POST /neutron/port HTTP/1.1" 200 1101 0.011925 10.0.0.141 - - [2025-07-14 02:01:52] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006274 10.0.0.141 - - [2025-07-14 02:01:52] "POST /neutron/port HTTP/1.1" 200 1101 0.011768 10.0.0.141 - - [2025-07-14 02:01:53] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006296 10.0.0.141 - - [2025-07-14 02:01:53] "POST /neutron/port HTTP/1.1" 200 1101 0.011323 10.0.0.141 - - [2025-07-14 02:01:53] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005768 10.0.0.141 - - [2025-07-14 02:01:53] "GET /virtual-machine/6cdc4631-a99c-46d8-b12c-75a572a62066 HTTP/1.1" 200 1306 0.005392 10.0.0.141 - - [2025-07-14 02:01:53] "GET /virtual-machine-interface/fb63dd86-5c9c-4b11-9106-a943075783a9 HTTP/1.1" 200 3012 0.005546 10.0.0.141 - - [2025-07-14 02:01:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002817 10.0.0.141 - - [2025-07-14 02:01:53] "GET /global-vrouter-config/6db92660-4b89-4abb-9338-6cb8fca32f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003349 10.0.0.141 - - [2025-07-14 02:01:53] "GET /virtual-networks?parent_id=b2b9660a-d3ff-42ef-9a4e-8fde13653ead&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003109 10.0.0.141 - - [2025-07-14 02:01:53] "GET /virtual-network/426fd38f-1e0b-403a-b283-d45536faf360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005629 10.0.0.141 - - [2025-07-14 02:01:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003220 10.0.0.141 - - [2025-07-14 02:01:54] "GET /global-vrouter-config/6db92660-4b89-4abb-9338-6cb8fca32f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003215 10.0.0.141 - - [2025-07-14 02:01:54] "GET /virtual-networks?parent_id=b2b9660a-d3ff-42ef-9a4e-8fde13653ead&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003349 10.0.0.141 - - [2025-07-14 02:01:54] "GET /virtual-network/426fd38f-1e0b-403a-b283-d45536faf360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005177 10.0.0.141 - - [2025-07-14 02:01:54] "POST /neutron/floatingip HTTP/1.1" 200 579 0.009953 10.0.0.141 - - [2025-07-14 02:01:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002857 10.0.0.141 - - [2025-07-14 02:01:54] "GET /routing-instance/b17a84c4-06ea-4872-8ee2-832f8f45fd5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1495 0.004398 10.0.0.141 - - [2025-07-14 02:01:54] "GET /route-target/b41f2585-e160-42c5-adf2-f05557186288?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003428 10.0.0.141 - - [2025-07-14 02:01:54] "GET /floating-ip/f1d9337b-c1cc-4f97-a347-3ec0ebe2b7b8 HTTP/1.1" 200 1896 0.004371 10.0.0.141 - - [2025-07-14 02:01:57] "POST /neutron/floatingip HTTP/1.1" 200 579 0.008943 10.0.0.141 - - [2025-07-14 02:01:57] "POST /neutron/floatingip HTTP/1.1" 200 531 0.035173 10.0.0.141 - - [2025-07-14 02:01:57] "POST /neutron/floatingip HTTP/1.1" 200 531 0.005501 10.0.0.141 - - [2025-07-14 02:01:57] "POST /neutron/floatingip HTTP/1.1" 200 115 0.030994 10.0.0.141 - - [2025-07-14 02:01:57] "GET /floating-ip-pool/476e3132-2923-4acf-a648-d0022f783357?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1208 0.003847 10.0.0.141 - - [2025-07-14 02:01:57] "POST /ref-update HTTP/1.1" 200 156 0.009424 10.0.0.141 - - [2025-07-14 02:01:57] "DELETE /floating-ip-pool/476e3132-2923-4acf-a648-d0022f783357 HTTP/1.1" 200 115 0.020112 10.0.0.141 - - [2025-07-14 02:01:57] "POST /neutron/network HTTP/1.1" 200 839 0.005614 10.0.0.141 - - [2025-07-14 02:01:57] "POST /neutron/network HTTP/1.1" 400 204 0.009996 10.0.0.141 - - [2025-07-14 02:01:58] "POST /neutron/port HTTP/1.1" 200 1101 0.011866 10.0.0.141 - - [2025-07-14 02:01:58] "POST /neutron/port HTTP/1.1" 200 1127 0.008560 10.0.0.141 - - [2025-07-14 02:01:58] "POST /neutron/port HTTP/1.1" 200 1101 0.019455 10.0.0.141 - - [2025-07-14 02:01:58] "POST /neutron/port HTTP/1.1" 200 1127 0.009786 10.0.0.141 - - [2025-07-14 02:01:58] "POST /neutron/port HTTP/1.1" 200 151 0.123952 10.0.0.141 - - [2025-07-14 02:01:58] "POST /neutron/port HTTP/1.1" 200 151 0.112361 10.0.0.141 - - [2025-07-14 02:01:59] "POST /neutron/network HTTP/1.1" 200 839 0.005689 10.0.0.141 - - [2025-07-14 02:02:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003802 10.0.0.141 - - [2025-07-14 02:02:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004974 10.0.0.141 - - [2025-07-14 02:02:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003396 10.0.0.141 - - [2025-07-14 02:02:00] "POST /neutron/network HTTP/1.1" 200 151 0.079193 10.0.0.141 - - [2025-07-14 02:02:00] "GET /routing-instance/24999614-c882-4bbf-8b57-d00e3e6b4e24 HTTP/1.1" 404 171 0.004412 10.0.0.141 - - [2025-07-14 02:02:00] "DELETE /route-target/4f99d76d-eb37-4958-b031-14a447a8cca8 HTTP/1.1" 200 115 0.020601 10.0.0.141 - - [2025-07-14 02:02:00] "GET /domains HTTP/1.1" 200 281 0.002585 10.0.0.141 - - [2025-07-14 02:02:00] "GET /domains?obj_uuids=d45b311b-3456-473f-8bc7-c85d702ccbc9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001555 10.0.0.141 - - [2025-07-14 02:02:00] "GET /domain/d45b311b-3456-473f-8bc7-c85d702ccbc9 HTTP/1.1" 200 2794 0.048206 10.0.0.141 - - [2025-07-14 02:02:00] "GET /projects?obj_uuids=b2b9660a-d3ff-42ef-9a4e-8fde13653ead&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001098 10.0.0.141 - - [2025-07-14 02:02:00] "GET /project/b2b9660a-d3ff-42ef-9a4e-8fde13653ead HTTP/1.1" 200 2191 0.069253 10.0.0.141 - - [2025-07-14 02:02:00] "POST /neutron/network HTTP/1.1" 200 839 0.007338 10.0.0.141 - - [2025-07-14 02:02:00] "POST /useragent-kv HTTP/1.1" 200 115 0.004167 10.0.0.141 - - [2025-07-14 02:02:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004329 10.0.0.141 - - [2025-07-14 02:02:00] "POST /useragent-kv HTTP/1.1" 200 115 0.001841 10.0.0.141 - - [2025-07-14 02:02:00] "POST /neutron/network HTTP/1.1" 200 151 0.081907 10.0.0.141 - - [2025-07-14 02:02:00] "GET /routing-instance/b17a84c4-06ea-4872-8ee2-832f8f45fd5b HTTP/1.1" 404 171 0.002421 10.0.0.141 - - [2025-07-14 02:02:00] "DELETE /route-target/b41f2585-e160-42c5-adf2-f05557186288 HTTP/1.1" 200 115 0.020983 10.0.0.141 - - [2025-07-14 02:02:00] "GET /domains HTTP/1.1" 200 281 0.004007 10.0.0.141 - - [2025-07-14 02:02:00] "GET /domains?obj_uuids=d45b311b-3456-473f-8bc7-c85d702ccbc9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001665 10.0.0.141 - - [2025-07-14 02:02:00] "GET /domain/d45b311b-3456-473f-8bc7-c85d702ccbc9 HTTP/1.1" 200 2794 0.051738 10.0.0.141 - - [2025-07-14 02:02:00] "GET /projects?obj_uuids=b2b9660a-d3ff-42ef-9a4e-8fde13653ead&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001405 10.0.0.141 - - [2025-07-14 02:02:00] "GET /project/b2b9660a-d3ff-42ef-9a4e-8fde13653ead HTTP/1.1" 200 1940 0.073049 10.0.0.141 - - [2025-07-14 02:02:00] "GET /projects?obj_uuids=b2b9660a-d3ff-42ef-9a4e-8fde13653ead&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001313 10.0.0.141 - - [2025-07-14 02:02:00] "GET /project/b2b9660a-d3ff-42ef-9a4e-8fde13653ead?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.025968 10.0.0.141 - - [2025-07-14 02:02:00] "GET /projects?obj_uuids=b2b9660a-d3ff-42ef-9a4e-8fde13653ead&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002283 10.0.0.141 - - [2025-07-14 02:02:00] "GET /project/b2b9660a-d3ff-42ef-9a4e-8fde13653ead?fields=virtual_networks HTTP/1.1" 200 1069 0.072685 10.0.0.141 - - [2025-07-14 02:02:00] "GET /projects?obj_uuids=b2b9660a-d3ff-42ef-9a4e-8fde13653ead&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001098 10.0.0.141 - - [2025-07-14 02:02:00] "GET /project/b2b9660a-d3ff-42ef-9a4e-8fde13653ead?fields=virtual_machine_interfaces HTTP/1.1" 200 1069 0.024370 10.0.0.141 - - [2025-07-14 02:02:01] "GET /projects?obj_uuids=b2b9660a-d3ff-42ef-9a4e-8fde13653ead&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001140 10.0.0.141 - - [2025-07-14 02:02:01] "GET /project/b2b9660a-d3ff-42ef-9a4e-8fde13653ead?fields=security_groups HTTP/1.1" 200 1308 0.024113 10.0.0.141 - - [2025-07-14 02:02:01] "POST /fqname-to-id HTTP/1.1" 404 183 0.022949 10.0.0.141 - - [2025-07-14 02:02:01] "GET /projects?obj_uuids=9ee794ba-bcde-4a25-88f8-1c6c9278dca9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002844 10.0.0.141 - - [2025-07-14 02:02:01] "GET /domains?obj_uuids=d45b311b-3456-473f-8bc7-c85d702ccbc9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001115 10.0.0.141 - - [2025-07-14 02:02:01] "GET /domain/d45b311b-3456-473f-8bc7-c85d702ccbc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007444 10.0.0.141 - - [2025-07-14 02:02:02] "POST /id-to-fqname HTTP/1.1" 200 185 0.001221 10.0.0.141 - - [2025-07-14 02:02:02] "POST /fqname-to-id HTTP/1.1" 404 194 0.003235 10.0.0.141 - - [2025-07-14 02:02:02] "POST /security-groups HTTP/1.1" 200 586 0.066582 10.0.0.141 - - [2025-07-14 02:02:02] "POST /fqname-to-id HTTP/1.1" 404 229 0.002351 10.0.0.141 - - [2025-07-14 02:02:02] "POST /projects HTTP/1.1" 200 575 0.227641 10.0.0.141 - - [2025-07-14 02:02:02] "POST /access-control-lists HTTP/1.1" 200 593 0.057667 10.0.0.141 - - [2025-07-14 02:02:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.302387 10.0.0.141 - - [2025-07-14 02:02:02] "POST /fqname-to-id HTTP/1.1" 404 228 0.003124 10.0.0.141 - - [2025-07-14 02:02:02] "GET /project/9ee794ba-bcde-4a25-88f8-1c6c9278dca9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.419313 10.0.0.141 - - [2025-07-14 02:02:02] "POST /access-control-lists HTTP/1.1" 200 591 0.060326 10.0.0.141 - - [2025-07-14 02:02:03] "GET / HTTP/1.1" 200 36215 0.002548 10.0.0.141 - - [2025-07-14 02:02:04] "GET /projects?obj_uuids=9ee794ba-bcde-4a25-88f8-1c6c9278dca9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001070 10.0.0.141 - - [2025-07-14 02:02:04] "GET /project/9ee794ba-bcde-4a25-88f8-1c6c9278dca9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.024932 10.0.0.141 - - [2025-07-14 02:02:04] "GET /projects?obj_uuids=9ee794ba-bcde-4a25-88f8-1c6c9278dca9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001325 10.0.0.141 - - [2025-07-14 02:02:04] "GET /project/9ee794ba-bcde-4a25-88f8-1c6c9278dca9?fields=virtual_networks HTTP/1.1" 200 1034 0.070751 10.0.0.141 - - [2025-07-14 02:02:04] "GET /projects?obj_uuids=9ee794ba-bcde-4a25-88f8-1c6c9278dca9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001193 10.0.0.141 - - [2025-07-14 02:02:04] "GET /project/9ee794ba-bcde-4a25-88f8-1c6c9278dca9?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.023749 10.0.0.141 - - [2025-07-14 02:02:04] "GET /projects?obj_uuids=9ee794ba-bcde-4a25-88f8-1c6c9278dca9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001137 10.0.0.141 - - [2025-07-14 02:02:04] "GET /project/9ee794ba-bcde-4a25-88f8-1c6c9278dca9?fields=security_groups HTTP/1.1" 200 1256 0.024311 10.0.0.141 - - [2025-07-14 02:02:05] "POST /fqname-to-id HTTP/1.1" 404 191 0.023026 10.0.0.141 - - [2025-07-14 02:02:05] "GET /projects?obj_uuids=cb882528-01ae-4b22-8f71-f89669902517&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002492 10.0.0.141 - - [2025-07-14 02:02:05] "GET /domains?obj_uuids=d45b311b-3456-473f-8bc7-c85d702ccbc9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001002 10.0.0.141 - - [2025-07-14 02:02:05] "GET /domain/d45b311b-3456-473f-8bc7-c85d702ccbc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007445 10.0.0.141 - - [2025-07-14 02:02:05] "POST /id-to-fqname HTTP/1.1" 200 193 0.001495 10.0.0.141 - - [2025-07-14 02:02:05] "POST /fqname-to-id HTTP/1.1" 404 202 0.003193 10.0.0.141 - - [2025-07-14 02:02:05] "POST /security-groups HTTP/1.1" 200 594 0.063907 10.0.0.141 - - [2025-07-14 02:02:05] "POST /fqname-to-id HTTP/1.1" 404 237 0.002716 10.0.0.141 - - [2025-07-14 02:02:05] "POST /projects HTTP/1.1" 200 591 0.217254 10.0.0.141 - - [2025-07-14 02:02:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.253519 10.0.0.141 - - [2025-07-14 02:02:05] "POST /access-control-lists HTTP/1.1" 200 601 0.059093 10.0.0.141 - - [2025-07-14 02:02:05] "GET /project/cb882528-01ae-4b22-8f71-f89669902517?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.383103 10.0.0.141 - - [2025-07-14 02:02:05] "POST /fqname-to-id HTTP/1.1" 404 236 0.002688 10.0.0.141 - - [2025-07-14 02:02:06] "POST /access-control-lists HTTP/1.1" 200 599 0.060259 10.0.0.141 - - [2025-07-14 02:02:06] "GET / HTTP/1.1" 200 36215 0.002002 10.0.0.141 - - [2025-07-14 02:02:08] "GET /project/cb882528-01ae-4b22-8f71-f89669902517?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000451 10.0.0.141 - - [2025-07-14 02:02:08] "GET /projects?obj_uuids=cb882528-01ae-4b22-8f71-f89669902517&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001149 10.0.0.141 - - [2025-07-14 02:02:08] "GET /project/cb882528-01ae-4b22-8f71-f89669902517?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.053028 10.0.0.141 - - [2025-07-14 02:02:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003056 10.0.0.141 - - [2025-07-14 02:02:08] "GET /security-group/4635f7c5-0702-4e7d-bc2e-6cde3252bde8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3775 0.005294 10.0.0.141 - - [2025-07-14 02:02:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002894 10.0.0.141 - - [2025-07-14 02:02:08] "GET /projects?obj_uuids=cb882528-01ae-4b22-8f71-f89669902517&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001457 10.0.0.141 - - [2025-07-14 02:02:08] "GET /project/cb882528-01ae-4b22-8f71-f89669902517?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.033000 10.0.0.141 - - [2025-07-14 02:02:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002742 10.0.0.141 - - [2025-07-14 02:02:08] "GET /security-group/4635f7c5-0702-4e7d-bc2e-6cde3252bde8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3775 0.004902 10.0.0.141 - - [2025-07-14 02:02:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002953 10.0.0.141 - - [2025-07-14 02:02:08] "PUT /security-group/4635f7c5-0702-4e7d-bc2e-6cde3252bde8 HTTP/1.1" 200 263 0.013865 10.0.0.141 - - [2025-07-14 02:02:08] "PUT /access-control-list/d13ebec0-a940-4d99-b890-a007ca877038 HTTP/1.1" 200 273 0.008868 10.0.0.141 - - [2025-07-14 02:02:08] "PUT /access-control-list/37b187bd-2f41-4bdd-80fe-dc879fd2d292 HTTP/1.1" 200 273 0.008693 10.0.0.141 - - [2025-07-14 02:02:08] "POST /fqname-to-id HTTP/1.1" 404 202 0.002536 10.0.0.141 - - [2025-07-14 02:02:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002939 10.0.0.141 - - [2025-07-14 02:02:08] "GET /projects?obj_uuids=cb882528-01ae-4b22-8f71-f89669902517&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001478 10.0.0.141 - - [2025-07-14 02:02:08] "GET /project/cb882528-01ae-4b22-8f71-f89669902517?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.025043 10.0.0.141 - - [2025-07-14 02:02:08] "POST /neutron/network HTTP/1.1" 200 117 0.028431 10.0.0.141 - - [2025-07-14 02:02:08] "GET /projects?obj_uuids=cb882528-01ae-4b22-8f71-f89669902517&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001096 10.0.0.141 - - [2025-07-14 02:02:09] "POST /neutron/network HTTP/1.1" 200 608 0.059820 10.0.0.141 - - [2025-07-14 02:02:09] "POST /useragent-kv HTTP/1.1" 200 115 0.003311 10.0.0.141 - - [2025-07-14 02:02:09] "POST /neutron/subnet HTTP/1.1" 200 725 0.179086 10.0.0.141 - - [2025-07-14 02:02:09] "POST /neutron/network HTTP/1.1" 200 827 0.005090 10.0.0.141 - - [2025-07-14 02:02:09] "POST /id-to-fqname HTTP/1.1" 200 223 0.001184 10.0.0.141 - - [2025-07-14 02:02:09] "GET /virtual-network/3fcfe468-9998-45fb-94e4-3409c555b48e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004861 10.0.0.141 - - [2025-07-14 02:02:09] "POST /route-targets HTTP/1.1" 200 328 0.011364 10.0.0.141 - - [2025-07-14 02:02:09] "POST /neutron/network HTTP/1.1" 200 827 0.010830 10.0.0.141 - - [2025-07-14 02:02:09] "GET /virtual-network/3fcfe468-9998-45fb-94e4-3409c555b48e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004676 10.0.0.141 - - [2025-07-14 02:02:09] "POST /ref-update HTTP/1.1" 200 156 0.016448 10.0.0.141 - - [2025-07-14 02:02:09] "POST /neutron/network HTTP/1.1" 200 827 0.005654 10.0.0.141 - - [2025-07-14 02:02:09] "POST /neutron/subnet HTTP/1.1" 200 725 0.006909 10.0.0.141 - - [2025-07-14 02:02:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002468 10.0.0.141 - - [2025-07-14 02:02:09] "GET /projects?obj_uuids=cb882528-01ae-4b22-8f71-f89669902517&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001098 10.0.0.141 - - [2025-07-14 02:02:09] "GET /project/cb882528-01ae-4b22-8f71-f89669902517?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.035171 10.0.0.141 - - [2025-07-14 02:02:09] "POST /neutron/network HTTP/1.1" 200 117 0.009523 10.0.0.141 - - [2025-07-14 02:02:09] "GET /projects?obj_uuids=cb882528-01ae-4b22-8f71-f89669902517&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001054 10.0.0.141 - - [2025-07-14 02:02:09] "POST /neutron/network HTTP/1.1" 200 615 0.089626 10.0.0.141 - - [2025-07-14 02:02:09] "POST /route-targets HTTP/1.1" 200 328 0.016151 10.0.0.141 - - [2025-07-14 02:02:09] "POST /ref-update HTTP/1.1" 200 156 0.011967 10.0.0.141 - - [2025-07-14 02:02:09] "POST /useragent-kv HTTP/1.1" 200 115 0.004489 10.0.0.141 - - [2025-07-14 02:02:09] "POST /neutron/subnet HTTP/1.1" 200 710 0.183340 10.0.0.141 - - [2025-07-14 02:02:09] "POST /neutron/network HTTP/1.1" 200 831 0.005343 10.0.0.141 - - [2025-07-14 02:02:09] "POST /id-to-fqname HTTP/1.1" 200 227 0.001330 10.0.0.141 - - [2025-07-14 02:02:09] "GET /virtual-network/5ce7046a-a05a-4320-b144-7ef1cf066696?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005019 10.0.0.141 - - [2025-07-14 02:02:09] "POST /neutron/network HTTP/1.1" 200 831 0.005677 10.0.0.141 - - [2025-07-14 02:02:09] "GET /virtual-network/5ce7046a-a05a-4320-b144-7ef1cf066696?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004839 10.0.0.141 - - [2025-07-14 02:02:10] "POST /neutron/network HTTP/1.1" 200 831 0.006284 10.0.0.141 - - [2025-07-14 02:02:10] "POST /neutron/subnet HTTP/1.1" 200 710 0.006729 10.0.0.141 - - [2025-07-14 02:02:10] "POST /id-to-fqname HTTP/1.1" 200 223 0.001272 10.0.0.141 - - [2025-07-14 02:02:10] "POST /neutron/network HTTP/1.1" 200 837 0.006474 10.0.0.141 - - [2025-07-14 02:02:10] "GET /aaa-mode HTTP/1.1" 401 293 0.000572 10.0.0.141 - - [2025-07-14 02:02:10] "GET / HTTP/1.1" 200 36215 0.002176 10.0.0.141 - - [2025-07-14 02:02:10] "GET /project/cb882528-01ae-4b22-8f71-f89669902517?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000393 10.0.0.141 - - [2025-07-14 02:02:10] "GET /projects?obj_uuids=cb882528-01ae-4b22-8f71-f89669902517&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001318 10.0.0.141 - - [2025-07-14 02:02:10] "GET /project/cb882528-01ae-4b22-8f71-f89669902517?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.053753 10.0.0.141 - - [2025-07-14 02:02:11] "POST /neutron/network HTTP/1.1" 200 827 0.005496 10.0.0.141 - - [2025-07-14 02:02:11] "POST /neutron/port HTTP/1.1" 200 117 0.005135 10.0.0.141 - - [2025-07-14 02:02:11] "POST /neutron/port HTTP/1.1" 200 117 0.005018 10.0.0.141 - - [2025-07-14 02:02:11] "POST /id-to-fqname HTTP/1.1" 200 227 0.001917 10.0.0.141 - - [2025-07-14 02:02:11] "POST /neutron/port HTTP/1.1" 200 117 0.006614 10.0.0.141 - - [2025-07-14 02:02:11] "POST /neutron/network HTTP/1.1" 200 841 0.013030 10.0.0.141 - - [2025-07-14 02:02:11] "GET /aaa-mode HTTP/1.1" 401 293 0.000443 10.0.0.141 - - [2025-07-14 02:02:11] "POST /neutron/network HTTP/1.1" 200 837 0.006146 10.0.0.141 - - [2025-07-14 02:02:11] "GET /projects?obj_uuids=cb882528-01ae-4b22-8f71-f89669902517&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001213 10.0.0.141 - - [2025-07-14 02:02:11] "GET / HTTP/1.1" 200 36215 0.002227 10.0.0.141 - - [2025-07-14 02:02:11] "GET /project/cb882528-01ae-4b22-8f71-f89669902517?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000460 10.0.0.141 - - [2025-07-14 02:02:11] "POST /neutron/port HTTP/1.1" 200 1063 0.235292 10.0.0.141 - - [2025-07-14 02:02:11] "POST /neutron/port HTTP/1.1" 200 1063 0.010544 10.0.0.141 - - [2025-07-14 02:02:11] "POST /neutron/port HTTP/1.1" 200 1063 0.011357 10.0.0.141 - - [2025-07-14 02:02:11] "POST /neutron/port HTTP/1.1" 200 1117 0.068716 10.0.0.141 - - [2025-07-14 02:02:11] "POST /neutron/port HTTP/1.1" 200 1091 0.011460 10.0.0.141 - - [2025-07-14 02:02:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003191 10.0.0.141 - - [2025-07-14 02:02:11] "POST /neutron/subnet HTTP/1.1" 200 699 0.007562 10.0.0.141 - - [2025-07-14 02:02:12] "POST /neutron/port HTTP/1.1" 200 117 0.001155 10.0.0.141 - - [2025-07-14 02:02:12] "POST /neutron/network HTTP/1.1" 200 827 0.005290 10.0.0.141 - - [2025-07-14 02:02:12] "GET /projects?obj_uuids=cb882528-01ae-4b22-8f71-f89669902517&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001671 10.0.0.141 - - [2025-07-14 02:02:12] "GET /project/cb882528-01ae-4b22-8f71-f89669902517?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.050182 10.0.0.141 - - [2025-07-14 02:02:12] "POST /neutron/network HTTP/1.1" 200 831 0.007355 10.0.0.141 - - [2025-07-14 02:02:12] "POST /neutron/port HTTP/1.1" 200 1091 0.014915 10.0.0.141 - - [2025-07-14 02:02:12] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006155 10.0.0.141 - - [2025-07-14 02:02:12] "POST /neutron/port HTTP/1.1" 200 117 0.005078 10.0.0.141 - - [2025-07-14 02:02:12] "GET /projects?obj_uuids=cb882528-01ae-4b22-8f71-f89669902517&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001599 10.0.0.141 - - [2025-07-14 02:02:12] "POST /neutron/router HTTP/1.1" 200 585 0.055314 10.0.0.141 - - [2025-07-14 02:02:12] "POST /neutron/router HTTP/1.1" 200 585 0.004833 10.0.0.141 - - [2025-07-14 02:02:12] "POST /route-targets HTTP/1.1" 200 328 0.023222 10.0.0.141 - - [2025-07-14 02:02:12] "PUT /logical-router/9efd1360-0533-41a2-bfdf-4bbc6b9e7e33 HTTP/1.1" 200 263 0.031919 10.0.0.141 - - [2025-07-14 02:02:12] "POST /neutron/router HTTP/1.1" 200 656 0.036129 10.0.0.141 - - [2025-07-14 02:02:12] "GET /logical-router/9efd1360-0533-41a2-bfdf-4bbc6b9e7e33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1646 0.004781 10.0.0.141 - - [2025-07-14 02:02:12] "POST /neutron/router HTTP/1.1" 200 656 0.003535 10.0.0.141 - - [2025-07-14 02:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004014 10.0.0.141 - - [2025-07-14 02:02:12] "GET /projects?obj_uuids=cb882528-01ae-4b22-8f71-f89669902517&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002442 10.0.0.141 - - [2025-07-14 02:02:12] "GET /service-template/79ab743c-ee93-434d-b802-e21e47cfcb45?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1683 0.004793 10.0.0.141 - - [2025-07-14 02:02:12] "POST /fqname-to-id HTTP/1.1" 404 215 0.003290 10.0.0.141 - - [2025-07-14 02:02:12] "POST /neutron/network HTTP/1.1" 200 841 0.019856 10.0.0.141 - - [2025-07-14 02:02:12] "GET /projects?obj_uuids=cb882528-01ae-4b22-8f71-f89669902517&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001122 10.0.0.141 - - [2025-07-14 02:02:12] "POST /useragent-kv HTTP/1.1" 200 115 0.013359 10.0.0.141 - - [2025-07-14 02:02:12] "POST /virtual-networks HTTP/1.1" 200 696 0.235186 10.0.0.141 - - [2025-07-14 02:02:12] "POST /neutron/router HTTP/1.1" 200 344 0.394865 10.0.0.141 - - [2025-07-14 02:02:12] "POST /ref-update HTTP/1.1" 200 156 0.065043 10.0.0.141 - - [2025-07-14 02:02:12] "POST /neutron/port HTTP/1.1" 200 1091 0.039242 10.0.0.141 - - [2025-07-14 02:02:12] "POST /route-targets HTTP/1.1" 200 328 0.058185 10.0.0.141 - - [2025-07-14 02:02:13] "POST /neutron/security_group HTTP/1.1" 200 2002 0.051786 10.0.0.141 - - [2025-07-14 02:02:13] "POST /service-instances HTTP/1.1" 200 672 0.144397 10.0.0.141 - - [2025-07-14 02:02:13] "POST /ref-update HTTP/1.1" 200 156 0.071340 10.0.0.141 - - [2025-07-14 02:02:13] "POST /route-tables HTTP/1.1" 200 584 0.068491 10.0.0.141 - - [2025-07-14 02:02:13] "PUT /logical-router/9efd1360-0533-41a2-bfdf-4bbc6b9e7e33 HTTP/1.1" 200 263 0.036394 10.0.0.141 - - [2025-07-14 02:02:13] "POST /neutron/port HTTP/1.1" 200 1060 0.531449 10.0.0.141 - - [2025-07-14 02:02:13] "POST /neutron/port HTTP/1.1" 200 1060 0.012498 10.0.0.141 - - [2025-07-14 02:02:13] "POST /ref-update HTTP/1.1" 200 156 0.034286 10.0.0.141 - - [2025-07-14 02:02:13] "POST /neutron/port HTTP/1.1" 200 1060 0.024480 10.0.0.141 - - [2025-07-14 02:02:13] "POST /neutron/port HTTP/1.1" 200 1114 0.076701 10.0.0.141 - - [2025-07-14 02:02:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002564 10.0.0.141 - - [2025-07-14 02:02:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002527 10.0.0.141 - - [2025-07-14 02:02:13] "POST /neutron/port HTTP/1.1" 200 1088 0.011367 10.0.0.141 - - [2025-07-14 02:02:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005034 10.0.0.141 - - [2025-07-14 02:02:13] "POST /neutron/subnet HTTP/1.1" 200 684 0.007304 10.0.0.141 - - [2025-07-14 02:02:13] "POST /virtual-machines HTTP/1.1" 200 554 0.018817 10.0.0.141 - - [2025-07-14 02:02:13] "POST /neutron/port HTTP/1.1" 200 117 0.001198 10.0.0.141 - - [2025-07-14 02:02:13] "POST /neutron/network HTTP/1.1" 200 831 0.005516 10.0.0.141 - - [2025-07-14 02:02:13] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.098245 10.0.0.141 - - [2025-07-14 02:02:13] "POST /chown HTTP/1.1" 200 109 0.007850 10.0.0.141 - - [2025-07-14 02:02:13] "POST /instance-ips HTTP/1.1" 200 552 0.018502 10.0.0.141 - - [2025-07-14 02:02:13] "POST /instance-ips HTTP/1.1" 400 246 0.021327 10.0.0.141 - - [2025-07-14 02:02:13] "POST /chown HTTP/1.1" 200 109 0.010866 10.0.0.141 - - [2025-07-14 02:02:13] "PUT /virtual-machine-interface/1dc7c51d-a41d-4761-aa3d-cce29a75fb39 HTTP/1.1" 200 285 0.010577 10.0.0.141 - - [2025-07-14 02:02:14] "PUT /instance-ip/eddf9775-9262-4eb9-b574-06e27d66c736 HTTP/1.1" 200 257 0.020357 10.0.0.141 - - [2025-07-14 02:02:14] "POST /ref-update HTTP/1.1" 200 156 0.013802 10.0.0.141 - - [2025-07-14 02:02:14] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.100525 10.0.0.141 - - [2025-07-14 02:02:14] "POST /chown HTTP/1.1" 200 109 0.007914 10.0.0.141 - - [2025-07-14 02:02:14] "POST /instance-ips HTTP/1.1" 200 550 0.031776 10.0.0.141 - - [2025-07-14 02:02:14] "POST /instance-ips HTTP/1.1" 400 316 0.015274 10.0.0.141 - - [2025-07-14 02:02:14] "POST /chown HTTP/1.1" 200 109 0.012796 10.0.0.141 - - [2025-07-14 02:02:14] "PUT /virtual-machine-interface/122486d1-1572-4053-8bbd-490e0955dc63 HTTP/1.1" 200 285 0.015496 10.0.0.141 - - [2025-07-14 02:02:14] "PUT /instance-ip/31522585-b514-4602-be0d-367e77afed58 HTTP/1.1" 200 257 0.013016 10.0.0.141 - - [2025-07-14 02:02:14] "POST /ref-update HTTP/1.1" 200 156 0.013237 10.0.0.141 - - [2025-07-14 02:02:14] "POST /ref-update HTTP/1.1" 200 156 0.022115 10.0.0.141 - - [2025-07-14 02:02:14] "POST /ref-update HTTP/1.1" 200 156 0.016943 10.0.0.141 - - [2025-07-14 02:02:14] "PUT /routing-instance/4a24da87-47c3-4e52-b442-3908f9c1fd44 HTTP/1.1" 200 267 0.024634 10.0.0.141 - - [2025-07-14 02:02:14] "POST /virtual-machines HTTP/1.1" 200 554 0.018412 10.0.0.141 - - [2025-07-14 02:02:14] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.124498 10.0.0.141 - - [2025-07-14 02:02:15] "POST /chown HTTP/1.1" 200 109 0.010355 10.0.0.141 - - [2025-07-14 02:02:15] "POST /instance-ips HTTP/1.1" 400 246 0.016044 10.0.0.141 - - [2025-07-14 02:02:15] "POST /chown HTTP/1.1" 200 109 0.007438 10.0.0.141 - - [2025-07-14 02:02:15] "PUT /virtual-machine-interface/afbb7f40-f4ec-40c5-976b-b6cfde2bb6ed HTTP/1.1" 200 285 0.010173 10.0.0.141 - - [2025-07-14 02:02:15] "PUT /instance-ip/eddf9775-9262-4eb9-b574-06e27d66c736 HTTP/1.1" 200 257 0.011755 10.0.0.141 - - [2025-07-14 02:02:15] "POST /ref-update HTTP/1.1" 200 156 0.022700 10.0.0.141 - - [2025-07-14 02:02:15] "POST /ref-update HTTP/1.1" 200 156 0.011628 10.0.0.141 - - [2025-07-14 02:02:15] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.089403 10.0.0.141 - - [2025-07-14 02:02:15] "POST /chown HTTP/1.1" 200 109 0.008030 10.0.0.141 - - [2025-07-14 02:02:15] "POST /instance-ips HTTP/1.1" 400 316 0.018482 10.0.0.141 - - [2025-07-14 02:02:15] "POST /chown HTTP/1.1" 200 109 0.008327 10.0.0.141 - - [2025-07-14 02:02:15] "PUT /virtual-machine-interface/926c6d16-f55e-4520-ad3d-165bef54334f HTTP/1.1" 200 285 0.015183 10.0.0.141 - - [2025-07-14 02:02:15] "PUT /instance-ip/31522585-b514-4602-be0d-367e77afed58 HTTP/1.1" 200 257 0.018690 10.0.0.141 - - [2025-07-14 02:02:15] "POST /ref-update HTTP/1.1" 200 156 0.016865 10.0.0.141 - - [2025-07-14 02:02:15] "POST /ref-update HTTP/1.1" 200 156 0.014256 10.0.0.141 - - [2025-07-14 02:02:18] "POST /neutron/port HTTP/1.1" 200 1091 0.010831 10.0.0.141 - - [2025-07-14 02:02:18] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006325 10.0.0.141 - - [2025-07-14 02:02:18] "POST /neutron/port HTTP/1.1" 200 1091 0.011120 10.0.0.141 - - [2025-07-14 02:02:18] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006426 10.0.0.141 - - [2025-07-14 02:02:18] "POST /neutron/port HTTP/1.1" 200 1091 0.011904 10.0.0.141 - - [2025-07-14 02:02:18] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006058 10.0.0.141 - - [2025-07-14 02:02:18] "GET /virtual-machine/ac093fa5-b196-440c-9632-e038fb2b85ca HTTP/1.1" 401 293 0.000475 10.0.0.141 - - [2025-07-14 02:02:18] "GET /virtual-machine/ac093fa5-b196-440c-9632-e038fb2b85ca HTTP/1.1" 200 1298 0.026497 10.0.0.141 - - [2025-07-14 02:02:18] "GET /virtual-machine-interface/b4b57c69-3566-43d7-bd13-eee10777a8d1 HTTP/1.1" 200 2964 0.005266 10.0.0.141 - - [2025-07-14 02:02:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002802 10.0.0.141 - - [2025-07-14 02:02:18] "GET /global-vrouter-config/6db92660-4b89-4abb-9338-6cb8fca32f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003038 10.0.0.141 - - [2025-07-14 02:02:18] "GET /virtual-networks?parent_id=cb882528-01ae-4b22-8f71-f89669902517&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002981 10.0.0.141 - - [2025-07-14 02:02:18] "GET /virtual-network/3fcfe468-9998-45fb-94e4-3409c555b48e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005227 10.0.0.141 - - [2025-07-14 02:02:20] "POST /neutron/port HTTP/1.1" 200 1091 0.012432 10.0.0.141 - - [2025-07-14 02:02:20] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005491 10.0.0.141 - - [2025-07-14 02:02:21] "DELETE /project/9ee794babcde4a2588f81c6c9278dca9 HTTP/1.1" 404 173 0.016767 10.0.0.141 - - [2025-07-14 02:02:21] "DELETE /project/b2b9660ad3ff42ef9a4e8fde13653ead HTTP/1.1" 404 173 0.007050 10.0.0.141 - - [2025-07-14 02:02:21] "DELETE /project/cb88252801ae4b228f71f89669902517 HTTP/1.1" 404 173 0.006134 10.0.0.141 - - [2025-07-14 02:02:21] "GET /projects?obj_uuids=1951b9d6-4585-451c-af3f-324c7c83f11e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001450 10.0.0.141 - - [2025-07-14 02:02:21] "GET /projects?obj_uuids=9ee794ba-bcde-4a25-88f8-1c6c9278dca9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001051 10.0.0.141 - - [2025-07-14 02:02:21] "GET /projects?obj_uuids=b2b9660a-d3ff-42ef-9a4e-8fde13653ead&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000976 10.0.0.141 - - [2025-07-14 02:02:21] "GET /project/1951b9d6-4585-451c-af3f-324c7c83f11e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.058688 10.0.0.141 - - [2025-07-14 02:02:21] "GET /project/9ee794ba-bcde-4a25-88f8-1c6c9278dca9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.073329 10.0.0.141 - - [2025-07-14 02:02:21] "GET /project/b2b9660a-d3ff-42ef-9a4e-8fde13653ead?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1527 0.078796 10.0.0.141 - - [2025-07-14 02:02:21] "GET /projects?obj_uuids=1951b9d6-4585-451c-af3f-324c7c83f11e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001172 10.0.0.141 - - [2025-07-14 02:02:21] "GET /projects?obj_uuids=9ee794ba-bcde-4a25-88f8-1c6c9278dca9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001132 10.0.0.141 - - [2025-07-14 02:02:21] "GET /projects?obj_uuids=b2b9660a-d3ff-42ef-9a4e-8fde13653ead&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001021 10.0.0.141 - - [2025-07-14 02:02:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004603 10.0.0.141 - - [2025-07-14 02:02:21] "GET /virtual-network/3fcfe468-9998-45fb-94e4-3409c555b48e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.008046 10.0.0.141 - - [2025-07-14 02:02:21] "GET /project/1951b9d6-4585-451c-af3f-324c7c83f11e?fields=security_groups HTTP/1.1" 200 1396 0.066570 10.0.0.141 - - [2025-07-14 02:02:21] "GET /project/9ee794ba-bcde-4a25-88f8-1c6c9278dca9?fields=security_groups HTTP/1.1" 200 1358 0.068240 10.0.0.141 - - [2025-07-14 02:02:21] "GET /project/b2b9660a-d3ff-42ef-9a4e-8fde13653ead?fields=security_groups HTTP/1.1" 200 1410 0.067568 10.0.0.141 - - [2025-07-14 02:02:22] "DELETE /security-group/8b6161f0-5409-4b15-ab7b-a3760ed06370 HTTP/1.1" 200 115 0.105490 10.0.0.141 - - [2025-07-14 02:02:22] "DELETE /access-control-list/0f6ee4eb-e608-400d-8f75-3d814d6c403d HTTP/1.1" 200 115 0.064285 10.0.0.141 - - [2025-07-14 02:02:22] "GET /projects?obj_uuids=1951b9d6-4585-451c-af3f-324c7c83f11e&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001190 10.0.0.141 - - [2025-07-14 02:02:22] "DELETE /security-group/691926eb-b3a7-4807-9c3e-2f48193cd1d6 HTTP/1.1" 200 115 0.140793 10.0.0.141 - - [2025-07-14 02:02:22] "GET /project/1951b9d6-4585-451c-af3f-324c7c83f11e?fields=application_policy_sets HTTP/1.1" 200 1435 0.057978 10.0.0.141 - - [2025-07-14 02:02:22] "DELETE /security-group/37de7a41-1d3d-40c1-ba87-2d4fdcdc507c HTTP/1.1" 200 115 0.163530 10.0.0.141 - - [2025-07-14 02:02:22] "GET /projects?obj_uuids=9ee794ba-bcde-4a25-88f8-1c6c9278dca9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002109 10.0.0.141 - - [2025-07-14 02:02:22] "GET /projects?obj_uuids=b2b9660a-d3ff-42ef-9a4e-8fde13653ead&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001092 10.0.0.141 - - [2025-07-14 02:02:22] "DELETE /access-control-list/617b998e-1938-42f8-a5b9-cb3a814eba6e HTTP/1.1" 200 115 0.075149 10.0.0.141 - - [2025-07-14 02:02:22] "GET /project/9ee794ba-bcde-4a25-88f8-1c6c9278dca9?fields=application_policy_sets HTTP/1.1" 200 1397 0.046712 10.0.0.141 - - [2025-07-14 02:02:22] "DELETE /access-control-list/e1c9fddf-9e94-4db0-8a99-d88adb4c73de HTTP/1.1" 200 115 0.035000 10.0.0.141 - - [2025-07-14 02:02:22] "GET /project/b2b9660a-d3ff-42ef-9a4e-8fde13653ead?fields=application_policy_sets HTTP/1.1" 200 1449 0.090419 10.0.0.141 - - [2025-07-14 02:02:22] "DELETE /access-control-list/5b0c399c-cc4a-4c33-96ed-ba91d2ec6568 HTTP/1.1" 200 115 0.045378 10.0.0.141 - - [2025-07-14 02:02:22] "POST /neutron/port HTTP/1.1" 200 1088 0.028380 10.0.0.141 - - [2025-07-14 02:02:22] "DELETE /access-control-list/055729b3-fac5-4d58-91b6-de110dcbed94 HTTP/1.1" 200 115 0.060137 10.0.0.141 - - [2025-07-14 02:02:22] "DELETE /project/1951b9d6-4585-451c-af3f-324c7c83f11e HTTP/1.1" 200 115 0.596161 10.0.0.141 - - [2025-07-14 02:02:22] "POST /neutron/security_group HTTP/1.1" 200 2002 0.022335 10.0.0.141 - - [2025-07-14 02:02:22] "DELETE /access-control-list/d3d8d133-d715-475e-ad62-4a4b1d25c4af HTTP/1.1" 200 115 0.038202 10.0.0.141 - - [2025-07-14 02:02:22] "DELETE /project/9ee794ba-bcde-4a25-88f8-1c6c9278dca9 HTTP/1.1" 200 115 0.647616 10.0.0.141 - - [2025-07-14 02:02:22] "DELETE /project/b2b9660a-d3ff-42ef-9a4e-8fde13653ead HTTP/1.1" 200 115 0.676888 10.0.0.141 - - [2025-07-14 02:02:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.141 - - [2025-07-14 02:02:23] "GET /global-vrouter-config/6db92660-4b89-4abb-9338-6cb8fca32f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003260 10.0.0.141 - - [2025-07-14 02:02:24] "GET /virtual-networks?parent_id=cb882528-01ae-4b22-8f71-f89669902517&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003217 10.0.0.141 - - [2025-07-14 02:02:24] "GET /virtual-network/3fcfe468-9998-45fb-94e4-3409c555b48e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005336 10.0.0.141 - - [2025-07-14 02:02:24] "POST /neutron/port HTTP/1.1" 200 1088 0.012202 10.0.0.141 - - [2025-07-14 02:02:24] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006386 10.0.0.141 - - [2025-07-14 02:02:24] "POST /neutron/port HTTP/1.1" 200 1088 0.011487 10.0.0.141 - - [2025-07-14 02:02:24] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006374 10.0.0.141 - - [2025-07-14 02:02:24] "POST /neutron/port HTTP/1.1" 200 1088 0.010943 10.0.0.141 - - [2025-07-14 02:02:24] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007393 10.0.0.141 - - [2025-07-14 02:02:24] "GET /virtual-machine/d062bd14-b17e-4f4f-a8e7-5130ad733ded HTTP/1.1" 200 1298 0.006587 10.0.0.141 - - [2025-07-14 02:02:24] "GET /virtual-machine-interface/d10f69fd-998b-4b80-90d4-e3a97a00fa0f HTTP/1.1" 200 2976 0.005144 10.0.0.141 - - [2025-07-14 02:02:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002983 10.0.0.141 - - [2025-07-14 02:02:24] "GET /global-vrouter-config/6db92660-4b89-4abb-9338-6cb8fca32f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004406 10.0.0.141 - - [2025-07-14 02:02:24] "GET /virtual-networks?parent_id=cb882528-01ae-4b22-8f71-f89669902517&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003325 10.0.0.141 - - [2025-07-14 02:02:24] "GET /virtual-network/5ce7046a-a05a-4320-b144-7ef1cf066696?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005653 10.0.0.141 - - [2025-07-14 02:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002929 10.0.0.141 - - [2025-07-14 02:02:25] "GET /global-vrouter-config/6db92660-4b89-4abb-9338-6cb8fca32f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004564 10.0.0.141 - - [2025-07-14 02:02:25] "GET /virtual-networks?parent_id=cb882528-01ae-4b22-8f71-f89669902517&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003946 10.0.0.141 - - [2025-07-14 02:02:25] "GET /virtual-network/5ce7046a-a05a-4320-b144-7ef1cf066696?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008712 10.0.0.141 - - [2025-07-14 02:02:26] "GET /obj-perms HTTP/1.1" 200 5075 0.061691 10.0.0.141 - - [2025-07-14 02:02:26] "GET /obj-perms HTTP/1.1" 200 5075 0.049511 10.0.0.141 - - [2025-07-14 02:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.141 - - [2025-07-14 02:02:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937 10.0.0.141 - - [2025-07-14 02:02:26] "POST /chown HTTP/1.1" 200 109 0.015862 10.0.0.141 - - [2025-07-14 02:02:26] "POST /instance-ips HTTP/1.1" 400 246 0.023136 10.0.0.141 - - [2025-07-14 02:02:26] "POST /chown HTTP/1.1" 200 109 0.008244 10.0.0.141 - - [2025-07-14 02:02:26] "POST /chown HTTP/1.1" 200 109 0.011039 10.0.0.141 - - [2025-07-14 02:02:26] "POST /instance-ips HTTP/1.1" 400 316 0.024182 10.0.0.141 - - [2025-07-14 02:02:26] "POST /chown HTTP/1.1" 200 109 0.008653 10.0.0.141 - - [2025-07-14 02:02:27] "POST /chown HTTP/1.1" 200 109 0.009479 10.0.0.141 - - [2025-07-14 02:02:27] "POST /instance-ips HTTP/1.1" 400 246 0.017464 10.0.0.141 - - [2025-07-14 02:02:27] "POST /chown HTTP/1.1" 200 109 0.009768 10.0.0.141 - - [2025-07-14 02:02:27] "POST /chown HTTP/1.1" 200 109 0.012096 10.0.0.141 - - [2025-07-14 02:02:27] "POST /instance-ips HTTP/1.1" 400 316 0.020730 10.0.0.141 - - [2025-07-14 02:02:27] "POST /chown HTTP/1.1" 200 109 0.010905 10.0.0.141 - - [2025-07-14 02:02:29] "POST /neutron/router HTTP/1.1" 200 656 0.004864 10.0.0.141 - - [2025-07-14 02:02:29] "POST /ref-update HTTP/1.1" 200 156 0.017938 10.0.0.141 - - [2025-07-14 02:02:29] "POST /neutron/router HTTP/1.1" 200 344 0.134480 10.0.0.141 - - [2025-07-14 02:02:29] "POST /neutron/router HTTP/1.1" 200 656 0.006830 10.0.0.141 - - [2025-07-14 02:02:30] "GET /logical-router/9efd1360-0533-41a2-bfdf-4bbc6b9e7e33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1978 0.005060 10.0.0.141 - - [2025-07-14 02:02:30] "GET /service-instance/60df1258-0ea2-4a6e-b9d0-bad91e7b691f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2328 0.004390 10.0.0.141 - - [2025-07-14 02:02:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004756 10.0.0.141 - - [2025-07-14 02:02:30] "POST /neutron/router HTTP/1.1" 200 151 0.069290 10.0.0.141 - - [2025-07-14 02:02:30] "DELETE /route-target/cb8e7b8f-2295-47cf-a460-770bd6be40e9 HTTP/1.1" 409 240 0.005563 10.0.0.141 - - [2025-07-14 02:02:30] "PUT /logical-router/9efd1360-0533-41a2-bfdf-4bbc6b9e7e33 HTTP/1.1" 404 171 0.003652 10.0.0.141 - - [2025-07-14 02:02:30] "POST /ref-update HTTP/1.1" 200 156 0.012800 10.0.0.141 - - [2025-07-14 02:02:30] "PUT /routing-instance/4a24da87-47c3-4e52-b442-3908f9c1fd44 HTTP/1.1" 200 267 0.019588 10.0.0.141 - - [2025-07-14 02:02:30] "DELETE /route-table/6e7253bf-8861-47f5-b5f0-356bdc6db63b HTTP/1.1" 200 115 0.055929 10.0.0.141 - - [2025-07-14 02:02:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005048 10.0.0.141 - - [2025-07-14 02:02:30] "POST /neutron/network HTTP/1.1" 200 831 0.025843 10.0.0.141 - - [2025-07-14 02:02:30] "GET /virtual-network/99338a1a-1315-4399-9702-d70a16667cc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2137 0.008684 10.0.0.141 - - [2025-07-14 02:02:30] "POST /neutron/network HTTP/1.1" 400 204 0.053143 10.0.0.141 - - [2025-07-14 02:02:30] "POST /ref-update HTTP/1.1" 200 156 0.016042 10.0.0.141 - - [2025-07-14 02:02:30] "POST /ref-update HTTP/1.1" 200 156 0.012795 10.0.0.141 - - [2025-07-14 02:02:30] "DELETE /instance-ip/31522585-b514-4602-be0d-367e77afed58 HTTP/1.1" 200 115 0.033900 10.0.0.141 - - [2025-07-14 02:02:30] "POST /useragent-kv HTTP/1.1" 200 115 0.008204 10.0.0.141 - - [2025-07-14 02:02:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.008933 10.0.0.141 - - [2025-07-14 02:02:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003926 10.0.0.141 - - [2025-07-14 02:02:30] "DELETE /virtual-network/99338a1a-1315-4399-9702-d70a16667cc1 HTTP/1.1" 200 115 0.165428 10.0.0.141 - - [2025-07-14 02:02:30] "DELETE /route-target/dc17da11-46bb-45c0-bd38-bf93df833598 HTTP/1.1" 200 115 0.030578 10.0.0.141 - - [2025-07-14 02:02:30] "DELETE /service-instance/60df1258-0ea2-4a6e-b9d0-bad91e7b691f HTTP/1.1" 200 115 0.061196 10.0.0.141 - - [2025-07-14 02:02:30] "GET /logical-router/9efd1360-0533-41a2-bfdf-4bbc6b9e7e33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.009754 10.0.0.141 - - [2025-07-14 02:02:30] "POST /neutron/port HTTP/1.1" 200 1088 0.015624 10.0.0.141 - - [2025-07-14 02:02:30] "POST /neutron/port HTTP/1.1" 200 1114 0.011246 10.0.0.141 - - [2025-07-14 02:02:30] "GET /service-instance/60df1258-0ea2-4a6e-b9d0-bad91e7b691f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004674 10.0.0.141 - - [2025-07-14 02:02:30] "GET /virtual-machine-interface/afbb7f40-f4ec-40c5-976b-b6cfde2bb6ed?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1667 0.010928 10.0.0.141 - - [2025-07-14 02:02:30] "POST /neutron/port HTTP/1.1" 200 151 0.171498 10.0.0.141 - - [2025-07-14 02:02:30] "POST /ref-update HTTP/1.1" 200 156 0.038949 10.0.0.141 - - [2025-07-14 02:02:31] "GET /instance-ip/eddf9775-9262-4eb9-b574-06e27d66c736?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005164 10.0.0.141 - - [2025-07-14 02:02:31] "POST /neutron/port HTTP/1.1" 200 1091 0.017915 10.0.0.141 - - [2025-07-14 02:02:31] "POST /neutron/port HTTP/1.1" 200 1117 0.012718 10.0.0.141 - - [2025-07-14 02:02:31] "DELETE /virtual-machine-interface/afbb7f40-f4ec-40c5-976b-b6cfde2bb6ed HTTP/1.1" 200 115 0.076584 10.0.0.141 - - [2025-07-14 02:02:31] "GET /virtual-machine-interface/926c6d16-f55e-4520-ad3d-165bef54334f?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1346 0.006100 10.0.0.141 - - [2025-07-14 02:02:31] "POST /neutron/port HTTP/1.1" 200 151 0.165776 10.0.0.141 - - [2025-07-14 02:02:31] "DELETE /virtual-machine-interface/926c6d16-f55e-4520-ad3d-165bef54334f HTTP/1.1" 200 115 0.052175 10.0.0.141 - - [2025-07-14 02:02:31] "DELETE /virtual-machine/9e77670c-dd41-4235-86f2-8db73c5c3beb HTTP/1.1" 200 115 0.023992 10.0.0.141 - - [2025-07-14 02:02:31] "GET /virtual-machine-interface/1dc7c51d-a41d-4761-aa3d-cce29a75fb39?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1666 0.007761 10.0.0.141 - - [2025-07-14 02:02:31] "POST /ref-update HTTP/1.1" 200 156 0.016247 10.0.0.141 - - [2025-07-14 02:02:31] "GET /instance-ip/eddf9775-9262-4eb9-b574-06e27d66c736?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1695 0.005701 10.0.0.141 - - [2025-07-14 02:02:31] "DELETE /instance-ip/eddf9775-9262-4eb9-b574-06e27d66c736 HTTP/1.1" 200 115 0.026369 10.0.0.141 - - [2025-07-14 02:02:31] "DELETE /virtual-machine-interface/1dc7c51d-a41d-4761-aa3d-cce29a75fb39 HTTP/1.1" 200 115 0.032515 10.0.0.141 - - [2025-07-14 02:02:31] "GET /virtual-machine-interface/122486d1-1572-4053-8bbd-490e0955dc63?fields=instance_ip_back_refs%2Cfloating_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1345 0.006069 10.0.0.141 - - [2025-07-14 02:02:31] "DELETE /virtual-machine-interface/122486d1-1572-4053-8bbd-490e0955dc63 HTTP/1.1" 200 115 0.034264 10.0.0.141 - - [2025-07-14 02:02:31] "POST /ref-update HTTP/1.1" 200 156 0.010317 10.0.0.141 - - [2025-07-14 02:02:31] "DELETE /virtual-machine/aeabfba5-f3f9-4aa4-91f3-659b01c69adc HTTP/1.1" 200 115 0.018772 10.0.0.141 - - [2025-07-14 02:02:32] "POST /neutron/network HTTP/1.1" 200 831 0.007750 10.0.0.141 - - [2025-07-14 02:02:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004469 10.0.0.141 - - [2025-07-14 02:02:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002745 10.0.0.141 - - [2025-07-14 02:02:32] "POST /useragent-kv HTTP/1.1" 200 115 0.003505 10.0.0.141 - - [2025-07-14 02:02:32] "POST /neutron/network HTTP/1.1" 200 151 0.093773 10.0.0.141 - - [2025-07-14 02:02:32] "DELETE /route-target/fe82de48-67eb-4e3d-91dc-1ca2c0f2fd4b HTTP/1.1" 200 115 0.017169 10.0.0.141 - - [2025-07-14 02:02:32] "POST /neutron/network HTTP/1.1" 200 827 0.005828 10.0.0.141 - - [2025-07-14 02:02:32] "POST /useragent-kv HTTP/1.1" 200 115 0.004088 10.0.0.141 - - [2025-07-14 02:02:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004228 10.0.0.141 - - [2025-07-14 02:02:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002183 10.0.0.141 - - [2025-07-14 02:02:32] "POST /neutron/network HTTP/1.1" 200 151 0.082803 10.0.0.141 - - [2025-07-14 02:02:32] "DELETE /route-target/bf5ed8ee-1336-4645-ba64-e3ddb019e418 HTTP/1.1" 200 115 0.014240 10.0.0.141 - - [2025-07-14 02:02:32] "GET /projects?obj_uuids=cb882528-01ae-4b22-8f71-f89669902517&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001285 10.0.0.141 - - [2025-07-14 02:02:32] "GET /project/cb882528-01ae-4b22-8f71-f89669902517?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.030591 10.0.0.141 - - [2025-07-14 02:02:32] "GET /projects?obj_uuids=cb882528-01ae-4b22-8f71-f89669902517&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001243 10.0.0.141 - - [2025-07-14 02:02:32] "GET /project/cb882528-01ae-4b22-8f71-f89669902517?fields=virtual_networks HTTP/1.1" 200 1051 0.069868 10.0.0.141 - - [2025-07-14 02:02:32] "GET /projects?obj_uuids=cb882528-01ae-4b22-8f71-f89669902517&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001269 10.0.0.141 - - [2025-07-14 02:02:33] "GET /project/cb882528-01ae-4b22-8f71-f89669902517?fields=virtual_machine_interfaces HTTP/1.1" 200 1051 0.024424 10.0.0.141 - - [2025-07-14 02:02:33] "GET /projects?obj_uuids=cb882528-01ae-4b22-8f71-f89669902517&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001737 10.0.0.141 - - [2025-07-14 02:02:33] "GET /project/cb882528-01ae-4b22-8f71-f89669902517?fields=security_groups HTTP/1.1" 200 1281 0.026918 10.0.0.141 - - [2025-07-14 02:02:33] "POST /fqname-to-id HTTP/1.1" 404 196 0.024647 10.0.0.141 - - [2025-07-14 02:02:33] "GET /projects?obj_uuids=be47ae53-b374-4f8f-a92a-4772d1472191&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003240 10.0.0.141 - - [2025-07-14 02:02:34] "GET /domains?obj_uuids=d45b311b-3456-473f-8bc7-c85d702ccbc9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001256 10.0.0.141 - - [2025-07-14 02:02:34] "GET /domain/d45b311b-3456-473f-8bc7-c85d702ccbc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008187 10.0.0.141 - - [2025-07-14 02:02:34] "POST /id-to-fqname HTTP/1.1" 200 198 0.003176 10.0.0.141 - - [2025-07-14 02:02:34] "POST /fqname-to-id HTTP/1.1" 404 207 0.003555 10.0.0.141 - - [2025-07-14 02:02:34] "POST /security-groups HTTP/1.1" 200 599 0.066943 10.0.0.141 - - [2025-07-14 02:02:34] "POST /fqname-to-id HTTP/1.1" 404 242 0.002882 10.0.0.141 - - [2025-07-14 02:02:34] "POST /projects HTTP/1.1" 200 601 0.241246 10.0.0.141 - - [2025-07-14 02:02:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.310073 10.0.0.141 - - [2025-07-14 02:02:34] "POST /access-control-lists HTTP/1.1" 200 606 0.065819 10.0.0.141 - - [2025-07-14 02:02:34] "GET /project/be47ae53-b374-4f8f-a92a-4772d1472191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.450049 10.0.0.141 - - [2025-07-14 02:02:34] "POST /fqname-to-id HTTP/1.1" 404 241 0.007784 10.0.0.141 - - [2025-07-14 02:02:34] "POST /access-control-lists HTTP/1.1" 200 604 0.061068 10.0.0.141 - - [2025-07-14 02:02:35] "GET / HTTP/1.1" 200 36215 0.002824 10.0.0.141 - - [2025-07-14 02:02:36] "POST /fqname-to-id HTTP/1.1" 401 293 0.000752 10.0.0.141 - - [2025-07-14 02:02:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.064683 10.0.0.141 - - [2025-07-14 02:02:36] "GET /projects?obj_uuids=be47ae53-b374-4f8f-a92a-4772d1472191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001091 10.0.0.141 - - [2025-07-14 02:02:36] "GET /project/be47ae53-b374-4f8f-a92a-4772d1472191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.032120 10.0.0.141 - - [2025-07-14 02:02:36] "POST /neutron/network HTTP/1.1" 200 117 0.032548 10.0.0.141 - - [2025-07-14 02:02:36] "GET /projects?obj_uuids=be47ae53-b374-4f8f-a92a-4772d1472191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001993 10.0.0.141 - - [2025-07-14 02:02:36] "POST /neutron/network HTTP/1.1" 200 613 0.146553 10.0.0.141 - - [2025-07-14 02:02:36] "POST /route-targets HTTP/1.1" 200 328 0.014187 10.0.0.141 - - [2025-07-14 02:02:37] "POST /ref-update HTTP/1.1" 200 156 0.013612 10.0.0.141 - - [2025-07-14 02:02:37] "POST /useragent-kv HTTP/1.1" 200 115 0.006240 10.0.0.141 - - [2025-07-14 02:02:37] "POST /neutron/subnet HTTP/1.1" 200 715 0.199452 10.0.0.141 - - [2025-07-14 02:02:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003160 10.0.0.141 - - [2025-07-14 02:02:37] "POST /neutron/subnet HTTP/1.1" 200 823 0.160485 10.0.0.141 - - [2025-07-14 02:02:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.033114 10.0.0.141 - - [2025-07-14 02:02:37] "GET /virtual-network/124e6adf-db81-4466-af59-9daebc28786c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.010994 10.0.0.141 - - [2025-07-14 02:02:37] "POST /neutron/network HTTP/1.1" 200 1003 0.009681 10.0.0.141 - - [2025-07-14 02:02:37] "POST /id-to-fqname HTTP/1.1" 200 228 0.001305 10.0.0.141 - - [2025-07-14 02:02:37] "GET /virtual-network/a2d1c29f-5c2e-449b-b50b-e6b3b24bccf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005074 10.0.0.141 - - [2025-07-14 02:02:37] "POST /neutron/network HTTP/1.1" 200 1003 0.008401 10.0.0.141 - - [2025-07-14 02:02:37] "GET /virtual-network/a2d1c29f-5c2e-449b-b50b-e6b3b24bccf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.005301 10.0.0.141 - - [2025-07-14 02:02:37] "POST /neutron/network HTTP/1.1" 200 1003 0.009713 10.0.0.141 - - [2025-07-14 02:02:37] "POST /neutron/subnet HTTP/1.1" 200 715 0.007542 10.0.0.141 - - [2025-07-14 02:02:37] "POST /neutron/subnet HTTP/1.1" 200 823 0.007691 10.0.0.141 - - [2025-07-14 02:02:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002605 10.0.0.141 - - [2025-07-14 02:02:37] "GET /projects?obj_uuids=be47ae53-b374-4f8f-a92a-4772d1472191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001141 10.0.0.141 - - [2025-07-14 02:02:37] "GET /project/be47ae53-b374-4f8f-a92a-4772d1472191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.037970 10.0.0.141 - - [2025-07-14 02:02:37] "POST /neutron/network HTTP/1.1" 200 117 0.009628 10.0.0.141 - - [2025-07-14 02:02:37] "GET /projects?obj_uuids=be47ae53-b374-4f8f-a92a-4772d1472191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001287 10.0.0.141 - - [2025-07-14 02:02:37] "POST /neutron/network HTTP/1.1" 200 613 0.094260 10.0.0.141 - - [2025-07-14 02:02:37] "POST /route-targets HTTP/1.1" 200 328 0.013118 10.0.0.141 - - [2025-07-14 02:02:37] "POST /ref-update HTTP/1.1" 200 156 0.013856 10.0.0.141 - - [2025-07-14 02:02:37] "POST /useragent-kv HTTP/1.1" 200 115 0.006392 10.0.0.141 - - [2025-07-14 02:02:38] "POST /neutron/subnet HTTP/1.1" 200 724 0.202430 10.0.0.141 - - [2025-07-14 02:02:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003677 10.0.0.141 - - [2025-07-14 02:02:38] "GET /virtual-network/124e6adf-db81-4466-af59-9daebc28786c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.006187 10.0.0.141 - - [2025-07-14 02:02:38] "POST /useragent-kv HTTP/1.1" 200 115 0.004565 10.0.0.141 - - [2025-07-14 02:02:38] "POST /neutron/subnet HTTP/1.1" 200 828 0.164164 10.0.0.141 - - [2025-07-14 02:02:38] "POST /neutron/network HTTP/1.1" 200 1006 0.007633 10.0.0.141 - - [2025-07-14 02:02:38] "POST /id-to-fqname HTTP/1.1" 200 228 0.001470 10.0.0.141 - - [2025-07-14 02:02:38] "GET /virtual-network/47da92e2-59a8-4b9b-b176-f5acbcb9fd3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005482 10.0.0.141 - - [2025-07-14 02:02:38] "POST /neutron/network HTTP/1.1" 200 1006 0.007415 10.0.0.141 - - [2025-07-14 02:02:38] "GET /virtual-network/47da92e2-59a8-4b9b-b176-f5acbcb9fd3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005857 10.0.0.141 - - [2025-07-14 02:02:38] "POST /neutron/network HTTP/1.1" 200 1006 0.008213 10.0.0.141 - - [2025-07-14 02:02:38] "POST /neutron/subnet HTTP/1.1" 200 724 0.008415 10.0.0.141 - - [2025-07-14 02:02:38] "POST /neutron/subnet HTTP/1.1" 200 828 0.007686 10.0.0.141 - - [2025-07-14 02:02:38] "POST /fqname-to-id HTTP/1.1" 404 234 0.002749 10.0.0.141 - - [2025-07-14 02:02:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004286 10.0.0.141 - - [2025-07-14 02:02:38] "GET /projects?obj_uuids=be47ae53-b374-4f8f-a92a-4772d1472191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001210 10.0.0.141 - - [2025-07-14 02:02:38] "GET /project/be47ae53-b374-4f8f-a92a-4772d1472191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.032549 10.0.0.141 - - [2025-07-14 02:02:38] "POST /network-policys HTTP/1.1" 200 579 0.060103 10.0.0.141 - - [2025-07-14 02:02:38] "GET /network-policy/e9fae271-f807-4747-a76f-73243c1644b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3131 0.006824 10.0.0.141 - - [2025-07-14 02:02:38] "POST /neutron/network HTTP/1.1" 200 1003 0.010897 10.0.0.141 - - [2025-07-14 02:02:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.007446 10.0.0.141 - - [2025-07-14 02:02:38] "POST /fqname-to-id HTTP/1.1" 404 242 0.007408 10.0.0.141 - - [2025-07-14 02:02:38] "GET /virtual-network/124e6adf-db81-4466-af59-9daebc28786c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.008949 10.0.0.141 - - [2025-07-14 02:02:38] "POST /neutron/network HTTP/1.1" 200 1111 0.072208 10.0.0.141 - - [2025-07-14 02:02:38] "POST /access-control-lists HTTP/1.1" 200 598 0.080046 10.0.0.141 - - [2025-07-14 02:02:38] "POST /neutron/network HTTP/1.1" 200 1111 0.039703 10.0.0.141 - - [2025-07-14 02:02:38] "GET /virtual-network/a2d1c29f-5c2e-449b-b50b-e6b3b24bccf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.007313 10.0.0.141 - - [2025-07-14 02:02:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004153 10.0.0.141 - - [2025-07-14 02:02:38] "GET /network-policy/e9fae271-f807-4747-a76f-73243c1644b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3131 0.003951 10.0.0.141 - - [2025-07-14 02:02:38] "POST /neutron/network HTTP/1.1" 200 1006 0.007933 10.0.0.141 - - [2025-07-14 02:02:39] "POST /fqname-to-id HTTP/1.1" 404 242 0.007342 10.0.0.141 - - [2025-07-14 02:02:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005423 10.0.0.141 - - [2025-07-14 02:02:39] "GET /virtual-network/124e6adf-db81-4466-af59-9daebc28786c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.005261 10.0.0.141 - - [2025-07-14 02:02:39] "POST /neutron/network HTTP/1.1" 200 1114 0.058402 10.0.0.141 - - [2025-07-14 02:02:39] "POST /access-control-lists HTTP/1.1" 200 598 0.071754 10.0.0.141 - - [2025-07-14 02:02:39] "POST /neutron/network HTTP/1.1" 200 1114 0.039827 10.0.0.141 - - [2025-07-14 02:02:39] "GET /virtual-network/47da92e2-59a8-4b9b-b176-f5acbcb9fd3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.006261 10.0.0.141 - - [2025-07-14 02:02:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002674 10.0.0.141 - - [2025-07-14 02:02:39] "POST /ref-update HTTP/1.1" 200 156 0.009712 10.0.0.141 - - [2025-07-14 02:02:39] "GET /network-policy/e9fae271-f807-4747-a76f-73243c1644b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3131 0.004007 10.0.0.141 - - [2025-07-14 02:02:39] "GET /domains HTTP/1.1" 401 293 0.000438 10.0.0.141 - - [2025-07-14 02:02:39] "PUT /access-control-list/70ca359d-56d3-4d10-b0e8-79bb13c42950 HTTP/1.1" 200 273 0.054031 10.0.0.141 - - [2025-07-14 02:02:39] "GET /domains HTTP/1.1" 200 281 0.025145 10.0.0.141 - - [2025-07-14 02:02:39] "GET /domains?obj_uuids=d45b311b-3456-473f-8bc7-c85d702ccbc9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001225 10.0.0.141 - - [2025-07-14 02:02:39] "GET /domain/d45b311b-3456-473f-8bc7-c85d702ccbc9 HTTP/1.1" 200 2782 0.009074 10.0.0.141 - - [2025-07-14 02:02:39] "GET /projects?obj_uuids=be47ae53-b374-4f8f-a92a-4772d1472191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001171 10.0.0.141 - - [2025-07-14 02:02:39] "GET /project/be47ae53-b374-4f8f-a92a-4772d1472191 HTTP/1.1" 200 2644 0.079449 10.0.0.141 - - [2025-07-14 02:02:39] "GET /virtual-network/a2d1c29f-5c2e-449b-b50b-e6b3b24bccf2 HTTP/1.1" 200 3503 0.011670 10.0.0.141 - - [2025-07-14 02:02:39] "GET /virtual-network/a2d1c29f-5c2e-449b-b50b-e6b3b24bccf2 HTTP/1.1" 200 3503 0.005082 10.0.0.141 - - [2025-07-14 02:02:39] "GET /routing-instance/fcec0685-3628-435f-8a81-4fcfb809b46d HTTP/1.1" 200 1799 0.004090 10.0.0.141 - - [2025-07-14 02:02:39] "GET /routing-instance/fcec0685-3628-435f-8a81-4fcfb809b46d HTTP/1.1" 200 1799 0.004601 10.0.0.141 - - [2025-07-14 02:02:39] "GET /route-target/ac57a5b1-3f88-4b24-a4f6-bd301657a3b2 HTTP/1.1" 200 1215 0.003438 10.0.0.141 - - [2025-07-14 02:02:39] "GET /virtual-network/a2d1c29f-5c2e-449b-b50b-e6b3b24bccf2 HTTP/1.1" 200 3503 0.004779 10.0.0.141 - - [2025-07-14 02:02:39] "GET /routing-instance/fcec0685-3628-435f-8a81-4fcfb809b46d HTTP/1.1" 200 1799 0.003468 10.0.0.141 - - [2025-07-14 02:02:39] "GET /virtual-network/a2d1c29f-5c2e-449b-b50b-e6b3b24bccf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.004928 10.0.0.141 - - [2025-07-14 02:02:39] "GET /virtual-network/a2d1c29f-5c2e-449b-b50b-e6b3b24bccf2 HTTP/1.1" 200 3503 0.005065 10.0.0.141 - - [2025-07-14 02:02:39] "GET /routing-instance/fcec0685-3628-435f-8a81-4fcfb809b46d HTTP/1.1" 200 1799 0.003400 10.0.0.141 - - [2025-07-14 02:02:39] "GET /routing-instance/fcec0685-3628-435f-8a81-4fcfb809b46d HTTP/1.1" 200 1799 0.003567 10.0.0.141 - - [2025-07-14 02:02:39] "GET /route-target/ac57a5b1-3f88-4b24-a4f6-bd301657a3b2 HTTP/1.1" 200 1215 0.005091 10.0.0.141 - - [2025-07-14 02:02:39] "GET /domains HTTP/1.1" 200 281 0.002696 10.0.0.141 - - [2025-07-14 02:02:39] "GET /domains?obj_uuids=d45b311b-3456-473f-8bc7-c85d702ccbc9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001077 10.0.0.141 - - [2025-07-14 02:02:39] "GET /domain/d45b311b-3456-473f-8bc7-c85d702ccbc9 HTTP/1.1" 200 2782 0.007454 10.0.0.141 - - [2025-07-14 02:02:39] "GET /projects?obj_uuids=be47ae53-b374-4f8f-a92a-4772d1472191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001248 10.0.0.141 - - [2025-07-14 02:02:39] "GET /project/be47ae53-b374-4f8f-a92a-4772d1472191 HTTP/1.1" 200 2644 0.070968 10.0.0.141 - - [2025-07-14 02:02:39] "GET /virtual-network/a2d1c29f-5c2e-449b-b50b-e6b3b24bccf2 HTTP/1.1" 200 3503 0.005580 10.0.0.141 - - [2025-07-14 02:02:40] "GET /obj-perms HTTP/1.1" 200 5065 0.052345 10.0.0.141 - - [2025-07-14 02:02:40] "GET /domains HTTP/1.1" 200 281 0.003252 10.0.0.141 - - [2025-07-14 02:02:40] "GET /domains?obj_uuids=d45b311b-3456-473f-8bc7-c85d702ccbc9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001643 10.0.0.141 - - [2025-07-14 02:02:40] "GET /domain/d45b311b-3456-473f-8bc7-c85d702ccbc9 HTTP/1.1" 200 2782 0.011718 10.0.0.141 - - [2025-07-14 02:02:40] "GET /projects?obj_uuids=be47ae53-b374-4f8f-a92a-4772d1472191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001177 10.0.0.141 - - [2025-07-14 02:02:40] "GET /project/be47ae53-b374-4f8f-a92a-4772d1472191 HTTP/1.1" 200 2644 0.069049 10.0.0.141 - - [2025-07-14 02:02:40] "GET /virtual-network/47da92e2-59a8-4b9b-b176-f5acbcb9fd3d HTTP/1.1" 200 3511 0.007650 10.0.0.141 - - [2025-07-14 02:02:40] "GET /virtual-network/47da92e2-59a8-4b9b-b176-f5acbcb9fd3d HTTP/1.1" 200 3511 0.010324 10.0.0.141 - - [2025-07-14 02:02:40] "GET /routing-instance/2fedc143-a7b0-4cbb-86cb-76c27c85ceff HTTP/1.1" 200 1798 0.004379 10.0.0.141 - - [2025-07-14 02:02:40] "GET /routing-instance/2fedc143-a7b0-4cbb-86cb-76c27c85ceff HTTP/1.1" 200 1798 0.003986 10.0.0.141 - - [2025-07-14 02:02:40] "GET /route-target/e7d1de3d-68a4-44ee-a56f-ef156b163085 HTTP/1.1" 200 1215 0.003454 10.0.0.141 - - [2025-07-14 02:02:40] "GET /virtual-network/47da92e2-59a8-4b9b-b176-f5acbcb9fd3d HTTP/1.1" 200 3511 0.007828 10.0.0.141 - - [2025-07-14 02:02:40] "GET /routing-instance/2fedc143-a7b0-4cbb-86cb-76c27c85ceff HTTP/1.1" 200 1798 0.004739 10.0.0.141 - - [2025-07-14 02:02:40] "GET /virtual-network/47da92e2-59a8-4b9b-b176-f5acbcb9fd3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.005253 10.0.0.141 - - [2025-07-14 02:02:40] "GET /virtual-network/47da92e2-59a8-4b9b-b176-f5acbcb9fd3d HTTP/1.1" 200 3511 0.005297 10.0.0.141 - - [2025-07-14 02:02:40] "GET /routing-instance/2fedc143-a7b0-4cbb-86cb-76c27c85ceff HTTP/1.1" 200 1798 0.003873 10.0.0.141 - - [2025-07-14 02:02:40] "GET /routing-instance/2fedc143-a7b0-4cbb-86cb-76c27c85ceff HTTP/1.1" 200 1798 0.004014 10.0.0.141 - - [2025-07-14 02:02:40] "GET /route-target/e7d1de3d-68a4-44ee-a56f-ef156b163085 HTTP/1.1" 200 1215 0.004937 10.0.0.141 - - [2025-07-14 02:02:40] "GET /domains HTTP/1.1" 200 281 0.003506 10.0.0.141 - - [2025-07-14 02:02:40] "GET /domains?obj_uuids=d45b311b-3456-473f-8bc7-c85d702ccbc9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001201 10.0.0.141 - - [2025-07-14 02:02:40] "GET /domain/d45b311b-3456-473f-8bc7-c85d702ccbc9 HTTP/1.1" 200 2782 0.007912 10.0.0.141 - - [2025-07-14 02:02:40] "GET /projects?obj_uuids=be47ae53-b374-4f8f-a92a-4772d1472191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001376 10.0.0.141 - - [2025-07-14 02:02:40] "GET /project/be47ae53-b374-4f8f-a92a-4772d1472191 HTTP/1.1" 200 2644 0.081627 10.0.0.141 - - [2025-07-14 02:02:40] "GET /virtual-network/47da92e2-59a8-4b9b-b176-f5acbcb9fd3d HTTP/1.1" 200 3511 0.004908 10.0.0.141 - - [2025-07-14 02:02:40] "GET /obj-perms HTTP/1.1" 200 5065 0.003252 10.0.0.141 - - [2025-07-14 02:02:40] "GET /virtual-network/47da92e2-59a8-4b9b-b176-f5acbcb9fd3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.007380 10.0.0.141 - - [2025-07-14 02:02:40] "POST /neutron/network HTTP/1.1" 200 1114 0.007726 10.0.0.141 - - [2025-07-14 02:02:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.009917 10.0.0.141 - - [2025-07-14 02:02:40] "GET /virtual-network/124e6adf-db81-4466-af59-9daebc28786c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.006894 10.0.0.141 - - [2025-07-14 02:02:40] "POST /neutron/network HTTP/1.1" 200 1006 0.068449 10.0.0.141 - - [2025-07-14 02:02:40] "DELETE /access-control-list/31c6f116-443c-41c7-a554-54ab78d0a8ff HTTP/1.1" 200 115 0.051437 10.0.0.141 - - [2025-07-14 02:02:40] "POST /neutron/network HTTP/1.1" 200 1006 0.013227 10.0.0.141 - - [2025-07-14 02:02:40] "POST /ref-update HTTP/1.1" 200 156 0.020379 10.0.0.141 - - [2025-07-14 02:02:40] "GET /virtual-network/47da92e2-59a8-4b9b-b176-f5acbcb9fd3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.011131 10.0.0.141 - - [2025-07-14 02:02:40] "GET /virtual-network/a2d1c29f-5c2e-449b-b50b-e6b3b24bccf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.006887 10.0.0.141 - - [2025-07-14 02:02:40] "POST /neutron/network HTTP/1.1" 200 1111 0.007291 10.0.0.141 - - [2025-07-14 02:02:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.007730 10.0.0.141 - - [2025-07-14 02:02:40] "GET /virtual-network/124e6adf-db81-4466-af59-9daebc28786c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.005536 10.0.0.141 - - [2025-07-14 02:02:40] "POST /neutron/network HTTP/1.1" 200 1003 0.055774 10.0.0.141 - - [2025-07-14 02:02:40] "DELETE /access-control-list/70ca359d-56d3-4d10-b0e8-79bb13c42950 HTTP/1.1" 200 115 0.046059 10.0.0.141 - - [2025-07-14 02:02:40] "POST /neutron/network HTTP/1.1" 200 1003 0.010658 10.0.0.141 - - [2025-07-14 02:02:40] "GET /virtual-network/a2d1c29f-5c2e-449b-b50b-e6b3b24bccf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.007644 10.0.0.141 - - [2025-07-14 02:02:40] "POST /ref-update HTTP/1.1" 200 156 0.024746 10.0.0.141 - - [2025-07-14 02:02:41] "DELETE /network-policy/e9fae271-f807-4747-a76f-73243c1644b9 HTTP/1.1" 200 115 0.033279 10.0.0.141 - - [2025-07-14 02:02:41] "POST /neutron/network HTTP/1.1" 200 1006 0.009826 10.0.0.141 - - [2025-07-14 02:02:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004478 10.0.0.141 - - [2025-07-14 02:02:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002568 10.0.0.141 - - [2025-07-14 02:02:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002955 10.0.0.141 - - [2025-07-14 02:02:41] "POST /useragent-kv HTTP/1.1" 200 115 0.004240 10.0.0.141 - - [2025-07-14 02:02:41] "DELETE /route-target/e7d1de3d-68a4-44ee-a56f-ef156b163085 HTTP/1.1" 200 115 0.036694 10.0.0.141 - - [2025-07-14 02:02:41] "POST /useragent-kv HTTP/1.1" 200 115 0.004356 10.0.0.141 - - [2025-07-14 02:02:41] "POST /neutron/network HTTP/1.1" 200 151 0.109101 10.0.0.141 - - [2025-07-14 02:02:41] "GET /routing-instance/2fedc143-a7b0-4cbb-86cb-76c27c85ceff HTTP/1.1" 404 171 0.004535 10.0.0.141 - - [2025-07-14 02:02:41] "GET /domains HTTP/1.1" 200 281 0.002343 10.0.0.141 - - [2025-07-14 02:02:41] "GET /domains?obj_uuids=d45b311b-3456-473f-8bc7-c85d702ccbc9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001125 10.0.0.141 - - [2025-07-14 02:02:41] "GET /domain/d45b311b-3456-473f-8bc7-c85d702ccbc9 HTTP/1.1" 200 2782 0.051661 10.0.0.141 - - [2025-07-14 02:02:41] "GET /projects?obj_uuids=be47ae53-b374-4f8f-a92a-4772d1472191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001487 10.0.0.141 - - [2025-07-14 02:02:41] "GET /project/be47ae53-b374-4f8f-a92a-4772d1472191 HTTP/1.1" 200 2162 0.071120 10.0.0.141 - - [2025-07-14 02:02:41] "POST /neutron/network HTTP/1.1" 200 1003 0.009012 10.0.0.141 - - [2025-07-14 02:02:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030 10.0.0.141 - - [2025-07-14 02:02:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002357 10.0.0.141 - - [2025-07-14 02:02:41] "POST /useragent-kv HTTP/1.1" 200 115 0.003178 10.0.0.141 - - [2025-07-14 02:02:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002598 10.0.0.141 - - [2025-07-14 02:02:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002403 10.0.0.141 - - [2025-07-14 02:02:41] "POST /neutron/network HTTP/1.1" 200 151 0.164112 10.0.0.141 - - [2025-07-14 02:02:41] "DELETE /route-target/ac57a5b1-3f88-4b24-a4f6-bd301657a3b2 HTTP/1.1" 200 115 0.086436 10.0.0.141 - - [2025-07-14 02:02:41] "GET /routing-instance/fcec0685-3628-435f-8a81-4fcfb809b46d HTTP/1.1" 404 171 0.004200 10.0.0.141 - - [2025-07-14 02:02:41] "GET /domains HTTP/1.1" 200 281 0.002702 10.0.0.141 - - [2025-07-14 02:02:41] "GET /domains?obj_uuids=d45b311b-3456-473f-8bc7-c85d702ccbc9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001447 10.0.0.141 - - [2025-07-14 02:02:41] "GET /domain/d45b311b-3456-473f-8bc7-c85d702ccbc9 HTTP/1.1" 200 2782 0.050332 10.0.0.141 - - [2025-07-14 02:02:41] "GET /projects?obj_uuids=be47ae53-b374-4f8f-a92a-4772d1472191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002244 10.0.0.141 - - [2025-07-14 02:02:41] "GET /project/be47ae53-b374-4f8f-a92a-4772d1472191 HTTP/1.1" 200 1916 0.077100 10.0.0.141 - - [2025-07-14 02:02:41] "GET /projects?obj_uuids=be47ae53-b374-4f8f-a92a-4772d1472191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001667 10.0.0.141 - - [2025-07-14 02:02:42] "GET /project/be47ae53-b374-4f8f-a92a-4772d1472191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.036388 10.0.0.141 - - [2025-07-14 02:02:42] "GET /projects?obj_uuids=be47ae53-b374-4f8f-a92a-4772d1472191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001277 10.0.0.141 - - [2025-07-14 02:02:42] "GET /project/be47ae53-b374-4f8f-a92a-4772d1472191?fields=virtual_networks HTTP/1.1" 200 1061 0.077763 10.0.0.141 - - [2025-07-14 02:02:42] "GET /projects?obj_uuids=be47ae53-b374-4f8f-a92a-4772d1472191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001135 10.0.0.141 - - [2025-07-14 02:02:42] "GET /project/be47ae53-b374-4f8f-a92a-4772d1472191?fields=virtual_machine_interfaces HTTP/1.1" 200 1061 0.035063 10.0.0.141 - - [2025-07-14 02:02:42] "GET /projects?obj_uuids=be47ae53-b374-4f8f-a92a-4772d1472191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001406 10.0.0.141 - - [2025-07-14 02:02:42] "GET /project/be47ae53-b374-4f8f-a92a-4772d1472191?fields=security_groups HTTP/1.1" 200 1296 0.028656 10.0.0.141 - - [2025-07-14 02:02:43] "POST /fqname-to-id HTTP/1.1" 404 190 0.025812 10.0.0.141 - - [2025-07-14 02:02:43] "GET /projects?obj_uuids=07e68d8f-7a97-486a-8e26-56d045d48168&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003326 10.0.0.141 - - [2025-07-14 02:02:43] "GET /domains?obj_uuids=d45b311b-3456-473f-8bc7-c85d702ccbc9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001281 10.0.0.141 - - [2025-07-14 02:02:43] "GET /domain/d45b311b-3456-473f-8bc7-c85d702ccbc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008946 10.0.0.141 - - [2025-07-14 02:02:43] "POST /id-to-fqname HTTP/1.1" 200 192 0.001295 10.0.0.141 - - [2025-07-14 02:02:43] "POST /fqname-to-id HTTP/1.1" 404 201 0.003438 10.0.0.141 - - [2025-07-14 02:02:43] "POST /security-groups HTTP/1.1" 200 593 0.064158 10.0.0.141 - - [2025-07-14 02:02:43] "POST /fqname-to-id HTTP/1.1" 404 236 0.002939 10.0.0.141 - - [2025-07-14 02:02:43] "POST /projects HTTP/1.1" 200 589 0.222500 10.0.0.141 - - [2025-07-14 02:02:43] "POST /access-control-lists HTTP/1.1" 200 600 0.062242 10.0.0.141 - - [2025-07-14 02:02:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.299954 10.0.0.141 - - [2025-07-14 02:02:43] "POST /fqname-to-id HTTP/1.1" 404 235 0.003045 10.0.0.141 - - [2025-07-14 02:02:43] "GET /project/07e68d8f-7a97-486a-8e26-56d045d48168?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.440464 10.0.0.141 - - [2025-07-14 02:02:43] "POST /access-control-lists HTTP/1.1" 200 598 0.059610 10.0.0.141 - - [2025-07-14 02:02:44] "GET / HTTP/1.1" 200 36215 0.002338 10.0.0.141 - - [2025-07-14 02:02:45] "POST /fqname-to-id HTTP/1.1" 401 293 0.000482 10.0.0.141 - - [2025-07-14 02:02:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.052319 10.0.0.141 - - [2025-07-14 02:02:45] "GET /projects?obj_uuids=07e68d8f-7a97-486a-8e26-56d045d48168&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001184 10.0.0.141 - - [2025-07-14 02:02:45] "GET /project/07e68d8f-7a97-486a-8e26-56d045d48168?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.028583 10.0.0.141 - - [2025-07-14 02:02:45] "POST /neutron/network HTTP/1.1" 200 117 0.030020 10.0.0.141 - - [2025-07-14 02:02:45] "GET /projects?obj_uuids=07e68d8f-7a97-486a-8e26-56d045d48168&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001588 10.0.0.141 - - [2025-07-14 02:02:45] "POST /neutron/network HTTP/1.1" 200 607 0.076858 10.0.0.141 - - [2025-07-14 02:02:45] "POST /route-targets HTTP/1.1" 200 328 0.009954 10.0.0.141 - - [2025-07-14 02:02:45] "POST /ref-update HTTP/1.1" 200 156 0.010582 10.0.0.141 - - [2025-07-14 02:02:46] "POST /useragent-kv HTTP/1.1" 200 115 0.004216 10.0.0.141 - - [2025-07-14 02:02:46] "POST /neutron/subnet HTTP/1.1" 200 720 0.151663 10.0.0.141 - - [2025-07-14 02:02:46] "POST /neutron/network HTTP/1.1" 200 825 0.005744 10.0.0.141 - - [2025-07-14 02:02:46] "POST /id-to-fqname HTTP/1.1" 200 222 0.001392 10.0.0.141 - - [2025-07-14 02:02:46] "GET /virtual-network/9560e367-8968-408d-8d40-b218af57fba7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005160 10.0.0.141 - - [2025-07-14 02:02:46] "POST /neutron/network HTTP/1.1" 200 825 0.006825 10.0.0.141 - - [2025-07-14 02:02:46] "GET /virtual-network/9560e367-8968-408d-8d40-b218af57fba7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006982 10.0.0.141 - - [2025-07-14 02:02:46] "POST /neutron/network HTTP/1.1" 200 825 0.006987 10.0.0.141 - - [2025-07-14 02:02:46] "POST /neutron/subnet HTTP/1.1" 200 720 0.011315 10.0.0.141 - - [2025-07-14 02:02:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002709 10.0.0.141 - - [2025-07-14 02:02:46] "GET /projects?obj_uuids=07e68d8f-7a97-486a-8e26-56d045d48168&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001127 10.0.0.141 - - [2025-07-14 02:02:46] "GET /project/07e68d8f-7a97-486a-8e26-56d045d48168?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.027041 10.0.0.141 - - [2025-07-14 02:02:46] "POST /neutron/network HTTP/1.1" 200 117 0.010143 10.0.0.141 - - [2025-07-14 02:02:46] "GET /projects?obj_uuids=07e68d8f-7a97-486a-8e26-56d045d48168&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001524 10.0.0.141 - - [2025-07-14 02:02:46] "POST /neutron/network HTTP/1.1" 200 607 0.066208 10.0.0.141 - - [2025-07-14 02:02:46] "POST /route-targets HTTP/1.1" 200 328 0.010988 10.0.0.141 - - [2025-07-14 02:02:46] "POST /ref-update HTTP/1.1" 200 156 0.011338 10.0.0.141 - - [2025-07-14 02:02:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003482 10.0.0.141 - - [2025-07-14 02:02:46] "POST /neutron/subnet HTTP/1.1" 200 729 0.156891 10.0.0.141 - - [2025-07-14 02:02:46] "POST /neutron/network HTTP/1.1" 200 827 0.005670 10.0.0.141 - - [2025-07-14 02:02:46] "POST /id-to-fqname HTTP/1.1" 200 222 0.001343 10.0.0.141 - - [2025-07-14 02:02:46] "GET /virtual-network/8cefb565-1410-421e-9182-63c77a9e6528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005085 10.0.0.141 - - [2025-07-14 02:02:46] "POST /neutron/network HTTP/1.1" 200 827 0.006048 10.0.0.141 - - [2025-07-14 02:02:46] "GET /virtual-network/8cefb565-1410-421e-9182-63c77a9e6528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005065 10.0.0.141 - - [2025-07-14 02:02:46] "POST /neutron/network HTTP/1.1" 200 827 0.005755 10.0.0.141 - - [2025-07-14 02:02:46] "POST /neutron/subnet HTTP/1.1" 200 729 0.007181 10.0.0.141 - - [2025-07-14 02:02:46] "POST /fqname-to-id HTTP/1.1" 404 228 0.003036 10.0.0.141 - - [2025-07-14 02:02:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.141 - - [2025-07-14 02:02:46] "GET /projects?obj_uuids=07e68d8f-7a97-486a-8e26-56d045d48168&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001803 10.0.0.141 - - [2025-07-14 02:02:46] "GET /project/07e68d8f-7a97-486a-8e26-56d045d48168?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.044779 10.0.0.141 - - [2025-07-14 02:02:47] "POST /network-policys HTTP/1.1" 200 573 0.021654 10.0.0.141 - - [2025-07-14 02:02:47] "GET /network-policy/56942c9b-f307-424c-a7e2-74316bb1cb58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.006013 10.0.0.141 - - [2025-07-14 02:02:47] "POST /neutron/network HTTP/1.1" 200 825 0.008398 10.0.0.141 - - [2025-07-14 02:02:47] "POST /fqname-to-id HTTP/1.1" 404 236 0.005274 10.0.0.141 - - [2025-07-14 02:02:47] "POST /neutron/network HTTP/1.1" 200 927 0.050744 10.0.0.141 - - [2025-07-14 02:02:47] "POST /neutron/network HTTP/1.1" 200 927 0.006993 10.0.0.141 - - [2025-07-14 02:02:47] "GET /virtual-network/9560e367-8968-408d-8d40-b218af57fba7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.037759 10.0.0.141 - - [2025-07-14 02:02:47] "POST /access-control-lists HTTP/1.1" 200 592 0.080887 10.0.0.141 - - [2025-07-14 02:02:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.012993 10.0.0.141 - - [2025-07-14 02:02:47] "GET /network-policy/56942c9b-f307-424c-a7e2-74316bb1cb58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.003716 10.0.0.141 - - [2025-07-14 02:02:47] "POST /neutron/network HTTP/1.1" 200 827 0.005793 10.0.0.141 - - [2025-07-14 02:02:47] "POST /fqname-to-id HTTP/1.1" 404 236 0.004738 10.0.0.141 - - [2025-07-14 02:02:47] "POST /neutron/network HTTP/1.1" 200 929 0.046001 10.0.0.141 - - [2025-07-14 02:02:47] "POST /neutron/network HTTP/1.1" 200 929 0.005728 10.0.0.141 - - [2025-07-14 02:02:47] "GET /virtual-network/8cefb565-1410-421e-9182-63c77a9e6528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.038698 10.0.0.141 - - [2025-07-14 02:02:47] "POST /access-control-lists HTTP/1.1" 200 592 0.073072 10.0.0.141 - - [2025-07-14 02:02:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.012884 10.0.0.141 - - [2025-07-14 02:02:47] "POST /ref-update HTTP/1.1" 200 156 0.011796 10.0.0.141 - - [2025-07-14 02:02:47] "GET /network-policy/56942c9b-f307-424c-a7e2-74316bb1cb58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.004322 10.0.0.141 - - [2025-07-14 02:02:47] "GET /domains HTTP/1.1" 401 293 0.000516 10.0.0.141 - - [2025-07-14 02:02:47] "PUT /access-control-list/d5fc4b16-8449-4745-9f5a-a7cc5037e88c HTTP/1.1" 200 273 0.062106 10.0.0.141 - - [2025-07-14 02:02:47] "GET /domains HTTP/1.1" 200 281 0.033142 10.0.0.141 - - [2025-07-14 02:02:47] "GET /domains?obj_uuids=d45b311b-3456-473f-8bc7-c85d702ccbc9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001552 10.0.0.141 - - [2025-07-14 02:02:47] "GET /domain/d45b311b-3456-473f-8bc7-c85d702ccbc9 HTTP/1.1" 200 2971 0.009107 10.0.0.141 - - [2025-07-14 02:02:47] "GET /projects?obj_uuids=07e68d8f-7a97-486a-8e26-56d045d48168&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001105 10.0.0.141 - - [2025-07-14 02:02:48] "GET /project/07e68d8f-7a97-486a-8e26-56d045d48168 HTTP/1.1" 200 2588 0.068215 10.0.0.141 - - [2025-07-14 02:02:48] "GET /virtual-network/9560e367-8968-408d-8d40-b218af57fba7 HTTP/1.1" 200 2895 0.006111 10.0.0.141 - - [2025-07-14 02:02:48] "GET /virtual-network/9560e367-8968-408d-8d40-b218af57fba7 HTTP/1.1" 200 2895 0.005005 10.0.0.141 - - [2025-07-14 02:02:48] "GET /routing-instance/00d3c22e-bb52-48bb-87a9-c29a0fe80e35 HTTP/1.1" 200 1784 0.003649 10.0.0.141 - - [2025-07-14 02:02:48] "GET /routing-instance/00d3c22e-bb52-48bb-87a9-c29a0fe80e35 HTTP/1.1" 200 1784 0.003442 10.0.0.141 - - [2025-07-14 02:02:48] "GET /route-target/67f49fe7-7134-44a7-8d9e-ec222709030a HTTP/1.1" 200 1208 0.003500 10.0.0.141 - - [2025-07-14 02:02:48] "GET /virtual-network/9560e367-8968-408d-8d40-b218af57fba7 HTTP/1.1" 200 2895 0.004548 10.0.0.141 - - [2025-07-14 02:02:48] "GET /routing-instance/00d3c22e-bb52-48bb-87a9-c29a0fe80e35 HTTP/1.1" 200 1784 0.003520 10.0.0.141 - - [2025-07-14 02:02:48] "GET /virtual-network/9560e367-8968-408d-8d40-b218af57fba7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005630 10.0.0.141 - - [2025-07-14 02:02:48] "GET /virtual-network/9560e367-8968-408d-8d40-b218af57fba7 HTTP/1.1" 200 2895 0.004887 10.0.0.141 - - [2025-07-14 02:02:48] "GET /routing-instance/00d3c22e-bb52-48bb-87a9-c29a0fe80e35 HTTP/1.1" 200 1784 0.003576 10.0.0.141 - - [2025-07-14 02:02:48] "GET /routing-instance/00d3c22e-bb52-48bb-87a9-c29a0fe80e35 HTTP/1.1" 200 1784 0.003400 10.0.0.141 - - [2025-07-14 02:02:48] "GET /route-target/67f49fe7-7134-44a7-8d9e-ec222709030a HTTP/1.1" 200 1208 0.003198 10.0.0.141 - - [2025-07-14 02:02:48] "GET /domains HTTP/1.1" 200 281 0.003221 10.0.0.141 - - [2025-07-14 02:02:48] "GET /domains?obj_uuids=d45b311b-3456-473f-8bc7-c85d702ccbc9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001082 10.0.0.141 - - [2025-07-14 02:02:48] "GET /domain/d45b311b-3456-473f-8bc7-c85d702ccbc9 HTTP/1.1" 200 2971 0.007153 10.0.0.141 - - [2025-07-14 02:02:48] "GET /projects?obj_uuids=07e68d8f-7a97-486a-8e26-56d045d48168&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001086 10.0.0.141 - - [2025-07-14 02:02:48] "GET /project/07e68d8f-7a97-486a-8e26-56d045d48168 HTTP/1.1" 200 2588 0.069414 10.0.0.141 - - [2025-07-14 02:02:48] "GET /virtual-network/9560e367-8968-408d-8d40-b218af57fba7 HTTP/1.1" 200 2895 0.004881 10.0.0.141 - - [2025-07-14 02:02:48] "GET /obj-perms HTTP/1.1" 200 5053 0.058225 10.0.0.141 - - [2025-07-14 02:02:48] "GET /domains HTTP/1.1" 200 281 0.003942 10.0.0.141 - - [2025-07-14 02:02:48] "GET /domains?obj_uuids=d45b311b-3456-473f-8bc7-c85d702ccbc9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001520 10.0.0.141 - - [2025-07-14 02:02:48] "GET /domain/d45b311b-3456-473f-8bc7-c85d702ccbc9 HTTP/1.1" 200 2971 0.010168 10.0.0.141 - - [2025-07-14 02:02:48] "GET /projects?obj_uuids=07e68d8f-7a97-486a-8e26-56d045d48168&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001719 10.0.0.141 - - [2025-07-14 02:02:48] "GET /project/07e68d8f-7a97-486a-8e26-56d045d48168 HTTP/1.1" 200 2588 0.073131 10.0.0.141 - - [2025-07-14 02:02:48] "GET /virtual-network/8cefb565-1410-421e-9182-63c77a9e6528 HTTP/1.1" 200 2901 0.007590 10.0.0.141 - - [2025-07-14 02:02:48] "GET /virtual-network/8cefb565-1410-421e-9182-63c77a9e6528 HTTP/1.1" 200 2901 0.005065 10.0.0.141 - - [2025-07-14 02:02:48] "GET /routing-instance/88f11caf-d2d3-48f0-9e74-557444af920a HTTP/1.1" 200 1787 0.004171 10.0.0.141 - - [2025-07-14 02:02:48] "GET /routing-instance/88f11caf-d2d3-48f0-9e74-557444af920a HTTP/1.1" 200 1787 0.003647 10.0.0.141 - - [2025-07-14 02:02:48] "GET /route-target/26a8cdd5-a7c6-467b-9842-825ada3fa1b7 HTTP/1.1" 200 1208 0.003245 10.0.0.141 - - [2025-07-14 02:02:48] "GET /virtual-network/8cefb565-1410-421e-9182-63c77a9e6528 HTTP/1.1" 200 2901 0.004790 10.0.0.141 - - [2025-07-14 02:02:48] "GET /routing-instance/88f11caf-d2d3-48f0-9e74-557444af920a HTTP/1.1" 200 1787 0.003437 10.0.0.141 - - [2025-07-14 02:02:48] "GET /virtual-network/8cefb565-1410-421e-9182-63c77a9e6528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.005001 10.0.0.141 - - [2025-07-14 02:02:48] "GET /virtual-network/8cefb565-1410-421e-9182-63c77a9e6528 HTTP/1.1" 200 2901 0.004826 10.0.0.141 - - [2025-07-14 02:02:48] "GET /routing-instance/88f11caf-d2d3-48f0-9e74-557444af920a HTTP/1.1" 200 1787 0.003607 10.0.0.141 - - [2025-07-14 02:02:48] "GET /routing-instance/88f11caf-d2d3-48f0-9e74-557444af920a HTTP/1.1" 200 1787 0.005090 10.0.0.141 - - [2025-07-14 02:02:48] "GET /route-target/26a8cdd5-a7c6-467b-9842-825ada3fa1b7 HTTP/1.1" 200 1208 0.003107 10.0.0.141 - - [2025-07-14 02:02:48] "GET /domains HTTP/1.1" 200 281 0.002671 10.0.0.141 - - [2025-07-14 02:02:48] "GET /domains?obj_uuids=d45b311b-3456-473f-8bc7-c85d702ccbc9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001116 10.0.0.141 - - [2025-07-14 02:02:48] "GET /domain/d45b311b-3456-473f-8bc7-c85d702ccbc9 HTTP/1.1" 200 2971 0.007409 10.0.0.141 - - [2025-07-14 02:02:48] "GET /projects?obj_uuids=07e68d8f-7a97-486a-8e26-56d045d48168&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001109 10.0.0.141 - - [2025-07-14 02:02:48] "GET /project/07e68d8f-7a97-486a-8e26-56d045d48168 HTTP/1.1" 200 2588 0.068627 10.0.0.141 - - [2025-07-14 02:02:48] "GET /virtual-network/8cefb565-1410-421e-9182-63c77a9e6528 HTTP/1.1" 200 2901 0.007361 10.0.0.141 - - [2025-07-14 02:02:48] "GET /obj-perms HTTP/1.1" 200 5053 0.003341 10.0.0.141 - - [2025-07-14 02:02:48] "POST /id-to-fqname HTTP/1.1" 200 222 0.001462 10.0.0.141 - - [2025-07-14 02:02:49] "POST /neutron/network HTTP/1.1" 200 937 0.005766 10.0.0.141 - - [2025-07-14 02:02:49] "GET /aaa-mode HTTP/1.1" 401 293 0.000427 10.0.0.141 - - [2025-07-14 02:02:49] "GET / HTTP/1.1" 200 36215 0.001921 10.0.0.141 - - [2025-07-14 02:02:49] "GET /project/07e68d8f-7a97-486a-8e26-56d045d48168?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000441 10.0.0.141 - - [2025-07-14 02:02:49] "GET /projects?obj_uuids=07e68d8f-7a97-486a-8e26-56d045d48168&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001089 10.0.0.141 - - [2025-07-14 02:02:49] "GET /project/07e68d8f-7a97-486a-8e26-56d045d48168?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.043370 10.0.0.141 - - [2025-07-14 02:02:49] "POST /neutron/network HTTP/1.1" 200 927 0.005522 10.0.0.141 - - [2025-07-14 02:02:49] "POST /neutron/port HTTP/1.1" 200 117 0.005150 10.0.0.141 - - [2025-07-14 02:02:50] "POST /neutron/port HTTP/1.1" 200 117 0.005424 10.0.0.141 - - [2025-07-14 02:02:50] "POST /id-to-fqname HTTP/1.1" 200 222 0.001374 10.0.0.141 - - [2025-07-14 02:02:50] "POST /neutron/port HTTP/1.1" 200 117 0.005306 10.0.0.141 - - [2025-07-14 02:02:50] "POST /neutron/network HTTP/1.1" 200 939 0.005995 10.0.0.141 - - [2025-07-14 02:02:50] "GET /aaa-mode HTTP/1.1" 401 293 0.000480 10.0.0.141 - - [2025-07-14 02:02:50] "POST /neutron/network HTTP/1.1" 200 937 0.005958 10.0.0.141 - - [2025-07-14 02:02:50] "GET /projects?obj_uuids=07e68d8f-7a97-486a-8e26-56d045d48168&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001125 10.0.0.141 - - [2025-07-14 02:02:50] "POST /neutron/port HTTP/1.1" 200 1061 0.211436 10.0.0.141 - - [2025-07-14 02:02:50] "GET / HTTP/1.1" 200 36215 0.001960 10.0.0.141 - - [2025-07-14 02:02:50] "GET /project/07e68d8f-7a97-486a-8e26-56d045d48168?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000446 10.0.0.141 - - [2025-07-14 02:02:50] "POST /neutron/port HTTP/1.1" 200 1061 0.011306 10.0.0.141 - - [2025-07-14 02:02:50] "POST /neutron/port HTTP/1.1" 200 1061 0.010213 10.0.0.141 - - [2025-07-14 02:02:50] "POST /neutron/port HTTP/1.1" 200 1115 0.057660 10.0.0.141 - - [2025-07-14 02:02:50] "POST /neutron/port HTTP/1.1" 200 1089 0.011793 10.0.0.141 - - [2025-07-14 02:02:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003564 10.0.0.141 - - [2025-07-14 02:02:50] "POST /neutron/subnet HTTP/1.1" 200 694 0.007240 10.0.0.141 - - [2025-07-14 02:02:50] "POST /neutron/port HTTP/1.1" 200 117 0.001225 10.0.0.141 - - [2025-07-14 02:02:50] "POST /neutron/network HTTP/1.1" 200 927 0.006006 10.0.0.141 - - [2025-07-14 02:02:51] "GET /projects?obj_uuids=07e68d8f-7a97-486a-8e26-56d045d48168&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001221 10.0.0.141 - - [2025-07-14 02:02:51] "GET /project/07e68d8f-7a97-486a-8e26-56d045d48168?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.052160 10.0.0.141 - - [2025-07-14 02:02:51] "POST /neutron/network HTTP/1.1" 200 929 0.006564 10.0.0.141 - - [2025-07-14 02:02:51] "POST /neutron/port HTTP/1.1" 200 1089 0.023421 10.0.0.141 - - [2025-07-14 02:02:51] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009739 10.0.0.141 - - [2025-07-14 02:02:51] "POST /neutron/port HTTP/1.1" 200 117 0.007273 10.0.0.141 - - [2025-07-14 02:02:51] "POST /neutron/port HTTP/1.1" 200 1089 0.016698 10.0.0.141 - - [2025-07-14 02:02:51] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006866 10.0.0.141 - - [2025-07-14 02:02:51] "POST /neutron/network HTTP/1.1" 200 939 0.005847 10.0.0.141 - - [2025-07-14 02:02:51] "GET /projects?obj_uuids=07e68d8f-7a97-486a-8e26-56d045d48168&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001674 10.0.0.141 - - [2025-07-14 02:02:51] "PUT /access-control-list/20c5863c-6039-4f57-a4bf-b6ec8e811688 HTTP/1.1" 200 273 0.062299 10.0.0.141 - - [2025-07-14 02:02:51] "POST /neutron/port HTTP/1.1" 200 1063 0.318420 10.0.0.141 - - [2025-07-14 02:02:51] "POST /neutron/port HTTP/1.1" 200 1063 0.014706 10.0.0.141 - - [2025-07-14 02:02:51] "POST /neutron/port HTTP/1.1" 200 1063 0.013611 10.0.0.141 - - [2025-07-14 02:02:52] "POST /neutron/port HTTP/1.1" 200 1117 0.060109 10.0.0.141 - - [2025-07-14 02:02:52] "POST /neutron/port HTTP/1.1" 200 1091 0.018476 10.0.0.141 - - [2025-07-14 02:02:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007217 10.0.0.141 - - [2025-07-14 02:02:52] "POST /neutron/subnet HTTP/1.1" 200 703 0.010544 10.0.0.141 - - [2025-07-14 02:02:52] "POST /neutron/port HTTP/1.1" 200 117 0.001477 10.0.0.141 - - [2025-07-14 02:02:52] "POST /neutron/network HTTP/1.1" 200 929 0.007097 10.0.0.141 - - [2025-07-14 02:02:56] "POST /neutron/port HTTP/1.1" 200 1089 0.010405 10.0.0.141 - - [2025-07-14 02:02:56] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007469 10.0.0.141 - - [2025-07-14 02:02:56] "POST /neutron/port HTTP/1.1" 200 1089 0.012886 10.0.0.141 - - [2025-07-14 02:02:56] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005821 10.0.0.141 - - [2025-07-14 02:02:56] "POST /neutron/port HTTP/1.1" 200 1089 0.014507 10.0.0.141 - - [2025-07-14 02:02:56] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008631 10.0.0.141 - - [2025-07-14 02:02:56] "GET /virtual-machine/0ce00e12-db33-4b56-8bea-1fd7f37027cb HTTP/1.1" 200 1295 0.005557 10.0.0.141 - - [2025-07-14 02:02:56] "GET /virtual-machine-interface/d67a80de-7fe6-4e2a-8108-d4775187a1c9 HTTP/1.1" 200 2958 0.005703 10.0.0.141 - - [2025-07-14 02:02:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.141 - - [2025-07-14 02:02:56] "GET /global-vrouter-config/6db92660-4b89-4abb-9338-6cb8fca32f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003032 10.0.0.141 - - [2025-07-14 02:02:56] "GET /virtual-networks?parent_id=07e68d8f-7a97-486a-8e26-56d045d48168&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003420 10.0.0.141 - - [2025-07-14 02:02:56] "GET /virtual-network/9560e367-8968-408d-8d40-b218af57fba7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005437 10.0.0.141 - - [2025-07-14 02:02:59] "POST /neutron/port HTTP/1.1" 200 1089 0.014970 10.0.0.141 - - [2025-07-14 02:02:59] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006085 10.0.0.141 - - [2025-07-14 02:02:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.141 - - [2025-07-14 02:02:59] "GET /virtual-network/9560e367-8968-408d-8d40-b218af57fba7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005020 10.0.0.141 - - [2025-07-14 02:03:00] "POST /neutron/port HTTP/1.1" 200 1091 0.014204 10.0.0.141 - - [2025-07-14 02:03:00] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005695 10.0.0.141 - - [2025-07-14 02:03:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.141 - - [2025-07-14 02:03:02] "GET /global-vrouter-config/6db92660-4b89-4abb-9338-6cb8fca32f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003368 10.0.0.141 - - [2025-07-14 02:03:02] "GET /virtual-networks?parent_id=07e68d8f-7a97-486a-8e26-56d045d48168&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003556 10.0.0.141 - - [2025-07-14 02:03:02] "GET /virtual-network/9560e367-8968-408d-8d40-b218af57fba7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005662 10.0.0.141 - - [2025-07-14 02:03:02] "POST /neutron/port HTTP/1.1" 200 1091 0.012153 10.0.0.141 - - [2025-07-14 02:03:02] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006495 10.0.0.141 - - [2025-07-14 02:03:02] "POST /neutron/port HTTP/1.1" 200 1091 0.012133 10.0.0.141 - - [2025-07-14 02:03:02] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006114 10.0.0.141 - - [2025-07-14 02:03:02] "POST /neutron/port HTTP/1.1" 200 1091 0.013259 10.0.0.141 - - [2025-07-14 02:03:02] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006806 10.0.0.141 - - [2025-07-14 02:03:02] "GET /virtual-machine/0faa4b18-bc44-4b0b-8a73-8c366e8fa7c4 HTTP/1.1" 200 1295 0.005097 10.0.0.141 - - [2025-07-14 02:03:02] "GET /virtual-machine-interface/37cda6e2-8415-4ca5-89dd-714a499a7216 HTTP/1.1" 200 2957 0.004900 10.0.0.141 - - [2025-07-14 02:03:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.141 - - [2025-07-14 02:03:02] "GET /global-vrouter-config/6db92660-4b89-4abb-9338-6cb8fca32f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003511 10.0.0.141 - - [2025-07-14 02:03:02] "GET /virtual-networks?parent_id=07e68d8f-7a97-486a-8e26-56d045d48168&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003077 10.0.0.141 - - [2025-07-14 02:03:02] "GET /virtual-network/8cefb565-1410-421e-9182-63c77a9e6528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.006475 10.0.0.141 - - [2025-07-14 02:03:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.141 - - [2025-07-14 02:03:03] "GET /global-vrouter-config/6db92660-4b89-4abb-9338-6cb8fca32f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003927 10.0.0.141 - - [2025-07-14 02:03:03] "GET /virtual-networks?parent_id=07e68d8f-7a97-486a-8e26-56d045d48168&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.004682 10.0.0.141 - - [2025-07-14 02:03:03] "GET /virtual-network/8cefb565-1410-421e-9182-63c77a9e6528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.008136 10.0.0.141 - - [2025-07-14 02:03:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002915 10.0.0.141 - - [2025-07-14 02:03:08] "GET /projects?obj_uuids=07e68d8f-7a97-486a-8e26-56d045d48168&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001475 10.0.0.141 - - [2025-07-14 02:03:08] "GET /project/07e68d8f-7a97-486a-8e26-56d045d48168?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.031025 10.0.0.141 - - [2025-07-14 02:03:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.141 - - [2025-07-14 02:03:08] "PUT /network-policy/56942c9b-f307-424c-a7e2-74316bb1cb58 HTTP/1.1" 200 263 0.011687 10.0.0.141 - - [2025-07-14 02:03:08] "PUT /access-control-list/20c5863c-6039-4f57-a4bf-b6ec8e811688 HTTP/1.1" 200 273 0.053513 10.0.0.141 - - [2025-07-14 02:03:08] "POST /ref-update HTTP/1.1" 200 156 0.011826 10.0.0.141 - - [2025-07-14 02:03:08] "PUT /access-control-list/d5fc4b16-8449-4745-9f5a-a7cc5037e88c HTTP/1.1" 200 273 0.057347 10.0.0.141 - - [2025-07-14 02:03:08] "POST /ref-update HTTP/1.1" 200 156 0.012137 10.0.0.141 - - [2025-07-14 02:03:11] "POST /neutron/port HTTP/1.1" 200 1089 0.013380 10.0.0.141 - - [2025-07-14 02:03:11] "POST /neutron/port HTTP/1.1" 200 1089 0.012774 10.0.0.141 - - [2025-07-14 02:03:11] "POST /neutron/network HTTP/1.1" 200 937 0.007611 10.0.0.141 - - [2025-07-14 02:03:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004420 10.0.0.141 - - [2025-07-14 02:03:11] "POST /neutron/subnet HTTP/1.1" 200 694 0.007790 10.0.0.141 - - [2025-07-14 02:03:11] "POST /neutron/port HTTP/1.1" 200 117 0.001232 10.0.0.141 - - [2025-07-14 02:03:11] "POST /neutron/network HTTP/1.1" 200 927 0.005754 10.0.0.141 - - [2025-07-14 02:03:11] "GET /virtual-network/8cefb565-1410-421e-9182-63c77a9e6528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.005356 10.0.0.141 - - [2025-07-14 02:03:11] "POST /neutron/network HTTP/1.1" 200 929 0.006845 10.0.0.141 - - [2025-07-14 02:03:11] "POST /neutron/network HTTP/1.1" 200 827 0.052672 10.0.0.141 - - [2025-07-14 02:03:11] "DELETE /access-control-list/20c5863c-6039-4f57-a4bf-b6ec8e811688 HTTP/1.1" 200 115 0.040195 10.0.0.141 - - [2025-07-14 02:03:11] "POST /neutron/network HTTP/1.1" 200 827 0.013498 10.0.0.141 - - [2025-07-14 02:03:11] "GET /virtual-network/8cefb565-1410-421e-9182-63c77a9e6528?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007074 10.0.0.141 - - [2025-07-14 02:03:11] "GET /virtual-network/9560e367-8968-408d-8d40-b218af57fba7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005280 10.0.0.141 - - [2025-07-14 02:03:11] "POST /neutron/network HTTP/1.1" 200 927 0.007483 10.0.0.141 - - [2025-07-14 02:03:11] "POST /neutron/network HTTP/1.1" 200 825 0.082601 10.0.0.141 - - [2025-07-14 02:03:11] "POST /neutron/network HTTP/1.1" 200 825 0.009380 10.0.0.141 - - [2025-07-14 02:03:11] "GET /virtual-network/9560e367-8968-408d-8d40-b218af57fba7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004830 10.0.0.141 - - [2025-07-14 02:03:12] "DELETE /network-policy/56942c9b-f307-424c-a7e2-74316bb1cb58 HTTP/1.1" 200 115 0.029407 10.0.0.141 - - [2025-07-14 02:03:12] "POST /neutron/network HTTP/1.1" 200 827 0.005473 10.0.0.141 - - [2025-07-14 02:03:12] "POST /neutron/network HTTP/1.1" 400 204 0.011863 10.0.0.141 - - [2025-07-14 02:03:12] "POST /neutron/port HTTP/1.1" 200 1091 0.031014 10.0.0.141 - - [2025-07-14 02:03:12] "POST /neutron/port HTTP/1.1" 200 1117 0.037832 10.0.0.141 - - [2025-07-14 02:03:12] "POST /neutron/port HTTP/1.1" 200 1089 0.041399 10.0.0.141 - - [2025-07-14 02:03:12] "POST /neutron/port HTTP/1.1" 200 1115 0.015548 10.0.0.141 - - [2025-07-14 02:03:12] "DELETE /access-control-list/d5fc4b16-8449-4745-9f5a-a7cc5037e88c HTTP/1.1" 200 115 0.051902 10.0.0.141 - - [2025-07-14 02:03:12] "POST /neutron/port HTTP/1.1" 200 151 0.271690 10.0.0.141 - - [2025-07-14 02:03:12] "POST /neutron/port HTTP/1.1" 200 151 0.240919 10.0.0.141 - - [2025-07-14 02:03:14] "POST /neutron/network HTTP/1.1" 200 827 0.006006 10.0.0.141 - - [2025-07-14 02:03:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003467 10.0.0.141 - - [2025-07-14 02:03:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004760 10.0.0.141 - - [2025-07-14 02:03:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002231 10.0.0.141 - - [2025-07-14 02:03:14] "POST /neutron/network HTTP/1.1" 200 151 0.091856 10.0.0.141 - - [2025-07-14 02:03:14] "DELETE /route-target/26a8cdd5-a7c6-467b-9842-825ada3fa1b7 HTTP/1.1" 200 115 0.017153 10.0.0.141 - - [2025-07-14 02:03:14] "GET /routing-instance/88f11caf-d2d3-48f0-9e74-557444af920a HTTP/1.1" 404 171 0.003538 10.0.0.141 - - [2025-07-14 02:03:14] "GET /domains HTTP/1.1" 200 281 0.005232 10.0.0.141 - - [2025-07-14 02:03:14] "GET /domains?obj_uuids=d45b311b-3456-473f-8bc7-c85d702ccbc9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001715 10.0.0.141 - - [2025-07-14 02:03:14] "GET /domain/d45b311b-3456-473f-8bc7-c85d702ccbc9 HTTP/1.1" 200 2971 0.054069 10.0.0.141 - - [2025-07-14 02:03:14] "GET /projects?obj_uuids=07e68d8f-7a97-486a-8e26-56d045d48168&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001146 10.0.0.141 - - [2025-07-14 02:03:14] "GET /project/07e68d8f-7a97-486a-8e26-56d045d48168 HTTP/1.1" 200 2118 0.073147 10.0.0.141 - - [2025-07-14 02:03:14] "POST /neutron/network HTTP/1.1" 200 825 0.005798 10.0.0.141 - - [2025-07-14 02:03:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003917 10.0.0.141 - - [2025-07-14 02:03:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004519 10.0.0.141 - - [2025-07-14 02:03:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002098 10.0.0.141 - - [2025-07-14 02:03:14] "POST /neutron/network HTTP/1.1" 200 151 0.084654 10.0.0.141 - - [2025-07-14 02:03:14] "GET /routing-instance/00d3c22e-bb52-48bb-87a9-c29a0fe80e35 HTTP/1.1" 404 171 0.003119 10.0.0.141 - - [2025-07-14 02:03:14] "DELETE /route-target/67f49fe7-7134-44a7-8d9e-ec222709030a HTTP/1.1" 200 115 0.015835 10.0.0.141 - - [2025-07-14 02:03:14] "GET /domains HTTP/1.1" 200 281 0.002699 10.0.0.141 - - [2025-07-14 02:03:14] "GET /domains?obj_uuids=d45b311b-3456-473f-8bc7-c85d702ccbc9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001065 10.0.0.141 - - [2025-07-14 02:03:14] "GET /domain/d45b311b-3456-473f-8bc7-c85d702ccbc9 HTTP/1.1" 200 2971 0.049087 10.0.0.141 - - [2025-07-14 02:03:14] "GET /projects?obj_uuids=07e68d8f-7a97-486a-8e26-56d045d48168&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001128 10.0.0.141 - - [2025-07-14 02:03:14] "GET /project/07e68d8f-7a97-486a-8e26-56d045d48168 HTTP/1.1" 200 1878 0.068116 10.0.0.141 - - [2025-07-14 02:03:14] "GET /projects?obj_uuids=07e68d8f-7a97-486a-8e26-56d045d48168&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001128 10.0.0.141 - - [2025-07-14 02:03:14] "GET /project/07e68d8f-7a97-486a-8e26-56d045d48168?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.028688 10.0.0.141 - - [2025-07-14 02:03:14] "GET /projects?obj_uuids=07e68d8f-7a97-486a-8e26-56d045d48168&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001099 10.0.0.141 - - [2025-07-14 02:03:14] "GET /project/07e68d8f-7a97-486a-8e26-56d045d48168?fields=virtual_networks HTTP/1.1" 200 1047 0.066878 10.0.0.141 - - [2025-07-14 02:03:15] "GET /projects?obj_uuids=07e68d8f-7a97-486a-8e26-56d045d48168&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001065 10.0.0.141 - - [2025-07-14 02:03:15] "GET /project/07e68d8f-7a97-486a-8e26-56d045d48168?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.024465 10.0.0.141 - - [2025-07-14 02:03:15] "GET /projects?obj_uuids=07e68d8f-7a97-486a-8e26-56d045d48168&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001527 10.0.0.141 - - [2025-07-14 02:03:15] "GET /project/07e68d8f-7a97-486a-8e26-56d045d48168?fields=security_groups HTTP/1.1" 200 1276 0.025375 10.0.0.141 - - [2025-07-14 02:03:15] "POST /fqname-to-id HTTP/1.1" 404 186 0.024182 10.0.0.141 - - [2025-07-14 02:03:15] "GET /projects?obj_uuids=423adee4-4abc-4b58-9302-8b69c3a16a73&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002743 10.0.0.141 - - [2025-07-14 02:03:16] "GET /domains?obj_uuids=d45b311b-3456-473f-8bc7-c85d702ccbc9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001140 10.0.0.141 - - [2025-07-14 02:03:16] "GET /domain/d45b311b-3456-473f-8bc7-c85d702ccbc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007546 10.0.0.141 - - [2025-07-14 02:03:16] "POST /id-to-fqname HTTP/1.1" 200 188 0.001293 10.0.0.141 - - [2025-07-14 02:03:16] "POST /fqname-to-id HTTP/1.1" 404 197 0.007481 10.0.0.141 - - [2025-07-14 02:03:16] "POST /security-groups HTTP/1.1" 200 589 0.064141 10.0.0.141 - - [2025-07-14 02:03:16] "POST /fqname-to-id HTTP/1.1" 404 232 0.002915 10.0.0.141 - - [2025-07-14 02:03:16] "POST /projects HTTP/1.1" 200 581 0.224868 10.0.0.141 - - [2025-07-14 02:03:16] "POST /access-control-lists HTTP/1.1" 200 596 0.056828 10.0.0.141 - - [2025-07-14 02:03:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.293106 10.0.0.141 - - [2025-07-14 02:03:16] "POST /fqname-to-id HTTP/1.1" 404 231 0.003236 10.0.0.141 - - [2025-07-14 02:03:16] "GET /project/423adee4-4abc-4b58-9302-8b69c3a16a73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.412323 10.0.0.141 - - [2025-07-14 02:03:16] "POST /access-control-lists HTTP/1.1" 200 594 0.060375 10.0.0.141 - - [2025-07-14 02:03:17] "GET / HTTP/1.1" 200 36215 0.001996 10.0.0.141 - - [2025-07-14 02:03:18] "POST /fqname-to-id HTTP/1.1" 401 293 0.000573 10.0.0.141 - - [2025-07-14 02:03:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.049418 10.0.0.141 - - [2025-07-14 02:03:18] "GET /projects?obj_uuids=423adee4-4abc-4b58-9302-8b69c3a16a73&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001026 10.0.0.141 - - [2025-07-14 02:03:18] "GET /project/423adee4-4abc-4b58-9302-8b69c3a16a73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.027251 10.0.0.141 - - [2025-07-14 02:03:18] "POST /neutron/network HTTP/1.1" 200 117 0.027371 10.0.0.141 - - [2025-07-14 02:03:18] "GET /projects?obj_uuids=423adee4-4abc-4b58-9302-8b69c3a16a73&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001856 10.0.0.141 - - [2025-07-14 02:03:18] "POST /neutron/network HTTP/1.1" 200 613 0.067430 10.0.0.141 - - [2025-07-14 02:03:18] "POST /route-targets HTTP/1.1" 200 328 0.009964 10.0.0.141 - - [2025-07-14 02:03:18] "POST /ref-update HTTP/1.1" 200 156 0.013369 10.0.0.141 - - [2025-07-14 02:03:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003691 10.0.0.141 - - [2025-07-14 02:03:18] "POST /neutron/subnet HTTP/1.1" 200 725 0.178330 10.0.0.141 - - [2025-07-14 02:03:18] "POST /neutron/network HTTP/1.1" 200 832 0.005539 10.0.0.141 - - [2025-07-14 02:03:18] "POST /id-to-fqname HTTP/1.1" 200 223 0.001191 10.0.0.141 - - [2025-07-14 02:03:18] "GET /virtual-network/37de46b3-0a38-4136-a9c6-d4fdd9126174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004799 10.0.0.141 - - [2025-07-14 02:03:18] "POST /neutron/network HTTP/1.1" 200 832 0.006577 10.0.0.141 - - [2025-07-14 02:03:18] "GET /virtual-network/37de46b3-0a38-4136-a9c6-d4fdd9126174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007233 10.0.0.141 - - [2025-07-14 02:03:18] "POST /neutron/network HTTP/1.1" 200 832 0.007289 10.0.0.141 - - [2025-07-14 02:03:18] "POST /neutron/subnet HTTP/1.1" 200 725 0.007311 10.0.0.141 - - [2025-07-14 02:03:18] "GET /domains HTTP/1.1" 401 293 0.000414 10.0.0.141 - - [2025-07-14 02:03:19] "GET /domains HTTP/1.1" 200 281 0.023952 10.0.0.141 - - [2025-07-14 02:03:19] "GET /domains?obj_uuids=d45b311b-3456-473f-8bc7-c85d702ccbc9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001162 10.0.0.141 - - [2025-07-14 02:03:19] "GET /domain/d45b311b-3456-473f-8bc7-c85d702ccbc9 HTTP/1.1" 200 3156 0.008542 10.0.0.141 - - [2025-07-14 02:03:19] "GET /projects?obj_uuids=423adee4-4abc-4b58-9302-8b69c3a16a73&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001059 10.0.0.141 - - [2025-07-14 02:03:19] "GET /project/423adee4-4abc-4b58-9302-8b69c3a16a73 HTTP/1.1" 200 2096 0.067076 10.0.0.141 - - [2025-07-14 02:03:19] "GET /virtual-network/37de46b3-0a38-4136-a9c6-d4fdd9126174 HTTP/1.1" 200 2322 0.005929 10.0.0.141 - - [2025-07-14 02:03:19] "GET /virtual-network/37de46b3-0a38-4136-a9c6-d4fdd9126174 HTTP/1.1" 200 2322 0.004686 10.0.0.141 - - [2025-07-14 02:03:19] "GET /routing-instance/63da385d-98a2-457d-9e45-2b6d14c0fd0d HTTP/1.1" 200 1496 0.003334 10.0.0.141 - - [2025-07-14 02:03:19] "GET /routing-instance/63da385d-98a2-457d-9e45-2b6d14c0fd0d HTTP/1.1" 200 1496 0.003419 10.0.0.141 - - [2025-07-14 02:03:19] "GET /route-target/ab362585-ef17-405e-8a49-f39711ed9207 HTTP/1.1" 200 1214 0.003100 10.0.0.141 - - [2025-07-14 02:03:19] "GET /virtual-network/37de46b3-0a38-4136-a9c6-d4fdd9126174 HTTP/1.1" 200 2322 0.004770 10.0.0.141 - - [2025-07-14 02:03:19] "GET /routing-instance/63da385d-98a2-457d-9e45-2b6d14c0fd0d HTTP/1.1" 200 1496 0.003474 10.0.0.141 - - [2025-07-14 02:03:19] "GET /virtual-network/37de46b3-0a38-4136-a9c6-d4fdd9126174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005184 10.0.0.141 - - [2025-07-14 02:03:19] "GET /virtual-network/37de46b3-0a38-4136-a9c6-d4fdd9126174 HTTP/1.1" 200 2322 0.004981 10.0.0.141 - - [2025-07-14 02:03:19] "GET /routing-instance/63da385d-98a2-457d-9e45-2b6d14c0fd0d HTTP/1.1" 200 1496 0.003153 10.0.0.141 - - [2025-07-14 02:03:19] "GET /routing-instance/63da385d-98a2-457d-9e45-2b6d14c0fd0d HTTP/1.1" 200 1496 0.003501 10.0.0.141 - - [2025-07-14 02:03:19] "GET /route-target/ab362585-ef17-405e-8a49-f39711ed9207 HTTP/1.1" 200 1214 0.002953 10.0.0.141 - - [2025-07-14 02:03:19] "GET /domains HTTP/1.1" 200 281 0.002641 10.0.0.141 - - [2025-07-14 02:03:19] "GET /domains?obj_uuids=d45b311b-3456-473f-8bc7-c85d702ccbc9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001009 10.0.0.141 - - [2025-07-14 02:03:19] "GET /domain/d45b311b-3456-473f-8bc7-c85d702ccbc9 HTTP/1.1" 200 3156 0.007143 10.0.0.141 - - [2025-07-14 02:03:19] "GET /projects?obj_uuids=423adee4-4abc-4b58-9302-8b69c3a16a73&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001297 10.0.0.141 - - [2025-07-14 02:03:19] "GET /project/423adee4-4abc-4b58-9302-8b69c3a16a73 HTTP/1.1" 200 2096 0.068186 10.0.0.141 - - [2025-07-14 02:03:19] "GET /virtual-network/37de46b3-0a38-4136-a9c6-d4fdd9126174 HTTP/1.1" 200 2322 0.005226 10.0.0.141 - - [2025-07-14 02:03:19] "GET /obj-perms HTTP/1.1" 200 5045 0.048774 10.0.0.141 - - [2025-07-14 02:03:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002907 10.0.0.141 - - [2025-07-14 02:03:19] "GET /projects?obj_uuids=423adee4-4abc-4b58-9302-8b69c3a16a73&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001099 10.0.0.141 - - [2025-07-14 02:03:20] "GET /project/423adee4-4abc-4b58-9302-8b69c3a16a73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.026098 10.0.0.141 - - [2025-07-14 02:03:20] "POST /neutron/network HTTP/1.1" 200 117 0.009478 10.0.0.141 - - [2025-07-14 02:03:20] "GET /projects?obj_uuids=423adee4-4abc-4b58-9302-8b69c3a16a73&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001061 10.0.0.141 - - [2025-07-14 02:03:20] "POST /neutron/network HTTP/1.1" 200 613 0.066079 10.0.0.141 - - [2025-07-14 02:03:20] "POST /route-targets HTTP/1.1" 200 328 0.010057 10.0.0.141 - - [2025-07-14 02:03:20] "POST /ref-update HTTP/1.1" 200 156 0.011626 10.0.0.141 - - [2025-07-14 02:03:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003366 10.0.0.141 - - [2025-07-14 02:03:20] "POST /neutron/subnet HTTP/1.1" 200 714 0.196342 10.0.0.141 - - [2025-07-14 02:03:20] "POST /neutron/network HTTP/1.1" 200 830 0.005463 10.0.0.141 - - [2025-07-14 02:03:20] "POST /id-to-fqname HTTP/1.1" 200 223 0.001212 10.0.0.141 - - [2025-07-14 02:03:20] "GET /virtual-network/f4008ef5-cb38-4d08-a305-335f21af875b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004985 10.0.0.141 - - [2025-07-14 02:03:20] "POST /neutron/network HTTP/1.1" 200 830 0.007235 10.0.0.141 - - [2025-07-14 02:03:20] "GET /virtual-network/f4008ef5-cb38-4d08-a305-335f21af875b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006453 10.0.0.141 - - [2025-07-14 02:03:20] "POST /neutron/network HTTP/1.1" 200 830 0.005679 10.0.0.141 - - [2025-07-14 02:03:20] "POST /neutron/subnet HTTP/1.1" 200 714 0.006787 10.0.0.141 - - [2025-07-14 02:03:20] "GET /domains HTTP/1.1" 200 281 0.002249 10.0.0.141 - - [2025-07-14 02:03:20] "GET /domains?obj_uuids=d45b311b-3456-473f-8bc7-c85d702ccbc9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000973 10.0.0.141 - - [2025-07-14 02:03:20] "GET /domain/d45b311b-3456-473f-8bc7-c85d702ccbc9 HTTP/1.1" 200 3156 0.006424 10.0.0.141 - - [2025-07-14 02:03:20] "GET /projects?obj_uuids=423adee4-4abc-4b58-9302-8b69c3a16a73&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001332 10.0.0.141 - - [2025-07-14 02:03:20] "GET /project/423adee4-4abc-4b58-9302-8b69c3a16a73 HTTP/1.1" 200 2315 0.075779 10.0.0.141 - - [2025-07-14 02:03:20] "GET /virtual-network/f4008ef5-cb38-4d08-a305-335f21af875b HTTP/1.1" 200 2317 0.008722 10.0.0.141 - - [2025-07-14 02:03:20] "GET /virtual-network/f4008ef5-cb38-4d08-a305-335f21af875b HTTP/1.1" 200 2317 0.007621 10.0.0.141 - - [2025-07-14 02:03:20] "GET /routing-instance/ce9ab3b0-cdb6-4650-a189-7be71496bdae HTTP/1.1" 200 1497 0.004794 10.0.0.141 - - [2025-07-14 02:03:20] "GET /routing-instance/ce9ab3b0-cdb6-4650-a189-7be71496bdae HTTP/1.1" 200 1497 0.003786 10.0.0.141 - - [2025-07-14 02:03:20] "GET /route-target/800c544c-8977-4f5f-8e52-a60062481d16 HTTP/1.1" 200 1214 0.003901 10.0.0.141 - - [2025-07-14 02:03:20] "GET /virtual-network/f4008ef5-cb38-4d08-a305-335f21af875b HTTP/1.1" 200 2317 0.005198 10.0.0.141 - - [2025-07-14 02:03:20] "GET /routing-instance/ce9ab3b0-cdb6-4650-a189-7be71496bdae HTTP/1.1" 200 1497 0.003755 10.0.0.141 - - [2025-07-14 02:03:20] "GET /virtual-network/f4008ef5-cb38-4d08-a305-335f21af875b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006179 10.0.0.141 - - [2025-07-14 02:03:20] "GET /virtual-network/f4008ef5-cb38-4d08-a305-335f21af875b HTTP/1.1" 200 2317 0.005975 10.0.0.141 - - [2025-07-14 02:03:20] "GET /routing-instance/ce9ab3b0-cdb6-4650-a189-7be71496bdae HTTP/1.1" 200 1497 0.003597 10.0.0.141 - - [2025-07-14 02:03:20] "GET /routing-instance/ce9ab3b0-cdb6-4650-a189-7be71496bdae HTTP/1.1" 200 1497 0.003461 10.0.0.141 - - [2025-07-14 02:03:20] "GET /route-target/800c544c-8977-4f5f-8e52-a60062481d16 HTTP/1.1" 200 1214 0.003435 10.0.0.141 - - [2025-07-14 02:03:20] "GET /domains HTTP/1.1" 200 281 0.003313 10.0.0.141 - - [2025-07-14 02:03:20] "GET /domains?obj_uuids=d45b311b-3456-473f-8bc7-c85d702ccbc9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001476 10.0.0.141 - - [2025-07-14 02:03:20] "GET /domain/d45b311b-3456-473f-8bc7-c85d702ccbc9 HTTP/1.1" 200 3156 0.009207 10.0.0.141 - - [2025-07-14 02:03:20] "GET /projects?obj_uuids=423adee4-4abc-4b58-9302-8b69c3a16a73&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001964 10.0.0.141 - - [2025-07-14 02:03:20] "GET /project/423adee4-4abc-4b58-9302-8b69c3a16a73 HTTP/1.1" 200 2315 0.081386 10.0.0.141 - - [2025-07-14 02:03:20] "GET /virtual-network/f4008ef5-cb38-4d08-a305-335f21af875b HTTP/1.1" 200 2317 0.004744 10.0.0.141 - - [2025-07-14 02:03:20] "GET /obj-perms HTTP/1.1" 200 5045 0.004259 10.0.0.141 - - [2025-07-14 02:03:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002868 10.0.0.141 - - [2025-07-14 02:03:20] "GET /projects?obj_uuids=423adee4-4abc-4b58-9302-8b69c3a16a73&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001057 10.0.0.141 - - [2025-07-14 02:03:20] "GET /project/423adee4-4abc-4b58-9302-8b69c3a16a73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.028123 10.0.0.141 - - [2025-07-14 02:03:21] "POST /neutron/network HTTP/1.1" 200 117 0.013948 10.0.0.141 - - [2025-07-14 02:03:21] "GET /projects?obj_uuids=423adee4-4abc-4b58-9302-8b69c3a16a73&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001656 10.0.0.141 - - [2025-07-14 02:03:21] "POST /neutron/network HTTP/1.1" 200 615 0.071075 10.0.0.141 - - [2025-07-14 02:03:21] "POST /ref-update HTTP/1.1" 200 156 0.010782 10.0.0.141 - - [2025-07-14 02:03:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003372 10.0.0.141 - - [2025-07-14 02:03:21] "POST /neutron/subnet HTTP/1.1" 200 729 0.146340 10.0.0.141 - - [2025-07-14 02:03:21] "POST /neutron/network HTTP/1.1" 200 835 0.005894 10.0.0.141 - - [2025-07-14 02:03:21] "POST /id-to-fqname HTTP/1.1" 200 224 0.001246 10.0.0.141 - - [2025-07-14 02:03:21] "GET /virtual-network/71b62d5c-f484-450c-8526-c6859f051227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006046 10.0.0.141 - - [2025-07-14 02:03:21] "POST /neutron/network HTTP/1.1" 200 835 0.005686 10.0.0.141 - - [2025-07-14 02:03:21] "GET /virtual-network/71b62d5c-f484-450c-8526-c6859f051227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005302 10.0.0.141 - - [2025-07-14 02:03:21] "POST /neutron/network HTTP/1.1" 200 835 0.005471 10.0.0.141 - - [2025-07-14 02:03:21] "POST /neutron/subnet HTTP/1.1" 200 729 0.007962 10.0.0.141 - - [2025-07-14 02:03:21] "GET /domains HTTP/1.1" 200 281 0.002413 10.0.0.141 - - [2025-07-14 02:03:21] "GET /domains?obj_uuids=d45b311b-3456-473f-8bc7-c85d702ccbc9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001019 10.0.0.141 - - [2025-07-14 02:03:21] "GET /domain/d45b311b-3456-473f-8bc7-c85d702ccbc9 HTTP/1.1" 200 3156 0.007133 10.0.0.141 - - [2025-07-14 02:03:21] "GET /projects?obj_uuids=423adee4-4abc-4b58-9302-8b69c3a16a73&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001045 10.0.0.141 - - [2025-07-14 02:03:21] "GET /project/423adee4-4abc-4b58-9302-8b69c3a16a73 HTTP/1.1" 200 2535 0.070081 10.0.0.141 - - [2025-07-14 02:03:21] "GET /virtual-network/71b62d5c-f484-450c-8526-c6859f051227 HTTP/1.1" 200 2330 0.006360 10.0.0.141 - - [2025-07-14 02:03:21] "GET /virtual-network/71b62d5c-f484-450c-8526-c6859f051227 HTTP/1.1" 200 2330 0.004853 10.0.0.141 - - [2025-07-14 02:03:21] "GET /routing-instance/1a92aaf6-c7cf-4fa1-9fc2-a4bc5b1802e6 HTTP/1.1" 200 1500 0.003917 10.0.0.141 - - [2025-07-14 02:03:21] "GET /routing-instance/1a92aaf6-c7cf-4fa1-9fc2-a4bc5b1802e6 HTTP/1.1" 200 1500 0.003636 10.0.0.141 - - [2025-07-14 02:03:21] "GET /route-target/cb8e7b8f-2295-47cf-a460-770bd6be40e9 HTTP/1.1" 200 1217 0.003481 10.0.0.141 - - [2025-07-14 02:03:21] "GET /virtual-network/71b62d5c-f484-450c-8526-c6859f051227 HTTP/1.1" 200 2330 0.005236 10.0.0.141 - - [2025-07-14 02:03:21] "GET /routing-instance/1a92aaf6-c7cf-4fa1-9fc2-a4bc5b1802e6 HTTP/1.1" 200 1500 0.003586 10.0.0.141 - - [2025-07-14 02:03:21] "GET /virtual-network/71b62d5c-f484-450c-8526-c6859f051227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005538 10.0.0.141 - - [2025-07-14 02:03:21] "GET /virtual-network/71b62d5c-f484-450c-8526-c6859f051227 HTTP/1.1" 200 2330 0.005207 10.0.0.141 - - [2025-07-14 02:03:21] "GET /routing-instance/1a92aaf6-c7cf-4fa1-9fc2-a4bc5b1802e6 HTTP/1.1" 200 1500 0.003505 10.0.0.141 - - [2025-07-14 02:03:21] "GET /routing-instance/1a92aaf6-c7cf-4fa1-9fc2-a4bc5b1802e6 HTTP/1.1" 200 1500 0.003574 10.0.0.141 - - [2025-07-14 02:03:21] "GET /route-target/cb8e7b8f-2295-47cf-a460-770bd6be40e9 HTTP/1.1" 200 1217 0.003307 10.0.0.141 - - [2025-07-14 02:03:21] "GET /domains HTTP/1.1" 200 281 0.003231 10.0.0.141 - - [2025-07-14 02:03:21] "GET /domains?obj_uuids=d45b311b-3456-473f-8bc7-c85d702ccbc9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001065 10.0.0.141 - - [2025-07-14 02:03:21] "GET /domain/d45b311b-3456-473f-8bc7-c85d702ccbc9 HTTP/1.1" 200 3156 0.007393 10.0.0.141 - - [2025-07-14 02:03:21] "GET /projects?obj_uuids=423adee4-4abc-4b58-9302-8b69c3a16a73&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001064 10.0.0.141 - - [2025-07-14 02:03:21] "GET /project/423adee4-4abc-4b58-9302-8b69c3a16a73 HTTP/1.1" 200 2535 0.073653 10.0.0.141 - - [2025-07-14 02:03:21] "GET /virtual-network/71b62d5c-f484-450c-8526-c6859f051227 HTTP/1.1" 200 2330 0.004851 10.0.0.141 - - [2025-07-14 02:03:21] "GET /obj-perms HTTP/1.1" 200 5045 0.003093 10.0.0.141 - - [2025-07-14 02:03:21] "POST /id-to-fqname HTTP/1.1" 200 223 0.001385 10.0.0.141 - - [2025-07-14 02:03:21] "POST /neutron/network HTTP/1.1" 200 840 0.007055 10.0.0.141 - - [2025-07-14 02:03:22] "GET /aaa-mode HTTP/1.1" 401 293 0.000420 10.0.0.141 - - [2025-07-14 02:03:22] "GET / HTTP/1.1" 200 36215 0.001597 10.0.0.141 - - [2025-07-14 02:03:22] "GET /project/423adee4-4abc-4b58-9302-8b69c3a16a73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000434 10.0.0.141 - - [2025-07-14 02:03:22] "DELETE /project/07e68d8f7a97486a8e2656d045d48168 HTTP/1.1" 404 173 0.016687 10.0.0.141 - - [2025-07-14 02:03:22] "DELETE /project/423adee44abc4b5893028b69c3a16a73 HTTP/1.1" 404 173 0.013283 10.0.0.141 - - [2025-07-14 02:03:22] "DELETE /project/be47ae53b3744f8fa92a4772d1472191 HTTP/1.1" 404 173 0.012557 10.0.0.141 - - [2025-07-14 02:03:22] "GET /projects?obj_uuids=be47ae53-b374-4f8f-a92a-4772d1472191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001237 10.0.0.141 - - [2025-07-14 02:03:22] "GET /projects?obj_uuids=cb882528-01ae-4b22-8f71-f89669902517&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001083 10.0.0.141 - - [2025-07-14 02:03:22] "GET /projects?obj_uuids=07e68d8f-7a97-486a-8e26-56d045d48168&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000958 10.0.0.141 - - [2025-07-14 02:03:22] "GET /project/07e68d8f-7a97-486a-8e26-56d045d48168?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.056549 10.0.0.141 - - [2025-07-14 02:03:22] "GET /project/cb882528-01ae-4b22-8f71-f89669902517?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.065337 10.0.0.141 - - [2025-07-14 02:03:22] "GET /project/be47ae53-b374-4f8f-a92a-4772d1472191?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1511 0.067431 10.0.0.141 - - [2025-07-14 02:03:22] "GET /projects?obj_uuids=07e68d8f-7a97-486a-8e26-56d045d48168&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001153 10.0.0.141 - - [2025-07-14 02:03:22] "GET /projects?obj_uuids=be47ae53-b374-4f8f-a92a-4772d1472191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001221 10.0.0.141 - - [2025-07-14 02:03:22] "GET /projects?obj_uuids=cb882528-01ae-4b22-8f71-f89669902517&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001102 10.0.0.141 - - [2025-07-14 02:03:22] "GET /project/07e68d8f-7a97-486a-8e26-56d045d48168?fields=security_groups HTTP/1.1" 200 1378 0.056250 10.0.0.141 - - [2025-07-14 02:03:22] "GET /project/cb882528-01ae-4b22-8f71-f89669902517?fields=security_groups HTTP/1.1" 200 1383 0.060536 10.0.0.141 - - [2025-07-14 02:03:22] "GET /project/be47ae53-b374-4f8f-a92a-4772d1472191?fields=security_groups HTTP/1.1" 200 1398 0.063354 10.0.0.141 - - [2025-07-14 02:03:22] "GET /projects?obj_uuids=423adee4-4abc-4b58-9302-8b69c3a16a73&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001665 10.0.0.141 - - [2025-07-14 02:03:22] "GET /project/423adee4-4abc-4b58-9302-8b69c3a16a73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.076820 10.0.0.141 - - [2025-07-14 02:03:22] "POST /neutron/network HTTP/1.1" 200 830 0.007619 10.0.0.141 - - [2025-07-14 02:03:22] "DELETE /security-group/6ffb8711-eb38-4d9a-ad8c-decab03c13b2 HTTP/1.1" 200 115 0.106958 10.0.0.141 - - [2025-07-14 02:03:22] "GET /projects?obj_uuids=07e68d8f-7a97-486a-8e26-56d045d48168&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001055 10.0.0.141 - - [2025-07-14 02:03:22] "DELETE /access-control-list/10de5382-9a92-4e62-9f9b-fb68f5150339 HTTP/1.1" 200 115 0.073139 10.0.0.141 - - [2025-07-14 02:03:22] "DELETE /security-group/4635f7c5-0702-4e7d-bc2e-6cde3252bde8 HTTP/1.1" 200 115 0.113437 10.0.0.141 - - [2025-07-14 02:03:22] "DELETE /security-group/8044715b-4fd8-4f5f-8cb1-9338ae3af66a HTTP/1.1" 200 115 0.119826 10.0.0.141 - - [2025-07-14 02:03:22] "GET /projects?obj_uuids=cb882528-01ae-4b22-8f71-f89669902517&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001106 10.0.0.141 - - [2025-07-14 02:03:22] "GET /projects?obj_uuids=be47ae53-b374-4f8f-a92a-4772d1472191&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001789 10.0.0.141 - - [2025-07-14 02:03:22] "GET /project/07e68d8f-7a97-486a-8e26-56d045d48168?fields=application_policy_sets HTTP/1.1" 200 1417 0.056250 10.0.0.141 - - [2025-07-14 02:03:22] "DELETE /access-control-list/01b47d44-0510-4a63-a9a1-8c15435edb2c HTTP/1.1" 200 115 0.062100 10.0.0.141 - - [2025-07-14 02:03:22] "POST /neutron/port HTTP/1.1" 200 117 0.009986 10.0.0.141 - - [2025-07-14 02:03:22] "GET /project/be47ae53-b374-4f8f-a92a-4772d1472191?fields=application_policy_sets HTTP/1.1" 200 1437 0.072178 10.0.0.141 - - [2025-07-14 02:03:22] "GET /project/cb882528-01ae-4b22-8f71-f89669902517?fields=application_policy_sets HTTP/1.1" 200 1422 0.099710 10.0.0.141 - - [2025-07-14 02:03:22] "DELETE /access-control-list/d13ebec0-a940-4d99-b890-a007ca877038 HTTP/1.1" 200 115 0.053231 10.0.0.141 - - [2025-07-14 02:03:22] "POST /neutron/port HTTP/1.1" 200 117 0.013702 10.0.0.141 - - [2025-07-14 02:03:22] "POST /id-to-fqname HTTP/1.1" 200 224 0.001276 10.0.0.141 - - [2025-07-14 02:03:22] "DELETE /access-control-list/37b187bd-2f41-4bdd-80fe-dc879fd2d292 HTTP/1.1" 200 115 0.047352 10.0.0.141 - - [2025-07-14 02:03:23] "POST /neutron/port HTTP/1.1" 200 117 0.012406 10.0.0.141 - - [2025-07-14 02:03:23] "DELETE /access-control-list/711a706f-e741-4705-91e5-5a9a2e5b0653 HTTP/1.1" 200 115 0.072741 10.0.0.141 - - [2025-07-14 02:03:23] "DELETE /project/07e68d8f-7a97-486a-8e26-56d045d48168 HTTP/1.1" 200 115 0.587227 10.0.0.141 - - [2025-07-14 02:03:23] "DELETE /project/be47ae53-b374-4f8f-a92a-4772d1472191 HTTP/1.1" 200 115 0.628499 10.0.0.141 - - [2025-07-14 02:03:23] "DELETE /access-control-list/dd5419b9-680f-4864-b739-3516ef635c8e HTTP/1.1" 200 115 0.053361 10.0.0.141 - - [2025-07-14 02:03:23] "POST /neutron/network HTTP/1.1" 200 845 0.006795 10.0.0.141 - - [2025-07-14 02:03:23] "DELETE /project/cb882528-01ae-4b22-8f71-f89669902517 HTTP/1.1" 200 115 0.658356 10.0.0.141 - - [2025-07-14 02:03:23] "GET /aaa-mode HTTP/1.1" 401 293 0.000581 10.0.0.141 - - [2025-07-14 02:03:23] "POST /neutron/network HTTP/1.1" 200 840 0.006213 10.0.0.141 - - [2025-07-14 02:03:23] "GET /projects?obj_uuids=423adee4-4abc-4b58-9302-8b69c3a16a73&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001223 10.0.0.141 - - [2025-07-14 02:03:23] "GET / HTTP/1.1" 200 36215 0.002760 10.0.0.141 - - [2025-07-14 02:03:23] "GET /project/423adee4-4abc-4b58-9302-8b69c3a16a73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000489 10.0.0.141 - - [2025-07-14 02:03:23] "POST /neutron/port HTTP/1.1" 200 1056 0.240771 10.0.0.141 - - [2025-07-14 02:03:23] "POST /neutron/port HTTP/1.1" 200 1056 0.010079 10.0.0.141 - - [2025-07-14 02:03:23] "POST /neutron/port HTTP/1.1" 200 1056 0.009142 10.0.0.141 - - [2025-07-14 02:03:23] "POST /neutron/port HTTP/1.1" 200 1110 0.066954 10.0.0.141 - - [2025-07-14 02:03:23] "POST /neutron/port HTTP/1.1" 200 1084 0.015513 10.0.0.141 - - [2025-07-14 02:03:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003937 10.0.0.141 - - [2025-07-14 02:03:23] "GET /projects?obj_uuids=423adee4-4abc-4b58-9302-8b69c3a16a73&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001091 10.0.0.141 - - [2025-07-14 02:03:23] "POST /neutron/subnet HTTP/1.1" 200 688 0.012307 10.0.0.141 - - [2025-07-14 02:03:23] "GET /project/423adee4-4abc-4b58-9302-8b69c3a16a73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.050966 10.0.0.141 - - [2025-07-14 02:03:23] "POST /neutron/port HTTP/1.1" 200 117 0.001256 10.0.0.141 - - [2025-07-14 02:03:23] "POST /neutron/network HTTP/1.1" 200 830 0.005596 10.0.0.141 - - [2025-07-14 02:03:23] "POST /neutron/network HTTP/1.1" 200 835 0.005279 10.0.0.141 - - [2025-07-14 02:03:24] "POST /neutron/port HTTP/1.1" 200 1084 0.014829 10.0.0.141 - - [2025-07-14 02:03:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007626 10.0.0.141 - - [2025-07-14 02:03:24] "POST /neutron/port HTTP/1.1" 200 117 0.006384 10.0.0.141 - - [2025-07-14 02:03:24] "POST /fqname-to-id HTTP/1.1" 404 193 0.005369 10.0.0.141 - - [2025-07-14 02:03:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004869 10.0.0.141 - - [2025-07-14 02:03:24] "GET /domains?obj_uuids=d45b311b-3456-473f-8bc7-c85d702ccbc9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001140 10.0.0.141 - - [2025-07-14 02:03:24] "GET /domain/d45b311b-3456-473f-8bc7-c85d702ccbc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.009428 10.0.0.141 - - [2025-07-14 02:03:24] "POST /service-templates HTTP/1.1" 200 545 0.026469 10.0.0.141 - - [2025-07-14 02:03:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.141 - - [2025-07-14 02:03:24] "GET /service-template/6a348e83-f644-44f1-96bd-d5f7eadb1d53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.005130 10.0.0.141 - - [2025-07-14 02:03:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002842 10.0.0.141 - - [2025-07-14 02:03:24] "POST /neutron/network HTTP/1.1" 200 845 0.006869 10.0.0.141 - - [2025-07-14 02:03:24] "GET /service-template/6a348e83-f644-44f1-96bd-d5f7eadb1d53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.003580 10.0.0.141 - - [2025-07-14 02:03:24] "GET /projects?obj_uuids=423adee4-4abc-4b58-9302-8b69c3a16a73&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001195 10.0.0.141 - - [2025-07-14 02:03:24] "POST /id-to-fqname HTTP/1.1" 200 223 0.001601 10.0.0.141 - - [2025-07-14 02:03:24] "POST /id-to-fqname HTTP/1.1" 200 223 0.001896 10.0.0.141 - - [2025-07-14 02:03:24] "POST /id-to-fqname HTTP/1.1" 200 224 0.002643 10.0.0.141 - - [2025-07-14 02:03:24] "POST /neutron/port HTTP/1.1" 200 1059 0.263275 10.0.0.141 - - [2025-07-14 02:03:24] "POST /neutron/port HTTP/1.1" 200 1059 0.020429 10.0.0.141 - - [2025-07-14 02:03:24] "POST /neutron/port HTTP/1.1" 200 1059 0.024361 10.0.0.141 - - [2025-07-14 02:03:24] "POST /neutron/port HTTP/1.1" 200 2001 0.032471 10.0.0.141 - - [2025-07-14 02:03:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010635 10.0.0.141 - - [2025-07-14 02:03:24] "POST /neutron/port HTTP/1.1" 200 1113 0.102298 10.0.0.141 - - [2025-07-14 02:03:24] "POST /neutron/port HTTP/1.1" 200 1087 0.012301 10.0.0.141 - - [2025-07-14 02:03:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004794 10.0.0.141 - - [2025-07-14 02:03:24] "POST /neutron/subnet HTTP/1.1" 200 703 0.008704 10.0.0.141 - - [2025-07-14 02:03:25] "POST /neutron/port HTTP/1.1" 200 117 0.001569 10.0.0.141 - - [2025-07-14 02:03:25] "POST /neutron/network HTTP/1.1" 200 835 0.006720 10.0.0.141 - - [2025-07-14 02:03:25] "POST /neutron/network HTTP/1.1" 200 2222 0.016050 10.0.0.141 - - [2025-07-14 02:03:25] "GET /aaa-mode HTTP/1.1" 401 293 0.000495 10.0.0.141 - - [2025-07-14 02:03:25] "GET / HTTP/1.1" 200 36215 0.001842 10.0.0.141 - - [2025-07-14 02:03:25] "GET /project/423adee4-4abc-4b58-9302-8b69c3a16a73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000496 10.0.0.141 - - [2025-07-14 02:03:26] "GET /projects?obj_uuids=423adee4-4abc-4b58-9302-8b69c3a16a73&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001176 10.0.0.141 - - [2025-07-14 02:03:26] "GET /project/423adee4-4abc-4b58-9302-8b69c3a16a73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.064957 10.0.0.141 - - [2025-07-14 02:03:26] "POST /neutron/network HTTP/1.1" 200 832 0.005471 10.0.0.141 - - [2025-07-14 02:03:26] "POST /neutron/network HTTP/1.1" 200 830 0.005565 10.0.0.141 - - [2025-07-14 02:03:26] "POST /neutron/network HTTP/1.1" 200 835 0.005805 10.0.0.141 - - [2025-07-14 02:03:26] "POST /neutron/port HTTP/1.1" 200 2055 0.021309 10.0.0.141 - - [2025-07-14 02:03:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.013648 10.0.0.141 - - [2025-07-14 02:03:26] "POST /neutron/port HTTP/1.1" 200 117 0.008466 10.0.0.141 - - [2025-07-14 02:03:26] "POST /neutron/port HTTP/1.1" 200 117 0.004971 10.0.0.141 - - [2025-07-14 02:03:26] "POST /neutron/network HTTP/1.1" 200 2222 0.013707 10.0.0.141 - - [2025-07-14 02:03:26] "GET /projects?obj_uuids=423adee4-4abc-4b58-9302-8b69c3a16a73&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001515 10.0.0.141 - - [2025-07-14 02:03:27] "POST /neutron/port HTTP/1.1" 200 1058 0.299951 10.0.0.141 - - [2025-07-14 02:03:27] "GET /projects?obj_uuids=423adee4-4abc-4b58-9302-8b69c3a16a73&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002279 10.0.0.141 - - [2025-07-14 02:03:27] "POST /neutron/port HTTP/1.1" 200 1056 0.276018 10.0.0.141 - - [2025-07-14 02:03:27] "GET /projects?obj_uuids=423adee4-4abc-4b58-9302-8b69c3a16a73&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001751 10.0.0.141 - - [2025-07-14 02:03:27] "POST /neutron/port HTTP/1.1" 200 1059 0.437954 10.0.0.141 - - [2025-07-14 02:03:27] "POST /neutron/port HTTP/1.1" 200 1058 0.018777 10.0.0.141 - - [2025-07-14 02:03:27] "GET /obj-perms HTTP/1.1" 200 5075 0.142711 10.0.0.141 - - [2025-07-14 02:03:27] "POST /neutron/port HTTP/1.1" 200 1058 0.013862 10.0.0.141 - - [2025-07-14 02:03:28] "POST /neutron/port HTTP/1.1" 200 1112 0.188894 10.0.0.141 - - [2025-07-14 02:03:28] "POST /neutron/port HTTP/1.1" 200 1056 0.013021 10.0.0.141 - - [2025-07-14 02:03:28] "POST /neutron/port HTTP/1.1" 200 1056 0.014407 10.0.0.141 - - [2025-07-14 02:03:28] "POST /neutron/port HTTP/1.1" 200 1110 0.100678 10.0.0.141 - - [2025-07-14 02:03:28] "GET /obj-perms HTTP/1.1" 200 5075 0.065357 10.0.0.141 - - [2025-07-14 02:03:28] "POST /neutron/port HTTP/1.1" 200 1059 0.019173 10.0.0.141 - - [2025-07-14 02:03:28] "POST /neutron/port HTTP/1.1" 200 1059 0.012322 10.0.0.141 - - [2025-07-14 02:03:28] "POST /neutron/port HTTP/1.1" 200 1113 0.067251 10.0.0.141 - - [2025-07-14 02:03:28] "POST /neutron/port HTTP/1.1" 200 3024 0.018443 10.0.0.141 - - [2025-07-14 02:03:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005727 10.0.0.141 - - [2025-07-14 02:03:28] "POST /neutron/subnet HTTP/1.1" 200 699 0.011604 10.0.0.141 - - [2025-07-14 02:03:28] "POST /neutron/port HTTP/1.1" 200 117 0.001912 10.0.0.141 - - [2025-07-14 02:03:28] "POST /neutron/network HTTP/1.1" 200 832 0.006999 10.0.0.141 - - [2025-07-14 02:03:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003461 10.0.0.141 - - [2025-07-14 02:03:28] "POST /neutron/subnet HTTP/1.1" 200 688 0.008655 10.0.0.141 - - [2025-07-14 02:03:28] "POST /neutron/port HTTP/1.1" 200 117 0.001458 10.0.0.141 - - [2025-07-14 02:03:28] "POST /neutron/network HTTP/1.1" 200 830 0.006557 10.0.0.141 - - [2025-07-14 02:03:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003705 10.0.0.141 - - [2025-07-14 02:03:28] "POST /neutron/subnet HTTP/1.1" 200 703 0.007822 10.0.0.141 - - [2025-07-14 02:03:28] "POST /neutron/port HTTP/1.1" 200 117 0.001389 10.0.0.141 - - [2025-07-14 02:03:28] "POST /neutron/network HTTP/1.1" 200 835 0.006655 10.0.0.141 - - [2025-07-14 02:03:31] "POST /neutron/port HTTP/1.1" 200 3024 0.020212 10.0.0.141 - - [2025-07-14 02:03:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007247 10.0.0.141 - - [2025-07-14 02:03:31] "POST /neutron/port HTTP/1.1" 200 3024 0.019234 10.0.0.141 - - [2025-07-14 02:03:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008463 10.0.0.141 - - [2025-07-14 02:03:31] "POST /neutron/port HTTP/1.1" 200 3024 0.021129 10.0.0.141 - - [2025-07-14 02:03:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006994 10.0.0.141 - - [2025-07-14 02:03:31] "POST /neutron/port HTTP/1.1" 200 3024 0.019179 10.0.0.141 - - [2025-07-14 02:03:32] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008151 10.0.0.141 - - [2025-07-14 02:03:32] "POST /neutron/port HTTP/1.1" 200 3024 0.024993 10.0.0.141 - - [2025-07-14 02:03:32] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009489 10.0.0.141 - - [2025-07-14 02:03:32] "GET /virtual-machine/9e44f7b6-cb8c-4351-b8a3-242f2a6064b0 HTTP/1.1" 200 1807 0.006060 10.0.0.141 - - [2025-07-14 02:03:32] "GET /virtual-machine-interface/423241c0-d7a9-4285-8d58-7438dcf1b22d HTTP/1.1" 200 2953 0.006553 10.0.0.141 - - [2025-07-14 02:03:32] "GET /virtual-machine-interface/510001c4-c809-4c3c-9f3c-db9c77b3f0ae HTTP/1.1" 200 2953 0.005435 10.0.0.141 - - [2025-07-14 02:03:32] "GET /virtual-machine-interface/87d5380c-190d-4855-a254-1b630814b0f6 HTTP/1.1" 200 2956 0.005443 10.0.0.141 - - [2025-07-14 02:03:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003807 10.0.0.141 - - [2025-07-14 02:03:32] "GET /global-vrouter-config/6db92660-4b89-4abb-9338-6cb8fca32f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003833 10.0.0.141 - - [2025-07-14 02:03:32] "GET /virtual-networks?parent_id=423adee4-4abc-4b58-9302-8b69c3a16a73&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003464 10.0.0.141 - - [2025-07-14 02:03:32] "GET /virtual-network/37de46b3-0a38-4136-a9c6-d4fdd9126174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006664 10.0.0.141 - - [2025-07-14 02:03:33] "POST /neutron/port HTTP/1.1" 200 1084 0.015723 10.0.0.141 - - [2025-07-14 02:03:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006985 10.0.0.141 - - [2025-07-14 02:03:34] "POST /neutron/port HTTP/1.1" 200 1087 0.013785 10.0.0.141 - - [2025-07-14 02:03:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007119 10.0.0.141 - - [2025-07-14 02:03:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004258 10.0.0.141 - - [2025-07-14 02:03:35] "GET /virtual-network/37de46b3-0a38-4136-a9c6-d4fdd9126174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005669 10.0.0.141 - - [2025-07-14 02:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.141 - - [2025-07-14 02:03:39] "GET /virtual-network/37de46b3-0a38-4136-a9c6-d4fdd9126174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005737 10.0.0.141 - - [2025-07-14 02:03:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.141 - - [2025-07-14 02:03:43] "GET /virtual-network/37de46b3-0a38-4136-a9c6-d4fdd9126174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007750 10.0.0.141 - - [2025-07-14 02:03:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.141 - - [2025-07-14 02:03:47] "GET /virtual-network/37de46b3-0a38-4136-a9c6-d4fdd9126174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005034 10.0.0.141 - - [2025-07-14 02:03:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.141 - - [2025-07-14 02:03:49] "GET /global-vrouter-config/6db92660-4b89-4abb-9338-6cb8fca32f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003074 10.0.0.141 - - [2025-07-14 02:03:50] "GET /virtual-networks?parent_id=423adee4-4abc-4b58-9302-8b69c3a16a73&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003076 10.0.0.141 - - [2025-07-14 02:03:50] "GET /virtual-network/37de46b3-0a38-4136-a9c6-d4fdd9126174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005419 10.0.0.141 - - [2025-07-14 02:03:50] "POST /neutron/port HTTP/1.1" 200 3024 0.020453 10.0.0.141 - - [2025-07-14 02:03:50] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007584 10.0.0.141 - - [2025-07-14 02:03:55] "POST /neutron/port HTTP/1.1" 200 3024 0.015112 10.0.0.141 - - [2025-07-14 02:03:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005785 10.0.0.141 - - [2025-07-14 02:03:59] "POST /neutron/port HTTP/1.1" 200 3024 0.015439 10.0.0.141 - - [2025-07-14 02:03:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005532 10.0.0.141 - - [2025-07-14 02:04:00] "POST /neutron/port HTTP/1.1" 200 3024 0.017938 10.0.0.141 - - [2025-07-14 02:04:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006106 10.0.0.141 - - [2025-07-14 02:04:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002838 10.0.0.141 - - [2025-07-14 02:04:05] "GET /global-vrouter-config/6db92660-4b89-4abb-9338-6cb8fca32f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003489 10.0.0.141 - - [2025-07-14 02:04:05] "GET /virtual-networks?parent_id=423adee4-4abc-4b58-9302-8b69c3a16a73&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003556 10.0.0.141 - - [2025-07-14 02:04:05] "GET /virtual-network/f4008ef5-cb38-4d08-a305-335f21af875b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005057 10.0.0.141 - - [2025-07-14 02:04:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004127 10.0.0.141 - - [2025-07-14 02:04:06] "GET /global-vrouter-config/6db92660-4b89-4abb-9338-6cb8fca32f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003380 10.0.0.141 - - [2025-07-14 02:04:06] "GET /virtual-networks?parent_id=423adee4-4abc-4b58-9302-8b69c3a16a73&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003512 10.0.0.141 - - [2025-07-14 02:04:06] "GET /virtual-network/71b62d5c-f484-450c-8526-c6859f051227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006852 10.0.0.141 - - [2025-07-14 02:04:06] "POST /fqname-to-id HTTP/1.1" 404 207 0.003232 10.0.0.141 - - [2025-07-14 02:04:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.141 - - [2025-07-14 02:04:06] "GET /projects?obj_uuids=423adee4-4abc-4b58-9302-8b69c3a16a73&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001342 10.0.0.141 - - [2025-07-14 02:04:06] "GET /project/423adee4-4abc-4b58-9302-8b69c3a16a73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.027448 10.0.0.141 - - [2025-07-14 02:04:06] "POST /service-instances HTTP/1.1" 200 545 0.071387 10.0.0.141 - - [2025-07-14 02:04:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.141 - - [2025-07-14 02:04:06] "GET /service-instance/2c566902-e256-49be-b8a9-bfa36ef3063e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2138 0.005269 10.0.0.141 - - [2025-07-14 02:04:06] "POST /port-tuples HTTP/1.1" 200 588 0.021895 10.0.0.141 - - [2025-07-14 02:04:06] "GET /virtual-machine-interface/510001c4-c809-4c3c-9f3c-db9c77b3f0ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2731 0.005432 10.0.0.141 - - [2025-07-14 02:04:06] "PUT /virtual-machine-interface/510001c4-c809-4c3c-9f3c-db9c77b3f0ae HTTP/1.1" 200 285 0.013106 10.0.0.141 - - [2025-07-14 02:04:06] "POST /ref-update HTTP/1.1" 200 156 0.011557 10.0.0.141 - - [2025-07-14 02:04:06] "POST /instance-ips HTTP/1.1" 200 386 0.030229 10.0.0.141 - - [2025-07-14 02:04:06] "GET /virtual-machine-interface/423241c0-d7a9-4285-8d58-7438dcf1b22d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2731 0.014716 10.0.0.141 - - [2025-07-14 02:04:06] "POST /ref-update HTTP/1.1" 200 156 0.033790 10.0.0.141 - - [2025-07-14 02:04:06] "PUT /virtual-machine-interface/423241c0-d7a9-4285-8d58-7438dcf1b22d HTTP/1.1" 200 285 0.016171 10.0.0.141 - - [2025-07-14 02:04:07] "POST /ref-update HTTP/1.1" 200 156 0.015550 10.0.0.141 - - [2025-07-14 02:04:07] "POST /ref-update HTTP/1.1" 200 156 0.008613 10.0.0.141 - - [2025-07-14 02:04:07] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.006634 10.0.0.141 - - [2025-07-14 02:04:07] "GET /virtual-machine-interface/87d5380c-190d-4855-a254-1b630814b0f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2734 0.006295 10.0.0.141 - - [2025-07-14 02:04:07] "POST /instance-ips HTTP/1.1" 200 386 0.024994 10.0.0.141 - - [2025-07-14 02:04:07] "PUT /virtual-machine-interface/87d5380c-190d-4855-a254-1b630814b0f6 HTTP/1.1" 200 285 0.013120 10.0.0.141 - - [2025-07-14 02:04:07] "POST /ref-update HTTP/1.1" 200 156 0.008758 10.0.0.141 - - [2025-07-14 02:04:07] "POST /ref-update HTTP/1.1" 200 156 0.012069 10.0.0.141 - - [2025-07-14 02:04:07] "POST /ref-update HTTP/1.1" 200 156 0.011873 10.0.0.141 - - [2025-07-14 02:04:07] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002794 10.0.0.141 - - [2025-07-14 02:04:07] "POST /neutron/port HTTP/1.1" 200 1084 0.010818 10.0.0.141 - - [2025-07-14 02:04:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006128 10.0.0.141 - - [2025-07-14 02:04:07] "POST /instance-ips HTTP/1.1" 200 374 0.019247 10.0.0.141 - - [2025-07-14 02:04:07] "POST /neutron/port HTTP/1.1" 200 1084 0.011241 10.0.0.141 - - [2025-07-14 02:04:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007983 10.0.0.141 - - [2025-07-14 02:04:07] "POST /ref-update HTTP/1.1" 200 156 0.009516 10.0.0.141 - - [2025-07-14 02:04:07] "POST /neutron/port HTTP/1.1" 200 1084 0.010758 10.0.0.141 - - [2025-07-14 02:04:07] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006401 10.0.0.141 - - [2025-07-14 02:04:07] "POST /ref-update HTTP/1.1" 200 156 0.012412 10.0.0.141 - - [2025-07-14 02:04:07] "GET /virtual-machine/a1b2129c-0c5f-4248-bd60-2aba9454cda1 HTTP/1.1" 200 1293 0.004643 10.0.0.141 - - [2025-07-14 02:04:07] "GET /virtual-machine-interface/25634348-a0da-4e0a-a6ca-82f7162e49d2 HTTP/1.1" 200 2953 0.004847 10.0.0.141 - - [2025-07-14 02:04:07] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003199 10.0.0.141 - - [2025-07-14 02:04:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002691 10.0.0.141 - - [2025-07-14 02:04:07] "GET /global-vrouter-config/6db92660-4b89-4abb-9338-6cb8fca32f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003268 10.0.0.141 - - [2025-07-14 02:04:07] "GET /virtual-networks?parent_id=423adee4-4abc-4b58-9302-8b69c3a16a73&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003271 10.0.0.141 - - [2025-07-14 02:04:07] "POST /instance-ips HTTP/1.1" 200 374 0.021179 10.0.0.141 - - [2025-07-14 02:04:07] "GET /virtual-network/f4008ef5-cb38-4d08-a305-335f21af875b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.009460 10.0.0.141 - - [2025-07-14 02:04:07] "POST /ref-update HTTP/1.1" 200 156 0.012669 10.0.0.141 - - [2025-07-14 02:04:07] "POST /ref-update HTTP/1.1" 200 156 0.008609 10.0.0.141 - - [2025-07-14 02:04:07] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003127 10.0.0.141 - - [2025-07-14 02:04:07] "POST /instance-ips HTTP/1.1" 200 376 0.016651 10.0.0.141 - - [2025-07-14 02:04:07] "POST /ref-update HTTP/1.1" 200 156 0.008263 10.0.0.141 - - [2025-07-14 02:04:07] "POST /ref-update HTTP/1.1" 200 156 0.009284 10.0.0.141 - - [2025-07-14 02:04:07] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002832 10.0.0.141 - - [2025-07-14 02:04:08] "POST /instance-ips HTTP/1.1" 200 376 0.015922 10.0.0.141 - - [2025-07-14 02:04:08] "POST /ref-update HTTP/1.1" 200 156 0.008574 10.0.0.141 - - [2025-07-14 02:04:08] "POST /ref-update HTTP/1.1" 200 156 0.009040 10.0.0.141 - - [2025-07-14 02:04:08] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003207 10.0.0.141 - - [2025-07-14 02:04:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003880 10.0.0.141 - - [2025-07-14 02:04:08] "GET /global-vrouter-config/6db92660-4b89-4abb-9338-6cb8fca32f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003294 10.0.0.141 - - [2025-07-14 02:04:08] "GET /virtual-networks?parent_id=423adee4-4abc-4b58-9302-8b69c3a16a73&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003003 10.0.0.141 - - [2025-07-14 02:04:08] "GET /virtual-network/f4008ef5-cb38-4d08-a305-335f21af875b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005402 10.0.0.141 - - [2025-07-14 02:04:09] "POST /neutron/port HTTP/1.1" 200 1087 0.010847 10.0.0.141 - - [2025-07-14 02:04:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006444 10.0.0.141 - - [2025-07-14 02:04:09] "POST /neutron/port HTTP/1.1" 200 1087 0.011794 10.0.0.141 - - [2025-07-14 02:04:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005617 10.0.0.141 - - [2025-07-14 02:04:09] "POST /neutron/port HTTP/1.1" 200 1087 0.010732 10.0.0.141 - - [2025-07-14 02:04:09] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005776 10.0.0.141 - - [2025-07-14 02:04:09] "GET /virtual-machine/7e36428f-7f29-46c4-b0a6-37a6f714368b HTTP/1.1" 200 1292 0.004364 10.0.0.141 - - [2025-07-14 02:04:09] "GET /virtual-machine-interface/94c2bebb-6f9d-472e-bc34-5f1a7d62e358 HTTP/1.1" 200 2957 0.004614 10.0.0.141 - - [2025-07-14 02:04:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.141 - - [2025-07-14 02:04:09] "GET /global-vrouter-config/6db92660-4b89-4abb-9338-6cb8fca32f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003597 10.0.0.141 - - [2025-07-14 02:04:09] "GET /virtual-networks?parent_id=423adee4-4abc-4b58-9302-8b69c3a16a73&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003568 10.0.0.141 - - [2025-07-14 02:04:09] "GET /virtual-network/71b62d5c-f484-450c-8526-c6859f051227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005151 10.0.0.141 - - [2025-07-14 02:04:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.141 - - [2025-07-14 02:04:10] "GET /global-vrouter-config/6db92660-4b89-4abb-9338-6cb8fca32f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003239 10.0.0.141 - - [2025-07-14 02:04:10] "GET /virtual-networks?parent_id=423adee4-4abc-4b58-9302-8b69c3a16a73&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003099 10.0.0.141 - - [2025-07-14 02:04:10] "GET /virtual-network/71b62d5c-f484-450c-8526-c6859f051227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005341 10.0.0.141 - - [2025-07-14 02:04:10] "POST /fqname-to-id HTTP/1.1" 404 211 0.002815 10.0.0.141 - - [2025-07-14 02:04:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002458 10.0.0.141 - - [2025-07-14 02:04:10] "GET /projects?obj_uuids=423adee4-4abc-4b58-9302-8b69c3a16a73&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001512 10.0.0.141 - - [2025-07-14 02:04:10] "GET /project/423adee4-4abc-4b58-9302-8b69c3a16a73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.029192 10.0.0.141 - - [2025-07-14 02:04:10] "POST /network-policys HTTP/1.1" 200 549 0.020680 10.0.0.141 - - [2025-07-14 02:04:10] "GET /network-policy/93130d8f-430e-44d2-9bdd-14581efffbc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2184 0.004920 10.0.0.141 - - [2025-07-14 02:04:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.141 - - [2025-07-14 02:04:11] "GET /virtual-network/f4008ef5-cb38-4d08-a305-335f21af875b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007266 10.0.0.141 - - [2025-07-14 02:04:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003785 10.0.0.141 - - [2025-07-14 02:04:11] "GET /network-policy/93130d8f-430e-44d2-9bdd-14581efffbc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2184 0.003509 10.0.0.141 - - [2025-07-14 02:04:11] "POST /fqname-to-id HTTP/1.1" 404 242 0.004129 10.0.0.141 - - [2025-07-14 02:04:11] "POST /ref-update HTTP/1.1" 200 156 0.042024 10.0.0.141 - - [2025-07-14 02:04:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004021 10.0.0.141 - - [2025-07-14 02:04:11] "POST /access-control-lists HTTP/1.1" 200 603 0.068524 10.0.0.141 - - [2025-07-14 02:04:11] "GET /network-policy/93130d8f-430e-44d2-9bdd-14581efffbc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2184 0.003392 10.0.0.141 - - [2025-07-14 02:04:11] "POST /neutron/network HTTP/1.1" 200 918 0.007135 10.0.0.141 - - [2025-07-14 02:04:11] "GET /virtual-network/f4008ef5-cb38-4d08-a305-335f21af875b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.004980 10.0.0.141 - - [2025-07-14 02:04:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002835 10.0.0.141 - - [2025-07-14 02:04:11] "GET /network-policy/93130d8f-430e-44d2-9bdd-14581efffbc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2184 0.003913 10.0.0.141 - - [2025-07-14 02:04:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002874 10.0.0.141 - - [2025-07-14 02:04:11] "GET /virtual-network/71b62d5c-f484-450c-8526-c6859f051227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005227 10.0.0.141 - - [2025-07-14 02:04:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002745 10.0.0.141 - - [2025-07-14 02:04:11] "GET /network-policy/93130d8f-430e-44d2-9bdd-14581efffbc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2184 0.003597 10.0.0.141 - - [2025-07-14 02:04:11] "POST /ref-update HTTP/1.1" 200 156 0.029331 10.0.0.141 - - [2025-07-14 02:04:11] "PUT /access-control-list/0a03e964-dac9-4aaa-8d4a-c3af143370db HTTP/1.1" 200 273 0.011680 10.0.0.141 - - [2025-07-14 02:04:11] "POST /fqname-to-id HTTP/1.1" 404 244 0.002297 10.0.0.141 - - [2025-07-14 02:04:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002989 10.0.0.141 - - [2025-07-14 02:04:11] "GET /network-policy/93130d8f-430e-44d2-9bdd-14581efffbc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2184 0.019570 10.0.0.141 - - [2025-07-14 02:04:11] "POST /access-control-lists HTTP/1.1" 200 606 0.061779 10.0.0.141 - - [2025-07-14 02:04:12] "POST /neutron/network HTTP/1.1" 200 923 0.008718 10.0.0.141 - - [2025-07-14 02:04:12] "GET /virtual-network/71b62d5c-f484-450c-8526-c6859f051227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.006893 10.0.0.141 - - [2025-07-14 02:04:12] "POST /routing-instances HTTP/1.1" 200 761 0.029108 10.0.0.141 - - [2025-07-14 02:04:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.141 - - [2025-07-14 02:04:12] "POST /route-targets HTTP/1.1" 200 328 0.012037 10.0.0.141 - - [2025-07-14 02:04:12] "GET /network-policy/93130d8f-430e-44d2-9bdd-14581efffbc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2184 0.004583 10.0.0.141 - - [2025-07-14 02:04:12] "POST /ref-update HTTP/1.1" 200 156 0.012326 10.0.0.141 - - [2025-07-14 02:04:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.141 - - [2025-07-14 02:04:12] "GET /routing-instance/d28f35bc-8b7e-4695-b688-550d09533fd4?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1290 0.004298 10.0.0.141 - - [2025-07-14 02:04:12] "GET /service-template/6a348e83-f644-44f1-96bd-d5f7eadb1d53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.003462 10.0.0.141 - - [2025-07-14 02:04:12] "GET /routing-instance/d28f35bc-8b7e-4695-b688-550d09533fd4?fields=routing_policy_back_refs HTTP/1.1" 200 1290 0.003564 10.0.0.141 - - [2025-07-14 02:04:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002893 10.0.0.141 - - [2025-07-14 02:04:12] "POST /ref-update HTTP/1.1" 200 156 0.011339 10.0.0.141 - - [2025-07-14 02:04:12] "GET /projects?obj_uuids=423adee4-4abc-4b58-9302-8b69c3a16a73&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001203 10.0.0.141 - - [2025-07-14 02:04:12] "GET /project/423adee4-4abc-4b58-9302-8b69c3a16a73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.033108 10.0.0.141 - - [2025-07-14 02:04:12] "POST /routing-instances HTTP/1.1" 200 762 0.020632 10.0.0.141 - - [2025-07-14 02:04:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003476 10.0.0.141 - - [2025-07-14 02:04:12] "POST /route-targets HTTP/1.1" 200 328 0.011093 10.0.0.141 - - [2025-07-14 02:04:12] "GET /service-instance/2c566902-e256-49be-b8a9-bfa36ef3063e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3538 0.005170 10.0.0.141 - - [2025-07-14 02:04:12] "POST /ref-update HTTP/1.1" 200 156 0.010144 10.0.0.141 - - [2025-07-14 02:04:12] "GET /domains HTTP/1.1" 200 281 0.002396 10.0.0.141 - - [2025-07-14 02:04:12] "GET /domains?obj_uuids=d45b311b-3456-473f-8bc7-c85d702ccbc9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001082 10.0.0.141 - - [2025-07-14 02:04:12] "GET /domain/d45b311b-3456-473f-8bc7-c85d702ccbc9 HTTP/1.1" 200 2783 0.008250 10.0.0.141 - - [2025-07-14 02:04:12] "GET /projects?obj_uuids=423adee4-4abc-4b58-9302-8b69c3a16a73&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001018 10.0.0.141 - - [2025-07-14 02:04:12] "GET /routing-instance/80bdc88b-a6bb-444c-81ba-9c64daa28d77?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1289 0.004411 10.0.0.141 - - [2025-07-14 02:04:12] "GET /project/423adee4-4abc-4b58-9302-8b69c3a16a73 HTTP/1.1" 200 4258 0.073403 10.0.0.141 - - [2025-07-14 02:04:12] "GET /routing-instance/80bdc88b-a6bb-444c-81ba-9c64daa28d77?fields=routing_policy_back_refs HTTP/1.1" 200 1289 0.010008 10.0.0.141 - - [2025-07-14 02:04:12] "GET /service-instance/2c566902-e256-49be-b8a9-bfa36ef3063e HTTP/1.1" 200 3793 0.004427 10.0.0.141 - - [2025-07-14 02:04:12] "GET /domains HTTP/1.1" 200 281 0.002232 10.0.0.141 - - [2025-07-14 02:04:12] "GET /domains?obj_uuids=d45b311b-3456-473f-8bc7-c85d702ccbc9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001051 10.0.0.141 - - [2025-07-14 02:04:12] "GET /domain/d45b311b-3456-473f-8bc7-c85d702ccbc9 HTTP/1.1" 200 2783 0.007177 10.0.0.141 - - [2025-07-14 02:04:12] "GET /projects?obj_uuids=423adee4-4abc-4b58-9302-8b69c3a16a73&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001045 10.0.0.141 - - [2025-07-14 02:04:12] "PUT /routing-instance/d28f35bc-8b7e-4695-b688-550d09533fd4 HTTP/1.1" 200 267 0.010412 10.0.0.141 - - [2025-07-14 02:04:12] "GET /project/423adee4-4abc-4b58-9302-8b69c3a16a73 HTTP/1.1" 200 4258 0.070756 10.0.0.141 - - [2025-07-14 02:04:12] "GET /service-instance/2c566902-e256-49be-b8a9-bfa36ef3063e HTTP/1.1" 200 3793 0.003407 10.0.0.141 - - [2025-07-14 02:04:12] "PUT /routing-instance/80bdc88b-a6bb-444c-81ba-9c64daa28d77 HTTP/1.1" 200 267 0.011262 10.0.0.141 - - [2025-07-14 02:04:12] "GET /port-tuple/6b82617d-e1dd-4555-b3f6-7bb1f64869da HTTP/1.1" 200 1984 0.008813 10.0.0.141 - - [2025-07-14 02:04:12] "GET /virtual-machine-interface/423241c0-d7a9-4285-8d58-7438dcf1b22d HTTP/1.1" 200 3808 0.006699 10.0.0.141 - - [2025-07-14 02:04:12] "GET /virtual-machine-interface/510001c4-c809-4c3c-9f3c-db9c77b3f0ae HTTP/1.1" 200 3826 0.005060 10.0.0.141 - - [2025-07-14 02:04:12] "GET /virtual-machine-interface/87d5380c-190d-4855-a254-1b630814b0f6 HTTP/1.1" 200 3814 0.006927 10.0.0.141 - - [2025-07-14 02:04:12] "POST /ref-update HTTP/1.1" 200 156 0.010195 10.0.0.141 - - [2025-07-14 02:04:12] "POST /neutron/port HTTP/1.1" 200 3831 0.034158 10.0.0.141 - - [2025-07-14 02:04:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005686 10.0.0.141 - - [2025-07-14 02:04:12] "POST /neutron/port HTTP/1.1" 200 3831 0.025236 10.0.0.141 - - [2025-07-14 02:04:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006120 10.0.0.141 - - [2025-07-14 02:04:12] "POST /neutron/port HTTP/1.1" 200 3831 0.028755 10.0.0.141 - - [2025-07-14 02:04:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006083 10.0.0.141 - - [2025-07-14 02:04:13] "POST /neutron/port HTTP/1.1" 200 3831 0.038284 10.0.0.141 - - [2025-07-14 02:04:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007872 10.0.0.141 - - [2025-07-14 02:04:13] "POST /neutron/network HTTP/1.1" 200 892 0.015502 10.0.0.141 - - [2025-07-14 02:04:13] "POST /neutron/network HTTP/1.1" 200 918 0.005802 10.0.0.141 - - [2025-07-14 02:04:13] "POST /neutron/network HTTP/1.1" 200 806 0.015820 10.0.0.141 - - [2025-07-14 02:04:13] "POST /neutron/network HTTP/1.1" 200 832 0.006944 10.0.0.141 - - [2025-07-14 02:04:13] "POST /neutron/network HTTP/1.1" 200 897 0.015591 10.0.0.141 - - [2025-07-14 02:04:13] "POST /neutron/network HTTP/1.1" 200 923 0.007050 10.0.0.141 - - [2025-07-14 02:04:13] "POST /id-to-fqname HTTP/1.1" 200 223 0.001632 10.0.0.141 - - [2025-07-14 02:04:13] "POST /id-to-fqname HTTP/1.1" 200 223 0.001531 10.0.0.141 - - [2025-07-14 02:04:13] "PUT /access-control-list/9db4d25f-1386-402d-b019-f5ea356bbf29 HTTP/1.1" 200 273 0.010046 10.0.0.141 - - [2025-07-14 02:04:13] "POST /id-to-fqname HTTP/1.1" 200 224 0.001626 10.0.0.141 - - [2025-07-14 02:04:13] "GET /virtual-machine/9e44f7b6-cb8c-4351-b8a3-242f2a6064b0 HTTP/1.1" 200 1807 0.005148 10.0.0.141 - - [2025-07-14 02:04:13] "GET /virtual-machine-interface/423241c0-d7a9-4285-8d58-7438dcf1b22d HTTP/1.1" 200 3808 0.006553 10.0.0.141 - - [2025-07-14 02:04:13] "GET /virtual-machine-interface/510001c4-c809-4c3c-9f3c-db9c77b3f0ae HTTP/1.1" 200 3826 0.007182 10.0.0.141 - - [2025-07-14 02:04:13] "GET /virtual-machine-interface/87d5380c-190d-4855-a254-1b630814b0f6 HTTP/1.1" 200 3814 0.005221 10.0.0.141 - - [2025-07-14 02:04:13] "GET /instance-ip/36b481c6-5b1c-4587-b713-800ff101d01b HTTP/1.1" 200 1622 0.005474 10.0.0.141 - - [2025-07-14 02:04:13] "GET /instance-ip/ab3e40ea-f868-4ca2-90f1-ba682477f3a2 HTTP/1.1" 200 1959 0.003899 10.0.0.141 - - [2025-07-14 02:04:13] "GET /instance-ip/b2ccef0d-cc5b-4814-9b12-3e06722b6785 HTTP/1.1" 200 1961 0.003941 10.0.0.141 - - [2025-07-14 02:04:13] "GET /instance-ip/7f039800-f751-45a1-b96f-ef387dd72a9a HTTP/1.1" 200 1984 0.004068 10.0.0.141 - - [2025-07-14 02:04:13] "GET /instance-ip/880f7a37-5dbf-4fe8-beb6-dfbc610ecfbd HTTP/1.1" 200 1982 0.004127 10.0.0.141 - - [2025-07-14 02:04:13] "GET /instance-ip/b056961e-9114-4333-85e7-24e326cfceda HTTP/1.1" 200 1624 0.005231 10.0.0.141 - - [2025-07-14 02:04:13] "GET /instance-ip/62bb295d-f49e-4b9c-bbe7-00e41699d13d HTTP/1.1" 200 1626 0.004936 10.0.0.141 - - [2025-07-14 02:04:13] "GET /instance-ip/6fb020a9-f5d6-4bda-b495-c32943eea776 HTTP/1.1" 200 1962 0.003986 10.0.0.141 - - [2025-07-14 02:04:13] "GET /instance-ip/7fd2bbb6-be63-491d-87d4-72dcdc928279 HTTP/1.1" 200 1963 0.003774 10.0.0.141 - - [2025-07-14 02:04:13] "POST /neutron/port HTTP/1.1" 200 3831 0.032931 10.0.0.141 - - [2025-07-14 02:04:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006564 10.0.0.141 - - [2025-07-14 02:04:13] "POST /neutron/port HTTP/1.1" 200 3831 0.029234 10.0.0.141 - - [2025-07-14 02:04:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006141 10.0.0.141 - - [2025-07-14 02:04:13] "POST /neutron/port HTTP/1.1" 200 3831 0.026460 10.0.0.141 - - [2025-07-14 02:04:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006160 10.0.0.141 - - [2025-07-14 02:04:13] "POST /neutron/port HTTP/1.1" 200 3831 0.027227 10.0.0.141 - - [2025-07-14 02:04:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005850 10.0.0.141 - - [2025-07-14 02:04:13] "GET /virtual-machine/9e44f7b6-cb8c-4351-b8a3-242f2a6064b0 HTTP/1.1" 200 1807 0.003509 10.0.0.141 - - [2025-07-14 02:04:13] "GET /virtual-machine-interface/423241c0-d7a9-4285-8d58-7438dcf1b22d HTTP/1.1" 200 3808 0.005471 10.0.0.141 - - [2025-07-14 02:04:13] "GET /virtual-machine-interface/510001c4-c809-4c3c-9f3c-db9c77b3f0ae HTTP/1.1" 200 3826 0.004906 10.0.0.141 - - [2025-07-14 02:04:13] "GET /virtual-machine-interface/87d5380c-190d-4855-a254-1b630814b0f6 HTTP/1.1" 200 3814 0.004894 10.0.0.141 - - [2025-07-14 02:04:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002734 10.0.0.141 - - [2025-07-14 02:04:13] "GET /global-vrouter-config/6db92660-4b89-4abb-9338-6cb8fca32f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003007 10.0.0.141 - - [2025-07-14 02:04:13] "GET /virtual-networks?parent_id=423adee4-4abc-4b58-9302-8b69c3a16a73&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003101 10.0.0.141 - - [2025-07-14 02:04:14] "GET /virtual-network/f4008ef5-cb38-4d08-a305-335f21af875b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.007528 10.0.0.141 - - [2025-07-14 02:04:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.141 - - [2025-07-14 02:04:15] "GET /global-vrouter-config/6db92660-4b89-4abb-9338-6cb8fca32f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003257 10.0.0.141 - - [2025-07-14 02:04:15] "GET /virtual-networks?parent_id=423adee4-4abc-4b58-9302-8b69c3a16a73&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002955 10.0.0.141 - - [2025-07-14 02:04:15] "GET /virtual-network/f4008ef5-cb38-4d08-a305-335f21af875b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005315 10.0.0.141 - - [2025-07-14 02:04:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002829 10.0.0.141 - - [2025-07-14 02:04:15] "GET /global-vrouter-config/6db92660-4b89-4abb-9338-6cb8fca32f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003897 10.0.0.141 - - [2025-07-14 02:04:15] "GET /virtual-networks?parent_id=423adee4-4abc-4b58-9302-8b69c3a16a73&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003090 10.0.0.141 - - [2025-07-14 02:04:15] "GET /virtual-network/f4008ef5-cb38-4d08-a305-335f21af875b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005372 10.0.0.141 - - [2025-07-14 02:04:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.141 - - [2025-07-14 02:04:15] "GET /global-vrouter-config/6db92660-4b89-4abb-9338-6cb8fca32f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003896 10.0.0.141 - - [2025-07-14 02:04:15] "GET /virtual-networks?parent_id=423adee4-4abc-4b58-9302-8b69c3a16a73&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003589 10.0.0.141 - - [2025-07-14 02:04:15] "GET /virtual-network/f4008ef5-cb38-4d08-a305-335f21af875b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005433 10.0.0.141 - - [2025-07-14 02:04:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.141 - - [2025-07-14 02:04:15] "GET /global-vrouter-config/6db92660-4b89-4abb-9338-6cb8fca32f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003996 10.0.0.141 - - [2025-07-14 02:04:15] "GET /virtual-networks?parent_id=423adee4-4abc-4b58-9302-8b69c3a16a73&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003134 10.0.0.141 - - [2025-07-14 02:04:15] "GET /virtual-network/f4008ef5-cb38-4d08-a305-335f21af875b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005148 10.0.0.141 - - [2025-07-14 02:04:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002846 10.0.0.141 - - [2025-07-14 02:04:16] "GET /global-vrouter-config/6db92660-4b89-4abb-9338-6cb8fca32f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002947 10.0.0.141 - - [2025-07-14 02:04:16] "GET /virtual-networks?parent_id=423adee4-4abc-4b58-9302-8b69c3a16a73&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003428 10.0.0.141 - - [2025-07-14 02:04:16] "GET /virtual-network/37de46b3-0a38-4136-a9c6-d4fdd9126174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005789 10.0.0.141 - - [2025-07-14 02:04:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003679 10.0.0.141 - - [2025-07-14 02:04:16] "GET /global-vrouter-config/6db92660-4b89-4abb-9338-6cb8fca32f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003587 10.0.0.141 - - [2025-07-14 02:04:16] "GET /virtual-networks?parent_id=423adee4-4abc-4b58-9302-8b69c3a16a73&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003119 10.0.0.141 - - [2025-07-14 02:04:16] "GET /virtual-network/37de46b3-0a38-4136-a9c6-d4fdd9126174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005816 10.0.0.141 - - [2025-07-14 02:04:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002936 10.0.0.141 - - [2025-07-14 02:04:16] "GET /global-vrouter-config/6db92660-4b89-4abb-9338-6cb8fca32f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003602 10.0.0.141 - - [2025-07-14 02:04:16] "GET /virtual-networks?parent_id=423adee4-4abc-4b58-9302-8b69c3a16a73&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002989 10.0.0.141 - - [2025-07-14 02:04:16] "GET /virtual-network/37de46b3-0a38-4136-a9c6-d4fdd9126174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005457 10.0.0.141 - - [2025-07-14 02:04:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.141 - - [2025-07-14 02:04:16] "GET /global-vrouter-config/6db92660-4b89-4abb-9338-6cb8fca32f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003485 10.0.0.141 - - [2025-07-14 02:04:16] "GET /virtual-networks?parent_id=423adee4-4abc-4b58-9302-8b69c3a16a73&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002980 10.0.0.141 - - [2025-07-14 02:04:16] "GET /virtual-network/37de46b3-0a38-4136-a9c6-d4fdd9126174?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005928 10.0.0.141 - - [2025-07-14 02:04:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003266 10.0.0.141 - - [2025-07-14 02:04:16] "GET /global-vrouter-config/6db92660-4b89-4abb-9338-6cb8fca32f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004039 10.0.0.141 - - [2025-07-14 02:04:16] "GET /virtual-networks?parent_id=423adee4-4abc-4b58-9302-8b69c3a16a73&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002966 10.0.0.141 - - [2025-07-14 02:04:16] "GET /virtual-network/71b62d5c-f484-450c-8526-c6859f051227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.005475 10.0.0.141 - - [2025-07-14 02:04:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003095 10.0.0.141 - - [2025-07-14 02:04:17] "GET /global-vrouter-config/6db92660-4b89-4abb-9338-6cb8fca32f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004737 10.0.0.141 - - [2025-07-14 02:04:17] "GET /virtual-networks?parent_id=423adee4-4abc-4b58-9302-8b69c3a16a73&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.004112 10.0.0.141 - - [2025-07-14 02:04:17] "GET /virtual-network/71b62d5c-f484-450c-8526-c6859f051227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.006728 10.0.0.141 - - [2025-07-14 02:04:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002955 10.0.0.141 - - [2025-07-14 02:04:17] "GET /global-vrouter-config/6db92660-4b89-4abb-9338-6cb8fca32f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003849 10.0.0.141 - - [2025-07-14 02:04:17] "GET /virtual-networks?parent_id=423adee4-4abc-4b58-9302-8b69c3a16a73&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003127 10.0.0.141 - - [2025-07-14 02:04:17] "GET /virtual-network/71b62d5c-f484-450c-8526-c6859f051227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.005204 10.0.0.141 - - [2025-07-14 02:04:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.141 - - [2025-07-14 02:04:17] "GET /global-vrouter-config/6db92660-4b89-4abb-9338-6cb8fca32f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003567 10.0.0.141 - - [2025-07-14 02:04:17] "GET /virtual-networks?parent_id=423adee4-4abc-4b58-9302-8b69c3a16a73&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003088 10.0.0.141 - - [2025-07-14 02:04:17] "GET /virtual-network/71b62d5c-f484-450c-8526-c6859f051227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.006003 10.0.0.141 - - [2025-07-14 02:04:17] "GET /virtual-machine/9e44f7b6-cb8c-4351-b8a3-242f2a6064b0 HTTP/1.1" 200 1807 0.005448 10.0.0.141 - - [2025-07-14 02:04:17] "GET /domains HTTP/1.1" 200 281 0.004191 10.0.0.141 - - [2025-07-14 02:04:17] "GET /domains?obj_uuids=d45b311b-3456-473f-8bc7-c85d702ccbc9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001506 10.0.0.141 - - [2025-07-14 02:04:17] "GET /domain/d45b311b-3456-473f-8bc7-c85d702ccbc9 HTTP/1.1" 200 2783 0.009036 10.0.0.141 - - [2025-07-14 02:04:17] "GET /projects?obj_uuids=423adee4-4abc-4b58-9302-8b69c3a16a73&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001475 10.0.0.141 - - [2025-07-14 02:04:17] "GET /project/423adee4-4abc-4b58-9302-8b69c3a16a73 HTTP/1.1" 200 4258 0.079311 10.0.0.141 - - [2025-07-14 02:04:17] "GET /service-instance/2c566902-e256-49be-b8a9-bfa36ef3063e HTTP/1.1" 200 3793 0.004170 10.0.0.141 - - [2025-07-14 02:04:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002808 10.0.0.141 - - [2025-07-14 02:04:17] "GET /routing-instance/ce9ab3b0-cdb6-4650-a189-7be71496bdae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1892 0.003819 10.0.0.141 - - [2025-07-14 02:04:17] "GET /routing-instance/ce9ab3b0-cdb6-4650-a189-7be71496bdae?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2025 0.005457 10.0.0.141 - - [2025-07-14 02:04:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002849 10.0.0.141 - - [2025-07-14 02:04:17] "GET /routing-instance/1a92aaf6-c7cf-4fa1-9fc2-a4bc5b1802e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1896 0.004446 10.0.0.141 - - [2025-07-14 02:04:18] "GET /routing-instance/1a92aaf6-c7cf-4fa1-9fc2-a4bc5b1802e6?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2027 0.005124 10.0.0.141 - - [2025-07-14 02:04:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197 10.0.0.141 - - [2025-07-14 02:04:18] "GET /virtual-network/f4008ef5-cb38-4d08-a305-335f21af875b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2358 0.005124 10.0.0.141 - - [2025-07-14 02:04:18] "GET /virtual-network/f4008ef5-cb38-4d08-a305-335f21af875b?fields=routing_instances HTTP/1.1" 200 1688 0.008929 10.0.0.141 - - [2025-07-14 02:04:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.141 - - [2025-07-14 02:04:18] "GET /virtual-network/71b62d5c-f484-450c-8526-c6859f051227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.005459 10.0.0.141 - - [2025-07-14 02:04:18] "GET /virtual-network/71b62d5c-f484-450c-8526-c6859f051227?fields=routing_instances HTTP/1.1" 200 1691 0.007349 10.0.0.141 - - [2025-07-14 02:04:22] "POST /ref-update HTTP/1.1" 200 156 0.030269 10.0.0.141 - - [2025-07-14 02:04:22] "POST /neutron/network HTTP/1.1" 200 835 0.006570 10.0.0.141 - - [2025-07-14 02:04:22] "GET /virtual-network/71b62d5c-f484-450c-8526-c6859f051227?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005493 10.0.0.141 - - [2025-07-14 02:04:22] "DELETE /access-control-list/9db4d25f-1386-402d-b019-f5ea356bbf29 HTTP/1.1" 200 115 0.041578 10.0.0.141 - - [2025-07-14 02:04:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003006 10.0.0.141 - - [2025-07-14 02:04:22] "DELETE /routing-instance/d28f35bc-8b7e-4695-b688-550d09533fd4 HTTP/1.1" 200 115 0.026461 10.0.0.141 - - [2025-07-14 02:04:22] "GET /network-policy/93130d8f-430e-44d2-9bdd-14581efffbc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2184 0.006077 10.0.0.141 - - [2025-07-14 02:04:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005227 10.0.0.141 - - [2025-07-14 02:04:22] "DELETE /route-target/78c58884-af04-4fec-b7dc-b4b107acbf90 HTTP/1.1" 200 115 0.031635 10.0.0.141 - - [2025-07-14 02:04:22] "POST /ref-update HTTP/1.1" 200 156 0.037662 10.0.0.141 - - [2025-07-14 02:04:22] "DELETE /routing-instance/80bdc88b-a6bb-444c-81ba-9c64daa28d77 HTTP/1.1" 200 115 0.029002 10.0.0.141 - - [2025-07-14 02:04:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002729 10.0.0.141 - - [2025-07-14 02:04:22] "POST /neutron/network HTTP/1.1" 200 830 0.007066 10.0.0.141 - - [2025-07-14 02:04:22] "GET /virtual-network/f4008ef5-cb38-4d08-a305-335f21af875b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005398 10.0.0.141 - - [2025-07-14 02:04:22] "DELETE /route-target/58b3b27b-953a-4ef3-9e82-24c675f30a66 HTTP/1.1" 200 115 0.015028 10.0.0.141 - - [2025-07-14 02:04:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.141 - - [2025-07-14 02:04:22] "DELETE /access-control-list/0a03e964-dac9-4aaa-8d4a-c3af143370db HTTP/1.1" 200 115 0.020181 10.0.0.141 - - [2025-07-14 02:04:22] "GET /network-policy/93130d8f-430e-44d2-9bdd-14581efffbc8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2184 0.003414 10.0.0.141 - - [2025-07-14 02:04:22] "DELETE /network-policy/93130d8f-430e-44d2-9bdd-14581efffbc8 HTTP/1.1" 200 115 0.021939 10.0.0.141 - - [2025-07-14 02:04:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002926 10.0.0.141 - - [2025-07-14 02:04:22] "DELETE /service-instance/2c566902-e256-49be-b8a9-bfa36ef3063e HTTP/1.1" 200 115 0.044804 10.0.0.141 - - [2025-07-14 02:04:22] "POST /ref-update HTTP/1.1" 200 156 0.013893 10.0.0.141 - - [2025-07-14 02:04:22] "GET /domains HTTP/1.1" 200 281 0.006366 10.0.0.141 - - [2025-07-14 02:04:22] "GET /domains?obj_uuids=d45b311b-3456-473f-8bc7-c85d702ccbc9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002359 10.0.0.141 - - [2025-07-14 02:04:22] "GET /domain/d45b311b-3456-473f-8bc7-c85d702ccbc9 HTTP/1.1" 200 2783 0.011041 10.0.0.141 - - [2025-07-14 02:04:22] "GET /projects?obj_uuids=423adee4-4abc-4b58-9302-8b69c3a16a73&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001066 10.0.0.141 - - [2025-07-14 02:04:22] "DELETE /instance-ip/7fd2bbb6-be63-491d-87d4-72dcdc928279 HTTP/1.1" 200 115 0.029671 10.0.0.141 - - [2025-07-14 02:04:22] "POST /ref-update HTTP/1.1" 200 156 0.009045 10.0.0.141 - - [2025-07-14 02:04:23] "GET /project/423adee4-4abc-4b58-9302-8b69c3a16a73 HTTP/1.1" 200 3782 0.080668 10.0.0.141 - - [2025-07-14 02:04:23] "GET /virtual-machine/9e44f7b6-cb8c-4351-b8a3-242f2a6064b0 HTTP/1.1" 200 1807 0.005491 10.0.0.141 - - [2025-07-14 02:04:23] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002070 10.0.0.141 - - [2025-07-14 02:04:23] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004992 10.0.0.141 - - [2025-07-14 02:04:23] "DELETE /instance-ip/6fb020a9-f5d6-4bda-b495-c32943eea776 HTTP/1.1" 200 115 0.039070 10.0.0.141 - - [2025-07-14 02:04:23] "POST /ref-update HTTP/1.1" 200 156 0.009803 10.0.0.141 - - [2025-07-14 02:04:23] "DELETE /instance-ip/ab3e40ea-f868-4ca2-90f1-ba682477f3a2 HTTP/1.1" 200 115 0.025055 10.0.0.141 - - [2025-07-14 02:04:23] "POST /ref-update HTTP/1.1" 200 156 0.017845 10.0.0.141 - - [2025-07-14 02:04:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.012773 10.0.0.141 - - [2025-07-14 02:04:23] "DELETE /service-template/6a348e83-f644-44f1-96bd-d5f7eadb1d53 HTTP/1.1" 200 115 0.050515 10.0.0.141 - - [2025-07-14 02:04:23] "DELETE /instance-ip/b2ccef0d-cc5b-4814-9b12-3e06722b6785 HTTP/1.1" 200 115 0.056125 10.0.0.141 - - [2025-07-14 02:04:23] "POST /fqname-to-id HTTP/1.1" 404 193 0.005986 10.0.0.141 - - [2025-07-14 02:04:23] "POST /ref-update HTTP/1.1" 200 156 0.013921 10.0.0.141 - - [2025-07-14 02:04:23] "DELETE /instance-ip/880f7a37-5dbf-4fe8-beb6-dfbc610ecfbd HTTP/1.1" 200 115 0.020332 10.0.0.141 - - [2025-07-14 02:04:23] "POST /ref-update HTTP/1.1" 200 156 0.009053 10.0.0.141 - - [2025-07-14 02:04:23] "DELETE /instance-ip/7f039800-f751-45a1-b96f-ef387dd72a9a HTTP/1.1" 200 115 0.029278 10.0.0.141 - - [2025-07-14 02:04:23] "POST /neutron/network HTTP/1.1" 200 835 0.006534 10.0.0.141 - - [2025-07-14 02:04:23] "POST /neutron/network HTTP/1.1" 400 204 0.016305 10.0.0.141 - - [2025-07-14 02:04:23] "POST /neutron/port HTTP/1.1" 200 1087 0.026612 10.0.0.141 - - [2025-07-14 02:04:23] "POST /neutron/port HTTP/1.1" 200 1113 0.009942 10.0.0.141 - - [2025-07-14 02:04:23] "POST /neutron/port HTTP/1.1" 200 1084 0.012350 10.0.0.141 - - [2025-07-14 02:04:23] "POST /neutron/port HTTP/1.1" 200 1110 0.010232 10.0.0.141 - - [2025-07-14 02:04:24] "POST /neutron/port HTTP/1.1" 200 151 0.151488 10.0.0.141 - - [2025-07-14 02:04:24] "POST /neutron/port HTTP/1.1" 200 3024 0.019237 10.0.0.141 - - [2025-07-14 02:04:24] "POST /neutron/port HTTP/1.1" 200 1112 0.015579 10.0.0.141 - - [2025-07-14 02:04:24] "POST /neutron/port HTTP/1.1" 200 151 0.166809 10.0.0.141 - - [2025-07-14 02:04:24] "POST /neutron/port HTTP/1.1" 200 151 0.131734 10.0.0.141 - - [2025-07-14 02:04:24] "POST /neutron/port HTTP/1.1" 200 1110 0.013333 10.0.0.141 - - [2025-07-14 02:04:24] "POST /neutron/port HTTP/1.1" 200 151 0.104220 10.0.0.141 - - [2025-07-14 02:04:24] "POST /neutron/port HTTP/1.1" 200 1113 0.010188 10.0.0.141 - - [2025-07-14 02:04:24] "POST /neutron/port HTTP/1.1" 200 151 0.103720 10.0.0.141 - - [2025-07-14 02:04:25] "POST /neutron/network HTTP/1.1" 200 835 0.007476 10.0.0.141 - - [2025-07-14 02:04:25] "POST /useragent-kv HTTP/1.1" 200 115 0.004277 10.0.0.141 - - [2025-07-14 02:04:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005575 10.0.0.141 - - [2025-07-14 02:04:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003371 10.0.0.141 - - [2025-07-14 02:04:25] "POST /neutron/network HTTP/1.1" 200 151 0.089548 10.0.0.141 - - [2025-07-14 02:04:25] "DELETE /route-target/cb8e7b8f-2295-47cf-a460-770bd6be40e9 HTTP/1.1" 200 115 0.014133 10.0.0.141 - - [2025-07-14 02:04:25] "GET /routing-instance/1a92aaf6-c7cf-4fa1-9fc2-a4bc5b1802e6 HTTP/1.1" 404 171 0.003490 10.0.0.141 - - [2025-07-14 02:04:25] "GET /domains HTTP/1.1" 200 281 0.002668 10.0.0.141 - - [2025-07-14 02:04:25] "GET /domains?obj_uuids=d45b311b-3456-473f-8bc7-c85d702ccbc9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000993 10.0.0.141 - - [2025-07-14 02:04:25] "GET /domain/d45b311b-3456-473f-8bc7-c85d702ccbc9 HTTP/1.1" 200 2582 0.049319 10.0.0.141 - - [2025-07-14 02:04:25] "GET /projects?obj_uuids=423adee4-4abc-4b58-9302-8b69c3a16a73&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001075 10.0.0.141 - - [2025-07-14 02:04:25] "GET /project/423adee4-4abc-4b58-9302-8b69c3a16a73 HTTP/1.1" 200 2315 0.066086 10.0.0.141 - - [2025-07-14 02:04:25] "POST /neutron/network HTTP/1.1" 200 830 0.005437 10.0.0.141 - - [2025-07-14 02:04:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003716 10.0.0.141 - - [2025-07-14 02:04:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004368 10.0.0.141 - - [2025-07-14 02:04:25] "POST /useragent-kv HTTP/1.1" 200 115 0.001948 10.0.0.141 - - [2025-07-14 02:04:25] "POST /neutron/network HTTP/1.1" 200 151 0.099844 10.0.0.141 - - [2025-07-14 02:04:25] "GET /routing-instance/ce9ab3b0-cdb6-4650-a189-7be71496bdae HTTP/1.1" 404 171 0.005353 10.0.0.141 - - [2025-07-14 02:04:25] "DELETE /route-target/800c544c-8977-4f5f-8e52-a60062481d16 HTTP/1.1" 200 115 0.024029 10.0.0.141 - - [2025-07-14 02:04:25] "GET /domains HTTP/1.1" 200 281 0.010021 10.0.0.141 - - [2025-07-14 02:04:25] "GET /domains?obj_uuids=d45b311b-3456-473f-8bc7-c85d702ccbc9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001482 10.0.0.141 - - [2025-07-14 02:04:25] "GET /domain/d45b311b-3456-473f-8bc7-c85d702ccbc9 HTTP/1.1" 200 2582 0.008984 10.0.0.141 - - [2025-07-14 02:04:25] "GET /projects?obj_uuids=423adee4-4abc-4b58-9302-8b69c3a16a73&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001983 10.0.0.141 - - [2025-07-14 02:04:26] "GET /project/423adee4-4abc-4b58-9302-8b69c3a16a73 HTTP/1.1" 200 2096 0.072490 10.0.0.141 - - [2025-07-14 02:04:26] "POST /neutron/network HTTP/1.1" 200 832 0.005560 10.0.0.141 - - [2025-07-14 02:04:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002935 10.0.0.141 - - [2025-07-14 02:04:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002889 10.0.0.141 - - [2025-07-14 02:04:26] "POST /useragent-kv HTTP/1.1" 200 115 0.001971 10.0.0.141 - - [2025-07-14 02:04:26] "POST /neutron/network HTTP/1.1" 200 151 0.097167 10.0.0.141 - - [2025-07-14 02:04:26] "DELETE /route-target/ab362585-ef17-405e-8a49-f39711ed9207 HTTP/1.1" 200 115 0.025417 10.0.0.141 - - [2025-07-14 02:04:26] "GET /routing-instance/63da385d-98a2-457d-9e45-2b6d14c0fd0d HTTP/1.1" 404 171 0.002592 10.0.0.141 - - [2025-07-14 02:04:26] "GET /domains HTTP/1.1" 200 281 0.002682 10.0.0.141 - - [2025-07-14 02:04:26] "GET /domains?obj_uuids=d45b311b-3456-473f-8bc7-c85d702ccbc9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001100 10.0.0.141 - - [2025-07-14 02:04:26] "GET /domain/d45b311b-3456-473f-8bc7-c85d702ccbc9 HTTP/1.1" 200 2582 0.051195 10.0.0.141 - - [2025-07-14 02:04:26] "GET /projects?obj_uuids=423adee4-4abc-4b58-9302-8b69c3a16a73&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001379 10.0.0.141 - - [2025-07-14 02:04:26] "GET /project/423adee4-4abc-4b58-9302-8b69c3a16a73 HTTP/1.1" 200 1855 0.069776 10.0.0.141 - - [2025-07-14 02:04:26] "GET /projects?obj_uuids=423adee4-4abc-4b58-9302-8b69c3a16a73&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001092 10.0.0.141 - - [2025-07-14 02:04:26] "GET /project/423adee4-4abc-4b58-9302-8b69c3a16a73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.045585 10.0.0.141 - - [2025-07-14 02:04:26] "GET /projects?obj_uuids=423adee4-4abc-4b58-9302-8b69c3a16a73&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001150 10.0.0.141 - - [2025-07-14 02:04:26] "GET /project/423adee4-4abc-4b58-9302-8b69c3a16a73?fields=virtual_networks HTTP/1.1" 200 1040 0.026509 10.0.0.141 - - [2025-07-14 02:04:26] "GET /projects?obj_uuids=423adee4-4abc-4b58-9302-8b69c3a16a73&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001076 10.0.0.141 - - [2025-07-14 02:04:26] "GET /project/423adee4-4abc-4b58-9302-8b69c3a16a73?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.029047 10.0.0.141 - - [2025-07-14 02:04:26] "GET /projects?obj_uuids=423adee4-4abc-4b58-9302-8b69c3a16a73&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001095 10.0.0.141 - - [2025-07-14 02:04:26] "GET /project/423adee4-4abc-4b58-9302-8b69c3a16a73?fields=security_groups HTTP/1.1" 200 1265 0.022865 10.0.0.141 - - [2025-07-14 02:04:27] "POST /fqname-to-id HTTP/1.1" 404 189 0.024565 10.0.0.141 - - [2025-07-14 02:04:27] "GET /projects?obj_uuids=e54a86cc-e9d1-4164-a9d2-4a4728d1b751&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003039 10.0.0.141 - - [2025-07-14 02:04:27] "GET /domains?obj_uuids=d45b311b-3456-473f-8bc7-c85d702ccbc9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001479 10.0.0.141 - - [2025-07-14 02:04:27] "GET /domain/d45b311b-3456-473f-8bc7-c85d702ccbc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007542 10.0.0.141 - - [2025-07-14 02:04:27] "POST /id-to-fqname HTTP/1.1" 200 191 0.002057 10.0.0.141 - - [2025-07-14 02:04:27] "POST /fqname-to-id HTTP/1.1" 404 200 0.002315 10.0.0.141 - - [2025-07-14 02:04:27] "POST /security-groups HTTP/1.1" 200 592 0.067675 10.0.0.141 - - [2025-07-14 02:04:27] "POST /fqname-to-id HTTP/1.1" 404 235 0.002609 10.0.0.141 - - [2025-07-14 02:04:27] "POST /projects HTTP/1.1" 200 587 0.223175 10.0.0.141 - - [2025-07-14 02:04:28] "POST /access-control-lists HTTP/1.1" 200 599 0.061108 10.0.0.141 - - [2025-07-14 02:04:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.299826 10.0.0.141 - - [2025-07-14 02:04:28] "POST /fqname-to-id HTTP/1.1" 404 234 0.002809 10.0.0.141 - - [2025-07-14 02:04:28] "GET /project/e54a86cc-e9d1-4164-a9d2-4a4728d1b751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.425603 10.0.0.141 - - [2025-07-14 02:04:28] "POST /access-control-lists HTTP/1.1" 200 597 0.060492 10.0.0.141 - - [2025-07-14 02:04:28] "GET /obj-perms HTTP/1.1" 200 5075 0.066687 10.0.0.141 - - [2025-07-14 02:04:29] "GET /obj-perms HTTP/1.1" 200 5075 0.112226 10.0.0.141 - - [2025-07-14 02:04:29] "GET / HTTP/1.1" 200 36215 0.001559 10.0.0.141 - - [2025-07-14 02:04:30] "GET /project/e54a86cc-e9d1-4164-a9d2-4a4728d1b751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000679 10.0.0.141 - - [2025-07-14 02:04:31] "GET /projects?obj_uuids=e54a86cc-e9d1-4164-a9d2-4a4728d1b751&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001266 10.0.0.141 - - [2025-07-14 02:04:31] "GET /project/e54a86cc-e9d1-4164-a9d2-4a4728d1b751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.045055 10.0.0.141 - - [2025-07-14 02:04:31] "POST /fqname-to-id HTTP/1.1" 404 180 0.002625 10.0.0.141 - - [2025-07-14 02:04:31] "POST /virtual-DNSs HTTP/1.1" 200 509 0.016247 10.0.0.141 - - [2025-07-14 02:04:31] "GET /virtual-DNS/8a152ba2-7e00-4f58-9e8d-f50fc31bb42a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.007256 10.0.0.141 - - [2025-07-14 02:04:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.141 - - [2025-07-14 02:04:31] "GET /virtual-DNS/8a152ba2-7e00-4f58-9e8d-f50fc31bb42a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.003663 10.0.0.141 - - [2025-07-14 02:04:31] "GET /domains HTTP/1.1" 401 293 0.000436 10.0.0.141 - - [2025-07-14 02:04:31] "GET /domains HTTP/1.1" 200 281 0.029507 10.0.0.141 - - [2025-07-14 02:04:31] "GET /domains?obj_uuids=d45b311b-3456-473f-8bc7-c85d702ccbc9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001069 10.0.0.141 - - [2025-07-14 02:04:31] "GET /domain/d45b311b-3456-473f-8bc7-c85d702ccbc9 HTTP/1.1" 200 2971 0.008379 10.0.0.141 - - [2025-07-14 02:04:31] "GET /virtual-DNS/8a152ba2-7e00-4f58-9e8d-f50fc31bb42a HTTP/1.1" 200 1440 0.004040 10.0.0.141 - - [2025-07-14 02:04:31] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 765 0.002908 10.0.0.141 - - [2025-07-14 02:04:31] "POST /network-ipams HTTP/1.1" 200 516 0.016680 10.0.0.141 - - [2025-07-14 02:04:31] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 972 0.002779 10.0.0.141 - - [2025-07-14 02:04:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002853 10.0.0.141 - - [2025-07-14 02:04:31] "GET /network-ipam/301f90e7-f692-4161-807c-ad5c22ffdb2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.005000 10.0.0.141 - - [2025-07-14 02:04:32] "PUT /network-ipam/301f90e7-f692-4161-807c-ad5c22ffdb2b HTTP/1.1" 200 259 0.009935 10.0.0.141 - - [2025-07-14 02:04:32] "POST /ref-update HTTP/1.1" 200 156 0.009349 10.0.0.141 - - [2025-07-14 02:04:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002844 10.0.0.141 - - [2025-07-14 02:04:32] "GET /projects?obj_uuids=e54a86cc-e9d1-4164-a9d2-4a4728d1b751&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001190 10.0.0.141 - - [2025-07-14 02:04:32] "GET /project/e54a86cc-e9d1-4164-a9d2-4a4728d1b751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.028312 10.0.0.141 - - [2025-07-14 02:04:32] "POST /neutron/network HTTP/1.1" 200 117 0.038569 10.0.0.141 - - [2025-07-14 02:04:32] "GET /projects?obj_uuids=e54a86cc-e9d1-4164-a9d2-4a4728d1b751&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001049 10.0.0.141 - - [2025-07-14 02:04:32] "POST /neutron/network HTTP/1.1" 200 618 0.062326 10.0.0.141 - - [2025-07-14 02:04:32] "POST /route-targets HTTP/1.1" 200 328 0.010765 10.0.0.141 - - [2025-07-14 02:04:32] "POST /ref-update HTTP/1.1" 200 156 0.010733 10.0.0.141 - - [2025-07-14 02:04:32] "POST /useragent-kv HTTP/1.1" 200 115 0.005713 10.0.0.141 - - [2025-07-14 02:04:32] "POST /neutron/subnet HTTP/1.1" 200 711 0.178402 10.0.0.141 - - [2025-07-14 02:04:32] "POST /neutron/network HTTP/1.1" 200 833 0.005305 10.0.0.141 - - [2025-07-14 02:04:32] "POST /id-to-fqname HTTP/1.1" 200 227 0.001202 10.0.0.141 - - [2025-07-14 02:04:32] "GET /virtual-network/99a82a0b-4142-452e-859a-563cd1facbfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005882 10.0.0.141 - - [2025-07-14 02:04:32] "POST /neutron/network HTTP/1.1" 200 833 0.005821 10.0.0.141 - - [2025-07-14 02:04:32] "GET /virtual-network/99a82a0b-4142-452e-859a-563cd1facbfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005203 10.0.0.141 - - [2025-07-14 02:04:32] "POST /neutron/network HTTP/1.1" 200 833 0.005591 10.0.0.141 - - [2025-07-14 02:04:32] "POST /neutron/subnet HTTP/1.1" 200 711 0.006613 10.0.0.141 - - [2025-07-14 02:04:32] "POST /neutron/network HTTP/1.1" 200 807 0.009671 10.0.0.141 - - [2025-07-14 02:04:32] "POST /neutron/network HTTP/1.1" 200 833 0.005272 10.0.0.141 - - [2025-07-14 02:04:32] "POST /id-to-fqname HTTP/1.1" 200 227 0.001147 10.0.0.141 - - [2025-07-14 02:04:32] "POST /neutron/network HTTP/1.1" 200 843 0.005683 10.0.0.141 - - [2025-07-14 02:04:32] "GET /aaa-mode HTTP/1.1" 401 293 0.000405 10.0.0.141 - - [2025-07-14 02:04:33] "GET / HTTP/1.1" 200 36215 0.001931 10.0.0.141 - - [2025-07-14 02:04:33] "GET /project/e54a86cc-e9d1-4164-a9d2-4a4728d1b751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000391 10.0.0.141 - - [2025-07-14 02:04:33] "GET /projects?obj_uuids=e54a86cc-e9d1-4164-a9d2-4a4728d1b751&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001603 10.0.0.141 - - [2025-07-14 02:04:33] "GET /project/e54a86cc-e9d1-4164-a9d2-4a4728d1b751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.058211 10.0.0.141 - - [2025-07-14 02:04:33] "POST /neutron/network HTTP/1.1" 200 833 0.007182 10.0.0.141 - - [2025-07-14 02:04:33] "POST /neutron/port HTTP/1.1" 200 117 0.004825 10.0.0.141 - - [2025-07-14 02:04:33] "POST /neutron/port HTTP/1.1" 200 117 0.004941 10.0.0.141 - - [2025-07-14 02:04:33] "POST /neutron/port HTTP/1.1" 200 117 0.005845 10.0.0.141 - - [2025-07-14 02:04:34] "POST /neutron/network HTTP/1.1" 200 843 0.005237 10.0.0.141 - - [2025-07-14 02:04:34] "GET /projects?obj_uuids=e54a86cc-e9d1-4164-a9d2-4a4728d1b751&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001288 10.0.0.141 - - [2025-07-14 02:04:34] "POST /neutron/port HTTP/1.1" 200 1058 0.183418 10.0.0.141 - - [2025-07-14 02:04:34] "POST /neutron/port HTTP/1.1" 200 1058 0.008718 10.0.0.141 - - [2025-07-14 02:04:34] "POST /neutron/port HTTP/1.1" 200 1058 0.008754 10.0.0.141 - - [2025-07-14 02:04:34] "POST /neutron/port HTTP/1.1" 200 1112 0.068031 10.0.0.141 - - [2025-07-14 02:04:34] "POST /neutron/port HTTP/1.1" 200 1086 0.012319 10.0.0.141 - - [2025-07-14 02:04:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003930 10.0.0.141 - - [2025-07-14 02:04:34] "POST /neutron/subnet HTTP/1.1" 200 685 0.009562 10.0.0.141 - - [2025-07-14 02:04:34] "POST /neutron/port HTTP/1.1" 200 117 0.001182 10.0.0.141 - - [2025-07-14 02:04:34] "POST /neutron/network HTTP/1.1" 200 833 0.005267 10.0.0.141 - - [2025-07-14 02:04:38] "POST /neutron/port HTTP/1.1" 200 1086 0.013495 10.0.0.141 - - [2025-07-14 02:04:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007055 10.0.0.141 - - [2025-07-14 02:04:39] "POST /neutron/port HTTP/1.1" 200 1086 0.012532 10.0.0.141 - - [2025-07-14 02:04:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006809 10.0.0.141 - - [2025-07-14 02:04:39] "POST /neutron/port HTTP/1.1" 200 1086 0.011700 10.0.0.141 - - [2025-07-14 02:04:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009454 10.0.0.141 - - [2025-07-14 02:04:39] "GET /virtual-machine/2420c890-8360-4e5e-88b6-8ecb34f3119a HTTP/1.1" 200 1294 0.004750 10.0.0.141 - - [2025-07-14 02:04:39] "GET /virtual-machine-interface/bfe26949-2b27-4954-843d-dbc69550e4f3 HTTP/1.1" 200 2971 0.004838 10.0.0.141 - - [2025-07-14 02:04:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004113 10.0.0.141 - - [2025-07-14 02:04:39] "GET /global-vrouter-config/6db92660-4b89-4abb-9338-6cb8fca32f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002966 10.0.0.141 - - [2025-07-14 02:04:39] "GET /virtual-networks?parent_id=e54a86cc-e9d1-4164-a9d2-4a4728d1b751&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003235 10.0.0.141 - - [2025-07-14 02:04:39] "GET /virtual-network/99a82a0b-4142-452e-859a-563cd1facbfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006925 10.0.0.141 - - [2025-07-14 02:04:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.141 - - [2025-07-14 02:04:42] "GET /virtual-network/99a82a0b-4142-452e-859a-563cd1facbfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005883 10.0.0.141 - - [2025-07-14 02:04:43] "POST /neutron/port HTTP/1.1" 200 1086 0.011315 10.0.0.141 - - [2025-07-14 02:04:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005935 10.0.0.141 - - [2025-07-14 02:04:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002759 10.0.0.141 - - [2025-07-14 02:04:44] "GET /global-vrouter-config/6db92660-4b89-4abb-9338-6cb8fca32f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003156 10.0.0.141 - - [2025-07-14 02:04:44] "GET /virtual-networks?parent_id=e54a86cc-e9d1-4164-a9d2-4a4728d1b751&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002842 10.0.0.141 - - [2025-07-14 02:04:44] "GET /virtual-network/99a82a0b-4142-452e-859a-563cd1facbfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004904 10.0.0.141 - - [2025-07-14 02:04:44] "POST /neutron/port HTTP/1.1" 200 1086 0.011165 10.0.0.141 - - [2025-07-14 02:04:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005762 10.0.0.141 - - [2025-07-14 02:04:54] "POST /neutron/network HTTP/1.1" 200 807 0.015172 10.0.0.141 - - [2025-07-14 02:04:54] "POST /neutron/network HTTP/1.1" 200 833 0.006415 10.0.0.141 - - [2025-07-14 02:04:54] "POST /id-to-fqname HTTP/1.1" 200 227 0.001395 10.0.0.141 - - [2025-07-14 02:04:54] "POST /neutron/port HTTP/1.1" 200 1086 0.011382 10.0.0.141 - - [2025-07-14 02:04:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007601 10.0.0.141 - - [2025-07-14 02:04:54] "POST /neutron/network HTTP/1.1" 200 843 0.006374 10.0.0.141 - - [2025-07-14 02:04:54] "GET /aaa-mode HTTP/1.1" 401 293 0.000476 10.0.0.141 - - [2025-07-14 02:04:54] "GET / HTTP/1.1" 200 36215 0.002144 10.0.0.141 - - [2025-07-14 02:04:54] "GET /project/e54a86cc-e9d1-4164-a9d2-4a4728d1b751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000464 10.0.0.141 - - [2025-07-14 02:04:55] "GET /projects?obj_uuids=e54a86cc-e9d1-4164-a9d2-4a4728d1b751&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001198 10.0.0.141 - - [2025-07-14 02:04:55] "GET /project/e54a86cc-e9d1-4164-a9d2-4a4728d1b751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.065145 10.0.0.141 - - [2025-07-14 02:04:55] "POST /neutron/network HTTP/1.1" 200 833 0.006209 10.0.0.141 - - [2025-07-14 02:04:55] "POST /neutron/port HTTP/1.1" 200 1086 0.014387 10.0.0.141 - - [2025-07-14 02:04:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007632 10.0.0.141 - - [2025-07-14 02:04:55] "POST /neutron/port HTTP/1.1" 200 117 0.005051 10.0.0.141 - - [2025-07-14 02:04:55] "POST /neutron/port HTTP/1.1" 200 117 0.005285 10.0.0.141 - - [2025-07-14 02:04:55] "POST /neutron/network HTTP/1.1" 200 843 0.006215 10.0.0.141 - - [2025-07-14 02:04:55] "GET /projects?obj_uuids=e54a86cc-e9d1-4164-a9d2-4a4728d1b751&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001190 10.0.0.141 - - [2025-07-14 02:04:56] "POST /neutron/port HTTP/1.1" 200 1058 0.194373 10.0.0.141 - - [2025-07-14 02:04:56] "POST /neutron/port HTTP/1.1" 200 1058 0.011047 10.0.0.141 - - [2025-07-14 02:04:56] "POST /neutron/port HTTP/1.1" 200 1058 0.009742 10.0.0.141 - - [2025-07-14 02:04:56] "POST /neutron/port HTTP/1.1" 200 1112 0.062181 10.0.0.141 - - [2025-07-14 02:04:56] "POST /neutron/port HTTP/1.1" 200 1086 0.013184 10.0.0.141 - - [2025-07-14 02:04:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003483 10.0.0.141 - - [2025-07-14 02:04:56] "POST /neutron/subnet HTTP/1.1" 200 685 0.007452 10.0.0.141 - - [2025-07-14 02:04:56] "POST /neutron/port HTTP/1.1" 200 117 0.001754 10.0.0.141 - - [2025-07-14 02:04:56] "POST /neutron/network HTTP/1.1" 200 833 0.006718 10.0.0.141 - - [2025-07-14 02:05:00] "POST /neutron/port HTTP/1.1" 200 1086 0.011009 10.0.0.141 - - [2025-07-14 02:05:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006878 10.0.0.141 - - [2025-07-14 02:05:00] "POST /neutron/port HTTP/1.1" 200 1086 0.013079 10.0.0.141 - - [2025-07-14 02:05:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006240 10.0.0.141 - - [2025-07-14 02:05:00] "POST /neutron/port HTTP/1.1" 200 1086 0.014340 10.0.0.141 - - [2025-07-14 02:05:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006655 10.0.0.141 - - [2025-07-14 02:05:00] "GET /virtual-machine/bf03867b-943c-4f8d-a55b-fd21c3bd581b HTTP/1.1" 200 1296 0.004885 10.0.0.141 - - [2025-07-14 02:05:00] "GET /virtual-machine-interface/a0a5bc0f-863b-47f7-b6ba-993d32672510 HTTP/1.1" 200 2972 0.005264 10.0.0.141 - - [2025-07-14 02:05:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003306 10.0.0.141 - - [2025-07-14 02:05:00] "GET /global-vrouter-config/6db92660-4b89-4abb-9338-6cb8fca32f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004245 10.0.0.141 - - [2025-07-14 02:05:00] "GET /virtual-networks?parent_id=e54a86cc-e9d1-4164-a9d2-4a4728d1b751&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003616 10.0.0.141 - - [2025-07-14 02:05:00] "GET /virtual-network/99a82a0b-4142-452e-859a-563cd1facbfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005690 10.0.0.141 - - [2025-07-14 02:05:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003084 10.0.0.141 - - [2025-07-14 02:05:04] "GET /virtual-network/99a82a0b-4142-452e-859a-563cd1facbfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005337 10.0.0.141 - - [2025-07-14 02:05:04] "POST /neutron/port HTTP/1.1" 200 1086 0.018197 10.0.0.141 - - [2025-07-14 02:05:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005723 10.0.0.141 - - [2025-07-14 02:05:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.141 - - [2025-07-14 02:05:06] "GET /global-vrouter-config/6db92660-4b89-4abb-9338-6cb8fca32f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003217 10.0.0.141 - - [2025-07-14 02:05:06] "GET /virtual-networks?parent_id=e54a86cc-e9d1-4164-a9d2-4a4728d1b751&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002865 10.0.0.141 - - [2025-07-14 02:05:06] "GET /virtual-network/99a82a0b-4142-452e-859a-563cd1facbfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005982 10.0.0.141 - - [2025-07-14 02:05:11] "POST /neutron/port HTTP/1.1" 200 1086 0.013238 10.0.0.141 - - [2025-07-14 02:05:11] "POST /neutron/port HTTP/1.1" 200 1086 0.011586 10.0.0.141 - - [2025-07-14 02:05:11] "POST /neutron/network HTTP/1.1" 200 843 0.005660 10.0.0.141 - - [2025-07-14 02:05:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003092 10.0.0.141 - - [2025-07-14 02:05:11] "POST /neutron/subnet HTTP/1.1" 200 685 0.006568 10.0.0.141 - - [2025-07-14 02:05:11] "POST /neutron/port HTTP/1.1" 200 117 0.001135 10.0.0.141 - - [2025-07-14 02:05:12] "POST /neutron/network HTTP/1.1" 200 833 0.005544 10.0.0.141 - - [2025-07-14 02:05:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.141 - - [2025-07-14 02:05:12] "DELETE /virtual-DNS/8a152ba2-7e00-4f58-9e8d-f50fc31bb42a HTTP/1.1" 409 236 0.006527 10.0.0.141 - - [2025-07-14 02:05:12] "POST /fqname-to-id HTTP/1.1" 404 192 0.002602 10.0.0.141 - - [2025-07-14 02:05:12] "POST /virtual-DNS-records HTTP/1.1" 200 533 0.016359 10.0.0.141 - - [2025-07-14 02:05:12] "GET /virtual-DNS-record/e3205b7b-3629-4174-9273-f0f4efd86b43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.004580 10.0.0.141 - - [2025-07-14 02:05:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004158 10.0.0.141 - - [2025-07-14 02:05:12] "GET /virtual-DNS-record/e3205b7b-3629-4174-9273-f0f4efd86b43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.003761 10.0.0.141 - - [2025-07-14 02:05:12] "GET /domains HTTP/1.1" 200 281 0.002691 10.0.0.141 - - [2025-07-14 02:05:12] "GET /domains?obj_uuids=d45b311b-3456-473f-8bc7-c85d702ccbc9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001591 10.0.0.141 - - [2025-07-14 02:05:12] "GET /domain/d45b311b-3456-473f-8bc7-c85d702ccbc9 HTTP/1.1" 200 2971 0.009290 10.0.0.141 - - [2025-07-14 02:05:12] "GET /virtual-DNS/8a152ba2-7e00-4f58-9e8d-f50fc31bb42a HTTP/1.1" 200 1911 0.004919 10.0.0.141 - - [2025-07-14 02:05:12] "GET /virtual-DNS-record/e3205b7b-3629-4174-9273-f0f4efd86b43 HTTP/1.1" 200 1339 0.003636 10.0.0.141 - - [2025-07-14 02:05:18] "DELETE /virtual-DNS-record/e3205b7b-3629-4174-9273-f0f4efd86b43 HTTP/1.1" 200 115 0.028582 10.0.0.141 - - [2025-07-14 02:05:18] "POST /fqname-to-id HTTP/1.1" 404 184 0.002835 10.0.0.141 - - [2025-07-14 02:05:18] "POST /neutron/network HTTP/1.1" 200 833 0.006182 10.0.0.141 - - [2025-07-14 02:05:18] "POST /neutron/network HTTP/1.1" 400 204 0.011080 10.0.0.141 - - [2025-07-14 02:05:18] "POST /neutron/port HTTP/1.1" 200 1086 0.010670 10.0.0.141 - - [2025-07-14 02:05:18] "POST /neutron/port HTTP/1.1" 200 1112 0.010021 10.0.0.141 - - [2025-07-14 02:05:18] "POST /neutron/port HTTP/1.1" 200 1086 0.013423 10.0.0.141 - - [2025-07-14 02:05:18] "POST /neutron/port HTTP/1.1" 200 1112 0.011598 10.0.0.141 - - [2025-07-14 02:05:18] "POST /neutron/port HTTP/1.1" 200 151 0.131793 10.0.0.141 - - [2025-07-14 02:05:18] "POST /neutron/port HTTP/1.1" 200 151 0.123934 10.0.0.141 - - [2025-07-14 02:05:20] "POST /neutron/network HTTP/1.1" 200 833 0.005479 10.0.0.141 - - [2025-07-14 02:05:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.141 - - [2025-07-14 02:05:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003416 10.0.0.141 - - [2025-07-14 02:05:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002034 10.0.0.141 - - [2025-07-14 02:05:20] "POST /neutron/network HTTP/1.1" 200 151 0.222734 10.0.0.141 - - [2025-07-14 02:05:20] "DELETE /route-target/5c70071f-9d59-454f-a440-5c33d43c18bc HTTP/1.1" 200 115 0.061330 10.0.0.141 - - [2025-07-14 02:05:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002792 10.0.0.141 - - [2025-07-14 02:05:20] "DELETE /network-ipam/301f90e7-f692-4161-807c-ad5c22ffdb2b HTTP/1.1" 200 115 0.022307 10.0.0.141 - - [2025-07-14 02:05:20] "DELETE /virtual-DNS/8a152ba2-7e00-4f58-9e8d-f50fc31bb42a HTTP/1.1" 200 115 0.020703 10.0.0.141 - - [2025-07-14 02:05:20] "POST /fqname-to-id HTTP/1.1" 404 180 0.003660 10.0.0.141 - - [2025-07-14 02:05:20] "GET /domains HTTP/1.1" 200 281 0.003133 10.0.0.141 - - [2025-07-14 02:05:20] "GET /domains?obj_uuids=d45b311b-3456-473f-8bc7-c85d702ccbc9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001097 10.0.0.141 - - [2025-07-14 02:05:20] "GET /domain/d45b311b-3456-473f-8bc7-c85d702ccbc9 HTTP/1.1" 200 2770 0.009400 10.0.0.141 - - [2025-07-14 02:05:21] "GET /projects?obj_uuids=e54a86cc-e9d1-4164-a9d2-4a4728d1b751&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001315 10.0.0.141 - - [2025-07-14 02:05:21] "GET /project/e54a86cc-e9d1-4164-a9d2-4a4728d1b751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.030265 10.0.0.141 - - [2025-07-14 02:05:21] "GET /projects?obj_uuids=e54a86cc-e9d1-4164-a9d2-4a4728d1b751&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000988 10.0.0.141 - - [2025-07-14 02:05:21] "GET /project/e54a86cc-e9d1-4164-a9d2-4a4728d1b751?fields=virtual_networks HTTP/1.1" 200 1047 0.066405 10.0.0.141 - - [2025-07-14 02:05:21] "GET /projects?obj_uuids=e54a86cc-e9d1-4164-a9d2-4a4728d1b751&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001086 10.0.0.141 - - [2025-07-14 02:05:21] "GET /project/e54a86cc-e9d1-4164-a9d2-4a4728d1b751?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.029671 10.0.0.141 - - [2025-07-14 02:05:21] "GET /projects?obj_uuids=e54a86cc-e9d1-4164-a9d2-4a4728d1b751&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001405 10.0.0.141 - - [2025-07-14 02:05:21] "GET /project/e54a86cc-e9d1-4164-a9d2-4a4728d1b751?fields=security_groups HTTP/1.1" 200 1275 0.033375 10.0.0.141 - - [2025-07-14 02:05:22] "POST /fqname-to-id HTTP/1.1" 404 189 0.026110 10.0.0.141 - - [2025-07-14 02:05:22] "GET /projects?obj_uuids=7364ed64-d9b7-4f41-8b61-09534708a07d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003485 10.0.0.141 - - [2025-07-14 02:05:22] "GET /domains?obj_uuids=d45b311b-3456-473f-8bc7-c85d702ccbc9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001394 10.0.0.141 - - [2025-07-14 02:05:22] "GET /domain/d45b311b-3456-473f-8bc7-c85d702ccbc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009740 10.0.0.141 - - [2025-07-14 02:05:22] "POST /id-to-fqname HTTP/1.1" 200 191 0.001395 10.0.0.141 - - [2025-07-14 02:05:22] "POST /fqname-to-id HTTP/1.1" 404 200 0.002657 10.0.0.141 - - [2025-07-14 02:05:22] "POST /security-groups HTTP/1.1" 200 592 0.063842 10.0.0.141 - - [2025-07-14 02:05:22] "POST /fqname-to-id HTTP/1.1" 404 235 0.002775 10.0.0.141 - - [2025-07-14 02:05:22] "POST /projects HTTP/1.1" 200 587 0.223055 10.0.0.141 - - [2025-07-14 02:05:22] "POST /access-control-lists HTTP/1.1" 200 599 0.061674 10.0.0.141 - - [2025-07-14 02:05:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.298999 10.0.0.141 - - [2025-07-14 02:05:22] "POST /fqname-to-id HTTP/1.1" 404 234 0.002792 10.0.0.141 - - [2025-07-14 02:05:22] "GET /project/7364ed64-d9b7-4f41-8b61-09534708a07d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.428216 10.0.0.141 - - [2025-07-14 02:05:22] "POST /access-control-lists HTTP/1.1" 200 597 0.063539 10.0.0.141 - - [2025-07-14 02:05:23] "GET / HTTP/1.1" 200 36215 0.002989 10.0.0.141 - - [2025-07-14 02:05:23] "DELETE /project/7364ed64d9b74f418b6109534708a07d HTTP/1.1" 404 173 0.013483 10.0.0.141 - - [2025-07-14 02:05:23] "DELETE /project/e54a86cce9d14164a9d24a4728d1b751 HTTP/1.1" 404 173 0.012149 10.0.0.141 - - [2025-07-14 02:05:23] "GET /projects?obj_uuids=423adee4-4abc-4b58-9302-8b69c3a16a73&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001016 10.0.0.141 - - [2025-07-14 02:05:23] "GET /projects?obj_uuids=e54a86cc-e9d1-4164-a9d2-4a4728d1b751&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000970 10.0.0.141 - - [2025-07-14 02:05:23] "GET /project/e54a86cc-e9d1-4164-a9d2-4a4728d1b751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.038592 10.0.0.141 - - [2025-07-14 02:05:23] "GET /project/423adee4-4abc-4b58-9302-8b69c3a16a73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1470 0.045994 10.0.0.141 - - [2025-07-14 02:05:23] "GET /projects?obj_uuids=423adee4-4abc-4b58-9302-8b69c3a16a73&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001030 10.0.0.141 - - [2025-07-14 02:05:23] "GET /projects?obj_uuids=e54a86cc-e9d1-4164-a9d2-4a4728d1b751&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000923 10.0.0.141 - - [2025-07-14 02:05:23] "GET /project/e54a86cc-e9d1-4164-a9d2-4a4728d1b751?fields=security_groups HTTP/1.1" 200 1377 0.037669 10.0.0.141 - - [2025-07-14 02:05:23] "GET /project/423adee4-4abc-4b58-9302-8b69c3a16a73?fields=security_groups HTTP/1.1" 200 1367 0.043076 10.0.0.141 - - [2025-07-14 02:05:23] "DELETE /security-group/45813a57-60b7-415f-8594-aeb8c96101e2 HTTP/1.1" 200 115 0.071150 10.0.0.141 - - [2025-07-14 02:05:23] "GET /projects?obj_uuids=e54a86cc-e9d1-4164-a9d2-4a4728d1b751&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001176 10.0.0.141 - - [2025-07-14 02:05:23] "DELETE /access-control-list/4e032ed0-fa19-4197-a8f6-49c5a3999532 HTTP/1.1" 200 115 0.052797 10.0.0.141 - - [2025-07-14 02:05:23] "DELETE /security-group/b8b5bfd3-a503-4030-ba7a-a1a6ee11789e HTTP/1.1" 200 115 0.085517 10.0.0.141 - - [2025-07-14 02:05:23] "GET /projects?obj_uuids=423adee4-4abc-4b58-9302-8b69c3a16a73&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001222 10.0.0.141 - - [2025-07-14 02:05:23] "GET /project/e54a86cc-e9d1-4164-a9d2-4a4728d1b751?fields=application_policy_sets HTTP/1.1" 200 1416 0.075158 10.0.0.141 - - [2025-07-14 02:05:23] "DELETE /access-control-list/2ebb91e8-e8ac-4cb3-9fc5-0d64d7faefb5 HTTP/1.1" 200 115 0.085991 10.0.0.141 - - [2025-07-14 02:05:23] "GET /project/423adee4-4abc-4b58-9302-8b69c3a16a73?fields=application_policy_sets HTTP/1.1" 200 1406 0.087709 10.0.0.141 - - [2025-07-14 02:05:24] "DELETE /access-control-list/9dfe690c-f92b-4a39-ad42-a9bd1851b45c HTTP/1.1" 200 115 0.048508 10.0.0.141 - - [2025-07-14 02:05:24] "DELETE /access-control-list/f5d2493e-9cde-4781-b09a-205e8689c66b HTTP/1.1" 200 115 0.050409 10.0.0.141 - - [2025-07-14 02:05:24] "DELETE /project/e54a86cc-e9d1-4164-a9d2-4a4728d1b751 HTTP/1.1" 200 115 0.473740 10.0.0.141 - - [2025-07-14 02:05:24] "DELETE /project/423adee4-4abc-4b58-9302-8b69c3a16a73 HTTP/1.1" 200 115 0.492124 10.0.0.141 - - [2025-07-14 02:05:24] "POST /fqname-to-id HTTP/1.1" 401 293 0.000582 10.0.0.141 - - [2025-07-14 02:05:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.026109 10.0.0.141 - - [2025-07-14 02:05:24] "GET /projects?obj_uuids=7364ed64-d9b7-4f41-8b61-09534708a07d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001411 10.0.0.141 - - [2025-07-14 02:05:24] "GET /project/7364ed64-d9b7-4f41-8b61-09534708a07d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.025511 10.0.0.141 - - [2025-07-14 02:05:24] "POST /neutron/network HTTP/1.1" 200 117 0.027587 10.0.0.141 - - [2025-07-14 02:05:24] "GET /projects?obj_uuids=7364ed64-d9b7-4f41-8b61-09534708a07d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001335 10.0.0.141 - - [2025-07-14 02:05:24] "POST /neutron/network HTTP/1.1" 200 606 0.062616 10.0.0.141 - - [2025-07-14 02:05:24] "POST /route-targets HTTP/1.1" 200 328 0.009915 10.0.0.141 - - [2025-07-14 02:05:24] "POST /ref-update HTTP/1.1" 200 156 0.012384 10.0.0.141 - - [2025-07-14 02:05:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002686 10.0.0.141 - - [2025-07-14 02:05:25] "POST /neutron/subnet HTTP/1.1" 200 724 0.164062 10.0.0.141 - - [2025-07-14 02:05:25] "POST /neutron/network HTTP/1.1" 200 825 0.005146 10.0.0.141 - - [2025-07-14 02:05:25] "POST /id-to-fqname HTTP/1.1" 200 221 0.001255 10.0.0.141 - - [2025-07-14 02:05:25] "GET /virtual-network/1d7865ec-bbe5-48ec-8d15-5d525ce2e08d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004687 10.0.0.141 - - [2025-07-14 02:05:25] "POST /neutron/network HTTP/1.1" 200 825 0.005487 10.0.0.141 - - [2025-07-14 02:05:25] "GET /virtual-network/1d7865ec-bbe5-48ec-8d15-5d525ce2e08d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.004855 10.0.0.141 - - [2025-07-14 02:05:25] "POST /neutron/network HTTP/1.1" 200 825 0.005663 10.0.0.141 - - [2025-07-14 02:05:25] "POST /neutron/subnet HTTP/1.1" 200 724 0.006636 10.0.0.141 - - [2025-07-14 02:05:25] "POST /id-to-fqname HTTP/1.1" 200 221 0.001114 10.0.0.141 - - [2025-07-14 02:05:25] "POST /neutron/network HTTP/1.1" 200 835 0.005786 10.0.0.141 - - [2025-07-14 02:05:25] "GET /aaa-mode HTTP/1.1" 401 293 0.000412 10.0.0.141 - - [2025-07-14 02:05:25] "GET / HTTP/1.1" 200 36215 0.001637 10.0.0.141 - - [2025-07-14 02:05:25] "GET /project/7364ed64-d9b7-4f41-8b61-09534708a07d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000528 10.0.0.141 - - [2025-07-14 02:05:26] "GET /projects?obj_uuids=7364ed64-d9b7-4f41-8b61-09534708a07d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001218 10.0.0.141 - - [2025-07-14 02:05:26] "GET /project/7364ed64-d9b7-4f41-8b61-09534708a07d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.047544 10.0.0.141 - - [2025-07-14 02:05:26] "POST /neutron/network HTTP/1.1" 200 825 0.005984 10.0.0.141 - - [2025-07-14 02:05:26] "POST /neutron/port HTTP/1.1" 200 117 0.005295 10.0.0.141 - - [2025-07-14 02:05:26] "POST /neutron/port HTTP/1.1" 200 117 0.004892 10.0.0.141 - - [2025-07-14 02:05:26] "POST /id-to-fqname HTTP/1.1" 200 221 0.001304 10.0.0.141 - - [2025-07-14 02:05:26] "POST /neutron/port HTTP/1.1" 200 117 0.005540 10.0.0.141 - - [2025-07-14 02:05:26] "POST /neutron/network HTTP/1.1" 200 835 0.007456 10.0.0.141 - - [2025-07-14 02:05:26] "GET /aaa-mode HTTP/1.1" 401 293 0.000469 10.0.0.141 - - [2025-07-14 02:05:26] "POST /neutron/network HTTP/1.1" 200 835 0.005623 10.0.0.141 - - [2025-07-14 02:05:26] "GET /projects?obj_uuids=7364ed64-d9b7-4f41-8b61-09534708a07d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001107 10.0.0.141 - - [2025-07-14 02:05:26] "GET / HTTP/1.1" 200 36215 0.003158 10.0.0.141 - - [2025-07-14 02:05:26] "GET /project/7364ed64-d9b7-4f41-8b61-09534708a07d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000433 10.0.0.141 - - [2025-07-14 02:05:26] "POST /neutron/port HTTP/1.1" 200 1061 0.242815 10.0.0.141 - - [2025-07-14 02:05:26] "POST /neutron/port HTTP/1.1" 200 1061 0.010783 10.0.0.141 - - [2025-07-14 02:05:27] "POST /neutron/port HTTP/1.1" 200 1061 0.010607 10.0.0.141 - - [2025-07-14 02:05:27] "POST /neutron/port HTTP/1.1" 200 1115 0.063157 10.0.0.141 - - [2025-07-14 02:05:27] "POST /neutron/port HTTP/1.1" 200 1089 0.013546 10.0.0.141 - - [2025-07-14 02:05:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003411 10.0.0.141 - - [2025-07-14 02:05:27] "POST /neutron/subnet HTTP/1.1" 200 698 0.006659 10.0.0.141 - - [2025-07-14 02:05:27] "POST /neutron/port HTTP/1.1" 200 117 0.001210 10.0.0.141 - - [2025-07-14 02:05:27] "POST /neutron/network HTTP/1.1" 200 825 0.010508 10.0.0.141 - - [2025-07-14 02:05:27] "GET /projects?obj_uuids=7364ed64-d9b7-4f41-8b61-09534708a07d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001198 10.0.0.141 - - [2025-07-14 02:05:27] "GET /project/7364ed64-d9b7-4f41-8b61-09534708a07d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.066749 10.0.0.141 - - [2025-07-14 02:05:27] "POST /neutron/network HTTP/1.1" 200 825 0.006344 10.0.0.141 - - [2025-07-14 02:05:27] "POST /neutron/port HTTP/1.1" 200 1089 0.021544 10.0.0.141 - - [2025-07-14 02:05:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007684 10.0.0.141 - - [2025-07-14 02:05:27] "POST /neutron/port HTTP/1.1" 200 117 0.006633 10.0.0.141 - - [2025-07-14 02:05:27] "POST /neutron/port HTTP/1.1" 200 1089 0.014392 10.0.0.141 - - [2025-07-14 02:05:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.016167 10.0.0.141 - - [2025-07-14 02:05:27] "POST /neutron/network HTTP/1.1" 200 835 0.006250 10.0.0.141 - - [2025-07-14 02:05:27] "GET /projects?obj_uuids=7364ed64-d9b7-4f41-8b61-09534708a07d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001340 10.0.0.141 - - [2025-07-14 02:05:28] "POST /neutron/port HTTP/1.1" 200 1061 0.256728 10.0.0.141 - - [2025-07-14 02:05:28] "POST /neutron/port HTTP/1.1" 200 1061 0.008579 10.0.0.141 - - [2025-07-14 02:05:28] "POST /neutron/port HTTP/1.1" 200 1061 0.010700 10.0.0.141 - - [2025-07-14 02:05:28] "POST /neutron/port HTTP/1.1" 200 1115 0.079583 10.0.0.141 - - [2025-07-14 02:05:28] "POST /neutron/port HTTP/1.1" 200 1089 0.009921 10.0.0.141 - - [2025-07-14 02:05:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003262 10.0.0.141 - - [2025-07-14 02:05:28] "POST /neutron/subnet HTTP/1.1" 200 698 0.009072 10.0.0.141 - - [2025-07-14 02:05:28] "POST /neutron/port HTTP/1.1" 200 117 0.006027 10.0.0.141 - - [2025-07-14 02:05:28] "POST /neutron/network HTTP/1.1" 200 825 0.005709 10.0.0.141 - - [2025-07-14 02:05:29] "GET /obj-perms HTTP/1.1" 200 5075 0.049328 10.0.0.141 - - [2025-07-14 02:05:29] "GET /obj-perms HTTP/1.1" 200 5075 0.044553 10.0.0.141 - - [2025-07-14 02:05:32] "POST /neutron/port HTTP/1.1" 200 1089 0.012280 10.0.0.141 - - [2025-07-14 02:05:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006044 10.0.0.141 - - [2025-07-14 02:05:32] "POST /neutron/port HTTP/1.1" 200 1089 0.011611 10.0.0.141 - - [2025-07-14 02:05:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006212 10.0.0.141 - - [2025-07-14 02:05:32] "POST /neutron/port HTTP/1.1" 200 1089 0.012239 10.0.0.141 - - [2025-07-14 02:05:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011450 10.0.0.141 - - [2025-07-14 02:05:32] "GET /virtual-machine/69b433d3-92ef-43ec-8af3-7ec3e2e4e249 HTTP/1.1" 401 293 0.000520 10.0.0.141 - - [2025-07-14 02:05:33] "GET /virtual-machine/69b433d3-92ef-43ec-8af3-7ec3e2e4e249 HTTP/1.1" 200 1295 0.025383 10.0.0.141 - - [2025-07-14 02:05:33] "GET /virtual-machine-interface/51d0ebfb-ef0d-41a4-8f5f-351e19b3bf65 HTTP/1.1" 200 2953 0.004780 10.0.0.141 - - [2025-07-14 02:05:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002962 10.0.0.141 - - [2025-07-14 02:05:33] "GET /global-vrouter-config/6db92660-4b89-4abb-9338-6cb8fca32f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003165 10.0.0.141 - - [2025-07-14 02:05:33] "GET /virtual-networks?parent_id=7364ed64-d9b7-4f41-8b61-09534708a07d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003036 10.0.0.141 - - [2025-07-14 02:05:33] "GET /virtual-network/1d7865ec-bbe5-48ec-8d15-5d525ce2e08d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005247 10.0.0.141 - - [2025-07-14 02:05:35] "POST /neutron/port HTTP/1.1" 200 1089 0.012709 10.0.0.141 - - [2025-07-14 02:05:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006509 10.0.0.141 - - [2025-07-14 02:05:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.141 - - [2025-07-14 02:05:36] "GET /virtual-network/1d7865ec-bbe5-48ec-8d15-5d525ce2e08d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005325 10.0.0.141 - - [2025-07-14 02:05:36] "POST /neutron/port HTTP/1.1" 200 1089 0.010696 10.0.0.141 - - [2025-07-14 02:05:36] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006531 10.0.0.141 - - [2025-07-14 02:05:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.141 - - [2025-07-14 02:05:38] "GET /global-vrouter-config/6db92660-4b89-4abb-9338-6cb8fca32f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004287 10.0.0.141 - - [2025-07-14 02:05:38] "GET /virtual-networks?parent_id=7364ed64-d9b7-4f41-8b61-09534708a07d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004428 10.0.0.141 - - [2025-07-14 02:05:38] "GET /virtual-network/1d7865ec-bbe5-48ec-8d15-5d525ce2e08d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005395 10.0.0.141 - - [2025-07-14 02:05:38] "POST /neutron/port HTTP/1.1" 200 1089 0.011477 10.0.0.141 - - [2025-07-14 02:05:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006414 10.0.0.141 - - [2025-07-14 02:05:38] "POST /neutron/port HTTP/1.1" 200 1089 0.015648 10.0.0.141 - - [2025-07-14 02:05:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006777 10.0.0.141 - - [2025-07-14 02:05:39] "POST /neutron/port HTTP/1.1" 200 1089 0.013745 10.0.0.141 - - [2025-07-14 02:05:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008203 10.0.0.141 - - [2025-07-14 02:05:39] "GET /virtual-machine/86801e89-383a-4f44-9b0b-46e8c462f779 HTTP/1.1" 200 1295 0.005138 10.0.0.141 - - [2025-07-14 02:05:39] "GET /virtual-machine-interface/6fc4f98a-1c15-4dc2-aecf-165d24308d67 HTTP/1.1" 200 2953 0.005095 10.0.0.141 - - [2025-07-14 02:05:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002738 10.0.0.141 - - [2025-07-14 02:05:39] "GET /global-vrouter-config/6db92660-4b89-4abb-9338-6cb8fca32f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003107 10.0.0.141 - - [2025-07-14 02:05:39] "GET /virtual-networks?parent_id=7364ed64-d9b7-4f41-8b61-09534708a07d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002921 10.0.0.141 - - [2025-07-14 02:05:39] "GET /virtual-network/1d7865ec-bbe5-48ec-8d15-5d525ce2e08d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005124 10.0.0.141 - - [2025-07-14 02:05:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002920 10.0.0.141 - - [2025-07-14 02:05:40] "GET /global-vrouter-config/6db92660-4b89-4abb-9338-6cb8fca32f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003119 10.0.0.141 - - [2025-07-14 02:05:40] "GET /virtual-networks?parent_id=7364ed64-d9b7-4f41-8b61-09534708a07d&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003603 10.0.0.141 - - [2025-07-14 02:05:40] "GET /virtual-network/1d7865ec-bbe5-48ec-8d15-5d525ce2e08d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005893 10.0.0.141 - - [2025-07-14 02:05:45] "POST /neutron/network HTTP/1.1" 200 825 0.005756 10.0.0.141 - - [2025-07-14 02:05:45] "POST /neutron/network HTTP/1.1" 400 204 0.013325 10.0.0.141 - - [2025-07-14 02:05:45] "POST /neutron/port HTTP/1.1" 200 1089 0.013301 10.0.0.141 - - [2025-07-14 02:05:45] "POST /neutron/port HTTP/1.1" 200 1115 0.008410 10.0.0.141 - - [2025-07-14 02:05:45] "POST /neutron/port HTTP/1.1" 200 1089 0.012249 10.0.0.141 - - [2025-07-14 02:05:45] "POST /neutron/port HTTP/1.1" 200 1115 0.007955 10.0.0.141 - - [2025-07-14 02:05:45] "POST /neutron/port HTTP/1.1" 200 151 0.125174 10.0.0.141 - - [2025-07-14 02:05:45] "POST /neutron/port HTTP/1.1" 200 151 0.125339 10.0.0.141 - - [2025-07-14 02:05:47] "POST /neutron/network HTTP/1.1" 200 825 0.006052 10.0.0.141 - - [2025-07-14 02:05:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.141 - - [2025-07-14 02:05:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002270 10.0.0.141 - - [2025-07-14 02:05:47] "POST /useragent-kv HTTP/1.1" 200 115 0.001880 10.0.0.141 - - [2025-07-14 02:05:47] "POST /neutron/network HTTP/1.1" 200 151 0.090796 10.0.0.141 - - [2025-07-14 02:05:47] "DELETE /route-target/0a9f6702-22c8-486c-a93f-51500e233552 HTTP/1.1" 200 115 0.021648 10.0.0.141 - - [2025-07-14 02:05:47] "GET /projects?obj_uuids=7364ed64-d9b7-4f41-8b61-09534708a07d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001110 10.0.0.141 - - [2025-07-14 02:05:47] "GET /project/7364ed64-d9b7-4f41-8b61-09534708a07d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.023789 10.0.0.141 - - [2025-07-14 02:05:47] "GET /projects?obj_uuids=7364ed64-d9b7-4f41-8b61-09534708a07d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001040 10.0.0.141 - - [2025-07-14 02:05:47] "GET /project/7364ed64-d9b7-4f41-8b61-09534708a07d?fields=virtual_networks HTTP/1.1" 200 1046 0.066613 10.0.0.141 - - [2025-07-14 02:05:47] "GET /projects?obj_uuids=7364ed64-d9b7-4f41-8b61-09534708a07d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001534 10.0.0.141 - - [2025-07-14 02:05:47] "GET /project/7364ed64-d9b7-4f41-8b61-09534708a07d?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.024580 10.0.0.141 - - [2025-07-14 02:05:47] "GET /projects?obj_uuids=7364ed64-d9b7-4f41-8b61-09534708a07d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001112 10.0.0.141 - - [2025-07-14 02:05:47] "GET /project/7364ed64-d9b7-4f41-8b61-09534708a07d?fields=security_groups HTTP/1.1" 200 1274 0.025158 10.0.0.141 - - [2025-07-14 02:05:48] "POST /fqname-to-id HTTP/1.1" 404 188 0.021829 10.0.0.141 - - [2025-07-14 02:05:48] "GET /projects?obj_uuids=5d925f82-ff24-477c-9825-bf5c2b102ec6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002652 10.0.0.141 - - [2025-07-14 02:05:48] "GET /domains?obj_uuids=d45b311b-3456-473f-8bc7-c85d702ccbc9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001971 10.0.0.141 - - [2025-07-14 02:05:48] "GET /domain/d45b311b-3456-473f-8bc7-c85d702ccbc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008986 10.0.0.141 - - [2025-07-14 02:05:48] "POST /id-to-fqname HTTP/1.1" 200 190 0.002979 10.0.0.141 - - [2025-07-14 02:05:48] "POST /fqname-to-id HTTP/1.1" 404 199 0.002720 10.0.0.141 - - [2025-07-14 02:05:48] "POST /security-groups HTTP/1.1" 200 591 0.063958 10.0.0.141 - - [2025-07-14 02:05:48] "POST /fqname-to-id HTTP/1.1" 404 234 0.002562 10.0.0.141 - - [2025-07-14 02:05:48] "POST /projects HTTP/1.1" 200 585 0.214765 10.0.0.141 - - [2025-07-14 02:05:49] "POST /access-control-lists HTTP/1.1" 200 598 0.061009 10.0.0.141 - - [2025-07-14 02:05:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.290636 10.0.0.141 - - [2025-07-14 02:05:49] "POST /fqname-to-id HTTP/1.1" 404 233 0.002788 10.0.0.141 - - [2025-07-14 02:05:49] "GET /project/5d925f82-ff24-477c-9825-bf5c2b102ec6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.427686 10.0.0.141 - - [2025-07-14 02:05:49] "POST /access-control-lists HTTP/1.1" 200 596 0.059763 10.0.0.141 - - [2025-07-14 02:05:50] "GET / HTTP/1.1" 200 36215 0.001912 10.0.0.141 - - [2025-07-14 02:05:50] "POST /fqname-to-id HTTP/1.1" 401 293 0.000590 10.0.0.141 - - [2025-07-14 02:05:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.048375 10.0.0.141 - - [2025-07-14 02:05:51] "GET /projects?obj_uuids=5d925f82-ff24-477c-9825-bf5c2b102ec6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001072 10.0.0.141 - - [2025-07-14 02:05:51] "GET /project/5d925f82-ff24-477c-9825-bf5c2b102ec6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.028811 10.0.0.141 - - [2025-07-14 02:05:51] "POST /neutron/network HTTP/1.1" 200 117 0.027540 10.0.0.141 - - [2025-07-14 02:05:51] "GET /projects?obj_uuids=5d925f82-ff24-477c-9825-bf5c2b102ec6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002257 10.0.0.141 - - [2025-07-14 02:05:51] "POST /neutron/network HTTP/1.1" 200 625 0.063520 10.0.0.141 - - [2025-07-14 02:05:51] "POST /route-targets HTTP/1.1" 200 328 0.010768 10.0.0.141 - - [2025-07-14 02:05:51] "POST /ref-update HTTP/1.1" 200 156 0.011560 10.0.0.141 - - [2025-07-14 02:05:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002455 10.0.0.141 - - [2025-07-14 02:05:51] "POST /neutron/subnet HTTP/1.1" 200 701 0.178294 10.0.0.141 - - [2025-07-14 02:05:51] "POST /neutron/network HTTP/1.1" 200 839 0.005319 10.0.0.141 - - [2025-07-14 02:05:51] "POST /id-to-fqname HTTP/1.1" 200 230 0.001174 10.0.0.141 - - [2025-07-14 02:05:51] "GET /virtual-network/e4b2bb3a-3662-40b0-a06b-596e76e97067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004515 10.0.0.141 - - [2025-07-14 02:05:51] "POST /neutron/network HTTP/1.1" 200 839 0.006143 10.0.0.141 - - [2025-07-14 02:05:51] "GET /virtual-network/e4b2bb3a-3662-40b0-a06b-596e76e97067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004719 10.0.0.141 - - [2025-07-14 02:05:51] "POST /neutron/network HTTP/1.1" 200 839 0.005551 10.0.0.141 - - [2025-07-14 02:05:51] "POST /neutron/subnet HTTP/1.1" 200 701 0.006698 10.0.0.141 - - [2025-07-14 02:05:51] "POST /neutron/network HTTP/1.1" 200 839 0.005641 10.0.0.141 - - [2025-07-14 02:05:51] "POST /id-to-fqname HTTP/1.1" 200 230 0.001223 10.0.0.141 - - [2025-07-14 02:05:51] "POST /neutron/network HTTP/1.1" 200 849 0.005273 10.0.0.141 - - [2025-07-14 02:05:51] "GET /aaa-mode HTTP/1.1" 401 293 0.000390 10.0.0.141 - - [2025-07-14 02:05:52] "GET / HTTP/1.1" 200 36215 0.002078 10.0.0.141 - - [2025-07-14 02:05:52] "GET /project/5d925f82-ff24-477c-9825-bf5c2b102ec6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000381 10.0.0.141 - - [2025-07-14 02:05:52] "GET /projects?obj_uuids=5d925f82-ff24-477c-9825-bf5c2b102ec6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001239 10.0.0.141 - - [2025-07-14 02:05:52] "GET /project/5d925f82-ff24-477c-9825-bf5c2b102ec6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.047925 10.0.0.141 - - [2025-07-14 02:05:52] "POST /neutron/network HTTP/1.1" 200 839 0.005762 10.0.0.141 - - [2025-07-14 02:05:52] "POST /neutron/port HTTP/1.1" 200 117 0.004850 10.0.0.141 - - [2025-07-14 02:05:52] "POST /neutron/port HTTP/1.1" 200 117 0.004817 10.0.0.141 - - [2025-07-14 02:05:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002759 10.0.0.141 - - [2025-07-14 02:05:52] "GET /global-vrouter-config/6db92660-4b89-4abb-9338-6cb8fca32f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003421 10.0.0.141 - - [2025-07-14 02:05:52] "PUT /global-vrouter-config/6db92660-4b89-4abb-9338-6cb8fca32f87 HTTP/1.1" 200 277 0.009179 10.0.0.141 - - [2025-07-14 02:05:52] "POST /neutron/port HTTP/1.1" 200 117 0.004930 10.0.0.141 - - [2025-07-14 02:05:53] "POST /neutron/network HTTP/1.1" 200 849 0.006015 10.0.0.141 - - [2025-07-14 02:05:53] "GET /projects?obj_uuids=5d925f82-ff24-477c-9825-bf5c2b102ec6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001143 10.0.0.141 - - [2025-07-14 02:05:53] "POST /neutron/port HTTP/1.1" 200 1055 0.187897 10.0.0.141 - - [2025-07-14 02:05:53] "POST /neutron/port HTTP/1.1" 200 1055 0.008660 10.0.0.141 - - [2025-07-14 02:05:53] "POST /neutron/port HTTP/1.1" 200 1055 0.008169 10.0.0.141 - - [2025-07-14 02:05:53] "POST /neutron/port HTTP/1.1" 200 1109 0.049876 10.0.0.141 - - [2025-07-14 02:05:53] "POST /neutron/port HTTP/1.1" 200 1083 0.010746 10.0.0.141 - - [2025-07-14 02:05:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003210 10.0.0.141 - - [2025-07-14 02:05:53] "POST /neutron/subnet HTTP/1.1" 200 675 0.006751 10.0.0.141 - - [2025-07-14 02:05:53] "POST /neutron/port HTTP/1.1" 200 117 0.001152 10.0.0.141 - - [2025-07-14 02:05:53] "POST /neutron/network HTTP/1.1" 200 839 0.006084 10.0.0.141 - - [2025-07-14 02:05:57] "POST /neutron/port HTTP/1.1" 200 1083 0.011699 10.0.0.141 - - [2025-07-14 02:05:57] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006390 10.0.0.141 - - [2025-07-14 02:05:58] "POST /neutron/port HTTP/1.1" 200 1083 0.012537 10.0.0.141 - - [2025-07-14 02:05:58] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006231 10.0.0.141 - - [2025-07-14 02:05:58] "POST /neutron/port HTTP/1.1" 200 1083 0.016190 10.0.0.141 - - [2025-07-14 02:05:58] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008410 10.0.0.141 - - [2025-07-14 02:05:58] "GET /virtual-machine/ba0b342a-9635-4d93-9729-00eb5c0940d5 HTTP/1.1" 401 293 0.000660 10.0.0.141 - - [2025-07-14 02:05:58] "GET /virtual-machine/ba0b342a-9635-4d93-9729-00eb5c0940d5 HTTP/1.1" 200 1295 0.026999 10.0.0.141 - - [2025-07-14 02:05:58] "GET /virtual-machine-interface/2d6beeed-4abb-487c-81b4-31bc9a21c4e1 HTTP/1.1" 200 2977 0.004828 10.0.0.141 - - [2025-07-14 02:05:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.141 - - [2025-07-14 02:05:58] "GET /global-vrouter-config/6db92660-4b89-4abb-9338-6cb8fca32f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1832 0.004333 10.0.0.141 - - [2025-07-14 02:05:58] "GET /virtual-networks?parent_id=5d925f82-ff24-477c-9825-bf5c2b102ec6&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003706 10.0.0.141 - - [2025-07-14 02:05:58] "GET /virtual-network/e4b2bb3a-3662-40b0-a06b-596e76e97067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006376 10.0.0.141 - - [2025-07-14 02:06:01] "POST /neutron/port HTTP/1.1" 200 1083 0.015106 10.0.0.141 - - [2025-07-14 02:06:01] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005577 10.0.0.141 - - [2025-07-14 02:06:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.141 - - [2025-07-14 02:06:01] "GET /virtual-network/e4b2bb3a-3662-40b0-a06b-596e76e97067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006504 10.0.0.141 - - [2025-07-14 02:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.141 - - [2025-07-14 02:06:03] "GET /global-vrouter-config/6db92660-4b89-4abb-9338-6cb8fca32f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1832 0.003267 10.0.0.141 - - [2025-07-14 02:06:04] "GET /virtual-networks?parent_id=5d925f82-ff24-477c-9825-bf5c2b102ec6&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002902 10.0.0.141 - - [2025-07-14 02:06:04] "GET /virtual-network/e4b2bb3a-3662-40b0-a06b-596e76e97067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005738 10.0.0.141 - - [2025-07-14 02:06:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002695 10.0.0.141 - - [2025-07-14 02:06:06] "GET /global-vrouter-config/6db92660-4b89-4abb-9338-6cb8fca32f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1832 0.002851 10.0.0.141 - - [2025-07-14 02:06:06] "PUT /global-vrouter-config/6db92660-4b89-4abb-9338-6cb8fca32f87 HTTP/1.1" 200 277 0.008710 10.0.0.141 - - [2025-07-14 02:06:06] "POST /neutron/network HTTP/1.1" 200 839 0.005495 10.0.0.141 - - [2025-07-14 02:06:06] "POST /neutron/network HTTP/1.1" 400 204 0.009514 10.0.0.141 - - [2025-07-14 02:06:06] "POST /neutron/port HTTP/1.1" 200 1083 0.010172 10.0.0.141 - - [2025-07-14 02:06:06] "POST /neutron/port HTTP/1.1" 200 1109 0.009650 10.0.0.141 - - [2025-07-14 02:06:06] "POST /neutron/port HTTP/1.1" 200 151 0.099422 10.0.0.141 - - [2025-07-14 02:06:08] "POST /neutron/network HTTP/1.1" 200 839 0.005497 10.0.0.141 - - [2025-07-14 02:06:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003265 10.0.0.141 - - [2025-07-14 02:06:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004243 10.0.0.141 - - [2025-07-14 02:06:08] "POST /useragent-kv HTTP/1.1" 200 115 0.001838 10.0.0.141 - - [2025-07-14 02:06:08] "POST /neutron/network HTTP/1.1" 200 151 0.081403 10.0.0.141 - - [2025-07-14 02:06:08] "DELETE /route-target/f6646881-60d4-45e9-ab71-3ecf7fd315e3 HTTP/1.1" 200 115 0.015646 10.0.0.141 - - [2025-07-14 02:06:08] "GET /global-vrouter-configs HTTP/1.1" 200 358 0.002750 10.0.0.141 - - [2025-07-14 02:06:08] "GET /global-vrouter-config/6db92660-4b89-4abb-9338-6cb8fca32f87 HTTP/1.1" 200 1830 0.003319 10.0.0.141 - - [2025-07-14 02:06:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002507 10.0.0.141 - - [2025-07-14 02:06:08] "GET /projects?obj_uuids=5d925f82-ff24-477c-9825-bf5c2b102ec6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001047 10.0.0.141 - - [2025-07-14 02:06:08] "GET /project/5d925f82-ff24-477c-9825-bf5c2b102ec6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.025359 10.0.0.141 - - [2025-07-14 02:06:08] "POST /neutron/network HTTP/1.1" 200 117 0.006766 10.0.0.141 - - [2025-07-14 02:06:09] "GET /projects?obj_uuids=5d925f82-ff24-477c-9825-bf5c2b102ec6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001118 10.0.0.141 - - [2025-07-14 02:06:09] "POST /neutron/network HTTP/1.1" 200 605 0.057597 10.0.0.141 - - [2025-07-14 02:06:09] "POST /route-targets HTTP/1.1" 200 328 0.014797 10.0.0.141 - - [2025-07-14 02:06:09] "POST /ref-update HTTP/1.1" 200 156 0.013000 10.0.0.141 - - [2025-07-14 02:06:09] "POST /useragent-kv HTTP/1.1" 200 115 0.004934 10.0.0.141 - - [2025-07-14 02:06:09] "POST /neutron/subnet HTTP/1.1" 200 729 0.184779 10.0.0.141 - - [2025-07-14 02:06:09] "POST /neutron/network HTTP/1.1" 200 825 0.005530 10.0.0.141 - - [2025-07-14 02:06:09] "POST /id-to-fqname HTTP/1.1" 200 220 0.001536 10.0.0.141 - - [2025-07-14 02:06:09] "GET /virtual-network/c4319c1b-aefe-420c-90b0-e087e3a5bb14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.008819 10.0.0.141 - - [2025-07-14 02:06:09] "POST /neutron/network HTTP/1.1" 200 825 0.005498 10.0.0.141 - - [2025-07-14 02:06:09] "GET /virtual-network/c4319c1b-aefe-420c-90b0-e087e3a5bb14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005790 10.0.0.141 - - [2025-07-14 02:06:09] "POST /neutron/network HTTP/1.1" 200 825 0.005869 10.0.0.141 - - [2025-07-14 02:06:09] "POST /neutron/subnet HTTP/1.1" 200 729 0.006873 10.0.0.141 - - [2025-07-14 02:06:09] "POST /id-to-fqname HTTP/1.1" 200 220 0.001326 10.0.0.141 - - [2025-07-14 02:06:09] "POST /neutron/network HTTP/1.1" 200 835 0.005892 10.0.0.141 - - [2025-07-14 02:06:09] "GET /aaa-mode HTTP/1.1" 401 293 0.000418 10.0.0.141 - - [2025-07-14 02:06:09] "GET / HTTP/1.1" 200 36215 0.001873 10.0.0.141 - - [2025-07-14 02:06:09] "GET /project/5d925f82-ff24-477c-9825-bf5c2b102ec6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000387 10.0.0.141 - - [2025-07-14 02:06:10] "GET /projects?obj_uuids=5d925f82-ff24-477c-9825-bf5c2b102ec6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001134 10.0.0.141 - - [2025-07-14 02:06:10] "GET /project/5d925f82-ff24-477c-9825-bf5c2b102ec6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.043921 10.0.0.141 - - [2025-07-14 02:06:10] "POST /neutron/network HTTP/1.1" 200 825 0.005354 10.0.0.141 - - [2025-07-14 02:06:10] "POST /neutron/port HTTP/1.1" 200 117 0.004807 10.0.0.141 - - [2025-07-14 02:06:10] "POST /neutron/port HTTP/1.1" 200 117 0.004811 10.0.0.141 - - [2025-07-14 02:06:10] "POST /neutron/port HTTP/1.1" 200 117 0.006125 10.0.0.141 - - [2025-07-14 02:06:10] "POST /neutron/network HTTP/1.1" 200 835 0.005351 10.0.0.141 - - [2025-07-14 02:06:10] "GET /projects?obj_uuids=5d925f82-ff24-477c-9825-bf5c2b102ec6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001364 10.0.0.141 - - [2025-07-14 02:06:11] "POST /neutron/port HTTP/1.1" 200 1061 0.210407 10.0.0.141 - - [2025-07-14 02:06:11] "POST /neutron/port HTTP/1.1" 200 1061 0.009137 10.0.0.141 - - [2025-07-14 02:06:11] "POST /neutron/port HTTP/1.1" 200 1061 0.008436 10.0.0.141 - - [2025-07-14 02:06:11] "POST /neutron/port HTTP/1.1" 200 1115 0.063418 10.0.0.141 - - [2025-07-14 02:06:11] "POST /neutron/port HTTP/1.1" 200 1089 0.012349 10.0.0.141 - - [2025-07-14 02:06:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003274 10.0.0.141 - - [2025-07-14 02:06:11] "POST /neutron/subnet HTTP/1.1" 200 703 0.006543 10.0.0.141 - - [2025-07-14 02:06:11] "POST /neutron/port HTTP/1.1" 200 117 0.001270 10.0.0.141 - - [2025-07-14 02:06:11] "POST /neutron/network HTTP/1.1" 200 825 0.005102 10.0.0.141 - - [2025-07-14 02:06:15] "POST /neutron/port HTTP/1.1" 200 1089 0.011224 10.0.0.141 - - [2025-07-14 02:06:15] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006731 10.0.0.141 - - [2025-07-14 02:06:15] "POST /neutron/port HTTP/1.1" 200 1089 0.013711 10.0.0.141 - - [2025-07-14 02:06:15] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006816 10.0.0.141 - - [2025-07-14 02:06:15] "POST /neutron/port HTTP/1.1" 200 1089 0.012837 10.0.0.141 - - [2025-07-14 02:06:15] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006209 10.0.0.141 - - [2025-07-14 02:06:15] "GET /virtual-machine/0fed9ead-4fc7-48c2-887a-103d447e81cc HTTP/1.1" 200 1293 0.005896 10.0.0.141 - - [2025-07-14 02:06:15] "GET /virtual-machine-interface/643b9a88-797c-4a2b-ab25-8872bb649faf HTTP/1.1" 200 2948 0.004469 10.0.0.141 - - [2025-07-14 02:06:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003727 10.0.0.141 - - [2025-07-14 02:06:15] "GET /global-vrouter-config/6db92660-4b89-4abb-9338-6cb8fca32f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003608 10.0.0.141 - - [2025-07-14 02:06:15] "GET /virtual-networks?parent_id=5d925f82-ff24-477c-9825-bf5c2b102ec6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003248 10.0.0.141 - - [2025-07-14 02:06:15] "GET /virtual-network/c4319c1b-aefe-420c-90b0-e087e3a5bb14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005284 10.0.0.141 - - [2025-07-14 02:06:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002929 10.0.0.141 - - [2025-07-14 02:06:19] "GET /virtual-network/c4319c1b-aefe-420c-90b0-e087e3a5bb14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004992 10.0.0.141 - - [2025-07-14 02:06:19] "POST /neutron/port HTTP/1.1" 200 1089 0.011235 10.0.0.141 - - [2025-07-14 02:06:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007310 10.0.0.141 - - [2025-07-14 02:06:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002889 10.0.0.141 - - [2025-07-14 02:06:21] "GET /global-vrouter-config/6db92660-4b89-4abb-9338-6cb8fca32f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003341 10.0.0.141 - - [2025-07-14 02:06:21] "GET /virtual-networks?parent_id=5d925f82-ff24-477c-9825-bf5c2b102ec6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003436 10.0.0.141 - - [2025-07-14 02:06:21] "GET /virtual-network/c4319c1b-aefe-420c-90b0-e087e3a5bb14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005742 10.0.0.141 - - [2025-07-14 02:06:23] "POST /neutron/network HTTP/1.1" 200 825 0.006352 10.0.0.141 - - [2025-07-14 02:06:23] "POST /neutron/network HTTP/1.1" 400 204 0.013497 10.0.0.141 - - [2025-07-14 02:06:23] "POST /neutron/port HTTP/1.1" 200 1089 0.010524 10.0.0.141 - - [2025-07-14 02:06:23] "POST /neutron/port HTTP/1.1" 200 1115 0.008759 10.0.0.141 - - [2025-07-14 02:06:23] "POST /neutron/port HTTP/1.1" 200 151 0.090793 10.0.0.141 - - [2025-07-14 02:06:24] "GET /projects?obj_uuids=7364ed64-d9b7-4f41-8b61-09534708a07d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001024 10.0.0.141 - - [2025-07-14 02:06:24] "DELETE /project/5d925f82ff24477c9825bf5c2b102ec6 HTTP/1.1" 404 173 0.055689 10.0.0.141 - - [2025-07-14 02:06:24] "GET /project/7364ed64-d9b7-4f41-8b61-09534708a07d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.026826 10.0.0.141 - - [2025-07-14 02:06:24] "GET /projects?obj_uuids=7364ed64-d9b7-4f41-8b61-09534708a07d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000952 10.0.0.141 - - [2025-07-14 02:06:24] "GET /project/7364ed64-d9b7-4f41-8b61-09534708a07d?fields=security_groups HTTP/1.1" 200 1376 0.067564 10.0.0.141 - - [2025-07-14 02:06:24] "DELETE /security-group/f71424fe-f57b-435f-ad87-db2ba9be85c9 HTTP/1.1" 200 115 0.040145 10.0.0.141 - - [2025-07-14 02:06:24] "GET /projects?obj_uuids=7364ed64-d9b7-4f41-8b61-09534708a07d&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000978 10.0.0.141 - - [2025-07-14 02:06:24] "DELETE /access-control-list/42baf1a1-0c83-44eb-9330-f44289faa7ff HTTP/1.1" 200 115 0.028024 10.0.0.141 - - [2025-07-14 02:06:24] "GET /project/7364ed64-d9b7-4f41-8b61-09534708a07d?fields=application_policy_sets HTTP/1.1" 200 1415 0.040957 10.0.0.141 - - [2025-07-14 02:06:24] "DELETE /access-control-list/a7977605-2209-4e3c-9c43-e881b9b50452 HTTP/1.1" 200 115 0.033348 10.0.0.141 - - [2025-07-14 02:06:24] "DELETE /project/7364ed64-d9b7-4f41-8b61-09534708a07d HTTP/1.1" 200 115 0.357800 10.0.0.141 - - [2025-07-14 02:06:25] "POST /neutron/network HTTP/1.1" 200 825 0.005618 10.0.0.141 - - [2025-07-14 02:06:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003057 10.0.0.141 - - [2025-07-14 02:06:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004230 10.0.0.141 - - [2025-07-14 02:06:25] "POST /useragent-kv HTTP/1.1" 200 115 0.001698 10.0.0.141 - - [2025-07-14 02:06:25] "POST /neutron/network HTTP/1.1" 200 151 0.077478 10.0.0.141 - - [2025-07-14 02:06:25] "DELETE /route-target/4da63b5e-be59-4e5e-8d91-4de30323dec4 HTTP/1.1" 200 115 0.013699 10.0.0.141 - - [2025-07-14 02:06:25] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 765 0.002831 10.0.0.141 - - [2025-07-14 02:06:25] "POST /network-ipams HTTP/1.1" 200 543 0.015829 10.0.0.141 - - [2025-07-14 02:06:25] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 985 0.003136 10.0.0.141 - - [2025-07-14 02:06:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002706 10.0.0.141 - - [2025-07-14 02:06:26] "GET /network-ipam/c57854a0-b10c-44fd-ba4d-40e91b8fe6e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.006063 10.0.0.141 - - [2025-07-14 02:06:26] "PUT /network-ipam/c57854a0-b10c-44fd-ba4d-40e91b8fe6e4 HTTP/1.1" 200 259 0.010866 10.0.0.141 - - [2025-07-14 02:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.141 - - [2025-07-14 02:06:26] "GET /projects?obj_uuids=5d925f82-ff24-477c-9825-bf5c2b102ec6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001282 10.0.0.141 - - [2025-07-14 02:06:26] "GET /project/5d925f82-ff24-477c-9825-bf5c2b102ec6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.026929 10.0.0.141 - - [2025-07-14 02:06:26] "POST /neutron/network HTTP/1.1" 200 117 0.006848 10.0.0.141 - - [2025-07-14 02:06:26] "GET /projects?obj_uuids=5d925f82-ff24-477c-9825-bf5c2b102ec6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001205 10.0.0.141 - - [2025-07-14 02:06:26] "POST /neutron/network HTTP/1.1" 200 605 0.072882 10.0.0.141 - - [2025-07-14 02:06:26] "POST /route-targets HTTP/1.1" 200 328 0.011538 10.0.0.141 - - [2025-07-14 02:06:26] "POST /ref-update HTTP/1.1" 200 156 0.013178 10.0.0.141 - - [2025-07-14 02:06:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002759 10.0.0.141 - - [2025-07-14 02:06:26] "POST /neutron/subnet HTTP/1.1" 200 699 0.153673 10.0.0.141 - - [2025-07-14 02:06:26] "POST /useragent-kv HTTP/1.1" 200 115 0.006450 10.0.0.141 - - [2025-07-14 02:06:26] "POST /neutron/subnet HTTP/1.1" 200 699 0.157971 10.0.0.141 - - [2025-07-14 02:06:26] "POST /neutron/network HTTP/1.1" 200 994 0.007972 10.0.0.141 - - [2025-07-14 02:06:26] "POST /id-to-fqname HTTP/1.1" 200 220 0.001570 10.0.0.141 - - [2025-07-14 02:06:26] "GET /virtual-network/a6dbce3b-a9e7-4b86-80d4-13b31fb310c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.009584 10.0.0.141 - - [2025-07-14 02:06:26] "POST /neutron/network HTTP/1.1" 200 994 0.007139 10.0.0.141 - - [2025-07-14 02:06:26] "GET /virtual-network/a6dbce3b-a9e7-4b86-80d4-13b31fb310c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005072 10.0.0.141 - - [2025-07-14 02:06:26] "POST /neutron/network HTTP/1.1" 200 994 0.006841 10.0.0.141 - - [2025-07-14 02:06:26] "POST /neutron/subnet HTTP/1.1" 200 699 0.009039 10.0.0.141 - - [2025-07-14 02:06:26] "POST /neutron/subnet HTTP/1.1" 200 699 0.007254 10.0.0.141 - - [2025-07-14 02:06:26] "POST /neutron/network HTTP/1.1" 200 994 0.008002 10.0.0.141 - - [2025-07-14 02:06:26] "POST /neutron/subnet HTTP/1.1" 200 699 0.007287 10.0.0.141 - - [2025-07-14 02:06:26] "POST /neutron/subnet HTTP/1.1" 200 699 0.006586 10.0.0.141 - - [2025-07-14 02:06:26] "GET /projects?obj_uuids=5d925f82-ff24-477c-9825-bf5c2b102ec6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001456 10.0.0.141 - - [2025-07-14 02:06:27] "POST /neutron/port HTTP/1.1" 200 1017 0.166802 10.0.0.141 - - [2025-07-14 02:06:27] "GET /projects?obj_uuids=5d925f82-ff24-477c-9825-bf5c2b102ec6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.023398 10.0.0.141 - - [2025-07-14 02:06:27] "POST /neutron/port HTTP/1.1" 200 1017 0.213921 10.0.0.141 - - [2025-07-14 02:06:27] "POST /id-to-fqname HTTP/1.1" 200 220 0.003999 10.0.0.141 - - [2025-07-14 02:06:27] "POST /neutron/port HTTP/1.1" 200 1017 0.007952 10.0.0.141 - - [2025-07-14 02:06:27] "POST /neutron/port HTTP/1.1" 200 1017 0.030058 10.0.0.141 - - [2025-07-14 02:06:27] "POST /neutron/network HTTP/1.1" 200 994 0.007159 10.0.0.141 - - [2025-07-14 02:06:27] "POST /neutron/port HTTP/1.1" 200 1017 0.007427 10.0.0.141 - - [2025-07-14 02:06:27] "POST /neutron/port HTTP/1.1" 200 117 0.004688 10.0.0.141 - - [2025-07-14 02:06:27] "POST /neutron/port HTTP/1.1" 200 117 0.004658 10.0.0.141 - - [2025-07-14 02:06:27] "POST /id-to-fqname HTTP/1.1" 200 220 0.001275 10.0.0.141 - - [2025-07-14 02:06:27] "POST /neutron/port HTTP/1.1" 200 117 0.004580 10.0.0.141 - - [2025-07-14 02:06:27] "POST /neutron/port HTTP/1.1" 200 1017 0.014082 10.0.0.141 - - [2025-07-14 02:06:27] "POST /neutron/port HTTP/1.1" 200 1017 0.007465 10.0.0.141 - - [2025-07-14 02:06:27] "POST /neutron/network HTTP/1.1" 200 994 0.007843 10.0.0.141 - - [2025-07-14 02:06:28] "POST /neutron/port HTTP/1.1" 200 1017 0.007962 10.0.0.141 - - [2025-07-14 02:06:28] "POST /neutron/port HTTP/1.1" 200 1017 0.007644 10.0.0.141 - - [2025-07-14 02:06:28] "POST /neutron/port HTTP/1.1" 200 1017 0.007401 10.0.0.141 - - [2025-07-14 02:06:28] "POST /neutron/port HTTP/1.1" 200 117 0.005929 10.0.0.141 - - [2025-07-14 02:06:28] "POST /neutron/port HTTP/1.1" 200 117 0.004827 10.0.0.141 - - [2025-07-14 02:06:28] "POST /id-to-fqname HTTP/1.1" 200 220 0.001291 10.0.0.141 - - [2025-07-14 02:06:28] "POST /neutron/port HTTP/1.1" 200 117 0.006078 10.0.0.141 - - [2025-07-14 02:06:28] "POST /neutron/network HTTP/1.1" 200 1004 0.009065 10.0.0.141 - - [2025-07-14 02:06:28] "GET /aaa-mode HTTP/1.1" 401 293 0.000419 10.0.0.141 - - [2025-07-14 02:06:28] "GET / HTTP/1.1" 200 36215 0.002125 10.0.0.141 - - [2025-07-14 02:06:28] "GET /project/5d925f82-ff24-477c-9825-bf5c2b102ec6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000426 10.0.0.141 - - [2025-07-14 02:06:28] "POST /neutron/port HTTP/1.1" 200 1017 0.037486 10.0.0.141 - - [2025-07-14 02:06:28] "POST /neutron/network HTTP/1.1" 200 1004 0.010238 10.0.0.141 - - [2025-07-14 02:06:28] "POST /neutron/port HTTP/1.1" 200 1017 0.044722 10.0.0.141 - - [2025-07-14 02:06:28] "POST /neutron/network HTTP/1.1" 200 1004 0.010993 10.0.0.141 - - [2025-07-14 02:06:28] "POST /neutron/port HTTP/1.1" 200 1017 0.010019 10.0.0.141 - - [2025-07-14 02:06:28] "POST /neutron/port HTTP/1.1" 200 1017 0.006914 10.0.0.141 - - [2025-07-14 02:06:28] "POST /neutron/port HTTP/1.1" 200 1017 0.009988 10.0.0.141 - - [2025-07-14 02:06:28] "POST /neutron/port HTTP/1.1" 200 1017 0.007703 10.0.0.141 - - [2025-07-14 02:06:28] "POST /neutron/port HTTP/1.1" 200 1109 0.124706 10.0.0.141 - - [2025-07-14 02:06:28] "POST /neutron/port HTTP/1.1" 200 1109 0.117860 10.0.0.141 - - [2025-07-14 02:06:29] "POST /neutron/port HTTP/1.1" 200 1083 0.017416 10.0.0.141 - - [2025-07-14 02:06:29] "GET /projects?obj_uuids=5d925f82-ff24-477c-9825-bf5c2b102ec6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001171 10.0.0.141 - - [2025-07-14 02:06:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006080 10.0.0.141 - - [2025-07-14 02:06:29] "POST /neutron/port HTTP/1.1" 200 1083 0.019011 10.0.0.141 - - [2025-07-14 02:06:29] "GET /project/5d925f82-ff24-477c-9825-bf5c2b102ec6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.065047 10.0.0.141 - - [2025-07-14 02:06:29] "POST /neutron/subnet HTTP/1.1" 200 673 0.019803 10.0.0.141 - - [2025-07-14 02:06:29] "POST /neutron/network HTTP/1.1" 200 994 0.006779 10.0.0.141 - - [2025-07-14 02:06:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002830 10.0.0.141 - - [2025-07-14 02:06:29] "POST /neutron/port HTTP/1.1" 200 117 0.001541 10.0.0.141 - - [2025-07-14 02:06:29] "POST /neutron/subnet HTTP/1.1" 200 673 0.010022 10.0.0.141 - - [2025-07-14 02:06:29] "POST /neutron/network HTTP/1.1" 200 994 0.010688 10.0.0.141 - - [2025-07-14 02:06:29] "POST /neutron/port HTTP/1.1" 200 117 0.001809 10.0.0.141 - - [2025-07-14 02:06:29] "POST /neutron/network HTTP/1.1" 200 994 0.009870 10.0.0.141 - - [2025-07-14 02:06:29] "POST /neutron/port HTTP/1.1" 200 2050 0.022644 10.0.0.141 - - [2025-07-14 02:06:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007366 10.0.0.141 - - [2025-07-14 02:06:29] "POST /neutron/port HTTP/1.1" 200 117 0.004916 10.0.0.141 - - [2025-07-14 02:06:29] "GET /domains HTTP/1.1" 200 281 0.003126 10.0.0.141 - - [2025-07-14 02:06:29] "GET /domains?obj_uuids=d45b311b-3456-473f-8bc7-c85d702ccbc9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001415 10.0.0.141 - - [2025-07-14 02:06:29] "GET /domain/d45b311b-3456-473f-8bc7-c85d702ccbc9 HTTP/1.1" 200 2584 0.011211 10.0.0.141 - - [2025-07-14 02:06:29] "GET /projects?obj_uuids=5d925f82-ff24-477c-9825-bf5c2b102ec6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001059 10.0.0.141 - - [2025-07-14 02:06:29] "GET /project/5d925f82-ff24-477c-9825-bf5c2b102ec6 HTTP/1.1" 200 2861 0.086042 10.0.0.141 - - [2025-07-14 02:06:29] "GET /network-ipam/c57854a0-b10c-44fd-ba4d-40e91b8fe6e4 HTTP/1.1" 200 2605 0.006847 10.0.0.141 - - [2025-07-14 02:06:29] "GET /domains HTTP/1.1" 200 281 0.003131 10.0.0.141 - - [2025-07-14 02:06:29] "GET /domains?obj_uuids=d45b311b-3456-473f-8bc7-c85d702ccbc9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001235 10.0.0.141 - - [2025-07-14 02:06:29] "GET /domain/d45b311b-3456-473f-8bc7-c85d702ccbc9 HTTP/1.1" 200 2584 0.008214 10.0.0.141 - - [2025-07-14 02:06:29] "GET /projects?obj_uuids=5d925f82-ff24-477c-9825-bf5c2b102ec6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001087 10.0.0.141 - - [2025-07-14 02:06:29] "GET /project/5d925f82-ff24-477c-9825-bf5c2b102ec6 HTTP/1.1" 200 2861 0.081886 10.0.0.141 - - [2025-07-14 02:06:29] "GET /virtual-network/a6dbce3b-a9e7-4b86-80d4-13b31fb310c7 HTTP/1.1" 200 3787 0.007423 10.0.0.141 - - [2025-07-14 02:06:29] "GET /virtual-network/a6dbce3b-a9e7-4b86-80d4-13b31fb310c7 HTTP/1.1" 200 3787 0.005249 10.0.0.141 - - [2025-07-14 02:06:29] "GET /routing-instance/19403b3d-8720-4b9a-a450-77f12e46f28c HTTP/1.1" 200 2385 0.003975 10.0.0.141 - - [2025-07-14 02:06:29] "GET /routing-instance/19403b3d-8720-4b9a-a450-77f12e46f28c HTTP/1.1" 200 2385 0.006822 10.0.0.141 - - [2025-07-14 02:06:29] "GET /route-target/f0ba0d3c-e838-4707-ac25-6d2f6d7c5075 HTTP/1.1" 200 1207 0.003306 10.0.0.141 - - [2025-07-14 02:06:29] "GET /virtual-network/a6dbce3b-a9e7-4b86-80d4-13b31fb310c7 HTTP/1.1" 200 3787 0.004870 10.0.0.141 - - [2025-07-14 02:06:29] "GET /routing-instance/19403b3d-8720-4b9a-a450-77f12e46f28c HTTP/1.1" 200 2385 0.005304 10.0.0.141 - - [2025-07-14 02:06:29] "GET /virtual-network/a6dbce3b-a9e7-4b86-80d4-13b31fb310c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.016557 10.0.0.141 - - [2025-07-14 02:06:29] "GET /virtual-network/a6dbce3b-a9e7-4b86-80d4-13b31fb310c7 HTTP/1.1" 200 3787 0.009316 10.0.0.141 - - [2025-07-14 02:06:29] "GET /routing-instance/19403b3d-8720-4b9a-a450-77f12e46f28c HTTP/1.1" 200 2385 0.006123 10.0.0.141 - - [2025-07-14 02:06:29] "GET /routing-instance/19403b3d-8720-4b9a-a450-77f12e46f28c HTTP/1.1" 200 2385 0.010552 10.0.0.141 - - [2025-07-14 02:06:29] "POST /neutron/network HTTP/1.1" 200 1004 0.029348 10.0.0.141 - - [2025-07-14 02:06:29] "GET /route-target/f0ba0d3c-e838-4707-ac25-6d2f6d7c5075 HTTP/1.1" 200 1207 0.019856 10.0.0.141 - - [2025-07-14 02:06:29] "GET /projects?obj_uuids=5d925f82-ff24-477c-9825-bf5c2b102ec6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001051 10.0.0.141 - - [2025-07-14 02:06:29] "GET /domains HTTP/1.1" 200 281 0.005092 10.0.0.141 - - [2025-07-14 02:06:29] "GET /domains?obj_uuids=d45b311b-3456-473f-8bc7-c85d702ccbc9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001037 10.0.0.141 - - [2025-07-14 02:06:29] "GET /domain/d45b311b-3456-473f-8bc7-c85d702ccbc9 HTTP/1.1" 200 2584 0.069833 10.0.0.141 - - [2025-07-14 02:06:29] "GET /projects?obj_uuids=5d925f82-ff24-477c-9825-bf5c2b102ec6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001250 10.0.0.141 - - [2025-07-14 02:06:29] "GET /project/5d925f82-ff24-477c-9825-bf5c2b102ec6 HTTP/1.1" 200 3106 0.107639 10.0.0.141 - - [2025-07-14 02:06:29] "GET /virtual-network/a6dbce3b-a9e7-4b86-80d4-13b31fb310c7 HTTP/1.1" 200 4046 0.019313 10.0.0.141 - - [2025-07-14 02:06:30] "POST /neutron/port HTTP/1.1" 200 1055 0.307098 10.0.0.141 - - [2025-07-14 02:06:30] "POST /neutron/port HTTP/1.1" 200 1055 0.019355 10.0.0.141 - - [2025-07-14 02:06:30] "POST /neutron/port HTTP/1.1" 200 1055 0.012064 10.0.0.141 - - [2025-07-14 02:06:30] "POST /neutron/port HTTP/1.1" 200 1109 0.103778 10.0.0.141 - - [2025-07-14 02:06:30] "POST /neutron/port HTTP/1.1" 200 1083 0.014212 10.0.0.141 - - [2025-07-14 02:06:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003482 10.0.0.141 - - [2025-07-14 02:06:30] "POST /neutron/subnet HTTP/1.1" 200 673 0.008096 10.0.0.141 - - [2025-07-14 02:06:30] "POST /neutron/port HTTP/1.1" 200 117 0.001690 10.0.0.141 - - [2025-07-14 02:06:30] "POST /neutron/network HTTP/1.1" 200 994 0.008952 10.0.0.141 - - [2025-07-14 02:06:30] "GET /obj-perms HTTP/1.1" 200 5075 0.487665 10.0.0.141 - - [2025-07-14 02:06:30] "GET /obj-perms HTTP/1.1" 200 5049 0.120262 10.0.0.141 - - [2025-07-14 02:06:30] "POST /neutron/port HTTP/1.1" 200 1083 0.012180 10.0.0.141 - - [2025-07-14 02:06:30] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010523 10.0.0.141 - - [2025-07-14 02:06:31] "POST /neutron/port HTTP/1.1" 200 1083 0.010365 10.0.0.141 - - [2025-07-14 02:06:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011269 10.0.0.141 - - [2025-07-14 02:06:31] "POST /neutron/port HTTP/1.1" 200 1083 0.010450 10.0.0.141 - - [2025-07-14 02:06:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.012399 10.0.0.141 - - [2025-07-14 02:06:31] "GET /virtual-machine/fe26c534-4a89-40b2-91f6-8bec822f98bd HTTP/1.1" 200 1291 0.005473 10.0.0.141 - - [2025-07-14 02:06:31] "GET /virtual-machine-interface/ed9ec194-f55c-4d76-98be-bc1fa42183ca HTTP/1.1" 200 2949 0.006493 10.0.0.141 - - [2025-07-14 02:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002787 10.0.0.141 - - [2025-07-14 02:06:31] "GET /global-vrouter-config/6db92660-4b89-4abb-9338-6cb8fca32f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.008328 10.0.0.141 - - [2025-07-14 02:06:31] "GET /obj-perms HTTP/1.1" 200 5075 0.066208 10.0.0.141 - - [2025-07-14 02:06:31] "GET /virtual-networks?parent_id=5d925f82-ff24-477c-9825-bf5c2b102ec6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.022338 10.0.0.141 - - [2025-07-14 02:06:31] "GET /virtual-network/a6dbce3b-a9e7-4b86-80d4-13b31fb310c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005864 10.0.0.141 - - [2025-07-14 02:06:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.141 - - [2025-07-14 02:06:34] "GET /virtual-network/a6dbce3b-a9e7-4b86-80d4-13b31fb310c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.004918 10.0.0.141 - - [2025-07-14 02:06:35] "GET /global-system-configs HTTP/1.1" 200 323 0.037663 10.0.0.141 - - [2025-07-14 02:06:35] "GET /obj-perms HTTP/1.1" 200 5075 0.078769 10.0.0.141 - - [2025-07-14 02:06:36] "GET /global-system-configs HTTP/1.1" 200 323 0.031490 10.0.0.141 - - [2025-07-14 02:06:36] "GET /obj-perms HTTP/1.1" 200 5075 0.067136 10.0.0.141 - - [2025-07-14 02:06:38] "POST /neutron/port HTTP/1.1" 200 1083 0.010700 10.0.0.141 - - [2025-07-14 02:06:38] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005896 10.0.0.141 - - [2025-07-14 02:06:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002758 10.0.0.141 - - [2025-07-14 02:06:38] "GET /virtual-network/a6dbce3b-a9e7-4b86-80d4-13b31fb310c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005583 10.0.0.141 - - [2025-07-14 02:06:38] "POST /neutron/port HTTP/1.1" 200 1083 0.011194 10.0.0.141 - - [2025-07-14 02:06:38] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006472 10.0.0.141 - - [2025-07-14 02:06:39] "POST /neutron/port HTTP/1.1" 200 1083 0.011512 10.0.0.141 - - [2025-07-14 02:06:39] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005830 10.0.0.141 - - [2025-07-14 02:06:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002905 10.0.0.141 - - [2025-07-14 02:06:40] "GET /global-vrouter-config/6db92660-4b89-4abb-9338-6cb8fca32f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.005002 10.0.0.141 - - [2025-07-14 02:06:40] "GET /virtual-networks?parent_id=5d925f82-ff24-477c-9825-bf5c2b102ec6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003011 10.0.0.141 - - [2025-07-14 02:06:40] "GET /virtual-network/a6dbce3b-a9e7-4b86-80d4-13b31fb310c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005333 10.0.0.141 - - [2025-07-14 02:06:41] "POST /neutron/port HTTP/1.1" 200 1083 0.010895 10.0.0.141 - - [2025-07-14 02:06:41] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006464 10.0.0.141 - - [2025-07-14 02:06:41] "POST /neutron/port HTTP/1.1" 200 1083 0.011463 10.0.0.141 - - [2025-07-14 02:06:41] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006705 10.0.0.141 - - [2025-07-14 02:06:41] "POST /neutron/port HTTP/1.1" 200 1083 0.010987 10.0.0.141 - - [2025-07-14 02:06:41] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007666 10.0.0.141 - - [2025-07-14 02:06:41] "GET /virtual-machine/e86c3d00-41ff-49b7-8140-4a56c0ffc3ed HTTP/1.1" 200 1290 0.005654 10.0.0.141 - - [2025-07-14 02:06:41] "GET /virtual-machine-interface/cc2282b6-879c-4b03-a664-8e14e304723c HTTP/1.1" 200 2949 0.005895 10.0.0.141 - - [2025-07-14 02:06:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003141 10.0.0.141 - - [2025-07-14 02:06:41] "GET /global-vrouter-config/6db92660-4b89-4abb-9338-6cb8fca32f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004526 10.0.0.141 - - [2025-07-14 02:06:41] "GET /virtual-networks?parent_id=5d925f82-ff24-477c-9825-bf5c2b102ec6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003478 10.0.0.141 - - [2025-07-14 02:06:41] "GET /virtual-network/a6dbce3b-a9e7-4b86-80d4-13b31fb310c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005557 10.0.0.141 - - [2025-07-14 02:06:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.141 - - [2025-07-14 02:06:42] "GET /global-vrouter-config/6db92660-4b89-4abb-9338-6cb8fca32f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003033 10.0.0.141 - - [2025-07-14 02:06:42] "GET /virtual-networks?parent_id=5d925f82-ff24-477c-9825-bf5c2b102ec6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002837 10.0.0.141 - - [2025-07-14 02:06:42] "GET /virtual-network/a6dbce3b-a9e7-4b86-80d4-13b31fb310c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005282 10.0.0.141 - - [2025-07-14 02:06:42] "POST /neutron/port HTTP/1.1" 200 1083 0.010775 10.0.0.141 - - [2025-07-14 02:06:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005415 10.0.0.141 - - [2025-07-14 02:06:43] "POST /neutron/port HTTP/1.1" 200 1083 0.012388 10.0.0.141 - - [2025-07-14 02:06:43] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006095 10.0.0.141 - - [2025-07-14 02:06:43] "POST /neutron/port HTTP/1.1" 200 1083 0.014412 10.0.0.141 - - [2025-07-14 02:06:43] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006333 10.0.0.141 - - [2025-07-14 02:06:43] "GET /virtual-machine/6f395fc8-b20e-429f-bc2c-539dca231df0 HTTP/1.1" 200 1294 0.005212 10.0.0.141 - - [2025-07-14 02:06:43] "GET /virtual-machine-interface/151a31d8-db46-4085-8580-120031f58c60 HTTP/1.1" 200 2947 0.005415 10.0.0.141 - - [2025-07-14 02:06:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002886 10.0.0.141 - - [2025-07-14 02:06:43] "GET /global-vrouter-config/6db92660-4b89-4abb-9338-6cb8fca32f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003023 10.0.0.141 - - [2025-07-14 02:06:43] "GET /virtual-networks?parent_id=5d925f82-ff24-477c-9825-bf5c2b102ec6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003270 10.0.0.141 - - [2025-07-14 02:06:43] "GET /virtual-network/a6dbce3b-a9e7-4b86-80d4-13b31fb310c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005040 10.0.0.141 - - [2025-07-14 02:06:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002815 10.0.0.141 - - [2025-07-14 02:06:44] "GET /global-vrouter-config/6db92660-4b89-4abb-9338-6cb8fca32f87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003054 10.0.0.141 - - [2025-07-14 02:06:44] "GET /virtual-networks?parent_id=5d925f82-ff24-477c-9825-bf5c2b102ec6&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003582 10.0.0.141 - - [2025-07-14 02:06:44] "GET /virtual-network/a6dbce3b-a9e7-4b86-80d4-13b31fb310c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005579 10.0.0.141 - - [2025-07-14 02:07:00] "POST /neutron/port HTTP/1.1" 200 1109 0.009795 10.0.0.141 - - [2025-07-14 02:07:00] "POST /neutron/port HTTP/1.1" 200 1109 0.009814 10.0.0.141 - - [2025-07-14 02:07:00] "POST /neutron/port HTTP/1.1" 200 151 0.129516 10.0.0.141 - - [2025-07-14 02:07:00] "POST /neutron/port HTTP/1.1" 200 1109 0.008725 10.0.0.141 - - [2025-07-14 02:07:00] "POST /neutron/port HTTP/1.1" 200 1109 0.010216 10.0.0.141 - - [2025-07-14 02:07:00] "POST /neutron/port HTTP/1.1" 200 1083 0.023420 10.0.0.141 - - [2025-07-14 02:07:00] "POST /neutron/port HTTP/1.1" 200 1109 0.012135 10.0.0.141 - - [2025-07-14 02:07:00] "POST /neutron/port HTTP/1.1" 200 151 0.170357 10.0.0.141 - - [2025-07-14 02:07:00] "POST /neutron/network HTTP/1.1" 200 994 0.014603 10.0.0.141 - - [2025-07-14 02:07:00] "POST /neutron/network HTTP/1.1" 400 204 0.015939 10.0.0.141 - - [2025-07-14 02:07:00] "POST /neutron/port HTTP/1.1" 200 117 0.010283 10.0.0.141 - - [2025-07-14 02:07:00] "POST /neutron/port HTTP/1.1" 400 205 0.003071 10.0.0.141 - - [2025-07-14 02:07:00] "POST /neutron/port HTTP/1.1" 200 151 0.154751 10.0.0.141 - - [2025-07-14 02:07:02] "POST /neutron/network HTTP/1.1" 200 994 0.008703 10.0.0.141 - - [2025-07-14 02:07:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002614 10.0.0.141 - - [2025-07-14 02:07:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002025 10.0.0.141 - - [2025-07-14 02:07:02] "POST /useragent-kv HTTP/1.1" 200 115 0.001838 10.0.0.141 - - [2025-07-14 02:07:02] "POST /useragent-kv HTTP/1.1" 200 115 0.001844 10.0.0.141 - - [2025-07-14 02:07:02] "POST /neutron/network HTTP/1.1" 200 151 0.099194 10.0.0.141 - - [2025-07-14 02:07:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.030339 10.0.0.141 - - [2025-07-14 02:07:02] "GET /routing-instance/19403b3d-8720-4b9a-a450-77f12e46f28c HTTP/1.1" 404 171 0.004483 10.0.0.141 - - [2025-07-14 02:07:02] "GET /domains HTTP/1.1" 200 281 0.002030 10.0.0.141 - - [2025-07-14 02:07:02] "GET /domains?obj_uuids=d45b311b-3456-473f-8bc7-c85d702ccbc9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001064 10.0.0.141 - - [2025-07-14 02:07:02] "DELETE /route-target/f0ba0d3c-e838-4707-ac25-6d2f6d7c5075 HTTP/1.1" 200 115 0.029425 10.0.0.141 - - [2025-07-14 02:07:02] "GET /domain/d45b311b-3456-473f-8bc7-c85d702ccbc9 HTTP/1.1" 200 2584 0.058388 10.0.0.141 - - [2025-07-14 02:07:02] "GET /projects?obj_uuids=5d925f82-ff24-477c-9825-bf5c2b102ec6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002120 10.0.0.141 - - [2025-07-14 02:07:02] "GET /project/5d925f82-ff24-477c-9825-bf5c2b102ec6 HTTP/1.1" 200 2101 0.067852 10.0.0.141 - - [2025-07-14 02:07:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003285 10.0.0.141 - - [2025-07-14 02:07:03] "DELETE /network-ipam/c57854a0-b10c-44fd-ba4d-40e91b8fe6e4 HTTP/1.1" 200 115 0.022048 10.0.0.141 - - [2025-07-14 02:07:03] "POST /fqname-to-id HTTP/1.1" 404 211 0.002501 10.0.0.141 - - [2025-07-14 02:07:03] "GET /projects?obj_uuids=5d925f82-ff24-477c-9825-bf5c2b102ec6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001780 10.0.0.141 - - [2025-07-14 02:07:03] "GET /project/5d925f82-ff24-477c-9825-bf5c2b102ec6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.059826 10.0.0.141 - - [2025-07-14 02:07:03] "GET /projects?obj_uuids=5d925f82-ff24-477c-9825-bf5c2b102ec6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001276 10.0.0.141 - - [2025-07-14 02:07:03] "GET /project/5d925f82-ff24-477c-9825-bf5c2b102ec6?fields=virtual_networks HTTP/1.1" 200 1044 0.037468 10.0.0.141 - - [2025-07-14 02:07:03] "GET /projects?obj_uuids=5d925f82-ff24-477c-9825-bf5c2b102ec6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001716 10.0.0.141 - - [2025-07-14 02:07:03] "GET /project/5d925f82-ff24-477c-9825-bf5c2b102ec6?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.035612 10.0.0.141 - - [2025-07-14 02:07:03] "GET /projects?obj_uuids=5d925f82-ff24-477c-9825-bf5c2b102ec6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001042 10.0.0.141 - - [2025-07-14 02:07:03] "GET /project/5d925f82-ff24-477c-9825-bf5c2b102ec6?fields=security_groups HTTP/1.1" 200 1271 0.024720 10.0.0.141 - - [2025-07-14 02:07:05] "POST /neutron/port HTTP/1.1" 200 117 0.005553 10.0.0.141 - - [2025-07-14 02:07:05] "POST /neutron/port HTTP/1.1" 400 205 0.003138 10.0.0.141 - - [2025-07-14 02:07:11] "GET / HTTP/1.1" 200 36215 0.002211 10.0.0.141 - - [2025-07-14 02:07:11] "GET /project/0aa56540-d021-4910-9387-1622c2c9948e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000728 10.0.0.141 - - [2025-07-14 02:07:11] "GET /projects?obj_uuids=0aa56540-d021-4910-9387-1622c2c9948e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001109 10.0.0.141 - - [2025-07-14 02:07:11] "GET /project/0aa56540-d021-4910-9387-1622c2c9948e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1273 0.050154 [Introspect:8084]10.0.0.141 - - [2025-07-14 02:07:12] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001125 10.0.0.141 - - [2025-07-14 02:07:12] "POST /fqname-to-id HTTP/1.1" 404 184 0.023055 10.0.0.141 - - [2025-07-14 02:07:12] "GET /projects?obj_uuids=4ebc2cbb-29b2-418c-ad6b-0d98cc435909&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002376 10.0.0.141 - - [2025-07-14 02:07:12] "GET /domains?obj_uuids=d45b311b-3456-473f-8bc7-c85d702ccbc9&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001120 10.0.0.141 - - [2025-07-14 02:07:12] "GET /domain/d45b311b-3456-473f-8bc7-c85d702ccbc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007722 10.0.0.141 - - [2025-07-14 02:07:12] "POST /id-to-fqname HTTP/1.1" 200 186 0.002149 10.0.0.141 - - [2025-07-14 02:07:12] "POST /fqname-to-id HTTP/1.1" 404 195 0.003273 10.0.0.141 - - [2025-07-14 02:07:13] "POST /security-groups HTTP/1.1" 200 587 0.063637 10.0.0.141 - - [2025-07-14 02:07:13] "POST /fqname-to-id HTTP/1.1" 404 230 0.002951 10.0.0.141 - - [2025-07-14 02:07:13] "POST /projects HTTP/1.1" 200 577 0.225572 10.0.0.141 - - [2025-07-14 02:07:13] "POST /access-control-lists HTTP/1.1" 200 594 0.056935 10.0.0.141 - - [2025-07-14 02:07:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.296560 10.0.0.141 - - [2025-07-14 02:07:13] "POST /fqname-to-id HTTP/1.1" 404 229 0.002822 10.0.0.141 - - [2025-07-14 02:07:13] "GET /project/4ebc2cbb-29b2-418c-ad6b-0d98cc435909?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.414351 10.0.0.141 - - [2025-07-14 02:07:13] "POST /access-control-lists HTTP/1.1" 200 592 0.067092 10.0.0.141 - - [2025-07-14 02:07:14] "GET / HTTP/1.1" 200 36215 0.002628 10.0.0.141 - - [2025-07-14 02:07:14] "GET /projects?obj_uuids=4ebc2cbb-29b2-418c-ad6b-0d98cc435909&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001256 10.0.0.141 - - [2025-07-14 02:07:14] "GET /project/4ebc2cbb-29b2-418c-ad6b-0d98cc435909?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.027187 10.0.0.141 - - [2025-07-14 02:07:14] "GET /projects?obj_uuids=4ebc2cbb-29b2-418c-ad6b-0d98cc435909&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001281 10.0.0.141 - - [2025-07-14 02:07:14] "GET /project/4ebc2cbb-29b2-418c-ad6b-0d98cc435909?fields=virtual_networks HTTP/1.1" 200 1036 0.073357 10.0.0.141 - - [2025-07-14 02:07:14] "GET /projects?obj_uuids=4ebc2cbb-29b2-418c-ad6b-0d98cc435909&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001121 10.0.0.141 - - [2025-07-14 02:07:14] "GET /project/4ebc2cbb-29b2-418c-ad6b-0d98cc435909?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.024728 10.0.0.141 - - [2025-07-14 02:07:14] "GET /projects?obj_uuids=4ebc2cbb-29b2-418c-ad6b-0d98cc435909&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002116 10.0.0.141 - - [2025-07-14 02:07:14] "GET /project/4ebc2cbb-29b2-418c-ad6b-0d98cc435909?fields=security_groups HTTP/1.1" 200 1259 0.027130 10.0.0.141 - - [2025-07-14 02:07:24] "DELETE /project/4ebc2cbb29b2418cad6b0d98cc435909 HTTP/1.1" 404 173 0.006761 10.0.0.141 - - [2025-07-14 02:07:24] "GET /projects?obj_uuids=4ebc2cbb-29b2-418c-ad6b-0d98cc435909&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000934 10.0.0.141 - - [2025-07-14 02:07:24] "GET /projects?obj_uuids=5d925f82-ff24-477c-9825-bf5c2b102ec6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000876 10.0.0.141 - - [2025-07-14 02:07:24] "GET /project/5d925f82-ff24-477c-9825-bf5c2b102ec6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.027447 10.0.0.141 - - [2025-07-14 02:07:24] "GET /project/4ebc2cbb-29b2-418c-ad6b-0d98cc435909?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.030095 10.0.0.141 - - [2025-07-14 02:07:24] "GET /projects?obj_uuids=4ebc2cbb-29b2-418c-ad6b-0d98cc435909&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002568 10.0.0.141 - - [2025-07-14 02:07:24] "GET /projects?obj_uuids=5d925f82-ff24-477c-9825-bf5c2b102ec6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000883 10.0.0.141 - - [2025-07-14 02:07:24] "GET /project/5d925f82-ff24-477c-9825-bf5c2b102ec6?fields=security_groups HTTP/1.1" 200 1373 0.046609 10.0.0.141 - - [2025-07-14 02:07:24] "GET /project/4ebc2cbb-29b2-418c-ad6b-0d98cc435909?fields=security_groups HTTP/1.1" 200 1361 0.052683 10.0.0.141 - - [2025-07-14 02:07:24] "DELETE /security-group/0ce4c75e-313b-41cf-ba9a-52dd7e90211e HTTP/1.1" 200 115 0.054644 10.0.0.141 - - [2025-07-14 02:07:24] "GET /projects?obj_uuids=5d925f82-ff24-477c-9825-bf5c2b102ec6&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001092 10.0.0.141 - - [2025-07-14 02:07:24] "DELETE /access-control-list/2d830f2c-3c2c-4a97-8173-f17bfa0371a3 HTTP/1.1" 200 115 0.036554 10.0.0.141 - - [2025-07-14 02:07:24] "DELETE /security-group/b6752805-2d13-4252-8d59-f16024a5070d HTTP/1.1" 200 115 0.068829 10.0.0.141 - - [2025-07-14 02:07:24] "GET /project/5d925f82-ff24-477c-9825-bf5c2b102ec6?fields=application_policy_sets HTTP/1.1" 200 1412 0.037401 10.0.0.141 - - [2025-07-14 02:07:24] "GET /projects?obj_uuids=4ebc2cbb-29b2-418c-ad6b-0d98cc435909&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001143 10.0.0.141 - - [2025-07-14 02:07:24] "DELETE /access-control-list/edb76b87-cb74-44b4-b587-6bb0e944ef05 HTTP/1.1" 200 115 0.037890 10.0.0.141 - - [2025-07-14 02:07:24] "DELETE /access-control-list/91c76c31-27f8-44ca-bf1a-0ff0e232dd85 HTTP/1.1" 200 115 0.017203 10.0.0.141 - - [2025-07-14 02:07:24] "GET /project/4ebc2cbb-29b2-418c-ad6b-0d98cc435909?fields=application_policy_sets HTTP/1.1" 200 1400 0.081295 10.0.0.141 - - [2025-07-14 02:07:24] "DELETE /access-control-list/1b67f819-b472-4d31-9570-09531b403d6f HTTP/1.1" 200 115 0.045833 10.0.0.141 - - [2025-07-14 02:07:24] "DELETE /project/5d925f82-ff24-477c-9825-bf5c2b102ec6 HTTP/1.1" 200 115 0.359040