++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Thu Jul 17 02:20:22 UTC 2025 ===================' INFO: =================== Thu Jul 17 02:20:22 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 +++++ grep -o 'dev.*' +++++ ip route get 1 +++++ 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.242 ++ 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.242 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.242 ++ ANALYTICSDB_NODES=10.0.0.242 ++ ANALYTICS_SNMP_NODES=10.0.0.242 ++ 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.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:8081 ' +++ '[' -n '10.0.0.242:8081 ' ']' +++ echo 10.0.0.242:8081 ++ ANALYTICS_SERVERS=10.0.0.242: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.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:9042 ' +++ '[' -n '10.0.0.242:9042 ' ']' +++ echo 10.0.0.242:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.242:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.242 ++ 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.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:8086 ' +++ '[' -n '10.0.0.242:8086 ' ']' +++ echo 10.0.0.242:8086 ++ COLLECTOR_SERVERS=10.0.0.242: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.242 ++ CONFIGDB_NODES=10.0.0.242 ++ 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.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:8082 ' +++ '[' -n '10.0.0.242:8082 ' ']' +++ echo 10.0.0.242:8082 ++ CONFIG_SERVERS=10.0.0.242: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.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:9161 ' +++ '[' -n '10.0.0.242:9161 ' ']' +++ echo 10.0.0.242:9161 ++ CONFIGDB_SERVERS=10.0.0.242: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.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:9041 ' +++ '[' -n '10.0.0.242:9041 ' ']' +++ echo 10.0.0.242:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.242: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.192 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.192 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.242 ++ 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.242 +++ local server_address=10.0.0.242 +++ extended_server_list+=10.0.0.242:2181, +++ '[' -n 10.0.0.242:2181, ']' +++ echo 10.0.0.242:2181 ++ ZOOKEEPER_SERVERS=10.0.0.242: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.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:2181 ' +++ '[' -n '10.0.0.242:2181 ' ']' +++ echo 10.0.0.242:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.242:2181 ++ RABBITMQ_NODES=10.0.0.242 ++ 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.242 +++ local server_address=10.0.0.242 +++ extended_server_list+=10.0.0.242:5673, +++ '[' -n 10.0.0.242:5673, ']' +++ echo 10.0.0.242:5673 ++ RABBITMQ_SERVERS=10.0.0.242: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.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:6379 ' +++ '[' -n '10.0.0.242:6379 ' ']' +++ echo 10.0.0.242:6379 ++ REDIS_SERVERS=10.0.0.242: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.242 ++ 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.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:9092 ' +++ '[' -n '10.0.0.242:9092 ' ']' +++ echo 10.0.0.242:9092 ++ KAFKA_SERVERS=10.0.0.242: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.242 ++ 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.242 ++ 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.242 ++ 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.242 + local cassandra=10.0.0.242 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.242 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.242 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.242 +++ 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}' ++++ uniq ++++ sort ++++ grep -vi host +++ local local_ips=,10.0.0.242,10.20.0.192,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.242'\''))' +++ local server_ip=10.0.0.242 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.242 ]] +++ [[ ,10.0.0.242,10.20.0.192,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.242, ]] +++ echo 10.0.0.242 1 +++ return ++ local ip=10.0.0.242 ++ [[ -z 10.0.0.242 ]] ++ echo 10.0.0.242 + host_ip=10.0.0.242 + [[ cql == \c\q\l ]] ++ echo 10.0.0.242:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.242:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.242:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ sort ++ cut -d = -f 1 ++ sed 's/^API__//g' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 07/17/2025 02:20:31.897 7f5df9045fc8 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 07/17/2025 02:20:32.071 7f5df9045fc8 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 07/17/2025 02:20:32.088 7f5df9045fc8 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 07/17/2025 02:20:32.088 7f5df9045fc8 [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.242:8082/ Hit Ctrl-C to quit. 10.0.0.242 - - [2025-07-17 02:20:35] "GET / HTTP/1.1" 503 181 0.000343 10.0.0.242 - - [2025-07-17 02:20:35] "GET / HTTP/1.1" 503 181 0.000218 10.0.0.242 - - [2025-07-17 02:20:36] "GET / HTTP/1.1" 200 45871 0.001949 10.0.0.242 - - [2025-07-17 02:20:36] "GET / HTTP/1.1" 200 45871 0.001296 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.242 - - [2025-07-17 02:20:36] "POST /fqname-to-id HTTP/1.1" 401 293 0.000564 10.0.0.242 - - [2025-07-17 02:20:36] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000313 10.0.0.242 - - [2025-07-17 02:20:36] "GET / HTTP/1.1" 200 36215 0.002255 10.0.0.242 - - [2025-07-17 02:20:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.726604 10.0.0.242 - - [2025-07-17 02:20:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002955 10.0.0.242 - - [2025-07-17 02:20:37] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.408777 10.0.0.242 - - [2025-07-17 02:20:37] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.003185 10.0.0.242 - - [2025-07-17 02:20:37] "GET / HTTP/1.1" 200 36215 0.001885 10.0.0.242 - - [2025-07-17 02:20:37] "POST /fqname-to-id HTTP/1.1" 401 293 0.000475 10.0.0.242 - - [2025-07-17 02:20:37] "GET / HTTP/1.1" 200 36215 0.001760 10.0.0.242 - - [2025-07-17 02:20:37] "POST /fqname-to-id HTTP/1.1" 401 293 0.000473 10.0.0.242 - - [2025-07-17 02:20:37] "POST /fqname-to-id HTTP/1.1" 401 293 0.000491 10.0.0.242 - - [2025-07-17 02:20:37] "GET / HTTP/1.1" 200 36215 0.002020 /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.242 - - [2025-07-17 02:20:38] "POST /fqname-to-id HTTP/1.1" 401 293 0.000551 10.0.0.242 - - [2025-07-17 02:20:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.688673 10.0.0.242 - - [2025-07-17 02:20:38] "GET /global-system-config/2651c63e-dfab-4ebc-97fc-7f6dff5b2723?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.007120 10.0.0.242 - - [2025-07-17 02:20:38] "POST /fqname-to-id HTTP/1.1" 404 220 0.003737 10.0.0.242 - - [2025-07-17 02:20:38] "POST /config-nodes HTTP/1.1" 200 601 0.028679 10.0.0.242 - - [2025-07-17 02:20:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.722794 10.0.0.242 - - [2025-07-17 02:20:39] "GET /network-ipam/fd1122c7-067a-4e77-b6e3-4e0635a75045?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1956 0.005042 10.0.0.242 - - [2025-07-17 02:20:39] "POST /fqname-to-id HTTP/1.1" 404 186 0.410561 10.0.0.242 - - [2025-07-17 02:20:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.242 - - [2025-07-17 02:20:39] "POST /fqname-to-id HTTP/1.1" 404 196 0.073873 10.0.0.242 - - [2025-07-17 02:20:39] "GET /global-system-config/2651c63e-dfab-4ebc-97fc-7f6dff5b2723?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.008189 10.0.0.242 - - [2025-07-17 02:20:39] "POST /job-templates HTTP/1.1" 200 557 0.069774 10.0.0.242 - - [2025-07-17 02:20:39] "GET / HTTP/1.1" 200 36215 0.001559 10.0.0.242 - - [2025-07-17 02:20:39] "POST /service-appliance-sets HTTP/1.1" 200 555 0.024288 10.0.0.242 - - [2025-07-17 02:20:39] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000446 10.0.0.242 - - [2025-07-17 02:20:39] "POST /fqname-to-id HTTP/1.1" 404 200 0.003418 10.0.0.242 - - [2025-07-17 02:20:39] "POST /fqname-to-id HTTP/1.1" 404 180 0.003591 10.0.0.242 - - [2025-07-17 02:20:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004839 10.0.0.242 - - [2025-07-17 02:20:39] "POST /job-templates HTTP/1.1" 200 565 0.070693 10.0.0.242 - - [2025-07-17 02:20:39] "GET /global-system-config/2651c63e-dfab-4ebc-97fc-7f6dff5b2723?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.008559 10.0.0.242 - - [2025-07-17 02:20:39] "POST /fqname-to-id HTTP/1.1" 404 191 0.003922 10.0.0.242 - - [2025-07-17 02:20:39] "POST /service-appliance-sets HTTP/1.1" 200 543 0.034295 10.0.0.242 - - [2025-07-17 02:20:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003775 10.0.0.242 - - [2025-07-17 02:20:39] "POST /job-templates HTTP/1.1" 200 547 0.065131 10.0.0.242 - - [2025-07-17 02:20:39] "GET /network-ipam/fd1122c7-067a-4e77-b6e3-4e0635a75045?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1956 0.004449 10.0.0.242 - - [2025-07-17 02:20:39] "POST /fqname-to-id HTTP/1.1" 404 207 0.003485 10.0.0.242 - - [2025-07-17 02:20:39] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.028721 10.0.0.242 - - [2025-07-17 02:20:39] "POST /fqname-to-id HTTP/1.1" 404 225 0.003296 10.0.0.242 - - [2025-07-17 02:20:39] "POST /job-templates HTTP/1.1" 200 579 0.078716 10.0.0.242 - - [2025-07-17 02:20:39] "POST /service-templates HTTP/1.1" 200 513 0.050847 10.0.0.242 - - [2025-07-17 02:20:39] "POST /access-control-lists HTTP/1.1" 200 589 0.062302 10.0.0.242 - - [2025-07-17 02:20:39] "POST /fqname-to-id HTTP/1.1" 404 208 0.003824 10.0.0.242 - - [2025-07-17 02:20:39] "POST /service-templates HTTP/1.1" 200 503 0.029510 10.0.0.242 - - [2025-07-17 02:20:39] "POST /fqname-to-id HTTP/1.1" 404 224 0.003283 10.0.0.242 - - [2025-07-17 02:20:39] "POST /job-templates HTTP/1.1" 200 581 0.078429 10.0.0.242 - - [2025-07-17 02:20:39] "POST /service-templates HTTP/1.1" 200 517 0.065740 10.0.0.242 - - [2025-07-17 02:20:39] "POST /access-control-lists HTTP/1.1" 200 587 0.061731 10.0.0.242 - - [2025-07-17 02:20:39] "POST /fqname-to-id HTTP/1.1" 404 210 0.003717 10.0.0.242 - - [2025-07-17 02:20:39] "POST /service-templates HTTP/1.1" 200 537 0.026360 10.0.0.242 - - [2025-07-17 02:20:39] "POST /route-targets HTTP/1.1" 200 328 0.019038 10.0.0.242 - - [2025-07-17 02:20:40] "POST /job-templates HTTP/1.1" 200 585 0.079482 10.0.0.242 - - [2025-07-17 02:20:40] "POST /service-templates HTTP/1.1" 200 509 0.050700 10.0.0.242 - - [2025-07-17 02:20:40] "POST /ref-update HTTP/1.1" 200 156 0.029895 10.0.0.242 - - [2025-07-17 02:20:40] "POST /fqname-to-id HTTP/1.1" 404 198 0.004700 10.0.0.242 - - [2025-07-17 02:20:40] "POST /route-targets HTTP/1.1" 200 328 0.014812 10.0.0.242 - - [2025-07-17 02:20:40] "POST /ref-update HTTP/1.1" 200 156 0.038128 10.0.0.242 - - [2025-07-17 02:20:40] "POST /job-templates HTTP/1.1" 200 561 0.079302 10.0.0.242 - - [2025-07-17 02:20:40] "POST /fqname-to-id HTTP/1.1" 404 203 0.003140 10.0.0.242 - - [2025-07-17 02:20:40] "POST /route-targets HTTP/1.1" 200 328 0.016445 10.0.0.242 - - [2025-07-17 02:20:40] "POST /job-templates HTTP/1.1" 200 571 0.071991 10.0.0.242 - - [2025-07-17 02:20:40] "POST /ref-update HTTP/1.1" 200 156 0.059059 10.0.0.242 - - [2025-07-17 02:20:40] "POST /fqname-to-id HTTP/1.1" 404 196 0.004067 10.0.0.242 - - [2025-07-17 02:20:40] "POST /route-targets HTTP/1.1" 200 328 0.013709 10.0.0.242 - - [2025-07-17 02:20:40] "POST /job-templates HTTP/1.1" 200 557 0.078047 10.0.0.242 - - [2025-07-17 02:20:40] "POST /ref-update HTTP/1.1" 200 156 0.048578 10.0.0.242 - - [2025-07-17 02:20:40] "POST /fqname-to-id HTTP/1.1" 404 196 0.003792 10.0.0.242 - - [2025-07-17 02:20:40] "POST /fqname-to-id HTTP/1.1" 404 201 0.004227 10.0.0.242 - - [2025-07-17 02:20:40] "POST /job-templates HTTP/1.1" 200 557 0.081262 10.0.0.242 - - [2025-07-17 02:20:40] "POST /fqname-to-id HTTP/1.1" 404 196 0.003406 10.0.0.242 - - [2025-07-17 02:20:40] "POST /access-control-lists HTTP/1.1" 200 553 0.095215 10.0.0.242 - - [2025-07-17 02:20:40] "PUT /access-control-list/ab2dc13d-b1ad-4630-8c86-52e5629512e5 HTTP/1.1" 200 273 0.054559 10.0.0.242 - - [2025-07-17 02:20:40] "POST /job-templates HTTP/1.1" 200 557 0.066408 10.0.0.242 - - [2025-07-17 02:20:40] "POST /fqname-to-id HTTP/1.1" 404 186 0.003748 10.0.0.242 - - [2025-07-17 02:20:40] "PUT /access-control-list/34af5b27-0024-4a39-bcef-a025f7106be1 HTTP/1.1" 200 273 0.010333 10.0.0.242 - - [2025-07-17 02:20:41] "POST /job-templates HTTP/1.1" 200 537 0.068598 10.0.0.242 - - [2025-07-17 02:20:41] "POST /fqname-to-id HTTP/1.1" 404 198 0.003290 10.0.0.242 - - [2025-07-17 02:20:41] "POST /job-templates HTTP/1.1" 200 561 0.060497 10.0.0.242 - - [2025-07-17 02:20:41] "POST /fqname-to-id HTTP/1.1" 404 198 0.003519 10.0.0.242 - - [2025-07-17 02:20:41] "POST /job-templates HTTP/1.1" 200 561 0.065640 10.0.0.242 - - [2025-07-17 02:20:41] "POST /fqname-to-id HTTP/1.1" 404 198 0.003661 10.0.0.242 - - [2025-07-17 02:20:41] "POST /job-templates HTTP/1.1" 200 561 0.065218 10.0.0.242 - - [2025-07-17 02:20:41] "POST /fqname-to-id HTTP/1.1" 404 201 0.003342 10.0.0.242 - - [2025-07-17 02:20:41] "POST /job-templates HTTP/1.1" 200 567 0.068867 10.0.0.242 - - [2025-07-17 02:20:41] "POST /fqname-to-id HTTP/1.1" 404 197 0.003591 10.0.0.242 - - [2025-07-17 02:20:41] "POST /job-templates HTTP/1.1" 200 559 0.069882 10.0.0.242 - - [2025-07-17 02:20:41] "POST /fqname-to-id HTTP/1.1" 404 196 0.003267 10.0.0.242 - - [2025-07-17 02:20:42] "POST /job-templates HTTP/1.1" 200 557 0.070600 10.0.0.242 - - [2025-07-17 02:20:42] "POST /fqname-to-id HTTP/1.1" 404 205 0.003761 10.0.0.242 - - [2025-07-17 02:20:42] "POST /job-templates HTTP/1.1" 200 575 0.069602 10.0.0.242 - - [2025-07-17 02:20:42] "POST /fqname-to-id HTTP/1.1" 404 194 0.003562 10.0.0.242 - - [2025-07-17 02:20:42] "POST /job-templates HTTP/1.1" 200 553 0.065630 10.0.0.242 - - [2025-07-17 02:20:42] "POST /fqname-to-id HTTP/1.1" 404 208 0.003598 10.0.0.242 - - [2025-07-17 02:20:42] "POST /job-templates HTTP/1.1" 200 581 0.065537 10.0.0.242 - - [2025-07-17 02:20:42] "POST /fqname-to-id HTTP/1.1" 404 196 0.003754 10.0.0.242 - - [2025-07-17 02:20:42] "POST /job-templates HTTP/1.1" 200 557 0.062209 10.0.0.242 - - [2025-07-17 02:20:42] "POST /fqname-to-id HTTP/1.1" 404 198 0.003450 10.0.0.242 - - [2025-07-17 02:20:42] "POST /job-templates HTTP/1.1" 200 561 0.065926 10.0.0.242 - - [2025-07-17 02:20:42] "POST /fqname-to-id HTTP/1.1" 404 206 0.003520 10.0.0.242 - - [2025-07-17 02:20:43] "POST /job-templates HTTP/1.1" 200 577 0.065898 10.0.0.242 - - [2025-07-17 02:20:43] "POST /fqname-to-id HTTP/1.1" 404 197 0.003444 10.0.0.242 - - [2025-07-17 02:20:43] "POST /job-templates HTTP/1.1" 200 559 0.065768 10.0.0.242 - - [2025-07-17 02:20:43] "POST /fqname-to-id HTTP/1.1" 404 198 0.003320 10.0.0.242 - - [2025-07-17 02:20:43] "POST /job-templates HTTP/1.1" 200 561 0.062494 10.0.0.242 - - [2025-07-17 02:20:43] "POST /fqname-to-id HTTP/1.1" 404 196 0.003332 10.0.0.242 - - [2025-07-17 02:20:43] "POST /job-templates HTTP/1.1" 200 557 0.065980 10.0.0.242 - - [2025-07-17 02:20:43] "GET / HTTP/1.1" 200 36215 0.001746 10.0.0.242 - - [2025-07-17 02:20:43] "POST /fqname-to-id HTTP/1.1" 401 293 0.000573 10.0.0.242 - - [2025-07-17 02:20:43] "POST /fqname-to-id HTTP/1.1" 404 195 0.003584 10.0.0.242 - - [2025-07-17 02:20:43] "POST /job-templates HTTP/1.1" 200 555 0.077271 10.0.0.242 - - [2025-07-17 02:20:43] "POST /fqname-to-id HTTP/1.1" 404 195 0.003321 10.0.0.242 - - [2025-07-17 02:20:43] "POST /job-templates HTTP/1.1" 200 555 0.080131 10.0.0.242 - - [2025-07-17 02:20:43] "POST /fqname-to-id HTTP/1.1" 404 195 0.003383 10.0.0.242 - - [2025-07-17 02:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.027185 10.0.0.242 - - [2025-07-17 02:20:43] "GET /global-system-config/2651c63e-dfab-4ebc-97fc-7f6dff5b2723?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.006664 10.0.0.242 - - [2025-07-17 02:20:43] "POST /fqname-to-id HTTP/1.1" 404 220 0.003622 10.0.0.242 - - [2025-07-17 02:20:44] "POST /job-templates HTTP/1.1" 200 555 0.061896 10.0.0.242 - - [2025-07-17 02:20:44] "POST /fqname-to-id HTTP/1.1" 404 200 0.003553 10.0.0.242 - - [2025-07-17 02:20:44] "POST /config-database-nodes HTTP/1.1" 200 619 0.024345 10.0.0.242 - - [2025-07-17 02:20:44] "POST /job-templates HTTP/1.1" 200 565 0.064615 10.0.0.242 - - [2025-07-17 02:20:44] "POST /fqname-to-id HTTP/1.1" 404 201 0.004344 10.0.0.242 - - [2025-07-17 02:20:44] "POST /job-templates HTTP/1.1" 200 567 0.068787 10.0.0.242 - - [2025-07-17 02:20:44] "POST /fqname-to-id HTTP/1.1" 404 189 0.003715 10.0.0.242 - - [2025-07-17 02:20:44] "POST /config-propertiess HTTP/1.1" 200 553 0.019239 10.0.0.242 - - [2025-07-17 02:20:44] "POST /fqname-to-id HTTP/1.1" 404 168 0.003286 10.0.0.242 - - [2025-07-17 02:20:44] "POST /tags HTTP/1.1" 200 322 0.036953 10.0.0.242 - - [2025-07-17 02:20:44] "POST /fqname-to-id HTTP/1.1" 404 166 0.003339 10.0.0.242 - - [2025-07-17 02:20:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.242 - - [2025-07-17 02:20:44] "GET /global-vrouter-config/95957b98-eb09-4f31-887e-2fee0bd8a2fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1163 0.003914 10.0.0.242 - - [2025-07-17 02:20:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003087 10.0.0.242 - - [2025-07-17 02:20:44] "POST /tags HTTP/1.1" 200 318 0.024661 10.0.0.242 - - [2025-07-17 02:20:44] "POST /fqname-to-id HTTP/1.1" 404 174 0.002556 10.0.0.242 - - [2025-07-17 02:20:44] "PUT /global-vrouter-config/95957b98-eb09-4f31-887e-2fee0bd8a2fa HTTP/1.1" 200 277 0.010565 10.0.0.242 - - [2025-07-17 02:20:44] "POST /tags HTTP/1.1" 200 334 0.027372 10.0.0.242 - - [2025-07-17 02:20:44] "POST /fqname-to-id HTTP/1.1" 404 162 0.003242 10.0.0.242 - - [2025-07-17 02:20:44] "POST /tags HTTP/1.1" 200 310 0.023736 10.0.0.242 - - [2025-07-17 02:20:44] "POST /fqname-to-id HTTP/1.1" 404 174 0.003282 10.0.0.242 - - [2025-07-17 02:20:45] "POST /tags HTTP/1.1" 200 334 0.025071 10.0.0.242 - - [2025-07-17 02:20:45] "POST /fqname-to-id HTTP/1.1" 404 164 0.003260 10.0.0.242 - - [2025-07-17 02:20:45] "GET / HTTP/1.1" 200 36215 0.002548 10.0.0.242 - - [2025-07-17 02:20:45] "POST /alarms HTTP/1.1" 401 293 0.000502 10.0.0.242 - - [2025-07-17 02:20:45] "POST /tags HTTP/1.1" 200 314 0.023717 10.0.0.242 - - [2025-07-17 02:20:45] "POST /fqname-to-id HTTP/1.1" 404 169 0.003175 10.0.0.242 - - [2025-07-17 02:20:45] "POST /tags HTTP/1.1" 200 324 0.028842 10.0.0.242 - - [2025-07-17 02:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.242 - - [2025-07-17 02:20:45] "PUT /global-system-config/2651c63e-dfab-4ebc-97fc-7f6dff5b2723 HTTP/1.1" 200 275 0.010821 10.0.0.242 - - [2025-07-17 02:20:45] "POST /fqname-to-id HTTP/1.1" 404 166 0.002821 10.0.0.242 - - [2025-07-17 02:20:45] "POST /hardwares HTTP/1.1" 200 328 0.012263 10.0.0.242 - - [2025-07-17 02:20:45] "POST /alarms HTTP/1.1" 200 583 0.042028 10.0.0.242 - - [2025-07-17 02:20:45] "POST /fqname-to-id HTTP/1.1" 404 166 0.003260 10.0.0.242 - - [2025-07-17 02:20:45] "POST /alarms HTTP/1.1" 200 577 0.017632 10.0.0.242 - - [2025-07-17 02:20:45] "POST /hardwares HTTP/1.1" 200 328 0.012059 10.0.0.242 - - [2025-07-17 02:20:45] "POST /alarms HTTP/1.1" 200 577 0.020248 10.0.0.242 - - [2025-07-17 02:20:45] "POST /fqname-to-id HTTP/1.1" 404 166 0.002926 10.0.0.242 - - [2025-07-17 02:20:45] "POST /alarms HTTP/1.1" 200 561 0.022439 10.0.0.242 - - [2025-07-17 02:20:45] "POST /hardwares HTTP/1.1" 200 328 0.013102 10.0.0.242 - - [2025-07-17 02:20:45] "POST /fqname-to-id HTTP/1.1" 404 166 0.003107 10.0.0.242 - - [2025-07-17 02:20:45] "POST /alarms HTTP/1.1" 200 557 0.020373 10.0.0.242 - - [2025-07-17 02:20:45] "POST /hardwares HTTP/1.1" 200 328 0.014168 10.0.0.242 - - [2025-07-17 02:20:45] "POST /alarms HTTP/1.1" 200 559 0.020293 10.0.0.242 - - [2025-07-17 02:20:45] "POST /fqname-to-id HTTP/1.1" 404 164 0.003339 10.0.0.242 - - [2025-07-17 02:20:45] "POST /alarms HTTP/1.1" 200 567 0.019081 10.0.0.242 - - [2025-07-17 02:20:45] "POST /hardwares HTTP/1.1" 200 324 0.012026 10.0.0.242 - - [2025-07-17 02:20:45] "POST /alarms HTTP/1.1" 200 551 0.019732 10.0.0.242 - - [2025-07-17 02:20:45] "POST /fqname-to-id HTTP/1.1" 404 164 0.002843 10.0.0.242 - - [2025-07-17 02:20:46] "POST /hardwares HTTP/1.1" 200 324 0.012184 10.0.0.242 - - [2025-07-17 02:20:46] "POST /alarms HTTP/1.1" 200 559 0.024071 10.0.0.242 - - [2025-07-17 02:20:46] "POST /fqname-to-id HTTP/1.1" 404 161 0.003069 10.0.0.242 - - [2025-07-17 02:20:46] "POST /alarms HTTP/1.1" 200 569 0.020406 10.0.0.242 - - [2025-07-17 02:20:46] "POST /hardwares HTTP/1.1" 200 318 0.012314 10.0.0.242 - - [2025-07-17 02:20:46] "POST /alarms HTTP/1.1" 200 557 0.018274 10.0.0.242 - - [2025-07-17 02:20:46] "POST /fqname-to-id HTTP/1.1" 404 164 0.003148 10.0.0.242 - - [2025-07-17 02:20:46] "POST /alarms HTTP/1.1" 200 569 0.019024 10.0.0.242 - - [2025-07-17 02:20:46] "POST /hardwares HTTP/1.1" 200 324 0.018022 10.0.0.242 - - [2025-07-17 02:20:46] "POST /fqname-to-id HTTP/1.1" 404 164 0.003159 10.0.0.242 - - [2025-07-17 02:20:46] "POST /alarms HTTP/1.1" 200 577 0.065475 10.0.0.242 - - [2025-07-17 02:20:46] "POST /hardwares HTTP/1.1" 200 324 0.012053 10.0.0.242 - - [2025-07-17 02:20:46] "POST /alarms HTTP/1.1" 200 571 0.019624 10.0.0.242 - - [2025-07-17 02:20:46] "POST /fqname-to-id HTTP/1.1" 404 164 0.005094 10.0.0.242 - - [2025-07-17 02:20:46] "POST /alarms HTTP/1.1" 200 563 0.023626 10.0.0.242 - - [2025-07-17 02:20:46] "POST /hardwares HTTP/1.1" 200 324 0.014427 10.0.0.242 - - [2025-07-17 02:20:46] "POST /fqname-to-id HTTP/1.1" 404 165 0.004673 10.0.0.242 - - [2025-07-17 02:20:46] "POST /alarms HTTP/1.1" 200 563 0.023977 10.0.0.242 - - [2025-07-17 02:20:46] "POST /hardwares HTTP/1.1" 200 326 0.011764 10.0.0.242 - - [2025-07-17 02:20:46] "POST /alarms HTTP/1.1" 200 563 0.019890 10.0.0.242 - - [2025-07-17 02:20:46] "POST /fqname-to-id HTTP/1.1" 404 165 0.003360 10.0.0.242 - - [2025-07-17 02:20:46] "POST /alarms HTTP/1.1" 200 549 0.019674 10.0.0.242 - - [2025-07-17 02:20:46] "POST /hardwares HTTP/1.1" 200 326 0.011020 10.0.0.242 - - [2025-07-17 02:20:46] "POST /fqname-to-id HTTP/1.1" 404 165 0.002395 10.0.0.242 - - [2025-07-17 02:20:46] "POST /alarms HTTP/1.1" 200 597 0.019100 10.0.0.242 - - [2025-07-17 02:20:46] "POST /hardwares HTTP/1.1" 200 326 0.019588 10.0.0.242 - - [2025-07-17 02:20:46] "POST /alarms HTTP/1.1" 200 577 0.029668 10.0.0.242 - - [2025-07-17 02:20:46] "POST /fqname-to-id HTTP/1.1" 404 165 0.004584 10.0.0.242 - - [2025-07-17 02:20:46] "POST /alarms HTTP/1.1" 200 573 0.018826 10.0.0.242 - - [2025-07-17 02:20:46] "POST /hardwares HTTP/1.1" 200 326 0.012321 10.0.0.242 - - [2025-07-17 02:20:46] "POST /alarms HTTP/1.1" 200 585 0.020677 10.0.0.242 - - [2025-07-17 02:20:46] "POST /fqname-to-id HTTP/1.1" 404 164 0.003134 10.0.0.242 - - [2025-07-17 02:20:47] "POST /alarms HTTP/1.1" 200 611 0.022860 10.0.0.242 - - [2025-07-17 02:20:47] "POST /hardwares HTTP/1.1" 200 324 0.012931 10.0.0.242 - - [2025-07-17 02:20:47] "POST /fqname-to-id HTTP/1.1" 404 161 0.003702 10.0.0.242 - - [2025-07-17 02:20:47] "POST /hardwares HTTP/1.1" 200 318 0.014539 10.0.0.242 - - [2025-07-17 02:20:47] "POST /fqname-to-id HTTP/1.1" 404 164 0.003174 10.0.0.242 - - [2025-07-17 02:20:47] "POST /hardwares HTTP/1.1" 200 324 0.020602 10.0.0.242 - - [2025-07-17 02:20:47] "POST /fqname-to-id HTTP/1.1" 404 161 0.003107 10.0.0.242 - - [2025-07-17 02:20:47] "POST /hardwares HTTP/1.1" 200 318 0.013259 10.0.0.242 - - [2025-07-17 02:20:47] "GET / HTTP/1.1" 200 36215 0.002203 10.0.0.242 - - [2025-07-17 02:20:47] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000518 10.0.0.242 - - [2025-07-17 02:20:47] "POST /fqname-to-id HTTP/1.1" 404 164 0.003331 10.0.0.242 - - [2025-07-17 02:20:47] "POST /hardwares HTTP/1.1" 200 324 0.012910 10.0.0.242 - - [2025-07-17 02:20:47] "POST /fqname-to-id HTTP/1.1" 404 162 0.003214 10.0.0.242 - - [2025-07-17 02:20:47] "POST /hardwares HTTP/1.1" 200 320 0.013139 10.0.0.242 - - [2025-07-17 02:20:47] "POST /fqname-to-id HTTP/1.1" 404 162 0.004058 10.0.0.242 - - [2025-07-17 02:20:47] "POST /hardwares HTTP/1.1" 200 320 0.012208 10.0.0.242 - - [2025-07-17 02:20:47] "POST /fqname-to-id HTTP/1.1" 404 165 0.003197 10.0.0.242 - - [2025-07-17 02:20:47] "POST /hardwares HTTP/1.1" 200 326 0.016248 10.0.0.242 - - [2025-07-17 02:20:47] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.027779 10.0.0.242 - - [2025-07-17 02:20:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.242 - - [2025-07-17 02:20:47] "POST /fqname-to-id HTTP/1.1" 404 161 0.003206 10.0.0.242 - - [2025-07-17 02:20:47] "PUT /global-vrouter-config/95957b98-eb09-4f31-887e-2fee0bd8a2fa HTTP/1.1" 200 277 0.010207 10.0.0.242 - - [2025-07-17 02:20:47] "POST /hardwares HTTP/1.1" 200 318 0.011610 10.0.0.242 - - [2025-07-17 02:20:47] "POST /fqname-to-id HTTP/1.1" 404 161 0.003545 10.0.0.242 - - [2025-07-17 02:20:47] "POST /hardwares HTTP/1.1" 200 318 0.013751 10.0.0.242 - - [2025-07-17 02:20:48] "POST /fqname-to-id HTTP/1.1" 404 162 0.003318 10.0.0.242 - - [2025-07-17 02:20:48] "POST /hardwares HTTP/1.1" 200 320 0.014146 10.0.0.242 - - [2025-07-17 02:20:48] "POST /fqname-to-id HTTP/1.1" 404 162 0.003265 10.0.0.242 - - [2025-07-17 02:20:48] "POST /hardwares HTTP/1.1" 200 320 0.012001 10.0.0.242 - - [2025-07-17 02:20:48] "GET / HTTP/1.1" 200 36215 0.002197 10.0.0.242 - - [2025-07-17 02:20:48] "POST /fqname-to-id HTTP/1.1" 401 293 0.000528 10.0.0.242 - - [2025-07-17 02:20:48] "POST /fqname-to-id HTTP/1.1" 404 162 0.003196 10.0.0.242 - - [2025-07-17 02:20:48] "POST /hardwares HTTP/1.1" 200 320 0.012119 10.0.0.242 - - [2025-07-17 02:20:48] "POST /fqname-to-id HTTP/1.1" 404 158 0.003124 10.0.0.242 - - [2025-07-17 02:20:48] "POST /hardwares HTTP/1.1" 200 312 0.012126 10.0.0.242 - - [2025-07-17 02:20:48] "POST /fqname-to-id HTTP/1.1" 404 158 0.003708 10.0.0.242 - - [2025-07-17 02:20:48] "POST /hardwares HTTP/1.1" 200 312 0.013142 10.0.0.242 - - [2025-07-17 02:20:48] "POST /fqname-to-id HTTP/1.1" 404 160 0.003337 10.0.0.242 - - [2025-07-17 02:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.028006 10.0.0.242 - - [2025-07-17 02:20:48] "POST /hardwares HTTP/1.1" 200 316 0.015017 10.0.0.242 - - [2025-07-17 02:20:48] "GET /global-vrouter-config/95957b98-eb09-4f31-887e-2fee0bd8a2fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004423 10.0.0.242 - - [2025-07-17 02:20:48] "POST /fqname-to-id HTTP/1.1" 404 154 0.003898 10.0.0.242 - - [2025-07-17 02:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003684 10.0.0.242 - - [2025-07-17 02:20:48] "PUT /global-vrouter-config/95957b98-eb09-4f31-887e-2fee0bd8a2fa HTTP/1.1" 200 277 0.011528 10.0.0.242 - - [2025-07-17 02:20:48] "POST /hardwares HTTP/1.1" 200 304 0.019896 10.0.0.242 - - [2025-07-17 02:20:48] "POST /fqname-to-id HTTP/1.1" 404 158 0.003427 10.0.0.242 - - [2025-07-17 02:20:48] "POST /hardwares HTTP/1.1" 200 312 0.014134 10.0.0.242 - - [2025-07-17 02:20:48] "POST /fqname-to-id HTTP/1.1" 404 155 0.003219 10.0.0.242 - - [2025-07-17 02:20:48] "POST /hardwares HTTP/1.1" 200 306 0.013746 10.0.0.242 - - [2025-07-17 02:20:49] "POST /fqname-to-id HTTP/1.1" 404 155 0.003403 10.0.0.242 - - [2025-07-17 02:20:49] "POST /hardwares HTTP/1.1" 200 306 0.011813 10.0.0.242 - - [2025-07-17 02:20:49] "POST /fqname-to-id HTTP/1.1" 404 155 0.003686 10.0.0.242 - - [2025-07-17 02:20:49] "GET / HTTP/1.1" 200 36215 0.001556 10.0.0.242 - - [2025-07-17 02:20:49] "POST /fqname-to-id HTTP/1.1" 401 293 0.000577 10.0.0.242 - - [2025-07-17 02:20:49] "POST /hardwares HTTP/1.1" 200 306 0.011415 10.0.0.242 - - [2025-07-17 02:20:49] "POST /fqname-to-id HTTP/1.1" 404 155 0.003226 10.0.0.242 - - [2025-07-17 02:20:49] "POST /hardwares HTTP/1.1" 200 306 0.012189 10.0.0.242 - - [2025-07-17 02:20:49] "POST /fqname-to-id HTTP/1.1" 404 156 0.003697 10.0.0.242 - - [2025-07-17 02:20:49] "POST /hardwares HTTP/1.1" 200 308 0.011924 10.0.0.242 - - [2025-07-17 02:20:49] "POST /fqname-to-id HTTP/1.1" 404 156 0.003474 10.0.0.242 - - [2025-07-17 02:20:49] "POST /hardwares HTTP/1.1" 200 308 0.012606 10.0.0.242 - - [2025-07-17 02:20:49] "POST /fqname-to-id HTTP/1.1" 404 156 0.003308 10.0.0.242 - - [2025-07-17 02:20:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.025462 10.0.0.242 - - [2025-07-17 02:20:49] "GET /global-system-config/2651c63e-dfab-4ebc-97fc-7f6dff5b2723?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2342 0.006440 10.0.0.242 - - [2025-07-17 02:20:49] "POST /hardwares HTTP/1.1" 200 308 0.015701 10.0.0.242 - - [2025-07-17 02:20:49] "POST /fqname-to-id HTTP/1.1" 404 157 0.003891 10.0.0.242 - - [2025-07-17 02:20:49] "PUT /global-system-config/2651c63e-dfab-4ebc-97fc-7f6dff5b2723 HTTP/1.1" 200 275 0.025268 10.0.0.242 - - [2025-07-17 02:20:49] "POST /hardwares HTTP/1.1" 200 310 0.040858 10.0.0.242 - - [2025-07-17 02:20:49] "POST /fqname-to-id HTTP/1.1" 404 158 0.003207 10.0.0.242 - - [2025-07-17 02:20:49] "POST /hardwares HTTP/1.1" 200 312 0.012411 10.0.0.242 - - [2025-07-17 02:20:49] "POST /fqname-to-id HTTP/1.1" 404 158 0.003383 10.0.0.242 - - [2025-07-17 02:20:49] "POST /hardwares HTTP/1.1" 200 312 0.011910 10.0.0.242 - - [2025-07-17 02:20:50] "POST /fqname-to-id HTTP/1.1" 404 153 0.003632 10.0.0.242 - - [2025-07-17 02:20:50] "POST /hardwares HTTP/1.1" 200 302 0.012630 10.0.0.242 - - [2025-07-17 02:20:50] "POST /fqname-to-id HTTP/1.1" 404 157 0.003284 10.0.0.242 - - [2025-07-17 02:20:50] "POST /hardwares HTTP/1.1" 200 310 0.012991 10.0.0.242 - - [2025-07-17 02:20:50] "POST /fqname-to-id HTTP/1.1" 404 157 0.003198 10.0.0.242 - - [2025-07-17 02:20:50] "POST /hardwares HTTP/1.1" 200 310 0.012008 10.0.0.242 - - [2025-07-17 02:20:50] "POST /fqname-to-id HTTP/1.1" 404 157 0.003599 10.0.0.242 - - [2025-07-17 02:20:50] "POST /hardwares HTTP/1.1" 200 310 0.016121 10.0.0.242 - - [2025-07-17 02:20:50] "POST /fqname-to-id HTTP/1.1" 404 157 0.003423 10.0.0.242 - - [2025-07-17 02:20:50] "POST /hardwares HTTP/1.1" 200 310 0.012433 10.0.0.242 - - [2025-07-17 02:20:50] "POST /fqname-to-id HTTP/1.1" 404 157 0.003625 10.0.0.242 - - [2025-07-17 02:20:50] "POST /hardwares HTTP/1.1" 200 310 0.015498 10.0.0.242 - - [2025-07-17 02:20:50] "POST /fqname-to-id HTTP/1.1" 404 161 0.003363 10.0.0.242 - - [2025-07-17 02:20:50] "POST /hardwares HTTP/1.1" 200 318 0.013061 10.0.0.242 - - [2025-07-17 02:20:50] "POST /fqname-to-id HTTP/1.1" 404 157 0.003548 10.0.0.242 - - [2025-07-17 02:20:50] "POST /hardwares HTTP/1.1" 200 310 0.011860 10.0.0.242 - - [2025-07-17 02:20:50] "POST /fqname-to-id HTTP/1.1" 404 157 0.003506 10.0.0.242 - - [2025-07-17 02:20:50] "POST /hardwares HTTP/1.1" 200 310 0.012439 10.0.0.242 - - [2025-07-17 02:20:50] "POST /fqname-to-id HTTP/1.1" 404 154 0.003132 10.0.0.242 - - [2025-07-17 02:20:51] "POST /hardwares HTTP/1.1" 200 304 0.012435 10.0.0.242 - - [2025-07-17 02:20:51] "POST /fqname-to-id HTTP/1.1" 404 190 0.003055 10.0.0.242 - - [2025-07-17 02:20:51] "POST /features HTTP/1.1" 200 535 0.018949 10.0.0.242 - - [2025-07-17 02:20:51] "POST /fqname-to-id HTTP/1.1" 404 185 0.003327 10.0.0.242 - - [2025-07-17 02:20:51] "POST /features HTTP/1.1" 200 525 0.019268 10.0.0.242 - - [2025-07-17 02:20:51] "POST /fqname-to-id HTTP/1.1" 404 184 0.003732 10.0.0.242 - - [2025-07-17 02:20:51] "POST /features HTTP/1.1" 200 523 0.018312 10.0.0.242 - - [2025-07-17 02:20:51] "POST /fqname-to-id HTTP/1.1" 404 184 0.003377 10.0.0.242 - - [2025-07-17 02:20:51] "POST /features HTTP/1.1" 200 523 0.017944 10.0.0.242 - - [2025-07-17 02:20:51] "POST /fqname-to-id HTTP/1.1" 404 189 0.003730 10.0.0.242 - - [2025-07-17 02:20:51] "POST /features HTTP/1.1" 200 533 0.018981 10.0.0.242 - - [2025-07-17 02:20:51] "POST /fqname-to-id HTTP/1.1" 404 184 0.003812 10.0.0.242 - - [2025-07-17 02:20:51] "POST /features HTTP/1.1" 200 523 0.018714 10.0.0.242 - - [2025-07-17 02:20:51] "POST /fqname-to-id HTTP/1.1" 404 193 0.004139 10.0.0.242 - - [2025-07-17 02:20:51] "POST /features HTTP/1.1" 200 541 0.018523 10.0.0.242 - - [2025-07-17 02:20:51] "POST /fqname-to-id HTTP/1.1" 404 186 0.003229 10.0.0.242 - - [2025-07-17 02:20:51] "POST /features HTTP/1.1" 200 527 0.017812 10.0.0.242 - - [2025-07-17 02:20:51] "POST /fqname-to-id HTTP/1.1" 404 183 0.003271 10.0.0.242 - - [2025-07-17 02:20:52] "POST /features HTTP/1.1" 200 521 0.018507 10.0.0.242 - - [2025-07-17 02:20:52] "POST /fqname-to-id HTTP/1.1" 404 182 0.004711 10.0.0.242 - - [2025-07-17 02:20:52] "POST /features HTTP/1.1" 200 519 0.023011 10.0.0.242 - - [2025-07-17 02:20:52] "POST /fqname-to-id HTTP/1.1" 404 190 0.003634 10.0.0.242 - - [2025-07-17 02:20:52] "POST /features HTTP/1.1" 200 535 0.019197 10.0.0.242 - - [2025-07-17 02:20:52] "POST /fqname-to-id HTTP/1.1" 404 194 0.004168 10.0.0.242 - - [2025-07-17 02:20:52] "POST /features HTTP/1.1" 200 543 0.018661 10.0.0.242 - - [2025-07-17 02:20:52] "POST /fqname-to-id HTTP/1.1" 404 178 0.003242 10.0.0.242 - - [2025-07-17 02:20:52] "POST /physical-roles HTTP/1.1" 200 523 0.018722 10.0.0.242 - - [2025-07-17 02:20:52] "POST /fqname-to-id HTTP/1.1" 404 179 0.003596 10.0.0.242 - - [2025-07-17 02:20:52] "POST /physical-roles HTTP/1.1" 200 525 0.018504 10.0.0.242 - - [2025-07-17 02:20:52] "POST /fqname-to-id HTTP/1.1" 404 184 0.003600 10.0.0.242 - - [2025-07-17 02:20:52] "POST /physical-roles HTTP/1.1" 200 535 0.018972 10.0.0.242 - - [2025-07-17 02:20:52] "POST /fqname-to-id HTTP/1.1" 404 177 0.003362 10.0.0.242 - - [2025-07-17 02:20:52] "POST /physical-roles HTTP/1.1" 200 521 0.019001 10.0.0.242 - - [2025-07-17 02:20:52] "POST /fqname-to-id HTTP/1.1" 404 191 0.003321 10.0.0.242 - - [2025-07-17 02:20:52] "POST /overlay-roles HTTP/1.1" 200 547 0.018964 10.0.0.242 - - [2025-07-17 02:20:53] "POST /fqname-to-id HTTP/1.1" 404 184 0.003612 10.0.0.242 - - [2025-07-17 02:20:53] "POST /overlay-roles HTTP/1.1" 200 533 0.019661 10.0.0.242 - - [2025-07-17 02:20:53] "POST /fqname-to-id HTTP/1.1" 404 191 0.003515 10.0.0.242 - - [2025-07-17 02:20:53] "POST /overlay-roles HTTP/1.1" 200 547 0.017191 10.0.0.242 - - [2025-07-17 02:20:53] "POST /fqname-to-id HTTP/1.1" 404 185 0.003300 10.0.0.242 - - [2025-07-17 02:20:53] "POST /overlay-roles HTTP/1.1" 200 535 0.016984 10.0.0.242 - - [2025-07-17 02:20:53] "POST /fqname-to-id HTTP/1.1" 404 189 0.003677 10.0.0.242 - - [2025-07-17 02:20:53] "POST /overlay-roles HTTP/1.1" 200 543 0.017916 10.0.0.242 - - [2025-07-17 02:20:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.242 - - [2025-07-17 02:20:53] "PUT /overlay-role/e41e4212-b8a5-4b04-b9a7-9d8fa35b61ca HTTP/1.1" 200 259 0.011559 10.0.0.242 - - [2025-07-17 02:20:53] "POST /fqname-to-id HTTP/1.1" 404 184 0.003586 10.0.0.242 - - [2025-07-17 02:20:53] "POST /overlay-roles HTTP/1.1" 200 533 0.018331 10.0.0.242 - - [2025-07-17 02:20:53] "POST /fqname-to-id HTTP/1.1" 404 185 0.003280 10.0.0.242 - - [2025-07-17 02:20:53] "POST /overlay-roles HTTP/1.1" 200 535 0.018106 10.0.0.242 - - [2025-07-17 02:20:53] "POST /fqname-to-id HTTP/1.1" 404 183 0.003275 10.0.0.242 - - [2025-07-17 02:20:53] "POST /overlay-roles HTTP/1.1" 200 531 0.086593 10.0.0.242 - - [2025-07-17 02:20:53] "POST /fqname-to-id HTTP/1.1" 404 187 0.003472 10.0.0.242 - - [2025-07-17 02:20:54] "POST /overlay-roles HTTP/1.1" 200 539 0.021927 10.0.0.242 - - [2025-07-17 02:20:54] "POST /fqname-to-id HTTP/1.1" 404 189 0.004098 10.0.0.242 - - [2025-07-17 02:20:54] "POST /overlay-roles HTTP/1.1" 200 543 0.028408 10.0.0.242 - - [2025-07-17 02:20:54] "POST /fqname-to-id HTTP/1.1" 404 178 0.004019 10.0.0.242 - - [2025-07-17 02:20:54] "POST /overlay-roles HTTP/1.1" 200 521 0.042011 10.0.0.242 - - [2025-07-17 02:20:54] "POST /fqname-to-id HTTP/1.1" 404 190 0.003373 10.0.0.242 - - [2025-07-17 02:20:54] "POST /overlay-roles HTTP/1.1" 200 545 0.074914 10.0.0.242 - - [2025-07-17 02:20:54] "POST /fqname-to-id HTTP/1.1" 404 182 0.003302 10.0.0.242 - - [2025-07-17 02:20:54] "POST /role-definitions HTTP/1.1" 200 535 0.169069 10.0.0.242 - - [2025-07-17 02:20:54] "POST /fqname-to-id HTTP/1.1" 404 189 0.003287 10.0.0.242 - - [2025-07-17 02:20:54] "POST /role-definitions HTTP/1.1" 200 549 0.022382 10.0.0.242 - - [2025-07-17 02:20:54] "POST /fqname-to-id HTTP/1.1" 404 190 0.003397 10.0.0.242 - - [2025-07-17 02:20:54] "POST /role-definitions HTTP/1.1" 200 551 0.028614 10.0.0.242 - - [2025-07-17 02:20:55] "POST /fqname-to-id HTTP/1.1" 404 191 0.003822 10.0.0.242 - - [2025-07-17 02:20:55] "POST /role-definitions HTTP/1.1" 200 553 0.026294 10.0.0.242 - - [2025-07-17 02:20:55] "POST /fqname-to-id HTTP/1.1" 404 197 0.003671 10.0.0.242 - - [2025-07-17 02:20:55] "POST /role-definitions HTTP/1.1" 200 565 0.039294 10.0.0.242 - - [2025-07-17 02:20:55] "POST /fqname-to-id HTTP/1.1" 404 189 0.004323 10.0.0.242 - - [2025-07-17 02:20:55] "POST /role-definitions HTTP/1.1" 200 549 0.095534 10.0.0.242 - - [2025-07-17 02:20:55] "POST /fqname-to-id HTTP/1.1" 404 190 0.003498 10.0.0.242 - - [2025-07-17 02:20:55] "POST /role-definitions HTTP/1.1" 200 551 0.019558 10.0.0.242 - - [2025-07-17 02:20:55] "POST /fqname-to-id HTTP/1.1" 404 191 0.003546 10.0.0.242 - - [2025-07-17 02:20:55] "POST /role-definitions HTTP/1.1" 200 553 0.019904 10.0.0.242 - - [2025-07-17 02:20:55] "POST /fqname-to-id HTTP/1.1" 404 190 0.003304 10.0.0.242 - - [2025-07-17 02:20:55] "POST /role-definitions HTTP/1.1" 200 551 0.017982 10.0.0.242 - - [2025-07-17 02:20:55] "POST /fqname-to-id HTTP/1.1" 404 196 0.003400 10.0.0.242 - - [2025-07-17 02:20:55] "POST /role-definitions HTTP/1.1" 200 563 0.025697 10.0.0.242 - - [2025-07-17 02:20:55] "POST /fqname-to-id HTTP/1.1" 404 189 0.003809 10.0.0.242 - - [2025-07-17 02:20:56] "POST /role-definitions HTTP/1.1" 200 549 0.020141 10.0.0.242 - - [2025-07-17 02:20:56] "POST /fqname-to-id HTTP/1.1" 404 190 0.003370 10.0.0.242 - - [2025-07-17 02:20:56] "POST /role-definitions HTTP/1.1" 200 551 0.019067 10.0.0.242 - - [2025-07-17 02:20:56] "POST /fqname-to-id HTTP/1.1" 404 188 0.003939 10.0.0.242 - - [2025-07-17 02:20:56] "POST /role-definitions HTTP/1.1" 200 547 0.023775 10.0.0.242 - - [2025-07-17 02:20:56] "POST /fqname-to-id HTTP/1.1" 404 189 0.003758 10.0.0.242 - - [2025-07-17 02:20:56] "POST /role-definitions HTTP/1.1" 200 549 0.020250 10.0.0.242 - - [2025-07-17 02:20:56] "POST /fqname-to-id HTTP/1.1" 404 192 0.003311 10.0.0.242 - - [2025-07-17 02:20:56] "POST /role-definitions HTTP/1.1" 200 555 0.023382 10.0.0.242 - - [2025-07-17 02:20:56] "POST /fqname-to-id HTTP/1.1" 404 193 0.004174 10.0.0.242 - - [2025-07-17 02:20:56] "POST /role-definitions HTTP/1.1" 200 557 0.027453 10.0.0.242 - - [2025-07-17 02:20:56] "POST /fqname-to-id HTTP/1.1" 404 182 0.003547 10.0.0.242 - - [2025-07-17 02:20:56] "POST /role-definitions HTTP/1.1" 200 535 0.020812 10.0.0.242 - - [2025-07-17 02:20:56] "POST /fqname-to-id HTTP/1.1" 404 187 0.003443 10.0.0.242 - - [2025-07-17 02:20:56] "POST /role-definitions HTTP/1.1" 200 545 0.019837 10.0.0.242 - - [2025-07-17 02:20:56] "POST /fqname-to-id HTTP/1.1" 404 181 0.003459 10.0.0.242 - - [2025-07-17 02:20:56] "POST /role-definitions HTTP/1.1" 200 533 0.017572 10.0.0.242 - - [2025-07-17 02:20:57] "POST /fqname-to-id HTTP/1.1" 404 184 0.003559 10.0.0.242 - - [2025-07-17 02:20:57] "POST /role-definitions HTTP/1.1" 200 539 0.035772 10.0.0.242 - - [2025-07-17 02:20:57] "POST /fqname-to-id HTTP/1.1" 404 189 0.003694 10.0.0.242 - - [2025-07-17 02:20:57] "POST /role-definitions HTTP/1.1" 200 549 0.018782 10.0.0.242 - - [2025-07-17 02:20:57] "POST /fqname-to-id HTTP/1.1" 404 194 0.003464 10.0.0.242 - - [2025-07-17 02:20:57] "POST /role-definitions HTTP/1.1" 200 559 0.025771 10.0.0.242 - - [2025-07-17 02:20:57] "POST /fqname-to-id HTTP/1.1" 404 196 0.003411 10.0.0.242 - - [2025-07-17 02:20:57] "POST /role-definitions HTTP/1.1" 200 563 0.019113 10.0.0.242 - - [2025-07-17 02:20:57] "POST /fqname-to-id HTTP/1.1" 404 195 0.003545 10.0.0.242 - - [2025-07-17 02:20:57] "POST /role-definitions HTTP/1.1" 200 561 0.020574 10.0.0.242 - - [2025-07-17 02:20:57] "POST /fqname-to-id HTTP/1.1" 404 196 0.003805 10.0.0.242 - - [2025-07-17 02:20:57] "POST /feature-configs HTTP/1.1" 200 539 0.020269 10.0.0.242 - - [2025-07-17 02:20:57] "POST /fqname-to-id HTTP/1.1" 404 212 0.003381 10.0.0.242 - - [2025-07-17 02:20:57] "POST /feature-configs HTTP/1.1" 200 564 0.022310 10.0.0.242 - - [2025-07-17 02:20:57] "POST /fqname-to-id HTTP/1.1" 404 211 0.004043 10.0.0.242 - - [2025-07-17 02:20:57] "POST /feature-configs HTTP/1.1" 200 563 0.020176 10.0.0.242 - - [2025-07-17 02:20:57] "POST /fqname-to-id HTTP/1.1" 404 192 0.003111 10.0.0.242 - - [2025-07-17 02:20:58] "POST /node-profiles HTTP/1.1" 200 549 0.019440 10.0.0.242 - - [2025-07-17 02:20:58] "POST /fqname-to-id HTTP/1.1" 404 187 0.003433 10.0.0.242 - - [2025-07-17 02:20:58] "POST /node-profiles HTTP/1.1" 200 539 0.019754 10.0.0.242 - - [2025-07-17 02:20:58] "POST /fqname-to-id HTTP/1.1" 404 193 0.003524 10.0.0.242 - - [2025-07-17 02:20:58] "POST /node-profiles HTTP/1.1" 200 551 0.020496 10.0.0.242 - - [2025-07-17 02:20:58] "POST /fqname-to-id HTTP/1.1" 404 189 0.004000 10.0.0.242 - - [2025-07-17 02:20:58] "POST /node-profiles HTTP/1.1" 200 543 0.019869 10.0.0.242 - - [2025-07-17 02:20:58] "POST /fqname-to-id HTTP/1.1" 404 189 0.003720 10.0.0.242 - - [2025-07-17 02:20:58] "POST /node-profiles HTTP/1.1" 200 543 0.023095 10.0.0.242 - - [2025-07-17 02:20:58] "POST /fqname-to-id HTTP/1.1" 404 188 0.003367 10.0.0.242 - - [2025-07-17 02:20:58] "POST /node-profiles HTTP/1.1" 200 541 0.027768 10.0.0.242 - - [2025-07-17 02:20:58] "POST /fqname-to-id HTTP/1.1" 404 184 0.005991 10.0.0.242 - - [2025-07-17 02:20:58] "POST /node-profiles HTTP/1.1" 200 533 0.017990 10.0.0.242 - - [2025-07-17 02:20:58] "POST /fqname-to-id HTTP/1.1" 404 185 0.003148 10.0.0.242 - - [2025-07-17 02:20:58] "POST /node-profiles HTTP/1.1" 200 535 0.020666 10.0.0.242 - - [2025-07-17 02:20:58] "POST /fqname-to-id HTTP/1.1" 404 197 0.003230 10.0.0.242 - - [2025-07-17 02:20:58] "POST /node-profiles HTTP/1.1" 200 559 0.018807 10.0.0.242 - - [2025-07-17 02:20:59] "POST /fqname-to-id HTTP/1.1" 404 206 0.003384 10.0.0.242 - - [2025-07-17 02:20:59] "POST /telemetry-profiles HTTP/1.1" 200 556 0.018555 10.0.0.242 - - [2025-07-17 02:20:59] "POST /fqname-to-id HTTP/1.1" 404 206 0.003150 10.0.0.242 - - [2025-07-17 02:20:59] "POST /telemetry-profiles HTTP/1.1" 200 556 0.017340 10.0.0.242 - - [2025-07-17 02:20:59] "POST /fqname-to-id HTTP/1.1" 404 206 0.003358 10.0.0.242 - - [2025-07-17 02:20:59] "POST /telemetry-profiles HTTP/1.1" 200 556 0.020007 10.0.0.242 - - [2025-07-17 02:20:59] "POST /fqname-to-id HTTP/1.1" 404 206 0.003211 10.0.0.242 - - [2025-07-17 02:20:59] "POST /telemetry-profiles HTTP/1.1" 200 556 0.017916 10.0.0.242 - - [2025-07-17 02:20:59] "POST /fqname-to-id HTTP/1.1" 404 206 0.004174 10.0.0.242 - - [2025-07-17 02:20:59] "POST /telemetry-profiles HTTP/1.1" 200 556 0.030262 10.0.0.242 - - [2025-07-17 02:20:59] "POST /fqname-to-id HTTP/1.1" 404 206 0.003589 10.0.0.242 - - [2025-07-17 02:20:59] "POST /telemetry-profiles HTTP/1.1" 200 556 0.021413 10.0.0.242 - - [2025-07-17 02:20:59] "POST /fqname-to-id HTTP/1.1" 404 199 0.003660 10.0.0.242 - - [2025-07-17 02:20:59] "POST /sflow-profiles HTTP/1.1" 200 534 0.019300 10.0.0.242 - - [2025-07-17 02:20:59] "POST /fqname-to-id HTTP/1.1" 404 202 0.003420 10.0.0.242 - - [2025-07-17 02:20:59] "POST /sflow-profiles HTTP/1.1" 200 540 0.020730 10.0.0.242 - - [2025-07-17 02:20:59] "POST /fqname-to-id HTTP/1.1" 404 202 0.003208 10.0.0.242 - - [2025-07-17 02:21:00] "POST /sflow-profiles HTTP/1.1" 200 540 0.019641 10.0.0.242 - - [2025-07-17 02:21:00] "POST /fqname-to-id HTTP/1.1" 404 199 0.003832 10.0.0.242 - - [2025-07-17 02:21:00] "POST /grpc-profiles HTTP/1.1" 200 532 0.024258 10.0.0.242 - - [2025-07-17 02:21:00] "POST /fqname-to-id HTTP/1.1" 404 199 0.003447 10.0.0.242 - - [2025-07-17 02:21:00] "POST /snmp-profiles HTTP/1.1" 200 532 0.021708 10.0.0.242 - - [2025-07-17 02:21:00] "POST /fqname-to-id HTTP/1.1" 404 202 0.003188 10.0.0.242 - - [2025-07-17 02:21:00] "POST /netconf-profiles HTTP/1.1" 200 544 0.020271 10.0.0.242 - - [2025-07-17 02:21:00] "POST /fqname-to-id HTTP/1.1" 404 193 0.003331 10.0.0.242 - - [2025-07-17 02:21:00] "POST /device-functional-groups HTTP/1.1" 200 542 0.021474 10.0.0.242 - - [2025-07-17 02:21:00] "POST /fqname-to-id HTTP/1.1" 404 193 0.003599 10.0.0.242 - - [2025-07-17 02:21:00] "POST /device-functional-groups HTTP/1.1" 200 542 0.019455 10.0.0.242 - - [2025-07-17 02:21:00] "POST /fqname-to-id HTTP/1.1" 404 195 0.003424 10.0.0.242 - - [2025-07-17 02:21:00] "POST /device-functional-groups HTTP/1.1" 200 546 0.021711 10.0.0.242 - - [2025-07-17 02:21:00] "POST /fqname-to-id HTTP/1.1" 404 194 0.003807 10.0.0.242 - - [2025-07-17 02:21:00] "POST /device-functional-groups HTTP/1.1" 200 544 0.019970 10.0.0.242 - - [2025-07-17 02:21:00] "POST /fqname-to-id HTTP/1.1" 404 218 0.003268 10.0.0.242 - - [2025-07-17 02:21:00] "GET /global-system-configs HTTP/1.1" 200 323 0.690461 10.0.0.242 - - [2025-07-17 02:21:00] "POST /device-functional-groups HTTP/1.1" 200 592 0.026084 10.0.0.242 - - [2025-07-17 02:21:01] "POST /fqname-to-id HTTP/1.1" 404 208 0.003908 10.0.0.242 - - [2025-07-17 02:21:01] "POST /device-functional-groups HTTP/1.1" 200 572 0.021049 10.0.0.242 - - [2025-07-17 02:21:01] "POST /fqname-to-id HTTP/1.1" 404 236 0.004200 10.0.0.242 - - [2025-07-17 02:21:01] "POST /device-functional-groups HTTP/1.1" 200 622 0.019973 10.0.0.242 - - [2025-07-17 02:21:01] "POST /fqname-to-id HTTP/1.1" 404 206 0.003339 10.0.0.242 - - [2025-07-17 02:21:01] "POST /device-functional-groups HTTP/1.1" 200 568 0.018144 10.0.0.242 - - [2025-07-17 02:21:01] "POST /fqname-to-id HTTP/1.1" 404 205 0.003053 10.0.0.242 - - [2025-07-17 02:21:01] "POST /device-functional-groups HTTP/1.1" 200 566 0.020195 10.0.0.242 - - [2025-07-17 02:21:01] "POST /fqname-to-id HTTP/1.1" 404 210 0.003428 10.0.0.242 - - [2025-07-17 02:21:01] "POST /device-functional-groups HTTP/1.1" 200 576 0.019636 10.0.0.242 - - [2025-07-17 02:21:01] "POST /fqname-to-id HTTP/1.1" 404 201 0.002974 10.0.0.242 - - [2025-07-17 02:21:01] "GET /global-system-configs HTTP/1.1" 200 323 0.349233 10.0.0.242 - - [2025-07-17 02:21:01] "POST /role-configs HTTP/1.1" 200 527 0.035260 10.0.0.242 - - [2025-07-17 02:21:01] "POST /fqname-to-id HTTP/1.1" 404 196 0.003387 10.0.0.242 - - [2025-07-17 02:21:01] "POST /role-configs HTTP/1.1" 200 522 0.023539 10.0.0.242 - - [2025-07-17 02:21:01] "POST /fqname-to-id HTTP/1.1" 404 198 0.003689 10.0.0.242 - - [2025-07-17 02:21:01] "POST /role-configs HTTP/1.1" 200 524 0.019228 10.0.0.242 - - [2025-07-17 02:21:01] "POST /fqname-to-id HTTP/1.1" 404 198 0.003388 10.0.0.242 - - [2025-07-17 02:21:01] "POST /role-configs HTTP/1.1" 200 524 0.019943 10.0.0.242 - - [2025-07-17 02:21:02] "POST /fqname-to-id HTTP/1.1" 404 202 0.003670 10.0.0.242 - - [2025-07-17 02:21:02] "POST /role-configs HTTP/1.1" 200 528 0.019462 10.0.0.242 - - [2025-07-17 02:21:02] "POST /fqname-to-id HTTP/1.1" 404 197 0.003252 10.0.0.242 - - [2025-07-17 02:21:02] "POST /role-configs HTTP/1.1" 200 523 0.019506 10.0.0.242 - - [2025-07-17 02:21:02] "POST /fqname-to-id HTTP/1.1" 404 193 0.003092 10.0.0.242 - - [2025-07-17 02:21:02] "POST /role-configs HTTP/1.1" 200 519 0.018052 10.0.0.242 - - [2025-07-17 02:21:02] "POST /fqname-to-id HTTP/1.1" 404 194 0.003075 10.0.0.242 - - [2025-07-17 02:21:02] "POST /role-configs HTTP/1.1" 200 520 0.018201 10.0.0.242 - - [2025-07-17 02:21:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.242 - - [2025-07-17 02:21:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003240 10.0.0.242 - - [2025-07-17 02:21:02] "POST /ref-update HTTP/1.1" 200 156 0.012482 10.0.0.242 - - [2025-07-17 02:21:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.242 - - [2025-07-17 02:21:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197 10.0.0.242 - - [2025-07-17 02:21:02] "POST /ref-update HTTP/1.1" 200 156 0.015960 10.0.0.242 - - [2025-07-17 02:21:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.242 - - [2025-07-17 02:21:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.242 - - [2025-07-17 02:21:02] "POST /ref-update HTTP/1.1" 200 156 0.009333 10.0.0.242 - - [2025-07-17 02:21:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.242 - - [2025-07-17 02:21:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.242 - - [2025-07-17 02:21:03] "POST /ref-update HTTP/1.1" 200 156 0.009809 10.0.0.242 - - [2025-07-17 02:21:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.242 - - [2025-07-17 02:21:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.242 - - [2025-07-17 02:21:03] "POST /ref-update HTTP/1.1" 200 156 0.010402 10.0.0.242 - - [2025-07-17 02:21:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.242 - - [2025-07-17 02:21:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.242 - - [2025-07-17 02:21:03] "POST /ref-update HTTP/1.1" 200 156 0.010438 10.0.0.242 - - [2025-07-17 02:21:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.242 - - [2025-07-17 02:21:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003591 10.0.0.242 - - [2025-07-17 02:21:03] "POST /ref-update HTTP/1.1" 200 156 0.011284 10.0.0.242 - - [2025-07-17 02:21:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.242 - - [2025-07-17 02:21:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003879 10.0.0.242 - - [2025-07-17 02:21:03] "POST /ref-update HTTP/1.1" 200 156 0.012522 10.0.0.242 - - [2025-07-17 02:21:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.242 - - [2025-07-17 02:21:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.242 - - [2025-07-17 02:21:03] "POST /ref-update HTTP/1.1" 200 156 0.009663 10.0.0.242 - - [2025-07-17 02:21:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.242 - - [2025-07-17 02:21:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003833 10.0.0.242 - - [2025-07-17 02:21:04] "POST /ref-update HTTP/1.1" 200 156 0.011638 10.0.0.242 - - [2025-07-17 02:21:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003666 10.0.0.242 - - [2025-07-17 02:21:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003693 10.0.0.242 - - [2025-07-17 02:21:04] "POST /ref-update HTTP/1.1" 200 156 0.011740 10.0.0.242 - - [2025-07-17 02:21:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.242 - - [2025-07-17 02:21:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.242 - - [2025-07-17 02:21:04] "POST /ref-update HTTP/1.1" 200 156 0.008844 10.0.0.242 - - [2025-07-17 02:21:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.242 - - [2025-07-17 02:21:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.242 - - [2025-07-17 02:21:04] "POST /ref-update HTTP/1.1" 200 156 0.008602 10.0.0.242 - - [2025-07-17 02:21:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174 10.0.0.242 - - [2025-07-17 02:21:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.242 - - [2025-07-17 02:21:04] "POST /ref-update HTTP/1.1" 200 156 0.008934 10.0.0.242 - - [2025-07-17 02:21:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.242 - - [2025-07-17 02:21:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.242 - - [2025-07-17 02:21:04] "POST /ref-update HTTP/1.1" 200 156 0.008488 10.0.0.242 - - [2025-07-17 02:21:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.242 - - [2025-07-17 02:21:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003245 10.0.0.242 - - [2025-07-17 02:21:04] "POST /ref-update HTTP/1.1" 200 156 0.008134 10.0.0.242 - - [2025-07-17 02:21:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.242 - - [2025-07-17 02:21:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003591 10.0.0.242 - - [2025-07-17 02:21:05] "POST /ref-update HTTP/1.1" 200 156 0.009906 10.0.0.242 - - [2025-07-17 02:21:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004592 10.0.0.242 - - [2025-07-17 02:21:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.242 - - [2025-07-17 02:21:05] "POST /ref-update HTTP/1.1" 200 156 0.009920 10.0.0.242 - - [2025-07-17 02:21:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003768 10.0.0.242 - - [2025-07-17 02:21:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511 10.0.0.242 - - [2025-07-17 02:21:05] "POST /ref-update HTTP/1.1" 200 156 0.009037 10.0.0.242 - - [2025-07-17 02:21:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.242 - - [2025-07-17 02:21:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.242 - - [2025-07-17 02:21:05] "POST /ref-update HTTP/1.1" 200 156 0.008819 10.0.0.242 - - [2025-07-17 02:21:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.242 - - [2025-07-17 02:21:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.242 - - [2025-07-17 02:21:05] "POST /ref-update HTTP/1.1" 200 156 0.008711 10.0.0.242 - - [2025-07-17 02:21:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003743 10.0.0.242 - - [2025-07-17 02:21:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576 10.0.0.242 - - [2025-07-17 02:21:05] "POST /ref-update HTTP/1.1" 200 156 0.009405 10.0.0.242 - - [2025-07-17 02:21:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.242 - - [2025-07-17 02:21:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003856 10.0.0.242 - - [2025-07-17 02:21:05] "POST /ref-update HTTP/1.1" 200 156 0.009025 10.0.0.242 - - [2025-07-17 02:21:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.242 - - [2025-07-17 02:21:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.242 - - [2025-07-17 02:21:06] "POST /ref-update HTTP/1.1" 200 156 0.009330 10.0.0.242 - - [2025-07-17 02:21:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003192 10.0.0.242 - - [2025-07-17 02:21:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.242 - - [2025-07-17 02:21:06] "POST /ref-update HTTP/1.1" 200 156 0.009832 10.0.0.242 - - [2025-07-17 02:21:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.242 - - [2025-07-17 02:21:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004224 10.0.0.242 - - [2025-07-17 02:21:06] "POST /ref-update HTTP/1.1" 200 156 0.008751 10.0.0.242 - - [2025-07-17 02:21:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.242 - - [2025-07-17 02:21:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004148 10.0.0.242 - - [2025-07-17 02:21:06] "POST /ref-update HTTP/1.1" 200 156 0.010818 10.0.0.242 - - [2025-07-17 02:21:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.242 - - [2025-07-17 02:21:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.242 - - [2025-07-17 02:21:06] "POST /ref-update HTTP/1.1" 200 156 0.008351 10.0.0.242 - - [2025-07-17 02:21:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004057 10.0.0.242 - - [2025-07-17 02:21:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003472 10.0.0.242 - - [2025-07-17 02:21:06] "POST /ref-update HTTP/1.1" 200 156 0.007328 10.0.0.242 - - [2025-07-17 02:21:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.242 - - [2025-07-17 02:21:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003427 10.0.0.242 - - [2025-07-17 02:21:07] "POST /ref-update HTTP/1.1" 200 156 0.008053 10.0.0.242 - - [2025-07-17 02:21:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.242 - - [2025-07-17 02:21:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.242 - - [2025-07-17 02:21:07] "POST /ref-update HTTP/1.1" 200 156 0.008790 10.0.0.242 - - [2025-07-17 02:21:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.242 - - [2025-07-17 02:21:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.242 - - [2025-07-17 02:21:07] "POST /ref-update HTTP/1.1" 200 156 0.009025 10.0.0.242 - - [2025-07-17 02:21:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.242 - - [2025-07-17 02:21:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.242 - - [2025-07-17 02:21:07] "POST /ref-update HTTP/1.1" 200 156 0.009190 10.0.0.242 - - [2025-07-17 02:21:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.242 - - [2025-07-17 02:21:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.242 - - [2025-07-17 02:21:07] "POST /ref-update HTTP/1.1" 200 156 0.008557 10.0.0.242 - - [2025-07-17 02:21:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.242 - - [2025-07-17 02:21:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.242 - - [2025-07-17 02:21:07] "POST /ref-update HTTP/1.1" 200 156 0.011030 10.0.0.242 - - [2025-07-17 02:21:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.242 - - [2025-07-17 02:21:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003246 10.0.0.242 - - [2025-07-17 02:21:07] "POST /ref-update HTTP/1.1" 200 156 0.009091 10.0.0.242 - - [2025-07-17 02:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.242 - - [2025-07-17 02:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.242 - - [2025-07-17 02:21:08] "POST /ref-update HTTP/1.1" 200 156 0.008749 10.0.0.242 - - [2025-07-17 02:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.242 - - [2025-07-17 02:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.242 - - [2025-07-17 02:21:08] "POST /ref-update HTTP/1.1" 200 156 0.007427 10.0.0.242 - - [2025-07-17 02:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.242 - - [2025-07-17 02:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003331 10.0.0.242 - - [2025-07-17 02:21:08] "POST /ref-update HTTP/1.1" 200 156 0.008610 10.0.0.242 - - [2025-07-17 02:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.242 - - [2025-07-17 02:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003213 10.0.0.242 - - [2025-07-17 02:21:08] "POST /ref-update HTTP/1.1" 200 156 0.008976 10.0.0.242 - - [2025-07-17 02:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003764 10.0.0.242 - - [2025-07-17 02:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003477 10.0.0.242 - - [2025-07-17 02:21:08] "POST /ref-update HTTP/1.1" 200 156 0.008127 10.0.0.242 - - [2025-07-17 02:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.242 - - [2025-07-17 02:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003409 10.0.0.242 - - [2025-07-17 02:21:08] "POST /ref-update HTTP/1.1" 200 156 0.009321 10.0.0.242 - - [2025-07-17 02:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.242 - - [2025-07-17 02:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.242 - - [2025-07-17 02:21:09] "POST /ref-update HTTP/1.1" 200 156 0.011021 10.0.0.242 - - [2025-07-17 02:21:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003153 10.0.0.242 - - [2025-07-17 02:21:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.242 - - [2025-07-17 02:21:09] "POST /ref-update HTTP/1.1" 200 156 0.007848 10.0.0.242 - - [2025-07-17 02:21:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.242 - - [2025-07-17 02:21:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.242 - - [2025-07-17 02:21:09] "POST /ref-update HTTP/1.1" 200 156 0.007786 10.0.0.242 - - [2025-07-17 02:21:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.242 - - [2025-07-17 02:21:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.242 - - [2025-07-17 02:21:09] "POST /ref-update HTTP/1.1" 200 156 0.007598 10.0.0.242 - - [2025-07-17 02:21:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.242 - - [2025-07-17 02:21:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308 10.0.0.242 - - [2025-07-17 02:21:09] "POST /ref-update HTTP/1.1" 200 156 0.008121 10.0.0.242 - - [2025-07-17 02:21:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.242 - - [2025-07-17 02:21:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.242 - - [2025-07-17 02:21:09] "POST /ref-update HTTP/1.1" 200 156 0.008492 10.0.0.242 - - [2025-07-17 02:21:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.242 - - [2025-07-17 02:21:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.242 - - [2025-07-17 02:21:09] "POST /ref-update HTTP/1.1" 200 156 0.007613 10.0.0.242 - - [2025-07-17 02:21:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004375 10.0.0.242 - - [2025-07-17 02:21:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.242 - - [2025-07-17 02:21:10] "POST /ref-update HTTP/1.1" 200 156 0.008903 10.0.0.242 - - [2025-07-17 02:21:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.242 - - [2025-07-17 02:21:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.242 - - [2025-07-17 02:21:10] "POST /ref-update HTTP/1.1" 200 156 0.008609 10.0.0.242 - - [2025-07-17 02:21:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003241 10.0.0.242 - - [2025-07-17 02:21:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.242 - - [2025-07-17 02:21:10] "POST /ref-update HTTP/1.1" 200 156 0.007992 10.0.0.242 - - [2025-07-17 02:21:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.242 - - [2025-07-17 02:21:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.242 - - [2025-07-17 02:21:10] "POST /ref-update HTTP/1.1" 200 156 0.008916 10.0.0.242 - - [2025-07-17 02:21:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.242 - - [2025-07-17 02:21:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752 10.0.0.242 - - [2025-07-17 02:21:10] "POST /ref-update HTTP/1.1" 200 156 0.009793 10.0.0.242 - - [2025-07-17 02:21:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.242 - - [2025-07-17 02:21:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.242 - - [2025-07-17 02:21:10] "POST /ref-update HTTP/1.1" 200 156 0.008925 10.0.0.242 - - [2025-07-17 02:21:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.242 - - [2025-07-17 02:21:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739 10.0.0.242 - - [2025-07-17 02:21:11] "POST /ref-update HTTP/1.1" 200 156 0.008200 10.0.0.242 - - [2025-07-17 02:21:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.242 - - [2025-07-17 02:21:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003537 10.0.0.242 - - [2025-07-17 02:21:11] "POST /ref-update HTTP/1.1" 200 156 0.009697 10.0.0.242 - - [2025-07-17 02:21:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.242 - - [2025-07-17 02:21:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.242 - - [2025-07-17 02:21:11] "POST /ref-update HTTP/1.1" 200 156 0.008726 10.0.0.242 - - [2025-07-17 02:21:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004673 10.0.0.242 - - [2025-07-17 02:21:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003229 10.0.0.242 - - [2025-07-17 02:21:11] "POST /ref-update HTTP/1.1" 200 156 0.008594 10.0.0.242 - - [2025-07-17 02:21:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003236 10.0.0.242 - - [2025-07-17 02:21:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003185 10.0.0.242 - - [2025-07-17 02:21:11] "POST /ref-update HTTP/1.1" 200 156 0.008275 10.0.0.242 - - [2025-07-17 02:21:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003198 10.0.0.242 - - [2025-07-17 02:21:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.242 - - [2025-07-17 02:21:11] "POST /ref-update HTTP/1.1" 200 156 0.009447 10.0.0.242 - - [2025-07-17 02:21:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003146 10.0.0.242 - - [2025-07-17 02:21:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.242 - - [2025-07-17 02:21:11] "POST /ref-update HTTP/1.1" 200 156 0.008268 10.0.0.242 - - [2025-07-17 02:21:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003122 10.0.0.242 - - [2025-07-17 02:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.242 - - [2025-07-17 02:21:12] "POST /ref-update HTTP/1.1" 200 156 0.008285 10.0.0.242 - - [2025-07-17 02:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.242 - - [2025-07-17 02:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.242 - - [2025-07-17 02:21:12] "POST /ref-update HTTP/1.1" 200 156 0.010566 10.0.0.242 - - [2025-07-17 02:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003768 10.0.0.242 - - [2025-07-17 02:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.242 - - [2025-07-17 02:21:12] "POST /ref-update HTTP/1.1" 200 156 0.008456 10.0.0.242 - - [2025-07-17 02:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.242 - - [2025-07-17 02:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.242 - - [2025-07-17 02:21:12] "POST /ref-update HTTP/1.1" 200 156 0.009439 10.0.0.242 - - [2025-07-17 02:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003770 10.0.0.242 - - [2025-07-17 02:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.242 - - [2025-07-17 02:21:12] "POST /ref-update HTTP/1.1" 200 156 0.009753 10.0.0.242 - - [2025-07-17 02:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.242 - - [2025-07-17 02:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003358 10.0.0.242 - - [2025-07-17 02:21:12] "POST /ref-update HTTP/1.1" 200 156 0.008360 10.0.0.242 - - [2025-07-17 02:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.242 - - [2025-07-17 02:21:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003771 10.0.0.242 - - [2025-07-17 02:21:12] "POST /ref-update HTTP/1.1" 200 156 0.009109 10.0.0.242 - - [2025-07-17 02:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004272 10.0.0.242 - - [2025-07-17 02:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.242 - - [2025-07-17 02:21:13] "POST /ref-update HTTP/1.1" 200 156 0.008139 10.0.0.242 - - [2025-07-17 02:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.242 - - [2025-07-17 02:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004392 10.0.0.242 - - [2025-07-17 02:21:13] "POST /ref-update HTTP/1.1" 200 156 0.010219 10.0.0.242 - - [2025-07-17 02:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.242 - - [2025-07-17 02:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.242 - - [2025-07-17 02:21:13] "POST /ref-update HTTP/1.1" 200 156 0.009620 10.0.0.242 - - [2025-07-17 02:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.242 - - [2025-07-17 02:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.242 - - [2025-07-17 02:21:13] "POST /ref-update HTTP/1.1" 200 156 0.008336 10.0.0.242 - - [2025-07-17 02:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.242 - - [2025-07-17 02:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.242 - - [2025-07-17 02:21:13] "POST /ref-update HTTP/1.1" 200 156 0.009465 10.0.0.242 - - [2025-07-17 02:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003265 10.0.0.242 - - [2025-07-17 02:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004078 10.0.0.242 - - [2025-07-17 02:21:13] "POST /ref-update HTTP/1.1" 200 156 0.009714 10.0.0.242 - - [2025-07-17 02:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.242 - - [2025-07-17 02:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.242 - - [2025-07-17 02:21:14] "POST /ref-update HTTP/1.1" 200 156 0.008656 10.0.0.242 - - [2025-07-17 02:21:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004745 10.0.0.242 - - [2025-07-17 02:21:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003207 10.0.0.242 - - [2025-07-17 02:21:14] "POST /ref-update HTTP/1.1" 200 156 0.008488 10.0.0.242 - - [2025-07-17 02:21:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.242 - - [2025-07-17 02:21:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003353 10.0.0.242 - - [2025-07-17 02:21:14] "POST /ref-update HTTP/1.1" 200 156 0.008952 10.0.0.242 - - [2025-07-17 02:21:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.242 - - [2025-07-17 02:21:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.242 - - [2025-07-17 02:21:14] "POST /ref-update HTTP/1.1" 200 156 0.009245 10.0.0.242 - - [2025-07-17 02:21:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003591 10.0.0.242 - - [2025-07-17 02:21:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.242 - - [2025-07-17 02:21:14] "POST /ref-update HTTP/1.1" 200 156 0.008468 10.0.0.242 - - [2025-07-17 02:21:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.242 - - [2025-07-17 02:21:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.242 - - [2025-07-17 02:21:14] "POST /ref-update HTTP/1.1" 200 156 0.007713 10.0.0.242 - - [2025-07-17 02:21:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003380 10.0.0.242 - - [2025-07-17 02:21:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003731 10.0.0.242 - - [2025-07-17 02:21:14] "POST /ref-update HTTP/1.1" 200 156 0.007880 10.0.0.242 - - [2025-07-17 02:21:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003246 10.0.0.242 - - [2025-07-17 02:21:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.242 - - [2025-07-17 02:21:15] "POST /ref-update HTTP/1.1" 200 156 0.008780 10.0.0.242 - - [2025-07-17 02:21:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.242 - - [2025-07-17 02:21:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003207 10.0.0.242 - - [2025-07-17 02:21:15] "POST /ref-update HTTP/1.1" 200 156 0.008018 10.0.0.242 - - [2025-07-17 02:21:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.242 - - [2025-07-17 02:21:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003323 10.0.0.242 - - [2025-07-17 02:21:15] "POST /ref-update HTTP/1.1" 200 156 0.008063 10.0.0.242 - - [2025-07-17 02:21:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003939 10.0.0.242 - - [2025-07-17 02:21:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.242 - - [2025-07-17 02:21:15] "POST /ref-update HTTP/1.1" 200 156 0.007557 10.0.0.242 - - [2025-07-17 02:21:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003972 10.0.0.242 - - [2025-07-17 02:21:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004621 10.0.0.242 - - [2025-07-17 02:21:15] "POST /ref-update HTTP/1.1" 200 156 0.008129 10.0.0.242 - - [2025-07-17 02:21:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.242 - - [2025-07-17 02:21:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.242 - - [2025-07-17 02:21:15] "POST /ref-update HTTP/1.1" 200 156 0.008459 10.0.0.242 - - [2025-07-17 02:21:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003251 10.0.0.242 - - [2025-07-17 02:21:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.242 - - [2025-07-17 02:21:16] "POST /ref-update HTTP/1.1" 200 156 0.008280 10.0.0.242 - - [2025-07-17 02:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003331 10.0.0.242 - - [2025-07-17 02:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.242 - - [2025-07-17 02:21:16] "POST /ref-update HTTP/1.1" 200 156 0.008965 10.0.0.242 - - [2025-07-17 02:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003331 10.0.0.242 - - [2025-07-17 02:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004555 10.0.0.242 - - [2025-07-17 02:21:16] "POST /ref-update HTTP/1.1" 200 156 0.009206 10.0.0.242 - - [2025-07-17 02:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.242 - - [2025-07-17 02:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.242 - - [2025-07-17 02:21:16] "POST /ref-update HTTP/1.1" 200 156 0.009315 10.0.0.242 - - [2025-07-17 02:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511 10.0.0.242 - - [2025-07-17 02:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003380 10.0.0.242 - - [2025-07-17 02:21:16] "POST /ref-update HTTP/1.1" 200 156 0.008930 10.0.0.242 - - [2025-07-17 02:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003710 10.0.0.242 - - [2025-07-17 02:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.242 - - [2025-07-17 02:21:16] "POST /ref-update HTTP/1.1" 200 156 0.008387 10.0.0.242 - - [2025-07-17 02:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003323 10.0.0.242 - - [2025-07-17 02:21:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860 10.0.0.242 - - [2025-07-17 02:21:16] "POST /ref-update HTTP/1.1" 200 156 0.009149 10.0.0.242 - - [2025-07-17 02:21:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.242 - - [2025-07-17 02:21:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.242 - - [2025-07-17 02:21:17] "POST /ref-update HTTP/1.1" 200 156 0.008550 10.0.0.242 - - [2025-07-17 02:21:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003313 10.0.0.242 - - [2025-07-17 02:21:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003815 10.0.0.242 - - [2025-07-17 02:21:17] "POST /ref-update HTTP/1.1" 200 156 0.008363 10.0.0.242 - - [2025-07-17 02:21:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.242 - - [2025-07-17 02:21:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003121 10.0.0.242 - - [2025-07-17 02:21:17] "POST /ref-update HTTP/1.1" 200 156 0.008099 10.0.0.242 - - [2025-07-17 02:21:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.242 - - [2025-07-17 02:21:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.242 - - [2025-07-17 02:21:17] "POST /ref-update HTTP/1.1" 200 156 0.008524 10.0.0.242 - - [2025-07-17 02:21:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.242 - - [2025-07-17 02:21:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.242 - - [2025-07-17 02:21:17] "POST /ref-update HTTP/1.1" 200 156 0.009575 10.0.0.242 - - [2025-07-17 02:21:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003288 10.0.0.242 - - [2025-07-17 02:21:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.242 - - [2025-07-17 02:21:17] "POST /ref-update HTTP/1.1" 200 156 0.009063 10.0.0.242 - - [2025-07-17 02:21:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.242 - - [2025-07-17 02:21:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.242 - - [2025-07-17 02:21:18] "POST /ref-update HTTP/1.1" 200 156 0.009371 10.0.0.242 - - [2025-07-17 02:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003236 10.0.0.242 - - [2025-07-17 02:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470 10.0.0.242 - - [2025-07-17 02:21:18] "POST /ref-update HTTP/1.1" 200 156 0.008915 10.0.0.242 - - [2025-07-17 02:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.242 - - [2025-07-17 02:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.242 - - [2025-07-17 02:21:18] "POST /ref-update HTTP/1.1" 200 156 0.007768 10.0.0.242 - - [2025-07-17 02:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.242 - - [2025-07-17 02:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.242 - - [2025-07-17 02:21:18] "POST /ref-update HTTP/1.1" 200 156 0.008693 10.0.0.242 - - [2025-07-17 02:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.242 - - [2025-07-17 02:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.242 - - [2025-07-17 02:21:18] "POST /ref-update HTTP/1.1" 200 156 0.009071 10.0.0.242 - - [2025-07-17 02:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.242 - - [2025-07-17 02:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003331 10.0.0.242 - - [2025-07-17 02:21:18] "POST /ref-update HTTP/1.1" 200 156 0.008925 10.0.0.242 - - [2025-07-17 02:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.242 - - [2025-07-17 02:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003944 10.0.0.242 - - [2025-07-17 02:21:18] "POST /ref-update HTTP/1.1" 200 156 0.009594 10.0.0.242 - - [2025-07-17 02:21:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.242 - - [2025-07-17 02:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003295 10.0.0.242 - - [2025-07-17 02:21:19] "POST /ref-update HTTP/1.1" 200 156 0.008476 10.0.0.242 - - [2025-07-17 02:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003425 10.0.0.242 - - [2025-07-17 02:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.242 - - [2025-07-17 02:21:19] "POST /ref-update HTTP/1.1" 200 156 0.009646 10.0.0.242 - - [2025-07-17 02:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.242 - - [2025-07-17 02:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.242 - - [2025-07-17 02:21:19] "POST /ref-update HTTP/1.1" 200 156 0.007908 10.0.0.242 - - [2025-07-17 02:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003142 10.0.0.242 - - [2025-07-17 02:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003364 10.0.0.242 - - [2025-07-17 02:21:19] "POST /ref-update HTTP/1.1" 200 156 0.008266 10.0.0.242 - - [2025-07-17 02:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.242 - - [2025-07-17 02:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004335 10.0.0.242 - - [2025-07-17 02:21:19] "POST /ref-update HTTP/1.1" 200 156 0.011069 10.0.0.242 - - [2025-07-17 02:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.242 - - [2025-07-17 02:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.242 - - [2025-07-17 02:21:19] "POST /ref-update HTTP/1.1" 200 156 0.008768 10.0.0.242 - - [2025-07-17 02:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004150 10.0.0.242 - - [2025-07-17 02:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.242 - - [2025-07-17 02:21:20] "POST /ref-update HTTP/1.1" 200 156 0.009251 10.0.0.242 - - [2025-07-17 02:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003964 10.0.0.242 - - [2025-07-17 02:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.242 - - [2025-07-17 02:21:20] "POST /ref-update HTTP/1.1" 200 156 0.008476 10.0.0.242 - - [2025-07-17 02:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003387 10.0.0.242 - - [2025-07-17 02:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003409 10.0.0.242 - - [2025-07-17 02:21:20] "POST /ref-update HTTP/1.1" 200 156 0.009295 10.0.0.242 - - [2025-07-17 02:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004266 10.0.0.242 - - [2025-07-17 02:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.242 - - [2025-07-17 02:21:20] "POST /ref-update HTTP/1.1" 200 156 0.008744 10.0.0.242 - - [2025-07-17 02:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003405 10.0.0.242 - - [2025-07-17 02:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.242 - - [2025-07-17 02:21:20] "POST /ref-update HTTP/1.1" 200 156 0.009952 10.0.0.242 - - [2025-07-17 02:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.242 - - [2025-07-17 02:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003459 10.0.0.242 - - [2025-07-17 02:21:20] "POST /ref-update HTTP/1.1" 200 156 0.008223 10.0.0.242 - - [2025-07-17 02:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003326 10.0.0.242 - - [2025-07-17 02:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.242 - - [2025-07-17 02:21:20] "POST /ref-update HTTP/1.1" 200 156 0.008846 10.0.0.242 - - [2025-07-17 02:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003323 10.0.0.242 - - [2025-07-17 02:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.242 - - [2025-07-17 02:21:21] "POST /ref-update HTTP/1.1" 200 156 0.008676 10.0.0.242 - - [2025-07-17 02:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.242 - - [2025-07-17 02:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.242 - - [2025-07-17 02:21:21] "POST /ref-update HTTP/1.1" 200 156 0.008540 10.0.0.242 - - [2025-07-17 02:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004392 10.0.0.242 - - [2025-07-17 02:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.242 - - [2025-07-17 02:21:21] "POST /ref-update HTTP/1.1" 200 156 0.008994 10.0.0.242 - - [2025-07-17 02:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.242 - - [2025-07-17 02:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003228 10.0.0.242 - - [2025-07-17 02:21:21] "POST /ref-update HTTP/1.1" 200 156 0.008307 10.0.0.242 - - [2025-07-17 02:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.242 - - [2025-07-17 02:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.242 - - [2025-07-17 02:21:21] "POST /ref-update HTTP/1.1" 200 156 0.008732 10.0.0.242 - - [2025-07-17 02:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.242 - - [2025-07-17 02:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.242 - - [2025-07-17 02:21:21] "POST /ref-update HTTP/1.1" 200 156 0.007782 10.0.0.242 - - [2025-07-17 02:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.242 - - [2025-07-17 02:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003110 10.0.0.242 - - [2025-07-17 02:21:21] "POST /ref-update HTTP/1.1" 200 156 0.007967 10.0.0.242 - - [2025-07-17 02:21:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003177 10.0.0.242 - - [2025-07-17 02:21:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003243 10.0.0.242 - - [2025-07-17 02:21:22] "POST /ref-update HTTP/1.1" 200 156 0.008185 10.0.0.242 - - [2025-07-17 02:21:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174 10.0.0.242 - - [2025-07-17 02:21:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.242 - - [2025-07-17 02:21:22] "POST /ref-update HTTP/1.1" 200 156 0.008014 10.0.0.242 - - [2025-07-17 02:21:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.242 - - [2025-07-17 02:21:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.242 - - [2025-07-17 02:21:22] "POST /ref-update HTTP/1.1" 200 156 0.008291 10.0.0.242 - - [2025-07-17 02:21:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.242 - - [2025-07-17 02:21:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.242 - - [2025-07-17 02:21:22] "POST /ref-update HTTP/1.1" 200 156 0.008691 10.0.0.242 - - [2025-07-17 02:21:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.242 - - [2025-07-17 02:21:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003724 10.0.0.242 - - [2025-07-17 02:21:22] "POST /ref-update HTTP/1.1" 200 156 0.009583 10.0.0.242 - - [2025-07-17 02:21:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.242 - - [2025-07-17 02:21:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.242 - - [2025-07-17 02:21:22] "POST /ref-update HTTP/1.1" 200 156 0.007987 10.0.0.242 - - [2025-07-17 02:21:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720 10.0.0.242 - - [2025-07-17 02:21:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003154 10.0.0.242 - - [2025-07-17 02:21:23] "POST /ref-update HTTP/1.1" 200 156 0.008087 10.0.0.242 - - [2025-07-17 02:21:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.242 - - [2025-07-17 02:21:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003296 10.0.0.242 - - [2025-07-17 02:21:23] "POST /ref-update HTTP/1.1" 200 156 0.007819 10.0.0.242 - - [2025-07-17 02:21:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.242 - - [2025-07-17 02:21:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.242 - - [2025-07-17 02:21:23] "POST /ref-update HTTP/1.1" 200 156 0.008815 10.0.0.242 - - [2025-07-17 02:21:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.242 - - [2025-07-17 02:21:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.242 - - [2025-07-17 02:21:23] "POST /ref-update HTTP/1.1" 200 156 0.007968 10.0.0.242 - - [2025-07-17 02:21:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003243 10.0.0.242 - - [2025-07-17 02:21:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.242 - - [2025-07-17 02:21:23] "POST /ref-update HTTP/1.1" 200 156 0.008748 10.0.0.242 - - [2025-07-17 02:21:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.242 - - [2025-07-17 02:21:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.242 - - [2025-07-17 02:21:23] "POST /ref-update HTTP/1.1" 200 156 0.008387 10.0.0.242 - - [2025-07-17 02:21:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.242 - - [2025-07-17 02:21:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.242 - - [2025-07-17 02:21:23] "POST /ref-update HTTP/1.1" 200 156 0.009318 10.0.0.242 - - [2025-07-17 02:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003667 10.0.0.242 - - [2025-07-17 02:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.242 - - [2025-07-17 02:21:24] "POST /ref-update HTTP/1.1" 200 156 0.008202 10.0.0.242 - - [2025-07-17 02:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004527 10.0.0.242 - - [2025-07-17 02:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.242 - - [2025-07-17 02:21:24] "POST /ref-update HTTP/1.1" 200 156 0.008880 10.0.0.242 - - [2025-07-17 02:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.242 - - [2025-07-17 02:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003346 10.0.0.242 - - [2025-07-17 02:21:24] "POST /ref-update HTTP/1.1" 200 156 0.008579 10.0.0.242 - - [2025-07-17 02:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.242 - - [2025-07-17 02:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.242 - - [2025-07-17 02:21:24] "POST /ref-update HTTP/1.1" 200 156 0.008556 10.0.0.242 - - [2025-07-17 02:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.242 - - [2025-07-17 02:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.242 - - [2025-07-17 02:21:24] "POST /ref-update HTTP/1.1" 200 156 0.009314 10.0.0.242 - - [2025-07-17 02:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.242 - - [2025-07-17 02:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.242 - - [2025-07-17 02:21:24] "POST /ref-update HTTP/1.1" 200 156 0.008226 10.0.0.242 - - [2025-07-17 02:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.242 - - [2025-07-17 02:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.242 - - [2025-07-17 02:21:25] "POST /ref-update HTTP/1.1" 200 156 0.008523 10.0.0.242 - - [2025-07-17 02:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.242 - - [2025-07-17 02:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.242 - - [2025-07-17 02:21:25] "POST /ref-update HTTP/1.1" 200 156 0.007736 10.0.0.242 - - [2025-07-17 02:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.242 - - [2025-07-17 02:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003197 10.0.0.242 - - [2025-07-17 02:21:25] "POST /ref-update HTTP/1.1" 200 156 0.007768 10.0.0.242 - - [2025-07-17 02:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.242 - - [2025-07-17 02:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.242 - - [2025-07-17 02:21:25] "POST /ref-update HTTP/1.1" 200 156 0.008875 10.0.0.242 - - [2025-07-17 02:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003530 10.0.0.242 - - [2025-07-17 02:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.242 - - [2025-07-17 02:21:25] "POST /ref-update HTTP/1.1" 200 156 0.008417 10.0.0.242 - - [2025-07-17 02:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004070 10.0.0.242 - - [2025-07-17 02:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003530 10.0.0.242 - - [2025-07-17 02:21:25] "POST /ref-update HTTP/1.1" 200 156 0.010200 10.0.0.242 - - [2025-07-17 02:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.242 - - [2025-07-17 02:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003190 10.0.0.242 - - [2025-07-17 02:21:25] "POST /ref-update HTTP/1.1" 200 156 0.009288 10.0.0.242 - - [2025-07-17 02:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.242 - - [2025-07-17 02:21:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003224 10.0.0.242 - - [2025-07-17 02:21:26] "POST /ref-update HTTP/1.1" 200 156 0.008541 10.0.0.242 - - [2025-07-17 02:21:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.242 - - [2025-07-17 02:21:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.242 - - [2025-07-17 02:21:26] "POST /ref-update HTTP/1.1" 200 156 0.011320 10.0.0.242 - - [2025-07-17 02:21:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.242 - - [2025-07-17 02:21:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.242 - - [2025-07-17 02:21:26] "POST /ref-update HTTP/1.1" 200 156 0.008243 10.0.0.242 - - [2025-07-17 02:21:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.242 - - [2025-07-17 02:21:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.242 - - [2025-07-17 02:21:26] "POST /ref-update HTTP/1.1" 200 156 0.008397 10.0.0.242 - - [2025-07-17 02:21:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.242 - - [2025-07-17 02:21:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.242 - - [2025-07-17 02:21:26] "POST /ref-update HTTP/1.1" 200 156 0.009426 10.0.0.242 - - [2025-07-17 02:21:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003878 10.0.0.242 - - [2025-07-17 02:21:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003425 10.0.0.242 - - [2025-07-17 02:21:26] "POST /ref-update HTTP/1.1" 200 156 0.008690 10.0.0.242 - - [2025-07-17 02:21:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.242 - - [2025-07-17 02:21:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003185 10.0.0.242 - - [2025-07-17 02:21:27] "POST /ref-update HTTP/1.1" 200 156 0.008309 10.0.0.242 - - [2025-07-17 02:21:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.242 - - [2025-07-17 02:21:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.242 - - [2025-07-17 02:21:27] "POST /ref-update HTTP/1.1" 200 156 0.008904 10.0.0.242 - - [2025-07-17 02:21:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.242 - - [2025-07-17 02:21:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003323 10.0.0.242 - - [2025-07-17 02:21:27] "POST /ref-update HTTP/1.1" 200 156 0.009257 10.0.0.242 - - [2025-07-17 02:21:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.242 - - [2025-07-17 02:21:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.242 - - [2025-07-17 02:21:27] "POST /ref-update HTTP/1.1" 200 156 0.007828 10.0.0.242 - - [2025-07-17 02:21:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003998 10.0.0.242 - - [2025-07-17 02:21:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.242 - - [2025-07-17 02:21:27] "POST /ref-update HTTP/1.1" 200 156 0.007811 10.0.0.242 - - [2025-07-17 02:21:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.242 - - [2025-07-17 02:21:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.242 - - [2025-07-17 02:21:27] "POST /ref-update HTTP/1.1" 200 156 0.008208 10.0.0.242 - - [2025-07-17 02:21:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003147 10.0.0.242 - - [2025-07-17 02:21:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003487 10.0.0.242 - - [2025-07-17 02:21:27] "POST /ref-update HTTP/1.1" 200 156 0.008989 10.0.0.242 - - [2025-07-17 02:21:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003370 10.0.0.242 - - [2025-07-17 02:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.242 - - [2025-07-17 02:21:28] "POST /ref-update HTTP/1.1" 200 156 0.007824 10.0.0.242 - - [2025-07-17 02:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.242 - - [2025-07-17 02:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003296 10.0.0.242 - - [2025-07-17 02:21:28] "POST /ref-update HTTP/1.1" 200 156 0.007918 10.0.0.242 - - [2025-07-17 02:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.242 - - [2025-07-17 02:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004014 10.0.0.242 - - [2025-07-17 02:21:28] "POST /ref-update HTTP/1.1" 200 156 0.009643 10.0.0.242 - - [2025-07-17 02:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.242 - - [2025-07-17 02:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004146 10.0.0.242 - - [2025-07-17 02:21:28] "POST /ref-update HTTP/1.1" 200 156 0.007987 10.0.0.242 - - [2025-07-17 02:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003859 10.0.0.242 - - [2025-07-17 02:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003347 10.0.0.242 - - [2025-07-17 02:21:28] "POST /ref-update HTTP/1.1" 200 156 0.008830 10.0.0.242 - - [2025-07-17 02:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030 10.0.0.242 - - [2025-07-17 02:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003146 10.0.0.242 - - [2025-07-17 02:21:28] "POST /ref-update HTTP/1.1" 200 156 0.008031 10.0.0.242 - - [2025-07-17 02:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.242 - - [2025-07-17 02:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.242 - - [2025-07-17 02:21:28] "POST /ref-update HTTP/1.1" 200 156 0.009829 10.0.0.242 - - [2025-07-17 02:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.242 - - [2025-07-17 02:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.242 - - [2025-07-17 02:21:29] "POST /ref-update HTTP/1.1" 200 156 0.010182 10.0.0.242 - - [2025-07-17 02:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003827 10.0.0.242 - - [2025-07-17 02:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.242 - - [2025-07-17 02:21:29] "POST /ref-update HTTP/1.1" 200 156 0.008313 10.0.0.242 - - [2025-07-17 02:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003202 10.0.0.242 - - [2025-07-17 02:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.242 - - [2025-07-17 02:21:29] "POST /ref-update HTTP/1.1" 200 156 0.009027 10.0.0.242 - - [2025-07-17 02:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.242 - - [2025-07-17 02:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.242 - - [2025-07-17 02:21:29] "POST /ref-update HTTP/1.1" 200 156 0.008766 10.0.0.242 - - [2025-07-17 02:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004062 10.0.0.242 - - [2025-07-17 02:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.242 - - [2025-07-17 02:21:29] "POST /ref-update HTTP/1.1" 200 156 0.009073 10.0.0.242 - - [2025-07-17 02:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712 10.0.0.242 - - [2025-07-17 02:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004083 10.0.0.242 - - [2025-07-17 02:21:29] "POST /ref-update HTTP/1.1" 200 156 0.080332 10.0.0.242 - - [2025-07-17 02:21:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.242 - - [2025-07-17 02:21:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003980 10.0.0.242 - - [2025-07-17 02:21:30] "POST /ref-update HTTP/1.1" 200 156 0.008847 10.0.0.242 - - [2025-07-17 02:21:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.242 - - [2025-07-17 02:21:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.242 - - [2025-07-17 02:21:30] "POST /ref-update HTTP/1.1" 200 156 0.007740 10.0.0.242 - - [2025-07-17 02:21:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.242 - - [2025-07-17 02:21:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.242 - - [2025-07-17 02:21:30] "POST /ref-update HTTP/1.1" 200 156 0.011338 10.0.0.242 - - [2025-07-17 02:21:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003923 10.0.0.242 - - [2025-07-17 02:21:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.242 - - [2025-07-17 02:21:30] "POST /ref-update HTTP/1.1" 200 156 0.011104 10.0.0.242 - - [2025-07-17 02:21:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.242 - - [2025-07-17 02:21:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004359 10.0.0.242 - - [2025-07-17 02:21:30] "POST /ref-update HTTP/1.1" 200 156 0.011490 10.0.0.242 - - [2025-07-17 02:21:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.242 - - [2025-07-17 02:21:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.242 - - [2025-07-17 02:21:30] "POST /ref-update HTTP/1.1" 200 156 0.011649 10.0.0.242 - - [2025-07-17 02:21:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.242 - - [2025-07-17 02:21:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003095 10.0.0.242 - - [2025-07-17 02:21:31] "POST /ref-update HTTP/1.1" 200 156 0.009886 10.0.0.242 - - [2025-07-17 02:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.242 - - [2025-07-17 02:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004688 10.0.0.242 - - [2025-07-17 02:21:31] "POST /ref-update HTTP/1.1" 200 156 0.009962 10.0.0.242 - - [2025-07-17 02:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.242 - - [2025-07-17 02:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805 10.0.0.242 - - [2025-07-17 02:21:31] "POST /ref-update HTTP/1.1" 200 156 0.025952 10.0.0.242 - - [2025-07-17 02:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005647 10.0.0.242 - - [2025-07-17 02:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003771 10.0.0.242 - - [2025-07-17 02:21:31] "POST /ref-update HTTP/1.1" 200 156 0.009622 10.0.0.242 - - [2025-07-17 02:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.242 - - [2025-07-17 02:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003267 10.0.0.242 - - [2025-07-17 02:21:31] "POST /ref-update HTTP/1.1" 200 156 0.010611 10.0.0.242 - - [2025-07-17 02:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.242 - - [2025-07-17 02:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004935 10.0.0.242 - - [2025-07-17 02:21:31] "POST /ref-update HTTP/1.1" 200 156 0.011556 10.0.0.242 - - [2025-07-17 02:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.242 - - [2025-07-17 02:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003994 10.0.0.242 - - [2025-07-17 02:21:31] "POST /ref-update HTTP/1.1" 200 156 0.011962 10.0.0.242 - - [2025-07-17 02:21:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328 10.0.0.242 - - [2025-07-17 02:21:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003838 10.0.0.242 - - [2025-07-17 02:21:32] "POST /ref-update HTTP/1.1" 200 156 0.017740 10.0.0.242 - - [2025-07-17 02:21:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003414 10.0.0.242 - - [2025-07-17 02:21:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.242 - - [2025-07-17 02:21:32] "POST /ref-update HTTP/1.1" 200 156 0.009757 10.0.0.242 - - [2025-07-17 02:21:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004249 10.0.0.242 - - [2025-07-17 02:21:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748 10.0.0.242 - - [2025-07-17 02:21:32] "POST /ref-update HTTP/1.1" 200 156 0.010056 10.0.0.242 - - [2025-07-17 02:21:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.242 - - [2025-07-17 02:21:32] "GET / HTTP/1.1" 200 36215 0.002131 10.0.0.242 - - [2025-07-17 02:21:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.242 - - [2025-07-17 02:21:32] "POST /fqname-to-id HTTP/1.1" 401 293 0.000372 10.0.0.242 - - [2025-07-17 02:21:32] "POST /ref-update HTTP/1.1" 200 156 0.010615 10.0.0.242 - - [2025-07-17 02:21:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004392 10.0.0.242 - - [2025-07-17 02:21:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.242 - - [2025-07-17 02:21:32] "POST /ref-update HTTP/1.1" 200 156 0.016005 10.0.0.242 - - [2025-07-17 02:21:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.242 - - [2025-07-17 02:21:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004326 10.0.0.242 - - [2025-07-17 02:21:32] "POST /ref-update HTTP/1.1" 200 156 0.015193 10.0.0.242 - - [2025-07-17 02:21:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.029119 10.0.0.242 - - [2025-07-17 02:21:32] "GET /routing-instance/63410044-ba36-46b2-a2f3-f9486170b41b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.005569 10.0.0.242 - - [2025-07-17 02:21:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.242 - - [2025-07-17 02:21:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002623 10.0.0.242 - - [2025-07-17 02:21:33] "POST /bgp-routers HTTP/1.1" 200 622 0.022333 10.0.0.242 - - [2025-07-17 02:21:33] "POST /ref-update HTTP/1.1" 200 156 0.008752 10.0.0.242 - - [2025-07-17 02:21:33] "GET /bgp-router/232f990f-b100-4ef1-994a-fd3eb127943c?fields=global_system_config_back_refs HTTP/1.1" 200 1117 0.005208 10.0.0.242 - - [2025-07-17 02:21:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003743 10.0.0.242 - - [2025-07-17 02:21:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.242 - - [2025-07-17 02:21:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004330 10.0.0.242 - - [2025-07-17 02:21:33] "GET /global-system-config/2651c63e-dfab-4ebc-97fc-7f6dff5b2723?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2342 0.009851 10.0.0.242 - - [2025-07-17 02:21:33] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004926 10.0.0.242 - - [2025-07-17 02:21:33] "POST /ref-update HTTP/1.1" 200 156 0.024689 10.0.0.242 - - [2025-07-17 02:21:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004288 10.0.0.242 - - [2025-07-17 02:21:33] "POST /ref-update HTTP/1.1" 200 156 0.009336 10.0.0.242 - - [2025-07-17 02:21:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.242 - - [2025-07-17 02:21:33] "POST /ref-update HTTP/1.1" 200 156 0.010678 10.0.0.242 - - [2025-07-17 02:21:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.242 - - [2025-07-17 02:21:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.242 - - [2025-07-17 02:21:33] "POST /ref-update HTTP/1.1" 200 156 0.010579 10.0.0.242 - - [2025-07-17 02:21:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003851 10.0.0.242 - - [2025-07-17 02:21:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003229 10.0.0.242 - - [2025-07-17 02:21:33] "POST /ref-update HTTP/1.1" 200 156 0.010322 10.0.0.242 - - [2025-07-17 02:21:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.242 - - [2025-07-17 02:21:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004103 10.0.0.242 - - [2025-07-17 02:21:33] "POST /ref-update HTTP/1.1" 200 156 0.010189 10.0.0.242 - - [2025-07-17 02:21:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.242 - - [2025-07-17 02:21:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004154 10.0.0.242 - - [2025-07-17 02:21:34] "POST /ref-update HTTP/1.1" 200 156 0.011850 10.0.0.242 - - [2025-07-17 02:21:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.242 - - [2025-07-17 02:21:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.242 - - [2025-07-17 02:21:34] "POST /ref-update HTTP/1.1" 200 156 0.011742 10.0.0.242 - - [2025-07-17 02:21:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003423 10.0.0.242 - - [2025-07-17 02:21:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.242 - - [2025-07-17 02:21:34] "POST /ref-update HTTP/1.1" 200 156 0.009377 10.0.0.242 - - [2025-07-17 02:21:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.242 - - [2025-07-17 02:21:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.242 - - [2025-07-17 02:21:34] "POST /ref-update HTTP/1.1" 200 156 0.010358 10.0.0.242 - - [2025-07-17 02:21:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003984 10.0.0.242 - - [2025-07-17 02:21:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003990 10.0.0.242 - - [2025-07-17 02:21:34] "POST /ref-update HTTP/1.1" 200 156 0.010122 10.0.0.242 - - [2025-07-17 02:21:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.242 - - [2025-07-17 02:21:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.242 - - [2025-07-17 02:21:34] "POST /ref-update HTTP/1.1" 200 156 0.009645 10.0.0.242 - - [2025-07-17 02:21:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.242 - - [2025-07-17 02:21:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003909 10.0.0.242 - - [2025-07-17 02:21:34] "POST /ref-update HTTP/1.1" 200 156 0.014690 10.0.0.242 - - [2025-07-17 02:21:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003931 10.0.0.242 - - [2025-07-17 02:21:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.242 - - [2025-07-17 02:21:35] "POST /ref-update HTTP/1.1" 200 156 0.011219 10.0.0.242 - - [2025-07-17 02:21:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.242 - - [2025-07-17 02:21:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.242 - - [2025-07-17 02:21:35] "POST /ref-update HTTP/1.1" 200 156 0.009333 10.0.0.242 - - [2025-07-17 02:21:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004437 10.0.0.242 - - [2025-07-17 02:21:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003976 10.0.0.242 - - [2025-07-17 02:21:35] "POST /ref-update HTTP/1.1" 200 156 0.010514 10.0.0.242 - - [2025-07-17 02:21:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.242 - - [2025-07-17 02:21:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.242 - - [2025-07-17 02:21:35] "POST /ref-update HTTP/1.1" 200 156 0.009289 10.0.0.242 - - [2025-07-17 02:21:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.242 - - [2025-07-17 02:21:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.242 - - [2025-07-17 02:21:35] "POST /ref-update HTTP/1.1" 200 156 0.010830 10.0.0.242 - - [2025-07-17 02:21:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.242 - - [2025-07-17 02:21:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.242 - - [2025-07-17 02:21:35] "POST /ref-update HTTP/1.1" 200 156 0.012510 10.0.0.242 - - [2025-07-17 02:21:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208 10.0.0.242 - - [2025-07-17 02:21:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.242 - - [2025-07-17 02:21:36] "POST /ref-update HTTP/1.1" 200 156 0.009816 10.0.0.242 - - [2025-07-17 02:21:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.242 - - [2025-07-17 02:21:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003540 10.0.0.242 - - [2025-07-17 02:21:36] "POST /ref-update HTTP/1.1" 200 156 0.009135 10.0.0.242 - - [2025-07-17 02:21:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.242 - - [2025-07-17 02:21:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004693 10.0.0.242 - - [2025-07-17 02:21:36] "POST /ref-update HTTP/1.1" 200 156 0.010661 10.0.0.242 - - [2025-07-17 02:21:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.242 - - [2025-07-17 02:21:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.242 - - [2025-07-17 02:21:36] "POST /ref-update HTTP/1.1" 200 156 0.009070 10.0.0.242 - - [2025-07-17 02:21:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004079 10.0.0.242 - - [2025-07-17 02:21:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.242 - - [2025-07-17 02:21:36] "POST /ref-update HTTP/1.1" 200 156 0.010348 10.0.0.242 - - [2025-07-17 02:21:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003816 10.0.0.242 - - [2025-07-17 02:21:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.242 - - [2025-07-17 02:21:36] "POST /ref-update HTTP/1.1" 200 156 0.009983 10.0.0.242 - - [2025-07-17 02:21:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003280 10.0.0.242 - - [2025-07-17 02:21:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.242 - - [2025-07-17 02:21:36] "POST /ref-update HTTP/1.1" 200 156 0.009832 10.0.0.242 - - [2025-07-17 02:21:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.242 - - [2025-07-17 02:21:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.242 - - [2025-07-17 02:21:37] "POST /ref-update HTTP/1.1" 200 156 0.011041 10.0.0.242 - - [2025-07-17 02:21:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.242 - - [2025-07-17 02:21:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.242 - - [2025-07-17 02:21:37] "POST /ref-update HTTP/1.1" 200 156 0.013307 10.0.0.242 - - [2025-07-17 02:21:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003230 10.0.0.242 - - [2025-07-17 02:21:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004687 10.0.0.242 - - [2025-07-17 02:21:37] "POST /ref-update HTTP/1.1" 200 156 0.009039 10.0.0.242 - - [2025-07-17 02:21:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.242 - - [2025-07-17 02:21:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003904 10.0.0.242 - - [2025-07-17 02:21:37] "POST /ref-update HTTP/1.1" 200 156 0.010435 10.0.0.242 - - [2025-07-17 02:21:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003110 10.0.0.242 - - [2025-07-17 02:21:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003326 10.0.0.242 - - [2025-07-17 02:21:37] "POST /ref-update HTTP/1.1" 200 156 0.008754 10.0.0.242 - - [2025-07-17 02:21:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.242 - - [2025-07-17 02:21:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.242 - - [2025-07-17 02:21:37] "POST /ref-update HTTP/1.1" 200 156 0.009356 10.0.0.242 - - [2025-07-17 02:21:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.242 - - [2025-07-17 02:21:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003740 10.0.0.242 - - [2025-07-17 02:21:38] "POST /ref-update HTTP/1.1" 200 156 0.009835 10.0.0.242 - - [2025-07-17 02:21:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359 10.0.0.242 - - [2025-07-17 02:21:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003177 10.0.0.242 - - [2025-07-17 02:21:38] "POST /ref-update HTTP/1.1" 200 156 0.009795 10.0.0.242 - - [2025-07-17 02:21:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256 10.0.0.242 - - [2025-07-17 02:21:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.242 - - [2025-07-17 02:21:38] "POST /ref-update HTTP/1.1" 200 156 0.011402 10.0.0.242 - - [2025-07-17 02:21:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.242 - - [2025-07-17 02:21:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003376 10.0.0.242 - - [2025-07-17 02:21:38] "POST /ref-update HTTP/1.1" 200 156 0.008108 10.0.0.242 - - [2025-07-17 02:21:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004155 10.0.0.242 - - [2025-07-17 02:21:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004176 10.0.0.242 - - [2025-07-17 02:21:38] "POST /ref-update HTTP/1.1" 200 156 0.009490 10.0.0.242 - - [2025-07-17 02:21:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003872 10.0.0.242 - - [2025-07-17 02:21:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002916 10.0.0.242 - - [2025-07-17 02:21:38] "POST /ref-update HTTP/1.1" 200 156 0.008714 10.0.0.242 - - [2025-07-17 02:21:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003897 10.0.0.242 - - [2025-07-17 02:21:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.242 - - [2025-07-17 02:21:39] "POST /ref-update HTTP/1.1" 200 156 0.010192 10.0.0.242 - - [2025-07-17 02:21:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.242 - - [2025-07-17 02:21:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.242 - - [2025-07-17 02:21:39] "POST /ref-update HTTP/1.1" 200 156 0.007706 10.0.0.242 - - [2025-07-17 02:21:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.242 - - [2025-07-17 02:21:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.242 - - [2025-07-17 02:21:39] "POST /ref-update HTTP/1.1" 200 156 0.007874 10.0.0.242 - - [2025-07-17 02:21:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003679 10.0.0.242 - - [2025-07-17 02:21:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656 10.0.0.242 - - [2025-07-17 02:21:39] "POST /ref-update HTTP/1.1" 200 156 0.008048 10.0.0.242 - - [2025-07-17 02:21:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.242 - - [2025-07-17 02:21:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.242 - - [2025-07-17 02:21:39] "POST /ref-update HTTP/1.1" 200 156 0.011544 10.0.0.242 - - [2025-07-17 02:21:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.242 - - [2025-07-17 02:21:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.242 - - [2025-07-17 02:21:39] "POST /ref-update HTTP/1.1" 200 156 0.009167 10.0.0.242 - - [2025-07-17 02:21:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003313 10.0.0.242 - - [2025-07-17 02:21:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003229 10.0.0.242 - - [2025-07-17 02:21:39] "POST /ref-update HTTP/1.1" 200 156 0.008492 10.0.0.242 - - [2025-07-17 02:21:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.242 - - [2025-07-17 02:21:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.242 - - [2025-07-17 02:21:40] "POST /ref-update HTTP/1.1" 200 156 0.008670 10.0.0.242 - - [2025-07-17 02:21:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004257 10.0.0.242 - - [2025-07-17 02:21:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.242 - - [2025-07-17 02:21:40] "POST /ref-update HTTP/1.1" 200 156 0.012286 10.0.0.242 - - [2025-07-17 02:21:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.242 - - [2025-07-17 02:21:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.242 - - [2025-07-17 02:21:40] "POST /ref-update HTTP/1.1" 200 156 0.014829 10.0.0.242 - - [2025-07-17 02:21:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003458 10.0.0.242 - - [2025-07-17 02:21:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749 10.0.0.242 - - [2025-07-17 02:21:40] "POST /ref-update HTTP/1.1" 200 156 0.014033 10.0.0.242 - - [2025-07-17 02:21:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.242 - - [2025-07-17 02:21:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.242 - - [2025-07-17 02:21:40] "POST /ref-update HTTP/1.1" 200 156 0.011930 10.0.0.242 - - [2025-07-17 02:21:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.242 - - [2025-07-17 02:21:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.242 - - [2025-07-17 02:21:40] "POST /ref-update HTTP/1.1" 200 156 0.011448 10.0.0.242 - - [2025-07-17 02:21:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004014 10.0.0.242 - - [2025-07-17 02:21:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005534 10.0.0.242 - - [2025-07-17 02:21:41] "POST /ref-update HTTP/1.1" 200 156 0.011183 10.0.0.242 - - [2025-07-17 02:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003177 10.0.0.242 - - [2025-07-17 02:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003269 10.0.0.242 - - [2025-07-17 02:21:41] "POST /ref-update HTTP/1.1" 200 156 0.009554 10.0.0.242 - - [2025-07-17 02:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.242 - - [2025-07-17 02:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.242 - - [2025-07-17 02:21:41] "POST /ref-update HTTP/1.1" 200 156 0.008655 10.0.0.242 - - [2025-07-17 02:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.242 - - [2025-07-17 02:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.242 - - [2025-07-17 02:21:41] "POST /ref-update HTTP/1.1" 200 156 0.008858 10.0.0.242 - - [2025-07-17 02:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.242 - - [2025-07-17 02:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.242 - - [2025-07-17 02:21:41] "POST /ref-update HTTP/1.1" 200 156 0.008755 10.0.0.242 - - [2025-07-17 02:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.242 - - [2025-07-17 02:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.242 - - [2025-07-17 02:21:41] "POST /ref-update HTTP/1.1" 200 156 0.010564 10.0.0.242 - - [2025-07-17 02:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.242 - - [2025-07-17 02:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.242 - - [2025-07-17 02:21:41] "POST /ref-update HTTP/1.1" 200 156 0.009832 10.0.0.242 - - [2025-07-17 02:21:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.242 - - [2025-07-17 02:21:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003323 10.0.0.242 - - [2025-07-17 02:21:42] "POST /ref-update HTTP/1.1" 200 156 0.009160 10.0.0.242 - - [2025-07-17 02:21:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.242 - - [2025-07-17 02:21:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003006 10.0.0.242 - - [2025-07-17 02:21:42] "POST /ref-update HTTP/1.1" 200 156 0.010188 10.0.0.242 - - [2025-07-17 02:21:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.242 - - [2025-07-17 02:21:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.242 - - [2025-07-17 02:21:42] "POST /ref-update HTTP/1.1" 200 156 0.008876 10.0.0.242 - - [2025-07-17 02:21:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.242 - - [2025-07-17 02:21:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.242 - - [2025-07-17 02:21:42] "POST /ref-update HTTP/1.1" 200 156 0.008593 10.0.0.242 - - [2025-07-17 02:21:42] "POST /network-ipams HTTP/1.1" 200 552 0.020287 10.0.0.242 - - [2025-07-17 02:21:42] "POST /useragent-kv HTTP/1.1" 200 115 0.004641 10.0.0.242 - - [2025-07-17 02:21:42] "POST /virtual-networks HTTP/1.1" 200 554 0.106071 10.0.0.242 - - [2025-07-17 02:21:42] "GET /physical-routers?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.002832 10.0.0.242 - - [2025-07-17 02:21:42] "POST /fqname-to-id HTTP/1.1" 404 188 0.003078 10.0.0.242 - - [2025-07-17 02:21:42] "POST /fqname-to-id HTTP/1.1" 404 178 0.003872 10.0.0.242 - - [2025-07-17 02:21:42] "GET /fabrics?detail=False&count=False&shared=False HTTP/1.1" 200 313 0.003062 10.0.0.242 - - [2025-07-17 02:21:43] "GET /fabric/d637b131-86ee-4f47-9402-19d82e36873a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1119 0.006588 10.0.0.242 - - [2025-07-17 02:21:43] "POST /fqname-to-id HTTP/1.1" 404 198 0.003897 10.0.0.242 - - [2025-07-17 02:21:43] "POST /fqname-to-id HTTP/1.1" 404 205 0.003565 10.0.0.242 - - [2025-07-17 02:21:43] "POST /fqname-to-id HTTP/1.1" 404 207 0.003116 10.0.0.242 - - [2025-07-17 02:21:43] "POST /route-targets HTTP/1.1" 200 328 0.010805 10.0.0.242 - - [2025-07-17 02:21:43] "POST /ref-update HTTP/1.1" 200 156 0.012807 10.0.0.242 - - [2025-07-17 02:22:07] "GET / HTTP/1.1" 200 36215 0.001868 10.0.0.242 - - [2025-07-17 02:22:07] "POST /fqname-to-id HTTP/1.1" 401 293 0.000550 10.0.0.242 - - [2025-07-17 02:22:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.032783 10.0.0.242 - - [2025-07-17 02:22:08] "GET /global-system-config/2651c63e-dfab-4ebc-97fc-7f6dff5b2723?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.008199 10.0.0.242 - - [2025-07-17 02:22:08] "POST /fqname-to-id HTTP/1.1" 404 220 0.004017 10.0.0.242 - - [2025-07-17 02:22:08] "POST /database-nodes HTTP/1.1" 200 605 0.019798 10.0.0.242 - - [2025-07-17 02:22:45] "GET / HTTP/1.1" 200 36215 0.001976 10.0.0.242 - - [2025-07-17 02:22:45] "POST /fqname-to-id HTTP/1.1" 401 293 0.000487 10.0.0.242 - - [2025-07-17 02:22:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.025494 10.0.0.242 - - [2025-07-17 02:22:45] "GET /global-system-config/2651c63e-dfab-4ebc-97fc-7f6dff5b2723?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006588 10.0.0.242 - - [2025-07-17 02:22:45] "POST /fqname-to-id HTTP/1.1" 404 220 0.003822 10.0.0.242 - - [2025-07-17 02:22:45] "POST /analytics-nodes HTTP/1.1" 200 607 0.026004 10.0.0.242 - - [2025-07-17 02:22:51] "GET / HTTP/1.1" 200 36215 0.001986 10.0.0.242 - - [2025-07-17 02:22:59] "GET / HTTP/1.1" 200 36215 0.001971 10.0.0.242 - - [2025-07-17 02:22:59] "POST /fqname-to-id HTTP/1.1" 401 293 0.000518 10.0.0.242 - - [2025-07-17 02:23:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.038215 10.0.0.242 - - [2025-07-17 02:23:00] "GET /global-system-config/2651c63e-dfab-4ebc-97fc-7f6dff5b2723?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.007314 10.0.0.242 - - [2025-07-17 02:23:00] "POST /fqname-to-id HTTP/1.1" 404 220 0.003086 10.0.0.242 - - [2025-07-17 02:23:00] "POST /analytics-alarm-nodes HTTP/1.1" 200 619 0.021039 10.0.0.242 - - [2025-07-17 02:23:09] "GET / HTTP/1.1" 200 36215 0.001806 10.0.0.242 - - [2025-07-17 02:23:09] "POST /fqname-to-id HTTP/1.1" 401 293 0.000458 10.0.0.242 - - [2025-07-17 02:23:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.029464 10.0.0.242 - - [2025-07-17 02:23:09] "GET /global-system-config/2651c63e-dfab-4ebc-97fc-7f6dff5b2723?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.011567 10.0.0.242 - - [2025-07-17 02:23:09] "POST /fqname-to-id HTTP/1.1" 404 220 0.003854 10.0.0.242 - - [2025-07-17 02:23:09] "POST /analytics-snmp-nodes HTTP/1.1" 200 617 0.020120 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.242 - - [2025-07-17 02:23:41] "GET /obj-perms HTTP/1.1" 200 5075 0.426519 10.0.0.242 - - [2025-07-17 02:23:42] "GET /obj-perms HTTP/1.1" 200 5075 0.057274 10.0.0.242 - - [2025-07-17 02:24:42] "GET /obj-perms HTTP/1.1" 200 5075 0.050961 10.0.0.242 - - [2025-07-17 02:24:43] "GET /obj-perms HTTP/1.1" 200 5075 0.049591 10.0.0.242 - - [2025-07-17 02:25:37] "GET / HTTP/1.1" 200 36215 0.002579 10.0.0.242 - - [2025-07-17 02:25:37] "POST /fqname-to-id HTTP/1.1" 401 293 0.000506 10.0.0.242 - - [2025-07-17 02:25:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.026367 10.0.0.242 - - [2025-07-17 02:25:38] "GET /global-system-config/2651c63e-dfab-4ebc-97fc-7f6dff5b2723?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006254 10.0.0.242 - - [2025-07-17 02:25:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003251 10.0.0.242 - - [2025-07-17 02:25:38] "GET /routing-instance/63410044-ba36-46b2-a2f3-f9486170b41b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.004265 10.0.0.242 - - [2025-07-17 02:25:38] "PUT /global-system-config/2651c63e-dfab-4ebc-97fc-7f6dff5b2723 HTTP/1.1" 200 275 0.012484 10.0.0.242 - - [2025-07-17 02:25:38] "POST /fqname-to-id HTTP/1.1" 404 218 0.002899 10.0.0.242 - - [2025-07-17 02:25:38] "POST /virtual-routers HTTP/1.1" 200 605 0.022916 10.0.0.242 - - [2025-07-17 02:25:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.242 - - [2025-07-17 02:25:38] "GET /virtual-router/b9b6a3c3-03a2-4670-adf1-153cba927407?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1248 0.006331 10.0.0.242 - - [2025-07-17 02:25:38] "POST /fqname-to-id HTTP/1.1" 404 231 0.002818 10.0.0.242 - - [2025-07-17 02:25:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.242 - - [2025-07-17 02:25:38] "GET /virtual-network/03183cd7-10c1-4e7c-8b20-00fe7ecd378e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.005591 10.0.0.242 - - [2025-07-17 02:25:38] "POST /virtual-machine-interfaces HTTP/1.1" 200 587 0.061587 10.0.0.242 - - [2025-07-17 02:25:39] "PUT /access-control-list/9071d047-5dce-4fbf-8cfe-c7f78bdb2e84 HTTP/1.1" 200 273 0.271063 10.0.0.242 - - [2025-07-17 02:25:43] "GET /obj-perms HTTP/1.1" 200 5075 0.054780 10.0.0.242 - - [2025-07-17 02:25:43] "GET /obj-perms HTTP/1.1" 200 5075 0.050201 10.0.0.242 - - [2025-07-17 02:25:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.242 - - [2025-07-17 02:25:44] "GET /virtual-router/b9b6a3c3-03a2-4670-adf1-153cba927407?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1248 0.004336 [Introspect:8084]10.0.0.242 - - [2025-07-17 02:25:44] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000977 [Introspect:8084]10.0.0.242 - - [2025-07-17 02:25:44] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000911 [Introspect:8084]10.0.0.242 - - [2025-07-17 02:25:47] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001040 [Introspect:8084]10.0.0.242 - - [2025-07-17 02:25:47] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001242 10.0.0.242 - - [2025-07-17 02:25:57] "GET /global-system-configs HTTP/1.1" 200 323 0.003321 10.0.0.242 - - [2025-07-17 02:25:57] "GET /obj-perms HTTP/1.1" 200 5075 0.031250 10.0.0.242 - - [2025-07-17 02:25:58] "GET /global-system-configs HTTP/1.1" 200 323 0.047199 10.0.0.242 - - [2025-07-17 02:25:58] "GET /obj-perms HTTP/1.1" 200 5075 0.069482 10.0.0.242 - - [2025-07-17 02:26:39] "GET / HTTP/1.1" 200 36215 0.002537 10.0.0.242 - - [2025-07-17 02:26:39] "GET /project/b71ec05a-35e8-43ca-b9b8-cd1445d8d051?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000494 10.0.0.242 - - [2025-07-17 02:26:40] "GET /projects?obj_uuids=b71ec05a-35e8-43ca-b9b8-cd1445d8d051&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.028838 10.0.0.242 - - [2025-07-17 02:26:40] "GET /domains?obj_uuids=fcda0849-3f4d-43fd-87d6-3619b1739bfa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001704 10.0.0.242 - - [2025-07-17 02:26:40] "GET /domain/fcda0849-3f4d-43fd-87d6-3619b1739bfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.041377 10.0.0.242 - - [2025-07-17 02:26:40] "POST /id-to-fqname HTTP/1.1" 200 167 0.001694 10.0.0.242 - - [2025-07-17 02:26:40] "POST /fqname-to-id HTTP/1.1" 404 176 0.002960 10.0.0.242 - - [2025-07-17 02:26:40] "POST /security-groups HTTP/1.1" 200 568 0.067557 10.0.0.242 - - [2025-07-17 02:26:40] "POST /fqname-to-id HTTP/1.1" 404 207 0.003534 10.0.0.242 - - [2025-07-17 02:26:40] "POST /projects HTTP/1.1" 200 539 0.281674 10.0.0.242 - - [2025-07-17 02:26:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.320151 10.0.0.242 - - [2025-07-17 02:26:40] "POST /access-control-lists HTTP/1.1" 200 575 0.067957 10.0.0.242 - - [2025-07-17 02:26:40] "GET /project/b71ec05a-35e8-43ca-b9b8-cd1445d8d051?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.524445 10.0.0.242 - - [2025-07-17 02:26:40] "POST /fqname-to-id HTTP/1.1" 404 206 0.005951 10.0.0.242 - - [2025-07-17 02:26:41] "POST /access-control-lists HTTP/1.1" 200 573 0.083273 [Introspect:8084]10.0.0.242 - - [2025-07-17 02:26:41] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001476 10.0.0.242 - - [2025-07-17 02:26:41] "POST /fqname-to-id HTTP/1.1" 404 199 0.025341 10.0.0.242 - - [2025-07-17 02:26:41] "GET /projects?obj_uuids=2ef597d4-2e99-4b0a-acdf-480e1ff3537a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003865 10.0.0.242 - - [2025-07-17 02:26:41] "GET /domains?obj_uuids=fcda0849-3f4d-43fd-87d6-3619b1739bfa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001147 10.0.0.242 - - [2025-07-17 02:26:41] "GET /domain/fcda0849-3f4d-43fd-87d6-3619b1739bfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007948 10.0.0.242 - - [2025-07-17 02:26:41] "POST /id-to-fqname HTTP/1.1" 200 201 0.002206 10.0.0.242 - - [2025-07-17 02:26:42] "POST /fqname-to-id HTTP/1.1" 404 210 0.004051 10.0.0.242 - - [2025-07-17 02:26:42] "POST /security-groups HTTP/1.1" 200 602 0.068477 10.0.0.242 - - [2025-07-17 02:26:42] "POST /fqname-to-id HTTP/1.1" 404 245 0.003242 10.0.0.242 - - [2025-07-17 02:26:42] "POST /projects HTTP/1.1" 200 607 0.245378 10.0.0.242 - - [2025-07-17 02:26:42] "POST /access-control-lists HTTP/1.1" 200 609 0.061267 10.0.0.242 - - [2025-07-17 02:26:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.327464 10.0.0.242 - - [2025-07-17 02:26:42] "POST /fqname-to-id HTTP/1.1" 404 244 0.002816 10.0.0.242 - - [2025-07-17 02:26:42] "GET /project/2ef597d4-2e99-4b0a-acdf-480e1ff3537a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.459613 10.0.0.242 - - [2025-07-17 02:26:42] "POST /access-control-lists HTTP/1.1" 200 607 0.061229 10.0.0.242 - - [2025-07-17 02:26:43] "GET / HTTP/1.1" 200 36215 0.002507 10.0.0.242 - - [2025-07-17 02:26:44] "POST /fqname-to-id HTTP/1.1" 401 293 0.000651 10.0.0.242 - - [2025-07-17 02:26:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.039630 10.0.0.242 - - [2025-07-17 02:26:44] "GET /projects?obj_uuids=2ef597d4-2e99-4b0a-acdf-480e1ff3537a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001294 10.0.0.242 - - [2025-07-17 02:26:44] "GET /obj-perms HTTP/1.1" 200 5075 0.392866 10.0.0.242 - - [2025-07-17 02:26:44] "GET /project/2ef597d4-2e99-4b0a-acdf-480e1ff3537a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.036524 10.0.0.242 - - [2025-07-17 02:26:45] "POST /neutron/network HTTP/1.1" 200 117 0.199918 10.0.0.242 - - [2025-07-17 02:26:45] "GET /obj-perms HTTP/1.1" 200 5075 0.062339 10.0.0.242 - - [2025-07-17 02:26:45] "GET /projects?obj_uuids=2ef597d4-2e99-4b0a-acdf-480e1ff3537a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001283 10.0.0.242 - - [2025-07-17 02:26:45] "POST /neutron/network HTTP/1.1" 200 620 0.084841 10.0.0.242 - - [2025-07-17 02:26:45] "POST /route-targets HTTP/1.1" 200 328 0.016849 10.0.0.242 - - [2025-07-17 02:26:45] "POST /ref-update HTTP/1.1" 200 156 0.034523 10.0.0.242 - - [2025-07-17 02:26:45] "POST /useragent-kv HTTP/1.1" 200 115 0.008862 10.0.0.242 - - [2025-07-17 02:26:45] "POST /neutron/subnet HTTP/1.1" 200 724 0.209558 10.0.0.242 - - [2025-07-17 02:26:45] "POST /neutron/network HTTP/1.1" 200 839 0.006530 10.0.0.242 - - [2025-07-17 02:26:45] "POST /id-to-fqname HTTP/1.1" 200 233 0.001426 10.0.0.242 - - [2025-07-17 02:26:45] "GET /virtual-network/87a47b5c-517e-4bca-a810-d90022323a9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005998 10.0.0.242 - - [2025-07-17 02:26:45] "POST /neutron/network HTTP/1.1" 200 839 0.006718 10.0.0.242 - - [2025-07-17 02:26:45] "GET /virtual-network/87a47b5c-517e-4bca-a810-d90022323a9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005639 10.0.0.242 - - [2025-07-17 02:26:45] "POST /neutron/network HTTP/1.1" 200 839 0.006534 10.0.0.242 - - [2025-07-17 02:26:45] "POST /neutron/subnet HTTP/1.1" 200 724 0.007908 10.0.0.242 - - [2025-07-17 02:26:45] "GET /domains HTTP/1.1" 401 293 0.000485 10.0.0.242 - - [2025-07-17 02:26:46] "GET /domains HTTP/1.1" 200 281 0.028456 10.0.0.242 - - [2025-07-17 02:26:46] "GET /domains?obj_uuids=fcda0849-3f4d-43fd-87d6-3619b1739bfa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002792 10.0.0.242 - - [2025-07-17 02:26:46] "GET /domain/fcda0849-3f4d-43fd-87d6-3619b1739bfa HTTP/1.1" 200 2594 0.017635 10.0.0.242 - - [2025-07-17 02:26:46] "GET /projects?obj_uuids=2ef597d4-2e99-4b0a-acdf-480e1ff3537a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001159 10.0.0.242 - - [2025-07-17 02:26:46] "GET /project/2ef597d4-2e99-4b0a-acdf-480e1ff3537a HTTP/1.1" 200 2173 0.074000 10.0.0.242 - - [2025-07-17 02:26:46] "GET /virtual-network/87a47b5c-517e-4bca-a810-d90022323a9a HTTP/1.1" 200 2346 0.007483 10.0.0.242 - - [2025-07-17 02:26:46] "GET /virtual-network/87a47b5c-517e-4bca-a810-d90022323a9a HTTP/1.1" 200 2346 0.005930 10.0.0.242 - - [2025-07-17 02:26:46] "GET /routing-instance/4ac295d0-699f-48ea-b38d-fd7f338c468b HTTP/1.1" 200 1497 0.003845 10.0.0.242 - - [2025-07-17 02:26:46] "GET /routing-instance/4ac295d0-699f-48ea-b38d-fd7f338c468b HTTP/1.1" 200 1497 0.003910 10.0.0.242 - - [2025-07-17 02:26:46] "GET /route-target/6ef44ec5-92b2-4a61-872e-4bdc9a538a67 HTTP/1.1" 200 1220 0.004018 10.0.0.242 - - [2025-07-17 02:26:46] "GET /virtual-network/87a47b5c-517e-4bca-a810-d90022323a9a HTTP/1.1" 200 2346 0.005422 10.0.0.242 - - [2025-07-17 02:26:46] "GET /routing-instance/4ac295d0-699f-48ea-b38d-fd7f338c468b HTTP/1.1" 200 1497 0.003965 10.0.0.242 - - [2025-07-17 02:26:46] "GET /virtual-network/87a47b5c-517e-4bca-a810-d90022323a9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005472 10.0.0.242 - - [2025-07-17 02:26:46] "GET /virtual-network/87a47b5c-517e-4bca-a810-d90022323a9a HTTP/1.1" 200 2346 0.005210 10.0.0.242 - - [2025-07-17 02:26:46] "GET /routing-instance/4ac295d0-699f-48ea-b38d-fd7f338c468b HTTP/1.1" 200 1497 0.003827 10.0.0.242 - - [2025-07-17 02:26:46] "GET /routing-instance/4ac295d0-699f-48ea-b38d-fd7f338c468b HTTP/1.1" 200 1497 0.003860 10.0.0.242 - - [2025-07-17 02:26:46] "GET /route-target/6ef44ec5-92b2-4a61-872e-4bdc9a538a67 HTTP/1.1" 200 1220 0.003940 10.0.0.242 - - [2025-07-17 02:26:46] "GET /domains HTTP/1.1" 200 281 0.003580 10.0.0.242 - - [2025-07-17 02:26:46] "GET /domains?obj_uuids=fcda0849-3f4d-43fd-87d6-3619b1739bfa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001310 10.0.0.242 - - [2025-07-17 02:26:46] "GET /domain/fcda0849-3f4d-43fd-87d6-3619b1739bfa HTTP/1.1" 200 2594 0.008328 10.0.0.242 - - [2025-07-17 02:26:46] "GET /projects?obj_uuids=2ef597d4-2e99-4b0a-acdf-480e1ff3537a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001308 10.0.0.242 - - [2025-07-17 02:26:46] "GET /project/2ef597d4-2e99-4b0a-acdf-480e1ff3537a HTTP/1.1" 200 2173 0.074635 10.0.0.242 - - [2025-07-17 02:26:46] "GET /virtual-network/87a47b5c-517e-4bca-a810-d90022323a9a HTTP/1.1" 200 2346 0.005903 10.0.0.242 - - [2025-07-17 02:26:47] "GET /obj-perms HTTP/1.1" 200 5071 0.056105 10.0.0.242 - - [2025-07-17 02:26:47] "POST /id-to-fqname HTTP/1.1" 200 233 0.001557 10.0.0.242 - - [2025-07-17 02:26:48] "POST /neutron/network HTTP/1.1" 200 849 0.007242 10.0.0.242 - - [2025-07-17 02:26:48] "GET /aaa-mode HTTP/1.1" 401 293 0.000685 10.0.0.242 - - [2025-07-17 02:26:49] "GET / HTTP/1.1" 200 36215 0.001660 10.0.0.242 - - [2025-07-17 02:26:49] "GET /project/2ef597d4-2e99-4b0a-acdf-480e1ff3537a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000648 10.0.0.242 - - [2025-07-17 02:26:49] "GET /projects?obj_uuids=2ef597d4-2e99-4b0a-acdf-480e1ff3537a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001421 10.0.0.242 - - [2025-07-17 02:26:49] "GET /project/2ef597d4-2e99-4b0a-acdf-480e1ff3537a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.061350 10.0.0.242 - - [2025-07-17 02:26:50] "POST /neutron/network HTTP/1.1" 200 839 0.031711 10.0.0.242 - - [2025-07-17 02:26:50] "POST /neutron/port HTTP/1.1" 200 117 0.006541 10.0.0.242 - - [2025-07-17 02:26:50] "POST /neutron/port HTTP/1.1" 200 117 0.005880 10.0.0.242 - - [2025-07-17 02:26:50] "POST /neutron/port HTTP/1.1" 200 117 0.006719 10.0.0.242 - - [2025-07-17 02:26:51] "POST /neutron/network HTTP/1.1" 200 849 0.006582 10.0.0.242 - - [2025-07-17 02:26:51] "GET /projects?obj_uuids=2ef597d4-2e99-4b0a-acdf-480e1ff3537a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001328 10.0.0.242 - - [2025-07-17 02:26:52] "POST /neutron/port HTTP/1.1" 200 1071 0.270170 10.0.0.242 - - [2025-07-17 02:26:52] "POST /neutron/port HTTP/1.1" 200 1071 0.037035 10.0.0.242 - - [2025-07-17 02:26:52] "POST /neutron/port HTTP/1.1" 200 1071 0.010874 10.0.0.242 - - [2025-07-17 02:26:52] "POST /neutron/port HTTP/1.1" 200 1125 0.090108 10.0.0.242 - - [2025-07-17 02:26:52] "POST /neutron/port HTTP/1.1" 200 1099 0.013354 10.0.0.242 - - [2025-07-17 02:26:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004023 10.0.0.242 - - [2025-07-17 02:26:52] "POST /neutron/subnet HTTP/1.1" 200 698 0.008566 10.0.0.242 - - [2025-07-17 02:26:52] "POST /neutron/port HTTP/1.1" 200 117 0.001575 10.0.0.242 - - [2025-07-17 02:26:52] "POST /neutron/network HTTP/1.1" 200 839 0.007184 10.0.0.242 - - [2025-07-17 02:26:55] "POST /neutron/port HTTP/1.1" 200 1099 0.015932 10.0.0.242 - - [2025-07-17 02:26:55] "POST /neutron/security_group HTTP/1.1" 200 2069 0.007719 10.0.0.242 - - [2025-07-17 02:27:00] "POST /neutron/port HTTP/1.1" 200 1099 0.016575 10.0.0.242 - - [2025-07-17 02:27:00] "POST /neutron/security_group HTTP/1.1" 200 2069 0.008180 10.0.0.242 - - [2025-07-17 02:27:00] "GET /obj-perms HTTP/1.1" 200 5071 0.004225 10.0.0.242 - - [2025-07-17 02:27:02] "GET /obj-perms HTTP/1.1" 200 5071 0.005238 10.0.0.242 - - [2025-07-17 02:27:03] "GET /obj-perms HTTP/1.1" 200 5071 0.003646 10.0.0.242 - - [2025-07-17 02:27:04] "GET /obj-perms HTTP/1.1" 200 5071 0.003671 10.0.0.242 - - [2025-07-17 02:27:05] "GET /obj-perms HTTP/1.1" 200 5071 0.003725 10.0.0.242 - - [2025-07-17 02:27:06] "POST /neutron/network HTTP/1.1" 200 839 0.007365 10.0.0.242 - - [2025-07-17 02:27:06] "POST /neutron/network HTTP/1.1" 400 204 0.013485 10.0.0.242 - - [2025-07-17 02:27:06] "POST /neutron/port HTTP/1.1" 200 1099 0.013251 10.0.0.242 - - [2025-07-17 02:27:06] "POST /neutron/port HTTP/1.1" 200 1125 0.013171 10.0.0.242 - - [2025-07-17 02:27:06] "POST /neutron/port HTTP/1.1" 200 151 0.151437 10.0.0.242 - - [2025-07-17 02:27:08] "POST /neutron/network HTTP/1.1" 200 839 0.006267 10.0.0.242 - - [2025-07-17 02:27:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.242 - - [2025-07-17 02:27:08] "POST /useragent-kv HTTP/1.1" 200 115 0.004589 10.0.0.242 - - [2025-07-17 02:27:08] "POST /useragent-kv HTTP/1.1" 200 115 0.004346 10.0.0.242 - - [2025-07-17 02:27:08] "POST /neutron/network HTTP/1.1" 200 151 0.128545 10.0.0.242 - - [2025-07-17 02:27:08] "GET /routing-instance/4ac295d0-699f-48ea-b38d-fd7f338c468b HTTP/1.1" 404 171 0.004736 10.0.0.242 - - [2025-07-17 02:27:08] "DELETE /route-target/6ef44ec5-92b2-4a61-872e-4bdc9a538a67 HTTP/1.1" 200 115 0.033647 10.0.0.242 - - [2025-07-17 02:27:08] "GET /domains HTTP/1.1" 200 281 0.002750 10.0.0.242 - - [2025-07-17 02:27:08] "GET /domains?obj_uuids=fcda0849-3f4d-43fd-87d6-3619b1739bfa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002144 10.0.0.242 - - [2025-07-17 02:27:08] "GET /domain/fcda0849-3f4d-43fd-87d6-3619b1739bfa HTTP/1.1" 200 2594 0.055631 10.0.0.242 - - [2025-07-17 02:27:08] "GET /projects?obj_uuids=2ef597d4-2e99-4b0a-acdf-480e1ff3537a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001218 10.0.0.242 - - [2025-07-17 02:27:08] "GET /project/2ef597d4-2e99-4b0a-acdf-480e1ff3537a HTTP/1.1" 200 1922 0.083949 10.0.0.242 - - [2025-07-17 02:27:08] "GET /projects?obj_uuids=2ef597d4-2e99-4b0a-acdf-480e1ff3537a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001533 10.0.0.242 - - [2025-07-17 02:27:08] "GET /project/2ef597d4-2e99-4b0a-acdf-480e1ff3537a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.040029 10.0.0.242 - - [2025-07-17 02:27:08] "GET /projects?obj_uuids=2ef597d4-2e99-4b0a-acdf-480e1ff3537a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001705 10.0.0.242 - - [2025-07-17 02:27:08] "GET /project/2ef597d4-2e99-4b0a-acdf-480e1ff3537a?fields=virtual_networks HTTP/1.1" 200 1055 0.042374 10.0.0.242 - - [2025-07-17 02:27:08] "GET /projects?obj_uuids=2ef597d4-2e99-4b0a-acdf-480e1ff3537a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001334 10.0.0.242 - - [2025-07-17 02:27:08] "GET /project/2ef597d4-2e99-4b0a-acdf-480e1ff3537a?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.032932 10.0.0.242 - - [2025-07-17 02:27:09] "GET /projects?obj_uuids=2ef597d4-2e99-4b0a-acdf-480e1ff3537a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001316 10.0.0.242 - - [2025-07-17 02:27:09] "GET /project/2ef597d4-2e99-4b0a-acdf-480e1ff3537a?fields=security_groups HTTP/1.1" 200 1293 0.034246 10.0.0.242 - - [2025-07-17 02:27:09] "POST /fqname-to-id HTTP/1.1" 404 200 0.026829 10.0.0.242 - - [2025-07-17 02:27:10] "GET /projects?obj_uuids=2fcecbc3-fa6f-49b4-bcf1-004f0b77e854&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003281 10.0.0.242 - - [2025-07-17 02:27:10] "GET /domains?obj_uuids=fcda0849-3f4d-43fd-87d6-3619b1739bfa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001327 10.0.0.242 - - [2025-07-17 02:27:10] "GET /domain/fcda0849-3f4d-43fd-87d6-3619b1739bfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009354 10.0.0.242 - - [2025-07-17 02:27:10] "POST /id-to-fqname HTTP/1.1" 200 202 0.002038 10.0.0.242 - - [2025-07-17 02:27:10] "POST /fqname-to-id HTTP/1.1" 404 211 0.007825 10.0.0.242 - - [2025-07-17 02:27:10] "POST /security-groups HTTP/1.1" 200 603 0.063827 10.0.0.242 - - [2025-07-17 02:27:10] "POST /fqname-to-id HTTP/1.1" 404 246 0.002825 10.0.0.242 - - [2025-07-17 02:27:10] "POST /projects HTTP/1.1" 200 609 0.248165 10.0.0.242 - - [2025-07-17 02:27:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.280633 10.0.0.242 - - [2025-07-17 02:27:10] "POST /access-control-lists HTTP/1.1" 200 610 0.060149 10.0.0.242 - - [2025-07-17 02:27:10] "GET /project/2fcecbc3-fa6f-49b4-bcf1-004f0b77e854?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.428733 10.0.0.242 - - [2025-07-17 02:27:10] "POST /fqname-to-id HTTP/1.1" 404 245 0.003340 10.0.0.242 - - [2025-07-17 02:27:10] "POST /access-control-lists HTTP/1.1" 200 608 0.068220 10.0.0.242 - - [2025-07-17 02:27:11] "GET / HTTP/1.1" 200 36215 0.002828 10.0.0.242 - - [2025-07-17 02:27:12] "GET /projects?obj_uuids=b71ec05a-35e8-43ca-b9b8-cd1445d8d051&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001594 10.0.0.242 - - [2025-07-17 02:27:12] "GET /project/b71ec05a-35e8-43ca-b9b8-cd1445d8d051?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.048879 10.0.0.242 - - [2025-07-17 02:27:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.242 - - [2025-07-17 02:27:13] "GET /security-group/ece772c1-1de9-4f95-ac37-d568598b47ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3687 0.006615 10.0.0.242 - - [2025-07-17 02:27:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004179 10.0.0.242 - - [2025-07-17 02:27:13] "GET /projects?obj_uuids=b71ec05a-35e8-43ca-b9b8-cd1445d8d051&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001368 10.0.0.242 - - [2025-07-17 02:27:13] "GET /project/b71ec05a-35e8-43ca-b9b8-cd1445d8d051?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.032062 10.0.0.242 - - [2025-07-17 02:27:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.242 - - [2025-07-17 02:27:13] "GET /security-group/ece772c1-1de9-4f95-ac37-d568598b47ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3687 0.005285 10.0.0.242 - - [2025-07-17 02:27:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.242 - - [2025-07-17 02:27:13] "PUT /security-group/ece772c1-1de9-4f95-ac37-d568598b47ba HTTP/1.1" 200 263 0.018663 10.0.0.242 - - [2025-07-17 02:27:13] "PUT /access-control-list/03a782bf-5b8b-45c6-bd79-1e550c7613f3 HTTP/1.1" 200 273 0.010623 10.0.0.242 - - [2025-07-17 02:27:13] "PUT /access-control-list/c802d6d6-3302-45c8-b5b9-e4bf717a8de6 HTTP/1.1" 200 273 0.011122 10.0.0.242 - - [2025-07-17 02:27:13] "POST /fqname-to-id HTTP/1.1" 401 293 0.000489 10.0.0.242 - - [2025-07-17 02:27:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.072760 10.0.0.242 - - [2025-07-17 02:27:14] "GET /projects?obj_uuids=2fcecbc3-fa6f-49b4-bcf1-004f0b77e854&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001618 10.0.0.242 - - [2025-07-17 02:27:14] "GET /project/2fcecbc3-fa6f-49b4-bcf1-004f0b77e854?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.048316 10.0.0.242 - - [2025-07-17 02:27:14] "POST /neutron/network HTTP/1.1" 200 117 0.035040 10.0.0.242 - - [2025-07-17 02:27:14] "GET /projects?obj_uuids=2fcecbc3-fa6f-49b4-bcf1-004f0b77e854&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001376 10.0.0.242 - - [2025-07-17 02:27:14] "POST /neutron/network HTTP/1.1" 200 619 0.096077 10.0.0.242 - - [2025-07-17 02:27:14] "POST /route-targets HTTP/1.1" 200 328 0.015019 10.0.0.242 - - [2025-07-17 02:27:14] "POST /ref-update HTTP/1.1" 200 156 0.017180 10.0.0.242 - - [2025-07-17 02:27:14] "POST /useragent-kv HTTP/1.1" 200 115 0.006773 10.0.0.242 - - [2025-07-17 02:27:14] "POST /neutron/subnet HTTP/1.1" 200 715 0.249514 10.0.0.242 - - [2025-07-17 02:27:14] "POST /neutron/network HTTP/1.1" 200 836 0.006103 10.0.0.242 - - [2025-07-17 02:27:14] "POST /id-to-fqname HTTP/1.1" 200 233 0.001571 10.0.0.242 - - [2025-07-17 02:27:14] "GET /virtual-network/00befe62-b99e-4b50-9312-62ca5cf7ccca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005859 10.0.0.242 - - [2025-07-17 02:27:14] "POST /neutron/network HTTP/1.1" 200 836 0.006567 10.0.0.242 - - [2025-07-17 02:27:14] "GET /virtual-network/00befe62-b99e-4b50-9312-62ca5cf7ccca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005897 10.0.0.242 - - [2025-07-17 02:27:14] "POST /neutron/network HTTP/1.1" 200 836 0.007534 10.0.0.242 - - [2025-07-17 02:27:14] "POST /neutron/subnet HTTP/1.1" 200 715 0.008220 10.0.0.242 - - [2025-07-17 02:27:14] "GET /domains HTTP/1.1" 401 293 0.000454 10.0.0.242 - - [2025-07-17 02:27:15] "GET /domains HTTP/1.1" 200 281 0.027104 10.0.0.242 - - [2025-07-17 02:27:15] "GET /domains?obj_uuids=fcda0849-3f4d-43fd-87d6-3619b1739bfa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001187 10.0.0.242 - - [2025-07-17 02:27:15] "GET /domain/fcda0849-3f4d-43fd-87d6-3619b1739bfa HTTP/1.1" 200 2793 0.009476 10.0.0.242 - - [2025-07-17 02:27:15] "GET /projects?obj_uuids=2fcecbc3-fa6f-49b4-bcf1-004f0b77e854&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001250 10.0.0.242 - - [2025-07-17 02:27:15] "GET /project/2fcecbc3-fa6f-49b4-bcf1-004f0b77e854 HTTP/1.1" 200 2179 0.077192 10.0.0.242 - - [2025-07-17 02:27:15] "GET /virtual-network/00befe62-b99e-4b50-9312-62ca5cf7ccca HTTP/1.1" 200 2336 0.007583 10.0.0.242 - - [2025-07-17 02:27:15] "GET /virtual-network/00befe62-b99e-4b50-9312-62ca5cf7ccca HTTP/1.1" 200 2336 0.007023 10.0.0.242 - - [2025-07-17 02:27:15] "GET /routing-instance/723ff7b8-3817-40e1-a848-c40bde2a3cad HTTP/1.1" 200 1494 0.004603 10.0.0.242 - - [2025-07-17 02:27:15] "GET /routing-instance/723ff7b8-3817-40e1-a848-c40bde2a3cad HTTP/1.1" 200 1494 0.006489 10.0.0.242 - - [2025-07-17 02:27:15] "GET /route-target/490a596a-b7e3-4562-8345-033c50dd21b4 HTTP/1.1" 200 1219 0.003974 10.0.0.242 - - [2025-07-17 02:27:15] "GET /virtual-network/00befe62-b99e-4b50-9312-62ca5cf7ccca HTTP/1.1" 200 2336 0.005710 10.0.0.242 - - [2025-07-17 02:27:15] "GET /routing-instance/723ff7b8-3817-40e1-a848-c40bde2a3cad HTTP/1.1" 200 1494 0.004794 10.0.0.242 - - [2025-07-17 02:27:15] "GET /virtual-network/00befe62-b99e-4b50-9312-62ca5cf7ccca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.007277 10.0.0.242 - - [2025-07-17 02:27:15] "GET /virtual-network/00befe62-b99e-4b50-9312-62ca5cf7ccca HTTP/1.1" 200 2336 0.006764 10.0.0.242 - - [2025-07-17 02:27:15] "GET /routing-instance/723ff7b8-3817-40e1-a848-c40bde2a3cad HTTP/1.1" 200 1494 0.004184 10.0.0.242 - - [2025-07-17 02:27:15] "GET /routing-instance/723ff7b8-3817-40e1-a848-c40bde2a3cad HTTP/1.1" 200 1494 0.004180 10.0.0.242 - - [2025-07-17 02:27:15] "GET /route-target/490a596a-b7e3-4562-8345-033c50dd21b4 HTTP/1.1" 200 1219 0.003658 10.0.0.242 - - [2025-07-17 02:27:15] "GET /domains HTTP/1.1" 200 281 0.003166 10.0.0.242 - - [2025-07-17 02:27:15] "GET /domains?obj_uuids=fcda0849-3f4d-43fd-87d6-3619b1739bfa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001159 10.0.0.242 - - [2025-07-17 02:27:15] "GET /domain/fcda0849-3f4d-43fd-87d6-3619b1739bfa HTTP/1.1" 200 2793 0.007976 10.0.0.242 - - [2025-07-17 02:27:15] "GET /projects?obj_uuids=2fcecbc3-fa6f-49b4-bcf1-004f0b77e854&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001569 10.0.0.242 - - [2025-07-17 02:27:15] "GET /project/2fcecbc3-fa6f-49b4-bcf1-004f0b77e854 HTTP/1.1" 200 2179 0.074366 10.0.0.242 - - [2025-07-17 02:27:15] "GET /virtual-network/00befe62-b99e-4b50-9312-62ca5cf7ccca HTTP/1.1" 200 2336 0.005768 10.0.0.242 - - [2025-07-17 02:27:15] "GET /obj-perms HTTP/1.1" 200 5073 0.053126 10.0.0.242 - - [2025-07-17 02:27:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003154 10.0.0.242 - - [2025-07-17 02:27:15] "GET /projects?obj_uuids=2fcecbc3-fa6f-49b4-bcf1-004f0b77e854&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001171 10.0.0.242 - - [2025-07-17 02:27:16] "GET /project/2fcecbc3-fa6f-49b4-bcf1-004f0b77e854?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.033790 10.0.0.242 - - [2025-07-17 02:27:16] "POST /neutron/network HTTP/1.1" 200 117 0.010509 10.0.0.242 - - [2025-07-17 02:27:16] "GET /projects?obj_uuids=2fcecbc3-fa6f-49b4-bcf1-004f0b77e854&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001299 10.0.0.242 - - [2025-07-17 02:27:16] "POST /neutron/network HTTP/1.1" 200 619 0.080338 10.0.0.242 - - [2025-07-17 02:27:16] "POST /route-targets HTTP/1.1" 200 328 0.013767 10.0.0.242 - - [2025-07-17 02:27:16] "POST /ref-update HTTP/1.1" 200 156 0.014151 10.0.0.242 - - [2025-07-17 02:27:16] "POST /useragent-kv HTTP/1.1" 200 115 0.012713 10.0.0.242 - - [2025-07-17 02:27:16] "POST /neutron/subnet HTTP/1.1" 200 730 0.160374 10.0.0.242 - - [2025-07-17 02:27:16] "POST /neutron/network HTTP/1.1" 200 839 0.005753 10.0.0.242 - - [2025-07-17 02:27:16] "POST /id-to-fqname HTTP/1.1" 200 233 0.001277 10.0.0.242 - - [2025-07-17 02:27:16] "GET /virtual-network/a378154c-1681-444b-b1e8-c2a0c6076e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005350 10.0.0.242 - - [2025-07-17 02:27:16] "POST /neutron/network HTTP/1.1" 200 839 0.006440 10.0.0.242 - - [2025-07-17 02:27:16] "GET /virtual-network/a378154c-1681-444b-b1e8-c2a0c6076e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006188 10.0.0.242 - - [2025-07-17 02:27:16] "POST /neutron/network HTTP/1.1" 200 839 0.006389 10.0.0.242 - - [2025-07-17 02:27:16] "POST /neutron/subnet HTTP/1.1" 200 730 0.008388 10.0.0.242 - - [2025-07-17 02:27:16] "GET /domains HTTP/1.1" 200 281 0.003158 10.0.0.242 - - [2025-07-17 02:27:16] "GET /domains?obj_uuids=fcda0849-3f4d-43fd-87d6-3619b1739bfa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001120 10.0.0.242 - - [2025-07-17 02:27:16] "GET /domain/fcda0849-3f4d-43fd-87d6-3619b1739bfa HTTP/1.1" 200 2793 0.007957 10.0.0.242 - - [2025-07-17 02:27:16] "GET /projects?obj_uuids=2fcecbc3-fa6f-49b4-bcf1-004f0b77e854&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001136 10.0.0.242 - - [2025-07-17 02:27:16] "GET /project/2fcecbc3-fa6f-49b4-bcf1-004f0b77e854 HTTP/1.1" 200 2408 0.068195 10.0.0.242 - - [2025-07-17 02:27:16] "GET /virtual-network/a378154c-1681-444b-b1e8-c2a0c6076e53 HTTP/1.1" 200 2348 0.007933 10.0.0.242 - - [2025-07-17 02:27:16] "GET /virtual-network/a378154c-1681-444b-b1e8-c2a0c6076e53 HTTP/1.1" 200 2348 0.006259 10.0.0.242 - - [2025-07-17 02:27:16] "GET /routing-instance/9f6c398b-a7cc-4e4d-9d07-20aa579f61fe HTTP/1.1" 200 1495 0.004793 10.0.0.242 - - [2025-07-17 02:27:16] "GET /routing-instance/9f6c398b-a7cc-4e4d-9d07-20aa579f61fe HTTP/1.1" 200 1495 0.004369 10.0.0.242 - - [2025-07-17 02:27:16] "GET /route-target/9100bd13-3bba-47db-b35d-24437bb4faa3 HTTP/1.1" 200 1221 0.003949 10.0.0.242 - - [2025-07-17 02:27:16] "GET /virtual-network/a378154c-1681-444b-b1e8-c2a0c6076e53 HTTP/1.1" 200 2348 0.005893 10.0.0.242 - - [2025-07-17 02:27:16] "GET /routing-instance/9f6c398b-a7cc-4e4d-9d07-20aa579f61fe HTTP/1.1" 200 1495 0.005278 10.0.0.242 - - [2025-07-17 02:27:16] "GET /virtual-network/a378154c-1681-444b-b1e8-c2a0c6076e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.007523 10.0.0.242 - - [2025-07-17 02:27:16] "GET /virtual-network/a378154c-1681-444b-b1e8-c2a0c6076e53 HTTP/1.1" 200 2348 0.008139 10.0.0.242 - - [2025-07-17 02:27:16] "GET /routing-instance/9f6c398b-a7cc-4e4d-9d07-20aa579f61fe HTTP/1.1" 200 1495 0.004178 10.0.0.242 - - [2025-07-17 02:27:16] "GET /routing-instance/9f6c398b-a7cc-4e4d-9d07-20aa579f61fe HTTP/1.1" 200 1495 0.005232 10.0.0.242 - - [2025-07-17 02:27:16] "GET /route-target/9100bd13-3bba-47db-b35d-24437bb4faa3 HTTP/1.1" 200 1221 0.005075 10.0.0.242 - - [2025-07-17 02:27:16] "GET /domains HTTP/1.1" 200 281 0.004047 10.0.0.242 - - [2025-07-17 02:27:16] "GET /domains?obj_uuids=fcda0849-3f4d-43fd-87d6-3619b1739bfa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001822 10.0.0.242 - - [2025-07-17 02:27:16] "GET /domain/fcda0849-3f4d-43fd-87d6-3619b1739bfa HTTP/1.1" 200 2793 0.011669 10.0.0.242 - - [2025-07-17 02:27:16] "GET /projects?obj_uuids=2fcecbc3-fa6f-49b4-bcf1-004f0b77e854&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001237 10.0.0.242 - - [2025-07-17 02:27:16] "GET /project/2fcecbc3-fa6f-49b4-bcf1-004f0b77e854 HTTP/1.1" 200 2408 0.073293 10.0.0.242 - - [2025-07-17 02:27:16] "GET /virtual-network/a378154c-1681-444b-b1e8-c2a0c6076e53 HTTP/1.1" 200 2348 0.005972 10.0.0.242 - - [2025-07-17 02:27:16] "GET /obj-perms HTTP/1.1" 200 5073 0.004552 10.0.0.242 - - [2025-07-17 02:27:16] "POST /id-to-fqname HTTP/1.1" 200 233 0.001400 10.0.0.242 - - [2025-07-17 02:27:17] "POST /neutron/network HTTP/1.1" 200 849 0.008362 10.0.0.242 - - [2025-07-17 02:27:17] "GET /aaa-mode HTTP/1.1" 401 293 0.000771 10.0.0.242 - - [2025-07-17 02:27:17] "GET / HTTP/1.1" 200 36215 0.002994 10.0.0.242 - - [2025-07-17 02:27:17] "GET /project/2fcecbc3-fa6f-49b4-bcf1-004f0b77e854?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000450 10.0.0.242 - - [2025-07-17 02:27:17] "GET /projects?obj_uuids=2fcecbc3-fa6f-49b4-bcf1-004f0b77e854&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001239 10.0.0.242 - - [2025-07-17 02:27:17] "GET /project/2fcecbc3-fa6f-49b4-bcf1-004f0b77e854?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.067846 10.0.0.242 - - [2025-07-17 02:27:17] "POST /neutron/network HTTP/1.1" 200 839 0.006652 10.0.0.242 - - [2025-07-17 02:27:18] "POST /neutron/port HTTP/1.1" 200 117 0.005481 10.0.0.242 - - [2025-07-17 02:27:18] "POST /neutron/port HTTP/1.1" 200 117 0.005684 10.0.0.242 - - [2025-07-17 02:27:18] "POST /id-to-fqname HTTP/1.1" 200 233 0.001508 10.0.0.242 - - [2025-07-17 02:27:18] "POST /neutron/port HTTP/1.1" 200 117 0.006085 10.0.0.242 - - [2025-07-17 02:27:18] "POST /neutron/network HTTP/1.1" 200 846 0.008118 10.0.0.242 - - [2025-07-17 02:27:18] "GET /aaa-mode HTTP/1.1" 401 293 0.000493 10.0.0.242 - - [2025-07-17 02:27:18] "POST /neutron/network HTTP/1.1" 200 849 0.006823 10.0.0.242 - - [2025-07-17 02:27:18] "GET /projects?obj_uuids=2fcecbc3-fa6f-49b4-bcf1-004f0b77e854&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001305 10.0.0.242 - - [2025-07-17 02:27:18] "GET / HTTP/1.1" 200 36215 0.001888 10.0.0.242 - - [2025-07-17 02:27:18] "GET /project/2fcecbc3-fa6f-49b4-bcf1-004f0b77e854?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000441 10.0.0.242 - - [2025-07-17 02:27:18] "POST /neutron/port HTTP/1.1" 200 1073 0.273935 10.0.0.242 - - [2025-07-17 02:27:18] "POST /neutron/port HTTP/1.1" 200 1073 0.011770 10.0.0.242 - - [2025-07-17 02:27:18] "POST /neutron/port HTTP/1.1" 200 1073 0.010469 10.0.0.242 - - [2025-07-17 02:27:19] "POST /neutron/port HTTP/1.1" 200 1127 0.085894 10.0.0.242 - - [2025-07-17 02:27:19] "POST /neutron/port HTTP/1.1" 200 1101 0.015670 10.0.0.242 - - [2025-07-17 02:27:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006940 10.0.0.242 - - [2025-07-17 02:27:19] "POST /neutron/subnet HTTP/1.1" 200 704 0.008518 10.0.0.242 - - [2025-07-17 02:27:19] "GET /projects?obj_uuids=2fcecbc3-fa6f-49b4-bcf1-004f0b77e854&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001246 10.0.0.242 - - [2025-07-17 02:27:19] "POST /neutron/port HTTP/1.1" 200 117 0.001175 10.0.0.242 - - [2025-07-17 02:27:19] "GET /project/2fcecbc3-fa6f-49b4-bcf1-004f0b77e854?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.064389 10.0.0.242 - - [2025-07-17 02:27:19] "POST /neutron/network HTTP/1.1" 200 839 0.006329 10.0.0.242 - - [2025-07-17 02:27:19] "POST /neutron/network HTTP/1.1" 200 836 0.013444 10.0.0.242 - - [2025-07-17 02:27:19] "POST /neutron/port HTTP/1.1" 200 1101 0.020856 10.0.0.242 - - [2025-07-17 02:27:19] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007718 10.0.0.242 - - [2025-07-17 02:27:19] "POST /neutron/port HTTP/1.1" 200 117 0.007745 10.0.0.242 - - [2025-07-17 02:27:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003228 10.0.0.242 - - [2025-07-17 02:27:19] "GET /projects?obj_uuids=2fcecbc3-fa6f-49b4-bcf1-004f0b77e854&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001529 10.0.0.242 - - [2025-07-17 02:27:19] "GET /project/2fcecbc3-fa6f-49b4-bcf1-004f0b77e854?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.056897 10.0.0.242 - - [2025-07-17 02:27:19] "GET /virtual-network/00befe62-b99e-4b50-9312-62ca5cf7ccca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.008333 10.0.0.242 - - [2025-07-17 02:27:19] "GET /floating-ip-pools?parent_id=00befe62-b99e-4b50-9312-62ca5cf7ccca&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.011610 10.0.0.242 - - [2025-07-17 02:27:19] "POST /neutron/network HTTP/1.1" 200 846 0.010776 10.0.0.242 - - [2025-07-17 02:27:19] "GET /projects?obj_uuids=2fcecbc3-fa6f-49b4-bcf1-004f0b77e854&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001385 10.0.0.242 - - [2025-07-17 02:27:19] "GET /virtual-network/00befe62-b99e-4b50-9312-62ca5cf7ccca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006526 10.0.0.242 - - [2025-07-17 02:27:19] "POST /floating-ip-pools HTTP/1.1" 200 611 0.053314 10.0.0.242 - - [2025-07-17 02:27:20] "POST /ref-update HTTP/1.1" 200 156 0.062362 10.0.0.242 - - [2025-07-17 02:27:20] "GET /virtual-network/00befe62-b99e-4b50-9312-62ca5cf7ccca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.008182 10.0.0.242 - - [2025-07-17 02:27:20] "GET /domains HTTP/1.1" 200 281 0.003462 10.0.0.242 - - [2025-07-17 02:27:20] "GET /domains?obj_uuids=fcda0849-3f4d-43fd-87d6-3619b1739bfa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001535 10.0.0.242 - - [2025-07-17 02:27:20] "GET /domain/fcda0849-3f4d-43fd-87d6-3619b1739bfa HTTP/1.1" 200 2793 0.013090 10.0.0.242 - - [2025-07-17 02:27:20] "GET /projects?obj_uuids=2fcecbc3-fa6f-49b4-bcf1-004f0b77e854&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001214 10.0.0.242 - - [2025-07-17 02:27:20] "POST /neutron/port HTTP/1.1" 200 1070 0.384769 10.0.0.242 - - [2025-07-17 02:27:20] "GET /project/2fcecbc3-fa6f-49b4-bcf1-004f0b77e854 HTTP/1.1" 200 3253 0.087405 10.0.0.242 - - [2025-07-17 02:27:20] "POST /neutron/port HTTP/1.1" 200 1070 0.031239 10.0.0.242 - - [2025-07-17 02:27:20] "GET /virtual-network/00befe62-b99e-4b50-9312-62ca5cf7ccca HTTP/1.1" 200 3151 0.014261 10.0.0.242 - - [2025-07-17 02:27:20] "GET /floating-ip-pool/46ff965f-3546-4076-bf81-e2dcb04270cb HTTP/1.1" 200 1444 0.004675 10.0.0.242 - - [2025-07-17 02:27:20] "POST /neutron/port HTTP/1.1" 200 1070 0.018712 10.0.0.242 - - [2025-07-17 02:27:20] "GET /domains HTTP/1.1" 200 281 0.007275 10.0.0.242 - - [2025-07-17 02:27:20] "GET /domains?obj_uuids=fcda0849-3f4d-43fd-87d6-3619b1739bfa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002560 10.0.0.242 - - [2025-07-17 02:27:20] "GET /domain/fcda0849-3f4d-43fd-87d6-3619b1739bfa HTTP/1.1" 200 2793 0.012459 10.0.0.242 - - [2025-07-17 02:27:20] "GET /projects?obj_uuids=2fcecbc3-fa6f-49b4-bcf1-004f0b77e854&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001211 10.0.0.242 - - [2025-07-17 02:27:20] "POST /neutron/port HTTP/1.1" 200 1124 0.103479 10.0.0.242 - - [2025-07-17 02:27:20] "GET /project/2fcecbc3-fa6f-49b4-bcf1-004f0b77e854 HTTP/1.1" 200 3253 0.094550 10.0.0.242 - - [2025-07-17 02:27:20] "GET /virtual-network/00befe62-b99e-4b50-9312-62ca5cf7ccca HTTP/1.1" 200 3151 0.005706 10.0.0.242 - - [2025-07-17 02:27:20] "GET /virtual-network/00befe62-b99e-4b50-9312-62ca5cf7ccca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006844 10.0.0.242 - - [2025-07-17 02:27:20] "POST /neutron/port HTTP/1.1" 200 1098 0.016550 10.0.0.242 - - [2025-07-17 02:27:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004651 10.0.0.242 - - [2025-07-17 02:27:20] "POST /neutron/port HTTP/1.1" 200 1101 0.014981 10.0.0.242 - - [2025-07-17 02:27:20] "POST /neutron/subnet HTTP/1.1" 200 689 0.009062 10.0.0.242 - - [2025-07-17 02:27:20] "POST /neutron/port HTTP/1.1" 200 117 0.001553 10.0.0.242 - - [2025-07-17 02:27:20] "POST /neutron/security_group HTTP/1.1" 200 2070 0.011284 10.0.0.242 - - [2025-07-17 02:27:20] "POST /neutron/network HTTP/1.1" 200 836 0.005899 10.0.0.242 - - [2025-07-17 02:27:20] "POST /neutron/port HTTP/1.1" 200 1101 0.013922 10.0.0.242 - - [2025-07-17 02:27:20] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007587 10.0.0.242 - - [2025-07-17 02:27:20] "POST /neutron/port HTTP/1.1" 200 1101 0.012988 10.0.0.242 - - [2025-07-17 02:27:20] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006876 10.0.0.242 - - [2025-07-17 02:27:20] "GET /virtual-machine/707d7484-bd02-4a11-a0c2-cb0ec2c1544d HTTP/1.1" 200 1306 0.005457 10.0.0.242 - - [2025-07-17 02:27:20] "GET /virtual-machine-interface/5d4d330d-6235-4225-b4f9-c8500c581354 HTTP/1.1" 200 3011 0.005747 10.0.0.242 - - [2025-07-17 02:27:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005568 10.0.0.242 - - [2025-07-17 02:27:20] "GET /global-vrouter-config/95957b98-eb09-4f31-887e-2fee0bd8a2fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.005268 10.0.0.242 - - [2025-07-17 02:27:20] "GET /virtual-networks?parent_id=2fcecbc3-fa6f-49b4-bcf1-004f0b77e854&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.005207 10.0.0.242 - - [2025-07-17 02:27:20] "GET /virtual-network/a378154c-1681-444b-b1e8-c2a0c6076e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006747 10.0.0.242 - - [2025-07-17 02:27:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004260 10.0.0.242 - - [2025-07-17 02:27:24] "GET /virtual-network/a378154c-1681-444b-b1e8-c2a0c6076e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.008973 10.0.0.242 - - [2025-07-17 02:27:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.242 - - [2025-07-17 02:27:28] "GET /virtual-network/a378154c-1681-444b-b1e8-c2a0c6076e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005509 10.0.0.242 - - [2025-07-17 02:27:29] "POST /neutron/port HTTP/1.1" 200 1101 0.037919 10.0.0.242 - - [2025-07-17 02:27:29] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006682 10.0.0.242 - - [2025-07-17 02:27:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.242 - - [2025-07-17 02:27:30] "GET /global-vrouter-config/95957b98-eb09-4f31-887e-2fee0bd8a2fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004000 10.0.0.242 - - [2025-07-17 02:27:30] "GET /virtual-networks?parent_id=2fcecbc3-fa6f-49b4-bcf1-004f0b77e854&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003323 10.0.0.242 - - [2025-07-17 02:27:30] "GET /virtual-network/a378154c-1681-444b-b1e8-c2a0c6076e53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005740 10.0.0.242 - - [2025-07-17 02:27:30] "POST /neutron/port HTTP/1.1" 200 1098 0.014087 10.0.0.242 - - [2025-07-17 02:27:30] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006871 10.0.0.242 - - [2025-07-17 02:27:30] "POST /neutron/port HTTP/1.1" 200 1101 0.016625 10.0.0.242 - - [2025-07-17 02:27:30] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007072 10.0.0.242 - - [2025-07-17 02:27:34] "POST /neutron/port HTTP/1.1" 200 1101 0.019061 10.0.0.242 - - [2025-07-17 02:27:34] "POST /neutron/port HTTP/1.1" 200 1101 0.013276 10.0.0.242 - - [2025-07-17 02:27:34] "POST /neutron/network HTTP/1.1" 200 849 0.006093 10.0.0.242 - - [2025-07-17 02:27:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003593 10.0.0.242 - - [2025-07-17 02:27:34] "POST /neutron/subnet HTTP/1.1" 200 704 0.008139 10.0.0.242 - - [2025-07-17 02:27:34] "POST /neutron/port HTTP/1.1" 200 117 0.001348 10.0.0.242 - - [2025-07-17 02:27:34] "POST /neutron/network HTTP/1.1" 200 839 0.006541 10.0.0.242 - - [2025-07-17 02:27:35] "GET /projects?obj_uuids=2fcecbc3-fa6f-49b4-bcf1-004f0b77e854&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001672 10.0.0.242 - - [2025-07-17 02:27:35] "POST /neutron/floatingip HTTP/1.1" 200 528 0.078492 10.0.0.242 - - [2025-07-17 02:27:35] "POST /neutron/port HTTP/1.1" 200 1101 0.013407 10.0.0.242 - - [2025-07-17 02:27:35] "POST /neutron/floatingip HTTP/1.1" 200 528 0.006096 10.0.0.242 - - [2025-07-17 02:27:35] "POST /neutron/floatingip HTTP/1.1" 200 576 0.031397 10.0.0.242 - - [2025-07-17 02:27:35] "POST /neutron/port HTTP/1.1" 200 1098 0.013472 10.0.0.242 - - [2025-07-17 02:27:35] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006662 10.0.0.242 - - [2025-07-17 02:27:35] "POST /neutron/port HTTP/1.1" 200 1098 0.012025 10.0.0.242 - - [2025-07-17 02:27:35] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006222 10.0.0.242 - - [2025-07-17 02:27:35] "POST /neutron/port HTTP/1.1" 200 1098 0.011890 10.0.0.242 - - [2025-07-17 02:27:36] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007184 10.0.0.242 - - [2025-07-17 02:27:36] "GET /virtual-machine/c092b988-81b8-439c-a5b6-12c3d9c84ec3 HTTP/1.1" 200 1307 0.005498 10.0.0.242 - - [2025-07-17 02:27:36] "GET /virtual-machine-interface/d75c6a15-1a64-409a-af5c-952885e02a4e HTTP/1.1" 200 3012 0.005364 10.0.0.242 - - [2025-07-17 02:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.242 - - [2025-07-17 02:27:36] "GET /global-vrouter-config/95957b98-eb09-4f31-887e-2fee0bd8a2fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003312 10.0.0.242 - - [2025-07-17 02:27:36] "GET /virtual-networks?parent_id=2fcecbc3-fa6f-49b4-bcf1-004f0b77e854&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.002968 10.0.0.242 - - [2025-07-17 02:27:36] "GET /virtual-network/00befe62-b99e-4b50-9312-62ca5cf7ccca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006032 10.0.0.242 - - [2025-07-17 02:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.242 - - [2025-07-17 02:27:37] "GET /global-vrouter-config/95957b98-eb09-4f31-887e-2fee0bd8a2fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003412 10.0.0.242 - - [2025-07-17 02:27:37] "GET /virtual-networks?parent_id=2fcecbc3-fa6f-49b4-bcf1-004f0b77e854&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003389 10.0.0.242 - - [2025-07-17 02:27:37] "GET /virtual-network/00befe62-b99e-4b50-9312-62ca5cf7ccca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006196 10.0.0.242 - - [2025-07-17 02:27:37] "POST /neutron/floatingip HTTP/1.1" 200 576 0.011052 10.0.0.242 - - [2025-07-17 02:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002968 10.0.0.242 - - [2025-07-17 02:27:37] "GET /routing-instance/723ff7b8-3817-40e1-a848-c40bde2a3cad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.003901 10.0.0.242 - - [2025-07-17 02:27:37] "GET /route-target/490a596a-b7e3-4562-8345-033c50dd21b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004372 10.0.0.242 - - [2025-07-17 02:27:37] "GET /floating-ip/b511d561-0f15-4ebe-a48b-3fa2f470d164 HTTP/1.1" 200 1893 0.005189 10.0.0.242 - - [2025-07-17 02:27:39] "DELETE /project/2ef597d42e994b0aacdf480e1ff3537a HTTP/1.1" 404 173 0.011183 10.0.0.242 - - [2025-07-17 02:27:39] "DELETE /project/b71ec05a35e843cab9b8cd1445d8d051 HTTP/1.1" 404 173 0.008194 10.0.0.242 - - [2025-07-17 02:27:39] "DELETE /project/2fcecbc3fa6f49b4bcf1004f0b77e854 HTTP/1.1" 404 173 0.003828 10.0.0.242 - - [2025-07-17 02:27:39] "GET /projects?obj_uuids=2ef597d4-2e99-4b0a-acdf-480e1ff3537a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001123 10.0.0.242 - - [2025-07-17 02:27:39] "GET /project/2ef597d4-2e99-4b0a-acdf-480e1ff3537a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1511 0.031319 10.0.0.242 - - [2025-07-17 02:27:39] "GET /projects?obj_uuids=2ef597d4-2e99-4b0a-acdf-480e1ff3537a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001220 10.0.0.242 - - [2025-07-17 02:27:40] "GET /project/2ef597d4-2e99-4b0a-acdf-480e1ff3537a?fields=security_groups HTTP/1.1" 200 1395 0.079276 10.0.0.242 - - [2025-07-17 02:27:40] "DELETE /security-group/23554a08-6173-43ff-ab27-b1ee3d9c6d70 HTTP/1.1" 200 115 0.045509 10.0.0.242 - - [2025-07-17 02:27:40] "GET /projects?obj_uuids=2ef597d4-2e99-4b0a-acdf-480e1ff3537a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001329 10.0.0.242 - - [2025-07-17 02:27:40] "DELETE /access-control-list/9d34ac70-9fc2-4033-a53d-49c5bb47d667 HTTP/1.1" 200 115 0.043793 10.0.0.242 - - [2025-07-17 02:27:40] "GET /project/2ef597d4-2e99-4b0a-acdf-480e1ff3537a?fields=application_policy_sets HTTP/1.1" 200 1434 0.057974 10.0.0.242 - - [2025-07-17 02:27:40] "DELETE /access-control-list/33110012-ef7a-4090-8663-0dd04d2ea817 HTTP/1.1" 200 115 0.051779 10.0.0.242 - - [2025-07-17 02:27:40] "DELETE /project/2ef597d4-2e99-4b0a-acdf-480e1ff3537a HTTP/1.1" 200 115 0.405334 10.0.0.242 - - [2025-07-17 02:27:40] "POST /neutron/floatingip HTTP/1.1" 200 576 0.013940 10.0.0.242 - - [2025-07-17 02:27:40] "POST /neutron/floatingip HTTP/1.1" 200 528 0.022203 10.0.0.242 - - [2025-07-17 02:27:40] "POST /neutron/floatingip HTTP/1.1" 200 528 0.005833 10.0.0.242 - - [2025-07-17 02:27:40] "POST /neutron/floatingip HTTP/1.1" 200 115 0.039508 10.0.0.242 - - [2025-07-17 02:27:40] "GET /floating-ip-pool/46ff965f-3546-4076-bf81-e2dcb04270cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1208 0.003521 10.0.0.242 - - [2025-07-17 02:27:40] "POST /ref-update HTTP/1.1" 200 156 0.012710 10.0.0.242 - - [2025-07-17 02:27:40] "DELETE /floating-ip-pool/46ff965f-3546-4076-bf81-e2dcb04270cb HTTP/1.1" 200 115 0.032061 10.0.0.242 - - [2025-07-17 02:27:40] "POST /neutron/network HTTP/1.1" 200 839 0.007075 10.0.0.242 - - [2025-07-17 02:27:40] "POST /neutron/network HTTP/1.1" 400 204 0.011860 10.0.0.242 - - [2025-07-17 02:27:41] "POST /neutron/port HTTP/1.1" 200 1098 0.013468 10.0.0.242 - - [2025-07-17 02:27:41] "POST /neutron/port HTTP/1.1" 200 1124 0.010397 10.0.0.242 - - [2025-07-17 02:27:41] "POST /neutron/port HTTP/1.1" 200 1101 0.019787 10.0.0.242 - - [2025-07-17 02:27:41] "POST /neutron/port HTTP/1.1" 200 1127 0.011978 10.0.0.242 - - [2025-07-17 02:27:41] "POST /neutron/port HTTP/1.1" 200 151 0.160646 10.0.0.242 - - [2025-07-17 02:27:41] "POST /neutron/port HTTP/1.1" 200 151 0.143669 10.0.0.242 - - [2025-07-17 02:27:42] "POST /neutron/network HTTP/1.1" 200 839 0.007310 10.0.0.242 - - [2025-07-17 02:27:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003797 10.0.0.242 - - [2025-07-17 02:27:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005333 10.0.0.242 - - [2025-07-17 02:27:42] "POST /useragent-kv HTTP/1.1" 200 115 0.001962 10.0.0.242 - - [2025-07-17 02:27:42] "POST /neutron/network HTTP/1.1" 200 151 0.097551 10.0.0.242 - - [2025-07-17 02:27:42] "GET /routing-instance/9f6c398b-a7cc-4e4d-9d07-20aa579f61fe HTTP/1.1" 404 171 0.002067 10.0.0.242 - - [2025-07-17 02:27:42] "DELETE /route-target/9100bd13-3bba-47db-b35d-24437bb4faa3 HTTP/1.1" 200 115 0.022091 10.0.0.242 - - [2025-07-17 02:27:42] "GET /domains HTTP/1.1" 200 281 0.006240 10.0.0.242 - - [2025-07-17 02:27:42] "GET /domains?obj_uuids=fcda0849-3f4d-43fd-87d6-3619b1739bfa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001150 10.0.0.242 - - [2025-07-17 02:27:43] "GET /domain/fcda0849-3f4d-43fd-87d6-3619b1739bfa HTTP/1.1" 200 2595 0.054510 10.0.0.242 - - [2025-07-17 02:27:43] "GET /projects?obj_uuids=2fcecbc3-fa6f-49b4-bcf1-004f0b77e854&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001185 10.0.0.242 - - [2025-07-17 02:27:43] "GET /project/2fcecbc3-fa6f-49b4-bcf1-004f0b77e854 HTTP/1.1" 200 2179 0.071186 10.0.0.242 - - [2025-07-17 02:27:43] "POST /neutron/network HTTP/1.1" 200 836 0.006869 10.0.0.242 - - [2025-07-17 02:27:43] "POST /useragent-kv HTTP/1.1" 200 115 0.004039 10.0.0.242 - - [2025-07-17 02:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005183 10.0.0.242 - - [2025-07-17 02:27:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002338 10.0.0.242 - - [2025-07-17 02:27:43] "POST /neutron/network HTTP/1.1" 200 151 0.094862 10.0.0.242 - - [2025-07-17 02:27:43] "GET /routing-instance/723ff7b8-3817-40e1-a848-c40bde2a3cad HTTP/1.1" 404 171 0.004052 10.0.0.242 - - [2025-07-17 02:27:43] "DELETE /route-target/490a596a-b7e3-4562-8345-033c50dd21b4 HTTP/1.1" 200 115 0.019181 10.0.0.242 - - [2025-07-17 02:27:43] "GET /domains HTTP/1.1" 200 281 0.003036 10.0.0.242 - - [2025-07-17 02:27:43] "GET /domains?obj_uuids=fcda0849-3f4d-43fd-87d6-3619b1739bfa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001114 10.0.0.242 - - [2025-07-17 02:27:43] "GET /domain/fcda0849-3f4d-43fd-87d6-3619b1739bfa HTTP/1.1" 200 2595 0.055804 10.0.0.242 - - [2025-07-17 02:27:43] "GET /projects?obj_uuids=2fcecbc3-fa6f-49b4-bcf1-004f0b77e854&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002035 10.0.0.242 - - [2025-07-17 02:27:43] "GET /project/2fcecbc3-fa6f-49b4-bcf1-004f0b77e854 HTTP/1.1" 200 1928 0.072345 10.0.0.242 - - [2025-07-17 02:27:43] "GET /projects?obj_uuids=2fcecbc3-fa6f-49b4-bcf1-004f0b77e854&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001223 10.0.0.242 - - [2025-07-17 02:27:43] "GET /project/2fcecbc3-fa6f-49b4-bcf1-004f0b77e854?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.028581 10.0.0.242 - - [2025-07-17 02:27:43] "GET /projects?obj_uuids=2fcecbc3-fa6f-49b4-bcf1-004f0b77e854&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001218 10.0.0.242 - - [2025-07-17 02:27:43] "GET /project/2fcecbc3-fa6f-49b4-bcf1-004f0b77e854?fields=virtual_networks HTTP/1.1" 200 1057 0.073548 10.0.0.242 - - [2025-07-17 02:27:43] "GET /projects?obj_uuids=2fcecbc3-fa6f-49b4-bcf1-004f0b77e854&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001284 10.0.0.242 - - [2025-07-17 02:27:43] "GET /project/2fcecbc3-fa6f-49b4-bcf1-004f0b77e854?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.031376 10.0.0.242 - - [2025-07-17 02:27:43] "GET /projects?obj_uuids=2fcecbc3-fa6f-49b4-bcf1-004f0b77e854&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001395 10.0.0.242 - - [2025-07-17 02:27:43] "GET /project/2fcecbc3-fa6f-49b4-bcf1-004f0b77e854?fields=security_groups HTTP/1.1" 200 1296 0.029937 10.0.0.242 - - [2025-07-17 02:27:44] "POST /fqname-to-id HTTP/1.1" 404 183 0.025912 10.0.0.242 - - [2025-07-17 02:27:44] "GET /projects?obj_uuids=1b370050-0223-4053-9fb9-77b9c28a8da3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002870 10.0.0.242 - - [2025-07-17 02:27:44] "GET /domains?obj_uuids=fcda0849-3f4d-43fd-87d6-3619b1739bfa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001623 10.0.0.242 - - [2025-07-17 02:27:44] "GET /domain/fcda0849-3f4d-43fd-87d6-3619b1739bfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008418 10.0.0.242 - - [2025-07-17 02:27:45] "POST /id-to-fqname HTTP/1.1" 200 185 0.001314 10.0.0.242 - - [2025-07-17 02:27:45] "POST /fqname-to-id HTTP/1.1" 404 194 0.002537 10.0.0.242 - - [2025-07-17 02:27:45] "POST /security-groups HTTP/1.1" 200 586 0.067493 10.0.0.242 - - [2025-07-17 02:27:45] "POST /fqname-to-id HTTP/1.1" 404 229 0.002736 10.0.0.242 - - [2025-07-17 02:27:45] "POST /projects HTTP/1.1" 200 575 0.232120 10.0.0.242 - - [2025-07-17 02:27:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.302526 10.0.0.242 - - [2025-07-17 02:27:45] "POST /access-control-lists HTTP/1.1" 200 593 0.061446 10.0.0.242 - - [2025-07-17 02:27:45] "POST /fqname-to-id HTTP/1.1" 404 228 0.003911 10.0.0.242 - - [2025-07-17 02:27:45] "GET /project/1b370050-0223-4053-9fb9-77b9c28a8da3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.436379 10.0.0.242 - - [2025-07-17 02:27:45] "POST /access-control-lists HTTP/1.1" 200 591 0.060293 10.0.0.242 - - [2025-07-17 02:27:45] "GET /obj-perms HTTP/1.1" 200 5075 0.073092 10.0.0.242 - - [2025-07-17 02:27:46] "GET /obj-perms HTTP/1.1" 200 5075 0.065991 10.0.0.242 - - [2025-07-17 02:27:47] "GET / HTTP/1.1" 200 36215 0.001628 10.0.0.242 - - [2025-07-17 02:27:48] "GET /projects?obj_uuids=1b370050-0223-4053-9fb9-77b9c28a8da3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001207 10.0.0.242 - - [2025-07-17 02:27:48] "GET /project/1b370050-0223-4053-9fb9-77b9c28a8da3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.032593 10.0.0.242 - - [2025-07-17 02:27:48] "GET /projects?obj_uuids=1b370050-0223-4053-9fb9-77b9c28a8da3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001132 10.0.0.242 - - [2025-07-17 02:27:48] "GET /project/1b370050-0223-4053-9fb9-77b9c28a8da3?fields=virtual_networks HTTP/1.1" 200 1023 0.075416 10.0.0.242 - - [2025-07-17 02:27:48] "GET /projects?obj_uuids=1b370050-0223-4053-9fb9-77b9c28a8da3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001933 10.0.0.242 - - [2025-07-17 02:27:48] "GET /project/1b370050-0223-4053-9fb9-77b9c28a8da3?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.039923 10.0.0.242 - - [2025-07-17 02:27:48] "GET /projects?obj_uuids=1b370050-0223-4053-9fb9-77b9c28a8da3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001271 10.0.0.242 - - [2025-07-17 02:27:48] "GET /project/1b370050-0223-4053-9fb9-77b9c28a8da3?fields=security_groups HTTP/1.1" 200 1245 0.033048 10.0.0.242 - - [2025-07-17 02:27:49] "POST /fqname-to-id HTTP/1.1" 404 191 0.026018 10.0.0.242 - - [2025-07-17 02:27:49] "GET /projects?obj_uuids=01c309e3-e9ac-4ae7-82fb-46d2f1e60a4c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002655 10.0.0.242 - - [2025-07-17 02:27:49] "GET /domains?obj_uuids=fcda0849-3f4d-43fd-87d6-3619b1739bfa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001628 10.0.0.242 - - [2025-07-17 02:27:49] "GET /domain/fcda0849-3f4d-43fd-87d6-3619b1739bfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008247 10.0.0.242 - - [2025-07-17 02:27:49] "POST /id-to-fqname HTTP/1.1" 200 193 0.002466 10.0.0.242 - - [2025-07-17 02:27:49] "POST /fqname-to-id HTTP/1.1" 404 202 0.005352 10.0.0.242 - - [2025-07-17 02:27:49] "POST /security-groups HTTP/1.1" 200 594 0.083571 10.0.0.242 - - [2025-07-17 02:27:49] "POST /fqname-to-id HTTP/1.1" 404 237 0.002904 10.0.0.242 - - [2025-07-17 02:27:49] "POST /projects HTTP/1.1" 200 591 0.264740 10.0.0.242 - - [2025-07-17 02:27:50] "POST /access-control-lists HTTP/1.1" 200 601 0.058602 10.0.0.242 - - [2025-07-17 02:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.344208 10.0.0.242 - - [2025-07-17 02:27:50] "POST /fqname-to-id HTTP/1.1" 404 236 0.003403 10.0.0.242 - - [2025-07-17 02:27:50] "GET /project/01c309e3-e9ac-4ae7-82fb-46d2f1e60a4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.486923 10.0.0.242 - - [2025-07-17 02:27:50] "POST /access-control-lists HTTP/1.1" 200 599 0.087297 10.0.0.242 - - [2025-07-17 02:27:51] "GET / HTTP/1.1" 200 36215 0.002529 10.0.0.242 - - [2025-07-17 02:27:52] "GET /project/01c309e3-e9ac-4ae7-82fb-46d2f1e60a4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000634 10.0.0.242 - - [2025-07-17 02:27:52] "GET /projects?obj_uuids=01c309e3-e9ac-4ae7-82fb-46d2f1e60a4c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001235 10.0.0.242 - - [2025-07-17 02:27:52] "GET /project/01c309e3-e9ac-4ae7-82fb-46d2f1e60a4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.052540 10.0.0.242 - - [2025-07-17 02:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002715 10.0.0.242 - - [2025-07-17 02:27:52] "GET /security-group/78ef9519-e40c-4d09-8a07-cb22b4ec48b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.005763 10.0.0.242 - - [2025-07-17 02:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002826 10.0.0.242 - - [2025-07-17 02:27:53] "GET /projects?obj_uuids=01c309e3-e9ac-4ae7-82fb-46d2f1e60a4c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001260 10.0.0.242 - - [2025-07-17 02:27:53] "GET /project/01c309e3-e9ac-4ae7-82fb-46d2f1e60a4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.028993 10.0.0.242 - - [2025-07-17 02:27:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.242 - - [2025-07-17 02:27:53] "GET /security-group/78ef9519-e40c-4d09-8a07-cb22b4ec48b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.004645 10.0.0.242 - - [2025-07-17 02:27:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.242 - - [2025-07-17 02:27:53] "PUT /security-group/78ef9519-e40c-4d09-8a07-cb22b4ec48b4 HTTP/1.1" 200 263 0.017338 10.0.0.242 - - [2025-07-17 02:27:53] "PUT /access-control-list/dd9946af-3f13-404e-94e6-ee1402d59271 HTTP/1.1" 200 273 0.023495 10.0.0.242 - - [2025-07-17 02:27:53] "POST /fqname-to-id HTTP/1.1" 404 202 0.003443 10.0.0.242 - - [2025-07-17 02:27:53] "PUT /access-control-list/2081bf02-abd8-4dc0-ad24-f5900e637b81 HTTP/1.1" 200 273 0.018003 10.0.0.242 - - [2025-07-17 02:27:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.242 - - [2025-07-17 02:27:53] "GET /projects?obj_uuids=01c309e3-e9ac-4ae7-82fb-46d2f1e60a4c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002995 10.0.0.242 - - [2025-07-17 02:27:53] "GET /project/01c309e3-e9ac-4ae7-82fb-46d2f1e60a4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.027183 10.0.0.242 - - [2025-07-17 02:27:53] "POST /neutron/network HTTP/1.1" 200 117 0.031352 10.0.0.242 - - [2025-07-17 02:27:53] "GET /projects?obj_uuids=01c309e3-e9ac-4ae7-82fb-46d2f1e60a4c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001314 10.0.0.242 - - [2025-07-17 02:27:53] "POST /neutron/network HTTP/1.1" 200 608 0.076943 10.0.0.242 - - [2025-07-17 02:27:53] "POST /route-targets HTTP/1.1" 200 328 0.018763 10.0.0.242 - - [2025-07-17 02:27:53] "POST /ref-update HTTP/1.1" 200 156 0.017565 10.0.0.242 - - [2025-07-17 02:27:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003105 10.0.0.242 - - [2025-07-17 02:27:53] "POST /neutron/subnet HTTP/1.1" 200 729 0.217863 10.0.0.242 - - [2025-07-17 02:27:53] "POST /neutron/network HTTP/1.1" 200 828 0.006027 10.0.0.242 - - [2025-07-17 02:27:53] "POST /id-to-fqname HTTP/1.1" 200 223 0.001208 10.0.0.242 - - [2025-07-17 02:27:53] "GET /virtual-network/c1bb9c5d-877f-40c9-830a-9521cf2c75ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005904 10.0.0.242 - - [2025-07-17 02:27:53] "POST /neutron/network HTTP/1.1" 200 828 0.006347 10.0.0.242 - - [2025-07-17 02:27:53] "GET /virtual-network/c1bb9c5d-877f-40c9-830a-9521cf2c75ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005745 10.0.0.242 - - [2025-07-17 02:27:53] "POST /neutron/network HTTP/1.1" 200 828 0.006506 10.0.0.242 - - [2025-07-17 02:27:54] "POST /neutron/subnet HTTP/1.1" 200 729 0.007571 10.0.0.242 - - [2025-07-17 02:27:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002507 10.0.0.242 - - [2025-07-17 02:27:54] "GET /projects?obj_uuids=01c309e3-e9ac-4ae7-82fb-46d2f1e60a4c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001101 10.0.0.242 - - [2025-07-17 02:27:54] "GET /project/01c309e3-e9ac-4ae7-82fb-46d2f1e60a4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.028273 10.0.0.242 - - [2025-07-17 02:27:54] "POST /neutron/network HTTP/1.1" 200 117 0.013075 10.0.0.242 - - [2025-07-17 02:27:54] "GET /projects?obj_uuids=01c309e3-e9ac-4ae7-82fb-46d2f1e60a4c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001562 10.0.0.242 - - [2025-07-17 02:27:54] "POST /neutron/network HTTP/1.1" 200 615 0.110450 10.0.0.242 - - [2025-07-17 02:27:54] "POST /route-targets HTTP/1.1" 200 328 0.011555 10.0.0.242 - - [2025-07-17 02:27:54] "POST /ref-update HTTP/1.1" 200 156 0.015626 10.0.0.242 - - [2025-07-17 02:27:54] "POST /useragent-kv HTTP/1.1" 200 115 0.005253 10.0.0.242 - - [2025-07-17 02:27:54] "POST /neutron/subnet HTTP/1.1" 200 720 0.178842 10.0.0.242 - - [2025-07-17 02:27:54] "POST /neutron/network HTTP/1.1" 200 833 0.006233 10.0.0.242 - - [2025-07-17 02:27:54] "POST /id-to-fqname HTTP/1.1" 200 227 0.001359 10.0.0.242 - - [2025-07-17 02:27:54] "GET /virtual-network/8d346a23-2808-47ff-9fc5-f2fc500fd161?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005611 10.0.0.242 - - [2025-07-17 02:27:54] "POST /neutron/network HTTP/1.1" 200 833 0.006207 10.0.0.242 - - [2025-07-17 02:27:54] "GET /virtual-network/8d346a23-2808-47ff-9fc5-f2fc500fd161?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005692 10.0.0.242 - - [2025-07-17 02:27:54] "POST /neutron/network HTTP/1.1" 200 833 0.006921 10.0.0.242 - - [2025-07-17 02:27:54] "POST /neutron/subnet HTTP/1.1" 200 720 0.008043 10.0.0.242 - - [2025-07-17 02:27:54] "POST /id-to-fqname HTTP/1.1" 200 223 0.001802 10.0.0.242 - - [2025-07-17 02:27:54] "POST /neutron/network HTTP/1.1" 200 838 0.006214 10.0.0.242 - - [2025-07-17 02:27:54] "GET /aaa-mode HTTP/1.1" 401 293 0.000554 10.0.0.242 - - [2025-07-17 02:27:55] "GET / HTTP/1.1" 200 36215 0.002205 10.0.0.242 - - [2025-07-17 02:27:55] "GET /project/01c309e3-e9ac-4ae7-82fb-46d2f1e60a4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000443 10.0.0.242 - - [2025-07-17 02:27:55] "GET /projects?obj_uuids=01c309e3-e9ac-4ae7-82fb-46d2f1e60a4c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001318 10.0.0.242 - - [2025-07-17 02:27:55] "GET /project/01c309e3-e9ac-4ae7-82fb-46d2f1e60a4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.052370 10.0.0.242 - - [2025-07-17 02:27:55] "POST /neutron/network HTTP/1.1" 200 828 0.006180 10.0.0.242 - - [2025-07-17 02:27:55] "POST /neutron/port HTTP/1.1" 200 117 0.006077 10.0.0.242 - - [2025-07-17 02:27:55] "POST /neutron/port HTTP/1.1" 200 117 0.005920 10.0.0.242 - - [2025-07-17 02:27:55] "POST /id-to-fqname HTTP/1.1" 200 227 0.001464 10.0.0.242 - - [2025-07-17 02:27:55] "POST /neutron/port HTTP/1.1" 200 117 0.006653 10.0.0.242 - - [2025-07-17 02:27:56] "POST /neutron/network HTTP/1.1" 200 843 0.006572 10.0.0.242 - - [2025-07-17 02:27:56] "GET /aaa-mode HTTP/1.1" 401 293 0.000539 10.0.0.242 - - [2025-07-17 02:27:56] "POST /neutron/network HTTP/1.1" 200 838 0.006933 10.0.0.242 - - [2025-07-17 02:27:56] "GET /projects?obj_uuids=01c309e3-e9ac-4ae7-82fb-46d2f1e60a4c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001263 10.0.0.242 - - [2025-07-17 02:27:56] "GET / HTTP/1.1" 200 36215 0.006881 10.0.0.242 - - [2025-07-17 02:27:56] "GET /project/01c309e3-e9ac-4ae7-82fb-46d2f1e60a4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.001235 10.0.0.242 - - [2025-07-17 02:27:56] "POST /neutron/port HTTP/1.1" 200 1064 0.272003 10.0.0.242 - - [2025-07-17 02:27:56] "POST /neutron/port HTTP/1.1" 200 1064 0.016079 10.0.0.242 - - [2025-07-17 02:27:56] "POST /neutron/port HTTP/1.1" 200 1064 0.010719 10.0.0.242 - - [2025-07-17 02:27:56] "POST /neutron/port HTTP/1.1" 200 1118 0.080230 10.0.0.242 - - [2025-07-17 02:27:56] "POST /neutron/port HTTP/1.1" 200 1092 0.012701 10.0.0.242 - - [2025-07-17 02:27:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003897 10.0.0.242 - - [2025-07-17 02:27:56] "POST /neutron/subnet HTTP/1.1" 200 703 0.007752 10.0.0.242 - - [2025-07-17 02:27:56] "POST /neutron/port HTTP/1.1" 200 117 0.001293 10.0.0.242 - - [2025-07-17 02:27:56] "POST /neutron/network HTTP/1.1" 200 828 0.005886 10.0.0.242 - - [2025-07-17 02:27:56] "GET /projects?obj_uuids=01c309e3-e9ac-4ae7-82fb-46d2f1e60a4c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001343 10.0.0.242 - - [2025-07-17 02:27:56] "GET /project/01c309e3-e9ac-4ae7-82fb-46d2f1e60a4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.062871 10.0.0.242 - - [2025-07-17 02:27:56] "POST /neutron/network HTTP/1.1" 200 833 0.005906 10.0.0.242 - - [2025-07-17 02:27:57] "POST /neutron/port HTTP/1.1" 200 1092 0.014502 10.0.0.242 - - [2025-07-17 02:27:57] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008857 10.0.0.242 - - [2025-07-17 02:27:57] "POST /neutron/port HTTP/1.1" 200 117 0.005793 10.0.0.242 - - [2025-07-17 02:27:57] "GET /projects?obj_uuids=01c309e3-e9ac-4ae7-82fb-46d2f1e60a4c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001279 10.0.0.242 - - [2025-07-17 02:27:57] "POST /neutron/router HTTP/1.1" 200 585 0.073511 10.0.0.242 - - [2025-07-17 02:27:57] "POST /neutron/router HTTP/1.1" 200 585 0.005366 10.0.0.242 - - [2025-07-17 02:27:57] "POST /route-targets HTTP/1.1" 200 328 0.020982 10.0.0.242 - - [2025-07-17 02:27:57] "PUT /logical-router/6fe2d962-33ee-407f-8ccf-dae407e3a959 HTTP/1.1" 200 263 0.033142 10.0.0.242 - - [2025-07-17 02:27:57] "POST /neutron/router HTTP/1.1" 200 656 0.042354 10.0.0.242 - - [2025-07-17 02:27:57] "GET /logical-router/6fe2d962-33ee-407f-8ccf-dae407e3a959?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1645 0.010015 10.0.0.242 - - [2025-07-17 02:27:57] "POST /neutron/router HTTP/1.1" 200 656 0.009727 10.0.0.242 - - [2025-07-17 02:27:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004214 10.0.0.242 - - [2025-07-17 02:27:57] "GET /projects?obj_uuids=01c309e3-e9ac-4ae7-82fb-46d2f1e60a4c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001362 10.0.0.242 - - [2025-07-17 02:27:57] "GET /service-template/c0db7f13-b654-4a46-a25f-5ccedf02d793?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1683 0.005899 10.0.0.242 - - [2025-07-17 02:27:57] "POST /fqname-to-id HTTP/1.1" 404 215 0.002737 10.0.0.242 - - [2025-07-17 02:27:57] "POST /neutron/network HTTP/1.1" 200 843 0.009567 10.0.0.242 - - [2025-07-17 02:27:57] "GET /projects?obj_uuids=01c309e3-e9ac-4ae7-82fb-46d2f1e60a4c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003522 10.0.0.242 - - [2025-07-17 02:27:57] "POST /useragent-kv HTTP/1.1" 200 115 0.014502 10.0.0.242 - - [2025-07-17 02:27:57] "POST /virtual-networks HTTP/1.1" 200 696 0.295805 10.0.0.242 - - [2025-07-17 02:27:57] "POST /route-targets HTTP/1.1" 200 328 0.025269 10.0.0.242 - - [2025-07-17 02:27:57] "POST /ref-update HTTP/1.1" 200 156 0.040653 10.0.0.242 - - [2025-07-17 02:27:57] "POST /neutron/router HTTP/1.1" 200 344 0.543451 10.0.0.242 - - [2025-07-17 02:27:58] "POST /service-instances HTTP/1.1" 200 672 0.149272 10.0.0.242 - - [2025-07-17 02:27:58] "POST /ref-update HTTP/1.1" 200 156 0.075603 10.0.0.242 - - [2025-07-17 02:27:58] "POST /neutron/port HTTP/1.1" 200 1092 0.100750 10.0.0.242 - - [2025-07-17 02:27:58] "POST /neutron/security_group HTTP/1.1" 200 2002 0.030859 10.0.0.242 - - [2025-07-17 02:27:58] "POST /route-tables HTTP/1.1" 200 584 0.088188 10.0.0.242 - - [2025-07-17 02:27:58] "POST /neutron/port HTTP/1.1" 200 1062 0.635356 10.0.0.242 - - [2025-07-17 02:27:58] "PUT /logical-router/6fe2d962-33ee-407f-8ccf-dae407e3a959 HTTP/1.1" 200 263 0.051435 10.0.0.242 - - [2025-07-17 02:27:58] "POST /neutron/port HTTP/1.1" 200 1062 0.013572 10.0.0.242 - - [2025-07-17 02:27:58] "POST /neutron/port HTTP/1.1" 200 1062 0.016858 10.0.0.242 - - [2025-07-17 02:27:58] "POST /ref-update HTTP/1.1" 200 156 0.040930 10.0.0.242 - - [2025-07-17 02:27:58] "POST /neutron/port HTTP/1.1" 200 1116 0.090379 10.0.0.242 - - [2025-07-17 02:27:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004798 10.0.0.242 - - [2025-07-17 02:27:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004135 10.0.0.242 - - [2025-07-17 02:27:58] "POST /neutron/port HTTP/1.1" 200 1090 0.015456 10.0.0.242 - - [2025-07-17 02:27:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004778 10.0.0.242 - - [2025-07-17 02:27:58] "POST /neutron/subnet HTTP/1.1" 200 694 0.008364 10.0.0.242 - - [2025-07-17 02:27:58] "POST /virtual-machines HTTP/1.1" 200 554 0.021188 10.0.0.242 - - [2025-07-17 02:27:58] "POST /neutron/port HTTP/1.1" 200 117 0.001755 10.0.0.242 - - [2025-07-17 02:27:58] "POST /neutron/network HTTP/1.1" 200 833 0.006600 10.0.0.242 - - [2025-07-17 02:27:58] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.109594 10.0.0.242 - - [2025-07-17 02:27:58] "POST /chown HTTP/1.1" 200 109 0.008808 10.0.0.242 - - [2025-07-17 02:27:58] "POST /instance-ips HTTP/1.1" 200 552 0.024119 10.0.0.242 - - [2025-07-17 02:27:58] "POST /instance-ips HTTP/1.1" 400 246 0.028118 10.0.0.242 - - [2025-07-17 02:27:58] "POST /chown HTTP/1.1" 200 109 0.008635 10.0.0.242 - - [2025-07-17 02:27:59] "PUT /virtual-machine-interface/7125cd13-1dfb-45fa-b161-9461e5c5a02b HTTP/1.1" 200 285 0.015356 10.0.0.242 - - [2025-07-17 02:27:59] "PUT /instance-ip/9eb74a90-ec8b-43f3-968a-08f479fadee2 HTTP/1.1" 200 257 0.013954 10.0.0.242 - - [2025-07-17 02:27:59] "POST /ref-update HTTP/1.1" 200 156 0.014262 10.0.0.242 - - [2025-07-17 02:27:59] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.132399 10.0.0.242 - - [2025-07-17 02:27:59] "POST /chown HTTP/1.1" 200 109 0.008736 10.0.0.242 - - [2025-07-17 02:27:59] "POST /instance-ips HTTP/1.1" 200 550 0.035191 10.0.0.242 - - [2025-07-17 02:27:59] "POST /instance-ips HTTP/1.1" 400 316 0.027924 10.0.0.242 - - [2025-07-17 02:27:59] "POST /chown HTTP/1.1" 200 109 0.008988 10.0.0.242 - - [2025-07-17 02:27:59] "PUT /virtual-machine-interface/2110628b-0718-4982-a73f-bc7e89c88ee5 HTTP/1.1" 200 285 0.015071 10.0.0.242 - - [2025-07-17 02:27:59] "PUT /instance-ip/cbbd6575-510c-4a65-b35b-ddbbf03435b9 HTTP/1.1" 200 257 0.017175 10.0.0.242 - - [2025-07-17 02:27:59] "POST /ref-update HTTP/1.1" 200 156 0.016748 10.0.0.242 - - [2025-07-17 02:27:59] "POST /ref-update HTTP/1.1" 200 156 0.011666 10.0.0.242 - - [2025-07-17 02:27:59] "PUT /routing-instance/a19ada93-5c43-4954-a61c-38ee8c083708 HTTP/1.1" 200 267 0.038783 10.0.0.242 - - [2025-07-17 02:27:59] "POST /ref-update HTTP/1.1" 200 156 0.025456 10.0.0.242 - - [2025-07-17 02:27:59] "POST /virtual-machines HTTP/1.1" 200 554 0.020953 10.0.0.242 - - [2025-07-17 02:28:00] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.093295 10.0.0.242 - - [2025-07-17 02:28:00] "POST /chown HTTP/1.1" 200 109 0.011394 10.0.0.242 - - [2025-07-17 02:28:00] "POST /instance-ips HTTP/1.1" 400 246 0.018019 10.0.0.242 - - [2025-07-17 02:28:00] "POST /chown HTTP/1.1" 200 109 0.008742 10.0.0.242 - - [2025-07-17 02:28:00] "PUT /virtual-machine-interface/94a5a7a8-98da-4440-a232-18cd55cce6ec HTTP/1.1" 200 285 0.011418 10.0.0.242 - - [2025-07-17 02:28:00] "PUT /instance-ip/9eb74a90-ec8b-43f3-968a-08f479fadee2 HTTP/1.1" 200 257 0.015221 10.0.0.242 - - [2025-07-17 02:28:00] "POST /ref-update HTTP/1.1" 200 156 0.015956 10.0.0.242 - - [2025-07-17 02:28:00] "POST /ref-update HTTP/1.1" 200 156 0.012175 10.0.0.242 - - [2025-07-17 02:28:00] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.106849 10.0.0.242 - - [2025-07-17 02:28:00] "POST /ref-update HTTP/1.1" 200 156 0.014625 10.0.0.242 - - [2025-07-17 02:28:00] "PUT /routing-instance/a19ada93-5c43-4954-a61c-38ee8c083708 HTTP/1.1" 200 267 0.025504 10.0.0.242 - - [2025-07-17 02:28:00] "POST /chown HTTP/1.1" 200 109 0.011166 10.0.0.242 - - [2025-07-17 02:28:00] "POST /instance-ips HTTP/1.1" 400 316 0.018733 10.0.0.242 - - [2025-07-17 02:28:00] "POST /chown HTTP/1.1" 200 109 0.009152 10.0.0.242 - - [2025-07-17 02:28:00] "PUT /virtual-machine-interface/d81d6f30-df8b-4ddd-abc2-7feb7a07a839 HTTP/1.1" 200 285 0.013201 10.0.0.242 - - [2025-07-17 02:28:00] "PUT /instance-ip/cbbd6575-510c-4a65-b35b-ddbbf03435b9 HTTP/1.1" 200 257 0.016710 10.0.0.242 - - [2025-07-17 02:28:01] "POST /ref-update HTTP/1.1" 200 156 0.015942 10.0.0.242 - - [2025-07-17 02:28:01] "POST /ref-update HTTP/1.1" 200 156 0.015692 10.0.0.242 - - [2025-07-17 02:28:01] "POST /ref-update HTTP/1.1" 200 156 0.016391 10.0.0.242 - - [2025-07-17 02:28:01] "PUT /routing-instance/a19ada93-5c43-4954-a61c-38ee8c083708 HTTP/1.1" 200 267 0.025857 10.0.0.242 - - [2025-07-17 02:28:03] "POST /neutron/port HTTP/1.1" 200 1092 0.013506 10.0.0.242 - - [2025-07-17 02:28:03] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008127 10.0.0.242 - - [2025-07-17 02:28:03] "POST /neutron/port HTTP/1.1" 200 1092 0.011977 10.0.0.242 - - [2025-07-17 02:28:03] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006864 10.0.0.242 - - [2025-07-17 02:28:03] "POST /neutron/port HTTP/1.1" 200 1092 0.013744 10.0.0.242 - - [2025-07-17 02:28:03] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007207 10.0.0.242 - - [2025-07-17 02:28:03] "GET /virtual-machine/1fc52e2a-f986-43b9-8323-f10e696d2bda HTTP/1.1" 401 293 0.000651 10.0.0.242 - - [2025-07-17 02:28:03] "GET /virtual-machine/1fc52e2a-f986-43b9-8323-f10e696d2bda HTTP/1.1" 200 1296 0.031165 10.0.0.242 - - [2025-07-17 02:28:03] "GET /virtual-machine-interface/ce0af22a-ace1-4e29-9c11-9927ce676d63 HTTP/1.1" 200 2964 0.006711 10.0.0.242 - - [2025-07-17 02:28:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.242 - - [2025-07-17 02:28:03] "GET /global-vrouter-config/95957b98-eb09-4f31-887e-2fee0bd8a2fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003942 10.0.0.242 - - [2025-07-17 02:28:03] "GET /virtual-networks?parent_id=01c309e3-e9ac-4ae7-82fb-46d2f1e60a4c&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.004564 10.0.0.242 - - [2025-07-17 02:28:03] "GET /virtual-network/c1bb9c5d-877f-40c9-830a-9521cf2c75ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006320 10.0.0.242 - - [2025-07-17 02:28:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.242 - - [2025-07-17 02:28:07] "GET /virtual-network/c1bb9c5d-877f-40c9-830a-9521cf2c75ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006437 10.0.0.242 - - [2025-07-17 02:28:07] "POST /neutron/port HTTP/1.1" 200 1092 0.013246 10.0.0.242 - - [2025-07-17 02:28:07] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005906 10.0.0.242 - - [2025-07-17 02:28:08] "POST /neutron/port HTTP/1.1" 200 1090 0.013145 10.0.0.242 - - [2025-07-17 02:28:08] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007140 10.0.0.242 - - [2025-07-17 02:28:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002935 10.0.0.242 - - [2025-07-17 02:28:09] "GET /global-vrouter-config/95957b98-eb09-4f31-887e-2fee0bd8a2fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003160 10.0.0.242 - - [2025-07-17 02:28:09] "GET /virtual-networks?parent_id=01c309e3-e9ac-4ae7-82fb-46d2f1e60a4c&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002946 10.0.0.242 - - [2025-07-17 02:28:09] "GET /virtual-network/c1bb9c5d-877f-40c9-830a-9521cf2c75ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006545 10.0.0.242 - - [2025-07-17 02:28:09] "POST /neutron/port HTTP/1.1" 200 1090 0.012542 10.0.0.242 - - [2025-07-17 02:28:09] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007391 10.0.0.242 - - [2025-07-17 02:28:09] "POST /neutron/port HTTP/1.1" 200 1090 0.012290 10.0.0.242 - - [2025-07-17 02:28:09] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008371 10.0.0.242 - - [2025-07-17 02:28:09] "POST /neutron/port HTTP/1.1" 200 1090 0.012753 10.0.0.242 - - [2025-07-17 02:28:09] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007159 10.0.0.242 - - [2025-07-17 02:28:09] "GET /virtual-machine/adf30b83-fd79-4c00-8da6-0f17cdde1645 HTTP/1.1" 200 1298 0.012578 10.0.0.242 - - [2025-07-17 02:28:09] "GET /virtual-machine-interface/5a112f4b-fe8f-466e-95a9-cf1efb14f1a3 HTTP/1.1" 200 2975 0.022213 10.0.0.242 - - [2025-07-17 02:28:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.242 - - [2025-07-17 02:28:09] "GET /global-vrouter-config/95957b98-eb09-4f31-887e-2fee0bd8a2fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003326 10.0.0.242 - - [2025-07-17 02:28:09] "GET /virtual-networks?parent_id=01c309e3-e9ac-4ae7-82fb-46d2f1e60a4c&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003205 10.0.0.242 - - [2025-07-17 02:28:09] "GET /virtual-network/8d346a23-2808-47ff-9fc5-f2fc500fd161?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005936 10.0.0.242 - - [2025-07-17 02:28:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.242 - - [2025-07-17 02:28:11] "GET /global-vrouter-config/95957b98-eb09-4f31-887e-2fee0bd8a2fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004365 10.0.0.242 - - [2025-07-17 02:28:11] "GET /virtual-networks?parent_id=01c309e3-e9ac-4ae7-82fb-46d2f1e60a4c&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003199 10.0.0.242 - - [2025-07-17 02:28:11] "GET /virtual-network/8d346a23-2808-47ff-9fc5-f2fc500fd161?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.007649 10.0.0.242 - - [2025-07-17 02:28:15] "POST /neutron/router HTTP/1.1" 200 656 0.005141 10.0.0.242 - - [2025-07-17 02:28:15] "POST /ref-update HTTP/1.1" 200 156 0.015854 10.0.0.242 - - [2025-07-17 02:28:15] "POST /neutron/router HTTP/1.1" 200 344 0.113331 10.0.0.242 - - [2025-07-17 02:28:15] "POST /neutron/router HTTP/1.1" 200 656 0.005508 10.0.0.242 - - [2025-07-17 02:28:15] "GET /logical-router/6fe2d962-33ee-407f-8ccf-dae407e3a959?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1977 0.006435 10.0.0.242 - - [2025-07-17 02:28:15] "GET /service-instance/02e1ccf5-7d46-4306-898e-77c70e180136?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2326 0.004385 10.0.0.242 - - [2025-07-17 02:28:15] "POST /neutron/router HTTP/1.1" 200 151 0.065585 10.0.0.242 - - [2025-07-17 02:28:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002950 10.0.0.242 - - [2025-07-17 02:28:15] "DELETE /route-target/9c5f2d9e-0d08-495e-95db-f55e2bfca9d4 HTTP/1.1" 409 240 0.005200 10.0.0.242 - - [2025-07-17 02:28:15] "PUT /logical-router/6fe2d962-33ee-407f-8ccf-dae407e3a959 HTTP/1.1" 404 171 0.003211 10.0.0.242 - - [2025-07-17 02:28:15] "POST /ref-update HTTP/1.1" 200 156 0.014019 10.0.0.242 - - [2025-07-17 02:28:15] "DELETE /route-table/d6be7873-1602-48fc-bc91-d118f76408ba HTTP/1.1" 200 115 0.037140 10.0.0.242 - - [2025-07-17 02:28:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004349 10.0.0.242 - - [2025-07-17 02:28:15] "PUT /routing-instance/a19ada93-5c43-4954-a61c-38ee8c083708 HTTP/1.1" 200 267 0.011442 10.0.0.242 - - [2025-07-17 02:28:15] "GET /virtual-network/3131acfe-9551-4009-87b5-c6efb99579d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2134 0.009854 10.0.0.242 - - [2025-07-17 02:28:15] "POST /neutron/network HTTP/1.1" 200 833 0.009152 10.0.0.242 - - [2025-07-17 02:28:16] "POST /neutron/network HTTP/1.1" 400 204 0.045443 10.0.0.242 - - [2025-07-17 02:28:16] "POST /ref-update HTTP/1.1" 200 156 0.017909 10.0.0.242 - - [2025-07-17 02:28:16] "POST /ref-update HTTP/1.1" 200 156 0.011317 10.0.0.242 - - [2025-07-17 02:28:16] "DELETE /instance-ip/cbbd6575-510c-4a65-b35b-ddbbf03435b9 HTTP/1.1" 200 115 0.053353 10.0.0.242 - - [2025-07-17 02:28:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004220 10.0.0.242 - - [2025-07-17 02:28:16] "POST /useragent-kv HTTP/1.1" 200 115 0.006361 10.0.0.242 - - [2025-07-17 02:28:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003433 10.0.0.242 - - [2025-07-17 02:28:16] "DELETE /virtual-network/3131acfe-9551-4009-87b5-c6efb99579d1 HTTP/1.1" 200 115 0.146958 10.0.0.242 - - [2025-07-17 02:28:16] "DELETE /route-target/714fa134-209f-4fbf-82aa-77706d47498c HTTP/1.1" 200 115 0.027716 10.0.0.242 - - [2025-07-17 02:28:16] "DELETE /service-instance/02e1ccf5-7d46-4306-898e-77c70e180136 HTTP/1.1" 200 115 0.047535 10.0.0.242 - - [2025-07-17 02:28:16] "GET /logical-router/6fe2d962-33ee-407f-8ccf-dae407e3a959?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003938 10.0.0.242 - - [2025-07-17 02:28:16] "GET /service-instance/02e1ccf5-7d46-4306-898e-77c70e180136?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003631 10.0.0.242 - - [2025-07-17 02:28:16] "GET /virtual-machine-interface/94a5a7a8-98da-4440-a232-18cd55cce6ec?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1667 0.008959 10.0.0.242 - - [2025-07-17 02:28:16] "POST /neutron/port HTTP/1.1" 200 1092 0.020186 10.0.0.242 - - [2025-07-17 02:28:16] "POST /neutron/port HTTP/1.1" 200 1118 0.023104 10.0.0.242 - - [2025-07-17 02:28:16] "POST /neutron/port HTTP/1.1" 200 1090 0.028458 10.0.0.242 - - [2025-07-17 02:28:16] "POST /ref-update HTTP/1.1" 200 156 0.038174 10.0.0.242 - - [2025-07-17 02:28:16] "POST /neutron/port HTTP/1.1" 200 1116 0.019495 10.0.0.242 - - [2025-07-17 02:28:16] "GET /instance-ip/9eb74a90-ec8b-43f3-968a-08f479fadee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.009367 10.0.0.242 - - [2025-07-17 02:28:16] "DELETE /virtual-machine-interface/94a5a7a8-98da-4440-a232-18cd55cce6ec HTTP/1.1" 200 115 0.094311 10.0.0.242 - - [2025-07-17 02:28:16] "GET /virtual-machine-interface/d81d6f30-df8b-4ddd-abc2-7feb7a07a839?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1346 0.008595 10.0.0.242 - - [2025-07-17 02:28:16] "POST /neutron/port HTTP/1.1" 200 151 0.231392 10.0.0.242 - - [2025-07-17 02:28:16] "POST /neutron/port HTTP/1.1" 200 151 0.212350 10.0.0.242 - - [2025-07-17 02:28:16] "DELETE /virtual-machine-interface/d81d6f30-df8b-4ddd-abc2-7feb7a07a839 HTTP/1.1" 200 115 0.041924 10.0.0.242 - - [2025-07-17 02:28:16] "DELETE /virtual-machine/6bafac4e-3a42-402e-ab55-6412507b6be9 HTTP/1.1" 200 115 0.026201 10.0.0.242 - - [2025-07-17 02:28:16] "GET /virtual-machine-interface/7125cd13-1dfb-45fa-b161-9461e5c5a02b?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1666 0.010305 10.0.0.242 - - [2025-07-17 02:28:17] "POST /ref-update HTTP/1.1" 200 156 0.013858 10.0.0.242 - - [2025-07-17 02:28:17] "GET /instance-ip/9eb74a90-ec8b-43f3-968a-08f479fadee2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1697 0.006211 10.0.0.242 - - [2025-07-17 02:28:17] "DELETE /instance-ip/9eb74a90-ec8b-43f3-968a-08f479fadee2 HTTP/1.1" 200 115 0.032277 10.0.0.242 - - [2025-07-17 02:28:17] "DELETE /virtual-machine-interface/7125cd13-1dfb-45fa-b161-9461e5c5a02b HTTP/1.1" 200 115 0.048812 10.0.0.242 - - [2025-07-17 02:28:17] "GET /virtual-machine-interface/2110628b-0718-4982-a73f-bc7e89c88ee5?fields=interface_route_table_refs%2Cinstance_ip_back_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1345 0.009374 10.0.0.242 - - [2025-07-17 02:28:17] "DELETE /virtual-machine-interface/2110628b-0718-4982-a73f-bc7e89c88ee5 HTTP/1.1" 200 115 0.034926 10.0.0.242 - - [2025-07-17 02:28:17] "POST /ref-update HTTP/1.1" 200 156 0.010464 10.0.0.242 - - [2025-07-17 02:28:17] "DELETE /virtual-machine/763be75e-4a59-44a4-92e8-4e040ce6b71a HTTP/1.1" 200 115 0.020231 10.0.0.242 - - [2025-07-17 02:28:18] "POST /neutron/network HTTP/1.1" 200 833 0.006222 10.0.0.242 - - [2025-07-17 02:28:18] "POST /useragent-kv HTTP/1.1" 200 115 0.004783 10.0.0.242 - - [2025-07-17 02:28:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005347 10.0.0.242 - - [2025-07-17 02:28:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002401 10.0.0.242 - - [2025-07-17 02:28:18] "POST /neutron/network HTTP/1.1" 200 151 0.086195 10.0.0.242 - - [2025-07-17 02:28:18] "DELETE /route-target/b27e86d3-ce7e-49c9-b5d0-9d3d44e819d7 HTTP/1.1" 200 115 0.017095 10.0.0.242 - - [2025-07-17 02:28:18] "POST /neutron/network HTTP/1.1" 200 828 0.006491 10.0.0.242 - - [2025-07-17 02:28:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.242 - - [2025-07-17 02:28:18] "POST /useragent-kv HTTP/1.1" 200 115 0.004159 10.0.0.242 - - [2025-07-17 02:28:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002678 10.0.0.242 - - [2025-07-17 02:28:18] "POST /neutron/network HTTP/1.1" 200 151 0.096953 10.0.0.242 - - [2025-07-17 02:28:18] "DELETE /route-target/5a3b1215-c16a-4561-b763-29d99581623e HTTP/1.1" 200 115 0.027071 10.0.0.242 - - [2025-07-17 02:28:18] "GET /projects?obj_uuids=01c309e3-e9ac-4ae7-82fb-46d2f1e60a4c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001190 10.0.0.242 - - [2025-07-17 02:28:18] "GET /project/01c309e3-e9ac-4ae7-82fb-46d2f1e60a4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.025002 10.0.0.242 - - [2025-07-17 02:28:18] "GET /projects?obj_uuids=01c309e3-e9ac-4ae7-82fb-46d2f1e60a4c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001740 10.0.0.242 - - [2025-07-17 02:28:18] "GET /project/01c309e3-e9ac-4ae7-82fb-46d2f1e60a4c?fields=virtual_networks HTTP/1.1" 200 1037 0.071191 10.0.0.242 - - [2025-07-17 02:28:18] "GET /projects?obj_uuids=01c309e3-e9ac-4ae7-82fb-46d2f1e60a4c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001260 10.0.0.242 - - [2025-07-17 02:28:18] "GET /project/01c309e3-e9ac-4ae7-82fb-46d2f1e60a4c?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.028269 10.0.0.242 - - [2025-07-17 02:28:18] "GET /projects?obj_uuids=01c309e3-e9ac-4ae7-82fb-46d2f1e60a4c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001220 10.0.0.242 - - [2025-07-17 02:28:18] "GET /project/01c309e3-e9ac-4ae7-82fb-46d2f1e60a4c?fields=security_groups HTTP/1.1" 200 1267 0.031489 10.0.0.242 - - [2025-07-17 02:28:19] "POST /fqname-to-id HTTP/1.1" 404 196 0.030757 10.0.0.242 - - [2025-07-17 02:28:19] "GET /projects?obj_uuids=c12d6e6e-e820-4aca-aca4-d1681e6f076e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003477 10.0.0.242 - - [2025-07-17 02:28:19] "GET /domains?obj_uuids=fcda0849-3f4d-43fd-87d6-3619b1739bfa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001377 10.0.0.242 - - [2025-07-17 02:28:19] "GET /domain/fcda0849-3f4d-43fd-87d6-3619b1739bfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009600 10.0.0.242 - - [2025-07-17 02:28:19] "POST /id-to-fqname HTTP/1.1" 200 198 0.001911 10.0.0.242 - - [2025-07-17 02:28:19] "POST /fqname-to-id HTTP/1.1" 404 207 0.004053 10.0.0.242 - - [2025-07-17 02:28:20] "POST /security-groups HTTP/1.1" 200 599 0.067815 10.0.0.242 - - [2025-07-17 02:28:20] "POST /fqname-to-id HTTP/1.1" 404 242 0.002913 10.0.0.242 - - [2025-07-17 02:28:20] "POST /projects HTTP/1.1" 200 601 0.225829 10.0.0.242 - - [2025-07-17 02:28:20] "POST /access-control-lists HTTP/1.1" 200 606 0.061026 10.0.0.242 - - [2025-07-17 02:28:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.304422 10.0.0.242 - - [2025-07-17 02:28:20] "POST /fqname-to-id HTTP/1.1" 404 241 0.003601 10.0.0.242 - - [2025-07-17 02:28:20] "GET /project/c12d6e6e-e820-4aca-aca4-d1681e6f076e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.452846 10.0.0.242 - - [2025-07-17 02:28:20] "POST /access-control-lists HTTP/1.1" 200 604 0.064404 10.0.0.242 - - [2025-07-17 02:28:21] "GET / HTTP/1.1" 200 36215 0.002241 10.0.0.242 - - [2025-07-17 02:28:22] "POST /fqname-to-id HTTP/1.1" 401 293 0.000595 10.0.0.242 - - [2025-07-17 02:28:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.057603 10.0.0.242 - - [2025-07-17 02:28:22] "GET /projects?obj_uuids=c12d6e6e-e820-4aca-aca4-d1681e6f076e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001147 10.0.0.242 - - [2025-07-17 02:28:22] "GET /project/c12d6e6e-e820-4aca-aca4-d1681e6f076e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.031248 10.0.0.242 - - [2025-07-17 02:28:22] "POST /neutron/network HTTP/1.1" 200 117 0.033950 10.0.0.242 - - [2025-07-17 02:28:22] "GET /projects?obj_uuids=c12d6e6e-e820-4aca-aca4-d1681e6f076e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001717 10.0.0.242 - - [2025-07-17 02:28:22] "POST /neutron/network HTTP/1.1" 200 613 0.081613 10.0.0.242 - - [2025-07-17 02:28:22] "POST /route-targets HTTP/1.1" 200 328 0.012837 10.0.0.242 - - [2025-07-17 02:28:22] "POST /ref-update HTTP/1.1" 200 156 0.013906 10.0.0.242 - - [2025-07-17 02:28:23] "POST /useragent-kv HTTP/1.1" 200 115 0.004294 10.0.0.242 - - [2025-07-17 02:28:23] "POST /neutron/subnet HTTP/1.1" 200 725 0.210291 10.0.0.242 - - [2025-07-17 02:28:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003158 10.0.0.242 - - [2025-07-17 02:28:23] "POST /neutron/subnet HTTP/1.1" 200 828 0.152383 10.0.0.242 - - [2025-07-17 02:28:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.032809 10.0.0.242 - - [2025-07-17 02:28:23] "GET /virtual-network/743209c7-0bff-4958-b640-1aa98f3a0fb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1952 0.007409 10.0.0.242 - - [2025-07-17 02:28:23] "POST /neutron/network HTTP/1.1" 200 1006 0.006899 10.0.0.242 - - [2025-07-17 02:28:23] "POST /id-to-fqname HTTP/1.1" 200 228 0.001339 10.0.0.242 - - [2025-07-17 02:28:23] "GET /virtual-network/5abcb6d9-53c0-478b-ad10-007b9b11cbef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005820 10.0.0.242 - - [2025-07-17 02:28:23] "POST /neutron/network HTTP/1.1" 200 1006 0.009826 10.0.0.242 - - [2025-07-17 02:28:23] "GET /virtual-network/5abcb6d9-53c0-478b-ad10-007b9b11cbef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005872 10.0.0.242 - - [2025-07-17 02:28:23] "POST /neutron/network HTTP/1.1" 200 1006 0.009484 10.0.0.242 - - [2025-07-17 02:28:23] "POST /neutron/subnet HTTP/1.1" 200 725 0.009472 10.0.0.242 - - [2025-07-17 02:28:23] "POST /neutron/subnet HTTP/1.1" 200 828 0.008564 10.0.0.242 - - [2025-07-17 02:28:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.242 - - [2025-07-17 02:28:23] "GET /projects?obj_uuids=c12d6e6e-e820-4aca-aca4-d1681e6f076e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001388 10.0.0.242 - - [2025-07-17 02:28:23] "GET /project/c12d6e6e-e820-4aca-aca4-d1681e6f076e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.030976 10.0.0.242 - - [2025-07-17 02:28:23] "POST /neutron/network HTTP/1.1" 200 117 0.011600 10.0.0.242 - - [2025-07-17 02:28:23] "GET /projects?obj_uuids=c12d6e6e-e820-4aca-aca4-d1681e6f076e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001403 10.0.0.242 - - [2025-07-17 02:28:23] "POST /neutron/network HTTP/1.1" 200 613 0.072188 10.0.0.242 - - [2025-07-17 02:28:23] "POST /route-targets HTTP/1.1" 200 328 0.013049 10.0.0.242 - - [2025-07-17 02:28:23] "POST /ref-update HTTP/1.1" 200 156 0.015140 10.0.0.242 - - [2025-07-17 02:28:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002570 10.0.0.242 - - [2025-07-17 02:28:23] "POST /neutron/subnet HTTP/1.1" 200 734 0.201931 10.0.0.242 - - [2025-07-17 02:28:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004799 10.0.0.242 - - [2025-07-17 02:28:24] "GET /virtual-network/743209c7-0bff-4958-b640-1aa98f3a0fb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1952 0.005135 10.0.0.242 - - [2025-07-17 02:28:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002828 10.0.0.242 - - [2025-07-17 02:28:24] "POST /neutron/subnet HTTP/1.1" 200 828 0.151783 10.0.0.242 - - [2025-07-17 02:28:24] "POST /neutron/network HTTP/1.1" 200 1008 0.008989 10.0.0.242 - - [2025-07-17 02:28:24] "POST /id-to-fqname HTTP/1.1" 200 228 0.001281 10.0.0.242 - - [2025-07-17 02:28:24] "GET /virtual-network/3537f996-e4bc-4fee-9cd1-0d235f499dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.006205 10.0.0.242 - - [2025-07-17 02:28:24] "POST /neutron/network HTTP/1.1" 200 1008 0.007652 10.0.0.242 - - [2025-07-17 02:28:24] "GET /virtual-network/3537f996-e4bc-4fee-9cd1-0d235f499dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.006415 10.0.0.242 - - [2025-07-17 02:28:24] "POST /neutron/network HTTP/1.1" 200 1008 0.008374 10.0.0.242 - - [2025-07-17 02:28:24] "POST /neutron/subnet HTTP/1.1" 200 734 0.007480 10.0.0.242 - - [2025-07-17 02:28:24] "POST /neutron/subnet HTTP/1.1" 200 828 0.006927 10.0.0.242 - - [2025-07-17 02:28:24] "POST /fqname-to-id HTTP/1.1" 404 234 0.002508 10.0.0.242 - - [2025-07-17 02:28:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.242 - - [2025-07-17 02:28:24] "GET /projects?obj_uuids=c12d6e6e-e820-4aca-aca4-d1681e6f076e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001221 10.0.0.242 - - [2025-07-17 02:28:24] "GET /project/c12d6e6e-e820-4aca-aca4-d1681e6f076e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.032944 10.0.0.242 - - [2025-07-17 02:28:24] "POST /network-policys HTTP/1.1" 200 579 0.064184 10.0.0.242 - - [2025-07-17 02:28:24] "GET /network-policy/561aca23-94d7-4ba4-9c53-287e72ea92ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.005722 10.0.0.242 - - [2025-07-17 02:28:24] "POST /neutron/network HTTP/1.1" 200 1006 0.008412 10.0.0.242 - - [2025-07-17 02:28:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.007720 10.0.0.242 - - [2025-07-17 02:28:24] "POST /fqname-to-id HTTP/1.1" 404 242 0.007299 10.0.0.242 - - [2025-07-17 02:28:24] "GET /virtual-network/743209c7-0bff-4958-b640-1aa98f3a0fb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1952 0.007949 10.0.0.242 - - [2025-07-17 02:28:24] "POST /neutron/network HTTP/1.1" 200 1114 0.061166 10.0.0.242 - - [2025-07-17 02:28:24] "POST /access-control-lists HTTP/1.1" 200 598 0.073857 10.0.0.242 - - [2025-07-17 02:28:24] "POST /neutron/network HTTP/1.1" 200 1114 0.044817 10.0.0.242 - - [2025-07-17 02:28:24] "GET /virtual-network/5abcb6d9-53c0-478b-ad10-007b9b11cbef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.010574 10.0.0.242 - - [2025-07-17 02:28:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002912 10.0.0.242 - - [2025-07-17 02:28:24] "GET /network-policy/561aca23-94d7-4ba4-9c53-287e72ea92ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.005569 10.0.0.242 - - [2025-07-17 02:28:24] "POST /neutron/network HTTP/1.1" 200 1008 0.008643 10.0.0.242 - - [2025-07-17 02:28:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.008589 10.0.0.242 - - [2025-07-17 02:28:24] "POST /fqname-to-id HTTP/1.1" 404 242 0.004933 10.0.0.242 - - [2025-07-17 02:28:24] "GET /virtual-network/743209c7-0bff-4958-b640-1aa98f3a0fb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1952 0.006949 10.0.0.242 - - [2025-07-17 02:28:24] "POST /neutron/network HTTP/1.1" 200 1116 0.054289 10.0.0.242 - - [2025-07-17 02:28:24] "POST /access-control-lists HTTP/1.1" 200 598 0.070571 10.0.0.242 - - [2025-07-17 02:28:24] "POST /neutron/network HTTP/1.1" 200 1116 0.051615 10.0.0.242 - - [2025-07-17 02:28:24] "GET /virtual-network/3537f996-e4bc-4fee-9cd1-0d235f499dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2973 0.006490 10.0.0.242 - - [2025-07-17 02:28:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002902 10.0.0.242 - - [2025-07-17 02:28:25] "POST /ref-update HTTP/1.1" 200 156 0.010202 10.0.0.242 - - [2025-07-17 02:28:25] "GET /network-policy/561aca23-94d7-4ba4-9c53-287e72ea92ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.003985 10.0.0.242 - - [2025-07-17 02:28:25] "GET /domains HTTP/1.1" 401 293 0.000459 10.0.0.242 - - [2025-07-17 02:28:25] "PUT /access-control-list/4c7bb9f0-2b6e-4bcf-8d5e-eecbb6178546 HTTP/1.1" 200 273 0.054097 10.0.0.242 - - [2025-07-17 02:28:25] "GET /domains HTTP/1.1" 200 281 0.030671 10.0.0.242 - - [2025-07-17 02:28:25] "GET /domains?obj_uuids=fcda0849-3f4d-43fd-87d6-3619b1739bfa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001256 10.0.0.242 - - [2025-07-17 02:28:25] "GET /domain/fcda0849-3f4d-43fd-87d6-3619b1739bfa HTTP/1.1" 200 3162 0.009753 10.0.0.242 - - [2025-07-17 02:28:25] "GET /projects?obj_uuids=c12d6e6e-e820-4aca-aca4-d1681e6f076e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001220 10.0.0.242 - - [2025-07-17 02:28:25] "GET /project/c12d6e6e-e820-4aca-aca4-d1681e6f076e HTTP/1.1" 200 2633 0.072243 10.0.0.242 - - [2025-07-17 02:28:25] "GET /virtual-network/5abcb6d9-53c0-478b-ad10-007b9b11cbef HTTP/1.1" 200 3511 0.006845 10.0.0.242 - - [2025-07-17 02:28:25] "GET /virtual-network/5abcb6d9-53c0-478b-ad10-007b9b11cbef HTTP/1.1" 200 3511 0.005347 10.0.0.242 - - [2025-07-17 02:28:25] "GET /routing-instance/5649c1fe-4eb7-458f-832b-f26badbc5ba2 HTTP/1.1" 200 1798 0.004550 10.0.0.242 - - [2025-07-17 02:28:25] "GET /routing-instance/5649c1fe-4eb7-458f-832b-f26badbc5ba2 HTTP/1.1" 200 1798 0.003904 10.0.0.242 - - [2025-07-17 02:28:25] "GET /route-target/2d87a20b-2038-45eb-bb51-cd553887cf40 HTTP/1.1" 200 1214 0.003778 10.0.0.242 - - [2025-07-17 02:28:25] "GET /virtual-network/5abcb6d9-53c0-478b-ad10-007b9b11cbef HTTP/1.1" 200 3511 0.006075 10.0.0.242 - - [2025-07-17 02:28:25] "GET /routing-instance/5649c1fe-4eb7-458f-832b-f26badbc5ba2 HTTP/1.1" 200 1798 0.005879 10.0.0.242 - - [2025-07-17 02:28:25] "GET /virtual-network/5abcb6d9-53c0-478b-ad10-007b9b11cbef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.009148 10.0.0.242 - - [2025-07-17 02:28:25] "GET /virtual-network/5abcb6d9-53c0-478b-ad10-007b9b11cbef HTTP/1.1" 200 3511 0.008178 10.0.0.242 - - [2025-07-17 02:28:25] "GET /routing-instance/5649c1fe-4eb7-458f-832b-f26badbc5ba2 HTTP/1.1" 200 1798 0.004716 10.0.0.242 - - [2025-07-17 02:28:25] "GET /routing-instance/5649c1fe-4eb7-458f-832b-f26badbc5ba2 HTTP/1.1" 200 1798 0.003990 10.0.0.242 - - [2025-07-17 02:28:25] "GET /route-target/2d87a20b-2038-45eb-bb51-cd553887cf40 HTTP/1.1" 200 1214 0.003429 10.0.0.242 - - [2025-07-17 02:28:25] "GET /domains HTTP/1.1" 200 281 0.002896 10.0.0.242 - - [2025-07-17 02:28:25] "GET /domains?obj_uuids=fcda0849-3f4d-43fd-87d6-3619b1739bfa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001746 10.0.0.242 - - [2025-07-17 02:28:25] "GET /domain/fcda0849-3f4d-43fd-87d6-3619b1739bfa HTTP/1.1" 200 3162 0.009305 10.0.0.242 - - [2025-07-17 02:28:25] "GET /projects?obj_uuids=c12d6e6e-e820-4aca-aca4-d1681e6f076e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001174 10.0.0.242 - - [2025-07-17 02:28:25] "GET /project/c12d6e6e-e820-4aca-aca4-d1681e6f076e HTTP/1.1" 200 2633 0.073050 10.0.0.242 - - [2025-07-17 02:28:25] "GET /virtual-network/5abcb6d9-53c0-478b-ad10-007b9b11cbef HTTP/1.1" 200 3511 0.006263 10.0.0.242 - - [2025-07-17 02:28:26] "GET /obj-perms HTTP/1.1" 200 5065 0.055201 10.0.0.242 - - [2025-07-17 02:28:26] "GET /domains HTTP/1.1" 200 281 0.002990 10.0.0.242 - - [2025-07-17 02:28:26] "GET /domains?obj_uuids=fcda0849-3f4d-43fd-87d6-3619b1739bfa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001302 10.0.0.242 - - [2025-07-17 02:28:26] "GET /domain/fcda0849-3f4d-43fd-87d6-3619b1739bfa HTTP/1.1" 200 3162 0.008163 10.0.0.242 - - [2025-07-17 02:28:26] "GET /projects?obj_uuids=c12d6e6e-e820-4aca-aca4-d1681e6f076e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001179 10.0.0.242 - - [2025-07-17 02:28:26] "GET /project/c12d6e6e-e820-4aca-aca4-d1681e6f076e HTTP/1.1" 200 2633 0.068205 10.0.0.242 - - [2025-07-17 02:28:26] "GET /virtual-network/3537f996-e4bc-4fee-9cd1-0d235f499dac HTTP/1.1" 200 3517 0.032939 10.0.0.242 - - [2025-07-17 02:28:26] "GET /virtual-network/3537f996-e4bc-4fee-9cd1-0d235f499dac HTTP/1.1" 200 3517 0.008942 10.0.0.242 - - [2025-07-17 02:28:26] "GET /routing-instance/aac1998b-f3a0-4b65-a031-d1b63558e928 HTTP/1.1" 200 1800 0.006287 10.0.0.242 - - [2025-07-17 02:28:26] "GET /routing-instance/aac1998b-f3a0-4b65-a031-d1b63558e928 HTTP/1.1" 200 1800 0.004307 10.0.0.242 - - [2025-07-17 02:28:26] "GET /route-target/b01eb3e1-b6b1-4f9c-b7f7-e14ab3d3dbc8 HTTP/1.1" 200 1215 0.003384 10.0.0.242 - - [2025-07-17 02:28:26] "GET /virtual-network/3537f996-e4bc-4fee-9cd1-0d235f499dac HTTP/1.1" 200 3517 0.005109 10.0.0.242 - - [2025-07-17 02:28:26] "GET /routing-instance/aac1998b-f3a0-4b65-a031-d1b63558e928 HTTP/1.1" 200 1800 0.003992 10.0.0.242 - - [2025-07-17 02:28:26] "GET /virtual-network/3537f996-e4bc-4fee-9cd1-0d235f499dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2973 0.005338 10.0.0.242 - - [2025-07-17 02:28:26] "GET /virtual-network/3537f996-e4bc-4fee-9cd1-0d235f499dac HTTP/1.1" 200 3517 0.005177 10.0.0.242 - - [2025-07-17 02:28:26] "GET /routing-instance/aac1998b-f3a0-4b65-a031-d1b63558e928 HTTP/1.1" 200 1800 0.003538 10.0.0.242 - - [2025-07-17 02:28:26] "GET /routing-instance/aac1998b-f3a0-4b65-a031-d1b63558e928 HTTP/1.1" 200 1800 0.003994 10.0.0.242 - - [2025-07-17 02:28:26] "GET /route-target/b01eb3e1-b6b1-4f9c-b7f7-e14ab3d3dbc8 HTTP/1.1" 200 1215 0.003989 10.0.0.242 - - [2025-07-17 02:28:26] "GET /domains HTTP/1.1" 200 281 0.002824 10.0.0.242 - - [2025-07-17 02:28:26] "GET /domains?obj_uuids=fcda0849-3f4d-43fd-87d6-3619b1739bfa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001281 10.0.0.242 - - [2025-07-17 02:28:26] "GET /domain/fcda0849-3f4d-43fd-87d6-3619b1739bfa HTTP/1.1" 200 3162 0.008231 10.0.0.242 - - [2025-07-17 02:28:26] "GET /projects?obj_uuids=c12d6e6e-e820-4aca-aca4-d1681e6f076e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001384 10.0.0.242 - - [2025-07-17 02:28:26] "GET /project/c12d6e6e-e820-4aca-aca4-d1681e6f076e HTTP/1.1" 200 2633 0.073024 10.0.0.242 - - [2025-07-17 02:28:26] "GET /virtual-network/3537f996-e4bc-4fee-9cd1-0d235f499dac HTTP/1.1" 200 3517 0.012760 10.0.0.242 - - [2025-07-17 02:28:26] "GET /obj-perms HTTP/1.1" 200 5065 0.003462 10.0.0.242 - - [2025-07-17 02:28:26] "GET /virtual-network/3537f996-e4bc-4fee-9cd1-0d235f499dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2973 0.006220 10.0.0.242 - - [2025-07-17 02:28:26] "POST /neutron/network HTTP/1.1" 200 1116 0.010511 10.0.0.242 - - [2025-07-17 02:28:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005467 10.0.0.242 - - [2025-07-17 02:28:26] "GET /virtual-network/743209c7-0bff-4958-b640-1aa98f3a0fb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1952 0.007148 10.0.0.242 - - [2025-07-17 02:28:26] "POST /neutron/network HTTP/1.1" 200 1008 0.058620 10.0.0.242 - - [2025-07-17 02:28:26] "DELETE /access-control-list/5379456f-bb2b-4ed0-9731-13c24af929a6 HTTP/1.1" 200 115 0.044379 10.0.0.242 - - [2025-07-17 02:28:26] "POST /neutron/network HTTP/1.1" 200 1008 0.009575 10.0.0.242 - - [2025-07-17 02:28:26] "POST /ref-update HTTP/1.1" 200 156 0.018089 10.0.0.242 - - [2025-07-17 02:28:26] "GET /virtual-network/3537f996-e4bc-4fee-9cd1-0d235f499dac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2648 0.006632 10.0.0.242 - - [2025-07-17 02:28:26] "GET /virtual-network/5abcb6d9-53c0-478b-ad10-007b9b11cbef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.006501 10.0.0.242 - - [2025-07-17 02:28:26] "POST /neutron/network HTTP/1.1" 200 1114 0.007945 10.0.0.242 - - [2025-07-17 02:28:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.008461 10.0.0.242 - - [2025-07-17 02:28:26] "GET /virtual-network/743209c7-0bff-4958-b640-1aa98f3a0fb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1952 0.008094 10.0.0.242 - - [2025-07-17 02:28:26] "POST /neutron/network HTTP/1.1" 200 1006 0.069816 10.0.0.242 - - [2025-07-17 02:28:26] "DELETE /access-control-list/4c7bb9f0-2b6e-4bcf-8d5e-eecbb6178546 HTTP/1.1" 200 115 0.057846 10.0.0.242 - - [2025-07-17 02:28:26] "POST /neutron/network HTTP/1.1" 200 1006 0.016157 10.0.0.242 - - [2025-07-17 02:28:26] "GET /virtual-network/5abcb6d9-53c0-478b-ad10-007b9b11cbef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.007135 10.0.0.242 - - [2025-07-17 02:28:26] "POST /ref-update HTTP/1.1" 200 156 0.021091 10.0.0.242 - - [2025-07-17 02:28:27] "DELETE /network-policy/561aca23-94d7-4ba4-9c53-287e72ea92ff HTTP/1.1" 200 115 0.034012 10.0.0.242 - - [2025-07-17 02:28:27] "POST /neutron/network HTTP/1.1" 200 1008 0.007781 10.0.0.242 - - [2025-07-17 02:28:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004489 10.0.0.242 - - [2025-07-17 02:28:27] "POST /useragent-kv HTTP/1.1" 200 115 0.003210 10.0.0.242 - - [2025-07-17 02:28:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002729 10.0.0.242 - - [2025-07-17 02:28:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002208 10.0.0.242 - - [2025-07-17 02:28:27] "POST /useragent-kv HTTP/1.1" 200 115 0.001973 10.0.0.242 - - [2025-07-17 02:28:27] "POST /neutron/network HTTP/1.1" 200 151 0.101465 10.0.0.242 - - [2025-07-17 02:28:27] "DELETE /route-target/b01eb3e1-b6b1-4f9c-b7f7-e14ab3d3dbc8 HTTP/1.1" 200 115 0.031748 10.0.0.242 - - [2025-07-17 02:28:27] "GET /routing-instance/aac1998b-f3a0-4b65-a031-d1b63558e928 HTTP/1.1" 404 171 0.002549 10.0.0.242 - - [2025-07-17 02:28:27] "GET /domains HTTP/1.1" 200 281 0.002530 10.0.0.242 - - [2025-07-17 02:28:27] "GET /domains?obj_uuids=fcda0849-3f4d-43fd-87d6-3619b1739bfa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001158 10.0.0.242 - - [2025-07-17 02:28:27] "GET /domain/fcda0849-3f4d-43fd-87d6-3619b1739bfa HTTP/1.1" 200 3162 0.049695 10.0.0.242 - - [2025-07-17 02:28:27] "GET /projects?obj_uuids=c12d6e6e-e820-4aca-aca4-d1681e6f076e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001209 10.0.0.242 - - [2025-07-17 02:28:27] "GET /project/c12d6e6e-e820-4aca-aca4-d1681e6f076e HTTP/1.1" 200 2151 0.067031 10.0.0.242 - - [2025-07-17 02:28:27] "POST /neutron/network HTTP/1.1" 200 1006 0.007790 10.0.0.242 - - [2025-07-17 02:28:27] "POST /useragent-kv HTTP/1.1" 200 115 0.003855 10.0.0.242 - - [2025-07-17 02:28:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005122 10.0.0.242 - - [2025-07-17 02:28:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002066 10.0.0.242 - - [2025-07-17 02:28:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002534 10.0.0.242 - - [2025-07-17 02:28:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002205 10.0.0.242 - - [2025-07-17 02:28:27] "POST /neutron/network HTTP/1.1" 200 151 0.091746 10.0.0.242 - - [2025-07-17 02:28:27] "DELETE /route-target/2d87a20b-2038-45eb-bb51-cd553887cf40 HTTP/1.1" 200 115 0.025206 10.0.0.242 - - [2025-07-17 02:28:27] "GET /routing-instance/5649c1fe-4eb7-458f-832b-f26badbc5ba2 HTTP/1.1" 404 171 0.003829 10.0.0.242 - - [2025-07-17 02:28:27] "GET /domains HTTP/1.1" 200 281 0.002954 10.0.0.242 - - [2025-07-17 02:28:27] "GET /domains?obj_uuids=fcda0849-3f4d-43fd-87d6-3619b1739bfa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001251 10.0.0.242 - - [2025-07-17 02:28:27] "GET /domain/fcda0849-3f4d-43fd-87d6-3619b1739bfa HTTP/1.1" 200 3162 0.053035 10.0.0.242 - - [2025-07-17 02:28:27] "GET /projects?obj_uuids=c12d6e6e-e820-4aca-aca4-d1681e6f076e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001270 10.0.0.242 - - [2025-07-17 02:28:27] "GET /project/c12d6e6e-e820-4aca-aca4-d1681e6f076e HTTP/1.1" 200 1905 0.069520 10.0.0.242 - - [2025-07-17 02:28:27] "GET /projects?obj_uuids=c12d6e6e-e820-4aca-aca4-d1681e6f076e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001314 10.0.0.242 - - [2025-07-17 02:28:27] "GET /project/c12d6e6e-e820-4aca-aca4-d1681e6f076e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.028549 10.0.0.242 - - [2025-07-17 02:28:27] "GET /projects?obj_uuids=c12d6e6e-e820-4aca-aca4-d1681e6f076e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001667 10.0.0.242 - - [2025-07-17 02:28:27] "GET /project/c12d6e6e-e820-4aca-aca4-d1681e6f076e?fields=virtual_networks HTTP/1.1" 200 1050 0.076166 10.0.0.242 - - [2025-07-17 02:28:28] "GET /projects?obj_uuids=c12d6e6e-e820-4aca-aca4-d1681e6f076e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001477 10.0.0.242 - - [2025-07-17 02:28:28] "GET /project/c12d6e6e-e820-4aca-aca4-d1681e6f076e?fields=virtual_machine_interfaces HTTP/1.1" 200 1050 0.027904 10.0.0.242 - - [2025-07-17 02:28:28] "GET /projects?obj_uuids=c12d6e6e-e820-4aca-aca4-d1681e6f076e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001212 10.0.0.242 - - [2025-07-17 02:28:28] "GET /project/c12d6e6e-e820-4aca-aca4-d1681e6f076e?fields=security_groups HTTP/1.1" 200 1285 0.027540 10.0.0.242 - - [2025-07-17 02:28:29] "POST /fqname-to-id HTTP/1.1" 404 190 0.030221 10.0.0.242 - - [2025-07-17 02:28:29] "GET /projects?obj_uuids=5bbffa4f-99ca-47e1-9526-3fed81928bc4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002776 10.0.0.242 - - [2025-07-17 02:28:29] "GET /domains?obj_uuids=fcda0849-3f4d-43fd-87d6-3619b1739bfa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001329 10.0.0.242 - - [2025-07-17 02:28:29] "GET /domain/fcda0849-3f4d-43fd-87d6-3619b1739bfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008467 10.0.0.242 - - [2025-07-17 02:28:29] "POST /id-to-fqname HTTP/1.1" 200 192 0.001985 10.0.0.242 - - [2025-07-17 02:28:29] "POST /fqname-to-id HTTP/1.1" 404 201 0.004899 10.0.0.242 - - [2025-07-17 02:28:29] "POST /security-groups HTTP/1.1" 200 593 0.063410 10.0.0.242 - - [2025-07-17 02:28:29] "POST /fqname-to-id HTTP/1.1" 404 236 0.005465 10.0.0.242 - - [2025-07-17 02:28:29] "POST /projects HTTP/1.1" 200 589 0.224903 10.0.0.242 - - [2025-07-17 02:28:29] "POST /access-control-lists HTTP/1.1" 200 600 0.061913 10.0.0.242 - - [2025-07-17 02:28:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.301872 10.0.0.242 - - [2025-07-17 02:28:29] "POST /fqname-to-id HTTP/1.1" 404 235 0.003082 10.0.0.242 - - [2025-07-17 02:28:29] "GET /project/5bbffa4f-99ca-47e1-9526-3fed81928bc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.440135 10.0.0.242 - - [2025-07-17 02:28:29] "POST /access-control-lists HTTP/1.1" 200 598 0.059802 10.0.0.242 - - [2025-07-17 02:28:30] "GET / HTTP/1.1" 200 36215 0.060525 10.0.0.242 - - [2025-07-17 02:28:31] "POST /fqname-to-id HTTP/1.1" 401 293 0.000489 10.0.0.242 - - [2025-07-17 02:28:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.066280 10.0.0.242 - - [2025-07-17 02:28:31] "GET /projects?obj_uuids=5bbffa4f-99ca-47e1-9526-3fed81928bc4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001205 10.0.0.242 - - [2025-07-17 02:28:31] "GET /project/5bbffa4f-99ca-47e1-9526-3fed81928bc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.033644 10.0.0.242 - - [2025-07-17 02:28:32] "POST /neutron/network HTTP/1.1" 200 117 0.034047 10.0.0.242 - - [2025-07-17 02:28:32] "GET /projects?obj_uuids=5bbffa4f-99ca-47e1-9526-3fed81928bc4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001202 10.0.0.242 - - [2025-07-17 02:28:32] "POST /neutron/network HTTP/1.1" 200 607 0.077909 10.0.0.242 - - [2025-07-17 02:28:32] "POST /route-targets HTTP/1.1" 200 328 0.012279 10.0.0.242 - - [2025-07-17 02:28:32] "POST /ref-update HTTP/1.1" 200 156 0.013900 10.0.0.242 - - [2025-07-17 02:28:32] "POST /useragent-kv HTTP/1.1" 200 115 0.003805 10.0.0.242 - - [2025-07-17 02:28:32] "POST /neutron/subnet HTTP/1.1" 200 729 0.217067 10.0.0.242 - - [2025-07-17 02:28:32] "POST /neutron/network HTTP/1.1" 200 827 0.007368 10.0.0.242 - - [2025-07-17 02:28:32] "POST /id-to-fqname HTTP/1.1" 200 222 0.001873 10.0.0.242 - - [2025-07-17 02:28:32] "GET /virtual-network/a63322d9-93c3-460c-aa60-86e2c104636c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006880 10.0.0.242 - - [2025-07-17 02:28:32] "POST /neutron/network HTTP/1.1" 200 827 0.007763 10.0.0.242 - - [2025-07-17 02:28:32] "GET /virtual-network/a63322d9-93c3-460c-aa60-86e2c104636c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005958 10.0.0.242 - - [2025-07-17 02:28:32] "POST /neutron/network HTTP/1.1" 200 827 0.006732 10.0.0.242 - - [2025-07-17 02:28:32] "POST /neutron/subnet HTTP/1.1" 200 729 0.008632 10.0.0.242 - - [2025-07-17 02:28:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.242 - - [2025-07-17 02:28:32] "GET /projects?obj_uuids=5bbffa4f-99ca-47e1-9526-3fed81928bc4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001362 10.0.0.242 - - [2025-07-17 02:28:32] "GET /project/5bbffa4f-99ca-47e1-9526-3fed81928bc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.031632 10.0.0.242 - - [2025-07-17 02:28:32] "POST /neutron/network HTTP/1.1" 200 117 0.009769 10.0.0.242 - - [2025-07-17 02:28:32] "GET /projects?obj_uuids=5bbffa4f-99ca-47e1-9526-3fed81928bc4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001363 10.0.0.242 - - [2025-07-17 02:28:32] "POST /neutron/network HTTP/1.1" 200 607 0.080138 10.0.0.242 - - [2025-07-17 02:28:32] "POST /route-targets HTTP/1.1" 200 328 0.012248 10.0.0.242 - - [2025-07-17 02:28:32] "POST /ref-update HTTP/1.1" 200 156 0.015194 10.0.0.242 - - [2025-07-17 02:28:32] "POST /useragent-kv HTTP/1.1" 200 115 0.006263 10.0.0.242 - - [2025-07-17 02:28:32] "POST /neutron/subnet HTTP/1.1" 200 715 0.160259 10.0.0.242 - - [2025-07-17 02:28:33] "POST /neutron/network HTTP/1.1" 200 824 0.006305 10.0.0.242 - - [2025-07-17 02:28:33] "POST /id-to-fqname HTTP/1.1" 200 222 0.001762 10.0.0.242 - - [2025-07-17 02:28:33] "GET /virtual-network/0f0a1553-27de-451d-8f2a-eb2a035a4f03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006790 10.0.0.242 - - [2025-07-17 02:28:33] "POST /neutron/network HTTP/1.1" 200 824 0.006829 10.0.0.242 - - [2025-07-17 02:28:33] "GET /virtual-network/0f0a1553-27de-451d-8f2a-eb2a035a4f03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006822 10.0.0.242 - - [2025-07-17 02:28:33] "POST /neutron/network HTTP/1.1" 200 824 0.007236 10.0.0.242 - - [2025-07-17 02:28:33] "POST /neutron/subnet HTTP/1.1" 200 715 0.008526 10.0.0.242 - - [2025-07-17 02:28:33] "POST /fqname-to-id HTTP/1.1" 404 228 0.002809 10.0.0.242 - - [2025-07-17 02:28:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002778 10.0.0.242 - - [2025-07-17 02:28:33] "GET /projects?obj_uuids=5bbffa4f-99ca-47e1-9526-3fed81928bc4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001215 10.0.0.242 - - [2025-07-17 02:28:33] "GET /project/5bbffa4f-99ca-47e1-9526-3fed81928bc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.036753 10.0.0.242 - - [2025-07-17 02:28:33] "POST /network-policys HTTP/1.1" 200 573 0.019563 10.0.0.242 - - [2025-07-17 02:28:33] "GET /network-policy/5b9e93db-bcbf-4af4-9062-6c40d1314d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.005780 10.0.0.242 - - [2025-07-17 02:28:33] "POST /neutron/network HTTP/1.1" 200 827 0.006225 10.0.0.242 - - [2025-07-17 02:28:33] "POST /fqname-to-id HTTP/1.1" 404 236 0.007203 10.0.0.242 - - [2025-07-17 02:28:33] "POST /neutron/network HTTP/1.1" 200 929 0.060456 10.0.0.242 - - [2025-07-17 02:28:33] "POST /neutron/network HTTP/1.1" 200 929 0.041476 10.0.0.242 - - [2025-07-17 02:28:33] "POST /access-control-lists HTTP/1.1" 200 592 0.076708 10.0.0.242 - - [2025-07-17 02:28:33] "GET /virtual-network/a63322d9-93c3-460c-aa60-86e2c104636c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.006039 10.0.0.242 - - [2025-07-17 02:28:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.242 - - [2025-07-17 02:28:33] "GET /network-policy/5b9e93db-bcbf-4af4-9062-6c40d1314d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.004313 10.0.0.242 - - [2025-07-17 02:28:33] "POST /neutron/network HTTP/1.1" 200 824 0.006492 10.0.0.242 - - [2025-07-17 02:28:33] "POST /fqname-to-id HTTP/1.1" 404 236 0.006093 10.0.0.242 - - [2025-07-17 02:28:33] "POST /neutron/network HTTP/1.1" 200 926 0.046207 10.0.0.242 - - [2025-07-17 02:28:33] "POST /neutron/network HTTP/1.1" 200 926 0.006525 10.0.0.242 - - [2025-07-17 02:28:33] "GET /virtual-network/0f0a1553-27de-451d-8f2a-eb2a035a4f03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.036304 10.0.0.242 - - [2025-07-17 02:28:33] "POST /access-control-lists HTTP/1.1" 200 592 0.070921 10.0.0.242 - - [2025-07-17 02:28:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.008730 10.0.0.242 - - [2025-07-17 02:28:33] "POST /ref-update HTTP/1.1" 200 156 0.011727 10.0.0.242 - - [2025-07-17 02:28:33] "GET /network-policy/5b9e93db-bcbf-4af4-9062-6c40d1314d0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.008458 10.0.0.242 - - [2025-07-17 02:28:33] "GET /domains HTTP/1.1" 401 293 0.000454 10.0.0.242 - - [2025-07-17 02:28:33] "PUT /access-control-list/1c96c046-0b07-4ba2-84a4-6df6f2e77d3c HTTP/1.1" 200 273 0.058193 10.0.0.242 - - [2025-07-17 02:28:34] "GET /domains HTTP/1.1" 200 281 0.026291 10.0.0.242 - - [2025-07-17 02:28:34] "GET /domains?obj_uuids=fcda0849-3f4d-43fd-87d6-3619b1739bfa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001337 10.0.0.242 - - [2025-07-17 02:28:34] "GET /domain/fcda0849-3f4d-43fd-87d6-3619b1739bfa HTTP/1.1" 200 3351 0.010350 10.0.0.242 - - [2025-07-17 02:28:34] "GET /projects?obj_uuids=5bbffa4f-99ca-47e1-9526-3fed81928bc4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001253 10.0.0.242 - - [2025-07-17 02:28:34] "GET /project/5bbffa4f-99ca-47e1-9526-3fed81928bc4 HTTP/1.1" 200 2578 0.070114 10.0.0.242 - - [2025-07-17 02:28:34] "GET /virtual-network/a63322d9-93c3-460c-aa60-86e2c104636c HTTP/1.1" 200 2901 0.007336 10.0.0.242 - - [2025-07-17 02:28:34] "GET /virtual-network/a63322d9-93c3-460c-aa60-86e2c104636c HTTP/1.1" 200 2901 0.006004 10.0.0.242 - - [2025-07-17 02:28:34] "GET /routing-instance/35927dc9-8053-42e3-888f-a7d05d75b93c HTTP/1.1" 200 1786 0.003957 10.0.0.242 - - [2025-07-17 02:28:34] "GET /routing-instance/35927dc9-8053-42e3-888f-a7d05d75b93c HTTP/1.1" 200 1786 0.003505 10.0.0.242 - - [2025-07-17 02:28:34] "GET /route-target/fea9de67-38fd-4e8c-ae71-8f5dcc628c6e HTTP/1.1" 200 1209 0.003295 10.0.0.242 - - [2025-07-17 02:28:34] "GET /virtual-network/a63322d9-93c3-460c-aa60-86e2c104636c HTTP/1.1" 200 2901 0.005761 10.0.0.242 - - [2025-07-17 02:28:34] "GET /routing-instance/35927dc9-8053-42e3-888f-a7d05d75b93c HTTP/1.1" 200 1786 0.003611 10.0.0.242 - - [2025-07-17 02:28:34] "GET /virtual-network/a63322d9-93c3-460c-aa60-86e2c104636c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.005551 10.0.0.242 - - [2025-07-17 02:28:34] "GET /virtual-network/a63322d9-93c3-460c-aa60-86e2c104636c HTTP/1.1" 200 2901 0.005220 10.0.0.242 - - [2025-07-17 02:28:34] "GET /routing-instance/35927dc9-8053-42e3-888f-a7d05d75b93c HTTP/1.1" 200 1786 0.004557 10.0.0.242 - - [2025-07-17 02:28:34] "GET /routing-instance/35927dc9-8053-42e3-888f-a7d05d75b93c HTTP/1.1" 200 1786 0.003775 10.0.0.242 - - [2025-07-17 02:28:34] "GET /route-target/fea9de67-38fd-4e8c-ae71-8f5dcc628c6e HTTP/1.1" 200 1209 0.003246 10.0.0.242 - - [2025-07-17 02:28:34] "GET /domains HTTP/1.1" 200 281 0.002909 10.0.0.242 - - [2025-07-17 02:28:34] "GET /domains?obj_uuids=fcda0849-3f4d-43fd-87d6-3619b1739bfa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001172 10.0.0.242 - - [2025-07-17 02:28:34] "GET /domain/fcda0849-3f4d-43fd-87d6-3619b1739bfa HTTP/1.1" 200 3351 0.007489 10.0.0.242 - - [2025-07-17 02:28:34] "GET /projects?obj_uuids=5bbffa4f-99ca-47e1-9526-3fed81928bc4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001061 10.0.0.242 - - [2025-07-17 02:28:34] "GET /project/5bbffa4f-99ca-47e1-9526-3fed81928bc4 HTTP/1.1" 200 2578 0.076234 10.0.0.242 - - [2025-07-17 02:28:34] "GET /virtual-network/a63322d9-93c3-460c-aa60-86e2c104636c HTTP/1.1" 200 2901 0.005399 10.0.0.242 - - [2025-07-17 02:28:35] "GET /obj-perms HTTP/1.1" 200 5053 0.057450 10.0.0.242 - - [2025-07-17 02:28:35] "GET /domains HTTP/1.1" 200 281 0.003514 10.0.0.242 - - [2025-07-17 02:28:35] "GET /domains?obj_uuids=fcda0849-3f4d-43fd-87d6-3619b1739bfa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001249 10.0.0.242 - - [2025-07-17 02:28:35] "GET /domain/fcda0849-3f4d-43fd-87d6-3619b1739bfa HTTP/1.1" 200 3351 0.008468 10.0.0.242 - - [2025-07-17 02:28:35] "GET /projects?obj_uuids=5bbffa4f-99ca-47e1-9526-3fed81928bc4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001735 10.0.0.242 - - [2025-07-17 02:28:35] "GET /project/5bbffa4f-99ca-47e1-9526-3fed81928bc4 HTTP/1.1" 200 2578 0.071831 10.0.0.242 - - [2025-07-17 02:28:35] "GET /virtual-network/0f0a1553-27de-451d-8f2a-eb2a035a4f03 HTTP/1.1" 200 2892 0.012877 10.0.0.242 - - [2025-07-17 02:28:35] "GET /virtual-network/0f0a1553-27de-451d-8f2a-eb2a035a4f03 HTTP/1.1" 200 2892 0.005937 10.0.0.242 - - [2025-07-17 02:28:35] "GET /routing-instance/5deeaeb0-50d2-4445-82b5-45b76e644dca HTTP/1.1" 200 1786 0.004739 10.0.0.242 - - [2025-07-17 02:28:35] "GET /routing-instance/5deeaeb0-50d2-4445-82b5-45b76e644dca HTTP/1.1" 200 1786 0.004601 10.0.0.242 - - [2025-07-17 02:28:35] "GET /route-target/ceb2b824-7c9d-4e36-970b-8e0c2466da3c HTTP/1.1" 200 1209 0.004428 10.0.0.242 - - [2025-07-17 02:28:35] "GET /virtual-network/0f0a1553-27de-451d-8f2a-eb2a035a4f03 HTTP/1.1" 200 2892 0.006968 10.0.0.242 - - [2025-07-17 02:28:35] "GET /routing-instance/5deeaeb0-50d2-4445-82b5-45b76e644dca HTTP/1.1" 200 1786 0.004901 10.0.0.242 - - [2025-07-17 02:28:35] "GET /virtual-network/0f0a1553-27de-451d-8f2a-eb2a035a4f03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.007917 10.0.0.242 - - [2025-07-17 02:28:35] "GET /virtual-network/0f0a1553-27de-451d-8f2a-eb2a035a4f03 HTTP/1.1" 200 2892 0.007617 10.0.0.242 - - [2025-07-17 02:28:35] "GET /routing-instance/5deeaeb0-50d2-4445-82b5-45b76e644dca HTTP/1.1" 200 1786 0.004118 10.0.0.242 - - [2025-07-17 02:28:35] "GET /routing-instance/5deeaeb0-50d2-4445-82b5-45b76e644dca HTTP/1.1" 200 1786 0.004700 10.0.0.242 - - [2025-07-17 02:28:35] "GET /route-target/ceb2b824-7c9d-4e36-970b-8e0c2466da3c HTTP/1.1" 200 1209 0.004242 10.0.0.242 - - [2025-07-17 02:28:35] "GET /domains HTTP/1.1" 200 281 0.003119 10.0.0.242 - - [2025-07-17 02:28:35] "GET /domains?obj_uuids=fcda0849-3f4d-43fd-87d6-3619b1739bfa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001466 10.0.0.242 - - [2025-07-17 02:28:35] "GET /domain/fcda0849-3f4d-43fd-87d6-3619b1739bfa HTTP/1.1" 200 3351 0.010523 10.0.0.242 - - [2025-07-17 02:28:35] "GET /projects?obj_uuids=5bbffa4f-99ca-47e1-9526-3fed81928bc4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001213 10.0.0.242 - - [2025-07-17 02:28:35] "GET /project/5bbffa4f-99ca-47e1-9526-3fed81928bc4 HTTP/1.1" 200 2578 0.069891 10.0.0.242 - - [2025-07-17 02:28:35] "GET /virtual-network/0f0a1553-27de-451d-8f2a-eb2a035a4f03 HTTP/1.1" 200 2892 0.005827 10.0.0.242 - - [2025-07-17 02:28:35] "GET /obj-perms HTTP/1.1" 200 5053 0.003951 10.0.0.242 - - [2025-07-17 02:28:35] "POST /id-to-fqname HTTP/1.1" 200 222 0.001660 10.0.0.242 - - [2025-07-17 02:28:35] "POST /neutron/network HTTP/1.1" 200 939 0.006108 10.0.0.242 - - [2025-07-17 02:28:35] "GET /aaa-mode HTTP/1.1" 401 293 0.000501 10.0.0.242 - - [2025-07-17 02:28:36] "GET / HTTP/1.1" 200 36215 0.001937 10.0.0.242 - - [2025-07-17 02:28:36] "GET /project/5bbffa4f-99ca-47e1-9526-3fed81928bc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000410 10.0.0.242 - - [2025-07-17 02:28:36] "GET /projects?obj_uuids=5bbffa4f-99ca-47e1-9526-3fed81928bc4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001298 10.0.0.242 - - [2025-07-17 02:28:36] "GET /project/5bbffa4f-99ca-47e1-9526-3fed81928bc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.057742 10.0.0.242 - - [2025-07-17 02:28:36] "POST /neutron/network HTTP/1.1" 200 929 0.006315 10.0.0.242 - - [2025-07-17 02:28:36] "POST /neutron/port HTTP/1.1" 200 117 0.005992 10.0.0.242 - - [2025-07-17 02:28:36] "POST /neutron/port HTTP/1.1" 200 117 0.006300 10.0.0.242 - - [2025-07-17 02:28:36] "POST /id-to-fqname HTTP/1.1" 200 222 0.001428 10.0.0.242 - - [2025-07-17 02:28:36] "POST /neutron/port HTTP/1.1" 200 117 0.005599 10.0.0.242 - - [2025-07-17 02:28:36] "POST /neutron/network HTTP/1.1" 200 936 0.007276 10.0.0.242 - - [2025-07-17 02:28:37] "GET /aaa-mode HTTP/1.1" 401 293 0.000524 10.0.0.242 - - [2025-07-17 02:28:37] "POST /neutron/network HTTP/1.1" 200 939 0.007236 10.0.0.242 - - [2025-07-17 02:28:37] "GET /projects?obj_uuids=5bbffa4f-99ca-47e1-9526-3fed81928bc4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001274 10.0.0.242 - - [2025-07-17 02:28:37] "GET / HTTP/1.1" 200 36215 0.002892 10.0.0.242 - - [2025-07-17 02:28:37] "GET /project/5bbffa4f-99ca-47e1-9526-3fed81928bc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000479 10.0.0.242 - - [2025-07-17 02:28:37] "POST /neutron/port HTTP/1.1" 200 1063 0.276608 10.0.0.242 - - [2025-07-17 02:28:37] "POST /neutron/port HTTP/1.1" 200 1063 0.013348 10.0.0.242 - - [2025-07-17 02:28:37] "POST /neutron/port HTTP/1.1" 200 1063 0.010438 10.0.0.242 - - [2025-07-17 02:28:37] "POST /neutron/port HTTP/1.1" 200 1117 0.086391 10.0.0.242 - - [2025-07-17 02:28:37] "POST /neutron/port HTTP/1.1" 200 1091 0.013301 10.0.0.242 - - [2025-07-17 02:28:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003694 10.0.0.242 - - [2025-07-17 02:28:37] "POST /neutron/subnet HTTP/1.1" 200 703 0.008265 10.0.0.242 - - [2025-07-17 02:28:37] "POST /neutron/port HTTP/1.1" 200 117 0.001465 10.0.0.242 - - [2025-07-17 02:28:37] "POST /neutron/network HTTP/1.1" 200 929 0.006805 10.0.0.242 - - [2025-07-17 02:28:37] "GET /projects?obj_uuids=5bbffa4f-99ca-47e1-9526-3fed81928bc4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001319 10.0.0.242 - - [2025-07-17 02:28:37] "GET /project/5bbffa4f-99ca-47e1-9526-3fed81928bc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.058187 10.0.0.242 - - [2025-07-17 02:28:37] "POST /neutron/network HTTP/1.1" 200 926 0.009905 10.0.0.242 - - [2025-07-17 02:28:38] "POST /neutron/port HTTP/1.1" 200 1091 0.017725 10.0.0.242 - - [2025-07-17 02:28:38] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009121 10.0.0.242 - - [2025-07-17 02:28:38] "POST /neutron/port HTTP/1.1" 200 117 0.013162 10.0.0.242 - - [2025-07-17 02:28:38] "POST /neutron/port HTTP/1.1" 200 1091 0.014704 10.0.0.242 - - [2025-07-17 02:28:38] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008042 10.0.0.242 - - [2025-07-17 02:28:38] "POST /neutron/network HTTP/1.1" 200 936 0.006649 10.0.0.242 - - [2025-07-17 02:28:38] "GET /projects?obj_uuids=5bbffa4f-99ca-47e1-9526-3fed81928bc4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002059 10.0.0.242 - - [2025-07-17 02:28:38] "PUT /access-control-list/2c7bbcaf-0330-4a6c-add7-e6d6818e4eac HTTP/1.1" 200 273 0.020601 10.0.0.242 - - [2025-07-17 02:28:38] "POST /neutron/port HTTP/1.1" 200 1060 0.351551 10.0.0.242 - - [2025-07-17 02:28:38] "POST /neutron/port HTTP/1.1" 200 1060 0.016414 10.0.0.242 - - [2025-07-17 02:28:38] "POST /neutron/port HTTP/1.1" 200 1060 0.010864 10.0.0.242 - - [2025-07-17 02:28:39] "POST /neutron/port HTTP/1.1" 200 1114 0.102292 10.0.0.242 - - [2025-07-17 02:28:39] "POST /neutron/port HTTP/1.1" 200 1088 0.013247 10.0.0.242 - - [2025-07-17 02:28:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003916 10.0.0.242 - - [2025-07-17 02:28:39] "POST /neutron/subnet HTTP/1.1" 200 689 0.008244 10.0.0.242 - - [2025-07-17 02:28:39] "POST /neutron/port HTTP/1.1" 200 117 0.001372 10.0.0.242 - - [2025-07-17 02:28:39] "POST /neutron/network HTTP/1.1" 200 926 0.006846 10.0.0.242 - - [2025-07-17 02:28:40] "DELETE /project/01c309e3e9ac4ae782fb46d2f1e60a4c HTTP/1.1" 404 173 0.049799 10.0.0.242 - - [2025-07-17 02:28:40] "DELETE /project/5bbffa4f99ca47e195263fed81928bc4 HTTP/1.1" 404 173 0.047726 10.0.0.242 - - [2025-07-17 02:28:40] "DELETE /project/c12d6e6ee8204acaaca4d1681e6f076e HTTP/1.1" 404 173 0.046366 10.0.0.242 - - [2025-07-17 02:28:40] "DELETE /project/1b370050022340539fb977b9c28a8da3 HTTP/1.1" 404 173 0.026365 10.0.0.242 - - [2025-07-17 02:28:40] "GET /projects?obj_uuids=01c309e3-e9ac-4ae7-82fb-46d2f1e60a4c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001905 10.0.0.242 - - [2025-07-17 02:28:40] "GET /projects?obj_uuids=1b370050-0223-4053-9fb9-77b9c28a8da3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002935 10.0.0.242 - - [2025-07-17 02:28:40] "GET /projects?obj_uuids=2fcecbc3-fa6f-49b4-bcf1-004f0b77e854&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001326 10.0.0.242 - - [2025-07-17 02:28:40] "GET /projects?obj_uuids=c12d6e6e-e820-4aca-aca4-d1681e6f076e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001166 10.0.0.242 - - [2025-07-17 02:28:40] "GET /project/1b370050-0223-4053-9fb9-77b9c28a8da3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.105482 10.0.0.242 - - [2025-07-17 02:28:40] "GET /project/01c309e3-e9ac-4ae7-82fb-46d2f1e60a4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.128177 10.0.0.242 - - [2025-07-17 02:28:40] "GET /project/c12d6e6e-e820-4aca-aca4-d1681e6f076e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.132835 10.0.0.242 - - [2025-07-17 02:28:40] "GET /project/2fcecbc3-fa6f-49b4-bcf1-004f0b77e854?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1515 0.136876 10.0.0.242 - - [2025-07-17 02:28:40] "GET /projects?obj_uuids=1b370050-0223-4053-9fb9-77b9c28a8da3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001922 10.0.0.242 - - [2025-07-17 02:28:40] "GET /projects?obj_uuids=01c309e3-e9ac-4ae7-82fb-46d2f1e60a4c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001265 10.0.0.242 - - [2025-07-17 02:28:40] "GET /projects?obj_uuids=2fcecbc3-fa6f-49b4-bcf1-004f0b77e854&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001142 10.0.0.242 - - [2025-07-17 02:28:40] "GET /projects?obj_uuids=c12d6e6e-e820-4aca-aca4-d1681e6f076e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001146 10.0.0.242 - - [2025-07-17 02:28:40] "GET /project/1b370050-0223-4053-9fb9-77b9c28a8da3?fields=security_groups HTTP/1.1" 200 1347 0.114745 10.0.0.242 - - [2025-07-17 02:28:40] "GET /project/01c309e3-e9ac-4ae7-82fb-46d2f1e60a4c?fields=security_groups HTTP/1.1" 200 1369 0.107336 10.0.0.242 - - [2025-07-17 02:28:40] "GET /project/c12d6e6e-e820-4aca-aca4-d1681e6f076e?fields=security_groups HTTP/1.1" 200 1387 0.105942 10.0.0.242 - - [2025-07-17 02:28:40] "GET /project/2fcecbc3-fa6f-49b4-bcf1-004f0b77e854?fields=security_groups HTTP/1.1" 200 1398 0.110991 10.0.0.242 - - [2025-07-17 02:28:40] "DELETE /security-group/358566f9-30e4-4cd2-be97-2b92ba211508 HTTP/1.1" 200 115 0.142582 10.0.0.242 - - [2025-07-17 02:28:40] "GET /projects?obj_uuids=1b370050-0223-4053-9fb9-77b9c28a8da3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.003997 10.0.0.242 - - [2025-07-17 02:28:40] "DELETE /security-group/78ef9519-e40c-4d09-8a07-cb22b4ec48b4 HTTP/1.1" 200 115 0.142841 10.0.0.242 - - [2025-07-17 02:28:40] "GET /projects?obj_uuids=01c309e3-e9ac-4ae7-82fb-46d2f1e60a4c&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001565 10.0.0.242 - - [2025-07-17 02:28:40] "DELETE /access-control-list/47fd2a20-6341-496d-8e4f-a91584ddca46 HTTP/1.1" 200 115 0.106393 10.0.0.242 - - [2025-07-17 02:28:40] "DELETE /security-group/86f3874e-a10a-4eed-9665-01c7b2f37f5b HTTP/1.1" 200 115 0.164397 10.0.0.242 - - [2025-07-17 02:28:40] "GET /projects?obj_uuids=c12d6e6e-e820-4aca-aca4-d1681e6f076e&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001158 10.0.0.242 - - [2025-07-17 02:28:40] "DELETE /security-group/86f26e7d-4a8b-4254-8e94-4acde77e2c37 HTTP/1.1" 200 115 0.182002 10.0.0.242 - - [2025-07-17 02:28:40] "GET /project/1b370050-0223-4053-9fb9-77b9c28a8da3?fields=application_policy_sets HTTP/1.1" 200 1386 0.094219 10.0.0.242 - - [2025-07-17 02:28:40] "GET /projects?obj_uuids=2fcecbc3-fa6f-49b4-bcf1-004f0b77e854&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001184 10.0.0.242 - - [2025-07-17 02:28:40] "GET /project/c12d6e6e-e820-4aca-aca4-d1681e6f076e?fields=application_policy_sets HTTP/1.1" 200 1426 0.079133 10.0.0.242 - - [2025-07-17 02:28:40] "DELETE /access-control-list/89e2e53b-3f04-4de2-bdb3-16f5d12f60ec HTTP/1.1" 200 115 0.089912 10.0.0.242 - - [2025-07-17 02:28:41] "GET /project/01c309e3-e9ac-4ae7-82fb-46d2f1e60a4c?fields=application_policy_sets HTTP/1.1" 200 1408 0.167685 10.0.0.242 - - [2025-07-17 02:28:41] "GET /project/2fcecbc3-fa6f-49b4-bcf1-004f0b77e854?fields=application_policy_sets HTTP/1.1" 200 1437 0.158346 10.0.0.242 - - [2025-07-17 02:28:41] "DELETE /access-control-list/dd9946af-3f13-404e-94e6-ee1402d59271 HTTP/1.1" 200 115 0.131648 10.0.0.242 - - [2025-07-17 02:28:41] "DELETE /access-control-list/2081bf02-abd8-4dc0-ad24-f5900e637b81 HTTP/1.1" 200 115 0.093610 10.0.0.242 - - [2025-07-17 02:28:41] "DELETE /access-control-list/13f31102-6e7c-4d07-920a-d242a92744c2 HTTP/1.1" 200 115 0.088202 10.0.0.242 - - [2025-07-17 02:28:41] "DELETE /project/1b370050-0223-4053-9fb9-77b9c28a8da3 HTTP/1.1" 200 115 1.015815 10.0.0.242 - - [2025-07-17 02:28:41] "DELETE /project/c12d6e6e-e820-4aca-aca4-d1681e6f076e HTTP/1.1" 200 115 1.022851 10.0.0.242 - - [2025-07-17 02:28:41] "DELETE /access-control-list/878d8b20-8dd7-4c20-b814-b747d6ae00cb HTTP/1.1" 200 115 0.096130 10.0.0.242 - - [2025-07-17 02:28:41] "DELETE /project/01c309e3-e9ac-4ae7-82fb-46d2f1e60a4c HTTP/1.1" 200 115 1.079479 10.0.0.242 - - [2025-07-17 02:28:41] "DELETE /project/2fcecbc3-fa6f-49b4-bcf1-004f0b77e854 HTTP/1.1" 200 115 1.089793 10.0.0.242 - - [2025-07-17 02:28:41] "DELETE /access-control-list/51de22cb-4218-4fc0-aed3-b3c57ed61e04 HTTP/1.1" 200 115 0.083252 10.0.0.242 - - [2025-07-17 02:28:41] "DELETE /access-control-list/094a3ab2-3beb-46fb-b769-a2dbdf64db9d HTTP/1.1" 200 115 0.035557 10.0.0.242 - - [2025-07-17 02:28:43] "POST /neutron/port HTTP/1.1" 200 1091 0.013161 10.0.0.242 - - [2025-07-17 02:28:43] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007419 10.0.0.242 - - [2025-07-17 02:28:43] "POST /neutron/port HTTP/1.1" 200 1091 0.013533 10.0.0.242 - - [2025-07-17 02:28:43] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007272 10.0.0.242 - - [2025-07-17 02:28:43] "POST /neutron/port HTTP/1.1" 200 1091 0.013347 10.0.0.242 - - [2025-07-17 02:28:43] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008630 10.0.0.242 - - [2025-07-17 02:28:43] "GET /virtual-machine/79241bb3-cbb4-434d-a161-be766147f4d5 HTTP/1.1" 200 1296 0.005263 10.0.0.242 - - [2025-07-17 02:28:43] "GET /virtual-machine-interface/fb5c04e4-579b-426a-b2b8-d2a39f391137 HTTP/1.1" 200 2959 0.006615 10.0.0.242 - - [2025-07-17 02:28:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.242 - - [2025-07-17 02:28:43] "GET /global-vrouter-config/95957b98-eb09-4f31-887e-2fee0bd8a2fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003274 10.0.0.242 - - [2025-07-17 02:28:43] "GET /virtual-networks?parent_id=5bbffa4f-99ca-47e1-9526-3fed81928bc4&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003793 10.0.0.242 - - [2025-07-17 02:28:43] "GET /virtual-network/a63322d9-93c3-460c-aa60-86e2c104636c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.006152 10.0.0.242 - - [2025-07-17 02:28:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003384 10.0.0.242 - - [2025-07-17 02:28:46] "GET /virtual-network/a63322d9-93c3-460c-aa60-86e2c104636c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.007702 10.0.0.242 - - [2025-07-17 02:28:46] "GET /obj-perms HTTP/1.1" 200 5075 0.059195 10.0.0.242 - - [2025-07-17 02:28:47] "GET /obj-perms HTTP/1.1" 200 5075 0.048578 10.0.0.242 - - [2025-07-17 02:28:47] "POST /neutron/port HTTP/1.1" 200 1091 0.013679 10.0.0.242 - - [2025-07-17 02:28:47] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006944 10.0.0.242 - - [2025-07-17 02:28:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003267 10.0.0.242 - - [2025-07-17 02:28:48] "GET /global-vrouter-config/95957b98-eb09-4f31-887e-2fee0bd8a2fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003515 10.0.0.242 - - [2025-07-17 02:28:48] "GET /virtual-networks?parent_id=5bbffa4f-99ca-47e1-9526-3fed81928bc4&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003366 10.0.0.242 - - [2025-07-17 02:28:49] "GET /virtual-network/a63322d9-93c3-460c-aa60-86e2c104636c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.006518 10.0.0.242 - - [2025-07-17 02:28:49] "POST /neutron/port HTTP/1.1" 200 1091 0.012169 10.0.0.242 - - [2025-07-17 02:28:49] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007761 10.0.0.242 - - [2025-07-17 02:28:49] "POST /neutron/port HTTP/1.1" 200 1088 0.014586 10.0.0.242 - - [2025-07-17 02:28:49] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008828 10.0.0.242 - - [2025-07-17 02:28:54] "POST /neutron/port HTTP/1.1" 200 1088 0.012814 10.0.0.242 - - [2025-07-17 02:28:54] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010292 10.0.0.242 - - [2025-07-17 02:28:54] "POST /neutron/port HTTP/1.1" 200 1088 0.015664 10.0.0.242 - - [2025-07-17 02:28:54] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008092 10.0.0.242 - - [2025-07-17 02:28:54] "POST /neutron/port HTTP/1.1" 200 1088 0.013263 10.0.0.242 - - [2025-07-17 02:28:54] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009479 10.0.0.242 - - [2025-07-17 02:28:54] "GET /virtual-machine/1a0b36a3-f751-4e43-8c7b-7b3f5afed770 HTTP/1.1" 200 1296 0.006199 10.0.0.242 - - [2025-07-17 02:28:54] "GET /virtual-machine-interface/fe620226-4847-45cd-85c7-506a758fe89d HTTP/1.1" 200 2958 0.005580 10.0.0.242 - - [2025-07-17 02:28:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003367 10.0.0.242 - - [2025-07-17 02:28:54] "GET /global-vrouter-config/95957b98-eb09-4f31-887e-2fee0bd8a2fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004281 10.0.0.242 - - [2025-07-17 02:28:54] "GET /virtual-networks?parent_id=5bbffa4f-99ca-47e1-9526-3fed81928bc4&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.004211 10.0.0.242 - - [2025-07-17 02:28:54] "GET /virtual-network/0f0a1553-27de-451d-8f2a-eb2a035a4f03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.008964 10.0.0.242 - - [2025-07-17 02:28:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003391 10.0.0.242 - - [2025-07-17 02:28:55] "GET /global-vrouter-config/95957b98-eb09-4f31-887e-2fee0bd8a2fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003633 10.0.0.242 - - [2025-07-17 02:28:55] "GET /virtual-networks?parent_id=5bbffa4f-99ca-47e1-9526-3fed81928bc4&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003378 10.0.0.242 - - [2025-07-17 02:28:56] "GET /virtual-network/0f0a1553-27de-451d-8f2a-eb2a035a4f03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.006081 10.0.0.242 - - [2025-07-17 02:29:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003827 10.0.0.242 - - [2025-07-17 02:29:00] "GET /projects?obj_uuids=5bbffa4f-99ca-47e1-9526-3fed81928bc4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001543 10.0.0.242 - - [2025-07-17 02:29:00] "GET /project/5bbffa4f-99ca-47e1-9526-3fed81928bc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.031049 10.0.0.242 - - [2025-07-17 02:29:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.242 - - [2025-07-17 02:29:00] "PUT /network-policy/5b9e93db-bcbf-4af4-9062-6c40d1314d0e HTTP/1.1" 200 263 0.012397 10.0.0.242 - - [2025-07-17 02:29:00] "PUT /access-control-list/2c7bbcaf-0330-4a6c-add7-e6d6818e4eac HTTP/1.1" 200 273 0.055779 10.0.0.242 - - [2025-07-17 02:29:00] "POST /ref-update HTTP/1.1" 200 156 0.017035 10.0.0.242 - - [2025-07-17 02:29:00] "PUT /access-control-list/1c96c046-0b07-4ba2-84a4-6df6f2e77d3c HTTP/1.1" 200 273 0.059211 10.0.0.242 - - [2025-07-17 02:29:00] "POST /ref-update HTTP/1.1" 200 156 0.013429 10.0.0.242 - - [2025-07-17 02:29:03] "GET /virtual-network/0f0a1553-27de-451d-8f2a-eb2a035a4f03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.007643 10.0.0.242 - - [2025-07-17 02:29:03] "POST /neutron/network HTTP/1.1" 200 926 0.007212 10.0.0.242 - - [2025-07-17 02:29:03] "POST /neutron/network HTTP/1.1" 200 824 0.063396 10.0.0.242 - - [2025-07-17 02:29:03] "DELETE /access-control-list/2c7bbcaf-0330-4a6c-add7-e6d6818e4eac HTTP/1.1" 200 115 0.047777 10.0.0.242 - - [2025-07-17 02:29:03] "POST /neutron/network HTTP/1.1" 200 824 0.008137 10.0.0.242 - - [2025-07-17 02:29:03] "GET /virtual-network/0f0a1553-27de-451d-8f2a-eb2a035a4f03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006161 10.0.0.242 - - [2025-07-17 02:29:03] "GET /virtual-network/a63322d9-93c3-460c-aa60-86e2c104636c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.006203 10.0.0.242 - - [2025-07-17 02:29:03] "POST /neutron/network HTTP/1.1" 200 929 0.007329 10.0.0.242 - - [2025-07-17 02:29:03] "POST /neutron/network HTTP/1.1" 200 827 0.062525 10.0.0.242 - - [2025-07-17 02:29:03] "DELETE /access-control-list/1c96c046-0b07-4ba2-84a4-6df6f2e77d3c HTTP/1.1" 200 115 0.044513 10.0.0.242 - - [2025-07-17 02:29:03] "POST /neutron/network HTTP/1.1" 200 827 0.007932 10.0.0.242 - - [2025-07-17 02:29:03] "GET /virtual-network/a63322d9-93c3-460c-aa60-86e2c104636c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006334 10.0.0.242 - - [2025-07-17 02:29:03] "DELETE /network-policy/5b9e93db-bcbf-4af4-9062-6c40d1314d0e HTTP/1.1" 200 115 0.024657 10.0.0.242 - - [2025-07-17 02:29:03] "POST /neutron/network HTTP/1.1" 200 824 0.007688 10.0.0.242 - - [2025-07-17 02:29:04] "POST /neutron/network HTTP/1.1" 400 204 0.014625 10.0.0.242 - - [2025-07-17 02:29:04] "POST /neutron/port HTTP/1.1" 200 1088 0.014961 10.0.0.242 - - [2025-07-17 02:29:04] "POST /neutron/port HTTP/1.1" 200 1114 0.011305 10.0.0.242 - - [2025-07-17 02:29:04] "POST /neutron/port HTTP/1.1" 200 1091 0.019613 10.0.0.242 - - [2025-07-17 02:29:04] "POST /neutron/port HTTP/1.1" 200 1117 0.009946 10.0.0.242 - - [2025-07-17 02:29:04] "POST /neutron/port HTTP/1.1" 200 151 0.149192 10.0.0.242 - - [2025-07-17 02:29:04] "POST /neutron/port HTTP/1.1" 200 151 0.145208 10.0.0.242 - - [2025-07-17 02:29:06] "POST /neutron/network HTTP/1.1" 200 824 0.007998 10.0.0.242 - - [2025-07-17 02:29:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004244 10.0.0.242 - - [2025-07-17 02:29:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002481 10.0.0.242 - - [2025-07-17 02:29:06] "POST /useragent-kv HTTP/1.1" 200 115 0.004843 10.0.0.242 - - [2025-07-17 02:29:06] "POST /neutron/network HTTP/1.1" 200 151 0.096687 10.0.0.242 - - [2025-07-17 02:29:06] "DELETE /route-target/ceb2b824-7c9d-4e36-970b-8e0c2466da3c HTTP/1.1" 200 115 0.022411 10.0.0.242 - - [2025-07-17 02:29:06] "GET /routing-instance/5deeaeb0-50d2-4445-82b5-45b76e644dca HTTP/1.1" 404 171 0.003311 10.0.0.242 - - [2025-07-17 02:29:06] "GET /domains HTTP/1.1" 200 281 0.002725 10.0.0.242 - - [2025-07-17 02:29:06] "GET /domains?obj_uuids=fcda0849-3f4d-43fd-87d6-3619b1739bfa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001733 10.0.0.242 - - [2025-07-17 02:29:06] "GET /domain/fcda0849-3f4d-43fd-87d6-3619b1739bfa HTTP/1.1" 200 2585 0.053066 10.0.0.242 - - [2025-07-17 02:29:06] "GET /projects?obj_uuids=5bbffa4f-99ca-47e1-9526-3fed81928bc4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001207 10.0.0.242 - - [2025-07-17 02:29:06] "GET /project/5bbffa4f-99ca-47e1-9526-3fed81928bc4 HTTP/1.1" 200 2108 0.075350 10.0.0.242 - - [2025-07-17 02:29:06] "POST /neutron/network HTTP/1.1" 200 827 0.007229 10.0.0.242 - - [2025-07-17 02:29:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005409 10.0.0.242 - - [2025-07-17 02:29:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002633 10.0.0.242 - - [2025-07-17 02:29:06] "POST /useragent-kv HTTP/1.1" 200 115 0.004094 10.0.0.242 - - [2025-07-17 02:29:06] "POST /neutron/network HTTP/1.1" 200 151 0.097945 10.0.0.242 - - [2025-07-17 02:29:06] "DELETE /route-target/fea9de67-38fd-4e8c-ae71-8f5dcc628c6e HTTP/1.1" 200 115 0.021994 10.0.0.242 - - [2025-07-17 02:29:06] "GET /routing-instance/35927dc9-8053-42e3-888f-a7d05d75b93c HTTP/1.1" 404 171 0.003373 10.0.0.242 - - [2025-07-17 02:29:06] "GET /domains HTTP/1.1" 200 281 0.003128 10.0.0.242 - - [2025-07-17 02:29:06] "GET /domains?obj_uuids=fcda0849-3f4d-43fd-87d6-3619b1739bfa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001909 10.0.0.242 - - [2025-07-17 02:29:06] "GET /domain/fcda0849-3f4d-43fd-87d6-3619b1739bfa HTTP/1.1" 200 2585 0.052868 10.0.0.242 - - [2025-07-17 02:29:06] "GET /projects?obj_uuids=5bbffa4f-99ca-47e1-9526-3fed81928bc4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001734 10.0.0.242 - - [2025-07-17 02:29:06] "GET /project/5bbffa4f-99ca-47e1-9526-3fed81928bc4 HTTP/1.1" 200 1868 0.074154 10.0.0.242 - - [2025-07-17 02:29:06] "GET /projects?obj_uuids=5bbffa4f-99ca-47e1-9526-3fed81928bc4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001290 10.0.0.242 - - [2025-07-17 02:29:06] "GET /project/5bbffa4f-99ca-47e1-9526-3fed81928bc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1373 0.030696 10.0.0.242 - - [2025-07-17 02:29:06] "GET /projects?obj_uuids=5bbffa4f-99ca-47e1-9526-3fed81928bc4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001155 10.0.0.242 - - [2025-07-17 02:29:07] "GET /project/5bbffa4f-99ca-47e1-9526-3fed81928bc4?fields=virtual_networks HTTP/1.1" 200 1037 0.074073 10.0.0.242 - - [2025-07-17 02:29:07] "GET /projects?obj_uuids=5bbffa4f-99ca-47e1-9526-3fed81928bc4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001343 10.0.0.242 - - [2025-07-17 02:29:07] "GET /project/5bbffa4f-99ca-47e1-9526-3fed81928bc4?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.030789 10.0.0.242 - - [2025-07-17 02:29:07] "GET /projects?obj_uuids=5bbffa4f-99ca-47e1-9526-3fed81928bc4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001667 10.0.0.242 - - [2025-07-17 02:29:07] "GET /project/5bbffa4f-99ca-47e1-9526-3fed81928bc4?fields=security_groups HTTP/1.1" 200 1266 0.037493 10.0.0.242 - - [2025-07-17 02:29:08] "POST /fqname-to-id HTTP/1.1" 404 186 0.028224 10.0.0.242 - - [2025-07-17 02:29:08] "GET /projects?obj_uuids=60c835c2-77b2-4b27-8b92-8020e62e7627&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002647 10.0.0.242 - - [2025-07-17 02:29:08] "GET /domains?obj_uuids=fcda0849-3f4d-43fd-87d6-3619b1739bfa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001266 10.0.0.242 - - [2025-07-17 02:29:08] "GET /domain/fcda0849-3f4d-43fd-87d6-3619b1739bfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009113 10.0.0.242 - - [2025-07-17 02:29:08] "POST /id-to-fqname HTTP/1.1" 200 188 0.002060 10.0.0.242 - - [2025-07-17 02:29:08] "POST /fqname-to-id HTTP/1.1" 404 197 0.003188 10.0.0.242 - - [2025-07-17 02:29:08] "POST /security-groups HTTP/1.1" 200 589 0.070678 10.0.0.242 - - [2025-07-17 02:29:08] "POST /fqname-to-id HTTP/1.1" 404 232 0.003303 10.0.0.242 - - [2025-07-17 02:29:08] "POST /projects HTTP/1.1" 200 581 0.228731 10.0.0.242 - - [2025-07-17 02:29:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.263380 10.0.0.242 - - [2025-07-17 02:29:08] "POST /access-control-lists HTTP/1.1" 200 596 0.069245 10.0.0.242 - - [2025-07-17 02:29:08] "GET /project/60c835c2-77b2-4b27-8b92-8020e62e7627?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.420787 10.0.0.242 - - [2025-07-17 02:29:08] "POST /fqname-to-id HTTP/1.1" 404 231 0.006892 10.0.0.242 - - [2025-07-17 02:29:08] "POST /access-control-lists HTTP/1.1" 200 594 0.060008 10.0.0.242 - - [2025-07-17 02:29:09] "GET / HTTP/1.1" 200 36215 0.002381 10.0.0.242 - - [2025-07-17 02:29:10] "POST /fqname-to-id HTTP/1.1" 401 293 0.001065 10.0.0.242 - - [2025-07-17 02:29:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.062394 10.0.0.242 - - [2025-07-17 02:29:11] "GET /projects?obj_uuids=60c835c2-77b2-4b27-8b92-8020e62e7627&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001194 10.0.0.242 - - [2025-07-17 02:29:11] "GET /project/60c835c2-77b2-4b27-8b92-8020e62e7627?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.030035 10.0.0.242 - - [2025-07-17 02:29:11] "POST /neutron/network HTTP/1.1" 200 117 0.033104 10.0.0.242 - - [2025-07-17 02:29:11] "GET /projects?obj_uuids=60c835c2-77b2-4b27-8b92-8020e62e7627&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001924 10.0.0.242 - - [2025-07-17 02:29:11] "POST /neutron/network HTTP/1.1" 200 613 0.084065 10.0.0.242 - - [2025-07-17 02:29:11] "POST /route-targets HTTP/1.1" 200 328 0.013707 10.0.0.242 - - [2025-07-17 02:29:11] "POST /ref-update HTTP/1.1" 200 156 0.011017 10.0.0.242 - - [2025-07-17 02:29:11] "POST /useragent-kv HTTP/1.1" 200 115 0.006023 10.0.0.242 - - [2025-07-17 02:29:11] "POST /neutron/subnet HTTP/1.1" 200 730 0.181285 10.0.0.242 - - [2025-07-17 02:29:11] "POST /neutron/network HTTP/1.1" 200 833 0.021585 10.0.0.242 - - [2025-07-17 02:29:11] "POST /id-to-fqname HTTP/1.1" 200 223 0.002059 10.0.0.242 - - [2025-07-17 02:29:11] "GET /virtual-network/20241ad4-58de-45bb-a9c3-fd3aa38e1f05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.007224 10.0.0.242 - - [2025-07-17 02:29:11] "POST /neutron/network HTTP/1.1" 200 833 0.006222 10.0.0.242 - - [2025-07-17 02:29:11] "GET /virtual-network/20241ad4-58de-45bb-a9c3-fd3aa38e1f05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005970 10.0.0.242 - - [2025-07-17 02:29:11] "POST /neutron/network HTTP/1.1" 200 833 0.006641 10.0.0.242 - - [2025-07-17 02:29:11] "POST /neutron/subnet HTTP/1.1" 200 730 0.012837 10.0.0.242 - - [2025-07-17 02:29:11] "GET /domains HTTP/1.1" 401 293 0.003357 10.0.0.242 - - [2025-07-17 02:29:12] "GET /domains HTTP/1.1" 200 281 0.037449 10.0.0.242 - - [2025-07-17 02:29:12] "GET /domains?obj_uuids=fcda0849-3f4d-43fd-87d6-3619b1739bfa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001860 10.0.0.242 - - [2025-07-17 02:29:12] "GET /domain/fcda0849-3f4d-43fd-87d6-3619b1739bfa HTTP/1.1" 200 2770 0.013261 10.0.0.242 - - [2025-07-17 02:29:12] "GET /projects?obj_uuids=60c835c2-77b2-4b27-8b92-8020e62e7627&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001299 10.0.0.242 - - [2025-07-17 02:29:12] "GET /project/60c835c2-77b2-4b27-8b92-8020e62e7627 HTTP/1.1" 200 2085 0.084976 10.0.0.242 - - [2025-07-17 02:29:12] "GET /virtual-network/20241ad4-58de-45bb-a9c3-fd3aa38e1f05 HTTP/1.1" 200 2325 0.007408 10.0.0.242 - - [2025-07-17 02:29:12] "GET /virtual-network/20241ad4-58de-45bb-a9c3-fd3aa38e1f05 HTTP/1.1" 200 2325 0.005759 10.0.0.242 - - [2025-07-17 02:29:12] "GET /routing-instance/5623b07b-25a6-4609-91c8-5b9b6908a037 HTTP/1.1" 200 1496 0.003675 10.0.0.242 - - [2025-07-17 02:29:12] "GET /routing-instance/5623b07b-25a6-4609-91c8-5b9b6908a037 HTTP/1.1" 200 1496 0.004967 10.0.0.242 - - [2025-07-17 02:29:12] "GET /route-target/7250c392-ea35-49e6-837c-2359bc1d294f HTTP/1.1" 200 1213 0.003427 10.0.0.242 - - [2025-07-17 02:29:12] "GET /virtual-network/20241ad4-58de-45bb-a9c3-fd3aa38e1f05 HTTP/1.1" 200 2325 0.006644 10.0.0.242 - - [2025-07-17 02:29:12] "GET /routing-instance/5623b07b-25a6-4609-91c8-5b9b6908a037 HTTP/1.1" 200 1496 0.003844 10.0.0.242 - - [2025-07-17 02:29:12] "GET /virtual-network/20241ad4-58de-45bb-a9c3-fd3aa38e1f05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005838 10.0.0.242 - - [2025-07-17 02:29:12] "GET /virtual-network/20241ad4-58de-45bb-a9c3-fd3aa38e1f05 HTTP/1.1" 200 2325 0.006664 10.0.0.242 - - [2025-07-17 02:29:12] "GET /routing-instance/5623b07b-25a6-4609-91c8-5b9b6908a037 HTTP/1.1" 200 1496 0.003936 10.0.0.242 - - [2025-07-17 02:29:12] "GET /routing-instance/5623b07b-25a6-4609-91c8-5b9b6908a037 HTTP/1.1" 200 1496 0.004704 10.0.0.242 - - [2025-07-17 02:29:12] "GET /route-target/7250c392-ea35-49e6-837c-2359bc1d294f HTTP/1.1" 200 1213 0.004093 10.0.0.242 - - [2025-07-17 02:29:12] "GET /domains HTTP/1.1" 200 281 0.002898 10.0.0.242 - - [2025-07-17 02:29:12] "GET /domains?obj_uuids=fcda0849-3f4d-43fd-87d6-3619b1739bfa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001392 10.0.0.242 - - [2025-07-17 02:29:12] "GET /domain/fcda0849-3f4d-43fd-87d6-3619b1739bfa HTTP/1.1" 200 2770 0.009307 10.0.0.242 - - [2025-07-17 02:29:12] "GET /projects?obj_uuids=60c835c2-77b2-4b27-8b92-8020e62e7627&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001204 10.0.0.242 - - [2025-07-17 02:29:12] "GET /project/60c835c2-77b2-4b27-8b92-8020e62e7627 HTTP/1.1" 200 2085 0.072339 10.0.0.242 - - [2025-07-17 02:29:12] "GET /virtual-network/20241ad4-58de-45bb-a9c3-fd3aa38e1f05 HTTP/1.1" 200 2325 0.006184 10.0.0.242 - - [2025-07-17 02:29:12] "GET /obj-perms HTTP/1.1" 200 5045 0.059811 10.0.0.242 - - [2025-07-17 02:29:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.242 - - [2025-07-17 02:29:12] "GET /projects?obj_uuids=60c835c2-77b2-4b27-8b92-8020e62e7627&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001220 10.0.0.242 - - [2025-07-17 02:29:12] "GET /project/60c835c2-77b2-4b27-8b92-8020e62e7627?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.037014 10.0.0.242 - - [2025-07-17 02:29:13] "POST /neutron/network HTTP/1.1" 200 117 0.010686 10.0.0.242 - - [2025-07-17 02:29:13] "GET /projects?obj_uuids=60c835c2-77b2-4b27-8b92-8020e62e7627&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002004 10.0.0.242 - - [2025-07-17 02:29:13] "POST /neutron/network HTTP/1.1" 200 613 0.087734 10.0.0.242 - - [2025-07-17 02:29:13] "POST /route-targets HTTP/1.1" 200 328 0.014003 10.0.0.242 - - [2025-07-17 02:29:13] "POST /ref-update HTTP/1.1" 200 156 0.014820 10.0.0.242 - - [2025-07-17 02:29:13] "POST /useragent-kv HTTP/1.1" 200 115 0.002602 10.0.0.242 - - [2025-07-17 02:29:13] "POST /neutron/subnet HTTP/1.1" 200 724 0.168457 10.0.0.242 - - [2025-07-17 02:29:13] "POST /neutron/network HTTP/1.1" 200 832 0.007204 10.0.0.242 - - [2025-07-17 02:29:13] "POST /id-to-fqname HTTP/1.1" 200 223 0.001650 10.0.0.242 - - [2025-07-17 02:29:13] "GET /virtual-network/693f8f20-534d-4bdc-b513-03d09016483f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006295 10.0.0.242 - - [2025-07-17 02:29:13] "POST /neutron/network HTTP/1.1" 200 832 0.006688 10.0.0.242 - - [2025-07-17 02:29:13] "GET /virtual-network/693f8f20-534d-4bdc-b513-03d09016483f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006063 10.0.0.242 - - [2025-07-17 02:29:13] "POST /neutron/network HTTP/1.1" 200 832 0.007590 10.0.0.242 - - [2025-07-17 02:29:13] "POST /neutron/subnet HTTP/1.1" 200 724 0.009651 10.0.0.242 - - [2025-07-17 02:29:13] "GET /domains HTTP/1.1" 200 281 0.003776 10.0.0.242 - - [2025-07-17 02:29:13] "GET /domains?obj_uuids=fcda0849-3f4d-43fd-87d6-3619b1739bfa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001210 10.0.0.242 - - [2025-07-17 02:29:13] "GET /domain/fcda0849-3f4d-43fd-87d6-3619b1739bfa HTTP/1.1" 200 2770 0.008335 10.0.0.242 - - [2025-07-17 02:29:13] "GET /projects?obj_uuids=60c835c2-77b2-4b27-8b92-8020e62e7627&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001208 10.0.0.242 - - [2025-07-17 02:29:13] "GET /project/60c835c2-77b2-4b27-8b92-8020e62e7627 HTTP/1.1" 200 2304 0.079466 10.0.0.242 - - [2025-07-17 02:29:13] "GET /virtual-network/693f8f20-534d-4bdc-b513-03d09016483f HTTP/1.1" 200 2323 0.007509 10.0.0.242 - - [2025-07-17 02:29:13] "GET /virtual-network/693f8f20-534d-4bdc-b513-03d09016483f HTTP/1.1" 200 2323 0.006044 10.0.0.242 - - [2025-07-17 02:29:13] "GET /routing-instance/d0e5ba4b-8298-432b-8629-5f8d3645bf59 HTTP/1.1" 200 1496 0.004748 10.0.0.242 - - [2025-07-17 02:29:13] "GET /routing-instance/d0e5ba4b-8298-432b-8629-5f8d3645bf59 HTTP/1.1" 200 1496 0.004161 10.0.0.242 - - [2025-07-17 02:29:13] "GET /route-target/b4a08834-8685-4ba6-98fc-7b1465373fb0 HTTP/1.1" 200 1215 0.004812 10.0.0.242 - - [2025-07-17 02:29:13] "GET /virtual-network/693f8f20-534d-4bdc-b513-03d09016483f HTTP/1.1" 200 2323 0.006059 10.0.0.242 - - [2025-07-17 02:29:13] "GET /routing-instance/d0e5ba4b-8298-432b-8629-5f8d3645bf59 HTTP/1.1" 200 1496 0.004396 10.0.0.242 - - [2025-07-17 02:29:13] "GET /virtual-network/693f8f20-534d-4bdc-b513-03d09016483f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005842 10.0.0.242 - - [2025-07-17 02:29:13] "GET /virtual-network/693f8f20-534d-4bdc-b513-03d09016483f HTTP/1.1" 200 2323 0.005332 10.0.0.242 - - [2025-07-17 02:29:13] "GET /routing-instance/d0e5ba4b-8298-432b-8629-5f8d3645bf59 HTTP/1.1" 200 1496 0.003965 10.0.0.242 - - [2025-07-17 02:29:13] "GET /routing-instance/d0e5ba4b-8298-432b-8629-5f8d3645bf59 HTTP/1.1" 200 1496 0.004079 10.0.0.242 - - [2025-07-17 02:29:13] "GET /route-target/b4a08834-8685-4ba6-98fc-7b1465373fb0 HTTP/1.1" 200 1215 0.003553 10.0.0.242 - - [2025-07-17 02:29:13] "GET /domains HTTP/1.1" 200 281 0.003394 10.0.0.242 - - [2025-07-17 02:29:13] "GET /domains?obj_uuids=fcda0849-3f4d-43fd-87d6-3619b1739bfa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001375 10.0.0.242 - - [2025-07-17 02:29:13] "GET /domain/fcda0849-3f4d-43fd-87d6-3619b1739bfa HTTP/1.1" 200 2770 0.008728 10.0.0.242 - - [2025-07-17 02:29:13] "GET /projects?obj_uuids=60c835c2-77b2-4b27-8b92-8020e62e7627&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001331 10.0.0.242 - - [2025-07-17 02:29:13] "GET /project/60c835c2-77b2-4b27-8b92-8020e62e7627 HTTP/1.1" 200 2304 0.074476 10.0.0.242 - - [2025-07-17 02:29:13] "GET /virtual-network/693f8f20-534d-4bdc-b513-03d09016483f HTTP/1.1" 200 2323 0.006213 10.0.0.242 - - [2025-07-17 02:29:13] "GET /obj-perms HTTP/1.1" 200 5045 0.003813 10.0.0.242 - - [2025-07-17 02:29:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003066 10.0.0.242 - - [2025-07-17 02:29:13] "GET /projects?obj_uuids=60c835c2-77b2-4b27-8b92-8020e62e7627&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001299 10.0.0.242 - - [2025-07-17 02:29:13] "GET /project/60c835c2-77b2-4b27-8b92-8020e62e7627?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.027484 10.0.0.242 - - [2025-07-17 02:29:14] "POST /neutron/network HTTP/1.1" 200 117 0.010684 10.0.0.242 - - [2025-07-17 02:29:14] "GET /projects?obj_uuids=60c835c2-77b2-4b27-8b92-8020e62e7627&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001334 10.0.0.242 - - [2025-07-17 02:29:14] "POST /neutron/network HTTP/1.1" 200 615 0.072545 10.0.0.242 - - [2025-07-17 02:29:14] "POST /ref-update HTTP/1.1" 200 156 0.012101 10.0.0.242 - - [2025-07-17 02:29:14] "POST /useragent-kv HTTP/1.1" 200 115 0.004652 10.0.0.242 - - [2025-07-17 02:29:14] "POST /neutron/subnet HTTP/1.1" 200 715 0.165907 10.0.0.242 - - [2025-07-17 02:29:14] "POST /neutron/network HTTP/1.1" 200 832 0.005876 10.0.0.242 - - [2025-07-17 02:29:14] "POST /id-to-fqname HTTP/1.1" 200 224 0.001370 10.0.0.242 - - [2025-07-17 02:29:14] "GET /virtual-network/1aa256bc-ea79-4f6e-959f-d7f42023241e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005602 10.0.0.242 - - [2025-07-17 02:29:14] "POST /neutron/network HTTP/1.1" 200 832 0.006003 10.0.0.242 - - [2025-07-17 02:29:14] "GET /virtual-network/1aa256bc-ea79-4f6e-959f-d7f42023241e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006204 10.0.0.242 - - [2025-07-17 02:29:14] "POST /neutron/network HTTP/1.1" 200 832 0.005856 10.0.0.242 - - [2025-07-17 02:29:14] "POST /neutron/subnet HTTP/1.1" 200 715 0.008517 10.0.0.242 - - [2025-07-17 02:29:14] "GET /domains HTTP/1.1" 200 281 0.003206 10.0.0.242 - - [2025-07-17 02:29:14] "GET /domains?obj_uuids=fcda0849-3f4d-43fd-87d6-3619b1739bfa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001185 10.0.0.242 - - [2025-07-17 02:29:14] "GET /domain/fcda0849-3f4d-43fd-87d6-3619b1739bfa HTTP/1.1" 200 2770 0.008010 10.0.0.242 - - [2025-07-17 02:29:14] "GET /projects?obj_uuids=60c835c2-77b2-4b27-8b92-8020e62e7627&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001148 10.0.0.242 - - [2025-07-17 02:29:14] "GET /project/60c835c2-77b2-4b27-8b92-8020e62e7627 HTTP/1.1" 200 2524 0.070607 10.0.0.242 - - [2025-07-17 02:29:14] "GET /virtual-network/1aa256bc-ea79-4f6e-959f-d7f42023241e HTTP/1.1" 200 2322 0.006450 10.0.0.242 - - [2025-07-17 02:29:14] "GET /virtual-network/1aa256bc-ea79-4f6e-959f-d7f42023241e HTTP/1.1" 200 2322 0.005518 10.0.0.242 - - [2025-07-17 02:29:14] "GET /routing-instance/51f621a1-6095-487d-8c05-1b799b102b97 HTTP/1.1" 200 1500 0.004637 10.0.0.242 - - [2025-07-17 02:29:14] "GET /routing-instance/51f621a1-6095-487d-8c05-1b799b102b97 HTTP/1.1" 200 1500 0.004117 10.0.0.242 - - [2025-07-17 02:29:14] "GET /route-target/9c5f2d9e-0d08-495e-95db-f55e2bfca9d4 HTTP/1.1" 200 1217 0.003637 10.0.0.242 - - [2025-07-17 02:29:14] "GET /virtual-network/1aa256bc-ea79-4f6e-959f-d7f42023241e HTTP/1.1" 200 2322 0.006325 10.0.0.242 - - [2025-07-17 02:29:14] "GET /routing-instance/51f621a1-6095-487d-8c05-1b799b102b97 HTTP/1.1" 200 1500 0.004037 10.0.0.242 - - [2025-07-17 02:29:14] "GET /virtual-network/1aa256bc-ea79-4f6e-959f-d7f42023241e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005668 10.0.0.242 - - [2025-07-17 02:29:14] "GET /virtual-network/1aa256bc-ea79-4f6e-959f-d7f42023241e HTTP/1.1" 200 2322 0.006154 10.0.0.242 - - [2025-07-17 02:29:14] "GET /routing-instance/51f621a1-6095-487d-8c05-1b799b102b97 HTTP/1.1" 200 1500 0.005522 10.0.0.242 - - [2025-07-17 02:29:14] "GET /routing-instance/51f621a1-6095-487d-8c05-1b799b102b97 HTTP/1.1" 200 1500 0.004352 10.0.0.242 - - [2025-07-17 02:29:14] "GET /route-target/9c5f2d9e-0d08-495e-95db-f55e2bfca9d4 HTTP/1.1" 200 1217 0.003674 10.0.0.242 - - [2025-07-17 02:29:14] "GET /domains HTTP/1.1" 200 281 0.003490 10.0.0.242 - - [2025-07-17 02:29:14] "GET /domains?obj_uuids=fcda0849-3f4d-43fd-87d6-3619b1739bfa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001826 10.0.0.242 - - [2025-07-17 02:29:14] "GET /domain/fcda0849-3f4d-43fd-87d6-3619b1739bfa HTTP/1.1" 200 2770 0.012472 10.0.0.242 - - [2025-07-17 02:29:14] "GET /projects?obj_uuids=60c835c2-77b2-4b27-8b92-8020e62e7627&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001472 10.0.0.242 - - [2025-07-17 02:29:14] "GET /project/60c835c2-77b2-4b27-8b92-8020e62e7627 HTTP/1.1" 200 2524 0.076222 10.0.0.242 - - [2025-07-17 02:29:14] "GET /virtual-network/1aa256bc-ea79-4f6e-959f-d7f42023241e HTTP/1.1" 200 2322 0.006145 10.0.0.242 - - [2025-07-17 02:29:14] "GET /obj-perms HTTP/1.1" 200 5045 0.003498 10.0.0.242 - - [2025-07-17 02:29:14] "POST /id-to-fqname HTTP/1.1" 200 223 0.001484 10.0.0.242 - - [2025-07-17 02:29:15] "POST /neutron/network HTTP/1.1" 200 842 0.007789 10.0.0.242 - - [2025-07-17 02:29:15] "GET /aaa-mode HTTP/1.1" 401 293 0.000643 10.0.0.242 - - [2025-07-17 02:29:15] "GET / HTTP/1.1" 200 36215 0.002071 10.0.0.242 - - [2025-07-17 02:29:15] "GET /project/60c835c2-77b2-4b27-8b92-8020e62e7627?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000481 10.0.0.242 - - [2025-07-17 02:29:15] "GET /projects?obj_uuids=60c835c2-77b2-4b27-8b92-8020e62e7627&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001196 10.0.0.242 - - [2025-07-17 02:29:15] "GET /project/60c835c2-77b2-4b27-8b92-8020e62e7627?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.052977 10.0.0.242 - - [2025-07-17 02:29:15] "POST /neutron/network HTTP/1.1" 200 832 0.006285 10.0.0.242 - - [2025-07-17 02:29:16] "POST /neutron/port HTTP/1.1" 200 117 0.005534 10.0.0.242 - - [2025-07-17 02:29:16] "POST /neutron/port HTTP/1.1" 200 117 0.006562 10.0.0.242 - - [2025-07-17 02:29:16] "POST /id-to-fqname HTTP/1.1" 200 224 0.001544 10.0.0.242 - - [2025-07-17 02:29:16] "POST /neutron/port HTTP/1.1" 200 117 0.007142 10.0.0.242 - - [2025-07-17 02:29:16] "POST /neutron/network HTTP/1.1" 200 842 0.007039 10.0.0.242 - - [2025-07-17 02:29:16] "GET /aaa-mode HTTP/1.1" 401 293 0.000491 10.0.0.242 - - [2025-07-17 02:29:16] "POST /neutron/network HTTP/1.1" 200 842 0.007920 10.0.0.242 - - [2025-07-17 02:29:16] "GET /projects?obj_uuids=60c835c2-77b2-4b27-8b92-8020e62e7627&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001664 10.0.0.242 - - [2025-07-17 02:29:16] "GET / HTTP/1.1" 200 36215 0.002304 10.0.0.242 - - [2025-07-17 02:29:16] "GET /project/60c835c2-77b2-4b27-8b92-8020e62e7627?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000528 10.0.0.242 - - [2025-07-17 02:29:16] "POST /neutron/port HTTP/1.1" 200 1058 0.257965 10.0.0.242 - - [2025-07-17 02:29:16] "POST /neutron/port HTTP/1.1" 200 1058 0.010703 10.0.0.242 - - [2025-07-17 02:29:16] "POST /neutron/port HTTP/1.1" 200 1058 0.010179 10.0.0.242 - - [2025-07-17 02:29:16] "POST /neutron/port HTTP/1.1" 200 1112 0.069025 10.0.0.242 - - [2025-07-17 02:29:16] "POST /neutron/port HTTP/1.1" 200 1086 0.012799 10.0.0.242 - - [2025-07-17 02:29:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003312 10.0.0.242 - - [2025-07-17 02:29:17] "POST /neutron/subnet HTTP/1.1" 200 698 0.007970 10.0.0.242 - - [2025-07-17 02:29:17] "POST /neutron/port HTTP/1.1" 200 117 0.001637 10.0.0.242 - - [2025-07-17 02:29:17] "POST /neutron/network HTTP/1.1" 200 832 0.006149 10.0.0.242 - - [2025-07-17 02:29:17] "GET /projects?obj_uuids=60c835c2-77b2-4b27-8b92-8020e62e7627&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001150 10.0.0.242 - - [2025-07-17 02:29:17] "GET /project/60c835c2-77b2-4b27-8b92-8020e62e7627?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.060317 10.0.0.242 - - [2025-07-17 02:29:17] "POST /neutron/network HTTP/1.1" 200 832 0.006676 10.0.0.242 - - [2025-07-17 02:29:17] "POST /neutron/port HTTP/1.1" 200 1086 0.017953 10.0.0.242 - - [2025-07-17 02:29:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008100 10.0.0.242 - - [2025-07-17 02:29:17] "POST /neutron/port HTTP/1.1" 200 117 0.005910 10.0.0.242 - - [2025-07-17 02:29:17] "POST /fqname-to-id HTTP/1.1" 404 193 0.012379 10.0.0.242 - - [2025-07-17 02:29:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004577 10.0.0.242 - - [2025-07-17 02:29:17] "GET /domains?obj_uuids=fcda0849-3f4d-43fd-87d6-3619b1739bfa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001293 10.0.0.242 - - [2025-07-17 02:29:17] "GET /domain/fcda0849-3f4d-43fd-87d6-3619b1739bfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.009992 10.0.0.242 - - [2025-07-17 02:29:17] "POST /service-templates HTTP/1.1" 200 545 0.036674 10.0.0.242 - - [2025-07-17 02:29:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.242 - - [2025-07-17 02:29:17] "GET /service-template/8ac140c9-0cc6-419e-b020-01eb9a46d307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.007666 10.0.0.242 - - [2025-07-17 02:29:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.242 - - [2025-07-17 02:29:17] "POST /neutron/network HTTP/1.1" 200 842 0.007623 10.0.0.242 - - [2025-07-17 02:29:17] "GET /service-template/8ac140c9-0cc6-419e-b020-01eb9a46d307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.006539 10.0.0.242 - - [2025-07-17 02:29:17] "GET /projects?obj_uuids=60c835c2-77b2-4b27-8b92-8020e62e7627&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001102 10.0.0.242 - - [2025-07-17 02:29:17] "POST /id-to-fqname HTTP/1.1" 200 223 0.001724 10.0.0.242 - - [2025-07-17 02:29:17] "POST /id-to-fqname HTTP/1.1" 200 223 0.001566 10.0.0.242 - - [2025-07-17 02:29:17] "POST /id-to-fqname HTTP/1.1" 200 224 0.001487 10.0.0.242 - - [2025-07-17 02:29:18] "POST /neutron/port HTTP/1.1" 200 1056 0.245270 10.0.0.242 - - [2025-07-17 02:29:18] "POST /neutron/port HTTP/1.1" 200 1056 0.029109 10.0.0.242 - - [2025-07-17 02:29:18] "POST /neutron/port HTTP/1.1" 200 1056 0.014568 10.0.0.242 - - [2025-07-17 02:29:18] "POST /neutron/port HTTP/1.1" 200 2000 0.024492 10.0.0.242 - - [2025-07-17 02:29:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.021803 10.0.0.242 - - [2025-07-17 02:29:18] "POST /neutron/port HTTP/1.1" 200 1110 0.138467 10.0.0.242 - - [2025-07-17 02:29:18] "POST /neutron/port HTTP/1.1" 200 1084 0.017790 10.0.0.242 - - [2025-07-17 02:29:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004639 10.0.0.242 - - [2025-07-17 02:29:18] "POST /neutron/subnet HTTP/1.1" 200 689 0.009069 10.0.0.242 - - [2025-07-17 02:29:18] "POST /neutron/port HTTP/1.1" 200 117 0.001844 10.0.0.242 - - [2025-07-17 02:29:18] "POST /neutron/network HTTP/1.1" 200 832 0.006143 10.0.0.242 - - [2025-07-17 02:29:19] "POST /neutron/network HTTP/1.1" 200 2222 0.021107 10.0.0.242 - - [2025-07-17 02:29:19] "GET /aaa-mode HTTP/1.1" 401 293 0.000672 10.0.0.242 - - [2025-07-17 02:29:19] "GET / HTTP/1.1" 200 36215 0.001975 10.0.0.242 - - [2025-07-17 02:29:19] "GET /project/60c835c2-77b2-4b27-8b92-8020e62e7627?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000531 10.0.0.242 - - [2025-07-17 02:29:19] "GET /projects?obj_uuids=60c835c2-77b2-4b27-8b92-8020e62e7627&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001318 10.0.0.242 - - [2025-07-17 02:29:19] "GET /project/60c835c2-77b2-4b27-8b92-8020e62e7627?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.070404 10.0.0.242 - - [2025-07-17 02:29:19] "POST /neutron/network HTTP/1.1" 200 833 0.006464 10.0.0.242 - - [2025-07-17 02:29:19] "POST /neutron/network HTTP/1.1" 200 832 0.006839 10.0.0.242 - - [2025-07-17 02:29:19] "POST /neutron/network HTTP/1.1" 200 832 0.007431 10.0.0.242 - - [2025-07-17 02:29:20] "POST /neutron/port HTTP/1.1" 200 2054 0.026136 10.0.0.242 - - [2025-07-17 02:29:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008183 10.0.0.242 - - [2025-07-17 02:29:20] "POST /neutron/port HTTP/1.1" 200 117 0.005520 10.0.0.242 - - [2025-07-17 02:29:20] "POST /neutron/port HTTP/1.1" 200 117 0.005949 10.0.0.242 - - [2025-07-17 02:29:20] "POST /neutron/network HTTP/1.1" 200 2222 0.015948 10.0.0.242 - - [2025-07-17 02:29:20] "GET /projects?obj_uuids=60c835c2-77b2-4b27-8b92-8020e62e7627&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001316 10.0.0.242 - - [2025-07-17 02:29:20] "POST /neutron/port HTTP/1.1" 200 1059 0.283547 10.0.0.242 - - [2025-07-17 02:29:20] "GET /projects?obj_uuids=60c835c2-77b2-4b27-8b92-8020e62e7627&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002002 10.0.0.242 - - [2025-07-17 02:29:21] "POST /neutron/port HTTP/1.1" 200 1058 0.237104 10.0.0.242 - - [2025-07-17 02:29:21] "GET /projects?obj_uuids=60c835c2-77b2-4b27-8b92-8020e62e7627&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001278 10.0.0.242 - - [2025-07-17 02:29:21] "POST /neutron/port HTTP/1.1" 200 1056 0.319110 10.0.0.242 - - [2025-07-17 02:29:21] "POST /neutron/port HTTP/1.1" 200 1059 0.014216 10.0.0.242 - - [2025-07-17 02:29:21] "POST /neutron/port HTTP/1.1" 200 1059 0.011145 10.0.0.242 - - [2025-07-17 02:29:21] "POST /neutron/port HTTP/1.1" 200 1113 0.095185 10.0.0.242 - - [2025-07-17 02:29:21] "POST /neutron/port HTTP/1.1" 200 1058 0.009920 10.0.0.242 - - [2025-07-17 02:29:21] "POST /neutron/port HTTP/1.1" 200 1058 0.010001 10.0.0.242 - - [2025-07-17 02:29:21] "POST /neutron/port HTTP/1.1" 200 1112 0.078515 10.0.0.242 - - [2025-07-17 02:29:21] "POST /neutron/port HTTP/1.1" 200 1056 0.010674 10.0.0.242 - - [2025-07-17 02:29:21] "POST /neutron/port HTTP/1.1" 200 1056 0.009703 10.0.0.242 - - [2025-07-17 02:29:21] "POST /neutron/port HTTP/1.1" 200 1110 0.089165 10.0.0.242 - - [2025-07-17 02:29:21] "POST /neutron/port HTTP/1.1" 200 3024 0.018125 10.0.0.242 - - [2025-07-17 02:29:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003935 10.0.0.242 - - [2025-07-17 02:29:21] "POST /neutron/subnet HTTP/1.1" 200 704 0.008243 10.0.0.242 - - [2025-07-17 02:29:21] "POST /neutron/port HTTP/1.1" 200 117 0.001577 10.0.0.242 - - [2025-07-17 02:29:22] "POST /neutron/network HTTP/1.1" 200 833 0.007100 10.0.0.242 - - [2025-07-17 02:29:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004995 10.0.0.242 - - [2025-07-17 02:29:22] "POST /neutron/subnet HTTP/1.1" 200 698 0.008236 10.0.0.242 - - [2025-07-17 02:29:22] "POST /neutron/port HTTP/1.1" 200 117 0.001350 10.0.0.242 - - [2025-07-17 02:29:22] "POST /neutron/network HTTP/1.1" 200 832 0.006897 10.0.0.242 - - [2025-07-17 02:29:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004706 10.0.0.242 - - [2025-07-17 02:29:22] "POST /neutron/subnet HTTP/1.1" 200 689 0.007895 10.0.0.242 - - [2025-07-17 02:29:22] "POST /neutron/port HTTP/1.1" 200 117 0.001308 10.0.0.242 - - [2025-07-17 02:29:22] "POST /neutron/network HTTP/1.1" 200 832 0.007110 10.0.0.242 - - [2025-07-17 02:29:25] "POST /neutron/port HTTP/1.1" 200 3024 0.017161 10.0.0.242 - - [2025-07-17 02:29:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006616 10.0.0.242 - - [2025-07-17 02:29:25] "POST /neutron/port HTTP/1.1" 200 3024 0.019678 10.0.0.242 - - [2025-07-17 02:29:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007671 10.0.0.242 - - [2025-07-17 02:29:25] "POST /neutron/port HTTP/1.1" 200 3024 0.020417 10.0.0.242 - - [2025-07-17 02:29:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007384 10.0.0.242 - - [2025-07-17 02:29:25] "POST /neutron/port HTTP/1.1" 200 3024 0.020196 10.0.0.242 - - [2025-07-17 02:29:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007568 10.0.0.242 - - [2025-07-17 02:29:25] "POST /neutron/port HTTP/1.1" 200 3024 0.030102 10.0.0.242 - - [2025-07-17 02:29:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011735 10.0.0.242 - - [2025-07-17 02:29:25] "GET /virtual-machine/8ba6e631-ff14-4b39-8be1-b11e0509a237 HTTP/1.1" 200 1807 0.005280 10.0.0.242 - - [2025-07-17 02:29:25] "GET /virtual-machine-interface/33d6e57c-e455-4266-81eb-7f576e07ae43 HTTP/1.1" 200 2955 0.005797 10.0.0.242 - - [2025-07-17 02:29:25] "GET /virtual-machine-interface/651d135b-bde6-410d-90a9-1c9db49b6a9a HTTP/1.1" 200 2953 0.005944 10.0.0.242 - - [2025-07-17 02:29:25] "GET /virtual-machine-interface/be7fee0c-2aba-4f0f-892b-687a8b33023a HTTP/1.1" 200 2953 0.008806 10.0.0.242 - - [2025-07-17 02:29:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003477 10.0.0.242 - - [2025-07-17 02:29:25] "GET /global-vrouter-config/95957b98-eb09-4f31-887e-2fee0bd8a2fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003592 10.0.0.242 - - [2025-07-17 02:29:25] "GET /virtual-networks?parent_id=60c835c2-77b2-4b27-8b92-8020e62e7627&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003450 10.0.0.242 - - [2025-07-17 02:29:25] "GET /virtual-network/20241ad4-58de-45bb-a9c3-fd3aa38e1f05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006575 10.0.0.242 - - [2025-07-17 02:29:27] "POST /neutron/port HTTP/1.1" 200 1086 0.021385 10.0.0.242 - - [2025-07-17 02:29:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009359 10.0.0.242 - - [2025-07-17 02:29:28] "POST /neutron/port HTTP/1.1" 200 1084 0.014056 10.0.0.242 - - [2025-07-17 02:29:28] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007163 10.0.0.242 - - [2025-07-17 02:29:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.242 - - [2025-07-17 02:29:29] "GET /virtual-network/20241ad4-58de-45bb-a9c3-fd3aa38e1f05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006795 10.0.0.242 - - [2025-07-17 02:29:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003537 10.0.0.242 - - [2025-07-17 02:29:33] "GET /virtual-network/20241ad4-58de-45bb-a9c3-fd3aa38e1f05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006685 10.0.0.242 - - [2025-07-17 02:29:35] "POST /neutron/port HTTP/1.1" 200 1086 0.014449 10.0.0.242 - - [2025-07-17 02:29:35] "POST /neutron/port HTTP/1.1" 200 1086 0.013996 10.0.0.242 - - [2025-07-17 02:29:35] "POST /neutron/network HTTP/1.1" 200 842 0.006413 10.0.0.242 - - [2025-07-17 02:29:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003591 10.0.0.242 - - [2025-07-17 02:29:35] "POST /neutron/subnet HTTP/1.1" 200 698 0.008984 10.0.0.242 - - [2025-07-17 02:29:35] "POST /neutron/port HTTP/1.1" 200 117 0.001488 10.0.0.242 - - [2025-07-17 02:29:35] "POST /neutron/network HTTP/1.1" 200 832 0.006584 10.0.0.242 - - [2025-07-17 02:29:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.242 - - [2025-07-17 02:29:37] "GET /virtual-network/20241ad4-58de-45bb-a9c3-fd3aa38e1f05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005334 10.0.0.242 - - [2025-07-17 02:29:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.242 - - [2025-07-17 02:29:41] "GET /virtual-network/20241ad4-58de-45bb-a9c3-fd3aa38e1f05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.007209 10.0.0.242 - - [2025-07-17 02:29:41] "DELETE /project/60c835c277b24b278b928020e62e7627 HTTP/1.1" 404 173 0.008370 10.0.0.242 - - [2025-07-17 02:29:41] "GET /projects?obj_uuids=5bbffa4f-99ca-47e1-9526-3fed81928bc4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001179 10.0.0.242 - - [2025-07-17 02:29:41] "GET /project/5bbffa4f-99ca-47e1-9526-3fed81928bc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.027804 10.0.0.242 - - [2025-07-17 02:29:41] "GET /projects?obj_uuids=5bbffa4f-99ca-47e1-9526-3fed81928bc4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001188 10.0.0.242 - - [2025-07-17 02:29:41] "GET /project/5bbffa4f-99ca-47e1-9526-3fed81928bc4?fields=security_groups HTTP/1.1" 200 1368 0.083691 10.0.0.242 - - [2025-07-17 02:29:41] "DELETE /security-group/0766156d-674a-4121-aa18-20b9689fb5ea HTTP/1.1" 200 115 0.027542 10.0.0.242 - - [2025-07-17 02:29:41] "GET /projects?obj_uuids=5bbffa4f-99ca-47e1-9526-3fed81928bc4&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001499 10.0.0.242 - - [2025-07-17 02:29:41] "GET /project/5bbffa4f-99ca-47e1-9526-3fed81928bc4?fields=application_policy_sets HTTP/1.1" 200 1407 0.044383 10.0.0.242 - - [2025-07-17 02:29:41] "DELETE /access-control-list/55b72d89-cf13-4e96-92f9-393f960e3435 HTTP/1.1" 200 115 0.054677 10.0.0.242 - - [2025-07-17 02:29:41] "DELETE /access-control-list/88aa999a-4631-4678-8da0-f2bbcfee7215 HTTP/1.1" 200 115 0.016781 10.0.0.242 - - [2025-07-17 02:29:41] "DELETE /project/5bbffa4f-99ca-47e1-9526-3fed81928bc4 HTTP/1.1" 200 115 0.367493 10.0.0.242 - - [2025-07-17 02:29:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.242 - - [2025-07-17 02:29:43] "GET /global-vrouter-config/95957b98-eb09-4f31-887e-2fee0bd8a2fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003634 10.0.0.242 - - [2025-07-17 02:29:43] "GET /virtual-networks?parent_id=60c835c2-77b2-4b27-8b92-8020e62e7627&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.004856 10.0.0.242 - - [2025-07-17 02:29:43] "GET /virtual-network/20241ad4-58de-45bb-a9c3-fd3aa38e1f05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006479 10.0.0.242 - - [2025-07-17 02:29:43] "POST /neutron/port HTTP/1.1" 200 3024 0.018652 10.0.0.242 - - [2025-07-17 02:29:43] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006869 10.0.0.242 - - [2025-07-17 02:29:47] "GET /obj-perms HTTP/1.1" 200 5075 0.051757 10.0.0.242 - - [2025-07-17 02:29:48] "GET /obj-perms HTTP/1.1" 200 5075 0.049873 10.0.0.242 - - [2025-07-17 02:29:49] "POST /neutron/port HTTP/1.1" 200 3024 0.019163 10.0.0.242 - - [2025-07-17 02:29:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007455 10.0.0.242 - - [2025-07-17 02:29:54] "POST /neutron/port HTTP/1.1" 200 3024 0.018202 10.0.0.242 - - [2025-07-17 02:29:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007167 10.0.0.242 - - [2025-07-17 02:29:54] "POST /neutron/port HTTP/1.1" 200 3024 0.018450 10.0.0.242 - - [2025-07-17 02:29:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006555 10.0.0.242 - - [2025-07-17 02:29:59] "POST /neutron/port HTTP/1.1" 200 3024 0.018221 10.0.0.242 - - [2025-07-17 02:29:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007370 10.0.0.242 - - [2025-07-17 02:30:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.242 - - [2025-07-17 02:30:04] "GET /global-vrouter-config/95957b98-eb09-4f31-887e-2fee0bd8a2fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003913 10.0.0.242 - - [2025-07-17 02:30:04] "GET /virtual-networks?parent_id=60c835c2-77b2-4b27-8b92-8020e62e7627&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003453 10.0.0.242 - - [2025-07-17 02:30:04] "GET /virtual-network/693f8f20-534d-4bdc-b513-03d09016483f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006468 10.0.0.242 - - [2025-07-17 02:30:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004035 10.0.0.242 - - [2025-07-17 02:30:04] "GET /global-vrouter-config/95957b98-eb09-4f31-887e-2fee0bd8a2fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003611 10.0.0.242 - - [2025-07-17 02:30:04] "GET /virtual-networks?parent_id=60c835c2-77b2-4b27-8b92-8020e62e7627&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003249 10.0.0.242 - - [2025-07-17 02:30:04] "GET /virtual-network/1aa256bc-ea79-4f6e-959f-d7f42023241e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006615 10.0.0.242 - - [2025-07-17 02:30:05] "POST /fqname-to-id HTTP/1.1" 404 207 0.003453 10.0.0.242 - - [2025-07-17 02:30:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.242 - - [2025-07-17 02:30:05] "GET /projects?obj_uuids=60c835c2-77b2-4b27-8b92-8020e62e7627&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001562 10.0.0.242 - - [2025-07-17 02:30:05] "GET /project/60c835c2-77b2-4b27-8b92-8020e62e7627?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.029060 10.0.0.242 - - [2025-07-17 02:30:05] "POST /service-instances HTTP/1.1" 200 545 0.068024 10.0.0.242 - - [2025-07-17 02:30:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.242 - - [2025-07-17 02:30:05] "GET /service-instance/4462884a-9378-47f6-a6e6-2fd775082bc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2138 0.006613 10.0.0.242 - - [2025-07-17 02:30:05] "POST /port-tuples HTTP/1.1" 200 588 0.025700 10.0.0.242 - - [2025-07-17 02:30:05] "GET /virtual-machine-interface/651d135b-bde6-410d-90a9-1c9db49b6a9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2731 0.006474 10.0.0.242 - - [2025-07-17 02:30:05] "PUT /virtual-machine-interface/651d135b-bde6-410d-90a9-1c9db49b6a9a HTTP/1.1" 200 285 0.013477 10.0.0.242 - - [2025-07-17 02:30:05] "POST /ref-update HTTP/1.1" 200 156 0.011889 10.0.0.242 - - [2025-07-17 02:30:05] "POST /instance-ips HTTP/1.1" 200 386 0.027166 10.0.0.242 - - [2025-07-17 02:30:05] "GET /virtual-machine-interface/be7fee0c-2aba-4f0f-892b-687a8b33023a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2731 0.008577 10.0.0.242 - - [2025-07-17 02:30:05] "POST /ref-update HTTP/1.1" 200 156 0.019690 10.0.0.242 - - [2025-07-17 02:30:05] "PUT /virtual-machine-interface/be7fee0c-2aba-4f0f-892b-687a8b33023a HTTP/1.1" 200 285 0.014910 10.0.0.242 - - [2025-07-17 02:30:05] "POST /ref-update HTTP/1.1" 200 156 0.015312 10.0.0.242 - - [2025-07-17 02:30:05] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003613 10.0.0.242 - - [2025-07-17 02:30:05] "POST /ref-update HTTP/1.1" 200 156 0.012897 10.0.0.242 - - [2025-07-17 02:30:05] "GET /virtual-machine-interface/33d6e57c-e455-4266-81eb-7f576e07ae43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2733 0.006711 10.0.0.242 - - [2025-07-17 02:30:06] "POST /instance-ips HTTP/1.1" 200 386 0.031964 10.0.0.242 - - [2025-07-17 02:30:06] "PUT /virtual-machine-interface/33d6e57c-e455-4266-81eb-7f576e07ae43 HTTP/1.1" 200 285 0.012004 10.0.0.242 - - [2025-07-17 02:30:06] "POST /ref-update HTTP/1.1" 200 156 0.011756 10.0.0.242 - - [2025-07-17 02:30:06] "POST /ref-update HTTP/1.1" 200 156 0.013198 10.0.0.242 - - [2025-07-17 02:30:06] "POST /ref-update HTTP/1.1" 200 156 0.012238 10.0.0.242 - - [2025-07-17 02:30:06] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003336 10.0.0.242 - - [2025-07-17 02:30:06] "POST /neutron/port HTTP/1.1" 200 1086 0.016610 10.0.0.242 - - [2025-07-17 02:30:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008527 10.0.0.242 - - [2025-07-17 02:30:06] "POST /instance-ips HTTP/1.1" 200 374 0.026408 10.0.0.242 - - [2025-07-17 02:30:06] "POST /neutron/port HTTP/1.1" 200 1086 0.021541 10.0.0.242 - - [2025-07-17 02:30:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.015510 10.0.0.242 - - [2025-07-17 02:30:06] "POST /ref-update HTTP/1.1" 200 156 0.030854 10.0.0.242 - - [2025-07-17 02:30:06] "POST /ref-update HTTP/1.1" 200 156 0.012188 10.0.0.242 - - [2025-07-17 02:30:06] "POST /neutron/port HTTP/1.1" 200 1086 0.019626 10.0.0.242 - - [2025-07-17 02:30:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006648 10.0.0.242 - - [2025-07-17 02:30:06] "GET /virtual-machine/45abfe72-81f5-4bd7-9811-5c48d3317d27 HTTP/1.1" 200 1292 0.005375 10.0.0.242 - - [2025-07-17 02:30:06] "GET /virtual-machine-interface/c0a165fd-cdee-4c07-b677-09925dda80a5 HTTP/1.1" 200 2954 0.006298 10.0.0.242 - - [2025-07-17 02:30:06] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.005409 10.0.0.242 - - [2025-07-17 02:30:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.242 - - [2025-07-17 02:30:06] "GET /global-vrouter-config/95957b98-eb09-4f31-887e-2fee0bd8a2fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003857 10.0.0.242 - - [2025-07-17 02:30:06] "POST /instance-ips HTTP/1.1" 200 374 0.017796 10.0.0.242 - - [2025-07-17 02:30:06] "GET /virtual-networks?parent_id=60c835c2-77b2-4b27-8b92-8020e62e7627&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003759 10.0.0.242 - - [2025-07-17 02:30:06] "POST /ref-update HTTP/1.1" 200 156 0.011411 10.0.0.242 - - [2025-07-17 02:30:06] "GET /virtual-network/693f8f20-534d-4bdc-b513-03d09016483f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007661 10.0.0.242 - - [2025-07-17 02:30:06] "POST /ref-update HTTP/1.1" 200 156 0.009459 10.0.0.242 - - [2025-07-17 02:30:06] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003559 10.0.0.242 - - [2025-07-17 02:30:06] "POST /instance-ips HTTP/1.1" 200 376 0.017160 10.0.0.242 - - [2025-07-17 02:30:06] "POST /ref-update HTTP/1.1" 200 156 0.009959 10.0.0.242 - - [2025-07-17 02:30:06] "POST /ref-update HTTP/1.1" 200 156 0.011612 10.0.0.242 - - [2025-07-17 02:30:06] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003588 10.0.0.242 - - [2025-07-17 02:30:07] "POST /instance-ips HTTP/1.1" 200 376 0.023545 10.0.0.242 - - [2025-07-17 02:30:07] "POST /ref-update HTTP/1.1" 200 156 0.010391 10.0.0.242 - - [2025-07-17 02:30:07] "POST /ref-update HTTP/1.1" 200 156 0.010663 10.0.0.242 - - [2025-07-17 02:30:07] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003324 10.0.0.242 - - [2025-07-17 02:30:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003976 10.0.0.242 - - [2025-07-17 02:30:07] "GET /global-vrouter-config/95957b98-eb09-4f31-887e-2fee0bd8a2fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004395 10.0.0.242 - - [2025-07-17 02:30:07] "GET /virtual-networks?parent_id=60c835c2-77b2-4b27-8b92-8020e62e7627&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003562 10.0.0.242 - - [2025-07-17 02:30:07] "GET /virtual-network/693f8f20-534d-4bdc-b513-03d09016483f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007449 10.0.0.242 - - [2025-07-17 02:30:08] "POST /neutron/port HTTP/1.1" 200 1084 0.013200 10.0.0.242 - - [2025-07-17 02:30:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007818 10.0.0.242 - - [2025-07-17 02:30:08] "POST /neutron/port HTTP/1.1" 200 1084 0.011951 10.0.0.242 - - [2025-07-17 02:30:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007282 10.0.0.242 - - [2025-07-17 02:30:08] "POST /neutron/port HTTP/1.1" 200 1084 0.014355 10.0.0.242 - - [2025-07-17 02:30:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007611 10.0.0.242 - - [2025-07-17 02:30:08] "GET /virtual-machine/6acb9fc5-077d-4dd4-8457-a561fa7007ec HTTP/1.1" 200 1291 0.005496 10.0.0.242 - - [2025-07-17 02:30:08] "GET /virtual-machine-interface/5ce3d059-d746-4754-a1db-556ede435e89 HTTP/1.1" 200 2956 0.005951 10.0.0.242 - - [2025-07-17 02:30:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003122 10.0.0.242 - - [2025-07-17 02:30:08] "GET /global-vrouter-config/95957b98-eb09-4f31-887e-2fee0bd8a2fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003515 10.0.0.242 - - [2025-07-17 02:30:08] "GET /virtual-networks?parent_id=60c835c2-77b2-4b27-8b92-8020e62e7627&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003231 10.0.0.242 - - [2025-07-17 02:30:08] "GET /virtual-network/1aa256bc-ea79-4f6e-959f-d7f42023241e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006547 10.0.0.242 - - [2025-07-17 02:30:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.242 - - [2025-07-17 02:30:09] "GET /global-vrouter-config/95957b98-eb09-4f31-887e-2fee0bd8a2fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004107 10.0.0.242 - - [2025-07-17 02:30:09] "GET /virtual-networks?parent_id=60c835c2-77b2-4b27-8b92-8020e62e7627&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003954 10.0.0.242 - - [2025-07-17 02:30:09] "GET /virtual-network/1aa256bc-ea79-4f6e-959f-d7f42023241e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007742 10.0.0.242 - - [2025-07-17 02:30:09] "POST /fqname-to-id HTTP/1.1" 404 211 0.002915 10.0.0.242 - - [2025-07-17 02:30:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002849 10.0.0.242 - - [2025-07-17 02:30:09] "GET /projects?obj_uuids=60c835c2-77b2-4b27-8b92-8020e62e7627&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001322 10.0.0.242 - - [2025-07-17 02:30:09] "GET /project/60c835c2-77b2-4b27-8b92-8020e62e7627?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.031505 10.0.0.242 - - [2025-07-17 02:30:10] "POST /network-policys HTTP/1.1" 200 549 0.037842 10.0.0.242 - - [2025-07-17 02:30:10] "GET /network-policy/3bd71e33-bad1-4f1a-9166-a874cda2deb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.005708 10.0.0.242 - - [2025-07-17 02:30:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003890 10.0.0.242 - - [2025-07-17 02:30:10] "GET /virtual-network/693f8f20-534d-4bdc-b513-03d09016483f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007076 10.0.0.242 - - [2025-07-17 02:30:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003677 10.0.0.242 - - [2025-07-17 02:30:10] "GET /network-policy/3bd71e33-bad1-4f1a-9166-a874cda2deb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.004496 10.0.0.242 - - [2025-07-17 02:30:10] "POST /fqname-to-id HTTP/1.1" 404 242 0.004038 10.0.0.242 - - [2025-07-17 02:30:10] "POST /ref-update HTTP/1.1" 200 156 0.041728 10.0.0.242 - - [2025-07-17 02:30:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.242 - - [2025-07-17 02:30:10] "POST /access-control-lists HTTP/1.1" 200 603 0.068623 10.0.0.242 - - [2025-07-17 02:30:10] "GET /network-policy/3bd71e33-bad1-4f1a-9166-a874cda2deb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.004039 10.0.0.242 - - [2025-07-17 02:30:10] "POST /neutron/network HTTP/1.1" 200 920 0.010294 10.0.0.242 - - [2025-07-17 02:30:10] "GET /virtual-network/693f8f20-534d-4bdc-b513-03d09016483f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.006565 10.0.0.242 - - [2025-07-17 02:30:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003549 10.0.0.242 - - [2025-07-17 02:30:10] "GET /network-policy/3bd71e33-bad1-4f1a-9166-a874cda2deb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.005262 10.0.0.242 - - [2025-07-17 02:30:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004530 10.0.0.242 - - [2025-07-17 02:30:10] "GET /virtual-network/1aa256bc-ea79-4f6e-959f-d7f42023241e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006097 10.0.0.242 - - [2025-07-17 02:30:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.242 - - [2025-07-17 02:30:10] "GET /network-policy/3bd71e33-bad1-4f1a-9166-a874cda2deb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.004426 10.0.0.242 - - [2025-07-17 02:30:10] "POST /ref-update HTTP/1.1" 200 156 0.050790 10.0.0.242 - - [2025-07-17 02:30:10] "PUT /access-control-list/62b02f40-2158-4e9a-b6e3-cdb94a3b6b77 HTTP/1.1" 200 273 0.018519 10.0.0.242 - - [2025-07-17 02:30:10] "POST /fqname-to-id HTTP/1.1" 404 244 0.003773 10.0.0.242 - - [2025-07-17 02:30:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.242 - - [2025-07-17 02:30:11] "GET /network-policy/3bd71e33-bad1-4f1a-9166-a874cda2deb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.032102 10.0.0.242 - - [2025-07-17 02:30:11] "POST /access-control-lists HTTP/1.1" 200 606 0.065372 10.0.0.242 - - [2025-07-17 02:30:11] "POST /neutron/network HTTP/1.1" 200 920 0.009919 10.0.0.242 - - [2025-07-17 02:30:11] "GET /virtual-network/1aa256bc-ea79-4f6e-959f-d7f42023241e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.007190 10.0.0.242 - - [2025-07-17 02:30:11] "POST /routing-instances HTTP/1.1" 200 761 0.033529 10.0.0.242 - - [2025-07-17 02:30:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003153 10.0.0.242 - - [2025-07-17 02:30:11] "POST /route-targets HTTP/1.1" 200 328 0.013089 10.0.0.242 - - [2025-07-17 02:30:11] "GET /network-policy/3bd71e33-bad1-4f1a-9166-a874cda2deb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.003859 10.0.0.242 - - [2025-07-17 02:30:11] "POST /ref-update HTTP/1.1" 200 156 0.014347 10.0.0.242 - - [2025-07-17 02:30:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511 10.0.0.242 - - [2025-07-17 02:30:11] "GET /routing-instance/659e8342-82a2-4e92-8fb2-e6dd50e8eeb0?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1278 0.004585 10.0.0.242 - - [2025-07-17 02:30:11] "GET /service-template/8ac140c9-0cc6-419e-b020-01eb9a46d307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.004675 10.0.0.242 - - [2025-07-17 02:30:11] "GET /routing-instance/659e8342-82a2-4e92-8fb2-e6dd50e8eeb0?fields=routing_policy_back_refs HTTP/1.1" 200 1278 0.011265 10.0.0.242 - - [2025-07-17 02:30:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003087 10.0.0.242 - - [2025-07-17 02:30:11] "POST /ref-update HTTP/1.1" 200 156 0.013790 10.0.0.242 - - [2025-07-17 02:30:11] "GET /projects?obj_uuids=60c835c2-77b2-4b27-8b92-8020e62e7627&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002768 10.0.0.242 - - [2025-07-17 02:30:11] "GET /project/60c835c2-77b2-4b27-8b92-8020e62e7627?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.042395 10.0.0.242 - - [2025-07-17 02:30:11] "POST /routing-instances HTTP/1.1" 200 762 0.023354 10.0.0.242 - - [2025-07-17 02:30:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004557 10.0.0.242 - - [2025-07-17 02:30:11] "POST /route-targets HTTP/1.1" 200 328 0.014556 10.0.0.242 - - [2025-07-17 02:30:11] "GET /service-instance/4462884a-9378-47f6-a6e6-2fd775082bc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3538 0.014347 10.0.0.242 - - [2025-07-17 02:30:11] "POST /ref-update HTTP/1.1" 200 156 0.013321 10.0.0.242 - - [2025-07-17 02:30:11] "GET /domains HTTP/1.1" 200 281 0.004223 10.0.0.242 - - [2025-07-17 02:30:11] "GET /domains?obj_uuids=fcda0849-3f4d-43fd-87d6-3619b1739bfa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002680 10.0.0.242 - - [2025-07-17 02:30:11] "GET /domain/fcda0849-3f4d-43fd-87d6-3619b1739bfa HTTP/1.1" 200 2782 0.014351 10.0.0.242 - - [2025-07-17 02:30:11] "GET /projects?obj_uuids=60c835c2-77b2-4b27-8b92-8020e62e7627&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001208 10.0.0.242 - - [2025-07-17 02:30:11] "GET /routing-instance/b9959a55-07ff-4439-8827-0077769b44e3?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1279 0.005068 10.0.0.242 - - [2025-07-17 02:30:11] "GET /routing-instance/b9959a55-07ff-4439-8827-0077769b44e3?fields=routing_policy_back_refs HTTP/1.1" 200 1279 0.006482 10.0.0.242 - - [2025-07-17 02:30:11] "GET /project/60c835c2-77b2-4b27-8b92-8020e62e7627 HTTP/1.1" 200 4247 0.084263 10.0.0.242 - - [2025-07-17 02:30:11] "GET /service-instance/4462884a-9378-47f6-a6e6-2fd775082bc3 HTTP/1.1" 200 3793 0.006542 10.0.0.242 - - [2025-07-17 02:30:11] "GET /domains HTTP/1.1" 200 281 0.009806 10.0.0.242 - - [2025-07-17 02:30:11] "GET /domains?obj_uuids=fcda0849-3f4d-43fd-87d6-3619b1739bfa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001447 10.0.0.242 - - [2025-07-17 02:30:11] "GET /domain/fcda0849-3f4d-43fd-87d6-3619b1739bfa HTTP/1.1" 200 2782 0.012655 10.0.0.242 - - [2025-07-17 02:30:11] "PUT /routing-instance/659e8342-82a2-4e92-8fb2-e6dd50e8eeb0 HTTP/1.1" 200 267 0.027653 10.0.0.242 - - [2025-07-17 02:30:11] "GET /projects?obj_uuids=60c835c2-77b2-4b27-8b92-8020e62e7627&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001677 10.0.0.242 - - [2025-07-17 02:30:11] "PUT /routing-instance/b9959a55-07ff-4439-8827-0077769b44e3 HTTP/1.1" 200 267 0.021746 10.0.0.242 - - [2025-07-17 02:30:11] "GET /project/60c835c2-77b2-4b27-8b92-8020e62e7627 HTTP/1.1" 200 4247 0.085208 10.0.0.242 - - [2025-07-17 02:30:11] "GET /service-instance/4462884a-9378-47f6-a6e6-2fd775082bc3 HTTP/1.1" 200 3793 0.012020 10.0.0.242 - - [2025-07-17 02:30:11] "GET /port-tuple/f851e6c8-1a4f-4c65-8fe8-dfbefdd6fc42 HTTP/1.1" 200 1985 0.005523 10.0.0.242 - - [2025-07-17 02:30:11] "POST /ref-update HTTP/1.1" 200 156 0.015486 10.0.0.242 - - [2025-07-17 02:30:11] "GET /virtual-machine-interface/33d6e57c-e455-4266-81eb-7f576e07ae43 HTTP/1.1" 200 3813 0.012414 10.0.0.242 - - [2025-07-17 02:30:12] "GET /virtual-machine-interface/651d135b-bde6-410d-90a9-1c9db49b6a9a HTTP/1.1" 200 3826 0.006148 10.0.0.242 - - [2025-07-17 02:30:12] "GET /virtual-machine-interface/be7fee0c-2aba-4f0f-892b-687a8b33023a HTTP/1.1" 200 3808 0.013300 10.0.0.242 - - [2025-07-17 02:30:12] "PUT /access-control-list/6b96b7ab-4fad-4e35-8df6-f7784f3709be HTTP/1.1" 200 273 0.012107 10.0.0.242 - - [2025-07-17 02:30:12] "POST /neutron/port HTTP/1.1" 200 3831 0.045533 10.0.0.242 - - [2025-07-17 02:30:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007964 10.0.0.242 - - [2025-07-17 02:30:12] "POST /neutron/port HTTP/1.1" 200 3831 0.031798 10.0.0.242 - - [2025-07-17 02:30:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006598 10.0.0.242 - - [2025-07-17 02:30:12] "POST /neutron/port HTTP/1.1" 200 3831 0.033066 10.0.0.242 - - [2025-07-17 02:30:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007457 10.0.0.242 - - [2025-07-17 02:30:12] "POST /neutron/port HTTP/1.1" 200 3831 0.031536 10.0.0.242 - - [2025-07-17 02:30:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007659 10.0.0.242 - - [2025-07-17 02:30:12] "POST /neutron/network HTTP/1.1" 200 894 0.016938 10.0.0.242 - - [2025-07-17 02:30:12] "POST /neutron/network HTTP/1.1" 200 920 0.007255 10.0.0.242 - - [2025-07-17 02:30:12] "POST /neutron/network HTTP/1.1" 200 807 0.016845 10.0.0.242 - - [2025-07-17 02:30:12] "POST /neutron/network HTTP/1.1" 200 833 0.008045 10.0.0.242 - - [2025-07-17 02:30:12] "POST /neutron/network HTTP/1.1" 200 894 0.013216 10.0.0.242 - - [2025-07-17 02:30:12] "POST /neutron/network HTTP/1.1" 200 920 0.006423 10.0.0.242 - - [2025-07-17 02:30:12] "POST /id-to-fqname HTTP/1.1" 200 223 0.001682 10.0.0.242 - - [2025-07-17 02:30:12] "POST /id-to-fqname HTTP/1.1" 200 223 0.001380 10.0.0.242 - - [2025-07-17 02:30:12] "POST /id-to-fqname HTTP/1.1" 200 224 0.001438 10.0.0.242 - - [2025-07-17 02:30:12] "GET /virtual-machine/8ba6e631-ff14-4b39-8be1-b11e0509a237 HTTP/1.1" 200 1807 0.004220 10.0.0.242 - - [2025-07-17 02:30:12] "GET /virtual-machine-interface/33d6e57c-e455-4266-81eb-7f576e07ae43 HTTP/1.1" 200 3813 0.006654 10.0.0.242 - - [2025-07-17 02:30:12] "GET /virtual-machine-interface/651d135b-bde6-410d-90a9-1c9db49b6a9a HTTP/1.1" 200 3826 0.007790 10.0.0.242 - - [2025-07-17 02:30:12] "GET /virtual-machine-interface/be7fee0c-2aba-4f0f-892b-687a8b33023a HTTP/1.1" 200 3808 0.007946 10.0.0.242 - - [2025-07-17 02:30:12] "GET /instance-ip/5e624c00-c8a9-4cee-8df1-9e04c9790358 HTTP/1.1" 200 1623 0.006382 10.0.0.242 - - [2025-07-17 02:30:12] "GET /instance-ip/b0ba392d-c065-4ae2-ac58-11ed90efdd0f HTTP/1.1" 200 1963 0.005274 10.0.0.242 - - [2025-07-17 02:30:12] "GET /instance-ip/bdc4de3d-9558-462f-a9d0-eea34adcea73 HTTP/1.1" 200 1965 0.005102 10.0.0.242 - - [2025-07-17 02:30:12] "GET /instance-ip/22f3cf12-7442-442f-9a15-fd3db365e071 HTTP/1.1" 200 1984 0.004449 10.0.0.242 - - [2025-07-17 02:30:12] "GET /instance-ip/c4621eb5-90ec-40cc-a540-26e7d570125d HTTP/1.1" 200 1983 0.004155 10.0.0.242 - - [2025-07-17 02:30:12] "GET /instance-ip/d2c26659-6102-46f6-88d0-3ee18b551daf HTTP/1.1" 200 1625 0.006834 10.0.0.242 - - [2025-07-17 02:30:12] "GET /instance-ip/3673b2f3-9213-40c0-aebf-d63cc6536b38 HTTP/1.1" 200 1624 0.007262 10.0.0.242 - - [2025-07-17 02:30:12] "GET /instance-ip/929a0605-dc58-4035-a520-eb1a6dd68265 HTTP/1.1" 200 1959 0.004977 10.0.0.242 - - [2025-07-17 02:30:12] "GET /instance-ip/a46031ab-a5e9-4480-bab0-8b55999b6d9e HTTP/1.1" 200 1961 0.004571 10.0.0.242 - - [2025-07-17 02:30:12] "POST /neutron/port HTTP/1.1" 200 3831 0.032219 10.0.0.242 - - [2025-07-17 02:30:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007563 10.0.0.242 - - [2025-07-17 02:30:13] "POST /neutron/port HTTP/1.1" 200 3831 0.033170 10.0.0.242 - - [2025-07-17 02:30:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006911 10.0.0.242 - - [2025-07-17 02:30:13] "POST /neutron/port HTTP/1.1" 200 3831 0.031471 10.0.0.242 - - [2025-07-17 02:30:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006766 10.0.0.242 - - [2025-07-17 02:30:13] "POST /neutron/port HTTP/1.1" 200 3831 0.035696 10.0.0.242 - - [2025-07-17 02:30:13] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006595 10.0.0.242 - - [2025-07-17 02:30:13] "GET /virtual-machine/8ba6e631-ff14-4b39-8be1-b11e0509a237 HTTP/1.1" 200 1807 0.004621 10.0.0.242 - - [2025-07-17 02:30:13] "GET /virtual-machine-interface/33d6e57c-e455-4266-81eb-7f576e07ae43 HTTP/1.1" 200 3813 0.006255 10.0.0.242 - - [2025-07-17 02:30:13] "GET /virtual-machine-interface/651d135b-bde6-410d-90a9-1c9db49b6a9a HTTP/1.1" 200 3826 0.006531 10.0.0.242 - - [2025-07-17 02:30:13] "GET /virtual-machine-interface/be7fee0c-2aba-4f0f-892b-687a8b33023a HTTP/1.1" 200 3808 0.007166 10.0.0.242 - - [2025-07-17 02:30:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.242 - - [2025-07-17 02:30:13] "GET /global-vrouter-config/95957b98-eb09-4f31-887e-2fee0bd8a2fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003620 10.0.0.242 - - [2025-07-17 02:30:13] "GET /virtual-networks?parent_id=60c835c2-77b2-4b27-8b92-8020e62e7627&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003463 10.0.0.242 - - [2025-07-17 02:30:13] "GET /virtual-network/693f8f20-534d-4bdc-b513-03d09016483f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.006639 10.0.0.242 - - [2025-07-17 02:30:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003908 10.0.0.242 - - [2025-07-17 02:30:14] "GET /global-vrouter-config/95957b98-eb09-4f31-887e-2fee0bd8a2fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004794 10.0.0.242 - - [2025-07-17 02:30:14] "GET /virtual-networks?parent_id=60c835c2-77b2-4b27-8b92-8020e62e7627&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003451 10.0.0.242 - - [2025-07-17 02:30:14] "GET /virtual-network/693f8f20-534d-4bdc-b513-03d09016483f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.006950 10.0.0.242 - - [2025-07-17 02:30:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.242 - - [2025-07-17 02:30:14] "GET /global-vrouter-config/95957b98-eb09-4f31-887e-2fee0bd8a2fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003790 10.0.0.242 - - [2025-07-17 02:30:14] "GET /virtual-networks?parent_id=60c835c2-77b2-4b27-8b92-8020e62e7627&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003451 10.0.0.242 - - [2025-07-17 02:30:14] "GET /virtual-network/693f8f20-534d-4bdc-b513-03d09016483f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005921 10.0.0.242 - - [2025-07-17 02:30:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.242 - - [2025-07-17 02:30:15] "GET /global-vrouter-config/95957b98-eb09-4f31-887e-2fee0bd8a2fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004059 10.0.0.242 - - [2025-07-17 02:30:15] "GET /virtual-networks?parent_id=60c835c2-77b2-4b27-8b92-8020e62e7627&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003137 10.0.0.242 - - [2025-07-17 02:30:15] "GET /virtual-network/693f8f20-534d-4bdc-b513-03d09016483f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.006073 10.0.0.242 - - [2025-07-17 02:30:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.242 - - [2025-07-17 02:30:15] "GET /global-vrouter-config/95957b98-eb09-4f31-887e-2fee0bd8a2fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003769 10.0.0.242 - - [2025-07-17 02:30:15] "GET /virtual-networks?parent_id=60c835c2-77b2-4b27-8b92-8020e62e7627&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003412 10.0.0.242 - - [2025-07-17 02:30:15] "GET /virtual-network/693f8f20-534d-4bdc-b513-03d09016483f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.006320 10.0.0.242 - - [2025-07-17 02:30:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.242 - - [2025-07-17 02:30:15] "GET /global-vrouter-config/95957b98-eb09-4f31-887e-2fee0bd8a2fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004105 10.0.0.242 - - [2025-07-17 02:30:15] "GET /virtual-networks?parent_id=60c835c2-77b2-4b27-8b92-8020e62e7627&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003798 10.0.0.242 - - [2025-07-17 02:30:15] "GET /virtual-network/20241ad4-58de-45bb-a9c3-fd3aa38e1f05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006160 10.0.0.242 - - [2025-07-17 02:30:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003326 10.0.0.242 - - [2025-07-17 02:30:15] "GET /global-vrouter-config/95957b98-eb09-4f31-887e-2fee0bd8a2fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004532 10.0.0.242 - - [2025-07-17 02:30:15] "GET /virtual-networks?parent_id=60c835c2-77b2-4b27-8b92-8020e62e7627&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003889 10.0.0.242 - - [2025-07-17 02:30:15] "GET /virtual-network/20241ad4-58de-45bb-a9c3-fd3aa38e1f05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.007883 10.0.0.242 - - [2025-07-17 02:30:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.242 - - [2025-07-17 02:30:15] "GET /global-vrouter-config/95957b98-eb09-4f31-887e-2fee0bd8a2fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004226 10.0.0.242 - - [2025-07-17 02:30:15] "GET /virtual-networks?parent_id=60c835c2-77b2-4b27-8b92-8020e62e7627&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.004271 10.0.0.242 - - [2025-07-17 02:30:16] "GET /virtual-network/20241ad4-58de-45bb-a9c3-fd3aa38e1f05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006896 10.0.0.242 - - [2025-07-17 02:30:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.242 - - [2025-07-17 02:30:16] "GET /global-vrouter-config/95957b98-eb09-4f31-887e-2fee0bd8a2fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003851 10.0.0.242 - - [2025-07-17 02:30:16] "GET /virtual-networks?parent_id=60c835c2-77b2-4b27-8b92-8020e62e7627&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003249 10.0.0.242 - - [2025-07-17 02:30:16] "GET /virtual-network/20241ad4-58de-45bb-a9c3-fd3aa38e1f05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006167 10.0.0.242 - - [2025-07-17 02:30:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.242 - - [2025-07-17 02:30:16] "GET /global-vrouter-config/95957b98-eb09-4f31-887e-2fee0bd8a2fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003334 10.0.0.242 - - [2025-07-17 02:30:16] "GET /virtual-networks?parent_id=60c835c2-77b2-4b27-8b92-8020e62e7627&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003432 10.0.0.242 - - [2025-07-17 02:30:16] "GET /virtual-network/1aa256bc-ea79-4f6e-959f-d7f42023241e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005945 10.0.0.242 - - [2025-07-17 02:30:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.242 - - [2025-07-17 02:30:16] "GET /global-vrouter-config/95957b98-eb09-4f31-887e-2fee0bd8a2fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003963 10.0.0.242 - - [2025-07-17 02:30:16] "GET /virtual-networks?parent_id=60c835c2-77b2-4b27-8b92-8020e62e7627&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003848 10.0.0.242 - - [2025-07-17 02:30:16] "GET /virtual-network/1aa256bc-ea79-4f6e-959f-d7f42023241e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005917 10.0.0.242 - - [2025-07-17 02:30:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003334 10.0.0.242 - - [2025-07-17 02:30:16] "GET /global-vrouter-config/95957b98-eb09-4f31-887e-2fee0bd8a2fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004336 10.0.0.242 - - [2025-07-17 02:30:16] "GET /virtual-networks?parent_id=60c835c2-77b2-4b27-8b92-8020e62e7627&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.004323 10.0.0.242 - - [2025-07-17 02:30:16] "GET /virtual-network/1aa256bc-ea79-4f6e-959f-d7f42023241e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.006909 10.0.0.242 - - [2025-07-17 02:30:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.242 - - [2025-07-17 02:30:17] "GET /global-vrouter-config/95957b98-eb09-4f31-887e-2fee0bd8a2fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004442 10.0.0.242 - - [2025-07-17 02:30:17] "GET /virtual-networks?parent_id=60c835c2-77b2-4b27-8b92-8020e62e7627&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.004155 10.0.0.242 - - [2025-07-17 02:30:17] "GET /virtual-network/1aa256bc-ea79-4f6e-959f-d7f42023241e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.005720 10.0.0.242 - - [2025-07-17 02:30:17] "GET /virtual-machine/8ba6e631-ff14-4b39-8be1-b11e0509a237 HTTP/1.1" 200 1807 0.006000 10.0.0.242 - - [2025-07-17 02:30:17] "GET /domains HTTP/1.1" 200 281 0.002780 10.0.0.242 - - [2025-07-17 02:30:17] "GET /domains?obj_uuids=fcda0849-3f4d-43fd-87d6-3619b1739bfa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001441 10.0.0.242 - - [2025-07-17 02:30:17] "GET /domain/fcda0849-3f4d-43fd-87d6-3619b1739bfa HTTP/1.1" 200 2782 0.008471 10.0.0.242 - - [2025-07-17 02:30:17] "GET /projects?obj_uuids=60c835c2-77b2-4b27-8b92-8020e62e7627&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001141 10.0.0.242 - - [2025-07-17 02:30:17] "GET /project/60c835c2-77b2-4b27-8b92-8020e62e7627 HTTP/1.1" 200 4247 0.072144 10.0.0.242 - - [2025-07-17 02:30:17] "GET /service-instance/4462884a-9378-47f6-a6e6-2fd775082bc3 HTTP/1.1" 200 3793 0.004448 10.0.0.242 - - [2025-07-17 02:30:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.242 - - [2025-07-17 02:30:17] "GET /routing-instance/d0e5ba4b-8298-432b-8629-5f8d3645bf59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1891 0.003626 10.0.0.242 - - [2025-07-17 02:30:17] "GET /routing-instance/d0e5ba4b-8298-432b-8629-5f8d3645bf59?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2024 0.006079 10.0.0.242 - - [2025-07-17 02:30:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.242 - - [2025-07-17 02:30:17] "GET /routing-instance/51f621a1-6095-487d-8c05-1b799b102b97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1896 0.004246 10.0.0.242 - - [2025-07-17 02:30:17] "GET /routing-instance/51f621a1-6095-487d-8c05-1b799b102b97?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2027 0.005983 10.0.0.242 - - [2025-07-17 02:30:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.242 - - [2025-07-17 02:30:17] "GET /virtual-network/693f8f20-534d-4bdc-b513-03d09016483f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.006098 10.0.0.242 - - [2025-07-17 02:30:17] "GET /virtual-network/693f8f20-534d-4bdc-b513-03d09016483f?fields=routing_instances HTTP/1.1" 200 1687 0.008362 10.0.0.242 - - [2025-07-17 02:30:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.242 - - [2025-07-17 02:30:17] "GET /virtual-network/1aa256bc-ea79-4f6e-959f-d7f42023241e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2361 0.006653 10.0.0.242 - - [2025-07-17 02:30:17] "GET /virtual-network/1aa256bc-ea79-4f6e-959f-d7f42023241e?fields=routing_instances HTTP/1.1" 200 1692 0.008067 10.0.0.242 - - [2025-07-17 02:30:22] "POST /ref-update HTTP/1.1" 200 156 0.037752 10.0.0.242 - - [2025-07-17 02:30:22] "DELETE /access-control-list/6b96b7ab-4fad-4e35-8df6-f7784f3709be HTTP/1.1" 200 115 0.033804 10.0.0.242 - - [2025-07-17 02:30:22] "POST /neutron/network HTTP/1.1" 200 832 0.011707 10.0.0.242 - - [2025-07-17 02:30:22] "GET /virtual-network/1aa256bc-ea79-4f6e-959f-d7f42023241e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.012096 10.0.0.242 - - [2025-07-17 02:30:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003122 10.0.0.242 - - [2025-07-17 02:30:22] "GET /network-policy/3bd71e33-bad1-4f1a-9166-a874cda2deb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.004663 10.0.0.242 - - [2025-07-17 02:30:22] "DELETE /routing-instance/659e8342-82a2-4e92-8fb2-e6dd50e8eeb0 HTTP/1.1" 200 115 0.046404 10.0.0.242 - - [2025-07-17 02:30:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004597 10.0.0.242 - - [2025-07-17 02:30:22] "DELETE /route-target/050ed8eb-dd45-4a10-b835-2c50c76c99c9 HTTP/1.1" 200 115 0.028218 10.0.0.242 - - [2025-07-17 02:30:22] "POST /ref-update HTTP/1.1" 200 156 0.055101 10.0.0.242 - - [2025-07-17 02:30:22] "DELETE /routing-instance/b9959a55-07ff-4439-8827-0077769b44e3 HTTP/1.1" 200 115 0.036310 10.0.0.242 - - [2025-07-17 02:30:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.010323 10.0.0.242 - - [2025-07-17 02:30:22] "POST /neutron/network HTTP/1.1" 200 832 0.007799 10.0.0.242 - - [2025-07-17 02:30:22] "GET /virtual-network/693f8f20-534d-4bdc-b513-03d09016483f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005488 10.0.0.242 - - [2025-07-17 02:30:22] "DELETE /route-target/345e9fdf-52de-4895-9133-de45cee5d525 HTTP/1.1" 200 115 0.016572 10.0.0.242 - - [2025-07-17 02:30:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.006742 10.0.0.242 - - [2025-07-17 02:30:22] "DELETE /access-control-list/62b02f40-2158-4e9a-b6e3-cdb94a3b6b77 HTTP/1.1" 200 115 0.028745 10.0.0.242 - - [2025-07-17 02:30:22] "GET /network-policy/3bd71e33-bad1-4f1a-9166-a874cda2deb3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2183 0.004782 10.0.0.242 - - [2025-07-17 02:30:22] "DELETE /network-policy/3bd71e33-bad1-4f1a-9166-a874cda2deb3 HTTP/1.1" 200 115 0.029346 10.0.0.242 - - [2025-07-17 02:30:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.242 - - [2025-07-17 02:30:22] "DELETE /service-instance/4462884a-9378-47f6-a6e6-2fd775082bc3 HTTP/1.1" 200 115 0.049032 10.0.0.242 - - [2025-07-17 02:30:22] "GET /domains HTTP/1.1" 200 281 0.002673 10.0.0.242 - - [2025-07-17 02:30:22] "POST /ref-update HTTP/1.1" 200 156 0.015757 10.0.0.242 - - [2025-07-17 02:30:22] "GET /domains?obj_uuids=fcda0849-3f4d-43fd-87d6-3619b1739bfa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001733 10.0.0.242 - - [2025-07-17 02:30:22] "GET /domain/fcda0849-3f4d-43fd-87d6-3619b1739bfa HTTP/1.1" 200 2782 0.017068 10.0.0.242 - - [2025-07-17 02:30:22] "GET /projects?obj_uuids=60c835c2-77b2-4b27-8b92-8020e62e7627&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001286 10.0.0.242 - - [2025-07-17 02:30:22] "DELETE /instance-ip/22f3cf12-7442-442f-9a15-fd3db365e071 HTTP/1.1" 200 115 0.039120 10.0.0.242 - - [2025-07-17 02:30:22] "POST /ref-update HTTP/1.1" 200 156 0.011477 10.0.0.242 - - [2025-07-17 02:30:22] "GET /project/60c835c2-77b2-4b27-8b92-8020e62e7627 HTTP/1.1" 200 3771 0.077477 10.0.0.242 - - [2025-07-17 02:30:22] "GET /virtual-machine/8ba6e631-ff14-4b39-8be1-b11e0509a237 HTTP/1.1" 200 1807 0.004789 10.0.0.242 - - [2025-07-17 02:30:22] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003157 10.0.0.242 - - [2025-07-17 02:30:22] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.005514 10.0.0.242 - - [2025-07-17 02:30:22] "DELETE /instance-ip/a46031ab-a5e9-4480-bab0-8b55999b6d9e HTTP/1.1" 200 115 0.031514 10.0.0.242 - - [2025-07-17 02:30:22] "POST /ref-update HTTP/1.1" 200 156 0.010660 10.0.0.242 - - [2025-07-17 02:30:22] "DELETE /instance-ip/b0ba392d-c065-4ae2-ac58-11ed90efdd0f HTTP/1.1" 200 115 0.024319 10.0.0.242 - - [2025-07-17 02:30:22] "POST /ref-update HTTP/1.1" 200 156 0.010060 10.0.0.242 - - [2025-07-17 02:30:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.242 - - [2025-07-17 02:30:22] "DELETE /service-template/8ac140c9-0cc6-419e-b020-01eb9a46d307 HTTP/1.1" 200 115 0.031687 10.0.0.242 - - [2025-07-17 02:30:22] "POST /fqname-to-id HTTP/1.1" 404 193 0.005696 10.0.0.242 - - [2025-07-17 02:30:22] "DELETE /instance-ip/929a0605-dc58-4035-a520-eb1a6dd68265 HTTP/1.1" 200 115 0.038764 10.0.0.242 - - [2025-07-17 02:30:23] "POST /ref-update HTTP/1.1" 200 156 0.012098 10.0.0.242 - - [2025-07-17 02:30:23] "DELETE /instance-ip/bdc4de3d-9558-462f-a9d0-eea34adcea73 HTTP/1.1" 200 115 0.025717 10.0.0.242 - - [2025-07-17 02:30:23] "POST /ref-update HTTP/1.1" 200 156 0.011431 10.0.0.242 - - [2025-07-17 02:30:23] "DELETE /instance-ip/c4621eb5-90ec-40cc-a540-26e7d570125d HTTP/1.1" 200 115 0.030631 10.0.0.242 - - [2025-07-17 02:30:23] "POST /neutron/network HTTP/1.1" 200 832 0.007016 10.0.0.242 - - [2025-07-17 02:30:23] "POST /neutron/network HTTP/1.1" 400 204 0.017538 10.0.0.242 - - [2025-07-17 02:30:23] "POST /neutron/port HTTP/1.1" 200 1084 0.014567 10.0.0.242 - - [2025-07-17 02:30:23] "POST /neutron/port HTTP/1.1" 200 1110 0.010822 10.0.0.242 - - [2025-07-17 02:30:23] "POST /neutron/port HTTP/1.1" 200 1086 0.022554 10.0.0.242 - - [2025-07-17 02:30:23] "POST /neutron/port HTTP/1.1" 200 1112 0.011924 10.0.0.242 - - [2025-07-17 02:30:23] "POST /neutron/port HTTP/1.1" 200 151 0.142713 10.0.0.242 - - [2025-07-17 02:30:23] "POST /neutron/port HTTP/1.1" 200 3024 0.029155 10.0.0.242 - - [2025-07-17 02:30:23] "POST /neutron/port HTTP/1.1" 200 1113 0.013588 10.0.0.242 - - [2025-07-17 02:30:24] "POST /neutron/port HTTP/1.1" 200 151 0.208745 10.0.0.242 - - [2025-07-17 02:30:24] "POST /neutron/port HTTP/1.1" 200 151 0.128663 10.0.0.242 - - [2025-07-17 02:30:24] "POST /neutron/port HTTP/1.1" 200 1110 0.014692 10.0.0.242 - - [2025-07-17 02:30:24] "POST /neutron/port HTTP/1.1" 200 151 0.108691 10.0.0.242 - - [2025-07-17 02:30:24] "POST /neutron/port HTTP/1.1" 200 1112 0.010034 10.0.0.242 - - [2025-07-17 02:30:24] "POST /neutron/port HTTP/1.1" 200 151 0.115445 10.0.0.242 - - [2025-07-17 02:30:25] "POST /neutron/network HTTP/1.1" 200 832 0.006637 10.0.0.242 - - [2025-07-17 02:30:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004461 10.0.0.242 - - [2025-07-17 02:30:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002774 10.0.0.242 - - [2025-07-17 02:30:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003168 10.0.0.242 - - [2025-07-17 02:30:25] "POST /neutron/network HTTP/1.1" 200 151 0.084267 10.0.0.242 - - [2025-07-17 02:30:25] "DELETE /route-target/9c5f2d9e-0d08-495e-95db-f55e2bfca9d4 HTTP/1.1" 200 115 0.019328 10.0.0.242 - - [2025-07-17 02:30:25] "GET /routing-instance/51f621a1-6095-487d-8c05-1b799b102b97 HTTP/1.1" 404 171 0.003011 10.0.0.242 - - [2025-07-17 02:30:25] "GET /domains HTTP/1.1" 200 281 0.003670 10.0.0.242 - - [2025-07-17 02:30:25] "GET /domains?obj_uuids=fcda0849-3f4d-43fd-87d6-3619b1739bfa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001212 10.0.0.242 - - [2025-07-17 02:30:25] "GET /domain/fcda0849-3f4d-43fd-87d6-3619b1739bfa HTTP/1.1" 200 2581 0.051063 10.0.0.242 - - [2025-07-17 02:30:25] "GET /projects?obj_uuids=60c835c2-77b2-4b27-8b92-8020e62e7627&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001290 10.0.0.242 - - [2025-07-17 02:30:25] "GET /project/60c835c2-77b2-4b27-8b92-8020e62e7627 HTTP/1.1" 200 2304 0.073919 10.0.0.242 - - [2025-07-17 02:30:25] "POST /neutron/network HTTP/1.1" 200 832 0.006687 10.0.0.242 - - [2025-07-17 02:30:25] "POST /useragent-kv HTTP/1.1" 200 115 0.007159 10.0.0.242 - - [2025-07-17 02:30:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.006804 10.0.0.242 - - [2025-07-17 02:30:25] "POST /useragent-kv HTTP/1.1" 200 115 0.004750 10.0.0.242 - - [2025-07-17 02:30:25] "POST /neutron/network HTTP/1.1" 200 151 0.118118 10.0.0.242 - - [2025-07-17 02:30:25] "GET /routing-instance/d0e5ba4b-8298-432b-8629-5f8d3645bf59 HTTP/1.1" 404 171 0.007715 10.0.0.242 - - [2025-07-17 02:30:25] "DELETE /route-target/b4a08834-8685-4ba6-98fc-7b1465373fb0 HTTP/1.1" 200 115 0.033884 10.0.0.242 - - [2025-07-17 02:30:25] "GET /domains HTTP/1.1" 200 281 0.003186 10.0.0.242 - - [2025-07-17 02:30:25] "GET /domains?obj_uuids=fcda0849-3f4d-43fd-87d6-3619b1739bfa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001446 10.0.0.242 - - [2025-07-17 02:30:25] "GET /domain/fcda0849-3f4d-43fd-87d6-3619b1739bfa HTTP/1.1" 200 2581 0.052179 10.0.0.242 - - [2025-07-17 02:30:25] "GET /projects?obj_uuids=60c835c2-77b2-4b27-8b92-8020e62e7627&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002347 10.0.0.242 - - [2025-07-17 02:30:25] "GET /project/60c835c2-77b2-4b27-8b92-8020e62e7627 HTTP/1.1" 200 2085 0.072467 10.0.0.242 - - [2025-07-17 02:30:25] "POST /neutron/network HTTP/1.1" 200 833 0.006241 10.0.0.242 - - [2025-07-17 02:30:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.006721 10.0.0.242 - - [2025-07-17 02:30:26] "POST /useragent-kv HTTP/1.1" 200 115 0.004543 10.0.0.242 - - [2025-07-17 02:30:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002985 10.0.0.242 - - [2025-07-17 02:30:26] "POST /neutron/network HTTP/1.1" 200 151 0.103220 10.0.0.242 - - [2025-07-17 02:30:26] "DELETE /route-target/7250c392-ea35-49e6-837c-2359bc1d294f HTTP/1.1" 200 115 0.021385 10.0.0.242 - - [2025-07-17 02:30:26] "GET /routing-instance/5623b07b-25a6-4609-91c8-5b9b6908a037 HTTP/1.1" 404 171 0.002746 10.0.0.242 - - [2025-07-17 02:30:26] "GET /domains HTTP/1.1" 200 281 0.002606 10.0.0.242 - - [2025-07-17 02:30:26] "GET /domains?obj_uuids=fcda0849-3f4d-43fd-87d6-3619b1739bfa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001397 10.0.0.242 - - [2025-07-17 02:30:26] "GET /domain/fcda0849-3f4d-43fd-87d6-3619b1739bfa HTTP/1.1" 200 2581 0.052060 10.0.0.242 - - [2025-07-17 02:30:26] "GET /projects?obj_uuids=60c835c2-77b2-4b27-8b92-8020e62e7627&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002239 10.0.0.242 - - [2025-07-17 02:30:26] "GET /project/60c835c2-77b2-4b27-8b92-8020e62e7627 HTTP/1.1" 200 1844 0.082880 10.0.0.242 - - [2025-07-17 02:30:26] "GET /projects?obj_uuids=60c835c2-77b2-4b27-8b92-8020e62e7627&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001201 10.0.0.242 - - [2025-07-17 02:30:26] "GET /project/60c835c2-77b2-4b27-8b92-8020e62e7627?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.035408 10.0.0.242 - - [2025-07-17 02:30:26] "GET /projects?obj_uuids=60c835c2-77b2-4b27-8b92-8020e62e7627&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001345 10.0.0.242 - - [2025-07-17 02:30:26] "GET /project/60c835c2-77b2-4b27-8b92-8020e62e7627?fields=virtual_networks HTTP/1.1" 200 1029 0.074453 10.0.0.242 - - [2025-07-17 02:30:26] "GET /projects?obj_uuids=60c835c2-77b2-4b27-8b92-8020e62e7627&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001349 10.0.0.242 - - [2025-07-17 02:30:26] "GET /project/60c835c2-77b2-4b27-8b92-8020e62e7627?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.030668 10.0.0.242 - - [2025-07-17 02:30:26] "GET /projects?obj_uuids=60c835c2-77b2-4b27-8b92-8020e62e7627&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001263 10.0.0.242 - - [2025-07-17 02:30:26] "GET /project/60c835c2-77b2-4b27-8b92-8020e62e7627?fields=security_groups HTTP/1.1" 200 1254 0.032809 10.0.0.242 - - [2025-07-17 02:30:27] "POST /fqname-to-id HTTP/1.1" 404 189 0.025819 10.0.0.242 - - [2025-07-17 02:30:27] "GET /projects?obj_uuids=c03d092a-d4a9-4828-8cda-35ac64de5d61&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002591 10.0.0.242 - - [2025-07-17 02:30:27] "GET /domains?obj_uuids=fcda0849-3f4d-43fd-87d6-3619b1739bfa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002186 10.0.0.242 - - [2025-07-17 02:30:27] "GET /domain/fcda0849-3f4d-43fd-87d6-3619b1739bfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009748 10.0.0.242 - - [2025-07-17 02:30:27] "POST /id-to-fqname HTTP/1.1" 200 191 0.001448 10.0.0.242 - - [2025-07-17 02:30:27] "POST /fqname-to-id HTTP/1.1" 404 200 0.002850 10.0.0.242 - - [2025-07-17 02:30:27] "POST /security-groups HTTP/1.1" 200 592 0.063488 10.0.0.242 - - [2025-07-17 02:30:27] "POST /fqname-to-id HTTP/1.1" 404 235 0.002747 10.0.0.242 - - [2025-07-17 02:30:27] "POST /projects HTTP/1.1" 200 587 0.232247 10.0.0.242 - - [2025-07-17 02:30:28] "POST /access-control-lists HTTP/1.1" 200 599 0.064690 10.0.0.242 - - [2025-07-17 02:30:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.314190 10.0.0.242 - - [2025-07-17 02:30:28] "POST /fqname-to-id HTTP/1.1" 404 234 0.003109 10.0.0.242 - - [2025-07-17 02:30:28] "GET /project/c03d092a-d4a9-4828-8cda-35ac64de5d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.443676 10.0.0.242 - - [2025-07-17 02:30:28] "POST /access-control-lists HTTP/1.1" 200 597 0.063994 10.0.0.242 - - [2025-07-17 02:30:29] "GET / HTTP/1.1" 200 36215 0.003568 10.0.0.242 - - [2025-07-17 02:30:30] "GET /project/c03d092a-d4a9-4828-8cda-35ac64de5d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000509 10.0.0.242 - - [2025-07-17 02:30:30] "GET /projects?obj_uuids=c03d092a-d4a9-4828-8cda-35ac64de5d61&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001492 10.0.0.242 - - [2025-07-17 02:30:30] "GET /project/c03d092a-d4a9-4828-8cda-35ac64de5d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.069159 10.0.0.242 - - [2025-07-17 02:30:30] "POST /fqname-to-id HTTP/1.1" 404 180 0.003181 10.0.0.242 - - [2025-07-17 02:30:31] "POST /virtual-DNSs HTTP/1.1" 200 509 0.028358 10.0.0.242 - - [2025-07-17 02:30:31] "GET /virtual-DNS/b1ad709e-1475-475b-a1cf-eda56ec1649d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.006160 10.0.0.242 - - [2025-07-17 02:30:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.242 - - [2025-07-17 02:30:31] "GET /virtual-DNS/b1ad709e-1475-475b-a1cf-eda56ec1649d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.004848 10.0.0.242 - - [2025-07-17 02:30:31] "GET /domains HTTP/1.1" 401 293 0.000466 10.0.0.242 - - [2025-07-17 02:30:31] "GET /domains HTTP/1.1" 200 281 0.026800 10.0.0.242 - - [2025-07-17 02:30:31] "GET /domains?obj_uuids=fcda0849-3f4d-43fd-87d6-3619b1739bfa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001131 10.0.0.242 - - [2025-07-17 02:30:31] "GET /domain/fcda0849-3f4d-43fd-87d6-3619b1739bfa HTTP/1.1" 200 2970 0.010373 10.0.0.242 - - [2025-07-17 02:30:31] "GET /virtual-DNS/b1ad709e-1475-475b-a1cf-eda56ec1649d HTTP/1.1" 200 1441 0.005319 10.0.0.242 - - [2025-07-17 02:30:31] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 765 0.003270 10.0.0.242 - - [2025-07-17 02:30:31] "POST /network-ipams HTTP/1.1" 200 516 0.020014 10.0.0.242 - - [2025-07-17 02:30:31] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 972 0.003146 10.0.0.242 - - [2025-07-17 02:30:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.242 - - [2025-07-17 02:30:31] "GET /network-ipam/dbac33a0-52d8-4238-a325-804d943a80ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.005391 10.0.0.242 - - [2025-07-17 02:30:31] "PUT /network-ipam/dbac33a0-52d8-4238-a325-804d943a80ec HTTP/1.1" 200 259 0.011895 10.0.0.242 - - [2025-07-17 02:30:31] "POST /ref-update HTTP/1.1" 200 156 0.009173 10.0.0.242 - - [2025-07-17 02:30:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.242 - - [2025-07-17 02:30:32] "GET /projects?obj_uuids=c03d092a-d4a9-4828-8cda-35ac64de5d61&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001691 10.0.0.242 - - [2025-07-17 02:30:32] "GET /project/c03d092a-d4a9-4828-8cda-35ac64de5d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.032408 10.0.0.242 - - [2025-07-17 02:30:32] "POST /neutron/network HTTP/1.1" 200 117 0.032136 10.0.0.242 - - [2025-07-17 02:30:32] "GET /projects?obj_uuids=c03d092a-d4a9-4828-8cda-35ac64de5d61&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001236 10.0.0.242 - - [2025-07-17 02:30:32] "POST /neutron/network HTTP/1.1" 200 618 0.102159 10.0.0.242 - - [2025-07-17 02:30:32] "POST /route-targets HTTP/1.1" 200 328 0.017119 10.0.0.242 - - [2025-07-17 02:30:32] "POST /ref-update HTTP/1.1" 200 156 0.021252 10.0.0.242 - - [2025-07-17 02:30:32] "POST /useragent-kv HTTP/1.1" 200 115 0.005703 10.0.0.242 - - [2025-07-17 02:30:32] "POST /neutron/subnet HTTP/1.1" 200 711 0.231856 10.0.0.242 - - [2025-07-17 02:30:32] "POST /neutron/network HTTP/1.1" 200 833 0.006688 10.0.0.242 - - [2025-07-17 02:30:32] "POST /id-to-fqname HTTP/1.1" 200 227 0.001974 10.0.0.242 - - [2025-07-17 02:30:32] "GET /virtual-network/9a7a7286-c9d3-48b1-920f-c212be3ded40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005770 10.0.0.242 - - [2025-07-17 02:30:32] "POST /neutron/network HTTP/1.1" 200 833 0.006871 10.0.0.242 - - [2025-07-17 02:30:32] "GET /virtual-network/9a7a7286-c9d3-48b1-920f-c212be3ded40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005963 10.0.0.242 - - [2025-07-17 02:30:32] "POST /neutron/network HTTP/1.1" 200 833 0.006659 10.0.0.242 - - [2025-07-17 02:30:32] "POST /neutron/subnet HTTP/1.1" 200 711 0.007793 10.0.0.242 - - [2025-07-17 02:30:32] "POST /neutron/network HTTP/1.1" 200 807 0.010903 10.0.0.242 - - [2025-07-17 02:30:32] "POST /neutron/network HTTP/1.1" 200 833 0.006446 10.0.0.242 - - [2025-07-17 02:30:32] "POST /id-to-fqname HTTP/1.1" 200 227 0.001351 10.0.0.242 - - [2025-07-17 02:30:32] "POST /neutron/network HTTP/1.1" 200 843 0.006117 10.0.0.242 - - [2025-07-17 02:30:32] "GET /aaa-mode HTTP/1.1" 401 293 0.000467 10.0.0.242 - - [2025-07-17 02:30:33] "GET / HTTP/1.1" 200 36215 0.002179 10.0.0.242 - - [2025-07-17 02:30:33] "GET /project/c03d092a-d4a9-4828-8cda-35ac64de5d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000445 10.0.0.242 - - [2025-07-17 02:30:33] "GET /projects?obj_uuids=c03d092a-d4a9-4828-8cda-35ac64de5d61&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001800 10.0.0.242 - - [2025-07-17 02:30:33] "GET /project/c03d092a-d4a9-4828-8cda-35ac64de5d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.061079 10.0.0.242 - - [2025-07-17 02:30:33] "POST /neutron/network HTTP/1.1" 200 833 0.006696 10.0.0.242 - - [2025-07-17 02:30:33] "POST /neutron/port HTTP/1.1" 200 117 0.005268 10.0.0.242 - - [2025-07-17 02:30:33] "POST /neutron/port HTTP/1.1" 200 117 0.005674 10.0.0.242 - - [2025-07-17 02:30:34] "POST /neutron/port HTTP/1.1" 200 117 0.007402 10.0.0.242 - - [2025-07-17 02:30:34] "POST /neutron/network HTTP/1.1" 200 843 0.006817 10.0.0.242 - - [2025-07-17 02:30:34] "GET /projects?obj_uuids=c03d092a-d4a9-4828-8cda-35ac64de5d61&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001458 10.0.0.242 - - [2025-07-17 02:30:34] "POST /neutron/port HTTP/1.1" 200 1058 0.252180 10.0.0.242 - - [2025-07-17 02:30:34] "POST /neutron/port HTTP/1.1" 200 1058 0.011464 10.0.0.242 - - [2025-07-17 02:30:34] "POST /neutron/port HTTP/1.1" 200 1058 0.012568 10.0.0.242 - - [2025-07-17 02:30:34] "POST /neutron/port HTTP/1.1" 200 1112 0.074854 10.0.0.242 - - [2025-07-17 02:30:34] "POST /neutron/port HTTP/1.1" 200 1086 0.015347 10.0.0.242 - - [2025-07-17 02:30:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003901 10.0.0.242 - - [2025-07-17 02:30:34] "POST /neutron/subnet HTTP/1.1" 200 685 0.007517 10.0.0.242 - - [2025-07-17 02:30:34] "POST /neutron/port HTTP/1.1" 200 117 0.001523 10.0.0.242 - - [2025-07-17 02:30:34] "POST /neutron/network HTTP/1.1" 200 833 0.005893 10.0.0.242 - - [2025-07-17 02:30:39] "POST /neutron/port HTTP/1.1" 200 1086 0.013189 10.0.0.242 - - [2025-07-17 02:30:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007572 10.0.0.242 - - [2025-07-17 02:30:39] "POST /neutron/port HTTP/1.1" 200 1086 0.015162 10.0.0.242 - - [2025-07-17 02:30:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006910 10.0.0.242 - - [2025-07-17 02:30:39] "POST /neutron/port HTTP/1.1" 200 1086 0.014806 10.0.0.242 - - [2025-07-17 02:30:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007814 10.0.0.242 - - [2025-07-17 02:30:39] "GET /virtual-machine/77d0824d-f423-4e44-98d4-fa260b9f6243 HTTP/1.1" 200 1295 0.005208 10.0.0.242 - - [2025-07-17 02:30:39] "GET /virtual-machine-interface/6251163b-e71d-4ab9-91c7-8cb2d13e53ff HTTP/1.1" 200 2971 0.006196 10.0.0.242 - - [2025-07-17 02:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003056 10.0.0.242 - - [2025-07-17 02:30:39] "GET /global-vrouter-config/95957b98-eb09-4f31-887e-2fee0bd8a2fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003566 10.0.0.242 - - [2025-07-17 02:30:39] "GET /virtual-networks?parent_id=c03d092a-d4a9-4828-8cda-35ac64de5d61&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003912 10.0.0.242 - - [2025-07-17 02:30:39] "GET /virtual-network/9a7a7286-c9d3-48b1-920f-c212be3ded40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006582 10.0.0.242 - - [2025-07-17 02:30:41] "DELETE /project/c03d092ad4a948288cda35ac64de5d61 HTTP/1.1" 404 173 0.005674 10.0.0.242 - - [2025-07-17 02:30:41] "GET /projects?obj_uuids=60c835c2-77b2-4b27-8b92-8020e62e7627&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001245 10.0.0.242 - - [2025-07-17 02:30:42] "GET /project/60c835c2-77b2-4b27-8b92-8020e62e7627?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.031264 10.0.0.242 - - [2025-07-17 02:30:42] "GET /projects?obj_uuids=60c835c2-77b2-4b27-8b92-8020e62e7627&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001147 10.0.0.242 - - [2025-07-17 02:30:42] "GET /project/60c835c2-77b2-4b27-8b92-8020e62e7627?fields=security_groups HTTP/1.1" 200 1356 0.075108 10.0.0.242 - - [2025-07-17 02:30:42] "DELETE /security-group/220e34b3-b2e0-41da-9a28-511edf17c08a HTTP/1.1" 200 115 0.050065 10.0.0.242 - - [2025-07-17 02:30:42] "GET /projects?obj_uuids=60c835c2-77b2-4b27-8b92-8020e62e7627&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001713 10.0.0.242 - - [2025-07-17 02:30:42] "GET /project/60c835c2-77b2-4b27-8b92-8020e62e7627?fields=application_policy_sets HTTP/1.1" 200 1395 0.027385 10.0.0.242 - - [2025-07-17 02:30:42] "DELETE /access-control-list/b541f64c-919a-4b1b-a8fb-1f470559ce92 HTTP/1.1" 200 115 0.076472 10.0.0.242 - - [2025-07-17 02:30:42] "DELETE /access-control-list/b1c7e0c8-6faf-4774-97dd-9a9c824b9e27 HTTP/1.1" 200 115 0.023380 10.0.0.242 - - [2025-07-17 02:30:42] "DELETE /project/60c835c2-77b2-4b27-8b92-8020e62e7627 HTTP/1.1" 200 115 0.380847 10.0.0.242 - - [2025-07-17 02:30:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.242 - - [2025-07-17 02:30:42] "GET /virtual-network/9a7a7286-c9d3-48b1-920f-c212be3ded40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006200 10.0.0.242 - - [2025-07-17 02:30:44] "POST /neutron/port HTTP/1.1" 200 1086 0.013864 10.0.0.242 - - [2025-07-17 02:30:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006284 10.0.0.242 - - [2025-07-17 02:30:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.242 - - [2025-07-17 02:30:46] "GET /global-vrouter-config/95957b98-eb09-4f31-887e-2fee0bd8a2fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003533 10.0.0.242 - - [2025-07-17 02:30:46] "GET /virtual-networks?parent_id=c03d092a-d4a9-4828-8cda-35ac64de5d61&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.004246 10.0.0.242 - - [2025-07-17 02:30:46] "GET /virtual-network/9a7a7286-c9d3-48b1-920f-c212be3ded40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007776 10.0.0.242 - - [2025-07-17 02:30:48] "GET /obj-perms HTTP/1.1" 200 5075 0.055484 10.0.0.242 - - [2025-07-17 02:30:48] "GET /obj-perms HTTP/1.1" 200 5075 0.051209 10.0.0.242 - - [2025-07-17 02:30:51] "POST /neutron/network HTTP/1.1" 200 807 0.012879 10.0.0.242 - - [2025-07-17 02:30:51] "POST /neutron/network HTTP/1.1" 200 833 0.007221 10.0.0.242 - - [2025-07-17 02:30:51] "POST /id-to-fqname HTTP/1.1" 200 227 0.001741 10.0.0.242 - - [2025-07-17 02:30:51] "POST /neutron/port HTTP/1.1" 200 1086 0.013757 10.0.0.242 - - [2025-07-17 02:30:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006994 10.0.0.242 - - [2025-07-17 02:30:51] "POST /neutron/network HTTP/1.1" 200 843 0.006820 10.0.0.242 - - [2025-07-17 02:30:51] "GET /aaa-mode HTTP/1.1" 401 293 0.000739 10.0.0.242 - - [2025-07-17 02:30:52] "GET / HTTP/1.1" 200 36215 0.001867 10.0.0.242 - - [2025-07-17 02:30:52] "GET /project/c03d092a-d4a9-4828-8cda-35ac64de5d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000470 10.0.0.242 - - [2025-07-17 02:30:52] "GET /projects?obj_uuids=c03d092a-d4a9-4828-8cda-35ac64de5d61&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001520 10.0.0.242 - - [2025-07-17 02:30:52] "GET /project/c03d092a-d4a9-4828-8cda-35ac64de5d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.058159 10.0.0.242 - - [2025-07-17 02:30:52] "POST /neutron/network HTTP/1.1" 200 833 0.006248 10.0.0.242 - - [2025-07-17 02:30:52] "POST /neutron/port HTTP/1.1" 200 1086 0.015826 10.0.0.242 - - [2025-07-17 02:30:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009707 10.0.0.242 - - [2025-07-17 02:30:52] "POST /neutron/port HTTP/1.1" 200 117 0.006315 10.0.0.242 - - [2025-07-17 02:30:52] "POST /neutron/port HTTP/1.1" 200 117 0.009130 10.0.0.242 - - [2025-07-17 02:30:53] "POST /neutron/network HTTP/1.1" 200 843 0.006372 10.0.0.242 - - [2025-07-17 02:30:53] "GET /projects?obj_uuids=c03d092a-d4a9-4828-8cda-35ac64de5d61&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001213 10.0.0.242 - - [2025-07-17 02:30:53] "POST /neutron/port HTTP/1.1" 200 1058 0.218260 10.0.0.242 - - [2025-07-17 02:30:53] "POST /neutron/port HTTP/1.1" 200 1058 0.014162 10.0.0.242 - - [2025-07-17 02:30:53] "POST /neutron/port HTTP/1.1" 200 1058 0.012242 10.0.0.242 - - [2025-07-17 02:30:53] "POST /neutron/port HTTP/1.1" 200 1112 0.069026 10.0.0.242 - - [2025-07-17 02:30:53] "POST /neutron/port HTTP/1.1" 200 1086 0.012662 10.0.0.242 - - [2025-07-17 02:30:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004291 10.0.0.242 - - [2025-07-17 02:30:53] "POST /neutron/subnet HTTP/1.1" 200 685 0.009602 10.0.0.242 - - [2025-07-17 02:30:53] "POST /neutron/port HTTP/1.1" 200 117 0.001364 10.0.0.242 - - [2025-07-17 02:30:53] "POST /neutron/network HTTP/1.1" 200 833 0.006666 10.0.0.242 - - [2025-07-17 02:30:57] "GET /global-system-configs HTTP/1.1" 200 323 0.035250 10.0.0.242 - - [2025-07-17 02:30:57] "GET /obj-perms HTTP/1.1" 200 5075 0.075419 10.0.0.242 - - [2025-07-17 02:30:57] "POST /neutron/port HTTP/1.1" 200 1086 0.012475 10.0.0.242 - - [2025-07-17 02:30:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007260 10.0.0.242 - - [2025-07-17 02:30:58] "POST /neutron/port HTTP/1.1" 200 1086 0.012927 10.0.0.242 - - [2025-07-17 02:30:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006454 10.0.0.242 - - [2025-07-17 02:30:58] "POST /neutron/port HTTP/1.1" 200 1086 0.012461 10.0.0.242 - - [2025-07-17 02:30:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007568 10.0.0.242 - - [2025-07-17 02:30:58] "GET /virtual-machine/26c16b28-ba9d-4fe5-bd72-5d48fa532c57 HTTP/1.1" 200 1295 0.007270 10.0.0.242 - - [2025-07-17 02:30:58] "GET /virtual-machine-interface/3bdd0895-3d4d-4430-99c6-d58d01a3516d HTTP/1.1" 200 2971 0.005751 10.0.0.242 - - [2025-07-17 02:30:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.242 - - [2025-07-17 02:30:58] "GET /global-vrouter-config/95957b98-eb09-4f31-887e-2fee0bd8a2fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004356 10.0.0.242 - - [2025-07-17 02:30:58] "GET /virtual-networks?parent_id=c03d092a-d4a9-4828-8cda-35ac64de5d61&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003147 10.0.0.242 - - [2025-07-17 02:30:58] "GET /virtual-network/9a7a7286-c9d3-48b1-920f-c212be3ded40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005921 10.0.0.242 - - [2025-07-17 02:30:58] "GET /global-system-configs HTTP/1.1" 200 323 0.033645 10.0.0.242 - - [2025-07-17 02:30:58] "GET /obj-perms HTTP/1.1" 200 5075 0.076766 10.0.0.242 - - [2025-07-17 02:31:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003423 10.0.0.242 - - [2025-07-17 02:31:01] "GET /virtual-network/9a7a7286-c9d3-48b1-920f-c212be3ded40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005921 10.0.0.242 - - [2025-07-17 02:31:03] "POST /neutron/port HTTP/1.1" 200 1086 0.014088 10.0.0.242 - - [2025-07-17 02:31:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006927 10.0.0.242 - - [2025-07-17 02:31:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.242 - - [2025-07-17 02:31:05] "GET /global-vrouter-config/95957b98-eb09-4f31-887e-2fee0bd8a2fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003423 10.0.0.242 - - [2025-07-17 02:31:05] "GET /virtual-networks?parent_id=c03d092a-d4a9-4828-8cda-35ac64de5d61&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003308 10.0.0.242 - - [2025-07-17 02:31:05] "GET /virtual-network/9a7a7286-c9d3-48b1-920f-c212be3ded40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006888 10.0.0.242 - - [2025-07-17 02:31:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.242 - - [2025-07-17 02:31:11] "DELETE /virtual-DNS/b1ad709e-1475-475b-a1cf-eda56ec1649d HTTP/1.1" 409 236 0.007122 10.0.0.242 - - [2025-07-17 02:31:11] "POST /fqname-to-id HTTP/1.1" 404 192 0.003323 10.0.0.242 - - [2025-07-17 02:31:11] "POST /virtual-DNS-records HTTP/1.1" 200 533 0.020561 10.0.0.242 - - [2025-07-17 02:31:11] "GET /virtual-DNS-record/ba67f09e-feb5-48ab-963d-45d89910bd05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.005529 10.0.0.242 - - [2025-07-17 02:31:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004438 10.0.0.242 - - [2025-07-17 02:31:12] "GET /virtual-DNS-record/ba67f09e-feb5-48ab-963d-45d89910bd05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.003615 10.0.0.242 - - [2025-07-17 02:31:12] "GET /domains HTTP/1.1" 200 281 0.003351 10.0.0.242 - - [2025-07-17 02:31:12] "GET /domains?obj_uuids=fcda0849-3f4d-43fd-87d6-3619b1739bfa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001249 10.0.0.242 - - [2025-07-17 02:31:12] "GET /domain/fcda0849-3f4d-43fd-87d6-3619b1739bfa HTTP/1.1" 200 2785 0.009708 10.0.0.242 - - [2025-07-17 02:31:12] "GET /virtual-DNS/b1ad709e-1475-475b-a1cf-eda56ec1649d HTTP/1.1" 200 1912 0.004579 10.0.0.242 - - [2025-07-17 02:31:12] "GET /virtual-DNS-record/ba67f09e-feb5-48ab-963d-45d89910bd05 HTTP/1.1" 200 1339 0.003320 10.0.0.242 - - [2025-07-17 02:31:17] "DELETE /virtual-DNS-record/ba67f09e-feb5-48ab-963d-45d89910bd05 HTTP/1.1" 200 115 0.021080 10.0.0.242 - - [2025-07-17 02:31:17] "POST /fqname-to-id HTTP/1.1" 404 184 0.004109 10.0.0.242 - - [2025-07-17 02:31:17] "POST /neutron/network HTTP/1.1" 200 833 0.008786 10.0.0.242 - - [2025-07-17 02:31:17] "POST /neutron/network HTTP/1.1" 400 204 0.011189 10.0.0.242 - - [2025-07-17 02:31:18] "POST /neutron/port HTTP/1.1" 200 1086 0.017055 10.0.0.242 - - [2025-07-17 02:31:18] "POST /neutron/port HTTP/1.1" 200 1112 0.012744 10.0.0.242 - - [2025-07-17 02:31:18] "POST /neutron/port HTTP/1.1" 200 1086 0.018103 10.0.0.242 - - [2025-07-17 02:31:18] "POST /neutron/port HTTP/1.1" 200 1112 0.010005 10.0.0.242 - - [2025-07-17 02:31:18] "POST /neutron/port HTTP/1.1" 200 151 0.150375 10.0.0.242 - - [2025-07-17 02:31:18] "POST /neutron/port HTTP/1.1" 200 151 0.154472 10.0.0.242 - - [2025-07-17 02:31:19] "POST /neutron/network HTTP/1.1" 200 833 0.006624 10.0.0.242 - - [2025-07-17 02:31:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.242 - - [2025-07-17 02:31:20] "DELETE /route-target/7c4619db-2e45-4b64-82bb-9c53a4df8cfa HTTP/1.1" 200 115 0.054462 10.0.0.242 - - [2025-07-17 02:31:20] "POST /useragent-kv HTTP/1.1" 200 115 0.033110 10.0.0.242 - - [2025-07-17 02:31:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002868 10.0.0.242 - - [2025-07-17 02:31:20] "POST /neutron/network HTTP/1.1" 200 151 0.271757 10.0.0.242 - - [2025-07-17 02:31:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.242 - - [2025-07-17 02:31:20] "DELETE /network-ipam/dbac33a0-52d8-4238-a325-804d943a80ec HTTP/1.1" 200 115 0.025514 10.0.0.242 - - [2025-07-17 02:31:20] "DELETE /virtual-DNS/b1ad709e-1475-475b-a1cf-eda56ec1649d HTTP/1.1" 200 115 0.025480 10.0.0.242 - - [2025-07-17 02:31:20] "POST /fqname-to-id HTTP/1.1" 404 180 0.003521 10.0.0.242 - - [2025-07-17 02:31:20] "GET /domains HTTP/1.1" 200 281 0.003209 10.0.0.242 - - [2025-07-17 02:31:20] "GET /domains?obj_uuids=fcda0849-3f4d-43fd-87d6-3619b1739bfa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001386 10.0.0.242 - - [2025-07-17 02:31:20] "GET /domain/fcda0849-3f4d-43fd-87d6-3619b1739bfa HTTP/1.1" 200 2584 0.009965 10.0.0.242 - - [2025-07-17 02:31:20] "GET /projects?obj_uuids=c03d092a-d4a9-4828-8cda-35ac64de5d61&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001486 10.0.0.242 - - [2025-07-17 02:31:20] "GET /project/c03d092a-d4a9-4828-8cda-35ac64de5d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.027531 10.0.0.242 - - [2025-07-17 02:31:20] "GET /projects?obj_uuids=c03d092a-d4a9-4828-8cda-35ac64de5d61&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001586 10.0.0.242 - - [2025-07-17 02:31:20] "GET /project/c03d092a-d4a9-4828-8cda-35ac64de5d61?fields=virtual_networks HTTP/1.1" 200 1036 0.073219 10.0.0.242 - - [2025-07-17 02:31:20] "GET /projects?obj_uuids=c03d092a-d4a9-4828-8cda-35ac64de5d61&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001362 10.0.0.242 - - [2025-07-17 02:31:20] "GET /project/c03d092a-d4a9-4828-8cda-35ac64de5d61?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.032517 10.0.0.242 - - [2025-07-17 02:31:20] "GET /projects?obj_uuids=c03d092a-d4a9-4828-8cda-35ac64de5d61&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001262 10.0.0.242 - - [2025-07-17 02:31:20] "GET /project/c03d092a-d4a9-4828-8cda-35ac64de5d61?fields=security_groups HTTP/1.1" 200 1264 0.028235 10.0.0.242 - - [2025-07-17 02:31:21] "POST /fqname-to-id HTTP/1.1" 404 189 0.025833 10.0.0.242 - - [2025-07-17 02:31:21] "GET /projects?obj_uuids=77379b97-f441-4df6-ae90-d2807cb59ce5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004105 10.0.0.242 - - [2025-07-17 02:31:21] "GET /domains?obj_uuids=fcda0849-3f4d-43fd-87d6-3619b1739bfa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001418 10.0.0.242 - - [2025-07-17 02:31:21] "GET /domain/fcda0849-3f4d-43fd-87d6-3619b1739bfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008281 10.0.0.242 - - [2025-07-17 02:31:21] "POST /id-to-fqname HTTP/1.1" 200 191 0.002768 10.0.0.242 - - [2025-07-17 02:31:21] "POST /fqname-to-id HTTP/1.1" 404 200 0.004599 10.0.0.242 - - [2025-07-17 02:31:22] "POST /security-groups HTTP/1.1" 200 592 0.063759 10.0.0.242 - - [2025-07-17 02:31:22] "POST /fqname-to-id HTTP/1.1" 404 235 0.002713 10.0.0.242 - - [2025-07-17 02:31:22] "POST /projects HTTP/1.1" 200 587 0.239474 10.0.0.242 - - [2025-07-17 02:31:22] "POST /access-control-lists HTTP/1.1" 200 599 0.059498 10.0.0.242 - - [2025-07-17 02:31:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.327066 10.0.0.242 - - [2025-07-17 02:31:22] "POST /fqname-to-id HTTP/1.1" 404 234 0.003105 10.0.0.242 - - [2025-07-17 02:31:22] "GET /project/77379b97-f441-4df6-ae90-d2807cb59ce5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.459594 10.0.0.242 - - [2025-07-17 02:31:22] "POST /access-control-lists HTTP/1.1" 200 597 0.064395 10.0.0.242 - - [2025-07-17 02:31:23] "GET / HTTP/1.1" 200 36215 0.002248 10.0.0.242 - - [2025-07-17 02:31:24] "POST /fqname-to-id HTTP/1.1" 401 293 0.000545 10.0.0.242 - - [2025-07-17 02:31:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.062312 10.0.0.242 - - [2025-07-17 02:31:24] "GET /projects?obj_uuids=77379b97-f441-4df6-ae90-d2807cb59ce5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001491 10.0.0.242 - - [2025-07-17 02:31:24] "GET /project/77379b97-f441-4df6-ae90-d2807cb59ce5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.025383 10.0.0.242 - - [2025-07-17 02:31:24] "POST /neutron/network HTTP/1.1" 200 117 0.032403 10.0.0.242 - - [2025-07-17 02:31:24] "GET /projects?obj_uuids=77379b97-f441-4df6-ae90-d2807cb59ce5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001565 10.0.0.242 - - [2025-07-17 02:31:24] "POST /neutron/network HTTP/1.1" 200 606 0.066803 10.0.0.242 - - [2025-07-17 02:31:24] "POST /route-targets HTTP/1.1" 200 328 0.012378 10.0.0.242 - - [2025-07-17 02:31:24] "POST /ref-update HTTP/1.1" 200 156 0.013895 10.0.0.242 - - [2025-07-17 02:31:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002844 10.0.0.242 - - [2025-07-17 02:31:24] "POST /neutron/subnet HTTP/1.1" 200 720 0.152102 10.0.0.242 - - [2025-07-17 02:31:24] "POST /neutron/network HTTP/1.1" 200 824 0.005828 10.0.0.242 - - [2025-07-17 02:31:24] "POST /id-to-fqname HTTP/1.1" 200 221 0.001660 10.0.0.242 - - [2025-07-17 02:31:24] "GET /virtual-network/c0cec369-28ea-4c53-b6d9-3893aa371e18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005648 10.0.0.242 - - [2025-07-17 02:31:24] "POST /neutron/network HTTP/1.1" 200 824 0.007054 10.0.0.242 - - [2025-07-17 02:31:24] "GET /virtual-network/c0cec369-28ea-4c53-b6d9-3893aa371e18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006152 10.0.0.242 - - [2025-07-17 02:31:25] "POST /neutron/network HTTP/1.1" 200 824 0.006406 10.0.0.242 - - [2025-07-17 02:31:25] "POST /neutron/subnet HTTP/1.1" 200 720 0.007727 10.0.0.242 - - [2025-07-17 02:31:25] "POST /id-to-fqname HTTP/1.1" 200 221 0.001474 10.0.0.242 - - [2025-07-17 02:31:25] "POST /neutron/network HTTP/1.1" 200 834 0.006905 10.0.0.242 - - [2025-07-17 02:31:25] "GET /aaa-mode HTTP/1.1" 401 293 0.000444 10.0.0.242 - - [2025-07-17 02:31:25] "GET / HTTP/1.1" 200 36215 0.002280 10.0.0.242 - - [2025-07-17 02:31:25] "GET /project/77379b97-f441-4df6-ae90-d2807cb59ce5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000648 10.0.0.242 - - [2025-07-17 02:31:26] "GET /projects?obj_uuids=77379b97-f441-4df6-ae90-d2807cb59ce5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001480 10.0.0.242 - - [2025-07-17 02:31:26] "GET /project/77379b97-f441-4df6-ae90-d2807cb59ce5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.056562 10.0.0.242 - - [2025-07-17 02:31:26] "POST /neutron/network HTTP/1.1" 200 824 0.006196 10.0.0.242 - - [2025-07-17 02:31:26] "POST /neutron/port HTTP/1.1" 200 117 0.005531 10.0.0.242 - - [2025-07-17 02:31:26] "POST /neutron/port HTTP/1.1" 200 117 0.005817 10.0.0.242 - - [2025-07-17 02:31:26] "POST /id-to-fqname HTTP/1.1" 200 221 0.001437 10.0.0.242 - - [2025-07-17 02:31:26] "POST /neutron/port HTTP/1.1" 200 117 0.006064 10.0.0.242 - - [2025-07-17 02:31:26] "POST /neutron/network HTTP/1.1" 200 834 0.006465 10.0.0.242 - - [2025-07-17 02:31:26] "GET /aaa-mode HTTP/1.1" 401 293 0.000466 10.0.0.242 - - [2025-07-17 02:31:26] "POST /neutron/network HTTP/1.1" 200 834 0.007549 10.0.0.242 - - [2025-07-17 02:31:26] "GET /projects?obj_uuids=77379b97-f441-4df6-ae90-d2807cb59ce5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001247 10.0.0.242 - - [2025-07-17 02:31:26] "GET / HTTP/1.1" 200 36215 0.001984 10.0.0.242 - - [2025-07-17 02:31:26] "GET /project/77379b97-f441-4df6-ae90-d2807cb59ce5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.001121 10.0.0.242 - - [2025-07-17 02:31:26] "POST /neutron/port HTTP/1.1" 200 1060 0.237906 10.0.0.242 - - [2025-07-17 02:31:26] "POST /neutron/port HTTP/1.1" 200 1060 0.009569 10.0.0.242 - - [2025-07-17 02:31:26] "POST /neutron/port HTTP/1.1" 200 1060 0.010109 10.0.0.242 - - [2025-07-17 02:31:27] "POST /neutron/port HTTP/1.1" 200 1114 0.103193 10.0.0.242 - - [2025-07-17 02:31:27] "POST /neutron/port HTTP/1.1" 200 1088 0.014224 10.0.0.242 - - [2025-07-17 02:31:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003514 10.0.0.242 - - [2025-07-17 02:31:27] "POST /neutron/subnet HTTP/1.1" 200 694 0.009586 10.0.0.242 - - [2025-07-17 02:31:27] "POST /neutron/port HTTP/1.1" 200 117 0.001344 10.0.0.242 - - [2025-07-17 02:31:27] "POST /neutron/network HTTP/1.1" 200 824 0.005750 10.0.0.242 - - [2025-07-17 02:31:27] "GET /projects?obj_uuids=77379b97-f441-4df6-ae90-d2807cb59ce5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001527 10.0.0.242 - - [2025-07-17 02:31:27] "GET /project/77379b97-f441-4df6-ae90-d2807cb59ce5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.049255 10.0.0.242 - - [2025-07-17 02:31:27] "POST /neutron/network HTTP/1.1" 200 824 0.005935 10.0.0.242 - - [2025-07-17 02:31:27] "POST /neutron/port HTTP/1.1" 200 1088 0.028048 10.0.0.242 - - [2025-07-17 02:31:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008200 10.0.0.242 - - [2025-07-17 02:31:27] "POST /neutron/port HTTP/1.1" 200 117 0.005756 10.0.0.242 - - [2025-07-17 02:31:27] "POST /neutron/port HTTP/1.1" 200 1088 0.016014 10.0.0.242 - - [2025-07-17 02:31:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008457 10.0.0.242 - - [2025-07-17 02:31:27] "POST /neutron/network HTTP/1.1" 200 834 0.007483 10.0.0.242 - - [2025-07-17 02:31:27] "GET /projects?obj_uuids=77379b97-f441-4df6-ae90-d2807cb59ce5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001328 10.0.0.242 - - [2025-07-17 02:31:28] "POST /neutron/port HTTP/1.1" 200 1060 0.296356 10.0.0.242 - - [2025-07-17 02:31:28] "POST /neutron/port HTTP/1.1" 200 1060 0.014279 10.0.0.242 - - [2025-07-17 02:31:28] "POST /neutron/port HTTP/1.1" 200 1060 0.012214 10.0.0.242 - - [2025-07-17 02:31:28] "POST /neutron/port HTTP/1.1" 200 1114 0.097559 10.0.0.242 - - [2025-07-17 02:31:28] "POST /neutron/port HTTP/1.1" 200 1088 0.013560 10.0.0.242 - - [2025-07-17 02:31:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003498 10.0.0.242 - - [2025-07-17 02:31:28] "POST /neutron/subnet HTTP/1.1" 200 694 0.010331 10.0.0.242 - - [2025-07-17 02:31:28] "POST /neutron/port HTTP/1.1" 200 117 0.001321 10.0.0.242 - - [2025-07-17 02:31:28] "POST /neutron/network HTTP/1.1" 200 824 0.006934 10.0.0.242 - - [2025-07-17 02:31:32] "POST /neutron/port HTTP/1.1" 200 1088 0.016678 10.0.0.242 - - [2025-07-17 02:31:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007220 10.0.0.242 - - [2025-07-17 02:31:32] "POST /neutron/port HTTP/1.1" 200 1088 0.012253 10.0.0.242 - - [2025-07-17 02:31:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007319 10.0.0.242 - - [2025-07-17 02:31:32] "POST /neutron/port HTTP/1.1" 200 1088 0.012557 10.0.0.242 - - [2025-07-17 02:31:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007166 10.0.0.242 - - [2025-07-17 02:31:32] "GET /virtual-machine/0a7c8671-655e-4877-87d6-a6a5e3638b3f HTTP/1.1" 401 293 0.000642 10.0.0.242 - - [2025-07-17 02:31:33] "GET /virtual-machine/0a7c8671-655e-4877-87d6-a6a5e3638b3f HTTP/1.1" 200 1293 0.044147 10.0.0.242 - - [2025-07-17 02:31:33] "GET /virtual-machine-interface/b43ea1d7-c4c2-45ab-87be-7ad2555cc9f2 HTTP/1.1" 200 2953 0.009342 10.0.0.242 - - [2025-07-17 02:31:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.242 - - [2025-07-17 02:31:33] "GET /global-vrouter-config/95957b98-eb09-4f31-887e-2fee0bd8a2fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003687 10.0.0.242 - - [2025-07-17 02:31:33] "GET /virtual-networks?parent_id=77379b97-f441-4df6-ae90-d2807cb59ce5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003134 10.0.0.242 - - [2025-07-17 02:31:33] "GET /virtual-network/c0cec369-28ea-4c53-b6d9-3893aa371e18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006070 10.0.0.242 - - [2025-07-17 02:31:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.242 - - [2025-07-17 02:31:36] "GET /virtual-network/c0cec369-28ea-4c53-b6d9-3893aa371e18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007059 10.0.0.242 - - [2025-07-17 02:31:37] "POST /neutron/port HTTP/1.1" 200 1088 0.014455 10.0.0.242 - - [2025-07-17 02:31:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006043 10.0.0.242 - - [2025-07-17 02:31:38] "POST /neutron/port HTTP/1.1" 200 1088 0.013308 10.0.0.242 - - [2025-07-17 02:31:38] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007752 10.0.0.242 - - [2025-07-17 02:31:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.242 - - [2025-07-17 02:31:38] "GET /global-vrouter-config/95957b98-eb09-4f31-887e-2fee0bd8a2fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004301 10.0.0.242 - - [2025-07-17 02:31:38] "GET /virtual-networks?parent_id=77379b97-f441-4df6-ae90-d2807cb59ce5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003452 10.0.0.242 - - [2025-07-17 02:31:38] "GET /virtual-network/c0cec369-28ea-4c53-b6d9-3893aa371e18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006521 10.0.0.242 - - [2025-07-17 02:31:39] "POST /neutron/port HTTP/1.1" 200 1088 0.016119 10.0.0.242 - - [2025-07-17 02:31:39] "POST /neutron/port HTTP/1.1" 200 1088 0.012332 10.0.0.242 - - [2025-07-17 02:31:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007100 10.0.0.242 - - [2025-07-17 02:31:39] "POST /neutron/port HTTP/1.1" 200 1088 0.019895 10.0.0.242 - - [2025-07-17 02:31:39] "POST /neutron/port HTTP/1.1" 200 1088 0.025670 10.0.0.242 - - [2025-07-17 02:31:39] "POST /neutron/network HTTP/1.1" 200 834 0.008213 10.0.0.242 - - [2025-07-17 02:31:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003978 10.0.0.242 - - [2025-07-17 02:31:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006877 10.0.0.242 - - [2025-07-17 02:31:39] "POST /neutron/subnet HTTP/1.1" 200 694 0.007007 10.0.0.242 - - [2025-07-17 02:31:39] "POST /neutron/port HTTP/1.1" 200 117 0.001348 10.0.0.242 - - [2025-07-17 02:31:39] "POST /neutron/network HTTP/1.1" 200 824 0.006931 10.0.0.242 - - [2025-07-17 02:31:39] "POST /neutron/port HTTP/1.1" 200 1088 0.016406 10.0.0.242 - - [2025-07-17 02:31:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006926 10.0.0.242 - - [2025-07-17 02:31:39] "GET /virtual-machine/4a4a3a93-1e1a-4060-89c4-f74004a9b26e HTTP/1.1" 200 1294 0.005764 10.0.0.242 - - [2025-07-17 02:31:39] "GET /virtual-machine-interface/930a8d9c-6439-4414-9724-d4364fcc5464 HTTP/1.1" 200 2954 0.005537 10.0.0.242 - - [2025-07-17 02:31:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.242 - - [2025-07-17 02:31:39] "GET /global-vrouter-config/95957b98-eb09-4f31-887e-2fee0bd8a2fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003317 10.0.0.242 - - [2025-07-17 02:31:39] "GET /virtual-networks?parent_id=77379b97-f441-4df6-ae90-d2807cb59ce5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003753 10.0.0.242 - - [2025-07-17 02:31:39] "GET /virtual-network/c0cec369-28ea-4c53-b6d9-3893aa371e18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005996 10.0.0.242 - - [2025-07-17 02:31:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004165 10.0.0.242 - - [2025-07-17 02:31:40] "GET /global-vrouter-config/95957b98-eb09-4f31-887e-2fee0bd8a2fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004854 10.0.0.242 - - [2025-07-17 02:31:40] "GET /virtual-networks?parent_id=77379b97-f441-4df6-ae90-d2807cb59ce5&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003623 10.0.0.242 - - [2025-07-17 02:31:40] "GET /virtual-network/c0cec369-28ea-4c53-b6d9-3893aa371e18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007432 10.0.0.242 - - [2025-07-17 02:31:40] "POST /neutron/port HTTP/1.1" 200 1088 0.020083 10.0.0.242 - - [2025-07-17 02:31:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007910 10.0.0.242 - - [2025-07-17 02:31:42] "DELETE /project/77379b97f4414df6ae90d2807cb59ce5 HTTP/1.1" 404 173 0.046137 10.0.0.242 - - [2025-07-17 02:31:42] "GET /projects?obj_uuids=c03d092a-d4a9-4828-8cda-35ac64de5d61&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001295 10.0.0.242 - - [2025-07-17 02:31:42] "GET /project/c03d092a-d4a9-4828-8cda-35ac64de5d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.062157 10.0.0.242 - - [2025-07-17 02:31:42] "GET /projects?obj_uuids=c03d092a-d4a9-4828-8cda-35ac64de5d61&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001163 10.0.0.242 - - [2025-07-17 02:31:42] "GET /project/c03d092a-d4a9-4828-8cda-35ac64de5d61?fields=security_groups HTTP/1.1" 200 1366 0.073172 10.0.0.242 - - [2025-07-17 02:31:42] "DELETE /security-group/09bb0829-f769-4679-a9fa-6db10090bd70 HTTP/1.1" 200 115 0.042289 10.0.0.242 - - [2025-07-17 02:31:42] "GET /projects?obj_uuids=c03d092a-d4a9-4828-8cda-35ac64de5d61&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001652 10.0.0.242 - - [2025-07-17 02:31:42] "DELETE /access-control-list/3106e30a-e3de-465a-b3a5-399ccdb49ced HTTP/1.1" 200 115 0.043775 10.0.0.242 - - [2025-07-17 02:31:42] "GET /project/c03d092a-d4a9-4828-8cda-35ac64de5d61?fields=application_policy_sets HTTP/1.1" 200 1405 0.045819 10.0.0.242 - - [2025-07-17 02:31:42] "DELETE /access-control-list/7de9e781-8ce3-4659-80da-0d907f33ba5d HTTP/1.1" 200 115 0.029577 10.0.0.242 - - [2025-07-17 02:31:42] "DELETE /project/c03d092a-d4a9-4828-8cda-35ac64de5d61 HTTP/1.1" 200 115 0.418646 10.0.0.242 - - [2025-07-17 02:31:49] "GET /obj-perms HTTP/1.1" 200 5075 0.054344 10.0.0.242 - - [2025-07-17 02:31:49] "GET /obj-perms HTTP/1.1" 200 5075 0.060205 10.0.0.242 - - [2025-07-17 02:31:50] "POST /neutron/network HTTP/1.1" 200 824 0.009711 10.0.0.242 - - [2025-07-17 02:31:51] "POST /neutron/network HTTP/1.1" 400 204 0.013528 10.0.0.242 - - [2025-07-17 02:31:51] "POST /neutron/port HTTP/1.1" 200 1088 0.017737 10.0.0.242 - - [2025-07-17 02:31:51] "POST /neutron/port HTTP/1.1" 200 1114 0.014004 10.0.0.242 - - [2025-07-17 02:31:51] "POST /neutron/port HTTP/1.1" 200 1088 0.026019 10.0.0.242 - - [2025-07-17 02:31:51] "POST /neutron/port HTTP/1.1" 200 151 0.134572 10.0.0.242 - - [2025-07-17 02:31:51] "POST /neutron/port HTTP/1.1" 200 1114 0.018349 10.0.0.242 - - [2025-07-17 02:31:51] "POST /neutron/port HTTP/1.1" 200 151 0.128699 10.0.0.242 - - [2025-07-17 02:31:53] "POST /neutron/network HTTP/1.1" 200 824 0.006337 10.0.0.242 - - [2025-07-17 02:31:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003279 10.0.0.242 - - [2025-07-17 02:31:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004697 10.0.0.242 - - [2025-07-17 02:31:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002093 10.0.0.242 - - [2025-07-17 02:31:53] "POST /neutron/network HTTP/1.1" 200 151 0.091166 10.0.0.242 - - [2025-07-17 02:31:53] "DELETE /route-target/8feb4a76-ec6d-40b0-8694-e822d9440262 HTTP/1.1" 200 115 0.017328 10.0.0.242 - - [2025-07-17 02:31:53] "GET /projects?obj_uuids=77379b97-f441-4df6-ae90-d2807cb59ce5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001282 10.0.0.242 - - [2025-07-17 02:31:53] "GET /project/77379b97-f441-4df6-ae90-d2807cb59ce5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.056332 10.0.0.242 - - [2025-07-17 02:31:53] "GET /projects?obj_uuids=77379b97-f441-4df6-ae90-d2807cb59ce5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001343 10.0.0.242 - - [2025-07-17 02:31:53] "GET /project/77379b97-f441-4df6-ae90-d2807cb59ce5?fields=virtual_networks HTTP/1.1" 200 1035 0.071754 10.0.0.242 - - [2025-07-17 02:31:53] "GET /projects?obj_uuids=77379b97-f441-4df6-ae90-d2807cb59ce5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001298 10.0.0.242 - - [2025-07-17 02:31:53] "GET /project/77379b97-f441-4df6-ae90-d2807cb59ce5?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.029035 10.0.0.242 - - [2025-07-17 02:31:53] "GET /projects?obj_uuids=77379b97-f441-4df6-ae90-d2807cb59ce5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001246 10.0.0.242 - - [2025-07-17 02:31:53] "GET /project/77379b97-f441-4df6-ae90-d2807cb59ce5?fields=security_groups HTTP/1.1" 200 1263 0.035424 10.0.0.242 - - [2025-07-17 02:31:54] "POST /fqname-to-id HTTP/1.1" 404 188 0.028174 10.0.0.242 - - [2025-07-17 02:31:54] "GET /projects?obj_uuids=c4d7c97d-9cd3-4da0-9795-903dee7a6d0d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002723 10.0.0.242 - - [2025-07-17 02:31:54] "GET /domains?obj_uuids=fcda0849-3f4d-43fd-87d6-3619b1739bfa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001736 10.0.0.242 - - [2025-07-17 02:31:54] "GET /domain/fcda0849-3f4d-43fd-87d6-3619b1739bfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009872 10.0.0.242 - - [2025-07-17 02:31:54] "POST /id-to-fqname HTTP/1.1" 200 190 0.002312 10.0.0.242 - - [2025-07-17 02:31:54] "POST /fqname-to-id HTTP/1.1" 404 199 0.007114 10.0.0.242 - - [2025-07-17 02:31:54] "POST /security-groups HTTP/1.1" 200 591 0.066204 10.0.0.242 - - [2025-07-17 02:31:54] "POST /fqname-to-id HTTP/1.1" 404 234 0.002540 10.0.0.242 - - [2025-07-17 02:31:54] "POST /projects HTTP/1.1" 200 585 0.233958 10.0.0.242 - - [2025-07-17 02:31:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.307620 10.0.0.242 - - [2025-07-17 02:31:54] "POST /access-control-lists HTTP/1.1" 200 598 0.061980 10.0.0.242 - - [2025-07-17 02:31:55] "POST /fqname-to-id HTTP/1.1" 404 233 0.003250 10.0.0.242 - - [2025-07-17 02:31:55] "GET /project/c4d7c97d-9cd3-4da0-9795-903dee7a6d0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.439304 10.0.0.242 - - [2025-07-17 02:31:55] "POST /access-control-lists HTTP/1.1" 200 596 0.060156 10.0.0.242 - - [2025-07-17 02:31:56] "GET / HTTP/1.1" 200 36215 0.002479 10.0.0.242 - - [2025-07-17 02:31:56] "POST /fqname-to-id HTTP/1.1" 401 293 0.000501 10.0.0.242 - - [2025-07-17 02:31:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.062371 10.0.0.242 - - [2025-07-17 02:31:57] "GET /projects?obj_uuids=c4d7c97d-9cd3-4da0-9795-903dee7a6d0d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001226 10.0.0.242 - - [2025-07-17 02:31:57] "GET /project/c4d7c97d-9cd3-4da0-9795-903dee7a6d0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.032416 10.0.0.242 - - [2025-07-17 02:31:57] "POST /neutron/network HTTP/1.1" 200 117 0.030977 10.0.0.242 - - [2025-07-17 02:31:57] "GET /projects?obj_uuids=c4d7c97d-9cd3-4da0-9795-903dee7a6d0d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001713 10.0.0.242 - - [2025-07-17 02:31:57] "POST /neutron/network HTTP/1.1" 200 625 0.073759 10.0.0.242 - - [2025-07-17 02:31:57] "POST /route-targets HTTP/1.1" 200 328 0.015372 10.0.0.242 - - [2025-07-17 02:31:57] "POST /ref-update HTTP/1.1" 200 156 0.017311 10.0.0.242 - - [2025-07-17 02:31:57] "POST /useragent-kv HTTP/1.1" 200 115 0.005440 10.0.0.242 - - [2025-07-17 02:31:57] "POST /neutron/subnet HTTP/1.1" 200 701 0.181791 10.0.0.242 - - [2025-07-17 02:31:57] "POST /neutron/network HTTP/1.1" 200 839 0.006111 10.0.0.242 - - [2025-07-17 02:31:57] "POST /id-to-fqname HTTP/1.1" 200 230 0.001472 10.0.0.242 - - [2025-07-17 02:31:57] "GET /virtual-network/0794144c-0c42-4319-a2a8-b709845248ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005928 10.0.0.242 - - [2025-07-17 02:31:57] "POST /neutron/network HTTP/1.1" 200 839 0.006991 10.0.0.242 - - [2025-07-17 02:31:57] "GET /virtual-network/0794144c-0c42-4319-a2a8-b709845248ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005570 10.0.0.242 - - [2025-07-17 02:31:57] "POST /neutron/network HTTP/1.1" 200 839 0.006961 10.0.0.242 - - [2025-07-17 02:31:58] "POST /neutron/subnet HTTP/1.1" 200 701 0.008106 10.0.0.242 - - [2025-07-17 02:31:58] "POST /neutron/network HTTP/1.1" 200 839 0.006508 10.0.0.242 - - [2025-07-17 02:31:58] "POST /id-to-fqname HTTP/1.1" 200 230 0.001732 10.0.0.242 - - [2025-07-17 02:31:58] "POST /neutron/network HTTP/1.1" 200 849 0.005944 10.0.0.242 - - [2025-07-17 02:31:58] "GET /aaa-mode HTTP/1.1" 401 293 0.000462 10.0.0.242 - - [2025-07-17 02:31:58] "GET / HTTP/1.1" 200 36215 0.002124 10.0.0.242 - - [2025-07-17 02:31:58] "GET /project/c4d7c97d-9cd3-4da0-9795-903dee7a6d0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000439 10.0.0.242 - - [2025-07-17 02:31:59] "GET /projects?obj_uuids=c4d7c97d-9cd3-4da0-9795-903dee7a6d0d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001235 10.0.0.242 - - [2025-07-17 02:31:59] "GET /project/c4d7c97d-9cd3-4da0-9795-903dee7a6d0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.057849 10.0.0.242 - - [2025-07-17 02:31:59] "POST /neutron/network HTTP/1.1" 200 839 0.031279 10.0.0.242 - - [2025-07-17 02:31:59] "POST /neutron/port HTTP/1.1" 200 117 0.005315 10.0.0.242 - - [2025-07-17 02:31:59] "POST /neutron/port HTTP/1.1" 200 117 0.005615 10.0.0.242 - - [2025-07-17 02:31:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003312 10.0.0.242 - - [2025-07-17 02:31:59] "GET /global-vrouter-config/95957b98-eb09-4f31-887e-2fee0bd8a2fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004298 10.0.0.242 - - [2025-07-17 02:31:59] "PUT /global-vrouter-config/95957b98-eb09-4f31-887e-2fee0bd8a2fa HTTP/1.1" 200 277 0.010058 10.0.0.242 - - [2025-07-17 02:31:59] "POST /neutron/port HTTP/1.1" 200 117 0.006246 10.0.0.242 - - [2025-07-17 02:31:59] "POST /neutron/network HTTP/1.1" 200 849 0.006773 10.0.0.242 - - [2025-07-17 02:31:59] "GET /projects?obj_uuids=c4d7c97d-9cd3-4da0-9795-903dee7a6d0d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001403 10.0.0.242 - - [2025-07-17 02:32:00] "POST /neutron/port HTTP/1.1" 200 1055 0.241279 10.0.0.242 - - [2025-07-17 02:32:00] "POST /neutron/port HTTP/1.1" 200 1055 0.035938 10.0.0.242 - - [2025-07-17 02:32:00] "POST /neutron/port HTTP/1.1" 200 1055 0.010460 10.0.0.242 - - [2025-07-17 02:32:00] "POST /neutron/port HTTP/1.1" 200 1109 0.063721 10.0.0.242 - - [2025-07-17 02:32:00] "POST /neutron/port HTTP/1.1" 200 1083 0.013590 10.0.0.242 - - [2025-07-17 02:32:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004023 10.0.0.242 - - [2025-07-17 02:32:00] "POST /neutron/subnet HTTP/1.1" 200 675 0.008503 10.0.0.242 - - [2025-07-17 02:32:00] "POST /neutron/port HTTP/1.1" 200 117 0.001576 10.0.0.242 - - [2025-07-17 02:32:00] "POST /neutron/network HTTP/1.1" 200 839 0.006173 10.0.0.242 - - [2025-07-17 02:32:04] "POST /neutron/port HTTP/1.1" 200 1083 0.012861 10.0.0.242 - - [2025-07-17 02:32:04] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006339 10.0.0.242 - - [2025-07-17 02:32:04] "POST /neutron/port HTTP/1.1" 200 1083 0.015743 10.0.0.242 - - [2025-07-17 02:32:04] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007818 10.0.0.242 - - [2025-07-17 02:32:04] "POST /neutron/port HTTP/1.1" 200 1083 0.014212 10.0.0.242 - - [2025-07-17 02:32:04] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008352 10.0.0.242 - - [2025-07-17 02:32:04] "GET /virtual-machine/49c91a7e-d8f5-4f63-93d2-816c5c2a234f HTTP/1.1" 401 293 0.000526 10.0.0.242 - - [2025-07-17 02:32:05] "GET /virtual-machine/49c91a7e-d8f5-4f63-93d2-816c5c2a234f HTTP/1.1" 200 1294 0.028819 10.0.0.242 - - [2025-07-17 02:32:05] "GET /virtual-machine-interface/428496d0-d403-4802-8daa-e8ae74231497 HTTP/1.1" 200 2978 0.005438 10.0.0.242 - - [2025-07-17 02:32:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.242 - - [2025-07-17 02:32:05] "GET /global-vrouter-config/95957b98-eb09-4f31-887e-2fee0bd8a2fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1832 0.003580 10.0.0.242 - - [2025-07-17 02:32:05] "GET /virtual-networks?parent_id=c4d7c97d-9cd3-4da0-9795-903dee7a6d0d&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003572 10.0.0.242 - - [2025-07-17 02:32:05] "GET /virtual-network/0794144c-0c42-4319-a2a8-b709845248ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006321 10.0.0.242 - - [2025-07-17 02:32:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.242 - - [2025-07-17 02:32:08] "GET /virtual-network/0794144c-0c42-4319-a2a8-b709845248ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005512 10.0.0.242 - - [2025-07-17 02:32:10] "POST /neutron/port HTTP/1.1" 200 1083 0.015162 10.0.0.242 - - [2025-07-17 02:32:10] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007713 10.0.0.242 - - [2025-07-17 02:32:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.242 - - [2025-07-17 02:32:12] "GET /global-vrouter-config/95957b98-eb09-4f31-887e-2fee0bd8a2fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1832 0.003404 10.0.0.242 - - [2025-07-17 02:32:12] "GET /virtual-networks?parent_id=c4d7c97d-9cd3-4da0-9795-903dee7a6d0d&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003737 10.0.0.242 - - [2025-07-17 02:32:12] "GET /virtual-network/0794144c-0c42-4319-a2a8-b709845248ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006465 10.0.0.242 - - [2025-07-17 02:32:12] "POST /neutron/port HTTP/1.1" 200 1083 0.015084 10.0.0.242 - - [2025-07-17 02:32:12] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006902 10.0.0.242 - - [2025-07-17 02:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348 10.0.0.242 - - [2025-07-17 02:32:20] "GET /global-vrouter-config/95957b98-eb09-4f31-887e-2fee0bd8a2fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1832 0.003530 10.0.0.242 - - [2025-07-17 02:32:20] "PUT /global-vrouter-config/95957b98-eb09-4f31-887e-2fee0bd8a2fa HTTP/1.1" 200 277 0.011717 10.0.0.242 - - [2025-07-17 02:32:20] "POST /neutron/network HTTP/1.1" 200 839 0.008657 10.0.0.242 - - [2025-07-17 02:32:20] "POST /neutron/network HTTP/1.1" 400 204 0.011071 10.0.0.242 - - [2025-07-17 02:32:20] "POST /neutron/port HTTP/1.1" 200 1083 0.013714 10.0.0.242 - - [2025-07-17 02:32:20] "POST /neutron/port HTTP/1.1" 200 1109 0.009520 10.0.0.242 - - [2025-07-17 02:32:20] "POST /neutron/port HTTP/1.1" 200 151 0.103115 10.0.0.242 - - [2025-07-17 02:32:22] "POST /neutron/network HTTP/1.1" 200 839 0.006590 10.0.0.242 - - [2025-07-17 02:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005097 10.0.0.242 - - [2025-07-17 02:32:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002266 10.0.0.242 - - [2025-07-17 02:32:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003934 10.0.0.242 - - [2025-07-17 02:32:22] "POST /neutron/network HTTP/1.1" 200 151 0.098489 10.0.0.242 - - [2025-07-17 02:32:22] "DELETE /route-target/4f9ab889-cfc6-4a61-99d3-3363c510b030 HTTP/1.1" 200 115 0.021051 10.0.0.242 - - [2025-07-17 02:32:22] "GET /global-vrouter-configs HTTP/1.1" 200 358 0.003253 10.0.0.242 - - [2025-07-17 02:32:22] "GET /global-vrouter-config/95957b98-eb09-4f31-887e-2fee0bd8a2fa HTTP/1.1" 200 1830 0.003881 10.0.0.242 - - [2025-07-17 02:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.242 - - [2025-07-17 02:32:23] "GET /projects?obj_uuids=c4d7c97d-9cd3-4da0-9795-903dee7a6d0d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001224 10.0.0.242 - - [2025-07-17 02:32:23] "GET /project/c4d7c97d-9cd3-4da0-9795-903dee7a6d0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.028074 10.0.0.242 - - [2025-07-17 02:32:23] "POST /neutron/network HTTP/1.1" 200 117 0.009654 10.0.0.242 - - [2025-07-17 02:32:23] "GET /projects?obj_uuids=c4d7c97d-9cd3-4da0-9795-903dee7a6d0d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001309 10.0.0.242 - - [2025-07-17 02:32:23] "POST /neutron/network HTTP/1.1" 200 605 0.069980 10.0.0.242 - - [2025-07-17 02:32:23] "POST /route-targets HTTP/1.1" 200 328 0.011368 10.0.0.242 - - [2025-07-17 02:32:23] "POST /ref-update HTTP/1.1" 200 156 0.016203 10.0.0.242 - - [2025-07-17 02:32:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003865 10.0.0.242 - - [2025-07-17 02:32:23] "POST /neutron/subnet HTTP/1.1" 200 720 0.147561 10.0.0.242 - - [2025-07-17 02:32:23] "POST /neutron/network HTTP/1.1" 200 823 0.006593 10.0.0.242 - - [2025-07-17 02:32:23] "POST /id-to-fqname HTTP/1.1" 200 220 0.001965 10.0.0.242 - - [2025-07-17 02:32:23] "GET /virtual-network/36fe5e97-2316-4c6a-94aa-1060bfaf08e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005704 10.0.0.242 - - [2025-07-17 02:32:23] "POST /neutron/network HTTP/1.1" 200 823 0.006505 10.0.0.242 - - [2025-07-17 02:32:23] "GET /virtual-network/36fe5e97-2316-4c6a-94aa-1060bfaf08e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005703 10.0.0.242 - - [2025-07-17 02:32:23] "POST /neutron/network HTTP/1.1" 200 823 0.006898 10.0.0.242 - - [2025-07-17 02:32:23] "POST /neutron/subnet HTTP/1.1" 200 720 0.008794 10.0.0.242 - - [2025-07-17 02:32:23] "POST /id-to-fqname HTTP/1.1" 200 220 0.001512 10.0.0.242 - - [2025-07-17 02:32:23] "POST /neutron/network HTTP/1.1" 200 833 0.006990 10.0.0.242 - - [2025-07-17 02:32:23] "GET /aaa-mode HTTP/1.1" 401 293 0.000514 10.0.0.242 - - [2025-07-17 02:32:24] "GET / HTTP/1.1" 200 36215 0.002199 10.0.0.242 - - [2025-07-17 02:32:24] "GET /project/c4d7c97d-9cd3-4da0-9795-903dee7a6d0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000615 10.0.0.242 - - [2025-07-17 02:32:24] "GET /projects?obj_uuids=c4d7c97d-9cd3-4da0-9795-903dee7a6d0d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001782 10.0.0.242 - - [2025-07-17 02:32:24] "GET /project/c4d7c97d-9cd3-4da0-9795-903dee7a6d0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.060837 10.0.0.242 - - [2025-07-17 02:32:24] "POST /neutron/network HTTP/1.1" 200 823 0.006833 10.0.0.242 - - [2025-07-17 02:32:24] "POST /neutron/port HTTP/1.1" 200 117 0.006561 10.0.0.242 - - [2025-07-17 02:32:24] "POST /neutron/port HTTP/1.1" 200 117 0.005195 10.0.0.242 - - [2025-07-17 02:32:24] "POST /neutron/port HTTP/1.1" 200 117 0.006577 10.0.0.242 - - [2025-07-17 02:32:25] "POST /neutron/network HTTP/1.1" 200 833 0.006583 10.0.0.242 - - [2025-07-17 02:32:25] "GET /projects?obj_uuids=c4d7c97d-9cd3-4da0-9795-903dee7a6d0d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001384 10.0.0.242 - - [2025-07-17 02:32:25] "POST /neutron/port HTTP/1.1" 200 1059 0.224776 10.0.0.242 - - [2025-07-17 02:32:25] "POST /neutron/port HTTP/1.1" 200 1059 0.010364 10.0.0.242 - - [2025-07-17 02:32:25] "POST /neutron/port HTTP/1.1" 200 1059 0.009977 10.0.0.242 - - [2025-07-17 02:32:25] "POST /neutron/port HTTP/1.1" 200 1113 0.060354 10.0.0.242 - - [2025-07-17 02:32:25] "POST /neutron/port HTTP/1.1" 200 1087 0.012625 10.0.0.242 - - [2025-07-17 02:32:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003726 10.0.0.242 - - [2025-07-17 02:32:25] "POST /neutron/subnet HTTP/1.1" 200 694 0.007752 10.0.0.242 - - [2025-07-17 02:32:25] "POST /neutron/port HTTP/1.1" 200 117 0.002100 10.0.0.242 - - [2025-07-17 02:32:25] "POST /neutron/network HTTP/1.1" 200 823 0.006873 10.0.0.242 - - [2025-07-17 02:32:29] "POST /neutron/port HTTP/1.1" 200 1087 0.012845 10.0.0.242 - - [2025-07-17 02:32:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007582 10.0.0.242 - - [2025-07-17 02:32:29] "POST /neutron/port HTTP/1.1" 200 1087 0.012896 10.0.0.242 - - [2025-07-17 02:32:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007370 10.0.0.242 - - [2025-07-17 02:32:29] "POST /neutron/port HTTP/1.1" 200 1087 0.012305 10.0.0.242 - - [2025-07-17 02:32:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006537 10.0.0.242 - - [2025-07-17 02:32:30] "GET /virtual-machine/b646ef3c-108f-461b-b8f6-7ffeb263dfec HTTP/1.1" 200 1295 0.005777 10.0.0.242 - - [2025-07-17 02:32:30] "GET /virtual-machine-interface/5d13e48f-3b76-47d2-9365-d8e16ee78e6b HTTP/1.1" 200 2948 0.005975 10.0.0.242 - - [2025-07-17 02:32:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.242 - - [2025-07-17 02:32:30] "GET /global-vrouter-config/95957b98-eb09-4f31-887e-2fee0bd8a2fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003479 10.0.0.242 - - [2025-07-17 02:32:30] "GET /virtual-networks?parent_id=c4d7c97d-9cd3-4da0-9795-903dee7a6d0d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004138 10.0.0.242 - - [2025-07-17 02:32:30] "GET /virtual-network/36fe5e97-2316-4c6a-94aa-1060bfaf08e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006111 10.0.0.242 - - [2025-07-17 02:32:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.242 - - [2025-07-17 02:32:33] "GET /virtual-network/36fe5e97-2316-4c6a-94aa-1060bfaf08e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005611 10.0.0.242 - - [2025-07-17 02:32:35] "POST /neutron/port HTTP/1.1" 200 1087 0.042882 10.0.0.242 - - [2025-07-17 02:32:35] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006376 10.0.0.242 - - [2025-07-17 02:32:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.242 - - [2025-07-17 02:32:37] "GET /virtual-network/36fe5e97-2316-4c6a-94aa-1060bfaf08e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005838 10.0.0.242 - - [2025-07-17 02:32:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256 10.0.0.242 - - [2025-07-17 02:32:39] "GET /global-vrouter-config/95957b98-eb09-4f31-887e-2fee0bd8a2fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003571 10.0.0.242 - - [2025-07-17 02:32:39] "GET /virtual-networks?parent_id=c4d7c97d-9cd3-4da0-9795-903dee7a6d0d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003791 10.0.0.242 - - [2025-07-17 02:32:39] "GET /virtual-network/36fe5e97-2316-4c6a-94aa-1060bfaf08e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006208 10.0.0.242 - - [2025-07-17 02:32:41] "POST /neutron/network HTTP/1.1" 200 823 0.010434 10.0.0.242 - - [2025-07-17 02:32:41] "POST /neutron/network HTTP/1.1" 400 204 0.013878 10.0.0.242 - - [2025-07-17 02:32:42] "POST /neutron/port HTTP/1.1" 200 1087 0.013623 10.0.0.242 - - [2025-07-17 02:32:42] "POST /neutron/port HTTP/1.1" 200 1113 0.011350 10.0.0.242 - - [2025-07-17 02:32:42] "POST /neutron/port HTTP/1.1" 200 151 0.099159 10.0.0.242 - - [2025-07-17 02:32:42] "DELETE /project/c4d7c97d9cd34da09795903dee7a6d0d HTTP/1.1" 404 173 0.010074 10.0.0.242 - - [2025-07-17 02:32:42] "GET /projects?obj_uuids=77379b97-f441-4df6-ae90-d2807cb59ce5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001200 10.0.0.242 - - [2025-07-17 02:32:42] "GET /project/77379b97-f441-4df6-ae90-d2807cb59ce5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.034612 10.0.0.242 - - [2025-07-17 02:32:42] "GET /projects?obj_uuids=77379b97-f441-4df6-ae90-d2807cb59ce5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001193 10.0.0.242 - - [2025-07-17 02:32:42] "GET /project/77379b97-f441-4df6-ae90-d2807cb59ce5?fields=security_groups HTTP/1.1" 200 1365 0.077200 10.0.0.242 - - [2025-07-17 02:32:43] "DELETE /security-group/b825cc2e-af58-466f-859f-587051db7fb0 HTTP/1.1" 200 115 0.036028 10.0.0.242 - - [2025-07-17 02:32:43] "GET /projects?obj_uuids=77379b97-f441-4df6-ae90-d2807cb59ce5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001539 10.0.0.242 - - [2025-07-17 02:32:43] "GET /project/77379b97-f441-4df6-ae90-d2807cb59ce5?fields=application_policy_sets HTTP/1.1" 200 1404 0.034831 10.0.0.242 - - [2025-07-17 02:32:43] "DELETE /access-control-list/6200d86a-4860-463d-a15b-221c629fa8bf HTTP/1.1" 200 115 0.046903 10.0.0.242 - - [2025-07-17 02:32:43] "DELETE /access-control-list/151fc70f-5abf-4685-a97e-14be32639d90 HTTP/1.1" 200 115 0.020091 10.0.0.242 - - [2025-07-17 02:32:43] "DELETE /project/77379b97-f441-4df6-ae90-d2807cb59ce5 HTTP/1.1" 200 115 0.357991 10.0.0.242 - - [2025-07-17 02:32:43] "POST /neutron/network HTTP/1.1" 200 823 0.007196 10.0.0.242 - - [2025-07-17 02:32:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004524 10.0.0.242 - - [2025-07-17 02:32:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002582 10.0.0.242 - - [2025-07-17 02:32:43] "POST /useragent-kv HTTP/1.1" 200 115 0.008784 10.0.0.242 - - [2025-07-17 02:32:43] "POST /neutron/network HTTP/1.1" 200 151 0.101160 10.0.0.242 - - [2025-07-17 02:32:43] "DELETE /route-target/d087180c-aa5e-4bc6-b34d-fa94d9100ffa HTTP/1.1" 200 115 0.026536 10.0.0.242 - - [2025-07-17 02:32:44] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 765 0.004059 10.0.0.242 - - [2025-07-17 02:32:44] "POST /network-ipams HTTP/1.1" 200 543 0.019693 10.0.0.242 - - [2025-07-17 02:32:44] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 985 0.003697 10.0.0.242 - - [2025-07-17 02:32:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003138 10.0.0.242 - - [2025-07-17 02:32:44] "GET /network-ipam/168465fe-5e82-4dd1-9fb5-816d6e79ce8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1286 0.005466 10.0.0.242 - - [2025-07-17 02:32:44] "PUT /network-ipam/168465fe-5e82-4dd1-9fb5-816d6e79ce8d HTTP/1.1" 200 259 0.010499 10.0.0.242 - - [2025-07-17 02:32:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.242 - - [2025-07-17 02:32:44] "GET /projects?obj_uuids=c4d7c97d-9cd3-4da0-9795-903dee7a6d0d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001415 10.0.0.242 - - [2025-07-17 02:32:44] "GET /project/c4d7c97d-9cd3-4da0-9795-903dee7a6d0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.036822 10.0.0.242 - - [2025-07-17 02:32:44] "POST /neutron/network HTTP/1.1" 200 117 0.009118 10.0.0.242 - - [2025-07-17 02:32:44] "GET /projects?obj_uuids=c4d7c97d-9cd3-4da0-9795-903dee7a6d0d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001500 10.0.0.242 - - [2025-07-17 02:32:44] "POST /neutron/network HTTP/1.1" 200 605 0.087767 10.0.0.242 - - [2025-07-17 02:32:44] "POST /route-targets HTTP/1.1" 200 328 0.012269 10.0.0.242 - - [2025-07-17 02:32:44] "POST /ref-update HTTP/1.1" 200 156 0.013128 10.0.0.242 - - [2025-07-17 02:32:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003987 10.0.0.242 - - [2025-07-17 02:32:45] "POST /neutron/subnet HTTP/1.1" 200 699 0.214913 10.0.0.242 - - [2025-07-17 02:32:45] "POST /useragent-kv HTTP/1.1" 200 115 0.004243 10.0.0.242 - - [2025-07-17 02:32:45] "POST /neutron/subnet HTTP/1.1" 200 699 0.148732 10.0.0.242 - - [2025-07-17 02:32:45] "POST /neutron/network HTTP/1.1" 200 994 0.007653 10.0.0.242 - - [2025-07-17 02:32:45] "POST /id-to-fqname HTTP/1.1" 200 220 0.001311 10.0.0.242 - - [2025-07-17 02:32:45] "GET /virtual-network/5a7463c6-ec35-4919-9b8a-0439c1e1e287?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005716 10.0.0.242 - - [2025-07-17 02:32:45] "POST /neutron/network HTTP/1.1" 200 994 0.008274 10.0.0.242 - - [2025-07-17 02:32:45] "GET /virtual-network/5a7463c6-ec35-4919-9b8a-0439c1e1e287?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005975 10.0.0.242 - - [2025-07-17 02:32:45] "POST /neutron/network HTTP/1.1" 200 994 0.007474 10.0.0.242 - - [2025-07-17 02:32:45] "POST /neutron/subnet HTTP/1.1" 200 699 0.008291 10.0.0.242 - - [2025-07-17 02:32:45] "POST /neutron/subnet HTTP/1.1" 200 699 0.007822 10.0.0.242 - - [2025-07-17 02:32:45] "POST /neutron/network HTTP/1.1" 200 994 0.007729 10.0.0.242 - - [2025-07-17 02:32:45] "POST /neutron/subnet HTTP/1.1" 200 699 0.008050 10.0.0.242 - - [2025-07-17 02:32:45] "POST /neutron/subnet HTTP/1.1" 200 699 0.007323 10.0.0.242 - - [2025-07-17 02:32:45] "GET /projects?obj_uuids=c4d7c97d-9cd3-4da0-9795-903dee7a6d0d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001537 10.0.0.242 - - [2025-07-17 02:32:45] "POST /neutron/port HTTP/1.1" 200 1017 0.177905 10.0.0.242 - - [2025-07-17 02:32:45] "GET /projects?obj_uuids=c4d7c97d-9cd3-4da0-9795-903dee7a6d0d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001416 10.0.0.242 - - [2025-07-17 02:32:45] "POST /neutron/port HTTP/1.1" 200 1017 0.171917 10.0.0.242 - - [2025-07-17 02:32:45] "POST /id-to-fqname HTTP/1.1" 200 220 0.001437 10.0.0.242 - - [2025-07-17 02:32:46] "POST /neutron/port HTTP/1.1" 200 1017 0.008988 10.0.0.242 - - [2025-07-17 02:32:46] "POST /neutron/port HTTP/1.1" 200 1017 0.008052 10.0.0.242 - - [2025-07-17 02:32:46] "POST /neutron/network HTTP/1.1" 200 994 0.007700 10.0.0.242 - - [2025-07-17 02:32:46] "POST /neutron/port HTTP/1.1" 200 1017 0.008146 10.0.0.242 - - [2025-07-17 02:32:46] "POST /neutron/port HTTP/1.1" 200 117 0.006189 10.0.0.242 - - [2025-07-17 02:32:46] "POST /neutron/port HTTP/1.1" 200 117 0.005323 10.0.0.242 - - [2025-07-17 02:32:46] "POST /id-to-fqname HTTP/1.1" 200 220 0.001548 10.0.0.242 - - [2025-07-17 02:32:46] "POST /neutron/port HTTP/1.1" 200 117 0.005431 10.0.0.242 - - [2025-07-17 02:32:46] "POST /neutron/port HTTP/1.1" 200 1017 0.008847 10.0.0.242 - - [2025-07-17 02:32:46] "POST /neutron/port HTTP/1.1" 200 1017 0.007910 10.0.0.242 - - [2025-07-17 02:32:46] "POST /neutron/network HTTP/1.1" 200 994 0.008366 10.0.0.242 - - [2025-07-17 02:32:46] "POST /neutron/port HTTP/1.1" 200 1017 0.008057 10.0.0.242 - - [2025-07-17 02:32:46] "POST /neutron/port HTTP/1.1" 200 1017 0.009194 10.0.0.242 - - [2025-07-17 02:32:46] "POST /neutron/port HTTP/1.1" 200 1017 0.010496 10.0.0.242 - - [2025-07-17 02:32:46] "POST /neutron/port HTTP/1.1" 200 117 0.008167 10.0.0.242 - - [2025-07-17 02:32:46] "POST /neutron/port HTTP/1.1" 200 117 0.006418 10.0.0.242 - - [2025-07-17 02:32:46] "POST /id-to-fqname HTTP/1.1" 200 220 0.001432 10.0.0.242 - - [2025-07-17 02:32:46] "POST /neutron/port HTTP/1.1" 200 117 0.007301 10.0.0.242 - - [2025-07-17 02:32:46] "POST /neutron/network HTTP/1.1" 200 1004 0.008387 10.0.0.242 - - [2025-07-17 02:32:47] "GET /aaa-mode HTTP/1.1" 401 293 0.000485 10.0.0.242 - - [2025-07-17 02:32:47] "POST /neutron/port HTTP/1.1" 200 1017 0.008753 10.0.0.242 - - [2025-07-17 02:32:47] "POST /neutron/network HTTP/1.1" 200 1004 0.008509 10.0.0.242 - - [2025-07-17 02:32:47] "POST /neutron/port HTTP/1.1" 200 1017 0.009361 10.0.0.242 - - [2025-07-17 02:32:47] "POST /neutron/port HTTP/1.1" 200 1017 0.010742 10.0.0.242 - - [2025-07-17 02:32:47] "GET / HTTP/1.1" 200 36215 0.003130 10.0.0.242 - - [2025-07-17 02:32:47] "GET /project/c4d7c97d-9cd3-4da0-9795-903dee7a6d0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.001970 10.0.0.242 - - [2025-07-17 02:32:47] "POST /neutron/port HTTP/1.1" 200 1017 0.026584 10.0.0.242 - - [2025-07-17 02:32:47] "POST /neutron/network HTTP/1.1" 200 1004 0.018007 10.0.0.242 - - [2025-07-17 02:32:47] "POST /neutron/port HTTP/1.1" 200 1109 0.139708 10.0.0.242 - - [2025-07-17 02:32:47] "POST /neutron/port HTTP/1.1" 200 1017 0.014310 10.0.0.242 - - [2025-07-17 02:32:47] "POST /neutron/port HTTP/1.1" 200 1017 0.012233 10.0.0.242 - - [2025-07-17 02:32:47] "POST /neutron/port HTTP/1.1" 200 1083 0.043070 10.0.0.242 - - [2025-07-17 02:32:47] "POST /neutron/port HTTP/1.1" 200 1109 0.130673 10.0.0.242 - - [2025-07-17 02:32:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009554 10.0.0.242 - - [2025-07-17 02:32:47] "POST /neutron/subnet HTTP/1.1" 200 673 0.015852 10.0.0.242 - - [2025-07-17 02:32:47] "POST /neutron/port HTTP/1.1" 200 1083 0.019829 10.0.0.242 - - [2025-07-17 02:32:47] "POST /neutron/port HTTP/1.1" 200 117 0.002567 10.0.0.242 - - [2025-07-17 02:32:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005337 10.0.0.242 - - [2025-07-17 02:32:47] "POST /neutron/network HTTP/1.1" 200 994 0.013968 10.0.0.242 - - [2025-07-17 02:32:47] "POST /neutron/subnet HTTP/1.1" 200 673 0.016948 10.0.0.242 - - [2025-07-17 02:32:47] "POST /neutron/port HTTP/1.1" 200 117 0.001454 10.0.0.242 - - [2025-07-17 02:32:47] "POST /neutron/network HTTP/1.1" 200 994 0.013254 10.0.0.242 - - [2025-07-17 02:32:47] "GET /projects?obj_uuids=c4d7c97d-9cd3-4da0-9795-903dee7a6d0d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001837 10.0.0.242 - - [2025-07-17 02:32:47] "GET /project/c4d7c97d-9cd3-4da0-9795-903dee7a6d0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.072617 10.0.0.242 - - [2025-07-17 02:32:47] "POST /neutron/network HTTP/1.1" 200 994 0.014285 10.0.0.242 - - [2025-07-17 02:32:48] "POST /neutron/port HTTP/1.1" 200 2050 0.029203 10.0.0.242 - - [2025-07-17 02:32:48] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009190 10.0.0.242 - - [2025-07-17 02:32:48] "POST /neutron/port HTTP/1.1" 200 117 0.005648 10.0.0.242 - - [2025-07-17 02:32:48] "GET /domains HTTP/1.1" 200 281 0.004520 10.0.0.242 - - [2025-07-17 02:32:48] "GET /domains?obj_uuids=fcda0849-3f4d-43fd-87d6-3619b1739bfa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001881 10.0.0.242 - - [2025-07-17 02:32:48] "GET /domain/fcda0849-3f4d-43fd-87d6-3619b1739bfa HTTP/1.1" 200 2583 0.013660 10.0.0.242 - - [2025-07-17 02:32:48] "GET /projects?obj_uuids=c4d7c97d-9cd3-4da0-9795-903dee7a6d0d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001281 10.0.0.242 - - [2025-07-17 02:32:48] "GET /project/c4d7c97d-9cd3-4da0-9795-903dee7a6d0d HTTP/1.1" 200 2862 0.099195 10.0.0.242 - - [2025-07-17 02:32:48] "GET /network-ipam/168465fe-5e82-4dd1-9fb5-816d6e79ce8d HTTP/1.1" 200 2604 0.006844 10.0.0.242 - - [2025-07-17 02:32:48] "GET /domains HTTP/1.1" 200 281 0.006778 10.0.0.242 - - [2025-07-17 02:32:48] "GET /domains?obj_uuids=fcda0849-3f4d-43fd-87d6-3619b1739bfa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001208 10.0.0.242 - - [2025-07-17 02:32:48] "GET /domain/fcda0849-3f4d-43fd-87d6-3619b1739bfa HTTP/1.1" 200 2583 0.012505 10.0.0.242 - - [2025-07-17 02:32:48] "GET /projects?obj_uuids=c4d7c97d-9cd3-4da0-9795-903dee7a6d0d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001655 10.0.0.242 - - [2025-07-17 02:32:48] "GET /project/c4d7c97d-9cd3-4da0-9795-903dee7a6d0d HTTP/1.1" 200 2862 0.085861 10.0.0.242 - - [2025-07-17 02:32:48] "GET /virtual-network/5a7463c6-ec35-4919-9b8a-0439c1e1e287 HTTP/1.1" 200 3787 0.011314 10.0.0.242 - - [2025-07-17 02:32:48] "GET /virtual-network/5a7463c6-ec35-4919-9b8a-0439c1e1e287 HTTP/1.1" 200 3787 0.010156 10.0.0.242 - - [2025-07-17 02:32:48] "GET /routing-instance/afa77a93-f39a-4790-b0ab-175f16ae414f HTTP/1.1" 200 2386 0.010990 10.0.0.242 - - [2025-07-17 02:32:48] "GET /routing-instance/afa77a93-f39a-4790-b0ab-175f16ae414f HTTP/1.1" 200 2386 0.004536 10.0.0.242 - - [2025-07-17 02:32:48] "GET /route-target/308c1c73-0650-4e18-9856-eaf2eba92002 HTTP/1.1" 200 1206 0.008007 10.0.0.242 - - [2025-07-17 02:32:48] "GET /virtual-network/5a7463c6-ec35-4919-9b8a-0439c1e1e287 HTTP/1.1" 200 3787 0.008067 10.0.0.242 - - [2025-07-17 02:32:48] "GET /routing-instance/afa77a93-f39a-4790-b0ab-175f16ae414f HTTP/1.1" 200 2386 0.006174 10.0.0.242 - - [2025-07-17 02:32:48] "GET /virtual-network/5a7463c6-ec35-4919-9b8a-0439c1e1e287?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.008929 10.0.0.242 - - [2025-07-17 02:32:48] "GET /virtual-network/5a7463c6-ec35-4919-9b8a-0439c1e1e287 HTTP/1.1" 200 3787 0.023231 10.0.0.242 - - [2025-07-17 02:32:48] "GET /routing-instance/afa77a93-f39a-4790-b0ab-175f16ae414f HTTP/1.1" 200 2386 0.010314 10.0.0.242 - - [2025-07-17 02:32:48] "POST /neutron/network HTTP/1.1" 200 1004 0.040060 10.0.0.242 - - [2025-07-17 02:32:48] "GET /routing-instance/afa77a93-f39a-4790-b0ab-175f16ae414f HTTP/1.1" 200 2386 0.006923 10.0.0.242 - - [2025-07-17 02:32:48] "GET /route-target/308c1c73-0650-4e18-9856-eaf2eba92002 HTTP/1.1" 200 1206 0.004366 10.0.0.242 - - [2025-07-17 02:32:48] "GET /projects?obj_uuids=c4d7c97d-9cd3-4da0-9795-903dee7a6d0d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001483 10.0.0.242 - - [2025-07-17 02:32:48] "GET /domains HTTP/1.1" 200 281 0.014620 10.0.0.242 - - [2025-07-17 02:32:48] "GET /domains?obj_uuids=fcda0849-3f4d-43fd-87d6-3619b1739bfa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002810 10.0.0.242 - - [2025-07-17 02:32:48] "GET /domain/fcda0849-3f4d-43fd-87d6-3619b1739bfa HTTP/1.1" 200 2583 0.011569 10.0.0.242 - - [2025-07-17 02:32:48] "GET /projects?obj_uuids=c4d7c97d-9cd3-4da0-9795-903dee7a6d0d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002405 10.0.0.242 - - [2025-07-17 02:32:49] "GET /project/c4d7c97d-9cd3-4da0-9795-903dee7a6d0d HTTP/1.1" 200 3107 0.142427 10.0.0.242 - - [2025-07-17 02:32:49] "GET /virtual-network/5a7463c6-ec35-4919-9b8a-0439c1e1e287 HTTP/1.1" 200 4046 0.042134 10.0.0.242 - - [2025-07-17 02:32:49] "POST /neutron/port HTTP/1.1" 200 1055 0.376139 10.0.0.242 - - [2025-07-17 02:32:49] "POST /neutron/port HTTP/1.1" 200 1055 0.019881 10.0.0.242 - - [2025-07-17 02:32:49] "POST /neutron/port HTTP/1.1" 200 1055 0.028452 10.0.0.242 - - [2025-07-17 02:32:49] "POST /neutron/port HTTP/1.1" 200 1109 0.173170 10.0.0.242 - - [2025-07-17 02:32:49] "POST /neutron/port HTTP/1.1" 200 1083 0.015227 10.0.0.242 - - [2025-07-17 02:32:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.011981 10.0.0.242 - - [2025-07-17 02:32:49] "POST /neutron/subnet HTTP/1.1" 200 673 0.025804 10.0.0.242 - - [2025-07-17 02:32:49] "POST /neutron/port HTTP/1.1" 200 117 0.001494 10.0.0.242 - - [2025-07-17 02:32:49] "POST /neutron/network HTTP/1.1" 200 994 0.011220 10.0.0.242 - - [2025-07-17 02:32:50] "GET /obj-perms HTTP/1.1" 200 5049 0.485487 10.0.0.242 - - [2025-07-17 02:32:50] "GET /obj-perms HTTP/1.1" 200 5075 0.113161 10.0.0.242 - - [2025-07-17 02:32:50] "POST /neutron/port HTTP/1.1" 200 1083 0.016658 10.0.0.242 - - [2025-07-17 02:32:50] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009726 10.0.0.242 - - [2025-07-17 02:32:50] "POST /neutron/port HTTP/1.1" 200 1083 0.033032 10.0.0.242 - - [2025-07-17 02:32:50] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008048 10.0.0.242 - - [2025-07-17 02:32:50] "POST /neutron/port HTTP/1.1" 200 1083 0.023950 10.0.0.242 - - [2025-07-17 02:32:50] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007258 10.0.0.242 - - [2025-07-17 02:32:50] "GET /virtual-machine/cf034a53-d742-4850-bfe8-ba5c15cb1c0a HTTP/1.1" 200 1291 0.004780 10.0.0.242 - - [2025-07-17 02:32:50] "GET /virtual-machine-interface/59c8d7c6-e579-411e-a696-3959dba0b101 HTTP/1.1" 200 2948 0.005391 10.0.0.242 - - [2025-07-17 02:32:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003002 10.0.0.242 - - [2025-07-17 02:32:50] "GET /global-vrouter-config/95957b98-eb09-4f31-887e-2fee0bd8a2fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003827 10.0.0.242 - - [2025-07-17 02:32:50] "GET /virtual-networks?parent_id=c4d7c97d-9cd3-4da0-9795-903dee7a6d0d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003159 10.0.0.242 - - [2025-07-17 02:32:50] "GET /virtual-network/5a7463c6-ec35-4919-9b8a-0439c1e1e287?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.007158 10.0.0.242 - - [2025-07-17 02:32:50] "GET /obj-perms HTTP/1.1" 200 5075 0.056457 10.0.0.242 - - [2025-07-17 02:32:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.242 - - [2025-07-17 02:32:53] "GET /virtual-network/5a7463c6-ec35-4919-9b8a-0439c1e1e287?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.006559 10.0.0.242 - - [2025-07-17 02:32:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.242 - - [2025-07-17 02:32:57] "GET /virtual-network/5a7463c6-ec35-4919-9b8a-0439c1e1e287?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005795 10.0.0.242 - - [2025-07-17 02:32:58] "POST /neutron/port HTTP/1.1" 200 1083 0.013717 10.0.0.242 - - [2025-07-17 02:32:58] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007036 10.0.0.242 - - [2025-07-17 02:32:59] "POST /neutron/port HTTP/1.1" 200 1083 0.018446 10.0.0.242 - - [2025-07-17 02:32:59] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007318 10.0.0.242 - - [2025-07-17 02:33:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004038 10.0.0.242 - - [2025-07-17 02:33:00] "GET /global-vrouter-config/95957b98-eb09-4f31-887e-2fee0bd8a2fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003804 10.0.0.242 - - [2025-07-17 02:33:00] "GET /virtual-networks?parent_id=c4d7c97d-9cd3-4da0-9795-903dee7a6d0d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003972 10.0.0.242 - - [2025-07-17 02:33:00] "GET /virtual-network/5a7463c6-ec35-4919-9b8a-0439c1e1e287?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.009349 10.0.0.242 - - [2025-07-17 02:33:00] "POST /neutron/port HTTP/1.1" 200 1083 0.016120 10.0.0.242 - - [2025-07-17 02:33:00] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007510 10.0.0.242 - - [2025-07-17 02:33:00] "POST /neutron/port HTTP/1.1" 200 1083 0.020818 10.0.0.242 - - [2025-07-17 02:33:00] "POST /neutron/security_group HTTP/1.1" 200 2058 0.014693 10.0.0.242 - - [2025-07-17 02:33:05] "POST /neutron/port HTTP/1.1" 200 1083 0.013790 10.0.0.242 - - [2025-07-17 02:33:05] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007379 10.0.0.242 - - [2025-07-17 02:33:05] "POST /neutron/port HTTP/1.1" 200 1083 0.013243 10.0.0.242 - - [2025-07-17 02:33:05] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007958 10.0.0.242 - - [2025-07-17 02:33:05] "POST /neutron/port HTTP/1.1" 200 1083 0.012993 10.0.0.242 - - [2025-07-17 02:33:05] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007538 10.0.0.242 - - [2025-07-17 02:33:05] "GET /virtual-machine/b2903644-9028-4ed6-b3cb-a2e0b823d589 HTTP/1.1" 200 1291 0.005982 10.0.0.242 - - [2025-07-17 02:33:05] "GET /virtual-machine-interface/50e5a0d6-43b1-402b-bcaf-0bf8b3e602fe HTTP/1.1" 200 2948 0.006139 10.0.0.242 - - [2025-07-17 02:33:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003192 10.0.0.242 - - [2025-07-17 02:33:05] "GET /global-vrouter-config/95957b98-eb09-4f31-887e-2fee0bd8a2fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004583 10.0.0.242 - - [2025-07-17 02:33:05] "GET /virtual-networks?parent_id=c4d7c97d-9cd3-4da0-9795-903dee7a6d0d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004211 10.0.0.242 - - [2025-07-17 02:33:05] "GET /virtual-network/5a7463c6-ec35-4919-9b8a-0439c1e1e287?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.006524 10.0.0.242 - - [2025-07-17 02:33:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.242 - - [2025-07-17 02:33:07] "GET /global-vrouter-config/95957b98-eb09-4f31-887e-2fee0bd8a2fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004049 10.0.0.242 - - [2025-07-17 02:33:07] "GET /virtual-networks?parent_id=c4d7c97d-9cd3-4da0-9795-903dee7a6d0d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003946 10.0.0.242 - - [2025-07-17 02:33:07] "GET /virtual-network/5a7463c6-ec35-4919-9b8a-0439c1e1e287?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.006364 10.0.0.242 - - [2025-07-17 02:33:07] "POST /neutron/port HTTP/1.1" 200 1083 0.013495 10.0.0.242 - - [2025-07-17 02:33:07] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007848 10.0.0.242 - - [2025-07-17 02:33:07] "POST /neutron/port HTTP/1.1" 200 1083 0.013744 10.0.0.242 - - [2025-07-17 02:33:07] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007998 10.0.0.242 - - [2025-07-17 02:33:07] "POST /neutron/port HTTP/1.1" 200 1083 0.012716 10.0.0.242 - - [2025-07-17 02:33:07] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008067 10.0.0.242 - - [2025-07-17 02:33:07] "GET /virtual-machine/df1da0a3-90f2-4e0e-84ad-ae17aa861071 HTTP/1.1" 200 1294 0.004801 10.0.0.242 - - [2025-07-17 02:33:07] "GET /virtual-machine-interface/e22a7ca3-e25c-4273-af38-85adc70fdbe1 HTTP/1.1" 200 2949 0.005759 10.0.0.242 - - [2025-07-17 02:33:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003667 10.0.0.242 - - [2025-07-17 02:33:07] "GET /global-vrouter-config/95957b98-eb09-4f31-887e-2fee0bd8a2fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003516 10.0.0.242 - - [2025-07-17 02:33:07] "GET /virtual-networks?parent_id=c4d7c97d-9cd3-4da0-9795-903dee7a6d0d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003322 10.0.0.242 - - [2025-07-17 02:33:07] "GET /virtual-network/5a7463c6-ec35-4919-9b8a-0439c1e1e287?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.006988 10.0.0.242 - - [2025-07-17 02:33:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003274 10.0.0.242 - - [2025-07-17 02:33:08] "GET /global-vrouter-config/95957b98-eb09-4f31-887e-2fee0bd8a2fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.003885 10.0.0.242 - - [2025-07-17 02:33:08] "GET /virtual-networks?parent_id=c4d7c97d-9cd3-4da0-9795-903dee7a6d0d&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003287 10.0.0.242 - - [2025-07-17 02:33:09] "GET /virtual-network/5a7463c6-ec35-4919-9b8a-0439c1e1e287?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.006401 10.0.0.242 - - [2025-07-17 02:33:25] "POST /neutron/port HTTP/1.1" 200 1109 0.020465 10.0.0.242 - - [2025-07-17 02:33:25] "POST /neutron/port HTTP/1.1" 200 1109 0.012146 10.0.0.242 - - [2025-07-17 02:33:25] "POST /neutron/port HTTP/1.1" 200 151 0.145972 10.0.0.242 - - [2025-07-17 02:33:25] "POST /neutron/port HTTP/1.1" 200 1109 0.013164 10.0.0.242 - - [2025-07-17 02:33:25] "POST /neutron/port HTTP/1.1" 200 1083 0.017519 10.0.0.242 - - [2025-07-17 02:33:25] "POST /neutron/port HTTP/1.1" 200 1109 0.017315 10.0.0.242 - - [2025-07-17 02:33:25] "POST /neutron/port HTTP/1.1" 200 1109 0.019081 10.0.0.242 - - [2025-07-17 02:33:25] "POST /neutron/port HTTP/1.1" 200 151 0.204253 10.0.0.242 - - [2025-07-17 02:33:25] "POST /neutron/network HTTP/1.1" 200 994 0.019210 10.0.0.242 - - [2025-07-17 02:33:25] "POST /neutron/port HTTP/1.1" 200 151 0.208798 10.0.0.242 - - [2025-07-17 02:33:26] "POST /useragent-kv HTTP/1.1" 200 115 0.004104 10.0.0.242 - - [2025-07-17 02:33:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005373 10.0.0.242 - - [2025-07-17 02:33:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002155 10.0.0.242 - - [2025-07-17 02:33:26] "POST /useragent-kv HTTP/1.1" 200 115 0.004062 10.0.0.242 - - [2025-07-17 02:33:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002837 10.0.0.242 - - [2025-07-17 02:33:26] "POST /neutron/network HTTP/1.1" 200 151 0.161788 10.0.0.242 - - [2025-07-17 02:33:26] "DELETE /route-target/308c1c73-0650-4e18-9856-eaf2eba92002 HTTP/1.1" 200 115 0.042317 10.0.0.242 - - [2025-07-17 02:33:26] "GET /routing-instance/afa77a93-f39a-4790-b0ab-175f16ae414f HTTP/1.1" 404 171 0.004579 10.0.0.242 - - [2025-07-17 02:33:26] "GET /domains HTTP/1.1" 200 281 0.003049 10.0.0.242 - - [2025-07-17 02:33:26] "GET /domains?obj_uuids=fcda0849-3f4d-43fd-87d6-3619b1739bfa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001764 10.0.0.242 - - [2025-07-17 02:33:26] "GET /domain/fcda0849-3f4d-43fd-87d6-3619b1739bfa HTTP/1.1" 200 2583 0.051625 10.0.0.242 - - [2025-07-17 02:33:26] "GET /projects?obj_uuids=c4d7c97d-9cd3-4da0-9795-903dee7a6d0d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001377 10.0.0.242 - - [2025-07-17 02:33:26] "GET /project/c4d7c97d-9cd3-4da0-9795-903dee7a6d0d HTTP/1.1" 200 2102 0.081266 10.0.0.242 - - [2025-07-17 02:33:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.242 - - [2025-07-17 02:33:26] "DELETE /network-ipam/168465fe-5e82-4dd1-9fb5-816d6e79ce8d HTTP/1.1" 200 115 0.028754 10.0.0.242 - - [2025-07-17 02:33:26] "POST /fqname-to-id HTTP/1.1" 404 211 0.003040 10.0.0.242 - - [2025-07-17 02:33:26] "GET /projects?obj_uuids=c4d7c97d-9cd3-4da0-9795-903dee7a6d0d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001949 10.0.0.242 - - [2025-07-17 02:33:26] "GET /project/c4d7c97d-9cd3-4da0-9795-903dee7a6d0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.044514 10.0.0.242 - - [2025-07-17 02:33:26] "GET /projects?obj_uuids=c4d7c97d-9cd3-4da0-9795-903dee7a6d0d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001467 10.0.0.242 - - [2025-07-17 02:33:26] "GET /project/c4d7c97d-9cd3-4da0-9795-903dee7a6d0d?fields=virtual_networks HTTP/1.1" 200 1045 0.057104 10.0.0.242 - - [2025-07-17 02:33:26] "GET /projects?obj_uuids=c4d7c97d-9cd3-4da0-9795-903dee7a6d0d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001163 10.0.0.242 - - [2025-07-17 02:33:26] "GET /project/c4d7c97d-9cd3-4da0-9795-903dee7a6d0d?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.042728 10.0.0.242 - - [2025-07-17 02:33:27] "GET /projects?obj_uuids=c4d7c97d-9cd3-4da0-9795-903dee7a6d0d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002048 10.0.0.242 - - [2025-07-17 02:33:27] "GET /project/c4d7c97d-9cd3-4da0-9795-903dee7a6d0d?fields=security_groups HTTP/1.1" 200 1272 0.054295 10.0.0.242 - - [2025-07-17 02:33:30] "POST /neutron/port HTTP/1.1" 200 117 0.006685 10.0.0.242 - - [2025-07-17 02:33:30] "POST /neutron/port HTTP/1.1" 400 205 0.004055 10.0.0.242 - - [2025-07-17 02:33:30] "POST /neutron/port HTTP/1.1" 200 117 0.006836 10.0.0.242 - - [2025-07-17 02:33:30] "POST /neutron/port HTTP/1.1" 400 205 0.015917 10.0.0.242 - - [2025-07-17 02:33:36] "GET / HTTP/1.1" 200 36215 0.002559 10.0.0.242 - - [2025-07-17 02:33:36] "GET /project/b71ec05a-35e8-43ca-b9b8-cd1445d8d051?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000745 10.0.0.242 - - [2025-07-17 02:33:37] "GET /projects?obj_uuids=b71ec05a-35e8-43ca-b9b8-cd1445d8d051&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001374 10.0.0.242 - - [2025-07-17 02:33:37] "GET /project/b71ec05a-35e8-43ca-b9b8-cd1445d8d051?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.058363 [Introspect:8084]10.0.0.242 - - [2025-07-17 02:33:37] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001276 10.0.0.242 - - [2025-07-17 02:33:38] "POST /fqname-to-id HTTP/1.1" 404 184 0.030007 10.0.0.242 - - [2025-07-17 02:33:38] "GET /projects?obj_uuids=230b37e0-0194-437b-b589-0c731fae126b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002779 10.0.0.242 - - [2025-07-17 02:33:38] "GET /domains?obj_uuids=fcda0849-3f4d-43fd-87d6-3619b1739bfa&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001522 10.0.0.242 - - [2025-07-17 02:33:38] "GET /domain/fcda0849-3f4d-43fd-87d6-3619b1739bfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009835 10.0.0.242 - - [2025-07-17 02:33:38] "POST /id-to-fqname HTTP/1.1" 200 186 0.002926 10.0.0.242 - - [2025-07-17 02:33:38] "POST /fqname-to-id HTTP/1.1" 404 195 0.013249 10.0.0.242 - - [2025-07-17 02:33:38] "POST /security-groups HTTP/1.1" 200 587 0.064116 10.0.0.242 - - [2025-07-17 02:33:38] "POST /fqname-to-id HTTP/1.1" 404 230 0.007346 10.0.0.242 - - [2025-07-17 02:33:38] "POST /projects HTTP/1.1" 200 577 0.254450 10.0.0.242 - - [2025-07-17 02:33:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.329367 10.0.0.242 - - [2025-07-17 02:33:38] "POST /access-control-lists HTTP/1.1" 200 594 0.075628 10.0.0.242 - - [2025-07-17 02:33:38] "POST /fqname-to-id HTTP/1.1" 404 229 0.008050 10.0.0.242 - - [2025-07-17 02:33:38] "GET /project/230b37e0-0194-437b-b589-0c731fae126b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.474370 10.0.0.242 - - [2025-07-17 02:33:38] "POST /access-control-lists HTTP/1.1" 200 592 0.064267 10.0.0.242 - - [2025-07-17 02:33:39] "GET / HTTP/1.1" 200 36215 0.002512 10.0.0.242 - - [2025-07-17 02:33:40] "GET /projects?obj_uuids=230b37e0-0194-437b-b589-0c731fae126b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001382 10.0.0.242 - - [2025-07-17 02:33:40] "GET /project/230b37e0-0194-437b-b589-0c731fae126b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.040070 10.0.0.242 - - [2025-07-17 02:33:40] "GET /projects?obj_uuids=230b37e0-0194-437b-b589-0c731fae126b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001759 10.0.0.242 - - [2025-07-17 02:33:40] "GET /project/230b37e0-0194-437b-b589-0c731fae126b?fields=virtual_networks HTTP/1.1" 200 1036 0.044881 10.0.0.242 - - [2025-07-17 02:33:40] "GET /projects?obj_uuids=230b37e0-0194-437b-b589-0c731fae126b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002162 10.0.0.242 - - [2025-07-17 02:33:40] "GET /project/230b37e0-0194-437b-b589-0c731fae126b?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.075038 10.0.0.242 - - [2025-07-17 02:33:40] "GET /projects?obj_uuids=230b37e0-0194-437b-b589-0c731fae126b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002102 10.0.0.242 - - [2025-07-17 02:33:40] "GET /project/230b37e0-0194-437b-b589-0c731fae126b?fields=security_groups HTTP/1.1" 200 1259 0.045278 10.0.0.242 - - [2025-07-17 02:33:43] "DELETE /project/230b37e00194437bb5890c731fae126b HTTP/1.1" 404 173 0.013969 10.0.0.242 - - [2025-07-17 02:33:43] "GET /projects?obj_uuids=230b37e0-0194-437b-b589-0c731fae126b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001239 10.0.0.242 - - [2025-07-17 02:33:43] "GET /projects?obj_uuids=c4d7c97d-9cd3-4da0-9795-903dee7a6d0d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001117 10.0.0.242 - - [2025-07-17 02:33:43] "GET /project/c4d7c97d-9cd3-4da0-9795-903dee7a6d0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.044579 10.0.0.242 - - [2025-07-17 02:33:43] "GET /project/230b37e0-0194-437b-b589-0c731fae126b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.045702 10.0.0.242 - - [2025-07-17 02:33:43] "GET /projects?obj_uuids=230b37e0-0194-437b-b589-0c731fae126b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001147 10.0.0.242 - - [2025-07-17 02:33:43] "GET /projects?obj_uuids=c4d7c97d-9cd3-4da0-9795-903dee7a6d0d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001538 10.0.0.242 - - [2025-07-17 02:33:43] "GET /project/c4d7c97d-9cd3-4da0-9795-903dee7a6d0d?fields=security_groups HTTP/1.1" 200 1374 0.042182 10.0.0.242 - - [2025-07-17 02:33:43] "GET /project/230b37e0-0194-437b-b589-0c731fae126b?fields=security_groups HTTP/1.1" 200 1361 0.044959 10.0.0.242 - - [2025-07-17 02:33:43] "DELETE /security-group/11bbeb06-5293-4ee9-9b13-b319ac30a596 HTTP/1.1" 200 115 0.055177 10.0.0.242 - - [2025-07-17 02:33:43] "GET /projects?obj_uuids=c4d7c97d-9cd3-4da0-9795-903dee7a6d0d&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001403 10.0.0.242 - - [2025-07-17 02:33:43] "DELETE /security-group/36f8a3ab-9f88-4183-84c8-cf82b8917680 HTTP/1.1" 200 115 0.064771 10.0.0.242 - - [2025-07-17 02:33:43] "GET /projects?obj_uuids=230b37e0-0194-437b-b589-0c731fae126b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001188 10.0.0.242 - - [2025-07-17 02:33:43] "DELETE /access-control-list/0e6c702a-23a3-437a-9df2-be096dcaf4ae HTTP/1.1" 200 115 0.057248 10.0.0.242 - - [2025-07-17 02:33:43] "GET /project/c4d7c97d-9cd3-4da0-9795-903dee7a6d0d?fields=application_policy_sets HTTP/1.1" 200 1413 0.042905 10.0.0.242 - - [2025-07-17 02:33:43] "DELETE /access-control-list/39757f33-865c-45b8-96fd-c2426af57640 HTTP/1.1" 200 115 0.031752 10.0.0.242 - - [2025-07-17 02:33:43] "GET /project/230b37e0-0194-437b-b589-0c731fae126b?fields=application_policy_sets HTTP/1.1" 200 1400 0.079771